-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimportant-dates.html
170 lines (123 loc) · 3.51 KB
/
important-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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang=" en ">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>LDAV 2017 – Important Dates</title>
<meta name="description" content="Important dates">
<link rel="stylesheet" href="assets/main.css">
<link rel="canonical" href="important-dates.html">
</head>
<body>
<header>
<aside>
<img id="ldav-logo" src="assets/logo-black.png" />
</aside>
<article>
<h2>
<b><span>The 7th IEEE Symposium on</span>
<span>Large Data Analysis and Visualization</span></b><br />
<span>in conjunction with IEEE VIS 2017,</span>
<span> Phoenix, Arizona, October 2, 2017</span>
</h2>
<img id="ieee-logo" src="assets/ieee_mb_white.png" />
</article>
</header>
<main>
<aside>
<nav>
<h1>Menu</h1>
<ul>
<li class="">
<a href="index.html">Home</a>
</li>
<li class="">
<a href="program.html">Program</a>
</li>
<li class="">
<a href="presenters.html">Presenter Information</a>
</li>
<li class="">
<a href="call-for-papers.html">Call for Papers</a>
</li>
<li class="">
<a href="call-for-posters.html">Call for Posters</a>
</li>
<li class="">
<a href="supporters.html">Supporters</a>
</li>
<li class="current">
<a href="important-dates.html">Important Dates</a>
</li>
<li class="">
<a href="organization.html">Organization</a>
</li>
<li>
<a href="mailto:[email protected]">Contact</a>
</li>
</ul>
</nav>
<hr />
<h1 id="important-dates">Important dates</h1>
<h2 id="symposium">Symposium</h2>
<dl>
<dt>One-day symposium</dt>
<dd>October 2, 2017</dd>
</dl>
<hr />
<nav id="archive">
<h1>LDAV Archive</h1>
<ul>
<li><a href="https://ldav.org/2016/" target="_blank">2016</a></li>
<li><a href="https://ldav.org/2015/" target="_blank">2015</a></li>
<li><a href="https://ldav.org/2014/" target="_blank">2014</a></li>
<li><a href="https://ldav.org/2013/" target="_blank">2013</a></li>
<li><a href="https://ldav.org/2012/" target="_blank">2012</a></li>
<li><a href="https://ldav.org/2011/" target="_blank">2011</a></li>
</ul>
</nav>
</aside>
<article>
<h1 id="important-dates">Important dates</h1>
<p>Please note: all deadlines are firm and no extensions will be granted.</p>
<h2 id="papers">Papers</h2>
<dl>
<dt>Abstract Deadline (firm)</dt>
<dd>June 9, 2017</dd>
<dt>Paper Submission (firm)</dt>
<dd>June 16, 2017, 11:59 PM (AOE)</dd>
<dt>Author Notification</dt>
<dd>August 4, 2017</dd>
<dt>Camera-Ready Deadline</dt>
<dd>August 11, 2017</dd>
</dl>
<h2 id="posters">Posters</h2>
<dl>
<dt>Two-page poster paper submission</dt>
<dd>August 14, 2017</dd>
<dt>Author Notification:</dt>
<dd>August 17, 2017</dd>
<dt>Camera-Ready Deadline</dt>
<dd>August 25, 2017</dd>
</dl>
<h2 id="symposium">Symposium</h2>
<dl>
<dt>One-day symposium</dt>
<dd>October 2, 2017</dd>
</dl>
</article>
</main>
<footer>
<aside>
Last update: Aug 25, 2017
</aside>
<article>
<p>
© 2017 7th IEEE Symposium on Large Data Analysis and Visualization, held in
conjunction with IEEE VIS 2017, Phoenix, Arizona, October 2, 2017.
</p>
</article>
</footer>
</body>
</html>