This commit is contained in:
grizzly 2024-09-22 17:54:17 -04:00
parent 5a843822c3
commit 4078387201

View file

@ -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")
]