MLA Handbook for Writers of Research Papers.7th ed.New York:MLA,2009.print.
还有一本,留待阅读
MLA Style Manual and Guide to Scholarly Publishing.3rd ed.New York:MLA, 2008.print.

1 .总结

区分文章内容:
        著,your ideas/words;
        述, your summaries and paraphrases of others'ideas and facts;
        引, quotation
研究步骤:
        1. 查阅文献
        2. 文献编纂
        3. 做笔记
        4. 写大纲
关于参考文献,以“债”、“借”比喻研究前后继承关系,很新颖,很有启发。

研究中要能assimilate, synthesize, 并且articulate。

2. 摘抄

you will direct your readers to the sources you consulted in arriving at your
findings, and you will enable them to build on your work.(xiii)

The MLA Handbook explains how to identify a topic and develop it through
research.(xvii)

We undertake research when we wish to explore an idea, probe an issue, solve
a problem, or make an argument in relation to what others have written(3).

secondary research...learning to identify and analyze the work of other
researchers will play a major role in your development as a student. The sorts
of activities that constitue a research paper--discovering, assessing, and
assimilating others' research and then articulating your own ideas clearly and
persuasively--are at the center of the educational experience(3).

shape your thinking...the main purpose of doing research is not to summarize the
work of others but to assimilate and to build on it and to arrive at your own
understanding of the subject(4).

WorldCat... Reference Universe... Dissertation Abstracts International(10-12).

keep track of sources that you may use for your paper. a record of such sources
is called a working bibliography(31).

bibliographic information is essential to researching and writing the paper...
be sure to enter all the publication information...(that)required to locate each
work(32).

Eventually, you will transform your working bibliography into a working cited
list(33).

EVALUATING SOURCES...Focus particularly on the authority, accuracy, and currency
of the sources you use....Readers comment on such matters as the importance of
the subject, the originality and soundness of the argument, the accuracy of the
facts, and the currency of the research(33-34).

When considering any resources, be sure at least one date is assigned to it(37).
时效很重要。

note-taking is essential to research,...(38)

Types of Note-Taking...Summary. Paraphrase. Quotation(39).

try to be both thorough and concise...not only...direct quotation but also...
summarizing and paraphrasing authors' ideas(40).

developing an outline can help you to see the logical progression of your
argument(41).

Try out different possibilities...Two factors are important to the shaping of a
thesis statement--your purpose and your audience...describe...explain...argue...
persuade...resist these remptations(inclusion of irrelevant or repetitive
material)...lead your readers to care about your investigation, your
presentation, and your conclusions(43).

A complex society that depends on well-informed citizens strives  to maitain
high standards of quality and reliability for documents that are publicly
circulated and used in govement, business, industry, the professions, higher
education, and the media(52).

incompetent--incapable...dishonest, willing to deceive others for personal
gain....The serious consequences of plagiarism reflect the value the public
places on trustworthy information....tie between our writting and our sense of
self...a personal voice(53).

cite their sources and to mark the passages they quote(54).

The purpose of a research pater is to synthesize previous research and
scholarship with your ideas on the subject....but the material you borrow must
not be presented as if it were your own creation(55).

take the title from the title page(86).

an original thinker...a skillful writer....The accuracy of quotation in research
writing is extremely important(92).

If the translation is not yours, give its source in addition to the source of
the quotation(104).
指出翻译“源”

all research builds on previous research....In presenting their work,researchers
gererously acknowledge theri debts to predecessors by carefully documenting each
sources, so that earlier contributions receive appropriate credit and readers
can evaluate the basis for claims and conclusions....And whenever your draw on
another's work, you must also document your source by indicating what you
borrowed--whether facts, opinions, or quotations--and where you borrowed it
from(126).
关于参考文献,以“债”、“借”比喻研究前后继承关系,很新颖,很有启发。

Cited only the sources you have consulted directly(126).

in the sciences, where timeliness of research is crucial, the date of
publication is usually given prominence(127).
自然科学研究中时效很重要。

provenance:the place that sth originally came from(Oxford Dict).

In building an entry, you should know which elements to look for in the source
(129).

fully identifies your source to readers(130).

alphabetize entries in the list of works cited by the author's last name(131).

Treat the published proceedings of a conference like a book,...(177).

Inclusion of URL has proved to have limited value(182).

