The University of Sheffield, Computer Science Report
作者:
Prof. Roger k. Moore
最近上传:
6 年前
许可:
Creative Commons CC BY 4.0
摘要:
This is an unofficial version.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
This is an unofficial version.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%%%%%%%%%%%%%%%%%%%%%%%%%%
% USFD Academic Report Template
% Prof. Roger K. Moore
% University of Sheffield
% 30 July 2018
%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt,oneside]{book}
\usepackage[margin=1.2in]{geometry}
\usepackage[toc,page]{appendix}
\usepackage{graphicx}
\usepackage{natbib}
\usepackage{lipsum}
\usepackage{caption}
\begin{document}
\captionsetup[figure]{margin=1.5cm,font=small,labelfont={bf},name={Figure},labelsep=colon,textfont={it}}
\captionsetup[table]{margin=1.5cm,font=small,labelfont={bf},name={Table},labelsep=colon,textfont={it}}
\setlipsumdefault{1}
\frontmatter
\begin{titlepage}
% -------------------------------------------------------------------
% You need to edit the details here
% -------------------------------------------------------------------
\begin{center}
{\LARGE University of Sheffield}\\[1.5cm]
\linespread{1.2}\huge {\bfseries Title}\\[1.5cm]
\linespread{1}
\includegraphics[width=5cm]{images/tuoslogo.png}\\[1cm]
{\Large Your Name}\\[1cm]
{\large \emph{Supervisor:} Supervisor's Name}\\[1cm] % if applicable
\large A report submitted in partial fulfilment of the requirements\\ for the degree of ???? in Computer Science\\[0.3cm]
\textit{in the}\\[0.3cm]
Department of Computer Science\\[2cm]
\today
\end{center}
\end{titlepage}
% -------------------------------------------------------------------
% Declaration
% -------------------------------------------------------------------
\newpage
\section*{\Large Declaration}
All sentences or passages quoted in this document from other people's work have been specifically acknowledged by clear cross-referencing to author, work and page(s). Any illustrations that are not the work of the author of this report have been used with the explicit permission of the originator and are specifically acknowledged. I understand that failure to do this amounts to plagiarism and will be considered grounds for failure.\\[1cm]
\noindent Name:\\[1mm]
\rule[1em]{25em}{0.5pt}
\noindent Signature:\\[1mm]
\rule[1em]{25em}{0.5pt}
\noindent Date:\\[1mm]
\rule[1em]{25em}{0.5pt}
% -------------------------------------------------------------------
% Abstract
% -------------------------------------------------------------------
\input{sections/abstract.tex}
% -------------------------------------------------------------------
% Contents, list of figures, list of tables
% -------------------------------------------------------------------
\tableofcontents
\listoffigures
\listoftables
% -------------------------------------------------------------------
% Main sections (as required)
% -------------------------------------------------------------------
\mainmatter
\input{sections/introduction.tex}
\input{sections/background.tex}
\input{sections/methodology.tex}
\input{sections/results.tex}
\input{sections/discussion.tex}
\input{sections/conclusion.tex}
% -------------------------------------------------------------------
% Bibliography
% -------------------------------------------------------------------
\bibliographystyle{agsm}
\bibliography{mybibliography}
% -------------------------------------------------------------------
% Appendices
% -------------------------------------------------------------------
\begin{appendices}
\input{sections/appendixA.tex}
\input{sections/appendixB.tex}
\end{appendices}
\end{document}