---
title: "Publications"
listing:
  - id: articles
    contents: "articles/*/index.qmd"
    sort: "date desc"
    template: ../html/listing.ejs
    # categories: true  # re-enable once per-paper categories are added to YAML
  - id: working-papers
    contents: "working-papers/*/index.qmd"
    sort: "date desc"
    template: ../html/listing.ejs
  - id: book-chapters
    contents: "book-chapters/*/index.qmd"
    sort: "date desc"
    template: ../html/listing.ejs

page-layout: full
include-back-link: false
toc-location: right
---

## Journal articles

::: {#articles}
:::

## Working papers

::: {#working-papers}
:::

## Book chapters

::: {#book-chapters}
:::


