首页 > 其他分享 >【转载】回复“大修意见”(Major Revision)的模板 —— 审稿意见回复模板

【转载】回复“大修意见”(Major Revision)的模板 —— 审稿意见回复模板

时间:2023-01-18 12:23:01浏览次数:59  
标签:comment according 回复 Line 模板 page 审稿

原文地址:

https://zhuanlan.zhihu.com/p/80214252

 

 

==================================================

 

 

 

上周有个小伙伴问有没有大修意见(Major Revision)的模板,我的第一反应是大修哪还有什么模板啊,就是一条一条的回复审稿人的修改建议啊。不过后来翻了翻自己以前写的回复信,发现多多少少还是有一定模板性的,尤其是对于第一次遇到这种情况的研究生朋友们,可以先从模板开始熟悉一下此类回复信的大体内容和形式。

 

 

模板1:精简版本

下面这个是小编自己以前写的一个模板,拿出来分享给大家。

Dear Editor XX and Reviewers,

Thanks very much for taking your time to review this manuscript. I really appreciate all your comments and suggestions! Please find my itemized responses in below and my revisions/corrections in the re-submitted files. (这一段基本上是套话)

Thanks again!



下面就开始回复文章的审稿意见了,一般首先是回复期刊编辑整体意见

SUGGESTIONS FROM EDITOR(注意这一段要把编辑原始的建议粘贴在这里,不能只有回应)
Your response to the general comments from the editor

 

接下来是逐条回应审稿人的建议:

COMMENTS TO THE AUTHOR:
Reviewer #1:
Response to the questions one by one

Reviewer #2:
Response to the questions one by one

 

 

 

模板2: 完整版本

这个模板是我在网上找到的,经发布者授权,转载到这里。这个模板保留了很多逐条回答审稿人的常用短语和句式,值得收藏和学习!

 

Dear Editor, Dear reviewers

Thank you for your letter dated February 22. We were pleased to know that our work was rated as potentially acceptable for publication in Journal, subject to adequate revision. We thank the reviewers for the time and effort that they have put into reviewing the previous version of the manuscript. Their suggestions have enabled us to improve our work. Based on the instructions provided in your letter, we uploaded the file of the revised manuscript. Accordingly, we have uploaded a copy of the original manuscript with all the changes highlighted by using the track changes mode in MS Word.

Appended to this letter is our point-by-point response to the comments raised by the reviewers. The comments are reproduced and our responses are given directly afterward in a different color (red).

We would like also to thank you for allowing us to resubmit a revised copy of the manuscript.

We hope that the revised manuscript is accepted for publication in the Journal of Mountain Science.

Sincerely,

XXXXXXX

(同样是套话,这个模板写了这么长。。。虽然小编不是很喜欢,但是适合拿来逐句学习,为己所用)

 

 

 

Reviewer 1:
Comments to the Author

这个审稿人的意见分为两部分:

第一部分是一般性的评论和修改建议(多为比较大的问题)。

Here are the general comments from the reviewer...
We thank the reviewer for the very interesting comment. In fact…

Regarding the suggestion about the methods, we changed this part…

Another issue on the methodological section is that...
We are grateful for the suggestion. To be more clear and in accordance with the reviewer concerns, we have added a brief description as follows: “

接下来是第二部分“小的建议”,也就是需要逐条回复的那种,一般是用词用句的修改。

Minor comments:

The title is too long, I suggest shortening. Modified throughout the text according to the comment (Line 20, page 1).Thank you for the title suggested. The precedent version of the title has been replaced, becoming...

Line 25, page 1…
Modified throughout the text according to the comment (Line 20, page 1).

Line 18, page 2… We have modified the sentence according to the previous comment (Line 30, page 2).

Line 33, page 3…
Thank you for underlining this deficiency. This section was revised and modified according to the information showed in the work suggested by the reviewer (Line 41, page 3).

Line 59, page 5…
This phrase was modified according to the comment (Line 30, page 5).

Lines 9-24, page 6… Thank you for the suggestion. We have added the information required as explained above (Lines 6-28, page 6).

Line 11, page 6…
This sentence was rephrased according to the comment (Line 8, page 6).

Line 35, page 13: “exit section”->”outlet” (please check also throughout the text, e.g. at line 54, page 13)
We have modified this expression throughout the text according to the comment.

 

 

 

 

=====================================================

 

 

 

 

 

 

 

 

 

 

标签:comment,according,回复,Line,模板,page,审稿
From: https://www.cnblogs.com/devilmaycry812839668/p/17059543.html

相关文章

  • 设计模式之模板方法模式和策略模式
    今天看了雷神的公开课,再次学习了设计模式的五个原则以及两个设计模式的应用案例模板方法模式:定义一个算法骨架(一套业务流程),子类可以实现里面的一个或多个步骤eg:对于Spr......
  • 第五章:模板层
    模板层模板语法传值{{}}:传变量相关的值,如:整型、列表、字典、函数等等{%%}:传逻辑相关的值,如:for循环、if判断、static动态解析等等传递基本数据类型整型、浮点型、......
  • C#-使用模板导出Word文件
    记录下使用C#+Word模板导出Word文件的方法。首先建立Word文件模板,需要填写的地方用占位符替代,比如姓名处:name,年龄处:age....首先引入命名空间:usingword=Microsoft......
  • C++ 可变参模板
    求多个数的最小值template<typenameT,typename...Ts>constexprautomin(constT&a,constT&b,constTs&...ts){constautom=a<b?a:b;ifco......
  • SFINAE - 模板中的enable_if
    ref:https://github.com/wuye9036/CppTemplateTutorial#323-特化一些其它问题这段就是说:这个int实参在替换第一个inc_counter时,enable_if<false>,所以直接替换失败。......
  • AC自动机模板
    P3808【模板】AC自动机#include<bits/stdc++.h>usingnamespacestd;constintM=1e6+5;intch[M][26],cnt[M],fail[M],tot;voidinsert(char*s){//字典树的建......
  • 2023.1.16[模板] 二次剩余
    2023.1.16二次剩余问题叙述给出N,p,求解方程$x^2\equivN$(\(modp\))且保证p是奇素数。算法流程解的数量首先,探究$x^2\equivN$这个方程解的数量,假设我们......
  • 13.(行为型模式)java设计模式之模板模式
    一、什么是模板模式定义⼀个操作中的算法⻣架,将算法的⼀些步骤延迟到⼦类中,使得⼦类可以不改变该算法结构的情况下重定义该算法的某些特定步骤,属于⾏为型模式二、模板模......
  • 微信公众号开发之模板消息
     欢迎留言、转发微信极速开发系列文章:​​点击这里​​最近有点小感冒,文章的更新进度延误了一些,希望此系列文章对你​​研究微信公众开发​​​有帮助。前几篇文章介绍了微......
  • 二分算法查找模板
    这个是acwing站长YXC的模板https://www.acwing.com/file_system/file/content/whole/index/content/3073/版本1当我们将区间[l,r]划分成[l,mid]和[mid+1,r]时,其更......