\input{sections/c0/header}
\begin{document}
\lstset{language=Java, basicstyle=\footnotesize}
\renewcommand{\thepage}{\roman{page}}
\newcommand{\monthword}[1]{\ifcase#1\or January\or February\or March\or April\or
May\or June\or July\or August\or
September\or October\or November\or December\fi}
\input{sections/c0/titlepage}
\input{sections/c0/secondpage}
\clearpage
\input{sections/c0/declaration}
\clearpage
\input{sections/c0/acks}
\clearpage
\input{sections/c0/abstract}
\clearpage
\begingroup
\pagestyle{plain}
\setcounter{tocdepth}{2}
\addtocontents{toc}{\protect\thispagestyle{plain}}
\addtocontents{toc}{\protect\vspace{-.45cm}}
\tableofcontents
\clearpage
\endgroup
\pagestyle{fancy}
\setcounter{page}{1}
\renewcommand{\thepage}{\arabic{page}}
\input{sections/introduction}
\input{sections/relatedWork}
\input{sections/concept}
\input{sections/implementation}
\input{sections/userstudy}
\input{sections/conclusion}
% !!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!
% Please ensure that the bibliography is consistent! That means (amongst other things):
%- Conferences should always be named the same. I.e., if you cite papers that appeared at the same conference series, check that the names are identical in these two entries (besides the year)
%- If one of your titles is capitalized, ensure that all of them are capitalized.
%- The same pieces of information should be denoted for every entry. I.e., if you have provided the publisher in one entry, you should show the publisher for every entry. You have used the DOI at least once? Then use it for every entry.
%- Please check the consistency before a hand-in occurs.
%NOTE: You are allowed to change the bibliographystyle.
\cleardoublepage
\begingroup
\phantomsection
\pagestyle{plain}
\bibliographystyle{SIGCHI-Reference-Format}
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\interlinepenalty=10000 %prevents bibtex that are one two pages.
\bibliography{references}\emph{}
\vfill
\clearpage
\endgroup
\end{document}