<author-comment>

Author Comment

A metadata element that contains extra textual material associated with a contributor (an author or editor)

Remarks

Conversion Note: Although a typical author comment might explain, for example, some facts about the circumstances under which a contributor wrote a book, 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-type Type of Content
id Identifier

Content Model

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

Expanded Content Model

(title?, (p)+)

Description

The following, in order:

This element may be contained in:

<collab>, <contrib>, <contrib-group>

Example

...<contrib-group>
<contrib contrib-type="author" rid="StLukes">
<name><surname>Johnson</surname>
<given-names>John Jacob</given-names>
</name>
<role>research physiotherapist</role>
</contrib>
<contrib contrib-type="author" rid="RoyalInf">
<name><surname>Smithson</surname>
<given-names>Sally B.</given-names></name>
<role>consultant physician</role>
<author-comment><p>in addition to her role as consulting 
physician on this project, Dr. Smithson owns trains the 
therapy dog used in the experiments</p></author-comment>
</contrib>
</contrib-group>...

Module

articlemeta3.ent