-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 1.17 KB
/
index.html
File metadata and controls
36 lines (35 loc) · 1.17 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>UNCG DAISY</title>
</head>
<body>
<img src="DAISY_logo.png" alt="DAISY LOGO" width="200">
<p>We are DAISY, the UNCG Environmental Data Science Collaboratory. We'll make a fancy site one of these days.</p>
<p>Check out our
<a href="https://github.com/UNCG-DAISY">GitHub organization</a> to see some of our ongoing and past work
</p>
<p>DAISY PI: </p>
<ul>
<li><a href="https://ebgoldstein.wordpress.com/">Evan Goldstein</a> (Dept. Geography, Environment, and Sustainability)</li>
</ul>
<p> past DAISY PIs: </p>
<ul>
<li><a href="http://www.somyamohanty.com/">Somya Mohanty</a> (Dept. Computer Science),</li>
</ul>
<p>DAISY Projects: </p>
<ul>
<li>Analysis of Post-Hurricane Aerial Imagery</li>
<ul>
<li>Data:...</li>
<li>Code:...</li>
<li>Paper:..</li>
</ul>
</ul>
<p>Funding for DAISY projects has come from: </p>
<ul>
<li>NSF, NASEM GRP, NASA, Google TF, Microsoft AI for Earth, The Leverhulme Trust, USGS, DARPA, NCDOT, UNCG</li>
</ul>
</body>
</html>