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

Related Elements

In Citations: Within a bibliographic reference (<element-citation> or <mixed-citation>), the <source> element is the title of the publication being referenced, such as a journal, book, report, conference proceedings, etc. For journal citations, the title of the article being cited is tagged as <article-title>. For books, if a chapter is being cited, its title is tagged as <chapter-title>, and the full book title uses <source>.

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 | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | 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

This element may be contained in:

Example 1

Title of a journal in a bibliographic reference (punctuation and spacing removed):
    ...
<ref>
<element-citation publication-type="journal" publication-format="print">
<name><surname>Llanos De La Torre Quiralte</surname>
<given-names>M</given-names></name>
<name><surname>Garijo Ayestaran</surname>
<given-names>M</given-names></name>
<name><surname>Poch Olive</surname>
<given-names>ML</given-names></name>
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>
<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>
<source>An Esp Pediatr</source>
<year iso-8601-date="2001-11">2001</year>
<month>Nov</month>
<volume>55</volume>
<issue>5</issue>
<fpage>413</fpage>
<lpage>420</lpage>
<comment>Figura 3, Tendencia de mortalidad infantil
[Figure 3, Trends in infant mortality]; p. 418.
Spanish</comment>
</element-citation>
</ref>
...   

Example 2

Title of a journal in a bibliographic reference (punctuation and spacing preserved):
    ...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Llanos De La Torre Quiralte</surname>
<given-names>M</given-names></string-name>,
<string-name><surname>Garijo Ayestaran</surname>
<given-names>M</given-names></string-name>,
<string-name><surname>Poch Olive</surname>
<given-names>ML</given-names></string-name>.
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>
[<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>]. <source>An Esp Pediatr</source>.
<year iso-8601-date="2001-11">2001</year>
<month>Nov</month>;<volume>55</volume>(<issue>5</issue>):
<fpage>413</fpage>-<lpage>420</lpage>. Figura 3, Tendencia
de mortalidad infantil [Figure 3, Trends in infant
mortality]; p. 418. Spanish.</mixed-citation>
</ref>
...   

Example 3

Title of a book in a bibliographic reference (punctuation and spacing removed):
    ...
<ref>
<element-citation publication-type="book" publication-format="print">
<name><surname>Al-Ibrahim</surname>
<given-names>MS</given-names></name>
<name><surname>Gross</surname>
<given-names>JY</given-names></name>
<chapter-title>Tobacco use</chapter-title>
<person-group person-group-type="editor">
<name><surname>Walker</surname>
<given-names>HK</given-names></name>
<name><surname>Hall</surname>
<given-names>WD</given-names></name>
<name><surname>Hurst</surname>
<given-names>JW</given-names></name>
</person-group>
<source>Clinical methods: the history, physical,
and laboratory examinations</source>
<publisher-loc>Stoneham (MA)</publisher-loc>
<publisher-name>Butterworth Publishers</publisher-name>
<year content-type="copyright-year" iso-8601-date="1990">1990</year>
<fpage>214</fpage>
<lpage>216</lpage>
</element-citation>
</ref>
...   

Example 4

Title of a book in a bibliographic reference (punctuation and spacing preserved):
    ...
<ref>
<mixed-citation publication-type="book" publication-format="print">
<string-name><surname>Al-Ibrahim</surname>
<given-names>MS</given-names></string-name>,
<string-name><surname>Gross</surname>
<given-names>JY</given-names></string-name>.
<chapter-title>Tobacco use</chapter-title>. In:
<string-name><surname>Walker</surname>
<given-names>HK</given-names></string-name>,
<string-name><surname>Hall</surname>
<given-names>WD</given-names></string-name>,
<string-name><surname>Hurst</surname>
<given-names>JW</given-names></string-name>, editors.
<source>Clinical methods: the history, physical,
and laboratory examinations</source>.
<publisher-loc>Stoneham (MA)</publisher-loc>:
<publisher-name>Butterworth Publishers</publisher-name>;
&copy;<year content-type="copyright-year" iso-8601-date="1990">1990</year>.
p. <fpage>214</fpage>-<lpage>216</lpage>.</mixed-citation>
</ref>
...   

Example 5

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