update
This commit is contained in:
parent
5a843822c3
commit
4078387201
1 changed files with 8 additions and 4 deletions
|
|
@ -163,7 +163,7 @@ Power is:
|
||||||
// schematic of the overview
|
// schematic of the overview
|
||||||
|
|
||||||
#for i in range(5){
|
#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")[
|
#slide(title:"Alternative Approach - Decomposed Power Trace")[
|
||||||
|
|
@ -171,7 +171,11 @@ Power is:
|
||||||
#only(2)[#align(center)[#image("images/states_ts.svg", height:100%)]]
|
#only(2)[#align(center)[#image("images/states_ts.svg", height:100%)]]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
#slide(title:"Future Works")[
|
||||||
|
- Collect more and better data.
|
||||||
|
- Developp a benchmark for attack detection.
|
||||||
|
]
|
||||||
|
|
||||||
#slide(title:"Future Developements")[
|
#slide(title:"Bibliography")[
|
||||||
#bibliography("biblio.yml")
|
#bibliography("biblio.yml")
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue