A simple Python and Dash Plotly app that visualizes hard-to-process data from eGov indexes by the European Union and the United Nations. This project started off as a part of a semestral assignment at FIT, Czech Technical University and later used during further research at the Charles University in Prague and at the Univeristy of Cambridge
This project has been split into several variations over time. Different repositories contain different versions based on the same original idea. There are currently two repositories:
eGovernment-index-dashboard
, the original main working version, currently containing a czech mutation used for my diploma thesiseGovernment-index-dashboard-international
, the version adapted for some English publications
The English version submitted as supporting material to the Cambridge Journal of Science and Policy. It contains data updated in early 2021, the EU benchmark up to 2019 and the UN benchmark up to 2020. Compared to the original version, the individual country spotlight was removed
Check the app here: https://egov-dashboard-cambridge.herokuapp.com/
To run locally:
- Get requirements in requirements.txt through
npm install
- Run the app with:
$ python app.py