-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
701 lines (612 loc) · 29 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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>NASA Earth Sciences & UW Hackweek Application</title>
<meta property="og:image" content="https://raw.githubusercontent.com/uwhackweek/event-pages/main/participant_share.png"/>
<meta property="og:description" content="NASA Earth Sciences & UW Hackweek Application"/>
<style>
/* cspell:disable-file */
/* webkit printing magic: print all background colors */
html {
-webkit-print-color-adjust: exact;
}
* {
box-sizing: border-box;
-webkit-print-color-adjust: exact;
}
html,
body {
margin: 0;
padding: 0;
}
@media only screen {
body {
margin: 2em auto;
max-width: 900px;
color: rgb(55, 53, 47);
}
}
body {
line-height: 1.5;
white-space: pre-wrap;
}
a,
a.visited {
color: inherit;
text-decoration: underline;
}
.pdf-relative-link-path {
font-size: 80%;
color: #444;
}
h1,
h2,
h3 {
letter-spacing: -0.01em;
line-height: 1.2;
font-weight: 600;
margin-bottom: 0;
}
.page-title {
font-size: 2.5rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 0.75em;
}
h1 {
font-size: 1.875rem;
margin-top: 1.875rem;
}
h2 {
font-size: 1.5rem;
margin-top: 1.5rem;
}
h3 {
font-size: 1.25rem;
margin-top: 1.25rem;
}
.source {
border: 1px solid #ddd;
border-radius: 3px;
padding: 1.5em;
word-break: break-all;
}
.callout {
border-radius: 3px;
padding: 1rem;
}
figure {
margin: 1.25em 0;
page-break-inside: avoid;
}
figcaption {
opacity: 0.5;
font-size: 85%;
margin-top: 0.5em;
}
mark {
background-color: transparent;
}
.indented {
padding-left: 1.5em;
}
hr {
background: transparent;
display: block;
width: 100%;
height: 1px;
visibility: visible;
border: none;
border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}
img {
max-width: 100%;
}
@media only print {
img {
max-height: 100vh;
object-fit: contain;
}
}
@page {
margin: 1in;
}
.collection-content {
font-size: 0.875rem;
}
.column-list {
display: flex;
justify-content: space-between;
}
.column {
padding: 0 1em;
}
.column:first-child {
padding-left: 0;
}
.column:last-child {
padding-right: 0;
}
.table_of_contents-item {
display: block;
font-size: 0.875rem;
line-height: 1.3;
padding: 0.125rem;
}
.table_of_contents-indent-1 {
margin-left: 1.5rem;
}
.table_of_contents-indent-2 {
margin-left: 3rem;
}
.table_of_contents-indent-3 {
margin-left: 4.5rem;
}
.table_of_contents-link {
text-decoration: none;
opacity: 0.7;
border-bottom: 1px solid rgba(55, 53, 47, 0.18);
}
table,
th,
td {
border: 1px solid rgba(55, 53, 47, 0.09);
border-collapse: collapse;
}
table {
border-left: none;
border-right: none;
}
th,
td {
font-weight: normal;
padding: 0.25em 0.5em;
line-height: 1.5;
min-height: 1.5em;
text-align: left;
}
th {
color: rgba(55, 53, 47, 0.6);
}
ol,
ul {
margin: 0;
margin-block-start: 0.6em;
margin-block-end: 0.6em;
}
li > ol:first-child,
li > ul:first-child {
margin-block-start: 0.6em;
}
ul > li {
list-style: disc;
}
ul.to-do-list {
padding-inline-start: 0;
}
ul.to-do-list > li {
list-style: none;
}
.to-do-children-checked {
text-decoration: line-through;
opacity: 0.375;
}
ul.toggle > li {
list-style: none;
}
ul {
padding-inline-start: 1.7em;
}
ul > li {
padding-left: 0.1em;
}
ol {
padding-inline-start: 1.6em;
}
ol > li {
padding-left: 0.2em;
}
.mono ol {
padding-inline-start: 2em;
}
.mono ol > li {
text-indent: -0.4em;
}
.toggle {
padding-inline-start: 0em;
list-style-type: none;
}
/* Indent toggle children */
.toggle > li > details {
padding-left: 1.7em;
}
.toggle > li > details > summary {
margin-left: -1.1em;
}
.selected-value {
display: inline-block;
padding: 0 0.5em;
background: rgba(206, 205, 202, 0.5);
border-radius: 3px;
margin-right: 0.5em;
margin-top: 0.3em;
margin-bottom: 0.3em;
white-space: nowrap;
}
.collection-title {
display: inline-block;
margin-right: 1em;
}
.page-description {
margin-bottom: 2em;
}
.simple-table {
margin-top: 1em;
font-size: 0.875rem;
empty-cells: show;
}
.simple-table td {
height: 29px;
min-width: 120px;
}
.simple-table th {
height: 29px;
min-width: 120px;
}
.simple-table-header-color {
background: rgb(247, 246, 243);
color: black;
}
.simple-table-header {
font-weight: 500;
}
time {
opacity: 0.5;
}
.icon {
display: inline-block;
max-width: 1.2em;
max-height: 1.2em;
text-decoration: none;
vertical-align: text-bottom;
margin-right: 0.5em;
}
img.icon {
border-radius: 3px;
}
.user-icon {
width: 1.5em;
height: 1.5em;
border-radius: 100%;
margin-right: 0.5rem;
}
.user-icon-inner {
font-size: 0.8em;
}
.text-icon {
border: 1px solid #000;
text-align: center;
}
.page-cover-image {
display: block;
object-fit: cover;
width: 100%;
max-height: 30vh;
}
.page-header-icon {
font-size: 3rem;
margin-bottom: 1rem;
}
.page-header-icon-with-cover {
margin-top: -0.72em;
margin-left: 0.07em;
}
.page-header-icon img {
border-radius: 3px;
}
.link-to-page {
margin: 1em 0;
padding: 0;
border: none;
font-weight: 500;
}
p > .user {
opacity: 0.5;
}
td > .user,
td > time {
white-space: nowrap;
}
input[type="checkbox"] {
transform: scale(1.5);
margin-right: 0.6em;
vertical-align: middle;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.image {
border: none;
margin: 1.5em 0;
padding: 0;
border-radius: 0;
text-align: center;
}
.code,
code {
background: rgba(135, 131, 120, 0.15);
border-radius: 3px;
padding: 0.2em 0.4em;
border-radius: 3px;
font-size: 85%;
tab-size: 2;
}
code {
color: #eb5757;
}
.code {
padding: 1.5em 1em;
}
.code-wrap {
white-space: pre-wrap;
word-break: break-all;
}
.code > code {
background: none;
padding: 0;
font-size: 100%;
color: inherit;
}
blockquote {
font-size: 1.25em;
margin: 1em 0;
padding-left: 1em;
border-left: 3px solid rgb(55, 53, 47);
}
.bookmark {
text-decoration: none;
max-height: 8em;
padding: 0;
display: flex;
width: 100%;
align-items: stretch;
}
.bookmark-title {
font-size: 0.85em;
overflow: hidden;
text-overflow: ellipsis;
height: 1.75em;
white-space: nowrap;
}
.bookmark-text {
display: flex;
flex-direction: column;
}
.bookmark-info {
flex: 4 1 180px;
padding: 12px 14px 14px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bookmark-image {
width: 33%;
flex: 1 1 180px;
display: block;
position: relative;
object-fit: cover;
border-radius: 1px;
}
.bookmark-description {
color: rgba(55, 53, 47, 0.6);
font-size: 0.75em;
overflow: hidden;
max-height: 4.5em;
word-break: break-word;
}
.bookmark-href {
font-size: 0.75em;
margin-top: 0.25em;
}
.sans { font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; }
.code { font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace; }
.serif { font-family: Lyon-Text, Georgia, ui-serif, serif; }
.mono { font-family: iawriter-mono, Nitti, Menlo, Courier, monospace; }
.pdf .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK JP'; }
.pdf:lang(zh-CN) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK SC'; }
.pdf:lang(zh-TW) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK TC'; }
.pdf:lang(ko-KR) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK KR'; }
.pdf .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
.pdf:lang(zh-CN) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
.pdf:lang(zh-TW) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
.pdf:lang(ko-KR) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
.pdf .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK JP'; }
.pdf:lang(zh-CN) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK SC'; }
.pdf:lang(zh-TW) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK TC'; }
.pdf:lang(ko-KR) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK KR'; }
.pdf .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
.pdf:lang(zh-CN) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
.pdf:lang(zh-TW) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
.pdf:lang(ko-KR) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
.highlight-default {
color: rgba(55, 53, 47, 1);
}
.highlight-gray {
color: rgba(120, 119, 116, 1);
fill: rgba(120, 119, 116, 1);
}
.highlight-brown {
color: rgba(159, 107, 83, 1);
fill: rgba(159, 107, 83, 1);
}
.highlight-orange {
color: rgba(217, 115, 13, 1);
fill: rgba(217, 115, 13, 1);
}
.highlight-yellow {
color: rgba(203, 145, 47, 1);
fill: rgba(203, 145, 47, 1);
}
.highlight-teal {
color: rgba(68, 131, 97, 1);
fill: rgba(68, 131, 97, 1);
}
.highlight-blue {
color: rgba(51, 126, 169, 1);
fill: rgba(51, 126, 169, 1);
}
.highlight-purple {
color: rgba(144, 101, 176, 1);
fill: rgba(144, 101, 176, 1);
}
.highlight-pink {
color: rgba(193, 76, 138, 1);
fill: rgba(193, 76, 138, 1);
}
.highlight-red {
color: rgba(212, 76, 71, 1);
fill: rgba(212, 76, 71, 1);
}
.highlight-gray_background {
background: rgba(241, 241, 239, 1);
}
.highlight-brown_background {
background: rgba(244, 238, 238, 1);
}
.highlight-orange_background {
background: rgba(251, 236, 221, 1);
}
.highlight-yellow_background {
background: rgba(251, 243, 219, 1);
}
.highlight-teal_background {
background: rgba(237, 243, 236, 1);
}
.highlight-blue_background {
background: rgba(231, 243, 248, 1);
}
.highlight-purple_background {
background: rgba(244, 240, 247, 0.8);
}
.highlight-pink_background {
background: rgba(249, 238, 243, 0.8);
}
.highlight-red_background {
background: rgba(253, 235, 236, 1);
}
.block-color-default {
color: inherit;
fill: inherit;
}
.block-color-gray {
color: rgba(120, 119, 116, 1);
fill: rgba(120, 119, 116, 1);
}
.block-color-brown {
color: rgba(159, 107, 83, 1);
fill: rgba(159, 107, 83, 1);
}
.block-color-orange {
color: rgba(217, 115, 13, 1);
fill: rgba(217, 115, 13, 1);
}
.block-color-yellow {
color: rgba(203, 145, 47, 1);
fill: rgba(203, 145, 47, 1);
}
.block-color-teal {
color: rgba(68, 131, 97, 1);
fill: rgba(68, 131, 97, 1);
}
.block-color-blue {
color: rgba(51, 126, 169, 1);
fill: rgba(51, 126, 169, 1);
}
.block-color-purple {
color: rgba(144, 101, 176, 1);
fill: rgba(144, 101, 176, 1);
}
.block-color-pink {
color: rgba(193, 76, 138, 1);
fill: rgba(193, 76, 138, 1);
}
.block-color-red {
color: rgba(212, 76, 71, 1);
fill: rgba(212, 76, 71, 1);
}
.block-color-gray_background {
background: rgba(241, 241, 239, 1);
}
.block-color-brown_background {
background: rgba(244, 238, 238, 1);
}
.block-color-orange_background {
background: rgba(251, 236, 221, 1);
}
.block-color-yellow_background {
background: rgba(251, 243, 219, 1);
}
.block-color-teal_background {
background: rgba(237, 243, 236, 1);
}
.block-color-blue_background {
background: rgba(231, 243, 248, 1);
}
.block-color-purple_background {
background: rgba(244, 240, 247, 0.8);
}
.block-color-pink_background {
background: rgba(249, 238, 243, 0.8);
}
.block-color-red_background {
background: rgba(253, 235, 236, 1);
}
.select-value-color-uiBlue { background-color: rgba(35, 131, 226, .07); }
.select-value-color-pink { background-color: rgba(245, 224, 233, 1); }
.select-value-color-purple { background-color: rgba(232, 222, 238, 1); }
.select-value-color-green { background-color: rgba(219, 237, 219, 1); }
.select-value-color-gray { background-color: rgba(227, 226, 224, 1); }
.select-value-color-transparentGray { background-color: rgba(227, 226, 224, 0); }
.select-value-color-translucentGray { background-color: rgba(255, 255, 255, 0.0375); }
.select-value-color-orange { background-color: rgba(250, 222, 201, 1); }
.select-value-color-brown { background-color: rgba(238, 224, 218, 1); }
.select-value-color-red { background-color: rgba(255, 226, 221, 1); }
.select-value-color-yellow { background-color: rgba(253, 236, 200, 1); }
.select-value-color-blue { background-color: rgba(211, 229, 239, 1); }
.select-value-color-pageGlass { background-color: undefined; }
.select-value-color-washGlass { background-color: undefined; }
.checkbox {
display: inline-flex;
vertical-align: text-bottom;
width: 16;
height: 16;
background-size: 16px;
margin-left: 2px;
margin-right: 5px;
}
.checkbox-on {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.checkbox-off {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
</style></head><body><article id="62f674f0-a939-42ee-8695-6adc9f5299f4" class="page sans"><header><div class="page-header-icon undefined"><span class="icon">🛰️</span></div><h1 class="page-title"><mark class="highlight-purple"><strong>NASA Earth Sciences & UW Hackweek Application</strong></mark></h1><p class="page-description"></p></header><div class="page-body"><p id="8b9773f6-27ce-447b-9a3b-a14a0de327f5" class="">
</p><figure id="917cc110-ccee-4fa0-ba36-8fe2b1b11625" class="image"><img style="width:6240px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/Banner.jpeg"/></a></figure><p id="2b6dc09c-1b4c-4b4b-9dbd-82752a9d9b78" class="">
</p><figure id="cc5837ac-c012-4a54-8f9f-4b78432cc6c9" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/eScience_Logo_HR.png"><img style="width:2323px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/eScience_Logo_HR.png"/></a></figure><div id="acbba899-5161-4666-9538-37838aaac089" class="column-list"><div id="1767af3f-8e95-4830-b030-eb5124660e71" style="width:56.25%" class="column"><h1 id="7acc35b9-d2b4-4ba6-87f9-310655358904" class=""><mark class="highlight-purple">NASA Earth Sciences & UW Hackweek</mark></h1><h2 id="4d195e25-0b5f-4baf-a772-1d71c06efd2a" class=""><strong>University of Washington</strong></h2><h2 id="9b0b0325-75a9-4429-a62c-ec2b3c8fafab" class=""><strong>August 19-23, 2024</strong></h2><h2 id="e63a272b-2774-41c7-bb01-71f28e74250c" class=""><strong>Seattle WA</strong></h2><p id="f40e25ee-ebe6-4537-bca9-d6e0ed32f4bf" class="">
</p></div><div id="040589c2-780b-4454-9799-425b6cdf7545" style="width:43.749999999999986%" class="column"><figure id="aa9dfdf2-33d4-483d-822f-ea006d0a5d85" class="image" style="text-align:center"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/ICESat2_resize.png"><img style="width:240px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/ICESat2_resize.png"/></a></figure><figure id="066ba665-fa07-4693-afec-754c9ce73852" class="image" style="text-align:center"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/snowex-logo.png"><img style="width:192px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/snowex-logo.png"/></a></figure><figure id="f6367352-9745-4b75-9f49-f9af513ee73b" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/GEOsmart-logo_opt_A_6.png"><img style="width:288px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/GEOsmart-logo_opt_A_6.png"/></a></figure><p id="27b044d6-4f38-41c6-b53c-f72fae99e284" class="">
</p></div></div><p id="557fe237-d161-467c-a97e-0e3869039b4b" class="">The <mark class="highlight-purple"><strong>eScience Institute at the University of Washington</strong></mark> is excited to present the next evolution in our annual hackweek program. 2024 will be our first combined event, with projects using data from the NASA ICESat-2 and SnowEx missions, and with specialists from the NSF GeoSMART program providing training in Machine Learning.</p><p id="4ec37566-7f9c-4eca-be62-f2aba01cf63c" class="">UW Hackweeks have always been about collaboration, learning, and fun. The new combined event structure will allow for even greater levels of skill sharing between domains, while retaining the specific project focus that has made the event so valuable to participants over the years.</p><p id="9d34507f-a173-43fc-8ec8-5efd0c00fa51" class="">Read on for more details about the event, who it’s for, or click the link below to apply. </p><p id="efe44dba-251e-4aeb-bdd0-95019db41a08" class="">We hope to see you in Seattle WA in August! </p><p id="88501f5f-66e7-4191-8a59-129f539872f5" class="">
</p><div id="c05816e9-20de-42c3-9dba-f3ccdf6267b5" class="column-list"><div id="b94e8830-c637-4d88-9850-b48ecf81efac" style="width:49.99999999999999%" class="column"><figure id="139e2d1a-3750-49e4-bc1b-b2526a677cf5" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/finger.png"><img style="width:1800px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/finger.png"/></a></figure></div><div id="9635ee2a-5df3-4adc-b806-506596b9fd2d" style="width:49.99999999999999%" class="column"><h1 id="7acb26a4-5c26-4a54-bfa0-46496dd377ed" class=""> <a href="https://uwashington.qualtrics.com/jfe/form/SV_3z4PnQHlT9Dsgia"><mark class="highlight-purple_background"><strong>APPLY NOW</strong></mark></a></h1><p id="11408f6b-9687-4f80-bfc3-896a053baddc" class="">Applications open from April 2 - 30 </p><p id="31122de3-6a67-4526-8f07-4a7cfef030c8" class="">(closing 11:59 pm, Pacific Time)</p><p id="b5a78787-8910-44eb-9e25-2cb01fbfba30" class="">
</p></div></div><p id="a84d52d1-6df0-4f03-9611-77c4c59aca52" class="">
</p><h1 id="e0a64086-65fd-4926-865c-95b5a9b2335e" class="">What is a hackweek?</h1><p id="782fe98c-8813-4ae2-9fd7-be33cc683f3d" class="">A hackweek is a participant-driven workshop that blends data science education, community building, and project work over a short period of time (one to two weeks). The events are highly immersive and allow participants to work directly with data science professionals to co-shape projects and educational outcomes. Hackweeks often help individuals and teams engage more effectively in open and reproducible science (<a href="https://www.pnas.org/doi/abs/10.1073/pnas.1717196115">Huppenkothen </a><a href="https://www.pnas.org/doi/abs/10.1073/pnas.1717196115"><em>et al.</em></a><a href="https://www.pnas.org/doi/abs/10.1073/pnas.1717196115">, 2018</a>).</p><h1 id="e1067b22-1b66-4e34-ae0d-d3613a132370" class="">Who attends hackweeks?</h1><div id="ad1463c8-58bb-45d6-96cc-c4194daf58d9" class="column-list"><div id="b12a2183-d4b6-4380-8c50-00bce6ccbb83" style="width:50%" class="column"><figure id="0b081277-2202-46c3-b2d1-cb35163a644e" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/DSCF3489.jpg"><img style="width:4416px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/DSCF3489.jpg"/></a></figure></div><div id="a941176f-d57c-4ef3-9ea0-f34faf566dc1" style="width:50%" class="column"><figure id="22816c12-aa2e-4ffd-ab29-dd2d7a58648e" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/DSCF3331.jpg"><img style="width:6240px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/DSCF3331.jpg"/></a></figure></div></div><p id="27ca75c7-81ab-4ba2-a0b4-214468a2e3e8" class="">Hackweeks are designed to support academic students and researchers at the graduate level and higher, as well as data scientists, engineers, technicians and industry partners. </p><h1 id="412a6847-ac23-4716-9ebf-32470f6bca2c" class="">What is the learning environment like?</h1><div id="ecb1f9c5-04de-4705-8a40-610426ef9361" class="column-list"><div id="5bbd3b8c-22f5-4a7d-8e90-557bb630da53" style="width:50%" class="column"><figure id="b99392cd-2521-4188-97cf-563761e9af4f" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/DSCF3454.jpg"><img style="width:6240px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/DSCF3454.jpg"/></a></figure></div><div id="ee37d7e5-02d2-4d82-a298-5b5203dbfc46" style="width:50%" class="column"><figure id="4a4b3598-4b2c-47ae-802d-a6f8af10f469" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/DSCF3460.jpg"><img style="width:6240px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/DSCF3460.jpg"/></a></figure></div></div><p id="5d95a4b2-d4a9-492c-ab9f-d640234286d5" class="">eScience Staff partner with community members to foster positive and supportive learning spaces. We meet people where they are and help participants set realistic learning goals during the event. By emphasizing peer learning and providing support from helpers and project leaders, we aim to create a welcoming environment that supports learning.</p><p id="1c1a2b6e-449a-4a10-a58a-11c114edaca2" class="">
</p><h1 id="b1f024e5-8d6d-402f-8b31-90017e865e06" class="">What tools do we use?</h1><figure id="c2684478-e09b-400c-8349-9ca9d502fe09" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/hackweek_logos.png"><img style="width:1622px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/hackweek_logos.png"/></a></figure><p id="d97788a2-50b5-4bc9-b544-8f69b74a024a" class="">We provide hackweek participants with access to a centralized computing platform (typically <a href="https://jupyter.org/hub">JupyterHub</a>) for tutorial and project work. We use Git and GitHub to teach about version control and to share scripts. </p><h1 id="6bbe9000-9e92-4432-961a-4c994d1dc7e4" class="">What will I learn about earth science data?</h1><p id="d0788bf1-3206-4339-93da-fb641250b891" class="">The hackweek tutorials and projects will be designed by members of the ICESat-2, SnowEx and GeoSMART communities. Participants will choose from learning material from tutorials and projects in one of these three tracks:</p><div id="925df759-623c-444e-b002-25b2bc711968" class="column-list"><div id="5a6142fb-08f2-4a7b-b74f-37312577c3fa" style="width:33.33333333333333%" class="column"><h3 id="adc1495f-f105-4321-9a1e-15e317c893f6" class=""><a href="https://icesat-2.hackweek.io/">ICESat-2 Track</a></h3><p id="12a13c61-8136-4816-9ac1-66a920018a54" class="">Focus on cloud computing workflows and collaborative development of software for access and analysis of ICESat-2 datasets.</p></div><div id="64bb12f0-52c0-4104-9984-b3c2ee836f81" style="width:33.33333333333333%" class="column"><h3 id="b8d858c3-b58a-45be-a8c6-5cfa0a1d6fa1" class=""><a href="https://snowex.hackweek.io/">SnowEx Track</a></h3><p id="eeaee83a-f9a9-4bbf-9527-f38f07cd8d82" class="">Focus on analysis of 2023 SnowEx field campaign data and creation of shared data access tools.</p><p id="9f6b960f-abc8-41b9-917c-18ba11ee2003" class="">
</p></div><div id="252565cb-ed87-4b54-884a-a98938b98b84" style="width:33.33333333333333%" class="column"><h3 id="a9e3747f-90f1-4e58-b2c0-9d11ba52cec2" class=""><a href="https://geosmart.hackweek.io/">GeoSMART Track</a></h3><p id="8e8d1aa5-2725-4155-a895-bbd4af459361" class="">Building Machine Learning workflows using data from SnowEx and ICESat-2 missions.</p></div></div><h1 id="85638c6e-9d13-460e-9bff-595ac2c64e4f" class="">Are there prerequisites for attending?</h1><p id="406eaae9-c247-4547-82a0-519bfa31a6bc" class="">Yes, all tutorials and project work will assume participants are familiar with Python-based computing in the geosciences as described on the <a href="https://foundations.projectpythia.org/landing-page.html">Pythia Foundations</a> website. We will also ask participants to complete <a href="https://book-template.hackweek.io/preliminary/checklist.html">preliminary work</a> before the hackweek to set up their learning environements in GitHub and JupyterHub. We can provide resources to participants wishing to brush up on their skills before an event, however we will not be teaching these core concepts during the hackweek. </p><h1 id="7b10a08c-adc5-4ae2-9b39-d581448f753c" class=""><strong>Questions?</strong></h1><p id="8bb56213-4a21-45fb-85a6-7f21fd9e4693" class=""><a href="mailto:[email protected]">Mark Welden-Smith</a> - Program Manager or visit the <a href="https://escience.washington.edu/using-data-science/hackweeks/">eScience Institute website</a> for more details on outcomes from past hackweeks.</p><p id="a8a99a0a-faf5-4b07-bf4f-1d623a5e3244" class="">
</p><p id="0da774c7-c2cc-4871-98e8-1cf15aec7c86" class="">
</p><div id="3319dd68-68f5-470c-aa59-e0ac2630368d" class="column-list"><div id="834b3521-bf9f-43ea-8e93-4fe0e4ab4285" style="width:18.75%" class="column"><figure id="ef3241e3-deb4-4ff5-93cf-55f0d10541c0" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/Testimontial_copy.png"><img style="width:697px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/Testimontial_copy.png"/></a></figure></div><div id="3c645ed6-6bfe-49cf-82e1-788a56b069a2" style="width:81.25%" class="column"><h3 id="d2c5fc38-6df5-4c6f-b6c9-d0860f0402e6" class=""><mark class="highlight-purple"><strong>“The hackweek was an excellent experience for me! I met a lot of people who were supportive and helpful, and gained hands-on experience beneficial to my research. I would attend again and encourage everybody to apply!”</strong></mark></h3><p id="0eecb010-827c-4849-a1a6-089c143028b1" class="">
</p><hr id="a25493da-c788-4cbb-b532-6a89c6420c8f"/><h3 id="983da720-6bd8-44df-a88b-856480fe9f0f" class="">Mahboubeh Boueshagh</h3><p id="c6b83fd5-d13c-447e-882e-59ba2d68987f" class="">2022 SnowEx Hackweek Participant</p><p id="e24bca51-0298-4a88-a398-c40443a41601" class="">
</p></div></div><p id="dafcef53-b93c-4397-88d6-325c8e8523f3" class="">
</p><p id="e3b85cbc-8217-4e6f-a8d2-34797785e2ea" class="">
</p><figure id="65dee160-dac0-44eb-82bc-f13732507ea4" class="image"><a href="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/eScience_Logo_HR%201.png"><img style="width:2323px" src="NASA%20Earth%20Sciences%20&%20UW%20Hackweek%20Application%2062f674f0a93942ee86956adc9f5299f4/eScience_Logo_HR%201.png"/></a></figure><div id="b38a4303-b6bb-48d5-8da9-9112847f4b0f" class="column-list"><div id="a1ff012d-5c80-4ea6-84b3-b9a4abc36295" style="width:33.33333333333333%" class="column"><p id="c5ac178f-18cb-426c-a09e-a8c4f1cb20d6" class="">
</p></div><div id="736c0793-a239-4569-b375-e7e30b600f84" style="width:33.33333333333333%" class="column"><p id="a74127bd-fa27-460b-a81e-9a5c3430d251" class="">
</p></div><div id="9c5d822c-b70e-44af-a00a-6bfc4f5318a8" style="width:33.33333333333333%" class="column"><p id="5fd5667d-947e-4ece-b4c0-415a4bfcd732" class="">
</p></div></div></div></article><span class="sans" style="font-size:14px;padding-top:2em"></span></body></html>