Assignment title: Information
1
Research Preparation in Post Graduate Studies
1 Written Report1
• Percentage of total Grade: 25 %
• Type of Collaboration: Individual
• Due: week5, Friday March 24, 2017, 17:00h onvUWS
1.1 Instructions
Students will provide an individual & original historical and literature review at a high level on one of
several potential themes:
• Quantum Comupting
• Robots in Space
• Bushfire prevention
• Earthquake proof engineering
• visualization in hollywood movies
• or a self chosen topic
The report will showcase skills covered in class and will be 6-8 pages (not counting bibliography). To construct your literature review you can use guidelines from the lecture notes and power-point slides to find
papers and journals relevant to your chosen topic. Lists of web resources are included in the lecture notes.
You can also use the book website at:
http://www.palgrave.com/companion/Collis-Business-Research-4e/student-zone/
1.2 Step-by-Step
To run the LaTeX template:
1. Create a folder
2. Download entire contents of the Written Assignment 1 folder on vUWS into your folder
3. Make sure all files have exactly the same name as shown on vUWS
4. install LaTeX using links given in tutorial notes
5. open LiteratureReview.tex in LaTeX
6. put your references into a BibTeX .bib file
7. Add the filename of your .bib file to your LiteratureReview.tex template on2
{ }
bibliography{opticsbooks,opticsjournal}
8. Write your literature review in the .tex file, remember to use
\cite{} or \citep{}
for your references and quotation marks when you use direct quotes
9. when compiling, run pdfLaTex, then BibTeX, then pdfLaTex again to produce the finished pdf
1.3 Report Format and guidelines
For your Literature Review, Written report 1, you will use the ‘LiteratureReview.tex’ template found on the
vuws site together with a .bib file you have constructed. The Literature Review report will be original and
individual work and will have a minimum length of 6-8 pages using the A4 paper 12pt font article format
found in the template. The ‘Literature’ section of the text will be at least 5 pages with approximately 1 pages
of Background and a short summary section as shown in the template file. You may include a maximum of
2 figures to illustrate points in your literature review. You must include a minimum of 10 references in
the text (and the bibliography).
This report must be original and individual work, make sure to check your similarity online, and make
sure your citations are done correctly with parenthesis and cite commands. Anyone with plagiarism will get
an automatic zero on their report.
2 L ATEXtutorial 1
2.1 Simple Text
Words are separated by one or more spaces. Paragraphs are separated by one or more blank lines. The
output is not affected by adding extra spaces or extra blank lines to the input file.
Double quotes are typed like this: “quoted text”. Single quotes are typed like this: ‘single-quoted text’.
Long dashes are typed as three dash characters—like this.
Emphasized text is typed like this: this is emphasized. Bold text is typed like this: this is bold.
2.1.1 A Warning or Two
If you get too much space after a mid-sentence period—abbreviations like etc. are the common culprits)—
then type a backslash followed by a space after the period, as in this sentence.
Remember, don’t type the 10 special characters (such as dollar sign and backslash) except as directed!
The following seven are printed by typing a backslash in front of them: $ & # % and . Online LaTeX
manuals detail how to make other symbols.
2.2 Compiling
You will need to typeset your document four times, first LaTeX, BibTeX, LaTeX, and then LaTeX again.
Your bibliography will now appear in the style of your choice and your citations will be correctly formatted.
If question marks appear where citations should, that means you need to LaTeX your document once more.
If the citations are entirely missing, you have likely forgotten to BibTeX your document.