From e6d5410754fdc63650ee36b1dfea88d3062cab96 Mon Sep 17 00:00:00 2001 From: Giulio Rosani Date: Tue, 21 Jan 2025 15:36:43 +0100 Subject: [PATCH 1/2] initial commit --- docassemble/SMPDecisionTree/data/questions/software.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docassemble/SMPDecisionTree/data/questions/software.yml b/docassemble/SMPDecisionTree/data/questions/software.yml index 5cf5295..37fb86d 100644 --- a/docassemble/SMPDecisionTree/data/questions/software.yml +++ b/docassemble/SMPDecisionTree/data/questions/software.yml @@ -943,6 +943,7 @@ mandatory: public question: | Citation subquestion: | +# This needs to change How will users of `${ software_name }` be able to cite your software? Please provide a link to your software citation file {CFF} and/or Digital Object Identifier {DOI} if available. terms: CFF: | From f42907ac795641ae334d8cace9f8ca3b3bb2ddaa Mon Sep 17 00:00:00 2001 From: Giulio Rosani Date: Tue, 21 Jan 2025 15:46:30 +0100 Subject: [PATCH 2/2] reworded to address points 1 & 2 --- docassemble/SMPDecisionTree/data/questions/software.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docassemble/SMPDecisionTree/data/questions/software.yml b/docassemble/SMPDecisionTree/data/questions/software.yml index 37fb86d..c0cc8bd 100644 --- a/docassemble/SMPDecisionTree/data/questions/software.yml +++ b/docassemble/SMPDecisionTree/data/questions/software.yml @@ -944,7 +944,9 @@ question: | Citation subquestion: | # This needs to change - How will users of `${ software_name }` be able to cite your software? Please provide a link to your software citation file {CFF} and/or Digital Object Identifier {DOI} if available. + How will users of `${ software_name }` be able to cite your software? + + If available, please provide a link to your software citation file {CFF} and/or Digital Object Identifier {DOI} linked to your software. If you are publishing your software together with a dataset, please at least provide the DOI attached to the dataset. Can your software be cited in the same way the dataset can be cited? If not, please make sure to provide a way to cite your software also in the location where the dataset is published. terms: CFF: | `CITATION.cff` files are plain text files with human- and machine-readable citation information for software (and datasets). Code developers can include them in their repositories to let others know how to correctly cite their software. [Details](https://citation-file-format.github.io/)