How to Conduct High-Impact Research and Produce High-Quality Papers
How to Conduct High-Impact Research and Produce High-Quality Papers
Contents From Slide
Russell Group is the Ivy League of UK
顶级期刊 IEEE, ACM
做研究要有可持续性,最好是基于团队以往的成果
顶级的研究:现实应用中的难题;敢于挑战世界难题
- How to identify an important and timely research project ?
关注顶级会议,到不了现场可以 fellow website,关注顶会的 keynote speech 和 technical programme 部分
关注顶级期刊,可以适当地订阅,以此督促阅读
To accept new concept positively
To accept the information of fund project
NSF
EPSRC
FP7
Horizon-2020
To trace the work of known scientists in your research area
To read 10 papers per week
How to step into a new research field and conduct new research project?
To be positive and curious enough
To be confident and adaptable
To read tutorial papers, English behind Chinese
To identify the research challenges and problems, and understand the new knowledge and tools
To link these problems with your existing background and experise
To read the papers/references in two stages, classify the papers(problems) and make record
1) To focus on the abstract and introduction to understand (which problem, why important, disadvantage of existing work, existing gaps, how the proposed method work, which theory and tools used, how to perform experiments) and leave the theoretical proof and mathematical derivationn
2) To thoroughly investigate the design, proof, and theoretical analysis only after the paper is selected as the seeds. For some difficult papers, we need focus on the use (specific points) of the theory and mathematical tools and read for multiple times.
Using when learning. Making notes, writing summaries and classifying papers.How to produce and publish high-quality research papers productively?
Paper review and evaluation criteria:
Relevance and Suitability
Originality and Contributions (highlight)
Solid Method and idea (strength and weakness)
Readabilty (language, reason, presentation and structure)
Experiments and analysis (Justification of experimental scenarios and parameters)
To be confident to target the higher levels of journals and conferences
To link the work with the theme of the journal and conference
To follow the author instructions of the journal and fellow the style/structure of the top papers in the topic
To cite the references of the journal/congference you targeted
To cite the updated top quality references
To built your work on the top quality publications in well-known conferences proceedings and journals
To use citation count (Google Scholar) to determine most important articles with feasible methodologies
To use your own expertise and show your unique contributions
To recite 2 good sentences in English every day to improve the writing and follow the structure of the sentences / words
To follow the author instructions of the journal and follow the style/structure of the top papers in the topic
To be sustainable (Classification and assumptions)
To classify the papers and make recordHow to write a high-quality paper? 文章的规范、架构、重点
Paper Title
Eye-catching and attractive
Understandable
Relevant to the themes of the journal / special issue / conference
Abstract
Why the address problems is important and timely?
What are the existing gap?
Why the problem to be addressed is challenging?
One sentence to summarize the work, and then explain how to achieve these
Validation, comparison performance results
Application and value
Introduction
An extended version of abstract with more evidence and explanation
A summary of 3-4 major contribution (one core contribution and 2-3 specific components)
Introduce the result of this paper
Related work
Logic presentation based on classification of the existing work step by step
Show clearly their gaps
Highlight what are the difference of our work and existing work
Main parts of the paper
Scenarios and problem defination
The core contribution (present the system design or the framework of the proposed solution)
The specific components (contributions)
How to link theory with the work
Validation, comparision and performance analysis
Introduction and justify the experimental scenarios and parameter-setting (from real-world scenarios, standards, widely used, or complete consideration) to show the comparision is fair and reasonable
Explain the results and reasons
What are the insights
Conclusions and Furture Directions (?)
Primes of Lecture
paper 一定要打印出来然后读,读 paper 的时候一定要做笔记,英文 paper 的笔记只能记英文
先熟悉一个方法,解决一个问题;然后改进这个方法,解决同一个问题
好的标题:做了什么事、什么方法、效果如果
Q & A
如何定义“我读完了这篇论文”?
| 步骤 | 目的 | 施行频率 |
|---|---|---|
| To focus on the abstract and introduction to understand :which problem, why important, disadvantage of existing work, existing gaps, how the proposed method work, which theory and tools used, how to perform experiments | 作为了解 | 最高 |
| To thoroughly investigate the design, proof, and theoretical analysis only after the paper is selected as the seeds. For some difficult papers, we need focus on the use (specific points) of the theory and mathematical tools and read for multiple times | 作为base line | 较低 |
| implementing the paper | master this paper | 稀少 |
How to Conduct High-Impact Research and Produce High-Quality Papers的更多相关文章
- How to do high impact research + 实事求是
1. develop a strong publications record early, so do what you can to make that happen. 2. 粗读:abstrac ...
- Project Management Process
Project Management ProcessDescription .............................................................. ...
- 斯坦福CS课程列表
http://exploredegrees.stanford.edu/coursedescriptions/cs/ CS 101. Introduction to Computing Principl ...
- (转)A Survival Guide to a PhD
Andrej Karpathy blog About Hacker's guide to Neural Networks A Survival Guide to a PhD Sep 7, 2016 T ...
- (转) A Survival Guide to a PhD
A Survival Guide to a PhD Sep 7, 2016 This guide is patterned after my “Doing well in your courses”, ...
- cvpr2015papers
@http://www-cs-faculty.stanford.edu/people/karpathy/cvpr2015papers/ CVPR 2015 papers (in nicer forma ...
- New Machine Learning Server for Deep Learning in Nuke(翻译)
最近一直在开发Orchestra Pipeline System,歇两天翻译点文章换换气.这篇文章是无意间看到的,自己从2015年就开始关注机器学习在视效领域的应用了,也曾利用碎片时间做过一些算法移植 ...
- Stanford Prof. Li Feifei写给她学生的一封信
De-mystifying Good Research and Good Papers By Fei-Fei Li, 2009.03.01 Please remember this: 1000+ co ...
- Tips for Planning Your Business Startup
原文链接:http://domaintree.me/?p=1037 By Robert Thibodeau – Starting a business can be a very daunting ...
随机推荐
- js计算斐波拉切
function feibo(a){ if(!a || a <= 0){ throw new Error("参数错误,必须大于0"); }else if(a == 1){ r ...
- jmeter SMTP Sampler取样器发送测试结果邮件
原理: 先用结果类监听器(用表格察看结果.聚合报告)将测试结果以csv文件保存到本地. 然后再用SMTP Sampler取样器把本地的测试结果文件发送到指定邮箱 具体步骤如下: 1.下载javamai ...
- cocos2d JS 错误异常抛出捕获和崩溃拦截
Error对象 一旦代码解析或运行时发生错误,JavaScript引擎就会自动产生并抛出一个Error对象的实例,然后整个程序就中断在发生错误的地方. Error对象的实例有三个最基本的属性: nam ...
- cocos2dx 3.13 在Mac平台下配置安卓环境变量
终端下输入:vi .bash_profile 编辑环境变量: export COCOS_CONSOLE_ROOT=/Users/jiazedong/Cocos2d-x/cocos2d-x-3.2/co ...
- Response.Redirect & window.location.href
对接中信的微信H5支付时,对方(其实是微信)需要对我们的域名进行授权,即,我方需向渠道报备支付域名,微信只认可由此域名发起的支付交易. 支付中心只提供了一套支付接口供下游系统访问.因为给渠道报备的域名 ...
- Oracle 23的用户管理
创建用户的语法格式 Create user <user_name> Identified by<password> Default tabespace<default t ...
- [16]Windows内核情景分析 --- 服务管理
随时可以看到任务管理器中有一个services.exe进程,这个就是系统的服务控制管理进程,简称SCM 这个进程专门用来管理服务(启动.停止.删除.配置等操作) 系统中所有注册的服务都登记在\HKEY ...
- html5-垂直定位
*{ padding: 0px; margin: 0px; }#div2{ background: green; padding: 15px; width: 200px; ...
- uva11990 动态逆序对
这题说的是给了一个数组,按照他给的顺序依次删除数,在删除之前输出此时的逆序对个数 我们用Fenwick树 维护这整个数列, C[i]是一个 treap的头, 管理了在树状数组中 能影响他的点,然后我们 ...
- 城市里的间谍B901
城市里的间谍 城市里的间谍 难度级别:C: 运行时间限制:1000ms: 运行空间限制:51200KB: 代码长度限制:2000000B 试题描述 某城市的地铁是线性的,有 n(2 <= n ...