-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdc.html
463 lines (404 loc) · 25.6 KB
/
dc.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
<!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</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="dc-header">
<div class="container">
<div class="row">
<div class="intro-message col-md-6">
<h1 style="text-align:center;"></h1>
</div>
</div>
</div>
</div>
<h5 style="text-align:right;">Students & Mentors at the <a class="theme-link" href="http://www.humancomputation.com/2014/dc.html">HCOMP 2014 Doctoral Consortium</a> </h5>
<!-- /.intro-header -->
<!-- Page Content -->
<div class="container">
<div class="row">
<h2 class="section-head"><span>Doctoral Consortium</span></h2>
</div>
</div>
<!-- /.content-section-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-users"></i></li>
<li>
<h2 class="section-heading"><a class="theme-link" href="papers.html#doc">Accepted Presenters</a></h2></li>
</ul>
<ul class="list-inline">
<li><i class="icon-font fa fa-graduation-cap"></i></li>
<li>
<h2 class="section-heading">Call for Participation</h2></li>
</ul>
<p class="lead">
HCOMP's annual 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. The objectives of the Doctoral Consortium are to provide students with an opportunity:
<ul class="lead">
<li>to present and discuss their research with experienced researchers: the Doctoral Consortium Mentors
<li>to establish a supportive community, including other doctoral students at a similar stage of their dissertation research
<li>to provide a platform for broader exposure for their research, both in general and in support of future a job search
</ul>
<p class="lead">
<b>Areas of Interest</b>. HCOMP is unique in the diversity of disciplines it draws upon, and contributes to, ranging from human-centered qualitative studies and HCI design, to computer science and artificial intelligence, economics and the social sciences, all the way to cultural heritage, digital humanities, ethics, and policy. For more information about HCOMP areas of interest, please refer to the main conference's <a class="theme-link" href="submit.html">Call for Papers</a>.
</p>
<p class="lead">
<b>Mentors</b>. Senior HCOMP researchers regularly participate as mentors each year. Past mentors include: Jeff Bigham, Laura Dabbish, Elizabeth Gerber, Brent Hecht, Eric Horvitz, Lilly Irani, Henry Kautz, Matthew Lease, Siddarth Suri, Loren Terveen, Haoqi Zhang. <i>A list of HCOMP 2016 DC mentors is forthcoming</i>.
</p>
<ul class="list-inline">
<li><i class="icon-font fa fa-check"></i></li>
<li>
<h2 class="section-heading">Eligibility</h2></li>
</ul>
<p class="lead">
<b>Status in Program</b>: Applicants must be currently enrolled in a full-time PhD program and have written, or be close to completing, a thesis proposal (or equivalent). We will give preference to students who have proposed or are about to propose but are far enough from completing their thesis that the feedback they receive at the event can impact their work. Before submitting, students should discuss this criterion with their advisor or supervisor.
</p>
<p class="lead">
<b>Attendance</b>: Those accepted are required to attend the DC in person, and to present a poster on their work during the poster session at the main conference.
</p>
<p class="lead">
<b>Selection</b>: Submissions will be reviewed by a Program Committee of Doctoral Committee Mentors, with selection based upon the expected potential of both the student and their proposed work, as well as the expected benefit to the student from participation. Priority will be given to students whose research goes beyond locally available expertise at their home institutions.
</p>
<ul class="list-inline">
<li><i class="icon-font fa fa-money"></i></li>
<li>
<h2 class="section-heading">Financial Support</h2></li>
</ul>
<p class="lead">
Thanks to generous funding from the the <a class="theme-link" href="http://www.nsf.gov">National Science Foundation (NSF)</a> and the <a class="theme-link" href="http://aij.ijcai.org/">Artificial Intelligence Journal (AIJ)</a>, we expect to be able to support most expenses associated with attendance (e.g., airfare, one night of accommodation, conference registration, and meals on the day of the DC) for all accepted students. <i>Additional details are forthcoming</i>.
</p>
<ul class="list-inline">
<li><i class="icon-font fa fa-file-text"></i></li>
<li>
<h2 class="section-heading">Application Document</h2></li>
</ul>
<p class="lead">
Applicants must submit a solely-authored paper in English containing: 1) a <i>Doctoral Research Overview</i>; and 2) a <i>Supplemental Paragraph</i>.
</p>
<p class="lead">
<b>Doctoral Research Overview</b>: Please summarize your doctoral research, including the following sections:
<ul class="lead">
<li>
Motivation for the proposed research
</li>
<li>
Background and related work (including key references)
</li>
<li>
Description of proposed research, including key research questions and planned methodology to be used for investigating these research questions
</li>
<li>
Proposed experiments if appropriate; Any preliminary evaluation and findings are welcomed, but this is not required.
</li>
<li>
Specific research issues and/or challenges (do not skip these; the consortium is about helping you solve issues!)
</li>
</ul>
</p>
<p class="lead">
<b>Supplemental Paragraph</b>. Please write a paragraph explaining
<ul class="lead">
<li>
Why you want to participate in the consortium at this point in your doctoral studies and how you expects to benefit from the consortium.
</li>
<li>
The status of your dissertation proposal (writing, submitted, presented, or approved).
</li>
<li>
Your expected (approximate) defense date.
</li>
</ul>
</p>
<p class="lead">
<b>Length and Organization</b>: Your paper should be no more than 4 pages in total: 3 pages for the <i>Doctoral Research Overview</i> (including all figures and references), and the 4th page being the <i>Supplemental Paragraph</i>. The first page must contain the title of the paper, full author name, affiliation and contact details, an abstract of up to 250 words, and up to 3 keywords describing the research topic areas.
<p class="lead">
<b>Formatting</b>. Submissions must be formatted according to the conference's <a class="theme-link" href="http://www.aaai.org/Publications/Author/author.php">style guidelines</a>. An <a class="theme-link" href="http://www.aaai.org/Publications/Templates/AuthorKit16.zip">Author Kit</a> is available for getting started with LaTeX or Word. Please submit a single PDF file (embedding all required fonts). It is the responsibility of the student to ensure that their submissions uses no unusual formatting and are printable on a standard printer.
</p>
<p class="lead">
<b>Submission</b>. Papers should be submitted via <a class="theme-link" href="https://easychair.org/conferences/?conf=hcomp2016">EasyChair</a>, selecting the Doctoral Consortium track.
</p>
<p class="lead">
<b>Dissemination</b>. Submissions will be distributed only to mentors and other attendees of the doctoral consortium. Proceedings of the Doctoral Consortium will NOT be archived. As such, students may freely submit their research contributions for official publication in other venues. Participant names and university affiliations, as well as paper titles and abstracts, will be publicized on the conference website and in the conference program for the poster session.
</p>
<ul class="list-inline">
<li><i class="icon-font fa fa-calendar"></i></li>
<li>
<h2 class="section-heading">Important Dates</h2></li>
</ul>
<ul class="lead">
<li>
<mark>August 19, 2016</mark>: Applications Due</li>
<li>
<mark>August 26, 2016</mark>: Acceptance notification</li>
<li>
<mark>September 2, 2016</mark>: Early Registration deadline</li>
<li>
<mark>October 30, 2016</mark>: Doctoral Consortium</li>
<li>
<mark>October 31 - November 2, 2016</mark>: Main Conference</li>
</ul>
<ul class="list-inline">
<li><i class="icon-font fa fa-map-marker"></i></li>
<li>
<h2 class="section-heading">Location</h2></li>
</ul>
<p class="lead">The Doctoral Consortium will be held at the <a class="theme-link" href="https://www.ischool.utexas.edu">School of Information</a> (rather than the conference hotel), on campus at the
<a class="theme-link" href="http://www.utexas.edu/">University of Texas at Austin</a>. See <a class="theme-link" href="https://www.ischool.utexas.edu/about/location">location & directions</a>.
</p>
</div>
</div>
<div class="col-md-12">
<div class="intro-paragraph">
<ul class="list-inline">
<li><i class="icon-font fa fa-users"></i></li>
<li>
<h2 class="section-heading">Past HCOMP Doctoral Consortia</h2></li>
</ul>
<ul class="lead">
<li><a class="theme-link" href="http://www.humancomputation.com/2015/dc.html">2015</a>
<li><a class="theme-link" href="http://www.humancomputation.com/2014/dc.html">2014</a>
</div>
</div>
</div>
</div>
</div>
<!-- /.container -->
<div class="container">
<div class="organizers">
<h4 class="organizer-name"><span>Doctoral Consortium Co-Chairs</span></h4>
<div class="row profile-row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-4 img-center"><img class="img-responsive photo-size" 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 class="organizers">
<h4 class="organizer-name"><span>Doctoral Consortium Mentors</span></h4>
<div class="row profile-row">
<div class="col-md-6">
<div class="row">
<div class="table-format">
<table class="table table-bordered lead">
<thead>
<tr>
<th>Name</th>
<th>Affiliation</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jeff Bigham</td>
<td>Carnegie Mellon University</td>
</tr>
<tr>
<td>James Howison</td>
<td>University of Texas at Austin</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="table-format">
<table class="table table-bordered lead">
<thead>
<tr>
<th>Name</th>
<th>Affiliation</th>
</tr>
</thead>
<tbody>
<tr>
<td>Markus Krause</td>
<td>ICSI, UC Berkeley</td>
</tr>
<tr>
<td>Andres Monroy-Hernandez</td>
<td>Microsoft Research</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<h2 class="section-head"><span>Doctoral Consortium Sponsors</span></h2>
<div class="row">
<div class="intro-text">
<div class="intro-paragraph">
<div class="lead col-md-6">
<center>
<a href="http://www.nsf.gov"><img width="150" src="https://www.nsfgrfp.org/images/nsf-logo.png"></a>
</center>
</div>
<div class="lead col-md-6">
<center>
<br/>
<a href="http://aij.ijcai.org/"><img width="150" src="http://aij.ijcai.org/files/images/ARTINT_Logo2_c_web_more.jpg"></a>
</center>
</div>
</div>
</div>
</div>
</div>
<!-- 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>