-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (69 loc) · 3.44 KB
/
index.html
File metadata and controls
69 lines (69 loc) · 3.44 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Pierre Flener</title>
<style type="text/css" media="screen">
@import url(uu_css/maincss.css);
</style>
<link rel="stylesheet" type="text/css" media="print" href="uu_css/print.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Description" content="Pierre Flener" />
<meta name="Keywords" content="Pierre Flener" />
</head>
<body class="red">
<!-- Start header -->
<div id="leftcolumn">
<p>
<a href="https://www.uu.se/en">Uppsala University</a><br /><br />
<a href="https://www.uu.se/en/department/information-technology">Department of Information Technology</a><br /><br />
<a href=".">Pierre Flener</a>
</p>
<hr noshade style="width: 80%; border: solid lightgrey 0.5px;" />
<p>
<a href=".">Home</a><br />
<a href="profact.html">Activities</a><br />
<a href="https://www.uu.se/en/department/information-technology/research/research-groups/optimisation-research-group">Research (current)</a><br />
<a href="research-ex.html">Research (former)</a><br />
<a href="publications.html">Publications</a><br />
<a href="courses">Teaching</a><br />
<a href="travel">Travel Blogs</a><br />
<a href="persinfo.html">Personal & Bio</a><br />
<a href="contact.html">Contact</a>
</p>
</div>
<!-- End header, start main content -->
<div id="maincontent">
<center><h1>Pierre Flener</h1></center>
<hr />
<table cellpadding="10">
<tr>
<td>
<ul>
<li><p>Professor of Computing Science at the <a href="https://www.uu.se/en/department/information-technology">Department of Information Technology</a> of <a href="https://www.uu.se/en">Uppsala University</a>, Sweden</p></li>
<li><p>Officer of the chivalric <a href="https://en.wikipedia.org/wiki/Order_of_Merit_of_the_Grand_Duchy_of_Luxembourg">Order of Merit</a> of the Grand-Duchy of Luxembourg</p></li>
<li><p>Founder of the <a href="https://www.uu.se/en/department/information-technology/research/research-groups/optimisation-research-group">Optimisation Group</a> (formerly ASTRA Group) at Uppsala University, Sweden</p></li>
<!--
<li><p>Member of the <a href="https://www.uu.se/en/department/mathematics/research/cim">Centre for Interdisciplinary Mathematics</a> of Uppsala University, Sweden</p></li>
-->
<li><p>Co-Founder of <a href="research/NordConsNet">NordConsNet</a>, the Nordic Network for researchers and practitioners of Constraint programming (called SweConsNet from 2002 to 2016)</p></li>
<li><p>Member of the <a href="https://www.uu.se/en/staff/faculty/science-and-technology/organisation-and-governance/boards-and-committees/advisory-committee-for-research">Advisory Committee for Research</a> (<em>Forskningsberedningen</em>) of the Faculty of Science and Technology (since November 2025)</p></li>
<li><p>Head of Research (<em>forskningsprefekt</em>) at the <a
href="https://www.uu.se/en/department/information-technology/research">Department
of Information Technology</a> (since July 2021)</p></li>
<li><p>Director (PAP) of the Research Programme in Computing Science (since February 2019)</p></li>
</ul>
</td>
<td><img height="250" src="pics/Pierre.jpg" /></td>
</tr>
</table>
<!-- /div -->
<!-- End maincontent, start footer -->
<!-- div id="footer" class="sidfot" -->
<hr />
<address>
<!-- hhmts start -->Last modified: Fri Jan 30 09:00:12 CET 2026 <!-- hhmts end -->
</address>
</div>
<!-- End footer -->
</body>
</html>