assigning-authority
Authority Responsible for an Identifier
Names the authority that assigned or administers an identifier used in this document, for example, Crossref, GenBank, or PDB.
Remarks
The attribute @assigning-authority names the organization or system that administers or is otherwise responsible for (has authority over) the identifier (such as Crossref, OCLC, GenBank, Ringgold, PDB, Figshare, ORCID, and others). The type of identifier for the element is typically recorded using a specific “-type” attribute such as @pub-id-type or @contrib-id-type.
Case in Attribute Values: Upper/lower/mixed case in attribute values for organizations and identifier types is likely to be variable and thus unreliable for search/discovery. If possible, JATS recommends a case-insensitive search for such values. For example, if the assigning authority is a ORCID, many publishers use “orcid” to keep all attribute values lower case, while others use “ORCID” because that is the native language acronym. Adding to this variability are identifiers that change over time. Expect to find the organization Crossref in values as “Crossref” (the currently preferred organization name), “CrossRef” (the previously preferred organization name), or “crossref” (for publishers who prefer all lower case for attributes).
Used on these Elements:
<ext-link>, <article-id>, <contrib-id>, <institution-id>, <issue-id>, <journal-id>, <object-id>, <pub-id>, <volume-id>
Value | Meaning |
---|---|
Text, numbers, or special characters | The name of the organization assigning the identifier, such as “ORCID” or “ISNI” |
Restriction | @assigning-authority is an optional attribute; there is no default. The attribute is only used when the authority is known. |
Suggested usage
This attribute may take any text value, but it should name the authority, for example (not a complete list, just exemplars):
arxiv | arXiv archive of electronic preprints |
---|---|
crossref | Crossref |
doaj | Directory of Open Access Journals |
figshare | Figshare data repository |
GenBank | NIH genetic sequence database |
mr | Mathematical Reviews (MR) |
PDB | Protein Data Bank |
Example 1
Used on an external link to identify administering authority:
...
<p>In <italic>Developing Thin Clients Using Amphibious Epistemologies</italic>
(<ext-link ext-link-type="doi" xlink:href="http://dx.doi.org/10.5555/12345679"
assigning-authority="crossref">http://dx.doi.org/10.5555/12345679</ext-link>),
Josiah Carberry introduced “Entrust,” a linear-time tool for
simulating architecture.</p>
...
Example 2
Identifying who assigned a journal identifier:
...
<journal-meta>
<journal-id journal-id-type="nlmid"
assigning-authority="USNLM">17140140R</journal-id>
...
</journal-meta>
...
Example 3
Identifying who assigned volume and issue identifiers:
... <article-meta> ... <volume>10</volume> <volume-id pub-id-type="barcode" assigning-authority="USNLM">NLM015667370</volume-id> <volume-series>Ser 3</volume-series> <issue>37</issue> <issue-id pub-id-type="scantrac" assigning-authority="USNLM">75270</issue-id> ... </article-meta> ...
Example 4
Identifying who assigned volume and issue identifiers:
... <article-meta> ... <title-group> <article-title>The Indian Medical Gazette</article-title> </title-group> <pub-date pub-type="ppub" iso-8601-date="1866-01-01">...</pub-date> <volume>1</volume> <volume-id pub-id-type="barcode" assigning-authority="nlm">NLM015999052</volume-id> <issue>1</issue> <issue-id pub-id-type="archive" content-type="scantrac-id" assigning-authority="nlm">70184</issue-id> <fpage>1</fpage> <lpage>1</lpage> ... </article-meta> ...