-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparticipate.html
More file actions
563 lines (505 loc) · 32.5 KB
/
participate.html
File metadata and controls
563 lines (505 loc) · 32.5 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
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
559
560
561
562
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>HCOMP 2016: Participate</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- favicon link-->
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<!-- Custom CSS -->
<link href="css/landing-page.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top topnav" role="navigation">
<div class="container topnav">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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 topnav" href="index.html">HCOMP 2016</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="submit.html">Submit</a>
</li>
<li>
<a class="hcomp-active" href="participate.html">Participate</a>
</li>
<li>
<a href="program.html">Program</a>
</li>
<li>
<a href="attend.html">Attend</a>
</li>
<li>
<a href="industry.html">Industry</a>
</li>
<li>
<a href="organizers.html">Organizers</a>
</li>
<li>
<a href="sponsors.html">Sponsors</a>
</li>
<li>
<a href="past%20meetings.html">Past Meetings</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Header -->
<div class="participate-header">
<div class="intro-message"></div>
</div>
<!-- Page Content -->
<div class="container">
<div class="row">
<h2 class="section-head"><span>Participate</span></h2>
</div>
</div>
<!-- container a-->
<div class="container">
<div class="intro-text">
<div class="row">
<div class="col-md-12">
<div class="intro-paragraph">
<ul class="list-inline">
<li><i class="icon-font fa fa-link"></i></li>
<li><h2 class="section-heading">Looking for Main Conference Tracks?
</ul>
<p class="lead">
For information about submitting to Main Conference tracks at HCOMP 2016, please
visit the <a class="theme-link" href="submit.html">Submit</a> page.
</p>
<p class="lead">
For information about the Industry & Practice Track, please
visit the <a class="theme-link" href="industry.html">Industry & Practice</a> page.
</p>
<p class="lead">
<b>Partipcation opportunities</b> listed on this page include:
<ul class="lead">
<li>
<a class="theme-link" href="#tutorial">Tutorial: Crowdsourced Data Processing: Industry & Academic Perspectives</a>
</li>
<li>
<a class="theme-link" href="#dc">Doctoral Consortium</a>
</li>
<li>
<a class="theme-link" href="#crowdcamp">Workshop: CrowdCamp</a>
</li>
<li>
<a class="theme-link" href="#groupsight">Workshop: Human Computation for Image and Video Analysis (GroupSight)</a>
</li>
<li>
<a class="theme-link" href="#math-foundations">Workshop: Mathematical Foundations of Human Computation</a>
</li>
</ul>
</p>
<a name="tutorial"></a>
<ul class="list-inline">
<li><i class="icon-font fa fa-book"></i></li>
<li>
<h2 class="section-heading"><a class="theme-link" href="tutorial.html">Tutorial: Crowdsourced Data Processing: Industry & Academic Perspectives</a></h2></li>
</ul>
<h3>Date</h3>
<p class="lead">Sunday, October 30, 2016, 3-6pm</p>
<h3>Overview</h3>
<p class="lead">This tutorial will synthesize and summarize insights from the recently published book entitled <a class="theme-link" href="http://data-people.cs.illinois.edu/papers/crowd-book.pdf">"Crowdsourced Data Management: Industry and Academic Perspectives."</a> (<a class="theme-link" href="http://www.amazon.com/Crowdsourced-Data-Management-Perspectives-Foundations/dp/1680830902">Amazon link</a>) The aims of the book and the tutorial are to narrow the gap between academics and practitioners.</p>
<p class="lead">Visit the <a class="theme-link" href="tutorial.html">event's webpage</a> to learn more about it.</p>
<h3><span>Presenters</span></h3>
<div class="participate-org">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/adam.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://marcua.net">Adam Marcus</a></h3>
<p class="lead">B12
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/aditya.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://data-people.cs.illinois.edu">Aditya Parameswaran</a></h3>
<p class="lead">University of Illinois at Urbana-Champagne
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
</div>
</div>
<a name="dc"></a>
<div class="intro-paragraph">
<ul class="list-inline">
<li><i class="icon-font fa fa-graduation-cap"></i></li>
<li>
<h2 class="section-heading"><a class="theme-link" href="dc.html">Doctoral Consortium</a></h2></li>
</ul>
<h3>Date</h3>
<p class="lead">Sunday, October 30th, 2016 (full-day)</p>
<h3>Overview</h3>
<p class="lead">
The Doctoral Consortium provides doctoral students with a unique opportunity to meet each other and experienced researchers in the field. Students will be mentored by a group of faculty who are leaders in the diverse specialties that make up the HCOMP field.
<p class="lead">Visit the <a class="theme-link" href="dc.html">event's webpage</a> to learn more about it.</p>
<h3><span>Co-Chairs</span></h3>
<div class="participate-org">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/Edith.png"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://edithlaw.ca/">Edith Law</a></h3>
<p class="lead">University of Waterloo
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/Haoqi.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://users.eecs.northwestern.edu/~hq/">Haoqi Zhang</a></h3>
<p class="lead">Northwestern University
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="intro-text">
<div class="row">
<div class="col-md-12">
<a name="crowdcamp"></a>
<div class="intro-paragraph">
<ul class="list-inline">
<li><i class="icon-font fa fa-cubes"></i></li>
<li>
<h2 class="section-heading"><a class="theme-link" href="crowdcamp.html">Workshop: CrowdCamp</a></h2></li>
</ul>
<h3>Date</h3>
<p class="lead">CrowdCamp 2016 will open with a social evening Wednesday, November 2, 2016. followed by a full-day workshop on Thursday, November 3, 2016.</p>
<h3>Overview</h3>
<p class="lead">CrowdCamp is a recurring HCOMP workshop which brings together human computation and crowdsourcing researchers and industry practitioners for collective work to develop new ideas into concrete outputs: in-depth thoughts on hard problems, paper or coded prototypes, experiment design and data mining. We will discuss future visions and make tangible headway on those visions, as well as seeding collaboration. The outputs from discussion, brainstorming, and building will persist after the workshop for attendees and the community to view.</p>
<p class="lead">Visit the <a class="theme-link" href="crowdcamp.html">event's webpage</a> to learn more about it.</p>
<h3>Organizers</h3>
<div class="participate-org">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/adam_kalai.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://research.microsoft.com/en-us/um/people/adum/">Adam Tauman Kalai</a></h3>
<p class="lead">Microsoft Research
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/krause.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://hci.uni-hannover.de/people/markus">Markus Krause</a>
<p class="lead">
UC Berkeley ICSI &<br> Leibniz University Hannover
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/Praveen.png"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://research.google.com/pubs/PraveenParitosh.html">Praveen Paritosh</a></h3>
<p class="lead">Google
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a name="groupsight"></a>
<div class="intro-text">
<div class="row">
<div class="col-md-12">
<div class="intro-paragraph">
<ul class="list-inline">
<li><i class="icon-font fa fa-picture-o"></i></li>
<li>
<h2 class="section-heading"><a class="theme-link" href="groupsight.html">Workshop: Human Computation for Image and Video Analysis (GroupSight)</a></h2></li>
</ul>
<h3>Date</h3>
<p class="lead">Thursday, November 3, 2016 (full-day workshop).</p>
<h3>Overview</h3>
<p class="lead">This workshop aims to promote greater interaction between the diversity of researchers and practitioners who examine how to mix human and computer efforts to convert visual data into discoveries and innovations that benefit society at large. It will foster in-depth discussion of technical and application issues for how to engage humans with computers to optimize cost/quality trade-offs. It will also serve as an introduction to researchers and students curious about this important, emerging field at the intersection of crowdsourced human computation and image/video analysis.</p>
<p class="lead">Visit the <a class="theme-link" href="groupsight.html">event's webpage</a> to learn more about it.</p>
<h3>Organizing & Steering Committee</h3>
<div class="participate-org">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/Serge.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://vision.cornell.edu/se3/people/serge-belongie/">Serge Belongie</a></h3>
<p class="lead">Cornell University
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/steve_branson.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://vision.caltech.edu/~sbranson/">Steve Branson</a></h3>
<p class="lead">CalTech
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/AAEAAQAAAAAAAARBAAAAJDI4MGQxMmQ4LWU4YmMtNDg2OC04YTg2LTQ1MzE3NWRlNzBiMQ.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="https://www.cs.utexas.edu/~dgurari/">Danna Gurari</a></h3>
<p class="lead">
University of Texas at Austin
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/james_hays.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://www.cc.gatech.edu/~hays/">James Hays</a></h3>
<p class="lead">Georgia Tech
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/p/1/005/077/3b4/0149379.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="https://cs.brown.edu/~gen/">Genevieve Patterson</a></h3>
<p class="lead">Brown University / MSR New England
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="https://media.licdn.com/media/p/4/000/174/0a1/294cc56.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://www.vision.caltech.edu/Perona.html">Pietro Perona</a></h3>
<p class="lead">CalTech
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a name="math-foundations"></a>
<div class="intro-text">
<div class="row">
<div class="col-md-12">
<div class="intro-paragraph">
<ul class="list-inline">
<li><i class="icon-font fa fa-subscript"></i></li>
<li>
<h2 class="section-heading"><a class="theme-link" href="math-foundations.html"> Workshop: Mathematical Foundations of Human Computation</a></h2></li>
</ul>
<h3>Date</h3>
<p class="lead">Thursday, November 3, 2016 (full-day workshop).</p>
<h3>Overview</h3>
<p class="lead">This workshop will bring together researchers across disciplines to discuss the future of research on the mathematical foundations of human computation, with particular emphasis on the ways in which theorists can learn from the existing empirical literature on human computation and the ways in which applied and empirical work on human computation can benefit from mathematical foundations.</p>
<p class="lead">Visit the <a class="theme-link" href="math-foundations.html">event's webpage</a> to learn more about it.</p>
<h3>Organizers</h3>
<div class="participate-org">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/p/4/000/13c/070/0b42c1f.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://pages.cs.wisc.edu/~shuchi/">Shuchi Chawla</a></h3>
<p class="lead">University of Wisconsin - Madison
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="https://lh3.googleusercontent.com/-CEuPJ9KOwb0/AAAAAAAAAAI/AAAAAAAAAAA/cTsVKAFxqsM/s120-c/photo.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://chienjuho.com/">Chien-Ju Ho</a></h3>
<p class="lead">
Cornell University
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/p/2/000/00b/06f/22fcc77.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://www.cis.upenn.edu/~mkearns/">Michael Kearns</a></h3>
<p class="lead">University of Pennsylvania
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/Jennifer_WV.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://www.jennwv.com/">Jenn Wortman Vaughan</a></h3>
<p class="lead">Microsoft Research
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size img-circle" src="img/photo/santosh.jpg"></div>
<div class="col-sm-8">
<h3 class="section-heading"><a class="theme-link-org" href="http://www.cc.gatech.edu/~vempala/">Santosh Vempala</a></h3>
<p class="lead">Georgia Tech
</p>
<hr style="border-color: #939393; width: 50px" align="left">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="intro-text">
<div class="row">
<div class="col-md-12">
</div>
</div>
</div>
</div>
<!-- container a-->
<!-- Footer -->
<footer>
<div class="container">
<h2 class="section-head"><span><a class="theme-link-org" href="sponsors.html">Conference Sponsors</a></span></h2>
<div class="row">
<div class="intro-text">
<div class="intro-paragraph">
<div class="lead col-md-6">
<p style="text-align: center;"><font size="+3"><b>Platinum</b></font><br/>
<a class="theme-link" href="https://spare5.com"><img src="img/sponsors/spare5.png" alt="Spare 5" width="" height="50" style="border-style: none"/></a>
</p>
</div>
<div class="lead col-md-6">
<p style="text-align: center;"><font size="+3"><b>Gold</b></font><br/>
<a class="theme-link" href="http://www.microsoft.com"><img src="img/sponsors/microsoft.png" alt="Microsoft" width="" height="50" style="border-style: none"/></a>
<br/><br/>
<a class="theme-link" href="http://www.stitchfix.com"><img src="img/sponsors/stitchfix.png" alt="STITCH FIX - YOUR PARTNER IN PERSONAL STYLE" width="" height="50" style="border-style: none"/></a>
</p>
</div>
<div class="lead col-md-6">
<p style="text-align: center;"><font size="+3"><b>Silver</b></font><br/>
<br/>
<a class="theme-link" href="https://alegion.com"><img src="img/sponsors/alegion.png" alt="Alegion Crowdsourcing Automation Platform" width="" height="40" style="border-style: none"/></a>
<br/><br/>
<a class="theme-link" href="http://informationevolution.com"><img src="img/sponsors/ie.png" alt="INFORMATION EVOLUTION - RELIABLE, EXPERIENCED, AFFORDABLE HUMAN BANDWIDTH" width="250" height="" style="border-style: none"/></a>
<br/><br/>
<a class="theme-link" href="http://www.google.com"><img src="img/sponsors/google.png" alt="Google" width="190" height="" style="border-style: none"/></a>
<br/><br/>
<a class="theme-link" href="https://microworkers.com"><img src="img/sponsors/microworkers.png" alt="Microworkers" width="200" height="" style="border-style: none"/></a>
<br/><br/>
<a class="theme-link" href="http://www.ischool.utexas.edu"><img src="img/sponsors/ut-ischool.jpg" alt="The School of Information at the University of Texas at Austin" width="250" height="" style="border-style: none"/></a>
</p>
</div>
<div class="lead col-md-6">
<p style="text-align: center;"><font size="+3"><b>Bronze</b></font><br/>
<br/>
<a class="theme-link" href="https://www.asist.org/publications/jasist/"><img src="img/sponsors/jasist.png" alt="ournal of the Association for Information Science and Technology (JASIST)" width="200" height="" style="border-style: none"/></a>
</p>
</div>
</div>
</div>
</div>
<div class="row intro-text">
<div class="col-lg-12">
<p class="copyright text-muted">Copyright © HCOMP 2016. All Rights Reserved | Designed by <a class="theme-link-org" href="https://www.linkedin.com/in/yangzhangux">Yang Zhang</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>