How to register more than one affiliation for an individual author?

Hi,

Is it possible to register more than one author affiliation for a single author? If so, how and with which tool?

At which level of affiliation does the registering of it makes sense? For example in the following case:

  • Associate Professor of Philosophy of Education, KU Eichstätt-Ingolstadt (Germany),
  • Visiting Associate Professor in the Wits School of Education, University of the Witwatersrand (South Africa), and
  • Fellow of the Oxford Centre for Animal Ethics (Great Britain).
1 Like

Hi @OnEducation.net ,

You may include multiple affiliations for a single author by simply adding additional affiliation elements for each of the contributors, like this:

<contributors>
    <person_name sequence="first" contributor_role="author">
        <given_name>Minerva</given_name>
        <surname>Housecat</surname>
        <affiliation>Crossref University</affiliation>
        <affiliation>The Housecat University</affiliation>
        <ORCID authenticated="true">https://orcid.org/0000-0002-4011-3590</ORCID>
    </person_name>
    <person_name sequence="additional" contributor_role="author">
        <given_name>Josiah</given_name>
        <surname>Carberry</surname>
        <affiliation>Brown University</affiliation>
        <ORCID authenticated="true">https://orcid.org/0000-0002-1825-0097</ORCID>
    </person_name>
</contributors>

My best,
Isaac

1 Like