This repository contains the source code and content for Pascal Michaillat's website at https://pascalmichaillat.org.
- The website is generated with Hugo.
- The source code is adapted from hugo-website, a minimalist template for academic websites.
- Research papers - Papers and online appendices are stored as PDF files in the
static
folder. Metadata are stored as Markdown files in thecontent/papers
folder. - Course materials - Lecture notes, lecture slides, and homework are stored as PDF files in the
static
folder. Course plans are stored as Markdown files in thecontent/courses
folder. - Design templates - Documentation for design templates is stored as Markdown files in the
content/design
folder. - Automated business cycle dashboard - Python code to create the dashboard graphs is stored in the
content/dashboard
folder. Dashboard FAQ and resources are stored as a Markdown file in thecontent/dashboard
folder. Dashboard data are stored as CSV files in thestatic/dashboard
folder. - Content can be batch downloaded by cloning this repository.
- The source code is licensed under the MIT License.
- The content is licensed under the Creative Commons Attribution 4.0 International License, except where otherwise noted.