Add Singularities in Soft Matter Systems arXiv QR code - #2
Merged
cursor[bot] merged 1 commit intoSep 9, 2026
Merged
Conversation
Catalogue a public direct-static Papers entry for https://arxiv.org/pdf/2608.11060 and ship matching purple account artwork plus a new branded arXiv-logomark asset. Co-authored-by: Vatsal Sanjay | CoMPhy Lab <vatsal.sanjay@comphy-lab.org>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Essentials Run ID: ⛔ Files ignored due to path filters (6)
📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThe change adds a public paper code for “ArXiv: Singularities in Soft Matter Systems”. It adds branded SVG and PNG QR assets, publishes catalogue links, updates inventory counts, and expands committed-output validation to four assets. ChangesPaper QR asset update
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant Inventory as inventory/codes.json
participant Generator as make_branded_qr_codes.py
participant Catalogue as site/index.html
Inventory->>Generator: provide paper URL and QR payload
Generator->>Generator: build arXiv-branded SVG and PNG assets
Catalogue->>Generator: link to generated paper assets
✨ Finishing Touches📝 Generate docstrings
✨ Simplify code
Comment |
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
The Singularities in Soft Matter Systems paper (arXiv:2608.11060) had no catalogue or branded QR in this repo. This adds a public
direct-staticPapers entry that encodeshttps://arxiv.org/pdf/2608.11060, regenerates the purple CoMPhy account artwork, and ships a new arXiv-logomark branded asset beside the existing paper QRs.Changes
arxiv-singularities-soft-matter(direct-static, Papers), payload exactlyhttps://arxiv.org/pdf/2608.11060EXPECTED_CODE_COUNTto 70 and updated fixture/README/public catalogue counts (64 public downloads; four standalone branded codes)current/arxiv-2608.11060-qr.{svg,png}(does not replacearxiv-2607.08972-qr)current/account/andsite/viascripts/generate.pyCatalogue paths (after Pages deploy)
Testing
python3 scripts/validate_inventory.pypython3 scripts/generate.pyandpython3 scripts/generate.py --checkpython3 -m unittest discover -v(56 tests OK)https://arxiv.org/pdf/2608.11060Note
rsvg-convertwas unavailable in the build environment (librsvg2-binhas no apt candidate). Branded PNG was produced with a localresvgshim matching the generator’s width; SVG remains the authoritative artwork.Summary by CodeRabbit
New Features
Documentation
Tests