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
0
votes
2 answers

Retrieve references from a paper using doi

How can we retrieve all references from a paper using the doi and save them into a dataframe? Using rscopus: library(rscopus) library(dplyr) auth_token_header("please_add") akey="please_add" object_retrieval("10.1109/ISCSLP.2014.6936630", ref =…
Elr Mant
  • 507
  • 1
  • 4
  • 14
0
votes
0 answers

Python import error: No module named 'pyscopus'

Why am I getting an ImportError? I have an API key to access in Scopus but the code doesn't work. from pyscopus import Scopus key = 'key' scopus = Scopus(key)
E.A.
  • 1
  • 2
0
votes
1 answer

How to Break or Split DOI numbers in two lines in a References List

I am writing a research paper where I need to use DOI numbers of the references. But for some references, it is showing unnecessary white spaces (see the 1st attached file) since the DOI can not be fitted in the line. To solve this problem I used…
Nitu08
  • 47
  • 8
0
votes
1 answer

Loading comma separated file into a dataframe

I got a comma separated csv file from Scopus. Each row of the file has such a structure: "A, B, C,D","1111;2222;3333;4444;","A,B,C",1111,"ABCDE","XYZ",,,"338","347",,,"11.10000/111-2-642-35236-2_34",Conference…
amiref
  • 3,181
  • 7
  • 38
  • 62
0
votes
1 answer

How to get statistics from Scopus

I am working on a survey and I would like to retrieve statistics on the number of papers published within two given years (e.g. 1990 and 2018). In a paper, for instance (https://doi.org/10.1016/j.apm.2009.10.005), I have seen that such statistics…
BMB
  • 31
  • 9
0
votes
1 answer

angular6 - I can't get response from Scopus API

I want to use the Scopus API to verify that a DOI exists. I'm using the "Cited By" option. I did a test of this "http://api.elsevier.com/content/search/scopus?query=DOI(10.1016/j.stem.2011.10.002)" link in POSTMAN and it works, but when I did the…
Francisca GV
  • 379
  • 4
  • 11
0
votes
1 answer

How to use elsevier scopus api to get list of all author affiliations for a given journal?

I'm new to using an API, and I'm currently trying to use Elsevier API. My goal is to extract the author (university) affiliations for each submission in a given journal. I've set up the API Key and looked at the exampleProg.py found here. The…
illigrad
  • 101
  • 1
0
votes
1 answer

R Studio in Scoupus Dataset(Bibtex) Error in names(Y) = c("Year ", "Articles") :

I download datatset from the scopus dataset then try to read the dataset but an error occurred when trying show the summary of the dataset. I Downloaded BIBTEX file or (.bib). All of the scopus dataset I downloaded in Bibtex is not working. But then…
0
votes
1 answer

Query on Scopus: restrict the search of field to journals only

I have a quite simple problem. I want to make a query on Scopus and I know that to restrict the search of field to title, abstract e keywords I could use the label "TITLE-ABS-KEY" at the beginning of my query. My question is: how could I restrict…
Silvia
  • 405
  • 4
  • 17
0
votes
1 answer

Getting information from SQL table with Python

I have a 20gb database file (*.db) that contains a lot of information on scientific articles, acquired from Scopus. Most information is stored in the responses table within the database file. I only want to obtain the subject areas from each…
Tom Bailey
  • 75
  • 5
0
votes
1 answer

Error handling when accessing API

I am trying to access an API (Scopus) through python, downloading multiple abstracts within the for loop below: for t in eid: url = "http://api.elsevier.com/content/abstract/eid/"+str(t)+"?view=FULL" # url =…
R Thompson
  • 353
  • 3
  • 15
0
votes
1 answer

Export Python-Scopus API results into CSV

I'm very new to Python so not sure if this can be done but I hope it can! I have accessed the Scopus API and managed to run a search query which gives me the following results in a pandas dataframe: …
R Thompson
  • 353
  • 3
  • 15
0
votes
0 answers

Filtering search results from Scopus API using Python

I have made an API key from Elsevier and I'm using Python to access the Scopus API to fetch records for physics papers in the UK via the following: import requests import json from myscopus import MYAPIKEY URL =…
R Thompson
  • 353
  • 3
  • 15
0
votes
2 answers

Scopus search: TITLE-ABS-KEY

I realized something strange when searching on Scopus' database. If I query some words in the field "TITLE-ABS-KEY", I do not get the same results as if I query each field individually, separated by "OR"s. For example, the query: TITLE-ABS-KEY (…
sc28
  • 1,163
  • 4
  • 26
  • 48
-1
votes
1 answer

Error in Scopus Syntax for advanced search

I want to modify a search which is already used by someone else to see similar kind of results but the syntax shows and error and I am unable to find where is the error. Can someone help me with this. The syntax I used is as follows: TITLE-ABS-KEY…