-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdates.html
63 lines (60 loc) · 3.29 KB
/
dates.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
<!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-dates {
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">Important Dates</h1>
</div>
</div>
</div>
</div>
<div class="content" id="dates">
<div class="content-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column full-width">
<ul>
<li>Regular and Special Session Paper Submission: <del>4 September 2023</del> <b><span style="color:red">18 September 2023</span></b></li>
<li>Demo Paper Submission: <del>2 October 2023</del> <b><span style="color:red">16 October 2023</span></b></li>
<li>Brave New Ideas Submission: <del>2 October 2023</del> <b><span style="color:red">16 October 2023</span></b></li>
<li>Video Browser Showdown Submission: <del>16 October 2023</del> <b><span style="color:red">30 October 2023</span></b></li>
<li>Regular and Special Session Paper Notification: <del>13 November 2023</del> <b><span style="color:red">20 November 2023</span></b></li>
<li>MediaEval Submissions: <b>(exact deadlines on the <a href="https://multimediaeval.github.io/editions/2023/" target="_blank">tasks pages</a>): 15-30 November</b></li>
<li>Camera Ready Version and Registration: <b>4 December 2023</b></li>
</ul>
<p class="text">
All deadlines refer to midnight in the GMT-11 time zone.
This is Conftool's best available approximation of "Anywhere on Earth", and could be called "Anywhere on Inhabited Earth", see <a href="https://www.conftool.net/ctforum/index.php/topic,447.0.html">this website page</a>.
The Conftool system will accurately indicate the time in GMT-11.
</p>
</div>
</div>
</div>
</div>
<div class="footer-container"></div>
</body>
</html>