73 lines
1.3 KiB
Typst
73 lines
1.3 KiB
Typst
#import "/metadata.typ": *
|
|
#import "/tail/bibliography.typ": *
|
|
#import "/tail/glossary.typ": *
|
|
|
|
#import "/resources/slides.typ": *
|
|
|
|
#show:make-glossary
|
|
#register-glossary(entry-list)
|
|
|
|
#let HANDOUT = true
|
|
#let NOTES = false
|
|
|
|
#show: metropolis-theme.with(
|
|
aspect-ratio: "16-9",
|
|
config-info(
|
|
title: title_style(doc.title),
|
|
subtitle: doc.subtitle,
|
|
author: enumerating-authors(items: doc.author, multiline: false ),
|
|
date: date.defence,
|
|
institution: school.name,
|
|
),
|
|
footer: self => [#self.info.institution],
|
|
..get-config(),
|
|
config-common(
|
|
handout: HANDOUT,
|
|
show-notes-on-second-screen: if NOTES {right} else {none}
|
|
)
|
|
)
|
|
#set text(region: "gb")
|
|
|
|
#show: myglobals
|
|
|
|
#title-slide()
|
|
|
|
// 20 min presentation
|
|
// 5 (students) + 25 (teacher) min Q&A
|
|
|
|
/*
|
|
technical -> each section should go for around (3min / pers)
|
|
- Node: Adrien
|
|
- Gateway: Djelal
|
|
- DB: Rémi
|
|
- UI: Ibrahima
|
|
- Physique: Alison
|
|
|
|
general (50s/pers)
|
|
1. Context (dimitri) (Rémi)
|
|
2. architecture + choix (BLE, MQTT, Influx, ) (Ibrahima)
|
|
3. organisation et gestion des tâches et resources (Djelal)
|
|
|
|
TECHNIQUE
|
|
|
|
4. regard critique (adrien)
|
|
5. developement futur (Alison)
|
|
|
|
// Slide in english
|
|
// Presentation en français
|
|
|
|
*/
|
|
|
|
= Intro
|
|
|
|
== foo
|
|
|
|
Yolo
|
|
|
|
== bar
|
|
Hello world
|
|
|
|
= Conclusion
|
|
|
|
---
|
|
It's the end of the world |