Skip to content
This repository was archived by the owner on Apr 2, 2022. It is now read-only.

Commit f712a93

Browse files
authored
Update README.md
1 parent c2cc7c8 commit f712a93

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
# asreview-covid19
22

3-
Extension that adds Covid-19 related datasets to ASReview
3+
Extension that adds Covid-19 related datasets to ASReview.
44

5-
Currently only one [dataset](https://pages.semanticscholar.org/coronavirus-research) is available.
5+
The CORD-19 machine learning dataset [dataset](https://pages.semanticscholar.org/coronavirus-research) is available. A second dataset with a subset of the articles of CORD-19 published since December 2019 is relevant for the COVID-19 disease outbreak.
66
Any suggestions for more datasets related to scientific literature on Covid-19 is welcome.
77

8-
It is currently dependent on the newest development
9-
[branch](https://github.com/asreview/asreview/pull/181) of ASReview. Please install ASReview
10-
from this branch.
11-
12-
13-
After cloning this repository, install the extension with:
8+
Install the extension with pip:
149

1510
```bash
16-
pip install .
11+
pip install asreview-covid19
1712
```
1813

19-
and then you can use ASReview as usual with the new special dataset `covid19`:
20-
21-
```bash
22-
asreview oracle covid19 --state_file myreview.h5
23-
```
14+
The datasets will be available in the ASReview software.
2415

2516
The extension will download the file from the internet for you, which depending on
2617
your internet can take a while.

0 commit comments

Comments
 (0)