Citing radiospectra#
If you use radiospectra in your scientific work, we would appreciate it if you cite it.
This helps to acknowledge the effort of the contributors who maintain the package and supports its continued development.
radiospectra is archived on Zenodo, which mints a Digital Object Identifier (DOI) for every release.
The DOI 10.5281/zenodo.10733996 is a DOI that always resolves to the latest version of radiospectra.
Where possible, please cite the DOI of the specific version you used, which you can find on the
Zenodo record.
How to get a citation#
Rather than copying a citation by hand, we recommend exporting it from one of the following, so that the author list, version, year, and DOI always match the release you used:
Zenodo — open the Zenodo record, select the specific version, and use the Export options (BibTeX, CSL, DataCite, and others) in the sidebar.
GitHub — on the repository page, use the Cite this repository button, which generates APA or BibTeX from the
CITATION.cfffile.
The CITATION.cff file in the root of the repository
contains the citation metadata in machine-readable form.
Example BibTeX#
The entry below is provided only to illustrate the format. Please obtain the authoritative, version-specific entry from Zenodo or GitHub as described above:
@software{radiospectra,
author = {{The radiospectra Community}},
title = {radiospectra},
publisher = {Zenodo},
doi = {10.5281/zenodo.10733996},
url = {https://doi.org/10.5281/zenodo.10733996}
}
Citing SunPy#
radiospectra is an affiliated package of the SunPy Project and is built on top of the core sunpy package.
If you use radiospectra, please also consider citing sunpy.
See the SunPy citation guide for details.