-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (16 loc) · 710 Bytes
/
index.html
File metadata and controls
23 lines (16 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Home
---
<h2>Welcome</h2>
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
<p>Welcome to my blog!</p>
<p> I am a computer engineer fascinated with math, theorem provers, type theory, and logic.
I like to prove theorems in Agda, Lean, Idris, and KeY.
I am doing my PhD at Chalmers University, improving the SoldiKeY theorem prover.
After more than a year of studying cubical type theory and theorem provers,
I decided to create this blog to share my ideas and thoughts. </p>
<h2>Posts</h2>
$partial("templates/post-list.html")$
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
<h2>Projects</h2>
$partial("templates/projects.html")$