From 3d2f1ad139595f07a7339806a6026e62c8cfec21 Mon Sep 17 00:00:00 2001 From: "Philipp S. Sommer" Date: Mon, 29 Jun 2026 15:56:15 +0200 Subject: [PATCH 1/2] remove weight claim in text --- paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.tex b/paper.tex index 1a74e06..c76e23c 100644 --- a/paper.tex +++ b/paper.tex @@ -233,8 +233,8 @@ \section{Vision}% We have identified nine modules that can make up an RSE unit. In practice, most RSE units will only support some of these modules, and different RSE units will focus on different sets of modules. -Thus, it is likely that no two RSE units will be, or need to be, alike. -However, these nine modules, along with their assigned weights (indicating relative importance), form a simple model of an RSE group. +Thus, it is likely that no two RSE units will be, or need to be, alike, and weight the modules equally. +However, these nine modules, form a simple model of an RSE group. This provides both a quick overview of an individual group as well as a way to compare groups. The nine modules are described below. From 4cb3b6b50b1b8237004248b516fc04117ff19f1b Mon Sep 17 00:00:00 2001 From: "Philipp S. Sommer" Date: Mon, 29 Jun 2026 15:59:45 +0200 Subject: [PATCH 2/2] add answer to the reviewer closes #173 --- review_answers/review_2_answers.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/review_answers/review_2_answers.md b/review_answers/review_2_answers.md index f32f753..0c16b28 100644 --- a/review_answers/review_2_answers.md +++ b/review_answers/review_2_answers.md @@ -90,6 +90,15 @@ The actual number of core modules is not important since we expect RSE units to > The nine modules are presented as equally important but you later assign "weights" without explaining how weights are determined. Explain the weighting method or remove the weight claim. **Answer:** +The weight claim has been removed and the sentence in section three has been rephrased such that different RSE units may differ in how they weight the nine modules. + +The sentence + +> Thus, it is likely that no two RSE units will be, or need to be, alike. However, these nine modules, along with their assigned weights (indicating relative importance), form a simple model of an RSE group. + +has been rephrased with + +> Thus, it is likely that no two RSE units will be, or need to be, alike, and weight the modules equally. However, these nine modules, form a simple model of an RSE group. ---