From bae7595bd072ffc1c1ee468d7484ed4c54faf6cb Mon Sep 17 00:00:00 2001 From: Gui Castelao Date: Wed, 3 Jan 2024 14:41:30 -0300 Subject: [PATCH 1/4] Adding badge - JOSS publication --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58776c5..3ae523c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![DOI](https://joss.theoj.org/papers/10.21105/joss.05988/status.svg)](https://doi.org/10.21105/joss.05988) + # Unofficial TEOS-10 GSW Oceanographic Toolbox in Rust GSW for microcontrollers and full computers. From 0bbe94814eec5b5a99ca52b95b9dbdf460a07f9c Mon Sep 17 00:00:00 2001 From: Gui Castelao Date: Wed, 3 Jan 2024 14:43:36 -0300 Subject: [PATCH 2/4] Updating citation to JOSS's paper --- CITATION.cff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 34362ef..a1c8afe 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,8 +10,8 @@ authors: family-names: Irber affiliation: UC Davis orcid: https://orcid.org/0000-0003-4371-9659 -version: 0.0.6 -doi: 10.5281/zenodo.5348561 -date-released: 2021-08-31 +version: 0.2.0 +doi: 10.21105/joss.05988 +date-released: 2024-01-03 repository-code: https://github.com/castelao/GSW-rs -license: BSD-3 Clause +license: BSD-3-Clause From 56cd9eff00d7fba91dabd7084792216ceb019253 Mon Sep 17 00:00:00 2001 From: Gui Castelao Date: Wed, 3 Jan 2024 14:49:10 -0300 Subject: [PATCH 3/4] Updating citation information - README.md --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3ae523c..1280cdf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![DOI](https://joss.theoj.org/papers/10.21105/joss.05988/status.svg)](https://doi.org/10.21105/joss.05988) - # Unofficial TEOS-10 GSW Oceanographic Toolbox in Rust GSW for microcontrollers and full computers. @@ -132,21 +130,25 @@ valid range in the original literature. If you use this library we kindly ask to cite all the three following references: -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5348561.svg)](https://doi.org/10.5281/zenodo.5348561) +[![DOI](https://joss.theoj.org/papers/10.21105/joss.05988/status.svg)](https://doi.org/10.21105/joss.05988) + +Castelao, G., & Irber, L. (2024). Gibbs Sea Water Oceanographic Toolbox of +TEOS-10 implemented in Rust. Journal of Open Source Software, 9(93), 5988, +https://doi.org/10.21105/joss.05988 -Castelao, G., & Irber, L. (2021). Unofficial Gibbs Sea Water Oceanographic -Toolbox of TEOS-10 implemented in Rust (Version 0.1.1) [Computer software]. -https://doi.org/10.5281/zenodo.5348561 ```text -@software{Castelao_Gibbs_Sea_Water_2021, - title = {{Gibbs Sea Water Oceanographic Toolbox of TEOS-10 implemented in Rust}}, - author = {Castelao, Guilherme and Irber, Luiz}, - year = {2021}, - license = {BSD-3-Clause}, - version = {0.1.1}, - doi = {10.5281/zenodo.5348561}, - url = {https://github.com/castelao/GSW-rs} +@article{Castelao2024, + doi = {10.21105/joss.05988}, + url = {https://doi.org/10.21105/joss.05988}, + year = {2024}, + publisher = {The Open Journal}, + volume = {9}, + number = {93}, + pages = {5988}, + author = {Guilherme P. Castelao and Luiz Irber}, + title = {Gibbs Sea Water Oceanographic Toolbox of TEOS-10 implemented in Rust}, + journal = {Journal of Open Source Software} } ``` From b5f2fa3fc65a1a583259515542149f2e54e53710 Mon Sep 17 00:00:00 2001 From: Gui Castelao Date: Wed, 3 Jan 2024 15:31:10 -0300 Subject: [PATCH 4/4] The v0.2.0 was actually released Dec 2023 --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index a1c8afe..f93bd07 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,6 +12,6 @@ authors: orcid: https://orcid.org/0000-0003-4371-9659 version: 0.2.0 doi: 10.21105/joss.05988 -date-released: 2024-01-03 +date-released: 2023-12-21 repository-code: https://github.com/castelao/GSW-rs license: BSD-3-Clause