diff --git a/public/images/team/simon-provost/avatar-128.avif b/public/images/team/simon-provost/avatar-128.avif new file mode 100644 index 0000000..ecb5f4c Binary files /dev/null and b/public/images/team/simon-provost/avatar-128.avif differ diff --git a/public/images/team/simon-provost/avatar-128.png b/public/images/team/simon-provost/avatar-128.png new file mode 100644 index 0000000..ffef095 Binary files /dev/null and b/public/images/team/simon-provost/avatar-128.png differ diff --git a/public/images/team/simon-provost/avatar-128.webp b/public/images/team/simon-provost/avatar-128.webp new file mode 100644 index 0000000..e50658b Binary files /dev/null and b/public/images/team/simon-provost/avatar-128.webp differ diff --git a/public/images/team/simon-provost/avatar-160.avif b/public/images/team/simon-provost/avatar-160.avif new file mode 100644 index 0000000..ce41900 Binary files /dev/null and b/public/images/team/simon-provost/avatar-160.avif differ diff --git a/public/images/team/simon-provost/avatar-160.png b/public/images/team/simon-provost/avatar-160.png new file mode 100644 index 0000000..38c30d8 Binary files /dev/null and b/public/images/team/simon-provost/avatar-160.png differ diff --git a/public/images/team/simon-provost/avatar-160.webp b/public/images/team/simon-provost/avatar-160.webp new file mode 100644 index 0000000..71a70cb Binary files /dev/null and b/public/images/team/simon-provost/avatar-160.webp differ diff --git a/public/images/team/simon-provost/avatar-256.avif b/public/images/team/simon-provost/avatar-256.avif new file mode 100644 index 0000000..78b3683 Binary files /dev/null and b/public/images/team/simon-provost/avatar-256.avif differ diff --git a/public/images/team/simon-provost/avatar-256.png b/public/images/team/simon-provost/avatar-256.png new file mode 100644 index 0000000..e5f9a99 Binary files /dev/null and b/public/images/team/simon-provost/avatar-256.png differ diff --git a/public/images/team/simon-provost/avatar-256.webp b/public/images/team/simon-provost/avatar-256.webp new file mode 100644 index 0000000..98b05bf Binary files /dev/null and b/public/images/team/simon-provost/avatar-256.webp differ diff --git a/public/images/team/simon-provost/avatar-80.avif b/public/images/team/simon-provost/avatar-80.avif new file mode 100644 index 0000000..7fa2653 Binary files /dev/null and b/public/images/team/simon-provost/avatar-80.avif differ diff --git a/public/images/team/simon-provost/avatar-80.png b/public/images/team/simon-provost/avatar-80.png new file mode 100644 index 0000000..7ab5c3b Binary files /dev/null and b/public/images/team/simon-provost/avatar-80.png differ diff --git a/public/images/team/simon-provost/avatar-80.webp b/public/images/team/simon-provost/avatar-80.webp new file mode 100644 index 0000000..1e0ec1d Binary files /dev/null and b/public/images/team/simon-provost/avatar-80.webp differ diff --git a/src/data/team.json b/src/data/team.json index 41175ef..124cbb9 100644 --- a/src/data/team.json +++ b/src/data/team.json @@ -379,6 +379,25 @@ "stackoverflow": "", "cv": "" } + }, + { + "name": "Simon Provost", + "position": "Postdoctoral Researcher", + "slug": "simon-provost", + "image": "/images/team/simon-provost/avatar.png", + "bio": "https://simonprovost.xyz/", + "expertise": ["ML", "AutoML", "ML4Health"], + "email": "simon.g.provost@mcgill.ca", + "education": [ + { + "course": "Ph.D Computer Science", + "institution": "University of Kent", + "year": "2026" + } + ], + "socials": { + "github": "https://simonprovost.xyz/" + } } ] },