-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdates.html
89 lines (83 loc) · 3.69 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Workshop on Machine Learning for Signal Processing in Wireless Communications, Sensing and Radar</title>
<meta name="description" content="website description" />
<meta name="keywords" content="machine learning, signal processing, communications, sensing, radar, ijcai, workshop" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<header>
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html"><span class="logo_colour">Workshop on Machine Learning for Signal Processing in Wireless Communications, Sensing and Radar</span></a></h1>
<!-- <h2>Simple. Contemporary. Website Template.</h2> -->
</div>
</div>
<nav>
<div id="menu_container">
<ul class="sf-menu" id="nav">
<li><a href="http://www.ijcai19.org">IJCAI 2019</a></li>
<li><a href="submissions.html">Submissions</a>
<li><a href="dates.html">Dates</a>
<li><a href="keynotes.html">Keynote Speakers</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="committee.html">Committees</a>
<li><a href="#proceedings">Proceedings</a></li>
</ul>
</div>
</nav>
</header>
<div id="site_content">
<div id="sidebar_container">
<div class="sidebar">
<h3>Latest News</h3>
<hr>
<h4>Submission deadline <b>extended to May 17</b></h4>
<hr>
<h4>Submission deadline <b>extended to May 10</b></h4>
<hr>
<h4>Easychair Submission Site is <a href="https://easychair.org/conferences/?conf=wmlspwicsrijcai2019">live</a></h4>
<hr>
<h4>Workshop Date: August 11, 2019</h4>
<h5></h5>
<hr>
<h4>New Website Launched</h4>
<h5>February 28, 2019</h5>
</div>
</div>
<div class="content">
<h1>Important Dates</h1>
<p>Paper Submission - <del>April 12</del>, EXTENDED <b>May 17, 2019</b>
<p>Author Notification - <del>May 10</del>, EXTENDED <b>June 3, 2019</b></p>
<p>IJCAI Early registration deadline - TBD</p>
<p>Final Version - TBD - submitted via EasyChair (details to follow)
<!--To submit your final version, go to your submission page on easy chair and click "Update File" in the menu at the upper left.-->
</p>
<p>Workshop will be held on one of the days between August 10 and August 12, 2019 -- exact date TBD </p>
</div>
</div>
<div id="scroll">
<a title="Scroll to the top" class="top" href="#"><img src="images/top.png" alt="top" /></a>
</div>
<footer>
<p>Copyright © CSS3_abstract | <a href="http://www.css3templates.co.uk">css3templates.co.uk</a></p>
</footer>
</div>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.easing-sooper.js"></script>
<script type="text/javascript" src="js/jquery.sooperfish.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('ul.sf-menu').sooperfish();
$('.top').click(function() {$('html, body').animate({scrollTop:0}, 'fast'); return false;});
});
</script>
</body>
</html>