Revision 3318c8f220f557d3f6603df28b2b4db3ead7ecda authored by Daniel Himmelstein on 19 November 2018, 18:20:07 UTC, committed by GitHub on 19 November 2018, 18:20:07 UTC
Merges https://github.com/greenelab/manubot/pull/79
Closes https://github.com/greenelab/manubot/issues/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.
1 parent afa55f8
Raw File
.gitignore
### Python ###
__pycache__/
*.egg-info/
.ipynb_checkpoints
.cache
.pytest_cache/
back to top