-
Notifications
You must be signed in to change notification settings - Fork 0
/
postcardapp.html
799 lines (743 loc) · 41 KB
/
postcardapp.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
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- title -->
<title>imalexnow</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<meta name="author" content="imalexnow">
<!-- description -->
<meta name="description" content="imalexnow's user experience portfolio">
<!-- keywords -->
<meta name="keywords"
content="creative, modern, clean, bootstrap responsive, html5, css3, portfolio, blog, agency, templates, multipurpose, one page, corporate, start-up, studio, branding, designer, freelancer, carousel, parallax, photography, personal, masonry, grid, coming soon, faq">
<!-- favicon -->
<link rel="shortcut icon" href="images/imalexnowlogo.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- animation -->
<link rel="stylesheet" href="css/animate.css" />
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- et line icon -->
<link rel="stylesheet" href="css/et-line-icons.css" />
<!-- font-awesome icon -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- themify icon -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- swiper carousel -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- justified gallery -->
<link rel="stylesheet" href="css/justified-gallery.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- revolution slider -->
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css" media="screen" />
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
<!-- bootsnav -->
<link rel="stylesheet" href="css/bootsnav.css">
<!-- style -->
<link rel="stylesheet" href="css/style.css" />
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css" />
<!--[if IE]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- Primary Meta Tags -->
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://imalexnow.io/">
<meta property="og:title" content="imalexnow's ux portfolio">
<meta property="og:description"
content="I'm a User Experience Connoisseur, a storyteller, and a keen world observer.">
<meta property="og:image" content="images/imalexnowlogo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://imalexnow.io/">
<meta property="twitter:title" content="imalexnow's ux portfolio">
<meta property="twitter:description"
content="I'm a User Experience Connoisseur, a storyteller, and a keen world observer.">
<meta property="twitter:image" content="images/imalexnowlogo.png">
<style>
.alex-portfolio-image {
width: 100%;
height: 185px;
background-size: 100%;
background-position: center top;
}
h6 {
padding-bottom: 15px;
}
.alex-title-shadow {
text-shadow: 0px 0px 5px #000000;
}
ul.list-style-3 li:before {
background-color: #43c6fa;
}
</style>
</head>
<body>
<!-- start header -->
<header>
<!-- start navigation -->
<nav
class="navbar navbar-default bootsnav navbar-top background-transparent nav-box-width navbar-expand-lg on no-full">
<div class="container-fluid nav-header-container">
<!-- start logo -->
<!-- <div class="col-lg-1">
<a href="index.html" title="imalexnow" class="rounded-circle">
<img src="images/imalexnowlogo.png" class="rounded-circle" alt="imalexnow" style="margin-top:10px;" >
</a>
</div> -->
<!-- end logo -->
<div class="col accordion-menu pr-0 pr-md-3">
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse"
data-target="#navbar-collapse-toggle-1">
<span class="sr-only">toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbar-collapse-toggle-1">
<ul id="accordion" class="nav navbar-nav navbar-left no-margin alt-font text-normal">
<!-- start menu item -->
<li class="">
<a href="index.html">Home</a>
</li>
<li class="">
<a href="portfoliomain.html">Portfolio</a>
</li>
<!-- <li class="">
<a href="#">About</a>
</li> -->
<li class="">
<a href="imalexnowresume.pdf">Resume</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!-- end navigation -->
</header>
<!-- end header -->
<!-- start page title section -->
<section class="parallax" style="background-image:url(images/postcardappbackground.jpg);">
<div class="container">
<div class="row align-items-center">
<div
class="col-12 extra-small-screen page-title-large d-flex flex-column justify-content-center text-center">
<h1 class="text-white-2 alt-font font-weight-600 letter-spacing-minus-1 margin-10px-bottom alex-title-shadow">Postcard App
</h1>
<span class="text-white-2 opacity6 alt-font alex-title-shadow">A custom postcard service</span>
</div>
</div>
</div>
</section>
<section class="bg-light-gray" style="padding-top: 50px;">
<div class="container">
<div class="row">
<div class="col-12 ">
<h5 class="alt-font font-weight-700 text-extra-dark-gray text-uppercase width-80 lg-width-100">
Overview</h5>
<div
class="separator-line-verticle-extra-small bg-extra-dark-gray width-50 md-width-70 ml-lg-0 margin-30px-bottom md-margin-20px-bottom">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 col-lg-6 md-margin-50px-bottom sm-margin-30px-bottom ">
<!-- <h5 class="alt-font font-weight-700 text-extra-dark-gray text-uppercase width-80 lg-width-100">Overview</h5> -->
<!-- <div class="separator-line-verticle-extra-small bg-extra-dark-gray width-50 md-width-70 ml-lg-0 margin-30px-bottom md-margin-20px-bottom"></div> -->
<p>In October, 2019, I was hired to develop a user research plan for a custom postcard service. </p>
<p>At its current state, the Postcard App enables users to take a selfie on the go and send a printed postcard to somebody else through a printing company. Currently, it is aimed at young people who might want to send postcards to their friends on holiday, as well as 20-35 year olds who want to keep older members of their family updated occasionally.
</p>
<p><strong>For this preliminary research of the Selfie Postcard App, the main objectives are:</strong>
<ul class="list-style-10">
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>To validate the target audiences and explore other possible use cases.</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>To explore time and money effective customisation features for an MVP.</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>To understand the potential users’ thoughts, needs and perceptions of the product.</span></li>
</ul>
</p>
</div>
<div class="col-lg-4 offset-lg-2 ">
<ul class="list-style-8 margin-twelve-left">
<li class="text-uppercase text-extra-dark-gray"><span
class="d-block text-extra-small text-medium-gray">Duration of the project</span>2 weeks
</li>
<li class="text-uppercase text-extra-dark-gray"><span
class="d-block text-extra-small text-medium-gray">Date</span>October, 2019</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 ">
<h5 class="alt-font font-weight-700 text-extra-dark-gray text-uppercase width-80 lg-width-100">
Methodology</h5>
<div
class="separator-line-verticle-extra-small bg-extra-dark-gray width-50 md-width-70 ml-lg-0 margin-30px-bottom md-margin-20px-bottom">
</div>
</div>
</div>
<!-- <div class="divider-full bg-extra-light-gray margin-three-bottom "></div> -->
<div class="row">
<!-- start feature box item -->
<div class="col-12 col-md-6 sm-margin-30px-bottom text-center text-md-left margin-five-bottom">
<div class="row m-0">
<div class="col-12 col-lg-3 col-md-4 pl-0 sm-no-padding-lr float-left sm-margin-15px-bottom">
<i class="icon-search text-medium-gray icon-extra-medium top-6"></i>
</div>
<div class="col-12 col-lg-9 col-md-8 p-0">
<span
class="margin-5px-bottom text-extra-dark-gray alt-font d-block font-weight-600">Research</span>
<li class="width-75 lg-width-100 mb-0">Interviews</li>
<li class="width-75 lg-width-100 mb-0">Surveys</li>
<li class="width-75 lg-width-100 mb-0">Requirements Gathering</li>
</div>
</div>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-6 sm-margin-15px-bottom text-center text-md-left margin-five-bottom">
<div class="row m-0">
<div class="col-12 col-lg-3 col-md-4 pl-0 sm-no-padding-lr float-left sm-margin-15px-bottom">
<i class="icon-lightbulb text-medium-gray icon-extra-medium top-6"></i>
</div>
<div class="col-12 col-lg-9 col-md-8 p-0">
<span class="margin-5px-bottom text-extra-dark-gray alt-font d-block font-weight-600">Idea
Generation</span>
<li class="width-75 lg-width-100 mb-0">Sketching</li>
<li class="width-75 lg-width-100 mb-0">Low-fidelity Wireframing</li>
</div>
</div>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-6 text-center text-md-left margin-five-bottom">
<div class="row m-0">
<div class="col-12 col-lg-3 col-md-4 pl-0 sm-no-padding-lr float-left sm-margin-15px-bottom">
<i class="icon-browser text-medium-gray icon-extra-medium top-6"></i>
</div>
<div class="col-12 col-lg-9 col-md-8 p-0">
<span
class="margin-5px-bottom text-extra-dark-gray alt-font d-block font-weight-600">Prototyping</span>
<li class="width-75 lg-width-100 mb-0">High Fidelity Wireframing</li>
<li class="width-75 lg-width-100 mb-0">UI Design</li>
</div>
</div>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-6 text-center text-md-left ">
<div class="row m-0">
<div class="col-12 col-lg-3 col-md-4 pl-0 sm-no-padding-lr float-left sm-margin-15px-bottom">
<i class="icon-chat text-medium-gray icon-extra-medium top-6"></i>
</div>
<div class="col-12 col-lg-9 col-md-8 p-0">
<span
class="margin-5px-bottom text-extra-dark-gray alt-font d-block font-weight-600">Evaluation</span>
<li class="width-75 lg-width-100 mb-0">User Testing</li>
</div>
</div>
</div>
<!-- end feature box item -->
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 ">
<h5 class="alt-font font-weight-700 text-extra-dark-gray text-uppercase width-80 lg-width-100">
Research</h5>
<div
class="separator-line-verticle-extra-small bg-extra-dark-gray width-50 md-width-70 ml-lg-0 margin-30px-bottom md-margin-20px-bottom">
</div>
<p>As a team, we contacted UCL’s Psychological Services and interviewed one of the counsellors to
find
out more about Social Anxiety and the treatment methods that are in use.</p>
<p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 ">
<h6
class="text-uppercase alt-font text-extra-dark-gray font-weight-700 width-75 d-block mb-0 lg-width-90 md-width-100">
Key Findings from interview
</h6>
<ul class="list-style-10">
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>Cognitive
Behavioural Therapy (CBT) is used effectively to treat Anxiety</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>It is
important to help people change their internalised focus on bad things</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>Technology
can help people “focus out”</span></li>
</ul>
</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 ">
<!-- start feature box item -->
<h6
class="text-uppercase alt-font text-extra-dark-gray font-weight-700 width-75 d-block mb-0 lg-width-90 md-width-100">
Requirements Gathering
</h6>
<p>Based on our findings from literature review, the interview with the UCL services and the
questionnaires, we based our solution to six basic principles about its functions. Our
design
should incorporate:</p>
</div>
<div class="col-12 col-md-4 feature-box-1" style="visibility: visible;">
<div class="margin-15px-bottom alt-font">
<h5 class="char-value text-#43c6fa letter-spacing-minus-1 text-medium-gray font-weight-600" style="color:#43c6fa">
01.</h5>
<h5
class="text-extra-dark-gray line-height-22 padding-20px-left md-padding-15px w-100 d-table-cell align-middle">
CBT</h5>
</div>
<p class="width-90 md-width-100">Be able to accompany Cognitive Behavioural Therapy</p>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-4 feature-box-1 sm-margin-30px-bottom " data--delay="0.2s"
style="visibility: visible;">
<div class="margin-15px-bottom alt-font">
<h5 class="char-value text-deep-pink letter-spacing-minus-1 text-medium-gray font-weight-600" style="color:#43c6fa">
02.</h5>
<h5
class="text-extra-dark-gray line-height-22 padding-20px-left w-100 d-table-cell align-middle">
Focus</h5>
</div>
<p class="width-90 md-width-100">Change the internalised focus of the person</p>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-4 feature-box-1 " style=" visibility: visible;">
<div class="margin-15px-bottom alt-font">
<h5 class="char-value text-deep-pink letter-spacing-minus-1 text-medium-gray font-weight-600" style="color:#43c6fa">
03.</h5>
<h5
class="text-extra-dark-gray line-height-22 padding-20px-left w-100 d-table-cell align-middle">
Empower</h5>
</div>
<p class="width-90 md-width-100">Empower the user to be self-reliant</p>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-4 feature-box-1 " style=" visibility: visible;">
<div class="margin-15px-bottom alt-font">
<h5 class="char-value text-deep-pink letter-spacing-minus-1 text-medium-gray font-weight-600" style="color:#43c6fa">
04.</h5>
<h5
class="text-extra-dark-gray line-height-22 padding-20px-left w-100 d-table-cell align-middle">
Task</h5>
</div>
<p class="width-90 md-width-100">Give the user a task when there is no task to be performed,
which
could lead to anxiety</p>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-4 feature-box-1 " style=" visibility: visible;">
<div class="margin-15px-bottom alt-font">
<h5 class="char-value text-deep-pink letter-spacing-minus-1 text-medium-gray font-weight-600" style="color:#43c6fa">
05.</h5>
<h5
class="text-extra-dark-gray line-height-22 padding-20px-left w-100 d-table-cell align-middle">
Reward</h5>
</div>
<p class="width-90 md-width-100">Create a rewarding experience for the user</p>
</div>
<!-- end feature box item -->
<!-- start feature box item -->
<div class="col-12 col-md-4 feature-box-1 " style=" visibility: visible;">
<div class="margin-15px-bottom alt-font">
<h5 class="char-value text-deep-pink letter-spacing-minus-1 text-medium-gray font-weight-600" style="color:#43c6fa">
06.</h5>
<h5
class="text-extra-dark-gray line-height-22 padding-20px-left w-100 d-table-cell align-middle">
Mindfulness</h5>
</div>
<p class="width-90 md-width-100">Trigger mindfulness</p>
</div>
<!-- end feature box item -->
</div>
</div>
<!-- <div class="container">
<div class="row">
<div class="col-12 col-md-6">
<div class="bg-white margin-30px-bottom">
<img src="images/joanne.png" alt="Persona 1" />
</div>
</div>
<div class="col-12 col-md-6">
<div class="bg-white margin-30px-bottom">
<img src="images/steve.png" alt="Persona 2" />
</div>
</div>
</div>
</div> -->
<!-- <div class="container">
<div class="row justify-content-end">
<div class="col-6">
<div class="padding-25px-all bg-white">
<i class="fas fa-quote-left text-deep-pink margin-15px-bottom"></i>
<div class="text-extra-dark-gray margin-10px-bottom alt-font">I have to come again in a month
because I'm still missing documents!</div>
<ul class="list-style-3">
<li>Joanne, visiting for parking permit</li>
</ul>
</div>
</div>
<div class="col-6">
<div class="padding-25px-all bg-white">
<i class="fas fa-quote-left text-deep-pink margin-15px-bottom"></i>
<div class="text-extra-dark-gray margin-10px-bottom alt-font">I shouldn't have to be here
waiting on a sunny day!</div>
<ul class="list-style-3">
<li>Steve, visiting for parking permit</li>
</ul>
</div>
</div>
</div>
</div> -->
<!-- <div class="container">
<div class="row">
<div class="col-12 margin-40px-tb ">
<p>After a careful analysis of the data we collected, we created personas representing several types
of centre visitors which would help us define our target user groups and their needs.</p>
</div>
</div>
</div> -->
<div class="container">
<div class="row">
<div class="col-12 ">
<h6
class="text-uppercase alt-font text-extra-dark-gray font-weight-700 width-75 d-block mb-0 lg-width-90 md-width-100">
Surveys</h6>
<p>Meanwhile, we created an online questionnaire to explore how people experience social anxiety and
the
different ways they cope with it. The last two questions were open ended
about the triggers of anxiety feelings and the
coping mechanisms people use. We used
two affinity diagrams to group the responses.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<p>The most common coping mechanisms mentioned in the questionnaires were:</p>
<ul class="list-style-10">
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>Seeking
company
of close friends/partner</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray"
aria-hidden="true"></i><span>Rationalising
thoughts</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>Breathing
exercises</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>Listening to
music</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>Distractions
(TV/Gaming/Reading)</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>Doing
something
practical</span></li>
</ul>
<div class="bg-white margin-30px-bottom margin-20px-top">
<img src="images/sootheui/soothe-affinity-01.png" alt="Persona 1" />
</div>
</div>
<div class="col-12 col-md-6">
<div class="bg-white margin-30px-bottom">
<img src="images/sootheui/surveys.png" alt="Persona 1" />
</div>
</div>
</div>
</div>
<div class="container margin-40px-bottom">
<div class="row">
<div class="col-12 ">
<h5 class="alt-font font-weight-700 text-extra-dark-gray text-uppercase width-80 lg-width-100">
Idea Generation</h5>
<div
class="separator-line-verticle-extra-small bg-extra-dark-gray width-50 md-width-70 ml-lg-0 margin-30px-bottom md-margin-20px-bottom">
</div>
<p>We concluded to a combination of a wearable device and a mobile app which would track the
user’s
vital signals in order
to detect anxiety and distract the user in various ways in order to prevent major
anxiety
attacks. My proposal for a second iteration could also include
the original idea for prompting breathing exercises.</p>
<ol class="list-style-10">
<li><i class="fas text-extra-dark-gray" aria-hidden="true"></i><span>1. The app can be
connected with social networks,
calendars, messaging platforms and other online
sources (e.g. buzzfeed, imgur, pinterest etc.) to use
information as distractions for the user.</span></li>
<li><i class="fas text-extra-dark-gray" aria-hidden="true"></i><span>2. It track’s the
user’s
heart rate and changes in
humidity and body temperature, to understand
when the user is anxious and take action</span></li>
<li><i class="fas text-extra-dark-gray" aria-hidden="true"></i><span>3. Based on the
user’s set
distractions, it creates
pop-ups and other feed to the user when the
wearable senses that the user is getting anxious,
to distract them and make them concentrate on
something else. The wearable buzzes to make
them look at it and re-orient their focus.</span></li>
<li><i class="fas text-extra-dark-gray" aria-hidden="true"></i><span>4. The wearable
can give
biofeedback to the user
when they return back to normal (not before,
because this might make them more anxious). It
can also display notifications and small parts of the
distractions as well.</span></li>
</div>
</div>
</div>
<div class="container margin-40px-bottom">
<div class="row">
<div class="col-12 text-center">
<img src="images/sootheui/soothe-prototype.png" alt="Prototype" />
</div>
</div>
</div>
<div class="container margin-40px-bottom">
<div class="row">
<div class="col-12 text-center">
<img src="images/sootheui/SootheDiagram.png" alt="Prototype" />
</div>
</div>
</div>
<div class="container margin-40px-bottom">
<div class="row">
<div class="col-12 ">
<h5 class="alt-font font-weight-700 text-extra-dark-gray text-uppercase width-80 lg-width-100">
prototyping</h5>
<div
class="separator-line-verticle-extra-small bg-extra-dark-gray width-50 md-width-70 ml-lg-0 margin-30px-bottom md-margin-20px-bottom">
</div>
<p>A hi-fidelity prototype was created to illustrate how the original application
would look like. Screens for the wearable were not developed in hi-fi. </p>
</div>
</div>
<div class="row">
<div class="col-12 col-md-4">
<div class="bg-white">
<img src="images/sootheui/soothe-prototype-01.png" alt="" />
</div>
<div class="margin-30px-bottom text-small padding-5px-top">
1. First Page
</div>
</div>
<div class="col-12 col-md-4">
<div class="bg-white">
<img src="images/sootheui/soothe-prototype-02.png" alt="" />
</div>
<div class="margin-30px-bottom text-small padding-5px-top">
2. Distraction Settings
</div>
</div>
<div class="col-12 col-md-4">
<div class="bg-white">
<img src="images/sootheui/soothe-prototype-03.png" alt="" />
</div>
<div class="margin-30px-bottom text-small padding-5px-top">
3. Distraction Feed
</div>
</div>
<div class="col-12 col-md-4">
<div class="bg-white">
<img src="images/sootheui/soothe-prototype-04.png" alt="" />
</div>
<div class="margin-30px-bottom text-small padding-5px-top">
4. Emergency Contacts
</div>
</div>
<div class="col-12 col-md-4">
<div class="bg-white">
<img src="images/sootheui/soothe-prototype-05.png" alt="" />
</div>
<div class="margin-30px-bottom text-small padding-5px-top">
5. Sensitivity Settings
</div>
</div>
<div class="col-12 col-md-4">
<div>
</div>
<div class="margin-30px-bottom text-medium padding-5px-top">
Distress mode settings were included because sometimes even the greatest distraction cannot help an imminent anxiety attack. The distress settings could include "emergency calls/texts" to the selected contacts.
</div>
</div>
</div>
</div>
<div class="container margin-40px-bottom">
<div class="row">
<div class="col-12 ">
<h5 class="alt-font font-weight-700 text-extra-dark-gray text-uppercase width-80 lg-width-100">
Evaluation</h5>
<div
class="separator-line-verticle-extra-small bg-extra-dark-gray width-50 md-width-70 ml-lg-0 margin-30px-bottom md-margin-20px-bottom">
</div>
</div>
</div>
<div class="row">
<div class="col-12 ">
<h6
class="text-uppercase alt-font text-extra-dark-gray font-weight-700 width-75 d-block mb-0 lg-width-90 md-width-100">
User Testing
</h6>
<p>
Testing of the effectiveness of the vibration of the wearable as a distraction
to the users.
</p>
</div>
</div>
<div class="row">
<div class="col-4 col-lg-4 margin-15px-bottom margin-20px-top">
<img src="images/sootheui/soothe-testing-02.png" alt="Soothe User Testing" />
</div>
<div class="col-8 md-margin-30px-bottom">
<ul class="list-style-10">
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>At
our
original submission our idea was based on breathing exercises. The idea was
that the user would be reminded by the vibration of the wearable to engage
to some
breathing exercises and therefore get distracted and calm down.</span></li>
<li><i class="fas fa-arrow-right text-extra-dark-gray" aria-hidden="true"></i><span>This
iteration is based on a similar idea of distractions but he means is
different.
However, for our original submission we tested a low-fidelity prototype on
whether
a vibration pattern would be sufficient for the users to get distracted from
what
they
are doing/their thoughts and engage in the exercises.</span></li>
</ul>
</div>
</div>
</div>
<div class="container ">
<div class="row">
<div class="col-12 ">
<h6
class="text-uppercase alt-font text-extra-dark-gray font-weight-700 width-75 d-block mb-0 lg-width-90 md-width-100">
Lessons learned
</h6>
</div>
</div>
<div class="row">
<div class="col-12" >
<ul class="list-style-3">
<li>This was an ambitious project for the time frame we had to complete it, because
of the
involvement of both a physical (wearable) device and a smartphone application
</li>
<li>Although the initial research provided a solid foundation, there were many
limitations
on testing such a product within a real anxiety episode, which lead to several
assumptions that could not be validated from our part.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- end feature box section -->
<!-- start footer -->
<footer class="footer-center-logo2 padding-five-tb sm-padding-10px-tb">
<div class="container">
<div class="row align-items-center">
<!-- start copyright -->
<div class="col-lg-12 text-center alt-font text-small font-weight-500 text-lg-center">
<a href="index.html" title="imalexnow" class="rounded-circle">
<img src="images/imalexnowlogo.png" class="rounded-circle" alt="imalexnow" width="130px"
style="margin-top:10px;">
</a>
<br /><br>
© imalexnow2019
</div>
<!-- end copyright -->
</div>
</div>
</footer>
<!-- end footer -->
<!-- start scroll to top -->
<a class="scroll-top-arrow" href="javascript:void(0);"><i class="ti-arrow-up"></i></a>
<!-- end scroll to top -->
<!-- javascript libraries -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/bootstrap.bundle.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- menu navigation -->
<script type="text/javascript" src="js/bootsnav.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<!-- animation -->
<script type="text/javascript" src="js/.min.js"></script>
<!-- page scroll -->
<script type="text/javascript" src="js/page-scroll.js"></script>
<!-- swiper carousel -->
<script type="text/javascript" src="js/swiper.min.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/jquery.count-to.js"></script>
<!-- parallax -->
<script type="text/javascript" src="js/jquery.stellar.js"></script>
<!-- magnific popup -->
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<!-- portfolio with shorting tab -->
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<!-- images loaded -->
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<!-- pull menu -->
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/hamburger-menu.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/counter.js"></script>
<!-- fit video -->
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<!-- skill bars -->
<script type="text/javascript" src="js/skill.bars.jquery.js"></script>
<!-- justified gallery -->
<script type="text/javascript" src="js/justified-gallery.min.js"></script>
<!--pie chart-->
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
<!-- instagram -->
<script type="text/javascript" src="js/instafeed.min.js"></script>
<!-- retina -->
<script type="text/javascript" src="js/retina.min.js"></script>
<!-- revolution -->
<script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<!-- revolution slider extensions (load below extensions JS files only on local file systems to make the slider work! The following part can be removed on server for on demand loading) -->
<!--<script type="text/javascript" src="revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.video.min.js"></script>-->
<!-- setting -->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>