A metadata element that contains extra textual material associated with a contributor (an author or editor)
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.
<!ELEMENT author-comment %author-comment-model; >
...<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>...
articlemeta.ent