<given-names>

Given (First) Names

All given names of a person, such as the first name, middle names, maiden name if used as part of the married name, etc.; for example, in the name “John Q. Delancey Public”, the <given-names> would be “John Q. Delancey” and the <surname> would be “Public”.

Remarks

Care should be taken with multipart names to divide the components into family names (<surname>) and personal names (<given-names>) in a culturally appropriate fashion. For example:

<surname>Llanos De La Torre Quiralte</surname>
<given-names>M</given-names>

<surname>Gonzalez Martin</surname>
<given-names>Josquin</given-names>

<surname>Lapeyre</surname>
<given-names>Kenneth Pritchard Carnu</given-names>

<surname>Ben Gurion</surname>
<given-names>David</given-names>

<surname>de la Mare</surname>
<given-names>Walter John</given-names>

<surname>Toulouse-Lautrec-Monfa, de</surname>
<given-names>Henri Marie Raymond</given-names>

Attribute

initials Initials of Given Names

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | sub | sup)*

Description

Any combination of:

This element may be contained in:

<speaker>, <string-name>

Example 1

...
<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>
...

Example 2

<ref-list>
<title>References</title>
<ref>
<mixed-citation id="c1" publication-type="journal">
...</mixed-citation>
</ref>

<ref>
<mixed-citation id="c2" publication-type="journal">
<person-group person-group-type="author">
<string-name><surname>Klimoski</surname>, <given-names>R.</given-names></string-name>,
&amp; <string-name><surname>Palmer</surname>, <given-names>S.</given-names></string-name>
</person-group>
(<year>1993</year>).
<article-title>The ADA and the hiring process in organizations</article-title>.
<source>Consulting Psychology Journal: Practice and Research</source>,
<volume>45</volume>(<issue>2</issue>),
<fpage>10</fpage>-<lpage>36</lpage>.
</mixed-citation>
</ref>

<ref>...</ref>
</ref-list>

Module

common3.ent