Updated CV, website to reflect current situation
pipeline / build-and-push-images (push) Successful in 1m46s

Working at Canonical :)
This commit is contained in:
2025-10-19 11:50:46 +02:00
parent 3d87c7ec1d
commit 93a4e124ff
4 changed files with 38 additions and 34 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
<img src="/assets/photo_web.JPG" id="header-img"/> <img src="/assets/photo_web.JPG" id="header-img"/>
<div id="header-text-container"> <div id="header-text-container">
<h1>Valentin Haudiquet</h1> <h1>Valentin Haudiquet</h1>
<h4>Computer science student at ENS Rennes</h4> <h4>Software Engineer at Canonical - Ubuntu</h4>
<p id="header-paragraph">Interested in operating systems, virtualization, computer architecture, embedded systems</p> <p id="header-paragraph">Working on Ubuntu support for RISC-V architecture</p>
</div> </div>
</div> </div>
+32 -28
View File
@@ -23,14 +23,44 @@
<img src="/assets/photo_web.JPG" id="header-img"/> <img src="/assets/photo_web.JPG" id="header-img"/>
<div id="header-text-container"> <div id="header-text-container">
<h1>Valentin Haudiquet</h1> <h1>Valentin Haudiquet</h1>
<h4>Computer science student at ENS Rennes</h4> <h4>Software Engineer at Canonical - Ubuntu</h4>
<p id="header-paragraph">Interested in operating systems, virtualization, computer architecture, embedded systems</p> <p id="header-paragraph">Working on Ubuntu support for RISC-V architecture</p>
</div> </div>
</div> </div>
<!-- CV --> <!-- CV -->
<div style="display: flex; flex-direction: column; width: fit-content; margin: auto; margin-top: 100px; margin-bottom: 200px;"> <div style="display: flex; flex-direction: column; width: fit-content; margin: auto; margin-top: 100px; margin-bottom: 200px;">
<!-- Professional experience -->
<div style="margin-top: 50px;">
<h2 style="margin-bottom: 20px;">Professional experience</h2>
<div class="cv-section">
<p class="date">2025 - Now</p>
<p style="max-width: 1015px;"><strong>Sofware engineer</strong>, Canonical, Ubuntu engineering</p>
<p class="subtext" style="grid-column: 2; max-width: 1015px;">Working on Ubuntu support for RISC-V architecture</p>
<p class="date">2025</p>
<p style="max-width: 1015px;"><strong>Master's internship</strong>, ONERA, “Probabilistic analysis of execution time on multi/manycore heterogeneous boards for optimal task mapping”</p>
<p class="subtext" style="grid-column: 2; max-width: 1015px;">Real-time multicore optimal task mapping using a solver that automatically measures a pWCET for a solution on target platform</p>
<p class="date">Summer 2023</p>
<p style="max-width: 1015px;"><strong>Master's internship</strong>, Huawei Research Zurich, “Improving performances of virtualized servers by removing the guest kernel/user isolation layer”</p>
<p class="subtext" style="grid-column: 2;">Working on a Linux kernel patch to allow programs to run in kernel mode</p>
<p class="date">2022 - 2023</p>
<p style="max-width: 1015px;"><strong>Master's research project</strong>, IRISA (Rennes), “Transparent use of node-local storage for asynchronous I/O on supercomputers”</p>
<p class="subtext" style="grid-column: 2;">Library replacing MPI-IO calls, caching data locally, with neighbour communication</p>
<p class="date">Summer 2022</p>
<p style="max-width: 1015px;"><strong>Bachelor's internship</strong>, IRIT (Toulouse), “Reducing traffic in data centers by avoiding the transition of data through intermediate servers”</p>
<p class="subtext" style="grid-column: 2;">Library replacing read/write, using memory protection to provide data on-demand</p>
</div>
</div>
<!-- Education --> <!-- Education -->
<div> <div>
<h2 style="margin-bottom: 20px;">Education</h2> <h2 style="margin-bottom: 20px;">Education</h2>
@@ -58,32 +88,6 @@
</div> </div>
</div> </div>
<!-- Professional experience -->
<div style="margin-top: 50px;">
<h2 style="margin-bottom: 20px;">Professional experience</h2>
<div class="cv-section">
<p class="date">2025</p>
<p style="max-width: 1015px;"><strong>Master's internship</strong>, ONERA, “Probabilistic analysis of execution time on multi/manycore heterogeneous boards for optimal task mapping”</p>
<p class="subtext" style="grid-column: 2; max-width: 1015px;">Real-time multicore optimal task mapping using a solver that automatically measures a pWCET for a solution on target platform</p>
<p class="date">Summer 2023</p>
<p style="max-width: 1015px;"><strong>Master's internship</strong>, Huawei Research Zurich, “Improving performances of virtualized servers by removing the guest kernel/user isolation layer”</p>
<p class="subtext" style="grid-column: 2;">Working on a Linux kernel patch to allow programs to run in kernel mode</p>
<p class="date">2022 - 2023</p>
<p style="max-width: 1015px;"><strong>Master's research project</strong>, IRISA (Rennes), “Transparent use of node-local storage for asynchronous I/O on supercomputers”</p>
<p class="subtext" style="grid-column: 2;">Library replacing MPI-IO calls, caching data locally, with neighbour communication</p>
<p class="date">Summer 2022</p>
<p style="max-width: 1015px;"><strong>Bachelor's internship</strong>, IRIT (Toulouse), “Reducing traffic in data centers by avoiding the transition of data through intermediate servers”</p>
<p class="subtext" style="grid-column: 2;">Library replacing read/write, using memory protection to provide data on-demand</p>
</div>
</div>
<!-- Personal projects --> <!-- Personal projects -->
<div style="margin-top: 50px;"> <div style="margin-top: 50px;">
<h2 style="margin-bottom: 20px;">Personal projects</h2> <h2 style="margin-bottom: 20px;">Personal projects</h2>
+2 -2
View File
@@ -23,8 +23,8 @@
<img src="/assets/photo_web.JPG" id="header-img"/> <img src="/assets/photo_web.JPG" id="header-img"/>
<div id="header-text-container"> <div id="header-text-container">
<h1>Valentin Haudiquet</h1> <h1>Valentin Haudiquet</h1>
<h4>Computer science student at ENS Rennes</h4> <h4>Software Engineer at Canonical - Ubuntu</h4>
<p id="header-paragraph">Interested in operating systems, virtualization, computer architecture, embedded systems</p> <p id="header-paragraph">Working on Ubuntu support for RISC-V architecture</p>
</div> </div>
</div> </div>
+2 -2
View File
@@ -23,8 +23,8 @@
<img src="/assets/photo_web.JPG" id="header-img"/> <img src="/assets/photo_web.JPG" id="header-img"/>
<div id="header-text-container"> <div id="header-text-container">
<h1>Valentin Haudiquet</h1> <h1>Valentin Haudiquet</h1>
<h4>Computer science student at ENS Rennes</h4> <h4>Software Engineer at Canonical - Ubuntu</h4>
<p id="header-paragraph">Interested in operating systems, virtualization, computer architecture, embedded systems</p> <p id="header-paragraph">Working on Ubuntu support for RISC-V architecture</p>
</div> </div>
</div> </div>