-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (152 loc) · 7.77 KB
/
index.html
File metadata and controls
200 lines (152 loc) · 7.77 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
<!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/lettering_dark.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>
<!-- https://www.w3schools.com/howto/howto_js_topnav.asp // https://getbootstrap.com/docs/4.0/components/navbar/ -->
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- Home -->
<div id="home" style="font-size:medium;">
<p class="aligncenter">
<img src="images/team_logo-removebg.png" alt="Group logo" style="height: 200px;">
</p>
<h4 style="line-height:1.5">
<p>
Welcome to the Research Group <a href="https://www.scc.kit.edu/en/research/mbd.php" target="_blank"><i>Methods for Big Data</i></a> led by Prof. Dr. Nadja Klein and located at the <a href="https://www.scc.kit.edu/en/index.php" target="_blank">Scientific Computing Center</a>, <a href="https://www.informatik.kit.edu/english/" target="_blank">Department of Informatics</a>, <a href="https://www.kit.edu/english/index.php" target="_blank">Karlsruhe Institute of Technology</a>. In addition to <a href="teaching.html">teaching</a> graduate courses on Bayesian statistics and machine learning, we are involved in several <a href="research.html">research projects</a>.
</p>
<p>
We are welcoming applications for PhDs and Postdocs (in particular also with a focus on probabilistic learning & methods for big data). For more information, see <a href=jobs.html>here</a>.
</p>
<p>Feel free to follow us on <a href="https://www.linkedin.com/company/kleinlab-mbd/" target="_blank"> LinkedIn</a> and to check out our <a href="blog.html" target="_blank">blog</a> and podcasts (see below)!</p>
</h4>
<br>
<div class="row" style="text-align: center;">
<div class="column">
<a href="team.html"><img src="images/groupphoto/team_rectangle.jpg" style="height: 130px;"></a>
<br>
<h4><a href="team.html">Team</a></h4>
</div>
<div class="column">
<a href="research.html"><img src="images/research_rectangle.png" style="height: 130px;"></a>
<br>
<h4><a href="research.html">Research</a></h4>
</div>
<div class="column">
<a href="publications.html"><img src="images/pubs_rectangle.png" style="height: 130px;"></a>
<br>
<h4><a href="publications.html">Publications</a></h4>
</div>
</div>
<br>
<div style="text-align: center;">
<a href="https://publikationen.bibliothek.kit.edu/1000183281" target="_blank">Podcast KIT Campus-Report - <b>„Das Black-Box-Problem der Künstlichen Intelligenz“</b> (German)</a>
</div>
<html><audio controls style="display:block;width:100%;margin-top:-30px;height:100px;margin-bottom:40px">
<source src="https://media.bibliothek.kit.edu/world/2025/DIVA-2025-248_mp3.ogg" type="audio/ogg">
<source src="https://media.bibliothek.kit.edu/world/2025/DIVA-2025-248_mp3.mp3" type="audio/mp3">
</audio></html>
<div style="text-align: center;">
<a href="https://www.math.kit.edu/ianm4/seite/ma-bayesian-learning/en" target="_blank">Podcast Modellansatz - <b>Modell253: Bayesian Learning</b> (English)</a>
</div>
<html><audio controls style="display:block;width:100%;margin-top:-30px;height:100px;margin-bottom:40px">
<source src="https://modellansatz.de/modell253-bayesian-learning-240130.ogg" type="audio/ogg">
<source src="https://modellansatz.de/modell253-bayesian-learning-240130.mp3" type="audio/mpeg">
</audio></html>
<div class="container" style="padding: 0cm; text-align: center;">
<span style = "margin-right:3em;"><a href="mailto:kleinlabtrello@gmail.com"><i class="fa-solid fa-envelope fa-2x"></i></a></span>
<!-- <span style = "margin-right:3em"><a href="https://twitter.com/KleinSLab"><i class="fab fa-twitter fa-2x"></i></a></span>-->
<span style = "margin-right:3em"><a href="https://www.linkedin.com/company/kleinlab-mbd/"><i class="fa-brands fa-linkedin fa-2x"></i></a></span>
<span style = "margin-right:3em"><a href="https://github.com/kleinlab-statml"><i class="fa-brands fa-github fa-2x"></i></a></span>
<span><a href="https://scholar.google.de/citations?user=upS2UTIAAAAJ&hl=de"><i class="fa-solid fa-graduation-cap fa-2x"></i></a></span>
</div>
</div>
<!-- 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>
<!-- 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>