Skip to main content

Written in python, for checking reference lists in systematic reviews and literature reviews, helps with reference list searching both backward&forward by extracting references and creating search queries, ranks articles by relevance to improve screening efficiency, download full-text pdf of research articles in batch.

Project description

This package is developed as a toolbox for conducting literature reviews and systematic reviews. It allows downloading full text articles in batches. It can parse the reference lists of pdf articles for searching reference list.

The latest version is 0.0.1

Currently, it only support Windows systems.

Although the use of python packages usually requires some programming knowledge, refchaser provides quick APIs to be called in commandline, which even lay people can use.

What do I need to install before using refchaser? You need to install the following programming languages. python 3 Java R Although this is a python module, it works by calling third-party applications written in the other two languages. Make sure to add the executables of these languages to PATH environment variable

How to install refchaser? After you have installed python 3, open emd.exe. Run the commandline: pip install refchaser

How to get help? Open cmd.exe Run command: python -m refchaser -h

How to batch-download articles? Open cmd.exe Run command: python -m refchaser A -f C://directory/containing/bibliographical/files/ -t C://directory/where/you/want/fulltexts/saved/ The -f parameter should contain nothing else than bibiographic files of citations you want to download. The -t is a folder where you want to save all the downloaded PDF articles. Alternatively, you can just run this command: python -m refchaser A And a graphic user interface will guide you through.

How to parse reference lists of pdf articles and generate queries? Open cmd.exe Run command: python -m refchaser B -f C://directory/containing/pdf/files/ -t C://directory/where/you/want/queries/saved -x WOS PubMed The database names pass to the -x can be numbers python -m refchaser B -f C://directory/containing/pdf/files/ -t C://directory/where/you/want/queries/saved -x 1 2

The mapping relationships are as follows:

1 - WOS - Web of Science
2 - PubMed -PubMed
3 - EMBASE - EMBASE
4 - Scopus - Scopus
5 - GS - Google Scholar

The -f parameter should contain nothing else than PDF files you want parsed. The -t is a folder where you want to save forward search queries (consisting of titles of parsed articles) and backward search queries (consisting of titles of references) in .txt format. The -x parameter is the databases you want to search with the forward and backward query, respectively. The package can create queries according to search rules of different databases. Alternatively, you can just run this command: python -m refchaser B And a graphic user interface will guide you through.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

refchaser-0.0.1.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

refchaser-0.0.1-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page