Most course material is available from a GitHub repository/page I set up:
https://julien-arino.github.io/3MC-course-epidemiological-modelling
This includes the slides, code and data samples
This does not include bibliographic references, although there are links to articles and books. As much as possible, I link to Open Access sources
One remark: I sometimes refer to Wikipedia. For the younger students here: this can be where you first look, not what you cite in proper work
Slides are written in Markdown
and LaTeX
and are rendered as html
files using Marp running in the Visual Studio Code editor
Image files are mostly not hosted locally and thus require internet access
As much as possible, I have indicated provenance (by linking the file on the original website); when not possible, the file is saved with the name of the source indicated
Figure sources are added as html comments which appear as "speakers notes" in the presentation version
R
- Python
would be a good choice as well but I prefer R
R
for the course can be found in the GitHub repoThe following are my favourite references:
Introduction to Mathematical Epidemiology
We will have these particular problems in mind:
It is important to do the 4 interactively
Numerics should be used to complement the mathematical analysis
If you have shown the global stability of some equilibrium point, no need to show a simulation where solutions converge to this equilibrium
In fact, it is rarely useful to show a solution (cases where it is okay: before going to zero the number of infectious does something really cool, you have a period doubling, etc.)
Instead, use numerics to investigate scenarios or test the effect of varying parameters
A good figure tells a story, it is worth spending time thinking about how to make good figures
L1: History of epidemics and Historical epidemics
L2: Basic concepts of Mathematical Epidemiology. Models in one population
P1: Introduction to R. Collecting data. Solving ODEs in R
L3: Epidemics spreading among groups. Epidemics spreading in space and time
L4: Group models
L5: Metapopulation models
P2: Model analysis, studying large-scale models in R
L6: Stochastic aspects in the spread of epidemics
L7: Stochastic epidemic models
L8: Agent-based models
P3: Analysis, studying stochastic models in R. Simulating agent-based models
L9: Some recent mathematical models for COVID-19, HIV/AIDS, TB, Malaria, etc.