-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathawards.html
More file actions
345 lines (300 loc) · 14.8 KB
/
awards.html
File metadata and controls
345 lines (300 loc) · 14.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Homepage of KleinLab">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KleinLab - Homepage</title>
<link href="./libs/bootstrap-3.4.1/css/bootstrap.css" rel="stylesheet">
<link href="./libs/fontawesome-6.2.0/css/all.min.css" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Didact Gothic' rel='stylesheet'>
<style>
body {
font-family: 'Didact Gothic';
}
</style>
<link rel="icon" href="images/logo_light_wo_frame.png">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E2B3ZSQM8N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E2B3ZSQM8N');
</script>
<body data-spy="scroll" data-target="#myScrollspy" data-offset="80">
<a href="#" id="scrollbutton" class="hidden-md hidden-lg hidden-xl" style="display: none;"><span></span></a>
<div class="container">
<div style="margin-top: 15px; margin-bottom: 15px;">
<img class="filter-img" src="images/lettering_dark.png" alt="Group logo" style="height: 40px;">
<h2 style="color:#4c8a90; display: inline; vertical-align:middle; margin-left: 10px; "> - Methods for Big Data</h2>
</div>
<div id="navbar"></div>
<script>
fetch('/navbar.html')
.then(response => response.text())
.then(data => {
document.getElementById('navbar').innerHTML = data;
// Highlight current page
const path = window.location.pathname;
const navLinks = document.querySelectorAll('.nav-link');
navLinks.forEach(link => {
const href = link.getAttribute('href');
if (href === path || (path === '/' && href === '/index.html')) {
link.classList.add('active');
}
});
// Highlight parent for subpages
if (path.startsWith('/subpages_pubs/')) {
document.querySelector('a[href="/publications.html"]').classList.add('active');
}
if (path.startsWith('/subpages_research/')) {
document.querySelector('a[href="/research.html"]').classList.add('active');
}
});
</script>
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- ----- ------------------------------------------------------------------------------------------------------------------------------- -->
<!-- Awards -->
<section id="Awards" style="font-size:medium;">
<h2>Awards <span class="fa fa-trophy" aria-hidden="true" style="float:left;padding-right:15px;padding-top:6px;font-size: 75%;"></span></h2>
<h3>2026</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>2026 EnviBayes Student Paper Competition Award from the ISBA for the paper <a href="https://arxiv.org/abs/2602.05778" target="_blank" style="color: grey;">Copula-based models for spatially dependent cylindrical data</a>, co-authored by Anna Gottard and Nadja Klein.</h4>
Francesca Labanca <br>
</div>
</li>
</ul>
<h3>2025</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4><a href="https://community.amstat.org/copss/awards/leadership-academy" target="_blank" style="color: grey;">Committee of Presidents of Statistical Societies (COPSS) Emerging Leader Award (ELA)</a>. The COPSS ELA recognizes early career statistical scientists who show evidence of and potential for leadership and who will help shape and strengthen the field.</h4>
Nadja Klein<br>
</div>
</li>
</ul>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>DStatG prize for the best scientific publication (<a href="https://projecteuclid.org/journals/bayesian-analysis/advance-publication/Posterior-Concentration-Rates-for-Bayesian-Penalized-Splines/10.1214/25-BA1523.full" target="_blank" style="color: grey;">Posterior Concentration Rates for Bayesian Penalized Splines</a>, which appeared in Bayesian Analysis and is joint work with Nadja) produced as part of a doctoral thesis.</h4>
Paul Bach<br>
</div>
</li>
</ul>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4><a href="https://www.stsforum.org/" target="_blank" style="color: grey;">Invitation to the Science and Technology in Society forum (22nd Annual Meeting, Kyoto)</a></h4>
Nadja Klein<br>
</div>
</li>
</ul>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4><a href="https://www.helmholtz.de/en/career/helmholtz-leadership-academy/" target="_blank" style="color: grey;">Helmholtz Leadership Academy</a></h4>
Nadja Klein<br>
</div>
</li>
</ul>
<h3>2024</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4><a href="https://bayesian.org/project/mitchell-prize/#:~:text=The%20Mitchell%20Prize%20is%20awarded,solved%20an%20important%20applied%20problem." target="_blank" style="color: grey;">Mitchell Prize 2024</a> (by the Section on Bayesian Statistical Science of the ASA, the International Society for Bayesian Analysis, and the Mitchell Prize Founders’ Committee) for the paper <a href="https://projecteuclid.org/journals/annals-of-applied-statistics/volume-17/issue-2/Marginally-calibrated-response-distributions-for-end-to-end-learning-in/10.1214/22-AOAS1693.full" target="_blank" style="color: grey;">Marginally calibrated response distributions for end-to-end learning in autonomous driving</a> (published in The Annals of Applied Statistics)</a></h4>
Clara Hoffmann and Nadja Klein<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4><a href="https://www.helmholtz.ai/applied-ai/ai-research-labs/" target="_blank" style="color: grey;">Helmholtz AI Associate</a></h4>
Nadja Klein<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Junior travel award by the ISBA Program Council to support attendance at the <a href="https://www.unive.it/web/en/2208/home" target="_blank" style="color: grey;">2024 ISBA World Meeting</a></h4>
Victor Medina-Olivares<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Best presentation award at the 70th Biometrical Colloquium in Lübeck for a talk on <i>"Deep mixture of linear mixed models for complex longitudinal data"</i></h4>
Lucas Kock<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4><a href="https://graduiertenzentrum.tu-dortmund.de/postdocs/young-academy/" target="_blank" style="color: grey;">TU Dortmund Young Academy Award</a> <a href="https://statistik.tu-dortmund.de/details/projektfoerderung-der-tu-dortmund-young-academy-fuer-dr-victor-hugo-medina-olivares-39743/" target="_blank" style="color: grey;"><i>(Announcement)</i></a> for the project <i>"Unveiling the Links: Time-Varying Copulas for Joint Models of Longitudinal and Survival Data"</i></h4>
Victor Medina-Olivares<br>
</div>
</li>
</ul>
<h3>2023</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Member of the <a href="https://ellis.eu/" target="_blank" style="color: grey;">ELLIS (European Laboratory for Learning and Intelligent Systems) Society e.V.</a></h4>
Nadja Klein<br>
</div>
</li>
</ul>
<h3>2022</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Junior travel award by the ISBA Program Council to support attendance at the <a href="https://isbawebmaster.github.io/ISBA2022/" target="_blank" style="color: grey;">2022 ISBA World Meeting</a></h4>
Paul Bach<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Young talent award of the <a href="https://dstatg.de/" target="_blank" style="color: grey;">German Statistical Society (DStatG)</a> for the best Master's thesis </h4>
Clara Hoffmann<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Nomination to <a href="https://www.academia-net.org/profile/nadja-klein/76494" target="_blank" style="color: grey;">AcademiaNet</a> (Swiss National Science Foundation; the expert database for outstanding female academics)</h4>
Nadja Klein<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4><a href="https://www.biometrische-gesellschaft.de/en/nachwuchs/gustav-adolf-lienert-preis/laureates.html" target="_blank" style="color: grey;">Gustav-Adolf-Lienert-Award</a> of the International Biometric Sociecty, German Region (IBS-DR) for the Biometrics paper <i>Bayesian Variable Selection for Non-Gaussian Responses: A Marginally Calibrated Copula Approach</i></h4>
Nadja Klein<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Leadership Programme for Female Professors 2022</h4>
Nadja Klein<br>
</div>
</li>
</ul>
<h3>2020</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Awarded membership in <a href="https://www.diejungeakademie.de/de" target="_blank" style="color: grey;">Die Junge Akademie at the Berlin-Brandenburg Academy of Science and National Academy of Sciences Leopoldina</a></h4>
Nadja Klein<br>
</div>
</li>
</ul>
<h3>2018</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>ISBA Young Researcher Travel Support</h4>
Nadja Klein<br>
</div>
</li>
</ul>
<h3>2016</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Awarded membership in the Humboldt network (by <a href="https://www.humboldt-foundation.de/" target="_blank" style="color: grey;">the Alexander von Humboldt Foundation</a>)</h4>
Nadja Klein<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4> <a href="https://www.humboldt-foundation.de/bewerben/foerderprogramme/feodor-lynen-forschungsstipendium" target="_blank" style="color: grey;">Feodor Lynen Fellowship</a> for Postdoctoral Researchers of <a href="https://www.humboldt-foundation.de/" target="_blank" style="color: grey;">the Alexander von Humboldt Foundation</a></h4>
Nadja Klein<br>
</div>
</li>
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>NSF-ISBA Junior Travel Support Grant of the US National Science Foundation</h4>
Nadja Klein<br>
</div>
</li>
</ul>
<h3>2015</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4><a href="https://dstatg.de/en/honors-awards/wolfgang-wetzel-awards" target="_blank" style="color: grey;">Wolfgang-Wetzel-Price</a> 2015 of the German Statistical Society for the JASA paper <i>Bayesian Generalized Additive Models for Location, Scale and Shape for Zero-Inflated and Overdispersed Count Data</i></h4>
Nadja Klein<br>
</div>
</li>
</ul>
<h3>2014</h3>
<ul class="fa-ul list-group" style="margin-left:25px">
<li class="list-group-item">
<span class="fa-li fa fa-award icon"></span>
<div class="content">
<h4>Award of the Georg-August-Universität Göttingen and the Universitätsbund Göttingen for outstanding dissertation <i>Bayesian Structured Additive Distributional Regression</i></h4>
Nadja Klein<br>
</div>
</li>
</ul>
</section>
<!-- Imprint and data protection -->
<div style="display: inline-block; text-align: right; width: 100%; margin-top: 15px;">
<a href="https://www.scc.kit.edu/en/legals.php">Imprint</a> / <a href="https://www.scc.kit.edu/en/datenschutz.php">Privacy Policy</a>
</div>
</div>
</div>
</div>
</div>
<!-- jquery -->
<script src="./libs/jquery-3.6.1.min.js"></script>
<!-- boostrap -->
<script src="./libs/bootstrap-3.4.1/js/bootstrap.min.js"></script>
<!-- Functionality for popover of buttons -->
<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
</script>
<!-- Functionality for scroll-up button -->
<script>
$(document).ready(function(){
if ($(this).scrollTop() > 100) {
$('#scrollbutton').fadeIn();
}
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('#scrollbutton').fadeIn();
} else {
$('#scrollbutton').fadeOut();
}
});
$('#scrollbutton').click(function(){
$("html, body").animate({ scrollTop: 0 }, 300);
return false;
});
});
</script>
</body>
</html>