FERIT Doctoral Dissertation Template
Author
Faculty of Electrical Engineering, Computer Science and Information Technology Osijek
Last Updated
4ヶ月前
License
Creative Commons CC BY 4.0
Abstract
FERIT Doctoral Dissertation Template
\newif\ifeng
\engtrue % Uncomment this line to write the thesis in English.
\newcommand{\hrtitle}{Naslov moje disertacije}
\newcommand{\entitle}{The Title of My Dissertation}
\newcommand{\authorname}{Ime Prezime}
\ifeng
\documentclass[phd, a4paper,oneside, 12pt]{report}
\usepackage[]{babel}
\usepackage[intoc]{nomencl}
\newcommand{\algname}{List of Algorithms}
\newcommand{\disstitle}{\entitle}
\newcommand{\thesisname}{Doctoral Dissertation}
\newcommand{\unios}{Josip Juraj Strossmayer University of Osijek}
\newcommand{\ferit}{Faculty of Electrical Engineering, Computer Science and Information Technology Osijek}
\newcommand{\ackname}{Acknowledgments}
\else
\documentclass[phd, a4paper,oneside, 12pt, croatian]{report}
\usepackage[croatian]{babel}
\usepackage[intoc, croatian]{nomencl}
\renewcommand{\listfigurename}{Popis slika}
\renewcommand{\listtablename}{Popis tablica}
\renewcommand{\appendixname}{Prilog}
\renewcommand{\nomname}{Popis kratica i oznaka}
\newcommand{\algname}{Popis algoritama}
\renewcommand\bibname{Literatura}
\newcommand{\disstitle}{\hrtitle}
\newcommand{\thesisname}{Doktorska disertacija}
\newcommand{\unios}{Sveučilište Josipa Jurja Strossmayera u Osijeku}
\newcommand{\ferit}{Fakultet elektrotehnike, računarstva i informacijskih tehnologija Osijek}
\newcommand{\ackname}{Zahvale}
\fi
% Packages used
\usepackage[square,numbers,sort, compress]{natbib}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{multirow}
\usepackage{subcaption}
\usepackage{lastpage}
\usepackage{adjustbox}
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage{hyperref}
\usepackage[a4paper, width=150mm, top=25mm, bottom=25mm, left=25mm, right=20mm]{geometry}
\usepackage{tabularx}
\usepackage{subcaption}
\usepackage[lmodern]{quotchap}
\usepackage{textcomp}
\usepackage{tikz}
\usetikzlibrary{arrows,shapes}
\usetikzlibrary{positioning,calc}
\usepackage{setspace}
\usepackage{algorithmic}
\usepackage{array}
\usepackage[nottoc]{tocbibind}
\usepackage{notoccite}
\usepackage{appendix}
\makenomenclature
\newcommand\Nomenclature[2]{\nomenclature[#2]{#1}{#2}}
\usepackage{pifont}% http://ctan.org/pkg/pifont
\newcommand{\cmark}{\ding{51}}%
\newcommand{\xmark}{\ding{55}}%
\renewcommand*{\chapterheadstartvskip}{\vspace*{1.4\baselineskip}}
\hypersetup{%
pdfborder = {0 0 0}
}
\newcommand{\specialcell}[2][c]{%
\begin{tabular}[#1]{@{}c@{}}#2\end{tabular}}
\DeclareMathOperator*{\argmax}{argmax} % thin space, limits underneath in displays
\DeclareMathOperator*{\argmin}{argmin} % thin space, limits underneath in displays
\usepackage{mathtools}
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
\usepackage[ruled, lined, longend, linesnumberedhidden, onelanguage, croatian,algochapter]{algorithm2e}
\newcommand{\vect}[1]{\mathbf{#1}}
\providecommand{\abs}[1]{\lvert#1\rvert} \providecommand{\norm}[1]{\lVert#1\rVert}
\newcommand{\round}[1]{\ensuremath{\lfloor#1\rceil}}
\title{
{\vspace{-2cm} \normalsize \textbf{\MakeUppercase{\unios}}}\\ \vspace{0.5cm}
{\normalsize \textbf{\MakeUppercase{\ferit}}}\\ \vspace{3.6cm}
{\large \textbf{\authorname}} \\ \vspace{3.6cm}
{\Large \textbf{\disstitle}}\\ \vspace{0.5cm}
{\large \thesisname}\\ \vspace{3.6cm}
{\includegraphics[scale=0.55]{logo_unios}}
{\vspace{-2.4cm} \date{\large Osijek, \the\year{}.}}
}
\begin{document}
\Nomenclature{ISO}{International Organization for Standardization}
\maketitle
\setstretch{1.25}
\chapter*{}
\vspace{8cm}
Doktorska disertacija izrađena je na Fakultetu elektrotehnike, računarstva i informacijskih tehnologija Osijek, Sveučilišta Josipa Jurja Strossmayera u Osijeku.
% You can also use \ferit for the faculty name or \unios for the name of the university in the appropriate language.
\vspace{2cm}
\noindent Mentor: dr.\,sc.\ Profesorica Profesorević, redovita profesorica u trajnom zvanju, \ferit, \unios
\vspace{0.5cm}
\noindent Sumentor: dr.\,sc.\ Doktor Doktorević, viši asistent, \ferit, \unios
\vspace{2cm}
\noindent Disertacija ima STRANICA stranice.
\vspace{0.5cm}
\noindent Disertacija broj: UNIJETI BROJ PRIJE UVEZA.
\thispagestyle{empty}
\newpage
\vspace*{2cm}
\noindent Povjerenstvo za ocjenu doktorske disertacije:
\begin{enumerate}
\item Dr.\,sc.\ Ime Prezime, izvanredni profesor, \ferit, \unios
\end{enumerate}
\vspace{3cm}
\noindent Povjerenstvo za obranu doktorske disertacije:
\begin{enumerate}
\item Dr.\,sc.\ Ime Prezime, izvanredni profesor, \ferit, \unios
\end{enumerate}
\vspace{3cm}
Datum obrane doktorske disertacije: UNIJETI DATUM.
\thispagestyle{empty}
\chapter*{\ackname}
\noindent Moje zahvale.
\thispagestyle{empty}
\cleardoublepage
\pagenumbering{roman}
%\setcounter{page}{1}
\tableofcontents
%\chapter*{Popis slika}
%\cleardoublepage
%\addcontentsline{toc}{chapter}{Popis slika}
\listoffigures
\listoftables
\clearpage
\addcontentsline{toc}{chapter}{\algname}
\listofalgorithms
%\chapter*{Popis tablica}
%\addcontentsline{toc}{chapter}{Popis tablica}
%\chapter*{Popis algoritama}
%\addcontentsline{toc}{chapter}{Popis algoritama}
\printnomenclature[3cm]
%\chapter*{Popis kratica i oznaka}
%\addcontentsline{toc}{chapter}{Popis kratica i oznaka}
\chapter{Uvod}
\setcounter{page}{1}
\pagenumbering{arabic}
\input{chapters/chapter01}
\cleardoublepage
\phantomsection
%\setstretch{1.25}
%\addcontentsline{toc}{chapter}{Literatura}
%\selectlanguage{croatian}
\bibliographystyle{abbrvnathr}
\bibliography{references}
%\printbibliography
%\setstretch{1.25}
\chapter*{Sažetak}
\addcontentsline{toc}{chapter}{Sažetak}
\vspace{-1.6cm}
\textbf{\hrtitle}
\vspace{0.5cm}
\noindent Moj sažetak.
\vspace{0.5cm}
\textbf{Ključne riječi:} neural networks;
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\vspace{-1.6cm}
\textbf{\entitle}
\vspace{0.5cm}
\noindent My abstract
\vspace{0.5cm}
\textbf{Keywords:} neuronske mreže; obnovljivi izvori energije.
\chapter*{Curriculum vitae}
\addcontentsline{toc}{chapter}{Curriculum vitae}
Moj životopis.
\vspace{4.5cm}
U Osijeku, \the\year{}. \hspace{60mm} \noindent \hrulefill
\hspace{76mm}\phantom{Student: }\authorname \\ \\
\clearpage
\pagenumbering{alph}
\begin{appendices}
\chapter{Moj prvi prilog.}\label{app:app01}
\input{chapters/appendix01}
\end{appendices}
\setstretch{1}
\end{document}