diff options
Diffstat (limited to 'data/templates/default.jats_articleauthoring')
-rw-r--r-- | data/templates/default.jats_articleauthoring | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/templates/default.jats_articleauthoring b/data/templates/default.jats_articleauthoring index f86bb2d3b..94c929548 100644 --- a/data/templates/default.jats_articleauthoring +++ b/data/templates/default.jats_articleauthoring @@ -34,14 +34,15 @@ $endif$ $if(author.email)$ <email>$author.email$</email> $endif$ -$if(author.aff-id)$ -<xref ref-type="aff" rid="aff-$contrib.aff-id$"/> -$endif$ +$for(author.affiliation)$ +<xref ref-type="aff" rid="aff-$author.affiliation$"/> +$endfor$ $if(author.cor-id)$ <xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref> $endif$ </contrib> $endfor$ +${ affiliations.jats() } </contrib-group> $endif$ $if(copyright)$ |