Run this audit before the EDAS deadline. INFOCOM is a large IEEE ComSoc flagship — on the
order of ~1,400-1,500 submissions per year — so mechanical non-compliance is caught at scale and
papers over the length limit are simply not reviewed. Every number below was read from the
INFOCOM 2026/2027 Call for Papers and Submission Guidelines on 2026-07-09 via search renderings of
the ieee-infocom.org URLs (see resources/official-source-map.md); treat them as a one-cycle
snapshot and reopen the live call first.
INFOCOM separates the abstract/metadata registration from the full-paper upload, both on EDAS and both AoE:
Register with the real title and abstract, not a placeholder — the assignment system matches your manuscript and abstract to TPC members' publications, and a vague abstract worsens your reviewer fit before a human ever reads the paper.
\documentclass[10pt, conference, letterpaper]{IEEEtran}, 10-point Times, default margins and line spacing. This is the IEEE path,
not ACM/USENIX — do not carry an acmart single-column habit over from a sibling venue.INFOCOM runs double-blind review: author identities are removed from the PDF title page, body, and PDF metadata. Because networking papers lean on testbeds, traces, and released tools, the leak surface is wide:
# Mechanical pass on the submission PDF before EDAS upload
pdfinfo paper.pdf | grep -Ei 'author|creator|producer' # scrub metadata identity
pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|our (prior|previous) (work|system)|acknowledg|this work was supported' | head
grep -nEi '\\thanks|\\author\{[^}]*[A-Za-z]' paper.tex | head # stray author/thanks blocks
The networking-specific leaks: a self-citation phrased as "our previous system," a testbed or university cluster name, a released-tool GitHub URL, a funding/acknowledgement line left in, and identifying dataset names. Cite your own prior work in the third person and defer acknowledgements and grant numbers to the camera-ready.
An individual may be listed as author or co-author on at most five papers submitted to a given INFOCOM; if exceeded, only the first five received before the deadline are reviewed. On a large group's submission sprint, confirm nobody crosses the cap before the abstract deadline — EDAS enforces it on receipt order, and a late sixth paper is silently dropped.
| Finding at audit time | Severity | Real fix |
|---|---|---|
| Text (incl. appendices) over 9 pages, or total over 10 | Not-reviewed-grade | Cut or compress into the budget; references do not absorb body text |
Template altered (margins, shrunk font, wrong IEEEtran options) |
Named non-compliance | Recompile clean with the required preamble; recover space editorially |
| Author identity in PDF, metadata, or a "our system" self-citation | Double-blind violation | Re-anonymize; scrub PDF metadata; third-person self-citations |
| Abstract/metadata not registered by the earlier date | No submission slot exists | Nothing fixes this post-AoE — calendar it now |
| A coauthor already on five submissions | Sixth paper dropped | Rebalance authorship before the abstract deadline |
| Same work under review elsewhere | Dual-submission exposure | Withdraw one venue; verify the current concurrent-submission wording |
pdfinfo metadata.[INFOCOM submission status] ready / blocked / needs work
[Registration] title/abstract/co-authors in EDAS by the abstract deadline? yes/no
[Format] IEEEtran preamble correct? text pages (excl. refs) / total pages
[Anonymity] clean / leaks: <where, incl. PDF metadata and self-citations>
[Author cap] any coauthor at 5 submissions already? yes/no
[Fix queue] <ordered, with owners and dates before the AoE cutoff>