imc-submission

GitHub

用于在上传至IMC HotCRP前审计ACM IMC论文提交。涵盖周期选择、acmart模板与BBL文件、页数限制、双盲匿名(含基础设施)、伦理声明及弃稿筛查,确保符合会议格式与伦理要求。

IMC-Skills/skills/imc-submission/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

准备向IMC HotCRP提交论文 检查IMC会议论文的格式合规性 验证双盲匿名和伦理章节

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill imc-submission -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/IMC-Skills/skills/imc-submission -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@imc-submission

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill imc-submission -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": "imc-submission",
    "description": "Use when auditing an ACM IMC submission for HotCRP readiness, covering the paper-registration step, the acmart template with BBL upload, the full\/short page limits, double-blind anonymity including vantage-point details, the mandatory Ethics section, the artifact-availability declaration, cycle choice, and desk-reject triage before the AoE cutoff."
}

IMC Submission

Run this audit before uploading to the IMC HotCRP site. IMC — the ACM Internet Measurement Conference, sponsored by ACM SIGCOMM — judges a submission on what it measured about the real Internet and how, so the mechanics below are where good measurement work is needlessly lost. Every number was read from the IMC 2026 call and submission instructions and the IMC 2025 call on 2026-07-09 via search renderings (see resources/official-source-map.md); treat them as a one-cycle snapshot and reopen the live pages first.

Pick the cycle first

IMC runs two deadlines a year (cycle 1 ~20 Nov 2025, cycle 2 ~29 Apr 2026). This is a real choice, not a formality:

  • The One-Shot-Revision path resubmits to the next deadline with the same reviewers, so a cycle-1 submission that earns a revision lands back in cycle 2. If your data collection finishes late, cycle 2 may be the honest target rather than rushing cycle 1.
  • Registration precedes submission by roughly a week (cycle 1: register ~13 Nov 2025). Miss registration and no PDF slot exists.

Format and page budget

  • ACM acmart template, in the required review format, unmodified. This is the ACM path — do not carry an IEEE two-column habit across from a sibling networking venue.
  • Upload the BBL file of your references on the reviewing system, as the submission instructions require — a missing BBL is a preventable processing failure.
  • Page budget (IMC 2025 basis; confirm 2026): full papers up to 13 pages of text and figures + unlimited references and appendix; short papers up to 6 pages of text and figures. Any paper with more than 6 pages of technical content is reviewed as a full paper.
  • The appendix is unlimited but may not be used to dodge the body limit — the page-limited body must be self-contained and decision-complete.

Double-blind sweep (including infrastructure)

IMC uses double-blind review: no author names or affiliations, no identifying grant numbers, and third-person references to your own prior work. Measurement papers leak identity in ways a generic checklist misses:

# Mechanical pass on the submission PDF
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'
pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|zenodo\.org/record|acknowledg|grant|@[a-z0-9.]*\.edu' | head

The measurement-specific leaks: a vantage point or testbed that only your group operates, an AS number or probe hostname that names your institution, a RIPE Atlas measurement ID tied to your account, a released-dataset URL on a personal or lab domain, and acknowledgements to the operators who gave you access. Anonymize the infrastructure description, not just the byline.

The Ethics section is a gate

IMC requires a clearly marked Ethics section or appendix; a paper without one may be rejected. This is not boilerplate:

  • Human subjects / user data (traffic, DNS queries, social data, credentials): document IRB approval or exemption, and attach the anonymized determination form if required. Reason explicitly against Belmont Report principles — respect for persons (consent), beneficence (risk vs. benefit), justice (who bears risk vs. who benefits).
  • Active measurement: argue that probing does not harm targets or intermediary networks, name opt-out/blocklist handling, and rate-limit disclosure.
  • Vulnerability or exposure findings: state a responsible-disclosure plan and its timeline.

Write this section early (see imc-experiments); ethics approvals cannot be retrofitted at the deadline.

Artifact-availability declaration

Every submission carries a declaration: full, partial, or no availability.

  • Prefer full: an anonymized dataset/tool link the reviewers can inspect.
  • No availability is acceptable only with a stated legitimate reason (proprietary data, privacy, legal) in a specific section — a silent "none" reads as a weakness.
  • Accepted papers are shepherded to deliver what was promised, so do not over-declare.

Desk-risk triage

Finding at audit time Severity Real fix
Body over the page limit / appendix smuggling decision-critical content Desk-reject-grade Cut or restructure; the body must be self-contained
Template altered or wrong acmart format Named desk-reject ground Recompile clean; recover space editorially
Missing BBL upload Processing failure Generate and upload the BBL
Identity leak in PDF, dataset link, or vantage-point description Anonymity violation Re-anonymize infrastructure and links; scrub PDF metadata
No Ethics section Named rejection ground Add a real Ethics section; document IRB/disclosure
Human-subjects work without IRB documentation Ethics failure Obtain/attach the IRB determination
Not registered by the cycle's registration date No submission slot Nothing fixes this post-cutoff — calendar it now

Final-week order of operations

  1. Freeze the measurement narrative early; the finding and its vantage points cannot churn.
  2. Register title/abstract/authors/conflicts before the registration cutoff.
  3. Write the Ethics section and confirm IRB/disclosure documentation is ready.
  4. Build the anonymized dataset/tool link and set the availability declaration honestly.
  5. Run the mechanical anonymity checks — including infrastructure — on the final PDF.
  6. Upload the PDF and the BBL, fill every HotCRP field (topics, conflicts for every coauthor's institution and recent collaborators) a day early, then re-download and read the PDF cold.

Reverify each cycle

  • Exact deadline/registration dates and which cycle you are targeting.
  • The page limits and acmart variant.
  • Ethics-statement wording and the IRB-form requirement.
  • Artifact-declaration options and any responsible-disclosure or AI-use rule — all cycle-volatile.

Output format

[IMC submission status] ready / blocked / needs work
[Cycle] deadline 1 / deadline 2, registered by the cutoff? yes/no
[Format] pages used (body/refs), acmart compliance, BBL uploaded?
[Anonymity] clean / leaks: <where, incl. vantage points>
[Ethics] section present? IRB/disclosure documented? yes/no
[Availability] declaration full/partial/none + justification if none
[Fix queue] <ordered, with owners and dates before the AoE cutoff>

Version History

  • 9f86f09 Current 2026-07-19 16:01

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
4f7fd78f
Indexed
2026-07-19 16:01

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