Run this audit before uploading to the PPoPP HotCRP site (PPoPP 2027's summer round used
ppopp27-summer.hotcrp.com). PPoPP is the ACM SIGPLAN Symposium on Principles and Practice of
Parallel Programming; its submissions are conference papers in the two-column acmart
sigplan format, not journal manuscripts. Every number below was read from the PPoPP 2026/2027
calls on 2026-07-09 via search renderings (see resources/official-source-map.md); treat them as a
one-cycle snapshot and reopen the live call first.
acmart document class in the sigplan proceedings
mode, via ppopp-acmart-sigplanproc-template.tex. This is the SIGPLAN two-column look — not
PLDI's single-column review style and not an IEEE box.ppopp-supplementary for what may move to the artifact).acmart; recover space by cutting, not by
shrinking the template.PPoPP review is double-blind. Parallel-systems papers leak identity through the machine and the code more than through the prose:
# Mechanical pass on the submission PDF and any anonymized artifact archive
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'
pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|gitlab|zenodo\.org/record|acknowledg|grant|cluster|supercomputer' | head
unzip -l artifact.zip 2>/dev/null | grep -Ei '\.git/|/home/|/scratch/|/users/|\.slurm' | head
grep -rniE 'our (system|runtime|library)|named after|@[a-z0-9.]*\.edu' artifact/ --include='*.md' 2>/dev/null | head
The PPoPP-specific leaks: a runtime or library named after your group; a named cluster or supercomputer ("runs on <Center> <Machine>") that identifies the institution; SLURM job scripts with a user/account; a results repo on a personal GitHub; and acknowledgements/grant numbers left in the review PDF. Describe hardware by its architecture ("a 2-socket 64-core AMD EPYC node, 8-channel DDR5, an NVIDIA H100") rather than by a facility name during review.
| Finding at audit time | Severity | Real fix |
|---|---|---|
| Body over 10 pages (text+figures) | Stated reject ground | Cut or move to artifact; references do not absorb body text |
| Single-column / wrong template | Format-deviation reject | Recompile with acmart sigplan two-column |
| "et al." in the paper's author field or citations | Requirement violation | Spell out all authors |
| Named cluster/user/grant reveals identity | Anonymity break | Re-describe hardware architecturally; scrub scripts and metadata |
| Missing ERC conflicts | Review-integrity risk | Declare against PC and ERC before the deadline |
| Abstract missing or outside 100–400 words | Submission-form error | Fix in HotCRP before upload closes |
| Same result under review at PLDI/CGO/SC | Dual-submission exposure | Withdraw one; verify current concurrent-submission wording |
acmart sigplan, ≤10 pages text+figures, A4/US-letter clean.acmart revision is required.[PPoPP submission status] ready / blocked / needs work
[Abstract] 100-400 words present? topics/COI set?
[Format] pages used (text+figs / refs), two-column acmart sigplan? A4+letter?
[Anonymity] clean / leaks: <named machine | user | grant | repo>
[Conflicts] PC + ERC declared? yes/no
[Fix queue] <ordered, with owners and dates before the AoE cutoff>