% The LaTeX class file and the template have been created by Reimo Palm
% with some modifications by the Institute of Computer Science of UT
% following the guidelines of UT Press.
%
% Last modified: 2025/03/26 v1.5
% See full list of authors in README.md
%
% Contact: ics@ut.ee
\documentclass{phdunitartu}
\usepackage{phdstyle}
\usepackage{assets/glossary}
%
\ThesisType{COLLECTION} % Possible values: MONOGRAPH, COLLECTION
%
\author{Firstname Lastname}
\title{Dissertation Title}
%
\institute{Institute of Computer Science} % Replace with your institute/college
\faculty{Faculty of Science and Technology} % Replace with your Faculty
\affiliation{University of Tartu}
%
\ISSN{1024-4212} % will be provided by UT Press
\ISBNPRINT{978-9949-XX-XXX-X} % ISBN print, will be provided by UT Press
\ISBNPDF{978-9949-XX-XXX-X} % ISBN PDF, will be provided by UT Press
%
\dissertationseriesname{Dissertationes informaticae Universitatis Tartuensis} % will be provided by UT Press
\dissertationseriesnumber{XX} % will be provided by UT Press
\thesisfield{Computer Science} % Replace with your field
\commencementdate{XXX, 20XX} % Example: June, 2020
\defensedate{XX, 20XX} % Example: 01, 2020
\defensetime{XX:XX} % Example: 10:15
\defenseloc{XXX} % Example: Narva mnt 18-322
% supervisor(s)
\addSup{Supervisor}{
Prof. & Firstname Lastname\\
& Address\\
& Address
}
% opponents
\addOpp{Opponents}{
Prof. Dr.& Firstname Lastname\\
&Address\\
&Address\\
&Address\\
\\
Prof. & Firstname Lastname\\
&Address\\
&Address
}
%
\addbibresource{bibliographies/publications.bib} % your publications
\addbibresource{bibliographies/bibliography.bib} % any other references
% why to use bibtex instead of manually listing the entries? check here: https://web.iit.edu/sites/web/files/departments/academic-affairs/graduate-academic-affairs/pdfs/biblio-help2.pdf
% to remove a chapter you can easily comment out from the following list
\includeonly
{
extras/dedication,
sections/0-1_abstract,
extras/listofpublications,
extras/abbreviations,
sections/0-2_preface,
sections/1_introduction,
sections/2_background,
sections/3-1_chapterI,
sections/3-2_chapterII,
sections/4_conclusion,
sections/A_appendixA,
sections/B_appendixB,
extras/acknowledge,
sections/summary_est,
extras/publications,
extras/cv_eng,
extras/cv_est,
extras/chapterpublications, % only for a monograph
}
\begin{document}
\maketitle
\thispagestyle{empty}
\include{extras/dedication}
\setcounter{page}{6}
\include{sections/0-1_abstract}
%
\tableofcontents
\listoffigures
\listoftables
\include{extras/abbreviations}
\IfThesisTypeIsCollection{\include{extras/listofpublications}}{}
%
\include{sections/0-2_preface}
\include{sections/1_introduction}
\include{sections/2_background}
% body
\include{sections/3-1_chapterI}
\include{sections/3-2_chapterII}
% conclusion
\include{sections/4_conclusion}
% bibliography
% you can change the bibliography style from the phdstyle.sty file, bibliography section
% \nocite{*} % by adding this line, also references not cited in text will be shown in the biblography list. This can be useful while editing, but shouldn't be used in the final version.
\printbibliography
%
\appendix
\include{sections/A_appendixA}
\include{sections/B_appendixB}
%
\setcounter{secnumdepth}{-1}
\include{extras/acknowledge}
\include{sections/summary_est} % summary in Estonian
\IfThesisTypeIsCollection{\include{extras/publications}}{}
% curriculum vitae
\include{extras/cv_eng} % English
\include{extras/cv_est} % Estonian
\IfThesisTypeIsCollection{}{\include{extras/chapterpublications}}
\end{document}