summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2022-08-05 11:34:05 +0200
committertomsmeding <tom.smeding@gmail.com>2022-08-05 11:34:05 +0200
commit02d3b665bae9310a47a239d765d65676745afcca (patch)
tree7fbb28026ec6ea1cd6c2b8b8660516333879b7e7
parentc4d748acc24a62b844aee2fca847e89f97fcea50 (diff)
Add publications to homepage
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
index 6f8740b..bc52009 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,9 @@ div.main-content{
display:inline-block;
max-width:800px;
}
+#pubs-ul{
+ text-align:left;
+}
</style>
</head>
<body>
@@ -35,6 +38,15 @@ div.main-content{
<p>
I've also <a href="/blog">written some notes</a> at some point.
</p>
+
+ <h2>Academic publications</h2>
+ <ul id="pubs-ul">
+ <li>2022-07 Tom Smeding, Matthijs V&aacute;k&aacute;r: &ldquo;Efficient Dual-Numbers Reverse AD via Well-Known Program Transformations&rdquo;. Preprint, submitted to POPL. [<a href="https://arxiv.org/abs/2207.03418" target="_blank">arxiv</a>, <a href="https://github.com/tomsmeding/ad-dualrev-th" target="_blank">code</a>]</li>
+ <li>2022-06 Matthijs V&aacute;k&aacute;r, Tom Smeding: &ldquo;CHAD: Combinatory Homomorphic Automatic Differentiation&rdquo;. Preprint, to be published in TOPLAS. [<a href="https://arxiv.org/abs/2103.15776" target="_blank">arxiv</a>, <a href="https://github.com/VMatthijs/CHAD" target="_blank">code</a>]</li>
+ <li>2022-05 Tom Smeding, Matthijs V&aacute;k&aacute;r: &ldquo;Dual-Numbers Reverse AD, Efficiently&rdquo;. Preprint. [<a href="https://arxiv.org/abs/2205.11368" target="_blank">arxiv</a>, <a href="https://github.com/tomsmeding/ad-dualrev-th" target="_blank">code</a>]</li>
+ <li>2021: &ldquo;Reverse Automatic Differentiation for Accelerate&rdquo;. Master thesis at Utrecht University. Supervisors: Trevor McDonell, Matthijs V&aacute;k&aacute;r. [<a href="https://studenttheses.uu.nl/bitstream/handle/20.500.12932/38958/report.pdf?sequence=1&isAllowed=y" target="_blank">PDF</a>, <a href="https://github.com/tomsmeding/accelerate/tree/no-explode" target="_blank">code</a>]</li>
+ <li>2018: &ldquo;Fast Large-Integer Matrix Multiplication&rdquo;. Bachelor thesis at Leiden University. Supervisors: Peter Bruin, Kristian Rietveld. [<a href="https://www.universiteitleiden.nl/binaries/content/assets/science/mi/scripties/bachelor/2017-2018/smeding-bsc-scriptie.pdf" target="_blank">PDF</a>, <a href="https://github.com/tomsmeding/bachelor-thesis" target="_blank">code</a>]</li>
+ </ul>
</div>
</body>
</html>