insert a brief parenthetical acknowledgement in your paper wherever you
incorporate another's words, facts, or ideas....References in the text must
clearly point to specific sources in the list of works cited(214).

Identify the location of the borrowed information as specifically as
possible(215).

MLA Handbook for Writers of Research Papers笔记的更多相关文章

  1. Accepted Technical Research Papers and Journal First Papers 【ICSE2016】

    ICSE2016 Accepted Paper Accepted Technical Research Papers and Journal First Papers Co-chairs: Wille ...

  2. Ross Girshick讲解如何writing good research papers

    ICCV 2019上,Facebook AI 的 Ross Girshick 做了一个关于目标检测和实例分割的 tutorial,最后用19页PPT讲解了如何 writing good researc ...

  3. Research Papers

    NSE, $\bbu$ [Papers]NSE, $u$, Lorentz space [Sohr, JEE, 2001] [Papers]NSE, $u$, Lorentz space [Bjorl ...

  4. 书单.md

    0823 John Hoskin, An Ilustrated History of Thailand.Asia Books Co., Ltd.2015 0729 Gerald Graff, Cath ...

  5. 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 Grou ...

  6. The top 100 papers Nature explores the most-cited research of all time.

    The top 100 papers Nature explores the most-cited research of all time. The discovery of high-temper ...

  7. [转载]Three Trending Computer Vision Research Areas, 从CVPR看接下来几年的CV的发展趋势

    As I walked through the large poster-filled hall at CVPR 2013, I asked myself, “Quo vadis Computer V ...

  8. (转) Deep Learning Research Review Week 2: Reinforcement Learning

      Deep Learning Research Review Week 2: Reinforcement Learning 转载自: https://adeshpande3.github.io/ad ...

  9. (转)Deep Learning Research Review Week 1: Generative Adversarial Nets

    Adit Deshpande CS Undergrad at UCLA ('19) Blog About Resume Deep Learning Research Review Week 1: Ge ...

随机推荐

  1. nyoj 881 小M的区间公约数

    点击打开链接 首先给的范围很大,是10^9.暴力解肯定超时(单用for循环到10^9都大约要2s-3s),首先写了个程序暴力的把两个数所有的约数都打印出来,最后发现所有的公约数都是最大公约数的约数,并 ...

  2. xcode 工具学习笔记

    1. 快速打开辅助界面   快捷键:使用Option + 单击文件   2. 辅助编辑器更多打开方式   快捷键: Option+shift +单击文件   3. tab页面快捷键   快捷键: Co ...

  3. 对于C(n,k)取模

    2016.1.26 法一:直接根据定义式,求乘法逆元即可 法二:借助关于n!mod p,那么根据C(n,k)的定义式并结合乘法逆元即可求解. 法三:借助卢卡斯定理求解 特别注意:在C(n,k)模p等于 ...

  4. VC非法内存值的判断

    0xcdcdcdcd - Created but not initialised0xdddddddd - Deleted0xfeeefeee - Freed memory set by NT's he ...

  5. 关于Oracle出现listener refused the connection with the ORA-12505错误,解决方案

    出现listener refused the connection with the ORA-12505错误,解决方案: 1.首先重启一下电脑,释放被占用的1521端口 2.重启后打开Oracle D ...

  6. jquery如何在异步方式中给全局变量赋值

    定义一个全局全量,例如:var i=0;然后调用jquery的一个函数 $.get(url, function(data) {i=9;})alert(i);得到的是0而不是9. var i=0;    ...

  7. Python Quick list dir

    昨天 Python释放了 3.5 ,添加了 os.scandir 根据文档该API比os.listdir快Docs which speeds it up by 3-5 times on POSIX s ...

  8. Qt 环境下的mapx控件-------2

    今天花了一天的时间去查找mapx相关的资料,但是到最后想要的东西还是一无所获,不过还是学到了很多东西.下面以大家分享一下: mapx软件的安装:下载后安装mapx软件,成功后会在安装路径下存在acti ...

  9. Java基础(二) ---- 继承(Inheritance)

  10. form中的GET与POST

     form标签是强大的:如果没有form标签,Internet将变成一个枯燥文档的只读存储库.Web Forms没有完全利用form标签的强大功能(也可以说是Web Forms为实现自己的目标才管理和 ...