CV - honors & awards

This commit is contained in:
Edgar P. Burkhart 2021-04-10 10:24:16 +02:00
parent 4c64c45cd4
commit efdf9ab04f
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 69 additions and 3 deletions

View File

@ -8,6 +8,7 @@ body {
h1 { h1 {
font-size: 3rem; font-size: 3rem;
text-align: right;
} }
h2 { h2 {
font-size: 2rem; font-size: 2rem;
@ -62,3 +63,7 @@ details .place, details .date {
details .place { details .place {
color: #8bc34a; color: #8bc34a;
} }
dl.ha > dt {
font-style: italic;
}

View File

@ -38,7 +38,8 @@
<meta name="theme-color" content="#ffffff"> <meta name="theme-color" content="#ffffff">
</head> </head>
<body> <body>
<h1>Resume</h1> <h1>Edgar P. Burkhart</h1>
<h2>Work Experience</h2> <h2>Work Experience</h2>
<details> <details>
<summary> <summary>
@ -83,8 +84,8 @@
<strong>M1 MAISES (Materials and Structures), first year of a Master's Degree</strong> <strong>M1 MAISES (Materials and Structures), first year of a Master's Degree</strong>
</div> </div>
<div> <div>
<p class="place">Gif-sur-Yvette, France</p> <p class="place">Cachan, France</p>
<p class="date">2020 - 2021</p> <p class="date">2019 - 2020</p>
</div> </div>
</summary> </summary>
<ul> <ul>
@ -94,5 +95,65 @@
<li>Internship on "Optimization of simplified calculation methods for early age cracking assessment"</li> <li>Internship on "Optimization of simplified calculation methods for early age cracking assessment"</li>
</ul> </ul>
</details> </details>
<details>
<summary>
<div>
<h3>École Normale Supérieure Paris-Saclay</h3>
<strong>Sciences Appliquées en Physique et Ingénierie pour la Recherche et l'Enseignement (SAPHIRE), equivalent to Bachelor degree</strong>
</div>
<div>
<p class="place">Cachan, France</p>
<p class="date">2018 - 2019</p>
</div>
</summary>
<ul>
<li>Graduate Engineering School</li>
<li><strong>Subjects:</strong> Mathematics for modeling and simulation, Materials science, "Continuum media, balance equations, constitutive laws", Computer science, Numerical methods, Signal processing, Discrete and discontinuous media, Dynamic simulation and control of multibody systems, English</li>
</ul>
</details>
<details>
<summary>
<div>
<h3>Lycée Polyvalent Louis Couffignal</h3>
<strong>Classe Préparatoire aux Grandes Écoles PCSI - PSI*</strong>
</div>
<div>
<p class="place">Strasbourg, France</p>
<p class="date">2016 - 2018</p>
</div>
</summary>
<ul>
<li>Intensive two year course to prepare for the highly competitive entrance exams of the French Grandes Écoles</li>
<li><strong>Subjects:</strong> Engineering, Physics, Chemistery, Maths</li>
<li>Project on evaluating stress in a bicycle frame experimentally and numerically</li>
<li>Head of the class</li>
<li>Ranked 13th to the X-ENS entrance exam (entrance exam for École Polytechnique and École Normale Supérieure)</li>
</ul>
</details>
<details>
<summary>
<div>
<h3>Lycée Polyvalent Blaise Pascal</h3>
<strong>Baccalauréat, equivalent to A-levels, with first class honours</strong>
</div>
<div>
<p class="place">Colmar, France</p>
<p class="date">2016</p>
</div>
</summary>
<ul>
<li>Science stream, Engineering major</li>
<li><strong>Subjects:</strong> Engineering, Computer Science, Physics, Chemistery, Maths, English, German, French, Latin, History, Geography</li>
<li>Project on developing a customizable programing language along with its IDE</li>
</ul>
</details>
<hr>
<h2>Honors & Awards</h2>
<dl class="ha">
<dt>2016 - Strasbourg, France</dt>
<dd><strong>Third Place,</strong> Rallye Mathématique</dd>
<dt>2016 - Strasbourg, France</dt>
<dd><strong>Second Place,</strong> Olympiades de Mathématiques</dd>
</dl>
</body> </body>
</html> </html>