... | ... |
@@ -78,10 +78,10 @@ type = "application/rss+xml" |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
# Menu links |
81 |
-# [[menu.main]] |
|
82 |
-# name = "About" |
|
83 |
-# weight = 1 |
|
84 |
-# url = "about" |
|
81 |
+[[menu.main]] |
|
82 |
+ name = "About" |
|
83 |
+ weight = 1 |
|
84 |
+ url = "about" |
|
85 | 85 |
# [[menu.main]] |
86 | 86 |
# name = "Blog" |
87 | 87 |
# weight = 1 |
88 | 88 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,59 @@ |
1 |
+--- |
|
2 |
+title: "Hi!" |
|
3 |
+slug: "about" |
|
4 |
+--- |
|
5 |
+ |
|
6 |
+ |
|
7 |
+{{<img div-class="avatar centered" src="/images/profile.jpg">}} |
|
8 |
+ |
|
9 |
+My name is Joe, and I am a software developer with a Ph.D. in theoretical physics and a penchant |
|
10 |
+for writing quality code for scientific applications. |
|
11 |
+ |
|
12 |
+### What am I working on? |
|
13 |
+ |
|
14 |
+{{<logo href="https://kwant-project.org" src="/images/logos/kwant.png">}} |
|
15 |
+[**Kwant**](https://kwant-project.org) is a Python package for simulating quantum transport in nanodevices. |
|
16 |
+It has been used in [hundreds of research projects](https://scholar.google.nl/scholar?cites=9330311747089024535&scisbd=1) |
|
17 |
+all over the world, as well as a teaching aid in [courses](http://tiny.cc/topocm) on condensed matter physics. |
|
18 |
+ |
|
19 |
+{{<logo href="https://github.com/python-adaptive/adaptive" src="/images/logos/adaptive.png">}} |
|
20 |
+[**Adaptive**](https://github.com/python-adaptive/adaptive) is a library of algorithms |
|
21 |
+for adaptively sampling mathematical functions that integrates with the Jupyter notebook. |
|
22 |
+It has been used in [cutting edge](https://arxiv.org/pdf/1806.02801.pdf) |
|
23 |
+quantum transport simulations. |
|
24 |
+ |
|
25 |
+{{<logo href="https://github.com/zesje/zesje" src="/images/logos/zesje.png">}} |
|
26 |
+[**Zesje**](https://github.com/zesje/zesje) |
|
27 |
+Is a web app for grading exams. Born out of necessity while administering exams |
|
28 |
+to hundreds of undergrads, it's now used in several departments |
|
29 |
+at Delft University of Technology. |
|
30 |
+ |
|
31 |
+--- |
|
32 |
+ |
|
33 |
+<span class="dropcap"> |
|
34 |
+ <img src="{filename}/images/haskell-logo.png"/> |
|
35 |
+</span> |
|
36 |
+I've been teaching myself Haskell, to learn the fundamentals of |
|
37 |
+functional programming, and contributing to [hledger](https://github.com/simonmichael/hledger) |
|
38 |
+to get some experience working with a mature codebase. |
|
39 |
+ |
|
40 |
+ |
|
41 |
+### What's my day job? |
|
42 |
+ |
|
43 |
+I currently work as a contractor for [Microsoft Quantum](https://www.microsoft.com/en-us/quantum) |
|
44 |
+where I develop custom algorithms and software for simulating Majorana-based topological qubits. |
|
45 |
+I also improve the tools used by simulation engineers to take advantage of the |
|
46 |
+high-performance (but classical ;)) computing infrastructure available to us. |
|
47 |
+ |
|
48 |
+ |
|
49 |
+### What do I do for fun? |
|
50 |
+ |
|
51 |
+When I'm not coding I'm probably up a mountain (though not since COVID!), |
|
52 |
+in the climbing gym or playing [designer board games][bgg]. |
|
53 |
+I'll sometimes [blog]({{<relref "posts" >}}) |
|
54 |
+about stuff I find interesting (the mountaineering posts come with photos!). |
|
55 |
+ |
|
56 |
+You can get in touch via [email](mailto:joseph@weston.cloud), my PGP public key |
|
57 |
+`D2C4E1B6` can be found on most keyservers. |
|
58 |
+ |
|
59 |
+[bgg]: https://boardgamegeek.com/plays/thumbs/user/jbweston/subtype/All |