Skip to content

Commit 1d99c4d

Browse files
committed
update docs, README, CITATION to include new JOSS paper
1 parent 1e6009a commit 1d99c4d

File tree

3 files changed

+57
-32
lines changed

3 files changed

+57
-32
lines changed

CITATION-KG-Laptop.cff

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
cff-version: "1.2.0"
2+
authors:
3+
- family-names: Gillett
4+
given-names: Kyle J.
5+
orcid: "https://orcid.org/0009-0001-5528-5037"
6+
doi: 10.5281/zenodo.16921742
7+
message: If you use this software, please cite our article in the
8+
Journal of Open Source Software.
9+
preferred-citation:
10+
authors:
11+
- family-names: Gillett
12+
given-names: Kyle J.
13+
orcid: "https://orcid.org/0009-0001-5528-5037"
14+
date-published: 2025-08-23
15+
doi: 10.21105/joss.08087
16+
issn: 2475-9066
17+
issue: 112
18+
journal: Journal of Open Source Software
19+
publisher:
20+
name: Open Journals
21+
start: 8087
22+
title: "SounderPy: An atmospheric sounding visualization and analysis
23+
tool for Python"
24+
type: article
25+
url: "https://joss.theoj.org/papers/10.21105/joss.08087"
26+
volume: 10
27+
title: "SounderPy: An atmospheric sounding visualization and analysis
28+
tool for Python"

CITATION.cff

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
1-
cff-version: 1.2.0
2-
title: SounderPy
3-
message: >-
4-
If you use this software, please cite it using the
5-
metadata from this file.
6-
type: software
1+
cff-version: "1.2.0"
72
authors:
8-
- affiliation: University of North Dakota
9-
email: kyle.gillett@und.edu
10-
family-names: Gillett
11-
given-names: Kyle
12-
orcid: 'https://orcid.org/0009-0001-5528-5037'
13-
identifiers:
14-
- type: url
15-
value: https://kylejgillett.github.io/sounderpy/
16-
description: SounderPy Documentation
17-
repository-code: 'https://github.com/kylejgillett/sounderpy'
18-
url: 'https://kylegillettphoto.com/'
19-
repository: 'https://pypi.org/project/sounderpy/'
20-
doi: "10.5281/zenodo.10011851"
21-
keywords:
22-
- meteorology
23-
- science
24-
- python
25-
- atmospheric science
26-
abstract: >-
27-
SounderPy is an open-source Python package for retrieving, processing, and visualizing atmospheric sounding data.
28-
license: MIT
29-
version: v3.0.9
30-
date-released: '2025-08-21'
3+
- family-names: Gillett
4+
given-names: Kyle J.
5+
orcid: "https://orcid.org/0009-0001-5528-5037"
6+
doi: 10.5281/zenodo.16921742
7+
message: If you use this software, please cite SounderPy's article in the
8+
Journal of Open Source Software.
9+
preferred-citation:
10+
authors:
11+
- family-names: Gillett
12+
given-names: Kyle J.
13+
orcid: "https://orcid.org/0009-0001-5528-5037"
14+
date-published: 2025-08-23
15+
doi: 10.21105/joss.08087
16+
issn: 2475-9066
17+
issue: 112
18+
journal: Journal of Open Source Software
19+
publisher:
20+
name: Open Journals
21+
start: 8087
22+
title: "SounderPy: An atmospheric sounding visualization and analysis
23+
tool for Python"
24+
type: article
25+
url: "https://joss.theoj.org/papers/10.21105/joss.08087"
26+
volume: 10
27+
title: "SounderPy: An atmospheric sounding visualization and analysis
28+
tool for Python"

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,12 @@ SounderPy has been used by several institutions. For example, this tool has been
153153

154154

155155
## CITING SOUNDERPY
156-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10443609.svg)](https://doi.org/10.5281/zenodo.10443609)
156+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.08087/status.svg)](https://doi.org/10.21105/joss.08087)
157157

158158

159159
in AMS format:
160160

161-
- Gillett, K., 2025: SounderPy: Vertical Profile Data Retrieval & Analysis Tool for Python (Version 3.0.9). Py-Pi, https://pypi.org/project/sounderpy/
162-
161+
- Gillett, K. J., 2025: SounderPy: An atmospheric sounding visualization and analysis tool for Python. J. Open Source Software, 10 (112), 8087, https://doi.org/10.21105/joss.08087
163162
------
164163

165164

0 commit comments

Comments
 (0)