response letter模板
(a) 首先,要把编辑评委提出的修改意见逐条列出。 建议这里直接quote对方的原文, 比如象这样:
"The reference to Bianchi's model published in 2000 is a bit obsolete, even Bianchi has produced and published (in this same publication) a better model."
这样直接quote对方的原文,表明你并没有歪曲,修改对方的意见,是对方的一种尊重。
(b) 然后开始回答你是如何针对这个意见来修改你的文章。
(b-1)首先,你要写出你对编辑评委意见的理解:
Reviewer 1 requires that we should update our reference to Bianchi's work.
(b-2) 指出我们在没有修改前,我们是如何写的。
In our previously submitted draft, we use the following reference to Bianchi's work:
[3] G. Bianchi, "Performance analysis of the IEEE 802.11 distributed coordination function", IEEE Journal on Selected Areas in Communications, vol. 18, no. 3, pp. 535-547, 2000.
(b-3) 阐述你针对这个意见做了什么事。 比如这个意见是说我给出的一个reference太旧。 我就说明我上网去查阅了专门的数据库,列举查到的结果, 并对结果进行解释和说明:
We checked IEEE Xplore database and found two Bianchi's letters mentioned by Reviewer 1:
1. G.Bianchi, “IEEE 802.11-saturation throughput analysis", Communications Letters, IEEE, vol. 2, no. 12, pp. 318-320, 1998.
2. G.Bianchi, I.Tinnirello, ”Remarks on IEEE 802.11 DCF performance analysis ", Communications Letters, IEEE Volume: 9 Issue: 8 Aug 2005
Page(s): 765- 767.
The frst letter is the short letter version of [3]. The second letter proposes a non-Markov chain approach for IEEE 802.11 DCF analysis.
Extensive work have been done on analyzing IEEE 802.11 DCF performance. Most of them use a Markov chain approach based on Bianchi's work in [3], and accordingly [3] are frequently mentioned in publications in this area.
Our analytical model also uses Markov chain approach, which is still based on Bianchi's work in [3]. Thus it is reasonable that we should mention it. Also compared with Bianchi's letter published in 1998, more details are presented in [3]. Thus we decide to mention [3] instead of that letter as [3] can help readers better understand Bianchi's work as well as our work.
Regarding Bianchi's second letter published in 2005, it contributes a new approach to analyzing the performance of IEEE 802.11 DCF. Elementary probability theory instead of complicated Markov chain is used in this letter. However, this work still ignores the effect of using data rate switching as most other work in this area do. It is diffcult for us to list numerous publications in this area due to the limited space. Therefore, in this draft, we only list the closely related publication (reference [3]), because we used this work in our analysis.
(b-4) 如果我针对这个意见对文章做出一定的修改,应该列举出对应的修改:
The related statement in the revised draft is as follow (referred to Paragraph 2, Section I):
“Despite extensive work on analyzing the performance of IEEE 802.11 DCF, most of them consider stations use a single data rate only and the effect of using DRS has been largely ignored, such as that in [3]."
写这种response letter时要注意语气,表现出礼貌。 最好要说一些"We thank the anonymous reviewers for their constructive comments"之类的客套话在(b-1)部分。此外,很有可能对方给的意见你本人不赞同(比如上面的例子),这时更要注意语气,同时给出详细可靠的数据证和充足的理由解释你为什么不赞同对方的看法(b-3)。 当然,为了照顾对方的情绪,可以在文中加一两句无关痛痒的话来cover对方的意见,如同我在上面的例子中(b-4)做的那样。
如果对方的意见确实是正确的和很有帮助的,在(b-1)更加要毫不吝啬的发表赞同的话,在(b-2)部分,可以用“incorrect"这类负面意义的词来形容自己以前文章中的相关内容, 表明自己深刻认识到这个错误。此外,(b-3)(b-4)可以合并,要详细介绍你是如何针对这个意见修改文章的, 不要再浪费过多时间来为你以前文章做辩护。
from: http://blog.sina.com.cn/s/blog_4723da760100tccz.html
response letter模板的更多相关文章
- response letter
		
1.Firstly, we would like to thank you for your kind letter and for reviewers’ constructive commentsc ...
 - SCI/EI期刊投稿 Reply Letter 常用格式总结
		
