Skip to content

Commit 1ebeb71

Browse files
authored
Update CITATION.cff with contributor ORCIDs (#136)
* Update CITATION.cff with contributor ORCIDs * update release notes * reorder CITATION.cff to recognise original authors
1 parent 95fa275 commit 1ebeb71

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CITATION.cff

+24
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33
authors:
4+
- family-names: "Dreyer"
5+
given-names: "Laura"
6+
orcid: "https://orcid.org/0009-0006-6310-3658"
7+
- family-names: "Elson"
8+
given-names: "Phil"
9+
orcid: "https://orcid.org/0000-0001-6360-749X"
10+
- family-names: "Bourgault"
11+
given-names: "Pascal"
12+
orcid: "https://orcid.org/0000-0003-1192-0403"
13+
- family-names: "Busecke"
14+
given-names: "Julius"
15+
orcid: "https://orcid.org/0000-0001-8571-865X"
16+
- family-names: "Clark"
17+
given-names: "Spencer"
18+
orcid: "https://orcid.org/0000-0001-5595-7895"
19+
- family-names: "Comer"
20+
given-names: "Ruth"
21+
orcid: "https://orcid.org/0009-0007-5336-0244"
22+
- family-names: "Fernandes"
23+
given-names: "Filipe"
24+
orcid: "https://orcid.org/0000-0003-4165-2913"
425
- family-names: "Little"
526
given-names: "Bill"
627
orcid: "https://orcid.org/0000-0002-1345-9465"
28+
- family-names: "Yeo"
29+
given-names: "Martin"
30+
orcid: "https://orcid.org/0009-0000-6857-560X"
731
title: "nc-time-axis"
832
abstract: "Provides support for a cftime axis in matplotlib"
933
repository-code: "https://github.com/SciTools/nc-time-axis"

docs/common_links.inc

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
.. _NEP29: https://numpy.org/neps/nep-0029-deprecation_policy.html
1212
.. _netcdf4-python: https://github.com/Unidata/netcdf4-python
1313
.. _numpy: https://numpy.org/doc/stable
14+
.. _ORCID: https://orcid.org/
1415
.. _PEP621: https://peps.python.org/pep-0621/
1516
.. _pip: https://pip.pypa.io/en/stable
1617
.. _pre-commit: https://pre-commit.com/

docs/release-notes.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ New Features
2020
~~~~~~~~~~~~
2121
* ``nc-time-axis`` is now easily citable thanks to the addition of its ``CITATION.cff``
2222
file (:pull:`129`). Updates to the ``CITATION.cff`` are automatically validated
23-
by the new ``ci-citation`` GitHub Action. By `Bill Little`_.
23+
by the new ``ci-citation`` GitHub Action.
24+
By `Bill Little`_.
2425

2526
Bug fixes
2627
~~~~~~~~~
@@ -52,6 +53,11 @@ Infrastructure
5253
GitHub Action (:pull:`129`).
5354
By `Bill Little`_.
5455

56+
Documentation
57+
~~~~~~~~~~~~~
58+
* Populated the ``CITATION.cff`` with `ORCID`_ details of ``nc-time-axis`` contributors
59+
(:issue:`135`, :pull:`136`).
60+
By `Bill Little`_.
5561

5662

5763
v1.4.1 (April 20th, 2022)

0 commit comments

Comments
 (0)