Coder Social home page Coder Social logo

scholar's Introduction

scholar

A collection of scripts to grab author data from scopus.com

Instalation

$ pipenv install

Alternatively, install required packages with pip:

$ pip install elsapy typer

Usage

Create a config file with APIkey:

{
  "apikey": "ENTER_APIKEY_HERE",
  "insttoken": "ENTER_INSTTOKEN_HERE_IF_YOU_HAVE_ONE_ELSE_DELETE"
}

APIkey is obtained from dev.elsevier.com. If you don't have a valid insttoken (which you would have received from Elsevier support staff), delete the placeholder text.

Single author metrics:

$ python scholar.py author-metrics SCOPUSID

Provide a list of authors:

Create a authors.json file containing a list of author names or author Scopus IDs to get metrics for. Use he following format:

    {
        "ids": [
            "7006082359",
            "7407828513",
            "7101712642"
        ],
        "names": [
            ["Reg", "Bott"],
            ["James", "Clark"],
            ["Charles", "Cooney"]
        ]
    }

If you wish to search by ID you can delete the "names" list or leave it empty.

$ python scholar.py author-metrics --file

Notes

On why author metric from author retrieval API differs from scopus.com:

The Author Profile page in the Scopus web interface calculates author metrics on-the-fly from a constantly updated database. Author metrics returned by the Author Retrieval API are fetched from a different database, which is updated every few weeks.

Furthermore, this database only uses content published from 1996 onwards, which is why authors who have published prior to 1996 will show lower metrics through the API. All other data returned through the APIs is in sync with scopus.com.

Ref: Elsevier developer FAQ

scholar's People

Contributors

janiceto avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.