-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
553 lines (415 loc) · 27.7 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
<!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">
<title>gMission - an open sourced spatial crowdsourcing platform</title>
<link rel="shortcut icon" href="http://www.gmissionhkust.com/favicon.ico">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css" >
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="//blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
<link rel="stylesheet" href="css/bootstrap-image-gallery.css">
<!-- 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 style="font-family:Open Sans;">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- 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="#topFixedNavbar1" aria-expanded="false"><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" href="#">gMission</a></div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="topFixedNavbar1">
<ul class="nav navbar-nav">
<li><a href="#">Home<span class="sr-only">(current)</span></a></li>
<li><a href="#screenshots">Screenshots</a></li>
<li><a href="#awards">Awards & Recognition</a></li>
<li><a href="#publication">Related Publications</a></li>
<li><a href="#contribute">Contribute</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#users">Collaborators & Sponsors</a></li>
<li><a href="mailto:hkustgmission@gmail.com">Contact Us</a></li>
</ul>
<a href="https://github.com/gmission" class="pull-right" target="_blank"><img style=" margin-left:5px; margin-top: 10px" src="images/Logo/GitHub-icon.png" width="34" height="34" alt="GitHub"></a>
<a href="https://twitter.com/gMissionHKUST" class="pull-right" target="_blank"><img style=" margin-left:5px; margin-top: 10px" src="images/Logo/Twitter-icon.png" width="36" height="36" alt="Twitter"></a>
<a href="https://www.facebook.com/gmissionhkust/" class="pull-right" target="_blank"><img style=" margin-left:5px; margin-top: 10px" src="images/Logo/Facebook-icon.png" width="36" height="36" alt="Facebook"></a>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="jumbotron" style="background-image:linear-gradient(120deg, #155799, #159957);">
<div class="container">
<div class="row">
<p> </p>
<div class="col-xs-12 col-md-12">
<p> </p>
<h1 class="text-center" style="color: #FFFFFF; font-size:96px; font-family: inherit;">gMission</h1>
<p class="text-center" style="color:#BBBABA; font-size:40px">an open sourced spatial crowdsourcing platform</p>
<p> </p>
<p> </p>
<p class="text-center"><a href="https://apps.apple.com/cn/app/gmission-minimum/id1525246212" target="_blank"><img src="images/App Store.png" alt="" width="193" height="64"/></a> <a href="https://play.google.com/store/apps/details?id=hk.ust.gmission" target="_blank"><img src="images/Google Play.png" alt="" width="195" height="64"/></a></p>
<p> </p>
</div>
</div>
</div>
</div>
</header>
<section> <a name="screenshots"></a>
<div class="row">
<div class="col-lg-12 page-header text-center">
<h2>Screenshots</h2>
</div>
</div>
<div class="container">
<div id="links">
<a href="images/Screenshots/screenshot1.png" title="Screenshot 1" data-gallery>
<img src="images/Screenshots/Thumbnails/screenshot1.png" alt="Screenshot 1" ></a>
<a href="images/Screenshots/screenshot2.png" title="Screenshot 2" data-gallery>
<img src="images/Screenshots/Thumbnails/screenshot2.png" alt="Screenshot 2" ></a>
<a href="images/Screenshots/screenshot3.png" title="Screenshot 3" data-gallery>
<img src="images/Screenshots/Thumbnails/screenshot3.png" alt="Screenshot 3" ></a>
<a href="images/Screenshots/screenshot4.png" title="Screenshot 4" data-gallery>
<img src="images/Screenshots/Thumbnails/screenshot4.png" alt="Screenshot 4" ></a>
<a href="images/Screenshots/screenshot5.png" title="Screenshot 5" data-gallery>
<img src="images/Screenshots/Thumbnails/screenshot5.png" alt="Screenshot 5" ></a>
<a href="images/Screenshots/screenshot6.png" title="Screenshot 6" data-gallery>
<img src="images/Screenshots/Thumbnails/screenshot6.png" alt="Screenshot 6" ></a>
</div>
</div>
<br>
<!-- The Bootstrap Image Gallery lightbox, should be a child element of the document body -->
<div id="blueimp-gallery" class="blueimp-gallery">
<!-- The container for the modal slides -->
<div class="slides"></div>
<!-- Controls for the borderless lightbox -->
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
<!-- The modal dialog, which will be used to wrap the lightbox content -->
<div class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" aria-hidden="true">×</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body next"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left prev">
<i class="glyphicon glyphicon-chevron-left"></i>
Previous
</button>
<button type="button" class="btn btn-primary next">
Next
<i class="glyphicon glyphicon-chevron-right"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section> <a name="awards"></a>
<div class="row">
<div class="col-lg-12 page-header text-center">
<h2>Awards & Recognition</h2>
</div>
</div>
<div class="container">
<div class="col-sm-12 text-center col-lg-7"><img src="images/VLDB Group Picture.jpg" alt="group photo" class="caption" style="width: 700px; height: 487px;" data-holder-rendered="true">
<p class="caption" style="font-size:18px">(front row, left to right) Jieying She, Ting Wu, Rui Meng, Yexin Li (back row, left to right) Yue Wang, Leihao Xia, Ziyuan Zhao, Chen Zhang, Rui Fu, Zhao Chen(first author), Chen Cao, Peng Cheng</p>
</div>
<div class="col-sm-12 text-justify col-lg-4 col-lg-offset-1" style="font-size:18px">
<h3 align="left">ACM VLDB 2014 Excellent Demonstration Award</h3>
<p>Among nearly 200 global submissions and 42 final candidates, the demo system "gMission: a General Spatial Crowdsourcing Platform" by Zhao CHEN (PG), Rui FU (PG), Ziyuan ZHAO (PG), Zheng LIU (PG), Leihao XIA (PG), Prof Lei CHEN, Peng CHENG (PG), Dr Chen CAO (Post-doc), Dr Yongxin TONG (PG graduate) and Chen ZHANG (PG) was awarded the Excellent Demonstration Award in the 40th International Conference on Very Large Data Bases(VLDB) 2014 in Hangzhou, China.</p>
<button type="button" class="btn btn-info pull-right media-middle" > <a href="http://www.cse.ust.hk/News/ACM_VLDB2014/" target="_blank">Read More</a></button>
</div>
</div>
</section>
<section> <a name="publication"></a>
<div class="row" >
<div class="col-lg-12 page-header text-center">
<h2>Related Publications</h2>
</div>
</div>
<div class="container">
<div class="row" style="font-size:20px">
<ul>
<li>
Zhao Chen, Peng Cheng, Lei Chen, Xuemin Lin, and Cyrus Shahabi. "Fair Task Assignment in Spatial Crowdsourcing." In 46th International Conference on Very Large Data Bases 2020, Proceedings of the VLDB Endowment, Vol. 13. <a href="#" target="_blank" > </a>
</li>
<li>
Ni, Wangze, Peng Cheng, Lei Chen, and Xuemin Lin. "Task Allocation in Dependency-aware Spatial Crowdsourcing." In 2020 IEEE 36th International Conference on Data Engineering, pp. 985-996. (ICDE 2020). <a href="https://ieeexplore.ieee.org/abstract/document/9101878" target="_blank" >IEEE</a>
</li>
<li>
Tong, Yongxin, Yuxiang Zeng, Boling Ding, Libin Wang, and Lei Chen. "Two-sided online micro-task assignment in spatial crowdsourcing." IEEE Transactions on Knowledge and Data Engineering. (TKDE 2019). <a href="https://ieeexplore.ieee.org/abstract/document/8897719" target="_blank" >IEEE</a>
</li>
<li>
Cheng, Peng, Lei Chen, and Jieping Ye. "Cooperation-Aware Task Assignment in Spatial Crowdsourcing." In 2019 IEEE 35th International Conference on Data Engineering, pp. 1442-1453. (ICDE 2019). <a href="https://ieeexplore.ieee.org/abstract/document/8731402/" target="_blank" >IEEE</a>
</li>
<li>
Chen, Zhao, Peng Cheng, Yuxiang Zeng, and Lei Chen. "Minimizing maximum delay of task assignment in spatial crowdsourcing." In 2019 IEEE 35th International Conference on Data Engineering, pp. 1454-1465. (ICDE 2019). <a href="https://ieeexplore.ieee.org/abstract/document/8731538" target="_blank" >IEEE</a>
</li>
<li>
Zheng, Libin, Peng Cheng, and Lei Chen. "Auction-based order dispatch and pricing in ridesharing." In 2019 IEEE 35th International Conference on Data Engineering, pp. 1034-1045. (ICDE 2019). <a href="https://ieeexplore.ieee.org/abstract/document/8731370/" target="_blank" >IEEE</a>
</li>
<li>
Cheng, Peng, Xun Jian, and Lei Chen. "An experimental evaluation of task assignment in spatial crowdsourcing." Proceedings of the VLDB Endowment 11, no. 11 (2018): 1428-1440. (VLDB 2018). <a href="https://dl.acm.org/doi/abs/10.14778/3236187.3236196" target="_blank" >ACM.DL</a>
</li>
<li>
Tong, Yongxin, Libin Wang, Zimu Zhou, Lei Chen, Bowen Du, and Jieping Ye. "Dynamic pricing in spatial crowdsourcing: A matching-based approach." In Proceedings of the 2018 International Conference on Management of Data, pp. 773-788. 2018. (SIGMOD 2018). <a href="https://dl.acm.org/doi/abs/10.1145/3183713.3196929" target="_blank" >ACM.DL</a>
</li>
<li>
Zeng, Yuxiang, Yongxin Tong, Lei Chen, and Zimu Zhou. "Latency-oriented task completion via spatial crowdsourcing." In 2018 IEEE 34th International Conference on Data Engineering, pp. 317-328. (ICDE 2018). <a href="https://ieeexplore.ieee.org/abstract/document/8509258" target="_blank" >IEEE</a>
</li>
<li>
Cheng, Peng, Hao Xin, and Lei Chen. "Utility-aware ridesharing on road networks." In Proceedings of the 2017 ACM International Conference on Management of Data, pp. 1197-1210. (SIGMOD 2017). <a href="https://dl.acm.org/doi/abs/10.1145/3035918.3064008" target="_blank" >ACM.DL</a>
</li>
<li>
Tong, Yongxin, Libin Wang, Zhou Zimu, Bolin Ding, Lei Chen, Jieping Ye, and Ke Xu. "Flexible online task assignment in real-time spatial data." Proceedings of the VLDB Endowment 10, no. 11 (2017): 1334-1345. (VLDB 2017). <a href="https://dl.acm.org/doi/abs/10.14778/3137628.3137643" target="_blank" >ACM.DL</a>
</li>
<li>
Song, Tianshu, Yongxin Tong, Libin Wang, Jieying She, Bin Yao, Lei Chen, and Ke Xu. "Trichromatic online matching in real-time spatial crowdsourcing." In 2017 IEEE 33rd International Conference on Data Engineering (ICDE), pp. 1009-1020. (ICDE 2017). <a href="https://ieeexplore.ieee.org/abstract/document/7930043/" target="_blank" >IEEE</a>
</li>
<li>
Cheng, Peng, Xiang Lian, Lei Chen, and Cyrus Shahabi. "Prediction-based task assignment in spatial crowdsourcing." In 2017 IEEE 33rd International Conference on Data Engineering, pp. 997-1008. (ICDE 2017). <a href="https://ieeexplore.ieee.org/abstract/document/7930042/" target="_blank" >IEEE</a>
</li>
<li>
Tong, Yongxin, Jieying She, Bolin Ding, Libin Wang, and Lei Chen. "Online mobile micro-task allocation in spatial crowdsourcing." In 2016 IEEE 32Nd international conference on data engineering (ICDE), pp. 49-60. (ICDE 2016). <a href="https://ieeexplore.ieee.org/abstract/document/7498228" target="_blank" >IEEE</a>
</li>
<li>
Cheng, Peng, Xiang Lian, Lei Chen, Jinsong Han, and Jizhong Zhao. "Task assignment on multi-skill oriented spatial crowdsourcing." IEEE Transactions on Knowledge and Data Engineering 28, no. 8 (2016): 2201-2215. (TKDE 2016). <a href="https://ieeexplore.ieee.org/abstract/document/7446292/" target="_blank" >IEEE</a>
</li>
<li>
Cheng, Peng, Xiang Lian, Zhao Chen, Rui Fu, Lei Chen, Jinsong Han, and Jizhong Zhao. "Reliable Diversity-Based Spatial Crowdsourcing by Moving Workers." Proceedings of the VLDB Endowment 8, no. 10 (2015). (VLDB 2015). <a href="https://dl.acm.org/doi/10.14778/2794367.2794372" target="_blank" >ACM.DL </a>
</li>
<li>
Zhang, Chen Jason, Yongxin Tong, and Lei Chen. "Where to: Crowd-aided path selection." Proceedings of the VLDB Endowment 7, no. 14 (2014): 2005-2016. (VLDB 2015). <a href="http://www.vldb.org/pvldb/vol7/p2005-zhang.pdf" target="_blank" > PDF</a>
</li>
<li>
Wu, Ting, Lei Chen, Pan Hui, Chen Jason Zhang, and Weikai Li. "Hear the whole story: Towards the diversity of opinion in crowdsourcing markets." Proceedings of the VLDB Endowment 8, no. 5 (2015): 485-496. (VLDB 2015). <a href="http://www.vldb.org/pvldb/vol8/p485-Wu.pdf" target="_blank" >PDF</a>
</li>
<li>
Chen, Zhao, Rui Fu, Ziyuan Zhao, Zheng Liu, Leihao Xia, Lei Chen, Peng Cheng, Caleb Chen Cao, Yongxin Tong, and Chen Jason Zhang. "gmission: A general spatial crowdsourcing platform." Proceedings of the VLDB Endowment 7, no. 13 (2014): 1629-1632. (VLDB 2014). <a href="http://www.vldb.org/pvldb/vol7/p1629-chen.pdf" target="_blank" >PDF</a>
</li>
<li>
Cao, Caleb Chen, Jieying She, Yongxin Tong, and Lei Chen. "Whom to Ask? Jury Selection for Decision Making Tasks on Micro-blog Services." Proceedings of the VLDB Endowment 5, no. 11 (2012). (VLDB 2012). <a href="http://vldb.org/pvldb/vol5/p1495_calebchencao_vldb2012.pdf" target="_blank" >PDF</a>
</li>
<li>
Cao, Caleb Chen, Yongxin Tong, Lei Chen, and H. V. Jagadish. "Wisemarket: a new paradigm for managing wisdom of online social users." In Proceedings of the 19th ACM SIGKDD international conference on Knowledge discovery and data mining, pp. 455-463. 2013. (KDD 2013). <a href="http://dl.acm.org/citation.cfm?id=2487642" target="_blank" >ACM.DL</a>
</li>
<li>
Zhang, Chen Jason, Lei Chen, Hosagrahar V. Jagadish, and Chen Caleb Cao. "Reducing uncertainty of schema matching via crowdsourcing." Proceedings of the VLDB Endowment 6, no. 9 (2013): 757-768 (VLDB 2013). <a href="http://dl.acm.org/citation.cfm?id=2536374" target="_blank" >ACM.DL</a></li>
</ul>
</div>
</div>
</section>
<section> <a name="contribute"></a>
<div class="row" >
<div class="col-lg-12 page-header text-center">
<h2>Contribute</h2>
</div>
</div>
<div class="container">
<div class="row" >
<div class="col-lg-12 text-center">
<h2>Want to contribute to gMission? Check out our <a href="https://github.com/gmission/gmission" target="_blank"><img src="images/Logo/GitHub - Logo.png" alt="GitHub" width="100" height="41" ></a> page</h2>
</div>
</div>
</div>
</section>
<section> <a name="team"></a>
<div class="row" >
<div class="col-lg-12 page-header text-center">
<h2>Team</h2>
</div>
</div>
<div class="container " >
<div class="row">
<div role="tabpanel">
<ul class="nav nav-tabs text-center" role="tablist">
<li role="presentation" class="active"><a href="#currentmembers" data-toggle="tab" role="tab" aria-controls="tab1">Current Members</a></li>
<li role="presentation"><a href="#pastmembers" data-toggle="tab" role="tab" aria-controls="tab2">Past Members</a></li>
</ul>
<div id="tabContent1" class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="currentmembers">
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="http://www.cs.ust.hk/~leichen/"><img class="img-circle" alt="140x140" style="width: 140px; height: 184px;" src="images/Team Members/leichen_new.jpg" data-holder-rendered="true"></a>
<h3>Prof. Lei CHEN</h3>
<p>Professor, HKUST</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="http://sites.nlsde.buaa.edu.cn/~yxtong/"><img class="img-circle" alt="140x140" style="width: 140px; height: 184px;" src="images/Team Members/yongxin.jpg" data-holder-rendered="true"></a>
<h3>Prof. Yongxin TONG</h3>
<p>Professor, Beihang University</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><img class="img-circle" alt="140x140" style="width: 140px; height: 184px;" src="images/Team Members/Chen Zhao.jpg" data-holder-rendered="true">
<h3>Zhao CHEN</h3>
<p>Ph.D. Student, HKUST</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><img class="img-circle" alt="140x140" style="width: 140px; height: 184px" src="images/Team Members/Anand INASU CHITTILAPPILLY.jpg" data-holder-rendered="true">
<h3>Anand INASU CHITTILAPPILLY</h3>
<p>Ph.D. Student, HKUST</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><img src="images/Team Members/Jian Xun.jpg" alt="140x140" class="img-circle" style="width: 140px; height: 184px;" data-holder-rendered="true">
<h3>Xun JIAN</h3>
<p>Ph.D. Student, HKUST</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4" data-holder-rendered="true">
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><img src="images/Team Members/Libin Zheng.png" alt="140x140" class="img-circle" style="width: 140px; height: 184px;" data-holder-rendered="true">
<h3>Libin ZHENG</h3>
<p>PostDoc, HKUST</p>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="pastmembers">
<div class="col-lg-4 col-sm-12 text-center col-md-4"><img class="img-circle" alt="140x140" style="width: 140px; height: 184px;" src="images/Team Members/Caleb.png" data-holder-rendered="true">
<h3>Dr. Caleb Chen CAO</h3>
<p>PostDoc, HKUST<br>2014-2015</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><img class="img-circle" alt="140x140" style="width: 140px; height: 184px;" src="images/Team Members/Peng CHENG.jpg" data-holder-rendered="true">
<h3>Peng CHENG</h3>
<p>Ph.D & PostDoc, HKUST<br>2014-2019</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><img class="img-circle" alt="140x140" style="width: 140px; height: 184px;" src="images/Team Members/Rui Fu.jpg" data-holder-rendered="true">
<h3>Rui FU</h3>
<p>M.Phil. Student, HKUST<br>2014-2015</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><img class="img-circle" alt="140x140" style="width: 140px; height: 184px;" src="images/Team Members/Leihao XIA.jpg" data-holder-rendered="true">
<h3>Leihao XIA</h3>
<p>M.Phil. Student, HKUST<br>2014-2015</p>
</div>
<div class="col-lg-4 col-sm-12 text-center">
</div>
<div class="col-sm-12 text-center col-md-4"><img class="img-circle" alt="140x140" style="width: 140px; height: 184px;" src="images/Team Members/Ziyuan Zhao.jpg" data-holder-rendered="true">
<h3>Ziyuan ZHAO</h3>
<p>M.Phil. Student, HKUST <br>2014-2015</p>
</div>
<div class="col-lg-4 col-sm-12 text-center">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /container -->
<section class="jumbotron" style="background-color:#6C7172" ><a name="users"></a>
<div class="container">
<div class="row">
<div class="col-lg-12 page-header text-center">
<h2>Who is using gMission?</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="./wechat.html" target="_blank"><img class="img" alt="140x140" style="width: 100px; height: 80px;" src="images/wechat.png" data-holder-rendered="true"></a>
<p>Wechat Crowdsourcing Platform</p> <p> </p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="https://github.com/baidu/Familia" target="_blank"><img class="img" alt="140x140" style="width: 200px; height: 80px;" src="images/familia.png" data-holder-rendered="true"></a>
<p>Baidu Familia</p> <p> </p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="http://www.hkarkent.com/" target="_blank"><img class="img" alt="140x140" style="width: 240px; height: 80px;" src="images/arkent.png" data-holder-rendered="true"></a>
<p> Hong Kong Ark Entertainment Technologies Limited </p> <p> </p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="https://www.hkasianark.com/project.html" target="_blank"><img alt="140x140" style="width: 200px; height: 50px;" src="images/asianark.png" data-holder-rendered="true"></a>
<p> Hong Kong Asian Ark Technologies Co. Ltd </p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="http://47.75.5.176/mobile/index.html" target="_blank"><img class="img-circle" alt="140x140" style="width: 60px; height: 60px;" src="images/tote.png" data-holder-rendered="true"></a>
<p> Thoth AI Limited <br/> </p> <p> </</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="https://www.inkintelligencetech.com/" target="_blank"><img class="img" alt="140x140" style="width: 200px; height:60px;" src="images/ink.png" data-holder-rendered="true"></a>
<p>Ink Intelligence <br/> </p> <p> </</p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="https://www.deepera.com/" target="_blank"><img class="img" alt="140x140" style="width: 200px; height: 60px;" src="images/yunshu.png" data-holder-rendered="true"></a>
<p>Deepera Co., Limited</p> <p></p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="https://www.deepera.com/" target="_blank"><img class="img" alt="140x140" style="width: 200px; height: 00px;" src="images/yunshu.png" data-holder-rendered="true"></a>
<p> </p> <p> </p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="https://www.deepera.com/" target="_blank"><img class="img" alt="140x140" style="width: 200px; height: 0px;" src="images/yunshu.png" data-holder-rendered="true"></a>
<p> </p> <p> </p>
</div>
</div>
</div>
<!-- / CONTAINER-->
<!-- /container -->
<section class="jumbotron" style="background-color:#6C7172" ><a name="collaborators"></a>
<div class="container">
<div class="row">
<div class="col-lg-12 page-header text-center">
<h2>Collaborators</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="http://www.usc.edu/" target="_blank"><img class="img-circle" alt="140x140" style="width: 100px; height: 100px;" src="images/University-of-Southern-California-seal-logo.jpg" data-holder-rendered="true"></a>
<p> University of Southern California </p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="https://www.umich.edu/" target="_blank"><img alt="140x140" style="width: 100px; height: 100px;" src="images/University-of-Michigan-Logo.png" data-holder-rendered="true"></a>
<p> University of Michigan </p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="http://en.xjtu.edu.cn/" target="_blank"><img class="img-circle" alt="140x140" style="width: 100px; height: 100px;" src="images/Xi'an_Jiaotong_University.png" data-holder-rendered="true"></a>
<p> Xi'an Jiaotong University </p>
</div>
</div>
</div>
<!-- / CONTAINER-->
<!-- /container -->
<div class="container">
<div class="row">
<div class="col-lg-12 page-header text-center">
<h2>Sponsors</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="http://www.ugc.edu.hk/eng/rgc/index.htm" target="_blank"><img src="images/ugc_logo.png" alt="140x140" width="175" height="110" style="width: 100px; height: 100px;" data-holder-rendered="true"></a>
<p> The Research Grants Council (RGC) </p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="http://www.nsfc.gov.cn" target="_blank"><img alt="140x140" style="width: 100px; height: 100px;" src="images/NSFC_logo.jpg" data-holder-rendered="true"></a>
<p> The National Natural Science Foundation of China (NSFC) </p>
</div>
<div class="col-lg-4 col-sm-12 text-center col-md-4"><a href="http://www.microsoft.com/en-hk" target="_blank"><img src="images/new-microsoft-logo-square-large.jpg" alt="140x140" width="50" height="61" style="width: 100px; height: 100px;" data-holder-rendered="true"></a>
<p> Micorsoft </p>
</div>
</div>
</div>
<p> </p>
</section>
<!-- / CONTAINER-->
<div class="row">
<div class="col-lg-12 panel-footer text-center">
<p class="text-center" style="color:#000000"> gMission©2020. <span style=""><a href="http://www.cse.ust.hk/" target="_blank">CSE</a></span>, <span style=""><a href="http://www.ust.hk/" target="_blank">HKUST</a></span>. All rights reserved.</p>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Bootstrap JS is not required, but included for the responsive demo navigation and button states -->
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="http://blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<script src="js/bootstrap-image-gallery.js"></script>
<!-- Google Analytics to trace the visiting status-->
<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-72688766-1', 'auto');
ga('send', 'pageview');
</script>
<div style="display:none;">
<!-- ClustrMaps to trace the visiting status-->
<script type="text/javascript" id="clustrmaps" src="//cdn.clustrmaps.com/map_v2.js?u=MHp1&d=92SOdUYYsj19fKR3RYSkQJB1h8WeStogl45QCeRGZys"></script>
</div>
</body>
</html>