-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Update citation file with JOSS paper reference (#496)
- Loading branch information
1 parent
44ed135
commit 5162441
Showing
3 changed files
with
26 additions
and
9 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 |
---|---|---|
@@ -1,13 +1,27 @@ | ||
Citation Guidelines | ||
=================== | ||
|
||
|JOSS| |Zenodo| | ||
|
||
|
||
If you use SkyPy for work or research presented in a publication (whether | ||
directly, or as a dependency to another package) we recommend and encourage | ||
directly, or as a dependency of another package) we recommend and encourage | ||
the following acknowledgment: | ||
|
||
This research made use of SkyPy, a Python package for forward modeling | ||
astronomical surveys (SkyPy Collaboration, 2020). | ||
astronomical surveys (Amara et. al., 2021, SkyPy Collaboration, 202x). | ||
|
||
where the citations are to our publication in the `Journal of Open Source | ||
Software`_ and the `Zenodo DOI`_ for the specific version of the software that | ||
you used. We also encourage citations within the main text wherever | ||
appropriate. DOIs and BibTeX keys are available through the links above. | ||
|
||
.. _Journal of Open Source Software: https://joss.theoj.org/papers/10.21105/joss.03056 | ||
.. _Zenodo DOI: https://zenodo.org/record/3755531 | ||
|
||
|
||
where (SkyPy Collaboration, 2020) is a citation to the software DOI for the | ||
specific version that you used. We also encourage you to cite the software DOI | ||
in the main text wherever appropriate. DOIs and BibTeX keys for each release | ||
can be found on Zenodo_. | ||
.. |JOSS| image:: https://joss.theoj.org/papers/10.21105/joss.03056/status.svg | ||
:target: https://doi.org/10.21105/joss.03056 | ||
|
||
.. _Zenodo: https://zenodo.org/record/3755531 | ||
.. |Zenodo| image:: https://zenodo.org/badge/doi/10.5281/zenodo.4475347.svg | ||
:target: https://doi.org/10.5281/zenodo.3755531 |
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
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 @@ | ||
.. include:: ../../CITATION.rst |