Created
June 17, 2015 18:16
-
-
Save arturo-c/e61a71bbe4a168168c5c to your computer and use it in GitHub Desktop.
ISBN Decision
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{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