Papers



Submit a Paper!

Browse ReproHack papers

  • Cell Contractility Facilitates Alignment of Cells and Tissues to Static Uniaxial Stretch

    Authors: Rens, E. G., & Merks, R. M. H.
    Submitted by hub-admin    
      Mean reproducibility score:   1.0/10   |   Number of reviews:   2
    Why should we attempt to reproduce this paper?

    This paper shows a fun and interesting simulation result. I find it (of course) very important that our results are reproducible. In this paper, however, we did not include the exact code for these specific simulations, but the results should be reproducible using the code of our previous paper in PLOS Computational Biology (Van Oers, Rens et al. https://doi.org/10.1371/journal.pcbi.1003774). I am genuinely curious to see if there is sufficient information for the Biophys J paper or if we should have done better. Other people have already successfully built upon the 2014 (PLOS) paper using our code; see e.g., https://journals.aps.org/pre/abstract/10.1103/PhysRevE.97.012408 and https://doi.org/10.1101/701037).

    Tags: C Matlab
  • Use of significance test logic by scientists in a novel reasoning task

    Authors: Morey and Hoekstra
    Submitted by hub-admin    
      Mean reproducibility score:   9.5/10   |   Number of reviews:   2
    Why should we attempt to reproduce this paper?

    The format of the paper is a bit unusual: it is contained, and compiled as, an R package. Although this would seem, on its face, to make it easier to reproduce, it is an open question how obvious it will be. I wonder to what extent people reproducing the results would prefer this to simple R scripts.

    Tags: R
  • Don't Hold My Data Hostage - A Case For Client Protocol Redesign

    Authors: Mark Raasveldt and Hannes Mühleisen:
    Submitted by hub-admin    
      Mean reproducibility score:   0.5/10   |   Number of reviews:   2
    Why should we attempt to reproduce this paper?

    We made a huge effort to ensure the paper is reproducible. But is it?

    Tags: Python
  • Algorithm configuration data mining for CMA evolution strategies

    Authors: Sander van Rijn, Hao Wang, Bas van Stein, Thomas Bäck
    DOI: 10.1145/3071178.3071205
    Submitted by sjvrijn    
      Mean reproducibility score:   10.0/10   |   Number of reviews:   1
    Why should we attempt to reproduce this paper?

    The original data took quite a while to produce for a previous paper, but for this paper, all tables and figures should be exactly reproducible by simply running the jupyter notebook.

  • Social-evaluative threat: Stress response stages and influences of biological sex and neuroticism

    Authors: Poppelaars, E. S., Klackl, J., Pletzer, B., Wilhelm, F. H., & Jonas, E.
    DOI: 10.1016/j.psyneuen.2019.104378
    Submitted by hub-admin    
      Mean reproducibility score:   3.0/10   |   Number of reviews:   1
    Why should we attempt to reproduce this paper?

    This is a small dataset with a lot of missing data, so it's quite challenging to produce reliable results. It uses multiple imputation to fill the missing data, so it would be interesting to see whether the results hold up when this is redone. However, since the multiple imputation takes a couple of hours to run (on a decent laptop), the final multiply imputed data is also included. Additionally, multiply imputed data needs a different statistical analysis approach, which you can get familiar with.

    Tags: R
  • Supercurrent-induced Majorana bound states in a planar geometry

    Authors: André Melo, Sebastian Rubbert, Anton R. Akhmerov.
    DOI: 10.21468/SciPostPhys.7.3.039
    Submitted by andre_melo    
      Mean reproducibility score:   8.3/10   |   Number of reviews:   4
    Why should we attempt to reproduce this paper?

    We've tried to make it as easy as possible to reproduce. There's some fun physics on the paper and it's all done with Python!

    Tags: Python
  • Comparing theory-driven and data-driven attractiveness models using images of real women’s faces

    Authors: Holzleitner et al.
    Submitted by hub-admin    

    Why should we attempt to reproduce this paper?

    Complex analyses over multiple variables. In press, so we can still fix errors ahead of publication!!

    Tags: R
  • model4you: An R Package for Personalised Treatment Effect Estimation

    Authors: Seibold, H., Zeileis, A. and Hothorn, T., 2019
    DOI: 10.5334/jors.219
    Submitted by hub-admin    
      Mean reproducibility score:   9.0/10   |   Number of reviews:   1
    Why should we attempt to reproduce this paper?

    I guess it could be a cool learning experience. The paper is written with knitr, uses a seed, is part of the R package it describes, was openly written using version control (SVN, R-Forge) and is available in an open access journal (@up_jors).

    Tags: R LaTeX SVN knitr
  • Open Trade Statistics

    Authors: Pachá (Mauricio Vargas Sepúlveda)
    Submitted by hub-admin    

    Why should we attempt to reproduce this paper?

    The focus of the project is reproducibility. Here we show the differences to access data compared to similar initiatives: https://ropensci.org/blog/2019/05/09/tradestatistics/. Also, similar projects have obscure parts, while our exposes the code from raw data downloading to dashboard creation.

    Tags: R Shiny
  • Growth Dynamics of Independent Gametophytes of Pleurosoriopsis makinoi ( Polypodiaceae)

    Authors: Atsushi Ebihara, Joel H. Nitta, Yurika Matsumoto, Yuri Fukazawa, Marie Kurihara, Hitomi Yokote, Kaoru Sakuma, Otowa Azakami, Yumiko Hirayama, Ryoko Imaichi
    Submitted by joelnitta    
      Mean reproducibility score:   10.0/10   |   Number of reviews:   1
    Why should we attempt to reproduce this paper?

    It uses the drake R package that should make reproducibility of R projects much easier (just run make.R and you're done). However, it does depend on very specific package versions, which are provided by the accompanying docker image.

    Tags: R Docker Drake
  • PREPRINT: Using digital epidemiology methods to monitor influenza-like illness in the Netherlands in real-time: the 2017-2018 season

    Authors: Schneider P, Van Gool C, Spreeuwenberg P, Hooiveld M, Donker GA, Barnett DJ, Paget J
    Submitted by hub-admin  
    Number of reviews:   5
    Why should we attempt to reproduce this paper?

    This preprint is an attempt to reproduce Google Flu Trend in the Netherlands. The whole paper + code is meant to be easily reproducible and transferable to other countries and/or areas. If you are familiar with time series data, lasso regression and cross validation, the analysis should be straight forward. If anyone is interested, I could also provide influenza data for other European countries.

    Tags: R
  • Population structure and phenotypic variation of Sclerotinia sclerotiorum from dry bean (Phaseolus vulgaris) in the United States

    Authors: Kamvar ZN, Amaradasa BS, Jhala R, McCoy S, Steadman JR, Everhart SE
    DOI: 10.7717/peerj.4152
    Submitted by hub-admin    
      Mean reproducibility score:   6.0/10   |   Number of reviews:   1
    Why should we attempt to reproduce this paper?

    This paper is reproduced weekly in a docker container on continuous integration, but it is also set up to work via local installs as well. It would be interesting to see if it's reproducible with a human operator who knows nothing of the project or toolchain.

    Tags: R make Docker
  • A data repository and analysis framework for spontaneous neural activity recordings in developing retina

    Authors: Stephen John Eglen, Michael Weeks, Mark Jessop, Jennifer Simonotto, Tom Jackson, Evelyne Sernagor
    DOI: https://doi.org/10.1186/2047-217X-3-3
    Submitted by hub-admin    

    Why should we attempt to reproduce this paper?

    Tell me what I can improve on; maybe think of other visualisations for data?

    Tags: R
  • Bivariate spatial point patterns in the retina: a reproducible review.

    Authors: Eglen SJ (2016)
    Submitted by hub-admin    
      Mean reproducibility score:   10.0/10   |   Number of reviews:   1
    Why should we attempt to reproduce this paper?

    Tell me what I should improve!

    Tags: R
  • Comparisons of Citizen Science Data-Gathering Approaches to Evaluate Urban Butterfly Diversity

    Authors: Prudic KL, Oliver JC, Brown BV, Long EC.
    Submitted by klprudic    
      Mean reproducibility score:   9.5/10   |   Number of reviews:   6
    Why should we attempt to reproduce this paper?

    This is a fairly digestible paper with statistical analyses and data visualization that rely heavily on open data from citizen science projects.

    Tags: R
  • Resolving the Measurement Uncertainty Paradox in Ecological Management

    Authors: Memarzadeh, M., & Boettiger, C.
    DOI: 10.1086/702704
    Submitted by cboettig    
      Mean reproducibility score:   8.0/10   |   Number of reviews:   1
    Why should we attempt to reproduce this paper?

    This will probably be a non-trivial example to reproduce, owing to: (1) long-running code, (2) dependency on external data sources, (3) possibly challenging software dependencies -- both trivial ones (e.g. setting up custom fonts and plot themes) and critical ones (requires an external R package wrapping a C++ algorithm, not available on CRAN and can sometimes have interesting compiler issues, like when Apple decided to break the clang compiler in 10.0). Ideally one could just run the R code given in the appendix on your local R session, but that may take a bit of effort. We've tried to take steps to address those issues by providing caches of slow-running parts, providing a docker container, and providing sufficient annotations, but who knows!

    Tags: R
  • A multiscale Bayesian inference approach to analyzing subdiffusion in particle trajectories

    Authors: K. Hinsen and G.R. Kneller, J.
    Submitted by khinsen    
      Mean reproducibility score:   3.0/10   |   Number of reviews:   1
    Why should we attempt to reproduce this paper?

    This is one of the very few papers in biomolecular simulation for which code and data are available and which should be reproducible. But it is also three years old, so it is an interesting test case for the longevity of reproducible research. The infrastructure software is available at http://www.activepapers.org/python-edition/ (with instructions for installation and use)

    Tags: Python
  • Bayesian determination of the effect of a deep eutectic solvent on the structure of lipid monolayers

    Authors: "McCluskey, Andrew R. and Sanchez-Fernandez, Adrian and Edler, Karen J. and Parker, Stephen C. and Jackson, Andrew J. and Campbell, Richard A. and Arnold, Thomas
    DOI: DOI https://doi.org/10.1039/C9CP00203K
    Submitted by hub-admin    
      Mean reproducibility score:   8.5/10   |   Number of reviews:   2
    Why should we attempt to reproduce this paper?

    I believe this represents the only example of a reproducible paper from scattering data collected at Diamond Light Source (UK) and the Institute Laue-Langevin (France)

    Tags: Python make
  • Evaluation of App-Embedded Disease Scales for Aiding Visual Severity Estimation of Cercospora Leaf Spot of Table Beet

    Authors: Del Ponte EM, Nelson SC, Pethybridge SJ
    DOI: 10.1094/PDIS-10-18-1718-RE
    Submitted by hub-admin    

    Why should we attempt to reproduce this paper?

    There are data and code written in RMarkdown which allows to reproduce the entire analysis and plots shown of the paper. It also allows to generate HTML document, which is a nice interface that facilitates the reader to understand better why some procedures were adopted and how to run them.

    Tags: R
  • Climate change may have limited effect on global risk of potato late blight.

    Authors: Sparks, A. H., Forbes, G. A, Hijmans, R. J., & Garrett K. A
    DOI: 10.1111/gcb.12587
    Submitted by hub-admin    

    Why should we attempt to reproduce this paper?

    This is a two-for one. The repository contains code for companion papers, the model development and the model implementation and analysis. As the repository notes, some data are not freely available so I've made an effort to allow the paper to be replicated as best possible with what's available.

    Tags: R

Search for papers

Filter by tags

Python R GDAL GEOS GIS Shiny PROJ Galaxies Astronomy HPC Databases Binder Social Science Stata make Computer Science Jupyter Notebook tidyverse emacs literate earth sciences clumped isotopes org-mode geology eyetracking LaTeX Git ArcGIS Docker Drake SVN knitr C Matlab Mathematica Meta-analysis swig miniconda tensorflow keras Pandas SQL neuroscience robotics deep learning planner reiforcement learning Plasma physics Hybrid-PIC EPOCH Laser Gamma-ray X-ray radiation Petawatt Fortran plasma PIC physics Monte Carlo Atomistic Simulation LAMMPS Electron Transport DFT descriptors interatomic potentials machine learning Molecular Dynamics Python scripting AIRSS structure prediction density functional theory high-throughput machine-learning RNA bioinformatics CFD Fluid Dynamics OpenFOAM C++ DNS Mathematics Droplets Basilisk Particle-In-Cell psychology Stan Finance SAS Replication crisis Economics Malaria consumer behavior number estimation mental arithmetic psychophysics Archaeology Precipitation Epidemiology Parkrun Health Health Economics HTA plumber science of science Zipf networks city size distribution urbanism literature review Preference Visual Questionnaire Mann-Whitney Correlation Conceptual replication Cognitive psychology Multinomial processing tree (MPT) modeling #urbanism #R k-means cluster analysis city-regions Urban Knowledge Systems Topic modelling Planning Support Systems Software Citation Quarto snakemake Numerical modelling Ocean climate physical oceanography apptainer oceanography R package structural equation modeling bayes factor Forest Simulations Models of forest dynamics multi-lab study mice mechanics growth Tissue Cells Clustering Expectation-Maximization bootstrapping R software Position Weight Matrices singularity neuroimaging effect size biology replicability cancer reproducibility csv osf preclinical research genomics All tags Clear tags

Key

  Associated with an event
  Available for general review
  Public reviews welcome