From c53c0b87d16b6f45252b60b656e1242dc1fc945d Mon Sep 17 00:00:00 2001 From: alecristia Date: Mon, 28 Aug 2023 15:29:00 +0200 Subject: [PATCH] adding pdf --- index.Rmd | 27 ++++++++++++++++----------- packages.bib | 30 ++++++++++++++++++------------ 2 files changed, 34 insertions(+), 23 deletions(-) diff --git a/index.Rmd b/index.Rmd index 8e2c03b..37d8ba1 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,17 +1,22 @@ --- title: "Long-form recordings: From A to Z" -author: - - name : "Sara Pisani" - - name : "Lucas Gautheron" - - name : "Alejandrina Cristia" - affiliation : "Ecole Normale Supérieure, PSL Research University, Département d'ztudes cognitives, Laboratoire de Sciences Cognitives et Psycholinguistique (ENS, EHESS, CNRS)" - corresponding : yes # Define only one corresponding author - address : "LSCP 29 rue d'Ulm, Paris, France " - email : "alejandrina.cristia@ens.fr" +author: +- name: Sara Pisani +- name: Lucas Gautheron +- name: Alejandrina Cristia + affiliation: Ecole Normale Supérieure, PSL Research University, Département d'ztudes + cognitives, Laboratoire de Sciences Cognitives et Psycholinguistique (ENS, EHESS, + CNRS) + corresponding: yes + address: 'LSCP 29 rue d''Ulm, Paris, France ' + email: alejandrina.cristia@ens.fr date: "`r Sys.Date()`" -output: word_document -description: "This bookdown contains the scripts of instructional videos created in the context of the ExELang Project (exelang.fr)." - +output: + pdf_document: default + word_document: default +description: This bookdown contains the scripts of instructional videos created in + the context of the ExELang Project (exelang.fr). +always_allow_html: true --- # Preface {-} diff --git a/packages.bib b/packages.bib index 7878a82..78518bd 100644 --- a/packages.bib +++ b/packages.bib @@ -3,31 +3,38 @@ @Manual{R-base author = {{R Core Team}}, organization = {R Foundation for Statistical Computing}, address = {Vienna, Austria}, - year = {2021}, + year = {2023}, url = {https://www.R-project.org/}, } @Manual{R-bookdown, title = {bookdown: Authoring Books and Technical Documents with R Markdown}, author = {Yihui Xie}, - year = {2021}, - note = {R package version 0.23}, + year = {2023}, + note = {R package version 0.34}, url = {https://CRAN.R-project.org/package=bookdown}, } +@Manual{R-kableExtra, + title = {kableExtra: Construct Complex Table with kable and Pipe Syntax}, + author = {Hao Zhu}, + year = {2023}, + note = {http://haozhu233.github.io/kableExtra/}, +} + @Manual{R-knitr, title = {knitr: A General-Purpose Package for Dynamic Report Generation in R}, author = {Yihui Xie}, - year = {2021}, - note = {R package version 1.33}, + year = {2023}, + note = {R package version 1.43}, url = {https://yihui.org/knitr/}, } @Manual{R-rmarkdown, title = {rmarkdown: Dynamic Documents for R}, - author = {JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone}, - year = {2021}, - note = {R package version 2.10}, + author = {JJ Allaire and Yihui Xie and Christophe Dervieux and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone}, + year = {2023}, + note = {R package version 2.23}, url = {https://CRAN.R-project.org/package=rmarkdown}, } @@ -37,7 +44,7 @@ @Book{bookdown2016 publisher = {Chapman and Hall/CRC}, address = {Boca Raton, Florida}, year = {2016}, - note = {ISBN 978-1138700109}, + isbn = {978-1138700109}, url = {https://bookdown.org/yihui/bookdown}, } @@ -60,7 +67,6 @@ @InCollection{knitr2014 publisher = {Chapman and Hall/CRC}, year = {2014}, note = {ISBN 978-1466561595}, - url = {http://www.crcpress.com/product/isbn/9781466561595}, } @Book{rmarkdown2018, @@ -69,7 +75,7 @@ @Book{rmarkdown2018 publisher = {Chapman and Hall/CRC}, address = {Boca Raton, Florida}, year = {2018}, - note = {ISBN 9781138359338}, + isbn = {9781138359338}, url = {https://bookdown.org/yihui/rmarkdown}, } @@ -79,7 +85,7 @@ @Book{rmarkdown2020 publisher = {Chapman and Hall/CRC}, address = {Boca Raton, Florida}, year = {2020}, - note = {ISBN 9780367563837}, + isbn = {9780367563837}, url = {https://bookdown.org/yihui/rmarkdown-cookbook}, }