<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

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 | alternatives | inline-graphic | 
private-char)*

Description

Any combination of:

This element may be contained in:

<mixed-citation>, <product>, <related-article>

Example 1

...
<article-meta>
...
<fpage>139</fpage>
<lpage>144</lpage>
<product>
<source>Polarities of Experience: Relatedness and 
Self-Definition in Personality Development, 
Psychopathology, and the Therapeutic Process</source>.
<person-group>By <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-13: <isbn>978-1-4-4388-0314-7</isbn>. 
<comment>$69.95. (hardcover)</comment>
</product>
<permissions copyright-status="active">
<copyright-statement>Copyright 2009 by the American Psychological Association</copyright-statement>
<copyright-year>2009</copyright-year>
<copyright-holder>American Psychological Association</copyright-holder>
</permissions>
...
</article-meta>
...

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