Run this audit before uploading to the ATC HotCRP site (atc26.hotcrp.com). ATC 2026 is the first
ACM SIGOPS Annual Technical Conference — the continuation of the former USENIX ATC — so the
process changed in the handover: a new two-round, extended-abstract review, a June deadline,
a Hong Kong / November conference, and ACM Open Access publication. Every number below was
read from the ATC 2026 SIGOPS call and the USENIX ATC '25 pages 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.
ATC's first review round judges a two-page extended abstract, uploaded together with the full paper in one HotCRP submission:
If your submission has a strong paper but a weak, dependent abstract, you can be cut in round one before anyone opens the PDF. Audit the abstract as hard as the paper.
atc-supplementary).ATC review is double-blind: reviewer and author identities are mutually concealed. Because systems papers lean on code, testbeds, and system names, the leak surface is wide:
# 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|our (prior|previous) (system|work)' | head
unzip -l artifact.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/|hostname' | head
grep -rniE 'university|@[a-z0-9.]+\.edu|cluster [a-z0-9-]+|internal-|corp\.' artifact/ --include='*.md' --include='*.sh' | head
The systems-specific leaks: a system named after your group or product, a cluster hostname in a log
or config, a git remote inside a zipped repo, an acknowledgments/funding line, and citing your own
prior system as "our system X." Cite your own work in the third person and never write
"reference removed for blind review." Mirror any linked repository behind a blind service before
upload.
| Finding at audit time | Severity | Real fix |
|---|---|---|
| No extended abstract, or it does not stand alone | Round-one failure | Write/tighten a self-contained 2-page abstract; verify it reads without the paper |
| Main text over the 12/6-page budget | Desk-reject-grade | Cut or move to an appendix; references/appendices do not absorb body text |
| Format altered (margins, column width, shrunk font) | Desk-reject ground | Recompile to the two-column spec; recover space editorially |
| Identity leak in PDF, artifact, system name, or self-citation | Anonymity violation | Re-anonymize, re-host, scrub metadata, third-person self-cites |
| Same work under review elsewhere | Concurrent-submission exposure | Withdraw one venue; verify the current concurrent-submission wording |
| Claims with no runnable evidence | Scored weakness | Add the anonymized artifact and a claim-to-experiment map |
[ATC submission status] ready / blocked / needs work
[Extended abstract] present and self-standing? yes/no
[Format] pages used (body/refs), two-column template compliance
[Anonymity] clean / leaks: <where>
[Artifact] anonymized runnable package linked? claim-to-experiment map present?
[Fix queue] <ordered, with owners and dates before the early-June AoE cutoff>