Update publications from Google Scholar + add fetch tooling#5
Merged
Conversation
- Essential build commands for local dev and CI - Critical file reference (_toc.yml, myst.yml, intro.md) - Project page creation workflow - MyST syntax quirks (grids, images, deprecated options) - Git LFS setup for PDF handling - Content guidelines (no invented personal details) - Deployment flow documentation
- Add conditional to deploy job: only run on push to main/update-main - PRs will now build but not deploy (prevents protection rule errors) - Resolves 'Branch not allowed to deploy' error on pull requests
- Upgrade three preprint/incomplete entries to published metadata: castellani2025superconducting (Nat. Electron. 8(5), 417-425), foster2025time (J. Instrum. 20(09), P09018), simon2024characterizing (IEEE TAS 35(5), 1-5) - Resolve simon Ab-initio key collision: rename simon2025ab -> simon2025abb - Sync publications.md citations and display text - Add scripts/fetch_scholar.py (Scholar -> .bib) and scripts/bib_format.py (house-style normalizer + reconciliation/merge report)
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
Publication updates (references.bib + publications.md)
castellani2025superconducting→ Nature Electronics 8(5), 417–425foster2025time→ Journal of Instrumentation 20(09), P09018simon2024characterizing→ added 35(5), 1–5simon2025ab→simon2025abb(nonequilibrium-dynamics PRB paper); citation inpublications.mdupdated to match.New tooling (scripts/)
fetch_scholar.py— pulls the Scholar profile (o0Esya8AAAAJ) into a house-styled.bib.bib_format.py—normalize(safe formatting: en-dash ranges, LaTeX escaping/accents,organizationfor@inproceedings) andmerge(keeps manual edits, appends new entries, prints a reconciliation report).references_scholar.bib/references_merged.bibare gitignored.Verification
myst build --htmlsucceeds with no citation/bibliography warnings.