Skip to content

Commit

Permalink
adding the URL subproperty to the alternate identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirazos7 committed Dec 13, 2024
1 parent 8502d88 commit fea4ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt/articles/xslt-article-OpenAire2.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Content generated by zbMATH Open, such as reviews, classifications, software, or
</xsl:template>

<xsl:template match="identifier">
<datacite:alternateIdentifier alternateIdentifierType="zbMATH Identifier">
<datacite:alternateIdentifier alternateIdentifierType="URL">
<xsl:text>https://zbmath.org/</xsl:text>
<xsl:value-of select="."/>
</datacite:alternateIdentifier>
Expand Down

0 comments on commit fea4ba6

Please sign in to comment.