-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
410 lines (366 loc) · 16.7 KB
/
index.html
File metadata and controls
410 lines (366 loc) · 16.7 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!DOCTYPE html>
<html lang="en">
<head>
<script src="./js/anime.min.js"></script>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="icon" href="./img/favicon.png" type="image/png" />
<title>ACM GameSys 2021</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/flaticon.css" />
<link rel="stylesheet" href="css/themify-icons.css" />
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css" />
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css" />
<!-- main css -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!--================ Start Header Menu Area =================-->
<header id="header_yes" class="header_area" style="z-index:99999999 !Important;">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light"
style="background:#f6f5f5; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);">
<!-- radial-gradient(ellipse farthest-corner at right bottom,#b0cac7,#318fb5) -->
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="#header_yes"><img src="./img/logo.png" alt="" style="height:80px;" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#callforpaper">Call for Papers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#deadlines">Deadlines</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#committee">Committee</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tpcmembers">TPC Members</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#submissionguidelines">Submission Guidelines</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================ End Header Menu Area =================-->
<!--================ Start Home Banner Area =================-->
<!--Amination Test-->
<div class="row justify-content-center">
<div class="col-lg-4 d-none d-xl-inline" style="background:#00334e">
<div class="fixed-top" style="">
</div>
<div class="fixed-top" style="padding-top:18%; padding-left:8%">
<h3 style="color:#ee6f57">
Call For Papers
</h3>
<h1 class="text-white">
The ACM Workshop
</h1>
<h1 class="text-white">
on
</h1>
<h1 class="text-white">
Game Systems
</h1>
<small class="text-white">©2020-2021 | ACM GameSys 2021</small>
</div>
</div>
<div class="col-lg-8 col-sm-12 col-xs-12">
<section class="registration_area section_gap_top" id="callforpaper">
<div class="container">
<!--================ Start Intro Area =================-->
<div class="row justify-content-center">
<div class="col-lg-12">
<section class="sample-text-area">
<div class="container">
<h3 class="text-heading text-white">Call for Papers</h3>
<p class="text-white">
The ACM Workshop on Game Systems (GameSys) seeks research on all aspects of computer/digital games
with an emphasis on networks and systems. The first edition of GameSys will be in conjunction with
ACM Multimedia Systems Conference (MMSys) in May 2021.
</p>
<br>
<p class="text-white">
Topics of interest include, but are not limited to, aspects of applications and technologies
regarding game systems. We encourage submissions that showcase fundamental research to address
challenges improving and enabling game systems. Submissions should be targeted to one of the
following major topics and their sub-topics:
</p>
</div>
</section>
</div>
</div>
<!--================ End Intro Area =================-->
<!--================ Start Topic Area =================-->
<section class="popular_courses">
<div class="row justify-content-center">
<div class="col-lg-4 col-sm-6 mt-sm-30 typo-sec">
<h3 class="mb-20 text-white">Recent Technical Advances for Game Systems</h3>
<div class="text-white">
<ul class="unordered-list">
<li>Operating Systems</li>
<li>Networks</li>
<li>Computer Graphics</li>
<li>Game Engines</li>
<li>Blockchain</li>
<li>Supporting Infrastructures and Technologies</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-sm-6 mt-sm-30 typo-sec">
<h3 class="mb-20 text-white">Human-Game Interaction</h3>
<div class="text-white">
<ul class="unordered-list">
<li>QoS/QoE Modeling</li>
<li>Player Behavior Analysis and Prediction</li>
<li>I/O Interface Design, such as Mobile, VR/AR, EEG, and EyeGaze</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-sm-6 mt-sm-30 typo-sec">
<h3 class="mb-20 text-white">Serious Games and Emerging Game-based Applications</h3>
<div class="text-white">
<ul class="unordered-list">
<li>Games for Education</li>
<li>Games for Healthcare and Medical Treatment</li>
<li>Games for Crowdsourcing and Collective Intelligence</li>
</ul>
</div>
</div>
</div>
<br>
<p class="text-white">Topics that do not fall into the above categories may still be considered. Please
contact the organizing
committee for questions.</p>
</section>
<!--================ End Topic Area =================-->
</section>
<!--================ Start Important Date Area =================-->
<div class="section_gap feature_area" id="deadlines">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5">
<div class="main_title">
<h2 class="mb-3">Important Dates</h2>
<!-- <p>
Replenish man have thing gathering lights yielding shall you
</p> -->
</div>
</div>
</div>
<div class="mt-5 mb-5">
<div class="row">
<div class="col-md-6 offset-md-3">
<ul class="timeline">
<li>
<a class="">Abstract Registration Deadline</a>
<a class="float-right">5<sup>th</sup> March, 2021</a>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam non nisi semper, et elementum lorem ornare. Maecenas placerat facilisis mollis. Duis sagittis ligula in sodales vehicula....</p> -->
</li>
<li>
<a class="">Paper Submission Deadline</a>
<a class="float-right ">8<sup>th</sup> March 2021</a>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam non nisi semper, et elementum lorem ornare. Maecenas placerat facilisis mollis. Duis sagittis ligula in sodales vehicula....</p> -->
</li>
<li>
<a class="">Acceptance Notification</a>
<a class="float-right">2<sup>nd</sup> April 2021</a>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam non nisi semper, et elementum lorem ornare. Maecenas placerat facilisis mollis. Duis sagittis ligula in sodales vehicula....</p> -->
</li>
<li>
<a class="">Camera Ready Deadline</a>
<a class="float-right">16<sup>th</sup> April 2021</a>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam non nisi semper, et elementum lorem ornare. Maecenas placerat facilisis mollis. Duis sagittis ligula in sodales vehicula....</p> -->
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--================ End Important Date Area =================-->
<!--================ Start Committee Date Area =================-->
<div class="section_gap registration_area" id="committee">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5">
<div class="main_title">
<h2 class="mb-3 text-white">Organizing Committee</h2>
<!-- <p>
Replenish man have thing gathering lights yielding shall you
</p> -->
</div>
</div>
</div>
<div class="row justify-content-center d-flex align-items-center">
<div class="col-lg-3 col-md-6 col-sm-12 single-trainer">
<div class="thumb d-flex justify-content-sm-center">
<img class="img-fluid" src="img/claypool.jpg" alt="" />
</div>
<div class="meta-text text-sm-center">
<h4>Mark Claypool</h4>
<p class="designation">General Chair</p>
<p class="designation">Worcester Polytechnic Institute, USA</p>
<!-- <div class="mb-4">
<p>
If you are looking at blank cassettes on the web, you may be
very confused at the.
</p>
</div>
<div class="align-items-center justify-content-center d-flex">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter"></i></a>
<a href="#"><i class="ti-linkedin"></i></a>
<a href="#"><i class="ti-pinterest"></i></a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 single-trainer">
<div class="thumb d-flex justify-content-sm-center">
<img class="img-fluid" src="img/weicai.jpg" alt="" />
</div>
<div class="meta-text text-sm-center">
<h4>Wei Cai</h4>
<p class="designation">Program Chair</p>
<p class="designation">The Chinese University of Hong Kong, Shenzhen, China</p>
<!-- <div class="mb-4">
<p>
If you are looking at blank cassettes on the web, you may be
very confused at the.
</p>
</div>
<div class="align-items-center justify-content-center d-flex">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter"></i></a>
<a href="#"><i class="ti-linkedin"></i></a>
<a href="#"><i class="ti-pinterest"></i></a>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!--================ End Committee Date Area =================-->
<!--================ Start TPC MEMBERS Date Area =================-->
<div class="section_gap feature_area" id="tpcmembers">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5">
<div class="main_title">
<h2 class="mb-3">Technical Program Committee</h2>
<!-- <p>
Replenish man have thing gathering lights yielding shall you
</p> -->
</div>
</div>
</div>
<div class="mt-5 mb-5">
<div class="row justify-content-center">
<div class="col-lg-6 col-sm-6 mt-sm-30 typo-sec">
<h3 class="mb-20">This Part is Under Testing</h3>
<ul class="unordered-list">
<li>Jeff Dean</li>
<li>Jeff Dean</li>
<li>Jeff Dean</li>
<li>Jeff Dean</li>
<li>Jeff Dean</li>
<li>Jeff Dean</li>
<li>Jeff Dean</li>
<li>Jeff Dean</li>
<li>Jeff Dean</li>
<li>Jeff Dean</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--================ End TPC MEMBERS Date Area =================-->
<!--================ Start SUBMISSION GUIDELINES Date Area =================-->
<div class="section_gap registration_area" id="submissionguidelines">
<div class="container">
<h3 class="text-heading text-white">Submission Guidelines</h3>
<p class="text-white">
Papers must be up to 6 pages long (in PDF format) prepared in the ACM style
and written in English. GameSys papers enable authors to present game systems research that builds on
earlier work in a self-contained
manner. GameSys papers will be published in the ACM Digital Library.
</p>
<br>
<p class="text-white">
All papers are double-blind reviewed (i.e., authors and reviewers are anonymous). All submissions will be
peer-reviewed by at least three TPC members. All papers will be evaluated for their scientific quality.
Authors will have
a chance to submit their rebuttals before online discussions among the TPC members.
</p>
</div>
</div>
<!--================ End SUBMISSION GUIDELINES Date Area =================-->
</div>
</div>
<!--================ End footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/owl-carousel-thumb.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/mail-script.js"></script>
<!--gmaps Js-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjCGmQ0Uq4exrzdcL6rvxywDDOvfAu6eE"></script>
<script src="js/gmaps.min.js"></script>
<script src="js/theme.js"></script>
</body>
<style>
body,
html {
scroll-behavior: smooth;
}
ul.timeline {
list-style-type: none;
position: relative;
}
ul.timeline:before {
content: ' ';
background: #00334e;
display: inline-block;
position: absolute;
left: 29px;
width: 2px;
height: 100%;
z-index: auto;
}
ul.timeline>li {
margin: 20px 0;
padding-left: 20px;
}
ul.timeline>li:before {
content: ' ';
background: white;
display: inline-block;
position: absolute;
border-radius: 50%;
border: 3px solid #ee6f57;
left: 20px;
width: 20px;
height: 20px;
z-index: auto;
}
</style>
</html>