Skip to content

Tool to analyze bibliometrics of researchers of the university and their papers.

License

Notifications You must be signed in to change notification settings

InnoSWP/B2104_Bibliometrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bibliometrics API

This product uses web-scraping to provide an API to easily extract data from Elsveir (Scopus) database.

Table of contents

Installation

Requirements

This product requires:

You can use requirements.txt to install all the dependencies:

    python -m pip install --upgrade pip
    pip install -r requirements.txt

You would also need an API key for Elsevier API which you can get from Elsevier Developer Portal. For scraper to work correctly, that key should provide access to Citations Overview API. Key should be put into scraper/key.txt file. Please also make sure that Elsevier API is accessible from your IP-address.

Features

Parse Scopus database for the following metrics:

  • Citation count and dynamics of an author
  • List of papers, affiliated at selected institution
  • For a selected paper - citation dynamics, authors and their affiliations.

Sources

This product fetches data about citation counts and affiliations from Scopus database. Quartile data is pre-fetched from Scopus CiteScore

Demo

You can see the demo of the product here.

Contribution

You can help to develop this software by creating issues on GitHub or by making pull requests.

License

This software is distributed under The MIT License.

About

Tool to analyze bibliometrics of researchers of the university and their papers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages