From c3de553a62dae28a4f85ddcd7f21e5fe54eb3024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20=C2=A9?= Date: Thu, 31 Aug 2023 11:14:17 +0100 Subject: [PATCH 1/5] update zenodo badge to point to the latest released version --- README.md | 2 +- book/preamble/attribution.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc5d22cf..b0b56a05 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A **living**, **open** and **community-driven** online resource to showcase and | **News** | [![Twitter Follow](https://img.shields.io/twitter/follow/eds_book?style=social)](https://twitter.com/eds_book) [![Mastodon Follow](https://img.shields.io/mastodon/follow/109479819113828937?domain=https%3A%2F%2Ffosstodon.org&style=social)](https://fosstodon.org/@EDSbook) | | **Chat** | [![GitHub issues](https://img.shields.io/github/issues/alan-turing-institute/environmental-ds-book)](https://github.com/alan-turing-institute/environmental-ds-book/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/alan-turing-institute/environmental-ds-book)](https://github.com/alan-turing-institute/environmental-ds-book/pulls) | | **Build** | [![CI](https://github.com/alan-turing-institute/environmental-ds-book/actions/workflows/build.yml/badge.svg)](https://github.com/alan-turing-institute/environmental-ds-book/actions/workflows/build.yml) [![Netlify Status](https://api.netlify.com/api/v1/badges/42296a4e-b896-4253-8910-f17cd137e842/deploy-status)](https://app.netlify.com/sites/the-environmental-ds-book/deploys) | -| **Cite** | [![Cite this using DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5918932.svg)](https://doi.org/10.5281/zenodo.5918932) | +| **Cite** | [![Cite this using DOI](https://zenodo.org/badge/374708612.svg)](https://zenodo.org/badge/latestdoi/374708612) | ## Contributors diff --git a/book/preamble/attribution.md b/book/preamble/attribution.md index f202e506..a5bdc097 100644 --- a/book/preamble/attribution.md +++ b/book/preamble/attribution.md @@ -6,7 +6,7 @@ Please use and re-use whatever you need, for any purpose but giving appropriate Every release of the source code repository is archived with a DOI: -[![Cite this using DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5918931.svg)](https://doi.org/10.5281/zenodo.5918931) +[![Cite this using DOI](https://zenodo.org/badge/374708612.svg)](https://zenodo.org/badge/latestdoi/374708612) You can use this DOI to cite anything in the source code, except executable notebooks. From f63e50b85d61e2a92aa18b8e299af278f1162c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20=C2=A9?= Date: Thu, 31 Aug 2023 11:16:25 +0100 Subject: [PATCH 2/5] superseded by CITATION.cff --- .zenodo.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json deleted file mode 100644 index a1bc2d20..00000000 --- a/.zenodo.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "license": "CC-BY-4.0", - "title": "Environmental Data Science Book: A living, open and community-driven online resource to showcase and support the publication of data, research and open-source tools for collaborative, reproducible and transparent Environmental Data Science.", - "keywords": [ - "scientific software practices", - "environmental informatics", - "reproducibility", - "transparent", - "collaboration", - "community", - "publication" - ], - "version": "0.1.0", - "upload_type": "software", - "communities": [ - { - "identifier": "the-environmental-ds-community" - } - ], - "publication_date": "2023-04-17", - "creators": [ - { - "name": "The Environmental Data Science Book Community, ." - } - ], - "access_right": "open" -} \ No newline at end of file From 6de1cb7fe3dc482aa60a7334760cff233c0758fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20=C2=A9?= Date: Thu, 31 Aug 2023 11:16:56 +0100 Subject: [PATCH 3/5] update citation, remove release date --- CITATION.cff | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 151546e9..cb397f5d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,12 +1,14 @@ cff-version: 1.2.0 message: "To reference the latest version of The Environmental Data Science Book, please cite it as below." authors: -- family-names: "The Environmental Data Science Book Community" +- family-names: "The Environmental Data Science book Community" given-names: "." -title: "Environmental Data Science Book: A living, open and community-driven online resource to showcase and support the publication of data, research and open-source tools for collaborative, reproducible and transparent Environmental Data Science." -version: 0.1.0 -license: "CC-BY-4.0" -date-released: "2023-04-17" +title: "Environmental Data Science book: A computational notebook community for open environmental data science." +version: v0.1.1 +identifiers: + - description: The concept DOI for the collection containing all versions of the Citation File Format. + type: doi + value: "10.5281/zenodo.5918931" keywords: - scientific software practices - environmental informatics @@ -23,4 +25,4 @@ references: affiliation: "The Alan Turing Institute, London, UK" email: "environmental.ds.book@gmail.com" website: "https://github.com/alan-turing-institute/environmental-ds-book/" - title: The Environmental Data Science Book Project + title: The Environmental Data Science book Project From baad7c270193a3294ed02686525a3e86e1ea801f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20=C2=A9?= Date: Thu, 31 Aug 2023 11:20:57 +0100 Subject: [PATCH 4/5] add bumpversion --- .bumpversion.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .bumpversion.cfg diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 00000000..ac93f362 --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,8 @@ +[bumpversion] +current_version = v0.1.1 +commit = True +tag = True +parse = (v(?P\d+))(.(?P\d+))(.(?P\d+)) +serialize = v{major}.{minor}.{patch} + +[bumpversion:file:CITATION.cff] \ No newline at end of file From 7c3e92afff45062f2b2275db1591623bf9c27cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20=C2=A9?= Date: Thu, 31 Aug 2023 11:31:44 +0100 Subject: [PATCH 5/5] =?UTF-8?q?Bump=20version:=20v0.1.1=20=E2=86=92=20v0.1?= =?UTF-8?q?.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- CITATION.cff | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac93f362..0894ff85 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,8 @@ [bumpversion] -current_version = v0.1.1 +current_version = v0.1.2 commit = True tag = True parse = (v(?P\d+))(.(?P\d+))(.(?P\d+)) serialize = v{major}.{minor}.{patch} -[bumpversion:file:CITATION.cff] \ No newline at end of file +[bumpversion:file:CITATION.cff] diff --git a/CITATION.cff b/CITATION.cff index cb397f5d..c89552c2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ authors: - family-names: "The Environmental Data Science book Community" given-names: "." title: "Environmental Data Science book: A computational notebook community for open environmental data science." -version: v0.1.1 +version: v0.1.2 identifiers: - description: The concept DOI for the collection containing all versions of the Citation File Format. type: doi