Data scraped from:
- Times Higher Education - World University Rankings: https://www.timeshighereducation.com/world-university-rankings/2019/world-ranking
- Academic Ranking of World Universities 2018: http://www.shanghairanking.com/ARWU2018.html
- requests, Beautiful Soup, and JSON for fetching, scraping and extracting the data
- pandas for data conversion, manipulation and analysis
- Dash and Plot.ly for interactive data visualization
- Gunicorn for deployment
git clone https://github.com/glhr/dash-university-rankings.git
cd dash-university-rankings
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 app.py