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
-1
votes
1 answer

pascalTriangle and Venn Diagrams

I have downloaded results from scopus of papers by doing various queries for each topic. The downloaded singleton papers are identified by EID. I would like to see where the intersections are, i.e., if there are any overlaps (e.g., if those found…
-1
votes
1 answer

Cursor vs. Start parameter in Scopus API

I am working on a project that uses Scopus API to get document names or journal names under different scenarios. I am using ScopusSearch API (https://dev.elsevier.com/documentation/ScopusSearchAPI.wadl) and SerialTitle API…
-1
votes
2 answers

TypeError: list indices must be integers (json, python)

The original code was taken from this gist: rivaldi8/ImpactServlet.py but because the api key that I am using does not work with the QUERY_URL, I have modified the code like below: class Scopus(ImpactService): QUERY_URL = …
euler
  • 1,401
  • 2
  • 18
  • 39
-3
votes
1 answer

How to access nested values in json

I am trying to get data from scopus using api and python. I query using python module requests. The response of the query gets me a json with values like the following. { "search-results": { "opensearch:totalResults": "1186741", …
1 2 3 4 5 6
7