Skip to content

Commit add7b44

Browse files
jstacclaude
andcommitted
Fix bibtex entry type for the mobility working paper
The `@techreport` entry for carroll2026mobility had no `institution` field, which pybtex flags as "missing institution" — and the CI build runs with `-W`, so the single warning failed the build. The paper has no issuing series or working paper number, so naming an institution would be inventing one. `@unpublished` with a `note` is the accurate entry type and matches how Greenfield_Sargent_1993 is recorded. Verified with pybtex across the alpha, unsrt and plain styles: no warnings for this entry or the other 14 added in the previous commit. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent b8edaff commit add7b44

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

lectures/_static/quant-econ.bib

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2978,13 +2978,11 @@ @article{decock2011ames
29782978
year={2011}
29792979
}
29802980

2981-
@techreport{carroll2026mobility,
2982-
title = {Mobility},
2983-
author = {Carroll, Daniel R. and Hoffman, Nicholas and Young, Eric R.},
2984-
year = {2026},
2985-
type = {Working Paper},
2986-
note = {Federal Reserve Bank of Cleveland, Carnegie Mellon University
2987-
and University of Virginia}
2981+
@unpublished{carroll2026mobility,
2982+
title = {Mobility},
2983+
author = {Carroll, Daniel R. and Hoffman, Nicholas and Young, Eric R.},
2984+
year = {2026},
2985+
note = {Working paper, Federal Reserve Bank of Cleveland, Carnegie Mellon University and University of Virginia}
29882986
}
29892987

29902988
@article{shorrocks1978measurement,

0 commit comments

Comments
 (0)