Original article
If you are interested in using the interactive version please contact Teemo Tebest, [email protected]
This visualization is part of the EBU News Exchange’s Data Journalism project. Other projects are available: https://news-exchange.ebu.ch/data-journalism
The material may be used only by Eurovision active members and sub-licensees.
Original source (SVT Datajournalistik) must be contributed.
- Edit
data/workbench/timelince.csv
to change/update timeline events fixed
is set toTrue
for the events that are present at the startorder
is the order in which the events will appear- Run
timeline_csv_to_json.py
to create json-file needed for the timeline-viz - Run
npm install
to install dependencies - Navigate to
article/
and runmake init
and thenmake
- A local version is now availible in
article/stage/index.html
- Make any changes you want to
article/src/visuals/sortquiz.js
andarticle/src/visuals/sortquiz.scss
. - Run
make
again - Repeat above steps until satisfied
- To build a version ready for deploy, run
make deploy
inarticle/
. The files will be built toarticle/dist
.