-
Notifications
You must be signed in to change notification settings - Fork 0
/
updates.html
543 lines (478 loc) · 35.7 KB
/
updates.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>updates.utf8</title>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<link rel="stylesheet" href="updates.css" type="text/css" />
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 51px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 56px;
margin-top: -56px;
}
.section h2 {
padding-top: 56px;
margin-top: -56px;
}
.section h3 {
padding-top: 56px;
margin-top: -56px;
}
.section h4 {
padding-top: 56px;
margin-top: -56px;
}
.section h5 {
padding-top: 56px;
margin-top: -56px;
}
.section h6 {
padding-top: 56px;
margin-top: -56px;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="research.html">Research</a>
</li>
<li>
<a href="updates.html">Updates</a>
</li>
<li>
<a href="waterpage.html">Current Water Conditions</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="files/Gorski_CV.pdf">CV</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://github.com/galengorski">
<span class="fa fa-github fa-lg"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
</div>
<p><br> <br> <br> <br></p>
<div id="updates" class="section level1">
<h1>Updates</h1>
<p><br> <br> <br> <br> <br> <br> <br></p>
<hr />
<p><br> <br> <br clear="all"></p>
<div id="section" class="section level2">
<h2>3/30/2021</h2>
<div style="float:right; width:35%; height = 80px; margin-left: 20px;">
<div class="figure">
<img src="images/LSTM3-var-GRU.jpeg" alt="" />
<p class="caption"><a href="https://colah.github.io/posts/2015-08-Understanding-LSTMs/"><em>Colah’s blog</em></a></p>
</div>
</div>
<div id="as-part-of-my-postdoc-project-i-have-become-very-interested-in-different-machine-learning-techniques-for-time-series-predictions-and-forecasting.-the-technique-getting-the-most-buzz-right-now-in-the-hydrology-world-is-called-long-short-term-memory-lstm-for-short.-as-far-as-i-can-tell-this-study-by-kratzert-et-al-was-one-of-the-papers-that-really-kicked-it-off.-although-the-algorithm-was-initially-developed-for-natural-language-processing-think-speech-recognition-and-translation-it-has-natural-application-to-hydrology-too.-the-reason-is-because-as-the-name-suggests-it-is-able-to-store-information-from-both-long-ago-and-more-recent-history-to-make-predictions.-this-is-helpful-when-for-example-snow-that-fell-several-months-ago-is-melting-and-contributing-to-streamflow-today.-conceptually-it-makes-a-lot-of-sense-but-it-can-be-difficult-to-dive-into-the-nitty-gritty-especially-if-youre-a-relative-beginner-like-me.-here-are-some-resources-and-blog-posts-that-i-have-found-particularly-helpful" class="section level4">
<h4>As part of my postdoc project, I have become very interested in different machine learning techniques for time series predictions and forecasting. The technique getting the most buzz right now in the hydrology world is called Long Short-Term Memory (LSTM for short). As far as I can tell <a href="https://hess.copernicus.org/articles/22/6005/2018/"><em>this study by Kratzert et al</em></a> was one of the papers that really kicked it off. Although the algorithm was initially developed for natural language processing (think speech recognition and translation), it has natural application to hydrology too. The reason is because, as the name suggests, it is able to store information from both long ago and more recent history to make predictions. This is helpful when for example, snow that fell several months ago is melting and contributing to streamflow today. Conceptually it makes a lot of sense, but it can be difficult to dive into the nitty gritty, especially if you’re a relative beginner like me. Here are some resources and blog posts that I have found particularly helpful:</h4>
<ul>
<li>Blog posts that do a nice job of building LSTMs inuition off of recurrent neural networks:
<ul>
<li><a href="http://karpathy.github.io/2015/05/21/rnn-effectiveness/"><em>karpathy blog</em></a></li>
<li><a href="https://colah.github.io/posts/2015-08-Understanding-LSTMs/"><em>Colah’s blog</em></a></li>
<li><a href="https://machinelearningmastery.com/gentle-introduction-long-short-term-memory-networks-experts/"><em>machine learning mastery</em></a></li>
</ul></li>
<li>A nice example from <a href="https://cnvrg.io/pytorch-lstm/"><em>cnvrg.io</em></a> that works through the gates step by step and then goes through the implementation on pytorch.</li>
<li>A nice application to streamflow forecasting: <a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2019WR026793"><em>Feng et al. in Water Resources Research</em></a></li>
</ul>
<p><br> <br> <br clear="all"></p>
</div>
</div>
<div id="section-1" class="section level2">
<h2>1/31/2021</h2>
<div style="float:left; width:35%; height = 80px; margin-right: 20px;">
<p><img src="images/berkeley.jpeg" /></p>
</div>
<div id="i-feel-really-luck-to-start-an-incredible-postdoc-position-this-month.-im-working-in-dr.-laurel-larsens-lab-at-uc-berkeley-in-the-department-of-geography.-her-group-conducts-research-across-a-broad-range-of-topics-from-landslide-iniaition-proceses-to-sediment-particle-dynamics-to-watershed-modeling.-i-will-be-working-with-long-term-datasets-of-flow-and-instream-solutes-to-develop-data-driven-models-of-watershed-function-and-nutrient-dynamics.-im-hoping-to-apply-methods-from-machine-learning-and-information-theory-to-characterize-and-predict-watershed-behavior.-ill-be-doing-the-postdoc-remotely-from-washington-d.c.-but-its-still-cool-to-be-a-part-of-uc-berkeley." class="section level4">
<h4>I feel really luck to start an incredible postdoc position this month. I’m working in <a href="http://www.esdlberkeley.com/"><em>Dr. Laurel Larsen’s</em></a> lab at UC Berkeley in the Department of Geography. Her group conducts research across a broad range of topics from landslide iniaition proceses, to sediment particle dynamics, to watershed modeling. I will be working with long term datasets of flow and instream solutes to develop data driven models of watershed function and nutrient dynamics. I’m hoping to apply methods from machine learning and information theory to characterize and predict watershed behavior. I’ll be doing the postdoc remotely from Washington D.C., but it’s still cool to be a part of UC Berkeley.</h4>
<p><br> <br> <br clear="all"></p>
</div>
</div>
<div id="section-2" class="section level2">
<h2>9/28/2020</h2>
<div style="float:right; width:25%; height = 80px; margin-left: 20px;">
<div class="figure">
<img src="images/iceberg.jpg" alt="" />
<p class="caption">Jenny Pensky, Araceli Serrano, and others</p>
</div>
</div>
<div id="alongside-amanda-donaldson-colleen-murphy-jennifer-pensky-adam-price-christina-richardson-araceli-serrano-and-margaret-zimmer-i-helped-develop-a-course-centered-on-the-hidden-curriculum-in-graduate-school.-its-a-discussion-based-course-for-grad-students-where-we-talk-about-the-unwritten-norms-and-codes-of-graduate-school-that-are-really-important-for-success-but-can-serve-as-a-barrier-for-many-students-particularly-from-underrepresented-backgrounds.-we-have-19-participants-and-ill-be-helping-to-lead-discussions-on-rejection-in-academia-time-management-and-research-ethics.-you-can-find-the-course-resources-linked-here." class="section level4">
<h4>Alongside <a href="https://amdonald.wixsite.com/website"><em>Amanda Donaldson,</em></a> <a href="https://geomorphology.sites.ucsc.edu/people/"><em>Colleen Murphy,</em></a> <a href="http://ucwater.org/person/jennypensky"><em>Jennifer Pensky,</em></a> <a href="https://adamnicholasprice.github.io/"><em>Adam Price,</em></a> <a href="http://christinamrichardson.com/"><em>Christina Richardson,</em></a> <a href="https://people.ucsc.edu/~aserran9/"><em>Araceli Serrano,</em></a> and <a href="http://mzimmer.weebly.com/"><em>Margaret Zimmer,</em></a> I helped develop a course centered on the “Hidden Curriculum” in graduate school. It’s a discussion based course for grad students where we talk about the unwritten norms and codes of graduate school that are really important for success, but can serve as a barrier for many students, particularly from underrepresented backgrounds. We have 19 participants, and I’ll be helping to lead discussions on rejection in academia, time management, and research ethics. You can find the course resources <a href="https://www.hydroshare.org/resource/60b4def2ee034f4b8a0b488704770905/"><em>linked here</em></a>.</h4>
<p><br> <br> <br clear="all"></p>
</div>
</div>
<div id="section-3" class="section level2">
<h2>8/30/2020</h2>
<div style="float:left; width:45%; height = 80px; margin-right: 20px;">
<p><img src="images/gages_exp.png" /></p>
</div>
<div id="i-have-been-working-with-margaret-zimmer-to-use-publicly-available-measurements-of-nitrate-and-discharge-in-agricultural-watersheds-to-better-understand-how-individual-storm-events-can-mobilize-nutrients-in-streams-and-rivers.-initially-we-focused-our-analysis-on-a-few-well-instrumented-catchments-in-iowa-but-we-want-to-expand-our-efforts-to-other-watersheds-with-high-frequency-nitrate-measurements.-to-help-us-explore-this-data-i-developed-a-data-visualization-app-that-downloads-data-from-the-usgs-website-uses-an-algorithm-to-automatically-select-discharge-events-and-plots-their-cumulative-nitrate-loads-color-coded-by-their-concentration-discharge-slope.-it-also-allows-you-to-compare-watersheds.-its-very-much-a-work-in-progress-but-its-fun-to-play-around-with-the-data." class="section level4">
<h4>I have been working with <a href="http://mzimmer.weebly.com/"><em>Margaret Zimmer</em></a> to use publicly available measurements of nitrate and discharge in agricultural watersheds to better understand how individual storm events can mobilize nutrients in streams and rivers. Initially, we focused our analysis on a few well-instrumented catchments in Iowa, but we want to expand our efforts to other watersheds with high-frequency nitrate measurements. To help us explore this data, I developed a <a href="https://ggorski.shinyapps.io/gages_exploration/"><em>data visualization app</em></a> that downloads data from the USGS website, uses an algorithm to automatically select discharge events, and plots their cumulative nitrate loads color coded by their concentration-discharge slope. It also allows you to compare watersheds. It’s very much a work in progress, but it’s fun to play around with the data.</h4>
<p><br> <br> <br clear="all"></p>
</div>
</div>
<div id="section-4" class="section level2">
<h2>7/24/2020</h2>
<div style="float:right; width:35%; height = 80px; margin-left: 20px;">
<div class="figure">
<img src="images/Defense.png" alt="" />
<p class="caption">PC: Alejandra Barrio-Gorski</p>
</div>
</div>
<div id="as-with-so-many-things-in-2020-my-phd-defense-was-done-over-zoom-from-the-comfort-of-our-apartment-in-santa-cruz-with-a-makeshift-standup-desk.-it-was-a-bummer-not-to-be-able-to-celebrate-with-lab-mates-and-friends-from-the-department-who-made-my-time-in-santa-cruz-so-special.-at-the-same-time-i-feel-lucky-to-be-employed-and-healthy-during-a-crazy-hard-time-for-so-many-people.-i-was-able-to-celebrate-with-my-family-and-spend-some-time-at-the-beach." class="section level4">
<h4>As with so many things in 2020, my PhD defense was done over zoom from the comfort of our apartment in Santa Cruz (with a makeshift standup desk!). It was a bummer not to be able to celebrate with lab mates and friends from the department who made my time in Santa Cruz so special. At the same time, I feel lucky to be employed and healthy during a crazy hard time for so many people. I was able to celebrate with my family and spend some time at the beach.</h4>
<p><br> <br> <br> <br></p>
</div>
</div>
<div id="section-5" class="section level2">
<h2>06/20/2020</h2>
<p><img src="images/RaccoonMap.png" style="width:25%; height = 80px; margin-right: 20px" align="left"></p>
<div id="i-have-been-working-with-a-lot-of-spatial-data-lately-and-with-the-quarentine-i-havent-been-able-to-access-arcgis-on-my-campus-windows-machine.-this-has-forced-me-to-learn-how-to-work-with-spatial-data-in-r-and-qgis.-i-have-found-ways-to-do-almost-anything-that-i-could-do-with-arcgis-and-all-for-free-here-is-a-markdown-document-with-an-example-of-a-couple-of-the-packages-that-i-have-found-really-useful.-i-use-the-elevatr-package-which-downloads-digital-elevation-models-dems-for-a-region-given-points-or-a-polygon-like-the-region-to-the-right-and-the-mapview-package-which-is-really-useful-for-quickly-and-interactively-viewing-spatial-data.-additionally-here-is-a-list-of-resources-that-i-have-found-particlarly-useful-in-understanding-and-working-with-spatial-data-in-r." class="section level4">
<h4>I have been working with a lot of spatial data lately, and with the quarentine I haven’t been able to access ArcGIS on my campus windows machine. This has forced me to learn how to work with spatial data in R and QGIS. I have found ways to do almost anything that I could do with ArcGIS, and all for free! <a href="generating_DEM/GeneratingDEMExample.html"><em>Here is a markdown document</em></a> with an example of a couple of the packages that I have found really useful. I use the <a href="https://cran.r-project.org/web/packages/elevatr/elevatr.pdf"><em>elevatr package</em></a>, which downloads digital elevation models (DEMs) for a region given points or a polygon (like the region to the right), and the <a href="https://r-spatial.github.io/mapview/"><em>mapview package</em></a>, which is really useful for quickly and interactively viewing spatial data. Additionally, <a href="Resources/SpatialDataResources.html"><em>here is a list of resources</em></a> that I have found particlarly useful in understanding and working with spatial data in R.</h4>
<p><br> <br> <br> <br></p>
</div>
</div>
<div id="section-6" class="section level2">
<h2>05/15/2020</h2>
<p><img src="images/ESDL.png" style="width:15%; height = 50px; margin-right: 20px" align="right"></p>
<div id="i-am-super-excited-to-join-the-environmental-system-dynamics-lab-led-by-dr.-laurel-larsen-at-uc-berkeley.-i-will-be-a-post-doc-starting-in-january-2021-working-on-a-project-funded-by-a-usgs-powell-grant-in-collaboration-with-the-usgs-and-others.-the-project-will-focus-on-understanding-key-watershed-storage-parameters-and-transit-time-distributions-across-environmental-geologic-and-anthropogenic-gradients-using-a-novel-database-of-discharge-time-series-and-storage-timescales." class="section level4">
<h4>I am super excited to join <a href="http://www.esdlberkeley.com/"><em>The Environmental System Dynamics Lab</em></a> led by Dr. Laurel Larsen at UC Berkeley. I will be a post-doc, starting in January 2021, working on a project funded by a USGS Powell Grant in collaboration with the USGS and others. The project will focus on understanding key watershed storage parameters and transit time distributions across environmental, geologic, and anthropogenic gradients using a novel database of discharge time series and storage timescales.</h4>
<p><br> <br> <br> <br></p>
</div>
</div>
<div id="section-7" class="section level2">
<h2>04/14/2020</h2>
<p><img src="images/STOTEN_TOC.gif" style="width:40%; height = 100px; margin-right: 20px" align="left"></p>
<div id="check-out-our-new-paper-that-was-just-published-in-science-of-the-total-environnment-looking-at-the-infiltration-rate-controls-on-denitrification-during-infiltration.-we-designed-a-way-to-collect-intact-sediment-cores-and-pump-artificial-groundwater-through-them-in-the-lab.-then-we-measured-the-changes-in-nitrate-and-carbon-as-water-flowed-through-the-soils-at-different-rates.-we-also-looked-at-the-response-from-the-soil-microbial-populations-and-it-was-a-surpringly-strong-signal.-then-we-added-woodchips-to-see-if-that-would-jump-start-the-denitrification-process-and-it-did-results-from-this-study-and-others-like-it-are-helping-to-develop-technologies-to-improve-groundwater-quality-through-the-use-of-managed-aquifer-recharge." class="section level4">
<h4>Check out our <a href="https://authors.elsevier.com/a/1axrvB8ccoDOo"><em>new paper</em></a> that was just published in Science of the Total Environnment looking at the infiltration rate controls on denitrification during infiltration. We designed a way to collect intact sediment cores and pump artificial groundwater through them in the lab. Then we measured the changes in nitrate and carbon as water flowed through the soils at different rates. We also looked at the response from the soil microbial populations and it was a surpringly strong signal. Then, we added woodchips to see if that would jump start the denitrification process and it did! Results from this study and others like it are helping to develop technologies to improve groundwater quality through the use of managed aquifer recharge.</h4>
<p><br> <br> <br> <br></p>
</div>
</div>
<div id="section-8" class="section level2">
<h2>03/02/2020</h2>
<p><img src="images/SCMonthlyPrecip.gif" style="width:40%; height = 100px; margin-right: 20px" align="right"></p>
<div id="as-of-the-end-of-february-santa-cruz-has-received-4280-mm-of-precipitation-in-water-year-2020-thats-just-75-of-our-average-annual-value-up-to-that-date.-in-santa-cruz-january-and-february-are-generally-our-wettest-months-accounting-for-almost-40-of-the-annual-rainfall-on-average.-february-was-really-dry-and-beautiful-making-it-feel-like-it-has-been-a-particularly-dry-year-overall-but-i-think-this-might-just-be-a-function-of-recency-bias.-january-was-a-little-below-average-for-the-area-and-december-was-anomalously-wet.-in-places-like-california-where-extremes-in-precipitation-are-the-expectation-it-can-be-hard-to-gauge-how-far-weve-deviated-from-the-norm-without-looking-at-the-numbers.-global-climate-models-cant-seem-to-agree-on-where-we-will-see-increases-and-decreases-in-overall-precipiation-with-climate-change-but-there-is-concensus-that-intensity-and-variability-of-hydrologic-extremes-will-continue-to-increase." class="section level4">
<h4>As of the end of February Santa Cruz has received 4,280 mm of precipitation in water year 2020, that’s just 75% of our average annual value up to that date. In Santa Cruz, January and February are generally our wettest months accounting for almost 40% of the annual rainfall on average. February was really dry (and beautiful), making it feel like it has been a particularly dry year overall, but I think this might just be a function of recency bias. January was a little below average for the area, and December was anomalously wet. In places like California, where extremes in precipitation are the expectation, it can be hard to gauge how far we’ve deviated from the norm without looking at the numbers. Global climate models can’t seem to agree on where we will see increases and decreases in overall precipiation with climate change, but there is concensus that intensity and variability of hydrologic extremes will continue to increase.</h4>
<p><br> <br> <br> <br></p>
</div>
</div>
<div id="section-9" class="section level2">
<h2>01/20/2020</h2>
<p><img src="images/AppFigure.gif" style="width:70%; height = 200px; margin-right: 20px" align="left"></p>
<div id="as-a-part-of-the-nsf-funded-graduate-research-internship-program-grip-i-have-been-participating-in-an-internship-project-that-is-a-collaboration-between-the-usgs-us-aid-and-the-governments-of-lebanon-and-jordan.-the-project-aims-to-select-sites-for-development-of-aquifer-storage-and-recovery-projects-in-an-effort-to-increase-water-security-in-the-region.-as-part-of-the-project-i-have-developed-a-site-suitability-mapping-application-called-marmaps-that-helps-facilitate-the-creation-of-multi-factor-suitability-maps.-i-published-it-online-at-httpsggorski.shinyapps.iomarmaps-check-it-out-and-play-around-with-it.-the-code-and-user-tutorials-can-be-found-on-my-github-page." class="section level4">
<h4>As a part of the NSF-funded Graduate Research Internship Program (GRIP), I have been participating in an internship project that is a collaboration between the USGS, US-AID, and the governments of Lebanon and Jordan. The project aims to select sites for development of aquifer storage and recovery projects in an effort to increase water security in the region. As part of the project, I have developed a site suitability mapping application called MARMapS, that helps facilitate the creation of multi-factor suitability maps. I published it online at <a href="https://ggorski.shinyapps.io/marmaps/"><em>https://ggorski.shinyapps.io/marmaps/</em></a>, check it out and play around with it. The code and user tutorials can be found on my <a href="https://github.com/galengorski/MARMapS"><em>github page</em></a>.</h4>
<p><br> <br> <br> <br></p>
</div>
</div>
<div id="section-10" class="section level2">
<h2>12/10/2019</h2>
<p><img src="images/AGU_2019.gif" style="width:20%; height = 75px; margin-left: 20px" align="right"></p>
<div id="agu-was-back-in-san-francisco-this-year-and-i-presented-a-poster-based-on-the-third-chapter-of-my-thesis-entitled-characterizing-spatial-variability-in-denitrification-potential-during-infiltration-under-heterogeneous-landuse-and-precipitation-patterns.-see-the-poster-here.-there-were-also-great-posters-from-jenny-pensky-and-araceli-serrano-that-focused-on-changes-in-water-quality-during-infiltration-for-managed-recharge." class="section level4">
<h4>AGU was back in San Francisco this year, and I presented a poster based on the third chapter of my thesis entitled <em>Characterizing spatial variability in denitrification potential during infiltration under heterogeneous landuse and precipitation patterns</em>. <a href="files/AGU_2019_Poster.png"><em>See the poster here</em></a>. There were also great posters from <a href="https://agu.confex.com/agu/fm19/meetingapp.cgi/Paper/544063"><em>Jenny Pensky</em></a> and <a href="https://agu.confex.com/agu/fm19/meetingapp.cgi/Paper/590977"><em>Araceli Serrano</em></a> that focused on changes in water quality during infiltration for managed recharge.</h4>
<p><br> <br> <br> <br></p>
</div>
</div>
<div id="section-11" class="section level2">
<h2>10/13/2019</h2>
<p><img src="images/ElkGrove.gif" style="width:70%; height = 200px; margin-right: 20px" align="left"></p>
<div id="along-with-a-team-from-the-hydrogeology-group-including-adam-price-victor-bautista-andrew-fisher-and-jenny-pensky-i-spent-the-day-at-a-vineyard-near-sacremento-ca.-the-vineyard-is-a-site-selected-for-one-of-the-first-flood-managed-aquifer-recharge-f-mar-projects-in-the-region.-during-the-rainy-season-about-1000-acres-of-the-vineyard-will-be-flooded-with-excess-flows-from-the-nearby-consumnes-river-in-an-effort-to-recharge-the-underlying-aquifers.-its-the-first-project-of-its-scale-in-the-area-and-if-its-succsessful-there-are-likley-to-be-many-more-like-it-in-the-future.-led-by-jenny-at-the-top-of-the-ladder-we-helped-collect-sediment-cores-that-she-will-analyze-and-conduct-experiments-on-to-investigate-changes-in-fluid-geochemistry-during-infiltration." class="section level4">
<h4>Along with a team from the Hydrogeology group including <a href="https://adamnicholasprice.github.io/"><em>Adam Price</em></a>, Victor Bautista, Andrew Fisher and Jenny Pensky, I spent the day at a vineyard near Sacremento, CA. The vineyard is a site selected for one of the first flood managed aquifer recharge (F-MAR) projects in the region. During the rainy season about 1000 acres of the vineyard will be flooded with excess flows from the nearby Consumnes River in an effort to recharge the underlying aquifers. It’s the first project of its scale in the area, and if it’s succsessful, there are likley to be many more like it in the future. Led by Jenny (at the top of the ladder), we helped collect sediment cores that she will analyze and conduct experiments on to investigate changes in fluid geochemistry during infiltration.</h4>
<p><br> <br> <br> <br></p>
</div>
</div>
<div id="section-12" class="section level2">
<h2>09/12/2019</h2>
<p><img src="images/Arsenic.gif" style="width:45%; height = 150px; margin-right: 20px" align="right"></p>
<div id="i-submitted-a-proposal-for-the-nsf-post-doctoral-scholarship.-its-a-long-shot-but-i-think-the-project-would-be-pretty-cool.-i-proposed-to-work-with-ben-bostick-of-columbia-university-and-melinda-erickson-of-university-of-minnesota-to-compare-patterns-and-variability-in-arsenic-contamination-in-vietnam-and-minnesota-using-some-geophysical-methods-and-a-global-dataset-of-groundwater-arsenic-concentrations." class="section level4">
<h4>I submitted a proposal for the NSF post-doctoral scholarship. It’s a long shot but I think the project would be pretty cool. I proposed to work with Ben Bostick of Columbia University and Melinda Erickson of University of Minnesota to compare patterns and variability in arsenic contamination in Vietnam and Minnesota using some geophysical methods and a global dataset of groundwater arsenic concentrations.</h4>
<p><br> <br> <br> <br></p>
</div>
</div>
<div id="section-13" class="section level2">
<h2>08/24/2019</h2>
<div id="i-just-got-back-from-a-few-weeks-visiting-rachel-lauer-and-her-lab-group-at-the-university-of-calgary.-i-went-up-to-see-how-they-were-using-near-surface-geophysical-techniques-in-groundwater-studies-and-to-try-and-learn-some-methods-that-could-be-useful-to-our-work-in-california.-her-lab-has-a-bunch-of-really-cool-projects-in-some-beautiful-locations" class="section level4">
<h4>I just got back from a few weeks visiting <a href="https://www.lauer-geofluids.xyz"><em>Rachel Lauer</em></a> and her lab group at the University of Calgary. I went up to see how they were using near-surface geophysical techniques in groundwater studies, and to try and learn some methods that could be useful to our work in California. Her lab has a bunch of really cool projects in some beautiful locations!</h4>
<div class="figure" style="text-align: center">
<img src="images/CanadaImages.gif" alt="Upperleft: ERT lines collected to image soap hole plumbing. Lowerleft: CO2 injection site near Brooks, AB where U Calgary runs its geophysics field school. Right: PhD student Tom Wilson sampling geothermal water in Banff National Park. The white stuff is algea!" width="80%" />
<p class="caption">
Upperleft: ERT lines collected to image soap hole plumbing. Lowerleft: CO2 injection site near Brooks, AB where U Calgary runs its geophysics field school. Right: PhD student Tom Wilson sampling geothermal water in Banff National Park. The white stuff is algea!
</p>
</div>
<p><br> <br></p>
</div>
</div>
<div id="section-14" class="section level2">
<h2>07/29/2019</h2>
<p><img src="images/TOC_Figure.gif" style="width:30%; height = 150px; margin-right: 20px" align="right"></p>
<div id="check-out-our-new-paper-looking-at-denitrification-during-infiltration.-using-a-combination-of-field-and-lab-studies-we-examine-how-flow-rate-and-different-soil-amendments-affect-denitrification.-this-has-implications-for-how-managed-aquifer-recharge-systems-could-be-built-and-operated-to-improve-water-quality." class="section level4">
<h4>Check out our <a href="files/Gorski_EST_2019.pdf"><em>new paper</em></a> looking at denitrification during infiltration. Using a combination of field and lab studies we examine how flow rate and different soil amendments affect denitrification. This has implications for how managed aquifer recharge systems could be built and operated to improve water quality.</h4>
<p><br> <br></p>
</div>
</div>
<div id="section-15" class="section level2">
<h2>06/22/2019</h2>
<div id="with-a-team-of-grad-students-and-professors-helped-andria-green-construct-boardwalks-in-elkhorn-slough.-she-will-be-studying-nitrogen-cycling-dynamics-in-various-tidally-influenced-areas-of-slough." class="section level4">
<h4>With a team of grad students and professors, helped <a href="https://andigreene.weebly.com/"><em>Andria Green</em></a> construct boardwalks in Elkhorn Slough. She will be studying nitrogen cycling dynamics in various tidally influenced areas of slough.</h4>
<p><br> <br></p>
</div>
</div>
<div id="section-16" class="section level2">
<h2>06/13/2019</h2>
<div id="finished-taing-esci100-intro-to-environmental-systems-a-calculus-based-modeling-class-looking-at-budgets-and-environmental-processes.-we-only-had-four-students-so-they-each-got-a-lot-of-attention." class="section level4">
<h4>Finished TAing ESCI100, Intro to Environmental Systems, a calculus based modeling class looking at budgets and environmental processes. We only had four students, so they each got a lot of attention.</h4>
<p><br> <br></p>
</div>
</div>
<div id="section-17" class="section level2">
<h2>05/24/2019</h2>
<div id="gave-two-talks-at-the-internationl-symposium-for-managed-aquifer-recharge-in-madrid.-one-talk-was-focused-mapping-denitrification-across-landscapes-slides-here-and-the-other-talk-was-on-the-recharge-suitability-web-application-that-i-developed-slides-here.-the-conference-was-very-international-and-it-was-exciting-to-see-mar-projects-from-all-over-the-world.-it-was-also-held-in-an-old-elevator-factory" class="section level4">
<h4>Gave two talks at the Internationl Symposium for Managed Aquifer Recharge in Madrid. One talk was focused mapping denitrification across landscapes (<a href="files/ISMAR_DenitMapping_Presentation.pdf"><em>slides here</em></a>) and the other talk was on the recharge suitability web application that I developed (<a href="files/ISMAR_AppPresentation.pdf"><em>slides here</em></a>). The conference was very international, and it was exciting to see MAR projects from all over the world. It was also held in an old elevator factory!</h4>
<p><img src="images/ISMAR_2019.JPG" width="50%" style="display: block; margin: auto;" /> <br> <br></p>
</div>
</div>
<div id="section-18" class="section level2">
<h2>02/05/2019</h2>
<div id="attending-a-workshop-in-nicosia-cyprus-with-regional-collaborators-to-help-develop-maps-and-modeling-products-for-groundwater-recharge-suitability-in-the-middle-east-and-north-africa.-the-workshop-was-part-of-a-larger-collaboration-between-us-aid-usgs-and-the-countries-of-jordan-lebanon-palestine-and-other-regional-partners.-energizing-to-talk-to-folks-from-other-parts-of-the-world-interested-in-similar-topics" class="section level4">
<h4>Attending a workshop in Nicosia, Cyprus with regional collaborators to help develop maps and modeling products for groundwater recharge suitability in the Middle East and North Africa. The workshop was part of a larger collaboration between US-AID, USGS, and the countries of Jordan, Lebanon, Palestine and other regional partners. Energizing to talk to folks from other parts of the world interested in similar topics!</h4>
<p><img src="images/CyprusWorkshop.png" width="50%" style="display: block; margin: auto;" /></p>
</div>
</div>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
});
});
</script>
<!-- code folding -->
</body>
</html>