Skip to content

Commit 71dbe2a

Browse files
committed
incorporate the update in main page
1 parent 91b7201 commit 71dbe2a

File tree

1 file changed

+16
-33
lines changed

1 file changed

+16
-33
lines changed

learners/setup.md

Lines changed: 16 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,18 @@ title: Setup
44

55
## Motivation
66

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.
88

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.
1010

1111
### Epiverse-TRACE tutorials
1212

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.
1414

1515

16-
<p><figure>
17-
<img src="https://epiverse-trace.github.io/task_pipeline-minimal.svg"
18-
alt="Outbreak analysis pipeline"
19-
width="600"/>
20-
<figcaption>
21-
<p>An overview of the tutorial topics</p>
22-
</figcaption>
23-
</figure>
24-
</p>
25-
Each task has its tutorial website. Each tutorial website consists of a set of episodes.
16+
![An overview of the tutorial topics](https://epiverse-trace.github.io/task_pipeline-minimal.svg)
17+
18+
Each task has its tutorial website and each tutorial website consists of a set of episodes covering different topics.
2619

2720
| [Early task tutorials ➠](https://epiverse-trace.github.io/tutorials-early/) | [Middle task tutorials ➠](https://epiverse-trace.github.io/tutorials-middle) | [Late task tutorials ➠](https://epiverse-trace.github.io/tutorials-late/) |
2821
|---|---|---|
@@ -31,33 +24,23 @@ Each task has its tutorial website. Each tutorial website consists of a set of e
3124

3225
Each episode contains:
3326

34-
+ **Overview**: describes what questions will be answered and what are the objectives of the episode.
35-
+ **Prerequisites**: describes what episodes/packages need to be covered before the current episode.
36-
+ **Example R code**: work through the episodes on your own computer using the example R code.
37-
+ **Challenges**: complete challenges to test your understanding.
38-
+ **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.
3932

40-
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.
4134

4235
### Epiverse-TRACE R packages
4336

4437
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.
4538

46-
![I](episodes/fig/pkgs-hexlogos-2.png).
47-
48-
<p><figure>
49-
<img src="episodes/fig/pkgs-hexlogos-2.png"
50-
alt="Outbreak analysis R packages"
51-
width="600"/>
52-
<figcaption>
53-
<p>In **R**, the fundamental unit of shareable code is the **package**. A package bundles together code, data, documentation, and tests and is easy to share with others ([Wickham and Bryan, 2023](https://r-pkgs.org/introduction.html))</p>
54-
</figcaption>
55-
</figure>
56-
</p>
39+
![In **R**, the fundamental unit of shareable code is the **package**. A package bundles together code, data, documentation, and tests and is easy to share with others ([Wickham and Bryan, 2023](https://r-pkgs.org/introduction.html))](episodes/fig/pkgs-hexlogos-2.png)
5740

5841
:::::::::::::::::::::::::::: prereq
5942

60-
This content assumes intermediate R knowledge. These tutorials are for you if:
43+
This content assumes intermediate R knowledge. This tutorials are for you if:
6144

6245
- You can read data into R, transform and reshape data, and make a wide variety of graphs
6346
- You are familiar with functions from `{dplyr}`, `{tidyr}`, and `{ggplot2}`
@@ -68,11 +51,11 @@ We expect learners to have some exposure to basic Statistical, Mathematical and
6851

6952
::::::::::::::::::::::::::::
7053

71-
:::::::::::::::::::::::::::: callout
54+
:::::::::::::::::::::::::::: caution
7255

7356
### R refresher
7457

75-
If you need to refresh your R knowledge to fulfill the prerequisites,
58+
If you need to refresh your R knowledge to fulfil the prerequisites,
7659
we recommend you solve these
7760
**interactive online self-paced tutorials** from Applied Epi on:
7861

0 commit comments

Comments
 (0)