Skip to content

Commit

Permalink
Merge pull request DSpace#9133 from DSpace/backport-9121-to-dspace-7_x
Browse files Browse the repository at this point in the history
[Port dspace-7_x] oai_openaire.xsl : change resourceTypeGeneral for thesis
  • Loading branch information
tdonohue authored Oct 19, 2023
2 parents 807168b + dd976b6 commit fb2162b
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 fb2162b

Please sign in to comment.