-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
619 lines (604 loc) · 48.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.3/flowbite.min.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;700;900&display=swap" rel="stylesheet">
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/navigation.css">
<title>I-GUIDE</title>
</head>
<body>
<nav id="navigation" class="tw-sticky tw-top-0 tw-z-50 tw-p-0 scrolledDown">
<div id="desktop-menu" class="tw-hidden md:tw-flex tw-items-center tw-justify-between tw-flex-wrap tw-bg-transparent md:tw-h-[100px] lg:tw-h-[120px] md:tw-px-5 lg:tw-px-20">
<div class="tw-flex tw-items-center tw-flex-shrink-0 tw-ml-3 md:tw-ml-4 tw-mr-6">
<img class="logo-color tw-h-[56px] tw-w-[115px] xl:tw-p-0 xl:tw-h-[80px] xl:tw-w-[165px]" src="assets/images/logo-color.png" alt="">
<img class="logo-white tw-h-[56px] tw-w-[115px] xl:tw-p-0 xl:tw-h-[80px] xl:tw-w-[165px]" src="assets/images/logo-w.png" alt="">
</div>
<div class="menu-main-navigation-container ">
<ul id="main-menu"
class="nav tw-hidden md:tw-flex tw-items-center tw-text-sm xl:tw-text-base tw-space-x-4 xl:tw-space-x-8 tw-font-light">
<li id="menu-item-28"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-28">
<a href="page.html">Overview</a>
<ul class="sub-menu">
<li id="menu-item-180"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-180"><a
href="page.html">About</a></li>
<li id="menu-item-179"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-179"><a
href="page.html">Leadership</a></li>
<li id="menu-item-427"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-427">
<a href="page.html">I-GUIDE Teams</a>
<ul class="sub-menu">
<li id="menu-item-129"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129">
<a href="page.html">Convergence Science
Catalysts</a>
</li>
<li id="menu-item-124"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124">
<a href="page.html">Geospatial Artificial Intelligence
&
Data Science</a>
</li>
<li id="menu-item-128"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128">
<a href="page.html">Core Cyberinfrastructure
Capabilities
& Services</a>
</li>
<li id="menu-item-127"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127">
<a href="page.html">Education & Workforce
Development</a>
</li>
<li id="menu-item-126"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-126">
<a href="page.html">Engagement &
Partnerships</a>
</li>
<li id="menu-item-125"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125">
<a href="page.html">Evaluation & Knowledge
Transfer</a>
</li>
</ul>
</li>
<li id="menu-item-315"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-315"><a
href="page.html">Partners</a></li>
<li id="menu-item-483"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-483"><a
href="page.html">External
Advisory Board</a></li>
<li id="menu-item-966"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-966"><a
href="page.html">FAQ</a></li>
</ul>
</li>
<li id="menu-item-1208"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1208">
<a href="#">Stories & Outreach</a>
<ul class="sub-menu">
<li id="menu-item-579"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-579"><a
href="page.html">News & Happenings</a></li>
<li id="menu-item-1229"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1229"><a
href="page.html">Convergence
Science</a>
</li>
<li id="menu-item-1206"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1206">
<a href="#">Activities & Events</a>
<ul class="sub-menu">
<li id="menu-item-1266"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1266">
<a href="page.html">Summer School 2023</a>
</li>
<li id="menu-item-1211"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1211">
<a href="page.html">Virtual Consulting Office</a>
</li>
<li id="menu-item-460"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-460">
<a href="page.html">Webinars</a>
</li>
<li id="menu-item-703"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-703">
<a href="#">All-Hands Meetings</a>
<ul class="sub-menu">
<li id="menu-item-677"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-677">
<a href="page.html">I-GUIDE
AHM 2022 (Virtual)</a>
</li>
<li id="menu-item-830"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-830">
<a href="page.html">I-GUIDE
AHM 2022 (In-person)</a>
</li>
</ul>
</li>
</ul>
</li>
<li id="menu-item-459"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-459">
<a href="#">Conferences</a>
<ul class="sub-menu">
<li id="menu-item-772"
class="menu-item menu-item-type-post_type menu-item-object-news_events menu-item-772">
<a href="page.html">AGU
2022</a>
</li>
<li id="menu-item-1110"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1110">
<a href="page.html">AAG
2023</a>
</li>
</ul>
</li>
<li id="menu-item-696"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-696"><a
href="page.html">Calendar</a></li>
</ul>
</li>
<li id="menu-item-1032"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1032">
<a href="#">Initiatives & Resources<i class="fas fa-sort-down ml-2"
aria-hidden="true"></i></a>
<ul class="sub-menu">
<li id="menu-item-1030"
class="platform menu-item menu-item-type-post_type menu-item-object-page menu-item-1030">
<a target="_blank" rel="noopener" href="page.html">I-GUIDE
Platform</a>
</li>
<li id="menu-item-1031"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1031"><a
href="page.html">Resources
Catalog</a></li>
<li id="menu-item-1559"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1559"><a
href="page.html">Geoethics</a></li>
<li id="menu-item-1267"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1267"><a
href="page.html">Convergence
Curriculum for Geospatial Data Science</a></li>
</ul>
</li>
<li id="menu-item-205"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-205"><a
href="page.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<div class="hero-section tw-relative tw-pb-5 md:tw-pb-[130px] tw-pt-[100px] tw--mt-[70px] md:tw--mt-[200px] md:tw-pt-[200px] tw-overflow-hidden">
<div class="tw-w-full">
<div class="tw-flex tw-flex-col md:tw-px-10 md:tw-flex-row md:tw-gap-5 lg:tw-gap-10 tw-justify-start">
<div class="vw-screen tw-px-10 md:tw-w-4/12 lg:tw-w-1/3 md:tw-mt-7 md:tw-pl-5 lg:tw-mt-10 lg:tw-pl-17">
<div id="tabs-nav" class="tw-text-white tw-text-[50px] md:tw-text-[4vw] tw-font-semibold tw-text-shadow tw-inline-block">
<h1 class="tw-mb-3 md:tw-mb-3 lg:tw-mb-5">
<span id="map" class="sweep-to-right tw-cursor-pointer" link="#map-slide">Map. </span><br>
<span id="connect" class="sweep-to-right tw-cursor-pointer" link="#connect-slide">Connect.</span><br>
<span id="discover" class="sweep-to-right tw-cursor-pointer" link="#discover-slide">Discover.</span>
</h1>
</div>
<p class="tw-text-white tw-text-sm md:tw-text-base tw-font-light inline-block">
<strong>I-GUIDE</strong> is empowering diverse communities to produce data-intensive solutions to society’s resilience and sustainability challenges.
</p>
</div>
<div class="tw-w-screen tw-mt-5 md:tw-mt-7 md:tw-w-8/12 lg:tw-w-2/3">
<div id="tabs-content" class="md:tw-w-[150%] lg:tw-w-[110%]">
<div id="map-slide" class="hero-tab-content tw-p-0 lg:tw-p-2 z-20">
<div class="md:tw-grid md:tw-grid-cols-7 md:tw-gap-5 lg:tw-gap-7">
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 md:tw-m-0 md:tw-max-h-none animate tw-col-span-2 tw-row-span-2 tw-ease-in tw-duration-300 tw-h-fit tw-overflow-hidden tw-relative md:tw-mt-10 tw-rounded-lg tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-1s">
<img src="assets/images/top1.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-2">I-GUIDE Webinar Series
</h1>
</div>
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 md:tw-m-0 md:tw-max-h-none animate tw-col-start-3 tw-col-end-6 tw-ease-in tw-duration-300 tw-h-fit tw-relative tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-2s">
<img src="assets/images/top2.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-2">The first in-person
I-GUIDE AHM!</h1>
</div>
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 md:tw-m-0 md:tw-max-h-none animate tw-col-start-3 tw-col-end-6 tw-ease-in tw-duration-300 tw-h-fit tw-relative tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-3s">
<img src="assets/images/top3.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-4">I-GUIDE All-Hands Meeting
(Virtual) </h1>
</div>
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 tw-hidden md:tw-flex md:tw-m-0 md:tw-max-h-none animate tw-col-start-6 tw-col-span-2 tw-row-start-1 tw-ease-in tw-duration-300 tw-row-span-2 tw-h-fit tw-relative md:tw-mt-20 tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-4s">
<img src="assets/images/top1.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-2">I-GUIDE Webinar Series
</h1>
</div>
</div>
</div>
<div id="connect-slide" class="hero-tab-content tw-p-0 lg:tw-p-2 z-20">
<div class="md:tw-grid md:tw-grid-cols-7 md:tw-gap-5 lg:tw-gap-7">
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 md:tw-m-0 md:tw-max-h-none animate tw-col-span-2 tw-row-span-2 tw-ease-in tw-duration-300 tw-h-fit tw-overflow-hidden tw-relative md:tw-mt-10 tw-rounded-lg tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-1s">
<img src="assets/images/top1.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-2">I-GUIDE Webinar Series
</h1>
</div>
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 md:tw-m-0 md:tw-max-h-none animate tw-col-start-3 tw-col-end-6 tw-ease-in tw-duration-300 tw-h-fit tw-relative tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-2s">
<img src="assets/images/top2.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-2">The first in-person
I-GUIDE AHM!</h1>
</div>
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 md:tw-m-0 md:tw-max-h-none animate tw-col-start-3 tw-col-end-6 tw-ease-in tw-duration-300 tw-h-fit tw-relative tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-3s">
<img src="assets/images/top3.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-4">I-GUIDE All-Hands Meeting
(Virtual) </h1>
</div>
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 tw-hidden md:tw-flex md:tw-m-0 md:tw-max-h-none animate tw-col-start-6 tw-col-span-2 tw-row-start-1 tw-ease-in tw-duration-300 tw-row-span-2 tw-h-fit tw-relative md:tw-mt-20 tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-4s">
<img src="assets/images/top1.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-2">I-GUIDE Webinar Series
</h1>
</div>
</div>
</div>
<div id="discover-slide" class="hero-tab-content tw-p-0 lg:tw-p-2 z-20">
<div class="md:tw-grid md:tw-grid-cols-7 md:tw-gap-5 lg:tw-gap-7">
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 md:tw-m-0 md:tw-max-h-none animate tw-col-span-2 tw-row-span-2 tw-ease-in tw-duration-300 tw-h-fit tw-overflow-hidden tw-relative md:tw-mt-10 tw-rounded-lg tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-1s">
<img src="assets/images/top1.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-2">I-GUIDE Webinar Series
</h1>
</div>
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 md:tw-m-0 md:tw-max-h-none animate tw-col-start-3 tw-col-end-6 tw-ease-in tw-duration-300 tw-h-fit tw-relative tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-2s">
<img src="assets/images/top2.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-2">The first in-person
I-GUIDE AHM!</h1>
</div>
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 md:tw-m-0 md:tw-max-h-none animate tw-col-start-3 tw-col-end-6 tw-ease-in tw-duration-300 tw-h-fit tw-relative tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-3s">
<img src="assets/images/top3.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-4">I-GUIDE All-Hands Meeting
(Virtual) </h1>
</div>
<div class="tw-max-h-[150px] tw-mx-10 tw-mb-5 tw-hidden md:tw-flex md:tw-m-0 md:tw-max-h-none animate tw-col-start-6 tw-col-span-2 tw-row-start-1 tw-ease-in tw-duration-300 tw-row-span-2 tw-h-fit tw-relative md:tw-mt-20 tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md hover:tw-scale-110 hover:tw-drop-shadow-2xl animate__delay-4s">
<img src="assets/images/top1.png" alt="">
<h1 class=" tw-absolute tw-text-white tw-bottom-0 tw-font-semibold tw-px-3 tw-pb-2">I-GUIDE Webinar Series
</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tw-invisible sm:tw-visible custom-shape-divider-bottom-1676052306 z-10">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M1200 120L0 16.48 0 0 1200 0 1200 120z" class="shape-fill"></path>
</svg>
</div>
</div>
<div class="tw-container tw-flex tw-flex-col tw-gap-5 lg:tw-gap-10 tw-px-10 lg:tw-grid md:tw-grid-cols-2 md:tw-grid-row-[min-content_min-content] tw-pt-10">
<div class="tw-text-center lg:tw-text-left tw-w-full md:tw-col-start-2">
<h1 class="tw-text-3xl md:tw-text-6xl lg:tw-text-7xl xl:tw-text-8xl">
<span class="tw-text-ig-brown lg:tw-hidden">We are </span><span class="tw-text-ig-blue tw-font-black">I</span><span class="tw-text-ig-brown tw-font-black">-</span><span class="tw-text-ig-teal tw-font-black">G</span><span class="tw-text-ig-olive tw-font-black">U</span><span class="tw-text-ig-light-green tw-font-black">I</span><span class="tw-text-ig-orange tw-font-black">D</span><span class="tw-text-ig-mustard tw-font-black">E</span>
</h1>
</div>
<div class="md:tw-col-start-2 md:tw-row-start-2">
<p class="tw-z-2 tw-text-xs md:tw-text-sm lg:tw-text-base tw-font-light tw-tracking-wide tw-mt-1 tw-text-center lg:tw-text-left">The National Science Foundation (NSF) Institute for
Geospatial Understanding through an Integrative Discovery Environment (I-GUIDE) integrates AI and
cyberGIS, reproducible data-intensive analytics and modeling, FAIR data principles, and innovative
education and workforce development programs to transform geospatial data-intensive sciences.
This transformation catalyzes new convergence science to advance many fields, including computer, data,
and information sciences, atmospheric sciences, ecology, economics, environmental science and
engineering, human-environment and geographical sciences, hydrology and water sciences, industrial
engineering, sociology, and statistics.
I-GUIDE empowers various communities to generate data-intensive solutions to society's resilience and
sustainability concerns through synergistic achievements in these disciplines. </p>
</div>
<div class="tw-w-full tw-flex tw-justify-center tw-drop-shadow-xl md:tw-row-start-1 md:tw-row-span-2">
<div class="tw-bg-gray-300 tw-w-full tw-aspect-video lg:tw-aspect-auto tw-overflow-hidden tw-rounded-lg ">
<iframe id="kmsembed-1_ebqgma2n" width="100%" height="100%"
src="https://mediaspace.illinois.edu/embed/secure/iframe/entryId/1_ebqgma2n/uiConfId/26883701"
class="kmsembed" allowfullscreen webkitallowfullscreen mozAllowFullScreen
allow="autoplay *; fullscreen *; encrypted-media *" referrerPolicy="no-referrer-when-downgrade"
sandbox="allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation"
frameborder="0" title="Kaltura Player"></iframe>
</div>
</div>
</div>
<div class="tw-w-screen tw-overflow-y-visible tw-relative tw-py-20">
<div class="tw-w-full tw-bg-gray-200" style="transform: rotate(-2deg); height:1px !important;"></div>
</div>
<div class="project-section tw-px-10">
<div class="tw-flex">
<div class="tw-w-full md:tw-w-3/4">
<h1 class="tw-text-2xl lg:tw-text-3xl tw-font-semibold">Overcoming Scientific and Societal Challenges</h1>
<p class="tw-text-sm lg:tw-text-base tw-font-light tw-my-5 ">Uniting Interdisciplinary Knowledge to Solve Real-World Problems! By
fostering collaboration and providing access to advanced geospatial data capabilities, I-GUIDE is
tackling fundamental scientific and societal challenges with innovative solutions.</p>
</div>
</div>
<div class="tw-min-h-[450px]">
<div class="tw-mb-4">
<ul id="project-tabs-nav" class="tw-flex tw-flex-wrap tw--mb-px tw-text-sm lg:tw-text-base tw-font-semibold tw-text-center">
<li class="tw-flex-1 tw-text-center tw-border-b-2 tw-p-5 tw-cursor-pointer tw-grid tw-content-center" link="#proj1">Aging Dam</li>
<li class="tw-flex-1 md:tw-flex-2 tw-text-center tw-border-b-2 tw-p-5 tw-cursor-pointer tw-grid tw-content-center" link="#proj2">Geospatial Data Science Convergence Curriculum</li>
<li class="tw-flex-1 tw-text-center tw-border-b-2 tw-p-5 tw-cursor-pointer tw-grid tw-content-center" link="#proj3">Hypercube</li>
<li class="tw-flex-1 tw-text-center tw-border-b-2 tw-p-5 tw-cursor-pointer tw-grid tw-content-center" link="#proj4">Geoethics</li>
</ul>
</div>
<div class="tw-w-full">
<div id="proj1" class="project-tab-content">
<div class="tw-flex tw-flex-col md:tw-flex-row tw-gap-10 tw-p-0 md:tw-p-4">
<div class="projLeft md:tw-basis-7/12 animate__delay-1s">
<h1 class="tw-text-2xl lg:tw-text-3xl tw-mb-5 tw-text-ig-orange tw-font-semibold">Vulnerability Analysis for Aging Dam
Infrastructure 1</h1>
<p class="tw-text-sm lg:tw-text-base tw-font-light tw-text-black dark:tw-text-gray-400 ">This study aims to examine the impact
of
potential dam failures on socioeconomically disadvantaged populations in the United States. The
researchers analyze 427 federal dams in the contiguous US using a combination of data retrieval,
spatial operations, and statistical analysis. Their findings will show which populations are
most vulnerable to the effects of dam failures and which states have the highest number of dams
that could impact these populations. The study also highlights the challenges faced during the
data processing stage, including bottlenecks and roadblocks. The goal is to better understand
the potential risks to communities and inform decision-making around dam safety.</p>
</div>
<div class="projRight md:tw-basis-5/12 animate__delay-5s">
<div class="tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md">
<img src="assets/images/dam.png" alt="">
</div>
</div>
</div>
</div>
<div id="proj2" class="project-tab-content">
<div class="tw-flex tw-flex-col md:tw-flex-row tw-gap-10 tw-p-0 md:tw-p-4">
<div class="projLeft md:tw-basis-7/12 animate__delay-1s">
<h1 class="tw-text-2xl lg:tw-text-3xl tw-mb-5 tw-text-ig-orange tw-font-semibold">Vulnerability Analysis for Aging Dam
Infrastructure 1</h1>
<p class="tw-text-sm lg:tw-text-base tw-font-light tw-text-black dark:tw-text-gray-400 ">This study aims to examine the impact
of
potential dam failures on socioeconomically disadvantaged populations in the United States. The
researchers analyze 427 federal dams in the contiguous US using a combination of data retrieval,
spatial operations, and statistical analysis. Their findings will show which populations are
most vulnerable to the effects of dam failures and which states have the highest number of dams
that could impact these populations. The study also highlights the challenges faced during the
data processing stage, including bottlenecks and roadblocks. The goal is to better understand
the potential risks to communities and inform decision-making around dam safety.</p>
</div>
<div class="projRight md:tw-basis-5/12 animate__delay-5s">
<div class="tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md">
<img src="assets/images/dam.png" alt="">
</div>
</div>
</div>
</div>
<div id="proj3" class="project-tab-content">
<div class="tw-flex tw-flex-col md:tw-flex-row tw-gap-10 tw-p-0 md:tw-p-4">
<div class="projLeft md:tw-basis-7/12 animate__delay-1s">
<h1 class="tw-text-2xl lg:tw-text-3xl tw-mb-5 tw-text-ig-orange tw-font-semibold">Vulnerability Analysis for Aging Dam
Infrastructure 1</h1>
<p class="tw-text-sm lg:tw-text-base tw-font-light tw-text-black dark:tw-text-gray-400 ">This study aims to examine the impact
of
potential dam failures on socioeconomically disadvantaged populations in the United States. The
researchers analyze 427 federal dams in the contiguous US using a combination of data retrieval,
spatial operations, and statistical analysis. Their findings will show which populations are
most vulnerable to the effects of dam failures and which states have the highest number of dams
that could impact these populations. The study also highlights the challenges faced during the
data processing stage, including bottlenecks and roadblocks. The goal is to better understand
the potential risks to communities and inform decision-making around dam safety.</p>
</div>
<div class="projRight md:tw-basis-5/12 animate__delay-5s">
<div class="tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md">
<img src="assets/images/dam.png" alt="">
</div>
</div>
</div>
</div>
<div id="proj4" class="project-tab-content">
<div class="tw-flex tw-flex-col md:tw-flex-row tw-gap-10 tw-p-0 md:tw-p-4">
<div class="projLeft md:tw-basis-7/12 animate__delay-1s">
<h1 class="tw-text-2xl lg:tw-text-3xl tw-mb-5 tw-text-ig-orange tw-font-semibold">Vulnerability Analysis for Aging Dam
Infrastructure 1</h1>
<p class="tw-text-sm lg:tw-text-base tw-font-light tw-text-black dark:tw-text-gray-400 ">This study aims to examine the impact
of
potential dam failures on socioeconomically disadvantaged populations in the United States. The
researchers analyze 427 federal dams in the contiguous US using a combination of data retrieval,
spatial operations, and statistical analysis. Their findings will show which populations are
most vulnerable to the effects of dam failures and which states have the highest number of dams
that could impact these populations. The study also highlights the challenges faced during the
data processing stage, including bottlenecks and roadblocks. The goal is to better understand
the potential risks to communities and inform decision-making around dam safety.</p>
</div>
<div class="projRight md:tw-basis-5/12 animate__delay-5s">
<div class="tw-rounded-lg tw-overflow-hidden tw-drop-shadow-md">
<img src="assets/images/dam.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tw-w-screen tw-overflow-y-visible tw-relative tw-py-20">
<div class="tw-w-full tw-bg-gray-200" style="transform: rotate(2deg); height:1px !important;"></div>
</div>
<div class="news-section tw-w-full tw-px-10 tw-my-10">
<h1 class="tw-text-2xl lg:tw-text-3xl tw-font-semibold">NEWS AND UPDATES</h1>
<div class="news-grid tw-grid md:tw-grid-cols-3 lg:tw-grid-cols-4 md:tw-grid-rows-2 md:tw-grid-flow-row tw-gap-3 md:tw-gap-5 lg:tw-gap-7 tw-mt-5">
<div class="tw-max-w-sm tw-rounded tw-overflow-hidden tw-ease-in tw-duration-300 tw-shadow-lg hover:tw-shadow-xl">
<img class="tw-object-cover tw-h-[200px] tw-w-full" src="assets/images/top1.png" alt="Sunset in the mountains">
<div class="tw-px-2 md:tw-px-6 tw-py-4">
<div class="tw-font-semibold tw-text-base lg:tw-text-xl tw-mb-2">December 2022 Newsletter 1</div>
<p class="tw-text-gray-400 tw-font-light tw-italic tw-text-xs lg:tw-text-base">
Posted 4 Days Ago
</p>
</div>
</div>
<div class="tw-max-w-sm tw-rounded tw-overflow-hidden tw-ease-in tw-duration-300 tw-shadow-lg hover:tw-shadow-xl">
<img class="tw-object-cover tw-h-[200px] tw-w-full" src="assets/images/top1.png" alt="Sunset in the mountains">
<div class="tw-px-2 md:tw-px-6 tw-py-4">
<div class="tw-font-semibold tw-text-base lg:tw-text-xl tw-mb-2">December 2022 Newsletter 1</div>
<p class="tw-text-gray-400 tw-font-light tw-italic tw-text-xs lg:tw-text-base">
Posted 4 Days Ago
</p>
</div>
</div>
<div class="tw-max-w-sm tw-rounded tw-overflow-hidden tw-ease-in tw-duration-300 tw-shadow-lg hover:tw-shadow-xl">
<img class="tw-object-cover tw-h-[200px] tw-w-full" src="assets/images/top1.png" alt="Sunset in the mountains">
<div class="tw-px-2 md:tw-px-6 tw-py-4">
<div class="tw-font-semibold tw-text-base lg:tw-text-xl tw-mb-2">December 2022 Newsletter 1</div>
<p class="tw-text-gray-400 tw-font-light tw-italic tw-text-xs lg:tw-text-base">
Posted 4 Days Ago
</p>
</div>
</div>
<div class="tw-max-w-sm tw-rounded tw-overflow-hidden tw-ease-in tw-duration-300 tw-shadow-lg hover:tw-shadow-xl">
<img class="tw-object-cover tw-h-[200px] tw-w-full" src="assets/images/top1.png" alt="Sunset in the mountains">
<div class="tw-px-2 md:tw-px-6 tw-py-4">
<div class="tw-font-semibold tw-text-base lg:tw-text-xl tw-mb-2">December 2022 Newsletter 1</div>
<p class="tw-text-gray-400 tw-font-light tw-italic tw-text-xs lg:tw-text-base">
Posted 4 Days Ago
</p>
</div>
</div>
<div class="tw-hidden lg:tw-block tw-max-w-sm tw-rounded tw-overflow-hidden tw-ease-in tw-duration-300 tw-shadow-lg hover:tw-shadow-xl">
<img class="tw-object-cover tw-h-[200px] tw-w-full" src="assets/images/top1.png" alt="Sunset in the mountains">
<div class="tw-px-2 md:tw-px-6 tw-py-4">
<div class="tw-font-semibold tw-text-base lg:tw-text-xl tw-mb-2">December 2022 Newsletter 5</div>
<p class="tw-text-gray-400 tw-font-light tw-italic tw-text-xs lg:tw-text-base">
Posted 4 Days Ago
</p>
</div>
</div>
<div class="tw-hidden lg:tw-block tw-max-w-sm tw-rounded tw-overflow-hidden tw-ease-in tw-duration-300 tw-shadow-lg hover:tw-shadow-xl">
<img class="tw-object-cover tw-h-[200px] tw-w-full" src="assets/images/top1.png" alt="Sunset in the mountains">
<div class="tw-px-2 md:tw-px-6 tw-py-4">
<div class="tw-font-semibold tw-text-base lg:tw-text-xl tw-mb-2">December 2022 Newsletter 5</div>
<p class="tw-text-gray-400 tw-font-light tw-italic tw-text-xs lg:tw-text-base">
Posted 4 Days Ago
</p>
</div>
</div>
<div id="tw-block" class="tw-max-w-sm md:tw-row-start-1 md:tw-row-span-2 tw-max-h-[400px] md:tw-max-h-[600px] tw-rounded-xl tw-shadow-lg tw-overflow-hidden md:tw-h-full">
<a class="twitter-timeline" data-height="800" href="https://twitter.com/NSFiGUIDE?ref_src=twsrc%5Etfw">Tweets by NSFiGUIDE</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
<div class="maillist-section tw-bg-gray-100 tw-w-full tw-p-10">
<h1 class="tw-text-2xl lg:tw-text-3xl tw-font-semibold">Join I-GUIDE's Mailing List</h1>
<p class="tw-font-light tw-text-sm lg:tw-text-base tw-text-black tw-mt-5">Join I-GUIDE's mailing list for updates on geospatial
discovery and
innovation. Stay informed on community priorities, cutting-edge data capabilities, and exciting
advancements in various disciplines. Don't miss out on opportunities to participate in shaping the
future of geospatial data-intensive sciences. Sign up now!</p>
<form action="#" class=" tw-mt-5">
<div class="tw-flex tw-flex-col md:tw-flex-row tw-gap-5 tw-items-center tw-mx-auto tw-mb-3 tw-space-y-4 sm:tw-flex sm:tw-space-y-0">
<div class="tw-relative tw-w-full">
<label for="email" class="tw-hidden tw-mb-2 tw-text-sm tw-font-semibold tw-text-gray-900">First name</label>
<div class="tw-flex tw-absolute tw-inset-y-0 tw-left-0 tw-items-center tw-pl-3 tw-pointer-events-none">
<svg class="tw-w-5 tw-h-5 tw-text-gray-500" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z"></path>
<path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"></path>
</svg>
</div>
<input
class="tw-block tw-p-3 tw-pl-10 tw-w-full tw-text-sm tw-text-gray-900 tw-bg-white tw-rounded-lg tw-border tw-border-gray-300 focus:tw-ring-primary-500 focus:tw-border-primary-500 "
placeholder="First name" type="text" id="fn" required>
</div>
<div class="tw-relative tw-w-full">
<label for="email" class="tw-hidden tw-mb-2 tw-text-sm tw-font-semibold tw-text-gray-900">Last name</label>
<div class="tw-flex tw-absolute tw-inset-y-0 tw-left-0 tw-items-center tw-pl-3 tw-pointer-events-none">
<svg class="tw-w-5 tw-h-5 tw-text-gray-500" fill="currentColor"
viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z"></path>
<path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"></path>
</svg>
</div>
<input
class="tw-block tw-p-3 tw-pl-10 tw-w-full tw-text-sm tw-text-gray-900 tw-bg-white tw-rounded-lg tw-border tw-border-gray-300 focus:tw-ring-primary-500 focus:tw-border-primary-500 "
placeholder="Last name" type="text" id="ln" required>
</div>
<div class="tw-relative tw-w-full">
<label for="email" class="tw-hidden tw-mb-2 tw-text-sm tw-font-semibold tw-text-gray-900">Email address</label>
<div class="tw-flex tw-absolute tw-inset-y-0 tw-left-0 tw-items-center tw-pl-3 tw-pointer-events-none">
<svg class="tw-w-5 tw-h-5 tw-text-gray-500 dark:tw-text-gray-400" fill="currentColor"
viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z"></path>
<path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"></path>
</svg>
</div>
<input
class="tw-block tw-p-3 tw-pl-10 tw-w-full tw-text-sm tw-ext-gray-900 tw-bg-white tw-rounded-lg tw-border tw-border-gray-300 focus:tw-ring-primary-500 focus:tw-order-primary-500 "
placeholder="Email address" type="email" id="email" required>
</div>
<div class="tw-w-full">
<button type="tw-submit"
class="tw-py-3 tw-px-5 tw-w-full tw-text-sm tw-font-semibold tw-text-center tw-text-white tw-rounded-lg tw-border tw-cursor-pointer tw-bg-ig-teal">Join Mailing List</button>
</div>
</div>
</form>
</div>
<div class="tw-collob-section tw-w-full tw-mt-12 tw-px-10 tw-max-w-full">
<h1 class="tw-text-2xl lg:tw-text-3xl tw-font-semibold">Collaborating Institutions</h1>
<div class="tw-flex tw-gap-x-5 tw-gap-y-10 md:tw-gap-y-10 tw-align-center tw-items-center tw-justify-content tw-mx-auto tw-flex-wrap tw-py-10 tw-mt-5">
<img src="assets/images/uiuc.png" alt="" class="tw-mx-auto tw-h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/columbiauniv.png" alt="" class="tw-mx-auto tw-h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/inst7.png" alt="" class="tw-mx-auto tw-h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/fiu.png" alt="" class="tw-mx-auto tw-h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/michiganstate.png" alt="" class="tw-mx-auto tw-h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/inst9.png" alt="" class="tw-mx-auto h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/purdue.png" alt="" class="tw-mx-auto h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/inst10.png" alt="" class="tw-mx-auto h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/inst8.png" alt="" class="tw-mx-auto h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/minnesota.png" alt="" class="tw-mx-auto tw-h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
<img src="assets/images/utahstate.png" alt="" class="tw-mx-auto tw-h-[10vh] md:tw-h-[80px] lg:tw-h-[12vh]">
</div>
</div>
<footer class="tw-flex tw-p-10">
<div class="tw-text-white">
<div class="tw-flex tw-flex-col tw-content-center md:tw-flex-row tw-justify-evenly">
<div class="tw-flex tw-content-center tw-my-auto tw-gap-x-5">
<img src="assets/images/nsf.png" alt="" class="tw-h-[50px] md:tw-h-[7vw]">
<div class="tw-text-xs lg:tw-text-base tw-text-white">
<h1 class="tw-font-bold">©
<script>document.write(new Date().getFullYear())</script> I-GUIDE All Rights Reserved
</h1>
<p class="tw-font-light tw-tracking-wide tw-leading-relaxed tw-mt-1">Institute for
Geospatial Understanding through an Integrative Discovery Environment <br class="tw-hidden md:tw-block lg:tw-hidden"> (I-GUIDE) <br class="tw-hidden lg:tw-block"> is supported by the National Science Foundation</p>
</div>
</div>
<div class="tw-py-5 tw-flex tw-gap-5 tw-justify-center">
<img src="assets/images/yt.png" alt="" class="tw-object-contain tw-max-w-[30px]">
<img src="assets/images/tw.png" alt="" class="tw-object-contain tw-max-w-[30px]">
<img src="assets/images/in.png" alt="" class="tw-object-contain tw-max-w-[30px]">
</div>
</div>
<div class="md:tw-mt-5 tw-mx-auto tw-text-center md:tw-w-9/12">
<p class="tw-text-[2.5vw] md:tw-text-[1.1vw] lg:tw-text-sm tw-font-light tw-inline-block">This material is based upon work supported by the National
Science Foundation under award No. 2118329. Any opinions, findings, conclusions, or recommendations
expressed in this material are those of the author(s) and do not necessarily reflect the views of
the National Science Foundation.</p>
</div>
</div>
<div class="tw-pt-7 tw-mb-0 tw-mt-auto tw-text-white">
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.3/flowbite.min.js"></script> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/SlickNav/1.0.10/slicknav.min.css"
integrity="sha512-heyoieAHmpAL3BdaQMsbIOhVvGb4+pl4aGCZqWzX/f1BChRArrBy/XUZDHW9WVi5p6pf92pX4yjkfmdaIYa2QQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/SlickNav/1.0.10/jquery.slicknav.min.js"
integrity="sha512-FmCXNJaXWw1fc3G8zO3WdwR2N23YTWDFDTM3uretxVIbZ7lvnjHkciW4zy6JGvnrgjkcNEk8UNtdGTLs2GExAw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.2/min/tiny-slider.js"></script>
<script type="text/javascript" src="assets/js/navigation.js"></script>
</body>
</html>