-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
107 lines (76 loc) · 5 KB
/
research.html
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
106
107
<!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-scale=1.0">
<title>Rémi Castera | Research</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/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="index.html">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 mx-2 align-self-center">
<div class="my-3">
<h1 class="text-center">Research</h1>
<h3> Research Interests</h3>
My research interests are about game theory, fairness, probabilities and optimization. My current research revolves around fairness in two-sided matching processes. In particular, in the example of the college admission problem, I am investigating how grades’ distributional differences (bias, variance, correlation,…) between different groups of the population can lead to different outcome distributions.
<h3>Publications</h3>
<a href="https://dl.acm.org/doi/10.1145/3490486.3538364">Statistical Discrimination in Stable Matchings</a> – Rémi Castera, Patrick Loiseau and Bary Pradelski – ACM’s 23rd Conference on Economics and Computation (2022)
<h4>Working Papers</h4>
<a href="https://hal.science/hal-03672270">Ranking Correlation in Matching Markets</a> – Rémi Castera, Patrick Loiseau and Bary Pradelski (2024) <br>
<a href="https://arxiv.org/abs/2403.00397">The Price of Fairness in Bipartite Matching</a> – Rémi Castera, Felipe Garrido-Lucero, Mathieu Molina, Simon Mauras, Patrick Loiseau, Vianney Perchet (2024)
</div>
</div>
<div class="col-lg mb-lg-4">
<img src="Pictures/Um6p_Rabat.jpg" class="img-fluid" alt="" srcset="">
</div>
</div>
</div>
<div class="container my-4 ">
<div class="row justify-content-center">
<div class="col-lg mb-lg-4">
<img src="Pictures/Grenoble.jpg" class="img-fluid" alt="" srcset="">
</div>
<div class="col-lg mx-2 align-self-center">
<div class="my-3">
<h3>Talks in international conferences</h3>
11/06/22: 12th Conference on Economic Design (Padova, Italy)<br>
13/07/22: 23rd ACM Conference on Economics and Computation (Boulder, CO, USA)<br>
18/07/22: 33rd Stony Brook International Conference on Game Theory (Stony Brook, NY, USA)<br>
11/12/23: From Matching to Markets: A Tale of Mathematics, Economics and Computer Science (CIRM, Marseille, France) <br>
18/03/24: 19th Matching in Practice Workshop (Zurich, Switzerland) <br>
21/06/24: Matching Markets and Inequality Workshop (Exeter, UK) <br>
26/04/24: GAIMSS Workshop (Metz, France)
<h3>Funding</h3>
My PhD work was funded by a grant from the French Higher Education and Research ministry, awarded to me by the MSTII graduate school, and also partially supported by MIAI @ Grenoble Alpes (ANR-19-P3IA-0003), and by the French National Research Agency (ANR) through grants ANR-20-CE23-0007 and ANR-19-CE48-0018-01.
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
</body>
</html>