Title of part of a book (for example, chapter, module) described in a bibliographic reference.
The book’s title should be tagged as <source>.
<!ELEMENT part-title (#PCDATA %part-title-elements;)* >
(#PCDATA | email | ext-link | uri | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | named-content | styled-content | sub | sup)*
Any combination of:
<element-citation>, <mixed-citation>, <product>, <related-article>, <related-object>
In an element-style bibliographic reference (punctuation and spacing removed):
...
<ref>
<element-citation publication-type="thesis">
<name><surname>Mackowski</surname>
<given-names>MP</given-names></name>
<source>Human factors: aerospace medicine and the
origins of manned space flight in the United States</source>
<comment>[dissertation]</comment>
<publisher-loc>[Tempe (AZ)]</publisher-loc>
<publisher-name>Arizona State University</publisher-name>
<year>2002</year>
<month>May</month>
<part-title>Part 2, Space medicine</part-title>
<fpage>188</fpage>
<lpage>377</lpage>
</element-citation>
</ref>
...
In a mixed-style bibliographic reference (punctuation and spacing preserved):
...
<ref>
<mixed-citation publication-type="thesis">
<string-name><surname>Mackowski</surname>,
<given-names>MP</given-names></string-name>.
<source>Human factors: aerospace medicine and the
origins of manned space flight in the United States</source>
[dissertation]. <publisher-loc>[Tempe
(AZ)]</publisher-loc>: <publisher-name>Arizona
State University</publisher-name>; <year>2002</year>
<month>May</month>. <part-title>Part 2, Space
medicine</part-title>; p. <fpage>188</fpage>-
<lpage>377</lpage>.</mixed-citation>
</ref>
...
JATS-references0.ent