Skip to content

Commit e11cf07

Browse files
dcherianjthielenmalmans2
authored
Add CITATION.cff, tributors, zenodo.json (#231)
Co-authored-by: Jon Thielen <[email protected]> Co-authored-by: malmans2 <[email protected]>
1 parent 820ca44 commit e11cf07

File tree

3 files changed

+125
-0
lines changed

3 files changed

+125
-0
lines changed

.tributors

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"dcherian": {
3+
"name": "Deepak Cherian",
4+
"bio": "physical oceanographer",
5+
"blog": "http://www.cherian.net",
6+
"orcid": "0000-0002-6861-8734",
7+
"affiliation": "National Center for Atmospheric Research"
8+
},
9+
"malmans2": {
10+
"name": "Mattia Almansi",
11+
"blog": "https://malmans2.github.io",
12+
"orcid": "0000-0001-6849-3647",
13+
"affiliation": "National Oceanography Centre"
14+
},
15+
"aulemahal": {
16+
"name": "Pascal Bourgault",
17+
"bio": "Physical oceanography graduate turned climate science specialist and scientific developer.",
18+
"orcid": "0000-0003-1192-0403",
19+
"affiliation": "Ouranos Inc"
20+
},
21+
"keewis": {
22+
"name": "Justus Magin"
23+
},
24+
"jukent": {
25+
"name": "Julia Kent",
26+
"affiliation": "National Center for Atmospheric Research",
27+
"orcid": "0000-0002-5611-8986"
28+
},
29+
"kthyng": {
30+
"name": "Kristen Thyng",
31+
"bio": "MetOcean Data Scientist at Axiom Data Science. Associate Editor in Chief at the Journal for Open Source Software (JOSS). Wrote cmocean colormaps.",
32+
"blog": "http://kristenthyng.com",
33+
"orcid": "0000-0002-8746-614X",
34+
"affiliation": "Axiom Data Science"
35+
},
36+
"jhamman": {
37+
"name": "Joe Hamman",
38+
"bio": "Scientist and Engineer and Human.\r\n",
39+
"blog": "http://joehamman.com",
40+
"orcid": "0000-0001-7479-8439",
41+
"affiliation": "CarbonPlan"
42+
},
43+
"withshubh": {
44+
"name": "Shubhendra Singh Chauhan",
45+
"bio": "Developer Advocate at @deepsourcelabs 🥑 \r\n👨🏻‍💻 work profile: @shubhendra-deepsource",
46+
"blog": "camelcaseguy.com"
47+
}
48+
}

.zenodo.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"creators": [
3+
{
4+
"name": "Deepak Cherian",
5+
"affiliation": "National Center for Atmospheric Research",
6+
"orcid": "0000-0002-6861-8734"
7+
},
8+
{
9+
"name": "Mattia Almansi",
10+
"affiliation": "National Oceanography Centre",
11+
"orcid": "0000-0001-6849-3647"
12+
},
13+
{
14+
"name": "Pascal Bourgault",
15+
"affiliation": "Ouranos Inc",
16+
"orcid": "0000-0003-1192-0403"
17+
},
18+
{
19+
"name": "Julia Kent",
20+
"affiliation": "National Center for Atmospheric Research",
21+
"orcid": "0000-0002-5611-8986"
22+
},
23+
{
24+
"name": "Justus Magin"
25+
},
26+
{
27+
"name": "Kristen Thyng",
28+
"affiliation": "Axiom Data Science",
29+
"orcid": "0000-0002-8746-614X"
30+
}
31+
],
32+
"upload_type": "software",
33+
"keywords": []
34+
}

CITATION.cff

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# YAML 1.2
2+
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
3+
cff-version: 1.0.3
4+
message: If you use this software, please cite it using these metadata.
5+
title: cf_xarray
6+
doi: 10.5281/zenodo.4749736
7+
repository-code: https://github.com/xarray-contrib/cf-xarray
8+
license: Apache-2.0
9+
version: 0.5.2
10+
date-released: 2021-05-11
11+
keywords:
12+
- cf-conventions
13+
- xarray
14+
- metadata
15+
16+
authors:
17+
- affiliation: National Center for Atmospheric Research, USA
18+
family-names: Cherian
19+
given-names: Deepak
20+
orcid: https://orcid.org/0000-0002-6861-8734
21+
- affiliation: National Oceanography Centre, Southampton, UK
22+
family-names: Almansi
23+
given-names: Mattia
24+
orcid: https://orcid.org/0000-0001-6849-3647
25+
- affiliation: Ouranos, Inc.
26+
family-names: Bourgault
27+
given-names: Pascal
28+
orcid: https://orcid.org/0000-0003-1192-0403
29+
- affiliation: National Center for Atmospheric Research, USA
30+
family-names: Kent
31+
given-names: Julia
32+
orcid: https://orcid.org/0000-0002-5611-8986
33+
- family-names: Magin
34+
given-names: Justus
35+
- family-names: Thielen
36+
given-names: Jon
37+
orcid: https://orcid.org/0000-0002-5479-0189
38+
affiliation: Iowa State University, Ames, IA, USA
39+
- affiliation: Axiom Data Science
40+
family-names: Thyng
41+
given-names: Kristen
42+
orcid: https://orcid.org/0000-0002-8746-614X
43+
...

0 commit comments

Comments
 (0)