forked from ubicompcpd/ubicompcpd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeynote1.html
executable file
·116 lines (92 loc) · 4.71 KB
/
keynote1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Ubicomp -CPD 2019</title>
<!-- favicon -->
<!-- <link href="favicon.png" rel=icon> -->
<!-- web-fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,500' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Style CSS -->
<link href="css/style19.css" rel="stylesheet">
<!-- HTML5 shim 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar">
<div id="main-wrapper">
<!-- Page Preloader -->
<div id="preloader">
<div id="status">
<div class="status-mes"></div>
</div>
</div>
<header class="header">
<!-- Navigation -->
<!-- .nav -->
</header>
<!-- <div class="jumbotron text-center">
<div class="content">
<div class="event-date">September 9, 2019, London, UK</div>
<h1>Combining Physical and Data-Driven Knowledge in Ubiquitous Computing </h1>
<p class="lead"><storng>Ubicomp 2019 Workshop</strong></p>
</div>
</div> -->
<!-- .Jumbotron-->
<section id="section-cfp" class="section-wrapper about-event gray-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Speaker Bio</h1>
<img src="https://www.tsinghua.edu.cn/publish/eeen/3784/20140822095535708666236/20140822103912354980443.jpg" width="128" height="158">
<p class="lead">Dr. Yong Li (http://fi.ee.tsinghua.edu.cn/~liyong/) is the Associate Professor of the Department of Electronic Engineering, Tsinghua University. He received the B.S. degree from Huazhong University of Science and Technology in 2007, and the M. S. and the Ph. D. degrees in Electrical Engineering from Tsinghua University, in 2009 and 2012, respectively. His research interests are in the areas of ubiquitous computing, data mining and mobile computing. </p>
<p class="lead">Dr. Li has served as General Chair, TPC Chair, TPC Member for several international workshops and conferences, and he is on the editorial board of two IEEE journals. His papers published on UbiComp, KDD, WWW, etc. have total citations more than 6300. Among them, ten are ESI Highly Cited Papers in Computer Science, and four receive conference Best Paper (run-up) Awards. He received IEEE 2016 ComSoc Asia-Pacific Outstanding Young Researchers and Young Talent Program of China Association for Science and Technology.
</p>
</div>
<!-- <div class="col-md-4">
<address>
<strong>Eventas, Inc.</strong><br>
1355 Market Street<br>
Suite 900<br>
San Francisco, CA 94103<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
</div> -->
</div>
</div>
</section>
<!-- contact-section -->
<footer class="footer">
<div class="copyright-section">
<div class="container">
<div class="col-md-12">
<div class="copytext text-center">© Conference. All rights reserved | Design By: <a href="https://uicookies.com">uiCookies</a></div>
</div>
</div>
<!-- .container -->
</div>
<!-- .copyright-section -->
</footer>
<!-- .footer -->
</div>
<!-- #main-wrapper -->
<!-- jquery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script src="https://maps.googleapis.com/maps/api/js"></script>
<!--<script src="js/one-page-nav.js"></script>-->
<script src="js/scripts.js"></script>
</body>
</html>