Skip to content

Commit 4be37cf

Browse files
committed
deploy: e9df94d
1 parent 64f62e5 commit 4be37cf

70 files changed

Lines changed: 648 additions & 243 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2026/01/26/registration-2026.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@ <h1 id="MediaEval+2026+Registration" class="title">MediaEval 2026 Registration</
258258

259259
<div id="post-nav">
260260

261+
<div id="previous-post">
262+
<p>Next post</p>
263+
<a alt="MediaEval 2026 Workshop Registration" href="/2026/05/15/workshop-registration-2026.html">
264+
MediaEval 2026 Workshop Registration
265+
</a>
266+
</div>
267+
261268

262269

263270
<div id="next-post">
Lines changed: 332 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,332 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<link rel="shortcut icon" href="/assets/img/mediaeval-favicon.png" type="image/png">
7+
<!--Import Google Icon Font-->
8+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
9+
<!--Import materialize.css-->
10+
<link type="text/css" rel="stylesheet" href="/assets/css/materialize.min.css" media="screen,projection"/>
11+
<link type="text/css" rel="stylesheet" href="/assets/css/main.css" media="screen,projection"/>
12+
<!-- Add icon library -->
13+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
14+
<!--Let browser know website is optimized for mobile-->
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
16+
<meta name="twitter:card" content="summary" /> <!--<meta name="twitter:card" content="summary_large_image" />-->
17+
<meta name="twitter:image" content="https://multimediaeval.github.io/assets/img/twitter-card-summary.png"/>
18+
<meta name="twitter:image:alt" content="Picture of group of people participants of the 2019 MediaEval workshop"/>
19+
20+
<!-- Global site tag (gtag.js) - Google Analytics -->
21+
22+
23+
<!-- seo tags -->
24+
<!-- Begin Jekyll SEO tag v2.8.0 -->
25+
<title>MediaEval 2026 Workshop Registration | MediaEval Benchmark</title>
26+
<meta name="generator" content="Jekyll v3.9.2" />
27+
<meta property="og:title" content="MediaEval 2026 Workshop Registration" />
28+
<meta property="og:locale" content="en_US" />
29+
<meta name="description" content="Registration for the MediaEval 2026 Workshop now open!" />
30+
<meta property="og:description" content="Registration for the MediaEval 2026 Workshop now open!" />
31+
<link rel="canonical" href="https://multimediaeval.github.io/2026/05/15/workshop-registration-2026.html" />
32+
<meta property="og:url" content="https://multimediaeval.github.io/2026/05/15/workshop-registration-2026.html" />
33+
<meta property="og:site_name" content="MediaEval Benchmark" />
34+
<meta property="og:image" content="https://multimediaeval.github.io/assets/img/twitter-card.png" />
35+
<meta property="og:type" content="article" />
36+
<meta property="article:published_time" content="2026-05-15T00:00:00+00:00" />
37+
<meta name="twitter:card" content="summary_large_image" />
38+
<meta property="twitter:image" content="https://multimediaeval.github.io/assets/img/twitter-card.png" />
39+
<meta property="twitter:title" content="MediaEval 2026 Workshop Registration" />
40+
<script type="application/ld+json">
41+
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2026-05-15T00:00:00+00:00","datePublished":"2026-05-15T00:00:00+00:00","description":"Registration for the MediaEval 2026 Workshop now open!","headline":"MediaEval 2026 Workshop Registration","image":"https://multimediaeval.github.io/assets/img/twitter-card.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://multimediaeval.github.io/2026/05/15/workshop-registration-2026.html"},"url":"https://multimediaeval.github.io/2026/05/15/workshop-registration-2026.html"}</script>
42+
<!-- End Jekyll SEO tag -->
43+
44+
<!-- Manual seo tags -->
45+
46+
</head>
47+
48+
<body>
49+
50+
<div>
51+
52+
53+
54+
55+
56+
<div class="navbar-fixed">
57+
<nav>
58+
<div class="nav-wrapper green darken-4">
59+
<a href="/" class="brand-logo" style="padding-left: 20px">
60+
<h3 class="northumbria" style="margin-top: 20px;color:white;">Mediaeval</h3>
61+
</a>
62+
<!-- Small screen definition -->
63+
<a href="#" data-target="mobile-nav" class="sidenav-trigger">
64+
<i class="material-icons" style="color:white;">menu</i>
65+
</a>
66+
<!-- Big screen Structure -->
67+
<ul class="materialize right hide-on-med-and-down">
68+
<li><a href="/"><i class="material-icons" style="color:white;">home</i></a></li>
69+
70+
<li><a href="/editions/2026/" style="color:white;">MediaEval 2026</a></li>
71+
72+
73+
74+
75+
<li><a class="dropdown-trigger" data-target="editions" style="color:white;">
76+
MediaEval History<i class="material-icons right">arrow_drop_down</i>
77+
</a></li>
78+
79+
80+
81+
82+
83+
<li><a href="/philosophy/" style="color:white;">MediaEval Philosophy</a></li>
84+
85+
86+
87+
88+
89+
<li><a href="/about/" style="color:white;">About MediaEval</a></li>
90+
91+
92+
93+
94+
95+
<li><a href="/bib/" style="color:white;">Bibliography</a></li>
96+
97+
98+
99+
100+
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
</ul>
116+
</div>
117+
</nav>
118+
</div>
119+
120+
<!-- Big screen dropdown Structure -->
121+
<ul class="dropdown-content materialize" id="editions">
122+
123+
<li><a href="/editions/2025/">MediaEval 2025</a></li>
124+
125+
<li><a href="/editions/2023/">MediaEval 2023</a></li>
126+
127+
<li><a href="/editions/2022/">MediaEval 2022</a></li>
128+
129+
<li><a href="/editions/2021/">MediaEval 2021</a></li>
130+
131+
<li><a href="/editions/2020/">MediaEval 2020</a></li>
132+
133+
<li><a href="http://www.multimediaeval.org/" target="_blank">pre-2020</a></li>
134+
</ul>
135+
136+
<!-- Mobile Structure -->
137+
<ul class="materialize sidenav green darken-4" id="mobile-nav">
138+
<li><a href="/" style="color:white;">Home</a></li>
139+
140+
<li><a href="/editions/2026/" style="color:white;">MediaEval 2026</a></li>
141+
142+
143+
144+
145+
<li><a class="dropdown-trigger" data-target="mobile-editions" style="color:white;">
146+
MediaEval History<i class="material-icons right" style="color:white;">arrow_drop_down</i>
147+
</a></li>
148+
149+
150+
151+
152+
153+
<li><a href="/philosophy/" style="color:white;">MediaEval Philosophy</a></li>
154+
155+
156+
157+
158+
159+
<li><a href="/about/" style="color:white;">About MediaEval</a></li>
160+
161+
162+
163+
164+
165+
<li><a href="/bib/" style="color:white;">Bibliography</a></li>
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
</ul>
186+
187+
<!-- Mobile dropdown Structure -->
188+
<ul class="dropdown-content materialize" id="mobile-editions">
189+
190+
<li><a href="/editions/2025/">MediaEval 2025</a></li>
191+
192+
<li><a href="/editions/2023/">MediaEval 2023</a></li>
193+
194+
<li><a href="/editions/2022/">MediaEval 2022</a></li>
195+
196+
<li><a href="/editions/2021/">MediaEval 2021</a></li>
197+
198+
<li><a href="/editions/2020/">MediaEval 2020</a></li>
199+
200+
<li><a href="http://www.multimediaeval.org/" target="_blank">pre-2020</a></li>
201+
</ul>
202+
203+
</div>
204+
205+
206+
207+
<div class="container">
208+
<div class="row">
209+
<article >
210+
<header id="main" style="">
211+
212+
<h1 id="MediaEval+2026+Workshop+Registration" class="title">MediaEval 2026 Workshop Registration</h1>
213+
<div class="post-info">
214+
<p class="meta">
215+
May 15, 2026
216+
</p>
217+
</div>
218+
219+
220+
</header>
221+
<section class="post-content">
222+
223+
<h3 id="registration-for-the-mediaeval-2026-workshop-now-open">Registration for the MediaEval 2026 Workshop now open!</h3>
224+
225+
<p>The MediaEval 2026 Multimedia Evaluation Benchmark. MediaEval 2026 Workshop, Mon.-Tue. 15-16 June 2026, Amsterdam, Netherlands and Online, co-located with ACM ICMR 2026.</p>
226+
227+
<p>All teams that submit runs to a MediaEval task should submit a 4-page working notes paper and also present their paper at the workshop. The workshop will run 9:00-17:00 CET both days.</p>
228+
229+
<p>Please register to participate in the MediaEval 2026 Workshop <a href="https://forms.gle/1cQrLNWS16JoQhCD8">here</a></p>
230+
231+
<p>Registration for participation online is free. Registration for participation in-person requires payment of a fee. If you are participating in person,
232+
you will need to additionally fill out a second registration form (link provided at the end of the main form above) in order that we can collect your registration fee.
233+
If you are a student, or otherwise have limited financial means, you can register using the “Discounted” rate. Otherwise, please register for the “Regular” registration rate.
234+
We request that you do not use the “Discounted” rate unless you need it, so that we can balance the workshop budget.</p>
235+
236+
<p>The exact schedule of the workshop will be announced shortly before the workshop. Please watch your email.</p>
237+
238+
<p>Online participants will be sent the links to join the workshop a couple days before the workshop starts. Do not share these links.
239+
If multiple people from one team will be at the workshop (which we encourage) please make sure each of those people has registered individually for the workshop.</p>
240+
241+
<p>Online presenters must present live. However, we do ask you to upload a video before the workshop in case there is a technical problem.</p>
242+
243+
<p>For in-person participants, the venue of the MediaEval Workshop is KIT Royal Tropical Institute. Travel information can be found on the <a href="https://icmr2026.org/venue.html">ICMR Website</a></p>
244+
245+
246+
</section>
247+
248+
<!-- Social media shares -->
249+
<!-- <div class="share-buttons">
250+
<ul class="share-buttons">
251+
<div class="meta">Share</div>
252+
253+
</ul>
254+
</div>
255+
-->
256+
257+
<!-- Tag list -->
258+
<!--
259+
260+
261+
262+
<footer>
263+
<div class="tag-list"></div>
264+
</footer>
265+
-->
266+
267+
</article>
268+
269+
<!-- Post navigation -->
270+
271+
<div id="post-nav">
272+
273+
274+
275+
<div id="next-post">
276+
<p>Previous post</p>
277+
<a alt="MediaEval 2026 Registration" href="/2026/01/26/registration-2026.html">
278+
MediaEval 2026 Registration
279+
</a>
280+
</div>
281+
282+
</div>
283+
284+
285+
286+
</div>
287+
</div>
288+
289+
290+
<footer class='page-footer green darken-4'>
291+
<div class='container'>
292+
293+
<div class='row'>
294+
<div class="col l6 s12">
295+
<h5 class="white-text">What is MediaEval?</h5>
296+
<p>MediaEval is a benchmarking initiative dedicated to evaluating new algorithms for multimedia access and retrieval.
297+
It emphasizes the ‘multi’ in multimedia and focuses on human and social aspects of multimedia tasks.</p>
298+
299+
<p>For more information contact Martha Larson m.larson (at) cs.ru.nl</p>
300+
</div>
301+
<div class="col l4 offset-l2 s12">
302+
<h5 class="white-text">Links</h5>
303+
<a href='https://twitter.com/multimediaeval' target="_blank">
304+
<i class="fa fa-twitter fa-3x" aria-hidden="true" style="color:white;"></i>
305+
</a>
306+
<a href='https://github.com/multimediaeval' target="_blank">
307+
<i class="fa fa-github fa-3x" aria-hidden="true" style="color:white;"></i>
308+
</a>
309+
<a href='https://www.flickr.com/photos/69524595@N06/' target="_blank">
310+
<i class="fa fa-flickr fa-3x" aria-hidden="true" style="color:white;"></i>
311+
</a>
312+
<a href='https://www.youtube.com/channel/UCc-1NW1Uo2o_zI4F81iyTcw' target="_blank">
313+
<i class="fa fa-youtube fa-3x" aria-hidden="true" style="color:white;"></i>
314+
</a>
315+
</div>
316+
</div>
317+
318+
</div>
319+
<div class="footer-copyright">
320+
<div class="container grey-text text-lighten-4">
321+
&copy; 2020 MediaEval Multimedia Benchmark
322+
</div>
323+
</div>
324+
</footer>
325+
326+
327+
<!--JavaScript at end of body for optimized loading-->
328+
<script type="text/javascript" src="/assets/js/materialize.min.js"></script>
329+
<script type="text/javascript" src="/assets/js/main.js"></script>
330+
</body>
331+
332+
</html>

