https://github.com/chainsawriot/ots
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: chainsawriot
- Language: HTML
- Default Branch: master
- Size: 304 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
ots
This repo contains the scripts for reproducing the analyses in the paper.
This repo is organized as a Research Compendium Templete CCS Amsterdam.
Instructions
Prerequisites
- Make sure you have installed
doit.
sh
sudo apt-get install python3-pip python3-venv
pip3 install doit
- This project requires the following R packages.
r
install.packages(c("rvest", "tidyverse", "lubridate", "lmtest", "zoo", "corrplot", "rio", "here", "rmarkdown", "stringr"))
- Compiling the articles needs to have a LaTeX distribution installed (e.g. TexLive), as well as
pandoc,pandoc-citeproc.
The R package papaja is also needed.
r
install.packages("devtools")
devtools::install_github("crsh/papaja")
- Due to large file size, a few data files are not available in this repo. However, they are available from osf.
You can download them manually and then put them into the data/raw directoty. This process can also be automated: You can obtain these files using the R package osfr and put them into the data/raw directory.
```r install.packages("osfr") require(osfr) require(tidyverse) require(stringr) osfretrievenode("https://osf.io/utxs5/") %>% osflsfiles -> utxs5_files
utxs5files[strdetect(utxs5files$name, "RDS$|csv$"), ] %>% osfdownload(path = here::here("data/raw"), conflicts = "overwrite") ```
Reproduce
- Reproduce the analysis
sh
doit passphraise="geheim"
- Render the article
pdf - everything ccr - html version (without online appendix) appendix - appendix only
sh
cd report
make pdf
make ccr
make appendix
Environment
R version 4.0.2 (2020-06-22)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.1 LTS
Owner
- Login: chainsawriot
- Kind: user
- Location: Germany
- Company: @gesistsa
- Website: http://www.chainsawriot.com
- Repositories: 241
- Profile: https://github.com/chainsawriot
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0