Affiliations
Capture affiliations in <aff> elements.
<aff> elements must be captured in a
<contrib-group> element.
Each <aff> element must have a @id attribute which
contains a unique identifier for the affiliation which is used for linking to the
relevant contributor(s) (see Contributor Cross References).
If the affiliation is labelled it must contain a <label>
containing the relevant label text.
If the text of the affiliation contains the name of an institution that text must be
captured in a <institution> element. If there is ROR identifier
for an institution then capture the name and the identifier in a
<institution-wrap> element (see Institution ID (ROR Identifier)).
If the text of the affiliation contains the name of a country that text must be captured
in a <country> element.
Labelled Example
<aff id="affiliation01"> <label>1</label> <institution>Bristol University</institution>, Bristol,<country>UK</country> </aff> <aff id="affiliation02"> <label>2</label> <institution>Oxford University</institution>, Oxford, <country>UK</country> </aff>
Unlabeled Affiliation Example
<aff id="affiliation01"> <institution>College of Arts and Sciences, University of Tokyo</institution>, 3-8-1 Komaba, Meguro-ku, Tokyo, <country>Japan</country> </aff>
Affiliation with an Institution Identifier (ROR) Example
<aff id="affiliation01"> <label>1</label> <institution-wrap> <institution-id institution-id-type="ror">https://ror.org/004fze387</institution-id> <institution>SISSA</institution> </institution-wrap>, Via Bonomea 265, I-34136 Trieste, <country>Italy</country> </aff>