-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·344 lines (267 loc) · 14.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A tool for interactive exploration of multidimensional paleoecological datasets since the Last Glacial Maximum.">
<meta name="author" content="Scott Farley">
<title>Ice Age Mapper</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Custom CSS -->
<link href="css/landing-page.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel='stylesheet' href="bower_components/awesomplete/awesomplete.css" />
</head>
<body>
<a name="about"></a>
<div class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<h1>Ice Age Mapper</h1>
<h3>Exploring ecological change since Last Glacial Maximum</h3>
<hr class="intro-divider">
<ul class="list-inline intro-social-buttons">
<li>
<a href="iam.html" id='goToMap'><button class='btn btn-lg btn-default'>Take me straight to the map <span class='glyphicon glyphicon-globe'></span></button></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /.container -->
<!-- <a href="#services" id='linkToGallery' class='link'>Gallery</a> -->
</div>
<!-- /.intro-header -->
<div id='getting-started'>
<h1 class='page-header'>How to Get Started</h1>
<a name="services"></a>
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Search</h2>
<p class="lead">Search by taxon name.</p>
<div class="input-group">
<input type="text" class="form-control" id="taxaAutocomplete"/>
<span class="input-group-addon" id='searchAddon'>
<i class="fa fa-search" id='searchButton'></i>
</span>
</div>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="images/search.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-a -->
<div class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Select</h2>
<p class="lead">Select a taxon from its ecological grouping.</p>
<label>Ecological Group: </label> <select class='form-control' id="ecolGroupSelect"></select><br />
<label>Taxon: </label> <select class='form-control' id='taxonSelect'></select>
<button class='btn btn-primary btn-lg' id='selectButton'>Select</button>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="images/browse.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div> <!-- end container b-->
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Interact</h2>
<p class="lead">Navigate through our <a id='goToTaxonomy' href="taxonomy.html">Interactive Taxonomy</a> to pick out the what you're interested in from the tree of life.</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="images/interact.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-a -->
<div class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Browse</h2>
<p class="lead">Browse existing Ice Age Maps in our <a id='goToGallery' href='gallery.html'>Gallery</a>.</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="images/gallery.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div> <!-- end container b-->
</div> <!-- end getting started -->
<div class="" id='about'>
<h1 class='page-header about-header'>About Ice Age Mapper</h1>
<div class="container">
<div class="row">
<div class="col-lg-8 col-xs-8">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">What is it?</h2>
<p class="lead">Ice Age Mapper is a visualization tool developed at UW Madison to promote understanding of past ecological change by students and paleoecologists alike.
IAM is live-linked to <a href="http://neotomadb.org">the Neotoma Paleoecological Database</a> and allows users to
browse Neotoma's holdings in a way that incorporates contextual information while supporting multiple drill-down filters into the raw data.
In the past, spatiotemporality, uncertainty, and multidimensionality of paleoecological datasets have made it difficult to visualize it.
Ice Age Mapper leverages recent advances in interactive mapping and data visualization to effectively
communicate ecological trends through space and time. By promoting map sharing via permanent unique URLs Ice Age Mapper is designed for both research and teaching use.
</p>
</div>
<div class="col-lg-4 col-xs-4">
<img class="img-responsive shadow" src="images/IAM_LOGO-BLACK.png" alt="">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 col-xs-12">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Features</h2>
<ul>
<li>
<span class='strong'>Seamless Connection to the Neotoma Paleoecological Database:</span> Using Neotoma’s public Application Programming Interface (API), IAM supports live searching and browsing of the Neotoma Database’s collection.
</li>
<li>
<span class='strong'>Multidimensional Dashboard: </span> More than seven filters are available, so you can uncover hidden patterns in the data.
</li>
<li>
<span class='strong'>Contextual Layers: </span> Northern Hemisphere mean temperature (GISP2 Greenland Ice Record), Ice Sheets, and site descriptions and metadata accompany the raw data so it is put in the proper context.
</li>
<li>
<span class='strong'>Taxonomy Browser: </span> Wondering where your favorite ecological proxy fits with other life forms? Wonder no more, with our interactive taxonomic hierarchy, specifically built for Neotoma's data.
</li>
<li>
<span class='strong'>Persistent State: </span> Like the way you've configured your map? Save it and share it with your friends and colleagues by generating a unique URL for it.
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 col-xs-12">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">How it's built</h2>
<p class='lead'>
Ice Age Mapper is built with a modern Open Web technology stack of free and
open-source tools, which promotes community involvement and development. The applications makes heavy use of
front-end libraries, including <a href="https://github.com/mapbox/mapbox-gl-js">Mapbox-GL</a>, <a href="https://github.com/d3/d3">D3.js</a>,
and <a href="https://github.com/crossfilter/crossfilter">Crossfilter</a> -- all strongly supported by the developer community and can be modified to fit our needs.
Ice Age Mapper's codebase is on GitHub and we welcome anyone to make contributions to the project. <a href="https://github.com/scottsfarley93/IceAgeMapper">Click here to contribute.</a>
</p>
</div>
</div>
</div>
</div> <!-- end about-->
<div class="" id='about'>
<h1 class='page-header'>The Team</h1>
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading"><a href="">Anna George</a></h2>
<p class="lead">Graduate Student and Lead Developer</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive shadow" src="https://williamspaleolab.github.io/img/bio_img/AnnaGeorge.jpg" alt="">
</div>
</div>
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading"><a href="">Scott Farley M.S.</a></h2>
<p class="lead">Former Lead Developer</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive shadow" src="https://williamspaleolab.github.io/img/bio_img/farley.jpg" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-a -->
<div class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading"><a href="http://williamsPaleoLab.github.io">Jack Williams</a></h2>
<p class="lead">Principle Investigator</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive shadow" src="https://williamspaleolab.github.io/img/bio_img/JackWilliams_LS_Feature_645x430_201609_cropmed.jpg" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div> <!-- end container b-->
</div>
<a name="contact"></a>
<div class="banner" id='bottom-contact'>
<div class="container">
<div class="row">
<div class="col-lg-8">
<h2 id='footer-banner'>University of Wisconsin - Madison</h2>
<h2 id='footer-banner-sub'>Paleovegetation Laboratory</h2>
<br />
</div>
<div class="col-lg-6">
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://twitter.com/IceAgeEcologist" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
<li>
<a href="https://github.com/scottsfarley93/IceAgeMapper" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
<li>
<a href="https://williamspaleolab.github.io/" class="btn btn-default btn-lg"><i class="fa fa-file-code-o fa-fw"></i> <span class="network-name">Website</span></a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.banner -->
<!-- jQuery -->
<script src="bower_components/jquery/dist/jquery.min.js" ></script>
<script src="bower_components/awesomplete/awesomplete.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="bower_components/underscore/underscore-min.js"></script>
<script src="js/landingPage/landing-page.js"></script>
</body>
</html>