<chapter-title> Chapter Title in a Citation

Title of a cited book chapter. This element is deprecated in JATS. Avoid using it; use <part-title> instead.

Usage/Remarks

When both are provided within a citation, a title of a cited book is tagged as <source>, and the title of the chapter, lesson, module, or other part within that book should be tagged as <part-title>.
This element has been retained for backward compatibility.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  chapter-title
                        (#PCDATA %chapter-title-elements;)*          >
Expanded Content Model

(#PCDATA | abbrev | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | inline-media | chem-struct | inline-formula | mml:math | named-content | styled-content | fn | target | xref | sub | sup)*

Tagged Sample

In citations: <part-title> used where <chapter-title> used to be used

Mixed citation
...
<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>. 
  In: <part-title>Tobacco use</part-title>. 
  <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;<date-in-citation content-type="copyright-year"
  iso-8601-date="1990">1990</date-in-citation>.
  p. <fpage>214</fpage>-<lpage>216</lpage>.</mixed-citation>
</ref>
...
Element citation: <part-title> used where <chapter-title> used to be used
...
<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>
  <part-title>Tobacco use</part-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>
  <date-in-citation content-type="copyright-year"
    iso-8601-date="1990">1990</date-in-citation>
  <fpage>214</fpage>
  <lpage>216</lpage>
 </element-citation>
</ref>
...
Related Resources