This commit is contained in:
grizzly 2024-09-11 17:00:58 -04:00
parent 1d37bb3ffb
commit 014bb15f7d
7 changed files with 20146 additions and 2 deletions

11646
PhD/seminar/images/dataset.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 278 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 117 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 294 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 93 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 94 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 93 KiB

View file

@ -111,13 +111,20 @@ Power is:
#slide(title: "Input Data - Processes")[ #slide(title: "Input Data - Processes")[
#let array = range(10) #for i in range(10){
#for i in array{
[#only(i+1)[#image("images/processes_"+str(i+1)+".svg", height:100%)]] [#only(i+1)[#image("images/processes_"+str(i+1)+".svg", height:100%)]]
} }
] ]
#slide(title:"Dataset")[
#only(1)[#align(center)[#image("images/dataset.svg", height:100%)]]
#for i in range(3){
[#only(i+1)[#image("images/dataset_zoom_details_"+str(i+1)+".svg", height:100%)]]
}
]
#slide(title:"Proposed Approach")[ #slide(title:"Proposed Approach")[
#only(1)[#align(center)[#image("images/equation_1.svg", width:100%)]] #only(1)[#align(center)[#image("images/equation_1.svg", width:100%)]]
@ -131,6 +138,7 @@ Power is:
#only(3)[#align(center)[#image("images/model_3.svg", width:100%)]] #only(3)[#align(center)[#image("images/model_3.svg", width:100%)]]
] ]
#slide(title:"Evaluation - Baseline")[ #slide(title:"Evaluation - Baseline")[
#align(center)[#image("images/baseline.svg", height:100%)] #align(center)[#image("images/baseline.svg", height:100%)]
] ]