<journal-meta>

Journal Metadata

Metadata that identifies the journal in which the article was published

Remarks

Some journal tag sets identify three types of article metadata: that concerning the specific article, that concerning the journal, and that concerning the issue of the journal that contains the article. In this Tag Set, the metadata for the issue and the article has been placed together inside the <article-meta> and the journal metadata into this <journal-meta> element.

Content Model

<!ELEMENT  journal-meta %journal-meta-model;                         >

Expanded Content Model

(journal-id*, journal-title-group*, issn*, isbn*, publisher?, notes?, custom-meta-group?)

Description

The following, in order:

This element may be contained in:

<front>

Example

<article>
<front>
<journal-meta>
<journal-id journal-id-type="pmc">BMJ</journal-id>
<journal-id journal-id-type="publisher">BR MED J</journal-id>
<issn>0959-8138</issn>
<publisher>
<publisher-name>British Medical Journal</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="pmid">10092260</article-id>
<title-group>
<article-title>Systematic review of day hospital
care for elderly people</article-title>
</title-group>
<contrib-group>...
</contrib-group>
<aff id="StLukes">...</aff>
<pub-date pub-type="pub">...</pub-date>
...
</article-meta>
</front>
...</article>

Module

journalmeta3.ent