-
Notifications
You must be signed in to change notification settings - Fork 35
/
paper.bib
63 lines (62 loc) · 2.15 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
@Manual{R-base,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2016},
url = {https://www.R-project.org/},
}
@Manual{R-htmltools,
title = {htmltools: Tools for HTML},
author = {{RStudio} and {Inc.}},
year = {2015},
note = {R package version 0.3},
url = {https://CRAN.R-project.org/package=htmltools},
}
@Manual{R-htmlwidgets,
title = {htmlwidgets: HTML Widgets for R},
author = {Ramnath Vaidyanathan and Yihui Xie and JJ Allaire and Joe Cheng and Kenton Russell},
year = {2016},
note = {R package version 0.6},
url = {https://CRAN.R-project.org/package=htmlwidgets},
}
@Manual{R-jsonlite,
title = {jsonlite: A Robust, High Performance JSON Parser and Generator for R},
author = {Jeroen Ooms and Duncan {Temple Lang} and Lloyd Hilaiel},
year = {2015},
note = {R package version 0.9.19},
url = {https://CRAN.R-project.org/package=jsonlite},
}
@Manual{R-yaml,
title = {yaml: Methods to convert R data to YAML and back},
author = {Jeremy Stephens},
year = {2014},
note = {R package version 2.1.13},
url = {https://CRAN.R-project.org/package=yaml},
}
@Misc{metrics-graphics.js,
title = {metrics-graphics: A library optimized for concise, principled data graphics and layouts},
author = {{Mozilla} and Ali Almossawi and Hamilton Ulmer},
year = {2014},
note = {javascript pacakge version 2.8.0},
url = {https://github.com/mozilla/metrics-graphics},
}
@Article{Bostock:2011:DDD:2068462.2068631,
author = {Bostock, Michael and Ogievetsky, Vadim and Heer, Jeffrey},
title = {D3 Data-Driven Documents},
journal = {IEEE Transactions on Visualization and Computer Graphics},
issue_date = {December 2011},
volume = {17},
number = {12},
month = dec,
year = {2011},
issn = {1077-2626},
pages = {2301--2309},
numpages = {9},
url = {http://dx.doi.org/10.1109/TVCG.2011.185},
doi = {10.1109/TVCG.2011.185},
acmid = {2068631},
publisher = {IEEE Educational Activities Department},
address = {Piscataway, NJ, USA},
keywords = {Information visualization, user interfaces, toolkits, 2D graphics.},
}