65 lines
2.3 KiB
Markdown
65 lines
2.3 KiB
Markdown
# 逐点回复信骨架
|
|
|
|
> 复制到 `<task_dir>/response/` 按审稿人拆文件:`00_cover_letter.md`(可选)、`01_editor.md`(有编辑要求时)、`02_reviewer1.md`、`03_reviewer2.md`…
|
|
> 渲染时整目录拼接,按文件名序即为信内顺序。语言按 spec §2(下面给 en 骨架,zh 对应替换)。
|
|
|
|
---
|
|
|
|
## 00_cover_letter.md(用户要或期刊要求时才写)
|
|
|
|
```markdown
|
|
Dear [Editor name / Editor],
|
|
|
|
Thank you for considering our revised manuscript, "[Manuscript title]" ([Manuscript ID]).
|
|
We appreciate the editor's and reviewers' constructive feedback.
|
|
|
|
In this revision, we have [大项修改 1], [大项修改 2], and [大项修改 3].
|
|
These changes address the main concerns regarding [主题 1] and [主题 2].
|
|
|
|
We provide a detailed point-by-point response to all comments in the accompanying response document.
|
|
We believe the revised manuscript is now clearer and better supported, and we hope it will be
|
|
suitable for further consideration by [Journal name].
|
|
|
|
Sincerely,
|
|
[Corresponding author name]
|
|
on behalf of all authors
|
|
```
|
|
|
|
约束:比逐点回复短得多;只概括不辩护;有未解决的大项就写"回复信中说明了该局限",不绕。
|
|
|
|
---
|
|
|
|
## 01_editor.md / NN_reviewer<N>.md
|
|
|
|
```markdown
|
|
# Response to the Editor <!-- 或 Response to Reviewer N -->
|
|
|
|
We thank the editor and reviewers for their careful evaluation of our manuscript.
|
|
We have revised the manuscript accordingly and respond to each comment below.
|
|
<!-- 开场致谢全信只出现一次(放第一个文件),后续文件直接进条目 -->
|
|
|
|
## Comment R1.1
|
|
|
|
> [审稿人评论全文,原样引用,不改写不翻译]
|
|
|
|
**Response:**
|
|
We thank the reviewer for raising this point. [头 1-2 句:同意与否 + 做了什么。]
|
|
To address this concern, we have [具体动作]. This change appears in [Section X / Fig. Y / Table Z].
|
|
|
|
**Revised text** (Section X):
|
|
*[只贴真实改过的稿件节选,斜体;没改稿的条目删掉本块]*
|
|
|
|
## Comment R1.2
|
|
|
|
> [...]
|
|
|
|
**Response:**
|
|
[...]
|
|
```
|
|
|
|
约束:
|
|
- 评论 ID 与 tracker 一致;条目顺序按审稿人原始编号,不重排
|
|
- 位置只写真实存在的章节 / 图表号;行号用户没给就用章节名,**不编行号**
|
|
- 数据没到的条目保持可见占位:`[AUTHOR_INPUT_NEEDED: 需 R1.2 的检验名称与样本量]`
|
|
- 反驳条目按 tone_and_stance.md 五步结构写,不用指责语
|