https://github.com/annakrystalli/n8cir-reprohacks
Paper List for the N8 CIR "Northern Tour" ReproHack series
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.0%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Paper List for the N8 CIR "Northern Tour" ReproHack series
Basic Info
Statistics
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Created over 6 years ago
· Last pushed about 6 years ago
Metadata Files
Readme
README.Rmd
---
output: github_document
params:
title: "N8 CIR 'Northern Tour' ReproHack series"
room_location: "Multiple locations"
address: "Newcastle, York, Leeds, Sheffield, Manchester"
date: "21 Jan - 12 Mar 2020"
time: "10:00am-17:00pm"
bannerurl: "https://github.com/reprohack/reprohack-hq/raw/master/assets/reprohack-banner.png"
latitude: 53.38119
longitude: -1.48036
registration_url: null
hackpad_url: https://bit.ly/remote-reprohack-hackpad
intro_slides_url: "https://annakrystalli.me/n8cir-reprohacks/slides/#1"
submission_url: https://forms.gle/vMk25vCevMg2QiYQ9
feedback_url: https://forms.gle/wvXfjNT7HbkqH2Rj7
paper_shinyapp_url: https://sheffield-university.shinyapps.io/n8cir-reprohacks/
reprohack_repo_url: https://github.com/annakrystalli/n8cir-reprohacks
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

