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
Release files for academic-review-tool 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| academic_review_tool-1.1.0.tar.gz | 20.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| academic_review_tool-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 41.3 MB
Release files / academic_review_tool-1.1.0.tar.gz
| Download URL | academic_review_tool-1.1.0.tar.gz |
|---|---|
| Size | 20.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3e37ac89b9ff1db4f4a952afb1785dbebc40af5f6cadf96ddb8710b3f2211680
|
|
BLAKE2b-256 checksum How to use checksums |
7c5c23b95bc5dd97095d48bf11ccbe257b9d50b254089666b73bbad74fcc4d86
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.13
|
Release files / academic_review_tool-1.1.0-py3-none-any.whl
| Download URL | academic_review_tool-1.1.0-py3-none-any.whl |
|---|---|
| Size | 21.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f09ad008f0200b554363feccf6b5357f88f3001c70abcdb4c6b6e1b9e8d52a32
|
|
BLAKE2b-256 checksum How to use checksums |
4d0a48fbeb48cae84dd1d30694654f5b24ce5cdc7efee69f8ef634bdb657d293
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.13
|