【转载】回复“大修意见”(Major Revision)的模板 —— 审稿意见回复模板
原文地址:
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.
=====================================================
【转载】回复“大修意见”(Major Revision)的模板 —— 审稿意见回复模板的更多相关文章
- Handlebars的基本用法 Handlebars.js使用介绍 http://handlebarsjs.com/ Handlebars.js 模板引擎 javascript/jquery模板引擎——Handlebars初体验 handlebars.js 入门(1) 作为一名前端的你,必须掌握的模板引擎:Handlebars 前端数据模板handlebars与jquery整
Handlebars的基本用法 使用Handlebars,你可以轻松创建语义化模板,Mustache模板和Handlebars是兼容的,所以你可以将Mustache导入Handlebars以使用 Ha ...
- 关于Java中excel表格导出的总结(Java程序导出模板和Java根据模板导出表格两种实现方式)
导出excel通用模板(程序定义模板导出) 转载原文:https://www.jianshu.com/p/5c7b359a159c 如下代码,本方法主要用于程序定义模板格式,并导出文件.该方法将定义和 ...
- JS 模板引擎之JST模板
项目中有用到JST模板引擎,于是抽个时间出来,整理了下关于JST模板引擎的相关内容. 试想一个场景,当点击页面上列表的翻页按钮后,通过异步请求获得下一页的列表数据并在页面上显示出来.传统的JS做法是编 ...
- 30余套系统模版|DIV+CSS网页模板|简洁大气系统模板
30余套系统模版|DIV+CSS网页模板|简洁大气系统模板.都是一些后台系统的模版,很适合开发一些管理系统,办公系统,网站后台系统等.使用很广泛,很实用的系统模版. 下载地址: 点击下载
- vs 2013下自定义ASP.net MVC 5/Web API 2 模板(T4 视图模板/控制器模板)
vs 2013下自定义ASP.net MVC 5/Web API 2 模板(T4 视图模板/控制器模板): Customizing ASP.NET MVC 5/Web API 2 Scaffoldi ...
- C++模板学习:函数模板、结构体模板、类模板
C++模板:函数.结构体.类 模板实现 1.前言:(知道有模板这回事的童鞋请忽视) 普通函数.函数重载.模板函数 认识. //学过c的童鞋们一定都写过函数sum吧,当时是这样写的: int sum(i ...
- 模板类的约束模板友元函数:template friend functions
本来这篇博客是不打算写的,内容不是很难,对于我自己来讲,更多的是为了突出细节. 所谓template friend functions,就是使友元函数本身成为模板.基本步骤:1,在类定义的前面声明每个 ...
- C++—模板(1)模板与函数模板
1.引入 如何编写一个通用加法函数?第一个方法是使用函数重载, 针对每个所需相同行为的不同类型重新实现这个函数.C++的这种编程机制给编程者极大的方便,不需要为功能相似.参数不同的函数选用不同的函数名 ...
- ES6模板字符串之标签模板
首先,模板字符串和标签模板是两个东西. 标签模板不是模板,而是函数调用的一种特殊形式.“标签”指的就是函数,紧跟在后面的模板字符串就是它的参数. 但是,如果模板字符串中有变量,就不再是简单的调用了,而 ...
- php实现下载模板与上传模板解析
<? //下载模板的请求 if(isset($_GET['action']) && $_GET['action'] =='down_group_excel'){ $code = ...
随机推荐
- 安卓app 地铁最短路径查询 完成
我通过三个函数 完成了这个功能 首先 创建哈希表 根据起始站名 终点站名 然后 根据哈希表 建立起 邻接表' 最后 根据迪杰斯特拉算法 完成这个功能 /** * function:起终查询 */ / ...
- 制作Jdk镜像
本文介绍用Dockerfile的方式构建Jdk镜像,请保证安装了Docker环境. 首先创建/opt/jdk目录,后续步骤都在该目录下进行操作. 准备好Jdk安装文件,放到/opt/jdk目录下. 编 ...
- R语言求取大量遥感影像的平均值、标准差:raster库
本文介绍基于R语言中的raster包,批量读取多张栅格图像,对多个栅格图像计算平均值.标准差,并将所得新的栅格结果图像保存的方法. 在文章基于R语言的raster包读取遥感影像中,我们介绍了基 ...
- Golang支持重试的http客户端ghttp
简介 官方仓库:https://github.com/GuoFlight/ghttp 重试的逻辑依赖了github.com/avast/retry-go 入门 client := ghttp.Clie ...
- 08-Python迭代器与生成器
迭代器 什么是迭代器 迭代是Python最强大的功能之一,是访问序列中元素的一种方式. 迭代器是一个可以记住遍历的位置的对象. 迭代器对象从集合的第一个元素开始访问,直到所有的元素被访问完结束.迭代器 ...
- 利用Vue做一个小购物车
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...
- 深入理解Prometheus: Kubernetes环境中的监控实践
在这篇文章中,我们深入探讨了Prometheus在Kubernetes环境中的应用,涵盖了从基础概念到实战应用的全面介绍.内容包括Prometheus的架构.数据模型.PromQL查询语言,以及在Ku ...
- 在Linux驱动中使用notifier通知链
在Linux驱动中使用notifier通知链 背景 在驱动分析中经常看到fb_notifier_callback,现在趁有空学习一下. 介绍 linux中的观察者模式是最显然的就是"通知链& ...
- Android系统启动:.rc文件
Android系统启动:.rc文件 reference : https://www.jianshu.com/p/a4c17f0110d0 以init.rc为例. .rc文件 init.rc文件由系统第 ...
- [ABC184F] Programming Contest题解
前置知识 meet in middle (折半搜索) 会的大佬请跳过 不会的请自己前往oi wiki或CSDN(百度吧,少年) 解题思路 纯暴力 看完题目考虑将每一种情况计算出来,排序后找不超过T的最 ...