about/src/main/index.html

92 lines
4.1 KiB
HTML
Raw Normal View History

2021-04-22 18:12:04 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Felix W. Dekker" />
<meta name="application-name" content="About" />
<meta name="description" content="All about Felix W. Dekker." />
<meta name="theme-color" content="#0033cc" />
<title>About | FWDekker</title>
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto/roboto.css" />
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/2.x.x/template.css" />
<script async src="https://stats.fwdekker.com/count.js"
data-goatcounter="https://stats.fwdekker.com/count"></script>
</head>
<body>
<noscript>
<img src="https://stats.fwdekker.com/count?p=/about/" alt="Counting pixel" />
<p style="color: red; font-weight: bold;">
This website does not function fully if JavaScript is disabled.
Please check the <a href="https://www.enable-javascript.com/">
instructions on how to enable JavaScript in your web browser</a>.
</p>
</noscript>
<main> <!-- Do not hide without JavaScript -->
<div id="nav"></div>
<div id="contents">
<div id="header"></div>
<section class="container">
<p>
Hiya!
If you want you can <a href="https://fwdkr.co/cv">check my resume</a>&nbsp;(PDF).
</p>
2021-04-22 19:02:55 +02:00
<h3>Research</h3>
<p>
I'm currently a PhD candidate at TU Delft in the Computational Privacy group.
My research is on using multi-party computation to achieve privacy in the federated learning setting.
Check my profile on
<a href="https://scholar.google.com/citations?user=dLqv1UEAAAAJ">&#9099;&nbsp;Google Scholar</a>,
<a href="https://orcid.org/0000-0002-0506-7365">&#9099;&nbsp;ORCID</a>, or
<a href="https://research.tudelft.nl/en/persons/fw-dekker-2">&#9099;&nbsp;TU Delft</a> for an up-to-date
list of publications.
2021-04-22 19:02:55 +02:00
</p>
<h3>Programming</h3>
<p>
I do a bunch of programming in my spare time.
I prefer programming in Kotlin, but I do lots of stuff in JavaScript as well because web tools are just
way more accessible;
nobody is going to download your untrusted distribution of Minesweeper if there's already a
<a href="https://fwdekker.com/tools/minesweeper/">perfectly good browser version</a>.
I sometimes use Python for some quick and dirty data processing.
</p>
<p>
Most of my web-related projects can be found on my self-hosted
<a href="https://git.fwdekker.com/">Gitea</a> instance.
Other projects are usually hosted over at
<a href="https://github.com/FWDekker/">&#9099;&nbsp;GitHub</a>.
My most popular project is probably the
<a href="https://github.com/FWDekker/intellij-randomness">&#9099;&nbsp;Randomness plugin</a> for
IntelliJ&nbsp;IDEs.
2021-04-22 19:02:55 +02:00
</p>
<h3>Contact</h3>
<p>
If you have a question or whatever about a project of mine, feel free to open an issue on the relevant
repository.
</p>
<p>
You can also email me at <kbd>felix</kbd> at this very domain.
2021-04-22 19:02:55 +02:00
My PGP key is hosted at the web key directory on this domain.
That is, if your email client supports PGP it will probably find it automatically for you.
If it doesn't, use GPG's <code>--locate-key</code> command to find the key.
The fingerprint is.
2021-04-22 19:02:55 +02:00
</p>
<pre><code>1729 EB23 E77D 56F8 DC53 A4EE <b>B1B5 67AF 58D6 EE0F</b></code></pre>
2021-04-22 18:12:04 +02:00
</section>
</div>
<div id="footer"></div>
</main>
<script src="https://static.fwdekker.com/lib/template/2.x.x/template.js"></script>
<!--suppress HtmlUnknownTarget -->
<script src="bundle.js?v=%%VERSION_NUMBER%%"></script>
</body>
</html>