Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greenelab/greenblack

Does green OA via preprinting reduce Sci-Hub usage?
https://github.com/greenelab/greenblack

biorxiv dataset journals notebook preprints publication publishing sci-hub unpaywall

Last synced: 12 days ago
JSON representation

Does green OA via preprinting reduce Sci-Hub usage?

Awesome Lists containing this project

README

        

## Work in progress

This codebase has not undergone internal peer review as per the [Greene Lab policy](https://github.com/greenelab/onboarding/blob/master/onboarding.md).

## Environment

This repository uses [conda](http://conda.pydata.org/docs/) to manage its environment as specified in [`environment.yml`](environment.yml).
Install the environment with:

```sh
conda env create --file=environment.yml
```

Then use `conda activate greenblack` and `conda deactivate` to activate or deactivate the environment.