JATS template: fix position of contrib affiliations in authoring set
Any `<aff>` element must come before any `<email>` element.
This commit is contained in:
parent
fae63b09bb
commit
e54f6dcd7a
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
$--
|
||||
$-- Affiliations
|
||||
$--
|
||||
<aff id="aff-$affiliation.id$">
|
||||
<aff id="aff-$it.id$">
|
||||
$-- wrap affiliation if it has a known institution identifier
|
||||
$if(it.group)$
|
||||
<institution content-type="group">${it.group}</institution>
|
||||
|
|
|
@ -36,12 +36,12 @@ $elseif(author.name)$
|
|||
$else$
|
||||
<string-name>$author$</string-name>
|
||||
$endif$
|
||||
$if(author.email)$
|
||||
<email>$author.email$</email>
|
||||
$endif$
|
||||
$for(author.affiliation)$
|
||||
${ it:affiliations.jats() }
|
||||
$endfor$
|
||||
$if(author.email)$
|
||||
<email>$author.email$</email>
|
||||
$endif$
|
||||
$if(author.cor-id)$
|
||||
<xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref>
|
||||
$endif$
|
||||
|
|
Loading…
Reference in a new issue