Skip to content

Commit 60304a8

Browse files
Merge branch 'docs-citing-asimov' into 'master'
DOC Add a citation guide to the documentation. See merge request asimov/asimov!154
2 parents 4f9f74d + dc35c85 commit 60304a8

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

docs/source/citing.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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).

docs/source/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ Quick installation
106106

107107
Asimov is available on ``pypi`` and can be installed via ``pip install asimov``.
108108

109+
Citing asimov
110+
-------------
109111

112+
If you use asimov in a publication please consider consulting our :ref:`citation-guide`.
110113

111114
..
112115
Tutorials
@@ -136,7 +139,8 @@ Users' guide
136139
olivaw/reporting
137140
storage
138141
olivaw/review
139-
142+
citing
143+
140144
.. toctree::
141145
:maxdepth: 1
142146
:caption: Pipeline Guides

0 commit comments

Comments
 (0)