Skip to content

Commit eee30ff

Browse files
authored
Update README.md
Suggestions provided by @jamesmbaazam in Slack 🙏
1 parent 8cab969 commit eee30ff

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,19 @@ We maintain R packages covering the complete epidemiological analysis pipeline:
1212

1313
- **Data Management**: Import ([`readepi`](https://epiverse-trace.github.io/readepi)), clean ([`cleanepi`](https://epiverse-trace.github.io/cleanepi)), simulate ([`simulist`](https://epiverse-trace.github.io/simulist)), and validate ([`linelist`](https://epiverse-trace.github.io/linelist)) epidemiological data
1414
- **Parameter Estimation**: Access epidemiological parameters ([`epiparameter`](https://epiverse-trace.github.io/epiparameter)), estimate case fatality ratios ([`cfr`](https://epiverse-trace.github.io/cfr)), and analyze seroprevalence ([`serofoi`](https://epiverse-trace.github.io/serofoi))
15-
- **Modeling & Analysis**: Simulate epidemic dynamics ([`epidemics`](https://epiverse-trace.github.io/epidemics)), calculate final outbreak size ([`finalsize`](https://epiverse-trace.github.io/finalsize)), and assess vaccine efficacy ([`vaccineff`](https://epiverse-trace.github.io/vaccineff))
16-
- **Specialized Tools**: Analyze transmission chains ([`epichains`](https://epiverse-trace.github.io/epichains)), superspreading events ([`superspreading`](https://epiverse-trace.github.io/superspreading)), and vector-borne diseases ([`epiCo`](https://epiverse-trace.github.io/epiCo))
15+
- **Modeling & Analysis**: Simulate epidemic dynamics ([`epidemics`](https://epiverse-trace.github.io/epidemics)), calculate final outbreak size ([`finalsize`](https://epiverse-trace.github.io/finalsize)), and assess vaccine efficacy ([`vaccineff`](https://epiverse-trace.github.io/vaccineff)), analyze transmission chains ([`epichains`](https://epiverse-trace.github.io/epichains)), superspreading events ([`superspreading`](https://epiverse-trace.github.io/superspreading)), and vector-borne diseases ([`epiCo`](https://epiverse-trace.github.io/epiCo))
1716

1817
All packages are built on methods validated through real epidemic responses including cholera, COVID-19, dengue, Ebola, and Zika outbreaks.
1918

2019
## Repository Structure
2120

2221
This website is built with [Quarto](https://quarto.org/) and features:
2322

24-
- **Blog**: Technical articles, package releases, and community updates
25-
- **Documentation**: Getting started guides and learning materials
26-
- **Resources**: How-to guides and tutorials
27-
- **Community**: Contributor profiles and team information
28-
- **Presentations**: Conference talks and workshop materials
23+
- [**Blog**](https://epiverse-trace.github.io/blog.html): Technical articles, package releases, and community updates
24+
- **Documentation**: [Getting started](https://epiverse-trace.github.io/getting-started.html) guides and [learning materials](https://epiverse-trace.github.io/learn.html)
25+
- [**Resources**](https://epiverse-trace.github.io/resources.html): How-to guides and tutorials
26+
- [**Community**](https://epiverse-trace.github.io/people.html): Contributor profiles and team information
27+
- [**Presentations**](https://epiverse-trace.github.io/presentations.html): Conference talks and workshop materials
2928

3029
```
3130
├── _components/ # React components for interactive elements

0 commit comments

Comments
 (0)