Consolidate open PRs: volunteer-compute refs, comment-block removal, CalmNight refs#79
Merged
Merged
Conversation
All three entries individually web-verified and formatted to pass
bibcheck verify. These ground the "what is a volunteer mesh"
section of the companion whitepaper to the Kiewit Provost
Leadership Fellows application.
- AndeEtal02: SETI@home (Anderson, Cobb, Korpela, Lebofsky,
Werthimer), Communications of the ACM 45(11):56-61,
DOI 10.1145/581571.581573. The canonical volunteer-compute
precedent; verified via ACM DL and author-hosted PDF at
setiathome.berkeley.edu/sah_papers/cacm.php.
- Ande04: BOINC (David P. Anderson, single author),
Proceedings of the 5th IEEE/ACM International Workshop on
Grid Computing, pp. 4-10, DOI 10.1109/GRID.2004.14. The
software platform that underlies SETI@home / Folding@home /
many later volunteer-computing projects. Journal string
shortened to "IEEE International Workshop" (dropping the
"/ACM" join) to match CDL conventions on brace-protected
caps tokens.
- VoelEtal23: Folding@home (Voelz, Pande, Bowman),
Biophysical Journal 122(14):2852-2863,
DOI 10.1016/j.bpj.2023.03.028. The 20-year retrospective
and the most-citable peer-reviewed reference for the
Folding@home tradition.
Integrity check: python bibcheck.py verify cdl.bib -> looks good!
(6206 entries, up from 6203).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The PR #74 / #75 / #76 commits inadvertently introduced @comment{...} blocks into cdl.bib via bibtexparser's serialization. bibtex's parser chokes on the embedded URLs and commas inside those blocks (the \"Folding@home, treating it\" pattern is the most direct trigger), causing exit-code-2 failures for any downstream document that runs bibtex against the master cdl.bib. The fix: strip @comment{...} entirely. The audit-trail content these blocks carried is preserved in the original PR descriptions and in each submodule commit message, which is the appropriate place for that history. cdl.bib is now machine-clean again. Verification: python bibcheck.py verify cdl.bib -> looks good! (6206 entries) bibtex (against a downstream document) -> exit 0, no errors Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- 120 references from the CalmNight NSF proposal verified against primary sources and added (deduplicated to 109 unique entries). - 3 fabricated infant sweat-collection citations replaced with verified sources (Gibson & Cooke 1959; Collins et al. 2014; McColley et al. 2020). - AASM scoring manual cited to the verified latest edition (Version 3, 2023). - 6 base-key collisions with existing entries resolved via a/b suffixes (WoodEtal00, NguyEtal16, LiEtal24, MikkEtal17, MontEtal18, TianEtal20). - caps.txt: add JAMA, ACS, SAGE, npj so journal acronyms render correctly (also normalises 14 existing SAGE/JAMA publisher fields). - bibcheck.py verify passes on the full file (6312 entries). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…date-open-prs # Conflicts: # cdl.bib
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.
Summary
Consolidates all open PRs into a single branch that passes
bibcheck.py:add-kiewit-volunteer-compute-refs): adds 3 volunteer-compute entries (AndeEtal02, Ande04, VoelEtal23)fix-malformed-comment-blocks): strips all@comment{...}blocks socdl.bibcontains only bibliographic entries (the blocks broke bibtex parsing downstream)calmnight-sch-refs): adds 109 verified CalmNight (NIH SCH) entries and adds JAMA/ACS/SAGE/npj tobibcheck/caps.txtThe local unpushed CalmNight commit (5a3a55c) was verified to be an older version of PR #78's commit — all of its content (with corrected keys: ChenEtal24a, LiEtal24a/b, Amer23a/b/c) is included here.
The one merge conflict (PR #76's 3 entries vs. PR #78's appended block at the end of
cdl.bib) was resolved by keeping both sides.Verification
cdl.bibscanned programmatically: 0@commentblocks, 0 non-entry content lines; 6,315 entriespython bibcheck.py verify --verbose→ looks good!Supersedes and will close #76, #77, #78.
🤖 Generated with Claude Code