◇◆
<ack> Acknowledgments
Textual material that names the parties who the author wishes to thank or recognize
for their assistance in, for example, producing the work, funding the work, inspiring
the
work, or assisting in the research on which the work is based.
Models and Context
May be contained in
<abstract>, <ack>, <answer>, <app>, <app-group>, <back>, <bio>, <body>, <book-app-group>, <book-back>, <book-part-wrapper>, <boxed-text>, <disp-quote>, <explanation>, <front-matter>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <named-book-part-body>, <named-content>, <notes>, <option>, <p>, <question>, <question-preamble>, <ref-list>, <sec>, <styled-content>, <toc>, <toc-div>, <toc-entry>, <toc-group>, <trans-abstract>
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 ack %ack-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 Sample
In back matter
...
<book-back>
<ack id="bid.394">
<title>Acknowledgments</title>
<p>We gratefully acknowledge the work of Vladimir Soussov,
as well as the entire NCBI Entrez team, especially Grisha
Starchenko, Vladimir Sirotinin, Alexey Iskhakov, Anton
Golikov, and Pramod Paranthaman. We thank Jim Ostell for
guidance, ...</p>
</ack>
<ref-list>...</ref-list>
</book-back>
...