-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
75 additions
and
1 deletion.
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 @@ | ||
.. include:: ../fiasco/CITATION.rst |
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,37 @@ | ||
.. _fiasco-citation: | ||
|
||
Citing fiasco | ||
============= | ||
|
||
If you use ``fiasco`` in your scientific work, we would appreciate you citing it in your publications. | ||
Please add the following line within your methods, conclusion or acknowledgements sections: | ||
|
||
*This research used version X.Y.Z (software citation) of the fiasco open source software package.* | ||
|
||
The software citation should be the specific `Zenodo DOI`_ for the version used within your work. | ||
The citation for most current version on Zenodo is, | ||
|
||
.. code:: bibtex | ||
|
||
@software{Barnes2024, | ||
author = {Will Barnes and | ||
David Stansby and | ||
Nick Murphy and | ||
Jeffrey Reep and | ||
Laura Hayes and | ||
Stuart Mumford}, | ||
title = {wtbarnes/fiasco: v0.2.3}, | ||
month = feb, | ||
year = 2024, | ||
publisher = {Zenodo}, | ||
version = {v0.2.3}, | ||
doi = {10.5281/zenodo.10612118}, | ||
url = {https://doi.org/10.5281/zenodo.10612118} | ||
} | ||
|
||
You can also obtain this information with ``fiasco.__citation__``. | ||
|
||
In addition to citing ``fiasco``, you should also cite the CHIANTI atomic database according to the | ||
`instructions here <https://www.chiantidatabase.org/referencing.html>`__. | ||
|
||
.. _Zenodo DOI: https://zenodo.org/records/10612118 |
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