-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexfr.html
67 lines (58 loc) · 3.17 KB
/
indexfr.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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="description" content="Brice Loustau" />
<title>Brice Loustau - Accueil</title>
<link rel="stylesheet" href="/css/style.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<!-- <link rel="shortcut icon" href="favicon-256x256.ico" type="image/x-icon" sizes="256x256"/> -->
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon-128x128.png" sizes="128x128" />
<link rel="icon" type="image/png" href="favicon-192x192.png" sizes="192x192" />
</head>
<body>
<div id="main">
<div id="header">
<p> <a href="/indexen.html">English</a></p>
</div>
<div id="leftnavbar">
<ul>
<li class="active"><a href="/indexfr.html">Accueil</a></li>
<li><a href="/enseignement.html">Enseignement</a></li>
<li><a href="/livre.html">Livre</a></li>
<li><a href="/recherche.html">Recherche</a></li>
<li><a href="/codefr.html">Code</a></li>
<li><a href="/apropos.html">À propos</a></li>
</ul>
</div>
<div id="maincontent">
<p class="imgfloatright"> <img style="padding-left:40px;" src="ressources/headshot.jpg" height=250px /> </p>
<p class="titre0">Brice Loustau</p>
<p>Depuis avril 2022, Je suis Senior Software Engineer à <a href="https://www.intuitive.com/en-us">Intuitive Surgical</a>.</p>
<p>Avant de travailler dans l'industrie de la tech, j'étais enseignant et chercheur en mathématiques. Les dernières institutions
où j'étais employé furent le <a href="https://www.h-its.org/">Heidelberg Institute for Theoretical Studies (HITS)</a> et l'<a href="https://www.mathi.uni-heidelberg.de/">université de Heidelberg</a>.</p>
<p>Je conserve ce site web avant tout pour que mes travaux restent accessibles.
Je demeure néanmoins passionné des mathématiques. Dernièrement, je m'intéresse en particulier à l'application
de la géométrie hyperbolique à la science des données et à l'apprentissage automatique.</p>
<br />
<p class="titre3">Liens choisis :</p>
<div id="liste2">
<ol>
<li><b>HEGL :</b> <a href="https://www.mathi.uni-heidelberg.de/~geodyn/HEGL/">Heidelberg Experimental Geometry Lab</a></li>
<li><b>Article :</b> <a href="http://arxiv.org/abs/2010.03545">Harmonic maps from Kähler manifolds</a></li>
<li><b>Article :</b> <a href="http://arxiv.org/abs/2008.07659">The sum of Lagrange numbers</a></li>
<li><b>Livre :</b> <a href="book.html">Hyperbolic Geometry</a> (en préparation)</li>
<li><b>Cours :</b> <a href="/teaching/TUDarmstadt/Manifolds2020/">Manifolds (Summer 2020)</a> (avec vidéos !)</li>
<li><b>Exposé en ligne :</b> <a href="https://youtu.be/iZYY3WuWRcA" target=top>Hyperbolic Geometry</a> (et application à la data science)</li>
</ol>
</div>
</div>
<div id="footer">
<p>Brice Loustau. Contact : <a href="mailto:brice@loustau.eu">brice@loustau.eu</a></p>
</div>
</div>
</body>
</html>