agentsclimarketplace

Icde related work

Skill brycewang-stanford/Awesome-Journal-Skills/ICDE-Skills/skills/icde-related-work

Use when positioning an IEEE ICDE submission against the database canon and neighboring venues, running a reinvention audit across SIGMOD, VLDB, EDBT, and shipping systems, handling two-round concurrency, distinguishing engineering delta from genuine novelty, and covering both the literature and production systems an ICDE reviewer expects.From its SKILL.md

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill icde-related-work

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

3.9 KB, 771 tokens by cl100k_base, as published. Nobody here has run it

ICDE Related Work

Use this to audit novelty and eligibility. Reopen the current call for the original-work and prior-publication rules before advising authors.

Positioning checks

  • Separate genuine novelty (a new mechanism, access method, protocol, or primitive) from engineering delta (a faster implementation of a known idea). ICDE rewards the former; the latter needs an unusually strong evaluation to survive.
  • Run a reinvention audit against the deep database canon. Because data management has a fifty-year literature, a "new" index or join often has a 1980s or 1990s ancestor; find it and state the difference, or a reviewer will.
  • Cover both the research venues and shipping systems. ICDE reviewers expect you to know the relevant production databases, not just papers; ignoring a system that already does what you claim is a recognizable reject pattern.
  • Because ICDE is single-blind, cite your own prior work directly and link repositories freely — there is no anonymity to preserve in the bibliography.
  • State overlap with any prior short/workshop version honestly; the original-work rule bars work already published beyond a few double-column pages.

The venue-ring coverage table

Literature laneTypical sourcesWhat ICDE reviewers check
Core database venuesICDE, SIGMOD, VLDB/PVLDB, EDBTWhether the nearest system is compared or explicitly distinguished
JournalsIEEE TKDE, The VLDB Journal, ACM TODSWhether the journal-length predecessor of your idea is acknowledged
Systems venuesOSDI, SOSP, FAST, ATCWhether a systems-community mechanism you rebuild is credited
Shipping systemsCommercial and open-source databasesWhether a production system already provides your primitive

A bibliography citing only recent conference papers tells a builder-heavy committee that a known technique may be getting rediscovered — no throughput number repairs that impression.

The concurrency question at ICDE

  • ICDE's two-round calendar and the tight ICDE/SIGMOD/VLDB overlap mean genuinely concurrent work is common. For independently concurrent papers, cite neutrally, state the technical difference, and avoid priority claims a reviewer cannot check.
  • If a near-identical result appeared at a sibling venue between your rounds, address it head-on rather than hoping the reviewers missed it — they did not.

Positioning vignette

A paper proposes a latch-free variant of a classic index. Its nearest neighbors: the original B-tree literature, a recent SIGMOD lock-free structure, and a production key-value store's internal index. The novelty sentence must name all three contrasts — a new mechanism the classic design lacked, a different hardware assumption from the SIGMOD variant, and a capability the production store does not expose — so the delta is unmistakable.

Overlap judgment calls

  • Your own workshop or short-paper version: usually citable, but confirm it stays under the original-work threshold and declare it.
  • When unsure whether a prior venue counts as prior publication, declare the overlap in the submission form rather than gambling on a chair's reading.

Output format

[Eligibility] clear / needs declaration / risky
[Novelty type] new-mechanism / engineering-delta
[Closest lanes] <core-DB / journal / systems / shipping-system>
[Nearest 3 works] <work -> specific distinction>
[Reinvention risk] <ancestor found? y/n>
[Novelty sentence] <ICDE-ready contribution contrast>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.