-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
47 lines (38 loc) · 1.73 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="de">
<!--
Yanone-Font: Jan Gerne (SIL Open Font License)
http://www.yanone.de/typedesign/kaffeesatz/
http://www.google.com/fonts/specimen/Yanone+Kaffeesatz
Icons: Font Awesome
http://fortawesome.github.io/Font-Awesome/
Academicons
https://jpswalsh.github.io/academicons/
-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dominik Thalmeier</title>
<link href="css/yanone.css" rel="stylesheet" type="text/css" />
<link href="css/personal.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/academicons.css"/>
</head>
<body>
<h1>Dominik Thalmeier</h1>
<h2>studies intelligent algorithms</h2>
<div id="biografie">
<p>
Dominik is PhD candidate in machine learning, working in Nijmegen, the Netherlands. He studied physics at the university of Munich and became acquainted with reinforcement learning using neural networks. The research consists of theory and computational experiments. For the later he uses matlab and python.
</p>
<p>
Dominik will be on the job market by the end of 2017.
</p>
</div>
<div id="links">
<a href="https://www.researchgate.net/profile/Dominik_Thalmeier"><i class="ai ai-researchgate"></i></a>
<a href="https://nl.linkedin.com/in/dominik-thalmeier-56020a57"><i class="fa fa-linkedin"></i></a>
<a href="https://www.xing.com/profile/Dominik_Thalmeier"> <i class="fa fa-xing"></i></a>
</div>
</body>
</html>