From fb25ace28745eaccbc80c5e53321240e40f4fe31 Mon Sep 17 00:00:00 2001 From: Marjan Akbari Date: Wed, 10 Jun 2020 19:51:49 +0100 Subject: Added an SVG implementation of the project flow graph to top page This SVG figure was modeled on the slides that present Maneage and created with Inkscape from scratch. Because converting the EPS/PDF created by LaTeX would make the SVG around 1Mb, but making the svg from scratch, it is now 44Kb :-). --- img/project-flow.svg | 801 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 + 2 files changed, 803 insertions(+) create mode 100644 img/project-flow.svg diff --git a/img/project-flow.svg b/img/project-flow.svg new file mode 100644 index 0000000..5ba4fc2 --- /dev/null +++ b/img/project-flow.svg @@ -0,0 +1,801 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + Existing solutions: + + + + + + + Build + + Virtual machinesContainers (e.g., Docker)Oss (e.g., Nix, GNU Guix) + + Repository? + Software + Hardware/data + + + Run software on data + Paper + + + + + + + + + + + + + + + + + + + + + + ? + + What version? + + + + + + + + + + + + + Config environment? + Config options? + Dep. versions? + Dependencies? + Confirmation bias? + Cited software? + Report this info? + Sync with analysis? + Environment update? + In sync with coauthors? + Data base, or PID? + Calibration/version? + + Integrity? + + + + + Human error? + Runtime options? + What order? + + + diff --git a/index.html b/index.html index 48f0ec2..297e49d 100644 --- a/index.html +++ b/index.html @@ -79,6 +79,8 @@ To learn more about its founding criteria and a basic introduction, see Akhlaghi et al. (2020, arXiv:2006.03018). A more informal introduction is available in these slides.

+ +
-- cgit v1.2.1