Extract, validate and normalize ADS Bibcodes.
Current version: 0.1.1
Supported Node.js versions: 18, 20, 22, 23
Add the following to your package.json
via yarn add identifiers-bibcode
or npm install --save identifiers-bibcode
:
"identifiers-bibcode": "^0.1.0"
const bibcode = require("identifiers-bibcode");
bibcode.extract("This is a Bibcode: 1974AJ.....79..819H");
//=> ["1974AJ.....79..819H"]
We also maintain versions of this library for Ruby and PHP.
Copyright © 2017-2024 Altmetric LLP
Distributed under the MIT License.