-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
105 lines (94 loc) · 4.52 KB
/
Copy pathcv.html
File metadata and controls
105 lines (94 loc) · 4.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE HTML>
<!--
Ion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>CV - Simon Coumes</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body id="top">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="cv.html">Resume</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper style1">
<header class="major">
<h2>A professional summary</h2>
<a href="downloadables/cv_coumes_simon.pdf" class="button special">Download my resume</a>
</header>
<div class="container">
<section>
<h2>Education</h2>
<ul>
<li> On the 2021-2022 school year I studied at the MPRI (Master Parisien de Recherche en Informatique). </li>
<li> From 2018 to 2022 I studied computer science at the <strong> ENS Rennes</strong>. </li>
<li> From 2015 to 2018 I studied in a french CPGE (a kind of intensive school designed to prepare contests) in Lycée Bellevue in Toulouse. </li>
<li> From 2012 to 2015 I was in high school in Lycée Victor Hugo in Colomier. </li>
</ul>
</section>
<section>
<h2> Research and Teaching </h2>
<ul>
<li> In 2019 and 2020 I collaborated with team Lacodam in Rennes on the subject of Skyline Querries. This has lead to a publication at IWOCA 2021. <a href="https://link.springer.com/chapter/10.1007/978-3-030-79987-8_16"> available here </a> </li>
<li> In summer 2019 I worked with team Lilac in Toulouse on the subject of "Epistemic Logic for IA in the context of games". </li>
<li> Between 2013 and 2018 I tutored some high school students in mathematics. </li>
</ul>
</section>
<section>
<h2> Programming Languages </h2>
<h4> Main Languages </h4>
<p> When I need to write code I almost often resort to the following languages : Python, Ocaml, and LaTEX.
<br> I am aware that LaTEX is not a programing language per say, let's just say it is still code. </p>
<h4> Previously used </h4>
<p> I used the following languages several times each but never enough to consider myself proeficient with them :
SQL, C, C++, Java, NuSMV, COQ, HTML, and CSS.
</p>
</section>
<section>
<h2> Human languages </h2>
<p> I am fluent in <strong>French and in English</strong>. I have minimal school level notions of German and Spanish. </p>
</section>
<!-- <section>
<h2> Notable Elements </h2>
<ul>
<li>I participated in the SWERC contest both in 2019 and in 2020. The SWERC contest is the semi-finale for the ICPC contest.</li>
<li>I entered the ENS through the computer science contest without access to the relevant courses and so had to study the necessary material on my own.</li>
<li> I animate roleplay games and a bi-weekly basis as a part of the ENS Rennes gaming club. </li>
</ul>
</section>
<section>
<h2> Previous work in computer science </h2>
<ul>
<li> As a part of my internship with team Lilac, I wrote an article and devised an epistemic logic. Currently unavailable. </li>
<li> As a project in the ENS I built simple ray-tracing software for 3D renders. </li>
<li> I wrote code in OCaml to handle Delaunay triangulation in two dimensions. </li>
<li> Again for the ENS I made a basic Lisp interpretor in C++. <a href="./downloadables/Lisp.pdf"> Click here to download (in French) </a>. </li>
<li> I wrote a summary article as a part of the Xtra module for the ENS Rennes. <a href="./downloadables/Octagon_domain.pdf"> Click here to download (in English) </a>. </li>
</ul>
</section> -->
</div>
</section>
</body>
</html>