-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (114 loc) · 4.46 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
---
layout: default
---
<div class="home">
<p>
This is the Lifemapper documentation website, it contains
information about how to use Lifemapper for single- and multi-species biodiversity
analyses.
</p>
<p>
The Lifemapper software is described in <a href="/overview">Overview</a>.
Lifemapper enables query and analyses of single and multi-species
distributions, alone or in conjunction with additional geographic and
phylogenetic data. Analyses are described in pages linked below, along with
simple tutorials and typical workflows. Lifemapper provides single-species modeling
with SDM functions, and multi-species analyses of species communities, at landscape
levels over multiple dimensions, including time, geography, and phylogeny.
</p>
<!-- p>
To understand how to use the service types and workflows below, start with
the [Using Lifemapper Web Services](/lmclient/using) overview.
</p> <-->
<p>
<h1 class="page-heading">Definitions and Descriptions</h1>
<ul>
<li><a href="/terms.html">Terminology</a></li>
<li><a href="/researcher/spatialData">Geospatial Data</a></li>
<li><a href="/researcher/sdm">Single-species SDM Analyses</a></li>
<li><a href="/researcher/rad">Multi-species Analyses</a></li>
<li><a href="/researcher/mcpa">Meta-Community Phylogenetic Analyses</a></li>
</ul>
</p>
<p>
<h1 class="page-heading">Web Client Tutorials</h1>
<ul>
<li><a href="/training/sdmTraining">Lifemapper Single-Species Tutorial</a></li>
<li><a href="/training/boomTraining">Lifemapper Multi-Species Tutorial</a></li>
</ul>
</p>
<p>
<h1 class="page-heading">Typical Workflows</h1>
<ul>
<li><a href="/workflow/query-flow">Query public data</a></li>
<li><a href="/workflow/sdm-flow">Request Species Distribution Model</a></li>
<li><a href="/workflow/rad-flow">Request Multi-species analyses</a></li>
<li><a href="/workflow/subset-flow">Request Analyses of Public Data Subset</a></li>
</ul>
</p>
<h1 class="page-heading">Data preparation</h1>
<ul>
<li><a href="/dataprep/speciesPointData">Species data and metadata</a></li>
</ul>
<p>
<h1 class="page-heading">API and Client Library Documentation</h1>
<ul>
<li><a href="documentation.html">Data and Workflows</a></li>
<li><a href="https://github.com/lifemapper/lm_client">Python Client Library</a>
The Python Client Library code is available here.</li>
</ul>
</p>
<p>
<h1 class="page-heading">Project Background, Overview, Code, Future</h1>
<ul>
<li><a href="/kubi/background">History</a></li>
<li><a href="/kubi/project_overviews">KUBI projects</a>
</ul>
</p>
<p>
<h1 class="page-heading">Collaborations</h1>
<ul>
<li><a href="http://biotaphy.org">BiotaPhy Project</a></li>
<li><a href="http://www.pragma-grid.net/">PRAGMA</a></li>
<li><a href="http://www.globalcentra.org/">CENTRA</a></li>
</ul>
</p>
<p>
<h1 class="page-heading">Support</h1>
This project was supported by research grants
US NSF ACI-1234983, DBI-1356732, DBI-1458422, and USGS BIP-G14AC00285
</p>
<p>
<h1 class="page-heading">Posts</h1>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h3>
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title | escape }}</a>
</h3>
</li>
{% endfor %}
</ul>
<!--
---
Doxygen documentation for the Python client library starts
[here](/docs/clientLibrary). Dig into the 'Classes' for the
[SDM Client functions](/docs/clientLibrary/classLmClient_1_1sdm_1_1SDMClient.html)
and
[RAD Client functions](/docs/clientLibrary/classLmClient_1_1rad_1_1RADClient.html)
---
## REST API Service Types
* [Updates](/documentation/updates)
* [Occurrence Set](api.html#/Occurrence_Sets)
* [Scenario (Layer set)](api.html#/Scenarios)
* [Layer](api.html#/Layers)
* [Layer Typecode](api.html#/Type_Codes)
* [Algorithm](api.html#/Algorithms)
* [Projection](api.html#/Projections)
* [SDM Experiment](api.html#/Experiments)
-->
</p>
<br />
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
</div>