Difference between revisions of "Paper/Thesis Checklist"

From Vlsiwiki
Jump to: navigation, search
(Created page with "1. Spell check. You can use ispell or aspell on LaTeX documents. 2. Edit your bibliography. Use consistent abbreviations of conferences/journals in conference version to keep...")
 
Line 1: Line 1:
 +
Here is a list of things to check on your paper drafts before I review them.
 +
 
1. Spell check.
 
1. Spell check.
 +
 
You can use ispell or aspell on LaTeX documents.
 
You can use ispell or aspell on LaTeX documents.
  
 
2. Edit your bibliography.
 
2. Edit your bibliography.
 +
 
Use consistent abbreviations of conferences/journals in conference version to keep short.
 
Use consistent abbreviations of conferences/journals in conference version to keep short.
 
Use full name of conference/journal in journal version.
 
Use full name of conference/journal in journal version.
Line 15: Line 19:
 
4. Use Section~\ref (or Chapter in thesis), Figure~\ref, Table~\ref and Equation~\eqref for all references.
 
4. Use Section~\ref (or Chapter in thesis), Figure~\ref, Table~\ref and Equation~\eqref for all references.
  
5. Fix any missing references to sections, figures or the bibliography. These show up as ?? in LaTeX generated PDFs.
+
5. Fix any missing references to sections, figures or the bibliography. These show up as ?? in LaTeX generated PDFs and are also given as warnings by LaTeX.
  
6. Each paragraph should have a comment before it that summarizes the topic sentence.
+
6. Each paragraph should have a comment before it that summarizes the topic sentence in case the paragraph gets off topic. These should be your original outline.
  
7. Introduction should try to be one page and end with a summary about the remaining sections.
+
7. The introduction should try to be one page and end with a summary about the remaining sections.
  
8. Make a bulleted list of the contributions of this paper before the paper summary at the end of the introduction.
+
8. Make a bullet list of the contributions of this paper before the paper summary at the end of the introduction. Reviewers don't want to search for what your contribution is, so make it easy for them!
  
 
9. Use LaTeX for all numbers: $2.9mW$, $3GHz$, $4ns$, for example. No spaces before units.
 
9. Use LaTeX for all numbers: $2.9mW$, $3GHz$, $4ns$, for example. No spaces before units.
  
10. Define all acronyms on the first use Like This (LT). Space before the opening parenthesis.
+
10. Define all acronyms on the first use Like This (LT). There should be a space before the opening parenthesis.
  
11. Abstract should state in a few sentences: what is the problem, why it is hard and/or important, how we solve it, and our main result. No more and no less.
+
11. The abstract should state in a few sentences: what is the problem, why it is hard and/or important, how we solve it, and our main result. No more and no less.
  
 
12. All plots should have titles and axis labels (with units).
 
12. All plots should have titles and axis labels (with units).
  
13. Avoid color plots or at least have unique line styles so it is clear when printed in black and white. Make sure lines and dots are thick enough to see (Make sure all plots are consistent too -- having different formats looks sloppy.)
+
13. Avoid color plots or at least have unique line styles so it is clear when printed in black and white. Make sure lines and dots are thick enough to see (Make sure all plots and images have a consistent style too -- having differences looks sloppy.)
  
14. Never use a bibliography reference as a noun. For example, "In [4], the authors..." or "[4] showed that". Instead say Author et al. and use a citation.
+
14. Never use a bibliography reference as a noun. For example, "In [4], the authors..." or "[4] showed that". IEEE style says not to do this. Instead say "Author et al. showed that... [4]." with a citation.
  
15. Avoid unnecessary words:
+
15. Avoid unnecessary words (more to come):
 
"so as to" -> "so"
 
"so as to" -> "so"
 
(see elements of style)
 
(see elements of style)
  
16. Avoid vague words and phrases:
+
16. Avoid vague words and phrases (more to come):
 
huge (use a number or comparison)
 
huge (use a number or comparison)
 
X is important (say why!)
 
X is important (say why!)
 
X is a major problem (say why!)
 
X is a major problem (say why!)
  
17. Avoid subjective words: novel, exciting
+
17. Avoid subjective words (more to come):  
 +
novel, exciting
 
(if the first to do something, say so!)
 
