commit c72eab6b4e8704d31a988b21a527c9b80c47cb97 Author: Manos Katsomallos Date: Thu Oct 5 20:52:19 2017 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6418e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,221 @@ +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Generated if empty string is given at "Please type another file name for output:" +.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Auxiliary and intermediate files from other packages: +# algorithms +*.alg +*.loa + +# achemso +acs-*.bib + +# amsthm +*.thm + +# beamer +*.nav +*.pre +*.snm +*.vrb + +# changes +*.soc + +# cprotect +*.cpt + +# elsarticle (documentclass of Elsevier journals) +*.spl + +# endnotes +*.ent + +# fixme +*.lox + +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm + +#(r)(e)ledmac/(r)(e)ledpar +*.end +*.?end +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs + +# gnuplottex +*-gnuplottex-* + +# gregoriotex +*.gaux +*.gtex + +# hyperref +*.brf + +# knitr +*-concordance.tex +# TODO Comment the next line if you want to keep your tikz graphics files +*.tikz +*-tikzDictionary + +# listings +*.lol + +# makeidx +*.idx +*.ilg +*.ind +*.ist + +# minitoc +*.maf +*.mlf +*.mlt +*.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* + +# minted +_minted* +*.pyg + +# morewrites +*.mw + +# nomencl +*.nlo + +# pax +*.pax + +# pdfpcnotes +*.pdfpc + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# scrwfile +*.wrt + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# pdfcomment +*.upa +*.upb + +# pythontex +*.pytxcode +pythontex-files-*/ + +# thmtools +*.loe + +# TikZ & PGF +*.dpth +*.md5 +*.auxlock + +# todonotes +*.tdo + +# easy-todo +*.lod + +# xindy +*.xdy + +# xypic precompiled matrices +*.xyc + +# endfloat +*.ttt +*.fff + +# Latexian +TSWLatexianTemp* + +## Editors: +# WinEdt +*.bak +*.sav + +# Texpad +.texpadtmp + +# Kile +*.backup + +# KBibTeX +*~[0-9]* + +# auto folder when using emacs and auctex +/auto/* + +# expex forward references with \gathertags +*-tags.tex diff --git a/abstract.tex b/abstract.tex new file mode 100644 index 0000000..19901f7 --- /dev/null +++ b/abstract.tex @@ -0,0 +1,2 @@ +\chapter{Abstract} +The abstract goes here. diff --git a/acknowledgements.tex b/acknowledgements.tex new file mode 100644 index 0000000..f8eb472 --- /dev/null +++ b/acknowledgements.tex @@ -0,0 +1,8 @@ +\chapter{Acknowledgements} +Upon the completion of my thesis, I would like to express my deep gratitude to my research supervisors for their patient guidance, enthusiastic encouragement and useful critiques of this research work. Besides my advisors, I would like to thank the reporters as well as the rest of the jury for their invaluable contribution. + +A special thanks to my department’s faculty, staff and fellow students for their valuable assistance whenever needed and for creating a pleasant and creative environment during my studies. + +Last but not least, I wish to thank my family and friends for their unconditional support and encouragement all these years. + +Pontoise, September X, 2019 diff --git a/bibliography.bib b/bibliography.bib new file mode 100644 index 0000000..e69de29 diff --git a/images/logo-universite-paris-seine.png b/images/logo-universite-paris-seine.png new file mode 100644 index 0000000..a288edc Binary files /dev/null and b/images/logo-universite-paris-seine.png differ diff --git a/introduction.tex b/introduction.tex new file mode 100644 index 0000000..61abb24 --- /dev/null +++ b/introduction.tex @@ -0,0 +1,4 @@ +\chapter{Introduction} +\label{ch:intro} +This is the introduction. +\section{Test} diff --git a/main.pdf b/main.pdf new file mode 100644 index 0000000..4c7f4ef Binary files /dev/null and b/main.pdf differ diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..ac56150 --- /dev/null +++ b/main.tex @@ -0,0 +1,32 @@ +\documentclass[oneside]{scrbook} + +\usepackage[french, english]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{graphicx} + +\graphicspath{ {images/} } + +\begin{document} + +\input{titlepage} + +\frontmatter + +\tableofcontents +\listoffigures +\listoftables + +\input{acknowledgements} + +\input{abstract} + +\mainmatter + +\input{introduction} + +\backmatter + +\bibliography{bibliography} + +\end{document} diff --git a/titlepage.tex b/titlepage.tex new file mode 100644 index 0000000..9e8fe1c --- /dev/null +++ b/titlepage.tex @@ -0,0 +1,59 @@ +\begin{titlepage} + \centering + % \includegraphics[width=0.15\textwidth]{example-image-1x1}\par\vspace{1cm} + {\LARGE Quality \& Privacy in User-generated Big-data:\par + Algorithms \& Techniques\par} + \vspace{2cm} + {\footnotesize PRESENTED THE September X, 2019 + % PRÉSENTÉE LE X Septembre 2019 + \par} + \vspace{0.5cm} + {\footnotesize AT THE FACULTY OF INFORMATION \& COMMUNICATION SCIENCES \& TECHNOLOGIES + % À LA FACULTÉ DES SCIENCES ET TECHNOLOGIES DE L'INFORMATION ET DE LA COMMUNICATION + \par} + {\footnotesize ETIS LAB + % LABORATOIRE ETIS + \par} + {\footnotesize DOCTORAL PROGRAMME IN SCIENCES \& TECHNOLOGIES + % PROGRAMME DOCTORAL EN SCIENCES ET INGÉNIERIE + \par} + \vspace{1cm} + {\large PARIS-SEINE UNIVERSITY + % UNIVERSITÉ PARIS-SEINE + \par} + \vspace{0.5cm} + {\footnotesize FOR OBTAINING THE GRADE OF DOCTOR OF SCIENCES + % POUR L’OBTENTION DU GRADE DE DOCTEUR ÈS SCIENCES + \par} + \vspace{2cm} + {\footnotesize BY + % PAR + \par} + \vspace{0.5cm} + {\large Manos KATSOMALLOS\par} + \vfill + {\footnotesize + accepted on the proposal of the jury: + % acceptée sur proposition du jury : + \par + \vspace{0.5cm} + Dr. ..., jury president + % président du jury + \par + Dr. ..., jury member\par + Dr. Dimitris Kotzinos, supervisor + % directeur de thèse + \par + Dr. Katerina (Aikaterini) Tzompanaki, co-supervisor + % co-directrice de thèse + \par + Dr. Vassilis Christophides, co-supervisor + % co-directeur de thèse + \par + Dr. ..., rapporteur\par} + \vfill + % Bottom of the page + \includegraphics[height=1.5cm]{logo-universite-paris-seine}\par + {\footnotesize France\par + 2019} +\end{titlepage}