EuroSys Topic Selection
Use this before serious writing begins. EuroSys is the flagship conference of
the European Chapter of ACM SIGOPS (eurosys.org, rendered 2026-07-08),
running annually since 2006 and seeking papers on all areas of computer
systems — it is a broad-church systems venue, not a niche. The 2026 edition
(the 21st) met in Edinburgh in April; 2027 meets in Rabat. The right question
is rarely "is this systems?" but "is this conference-grade systems, and is
EuroSys the best-positioned jury and calendar slot for it?"
The substance bar
A EuroSys-ready project typically has all four:
- A built thing. An implemented system or substantial modification, not a
simulation of one (measurement and experience papers are the exception, and
must be framed as such).
- A transferable idea. An abstraction, mechanism, or empirically
established principle that outlives this codebase.
- Evidence under realistic conditions. Workloads and scale that resemble
the deployment story being told.
- An articulable insight. One sentence a reviewer can carry into the PC
meeting. Strong engineering without a nameable idea routes to ATC-style
venues or an experience track.
Routing from the EuroSys seat
| Center of gravity |
Stay or route |
Why |
| OS/kernel, runtimes, virtualization, distributed infra |
EuroSys core |
The venue's home ground since 2006 |
| ML systems (serving, training infra) |
EuroSys core, growing |
Recent best papers are LLM-serving systems (e.g., EuroSys '25) |
| Once-a-generation OS-principles result |
Consider SOSP/OSDI too |
Same-family flagships; route by cycle timing and audience |
| Network protocols, measurement of networks |
NSDI / SIGCOMM |
EuroSys reads it as out-of-center networking |
| Hardware/software interface, arch mechanisms |
ASPLOS |
Architecture jury evaluates architecture ideas |
| Storage-stack internals |
FAST first |
Deepest storage jury; EuroSys viable for broader claims |
| Cloud-native ops, serverless economics |
SoCC / Middleware also viable |
Match the paper's altitude to the jury |
| Pragmatic engineering, tool papers |
USENIX ATC |
Idea-density bar differs there |
Two calendar facts sharpen the call: EuroSys's April conference and dual gates
(May and September submissions for 2027) interleave with the SOSP/OSDI and
NSDI cycles, so a systems result can almost always find a flagship gate within
a few months — pick by fit and readiness, never by whichever deadline is
nearest. And a EuroSys rejection blocks the same round for a year, which makes
premature submission genuinely expensive.
Fit self-interrogation
1. Insight test: state the idea in one sentence without naming your system.
2. Jury test: which three published papers would this one sit between?
If ≥2 are EuroSys/SOSP/OSDI papers, EuroSys is plausible.
3. Evidence test: does the current evaluation reach the four-layer stack
(end-to-end / decomposition / cost / boundary)? If not, is it reachable
by the target gate?
4. Regime test: is the claim's deployment story credible to reviewers who
run real infrastructure?
5. Calendar test: which gate (spring/fall) matches the project's maturity,
accounting for the one-year ban if it fails?
Contribution shapes EuroSys publishes
The exemplars library (resources/exemplars/library.md) documents these
shapes across two decades of the venue's own award line:
| Shape |
Award-line instance |
What it must bring |
| General abstraction + engine |
Dryad (2007) |
Proof the abstraction subsumes existing practice |
| Tool with a thesis |
Coccinelle line (2008) |
Validation on the real ecosystem it targets |
| Small mechanism, big evidence |
Delay Scheduling (2010) |
Production-shaped workloads carrying a simple idea |
| Design-space taxonomy |
Omega (2013) |
Vocabulary plus trace-driven comparison |
| Production retrospective |
Borg (2015) |
Transferable lessons including failures |
| ML-infrastructure mechanism |
CacheBlend (2025) |
A systems idea legible without ML expertise |
If the project matches none of these shapes, that is not disqualifying —
but it should prompt a harder look at what the contribution type is
before a EuroSys jury is chosen for it.
Signals you are forcing it
- The contribution sentence contains "we combine" and three technique names
but no invariant or tradeoff.
- The evaluation exists only at benchmark scale while the pitch is production
scale.
- The nearest related work is entirely from another community's venues — the
jury you are choosing has no vocabulary for the delta.
- The plan is "submit to fall EuroSys because SOSP just closed" — deadline
proximity masquerading as venue fit.
When EuroSys is the strategically right flagship
Beyond raw fit, three situations tilt toward EuroSys among the systems
flagships:
- The work speaks to infrastructure and communities strongly represented
on European PCs (e.g., European cloud/telecom operators, EU data-locality
constraints) and benefits from that jury's context.
- The project's maturity curve matches a EuroSys gate now, and waiting for
another flagship's next cycle risks being scooped by a fast-moving line
of work.
- The team wants the artifact culture: sysartifacts badges plus a named
artifact award make EuroSys a strong home for systems whose artifact is
part of the contribution.
Output format
[Verdict] EuroSys-ready / EuroSys-plausible after gaps / route elsewhere
[Insight sentence] <the transferable idea, system name omitted>
[Neighbor triangulation] <three papers this would sit between>
[Best-fit gate] spring / fall 2027+ with readiness rationale
[If routing away] <venue + the specific mismatch driving it>
Source: brycewang-stanford/Awesome-Journal-Skills → EuroSys-Skills/skills/eurosys-topic-selection/SKILL.md
1---2name: eurosys-topic-selection3description: Use when deciding whether a systems project belongs at EuroSys — the ACM SIGOPS-Europe flagship spanning OS, distributed systems, storage, cloud, virtualization, security, and ML systems — or routes better to SOSP, OSDI, NSDI, ASPLOS, ATC, FAST, or SoCC, and how the April slot and dual deadlines affect that call.4---567# EuroSys Topic Selection89Use this before serious writing begins. EuroSys is the flagship conference of10the European Chapter of ACM SIGOPS (`eurosys.org`, rendered 2026-07-08),11running annually since 2006 and seeking papers on **all areas of computer12systems** — it is a broad-church systems venue, not a niche. The 2026 edition13(the 21st) met in Edinburgh in April; 2027 meets in Rabat. The right question14is rarely "is this systems?" but "is this *conference-grade* systems, and is15EuroSys the best-positioned jury and calendar slot for it?"1617## The substance bar1819A EuroSys-ready project typically has all four:2021- **A built thing.** An implemented system or substantial modification, not a22 simulation of one (measurement and experience papers are the exception, and23 must be framed as such).24- **A transferable idea.** An abstraction, mechanism, or empirically25 established principle that outlives this codebase.26- **Evidence under realistic conditions.** Workloads and scale that resemble27 the deployment story being told.28- **An articulable insight.** One sentence a reviewer can carry into the PC29 meeting. Strong engineering without a nameable idea routes to ATC-style30 venues or an experience track.3132## Routing from the EuroSys seat3334| Center of gravity | Stay or route | Why |35|---|---|---|36| OS/kernel, runtimes, virtualization, distributed infra | EuroSys core | The venue's home ground since 2006 |37| ML systems (serving, training infra) | EuroSys core, growing | Recent best papers are LLM-serving systems (e.g., EuroSys '25) |38| Once-a-generation OS-principles result | Consider SOSP/OSDI too | Same-family flagships; route by cycle timing and audience |39| Network protocols, measurement of networks | NSDI / SIGCOMM | EuroSys reads it as out-of-center networking |40| Hardware/software interface, arch mechanisms | ASPLOS | Architecture jury evaluates architecture ideas |41| Storage-stack internals | FAST first | Deepest storage jury; EuroSys viable for broader claims |42| Cloud-native ops, serverless economics | SoCC / Middleware also viable | Match the paper's altitude to the jury |43| Pragmatic engineering, tool papers | USENIX ATC | Idea-density bar differs there |4445Two calendar facts sharpen the call: EuroSys's April conference and dual gates46(May and September submissions for 2027) interleave with the SOSP/OSDI and47NSDI cycles, so a systems result can almost always find a flagship gate within48a few months — pick by *fit and readiness*, never by whichever deadline is49nearest. And a EuroSys rejection blocks the same round for a year, which makes50premature submission genuinely expensive.5152## Fit self-interrogation5354```text551. Insight test: state the idea in one sentence without naming your system.562. Jury test: which three published papers would this one sit between?57 If ≥2 are EuroSys/SOSP/OSDI papers, EuroSys is plausible.583. Evidence test: does the current evaluation reach the four-layer stack59 (end-to-end / decomposition / cost / boundary)? If not, is it reachable60 by the target gate?614. Regime test: is the claim's deployment story credible to reviewers who62 run real infrastructure?635. Calendar test: which gate (spring/fall) matches the project's maturity,64 accounting for the one-year ban if it fails?65```6667## Contribution shapes EuroSys publishes6869The exemplars library (`resources/exemplars/library.md`) documents these70shapes across two decades of the venue's own award line:7172| Shape | Award-line instance | What it must bring |73|---|---|---|74| General abstraction + engine | Dryad (2007) | Proof the abstraction subsumes existing practice |75| Tool with a thesis | Coccinelle line (2008) | Validation on the real ecosystem it targets |76| Small mechanism, big evidence | Delay Scheduling (2010) | Production-shaped workloads carrying a simple idea |77| Design-space taxonomy | Omega (2013) | Vocabulary plus trace-driven comparison |78| Production retrospective | Borg (2015) | Transferable lessons including failures |79| ML-infrastructure mechanism | CacheBlend (2025) | A systems idea legible without ML expertise |8081If the project matches none of these shapes, that is not disqualifying —82but it should prompt a harder look at what the contribution *type* is83before a EuroSys jury is chosen for it.8485## Signals you are forcing it8687- The contribution sentence contains "we combine" and three technique names88 but no invariant or tradeoff.89- The evaluation exists only at benchmark scale while the pitch is production90 scale.91- The nearest related work is entirely from another community's venues — the92 jury you are choosing has no vocabulary for the delta.93- The plan is "submit to fall EuroSys because SOSP just closed" — deadline94 proximity masquerading as venue fit.9596## When EuroSys is the *strategically* right flagship9798Beyond raw fit, three situations tilt toward EuroSys among the systems99flagships:100101- The work speaks to infrastructure and communities strongly represented102 on European PCs (e.g., European cloud/telecom operators, EU data-locality103 constraints) and benefits from that jury's context.104- The project's maturity curve matches a EuroSys gate now, and waiting for105 another flagship's next cycle risks being scooped by a fast-moving line106 of work.107- The team wants the artifact culture: sysartifacts badges plus a named108 artifact award make EuroSys a strong home for systems whose artifact *is*109 part of the contribution.110111## Output format112113```text114[Verdict] EuroSys-ready / EuroSys-plausible after gaps / route elsewhere115[Insight sentence] <the transferable idea, system name omitted>116[Neighbor triangulation] <three papers this would sit between>117[Best-fit gate] spring / fall 2027+ with readiness rationale118[If routing away] <venue + the specific mismatch driving it>119```120121---122123**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `EuroSys-Skills/skills/eurosys-topic-selection/SKILL.md`