Skip to content

Commit

Permalink
Use a single logo image in lesson headers (#56)
Browse files Browse the repository at this point in the history
* Experiment with updating logo in best practices lesson

* Update logo in Markdown files

* Update logo in notebooks

* Remove style for logo image

* Update logo src

* Update logo src
  • Loading branch information
mdpiper committed Mar 9, 2022
1 parent 30b893e commit 2ad92e3
Show file tree
Hide file tree
Showing 67 changed files with 269 additions and 276 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](./media/ESPIn2021.png)
![ESPIn logo](./media/logo.png)

# ESPIn

Expand Down
2 changes: 1 addition & 1 deletion lessons/best-practices/collaboration-etiquette.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Collaborative projects ("Gitiquette")

Expand Down
2 changes: 1 addition & 1 deletion lessons/best-practices/continuous-integration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Continuous integration with GitHub Actions

Expand Down
2 changes: 1 addition & 1 deletion lessons/best-practices/fair-practices.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# FAIR practices for research software

Expand Down
2 changes: 1 addition & 1 deletion lessons/best-practices/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Best Practices in Software Development

Expand Down
2 changes: 1 addition & 1 deletion lessons/best-practices/unit-testing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Unit testing with pytest

Expand Down
2 changes: 1 addition & 1 deletion lessons/bmi/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"https://raw.githubusercontent.com/csdms/espin/main/media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"https://raw.githubusercontent.com/csdms/espin/main/media/logo.png\"></a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/conda/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Anaconda and conda

Expand Down
2 changes: 1 addition & 1 deletion lessons/git/configuring-git.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Configuring git

Expand Down
2 changes: 1 addition & 1 deletion lessons/git/git-workflow.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# A version control workflow

Expand Down
2 changes: 1 addition & 1 deletion lessons/git/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Introduction to version control with git and GitHub

Expand Down
2 changes: 1 addition & 1 deletion lessons/hpc/cluster-computing-overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Overview of cluster computing

Expand Down
2 changes: 1 addition & 1 deletion lessons/hpc/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Introduction to Cluster Computing

Expand Down
2 changes: 1 addition & 1 deletion lessons/hpc/summary.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ESPIn logo](https://github.com/csdms/espin/blob/main/media/ESPIn2021.png)
![ESPIn logo](https://raw.githubusercontent.com/csdms/espin/main/media/logo.png)

# Summary

Expand Down
2 changes: 1 addition & 1 deletion lessons/landlab/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../media/logo.png\"></a>"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../../media/logo.png\"></a>"
]
},
{
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![terrainbento logo](../images/terrainbento_logo.png)\n",
"![terrainbento logo](../../../../media/terrainbento_logo.png)\n",
"\n",
"# terrainbento model BasicCh steady-state solution"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![terrainbento logo](../images/terrainbento_logo.png)\n",
"![terrainbento logo](../../../../media/terrainbento_logo.png)\n",
"\n",
"# terrainbento model BasicRt steady-state solution"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![terrainbento logo](../images/terrainbento_logo.png)\n",
"![terrainbento logo](../../../../media/terrainbento_logo.png)\n",
"\n",
"\n",
"# terrainbento model BasicVs steady-state solution"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![terrainbento logo](../images/terrainbento_logo.png)\n",
"![terrainbento logo](../../../../media/terrainbento_logo.png)\n",
"\n",
"\n",
"# terrainbento model Basic steady-state solution"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![terrainbento logo](../images/terrainbento_logo.png)\n",
"![terrainbento logo](../../../../media/terrainbento_logo.png)\n",
"\n",
"# terrainbento model Basic with variable $m$ steady-state solution"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![terrainbento logo](../images/terrainbento_logo.png)\n",
"![terrainbento logo](../../../../media/terrainbento_logo.png)\n",
"\n",
"\n",
"# Introduction to terrainbento\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![terrainbento logo](../images/terrainbento_logo.png)\n",
"![terrainbento logo](../../../../media/terrainbento_logo.png)\n",
"\n",
"\n",
"# Introduction to boundary conditions in terrainbento.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "raw",
"metadata": {},
"source": [
"![terrainbento logo](../images/terrainbento_logo.png)\n",
"![terrainbento logo](../../../../media/terrainbento_logo.png)\n",
"\n",
"\n",
"# Introduction to the terrainbento output writers.\n",
Expand Down
10 changes: 5 additions & 5 deletions lessons/landlab/landlab/Landlab_grids.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lessons/landlab/landlab/PracticeYourSkills-landlab.ipynb

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions lessons/landlab/landlab/landlab-fault-scarp-for-espin.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../../media/logo.png\"></a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/01_model_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"media/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img src=\"https://raw.githubusercontent.com/csdms/espin/main/media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Loading models in pymt\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/02_run_a_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"images/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img src=\"https://raw.githubusercontent.com/csdms/espin/main/media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Running a model in pymt\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/03_unit_conversion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"images/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img src=\"https://raw.githubusercontent.com/csdms/espin/main/media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Unit conversion in pymt\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/04_modify.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"images/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img src=\"https://raw.githubusercontent.com/csdms/espin/main/media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Dynamically changing a running model\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/05_coupling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"images/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img src=\"https://raw.githubusercontent.com/csdms/espin/main/media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Coupling models\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/ans/00a_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: left\" src=\"images/powered-by-logo-header.png\"></a>"
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: left\" src=\"../media/powered-by-logo-header.png\"></a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/ans/01a_model_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"images/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"../media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Loading PyMT models\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/ans/02a_run_a_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"images/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"../media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Running PyMT models\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/ans/03a_unit_conversion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"images/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"../media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Running PyMT models\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/ans/04a_modify.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"images/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"../media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Dynamically changing a running PyMT model\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/ans/05a_coupling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"images/pymt-logo-header-text.png\"></a>\n",
"<a href=\"https://pymt.readthedocs.io\"><img style=\"float: right\" src=\"../media/pymt-logo-header-text.png\"></a>\n",
"\n",
"# Coupling two PyMT models\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion lessons/pymt/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"https://raw.githubusercontent.com/csdms/espin/main/media/logo.png\"></a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/python/ESPIN - numerical modeling in python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../media/logo.png\"></a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/python/ESPIN-00-IntroNotes-Solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../media/logo.png\"></a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/python/ESPIN-00-IntroNotes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../media/logo.png\"></a>"
]
},
{
Expand Down
26 changes: 13 additions & 13 deletions lessons/python/ESPIN-01-numpy-Solution.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lessons/python/ESPIN-01-numpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../media/logo.png\"></a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/python/ESPIN-02-lists-Solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../media/logo.png\"></a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/python/ESPIN-02-lists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../media/logo.png\"></a>"
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions lessons/python/ESPIN-03-scripts.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../media/logo.png\"></a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/python/ESPIN-04- For loops and conditionals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://csdms.colorado.edu/wiki/ESPIn2020\"><img style=\"float: center; width: 75%\" src=\"../../media/ESPIn.png\"></a>"
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"../../media/logo.png\"></a>"
]
},
{
Expand Down
Loading

0 comments on commit 2ad92e3

Please sign in to comment.