Skip to content

Commit

Permalink
Move affiliations XML before ORCID
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Oct 23, 2024
1 parent 2eaa20c commit f5feae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/templates/default.crossref
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ $endif$
$if(it.suffix)$
<suffix>${it.suffix}</suffix>
$endif$
$if(it.orcid)$
<ORCID>https://orcid.org/${it.orcid}</ORCID>
$endif$
$if(it.afxml)$
$it.afxml$
$endif$
$if(it.orcid)$
<ORCID>https://orcid.org/${it.orcid}</ORCID>
$endif$
</person_name>
$endfor$
Expand Down

0 comments on commit f5feae9

Please sign in to comment.