Skip to content

Commit

Permalink
Merge pull request #15 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint
  • Loading branch information
acocac authored Sep 1, 2023
2 parents 226d14d + aaf5884 commit 2a378c0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflows: ["Build and push container image"]
branches: [postprint]
types: [completed]

# This job installs dependencies, build the jupyter notebook, and pushes it to `preview`, a new `branch`
jobs:
on-success:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Render
name: render

on:
workflow_run:
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ authors:
affiliation: Met Office Informatics Lab
- name: "This EDS book notebook contributors"
website: "https://github.com/eds-book-gallery/1b8921af-e77f-4ccf-ae38-4813cdceba0f/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.8309346
description: The concept DOI for the collection containing all versions of the notebook.
abstract: "Notebook developed to demonstrate the use of deep neural networks for the detection of floating objects on Sentinel-2 data."
keywords:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<a href="https://w3id.org/ro-id/1b8921af-e77f-4ccf-ae38-4813cdceba0f">
<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/493606224">
<img alt="doi" src="https://zenodo.org/badge/493606224.svg">
</a>
</p>

<p align="center">
Expand Down
5 changes: 5 additions & 0 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
" <a href=\"https://w3id.org/ro-id/1b8921af-e77f-4ccf-ae38-4813cdceba0f\">\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/493606224\">\n",
" <img alt=\"doi\" src=\"https://zenodo.org/badge/493606224.svg\">\n",
" </a>\n",
"</p>"
]
},
Expand Down Expand Up @@ -436,6 +439,8 @@
"outputs": [],
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v1.0.1')\n",
"print(f'Last tested: {date.today()}')"
]
}
Expand Down

0 comments on commit 2a378c0

Please sign in to comment.