Agent skill · Data & Analytics

sigir-camera-ready

Use when an accepted SIGIR paper must become the ACM Digital Library version of record — de-anonymizing the sigconf source, CCS concepts and keywords, the e-rights form, TAPS source upload and proof checking, restoring real system and dataset names, and the April camera-ready window before the July conference.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill sigir-camera-ready --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: SIGIR-Skills/skills/sigir-camera-ready/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SIGIR Camera Ready SIGIR publishes through ACM: the version of record is produced by ACM's pipeline (e-rights, then TAPS) from your **source files**, and it appears in the Digital Library as both PDF and HTML (SIGIR 2025's volume is DOI 10.1145/3726302). The 2026 camera-ready window sat in late April for the tracks whose dates were verifiable (April 29, 2026 for Resources / Low Resource Environments); take your own track's date from the acceptance email, and note the July conference leaves little slack. ## What changes between the reviewed PDF and the record | Item | Reviewed submission | Version of record | |---|---|---| | Document class | `sigconf` + anonymous/review options | `sigconf` with rights commands from TAPS | | Authors | Hidden | Restored; order frozen **before** e-rights | | System name | Possibly a review alias | Real name, consistent with the public repo | | Dataset/log provenance | Genericized for anonymity | As precise as data agreements allow | | Repository link | Anonymous mirror | Public, licensed, stable (archival DOI best) | | Acknowledgments | Absent | Restored — and they cost body pages at SIGIR | | CCS concepts + keywords | Often placeholders | Final; the

What's inside
Steps it walks through
  1. What changes between the reviewed PDF and the record
  2. The ACM production sequence
  3. Digital Library metadata that outlives the conference
  4. Artifacts at publication time
  5. Worked example: absorbing review debts into the budget
  6. Registration and presentation
  7. Timeline discipline
  8. Output format
Commands it runs
Sweep before zipping for TAPS
grep -rn "ANON\|anonym" *.tex sections/          # stale review aliases
grep -rn "4open\|anonymous.4open" *.tex          # anonymous mirror still linked?
grep -rn "vspace\|renewcommand{\\\\baselinestretch}" *.tex  # spacing hacks
ls figures/ | wc -l && grep -c includegraphics *.tex        # figure inventory match
More from Awesome-Journal-Skills
All skills →
About this skill
What does the sigir-camera-ready skill do?

Use when an accepted SIGIR paper must become the ACM Digital Library version of record — de-anonymizing the sigconf source, CCS concepts and keywords, the e-rights form, TAPS source upload and proof checking, restoring real system and dataset names, and the April camera-ready window before the July conference.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill sigir-camera-ready --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going