Skip to content

Instantly share code, notes, and snippets.

@arturo-c
Created June 17, 2015 18:16
Show Gist options
  • Save arturo-c/e61a71bbe4a168168c5c to your computer and use it in GitHub Desktop.
Save arturo-c/e61a71bbe4a168168c5c to your computer and use it in GitHub Desktop.
ISBN Decision
{978}{1}{001}{000001}{0}
ISBN divided in 5 parts:
1. 978 is a constant for digital books.
2. Is country code 1 or 0 for us, lets just choose 1.
3. Publisher code https://en.wikipedia.org/wiki/List_of_group-1_ISBN_publisher_codes, looks like 001 is unlikely to be ever taken.
4. Product ID -> How do we generate this?
5. Check digit -> can be any digit we decide to use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment