-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
35 lines (30 loc) · 1.61 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
<!DOCTYPE html>
<html>
<head>
<title>About Neotoma Explorer</title>
</head>
<body>
<img src="resources/images/explorerlogolarge.png">
<hr style="height: 1px">
<p style="margin: 5px 10px 0px 10px;">Neotoma Explorer is an interactive mapping application that provides researchers,
educators, and students with access to over 40,000 paleoecology datasets across 19,000+ geographic sites. Users can
discover data through searches on spatial, temporal, and metadata criteria and explore data and information in a variety
of formats (e.g. maps, graphs, exports, DOI landing pages). For more information,
view the <a href="./help/Neotoma%20Explorer.html" target="new" style="color: #3366cc;text-decoration: none">documentation</a>.
</p>
<p style="margin: 10px 10px 0px 10px;">If you use this software, please provide the following citation:</p>
<p style="margin: 10px 10px 0px 10px;">
Nelson, J. K., Anderson, M., Bills, B., Stryker, M., Crawford, S., Blois, J., Goring, S. J., & Williams, J. W. (2023). NeotomaDB/Explorer: Neotoma Explorer Version 1.2.0. https://apps.neotomadb.org/explorer. <a href="https://doi.org/10.5281/zenodo.7921067" target="new" style="color: #3366cc;text-decoration: none">DOI: 10.5281/zenodo.7921067</a>.
</p>
<p>
<img width=87 height=88 src="resources/images/nsf.png" align="left" style="margin-right: 15px;">
<div style="font-size:10pt;padding: 12px">
<em>Funded by:</em><br>
<strong>National Science Foundation</strong><br>
Directorate for Geosciences<br>
Division of Earth Sciences<br>
EAR-1948229, 1948926
</div>
</p>
</body>
</html>