You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learners/setup.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ Epiverse-TRACE aims to provide a software ecosystem for [**outbreak analytics**]
13
13
Our tutorials are built around an outbreak analysis pipeline split into three stages: **Early tasks**, **Middle tasks** and **Late tasks**. The outputs of tasks completed in earlier stages commonly feed into the tasks required for later ones.
14
14
15
15
16
-

16
+

17
17
18
-
Each task has its tutorial website and each tutorial website consists of a set of episodes covering different topics.
18
+
Each stage has its tutorial website and each tutorial website consists of a set of episodes covering different topics.
|Read and clean case data, and make linelist| Real-time analysis and forecasting | Scenario modelling |
22
+
|Import and standardized outbreak data, and produce epicurves| Real-time analysis and forecasting | Scenario modelling |
23
23
| Read, clean and validate case data, convert linelist data to incidence for visualization. | Access delay distributions and estimate transmission metrics, forecast cases, estimate severity and superspreading. | Simulate disease spread and investigate interventions. |
24
24
25
25
Each episode contains:
@@ -30,20 +30,20 @@ Each episode contains:
30
30
+**Challenges**: challenges that can be completed to test your understanding.
31
31
+**Explainers**: boxes to enhance your understanding of mathematical and modelling concepts.
32
32
33
-
Also check out the [glossary](./reference.md) for any terms you may be unfamiliar with.
33
+
Also check out the [glossary](./reference.md) for any terms you may be unfamiliar with. The **More** tab provides detailed technical documentation and case studies.
34
34
35
35
### Epiverse-TRACE R packages
36
36
37
37
Our strategy is to gradually incorporate specialised **R packages** into a traditional analysis pipeline. These packages should fill the gaps in these epidemiology-specific tasks in response to outbreaks.
38
38
39
-
)](episodes/fig/pkgs-hexlogos-2.png)
39
+
)](episodes/fig/pkgs-hexlogos-2.png).
40
40
41
41
:::::::::::::::::::::::::::: prereq
42
42
43
43
This content assumes intermediate R knowledge. This tutorials are for you if:
44
44
45
-
- You can read data into R, transform and reshape data, and make a wide variety of graphs
46
-
- You are familiar with functions from `{dplyr}`, `{tidyr}`, and `{ggplot2}`
45
+
- You can read data into R, transform and reshape data, and make a wide variety of graphs.
46
+
- You are familiar with functions from `{dplyr}`, `{tidyr}`, and `{ggplot2}`.
47
47
- You can use the magrittr pipe `%>%` and/or native pipe `|>`.
0 commit comments