- add name columns to table 'document_licences'

- add open access hints to dc and datacite (xslt)
This commit is contained in:
Arno Kaimbacher 2020-05-19 20:18:31 +02:00
parent 35e71a13c3
commit 671cdb1e4e
3 changed files with 17 additions and 3 deletions

View file

@ -349,6 +349,14 @@
</xsl:attribute>
<xsl:value-of select="@NameLong" />
</rights>
<xsl:if test="@Name = 'CC BY' or @Name = 'CC BY-SA'">
<rights>
<xsl:attribute name="rightsURI">
<xsl:text>info:eu-repo/semantics/openAccess</xsl:text>
</xsl:attribute>
<xsl:text>Open Access</xsl:text>
</rights>
</xsl:if>
</xsl:template>
</xsl:stylesheet>