MB-PhD-Thesis
作者:
Messaoud Babaghayou
最近上传:
8 个月前
许可:
Creative Commons CC BY 4.0
摘要:
An English-thesis for the computer science field, university of Tlemcen, Algeria.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[oneside,11pt]{extra/MyThesis}
\input{extra/1-headers}
\include{extra/2-definitions}
\begin{document}
\renewcommand{\bibname}{References} % changes default name Bibliography to References
\fontsize{12pt}{7mm}\selectfont
%\onehalfspacingT
\frontmatter % book mode only
\pagenumbering{roman}
\renewcommand\thechapter{\Roman{chapter}}
\renewcommand\thesection{\arabic{section}}
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{3}
\renewcommand{\contentsname}{Table of Contents}
\graphicspath{{figures/a-b-c/}}
\include{chapters/a-title-page}
\include{chapters/b-first-pages}
\chapterfont{\normalfont\itshape}
\fontsize{12pt}{4mm}\selectfont
\tableofcontents
\fontsize{12pt}{7mm}\selectfont
\label{toc}
\listoffigures
\listoftables
%\clearpage
\fontsize{12pt}{10mm}\selectfont
\listofalgorithms
\addtocontents{loa}{\def\string\figurename{Algorithm}}
\addcontentsline{toc}{chapter}{List of Algorithms}
\pagebreak
\fontsize{12pt}{5mm}\selectfont
\printglossary[type=\acronymtype,title={List of Abbreviations},nonumberlist]
\fontsize{12pt}{7mm}\selectfont
\pagebreak
\pagenumbering{arabic}
\fontsize{13pt}{9mm}\selectfont
\include{chapters/c-preamble}
\fontsize{12pt}{7mm}\selectfont
\extraPartText{\textbf{\huge\itshape
Chapter I: Vehicular Networks and their Security: A Background
\\[5ex]
Chapter II: Pseudonymity: A State of Art and Taxonomic Study
}}
\part*{PART ONE: LITERATURE REVIEW}
\phantomsection
\addcontentsline{toc}{part}{PART ONE: LITERATURE REVIEW}
\graphicspath{{figures/chaptre1/}}\include{chapters/chapter1}
\graphicspath{{figures/chaptre2/}}\include{chapters/chapter2}
\extraPartText{\textbf{\huge\itshape
Chapter III: Location Privacy Evaluation for Trips and Home identification in VANET
\\[5ex]
Chapter IV: Transmission Range Changing Effects on IoV Users' Location Privacy
\\[5ex]
Chapter V: WHISPER: a Safety-Aware and Location Privacy Scheme for IoV
}}
\part*{PART TWO: SCIENTIFIC CONTRIBUTIONS}
\phantomsection
\addcontentsline{toc}{part}{PART TWO: SCIENTIFIC CONTRIBUTIONS}
\graphicspath{{figures/chaptre3/}}\include{chapters/chapter3}
\graphicspath{{figures/chaptre4/}}\include{chapters/chapter4}
\graphicspath{{figures/chaptre5/}}\include{chapters/chapter5}
\fontsize{15pt}{7mm}\selectfont
\include{chapters/d-conclusion}
\fontsize{12pt}{7mm}\selectfont
\addtocontents{toc}{\bigskip}
\graphicspath{{figures/e/}}\include{chapters/e-appendices}
\label{lblvanet}
\backmatter % book mode only
\begingroup
\raggedright
\sloppy
\bibliographystyle{unsrtnat}
\fontsize{10pt}{5.9mm}\selectfont
\bibliography{MyBiblio} % References file
\endgroup
\include{chapters/z-abstracts}
\end{document}