-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a citation guide for apexpy.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Citations | ||
========= | ||
|
||
When referring to this software package, please be sure to include the package | ||
and specify which version you used `<https://doi.org/10.5281/zenodo.1214206>`_. | ||
Note that this DOI will always point to the latest version of the code. A list | ||
of DOIs for all versions can be found at the Zenodo page above. The version can | ||
by found by printing :py:attr:`apexpy.__version__`. We also recommend citing a | ||
reference to the coordinate system you use. More relevant references can be | ||
found in :ref:`authors`. | ||
|
||
Example for citation in BibTex for a generalized version: | ||
|
||
.. code:: | ||
@misc{apexpy, | ||
author = {van der Meeren, Christer and | ||
Laundal, Karl M. and | ||
Burrell, Angeline G. and | ||
Lamarche, Leslie and | ||
Starr, Gregory and | ||
Reimer, Ashton and | ||
Morschhauser, Achim and | ||
Michaelis, Ingo}, | ||
title = {ApexPy vX.Y.Z}, | ||
year = 2024, | ||
doi = {10.5281/zenodo.1214206}, | ||
url = {https://github.com/aburrell/apexpy} | ||
} |