-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (27 loc) · 1.08 KB
/
index.html
File metadata and controls
39 lines (27 loc) · 1.08 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<head>
<link rel="stylesheet" href="style.css" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Malinca</title>
</head>
<body>
<div id ="presentation">
<h1>MALINCA</h1>
<h2>Mathematicae Lingua Franca</h2>
<h3>Bridging the Linguistic Gap Between the Mathematician and the Machine</h3>
</div>
<h3>Team</h3>
<ul>
<li><a href="https://web.comillas.edu/profesor/dalfaya/">David Alfaya</a></li>
<li><a href="http://www.linguist.univ-paris-diderot.fr/~bcrabbe/">Benoît Crabbé</a></li>
<li><a href="https://members.loria.fr/PDegroote/">Philippe de Groote</a></li>
<li><a href="http://herbelin.xyz/">Hugo Herbelin</a></li>
<li><a href="https://www.irif.fr/~mellies/">Paul-André Melliès</a></li>
<li><a href="https://www.irif.fr/~petrisan/">Daniela Petrişan</a></li>
<li><a href="http://math.unice.fr/~carlos/">Carlos Simpson</a></li>
</ul>
<h3>Job openings</h3>
Contact Philippe de Groote, Hugo Herbelin, Paul-André Melliès or Carlos Simpson.
</body>
</HTML>