-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (61 loc) · 2.92 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Dorra Ben Khalifa</title>
</head>
<body>
<div id="wrap">
<div id="header">
<h1><a>Dorra BEN KHALIFA </a> </h1>
</div>
<div id="menu">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="research.html">RESEARCH</a></li>
<li><a href="publi.html">PUBLICATIONS</a></li>
<li><a href="Teaching.html">TEACHING</a></li>
<li><a href="software.html">SOFTWARE</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<div id="menubottom"> </div>
<div id="contentwrap">
<div id="content">
<h2>Welcome!</h2>
<p>
<img style=" float: right; width:170px;" src="22-1115NvidiaOracle41975_remastered.jpg" alt="dorra" />
I'm an associate professor at ENAC, the French National School of Civil Aviation and a member of the <a href="https://lii.enac.fr/"> Interactive Informatics </a> Team of ENAC Research Lab.
Prior to this, I was a postdoctoral scholar at <a href="https://www.univ-perp.fr/"> Perpignan university </a> working with <a href="https://perso.univ-perp.fr/matthieu.martel/">
Matthieu Martel</a> on fixed-point code synthesis for neural networks.
I defended my thesis <a href="https://theses.hal.science/tel-03509266"> Fast and Efficient Bit-level Precision Tuning
</a> in 2021 under the supervision of
<a href="https://perso.univ-perp.fr/matthieu.martel/">
Matthieu Martel</a> and <a href="https://perso.univ-perp.fr/assale.adje/"> Assalé Adjé</a>. I hold a Bachelor’s and a Master’s degree in Computer Science, both received with full marks and honors (summa cum laude) from the University of Sousse (Tunisia) and the University of Perpignan.
<br> <br> <a href="mailto:[email protected]">I'm looking for strong, motivated PhD students. Contact me to find out more about the subjects I offer! </a>
</p>
<h2>News:</h2>
<ul>
<li> <SPAN style="BACKGROUND-COLOR: #ffff00">(new)</SPAN> I am a member of the Program Commitee of <a href="https://2025.splashcon.org/track/OOPSLA">OOPSLA 2025</a>, <a href="https://vsl.cis.udel.edu/vss2025/">VSS 2025</a> and <a href="https://codit2025.org/">CoDIT 2025</a>. </li>
</ul>
<br/>
<h2> Recent/Upcoming Talks: </h2>
<ul>
<li> <strong> Rigorous Floating-Point to Fixed-Point Quantization
of Deep Neural Networks on STM32 Micro-controllers,</strong>
<a href = "https://codit2024.com/"> CoDIT'24</a>, July 2024. </li>
<li> <strong> Compile-Time Optimization of the Energy Consumption of Numerical Computations,</strong>
<a href = "https://www.computingfrontiers.org/2024/"> CF'24</a>, May 2024. </li>
</ul>
<br/>
</div>
<div style="clear: both;"> </div>
</div>
<div id="footer">
<p>© Copyright 2025
</div>
</div>
</body>
</html>