% !TEX encoding = UTF-8 Unicode
\documentclass[titlepage,english,a4,Times]{thesis}
%%%%%%%%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[nottoc,notlot,notlof]{tocbibind}
\usepackage[toc,page]{appendix}
\setlength{\cftbeforeloftitleskip}{5pt} % LOF: Listing of Figures
\setlength{\cftbeforelottitleskip}{5pt} % LOT: Listing of Tables
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{kantlipsum}
\usepackage{titlesec}
%\setlength{\textheight}{10in}%
\addtolength{\textheight}{-\baselineskip}
\addtolength{\footskip}{\baselineskip}
\usepackage{blindtext}
\usepackage{hyperref}
\usepackage{bibentry}
\nobibliography*
\usepackage{url}
\def\UrlBreaks{\do\/\do-}
\urlstyle{same}
\usepackage{breakurl}
\usepackage{longtable}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\DATE{\today}
\def\TITLE{A Cool Title}
\def\SUBHEADING{A Thesis subtitle}
\def\AUTHOR{FirstName MiddleName(s) LastName(s)}
\def\LEVEL{Master's Thesis}
\def\PROGRAMME{MEng in Big Data Analytics}
\def\UNIVERSITY{Arcada University of Applied Sciences}
\def\IDENTIFICATION{Write identification number}
\def\SUPERVISOR{Ludwig Von Drake}
\def\COMMISSIONEDBY{Company's name}
\def\KEYWORDS{Ducks, Birds, Hawks}
\def\PAGECOUNT{\pageref{LastPage}}
\def\DATEACCEPTANCE{year}
\begin{document}
\begin{titlepage}
\maketitle
\end{titlepage}
\begin{abstract}{english}
Write a summary of your whole thesis work here. The text should be able to stand on its own, and should therefore be logical and well-structured. Regardless of the reader’s expertise, the text should provide a clear and factual account of what was done, which methods were used, and what results were obtained. Do not include in the abstract any information that is not found in the main text. Exclude any unnecessary explanation or padding. The abstract describes the subject area, the topic, the aim of the study, the research questions, the limitations, the material, the methods, the main theories and references, and the main results and conclusions. The text comprises 200–300 words, often written as one paragraph. It is written in the present or past tense and forms a whole, which can stand on its own without being dependent on the main text. Below the text, write some keywords; 4–8 relevant words that provide a hint on what the thesis is about. If the thesis is commissioned by a company, include the company’s name in the keywords.
\end{abstract}
%\begin{abstract}{swedish}
%Ett sammandrag på svenska bokstaven där bokstäverna å , ä och ö är inkluderade.
%Check that the encoding is correct so that åäö are visible.
%\end{abstract}
%\begin{abstract}{finnish}
%Samma på finska
%\end{abstract}
% Remove for swedish
%\renewcommand{\contentsname}{INNEHÅLL}
%\renewcommand{\listfigurename}{FIGURER}
%\renewcommand{\listtablename}{TABELLER}
\tableofcontents
\addtocontents{toc}{\vspace{0.5cm}}
\listoffigures
\addtocontents{lof}{\vspace{0.5cm}}
\newpage
\listoftables
\addtocontents{lot}{\vspace{0.5cm}}
\cleardoublepage
\input{1-Abbreviations} % you can comment on this if it is not necessary
\cleardoublepage % also this one
\input{0-Foreword}
\cleardoublepage
\addtocounter{table}{-1} % comment if the table numbers start with 0 instead of 1
\input{1-Introduction}
\cleardoublepage
\input{2-Related}
\cleardoublepage
\input{3-Methodology}
\cleardoublepage
\input{4-Experiments}
\cleardoublepage
\input{5-Results}
\cleardoublepage
\input{6-Conclusions}
% Here is the bibliography
\cleardoublepage
\phantomsection
% Uncomment for Swedish
%\renewcommand{\bibname}{Källor}
\renewcommand{\bibname}{References}
%\bibliographystyle{apa}
\bibliographystyle{bibliography}
\bibliography{7-references}
%\renewcommand{\bibname}{References}
%\bibliographystyle{bibliography}
%\bibliography{7-references}
%\newpage
\cleardoublepage
\phantomsection
\input{8-Appendices}
\end{document}