From b116022de46cc3969eb91a0035e8da8f9135cbb4 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 11 Nov 2021 09:38:07 +0100 Subject: JATS template: fix equal-contrib attribute The standard requires the value to be either `yes` or `no`, but is was set to `true` for authors who contributed equally. --- data/templates/article.jats_publishing | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data') diff --git a/data/templates/article.jats_publishing b/data/templates/article.jats_publishing index 9bedff6af..7ea53d5b3 100644 --- a/data/templates/article.jats_publishing +++ b/data/templates/article.jats_publishing @@ -86,7 +86,7 @@ $endif$ $if(author)$ $for(author)$ - + $if(author.orcid)$ $author.orcid$ $endif$ @@ -208,4 +208,3 @@ $back$ $endif$ - -- cgit v1.2.3