Skip to content

Commit e1370ed

Browse files
committed
Update Zenodo citation to match current version
1 parent 98c20dc commit e1370ed

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,39 +72,39 @@ PyEarthTools comprises multiple sub-packages which can be used individually or t
7272
| [Zoo](https://pyearthtools.readthedocs.io/en/latest/api/zoo/zoo_index.html) | Contains code for managing registered models (such as the bundled models) |
7373
| Evaluation | (Coming soon) Contains code for producing standard evaluations (such as benchmarks and scorecards) |
7474

75-
## Acknowleging or Citing `PyEarthTools`
75+
## Citing `PyEarthTools`
7676

7777
If you use PyEarthTools for your work, we would appreciate you citing our software as below:
7878

79-
Cook, H., Leeuwenburg, T., Rio, M., Miller, J., Mason, G., Ramanathan, N., Pill, J., Haddad, S., de Burgh-Day, C., Sullivan, B., Hobeichi, S., Holmes, R., Potokina, M., Bogacheva, J., James, M., & Stassen, C. (2025). PyEarthTools: Machine learning for Earth system science (0.4.0). Zenodo. https://doi.org/10.5281/zenodo.17429589
79+
Leeuwenburg, T., Cook, H., Rio, M., Hobeichi, S., Miller, J., Mason, G., Ramanathan, N., Pill, J., Haddad, S., Stassen, C., de Burgh-Day, C., Holmes, R., Potokina, M., Bogacheva, J., James, M., & Sullivan, B. (2025). PyEarthTools: Machine learning for Earth system science (0.5.1). Zenodo. https://doi.org/10.5281/zenodo.17544431
8080

8181
BibTeX:
8282
```
83-
@software{cook_2025_17429589,
84-
author = {Cook, Harrison and
85-
Leeuwenburg, Tennessee and
83+
@software{leeuwenburg_2025_17544431,
84+
author = {Leeuwenburg, Tennessee and
85+
Cook, Harrison and
8686
Rio, Maxime and
87+
Hobeichi, Sanaa and
8788
Miller, Joel and
8889
Mason, Gemma and
8990
Ramanathan, Nikeeth and
9091
Pill, John and
9192
Haddad, Stephen and
93+
Stassen, Christian and
9294
de Burgh-Day, Catherine and
93-
Sullivan, Ben and
94-
Hobeichi, Sanaa and
9595
Holmes, Ryan and
9696
Potokina, Margarita and
9797
Bogacheva, Jenya and
9898
James, Matthew and
99-
Stassen, Christian},
99+
Sullivan, Ben},
100100
title = {PyEarthTools: Machine learning for Earth system
101101
science
102102
},
103-
month = oct,
103+
month = nov,
104104
year = 2025,
105105
publisher = {Zenodo},
106-
version = {0.4.0},
107-
doi = {10.5281/zenodo.17429589},
108-
url = {https://doi.org/10.5281/zenodo.17429589},
106+
version = {0.5.1},
107+
doi = {10.5281/zenodo.17544431},
108+
url = {https://doi.org/10.5281/zenodo.17544431},
109109
}
110110
```

docs/index.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,43 +85,42 @@ PyEarthTools comprises multiple sub-packages which can be used individually or t
8585
| [Zoo](api/zoo/zoo_index.md) | Contains code for managing registered models (such as the bundled models) |
8686
| Evaluation | (Coming soon) Contains code for producing standard evaluations (such as benchmarks and scorecards) |
8787

88-
## Acknowleging or Citing `PyEarthTools`
88+
## Citing `PyEarthTools`
8989

9090
If you use PyEarthTools for your work, we would appreciate you citing our software as below:
9191

92-
9392
:::::{tab-set}
9493
::::{tab-item} APA
95-
Cook, H., Leeuwenburg, T., Rio, M., Miller, J., Mason, G., Ramanathan, N., Pill, J., Haddad, S., de Burgh-Day, C., Sullivan, B., Hobeichi, S., Holmes, R., Potokina, M., Bogacheva, J., James, M., & Stassen, C. (2025). PyEarthTools: Machine learning for Earth system science (0.4.0). Zenodo. https://doi.org/10.5281/zenodo.17429589
94+
Leeuwenburg, T., Cook, H., Rio, M., Hobeichi, S., Miller, J., Mason, G., Ramanathan, N., Pill, J., Haddad, S., Stassen, C., de Burgh-Day, C., Holmes, R., Potokina, M., Bogacheva, J., James, M., & Sullivan, B. (2025). PyEarthTools: Machine learning for Earth system science (0.5.1). Zenodo. https://doi.org/10.5281/zenodo.17544431
9695
::::
9796
::::{tab-item} BibTeX
9897
```
99-
@software{cook_2025_17429589,
100-
author = {Cook, Harrison and
101-
Leeuwenburg, Tennessee and
98+
@software{leeuwenburg_2025_17544431,
99+
author = {Leeuwenburg, Tennessee and
100+
Cook, Harrison and
102101
Rio, Maxime and
102+
Hobeichi, Sanaa and
103103
Miller, Joel and
104104
Mason, Gemma and
105105
Ramanathan, Nikeeth and
106106
Pill, John and
107107
Haddad, Stephen and
108+
Stassen, Christian and
108109
de Burgh-Day, Catherine and
109-
Sullivan, Ben and
110-
Hobeichi, Sanaa and
111110
Holmes, Ryan and
112111
Potokina, Margarita and
113112
Bogacheva, Jenya and
114113
James, Matthew and
115-
Stassen, Christian},
114+
Sullivan, Ben},
116115
title = {PyEarthTools: Machine learning for Earth system
117116
science
118117
},
119-
month = oct,
118+
month = nov,
120119
year = 2025,
121120
publisher = {Zenodo},
122-
version = {0.4.0},
123-
doi = {10.5281/zenodo.17429589},
124-
url = {https://doi.org/10.5281/zenodo.17429589},
121+
version = {0.5.1},
122+
doi = {10.5281/zenodo.17544431},
123+
url = {https://doi.org/10.5281/zenodo.17544431},
125124
}
126125
```
127126
::::

0 commit comments

Comments
 (0)