ISCA's verified 2026 format was spare: a printable PDF of at most 11 pages of text plus unlimited references, uploaded to HotCRP. The public guidelines described no separate supplementary-file channel and no appendix regime — the only sanctioned overflow surface they mention is a fully anonymized artifact link inside the paper. Strategy at this venue is therefore not "what goes in the supplement" but "what earns a place in the only document reviewers are given" — and what waits, staged, for the revision window and the camera-ready.
| Material | Destination | Why |
|---|---|---|
| Anything a claim depends on (mechanism detail, methodology, headline evidence, overheads) | The 11 pages | Reviewers judge the submission PDF; content elsewhere is invisible at decision time |
| Full config dumps, per-workload result tables, extra sweeps | Anonymized artifact repo, referenced once | Available to the curious without spending pages; not assumed read |
| Experiments anticipating likely objections | Staged, unpublished — ready for the rebuttal/revision window | The 2026 process let authors add evidence in February (isca-author-response) |
| Tutorials, extended lineage, code documentation | Post-acceptance artifact and camera-ready pointers | Serves readers and evaluators, not reviewers |
The discipline mirrors tape-out: the submission PDF is the mask set. Everything else is either supporting collateral or inventory for a later window.
The 2026 guidelines explicitly required artifact links (e.g., repositories) to be fully anonymized. Practical protocol:
# Identity scrub of the anonymous artifact mirror before submission
git -C mirror log --format='%an %ae' | sort -u # commit identities
grep -rniE 'university|institute|\.edu|corp|@[a-z-]+\.(com|org)' \
mirror/ --include='*.md' --include='*.txt' | head
grep -rn '/home/\|/Users/\|hostname\|slurm' mirror/ | head
zip -r artifact-mirror.zip mirror/ -x '*.git*' # if a file drop is used
When the draft overflows, resist the instinct to exile results tables to the repo. Compression moves that keep evidence reviewable:
isca-experiments, outlier honesty
is credibility).ISCA's process gives material a second entry point: the rebuttal/revision window (three weeks in the 2026 cycle). Maintain a staging shelf from day one:
staging/
obj-baseline-storage/ # equal-storage comparison vs <rival>, ready to run
obj-threshold-sweep/ # sensitivity sweep, plotted, unpublished
obj-os-effects/ # full-system spot-check, half-built
notes.md # for each: trigger objection, cost to finish, owner
Rules for the shelf: each item names the objection that would trigger it; each
is runnable inside a week (window math); none contains new-contribution
material — window additions must repair the submitted claim set, not extend it
(isca-author-response explains why extension backfires).
Camera-ready (isca-camera-ready) de-anonymizes the artifact link and the AE
process (isca-artifact-evaluation) formalizes the package. Sequence the
release: swap the anonymous mirror for the canonical repo; add an archival
snapshot (DOI-issuing service) for the version evaluated; move the shelf's
run-but-unpublished sweeps into the repo's extended-results directory, clearly
versioned against the paper.
Record the decision for every displaced item so deadline week doesn't relitigate:
[Item] <table/figure/analysis/derivation>
[Claim it supports] <claim id, or "none">
[Destination] 11-pages / anonymized-repo / staging-shelf / post-acceptance
[If repo] identity-swept? yes/no [If shelf] trigger objection + cost-to-run
[Reviewer impact if invisible] fatal / weakens / none
Any item marked "fatal if invisible" that is not in the 11 pages is a layout bug — fix the budget, not the claim.
Verified format and blinding facts: ../../resources/official-source-map.md
(2026-07-08). Whether 2027 adds an appendix allowance, a supplement upload, or
different link rules is 待核实 — reread the new guidelines before triaging.