◇◆
<journal-id> Journal Identifier
Short code or abbreviation used as an identifier for a journal.
Usage/Remarks
The <journal-id> element holds
an external
identifier, typically assigned to a journal by a publisher, archive, or library to
provide a unique
identifier for the journal. The contents of this element should not be confused
with the @id attribute, which holds an internal document identifier that can be used by software to perform a simple link inside
the document.
There may be more than one such identifier, with the type of identifier named by the
@journal-id-type attribute. For example, one identifier may be a registered DOI, another a control
number assigned by the publisher, and another the journal abbreviation assigned by
PubMed Central.
For NLM’s PubMed Central and other NLM-internal processing, this element contains
an alternative to, or short form of, the journal title, used to identify the journal
domain. In such
processing, this element is the equivalent to, and usually used instead of, the <abbrev-journal-title> element. Outside of PubMed Central processing, this use of the <journal-id> element is rare; typically journal tag sets use the <abbrev-journal-title> element to hold the short version of a journal title and the <issn> element to hold a journal identifier, rather than creating a separate identifier
for the journal. For journals that have assigned an non-ISSN identifier (typically
numeric) for individual journal titles, this <journal-id> element can hold that identifier.
Best Practice
NLM PubMed Central Authoring/Conversion Note
In PubMed Central processing, the short journal title identifiers used in this element
come from an authorized list, so that each journal code is unique within the PubMed
Central system. The <journal-id> holds the PubMed Central short abbreviation of the journal title, which identifies
the journal domain. The content of this element may thus be repeated in the <abbrev-journal-title> element, or the publisher’s abbreviation may be used in the <abbrev-journal-title> element.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT journal-id (#PCDATA) >
Tagged Sample
Journal abbreviated name
... <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 publication-format="print" date-type="pub" iso-8601-date="1999-03-27"> ...</pub-date> ... </article-meta> </front> ...