<surname>

Surname

Surname of a person.

Remarks

Care should be taken with multipart names to divide the components into family names (usually <surname>) and personal names (<given-names>) in as culturally appropriate a fashion as possible. Initials can be preserved separately using the @initials attribute.

<surname initials=”Q”>Llanos De La Torre Quiralte</surname>   
<given-names initials=”M”>M</given-names>    

<surname initials=”U”>Usdin</surname>   
<given-names initials=”BT”>B. Tommie</given-names>

<surname initials=”GM” >Gonzalez Martin</surname>   
<given-names initials=”J”>Josquin</given-names>    

<surname initials=”M”>McNair</surname>   
<given-names initials=”KPC”>Kenneth Pritchard Carnu</given-names>    

<surname initials=”B”>Ben Gurion</surname>   
<given-names initials=”D”>David</given-names>    

<surname initials=”B”>Ben-Gurion</surname>   
<given-names initials=”D”>David</given-names>    

<surname initials=”M”>de la Mare</surname>   
<given-names initials=”WJ”>Walter John</given-names>                

<surname initials=”D” >Di Iorio</surname>   
<given-names initials=”S”>Silvio</given-names>

<surname initials=”T”>Toulouse-Lautrec-Monfa, de</surname>   
<given-names initials=”H”>Henri Marie Raymond</given-names>

<surname initials=”L”>Lewis</surname>   
<given-names initials=”CS”>CS</given-names>

<surname initials=”L”>Lewis</surname>   
<given-names initials=”CS”>C.S.</given-names>

Best Practice: There is no single style that best handles all single (one-part) names. Tibetan, Indian, and Burmese single names that are not surnames may be tagged as <given-names>; there is no need to commit the tag abuse of calling the given name a surname. Most westernized single names (“Pele”, “Prince”, “Babyface”, “Aztek”) are more likely to be retrieved properly if they are tagged as <surname>s. Where it is allowed by this Tag Set, for example, within a bibliographic reference (the <element-citation> and <mixed-citation> elements), a single name could also be tagged as a <string-name>.

Design Note: The <name> element is one of the few elements in this Tag Set to require a specific element sequence. The idea was that names would be converted to this sequence during import conversion, allowing a publisher or archive to regularize the names in their repository, since names are frequently critical search items. However, that leaves the case of names where the component parts are not in the required order. If the name parts are unknown or untagged in the input to be converted, or if the name would require complex conversion processing, for example, “His Royal Highness The Prince Charles, Prince of Wales and Earl of Chester”, there are several options. The whole name can be put within the element <string-name> where that element is allowed (for example, within a bibliographic reference):

<string-name>His Royal Highness The Prince Charles,
  Prince of Wales and Earl of Chester </string-name>
  

Since the <string-name> element permits the tagging of name parts within it, “Charles” could be tagged as a <given-names> element and the <prefix> and <suffix> element used to tag the remainder, but such tagging is likely to be rare.

If the complexity is less or the element <string-name> is not allowed in the context, the entire name can be placed into the <surname> element. For example:

<surname>Prince Charles</surname>

Attribute

initials Initials of Given Names

Content Model

<!ELEMENT  surname      (#PCDATA %surname-elements;)*                >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Description

Any combination of:

This element may be contained in:

<name>, <speaker>, <string-name>

Example

               
...
<article-meta>
<title-group>
<article-title>Systematic review of day hospital 
care for elderly people</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Forster</surname>
<given-names>Anne Williams</given-names>
</name>
<role>research physiotherapist</role>
<aff id="StLukes">Department of Health Care
for the Elderly, St Luke&#x2019;s Hospital, Bradford BD5 
0NA</aff>
<aff id="RoyalInf">
Academic Section of Geriatric Medicine, Royal Infirmary, Glasgow 
G4 0SF</aff>
</contrib>
...
</contrib-group>
<permissions>
<copyright-statement>Copyright &#x00A9; 1999, British 
Medical Journal</copyright-statement>
<copyright-year>1999</copyright-year>
<copyright-holder>British Medical Journal</copyright-holder>
</permissions>
<abstract>
<p>To examine the effectiveness of day hospital attendance 
in prolonging independent living for elderly people.</p>
</abstract>
</article-meta>
... 


            

Module

JATS-common0.ent