• Overview
• Data
sources
• Content
•
Installation
•
Usage
• Citation
•
Contributing
•
Acknowledgments
•
References
This project is dedicated to…
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 |
A comprehensive description of all these databases is available here.
The analysis pipeline follows these steps:
- …
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. -
R/
: contains R functions developed especially for this project. -
data/
: contains raw data used in this project. See theREADME
for further information. -
figures/
: contains the figures of the project. See theREADME
for a complete description of the files. -
outputs/
: contains the outputs of the project. See theREADME
for a complete description of the files.
To install this compendium:
- Fork this repository using the GitHub interface.
- Clone
your fork using
git clone fork-url
(replacefork-url
by 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
DESCRIPTION
file will be installed (if necessary) - All required packages and R functions will be loaded
- Some steps listed in the
make.R
might take time (several hours)
Please use the following citation:
…
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 postdocs.
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.