-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration.html
More file actions
116 lines (98 loc) · 4.3 KB
/
Copy pathregistration.html
File metadata and controls
116 lines (98 loc) · 4.3 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
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="The 4th ACM SIGSPATIAL Workshop on Advances on Resilient and Intelligent Cities (ARIC 2021)">
<meta name="keywords" content="ACM, SIGSPATIAL, workshop, conference, movement, resilient, intelligent cities, mobility, GIS, GIScience, computing, spatial, data analysis">
<meta name="author" content="Jiaxin Du">
<link href="./css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="all" href="./inland.css">
<script type="text/javascript" src="./js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="./js/jquery.nivo.slider.js"></script>
<title>ARIC 2021</title>
</head>
<body>
<div id="wrapper960" class="clearfix">
<div id="toplinks">
<ul class="toplinks_links">
<!--<li><a href="https://twitter.com/" target="new"><img src="https://upload.wikimedia.org/wikipedia/de/thumb/9/9f/Twitter_bird_logo_2012.svg/600px-Twitter_bird_logo_2012.svg.png" height="18"/></a></li>-->
<li><a href="https://sigspatial2021.sigspatial.org" target="new"><img src="./images/sigspatial_logo.png" height="80"/><img src="./images/logo.png" height="80"/></a></li>
</ul>
</div>
<div id="header" class="clearfix shadow">
<div id="sitetitle" class="clearfix">
<!-- <a href="./index.html"><img src="./images/logo.png" alt=""/></a></td>-->
<h3 style="font-size: x-large; line-height: normal ">
<a href="./index.html">The 4th ACM SIGSPATIAL Workshop on Advances on Resilient and Intelligent Cities (ARIC 2021)
</a></h3>
<h3 style="font-size: medium; line-height: normal ">Virtual</h3>
</div>
<div id="nav" class="clearfix">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./call-for-papers.html">call for papers</a></li>
<li><a href="./papers-submission.html">papers submission</a></li>
<li><a href="./committees.html">committees</a></li>
<li><a class="current" href="./registration.html">Registration</a></li>
<li><a href="./program.html">Program</a></li>
</ul>
</div>
</div>
<div class="slider-wrapper">
<div id="slider" class="nivoSlider">
<img src="./images/p2.jpg" alt="" />
<img src="./images/p5.jpg" alt="" />
</div>
</div>
<div id="content" class="clearfix shadow">
<div id="sidebar" class="left">
<div class="inner">
<h3>Important Dates</h3>
<b>Workshop</b>
<p>2 Nov 2021</p>
<b>Submission Deadlines</b>
<table>
<tr>
<td>Submission:</td>
<td><b> 30 Sep 2021</b></td>
</tr>
<tr>
<td>Notification:</td>
<td><b> 1 Oct 2021</b></td>
</tr>
<tr>
<td>Camera-ready: </td>
<td><b> 8 Oct 2021</b></td>
</tr>
<tr/>
<tr>
<td colspan="2"><i>All Deadlines at 23:59 AoE</i></td>
</tr>
</table>
</div>
<br>
<br>
<br>
<h3>Contacts</h3>
<ul>
<li> Dr. Bandana Kar: karb@ornl.gov
</ul>
</div>
<div id="main" class="right">
<h2>Registration Instructions</h2>
<p align="justify">
At least one author per accepted contribution needs to register (for ACM SIGSPATIAL and ARIC Workshop)
during the early registration period. Please note that otherwise,
the contribution will not be included in the program and the proceedings.
More details and rates can be found at the ACM SIGSPATIAL registration page
<!--<a href="https://sigspatial2021.sigspatial.org/registration/">registration page</a>--> .
</div>
</div>
<div id="footer" class="shadow">
<p>© 2021 ARIC Workshop | <a href="http://andreasviklund.com/templates/inland/">Template design</a> by <a href="http://andreasviklund.com/">andreasviklund.com</a></p>
</div>
</div>
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
</body></html>