<publisher-loc>
Publisher’s Location
Place of publication, usually a city, such as New York or London.
Remarks
The <publisher-loc> element is used in several contexts:
- As a part of the metadata concerning the article itself (inside the <publisher> element within the <journal-meta>),
- Within the metadata that describes external objects such as products being reviewed or related objects being referenced, and
- Inside a bibliographic reference list (inside a <element-citation> or <mixed-citation>) within a <ref-list>.
Content Model
<!ELEMENT publisher-loc (#PCDATA %publisher-loc-elements;)* >
Expanded Content Model
(#PCDATA | addr-line | city | country | fax | institution | institution-wrap | phone | postal-code | state | 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 | 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 | break)*
Description
Any combination of:
- Text, numbers, or special characters
- Address Elements
- 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
- <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
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
- <break> Line Break
This element may be contained in:
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è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> ...
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è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> ...