Skip to content

Commit

Permalink
After rebase can use the .bib file
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed May 23, 2024
1 parent da80d44 commit 2d445ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 1 addition & 11 deletions vignettes/ebola.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,7 @@ data("sierra_leone_ebola_data")
```

Ebola data available in package.
From Fang et al. (2016).
<!-- @article{fang2016transmission, -->
<!-- title={Transmission dynamics of Ebola virus disease and intervention effectiveness in Sierra Leone}, -->
<!-- author={Fang, Li-Qun and Yang, Yang and Jiang, Jia-Fu and Yao, Hong-Wu and Kargbo, David and Li, Xin-Lou and Jiang, Bao-Gui and Kargbo, Brima and Tong, Yi-Gang and Wang, Ya-Wei and others}, -->
<!-- journal={Proceedings of the National Academy of Sciences}, -->
<!-- volume={113}, -->
<!-- number={16}, -->
<!-- pages={4488--4493}, -->
<!-- year={2016}, -->
<!-- publisher={National Acad Sciences} -->
<!-- } -->
From @fang2016transmission.
Has `r nrow(sierra_leone_ebola_data)` rows, each corresponding to a unique case report.

```{r}
Expand Down
11 changes: 11 additions & 0 deletions vignettes/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,15 @@ @Article{brms
pages = {1--28},
doi = {10.18637/jss.v080.i01},
encoding = {UTF-8},
}

@article{fang2016transmission,
title={Transmission dynamics of Ebola virus disease and intervention effectiveness in Sierra Leone},
author={Fang, Li-Qun and Yang, Yang and Jiang, Jia-Fu and Yao, Hong-Wu and Kargbo, David and Li, Xin-Lou and Jiang, Bao-Gui and Kargbo, Brima and Tong, Yi-Gang and Wang, Ya-Wei and others},
journal={Proceedings of the National Academy of Sciences},
volume={113},
number={16},
pages={4488--4493},
year={2016},
publisher={National Acad Sciences}
}

0 comments on commit 2d445ea

Please sign in to comment.