- composer updates
- embargo date optional in oai datacite and dc - cmpare unix timestamps
This commit is contained in:
parent
c0e381ba3a
commit
a52d029ac8
4 changed files with 50 additions and 33 deletions
|
@ -124,7 +124,7 @@
|
|||
|
||||
<xsl:template name="RdrDate2" mode="oai_datacite"
|
||||
xmlns="http://datacite.org/schema/kernel-4">
|
||||
<xsl:if test="EmbargoDate">
|
||||
<xsl:if test="EmbargoDate and ($unixTimestamp < EmbargoDate/@UnixTimestamp)">
|
||||
<date>
|
||||
<xsl:attribute name="dateType">Available</xsl:attribute>
|
||||
<xsl:variable name="embargoDate" select="concat(
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue