10 Tips for Writing the Perfect Paper

Like a gourmet meal or an old master painting, the perfect college paper is carefully constructed – not thrown together the night before it’s due.   Each part is just right, and the pieces are assembled to form the clear and convincing whole.   We should know.  We’ve read thousands of papers and we can tell you it’s easy for the prof to sort out the good, the bad, and the ugly.  Wanna avoid the bad and the ugly?  Read on.

1.  Get started right away.  When the professors gives you, say, a week to write the paper, he or she is assuming you’ll be spending the whole time thinking out what you’re going to say, doing whatever research is necessary, and then actually writing your finished product.  You can’t go through the required intellectual steps if you don’t give your mind enough time to do them.  Always use all the available time.

  • 5-Start Tip.  Expect to write drafts.   Nobody gets it perfect the first time around.

2.  Decide what the expectations are.   Turns out that at college there are many different kinds of papers:  analytic papers, research papers, papers that draw on your own experience, summaries of some body of literature, and many other types.  Be sure you know exactly what kind of paper you’re being asked to write.  Good sources of information:  the syllabus, the paper assignment (be sure to focus on any verbs telling you what to do, e.g. compare and contrast, defend, evaluate, summarize), and anything the professor or TA says as they hand out the assignment.  If in doubt, ask before class or in an office hour.

3.  Always answer exactly the question asked.  Professors spend large amounts of time forging the question(s) for their papers.  Rather than having some preconceived notion of what they should be asking, answer what they are asking.

  • 4-Start Tip.  It’s generally not a good idea to construct your own question, even if that’s an option.  Usually, the professor has picked out time-tested questions that are designed to work, whereas you might pick something you’re interested in, but might be undoable given the literature or the difficulty and/or generality of your question.

4.  Be sure to fill the space.  Most professors, when they give a range for page length (for instance, five to eight pages), are expecting that the good papers will fall toward the top of the range.  If your paper comes out too short, consider probing an issue in more detail, giving an additional example or illustration, or raising an associated point.  Often, the additional length and depth can vault your paper from a B to an A.

5. Make sure your paper has a point – one.  One of the hallmarks of an excellent paper is that it has a single point that structures the paper and gives it unity.  Usually, that point is explicitly – and simply – stated in the first paragraph of the paper, sometimes even in the first sentence.  Less good papers read like a “laundry list”:  many points, all of them perhaps true or even important, but with no real single point to the paper.

6.  Give your paper direction.  Once you’ve figured out what the main point of your paper, you need to organize your points so that they all work together to support your main idea.  Be sure to carefully consider the order of the points to be introduced.  An excellent paper has structure and direction:  the reader can understand why the points are coming when they do, and how each works to advance the point of your paper.

7.  Write for a reasonably intelligent person – not the professor.  One of the most common mistakes in college paper writing is to assume that the reader already knows the answer and, hence, it’s enough if you just gesture at your points.  A good paper, on the other hand, explains the points fully and clearly enough so that someone who didn’t know the answer could understand your view just from what’s written on the page.

Extra Pointer.  Be sure to explain any technical terms, or terms not being used in their ordinary English meaning.  Never assume that the prof or TA will understand such terms just because he or she used them in class.

8.  Have a quote quota.  Unless instructed otherwise, you should not have elaborate quotes as parts of your paper; often a brief citation of the main few words or sentences (with proper footnotes) is more than enough.  That’s because what the professor is looking for is how youunderstand the material.  This is best demonstrated when you explain in your own words (with only brief quotes) what some author is saying – and meaning.

9.  Reach a conclusion.  One of the things a professor likes to see is a firm conclusion at the end of a paper.  Students sometimes are shy about taking a stand; but the paper is asking you to give your answer to what’s asked.  This doesn’t mean you should be dogmatic or opinionated, or refuse to consider arguments or evidence that goes against your view.  But it does mean that you shouldn’t just list considerations on both sides and leave it to the reader to figure out what the answer to the question really is.

10.  Deal the professor in.  You might be surprised to hear that many professors enjoy thinking, and talking, about the question asked – especially if the course is in the prof’s field of research.  You can join the conversation – and the intellectual exercise – by going to see the professor, or even by emailing or Skyping him or her before you finalize your paper.  You’ve paid for this faculty/student interaction.  You should use it.

Bonus tip.  Be sure to proofread your paper.  Even if your professor doesn’t take off for spelling and grammar, he or she can’t help but think less of your ideas if they’re expressed with bonehead spelling mistakes or sentences that are grammatically incorrect.  Well worth the few minutes of extra time.

If you liked the tips in this article, you’ll love the 637 tips in our book, The Secrets of College Success.  You can write us with questions or blog ideas at professors@professorsguide.com.  We’d love to hear from you – really. 

from: http://blog.chegg.com/2012/02/06/10-tips-for-writing-the-perfect-paper/

