-
Notifications
You must be signed in to change notification settings - Fork 0
/
codefr.html
125 lines (95 loc) · 5.38 KB
/
codefr.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="description" content="Brice Loustau" />
<title>Brice Loustau - Code</title>
<link rel="stylesheet" href="/css/style.css" type="text/css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon-32x32.png" sizes="32x32" /><link rel="icon" href="favicon-192x192.png" sizes="192x192" />
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
</head>
<body>
<div id="main">
<div id="header">
<p> <a href="/code.html">English</a></p>
</div>
<div id="leftnavbar">
<ul>
<li><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 class="active"><a href="/codefr.html">Code</a></li>
<li><a href="/apropos.html">À propos</a></li>
</ul>
</div>
<div id="maincontent">
<p class="titre0">Code</p>
<br />
<p>Merci de <a href="/code.html">basculer sur la version anglophone</a>.</p>
<br />
<!--
<p>Je développe deux logiciels mathématiques en lien avec ma recherche: <a href="#circlepackings">Circle Packings</a> et <a href="#harmony">Harmony</a>.</p>
<p>Je participe également à la création du Heidelberg Experimental Geometry Lab (HEGL).</p>
<br />
<p class="titre2" id="circlepackings">Heidelberg Experimental Geometry Lab (HEGL)</p>
<p>À l'université de Heidelberg University et HITS, j'ai participé à la création de HEGL, sous la houlette de Anna Wienhard.
L'objectif de HEGL est de promouvoir l'interaction entre recherche théorique et expérimentation
informatique et visualisation. HEGL fournit des technologies de pointe et abrite de nombreux projets de recherches étudiants.</p>
<p class="titre3"> → Voir le <a href="https://www.mathi.uni-heidelberg.de/~geodyn/HEGL/projects.html">site web de HEGL</a></p>
<br /> <br />
<p class="imgfloatright"> <img src="ressources/icon.png" height=120px /> </p>
<p class="titre2" id="circlepackings">Circle Packings</p>
<p class="titre3"> → Voir la <a href="/circlepackings/indexfr.html">page dédiée</a></p>
<p>Ce logiciel créé par <a href="http://www.univ-orleans.fr/mapmo/membres/beeker/index.php?langue=fr">Benjamin Beeker</a>
et moi-même calcule et affiche des empilements de cercles et des applications conformes de Riemann.
Ce projet est hébergé sur GitHub <a href="https://github.com/seub/CirclePackings">ici</a>.</p>
<br />
<p>Ci-dessous figurent quelques captures d'écran (cliquez sur les images pour agrandir) :</p>
<center>
<p><a href="/ressources/CP1.png"><img src="/ressources/CP1.png" width=100% /></a></p><br />
<p><a href="/ressources/CP3.png"><img src="/ressources/CP3.png" width=100% /></a></p><br />
<p><a href="/ressources/CP4.png"><img src="/ressources/CP4.png" width=100% /></a></p><br />
</center>
<br /> <br />
<p class="titre2" style="clear: right" id="harmony">Harmony</p>
<p class="imgfloatright"> <img src="ressources/Harmony.png" width=180px height=180px /> </p>
<p class="titre3"> → Voir la <a href="/harmony/indexfr.html">page dédiée</a></p>
<p>Ce logiciel créé par <a href="https://www2.bc.edu/jonah-gaster/">Jonah Gaster</a> et moi-même calcule et affiche des applications harmoniques équivariantes du plan hyperbolique \(\mathbb{H}^2\) dans le plan hyperbolique \(\mathbb{H}^2\) (ou à l'avenir, dans l'espace hyperbolique \(\mathbb{H}^3\) ou des espaces symétriques plus généraux). Ce projet est hébergé sur GitHub <a href="https://github.com/seub/Harmony">ici</a>.</p><br />
<p>Ci-dessous figurent quelques captures d'écran (cliquez pour agrandir) :</p>
<center>
<p><a href="/ressources/Harmony1.png"><img src="/ressources/Harmony1.png" width=100% /></a></p><br />
<p><a href="/ressources/Harmony3.png"><img src="/ressources/Harmony3.png" width=100% /></a></p><br />
<p><a href="/ressources/Harmony5.png"><img src="/ressources/Harmony5-p.png" width=80%/></a></p><br />
</center> -->
</div>
<div id="footer">
<p>Brice Loustau. Contact : <a href="mailto:brice@loustau.eu">brice@loustau.eu</a></p>
</div>
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.min.js"></script>
<script type="text/javascript">
$(function($){
var addToAll = true;
var gallery = false;
var titlePosition = 'inside';
$(addToAll ? 'img' : 'img.fancybox').each(function(){
var $this = $(this);
var title = $this.attr('title');
var src = $this.attr('data-big') || $this.attr('src');
var a = $('<a href="#" class="fancybox"></a>').attr('href', src).attr('title', title);
$this.wrap(a);
});
if (gallery)
$('a.fancybox').attr('rel', 'fancyboxgallery');
$('a.fancybox').fancybox({
titlePosition: titlePosition
});
});
$.noConflict();
</script>
</body>
</html>