2019-10-14 17:09:26 +02:00
|
|
|
\begin{titlepage}
|
|
|
|
\begin{tikzpicture}[overlay,remember picture,line width=5pt]
|
|
|
|
\node at (current page.center) {\includegraphics[width=\pagewidth]{assets/background.png}};
|
|
|
|
\node at (current page.south) [%
|
|
|
|
fill=black,
|
|
|
|
draw=MidnightBlue,
|
|
|
|
fill opacity=0.7,
|
|
|
|
thin,
|
2019-10-16 16:31:04 +02:00
|
|
|
above=0.5cm,
|
|
|
|
minimum width=19cm,
|
|
|
|
minimum height=9cm,
|
2019-10-14 17:09:26 +02:00
|
|
|
]{};
|
|
|
|
|
|
|
|
\node at (current page.south)[
|
2019-10-16 16:31:04 +02:00
|
|
|
above=8cm,
|
2019-10-14 17:09:26 +02:00
|
|
|
font=\sffamily\bfseries\Huge,
|
|
|
|
] {\color{white}\thetitle};
|
|
|
|
|
|
|
|
\node at (current page.south)[
|
2019-10-16 16:31:04 +02:00
|
|
|
above=7.25cm,
|
|
|
|
font=\sffamily\bfseries\large,
|
2019-10-15 15:59:11 +02:00
|
|
|
] {\color{white}Presented and defended on Friday 29\textsuperscript{th} November, 2019 by \theauthor};
|
2019-10-16 16:31:04 +02:00
|
|
|
|
|
|
|
\node at (current page.south)[
|
|
|
|
above=3.125cm,
|
|
|
|
font=\sffamily\small,
|
|
|
|
align=center,
|
|
|
|
] {%
|
|
|
|
\color{white}\textbf{Sidonie CHRISTOPHE}, rapporteure\\
|
|
|
|
\color{white}\textbf{Gwendal SIMON}, rapporteur\\
|
|
|
|
\color{white}\textbf{Gilles GESQUIÈRE}, rapporteur\\
|
|
|
|
\color{white}\textbf{Wei Tsang OOI}, examiner\\
|
|
|
|
\color{white}\textbf{Vincent CHARVILLAT}, thesis supervisor\\
|
|
|
|
\color{white}\textbf{Géraldine MORIN}, thesis co-supervisor\\
|
|
|
|
\color{white}\textbf{Axel CARLIER}, thesis co-supervisor
|
|
|
|
};
|
|
|
|
|
|
|
|
\node at (current page.south)[
|
|
|
|
above=0.5cm,
|
|
|
|
font=\sffamily\small,
|
|
|
|
align=left,
|
|
|
|
] {%
|
|
|
|
\color{white}\textbf{Doctoral school and field}: MITT: Computer science and telecommunication\\
|
|
|
|
\color{white}\textbf{Research unit}: IRIT (5505)\\
|
|
|
|
\color{white}\textbf{Thesis supervisors}: Vincent CHARVILLAT, Axel CARLIER and Géraldine MORIN\\
|
|
|
|
\color{white}\textbf{Rapporteurs}: Sidonie CHRISTOPHE and Gwendal SIMON
|
|
|
|
};
|
2019-10-14 17:09:26 +02:00
|
|
|
\end{tikzpicture}
|
|
|
|
\end{titlepage}
|