-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGetstarted.html
More file actions
77 lines (65 loc) · 3.33 KB
/
Copy pathGetstarted.html
File metadata and controls
77 lines (65 loc) · 3.33 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
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
<html>
<head>
<title>Get started</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 4.3.1.364">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
<!--[if lte IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
<![endif]-->
<style type="text/css">
#topic_header
{
background-color: #EFEFEF;
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/hnd.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "Neotoma Explorer.html?" + sTopicUrl;
}
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("Getstarted");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1 id="topic_header_text">Get started</h1>
</div>
<div id="topic_header_nav">
<a href="Systemrequirements.html"><img src="img/arrow_right.png" alt="Next"/></a>
</div>
<div class="clear"></div>
</div>
<div id="topic_content">
<p></p>
<p class="rvps2"><span class="rvts6">Neotoma Explorer is an interactive application that provides easy access to the Neotoma Paleoecology database through a Web browser. Use it to: find data through searches on spatial, temporal, and metadata criteria; browse and visualize live data and metadata; and, get information in a variety of formats (e.g., maps, graphs, exports).</span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><img alt="" style="padding : 1px;" src="lib/guiCollage.png"/></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6">Neotoma Explorer has been re-engineered from the ground up to provide more flexible, easier, and full-featured access to the Neotoma Paleoecology Database through modern Web browsers. Explorer 2.0 uses the publicly available </span><a class="rvts11" href="http://api.neotomadb.org" target="_blank">Neotoma Application Programming Interface</a><span class="rvts6"> (API) to search and extract the most current data available via REST-ful web services. An entirely new JavaScript and HTML application, Explorer is built with free and open source Dojo and OpenLayers libraries making it more easily extended and customized compared to previous versions.</span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p></p>
<p class="rvps4"><span class="rvts12">Created with the Personal Edition of HelpNDoc: </span><a class="rvts13" href="http://www.helpndoc.com">Easy EBook and documentation generator</a></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
Neotoma Paleoecology Database</div>
</div>
</body>
</html>