Skip to content

Commit

Permalink
add work on scientific reproducibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwaig committed Nov 18, 2024
1 parent 7e5e675 commit e5f9d5d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/pages/research.astro
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,33 @@ const papers: ReadonlyArray<Paper> = [
location: "Lisbon, Portugal",
},
},
{
title:
"Toward practical transparent verifiable and long-term reproducible research using Guix",
authors: [
{
name: "Nicolas Vallet",
},
{
name: "David Michonneau",
orcidUrl: "https://orcid.org/0000-0003-4553-3065",
},
{
name: "Simon Tournier",
orcidUrl: "https://orcid.org/0000-0002-2639-818X",
},
],
year: 2022,
abstract:
"Reproducibility crisis urge scientists to promote transparency which allows peers to draw same conclusions after performing identical steps from hypothesis to results. Growing resources are developed to open the access to methods, data and source codes. Still, the computational environment, an interface between data and source code running analyses, is not addressed. Environments are usually described with software and library names associated with version labels or provided as an opaque container image. This is not enough to describe the complexity of the dependencies on which they rely to operate on. We describe this issue and illustrate how open tools like Guix can be used by any scientist to share their environment and allow peers to reproduce it. Some steps of research might not be fully reproducible, but at least, transparency for computation is technically addressable. These tools should be considered by scientists willing to promote transparency and open science.",
doiOrPublisherUrl: "10.1038/s41597-022-01720-9",
publicationInfo: {
type: "journal",
journal: "Scientific Data",
volume: "9",
number: "597",
},
},
{
title: "Build systems à la carte: Theory and practice",
authors: [
Expand Down

0 comments on commit e5f9d5d

Please sign in to comment.