-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathCITATION
35 lines (32 loc) · 1.15 KB
/
CITATION
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
citHeader("To cite ComplexUpset in publications use:")
citEntry(
entry = "Misc",
title = "ComplexUpset",
author = c(
person("Michał", "Krassowski")
),
year = 2020,
url = "https://doi.org/10.5281/zenodo.3700590",
doi = "10.5281/zenodo.3700590",
textVersion = paste(
"Michał Krassowski. (2020). krassowski/complex-upset.",
"Zenodo. http://doi.org/10.5281/zenodo.3700590"
)
)
citEntry(
entry = "Article",
title = "UpSet: Visualization of Intersecting Sets,",
author = as.person("Alexander Lex, Nils Gehlenborg, Hendrik Strobelt, Romain Vuillemot, Hanspeter Pfister"),
journal = "IEEE Transactions on Visualization and Computer Graphics",
year = 2014,
volume = 20,
number = 12,
pages = "1983–1992",
url = "https://doi.org/10.1109/TVCG.2014.2346248",
doi = "10.1109/TVCG.2014.2346248",
textVersion = paste(
"Alexander Lex, Nils Gehlenborg, Hendrik Strobelt, Romain Vuillemot, Hanspeter Pfister,",
"UpSet: Visualization of Intersecting Sets,",
"IEEE Transactions on Visualization and Computer Graphics (InfoVis '14), vol. 20, no. 12, pp. 1983–1992, 2014."
)
)