<journal-title-group>

Journal Title Group

Container element for the titles of the journal in which the article was published.

Remarks

This entire element may be repeated when the journal has multiple fully-distinct titles. However, translated titles (<trans-title>) and translated subtitles (<trans-subtitle>) have their own repeatable markup group (<trans-title-group>) within the (<journal-title-group>).

Attributes

Content Model

<!ELEMENT  journal-title-group
                        %journal-title-group-model;                  >

Expanded Content Model

(journal-title*, journal-subtitle*, trans-title-group*, abbrev-journal-title*)

Description

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

A title group is needed, even if there is only a single title:
...
<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>
...