diff --git a/assets/img/monash-university-logo.png b/assets/img/monash-university-logo.png new file mode 100644 index 0000000..7f29361 Binary files /dev/null and b/assets/img/monash-university-logo.png differ diff --git a/assets/layout.tex b/assets/layout.tex index faafc0f..91cd2d4 100644 --- a/assets/layout.tex +++ b/assets/layout.tex @@ -14,6 +14,9 @@ \rule{0.9\textwidth}{.5pt}% }% } -\addtokomafont{chapter}{\normalfont\fontsize{26}{26}\norwester{}\MakeUppercase} +\addtokomafont{chapter}{\normalfont\fontsize{26}{26}\norwester{}\MakeUppercase{}} + +\addtokomafont{title}{\normalfont\fontsize{26}{26}\norwester{}\MakeUppercase{}} +\addtokomafont{author}{\normalfont\fontsize{18}{18}\kollektif{}} \RedeclareSectionCommand[beforeskip=0pt,afterskip=8\baselineskip]{chapter} diff --git a/dekker_thesis.tex b/dekker_thesis.tex index 19a699a..8e26359 100644 --- a/dekker_thesis.tex +++ b/dekker_thesis.tex @@ -24,9 +24,64 @@ toc=bib, \begin{document} \frontmatter{} -\maketitle{} + +% \makeatletter +\begin{titlepage} + \begin{center} + \includegraphics[width=\linewidth]{assets/img/monash-university-logo} + \vspace{2cm} + + {% + \usekomafont{title}{% + \huge% + A Modern Architecture for High-Level Constraint Modelling Languages% + \par + }% + } + \vspace{1em} + {% + \usekomafont{author}{% + Jip J. Dekker\par + }% + } + + \vfill + A thesis submitted for the degree of Doctor of Philosophy at\par + Monash University in \the\year{}\par + Dept.\ of Data Science and AI, Faculty of IT + \end{center} +\end{titlepage} + + +\hspace{0pt} +\vfill +\begin{center} + {\Large \textcopyright\ Jip J. Dekker \the\year{}}\par + \vspace{2em} + I certify that I have made all reasonable efforts to secure copyright + permissions for third-party content included in this thesis and have not + knowingly added copyright content to my work without the owner's permission. +\end{center} +\vfill +\pagebreak + \include{chapters/0_abstract} +\chapter{Declaration} + +This thesis is an original work of my research and contains no material which +has been accepted for the award of any other degree or diploma at any university +or equivalent institution and that, to the best of my knowledge and belief, this +thesis contains no material previously published or written by another person, +except where due reference is made in the text of the thesis. + +\vspace{5em} + +\makebox[2in]{\dotfill}\par +\hspace{0.6em}Jip J. Dekker\par +\vspace{1em} +\hspace{0.5em}Date: \today + \chapter{Publications} Some ideas and figures included in this thesis have previously appeared in the @@ -38,6 +93,9 @@ following publication: \printbibliography[heading=none] \end{refsection} +\chapter{Acknoledgements} + + \mainmatter{} \include{chapters/1_introduction} \include{chapters/2_background}