Feature #16704
openMake use of Elsevier APIs for collecting per product scopus citations (if any)
0%
Description
Elsevier offers a number of APIs https://dev.elsevier.com/api_docs.html
In particular
- the Abstract Citations Count API https://dev.elsevier.com/documentation/AbstractCitationCountAPI.wadl returns a watermarked image per paper indexed by Scopus;
- the Citation Overview API https://dev.elsevier.com/documentation/AbstractCitationAPI.wadl returns a per year document citation counts per paper indexed by Scopus;
Using the first is quite simple (an API key is needed) ... I am using in my website. Among the advantages of this solution there is the fact that people linking on it have access to a Scopus page listing the papers contributing to the citation count.
Subtasks
Related issues
Updated by Leonardo Candela over 5 years ago
Updated by Paolo Manghi over 5 years ago
Are the APIs limited to a number of accesses per IP/per day? This may cause issues in high picks of requests (anvur?). Shall we use CNR/ISTI credentials?
Shall we do the same for Google Scholar?
Updated by Leonardo Candela over 5 years ago
Paolo Manghi wrote:
Are the APIs limited to a number of accesses per IP/per day? This may cause issues in high picks of requests (anvur?). Shall we use CNR/ISTI credentials?
An API Key is needed, I can generate one with my Scopus credentials. I see no massive loads ... the API should be invoked per paper, i.e. when a user accesses the paper page.
Shall we do the same for Google Scholar?
AFAIK there are no APIs there.
Updated by Paolo Manghi over 5 years ago
Leonardo Candela wrote:
Paolo Manghi wrote:
Are the APIs limited to a number of accesses per IP/per day? This may cause issues in high picks of requests (anvur?). Shall we use CNR/ISTI credentials?
An API Key is needed, I can generate one with my Scopus credentials. I see no massive loads ... the API should be invoked per paper, i.e. when a user accesses the paper page.
The advantage I see is to generate a list of articles together with the individual numbers, plus the calculation of overall numbers for users, labs, etc.
Shall we do the same for Google Scholar?
we need to scrape, we have 100 accesses per day I think.
AFAIK there are no APIs there.
Updated by Leonardo Candela over 5 years ago
- Related to Feature #16809: Integrate Dimensions badge added