关于Major Revision 绝地求生for macReconsideration,求帮助

 上传我的文档
 下载
 收藏
一线资深小学音乐教师,音乐教研组长,研究并擅长音乐教学和教育心理学,获得盘锦市优秀青年教师称号。
 下载此文档
正在努力加载中...
CriteriaArticle Reject Major Revision Minor Revision Accept
下载积分:1500
内容提示:CriteriaArticle Reject Major Revision Minor Revision Accept
文档格式:PDF|
浏览次数:6|
上传日期: 09:55:53|
文档星级:
全文阅读已结束,如果下载本文需要使用
 1500 积分
下载此文档
该用户还上传了这些文档
CriteriaArticle Reject Major Revision Minor Revisi
官方公共微信Version.MajorRevision 属性
MajorRevision 属性
本文档已存档,并且将不进行维护。
Version.MajorRevision 属性
Visual Studio 2008
更新:2007 年 11 月
获取修订号的高 16 位。
命名空间:
mscorlib(在 mscorlib.dll 中)
public short MajorRevision { get; }
/** @property */
public short get_MajorRevision()
public function get MajorRevision () : short
16 位的有符号整数。
假定您发布了应用程序的一个临时版本,以便在发布永久解决方案之前临时纠正某个问题。该临时版本不一定有新的修订号,但确实需要被标识为一个不同的版本。在这种情况下,分别对 32 位修订号的高 16 位和低 16 位部分中的标识信息进行编码。使用
属性来获取整个修订号,使用 MajorRevision 属性来获取高 16 位,使用
属性来获取低 16 位。
从 .NET Framework 版本 2.0 开始,Windows NT 操作系统使用 MajorRevision 属性对 Service Pack 号进行编码。
下面的代码示例演示
构造函数以及 、、、、MajorRevision 和
// This example demonstrates the Version.Revision,
// MajorRevision, and MinorRevision properties.
class Sample
public static void Main()
string fmtStd = "Standard version:\n" +
major.minor.build.revision = {0}.{1}.{2}.{3}";
string fmtInt = "Interim version:\n" +
major.minor.build.majRev/minRev = {0}.{1}.{2}.{3}/{4}";
Version std = new Version(2, 4, 1128, 2);
Version interim = new Version(2, 4, 1128, (100 && 16) + 2);
Console.WriteLine(fmtStd, std.Major, std.Minor, std.Build, std.Revision);
Console.WriteLine(fmtInt, interim.Major, interim.Minor, interim.Build,
interim.MajorRevision, interim.MinorRevision);
This code example produces the following results:
Standard version:
major.minor.build.revision = 2.4.1128.2
Interim version:
major.minor.build.majRev/minRev = 2.4.
Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见。
受以下版本支持:3.5、3.0、2.03188人阅读
研究基本功(3)
今天一大早收到来自三个多月前投稿的一个journal的审稿回复:revise and reconsider。。。给老板看了具体的letter后觉得这就是Major Revision。
坑爹啊,这篇论文从去年4月正式开始立题,7月份第一次投出,10月份得到审稿意见,审稿意见挺不错,但需要修改,修改完后再投,审稿人都觉得可以了,但是editor就是不同意,还要推荐新审稿人,不得不按要求推荐了6个来自全球各地的相关研究人员(真的是independent的啊!!),但之后审稿完成后,还是同样的letter!不得已,老板考虑到肯定是遇到“仇家”了,果断撤稿改投到这次的这个journal,又是漫长的等待。
不过从这次的审稿意见来看,确实是挺专业的,咱完全接受这样的意见!只要不黑咱就好了。打算下周把论文按照审稿人的意见好好的改写一下,我感觉可能还需要加一些实验使得关于efficiency的argument更加的有说服力一些。希望自己的第一篇一作好事多磨,最终能有个好结果,不枉我花了这么多的时间写论文,做实验,改论文,写response。
但问题在于我目前急需一些论文来证明自己的科研能力,方便下半年的出国申请,真的是感觉自己不太走运。。。不知道这个本命年能不能完成人生的有一次转折了。
***********************************************************************************************
Revison Notes:
修改过程,在bib文件中添加需要新增的几篇参考文献BibTex,在tex中加以引用,Latex编译tex,命令行编译:
然后再次编译tex文件得到相应的pdf文件
(2):timeline
301早上接到Editor的Email,转发给Zhong,
301~308 分别针对reviewer的5点意见,查找相关文献,修改文章中的相关段落,想办法解释其提出的问题。308晚将初步修改稿和response Email给Zhong。
309 晨收到Zhong的意见,提出的意见较多。
310~313 针对进一步的修改要求,对response进行了又一次逐条的修改。在perforamnce部分,找到新的一些较为适合的dataset,重新做了实验(预处理,修改程序,测量效率),对paper中的相关内容也进行了小幅度的调整。313晚,将进一步修订后的内容提交给Zhong审阅。
314 晨收到Zhong的进一步意见,意见较少,再次简单修改后,将论文提交!
科研来不得偷懒,你在一开始写论文做实验时,如果就没有尽最大的努力让自己的论文至少在自己看来已经是非常出色了,就不应该草草的投稿,因为迟早还是得要解决文章中的不足的,而在和editor交互的过程中不断的按reviewer的要求来response,来修改,这将是十分耗时(周期太长!)而又特别的被动的!
所以写论文,一定在一开始的工作中就不能有一丝一毫的偷懒!一定要全力以赴第一稿!
&&相关文章推荐
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:72904次
积分:1393
积分:1393
排名:千里之外
原创:66篇
转载:11篇
(1)(1)(1)(1)(2)(1)(1)(2)(5)(4)(5)(7)(3)(7)(13)(12)(12)
(window.slotbydup = window.slotbydup || []).push({
id: '4740881',
container: s,
size: '200,200',
display: 'inlay-fix'小木虫 --- 600万学术达人喜爱的学术科研平台
热门搜索:
&&关于Major Revision for Reconsideration,求帮助!!!
关于Major Revision for Reconsideration,求帮助!!!
第一篇,今天刚收到decision,给了大修,但是看专家意见里都是小问题,觉得应该小修就够了,各位看看机会大吗?谢谢了!
Thank you for submitting the above manuscript to International Journal of Biological Macromolecules.&&We have now received the reviewers' reports, and regrettably I must inform you that the manuscript is not acceptable for publication in its present form, and requires major revision before it can be reconsidered for publication.
For your guidance, reviewers' comments are appended below.&&I believe that the comments/suggestions made by the reviewers are self-explanatory.
If you decide to revise the work, please submit an itemized list of changes which have been made in response to the reviewer's comments/suggestions or a rebuttal of why a particular comment/suggestion was not acted upon. In order to expedite publication of the manuscript, I would appreciate receiving the revised manuscript by Dec 15, 2012.
To submit a revision, please go to /ijbiomac/ and login as an Author.
On your Main Menu page is a folder entitled "Submissions Needing Revision". You will find your submission record there.
Please note that the revised manuscript will then be sent to reviewers for further consideration.
Thank you for your assistance and co-operation in the above matter. I look forward to receiving the revised manuscript.
Kind regards.
International Journal of Biological Macromolecules
Reviewers' comments:
Reviewer #1: The manuscript * is an original paper research on the structure features of three kinds of nanoparticles. The preparation and structure of G-NPs was novel and very interesting. PLGA-NPs and C-NPs were commonly reported, but it was rarely reported on the preparation of G-NPs. Maybe it has good potential in the controlled release delivery as the author described. The self-assembly behavior and hydrolytic erosion were important information for the application of chitosan modified PLGA NPs. So I recommend the paper for publication in International Journal of Biological Macromolecules after revision.
1)& &&&Line 26,213 and 221.
All "mv" should be indicated as "mV".&&
2)& &&&Line 115:"The excess linking reagents were removed by centrifugation and dialysis"
The expression of medium and dialysis treatment time is not clear.
3)& &&&Line 210:" C-NPs had larger size due to the chitosan layer coating the surface of PLGA NPs. G-NPs had a mean diameter of 187.5±17.6nm, which was not significantly different with C-NPs."
Please represent the diameter of C-NPs and the statistical value.
4)& &&&Please note the spacing mistakes and capital letters. Go over the paper and correct it.
Ex, Line 192: "The peaks at1650cm-1 and…"Please note the spacing.
"fig.3…emulsifying …" and "self-assembled… " Initial should be uppercase.
Line 300:"…(Grant No.2012DFB50140), the National Natural Science Foundation of China (Grant No. ), and the Science and Technology Projects of Shandong province (Grant No. 2011GSF12124)" The spacing should be unified.
5)& &&&In "Measurement of the hydrolytic erosion", the nanoparticles were dispersed in PBS without string? Please described clearly.
学术必备与600万学术达人在线互动!
扫描下载送金币

我要回帖

更多关于 js中for循环求5的阶乘 的文章

 

随机推荐