SODA has no supplementary upload: no ZIP slot, no separate appendix deadline, no reviewer-optional attachments. One PDF on HotCRP, with no page limit, carries everything (2027 cycle, checked 2026-07-08 via the SIAM SODA27 submission page). So "supplementary material" at SODA is an internal layout question: how to architect a 40-80 page document so that a triaging PC member, a assigned referee, and a rebuttal-window author can each navigate it.
Think of the submission as front matter (what every reader reads) and back matter (what the assigned referee verifies), with an explicit contract between them:
| Tier | Typical span | Contents | Reader promise |
|---|---|---|---|
| Front | pages 1-10ish | Title-page abstract, result statements, technique overview, prior-bound comparison, proof roadmap | Self-contained: a PC member can judge significance without back matter |
| Back | the rest | Full proofs in dependency order, deferred cases, calculation appendices, computational-check descriptions | Complete: no step outsourced to "standard arguments" that are not |
The contract fails in both directions: front matter that cannot be judged alone reads as disorganized; back matter that a referee cannot verify reads as wrong.
thm-restate or manual restatements so each
appendix proof begins with the exact claim, eliminating page-flipping:\usepackage{thm-restate}
% Front matter:
\begin{restatable}{theorem}{maindet}\label{thm:main}
There is a deterministic $O(m\log^3 n)$-time algorithm for ...
\end{restatable}
% Back matter:
\maindet* % restates Theorem 1 verbatim, then the full proof follows
\begin{proof} ... \end{proof}
Only material that cannot be prose belongs elsewhere, referenced from the paper:
soda-artifact-evaluation for packaging and the anonymity rules.An uncapped PDF is read on screens, out of order, by people hunting specific claims during rebuttal season. Invest in navigability the way capped-venue authors invest in compression:
\usepackage[colorlinks=true,linkcolor=blue,citecolor=blue]{hyperref}
\usepackage[capitalize,nameinlink]{cleveref} % "Lemma 4.2" links whole
% After the introduction:
\tableofcontents % legitimate in an uncapped venue
% In the appendix preamble, a claim index:
% Theorem 1 -> proved in Appendix B (p. 24)
% Theorem 2 -> proved in Appendix C (p. 31), uses Lemmas C.1-C.4
% Lemma 4.1 -> proved inline (p. 12)
soda-reproducibility; generate both from one source.hyperref; check they render, since some
reviewers navigate exclusively through them.| Imported habit | Why it misfires at SODA |
|---|---|
| "Proof deferred to the supplementary material" | There is no supplement; the phrase signals template reuse from another venue |
| Squeezing to 12 pages and dropping proofs | Uncapped submission: dropped proofs read as gaps, not thrift |
| Separate anonymous ZIP with the appendix | No such upload exists; appendix rides in the PDF |
| Supplement written after the deadline | Nothing can be added after July; the PDF is the whole record |
| Appendix as a dumping ground of drafts | Referees read it; unpolished back matter damages the front matter's credibility |
hyperref) and click every \ref in the appendix.[Back-matter verdict] Navigable / Needs restructuring / Incomplete
[Contract check] <front matter self-contained? back matter complete?>
[Orphans] <claims without proofs; proofs without claims>
[Ordering] <dependency violations found>
[External references] <archives cited; anonymity-safe? necessary?>