-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
637 lines (469 loc) · 19.2 KB
/
index.html
File metadata and controls
637 lines (469 loc) · 19.2 KB
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
<!DOCTYPE html>
<html lang="en-us" style="max-width: 1000px; margin: auto"><head>
<title>Jim Coll</title>
<meta name="theme-color" content="" />
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="description" content="Website title" />
<meta name="author" content="Darshan Baral" />
<meta name="generator" content="aafu theme by Darshan in Hugo 0.82.0" />
<link rel="icon" type="image/png" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#252627"> <link rel="shortcut icon" href="/favicon.ico">
<link
rel="stylesheet"
href="/css/bootstrap/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.2/css/all.css"
integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css"
/>
<link
rel="stylesheet"
href="//fonts.googleapis.com/css?family=Didact+Gothic%7CRoboto:400%7CRoboto+Mono"
/>
<link rel="stylesheet" href="/css/aafu_dark.css" />
<link rel="stylesheet" href="/css/aafu.css" />
<script>
var themeColor = document.querySelector("meta[name=theme-color]");
window.onload = () => {
themeColor.content = getComputedStyle(document.body)["background-color"];
let defaultActivePanel = document.querySelector(".accordion.active");
if (defaultActivePanel) {
defaultActivePanel.nextElementSibling.style.maxHeight =
defaultActivePanel.nextElementSibling.scrollHeight + "px";
}
};
window.onresize = () => {
let defaultActivePanel = document.querySelector(".accordion.active");
if (defaultActivePanel) {
defaultActivePanel.nextElementSibling.style.maxHeight =
defaultActivePanel.nextElementSibling.scrollHeight + "px";
}
};
</script>
</head>
<body class="container">
<main style="min-height: calc(100vh - 60px)">
<div class="ml-auto mr-auto row row-eq-height rounded">
<div class="col-md-5 text-center p-2 mt-1">
<div class="profile-area rounded text-center position-relative shadow">
<div class="d-flex justify-content-center pt-2">
<div class="w-100 h-100">
<img
class="rounded rounded-circle mt-4"
src="/images/IMG202025_21919_zoom.jpg"
alt="Darshan Baral"
style="width: 95%; max-width: 300px;"
/>
</div>
</div>
<div class="p-2">
<h1 class="mb-0">Jim Coll</h1>
<h2 class="mb-0">Physical Scientist - General Interest</h2>
<h3 class="mb-0">Lynker</h3>
<div class="mt-2 d-flex flex-wrap justify-content-center">
<div style="height:45px; width:45px;">
<a href="https://jimcoll.github.io/courses/random/media/JamesCollSharedWebResume.docx">
<i class="zoomlink mt-1 fas fa-file-alt"></i>
</a>
</div>
<div style="height:45px; width:45px;">
<a href="https://github.com/JimColl">
<i class="zoomlink mt-1 fab fa-github"></i>
</a>
</div>
<div style="height:45px; width:45px;">
<a href="https://www.youtube.com/channel/UCob6CQqfL7pvlicC1nUBFsQ">
<i class="zoomlink mt-1 fab fa-youtube"></i>
</a>
</div>
<div style="height:45px; width:45px;">
<a href="https://www.linkedin.com/in/jamesmcoll">
<i class="zoomlink mt-1 fab fa-linkedin-in"></i>
</a>
</div>
<div style="height:45px; width:45px;">
<a href="https://www.hydroshare.org/user/462/">
<i class="zoomlink mt-1 fas fa-globe-americas"></i>
</a>
</div>
<div style="height:45px; width:45px;">
<a href="https://scholar.google.com/citations?user=qPeiqfUAAAAJ&hl=en">
<i class="zoomlink mt-1 ai ai-google-scholar"></i>
</a>
</div>
<div style="height:45px; width:45px;">
<a href="https://www.researchgate.net/profile/Jim_Coll2">
<i class="zoomlink mt-1 fab fa-researchgate"></i>
</a>
</div>
<div style="height:45px; width:45px;">
<a href="https://orcid.org/0000-0002-6994-6668">
<i class="zoomlink mt-1 fab fa-orcid"></i>
</a>
</div>
</div>
<footer class="mb-4">
powered by <a href="https://gohugo.io/">hugo</a> & deployed on <a href="https://github.com/">github</a>
·
<i><a href="https://github.com/darshanbaral/aafu">aafu</a></i> by <a href="https://www.darshanbaral.com/">Darshan</a>
&
<i><a href="https://github.com/thegeeklab/hugo-geekdoc">Geekdoc</a></i> by <a href="https://thegeeklab.de/">thegeeklab</a>
</footer>
</div>
</div>
</div>
<div class="col-md-7 pt-2 mt-3">
<h2 class="accordion active ">
<span onclick="expandAccordion(this)" style="cursor: pointer;">
<i class="fas fa-user"></i>
About Me</span>
</h2>
<div
class="panel overflow-hidden"
>
<p class="markdownify">
Hi. My name is Jim Coll and I’m a ‘Physical Scientist - General Interest’ at Lynker working with the NOAA Office of Water Prediction. My skill set revolves broadly around the intersection of GIScience and Hydrology with a flair towards FOSS (Free and Open Source Software). My masters work was in quantifying and visualizing the global trend in snow cover. My dissertation seeks to demonstrate how small UAS (drones) can be used to measure bathymetry and discharge at hyper-resolution scales. Intense dislikes include temperatures over 70° and most seafood, but I love finding new music, dogs, and snowboarding. Thanks for visiting, and if you have any questions feel free to reach out to me at jamesmcoll at gmail
</p>
</div>
<h2 class="accordion ">
<span onclick="expandAccordion(this)" style="cursor: pointer;">
<i class="fas fa-graduation-cap"></i>
Education</span>
</h2>
<div
class="panel overflow-hidden"
>
<h4 style="text-decoration: underline;">Doctor of Philosophy in Geography</h4>
<p class="mb-0" >Ongoing · University of Kansas</p>
<p>
Thesis:
<a href="https://www.youtube.com/watch?v=PNDbhtYcr0w"><i>Scales of Hydrography: Methods in Measurement and Communication</i></a>
</p>
<h4 style="text-decoration: underline;">Masters of Science in Environmental Science</h4>
<p class="mb-0" >2014 - 2016 · University of Kansas</p>
<p>
Thesis:
<a href="https://www-sciencedirect-com.www2.lib.ku.edu/science/article/pii/S0924271618302120"><i>Comprehensive Accuracy Assessment of MODIS Snow Cover Products and Global Snow Cover Trend Analysis</i></a>
</p>
<h4 style="text-decoration: underline;">Bachelors of Science in Environmental Science and Policy</h4>
<p class="mb-0" >2012 - 2014 · Plymouth State University</p>
<p>
Thesis:
<a href="https://github.com/JimColl/JimColl.github.io/blob/master/images/Paleoecology%20of%20a%20Kettle%20Bog.png"><i>Paleoecology of a Kettle Bog</i></a>
</p>
</div>
<h2 class="accordion ">
<span onclick="expandAccordion(this)" style="cursor: pointer;">
<i class="fas fa-briefcase"></i>
Experiences</span>
</h2>
<div
class="panel overflow-hidden"
>
<h4 style="text-decoration: underline;">Geospatial Hydroscience Developer</h4>
<p class="mb-0">
2022 - Current · Lynker
</p>
<p>Tackling big data questions across the flood mapping and remote sensing domain</p>
<h4 style="text-decoration: underline;">Geospatial Hydroscience Developer</h4>
<p class="mb-0">
2021 - 2022 · CISESS - University of Alabama
</p>
<p>As an Assistant Research Professional for the Cooperative Institute for Satellite Earth System Studies (CISESS) at the University of Alabama, I improved process representation and created validation data for the FIM projects and built out terrain and processing tools needed to parameterize channel routing models.</p>
<h4 style="text-decoration: underline;">HERS student mentor</h4>
<p class="mb-0">
2020 - 2021 · Kansas NSF EPSCoR
</p>
<p>Developed GIS curriculum guidance and critical spatial thinking assessment for the Haskell Environmental Research Studies summer program for indigenous undergraduate students.</p>
<h4 style="text-decoration: underline;">Student Course Coordinator and Research Fellow</h4>
<p class="mb-0">
2016 - 2017 · CUAHSI Summer Institute
</p>
<p>As a student course coordinator I helped lead students towards the successful execution of projects related to the National Water Model, and as a Research Fellow I worked at the National Water Center in advancement of the National Water Model.</p>
<h4 style="text-decoration: underline;">River Forecast Hydrologist - Student Volunteer</h4>
<p class="mb-0">
2015 - 2016 · Missouri Basin River Forecast Center
</p>
<p>Forecasted river conditions alongside senior forecasters and developed working knowledge of NOAA river forecasting models, tools, and data inputs.</p>
<h4 style="text-decoration: underline;">Research Fellow</h4>
<p class="mb-0">
2017 - 2019 · AAG - UCGIS - UIUC CyberGIS Summer Schools
</p>
<p>Developed background and principles of CyberGIS cloud and HPC practices, with a focus on LIDAR processing and ARCO standards.</p>
<h4 style="text-decoration: underline;">Cartographer 1</h4>
<p class="mb-0">
2014 · New Hampshire Department of Safety
</p>
<p>Used ArcGIS and GPS to map locations across New Hampshire for emergency response use. Developed standard operating procedures to streamline mapping products as the state transitioned to the NextGen 911 system.</p>
<h4 style="text-decoration: underline;">FAA Certified Remote Pilot</h4>
<p >
<em>Active</em> · Part 107 FAA Remote Pilot - commercial drone operator
</p>
<p></p>
</div>
<h2 class="accordion ">
<span onclick="expandAccordion(this)" style="cursor: pointer;">
<i class="fas fa-chalkboard-teacher"></i>
Classes</span>
</h2>
<div
class="panel overflow-hidden"
>
<dl>
<dt>
<a href="/classes/geog111" style="font-variant: small-caps; ">Introduction to GEOINT</a>
</dt>
<dd class="mb-0 ml-3 markdownify">Introduction to geospatial technology and problem solving in the intelligence community</dd>
<dt>
<a href="/classes/geog358" style="font-variant: small-caps; ">Introduction to GIS</a>
</dt>
<dd class="mb-0 ml-3 markdownify">Introduction to ArcGIS and GIScience</dd>
<dt>
<a href="/classes/geog558" style="font-variant: small-caps; ">Intermediate GIS</a>
</dt>
<dd class="mb-0 ml-3 markdownify">Intermediate ArcGIS and GIScience concepts</dd>
<dt>
<a href="/classes/random" style="font-variant: small-caps; ">Random</a>
</dt>
<dd class="mb-0 ml-3 markdownify">An assortment of tutorials, links, and random musings</dd>
</dl>
</div>
<h2 class="accordion ">
<span onclick="expandAccordion(this)" style="cursor: pointer;">
<i class="fas fa-cogs"></i>
Projects</span>
</h2>
<div
class="panel overflow-hidden"
>
<h4>
<a href="https://jamesmcoll.users.earthengine.app/">Google Earth Engine</a>
</h4>
<div class="markdownify">Selected Google Earth Engine Applications including TrendySnow and TEAM</div>
<h4>
<a href="">Flood mapping</a>
</h4>
<div class="markdownify">• <a href='https://ku.maps.arcgis.com/apps/MapJournal/index.html?appid=623443c9e4d44d339b855f1cf8a00253'>FOSSFlood: GUI driven HAND based flood impact mapping</a> <br> • <a href='https://www.arcgis.com/apps/dashboards/dfa979db9f6f44fd8694bb1e9f53623a'>Real time Kansas flood mapping dashboard using FLDPLN</a> <br> • <a href='https://github.com/NOAA-OWP/inundation-mapping'>HAND based inundation mapping input generation</a> <br> • <a href='https://github.com/NOAA-OWP/ras2fim'>HEC-RAS based inundation mapping library creation</a></div>
<h4>
<a href="https://www.youtube.com/watch?v=xWqQ1-G3MvQ">Adventures in Geodesy</a>
</h4>
<div class="markdownify">• Potree examples: <a href='https://JimColl.github.io/potree/annotations.html'>Annotations</a> | <a href='https://JimColl.github.io/potree/cesium_ca13.html'>cesium_ca13</a> | <a href='https://JimColl.github.io/potree/cesium_retz.html'>cesium retz</a> | <a href='https://JimColl.github.io/potree/deviceorientation.html'>Device test</a> | <br>• A flock of lions:<a href='https://JimColl.github.io/potree/lion_las.html'>las</a> | <a href='https://JimColl.github.io/potree/lion_laz.html'>laz</a> | <a href='https://JimColl.github.io/potree/lion_cloud.html'><s>self-hosted</s></a> | <a href='https://JimColl.github.io/potree/ept.html'>etp</a> <br>• KS baker wetlands: <a href='https://JimColl.github.io/potree/KS_BakerWetlands_point.html'>point cloud</a> | <a href='https://JimColl.github.io/potree/KS_BakerWetlands_map.html'>web map</a> | <a href='https://JimColl.github.io/potree/KS_BakerWetlands_map.html'>embedded</a><br> • <a href='https://www.dropbox.com/s/4ic6onozczr16jl/DronesForGeology.pptx?dl=0'>KU Geology Field Station</a> | <a href='https://JimColl.github.io/potree/KS_GEOG_FC.html'>Point Clouds</a> <br> • <s>Flume</s>: <a href='https://JimColl.github.io/potree/Flume.html'>point cloud</a><br> <a href='https://usgs.entwine.io/'>USGS Entwine clouds</a> <br><br></div>
</div>
<h2 class="accordion ">
<span onclick="expandAccordion(this)" style="cursor: pointer;">
<i class="fas fa-book"></i>
Publications</span>
</h2>
<div
class="panel overflow-hidden"
>
<h4 style="text-decoration: underline;">Journal Articles</h4><p>2018.
Coll J M, Li X.
<em>Comprehensive Accuracy Assessment of MODIS Daily Snow Cover Products and Gap Filling Methods.</em>
Remote Sensing of Environment.
</p>
<p>2018.
Johnson J. M, Coll J M, Ruess J. P, and Hastings T. J. .
<em>Challenges and Opportunities for Creating Intelligent Disaster Alerts.</em>
Journal of the American Water Resources Association.
</p>
<h4 style="text-decoration: underline;">Other Peer Reviewed Articles</h4><p>2019.
Coll J M, Li X.
<em>Google Earth Engine.</em>
Geographic Information Science & Technology Body of Knowledge.
</p>
<p>2018.
.
<em>National Water Centers Innovators Program Summer Institute Report. Consortium of Universities for the Advancement of Hydrologic Science, Inc. Technical Report No 14.</em>
CUAHSI.
</p>
<p>2016.
Maidment, D.R., Rajib, A., Lin, P., Clark, E. P.
<em>National Water Center Innovators Program Summer Institute Report. Consortium of Universities for the Advancement of Hydrologic Science, Inc. Technical Report No. 13 (Chapters 1 & 13).</em>
CUAHSI.
</p>
</div>
<h2 class="accordion ">
<span onclick="expandAccordion(this)" style="cursor: pointer;">
<i class="fas fa-hands-helping"></i>
Service</span>
</h2>
<div
class="panel overflow-hidden"
>
<dl>
<dt class="mb-0">
ESIP Cloud Computing Community Fellow
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify">2021 - 2022</span>
·
ESIP
</dd>
<dd class="mb-0 ml-4 markdownify">Assisted cloud computing cluster in monthly telecon, seasonal meetings, and the Pangeo Showcase</dd>
</dl>
<dl>
<dt class="mb-0">
Graduate representative
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify">2020</span>
·
Geography and Atmospheric Science Curriculum Committee
</dd>
<dd class="mb-0 ml-4 markdownify">Provided graduate student prospective on curriculum related affairs for the department</dd>
</dl>
<dl>
<dt class="mb-0">
AP Environmental Science Reader
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify">2020, 2022</span>
·
The College Board
</dd>
<dd class="mb-0 ml-4 markdownify">Read for the Advanced Placement Environmental Science exam</dd>
</dl>
<dl>
<dt class="mb-0">
Graduate Student Advisory Board
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify">2018</span>
·
KU Graduate Affairs
</dd>
<dd class="mb-0 ml-4 markdownify">Advised Graduate affairs as to how to codify the mentor-mentee relationship as laid out in the graduate student handbook</dd>
</dl>
<dl>
<dt class="mb-0">
Graduate Student Volunteer
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify">2017-2018</span>
·
Science Olympiad
</dd>
<dd class="mb-0 ml-4 markdownify">Wrote and proctored exams in the Remote Sensing and Dynamic Planet: Glaciers topics</dd>
</dl>
<dl>
<dt class="mb-0">
Vice president
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify">2018</span>
·
Geography Student Organization
</dd>
<dd class="mb-0 ml-4 markdownify">Provided graduate student support to departmental events</dd>
</dl>
<dl>
<dt class="mb-0">
President/past president
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify">2015-2020</span>
·
GISDay@KU
</dd>
<dd class="mb-0 ml-4 markdownify">Organized and hosted GISDay at KU</dd>
</dl>
</div>
<h2 class="accordion ">
<span onclick="expandAccordion(this)" style="cursor: pointer;">
<i class="fas fa-award"></i>
Honors and awards</span>
</h2>
<div
class="panel overflow-hidden"
>
<dl>
<dt class="mb-0">
Course development Scholarship (2020)
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify"></span>
·
University of Kansas Intelligence Community Centers for Academic Excellence
</dd>
<dd class="mb-0 ml-4 markdownify"></dd>
</dl>
<dl>
<dt class="mb-0">
KU Graduate Research Competition (2018)
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify"></span>
·
University of Kansas Office of Graduate Studies
</dd>
<dd class="mb-0 ml-4 markdownify"></dd>
</dl>
<dl>
<dt class="mb-0">
KU Field Station Student Research Award (2018)
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify"></span>
·
Kansas Biological Survey - KBS
</dd>
<dd class="mb-0 ml-4 markdownify"></dd>
</dl>
<dl>
<dt class="mb-0">
Capital Graduate Research Summit (2016 & 2018)
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify"></span>
·
Kansas
</dd>
<dd class="mb-0 ml-4 markdownify"></dd>
</dl>
<dl>
<dt class="mb-0">
Cyrosphere flash freeze award (2017)
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify"></span>
·
AGU Cryosphere section
</dd>
<dd class="mb-0 ml-4 markdownify"></dd>
</dl>
<dl>
<dt class="mb-0">
COMET grant (2016)
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify"></span>
·
UCAR and NOAA Partners Projects
</dd>
<dd class="mb-0 ml-4 markdownify"></dd>
</dl>
<dl>
<dt class="mb-0">
Eagle Scout
</dt>
<dd class="mb-0 ml-3">
<span class="markdownify"></span>
·
Boy Scouts of American
</dd>
<dd class="mb-0 ml-4 markdownify"></dd>
</dl>
</div>
<script src="/js/accordion.js"></script>
</div>
</div>
</main>
</body>
</html>