forked from geo-smart/simple-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a983f17
commit 6c38eb2
Showing
18 changed files
with
141 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": { | ||
"tags": [] | ||
}, | ||
"source": [ | ||
"[Jupyter Book](https://geo-smart.github.io/oceanography/intro.html)\n", | ||
"[GitHub repo](https://github.com/geo-smart/oceanography)\n", | ||
"\n", | ||
"\n", | ||
"# The GeoSMART Use Case Library\n", | ||
"\n", | ||
"\n", | ||
"## Preamble\n", | ||
"\n", | ||
"These remarks consider a collection of Jupyter Books forming a digital \n", | ||
"geoscience library. \n", | ||
"Books in the library can be identified by the badge\n", | ||
"[![GeoSMART Use Case](../img/use_case_badge.svg)](https://geo-smart.github.io/usecases)\n", | ||
"\n", | ||
"\n", | ||
"## Contributing\n", | ||
"\n", | ||
"DIY Jupyter Book from template; or contribute content for integration\n", | ||
"\n", | ||
"\n", | ||
"Jupyter books support executable code on some platform.\n", | ||
"\n", | ||
"\n", | ||
"* Binder\n", | ||
"* Google Colab\n", | ||
"* Free AWS tier (smaller cloud-based examples)\n", | ||
"\n", | ||
"\n", | ||
"## Creating a Jupyter Book\n", | ||
"\n", | ||
"\n", | ||
"Navigate the Use Case template repository and click \"use as template\".\n", | ||
"In the resulting repo: The `.github` folder contains github actions that will \n", | ||
"recompile the book when revisions are submitted. There is no gh-pages branch\n", | ||
"creation; this is automated." | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.12.3" | ||
}, | ||
"vscode": { | ||
"interpreter": { | ||
"hash": "c446eef832ec964573dc49f36fd16bdbed40cbfbefbf557bc2dc78d9e7968689" | ||
} | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"id": "cf3937d6-7bf3-4b03-ae47-7ab0c5eef559", | ||
"metadata": {}, | ||
"source": [ | ||
"# Resources\n", | ||
"\n", | ||
"This chapter provides some pathways for learning more about ocean science.\n", | ||
"\n", | ||
"\n", | ||
"- [Introduction to Physical Oceanography by Ryan Abernathy (chapter 1)](https://rabernat.github.io/intro_to_physical_oceanography/01_ocean_bathymetry.html)\n", | ||
"- " | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.12.3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
This file was deleted.
Oops, something went wrong.