From 9e9d99b06713477affe43ce74cf08e07b2613ae1 Mon Sep 17 00:00:00 2001 From: Arthur Grisel-Davy Date: Mon, 9 Oct 2023 14:00:21 -0400 Subject: [PATCH] add results of cs 2 --- DSD/qrs/presentation/presentation.typ | 29 ++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/DSD/qrs/presentation/presentation.typ b/DSD/qrs/presentation/presentation.typ index 58b5b31..061ef21 100644 --- a/DSD/qrs/presentation/presentation.typ +++ b/DSD/qrs/presentation/presentation.typ @@ -91,7 +91,8 @@ #slide(title: "Case Study 1")[ #align(center)[ -#tablex( +#figure( +tablex( columns: (auto, auto, auto), auto-vlines: false, repeat-header: false, @@ -104,6 +105,9 @@ [WAP-LINKSYS], [22604], [18], [REFIT-H4A4], [5366], [17], [REFIT-H4A1], [100000], [142] +), +caption: "Results of the case study 1", +supplement: none, ) ] @@ -114,10 +118,6 @@ ) ] -#slide(title: "Case Study 2")[ -// add overview of the experiment pipeline -] - #slide(title: "Case Study 2")[ #image("images/rules_pipeline.svg", width:100%) @@ -146,7 +146,26 @@ #figure( image("images/preds.svg", height: 100%) ) +] +#slide(title: "Case Study 2 - Results")[ +#align(center)[ +#figure( +tablex( + columns: (auto, auto, auto), + auto-vlines: false, + repeat-header: false, + align: (left+horizon,right+horizon,right+horizon), + [#text(weight:"bold")[Rule]], [#text(weight: "bold")[Violation Ratio]], [#text(weight: "bold")[Micro-$F_1$]], + [Night Sleep], [0.33], [1.0], + [Work Hours], [0.3], [1.0], + [Reboot], [0.48], [1.0], + [No Long High], [0.75], [1.0], +), +caption: "Results of the case study 2", +supplement: none, +) +] ]