-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
115 lines (112 loc) · 6.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!doctype html>
<html>
<head>
<title>MMM2024</title>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<link href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/frame.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/controls.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/custom.css" media="screen" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/menu.js"></script>
<script src="js/footer.js"></script>
<style>
.menu-index {
color: rgb(0, 0, 0) !important;
opacity: 1 !important;
font-weight: 700 !important;
}
</style>
</head>
<body>
<div class="menu-container"></div>
<div class="content-container">
<div class="banner" style="background: url('img/feature.jpeg') no-repeat center; background-size: cover; height: 450px;">
<div class="banner-table flex-column" style="background-color: rgba(0, 0, 0, 0.5);">
<div class="flex-row">
<div class="flex-item flex-column">
<h1 class="add-top-margin-small">30th International Conference on Multimedia Modeling</h1>
<p class="text" style="font-size: 20px">
January 29 - February 2, 2024 (Amsterdam, The Netherlands)
</p>
</div>
</div>
</div>
</div>
<div class="content">
<div class="content-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column">
<p class="text">
Welcome to Multimedia Modelling 2024, the premier conference for researchers and practitioners in the field of multimedia modeling.
The conference will be held in the beautiful city of Amsterdam in the Netherlands at January 29 - February 2, 2024.
</p>
<p class="text">
MMM is a leading international conference for researchers and industry practitioners for sharing new ideas, original research results and practical development experiences from all MMM related areas.
The conference calls for research papers reporting original investigation results and demonstrations reporting novel and compelling applications.
Special sessions, Brave New Ideas session, keynote lectures, the Video Browser Showdown and the MediaEval workshop will also contribute to a high-quality program.
</p>
<p class="text">
While MMM 2024 will be broadcast online for registered participants, the conference will primarily be an onsite event.
In particular, presenting authors of all oral presentations are expected to attend the conference on location.
Posters will be presented in hybrid onsite/online sessions, so virtual poster presentations will be possible.
</p>
<!-- --------------------------------------------------------- -->
<h3>News</h3>
<hr>
<ul>
<li>
<p class="text">
<b>Conference Proceedings Online!</b></br>
The proceedings for MMM2024 can now be viewed <a target="_blank" href="https://link.springer.com/book/10.1007/978-3-031-53305-1"><b>online!</b></a>
</p>
</li>
<li>
<p class="text">
<b>Conference Programme now available!</b></br>
You can now view the <a href="conference.html#program"><b>conference programme</b></a> for MMM2024!
</p>
</li>
<li>
<p class="text">
<b>Demo and brave new ideas deadline extended!</b><br/>
The deadline for submitting demo or brave new idea papers has been extended to <b>16 October</b>, please check the <a href="./dates.html">Important Dates</a> for the latest deadlines.
</p>
</li>
<li>
<p class="text">
<b>Registration for the MediaEval Evaluation Benchmark is open!</b>
<a href="https://multimediaeval.github.io/editions/2023/" target="_blank">Click here for more information.</a>
Sign up to participate in challenging multimedia tasks in the areas of: medicine,
cultural heritage, news, sports and neuroscience (memorability). We also
welcome you to embark on a quest for insight into the data and task
results. Submit your runs 15-30 November (see the <a href="https://multimediaeval.github.io/editions/2023/" target="_blank">tasks pages</a> for the
exact deadlines) and your short paper for the workshop proceedings on 15
December. The MediaEval 2023 Workshop will be held 1-2 February 2024 as
part of MMM 2024.
</p>
</li>
</ul>
<!-- --------------------------------------------------------- -->
<h3>Organisers</h3>
<hr>
<div class="control-group">
<img src="img/uva-logo.png" class="custom-image-button" style="max-width: 250px;">
<img src="img/tud-logo.png" class="custom-image-button" style="max-width: 250px;">
</div>
<!-- --------------------------------------------------------- -->
<h3>Supporters</h3>
<hr>
<div class="control-group">
<img src="img/springer-logo.png" class="custom-image-button" style="max-width: 250px;">
</div>
</div>
</div>
</div>
</div>
<div class="footer-container"></div>
</body>
</html>