start presentation, redo main illustration

This commit is contained in:
Arthur Grisel-Davy 2023-08-08 13:54:52 -04:00
parent edad3126ff
commit d80beb1b22
6 changed files with 1064 additions and 0 deletions

View file

@ -0,0 +1,67 @@
\documentclass[aspectratio=169,10pt]{beamer}
\usetheme[progressbar=head,numbering=fraction,sectionpage=none]{metropolis}
\usepackage{graphicx}
\usepackage{ulem}
\usepackage{xcolor}
\usepackage[scale=2]{ccicons}
\usepackage{pgfplots}
\usepackage{numprint}
\usepackage{booktabs}
\usepgfplotslibrary{dateplot}
\usepackage{hyperref}
\usepackage{multirow}
\usepackage{tcolorbox}
\usepackage{array}
\usepackage{xspace}
\title{Side-channel Based Runtime Intrusion Detection for Network Equipment}
\subtitle{}
\date{}
\author{Arthur Grisel-Davy}
\institute{University of Waterloo, Canada}
\begin{document}
\maketitle
\begin{frame}{Introduction}
\begin{center}
\end{center}
\end{frame}
\begin{frame}{Common IDS Solution}
% Figure from the EMSOFT presentation with the different side channels and our solution
\begin{center}
\includegraphics[width=\textwidth]{images/main_illustration_1.pdf}
\end{center}
\end{frame}
\begin{frame}{Common IDS Solution}
% Figure from the EMSOFT presentation with the different side channels and our solution
\begin{center}
\includegraphics[width=\textwidth]{images/main_illustration_2.pdf}
\end{center}
\end{frame}
\begin{frame}{Common IDS Solution}
% Figure from the EMSOFT presentation with the different side channels and our solution
\begin{center}
\includegraphics[width=\textwidth]{images/main_illustration_3.pdf}
\end{center}
\end{frame}
\begin{frame}{Common IDS Solution}
% Figure from the EMSOFT presentation with the different side channels and our solution
\begin{center}
\includegraphics[width=\textwidth]{images/main_illustration_4.pdf}
\end{center}
\end{frame}
\end{document}