-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththe_brief_cv.html
144 lines (113 loc) · 4.95 KB
/
the_brief_cv.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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="LTT1Gy9ltobXoCQpfb2Y89o2YTzUyRw4xmhyTgyIqgE" />
<meta charset="utf-8">
<title>Brief CV</title>
<meta name="author" content="Martin Elsman">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="/assets/themes/twitter/bootstrap/css/bootstrap.2.2.2.min.css" rel="stylesheet">
<link href="/assets/themes/twitter/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
<!-- atom & rss feed -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
</head>
<body>
<div class="container-narrow">
<div class="content">
<div class="page-header">
<h1>Brief CV <small>Martin Elsman</small></h1>
</div>
<div class="row-fluid">
<div class="span12">
<h4 id="background-information">Background Information</h4>
<table border="0" width="100%" padding="5%" spacing="0">
<tr valign="top">
<td width="35%"><b>Position:</b></td><td>Associate Professor, Department of Computer Science,
University of Copenhagen, Denmark. <a href="http://www.hiperfit.dk">HIPERFIT</a>
Research Center Manager.
</td></tr>
<tr valign="top">
<td width="35%"><b>Email:</b></td><td>mael at elsman.com</td>
</tr>
<tr valign="top">
<td width="35%"><b>Home page:</b></td><td><a href="http://www.elsman.com">http://www.elsman.com</a></td>
</tr>
<tr valign="top">
<td width="35%"><b>Private address:</b></td><td>Peter Rørdams Vej 24, 2800 Lyngby, Denmark</td>
</tr>
<tr valign="top">
<td width="35%"><b>Mobile phone:</b></td><td>+45 2612 2212</td>
</tr>
<tr valign="top">
<td width="35%"><b>Date of Birth:</b></td><td>1969-12-22</td>
</tr>
</table>
<p><br />
<strong>Previous positions:</strong></p>
<table border="0" width="100%" padding="5%" spacing="0">
<tr valign="top">
<td width="35%">May 2012 -</td><td>Associate Professor, Department of Computer Science, University of Copenhagen, Denmark. HIPERFIT Research Center Manager.</td>
</tr>
<tr valign="top">
<td>May 2008 - April 2012</td><td>Chief System Development Consultant, Team Leader, <a href="http://www.simcorp.com">SimCorp</a>.</td>
</tr>
<tr valign="top">
<td>April 2003 - April 2008</td><td>Associate Professor at The IT University of Copenhagen (ITU). From March 2004 to August 2005, Vice Head of the Department of Innovation, ITU. From August 2005 to January 2006, Head of the Department of Innovation, ITU. From August 2007 - April 2008, Head of the SDT study programme.</td>
</tr>
<tr valign="top">
<td>February 2006 - August 2006</td><td>On leave from ITU: CTO at Zecure.</td>
</tr>
<tr valign="top">
<td>January 2000 - March 2003</td><td>Assistant Professor at The Royal Veterinary and Agricultural University of Denmark (part time at ITU).</td>
</tr>
<tr valign="top">
<td>January 1999 - December 1999</td><td>Postdoctoral research position at University of California, Berkeley.</td>
</tr>
<tr valign="top">
<td>May 1995 - December 1998</td><td>Ph.D. student at the Department of Computer Science, University of Copenhagen (DIKU).</td>
</tr>
</table>
<h4 id="research-and-development">Research and Development</h4>
<p>I am Associate Professor at the Department of Computer Science,
University of Copenhagen, where I am also Center Manager for the
HIPERFIT Research Center, which, with special attention to the finance
industry, focuses on solving problems within the domains of
high-performance computing and big data.</p>
<h4 id="full-cv">Full CV</h4>
<p>For a full CV including a publication list and detailed information
about organisational work, teaching, and PhD supervision, please consult <tt>http://elsman.com/cv</tt>.</p>
</div>
</div>
</div>
<hr>
<footer>
<p>© 2017 Martin Elsman
</p>
</footer>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-123-12']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>