MobiSys Supplementary
Use this when assembling MobiSys supplementary material. The supplement can support the paper,
but the 12-page double-column body must stand on its own — a reviewer may never open it.
Supplement structure
- Put full protocols, extra device sweeps, additional ablations, and per-device tables in a
clean appendix after the references (outside the 12-page cap).
- Put a demo video or media where the contribution is an interactive service or a
user-facing behavior a static figure cannot convey; MobiSys work often lives or dies on the
demo.
- Put executable assets in the artifact package rather than the appendix when the current
HotCRP form separates them (
mobisys-artifact-evaluation).
- Keep all supplementary files double-blind: no author names, institutions,
acknowledgements, device serial numbers, account handles in screenshots, internal codenames,
or repository owners in trace paths.
- Do not use the supplement to hide essential motivation, the core system description, the
headline device results, or the key design decisions.
- Verify archives and media open on a clean machine, render without your account, and contain
no credentials, caches, or hidden OS metadata.
Body / appendix / media split
| Content |
Where it goes |
Why |
| System design, headline latency + energy figures, accuracy-cost table |
12-page body |
The paper must be judgeable without the supplement |
| Full workload traces, per-device sweeps, extended ablations |
Appendix after references |
Supports the body under reviewer discretion |
| Interactive behavior, UI, real-time feel |
Demo video/media |
A CDF cannot show a user-facing service |
| Runnable code, scripts, model files |
Artifact package |
Evaluated by the AEC, not read as prose |
Appendix architecture
- Order appendix sections to mirror the body's experiment order; systems reviewers navigate by
figure and section number, not by page.
- Restate the setup before each extended result so the appendix reads standalone without
flipping back to the double-column body.
- Cross-reference every appendix table and figure from the body at least once; orphaned
supplement material is invisible under reviewer discretion.
- Keep the demo media short and self-explanatory; assume it is watched once, muted, at speed.
Vignette: splitting an on-device runtime paper
A submission presenting a thermal-aware inference runtime, plus device studies: the body keeps
the design, the latency-under-load curve, the energy-per-frame figure, and the accuracy-cost
table; the appendix holds the four-device sweep and the full workload traces; a 90-second demo
video shows the frame rate holding as the phone heats; the artifact carries the runtime and
the measurement scripts. Nothing decision-critical lives only in the appendix or the video,
because both are discretionary.
Output format
[Supplement status] Ready / Needs fixes / Not ready
[Body/appendix/media split] <what sits where, gaps flagged>
[Files] <appendix / demo video / traces / artifact>
[Anonymity checks] <passed / issues incl. screenshots and trace paths>
[Main-paper dependency] <what breaks if the supplement is ignored>
Source: brycewang-stanford/Awesome-Journal-Skills → MobiSys-Skills/skills/mobisys-supplementary/SKILL.md
1---2name: mobisys-supplementary3description: Use when preparing MobiSys supplementary material — appendices, extra device sweeps, protocol details, demo video and media, and anonymized artifacts under the 12-page-body, double-blind, and reviewer-discretion constraints, including how to split a mobile-systems paper between body, references-and-appendix overflow, and HotCRP fields.4---567# MobiSys Supplementary89Use this when assembling MobiSys supplementary material. The supplement can support the paper,10but the 12-page double-column body must stand on its own — a reviewer may never open it.1112## Supplement structure1314- Put full protocols, extra device sweeps, additional ablations, and per-device tables in a15 clean appendix after the references (outside the 12-page cap).16- Put a **demo video or media** where the contribution is an interactive service or a17 user-facing behavior a static figure cannot convey; MobiSys work often lives or dies on the18 demo.19- Put executable assets in the artifact package rather than the appendix when the current20 HotCRP form separates them (`mobisys-artifact-evaluation`).21- Keep all supplementary files **double-blind**: no author names, institutions,22 acknowledgements, device serial numbers, account handles in screenshots, internal codenames,23 or repository owners in trace paths.24- Do not use the supplement to hide essential motivation, the core system description, the25 headline device results, or the key design decisions.26- Verify archives and media open on a clean machine, render without your account, and contain27 no credentials, caches, or hidden OS metadata.2829## Body / appendix / media split3031| Content | Where it goes | Why |32|---|---|---|33| System design, headline latency + energy figures, accuracy-cost table | 12-page body | The paper must be judgeable without the supplement |34| Full workload traces, per-device sweeps, extended ablations | Appendix after references | Supports the body under reviewer discretion |35| Interactive behavior, UI, real-time feel | Demo video/media | A CDF cannot show a user-facing service |36| Runnable code, scripts, model files | Artifact package | Evaluated by the AEC, not read as prose |3738## Appendix architecture3940- Order appendix sections to mirror the body's experiment order; systems reviewers navigate by41 figure and section number, not by page.42- Restate the setup before each extended result so the appendix reads standalone without43 flipping back to the double-column body.44- Cross-reference every appendix table and figure from the body at least once; orphaned45 supplement material is invisible under reviewer discretion.46- Keep the demo media short and self-explanatory; assume it is watched once, muted, at speed.4748## Vignette: splitting an on-device runtime paper4950A submission presenting a thermal-aware inference runtime, plus device studies: the body keeps51the design, the latency-under-load curve, the energy-per-frame figure, and the accuracy-cost52table; the appendix holds the four-device sweep and the full workload traces; a 90-second demo53video shows the frame rate holding as the phone heats; the artifact carries the runtime and54the measurement scripts. Nothing decision-critical lives only in the appendix or the video,55because both are discretionary.5657## Output format5859```text60[Supplement status] Ready / Needs fixes / Not ready61[Body/appendix/media split] <what sits where, gaps flagged>62[Files] <appendix / demo video / traces / artifact>63[Anonymity checks] <passed / issues incl. screenshots and trace paths>64[Main-paper dependency] <what breaks if the supplement is ignored>65```6667---6869**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `MobiSys-Skills/skills/mobisys-supplementary/SKILL.md`