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.
This commit is contained in:
parent
4e50706924
commit
b116022de4
1 changed files with 1 additions and 2 deletions
|
@ -86,7 +86,7 @@ $endif$
|
|||
$if(author)$
|
||||
<contrib-group>
|
||||
$for(author)$
|
||||
<contrib contrib-type="author"$if(author.equal-contrib)$ equal-contrib="true"$endif$>
|
||||
<contrib contrib-type="author"$if(author.equal-contrib)$ equal-contrib="yes"$endif$>
|
||||
$if(author.orcid)$
|
||||
<contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id>
|
||||
$endif$
|
||||
|
@ -208,4 +208,3 @@ $back$
|
|||
$endif$
|
||||
</back>
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Reference in a new issue