# Welcome to the **`r params$title`**!
#### :date: **`r params$date`**
#### :alarm_clock: **`r params$time`**
##### :round_pushpin: **`r params$room_location`**
##### :earth_africa: **`r params$address`**
```{r out.width='60%', fig.height=3, eval=require('leaflet'), echo=FALSE, message=FALSE, warning=FALSE}
library(leaflet)
library(dplyr)
event_log <- readr::read_csv("data/event-log.csv") %>%
mutate(upcoming = date >= Sys.Date()) %>%
mutate(popup = glue::glue("
{date}"),
date_f = format(date, format="%a %b %d %Y"))
plot_log <- event_log %>%
mutate(color = case_when(upcoming == TRUE ~ "green",
upcoming == FALSE ~ "orange"))
#pal <- colorFactor(c("green", "orange"), c(FALSE, TRUE))
make_popup <- function(df){
popup_row <- function(x){paste0(
" ", x["title"],"
", "
",
" Date: ", x["date_f"], "
",
" Room: ", x["room"], "
",
" Address: ", x["address"], "
")}
apply(df, 1, popup_row)
}
icons <- awesomeIcons(
icon = 'ios-close',
iconColor = 'black',
library = 'ion',
markerColor = plot_log$color
)
plot_log %>%
leaflet() %>%
addProviderTiles("CartoDB.Positron") %>%
addAwesomeMarkers(icon = icons, popup = make_popup(plot_log))
```
[](https://reprohack-autoinvite.herokuapp.com/)
***
We are all excited by the progress made by many authors to **make their papers reproducible by publishing associated code and data**.
We know how challenging it can be so we **want to showcase the value of the practice**, both for original authors and as a learning experience for those who attempt to reproduce the work.
It's imperative to note that **ReproHacks are by no means an attempt to criticise or discredit work**. We see reproduction as **beneficial scientific activity in itself**, with useful outcomes for authors and valuable learning experiences for the participants and the research community as a whole.
***
## **Two ways to get involved:**
### **[Nominate a paper](`r params$submission_url`)**
We invite nominations for papers that have both associated **code** and **data** publicly available. We also encourage analyses based on open source tools as we cannot guarantee participants will have access to specialised licenced software.
[**Current list of proposed papers and projects**](`r params$paper_shinyapp_url`)
```{r, echo = F, results='asis'}
if(!is.null(params$registration_url)){
cat(paste0("### [**REGISTER as a participant**](", params$registration_url, ")"))
}
```
Join us at the hack to **dig into exciting science**, learn more about **reproducibility**, working with **other people's code and data** and more!
***
## **On the day**
### Materials
- [**Intro Slides**](`r params$intro_slides_url`) Instructions and links
- [**Paper list**](`r params$paper_shinyapp_url`) List of submitted papers
- [**Hackpad**](`r params$hackpad_url`) Event collaborative notebook
- [**Feedback form**](`r params$feedback_url`) Record feedback for authors
This is the master repo of the hack. We'll collect information on the teams and projects, track discussions and collaborative notes on the event [**hackpad**](`r params$hackpad_url`)
As all ReproHack events, we strive to make this event open and inclusive to all. As such the event is governed by the [ReproHack Code of Conduct](https://github.com/reprohack/reprohack-hq/blob/master/CODE_OF_CONDUCT.md) and you should read it before participating. By participating, you are expected to uphold this code.
### **Authors**
We encourage authors that are keen, to be available for participants to reach out to for guidance or even just to say hello! You can do so by joining the **`review-chat`** channel in our [**slack**](https://reprohack-autoinvite.herokuapp.com/) group. We've also set up an **`authors`** channel in our [**slack**](https://reprohack-autoinvite.herokuapp.com/) group as a place where you can also reach the organisers prior to the hack. You can also start discussions or add comments through our collaborative [**hackpad**](`r params$hackpad_url`).
### **Participants**
#### **Introduction & Welcome** [slides](`r params$intro_slides_url`)
#### **1. Paper review and team formation**
We'll start with a brief review of the [**papers proposed**](`r params$paper_shinyapp_url`) and then form into teams. Feel free to work on your own if you prefer but we highly recommend you discuss your experiences with fellow participants as you work.
#### **2. Select and register a paper**
- Add your details in the **participants** section of the [**hackpad**](`r params$hackpad_url`) so we have a complete list of participants.
- In your teams **decide which paper** you wish to work on.
- **Register your team and paper** by logging the title of the selected paper and the name(s) of the reviewer(s) in the [**hackpad**](`r params$hackpad_url`). You can use the following template:
```
### **Paper:**
**Reviewers:** Reviewer 1, Reviewer 2 etc.
```
#### **3. Work on your paper!**
Follow any instructions/documentation associated with the papers and try and reproduce the work. As you work through your paper, keep in mind the main points on which feedback to the authors will provided, **Access**, **Reproducibility**, **Documentation** and **Reusability**. It might help to have a look at the [feedback form](`r params$feedback_url`) before you begin and keep notes during. Feel free to use the event hackpad to record general findings you wish to share with the group.
We'll **come together during the day** to discuss progress and troubleshoot any sticking points.
Should you finish reproducing your paper quickly, feel free to explore the work more deeply. For example, you could try and run additional analyses, create new plots or even combine materials with your own or other open materials available on the web!
You might want to consider attempting to **replicate** the results, for example, if the code is in R consider translating the analysis to python and examining whether you are getting the same results. Such a contribution would be appropriate for publication in the **ReScience C** journal! Have a look at the journals [website](http://rescience.github.io/write/) for further details.
Should you produce any additional materials relating to your reproduction during the session, we ask that you **share it publicly** and **add any links to such materials to the hackpad**.
#### **4. Leave feedback for the authors**
Please complete the [**Reproducibility feedback form**](`r params$feedback_url`). Please also remember to be kind and constructive. Reproducibilty is hard and all authors submitting their papers have been incredibly brave. Here's an [example](https://github.com/annakrystalli/write-ups/blob/master/assets/OpenCon_ReproHack%20feedback_form.pdf) of feedback to authors.
#### **5. Feedback to the group on your experiences**
You can use the hackpad to take notes and summarise your experiences.
#### **Closing Remarks**
***
#### Collaborative note taking:
Feel free to contribute any additional thoughts on our collaborative [**hackpad**](`r params$hackpad_url`). These can help form the basis for a blogpost on the event.

This work is licensed under a Creative Commons Attribution 4.0 International License.
Owner
- Name: Anna Krystalli
- Login: annakrystalli
- Kind: user
- Location: Syros, Greece
- Company: @r-rse
- Website: https://www.r-rse.eu
- Twitter: annakrystalli
- Repositories: 240
- Profile: https://github.com/annakrystalli
Research Software Engineering Service in #rstats at @r-rse. Ex @RSE-Sheffield. Editor @ropensci. Core team member @reprohack. Available for hire! 🚀😎
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| annakrystalli | a****i@g****m | 25 |
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