Skip to content

Commit 4f97859

Browse files
citation.cff and joss link on readme.md
1 parent f2ca032 commit 4f97859

2 files changed

Lines changed: 48 additions & 15 deletions

File tree

CITATION.cff

Lines changed: 47 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,52 @@
1-
cff-version: 0.6.1
2-
message: "If you use this software, please cite it as below."
1+
cff-version: "1.2.0"
32
authors:
4-
- family-names: "Kershaw"
5-
given-names: "Helen"
3+
- family-names: Kershaw
4+
given-names: Helen
65
orcid: "https://orcid.org/0009-0002-3755-9978"
7-
- family-names: "Smith"
8-
given-names: "Marlee"
6+
- family-names: Smith
7+
given-names: Marlee
98
orcid: "https://orcid.org/0009-0008-7616-9060"
10-
- family-names: "Isaac"
11-
given-names: "Arseneau"
9+
- family-names: Arseneau
10+
given-names: Isaac
1211
orcid: "https://orcid.org/0000-0003-4170-7734"
13-
- family-names: "Lukas"
14-
given-names: "Kugler"
12+
- family-names: Kugler
13+
given-names: Lukas
1514
orcid: "https://orcid.org/0000-0002-4537-3164"
16-
title: "pyDARTdiags"
17-
version: 0.6.1
18-
doi: 10.5281/zenodo.17315697
19-
date-released: 2025-07-03
20-
url: "https://github.com/NCAR/pyDARTdiags"
15+
contact:
16+
- family-names: Kershaw
17+
given-names: Helen
18+
orcid: "https://orcid.org/0009-0002-3755-9978"
19+
doi: 10.5281/zenodo.18405764
20+
message: If you use this software, please cite our article in the
21+
Journal of Open Source Software.
22+
preferred-citation:
23+
authors:
24+
- family-names: Kershaw
25+
given-names: Helen
26+
orcid: "https://orcid.org/0009-0002-3755-9978"
27+
- family-names: Smith
28+
given-names: Marlee
29+
orcid: "https://orcid.org/0009-0008-7616-9060"
30+
- family-names: Arseneau
31+
given-names: Isaac
32+
orcid: "https://orcid.org/0000-0003-4170-7734"
33+
- family-names: Kugler
34+
given-names: Lukas
35+
orcid: "https://orcid.org/0000-0002-4537-3164"
36+
date-published: 2026-02-19
37+
doi: 10.21105/joss.09439
38+
issn: 2475-9066
39+
issue: 118
40+
journal: Journal of Open Source Software
41+
publisher:
42+
name: Open Journals
43+
start: 9439
44+
title: "pyDARTdiags: A Python package for manipulating observation
45+
sequences and calculating observation-space diagnostics for the Data
46+
Assimilation Research Testbed (DART)"
47+
type: article
48+
url: "https://joss.theoj.org/papers/10.21105/joss.09439"
49+
volume: 11
50+
title: "pyDARTdiags: A Python package for manipulating observation
51+
sequences and calculating observation-space diagnostics for the Data
52+
Assimilation Research Testbed (DART)"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
22
[![codecov](https://codecov.io/gh/NCAR/pyDARTdiags/graph/badge.svg?token=VK55SQZSVD)](https://codecov.io/gh/NCAR/pyDARTdiags)
33
[![PyPI version](https://badge.fury.io/py/pydartdiags.svg)](https://pypi.org/project/pydartdiags/)
4+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.09439/status.svg)](https://doi.org/10.21105/joss.09439)
45
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
56

67
# pyDARTdiags

0 commit comments

Comments
 (0)