From fb15ffe60e05681e8c5854cad99d821743736ae7 Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Wed, 4 Dec 2024 16:41:27 +0100 Subject: [PATCH 1/2] Add pointer to SMP chapter --- best_practices/overview.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/best_practices/overview.md b/best_practices/overview.md index cf8d1963..7e20c986 100644 --- a/best_practices/overview.md +++ b/best_practices/overview.md @@ -16,6 +16,12 @@ More info: [The Turing Way chapter on Version Control](https://book.the-turing-w **@ NLeSC:** we always use version control and we preferably use GitHub as our online repository and collaboration platform (see the [Project Management Protocol on our intranet](https://nlesc.sharepoint.com/sites/home/SitePages/Project-procedures.aspx)). +## Software management plans + +With NWO, we have authored the [practical guide to software management plans](https://doi.org/10.5281/zenodo.7248877) ([see also](https://www.esciencecenter.nl/national-guidelines-for-software-management-plans/)). +For our projects we recommend using [our Software Sustainability Protocol](https://doi.org/10.5281/zenodo.1451750), which is based on these guidelines. +For more information you can also [read here](https://github.com/the-turing-way/the-turing-way/issues/2419). + ## Know your tools In addition to the advice on the best practices above, knowing the From 232ca5e124fc652b4c1d041109a5df722d27f731 Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Wed, 4 Dec 2024 16:56:02 +0100 Subject: [PATCH 2/2] Update best_practices/overview.md Co-authored-by: Bouwe Andela --- best_practices/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices/overview.md b/best_practices/overview.md index 7e20c986..a63111e7 100644 --- a/best_practices/overview.md +++ b/best_practices/overview.md @@ -18,7 +18,7 @@ More info: [The Turing Way chapter on Version Control](https://book.the-turing-w ## Software management plans -With NWO, we have authored the [practical guide to software management plans](https://doi.org/10.5281/zenodo.7248877) ([see also](https://www.esciencecenter.nl/national-guidelines-for-software-management-plans/)). +The Netherlands eScience Center and [NWO](https://www.nwo.nl/en) have authored the [practical guide to software management plans](https://doi.org/10.5281/zenodo.7248877) ([see also](https://www.esciencecenter.nl/national-guidelines-for-software-management-plans/)). For our projects we recommend using [our Software Sustainability Protocol](https://doi.org/10.5281/zenodo.1451750), which is based on these guidelines. For more information you can also [read here](https://github.com/the-turing-way/the-turing-way/issues/2419).