Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISBN citation of books #14

Closed
dhimmel opened this issue Oct 2, 2017 · 3 comments
Closed

ISBN citation of books #14

dhimmel opened this issue Oct 2, 2017 · 3 comments

Comments

@dhimmel
Copy link
Member

dhimmel commented Oct 2, 2017

While many scholarly books have DOIs, there are lot's of books out there with just ISBNs. As a standardized identifier, they seem appropriate for Manubot book citations. We discussed the issue in greenelab/deep-review#387 and found serveral ISBN lookup services.

However, none of them are aware of the 2012 Open Access Book indicating poor coverage:

Update: I think 9780262302524 is the wrong ISBN, but was listed on the MIT Press website.

@agapow commented:

My impression of worldcat and isbndb is that there's quite a lag before titles get listed (and they may never get listed). Not a solution, but we probably need another way.

So the purpose of this issue is to note that ISBN citation would be valuable and to track any potential solutions.

@dhimmel
Copy link
Member Author

dhimmel commented Jan 12, 2018

Just came across https://github.com/xlcnd/isbnlib a python package which can retrieve metadata from ISBNs. Another package is pyisbn at https://github.com/JNRowe/pyisbn.

@agitter
Copy link
Member

agitter commented Oct 12, 2018

To follow up on #70 (comment), I tested the Open Access book in Citoid and it worked:
https://en.wikipedia.org/api/rest_v1/data/citation/mediawiki/9780262517638

[
  {
    "itemType": "book",
    "date": "2012",
    "publisher": "MIT Press",
    "title": "Open access",
    "oclc": "795846161",
    "url": "https://www.worldcat.org/oclc/795846161",
    "ISBN": [
      "9780262301732",
      "0262301733"
    ],
    "place": "Cambridge, Massachusetts",
    "numPages": "1 online resource (xii, 242 pages)",
    "abstractNote": "A concise introduction to the basics of open access, describing what it is (and isn't) and showing that it is easy, fast, inexpensive, legal, and beneficial",
    "author": [
      [
        "Suber,",
        "Peter,"
      ]
    ],
    "accessDate": "2018-10-12",
    "source": [
      "WorldCat"
    ]
  }
]

@dhimmel
Copy link
Member Author

dhimmel commented Nov 11, 2018

Testing ISBNs

I found this gist of 500 ISBNs, which could be handy for testing purposes.

dhimmel added a commit that referenced this issue Nov 19, 2018
Merges #79
Closes #14

Retrieves ISBN metadata using Citoid.
Metadata via isbnlib implemented but not used by default.

ISBN-10 identifiers are converted to ISBN-13 as part of
citation standardization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants