forked from patdryburgh/hitchens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (17 loc) · 1.48 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
---
title: Home
layout: home
---
<h1 class="content-title divided">
Introduction
</h1>
<div>
<p>I am a PhD student in clinical psychology and experimental psychopathology at Accare and the University of Groningen, located in the Netherlands.</p>
<!-- <img src="/assets/images/profile-yellow.png" alt="Profile picture" style="max-width:33%; height: auto"> -->
<picture>
<source srcset="/assets/images/profile-yellow.png" media="(prefers-color-scheme: dark)">
<img src="/assets/images/profile.png" alt="Profile picture" style="max-width:35%; height: auto">
</picture>
<p>My research interests lie specifically with the domain of anxiety and obsessive-compulsive disorders. With my research, I aim to improve our understanding of how CBT for youth with (persistent) anxiety or OCD can be improved and to identify the mechanisms of change. You may <a href="/work">go here</a> to read more about my prior and on-going work and projects.</p><br>
<p>In my spare time I enjoy running, playing the piano, and tinkering with computers and software. <a href="{% post_url 2022-08-24-a-new-website %}">This very website</a> is a result of the latter hobby, and I <a href="{% post_url 2022-03-15-transforming-a-university-pc-to-my-new-homelab %}">transformed an old University pc to a home-server</a> to allow me to experiment with programming, systems administration, and networking. Sometimes I blog about the things that I learn as I go, which can be found <a href="/blog">below</a>.</p>
</div>