Tables & Figures — Five-Exhibit Budget (aeri-tables-figures)
When to trigger
- The draft has more than five figures-plus-tables
- An exhibit spills past one page, or carries significance asterisks/boldface
- Each exhibit costs 200 words of your text budget and you must choose
- The central result is buried in a dense multi-panel table
The AER: Insights exhibit constraints (检索于 2026-06;以官网为准)
- Maximum five exhibits (figures or tables combined). Manuscripts over the limit are returned unreviewed.
- Each exhibit is limited to one page.
- Each exhibit subtracts 200 words from the main-text allowance (7,000 with zero exhibits → 6,000 with five). So every exhibit must out-earn 200 words of prose.
- AEA house style: report standard errors / confidence sets; no asterisks or boldface to denote significance (an AEA-wide convention). Notes state the estimator, sample, clustering, and units.
Budgeting the five slots
Choose the exhibit set that, together, tells the single-insight story. A common allocation for an empirical short paper:
| Slot |
Typical content |
| 1 |
The headline result — the one figure or table a reader remembers (event-study, RD plot, treatment-effect estimate) |
| 2 |
The central identification diagnostic (pre-trend leads, density, first-stage, balance) |
| 3 |
A mechanism or key heterogeneity exhibit, if it is part of the single insight |
| 4–5 |
Held in reserve — a robustness summary or a descriptive table only if load-bearing |
If two exhibits can merge into one well-designed multi-panel page, merge them and reclaim a slot (and 200 words). Everything else goes to the Supplemental Appendix.
Design rules
- The headline exhibit must be self-reading — a reader who sees only it should grasp the insight.
- Figures over tables where a figure communicates the magnitude faster (AER: Insights papers lean visual).
- One page each, legible at print size; no microscopic multi-panel grids spilling over.
- Notes carry the inference since there are no asterisks: report point estimates with SEs / 95% confidence sets in the cell or note.
- Units and signs explicit; the magnitude, not just the sign, is the point.
Execution bridge (StatsPAI / Stata MCP)
Generate exhibits from the fitted result, not by retyping numbers (the usual source of
body-vs-appendix drift). Full map: execution-with-mcp.
- Tables:
etable (multi-model columns) or did_summary_to_latex straight from the
result_id — one variable definition, one set of numbers, body and appendix in sync.
- Figures:
plot_from_result / enhanced_event_study_plot / event_study_table —
axis units and the SE/clustering note baked in.
- Every note names the estimator + clustering (from the result's diagnostics) and
states the magnitude in interpretable units.
See a full fitted-result → exhibit chain in the JF execution walkthrough.
Checklist
Anti-patterns
- A sixth exhibit (auto-return) or an exhibit that runs to two pages
- Significance asterisks or boldface for significance
- A dense table where a single figure would land the magnitude
- Spending an exhibit slot (and 200 words) on a descriptive table that prose covers
- A headline exhibit that needs the text to be intelligible
Output format
【Exhibit count】__ / 5 (each ≤1 page?)
【Word reconciliation】7000 − 200×__ = __ words available; draft = __ words
【Exhibit 1 (headline)】<self-reading result>
【Exhibit 2 (identification)】<diagnostic>
【Exhibits 3–5】<mechanism / robustness / descriptive — only if load-bearing>
【No-asterisk check】SEs / CIs in notes? [Y/N]
【To the appendix】<exhibits demoted>
【Next step】aeri-writing-style
1---2name: aeri-tables-figures3description: Tables & Figures — Five-Exhibit Budget (aeri-tables-figures)4---56# Tables & Figures — Five-Exhibit Budget (aeri-tables-figures)78## When to trigger910- The draft has more than five figures-plus-tables11- An exhibit spills past one page, or carries significance asterisks/boldface12- Each exhibit costs 200 words of your text budget and you must choose13- The central result is buried in a dense multi-panel table1415## The AER: Insights exhibit constraints (检索于 2026-06;以官网为准)1617- **Maximum five exhibits** (figures or tables combined). Manuscripts over the limit are **returned unreviewed**.18- **Each exhibit is limited to one page.**19- **Each exhibit subtracts 200 words** from the main-text allowance (7,000 with zero exhibits → 6,000 with five). So every exhibit must out-earn 200 words of prose.20- **AEA house style:** report standard errors / confidence sets; **no asterisks or boldface to denote significance** (an AEA-wide convention). Notes state the estimator, sample, clustering, and units.2122## Budgeting the five slots2324Choose the exhibit set that, together, tells the single-insight story. A common allocation for an empirical short paper:2526| Slot | Typical content |27|------|-----------------|28| 1 | The **headline result** — the one figure or table a reader remembers (event-study, RD plot, treatment-effect estimate) |29| 2 | The **central identification diagnostic** (pre-trend leads, density, first-stage, balance) |30| 3 | A **mechanism or key heterogeneity** exhibit, if it is part of the single insight |31| 4–5 | Held in reserve — a robustness summary or a descriptive table only if load-bearing |3233If two exhibits can merge into one well-designed multi-panel page, merge them and reclaim a slot (and 200 words). Everything else goes to the Supplemental Appendix.3435## Design rules3637- **The headline exhibit must be self-reading** — a reader who sees only it should grasp the insight.38- **Figures over tables** where a figure communicates the magnitude faster (AER: Insights papers lean visual).39- **One page each, legible at print size**; no microscopic multi-panel grids spilling over.40- **Notes carry the inference** since there are no asterisks: report point estimates with SEs / 95% confidence sets in the cell or note.41- **Units and signs explicit**; the magnitude, not just the sign, is the point.4243## Execution bridge (StatsPAI / Stata MCP)4445Generate exhibits from the fitted result, not by retyping numbers (the usual source of46body-vs-appendix drift). Full map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md).4748- **Tables:** `etable` (multi-model columns) or `did_summary_to_latex` straight from the49 `result_id` — one variable definition, one set of numbers, body and appendix in sync.50- **Figures:** `plot_from_result` / `enhanced_event_study_plot` / `event_study_table` —51 axis units and the SE/clustering note baked in.52- **Every note** names the estimator + clustering (from the result's diagnostics) and53 states the magnitude in interpretable units.5455See a full fitted-result → exhibit chain in the [JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).56## Checklist5758- [ ] **≤5 exhibits total**; each **≤1 page**59- [ ] Word budget reconciled: 7,000 − 200×(#exhibits) ≥ main-text length60- [ ] Exhibit 1 is the **self-reading headline**; exhibit 2 the identification diagnostic61- [ ] **No significance asterisks/boldface**; SEs / confidence sets shown62- [ ] Notes state estimator, sample, clustering, units63- [ ] Non-essential exhibits moved to the Supplemental Appendix64- [ ] Mergeable exhibits combined to reclaim a slot where sensible6566## Anti-patterns6768- A sixth exhibit (auto-return) or an exhibit that runs to two pages69- Significance asterisks or boldface for significance70- A dense table where a single figure would land the magnitude71- Spending an exhibit slot (and 200 words) on a descriptive table that prose covers72- A headline exhibit that needs the text to be intelligible7374## Output format7576```77【Exhibit count】__ / 5 (each ≤1 page?)78【Word reconciliation】7000 − 200×__ = __ words available; draft = __ words79【Exhibit 1 (headline)】<self-reading result>80【Exhibit 2 (identification)】<diagnostic>81【Exhibits 3–5】<mechanism / robustness / descriptive — only if load-bearing>82【No-asterisk check】SEs / CIs in notes? [Y/N]83【To the appendix】<exhibits demoted>84【Next step】aeri-writing-style85```