add comments about what to put on each slide

This commit is contained in:
Arthur 2023-10-19 15:22:17 -04:00
parent 33632200c0
commit 8e5f7f6b8b

View file

@ -20,6 +20,7 @@
) )
#slide(title: "Introduction")[ #slide(title: "Introduction")[
//add images with wein diagram from proposal presentation
] ]
#slide(title: "Overview")[ #slide(title: "Overview")[
@ -32,9 +33,20 @@
] ]
#slide(title: "BPV Model")[ #slide(title: "BPV Model")[
#image("images/training.svg", height: 100%)
// fix font in inkscape, use STIX TWO Text everywhere
// Remove one model to only present single model mode
] ]
#slide(title: "Multi-Model Support")[ #slide(title: "Multi-Model Support")[
// Reuse the training image but with both model
// underline that the threshold seems similar bu they refer to possibly widely different traces.
// one new trace does not have a single position on the bottom graph, it has one (possibly
// different) per model
]
#slide(title: "Multi-Model Support")[
// Explain decision, trace needs to be validated by at least one model to pass
] ]
#focus-slide()[ #focus-slide()[
@ -42,27 +54,30 @@ Test Cases
] ]
#slide(title: "Test Case 1")[ #slide(title: "Test Case 1")[
// table with devices and modifications/attacks
] ]
#slide(title: "Test Case 1 - Results")[ #slide(title: "Test Case 1 - Results")[
// table with results
] ]
#slide(title: "Test Case 2")[ #slide(title: "Test Case 2")[
// table with modifications to the drone
] ]
#slide(title: "Test Case 2 - Results")[ #slide(title: "Test Case 2 - Results")[
] ]
// if no results, present the setup and say why this is interesting and versatile
#slide(title: "Test Case 3")[ #slide(title: "Test Case 3")[
] ]
#slide(title: "Test Case 3 - Results")[ #slide(title: "Test Case 3 - Results")[
] ]
// possibly a slide about anomaly generation, maybe in futur work
#slide(title: "Future Work")[ #slide(title: "Future Work")[
] ]