Socket
Book a DemoInstallSign in
Socket

doi-to-publisher

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doi-to-publisher

doi-to-publisher

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

doi-to-publisher

Find the publisher and owner associated with any CrossRef DOI prefix

Install

npm install doi-to-publisher

Usage

doi2pub exposes a single function that returns the publisher information for any CrossRef DOI prefix.

The returned object gives both the publisher and the officially registered DOI prefix owner. Often a single publisher will be responsible for many DOI prefixes, with each prefix belonging to a separate sub-organisation.

var doi2pub = require('doi-to-publisher')

doi2pub('10.2488')
// returns:
// {
//  publisher: 'Japan Wood Society',
//  owner: 'The Japan Wood Research Society'
// }

License

To the extent possible by law, we transfer any rights we have in this code to the public domain. Specifically, we do so using the CC0 1.0 Universal Public Domain Dedication.

You can do whatever you want with this code. No need to credit us, link to us, include any license, or anything else. But if you want to do those things, you're free to do that too.

FAQs

Package last updated on 19 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts