-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (102 loc) · 5.86 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Personal Homepage of Dr. Lars Eric Kroll, Berlin. Head of Department for Health Services Research, System Analysis and Data Science at Zi.">
<meta name="author" content="Dr. Lars Eric Kroll">
<title>Dr. Lars Eric Kroll </title>
<!-- Bootstrap core CSS and JS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/landing-page.min.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="navbar-brand" href="http://www.lkroll.de">Dr. Lars Eric Kroll</a>
</div>
</nav>
<!-- Masthead -->
<header class="masthead text-dark text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-6 mx-auto ">
<h1 class="mb-6"> </h1>
</div>
</div>
</div>
</header>
<!-- Image Showcases -->
<section class="showcase">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-lg-4 order-lg-2 my-auto showcase-img" style="background-image: url('img/me.png');">
</div>
<div class="col-lg-7 order-lg-1 my-auto showcase-text">
<h2>About me</h2>
<p class="lead mb-3">I studied sociology, psychology, computer science and statistics at the Free University of Berlin from 2001 to 2006.
Then I received a doctoral scholarship from the Robert Koch-Institute in 2006. In 2010, I completed my doctorate in sociology at
the Humboldt University of Berlin on the topic "Social Change, Social Inequality and Health".</p>
<p class="lead mb-3">My doctoral thesis was awarded the dissertation prize of the German Society for Medical Sociology (DGMS).
Since 2004, I have been employed at the Robert Koch Institute (RKI), first as a student
assistant and later as a researcher. As a staff member in health reporting at the RKI I was involved in the
development of the research focus Social Differences in Health and has published on a broad spectrum of social epidemiological topics.
From 2015 to early 2019 I was Deputy Head of the Department 28 on Social Determinants of Health at the Robert Koch-Institut (<a href="https://www.rki.de">RKI</a>).</p>
<p class="lead mb-3">Since 2019 I am Head of the Department for Health Services Research, System Analysis and Data Science at the Central Institute for Ambulatory Care in Germany
(<a href="https://www.zi.de">Zi</a>).</p>
<p class="lead mb-3">I published various peer reviewed articles in the area of social Inequality and health with a focus on regional differences,
work and the operationalisation of sociodemographic characteristics. I was head or deputy head of several third party funded research projects in various areas. </p>
<p class="lead mb-0"> </p>
<!-- <a href="https://">
<p class="lead mb-3">Visit my lab for more...</p>
</a> -->
<p class="lead mb-3"> </p>
<h2 >Social Media</h2>
<p class="lead mb-0"> </p>
<ul class="list-inline mb-0 text-dark">
<li class="list-inline-item mr-3">
<a href="https://www.twitter.com/l_kroll">
<i class="fab fa-twitter-square fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="https://www.researchgate.net/profile/Lars_Eric_Kroll">
<i class="fab fa-researchgate fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="https://github.com/lekroll">
<i class="fab fa-github fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="https://www.facebook.com/lekroll">
<i class="fab fa-facebook fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="https://www.linkedin.com/in/lars-eric-kroll-9574785b/">
<i class="fab fa-linkedin fa-2x fa-fw"></i>
</a>
</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-light">
<div class="container">
<div class="row">
<div class="col-lg-6 h-100 text-center text-lg-left my-auto">
<p class="text-muted small mb-4 mb-lg-0">© Private Website of Dr. Lars Eric Kroll, Berlin, Germany 2022. All Rights Reserved. I'm on <a rel="me" href="https://fosstodon.org/@lekroll">Mastodon</a></p>
</div>
</div>
</div>
</footer>
</body>
</html>