ATC Submission
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.
The paired upload (the thing authors miss)
ATC's first review round judges a two-page extended abstract, uploaded together with the full
paper in one HotCRP submission:
- The extended abstract gives the motivation and contribution and is for review only — it is not
published.
- It must stand on its own: a round-one reviewer may read only the abstract, and a round-two
reviewer may read only the paper. Neither may assume the other.
- A copy of the introduction can serve as the abstract only if it fits two pages and reads
self-contained — usually it needs tightening, not just truncation.
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.
Format and page budget
- Two-column format: text block 178 × 229 mm (7 × 9 in), 10-point Times Roman (or
similar) on 12-point single-spaced leading, A4 or US letter. This is the classic USENIX systems
layout; whether the SIGOPS edition mandates the USENIX template file or an ACM equivalent is
待核实 — confirm on the call.
- Page budget: full papers ≤ 12 pages, short papers ≤ 6 pages, excluding references and
appendices but including all text, figures, tables, and footnotes.
- Reviewers are not required to read appendices; nothing that decides acceptance may live only
in an appendix (see
atc-supplementary).
Double-blind sweep
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.
Desk-risk triage
| 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 |
Final-week order of operations
- Freeze the system and results early; prose can churn, the measurements cannot.
- Write the extended abstract last but audit it first — read it cold, without the paper, and check
the problem, contribution, testbed, and result all land in two pages.
- Run the double-blind checks on the final PDF, the final extended abstract, and the
final artifact archive — not on drafts.
- Fill every HotCRP field — topic tags that match your evidence, conflicts for every coauthor's
institution and recent collaborators — a day early; late conflicts are the classic midnight
failure.
- Confirm the exact deadline day on the SIGOPS call (renderings disagree on 1 vs. 10 June 2026
— 待核实) and target AoE, not local midnight.
- Re-download both uploaded PDFs and read them cold to confirm they are the files you meant.
Reverify each cycle
- The exact June deadline day, the abstract/paper pairing rule, and whether the two-round model
persists.
- The page budget and which template file (USENIX vs. ACM) is required (待核实).
- Whether the Deployed Systems / experience track is offered (待核实), the artifact-track timing,
concurrent-submission wording, and any AI-disclosure rule.
- ACM Open Access / APC terms and waivers.
Output format
[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>
Source: brycewang-stanford/Awesome-Journal-Skills → ATC-Skills/skills/atc-submission/SKILL.md
1---2name: atc-submission3description: Use when auditing an ATC (ACM SIGOPS Annual Technical Conference, formerly USENIX ATC) submission for HotCRP readiness — the paired two-page extended abstract plus full paper, the two-column 12/6-page budget, the double-blind anonymity sweep, ACM Open Access publication, and desk-reject triage before the early-June AoE cutoff.4---567# ATC Submission89Run this audit before uploading to the ATC HotCRP site (`atc26.hotcrp.com`). ATC 2026 is the first10**ACM SIGOPS Annual Technical Conference** — the continuation of the former **USENIX ATC** — so the11process changed in the handover: a new **two-round, extended-abstract** review, a **June deadline**,12a **Hong Kong / November** conference, and **ACM Open Access** publication. Every number below was13read from the ATC 2026 SIGOPS call and the USENIX ATC '25 pages on 2026-07-09 via search renderings14(see `resources/official-source-map.md`); treat them as a one-cycle snapshot and reopen the live15call first.1617## The paired upload (the thing authors miss)1819ATC's first review round judges a **two-page extended abstract**, uploaded **together with the full20paper** in one HotCRP submission:2122- The extended abstract gives the motivation and contribution and is **for review only — it is not23 published**.24- It must **stand on its own**: a round-one reviewer may read *only* the abstract, and a round-two25 reviewer may read *only* the paper. Neither may assume the other.26- A copy of the introduction can serve as the abstract **only if it fits two pages and reads27 self-contained** — usually it needs tightening, not just truncation.2829If your submission has a strong paper but a weak, dependent abstract, you can be cut in round one30before anyone opens the PDF. Audit the abstract as hard as the paper.3132## Format and page budget3334- **Two-column** format: text block **178 × 229 mm (7 × 9 in)**, **10-point** Times Roman (or35 similar) on 12-point single-spaced leading, A4 or US letter. This is the classic USENIX systems36 layout; whether the SIGOPS edition mandates the USENIX template file or an ACM equivalent is37 **待核实** — confirm on the call.38- **Page budget:** **full papers ≤ 12 pages, short papers ≤ 6 pages**, excluding references and39 appendices but **including** all text, figures, tables, and footnotes.40- Reviewers are **not required** to read appendices; nothing that decides acceptance may live only41 in an appendix (see `atc-supplementary`).4243## Double-blind sweep4445ATC review is **double-blind**: reviewer and author identities are mutually concealed. Because46systems papers lean on code, testbeds, and system names, the leak surface is wide:4748```bash49# Mechanical pass on the submission PDF and any anonymized artifact archive50pdfinfo paper.pdf | grep -Ei 'author|creator|producer'51pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|gitlab|zenodo\.org/record|acknowledg|grant|our (prior|previous) (system|work)' | head52unzip -l artifact.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/|hostname' | head53grep -rniE 'university|@[a-z0-9.]+\.edu|cluster [a-z0-9-]+|internal-|corp\.' artifact/ --include='*.md' --include='*.sh' | head54```5556The systems-specific leaks: a system named after your group or product, a cluster hostname in a log57or config, a `git remote` inside a zipped repo, an acknowledgments/funding line, and citing your own58prior system as "our system X." Cite your own work in the **third person** and never write59"reference removed for blind review." Mirror any linked repository behind a blind service before60upload.6162## Desk-risk triage6364| Finding at audit time | Severity | Real fix |65|---|---|---|66| 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 |67| Main text over the 12/6-page budget | Desk-reject-grade | Cut or move to an appendix; references/appendices do not absorb body text |68| Format altered (margins, column width, shrunk font) | Desk-reject ground | Recompile to the two-column spec; recover space editorially |69| Identity leak in PDF, artifact, system name, or self-citation | Anonymity violation | Re-anonymize, re-host, scrub metadata, third-person self-cites |70| Same work under review elsewhere | Concurrent-submission exposure | Withdraw one venue; verify the current concurrent-submission wording |71| Claims with no runnable evidence | Scored weakness | Add the anonymized artifact and a claim-to-experiment map |7273## Final-week order of operations74751. Freeze the system and results early; prose can churn, the measurements cannot.762. Write the extended abstract last but audit it first — read it cold, without the paper, and check77 the problem, contribution, testbed, and result all land in two pages.783. Run the double-blind checks on the **final** PDF, the **final** extended abstract, and the79 **final** artifact archive — not on drafts.804. Fill every HotCRP field — topic tags that match your evidence, conflicts for every coauthor's81 institution and recent collaborators — a day early; late conflicts are the classic midnight82 failure.835. Confirm the exact deadline day on the SIGOPS call (renderings disagree on **1 vs. 10 June 2026**84 — 待核实) and target AoE, not local midnight.856. Re-download both uploaded PDFs and read them cold to confirm they are the files you meant.8687## Reverify each cycle8889- The exact June deadline day, the abstract/paper pairing rule, and whether the two-round model90 persists.91- The page budget and which template file (USENIX vs. ACM) is required (**待核实**).92- Whether the Deployed Systems / experience track is offered (**待核实**), the artifact-track timing,93 concurrent-submission wording, and any AI-disclosure rule.94- ACM Open Access / APC terms and waivers.9596## Output format9798```text99[ATC submission status] ready / blocked / needs work100[Extended abstract] present and self-standing? yes/no101[Format] pages used (body/refs), two-column template compliance102[Anonymity] clean / leaks: <where>103[Artifact] anonymized runnable package linked? claim-to-experiment map present?104[Fix queue] <ordered, with owners and dates before the early-June AoE cutoff>105```106107---108109**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `ATC-Skills/skills/atc-submission/SKILL.md`