generated from jamesmbaazam/QuartoPresentationTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.qmd
100 lines (71 loc) · 4.09 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
title: Intro to Infectious Disease Modelling
---
### Lecture Overview
This lecture introduces participants to some foundational concepts in infectious disease modelling, focussing on the basics of compartmental models, and especially the SIR model and its extensions (SEIR, SEIRV), and developing an understanding of the derivation and interpretation of the basic reproduction number, $R0$.
## Prerequisites
Participants should have a basic understanding of calculus and differential equations, as well as some familiarity with the R programming language.
## Course Materials
- Lecture slides
- Code templates for exercises (R)
- Recommended readings and resources list
## Learning Objectives
- Understand the basic principles of infectious disease modelling.
- Implement and analyse compartmental models (SIR, SEIR, and SEIRV models).
- Interpret model parameters and outputs.
- Derive/calculate and interpret the basic reproduction number (R0).
- Assess model assumptions and limitations.
## Course Schedule (subject to change)
## Day 1
- 9:00 AM - 10:30 AM: Overview of Infectious Disease Modelling (1 hour 30 mins)
- A brief overview of diseases
- What are infectious diseases?
- What are the impacts of infectious diseases on public health?
- How are infectious diseases controlled?
- Introduction to mathematical modelling in epidemiology
- What are infectious disease (mathematical and statistical) models?
- The role of models in public health decision-making
- Types of models:
- deterministic vs. stochastic
- individual-based vs. population-based
- compartmental vs. network models
- 10:30 AM - 10:45 AM: Short Break (15 mins)
- 10:45 AM - 12:15 PM: Formulating compartmental models (1 hour 30 mins)
- Types of compartmental models
- The general compartmental model framework
- Adding compartments: susceptible, infected, and recovered
- Incorporating disease transmission and recovery processes
- The SIR model:
- structure and assumptions
- Understanding model parameters: rates, proportions, and probabilities
- The SEIR Model: Adding the Exposed (E) compartment
- Incorporating an incubation period
- Understanding the role of the exposed compartment in disease transmission
- 12:15 AM - 13:15 PM: Lunch Break (1 hour)
- 13:15 PM - 14:45 PM: Characterising transmission (1 hour 30 mins)
- The Basic Reproduction Number, $R0$
- Definition and significance of $R0$
- Methods for deriving/calculating $R0$
- Not a magic number: Understanding $R0$ in the context of control measures
- 14:45 PM - 15:00 PM: Short Break (15 mins)
- 15:00 PM - 15:30 PM: Wrap-Up and Q&A (30 mins)
- Summary of key takeaways
- Discussion of model limitations and assumptions
- Open Q&A session
- 15:30 PM - 17:00 - Exercises (1 hour 30 mins)
- Describe a disease scenario and ask students to formulate a simple compartmental model, explaining the rationale for their choices.
- Derive the R0 for the model
- More advanced exercises for students who are comfortable with the basics of compartmental models and R:
- Implementing the SIR model in R
- Visualising the epidemic curve
- Calculating the basic reproduction number, R0
- Sensitivity analysis: How changes in parameters affect the model outputs
- An adaption of this exercise on [TB elimination](https://www.reconlearn.org/post/practical-tb)
## Day 2
- 9:00 AM - 10:30 AM: Analysing model outputs (1 hour 30 mins)
- Interpreting the epidemic curve
- Understanding equilibrium and threshold conditions
- Sensitivity analysis: How changes in parameters affect the model outputs
# Slide deck
Access the slide deck [here](slides.html).
![](https://i.creativecommons.org/l/by/4.0/88x31.png) This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).