<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 the article itself; and
  2. As part of the reference metadata inside a bibliographic reference list (inside a <element-citation> or <mixed-citation> within a <ref-list>).

Content Model

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

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

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

Example 1

In article metadata:

<article>
<front>
<journal-meta>
<journal-id journal-id-type="pmc">bmj</journal-id>
<journal-id journal-id-type="pubmed">BMJ</journal-id>
<journal-id journal-id-type="publisher">BR MED J</journal-id>
<issn>0959-8138</issn>
<publisher><publisher-name>British Medical
Journal</publisher-name></publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="pmid">10092260</article-id>
<article-categories>...</article-categories>
<title-group>
<article-title>Systematic review of day
hospital care for elderly people</article-title>
</title-group>
<contrib-group>...</contrib-group>
<pub-date><year>2004</year></pub-date>
<fpage>540</fpage>
</article-meta>
</front>
<body>...</body>
<back>...</back>
</article>

Example 2

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 3

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>
...


Module

common3.ent