@@ -140,24 +140,24 @@ If you are using xarray and would like to cite it in academic publication, we
140
140
would certainly appreciate it. We recommend two citations.
141
141
142
142
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.
144
144
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
146
146
datasets in Python. Journal of Open Research Software.
147
147
148
148
Here’s an example of a BibTeX entry::
149
149
150
150
@article{hoyer2016xarray,
151
151
title = {xarray: {N-D} labeled arrays and datasets in {Python}},
152
152
author = {Hoyer, S. and J. Hamman},
153
- journal = {in prep , J. Open Res. Software},
153
+ journal = {In review , J. Open Res. Software},
154
154
year = {2016}
155
155
}
156
156
157
157
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.
161
161
162
162
An example BibTeX entry::
163
163
@@ -169,4 +169,4 @@ would certainly appreciate it. We recommend two citations.
169
169
doi = {10.5281/zenodo.59499},
170
170
url = {http://dx.doi.org/10.5281/zenodo.59499}
171
171
}
172
- __ https://zenodo.org
172
+ __ https://zenodo.org/badge/latestdoi/7766/pydata/xarray
0 commit comments