Description
This element contains the name, contact details and biography of one of the authors of the article.
Note: When authors and affiliations appear anywhere other than the start of an article, such as at the closing of an editorial-style article or at the start of a new section, they should be captured both in
<meta> as
<author> and
<affiliation> elements, and where they appear in text using formatting elements.
Parent Elements
The elements listed below may directly contain this element.
They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
--+(sequence)
|
name -- (elements)
|
contactinfo (optional) -- (elements)
|
bioinfo (optional) -- (elements)
|
authornote (optional and repeatable) -- (TEXT and elements)
DTD Definition
The DTD contains the following element and attribute definitions
(note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT author (name, contactinfo?, bioinfo?, authornote*)>
<!ATTLIST author
primaryauthor (yes | no) "no"
corresponding (yes | no) "no"
seq CDATA #IMPLIED
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Metadata : Article Metadata : Author Details
General Attributes (shared with other elements)
Local Attributes (defined for this element alone)
Description
This attribute indicates whether the author is the primary author or not. Most authors will not be the primary author, so the default value is "no", but this attribute must be used and set to "yes" for the primary author only. The primary author should always be shown first, and is usually the most obvious candidate for corresponding with.
Specification
This attribute is required but has a default value of "no". The allowed values are "yes" and "no".
DTD Definition
primaryauthor (yes | no) "no"
.
Description
This attribute specifies whether or not the author will allow correspondence (the default assumption is not) in respect to production of the article.
Specification
This attribute is required but has a default value of "no". The allowed values are "yes" and "no".
DTD Definition
corresponding (yes | no) "no"
.
Attribute:
seq (
Sequence)
Description
This attribute holds a number that represents the order in which the author should appear in respect to other authors. Usually, the primary author has a sequence value of "1". The values from each of the elements should form a sequence with no gaps or repetitions, starting at "1". Ideally, the elements will form the same sequence, as follows:
<author ... seq="1">...</author>
<author ... seq="2">...</author>
<author ... seq="3">...</author>
If this attribute is not used in one element instance, it should not be used in any of them, in which case the appropriate sequence must be derived from the order of the elements.
Specification
This attribute is not required. It has text content.
DTD Definition
seq CDATA #IMPLIED
.