Skip to content

Commit dbc2af5

Browse files
committed
add instructor checkpoints
1 parent 32ea29a commit dbc2af5

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

episodes/modelling-interventions.Rmd

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ In this tutorial different types of intervention and how they can be modelled ar
6868

6969
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
7070

71+
:::::::::::::::::::::: instructor
72+
73+
Share with learners the code for the baseline model.
74+
75+
It has **different** disease parameters than previous episode.
76+
77+
Then start with the livecoding directly with interventions.
78+
79+
::::::::::::::::::::::
80+
7181
## Baseline model
7282

7383
We will investigate the effect of interventions on a COVID-19 outbreak using an SEIR model (`model_default()` in the R package `{epidemics}`). To be able to see the effect of our intervention, we will run a baseline variant of the model, i.e, without intervention.
@@ -143,6 +153,18 @@ output_baseline <- epidemics::model_default(
143153
)
144154
```
145155

156+
:::::::::::::::::::::: instructor
157+
158+
Make a pause.
159+
160+
Use slides to introduce the topics of:
161+
162+
- Non pharmaceutical interventions.
163+
164+
Then continue with the livecoding.
165+
166+
::::::::::::::::::::::
167+
146168
## Non-pharmaceutical interventions
147169

148170
[Non-pharmaceutical interventions](../learners/reference.md#NPIs) (NPIs) are measures put in place to reduce transmission that do not include the administration of drugs or vaccinations. NPIs aim at reducing contacts between infectious and susceptible individuals by closure of schools and workplaces, and other measures to prevent the spread of the disease, for example, washing hands and wearing masks.
@@ -337,6 +359,17 @@ To implement both contact and rate interventions in the same simulation they mus
337359

338360
::::::::::::::::::::::::::::::::::::::::::::::::
339361

362+
:::::::::::::::::::::: instructor
363+
364+
Make a pause.
365+
366+
Use slides to introduce the topics of:
367+
368+
- Pharmaceutical interventions.
369+
370+
Then continue with the livecoding.
371+
372+
::::::::::::::::::::::
340373

341374
## Pharmaceutical interventions
342375

@@ -518,6 +551,15 @@ To get an age-stratified plot, keep the default `by_group = TRUE` and then add `
518551

519552
:::::::::::::::::::::
520553

554+
:::::::::::::::::::::: instructor
555+
556+
Stop the livecoding.
557+
558+
Suggest learners to read the next episode.
559+
560+
Return to slides.
561+
562+
::::::::::::::::::::::
521563

522564
## Summary
523565

0 commit comments

Comments
 (0)