Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
research:resources [2025/05/07 15:50] – [Writing a Literature Review] admin | research:resources [2025/05/07 19:54] (current) – [Writing a Literature Review] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Resources ====== | ====== Resources ====== | ||
- | Adapted from [[https:// | + | ===== Literature |
- | ===== Finding the World: Bibliography Search | + | |
+ | Adapted from [[https:// | ||
+ | |||
+ | ==== Finding the World: Bibliography Search ==== | ||
The goal is to identify the world for your topic, i.e., search for all papers relevant to your topic. | The goal is to identify the world for your topic, i.e., search for all papers relevant to your topic. | ||
- | Then, use the bibliographies of recent papers to identify earlier relevant papers. There | + | Then, use the bibliographies of recent papers to identify earlier relevant papers. |
- | are also various | + | |
The result should be | The result should be | ||
- one sentence describing the overall topic/ | - one sentence describing the overall topic/ | ||
- a paragraph explaining how you performed your search (as precisely stated as possible) | - a paragraph explaining how you performed your search (as precisely stated as possible) | ||
- | - a nicely formatted reference list. Consider using Bibtex and Latex, perhaps in [[https:// | + | - a nicely formatted reference list. Consider using Bibtex and Latex, perhaps in [[https:// |
- a paragraph or enumerated list that cites the papers in your list and describes the classification of those papers in some way. | - a paragraph or enumerated list that cites the papers in your list and describes the classification of those papers in some way. | ||
The goal is to have an organized view of the world, not just a long list of papers on the topic, which will help in writing a survey | The goal is to have an organized view of the world, not just a long list of papers on the topic, which will help in writing a survey | ||
- | ===== Writing | + | ==== Outlining |
A literature review should help you understand the timeline, overall contributions, | A literature review should help you understand the timeline, overall contributions, | ||
Line 38: | Line 40: | ||
This outline should be in plain text so it is easy to insert into a latex file to start writing. | This outline should be in plain text so it is easy to insert into a latex file to start writing. | ||
+ | |||
+ | ==== Writing a Background/ | ||
+ | |||
+ | First, read some Background and Related Work sections of papers to see how they are written. A good literature survey does not just write a separate paragraph on every paper | ||
+ | written in the field in any order you want. Rather, | ||
+ | |||
+ | * A good literature survey starts with a background section that familiarizes a computer science reader to the basic topic area, such as testing web applications – what constitutes a web application, | ||
+ | * A good literature survey tries to group papers addressing similar problems and discuss and compare them together. | ||
+ | * A good literature survey also presents the papers typically in some chronological order within each problem identified. | ||
+ | * The most relevant papers to what you want to focus on are presented first, and then other papers that deal with problems related, but not so relevant, are discussed very briefly and sometimes only cited as a group with a single sentence. So, paragraphs are ordered from most relevant work to least relevant work to your chosen problem of interest. | ||
+ | * A good literature survey will do the following for the most relevant papers: | ||
+ | * describe the overall goals/ | ||
+ | * general approach and unique characteristics of their approach | ||
+ | * restrictions/ | ||
+ | |||
+ | Using your literature review outline (see above) as a template and the the suggestions above, put together your related work section. | ||
+ | |||
+ | A related work section should be 1 to 1 1/2 pages in the typical double-column conference paper format. | ||
+ | |||
+ | |||
===== How to Read a Research Paper ===== | ===== How to Read a Research Paper ===== | ||