Home

Awesome

Would humanity survive a Spanish flu pandemic today?

This is the research question we tackle here in the context of the project of 2019-2020's EPFL course A Network Tour of Data Science (EE-558).

We first construct and analyze the graph of the world's aerial network. Then we run simulations of a Spanish flu epidemic on it and compare different control strategies.

Requirements

Structure of the repository

.
├── main_notebook.ipynb # where all the fun happens
├── data                # contains the datasets imported by the notebook
├── figures             # contains the figures output by the notebook
├── graphs              # contains the .gexf files output by the notebook to be read with Gephi
├── reports             # contains the report and an extended version of it
└── scripts             # contains the scripts imported by the notebook

Authors