-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshop-2017.html
430 lines (375 loc) · 23.1 KB
/
workshop-2017.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
<!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>2nd International Workshop on "Mental Health and Well-being: Sensing and Intervention"</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" 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 id="page-top">
<nav id="mainNav" 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="#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 page-scroll" href="#page-top">UbiComp Workshop 2017</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 class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#CfP">Participation Call</a>
</li>
<!--
<li>
<a class="page-scroll" href="#program">Program</a>
</li> -->
<li>
<a class="page-scroll" href="#program-committee">Program Committee</a>
</li>
<li>
<a class="page-scroll" href="#organizers">Organizers</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
<li>
<a href="https://ubicomp-mental-health.github.io/workshop-2016.html">Previous workshops</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>Mental Health : Sensing & Intervention</h1>
<hr>
<p> In this UbiComp 2017 workshop, we are hoping to bring researchers together to discuss various requirements, opportunities, challenges and next steps in developing a holistic approach for sensing and intervention in the context of mental health.</p>
<a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
</div>
</div>
</header>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">UbiComp 2017 workshop</h2>
<h3 class="section-heading">Monday, September 11, 2017</h3>
<h3 class="section-heading">Maui, Hawaii, USA</h3>
<hr class="light">
<p class="text-black-faded text-left">
Mental health issues affect a significant portion of the world’s
population and can result in debilitating and life-threatening
outcomes. To address this increasingly pressing healthcare
challenge, there is a need to research novel approaches for
early detection and prevention. In particular, ubiquitous
systems can play a central role in revealing and tracking
clinically relevant behaviors, contexts, and symptoms.
Further, such systems can passively detect relapse onset
and enable the opportune delivery of effective intervention
strategies.</p>
<p class="text-black-faded text-left">
However, despite their clear potential, the
uptake of ubiquitous technologies into clinical mental
healthcare is rare, and a number of challenges still face
the overall efficacy of such technology-based solutions.
The goal of this workshop is to bring together researchers
interested in identifying, articulating, and addressing such
issues and opportunities. Following the success of last
year’s inaugural workshop, we aim to continue facilitating
the UbiComp community in developing a holistic approach for
sensing and intervention in the context of mental health.
</p>
</div>
</div>
</div>
</section>
<section id="CfP">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Call For Participation</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="text-black-faded text-left">
We invite submissions in the areas and intersections of mental
health, well-being, ubiquitous computing, and human-centered design,
including but not limited to:</p>
<div class="text-black-faded text-left">
<ul>
<li><p>Design and implementation of computational platforms (e.g., mobile phones, instrumented homes, etc.) to collect health and well-being data.</p></li>
<li><p>Development of robust behavioral models that can handle data sparsity and mislabeling issues.</p></li>
<li><p>Integration of multimodal data from different sensor streams for personalized predictive modeling.</p></li>
<li><p>Automated inference from sensor data of high-level contexts (e.g., environmental, social, etc.) indicative of mental health status.</p></li>
<li><p>Design and implementation of feedback (e.g., reports, visualizations, proactive behavioral interventions, etc.) for both patients and caregivers.</p></li>
<li><p>Development of smartphone based automated behavioral interventions focusing on mental health and well-being.</p></li>
<li><p>Methods for sustaining user adherence and engagement over long periods of time.</p></li>
<li><p>Devising privacy-preserving strategies for data collection, analysis, and management.</p></li>
<li><p>Deployment in low-income communities and countries.</p></li>
<li><p>Identifying ways to better integrate ubiquitous technologies into existing healthcare infrastructures and government policy.</p></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row text-black-faded">
<div class="col-lg-4 col-md-8 text-center">
<div class="service-box">
<i class="fa fa-4x fa-calendar wow bounceIn text-primary"></i>
<h3>Submission Deadline</h3>
<p>The deadline for submission is <b>June 9th, 2017 (11:59 PDT)</b></p>
</div>
</div>
<div class="col-lg-4 col-md-8 text-center">
<div class="service-box">
<i class="fa fa-4x fa-file-text-o wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Paper Format</h3>
<p class="text-left">Regular (up to 9 pages) or short (up to 5 pages) paper using <a href="https://github.com/sigchi/Document-Formats">SIGCHI Extended Abstract format</a>. Papers should be in PDF format and not anonymized.</p>
</div>
</div>
<div class="col-lg-4 col-md-8 text-center">
<div class="service-box">
<i class="fa fa-4x fa-cloud-upload wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Submission Site</h3>
<p class="text-left">Submissions can be made at <a href="https://easychair.org/conferences/?conf=mhsi2017">https://easychair.org/conferences/?conf=mhsi2017</a>. </p>
</div>
</div>
</div>
<h3>Submission Options</h3>
<p>All accepted papers will be included in the ACM Digital Library as part of UbiComp conference supplemental proceedings. Papers will be reviewed by the workshop's <a href="https://ubicomp-mental-health.github.io/#program-committee">technical program committee</a> according to criteria regarding a submission's quality, relevance to the workshop's topics, and, foremost, its potential to spark discussions about directions, insights, and solutions in the context of mental health, sensing, and intervention. Research papers, case studies, and position papers are all welcome.
<p>In particular, we encourage authors to keep the following options in mind when preparing submissions:</p>
<div class="text-black-faded text-left">
<ul>
<li><p class="text-left"><b>Works-In-Progress</b>: To facilitate sharing of thought-provoking ideas and high-potential though preliminary research, authors are welcome to make submissions describing early-stage, in-progress, and/or exploratory work in order to elicit feedback, discover collaboration opportunities, and generally spark discussion.</p></li>
<li><p class="text-left"><b>Special Issue on Computing and Mental Health in the Journal of Medical Internet Research (JMIR)</b>: When submitting to the workshop, authors will have the option to specify if they would like an expanded version of their paper to be considered for inclusion in an upcoming special issue in JMIR dedicated to the topic of computing and mental health. Authors selected for inclusion would then be invited to expand their workshop submission to a full length manuscript of no more than 7,500 words, due in mid-Fall 2017. This JMIR special issue will also include manuscripts produced through a similar <a href="http://mentalhealth.media.mit.edu/jmir-special-issue/">solitication</a> from the related workshop on Computing and Mental Health held annually at CHI.</p></li>
</ul>
</div>
</div>
</section>
<section>
<div class="container">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Keynote Speakers</h2>
<hr class="primary">
</div>
</div>
<div class="row text-black-faded">
<div class="col-lg-12 text-center">
<div class="service-box">
<img class="img-circle" src="./img/2017/dror.png" alt="Dror Ben-Zeev" width="150" height="150">
<h3><a href="http://www.mh4mh.org/">Dror Ben-Zeev</a></h3>
<p>Professor, Department Psychiatry and Behavioral Sciences, University of Washington</p>
</div>
</div>
</div>
</div>
</section>
<!--
<section id="program">
<div class="container">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Program</h2>
<hr class="primary">
</div>
<div class="col-lg-12 text-left">
<table class="table table-striped">
<thead class="thead-default">
<tr>
<th>Time</th>
<th>Event</th>
</tr>
</thead>
<tbody>
<tr>
<th class="text-nowrap" scope="row">9:30–10:30</th>
<td>Intro keynote speaker: <a href="http://www.cs.dartmouth.edu/~campbell/">Andrew Campbell</a> </td>
</tr>
<tr>
<th class="text-nowrap" scope="row">10:30–11:00</th>
<td> Coffee break</td>
</tr>
<tr>
<th class="text-nowrap" scope="row">11:00–12:30</th>
<td><b>Paper Session I</b><br /><br />
<ul>
<li><a href="./papers/multimodal-mehrotra.pdf">Towards Multi-modal Anticipatory Monitoring of Depressive States through the Analysis of Human-Smartphone Interaction</a>. </li>
<li><a href="./papers/chow-demons.pdf">DEMONS: An Integrated Framework for Examining Associations between Physiology and Self-Reported Affect Tied to Depressive Symptoms</a>.</li>
<li><a href="./papers/tuli-harmony.pdf">Harmony: Close Knitted mHealth Assistance for Patients, Caregivers and Doctors for Managing SMIs</a>.</li>
<li><a href="./papers/exler-ecgs.pdf">A Wearable System for Mood Assessment Considering Smartphone Features and Data From Mobile ECGs</a>.</li>
<li><a href="./papers/bardram-cbt.pdf">Designing Context-Aware Cognitive Behavioral Therapy for Unipolar and Bipolar Disorders</a>.</li>
<li><a href="./papers/lee-osn.pdf">OSN Mood Tracking: Exploring the Use of Online Social Network Activity as an Indicator of Mood Changes</a>.</li>
</ul>
</td>
</tr>
<tr>
<th class="text-nowrap" scope="row">12:30–14:00</th>
<td>Lunch</td>
</tr>
<tr>
<th class="text-nowrap" scope="row">14:00–15:30</th>
<td><b>Paper Session II</b><br /> <br />
<ul>
<li><a href="./papers/hansel-smartwatch.pdf">Large Scale Mood and Stress Self-Assessments on a Smartwatch</a>.</li>
<li><a href="./papers/gjoreski-stress.pdf">Continuous Stress Detection Using a Wrist Device – In Laboratory and Real Life</a>.</li>
<li><a href="./papers/karkar-frequency.pdf">Toward a Portable, Self-Administered Critical Flicker Frequency Test</a>.</li>
<li><a href="./papers/tseng-campuslife.pdf">Assessing Mental Health Issues on College Campuses: Preliminary Findings from a Pilot Study</a>.</li>
<li><a href="./papers/li-eustress.pdf">Eustress or Distress: An Empirical Study of Perceived Stress in Everyday College Life</a>.</li>
<li><a href="./papers/voss-glass.pdf">Superpower Glass: Delivering Unobtrusive Real-time Social Cues in Wearable Systems</a>.</li>
</ul>
</td>
</tr>
<tr>
<th class="text-nowrap" scope="row">15:30–16:00</th>
<td>Coffee break</td>
</tr>
<tr>
<th class="text-nowrap" scope="row">16:00–16:30</th>
<td>Discussion</td>
</tr>
<tr>
<th class="text-nowrap" scope="row">16:30–17:30</th>
<td>Closing keynote speaker: <a href="http://www.cc.gatech.edu/people/gregory-abowd">Gregory Abowd</a></td>
</tr>
<tr>
<th class="text-nowrap" scope="row">19:00–20:30</th>
<td>Dinner</td>
</tr>
</tbody>
</table>
</div>
</div>
</section> -->
<section id="program-committee">
<div class="container">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Program Committee</h2>
<hr class="primary">
</div>
<div class="row text-black-faded">
<div class="col-lg-8 col-lg-offset-4 text-left">
<ul>
<li><p><a href="http://people.virginia.edu/~lb3dp/index.html">Laura E. Barnes</a>, University of Virginia</p></li>
<!-- <li><p><a href="https://www.lis.illinois.edu/people/faculty/mnb">Masooda Bashir</a>, University of Illinois at Urbana-Champaign</p></li> -->
<li><p><a href="https://aims.uw.edu/amy-bauer-md-ms">Amy Bauer</a>, University of Washington</p></li>
<li><p><a href="http://www.feinsteininstitute.org/our-researchers/michael-l-birnbaum-md/">Michael L. Birnbaum</a>, Hofstra Northwell School of Medicine</p></li>
<li><p><a href="http://www.stevenchanmd.com">Steven Chan</a>, University of California, Davis</p></li>
<li><p><a href="http://www.eecs.berkeley.edu/~odemasi/">Orianna DeMasi</a>, University of California, Berkeley</p></li>
<li><p><a href="http://www.feinberg.northwestern.edu/faculty-profiles/az/profile.html?xid=24664">Stephen M Schueller</a>, Northwestern University</p></li>
<li><p><a href="https://connects.catalyst.harvard.edu/Profiles/display/Person/109089">John Torous</a>, Harvard Medical School</p></li>
<li> <p><a href="https://profiles.stanford.edu/amir-muaremi">Amir Muaremi</a>, Stanford University</p></li>
<li><p><a href="https://www.umb.edu/academics/cehd/faculty/steven_vannoy">Steven Vannoy</a>, University of Massachusetts Boston </p></li>
<li> <p><a href="http://www.egr.msu.edu/~mizhang/">Mi Zhang</a>, Michigan State University </p></li>
<li> <p><a href="http://students.washington.edu/arpitab/">Arpita Bhattacharya</a>, University of Washington</p></li>
<li> <p><a href="http://psychology.as.virginia.edu/people/profile/pic2u">Philip Chow</a>, University of Virginia</p></li>
<li> <p><a href="http://www.scottallencambo.com/">Scott Cambo</a>, Northwestern University</p></li>
<li> <p><a href="http://www.kdoherty.ie/">Kevin Doherty</a>, Trinity College Dublin</p></li>
</ul>
</div>
</div>
</div>
</section>
<section id="organizers">
<div class="container">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Organizers</h2>
<hr class="primary">
</div>
</div>
<div class="row text-black-faded">
<div class="col-lg-4 text-center">
<div class="service-box">
<img class="img-circle" src="./img/organizers/saeed.jpg" alt="Rounded image" width="150" height="150">
<h3><a href="http://saeedabdullah.com/">Saeed Abdullah</a></h3>
<p>PhD Student in Information Science, Cornell University.</p>
</div>
</div>
<div class="col-lg-4 text-center">
<div class="service-box">
<img class="img-circle" src="./img/organizers/murnane.jpg" alt="Rounded image" width="150" height="150">
<h3><a href="https://www.cs.cornell.edu/~elm236">Elizabeth Murnane</a></h3>
<p>Postdoctoral Researcher in Information Science, Cornell University.</p>
</div>
</div>
<div class="col-lg-4 text-center">
<div class="service-box">
<img class="img-circle" src="./img/organizers/mirco.jpg" alt="Rounded image" width="150" height="150">
<h3><a href="https://www.ucl.ac.uk/~ucfamus/">Mirco Musolesi</a></h3>
<p>Reader in Data Science, UCL.</p>
</div>
</div>
</div>
<div class="row text-black-faded">
<div class="col-lg-offset-2 col-lg-4 text-center">
<div class="service-box">
<img class="img-circle" src="./img/organizers/jakob.png" alt="Rounded image" width="150" height="150">
<h3><a href="http://www.dtu.dk/english/Service/Phonebook/Person?id=107464&tab=1">Jakob E. Bardram</a></h3>
<p> Professor, Technical University of Denmark.</p>
</div>
</div>
<div class="col-lg-4 text-center">
<div class="service-box">
<img class="img-circle" src="./img/organizers/tanzeem.png" alt="Rounded image" width="150" height="150">
<h3><a href="https://www.cs.cornell.edu/~tanzeem/">Tanzeem Choudhury</a></h3>
<p>Associate Professor in Information Science, Cornell University.</p>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact</h2>
<hr class="primary">
</div>
</div>
<div class="row text-black-faded">
<div class="col-lg-12 text-center">
If you have any questions, please feel free to send an email to <a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</section>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
</body>
</html>