Skip to content

Commit

Permalink
Merge pull request DSpace#9374 from amgciadev/fix-9373-b
Browse files Browse the repository at this point in the history
Fix incorrect coar_version value for 'vor' type
  • Loading branch information
tdonohue committed Feb 28, 2024
2 parents ff30259 + a8e81da commit e81df4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/config/crosswalks/oai/metadataFormats/rioxx.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
<xsl:text>http://purl.org/coar/version/c_ab4af688f83e57aa</xsl:text>
</xsl:when>
<xsl:when test="$lc_description = 'published version' or $lc_version='vor'">
<xsl:text>http://purl.org/coar/resource_type/c_1162</xsl:text>
<xsl:text>http://purl.org/coar/version/c_970fb48d4fbd8a85</xsl:text>
</xsl:when>
<xsl:when test="$lc_description = 'submitted version' or $lc_version='ao'">
<xsl:text>http://purl.org/coar/version/c_b1a7d7d4d402bcce</xsl:text>
Expand Down

0 comments on commit e81df4e

Please sign in to comment.