<publisher-name>

Publisher’s Name

Name of the person, company, or other entity which published a work

Remarks

The <publisher-name> element is used in two contexts:

  1. As a part of the metadata concerning a book or book component; and
  2. As part of the reference metadata inside a bibliographic reference list (inside a <element-citation> or <mixed-citation>).

Content Model

<!ELEMENT  publisher-name      
                        (#PCDATA %publisher-name-elements;)*         >

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<element-citation>, <mixed-citation>, <nlm-citation>, <product>, <publisher>, <related-article>, <related-object>

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):

...
<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&egrave;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>2006</year>
<size units="page">153 p</size>
<series>Biotechnology Intelligence Unit</series>
</element-citation>
</ref>
...


Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...
<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&egrave;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>2006</year>.
<size units="page">153 p</size>. (<series>Biotechnology
Intelligence Unit</series>).</mixed-citation>
</ref>
...


Example 3

In book metadata:

...
<book-meta>
<book-id>...</book-id>
<book-title-group>
<book-title><italic>C. ELEGANS</italic> II
</book-title>
</book-title-group>
...
<publisher>
<publisher-name>Cold Spring Harbor Laboratory Press</publisher-name>
<publisher-loc>Plainview, NY</publisher-loc>
</publisher>
<permissions>
<copyright-statement>&copy; 1997 Cold Spring Harbor Laboratory 
Press</copyright-statement>
<copyright-year>1997</copyright-year>
<copyright-holder>Cold Spring Harbor Laboratory Press</copyright-holder>
</permissions>
<abstract>...</abstract>
</book-meta>
...

Example 4

In an element-style bibliographic reference (punctuation and spacing removed):

...
<ref id="bid.1651">
<label>1</label>
<element-citation>
<person-group>
<name><surname>McKusick</surname>
<given-names>VA</given-names></name>
</person-group>
<etal/>
<source>Mendelian Inheritance in Man</source>
<edition>12</edition><comment><sup>th</sup></comment>
<publisher-loc>Baltimore</publisher-loc>
<publisher-name>Johns Hopkins University Press</publisher-name>
<year>1998</year>
</element-citation>
</ref>
...

Module

common3.ent