Skip to content

Commit

Permalink
Added rewrite rule for personnel/role in DIF
Browse files Browse the repository at this point in the history
  • Loading branch information
steingod committed Jan 13, 2024
1 parent 0349541 commit 024c5ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xslt/dif-to-mmd.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,9 @@ Added more support for DIF 10 Øystein Godøy, METNO/FOU, 2023-04-24
<xsl:when test="dif:Role[contains(text(),'originator')]">
<xsl:text>Investigator</xsl:text>
</xsl:when>
<xsl:when test="dif:Role[contains(text(),'INVESTIGATOR')]">
<xsl:text>Investigator</xsl:text>
</xsl:when>
<xsl:when test="dif:Role[contains(text(),'Investigaror')]">
<xsl:text>Investigator</xsl:text>
</xsl:when>
Expand Down

0 comments on commit 024c5ba

Please sign in to comment.