- Update
src/data/source/country_files.csv; - Inlcude agreement and actor csv for the updated country in
src/data/source/folder; - Run the notebook
prep4dashboard.ipynb; - Update country name and file name in
src/views/Homeview.vueandsrc/components/network.vue
This dashboard uses:
- country data file in
jsonformat, named as{abbr}_agt.json. {abbr}_actor.jsonused insrc/components/network.vue;actor_definitions.jsonused insrc/components/legends.vue.
Original data files are stored in: src/data/source/
In this folder, we store original data for countries' agreement links and actor information, recorded in country_files.csv.
There's a jupyter notebook prep4dashboard.ipynb. Run the scripts it will output all country files to the upper folder.
Please note: The output file contains only information used to construct networks (NetPanoraoma sepcs), support peace process selection, provide additional information in the dashboard.
Country data is imported in src/views/Homeview.vue as countryData. It is parsed and passed to child component src/component/peaceprocess.vue, where we make the selection for peace process and render all the visualizations.
Actor data is imported in src/components/network.vue.
- Timeline beeswarm graph lacks full responsiveness
- ...