-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworkshop.html
114 lines (102 loc) · 4.91 KB
/
workshop.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
<!DOCTYPE html>
<html lang="en">
<!-- head starts-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129453432-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129453432-1');
</script>
<!-- Title Displayed on Tab on Browser-->
<title>ICEBERG Users Workshop 2019</title>
<link rel="shortcut icon" type="image/png" href="img/logo/iceberg.png"/>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="css/custom.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<!-- head ends-->
<!-- body starts-->
<body>
<div id="header_nav"></div>
<!-- Home Page starts -->
<div class="container" id="body" hidden>
<!-- heading starts -->
<div class="container row">
<h1 class="colorDarkBlue">Users Workshop 2019</h1>
</div>
<!-- heading ends -->
<!-- Introductory starts -->
<div class="container row">
<p class="text-justify">Announcing the first ICEBERG Users Workshop! Come learn how to use ICEBERG in your science from the PIs and developers. Check here for the latest updates this spring and summer.</p>
<div class="container row">
<h2 class="text-dark">September 16-18, 2019 </h2>
</div>
<div class="container row">
<h2 class="text-dark">Stony Brook University, Stony Brook, NY </h2>
</div>
</div>
<!-- Introductory ends -->
<br>
<a href="./2019-ICEBERG-workshop-packet.pdf" target="_blank">Info packet</a> - including transportation and lodging logistics, contact list, and an updated agenda<br>
<a href="./workshop-prep.html" target="_blank">Workshop prep</a> - including reviews of Linux and GitHub, and instructions for presentations. <br>
<br>
<p>Preliminary Agenda:</p>
<b>Monday Sept 16, 2019</b><br/>
8:30 - 9 Breakfast/Coffee, introductions<br/>
9:00 - 9:30 ICEBERG overview/NSF, EarthCube, PGC synergies/Workshop agenda<br/>
9:30 - 10 Cyberinfrastructure/ICEBERG Middleware<br/>
10:00 - 10:15 Break<br/>
10:15 - 11:15 XSEDE, CLI demos, parameter files, other technical details<br/>
11:15 - 11:45 Pangeo<br />
11:45 - 1:00 Hands-on breakouts - set up XSEDE accounts, load data, create environments, try code with assistance from PIs, developers.<br/>
1:00 - 1:45 Lunch and group picture<br/>
1:45 - 2:45 Science Use Case 1 - Seals/Penguins<br/>
Science drivers (30 - 40 min)<br/>
ICEBERG solutions, algorithms, resources etc. (20 - 30 min)<br/>
2:45 - 3:45 Science Use Case 2 - Stream delineation (Rivers)<br/>
Science drivers (30 - 40 min)<br/>
ICEBERG solutions, algorithms, resources etc. (20 - 30 min)<br/>
3:45 - 4:00 Break<br />
4 - 5:30 Q&A/Wrap-up day 1<br/>
6:00 Group dinner<br/>
<br/>
<b>Tuesday Sept 17, 2019</b><br/>
8:30-9:00 Breakfast/Coffee<br/>
9:00 - 10:00 Science Use Case 3 - Landcover<br/>
Science drivers (30 - 40 min)<br/>
ICEBERG solutions, algorithms, resources etc. (20 - 30 min)<br/>
10:00 - 11:00 Science Use Case 4 - Ice Wedge Polygons<br/>
Science drivers (30 - 40 min)<br/>
ICEBERG solutions, algorithms, resources etc. (20 - 30 min)<br/>
11:00 - 11:15 Break<br/>
11:15 - 12:45 Talks from non ICEBERG attendees on their science questions and needs<br/>
12:45 - 1:30 Lunch<br/>
1:30 - 2:00 Polar Geospatial Center<br/>
2:00 - 4:30 Hands-on breakouts.<br/>
4:30 - 5:30 Q&A/Wrap-up day 2<br/>
6:00 Group dinner<br/>
<br/>
<b>Wednesday Sept 18, 2019</b><br/>
8:30 - 9:00 Breakfast/Coffee<br/>
9:00 - 10:00 Presentations of initial results, key findings<br/>
10:00 - 11:30 Discussion of next steps and ICEBERG enhancements desired by the scientific community/Wrap-up.<br/>
</div>
<!-- Home Page ends -->
<div id="footer"></div>
<!-- This should be at the end of the body tag -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
<script src="js/custom.js"></script>
<script src="js/news.js"></script>
</body>
<!-- body ends-->
</html>