Skip to content

Commit 0f92bc2

Browse files
dcherianMuellerSeb
andauthored
Update CITATION.cff (#399)
* Update CITATION.cff * Update tributors * Update zenodo.json * Remove .zenodo.json Redundant with CITATION.cff apparently * Update CITATION.cff * Add ORCID for justus * Update .tributors * Update .tributors Co-authored-by: Sebastian Müller <[email protected]> * Add Mathias * Add some alphabetical order * update * Add pre-commit hook * fix * Update pre-commit versions --------- Co-authored-by: Sebastian Müller <[email protected]>
1 parent 6a29cc0 commit 0f92bc2

File tree

4 files changed

+184
-79
lines changed

4 files changed

+184
-79
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/charliermarsh/ruff-pre-commit
66
# Ruff version.
7-
rev: 'v0.0.235'
7+
rev: 'v0.0.237'
88
hooks:
99
- id: ruff
1010
args: ["--fix"]
@@ -30,7 +30,7 @@ repos:
3030
- mdformat-myst
3131

3232
- repo: https://github.com/nbQA-dev/nbQA
33-
rev: 1.6.0
33+
rev: 1.6.1
3434
hooks:
3535
- id: nbqa-black
3636
- id: nbqa-ruff
@@ -55,6 +55,11 @@ repos:
5555
- id: blackdoc
5656
files: .+\.py$
5757

58+
- repo: https://github.com/citation-file-format/cff-converter-python
59+
rev: "44e8fc9"
60+
hooks:
61+
- id: validate-cff
62+
5863
- repo: https://github.com/abravalheri/validate-pyproject
5964
rev: main
6065
hooks:

.tributors

Lines changed: 78 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"name": "Mattia Almansi",
1111
"blog": "https://malmans2.github.io",
1212
"orcid": "0000-0001-6849-3647",
13-
"affiliation": "National Oceanography Centre"
13+
"affiliation": "National Oceanography Centre",
14+
"bio": "Scientific Software Engineer @bopen\r\n\r\nFormerly: Physical Oceanographer specialized in high performance computing at JHU and NOC"
1415
},
1516
"aulemahal": {
1617
"name": "Pascal Bourgault",
@@ -19,7 +20,9 @@
1920
"affiliation": "Ouranos Inc"
2021
},
2122
"keewis": {
22-
"name": "Justus Magin"
23+
"name": "Justus Magin",
24+
"orcid": "0000-0002-4254-8002",
25+
"affiliation": "IFREMER"
2326
},
2427
"jukent": {
2528
"name": "Julia Kent",
@@ -44,5 +47,78 @@
4447
"name": "Shubhendra Singh Chauhan",
4548
"bio": "Developer Advocate at @deepsourcelabs 🥑 \r\n👨🏻‍💻 work profile: @shubhendra-deepsource",
4649
"blog": "camelcaseguy.com"
50+
},
51+
"ocefpaf": {
52+
"name": "Filipe Fernandes",
53+
"bio": "Filipe Fernandes is a Physical oceanographer by training, turned research software engineer, and a software packager hobbyist.",
54+
"blog": "http://ocefpaf.github.io/python4oceanographers",
55+
"orcid": "0000-0003-4165-2913",
56+
"affiliation": "IOOS"
57+
},
58+
"rcaneill": {
59+
"name": "Romain Caneill",
60+
"bio": "PhD student in Physical Oceanography. Doing numerical modelling using NEMO, and obs analyzes. ",
61+
"blog": "https://fediscience.org/@rcaneill",
62+
"orcid": "0000-0001-6649-4275",
63+
"affiliation": "Gothenburg University"
64+
},
65+
"sol1105": {
66+
"name": "Martin Schupfner",
67+
"orcid": "0000-0001-8075-589X",
68+
"affiliation": "DKRZ (German Climate Computing Center)"
69+
},
70+
"mathause": {
71+
"name": "Mathias Hauser",
72+
"orcid": "0000-0002-0057-4878",
73+
"affiliation": "ETH Zurich"
74+
},
75+
"bzah": {
76+
"name": "Abel Aoun",
77+
"bio": "Software engineer for climate and earth observation data processing.",
78+
"orcid": "0000-0003-2289-2890",
79+
"affiliation": "CERFACS"
80+
},
81+
"jthielen": {
82+
"name": "Jonathan Thielen",
83+
"bio": "Meteorology graduate student @ CSU. I mostly do research with MCSs and machine learning. A bit of a Python fanatic.",
84+
"blog": "thielen.science",
85+
"orcid": "0000-0002-5479-0189"
86+
},
87+
"mankoff": {
88+
"name": "Ken Mankoff",
89+
"bio": "Research scientist studying ice sheets and polar oceans as indicators of climate change. Advocate of open reproducible science.",
90+
"blog": "http://kenmankoff.com",
91+
"orcid": "0000-0001-5453-2019",
92+
"affiliation": "Goddard Institute for Space Studies"
93+
},
94+
"larsbuntemeyer": {
95+
"name": "Lars Buntemeyer",
96+
"blog": "larsbuntemeyer.github.io",
97+
"orcid": "0000-0002-0849-2404",
98+
"affiliation": "Helmholtz-Zentrum Hereon"
99+
},
100+
"lukelbd": {
101+
"name": "Luke Davis",
102+
"bio": "PhD candidate in climate science at the Department of Atmospheric Science, Colorado State University.",
103+
"orcid": "0000-0003-1072-4638"
104+
},
105+
"MuellerSeb": {
106+
"name": "Sebastian Müller",
107+
"orcid": "0000-0001-9060-4008",
108+
"affiliation": "Helmholtz Centre for Environmental Research - UFZ",
109+
"bio": "I'm a Model-Keeper at the Department for Computational Hydrosystems within the Helmholtz Centre for Environmental Research (UFZ) in Leipzig.",
110+
"blog": "https://geostat-framework.org"
111+
},
112+
"tomvothecoder": {
113+
"name": "Tom Vo",
114+
"bio": "Climate Science | Software Engineer | Python | Full Stack (React, Django, TypeScript) | DevOps",
115+
"blog": "tomvo.me/career",
116+
"orcid": "0000-0002-2461-0191",
117+
"affiliation": "Lawrence Livermore National Laboratory"
118+
},
119+
"aidanheerdegen": {
120+
"name": "Aidan Heerdegen",
121+
"bio": "Model Release Team Lead for the Australian Earth-System Simulator National Research Infrastructure (ACCESS-NRI)",
122+
"blog": "https://www.access-nri.org.au"
47123
}
48124
}

