Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#10] Added coverage mapping. [#13] Tested stratigraphic mapping. #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions transformations/abcd2bioschemas/abcd2bioschemas-xml.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exclude-result-prefixes="xsl md panxslt set">

<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:variable name="dataset_id" select="/abcd:DataSets/abcd:DataSet/abcd:DatasetGUID"></xsl:variable>
<xsl:variable name="dataset_coverage" select="/abcd:DataSets/abcd:DataSet/abcd:Metadata/abcd:Description/abcd:Representation/abcd:Coverage"></xsl:variable>
<xsl:variable name="dataset_title" select="/abcd:DataSets/abcd:DataSet/abcd:Metadata/abcd:Description/abcd:Representation/abcd:Title"></xsl:variable>
<xsl:variable name="dataset_details" select="/abcd:DataSets/abcd:DataSet/abcd:Metadata/abcd:Description/abcd:Representation/abcd:Details"></xsl:variable>
<xsl:variable name="dataset_url" select="/abcd:DataSets/abcd:DataSet/abcd:Metadata/abcd:Description/abcd:Representation/abcd:URI"></xsl:variable>
Expand Down Expand Up @@ -63,6 +64,9 @@ exclude-result-prefixes="xsl md panxslt set">
</xsl:choose>
<!-- </xsl:variable>-->
</description>
<xsl:if test="$dataset_coverage">
<keywords><xsl:value-of select="$dataset_coverage"/></keywords>
</xsl:if>
<inLanguage>en</inLanguage>
<xsl:for-each select="$recordbasis[not(.=preceding::*)]">
<additionalType><xsl:value-of select="."/></additionalType>
Expand Down Expand Up @@ -217,19 +221,19 @@ exclude-result-prefixes="xsl md panxslt set">

<!-- Keywords -->
<xsl:for-each select="$scope_taxonomic[not(.=preceding::*)]">
<keyword><xsl:value-of select="."/></keyword>
<keywords><xsl:value-of select="."/></keywords>
</xsl:for-each>
<xsl:for-each select="$scope_geoecological[not(.=preceding::*)]">
<keyword><xsl:value-of select="."/></keyword>
<keywords><xsl:value-of select="."/></keywords>
</xsl:for-each>
<xsl:for-each select="$chronostratigraphic[not(.=preceding::*)]">
<keyword><xsl:value-of select="."/></keyword>
<keywords><xsl:value-of select="."/></keywords>
</xsl:for-each>
<xsl:for-each select="$biostratigraphic[not(.=preceding::*)]">
<keyword><xsl:value-of select="."/></keyword>
<keywords><xsl:value-of select="."/></keywords>
</xsl:for-each>
<xsl:for-each select="$lithostratigraphic[not(.=preceding::*)]">
<keyword><xsl:value-of select="."/></keyword>
<keywords><xsl:value-of select="."/></keywords>
</xsl:for-each>

<xsl:for-each select="$taxon_name[not(.=preceding::*)]">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<Title>Plants at Crater Road of Queen Elizabeth National Park, Uganda.</Title>
<Details>Plant occurrences at Crater Road, Queen Elizabeth National Park, Uganda (April 1995 until March 1997). Project data from Dr. Anke Hoffmann, supplementary data of the dissertation: "Hoffmann, Anke (1999). Habitat use and population dynamics of small mammals in the grasslands of the Queen Elizabeth National Park, Uganda. Dissertation Technische Universität Carolo-Wilhelmina zu Braunschweig. Braunschweig." This dataset was mobilized in co-operation with the DFG-funded project reBiND (http://rebind.bgbm.org/). The following Abstract describes the dissertation: In the grasslands of Queen Elizabeth National Park in Uganda small mammal populations were studied between April 1995 and March 1997 using the capture-mark-release-method and radio-telemetry. The 6 study plots were situated in the Imperata-Cymbopogon-grassland and in the bushland-grassland-mosaic and differed mainly in vegetation, habitat structures, cover and grazing pressure due to big game. The effect of fire was an important aspect to all questions of the study. In total 5.702 catches including 1.295 individuals out of 20 species of the families Muridae (12), Myoxidae (1) und Soricidae (7) were recorded in 65 trapping sessions. The most abundant species were Lemniscomys striatus, Mastomys natalensis and Arvicanthis nairobae. For all plots zoocoenosis and dominance structures are described as well as similarity of fauna and species diversity are compared. The population structures of the 3 most common species are compared in 2 plots of their highest abundance. Emphasis of the investigation is laid on the population development, sex ratio, weight and reproduction. Beyond the survival and turnover rates are determined for these populations. For all species habitat preferences are described. The range lenghts of L. striatus and M. natalensis were ascertained for different plots. Their dependence of population density, sex, sexual activity, body weight, rainfall and bush fire is revised. In all 9 L. striatus, 7 M. natalensis and 8 A. nairobae were radio-tracked successfully and their home range sizes, utilization patterns and activities investigated. For these species an inverse relationship between home range size and population density exists.</Details>
<URI>https://data.bgbm.org/dataset/gfbio/0004/</URI>
<Coverage>Uganda (1995-1997)</Coverage>
</Representation>
</Description>
<RevisionData>
Expand Down Expand Up @@ -100,6 +101,13 @@
<Name> Uganda</Name>
<ISO3166Code>UG </ISO3166Code>
</Country>
<Stratigraphy>
<ChronostratigraphicTerms>
<ChronostratigraphicTerm>
<Term>Quaternary</Term>
</ChronostratigraphicTerm>
</ChronostratigraphicTerms>
</Stratigraphy>
</Gathering>
<MeasurementsOrFacts>
<MeasurementOrFact>
Expand Down