Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating citation instructions #73

Merged
merged 4 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2023-12-21
repository-code: https://github.com/castelao/GSW-rs
license: BSD-3 Clause
license: BSD-3-Clause
28 changes: 16 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,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}
}
```

Expand Down
Loading