-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.qmd
94 lines (74 loc) · 5.03 KB
/
index.qmd
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
---
comments: false
page-layout: full
format:
html:
margin-top: 0em
margin-bottom: 0em
minimal: true
smooth-scroll: true
fig-responsive: true
listing:
id: blog-listing
contents:
- "blog/website-tutorial-quarto/index.qmd"
- "blog/agile-methods-for-academia/index.qmd"
- "blog/ggsimplex-prerelease/index.qmd"
# - "blog/4-realizations-from-atomic-habits/index.qmd"
sort: "date desc"
type: grid
max-items: 3
grid-columns: 3
fields: [image, date, title]
---
::: {.column-screen}
```{=html}
<link rel="stylesheet" href="html/landing_page_styles.css">
<div class="gradient_bg">
<div class="hero section_padding">
<div class="hero_content">
<h1>Hi, I'm <span class="gradient_text">Marvin</span>.</h1>
<p>I am a Data and Computer Scientist and a Psychologist.
Explore my blog to learn more about deep learning, Bayesian statistics, psychology, software engineering, and a bit of everything in between. </p>
<p>Subscribe here to get notifications about new blog posts and to receive extra content!</p>
<div class="hero_content_input">
<iframe src="https://embeds.beehiiv.com/c7111066-479b-43db-ad92-8d703fe96bf0?slim=true" data-test-id="beehiiv-embed" frameborder="0" scrolling="no"></iframe>
</div>
<div class="hero_content_below_button">
<span>or <a href="blog/index.html" style="text-decoration: underline">read a bit of my blog first</a>.</span>
</div>
</div>
<div class="hero_image">
<img src="/img/marvin_foto_hex.png"/>
</div>
<div id="dot_container">
</div>
</div>
<svg id="bottom_wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 250">
<path
fill="#fff"
fill-opacity="1"
d="M0,128L48,117.3C96,107,192,85,288,80C384,75,480,85,576,112C672,139,768,181,864,181.3C960,181,1056,139,1152,122.7C1248,107,1344,117,1392,122.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"
></path>
</svg>
</div>
<script src="html/jquery.min.js"></script>
<script src="html/TweenMax.min.js"></script>
<script src="html/parallax.js"></script>
```
:::
:::{#news}
## News
- **May 9, 2023**: Our paper "JANA: Jointly Amortized Neural Approximation of Complex Bayesian Models" has been accepted to UAI 2023 (Uncertainty in AI). Check out the [project page](projects/#jana-jointly-amortized-neural-approximation-of-complex-bayesian-models) to find out more!
- **May 1, 2023**: Our paper "Association between vitamin D status and eryptosis–results from the German National Cohort Study" has been published in *Annals of Hematology*. A great collaboration among twelve researchers from [Martin-Luther-University Halle-Wittenberg](https://www.uni-halle.de/), [Cluster of Excellence SimTech (University of Stuttgart)](https://www.simtech.uni-stuttgart.de/) and [University of Hohenheim](https://www.uni-hohenheim.de/en). Here's a [link to the paper](https://link.springer.com/article/10.1007/s00277-023-05239-w).
- **April 12, 2023**: I have recorded a 15min presentation about our paper on *Meta-Uncertainty in Bayesian Model Comparison* (AISTATS 2023). Check it out: {{< video https://www.youtube.com/embed/WIigoUaqy9c
title="Meta-Uncertainty in Bayesian Model Comparison (AISTATS 2023)"
aspect-ratio="16x9" >}}
- **March 29, 2023**: I'll be presenting our paper on *Meta-Uncertainty in Bayesian Model Comparison* at AISTATS 2023 from April 25-27 in Valencia, Spain. You find links to the paper and code on my <a href="projects/index.qmd#meta-uncertainty-BMC" target="_blank" style="color: #E6AA04;">Projects</a> page or on the dedicated <a href="https://meta-uncertainty.github.io/" target="_blank" style="color: #E6AA04;">paper website</a>. If you see me around at AISTATS, let's chat!
- **March 20, 2023**: We are hiring a student assistant to help with software development for probabilistic machine learning. 5-10h/week and the student can be based at any German university. <a href="student_assistant_software_engineering_ml/index.html" target="_blank" style="color: #E6AA04;">Here</a> is a link to the advertisement. <a href="mailto:[email protected]?subject=Student assistant ML software engineering" target="_blank" style="color: #E6AA04;">Drop me a mail</a> if you're interested!
- **March 10, 2023**: Heading to [BayesComp 2023](https://bayescomp2023.com/) in Levi, Finland. Finally putting faces to all those names from papers and Twitter. Presenting a [poster](projects/poster_bayescomp_mms.pdf) and an invited lightning talk. See you around!
:::
<!-- - **01.12.2021**: I have started working as a PhD researcher in Paul Buerkner's Junior Research Group for Bayesian Statistics at the Cluster of Excellence SimTech (University of Stuttgart). Excited to do hands-on research on Bayesian Statistics and Probabilistic Machine Learning! -->
## Featured Blog Posts
:::{#blog-listing}
:::