Titles in Citations
Titles are critical components of citations, but there is not a single “title” element
used within citations. There are hierarchies of titles, and different elements are
used to tag the various level of hierarchy. For example, a journal (top-level) contains
an article (sub-level). This would be tagged:
- Journal name/title tagged as <source>, and
- Article title tagged as <article-title>.
Top-most Title of the Resource (<source>)
Within a bibliographic reference (<mixed-citation> or <element-citation> and similar elements), the <source> element names the title of the resource being referenced (the top-most title in the
citation). For example, a <source> element might contain:
- the name of a journal;
- a book title;
- the name of podcast;
- a report title;
- a conference proceedings title;
- the name of a audio, television, radio, or streaming program;
- the name of a software product (“Oxygen Editor”, “Microsoft Excel”);
- the “name” of a website;
- for data citations, the name of the top-hierarchical level of a data repository; or
- the name or title of any resource being cited (patent, standard, thesis, working paper, etc.).
Here the <source> is the title of a report:
<mixed-citation publication-type="report" publisher-type="government"> <collab>Federal Highway Administration</collab> (FHWA). (<year iso-8601-date="1992">1992</year>). “<article-title>Evaluating scour at bridges</article-title>.” <source>Hydr. Engrg. Circular No. 18</source>: <gov>FHWA-IP-90-017</gov>, <institution>Office of Engineering, Bridge Div.</institution>, Washington, D.C.</mixed-citation>
The element <trans-source> names the resource when the resource title has been translated into a language other
than that in which it was originally published. For example, if a book’s was originally
published in French, the <source> element would contain the French title, and a <trans-source> element might contain the equivalent English or German book title.
Not Just <article-title>s
The hierarchical level just below the resource (which names the part of the resource
being cited, for example, the title of the article within the journal) is tagged differently
depending on the type or resource being cited.
For example:
- For journal citations, the <source> is the name of the journal and the title of the article being cited is <article-title>.
- For preprint citations, the title of the preprint is <article-title>.
- For book citations, the <source> is the name of the book and the title of the book chapter, module, lesson, part, or other-named book division that is being cited is a <part-title>. (Note: the deprecated element <chapter-title> was used for this in past versions of JATS.)
- For citing a specific episode or similar of a podcast, streaming show, radio broadcast, cable show, television news, etc., the name of the show, podcast, etc. is the <source> and a <part-title> names the episode cited. For example: <part-title>The Beetle Whisperer</part-title>, <source>All Thing Considered</source>.
- For citing data sources, the name of the data repository is usually tagged as a <source>, but it may also be tagged as a <data-title>. A data citation may use as many <data-title> elements as necessary to name the multiple levels of a hierarchical data source.
- For citing a standalone audio/video/multimedia/podcast, the “title” of the work will typically be thought of as the <source> rather than as any of the title elements, e.g., <source>How to build and fire a mini-cannon</source>. If the audio/video/multimedia/podcast is part of a series, the series name should be the <source> and the episode title should be a <part-title>.
- For citing a video within a journal, if the citation type is “video”, the journal name would be the <source> and the title of the video would be tagged as a <part-title>.
Here the <part-title> is the title of a chapter in a book:
<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>. <part-title>Tobacco use</part-title>. <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>. p. <fpage>214</fpage>-<lpage>216</lpage>.</mixed-citation>
In summary, the title elements allowed in current citations are:
For journal articles
|
|
For books (deprecated in favor of <part-title>)
|
|
For all levels of data sources, or for all levels that are part of the <source>. (data citations only)
|
|
Theme or special title for a journal issue
|
|
For the title of a portion, part, or item in a larger resource, a title at a lower
hierarchical level than the whole
|
|
Title of a document or document part that has been translated into a language other
than that of the original publication
|