Author name in sections
The name of an entry's author can appear below the headword or after the senses. Capture each author name in a nameGrp element and capture components of the name in the appropriate attributes.
e/section[@role="authors"]
|
EA |
Entry author(s) |
|
INI |
Contributor initials |
The author
section contains the authors or contributors of the entry. Where an article has more than one author, capture each name in a separate nameGrp element. If the information includes separators (commas, ampersands, etc.), capture them outside the the nameGrp elements.
Author section of an A-Z entry
<e id="acref-9780195123456-e-0019" doi="10.1093/acref/9780195123456.013.0019">
<headwordGroup><!-- ... headword ...--></headwordGroup>
<!-- ... other sections ...-->
<section role="authors"><textMatter>
<p>
<nameGrp foreNames="Christopher" mainName="Pinto">Christopher Pinto</nameGrp>,
<nameGrp foreNames="Marcelo G" mainName="Kohen">Marcelo G Kohen</nameGrp>
</p></textMatter>
</section>
<!-- ... other sections ... -->
</e>