From 2968b085dc71cd5ca7d4798b8b9eedf2c948b48c Mon Sep 17 00:00:00 2001 From: jwindeck <39581795+jwindeck@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:59:29 +0100 Subject: [PATCH] remove is_collection from text area questions in SMP catalog (#256) --- rdmorganiser/questions/SMP-Questions.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rdmorganiser/questions/SMP-Questions.xml b/rdmorganiser/questions/SMP-Questions.xml index aa39c789..07341056 100644 --- a/rdmorganiser/questions/SMP-Questions.xml +++ b/rdmorganiser/questions/SMP-Questions.xml @@ -675,7 +675,7 @@ Beispiele für Anwendungen sind etwa eigenständige Ticket-Systeme wie Jira oder - True + False False 0 For the development of software in a scientific context, the rules of good scientific practice at one's own institution or organisation apply. Software might not explicitly mentioned there. Nevertheless, these rules for scientific results can apply to the development (and sharing) of software. @@ -825,7 +825,7 @@ An dieser Stelle bietet es sich zusätzlich an, zu dokumentieren, ob technische - True + False False 1 Versioning code during development is strongly recommended. Applications such as Git systems are widespread. @@ -881,7 +881,7 @@ An dieser Stelle bietet es sich zusätzlich an, zu dokumentieren, ob technische - True + False False 0 The use of external applications and existing libraries is an established practice in software development. However, the inclusion of external code can create dependencies. This in turn increases the complexity of the software. The more extensive the code, the more time-consuming it is to know and understand these dependencies. Failure of these services should also be planned for. It is therefore advisable in software development which and how external components will be used early on. This is also in terms of <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> I2 and R2 and particularly recommended for the further development and subsequent use of software. @@ -1661,7 +1661,7 @@ Folgende Fragen könnten in einer Dokumentation beantwortet werden: - True + False False 1 There are different types of tests. Unit and integration tests are usually carried out by the developers, system tests by quality assurance persons, user tests by the users. It is therefore advisable to plan quality measures and the necessary process.