-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogram.html
321 lines (274 loc) · 14.7 KB
/
program.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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<style type="text/css">
.table-c table th{border-left:1px solid;border-top:1px solid ;font-size:12pt; font-weight:normal; color:#404040;}
.table-c table{border-right:1px solid ;border-bottom:1px solid; margin:30px 5% 0px 5%;}
</style>
<head>
<title>GAMES 2019</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="css-files/ie-fix/ie67.css" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="css-files/ie-fix/ie8.css">
<![endif]-->
<!--[if IE]><script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
<![endif]-->
<link href="static/css/bootstrap.css" rel="stylesheet"/> <!-- CSS: Bootstrap -->
<link rel="stylesheet" type="text/css" href="static/css/getCss.css" /> <!-- CSS: Our css :) -->
<link rel="stylesheet" type="text/css" href="static/css/jquery.fancybox-1.3.4.css" /> <!-- CSS: fancybox -->
<!-- Google fonts -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin" rel="stylesheet">
<!-- jQuery -->
<script type="text/javascript" src="static/js/jquery.min.js"></script>
<script type="text/javascript" src="static/js/jquery-ui-1.8.21.custom.min.js"></script> <!-- JS: effects core + fold and clip -->
<!-- external stuff -->
<script type="text/javascript" src="static/js/javascript/custom.js"></script> <!-- JS: Our script :) -->
<script type="text/javascript" src="static/js/jquery.fancybox-1.3.4.pack.js"></script> <!-- JS: fancybox - modal image-->
<script type="text/javascript" src="static/js/fx.js"></script> <!-- JS: jquery fx used for the bar animation -->
<script type="text/javascript" src="static/js/jquery.nicescroll.min.js"></script> <!-- JS: nicescroll - the nice scrolling bar from index -->
<script type="text/javascript" src="static/js/jquery.masonry.min.js"></script> <!-- JS: masonry - portofolio new tile script -->
<script type="text/javascript" src="static/js/jquery.nivo.slider.pack.js"></script> <!-- JS: nivo slider -->
<link rel="stylesheet" type="text/css" href="../../static/css/nivo-slider.css" /> <!-- CSS: nivo slider -->
<script type="text/javascript" src="static/js/jquery.easing.1.3.js"></script> <!-- bx Slider -->
<script type="text/javascript" src="static/js/jquery.bxSlider.min.js"></script> <!-- bx Slider -->
<link rel="icon" href="images/favicon.png">
</head>
<body>
<div class="nav_display">
<input type="checkbox" id="drawer-toggle" name="drawer-toggle" class="roll"/>
<label for="drawer-toggle" id="drawer-toggle-label" class="roll"></label>
<header> 大会程序</header>
<nav id="drawer" class="roll">
<ul>
<li >
<a href="home.html" style="font-size: 13pt; line-height:30px; color:#434343;">首页</a>
</li>
<li >
<a href="committee.html"style="font-size: 13pt; line-height:30px; color:#434343;">组织机构</a>
</li>
<li >
<a href="program.html" style="font-size: 13pt; line-height:30px; color:#434343;">大会程序</a>
</li>
<li >
<a href="speaker.html" style="font-size: 13pt; line-height:30px; color:#434343;">大会讲者</a>
</li>
<li >
<a href="registration.html" style="font-size: 13pt; line-height:30px; color:#434343;">会议注册</a>
</li>
<li >
<a href="venue.html" style="font-size: 13pt; line-height:30px; color:#434343;">交通和酒店</a>
</li>
<li >
<a href="company.html"style="font-size: 13pt; line-height:30px; color:#434343;">赞助单位</a>
</li>
<li >
<a href="photo.html" style="font-size: 13pt; line-height:30px; color:#434343;">视频与照片</a>
</li>
</ul>
</nav>
</div>
<div class="head_display">
<div class="container">
<div class="row header">
<div class="span10">
<!-- responsive dropdown menu -->
<div class="js-jquery-dropdown-wrapper">
<ul class="js-jquery-dropdown" style="font-size: 13pt">
<li >
<a href="home.html" >首页</a>
</li>
<li >
<a href="committee.html">组织机构</a>
</li>
<li >
<a href="program.html" >大会程序</a>
</li>
<li >
<a href="speaker.html" >大会讲者</a>
</li>
<li >
<a href="registration.html" >会议注册</a>
</li>
<li >
<a href="venue.html" >交通和酒店</a>
</li>
<li >
<a href="company.html">赞助单位</a>
</li>
<li >
<a href="photo.html">视频与照片</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="page-index-featured " >
<div class="container page-text-columns" >
<div class="row" style=" box-shadow: darkgrey 0px 0px 30px 1px; border-radius:5px; margin:30px 0 0 0; ">
<div id="content" >
<hr width="90%" color="#f3e549" size="8" style="margin:30px 0 0 5%;"> </hr>
<p style="color:#0e90d2;font-size:18pt;margin:30px 5% 0 5%; text-align:center;">计算机图形学与混合现实前沿研讨会 (GAMES 2019)日程(持续更新中)</p>
<p style="color:#0e90d2;font-size:13pt;margin:30px 5% 0 5%;text-align:center;">2019.5.4(星期六)</p>
<div class="table-c">
<table >
<tr>
<th style="background-color:#FFB6C1;">08:20 - 08:30</th>
<th colspan=3 style="background-color:#FFB6C1;">开幕式</th>
</tr>
<tr>
<th width="20%" style="background-color:#FAFAD2;">08:30 – 09:00</th>
<th width="20%" style="background-color:#FAFAD2;">综述进展-1</th>
<th width="20%" style="background-color:#FAFAD2;">刘利刚<br>(中国科技大学)</th>
<th width="40%" style="background-color:#FAFAD2;">三维形状的理解、分析与重建</th>
</tr>
<tr>
<th style="background-color:#FAFAD2;">09:00 – 09:30</th>
<th style="background-color:#FAFAD2;">综述进展-2</th>
<th style="background-color:#FAFAD2;">徐凯<br>(国防科技大学)</th>
<th style="background-color:#FAFAD2;">基于深度学习的三维几何生成</th>
</tr>
<tr>
<th style="background-color:#FAFAD2;">09:30 – 10:00</th>
<th style="background-color:#FAFAD2;">综述进展-3</th>
<th style="background-color:#FAFAD2;">董豪<br>(北京大学前沿计算研究中心)</th>
<th style="background-color:#FAFAD2;">生成对抗网络:从G+D到G+D+E</th>
</tr>
<tr>
<th style="background-color:#B4EEB4;">10:00 – 10:30</th>
<th colspan=3 style="background-color:#B4EEB4;">合影&茶歇</th>
</tr>
<tr>
<th style="background-color:#FAFAD2;">10:30 – 11:00</th>
<th style="background-color:#FAFAD2;">综述进展-4</th>
<th style="background-color:#FAFAD2;">周晓巍<br>(浙江大学)</th>
<th style="background-color:#FAFAD2;">基于视觉的物体和人体3D位姿估计</th>
</tr>
<tr>
<th style="background-color:#FAFAD2;">11:00 – 11:30</th>
<th style="background-color:#FAFAD2;">综述进展-5</th>
<th style="background-color:#FAFAD2;">汪云海 <br>(山东大学)</th>
<th style="background-color:#FAFAD2;">数据图形学:基于几何优化的信息可视化研究</th>
</tr>
<tr>
<th style="background-color:#FAFAD2;">11:30 – 12:00</th>
<th style="background-color:#FAFAD2;">综述进展-6</th>
<th style="background-color:#FAFAD2;">程志全<br>(化身科技有限公司)</th>
<th style="background-color:#FAFAD2;">三维化身——三维人体数据的智能化获取与产业化应用</th>
</tr>
<tr>
<th style="background-color:#B4EEB4;">12:00 – 13:30</th>
<th colspan=3 style="background-color:#B4EEB4;">午餐</th>
</tr>
<tr>
<th style="background-color:#FAFAD2;">13:30 – 14:00</th>
<th style="background-color:#FAFAD2;">综述进展-7</th>
<th style="background-color:#FAFAD2;">陈仁杰<br>(德国马普计算机研究所)</th>
<th style="background-color:#FAFAD2;">广义重心坐标及应用</th>
</tr>
<tr>
<th style="background-color:#FAFAD2;">14:00 - 14:30</th>
<th style="background-color:#FAFAD2;">综述进展-8</th>
<th style="background-color:#FAFAD2;">刘永进<br>(清华大学)</th>
<th style="background-color:#FAFAD2;">物理可实现的任意三维模型间变形方法及应用研究</th>
</tr>
<tr>
<th style="background-color:#FAFAD2;">14:30 - 15:00</th>
<th style="background-color:#FAFAD2;">综述进展-9</th>
<th style="background-color:#FAFAD2;">张鑫<br>(侑虎科技有限公司)</th>
<th style="background-color:#FAFAD2;">如何为上千款游戏研发团队提供性能优化服务</th>
</tr>
<tr>
<th style="background-color:#B4EEB4;">15:00 – 15:20</th>
<th colspan=3 style="background-color:#B4EEB4;">茶歇</th>
</tr>
<tr style="background-color:#D1EEEE;">
<th >15:20 – 15:28</th>
<th rowspan=9> 最新成果报告</th>
<th>余旻婧<br>(清华大学)</th>
<th > LineUp: Computing Chain-based Physical Transformation</th>
</tr>
<tr style="background-color:#D1EEEE;">
<th>15:28 – 15:36</th>
<th>张浩<br>(清华大学)</th>
<th >InteractionFusion: Real-time Reconstruction of Hand Poses and Deformable Objects in Hand-object Interactions</th>
</tr>
<tr style="background-color:#D1EEEE;">
<th>15:36 – 15:44</th>
<th>刘丽娟<br> (网易伏羲实验室) </th>
<th >NeuroSkinning: Automatic Skin Binding for Production Characters with Deep Graph Networks</th>
</tr>
<tr style="background-color:#D1EEEE;">
<th>15:44 – 15:52</th>
<th>张心欣<br>(北京电影学院高精尖未来影像创新中心)</th>
<th>Efficient and Conservative Fluids Using Bidirectional Mapping</th>
</tr>
<tr style="background-color:#D1EEEE;">
<th>15:52 – 16:00</th>
<th>董思言<br>(山东大学)</th>
<th>Multi-Robot Collaborative Dense Scene Reconstruction</th>
</tr>
<tr style="background-color:#D1EEEE;">
<th>16:00 – 16:08</th>
<th>刘昊宇<br>(中国科技大学)</th>
<th>Atlas Refinement with Bounded Packing Efficiency</th>
</tr>
<tr style="background-color:#D1EEEE;">
<th>16:08 – 16:16</th>
<th>刘浩<br>(中国科技大学)</th>
<th>Computational Peeling Art Design</th>
</tr>
<tr style="background-color:#D1EEEE;">
<th>16:16 – 16:24</th>
<th>吴润迪<br>(北京大学)</th>
<th> Learning Character-Agnostic Motion for Motion Retargeting in 2D</th>
</tr>
<tr style="background-color:#D1EEEE;">
<th>16:24 – 16:32</th>
<th>李曼祎<br>(山东大学)</th>
<th> GRAINS: Generative Recursive Autoencoders for Indoor Scenes</th>
</tr>
<tr style="background-color:#FFC1C1;">
<th rowspan=2>16:35 – 18:00</th>
<th rowspan=2 >圆桌论坛</th>
<th>论坛主题</th>
<th>图形学的新疆界</th>
</tr>
<tr style="background-color:#FFC1C1;">
<th>论坛讲者</th>
<th>
<a href="https://cfcs.pku.edu.cn/baoquan/" target="_blank" style="color:#323232;">陈宝权,北京大学</a>
<br><a href="http://www.cad.zju.edu.cn/home/bao/" target="_blank" style="color:#323232;">鲍虎军,浙江大学</a>
<br><a href="https://www.microsoft.com/en-us/research/people/xtong/" target="_blank" style="color:#323232;">童欣,微软亚洲研究院</a>
<br><a href="http://staff.ustc.edu.cn/~lgliu/" target="_blank" style="color:#323232;">刘利刚,中国科技大学</a>
<br><a href="http://www.cad.zju.edu.cn/home/xzhou" target="_blank" style="color:#323232;">周晓巍,浙江大学 </a>
<br><a href="http://www.yunhaiwang.org/" target="_blank" style="color:#323232;">汪云海,山东大学</a>
<br><a href="http://www.avatarscience.cn/science/" target="_blank" style="color:#323232;">程志全,化身科技有限公司</a>
<br><a href="https://people.mpi-inf.mpg.de/~chen/" target="_blank" style="color:#323232;">陈仁杰,德国马普计算机研究所</a>
<br><a href="https://cg.cs.tsinghua.edu.cn/people/~Yongjin/Yongjin.htm" target="_blank" style="color:#323232;">刘永进,清华大学</a>
<br><a href="https://www.uwa4d.com" target="_blank" style="color:#323232;">张鑫,侑虎科技有限公司</a>
<br><a href="https://zsdonghao.github.io" target="_blank" style="color:#323232;">董豪,北京大学前沿计算研究中心</a>
</th>
</tr>
</table>
</div>
<hr width="90%" color="#f3e549" size="8" style="margin:30px 0 30px 5%;"> </hr>
</div>
</div>
</div> <!-- /container -->
</div>
<div class="container">
<div class="row">
<div class="span6">
<span class="footer-company">©2019 GAMES </span>
</div>
</div>
</div>
<div style="display:none"><script src='http://v7.cnzz.com/stat.php?id=155540&web_id=155540' language='JavaScript' charset='gb2312'></script></div>
</body>
</html>