feat: both english and french versions
This commit is contained in:
parent
1703b80353
commit
770c75593e
10 changed files with 743 additions and 341 deletions
245
man.en.html
Normal file
245
man.en.html
Normal file
|
|
@ -0,0 +1,245 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="./css/base.css?version=3">
|
||||
<link rel="stylesheet" type="text/css" href="./css/man.css?version=3">
|
||||
<title>Henri Saudubray</title>
|
||||
<meta name="description" content="Computer Science Student">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div id="pride-banner">
|
||||
<div class="color yellow"></div>
|
||||
<div class="color white"></div>
|
||||
<div class="color purple"></div>
|
||||
<div class="color black"></div>
|
||||
</div>
|
||||
<header>
|
||||
<span>HENRI(1)</span>
|
||||
<span>User information</span>
|
||||
<span>HENRI(1)</span>
|
||||
</header>
|
||||
<main>
|
||||
<div class="section" id="name">
|
||||
<div class="section-title">Name</div>
|
||||
<div class="content">
|
||||
Henri Saudubray - PhD student
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="synopsis">
|
||||
<div class="section-title">Synopsis</div>
|
||||
<div class="content">
|
||||
I am a PhD student at Laboratoire Méthodes Formelles (LMF) at
|
||||
Université Paris-Saclay, focusing on formal logic, proof
|
||||
assistants, and programming languages.
|
||||
</div>
|
||||
</div>
|
||||
<div class="publications" id="publications">
|
||||
<div class="section-title">Publications</div>
|
||||
<ul class="content">
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="./pdf/articles/jfla-2025.pdf">
|
||||
/pdf/articles/jfla-2025.pdf</a>
|
||||
</div>
|
||||
<div class="description">
|
||||
"Faire chauffer Why3 avec de l'induction".
|
||||
<br>
|
||||
Describes the addition of a new construct to the WhyML language
|
||||
allowing for case analysis on inductive predicate instances.
|
||||
<br>
|
||||
Written with <a href="https://usr.lmf.cnrs.fr/~jcf/index.fr.html">
|
||||
Jean-Christophe Filliâtre</a>
|
||||
and <a href="http://www.tertium.org/">Andrei Paskevich</a>.
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="experience">
|
||||
<div class="section-title">Experience</div>
|
||||
<ul class="content">
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://lmf.cnrs.fr">
|
||||
Laboratoire Méthodes Formelles,
|
||||
Université Paris-Saclay</a>
|
||||
- Since October 2025
|
||||
</div>
|
||||
<div class="description">
|
||||
PhD, with <a href="https://usr.lmf.cnrs.fr/~jcf/index.fr.html">
|
||||
Jean-Christophe Filliâtre</a>
|
||||
and <a href="http://www.tertium.org/">Andrei Paskevich</a>.
|
||||
Working on the design and unification of programming,
|
||||
specification and proof languages in the context of deductive
|
||||
program verification, in the
|
||||
<a href="https://www.why3.org">Why3</a> platform.
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://parkas.di.ens.fr">
|
||||
INRIA, PARKAS Team</a>
|
||||
- March to August 2025
|
||||
</div>
|
||||
<div class="description">
|
||||
M2 Internship, with <a href="https://www.di.ens.fr/~pouzet/">
|
||||
Marc Pouzet</a>. Worked on reproducibility and transparency of
|
||||
assertions in the synchronous hybrid language
|
||||
<a href="https://zelus.di.ens.fr">Zélus</a>.
|
||||
Designed and implemented a
|
||||
<a href="https://codeberg.org/17maiga/hsim">
|
||||
formal executable semantics</a> for a multi-solver language
|
||||
runtime.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://lmf.cnrs.fr">
|
||||
Laboratoire Méthodes Formelles, CNRS</a>
|
||||
- March to July 2024
|
||||
</div>
|
||||
<div class="description">
|
||||
M1 Internship, with
|
||||
<a href="https://usr.lmf.cnrs.fr/~jcf/index.fr.html">
|
||||
Jean-Christophe Filliâtre</a>
|
||||
and <a href="http://www.tertium.org">Andrei Paskevich</a>.
|
||||
Added support for case analysis and proofs by
|
||||
induction on inductive predicates in the
|
||||
<a href="https://www.why3.org">Why3</a> platform.
|
||||
Translated a <a href="https://codeberg.org/17maiga/lambda">
|
||||
Coq proof to Why3</a> as a test.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://skapane.ai">Skapánê</a>
|
||||
- September 2022 to August 2023
|
||||
</div>
|
||||
<div class="description">
|
||||
L3 Traineeship. Back-end development on containerized
|
||||
infrastructure in Python. Web app design with React.js, Flask and
|
||||
Docker.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://www.icdc.caissedesdepots.fr">Informatique CDC</a>
|
||||
- May to August 2022
|
||||
</div>
|
||||
<div class="description">
|
||||
L2 Internship. Development of an automated end-to-end testing tool
|
||||
and ISO 20022 file format converter for CDC's banking
|
||||
infrastructure in Java.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">Ac'Lab - August 2021 - May 2022</div>
|
||||
<div class="description">
|
||||
Association. Vice-Treasurer and Teaching Lead.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://www.fnacdarty.com">Fnac Darty</a>
|
||||
- May to August 2021
|
||||
</div>
|
||||
<div class="description">
|
||||
L1 Internship. Work on customer insight and customer journey.
|
||||
Deployment of an in-house iOS application.
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="education">
|
||||
<div class="section-title">Education</div>
|
||||
<ul class="content">
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://ens-paris-saclay.fr">
|
||||
ENS Paris-Saclay</a>
|
||||
- September 2024 - March 2025
|
||||
</div>
|
||||
<div class="description">
|
||||
Master Parisien de Recherche en Informatique (MPRI)
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://www.sciences.universite-paris-saclay.fr">
|
||||
Faculté des Sciences - Université Paris-Saclay</a>
|
||||
- September 2023 - March 2024
|
||||
</div>
|
||||
<div class="description">
|
||||
Master Parisien de Recherche en Informatique (MPRI)
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://www.fges.fr"
|
||||
>FGES - Université Catholique de Lille</a>
|
||||
- September 2020 to May 2023
|
||||
</div>
|
||||
<div class="description">
|
||||
Licence Sciences du Numérique (SDN)
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="files">
|
||||
<div class="section-title">Files</div>
|
||||
<ul class="content">
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="./pdf/cv.pdf">/pdf/cv.pdf</a>
|
||||
</div>
|
||||
<div class="description">Curriculum Vitae.</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="./pdf/m1_report.pdf">/pdf/m1_report.pdf</a>
|
||||
</div>
|
||||
<div class="description">Report for M1 Internship.</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="./pdf/m2_report.pdf">/pdf/m2_report.pdf</a>
|
||||
</div>
|
||||
<div class="description">Report for M2 Internship.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="see_also">
|
||||
<div class="section-title">See Also</div>
|
||||
<ul class="content">
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="mailto:hms@lmf.cnrs.fr"
|
||||
>hms[at]lmf[dot]cnrs[dot]fr</a>
|
||||
</div>
|
||||
<div class="description">Email address.</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://codeberg.org/17maiga">codeberg.org/17maiga</a>
|
||||
</div>
|
||||
<div class="description">Git forge.</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="title">
|
||||
<a href="https://linkedin.com/in/henri-saudubray"
|
||||
>linkedin.com/in/henri-saudubray</a>
|
||||
</div>
|
||||
<div class="description">LinkedIn.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="utils">
|
||||
<a href="./man.html">Lire cette page en français</a>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<span>1.5.1</span>
|
||||
<span>2025-10-20 </span>
|
||||
<span>HENRI(1)</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue