This audit assumes the deadline is days away and the PDF nearly final. Every hard
rule cited below is the verified ISCA 2026 record (checked 2026-07-08); the 2027
guidelines were not yet posted at check time, so confirm each line against the
live iscaconf.org pages before trusting it (待核实).
ISCA 2026 collected abstracts November 10 and full papers November 17, 2025 — a seven-day gap with different stakes at each step:
Treat the abstract deadline as the real deadline for decisions (title, claim, topic areas, author list, conflicts) and the paper deadline as the real deadline for evidence and prose.
| Item | 2026 rule | Check |
|---|---|---|
| Body length | ≤ 11 pages of single-spaced two-column text, references NOT counted | Count pages up to the bibliography start |
| References | Any number of pages | Never cut citations for space |
| Template | ISCA 2026 IEEE LaTeX template suggested for LaTeX users | Build from the official class, unmodified |
| File | Printable PDF | Fonts embedded; prints without errors |
| Portal | HotCRP (isca2026.hotcrp.com pattern) |
Account, form, and upload confirmed — not just saved |
Page-limit recovery should come from cutting content, not squeezing geometry: committees can and do check formatting mechanically, and a paper that reads as crammed invites the question of what a revision could even absorb.
The verified guidelines make three demands that trip authors coming from other venues:
isca-related-work).# Mechanical anonymity + format pass on the final PDF
pdfinfo paper.pdf | grep -Ei 'author|creator|producer' # metadata fields
pdftotext paper.pdf - | grep -nEi \
'github\.com/(?!anonymous)|gitlab|acknowledg|funded by|grant' | head
pdftotext -f 1 -l 1 paper.pdf - | head -5 # no names under title
pdffonts paper.pdf | awk '$5=="no"' # non-embedded fonts
# body-page count: note the page where references begin, compare to 11
pdftotext paper.pdf - | grep -n 'REFERENCES\|References' | head -1
Also sweep content-level identity: named internal clusters, institution-specific trace names, acknowledgment stubs, and "as we showed in [7]" phrasing.
Draft every field at the abstract step and re-verify at the paper step:
isca-reproducibility).isca-writing-style and isca-experiments.isca-author-response).Fill this in and circulate to all coauthors before each of the two deadlines:
[Gate] abstract step / paper step [Deadline] <date, AoE-converted>
[Format] body pages: __ /11 · refs pages: __ (uncounted) · template: official
[Blinding] names=form-only · metadata=clean · artifact-links=anonymized ·
references=INTACT
[HotCRP] title/abstract match PDF · topics deliberate · conflicts complete ·
status=SUBMITTED
[Freeze] repo tagged at figure-producing commit · env image stored
[Open risks] <anything unresolved, with owner and hour-of-day plan>
Every rule above is one edition's snapshot from
../../resources/official-source-map.md. If the live 2027 pages disagree with
this file, the live pages win.