Skip to content

Commit

Permalink
joe ho
Browse files Browse the repository at this point in the history
  • Loading branch information
robfatland committed Aug 25, 2024
1 parent dbe5d7f commit 10077db
Show file tree
Hide file tree
Showing 8 changed files with 2,453 additions and 1,653 deletions.
3 changes: 2 additions & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ parts:
- caption: Ocean Data Science
chapters:
- file: chapters/1.1oceanscience
- file: chapters/1.2epipelargosy
- file: chapters/1.2.1epipelargosy
- file: chapters/1.2.2current
- file: chapters/1.3anomaly
- file: chapters/1.4annotation
- file: chapters/1.5argo
Expand Down
41 changes: 24 additions & 17 deletions book/chapters/1.0about.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,29 @@
"[GitHub repo](https://github.com/geo-smart/oceanography)\n",
"\n",
"\n",
"# The GeoSMART Use Case Library\n",
"# About the GeoSMART Use Case Library and this book on oceanography\n",
"\n",
"\n",
"## Preamble\n",
"## The GeoSMART Jupyter Book library\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",
"Jupyter Books include executable code. Supporting platforms include\n",
"Binder, Colab and the AWS free tier.\n",
"\n",
"## Contributing\n",
"\n",
"DIY Jupyter Book from template; or contribute content for integration\n",
"GeoSMART supports a collection of Jupyter Books forming a digital geoscience library. \n",
"Books in the library can be identified by this badge:\n",
"\n",
"\n",
"Jupyter books support executable code on some platform.\n",
"[![GeoSMART Use Case](../img/use_case_badge.svg)](https://geo-smart.github.io/usecases)\n",
"\n",
"\n",
"* Binder\n",
"* Google Colab\n",
"* Free AWS tier (smaller cloud-based examples)\n",
"Contributions are welcome! Taking a full scale 'do it yourself' approach: \n",
"Create a Jupyter Book from a GeoSMART template. Contributions are also welcome\n",
"on a smaller scale: Simply start that conversation by contacting the GeoSMAR organization.\n",
"\n",
"\n",
"## Creating a Jupyter Book\n",
"### Creating a Jupyter Book\n",
"\n",
"\n",
"Navigate the Use Case template repository and click \"use as template\".\n",
Expand All @@ -44,11 +42,20 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
"source": [
"## Oceanography\n",
"\n",
"\n",
"The book is divided into two parts. The first part emphasizes scientific research\n",
"concerning the upper layer of the\n",
"\n",
"\n",
"\n",
"\n",
"\n"
]
}
],
"metadata": {
Expand Down
1 change: 1 addition & 0 deletions book/chapters/1.1oceanscience.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"<br> [Ryan Abernathy's Introduction to Physical Oceanography](https://rabernat.github.io/intro_to_physical_oceanography/intro.html#)\n",
"\n",
"\n",
"\n",
"# Ocean Science\n",
"\n",
"\n",
Expand Down
2,362 changes: 2,362 additions & 0 deletions book/chapters/1.2.1epipelargosy.ipynb

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions book/chapters/1.2.2current.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "05f3da50-e65c-4be0-b827-45fc3c9818df",
"metadata": {},
"source": [
"# Current\n",
"\n",
"Let's define some observational concepts.\n",
"\n",
"***Observation structure***: A high-confidence (i.e. real physical) anomaly\n",
"at the observing site.\n",
"\n",
"\n",
"***Persistence***: Epipelagic observational structure visible as a \n",
"distinct onset -- persistence -- termination episode."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "cc2d5d4d-5072-4f6e-992d-dabd2ff831a4",
"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"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
1,633 changes: 0 additions & 1,633 deletions book/chapters/1.2epipelargosy.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion book/chapters/1.3anomaly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
14 changes: 13 additions & 1 deletion book/chapters/2.6resources.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,20 @@
"This chapter provides some pathways for learning more about ocean science.\n",
"\n",
"\n",
"- [Introduction to Physical Oceanography by Ryan Abernathy](https://rabernat.github.io/intro_to_physical_oceanography/intro.html#)"
"## Oceanography learning sites\n",
"\n",
"- [Introduction to Physical Oceanography by Ryan Abernathy](https://rabernat.github.io/intro_to_physical_oceanography/intro.html#)\n",
"- [Ocean Carbon and Biogeochemistry](https://www.us-ocb.org/)\n",
"- [Regional Cabled Array (University of Washington)](https://interactiveoceans.washington.edu)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ad36906b-6e00-427e-ba2d-4f8adbf34e93",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 10077db

Please sign in to comment.