diff options
| -rw-r--r-- | index.html | 29 |
1 files changed, 18 insertions, 11 deletions
@@ -77,22 +77,29 @@ summary { <div class="main-content"> <h1>Hi!</h1> <p> - I'm Tom Smeding. I love programming, doing math, playing the piano and thinking about languages (both natural and programming).<br> + I'm Tom Smeding. I love programming, playing the piano, thinking about languages (both natural and programming), and occasionally mathematics.<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>, + You can reach me via + <span id="email">email [first name at firstnamelastname dot com]</span>, + <script> + document.getElementById("email").innerHTML = '<a href="mailto:' + 'snl?snlrldchmf-bnl'.split("").map(s=>String.fromCharCode(s.charCodeAt(0)+1)).join("") + '">email</a>' + </script> + as well as on + <!-- <a href="https://matrix.to/#/@tom:tomsmeding.com">Matrix</a>, --> <!-- I may not accept message requests on matrix, sorry --> <a href="https://libera.chat/">IRC</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>, - <a href="https://www.facebook.com/tom.smeding">Facebook</a> and - via <a href="mailto:t.j.smeding@uu.nl">email</a>, - among others. - You can also find me on - <a href="https://scholar.google.com/citations?view_op=list_works&user=oK6ERSgAAAAJ&sortby=pubdate">Google Scholar</a>. - Besides Github, I also have a number of projects on my <a href="https://git.tomsmeding.com">own server</a>. + <a href="https://www.linkedin.com/in/tom-smeding">LinkedIn</a> or + <a href="https://www.facebook.com/tom.smeding">Facebook</a>. + + You can find me on + <a href="https://scholar.google.com/citations?view_op=list_works&user=oK6ERSgAAAAJ&sortby=pubdate">Google Scholar</a> and + <a href="https://orcid.org/0000-0002-4986-6820">ORCiD</a>. + </p> + <p> + I have code on <a href="https://github.com/tomsmeding">Github</a> and 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. |
