Skip to content

Commit

Permalink
Merge pull request #121 from MaRDI4NFDI/fixing-codemeta_name
Browse files Browse the repository at this point in the history
removing the given and family name from the templates authors
  • Loading branch information
Mazztok45 authored Nov 27, 2024
2 parents 28b3ad1 + 8bddcf3 commit a45fe1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions test/data/software/Test_Result_Codemeta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@
</swhdeposit:deposit>
<codemeta:author>
<codemeta:name>Kursa, Miron Bartosz</codemeta:name>
<codemeta:givenName>Miron Bartosz</codemeta:givenName>
<codemeta:familyName>Kursa</codemeta:familyName>
</codemeta:author>
<codemeta:author>
<codemeta:name>Rudnicki, Witold Remigiusz</codemeta:name>
<codemeta:givenName>Witold Remigiusz</codemeta:givenName>
<codemeta:familyName>Rudnicki</codemeta:familyName>
</codemeta:author>
<codemeta:name>Boruta</codemeta:name>
<codemeta:description>zbMATH Open Web Interface contents unavailable due to conflicting licenses.</codemeta:description>
Expand Down
6 changes: 0 additions & 6 deletions xslt/software/xslt-software-Codemeta.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@
<codemeta:name>
<xsl:value-of select="."/>
</codemeta:name>
<codemeta:givenName>
<xsl:value-of select="normalize-space(substring-after(., ','))"/>
</codemeta:givenName>
<codemeta:familyName>
<xsl:value-of select="substring-before(., ',')"/>
</codemeta:familyName>
</codemeta:author>
</xsl:template>

Expand Down

0 comments on commit a45fe1f

Please sign in to comment.