-
Notifications
You must be signed in to change notification settings - Fork 1
/
people.html
754 lines (655 loc) · 35.6 KB
/
people.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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!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>Group Members — 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="Participation Guide" href="guide.html" />
<link rel="prev" title="Climate Data Science Lab" href="cds_lab.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="index.html">
<!-- `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="current 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 current active">
<a class="current reference internal" href="#">
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/people.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/people.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="#principal-investigator">
Principal Investigator
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#ryan-abernathey">
Ryan Abernathey
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#research-scientists">
Research Scientists
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#julius-busecke">
Julius Busecke
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#dhruv-balwada">
Dhruv Balwada
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#software-engineers">
Software Engineers
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#tom-nicholas">
Tom Nicholas
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#charles-stern">
Charles Stern
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#postdocs">
Postdocs
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#paige-martin">
Paige Martin
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#grad-students">
Grad Students
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#shanice-bailey">
Shanice Bailey
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#christopher-dupuis">
Christopher Dupuis
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#mochi">
Mochi
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#undergrad-students">
Undergrad Students
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#zoe-johnson">
Zoe Johnson
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#alumni">
Alumni
</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>Group Members</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="#principal-investigator">
Principal Investigator
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#ryan-abernathey">
Ryan Abernathey
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#research-scientists">
Research Scientists
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#julius-busecke">
Julius Busecke
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#dhruv-balwada">
Dhruv Balwada
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#software-engineers">
Software Engineers
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#tom-nicholas">
Tom Nicholas
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#charles-stern">
Charles Stern
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#postdocs">
Postdocs
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#paige-martin">
Paige Martin
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#grad-students">
Grad Students
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#shanice-bailey">
Shanice Bailey
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#christopher-dupuis">
Christopher Dupuis
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#mochi">
Mochi
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#undergrad-students">
Undergrad Students
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
<a class="reference internal nav-link" href="#zoe-johnson">
Zoe Johnson
</a>
</li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#alumni">
Alumni
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<main id="main-content" role="main">
<div>
<section id="group-members">
<h1>Group Members<a class="headerlink" href="#group-members" title="Permalink to this headline">#</a></h1>
<section id="principal-investigator">
<h2>Principal Investigator<a class="headerlink" href="#principal-investigator" title="Permalink to this headline">#</a></h2>
<section id="ryan-abernathey">
<h3>Ryan Abernathey<a class="headerlink" href="#ryan-abernathey" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/ryan.jpg"><img alt="Ryan Abernathey" class="biopic" src="_images/ryan.jpg" style="width: 200px;" /></a>
<p><a class="reference external" href="mailto:rpa%40ldeo.columbia.edu">rpa<span>@</span>ldeo<span>.</span>columbia<span>.</span>edu</a></p>
<img alt="Pronouns" src="https://img.shields.io/static/v1?label=pronouns&message=he/him&color=red&style=flat-square" />
<a class="reference external image-reference" href="https://orcid.org/0000-0001-5999-4917"><img alt="ORCID Profile" src="https://img.shields.io/static/v1?label=ORCID&message=0000-0001-5999-4917&color=green&style=flat-square&logo=orcid" /></a>
<a class="reference external image-reference" href="https://scholar.google.com/citations?user=t1lmjVkAAAAJ"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=Google%20Scholar&color=gray&style=flat-square&logo=google-scholar" /></a>
<a class="reference external image-reference" href="http://github.com/rabernat"><img alt="GitHub Profile" src="https://img.shields.io/github/followers/rabernat?label=Github&logo=github&style=flat-square" /></a>
<a class="reference external image-reference" href="https://twitter.com/rabernat"><img alt="Twitter" src="https://img.shields.io/twitter/follow/rabernat?logo=twitter&style=flat-square" /></a>
<a class="reference external image-reference" href="https://www.linkedin.com/in/ryan-abernathey-32a70652"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=LinkedIn&color=0077B5&style=flat-square&logo=linkedin" /></a>
<a class="reference external image-reference" href="http://github.com/rabernat"><img alt="Website" src="https://img.shields.io/website?style=flat-square&url=http%3A//github.com/rabernat" /></a>
<p>Ryan is the principal investigator for the Ocean Transport Group. Besides all the science stuff described here, Ryan enjoys spending time with his young son, playing the fiddle, and spending time in the mountains.</p>
</section>
</section>
<section id="research-scientists">
<h2>Research Scientists<a class="headerlink" href="#research-scientists" title="Permalink to this headline">#</a></h2>
<section id="julius-busecke">
<h3>Julius Busecke<a class="headerlink" href="#julius-busecke" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/julius.jpg"><img alt="Julius Busecke" class="biopic" src="_images/julius.jpg" style="width: 200px;" /></a>
<img alt="Pronouns" src="https://img.shields.io/static/v1?label=pronouns&message=he/him&color=red&style=flat-square" />
<a class="reference external image-reference" href="https://orcid.org/0000-0001-8571-865X"><img alt="ORCID Profile" src="https://img.shields.io/static/v1?label=ORCID&message=0000-0001-8571-865X&color=green&style=flat-square&logo=orcid" /></a>
<a class="reference external image-reference" href="https://scholar.google.com/citations?user=nXQo4RkAAAAJ"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=Google%20Scholar&color=gray&style=flat-square&logo=google-scholar" /></a>
<a class="reference external image-reference" href="http://github.com/jbusecke"><img alt="GitHub Profile" src="https://img.shields.io/github/followers/jbusecke?label=Github&logo=github&style=flat-square" /></a>
<a class="reference external image-reference" href="https://twitter.com/JuliusBusecke"><img alt="Twitter" src="https://img.shields.io/twitter/follow/JuliusBusecke?logo=twitter&style=flat-square" /></a>
<a class="reference external image-reference" href="http://www.juliusbusecke.com"><img alt="Website" src="https://img.shields.io/website?style=flat-square&url=http%3A//www.juliusbusecke.com" /></a>
<p>Julius is an assistant research scientist in the Climate Data Science Lab. He is an oceanographer interested in ocean physics and biogeochemistry using a variety of tools and datasets. In his freetime he enjoys photography, biking and climbing.</p>
</section>
<section id="dhruv-balwada">
<h3>Dhruv Balwada<a class="headerlink" href="#dhruv-balwada" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/dhruv.jpg"><img alt="Dhruv Balwada" class="biopic" src="_images/dhruv.jpg" style="width: 200px;" /></a>
<p><a class="reference external" href="mailto:dbalwada%40ldeo.columbia.edu">dbalwada<span>@</span>ldeo<span>.</span>columbia<span>.</span>edu</a></p>
<img alt="Pronouns" src="https://img.shields.io/static/v1?label=pronouns&message=he/him&color=red&style=flat-square" />
<a class="reference external image-reference" href="https://orcid.org/0000-0001-6632-0187"><img alt="ORCID Profile" src="https://img.shields.io/static/v1?label=ORCID&message=0000-0001-6632-0187&color=green&style=flat-square&logo=orcid" /></a>
<a class="reference external image-reference" href="https://scholar.google.com/citations?user=e_C8ZrkAAAAJ&hl"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=Google%20Scholar&color=gray&style=flat-square&logo=google-scholar" /></a>
<a class="reference external image-reference" href="http://github.com/dhruvbalwada"><img alt="GitHub Profile" src="https://img.shields.io/github/followers/dhruvbalwada?label=Github&logo=github&style=flat-square" /></a>
<a class="reference external image-reference" href="https://twitter.com/BalwadaDhruv"><img alt="Twitter" src="https://img.shields.io/twitter/follow/BalwadaDhruv?logo=twitter&style=flat-square" /></a>
<a class="reference external image-reference" href="https://dhruvbalwada.github.io/"><img alt="Website" src="https://img.shields.io/website?style=flat-square&url=https%3A//dhruvbalwada.github.io/" /></a>
<p>Dhruv is an assistant research scientist in the Ocean Transport Group and is also associated with [M2LInES](<a class="reference external" href="https://m2lines.github.io">https://m2lines.github.io</a>). He studies stirring, mixing, and multi-scale interactions in the ocean, with the goal of improving our fundamental understanding and parameterizations of ocean turbulence. Dhruv enjoys being physically active; learning about cognitive science, human experience, and economics through podcasts and books; and sometimes tries to pursue fun and happiness.</p>
</section>
</section>
<section id="software-engineers">
<h2>Software Engineers<a class="headerlink" href="#software-engineers" title="Permalink to this headline">#</a></h2>
<section id="tom-nicholas">
<h3>Tom Nicholas<a class="headerlink" href="#tom-nicholas" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/tom.jpg"><img alt="Tom Nicholas" class="biopic" src="_images/tom.jpg" style="width: 200px;" /></a>
<p><a class="reference external" href="mailto:thomas.nicholas%40columbia.edu">thomas<span>.</span>nicholas<span>@</span>columbia<span>.</span>edu</a></p>
<img alt="Pronouns" src="https://img.shields.io/static/v1?label=pronouns&message=he/him&color=red&style=flat-square" />
<a class="reference external image-reference" href="http://github.com/TomNicholas"><img alt="GitHub Profile" src="https://img.shields.io/github/followers/TomNicholas?label=Github&logo=github&style=flat-square" /></a>
<a class="reference external image-reference" href="https://twitter.com/TEGNicholas"><img alt="Twitter" src="https://img.shields.io/twitter/follow/TEGNicholas?logo=twitter&style=flat-square" /></a>
<a class="reference external image-reference" href="https://www.linkedin.com/in/tom-nicholas"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=LinkedIn&color=0077B5&style=flat-square&logo=linkedin" /></a>
<a class="reference external image-reference" href="http://tom-nicholas.com"><img alt="Website" src="https://img.shields.io/website?style=flat-square&url=http%3A//tom-nicholas.com" /></a>
<p>Tom is a research software engineer in the Climate Data Science Lab. He is keen to improve the software tools available to all scientists. His interests include climate activism, playing his guitar, and gymnastics.</p>
</section>
<section id="charles-stern">
<h3>Charles Stern<a class="headerlink" href="#charles-stern" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/charles.jpg"><img alt="Charles Stern" class="biopic" src="_images/charles.jpg" style="width: 200px;" /></a>
<p><a class="reference external" href="mailto:cstern%40ldeo.columbia.edu">cstern<span>@</span>ldeo<span>.</span>columbia<span>.</span>edu</a></p>
<img alt="Pronouns" src="https://img.shields.io/static/v1?label=pronouns&message=he/him&color=red&style=flat-square" />
<a class="reference external image-reference" href="http://github.com/cisaacstern"><img alt="GitHub Profile" src="https://img.shields.io/github/followers/cisaacstern?label=Github&logo=github&style=flat-square" /></a>
<a class="reference external image-reference" href="https://twitter.com/charlesstern"><img alt="Twitter" src="https://img.shields.io/twitter/follow/charlesstern?logo=twitter&style=flat-square" /></a>
<a class="reference external image-reference" href="https://www.linkedin.com/in/charles-stern-ab965b29"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=LinkedIn&color=0077B5&style=flat-square&logo=linkedin" /></a>
<a class="reference external image-reference" href="https://cisaacstern.github.io"><img alt="Website" src="https://img.shields.io/website?style=flat-square&url=https%3A//cisaacstern.github.io" /></a>
<p>Charles is a Data Infrastructure Engineer working on Pangeo Forge. He is endlessly curious about elegant, open-source tools that help us understand our changing planet. Charles loves exploring in the mountains and tinkering with anything electronic or mechanical.</p>
</section>
</section>
<section id="postdocs">
<h2>Postdocs<a class="headerlink" href="#postdocs" title="Permalink to this headline">#</a></h2>
<section id="paige-martin">
<h3>Paige Martin<a class="headerlink" href="#paige-martin" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/paige.jpg"><img alt="Paige Martin" class="biopic" src="_images/paige.jpg" style="width: 200px;" /></a>
<p><a class="reference external" href="mailto:pmartin%40ldeo.columbia.edu">pmartin<span>@</span>ldeo<span>.</span>columbia<span>.</span>edu</a></p>
<img alt="Pronouns" src="https://img.shields.io/static/v1?label=pronouns&message=she/her&color=red&style=flat-square" />
<a class="reference external image-reference" href="https://orcid.org/0000-0003-3538-633X"><img alt="ORCID Profile" src="https://img.shields.io/static/v1?label=ORCID&message=0000-0003-3538-633X&color=green&style=flat-square&logo=orcid" /></a>
<a class="reference external image-reference" href="http://github.com/paigem"><img alt="GitHub Profile" src="https://img.shields.io/github/followers/paigem?label=Github&logo=github&style=flat-square" /></a>
<a class="reference external image-reference" href="https://twitter.com/SciencePaige"><img alt="Twitter" src="https://img.shields.io/twitter/follow/SciencePaige?logo=twitter&style=flat-square" /></a>
<a class="reference external image-reference" href="https://www.linkedin.com/in/paige-martin-phd"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=LinkedIn&color=0077B5&style=flat-square&logo=linkedin" /></a>
<a class="reference external image-reference" href="https://paigem.github.io"><img alt="Website" src="https://img.shields.io/website?style=flat-square&url=https%3A//paigem.github.io" /></a>
<p>Paige is a postdoc in the Climate Data Science Lab. She uses Python and open-source tools to study coupled ocean-atmosphere dynamics, and is involved in many capacity sharing activities to promote open science. Paige also enjoys doing musical theater, aerial arts, and handstands.</p>
</section>
</section>
<section id="grad-students">
<h2>Grad Students<a class="headerlink" href="#grad-students" title="Permalink to this headline">#</a></h2>
<section id="shanice-bailey">
<h3>Shanice Bailey<a class="headerlink" href="#shanice-bailey" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/shanice.jpeg"><img alt="Shanice Bailey" class="biopic" src="_images/shanice.jpeg" style="width: 200px;" /></a>
<p><a class="reference external" href="mailto:stb2145%40columbia.edu">stb2145<span>@</span>columbia<span>.</span>edu</a></p>
<img alt="Pronouns" src="https://img.shields.io/static/v1?label=pronouns&message=she/her&color=red&style=flat-square" />
<a class="reference external image-reference" href="https://orcid.org/0000-0002-8176-9465"><img alt="ORCID Profile" src="https://img.shields.io/static/v1?label=ORCID&message=0000-0002-8176-9465&color=green&style=flat-square&logo=orcid" /></a>
<a class="reference external image-reference" href="http://github.com/stb2145"><img alt="GitHub Profile" src="https://img.shields.io/github/followers/stb2145?label=Github&logo=github&style=flat-square" /></a>
<a class="reference external image-reference" href="https://www.linkedin.com/in/shanice-bailey-85980b75"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=LinkedIn&color=0077B5&style=flat-square&logo=linkedin" /></a>
<a class="reference external image-reference" href="https://shanicetbailey.github.io/"><img alt="Website" src="https://img.shields.io/website?style=flat-square&url=https%3A//shanicetbailey.github.io/" /></a>
<p>Shanice is a graduate student in the Ocean Transport Group. She currently studies bottom water formation and the internal dynamics of the Weddell Gyre. Shanice also enjoys boxing, hiking, and watching documentaries.</p>
</section>
<section id="christopher-dupuis">
<h3>Christopher Dupuis<a class="headerlink" href="#christopher-dupuis" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/chris.jpg"><img alt="Christopher Dupuis" class="biopic" src="_images/chris.jpg" style="width: 200px;" /></a>
<p><a class="reference external" href="mailto:cd3207%40columbia.edu">cd3207<span>@</span>columbia<span>.</span>edu</a></p>
<img alt="Pronouns" src="https://img.shields.io/static/v1?label=pronouns&message=he/him&color=red&style=flat-square" />
<a class="reference external image-reference" href="https://orcid.org/0000-0001-5999-4917"><img alt="ORCID Profile" src="https://img.shields.io/static/v1?label=ORCID&message=0000-0001-5999-4917&color=green&style=flat-square&logo=orcid" /></a>
<a class="reference external image-reference" href="https://scholar.google.com/citations?user=1BBq4wcAAAAJ"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=Google%20Scholar&color=gray&style=flat-square&logo=google-scholar" /></a>
<a class="reference external image-reference" href="http://github.com/cmdupuis3"><img alt="GitHub Profile" src="https://img.shields.io/github/followers/cmdupuis3?label=Github&logo=github&style=flat-square" /></a>
<a class="reference external image-reference" href="https://www.linkedin.com/in/christopher-dupuis-a2207a9b"><img alt="Google Scholar" src="https://img.shields.io/static/v1?label=&message=LinkedIn&color=0077B5&style=flat-square&logo=linkedin" /></a>
<p>Chris is a graduate student in the Ocean Transport Group, studying Applied Math. He is currently studying neural network methods for ocean surface currents. He also has extensive experience with PCA methods and scientific software development. Chris likes long road trips, exploring new places, bad horror movies, and underground music scenes.</p>
</section>
<section id="mochi">
<h3>Mochi<a class="headerlink" href="#mochi" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/mochi.jpeg"><img alt="Mochi" class="biopic" src="_images/mochi.jpeg" style="width: 200px;" /></a>
<p>Mochi is the Ocean Transport Group’s adorable mascot. He recently discovered his love of the ocean when visiting Woods Hole. Now, Mochi studies surface waves and the ducks that float on them. When he’s not in the water trying to collect duck samples or in the office working hard for treats, he loves to go for long car rides and be on the trails.</p>
</section>
</section>
<section id="undergrad-students">
<h2>Undergrad Students<a class="headerlink" href="#undergrad-students" title="Permalink to this headline">#</a></h2>
<section id="zoe-johnson">
<h3>Zoe Johnson<a class="headerlink" href="#zoe-johnson" title="Permalink to this headline">#</a></h3>
<a class="biopic reference internal image-reference" href="_images/zoe2.jpeg"><img alt="Zoe Johnson" class="biopic" src="_images/zoe2.jpeg" style="width: 200px;" /></a>
<p><a class="reference external" href="mailto:zcj2000%40barnard.edu">zcj2000<span>@</span>barnard<span>.</span>edu</a></p>
<img alt="Pronouns" src="https://img.shields.io/static/v1?label=pronouns&message=she/her&color=red&style=flat-square" />
<a class="reference external image-reference" href="https://orcid.org/0000-0001-7658-328X"><img alt="ORCID Profile" src="https://img.shields.io/static/v1?label=ORCID&message=0000-0001-7658-328X&color=green&style=flat-square&logo=orcid" /></a>
<a class="reference external image-reference" href="http://github.com/zoecharlotte47"><img alt="GitHub Profile" src="https://img.shields.io/github/followers/zoecharlotte47?label=Github&logo=github&style=flat-square" /></a>
<p>Zoe is an undergraduate at Barnard College majoring in Physics. She is interested in the mathematical foundations of oceanography and physical sciences, and is excited to be a part of the lab for the summer. In her spare time, she likes to read, watch stand-up comedy, and go bowling.</p>
</section>
</section>
<section id="alumni">
<h2>Alumni<a class="headerlink" href="#alumni" title="Permalink to this headline">#</a></h2>
</section>
<table>
<tr>
<th>Name</th>
<th>Position Here</th>
<th>Position Now</th>
</tr>
<tr>
<td><a href="https://www.hillaryscannell.com/">Hillary Scannell</a></td>
<td>Postdoc, 2020-2021</td>
<td>Data Scientist, Jupiter Intelligence</td>
</tr>
<tr>
<td><a href="https://cspencerjones.github.io/">Spencer Jones</a></td>
<td>Postdoc, 2018-2020; ARS, 2020-2021.</td>
<td>Assistant Professor, Texas A&M University</td>
</tr>
<tr>
<td><a href="">Mu Xu</a></td>
<td>Postdoc, 2018-2021</td>
<td></td>
</tr>
<tr>
<td><a href="">Charles Blackmon-Luca</a></td>
<td>Software Engineer, 2019-2020</td>
<td>Systems Software Engineer at NVIDIA</td>
</tr>
<tr>
<td><a href="">Anirban Sinha</a></td>
<td>Ph.D. Student, 2014-2019</td>
<td>Postdoc, Los-Alamos National Laboratory</td>
</tr>
<tr>
<td><a href="https://roxyboy.github.io/">Takaya Uchida</a></td>
<td>Ph.D. Student, 2014-2019</td>
<td>Postdoc, Université Grenoble Alpes</td>
</tr>
<tr>
<td><a href="">Tongya Liu</a></td>
<td>Visiting Student, 2018-2019</td>
<td>Ph.D. student, Zhejiang University</td>
</tr>
<tr>
<td><a href="https://www.sjoerdgroeskamp.com">Sjoerd Groeskamp</a></td>
<td>Postdoc, 2014-2016</td>
<td>Assistant Professor, Royal Netherlands Institute for Sea Research/ NIOZ</td>
</tr>
</table></section>
</div>
</main>
<footer class="footer-article noprint">
<!-- Previous / next buttons -->
<div class='prev-next-area'>
<a class='left-prev' id="prev-link" href="cds_lab.html" title="previous page">
<i class="fas fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Climate Data Science Lab</p>
</div>
</a>
<a class='right-next' id="next-link" href="guide.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Participation Guide</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>