|
| 1 | +.. _citation-guide: |
| 2 | +Citation Guide |
| 3 | +============== |
| 4 | + |
| 5 | +If you used asimov in part of your analysis, or it contributed towards results in a paper we'd appreciate it if you would cite the original paper which describes asimov, which was published in the Journal of Open Source Software. |
| 6 | + |
| 7 | +Williams, D. et al., "Asimov: A framework for coordinating parameter estimation workflows", *The Journal of Open Source Software*, vol. 8, no. 84, Art. no. 4170, 2023. doi:10.21105/joss.04170. |
| 8 | + |
| 9 | +BibTeX Entry |
| 10 | +------------ |
| 11 | + |
| 12 | +.. code-block:: bibtex |
| 13 | +
|
| 14 | + @ARTICLE{asimov-paper, |
| 15 | + author = {{Williams}, Daniel and {Veitch}, John and {Chiofalo}, Maria and {Schmidt}, Patricia and {Udall}, Rhiannon and {Vajpeyi}, Avi and {Hoy}, Charlie}, |
| 16 | + title = "{Asimov: A framework for coordinating parameter estimation workflows}", |
| 17 | + journal = {The Journal of Open Source Software}, |
| 18 | + keywords = {Python, astronomy, gravitational waves, General Relativity and Quantum Cosmology, Physics - Data Analysis, Statistics and Probability}, |
| 19 | + year = 2023, |
| 20 | + month = apr, |
| 21 | + volume = {8}, |
| 22 | + number = {84}, |
| 23 | + eid = {4170}, |
| 24 | + pages = {4170}, |
| 25 | + doi = {10.21105/joss.04170}, |
| 26 | + archivePrefix = {arXiv}, |
| 27 | + eprint = {2207.01468}, |
| 28 | + primaryClass = {gr-qc}, |
| 29 | + } |
| 30 | +
|
| 31 | +
|
| 32 | +Citing specific versions of the software |
| 33 | +---------------------------------------- |
| 34 | + |
| 35 | +We use Zenodo to publish releases, and each release receives a DOI which can be cited. |
| 36 | + |
| 37 | +These should be cited, where relevant, in addition to the paper above, in the format: |
| 38 | + |
| 39 | +Daniel Williams, Duncan Macleod, Avi Vajpeyi, James Clark, & Richard O'Shaughnessy. (2024). transientlunatic/asimov: v0.5.8 (v0.5.8). Zenodo. https://doi.org/10.5281/zenodo.13992299 |
| 40 | + |
| 41 | +(See `this page<https://doi.org/10.5281/zenodo.4024432>`_ for the latest version, and links to previous versions' DOIs, where links to BibTeX snippets for relevant versions are also available). |
0 commit comments