Lists of contributors
Capture contributors in list class="contributors". Capture each contributor together with their affiliation (if present) and the chapter they authored in an item1 element.
|
FMCT:CTR |
Front Matter list of contributors |
|
BMCT:CTR |
End Matter list of contributors |
|
CHBM:CTR |
End of chapter list of contributors |
|
CTRTX |
List of contributors |
list[@class="contributors"]//item1[p/nameGrp]
The contributor’s name must be tagged using nameGrp within p. Use separate p elements to tag the contributor’s affiliation and the title of the chapter he/she authored. If the title of the chapter authored by the contributor is present, create a link to it using xref within xrefGrp.
If the contributors list is in the frontMatter or endMatter, capture the list class="contributors" within a miscMatter class="acknowledgements".
Example contributors list
<list class="contributors">
<list1 listType="unstructured"><item1 id="acref-9780199533008-miscMatter-1-item1-0001">
<p>
<nameGrp role="contributor" foreNames="Diane" mainName="Barthel">Diane
Barthel</nameGrp>
</p>
<p>
<i>Professor of Sociology, State University of New York, Stony Brook, USA</i>
</p></item1><item1 id="acref-9780199533008-miscMatter-1-item1-0002">
<p>
<nameGrp role="contributor" foreNames="Ted" mainName="Benton">Ted
Benton</nameGrp>
</p>
<p>
<i>Professor of Sociology, University of Essex</i>
</p></item1><item1 id="acref-9780199533008-miscMatter-1-item1-0003">
<p>
<nameGrp role="contributor" foreNames="David" mainName="Bouchier">David
Bouchier</nameGrp>
</p>
<p>
<i>Writer and Broadcaster</i>
</p></item1>
</list1>
</list>
Example contributors list with chapter reference
<list class="contributors">
<list1 listType="unstructured"><item1 id="med-9780195188493-miscMatter-item1-1000">
<p>
<nameGrp role="contributor" foreNames="John G." mainName="Bartlett" title="M.D.">John
G. Bartlett, M.D.</nameGrp>
</p>
<p>Johns Hopkins University</p>
<p>
<xrefGrp>
<xref ref="med-9780195188493-chapter-18">Infectious
Disease</xref>
</xrefGrp>
</p></item1><item1 id="med-9780195188493-miscMatter-item1-1001">
<p>
<nameGrp role="contributor" foreNames="Ari M." mainName="Blitz" title="M.D.">Ari M.
Blitz, M.D.</nameGrp>
</p>
<p>Johns Hopkins University</p>
<p>
<xrefGrp>
<xref ref="med-9780195188493-item1-22">Radiology</xref>
</xrefGrp>
</p></item1><item1 id="med-9780195188493-miscMatter-item1-1002">
<p>
<nameGrp role="contributor" foreNames="Jonathan" mainName="Buscaglia" title="M.D.">Jonathan Buscaglia, M.D.</nameGrp>
</p>
<p>Johns Hopkins University</p>
<p>
<xrefGrp>
<xref ref="med-9780195188493-item1-11">Gastroenterology</xref>
</xrefGrp>
</p></item1>
</list1>
</list>
Inline contributors
<div1 id="acref-9780199608218-miscMatter-1-div1-4" doi="10.1093/acref/9780199608218.002.0001.021.0004">
<titleGroup id="acref-9780199608218-miscMatter-1-titleGroup-6"><title>
<p>Associate Editors</p></title>
</titleGroup>
<p>
<nameGrp role="editor" foreNames="Linda" mainName="Anderson">Linda Anderson</nameGrp>,
<nameGrp role="editor" foreNames="Paul" mainName="Baines">Paul Baines</nameGrp>,
<nameGrp role="editor" foreNames="Chris" mainName="Baldick">Chris Baldick</nameGrp>.</p>
</div1>