SCI/EI期刊投稿Reply Letter常用格式总结 整个论文投稿的过程中,会遇到各种问题,需要我们向主编询问或是回复.下面主要总结了responses to the comme ...
 - Thymeleaf模板的使用
		
使用模板的要点: 页面主体结构固定,具体参数可变,尽可能让参数动态化,才能提高模板的复用性 ================================================== ...
 - thymeleaf模板引擎入门
		
ThymeLeaf是什么 Thymeleaf是一个用于服务器端的java模板引擎,它使用简单但功能强大,目前可以处理的模板类型包括:HTML.XML.TEXT.JavaScript.CSS等. 搭建t ...
 - [django]利用xlwt实现文件下载功能
		
代码: url.py: url(r'^importmould/$', 'keywork.views.xls_mould', name='xls_mould'), view.py: from djang ...
 - Symfony2模版引擎使用说明手册
		
一.基本使用 {{ demo }}输出一个demo变量; {% func %}通常是包含一个twig函数例如 for; 举个for循环的例子: {% for i in 0..10 %} <em& ...
 - 利用freemarker 静态化网页
		
1.介绍-FreeMarker是什么 模板引擎:一种基于模板的.用来生成输出文本的通用工具 基于Java的开发包和类库 2.介绍-FreeMarker能做什么 MVC框架中的View层组件 Html页 ...
 - 关于Python的web框架
		
uliwebhttp://git.oschina.net/limodou/uliweb uliweb 吸取了其他框架的经验,集成了orm.总的来说一般.这个安装后有个exe文件,命令行工具.不绿色.个 ...
 - java新手笔记22 接口示例2
		
1.USB package com.yfs.javase; public interface USB { //定义规范 public void read(); public void write(); ...
 
随机推荐
- nginx配置文件的详细讲解
			
user nginx nginx; #定义Nginx运行的用户和用户组worker_processes 1; #nginx进程数,建议设置为等于CPU总核心数worker_rlimit_nofile ...
 - .NET Core、.NET Standard、Xamarin和.NET Framework对比
			
近日,微软发布了.NET Core 2.0,但是开发人员中间仍然存在一些疑惑,就是.NET Core..NET Standard.Xamarin和.NET Framework有什么不同. .NET F ...
 - mybatis 联结查询
			
一.查询 员工(tbl_employee)时,关联 查询出 员工对于的部门信息 (tab1_dept),一对一查询,或者多对一查询 适用 emp bean里面 包含 部门bean dept属性对象 1 ...
 - java虚拟机字节码执行引擎
			
定义 java虚拟机字节码执行引擎是jvm最核心的组成部分之一,它做的事情很简单:输入的是字节码文件,处理过程是字节码解析的等效过程,输出的是执行结果.在不同的虚拟机实现里,执行引擎在执行java代码 ...
 - http通信过程中,Web浏览器与Web服务器之间将完成下列7个步骤
			
http通信过程中,Web浏览器与Web服务器之间将完成下列7个步骤: (1) 建立TCP连接 在HTTP工作开始之前,Web浏览器首先要通过网络与Web服务器建立连接,该连接是通过TCP来完成 ...
 - POJ-2594
			
Treasure Exploration Time Limit: 6000MS Memory Limit: 65536K Total Submissions: 7035 Accepted: 2 ...
 - 机器学习方法(八):随机采样方法整理(MCMC、Gibbs Sampling等)
			
转载请注明出处:Bin的专栏,http://blog.csdn.net/xbinworld 本文是对参考资料中多篇关于sampling的内容进行总结+搬运,方便以后自己翻阅.其实参考资料中的资料写的比 ...
 - python 用abc模块构建抽象基类Abstract Base Classes
			
见代码: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2018/08/01 16:58 from abc import ABCMet ...
 - [你必须知道的.NET]第二十六回:认识元数据和IL(下)
			
发布日期:2009.03.04 作者:Anytao © 2009 Anytao.com ,Anytao原创作品,转贴请注明作者和出处. 说在,开篇之前 书接上回: 第二十四回:认识元数据和IL(上), ...
 - jquery中的jsonp和js中的jsonp还有配合php实现的jsonp。
			
最近在做一个自己的网站,才知道一个前端需要学习的东西到底有多少. 来吧~步入正题,我的网站空间很小.所以在资源上,就有点吼不住了.跨域拿数据肯定是不可避免的了. 一.原生js: 我们知道他的原理,就是 ...