-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (41 loc) · 2.26 KB
/
Copy pathindex.html
File metadata and controls
53 lines (41 loc) · 2.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<title>Hugo Lavenant</title>
</head>
<body>
<div id = "entête">
<h1>Hugo Lavenant - Assistant Professor at Bocconi University</h1>
</div>
<div id = "main">
<div id = "menu">
<ul>
<li><a href = "index.html">Main</a></li>
<li><a href = "CV/cv.html">CV</a></li>
<li><a href = "research/research.html">Research</a></li>
<li><a href="teaching/teaching.html">Teaching</a></li>
<li><a href="students/students.html">Students</a></li>
<li><a href="msc/msc.html">Miscellaneous</a></li>
</ul>
</div>
<div id = "contenu">
<p>Welcome to my personal webpage. I am assistant professor at the department of Decision Sciences of <em><a href = "https://www.unibocconi.eu/">Bocconi University</a></em> in Milan, Italy, working on optimal transport, calculus of variations and Bayesian statistics.</p>
<p>Before that I was a postdoctoral fellow of the Pacific Institute of Mathematical Sciences at the <em>University of British Columbia</em>, in Canada. I worked under the guidance of <a href = "https://www.math.ubc.ca/~yhkim/">Young-Heon Kim</a>, <a href = "https://sites.ualberta.ca/~pass/">Brendan Pass</a>, <a href = "https://www.math.ubc.ca/~geoff/">Geoffrey Schiebinger</a> and Dave Schneider, using optimal transport for the trajectory inference problem, and in the study of nonlinear elasticity. </p>
<p>Between 2016 and 2019 I have completed a PhD in mathematics under the supervision of <a href = "http://math.univ-lyon1.fr/~santambrogio/">Filippo Santambrogio</a> at <em>Université Paris-Sud</em>, in Orsay. I have studied curves and maps valued in the space of probability distributions endowed with an optimal transport distance, with applications to Mean Field Games.</p>
<!-- <p>My postal adress is :
<div class = "adressFormat">
<ul>
<li>Dipartimento di Scienze delle Decisioni</li>
<li>Università Bocconi</li>
<li>Milano, Italia</li>
</ul>
</div>
You can also contact me by email: hugo [point] lavenant [chez] unibocconi [point] it.
</p> -->
<p> You can contact me by email: hugo [point] lavenant [chez] unibocconi [point] it. </p>
</div>
</div>
</body>
</html>