International Standard Serial Number

From Infogalactic: the planetary knowledge core
(Redirected from ISSN (identifier))
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

ISSN encoded in an EAN-13 barcode with sequence variant 0 and issue number 5
Example of an ISSN encoded in an EAN-13 barcode, with explanation
File:ISSN with addon EAN13.svg
ISSN expanded with sequence variant 0 to a GTIN-13 and encoded in an EAN-13 barcode with an EAN-2 add-on designating issue number 13

An International Standard Serial Number (ISSN) is an eight-digit serial number used to uniquely identify a serial publication.[1] The ISSN is especially helpful in distinguishing between serials with the same title. ISSN are used in ordering, cataloging, interlibrary loans, and other practices in connection with serial literature.[2]

The ISSN system was first drafted as an International Organization for Standardization (ISO) international standard in 1971 and published as ISO 3297 in 1975.[3] ISO subcommittee TC 46/SC 9 is responsible for maintaining the standard.

When a serial with the same content is published in more than one media type, a different ISSN is assigned to each media type. For example, many serials are published both in print and electronic media. The ISSN system refers to these types as print ISSN (p-ISSN) and electronic ISSN (e-ISSN), respectively.[citation needed] Conversely, as defined in ISO 3297:2007, every serial in the ISSN system is also assigned a linking ISSN (ISSN-L), typically the same as the ISSN assigned to the serial in its first published medium, which links together all ISSNs assigned to the serial in every medium.[4]

Code format

The format of the ISSN is an eight digit code, divided by a hyphen into two four-digit numbers.[1] As an integer number, it can be represented by the first seven digits.[5] 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:[6]

NNNN-NNNC
where N is in the set {0,1,2,...,9}, a digit character, and C is in {0,1,2,...,9,X};

or by a PCRE regular expression:[7]

^\d{4}-\d{3}[\dxX]$.

The ISSN of the journal Hearing Research, for example, 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:

Calculate the sum of the first seven digits of the ISSN multiplied by its position in the number, counting from the right—that is, 8, 7, 6, 5, 4, 3, and 2, respectively:
0\cdot 8 + 3\cdot 7 + 7\cdot 6 + 8\cdot 5 + 5\cdot 4 + 9\cdot 3 + 5\cdot 2
= 0 + 21 + 42 + 40 + 20 + 27 + 10
= 160
The modulus 11 of this sum is then calculated; divide the sum by 11 and determine the remainder:
\frac{160}{11} = 14\mbox{ remainder }6=14+\frac{6}{11}
If there is no remainder the check digit is 0, otherwise the remainder value is subtracted from 11 to give the check digit:
11 - 6 = 5
5 is the check digit, C.
For calculations, an upper case X in the check digit position indicates a check digit of 10 (like a Roman ten).

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.[8][9]

Code assignment

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. The International Centre maintains a database of all ISSNs assigned worldwide, the ISDS Register (International Serials Data System) otherwise known as the ISSN Register. At the end of 2014, the ISSN Register contained records for 1,811,110 items.[10]

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.

Since the ISSN applies to an entire serial a new identifier, the Serial Item and Contribution Identifier, was built on top of it to allow references to specific volumes, articles, or other identifiable components (like the table of contents).

Media vs content

Separate ISSNs are needed for serials in different media (except reproduction microforms). Thus, the print and electronic media versions of a serial need separate ISSNs.[11] Also, a CD-ROM version and a web version of a serial require different ISSNs since two different media are involved. However, the same ISSN can be used for different file formats (e.g. PDF and HTML) of the same online serial.

This "media-oriented identification" of serials made sense in the 1970s. In the 1990s and onward, with personal computers, better screens, and the Web, it makes sense to consider only content, independent of media. This "content-oriented identification" of serials was a repressed demand during a decade, but no ISSN's update or initiative occurred. A natural extension for ISSN, the unique-identification of the articles in the serials, was the main demand application. An alternative serials' contents model arrived with the indecs Content Model and its application, the digital object identifier (DOI), as ISSN-independent initiative, consolidated in the 2000s.

Only later, in 2007, ISSN-L was defined in the new ISSN standard (ISO 3297:2007) as an "ISSN designated by the ISSN Network to enable collocation or versions of a continuing resource linking among the different media".[12]

Availability

The ISSN Register is not freely available for interrogation on the web, but is available by subscription. There are several routes to the identification and verification of ISSN codes for the public:

  • 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:"+ISSN code in the query field. One can also go directly to an ISSN's record by appending it to "https://www.worldcat.org/ISSN/", 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.

Use in URNs

An ISSN can be encoded as a uniform resource name (URN) by prefixing it with "urn:ISSN:".[13] For example, Rail could be referred to as "urn:ISSN:1534-0481". URN namespaces are case-sensitive, and the ISSN namespace is all caps.[14] If the checksum digit is "X" then it is always encoded in uppercase in a URN.

Problems

The util 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) have two or more ISSN codes. A URN needs to point to "unique content" (a "unique journal" as a "set of contents" reference).
    Examples: 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).[15]
  • ISSN does not offer resolution mechanisms like a digital object identifier (DOI) or an 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 represented as an HTTP string by https://dx.doi.org/10.1038/nature13777, and is redirected (resolved) to the current article's page; but there is no ISSN's online service, like http://dx.issn.org/, to resolve the ISSN of the journal (in this sample 1476-4687), that is, a kind of https://dx.issn.org/1476-4687 redirecting to the journal's home.

A unique URN for serials simplifies the search, recovery and delivery of data for various services including, in particular, search systems and knowledge databases.[12] ISSN-L was created to fill this gap.

ISSN variants

There are two most popular media types that adopted special labels (indicating below in italics), and one in fact ISSN-variant, with also an optional label.

Print ISSN

p-ISSN, the "default" ISSN, is the ISSN for the print media (paper) version of a serial.

Electronic ISSN

e-ISSN (or eISSN) is the ISSN for the electronic media (online) version of a serial.

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 ISSN number among the existing ISSNs, so, does not change the use or assignment of "ordinary" ISSNs;[16] 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, search engines or knowledge bases.[17]

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found. HTML version available at http://www.issn.org/understanding-the-issn/assignment-rules/issn-manual.
  5. Example of database implementation where seven-digit integers are used to store ISSNs.
  6. https://tools.ietf.org/html/rfc3044
  7. See p. ex. $pattern at source code (issn-resolver.php) of github.com/amsl-project/issn-resolver.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. 12.0 12.1 Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Lua error in package.lua at line 80: module 'strict' not found.
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. "La nueva Norma ISSN facilita la vida de la comunidad de las publicaciones en serie", A. Roucolle. http://www.latindex.unam.mx/biblioteca/nunoiso.html

External links

  • List of 63800 ISSN numbers and titles
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.