Skip to content

Commit f8bf219

Browse files
authored
Remove three duplicate bibliography entries so the .bib parses at all (#204)
pybtex refuses to parse a bibliography containing a repeated key, and this file has carried three of them — GilboaSchmeidler:1989, Whittle_1981 and Whittle_1990 each appear twice, once indented in the main body and once unindented near the end. The two copies of each are byte-identical apart from leading whitespace. The effect is total rather than local: `parse_file` raises `BibliographyDataError: repeated bibliography entry` and no bibliography is built, so *every* {cite} in the edition fails to resolve. That is what the "could not find bibtex key" warnings on #202 actually are — the keys are present in the file, but nothing ever parsed it. The 70 entries backfilled in #203 were correct and could never have taken effect while this stood. Predates #203: the same three duplicates and the same parse error are present at 693aa63, before that PR. Verified: pybtex now parses 480 entries, and all 61 keys the #202 build reported missing resolve, as do the three formerly-duplicated ones. Removes the later copy of each; the earlier copy in the main body is kept.
1 parent 0e763db commit f8bf219

1 file changed

Lines changed: 0 additions & 37 deletions

File tree

lectures/_static/quant-econ.bib

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4104,43 +4104,6 @@ @article{Campbell1987
41044104
pages = {1249--1273},
41054105
year = {1987}
41064106
}
4107-
4108-
@article{GilboaSchmeidler:1989,
4109-
author = {Gilboa, Itzhak and Schmeidler, David},
4110-
date-added = {2020-08-10 09:11:02 -0500},
4111-
date-modified = {2020-08-10 09:11:02 -0500},
4112-
journal = {Journal of Mathematical Economics},
4113-
keywords = {climate,modeling},
4114-
mendeley-groups = {nsfbib},
4115-
month = {apr},
4116-
number = {2},
4117-
pages = {141--153},
4118-
title = {{Maxmin Expected Utility with Non-Unique Prior}},
4119-
volume = {18},
4120-
year = {1989}
4121-
}
4122-
4123-
@article{Whittle_1981,
4124-
author = {Peter Whittle},
4125-
year = {1981},
4126-
title = {Risk-Sensitive Linear/Quadratic/Gaussian Control},
4127-
journal = {Advances in Applied Probability},
4128-
volume = {13},
4129-
number = {4},
4130-
pages = {764-777}
4131-
}
4132-
4133-
@book{Whittle_1990,
4134-
author = {Peter Whittle},
4135-
title = {Risk-Sensitive Optimal Control},
4136-
year = {1990},
4137-
publisher = {Wiley},
4138-
address = {New York}
4139-
}
4140-
4141-
4142-
4143-
41444107
% ---------------------------------------------------------------------------
41454108
% Entries synced from QuantEcon/lecture-python.myst lectures/_static/quant-econ.bib
41464109
% on 2026-07-24. The sync action does not carry shared assets across

0 commit comments

Comments
 (0)