<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=International_Standard_Serial_Number</id>
	<title>International Standard Serial Number - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=International_Standard_Serial_Number"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=International_Standard_Serial_Number&amp;action=history"/>
	<updated>2026-05-15T09:24:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=International_Standard_Serial_Number&amp;diff=5480&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;An '''International Standard Serial Number''' ('''ISSN''') is an eight-digit serial number used to uniquely identify a serial (publishing)|serial p...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=International_Standard_Serial_Number&amp;diff=5480&amp;oldid=prev"/>
		<updated>2019-06-04T10:28:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;An &amp;#039;&amp;#039;&amp;#039;International Standard Serial Number&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;ISSN&amp;#039;&amp;#039;&amp;#039;) is an eight-digit &lt;a href=&quot;/index.php?title=Serial_number&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Serial number (page does not exist)&quot;&gt;serial number&lt;/a&gt; used to &lt;a href=&quot;/index.php?title=Unique_identifier&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Unique identifier (page does not exist)&quot;&gt;uniquely identify&lt;/a&gt; a serial (publishing)|serial p...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;An '''International Standard Serial Number''' ('''ISSN''') is an eight-digit [[serial number]] used to [[unique identifier|uniquely identify]] a [[serial (publishing)|serial publication]]. 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.&lt;br /&gt;
