Skip to content

Commit 075a0cc

Browse files
igerberclaude
andauthored
docs: correct Dube et al. (2025) JAE citation to issue 7 (#610)
The LP-DiD primary source was cited as J. Applied Econometrics 40(5):741-758 in five doc/code sites; the published record is 40(7):741-758 (DOI 10.1002/jae.70000). Fixed in references.rst, REGISTRY.md, dube-2025-review.md, docs/api/lpdid.rst, and the carousel generator; CHANGELOG [Unreleased] Fixed entry supersedes the 3.6.0 release-note attribution per the repo's historical-entry convention. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent bb31d8a commit 075a0cc

6 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Fixed
11+
- **Dube, Girardi, Jordà & Taylor (2025) citation corrected to *J. Applied Econometrics*
12+
40(**7**):741-758** (was cited as issue 5) across `docs/references.rst`,
13+
`docs/methodology/REGISTRY.md`, `docs/methodology/papers/dube-2025-review.md`,
14+
`docs/api/lpdid.rst`, and `carousel/generate_lpdid_carousel.py`. Verified against the
15+
published record (DOI 10.1002/jae.70000; IDEAS/RePEc `wly/japmet/v40y2025i7p741-758`).
16+
Historical CHANGELOG entries (the 3.6.0 release notes) intentionally retain the
17+
original attribution as a record of what was claimed at release time; this entry
18+
supersedes it.
19+
820
## [3.6.2] - 2026-07-03
921

1022
### Added

carousel/generate_lpdid_carousel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ def slide_01_cover(self):
816816
self.cell(
817817
WIDTH,
818818
8,
819-
"Dube, Girardi, Jordà & Taylor (2025), J. of Applied Econometrics 40(5).",
819+
"Dube, Girardi, Jordà & Taylor (2025), J. of Applied Econometrics 40(7).",
820820
align="C",
821821
)
822822
self.set_xy(0, HEIGHT - 51)

docs/api/lpdid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ estimand is a strictly non-negatively-weighted average of cohort effects.
6161

6262
**Reference:** Dube, A., Girardi, D., Jordà, Ò., & Taylor, A. M. (2025). A Local
6363
Projections Approach to Difference-in-Differences. *Journal of Applied
64-
Econometrics*, 40(5), 741-758.
64+
Econometrics*, 40(7), 741-758.
6565

6666
.. module:: diff_diff.lpdid
6767

docs/methodology/REGISTRY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ Consolidated list of substantive deviations from the W2025 paper and from R `etw
17981798

17991799
## LPDiD
18001800

1801-
**Primary source:** [Dube, A., Girardi, D., Jordà, Ò., & Taylor, A. M. (2025). "A Local Projections Approach to Difference-in-Differences." *Journal of Applied Econometrics*, 40(5), 741-758.](https://doi.org/10.1002/jae.70000) (Open Access; NBER Working Paper 31184; FRBSF Working Paper 2023-12.) Paper review on file: `docs/methodology/papers/dube-2025-review.md` (main article + official online appendix; equation/section numbering pinned to the JAE 2025 version).
1801+
**Primary source:** [Dube, A., Girardi, D., Jordà, Ò., & Taylor, A. M. (2025). "A Local Projections Approach to Difference-in-Differences." *Journal of Applied Econometrics*, 40(7), 741-758.](https://doi.org/10.1002/jae.70000) (Open Access; NBER Working Paper 31184; FRBSF Working Paper 2023-12.) Paper review on file: `docs/methodology/papers/dube-2025-review.md` (main article + official online appendix; equation/section numbering pinned to the JAE 2025 version).
18021802

18031803
**Reference implementations:** Stata `lpdid` (SSC `s459273`, the authors' reference); R `alexCardazzi/lpdid` (third-party; absorbing + non-absorbing); authors' example scripts `danielegirardi/lpdid` (R + Stata).
18041804

docs/methodology/papers/dube-2025-review.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Paper Review: A Local Projections Approach to Difference-in-Differences
22

33
**Authors:** Arindrajit Dube, Daniele Girardi, Òscar Jordà, Alan M. Taylor
4-
**Citation:** Dube, A., Girardi, D., Jordà, Ò., & Taylor, A. M. (2025). A Local Projections Approach to Difference-in-Differences. *Journal of Applied Econometrics*, 40(5), 741-758. https://doi.org/10.1002/jae.70000 (Open Access, CC BY)
4+
**Citation:** Dube, A., Girardi, D., Jordà, Ò., & Taylor, A. M. (2025). A Local Projections Approach to Difference-in-Differences. *Journal of Applied Econometrics*, 40(7), 741-758. https://doi.org/10.1002/jae.70000 (Open Access, CC BY)
55
**PDF reviewed:** papers/J of Applied Econometrics - 2025 - Dube - A Local Projections Approach to Difference-in-Differences.pdf (main article, 18 pp) **+** papers/lpdid_online_appendix.pdf (official Wiley online appendix, 24 pp; Appendices A-C reviewed in full, D-F = simulation/empirical replication, skimmed). Both gitignored under top-level `papers/`; do NOT commit the PDFs.
66
**Review date:** 2026-06-28
77

@@ -13,7 +13,7 @@
1313

1414
## LPDiD
1515

16-
**Primary source:** Dube, Girardi, Jordà & Taylor (2025), *Journal of Applied Econometrics* 40(5):741-758, https://doi.org/10.1002/jae.70000. NBER WP 31184; FRBSF WP 2023-12. Reference Stata package `lpdid` (SSC s459273); authors' example repo https://github.com/danielegirardi/lpdid (R + Stata).
16+
**Primary source:** Dube, Girardi, Jordà & Taylor (2025), *Journal of Applied Econometrics* 40(7):741-758, https://doi.org/10.1002/jae.70000. NBER WP 31184; FRBSF WP 2023-12. Reference Stata package `lpdid` (SSC s459273); authors' example repo https://github.com/danielegirardi/lpdid (R + Stata).
1717

1818
**Key implementation requirements:**
1919

docs/references.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Multi-Period and Staggered Adoption
259259
Local Projections DiD
260260
---------------------
261261

262-
- **Dube, A., Girardi, D., Jordà, Ò., & Taylor, A. M. (2025).** "A Local Projections Approach to Difference-in-Differences." *Journal of Applied Econometrics*, 40(5), 741-758. https://doi.org/10.1002/jae.70000 (Open Access; NBER Working Paper 31184; FRBSF Working Paper 2023-12.)
262+
- **Dube, A., Girardi, D., Jordà, Ò., & Taylor, A. M. (2025).** "A Local Projections Approach to Difference-in-Differences." *Journal of Applied Econometrics*, 40(7), 741-758. https://doi.org/10.1002/jae.70000 (Open Access; NBER Working Paper 31184; FRBSF Working Paper 2023-12.)
263263

264264
Primary source for the ``LPDiD`` estimator: per-horizon long-difference local-projection regressions estimated on a "clean control" sample, yielding non-negatively-weighted event-study and pooled ATTs (variance-weighted by default; reweighted regression or regression adjustment for the equally-weighted ATT; premean-differenced base periods; covariates; non-absorbing extension). Reference Stata package ``lpdid`` (SSC s459273); R ``alexCardazzi/lpdid``. Paper review on file at ``docs/methodology/papers/dube-2025-review.md``.
265265

0 commit comments

Comments
 (0)