<author-comment>

Author Comment

Textual material associated with a contributor.

Remarks

Common Practice: While a typical author comment might explain, for example, some facts about the circumstances under which a contributor wrote the article material, during conversion, the <author-comment> element can also act as an escape mechanism, to take the content of any contributor-related elements not anticipated by the Suite.

Attributes

Content Model

<!ELEMENT  author-comment
                        %author-comment-model;                       >

Expanded Content Model

(title?, (p)+)

Description

The following, in order:

This element may be contained in:

Example

    
<article dtd-version="1.1">
<front>
<journal-meta>
<journal-id journal-id-type="pmc">BMJ</journal-id>
<journal-id journal-id-type="publisher">BR MED J</journal-id>
<issn>0959-8138</issn>
<publisher>
<publisher-name>British Medical Journal</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="pmid">10092260</article-id>
<title-group>
<article-title>Systematic review of day hospital
care for elderly people</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<string-name><surname>Forster</surname>,
<given-names>Anne Williams</given-names>
</string-name>
<role>research physiotherapist</role>
<xref ref-type="aff" rid="StLukes"/>
<xref ref-type="aff" rid="RoyalInf"/>
</contrib>
<contrib contrib-type="author">
<string-name><surname>Young</surname>,
<given-names>John G.</given-names></string-name>
<role>consultant physician</role>
<xref ref-type="aff" rid="RoyalInf"/>
<author-comment><p>on behalf of the Day Hospital
Group</p></author-comment>
</contrib>
</contrib-group>
<aff id="StLukes">...</aff>
...</article-meta>
</front>
...</article>