Affiliations
Capture affiliations in <aff>
elements.
<aff>
elements must be captured in a
<contrib-group>
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 or a country that text
must be captured in <institution>
or
<country>
elements respectively.
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>