0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
formats
/
jats
/
pandoc
/
[
Home
]
File: authors.xml
$if(authors)$ <contrib-group> $for(by-author)$ <contrib contrib-type="author"$if(it.attributes.equal-contributor)$ equal-contrib="yes"$endif$$if(it.attributes.corresponding)$ corresp="yes"$endif$> $if(it.orcid)$ <contrib-id contrib-id-type="orcid">$it.orcid$</contrib-id> $endif$ $it:name.xml()$ $if(it.degrees)$<degrees>$for(it.degrees)$$it$$sep$, $endfor$</degrees>$endif$ $if(it.email)$ <email>$it.email$</email> $endif$ $for(it.roles)$ <role$if(it.degree-of-contribution)$ degree-contribution="$it.degree-of-contribution$"$endif$$if(it.vocab-identifier)$ vocab="$it.vocab-identifier$"$endif$$if(it.vocab-term)$ vocab-term="$it.vocab-term$"$endif$$if(it.vocab-term-identifier)$ vocab-term-identifier="$it.vocab-term-identifier$"$endif$>$it.role$</role> $endfor$ $-- if affiliations are listed separately, then create links. Otherwise $-- include them here. $for(it.affiliations)$ <xref ref-type="aff" rid="$it.id$">$it.letter$</xref> $endfor$ $if(it.attributes.corresponding)$ <xref ref-type="corresp" rid="cor-$it.id$">*</xref> $endif$ $if(it.attributes.deceased)$ <xref ref-type="deceased" rid="deceased-$it.id$">†</xref> $endif$ $if(it.attributes.equal-contributor)$ <xref ref-type="deceased" rid="equal-$it.id$">‡</xref> $endif$ $if(it.note.text)$ <xref ref-type="author-note" rid="auth-note-$it.id$">$it.number$</xref> $endif$ </contrib> $endfor$ </contrib-group> $endif$ $for(affiliations)$ <aff id="$it.id$"> $it:affiliation.xml()$ </aff> $endfor$ $if(quarto-internal.has-author-notes)$ <author-notes> $for(authors)$ $if(it.attributes.corresponding)$ <corresp id="cor-$it.id$">$it.email$</corresp> $endif$ $endfor$ $for(authors)$ $if(it.attributes.deceased)$ <fn id="deceased-$it.id$" fn-type="deceased" symbol="†"><p>$it.name.literal$</p></fn> $endif$ $endfor$ $for(authors)$ $if(it.attributes.equal-contributor)$ <fn id="equal-$it.id$" fn-type="equal" symbol="‡"><p>$it.name.literal$</p></fn> $endif$ $endfor$ $for(authors)$ $if(it.note.text)$ <fn id="auth-note-$it.id$" fn-type="author-note" symbol="$it.number$">$it.note.text$</fn> $endif$ $endfor$ </author-notes> $endif$