Upgrade title page

This commit is contained in:
Thomas Forgione 2019-10-14 17:09:26 +02:00
parent e7d9de164a
commit 4cc06d47de
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
4 changed files with 27 additions and 17 deletions

View File

@ -93,7 +93,7 @@ anchorcolor = blue]{hyperref}
\usepackage[ED=MITT-ImgInf, Ets=INP]{tlsflyleaf}
\title{Streaming 3D lulz}
\title{DASH-3D}
\author{Thomas \textsc{Forgione}}

View File

@ -38,21 +38,7 @@
\quad\\
This version was compiled on \today{} at \currenttime{}.
\begin{titlepage}
\begin{tikzpicture}[overlay,remember picture,line width=5pt]
\node at (current page.center) {\includegraphics[width=\pagewidth]{assets/background.png}};
\node at (12, -22) [%
inner sep=15pt,
ultra thick,
draw=MidnightBlue,
fill=black,
font=\sffamily\bfseries\Huge,
align=left,
fill opacity=0.7,
text opacity=1,
] {\color{white}\thetitle\\\color{white}\LARGE\theauthor};
\end{tikzpicture}
\end{titlepage}
\input{titlepage.tex}
\tableofcontents

View File

@ -87,7 +87,7 @@ An example of such a property is given in Listing~\ref{sota:srd-xml}.
Essentially, this feature is a way of achieving view-dependent streaming, since the client only displays a part of the video and can avoid downloading content that will not be displayed.
This is especially interesting in the context of 3D streaming since we have this same pattern of a user viewing only a part of a content.
\subsection{Prefetching in video steaming}
\subsection{Prefetching in video streaming}
\copied{}
We briefly survey other research on prefetching that focuses on non-continuous interaction in other types of media.

24
src/titlepage.tex Normal file
View File

@ -0,0 +1,24 @@
\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,
above=1.5cm,
minimum width=18cm,
minimum height=7cm,
]{};
\node at (current page.south)[
above=7cm,
font=\sffamily\bfseries\Huge,
] {\color{white}\thetitle};
\node at (current page.south)[
above=6.25cm,
font=\sffamily\bfseries,
] {\color{white}Presented and defended on the 19/11/2019 by \theauthor};
\end{tikzpicture}
\end{titlepage}