外界来审阅你的工作

首先确立Hypothesis、Inventory。Hypothesis:不一定是最后的假设。Inventory围绕核心问题,找unique,可以与本组相同但是与其他实验室不同。

选择Right journal,考虑impact factor|time to publish|topic,topic可上WOS上检索top journal

Character of First-class paper:

Major advance int a classical field

Technology :New techniques and methods that can be widely used

Discoveries with obvious practical implications

新概念:Conceptual breakthrough,new ideas

突破性概念:challenge to traditional views ,break dogma

新领域:opening up new areas ,cross board

Character of Mediocre paper:

Horizontal growth是改他人的实验,所以要突出新载体的重要性,即差异的重要性。

Filling gaps是将几篇文章连接性作用,但是这是可以自行推理出来的。

Working out details

Support existing idea,”me too”

Follow up

Incomplete study,preliminary

Reviewer的阅读顺序是从abstract到figure,图表权重是图>表。

整理data之后应该从result开始写,主要是整理figure and tables,将图表order,make a structure for your results:

Decide what you wish to express

Design the section in the results(“dot points”)

figure legend 必须非常detail,即记录实验做法。但是Result不需要具体数值而是趋势,是一个conclusion,但是figure legend 必须非常detail,不要跳跃,有逻辑。

Result不要过谦:Write your results in the past tense|avoid double negatives|Use the active voice:active voice|passive voice|do not discard the passive voice

Discussion关键是wider context,内容是result+reference。

Introduction可以使用discussion中的reference,在结尾写出最终目的,达到吸引reader的目的。内容有四部分:1.Why2.not a good reason before3.your previous work4.practical problem。

Right journal|First-class paper|Mediocre paper|figure legend |Discussion|Introduction的更多相关文章

  1. Paper.js - Paper.js

    Paper.js - Paper.js   Paper.js is an open source vector graphics scripting framework that runs on to ...

  2. paper 13:计算机视觉研究群体及专家主页汇总

    做机器视觉和图像处理方面的研究工作,最重要的两个问题:其一是要把握住国际上最前沿的内容:其二是所作工作要具备很高的实用背景.解决第一个问题 的办法就是找出这个方向公认最高成就的几个超级专家(看看他们都 ...

  3. Summary on Visual Tracking: Paper List, Benchmarks and Top Groups

    Summary on Visual Tracking: Paper List, Benchmarks and Top Groups 2018-07-26 10:32:15 This blog is c ...

  4. Paper Reviews and Presentations

    Copied from Advanced Computer Networks, Johns Hopkins University. Paper Reviews and Presentations Ea ...

  5. [BZOJ4760][Usaco2017 Jan]Hoof, Paper, Scissors dp

    4760: [Usaco2017 Jan]Hoof, Paper, Scissors Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 136  Solv ...

  6. uva 177:Paper Folding(模拟 Grade D)

    题目链接 题意:一张纸,每次从右往左对折.折好以后打开,让每个折痕都自然的呈90度.输出形状. 思路:模拟折……每次折想象成把一张纸分成了正面在下的一张和反面在上的一张.维护左边和方向,然后输出.细节 ...

  7. 洛谷 P3609 [USACO17JAN]Hoof, Paper, Scissor蹄子剪刀…

    P3609 [USACO17JAN]Hoof, Paper, Scissor蹄子剪刀… 题目背景 欢迎提供翻译,请直接在讨论区发帖,感谢你的贡献. 题目描述 You have probably hea ...

  8. Paper Reading

    Paper Reading_SysML Paper Reading_Computer Architecture Paper Reading_Database Paper Reading_Distrib ...

  9. Paper Reading_ML for system

    最近(以及预感接下来的一年)会读很多很多的paper......不如开个帖子记录一下读paper心得 SysML相关的文章很多来源于上学期的8980课.有些和具体field(比如DB/architec ...

随机推荐

  1. mysql数据库索引优化

    参考 :http://www.cnblogs.com/yangmei123/archive/2016/04/10/5375723.html MySQL数据库的优化:    数据库优化的目的:     ...

  2. LA_4730 Kingdom 并查集+树状数组

    给定N个点的坐标,代表N各城市,有M种操作,共分两种,一种是连线,把两个点连起来(一旦构成连通图,这个连通图即为一个州),还有种询问操作,为y=c,(c为小数部分恒为.5的实数),问y=c这条线经过了 ...

  3. Sequence Models Week 3 Neural Machine Translation

    Neural Machine Translation Welcome to your first programming assignment for this week! You will buil ...

  4. Arduino学习——Arduino main 函数

    在Arduino IDE的安装目录下可以找到main.cpp这个代码模板文件,main函数就位于此. 文件位置:{Arduino安装目录}\hardware\arduino\avr\cores\ard ...

  5. HTML与CSS结合的四种方式

    HTML与CSS结合的四种方式: 方式一:每个标签加一个属性: 例如:<div style="background-color:red; color: green"> ...

  6. filter的原理(转)

    今天学习了一下javaweb开发中的Filter技术,于是在网上搜了一下相关资料,发现这篇博客写的很不错,于是希望能转载过来以备以后继续学习之用.(原:http://www.cnblogs.com/x ...

  7. Vue.js 之 过渡动画

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  8. studentmanagement

    package javatestywh; public class ScoreInformation { private String stunumber; private String name; ...

  9. json,pickle,shelve序列化

    import json a = [{"a":"b"}] jd = json.dumps(a) #序列化,就是对象通过内存能够存储和传输的过程 with open ...

  10. hdu 2072(字典树模板,set,map均可做)

    地址:http://acm.hdu.edu.cn/showproblem.php?pid=2072 lily的好朋友xiaoou333最近很空,他想了一件没有什么意义的事情,就是统计一篇文章里不同单词 ...