MLA Handbook for Writers of Research Papers笔记
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笔记的更多相关文章
- Accepted Technical Research Papers and Journal First Papers 【ICSE2016】
ICSE2016 Accepted Paper Accepted Technical Research Papers and Journal First Papers Co-chairs: Wille ...
- Ross Girshick讲解如何writing good research papers
ICCV 2019上,Facebook AI 的 Ross Girshick 做了一个关于目标检测和实例分割的 tutorial,最后用19页PPT讲解了如何 writing good researc ...
- Research Papers
NSE, $\bbu$ [Papers]NSE, $u$, Lorentz space [Sohr, JEE, 2001] [Papers]NSE, $u$, Lorentz space [Bjorl ...
- 书单.md
0823 John Hoskin, An Ilustrated History of Thailand.Asia Books Co., Ltd.2015 0729 Gerald Graff, Cath ...
- 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 ...
- 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 ...
- [转载]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 ...
- (转) Deep Learning Research Review Week 2: Reinforcement Learning
Deep Learning Research Review Week 2: Reinforcement Learning 转载自: https://adeshpande3.github.io/ad ...
- (转)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 ...
随机推荐
- JNI相关知识
JNI(Java Native Interface,JAVA原生接口) 使用JNI可以使Java代码和其他语言写的代码(如C/C++代码)进行交互. 问:为什么要进行交互? |- 首先,Java语言 ...
- 黑马程序员_ Objective-c 之Foundation笔记(一)
结构体 NSRange: 用来表示范围 创建 NSRange r1 = {2, 4} NSRange r2 = {.location = 2, .length = 4} NSRange r3 = N ...
- ShellExecute 使用方法
ShellExecute的功能是运行一个外部程序(或者是打开一个已注册的文件.打开一个目录.打印一个文件等等),并对外部程序有一定的控制. 有几个API函数都可以实现这些功能,但是在大多数情况下She ...
- 【简洁之美】裴波那切数列生成器 python
裴波那切数列可以用生成器较好的去生成,直接上代码: # 1 控制最大数字版本 def fib(max): x,y = 0,1 while y < max: yield x x,y = y,x+y ...
- Linux RPM、TAR包管理
一.RPM软件包命令的使用 RPM主要有5种基本操作模式:安装.卸载.刷新.升级及查询.下面分别介绍. 1.安装软件包 命令语法: rpm -ivh [RPM包文件名称] 命令中各参数的含义如下: - ...
- mongoDB学习笔记:了解与安装
初次使用mongoDB是在2013年,项目组为了新产品的研发,使用了mongoDB,作为项目组的一名测试员,也就跟着学起来了. 1.了解mongoDB Mongo DB ,是目前在IT行业非常流行的一 ...
- WS+MQ+WCF+EF(Code First)
前言 有段时间没有更新博文了,一直在忙工作很少有时间静下心来继续研究点东西,说来也惭愧,归咎原因最主要的还是因为懒惰.空想也是不管用的,有时候很多想法被扼杀到了摇篮里,还没开始做就放弃了,这是多数人会 ...
- WKWebView _WebFilterIsActive returning: NO
写这篇文是因为在UIWebView加载页面的时候有时候会返回: filterBlacklist = ( ); filterWhitelist = ( ); restrictWeb = 1; useCo ...
- python绘图中使用公式时,解决\frac{}{}出来的字体太小的问题
在用matplotlib绘图需要在图片中加入公式时,一般要用 text 或 annotate函数,并结合latex语法 '$...$'. 对于分数,如果直接使用\frac{}{},会造成分子分母上的字 ...
- SQLSERVER 数值 四舍五入取整 向上取整 向下取整
[四舍五入取整截取] select round(54.56,0) [向下取整截取] SELECT floor(54.56) [向上取整截取] SELECT ceiling(13.15)