Skip to content

Commit

Permalink
update contributors list in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorresd committed Apr 26, 2024
1 parent ef45b15 commit f67a886
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
14 changes: 11 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ head(chagas2012, 5)

The function `prepare_serodata` will prepare the entry data for the use of the modelling module; this function computes the sample size, the years of birth and the binomial confidence interval for each age group in the provided dataset. A visualisation of the prepared seroprevalence data can be obtained using the function plot_seroprev:

```{r data_test, include = TRUE, out.fig.height="30%", out.width="50%", fig.align="center", message=FALSE}
```{r data_test, include = TRUE, out.fig.height="30%", out.width="50%", fig.align="center", message=FALSE, warning=FALSE}
serodata_test <- prepare_serodata(chagas2012)
plot_seroprev(serodata_test, size_text = 15)
```
Expand All @@ -73,17 +73,25 @@ Contributors to the project include:

- [Nicolás Torres](https://github.com/ntorresd) (author)

- [Benjamin Lambert](https://ben-lambert.com/about/) (author)
- [Ben Lambert](https://ben-lambert.com/about/) (author)

- [Pierre Nouvellet](https://github.com/pnouvellet) (author)

- [Geraldine Gómez](https://github.com/megamezl) (contributor)

- [Jaime A. Pavlich-Mariscal](https://github.com/jpavlich) (contributor)

- [Miguel Gamez](https://github.com/megamezl) (contributor)

- [Hugo Gruson](https://github.com/Bisaloo) (contributor)

- [David Santiago Quevedo](https://github.com/davidsantiagoquevedo) (contributor)

- [Jaime A. Pavlich-Mariscal](https://github.com/jpavlich) (contributor)
- [Everlyn Kamau](https://github.com/ekamau) (contributor)

- [Richard Creswell](https://github.com/rccreswell) (contributor)

- [Sumali Bajaj](https://github.com/sumalibajaj) (contributor)

## Package vignettes

Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ methods are outlined in ([Cucunubá et al. 2017](#ref-cucunubá2017)) and
Models](https://epiverse-trace.github.io/serofoi/articles/foi_models.html)
for further details)

***serofoi*** is developed at [Pontificia Universidad
Javeriana](https://www.javeriana.edu.co/inicio) as part of the [Epiverse
***serofoi*** is part of the [Epiverse
Initiative](https://data.org/initiatives/epiverse/).

## Installation
Expand Down Expand Up @@ -82,18 +81,26 @@ Contributors to the project include:

- [Nicolás Torres](https://github.com/ntorresd) (author)

- [Benjamin Lambert](https://ben-lambert.com/about/) (author)
- [Ben Lambert](https://ben-lambert.com/about/) (author)

- [Pierre Nouvellet](https://github.com/pnouvellet) (author)

- [Geraldine Gómez](https://github.com/megamezl) (contributor)

- [Jaime A. Pavlich-Mariscal](https://github.com/jpavlich) (contributor)

- [Miguel Gamez](https://github.com/megamezl) (contributor)

- [Hugo Gruson](https://github.com/Bisaloo) (contributor)

- [David Santiago Quevedo](https://github.com/davidsantiagoquevedo)
(contributor)

- [Jaime A. Pavlich-Mariscal](https://github.com/jpavlich) (contributor)
- [Everlyn Kamau](https://github.com/ekamau) (contributor)

- [Richard Creswell](https://github.com/rccreswell) (contributor)

- [Sumali Bajaj](https://github.com/sumalibajaj) (contributor)

## Package vignettes

Expand Down
Binary file modified man/figures/README-data_test-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f67a886

Please sign in to comment.