-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAllCalls.html
More file actions
executable file
·162 lines (104 loc) · 5.33 KB
/
AllCalls.html
File metadata and controls
executable file
·162 lines (104 loc) · 5.33 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
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
<!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, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="apple-touch-icon" sizes="57x57" href="images/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png">
<link rel="manifest" href="images/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="2016 IEEE International Conference on Cloud and Autonomic Computing (ICCAC)">
<title>ICCAC 2016 Conference</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="offcanvas.css" rel="stylesheet">
</head>
<body>
<div id="navBar"></div>
<div class="container">
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<!-- ************************ start main body ************************ -->
<h1>All Paper Calls</h1>
<p>
<li><a href="CallPapers.html" id="callNavLink">Call For Papers</a></li>
<li><a href="CallPapers.html#Poster" id="callNavLink">Call For Posters</a></li>
<li><a href="workshops.html" id="workshopNavLink">Call For Workshops</a></li>
<li><a href="Doctoral.html" id="doctoralNavLink">Call For Doctoral Symposium</a></li>
<li><a href="Tutorials.html" id="tutorialsNavLink">Call For Tutorials</a></li>
</p>
<h2>Due Dates</h2>
<h4>Papers</h4>
<div id="papersInfo"></div>
<h4>Posters</h4>
<div id="postersInfo"></div>
<h4>Workshops</h4>
<div id="workshopInfo"></div>
<h4>Doctoral Symposium</h4>
<div id="doctoralInfo"></div>
<h4>Tutorials</h4>
<div id="tutorialsInfo"></div>
<!-- ************************ End main body ************************ -->
</div><!--/span-->
<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
<div id="rightPanel"></div>
</div><!--/span-->
</div><!--/row-->
<hr>
<footer>
<p>© 2016 ICCAC</p>
</footer>
</div><!--/.container-->
<!-- Start of Google Tracking Info -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71619324-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End of Google Tracking Info -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="offcanvas.js"></script>
<!-- Start Loading shared items -->
<script>
$(document).ready(function(){
$('#rightPanel').load("includes/rightPanel.html"); .2
$('#navBar').load("includes/navBar.html");
$('#papersInfo').load("impDates/papers.html");
$('#postersInfo').load("impDates/poster.html");
$('#workshopInfo').load("impDates/workshops.html");
$('#doctoralInfo').load("impDates/doctoral.html");
$('#tutorialsInfo').load("impDates/tutorials.html");
$(window).on('load', function(){
$('#AllcallNavLink').addClass('dkActive');
})
});
</script>
<!-- End Loading shared items -->
</body>
</html>