<author-comment> Author Comment

Textual material associated with a contributor.

Usage/Remarks

Common Practice

Although a typical author comment might explain, for example, some facts about the circumstances under which a contributor wrote the 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

Base Attributes

Models and Context
May be contained in
Description
The following, in order:
Content Model
<!ELEMENT  author-comment
                        %author-comment-model;                       >
Expanded Content Model

(label?, title?, (p)+)

Tagged Sample

Contributor’s activities

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