forked from JudyWu/dmt-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·507 lines (477 loc) · 30.2 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
<!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="Using the smartphone to understand why people have difficulty controlling unhealthy behaviors and helping them regain mastery over their lives.">
<meta name="author" content="Frederick Muench">
<title>DMT | Digital Marshamallow Test</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet">
<link href="css/timeline.css" rel="stylesheet">
<!-- favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- 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>
<nav class="navbar navbar-default navbar-fixed-top topnav" role="navigation">
<div class="container topnav">
<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="#">The Digital Marshmallow Test</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#overview">DMT App Overview</a>
</li>
<li>
<a href="#project">Project Phases</a>
</li>
<li>
<a href="#background">Background</a>
</li>
<li>
<a href="#about">About Us</a>
</li>
<li>
<a href="#documentation">Documentation</a>
</li>
<li>
<a href="#researchers">For Researchers</a>
</li>
<li>
<a href="#faq">FAQ</a>
</li>
</ul>
</div>
</div>
</nav>
<a name="home"></a>
<section class="content-section-b" style="padding-top: 200px; padding-bottom: 150px;">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">The Digital Marshmallow Test</h2>
<p class="lead">The Digital Marshmallow Test (DMT) is a mobile app that hopes to advance the science in identifying, understanding and, eventually, helping individuals who sometimes have difficulty regulating their behavior or act impulsively in certain situations.</p>
<p>**Available on iOS and Android</p>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<ul class="list-inline intro-social-buttons">
<li style="padding-top: 10px;">
<a href="#"><img src="img/Northwell-Health-logo.png" style="height: 3em;"></a>
</li>
<li style="padding-top: 10px;">
<a href="#"><img src="img/Cornell-Tech-logo.png" style="height: 3em;"></a>
</li>
</ul>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6" style="padding-top: 10px;">
<img class="img-responsive" src="img/Phone-Screens.jpg" alt="">
</div>
</div>
</div>
</section>
<a name=""></a>
<section class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<div style="background: rgba(255, 255, 255, .6);">
<h2></h2>
<!-- <h2 style="color: #4D4D4D !important;">Using the smartphone to understand why people have difficulty controlling unhealthy behaviors and helping them regain mastery over their lives.</h2> -->
</div>
<hr class="intro-divider">
</div>
</div>
</div>
</div>
</section>
<section class="content-section-b" style="padding-top: 200px; padding-bottom: 150px;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading text-center">About the Project</h2>
<p>The DMT is a collaborative effort between Northwell Health, the Feinstein Institute for Medical Research, Cornell Tech, and Sage Bionetworks.</p>
<p>Powered by Apple’s ResearchKit(™) and Android’s ResearchStack(™) application development frameworks, the DMT uses the smartphone to understand individuals who have trouble controlling their impulses, particularly with regard to unhealthy behaviors, such as overeating or drinking alcohol, in order to help them regain control when they need it most. The app consists of surveys and game-like tasks to understand how individuals regulate their behavior in different settings and at different times of the day. In addition to the versions developed for the general public, there will also be a version of the DMT app intended for researchers to implement into their own research studies.</p>
<p>The ultimate goal is that the DMT will eventually lead to non-invasive mobile interventions to identify and help those at greatest risk for impulsive responding and enhance temptation resilience before serious problems can occur. Support for this research was provided by the <a href="http://www.rwjf.org/" target="_blank">Robert Wood Johnson Foundation</a>. The views expressed here do not necessarily reflect the views of the Foundation.</p>
</div>
</div>
</div>
</section>
<a name="overview"></a>
<section class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">DMT App Overview</h2>
<h4 class="section-subheading text-muted">The DMT uses a range of tools such as timely self-report and classic laboratory tests of regulation on the mobile phone to help understand when, where and why people do things they later regret.</h4>
</div>
</div>
<div class="row text-center" style="padding-top: 5em;">
<div class="col-md-3">
<img src="img/Survey.png" style="height: 35em;">
<h4 class="service-heading">Self-Report</h4>
<p class="text-muted"></p>
</div>
<div class="col-md-3">
<img src="img/Balloon.png" style="height: 35em;">
<h4 class="service-heading">Balloon Game</h4>
<p class="text-muted"></p>
</div>
<div class="col-md-3">
<img src="img/Discount.png" style="height: 35em;">
<h4 class="service-heading">Now or Later?</h4>
<p class="text-muted"></p>
</div>
<div class="col-md-3">
<img src="img/Go-No-Go.png" style="height: 35em;">
<h4 class="service-heading">Square Test</h4>
<p class="text-muted"></p>
</div>
</div>
</div>
</section>
<a name="project"></a>
<section class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 >Project Phases</h2>
<h3 class="section-subheading text-muted">The project has two phases.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/Cornell-Tech-campus.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Nov. 2016 - Feb. 2017</h4>
<h5>Development</h5>
</div>
<div class="timeline-body">
<p class="text-muted">We are developing the DMT using both the Apple ResearchKit and Android ResearchStack application frameworks.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/Feinstein-Institute.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>March 2017</h4>
<h5>Recruitment and Validation</h5>
</div>
<div class="timeline-body">
<p class="text-muted">We recruit individuals who enrolled in a large genetic study, conduct a neurocognitive and psychological assessent in our laboratory, and have participants use the DMT for 21-days, completing an extended version of the application. This validation study is limited to those who have already participated in the large genetic study.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/Earth.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>July 2017</h4>
<h4 class="subheading">Modification</h4>
</div>
<div class="timeline-body">
<p class="text-muted">We plan on reducing the number of tests and streamline the application for use in the general population. During this phase we will provide individuals with feedback on their scores, based on the validation study, by age and help them understand situations and times when they are most and least impulsive.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>Be Part
<br>Of Our
<br>Study!</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Sep. 2017</h4>
<h4 class="subheading">Open Research</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Using this version, we will also create an open research version of the application for any researcher to use through a means to locally store data.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<a name="background"></a>
<section class="content-section-a" style="background-color: #3CC8C3; color: white;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Background: Study Rationale</h2>
</div>
</div>
<div class="row" style="padding-top: 3em; color: white;">
<div class="col-md-6">
<p>
Our study is designed to help understand why, how, and when people are most likely to act on short-term temptations despite long-term consequences or loss of potential gains. This refers to problems regulating one’s behavior or acting against one’s intentions. Across studies, more impulsive individuals are significantly more likely to suffer from obesity, Type II Diabetes, substance abuse, ADHD, gambling problems, binge eating, self-mutilation, and suicidal behaviors, and other problems. Despite the overwhelming research on the impact of impulsivity on mental and physical health outcomes, it has been largely ignored as a target of assessment and intervention in its own right.
</p>
</div>
<div class="col-md-6">
<p>
The obesity epidemic is an example. Across age groups, individuals high in impulsivity are significantly more likely to be obese because they have less control resisting temptation when unhealthy food is available, have more sensitivity to short-term reward, and continue to eat past satiation. Those scoring higher on measures of impulsivity are also less responsive to weight-based behavior change interventions. So not only does impulsivity predict obesity, but when people high in impulsivity want to change, they are more likely to fail, creating a negative feedback of failure, shame, and low efficacy. Perhaps the most effective interventions are those that target impulsivity by removing temptation through increasing health food choices and decreasing unhealthy ones. Similarly, studies have revealed that assessing impulsivity and intervening using self-regulation interventions can help people maintain long-term weight loss and reduce impulsive eating. Our goal is to help people recognize their patterns and become more intentional in all their behaviors. This study is one step in that direction.
</p>
</div>
</div>
</div>
</section>
<a name="about"></a>
<section class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h2>About Us</h2>
<p class="text-muted"></p>
<hr>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3 style="text-align: center;">Study Team</h3>
<div class="device-container">
<div class="row">
<div class="col-md-12">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>Frederick Muench, PhD</h3>
<p class="text-muted">PFrederick Muench, PhD, is an Associate Professor at the Feinstein Institute of Medical Research and the Director of Digital Health Interventions in Psychiatry at Northwell Health. He is the Northwell PI on the project. You can contact him at <a href="mailto: [email protected]">[email protected]</a>.</p>
</div>
</div>
<div class="col-md-12">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>Deborah Estrin</h3>
<p class="text-muted">Deborah Estrin, PhD, is Professor of Computer Science and Associate Dean at Cornell Tech in New York City and a Professor of Public Health at Weill Cornell Medicine. She is founder of the <a href="http://tech.cornell.edu/programs/masters-programs/ms-in-is-healthier-life">Health Tech Hub</a> and directs the <a href="http://smalldata.tech.cornell.edu/">Small Data Lab</a> at Cornell Tech. She is the Cornell Tech PI on the project. </p>
</div>
</div>
<div class="col-md-12">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>JP Pollak</h3>
<p class="text-muted">JP Pollak is a Senior-Researcher in Residence at Cornell Tech and a visiting fellow at Weill Cornell Medicine. He is also the founder and CTO of Wellcoin, a program for rewarding healthy behavior. JP is a Cornell Tech co-investigator on the project.</p>
</div>
</div>
<div class="col-md-12">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>James Kizer</h3>
<p class="text-muted"> </p>
</div>
</div>
<div class="col-md-12">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>Hongyi Wen</h3>
<p class="text-muted">Hongyi Wen is a first-year Information Science PhD student at Cornell Tech, working on health related projects that leverages personal digital traces. He is a Cornell Tech co-investigator on this project.</p>
</div>
</div>
<div class="col-md-12">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>Rachel P. Vitale</h3>
<p class="text-muted">Rachel P. Vitale, B.A. is a Research Coordinator at the <a href="http://caspir.org">Center for Addiction Services and Personalized Interventions Research (CASPIR)</a> working closely on the Adaptive Interventions (AI) study. She is the Research Coordinator on this project.</p>
</div>
</div>
<div class="col-md-12">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>Zhaoxin Wu</h3>
<p class="text-muted">Zhaoxin Wu is the Mobile Application Developer at <a href="http://caspir.org">CASPIR</a> working on SMS messaging platform integration and backend maintenance. She is the Project Coordinator on this project.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-offset-1 col-md-7">
<h3 style="text-align: center;">Institutions</h3>
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h4>Feinstein Institute for Medical Research</h4>
<p class="text-muted">The Feinstein Institute for Medical Research is the research arm of Northwell Health, the largest healthcare provider in New York State. Home to 50 research laboratories and clinical research throughout dozens of hospitals and outpatient facilities, the 2,000 researchers and staff of the Feinstein Institute are making breakthroughs in molecular medicine, genetics, oncology, brain research, mental health, autoimmunity, and bioelectronic medicine–a new field of science that has the potential to revolutionize medicine. For more information about how we empower imagination and pioneer discovery, visit <a href="www.feinsteinInstitute.org">www.feinsteinInstitute.org</a>.</p>
</div>
<div class="feature-item" style="padding-top: 15px;">
<i class="icon-present text-primary"></i>
<h4>Sage Bionetworks</h4>
<p class="text-muted">Sage Bionetworks is a nonprofit biomedical research organization, founded in 2009, with a vision to promote innovations in personalized medicine by enabling a community-based approach to scientific inquiries and discoveries. Sage Bionetworks strives to activate patients and to incentivize scientists, encourage funders and researchers to work in fundamentally new ways in order to shape research, and accelerate access to knowledge and transform human health. It is located on the campus of the Fred Hutchinson Cancer Research Center in Seattle, Washington and is supported through a portfolio of philanthropic donations, competitive research grants, and commercial partnerships. Sage Bionetworks is the developer of Bridge Server, a system for securely acquiring data from mobile health applications, and Synapse, a system supporting collaborative data-driven research in biomedicine. More information is available at <a href="www.sagebase.org">www.sagebase.org</a>.</p>
</div>
</div>
<div class="col-md-6">
<div class="feature-item">
<i class="icon-camera text-primary"></i>
<h4>Cornell Tech</h4>
<p class="text-muted">Cornell Tech develops pioneering leaders and technologies for the digital age. Cornell Tech brings together faculty, business leaders, tech entrepreneurs, and students in a catalytic environment to produce visionary results grounded in significant needs that will reinvent the way we live in the digital age. Cornell Tech’s temporary campus has been up and running at Google’s Chelsea building since 2012, with a growing world-class faculty, and about 150 master’s and Ph.D. students who collaborate extensively with tech-oriented companies and organizations and pursue their own start-ups. Construction is underway on Cornell Tech’s campus on Roosevelt Island, with a first phase due to open in 2017. When fully completed, the campus will include 2 million square feet of state-of-the-art buildings, over 2 acres of open space, and will be home to more than 2,000 graduate students and hundreds of faculty and staff.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
<a name="documentation"></a>
<section class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-3">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Documentation</h2>
</div>
<div class="col-lg-9">
<ul class="list-inline banner-social-buttons">
<li>
<a href="privacy-policy.html" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-user-secret"></i> <span class="network-name">Privacy Policy</span></a>
</li>
<li>
<a href="https://redcap.feinsteininstitute.org/surveys/?s=JE98XA7ME8" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-check-square-o"></i><span class="network-name">Consent Form</span></a>
</li>
<li>
<a href="#" class="btn btn-default btn-lg"><i class="fa fa-newspaper-o"></i> <span class="network-name">Press Release</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<a name="researchers"></a>
<section class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-4">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">For Researchers</h2>
</div>
<div class="col-lg-9 col-sm-8">
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://twitter.com/SBootstrap" class="btn btn-default btn-lg"><i class="fa fa-code-fork"></i> <span class="network-name">DMT Research Version(Coming Soon)</span></a>
</li>
<li>
<a href="https://github.com/IronSummitMedia/startbootstrap" class="btn btn-default btn-lg"><i class="fa fa-question-circle"></i> <span class="network-name">Researcher FAQ(Coming Soon)</span></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<a name="faq"></a>
<section class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-4">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">FAQ</h2>
</div>
<div class="col-lg-9 col-sm-8">
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://twitter.com/SBootstrap" class="btn btn-default btn-lg"><i class="fa fa-question-circle-o"></i> <span class="network-name">User FAQ (Coming Soon)</span></a>
</li>
</ul>
</div>
</div>
</div>
</section>
//-->
<a name="contact"></a>
<section class="banner">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3>For any questions or contributions, please contact us at <a href="mailto:[email protected]">[email protected]</a>.</h3>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="list-inline">
<li>
<a href="#">Home</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#overview">DMT App Overview</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#project">Project Phases</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#background">Background</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#about">About Us</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#documentation">Documentation</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#researchers">For Researchers</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#faq">FAQ</a>
</li>
</ul>
<p class="copyright small">Copyright © CASPIR 2017. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
</body>
</html>