Skip to content

Commit

Permalink
added correspoding author required rule
Browse files Browse the repository at this point in the history
  • Loading branch information
golsch authored and kkrebs committed Dec 13, 2024
1 parent 2ddea61 commit 9c23b2d
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -215,6 +215,9 @@
<xed:include ref="research.data.person.repeated" />
</xed:otherwise>
</xed:choose>
<!-- relevant-if="count(./mods:name/mods:role/mods:roleTerm[text()='aut']) &gt; 0" -->
<xed:validate xpath="//mods:mods" test="count(./mods:name/mods:role/mods:roleTerm[@valueURIxEditor='corresponding_author']) &gt; 0"
display="global" i18n="digibib.validation.correspondingAuthor"/>
</fieldset>
<xed:if test="$genre_intern!='software'">
<xed:include ref="openAIRE" after="person.repeated"/>
Original file line number Diff line number Diff line change
@@ -202,6 +202,7 @@ digibib.role.provider = An
digibib.role.sponsor = Sponsor(in):
digibib.subject = Studiengang:
digibib.validation.ddc = Bitte w\u00E4hlen Sie eine passende DDC-Kategorie aus.
digibib.validation.correspondingAuthor = Bitte spezifizieren Sie einen Autor als korrespondierenden Autor.

editor.search.digibib.ddc = Dewey Dezimal-Klassifikation (DDC)
editor.search.digibib.ddc.tooltip = Eintrag aus der Dewey Dezimal-Klassifikation
Original file line number Diff line number Diff line change
@@ -191,6 +191,7 @@ digibib.role.provider = Pr
digibib.role.sponsor = Sponsor:
digibib.subject = Field of study:
digibib.validation.ddc = Choose DDC category.
digibib.validation.correspondingAuthor = Specify an author as corresponding author.

editor.search.digibib.ddc = DDC
editor.search.digibib.ddc.tooltip = Choose DDC entry

0 comments on commit 9c23b2d

Please sign in to comment.