Skip to content

Commit 65f439e

Browse files
authored
Use correct dataset name in documentation
Use the correct `van_de_Schoot_2018` dataset, and update documentation with information on updating the installation.
1 parent 4a012dc commit 65f439e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ asreview --help
3535

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

38+
To make sure that you are working with the latest version of datatools you can use:
39+
40+
```bash
41+
pip install asreview-datatools --upgrade
42+
```
43+
3844
## Getting started
3945

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

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

7480
```bash
75-
asreview data describe benchmark:van_de_schoot_2017 -o output.json
81+
asreview data describe synergy:van_de_schoot_2018 -o output.json
7682
```
7783
```
7884
{
@@ -161,11 +167,11 @@ identifier can be used for deduplication.
161167
asreview data dedup MY_DATASET.csv -o output.csv --pid PMID
162168
```
163169

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

167173
```bash
168-
asreview data dedup benchmark:van_de_schoot_2017 -o van_de_schoot_2017_dedup.csv
174+
asreview data dedup synergy:van_de_schoot_2018 -o van_de_schoot_2018_dedup.csv
169175
```
170176
```
171177
Removed 104 records from dataset with 6189 records.

0 commit comments

Comments
 (0)