Publication figures

Publication figures

Put a paper’s representative figure(s) here, then reference it in that paper’s markdown file under _publications/.

How to add a figure

  1. Save the image here, e.g. images/publications/inftythink.png (square-ish or landscape PNG/JPG works best; Figure 1 / the framework figure is usually the most representative).

  2. In the matching file under _publications/ (e.g. _publications/2026-04-24-inftythink.md), add to the front matter:

    image: "/images/publications/inftythink.png"
    image_caption: "Overview of the InftyThink iterative reasoning framework."
    

    A second figure is optional:

    image2: "/images/publications/inftythink-results.png"
    image2_caption: "Main results on long-context reasoning benchmarks."
    
  3. The figure(s) render on that paper’s detail page, between the abstract button and the abstract text.

Filenames are up to you; only the path in the image: field has to match.