Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Author Names

The eXtyles Advanced Process for Author Processing will parse paragraphs with author names into their constituent elements (surname, given names, initials, prefixes, and suffixes) as well as identifying organizational authors. eXtyles can also distinguish between various types of contributors (e.g., authors and editors) depending on context in the document.

The author list must be reviewed after running Author Processing to ensure that the various elements have been correctly identified. Certain situations can cause problems for Author Processing in the standard eXtyles configuration: names in non-Western order (i.e., Surname Given-Names); multi-word surnames separated by spaces; unusual or non-standard degree names.

...

Introductory text in an author paragraph, such as "By" or "Edited by", must also be styled as au_prefix.

Author Affiliations

Author affiliations can be edited as one affiliation per paragraph, or as multiple affiliations in a single paragraph.

...

The following author list and affiliations will parse correctly:

Daniel Ruzek,1 Patrik Kilian,2 Martin Tulsty,3 and Ivan Gelbic4

1Institute of Parasitology, Biology Centre of the Academy of Sciences of the Czech Republic, Branisovska 31, CZ-37005 Ceske Budejovice, Czech Republic

2Institute of Parasitology, Biology Centre of the Academy of Sciences of the Czech Republic and Faculty of Science, University of South Bohemia, Branisovska 31, CZ- 37005 Ceske Budejovice, Czech Republic

3Pierre de Coubertin High School, Frantisek Krizik Sq. 860, CZ-39030 Tabor, Czech Republic

...

By Robert G. Waltermire1, Christopher U. Emmerich2, and Laura C. Mendenhall3

1U.S. Geological Survey

2Cherokee Services Group

3U.S. Fish and Wildlife Service

This style makes good use of space if multiple authors share affiliations. The example yields the following XML:

Code Block
<contrib-group content-type="authors">
<contrib contrib-type="author">
<string-name><x>By</x> <given-names>Robert G.</given-names> <surname>Waltermire</surname></string-name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib> 
<contrib contrib-type="author">
<string-name><given-names>Christopher U.</given-names> <surname>Emmerich</surname></string-name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib> 
<contrib contrib-type="author">
<string-name><given-names>Laura C.</given-names> <surname>Mendenhall</surname></string-name><xref ref-type="aff" rid="aff3"><sup>3</sup></xref></contrib> 
<aff id="aff1"><label>1</label>U.S. Geological Survey</aff>
<aff id="aff2"><label>2</label>Cherokee Services Group</aff>
<aff id="aff3"><label>3</label>U.S. Fish and Wildlife Service</aff>
</contrib-group>

Secondary Identification Information

Organizations that made contributions to the content are identified on the title page with the Secondary Identification paragraph style. The following secondary identification information will produce the subsequent XML:

Prepared in cooperation with the Southwest Climate Science Center

Code Block
<contrib-group content-type="collaborator">
<contrib>
<collab>Prepared in cooperation with the Southwest Climate Science Center</collab>
</contrib>
</contrib-group>