Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alan-turing-institute/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.
https://github.com/alan-turing-institute/academic_review_tool
academic academic-research bibliometric-analysis bibliometrics citation citation-network crossref doi literature-review orcid python scientometrics scopus
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/alan-turing-institute/academic_review_tool
- Owner: alan-turing-institute
- License: gpl-3.0
- Created: 2024-06-20T10:20:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T15:22:15.000Z (3 months ago)
- Last Synced: 2024-10-28T17:13:38.222Z (about 2 months ago)
- Topics: academic, academic-research, bibliometric-analysis, bibliometrics, citation, citation-network, crossref, doi, literature-review, orcid, python, scientometrics, scopus
- Language: Python
- Homepage: https://pypi.org/project/academic-review-tool/
- Size: 22 MB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
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 / NominatimThe 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:
```bash
pip install academic-review-tool
```## Beginners Guide
## Appendix and FAQ
:::info
Leave a comment!
:::###### tags: `Academic reviews` `Bibliometrics` `Python`