ICSME Submission
Run this audit before uploading to the ICSME EasyChair site. ICSME research papers are IEEE
conference papers that publish in IEEE Xplore, judged in a single double-anonymous round.
Every number below was read from the ICSME 2026 research-papers call on 2026-07-09 via search
renderings of the conf.researchr.org and EasyChair URLs (see resources/official-source-map.md);
treat them as a one-cycle snapshot and reopen the live call first.
The abstract-then-paper two-step
ICSME separates abstract registration from full-paper upload, and both are AoE:
- Abstract locks in title, abstract, authors, and topic areas about a week early (ICSME 2026:
27 February 2026). New submissions are not accepted after this; only updates to registered ones.
- Full paper uploads the anonymized PDF (ICSME 2026: 6 March 2026).
Register with the real title and abstract, not a placeholder — the abstract drives reviewer
bidding on EasyChair, and a registered abstract that diverges from the final paper worsens your PC
match and can strand the submission if you miss the abstract cutoff.
Format and page budget
- IEEE two-column conference proceedings format,
\documentclass[conference]{IEEEtran} for
LaTeX; Word users take the US-Letter IEEE template. This is the IEEE path — do not carry an
ACM acmart single-column habit over from ICSE-adjacent ACM venues or from FSE.
- Page budget (verify per cycle): ICSME 2026 posts 10 pages including all text, figures,
tables, and appendices, plus up to 2 pages containing references only. There is no separate
unlimited appendix — anything reviewers must read to judge the paper lives inside the 10 pages.
- Margins, font size, and column layout are fixed by IEEEtran; editorial compression, not template
tampering, is how you recover space. A shrunk font or widened text block is a named desk-reject.
Double-anonymous sweep
ICSME runs double-anonymous review: author identity must be hidden from reviewers. Because
maintenance/evolution papers lean on named subject systems, mined repositories, and tools, the
leak surface is wide:
# Mechanical pass on the submission PDF and any anonymized artifact archive
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'
pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|gitlab|zenodo\.org/record|acknowledg|grant' | head
unzip -l artifact.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/' | head
grep -rni 'university\|@[a-z0-9.]*\.edu\|our (tool|group|lab)' artifact/ --include='*.md' | head
The ICSME-specific leaks: a study that names your own system as the subject, a mined corpus that
is obviously your public GitHub org, a tool named after your lab, commit metadata inside a zipped
repository, and a data-availability link pointing at a personal account. Refer to your own prior
maintenance studies in the third person, and re-host artifacts behind an anonymizing service
before upload.
Open science at submission time
ICSME's ROSE-Festival culture makes open science the default expectation, even at review time:
- Provide an anonymized artifact link (or upload anonymized material) and a data-availability
statement describing the mined corpus, subject systems, scripts, and where they will live after
acceptance.
- Pin mining provenance now — repository SHAs, extraction dates, inclusion/exclusion criteria — and
cache any LLM outputs; these cannot be reconstructed at review time.
- If confidentiality (an industrial legacy system, proprietary change history) blocks sharing, say
so and why; a silent gap reads as a scored weakness, not a neutral choice.
Desk-risk triage
| Finding at audit time |
Severity |
Real fix |
| Main text over 10 pages (figures/appendices counted) |
Desk-reject-grade |
Cut or move to the artifact; the 2 reference pages do not absorb body text |
| Template altered (margins, shrunk font, wrong class) |
Named desk-reject ground |
Recompile clean IEEEtran conference, recover space editorially |
| Identity leak in PDF, artifact, subject-system choice, or tool name |
Anonymity violation |
Re-anonymize and re-host; scrub PDF metadata |
| Abstract not registered by the earlier date |
No submission slot exists |
Nothing fixes this post-AoE — calendar it now |
| No availability statement, no artifact |
Scored against the paper under ROSE norms |
Add the statement + an anonymized package |
| Same study under review elsewhere |
Dual-submission exposure |
Withdraw one venue; verify the current concurrent-submission wording |
Final-week order of operations
- Freeze the body early; references can churn, the argument cannot.
- Register title/abstract/authors/topics on EasyChair well before the abstract cutoff.
- Build the anonymized artifact and place its link and data-availability statement in the paper.
- Run the mechanical anonymity checks on the final PDF and the final archive, not drafts.
- Fill every EasyChair field — topics that match your evidence, conflicts for every coauthor's
institution and recent collaborators — a day early; late conflicts are the classic failure.
- Re-download the uploaded PDF and read it cold to confirm it is the file you meant.
Reverify each cycle
- Whether the abstract-then-paper two-step and its exact dates hold.
- The page budget (10+2 in 2026) and which IEEEtran revision is required.
- Supplementary handling, the ROSE-Festival timing, dual-submission wording, and any AI-disclosure
rule — all cycle-volatile; none should be assumed stable.
Output format
[ICSME submission status] ready / blocked / needs work
[Abstract step] title/abstract/authors/topics registered by the earlier deadline? yes/no
[Format] pages used (body/refs), IEEEtran conference compliance
[Anonymity] clean / leaks: <where, incl. subject-system and tool-name leaks>
[Open science] anonymized artifact link present? data-availability statement present?
[Fix queue] <ordered, with owners and dates before the AoE cutoff>
Source: brycewang-stanford/Awesome-Journal-Skills → ICSME-Skills/skills/icsme-submission/SKILL.md
1---2name: icsme-submission3description: Use when auditing an IEEE ICSME research-track submission for EasyChair readiness, covering the abstract-then-paper two-step deadline, the IEEEtran two-column 10+2 page budget, double-anonymous review, the open-science data-availability expectation, and desk-reject triage before the AoE cutoff.4---567# ICSME Submission89Run this audit before uploading to the ICSME EasyChair site. ICSME research papers are IEEE10conference papers that publish in **IEEE Xplore**, judged in a **single double-anonymous round**.11Every number below was read from the ICSME 2026 research-papers call on 2026-07-09 via search12renderings of the `conf.researchr.org` and EasyChair URLs (see `resources/official-source-map.md`);13treat them as a one-cycle snapshot and reopen the live call first.1415## The abstract-then-paper two-step1617ICSME separates **abstract registration** from **full-paper upload**, and both are AoE:1819- **Abstract** locks in title, abstract, authors, and topic areas about a week early (ICSME 2026:20 27 February 2026). New submissions are not accepted after this; only updates to registered ones.21- **Full paper** uploads the anonymized PDF (ICSME 2026: 6 March 2026).2223Register with the *real* title and abstract, not a placeholder — the abstract drives reviewer24bidding on EasyChair, and a registered abstract that diverges from the final paper worsens your PC25match and can strand the submission if you miss the abstract cutoff.2627## Format and page budget2829- **IEEE two-column conference proceedings format**, `\documentclass[conference]{IEEEtran}` for30 LaTeX; Word users take the US-Letter IEEE template. This is the **IEEE path** — do not carry an31 ACM `acmart` single-column habit over from ICSE-adjacent ACM venues or from FSE.32- **Page budget (verify per cycle):** ICSME 2026 posts **10 pages** including all text, figures,33 tables, and appendices, **plus up to 2 pages containing references only**. There is no separate34 unlimited appendix — anything reviewers must read to judge the paper lives inside the 10 pages.35- Margins, font size, and column layout are fixed by IEEEtran; editorial compression, not template36 tampering, is how you recover space. A shrunk font or widened text block is a named desk-reject.3738## Double-anonymous sweep3940ICSME runs **double-anonymous** review: author identity must be hidden from reviewers. Because41maintenance/evolution papers lean on named subject systems, mined repositories, and tools, the42leak surface is wide:4344```bash45# Mechanical pass on the submission PDF and any anonymized artifact archive46pdfinfo paper.pdf | grep -Ei 'author|creator|producer'47pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|gitlab|zenodo\.org/record|acknowledg|grant' | head48unzip -l artifact.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/' | head49grep -rni 'university\|@[a-z0-9.]*\.edu\|our (tool|group|lab)' artifact/ --include='*.md' | head50```5152The ICSME-specific leaks: a study that names *your own* system as the subject, a mined corpus that53is obviously your public GitHub org, a tool named after your lab, commit metadata inside a zipped54repository, and a data-availability link pointing at a personal account. Refer to your own prior55maintenance studies in the third person, and re-host artifacts behind an anonymizing service56*before* upload.5758## Open science at submission time5960ICSME's ROSE-Festival culture makes open science the default expectation, even at review time:6162- Provide an **anonymized** artifact link (or upload anonymized material) and a **data-availability63 statement** describing the mined corpus, subject systems, scripts, and where they will live after64 acceptance.65- Pin mining provenance now — repository SHAs, extraction dates, inclusion/exclusion criteria — and66 cache any LLM outputs; these cannot be reconstructed at review time.67- If confidentiality (an industrial legacy system, proprietary change history) blocks sharing, say68 so and why; a silent gap reads as a scored weakness, not a neutral choice.6970## Desk-risk triage7172| Finding at audit time | Severity | Real fix |73|---|---|---|74| Main text over 10 pages (figures/appendices counted) | Desk-reject-grade | Cut or move to the artifact; the 2 reference pages do not absorb body text |75| Template altered (margins, shrunk font, wrong class) | Named desk-reject ground | Recompile clean IEEEtran conference, recover space editorially |76| Identity leak in PDF, artifact, subject-system choice, or tool name | Anonymity violation | Re-anonymize and re-host; scrub PDF metadata |77| Abstract not registered by the earlier date | No submission slot exists | Nothing fixes this post-AoE — calendar it now |78| No availability statement, no artifact | Scored against the paper under ROSE norms | Add the statement + an anonymized package |79| Same study under review elsewhere | Dual-submission exposure | Withdraw one venue; verify the current concurrent-submission wording |8081## Final-week order of operations82831. Freeze the body early; references can churn, the argument cannot.842. Register title/abstract/authors/topics on EasyChair well before the abstract cutoff.853. Build the anonymized artifact and place its link and data-availability statement in the paper.864. Run the mechanical anonymity checks on the *final* PDF and the *final* archive, not drafts.875. Fill every EasyChair field — topics that match your evidence, conflicts for every coauthor's88 institution and recent collaborators — a day early; late conflicts are the classic failure.896. Re-download the uploaded PDF and read it cold to confirm it is the file you meant.9091## Reverify each cycle9293- Whether the abstract-then-paper two-step and its exact dates hold.94- The page budget (10+2 in 2026) and which IEEEtran revision is required.95- Supplementary handling, the ROSE-Festival timing, dual-submission wording, and any AI-disclosure96 rule — all cycle-volatile; none should be assumed stable.9798## Output format99100```text101[ICSME submission status] ready / blocked / needs work102[Abstract step] title/abstract/authors/topics registered by the earlier deadline? yes/no103[Format] pages used (body/refs), IEEEtran conference compliance104[Anonymity] clean / leaks: <where, incl. subject-system and tool-name leaks>105[Open science] anonymized artifact link present? data-availability statement present?106[Fix queue] <ordered, with owners and dates before the AoE cutoff>107```108109---110111**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `ICSME-Skills/skills/icsme-submission/SKILL.md`