fix: correct Guillaume Jacquemet spelling in injected citation (v1.22.1)#313
Merged
Conversation
…tion (v1.22.1) The canonical citation injected by citation_utils.py misspelled the co-author as 'Jaquemet' (missing 'c'), which propagated into downstream manuscript bibliographies. Corrected in the injection template, README snippet, bundled manuscript bib, and the citation tests. Bump to 1.22.1.
There was a problem hiding this comment.
Pull request overview
Corrects the spelling of co-author “Guillaume Jacquemet” in Rxiv-Maker’s canonical citation and propagates the update through the citation injection logic, documentation snippet, bundled manuscript bibliography, tests, and release metadata.
Changes:
- Update canonical citation author string from “Jaquemet” to “Jacquemet” in the injection template and outdated-citation detection.
- Update unit + integration tests and README BibTeX snippet to match the corrected author spelling.
- Bump version to
1.22.1and add a1.22.1changelog entry describing the fix.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/rxiv_maker/utils/citation_utils.py |
Updates canonical citation + author string used for outdated detection. |
tests/unit/test_citation_utils.py |
Aligns unit test expectations with corrected author spelling. |
tests/integration/test_citation_injection.py |
Aligns end-to-end injection assertions with corrected author spelling. |
README.md |
Updates the README BibTeX snippet author spelling. |
MANUSCRIPT/03_REFERENCES.bib |
Updates bundled manuscript bibliography entry spelling (and reformatting). |
src/rxiv_maker/__version__.py |
Version bump to 1.22.1. |
CHANGELOG.md |
Adds 1.22.1 release note for the spelling correction. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| doi={10.48550/arXiv.2508.00836}, | ||
| url={https://arxiv.org/abs/2508.00836}, | ||
| title = {Rxiv-Maker: an automated template engine for streamlined scientific publications}, | ||
| author = {Bruno M. Saraiva and Ant\'{o}nio D. Brito and Guillaume Jacquemet and Ricardo Henriques}, |
Comment on lines
+13
to
+18
| - Corrected the spelling of co-author **Guillaume Jacquemet** (previously "Jaquemet", | ||
| missing the 'c') in the canonical rxiv-maker citation that the tool injects into | ||
| manuscripts (`citation_utils.py`), as well as in the README citation snippet and the | ||
| bundled manuscript bibliography. Manuscripts built with earlier versions may carry the | ||
| misspelled name in their `saraiva_2025_rxivmaker` reference; re-running the build with | ||
| this version refreshes the injected citation. |
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.
Corrects the co-author name 'Jaquemet' -> 'Jacquemet' in the citation-injection template (
citation_utils.py), README snippet, bundled manuscript bib, and citation tests. Version bump to 1.22.1 + CHANGELOG.Tag
v1.22.1was already pushed and has triggered the release pipeline (run 29006026567); this PR lands the same commit (b5481e2) on main since direct pushes are blocked by branch protection. Merge with a merge commit (not squash) to keep the tag on main's history.