diff --git a/DSD/data_extraction/images/manual_extraction.pdf b/DSD/data_extraction/images/manual_extraction.pdf new file mode 100644 index 0000000..31bc50a Binary files /dev/null and b/DSD/data_extraction/images/manual_extraction.pdf differ diff --git a/DSD/data_extraction/images/manual_extraction.svg b/DSD/data_extraction/images/manual_extraction.svg new file mode 100644 index 0000000..a07fe39 --- /dev/null +++ b/DSD/data_extraction/images/manual_extraction.svg @@ -0,0 +1,212 @@ + + + + diff --git a/DSD/data_extraction/images/protos.pdf b/DSD/data_extraction/images/protos.pdf new file mode 100644 index 0000000..70f3612 Binary files /dev/null and b/DSD/data_extraction/images/protos.pdf differ diff --git a/DSD/data_extraction/images/protos.svg b/DSD/data_extraction/images/protos.svg new file mode 100644 index 0000000..3d8b243 --- /dev/null +++ b/DSD/data_extraction/images/protos.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + diff --git a/DSD/data_extraction/images/raw_trace.pdf b/DSD/data_extraction/images/raw_trace.pdf new file mode 100644 index 0000000..b7292f7 Binary files /dev/null and b/DSD/data_extraction/images/raw_trace.pdf differ diff --git a/DSD/data_extraction/images/raw_trace.svg b/DSD/data_extraction/images/raw_trace.svg new file mode 100644 index 0000000..43168dc --- /dev/null +++ b/DSD/data_extraction/images/raw_trace.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/DSD/data_extraction/presentation.pdf b/DSD/data_extraction/presentation.pdf new file mode 100644 index 0000000..80dfef4 Binary files /dev/null and b/DSD/data_extraction/presentation.pdf differ diff --git a/DSD/data_extraction/presentation.tex b/DSD/data_extraction/presentation.tex new file mode 100644 index 0000000..796e36c --- /dev/null +++ b/DSD/data_extraction/presentation.tex @@ -0,0 +1,60 @@ +\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{booktabs} +\usepgfplotslibrary{dateplot} +\usepackage{hyperref} +\usepackage{multirow} +\usepackage{array} +\usepackage{xspace} + +\title{Device State Detector (DSD): Data Extraction} +\subtitle{Trust me I've read a book.} +\date{} +\author{Arthur Grisel-Davy} +\institute{University of Waterloo, Canada} + + +\begin{document} + +\maketitle + +\begin{frame}{"Training" Data} + \begin{columns} + \begin{column}{0.5\textwidth} + \begin{figure} + \centering + \includegraphics[height=0.7\textheight]{images/protos.pdf} + \end{figure} + \end{column} + \begin{column}{0.5\textwidth} + \begin{itemize} + \item N labeled extracts of trace. + \item Same sampling rate and processing as for the detection. + \item Roughtly the same size (not a hard requirement). + \item Compiled in a \texttt{csv.gz} file on Minio. + \end{itemize} + \end{column} + \end{columns} +\end{frame} + +\begin{frame}{Available Data} + \begin{figure} + \centering + \includegraphics[width=0.9\textwidth]{images/raw_trace.pdf} + \end{figure} +\end{frame} + +\begin{frame}{Manual Extraction} + \begin{figure} + \centering + \includegraphics[width=0.9\textwidth]{images/manual_extraction.pdf} + \end{figure} +\end{frame} + +\end{document}