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. [转]WPF 依赖项属性

    from:http://blog.csdn.net/datoumimi/article/details/8033682 ps:环境限制,发的东西一长就会被拦截,所以删了一部分 UI软件中经常会用到大量 ...

  2. vs2010的11个调试技巧和方法

    调试是软件开发周期中很重要的一部分.它具有挑战性,同时也很让人疑惑和烦恼.总的来说,对于稍大一点的程序,调试是不可避免的.最近几年,调试工具的发展让很多调试任务变的越来越简单和省时. 这篇文章总结了可 ...

  3. 与MySQL交互(felixge/node-mysql)

    目录 简介和安装 测试MySQL 认识一下Connection Options MYSQL CURD 插入 更新 查询 删除 Nodejs 调用带out参数的存储过程,并得到out参数返回值 结束数据 ...

  4. ios技术面试题

    1.Difference between shallow copy and deep copy? 浅复制 只拷贝地址 不拷贝地址指向的对象 深复制 拷贝地址 并且指向拷贝的新对象 2.What is ...

  5. Codeforces Round #333 DIV2

    D: B. Lipshitz Sequence time limit per test 1 second memory limit per test 256 megabytes input stand ...

  6. Elasticsearch 5.0

    Elasticsearch 5.0 使用ES的基本都会使用过head,但是版本升级到5.0后,head插件就不好使了.下面就看看如何在5.0中启动Head插件吧! 官方粗略教程 Running wit ...

  7. WebClient

    Mircsoft在dotnet1.1框架下提供的向 URI 标识的资源发送数据和从 URI 标识的资源接收数据的公共方法.通过这个类,大家可以在脱离浏览器的基础上模拟浏览器对互联网上的资源的访问和发送 ...

  8. tomcat内存溢出,设置

    tomcat/bin/catalina.bat里找到echo Using CATALINA_BASE:   "%CATALINA_BASE%" ,在上方设置:    set JAV ...

  9. mysql federated engine

    mysql)) -> engine=federated -> connection='mysql://root@localhost:3306/t1/t';

  10. linux下MySQL 5.6源码安装

    linux下MySQL 5.6源码安装 1.下载:当前mysql版本到了5.6.20 http://dev.mysql.com/downloads/mysql 选择Source Code 2.必要软件 ...