From 102834032c3cf6054f6c615945516e00b50f6bc4 Mon Sep 17 00:00:00 2001 From: nwickel Date: Wed, 5 Jun 2024 15:35:49 +0200 Subject: [PATCH] Added survey results from second session --- 02_workflow/surveys/votes.txt | 6 ++++++ 02_workflow/surveys/workflow.txt | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 02_workflow/surveys/votes.txt create mode 100644 02_workflow/surveys/workflow.txt diff --git a/02_workflow/surveys/votes.txt b/02_workflow/surveys/votes.txt new file mode 100644 index 0000000..cf5f4f0 --- /dev/null +++ b/02_workflow/surveys/votes.txt @@ -0,0 +1,6 @@ +"I know more than 3 RStudio short cuts" "6 votes" 38% +"I have never updated my R packages" "2 votes" 13% +"I know what the ISO 8601 date format is" "1 vote" 6% +"I regularly delete duplicate files" "12 votes" 75% +"I usually have a clean e-mail inbox" "7 votes" 44% +"I use file naming conventions" "6 votes" 38% diff --git a/02_workflow/surveys/workflow.txt b/02_workflow/surveys/workflow.txt new file mode 100644 index 0000000..46cb323 --- /dev/null +++ b/02_workflow/surveys/workflow.txt @@ -0,0 +1,17 @@ +overcome first barrier of starting action by knowing what to do next +A heuristic on how to do work. It standardises the involved steps, so to make sure nothing is left out or not completely done, it also increases speed, and the level of sureness all is done correctly +Situationally adaptable steps one can follow to always know what comes next in a awork goal +standardizing steps +Process that optimises and connects all single parts/work steps +Predefined steps to take (e.g. during preparing an experiments, collectin, analysing and publishing the data) - need it to make my life easier (not start over every time) and to make the process understandable and reproducible for others (other labs or someone taking over my project) +needed that others can follow your steps without getting confused +We can easily trace back and replicate the process +Successive processing of subtasks +version tracking with the possibility to update and share the progress +Setting priorities +Fixed sequence of work steps to ensure the replicability of the results +So I can replicate "the result" the next time I need it +a clear, reproducible process of work, to keep things clear +ideally an automated process that we follow +routines +time management