-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
558 lines (533 loc) · 28.8 KB
/
index.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
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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!DOCTYPE html>
<html xmlns:wb="http://open.weibo.com/wb">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Guibing Guo's Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.2.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
<!-- plugins -->
<link rel="stylesheet" type="text/css" href="css/table.css" />
<link rel="shortcut icon" href="images/network.ico" />
<script type="text/javascript" src="js/jquery.dataTables.min.js"></script>
<!-- mine -->
<link href="css/adds.css" rel="stylesheet">
<script type="text/javascript" src="js/mine.js"></script>
</head>
<body id="home" data-spy="scroll" data-target="#myNav" data-offset="50">
<nav id="myNav"class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#home">Guibing's Page</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a class="page-scroll" href="#home">Home<span class="sr-only">(current)</span></a></li>
<li><a class="page-scroll caret-before" href="#pubs">Publications</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle caret-after" data-toggle="dropdown" role="button" aria-expanded="false"><span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="./pubs.html">Full List</a></li>
</ul>
</li>
<li><a class="page-scroll" href="#services">Services</a></li>
<li><a class="page-scroll" href="#confs">Deadlines</a></li>
<li><a href="http://www.librec.net/" target="_blank">LibRec</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle caret-after" data-toggle="dropdown" role="button" aria-expanded="false">IFUP<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://ifup2016.luckymoon.me/" target="_blank">IFUP 2016</a></li>
<li><a href="https://www.librec.net/ifup/2018/" target="_blank">IFUP 2018</a></li>
</ul>
</li>
<li><a class="page-scroll" href="#contact">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Links <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="https://scholar.google.com.sg/citations?user=YMXJa2EAAAAJ&hl=en" target="_blank">Google Scholar</a></li>
<li><a href="http://www.librec.net/datasets.html" target="_blank">Datasets</a></li>
<li class="divider"></li>
<li><a href="http://admin-apps.webofknowledge.com/JCR/JCR?PointOfEntry=Home" target="_blank">JCR</a></li>
<li><a href="http://www.letpub.com.cn/index.php?page=journalapp&fieldtag=15&firstletter=" target="_blank">LetPub</a></li>
<li><a href="http://www.ccf.org.cn/sites/ccf/biaodan.jsp?contentId=2567814757420" target="_blank">CCF</a></li>
<li><a href="./docs/ccf-2015.pdf" target="_blank">CCF'15 List</a></li>
<li><a href="http://www.timeanddate.com/" target="_blank">Timezone</a></li>
</ul>
</li>
<li><a href="./cn/">中文</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Section: Home -->
<section class="jumbotron" id="bio">
<div class="container">
<div class="row">
<div class="col-md-2"><img src="images/Profile.jpg" alt="Image About Me" class="img-responsive img-rounded center-block"/></div>
<div class="col-md-10">
<p class="text-justify"><span class="label label-success">Dr. Guibing Guo</span> is a Professor in the <a href="http://sc.neu.edu.cn/" target="_blank">Software College</a>, <a href="http://www.neu.edu.cn/" target="_blank">Northeastern University</a>, Shenyang, China. He received a Ph.D degree in computer science at <a href="http://www.ntu.edu.sg/" target="_blank">Nanyang Technological University</a>, under the supervision of <a href="http://www.ntu.edu.sg/home/zhangj/" class="label label-default" target="_blank">Dr. Jie Zhang</a> and <a href="http://en.wikipedia.org/wiki/Daniel_Thalmann" class="label label-default" target="_blank">Dr. Daniel Thalmann</a>. Then, he did a post-doc with <a href="http://www.mysmu.edu/faculty/fdzhu/" class="label label-default" target="_blank">Dr. Feida Zhu</a> as a research fellow at <a href="http://www.smu.edu.sg/" target="_blank">Singapore Management University</a>. </p>
</div>
<div>
<p class="text-justify">His research interests include recommender systems, deep learning, social network analysis and data mining. The main research focus is to resolve the challenges of recommender systems, including <em>data sparsity, cold start, diversity</em> and so on. He is the original author (and now the team leader) of the open-source library for recommender systems, <a href="http://www.librec.net" class="blue-link">LibRec</a>, which implements a large number (over 90) of recommender algorithms. We advocate the sharing and open-source of recommender algorithms, and encourage algorithm authors to contribute their codes to LibRec. </p>
<p>I am very open to research collaboration, and welcome Ph.D students to exchange and join my research team.</p>
<p class="text-justify">For those (self-motivated) students who are interested in recommender systems, drop me an email to discuss more!<br>
欢迎有志于从事推荐系统研究和项目的学生加入课题组,可发电子邮件联系我。
<a href="https://github.com/guoguibing/librec/blob/master/%E5%9B%A2%E9%98%9F%E6%8B%9B%E5%8B%9F.md" target="_blank" class="btn btn-primary">LibRec团队正在招募,查看详情</a>
</p>
<!--<p><span style="color:red;">Call for papers</span> on user modeling and recommender systems (<a href="https://www.librec.net/ifup/2018/" target="_blank" class="blue-link">IFUP 2018</a>) co-located with <a href="http://www.wsdm-conference.org/2018/">WSDM 2018</a>. </p> -->
</div>
</div>
</div>
</section>
<!-- Section: Publications -->
<section id="pubs">
<div class="container">
<h2>Selected Publications <small>/ <a href="pubs.html">Full List</a></small></h2>
<div class="panel panel-default">
<table class="table table-hover">
<thead>
<tr>
<th width="5%">Year </th>
<th width="8%">Type</th>
<th width="60%">Title</th>
<th width="27%">Collection</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>Leveraging Title-Abstract Attentive Semantics for Paper Recommendatio</strong></td>
<td><strong>AAAI</strong> (CCF: A)</td>
</tr>
<tr>
<td>2019</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>Dynamic Item Block and Prediction Enhancing Block for Sequential Recommendation</strong></td>
<td><strong>IJCAI</strong> (CCF: A)</td>
</tr>
<tr>
<td>2019</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>Discrete Trust-aware Matrix Factorization for Fast Recommendation</strong></td>
<td><strong>IJCAI</strong> (CCF: A)</td>
</tr>
<tr>
<td>2018</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>Approximating Word Ranking and Negative Sampling for Word Embedding</strong></td>
<td><strong>IJCAI</strong> (CCF: A)</td>
</tr>
<tr>
<td>2018</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>VSE-ens: Visual-Semantic Embeddings with Efficient Negative Sampling</strong></td>
<td><strong>AAAI</strong> (CCF: A)</td>
</tr>
<tr>
<td>2018</td>
<td><span class="label label-primary">Journal</span></td>
<td><strong>PCCF: Periodic and Continual Temporal Co-Factorization for Recommender Systems</strong></td>
<td><strong>Information Sciences</strong> (SCI Q2, IF: 4.832)</td>
</tr>
<tr>
<td>2017</td>
<td><span class="label label-primary">Journal</span></td>
<td><strong>Factored Similarity Models with Social Trust for Top-N Item Recommendation</strong></td>
<td><strong>Knowledge-based Systems</strong> (IF: 4.529)</td>
</tr>
<tr>
<td>2017</td>
<td><span class="label label-primary">Journal</span></td>
<td><strong>Resolving Data Sparsity by Multi-type Auxiliary Implicit Feedback for Recommender Systems</strong></td>
<td><strong>Knowledge-based Systems</strong> (IF: 4.529)</td>
</tr>
<tr>
<td>2016</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>LambdaFM: Learning Optimal Ranking with Factorization Machines Using Lambda Surrogates</strong></td>
<td><strong>CIKM 2016</strong></td>
</tr>
<tr>
<td>2016</td>
<td><span class="label label-primary">Journal</span></td>
<td><strong>A Novel Recommendation Model Regularized with User Trust and Item Ratings</strong></td>
<td><strong>TKDE</strong> (IF: 3.438)</td>
</tr>
<tr>
<td>2016</td>
<td><span class="label label-primary">Journal</span></td>
<td><strong>A Novel Evidence-based Bayesian Similarity Measure for Recommender Systems</strong></td>
<td><strong>TWEB</strong> (IF: 1.526)</td>
</tr>
<tr>
<td>2015</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>TrustSVD: Collaborative Filtering with Both the Explicit and Implicit Influence of User Trust and of Item Ratings</strong></td>
<td><strong>AAAI</strong>, <a href="./papers/guo2015trustsvd.pdf">PDF</a>, <a href="https://github.com/guoguibing/librec/blob/master/librec/src/main/java/librec/rating/TrustSVD.java">Code</a></td>
</tr>
<tr>
<td>2015</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>LibRec: A Java Library for Recommender Systems</strong></td>
<td><strong>UMAP Demo</strong>, <a href="http://ceur-ws.org/Vol-1388/demo_paper1.pdf">PDF</a></td>
</tr>
<tr>
<td>2015</td>
<td><span class="label label-primary">Journal</span></td>
<td>Leveraging Multiviews of Trust and Similarity to Enhance Clustering-based Recommender Systems</td>
<td>Knowledge-Based Systems (IF: 3.325), <a href="./papers/guo2015leveraging.pdf">PDF</a></td>
</tr>
<tr>
<td>2015</td>
<td><span class="label label-primary">Journal</span></td>
<td>Multi-Faceted Trust and Distrust Prediction for Recommender Systems</td>
<td>Decision Support Systems (IF: 2.604), <a href="http://www.sciencedirect.com/science/article/pii/S0167923615000068">PDF</a></td>
</tr>
<tr>
<td>2014</td>
<td><span class="label label-primary">Journal</span></td>
<td><strong>Leveraging Prior Ratings for Recommender Systems in E-Commerce</strong></td>
<td><strong>Electronic Commerce Research and Applications</strong> (IF: 1.482), <a href="./papers/guo2014leveraging.pdf">PDF</a></td>
</tr>
<tr>
<td>2014</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>ETAF: An Extended Trust Antecedents Framework for Trust Prediction </strong></td>
<td><strong>ASONAM (18% of acceptance)</strong>, <a href="./papers/guo2014etaf.pdf">PDF</a>, <a href="./papers/slides/asonam.pdf">Slides</a></td>
</tr>
<tr>
<td>2014</td>
<td><span class="label label-primary">Journal</span></td>
<td>Merging Trust in Collaborative Filtering to Alleviate Data Sparsity and Cold Start</td>
<td>Knowledge-Based Systems (IF: 2.947), <a href="./papers/guo2014merging.pdf">PDF</a></td>
</tr>
<tr>
<td>2014</td>
<td><span class="label label-success">Conference</span></td>
<td>From Ratings to Trust: an Empirical Study of Implicit Trust in Recommender Systems </td>
<td>SAC, <a href="./papers/guo2014ratings.pdf">PDF</a>, <a href="./papers/slides/SAC-2014.pdf">Slides</a></td>
</tr>
<tr>
<td>2013</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>A Novel Bayesian Similarity Measure for Recommender Systems</strong></td>
<td><strong>IJCAI</strong>, <a href="./papers/guo2013novel.pdf">PDF</a>, <a href="./papers/posters/ijcai2013novel-poster.pdf">Poster</a></td>
</tr>
<tr>
<td>2013</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>Prior Ratings: A New Information Source for Recommender Systems in E-Commerce</strong></td>
<td><strong>RecSys</strong>, <a href="./papers/guo2013prior.pdf">PDF</a>, <a href="./papers/posters/recsys2013prior-poster.pdf">Poster</a></td>
</tr>
<tr>
<td>2012</td>
<td><span class="label label-success">Conference</span></td>
<td><strong>A Simple but Effective Method to Incorporate Trusted Neighbors in Recommender Systems</strong></td>
<td><strong>UMAP</strong>, <a href="./papers/guo2012simple.pdf">PDF</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Section: Activities -->
<section id="services">
<div class="container">
<h2>Professional Services</h2>
<div class="panel panel-info">
<div class="panel-heading">Organization Service</div>
<ul class="list-group">
<li class="list-group-item">Co-chair of the 2018 International Workshop on Multi-dimensional Information Fusion for User Modeling and Personalization (<a href="https://www.librec.net/ifup/2018/">IFUP 2018</a>)</li>
<li class="list-group-item">Guest Editor of Electronic Commerce Research and Applications (ECRA) Special Issue on <em>Recommender Systems with Side Information</em> (2017.3 - 2018.6)</li>
<li class="list-group-item">Co-chair of the 2016 International Workshop on Multi-dimensional Information Fusion for User Modeling and Personalization (<a href="http://ifup2016.luckymoon.me/">IFUP 2016</a>)</li>
<li class="list-group-item">Co-chair of the 3rd International Workshop on Educational Recommender Systems (<a href="https://edrecsys.wordpress.com/">EdRecSys 2016</a>)</li>
</ul></div>
<div class="panel panel-info">
<div class="panel-heading">Program Committee member</div>
<ul class="list-group">
<li class="list-group-item">The International Joint Conference on Artificial Intelligence (<a href="http://ijcai-18.org/">IJCAI 2016 - 2019</a>)</li>
<li class="list-group-item">The International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR 2018 - 2019)</li>
<li class="list-group-item">The ACM Recommender Systems Conference (<a href="https://recsys.acm.org/">RecSys 2016 - 2019</a>) </li>
<li class="list-group-item">The ACM/SIGAPP Symposium on Applied Computing (<a href="https://www.sigapp.org/sac/sac2018/">SAC 2017 - 2019</a>)</li>
<li class="list-group-item">The 30th International Conference of the Florida Artificial Intelligence Research Society (<a href="http://www.flairs-30.info/">FLAIRS-30</a>)</li>
<li class="list-group-item">The 2015 IEEE/WIC/ACM International Conference on Web Intelligence (WI 2015)</li>
<li class="list-group-item">The 28th AAAI Conference on Artificial Intelligence (AAAI 2014)</li>
</ul></div>
<div class="row"></div>
</div>
</section>
<!-- Section: Conferences -->
<section id="confs">
<div class="container">
<h2>Conference Deadlines</h2>
<div class="panel panel-default">
<table id="confTable" class="conf table table-hover">
<thead>
<tr>
<th width="16%">Conference</th>
<th width="8%">Rank</th>
<th width="11%">Abstract</th>
<th width="15%">Full Paper</th>
<th width="18%">Notification</th>
<th width="14%">Date</th>
<th width="18%">Venue</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong><a href="http://www.aaai.org/Conferences/AAAI/aaai15.php" target="_blank">AAAI </a></strong></td>
<td><span class="label label-success">A</span></td>
<td>Sep 10, 2015</td>
<td>Sep 15, 2015</td>
<td>Oct 28-30 / Nov 12, 2015</td>
<td>Feb 12-17, 2016</td>
<td> Phoenix, Arizona USA</td>
</tr>
<tr>
<td><strong><a href="http://www.sigmod2015.org/" target="_blank">ACM SIGMOD </a></strong></td>
<td><span class="label label-success">A</span></td>
<td>Nov 12, 2015<br>
Jul 9, 2015</td>
<td>Nov 19, 2015<br>
Jul 16, 2015<br></td>
<td> Jan 29, 2016<br>
Sep 18, 2015</td>
<td>Jun 26-Jul 1, 2016</td>
<td>San Francisco, USA</td>
</tr>
<tr>
<td><strong><a href="http://www.wsdm-conference.org/2017/" target="_blank">ACM WSDM </a></strong></td>
<td><span class="label label-primary">B</span></td>
<td>Jul 31, 2016</td>
<td>Aug 7, 2016</td>
<td>Oct 24, 2016</td>
<td>Feb 6-10, 2017</td>
<td>Cambridge, UK</td>
</tr>
<tr>
<td><strong><a href="http://www.cikm2016.org/" target="_blank">ACM CIKM </a></strong></td>
<td><span class="label label-primary">B</span></td>
<td>May 9, 2016</td>
<td>May 16, 2016</td>
<td>Jul 18, 2016</td>
<td>Oct 24-28, 2016</td>
<td>Indianapolis, USA</td>
</tr>
<tr>
<td><strong><a href="https://recsys.acm.org/recsys16/" target="_blank">ACM RecSys </a></strong></td>
<td> </td>
<td>Apr 13, 2016</td>
<td>Apr 20, 2016</td>
<td>Jun 14, 2016</td>
<td>Sep 15-19, 2016</td>
<td>Boston, USA</td>
</tr>
<tr>
<td><strong><a href="http://sigir.org/sigir2016/" target="_blank">ACM SIGIR </a></strong></td>
<td><span class="label label-success">A</span></td>
<td>Jan 14, 2016</td>
<td>Jan 21, 2016</td>
<td>Mar 31, 2016</td>
<td>Jul 17-21, 2016</td>
<td>Pisa, Italy</td>
</tr>
<!--<tr>
<td><strong><a href="http://conferences.sigcomm.org/sigcomm/2016/" target="_blank">ACM SIGCOMM </a></strong></td>
<td><span class="label label-success">A</span></td>
<td>Jan 22, 2016</td>
<td>Jan 27, 2016</td>
<td>Apr 22, 2016</td>
<td>Aug 17-25, 2015</td>
<td>London, UK</td>
</tr> -->
<tr>
<td><strong><a href="http://www.kdd.org/kdd2016/" target="_blank">ACM SIGKDD </a></strong></td>
<td><span class="label label-success">A</span></td>
<td> </td>
<td>Feb 12, 2016</td>
<td>May 12, 2016</td>
<td>Aug 13-17, 2016</td>
<td>San Francisco, California</td>
</tr>
<tr>
<td><strong><a href="http://icde2016.fi" target="_blank">IEEE ICDE </a></strong></td>
<td><span class="label label-success">A</span></td>
<td> </td>
<td>Oct 19, 2015</td>
<td>Dec 20, 2015</td>
<td>May 16-20, 2016</td>
<td>Helsinki, Finland</td>
</tr>
<tr>
<td><strong><a href="http://icdm2016.eurecat.org/">IEEE ICDM</a></strong></td>
<td><span class="label label-primary">B</span></td>
<td></td>
<td>Jun 17, 2016</td>
<td>Sep 9, 2016</td>
<td>Dec 12-15, 2016</td>
<td>Barcelona, Spain</td>
</tr>
<tr>
<td><strong><a href="http://infocom2016.ieee-infocom.org/" target="_blank">IEEE Infocom</a></strong></td>
<td><span class="label label-success">A</span></td>
<td>Jul 24, 2015</td>
<td>Jul 31, 2015</td>
<td>Nov 20, 2015</td>
<td>Apr 10-15, 2016</td>
<td>CA, USA</td>
</tr>
<tr>
<td><strong><a href="http://ijcai-17.org/" target="_blank">IJCAI </a></strong></td>
<td><span class="label label-success">A</span></td>
<td> </td>
<td>Feb 19, 2017</td>
<td>Apr 23, 2017</td>
<td>Aug 19-25, 2017</td>
<td>Melbourne, Australia</td>
</tr>
<tr>
<td><strong><a href="http://iui.acm.org/2016/index.html" target="_blank">IUI </a></strong></td>
<td><span class="label label-primary">B</span></td>
<td> </td>
<td>Oct 14, 2015</td>
<td> </td>
<td>Mar 7-10, 2016</td>
<td>Sonoma, USA</td>
</tr>
<tr>
<td><strong><a href="http://www.siam.org/meetings/sdm16/" target="_blank">SDM </a></strong></td>
<td><span class="label label-primary">B</span></td>
<td>Oct 9, 2015</td>
<td>Oct 16, 2015</td>
<td>Dec 21, 2015</td>
<td>May 5-7, 2016</td>
<td>Miami, USA</td>
</tr>
<tr>
<td><strong><a href="http://auai.org/uai2016/cfp.php" target="_blank">UAI</a></strong></td>
<td><span class="label label-primary">B</span></td>
<td> </td>
<td>Mar 1, 2016</td>
<td>Apr 19, 2016</td>
<td>Jul 25-29, 2016</td>
<td>New York City</td>
</tr>
<tr>
<td><strong><a href="http://www2016.ca/" target="_blank">WWW </a></strong></td>
<td><span class="label label-success">A</span></td>
<td>Oct 10, 2015</td>
<td>Oct 17, 2015</td>
<td>Dec 15, 2015</td>
<td>Apr 11-15, 2016</td>
<td>Montreal, Canada</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Section: contact -->
<section id="contact">
<div class="container">
<h2>Contact</h2>
<div class="well">
<address>
<p>Information Building B436, Software College, Northeastern University, <br>
No.195, Chuangxin Road, Hunnan District, Shenyang City, Liaoning Province, P.R.China, 110169. </p>
<p><span class="glyphicon glyphicon-home"></span> 辽宁省沈阳市浑南区创新路195号东北大学浑南校区信息楼B436室, 110169</p>
<!-- School of Information Systems, Singapore Management University, 80 Stamford Road, Singapore 178902. -->
<!-- Institute for Media Innovation, 50 Nanyang Drive, Research Techno Plaza, XFrontiers Block, Level 03-01, Singapore 637553. -->
</address>
<span class="glyphicon glyphicon-envelope"></span> guogb AT swc.neu.edu.cn <br>
<span class="glyphicon glyphicon-phone-alt"></span> +86-024-8368-3332<br><br>
<div class="row">
<div class="col-md-3">
<span class="glyphicon glyphicon-arrow-down"></span> Scan me on WeChat<br>
<img src="./images/guibing-wechat.jpg" width="150" height="150" style="margin:10px;" alt="Scan Me">
</div>
<div class="col-md-3">
<span class="glyphicon glyphicon-arrow-down"></span> 微信公众号【LibRec】 <br>
<img src="http://www.librec.net/images/mp.jpg" width="150" height="150" style="margin:10px;" alt="Scan Me">
</div>
<div class="col-md-3">
<span class="glyphicon glyphicon-arrow-down"></span> 新浪微博【LibRec】 <br>
<a href="http://weibo.com/u/2029103973?s=6uyXnP" target="_blank">
<img border="0" src="http://service.t.sina.com.cn/widget/qmd/2029103973/8ceb4535/1.png" style="margin-top:20px !important;" />
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading">Colleagues / Friends</div>
<div class="panel-body">
<a href="http://trust.sce.ntu.edu.sg/~sjiang1" target="_blank">Siwei Jiang</a>,
<a href="http://faculty.neu.edu.cn/swc/liuyuan/" target="_blank">Yuan Liu</a>,
<a href="https://scholar.google.com.sg/citations?hl=en&user=v8ewBNgAAAAJ" target="_blank">Lianbo Ma</a>,
<a href="http://trust.sce.ntu.edu.sg/~athirai/" target="_blank">Athirai A. Irissappane</a>,
<a href="https://sites.google.com/site/liuxinpage/" target="_blank">Xin Liu</a>,
<a href="http://yongfeng.me/" target="_blank">Yongfeng Zhang</a>,
<a href="http://yongzheng.me/" target="_blank">Yong Zheng</a>,
<a href="https://scholar.google.com.sg/citations?user=Xk6QwMgAAAAJ&hl=en" target="_blank">Yuan Quan</a>,
<a href="https://scholar.google.com/citations?user=vUvt8JYAAAAJ" target="_blank">Yao Yuan</a>,
<a href="http://www-scf.usc.edu/~ylu720/" target="_blank">Ying Lu</a>,
<a href="https://scholar.google.com/citations?user=wRwI6d0AAAAJ&hl=en">Robin Burke</a></div>
</div>
</div>
<div class="col-md-5">
<div class="panel panel-info">
<div class="panel-heading">Co-authors</div>
<div class="panel-body">
<a href="http://www.ntu.edu.sg/home/zhangj/" target="_blank">Jie Zhang</a>,
<a href="http://staff.aub.edu.lb/~nysmith/" target="_blank">Neil Yorke-Smith</a>,
<a href="http://en.wikipedia.org/wiki/Daniel_Thalmann" target="_blank">Daniel Thalmann</a>,
<a href="http://www.mysmu.edu/faculty/fdzhu/" target="_blank">Feida Zhu</a>,
<a href="http://folk.uio.no/josang/" target="_blank">Audun Jøsang</a>,
<a href="http://julita.usask.ca/homepage/j1.htm" target="_blank">Julita Vassileva</a>,
<a href="https://cs.uwaterloo.ca/~rcohen/" target="_blank">Robin Cohen</a>,
<a href="http://cse.seu.edu.cn/PersonalPage/hbw/index.htm" target="_blank">Hongbing Wang</a>,
<a href="http://fangh.org/" target="_blank">Hui Fang</a>,
<a href="http://www.gla.ac.uk/schools/computing/researchstudents/fajieyuan/" target="_blank">Fajie Yuan</a>,
<a href="http://abasu.xtremebytes.com/" target="_blank">Anirban Basu</a>,
<a href="http://www.elgendi.net/" target="_blank">Mohamed Elgendi</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">Affiliations</div>
<div class="panel-body">
<a href="http://www.intelligentadvice.org/" target="_blank">Intelligent Advice Group</a>,
<a href="http://imi.ntu.edu.sg/Pages/Home.aspx" target="_blank">Institute for Media Innovation (IMI)</a>,
<a href="http://www.ntu.edu.sg/Pages/home.aspx" target="_blank">Nanyang Technological University (NTU)</a>,
<a href="http://www.smu.edu.sg/" target="_blank">Singapore Managment University (SMU)</a>,
<a href="http://www.ysu.edu.cn/" target="_blank">Yanshan University (YSU)</a>
</div>
</div>
</div>
</div> <!-- end of row -->
</div>
</section>
<!-- hidden tracker information -->
<section class="hidden">
<script src="http://t1.extreme-dm.com/f.js" id="eXF-guibing-0" async defer></script>
</section>
</body>
</html>