You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readme: surface the executed showcase + venue index on both front pages
Add the ZH/EN showcase body section (five real-run cases with headline
numbers), link the machine-readable 185-venue index from the quick-nav
row, and fix a stale 193 pack count to the canonical 195 in both files.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
<a href="shared-resources/journal-selection/venue-index.tsv">🔎 Venue Index (185 venues, machine-readable)</a> ·
69
70
<a href="#-roadmap">🗺 Roadmap</a> ·
70
71
<a href="README.md">🌐 简体中文</a>
71
72
</sub>
@@ -1320,7 +1321,7 @@ awesome-journal-skills/
1320
1321
├── Global-Environmental-Change-Skills/ → Global Environmental Change (12 skills)
1321
1322
├── Agricultural-Systems-Skills/ → Agricultural Systems (12 skills)
1322
1323
├── Field-Crops-Research-Skills/ → Field Crops Research (12 skills)
1323
-
│ # Root marketplace manifest (aggregates all 193 in-repo packs)
1324
+
│ # Root marketplace manifest (aggregates all 195 in-repo packs)
1324
1325
└── .claude-plugin/marketplace.json
1325
1326
```
1326
1327
@@ -1333,6 +1334,20 @@ cd awesome-journal-skills
1333
1334
1334
1335
---
1335
1336
1337
+
## 🧪 Executed Empirical Showcase (Real Run Evidence)
1338
+
1339
+
The "automated empirical research" claim in this repository has a verifiable evidence layer: [`showcase/`](showcase/README.md) contains five **actually executed** end-to-end empirical cases (research question → design identification → estimation → robustness audit → paper-grade conclusion). Every number is quoted **verbatim** from real StatsPAI MCP tool calls, with the full call log and robustness checks attached. The five cases cover all five design families of the shared execution playbook ([`shared-resources/empirical-methods/execution-with-mcp.md`](shared-resources/empirical-methods/execution-with-mcp.md)) — they show users the real pipeline and give skill authors an acceptance benchmark.
1340
+
1341
+
| Design | Case | Headline result |
1342
+
|---|---|---|
1343
+
| Synthetic control (SCM) |[California Prop 99 tobacco law](showcase/scm-california-prop99/README.md)| ATT −18.19 (placebo p=0.026) |
1344
+
| Staggered DiD (CS-DiD) |[Castle Doctrine laws & homicide](showcase/did-castle-doctrine/README.md)| ATT +0.110 (p=0.004, Honest-DiD robust) |
1345
+
| Instrumental variables (IV) |[Card 1995 college proximity & returns to schooling](showcase/iv-card-college-proximity/README.md)| 0.132, with AR/CLR/tF weak-IV panel |
1346
+
| Regression discontinuity (RDD) |[Close elections & legislator voting](showcase/rdd-close-elections/README.md)| RD effect 43.85 ADA points (density test p=0.72) |
0 commit comments