&lt;br /&gt;
The ISSN system was first drafted as an [[International Organization for Standardization]] (ISO) [[international standard]] in 1971 and published as ISO 3297 in 1975. ISO subcommittee [[TC 46/SC 9]] is responsible for maintaining the standard.&lt;br /&gt;
&lt;br /&gt;
When a serial with the same [[content (media)|content]] is published in more than one [[media (communication)|media type]], a different ISSN is assigned to each media type. For example, many serials are published both in [[Printing|print]] and [[electronic media]]. The ISSN system refers to these types as '''print ISSN''' ('''p-ISSN''') and '''electronic ISSN''' ('''e-ISSN'''), respectively. 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.&lt;br /&gt;
&lt;br /&gt;
== Code format ==&lt;br /&gt;
The format of the ISSN is an eight digit code, divided by a hyphen into two four-digit numbers.&lt;br /&gt;
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 &amp;quot;ISSN structure&amp;quot; or &amp;quot;ISSN syntax&amp;quot;) can be expressed as follows:&lt;br /&gt;
: &lt;br /&gt;
: where &amp;lt;code&amp;gt;N&amp;lt;/code&amp;gt; is in the set {''0,1,2,...,9''}, a digit character, and &amp;lt;code&amp;gt;C&amp;lt;/code&amp;gt; is in {''0,1,2,...,9,X''};&lt;br /&gt;
or by a [[Perl Compatible Regular Expressions]] (PCRE) [[regular expression]]:&lt;br /&gt;
: .&lt;br /&gt;
&lt;br /&gt;
The ISSN of the journal ''Hearing Research'', for example, is 0378-5955, where the final 5 is the check digit, that is &amp;lt;code&amp;gt;C&amp;lt;/code&amp;gt;&amp;lt;tt&amp;gt;=5&amp;lt;/tt&amp;gt;.&lt;br /&gt;
To calculate the check digit, the following algorithm may be used:&lt;br /&gt;
: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:&lt;br /&gt;
::&amp;lt;math&amp;gt;0\cdot 8 + 3\cdot 7 + 7\cdot 6 + 8\cdot 5 + 5\cdot 4 + 9\cdot 3 + 5\cdot 2&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;= 0 + 21 + 42 + 40 + 20 + 27 + 10&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;= 160&amp;lt;/math&amp;gt;&lt;br /&gt;
:The [[modulo operation|modulus]] 11 of this sum is then calculated; divide the sum by 11 and determine the remainder:&lt;br /&gt;
::&amp;lt;math&amp;gt;\frac{160}{11} = 14\mbox{ remainder }6=14+\frac{6}{11}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:If there is no remainder the check digit is 0, otherwise the remainder value is subtracted from 11 to give the check digit:&lt;br /&gt;
::&amp;lt;math&amp;gt;11 - 6 = 5&amp;lt;/math&amp;gt;&lt;br /&gt;
:5 is the check digit, &amp;lt;code&amp;gt;C&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:For calculations, an upper case X in the check digit position indicates a check digit of 10 (like a [[Roman numerals|Roman ten]]).&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
There is an online ISSN checker that can validate an ISSN, based on the above algorithm.&lt;br /&gt;
&lt;br /&gt;
== Code assignment ==&lt;br /&gt;
ISSN codes are assigned by a network of ISSN National Centres, usually located at [[national library|national libraries]] and coordinated by the '''[[ISSN International Centre]]''' based in [[Paris]]. The International Centre is an [[international organization|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''. , the ISSN Register contained records for 1,943,572 items.&lt;br /&gt;
&lt;br /&gt;
== Comparison with other identifiers ==&lt;br /&gt;
ISSN and [[ISBN]] codes are similar in concept, where ISBNs are assigned to individual [[book]]s. 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 (geography)|location]]. For this reason a new ISSN is assigned to a serial each time it undergoes a major title change.&lt;br /&gt;
&lt;br /&gt;
Since the ISSN applies to an entire serial a new identifier, the [[Serial Item and Contribution Identifier]] (SICI), was built on top of it to allow references to specific volumes, articles, or other identifiable components (like the [[table of contents]]).&lt;br /&gt;
&lt;br /&gt;
=== Media ''vs'' content ===&lt;br /&gt;
Separate ISSNs are needed for serials in different media (except reproduction [[microform]]s).&lt;br /&gt;
Thus, the [[print media|print]] and [[electronic media]] versions of a serial need separate ISSNs.&lt;br /&gt;
Also, a [[CD-ROM]] version and a [[World Wide Web|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.&lt;br /&gt;
&lt;br /&gt;
This &amp;quot;media-oriented identification&amp;quot; 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.&lt;br /&gt;
This &amp;quot;content-oriented identification&amp;quot; of serials was a [[excess demand|repressed demand]] during a decade, but no ISSN update or initiative occurred. A natural extension for ISSN, the unique-identification of the articles in the serials, was the main demand application.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
Only later, in 2007, ISSN-L was defined in the new ISSN standard (ISO 3297:2007) as an &amp;quot;ISSN designated by the ISSN Network to enable collocation or versions of a continuing resource linking among the different media&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
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:&lt;br /&gt;
* The print version of a serial typically will include the ISSN code as part of the publication information.&lt;br /&gt;
* Most serial websites contain ISSN code information.&lt;br /&gt;
* 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.&lt;br /&gt;
* [[WorldCat]] permits searching its catalog by ISSN, by entering &amp;quot;issn:&amp;quot;+ISSN code in the query field. One can also go directly to an ISSN's record by appending it to &amp;quot;&amp;quot;, 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.&lt;br /&gt;
&amp;lt;!-- Though an [http://www.issn.org:8080/English/pub/faqs/issn/issnchecking ISSN checking facility] (dead link) is available, this is a tool for checking the validity of an ISSN number format, not for querying the ISSN Register to determine what serial the input number is associated with. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Use in URNs ==&lt;br /&gt;
An ISSN can be encoded as a [[uniform resource name]] (URN) by prefixing it with &amp;quot;&amp;quot;. For example, [[Rail (magazine)|''Rail'']] could be referred to as &amp;quot;&amp;quot;. URN namespaces are case-sensitive, and the ISSN namespace is all caps. If the checksum digit is &amp;quot;X&amp;quot; then it is always encoded in uppercase in a URN.&lt;br /&gt;
&lt;br /&gt;
=== Problems ===&lt;br /&gt;
The util URNs are [[#Media vs Content|content-oriented]], but ISSN is media-oriented:&lt;br /&gt;
&lt;br /&gt;
* '''ISSN is not unique''' when the concept is &amp;quot;a journal is a set of contents, generally copyrighted content&amp;quot;: the same journal (same contents and same copyrights) have two or more ISSN codes. A URN needs to point to &amp;quot;unique content&amp;quot; (a &amp;quot;unique journal&amp;quot; as a &amp;quot;set of contents&amp;quot; reference).&amp;lt;br /&amp;gt;Examples: [[Nature (journal)|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).&lt;br /&gt;
* '''ISSN''' does not offer [[uniform resource name#Resolvers|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.&amp;lt;br /&amp;gt;Example: the DOI name &amp;quot;10.1038/nature13777&amp;quot; can be represented as an HTTP string by &amp;lt;code&amp;gt;''&amp;lt;nowiki&amp;gt;https://dx.doi.org/&amp;lt;/nowiki&amp;gt;''10.1038/nature13777&amp;lt;/code&amp;gt;, and is [[URL redirection|redirected]] (resolved) to the current article's page; but there is no ISSN online service, like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://dx.issn.org/&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, to resolve the ISSN of the journal (in this sample [[Nature (journal)|1476-4687]]), that is, a kind of &amp;lt;code&amp;gt;''&amp;lt;nowiki&amp;gt;https://dx.issn.org/&amp;lt;/nowiki&amp;gt;''1476-4687&amp;lt;/code&amp;gt; redirecting to the journal's home.&lt;br /&gt;
&lt;br /&gt;
A unique URN for serials simplifies the search, recovery and delivery of data for various services including, in particular, [[information retrieval|search systems]] and [[knowledge base|knowledge databases]]. 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''.&lt;br /&gt;
&lt;br /&gt;
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 catalogue]]s, [[search engine]]s or [[knowledge base]]s.&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://wikipedia.org/ http://wikipedia.org/]&lt;br /&gt;
&lt;br /&gt;
[[Category:Checksum algorithms]]&lt;br /&gt;
==See Also on BitcoinWiki==&lt;br /&gt;
* [[TopProfit]]&lt;br /&gt;
* [[Bitcoin Core 0.11 (ch 1): Overview]]&lt;br /&gt;
* [[BIP 0018]]&lt;br /&gt;
* [[BIP 0060]]&lt;br /&gt;
* [[BIP 0017 QA]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>