<source>
Source
Title of a document (for example, journal, book, conference proceedings) that contains (is the source of) the material being cited in a bibliographic reference or product.
Attributes
Content Model
<!ELEMENT source (#PCDATA %source-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 | 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
- 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
Title of a journal in a bibliographic reference (punctuation and spacing removed):
...
<ref id="B8"><label>8</label>
<element-citation publication-type="journal">
<person-group person-group-type="author">
<name><surname>Weissert</surname>
<given-names>W</given-names></name>
<name><surname>Wan</surname>
<given-names>T</given-names></name>
<name><surname>Livieratos</surname>
<given-names>B</given-names></name>
<name><surname>Katz</surname>
<given-names>S</given-names></name>
</person-group>
<article-title>Effects and costs of day-care
services for the chronically ill: a randomized
experiment</article-title>
<source>Medical Care</source>
<year iso-8601-date="1980">1980</year>
<volume>18</volume>
<fpage>567</fpage>
<lpage>584</lpage>
<pub-id pub-id-type="pmid">6772889</pub-id>
</element-citation>
</ref>
...
Example 2
Title of a journal in a bibliographic reference (punctuation and spacing preserved):
...
<ref id="B8"><label>8</label>
<mixed-citation publication-type="journal">
<string-name><surname>Weissert</surname>,
<given-names>W</given-names></string-name>,
<string-name><surname>Wan</surname>,
<given-names>T</given-names></string-name>,
<string-name><surname>Livieratos</surname>,
<given-names>B</given-names></string-name>,
<string-name><surname>Katz</surname>,
<given-names>S</given-names></string-name>.
<article-title>Effects and costs of day-care
services for the chronically ill: a
randomized experiment</article-title>.
<source>Medical Care</source>
<year iso-8601-date="1980">1980</year>; <volume>18</volume>:
<fpage>567</fpage>–<lpage>584</lpage>.
[<pub-id pub-id-type="pmid">6772889</pub-id>].
</mixed-citation>
</ref>
...
Example 3
Title of a book in a bibliographic reference (punctuation and spacing removed):
...
<back>
...
<ref-list>
<ref id="B1">
<element-citation publication-type="book">
<collab>Research Unit of the Royal College of
Physicians and British Geriatric Society</collab>
<source>Geriatric day hospitals: their role
and guidelines for good practice</source>
<year iso-8601-date="1994">1994</year>
<publisher-loc>London</publisher-loc>
<publisher-name>RCP</publisher-name>
</element-citation>
</ref>
...
</ref-list>
...
</back>
...
Example 4
Title of a book in a bibliographic reference (punctuation and spacing preserved):
...
<back>
...
<ref-list>
<ref id="B1">
<label>1</label>
<mixed-citation publication-type="book">
<collab>Research Unit of the Royal College of
Physicians and British Geriatric Society</collab>.
<source>Geriatric day hospitals: their role
and guidelines for good practice</source>.
<publisher-loc>London</publisher-loc>:
<publisher-name>RCP</publisher-name>;
<year iso-8601-date="1994">1994</year>.
</mixed-citation>
</ref>
...
</ref-list>
...
</back>
...
Example 5
A book title in a bibliographic reference showing math as part of the title:
...
<mixed-citation publication-type="book">
... <source>Why Radicals Matter: <mml:math>
<mml:msqrt><mml:mn>4</mml:mn></mml:msqrt>
<mml:mo>×</mml:mo>
<mml:mroot>
<mml:mn>8</mml:mn><mml:mn>3</mml:mn>
</mml:mroot>
<mml:mo>=</mml:mo>
<mml:mn>4</mml:mn></mml:math></source>.
...</mixed-citation>
...
Example 6
Source as part of a 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>
...