<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/css/services.xsl"?>
<lm:response xmlns:lm="http://lifemapper.org"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://lifemapper.org
                                 /schemas/serviceResponse.xsd">
   <lm:title>Lifemapper Services</lm:title>
   <lm:user>lm2</lm:user>
   <lm:services>
      <lm:service>
         <lm:description>
            A group of algorithm parameters are the values of 
the algorithm parameters used.
         </lm:description>
         <lm:helpLink>
            /helpAlgoParams.shtml
         </lm:helpLink>
         <lm:methods>
            <lm:method>
               get
            </lm:method>
            <lm:method>
               post
            </lm:method>
         </lm:methods>
         <lm:name>
            algoparams
         </lm:name>
         <lm:success>
            True
         </lm:success>
         <lm:url>
            http://lifemapper.org/services/lm2/algoparams
         </lm:url>
      </lm:service>
      <lm:service>
         <lm:description>
            An experiment is a grouping of a model and all 
projections built off of it.  The Lifemapper pipeline generates experiments
based on unmodeled taxa as well as models that are out of date.  In addition,
users can submit their own experiments with the parameters tuned to their 
liking.
         </lm:description>
         <lm:helpLink>
            /helpExperiments.shtml
         </lm:helpLink>
         <lm:methods>
            <lm:method>
               get
            </lm:method>
            <lm:method>
               post
            </lm:method>
         </lm:methods>
         <lm:name>
            experiments
         </lm:name>
         <lm:success>
            True
         </lm:success>
         <lm:url>
            http://lifemapper.org/services/lm2/experiments
         </lm:url>
      </lm:service>
      <lm:service>
         <lm:description>
            Environmental layers are raster data files 
representing some region of the world.  Each cell in the layer is a 
measurement of the parameter associated with the layer (ex. average 
temperature).
         </lm:description>
         <lm:helpLink>
            /helpLayers.shtml
         </lm:helpLink>
         <lm:methods>
            <lm:method>
               get
            </lm:method>
         </lm:methods>
         <lm:name>
            layers
         </lm:name>
         <lm:success>
            True
         </lm:success>
         <lm:url>
            http://lifemapper.org/services/lm2/layers
         </lm:url>
      </lm:service>
      <lm:service>
         <lm:description>
            Models are rulesets created by applying an algorithm 
to a set of occurrence points over a scenario of environmental layers.  There
are several different algorithms that generate models in different ways.  Some
operate more quickly, such as Bioclim, and some can take quite a bit of time
depending on algorithm parameters (GARP Best Subsets).
         </lm:description>
         <lm:helpLink>
            /helpModels.shtml
         </lm:helpLink>
         <lm:methods>
            <lm:method>
               get
            </lm:method>
         </lm:methods>
         <lm:name>
            models
         </lm:name>
         <lm:success>
            True
         </lm:success>
         <lm:url>
            http://lifemapper.org/services/lm2/models
         </lm:url>
      </lm:service>
      <lm:service>
         <lm:description>
            Occurrence sets are groups of occurrence points.  
They are generally all from the same species, but do not have to be.  They 
should, however, be related enough that creating a model would make sense.  
For example, if you wanted to create a model of prey for a certain species, 
you could create an occurrence set of all of the points where any of those 
species occurred.
         </lm:description>
         <lm:helpLink>
            /helpOccurrences.shtml
         </lm:helpLink>
         <lm:methods>
            <lm:method>
               get
            </lm:method>
            <lm:method>
               post
            </lm:method>
         </lm:methods>
         <lm:name>
            occurrences
         </lm:name>
         <lm:success>
            True
         </lm:success>
         <lm:url>
            http://lifemapper.org/services/lm2/occurrences
         </lm:url>
      </lm:service>
      <lm:service>
         <lm:description>
            Each projection is an application of a model on a 
scenario.  A model is a ruleset that is created by applying an algorithm to a 
group of occurrence points and a scenario.  The resulting projection is a 
raster layer that can be used as an environmental layer in another model.
         </lm:description>
         <lm:helpLink>
            /helpProjections.shtml
         </lm:helpLink>
         <lm:methods>
            <lm:method>
               get
            </lm:method>
         </lm:methods>
         <lm:name>
            projections
         </lm:name>
         <lm:success>
            True
         </lm:success>
         <lm:url>
            http://lifemapper.org/services/lm2/projections
         </lm:url>
      </lm:service>
      <lm:service>
         <lm:description>
            Each scenario is a collection of related 
environmental layers.  The relationship between the layers is usually defined
by a time period for which the environmental layers are applicable, the 
organization that created the scenario, and if it is a future scenario, the 
prediction of the environmental scenario.  This predicted scenario could be 
one which the impact of humans continues growing at the current rate, reduces,
or remains constant and really anything else on that range.
         </lm:description>
         <lm:helpLink>
            /helpScenarios.shtml
         </lm:helpLink>
         <lm:methods>
            <lm:method>
               get
            </lm:method>
         </lm:methods>
         <lm:name>
            scenarios
         </lm:name>
         <lm:success>
            True
         </lm:success>
         <lm:url>
            http://lifemapper.org/services/lm2/scenarios
         </lm:url>
      </lm:service>
   </lm:services>
</lm:response>