Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 36950 байт. Загружен за: 1сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://vandusseldorp.com/robots.txt
301 MovedPermanently
https://www.vandusseldorp.nl/
200 OK
Показать содержимое robots.txt
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Monique van Dusseldorp — Curating the conversations shaping our future</title>
<meta name="description" content="Monique van Dusseldorp curates conferences, moderates high-level conversations, and connects the people shaping technology, AI, creativity and innovation.">
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<style>
:root{
--bg:#ffffff;
--bg-alt:#F6F5F1;
--ink:#15181B;
--ink-soft:#565D64;
--ink-faint:#8A9096;
--accent:#1B3A6B;
--accent-soft:#E9EEF5;
--rule:#E3E1DA;
--serif:'Fraunces', Georgia, serif;
--sans:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
--wrap: 1180px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
background:var(--bg);
color:var(--ink);
font-family:var(--sans);
font-size:17px;
line-height:1.6;
-webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block;}
a{color:inherit;}
.wrap{max-width:var(--wrap); margin:0 auto; padding:0 40px;}
.eyebrow{
font-family:var(--sans);
font-size:12.5px;
letter-spacing:.14em;
text-transform:uppercase;
color:var(--accent);
font-weight:600;
}
h1,h2,h3,h4{font-family:var(--serif); font-weight:500; line-height:1.08; letter-spacing:-.01em;}
::selection{background:var(--accent-soft); color:var(--accent);}
/* ---------- Nav ---------- */
header{
position:sticky; top:0; z-index:50;
background:rgba(255,255,255,.92);
backdrop-filter:blur(8px);
border-bottom:1px solid var(--rule);
}
nav.wrap{
display:flex; align-items:center; justify-content:space-between;
height:74px;
}
.logo{
font-family:var(--serif); font-size:19px; font-weight:500;
letter-spacing:-.01em;
}
.navlinks{display:flex; gap:34px; list-style:none;}
.navlinks a{
font-size:13.5px; font-weight:500; text-decoration:none; color:var(--ink-soft);
transition:color .2s;
}
.navlinks a:hover{color:var(--ink);}
.nav-cta{
font-size:13.5px; font-weight:600; text-decoration:none; color:var(--accent);
border:1px solid var(--accent); padding:9px 18px; border-radius:2px;
transition:background .2s, color .2s;
}
.nav-cta:hover{background:var(--accent); color:#fff;}
.navtoggle{display:none;}
/* ---------- Hero ---------- */
.hero{
padding:96px 0 80px;
border-bottom:1px solid var(--rule);
}
.hero-grid{
display:grid; grid-template-columns:1.15fr .85fr; gap:64px; align-items:end;
}
.hero h1{
font-size:clamp(40px, 5.4vw, 68px);
max-width:15ch;
}
.hero h1 em{font-style:italic; color:var(--accent); font-weight:400;}
.hero-sub{
margin-top:26px; font-size:19px; color:var(--ink-soft); max-width:46ch; line-height:1.6;
}
.hero-actions{display:flex; gap:16px; margin-top:36px; flex-wrap:wrap;}
.btn{
display:inline-block; text-decoration:none; font-size:14px; font-weight:600;
padding:13px 24px; border-radius:2px; transition:.2s;
}
.btn-primary{background:var(--ink); color:#fff;}
.btn-primary:hover{background:var(--accent);}
.btn-ghost{border:1px solid var(--rule); color:var(--ink);}
.btn-ghost:hover{border-color:var(--ink);}
.hero-photo{
aspect-ratio:4/5;
background:linear-gradient(180deg, var(--bg-alt), #EFEDE6);
border:1px solid var(--rule);
position:relative;
overflow:hidden;
display:flex; align-items:flex-end;
}
.hero-photo img{width:100%; height:100%; object-fit:cover; position:absolute; inset:0;}
.hero-photo .quote-mark{
font-family:var(--serif); font-size:120px; color:var(--rule); line-height:1;
padding:24px;
}
.hero-photo figcaption{
position:relative; z-index:2; padding:16px 20px; font-size:12px; color:var(--ink-faint);
}
/* ---------- Trusted by ---------- */
.trustedby{padding:40px 0; border-bottom:1px solid var(--rule);}
.trustedby .label{font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-faint); margin-bottom:22px;}
.logo-row{
display:flex; flex-wrap:wrap; gap:14px 38px; align-items:center;
}
.logo-row span{
font-family:var(--serif); font-size:16px; color:var(--ink-soft); font-weight:500;
white-space:nowrap;
}
/* ---------- Gallery ---------- */
.gallery-grid{
display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
}
.gallery-item.wide{grid-column:span 2;}
.gallery-item{position:relative; overflow:hidden; background:var(--bg-alt);}
.gallery-item img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease;}
.gallery-item:hover img{transform:scale(1.03);}
.gallery-item.tall{grid-row:span 2;}
.gallery-cap{
position:absolute; left:0; right:0; bottom:0; padding:20px 22px;
background:linear-gradient(0deg, rgba(0,0,0,.65), rgba(0,0,0,0));
color:#fff; font-size:14px;
}
.gallery-cap .g-title{font-family:var(--serif); font-size:18px; display:block; margin-bottom:2px;}
.gallery-cap .g-sub{color:#D9DCDF; font-size:12.5px;}
@media (max-width: 880px){
.gallery-grid{grid-template-columns:1fr; grid-template-rows:auto;}
.gallery-item.tall{grid-row:auto;}
.gallery-item.wide{grid-column:auto;}
.gallery-item{aspect-ratio:4/3;}
}
/* ---------- Section basics ---------- */
section{padding:100px 0;}
section.alt{background:var(--bg-alt);}
.section-head{max-width:640px; margin-bottom:56px;}
.section-head .eyebrow{margin-bottom:14px; display:block;}
.section-head h2{font-size:clamp(28px,3.4vw,40px); margin-bottom:16px;}
.section-head p{color:var(--ink-soft); font-size:17px; max-width:52ch;}
/* ---------- What I do ---------- */
.pillars{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--rule); border:1px solid var(--rule);}
.pillar{background:var(--bg); padding:40px 36px;}
.pillar .num{font-family:var(--serif); font-style:italic; color:var(--accent); font-size:15px; margin-bottom:22px; display:block;}
.pillar h3{font-size:23px; margin-bottom:14px;}
.pillar p{color:var(--ink-soft); font-size:15.5px;}
/* ---------- Themes ---------- */
.themes{display:flex; flex-wrap:wrap; gap:12px;}
.theme-tag{
border:1px solid var(--rule); padding:10px 20px; border-radius:100px; font-size:14.5px;
color:var(--ink-soft);
}
.theme-tag.lead{border-color:var(--accent); color:var(--accent); font-weight:600;}
/* ---------- Full-width band ---------- */
.band{margin:0; padding:0; background:var(--bg-alt);}
.band img{width:100%; height:auto; display:block;}
.band-cap{font-size:13px; color:var(--ink-faint); padding-top:12px; padding-bottom:4px; letter-spacing:.02em;}
/* ---------- Selected work ---------- */
.work-list{display:flex; flex-direction:column;}
.work-item{
display:grid; grid-template-columns:140px 1fr auto; gap:32px; align-items:start;
padding:34px 0; border-top:1px solid var(--rule);
}
.work-list .work-item:last-child{border-bottom:1px solid var(--rule);}
.work-year{font-family:var(--serif); font-size:15px; color:var(--ink-faint); padding-top:4px;}
.work-item h3{font-size:22px; margin-bottom:8px;}
.work-item p{color:var(--ink-soft); font-size:15.5px; max-width:62ch;}
.work-tags{display:flex; gap:8px; flex-wrap:wrap; margin-top:12px;}
.work-tags span{font-size:11.5px; letter-spacing:.05em; text-transform:uppercase; color:var(--ink-faint);}
.work-tags span:not(:last-child)::after{content:'·'; margin-left:8px; color:var(--rule);}
/* ---------- Methodology ---------- */
.method-wrap{display:grid; grid-template-columns:.9fr 1.1fr; gap:70px;}
.method-lead .big-quote{
font-family:var(--serif); font-size:clamp(26px,2.6vw,32px); line-height:1.3; font-style:italic;
color:var(--ink);
}
.method-lead .big-quote span{color:var(--accent);}
.method-steps{border-top:1px solid var(--rule);}
.method-step{
padding:24px 0; border-bottom:1px solid var(--rule);
display:grid; grid-template-columns:130px 1fr; gap:24px;
}
.method-step h4{font-family:var(--sans); font-weight:600; font-size:15px;}
.method-step p{color:var(--ink-soft); font-size:15px;}
/* ---------- Numbers ---------- */
.numbers{display:grid; grid-template-columns:repeat(4,1fr); gap:40px;}
.number-block{border-top:2px solid var(--ink);}
.number-block .figure{font-family:var(--serif); font-size:clamp(34px,4vw,52px); margin-top:18px; color:var(--accent);}
.number-block .caption{font-size:13.5px; color:var(--ink-soft); margin-top:8px;}
/* ---------- Writing ---------- */
.writing-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--rule); border:1px solid var(--rule);}
.article-card{background:var(--bg); padding:32px; text-decoration:none; display:flex; flex-direction:column; justify-content:space-between; min-height:230px; transition:background .2s;}
.article-card:hover{background:var(--bg-alt);}
.article-card .tag{font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--accent); margin-bottom:16px;}
.article-card h4{font-family:var(--serif); font-size:20px; font-weight:500; margin-bottom:auto;}
.article-card .read{font-size:13px; color:var(--ink-faint); margin-top:20px;}
/* ---------- About ---------- */
.about-grid{display:grid; grid-template-columns:.9fr 1.1fr; gap:70px;}
.about-copy p{color:var(--ink-soft); margin-bottom:20px; font-size:16.5px;}
.about-copy p:first-child{font-size:19px; color:var(--ink); font-family:var(--serif); line-height:1.5;}
.about-facts{border-top:1px solid var(--rule); padding-top:28px; margin-top:8px;}
.fact-row{display:flex; justify-content:space-between; padding:12px 0; border-bottom:1px solid var(--rule); font-size:14.5px;}
.fact-row .k{color:var(--ink-faint);}
.fact-row .v{color:var(--ink); text-align:right; max-width:60%;}
/* ---------- Contact ---------- */
.contact{background:var(--ink); color:#fff;}
.contact h2{color:#fff; font-size:clamp(30px,4vw,46px); max-width:16ch;}
.contact .contact-grid{display:grid; grid-template-columns:1.2fr .8fr; gap:60px; align-items:start;}
.contact p.lede{color:#B8BEC4; font-size:18px; margin-top:22px; max-width:44ch;}
.contact-list{list-style:none; margin-top:34px;}
.contact-list li{padding:12px 0; border-top:1px solid #2A2E33; font-size:15px; color:#D6D9DC;}
.contact-list li:last-child{border-bottom:1px solid #2A2E33;}
.contact-email{
display:inline-block; margin-top:34px; font-family:var(--serif); font-size:26px;
color:#fff; text-decoration:none; border-bottom:1px solid var(--accent); padding-bottom:4px;
}
.contact-side{font-size:14.5px; color:#9BA1A7;}
.contact-side .label{color:#fff; font-weight:600; font-size:13px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:14px; display:block;}
footer{padding:32px 0; font-size:13px; color:var(--ink-faint); display:flex; justify-content:space-between; background:var(--ink); border-top:1px solid #2A2E33; color:#7A8086;}
/* ---------- Responsive ---------- */
@media (max-width: 880px){
.wrap{padding:0 24px;}
.hero-grid{grid-template-columns:1fr; gap:36px;}
.hero{padding:56px 0 56px;}
.pillars{grid-template-columns:1fr;}
.method-wrap, .about-grid, .contact-grid{grid-template-columns:1fr; gap:36px;}
.numbers{grid-template-columns:1fr 1fr; gap:28px;}
.writing-grid{grid-template-columns:1fr;}
.work-item{grid-template-columns:1fr; gap:8px;}
.navlinks{display:none;}
section{padding:64px 0;}
}
@media (prefers-reduced-motion: reduce){
html{scroll-behavior:auto;}
}
</style>
</head>
<body>
<header>
<nav class="wrap">
<div class="logo"><img src="images/logo.png" alt="van Dusseldorp — Conference Curator & Moderator" style="height:34px; width:auto; display:block;"></div>
<ul class="navlinks">
<li><a href="#about">About</a></li>
<li><a href="#curating">Curating</a></li>
<li><a href="#work">Selected Work</a></li>
<li><a href="writing.html">Writing</a></li>
</ul>
<a class="nav-cta" href="#contact">Work with me</a>
</nav>
</header>
<section class="hero">
<div class="wrap hero-grid">
<div>
<span class="eyebrow">Curator · Moderator · Connector</span>
<h1 style="margin-top:18px;">Curating the conversations shaping our <em>future</em>.</h1>
<p class="hero-sub">For more than three decades I've brought together the entrepreneurs, researchers, artists, policymakers and thought leaders defining what's next — across technology, AI, creativity and innovation. Most of that work happens before anyone walks into the room: choosing the question, finding the people who can actually answer it, and shaping a programme that goes somewhere. Sometimes I'm on stage too.</p>
<p class="hero-sub">I identify emerging shifts early and create the rooms where the people shaping those shifts meet.</p>
<div class="hero-actions">
<a class="btn btn-primary" href="#contact">Work with me</a>
<a class="btn btn-ghost" href="#work">See recent work</a>
</div>
</div>
<figure class="hero-photo">
<img src="images/hero-portrait.jpg" alt="Monique van Dusseldorp">
</figure>
</div>
</section>
<section class="trustedby">
<div class="wrap">
<div class="label">Selected international engagements</div>
<p style="margin:-14px 0 22px; font-size:14px; color:var(--ink-soft); max-width:64ch;">I've contributed to programmes, partnerships and events across international conferences, innovation platforms and public institutions, including:</p>
<div class="logo-row">
<span>NEXT Conference, Hamburg</span>
<span>AI House Amsterdam</span>
<span>World Summit AI, Qatar & San Francisco</span>
<span>WIRED UK, London</span>
<span>World Beautiful Business Forum, Davos & Athens</span>
<span>European Institute of Innovation & Technology, Budapest and Paris</span>
<span>European Commission, Brussels</span>
<span>ThingsCon, Rotterdam & Shenzhen</span>
<span>SXSW, London & Austin</span>
</div>
</div>
</section>
<section id="whatido">
<div class="wrap">
<div class="section-head">
<span class="eyebrow">What I do</span>
<h2>Three ways I shape a conversation.</h2>
<p>Not three separate jobs — one skill applied at three different moments of an event.</p>
</div>
<div class="pillars">
<div class="pillar">
<span class="num">Before</span>
<h3>Curating</h3>
<p>I help organisers define what a gathering is actually for — the themes that matter, the questions worth asking, and the speakers who can answer them in a way no one else can.</p>
</div>
<div class="pillar">
<span class="num">During</span>
<h3>Moderating</h3>
<p>I host conversations that make complex topics accessible and panels with technologists, founders and policymakers, in Dutch and English.</p>
</div>
<div class="pillar">
<span class="num">Ongoing</span>
<h3>Connecting</h3>
<p>Decades working alongside people at the edge of technology, creativity and policy have left me with a wonderful network. I like to put it to use — bringing together people I think should know each other, often nothing more formal than an introduction at a cocktail party.</p>
</div>
</div>
</div>
</section>
<section class="alt">
<div class="wrap">
<div class="section-head">
<span class="eyebrow">Themes I work in</span>
<h2>AI is the current chapter, not the whole story.</h2>
<p>My work has never centred on one particular technology. I'm interested in how new developments change the way we live and work — and what those changes mean for people and organisations. Today, my focus is AI, but the heart of my work remains the same: identifying important ideas early, asking the right questions, exploring possibilities and helping people navigate change.</p>
</div>
<div class="themes">
<span class="theme-tag lead">Artificial Intelligence</span>
<span class="theme-tag">Deep Tech</span>
<span class="theme-tag">Innovation & Ecosystems</span>
<span class="theme-tag">Creativity & Technology</span>
<span class="theme-tag">Digital Media</span>
<span class="theme-tag">AI & Democracy</span>
<span class="theme-tag">Physical AI & Robots</span>
<span class="theme-tag">Digital Society</span>
</div>
</div>
</section>
<section id="gallery">
<div class="wrap">
<div class="section-head">
<span class="eyebrow">On stage</span>
<h2>On stage, in the moment.</h2>
<p>Moderating is a live medium. A few moments from recent stages.</p>
</div>
<div class="gallery-grid">
<div class="gallery-item wide" style="aspect-ratio:3/2;">
<img src="images/stage-accuracy.jpg" alt="Monique van Dusseldorp moderating a panel, standing with notebook in hand" loading="lazy">
<div class="gallery-cap"><span class="g-title">From Models to Machines</span><span class="g-sub">AI House Amsterdam, with ADRA, Manus, General Intuition</span></div>
</div>
<div class="gallery-item" style="aspect-ratio:16/10;">
<img src="images/stage-sxsw.jpg" alt="Monique van Dusseldorp in conversation with Céline Daemen at SXSW" loading="lazy">
<div class="gallery-cap"><span class="g-title">Immersive Nightmares</span><span class="g-sub">SXSW, New Dutch Wave — Austin, Texas</span></div>
</div>
<div class="gallery-item wide" style="aspect-ratio:3/2;">
<img src="images/stage-world-summit-ai-doha.jpg" alt="Monique van Dusseldorp moderating In Conversation at World Summit AI, Doha" loading="lazy">
<div class="gallery-cap"><span class="g-title">Global Impact</span><span class="g-sub">World Summit AI — Doha, Qatar</span></div>
</div>
<div class="gallery-item" style="aspect-ratio:16/10;">
<img src="images/stage-eu2016.jpg" alt="Monique van Dusseldorp on stage with Prime Minister Mark Rutte at the Single Market Forum" loading="lazy">
<div class="gallery-cap"><span class="g-title">One Europe, One Market</span><span class="g-sub">Single Market Forum — EU2016 Netherlands Presidency, with Mark Rutte</span></div>
</div>
<div class="gallery-item" style="aspect-ratio:16/10;">
<img src="images/stage-wbbf-athens.jpg" alt="Monique van Dusseldorp hosting the World Beautiful Business Forum" loading="lazy">
<div class="gallery-cap"><span class="g-title">AI & Democracy</span><span class="g-sub">World Beautiful Business Forum — Athens</span></div>
</div>
<div class="gallery-item" style="aspect-ratio:16/10;">
<img src="images/stage-next-hamburg.jpg" alt="Monique van Dusseldorp moderating a four-person panel at NEXT Conference" loading="lazy">
<div class="gallery-cap"><span class="g-title">Exploring New Interfaces</span><span class="g-sub">NEXT Conference — Hamburg</span></div>
</div>
<div class="gallery-item" style="aspect-ratio:16/10;">
<img src="images/stage-twentythree.jpg" alt="Monique van Dusseldorp on stage with actress Birgitte Hjort Sørensen at TwentyThree, Copenhagen" loading="lazy">
<div class="gallery-cap"><span class="g-title">Presence & Performance Craft</span><span class="g-sub">TwentyThree, Copenhagen — with Birgitte Hjort Sørensen</span></div>
</div>
</div>
</div>
</section>
<section class="band">
<img src="images/band-eu2016.jpg" alt="Monique van Dusseldorp chairing a twelve-person plenary at the Single Market Forum, EU2016 Netherlands Presidency" loading="lazy">
<div class="wrap band-cap">Single Market Forum — EU2016 Netherlands Presidency</div>
</section>
<section id="work">
<div class="wrap">
<div class="section-head">
<span class="eyebrow">Selected work</span>
<h2>Recent programmes.</h2>
<p>From the early internet to artificial intelligence, I have repeatedly worked at moments when technology moves from niche to mainstream.</p>
</div>
<div class="work-list">
<div class="work-item">
<div class="work-year">2026–2027</div>
<div>
<h3>AI House Amsterdam</h3>
<p>Shaping the flagship event series for AI House Amsterdam — Prosus's initiative to make Europe an AI maker, not an AI taker — on AI agents, infrastructure, robotics and brain-computer interfaces, for an audience of builders, not spectators.</p>
<div class="work-tags"><span>Programme design</span><span>AI</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2026</div>
<div>
<h3>World Beautiful Business Forum — Davos & Athens</h3>
<p>In Davos, moderated "Rethinking Agency" — on the human, psychological and ethical dimensions of agency as organisations embrace agentic AI — held during World Economic Forum week as an independent side event. In Athens, main curator for the AI & Democracy Marathon: a series of walks through the city, a democracy game show and more, exploring what AI means for democratic institutions.</p>
<div class="work-tags"><span>Programme curation</span><span>AI & Democracy</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2026</div>
<div>
<h3>Various</h3>
<p>Programme work for Tweakers Developers Summit, MXT Groningen, Creative Industries Immersive Impact Coalition, New Dutch Wave/SXSW London, and Dutch Awards. Moderating for ThingsCon, Twenty Three Summit and AI House Amsterdam. Adviser to Inclusive AI Lab, Preparation Tech and Ada Lovelace Foundation.</p>
<div class="work-tags"><span>Programme design</span><span>Moderation</span><span>Advisory</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2001–present</div>
<div>
<h3>Emerce eDay</h3>
<p>Programme curator and moderator for Emerce eDay since 2001 — one of the longest-running relationships in my career, spanning the shift from the early digital economy to today's AI landscape.</p>
<div class="work-tags"><span>Programme curation</span><span>Moderation</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2009–2026</div>
<div>
<h3>NEXT Conference, Hamburg</h3>
<p>International Programme Director from 2009 to 2026 for a 1,500-delegate congress on digitalisation, commerce and society — developing themes, approaching and briefing speakers, and moderating the main programme.</p>
<div class="work-tags"><span>Programme direction</span><span>Moderation</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2024–2025</div>
<div>
<h3>World Summit AI</h3>
<p>Curating speaker programmes across editions in Qatar, San Francisco and Amsterdam, working with international researchers, founders and policymakers on frontier AI, robotics and infrastructure — and moderating select sessions.</p>
<div class="work-tags"><span>Programme curation</span><span>Moderation</span><span>AI</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2021–2023</div>
<div>
<h3>CogX</h3>
<p>Curator of the CreaTech and Deep Tech stages at CogX, London — programming speakers and sessions across creative technology and frontier deep tech innovation.</p>
<div class="work-tags"><span>Programme curation</span><span>CreaTech</span><span>Deep Tech</span></div>
</div>
<div></div>
</div>
<div style="padding:32px 0 6px; border-top:1px solid var(--rule);">
<span class="eyebrow">Earlier work</span>
</div>
<div class="work-item">
<div class="work-year">2011–2012, 2023</div>
<div>
<h3>WIRED UK Conference, London</h3>
<p>Co-curated the programme for the first WIRED UK conference alongside WIRED editor David Rowan, and later worked with Greg Williams on the WIRED Energy summit.</p>
<div class="work-tags"><span>Programme curation</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2005–2022</div>
<div>
<h3>Cross Media Cafés</h3>
<p>Curator and moderator of the iMMovator / Nederlands Instituut voor Beeld en Geluid series on cross-media developments in broadcasting — staged on the Mediapark in Hilversum, at Game in the City and at Eurosonic Noorderslag. Co-editor of the accompanying Jaarboek Trends en Ontwikkelingen in Cross Media.</p>
<div class="work-tags"><span>Curation</span><span>Moderation</span><span>Media</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2016–2022</div>
<div>
<h3>European Institute of Innovation & Technology (EIT)</h3>
<p>Moderator for the EIT Annual Event in Budapest (2016) and the EIT Health event in Paris (2017) and Rotterdam (2022), for the EU body promoting innovation and entrepreneurship across Europe.</p>
<div class="work-tags"><span>Moderation</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2009–2018</div>
<div>
<h3>TEDxAmsterdam</h3>
<p>Co-founder and board member of the foundation, and curator of the conference — one of Europe's most distinctive independently organised TEDx events.</p>
<div class="work-tags"><span>Co-founder</span><span>Curation</span><span>Board</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2018</div>
<div>
<h3>Forward Thinking Leadership</h3>
<p>Programme advice and curation for a Denk Producties event at the AFAS Music Hall built around a keynote appearance by Barack Obama.</p>
<div class="work-tags"><span>Programme advice</span><span>Curation</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2016</div>
<div>
<h3>Single Market Forum</h3>
<p>Co-host and moderator of a session with EU Commissioner Elżbieta Bieńkowska, Dutch Minister of Economic Affairs Henk Kamp, and Prime Minister Mark Rutte, for EU businesses and consumers.</p>
<div class="work-tags"><span>Moderation</span><span>Policy</span></div>
</div>
<div></div>
</div>
<div class="work-item">
<div class="work-year">2005–2008</div>
<div>
<h3>PICNIC</h3>
<p>Programme director for PICNIC '06, '07 and '08 — a large-scale international event on creativity and innovation, with speakers including Richard Branson, John de Mol and Blaise Agüera y Arcas.</p>
<div class="work-tags"><span>Programme direction</span></div>
</div>
<div></div>
</div>
</div>
</div>
</section>
<section id="curating" class="alt">
<div class="wrap method-wrap">
<div class="method-lead">
<span class="eyebrow">How I curate</span>
<p class="big-quote" style="margin-top:20px;">Every programme starts with one question: <span>what should be different in the world after this event?</span></p>
</div>
<div class="method-steps">
<div class="method-step">
<h4>Define the themes</h4>
<p>What are the questions this industry actually needs to grapple with right now — and how do they intersect with what's coming in the next twelve months?</p>
</div>
<div class="method-step">
<h4>Find the speakers</h4>
<p>Not the most famous name — the person who can say something no one else in the room is saying, and say it well.</p>
</div>
<div class="method-step">
<h4>Design the format</h4>
<p>A fireside chat, a panel, a debate — or a talkshow, a quiz, an AMA, a walk through the city: the format is a decision, not a default. I brief every moderator and speaker accordingly.</p>
</div>
<div class="method-step">
<h4>Moderate from real preparation</h4>
<p>The conversations that feel unscripted are usually the most prepared. I read everything before I ask anything, and I call every guest beforehand — so I know exactly where to push once we're on stage.</p>
</div>
<div class="method-step">
<h4>Keep the connection going</h4>
<p>The best conversations don't end when the session does. Away from any stage, I occasionally convene small invitation-only gatherings in Amsterdam — technologists, artists, designers, journalists and researchers, sharing what they're working on. No write-up.</p>
</div>
</div>
</div>
</section>
<section>
<div class="wrap">
<div class="section-head">
<span class="eyebrow">Track record</span>
<h2>Numbers, instead of a CV.</h2>
</div>
<div class="numbers">
<div class="number-block"><div class="figure">30+</div><div class="caption">Years working at the intersection of technology, media and events</div></div>
<div class="number-block"><div class="figure">20+</div><div class="caption">Years as an independent advisor, curator and day-chair</div></div>
<div class="number-block"><div class="figure">2</div><div class="caption">Foundations co-founded: TEDxAmsterdam, ThingsCon</div></div>
<div class="number-block"><div class="figure">EN / NL</div><div class="caption">Moderating confidently in both languages</div></div>
</div>
</div>
</section>
<section id="writing" class="alt">
<div class="wrap">
<div class="section-head">
<span class="eyebrow">Writing</span>
<h2>Recent notes.</h2>
<p>Short, regular reflections on what I'm working on and what I'm noticing — cross-posted from LinkedIn.</p>
</div>
<div class="writing-grid">
<a class="article-card" href="https://futureofevents.substack.com/p/van-dusseldorps-newsletter-relaunch" target="_blank" rel="noopener">
<span class="tag">Newsletter</span>
<h4>Van Dusseldorp's Newsletter (relaunch)</h4>
<span class="read">Read on Substack →</span>
</a>
<a class="article-card" href="https://www.linkedin.com/pulse/what-do-i-monique-van-dusseldorp-zkcce/" target="_blank" rel="noopener">
<span class="tag">Reflection</span>
<h4>What do I do?</h4>
<span class="read">Read on LinkedIn →</span>
</a>
<a class="article-card" href="https://www.linkedin.com/pulse/ai-house-amsterdam-powering-from-chips-factories-van-dusseldorp-riice" target="_blank" rel="noopener">
<span class="tag">AI House Amsterdam</span>
<h4>Powering AI: From Chips to Factories</h4>
<span class="read">Read on LinkedIn →</span>
</a>
</div>
<p style="margin-top:28px; font-size:14.5px;"><a href="writing.html" style="color:var(--accent); text-decoration:none; border-bottom:1px solid var(--accent);">See all writing →</a></p>
<p style="margin-top:14px; font-size:14.5px; color:var(--ink-soft);"><a href="https://futureofevents.substack.com/subscribe" target="_blank" rel="noopener" style="color:var(--accent); text-decoration:none; border-bottom:1px solid var(--accent);">Get these by email →</a> · <a href="https://www.linkedin.com/in/vandusseldorp/" target="_blank" rel="noopener" style="color:var(--accent); text-decoration:none; border-bottom:1px solid var(--accent);">Follow on LinkedIn →</a></p>
</div>
</section>
<section id="about" class="alt">
<div class="wrap about-grid">
<div>
<span class="eyebrow">About</span>
<h2 style="margin-top:14px; font-size:clamp(26px,3vw,36px);">From the early internet to today's AI.</h2>
<div style="margin-top:32px; position:relative; overflow:hidden; border:1px solid var(--rule);">
<img src="images/about-thingscon-crclpark.jpg" alt="Monique van Dusseldorp on stage at a ThingsCon event, CRCL Park, 2025" style="display:block; width:100%;">
<div class="gallery-cap"><span class="g-title">Digital Intelligence as Material</span><span class="g-sub">ThingsCon — Amsterdam</span></div>
</div>
</div>
<div class="about-copy">
<p>I've spent more than three decades bringing together the people shaping technology, media and society — from the early days of the internet and the European TV and Film Forum in Düsseldorf in the 1990s, through founding my own digital-media research and publishing house, to today's researchers, founders, policymakers and business leaders shaping the future of AI.</p>
<p>What has stayed constant is not a particular technology, but a fascination with the people who are changing the world — and a habit of finding the conversations that need to happen before they become obvious.</p>
<p>I studied Language and Literature at Katholieke Universiteit Brabant and Drawing and Graphic Arts at the Academie voor Beeldende Vorming in Tilburg (both cum laude), with graduate studies in History and Literature at Boston University. I've worked for the European Institute for the Media in Manchester and Düsseldorf, and founded my own research and events company — the Europemedia newsletter, with 60,000 subscribers, and the TV Meets the Web series of events — before going independent. I've since sat on the boards or advisory councils of organisations including Gridforum and Mediagateway (infrastructure), broadcaster NPS, the Filmmuseum Amsterdam (media), Next Nature and the Fontys Academy for Creative Industries (arts), and served on several government advisory committees.</p>
<div class="about-facts">
<div class="fact-row"><span class="k">Based in</span><span class="v">Amsterdam, the Netherlands</span></div>
<div class="fact-row"><span class="k">Languages</span><span class="v">Dutch, English (moderating) · German, French (conversational)</span></div>
<div class="fact-row"><span class="k">Independent since</span><span class="v">2003 — advisor, day-chair and programmer for seminars and congresses at home and abroad</span></div>
<div class="fact-row"><span class="k">Co-founder</span><span class="v">TEDxAmsterdam (2009–2018), ThingsCon (2015–2019)</span></div>
<div class="fact-row"><span class="k">Current boards</span><span class="v">Preparation Tech (2020–), Ada Lovelace Foundation, Inclusive AI Lab (advisory), ThingsCon (advisory, 2026–)</span></div>
<div class="fact-row"><span class="k">Recognition</span><span class="v">Named one of the "50 International Names to Know on the Internet" (USC Annenberg Online Journalism Review, 1998); Vosko Award for contributions to the internet industry (2003)</span></div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="wrap contact-grid">
<div>
<span class="eyebrow" style="color:#8FB0DE;">Get in touch</span>
<h2 style="margin-top:16px;">Let's build the conversation your audience will remember.</h2>
<p class="lede">Available for conference curation, executive moderation, programme design and international advisory work.</p>
<a class="contact-email" href="mailto:monique@vandusseldorp.com">monique@vandusseldorp.com</a>
<p style="margin-top:18px; font-size:15px; color:#B8BEC4;">+31 655 364 699 · Amsterdam-based</p>
</div>
<div class="contact-side">
<span class="label">Available for</span>
<ul class="contact-list">
<li>Conference & programme curation</li>
<li>Executive & panel moderation</li>
<li>Strategic programme design</li>
<li>International advisory roles</li>
</ul>
</div>
</div>
</section>
<footer class="wrap">
<img src="images/logo-transparent.png" alt="van Dusseldorp" style="height:26px; width:auto; filter:brightness(0) invert(1); opacity:.85;">
<span>Amsterdam · Photography: Ben Houdijk, Feike Faase and others</span>
</footer>
</body>
</html>