Skip to content

Commit 4723d00

Browse files
andersy005weiji14
andauthored
Add zenodo and citation information (#238)
Co-authored-by: Wei Ji <[email protected]>
1 parent 504d293 commit 4723d00

File tree

3 files changed

+61
-1
lines changed

3 files changed

+61
-1
lines changed

CITATION.cff

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
cff-version: 1.2.0
2+
3+
title: xbatcher
4+
doi: 10.5281/zenodo.13776824
5+
type: software
6+
url: "https://github.com/xarray-contrib/xbatcher"
7+
abstract: >-
8+
Xbatcher is a small library for iterating Xarray DataArrays and Datasets in
9+
batches. The goal is to make it easy to feed Xarray objects to machine
10+
learning libraries such as PyTorch or TensorFlow.
11+
12+
keywords:
13+
- Xarray
14+
- Machine Learning
15+
- Deep Learning
16+
- PyTorch
17+
- TensorFlow
18+
- Dask
19+
version: 0.4.0
20+
date-released: 2024-09-17
21+
message: "If you use this software, please cite it as below."
22+
authors:
23+
- family-names: Jones
24+
given-names: Max
25+
orcid: https://orcid.org/0000-0003-0180-8928
26+
- family-names: Abernathey
27+
given-names: Ryan
28+
orcid: https://orcid.org/0000-0001-5999-4917
29+
- family-names: Hamman
30+
given-names: Joseph
31+
orcid: https://orcid.org/0000-0001-7479-8439
32+
- family-names: Banihirwe
33+
given-names: Anderson
34+
orcid: https://orcid.org/0000-0001-6583-571X
35+
- family-names: Leong
36+
given-names: Wei Ji
37+
orcid: https://orcid.org/0000-0003-2354-1988
38+
- family-names: Cindy
39+
given-names: Chiao
40+
- family-names: Bell
41+
given-names: Ryan
42+
- family-names: Hagen
43+
given-names: Raphael
44+
- family-names: Scott
45+
given-names: Richard
46+
- family-names: Bednar
47+
given-names: James
48+
- family-names: Vandal
49+
given-names: TJ
50+
- family-names: Bourbeau
51+
given-names: James
52+
- family-names: Jackson
53+
given-names: Robert

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
xbatcher: Batch Generation from Xarray Datasets
22
===============================================
33

4-
|Build Status| |codecov| |docs| |pypi| |conda-forge| |license|
4+
|Build Status| |codecov| |docs| |pypi| |conda-forge| |license| |zenodo|
55

66

77
Xbatcher is a small library for iterating Xarray DataArrays and Datasets in
@@ -32,6 +32,9 @@ info.
3232
.. |license| image:: https://img.shields.io/github/license/xarray-contrib/xbatcher.svg
3333
:target: https://github.com/xarray-contrib/xbatcher
3434
:alt: license
35+
.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.13776824.svg
36+
:target: https://doi.org/10.5281/zenodo.13776824
37+
:alt: zenodo
3538

3639
Installation
3740
------------

doc/_static/switcher.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"version": "latest",
55
"url": "https://xbatcher.readthedocs.io/en/latest/"
66
},
7+
{
8+
"version": "0.4.0",
9+
"url": "https://xbatcher.readthedocs.io/en/v0.4.0/"
10+
},
711
{
812
"version": "0.3.0",
913
"url": "https://xbatcher.readthedocs.io/en/v0.3.0/"

0 commit comments

Comments
 (0)