【转载】回复“大修意见”(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 = ...
随机推荐
- 项目管理--PMBOK 读书笔记(7)【项目成本管理】
1.成本术语: 2.三点估算(PERT): 平均估算值=(最可能持续时间*4+最乐观+最悲观)/6 标准差=(最乐观-最悲观)/6 68.26%.95.46%.99.73% 3.估算成本的工具:质量成 ...
- 在 Wed 中应用 MyBatis(同时使用MVC架构模式,以及ThreadLocal 事务控制)
1. 在 Wed 中应用 MyBatis(同时使用MVC架构模式,以及ThreadLocal 事务控制) @ 目录 1. 在 Wed 中应用 MyBatis(同时使用MVC架构模式,以及ThreadL ...
- react的类组件的ts写法
react的类组件的ts写法,声明的变量,props和state的写法 import React, { PureComponent } from 'react'; interface Iprops { ...
- 抖音验证签名和接口含中文签名,需要在发送端加上utf8编码
抖音验证签名和接口含中文签名,需要在发送端加上utf8编码 抖音验签和抖音异步通知回调验签解决:是对整个接收的字符串做验签,而不是部分数据做验签解决中文参数问题,否则中文乱码报验签错误 签名算法htt ...
- CloseableHttpClient设置超时时间demo 未设置默认是2分钟
# CloseableHttpClient设置超时时间demo 未设置默认是2分钟 import org.apache.http.HttpHeaders; import org.apache.http ...
- libevent之bufferevents
目录 Bufferevents:概念和基础知识 Bufferevents 和 evbuffers 回调和水印 延迟回调 缓冲区事件的选项标志 使用基于套接字的缓冲区事件 创建基于套接字的缓冲区事件 在 ...
- 基于SQLite3的C学习总结
背景 针对 SQLite3 的学习总结 arm linux 移植 SQLite 3 如何在 Linux 上移植使用 SQLite3,标题虽然是在讲 arm linux,但实际上是跨平台的. 基于 SQ ...
- T3/A40i支持Linux-5.10新内核啦,Docker、Qt、Python统统升级!
自2021年创龙科技推出全志国产化率100%的T3/A40i工业核心板后,不到两年时间已超过800家工业客户选择创龙科技T3/A40i平台.随着客户产品的不断升级与迭代,部分"能源电力&qu ...
- Oracle自定义数据类型
1 CREATE OR REPLACE FUNCTION split(p_str IN clob, 2 p_delimiter IN VARCHAR2 default (',') --分隔符,默认逗号 ...
- 2 - 【RocketMQ 系列】CentOS 7.6 安装部署RocketMQ
二.开始安装部署RocketMQ 官方网站:https://rocketmq.apache.org/ 各版本要求: 1.版本选取 下载地址: https://github.com/apache/roc ...