Actually add substance to the page

This commit is contained in:
Florine W. Dekker 2021-04-22 19:02:55 +02:00
parent b7e5f6fbce
commit 941ca8611a
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 25 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "about",
"version": "1.0.0",
"version": "1.1.0",
"description": "All about Felix W. Dekker",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",

View File

@ -31,8 +31,30 @@
<div id="header"></div>
<section class="container">
<h3>Summary</h3>
<p>Bla bla bla.</p>
<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; Google Scholar</a> or on
<a href="https://orcid.org/0000-0002-0506-7365">&#9099; ORCID</a> for an up-to-date list of
publications.
</p>
<h3>Programming</h3>
<p>
I do a bunch of programming in my spare time.
Most of it can be found on my self-hosted <a href="https://git.fwdekker.com/">Gitea</a> instance, but
there's some more over at <a href="https://github.com/FWDekker/">&#9099; GitHub</a>.
</p>
<h3>Contact</h3>
<p>
Just email me at <kbd>felix</kbd> at this very domain.
My PGP key is hosted at the web key directory on this domain.
That is, just run <code>gpg --locate-key &lt;my-email-address&gt;</code> to get the key.
The fingerprint is <code>1729 EB23 E77D 56F8 DC53 A4EE B1B5 67AF 58D6 EE0F</code>.
</p>
</section>
</div>
<div id="footer"></div>