forked from kissghosts/gi2016
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdates.html
More file actions
122 lines (111 loc) · 4.04 KB
/
dates.html
File metadata and controls
122 lines (111 loc) · 4.04 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
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="" />
<meta name="author" content="yfliu@cs.helsinki.fi" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>GI 2016 Dates</title>
<!-- BOOTSTRAP CORE STYLE -->
<link href="lib/css/bootstrap.css" rel="stylesheet" />
<!-- FONT AWESOME ICONS -->
<!-- <link href="lib/css/font-awesome.css" rel="stylesheet" /> -->
<!-- CUSTOM STYLE -->
<link href="lib/css/style.css" rel="stylesheet" />
<!-- HTML5 Shiv and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="header" class="navbar navbar-inverse set-radius-zero">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1>IEEE GI <span class="logo_colour">2016</span></h1>
<h2>19th IEEE Global Internet Symposium <br> In conjunction with <a href="http://infocom2016.ieee-infocom.org/">IEEE INFOCOM 2016</a>, San Francisco, CA, USA, April 10-15, 2016</h2>
</div>
</div>
</div>
<section class="menu-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="navbar-collapse collapse ">
<ul id="menu-top" class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="guidelines.html">Submission Guidelines</a></li>
<li><a class="menu-top-active" href="dates.html">Important Dates</a></li>
<li><a href="committee.html">Committee</a></li>
<li><a href="program.html">Program</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- MENU SECTION END-->
<div class="container">
<div>
<p><img src="lib/resources/san-fran.jpg" class="img-responsive" alt="San Fan"><br /></p>
</div>
<div id="content">
<div class="col-xs-12 col-sm-9">
<h3>Important Dates</h3>
<br>
<table class="table">
<tbody>
<tr>
<td><b>Paper Submission Due</b></td>
<td><strike>December 22, 2015</strike><font color="red"> December 31, 2015</font><b> [Extended]</b></td>
</tr>
<tr>
<td><b>Notification of Acceptance</b></td>
<td>February 8, 2016</td>
</tr>
<tr>
<td><b>Camera Ready</b></td>
<td>TBA</td>
</tr>
<tr>
<td><b>Symposium</b></td>
<td>April 11, 2016</td>
</tr>
</tbody>
</table>
<br>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<p align="center">
<a href="index.html">Home</a> |
<a href="guidelines.html">Submission Guidelines</a> |
<a href="committee.html">Committee</a> |
<a href="program.html">Program</a>
</p>
<p align="center">© IEEE GI 2016. Powered by <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>.</p>
</div>
</div>
</div>
</footer>
<!-- FOOTER SECTION END-->
<!-- JAVASCRIPT AT THE BOTTOM TO REDUCE THE LOADING TIME -->
<!-- CORE JQUERY SCRIPTS -->
<script src="lib/js/jquery-1.11.1.js"></script>
<!-- BOOTSTRAP SCRIPTS -->
<script src="lib/js/bootstrap.js"></script>
</body>
</html>