(if the first to do something, say so!)
  
18. Use active verbs:
+
18. Use active verbs (more to come):
 
+
  
  
Line 54: Line 58:
  
 
21. Equations should be used in a sentence including punctuation and describe all variables unless previously defined. An example is a line,
 
21. Equations should be used in a sentence including punctuation and describe all variables unless previously defined. An example is a line,
      y=mx+b,            (5)
+
y=mx+b,            (5)
 
where m is the slope and b is the offset. The first letter after the equation shouldn't be capitalized or indented (by not leaving a blank line in LaTeX) since it isn't starting a new sentence.
 
where m is the slope and b is the offset. The first letter after the equation shouldn't be capitalized or indented (by not leaving a blank line in LaTeX) since it isn't starting a new sentence.
  
22. When low power and high speed are used as adjectives, they should be hyphenated: a low-power, high-speed design compared to something that is low power or high speed since low describes power.
+
22. When low power and high speed are used as adjectives, they should be hyphenated: a low-power, high-speed design compared to something that is low power or high speed. They are hyphenated adjectives.
  
23. Only capitalize proper nouns (names, places), acronyms being defined or the beginning of a sentence.
+
23. Only capitalize proper nouns (names, places, etc.), acronyms being defined or the beginning of a sentence.

Revision as of 19:31, 28 May 2015

Here is a list of things to check on your paper drafts before I review them.

1. Spell check.

You can use ispell or aspell on LaTeX documents.

2. Edit your bibliography.

Use consistent abbreviations of conferences/journals in conference version to keep short. Use full name of conference/journal in journal version. Include page numbers, volumes, and issue number when appropriate. Ensure author are all first initial and last name. Use "et al." for more than about 3 authors on conference version. Put {} around acronyms and units in title to preserve case. BE CONSISTENT.

3. Each caption should conclude what the reader should infer about the table or figure. Don't say what the figure is, this information is in the title and axes.

4. Use Section~\ref (or Chapter in thesis), Figure~\ref, Table~\ref and Equation~\eqref for all references.

5. Fix any missing references to sections, figures or the bibliography. These show up as ?? in LaTeX generated PDFs and are also given as warnings by LaTeX.

6. Each paragraph should have a comment before it that summarizes the topic sentence in case the paragraph gets off topic. These should be your original outline.

7. The introduction should try to be one page and end with a summary about the remaining sections.

8. Make a bullet list of the contributions of this paper before the paper summary at the end of the introduction. Reviewers don't want to search for what your contribution is, so make it easy for them!

9. Use LaTeX for all numbers: $2.9mW$, $3GHz$, $4ns$, for example. No spaces before units.

10. Define all acronyms on the first use Like This (LT). There should be a space before the opening parenthesis.

11. The abstract should state in a few sentences: what is the problem, why it is hard and/or important, how we solve it, and our main result. No more and no less.

12. All plots should have titles and axis labels (with units).

13. Avoid color plots or at least have unique line styles so it is clear when printed in black and white. Make sure lines and dots are thick enough to see (Make sure all plots and images have a consistent style too -- having differences looks sloppy.)

14. Never use a bibliography reference as a noun. For example, "In [4], the authors..." or "[4] showed that". IEEE style says not to do this. Instead say "Author et al. showed that... [4]." with a citation.

15. Avoid unnecessary words (more to come): "so as to" -> "so" (see elements of style)

16. Avoid vague words and phrases (more to come): huge (use a number or comparison) X is important (say why!) X is a major problem (say why!)

17. Avoid subjective words (more to come): novel, exciting (if the first to do something, say so!)

18. Use active verbs (more to come):


20. Don't start sentences with And and Or. Instead, make a compound sentence.

21. Equations should be used in a sentence including punctuation and describe all variables unless previously defined. An example is a line,

y=mx+b,            (5)

where m is the slope and b is the offset. The first letter after the equation shouldn't be capitalized or indented (by not leaving a blank line in LaTeX) since it isn't starting a new sentence.

22. When low power and high speed are used as adjectives, they should be hyphenated: a low-power, high-speed design compared to something that is low power or high speed. They are hyphenated adjectives.

23. Only capitalize proper nouns (names, places, etc.), acronyms being defined or the beginning of a sentence.