◇◆
<notes> Notes
Section-like container element for one or more notes that are not part of the narrative
flow (for example, note added in proof, editor’s note).
Usage/Remarks
Such notes are typically material outside the regular technical
content of the document, extra material added by a contributor or by the
publisher during or after the regular text has been processed, a note by the editor,
or a
note added after print publication.
There is no predefined list of types for the @notes-type attribute, but values publishers have used include
“added-in-proof”,
“conflict-of-interest”,
“death-notice”, “editor-note”,
“added-post-print”,
“added-post-electronic-publication”, and
“translator-note”.
A typical end-of-document note is a “Note in Proof”. A Note in Proof
contains late-breaking news items or other material produced while the document was
being
typeset or was otherwise in production, that therefore happened too late to be included
in
the text of the work. This is typically NOT peer-reviewed content, and citations to
other
material within such content are usually integrated into the text or put inside the
last
paragraph, not listed separately in a bibliographic reference list <ref-list>.
The possibility of prepublication online as well as slightly differing content in
the
online versus print version of the same work has led to an increase in notes that
are
“only for the print” or “only for web” versions. The
@specific-use attribute may be used to mark
a note as belonging to only a specific format, such as
“print-only”.
Models and Context
May be contained in
Description
The following, in order:
- <object-id> Object Identifier, zero or more
- The following, in order:
- <sec-meta> Section Metadata, zero or one
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <title> Title, zero or one
- <subtitle> Document Subtitle, zero or more
- <alt-title> Alternate Title, zero or more
- Any combination of:
- <address> Address/Contact Information
- <alternatives> Alternatives For Processing
- <answer> Answer to a Question
- <answer-set> Answer Set
- <array> Array (Simple Tabulation)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <name-address-wrap> Name/Address Block Wrapper
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Lists
- Math Elements
- <p> Paragraph
- <related-article> Related Article Information
- <related-object> Related Object Information
- <ack> Acknowledgments
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- <x> X - Generated Text and Punctuation
- <sec> Section, zero or more
- Any combination of:
Content Model
<!ELEMENT notes %notes-model; >
Expanded Content Model
((object-id)*, (sec-meta?, label?, title?, subtitle*, alt-title*, (address | alternatives | answer | answer-set | array | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | name-address-wrap | preformat | question | question-wrap | question-wrap-group | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | ack | disp-quote | speech | statement | verse-group | x)*, (sec)*, (notes | fn-group | glossary | ref-list | sig-block)*))
Tagged Samples
Note added in proof
...
<book-back>
<glossary>...</glossary>
<notes>
<sec>
<title>Note Added in Proof</title>
<p>Similar sequence information has been obtained in another
study (S. Mishiro, personal communication) and has been
deposited under GenBank accession numbers –. For
the purposes of HBV nomenclature, we have proposed that
the chimpanzee HBV be abbreviated as ChHBV.</p>
</sec>
</notes>
</book-back>
...
Boilerplate
...
<book-part book-part-type="chapter">
<book-part-meta>...</book-part-meta>
<front-matter>
<notes notes-type="disclaimer">
<p><italic>The information and/or opinions expressed in this
Guest Editorial are those of the author(s). They are neither
endorsed nor disputed by <roman>Prescribing Physician</roman>
or the Pharma-Physician Coalition. Questions about or comments
on this editorial’s content should be directed to the
corresponding author.</italic></p>
</notes>
</front-matter>
<body>
<sec>...</sec>
...
</body>
</book-part>
...
Editor’s note
...
<book-body>
<book-part book-part-type="chapter">
<book-part-meta>...</book-part-meta>
<front-matter>
<notes notes-type="editor-note">
<p><sc>EDITOR’S NOTE:</sc> The study examined in
this article was neither blinded nor placebo-controlled.
More recent studies suggest that traditional medications
when compared with placebos do decrease symptoms of this
condition. Further research is needed to ascertain the
efficacy of such medications; until research is conducted,
traditional medications may be an effectual treatment.</p>
</notes>
</front-matter>
<body>
<sec>...</sec>
</body>
</book-part>
...
</book-body>
...
Post publication information
...
<front-matter>
<notes notes-type="after-epub">
<p>After publication, the authors discovered an error in
the text concerning the administration of the medication
levothyroxine. The text reads: “Individuals
prescribed the thyroid hormone, levothyroxine, should
eat within thirty minutes of taking the medication.”
The text should read: “Individuals prescribed the
thyroid hormone, levothyroxine, should <italic>not</italic>
eat within thirty minutes of taking the medication.”</p>
</notes>
</front-matter>
...