-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.html
96 lines (57 loc) · 2.65 KB
/
research.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
<!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>Research Interests:</h2>
<ul>
<li> Numerical Programs verification by formal methods </li>
<li> FPGA code synthesis</li>
<li> Floating-point and fixed-point arithmetics</li>
<li> Embedded AI </li>
<li> Semantics-based precision tuning </li>
<li> Neural networks optimization techniques </li>
</ul>
<h2> PhD Students:</h2>
<ul>
<li> <b> Julien Bortolussi (since Oct. 2024) </b> co-advised by <a href ="https://garoche.net/">Pierre-Loic Garoche</a>. </li>
</ul>
<h2> Academic Service:</h2>
<ul>
<li> <a href ="https://2025.splashcon.org/track/OOPSLA">OOPSLA'24, 25</a>, <a href="https://vsl.cis.udel.edu/vss2025/">VSS'25</a>, <a href="https://codit2025.org/">CoDIT 2025</a> Program Committee </li>
<li> <a href ="https://codit2024.com/index.php">CoDIT'24</a>, <a href="https://codit2023.com/">CoDIT'23</a>, Program Committee </li>
<li> <a href ="https://pldi24.sigplan.org/track/pldi-2024-pldi-research-artifacts"> PLDI'24 </a>, <a href="https://conf.researchr.org/home/sas-2023">SAS'23</a>, <a href="https://2023.ecoop.org/">ECOOP'23</a>, <a href="https://2022.splashcon.org/home/sas-2022#Home">SAS'22</a>, <a href="https://conferences.ncl.ac.uk/formats2022/">FORMATS'22</a>, Artifact Evaluation Committee </li>
<li> <a href="https://pldi23.sigplan.org/track/pldi-2023-src">PLDI'23 SRC </a>, <a href="https://codit2023.com/">CoDIT'23</a>, <a href="https://www.springer.com/journal/11227"> The journal of Supercomputing 2022 </a>, Reviewer </li>
<li> <a href="https://2023.ecoop.org/">ECOOP'23</a>, <a href="https://conferences.ncl.ac.uk/formats2022/">FORMATS'22</a>, External Review Committee</li>
</ul>
<h4>If you are interested in my research topic, you can send me an <a href="mailto:[email protected]">email</a>. </h4>
</div>
<div style="clear: both;"> </div>
</div>
<div id="footer">
<p>© Copyright 2025
</div>
</div>
</body>
</html>