/*#import "@preview/modern-cv:0.3.0": **/ #import "template.typ": * #show: resume.with( author: ( firstname: "Arthur", lastname: "Grisel-Davy", email: "agriseld@uwaterloo.ca", phone: "(+1) 5195053508", github: none, linkedin: none, address: none, positions: ( "Ph.D. Candidate", ), ), date: datetime.today().display(), language: "en", colored-headers: true, ) = Education #resume-entry( title: "Doctorate Research", location: "Waterloo, Canada", date: "2021 - Now", description: "Physics-Based Cybersecurity. Analysing power consumption patterns against cyber attacks." ) #resume-entry( title: "ENS Paris-Saclay & Université Paris-Saclay", location: "Paris-Saclay, France", date: "2020 - 2021", description: [2#super[nd] year master’s degree in embedded systems and information processing.], ) #resume-entry( title: "University of Waterloo", location: "Waterloo, Canada", date: "2019 – 2020", description: "Visiting scholar, research internship on machine-learning based side- channel analysis for embedded systems security.", ) #resume-entry( title: "ENS Paris-Saclay", location: "Cachan, France", date: "2018 - 2019", description: [1#super[st] year master’s degree in Electronics, Electrical Energy & Automatic Control (E3A).], ) #resume-entry( title: "ENS Paris-Saclay", location: "Cachan, France", date: "2017 - 2018", description: "Bachelor’s degree from the SAPHIRE program of the École Normale Supérieure Paris- Saclay, electrical, mechanical and civil engineering.", ) #resume-entry( title: "Lycée Vauvenargues", location: "Aix-en-Provence, France", date: "2015 - 2017", description: "Classes Préparatoire - Two years intensive university level course preparing for the competitive entrance exams to the 'Grandes Écoles'.", ) = Publications #let print-publications(data) = { let pubs = data.publications pubs = pubs.sorted(key: p => p.date).rev() for pub in pubs { resume-entry( title: if pub.link != ""{link(pub.link)[#str.from-unicode(0x0001F517) #pub.title]}else{pub.title}, location: "", date: pub.date, description: [#pub.venue #if "award" in pub.keys(){[, #text(fill: blue)[#pub.award]]}] ) } } #print-publications(json("publications.json")) = Experiencess #resume-entry( title: "Palitronica Inc", location: "Waterloo, Canada", date: "2021-Now", description: "Participated in the developement of machine learning models for physics-based cybersecurity solutions." ) #resume-entry( title: "Pre-Doctorate Research Project", location: "University of Waterloo, Canada", date: "2019-2020", description: "Studied the power-consumption emission of networking devices to detect abnormal activities." ) #resume-entry( title: "Internship at Institut des Systèmes Intelligents et de Robotique (ISIR)", location: "Paris, France", date: "2019", description: "Designed of a display space aware video-projection system." ) #resume-entry( title: "Project E2A", location: "Cachan, France", date: "2018 - 2019", description: "Developed an indoor localisation system based wifi signal power triangulation." ) #resume-entry( title: "Project SAPHIRE", location: "Cachan, France", date: "2017-2028", description: "Designed a drone combining a quadcopter and a flying wing following the rules of the Airbus Cargo Drone Challenge." )