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: setup.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,48 +4,50 @@ title: Setup
4
4
5
5
## Motivation
6
6
7
-
**Outbreaks** appear with different diseases and in different contexts, but what all of them have in common is the key public health questions ([Cori et al. 2017](https://royalsocietypublishing.org/doi/10.1098/rstb.2016.0371#d1e605)). We can relate these key public health questions to outbreak data analysis tasks.
7
+
**Outbreaks**of infectious diseases can appear as a result of different pathogens, and in different contexts, but they typically lead to similar public health questions, from understanding patterns of transmission and severity to examining the effect of control measures ([Cori et al. 2017](https://royalsocietypublishing.org/doi/10.1098/rstb.2016.0371#d1e605)). We can relate each of these public health questions to a series of outbreak data analysis tasks. The more efficiently and reliably we can perform these tasks, the faster and more accurately we can answer the underlying questions.
8
8
9
-
Epiverse-TRACE aims to provide a software ecosystem for [**outbreak analytics**](reference.md#outbreakanalytics) with integrated, generalisable and scalable community-driven software. We support the development of R packages, make the existing ones interoperable for the user experience, and stimulate a community of practice.
9
+
Epiverse-TRACE aims to provide a software ecosystem for [**outbreak analytics**](reference.md#outbreakanalytics) with integrated, generalisable and scalable community-driven software. We support the development of new R packages, help link together existing tools to make them more user-friendly, and contribute to a community of practice, spanning field epidemiologists, data scientists, lab researchers, health agency analysts, software engineers and more.
10
10
11
11
### Epiverse-TRACE tutorials
12
12
13
-
The tutorials are built around an outbreak analysis pipeline split into three stages: **Early tasks**, **Middle tasks** and **Late tasks**.
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
-
Each task has its tutorial website. Each tutorial website consists of a set of episodes.
18
+
Each task has its tutorial website and each tutorial website consists of a set of episodes covering different topics.
|Reading and cleaning case data | Real-time analysis and forecasting | Scenario modelling |
22
-
| Readand clean linelist data, Access delay distributions, and Estimate transmission metrics. | Forecast cases, Estimate severity, and Estimate superspreading. | Simulate disease spread and Investigate interventions. |
22
+
|Read and clean case data, and make linelist| Real-time analysis and forecasting | Scenario modelling |
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. |
23
24
24
25
Each episode contains:
25
26
26
-
+**Overview**: describes what questions will be answered and what are the objectives of the episode.
27
-
+**Prerequisites**: describes what episodes/packages need to be covered before the current episode.
28
-
+**Example R code** : work through the episodes on your own computer using the example R code.
29
-
+**Challenges** : complete challenges to test your understanding.
30
-
+**Explainers** : add to your understanding of mathematical and modelling concepts with the explainer boxes.
27
+
+**Overview**: describes what questions will be answered and the objectives of the episode.
28
+
+**Prerequisites**: describes what episodes/packages ideally need to be covered before the current episode.
29
+
+**Example R code**: example R code so you can work through the episodes on your own computer.
30
+
+**Challenges**: challenges that can be completed to test your understanding.
31
+
+**Explainers**: boxes to enhance your understanding of mathematical and modelling concepts.
31
32
32
-
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.
33
34
34
35
### Epiverse-TRACE R packages
35
36
36
-
Our strategy is to gradually incorporate specialised **R packages** into our traditional analysis pipeline. These packages should fill the gaps in these epidemiology-specific tasks in response to outbreaks.
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.
37
38
38
39
)](episodes/fig/pkgs-hexlogos-2.png)
39
40
40
41
:::::::::::::::::::::::::::: prereq
41
42
42
-
This course assumes intermediate R knowledge. This workshop is for you if:
43
+
This content assumes intermediate R knowledge. This tutorials are for you if:
43
44
44
-
- You can use the magrittr pipe `%>%` and/or native pipe `|>`
45
-
- You are familiar with functions from `{dplyr}`, `{tidyr}`, and `{ggplot2}`
46
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
+
- You can use the magrittr pipe `%>%` and/or native pipe `|>`.
48
+
47
49
48
-
We expect participants to have some exposure to basic Statistical, Mathematical and Epidemic theory concepts, but NOT intermediate or expert familiarity with modeling.
50
+
We expect learners to have some exposure to basic Statistical, Mathematical and Epidemic theory concepts, but NOT intermediate or expert familiarity with modeling.
0 commit comments