https://github.com/aaronpeikert/osf-prereg
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.6%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: aaronpeikert
- License: mit
- Language: R
- Default Branch: master
- Size: 8.79 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created almost 5 years ago
· Last pushed almost 5 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
repro:
packages:
- jsonlite
- lubridate
- fs
- purrr
- dplyr
- stringr
- magrittr
- here
- readr
- curl
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# OSF Preregistrations
This repository simply scrapes the Open Science Framework's (OSF) API to get all preregistrations posted there since 2018 (2018-01-01) till today (`r Sys.Date()`).
No magic involved, just asking the api and flattening the JSON into a single string and extracting attached files.
You can either run the script yourself getting the data hot and fresh (either with [Docker](https://github.com/aaronpeikert/osf-prereg/releases/download/v0.1/osf-prereg.tar.gz) `make DOCKER=TRUE` or without Docker `make`) or [here is a CSV version](https://github.com/aaronpeikert/osf-prereg/releases/tag/v0.1) ([compressed](https://github.com/aaronpeikert/osf-prereg/releases/download/v0.1/osf-registrations.csv.tar.gz) and [uncompressed](https://github.com/aaronpeikert/osf-prereg/releases/download/v0.1/osf-registrations-from-2018-01-01-till-2021-08-19.csv)).
Owner
- Name: Aaron Peikert
- Login: aaronpeikert
- Kind: user
- Repositories: 15
- Profile: https://github.com/aaronpeikert
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Aaron Peikert | a****t@p****e | 4 |
Committer Domains (Top 20 + Academic)
posteo.de: 1
Issues and Pull Requests
Last synced: about 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