--- title: "About" author: Hans Halvorson lang: en css: ['https://cdn.simplecss.org/simple.css', 'minimal.css'] --- ### Author - [Princeton Philosophy](https://philosophy.princeton.edu) - [Copenhagen Science Education](https://www.ind.ku.dk/english/) - [philpeople:hans-halvorson](https://philpeople.org/profiles/hans-halvorson) - [orcid:0000-0003-3022-2344](https://orcid.org/0000-0003-3022-2344) - [Google scholar](https://scholar.google.com/citations?user=yBknLPkAAAAJ&hl=en) ### Website The goal of these webpages is to minimize the number of layers between plain text representations that are useful for an author, and html representations that are useful for a reader. The pages are built from markdown files using [pandoc](https://pandoc.org). The generic build command is: `pandoc --template=hh-template.html -o ($page).html ($page).md` where `hh-template.html` is a stripped down version of [default.html5](https://github.com/jgm/pandoc-templates/blob/master/default.html5). For the publications page, I add `--citeproc` to convert from a bib file. I use the stylesheet from [Simple.css](https://simplecss.org). The markdown files can be downloaded by typing the corresponding name in the searchbar, e.g. [https://www.princeton.edu/~hhalvors/about.md](https://www.princeton.edu/~hhalvors/about.md).