forked from child-growth/causes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
30 lines (24 loc) · 1.11 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: "Supplement to Causes and Consequences of Child Growth Failure in Low- and Middle-income Countries"
author: "Andrew Mertens et al."
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: rstudio/bookdown-demo
description: "This is supplementary information to Causes and Consequences of Child Growth Failure in Low- and Middle-income Countries"
---
<!-- # Overview -->
<!-- **Recommended citation:** Mertens A N, et al. 2020. Causes and consequences of child growth failure in low- and middle-income countries. *Submitted*. doi. -->
<!-- This site contains supplementary information to the *Causes and consequences of child growth failure in low- and middle-income countries*. -->
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
file.copy(from="/data/KI/ki-manuscript-output/figures/",
to=paste0(here::here(), "/"), overwrite=TRUE, recursive=TRUE)
```