Git Product home page Git Product logo

asreview-covid19's Introduction

ASReview for COVID19

Extension to add publications on COVID-19 to ASReview.

ASReview against COVID-19 (Deprecated)

This extension is deprecated. It still works for version 0.x of ASReview but datasets are no longer updated.

Downloads PyPI version DOI License

The Active learning for Systematic Reviews software ASReview implements learning algorithms that interactively query the researcher during the title and abstract reading phase of a systematic search. This way of interactive training is known as active learning. ASReview offers support for classical learning algorithms and state-of-the-art learning algorithms like neural networks. The software can be used for traditional systematic reviews for which the user uploads a dataset of papers, or one can make use of the built-in datasets.

To help combat the COVID-19 crisis, the ASReview team released an extension that integrates the latest scientific datasets on COVID-19 in the ASReview software. Experts can start reviewing the latest scientific literature on COVID-19 immediately! See datasets for an overview of the datasets (daily updates).

Installation, update, and usage

The COVID-19 plug-in requires ASReview 0.9.4 or higher. Install ASReview by following the instructions in Installation of ASReview.

Install the extension with pip:

pip install asreview-covid19

The datasets are immediately available after starting ASReview (asreview oracle). The datasets are selectable in Step 2 of the project initialization. For more information on the usage of ASReview, please have a look at the Quick Tour.

Older versions of the plugin are no longer supported by ASReview>=0.9.4. Please update the plugin with:

pip install --upgrade asreview-covid19

Datasets

The following datasets are available:

❗ The datasets are checked for updates every couple of hours such that the latest collections are available in the ASReview COVID19 plugin and ASReview software.

ASReview CORD19 datasets

CORD-19 dataset

The CORD-19 dataset is a dataset with scientific publications on COVID-19 and coronavirus-related research (e.g. SARS, MERS, etc.) from PubMed Central, the WHO COVID-19 database of publications, the preprint servers bioRxiv, medRxiv and arXiv, and papers contributed by specific publishers (currently Elsevier). The dataset is compiled and maintained by a collaboration of the Allen Institute for AI, the Chan Zuckerberg Initiative, Georgetown University’s Center for Security and Emerging Technology, Microsoft Research, and the National Library of Medicine of the National Institutes of Health. The full dataset contains metadata of more than 100K publications on COVID-19 and coronavirus-related research. The CORD-19 dataset receives daily updates and is directly available in the ASReview software. The most recent versions of the dataset can be found here: https://ai2-semanticscholar-cord-19.s3-us-west-2.amazonaws.com/historical_releases.html

COVID19 preprints dataset

The COVID19 preprints dataset is created by Nicholas Fraser and Bianca Kramer, by collecting metadata of COVID19-related preprints from over 15 preprint servers with DOIs registered with Crossref or DataCite, and from arXiv. The dataset contains metadata of >10K preprints on COVID-19 and coronavirus-related research. All versions are archived on Figshare. The COVID19 preprints dataset receives weekly updates.

The most recent version of the dataset can be found here:https://github.com/nicholasmfraser/covid19_preprints/blob/master/data/covid19_preprints.csv.

License, citation and contact

The ASReview software and the plugin have an Apache 2.0 LICENSE. For the datasets, please see the license of the CORD-19 dataset https://pages.semanticscholar.org/coronavirus-research. The COVID19 preprints dataset has a CC0 license.

Visit https://doi.org/10.5281/zenodo.3764749 to get the citation style of your preference.

This project is coordinated by by Rens van de Schoot (@Rensvandeschoot) and Daniel Oberski (@daob) and is part of the research work conducted by the Department of Methodology & Statistics, Faculty of Social and Behavioral Sciences, Utrecht University, The Netherlands. Maintainers are Jonathan de Bruin (@J535D165) and Raoul Schram (@qubixes).

Got ideas for improvement? For any questions or remarks, please send an email to [email protected].

asreview-covid19's People

Contributors

bmkramer avatar gerbrichferdinands avatar j535d165 avatar jteijema avatar kequach avatar qubixes avatar rensvandeschoot avatar weiversa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

asreview-covid19's Issues

Tests are failing

The pipeline still works, but the tests are failing.


==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_datasets.py ____________________
ImportError while importing test module '/home/runner/work/asreview-covid19/asreview-covid19/tests/test_datasets.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.6.14/x64/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_datasets.py:4: in <module>
    from asreview.datasets import get_available_datasets
E   ImportError: cannot import name 'get_available_datasets'
=========================== short test summary info ============================
ERROR tests/test_datasets.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!

Potential encoding issue

Is it possible that there is an encoding issue in the modified dataset? This is not UTF-8 I guess.

Screenshot 2020-03-27 at 08 10 56

Add badges to documentation

I would normally add a pull request but since there are already some badges further down in the repository I was unsure where you would like to add more badges. These help with visibility and therefore create more traffic to the repository. I would recommend to add a downloads badge and one for PyPi. The markdown for both you can find in the following code snippets:
[![Downloads](https://pepy.tech/badge/asreview-covid19)](https://pepy.tech/project/asreview-covid19)
[![PyPI version](https://badge.fury.io/py/asreview-covid19.svg)](https://badge.fury.io/py/asreview-covid19)
If you would like I can also create a pull request if you tell me where you would like to have the badges added.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.