Publication status guide

Publication status guide

Set the status field in each file under _publications. The Research page uses that field to place each paper in one of three sections.

status valueSection on Research pageDisplayed label
publishedPublishedPublished in Journal
forthcomingPublishedForthcoming in Journal
revise-and-resubmitWorking PapersRevise and Resubmit
under-reviewWorking PapersUnder review
working-paperWorking PapersWorking paper
work-in-progressWork in ProgressWork in progress

Within the Working Papers section, papers are ordered by status: Revise and Resubmit first, Under Review second, and regular Working Papers third.

Example

---
title: "Paper title"
collection: publications
category: working
status: revise-and-resubmit
permalink: /publication/short-unique-name
date: 2026-08-21
venue: "Journal Name"
coauthors: "First Author and Second Author"
paperurl: "https://link-to-main-paper.pdf"
appendixurl: "https://link-to-appendix.pdf"
summary: >-
  Add the abstract here.
---

The venue field is optional for working papers. Coauthor names are entered manually in coauthors.

Use a unique permalink for every paper. Inside the YAML block, use # for comments rather than HTML comments such as <!-- ... -->.