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(); ...
随机推荐
- JVM 核心机制(类加载器、自定义文件系统类加载器、网络自定义类加载器
- ajax登录请求,无法跳转
没有用form提交数据,用的ajax提交.服务器显示已经登录成功,并且返回了成功代码OK.却无法进行跳转: js代码: $("input[type='submit']").on(& ...
- linux命令(34):less命令
1.命令格式: less [参数] 文件 2.命令功能: less 与 more 类似,但使用 less 可以随意浏览文件,而 more 仅能向前移动,却不能向后移动,而且 less 在查看之前不会 ...
- Spiral Matrix I&&II
Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral or ...
- react native android应用启动画面
参考地址:https://www.youtube.com/watch?v=rnLR65OGtic 第一步:生成启动画面的背景图片 生成一个2048*2048的背景图片,打开网站https://apet ...
- vue-music 关于Search(搜索页面)-- 搜索结果优化
搜索结果 列表点击跳转到相应的歌手详情页或者 歌曲页面,通过子路由跳转,和singer 组件一样 在suggest.vue 组件判断如果点击的是歌手,则new 一个歌手对象,通过这个对象的id 属性值 ...
- js string trim实现
String.prototype.trim = function() { var str = this, whitespace = ' \n\r\t\f\x0b\xa0\u2000\u2001\u20 ...
- Apache配置文件相关命令
转:http://www.365mini.com/page/apache-options-directive.htm Options指令是Apache配置文件中一个比较常见也比较重要的指令,Optio ...
- 洛谷P1392 取数 [堆]
题目传送门 取数 题目描述 在一个n行m列的数阵中,你须在每一行取一个数(共n个数),并将它们相加得到一个和.对于给定的数阵,请你输出和前k小的取数方法. 输入输出格式 输入格式: 第一行,三个数n, ...
- scrapy抓取拉勾网职位信息(三)——爬虫rules内容编写
在上篇中,分析了拉勾网需要跟进的页面url,本篇开始进行代码编写. 在编写代码前,需要对scrapy的数据流走向有一个大致的认识,如果不是很清楚的话建议先看下:scrapy数据流 本篇目标:让拉勾网爬 ...