You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2022. It is now read-only.
Extension that adds Covid-19 related datasets to ASReview
3
+
Extension that adds Covid-19 related datasets to ASReview.
4
4
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.
6
6
Any suggestions for more datasets related to scientific literature on Covid-19 is welcome.
7
7
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:
14
9
15
10
```bash
16
-
pip install .
11
+
pip install asreview-covid19
17
12
```
18
13
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.
24
15
25
16
The extension will download the file from the internet for you, which depending on
0 commit comments