-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
128 lines (110 loc) · 3.59 KB
/
people.html
File metadata and controls
128 lines (110 loc) · 3.59 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
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
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : TriColor
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20090723
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>DISTECH at Bergen University College </title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="banner"> </div>
<div id="header">
<div id="logo">
<h1><a href="">DISTECH -</a></h1>
<p>Software Technologies for Distributed Systems</p>
</div>
</div>
<!-- end #header -->
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</div>
<!-- end #menu -->
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<div class="post">
<div class="entry">
<p class "meta"><img src="images/distechlogo.jpg" width=180px</img></p>
</div>
</div>
<div style="clear: both;"> </div>
</div>
<!-- end #content -->
<div id="sidebar">
<h2>People</h2>
<ul>
<li> Prof. <a href="http://home.hib.no/ansatte/hhel/">Håvard Helstrup</a>
<li> Prof. <a href="http://www.hib.no/ansatte/lmkr/">Lars M. Kristensen</a> (DISTECH director)
<li> Prof. Terje Kristensen
<li> Prof. <a href="http://www.hib.no/ansatte/tra/">Talal Rahman</a>
<li> Prof. <a href="http://www.mathematik.uni-marburg.de/~taentzer/index_e.htm">Gabriele Taentzer</a> (side position)
</ul>
<ul>
<li> Assoc. Prof. Pål Ellingsen
<li> Assoc. Prof. Kristin F. Hetland
<li> Assoc. Prof. Bjarte Kileng
<li> Assoc. Prof. Yngve Lamo
<li> Assoc. Prof. Constanza Riera
<li> Assoc. Prof. Jon-Eivind Vatne
<li> Assoc. Prof. <a href="http://web.ift.uib.no/~dhayalan/">Dhayalan Velauthapillai</a>
</ul>
<ul>
<li> PhD research fellow Hege Erdal (started 2009)
<li> PhD research fellow Kent-Inge Fagerland Simonsen (started 2010)
<li> PhD research fellow <a href="http://www.hib.no/ansatte/fma/">Florian Mantz</a> (started 2010)
<li> PhD research fellow Piotr Kaźmierczak (started 2010)
<li> PhD research fellow Xiaoliang Wang (started 2011)
<li> PhD research fellow Erik Eikeland (started 2012)
<li> PhD research fellow Ajith Kumar (started 2012)
<li> PhD research fellow Rabbi Fazle (started 2013)
</ul>
<h2>Project Assosiates</h2>
<ul>
<li> Adrian Rutle (PhD research fellow, completed PhD 2010)
<li> Atle Loneland (PhD research fellow, UiB)
</ul>
<h2>Former Members</h2>
<ul>
<li> Prof. <a href="http://folk.uib.no/nmita/">Thomas Ågotnes</a>
<li> Yi Wang (PhD research fellow, completed PhD 2013)
<li> Adrian Rutle (PhD research fellow, completed PhD 2010)
<li> Kjetil Røed (PhD research fellow, completed PhD 2009)
<li> Vineet Srivastava
<li> Sami Taktak (Postdoctoral researcher 2010-2012)
</ul>
</ul>
</div>
<!-- end #sidebar -->
<div style="clear: both;"> </div>
</div>
</div>
<hr>
</div>
<!-- end #page -->
</div>
<div id="footer">
<p>Bergen University College - Nygaardsgaten 112 - 5020 Bergen - Norway</p>
<p>Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
<hr>
</div>
<!-- end #footer -->
</body>
</html>