-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
432 lines (342 loc) · 14.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>LDEO Ocean Transport Group — LDEO Ocean Transport Group</title>
<!-- Loaded before other Sphinx assets -->
<link href="_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
<link href="_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
<link rel="stylesheet"
href="_static/vendor/fontawesome/5.13.0/css/all.min.css">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" href="_static/styles/sphinx-book-theme.css?digest=62ba249389abaaa9ffc34bf36a076bdc1d65ee18" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/scripts/sphinx-book-theme.js?digest=f31d14ad54b65d19161ba51d4ffff3a77ae00456"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Research" href="research.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">
<!-- Google Analytics -->
</head>
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="60">
<!-- Checkboxes to toggle the left sidebar -->
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle navigation sidebar">
<label class="overlay overlay-navbar" for="__navigation">
<div class="visually-hidden">Toggle navigation sidebar</div>
</label>
<!-- Checkboxes to toggle the in-page toc -->
<input type="checkbox" class="sidebar-toggle" name="__page-toc" id="__page-toc" aria-label="Toggle in-page Table of Contents">
<label class="overlay overlay-pagetoc" for="__page-toc">
<div class="visually-hidden">Toggle in-page Table of Contents</div>
</label>
<!-- Headers at the top -->
<div class="announcement header-item noprint"></div>
<div class="header header-item noprint"></div>
<div class="container-fluid" id="banner"></div>
<div class="container-xl">
<div class="row">
<!-- Sidebar -->
<div class="bd-sidebar noprint" id="site-navigation">
<div class="bd-sidebar__content">
<div class="bd-sidebar__top"><div class="navbar-brand-box">
<a class="navbar-brand text-wrap" href="#">
<!-- `logo` is deprecated in Sphinx 4.0, so remove this when we stop supporting 3 -->
<img src="_static/otg_logo_blue.svg" class="logo" alt="logo">
<h1 class="site-logo" id="site-title">LDEO Ocean Transport Group</h1>
</a>
</div><form class="bd-search d-flex align-items-center" action="search.html" method="get">
<i class="icon fas fa-search"></i>
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" >
</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main">
<div class="bd-toc-item active">
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="research.html">
Research
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="teaching.html">
Teaching
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="cds_lab.html">
Climate Data Science Lab
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="people.html">
Group Members
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="guide.html">
Participation Guide
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="publications.html">
Publications
</a>
</li>
</ul>
</div>
</nav></div>
<div class="bd-sidebar__bottom">
<!-- To handle the deprecated key -->
<div class="navbar_extra_footer">
Theme by the <a href="https://ebp.jupyterbook.org">Executable Book Project</a>
</div>
</div>
</div>
<div id="rtd-footer-container"></div>
</div>
<!-- A tiny helper pixel to detect if we've scrolled -->
<div class="sbt-scroll-pixel-helper"></div>
<!-- Main content -->
<div class="col py-0 content-container">
<div class="header-article row sticky-top noprint">
<div class="col py-1 d-flex header-article-main">
<div class="header-article__left">
<label for="__navigation"
class="headerbtn"
data-toggle="tooltip"
data-placement="right"
title="Toggle navigation"
>
<span class="headerbtn__icon-container">
<i class="fas fa-bars"></i>
</span>
</label>
</div>
<div class="header-article__right">
<button onclick="toggleFullScreen()"
class="headerbtn"
data-toggle="tooltip"
data-placement="bottom"
title="Fullscreen mode"
>
<span class="headerbtn__icon-container">
<i class="fas fa-expand"></i>
</span>
</button>
<div class="menu-dropdown menu-dropdown-repository-buttons">
<button class="headerbtn menu-dropdown__trigger"
aria-label="Source repositories">
<i class="fab fa-github"></i>
</button>
<div class="menu-dropdown__content">
<ul>
<li>
<a href="https://github.com/ocean-transport/group-website"
class="headerbtn"
data-toggle="tooltip"
data-placement="left"
title="Source repository"
>
<span class="headerbtn__icon-container">
<i class="fab fa-github"></i>
</span>
<span class="headerbtn__text-container">repository</span>
</a>
</li>
<li>
<a href="https://github.com/ocean-transport/group-website/edit/master/index.rst"
class="headerbtn"
data-toggle="tooltip"
data-placement="left"
title="Edit this page"
>
<span class="headerbtn__icon-container">
<i class="fas fa-pencil-alt"></i>
</span>
<span class="headerbtn__text-container">suggest edit</span>
</a>
</li>
</ul>
</div>
</div>
<div class="menu-dropdown menu-dropdown-download-buttons">
<button class="headerbtn menu-dropdown__trigger"
aria-label="Download this page">
<i class="fas fa-download"></i>
</button>
<div class="menu-dropdown__content">
<ul>
<li>
<a href="_sources/index.rst.txt"
class="headerbtn"
data-toggle="tooltip"
data-placement="left"
title="Download source file"
>
<span class="headerbtn__icon-container">
<i class="fas fa-file"></i>
</span>
<span class="headerbtn__text-container">.rst</span>
</a>
</li>
<li>
<button onclick="printPdf(this)"
class="headerbtn"
data-toggle="tooltip"
data-placement="left"
title="Print to PDF"
>
<span class="headerbtn__icon-container">
<i class="fas fa-file-pdf"></i>
</span>
<span class="headerbtn__text-container">.pdf</span>
</button>
</li>
</ul>
</div>
</div>
<label for="__page-toc"
class="headerbtn headerbtn-page-toc"
>
<span class="headerbtn__icon-container">
<i class="fas fa-list"></i>
</span>
</label>
</div>
</div>
<!-- Table of contents -->
<div class="col-md-3 bd-toc show noprint">
<div class="tocsection onthispage pt-5 pb-3">
<i class="fas fa-list"></i> Contents
</div>
<nav id="bd-toc-nav" aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#website-contents">
Website Contents
</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="article row">
<div class="col pl-md-3 pl-lg-5 content-container">
<!-- Table of contents that is only displayed when printing the page -->
<div id="jb-print-docs-body" class="onlyprint">
<h1>LDEO Ocean Transport Group</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">
<div>
<h2> Contents </h2>
</div>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#website-contents">
Website Contents
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<main id="main-content" role="main">
<div>
<section id="ldeo-ocean-transport-group">
<h1>LDEO Ocean Transport Group<a class="headerlink" href="#ldeo-ocean-transport-group" title="Permalink to this headline">#</a></h1>
<p>Welcome to the LDEO Ocean Transport Group Website!</p>
<p><em>The mission of the Ocean Transport Group is to advance scientific understanding
of how stuff moves around the ocean and how this transport influences Earth’s
large-scale climate and ecosystems.</em></p>
<p>We are located at <a class="reference external" href="http://ldeo.columbia.edu">Lamont Doherty Earth Observatory</a> of <a class="reference external" href="https://www.columbia.edu">Columbia University</a>.
We are also affiliated with the Columbia <a class="reference external" href="https://datascience.columbia.edu">Data Science Institute</a>.</p>
<div style='padding:56.25% 0 0 0;position:relative;'><iframe src='https://vimeo.com/showcase/6545625/embed' allowfullscreen frameborder='0' style='position:absolute;top:0;left:0;width:100%;height:100%;'></iframe></div><a class="twitter-timeline" data-height="800" href="https://twitter.com/rabernat?ref_src=twsrc%5Etfw">Tweets by rabernat</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script><section id="website-contents">
<h2>Website Contents<a class="headerlink" href="#website-contents" title="Permalink to this headline">#</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="research.html">Research</a><ul>
<li class="toctree-l2"><a class="reference internal" href="research.html#ocean-circulation-and-mixing">Ocean Circulation and Mixing</a></li>
<li class="toctree-l2"><a class="reference internal" href="research.html#mesoscale-dynamics">Mesoscale Dynamics</a></li>
<li class="toctree-l2"><a class="reference internal" href="research.html#southern-ocean-and-climate">Southern Ocean and Climate</a></li>
<li class="toctree-l2"><a class="reference internal" href="research.html#big-data-analysis">Big Data Analysis</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="teaching.html">Teaching</a><ul>
<li class="toctree-l2"><a class="reference internal" href="teaching.html#research-computing-in-earth-science">Research Computing in Earth Science</a></li>
<li class="toctree-l2"><a class="reference internal" href="teaching.html#introduction-to-physical-oceanography">Introduction to Physical Oceanography</a></li>
<li class="toctree-l2"><a class="reference internal" href="teaching.html#geophysical-fluid-dynamics">Geophysical Fluid Dynamics</a></li>
<li class="toctree-l2"><a class="reference internal" href="teaching.html#ocean-dynamics">Ocean Dynamics</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="cds_lab.html">Climate Data Science Lab</a><ul>
<li class="toctree-l2"><a class="reference internal" href="cds_lab.html#motivation-and-goals">Motivation and Goals</a></li>
<li class="toctree-l2"><a class="reference internal" href="cds_lab.html#lab-structure">Lab Structure</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="people.html">Group Members</a><ul>
<li class="toctree-l2"><a class="reference internal" href="people.html#principal-investigator">Principal Investigator</a></li>
<li class="toctree-l2"><a class="reference internal" href="people.html#research-scientists">Research Scientists</a></li>
<li class="toctree-l2"><a class="reference internal" href="people.html#software-engineers">Software Engineers</a></li>
<li class="toctree-l2"><a class="reference internal" href="people.html#postdocs">Postdocs</a></li>
<li class="toctree-l2"><a class="reference internal" href="people.html#grad-students">Grad Students</a></li>
<li class="toctree-l2"><a class="reference internal" href="people.html#undergrad-students">Undergrad Students</a></li>
<li class="toctree-l2"><a class="reference internal" href="people.html#alumni">Alumni</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="guide.html">Participation Guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="guide.html#update-2020-09">Update 2020-09</a></li>
<li class="toctree-l2"><a class="reference internal" href="guide.html#core-principles">Core Principles</a></li>
<li class="toctree-l2"><a class="reference internal" href="guide.html#respect-others-code-of-conduct">Respect Others: Code of Conduct</a></li>
<li class="toctree-l2"><a class="reference internal" href="guide.html#work-hard-roles-and-expectations">Work Hard: Roles and Expectations</a></li>
<li class="toctree-l2"><a class="reference internal" href="guide.html#communication">Communication</a></li>
<li class="toctree-l2"><a class="reference internal" href="guide.html#self-care">Self Care</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="publications.html">Publications</a></li>
</ul>
</div>
</section>
</section>
</div>
</main>
<footer class="footer-article noprint">
<!-- Previous / next buttons -->
<div class='prev-next-area'>
<a class='right-next' id="next-link" href="research.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Research</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
</div>
</footer>
</div>
</div>
<div class="footer-content row">
<footer class="col footer"><p>
By Ryan Abernathey<br/>
© Copyright 2019-2022, Ryan Abernathey.<br/>
</p>
</footer>
</div>
</div>
</div>
</div>
<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf"></script>
</body>
</html>