Wrapper element to contain the information about a single contributor to a book (or book component such as a chapter), for example, an author or an editor
Conversion Note: In a typical case, the id attribute of an contributor’s affiliation (<aff>), correspondence information (<corresp>), or any footnote in the author note group will be pointed to by one or more Contributor <contrib> elements, thereby linking the two.
However, in those instances in which a symbol or some other mechanism denotes a relationship between a contributor and his/her affiliation, correspondence information, etc., use <xref> to point to the affiliation (<aff>), the corresponding information (<corresp>), or footnote in the author note group.
<!ELEMENT contrib %contrib-model; >
The following, in order:
<book> <book-meta> <book-id pub-id-type="other">handbook</book-id> <book-title-group> <book-title>The NCBI Handbook</book-title> </book-title-group> <edition>1st</edition> <contrib-group> <contrib contrib-type="editor" rid="bid.m.1"> <name><surname>McEntyre</surname> <given-names>Jo</given-names></name> </contrib> <contrib contrib-type="editor" rid="bid.m.1"> <name><surname>Ostell</surname> <given-names>Jim</given-names></name> </contrib> </contrib-group> <aff id="bid.m.1"> <institution>National Center for Biotechnology Information (NCBI), National Library of Medicine, National Institutes of Health</institution>, <addr-line>Bethesda, MD 20892-6510</addr-line> </aff> <publisher> <publisher-name>National Center for Biotechnology Information (NCBI), National Library of Medicine, National Institutes of Health</publisher-name> <publisher-loc>Bethesda, MD</publisher-loc></publisher> <pub-date><month>Nov.</month><year>2002</year></pub-date> <counts> <fig-count count="98"/> <table-count count="40"/> <equation-count count="0"/> <ref-count count="115"/> <page-count count="532"/> <word-count count="149852"/> </counts> </book-meta> <book-front>...</book-front> <body>...</body> <back>...</back> </book>
articlemeta.ent