• Overview
• Data
sources
• Content
•
Installation
•
Usage
• Citation
•
Contributing
•
Acknowledgments
•
References
Research compendium to reproduce analyses and figures of the following article:
Strategic citations for a fairer academic landscape, by Beck M, Busana M, Birre D, Oliveira B, Vagnon C, Marino C, Coux C, Casajus N, Mouquet N, Unkula M, Veytia D, Petit-Cailleux C, Nicvert L, Speakman C & Annasawmy PA. Submitted to Proc B - Biological Science Practices.
This project uses the following databases:
| Database | Usage | Reference | Link |
|---|---|---|---|
| Dafnee | Provide publisher business model | - | link |
| OpenAlex | Retrieve scientific publications | Priem J, Piwowar H & Orr R (2022) | link |
The analysis pipeline follows these steps:
- Retrieve Dafnee journal metadata in OpenAlex
- Retrieve articles metadata for these journals in 2023 (using OpenAlex)
- Retrieve cited references for these articles (using OpenAlex)
- Aggregate citation by types (non-profit & for-profit) for each article
- Compute citation ratios (NP & FP) per journal and per publishing model
- Plot the distribution of journal ratios
This repository is structured as follow:
-
DESCRIPTION: contains project metadata (authors, description, license, dependencies, etc.). -
make.R: main R script to set up and run the entire project. Open this file to follow the workflow step by step. -
data/: contains raw data used in this project. -
R/: contains R functions developed especially for this project. -
analyses/: contains R scripts used in this project and called by themake.R. -
figures/: contains the figures of the project. -
outputs/: contains the outputs of the project.
To install this compendium:
- Fork this repository using the GitHub interface.
- Clone
your fork using
git clone fork-url(replacefork-urlby the URL of your fork). Alternatively, open RStudio IDE and create a New Project from Version Control.
Launch the
make.R
file with:
source("make.R")Notes
- All required packages listed in the
DESCRIPTIONfile will be installed (if necessary) - All required packages and R functions will be loaded
- Some steps listed in the
make.Rmight take time (several hours)
Please use the following citation:
Coming soon…
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
This project is a collaborative work among FRB-CESAB scientific team.
Priem J, Piwowar H & Orr R (2022) OpenAlex: A fully-open index of scholarly works, authors, venues, institutions, and concepts. ArXiv. https://arxiv.org/abs/2205.01833.
