-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (27 loc) · 1.25 KB
/
index.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
---
layout: default
menu: about
---
<div class="col-md-2">
<img src="/img/photo.jpg" alt="That's me" class="img-thumbnail">
</div>
<div class="col-md-10">
<p>
I'm an engineer at <a href="http://www.limbus-medtec.com" target="_blank" title="a.k.a. the best company in the world ;)">Limbus Medical Technologies</a> and have a research background in <a href="http://en.wikipedia.org/wiki/Computer_simulation" target="_blank">modeling & simulation</a>, <a href="http://en.wikipedia.org/wiki/Artificial_intelligence" target="_blank">artificial intelligence</a>, and <a href="https://en.wikipedia.org/wiki/Distributed_computing" target="_blank">distributed systems</a>.
</p>
<p> </p>
<p>
My research interests include:</p>
<ul>
<li>
<strong>Self-Adaptive Software</strong>: Machine Learning, Automated Performance Analysis</li>
<li>
<strong>Simulation</strong>: Algorithms, Performance, Experimentation, Parallelization</li>
<li>
<strong>Computational Biology</strong>: Bioinformatics, Systems Biology</li>
<li>
<strong>Simulation Applications</strong>: Biology, Demography, Multi-Agent Systems</li>
</ul>
<p> </p>
</div>
</div>