Skip to content

Commit 869382e

Browse files
committed
Add citation page to docs
1 parent 25dc4f7 commit 869382e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/citation.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. _citation:
2+
3+
Citing the Library
4+
==================
5+
6+
Please use the following to cite the latest version of the Ciw library::
7+
8+
@misc{ciwpython,
9+
author = {{ {The Ciw library developers} }}
10+
title = {Ciw: <RELEASE TITLE>},
11+
year = <YEAR>,
12+
doi = {<DOI INFORMATION>},
13+
url = {http://dx.doi.org/10.5281/zenodo.<DOI NUMBER>}
14+
}
15+
16+
To check the details (RELEASE TITLE, YEAR, DOI INFORMATION and DOI NUMBER)
17+
please view the Zenodo page for the project. Click on the badge/link below:
18+
19+
.. raw:: html
20+
21+
<a href="https://zenodo.org/badge/latestdoi/47995577"><img src="https://zenodo.org/badge/47995577.svg" alt="DOI"></a>
22+

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Contents:
1818
attributes.rst
1919
glossary.rst
2020
changelog.rst
21+
citation.rst
2122

2223
Indices and tables
2324
==================

0 commit comments

Comments
 (0)