-
Notifications
You must be signed in to change notification settings - Fork 1
/
paper.bib
45 lines (41 loc) · 1.65 KB
/
paper.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
@Book{rmarkdown,
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},
}
@article{knuth84,
author = {Knuth, D. E.},
title = "{Literate Programming}",
journal = {The Computer Journal},
volume = {27},
number = {2},
pages = {97-111},
year = {1984},
month = {01},
abstract = "{The author and his associates have been experimenting for the past several years with a programming language and documentation system called WEB. This paper presents WEB by example, and discusses why the new system appears to be an improvement over previous ones.}",
issn = {0010-4620},
doi = {10.1093/comjnl/27.2.97},
url = {https://doi.org/10.1093/comjnl/27.2.97},
eprint = {https://academic.oup.com/comjnl/article-pdf/27/2/97/981657/270097.pdf},
}
@inproceedings{katz1963,
title={An experiment in non-procedural programming},
author={Katz, Jesse H and McGee, William C},
booktitle={Proceedings of the November 12-14, 1963, fall joint computer conference},
pages={1--13},
year={1963}
}
@InCollection{knitr,
booktitle = {Implementing Reproducible Computational Research},
editor = {Victoria Stodden and Friedrich Leisch and Roger D. Peng},
title = {knitr: A Comprehensive Tool for Reproducible Research in {R}},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
year = {2014},
note = {ISBN 978-1466561595},
url = {http://www.crcpress.com/product/isbn/9781466561595},
}