https://github.com/citation-js/plugin-isbn
Citation.js plugin to fetch ISBN metadata
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.5%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Citation.js plugin to fetch ISBN metadata
Basic Info
- Host: GitHub
- Owner: citation-js
- License: mit
- Language: JavaScript
- Default Branch: main
- Homepage: https://www.npmjs.com/package/@citation-js/plugin-isbn
- Size: 768 KB
Statistics
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
- Releases: 0
Topics
Metadata Files
README.md
Install
js
npm install @citation-js/plugin-isbn
Browser
Make a build with @citation-js/plugin-isbn on the build tool!
Use
Install the plugin by require-ing it:
js
require('@citation-js/plugin-isbn')
Formats
Formats and other features added by this plugin.
ISBN identifiers
- ISBN-10 (
@isbn/isbn-10) - ISBN-13 (
@isbn/isbn-13) - ISBN-A (actionable ISBN,
@isbn/isbn-a)
Google Books API
One of the few public, free APIs to resolve ISBNs is the Google Books API. It returns volumes, which contain information on the
- authors,
- entity type (magazine or book),
- categories/keywords,
- description,
- dimensions,
- language,
- page count,
- publisher,
- title,
- publication date, and
- a (Google Books) URL.
For the heck of it, this plugin also support creating API responses from existing metadata. This benefits no one.
Open Library API
The other API used in this plugin is the Open Library Books API. It returns the following information:
- authors,
- page count,
- publisher,
- publication date,
- publication place,
- keywords,
- title, and
- URL.
Owner
- Name: Citation.js
- Login: citation-js
- Kind: organization
- Email: citationjs@protonmail.com
- Website: https://citation.js.org
- Twitter: citation_js
- Repositories: 24
- Profile: https://github.com/citation-js
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lars Willighagen | l****n@g****m | 42 |
| dependabot[bot] | 4****] | 1 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 3
- Total pull requests: 19
- Average time to close issues: less than a minute
- Average time to close pull requests: 5 months
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.33
- Average comments per pull request: 1.58
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 19
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- larsgw (2)
- abdul-alhasany (1)
Pull Request Authors
- dependabot[bot] (19)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 592 dependencies
- @babel/cli ^7.2.3 development
- @babel/core ^7.2.2 development
- @babel/eslint-parser ^7.14.3 development
- @babel/preset-env ^7.2.3 development
- @babel/register ^7.0.0 development
- @citation-js/core ^0.5.1 development
- babel-plugin-istanbul ^6.0.0 development
- conventional-changelog-cli ^2.1.1 development
- mocha ^8.4.0 development
- nyc ^15.1.0 development
- standard ^16.0.3 development
- @citation-js/date ^0.5.0
- @citation-js/name ^0.4.2
- actions/checkout v2 composite
- actions/setup-node v1 composite
- codecov/codecov-action v1 composite