-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalk.tex
113 lines (87 loc) · 2.49 KB
/
talk.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
\ifdefined\ishandout
\documentclass[xcolor=table, handout, 10pt]{beamer}
\else
\documentclass[xcolor=table, 10pt]{beamer}
\fi
\usetheme[
outer/progressbar=foot,
outer/numbering=fraction
]{metropolis}
\input{meta}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Title Page
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Adapting Swarm Application}
\subtitle{A Systematic and Quantitative Approach}
\date{\today}
\author{Ben Zhang}
\institute{TerraSwarm Research Center \\ \url{https://github.com/nebgnahz/dissertation-talk}}
% \titlegraphic{\hfill\includegraphics[height=0.8cm]{figures/terraswarm.png}}
\begin{document}
\maketitle
\ifdefined\iscomplete
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Whole Document
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Table of contents}
\setbeamertemplate{section in toc}[sections numbered]
\tableofcontents[hideallsubsections]
\end{frame}
\section{Introduction to the Swarm}
\input{intro}
\section{Network Resource Adaptation}
\input{frames/awstream-motivation.tex}
\input{frames/awstream-api.tex}
\input{frames/awstream-profiling.tex}
\input{frames/awstream-runtime.tex}
\input{frames/awstream-apps.tex}
\input{frames/awstream-eval.tex}
\section{Compute Resource Adaptation}
\input{frames/serving-motivation.tex}
\input{frames/serving-violajones.tex}
\input{frames/serving-bo.tex}
\section{Conclusion and Acknowledgement}
\input{frames/conclusion}
\appendix
\input{ack}
\begin{frame}[standout]
Backup Slides.
\end{frame}
\input{backup}
\else
% \input{intro}
% \input{frames/awstream-motivation.tex}
% \input{frames/awstream-api.tex}
% \input{frames/awstream-profiling.tex}
% \input{frames/awstream-runtime.tex}
% \input{frames/awstream-apps.tex}
% \input{frames/awstream-eval.tex}
\input{frames/serving-motivation}
\input{frames/serving-violajones}
\input{frames/serving-bo}
\input{frames/conclusion}
\input{ack}
\input{backup}
\fi
{
\setbeamerfont{bibliography item}{size=\scriptsize}
\setbeamerfont{bibliography entry author}{size=\scriptsize}
\setbeamerfont{bibliography entry title}{size=\scriptsize}
\setbeamerfont{bibliography entry location}{size=\scriptsize}
\setbeamerfont{bibliography entry note}{size=\scriptsize}
\metroset{titleformat frame=allsmallcaps}
\begin{frame}[allowframebreaks]{References}
\bibliographystyle{apalike}
\bibliography{talk}
\end{frame}
}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-engine: xetex
%%% End: