From d12d0945d8567ea93b09accfbb34cc5fcd7096b7 Mon Sep 17 00:00:00 2001 From: Tina Odaka <46813815+tinaok@users.noreply.github.com> Date: Wed, 29 Oct 2025 05:46:16 +0100 Subject: [PATCH 1/3] Add SciPy 2025 Zenodo citation and DOI badge to README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 61c5039..d797ac3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![PyPI version](https://img.shields.io/pypi/v/xdggs.svg)](https://pypi.org/project/xdggs) [![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/xdggs)](https://github.com/conda-forge/xdggs-feedstock) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17297883.svg)](https://doi.org/10.5281/zenodo.17297883) --- @@ -72,6 +73,31 @@ We welcome contributions to `xdggs`! Please follow these steps to get involved: `xdggs` is licensed under the Apache License. See [LICENSE](https://github.com/xarray-contrib/xdggs/blob/main/LICENSE) for more details. +## Cite this project + +If you use **xdggs** in your research or presentations, please cite our SciPy 2025 presentation: + +> Magin, J., Kmoch, A., Bovy, B., Delouis, J.-M., Fouilloux, A., & Odaka, T. (2025). *Using Discrete Global Grid Systems in the Pangeo ecosystem.* SciPy 2025. https://doi.org/10.5281/zenodo.17297883 + +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17297883.svg)](https://doi.org/10.5281/zenodo.17297883) + + +
+BibTeX + +```bibtex +@misc{magin_kmoch_bovy_delouis_fouilloux_odaka_2025_xdggs_scipy, + title = {Using Discrete Global Grid Systems in the Pangeo ecosystem}, + author = {Magin, Justus and Kmoch, Alexander and Bovy, Benoît and Delouis, Jean-Marc and Fouilloux, Anne and Odaka, Tina}, + year = {2025}, + doi = {10.5281/zenodo.17297883}, + howpublished = {SciPy 2025 Conference Presentation}, + url = {https://doi.org/10.5281/zenodo.17297883} +} + +``` +
+ ## Acknowledgments This project was initiated using funding from CNES (PANGEO IAOCEA, contract R&T R-S23/DU-0002-025-01) and the European Union (ERC, WaterSmartLand, 101125476, Interreg-BSR, HyTruck, #C031). From fa37d669c986c478a8b41560914d4b78bfbe5501 Mon Sep 17 00:00:00 2001 From: Tina Odaka <46813815+tinaok@users.noreply.github.com> Date: Wed, 29 Oct 2025 06:01:12 +0100 Subject: [PATCH 2/3] Revise DOI citation and add BibTeX for xdggs Updated DOI citation for archived software release and added BibTeX entry. --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d797ac3..453fcb0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![PyPI version](https://img.shields.io/pypi/v/xdggs.svg)](https://pypi.org/project/xdggs) [![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/xdggs)](https://github.com/conda-forge/xdggs-feedstock) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17297883.svg)](https://doi.org/10.5281/zenodo.17297883) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17209838.svg)](https://doi.org/10.5281/zenodo.17209838) --- @@ -75,7 +75,34 @@ We welcome contributions to `xdggs`! Please follow these steps to get involved: ## Cite this project -If you use **xdggs** in your research or presentations, please cite our SciPy 2025 presentation: +### Software (versioned) +If you use the **xdggs** code, please cite the archived software release: + +> Magin, J., Bovy, B., Kmoch, A., Abernathey, R., Coca-Castro, A., Strobl, P., Fouilloux, A., Loos, D., Chan, W. T., Delouis, J.-M., & Odaka, T. (2025). *xdggs (v0.3.0)*. Zenodo. https://doi.org/10.5281/zenodo.17209838 + +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17209838.svg)](https://doi.org/10.5281/zenodo.17209838) + +
+BibTeX (software) + +```bibtex +@software{xdggs_0_3_0_2025, + title = {xdggs (v0.3.0)}, + author = {Magin, Justus and Bovy, Benoît and Kmoch, Alexander and + Abernathey, Ryan and Coca-Castro, Alejandro and Strobl, Peter and + Fouilloux, Anne and Loos, Daniel and Chan, Wai Tik and + Delouis, Jean-Marc and Odaka, Tina}, + year = {2025}, + publisher = {Zenodo}, + doi = {10.5281/zenodo.17209838}, + url = {https://doi.org/10.5281/zenodo.17209838} +} +``` +
+ +### Presentation (context / overview) + +If you refer to the SciPy talk/slides that introduce xdggs: > Magin, J., Kmoch, A., Bovy, B., Delouis, J.-M., Fouilloux, A., & Odaka, T. (2025). *Using Discrete Global Grid Systems in the Pangeo ecosystem.* SciPy 2025. https://doi.org/10.5281/zenodo.17297883 From 17d9e8b3633063da315836dbb9a9d94473104c96 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 05:03:24 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 453fcb0..2d7e5c8 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,10 @@ We welcome contributions to `xdggs`! Please follow these steps to get involved: ## Cite this project ### Software (versioned) + If you use the **xdggs** code, please cite the archived software release: -> Magin, J., Bovy, B., Kmoch, A., Abernathey, R., Coca-Castro, A., Strobl, P., Fouilloux, A., Loos, D., Chan, W. T., Delouis, J.-M., & Odaka, T. (2025). *xdggs (v0.3.0)*. Zenodo. https://doi.org/10.5281/zenodo.17209838 +> Magin, J., Bovy, B., Kmoch, A., Abernathey, R., Coca-Castro, A., Strobl, P., Fouilloux, A., Loos, D., Chan, W. T., Delouis, J.-M., & Odaka, T. (2025). _xdggs (v0.3.0)_. Zenodo. https://doi.org/10.5281/zenodo.17209838 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17209838.svg)](https://doi.org/10.5281/zenodo.17209838) @@ -98,17 +99,17 @@ If you use the **xdggs** code, please cite the archived software release: url = {https://doi.org/10.5281/zenodo.17209838} } ``` + ### Presentation (context / overview) If you refer to the SciPy talk/slides that introduce xdggs: -> Magin, J., Kmoch, A., Bovy, B., Delouis, J.-M., Fouilloux, A., & Odaka, T. (2025). *Using Discrete Global Grid Systems in the Pangeo ecosystem.* SciPy 2025. https://doi.org/10.5281/zenodo.17297883 +> Magin, J., Kmoch, A., Bovy, B., Delouis, J.-M., Fouilloux, A., & Odaka, T. (2025). _Using Discrete Global Grid Systems in the Pangeo ecosystem._ SciPy 2025. https://doi.org/10.5281/zenodo.17297883 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17297883.svg)](https://doi.org/10.5281/zenodo.17297883) -
BibTeX @@ -123,6 +124,7 @@ If you refer to the SciPy talk/slides that introduce xdggs: } ``` +
## Acknowledgments