Upgrade title page
This commit is contained in:
parent
e7d9de164a
commit
4cc06d47de
|
@ -93,7 +93,7 @@ anchorcolor = blue]{hyperref}
|
||||||
|
|
||||||
\usepackage[ED=MITT-ImgInf, Ets=INP]{tlsflyleaf}
|
\usepackage[ED=MITT-ImgInf, Ets=INP]{tlsflyleaf}
|
||||||
|
|
||||||
\title{Streaming 3D lulz}
|
\title{DASH-3D}
|
||||||
|
|
||||||
\author{Thomas \textsc{Forgione}}
|
\author{Thomas \textsc{Forgione}}
|
||||||
|
|
||||||
|
|
16
src/main.tex
16
src/main.tex
|
@ -38,21 +38,7 @@
|
||||||
\quad\\
|
\quad\\
|
||||||
This version was compiled on \today{} at \currenttime{}.
|
This version was compiled on \today{} at \currenttime{}.
|
||||||
|
|
||||||
\begin{titlepage}
|
\input{titlepage.tex}
|
||||||
\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}
|
|
||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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.
|
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{}
|
\copied{}
|
||||||
|
|
||||||
We briefly survey other research on prefetching that focuses on non-continuous interaction in other types of media.
|
We briefly survey other research on prefetching that focuses on non-continuous interaction in other types of media.
|
||||||
|
|
|
@ -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}
|
Loading…
Reference in New Issue