Skip to content

Commit

Permalink
oai_openaire.xsl : change resourceTypeGeneral for thesis
Browse files Browse the repository at this point in the history
Thesis are "Literature" resource type (resourceTypeGeneral), not "other research product"

ref:
openaire/guidelines-literature-repositories#43 (comment)
and
https://api.openaire.eu/vocabularies/dnet:result_typologies/publication
  • Loading branch information
mhvezina authored Oct 11, 2023
1 parent 92844f0 commit 669ff34
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dspace/config/crosswalks/oai/metadataFormats/oai_openaire.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,18 @@
<xsl:when test="$lc_dc_type = 'book review'">
<xsl:text>literature</xsl:text>
</xsl:when>
<xsl:when test="$lc_dc_type = 'bachelor thesis'">
<xsl:text>literature</xsl:text>
</xsl:when>
<xsl:when test="$lc_dc_type = 'doctoral thesis'">
<xsl:text>literature</xsl:text>
</xsl:when>
<xsl:when test="$lc_dc_type = 'master thesis'">
<xsl:text>literature</xsl:text>
</xsl:when>
<xsl:when test="$lc_dc_type = 'thesis'">
<xsl:text>literature</xsl:text>
</xsl:when>
<xsl:when test="$lc_dc_type = 'dataset'">
<xsl:text>dataset</xsl:text>
</xsl:when>
Expand Down

0 comments on commit 669ff34

Please sign in to comment.