author
author — The name of an individual author.
Description
The author
element holds information about the
author of a document. When inside one of the bibliographic elements,
author
refers to the author of the document described
by that element. Otherwise, it refers to the author of the current
document or document section.
Processing expectations
May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.
This element occurs in 61 elements.
Children
The following elements occur in author: address
, affiliation
, contrib
, email
, orgdiv
, orgname
, personblurb
, personname
, uri
.
See Also
authorgroup
, collab
, contrib
, editor
, othercredit
, personblurb
, personname
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <info> <title>Example author</title> 4 <author> 6 <personname> <honorific>Mr</honorific> 8 <firstname>Norman</firstname> <surname>Walsh</surname> 10 <othername role='mi'>D</othername> </personname> 12 <affiliation> <shortaffil>ATI</shortaffil> 14 <jobtitle>Senior Application Analyst</jobtitle> <orgname>ArborText, Inc.</orgname> 16 <orgdiv>Application Developement</orgdiv> </affiliation> 18 </author> </info> 20 <para>…</para> 22 </article>