focs-camera-ready

GitHub

处理FOCS论文录用后的双版本交付:IEEE会议版与公开完整版。执行去匿名化、版权合规、一致性审计,确保定理声明一致,防止因版本差异导致拒收或声誉损失。

FOCS-Skills/skills/focs-camera-ready/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

收到FOCS录用通知 准备提交Camera-Ready版本 需要去匿名化和格式调整

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill focs-camera-ready -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/FOCS-Skills/skills/focs-camera-ready -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@focs-camera-ready

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill focs-camera-ready -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "focs-camera-ready",
    "description": "Use when converting a FOCS (IEEE Symposium on Foundations of Computer Science) acceptance into its deliverables — the IEEE proceedings version with copyright and de-anonymization steps, the public arXiv\/ECCC full version the CFP expects, the New York talk, and award-eligibility hygiene."
}

FOCS Camera-Ready

Acceptance at FOCS creates two publication duties with different owners of truth: a proceedings version, produced to IEEE specifications and published via IEEE Xplore and the IEEE Computer Society Digital Library, and a public full version with complete proofs that the CFP expects on arXiv, ECCC, or an equivalent open host by the camera-ready deadline (2026 CFP, checked 2026-07-08; the 2026 camera-ready date and format instructions were not public at check time — the acceptance packet is the controlling source, 待核实). This skill sequences both.

The two deliverables

Proceedings version Public full version
Publisher IEEE (Xplore + CS Digital Library) You (arXiv / ECCC)
Role Citable record of the FOCS acceptance Record of correctness — the document experts actually read
Length Per acceptance packet (待核实) Unlimited; all proofs
Rights IEEE copyright/publication form (electronic; exact form 待核实) You retain arXiv license choice
Deadline Camera-ready date (待核实) CFP expectation: same date
Failure cost Paper dropped from proceedings Community reads a proofless announcement; reputational, and real

Treat the full version as the primary deliverable and the proceedings file as its formatted excerpt — that ordering produces consistent documents; the reverse ordering produces a proofless PDF and an orphaned preprint.

De-anonymization, done completely

Reversing double-blind is more than restoring the author block:

  • Author names, affiliations, emails, ORCIDs in the packet's required format and order (author-order changes after acceptance need chair approval).
  • Acknowledgements and grant numbers restored — check funder mandates now, since some require specific contract-number phrasing and open-access handling of the accepted version.
  • Self-citations rewritten out of the third person where it now reads absurdly ("Chen et al. [7] — the present authors — showed…" becomes "In earlier work [7] we showed…").
  • The "full version" pointer made concrete: replace "the full version" with the actual arXiv/ECCC identifier on the first page.

Consistency audit before the deadline

The one camera-ready failure that follows a theory paper forever is divergence between the proceedings version and the full version. Run the statement-freeze check across the two sources one last time:

# same extractor as focs-reproducibility; both sources, post-edits
./extract_statements.sh proceedings-src/ fullversion-src/
# hashes must match: no theorem statement may differ between the
# document people cite and the document people check
# then verify the cross-pointers resolve:
grep -o 'arXiv:[0-9v.]*' proceedings-src/*.tex   # correct ID, correct version

If reviewer comments prompted real changes (a repaired lemma, a weakened claim), apply them to both documents and record them in the full version's changelog ("v3, camera-ready: Lemma 6.2 hypothesis corrected following committee comments"). Improvements beyond reviewer comments are safe when they strengthen exposition; new results belong in the journal version, not in a camera-ready that no longer matches what was refereed.

The November talk and the awards file

  • Talk: every accepted FOCS paper gets a program slot in New York (November 8–11, 2026); whether the 2026 program runs single-track or parallel sessions was unannounced at check time (待核实). Build the talk from the ten-page window's narrative — problem, obstacle, one real idea — not from the section structure; twenty minutes fits one idea.
  • Registration and attendance duties for accepted papers (who must register, in-person requirements): 待核实 in the acceptance packet; budget as if required.
  • Awards: the PC designates Best Paper and the Machtey Award for best student paper from the accepted pool — recent Machtey citations (2024: the Ising-perceptron capacity paper; papers with all-student author teams) show the profile. If your author team's student status matters, confirm the packet's eligibility declaration is filled accurately; misdeclared status is unfixable after the program is printed.

Working with IEEE production

Expect the production pipeline of an IEEE Computer Society proceedings — specific class files, a compliance-checking step, and an electronic copyright form — with the 2026 specifics (template, page allowance, upload system) defined only by the acceptance packet (待核实). Two habits that prevent the classic failures: run the packet's compliance checks on day one rather than deadline day, because font-embedding and figure-format errors take iterations to clear; and keep the proceedings source a generated projection of your canonical source (a documented set of cut points and \iffull switches), never a hand-forked copy — hand forks are how the proceedings version acquires the typo the full version already fixed.

Endgame sequence

  1. Acceptance week: read the packet twice; diary the camera-ready date; file the IEEE form early (copyright questions take days, not hours).
  2. Week 1: apply reviewer-prompted fixes to the canonical source; regenerate both documents from it.
  3. Week 2: de-anonymization pass; funder-compliance check; consistency audit above; co-author sign-off on the exact PDFs.
  4. Submission: upload proceedings files; post/refresh the full version so the identifier printed in the proceedings resolves today, not at the conference.
  5. Before travel: talk rehearsed against a mixed-TCS audience; slides carry the arXiv/ECCC ID on the final frame.

Version History

  • 9f86f09 Current 2026-07-19 15:45

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
9f86f09
Hash
be19bc8e
Indexed
2026-07-19 15:45

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 00:15
浙ICP备14020137号-1 $Carte des visiteurs$