-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.bib
1278 lines (1124 loc) · 46.7 KB
/
sample.bib
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
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings{when_do_we_interact_multimodally,
author = {Oviatt, Sharon and Coulston, Rachel and Lunsford, Rebecca},
title = {When Do We Interact Multimodally?: Cognitive Load and Multimodal Communication Patterns},
booktitle = {Proceedings of the 6th International Conference on Multimodal Interfaces},
series = {ICMI '04},
year = {2004},
isbn = {1-58113-995-0},
location = {State College, PA, USA},
pages = {129--136},
doi = {10.1145/1027933.1027957},
acmid = {1027957},
publisher = {ACM},
keywords = {cognitive load, dialogue context, human performance, individual differences, multimodal integration, multimodal interaction, speech and pen input, system adaptation, task difficulty, unimodal interaction},
}
@article{habits_as_automaticity_not_frequency_gardner,
author = {Gardner, Benjamin},
year = {2012},
pages = {32-36},
title = {Habit as automaticity, not frequency},
volume = {14},
booktitle = {European Health Psychologist}
}
@inproceedings{visual_mode_better,
author = {Brumby, Duncan P. and Davies, Samantha C.E. and Janssen, Christian P. and Grace, Justin J.},
title = {Fast or Safe?: How Performance Objectives Determine Modality Output Choices While Interacting on the Move},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '11},
year = {2011},
isbn = {978-1-4503-0228-9},
location = {Vancouver, BC, Canada},
pages = {473--482},
numpages = {10},
url = {http://doi.acm.org/10.1145/1978942.1979009},
doi = {10.1145/1978942.1979009},
acmid = {1979009},
publisher = {ACM},
keywords = {audio interface, driving, multitasking, performance trade-offs., strategy selection, visual interface},
}
@inproceedings{high_audio_feedback_negative_performance,
author = {Hoggan, Eve and Crossan, Andrew and Brewster, Stephen A. and Kaaresoja, Topi},
title = {Audio or Tactile Feedback: Which Modality when},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '09},
year = {2009},
isbn = {978-1-60558-246-7},
location = {Boston, MA, USA},
pages = {2253--2256},
numpages = {4},
url = {http://doi.acm.org/10.1145/1518701.1519045},
doi = {10.1145/1518701.1519045},
acmid = {1519045},
publisher = {ACM},
keywords = {auditory feedback, crossmodal interaction, mobile touchscreen interaction, tactile feedback},
}
@misc{fb_gif_rollout,
title = {Celebrating 30 Years of the GIF at Facebook Newsroom},
year = {2017},
howpublished = {\url{https://newsroom.fb.com/news/2017/06/celebrating-30-years-of-the-gif/}},
note = {Accessed: 2017-09-12}
}
@inproceedings{meme_gifs_are_good,
author = {Bakhshi, Saeideh and Shamma, David A. and Kennedy, Lyndon and Song, Yale and de Juan, Paloma and Kaye, Joseph 'Jofish'},
title = {Fast, Cheap, and Good: Why Animated GIFs Engage Us},
booktitle = {Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems},
series = {CHI '16},
year = {2016},
isbn = {978-1-4503-3362-7},
location = {San Jose, California, USA},
pages = {575--586},
numpages = {12},
url = {http://doi.acm.org/10.1145/2858036.2858532},
doi = {10.1145/2858036.2858532},
acmid = {2858532},
publisher = {ACM},
keywords = {animated GIFs, content analysis, regression analysis, social media analysis, tumblr, visual analysis},
}
@book{meme_definition,
title={The Selfish Gene: 30th Anniversary Edition},
author={Dawkins, R.},
isbn={9780199291151},
lccn={2007271478},
series={ISSR library},
url={https://books.google.co.uk/books?id=go0e5sBRznYC},
year={2006},
publisher={OUP Oxford}
}
@inproceedings{telegram_bot_tracking_habits,
author = {Graf, Bettina and Kr\"{u}ger, Maike and M\"{u}ller, Felix and Ruhland, Alexander and Zech, Andrea},
title = {Nombot: Simplify Food Tracking},
booktitle = {Proceedings of the 14th International Conference on Mobile and Ubiquitous Multimedia},
series = {MUM '15},
year = {2015},
isbn = {978-1-4503-3605-5},
location = {Linz, Austria},
pages = {360--363},
numpages = {4},
url = {http://doi.acm.org/10.1145/2836041.2841208},
doi = {10.1145/2836041.2841208},
acmid = {2841208},
publisher = {ACM},
keywords = {chatbot, human computer interaction, quantified self, tracking},
}
@article{chatbots_and_new_world_of_hci,
author = {F{\o}lstad, Asbj{\o}rn and Brandtz{\ae}g, Petter Bae},
title = {Chatbots and the New World of HCI},
journal = {interactions},
volume = {24},
number = {4},
year = {2017},
issn = {1072-5520},
pages = {38--42},
numpages = {5},
url = {http://doi.acm.org/10.1145/3085558},
doi = {10.1145/3085558},
acmid = {3085558},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{hci_mixed_methods,
author = {van Turnhout, Koen and Bennis, Arthur and Craenmehr, Sabine and Holwerda, Robert and Jacobs, Marjolein and Niels, Ralph and Zaad, Lambert and Hoppenbrouwers, Stijn and Lenior, Dick and Bakker, Ren{\'e}},
title = {Design Patterns for Mixed-method Research in HCI},
booktitle = {Proceedings of the 8th Nordic Conference on Human-Computer Interaction: Fun, Fast, Foundational},
series = {NordiCHI '14},
year = {2014},
isbn = {978-1-4503-2542-4},
location = {Helsinki, Finland},
pages = {361--370},
numpages = {10},
url = {http://doi.acm.org/10.1145/2639189.2639220},
doi = {10.1145/2639189.2639220},
acmid = {2639220},
publisher = {ACM},
keywords = {methodology, mixed-method research, triangulation},
}
@book{hci_mixed_methods_2,
title={Research Design: Qualitative, Quantitative, and Mixed Methods Approaches},
author={Creswell, J.W.},
isbn={9781452226101},
lccn={2012043521},
url={https://books.google.co.uk/books?id=4uB76IC\_pOQC},
year={2013},
publisher={SAGE Publications}
}
@book{desinging_interface_speech_tech,
author = {Chen, Fang},
title = {Designing Human Interface in Speech Technology},
year = {2005},
isbn = {0387241558},
publisher = {Springer-Verlag New York, Inc.},
address = {Secaucus, NJ, USA},
}
@article{hci_modality_definition,
author = {Karray, Fakhri and Alemzadeh, Milad and A Saleh, J and Arab, Mo Nours},
year = {2008},
pages = {137-159},
title = {Human-computer interaction: Overview on state of the art},
volume = {1},
booktitle = {International Journal on Smart Sensing and Intelligent Systems}
}
@MISC{mozilla_autoplay,
title = {Audio {HTML5} {E}lement, {MDN} {W}eb docs},
author = {Mozilla},
url = {https://developer.mozilla.org/en/docs/Web/HTML/Element/audio#Attributes},
note = {Accessed: 2017-08-25}
}
@article{thematic_analysis_qualatitive_data,
author = {Virginia Braun and Victoria Clarke},
title = {Using thematic analysis in psychology},
journal = {Qualitative Research in Psychology},
volume = {3},
number = {2},
pages = {77-101},
year = {2006},
doi = {10.1191/1478088706qp063oa}
}
@Book{thesis_kathy,
title = {Towards better medication adherence apps: Preventing forgetfulness by facilitating the formation of routine-based remembering strategies},
publisher = {Doctoral thesis, UCL (University College London)},
author = {Stawarz, Katarzyna},
editor = {Cox, Anna L and Blandford, Ann},
year = {2017},
}
@article{auditory_notifications_increase_delivery_success,
author = {Marilyn R. McGee-Lennon},
title = {Reminders that make sense: designing multisensory notifications for the home},
journal = {Journal of Assistive Technologies},
volume = {6},
number = {2},
pages = {93-104},
year = {2012},
doi = {10.1108/17549451211234957},
URL = {
https://doi.org/10.1108/17549451211234957
},
eprint = {
https://doi.org/10.1108/17549451211234957
}
}
@inproceedings{multi_modal_reminders_less_disruptive,
author = {Stouffs, Alexandre},
title = {Interruptions As Multimodal Outputs: Which Are the Less Disruptive},
booktitle = {Proceedings of the 4th IEEE International Conference on Multimodal Interfaces},
series = {ICMI '02},
year = {2002},
isbn = {0-7695-1834-6},
pages = {479--},
url = {http://dx.doi.org/10.1109/ICMI.2002.1167043},
doi = {10.1109/ICMI.2002.1167043},
acmid = {847709},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {Interruption modalities, interface design, modalities of interaction, multimodal interfaces, self-adaptive interfaces},
}
@article{variable_rewards_increases_dopamine,
title = "Receptors in Dopaminergic Neurons Are Crucial for Habit Learning",
journal = "Neuron",
volume = "72",
number = "6",
pages = "1055 - 1066",
year = "2011",
issn = "0896-6273",
doi = "10.1016/j.neuron.2011.10.019",
author = "LeiPhillip Wang and Fei Li and Dong Wang and Kun Xie and Deheng Wang and Xiaoming Shen and JoeZ. Tsien"
}
@article{positive_reinforcement_pro,
author = {Robert J. Vallerand and Greg Reid},
title = {On the Causal Effects of Perceived Competence on Intrinsic Motivation: A Test of Cognitive Evaluation Theory},
journal = {Journal of Sport Psychology},
volume = {6},
number = {1},
pages = {94-102},
year = {1984},
doi = {10.1123/jsp.6.1.94},
URL = {
https://doi.org/10.1123/jsp.6.1.94
},
eprint = {
https://doi.org/10.1123/jsp.6.1.94
}
}
@inproceedings{coaching_not_that_good,
author = {Danis, Catalina and Vogt, Katherine and Weisz, Justin D. and Ma, Yu and Olsen, Russell},
title = {Factors That Help and Hinder a Daily Weighing and Reporting Behavior},
booktitle = {Proceedings of the 2016 CHI Conference Extended Abstracts on Human Factors in Computing Systems},
series = {CHI EA '17},
year = {2017},
isbn = {978-1-4503-4656-6},
location = {Denver, Colorado, USA},
pages = {2480--2486},
url = {http://doi.acm.org/10.1145/3027063.3053206},
doi = {10.1145/3027063.3053206},
acmid = {3053206},
publisher = {ACM},
keywords = {coaching, compliance, daily weighing habit, implementation intention, smart scales},
}
@article{habits_event_cues_2,
title={Strategic and automatic processes in prospective memory retrieval: A multiprocess framework},
author={McDaniel, Mark A and Einstein, Gilles O},
journal={Applied cognitive psychology},
volume={14},
number={7},
year={2000},
publisher={Wiley Online Library}
}
@article{habits_event_cues_1,
title={Breaking habits with implementation intentions: A test of underlying processes},
author={Adriaanse, Marieke A and Gollwitzer, Peter M and De Ridder, Denise TD and De Wit, John BF and Kroese, Floor M},
journal={Personality and Social Psychology Bulletin},
volume={37},
number={4},
pages={502--513},
year={2011},
publisher={Sage Publications Sage CA: Los Angeles, CA}
}
@article{loss_aversion,
author = {Tversky, Amos and Kahneman, Daniel},
title = {Loss Aversion in Riskless Choice: A Reference-Dependent Model},
journal = {The Quarterly Journal of Economics},
volume = {106},
number = {4},
pages = {1039-1061},
year = {1991},
doi = {10.2307/2937956},
URL = { + http://dx.doi.org/10.2307/2937956},
eprint = {/oup/backfile/content_public/journal/qje/106/4/10.2307/2937956/2/106-4-1039.pdf}
}
@Article{putting_habit_into_practice,
author="Gardner, Benjamin
and Sheals, Kate
and Wardle, Jane
and McGowan, Laura",
title="Putting habit into practice, and practice into habit: a process evaluation and exploration of the acceptability of a habit-based dietary behaviour change intervention",
journal="International Journal of Behavioral Nutrition and Physical Activity",
year="2014",
volume="11",
number="1",
pages="135",
issn="1479-5868",
doi="10.1186/s12966-014-0135-7",
url="https://doi.org/10.1186/s12966-014-0135-7"
}
@Article{habits_better_when_have_specific_and_measurable_goals,
author={Loas, G.
and Fremaux, D.
and Marchand, M. P.},
title={The 20-Item Toronto Alexithymia Scale: Structural Validity, Internal Consistency and Prevalence of Alexithymia in a Swiss Adolescent Sample},
journal={L'Enc{\'e}phale: Revue de psychiatrie clinique biologique et th{\'e}rapeutique},
year={1995},
publisher={Masson},
address={France},
volume={21},
number={2},
pages={117-122},
keywords={*Alexithymia},
keywords={*Factor Structure},
keywords={*Rating Scales},
keywords={*Test Reliability},
keywords={Foreign Language Translation},
issn={0013-7006(Print)}
}
% -- Other
@inproceedings{one_mode_override_another,
title={Illusions and Issues In Bimodal Speech Perception},
author={Dominic W. Massaro},
booktitle={AVSP},
year={1998}
}
@article{benefits_of_audio_visual_1,
title = "Vibrotactile in-vehicle navigation system",
journal = "Transportation Research Part F: Traffic Psychology and Behaviour",
volume = "7",
number = "4",
pages = "247 - 256",
year = "2004",
issn = "1369-8478",
doi = "http://dx.doi.org/10.1016/j.trf.2004.09.003",
url = "http://www.sciencedirect.com/science/article/pii/S1369847804000385",
author = "Jan B.F. Van Erp and Hendrik A.H.C. Van Veen",
keywords = "In-vehicle systems",
keywords = "Visual overload",
keywords = "Tactile display",
keywords = "Navigation",
keywords = "Multimodal display"
}
@article{benefits_of_audio_visual_2,
author = {Christopher D. Wickens and Juliana Goh and John Helleberg and William J. Horrey and Donald A. Talleur},
title = {Attentional Models of Multitask Pilot Performance Using Advanced Display Technology},
journal = {Human Factors},
volume = {45},
number = {3},
pages = {360-380},
year = {2003},
doi = {10.1518/hfes.45.3.360.27250},
URL = {
http://dx.doi.org/10.1518/hfes.45.3.360.27250
},
eprint = {
http://dx.doi.org/10.1518/hfes.45.3.360.27250
}
}
@inproceedings{the_power_of_logging_mobile_notifications,
author = {Bentley, Frank and Tollmar, Konrad},
title = {The Power of Mobile Notifications to Increase Wellbeing Logging Behavior},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '13},
year = {2013},
isbn = {978-1-4503-1899-0},
location = {Paris, France},
pages = {1095--1098},
url = {http://doi.acm.org/10.1145/2470654.2466140},
doi = {10.1145/2470654.2466140},
acmid = {2466140},
publisher = {ACM},
keywords = {behavior change, logging, mobile, notifications, personal informatics, wellbeing},
}
@inproceedings{how_to_evaluate_tech_for_behaviour_change,
author = {Klasnja, Predrag and Consolvo, Sunny and Pratt, Wanda},
title = {How to Evaluate Technologies for Health Behavior Change in HCI Research},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '11},
year = {2011},
isbn = {978-1-4503-0228-9},
location = {Vancouver, BC, Canada},
pages = {3063--3072},
url = {http://doi.acm.org/10.1145/1978942.1979396},
doi = {10.1145/1978942.1979396},
acmid = {1979396},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {behavior change, evaluation methods, health informatics, user studies},
}
@article{survey_on_current_apps_of_steel,
author = {T Cowan, Logan and Van Wagenen, Sarah and A Brown, Brittany and Hedin, Riley and Seino-Stephan, Yukiko and Hall, P and H West, Joshua},
year = {2012},
month = {09},
pages = {},
title = {Apps of Steel: Are Exercise Apps Providing Consumers With Realistic Expectations. A Content Analysis of Exercise Apps for Presence of Behavior Change Theory},
volume = {40},
booktitle = {Health education & behavior : the official publication of the Society for Public Health Education}
}
@Article{survey_on_apps_2,
author="West, H. Joshua
and Hall, Cougar P.
and Hanson, L. Carl
and Barnes, D. Michael
and Giraud-Carrier, Christophe
and Barrett, James",
title="There's an App for That: Content Analysis of Paid Health and Fitness Apps",
journal="J Med Internet Res",
year="2012",
volume="14",
number="3",
keywords="mHealth",
keywords="iPhone",
keywords="app",
doi="10.2196/jmir.1977",
url="http://www.ncbi.nlm.nih.gov/pubmed/22584372"
}
% -- New CHI
@inproceedings{chi_mechanics_of_persuasive_system_design,
author = {Schneider, Hanna and Moser, Kilian and Butz, Andreas and Alt, Florian},
title = {Understanding the Mechanics of Persuasive System Design: A Mixed-Method Theory-driven Analysis of Freeletics},
booktitle = {Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems},
series = {CHI '16},
year = {2016},
isbn = {978-1-4503-3362-7},
location = {Santa Clara, California, USA},
pages = {309--320},
numpages = {12},
url = {http://doi.acm.org/10.1145/2858036.2858290},
doi = {10.1145/2858036.2858290},
acmid = {2858290},
publisher = {ACM},
keywords = {behavior change, fitness application, personal values, persuasive technology, theory of planned behavior},
}
@inproceedings{chi_time_aware_leveraging_framing_effects,
author = {Kim, Young-Ho and Jeon, Jae Ho and Choe, Eun Kyoung and Lee, Bongshin and Kim, KwonHyun and Seo, Jinwook},
title = {TimeAware: Leveraging Framing Effects to Enhance Personal Productivity},
booktitle = {Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems},
series = {CHI '16},
year = {2016},
isbn = {978-1-4503-3362-7},
location = {Santa Clara, California, USA},
pages = {272--283},
numpages = {12},
url = {http://doi.acm.org/10.1145/2858036.2858428},
doi = {10.1145/2858036.2858428},
acmid = {2858428},
publisher = {ACM},
keywords = {data engagement, framing effects, personal informatics, productivity tracking, self-monitoring, self-tracking, semi-automated journaling},
}
@inproceedings{personal_tracking_of_screen_time,
author = {Rooksby, John and Asadzadeh, Parvin and Rost, Mattias and Morrison, Alistair and Chalmers, Matthew},
title = {Personal Tracking of Screen Time on Digital Devices},
booktitle = {Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems},
series = {CHI '16},
year = {2016},
isbn = {978-1-4503-3362-7},
location = {Santa Clara, California, USA},
pages = {284--296},
numpages = {13},
url = {http://doi.acm.org/10.1145/2858036.2858055},
doi = {10.1145/2858036.2858055},
acmid = {2858055},
publisher = {ACM},
keywords = {design, lived informatics, multi-device use, personal tracking, qualitative interviews, software trial},
}
@inproceedings{chi_crowd_designed_motivation,
author = {de Vries, Roelof A.J. and Truong, Khiet P. and Kwint, Sigrid and Drossaert, Constance H.C. and Evers, Vanessa},
title = {Crowd-Designed Motivation: Motivational Messages for Exercise Adherence Based on Behavior Change Theory},
booktitle = {Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems},
series = {CHI '16},
year = {2016},
isbn = {978-1-4503-3362-7},
location = {Santa Clara, California, USA},
pages = {297--308},
url = {http://doi.acm.org/10.1145/2858036.2858229},
doi = {10.1145/2858036.2858229},
acmid = {2858229},
publisher = {ACM},
keywords = {behavior change theory, crowdsourcing, exercise adherence, motivational messages, processes of change, stages of change, transtheoretical model},
}
% -- New modalities
@inproceedings{non_visual_menu_navigation,
author = {Metatla, Oussama and Martin, Fiore and Stockman, Tony and Bryan-Kinns, Nick},
title = {Non-Visual Menu Navigation: The Effect of an Audio-Tactile Display},
booktitle = {Proceedings of the 28th International BCS Human Computer Interaction Conference on HCI 2014 - Sand, Sea and Sky - Holiday HCI},
series = {BCS-HCI '14},
year = {2014},
location = {Southport, UK},
pages = {213--217},
numpages = {5},
url = {https://doi.org/10.14236/ewic/hci2014.25},
doi = {10.14236/ewic/hci2014.25},
acmid = {2742968},
publisher = {BCS},
address = {UK},
keywords = {Touch screens, auditory display, cognitive load, cross-modal interaction, menu navigation, tactile feedback},
}
@inproceedings{chi_oussama_tap_the_shapetones,
author = {Metatla, Oussama and Correia, Nuno N. and Martin, Fiore and Bryan-Kinns, Nick and Stockman, Tony},
title = {Tap the ShapeTones: Exploring the Effects of Crossmodal Congruence in an Audio-Visual Interface},
booktitle = {Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems},
series = {CHI '16},
year = {2016},
isbn = {978-1-4503-3362-7},
location = {Santa Clara, California, USA},
pages = {1055--1066},
numpages = {12},
url = {http://doi.acm.org/10.1145/2858036.2858456},
doi = {10.1145/2858036.2858456},
acmid = {2858456},
publisher = {ACM},
keywords = {audio-visual display, crossmodal congruence, games, spatial mappings, user engagement, user experience},
}
@article{multimodal_cueing_benefits_of_auditory_and_visual,
author = {Carryl L. Baldwin and Charles Spence and James P. Bliss and J. Christopher Brill and Michael S. Wogalter and Christopher B. Mayhorn and Thomas K. Ferris},
title = {Multimodal Cueing: The Relative Benefits of the Auditory, Visual, and Tactile Channels in Complex Environments},
journal = {Proceedings of the Human Factors and Ergonomics Society Annual Meeting},
volume = {56},
number = {1},
pages = {1431-1435},
year = {2012},
doi = {10.1177/1071181312561404},
URL = {
http://dx.doi.org/10.1177/1071181312561404
},
eprint = {
http://dx.doi.org/10.1177/1071181312561404
}
}
@article{mutlimodal_feedback_for_small_targets,
author = { Andy Cockburn and Stephen Brewster },
title = {Multimodal feedback for the acquisition of small targets},
journal = {Ergonomics},
volume = {48},
number = {9},
pages = {1129-1150},
year = {2005},
doi = {10.1080/00140130500197260},
URL = { http://dx.doi.org/10.1080/00140130500197260},
eprint = { http://dx.doi.org/10.1080/00140130500197260}
}
@article{comparison_of_auditory_visual_feedback,
author = { Motoyuki Akamatsu and I. Scott Mackenzie and Thierry Hasbroucq },
title = {A comparison of tactile, auditory, and visual feedback in a pointing task using a mouse-type device},
journal = {Ergonomics},
volume = {38},
number = {4},
pages = {816-827},
year = {1995},
doi = {10.1080/00140139508925152},
URL = {
http://dx.doi.org/10.1080/00140139508925152
},
eprint = {
http://dx.doi.org/10.1080/00140139508925152
}
}
@Inbook{role_of_modality_in_notification_performance,
author="Warnock, David
and McGee-Lennon, Marilyn
and Brewster, Stephen",
editor="Campos, Pedro
and Graham, Nicholas
and Jorge, Joaquim
and Nunes, Nuno
and Palanque, Philippe
and Winckler, Marco",
title="The Role of Modality in Notification Performance",
bookTitle="Human-Computer Interaction -- INTERACT 2011: 13th IFIP TC 13 International Conference, Lisbon, Portugal, September 5-9, 2011, Proceedings, Part II",
year="2011",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="572--588",
isbn="978-3-642-23771-3",
doi="10.1007/978-3-642-23771-3_43",
url={https://doi.org/10.1007/978-3-642-23771-3_43}
}
@inproceedings{comparing_modalities_effects_of_visual_auditory,
author = {Burke, Jennifer L. and Prewett, Matthew S. and Gray, Ashley A. and Yang, Liuquin and Stilson, Frederick R. B. and Coovert, Michael D. and Elliot, Linda R. and Redden, Elizabeth},
title = {Comparing the Effects of Visual-auditory and Visual-tactile Feedback on User Performance: A Meta-analysis},
booktitle = {Proceedings of the 8th International Conference on Multimodal Interfaces},
series = {ICMI '06},
year = {2006},
isbn = {1-59593-541-X},
location = {Banff, Alberta, Canada},
pages = {108--117},
url = {http://doi.acm.org/10.1145/1180995.1181017},
doi = {10.1145/1180995.1181017},
acmid = {1181017},
publisher = {ACM},
keywords = {meta-analysis, multimodal interface, visual-auditory feedback, visual-tactile feedback},
}
@ARTICLE{mobile_navigation_audio_visual_cues,
author={R. L. Koslover and B. T. Gleeson and J. T. de Bever and W. R. Provancher},
journal={IEEE Transactions on Haptics},
title={Mobile Navigation Using Haptic, Audio, and Visual Direction Cues with a Handheld Test Platform},
year={2012},
volume={5},
number={1},
pages={33-38},
doi={10.1109/TOH.2011.58},
ISSN={1939-1412},
month={Jan},}
@inproceedings{article_mhealth,
author = {Smith, Anthony and de Salas, Kristy and Sch\"{u}z, Benjamin and Ferguson, Stuart G and Lewis, Ian},
title = {mHealth Intervention Design: Creating mHealth Interventions for Behaviour Change},
booktitle = {Proceedings of the 28\textsuperscript{th} Australian Conference on Computer-Human Interaction},
year = {2016},
series = {OzCHI '16},
pages = {531--536},
publisher = {ACM},
acmid = {3010986},
doi = {10.1145/3010915.3010986},
isbn = {978-1-4503-4618-4},
keywords = {behaviour change, behaviour change techniques, mHealth, user centred design},
location = {Launceston, Tasmania, Australia}
}
%
%
% --- COPIED FROM THESIS BELOW ---
% Not everything is relevant below here.
%
% Encoding: UTF-8
@article{article_eliza,
author = {Weizenbaum, Joseph},
title = {ELIZA - a Computer Program for the Study of Natural Language Communication Between Man and Machine},
journal = {Commun. ACM},
volume = {9},
number = {1},
year = {1966},
issn = {0001-0782},
pages = {36--45},
numpages = {10},
url = {http://doi.acm.org/10.1145/365153.365168},
doi = {10.1145/365153.365168},
acmid = {365168},
publisher = {ACM},
}
@MISC{fb_messenger_stats,
author = "Statista",
title = {Number of monthly active Facebook Messenger users from April 2014 to April 2017 (in millions)},
url = {https://www.statista.com/statistics/417295/facebook-messenger-monthly-active-users/},
}
@Article{doc_fb_quick_replies,
author = {Facebook},
title = {Quick Replies},
journal = {Facebook for developers},
year = {2017},
url = {https://developers.facebook.com/docs/messenger-platform/send-api-reference/quick-replies}
}
@Article{article_apps_of_steel,
author = {Logan T. Cowan and Sarah A. Van Wagenen and Brittany A. Brown and Riley J. Hedin and Yukiko Seino-Stephan and P. Cougar Hall and Joshua H. West},
title = {Apps of Steel: Are Exercise Apps Providing Consumers With Realistic Expectations},
volume = {40},
number = {2},
pages = {133--139},
year = {2013},
doi = {10.1177/1090198112452126},
journal = {Health Education \& Behavior},
}
@inproceedings{article_evaluate_tech_health_behaviour_change,
author = {Klasnja, Predrag and Consolvo, Sunny and Pratt, Wanda},
title = {How to Evaluate Technologies for Health Behavior Change in HCI Research},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '11},
pages = {3063--3072},
publisher = {ACM},
acmid = {1979396},
year = {2011},
doi = {10.1145/1978942.1979396},
isbn = {978-1-4503-0228-9},
keywords = {behavior change, evaluation methods, healsth informatics, user studies},
location = {Vancouver, BC, Canada}
}
% ---------------- TO SORT ----------------
@Article{article_my_phone_is_part_of_my_soul,
author = {Venta, Leena and Isomursu, Minna and Ahtinen, Aino and Ramiah, Shruti},
title = {My Phone is a Part of My Soul - How People Bond with Their Mobile Phones},
booktitle = {Proceedings of the 2008 The Second International Conference on Mobile Ubiquitous Computing, Systems, Services and Technologies},
year = {2008},
series = {UBICOMM '08},
pages = {311--317},
publisher = {IEEE Computer Society},
acmid = {1448110},
doi = {10.1109/UBICOMM.2008.48},
isbn = {978-0-7695-3367-4},
keywords = {mobile phones, bonding, personalization, attachment, familiarity},
location = {Washington, DC, USA},
numpages = {7},
}
@Article{article_a_self_efficacy,
Author = "Bandura, A. ",
Title = "{{S}elf-efficacy: toward a unifying theory of behavioral change}",
Journal = "Psychol Rev",
Year = "1977",
Volume = "84",
Number = "2",
Pages = "191--215"
}
% ---------------- HABITS ----------------
% Definition of habit
@Article{article_the_habitual_consumer,
author = {Wendy Wood and David T. Neal},
title = {The habitual consumer},
volume = {19},
number = {4},
pages = {579--592},
issn = {1057-7408},
year = {2009},
doi = {10.1016/j.jcps.2009.08.003},
journal = {Journal of Consumer Psychology},
url = {http://www.sciencedirect.com/science/article/pii/S1057740809001065},
}
% on stopping the behaviour when one stops using behaviour change apps:
@Article{article_dont_kick_habit,
author = {Renfree, Ian and Harrison, Daniel and Marshall, Paul and Stawarz, Katarzyna and Cox, Anna},
title = {Don't Kick the Habit: The Role of Dependency in Habit Formation Apps},
booktitle = {Proceedings of the 2016 CHI Conference Extended Abstracts on Human Factors in Computing Systems},
year = {2016},
series = {CHI EA '16},
pages = {2932--2939},
publisher = {ACM},
acmid = {2892495},
doi = {10.1145/2851581.2892495},
isbn = {978-1-4503-4082-3},
keywords = {behavior change, habit formation, reminders, smartphone apps, streaks},
location = {Santa Clara, California, USA}
}
@inproceedings{article_beyond_self_tracking_designing_apps,
author = {Stawarz, Katarzyna and Cox, Anna L. and Blandford, Ann},
title = {Beyond Self-Tracking and Reminders: Designing Smartphone Apps That Support Habit Formation},
journal = {Proceedings of the 2015 Conference on Human Factors in Computing Systems (CHI-2015)},
year = {2015},
pages = {2653--2662},
acmid = {2702230},
booktitle = {Proceedings of the 33\textsuperscript{rd} Annual ACM Conference on Human Factors in Computing Systems},
doi = {10.1145/2702123.2702230},
isbn = {978-1-4503-3145-6},
keywords = {behavior change, habit formation, smartphone apps},
location = {Seoul, Republic of Korea},
publisher = {ACM},
series = {CHI '15},
}
@Article{article_promoting_habit_formation,
author = {Phillippa Lally and Benjamin Gardner},
title = {Promoting habit formation},
volume = {7},
number = {sup1},
pages = {S137-S158},
year = {2013},
doi = {10.1080/17437199.2011.603640},
eprint = {http://dx.doi.org/10.1080/17437199.2011.603640},
journal = {Health Psychology Review},
}
@Article{article_experiences_of_habit_formation,
author = {Phillippa Lally and Jane Wardle and Benjamin Gardner},
title = {Experiences of habit formation: A qualitative study},
volume = {16},
number = {4},
pages = {484--489},
year = {2011},
doi = {10.1080/13548506.2011.555774},
eprint = {http://dx.doi.org/10.1080/13548506.2011.555774},
journal = {Psychology, Health \& Medicine},
}
% Links w Multi-Modal
@Article{article_understanding_use_contextual_cues_design_impl,
author = {Katarzyna Stawarz and Marcela D Rodreguez and Anna L Cox and Ann Blandford},
title = {Understanding the use of contextual cues: design implications for medication adherence technologies that support remembering},
volume = {2},
year = {2016},
doi = {10.1177/2055207616678707},
eprint = {http://dx.doi.org/10.1177/2055207616678707},
journal = {Digital Health},
}
% 66 days
@Article{article_how_habits_formed_modelling_habit_formation,
author = {Lally, Phillippa and van Jaarsveld, Cornelia H. M. and Potts, Henry W. W. and Wardle, Jane},
title = {How are habits formed: Modelling habit formation in the real world},
volume = {40},
number = {6},
pages = {998--1009},
issn = {1099-0992},
year = {2010},
doi = {10.1002/ejsp.674},
journal = {European Journal of Social Psychology},
publisher = {John Wiley \& Sons, Ltd.},
}
@Article{article_designing_for_health_behaviour_change_hci,
author = {Stawarz, K. and Cox, A. L.},
title = {Designing for Health Behavior Change: HCI Research Alone Is Not Enough.},
year = {2015},
journal = {Crossing HCI and Health: Advancing Health and Wellness Technology Research in Home and Community Settings, CHI 2015 Workshop},
}
@Article{article_meta_analytic_review_intrinsic_motivation,
author = {Deci, Edward L. and Koestner, Richard and Ryan, Richard M.},
title = {A meta-analytic review of experiments examining the effects of extrinsic rewards on intrinsic motivation.},
journal = {Psychological Bulletin},
year = {1999},
doi = {10.1037/0033-2909.125.6.627},
volume = {125},
number = {6}
}
@InCollection{article_implementation_intentions_multicue,
author = {B Verplanken},
title = {Habits and implementation intentions},
booktitle = {The ABC of behavioural change.},
publisher = {Elsevier},
pages = {99--109},
year = {2005},
location = {Oxford, UK},
url = {http://opus.bath.ac.uk/9438/},
}
@Article{article_implementation_intentions,
author = {Gollwitzer, Peter M},
title = {Implementation intentions: strong effects of simple plans.},
volume = {54},
number = {7},
pages = {493},
year = {1999},
journal = {American Psychologist},
publisher = {American Psychological Association},
}
@Article{article_behaviour_change_wheel,
author = {Michie, Susan and van Stralen, Maartje M. and West, Robert},
title = {The behaviour change wheel: A new method for characterising and designing behaviour change interventions},
volume = {6},
number = {1},
pages = {42},
issn = {1748-5908},
abstract = {Improving the design and implementation of evidence-based practice depends on successful behaviour change interventions. This requires an appropriate method for characterising interventions and linking them to an analysis of the targeted behaviour. There exists a plethora of frameworks of behaviour change interventions, but it is not clear how well they serve this purpose. This paper evaluates these frameworks, and develops and evaluates a new framework aimed at overcoming their limitations.},
year = {2011},
doi = {10.1186/1748-5908-6-42},
journal = {Implementation Science},
}
% ---------------- DESIGN REQUIREMENTS ----------------
@inproceedings{article_dont_forget_your_pill,
author = {Stawarz, Katarzyna and Cox, Anna L. and Blandford, Ann},
title = {Don't Forget Your Pill!: Designing Effective Medication Reminder Apps That Support Users' Daily Routines},
booktitle = {Proceedings of the 32\textsuperscript{nd} Annual ACM Conference on Human Factors in Computing Systems},
year = {2014},
series = {CHI '14},
pages = {2269--2278},
publisher = {ACM},
acmid = {2557079},
doi = {10.1145/2556288.2557079},
isbn = {978-1-4503-2473-1},
keywords = {forgetfulness, habits, medication reminders, routines, smartphone apps},
location = {Toronto, Ontario, Canada}
}
@Article{article_taxonomy_motivational_affordances_meaningful,
author = {Weiser, Paul and Bucher, Dominik and Cellina, Francesca and De Luca, Vanessa},
title = {{A} {T}axonomy of {M}otivational {A}ffordances for {M}eaningful {G}amified and {P}ersuasive {T}echnologies},
journal = {3rd International Conference on ICT for Sustainability (ICT4S)},
year = {2015},
volume = {22},
pages = {271--280},
booktitle = {Proceedings of the 3\textsuperscript{rd} International Conference on ICT for Sustainability (ICT4S)},
location = {Paris},
publisher = {Atlantis Press},
series = {Advances in Computer Science Research},
doi = {10.2991/ict4s-env-15.2015.31}
}
% NOT CITED
@Article{article_anicipating_habit_formation_psychologicial_computing_approach_to_behavior_change_support,
author = {Zhang, Chao and van Wissen, Arlette and Lakens, Dani\"{e}l and Vanschoren, Joaquin and de Ruyter, Boris and IJsselsteijn, Wijnand A.},
title = {Anticipating Habit Formation: A Psychological Computing Approach to Behavior Change Support},
booktitle = {Proceedings of the 2016 ACM International Joint Conference on Pervasive and Ubiquitous Computing: Adjunct},
year = {2016},
series = {UbiComp '16},
pages = {1247--1254},
publisher = {ACM},
acmid = {2968439},
year = {2016},
doi = {10.1145/2968219.2968439},
isbn = {978-1-4503-4462-3},
keywords = {behavior change, decision support, habit, mobile health intervention, psychological computing},
location = {Heidelberg, Germany},
numpages = {8},
}
% ---------------- MEASURE HABIT STR ----------------
% Self-Report Habit Index questionnaire (12 questions):
@Article{article_habit_strength,
author = {Verplanken, Bas and Orbell, Sheina},
title = {Reflections on Past Behavior: A Self-Report Index of Habit Strength},
volume = {33},
number = {6},
pages = {1313--1330},
issn = {1559-1816},