about/src/main/index.html

135 lines
6.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Florine W. Dekker" />
<meta name="application-name" content="About" />
<meta name="description" content="All about Florine." />
<meta name="theme-color" content="#0033cc" />
<meta name="fwd:nav:target" content="#nav" />
<meta name="fwd:nav:highlight-path" content="/About/" />
<meta name="fwd:footer:target" content="#footer" />
<meta name="fwd:footer:vcs-url" content="https://git.fwdekker.com/fwdekker.com/about/" />
<meta name="fwd:footer:version" content="v%%VERSION_NUMBER%%" />
<title>About | FWDekker</title>
<!--suppress HtmlUnknownTarget -->
<link rel="stylesheet" href="main.css?v=%%VERSION_NUMBER%%" />
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/fork-awesome/1.x.x/fork-awesome.css" />
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/3.x.x/template.css?v=%%VERSION_NUMBER%%" />
<script async src="https://stats.fwdekker.com/count.js"
data-goatcounter="https://stats.fwdekker.com/count"></script>
</head>
<body>
<noscript class="fwd-js-notice">
<img src="https://stats.fwdekker.com/count?p=/about/" alt="Counting pixel" />
<p>
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>
<nav id="nav"></nav>
<main class="container grid-with-sidebar"> <!-- Do not hide without JavaScript -->
<aside>
<div class="sticky">
<h3 id="personalia">Personalia</h3>
<p>
<b><i class="fa fa-envelope-o" aria-hidden="true"></i> Email</b><br />
<samp>florine@<a href="https://fwdekker.com/" data-tooltip="fwdekker.com">&lt;domain&gt;</a></samp>,
<samp>f.w.dekker@<a href="https://tudelft.nl/" data-tooltip="tudelft.nl">&lt;affiliation&gt;</a></samp>
</p>
<p>
<b><i class="fa fa-key-modern" aria-hidden="true"></i> PGP key</b><br />
<a href="https://fwdkr.co/pgp">
<samp>8299 B00A 92AE<br />7B89 3E59 0D00<br /><b>CB7A 189A 7860 758B</b></samp>
</a>
</p>
<p>
<b><i class="fa fa-file-pdf-o" aria-hidden="true"></i> Resume</b><br />
<a href="https://fwdkr.co/cv" target="_blank">PDF</a>
</p>
<p>
<b><i class="fa fa-user-circle" aria-hidden="true"></i> Socials</b><br />
<span id="socials-span">
<a href="https://github.com/FWDekker/" aria-label="GitHub">
<i class="fa fa-github fa-lg fa-fw" aria-hidden="true"></i>
</a>
<a href="https://stackoverflow.com/users/3307872/fwdekker" aria-label="StackOverflow">
<i class="fa fa-stack-overflow fa-lg fa-fw" aria-hidden="true"></i>
</a>
<a href="https://linkedin.com/in/fwdekker/" aria-label="LinkedIn">
<i class="fa fa-linkedin-square fa-lg fa-fw" aria-hidden="true"></i>
</a>
</span>
</p>
</div>
</aside>
<div role="document">
<section>
<h3>Research</h3>
<p>
I'm currently a PhD candidate at TU Delft in the Computational Privacy group, in the area
of cybersecurity.
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" target="_blank">Google Scholar</a>,
<a href="https://orcid.org/0000-0002-0506-7365" target="_blank">ORCID</a>, or
<a href="https://research.tudelft.nl/en/persons/florine-w-dekker" target="_blank">TU Delft</a> for
an up-to-date list of publications.
</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>&nbsp;instance.
Other projects are usually hosted over at
<a href="https://github.com/FWDekker/" target="_blank">GitHub</a>.
The project I'm most proud of is the
<a href="https://github.com/FWDekker/intellij-randomness" target="_blank">Randomness plugin</a> for
JetBrains&nbsp;IDEs.
For reasons completely unknown to me, my most popular project is probably
<a href="https://github.com/FWDekker/mommy" target="_blank">mommy</a>, basically an overengineered joke.
</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 <samp>florine</samp> at this very domain.
My <a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy">PGP key</a> can be acquired using
<samp>gpg --locate-key [my email address]</samp>, or
<a href="https://fwdkr.co/pgp">you can download the key file directly from my website</a>.
</p>
<p>
I used to have other PGP keys, but have settled on a nice setup as of late 2021, based on
<a href="https://wukl.net/" target="_blank">a friend</a>'s recommendation to use
<a href="https://github.com/drduh/YubiKey-Guide" target="_blank">drduh's excellent guide</a>.
The master key will be the same for as long as RSA4096 is considered secure, and the sub-keys will
rotate every five years.
The next rotation is scheduled for September 2026, at which point you should re-import my sub-keys.
</p>
</section>
<footer id="footer"></footer>
</div>
</main>
<script src="https://static.fwdekker.com/lib/template/3.x.x/template.js?v=%%VERSION_NUMBER%%"></script>
</body>
</html>