Skip to content

Commit

Permalink
cred 2
Browse files Browse the repository at this point in the history
  • Loading branch information
robfatland committed Jul 29, 2024
1 parent ec8e8ff commit bfa3e3f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
10 changes: 9 additions & 1 deletion book/chapters/documentation.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "54b160b3-99a6-4f6c-8792-85c274099668",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"id": "4d7c8b16-459a-46af-a19d-ab7152535c69",
Expand Down Expand Up @@ -3937,7 +3945,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
10 changes: 9 additions & 1 deletion book/chapters/epipelargosy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
"salinity, chlorophyll fluorescence and so on. \n",
"```\n",
"\n",
"<BR>\n",
"<img src=\"./../img/shallowprofilerinsitu.png\" style=\"float: left;\" alt=\"drawing\" width=\"600\"/>\n",
"<div style=\"clear: left\">\n",
"<BR>\n",
"\n",
"\n",
"\n",
"\n",
"The shallow profiler platform resides at a site (i.e. a geographic location).\n",
"Sites are in turn wired together by means of cables resting on the sea floor.\n",
"The result is an enormous undersea observatory called the Regional Cabled Array (RCA). \n",
Expand Down Expand Up @@ -174,7 +182,7 @@
{
"data": {
"text/plain": [
"dict_keys(['conductivity', 'density', 'salinity', 'temp', 'chlora', 'backscatter', 'fdom', 'nitrate', 'pco2', 'do', 'ph', 'up', 'east', 'north'])"
"dict_keys([])"
]
},
"execution_count": 3,
Expand Down
27 changes: 26 additions & 1 deletion book/chapters/ocean_science.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"> But I now leave my cetological System standing thus unfinished, even as the great Cathedral of Cologne was left, with the crane still standing upon the top of the uncompleted tower. \\[For small monuments\\] may be finished by their first architects; grand ones, true ones, ever leave the copestone to posterity. God keep me from ever completing anything. This whole book is but a draught—nay, but the draught of a draught. Oh, Time, Strength, Cash, and Patience! <br><br> -Herman Melville\n",
"\n",
"\n",
"***Temporary note: Until image inclusion is resolved for Jupyter notebooks *and* the Jupyter Book\n",
"I will resort to a double-load.***\n",
"\n",
"\n",
"```{figure} ../img/revelle.jpg\n",
"---\n",
Expand All @@ -24,6 +27,11 @@
"Research Vessel Revelle (Scripps)\n",
"```\n",
"\n",
"<BR>\n",
"<img src=\"./../img/revelle.jpg\" style=\"float: left;\" alt=\"drawing\" width=\"600\"/>\n",
"<div style=\"clear: left\">\n",
"<BR>\n",
"\n",
"## Science basis\n",
"\n",
"\n",
Expand Down Expand Up @@ -319,6 +327,11 @@
"```\n",
"\n",
"\n",
"<BR>\n",
"<img src=\"./../img/ABCOST_signals_vs_depth_and_time.png\" style=\"float: left;\" alt=\"drawing\" width=\"600\"/>\n",
"<div style=\"clear: left\">\n",
"<BR>\n",
"\n",
"\n",
"```{figure} ../img/Sphyrna_mokarran.png\n",
"---\n",
Expand All @@ -327,7 +340,12 @@
"---\n",
"Apex predator: Great hammerhead shark (Sphyrna mokarran)\n",
"```\n",
" \n",
"\n",
"<BR>\n",
"<img src=\"./../img/Sphyrna_mokarran.png\" style=\"float: left;\" alt=\"drawing\" width=\"600\"/>\n",
"<div style=\"clear: left\">\n",
"<BR>\n",
"\n",
"\n",
"Example predation stages related to the hammerhead shark: \n",
"\n",
Expand Down Expand Up @@ -406,6 +424,13 @@
"Shallow profiler deployed at 200 meters depth, eastern Pacific ocean\n",
"```\n",
"\n",
" \n",
"<BR>\n",
"<img src=\"./../img/shallowprofilerinsitu.png\" style=\"float: left;\" alt=\"drawing\" width=\"600\"/>\n",
"<div style=\"clear: left\">\n",
"<BR>\n",
"\n",
"\n",
"\n",
"Profile stage times in minutes\n",
" \n",
Expand Down

0 comments on commit bfa3e3f

Please sign in to comment.