-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpeople.html
340 lines (287 loc) · 9.8 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="./lab_style.css" >
</head>
<!--- Navigation Bar -->
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#research">Research</a></li>
<li><a href="people.html">People</a></li>
<li class="dropdown">
<a href="#" class="dropbtn">Publications</a>
<div class="dropdown-content">
<a href="publications.html">Journal</a>
<a target="_blank" href="http://ecoforecast.org/book">EcoForecast Book</a>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropbtn">Teaching</a>
<div class="dropdown-content">
<a target="_blank" href="Bayes2018/GE509.htm">GE509</a>
<a target="_blank" href="https://github.com/EcoForecast/EF_Activities">GE585</a>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropbtn">Tools</a>
<div class="dropdown-content">
<a target="_blank" href="http://pecanproject.org/">PEcAn</a>
<a target="_blank" href="https://github.com/EcoForecast/ecoforecastR">ecoforecastR</a>
<a target="_blank" href="http://github.com/EDmodel/ED2/wiki">ED2</a>
</div>
</li>
</ul>
</div>
<!--- Banner image and text -->
<div class="banner">
<div class="title">
<h1>Ecological Forecasting Lab</h1>
<p>Our Mission:<br>
To Understand and Predict Ecological Systems</p>
</div>
</div>
<h1>Dietze Lab</h1>
<p></p>
<table>
<tr>
<td width=250 align ="right"> <img src="https://www.bu.edu/earth/files/2019/10/thumbnail_IMG_4379.trim-1-600x600.jpg" width="250"></td>
<td width=20></td>
<td><b>Dr. Michael Dietze</b> - <a href="dietze.html">web</a></td>
</tr>
</table>
<p></p>
<p></p>
<h2>Graduate Students</h2>
<table>
<tr>
<td width=250 align ="right"> <img src="images/no_image.jpg"></td>
<td width=20></td>
<td><b>Charlotte Malmborg</b><br>BU Earth & Environment PhD<br>
Project: <a href="index.html#nefi">NEFI forest pest forecast</a>
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Dongchen.jpg" width=250></td>
<td width=20></td>
<td><b>Dongchen Zhang</b><br>BU Earth & Environment PhD<br>
Project: <a href="index.html#cms">NASA CMS</a>
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Andrew.png" width=250></td>
<td width=20></td>
<td><b>Andrew Roberts</b><br>BU Data Science PhD<br>
Project: <a href="index.html#msb2024">Emulator-based model calibration</a><br>
<a href="https://arob5.github.io/">Website</a>
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Yang.jpg" width=250></td>
<td width=20></td>
<td><b>Yang Gu</b><br>BU Earth & Environment PhD<br>
Project: <a href="index.html#cms">NASA CMS</a>
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Evan.jpg" width=250></td>
<td width=20></td>
<td><b>Evan Pu</b><br>BU Earth & Environment PhD<br>
Project: <a href="index.html#carb">CARB</a><br>
<a href="documents/Evan_Pu_CV.pdf">CV</a> - <a href="http://linkedin.com/in/xuecong-pu-02948823b">LinkedIn</a>
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Yinghao.jpg" width=250></td>
<td width=20></td>
<td><b>Yinghao Sun</b><br>BU Earth & Environment PhD<br>
Project: <a href="index.html#paleon">PalEON</a>
</td>
</tr>
</table>
<p></p>
<p></p>
<h2>Lab Alumni</h2>
<table>
<tr>
<td width=250 align ="right"> <img src="images/ZoeyWerbin.jpeg" width=250></td>
<td width=20></td>
<td><b>Zoey Werbin</b><br>BU Biology PhD<br>
Project: <a href="index.html#nefi">NEFI soil microbe forecast</a>
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/KathrynWheeler_FluxTower2.clip.jpg"></td>
<td width=20></td>
<td><b>Kathryn Wheeler</b><br>BU Geography PhD<br>
Project: <a href="index.html#nefi">NEFI: phenology and fluxes</a><br>
Current: NOAA Global Change postdoc, MIT</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/JohnFoster.2017.jpg" width=250></td>
<td width=20></td>
<td><b>John Foster</b><br>BU Geography PhD<br>
Project: <a href="index.html#nefi">NEFI: ticks, tick-borne disease, and small-mammal hosts</a><br>
<a href="https://johnrfoster.github.io/">Website</a> <a href="https://twitter.com/fosfate_">Twitter</a><br>
Current: Postdoc, USDA</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/no_image.jpg"></td>
<td width=20></td>
<td><b>Tess McCabe</b><br>BU Geography PhD<br>
Project: <a href="index.html#serdp">SERDP Ticks</a><br>
Current: Postdoc, NASA Goddard
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Alexis.jpg" width=250px></td>
<td width=20></td>
<td><b>Alexis Helgeson</b><br>BU Earth & Environment MA<br>
Project: <a href="index.html#nefi">NEFI C flux forecast</a> <a href="index.html#cms">NASA CMS</a><br>
Current: Laboratory Technican, Yale
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/04-elizabeth.jpg" width=250></td>
<td width=20></td>
<td><b>Dr. Betsy Cowdery</b><br>BU Geography PhD 2021<br>Current: James Hutton Institute, Scotland</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/no_image.jpg"></td>
<td width=20></td>
<td><b>Dr. Hamze Dokoohaki</b><br>
Former NASA CMS postdoc<br>
Current: Indigo Ag
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/no_image.jpg"></td>
<td width=20></td>
<td><b>Katie Zarada</b><br>Former NEFI project manager<br>Current: Consultant</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Gardella-636x556.jpg" width=250></td>
<td width=20></td>
<td><b>Tony Gardella</b><br>Former PEcAn project manager<br>Current: Michigan graduate student</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/ifp_photo-426x636.jpg" width=250></td>
<td width=20></td>
<td><b>Dr. Istem Fer</b><br>Current: Finnish Meteorological Institute></td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/colin.jpg" width="250"></td>
<td width=20></td>
<td><b>Dr. Colin Averill</b>
Current: ETH Zurich, Funga</td>
</tr>
<tr>
<td width=250 align ="right">
<!-- Crop the image a bit, so it's square like everyone else's -->
<div style='width: 250px; height: 250px; overflow: hidden'>
<img src="images/shiklomanov_charleston_magnolia_small.jpg" width=250>
</div></td>
<td width=20></td>
<td><b>Dr. Alexey Shiklomanov</b><br>BU Geography PhD 2018<br>
<a href="https://science.gsfc.nasa.gov/sed/bio/alexey.shiklomanov">web</a><br>
Current: Research Physical Scientist, NASA Goddard Space Flight Center
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/JoshLab_small.jpg"></td>
<td width=20></td>
<td><b>Josh Mantooth</b> - <a href="">web</a> <a href="documents/MantoothCV.doc">cv</a><br>BU Geography PhD 2017<br><br>Project: <a href="index.html#nsc">NSC</a></td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/DSC_0776-2.jpeg" width="250"></td>
<td width=20></td>
<td><b>Dr. Christine Rollinson</b> - <a href="https://rolliecology.wordpress.com/">web</a> <br>
Current: Forest Ecologist, Morton Arboretum</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Ryan_Mugshot.png" width=250></td>
<td width=20></td>
<td><b>Dr. Ryan Kelly</b><br>
Current: Principal Data Scientist, UNC Health</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Afshin.JPG"></td>
<td width=20></td>
<td><b>Dr. Afshin Pourmokhtarian</b><br>
Current: Assistant Professor, Wentworth</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/ToniViskari_small.JPG"></td>
<td width=20></td>
<td><b>Dr. Toni Viskari</b><br>
Current: Finnish Meteorlogical Institute</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/JackieMatthes.JPG"></td>
<td width=20></td>
<td><b>Dr. Jaclyn Hatala Matthes</b><br>
<a href="https://matthesecolab.com/jaclyn-hatala-matthes/">Current: Senior Scientist, Harvard Forest</a>
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/xiaohui1.JPG"></td>
<td width=20></td>
<td><b>Xiaohui Feng</b><br>
Former Graduate Student: Tall-grass prairie and biofuels <a href="http://hdl.handle.net/2142/50751">dissertation</a><br>
Current: Postdoc, Columbia University</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Brady_crop.JPG"></td>
<td width=20></td>
<td><b>Dr. Brady Hardiman</b><br>
Former Post-Doc<br>
Current: Associate Professor, Purdue University
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Getson_small.jpg"></td>
<td width=20></td>
<td><b>Jackie Getson</b><br>
Former Lab Manager<br>
Current: Research Project Administrator, Purdue University
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/DanWangSmall.jpg"></td>
<td width=20></td>
<td><b>Dr. Dan Wang (deceased)</b><br>
Former Post-Doc: EBI<br>
Assistant Professor<br>
International Center for Ecology, Meteorology, and Environment (IceMe), School of Applied Meteorology, Nanjing University of Information Science and Technology, Nanjing, China
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/CarlDavidsonSmall.jpg"></td>
<td width=20></td>
<td><b>Carl Davidson</b><br>PEEC M.S. 2012<br><br>Research: Arctic tundra<br>
Current: Pioneer
</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/Lauren.small.JPG"></td>
<td width=20></td>
<td><b>Lauren Hostert</b><br>Former Lab Manager <br>
Current: NEON Inc.</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/LeBauer.JPG"></td>
<td width=20></td>
<td><b>Dr. David LeBauer</b><br>Former Post-Doc: EBI, PEcAn <br> Current: Independent Consultant, voluntary carbon markets</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/SPS_BLACK_SPRUCE_STAND_CROP.jpg" width="250"></td>
<td width=20></td>
<td><b>Dr. Shawn Serbin</b><br>Former Post-Doc: PEcAn project<br>
Current: NASA Goddard</td>
</tr>
<tr>
<td width=250 align ="right"> <img src="images/bjorn_brooks.png"></td>
<td width=20></td>
<td><b>Dr. Bjorn Brooks</b> <br> Former Post-Doc: PalEON project <br>
Current: Research Scientist, Carbon Solutions</td>
</tr>
</html>