ICDT Review Process
Model the pipeline before interpreting any single review. ICDT's process is built around two
submission cycles per year and a first-cycle revision option, and the reviewing bar is
proof correctness: the referees are database theorists who will check the argument, not just
weigh the idea. The most consequential mental shift for authors arriving from a systems venue is
that a wrong or incomplete proof is not a "revise" — it is often a reject, because the contribution
is the theorem.
Process model
- Submission and review run on Microsoft CMT with anonymous review (regular track, since
2024): the PC does not see author identities.
- Each cycle has an abstract deadline then a paper deadline about a week later; the PC bids
and is assigned from the registered abstracts.
- Cycle 1 decisions are Accept, Revise-and-resubmit, or Reject. A "revise" is a genuine
invitation to fix identified gaps and return within the cycle for a second read.
- Cycle 2 reaches a final Accept/Reject. A paper rejected in Cycle 1 cannot be resubmitted to
Cycle 2 unless the reviewers explicitly invited it — the cycles are not two independent lotteries.
- Accepted papers publish open access in LIPIcs (Schloss Dagstuhl), so camera-ready proof
completeness and metadata matter as much as the verdict.
Reading a decision against the categories
| Decision |
What it means |
Author move |
| Accept |
The theorem holds and the advance is real; polish only |
Camera-ready; finalize the full-version proofs; do not reopen scope |
| Revise-and-resubmit (Cycle 1) |
A fixable gap: a case in a proof, a missing bound, an unclear model |
Treat as a deadline: fix each identified point and document it in the revised version |
| Reject |
Structural: a broken proof, a known result, a model with no consequence |
Do not resubmit to Cycle 2 uninvited; repair deeply or reroute (PODS / a journal) |
The strategic reading: an ICDT referee distinguishes a gap you can close (a missing lemma, a
special case) from a claim that is wrong (the main theorem fails). Write so that any weakness a
referee finds is of the first kind — an argument you can complete in the revision — not the second.
How ICDT differs from its siblings
- vs. PODS: PODS is the other database-theory flagship, but North-American-leaning, co-located
with SIGMOD, and now published in ACM PACMMOD. ICDT is the European venue, co-located with
EDBT, published open access in LIPIcs, and runs a two-cycle calendar with a revision
option rather than PODS's ACM-journal framing. The scope overlaps heavily; the calendar,
publisher, and revision mechanics do not. Never assume a shared deadline or template.
- vs. EDBT (the co-located systems track): EDBT reviews systems and experimental data-management
work with reproducibility expectations; ICDT reviews theorems. Being in the same building and the
same week does not mean the same reviewer culture — an ICDT referee wants a proof, not a benchmark.
- vs. LICS / ICALP / STACS: these EATCS-adjacent theory venues share ICDT's proof rigor but not
its data-management framing; ICDT rewards a result whose consequence for querying, constraints,
or data is clear, not theory for its own sake.
Who reads you
Expect referees from your subarea of database theory — query languages, finite model theory,
complexity of query evaluation, consistent query answering, provenance, or data-integration theory.
They will read the proofs, look for the model of computation and the exact complexity class,
check whether upper and lower bounds match, and notice an unstated assumption that makes a theorem
easier than advertised. Vague "it can be shown that" statements are caught, not skimmed.
Where author leverage actually exists
[Before submission] precise abstract + subject areas -> the right referees (largest lever)
[Cycle choice] target Cycle 1 if the proof might still move (revision option)
[Revision round] the strongest lever: close every identified gap and say where you did
[After reject] no uninvited Cycle-2 carry; reroute to PODS or a journal (TODS/LMCS/TheoretiCS)
A revision succeeds when it closes the specific gap the referees named and documents the change;
it fails when it argues that the gap does not matter. Silent non-fixes — an identified missing case
left unaddressed — turn the second read into a reject.
Misreadings to avoid
- Treating "revise" as an accept — the second read re-checks the proof; budget the revision
window like a deadline.
- Treating Cycle 2 as a retry lane — the cross-cycle rule blocks uninvited resubmission of a
Cycle-1 reject.
- Assuming a systems-style rebuttal exists — ICDT's mechanism is the revision, not a
short rebuttal letter (confirm the current cycle's exact author-interaction rules; 待核实).
- Confusing ICDT with PODS process — different publisher, calendar, and revision model.
Output format
[Process stage] pre-submission / awaiting Cycle-N decision / revising / final / accepted
[Decision category] accept / revise / reject, with the criterion (correctness | novelty | consequence)
[Referee map] each point -> proof gap | model unclear | known result | bound not tight | scope
[Leverage plan] the next-stage action (which gap to close) that can change the outcome
[Forbidden moves] uninvited Cycle-2 resubmission / identity leak / unproved claim left standing
Source: brycewang-stanford/Awesome-Journal-Skills → ICDT-Skills/skills/icdt-review-process/SKILL.md
1---2name: icdt-review-process3description: Use when reasoning about how an ICDT (International Conference on Database Theory) submission is evaluated, covering the two-submission-cycle model, the first-cycle revision (Accept / Revise / Reject) decision, anonymous review since 2024, the cross-cycle resubmission restriction, proof-correctness scrutiny by a database-theory PC, and how ICDT's process differs from PODS and from the co-located EDBT systems track.4---567# ICDT Review Process89Model the pipeline before interpreting any single review. ICDT's process is built around **two10submission cycles per year** and a **first-cycle revision option**, and the reviewing bar is11**proof correctness**: the referees are database theorists who will check the argument, not just12weigh the idea. The most consequential mental shift for authors arriving from a systems venue is13that a wrong or incomplete proof is not a "revise" — it is often a reject, because the contribution14*is* the theorem.1516## Process model1718- Submission and review run on **Microsoft CMT** with **anonymous** review (regular track, since19 2024): the PC does not see author identities.20- Each cycle has an **abstract deadline** then a **paper deadline** about a week later; the PC bids21 and is assigned from the registered abstracts.22- **Cycle 1 decisions are Accept, Revise-and-resubmit, or Reject.** A "revise" is a genuine23 invitation to fix identified gaps and return within the cycle for a second read.24- **Cycle 2** reaches a final Accept/Reject. A paper **rejected in Cycle 1 cannot be resubmitted to25 Cycle 2 unless the reviewers explicitly invited it** — the cycles are not two independent lotteries.26- Accepted papers publish **open access in LIPIcs** (Schloss Dagstuhl), so camera-ready proof27 completeness and metadata matter as much as the verdict.2829## Reading a decision against the categories3031| Decision | What it means | Author move |32|---|---|---|33| Accept | The theorem holds and the advance is real; polish only | Camera-ready; finalize the full-version proofs; do not reopen scope |34| Revise-and-resubmit (Cycle 1) | A fixable gap: a case in a proof, a missing bound, an unclear model | Treat as a deadline: fix each identified point and document it in the revised version |35| Reject | Structural: a broken proof, a known result, a model with no consequence | Do not resubmit to Cycle 2 uninvited; repair deeply or reroute (PODS / a journal) |3637The strategic reading: an ICDT referee distinguishes **a gap you can close** (a missing lemma, a38special case) from **a claim that is wrong** (the main theorem fails). Write so that any weakness a39referee finds is of the first kind — an argument you can complete in the revision — not the second.4041## How ICDT differs from its siblings4243- **vs. PODS:** PODS is the *other* database-theory flagship, but North-American-leaning, co-located44 with **SIGMOD**, and now published in ACM **PACMMOD**. ICDT is the European venue, co-located with45 **EDBT**, published **open access in LIPIcs**, and runs a **two-cycle calendar with a revision46 option** rather than PODS's ACM-journal framing. The scope overlaps heavily; the calendar,47 publisher, and revision mechanics do not. Never assume a shared deadline or template.48- **vs. EDBT (the co-located systems track):** EDBT reviews systems and experimental data-management49 work with reproducibility expectations; ICDT reviews theorems. Being in the same building and the50 same week does not mean the same reviewer culture — an ICDT referee wants a proof, not a benchmark.51- **vs. LICS / ICALP / STACS:** these EATCS-adjacent theory venues share ICDT's proof rigor but not52 its data-management framing; ICDT rewards a result whose *consequence for querying, constraints,53 or data* is clear, not theory for its own sake.5455## Who reads you5657Expect referees from your subarea of database theory — query languages, finite model theory,58complexity of query evaluation, consistent query answering, provenance, or data-integration theory.59They will **read the proofs**, look for the model of computation and the exact complexity class,60check whether upper and lower bounds match, and notice an unstated assumption that makes a theorem61easier than advertised. Vague "it can be shown that" statements are caught, not skimmed.6263## Where author leverage actually exists6465```text66[Before submission] precise abstract + subject areas -> the right referees (largest lever)67[Cycle choice] target Cycle 1 if the proof might still move (revision option)68[Revision round] the strongest lever: close every identified gap and say where you did69[After reject] no uninvited Cycle-2 carry; reroute to PODS or a journal (TODS/LMCS/TheoretiCS)70```7172A revision succeeds when it **closes the specific gap the referees named** and documents the change;73it fails when it argues that the gap does not matter. Silent non-fixes — an identified missing case74left unaddressed — turn the second read into a reject.7576## Misreadings to avoid7778- **Treating "revise" as an accept** — the second read re-checks the proof; budget the revision79 window like a deadline.80- **Treating Cycle 2 as a retry lane** — the cross-cycle rule blocks uninvited resubmission of a81 Cycle-1 reject.82- **Assuming a systems-style rebuttal exists** — ICDT's mechanism is the *revision*, not a83 short rebuttal letter (confirm the current cycle's exact author-interaction rules; **待核实**).84- **Confusing ICDT with PODS process** — different publisher, calendar, and revision model.8586## Output format8788```text89[Process stage] pre-submission / awaiting Cycle-N decision / revising / final / accepted90[Decision category] accept / revise / reject, with the criterion (correctness | novelty | consequence)91[Referee map] each point -> proof gap | model unclear | known result | bound not tight | scope92[Leverage plan] the next-stage action (which gap to close) that can change the outcome93[Forbidden moves] uninvited Cycle-2 resubmission / identity leak / unproved claim left standing94```9596---9798**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `ICDT-Skills/skills/icdt-review-process/SKILL.md`