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(); ...
随机推荐
- jenkins上展示html报告【转载】
转至博客:上海-悠悠 前言 在jenkins上展示html的报告,需要添加一个HTML Publisher plugin插件,把生成的html报告放到指定文件夹,这样就能用jenkins去读出指定文件 ...
- Docker for Windows 里的Shared Drives 设置不生效
原文地址:传送门 问题描述:Docker中的settings里的Shared Drives 选择对应盘符后,点击Apply后无法生效,没办法选择对应盘符进行分享. 解决办法:win+R ,键入gped ...
- Java String lastIndexOf() 方法
Java String lastIndexOf() 方法 测试代码 public class Test { public static void main(String[] args) { // -- ...
- mysql source 乱码
mysql -u root -p --default-character-set=utf8 use dbname source /root/newsdata.sql
- CF1025B Weakened Common Divisor【数论/GCD/思维】
#include<cstdio> #include<string> #include<cstdlib> #include<cmath> #include ...
- nyoj(表达式求值)
描述 ACM队的mdd想做一个计算器,但是,他要做的不仅仅是一计算一个A+B的计算器,他想实现随便输入一个表达式都能求出它的值的计算器,现在请你帮助他来实现这个计算器吧. 比如输入:"1+2 ...
- PM过程的一些典型场景和问题
如何进行团队激励 如何进行目标管理 如何进行绩效考核 如何处理团队沟通(技巧) 详述几种软件过程理论 需求分析和度量 测试过程和工具 开发管理过程
- SQLSEVER 中的那些键和约束
SQL Server中有五种约束类型,分别是 PRIMARY KEY约束.FOREIGN KEY约束.UNIQUE约束.DEFAULT约束.和CHECK约束.查看或者创建约束都要使用到 Microso ...
- 【POJ 2186】Popular Cows
http://poj.org/problem?id=2186 tarjan求强连通分量. 因为SD省选用WinXP+Cena评测而且不开栈,所以dfs只好写手动栈了. 写手动栈时思路清晰一点应该是不会 ...
- noip 2016 day2 t1组合数问题
题目描述 组合数表示的是从n个物品中选出m个物品的方案数.举个例子,从(1,2,3) 三个物品中选择两个物品可以有(1,2),(1,3),(2,3)这三种选择方法.根据组合数的定 义,我们可以给出计算 ...