-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (50 loc) · 1.89 KB
/
Copy pathindex.html
File metadata and controls
53 lines (50 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<title>Sinem Getir</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
<style>
.round {
border-radius: 50%;
overflow: hidden;
width: 320px;
height: 228px;
}
.round img {
display: block;
/* Stretch
height: 100%;
width: 100%; */
min-width: 30%;
min-height: 30%;
}
</style>
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="./cv.pdf" target="blank">Curriculum Vitae</a></li>
<li><a href="/publications">Publications</a></li>
<li><a href="/projects">Projects</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Sinem Getir Yaman, Ph.D.</h1>
I am posdoctoral researcher in <a href="https://www-users.york.ac.uk/~rcc516/"> Prof. Dr. Radu Calinescu's </a>research group on <a href="https://resilience.tas.ac.uk">REASON project</a>. My principal research interests lie in the field of Software Engineering upon the Reliable software systems, Probabilistic and Incremental verification, Model driven development, Resilience of autonomous agents, models@runtime. <br>
I have got my PH.D. degree from Humboldt University Berlin under the supervision of <a href="https://www.informatik.hu-berlin.de/de/Members/lars-grunske">Prof. Dr. Lars Grunske.</a></p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<h2></h2>
<h2></h2>
<img src="IMAG0915.png" alt="" style="width:320px;height:228px;">
<footer>
<ul>
<li><a href="mailto:sinemgetir@gmail.com">email</a></li>
<li><a href="https://github.com/sinemgetir">github.com/sinemgetir</a></li>
</ul>
</footer>
</body>
</html>