From 4078387201530b003079a3bf2a1e61bb98f1bed9 Mon Sep 17 00:00:00 2001 From: grizzly Date: Sun, 22 Sep 2024 17:54:17 -0400 Subject: [PATCH] update --- PhD/seminar/seminar.typ | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/PhD/seminar/seminar.typ b/PhD/seminar/seminar.typ index 604120f..839d63b 100644 --- a/PhD/seminar/seminar.typ +++ b/PhD/seminar/seminar.typ @@ -163,7 +163,7 @@ Power is: // schematic of the overview #for i in range(5){ - [#only(i+1)[#image("images/decomposed_"+str(i+1)+".svg", height:100%)]] + [#only(i+2)[#image("images/decomposed_"+str(i+1)+".svg", height:100%)]] } ] #slide(title:"Alternative Approach - Decomposed Power Trace")[ @@ -171,7 +171,11 @@ Power is: #only(2)[#align(center)[#image("images/states_ts.svg", height:100%)]] ] - -#slide(title:"Future Developements")[ -#bibliography("biblio.yml") +#slide(title:"Future Works")[ + - Collect more and better data. + - Developp a benchmark for attack detection. +] + +#slide(title:"Bibliography")[ + #bibliography("biblio.yml") ]