Skip to content

Commit 27d189c

Browse files
committed
#235 Update citation file
1 parent df9da2c commit 27d189c

File tree

1 file changed

+28
-13
lines changed

1 file changed

+28
-13
lines changed

CITATION.cff

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
1-
cff-version: 1.2.0
2-
message: "If you use this software, please cite it as below."
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
33

4-
title: "xarray-dataclasses"
5-
abstract: "xarray data creation by data classes"
6-
version: 1.9.1
7-
date-released: 2024-12-09
8-
license: "MIT"
9-
doi: "10.5281/zenodo.4624819"
10-
url: "https://github.com/astropenguin/xarray-dataclasses"
4+
cff-version: 1.2.0
5+
title: xarray-dataclasses
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
1110
authors:
12-
- given-names: "Akio"
13-
family-names: "Taniguchi"
14-
affiliation: "Nagoya University"
15-
orcid: "https://orcid.org/0000-0002-9695-6183"
11+
- given-names: Akio
12+
family-names: Taniguchi
13+
14+
affiliation: Kitami Institute of Technology
15+
orcid: 'https://orcid.org/0000-0002-9695-6183'
16+
identifiers:
17+
- type: doi
18+
value: 10.5281/zenodo.10652375
19+
repository-code: 'https://github.com/astropenguin/xarray-dataclasses'
20+
url: 'https://astropenguin.github.io/xarray-dataclasses/v2.0.0'
21+
abstract: xarray data creation by data classes
22+
keywords:
23+
- python
24+
- dataclasses
25+
- specifications
26+
- typing
27+
- xarray
28+
license: MIT
29+
version: 2.0.0
30+
date-released: '2025-01-01'

0 commit comments

Comments
 (0)