https://github.com/cjvanlissa/worcshop
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.0%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: cjvanlissa
- License: other
- Language: R
- Default Branch: master
- Size: 7.41 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
- Releases: 0
Created almost 6 years ago
· Last pushed 11 months ago
Metadata Files
Readme
License
README.Rmd
---
title: "Writing a Reproducible Paper in R with WORCS"
knit: (function(inputFile, encoding) { rmarkdown::render(inputFile, encoding = encoding, output_file = file.path(dirname(inputFile), 'docs/index.html'), output_format = 'html_document'); rmarkdown::render(inputFile, encoding = encoding, output_file = file.path(dirname(inputFile), 'README.md'), output_format = 'github_document') })
---
This workshop will give you an overview of the workflow and introduce you to its use, and aim for you to be able to get started on your own reproducible project. [**If you're attending the workshop, make sure to check the Preparation paragraph**](#preparation).
## Why?
Open Science is becoming increasingly popular and relevant, and a world of opportunity is opening up to make your work fully reproducible. This is not without its challenges: best practices for reproducible science include a number of tools that you may never have used or even heard of before. *(Are you using version control? How are you managing your dependencies? Are you writing your manuscript as an executable document?)*
WORCS is an R package that takes you from data to published paper in a single streamlined workflow, making the entire process of your analysis, up to the submission of your manuscript, reproducible. The WORCS workflow optionally facilitates pre-registration, sharing your code and your data (safely!), and the submission of a pre-print.
## Target audience
Anyone who would like to get started with an open and reproducible workflow, without dealing with a mountain of new tools and platforms. The workshop uses R, but prior experience is not required. Having the motivation to step out of your comfort zone — and into a new one — is the most important prerequisite.
## Desired outcome
Attendees will be able to get started on their own open, reproducible project by the end of the workshop.
## Preparation {#preparation}
1. Work through the [Setup vignette: Setting up your computer for WORCS](https://cjvanlissa.github.io/worcs/articles/setup.html) (NOTE: Reserve 1 hour to do this)
1. Download [Allison Horst's Penguin dataset](https://github.com/allisonhorst/palmerpenguins):
* [CSV file](https://raw.githubusercontent.com/bvreede/worcshop/master/data/penguins.csv)
* [SPSS file](https://raw.githubusercontent.com/bvreede/worcshop/master/data/penguins.sav)
* [Excel file](https://raw.githubusercontent.com/bvreede/worcshop/master/data/penguins.xlsx)
## Worcshop slides and documentation
### Workflow demonstration:
[Setting up a `worcs` project in RStudio](https://cjvanlissa.github.io/worcs/articles/workflow.html)
### Presentations (by event):
```{r, echo = FALSE, results= "asis"}
f <- list.files("docs/", pattern = ".html")
f <- f[!f == "index.html"]
tmp <- file.info(file.path("docs", f))
print_f <- paste0(gsub("\\.html$", " (", f), format(tmp$mtime, "%b %y"), ")")
print_f <- print_f[order(tmp$mtime, decreasing = TRUE)]
cat(paste0("* [", print_f, "](",
paste0("https://cjvanlissa.github.io/worcshop/", f[order(tmp$mtime, decreasing = TRUE)]), ")", collapse = "\n"))
```
## Video lectures
### Introduction to WORCS
[](http://www.youtube.com/watch?v=ysOxHYUWdFY "Workflow for Open Reproducible Code in Science (WORCS), presented at EARA 2020")
### WORCS tutorial
[](http://www.youtube.com/watch?v=uzjpN_yFeUU "Tutorial: WORCS, Workflow for Open Reproducible Code in Science")
## Further reading
- [Read the preprint](https://psyarxiv.com/k4wde/)
- The [worcs GitHub repo](https://github.com/cjvanlissa/worcs)
- [Markdown cheat sheet](https://www.markdownguide.org/cheat-sheet)
## Links submitted during the workshop
- [TOP guidelines](https://www.cos.io/our-services/top-guidelines)
- [Git User Interfaces](https://git-scm.com/downloads/guis) - recommendation by workshop participant: [GitKraken](https://www.gitkraken.com/)
- [rrtools](https://github.com/benmarwick/rrtools), an attempt to streamline containerization in R
Owner
- Name: C. J. van Lissa
- Login: cjvanlissa
- Kind: user
- Company: Utrecht University
- Repositories: 22
- Profile: https://github.com/cjvanlissa
Developmental datascientist, studying mothers' and fathers' unique roles in children's socio-emotional development.
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- 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
Top Authors
Issue Authors
Pull Request Authors
- cjvanlissa (1)