- Sep 2024
-
www.chiark.greenend.org.uk www.chiark.greenend.org.uk
-
If you give the programmer a long list of inputs and actions, and they fire up their own copy of the program and nothing goes wrong, then you haven't given them enough information.
-
- Jun 2024
-
chiselapp.com chiselapp.com
-
En este estudio, se destaca la importancia de la investigación reproducible y la narrativa de datos para garantizar la transparencia, verificabilidad y validez de los hallazgos. La reproducibilidad permite a otros investigadores verificar y validar los resultados, fortaleciendo la credibilidad de los estudios. La narrativa de datos proporciona un marco coherente para interpretar los resultados y comunicarlos efectivamente.
Acá vale la pena ampliar un poco el párrafo y al menos agregar una referencia bibliográfica que sustente lo dicho. Las dos cosas se pueden resolver incorporando elementos de:
http://www.practicereproducibleresearch.org/
Por ejemplo de los capítulos de prefacio, introducción, así como el significado más preciso de replicabilidad y reproduciblidad computacional del capítulo de lecciones aprendidas
-
- Aug 2023
-
developer.chrome.com developer.chrome.com
-
Auto-update aside, you might also have found it hard to find a Chrome binary with a specific version. Google intentionally doesn’t make versioned Chrome downloads available, since users shouldn’t have to care about version numbers—they should always get updated to the latest version as soon as possible. This is great for users, but painful for developers needing to reproduce a bug report in an older Chrome version.
-
- Nov 2022
-
library.oapen.org library.oapen.org
-
When we are collecting new data to address a research question addressed in another context, it can be near impossible to re-create ex-act contexts with participants; researchers simply do not have that sort of control over any research context. This suggests that reproduction, rather than replication, may be a more useful goal.
reproduction rather than replication may be a more useful goal for research work setting.
-
-
stackoverflow.com stackoverflow.com
-
In general, I've found Selenium to be unreliable and not deterministic as laid out here although I still don't entirely know why.
-
- Jan 2022
-
svelte.dev svelte.dev
- Dec 2021
-
quarto.org quarto.org
-
Quarto Basics
-
- Nov 2021
- Oct 2021
-
psyarxiv.com psyarxiv.com
-
Weir, E., Reed, D., Pepino, M. Y., Veldhuizen, M., & Hayes, J. (2021). Massively collaborative crowdsourced research on COVID19 and the chemical senses. PsyArXiv. https://doi.org/10.31234/osf.io/z36xe
-
-
www.sjscience.org www.sjscience.org
-
The analysis that I present is applicable to all branches of science whose models are based on continuous mathematics, such as algebraic, differential, or integral equations.
I wonder if this could be applied also to the problem of reproducibility in the context of journalism and/or (h)ac(k)tivism. My approch has been to use relatively simple and self-contained connected infrastructures/tools and maybe pair them with functional package managers. The approach here could be complementary to it (still it's to early in the text to say)
-
- May 2021
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter: ‘RT @socpsychupdate: Here’s your guide to #AIMOS2020 Register (for free, if you want): Https://t.co/v8HvrWwxM9 Find a session you like in o…’ / Twitter. (n.d.). Retrieved 5 March 2021, from https://twitter.com/SciBeh/status/1333406904786235393
-
- Mar 2021
-
github.com github.com
-
In order to move forwards with this issue I'll need an example app that reproduces the behavior (https://www.codetriage.com/example_app).
-
-
github.com github.com
-
But I can describe a simple reproduction case to demonstrate the developer inconvenience (can provide a sample app if it's helpful).
-
-
www.codetriage.com www.codetriage.com
-
An example app is an application that is designed to reproduce a bug or demonstrate an issue.
-
Before a bug can be fixed, it has to be understood and reproduced. For every issue, a maintainer gets, they have to decipher what was supposed to happen and then spend minutes or hours piecing together their reproduction. Usually, they can’t get it right, so they have to ask for clarification. This back-and-forth process takes lots of energy and wastes everyone’s time. Instead, it’s better to provide an example app from the beginning. At the end of the day, would you rather maintainers spend their time making example apps or fixing issues?
-
-
www.notboring.co www.notboring.co
-
lack of data provenance i
excel lacks data provenance
Tags
Annotators
URL
-
- Feb 2021
-
the-turing-way.netlify.com the-turing-way.netlify.comWelcome1
- Jan 2021
-
github.com github.com
-
Also as an aside, your REPL is far, far too complicated. You've got a much better chance of us being able to see your issue and fix it if you boil it down to just the minimum required code in order to reproduce the issue.
-
- Nov 2020
-
-
Now that Rails has a dependency on Webpack, it then has a dependency on Node.js and Yarn, surprise! Which means we also need to ensure the versions used for those binaries are specific.
-
- Oct 2020
-
stackoverflow.com stackoverflow.com
-
Omitted details change everything here. There won't be circular dependency because unused import is skipped. Consider providing stackoverflow.com/help/mcve .
-
-
github.com github.com
-
Made the repro above more manageable: https://svelte.dev/repl/a55ba18ceca44c898f2b011a0978de85?version=3.6.6
-
- Sep 2020
-
svelte.dev svelte.dev
-
Bug repro for https://github.com/sveltejs/svelte/issues/2086
Fixed by: Bug 1:
- https://github.com/sveltejs/svelte/pull/3172
- https://github.com/sveltejs/svelte/pull/3172/commits/f4ca063c85e491b75d162f429ad243b6f443db13
Bug 2:
- https://github.com/sveltejs/svelte/pull/3209
- https://github.com/sveltejs/svelte/commit/2f08e34b41317619f9bc7bf6bc2418123fb06829
Fixed version here: https://svelte.dev/repl/a55ba18ceca44c898f2b011a0978de85?version=3.6.7
(although https://github.com/sveltejs/svelte/pull/3172/commits/f4ca063c85e491b75d162f429ad243b6f443db13 indicates the fix was included in v3.6.6 tag, so I wonder why it's not fixed here)
supersedes https://codesandbox.io/s/epic-stonebraker-9cxhu?file=/index.js:0-32
Good example of how helpful it is to remove everything irrelevant and create minimal reproducible example.
-
-
github.com github.com
-
If you can't understand where it's coming from in the stack traces, please post screenshots or create reproducing sandboxes and we'll try to help. Most of these are probably coming from a few libraries, so the most productive thing to do is to reduce these cases and then file issues with those libraries.
-
- Jun 2020
-
github.com github.com
-
CoyIM supports reproducible builds for Linux on AMD64
Tags
Annotators
URL
-
- Feb 2020
-
github.com github.com
-
problem in my app is fixed. It was not related to devise . I removed 'rails-api' gem and it started working.
-
- Jul 2018
-
journals.plos.org journals.plos.org
-
We used the program STRUCTURE v2.3.4 [16]
Cited reference is open access and describes the method
-
NA extractions were attempted for all taxa for which recent and sufficient tissues were available. Of the samples that were successfully extracted, at least two individuals for each taxon were included when available. This yielded 44 Malagasy Canarium accessions, to which we added an additional four Southeast Asian Canarium species to serve as outgroups. Genomic libraries were prepared for genotyping-by-sequencing (GBS) following the protocol described by Escudero et al. [14], but with the addition of a size selection step. After restriction digestion, fragment sizes were visualized on an Agilent 2100 Bioanalyzer and selected in the range of 300–800 bp using a Pippin Prep system. The final library containing 48 barcoded individuals was sequenced on two lanes of an Illumina HiSeq 2500 at Yale University’s Center for Genome Analysis to generate 75 bp single-end reads.
Protocol not fully open. Based on closed access paper. Extension to method is clearly described.
-
Fully reproducible code is available in the form of jupyter notebooks (https://jupyter.org) with instructions to install all necessary software, download sequence data, assemble it, and run genomic analyses (https://github.com/dereneaton/Canarium-GBS) (DOI 10.5281/zenodo.1273357). For all genomic analyses in this study we used the ipyrad Python API and the ipyrad-analysis toolkit (https://github.com/dereneaton/ipyrad) which provides a set of wrappers around common genomic analysis tools to run highly parallelized analyses using simple Python scripts.
Well-described dry lab notebooks with open code, and Python analysis toolkit is open source.
-
- May 2018
-
caee.javeriana.edu.co caee.javeriana.edu.co
-
En total, se analizaron los datos de 18.662 estudiantes de pregrado en el período 1530 y de 18.989 en el período 1610.
¿Estos datos podrían estar disponibles como datos anonimizados, para hacer otro tipo de inferencias estadísticas o hallazgos?
-
- Apr 2016
-
gigadb.org gigadb.org
-
IsPreviousVersionOf doi:10.5524/100148
This paper was studied in a case study that lead to some corrections. See the paper here: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0127612
-
- Dec 2015
-
math.mit.edu math.mit.eduCT4S.pdf1
-
Similarly, in science there exists substantial expertise making brilliant connectionsbetween concepts, but it is being conveyed in silos of English prose known as journalarticles. Every scientific journal article has a methods section, but it is almost impossibleto read a methods section and subsequently repeat the experiment—the English languageis inadequate to precisely and concisely convey what is being done.
This issue of reproducible science is starting to be tackled but I do believe formal methods and abstractions would go along way to making sure we adhere these ideas. It is a bit like writing a program with global state vs a functionally defined program, but even worse, since you may forget to write down one little thing you did to the global state.
-