-
Notifications
You must be signed in to change notification settings - Fork 0
/
clim.html
227 lines (191 loc) · 11.9 KB
/
clim.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
<!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 style6">
<a href="index.html" class="logo"><strong>ICSS</strong> <span>@ William & Mary</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- 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="style6">
<div class="inner">
<span class="image">
<img src="images/pic04.jpg" alt="" />
</span>
<header class="major">
<h1>Climate Change</h1>
</header>
<div class="content">
<p>Machine Learning & AI to understand if our efforts to slow and mitigate it are helping.</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>Climate change is a defining challenge of our time - and we have very limited resources to slow it's progress or limit impacts. It is imperative that we ensure what we are doing is effective; equally importantly, we need to quickly learn lessons from things that fail. Using satellite data in conjunction with deep learning and counterfactual machine learning techniques, we create monitoring and evaluation techniques and tools to quickly identify what interventions are succesful, and which fail.</p>
</div>
</section>
<!-- Two -->
<section id="two" class="spotlights">
<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 for Monitoring & Evaluation</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[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[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>