From 02a5e14c860843f95bac7fc6ac573c845fb96391 Mon Sep 17 00:00:00 2001 From: krzywon Date: Thu, 9 Apr 2026 10:43:06 -0400 Subject: [PATCH 1/3] Update citation information to include how to cite sasdata and sasmodels. --- cite.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/cite.md b/cite.md index 02925b1..f408610 100644 --- a/cite.md +++ b/cite.md @@ -3,7 +3,11 @@ layout: page title: Cite SasView --- -If you found this software useful to your work please cite and/or acknowledge its use in your publications. +If you found this software useful to your work please cite and/or [acknowledge](#acknowledging-sasview) its use in your publications. + +Users who utilized the SasView GUI need only cite [SasView](#citing-sasview). Users who integrated packages +into other software or scripts should cite every package used amongst [SasView](#citing-sasview), +[SasModels](#citing-sasmodels), and [SasData](#citing-sasdata). ### Citing SasView @@ -44,8 +48,20 @@ In version 6+, look for the option _Cite SasView_. In version 5 or earlier, look | 4.1.0 | M. Doucet et al. SasView Version 4.1.0, 10.5281/zenodo.438138 | | 4.0.0 | M. Doucet et al. SasView Version 4.0.0, 10.5281/zenodo.159083 | +### Citing SasModels + +For releases v1.0.12 and prior, please cite: + +> P. Kienzle, et. al., SasModels (2016), https://github.com/SasView/sasmodels + +### Citing SasData + +For releases v0.11.0 and prior, please cite: + +> J. Krzywon, et. al. SasData (2022), https://github.com/SasView/sasdata + ### Acknowledging SasView -If you would like to acknowledge SasView, please include the following: +If you would like to acknowledge the use of one or more sasview software packages, please include the following: > _This work benefited from the use of the SasView application, originally developed under NSF award DMR-0520547. SasView contains code developed with funding from the European Union's Horizon 2020 research and innovation programme under the SINE2020 project, grant agreement No 654000._ From d2a1e075db8b2907ad0e7468cdec288e6384b0e2 Mon Sep 17 00:00:00 2001 From: krzywon Date: Mon, 13 Apr 2026 10:32:56 -0400 Subject: [PATCH 2/3] Responding to PR comments --- cite.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/cite.md b/cite.md index f408610..3d140b1 100644 --- a/cite.md +++ b/cite.md @@ -5,16 +5,16 @@ title: Cite SasView If you found this software useful to your work please cite and/or [acknowledge](#acknowledging-sasview) its use in your publications. -Users who utilized the SasView GUI need only cite [SasView](#citing-sasview). Users who integrated packages -into other software or scripts should cite every package used amongst [SasView](#citing-sasview), +Users who utilized the GUI-driven SasView App need only cite [SasView](#citing-sasview). Users who integrated packages +into other software or scripts are asked to cite every package used amongst [SasView](#citing-sasview), [SasModels](#citing-sasmodels), and [SasData](#citing-sasdata). -### Citing SasView - -Each release of SasView is given a unique DOI. As new versions are released, calculation methods may change or be corrected. +As new versions of each package are released, calculation methods may change or be corrected. To account for these calculation differences, please cite the version or versions you used to analyze your data. -If you are unsure of the version, the citation is available directly from the app under the Help menu. +### Citing SasView + +Each version of SasView is given a unique DOI. If you are unsure of the version, the citation is available directly from the app under the Help menu. In version 6+, look for the option _Cite SasView_. In version 5 or earlier, look for the option _Acknowledge_. | Version 5 | Version 6 | @@ -50,18 +50,18 @@ In version 6+, look for the option _Cite SasView_. In version 5 or earlier, look ### Citing SasModels -For releases v1.0.12 and prior, please cite: +For releases v1.0.12 and prior, please cite the following, replacing _X.Y.Z_ with the version used: -> P. Kienzle, et. al., SasModels (2016), https://github.com/SasView/sasmodels +> P. Kienzle, et. al., SasModels vX.Y.Z, https://github.com/SasView/sasmodels ### Citing SasData -For releases v0.11.0 and prior, please cite: +For releases v0.11.0 and prior, please cite the following, replacing _X.Y.Z_ with the version used: -> J. Krzywon, et. al. SasData (2022), https://github.com/SasView/sasdata +> J. Krzywon, et. al. SasData vX.Y.Z, https://github.com/SasView/sasdata ### Acknowledging SasView -If you would like to acknowledge the use of one or more sasview software packages, please include the following: +If you would like to acknowledge the use of one or more SasView software packages, please include the following: > _This work benefited from the use of the SasView application, originally developed under NSF award DMR-0520547. SasView contains code developed with funding from the European Union's Horizon 2020 research and innovation programme under the SINE2020 project, grant agreement No 654000._ From 99518e8967d517aa3c216843dcaf6fb77a027f1a Mon Sep 17 00:00:00 2001 From: krzywon Date: Mon, 13 Apr 2026 16:16:09 -0400 Subject: [PATCH 3/3] Update acknowledgement to better match the current project structure --- cite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cite.md b/cite.md index 3d140b1..eeb4283 100644 --- a/cite.md +++ b/cite.md @@ -64,4 +64,4 @@ For releases v0.11.0 and prior, please cite the following, replacing _X.Y.Z_ wit If you would like to acknowledge the use of one or more SasView software packages, please include the following: -> _This work benefited from the use of the SasView application, originally developed under NSF award DMR-0520547. SasView contains code developed with funding from the European Union's Horizon 2020 research and innovation programme under the SINE2020 project, grant agreement No 654000._ +> _This work benefited from the use of the SasView project, originally developed under NSF award DMR-0520547 and containing code developed with funding from the European Union's Horizon 2020 research and innovation programme under the SINE2020 project, grant agreement No 654000._