-
Notifications
You must be signed in to change notification settings - Fork 0
/
response.tex
314 lines (247 loc) · 10.8 KB
/
response.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
\documentclass[dvipsnames]{article}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{fullpage}
\usepackage{graphicx}
\usepackage{doi}
\usepackage{parskip}
\usepackage{color}
\usepackage{subfigure}
\usepackage{float}
\usepackage{xcolor}
% Define custom color
\usepackage{hyperref}
\colorlet{mblue}{blue!40!black}
\hypersetup{bookmarksnumbered=true,colorlinks=true,linkcolor=mblue,citecolor=mblue,urlcolor=mblue}
\newcommand{\bs}[1]{\boldsymbol{#1}}
% Bibtex stuff:
\usepackage[square,sort,comma,numbers]{natbib}
% use the natbib options below when using the AIAA style:
%\usepackage[numbers,sort]{natbib}
\usepackage{hypernat} % To get natbib to play nicely with hyperref
%===================================================================
% STANDARD COLORS
% Response color
\newcommand{\responsecolor}{MidnightBlue}
% Action color
\newcommand{\actioncolor}{RedOrange}
%===================================================================
% COUNTERS
% Counter for the number of comments addressed so far.
% We reset this counter when we move on to another reviewer
% (This is why we have [section], since we have one section for each reviewer).
\newcounter{CommentCounter}[section]
%===================================================================
% ENVIRONMENT DEFINITION
% Quotes
\newenvironment{myquote}{\begin{quote}\em}{\color{black}\end{quote}}
% Reviewer's comments
\newenvironment{revcom}
{
% Increment counter
\stepcounter{CommentCounter}
%
\textbf{Comment \arabic{CommentCounter}:}
}
% Author's response
\newenvironment{response}
{
\textbf{\color{\responsecolor} Response:}
\color{\responsecolor}
}
{
\vspace{20pt}
}
%===================================================================
% NEW COMMANDS
% Author's action
\newcommand{\action}[1]{{\color{\actioncolor} {#1}}}
% Modify section header to include additional text
\renewcommand{\thesection}{Reviewer \arabic{section} Comments and Response}
% Define dummy command that creates a section just to make the LaTeX more readable
\newcommand{\newreviewer}{\section{}}
%===================================================================
% FIGURE CAPTIONS
% Set all colors to the response format
\usepackage[font={color=\responsecolor}]{caption}
%===================================================================
% MANUSCRIPT INFORMATION
\title{Stress-Based Topology Optimization of Compliant \\ Mechanisms using Nonlinear Mechanics \\
\emph{Mechanics \& Industry} \\
Manuscript ID mi190235}
\author{
Gabriele Capasso,
Simone Coniglio,
Miguel Charlotte,
and Joseph Morlier
}
\date{}
\begin{document}
\maketitle
%=========================================================
%=========================================================
%=========================================================
\action{Note: Actions taken to address the reviewers comments are highlighted in red.}
% Initialize section for a new reviewer
\newreviewer
%=========================================================
\begin{revcom}
Overall comments
The material presented in the manuscript is both novel and relevant. The contributions to the state-of-the-art are clearly exposed.
The provided bibliographical references are generally adequate, although stress-constrained TO should be developed further.
The technical quality of the manuscript is good overall. In particular, the numerical methods and the definitions of the test cases are completely specified.
The presentation is adequate, but could be improved by using more consistent and specific terminology.
\end{revcom}
\begin{response}
We appreciate the reviewer's positive comments. We tried to fix the weaknesses underlined by the reviewer.
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Abstract] It might not be fair to claim that the test cases are "innovative" since they are derived from existing ones.
\end{revcom}
\begin{response}
\action{We have deleted the word "innovative".}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 1] Stress-constrained TO is an active research field and there are many examples of recent works.
\end{revcom}
\begin{response}
We noticed this weakness after having sent the article
\action{We have reported some related refernces in the introduction.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 1] Citations [33] and [34] refer to the same document.
\end{revcom}
\begin{response}
\action{We have fixed the problem.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 2.2] The proposed definition of shape optimization seems a bit too restrictive, in particular it excludes the so-called free-shape optimization that does not rely on CAD parameters.
\end{revcom}
\begin{response}
\action{We have rephrased this sentence, deleting the reference to shape optimization.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 2.2] It is mentioned that there are three common TO methods but four are listed.
\end{revcom}
\begin{response}
\action{Fixed.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 2.2.1] A citation for the mathematical foundation of SIMP would be appreciated.
\end{revcom}
\begin{response}
\action{We have added a few references.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 2.2.2] It could be mentioned that the CPU-intensive nature of mechanical computations makes gradient-based optimization methods more relevant for TO than (say) genetic algorithms since the latter typically require many evaluations.
\end{revcom}
\begin{response}
It was exactly what we meant. However, it was poorly expressed.
\action{We have added this sentence.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 2.2.2] Please clarify why there needs to be a density filter.
\end{revcom}
\begin{response}
It is needed to deal with numerical instabilities typical of TO \cite{sigmund1998numerical}.
\action{We have added two sentences elaborating the concept and the main correspondent reference.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 2.2.2] Please specify whether the tolerance is relative or absolute.
\end{revcom}
\begin{response}
Absolute. \action{We have added this detail in the correspondent sentence.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 3.1] Using the existing terminology, "classical SIMP" for Eq. (2) and "modified SIMP" for Eq. (3) following e.g. [7], would improve the readability.
\end{revcom}
\begin{response}
\action{We have fixed the terminology, following your suggestion.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 3.3] Please clarifiy the wording: "The author treats..." / "we consider...".
\end{revcom}
\begin{response}
It was a particular assumption of our model. \action{We made this sentence more specific, highlighting that this is a choice of our work.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 4.1] The justification for the constraint $C \geq C_{min}$ in Eq. (23) lacks clarity.
\end{revcom}
\begin{response}
\action{We have added an explanation in the correspondent section.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 5] Stress distribution postprocessing seems necessary in general since (1) the corresponding constraint has been approximated (as explained in Section 3.6) and (2) the TO result must generally be interpreted (density thresholding, smoothing, ...).
\end{revcom}
\begin{response}
We absolutely agree with the reviewer. What we meant was the fact that the stress distribution does not need to be computed from scratch, since it is part of the optimization process.
\action{We clarified what we meant, totally agreeing with the idea exposed in the comment.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 5.2] Does the term "microscopic stress distribution" correspond to the "relaxed constraint" from Figure 5 ?
\end{revcom}
\begin{response}
Yes. It came from a precedent version of results discussion. \action{We have modified the sentence in Sec. 5.2 for clarity.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 5.2.1] Please clarify the terminology "material limits".
\end{revcom}
\begin{response}
We meant "allowable stress" or "stress allowed by material resistance".
\action{We have rephrased this sentence in Sec. 5.2.1 for clarity.}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 5.2.2] Please clarify the terminology "evident overlap".
\end{revcom}
\begin{response}
We are sorry for the misspelling. We meant "overshoot"/"local constraint violation". \action{We have rephrased this sentence, introducing the terminology "constraint violation".}
\end{response}
%=========================================================
%=========================================================
\begin{revcom}
[Section 6] What reference is used to quantify the "gain of 318\%" ?
\end{revcom}
\begin{response}
It is the "gain" definition in Control Theory, namely the ratio between output and input.
\action{We have rephrased thus sentence for clarity.}
\end{response}
%=========================================================
\pagebreak
%=========================================================
% REFERENCES
\bibliographystyle{new-aiaa}
\bibliography{../R1_Journal/mdolab}
\end{document}