Design the exhibits in a Journal of Economic Theory (JET) paper — mostly schematic theory figures (best-response/phase diagrams, lattices, timing trees, mechanism flow) and small illustrative tables, kept consistent with the body's notation and rendered as vector graphics. Light for a theorem-proof journal; numerical tables only when grounded in theory.
Scanned 6/5/2026
Install to Claude Code
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill jet-tables-figures --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Jet Tables Figures?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/brycewang-stanford-jet-tables-figures)More formats (shields.io, HTML) on the badges page.
---
name: jet-tables-figures
description: Design the exhibits in a Journal of Economic Theory (JET) paper — mostly schematic theory figures (best-response/phase diagrams, lattices, timing trees, mechanism flow) and small illustrative tables, kept consistent with the body's notation and rendered as vector graphics. Light for a theorem-proof journal; numerical tables only when grounded in theory.
---
# Exhibits: Tables & Figures (jet-tables-figures)
## When to trigger
- You need a diagram to convey an equilibrium, a mechanism, or a comparative-static
- You have a small numerical table illustrating a theorem
- You are formatting exhibits for elsarticle submission
## What exhibits look like at JET
JET is a **theorem-proof** journal, so most exhibits are **schematic, not data-driven**. The typical
JET figure clarifies an argument:
- **Best-response / phase diagrams**, indifference maps, region partitions of a parameter space
- **Lattices / Hasse diagrams** for order-theoretic results; **timing / extensive-form trees** for games
- **Mechanism / information flow** diagrams; revelation or allocation schematics
- **Bound / tightness plots** showing where a characterized object sits
Numerical tables are **light and subordinate** — admitted only to illustrate or test a theoretical
result (see jet-data-analysis), never as the paper's payload.
## Construction rules
- **Notation must match the body exactly** — same symbols, same names for regions/agents/types. A figure
that renames objects costs the referee more than it saves.
- **Vector output (PDF/EPS)** for print; build diagrams in **TikZ/PGF** (native to elsarticle LaTeX) or
`pgfplots`; export matplotlib/Julia plots to PDF.
- **Self-contained captions/notes**: define every symbol, axis, and shaded region in the note so the
exhibit reads without the surrounding text.
- **Label the economics, not just the math**: name what a region/curve means (e.g., "pooling region"),
not only the inequality that defines it.
- Number figures/tables and call them out in order in the text.
## Anti-patterns
- A figure introducing notation that conflicts with the proof
- Raster screenshots or low-resolution diagrams
- A large numerical table presented as a result in a theory paper
- A diagram with no self-contained note, unreadable away from its paragraph
## Output format
```
【Exhibit】<schematic type> | small illustrative table
【Notation match】identical to body? [Y/N]
【Format】vector (TikZ/PDF), self-contained note? [Y/N]
【Role】clarifies argument | illustrates theorem (subordinate)
【Next】jet-writing-style / jet-submission
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!