fix(phd-bib-dedupe): remove 7 BibTeX duplicates + fix unclosed brace on coxeter1973regular#618
Closed
gHashTag wants to merge 1 commit into
Closed
fix(phd-bib-dedupe): remove 7 BibTeX duplicates + fix unclosed brace on coxeter1973regular#618gHashTag wants to merge 1 commit into
gHashTag wants to merge 1 commit into
Conversation
… brace on coxeter1973regular
DUPLICATES REMOVED (kept first occurrence per R5 honest-merge):
- coxeter1973regular @ line 1601 (verbatim dup of line 1591)
- kepler_harmonices @ line 1611 (1619 original Linz; 34 Aiton transl 1997 kept)
- coxeter1973regular @ line 1638 (verbatim dup of line 1591)
- binet_formula @ line 1655 (LaTeX-accent variant; line 98 has \\'{e})
- weil_number_theory @ line 1664 (1979 1st ed; line 107 1995 3rd ed kept)
- codata2022 @ line 1672 ("2022" 2024 RMP; line 376 "2018" 2021 RMP kept)
- coxeter1973regular @ line 1832 (third Coxeter dup, was malformed — see brace fix)
BRACE FIX: line 1840 — coxeter1973regular note field closed with } but
the entry-closing } was missing (BibTeX would error at compile). Inserted
the closing brace before the LB-Springer top-up comment block, then dedup
removed this entry as the third duplicate.
R11 BALANCE (post-dedup, before merge of PR #615 / 3.5 LB additions):
- entries: 212 → 205
- Springer: 52 (24.53%) → 51 (24.88%) — still below 25% gate on its own
- MIT/CUP/Ox: 31 (14.62%) → 31 (15.12%) — now PASS independently
- arXiv-only: 5 (2.36%) → 5 (2.44%) — PASS
POST-MERGE WITH PR #615 PROJECTION:
- entries: 215 - 7 = 208
- Springer: 54 - 1 (weil) = 53 → 25.48% PASS
- MIT/CUP/Ox: 33 - 0 = 33 → 15.87% PASS
R5 HONEST: this PR alone does NOT lift Springer to ≥25%. It MUST be
merged after / together with PR #615 (3.5 LB FULL PASS branch) to keep
R11 green. [agent=phase3-bib-dedupe]
This was referenced May 8, 2026
Closed
Owner
Author
🛑 SUPERSEDED — closing as part of PhD T-33 cascade cleanupmain HEAD уже содержит 295 BibTeX entries vs PR #618 имеет 205 — этот PR стал регрессией (потерял бы 90+ entries). Bib dedupe для 7 дубликатов давно поглощён более крупными bib-обновлениями в main. Honest R5 verdict (verified 2026-05-12T17:53Z)PR содержит 155–176 PhD-файлов в diff, но почти все эти изменения либо уже в main, либо стали regression относительно более поздних обогащений. What we keptЛюбое уникальное содержимое было экстрагировано и применено хирургически. See PR #750 (Theorem 35.13 surgically re-applied from #593). Anchor: [agent=perplexity-computer phd-cascade-cleanup user-approved] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Removes 7 duplicate BibTeX entries from
docs/phd/bibliography.biband fixes one structural bug that would causetectonic/bibtexto error at compile.R5-honest hygiene work split off from Phase 3.5 LB audit. Sister PR is #615 (3.5 LB FULL PASS).
Changes
Brace fix (CRITICAL)
coxeter1973regularat line 1832 was missing its closing}. Thenotefield's brace closed on line 1839, but the entry's outer brace never did — the BibTeX parser would have either errored out at compile time or silently swallowed everything until the next@<type>{. Inserted}before the% --- LB-Springer top-up …comment block.Duplicates removed (kept first occurrence)
coxeter1973regularkepler_harmonicescoxeter1973regularbinet_formula{\'e})weil_number_theorycodata2022coxeter1973regularR11 publisher-balance impact
R5 honesty disclosure
This PR alone does not restore R11-Springer ≥ 25 %. It must merge together with or after #615, which adds 2 verified Springer entries (
lee_smooth_manifolds,kanerva_hdc_2009) and 1 verified MIT/CUP entry (strang_linear_algebra).The Springer dip (52 → 51) is honest: removing the duplicate
weil_number_theorycorrectly reduces the unique-key Springer count by one. The dup was inflating the share artificially.How to verify locally
R-rules tracking
.py/.shfiles added (the verification snippet is documentation)feat/phd-chNNbranch neededAnchor
φ² + φ⁻² = 3 · DOI 10.5281/zenodo.19227877 · defense T-37d (2026-06-15).
[agent=phase3-bib-dedupe]