phd/src/titlepage.tex

56 lines
2.2 KiB
TeX
Raw Normal View History

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,
2019-11-04 15:29:27 +01:00
minimum height=9.75cm,
2019-10-14 17:09:26 +02:00
]{};
\node at (current page.south)[
2019-11-04 15:29:27 +01:00
above=8.75cm,
2019-10-14 17:09:26 +02:00
font=\sffamily\bfseries\Huge,
] {\color{white}\thetitle};
\node at (current page.south)[
2019-11-04 15:29:27 +01:00
above=7.5cm,
2019-10-16 16:31:04 +02:00
font=\sffamily\bfseries\large,
2019-10-16 16:37:51 +02:00
align=center,
] {%
\color{white}For the University of Toulouse PhD granted by the INP Toulouse\\
\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)[
2019-11-04 15:29:27 +01:00
above=3.25cm,
2019-10-16 16:31:04 +02:00
font=\sffamily\small,
align=center,
] {%
2019-11-28 16:56:40 +01:00
\color{white}\textbf{Gilles GESQUIÈRE}, president\\
2019-10-30 10:39:38 +01:00
\color{white}\textbf{Sidonie CHRISTOPHE}, reviewer\\
\color{white}\textbf{Gwendal SIMON}, reviewer\\
2019-11-04 15:40:14 +01:00
\color{white}\textbf{Maarten WIJNANTS}, examiner\\
2019-10-16 16:31:04 +02:00
\color{white}\textbf{Wei Tsang OOI}, examiner\\
\color{white}\textbf{Vincent CHARVILLAT}, thesis supervisor\\
2019-10-16 17:01:56 +02:00
\color{white}\textbf{Axel CARLIER}, thesis co-supervisor\\
\color{white}\textbf{Géraldine MORIN}, thesis co-supervisor
2019-10-16 16:31:04 +02:00
};
\node at (current page.south)[
above=0.5cm,
font=\sffamily\small,
align=left,
] {%
2019-10-16 16:34:15 +02:00
\color{white}\textbf{Doctoral school and field}: EDMITT: École Doctorale de Mathématiques, Informatiques et Télécommunications de Toulouse\\
\color{white}\textbf{Field}: Computer science and telecommunication\\
2019-10-16 16:31:04 +02:00
\color{white}\textbf{Research unit}: IRIT (5505)\\
\color{white}\textbf{Thesis supervisors}: Vincent CHARVILLAT, Axel CARLIER and Géraldine MORIN\\
2019-11-04 15:29:27 +01:00
\color{white}\textbf{Reviewers}: Sidonie CHRISTOPHE and Gwendal SIMON
2019-10-16 16:31:04 +02:00
};
2019-10-14 17:09:26 +02:00
\end{tikzpicture}
\end{titlepage}