Skip to content

Commit

Permalink
125984: Include explanatory section in required creator field of Data…
Browse files Browse the repository at this point in the history
…Cite
  • Loading branch information
Jens Vannerum committed Feb 10, 2025
1 parent 30b43e1 commit 474d042
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dspace/config/crosswalks/DIM2DataCite.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@
<xsl:when test="//dspace:field[@mdschema='dc' and @element='contributor' and @qualifier='author']">
<xsl:apply-templates select="//dspace:field[@mdschema='dc' and @element='contributor' and @qualifier='author']" />
</xsl:when>
<!-- If your repository does not have any creator/author metadata included, but you still wish to register items in
DataCite You may uncomment the block below which will provide "unknown" for the required field. -->
<!-- <xsl:otherwise>-->
<!-- <creator>-->
<!-- <creatorName>(:unkn) unknown</creatorName>-->
<!-- </creator>-->
<!-- </xsl:otherwise>-->
</xsl:choose>
</creators>

Expand Down

0 comments on commit 474d042

Please sign in to comment.