Container element to contain the name (and possibly role) of a single contributor to an article, for example, one author
Previous DTD Relationship. The contentItem DTD named a number of individual contributor types such as <author> and <reviewer>. This DTD uses a single <contrib> element with different types of contribution named with the @contrib-type attribute, for example: <contrib contrib-type="author">
APA use. APA uses <contrib> to capture only names and roles. Affiliations (<aff>), biographical statements (<bio>), and <on-behalf-of> follow the <contrib> elements; they should not be placed inside the <contrib> elements. APA will enforce this preference via Schematron.
((contrib-id)*, (anonymous | collab | etal | string-name)*, (aff | bio | on-behalf-of | role)*)
The following, in order:
... <article-meta> ... <title-group> ...</title-group> <contrib-group content-type="primary-authors"> <contrib rid="aff1" contrib-type="author" corresp="no"> <string-name><given-names>Laura B.</given-names> <surname>Kasper</surname></string-name> </contrib> <contrib rid="aff2 corr1" contrib-type="author" corresp="yes"> <string-name><given-names>Clara E.</given-names> <surname>Hill</surname></string-name> </contrib> ... <aff id="aff1">Counseling and Personnel Services, College of Education, University of Maryland</aff> <aff id="aff2">Department of Psychology, University of Maryland</aff> </contrib-group> <author-notes> <corresp id="corr1"> <addr-line>Clara E. Hill, Department of Psychology, University of Maryland, College Park, MD 20742</addr-line> <ext-link specific-use="live" xlink:href="mailto:hill@psyc.umd.edu" ext-link-type="email">hill@psyc.umd.edu</ext-link> </corresp> </author-notes> ... </article-meta> ...
<?xml version='1.0' encoding='US-ASCII'?>
<!DOCTYPE article PUBLIC "-//APA//DTD APA Journal Archive DTD v0.4 20130403//EN" "http://xml.apa.org/serials/jats-dtds/APAjournal-archive.dtd">
...
<contrib-group content-type="primary-authors">
<contrib contrib-type="author" corresp="yes" rid="aff1 bio1 corr1 au-fig1" xlink:type="simple">
<string-name><given-names>Dinesh</given-names> <surname>Bhugra</surname></string-name>
</contrib>
<aff id="aff1">Health Service and Population Research Department, Institute of
Psychiatry, King’s College, London, UK</aff>
<bio xlink:type="simple" id="bio1">
<p align="left">Professor Dinesh Bhugra, CBE, PhD, FRCPsych, is Professor of Mental Health and
Cultural Diversity at the Institute of Psychiatry, King’s College London,
UK, and is an Honorary Consultant at the Maudsley Hospital in London, UK. From
2008 to 2011 he was President of the Royal College of Psychiatrists, UK and
Ireland. In 2011 he was elected President-Elect of the World Psychiatric
Association.</p></bio>
</contrib-group>
<author-notes>
<corresp id="corr1">
<addr-line>Dinesh Bhugra</addr-line>
<addr-line>Institute of Psychiatry</addr-line>
<addr-line>King’s College</addr-line>
<addr-line>London SE5 8AF</addr-line>
<addr-line>UK</addr-line>
<phone>+44 20 7848-0500</phone>
<ext-link specific-use="live" xlink:href="mailto:dinesh.bhugra@kcl.ac.uk" ext-link-type="email"
xlink:type="simple">dinesh.bhugra@kcl.ac.uk</ext-link>
</corresp>
...
<floats-group>
<fig id="au-fig1">
<caption><p align="left">Dinesh Bhugra</p></caption>
<graphic copyright="inherit" id="au-fig1a" xlink:href="cri_34_4_221_au-fig1a.tif" xlink:type="simple"/>
</fig>
</floats-group>...
articlemeta3.ent