-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.qmd
63 lines (33 loc) · 4.72 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
title: "Modern Techniques in Modelling"
---
![](images/lshtm_cmmid.png){fig-align="center"}
Mathematical models are increasingly used to understand the transmission of infectious diseases in populations and to evaluate the potential impact of control programmes in reducing morbidity and mortality. With this short course, we aim to bridge the gap between theoretical training in infectious disease modelling, and the specialist technical skills needed for research in this area.
## Course structure
Participants will use R to code stochastic and deterministic epidemic models from scratch. Pre-course refresher material on R is available [here](00_PreCourseMaterial.qmd).
The course sessions are:
**Session 1** - Introduction: [Slides](slides/Lecture_01_Intro.pdf)
**Session 2** - Types of models: [Slides](slides/Lecture_02_TypesOfModels.pdf)
**Session 3** - Discrete time deterministic models: [Slides](slides/Lecture_03_DiscreteDeterministic.pdf), [Practical](03_DiscreteDeterministic_practical.qmd), [Solutions](03_DiscreteDeterministic_solutions.qmd)
**Session 4** - Ordinary differential equations: [Slides](slides/Lecture_04_ODEs.pdf), [Practical](04_ODEs_practical.qmd), [Solutions](04_ODEs_solutions.qmd)
**Session 5** - Metapopulations with ODEs: [Slides](slides/Lecture_05_ODEsMetapopulation.pdf), [Practical](05_Metapop_practical.qmd), [Solutions](05_Metapop_solutions.qmd)
**Session 5 bonus** - [How to use a contact matrix](05_Metapop_bonus.qmd)
**Session 6** - Sensitivity analysis & sampling: [Slides](slides/Lecture_06_SensitivitySampling.pdf), [Practical](06_SensitivitySampling_practical.qmd), [Solutions](06_SensitivitySampling_solutions.qmd)
**Session 7** - Modelling problem: [Slides](slides/Lecture_07_ModellingProblem.pdf), [Problems](problems.qmd)
**Session 8** - Stochastic individual-based models: [Slides](slides/Lecture_08_StochasticIBM.pdf), [Practical](08_StochasticIBM_practical.qmd), [Solutions](08_StochasticIBM_solutions.qmd)
**Session 9** - Network modelling: [Slides](slides/Lecture_09_Networks.pdf), [Practical](09_Networks_practical.qmd), [Solutions](09_Networks_solutions.qmd)
**Session 10** - Stochastic continuous models: [Slides](slides/Lecture_10_StochasticContinuous.pdf), [Practical](10_StochasticContinuous_practical.qmd), [Solutions](10_StochasticContinuous_solutions.qmd)
Wrap-up slides are available [here](slides/Lecture_11_WrappingUp.pdf).
## Who we are
Your course organisers are [Oliver Brady](https://www.lshtm.ac.uk/aboutus/people/brady.oliver), [Nicholas Davies](https://www.lshtm.ac.uk/aboutus/people/davies.nicholas), and [Yang Liu](https://www.lshtm.ac.uk/aboutus/people/liu.yang).
Your course administrator is Francesco Grisolia.
Other lecturers and demonstrators are (in alphabetical order): [Kaja Abbas](https://www.lshtm.ac.uk/aboutus/people/abbas.kaja), [Johnny Filipe](https://www.lshtm.ac.uk/aboutus/people/nogueira-filipe.johnny), [Seb Funk](https://www.lshtm.ac.uk/aboutus/people/funk.sebastian), [Kath O'Reilly](https://www.lshtm.ac.uk/aboutus/people/oreilly.kathleen), [Billy Quilty](https://www.lshtm.ac.uk/aboutus/people/quilty.billy), [Alex Richards](https://www.lshtm.ac.uk/aboutus/people/richards.alexandra), [Alexis Robert](https://www.lshtm.ac.uk/aboutus/people/robert.alexis).
## Who you are
This course is for:
- Individuals with some exposure to the theory and use of infectious disease modelling & like to start coding their own models using R **OR**
- Individuals who know some R but do not have experience using R to code infectious disease models **OR**
- Individuals who will be conducting research using infectious disease models in R **OR**
- Individuals who want a deeper understanding of techniques for implementing models.
## Other short courses at LSHTM you may be interested in
[Introduction to infectious disease modelling and its applications](https://www.lshtm.ac.uk/study/courses/short-courses/infectious-disease-modelling), organised by Emilia Vynnycky and Richard White: This two-week introductory course covers a lot of modelling philosophy and techniques, and serves as an informal "prerequisite" to MTM. The main difference in approach is that this introductory course uses mainly Berkeley Madonna and Microsoft Excel for implementing models, whereas MTM uses R. The introductory course also features a series of guest lectures from prominent UK modellers and social activities in London.
[Model fitting and inference for infectious disease dynamics](https://www.lshtm.ac.uk/study/courses/short-courses/infectious-diseases-dynamics), organised by Seb Funk: This one-week course covers how to fit your infectious disease models to data using Bayesian inference, particularly Markov Chain Monte Carlo. It is an excellent complement to MTM and the two courses can be taken in any order.