-
Notifications
You must be signed in to change notification settings - Fork 0
/
dates.html
30 lines (22 loc) · 886 Bytes
/
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
---
layout: default
---
<script type="text/javascript">
document.getElementById('LNdates').id='leftcurrent';
</script>
<div class="contents">
<h1>{{ site.conference.name }} {{ site.conference.year }}</h1>
<table border="0" cellpadding="2" cellspacing="0" width="90%">
{% for deadline in site.conference.deadlines %}
{% include listdeadline.html %}
{% endfor %}
<tr><td>Conference start</td><td>{{ site.conference.dates[0] | date: "%A %B, %-d %Y" }}</td></tr>
</table>
<ul>
<li>All deadlines are strict. </li>
<li>All dates and times are the last second of the day in <B>UTC/GMT</B>. </li>
<li>For more locations, please refer to <a onclick="window.open(this.href); return false;" href="http://www.timeanddate.com/worldclock/converter.html">time zone converter</a>.</li>
</li>
</ul>
</div>
<!--- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->