Use publication year in bib keys when updating arXiv entries to DOI#1062
Merged
pancetta merged 2 commits intobibtex-arxivbot-1057-22cf4bdfrom Mar 16, 2026
Merged
Use publication year in bib keys when updating arXiv entries to DOI#1062pancetta merged 2 commits intobibtex-arxivbot-1057-22cf4bdfrom
pancetta merged 2 commits intobibtex-arxivbot-1057-22cf4bdfrom
Conversation
Merged
…ys and fix pint.bib entries Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [#1057] Update pint.bib keys for publication years
Use publication year in bib keys when updating arXiv entries to DOI
Mar 16, 2026
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.
arxiv_to_publications_correct.pywas keeping the original arXiv-era key (e.g.,BossuytEtAl2023) when converting unpublished entries to DOI records, even when the publication year differed. Keys should reflect the actual publication year.Script changes (
bin/arxiv_to_publications_correct.py)b,c, …) following the existing convention.replace(" ", "_")on the generated key for consistency withissue_to_bibtex.py_bibliography/pint.bib— retroactive fixes for issue #1057 entriesRemoved 4 duplicate old-key entries (new year-based keys already existed with identical DOI data):
HeinzelreiterEtAl2024HeinzelreiterEtAl2025SterckEtAl2024KrzysikEtAl2025bAlexandersenEtAl2025AlexandersenEtAl2026DurastanteEtAl2025DurastanteEtAl2026Renamed 11 entries to match publication year:
BossuytEtAl2023BossuytEtAl2025DanieliEtAl2023DanieliEtAl2025AppelEtAl2024AppelEtAl2025bAppelEtAl2025taken by different paperBonteEtAl2024BonteEtAl2026FreeseEtAl2024FreeseEtAl2025GattiglioEtAl2024GattiglioEtAl2025bGattiglioEtAl2025taken by different paperGattiglioEtAl2024bGattiglioEtAl2024MardalEtAl2024MardalEtAl2026SelvamEtAl2024ErmonEtAl2024EngwerEtAl2025EngwerEtAl2026HahnEtAl2025HahnEtAl2026💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.