Skip to content

Commit 64b4f35

Browse files
author
Joe Hamman
authored
Merge pull request #1000 from jhamman/paper_submitted
update how to cite xarray
2 parents f00ab9b + 98a49ef commit 64b4f35

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/faq.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -140,24 +140,24 @@ If you are using xarray and would like to cite it in academic publication, we
140140
would certainly appreciate it. We recommend two citations.
141141

142142
1. At a minimum, we recommend citing the xarray overview journal article,
143-
to be submitted to the Journal of Open Research Software.
143+
submitted to the Journal of Open Research Software.
144144

145-
- Hoyer, S., Hamman, J. (In preparation). Xarray: N-D labeled arrays and
145+
- Hoyer, S., Hamman, J. (In review). Xarray: N-D labeled arrays and
146146
datasets in Python. Journal of Open Research Software.
147147

148148
Here’s an example of a BibTeX entry::
149149

150150
@article{hoyer2016xarray,
151151
title = {xarray: {N-D} labeled arrays and datasets in {Python}},
152152
author = {Hoyer, S. and J. Hamman},
153-
journal = {in prep, J. Open Res. Software},
153+
journal = {In review, J. Open Res. Software},
154154
year = {2016}
155155
}
156156

157157
2. You may also want to cite a specific version of the xarray package. We
158-
provide a `Zenodo`__ citation and DOI for this purpose.
159-
160-
- Hoyer, S. et al.. (2016). xarray: v0.8.0. Zenodo. 10.5281/zenodo.59499
158+
provide a `Zenodo`__ citation and DOI for this purpose:
159+
.. image:: https://zenodo.org/badge/7766/pydata/xarray.svg
160+
:target: https://zenodo.org/badge/latestdoi/7766/pydata/xarray.
161161

162162
An example BibTeX entry::
163163

@@ -169,4 +169,4 @@ would certainly appreciate it. We recommend two citations.
169169
doi = {10.5281/zenodo.59499},
170170
url = {http://dx.doi.org/10.5281/zenodo.59499}
171171
}
172-
__ https://zenodo.org
172+
__ https://zenodo.org/badge/latestdoi/7766/pydata/xarray

0 commit comments

Comments
 (0)