From 1c658ed8db6cd36ae163ff289f1a982887772c2c Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 16 Oct 2023 15:25:28 -0400 Subject: [PATCH 1/2] fix typo --- PhD/research_proposal/presentation.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PhD/research_proposal/presentation.tex b/PhD/research_proposal/presentation.tex index dd0b8d2..bc0f6e9 100644 --- a/PhD/research_proposal/presentation.tex +++ b/PhD/research_proposal/presentation.tex @@ -1,4 +1,4 @@ -\documentclass[aspectratio=169,10pt]{beamer} +\documentclass[aspectratio=169,10pt, dvipsnames]{beamer} \usetheme[progressbar=head,numbering=fraction,sectionpage=none]{metropolis} \usepackage{graphicx} @@ -15,7 +15,7 @@ \usepackage{array} \usepackage{xspace} -\title{Ph.D. Research proposal: Physics Based Security} +\title{Ph.D. Research proposal: Physics-Based Security} \subtitle{} \date{} \author{Arthur Grisel-Davy} @@ -41,7 +41,7 @@ \begin{frame}{Introduction} \begin{center} - {\LARGE 2. Process assessement require process-related information.} + {\LARGE 2. Process assessement requires process-related information.} \end{center} \end{frame} @@ -69,7 +69,7 @@ \begin{frame}{Features of Side-Channels} \begin{columns} \begin{column}{0.5\textwidth} - {\color{green}Advantages} + {\color{ForestGreen}Advantages} \begin{itemize} \item Easy to Measure \item Hard to Forge @@ -258,7 +258,7 @@ \begin{frame}{Planned Work - SSMM} Next Steps: \begin{itemize} - \item Developp capture system. + \item Develop capture system. \item Evolve the SSSM system for multi-variate support. \item Evaluate performances. \end{itemize} @@ -275,7 +275,7 @@ \begin{frame}{Planned Work - MSSM} Next Steps: \begin{itemize} - \item Developp new method for AC states detection. + \item Develop new method for AC states detection. \item Investigate signal disembiguation techniques. \end{itemize} \end{frame} From 0acbd194a18662f0f3c05ee30a9cb33c467c4112 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 16 Oct 2023 19:52:04 -0400 Subject: [PATCH 2/2] minor changes --- PhD/research_proposal/presentation.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PhD/research_proposal/presentation.tex b/PhD/research_proposal/presentation.tex index bc0f6e9..dc957c2 100644 --- a/PhD/research_proposal/presentation.tex +++ b/PhD/research_proposal/presentation.tex @@ -195,11 +195,11 @@ \end{figure} \end{frame} -\begin{frame}{Main problem Statement} +\begin{frame}{Main Problem Statement} \textbf{Problem Statement 1} \textit{ Given a discretized time series $t$ and a set of patterns $P=\{\chi, P_1,\dots, P_n\}$, identify an injective mapping $m_{SSSM}:\mathbb{N}\longrightarrow P$ such that every sample $t[i]$ - maps to a pattern in $P$ with the condition that the sample matches an occurence of the pattern in $t$. + maps to a pattern in $P$ with the condition that the sample matches an occurrence of the pattern in $t$. } \end{frame} @@ -283,7 +283,7 @@ \begin{frame}{Conclusion} \begin{itemize}[<+- | alert@+>] \item Preliminary work illustrates potential and identified a gap. - \item Three main problems identified: + \item Three sub-problems identified: \begin{itemize}[<+- | alert@+>] \item SSSM shows good results so far. \item SSMM is an extension of preliminary work.