Skip to content

Commit

Permalink
Use correct dataset name in documentation
Browse files Browse the repository at this point in the history
Use the correct `van_de_Schoot_2018` dataset, and update documentation with information on updating the installation.
  • Loading branch information
laurens88 authored Apr 4, 2024
1 parent 4a012dc commit 65f439e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ asreview --help

The extension is successfully installed if it lists `asreview data`.

To make sure that you are working with the latest version of datatools you can use:

```bash
pip install asreview-datatools --upgrade
```

## Getting started

ASReview Datatools is a command line tool that extends ASReview LAB. Each
Expand Down Expand Up @@ -68,11 +74,11 @@ Export the results to a file (`output.json`)
asreview data describe MY_DATASET.csv -o output.json
```

Describe the `van_de_schoot_2017` dataset from the [benchmark
Describe the `van_de_schoot_2018` dataset from the [benchmark
platform](https://github.com/asreview/systematic-review-datasets).

```bash
asreview data describe benchmark:van_de_schoot_2017 -o output.json
asreview data describe synergy:van_de_schoot_2018 -o output.json
```
```
{
Expand Down Expand Up @@ -161,11 +167,11 @@ identifier can be used for deduplication.
asreview data dedup MY_DATASET.csv -o output.csv --pid PMID
```

Using the `van_de_schoot_2017` dataset from the [benchmark
Using the `van_de_schoot_2018` dataset from the [benchmark
platform](https://github.com/asreview/systematic-review-datasets).

```bash
asreview data dedup benchmark:van_de_schoot_2017 -o van_de_schoot_2017_dedup.csv
asreview data dedup synergy:van_de_schoot_2018 -o van_de_schoot_2018_dedup.csv
```
```
Removed 104 records from dataset with 6189 records.
Expand Down

0 comments on commit 65f439e

Please sign in to comment.