diff options
Diffstat (limited to 'default.jats_articleauthoring')
-rw-r--r-- | default.jats_articleauthoring | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/default.jats_articleauthoring b/default.jats_articleauthoring index f86bb2d..94c9295 100644 --- a/default.jats_articleauthoring +++ b/default.jats_articleauthoring | |||
@@ -34,14 +34,15 @@ $endif$ | |||
34 | $if(author.email)$ | 34 | $if(author.email)$ |
35 | <email>$author.email$</email> | 35 | <email>$author.email$</email> |
36 | $endif$ | 36 | $endif$ |
37 | $if(author.aff-id)$ | 37 | $for(author.affiliation)$ |
38 | <xref ref-type="aff" rid="aff-$contrib.aff-id$"/> | 38 | <xref ref-type="aff" rid="aff-$author.affiliation$"/> |
39 | $endif$ | 39 | $endfor$ |
40 | $if(author.cor-id)$ | 40 | $if(author.cor-id)$ |
41 | <xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref> | 41 | <xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref> |
42 | $endif$ | 42 | $endif$ |
43 | </contrib> | 43 | </contrib> |
44 | $endfor$ | 44 | $endfor$ |
45 | ${ affiliations.jats() } | ||
45 | </contrib-group> | 46 | </contrib-group> |
46 | $endif$ | 47 | $endif$ |
47 | $if(copyright)$ | 48 | $if(copyright)$ |