-
Notifications
You must be signed in to change notification settings - Fork 2
/
team.html
428 lines (355 loc) · 20.2 KB
/
team.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<title>mbeddr - engineering the future of embedded software</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="The website of mbeddr, a set of integrated and extensible languages for embedded software engineering, plus an IDE with refatorings, a debugger and verification tools.">
<meta name="author" content="Markus Voelter">
<!-- styles -->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.gif">
<link href="css/bootstrap.css" rel="stylesheet" type='text/css'>
<link href="css/bootstrap-responsive.css" rel="stylesheet" type='text/css'>
<link href="css/style.css" rel="stylesheet" type='text/css'>
<link href="css/shield-responsive.css" rel="stylesheet" type='text/css'>
<link href='css/fonts.css' rel='stylesheet' type='text/css'>
<link href="css/prettyPhoto.css" rel="stylesheet" media="screen" type='text/css'>
<link href="google-code-prettify/prettify.css" type="text/css" rel="stylesheet"/>
<!--[if lt IE 9]>
<link href="css/iebugs.css" rel="stylesheet" type='text/css'>
<![endif]-->
<script src="js/twitter.js" type="text/javascript"></script>
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/jquery.prettyPhoto.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('a[data-rel]').each(function () {
$(this).attr('rel', $(this).data('rel'));
});
$("a[rel^='prettyPhoto']").prettyPhoto({
animation_speed: 'fast',
slideshow: 5000,
autoplay_slideshow: false,
opacity: 0.80,
show_title: true,
theme: 'ligh_square',
overlay_gallery: false,
social_tools: false
});
$('#nav-outline > li > a').live('click', function () {
$(this).parent().find('ul').slideToggle();
});
$('.has-popover').popover();
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push([ '_setAccount', 'UA-45406798-1' ]);
_gaq.push([ '_trackPageview' ]);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WZX646"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WZX646');</script>
<!-- End Google Tag Manager -->
<!-- Navbar -->
<div class="navbar navbar-fixed-top"
style="border-bottom: 1px solid #000;">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse"
data-target=".nav-collapse"> <span class="icon-bar"></span> <span
class="icon-bar"></span> <span class="icon-bar"></span>
</a> <a class="brand" href="index.html"></a>
<div class="nav-collapse collapse" style="height: 0px;">
<ul class="nav">
<li><a href="/blog">News</a></li>
<li><a href="benefits.html">Benefits</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="platform.html">Platform</a></li>
<li><a href="learn.html">Learn</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="screencasts.html">Screencasts</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="mps.html">MPS</a></li>
</ul>
</div>
<!--/.nav-collapse -->
<div class="btn-group pull-right">
<g:plusone href="http://mbeddr.com"></g:plusone>
</div>
</div>
</div>
</div>
<!-- Navbar End -->
<div id="header_wrapper" class="container">
</div>
<div id="page">
<div class="inner">
<div class="container clearfix">
<h2>Core Development Team</h2>
<div class="container">
<div class="container">
<div class="span7">
<p>
<strong>Bernd Kolb</strong> works as an architecture & technology manager for itemis in
Stuttgart. His focus is on Eclipse, OSGi and Modeling. Before he joined itemis, Bernd worked
for SAP as an architect on modeling and cloud technologies. Bernd is a regular speaker at
various conferences and has written a number of articles in different magazines. In 2008 he
co-authored a German-language book on OSGi.
</p>
<p>
<strong>Markus Völter</strong> works as an independent researcher, consultant and coach for
itemis AG in Stuttgart, Germany. His focus is on software architecture, model-driven
software development and domain specific languages as well as on product line engineering.
Markus also regularly writes (articles, patterns, books) and speaks (trainings, conferences)
on those subjects. Contact him via <a href="http://www.voelter.de">http://www.voelter.de</a>.
</p>
<p>
<strong>Daniel Ratiu</strong> works as software engineer, coach and researcher for
Siemens Corporate Technology in Munich. His focus is on robust software development with
the help of domain specific languages and formal verification. Before joining Siemens,
Daniel was researcher at fortiss research institute in Munich. In 2009 he obtained a
PhD degree from the Technische Universität München.
</p>
<p>
<strong>Domenik Pavletic</strong> works as a software engineer for itemis AG in Stuttgart.
He is interested in software modeling,
domain-specific languages, debuggers and software architecture.
</p>
<p>
<strong>Kolja Dummann</strong> works as a software engineer & architect for itemis in
Stuttgart. Before I joined itemis, I have worked for several years automation engineering
and embedded devices where my main focus was software architecture and modeling. Beside that
I have worked as a consultant for modeling and helped modeling execution and data flows in
distributed system. My main focus is on software architecture and model driven software
development.
</p>
<p>
<strong>Tamás Szabó</strong> works as a Software Engineer for itemis in Stuttgart and he is a PhD student at TU Darmstadt.
His focus is on DSLs, incremental computations, concurrency and program analysis. He received
his Masters Degree in Computer Science from the Budapest University of Technology and Economics (Hungary) in 2013.
He is a committer of other open-source projects as well; IncA and EMF-IncQuery.
</p>
</div>
<div class="span4" style="text-align: center">
<img src="images/itemis_logo.gif" width="160">
<br/>
<br/>
<img src="images/fortiss-logo.png" width="230">
</div>
<div class="span1"> </div>
</div>
</div>
<hr/>
<h2>Supporters and Sponsors</h2>
<div class="container">
<div class="container">
<div class="span7">
<p>
<b>JetBrains</b> is obviously the developer of MPS, which acts as the platform for mbeddr.
However, the <a href="http://www.jetbrains.com/mps/">MPS</a> team also supports us on a daily basis: answering questions, fixing
bugs, and addition additional important features to MPS. As representatives for the
MPS team, we thank Alex Shatalin, Evgeny Gryaznov, Semen Alperovich, Julia Beliaeva and
Sergey Dmitriev. JetBrains also supports us by supplying a license of the <a href="http://www.jetbrains.com/teamcity/">Teamcity</a>
integration server.
</p>
<p>
<b>YourKit</b> is kindly supporting mbeddr with its full-featured Java Profiler.
<a href="http://www.yourkit.com/">YourKit</a>, LLC is the creator of innovative and intelligent tools for profiling
Java and .NET applications. Take a look at YourKit's leading software products:
<a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
<a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>
</p>
</div>
<div class="span4" style="text-align: center">
<img src="images/jetbrains_logo.jpeg" width="170">
<br/>
<br/>
<br/>
<img src="images/yourkit-logo.png" width="180">
</div>
<div class="span1"> </div>
</div>
</div>
<hr/>
<h2 id="win">Part-time and Former Developers as well as mbeddr Prototype Users</h2>
<div class="container">
<div class="container">
<div class="span7">
<p>
<b>Federico Tomassetti</b> is currently a PhD student in Computer Engineering at
Politecnico di Torino. He has previous experience as developer, consultant and
programming teacher. His main interest is on model-driven development, domain specific
languages and languages orchestration. He is an author of different technical and
scientific papers.
</p>
<p>
<b>Bernhard Merkle</b> works as a software architect and engineer in the Research &
Development Department at SICK AG, one of the worlds leading producers of sensors and
sensor solutions. He serves as internal consultant for the complete software development
cycle and is responsible for process and methods selection as well as tool evaluation
and introduction. In his spare time he gives a lecture about MDSD (Model Driven Software
Development) at the University of Furtwangen in the Faculty Application Architecture
Master.
</p>
<p>
<b>Malte Jannasch</b> works as a student intern at items AG. He studies computer science
at the Reutlingen University of Applied Sciences where his focus is in the area of
software engineering, architecture and domain specific languages. In his master thesis
he works on data flow analyses for mbeddr C.
</p>
<p>
<b>Marcel Matzat</b> works as a software architect and test engineer for items in
Leipzig for more than 3 years. He participate on several industrial projects based on
MDSD. His focus is MDSD, especially Sculptor (Xtext), testing and JBoss-Technologies.
</p>
<p>
<b>Victor Adăscăliței</b> is currently (2013) a CS student in his last year at the
Polytechnics University of Timisoara, Romania. He's a long time self-teaching enthusiast
of electronics and computer programming with embedded technologies, the cross subject of
these two, being at his center of interest. He is always looking for new technologies,
methods and languages to improve the embedded systems development. In the mbeddr project
Victor developed and implemented the "Pacemaker" case-study. Apart from that, he's an
astronomy amateur, rocket model builder, stamp collector, poem writer and, occasionally,
loves playing on his synthesizer.
</p>
<p>
<b>Andrei Mituca</b> is currently a master student at Technical Univesity from Munich.
Previously he obtained a bachelor degree from "Politehnica" University from Timisoara,
Romania. His interests are model based development, embedded systems and computer
security. The practical experience gained while working on mbeddr made him enthusiast
about domain specific languages and formal verification methods.
</p>
<p>
<b>Andrei Avram</b> is currently pursuing a master degree in Computer Science at the
Technische Universität München. In the past he worked three years part time for a
company developing embedded systems in the automotive domain. His interests are software
engineering, more specifically model based development and domain specific languages.
Another area he is interested in is verification having a background in developing
testing and validation tools.
</p>
<p>
<b>Zaur Molotnikov</b> works as a researcher at <a href="http://mbeddr.fortiss.org">fortiss</a> research institute
in Munich. Before that, he finished his MSc at the Technical University of Munich. His current focus is safety- and security-critical applications for DSLs.
</p>
<p>
<b>Birgit Engelmann</b>
</p>
<p>
<b>Stefan Schmierer</b>
</p>
</div>
<div class="span4" style="text-align: center">
<img src="images/carit_logo.png">
</div>
</div>
<div class="span1"> </div>
</div>
</div>
</div>
</div>
<div id="extra">
<div id="intro">
<div class="container">
</div>
</div>
<div class="inner">
<div class="container">
<div class="row">
<div class="span6">
<ul class="footer-links clearfix">
<li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
<li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
<li><a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
<li><a href="http://www.eclipse.org/legal/">Legal</a></li>
</ul>
<ul class="footer-links clearfix">
<li><a href="benefits.html">Key characteristics and benefits.</a></li>
<li><a href="learn.html#overview">Read and Learn: Papers.</a></li>
<li><a href="screencasts.html">Watch and Learn: Screencasts.</a></li>
<li><a href="learn.html#cs">See how it's used: Case Studies.</a></li>
</ul>
</div>
<div class="span6">
<ul class="footer-links clearfix">
<li><a href="download.html">Download and Try.</a></li>
<li><a href="download.html">Adapt and Extend.</a></li>
<li><a href="news.html">Read the Blog.</a></li>
<li><a href="faq.html">Read the FAQ.</a></li>
</ul>
<ul class="footer-links clearfix">
<li><a href="support.html">Contact the team.</a></li>
<li><a href="support.html">Get Help.</a></li>
<li><a href="http://dslbook.org">Learn about Language Engineering.</a></li>
<li><a href="http://jetbrains.com/mps">Download MPS.</a></li>
</ul>
</div>
</div>
<br/>
</div>
</div>
<div id="intro">
<div class="container">
</div>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
<!-- Include the plug-in -->
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/custom.js" type="text/javascript"></script>
<!-- Start of Async HubSpot Analytics Code -->
<script type="text/javascript">
(function(d,s,i,r) {
if (d.getElementById(i)){return;}
var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
n.id=i;n.src='//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/761475.js';
e.parentNode.insertBefore(n, e);
})(document,"script","hs-analytics",300000);
</script>
<!-- End of Async HubSpot Analytics Code -->
</body>
</html>