Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

academic-review-tool

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

academic-review-tool

The Academic Review Tool (ART) is a package for performing academic reviews and bibliometric analyses in Python. It offers capabilities for discovering, retrieving, and analysing academic literature at scale.

  • 1.1.0
  • PyPI
  • Socket score

Maintainers
1

Academic Review Tool (ART)

The Academic Review Tool (ART) is a package for performing academic reviews and bibliometric analyses in Python. It offers capabilities for discovering, retrieving, and analysing academic literature at scale. ART accesses records from Crossref, Web of Science, Scopus, Orcid, and more.

Table of Contents

[TOC]

Description

ART is a package for performing academic reviews and bibliometric analyses in Python. It offers capabilities for discovering, retrieving, and analysing academic literature at scale.

The tool's functionalities include:

  • Searching for works using keywords, dates, authors, funders, and other information.
  • Searching for authors and their works.
  • Searching for funders and their funded works.
  • Looking up DOIs, ISBNs, ISSNs, ORCID IDs, URLs, and other unique identifiers.
  • Scraping academic repositories and websites.
  • Citation and weblink crawling.
  • Citation and coauthorship analysis.
  • Generating networks representing:
    • Citations and references
    • Coauthors
    • Cofunders
    • And more...

ART uses the following APIs:

  • Crossref
  • Web of Science (Starter API)
  • Scopus
  • ORCID
  • Geopy / Nominatim

The tool is object-oriented. It leverages Pandas, Numpy, iGraph, and other standard Python libraries for ease of use.

ART can read and write your results to a large variety of file types (e.g. .xlsx, .csv, .txt, .json, .graphML).

Installation

To install using PyPi, run the following code in your command interface:

pip install academic-review-tool

Beginners Guide

Appendix and FAQ

:::info Leave a comment! :::

tags: Academic reviews Bibliometrics Python

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc