Skip to content

Commit

Permalink
Fixing some small details
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jun 8, 2022
1 parent 70ea68f commit c6d95a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# ASReview-datatools
# ASReview Datatools

[![PyPI version](https://badge.fury.io/py/asreview-datatools.svg)](https://badge.fury.io/py/asreview-datatools) [![Downloads](https://pepy.tech/badge/asreview-datatools)](https://pepy.tech/project/asreview-datatools) ![PyPI - License](https://img.shields.io/pypi/l/asreview-datatools) ![Deploy and release](https://github.com/asreview/asreview-datatools/workflows/Deploy%20and%20release/badge.svg) ![Build status](https://github.com/asreview/asreview-datatools/workflows/test-suite/badge.svg) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6625879.svg)](https://doi.org/10.5281/zenodo.6625879)

ASReview-datatools is an extension to [ASReview
ASReview Datatools is an extension to [ASReview
LAB](https://github.com/asreview/asreview) that can be used for describing
basic properties of a dataset (e.g., number of papers, number of inclusions,
the amount of missing data and duplicates), converting file formats via the
command line, and cleaning your (input) data by removing duplicate records.

❣️ ASReview-datatools is the successor to
❣️ ASReview Datatools is the successor to
[ASReview-statistics](https://pypi.org/project/asreview-statistics/). ASReview
datatools is available for version 1 or later. Use ASReview statistics for
versions 0.x.

## Installation

The ASReview-datatools extensions requires Python 3.7+ and [ASReview
The ASReview Datatools extensions requires Python 3.7+ and [ASReview
LAB](https://github.com/asreview/asreview) version 1 or later.

The easiest way to install the datatools extension is to install from PyPI:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/asreview/asreview-datatools',
author='Utrecht University',
author='ASReview LAB developers',
author_email='asreview@uu.nl',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit c6d95a2

Please sign in to comment.