◇◆
<publisher-name> Publisher’s Name
Name of the person, company, or other entity that published a work.
Usage/Remarks
The <publisher-name> element is used in several contexts:
- As a part of the metadata concerning the book itself (as part of the <publisher> element inside <book-meta>), a book part (inside <book-part-meta>), or a collection (inside <collection-meta>);
- Within the metadata that describes external objects such as products being reviewed or related objects being referenced; and
- Inside a bibliographic reference list (<ref-list>) inside an <element-citation> or a <mixed-citation>).
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <serif> Serif
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- <sub> Subscript
- <sup> Superscript
- <x> X - Generated Text and Punctuation
- <institution> Institution Name
- <institution-wrap> Institution Wrapper
Content Model
<!ELEMENT publisher-name (#PCDATA %publisher-name-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | institution | institution-wrap)*
Tagged Samples
Publisher of the book
...
<book-meta>
<book-id>...</book-id>
<book-title-group>
<book-title>Sequence - Evolution - Function</book-title>
<subtitle>Computational Approaches in Comparative Genomics</subtitle>
</book-title-group>
...
<publisher>
<publisher-name>Kluwer Academic Publishers</publisher-name>
<publisher-loc>Norwell, MA</publisher-loc>
</publisher>
<permissions>
<copyright-statement>© 2003 by Kluwer Academic
Publishers.</copyright-statement>
<copyright-year>2003</copyright-year>
</permissions>
<abstract>...</abstract>
</book-meta>
...
In citations (multiple publishers)
Mixed citation
... <ref> <mixed-citation publication-type="book" publication-format="print"> <string-name><surname>Chaponnier</surname> <given-names>Christine</given-names></string-name>, <string-name><surname>Desmoulière</surname> <given-names>Alexis</given-names></string-name>, <string-name><surname>Gabbiani</surname> <given-names>Giulio</given-names></string-name>, editors. <source>Tissue Repair, Contraction and the Myofibroblast</source>. <publisher-loc>Georgetown (TX)</publisher-loc>: <publisher-name>Landes Bioscience</publisher-name>; <publisher-loc>New York</publisher-loc>: <publisher-name>Springer Verlag</publisher-name>; <year iso-8601-date="2006">2006</year>. <size units="pages">153 p</size>. (<series>Biotechnology Intelligence Unit</series>).</mixed-citation> </ref> ...
Element citation
... <ref> <element-citation publication-type="book" publication-format="print"> <person-group person-group-type="editor"> <name><surname>Chaponnier</surname> <given-names>Christine</given-names></name> <name><surname>Desmoulière</surname> <given-names>Alexis</given-names></name> <name><surname>Gabbiani</surname> <given-names>Giulio</given-names></name> </person-group> <source>Tissue Repair, Contraction and the Myofibroblast</source> <publisher-loc>Georgetown (TX)</publisher-loc> <publisher-name>Landes Bioscience</publisher-name> <publisher-loc>New York</publisher-loc> <publisher-name>Springer Verlag</publisher-name> <year iso-8601-date="2006">2006</year> <size units="pages">153 p</size> <series>Biotechnology Intelligence Unit</series> </element-citation> </ref> ...
Part of <product> description
...
<product>
<source>Image-Guided Radiation Therapy in Lymphoma Management.
The Increasing Role of Functional Imaging</source>.
<name name-style="western"><surname>Macklis</surname>
<given-names>R. M.</given-names></name>;
<name name-style="western"><surname>Conti</surname>
<given-names>P. S.</given-names></name>.
<publisher-name>Informa Healthcare</publisher-name>,
Essex, United Kingdom, 2010, Price: <price>$324.00</price>.
ISBN: <isbn>9781420058741</isbn>, 80 p. (hardcover)
</product>
...