Thesis Template (IT & Cognition, University of Copenhagen)
Author
Zeerak Waseem
Last Updated
8年前
License
Creative Commons CC BY 4.0
Abstract
A thesis template for the IT & Cognition students at the university of Copenhagen
A thesis template for the IT & Cognition students at the university of Copenhagen
\documentclass[oneside,11pt, a4paper, footinclude=true, headinclude=true, cleardoublepage=empty]{scrbook}
\usepackage[linedheaders,parts,pdfspacing,dottedtoc]{classicthesis}
\usepackage{amsmath}
%\usepackage{amsthm}
\usepackage{acronym}
\usepackage[a4paper, hmargin={2.8cm, 2.8cm}, vmargin={2.5cm, 2.5cm}]{geometry}
\usepackage{eso-pic} % \AddToShipoutPicture
\usepackage{graphicx} % \includegraphics
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage{bookmark}
\usepackage{longtable}
\usepackage{array}
\usepackage{multirow}
\usepackage{times}
\usepackage{lingmacros}
\usepackage{color, colortbl}
\usepackage{tabularx}
\usepackage{pdfpages}
\usepackage{footnote}
\definecolor{mygray}{rgb}{0.86,0.86,0.86}
\makesavenoteenv{tabular}
\makesavenoteenv{table}
\renewcommand{\baselinestretch}{2.0}
\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip2em
\hbox{}\nobreak\hfil(#1)%
\parfillskip=0pt \finalhyphendemerits=0 \endgraf}}
\newsavebox\mybox
\newenvironment{aquote}[1]
{\savebox\mybox{#1}\begin{quote}}
{\signed{\usebox\mybox}\end{quote}}
\renewcommand{\cfttabpresnum}{} % get rid of "table"
\renewcommand{\cftfigpresnum}{}
\usepackage[backend=biber,style=authoryear,dashed=false,sorting=nty, maxcitenames=2]{biblatex}
\addbibresource{references.bib} %Imports bibliography file
\def \ColourPDF {Images/ku-farve.pdf}
\def \TitlePDF {Images/ku-en.pdf}
\subject{
\vspace{3.5cm}
\scriptsize{A thesis presented to the Faculty of Humanities in partial fulfillment of the requirements for the degree} \\
\Large{Master of Science in IT \& Cognition} \\}
\title{
\Huge{TITLE}\\
\Large{SUBTITLE}
}
\author{
\Large{NAME} \\
\texttt{EMAIL}
\vspace{1.5cm} \\
\large{Supervisor: }
}
\date{July 2016}
%DH: general comments: check commas and spelling. You can easily lose points if the writing comes across as sloppy, because reviewers might assume that the research was also sloppy.
\begin{document}
\pagenumbering{roman}
\AddToShipoutPicture*{\put(0,0){\includegraphics*[viewport=0 0 700 600]{\ColourPDF}}}
\AddToShipoutPicture*{\put(0,602){\includegraphics*[viewport=0 600 700 1600]{\ColourPDF}}}
\AddToShipoutPicture*{\put(0,0){\includegraphics*{\TitlePDF}}}
\clearpage\maketitle
\thispagestyle{empty}
\newpage
\include{FrontBackMatter/dedication}
\include{FrontBackMatter/acknowledgements}
\include{FrontBackMatter/abstract}
\include{FrontBackMatter/contents}
\pagenumbering{arabic}
\part{Introduction}\label{part:I}
\include{introduction/motivation}
\include{introduction/contributions}
\include{introduction/outline}
\part{Background}\label{part:II}
\include{background/background}
\include{background/related_work}
\part{Methodology}\label{part:III}
\include{methodology/data}
\include{methodology/experiments}\label{chap:experiments}
\part{Results}\label{part:IV}
\include{results/results}\label{chap:results}
\include{results/discussion}\label{chap:discussion}
\part{Conclusion and Future Work}\label{part:V}
\include{conclusion/conclusion}
\include{conclusion/futurework}
%\part{Appendices}\label{part:VI}
%\include{appendices/interview}
\medskip
\printbibliography[
heading=bibintoc,
title={Bibliography}
]
\clearpage
\end{document}