-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.bib
2799 lines (2619 loc) · 96 KB
/
index.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
@Book{ Adler2012,
address = {Sebastopol, CA},
author = {Adler, Joseph},
publisher = {O'Reilly Media},
title = {R in a nutshell, second edition},
year = {2012}
}
@InBook{ Agrawal2021,
author = {Agrawal, Chanchal and Peiris, Roshan L},
title = {I See What You’Re Saying: A Literature Review of Eye
Tracking Research in Communication of Deaf or Hard of
Hearing Users},
year = {2021},
isbn = {9781450383066},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3441852.3471209},
abstract = { Deaf or hard-of-hearing (DHH) individuals heavily rely on
their visual senses to be aware about their environment,
giving them heightened visual cognition and improved
attention management strategies. Thus, the eyes have shown
to play a significant role in these visual communication
practices and, therefore, many various researches have
adopted methodologies, specifically eye-tracking, to
understand the gaze patterns and analyze the behavior of
DHH individuals. In this paper, we provide a literature
review from 55 papers and data analysis from eye-tracking
studies concerning hearing impairment, attention management
strategies, and their mode of communication such as Visual
and Textual based communication. Through this survey, we
summarize the findings and provide future research
directions. },
booktitle = {The 23rd International ACM SIGACCESS Conference on
Computers and Accessibility},
articleno = {41},
numpages = {13}
}
@InBook{ Al-khazraji2021,
author = {Al-khazraji, Sedeeq and Dingman, Becca and Lee, Sooyeon
and Huenerfauth, Matt},
title = {At a Different Pace: Evaluating Whether Users Prefer
Timing Parameters in American Sign Language Animations to
Differ from Human Signers’ Timing},
year = {2021},
isbn = {9781450383066},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3441852.3471214},
abstract = {Adding American Sign Language (ASL) versions of
information content to websites can improve information
accessibility for many people who are Deaf or Hard of
Hearing (DHH) who may have lower levels of English
literacy. Generating animations from a script
representation would enable this content to be easily
updated, yet software is needed that can set detailed speed
and timing parameters for such animations, which prior work
has revealed to be critical for their understandability and
acceptance among DHH users. Despite recent work on
predicting these parameters using AI models trained on
recordings of human signers, no prior work had examined
whether DHH users actually prefer for these speed and
timing properties to be similar to humans, or to be
exaggerated, e.g. for additional clarity. We conducted two
empirical studies to investigate preferences of ASL signers
for speed and timing parameters of ASL animations,
including: sign duration, transition time, differential
signing rate, pause length, and pausing frequency. Our
first study (N=20) identified two preferred values from
among five options for each parameter, one of which
included a typical human value for this parameter, and a
second study (N=20) identified the most preferred value. We
found that while ASL signers preferred pause length and
frequency to be similar to those of humans, they actually
preferred animations to have faster signs, slower
transitions, and less dynamic variation in differential
signing speed, as compared to the timing of human signers.
This study provides specific empirical guidance for
creators of future ASL animation technologies, and more
broadly, it demonstrates that it is not safe to assume that
ASL signers will simply prefer for properties of ASL
animations to be as similar as possible to human signers.},
booktitle = {The 23rd International ACM SIGACCESS Conference on
Computers and Accessibility},
articleno = {40},
numpages = {12}
}
@Book{ Alexander1977,
address = {New York, NY},
author = {Alexander, Christopher},
publisher = {Oxford University Press},
title = {A pattern language: towns, buildings, construction},
year = {1977}
}
@InBook{ Amirat2014,
address = {London, UK},
author = {Amirat, Abdelkrim and Anthony Hock-Koon and Mourad Chabane
Oussalah},
booktitle = {Software Architecture 1},
editor = {Mourad Chabane Oussalah},
pages = {1--53},
publisher = {{ISTE}, Wiley},
title = {Object-Oriented, Component-Based, Agent-Oriented and
Service-Oriented Paradigms in Software Architectures},
year = {2014}
}
@Book{ Arnheim1974,
address = {Berkeley, CA},
author = {Arnheim, Rudolf},
publisher = {University of California Press},
title = {Art and Visual Perception},
year = {1974}
}
@Article{ Bannon2018,
author = {Bannon, Liam and Bardzell, Jeffrey and B{\o}dker, Susanne},
title = {Reimagining Participatory Design},
journal = {Interactions},
issue_date = {January - February 2019},
volume = {26},
number = {1},
month = dec,
year = {2018},
issn = {1072-5520},
pages = {26--32},
numpages = {7},
url = {http://doi.acm.org/10.1145/3292015},
doi = {10.1145/3292015},
acmid = {3292015},
publisher = {ACM},
address = {New York, NY, USA}
}
@Article{ Beaudouin-Lafon2010,
author = {Beaudouin-Lafon, Michel},
title = {Open Access to Scientific Publications},
journal = {Commun. ACM},
issue_date = {February 2010},
volume = {53},
number = {2},
month = feb,
year = {2010},
issn = {0001-0782},
pages = {32--34},
numpages = {3},
url = {http://doi.acm.org/10.1145/1646353.1646367},
doi = {10.1145/1646353.1646367},
acmid = {1646367},
publisher = {ACM},
address = {New York, NY, USA}
}
@InBook{ Beck1997,
address = {Cambridge, UK},
author = {Kent Beck},
booktitle = {Kent Beck's Guide to Better Smalltalk},
editor = {Kent Beck},
pages = {277--288},
publisher = {Cambridge University Press},
title = {Simple Smalltalk Testing},
year = {1997}
}
@InBook{ Bennett2019,
author = {Bennett, Cynthia L. and Rosner, Daniela K.},
title = {The Promise of Empathy: Design, Disability, and Knowing
the "Other"},
year = {2019},
isbn = {9781450359702},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3290605.3300528},
abstract = {This paper examines the promise of empathy, the name
commonly given to the initial phase of the human-centered
design process in which designers seek to understand their
intended users in order to inform technology development.
By analyzing popular empathy activities aimed at
understanding people with disabilities, we examine the ways
empathy works to both powerfully and problematically align
designers with the values of people who may use their
products. Drawing on disability studies and feminist
theorizing, we describe how acts of empathy building may
further distance people with disabilities from the
processes designers intend to draw them into. We end by
reimagining empathy as guided by the lived experiences of
people with disabilities who are traditionally positioned
as those to be empathized.},
booktitle = {Proceedings of the 2019 CHI Conference on Human Factors in
Computing Systems},
pages = {1–13},
numpages = {13}
}
@InProceedings{ Bennett2019a,
author = {Bennett, Cynthia L. and Peil, Burren and Rosner, Daniela
K.},
title = {Biographical Prototypes: Reimagining Recognition and
Disability in Design},
year = {2019},
isbn = {9781450358507},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3322276.3322376},
doi = {10.1145/3322276.3322376},
abstract = {This paper aims to elevate stories of design by people
with disabilities. In particular, we draw from
counter-storytelling practices to build a corpus of stories
that prioritize disabled people as contributors to
professional design practice. Across a series of workshops
with disabled activists, designers, and developers, we
developed the concept of biographical prototypes:
under-recognized first-person accounts of design
materialized through prototyping practices. We describe how
the creation of such prototypes helps position disabled
people as central contributors to the design profession.
The artifacts engendered an expanded sense of coalition
among workshop participants while prompting reflection on
tensions between recognition and obligation. We end by
reflecting on how the prototypes-and the practices that
produced them-complement a growing number of design
activities around disability that reveal complexities
around structural forms of discrimination and the
generative role that personal accounts may play in their
revision.},
booktitle = {Proceedings of the 2019 on Designing Interactive Systems
Conference},
pages = {35–47},
numpages = {13},
keywords = {workshops, prototypes, design methods, disability},
location = {San Diego, CA, USA},
series = {DIS '19}
}
@InBook{ Bennett2021,
author = {Bennett, Cynthia L. and Gleason, Cole and Scheuerman,
Morgan Klaus and Bigham, Jeffrey P. and Guo, Anhong and To,
Alexandra},
title = {“It’s Complicated”: Negotiating Accessibility and
(Mis)Representation in Image Descriptions of Race, Gender,
and Disability},
year = {2021},
isbn = {9781450380966},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3411764.3445498},
abstract = { Content creators are instructed to write textual
descriptions of visual content to make it accessible; yet
existing guidelines lack specifics on how to write about
people’s appearance, particularly while remaining mindful
of consequences of (mis)representation. In this paper, we
report on interviews with screen reader users who were also
Black, Indigenous, People of Color, Non-binary, and/or
Transgender on their current image description practices
and preferences, and experiences negotiating theirs and
others’ appearances non-visually. We discuss these
perspectives, and the ethics of humans and AI describing
appearance characteristics that may convey the race,
gender, and disabilities of those photographed. In turn, we
share considerations for more carefully describing
appearance, and contexts in which such information is
perceived salient. Finally, we offer tensions and questions
for accessibility research to equitably consider politics
and ecosystems in which technologies will embed, such as
potential risks of human and AI biases amplifying through
image descriptions.},
booktitle = {Proceedings of the 2021 CHI Conference on Human Factors in
Computing Systems},
articleno = {375},
numpages = {19}
}
@InProceedings{ Berenson1995,
acmid = {223785},
address = {New York, NY, USA},
author = {Hal Berenson and Phil Bernstein and Jim Gray and Jim
Melton and Elizabeth O'Neil and Patrick O'Neil},
booktitle = {Proceedings of the 1995 {ACM} {SIGMOD} International
Conference on Management of Data},
doi = {10.1145/223784.223785},
isbn = {0-89791-731-6},
location = {San Jose, CA, USA},
numpages = {10},
pages = {1--10},
publisher = {ACM Press},
title = {A Critique of {ANSI} {SQL} Isolation Levels},
series = {SIGMOD '95},
url = {http://doi.acm.org/10.1145/223784.223785},
year = {1995}
}
@InProceedings{ Berke2018,
author = {Berke, Larwan and Kafle, Sushant and Huenerfauth, Matt},
title = {Methods for Evaluation of Imperfect Captioning Tools by
Deaf or Hard-of-Hearing Users at Different Reading Literacy
Levels},
year = {2018},
isbn = {9781450356206},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3173574.3173665},
doi = {10.1145/3173574.3173665},
booktitle = {Proceedings of the 2018 {CHI} Conference on Human Factors
in Computing Systems},
articleno = {Paper 91},
numpages = {12},
keywords = {evaluation methods, accessibility, captioning, people who
are deaf or hard-of-hearing, literacy},
location = {Montreal QC, Canada},
series = {{CHI} ’18}
}
@Book{ Bertin2011,
address = {Redlands, CA},
author = {Bertin, Jacques},
publisher = {{ESRI} Press},
title = {Semiology of Graphics: Diagrams, Networks, Maps (English
Translation)},
year = {2011}
}
@Article{ Beyer1999,
author = {Hugh Beyer and Karen Holtzblatt},
title = {Contextual design},
journal = {interactions},
volume = {6},
number = {1},
year = {1999},
issn = {1072-5520},
pages = {32--42},
publisher = {ACM Press},
address = {New York, NY, USA}
}
@Article{ Bigelow2012,
title = {Designing for success: Developing engineers who consider
universal design principles},
author = {Bigelow, Kimberly Edginton},
journal = {Journal of Postsecondary Education and Disability},
volume = {25},
number = {3},
year = {2012},
publisher = {AHEAD: Association on Higher Education and Disability}
}
@Article{ Blumenthal2021,
author = {Blumenthal, Marjory S.},
title = {Security Done Right Can Make Smart Cities Wise},
year = {2021},
issue_date = {September 2021},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {64},
number = {9},
issn = {0001-0782},
url = {https://doi.org/10.1145/3473608},
doi = {10.1145/3473608},
abstract = {Seeking security improvements for smart cities.},
journal = {Commun. ACM},
month = aug,
pages = {25–27},
numpages = {3}
}
@Article{ Bohannon2013,
author = {Bohannon, John},
title = {Who{\textquoteright}s Afraid of Peer Review?},
volume = {342},
number = {6154},
pages = {60--65},
year = {2013},
doi = {10.1126/science.342.6154.60},
publisher = {American Association for the Advancement of Science},
issn = {0036-8075},
url = {http://science.sciencemag.org/content/342/6154/60},
eprint = {http://science.sciencemag.org/content/342/6154/60.full.pdf},
journal = {Science}
}
@Book{ Buxton2007,
address = {San Francisco},
author = {Bill Buxton},
publisher = {Morgan Kaufman},
title = {Sketching user experiences: getting the design right and
the right design},
year = {2007}
}
@InProceedings{ Caine2016,
author = {Caine, Kelly},
title = {Local Standards for Sample Size at CHI},
year = {2016},
isbn = {9781450333627},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/2858036.2858498},
doi = {10.1145/2858036.2858498},
abstract = {We describe the primary ways researchers can determine the
size of a sample of research participants, present the
benefits and drawbacks of each of those methods, and focus
on improving one method that could be useful to the CHI
community: local standards. To determine local standards
for sample size within the CHI community, we conducted an
analysis of all manuscripts published at CHI2014. We find
that sample size for manuscripts published at CHI ranges
from 1 -- 916,000 and the most common sample size is 12. We
also find that sample size differs based on factors such as
study setting and type of methodology employed. The outcome
of this paper is an overview of the various ways sample
size may be determined and an analysis of local standards
for sample size within the CHI community. These
contributions may be useful to researchers planning studies
and reviewers evaluating the validity of results.},
booktitle = {Proceedings of the 2016 CHI Conference on Human Factors in
Computing Systems},
pages = {981–992},
numpages = {12},
keywords = {meta-HCI, N, methodology, number of participants,
evaluation, research methods, sample size},
location = {San Jose, California, USA},
series = {CHI '16}
}
@InBook{ Chen2021,
author = {Chen, Chen and Johnson, Janet G and Charles, Kemeberly and
Lee, Alice and Lifset, Ella T and Hogarth, Michael and
Moore, Alison A and Farcas, Emilia and Weibel, Nadir},
title = {Understanding Barriers and Design Opportunities to Improve
Healthcare and QOL for Older Adults through Voice
Assistants},
year = {2021},
isbn = {9781450383066},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3441852.3471218},
abstract = { Voice-based Intelligent Virtual Assistants (IVAs)
promise to improve healthcare management and Quality of
Life (QOL) by introducing the paradigm of hands-free
and eye-free interactions. However, there has been little
understanding regarding the challenges for designing such
systems for older adults, especially when it comes to
healthcare related tasks. To tackle this, we consider the
processes of care delivery and QOL enhancements for older
adults as a collaborative task between patients and
providers. By interviewing 16 older adults living
independently or semi–independently and 5 providers, we
identified 12 barriers that older adults might
encounter during daily routine and while managing health.
We ultimately highlighted key design challenges and
opportunities that might be introduced when integrating
voice-based IVAs into the life of older adults. Our work
will benefit practitioners who study and attempt to create
full-fledged IVA-powered smart devices to deliver better
care and support an increased QOL for aging populations.},
booktitle = {The 23rd International ACM SIGACCESS Conference on
Computers and Accessibility},
articleno = {9},
numpages = {16}
}
@Article{ Chi1997,
author = {Michelene T. H. Chi},
title = {Quantifying Qualitative Analyses of Verbal Data: A
Practical Guide},
journal = {The Journal of the Learning Sciences},
volume = {6},
number = {3},
year = {1997},
pages = {271--315},
publisher = {Lawrence Erlbaum Associates},
address = {Mahwah, NJ, USA}
}
@Article{ Cirani2015,
title = {Wearable computing for the Internet of things},
author = {Cirani, Simone and Picone, Marco},
journal = {IT Professional},
volume = {17},
number = {5},
pages = {35--41},
year = {2015},
publisher = {IEEE}
}
@Book{ Cooper2003,
address = {Indianapolis, IN},
author = {Alan Cooper and Robert Reimann},
publisher = {Wiley},
title = {About Face 2.0: The Essentials of Interaction Design},
year = {2003}
}
@Book{ Cooper2007,
address = {Indianapolis, IN},
author = {Alan Cooper and Robert Reimann},
publisher = {Wiley},
title = {About Face 3.0: The Essentials of Interaction Design},
year = {2007}
}
@Book{ Cooper2014,
address = {Indianapolis, IN},
author = {Alan Cooper and Robert Reimann and David Cronin and
Christopher Noessel },
publisher = {Wiley},
title = {About Face 4.0: The Essentials of Interaction Design},
year = {2014}
}
@Book{ Cover2006,
title = {Elements of information theory},
author = {Cover, Thomas M and Thomas, Joy A},
year = {2006},
publisher = {John Wiley \& Sons},
address = {Hoboken, NJ}
}
@Book{ Date2004,
address = {New York, NY},
author = {Date, C. J.},
publisher = {Pearson Education},
title = {Introduction to Database Systems},
year = {2004}
}
@Book{ Dawkins1976,
address = {New York, NY},
author = {Dawkins, Richard},
publisher = {Oxford University Press},
title = {The Selfish Gene},
year = {1976}
}
@Book{ Dayley2014,
address = {Upper Saddle River, NJ},
author = {Dayley, Brad},
publisher = {Addison-Wesley},
title = {Node.js, MongoDB and AngularJS Web Development},
isbn = {0-321-99578-3},
year = {2014}
}
@InBook{ Dehnert2000,
address = {Berlin},
author = {James C. Dehnert and Alexander Stepanov},
booktitle = {Generic Programming},
editor = {Mehdi Jazayeri and R\"udiger Loos and David Musser},
pages = {1--11},
publisher = {Springer},
title = {Fundamentals of Generic Programming},
year = {2000}
}
@Article{ Dijkstra1974,
title = {Programming as a discipline of mathematical nature},
author = {Dijkstra, Edsger W.},
journal = {Am. Math. Monthly},
volume = {81},
number = {6},
pages = {608--612},
year = {1974},
publisher = {Mathematical Association of America}
}
@Book{ Dodson1990,
address = {Cincinnati, OH},
author = {Dodson, Bert},
publisher = {North Light},
title = {Keys to Drawing},
isbn = {0-89134-337-7},
year = {1990}
}
@InCollection{ Dourish2014,
doi = {10.1007/978-1-4939-0378-8_1},
url = {https://doi.org/10.1007\%2F978-1-4939-0378-8_1},
year = 2014,
publisher = {Springer New York},
pages = {1--23},
author = {Paul Dourish},
title = {Reading and Interpreting Ethnography},
booktitle = {Ways of Knowing in {HCI}},
editor = {Judith S. Olson and Wendy A. Kellogg}
}
@Book{ Eisenstein1949,
address = {New York, NY},
author = {Sergei Eisenstein},
publisher = {{Harcourt, Brace, \& Jovanovich}},
title = {Film Form: Essays in film theory},
editor = {Jay Leyda},
year = 1949
}
@Book{ Ericsson1984,
address = {Cambridge, MA},
author = {K. Anders Ericsson and Herbert A. Simon},
date-added = {2006-07-27 14:02:26 -0400},
date-modified = {2006-07-27 14:07:15 -0400},
publisher = {MIT Press},
title = {Protocol Analysis: Verbal Reports as Data},
year = {1984}
}
@Article{ Fan2019,
title = {VisTA: Integrating Machine Intelligence with Visualization
to Support the Investigation of Think-Aloud Sessions},
author = {Fan, Mingming and Wu, Ke and Zhao, Jian and Li, Yue and
Wei, Winter and Truong, Khai N},
journal = {IEEE transactions on visualization and computer graphics},
volume = {26},
number = {1},
pages = {343--352},
year = {2019},
publisher = {IEEE}
}
@Book{ Fawcett2012,
address = {Indianapolis, IN},
author = {Joe Fawcett and Liam R. E. Quin and Danny Ayers},
publisher = {John Wiley and Sons},
title = {Beginning XML},
year = {2012}
}
@Book{ Fish2011,
address = {New York},
author = {Stanley Fish},
publisher = {Harper Collins},
title = {How to Write A Sentence},
year = {2011}
}
@Book{ Flanagan2011,
address = {Sebastopol, CA},
author = {David Flanagan},
publisher = {O'Reilly},
title = {JavaScript: The Definitive Guide},
year = {2011}
}
@InBook{ Florez-Aristizabal2019,
author = {Fl\'{o}rez-Aristiz\'{a}bal, Leandro and Cano, Sandra and
Collazos, C\'{e}sar A. and Solano, Andr\'{e}s F. and
Brewster, Stephen},
title = {DesignABILITY: Framework for the Design of Accessible
Interactive Tools to Support Teaching to Children with
Disabilities},
year = {2019},
isbn = {9781450359702},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3290605.3300240},
abstract = {Developing educational tools aimed at children with
disabilities is a challenging process for designers and
developers because existing methodologies or frameworks do
not provide any pedagogical information and/or do not take
into account the particular needs of users with some type
of impairment. In this study, we propose a framework for
the design of tools to support teaching to children with
disabilities. The framework provides the necessary stages
for the development of tools (hardware-based or
software-based) and must be adapted for a specific
disability and educational goal. For this study, the
framework was adapted to support literacy teaching and
contributes to the design of educational/interactive
technology for deaf people while making them part of the
design process and taking into account their particular
needs. The experts' evaluation of the framework shows that
it is well structured and may be adapted for other types of
disabilities.},
booktitle = {Proceedings of the 2019 CHI Conference on Human Factors in
Computing Systems},
pages = {1–16},
numpages = {16}
}
@InBook{ Frid2019,
author = {Frid, Emma and Lindetorp, Hans and Hansen, Kjetil
Falkenberg and Elblaus, Ludvig and Bresin, Roberto},
title = {Sound Forest: Evaluation of an Accessible Multisensory
Music Installation},
year = {2019},
isbn = {9781450359702},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3290605.3300907},
abstract = {Sound Forest is a music installation consisting of a room
with light-emitting interactive strings, vibrating
platforms and speakers, situated at the Swedish Museum of
Performing Arts. In this paper we present an exploratory
study focusing on evaluation of Sound Forest based on
picture cards and interviews. Since Sound Forest should be
accessible for everyone, regardless age or abilities, we
invited children, teens and adults with physical and
intellectual disabilities to take part in the evaluation.
The main contribution of this work lies in its findings
suggesting that multisensory platforms such as Sound
Forest, providing whole-body vibrations, can be used to
provide visitors of different ages and abilities with
similar associations to musical experiences. Interviews
also revealed positive responses to haptic feedback in this
context. Participants of different ages used different
strategies and bodily modes of interaction in Sound Forest,
with activities ranging from running to synchronized
music-making and collaborative play.},
booktitle = {Proceedings of the 2019 CHI Conference on Human Factors in
Computing Systems},
pages = {1–12},
numpages = {12}
}
@Article{ Friedman1996,
title = {Value-sensitive design},
author = {Friedman, Batya},
journal = {interactions},
volume = {3},
number = {6},
pages = {16--23},
year = {1996},
publisher = {ACM}
}
@InBook{ Gabrys2014,
address = {London, UK},
author = {Jennifer Gabrys},
booktitle = {A new apparatus: Technology, government and the resilient
city},
editor = {Bruce Braun and Stephanie Wakefield},
pages = {1--48},
publisher = {{Environment and Planning D: Society and Space 32}},
title = {Programming environments: environmentality and citizen
sensing in the smart city},
year = {2014}
}
@InBook{ Gadiraju2021,
author = {Gadiraju, Vinitha and Garcia, J\'{e}r\'{e}mie and Kane,
Shaun and M. Brock, Anke},
title = {“It is Fascinating to Make These Beasts Fly”:
Understanding Visually Impaired People's Motivations and
Needs for Drone Piloting},
year = {2021},
isbn = {9781450383066},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3441852.3471219},
abstract = {Drones have become fixtures in commerce, safety efforts,
and in homes as a leisure activity. Researchers have
started to explore how drones can support people with
disabilities in piloting and serve as assistive devices.
Our work focuses on people with vision impairment and
investigates what motivates them to fly drones. We
administered a survey to visually impaired adults that
gauged general interest in drone piloting and previous
experience with drones. From the 59 survey responses, we
interviewed 13 participants to elaborate on how they
envision using drones and how different feedback and modes
of piloting can make the flying experience more accessible.
We found that our participants had overarching interests in
aviation, trying new technology, environment exploration,
and finding collaborative activities to do with their
sighted family members, which extended to an interest in
piloting drones. This research helps lay groundwork for
design scenarios and accessible features for future
drones.},
booktitle = {The 23rd International ACM SIGACCESS Conference on
Computers and Accessibility},
articleno = {42},
numpages = {12}
}
@Book{ Gamma1994,
address = {Upper Saddle River, NJ},
author = {Erich Gamma and Richard Helm and Ralph Johnson and John
Vlissides},
publisher = {Addison-Wesley Professional},
title = {Design patterns: elements of reusable object-oriented
software},
year = {1994}
}
@Book{ Garner2009,
address = {New York},
author = {Bryan A. Garner},
publisher = {Oxford University Press},
title = {Garner's Modern American Usage},
year = {2009}
}
@InProceedings{ Gaver2004,
author = {Gaver, William W. and Bowers, John and Boucher, Andrew and
Gellerson, Hans and Pennington, Sarah and Schmidt, Albrecht
and Steed, Anthony and Villars, Nicholas and Walker,
Brendan},
title = {The Drift Table: Designing for Ludic Engagement},
booktitlei = {{CHI} '04 Extended Abstracts on Human Factors in Computing
Systems},
series = {{CHI} {EA} '04},
year = {2004},
isbn = {1-58113-703-6},
location = {Vienna, Austria},
pages = {885--900},
numpages = {16},
url = {http://doi.acm.org/10.1145/985921.985947},
doi = {10.1145/985921.985947},
acmid = {985947},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {ethnography/ethnographic studies, industrial design,
interaction design, multidisciplinary design /
interdisciplinary design, product design}
}
@InBook{ Ghai2021,
author = {Ghai, Bhavya and Mueller, Klaus},
title = {Fluent: An AI Augmented Writing Tool for People Who
Stutter},
year = {2021},
isbn = {9781450383066},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3441852.3471211},
abstract = { Stuttering is a speech disorder which impacts the
personal and professional lives of millions of people
worldwide. To save themselves from stigma and
discrimination, people who stutter (PWS) may adopt
different strategies to conceal their stuttering. One of
the common strategies is word substitution where an
individual avoids saying a word they might stutter on and
use an alternative instead. This process itself can cause
stress and add more burden. In this work, we present
Fluent, an AI augmented writing tool which assists PWS in
writing scripts which they can speak more fluently. Fluent
embodies a novel active learning based method of
identifying words an individual might struggle pronouncing.
Such words are highlighted in the interface. On hovering
over any such word, Fluent presents a set of alternative
words which have similar meaning but are easier to speak.
The user is free to accept or ignore these suggestions.
Based on such user interaction (feedback), Fluent
continuously evolves its classifier to better suit the
personalized needs of each user. We evaluated our tool by
measuring its ability to identify difficult words for 10
simulated users. We found that our tool can identify
difficult words with a mean accuracy of over 80\% in under
20 interactions and it keeps improving with more feedback.
Our tool can be beneficial for certain important life
situations like giving a talk, presentation, etc. The
source code for this tool has been made publicly accessible
at github.com/bhavyaghai/Fluent.},
booktitle = {The 23rd International ACM SIGACCESS Conference on
Computers and Accessibility},
articleno = {26},
numpages = {8}
}
@Book{ Goodman2012,
address = {Waltham, MA},
author = {Elizabeth Goodman and Mike Kuniavsky and Andrea Moed},
publisher = {Morgan Kaufman},
title = {Observing the user experience: a practitioner's guide to
user research},
year = {2012}
}
@Article{ Grudin2006,
address = {New York, NY, USA},
author = {Jonathan Grudin},
date-added = {2006-07-13 19:01:03 -0400},
date-modified = {2006-07-13 19:03:13 -0400},
doi = {http://doi.acm.org/10.1145/1109069.1109108},
issn = {1072-5520},
journal = {interactions},
number = {1},
pages = {54--59},
publisher = {ACM Press},
title = {Is HCI homeless?: in search of inter-disciplinary status},
volume = {13},
year = {2006}
}
@Article{ Hancke2013,
address = {Basel, Switzerland},
author = {Gerhard P. Hancke and Bruno de Carvalho e Silva and
Hancke, Jr., Gerhard P.},
doi = {10.3390/s130100393},
issn = {1424-8220},
journal = {Sensors},
pages = {393--425},
publisher = {MDPI},
title = {The role of advanced sensing in smart cities},
volume = {13},
year = {2013}
}
@Book{ Heim2007,
address = {Boston},
author = {Steven G. Heim},
publisher = {Pearson Education},
title = {The Resonant Interface},
year = {2007}
}
@InBook{ Heitlinger2019,
author = {Heitlinger, Sara and Bryan-Kinns, Nick and Comber, Rob},
title = {The Right to the Sustainable Smart City},
year = {2019},
isbn = {9781450359702},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3290605.3300517},
abstract = {Environmental concerns have driven an interest in
sustainable smart cities, through the monitoring and
optimisation of networked infrastructures. At the same
time, there are concerns about who these interventions and
services are for, and who benefits. HCI researchers and
designers interested in civic life have started to call for
the democratisation of urban space through resistance and
political action to challenge state and corporate claims.
This paper contributes to an emerging body of work that
seeks to involve citizens in the design of sustainable
smart cities, particularly in the context of marginalised
and culturally diverse urban communities. We present a
study involving co-designing Internet of Things with urban
agricultural communities and discuss three ways in which
design can participate in the right to the sustainable
smart city through designing for the commons, care, and
biocultural diversity.},
booktitle = {Proceedings of the 2019 CHI Conference on Human Factors in
Computing Systems},
pages = {1–13},
numpages = {13}
}
@InProceedings{ Hendry2005,
address = {New York, NY, USA},
author = {David G. Hendry and Sara Mackenzie and Ann Kurth and Freya
Spielberg and Jim Larkin},
booktitle = {{CHI} '05: {CHI} '05 extended abstracts on Human factors
in computing systems},
date-added = {2006-07-27 13:42:27 -0400},
date-modified = {2006-07-27 13:44:35 -0400},
isbn = {1-59593-002-7},
venue = {Portland, OR, USA},
pages = {1447--1450},
publisher = {ACM Press},
title = {Evaluating paper prototypes on the street},
year = {2005}
}
@InProceedings{ Hill2017,
doi = {10.1145/3097983.3098184},
url = {https://doi.org/10.1145\%2F3097983.3098184},
year = 2017,
publisher = {{ACM} Press},
author = {Daniel N. Hill and Houssam Nassif and Yi Liu and Anand
Iyer and S.V.N. Vishwanathan},
title = {An Efficient Bandit Algorithm for Realtime Multivariate
Optimization},
booktitle = {Proceedings of the 23rd {ACM} {SIGKDD} International
Conference on Knowledge Discovery and Data Mining - {KDD}
{\textquotesingle}17}
}
@Article{ Holloway2019,
author = {Holloway, Catherine},
title = {Disability Interaction (DIX): A Manifesto},
year = {2019},
issue_date = {March -- April 2019},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {26},
number = {2},
issn = {1072-5520},
url = {https://doi.org/10.1145/3310322},
doi = {10.1145/3310322},
journal = {Interactions},
month = {feb},
pages = {44--49},
numpages = {6}
}
@Book{ Holtzblatt2005,
address = {San Francisco, CA},
author = {Holtzblatt, Karen and Wendell, Jessamyn Burns and Wood,
Shelley},
publisher = {Morgan Kaufmann},
title = {Rapid Contextual Design: A How-To Guide to Key Techniques
for User-Centered Design},
year = {2005}
}
@Book{ Holtzblatt2016,
address = {San Francisco, CA},
author = {Holtzblatt, Karen and Hugh Beyer},