Skip to content

Commit aff5167

Browse files
committed
Let sandpaper translate section headings
1 parent d55689c commit aff5167

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

episodes/compare-interventions.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ output_baseline <- model_default(
9696

9797
::::::::::::::::::::::::::::::::::::: prereq
9898

99-
## Prerequisites
10099
+ Complete tutorials [Simulating transmission](../episodes/simulating-transmission.md) and [Modelling interventions](../episodes/modelling-interventions.md)
101100

102101
Learners should familiarise themselves with following concept dependencies before working through this tutorial:
@@ -339,8 +338,6 @@ output <- model_vacamole(
339338

340339
::::::::::::::::: solution
341340

342-
### SOLUTION
343-
344341
1. Run the model
345342

346343
```{r}

episodes/model-choices.Rmd

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ library(ggplot2)
2626

2727
::::::::::::::::::::::::::::::::::::: prereq
2828

29-
## Prerequisites
3029
+ Complete tutorial [Simulating transmission](../episodes/simulating-transmission.md)
3130
:::::::::::::::::::::::::::::::::
3231

@@ -121,8 +120,6 @@ Which of the following models would be an appropriate choice for this task:
121120

122121
::::::::::::::::: hint
123122

124-
### HINT
125-
126123
Consider the following questions:
127124

128125
::::::::::::::::::::::::::::::::::::: checklist
@@ -140,9 +137,6 @@ Consider the following questions:
140137

141138
::::::::::::::::: solution
142139

143-
### SOLUTION
144-
145-
146140
+ What is the infection/disease of interest? **Ebola**
147141
+ Do we need a deterministic or stochastic model? **A stochastic model would allow us to explore variation in the early stages of the outbreak**
148142
+ What is the outcome of interest? **Number of infections**
@@ -331,8 +325,6 @@ Adapt the code from the [accounting for uncertainty](../episodes/simulating-tran
331325

332326
::::::::::::::::: solution
333327

334-
### SOLUTION
335-
336328
1. Run the model once and plot the number of infectious individuals through time
337329

338330

episodes/modelling-interventions.Rmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ library(epidemics)
1414

1515
- How do I investigate the effect of interventions on disease trajectories?
1616

17-
1817
::::::::::::::::::::::::::::::::::::::::::::::::
1918

2019
::::::::::::::::::::::::::::::::::::: objectives
@@ -25,7 +24,6 @@ library(epidemics)
2524

2625
::::::::::::::::::::::::::::::::::::: prereq
2726

28-
## Prerequisites
2927
+ Complete tutorial on [Simulating transmission](../episodes/simulating-transmission.md).
3028

3129
Learners should also familiarise themselves with following concept dependencies before working through this tutorial:
@@ -407,8 +405,6 @@ Plot the three interventions vaccination, school closure and mask mandate and th
407405

408406
:::::::::::::::::::::::: solution
409407

410-
## Output
411-
412408
```{r plot_vaccinate, echo = TRUE, message = FALSE, fig.width = 10}
413409
# create intervention_type column for plotting
414410
output_vaccinate$intervention_type <- "vaccination"

episodes/simulating-transmission.Rmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ webshot::install_phantomjs(force = TRUE)
3434

3535
::::::::::::::::::::::::::::::::::::: prereq
3636

37-
## Prerequisites
38-
3937
Learners should familiarise themselves with following concept dependencies before working through this tutorial:
4038

4139
**Mathematical Modelling** : [Introduction to infectious disease models](https://doi.org/10.1038/s41592-020-0856-2), [state variables](../learners/reference.md#state), [model parameters](../learners/reference.md#parsode), [initial conditions](../learners/reference.md#initial), [differential equations](../learners/reference.md#ordinary).
@@ -275,8 +273,6 @@ contact_matrix
275273
```
276274

277275
:::::::::::::::::::::::: solution
278-
279-
## Output
280276

281277
```{r polymod_uk, echo = FALSE, message = FALSE}
282278
polymod <- socialmixr::polymod

episodes/template.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ exercises: 5 # exercise time in minutes
1919

2020
::::::::::::::::::::::::::::::::::::: prereq
2121

22-
## Prerequisites
23-
2422
List (and hyperlink) the lessons/packages which need to be covered before this lesson
2523

2624
:::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)