agentsclimarketplace

Ieeesp supplementary

Skill brycewang-stanford/Awesome-Journal-Skills/IEEE-SP-Skills/skills/ieeesp-supplementary

Use when deciding what goes in an IEEE S&P (Oakland) paper's appendix versus the 13-page body, including the 5-page references-and-appendices allowance, the rule that reviewers need not read appendices, marking requirements past page 13, and what must never be relegated out of the reviewed body.From its SKILL.md

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill ieeesp-supplementary

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

4.7 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

IEEE S&P Supplementary Material

Use this when splitting content between the body and the appendix. S&P's model is stricter than most: there is no separate supplement upload in the verified CFPs — everything is one PDF of at most 13 body pages plus at most 5 pages of references and appendices, 18 total, with all content past page 13 clearly marked as appendix and reviewers explicitly not required to read appendices (sp2027.ieee-security.org/cfpapers.html, checked 2026-07-08).

The rule that decides every split

If the acceptance case needs it, it lives on pages 1–13. The appendix is for material a convinced reviewer might verify, never for material that does the convincing.

ContentPlacementWhy
Threat model, all of itBodyThe claim is undefined without it
Adaptive-attack evaluation summaryBodyThe defense's acceptance case
End-to-end exploit walkthrough (one target)BodyExistence proof of the attack
Per-target breakdown across 30 targetsAppendixVerification depth, not persuasion
Full protocol/proof detailsAppendix, with theorem statements in bodyStatements are claims; derivations are checks
Ethics considerationsBody (submission); dedicated section added at camera-ready doesn't count against limitsReviewed substance
Extended related workAppendixPositioning core stays in body (ieeesp-related-work)
Measurement instrument details (query lists, scan configs)AppendixReproducibility depth

The 5-page arithmetic

References and appendices share the 5-page allowance. A security paper's bibliography routinely runs 2.5–3 pages in compsoc format, leaving perhaps two pages of real appendix. Consequences:

  • Budget references first; the appendix gets the remainder.
  • Long tables (per-CVE results, device lists) may need an artifact-repository home instead — but then nothing argumentative may depend on them.
  • "Deferred to the extended version" is acceptable for proofs only if the paper states the theorem and its assumptions fully in the body; check the current CFP's stance on citing anonymous tech reports (待核实).

Marking and mechanics

  • Everything after page 13 must be clearly labeled as appendix — a running "Appendix" heading structure, not a continuation of numbered sections that silently crosses the boundary.
  • Appendix references from the body should be load-bearing pointers ("full derivation in App. B"), and the body sentence must still stand if the pointer is never followed.
  • The appendix is inside the anonymous PDF: the same anonymization sweep applies (ieeesp-submission), including figure paths and dataset names that identify a lab.
Split audit — run over the section list:
for each body section:    would a first-round reviewer cut the paper
                          without this? if no → appendix candidate
for each appendix item:   does any *claim* in the body rely on it as
                          evidence? if yes → PROMOTE to body or weaken
                          the claim
page check:               body ≤ 13 · refs+appendix ≤ 5 · total ≤ 18
                          · post-13 content labeled

Interplay with the Revise pathway

A Revise expectations summary often asks for material authors originally appendixed ("bring the adaptive evaluation into the main text"). Cheapest prevention: at first submission, put the summary statistics of every appendix experiment in the body with a pointer down — reviewers who can see the number rarely demand the relocation.

Anti-patterns from this venue's review piles

  • The 13th page ends mid-evaluation and the "results continue" in Appendix A — reads as a page-limit dodge and draws the over-length flag.
  • Proof-by-appendix: a body theorem whose stated assumptions differ from the appendix proof's actual assumptions.
  • An appendix ethics discussion — at S&P ethics is reviewed substance and the registration form asks for it directly.
  • Appendix-only artifacts descriptions when the availability statement in the body promises more than the appendix delivers.

Output format

[Page arithmetic] body <n>/13 · refs <n> + appendix <n> ≤ 5 · total <n>/18
[Marking] post-p13 labeled ✓/✗
[Promotion list] <appendix items the acceptance case secretly depends on>
[Demotion list] <body items a first-round reviewer would not miss>
[Anonymity] appendix swept ✓/✗

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.