Skip to content

Commit

Permalink
Merge pull request #30 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint - thumbnail and opticon
  • Loading branch information
acocac authored Mar 8, 2024
2 parents d3937e3 + bea371a commit c430c3d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 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.17
current_version = v1.0.18
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors:
affiliation: Claremont McKenna College
- name: "This EDS book notebook contributors"
website: "https://github.com/eds-book-gallery/3286b92f-4fae-4cc6-a29e-e408bc844542/graphs/contributors"
version: v1.0.17 # This is automatically set using the bumpversion tool.
version: v1.0.18 # This is automatically set using the bumpversion tool.
identifiers:
- type: doi
value: 10.5281/zenodo.8296922
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</p>

<p align="center">
<img src="https://www.commondreams.org/media-library/ocean-surface-temperatures.jpg?id=33699188&width=1200&height=400&quality=90&coordinates=0%2C667%2C0%2C667" alt="thumbnail" width="500"/>
<img src="images/thumbnail.png" alt="thumbnail" width="500"/>
</p>

# How to run
Expand Down
Binary file added images/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"source": [
"# Learning the underlying physics of a simulation model of the ocean's temperature (CIRC23)\n",
"\n",
"{opticon}`tag`\n",
"{bdg-primary}`Ocean`\n",
"{bdg-secondary}`Modelling`\n",
"{bdg-warning}`Special Issue`\n",
Expand Down Expand Up @@ -752,9 +751,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"outputs_hidden": false
},
"tags": [
"remove-input"
]
Expand All @@ -763,7 +759,7 @@
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v1.0.17')\n",
"print('Notebook repository version: v1.0.18')\n",
"print(f'Last tested: {date.today()}')"
]
}
Expand Down

0 comments on commit c430c3d

Please sign in to comment.