Code format
The format of the ISSN is an eight-digit code, divided by a hyphen into two four-digit numbers. As an integer number, it can be represented by the first seven digits. The last code digit, which may be 0-9 or an X, is a check digit. Formally, the general form of the ISSN code (also named "ISSN structure" or "ISSN syntax") can be expressed as follows: whereN
is in the set , a digit character, and C
is in ; or by a Perl Compatible Regular Expressions (PCRE) regular expression:
For example, the ISSN of the journal '' Hearing Research'', is 0378-5955, where the final 5 is the check digit, that is C
=5. To calculate the check digit, the following algorithm may be used:
To confirm the check digit, calculate the sum of all eight digits of the ISSN multiplied by its position in the number, counting from the right (if the check digit is X, then add 10 to the sum). The modulus 11 of the sum must be 0. There is an online ISSN checker that can validate an ISSN, based on the above algorithm.
In EANs
ISSNs can be encoded in EAN-13 bar codes with a 977 "country code" (compare the 978 country code (" bookland") for ISBNs), followed by the 7 main digits of the ISSN (the check digit is not included), followed by 2 publisher-defined digits, followed by the EAN check digit (which need not match the ISSN check digit).Code assignment, maintenance and look-up
ISSN codes are assigned by a network of ISSN National Centres, usually located at national libraries and coordinated by the ISSN International Centre based in Paris. The International Centre is an intergovernmental organization created in 1974 through an agreement between UNESCO and the French government.Linking ISSN
''ISSN-L'' is a unique identifier for all versions of the serial containing the same content across different media. As defined by ''ISO 3297:2007'', the "linking ISSN (ISSN-L)" provides a mechanism for collocation or linking among the different media versions of the same continuing resource. The ''ISSN-L'' is one of a serial's existing ISSNs, so does not change the use or assignment of "ordinary" ISSNs; it is based on the ISSN of the first published medium version of the publication. If the print and online versions of the publication are published at the same time, the ISSN of the print version is chosen as the basis of the ''ISSN-L''. With ''ISSN-L'' is possible to designate one single ISSN for all those media versions of the title. The use of ''ISSN-L'' facilitates search, retrieval and delivery across all media versions for services like OpenURL, library catalogues,Register
The International Centre maintains a database of all ISSNs assigned worldwide, the ''ISDS Register'' (International Serials Data System), otherwise known as the ''ISSN Register''. the ISSN Register contained records for 1,943,572 items. The Register is not freely available for interrogation on the web, but is available by subscription. * The print version of a serial typically will include the ISSN code as part of the publication information. * Most serial websites contain ISSN code information. * Derivative lists of publications will often contain ISSN codes; these can be found through on-line searches with the ISSN code itself or serial title. * WorldCat permits searching its catalog by ISSN, by entering "issn:" before the code in the query field. One can also go directly to an ISSN's record by appending it to "", e.g. https://www.worldcat.org/ISSN/1021-9749. This does not query the ISSN Register itself, but rather shows whether any WorldCat library holds an item with the given ISSN.Comparison with other identifiers
ISSN and ISBN codes are similar in concept, where ISBNs are assigned to individual books. An ISBN might be assigned for particular issues of a serial, in addition to the ISSN code for the serial as a whole. An ISSN, unlike the ISBN code, is an anonymous identifier associated with a serial title, containing no information as to the publisher or its location. For this reason a new ISSN is assigned to a serial each time it undergoes a major title change.Extensions
Since the ISSN applies to an entire serial a new identifier, other identifiers have been built on top of it to allow references to specific volumes, articles, or other identifiable components (like the table of contents): the Publisher Item Identifier (PII) and the Serial Item and Contribution Identifier (SICI).Media versus content
Separate ISSNs are needed for serials in different media (except reproduction microforms). Thus, theUse in URNs
An ISSN can be encoded as a uniform resource name (URN) by prefixing it with "". For example, ''Rail'' could be referred to as "". URN namespaces are case-sensitive, and the ISSN namespace is all caps. If the checksum digit is "X" then it is always encoded in uppercase in a URN.Problems
The URNs are content-oriented, but ISSN is media-oriented: * ISSN is not unique when the concept is "a journal is a set of contents, generally copyrighted content": the same journal (same contents and same copyrights) may have two or more ISSN codes. A URN needs to point to "unique content" (a "unique journal" as a "set of contents" reference). :Example: Nature has an ISSN for print, 0028-0836, and another for the same content on the Web, 1476-4687; only the oldest (0028-0836) is used as a unique identifier. As the ISSN is not unique, the U.S. National Library of Medicine needed to create, prior to 2007, the NLM Unique ID (JID). * ISSN does not offer resolution mechanisms like a digital object identifier (DOI) or a URN does, so the DOI is used as a URN for articles, with (for historical reasons) no need for an ISSN's existence. :Example: the DOI name "10.1038/nature13777" can be represented as an HTTP string by''https://doi.org/ ''10.1038/nature13777
, and is redirected (resolved) to the current article's page; but there is no ISSN online service, like http://dx.issn.org/
, to resolve the ISSN of the journal (in this sample 1476-4687).
A unique URN for serials simplifies the search, recovery and delivery of data for various services including, in particular, search systems and knowledge databases. ISSN-L (see Linking ISSN above) was created to fill this gap.
Media category labels
The two standard categories of media in which serials are most available are ''print'' and ''electronic''. InPrint ISSN
''p-ISSN'' is a standard label for "Print ISSN", the ISSN for the print media (paper) version of a serial. Usually it is the "default media" and so the "default ISSN".Electronic ISSN
''e-ISSN'' (or ''eISSN'') is a standard label for "Electronic ISSN", the ISSN for the electronic media (online) version of a serial.ROAD
* (est. 2013), produced by theSee also
* CODEN * WorldCat—an ISSN-resolve serviceReferences
External links