fix typos, add palitronica

This commit is contained in:
Arthur Grisel-Davy 2024-05-12 10:40:22 -04:00
parent 52c1ae6b47
commit 887bcd13b7

View file

@ -1,4 +1,5 @@
#import "@preview/modern-cv:0.3.0": * /*#import "@preview/modern-cv:0.3.0": **/
#import "template.typ": *
#show: resume.with( #show: resume.with(
author: ( author: (
@ -6,9 +7,9 @@
lastname: "Grisel-Davy", lastname: "Grisel-Davy",
email: "agriseld@uwaterloo.ca", email: "agriseld@uwaterloo.ca",
phone: "(+1) 5195053508", phone: "(+1) 5195053508",
github: "", github: none,
linkedin: "", linkedin: none,
address: "", address: none,
positions: ( positions: (
"Ph.D. Candidate", "Ph.D. Candidate",
), ),
@ -18,7 +19,6 @@
colored-headers: true, colored-headers: true,
) )
= Education = Education
#resume-entry( #resume-entry(
@ -32,34 +32,34 @@
title: "ENS Paris-Saclay & Université Paris-Saclay", title: "ENS Paris-Saclay & Université Paris-Saclay",
location: "Paris-Saclay, France", location: "Paris-Saclay, France",
date: "2020 - 2021", date: "2020 - 2021",
description: "2#super[nd] Year Masters degree in Embedded systems and information processing.", description: [2#super[nd] year masters degree in embedded systems and information processing.],
) )
#resume-entry( #resume-entry(
title: "University of Waterloo", title: "University of Waterloo",
location: "Waterloo, Canada", location: "Waterloo, Canada",
date: "2019 2020", date: "2019 2020",
description: "Visiting Scholar, Research internship on machine-learning based side- description: "Visiting scholar, research internship on machine-learning based side-
channel analysis for embedded systems security.", channel analysis for embedded systems security.",
) )
#resume-entry( #resume-entry(
title: "ENS Paris-Saclay", title: "ENS Paris-Saclay",
location: "Cachan, France", location: "Cachan, France",
date: "2018 - 2019", date: "2018 - 2019",
description: "1#[st] Year Masters degree in Electronics, Electrotechnics and Automation.", description: [1#super[st] year masters degree in Electronics, Electrical Energy & Automatic Control (E3A).],
) )
#resume-entry( #resume-entry(
title: "ENS Paris-Saclay", title: "ENS Paris-Saclay",
location: "Cachan, France", location: "Cachan, France",
date: "2017 - 2018", date: "2017 - 2018",
description: "Bachelors degree from the SAPHIRE program of the École Normale Supérieure Paris- description: "Bachelors degree from the SAPHIRE program of the École Normale Supérieure Paris-
Saclay, Electrical, Mechanical and Civil Engineering.", Saclay, electrical, mechanical and civil engineering.",
) )
#resume-entry( #resume-entry(
title: "Lycée Vauvenargues", title: "Lycée Vauvenargues",
location: "Aix-en-Provence, France", location: "Aix-en-Provence, France",
date: "2015 - 2017", date: "2015 - 2017",
description: "Classes Préparatoire - One year intensive university level course preparing description: "Classes Préparatoire - Two years intensive university level course preparing
for the competitive entrance exams to the Grandes Écoles.", for the competitive entrance exams to the 'Grandes Écoles'.",
) )
= Publications = Publications
@ -69,12 +69,49 @@ for the competitive entrance exams to the Grandes Écoles.",
pubs = pubs.sorted(key: p => p.date).rev() pubs = pubs.sorted(key: p => p.date).rev()
for pub in pubs { for pub in pubs {
resume-entry( resume-entry(
title: link(pub.link)[#str.from-unicode(0x0001F517) #pub.title], title: if pub.link != ""{link(pub.link)[#str.from-unicode(0x0001F517) #pub.title]}else{pub.title},
location: "", location: "",
date: pub.date, date: pub.date,
description: pub.venue, description: [#pub.venue #if "award" in pub.keys(){[, #text(fill: blue)[#pub.award]]}]
) )
} }
} }
#print-publications(json("publications.json")) #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."
)