<source>

Source

Definition

Within a bibliographic reference (<citation>), the title of a journal, book, conference proceedings, etc. that contains (is the source of) the material that is being cited

Attribute

xml:lang Language

Related Elements

Within a bibliographic reference (<citation>), the <source> element is the title of the container being referenced, such as a journal or a book, and the title of the article within the journal or proceedings that is being cited is contained in an <article-title> element.

Model Information

Content Model

<!ELEMENT  source       (#PCDATA %source-elements;)*                 >

Description

Any combination of:

This element may be contained in:

<citation> Citation; <related-article> Related Article Information

Tagged Example


...<ref-list>
<title>References</title>
<ref id="bid.41">
<label>1</label>
<citation>
<person-group>
<name><surname>Olson</surname><given-names>M</given-names></name>
...
</person-group>
<article-title>A common language for physical mapping 
of the human genome</article-title>
<source>Science</source>
<year>1989</year>
<volume>245</volume>
<issue>4925</issue>
<fpage>1434</fpage>
<lpage>1435</lpage>
<pub-id pub-id-type="pmid">2781285</pub-id>
</citation>
</ref>
</ref-list>...

Module

references.ent