jpart-tables-figures
GitHub为JPART论文设计自包含、无障碍且节省字数的图表。展示机制与效应大小,而非仅显著性星号。涵盖结果表、描述性统计及公共管理特定可视化(如多层模型、 conjoint AMCE)。确保图表理论可追溯、数据可复现,并指导内容在正文与附录间分配以符合字数限制。
触发场景
安装
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jpart-tables-figures -g -y
SKILL.md
Frontmatter
{
"name": "jpart-tables-figures",
"description": "Use when building tables and figures for a Journal of Public Administration Research and Theory (JPART) manuscript so exhibits are self-contained, accessible, and fit the 12,000-word budget that counts tables and references. JPART rewards exhibits that show mechanism and magnitude, not stars. Designs exhibits; it does not run the analysis."
}
Tables & Figures (jpart-tables-figures)
Exhibits are where an expert public-management reviewer checks whether the result — and the mechanism — are real. At JPART they also cost words: the manuscript limit (~12,000 words) includes tables and references, so every exhibit must earn its space. Numbers must match the public data-and-code package.
When to trigger
- Designing the main results table/figure or a key descriptive exhibit
- Deciding what belongs in the article vs. the online appendix/supplement
- A reviewer found an exhibit unclear, mislabeled, or not self-contained
- Trimming to the word cap by moving exhibits to the appendix
Principles
- Self-contained. A reader should understand each exhibit from its title, labels, and note alone — state units, sample, N, the estimand, and the inference (CI, clustering level). No hunting in prose.
- Show effects, not stars. Coefficient/forest plots, marginal-effects and predicted-probability plots, AMCE plots for conjoints, event-study/RD plots — these communicate magnitude and uncertainty better than a wall of coefficients. Always show intervals.
- Mechanism exhibits. A first-stage/mediation panel, a heterogeneity plot keyed to a scope condition, or a balance/manipulation-check table — make the theory visible, not just the top line.
- Accessible. Colorblind-safe palettes; legible in grayscale; no chartjunk or 3D.
- Reproducible. Each exhibit is generated by the master script; values match the deposited package
exactly (the data and code are public — see
jpart-transparency-and-data).
PA-specific exhibits
- Multilevel results: report ICCs and variance components, not just fixed-effect coefficients.
- Survey-experiment treatment-effect plots; conjoint AMCE/marginal-means plots.
- Representative-bureaucracy: passive→active representation shown as an interaction/marginal-effects plot.
- Descriptive table of the public-employee/citizen sample with attention/attrition flags.
Theory-to-exhibit trace
Before keeping an exhibit in the article, write a one-line trace:
public-management construct -> observable measure -> exhibit -> theoretical implication
Examples:
- Representative bureaucracy: passive representation -> agency/client subgroup match -> marginal-effects plot -> when passive representation translates into active representation.
- Red tape: administrative burden -> process-step count or perceived burden scale -> mechanism figure with subgroup heterogeneity -> why rules constrain behavior rather than merely correlate with outcomes.
- Performance information: information cue -> treatment arm or information-use measure -> predicted response plot -> whether citizens/managers use performance data as accountability or learning signals.
If the trace ends at "interesting pattern" rather than a public-management mechanism, move the exhibit to the supplement or cut it. JPART reviewers should be able to infer the theory move from the exhibit title, axis labels, and note before reading the surrounding prose.
Main-exhibit budget
Use a tight main-text budget:
| Slot | Purpose | Keep in article only if... |
|---|---|---|
| Descriptive table | Shows the PA setting, sample, and key imbalance/attrition risks | It changes how readers interpret external validity or design credibility |
| Main effect figure/table | Delivers the headline claim | It reports magnitude, uncertainty, units, and estimand without prose rescue |
| Mechanism or scope exhibit | Connects evidence to theory | It distinguishes competing public-management mechanisms |
| Robustness exhibit | Protects the central claim | It answers a predictable reviewer objection that cannot wait for the supplement |
Full model grids, alternative coding schemes, balance details, and exploratory heterogeneity belong in the online supplement unless they are necessary for the theory contribution.
Fit the word cap (limit includes tables + references)
- Move balance tables, full specifications, and extended robustness grids to the online supplement.
- Keep the few exhibits that carry the argument and the mechanism in the article.
- Prefer one decisive marginal-effects figure to three redundant coefficient tables.
Execution bridge (StatsPAI / Stata MCP)
Generate exhibits from the fitted result, not by retyping numbers. Full map:
execution-with-mcp. JPART is public management — observational and experimental designs on public organizations; identification + clustered/multilevel inference.
- Tables:
etable(multi-model) ordid_summary_to_latexstraight from theresult_id. - 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 and states the magnitude in interpretable units.
See a full fitted-result → exhibit chain in the JF execution walkthrough.
Anti-patterns
- Tables that require the prose to be intelligible (not self-contained)
- Significance stars with no effect size or interval
- Cramming every robustness check into the main text (blows the budget that counts tables/refs)
- Color-only encoding that fails in grayscale or for colorblind readers
- Exhibit numbers/values that don't match the deposited public code output
Output format
【Main exhibit】what it shows + why a figure/table
【Mechanism visible?】scope condition / mediation / first stage shown? [Y/N]
【Self-contained?】title + labels + note + N/units + inference present? [Y/N]
【Theory-to-exhibit trace】construct -> measure -> exhibit -> implication
【Main-text slot】descriptive / main effect / mechanism-scope / necessary robustness
【Accessible?】grayscale-legible + colorblind-safe? [Y/N]
【Article vs supplement】split decided, word-budget impact noted
【Reproducible?】generated by master script, matches package? [Y/N]
【Next】jpart-writing-style
Supplementary resources
../../resources/external_tools.md— plotting/marginal-effects/conjoint packages../../resources/official-source-map.md— word-limit rule (includes tables/references)
版本历史
- 1839142 当前 2026-07-05 13:55


