Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new loader that provides publication impact factor by DOI #1

Open
const8ine opened this issue Oct 9, 2022 · 0 comments
Open
Labels

Comments

@const8ine
Copy link
Member

Develop a loader that provides publication impact factor by DOI.
Loader is an exported function that takes doi (string) as an argument. It makes an HTTP request into third-party API, receives a response body, parses it and returns impact factor (number).
You should make your own research and find an API that provides such data by yourself.

Loader example: https://github.com/open-genes/og-publications-search-api/blob/master/loaders/plumx-api.js

Disambiguation

A DOI, or Digital Object Identifier, is a string of numbers, letters and symbols used to uniquely identify a scientific publication.
DOI examples:

The impact factor (IF) is a measure of the frequency with which the average article in a journal has been cited in a particular year.

@const8ine const8ine added good first issue Good for newcomers challenge labels Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant