Commit add7b44
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2978 | 2978 | | |
2979 | 2979 | | |
2980 | 2980 | | |
2981 | | - | |
2982 | | - | |
2983 | | - | |
2984 | | - | |
2985 | | - | |
2986 | | - | |
2987 | | - | |
| 2981 | + | |
| 2982 | + | |
| 2983 | + | |
| 2984 | + | |
| 2985 | + | |
2988 | 2986 | | |
2989 | 2987 | | |
2990 | 2988 | | |
| |||
0 commit comments