Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?
- Host: GitHub
- URL: https://github.com/greenelab/greenblack
- Owner: greenelab
- License: cc0-1.0
- Created: 2019-01-31T21:24:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T20:53:46.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T14:55:17.937Z (2 months ago)
- Topics: biorxiv, dataset, journals, notebook, preprints, publication, publishing, sci-hub, unpaywall
- Language: Jupyter Notebook
- Homepage:
- Size: 986 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.