From acd010424e4940df276e3862f62c1a2d88d8f517 Mon Sep 17 00:00:00 2001 From: 43800f9eebbeb989c35b6b37774edfea <43800f9eebbeb989c35b6b37774edfea@app-learninglab.inria.fr> Date: Sun, 15 Jun 2025 13:55:47 +0000 Subject: [PATCH] Update Readme.md --- journal/Readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/journal/Readme.md b/journal/Readme.md index 7cc2d74..33903bd 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -20,3 +20,21 @@ Some important points to remember and consider later on: - Find the right note is crucial: necessary relevant tools use indexing to speed up search (eg. __docFetcher__) - GitLab is used for versioning of notes - [Markdown essentials](https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressources/-/blob/00c0d630fea6a1d91fc0d3e6ea1632541c63e407/module1/ressources/introduction_to_markdown.org) + +# Module 2 + +Strictness and transparency in research presentation is necessary for its reproducibility which is very important for a reputable scientific source. + +Etreme power and ease of computer-based methods' use leads to more common misuse and errors due. + +Reproducibility issues (in calculation, in data acquisition and representation...) can be addressed with: + +1. exclude as much as possible proprietary formats and software - use text formats. +2. use open software and programming languages. +3. replicate data over several locations. +4. beware of spreadsheets and graphical tools. + +On data publication (=transparency): + +1. calculation errors: transparency leads to better cross-checking = help from other researchers. +2. \ No newline at end of file -- 2.18.1