- BioRxiv Citation: 10.1101/2021.03.04.433874
- Publication Citation: 10.1371/journal.pbio.3001470
This repository contains code for the annorxiver project. This project analyzes the linguistic content and style of bioRxiv preprints and aims to understand how these features change when preprints undergo the publication process. Our manuscript is currently finished and under review at the Plos Biology journal. Feel free to check our manuscript out! (link above). We also created a web app that takes a bioRxiv or medRxiv preprint doi as input and returns a set of the most linguistically similar journals and articles to serve as potential publication venues for their work.
Data for each figure in our manuscript can be found in our FIGURE_DATA_SOURCE.md file. This file contains relative links for each data source used to generate each piece of the figure panel.
Folder/file | Description |
---|---|
annorxiver_modules | This folder contains supporting functions that other notebooks in this repository will use |
biorxiv | This folder contains all experiments that are related to biorxiv preprints. |
credentials | Some of the code in this repository need credentials to run. Any user that needs to run those notebooks should check this folder first. |
figure_generation | This folder contains code to generate figures for the manuscript in progress. |
nytac/corpora_stats | This folder contains results when parsing the New York Times annotated corpus (NYTAC) from the Linguistic Data Consortium (LDC). |
pmc | This folder contains all experiments that are related to articles in Pubmed Central Open Access corpus (PMC). |
environment.yml | This file contains the necessary packages this repository uses. |
setup.py | This file sets up the annorxiver modules to be used as a regular python package. |
Annorxiver uses conda as a python package manager. Before moving on to the instructions below, please make sure to have it installed. Download conda here!!
Once everything has been installed, type following command in the terminal:
bash install.sh
Note: There is a bash command within the install.sh that only works on unix systems. If you are on windows (and possibly macOS), you should remove that file or execute each command individually.
You can activate the environment by using the following command:
conda activate annorxiver
This repository is dual licensed as BSD 3-Clause and CC0 1.0, meaning any repository content can be used under either license. This licensing arrangement ensures source code is available under an OSI-approved License, while non-code content — such as figures, data, and documentation — is maximally reusable under a public domain dedication.