ArticleslgStudy

computer science

ISSN

ISSN is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand ISSN rather than just read about it. In short: An International Standard Serial Number (ISSN) is an eight-digit code to uniquely identify a periodical publication (periodical), such as a magazine. The ISSN is especially helpful in distinguishing between serials with the same title.

ISSN — main illustration
ISSN — illustration

Key takeaways

  • ISSN belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect ISSN to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of ISSN from memory before moving on to harder problems.

Reference excerpt

An International Standard Serial Number (ISSN) is an eight-digit code to uniquely identify a periodical publication (periodical), such as a magazine. The ISSN is especially helpful in distinguishing between serials with the same title. ISSNs are used in ordering, cataloging, interlibrary loans, and other practices in connection with serial literature. 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. 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). Consequently, 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.

Code format An ISSN is an eight-digit code, divided by a hyphen into two four-digit numbers. The last digit, which may be zero through nine or an X, is a check digit, so the ISSN is uniquely represented by its first seven digits. Formally, the general form of the ISSN (also named "ISSN structure" or "ISSN syntax") can be expressed as follows:

where N is in the set {0,1,2,...,9}, a decimal digit character, and C is in {0,1,2,...,9,X}; 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 their position in the number, counting from the right. (If the check digit is X, add 10 to the sum.) The remainder of the sum modulo 11 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 "bookland" country code 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 (in most cases, this will not match the ISSN check digit, since they are each calculated in a different way).

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 (CIEPS) 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, search engines or knowledge bases.

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. At the end of 2016, 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 "https://www.worldcat.org/ISSN/", e.g. n2:1021-9749 – Search Results. 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, 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).

… excerpt ends here. Continue reading the full article.

Illustrations

ISSN illustration
ISSN: ISSN for Vers Domain, encoded in an EAN-13 barcode with sequence variant 0 and issue number 05
ISSN for Vers Domain, encoded in an EAN-13 barcode with sequence variant 0 and issue number 05
ISSN: Example of an ISSN, 2049-3630, encoded in an EAN-13 bar code, with explanation
Example of an ISSN, 2049-3630, encoded in an EAN-13 bar code, with explanation
ISSN: 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
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

Worked examples

Example 1 — a first encounter with ISSN

Start with the simplest possible case. Write down what ISSN claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to ISSN before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about ISSN ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of ISSN

In research
ISSN appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses ISSN in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
ISSN is common in secondary-school and first-year university syllabi. It links to neighbouring topics Checksum algorithms, Computer-related introductions in 1976, ISO standards, so understanding it makes those chapters shorter.
In everyday life
Look for ISSN outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study ISSN in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what ISSN means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain ISSN out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is ISSN in simple terms?

An International Standard Serial Number (ISSN) is an eight-digit code to uniquely identify a periodical publication (periodical), such as a magazine. The ISSN is especially helpful in distinguishing between serials with the same title.

Why does ISSN matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study ISSN?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on ISSN.

Tags

  • Checksum algorithms
  • Computer-related introductions in 1976
  • ISO standards
  • Library science
  • Serial numbers
  • Unique identifiers

Keep exploring