https://github.com/annakrystalli/n8cir-reprohacks

Paper List for the N8 CIR "Northern Tour" ReproHack series

https://github.com/annakrystalli/n8cir-reprohacks

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
  • Host: GitHub
  • Owner: annakrystalli
  • Language: CSS
  • Default Branch: master
  • Homepage:
  • Size: 13 MB
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 = "#>"
)
```


![](`r params$bannerurl`)

# 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)) ``` [![Slack](https://img.shields.io/badge/slack-join%20us-brightgreen)](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. <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. </pre> </div> <div class="mb-4"> <h3 class="mb-3"> Owner </h3> <div class="card border-0 shadow-sm"> <div class="card-body"> <div class="row g-3"> <div class="col-md-6"> <ul class="list-unstyled mb-0"> <li class="mb-2"> <strong>Name:</strong> Anna Krystalli </li> <li class="mb-2"> <strong>Login:</strong> annakrystalli </li> <li class="mb-2"> <strong>Kind:</strong> <span class="badge rounded-pill bg-primary">user</span> </li> <li class="mb-2"> <strong>Location:</strong> Syros, Greece </li> <li class="mb-2"> <strong>Company:</strong> @r-rse </li> </ul> </div> <div class="col-md-6"> <ul class="list-unstyled mb-0"> <li class="mb-2"> <strong>Website:</strong> <a class="text-decoration-none" href="https://www.r-rse.eu">https://www.r-rse.eu</a> </li> <li class="mb-2"> <strong>Twitter:</strong> annakrystalli </li> <li class="mb-2"> <strong>Repositories:</strong> 240 </li> <li class="mb-2"> <strong>Profile:</strong> <a class="text-decoration-none" href="https://github.com/annakrystalli">https://github.com/annakrystalli</a> </li> </ul> </div> </div> <div class="mt-3 pt-3 border-top"> <p class="text-muted mb-0">Research Software Engineering Service in #rstats at @r-rse. Ex @RSE-Sheffield. Editor @ropensci. Core team member @reprohack. Available for hire! 🚀😎</p> </div> </div> </div> </div> <div class="mb-4"> <h3 class="mb-3">GitHub Events</h3> <div class="card border-0 shadow-sm"> <div class="card-body"> <div class="row g-4"> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">Total</h6> <ul class="list-unstyled mb-0"> </ul> </div> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">Last Year</h6> <ul class="list-unstyled mb-0"> </ul> </div> </div> </div> </div> </div> <div class="mb-4"> <h3 class="mb-3"> <a target="_blank" class="text-decoration-none" href="https://commits.ecosyste.ms/repositories/lookup?url=https://github.com/annakrystalli/n8cir-reprohacks">Committers</a> </h3> <p class="text-muted mb-3"> <small>Last synced: over 1 year ago</small> </p> <div class="card border-0 shadow-sm mb-3"> <div class="card-body"> <div class="row g-4"> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">All Time</h6> <ul class="list-unstyled mb-0"> <li class="mb-2"> <strong>Total Commits:</strong> 25 </li> <li class="mb-2"> <strong>Total Committers:</strong> 1 </li> <li class="mb-2"> <strong>Avg Commits per committer:</strong> 25.0 </li> <li class="mb-2"> <strong>Development Distribution Score (<a target="_blank" class="text-decoration-none" href="https://report.opensustain.tech/chapters/development-distribution-score.html">DDS</a>):</strong> 0.0 </li> </ul> </div> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">Past Year</h6> <ul class="list-unstyled mb-0"> <li class="mb-2"> <strong>Commits:</strong> 0 </li> <li class="mb-2"> <strong>Committers:</strong> 0 </li> <li class="mb-2"> <strong>Avg Commits per committer:</strong> 0.0 </li> <li class="mb-2"> <strong>Development Distribution Score (<a target="_blank" class="text-decoration-none" href="https://report.opensustain.tech/chapters/development-distribution-score.html">DDS</a>):</strong> 0.0 </li> </ul> </div> </div> </div> </div> <div class="card border-0 shadow-sm mb-3"> <div class="card-header bg-white border-bottom"> <h6 class="mb-0">Top Committers</h6> </div> <div class="table-responsive"> <table class="table table-hover mb-0"> <thead> <tr> <th class="border-0">Name</th> <th class="border-0">Email</th> <th class="border-0">Commits</th> </tr> </thead> <tbody> <tr> <td><a class="text-decoration-none" href="https://github.com/annakrystalli">annakrystalli</a></td> <td><small class="text-muted">a****i@g****m</small></td> <td>25</td> </tr> </tbody> </table> </div> </div> </div> <div class="mb-4"> <h3 class="mb-3"> <a target="_blank" class="text-decoration-none" href="https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/annakrystalli/n8cir-reprohacks">Issues and Pull Requests</a> </h3> <p class="text-muted mb-3"> <small>Last synced: about 1 year ago</small> </p> <div class="card border-0 shadow-sm mb-3"> <div class="card-body"> <div class="row g-4"> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">All Time</h6> <ul class="list-unstyled mb-0"> <li class="mb-2"> <strong>Total issues:</strong> 0 </li> <li class="mb-2"> <strong>Total pull requests:</strong> 0 </li> <li class="mb-2"> <strong>Average time to close issues:</strong> N/A </li> <li class="mb-2"> <strong>Average time to close pull requests:</strong> N/A </li> <li class="mb-2"> <strong>Total issue authors:</strong> 0 </li> <li class="mb-2"> <strong>Total pull request authors:</strong> 0 </li> <li class="mb-2"> <strong>Average comments per issue:</strong> 0 </li> <li class="mb-2"> <strong>Average comments per pull request:</strong> 0 </li> <li class="mb-2"> <strong>Merged pull requests:</strong> 0 </li> <li class="mb-2"> <strong>Bot issues:</strong> 0 </li> <li class="mb-2"> <strong>Bot pull requests:</strong> 0 </li> </ul> </div> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">Past Year</h6> <ul class="list-unstyled mb-0"> <li class="mb-2"> <strong>Issues:</strong> 0 </li> <li class="mb-2"> <strong>Pull requests:</strong> 0 </li> <li class="mb-2"> <strong>Average time to close issues:</strong> N/A </li> <li class="mb-2"> <strong>Average time to close pull requests:</strong> N/A </li> <li class="mb-2"> <strong>Issue authors:</strong> 0 </li> <li class="mb-2"> <strong>Pull request authors:</strong> 0 </li> <li class="mb-2"> <strong>Average comments per issue:</strong> 0 </li> <li class="mb-2"> <strong>Average comments per pull request:</strong> 0 </li> <li class="mb-2"> <strong>Merged pull requests:</strong> 0 </li> <li class="mb-2"> <strong>Bot issues:</strong> 0 </li> <li class="mb-2"> <strong>Bot pull requests:</strong> 0 </li> </ul> </div> </div> <div class="mt-3 pt-3 border-top"> <small class="text-muted"> <a target="_blank" class="text-decoration-none" href="https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/annakrystalli/n8cir-reprohacks">View more stats</a> </small> </div> </div> </div> <div class="card border-0 shadow-sm mb-3"> <div class="card-header bg-white border-bottom"> <h6 class="mb-0">Top Authors</h6> </div> <div class="card-body"> <div class="row g-4"> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">Issue Authors</h6> <ul class="list-unstyled mb-0"> </ul> </div> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">Pull Request Authors</h6> <ul class="list-unstyled mb-0"> </ul> </div> </div> </div> </div> <div class="card border-0 shadow-sm"> <div class="card-header bg-white border-bottom"> <h6 class="mb-0">Top Labels</h6> </div> <div class="card-body"> <div class="row g-4"> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">Issue Labels</h6> <div class="d-flex flex-wrap gap-2"> </div> </div> <div class="col-md-6"> <h6 class="text-muted text-uppercase small mb-3">Pull Request Labels</h6> <div class="d-flex flex-wrap gap-2"> </div> </div> </div> </div> </div> </div> </div> </div> <footer class="footer dark-section"> <div class="container"> <div class="row"> <div class="col-md-8"> <a class="site-logo site-logo--white" href="/">Ecosyste.ms</a> <p class="small">Tools and open datasets to support, sustain, and secure critical digital infrastructure.</p> <p class="small"> Code: <a href="https://github.com/ecosyste-ms/documentation/blob/main/LICENSE">AGPL-3</a> — Data: <a target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> </p> <p class='footer-icons'> <a target="_blank" href="https://github.com/ecosyste-ms"> <svg width="20" height="20" alt="ecosyste.ms on Github" class="bi bi-github" viewBox="0 0 16 16" fill="currentColor" version="1.1" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"></path></svg> </a> <a target="_blank" href="https://mastodon.social/@ecosystems"> <svg width="20" height="20" alt="ecosyste.ms on Mastodon" class="bi bi-mastodon" viewBox="0 0 16 16" fill="currentColor" version="1.1" aria-hidden="true"><path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a4 4 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522q0-1.288.66-2.046c.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764q.662.757.661 2.046z"></path></svg> </a> <a target="_blank" href="https://opencollective.com/ecosystems"> <svg width="20" height="20" alt="ecosyste.ms on Open Collective" class="bi bi-opencollective" viewBox="0 0 16 16" fill="currentColor" version="1.1" aria-hidden="true"><path fill-opacity=".4" d="M12.995 8.195c0 .937-.312 1.912-.78 2.693l1.99 1.99c.976-1.327 1.6-2.966 1.6-4.683 0-1.795-.624-3.434-1.561-4.76l-2.068 2.028c.468.781.78 1.679.78 2.732z"></path> <path d="M8 13.151a4.995 4.995 0 1 1 0-9.99c1.015 0 1.951.273 2.732.82l1.95-2.03a7.805 7.805 0 1 0 .04 12.449l-1.951-2.03a5.07 5.07 0 0 1-2.732.781z"></path></svg> </a> </p> <div> <h3 class="mt-5 h6">Supported by</h3> <div class="row justify-content-start align-items-center g-4 mb-4 mb-lg-0"> <div class="col-auto"> <a href="https://www.schmidtfutures.org"> <img alt="Schmidt Futures" class="img-fluid p3" src="/assets/logo-schmidt-white-efa52873280decb2588e601323ef616a96a7891c254db5cdf0cca626ed85acc5.svg" width="267" height="20" /> </a> </div> <div class="col-auto"> <a href="https://oscollective.org"> <img alt="Open Source Collective" class="img-fluid p3" src="/assets/logo-osc-white-43e420a5624e755fe206869f9c3ff608e9476881d847007a020ea01d37e36dfa.png" width="210" height="56" /> </a> </div> </div> <p class="mt-3"><a href="https://opencollective.com/ecosystems" class="small">Become a sponsor</a></p> </div> </div> <div class="col-md-4"> <ul class="list-unstyled footer-links mt-3 small"> <li><strong><a href="https://ecosyste.ms">About</a></strong></li> <li><strong><a href="https://blog.ecosyste.ms">Blog</a></strong></li> <li><strong><a href="https://mastodon.social/@ecosystems">Contact</a></strong></li> <li><strong><a href="https://ecosyste.ms/privacy">Privacy</a></strong></li> <li><strong><a href="https://ecosyste.ms/terms">Terms</a></strong></li> <li><strong><a href="https://ecosystems.appsignal-status.com/">Status</a></strong></li> </ul> </div> </div> </div> </footer> </body> </html>