assets/data/search.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
[
22

3+
{
4+
"title" : "MediaEval 2026 Workshop Registration",
5+
"category" : "",
6+
"tags" : " ",
7+
"url" : "/2026/05/15/workshop-registration-2026.html",
8+
"date" : "May 15, 2026",
9+
"excerpt" : "Registration for the MediaEval 2026 Workshop now open!\n\nThe MediaEval 2026 Multimedia Evaluation Benchmark. MediaEval 2026 Workshop, Mon.-Tue. 15-16 June 2026, Amsterdam, Nethe...",
10+
"content" : "Registration for the MediaEval 2026 Workshop now open!\n\nThe MediaEval 2026 Multimedia Evaluation Benchmark. MediaEval 2026 Workshop, Mon.-Tue. 15-16 June 2026, Amsterdam, Netherlands and Online, co-located with ACM ICMR 2026.\n\nAll teams that submit runs to a MediaEval task should submit a 4-page working notes paper and also present their paper at the workshop. The workshop will run 9:00-17:00 CET both days.\n\nPlease register to participate in the MediaEval 2026 Workshop here\n\nRegistration for participation online is free. Registration for participation in-person requires payment of a fee. If you are participating in person, \nyou will need to additionally fill out a second registration form (link provided at the end of the main form above) in order that we can collect your registration fee. \nIf you are a student, or otherwise have limited financial means, you can register using the “Discounted” rate. Otherwise, please register for the “Regular” registration rate. \nWe request that you do not use the “Discounted” rate unless you need it, so that we can balance the workshop budget.\n\nThe exact schedule of the workshop will be announced shortly before the workshop. Please watch your email.\n\nOnline participants will be sent the links to join the workshop a couple days before the workshop starts. Do not share these links. \nIf multiple people from one team will be at the workshop (which we encourage) please make sure each of those people has registered individually for the workshop.\n\nOnline presenters must present live. However, we do ask you to upload a video before the workshop in case there is a technical problem.\n\nFor in-person participants, the venue of the MediaEval Workshop is KIT Royal Tropical Institute. Travel information can be found on the ICMR Website\n"
11+
} ,
12+
313
{
414
"title" : "MediaEval 2026 Registration",
515
"category" : "",

0 commit comments

Comments
 (0)