Gianpaolo Coro 2013-10-11 12:39:47 +00:00
parent 393361255e
commit 171d6e53d4
10 changed files with 34 additions and 9 deletions

View File

@ -76,7 +76,7 @@ public class OccurencesProcedure extends StandardLocalExternalAlgorithm {
@Override
public String getDescription() {
return "An algorithm that once data provider and search options are selecteced, it has to return the occurrences";
return "A transducer algorithm that produces a dataset of species occurrences for a set of target species by retrieving these from major data providers including GBIF and OBIS. ";
}
@Override

View File

@ -76,7 +76,7 @@ public class TaxaProcedure extends StandardLocalExternalAlgorithm {
@Override
public String getDescription() {
return "An algorithm that once data provider and search options are selecteced, it has to return the taxon";
return "A transducer algorithm that produces a dataset of species taxonomic information for a set of target species by retrieving these from major data providers including Catalogue of Life, OBIS, WoRMS. ";
}
@Override

View File

@ -21,7 +21,7 @@ public class TaxaMatchTransducer extends StandardLocalExternalAlgorithm {
@Override
public String getDescription() {
return "An algorithm for Taxa Matching with respect to the Fishbase database";
return "An algorithm for Taxa Names Matching with respect to the Fishbase database. Developed by the FishBase Information and Research Group.";
}
@Override

View File

@ -56,7 +56,7 @@ public class AbsoluteSpeciesBarChartsAlgorithm extends
@Override
public String getDescription() {
return "An algorithm producing a bar chart for the most observed species in a certain years range (with respect to the OBIS database)";
return ": A transducer algorithm that produces the list of top n most observed taxa, i.e. the species taxa having the largest number of occurrence records, in the OBIS database in a given time interval";
}
public void fulfilParameters() {

View File

@ -60,7 +60,7 @@ public class SpeciesObservationsAreaBarChart extends
@Override
public String getDescription() {
return "An algorithm producing a bar chart for the distribution of a species along a certain type of marine area (e.g. LME or MEOW)";
return "A transducer algorithm that produces a chart reporting single species distribution per area (e.g. LME or MEOW) in the OBIS database in a given time interval for selected species.";
}

View File

@ -175,7 +175,7 @@ public class SpeciesObservationsPerLMEAreaPerYearLineChart extends StandardLocal
}
@Override
public String getDescription() {
return "Algorithm returning most observed species in a specific years range (data collected from OBIS database).";
return "A transducer algorithm that calculates the number of species observation in the OBIS database during a given time interval for selected species and LME area.";
}
public void fulfilParameters() throws IOException {

View File

@ -174,7 +174,7 @@ public class SpeciesObservationsPerMEOWAreaPerYearLineChart extends StandardLoca
}
@Override
public String getDescription() {
return "Algorithm returning most observed species in a specific years range (data collected from OBIS database).";
return "A transducer algorithm that calculates the number of species observation in the OBIS database during a given time interval for selected species and MEOW area.";
}
public void fulfilParameters() throws Exception {

View File

@ -53,7 +53,7 @@ public class SpeciesObservationsPerYear extends StandardLocalExternalAlgorithm {
@Override
public String getDescription() {
return "An algorithm producing the trend of the observations for a certain species in a certain years range.";
return "A transducer algorithm that calculates the number of species observation in the OBIS database per year in a given time interval for selected species.";
}

View File

@ -48,7 +48,7 @@ public class TaxaObservationsBarChartAlgorithm extends StandardLocalExternalAlg
@Override
public String getDescription() {
return "An algorithm producing a bar chart for the most observed taxa in a certain years range (with respect to the OBIS database)";
return "A transducer algorithm that calculates the number of observations in the OBIS database per year in a given time interval for a selected taxonomic group at a given rank.";
}

25
target/profile.xml Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<Resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ID></ID>
<Type>Library</Type>
<Profile>
<Description>Ecological Engine Library</Description>
<Class>EcologicalEngineExternalAlgorithms</Class>
<Name>ecological-engine-external-algorithms</Name>
<Version>1.1.0</Version>
<Packages>
<Software>
<Name>ecological-engine-external-algorithms</Name>
<Version>1.1.0</Version>
<MavenCoordinates>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-external-algorithms</artifactId>
<version>1.1.0</version>
</MavenCoordinates>
<Files>
<File>ecological-engine-external-algorithms-1.1.0.jar</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>