-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
33 lines (25 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
31
32
33
---
title: "Supplement to Longitudinal analysis of child wasting and concurrence with stunting in low-resource settings"
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 Child wasting and concurrent stunting in low- and middle-income countries"
---
# Overview
**Recommended citation:** Mertens A N, et al. 2020. Child wasting and concurrent stunting in low- and middle-income countries. *Submitted*. doi.
This site contains supplementary information to the *Child wasting and concurrent stunting in low- and middle-income countries*.
```{r include=FALSE}
source(paste0(here::here(), "/0-config.R"))
# 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)
```