<source>

Source

Within a citation, this is the title of a journal, book, conference proceedings, etc. that is the source of the cited material.

Attributes

content-type Type of Content
id Identifier
xml:lang Language Code

Related Elements

Within a bibliographic reference (<mixed-citation>), the <source> element is the title of the publication being referenced, such as a journal or a book. 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>.

Expanded Content Model

(#PCDATA | ext-link | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | mml:math | sub | sup)*

Description

Any combination of:

Example 1

...
<article-meta>...

<product>
<source>Polarities of Experience: Relatedness and Self-Definition in Personality Development, Psychopathology, 
and the Therapeutic Process</source>.
By <person-group><string-name><given-names>Sidney J.</given-names> <surname>Blatt</surname></string-name></person-group> 
<publisher-loc>Washington, DC</publisher-loc>: <publisher-name>American Psychological Association</publisher-name>, <year>2008</year>, 
<size units="pages">404 pp</size>. <isbn content-type="ISBN-13">978-1-4-4388-0314-7</isbn>. <comment>$69.95. (hardcover)</comment></product>...

Example 2

...
<ref-list>
<title>References</title>
<ref>
<mixed-citation id="c1" publication-type="journal">
...</mixed-citation>
</ref>

<ref>
<mixed-citation id="c2" publication-type="journal">
<person-group person-group-type="author">
<string-name><surname>Klimoski</surname>, <given-names>R.</given-names></string-name>,
&amp; <string-name><surname>Palmer</surname>, <given-names>S.</given-names></string-name>
</person-group>
(<year>1993</year>).
<article-title>The ADA and the hiring process in organizations</article-title>.
<source>Consulting Psychology Journal: Practice and Research</source>,
<volume>45</volume>(<issue>2</issue>),
<fpage>10</fpage>-<lpage>36</lpage>.
</mixed-citation>
</ref>

<ref>...</ref>
</ref-list>
...

Module

references3.ent