diff options
Diffstat (limited to 'article.jats_publishing')
-rw-r--r-- | article.jats_publishing | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/article.jats_publishing b/article.jats_publishing index b64425f..4bdb3f2 100644 --- a/article.jats_publishing +++ b/article.jats_publishing | |||
@@ -101,14 +101,15 @@ $endif$ | |||
101 | $if(author.email)$ | 101 | $if(author.email)$ |
102 | <email>$author.email$</email> | 102 | <email>$author.email$</email> |
103 | $endif$ | 103 | $endif$ |
104 | $if(author.aff-id)$ | 104 | $for(author.affiliation)$ |
105 | <xref ref-type="aff" rid="aff-$contrib.aff-id$"/> | 105 | <xref ref-type="aff" rid="aff-$author.affiliation$"/> |
106 | $endif$ | 106 | $endfor$ |
107 | $if(author.cor-id)$ | 107 | $if(author.cor-id)$ |
108 | <xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref> | 108 | <xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref> |
109 | $endif$ | 109 | $endif$ |
110 | </contrib> | 110 | </contrib> |
111 | $endfor$ | 111 | $endfor$ |
112 | ${ affiliations.jats() } | ||
112 | </contrib-group> | 113 | </contrib-group> |
113 | $endif$ | 114 | $endif$ |
114 | $if(article.author-notes)$ | 115 | $if(article.author-notes)$ |