-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
97 lines (77 loc) · 3.22 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
%% preamble
% document template
\documentclass{bcrre_lab_report}
% Document metadata
% fill these in to update header, footer and titlepage
\def\modulecode{04}
\def\assignmenttitle{Assignment Title}
\def\studentidnumber{Student ID Number}
\def\datesubmitted{Date Submitted}
% references
\addbibresource{references.bib}
%% document
\begin{document}
\pagenumbering{gobble}
\maketitle
\justifying %all text after title page is fully justified
\section*{Abstract \& Keywords} \pagenumbering{arabic}
\subsection*{Abstract}
This should be no more than 10 sentances.
Suggested areas to be covered include:
\begin{itemize}
\item A problem statement;
\item Aims \& research question;
\item Method;
\item Results;
\item Take home message.
\end{itemize}
\subsection*{Keywords}
Key words are used to help in searching for a paper using a search engine. These should not be keywords from the title, however synonyms may be appropriate.
\include{guidance-example-section/how-to-get-the-most}
\section{Introduction}
You may want to include in this section:
\begin{itemize}
\item Why does this research need to be done?
\item Where/what is the problem?
\item The research question?
\item What have others done in this area?
\item What is the scope \& methodology?
\item What is new or interesting about this research?
\end{itemize}
\section{Method \& Methodology}
You may want to include in this section:
\begin{itemize}
\item What information does the reader need to be able to understand the study. This may come from your literature review.
\item Any data needed to perform or analyse the results should be referenced.
\item What equipment or software packages have been used?
\item Has the method been used before and what were the outcomes of this research?
\item What was your experimental method/protocol?
\item Could the reader reproduce what you have done given the information provided?
\end{itemize}
\section{Results}
You may want to include in this section:
\begin{itemize}
\item Figures, tables and diagrams including graphs to give results.
\item Use headings to divide up the results into sections.
\item After each set of data describe what the results show.
\end{itemize}
\section{Discussion}
You may want to include in this section:
\begin{itemize}
\item What are the implications of the results? (Link the results back to the research questions).
\item What facts have been found? (Comment on the facts – in context)
\item Highlight reasons why the results were as they were (if know).
\item Discuss any limitations, controversies, implications to the field or other fields etc
\item Are there any recommendations to the research?
\item What future research needs to take place?
\end{itemize}
\section{Conclusions}
\begin{itemize}
\item This should be one paragraph at most.
\item Findings and recommendations should be described.
\end{itemize}
\printbibliography
\appendix
\section{Appendix title}
Appendixes are optional, and are typically used to include detailed data used in the main body of the report. Always include a sentence or two to introduce the table or other information that you are presenting in each and every appendix.
\end{document}