Skip to content

Commit

Permalink
Merge pull request #197 from alan-turing-institute/improve-versioning
Browse files Browse the repository at this point in the history
Improve citation and versioning
  • Loading branch information
acocac authored Aug 31, 2023
2 parents 47abdcf + 7c3e92a commit 309f636
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 35 deletions.
8 changes: 8 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[bumpversion]
current_version = v0.1.2
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
serialize = v{major}.{minor}.{patch}

[bumpversion:file:CITATION.cff]
27 changes: 0 additions & 27 deletions .zenodo.json

This file was deleted.

14 changes: 8 additions & 6 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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.2
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
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion book/preamble/attribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 309f636

Please sign in to comment.