-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.bak
79 lines (69 loc) · 4.17 KB
/
index.html.bak
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scaPostdocle=1.0">
<title>Rémi Castera | Postdoctoral researcher</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg bg-dark ">
<div class="container-fluid">
<div class="mx-4">
<a class="navbar-brand" href="#">Rémi Castera</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="research.html">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="teaching.html">Teaching</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container my-4 ">
<div class="row justify-content-center">
<div class="col-lg mb-lg-4">
<img src="Pictures/graduation.jpg" class="img-fluid" alt="" srcset="">
</div>
<div class="col-lg mx-2 align-self-center">
<div class="my-3">
<h1 class="text-center">Hello! I'm Rémi Castera</h1>
<h1 class="text-center", style="font-size:15px; ">Contact: remi (dot) castera (at) prontonmail (dot) com</h1>
<br>
<p>Since November 2024, I am a postdoctoral researcher at the <strong>Moroccan Center for Game Theory</strong> with Professor <strong>Rida Laraki</strong>.</p>
<br>
<p>From October 2021 to October 2024 I was a PhD student at <strong>Université Grenoble Alpes</strong>. I was a member of the <strong>POLARIS</strong> team in Grenoble’s Computer Science Laboratory (LIG), and also part of the <strong> Fairplay </strong> team located at ENSAE Paris. My PhD was advised by <strong>Patrick Loiseau</strong> and <strong>Bary Pradelski</strong>. </p>
<br>
<p>I hold an Engineering Degree in Applied Mathematics from <strong>Ecole Polytechnique</strong>, as well as a MSc in Optimization and Game Theory from <strong>Paris-Saclay University</strong> and <strong>Institut Polytechnique de Paris</strong>. Prior to that, I graduated with a BSc in General and Applied Mathematics from <strong>Claude Bernard Lyon 1 University</strong>. Here is <a href="Attached_files/CV_en.pdf">my complete CV</a>.</p>
</div>
</div>
</div>
</div>
<div class="container my-4 ">
<div class="row justify-content-center">
<div class="col-lg mx-2 align-self-center">
<div class="my-3">
<h3 class="text-center">Latest news</h1>
<p>I successfully defended my PhD on October 16th 2024 in front of a comitee composed of Kim Thắng NGUYỄN, Bruno ESCOFFIER, Utku ÜNVER, Claire MATHIEU, Rida LARAKI and Bettina KLAUS.
</p>
</div>
</div>
<div class="col-lg mb-lg-4">
<img src="Pictures/universite-UM6P.jpg" class="img-fluid" alt="" srcset="">
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
</body>
</html>