<author-notes>

Author Note Group

Definition

Collection of footnotes to, or correspondence notes about, authors (and potentially about other contributors). Such footnotes/notes typically name one of the authors as a corresponding author, provide the author affiliation or current contact information, explain that the person has changed organizations, or provide other contributor-related material.

Remarks

References to these footnotes <fn>, as to any other footnote, should be made using the <xref> element.

Attributes

id Identifier
rid Reference to an Identifier

Related Elements

Conversion Note: In current DTD practice, information naming one contributor as the corresponding contributor may be tagged explicitly using a <corresp> element or may just be one of many footnotes <fn> concerning the contributor. While this DTD Suite supports both practices, best practice is to tag the correspondent information using the Correspondence Information <corresp> element.

Model Information

Content Model

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

Description

The following, in order:

This element may be contained in:

<article-meta> Article Metadata; <front-stub> Stub Front Metadata

Tagged Example


<article>
<front>
<journal-meta>...</journal-meta>
<article-meta>
...
<contrib-group>
<contrib contrib-type="author">
<name><surname>Hajnsdorf</surname>
<given-names>Eliane</given-names></name>
</contrib>
<contrib contrib-type="author">
<name><surname>R&#x00E9;gnier</surname>
<given-names>Philippe</given-names></name>
<xref ref-type="author-notes" rid="FN150">&#x002A;</xref>
</contrib>
</contrib-group>
<aff>Institut de Biologie Physico-Chimique, 13 rue Pierre et Marie Curie, 
75005 Paris, France</aff>
<author-notes>
<fn id="FN150"><p>To whom reprint requests should be addressed. E-mail:
<email>regnier@ibpc.fr</email>.</p></fn>
<fn fn-type="com"><p>Communicated by Marianne Grunberg-Manago, Institute 
of Physico-Chemical Biology, Paris, France</p></fn>
</author-notes>
...
</article-meta>
</front>
<body>...</body>
<back>...</back>
</article> 


Module

articlemeta.ent