130 lines
4 KiB
HTML
130 lines
4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css?family=EB+Garamond">
|
|
<link rel="stylesheet" href="./style.css">
|
|
<style>
|
|
a {
|
|
color: #0000cc;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<title> Decosse Adrien </title>
|
|
|
|
<body>
|
|
|
|
<div class="row">
|
|
<div class="side">
|
|
<img id="pp" src="Photo_Profil.jpg" width="80%" >
|
|
<h1> Contact </h1>
|
|
<ul>
|
|
<li>
|
|
<b>phone:</b>
|
|
+33 7 66 77 28 79
|
|
</li>
|
|
<li>
|
|
<b>e-mail:</b>
|
|
<a href="mailto:adrien.decosse@ens-rennes.fr">adrien.decosse@ens-rennes.fr</a>
|
|
</li>
|
|
<li>
|
|
<b><a href="https://github.com/Didictateur">GitHub</a></b>
|
|
</li>
|
|
<li>
|
|
<b><a href="index.html">Version française</a></b>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="main">
|
|
|
|
<h1> Presentation </h1>
|
|
|
|
<h2> School Curriculum </h2>
|
|
<ul>
|
|
<li>
|
|
<b> 2022-2024: </b>
|
|
<p> Last year of bachelor's degree and first year of master's degree in the computer science courses of
|
|
<a href="https://international.ens-rennes.fr/">ENS Rennes</a>
|
|
. A <a href="syllabus.html">syllabus</a> is available for more details</p>
|
|
</li>
|
|
|
|
<li>
|
|
<b> 2019-2022: </b>
|
|
<p>French Preparatory Classes to Grandes Ecoles (CPGE) at
|
|
<a href="https://lycee-champollion.fr/">Lycée Champollion</a>
|
|
, especially two years in MP* (Maths, Physics and Computer science) and in the group preparing for X-ENS entrance exams </p>
|
|
</li>
|
|
|
|
<li>
|
|
<b> 2019: </b>
|
|
<p> I graduated from
|
|
<a href="https://www.la-favorite.org/">La Favorite</a>
|
|
high school and obtained a BAC with distinction 'bien' </p>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h2> Experiences </h2>
|
|
<ul>
|
|
<li>
|
|
<b>Working with research teams : </b>
|
|
<p>During summer 2023, I worked for the team <a href="https://www.inria.fr/en/elan">Elan</a> at the IRIA in Grenoble for two months. I collaborated with the PhD students there. </p>
|
|
<p>This year, I am working for the team <a href="https://www.inria.fr/en/diverse">Diverse</a> of the Inria at Rennes alongside my studies. They offered me the possibility of setting up a project (soon to be coming).</p>
|
|
</lib>
|
|
<li>
|
|
<b>Competitions and concours: </b>
|
|
<p>I was granted the possibility to partake in the French 'Concours general' in mathematics, physics and biology in 2019</p>
|
|
<p>In 2018, I took the 25-th place in my region at the French Olympiads of mathematics</P>
|
|
<p>In 2019, I took the second place of a speech contest organized by my high-school whose theme was about Progress
|
|
</li>
|
|
|
|
<li>
|
|
<b>External courses: </b>
|
|
<p>Between 2018 and 2019, I spent my sundays between 8am and 2pm at the <a href="https://www.ens-lyon.fr/en/">ENS Lyon</a> for their open lessons in mathematics</p>
|
|
<p>Those same years, I tutored junior high students in mathematics and other science courses
|
|
</li>
|
|
|
|
<li>
|
|
<b>Other: </b>
|
|
<p> While at school, I worked for the Brevet d'Initiation Aéronautique, an aeronautic diploma, which I obtained in 2016</p>
|
|
<P>Around the same time, I attended scientific conferences all around Lyon</p>
|
|
<p>Finally, I did a one-month internship at
|
|
<a href="https://www.climb-up.fr/"> Climb Up</a>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h2> Cultural interests </h2>
|
|
<ul>
|
|
<li>
|
|
<b>Theater: </b>
|
|
<p>I grew up as a theater kid. I accumulated 11 years of experience in both playing, reading, and also in writing plays. At the ENS, I had the oppportunityu to play and sing in the school musical
|
|
, and also to sing in the choir. This year, I am engaged in the organisation of the musical comedy and the choir. Without doubt, my favorite author is Samuel Beckett</p>
|
|
</li>
|
|
|
|
<li>
|
|
<b>Sport: </b>
|
|
<p>I do lots of sports, especially in mountaines as climbing, mountaineering, skiing and so on...</p>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|