- addional xml elements for DINI requirements
- port browser style oai2_style.xslt to xslt version 3.0 - oai2_style includes extra style.css
This commit is contained in:
parent
8ebd8f3251
commit
edea5ccbd0
5 changed files with 758 additions and 660 deletions
|
@ -1,11 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<xsl:stylesheet version="1.0"
|
||||
<xsl:stylesheet version="3.0"
|
||||
xmlns="http://www.openarchives.org/OAI/2.0/"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/">
|
||||
xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
|
||||
|
||||
<!--<xsl:param name="urnResolverUrl" />-->
|
||||
|
||||
|
@ -143,6 +144,29 @@
|
|||
</sampleIdentifier>
|
||||
</oai-identifier>
|
||||
</description>
|
||||
<description>
|
||||
<eprints xmlns="http://www.openarchives.org/OAI/1.1/eprints" xsi:schemaLocation="http://www.openarchives.org/OAI/1.1/eprints http://www.openarchives.org/OAI/1.1/eprints.xsd">
|
||||
<content>
|
||||
<text>
|
||||
Tethys RDR ist ein Datenverlag der Geologischen Bundesanstalt (GBA), der ausschließlich an der GBA generierte geowissenschaftliche Forschungsdaten publiziert.
|
||||
Die Datenpublikationen können sowohl in deutscher, als auch in englischer Sprache publiziert werden.
|
||||
Durch die Bereitstellung der Datenpublikation zusammen mit Metadaten nach standardisierten Schemata werden die Publikationen auffindbar und zitierbar.
|
||||
</text>
|
||||
<URL>https://tethys.at/help</URL>
|
||||
</content>
|
||||
<metadataPolicy>
|
||||
<text>
|
||||
All bibliographic metadata provided via this interface, except abstracts, is hereby made available under CC0 license, free to share and re-use.
|
||||
</text>
|
||||
<URL>http://creativecommons.org/publicdomain/zero/1.0/deed.de</URL>
|
||||
</metadataPolicy>
|
||||
<comment>
|
||||
This institutional repository is powered by the Tethys repository software,
|
||||
which is an enhancement of OPSUS4 (https://www.kobv.de/entwicklung/software/opus-4/).
|
||||
See https://gitea.geologie.ac.at/geolba/tethys/ for more information.
|
||||
</comment>
|
||||
</eprints>
|
||||
</description>
|
||||
</Identify>
|
||||
</xsl:template>
|
||||
|
||||
|
@ -304,6 +328,12 @@
|
|||
</setSpec>-->
|
||||
<!--loop-->
|
||||
<xsl:apply-templates select="SetSpec" />
|
||||
<setSpec>
|
||||
<xsl:text>open_access</xsl:text>
|
||||
</setSpec>
|
||||
<setSpec>
|
||||
<xsl:text>doc-type:ResearchData</xsl:text>
|
||||
</setSpec>
|
||||
</header>
|
||||
<xsl:choose>
|
||||
<!-- nicht bei ListIdentifiers und auch nicht bei gelöschten Datensätzen-->
|
||||
|
@ -333,7 +363,7 @@
|
|||
<xsl:value-of select="@Value" />
|
||||
</setSpec>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<xsl:template match="Rdr_Dataset" mode="oai_dc">
|
||||
<oai_dc:dc xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
||||
<!-- dc:title -->
|
||||
|
@ -370,9 +400,11 @@
|
|||
<xsl:call-template name="RdrDate" />
|
||||
<!-- dc:date: embargo date -->
|
||||
<xsl:apply-templates select="EmbargoDate" mode="oai_dc" />
|
||||
<!-- dc:type -->
|
||||
<!-- <xsl:apply-templates select="@Type" mode="oai_dc" /> -->
|
||||
<!-- dc:type -->
|
||||
<dc:type>Dataset</dc:type>
|
||||
<dc:type>
|
||||
<xsl:text>ResearchData</xsl:text>
|
||||
</dc:type>
|
||||
<!-- dc:format -->
|
||||
<xsl:apply-templates select="File/@MimeType" mode="oai_dc" />
|
||||
<!-- <dc:format> -->
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue