Questions tagged [scopus]

Scopus is the largest abstract and citation database of peer-reviewed literature: scientific journals, books and conference proceedings.

Scopus is the largest abstract and citation database of peer-reviewed literature: scientific journals, books and conference proceedings.

http://www.elsevier.com/online-tools/scopus

94 questions
9
votes
1 answer

Scopus API - Number of requests remaining for the week

I am using the Elsevier API to access citation count data from Scopus, through the scopus-api module (but would be happy to use Elsevier's elsapy module). I can access the data I need, but there is a limit for the number of requests that can be made…
Lorcán
  • 555
  • 3
  • 15
6
votes
1 answer

Retrieve citations of a journal paper using R

Using R, I want to obtain the list of articles referencing to a scientific journal paper. The only information I have is the title of the article, e.g. "Protein measurement with the folin phenol reagent". Is anyone able to help me by producing a…
shazz
  • 387
  • 1
  • 13
5
votes
2 answers

getting a papers references using Elsevier Scopus API

I'm using the Scopus API made by Elsevier. http://dev.elsevier.com/sc_apis.html I've written a short python scrip to extract information about papers such as the title, DOI number and the DOI numbers of papers citing the paper in question. However…
Jon
  • 171
  • 3
  • 12
5
votes
2 answers

Getting author's articles from Scopus using Scopus API (AUTHENTICATION_ERROR)

I've registered at http://www.developers.elsevier.com/action/devprojects. I created a project and got my scopus key: Now, using this generated key, I would like to find an author by firstname, lastname and subjectarea. I make requests from my…
Brian Brown
  • 3,873
  • 16
  • 48
  • 79
4
votes
1 answer

How to Use Elsevier Article Retrieval API to get fulltext of paper

I want to use Elsevier Article Retrieval API (https://dev.elsevier.com/documentation/FullTextRetrievalAPI.wadl) to get fulltext of paper. I use httpx to get the information of the paper,but it just contains some information.My code is below: import…
Fighting
  • 99
  • 1
  • 10
3
votes
4 answers

Scopus API -> All citations to publication

is it possible to get all citations to concrete publication (by scopus_id, doi ...) with Elsevier API? I was trying do that, by all I can do, is get count of citations, but i need Authors annd Titles al least. For example, if I wanna…
Autista_z
  • 2,491
  • 15
  • 25
2
votes
1 answer

Retrieving identifiers of paper that cite another paper

I try to retrieve the identifiers of papers that cite other papers using Scopus API (pybliometrics). Example: The paper Franke et al. 2020 has in total 3 citations (I get this number using pybliometrics.scopus.CitationOverview) Is there any way to…
RadAu
  • 21
  • 2
2
votes
0 answers

Scopus Abstract Retrieval API works not as expected

Currently, Scopus Abstract Retrieval APIs don't work as expected. According to documentation I should recevice a response like this: https://dev.elsevier.com/payloads/retrieval/abstractRetrievalResp.json I'm interested to dc:description and authors…
Philip
  • 771
  • 1
  • 9
  • 24
2
votes
0 answers

Looping an API request in R

I'm using the rscopus package to get data frames for multiple individuals from the Scopus API. To do this I use the author_df function for each individual, then use bind_rows to bind them all together. Sample code is…
2
votes
1 answer

Section 'Warnings' already exists error in Python

Today I wrote a script in Python to extract some data from Scopus API. The script was working perfectly. All of a sudden my code crashed and did not execute again. It shows an error when I import Scopus module: import scopus This is the error that…
amiref
  • 3,181
  • 7
  • 38
  • 62
2
votes
1 answer

Scopus API showing articles from the future

I'm using Scopus API to extract information about academic papers. However, it's showing something very strange. According to Scopus, many articles are published in the future → see the screenshot. The example shown here was actually published on…
machaerus
  • 749
  • 1
  • 6
  • 20
2
votes
0 answers

Collect search occurrences with rscopus in r?

I have to make a lot of queries on Scopus. For this reason I need to automatize the process. I have loaded "rscopus" Package and I wrote this code: test <- generic_elsevier_api(query = "industry", type = c("abstract"),…
Silvia
  • 405
  • 4
  • 17
1
vote
0 answers

Scopus search for a DOI and retrieve authors

I'm trying to get the authors of a publication by using scopus. For that I got an API key and startet. I searched for the DOI and got a response. Everything is fine, there is also an entry "authors", but for each request this field is simply empty.…
1
vote
1 answer

Why searching with subjArea and subjCode fetches different results with Scopus Serial Search API?

I am trying to retrieve all journals that exist within the a subject area of Scopus, say 'Medicine', using the python package pybliometrics. According to the Scopus search (online), there are 13,477 Journals in this category. Accessing the…
1
vote
1 answer

Why can I not limit my Scopus API search by country?

I am trying to limit my searches on Scopus to articles published in the U.S. only. I keep putting in this facet, but every time I put in the limitation, the search throws an error. For example, I know for sure that there are multiple articles in…
AkRFL
  • 19
  • 4
1
2 3 4 5 6 7