<element-citation>

Element Citation

Bibliographic description of a work. Includes bibliographic reference elements only. Does not include untagged text, spacing, or punctuation.

Related Elements

Types of Citations: There are three types of citations described by this Tag Set:
  • <std> is used to cite standards. It contains textual content (with all interior punctuation and spacing preserved and the components of the citation given in any order) and may also include standards-specific elements such as <title> for the title of the standard being cited, <std-id-group>, and <std-ref> as well as interior links such as footnotes and cross-references.
  • <mixed-citation> is used for citing books, journal articles, etc. It contains textual content (with all interior punctuation and spacing preserved and the components of the citation given in any order) and may include all the references elements first described for JATS.
  • <element-citation> is used for citing books, journal articles, etc. It contains element-only content made up of all the references elements first described for JATS in any order, with no interior punctuation or spacing.
Citing versus Interior Pointing: This <element-citation> element contains the bibliographic description of a work; the pointer to that cited description uses the <xref> element. These two elements are sometimes confused because in common language both may be called “citations”.

Attributes

Model Description

One or more of any of:

This element may be contained in:

Example

...
<ref>
 <label>...</label>
 <element-citation publication-type="journal">
  <person-group><name>
    <surname>Chandler</surname>
    <given-names>Adam</given-names>
   </name>
   <name>
    <surname>Wiley</surname>
    <given-names>Glen</given-names>
   </name>
   <name>
    <surname>LeBlanc</surname>
    <given-names>Jim</given-names>
   </name></person-group> 
  <article-title>Towards Transparent and Scalable 
   OpenURL Quality Metrics</article-title> 
  <source>D-Lib Magazine</source> 
  <date iso-8601-date="2011-03">
   <month>March/April</month>
   <year>2011</year>
  </date>
  <volume>17</volume>
  <issue>3/4</issue> 
  <pub-id pub-id-type="doi" xlink:href="http://dx.doi.org/10.1045/march2011-chandler"
   >http://dx.doi.org/10.1045/march2011-chandler</pub-id> 
  <comment>Available at: </comment>
  <ext-link xlink:href="http://dlib.org/dlib/march11/chandler/03chandler.html"
   >http://dlib.org/dlib/march11/chandler/03chandler.html</ext-link>
 </element-citation>
</ref>
...