24 lines
883 B
Typst
24 lines
883 B
Typst
#let title = "Midas"
|
|
#let subtitle = none
|
|
#let authors = "Louis Heredero"
|
|
|
|
#let thesis-supervisor = "Prof. Dr Dimi Racordon"
|
|
#let thesis-co-supervisor = none
|
|
#let thesis-expert = "Dr Sébastien Doeraene"
|
|
#let thesis-id = "ISC-ID-26-8"
|
|
#let project-repos = "https://git.kb28.ch/HEL/midas"
|
|
|
|
#let school = "Haute École d'Ingénierie de Sion"
|
|
#let programme = "Informatique et systèmes de communication (ISC)"
|
|
|
|
#let keywords = ("engineering", "type systems", "gradual typing")
|
|
#let major = "Data engineering"
|
|
#let date = datetime(year: 2026, month: 7, day: 10) // Date of the thesis & the declaration (or datetime.today())
|
|
|
|
#let permanent-email = "louis@heredero.org"
|
|
#let video-url = none
|
|
|
|
#let picture-web-opt-out = false // set to true to keep your picture off the web
|
|
#let email-web-opt-out = false // set to true to keep your email off the web
|
|
|
|
#let academic-year = "2025-2026" |