From 41af476a3dca797f7a6c8a31d376fddaebe37552 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 25 Jan 2021 14:54:33 +0100 Subject: JATS template: mark authors with cor-id as corresponding authors Corresponding authors are marked by setting the attribute `corresp="yes"` in their respective `` element. --- data/templates/article.jats_publishing | 2 +- data/templates/default.jats_articleauthoring | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/templates/article.jats_publishing b/data/templates/article.jats_publishing index 35315a8ba..ebd14e9d7 100644 --- a/data/templates/article.jats_publishing +++ b/data/templates/article.jats_publishing @@ -89,7 +89,7 @@ $endif$ $if(author)$ $for(author)$ - + $if(author.orcid)$ $author.orcid$ $endif$ diff --git a/data/templates/default.jats_articleauthoring b/data/templates/default.jats_articleauthoring index 51c52af31..3f62027de 100644 --- a/data/templates/default.jats_articleauthoring +++ b/data/templates/default.jats_articleauthoring @@ -22,7 +22,7 @@ $endif$ $if(author)$ $for(author)$ - + $if(author.orcid)$ $author.orcid$ $endif$ -- cgit v1.2.3