Skip to content

Commit e60e813

Browse files
igerberclaude
andcommitted
docs(paper): brace-protect proper nouns in paper.bib titles
California's (Abadie2010) and pyfixest/Python (pyfixest entry) were being lowercased by CSL sentence-casing in the compiled PDF. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6c841d2 commit e60e813

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

paper.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ @misc{Gerber2026
220220

221221
@article{Abadie2010,
222222
author = {Abadie, Alberto and Diamond, Alexis and Hainmueller, Jens},
223-
title = {Synthetic Control Methods for Comparative Case Studies: Estimating the Effect of California's Tobacco Control Program},
223+
title = {Synthetic Control Methods for Comparative Case Studies: Estimating the Effect of {California's} Tobacco Control Program},
224224
journal = {Journal of the American Statistical Association},
225225
volume = {105},
226226
number = {490},
@@ -274,7 +274,7 @@ @article{Binder1983
274274

275275
@misc{pyfixest,
276276
author = {{The PyFixest Authors}},
277-
title = {pyfixest: Fast High-Dimensional Fixed Effect Estimation in Python},
277+
title = {{pyfixest}: Fast High-Dimensional Fixed Effect Estimation in {Python}},
278278
year = {2025},
279279
url = {https://github.com/py-econometrics/pyfixest}
280280
}

0 commit comments

Comments
 (0)