-
Notifications
You must be signed in to change notification settings - Fork 0
/
live.html
367 lines (320 loc) · 21.7 KB
/
live.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
<!DOCTYPE HTML>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Initiative for Computational Societal and Security Research</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<!-- Note: The "styleN" class below should match that of the banner element. -->
<header id="header" class="alt style1">
<a href="index.html" class="logo"><strong>ICSS</strong> <span>@ William & Mary</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#one">Research Themes</a></li>
<li><a href="allprojects.html">Our Projects</a></li>
</ul>
</nav>
<!-- Banner -->
<!-- Note: The "styleN" class below should match that of the header element. -->
<section id="banner" class="style1">
<div class="inner">
<span class="image">
<img src="images/pic05.jpg" alt="" />
</span>
<header class="major">
<h1>Livelihoods & Climate Change</h1>
</header>
<div class="content">
<p>Health. Income. Security. A Voice. Let's make sure everyone has them.</p>
</div>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h2>Why It Matters</h2>
</header>
<p>Large-scale societal modeling is only a tool - we seek to ensure it's used for good. Our methods and applications are nearly entirely derived in the context of improving human livelihoods - especially in face of climate change.</p>
</div>
</section>
<!-- Two -->
<section id="two" class="spotlights">
<section>
<a href="#" class="image">
<img src="images/health.jpg" alt="" data-position="center center" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h3>Health</h3>
<small>
<div id="health_peerreview">| Peer-Reviewed Papers</div>
</small>
</header>
<p>The impact of clinics on health using large geospatial datasets. Mining twitter to understand how discourse about Zika is related to the disease. Using twitter to learn lessons about how disease spreads. We're exploring new ways to use societal modeling to better understand the spread and effective strategies to inhibit disease.</p>
</div>
</div>
</section>
<section>
<a href="#" class="image">
<img src="images/security.jpg" alt="" data-position="top center" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h3>Situational Awareness for Disasters and Security</h3>
<small>
<div id="sit_peerreview">| Peer-Reviewed Papers</div>
<div id="sit_news">| News</div>
</small>
</header>
<p>Situational awareness is critical for decisionmakers seeking to rapidly respond to disasters, respond to international crises, or reduce the likelihood of conflict by known actors. We commit significant resources into not only data collection, but also automated data analyses so that the most relevant information can be presented to decisionmakers in a timely fashion.
</p>
</div>
</div>
</section>
<section>
<a href="#" class="image">
<img src="images/inequity.jpg" alt="" data-position="top center" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h3>Inequality</h3>
<small>
<div id="ineq_peerreview">| Peer-Reviewed Papers</div>
</small>
</header>
<p>Inequality is a growing issue around the globe, and takes many forms. We focus on (1) identifying new techniques to identify instances of income inequality, and (2) producing open data so that a broader range of actors can participate in quantitative discussions about inequities. We are currently conducting research on income and environmental inequities, and collecting new global datasets of gender and racial disparities.
</p>
</div>
</div>
</section>
<section>
<a href="#" class="image">
<img src="images/urbanization.jpg" alt="" data-position="top center" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h3>Global Urbanization</h3>
<small>
<div id="urb_peerreview">| Peer-Reviewed Papers</div>
</small>
</header>
<p>One of the most dominant drivers of human wellbeing - good and bad - has been the massive urbanization of human populations across the globe. With over 50% of humans living in highly dense urban environments, a shift that has only occured in the last decades, we are now faced with unprecedented challenges related to supply chains, the environment, and disease. We leverage social media and satellite imagery to better understand physical urban structures, where they exist, and the role they play in this new paradigm.
</p>
</div>
</div>
</section>
<section>
<a href="#" class="image">
<img src="images/pic08.jpg" alt="" data-position="center center" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h3>Counterfactual Machine Learning to Measure Climate Change Effectiveness</h3>
<small>
<div id="cmClim_peerreview">| Peer-Reviewed Papers</div>
<div id="cmClim_news">| News</div>
<div id="cmClim_code">| Code</div>
</small>
</header>
<p>Every year, billions of dollars are allocated across thousands of geographic regions for environmental purposes. While not near the total we need to prevent climate change impacts, these interventions are critical in our attempts to mitigate. There is relatively little knowledge about the best ways to assess effectiveness across the enormous geographic and temporal scopes this funding is allocated to. Working across disciplines, we have pioneered and applied new machine learning techniques to rapidly assess changes in satellite-derived forest cover on a global scale, facilitating an understanding of carbon sequestration impacts. Recent research has begun to explore secondary co-benefits of environmental projects, including impacts on income.</p>
</div>
</div>
</section>
<section>
<a href="#" class="image">
<img src="images/pic05.jpg" alt="" data-position="top center" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h3>Climate Mitigation & Deep Learning</h3>
<small>
<div id="dl_peerreview">| Peer-Reviewed Papers</div>
<div id="dl_news">| News</div>
</small>
</header>
<p>Recent research has begun to explore the capability of deep learning to sense a range of attributes relevant to climate change - including, for example, socioeconomic vulnerability, forest fragmentation, or biomass loss. In this pillar of activity, we are exploring the potential of Deep Learning - and associated techniques - for measurement purposes.</p>
</div>
</div>
</section>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<span style="font-size: 12px;">Want to talk? Find us at a conference, or reach out online!</span>
<ul class="icons">
<li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>Design: <a href="https://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
var url = "https://sheets.googleapis.com/v4/spreadsheets/1d3GHKrnSzNDbx2TZC6HjUqYUeAj6bpZsiO7GVaX-SR0/values:batchGet?ranges=Combined_Focus&ranges=Teams&key=AIzaSyCIiiCOIg8OXDsAMO9KMpImIoIeZ3LWHTQ"
$.get(url)
.then(function (response) {
$.each(response.valueRanges, function (i, sheet) {
if (sheet.range.includes("Combined_Focus")) {
$.each(sheet.values, function (i, row) {
if (i > 1) {
if (row[18] == 1 && !row[16].includes("NEWS") && !row[16].includes("CODE")) {
$("#health_peerreview").prepend("<a href='" + row[17] + "' class='fas fa-file-alt'><span class='label'> </span></a>");
}
if (row[18] == 1 && row[16].includes("NEWS")) {
$("#health_news").prepend("<a href='" + row[17] + "' class='far fa-newspaper'><span class='label'> </span></a>");
}
if (row[19] == 1 && !row[16].includes("NEWS") && !row[16].includes("CODE")) {
$("#sit_peerreview").prepend("<a href='" + row[17] + "' class='fas fa-file-alt'><span class='label'> </span></a>");
}
if (row[19] == 1 && row[16].includes("NEWS")) {
$("#sit_news").prepend("<a href='" + row[17] + "' class='far fa-newspaper'><span class='label'> </span></a>");
}
if (row[20] == 1 && !row[16].includes("NEWS") && !row[16].includes("CODE")) {
$("#ineq_peerreview").prepend("<a href='" + row[17] + "' class='fas fa-file-alt'><span class='label'> </span></a>");
}
if (row[20] == 1 && row[16].includes("NEWS")) {
$("#ineq_news").prepend("<a href='" + row[17] + "' class='far fa-newspaper'><span class='label'> </span></a>");
}
if (row[21] == 1 && !row[16].includes("NEWS") && !row[16].includes("CODE")) {
$("#urb_peerreview").prepend("<a href='" + row[17] + "' class='fas fa-file-alt'><span class='label'> </span></a>");
}
if (row[21] == 1 && row[16].includes("NEWS")) {
$("#urb_news").prepend("<a href='" + row[17] + "' class='far fa-newspaper'><span class='label'> </span></a>");
}
if (row[4] == 1 && row[12] == 1) {
$("#cmClim_peerreview").prepend("<a href='" + row[17] + "' class='fas fa-file-alt'><span class='label'> </span></a>");
}
if (row[5] == 1 && row[13] == 1 && !row[16].includes("CODE")) {
$("#cmClim_news").prepend("<a href='" + row[17] + "' class='far fa-newspaper'><span class='label'> </span></a>");
}
if (row[5] == 1 && row[13] == 1 && row[16].includes("CODE")) {
$("#cmClim_code").prepend("<a href='" + row[17] + "' class='far fa-newspaper'><span class='label'> </span></a>");
}
if (row[4] == 1 && row[8] == 1) {
$("#dl_peerreview").prepend("<a href='" + row[17] + "' class='fas fa-file-alt'><span class='label'> </span></a>");
}
if (row[5] == 1 && row[9] == 1 && !row[16].includes("CODE")) {
$("#dl_news").prepend("<a href='" + row[17] + "' class='far fa-newspaper'><span class='label'> </span></a>");
}
if (row[5] == 1 && row[9] == 1 && row[16].includes("CODE")) {
$("#dl_code").prepend("<a href='" + row[17] + "' class='far fa-newspaper'><span class='label'> </span></a>");
}
}
});
}
if (sheet.range.includes("Teams")) {
$.each(sheet.values, function (i, row) {
if (i > 0) {
if (row[15] == 1 && row[1] == "Faculty") {
$("#health_people").prepend("<a href='" + row[4] + "' class='fas fa-user'><span class='label'> </span></a>");
}
if (row[15] == 1 && row[1] == "Ph.D. Student") {
$("#health_people").prepend("<a href='" + row[4] + "' class='fas fa-user-graduate'><span class='label'> </span></a>");
}
if (row[15] == 1 && row[1] == "Graduate GS") {
$("#health_people").prepend("<a href='" + row[4] + "' class='fas fa-graduation-cap'><span class='label'> </span></a>");
}
if (row[16] == 1 && row[1] == "Faculty") {
$("#sit_people").prepend("<a href='" + row[4] + "' class='fas fa-user'><span class='label'> </span></a>");
}
if (row[16] == 1 && row[1] == "Ph.D. Student") {
$("#sit_people").prepend("<a href='" + row[4] + "' class='fas fa-user-graduate'><span class='label'> </span></a>");
}
if (row[16] == 1 && row[1] == "Graduate GS") {
$("#sit_people").prepend("<a href='" + row[4] + "' class='fas fa-graduation-cap'><span class='label'> </span></a>");
}
if (row[17] == 1 && row[1] == "Faculty") {
$("#ineq_people").prepend("<a href='" + row[4] + "' class='fas fa-user'><span class='label'> </span></a>");
}
if (row[17] == 1 && row[1] == "Ph.D. Student") {
$("#ineq_people").prepend("<a href='" + row[4] + "' class='fas fa-user-graduate'><span class='label'> </span></a>");
}
if (row[17] == 1 && row[1] == "Graduate GS") {
$("#ineq_people").prepend("<a href='" + row[4] + "' class='fas fa-graduation-cap'><span class='label'> </span></a>");
}
if (row[18] == 1 && row[1] == "Faculty") {
$("#urb_people").prepend("<a href='" + row[4] + "' class='fas fa-user'><span class='label'> </span></a>");
}
if (row[18] == 1 && row[1] == "Ph.D. Student") {
$("#urb_people").prepend("<a href='" + row[4] + "' class='fas fa-user-graduate'><span class='label'> </span></a>");
}
if (row[18] == 1 && row[1] == "Graduate GS") {
$("#urb_people").prepend("<a href='" + row[4] + "' class='fas fa-graduation-cap'><span class='label'> </span></a>");
}
if (row[13] == 1 && row[1] == "Faculty") {
$("#cmClim_people").prepend("<a href='" + row[4] + "' class='fas fa-user'><span class='label'> </span></a>");
}
if (row[13] == 1 && row[1] == "Ph.D. Student") {
$("#cmClim_people").prepend("<a href='" + row[4] + "' class='fas fa-user-graduate'><span class='label'> </span></a>");
}
if (row[13] == 1 && row[1] == "Graduate GS") {
$("#cmClim_people").prepend("<a href='" + row[4] + "' class='fas fa-graduation-cap'><span class='label'> </span></a>");
}
if (row[14] == 1 && row[1] == "Faculty") {
$("#dl_people").prepend("<a href='" + row[4] + "' class='fas fa-user'><span class='label'> </span></a>");
}
if (row[14] == 1 && row[1] == "Ph.D. Student") {
$("#dl_people").prepend("<a href='" + row[4] + "' class='fas fa-user-graduate'><span class='label'> </span></a>");
}
if (row[14] == 1 && row[1] == "Graduate GS") {
$("#dl_people").prepend("<a href='" + row[4] + "' class='fas fa-graduation-cap'><span class='label'> </span></a>");
}
if (row[10] == 1 && row[1] == "Faculty") {
$("#od_people").prepend("<a href='" + row[4] + "' class='fas fa-user'><span class='label'> </span></a>");
}
if (row[10] == 1 && row[1] == "Ph.D. Student") {
$("#od_people").prepend("<a href='" + row[4] + "' class='fas fa-user-graduate'><span class='label'> </span></a>");
}
}
});
}
});
})
.catch(function (error) {
console.log(error);
});
</script>
</body>
</html>