.zenodo.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

CITATION.cff

Lines changed: 99 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,101 @@
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
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
153

4+
cff-version: 1.2.0
5+
title: cf_xarray
6+
message: >-
7+
If you use this software, please cite it using these
8+
metadata.
9+
type: software
1610
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-
...
11+
- affiliation: 'National Center for Atmospheric Research, USA'
12+
family-names: Cherian
13+
given-names: Deepak
14+
orcid: 'https://orcid.org/0000-0002-6861-8734'
15+
- affiliation: 'National Oceanography Centre, Southampton, UK'
16+
family-names: Almansi
17+
given-names: Mattia
18+
orcid: 'https://orcid.org/0000-0001-6849-3647'
19+
- affiliation: 'Ouranos, Inc.'
20+
family-names: Bourgault
21+
given-names: Pascal
22+
orcid: 'https://orcid.org/0000-0003-1192-0403'
23+
- affiliation: Axiom Data Science
24+
family-names: Thyng
25+
given-names: Kristen
26+
orcid: 'https://orcid.org/0000-0002-8746-614X'
27+
- family-names: Thielen
28+
given-names: Jonathan
29+
orcid: 'https://orcid.org/0000-0002-5479-0189'
30+
affiliation: 'Iowa State University, Ames, IA, USA'
31+
- family-names: Magin
32+
given-names: Justus
33+
orcid: 'https://orcid.org/0000-0002-4254-8002'
34+
affiliation: IFREMER
35+
- family-names: Aoun
36+
given-names: Abel
37+
orcid: 'https://orcid.org/0000-0003-2289-2890'
38+
affiliation: CERFACS
39+
- family-names: Buntemeyer
40+
given-names: Lars
41+
orcid: 'https://orcid.org/0000-0002-0849-2404'
42+
affiliation: Helmholtz-Zentrum Hereon
43+
- family-names: Caneill
44+
given-names: Romain
45+
orcid: 'https://orcid.org/0000-0001-6649-4275'
46+
affiliation: Gothenburg University
47+
- family-names: Davis
48+
given-names: Luke
49+
orcid: 'https://orcid.org/0000-0003-1072-4638'
50+
affiliation: Colorado State University
51+
- family-names: Fernandes
52+
given-names: Filipe
53+
orcid: 'https://orcid.org/0000-0003-4165-2913'
54+
affiliation: IOOS
55+
- family-names: Hauser
56+
given-names: Matthias
57+
orcid: 'https://orcid.org/0000-0002-0057-4878'
58+
affiliation: ETH Zürich
59+
- family-names: Heerdegen
60+
given-names: Aidan
61+
orcid: 'https://orcid.org/0000-0002-4481-4896'
62+
affiliation: 'Australian National University'
63+
- affiliation: 'National Center for Atmospheric Research, USA'
64+
family-names: Kent
65+
given-names: Julia
66+
orcid: 'https://orcid.org/0000-0002-5611-8986'
67+
- family-names: Mankoff
68+
given-names: Ken
69+
orcid: 'https://orcid.org/0000-0001-5453-2019'
70+
affiliation: Goddard Institute for Space Studies
71+
- family-names: Müller
72+
given-names: Sebastian
73+
orcid: 'https://orcid.org/0000-0001-9060-4008'
74+
affiliation: Helmholtz Centre for Environmental Research - UFZ
75+
- family-names: Schupfner
76+
given-names: Martin
77+
orcid: 'https://orcid.org/0000-0001-8075-589X'
78+
affiliation: DKRZ (German Climate Computing Centre)
79+
- family-names: Vo
80+
given-names: Tom
81+
orcid: 'https://orcid.org/0000-0002-2461-0191'
82+
affiliation: Lawrence Livermore National Laboratory
83+
identifiers:
84+
- type: doi
85+
value: 10.5281/zenodo.7538737
86+
description: Zenodo DOI
87+
repository-code: 'https://github.com/xarray-contrib/cf-xarray'
88+
url: 'https://cf-xarray.readthedocs.io'
89+
abstract: >-
90+
cf_xarray provides an accessor (DataArray.cf or
91+
Dataset.cf) that allows you to interpret Climate and
92+
Forecast metadata convention attributes present on xarray
93+
objects.
94+
keywords:
95+
- cf-conventions
96+
- xarray
97+
- metadata
98+
license: Apache-2.0
99+
commit: 1b373a21b558423da8f22c3ec79f58737871719b
100+
version: 0.7.7
101+
date-released: '2023-01-14'

0 commit comments

Comments
 (0)