generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.bib
62 lines (57 loc) · 3.44 KB
/
book.bib
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
@Manual{rmarkdown2021,
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},
url = {https://github.com/rstudio/rmarkdown},
}
@Book{Xie2018,
title = {R Markdown: The Definitive Guide},
author = {Yihui Xie and J.J. Allaire and Garrett Grolemund},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2018},
note = {ISBN 9781138359338},
url = {https://bookdown.org/yihui/rmarkdown},
}
@Book{Xie2020,
title = {R Markdown Cookbook},
author = {Yihui Xie and Christophe Dervieux and Emily Riederer},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2020},
note = {ISBN 9780367563837},
url = {https://bookdown.org/yihui/rmarkdown-cookbook},
}
@misc{pages_github,
title = {{GitHub} {Pages} {Documentation}},
shorttitle = {GitHub pages},
url = {https://docs.github.com/en/pages},
abstract = {You can create a website directly from a repository on GitHub.com.},
language = {en},
urldate = {2022-03-22},
journal = {GitHub Docs},
}
@book{happygitwithr,
title = {Let’s {Git} started {\textbar} {Happy} {Git} and {GitHub} for the {useR}},
shorttitle = {happygitwithr},
url = {https://happygitwithr.com/},
abstract = {Using Git and GitHub with R, Rstudio, and R Markdown},
language = {en},
urldate = {2022-03-22},
author = {Hester, the STAT 545 TAs, Jim, Jenny Bryan},
}
@phdthesis{breshock_expanding_2021,
type = {Thesis},
title = {{EXPANDING} {ACCESS} {AND} {REMOVING} {BARRIERS}: {DATA} {SCIENCE} {EDUCATION} {WITH} {THE} {OPEN} {CASE} {STUDIES} {DIGITAL} {PLATFORM}},
shorttitle = {{EXPANDING} {ACCESS} {AND} {REMOVING} {BARRIERS}},
url = {https://jscholarship.library.jhu.edu/handle/1774.2/66820},
abstract = {Open Case Studies (OCS) is a data science education platform created to provide examples of best practices for the next generation of data scientists. The aim of this thesis project is to enhance the case studies and expand the services provided by the platform to further meet the needs of data sci- ence education today. The case studies were made accessible to non-English speakers with the addition of a feature that can toggle between translations with more than 100 languages. An RStudio "shiny" app was created to allow nontechnical users to create their own custom case studies. Interactive versions of the case studies were created that incorporate live tutorials using R packages "learnr" and "gradethis". This introduced the ability for case study readers to check their understanding along the way with feedback from interactive quizzes in the case study itself. Finally, an R package called "OCSdata" was developed to provide easy access to case study data and en- able modular use of the case studies. In tandem with these developments, the platform itself was analyzed with the help of user feedback and Google Analytics traffic data. The results of this assessment indicate that OCS is already providing essential material for data science education globally. The new developments detailed in this report will expand the reach and quality of the platform even further.},
language = {en\_US},
urldate = {2022-03-08},
school = {Johns Hopkins University},
author = {Breshock, Michael Robert},
month = dec,
year = {2021},
note = {Accepted: 2022-02-24T16:38:09Z},
}