Skip to content

Commit

Permalink
Merge pull request #3 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint
  • Loading branch information
acocac authored Sep 2, 2023
2 parents 64d746f + 7dc595f commit dd82cf4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = v1.0.0
current_version = v1.0.1
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ authors:
affiliation: The Alan Turing Institute
- name: "This EDS book notebook contributors"
website: "https://github.com/eds-book-gallery/15d986da-2d7c-44fb-af71-700494485def/graphs/contributors"
version: v1.0.0 # This is automatically set using the bumpversion tool.
version: v1.0.1 # This is automatically set using the bumpversion tool.
identifiers:
- type: doi
value: TBA
value: 10.5281/zenodo.8311332
description: The concept DOI for the collection containing all versions of the notebook.
abstract: "Notebook developed to demonstrate IceNet, a deep learning sea ice forecasting system trained using climate simulations and observational data."
references:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<a href="https://w3id.org/ro-id/ac327c3a-5264-40a2-8c6e-1e8d7c4b37ef">
<img alt="rohub" src="https://img.shields.io/badge/RoHub-FAIR_Executable_Research_Object-2ea44f?logo=Open+Access&logoColor=blue">
</a>
<a href="https://zenodo.org/badge/latestdoi/493604358">
<img alt="doi" src="https://zenodo.org/badge/493604358.svg">
</a>
</p>

<p align="center">
Expand Down
5 changes: 4 additions & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
" <a href=\"https://w3id.org/ro-id/ac327c3a-5264-40a2-8c6e-1e8d7c4b37ef\">\n",
" <img alt=\"rohub\" src=\"https://img.shields.io/badge/RoHub-FAIR_Executable_Research_Object-2ea44f?logo=Open+Access&logoColor=blue\">\n",
" </a>\n",
" <a href=\"https://zenodo.org/badge/latestdoi/493604358\">\n",
" <img alt=\"doi\" src=\"https://zenodo.org/badge/493604358.svg\">\n",
" </a>\n",
"</p>"
]
},
Expand Down Expand Up @@ -1203,7 +1206,7 @@
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v1.0.0')\n",
"print('Notebook repository version: v1.0.1')\n",
"print(f'Last tested: {date.today()}')"
]
},
Expand Down

0 comments on commit dd82cf4

Please sign in to comment.