1
0
Fork 0

feat: update man, add m2 report

This commit is contained in:
Henri Saudubray 2025-10-03 17:05:58 +02:00
parent f5bdc7a2cd
commit c6e334ddf7
Signed by: hms
GPG key ID: 7065F57ED8856128
2 changed files with 33 additions and 12 deletions

View file

@ -24,15 +24,15 @@
<div class="section" id="name"> <div class="section" id="name">
<div class="section-title">Name</div> <div class="section-title">Name</div>
<div class="content"> <div class="content">
Henri Saudubray - Computer science student Henri Saudubray - PhD student
</div> </div>
</div> </div>
<div class="section" id="synopsis"> <div class="section" id="synopsis">
<div class="section-title">Synopsis</div> <div class="section-title">Synopsis</div>
<div class="content"> <div class="content">
I am a computer science student at Parisian Master of Research in I am a PhD student at Laboratoire M&#xE9;thodes Formelles (LMF) at
Computer Science (MPRI) at Universit&#xE9; Paris Saclay, focusing on Universit&#xE9; Paris Saclay, focusing on formal logic, proof
formal logic, proof assistants, and programming languages. assistants, and programming languages.
</div> </div>
</div> </div>
<div class="publications" id="publications"> <div class="publications" id="publications">
@ -60,6 +60,19 @@
<div class="section" id="experience"> <div class="section" id="experience">
<div class="section-title">Experience</div> <div class="section-title">Experience</div>
<ul class="content"> <ul class="content">
<li>
<div class="title">
<a href="https://lmf.cnrs.fr">
Laboratoire M&#xE9;thodes Formelles,
Universit&#xE9; Paris Saclay</a>
- Since October 2025
</div>
<div class="description">
PhD. 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> <li>
<div class="title"> <div class="title">
<a href="https://parkas.di.ens.fr"> <a href="https://parkas.di.ens.fr">
@ -67,11 +80,13 @@
- March to August 2025 - March to August 2025
</div> </div>
<div class="description"> <div class="description">
M2 Internship. Working on reproducibility and transparency of M2 Internship. Worked on reproducibility and transparency of
assertions in the synchronous hybrid language assertions in the synchronous hybrid language
<a href="https://zelus.di.ens.fr">Z&#xE9;lus</a>. <a href="https://zelus.di.ens.fr">Z&#xE9;lus</a>.
Definition of a formal semantics for a multi-solver language Designed and implemented a
back-end. <a href="https://codeberg.org/17maiga/hsim">
formal executable semantics
</a> for a multi-solver language runtime.
</div> </div>
</li> </li>
<li> <li>
@ -83,7 +98,7 @@
<div class="description"> <div class="description">
M1 Internship. Added support for case analysis and proofs by M1 Internship. Added support for case analysis and proofs by
induction on inductive predicates in the induction on inductive predicates in the
<a href="https://www.why3.org">Why3</a> framework. <a href="https://www.why3.org">Why3</a> platform.
Translated a Coq proof to Why3 as a test. Translated a Coq proof to Why3 as a test.
</div> </div>
</li> </li>
@ -176,6 +191,12 @@
</div> </div>
<div class="description">Report for M1 Internship.</div> <div class="description">Report for M1 Internship.</div>
</li> </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> </ul>
</div> </div>
<div class="section" id="see_also"> <div class="section" id="see_also">
@ -183,8 +204,8 @@
<ul class="content"> <ul class="content">
<li> <li>
<div class="title"> <div class="title">
<a href="mailto:henri.saudubray@proton.me" <a href="mailto:hms@lmf.cnrs.fr"
>henri.saudubray[at]proton[dot]me</a> >hms[at]lmf[dot]cnrs[dot]fr</a>
</div> </div>
<div class="description">Email address.</div> <div class="description">Email address.</div>
</li> </li>
@ -205,8 +226,8 @@
</div> </div>
</main> </main>
<footer> <footer>
<span>1.3.0</span> <span>1.4.0</span>
<span>2025-03-24&nbsp;</span> <span>2025-10-03&nbsp;</span>
<span>HENRI(1)</span> <span>HENRI(1)</span>
</footer> </footer>
</body> </body>

BIN
pdf/m2_report.pdf Normal file

Binary file not shown.