-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmissions.html
More file actions
100 lines (93 loc) · 4.78 KB
/
submissions.html
File metadata and controls
100 lines (93 loc) · 4.78 KB
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
<!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>
</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>
<h5></h5>
<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>Submission Instructions</h1>
Submissions should generally follow <a href="http://www.ijcai19.org/call-for-papers.html">the IJCAI formatting requirements</a> EXCEPT
<ul>
<li>submitted papers should contain the
author names (reviewing will *not* be anonymous) </li>
<li> the page limit is 6 pages of text (including graphics) plus one page for references, however it is recommended that the initial submission be slightly shorter to accommodate possible reviewers' comments/suggestions. </li>
</ul>
<p>
Also note that a separate set <a href="dates.html"> of submission deadlines</a> applies for this workshop.
</p>
<p> Papers rejected from the main IJCAI conference are welcome for submission here, including papers simultaneously going through the appeal process.
</p>
<p>
Formatting style files can be found <a href="http://www.ijcai.org/authors_kit">here</a>.
</p>
<p>Submissions will be accepted through <a href="https://easychair.org/conferences/?conf=wmlspwicsrijcai2019">EasyChair</a>
</p>
IMPORTANT: Per IJCAI's policy, at least one author of each accepted paper is <b>required </b> to attend the workshop to present the work. Authors will be required to agree to this requirement at the time of submission. Because workshops may be cancelled if they do not receive a certain number of registrations by the <a href="dates.html">EARLY deadline</a>, it is <b>strongly recommended</b> that authors <a href="http://www.ijcai.org/register.html">register </a> as soon as possible after a paper has been accepted.
</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>