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. mariadb 10 多源复制(Multi-source replication) 业务使用场景分析,及使用方法

    mariadb 10 多源复制(Multi-source replication) 业务使用场景分析,及使用方法 官方mysql一个slave只能对应一个master,mariadb 10开始支持多源 ...

  2. Mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost'(using password: YSE)

    安装mysql后,使用命令登录mysql居然报错了,Mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost'(using ...

  3. Swift和OC,是编译型语言、解释性语言、运行时语言

    首先需要明确的一点是,什么是编译型语言和解释性语言 编译型语言,就是在其执行过程中需要先将其经过编译成机器码来给计算机识别的,其执行效率就会比较高这个是显而易见的,常见比如:C.C++ 而解释型语言, ...

  4. ruby 格式化当前日期时间

    ruby 格式化当前日期时间 ruby 用Time类获取当前时间. t = Time.new puts t 可以看到输出的是(我现在运行的时间): Sat Jan 29 10:45:22 +0800 ...

  5. iOS Core data多线程并发访问的问题

    大家都知道Core data本身并不是一个并发安全的架构:不过针对多线程访问带来的问题,Apple给出了很多指导:同时很多第三方的开发者也贡献了很多解决方法.不过最近碰到的一个问题很奇怪,觉得有一定的 ...

  6. MYSQL-实现ORACLE- row_number() over(partition by ) 分组排序功能

    MYSQL-实现ORACLE- row_number() over(partition by ) 分组排序功能 由于MYSQL没有提供类似ORACLE中OVER()这样丰富的分析函数. 所以在MYSQ ...

  7. Chrome浏览器下调试SASS

    网上说的方案各有各的说法,尝试多个才找到有效方案,为避免后来者麻烦,现在讲讲如何调试 笔者ruby版本为3.4.19,因为sass文件的编译是需要ruby环境的,使用sass前需要先安装! 第一步(核 ...

  8. Emmet快速编写CSS样式

    基本的CSS样式编写时,很多样式只需输入首字母即可得到不带属性值的CSS样式,像上面说到的margin. 1.而对于一些带有特定的属性值的CSS样式,只需输入CSS标签与属性值的首字母就可以,比如: ...

  9. 【WCF--初入江湖】01 WCF编程概述

    01 WCF编程概述 SOA的优点 1.服务独立于平台和工作环境.服务并不关心自己所处的环境,也不关心与之进行通信的服务所处的    环境. 2.服务相互隔离. 3.服务对协议.格式和传输中立. 4. ...

  10. jsp自定义标签分析

    jsp自定义标签的优势体现在于jsp页面上面减少了java代码. jsp自定义标签有三大部分组成,首先是类继承TagSupport,实现doStartTag方法. public int doStart ...