Skip to content

Commit a856eeb

Browse files
committed
minor text edits to learners/setup.md
1 parent 94cebad commit a856eeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

learners/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Setup
44

55
## Motivation
66

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

99
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

@@ -40,11 +40,11 @@ Our strategy is to gradually incorporate specialised **R packages** into a tradi
4040

4141
:::::::::::::::::::::::::::: prereq
4242

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

4545
- You can read data into R, transform and reshape data, and make a wide variety of graphs.
4646
- You are familiar with functions from `{dplyr}`, `{tidyr}`, and `{ggplot2}`.
47-
- You can use the magrittr pipe `%>%` and/or native pipe `|>`.
47+
- You can use the `{magrittr}` pipe `%>%` and/or native pipe `|>`.
4848

4949

5050
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

Comments
 (0)