<journal-title>

Journal Title (Full)

Full title of the journal in which the article was published.

Remarks

Historical Note: This element (<journal-title>) was significantly remodeled from previous versions of this Tag Set. The current NISO JATS values are backwards compatible with the last NLM version, but not with earlier versions. Specifically, in prior versions the <journal-title> element was allowed outside the <journal-title-group> element.

Attributes

content-type Type of Content
id Document Internal Identifier
specific-use Specific Use
xml:base Base
xml:lang Language

Content Model

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

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

Example 1


...
<journal-meta>
...  
<journal-title-group>
<journal-title>Low Temperature Physics</journal-title>
<abbrev-journal-title>Low Temp. Phys.</abbrev-journal-title>
</journal-title-group>
<issn publication-format="print">1063-777X</issn>
<issn publication-format="electronic">1090-6517</issn>
...
</journal-meta>
...

Example 2

Journal title in context:
...
<front>
<journal-meta>
<journal-id>...</journal-id>
<journal-title-group>
<journal-title>International Journal of Health Geographics</journal-title>
</journal-title-group>
<issn>1476-072X</issn>
<publisher>
<publisher-name>BioMed Central</publisher-name>
</publisher>
</journal-meta>
<article-meta>...</article-meta>
</front>
...