Correct HeusEtal21 title spelling and add missing issue number - #82
Merged
Conversation
The published title uses the British spelling "behavioural" (the journal is Nature Human Behaviour); the entry had "behavioral". Also adds the missing issue number. Verified against CrossRef (10.1038/s41562-021-01051-6) and PubMed (PMID 33574605), which agree: Nature Human Behaviour 5(7):905-919, 2021, "Geometric models reveal behavioural and neural signatures of transforming experiences into memories". This is a transcription fix, not a spelling normalization -- cdl.bib already preserves source spelling in titles (11 "behaviour" / 6 "behavioural" alongside 41 "behavioral"). Full-file check (bibcheck/test.py) passes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
List of citation keys added (one per line)
(none)
List of citation keys modified (one per line)
HeusEtal21
Other changes (describe)
Two small corrections to one entry, both verified against primary sources.
1.
behavioral→behavioural. The published title uses the Britishspelling — unsurprisingly, since the journal is Nature Human Behaviour.
2. Added the missing issue number (
Number = {7}).CrossRef (
10.1038/s41562-021-01051-6) and PubMed (PMID 33574605) agreeindependently:
Why this is a fix and not a normalization. Worth stating explicitly, since
"correcting" a spelling in a shared bibliography could easily be the wrong call:
cdl.bibalready preserves source spelling in titles rather than Americanizingthem — 11 titles contain "behaviour" and 6 contain "behavioural", alongside 41
that use "behavioral" because that is what those papers were published with. So
this entry was inconsistent with the file's existing practice, not conforming to
it.
Neither error is detectable by
bibcheck.py— one is a spelling differenceinside a valid sentence-case title, the other a field that is optional. Both
were noticed while cross-checking references for the memory-dynamics paper.
Checks. Full-file
python bibcheck/test.pyexits 0: no duplicate keys, noduplicate author/title pairs, no formatting errors.
🤖 Generated with Claude Code