cd ..
:~/About Me
I am Greg Leo.
Academics: I develop and co-direct HIVE Research. I teach microeconomics at Vanderbilt University and conduct research in microeconomic theory and experimental economics.
Software Development: I create web applicaations for academic clients/purposes and as a hobby. Languages and packages: R, APL/J, Javascript/Vue.
Product Design: I design watches under the brand name Cron. I am the co-creator of the popular minimalist computer keyboard known as QAZ and creator of the ARTSEY.IO one-handed typing system.
Sports: I am an avid cyclist and inline speedskater.
About This Webpage
I generate this site from a directory of markdown files using a script written in R. The markdown is converted to html using some regex nonsense. When I push the markdown files to Github, a virtual machine automatically runs my script to convert the markdown to html and then pushes the resulting html files to a separate Github pages repository for hosting.
The code
and some instructions for setting up your own site like this are available on my R Static Site Generator repository.