initials

Initials for Personal Names

Initial(s) for the surname or the given names of a person.

Usage

Initials are recorded for purposes of searching or ease of conversion to applications that require initials rather than full names.
This attribute is optional and need not be used by organizations that do not ordinarily record contributor’s initials. The intent is to provide a place to preserve the initials for publishers who do determine the person’s initials editorially and then record that in their data, so this intellectual effort will not be lost.

Remarks

Best Practice: This attribute is particularly useful in those cases in which a person’s initials cannot be determined algorithmically, i.e., a program could not determine the initials of a given name due to the number, arrangement, or complexity of the name components. (See the examples listed below.)
In most of the examples below, displayed content is present as element content, and search content (without punctuation) is present as attribute content. A given publisher may choose to handle punctuation differently.
<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>

Used on Elements: <given-names>, <surname>

ValueMeaning
Text, numbers, or special charactersThe initial letters of a person’s given names.
Restriction@initials is an optional attribute; there is no default.

Example

    ...
<contrib contrib-type="author">
<name><surname initials="L">Lawrence</surname>
<given-names initials="SP">Sharon Peniston</given-names>
</name></contrib>
<contrib contrib-type="author" equal-contrib="no">
<name><surname initials="M">Miller</surname>
<given-names initials="DB">Donna Bunch</given-names>
</name></contrib>
...