-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
158 lines (143 loc) · 8.59 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>EMPD / Help</title>
<script src="https://unpkg.com/[email protected]/dist/jquery.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap.min.js"></script>
<link href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="sticky-footer-navbar.css" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<link href="non-responsive.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Eurasian Modern Pollen Database</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="help.html" target="_blank">Help</a></li>
<li><a href="data.html" target="_blank">Data</a></li>
<li><a href="contact.html" target="_blank">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Begin page content -->
<div class="container">
</br>
<div class="row">
<div class="col-xs-12"><h3>Citing the EMPD:</h3></br>
If you use data in your publications, please cite the corresponding publications of version 1 and 2:
<ul>
<li>
Davis, B. A. S., Chevalier, M., Sommer, P., et al.: The Eurasian Modern Pollen Database (EMPD), version 2, <i>Earth Syst. Sci. Data</i>, 12, 2423–2445, <a href="https://doi.org/10.5194/essd-12-2423-2020">https://doi.org/10.5194/essd-12-2423-2020</a>, <b>2020</b>.
</li>
<li>
Davis, B.A.S., Zanon, M., Collins, P. et al.: The European Modern Pollen Database (EMPD) project, <i>Veget Hist Archaeobot</i> (<b>2013</b>) 22: 521. <a href="https://doi.org/10.1007/s00334-012-0388-5">https://doi.org/10.1007/s00334-012-0388-5</a>
</li>
<ul>
</div>
</div>
</br>
<div class="row">
<div class="col-xs-12"><h3>Description:</h3></br>
This viewer allows you to interactively explore and download samples from the Eurasian Modern Pollen Database (EMPD).
</div>
</div>
</br>
<div class="row jumbotron">
<div class="col-xs-4 jumbotro">
<h4>Filtering the data</h4>
<img class="imghelp img-responsive" src="img_help/filters_tab.png"/>
Click the <i>Filters</i> tab to apply filters to the database<br><br>
<img class="imghelp img-responsive" src="img_help/filter_01.png"/>
You can apply filters on meta informations such as precipitation, temperature, age uncertainty, etc. by interacting with the charts. All charts are linked together so that filters applied in one chart will update the others, as well as the map.
<br><br>
<img class="imghelp img-responsive" src="img_help/filter_02.png"/>
Some meta data is filtered by menus. Simply select the entry in the menu to apply a filter.
<br><br>
<img class="img-responsive" style="border:1px solid black" src="img_help/filter_03.png"/>
To cancel a filter, click on "reset".
</div>
<div class="col-xs-3 col-xs-offset-1">
<h4>Navigating the map</h4>
<img class="imghelp img-responsive" src="img_help/proxy_01.png"/>
You can view information about a sample (name, site, position, etc.) when you click on one of the markers. If you hover over it with your mouse, the sample will also be highlighted in bold text in the <i>Meta data table</i> tab.
<br><br>
<img class="imghelp img-responsive" src="img_help/cluster_02.png"/>
When several proxies share the same location, they are grouped together in a cluster (colored circles).
Click on a cluster to display all the proxies it contains.
<br><br>
<img class="imghelp img-responsive" src="img_help/cluster_01.png"/>
Red clusters represent more than 100 proxies, yellow clusters contain more than 10, and all others are green.
</div>
<div class="col-xs-3 col-xs-offset-1">
<h4>Accessing the sample Data</h4>
<img class="imghelp img-responsive" src="img_help/pollen_diagram.png"/>
When you click on a sample in the map, you can see the pollen percentages in the <i>Pollen diagram</i> tab below it.
<br><br>
<img class="imghelp img-responsive" src="img_help/climate_diagram.png"/>
Additionally, you can see a diagram of Precipitation and Temperature based on the data from <a href="http://worldclim.org/">WorldClim</a> in the <i>Climate diagram</i> tab.
<br><br>
<img class="imghelp img-responsive" src="img_help/data_download.png"/>
You can select samples through the <img class="inline-image" src="img/cartadd.png"/> button. Either use the popup or the checkbox in the <i>Meta data table</i> to select a single sample, or use the button below the map to select all currently selected samples.
<br>
To download the data, as a tab-separated file, use the <img class="inline-image" src="img/shipping.png"/> button.
</div>
</div>
</br>
<div class="row">
<div class="col-xs-4">
<p><h4>Technical architecture:</h4>
<p>This application uses following javascript libraries:
<ul>
<li><b>dc.js</b> Dimensional Charting Javascript Library<br>
<a target="_blank" href="https://dc-js.github.io/dc.js/">https://dc-js.github.io/dc.js/</a>
<li><b>dc-addons</b> to dc.js<br>
<a target="_blank" href="https://github.com/Intellipharm/dc-addons">https://github.com/Intellipharm/dc-addons</a>
<li><b>Crossfilter</b> for Fast Multidimensional Filtering for Coordinated Views<br>
<a target="_blank" href="https://github.com/crossfilter/crossfilter">https://github.com/crossfilter/crossfilter</a>
<li><b>D3.js</b> for Data-Driven Documents<br>
<a target="_blank" href="http://d3js.org">http://d3js.org</a>
<li><b>Leaflet</b> Open-Source JavaScript Library for Mobile-Friendly Interactive Maps<br>
<a target="_blank" href="http://leafletjs.com">http://leafletjs.com</a>
<li><b>json-editor</b> An HTML editor for JSON objects<br>
<a target="_blank" href="https://github.com/json-editor/json-editor/">https://github.com/json-editor/json-editor/</a>
</ul>
</p>
</div>
<div class="col-xs-4">
<p><h4>Open source code:</h4>
<p>This application was created and developed by <a href="http://www.philipp-s-sommer.de">Philipp S. Sommer</a>. The source code is available at:
<a target="_blank" href="https://github.com/EMPD2/EMPD2.github.io">https://github.com/EMPD2/EMDP2.github.io</a>
</p>
<p><b>Credits:</b>
<ul>
<li><p>This application is inspired by the
<a target="_blank" href="http://github.com/PBrockmann/ClimateProxiesFinder">ClimateProxiesFinder</a>, developed by Patrick Brockmann (CEA - LSCE).
</p>
<li><p><a href="https://icons8.com/icon/12391/return-purchase">Shopping cart</a>, <a href="https://icons8.com/icon/49/edit">pencil</a> and <a href="https://icons8.com/icon/64903/error">alert</a> icons are downloaded from <a href="https://icons8.com">Icons8</a>
</p>
</ul>
</div>
</div>
</div><!-- /.container -->
</div>
<div id="footer">
<div class="container">
<p class="text-muted credit">Created by <a target="_blank" href="http://www.lsce.ipsl.fr/en"><span title="Climate and Environment Sciences Laboratory" style="font-weight:bold;">LSCE</span></a> <a target="_blank" href="http://www.lsce.ipsl.fr/en"><img src="img/LSCE_Icon.png" title="Climate and Environment Sciences Laboratory"/></a> and hosted by <a target="_blank" href="http://www.ipsl.fr/en"><span title="Institut Pierre Simon Laplace" style="font-weight:bold;">IPSL</span></a> <a target="_blank" href="http://www.ipsl.fr/en"><img src="img/IPSL_logo.png" title="Institut Pierre Simon Laplace"/></a> Version 2.1 - 2016/10/04</p>
</div><!-- /.container -->
</div>
</body>
</html>