-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
74 lines (58 loc) · 3.54 KB
/
about.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
<!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>About - ICEBERG</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>
<!-- Introduction starts -->
<div class="container row marginTop-16 text-justify">
<h2>TEAM</h2>
</div>
<div class="container row marginTop-16 text-justify">
<p>ICEBERG is a highly collaborative project, with five PIs:</p>
<p><a href="http://lynchlab.com">Heather Lynch</a> (Department of Ecology & Evolution/Institute for Advanced Computational Science, Stony Brook University)</p>
<p><a href="http://radical.rutgers.edu/people/shantenu-jha">Shantenu Jha</a> (Department of Electrical and Computer Engineering, Rutgers University)</p>
<p><a href="http://www.venachu.com/about.html">Vena Chu</a> (Department of Geography, University of California Santa Barbara)</p>
<p><a href="http://cires.colorado.edu/council-fellows/michael-willis">Mike Willis</a> (Department of Geological Sciences, University of Colorado Boulder)</p>
<p><a href="http://msalvatore.net/index.html">Mark Salvatore</a> (Department of Physics and Astronomy, Northern Arizona University)</p>
</div>
<div class="container row marginTop-16 text-justify">
<h2>PARTNERS</h2>
<p>There is a large community of polar scientists using satellite imagery in their research, and developing new algorithms to automate the use of satellite imagery for large-scale analyses of biological, geological, or hydrological processes. As the ICEBERG copmmunity grows, we’ll link to members of the ICEBERG community here. For now, more information on the larger polar imagery community can be found at the Polar Geospatial Center’s <a href="https://www.pgc.umn.edu/">website</a>.</p>
</div>
<!-- Introduction ends -->
</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>
</body>
<!-- body ends-->
</html>