Projects
Here you find a few side projects I have been working on. I mainly use Python, but I also enjoy doing typography with LaTeX.
The Game of Dobble
A look behind the math of the game Dobble and some code to construct a deck.
Building this website
A brief summary of how this website has evolved over time and an overview of the code that is currently used to run it.
Article template
This template provides a LaTeX template for a vintage style article. It deliberately omits many gimmicks and instead focuses on a clean aesthetic.
Geography
A short tutorial how to use geography related packages like GeoPandas
, osmnx
or Folium
. Together they can be used retrieve and analyze geographical data or to create appealing static or interactive maps.
biblatex-mnras
This LaTeX package follows the Monthly Notices of the Royal Astronomical Society citing style. In the text, it prints the author followed by the year and in the bibliography it adds the journal with the volume and page number.
Thesis template
A LaTeX template for a thesis. It is built on scrbook and avoids other packages that raise a warning when used together with KOMA-script classes.
Duodecimal
Why stick with the the decimal system when others like bases 12 are often superior. This post presents a Python package to showcase calculations in any base.