@@ -12,20 +12,19 @@ We maintain R packages covering the complete epidemiological analysis pipeline:
12
12
13
13
- ** 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
14
14
- ** 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 ) )
17
16
18
17
All packages are built on methods validated through real epidemic responses including cholera, COVID-19, dengue, Ebola, and Zika outbreaks.
19
18
20
19
## Repository Structure
21
20
22
21
This website is built with [ Quarto] ( https://quarto.org/ ) and features:
23
22
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
29
28
30
29
```
31
30
├── _components/ # React components for interactive elements
0 commit comments