-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy pathcitations.txt
More file actions
55 lines (44 loc) · 2.09 KB
/
citations.txt
File metadata and controls
55 lines (44 loc) · 2.09 KB
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
Citations
---------
To credit KeplerMapper in your work, please cite both the `JOSS paper`_
and the `Zenodo archive`_. The former provides a high level description
of the package, and the latter points to a permanent record of all KeplerMapper versions
(we encourage you to cite the specific version you used).
.. _JOSS paper: https://doi.org/10.21105/joss.01315
.. _Zenodo archive: https://doi.org/10.5281/zenodo.1002377
Example citations (for KeplerMapper 1.4.1):
van Veen et al., (2019). Kepler Mapper: A flexible Python implementation of the Mapper algorithm.
Journal of Open Source Software, 4(42), 1315, https://doi.org/10.21105/joss.01315
Hendrik Jacob van Veen, Nathaniel Saul, David Eargle, & Sam W. Mangham.
(2019, October 14). Kepler Mapper: A flexible Python implementation of the Mapper algorithm (Version 1.4.1).
Zenodo. http://doi.org/10.5281/zenodo.4077395
Bibtex entry for JOSS article:
::
@article{KeplerMapper_JOSS,
doi = {10.21105/joss.01315},
url = {https://doi.org/10.21105/joss.01315},
year = {2019},
publisher = {The Open Journal},
volume = {4},
number = {42},
pages = {1315},
author = {Hendrik Jacob van Veen and Nathaniel Saul and David Eargle and Sam W. Mangham},
title = {Kepler Mapper: A flexible Python implementation of the Mapper algorithm.},
journal = {Journal of Open Source Software}
}
Bibtex entry for the Zenodo archive, version 1.4.1:
::
@software{KeplerMapper_v1.4.1-Zenodo,
author = {Hendrik Jacob van Veen and
Nathaniel Saul and
Eargle, David and
Sam W. Mangham},
title = {{Kepler Mapper: A flexible Python implementation of
the Mapper algorithm}},
month = oct,
year = 2020,
publisher = {Zenodo},
version = {1.4.1},
doi = {10.5281/zenodo.4077395},
url = {https://doi.org/10.5281/zenodo.4077395}
}