<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Tom Smeding</title> <style> /* Source: https://github.com/madmalik/mononoki/blob/master/style.css */ @font-face { font-family: 'mononoki-webfont'; src: url('/fonts/mononoki-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/mononoki-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/mononoki-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/fonts/mononoki-Regular.ttf') format('truetype'); /* Safari, Android, iOS */ font-weight: normal; font-style: normal; } @font-face { font-family: 'mononoki-webfont'; src: url('/fonts/mononoki-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/mononoki-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/mononoki-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/fonts/mononoki-Bold.ttf') format('truetype'); /* Safari, Android, iOS */ font-weight: bold; font-style: normal; } @font-face { font-family: 'mononoki-webfont'; src: url('/fonts/mononoki-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/mononoki-Italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/mononoki-Italic.woff') format('woff'), /* Pretty Modern Browsers */ url('/fonts/mononoki-Italic.ttf') format('truetype'); /* Safari, Android, iOS */ font-weight: normal; font-style: italic; } @font-face { font-family: 'mononoki-webfont'; src: url('/fonts/mononoki-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/mononoki-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/mononoki-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */ url('/fonts/mononoki-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */ font-weight: bold; font-style: italic; } body { font-family: mononoki, mononoki-webfont, "Courier New", Courier, Monospace; text-align: center; } div.main-content { display: inline-block; max-width: 800px; } summary { cursor: pointer; } #pubs-ul { text-align: left; } @media (prefers-color-scheme: dark) { body { color: #eee; background-color: #181818; } a { color: #bbf; } a:visited { color: #99f; } } </style> </head> <body> <div class="main-content"> <h1>Hi!</h1> <p> I'm Tom Smeding. I love programming, doing math and playing the piano.<br> I'm a PhD candidate in computer science at Utrecht University in the Netherlands. </p> <p> You can reach me on <a href="https://matrix.to/#/@tom:tomsmeding.com">Matrix</a>, <a href="https://libera.chat/">Libera.chat</a>, <a href="https://telegram.me/tomsmeding">Telegram</a>, <a href="https://github.com/tomsmeding">Github</a>, <a href="https://www.linkedin.com/in/tom-smeding">LinkedIn</a> and <a href="https://www.facebook.com/tom.smeding">Facebook</a>, among others. Besides Github, I also have a number of projects on my <a href="https://git.tomsmeding.com">own server</a>. </p> <p> I've also <a href="/blog">written some notes</a> at some point. </p> <details><summary><u>For a list of my academic publications, click here.</u></summary> <ul id="pubs-ul"> <!--PUBS-REPLACE-START--> (Info missing, server misconfigured) <!--PUBS-REPLACE-END--> </ul> </details> </div> </body> </html>