https://github.com/citation-js/plugin-isbn

Citation.js plugin to fetch ISBN metadata

https://github.com/citation-js/plugin-isbn

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

citation-js google-books google-books-api isbn open-library open-library-api

Keywords from Contributors

archival projection profiles interactive sequences generic observability autograding hacking shellcodes
Last synced: 10 months ago · JSON representation

Repository

Citation.js plugin to fetch ISBN metadata

Basic Info
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 2
  • Open Issues: 3
  • Releases: 0
Topics
citation-js google-books google-books-api isbn open-library open-library-api
Created about 7 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Changelog License

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

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 43
  • Total Committers: 2
  • Avg Commits per committer: 21.5
  • Development Distribution Score (DDS): 0.023
Past Year
  • Commits: 9
  • Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
enhancement (1)
Pull Request Labels
dependencies (19)

Dependencies

package-lock.json npm
  • 592 dependencies
package.json npm
  • @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
.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v1 composite
  • codecov/codecov-action v1 composite