-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmission.html
More file actions
executable file
·103 lines (95 loc) · 4.36 KB
/
Copy pathsubmission.html
File metadata and controls
executable file
·103 lines (95 loc) · 4.36 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
101
102
103
<html>
<head>
<title>SEDE 2022 - Submission</title>
<!-- Test -->
<!-- Links -->
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="stylesheet" type="text/css" href="stylesheets/mobile.css">
<script src="stylesheets/jquery.js"></script>
<script src="stylesheets/slider.js"></script>
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="topbar">
</div>
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="submission.html">Submission</a></li>
<li><a href="keynote.html">Keynote</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="authors.html">Registration</a></li>
<li><a href="accommodation.html">Accommodation</a></li>
<li><a href="organization.html">Organization</a></li>
</ul>
</div>
<div id="images">
<img src="images/hotel.jpg" class="active" />
<img src="images/lobby.jpeg" />
<img src="images/pool.jpg" />
<img src="images/hotel2.jfif" />
<img src="images/pool2.jfif" />
</div>
<div class="main">
<h1>Submission Page</h1>
<h2><a href="files/SEDE2022-CFSessions.pdf" target="_blank">Call for Special Sessions and Tutorials</a></h2>
<h2><a href="files/SEDE2022-CFP.pdf" target="_blank">Call for Papers</a></h2>
<h2>Submission Procedures</h2>
<p id="description">
<ul>
<li>Papers will be accepted only by electronic submission in PDF format. Please include author's full name(s), address, affiliation, e-mail address, telephone number and topic area.</li>
<li>More information can be found at the <span id="description-link"><a href="http://www.isca-hq.org/isca.php?p=Conferences">ISCA website</a></span>.</li>
<li>All submissions must be uploaded through <span id="description-link"><a href="https://www.easychair.org/conferences/?conf=sede2022">EasyChair</a></span> by the date below.</li>
<li>The submitted manuscript should closely reflect the final paper as it will appear in the proceedings, which will be a maximum of 10 pages (+4 pages with additional page fees) in EasyChair format.
<span id="description-link"><!--<a href="https://easychair.org/publications/for_authors" target="_blank">--><a href="files/SEDE-2022-Document-Prep-Instructions.docx">Instructions for the Preparation of Manuscripts</a></span></li>
<li>After the conference, you may submit an extended version of your paper for possible publication in the ISCA journal.</li>
</ul>
</p>
<p>
<table>
<tr>
<th colspan="2"><center>Important Dates</center></th>
</tr>
<tr>
<td style="width: 450px">Full Paper Submission</td>
<td align="right"><strike>May 31, 2022</strike> July 10, 2022</td>
</tr>
<tr>
<td style="width: 450px">Notification of Acceptance</td>
<td align="right"><strike>July 15, 2022</strike> July 31, 2022</td>
</tr>
<tr>
<td style="width: 450px">Pre-registration & Camera-Ready Paper Due</td>
<td align="right"><strike>August 10, 2022</strike> August 20, 2022</td>
</tr>
<tr>
<td style="width: 450px">Event Dates</td>
<td align="right">October 17-19, 2022</td>
</tr>
</table>
</p>
</div>
<div class="footer">
<p>
<a href="http://www.isca-hq.org/"><img height="70" width="110" src="images/isca.gif"></a>
<br>
International Society for Computers and their Applications
</p>
<ul>
<li>SEDE Years</li>
<li><a href="index.html">2022</a></li>
<li><a href="2021/index.html">2021</a></li>
<li><a href="2020/index.html">2020</a></li>
<li><a href="2019/index.html">2019</a></li>
<li><a href="2018/index.html">2018</a></li>
<li><a href="2017/index.html">2017</a></li>
<li><a href="2016/index.html">2016</a></li>
<li><a href="2015/index.html">2015</a></li>
</ul>
</div>
<div class="copyright">
</div>
</body>
</html>