From 9054ee638a51ba5e92908f8608af8a3c5399977a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Fr=C3=A9rot?= Date: Wed, 18 Dec 2024 12:06:23 +0100 Subject: [PATCH] trying navigation --- Home.md | 6 +++--- Research-simulation.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 411aad7..4a0d244 100644 --- a/Home.md +++ b/Home.md @@ -9,8 +9,8 @@ used beyond simulations, e.g. for experimental data). The intended readership of this wiki is: - New PhD students working on simulations for their thesis. They will benefit - from most of the pages in this wiki and are required to implement [good - simulations practices](Research-simulation) + from most of the pages in this wiki and are required to implement the + [principles of code and data management](Research-simulation) - Interns working on simulations or just using code in general. They will find helpful advice on how to manage code, data and workflows. - Anyone interested in code, workflow and/or data management *(including @@ -22,7 +22,7 @@ The intended readership of this wiki is: > their advisor, or more experienced colleagues, when in doubt. ## Table of contents -- [Research simulation good practices](Research-simulation): a list of +- [Principles of code and data management](Research-simulation): a list of high level principles that must be respected to ensure preservation and reusability of code and data - [Computing environment](Computing-environment): setting up a lasting hassle-free computing environment diff --git a/Research-simulation.md b/Research-simulation.md index 5d9958e..0a22291 100644 --- a/Research-simulation.md +++ b/Research-simulation.md @@ -44,3 +44,5 @@ The objective of these rules is to ensure: 4. Open-source file formats must be used to store data and metadata. Self-describing file formats are preferred. 5. All datasets must be uploaded to ??? when leaving the lab. + +#### Next: [Computing environment](Computing-environment), Previous: [Home](Home), Up: [Home](Home)