Migrate to Bulma and infos updates
This commit is contained in:
BIN
assets/me.jpg
BIN
assets/me.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
BIN
assets/me.png
Normal file
BIN
assets/me.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
985
index.html
985
index.html
File diff suppressed because it is too large
Load Diff
@@ -7,34 +7,39 @@ i18next.use(i18nextBrowserLanguageDetector).init(
|
||||
menu: {
|
||||
about: "About me",
|
||||
experiences: "Professionnal Experiences",
|
||||
training: "Training",
|
||||
training: "Training & Certifications",
|
||||
publications: "Publications",
|
||||
teachings: "Teaching",
|
||||
projects: "Projects",
|
||||
},
|
||||
about: {
|
||||
job: "Cybersecurity Researcher",
|
||||
job: "Independant Security Researcher",
|
||||
p1:
|
||||
"After following training courses focused on software development at the <a href='https://www.univ-tlse2.fr/home/' class='text-primary'>University of Toulouse 2 Jean-Jaurès</a> " +
|
||||
"and obtained a <a href='https://www.univ-tlse2.fr/accueil/navigation/formation-insertion/formation-continue/master-informatique-collaborative-en-entreprise-ice-1e-et-2e-annee-444876.kjsp'>" +
|
||||
"sandwich course master's degree in Collaborative Computer Science</a>. Then, completed a PhD in Computer Science at <a href='https://www.univ-tlse3.fr/'>University Toulouse 3 Paul Sabatier</a>." +
|
||||
"Finally, I was a Postdoctoral Researcher at <a href='https://carleton.ca/'>Carleton University</a>, and then " +
|
||||
"at <a href='https://uqo.ca/'>Université du Québec en Outaouais</a>.",
|
||||
"I am an Independent Security Researcher, specializing in bug bounty, web application penetration testing, and security analysis. " +
|
||||
"As a <a href='https://academy.hackthebox.com/preview/certifications/htb-certified-penetration-testing-specialist/'>Certificated Penetration Testing Specialist (CPTS)</a> " +
|
||||
"and <a href='https://academy.hackthebox.com/preview/certifications/htb-certified-web-exploitation-specialist'>Certified Web Exploitation Specialist (CWES)</a>, " +
|
||||
"I focus on identifying vulnerabilities, improving security postures, " +
|
||||
"and contributing to the cybersecurity community through responsible disclosure and research.",
|
||||
p2:
|
||||
"My main research topics concern the <a href='https://en.wikipedia.org/wiki/Software_architecture'>software architecture</a>, " +
|
||||
"the <a href='https://en.wikipedia.org/wiki/Computer_security'>security</a> et the <a href='https://en.wikipedia.org/wiki/Formal_methods'>Formal methods</a>. " +
|
||||
"And I am particularly interested in on <a href='https://en.wikipedia.org/wiki/Model-driven_engineering'>model-driven engineering</a> and " +
|
||||
"<a href='https://en.wikipedia.org/wiki/Formal_verification'>formal verification</a> approaches to secure software architectures.",
|
||||
"My journey began with a passion for <a href='https://en.wikipedia.org/wiki/Software_development'>software development</a>, <a href='https://en.wikipedia.org/wiki/Free_software'>free software</a> and <a href='https://en.wikipedia.org/wiki/Unix'>Unix</a> systems, which led me to pursue formal education in computer science. " +
|
||||
"I completed training courses in software development and obtained a sandwich course master’s degree in Collaborative Computer Science at the <a href='https://www.univ-tlse2.fr/home/' class='text-primary'>University of Toulouse 2 Jean-Jaurès</a>. " +
|
||||
"I then earned a PhD in Computer Science with a focus on rigorous development of secure architecture from <a href='https://www.univ-tlse3.fr/'>University Toulouse 3 Paul Sabatier</a>, where I specialized in <a href='https://en.wikipedia.org/wiki/Software_architecture'>software architecture</a>, <a href='https://en.wikipedia.org/wiki/Computer_security'>security</a> and <a href='https://en.wikipedia.org/wiki/Formal_methods'>formal method approaches</a>" +
|
||||
", particularly <a href='https://en.wikipedia.org/wiki/Model-driven_engineering'>model-driven engineering</a> and <a href='https://en.wikipedia.org/wiki/Formal_verification'>formal verification</a> for secure software architectures.",
|
||||
p3:
|
||||
"As self-taught <a href='https://fr.wikipedia.org/wiki/D%C3%A9veloppement_de_logiciel'>software developer</a> from a young age, " +
|
||||
"I am from a personal point of view a passionate developer. I have a special interest in <a href='https://en.wikipedia.org/wiki/Free_software'>free software</a> " +
|
||||
"and <a href='https://en.wikipedia.org/wiki/Unix'>unix</a> systems.",
|
||||
"After my doctoral studies, I worked as a Postdoctoral Researcher at <a href='https://carleton.ca/'>Carleton University</a> and later at <a href='https://uqo.ca/'>Université du Québec en Outaouais</a>, " +
|
||||
"further refining my expertise software security and compliance. " +
|
||||
"Today, I combine my academic rigor with hands-on experience to deliver impactful security assessments and research.",
|
||||
location: "France, Occitanie",
|
||||
credo: "Healing Software, One Report at a Time"
|
||||
},
|
||||
experiences: {
|
||||
title: "Professionnal Experiences",
|
||||
bugbounty: {
|
||||
title: "2025-present - Independant Security Researcher",
|
||||
location: "<a href='https://annuaire-entreprises.data.gouv.fr/entreprise/quentin-rouland-994253649'>Rouland Quentin EI<a/>"
|
||||
},
|
||||
uqo: {
|
||||
title: "2023-2024 - Postdoctoral Fellow",
|
||||
title: "2023-2025 - Postdoctoral Fellow",
|
||||
location:
|
||||
"<a href='https://uqo.ca/'>Université du Québec en Outaouais</a> at <a href='https://lrsi.uqo.ca/'>LRSI</a> Research Lab, Gatineau, Canada (QC)",
|
||||
},
|
||||
@@ -44,7 +49,7 @@ i18next.use(i18nextBrowserLanguageDetector).init(
|
||||
"<a href='https://carleton.ca/'>Carleton University</a> at <a href='https://carleton.ca/cybersea/'>CyberSEA</a> Research Lab, Ottawa, Canada (ON)",
|
||||
},
|
||||
phd: {
|
||||
title: "2017-2020 - Phd Student",
|
||||
title: "2017-2020 - PhD Student",
|
||||
location:
|
||||
"<a href='https://www.univ-tlse3.fr/'>University Toulouse 3 Paul Sabatier</a> at <a href='https://www.irit.fr/?lang=en'>IRIT</a> Research Lab, Toulouse, France (31)",
|
||||
exp1: "Computer science research - Rigorous Development of Secure Software Architectures : Security / Model Driven Engineering / Formal Methods",
|
||||
@@ -70,7 +75,7 @@ i18next.use(i18nextBrowserLanguageDetector).init(
|
||||
freescale: {
|
||||
title: "2015 - Bachelor Degree Internship",
|
||||
location:
|
||||
"<a href='https://www.nxp.com/'>Freescale Semiconducteur</a>, Toulouse, France (31)",
|
||||
"<a href='https://www.nxp.com/'>Freescale Semiconducteur (now NXP)</a>, Toulouse, France (31)",
|
||||
exp1: "Creation of a Web Service for the Processing and Publication of Testing Data.",
|
||||
exp2: "Python [Django, Panda] / HTML / Js [D3.js, JQuery] / CSS",
|
||||
},
|
||||
@@ -83,7 +88,15 @@ i18next.use(i18nextBrowserLanguageDetector).init(
|
||||
},
|
||||
},
|
||||
training: {
|
||||
title: "Training",
|
||||
title: "Training & Certifications",
|
||||
cpts : {
|
||||
title : "2025 - Certified Penetration Testing Specialist (CPTS)",
|
||||
location: "<a href='https://academy.hackthebox.com/preview/certifications/htb-certified-penetration-testing-specialist/'>HackTheBox (HTB)</a>"
|
||||
},
|
||||
cwes : {
|
||||
title : "2025 - Certified Web Exploitation Specialist (CWES)",
|
||||
location: "<a href='https://academy.hackthebox.com/preview/certifications/htb-certified-web-exploitation-specialist'>HackTheBox (HTB)</a>"
|
||||
},
|
||||
phd: {
|
||||
title: "2017-2021 - PhD in Computer Science",
|
||||
location:
|
||||
@@ -138,24 +151,36 @@ i18next.use(i18nextBrowserLanguageDetector).init(
|
||||
projects: "Projets",
|
||||
},
|
||||
about: {
|
||||
job: "Chercheur en Cyber Sécurité",
|
||||
job: "Chercheur Indépendant en Sécurité",
|
||||
p1:
|
||||
"Après avoir suivi un parcours orienté développement logiciel à l'<a href='https://www.univ-tlse2.fr/' class='text-primary'>Université Toulouse 2 Jean-Jaurès</a> " +
|
||||
"et obtenu un <a href='https://www.univ-tlse2.fr/accueil/navigation/formation-insertion/formation-continue/master-informatique-collaborative-en-entreprise-ice-1e-et-2e-annee-444876.kjsp'>" +
|
||||
"Master en Informatique Collaborative en Entreprise</a> en alternance. Puis réaliser un doctorat en Informatique à l'<a href='https://www.univ-tlse3.fr/'>Université Toulouse 3 Paul Sabatier</a> " +
|
||||
"au sein du laboratoire de recherche de l'<a href='https://irit.fr' class='text-primary'>IRIT</a>. " +
|
||||
"Finalement, J'ai été chercheur postdoctoral à l'<a href='https://carleton.ca/'>Université Carleton</a> " +
|
||||
"puis à l'<a href='https://uqo.ca/'>Université du Québec en Outaouais</a>.",
|
||||
"Je suis un Chercheur Indépendant en Sécurité, spécialisé dans le bug bounty, les tests d'intrusion d'applications web et l'analyse de sécurité. " +
|
||||
"En tant que <a href='https://academy.hackthebox.com/preview/certifications/htb-certified-penetration-testing-specialist/'>Spécialiste Certifié en Tests d'Intrusion (CPTS)</a> " +
|
||||
"et <a href='https://academy.hackthebox.com/preview/certifications/htb-certified-web-exploitation-specialist'>Spécialiste Certifié en Exploitation Web (CWES)</a>, " +
|
||||
"je me concentre sur l'identification des vulnérabilités, l'amélioration des postures de sécurité, " +
|
||||
"et la contribution à la communauté de la cybersécurité par le biais de la divulgation responsable et de la recherche.",
|
||||
|
||||
p2:
|
||||
"Mes principaux sujets de recherches concernent les <a href='https://fr.wikipedia.org/wiki/Architecture_logicielle'>architectures logicielles</a>, " +
|
||||
"la <a href='https://fr.wikipedia.org/wiki/S%C3%A9curit%C3%A9_des_syst%C3%A8mes_d%27information'>sécurité</a> et les <a href='https://fr.wikipedia.org/wiki/M%C3%A9thode_formelle_(informatique)'>méthodes formelles</a>. " +
|
||||
"Et je m'intéresse plus particulièrement aux approches basées sur l'<a href='https://fr.wikipedia.org/wiki/Ing%C3%A9nierie_dirig%C3%A9e_par_les_mod%C3%A8les'>ingénierie dirigée par les modèles</a> et " +
|
||||
"la <a href='https://fr.wikipedia.org/wiki/V%C3%A9rification_formelle'>vérification formelle</a> pour les architectures logicielles sécurisées.",
|
||||
"Mon parcours a commencé par une passion pour le <a href='https://fr.wikipedia.org/wiki/D%C3%A9veloppement_logiciel'>développement logiciel</a>, " +
|
||||
"les <a href='https://fr.wikipedia.org/wiki/Logiciel_libre'>logiciels libres</a> et les systèmes <a href='https://fr.wikipedia.org/wiki/Unix'>Unix</a>, " +
|
||||
"ce qui m'a conduit à poursuivre une formation académique en informatique. " +
|
||||
"J'ai suivi des cours de formation en développement logiciel et obtenu un master en alternance en Informatique Collaborative à " +
|
||||
"l'<a href='https://www.univ-tlse2.fr/' class='text-primary'>Université Toulouse 2 Jean-Jaurès</a>. " +
|
||||
"J'ai ensuite obtenu un doctorat en Informatique, axé sur le développement rigoureux d'architectures sécurisées, à " +
|
||||
"l'<a href='https://www.univ-tlse3.fr/'>Université Toulouse 3 Paul Sabatier</a>, où je me suis spécialisé en " +
|
||||
"<a href='https://fr.wikipedia.org/wiki/Architecture_logicielle'>architecture logicielle</a>, " +
|
||||
"<a href='https://fr.wikipedia.org/wiki/S%C3%A9curit%C3%A9_informatique'>sécurité</a> et " +
|
||||
"approches par <a href='https://fr.wikipedia.org/wiki/M%C3%A9thode_formelle'>méthodes formelles</a>, " +
|
||||
"notamment l'<a href='https://fr.wikipedia.org/wiki/Ing%C3%A9nierie_dirig%C3%A9e_par_les_mod%C3%A8les'>ingénierie dirigée par les modèles</a> " +
|
||||
"et la <a href='https://fr.wikipedia.org/wiki/V%C3%A9rification_formelle'>vérification formelle</a> pour des architectures logicielles sécurisées.",
|
||||
|
||||
p3:
|
||||
"Ayant commencé à apprendre jeune le <a href='https://fr.wikipedia.org/wiki/D%C3%A9veloppement_de_logiciel'>développement logiciel</a> en autodidacte, " +
|
||||
"je suis d'un point de vue personnel un développeur passionné. Je porte un intérêt particulier pour les <a href='https://fr.wikipedia.org/wiki/Logiciel_libre'>logiciels libres</a> " +
|
||||
"et les systèmes <a href='https://fr.wikipedia.org/wiki/Unix'>unix</a>.",
|
||||
"Après mes études doctorales, j'ai travaillé en tant que Chercheur Postdoctoral à " +
|
||||
"l'<a href='https://carleton.ca/'>Université Carleton</a>, puis à " +
|
||||
"l'<a href='https://uqo.ca/'>Université du Québec en Outaouais</a>, " +
|
||||
"affinant davantage mon expertise en sécurité logicielle et conformité. " +
|
||||
"Aujourd'hui, j'allie la rigueur académique à une expérience pratique pour réaliser des évaluations de sécurité percutantes et mener des recherches.",
|
||||
location: "France, Occitanie",
|
||||
credo: "Guérir les logiciels, un rapport à la fois"
|
||||
},
|
||||
experiences: {
|
||||
title: "Expériences Professionelles",
|
||||
|
||||
Reference in New Issue
Block a user