You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: