Run this audit before uploading to the PODC HotCRP site (podc26.hotcrp.com for the 2026 cycle).
PODC — the ACM Symposium on Principles of Distributed Computing — judges a model, a theorem, and a
proof, so the submission is read as a mathematical argument, not as a system or a study. Every
number below was read from the PODC 2026 call for papers 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.
PODC 2026 separates abstract registration from full-paper submission, and both are AoE:
Register with the real title and abstract, not a placeholder — the abstract drives reviewer bidding among a specialized PC, and a registered abstract that diverges from the final paper quietly worsens your match.
PODC has two tracks, and choosing wrong wastes the slot:
| Situation | Track | Limit |
|---|---|---|
| Complete result with full proofs, ready for archival publication | Regular paper | Submission unbounded; first 10 pages after the title page carry the merits; published ≤10 pages |
| Work in progress, a result whose full version is (or will be) published elsewhere, or a small self-contained contribution | Brief Announcement | Submission ≤5 pages incl. title/abstract/references; published ≤3 pages |
A Brief Announcement is a real strategic option — it timestamps a result, reaches the community, and
does not bar a later full paper elsewhere — not a demotion. But a regular result padded into a
BA, or an incomplete result stretched into a regular paper, both read as misjudged. See
podc-supplementary for the content split.
acmart), two-column proceedings format, unmodified. This is the ACM
path — do not carry an LNCS/LIPIcs habit over from a DISC or OPODIS submission.PODC 2026 runs lightweight double-blind review: the submission must not reveal author names, affiliations, or email addresses anywhere. This is a change from PODC's historically single-blind practice — do not carry a prior single-blind habit forward, but also do not over-anonymize past what the call asks.
# Mechanical pass on the submission PDF
pdfinfo paper.pdf | grep -Ei 'author|creator|producer' # scrub identifying metadata
pdftotext paper.pdf - | grep -nEi 'university|@[a-z0-9.]+\.edu|acknowledg|grant|thanks' | head
pdftotext paper.pdf - | grep -nEi 'our (previous|prior|earlier) (work|paper)|we showed in \[' | head
The theory-specific leaks: a self-citation phrased as "in our earlier paper [12] we proved..." (make it third-person "[12] proves..."), a named funding grant, an acknowledgements block, a non-anonymized arXiv link, or a repository/author page for an optional simulation. Neutralize self-references and remove the acknowledgements until camera-ready.
Because PODC has no artifact track, the reviewers' object of scrutiny is the proof. Before upload, confirm:
| Finding at audit time | Severity | Real fix |
|---|---|---|
| Merits case not made within the first 10 pages | Effectively unreviewable | Restructure so model+result+delta+key ideas fit in 10 pages |
Template altered / not acmart two-column |
Format-reject grade | Recompile clean in the ACM Master template |
| Identity leak in PDF, self-citation, or linked repo | Anonymity violation | Third-person self-cites, strip metadata/acknowledgements, anonymize links |
| Abstract not registered by the earlier date | No submission slot exists | Nothing fixes this post-AoE — calendar it now |
| Proof gap or missing lemma in a first-10-pages theorem | Soundness risk | Close the proof or weaken the claim before submitting |
| Regular result forced into a ≤5-page Brief Announcement (or vice versa) | Misrouted | Re-choose the track before formatting |
| Same result under review at DISC/SPAA/a journal | Dual-submission exposure | Withdraw one venue; a preprint on arXiv is allowed, a concurrent submission is not |
[PODC submission status] ready / blocked / needs work
[Track] regular paper / brief announcement
[Registration] title/abstract/authors/conflicts locked by the earlier deadline? yes/no
[Format] first-10-pages merits case complete? acmart two-column? published-length plan?
[Anonymity] clean / leaks: <where> (self-cites third-person? metadata scrubbed?)
[Proofs] every first-10-pages theorem has a present proof? model box fixed? yes/no
[Fix queue] <ordered, with owners and dates before the AoE cutoff>