写出完美论文的十个技巧10 Tips for Writing the Perfect Paper的更多相关文章

  1. 写出完美的snprintf

    平时公司的代码安全扫描会给出不安全代码的告警,其中会检查代码中间的strcpy和sprintf函数,而要求使用strncpy和snprintf.今天我们讨论一下怎样写出完美的snprintf. snp ...

  2. 10 Tips for Writing Better Code (阅读理解)

    出发点 http://www.tuicool.com/articles/A7VrE33 阅读中文版本<编写质优代码的十个技巧>,对于我编码十年的经验,也有相同感受, 太多的坑趟过,太多的经 ...

  3. 在java中写出完美的单例模式

    1. 前言 单例(Singleton)应该是开发者们最熟悉的设计模式了,并且好像也是最容易实现的——基本上每个开发者都能够随手写出——但是,真的是这样吗? 作为一个Java开发者,也许你觉得自己对单例 ...

  4. 写出优秀论文How To Write A Great Essay About Anything

    There is an assumption in the world that an essay is something literary you write for school about a ...

  5. 如何写出如散文般的代码――《代码整洁之道》读书笔记(Ch1-Ch3)

    不知道有多少人像我一样,程序出现问题时添加函数添加变量解决,变量名用a,b,c等"简单"的字母来表示.不知道有多少人像我一样,看完自己的代码,心里暗骂"什么玩意儿!&qu ...

  6. 写出优美代码的两个方式:一步到位VS迭代优化

    最近把手头这个安卓APP的所有事务性方法都写完了,有了以下体会,新手体会,老鸟轻拍   想写成优美代码的人一般都会有这样的想法: 一定要在写每一句代码,写每一个方法,构造每一个类的时候,都要记得优化: ...

  7. NASA关于如何写出安全代码的10条军规

    博客搬到了fresky.github.io - Dawei XU,请各位看官挪步.最新的一篇是:NASA关于如何写出安全代码的10条军规.

  8. 写出优质Java代码的4个技巧

    我们平时的编程任务不外乎就是将相同的技术套件应用到不同的项目中去,对于大多数情况来说,这些技术都是可以满足目标的.然而,有的项目可能需要用到一些特别的技术,因此工程师们得深入研究,去寻找那些最简单但最 ...

  9. 写出优质Java代码的4个技巧(转)

    http://geek.csdn.net/news/detail/238243 原文:4 More Techniques for Writing Better Java 作者:Justin Alban ...

随机推荐

  1. SQL多表连接

    在KS系统中分配好权限以后,在用户登录的时候就要通过用户查到角色,通过角色查到界面,界面又属于某个菜单,一共要查4个表.并且不能有重复的记录这个时候就用到了SQL的内连接.SQL的多表连接很方便,以前 ...

  2. 【nodejs】jade模板入门

    使用jetbrians webstom创建空项目 1.创建package.json 引用依赖配置 { "name": "demojade", "des ...

  3. cxf简单实例

    CXF是一个基于 Servlet 技术的 SOA 应用开发框架,简单来说,就是WebService的轻量级实现. 1.下载开发包:http://cxf.apache.org/download.html ...

  4. Careercup - Facebook面试题 - 5765850736885760

    2014-05-02 10:07 题目链接 原题: Mapping ' = 'A','B','C' ' = 'D','E','F' ... ' = input: output :ouput = [AA ...

  5. android动态增加控件时控制样式的方法

    在学习android的动画时,发现所谓的tween动画只是改变绘制效果并不改变原控件的位置时是颇为失望的,虽然3.0之后已经有了property animation,但是由于要兼容老版本的androi ...

  6. Javascript数据类型之Undefined和null

    Javascrip中的数据类型分为原始数据类型(primitive type)和对象数据类型(object type). 原始数据类型 原始数据类型包括:数字.字符串.布尔值.null.undefin ...

  7. [转载]点评阿里云、盛大云等国内IaaS产业

    免责声明:     本文转自网络文章,转载此文章仅为个人收藏,分享知识,如有侵权,请联系博主进行删除.     原文作者:刘黎明      原文地址:http://www.chinacloud.org ...

  8. C# mongodb [下]

    概述 传统的关系数据库一般由数据库(database).表(table).记录(record)三个层次概念组成,MongoDB是由数据库(database).集合(collection).文档对象(d ...

  9. 【BZOJ】【1026】【SCOI2009】Windy数

    数位DP cxlove基础数位DP第三题 = =预处理是个很有用的东西!然后就是分类讨论! /***************************************************** ...

  10. DelayedOperationPurgatory之purgatory的实现

    purgatory的超时检测 当一个DelayedOpeartion超时(timeout)时,它需要被检测出来,然后调用它的回调方法.这个事情看起来很简单,但做好也并不容易. 0.8.x的Kafka的 ...