-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.html
120 lines (83 loc) · 5.26 KB
/
code.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
<!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="/codefr.html">Français</a></p>
</div>
<div id="leftnavbar">
<ul>
<li><a href="/indexen.html">Home</a></li>
<li><a href="/teaching.html">Teaching</a></li>
<li><a href="/book.html">Book</a></li>
<li><a href="/research.html">Research</a></li>
<li class="active"><a href="/code.html">Code</a></li>
<li><a href="/about.html">About</a></li>
</ul>
</div>
<div id="maincontent">
<p class="titre0">Code</p>
<br />
<p>→ Github page: <a href="https://github.com/seub">github.com/seub</a></p>
<p class="titre2" id="experience">Overview</p>
<p>I studied theoretical Computer Science at ENS Cachan. Here is a quick overview of my past coding projects:</p>
<div id="liste2">
<ol>
<li>I developed two cross-platform computer software with a nice GUI
in C++/Qt in relation to my math research: <a href="#circlepackings">Circle Packings</a> and <a href="#harmony">Harmony</a>.</li>
<li>I collaborated with mathematicians and data science researchers at the <a href="https://www.h-its.org/people/dr-brice-loustau/">Heidelberg Institute of Theoretical Studies (HITS)</a>, which offers a "High Performance Cluster" (HPC).</li>
<li>I mentored student projects at the <a href="#HEGL">Heidelberg Experimental Geometry Lab (HEGL)</a>, which involve math, coding, 3D printing, VR,
and other technology.</li>
<li>I worked on a few other coding projects, in relation to my math papers (e.g. <em>The sum of Lagrange numbers</em>), or Data Science projects (e.g. Cheese classifier), or "just for fun" (e.g. Chess engine).</li>
</ol>
</div>
<p><i>Programming languages:</i> I am proficient in C++ and Python. I have some experience with: Bash, C, HTML/CSS, Javascript, Julia, Latex, Mathematica, Maple, Matlab, Pascal, Qt, Sage, SQL.</p>
<br />
<p class="titre2" id="HEGL">Heidelberg Experimental Geometry Lab (HEGL)</p>
<p>At the Research Station "Geometry & Dynamics" (Heidelberg University), I was in charge of setting up the Heidelberg Experimental Geometry Lab (HEGL).
The goal of HEGL is to promote the interaction between theoretical math research and computational experimentation and visualization.</p>
<p>In 2021/2022, I co-organized the two HEGL seminars and mentor undergraduate research projects.</p>
<p class="titre3"> → <a href="https://www.mathi.uni-heidelberg.de/~geodyn/HEGL/projects.html">HEGL website</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"> → <a href="/circlepackings/indexen.html">Circle Packings main page</a></p>
<p>This software created by <a href="http://www.univ-orleans.fr/mapmo/membres/beeker/index.php?langue=en">Benjamin Beeker</a>
and myself computes and shows circle packings and Riemann conformal mappings. This project is hosted on GitHub <a href="https://github.com/seub/CirclePackings">here</a>.</p>
<br />
<p>Below are a few screenshots (click to enlarge):</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 />
<!--<hr />
<br />-->
<p class="titre2" style="clear: right" id="harmony">Harmony</p>
<p class="titre3"> → <a href="/harmony/indexen.html">Harmony main page</a></p>
<p>This software created by <a href="https://www2.bc.edu/jonah-gaster/">Jonah Gaster</a> and myself computes and shows equivariant harmonic maps from the hyperbolic plane \(\mathbb{H}^2\) to
the hyperbolic plane \(\mathbb{H}^2\) (or in the future, hyperbolic 3-space \(\mathbb{H}^3\) and more general symmetric spaces). This project is hosted on GitHub <a href="https://github.com/seub/Harmony">here</a>.</p><br />
<p>Below are a few screenshots (click to enlarge):</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=80% /></a></p><br />
<p><a href="/ressources/Harmony5.png"><img src="/ressources/PicA.png" width=48% /></a>
<a href="/ressources/Harmony5.png"><img src="/ressources/Harmony5-p.png" width=48% /></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>
</body>
</html>