-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathweibel.bib
1131 lines (998 loc) · 47.1 KB
/
weibel.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{norrie2006general,
title={General framework for the rapid development of interactive paper applications},
author={Norrie, Moira C and Signer, Beat and Weibel, Nadir},
booktitle={Proc. CoPADD},
volume={6},
pages={9--12},
year={2006}
}
@inproceedings{norrie2006print,
title={Print-n-link: weaving the paper web},
author={Norrie, Moira C and Signer, Beat and Weibel, Nadir},
booktitle={Proceedings of the 2006 ACM symposium on Document engineering},
pages={34--43},
year={2006}
}
@incollection{weibel2008paperproof,
title={Paperproof: a paper-digital proof-editing system},
author={Weibel, Nadir and Ispas, Adriana and Signer, Beat and Norrie, Moira C},
booktitle={CHI'08 extended abstracts on Human factors in computing systems},
pages={2349--2354},
year={2008}
}
@inproceedings{weibel2007model,
title={A model for mapping between printed and digital document instances},
author={Weibel, Nadir and Norrie, Moira C and Signer, Beat},
booktitle={Proceedings of the 2007 ACM symposium on Document engineering},
pages={19--28},
year={2007}
}
@inproceedings{signer2006based,
title={based mobile access to databases},
author={Signer, Beat and Norrie, Moira C and Grossniklaus, Michael and Belotti, Rudi and Decurtins, Corsin and Weibel, Nadir},
booktitle={Proceedings of the 2006 ACM SIGMOD international conference on Management of data},
pages={763--765},
year={2006}
}
@article{norrie2007context,
title={Context-aware platform for mobile data management},
author={Norrie, Moira C and Signer, Beat and Grossniklaus, Michael and Belotti, Rudi and Decurtins, Corsin and Weibel, Nadir},
journal={Wireless Networks},
volume={13},
number={6},
pages={855--870},
year={2007},
publisher={Springer US}
}
@inproceedings{grossniklaus2006putting,
title={Putting location-based services on the map},
author={Grossniklaus, Michael and Norrie, Moira C and Signer, Beat and Weibel, Nadir},
booktitle={International Symposium on Web and Wireless Geographical Information Systems},
pages={1--11},
year={2006},
organization={Springer, Berlin, Heidelberg}
}
@inproceedings{liwicki2008pen,
title={Pen and paper-based interaction with the Semantic Desktop},
author={Liwicki, Marcus and Schumacher, Kinga and Dengel, Andreas and Weibel, Nadir and Signer, Beat and Norrie, Moira C},
booktitle={The Eighth IAPR International Workshop on Document Analysis Systems},
year={2008}
}
@phdthesis{weibel2009publishing,
title={A Publishing Infrastructure for Interactive Paper Documents},
author={Weibel, Nadir},
year={2009},
school={ETH}
}
@inproceedings{piper2010introducing,
title={Introducing multimodal paper-digital interfaces for speech-language therapy},
author={Piper, Anne Marie and Weibel, Nadir and Hollan, James D},
booktitle={Proceedings of the 12th international ACM SIGACCESS conference on Computers and accessibility},
pages={203--210},
year={2010}
}
@incollection{fouse2011chronoviz,
title={ChronoViz: a system for supporting navigation of time-coded data},
author={Fouse, Adam and Weibel, Nadir and Hutchins, Edwin and Hollan, James D},
booktitle={CHI'11 Extended Abstracts on Human Factors in Computing Systems},
pages={299--304},
year={2011}
}
@inproceedings{weibel2010hiperpaper,
title={Hiperpaper: introducing pen and paper interfaces for ultra-scale wall displays},
author={Weibel, Nadir and Piper, Anne Marie and Hollan, James D},
booktitle={Adjunct proceedings of the 23nd annual ACM symposium on User interface software and technology},
pages={407--408},
year={2010}
}
@inproceedings{grossniklaus2007producing,
title={Producing interactive paper documents based on multi-channel content publishing},
author={Grossniklaus, Michael and Norrie, Moira C and Signer, Beat and Weibel, Nadir},
booktitle={Third International Conference on Automated Production of Cross Media Content for Multi-Channel Distribution (AXMEDIS'07)},
pages={89--96},
year={2007},
organization={IEEE}
}
@inproceedings{weibel2010enabling,
title={Enabling social interactions through real-time sketch-based communication},
author={Weibel, Nadir and Cowan, Lisa G and Pina, Laura R and Griswold, William G and Hollan, James D},
booktitle={Adjunct proceedings of the 23nd annual ACM symposium on User interface software and technology},
pages={405--406},
year={2010}
}
@inproceedings{lombardoni2005systematic,
title={A systematic approach to the development of e-commerce sites for mass customization},
author={Lombardoni, Andrea and Norrie, Moira and Weibel, Nadir and Vogelsang, Axel and Althaus, Mathias},
booktitle={2005 IEEE International Conference on e-Technology, e-Commerce and e-Service},
pages={246--249},
year={2005},
organization={IEEE}
}
@article{decurtins2008awarenews,
title={AwareNews: a context-aware, ambient news service},
author={Decurtins, Corsin and Norrie, Moira C and Reuss, Elke and Weibel, Nadir},
year={2008},
publisher={IET Digital Library}
}
@article{piper2011write,
title={Write-n-speak: authoring multimodal digital-paper materials for speech-language therapy},
author={Piper, Anne Marie and Weibel, Nadir and Hollan, James D},
journal={ACM Transactions on Accessible Computing (TACCESS)},
volume={4},
number={1},
pages={1--20},
year={2011},
publisher={ACM New York, NY, USA}
}
@article{cowan2012projector,
title={Projector phone use: practices and social implications},
author={Cowan, Lisa G and Weibel, Nadir and Griswold, William G and Pina, Laura R and Hollan, James D},
journal={Personal and Ubiquitous Computing},
volume={16},
number={1},
pages={53--63},
year={2012},
publisher={Springer-Verlag}
}
@inproceedings{piper2012tap,
title={TAP \& PLAY: an end-user toolkit for authoring interactive pen and paper language activities},
author={Piper, Anne Marie and Weibel, Nadir and Hollan, James},
booktitle={Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages={149--158},
year={2012}
}
@inproceedings{norrie2008interactive,
title={Interactive paper as a reading medium in digital libraries},
author={Norrie, Moira C and Signer, Beat and Weibel, Nadir},
booktitle={International Conference on Theory and Practice of Digital Libraries},
pages={232--243},
year={2008},
organization={Springer, Berlin, Heidelberg}
}
@inproceedings{weibel2011supporting,
title={Supporting an integrated paper-digital workflow for observational research},
author={Weibel, Nadir and Fouse, Adam and Hutchins, Edwin and Hollan, James D},
booktitle={Proceedings of the 16th international conference on Intelligent user interfaces},
pages={257--266},
year={2011}
}
@inproceedings{weibel2011hiperface,
title={Hiperface: A multichannel architecture to explore multimodal interactions with ultra-scale wall displays},
author={Weibel, Nadir and Satyanarayan, Arvind and Lazar, Amanda and Oda, Reid and Yamaoka, So and Doerr, Kai-Uwe and Kuester, Falko and Griswold, William G and Hollan, James D},
booktitle={Proceedings of the 33rd International Conference on Software Engineering, ICSE},
volume={11},
year={2011}
}
@inproceedings{weibel2011papersketch,
title={PaperSketch: a paper-digital collaborative remote sketching tool},
author={Weibel, Nadir and Signer, Beat and Norrie, Moira C and Hofstetter, Hermann and Jetter, Hans-Christian and Reiterer, Harald},
booktitle={Proceedings of the 16th international conference on Intelligent user interfaces},
pages={155--164},
year={2011}
}
@inproceedings{liwicki2008semantic,
title={Semantic eInk--Pen and Paper-based Interaction with the Semantic Desktop},
author={Liwicki, Marcus and Schumacher, Kinga and Dengel, Andreas and Weibel, Nadir and Signer, Beat and Norrie, Moira C},
booktitle={Proceedings of the 8th IAPR International Workshop on Document Analysis Systems},
pages={38--40},
year={2008},
organization={IEEE Computer Society}
}
@inproceedings{weibel2010exploring,
title={Exploring pen and paper interaction with high-resolution wall displays},
author={Weibel, Nadir and Piper, Anne Marie and Hollan, James D},
booktitle={Adjunct proceedings of the 23nd annual ACM symposium on User interface software and technology},
pages={455--456},
year={2010}
}
@inproceedings{satyanarayan2012using,
title={Using overlays to support collaborative interaction with display walls},
author={Satyanarayan, Arvind and Weibel, Nadir and Hollan, James},
booktitle={Proceedings of the 2012 ACM international conference on Intelligent User Interfaces},
pages={105--108},
year={2012}
}
@inproceedings{cowan2011ubiquitous,
title={Ubiquitous sketching for social media},
author={Cowan, Lisa G and Weibel, Nadir and Pina, Laura R and Hollan, James D and Griswold, William G},
booktitle={Proceedings of the 13th International Conference on Human Computer Interaction with Mobile Devices and Services},
pages={395--404},
year={2011}
}
@inproceedings{piper2012pen,
title={A pen-based toolkit for authoring collaborative language activities},
author={Piper, Anne Marie and Weibel, Nadir and Hollan, James D},
booktitle={Proceedings of the ACM 2012 Conference on Computer Supported Cooperative Work Companion},
pages={269--270},
year={2012}
}
@article{gabutti2011development,
title={Development of an erythropoietin prescription simulator to improve abilities for the prescription of erythropoietin stimulating agents: Is it feasible?},
author={Gabutti, Luca and Nobile, Filippo and Forni, Valentina and Rigamonti, Fabio and Weibel, Nadir and Burnier, Michel},
journal={BMC nephrology},
volume={12},
number={1},
pages={1--10},
year={2011},
publisher={BioMed Central}
}
@incollection{steimle2011plink,
title={Plink: paper-based links for cross-media information spaces},
author={Steimle, J{\"u}rgen and Weibel, Nadir and Olberding, Simon and M{\"u}hlh{\"a}user, Max and Hollan, James D},
booktitle={CHI'11 Extended Abstracts on Human Factors in Computing Systems},
pages={1969--1974},
year={2011}
}
@inproceedings{weibel2012digital,
title={Digital pen and paper practices in observational research},
author={Weibel, Nadir and Fouse, Adam and Emmenegger, Colleen and Friedman, Whitney and Hutchins, Edwin and Hollan, James},
booktitle={Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages={1331--1340},
year={2012}
}
@inproceedings{sarcevic2012paper,
title={A paper-digital interface for information capture and display in time-critical medical work},
author={Sarcevic, Aleksandra and Weibel, Nadir and Hollan, James D and Burd, Randall S},
booktitle={2012 6th International Conference on Pervasive Computing Technologies for Healthcare (PervasiveHealth) and Workshops},
pages={17--24},
year={2012},
organization={IEEE}
}
@inproceedings{weibel2012let,
title={Let's look at the cockpit: exploring mobile eye-tracking for observational research on the flight deck},
author={Weibel, Nadir and Fouse, Adam and Emmenegger, Colleen and Kimmich, Sara and Hutchins, Edwin},
booktitle={Proceedings of the Symposium on Eye Tracking Research and Applications},
pages={107--114},
year={2012}
}
@article{signer2014advanced,
title={Advanced authoring of paper-digital systems},
author={Signer, Beat and Norrie, Moira C and Weibel, Nadir and Ispas, Adriana},
journal={Multimedia tools and applications},
volume={70},
number={2},
pages={1309--1332},
year={2014},
publisher={Springer US}
}
@inproceedings{lyons2013factors,
title={Factors affecting physician-patient communication in the medical exam room},
author={Lyons, Jennifer and Dixit, Ram and Emmenegger, Colleen and Hill, Linda L and Weibel, Nadir and Hollan, James D},
booktitle={International Conference on Human-Computer Interaction},
pages={187--191},
year={2013},
organization={Springer, Berlin, Heidelberg}
}
@inproceedings{scherer2012multimodal,
title={Multimodal prediction of expertise and leadership in learning groups},
author={Scherer, Stefan and Weibel, Nadir and Morency, Louis-Philippe and Oviatt, Sharon},
booktitle={Proceedings of the 1st International Workshop on Multimodal Learning Analytics},
pages={1--8},
year={2012}
}
@incollection{rodrigues2013motiondraw,
title={MotionDraw: a tool for enhancing art and performance using kinect},
author={Rodrigues, Danilo Gasques and Grenader, Emily and Nos, Fernando da Silva and Dall'Agnol, Marcel de Sena and Hansen, Troels E and Weibel, Nadir},
booktitle={CHI'13 Extended Abstracts on Human Factors in Computing Systems},
pages={1197--1202},
year={2013}
}
@inproceedings{piper2013audio,
title={Audio-enhanced paper photos: encouraging social interaction at age 105},
author={Piper, Anne Marie and Weibel, Nadir and Hollan, James},
booktitle={Proceedings of the 2013 conference on Computer supported cooperative work},
pages={215--224},
year={2013}
}
@incollection{liu2013interactive,
title={Interactive space: a prototyping framework for touch and gesture on and above the desktop},
author={Liu, Yang and Weibel, Nadir and Hollan, James D},
booktitle={CHI'13 Extended Abstracts on Human Factors in Computing Systems},
pages={1233--1238},
year={2013}
}
@inproceedings{fouse2013reifying,
title={Reifying social movement trajectories},
author={Fouse, Adam and Weibel, Nadir and Johnson, Christine and Hollan, James D},
booktitle={Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages={2945--2948},
year={2013}
}
@inproceedings{kusunoki2013opportunities,
title={Opportunities for blended interaction in emergency rooms: Coupling displays with digital pen input},
author={Kusunoki, Diana and Sarcevic, Aleksandra and Weibel, Nadir and Burd, Randall S},
booktitle={Proceedings of the 7th International Conference on Pervasive Computing Technologies for Healthcare},
pages={288--289},
year={2013}
}
@inproceedings{kusunoki2014balancing,
title={Balancing design tensions: iterative display design to support ad hoc and multidisciplinary medical teamwork},
author={Kusunoki, Diana S and Sarcevic, Aleksandra and Weibel, Nadir and Marsic, Ivan and Zhang, Zhan and Tuveson, Genevieve and Burd, Randall S},
booktitle={Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages={3777--3786},
year={2014}
}
@inproceedings{oviatt2013multimodal,
title={Multimodal learning analytics: Description of math data corpus for ICMI grand challenge workshop},
author={Oviatt, Sharon and Cohen, Adrienne and Weibel, Nadir},
booktitle={Proceedings of the 15th ACM on International conference on multimodal interaction},
pages={563--568},
year={2013}
}
@article{hutchins2013integrative,
title={An integrative approach to understanding flight crew activity},
author={Hutchins, Edwin and Weibel, Nadir and Emmenegger, Colleen and Fouse, Adam and Holder, Barbara},
journal={Journal of Cognitive Engineering and Decision Making},
volume={7},
number={4},
pages={353--376},
year={2013},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
@inproceedings{morency2013icmi,
title={ICMI 2013 grand challenge workshop on multimodal learning analytics},
author={Morency, Louis-Philippe and Oviatt, Sharon and Scherer, Stefan and Weibel, Nadir and Worsley, Marcelo},
booktitle={Proceedings of the 15th ACM on International conference on multimodal interaction},
pages={373--378},
year={2013}
}
@misc{cowan2011ubisketch,
title={UbiSketch: bringing sketching out of the closet},
author={Cowan, Lisa and Weibel, Nadir and Pina, Laura R and Hollan, James D and Griswold, William G},
year={2011},
publisher={Department of Computer Science and Engineering, University of California~…}
}
@inproceedings{weibel2013multimodal,
title={Multimodal data analysis and visualization to study the usage of electronic health records},
author={Weibel, Nadir and Ashfaq, Shazia and Calvitti, Alan and Hollan, James D and Agha, Zia},
booktitle={2013 7th International Conference on Pervasive Computing Technologies for Healthcare and Workshops},
pages={282--283},
year={2013},
organization={IEEE}
}
@article{merchant2014click,
title={Click “like” to change your behavior: a mixed methods study of college students’ exposure to and engagement with Facebook content designed for weight loss},
author={Merchant, Gina and Weibel, Nadir and Patrick, Kevin and Fowler, James H and Norman, Greg J and Gupta, Anjali and Servetas, Christina and Calfas, Karen and Raste, Ketaki and Pina, Laura and others},
journal={Journal of medical Internet research},
volume={16},
number={6},
pages={e3267},
year={2014},
publisher={JMIR Publications Inc., Toronto, Canada}
}
@article{weibelrevisiting,
title={Revisiting the DigitalDesk: A Framework for Interaction On and Above the Desktop},
author={Weibel, Nadir and Liu, Yang and Kanoknukulchai, Ryan and Piper, Anne Marie and Hollan, James D}
}
@article{piper2014designing,
title={Designing audio-enhanced paper photos for older adult emotional wellbeing in communication therapy},
author={Piper, Anne Marie and Weibel, Nadir and Hollan, James D},
journal={International Journal of Human-Computer Studies},
volume={72},
number={8-9},
pages={629--639},
year={2014},
publisher={Academic Press}
}
@inproceedings{weibel2013interpreter,
title={Interpreter-mediated physician-patient communication: Opportunities for multimodal healthcare interfaces},
author={Weibel, Nadir and Emmenegger, Colleen and Lyons, Jennifer and Dixit, Ram and Hill, Linda L and Hollan, James D},
booktitle={2013 7th International Conference on Pervasive Computing Technologies for Healthcare and Workshops},
pages={113--120},
year={2013},
organization={IEEE}
}
@inproceedings{hong2012microanalysis,
title={Microanalysis of active reading behavior to inform design of interactive desktop workspaces},
author={Hong, Matthew and Piper, Anne Marie and Weibel, Nadir and Olberding, Simon and Hollan, James},
booktitle={Proceedings of the 2012 ACM international conference on Interactive tabletops and surfaces},
pages={215--224},
year={2012}
}
@article{dixitcognition,
title={Cognition in Nurse Triage at a Health Clinic},
author={Dixit, Ram Anand}
}
@inproceedings{tanuwidjaja2014chroma,
title={Chroma: a wearable augmented-reality solution for color blindness},
author={Tanuwidjaja, Enrico and Huynh, Derek and Koa, Kirsten and Nguyen, Calvin and Shao, Churen and Torbett, Patrick and Emmenegger, Colleen and Weibel, Nadir},
booktitle={Proceedings of the 2014 ACM international joint conference on pervasive and ubiquitous computing},
pages={799--810},
year={2014}
}
@article{weibel2015lab,
title={LAB-IN-A-BOX: semi-automatic tracking of activity in the medical office},
author={Weibel, Nadir and Rick, Steven and Emmenegger, Colleen and Ashfaq, Shazia and Calvitti, Alan and Agha, Zia},
journal={Personal and Ubiquitous Computing},
volume={19},
number={2},
pages={317--334},
year={2015},
publisher={Springer London}
}
@article{grenader2015videomob,
title={The VideoMob interactive art installation connecting strangers through inclusive digital crowds},
author={Grenader, Emily and Gasques Rodrigues, Danilo and Nos, Fernando and Weibel, Nadir},
journal={ACM Transactions on Interactive Intelligent Systems (TiiS)},
volume={5},
number={2},
pages={1--31},
year={2015},
publisher={ACM New York, NY, USA}
}
@incollection{zheng2015computational,
title={Computational ethnography: automated and unobtrusive means for collecting data in situ for human--computer interaction evaluation studies},
author={Zheng, Kai and Hanauer, David A and Weibel, Nadir and Agha, Zia},
booktitle={Cognitive informatics for biomedicine},
pages={111--140},
year={2015},
publisher={Springer, Cham}
}
@inproceedings{thangarajan2015analyzing,
title={Analyzing social media to characterize local HIV at-risk populations},
author={Thangarajan, Narendran and Green, Nella and Gupta, Amarnath and Little, Susan and Weibel, Nadir},
booktitle={Proceedings of the conference on Wireless Health},
pages={1--8},
year={2015}
}
@article{hoenigl2015development,
title={Development and validation of the San Diego Early Test Score to predict acute and early HIV infection risk in men who have sex with men},
author={Hoenigl, Martin and Weibel, Nadir and Mehta, Sanjay R and Anderson, Christy M and Jenks, Jeffrey and Green, Nella and Gianella, Sara and Smith, Davey M and Little, Susan J},
journal={Clinical Infectious Diseases},
volume={61},
number={3},
pages={468--475},
year={2015},
publisher={Oxford University Press}
}
@inproceedings{cornejo2015promoting,
title={Promoting active aging with a paper-based SNS application},
author={Cornejo, Raymundo and Weibel, Nadir and Tentori, M{\'o}nica and Favela, Jes{\'u}s},
booktitle={2015 9th International Conference on Pervasive Computing Technologies for Healthcare (PervasiveHealth)},
pages={209--212},
year={2015},
organization={IEEE}
}
@inproceedings{rick2015eyes,
title={Eyes on the clinic: accelerating meaningful interface analysis through unobtrusive eye tracking},
author={Rick, Steven and Calvitti, Alan and Agha, Zia and Weibel, Nadir},
booktitle={2015 9th International Conference on Pervasive Computing Technologies for Healthcare (PervasiveHealth)},
pages={213--216},
year={2015},
organization={IEEE}
}
@article{balaji2016genie,
title={Genie: A Longitudinal Study Comparing Physical and Software-augmented Thermostats in Office Buildings},
author={Balaji, Bharathan and Koh, Jason and Weibel, Nadir and Agarwal, Yuvraj},
journal={arXiv preprint arXiv:1601.07229},
year={2016}
}
@inproceedings{rule2015validating,
title={Validating free-text order entry for a note-centric EHR},
author={Rule, Adam and Rick, Steven and Chiu, Michael and Rios, Phillip and Ashfaq, Shazia and Calvitti, Alan and Chan, Wesley and Weibel, Nadir and Agha, Zia},
booktitle={AMIA annual symposium proceedings},
volume={2015},
pages={1103},
year={2015},
organization={American Medical Informatics Association}
}
@inproceedings{weibel2016hands,
title={Hands That Speak: An Integrated Approach to Studying Complex Human Communicative Body Movements},
author={Weibel, Nadir and Hwang, So-One and Rick, Steven and Sayyari, Erfan and Lenzen, Dan and Hollan, Jim},
booktitle={2016 49th Hawaii International Conference on System Sciences (HICSS)},
pages={610--619},
year={2016},
organization={IEEE}
}
@inproceedings{ochoa2016multimodal,
title={Multimodal learning analytics data challenges},
author={Ochoa, Xavier and Worsley, Marcelo and Weibel, Nadir and Oviatt, Sharon},
booktitle={Proceedings of the sixth international conference on Learning Analytics \& Knowledge},
pages={498--499},
year={2016}
}
@inproceedings{hussain2016can,
title={Can DiCoT Improve Infection Control? A Distributed Cognition Study of Information Flow in Intensive Care},
author={Hussain, Mustafa and Weibel, Nadir},
booktitle={Proceedings of the 2016 CHI Conference Extended Abstracts on Human Factors in Computing Systems},
pages={2126--2133},
year={2016}
}
@article{calderon2017happens,
title={What happens when parents and children go grocery shopping? An observational study of Latino dyads in Southern California, USA},
author={Calderon, Joanna and Ayala, Guadalupe X and Elder, John P and Belch, George E and Castro, Iana A and Weibel, Nadir and Pickrel, Julie},
journal={Health Education \& Behavior},
volume={44},
number={1},
pages={5--12},
year={2017},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
@article{chaillon2016practical,
title={A practical online tool to estimate antiretroviral coverage for HIV infected and susceptible populations needed to reduce local HIV epidemics},
author={Chaillon, Antoine and Hoenigl, Martin and Mehta, Sanjay R and Weibel, Nadir and Little, Susan J and Smith, Davey M},
journal={Scientific reports},
volume={6},
number={1},
pages={1--10},
year={2016},
publisher={Nature Publishing Group}
}
@inproceedings{hussain2016mitigating,
title={Mitigating medical alarm fatigue with cognitive heuristics.},
author={Hussain, Mustafa and Dewey, James and Weibel, Nadir},
booktitle={PervasiveHealth},
pages={178--185},
year={2016}
}
@inproceedings{balaji2016genie,
title={Genie: a longitudinal study comparing physical and software thermostats in office buildings},
author={Balaji, Bharathan and Koh, Jason and Weibel, Nadir and Agarwal, Yuvraj},
booktitle={Proceedings of the 2016 ACM International Joint Conference on Pervasive and Ubiquitous Computing},
pages={1200--1211},
year={2016}
}
@inproceedings{cibrian2016collective,
title={Collective use of a fabric-based interactive surface to support early development in toddler classrooms},
author={Cibrian, Franceli L and Weibel, Nadir and Tentori, Monica},
booktitle={Proceedings of the 2016 ACM International Joint Conference on Pervasive and Ubiquitous Computing},
pages={328--339},
year={2016}
}
@article{balaji2016managing,
title={Managing Commercial HVAC Systems: What do Building Operators Really Need?},
author={Balaji, Bharathan and Weibel, Nadir and Agarwal, Yuvraj},
journal={arXiv preprint arXiv:1612.06025},
year={2016}
}
@article{bloss2016reimagining,
title={Reimagining human research protections for 21st century science},
author={Bloss, Cinnamon and Nebeker, Camille and Bietz, Matthew and Bae, Deborah and Bigby, Barbara and Devereaux, Mary and Fowler, James and Waldo, Ann and Weibel, Nadir and Patrick, Kevin and others},
journal={Journal of medical Internet research},
volume={18},
number={12},
pages={e329},
year={2016},
publisher={JMIR Publications Inc., Toronto, Canada}
}
@inproceedings{weibel2017hiv,
title={HIV risk on twitter: The ethical dimension of social media evidence-based prevention for vulnerable populations},
author={Weibel, Nadir and Desai, Purvi and Saul, Lawrence and Gupta, Amarnath and Little, Susan},
booktitle={Proceedings of the 50th Hawaii International Conference on System Sciences},
year={2017}
}
@article{nebeker2015new,
title={New Challenges for Research Ethics in the Digital Age},
author={Nebeker, Camille and Bloss, Cinnamon and Weibel, Nadir},
year={2015}
}
@article{merchant2017face,
title={Face-to-face and online networks: college students’ experiences in a weight-loss trial},
author={Merchant, Gina and Weibel, Nadir and Pina, Laura and Griswold, William G and Fowler, James H and Ayala, Guadalupe X and Gallo, Linda C and Hollan, James and Patrick, Kevin},
journal={Journal of health communication},
volume={22},
number={1},
pages={75--83},
year={2017},
publisher={Routledge}
}
@inproceedings{oviatt2014multimodal,
title={Multimodal learning analytics data resources: Description of math data corpus and coded documents},
author={Oviatt, Sharon and Cohen, A and Weibel, N and Hang, K and Thompson, K},
booktitle={Proceedings of the Third International Data-Driven Grand Challenge Workshop on Multimodal Learning Analytics},
volume={414},
year={2014}
}
@article{ruleparticipatory,
title={Participatory Design Thinking in Radiation Oncology},
author={Rule, Adam and Gillespie, Erin and Weibel, Nadir and Pawlicki, Todd}
}
@inproceedings{cibrian2016musical,
title={A musical interactive surface to support the multi-sensory stimulation of children},
author={Cibrian, Franceli L and Tentori, Monica and Weibel, Nadir},
booktitle={Proceedings of the 10th EAI International Conference on Pervasive Computing Technologies for Healthcare},
pages={241--244},
year={2016}
}
@inproceedings{erhart2016personalized,
title={Personalized multimodal computer interfaces for the motor impaired},
author={Erhart, Matthew and Nguyen, Angie and Shivaswamy, Ruchika and Anderson, Brian and Emmenegger, Colleen and Weibel, Nadir},
booktitle={Proceedings of the 10th EAI International Conference on Pervasive Computing Technologies for Healthcare},
pages={211--214},
year={2016}
}
@article{calvitti2017physician,
title={Physician activity during outpatient visits and subjective workload},
author={Calvitti, Alan and Hochheiser, Harry and Ashfaq, Shazia and Bell, Kristin and Chen, Yunan and El Kareh, Robert and Gabuzda, Mark T and Liu, Lin and Mortensen, Sara and Pandey, Braj and others},
journal={Journal of biomedical informatics},
volume={69},
pages={135--149},
year={2017},
publisher={Academic Press}
}
@article{nebeker2017371,
title={371. Connected and open research ethics (CORE) initiative: engaging stakeholders to shape ethics in the digital age},
author={Nebeker, Camille and Bloss, Cinnamon and Weibel, Nadir},
journal={Biological Psychiatry},
volume={81},
number={10},
pages={S151--S152},
year={2017},
publisher={Elsevier}
}
@inproceedings{gasques2017exploring,
title={Exploring mixed reality in specialized surgical environments},
author={Gasques Rodrigues, Danilo and Jain, Ankur and Rick, Steven R and Shangley, Liu and Suresh, Preetham and Weibel, Nadir},
booktitle={Proceedings of the 2017 CHI Conference Extended Abstracts on Human Factors in Computing Systems},
pages={2591--2598},
year={2017}
}
@article{sarcevic2011traumapen,
title={TraumaPen: A Paper-Digital Interface for Information Capture and Display in Time-Critical Medical Settings},
author={Sarcevic, Aleksandra and Weibel, Nadir and Hollan, James D and Burd, Randall S},
year={2011}
}
@inproceedings{muller2017learning,
title={Learning from failure: designing for complex sociotechnical systems},
author={M{\"u}ller, Lars and Budde, Matthias and Weibel, Nadir and Spencer, Eliah Aronoff and Beigl, Michael and Norman, Don},
booktitle={Proceedings of the 2017 ACM International Joint Conference on Pervasive and Ubiquitous Computing and Proceedings of the 2017 ACM International Symposium on Wearable Computers},
pages={988--991},
year={2017}
}
@article{vaizman2018context,
title={Context recognition in-the-wild: Unified model for multi-modal sensors and multi-label classification},
author={Vaizman, Yonatan and Weibel, Nadir and Lanckriet, Gert},
journal={Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies},
volume={1},
number={4},
pages={1--22},
year={2018},
publisher={ACM New York, NY, USA}
}
@article{nebeker2017ethical,
title={Ethical and regulatory challenges of research using pervasive sensing and other emerging technologies: IRB perspectives},
author={Nebeker, Camille and Harlow, John and Espinoza Giacinto, Rebeca and Orozco-Linares, Rubi and Bloss, Cinnamon S and Weibel, Nadir},
journal={AJOB empirical bioethics},
volume={8},
number={4},
pages={266--276},
year={2017},
publisher={Taylor \& Francis}
}
@article{street2018keystrokes,
title={Keystrokes, mouse clicks, and gazing at the computer: how physician interaction with the EHR affects patient participation},
author={Street, Richard L and Liu, Lin and Farber, Neil J and Chen, Yunan and Calvitti, Alan and Weibel, Nadir and Gabuzda, Mark T and Bell, Kristin and Gray, Barbara and Rick, Steven and others},
journal={Journal of general internal medicine},
volume={33},
number={4},
pages={423--428},
year={2018},
publisher={Springer US}
}
@article{dunseath2018nih,
title={NIH support of mobile, imaging, pervasive sensing, social media and location tracking (MISST) research: laying the foundation to examine research ethics in the digital age},
author={Dunseath, Sarah and Weibel, Nadir and Bloss, Cinnamon S and Nebeker, Camille},
journal={NPJ digital medicine},
volume={1},
number={1},
pages={1--6},
year={2018},
publisher={Nature Publishing Group}
}
@inproceedings{weibel2017new,
title={New frontiers for pervasive telemedicine: From data science in the wild to holopresence},
author={Weibel, Nadir},
booktitle={Proceedings of the 11th EAI International Conference on Pervasive Computing Technologies for Healthcare},
pages={276--281},
year={2017}
}
@inproceedings{ramesh2017exploring,
title={Exploring stroke-associated hemiparesis assessment with support vector machines},
author={Ramesh, Vishwajith and Agrawal, Kunal and Meyer, Brett and Cauwenberghs, Gert and Weibel, Nadir},
booktitle={Proceedings of the 11th EAI International Conference on Pervasive Computing Technologies for Healthcare},
pages={464--467},
year={2017}
}
@article{hussain2017reducing,
title={Reducing alarm fatigue: exploring decision structures, risks, and design},
author={Hussain, Mustafa and Dewey, James and Weibel, Nadir},
journal={EAI Endorsed Transactions on Pervasive Health and Technology},
volume={3},
number={10},
year={2017},
publisher={European Alliance for Innovation (EAI)}
}
@inproceedings{vaizman2018extrasensory,
title={Extrasensory app: Data collection in-the-wild with rich user interface to self-report behavior},
author={Vaizman, Yonatan and Ellis, Katherine and Lanckriet, Gert and Weibel, Nadir},
booktitle={Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems},
pages={1--12},
year={2018}
}
@phdthesis{weibel2009publishing,
title={A publishing infrastructure for interactive paper documents: Supporting interactions across the paper-digital divide},
author={Weibel, Nadir},
year={2009},
school={ETH Zurich}
}
@article{frisoni2007paperref,
title={PaperRef: a PDF-based Interactive Reference System Term Project},
author={Frisoni, Monica and Norrie, Moira C and Weibel, Nadir},
year={2007}
}
@article{sarvghad2018embedded,
title={Embedded merge \& split: Visual adjustment of data grouping},
author={Sarvghad, Ali and Saket, Bahador and Endert, Alex and Weibel, Nadir},
journal={IEEE transactions on visualization and computer graphics},
volume={25},
number={1},
pages={800--809},
year={2018},
publisher={IEEE}
}
@inproceedings{johnson2018holocpr,
title={Holocpr: Designing and evaluating a mixed reality interface for time-critical emergencies},
author={Johnson, Janet G and Rodrigues, Danilo Gasques and Gubbala, Madhuri and Weibel, Nadir},
booktitle={Proceedings of the 12th EAI International Conference on Pervasive Computing Technologies for Healthcare},
pages={67--76},
year={2018}
}
@inproceedings{rodrigues2018realtime,
title={Realtime guidance for cardiopulmonary resuscitation in Mixed Reality},
author={Rodrigues, Danilo Gasques and Johnson, Janet and Weibel, Nadir},
booktitle={12th EAI International Conference on Pervasive Computing Technologies for Healthcare--Demos, Posters, Doctoral Colloquium},
year={2018},
organization={European Alliance for Innovation (EAI)}
}
@inproceedings{ramesh2018stroke,
title={Stroke-associated hemiparesis detection using body joints and support vector machines},
author={Ramesh, Vishwajith and Agrawal, Kunal and Meyer, Brett and Cauwenberghs, Gert and Weibel, Nadir},
booktitle={Proceedings of the 12th EAI International Conference on Pervasive Computing Technologies for Healthcare},
pages={55--58},
year={2018}
}
@article{harlow2020using,
title={Using participatory design to inform the Connected and Open Research Ethics (CORE) commons},
author={Harlow, John and Weibel, Nadir and Al Kotob, Rasheed and Chan, Vincent and Bloss, Cinnamon and Linares-Orozco, Rubi and Takemoto, Michelle and Nebeker, Camille},
journal={Science and engineering ethics},
volume={26},
number={1},
pages={183--203},
year={2020},
publisher={Springer Netherlands}
}
@article{weibelsystematic,
title={A Systematic Approach to the Development of E-Commerce Sites for Mass Customization},
author={Weibel, Nadir and Vogelsang, Axel}
}
@inproceedings{rick2019sleepbot,
title={SleepBot: encouraging sleep hygiene using an intelligent chatbot},
author={Rick, Steven R and Goldberg, Aaron Paul and Weibel, Nadir},
booktitle={Proceedings of the 24th International Conference on Intelligent User Interfaces: Companion},
pages={107--108},
year={2019}
}
@inproceedings{rick2019neuropose,
title={NeuroPose: geriatric rehabilitation in the home using a webcam and pose estimation},
author={Rick, Steven R and Bhaskaran, Shubha and Sun, Yajie and McEwen, Sarah and Weibel, Nadir},
booktitle={Proceedings of the 24th International Conference on Intelligent User Interfaces: Companion},
pages={105--106},
year={2019}
}
@inproceedings{vovk2019sig,
title={SIG: Spatiality of Augmented Reality User Interfaces},
author={Vovk, Alla and Gasques Rodrigues, Danilo and Wild, Fridolin and Weibel, Nadir},
booktitle={Extended Abstracts of the 2019 CHI Conference on Human Factors in Computing Systems},
pages={1--4},
year={2019}
}
@inproceedings{grega2019smart,
title={SMART 2.0: A Multimodal Weight Loss Intervention for Young Adults},
author={Grega, Lisa M and Weibel, Nadir and Assi, Shadia J and Golaszewski, Natalie M and Hekler, Eric B and Godino, Job G},
booktitle={Extended Abstracts of the 2019 CHI Conference on Human Factors in Computing Systems},
pages={1--6},
year={2019}
}
@inproceedings{weibel2019symposium,
title={Symposium: WISH-Workgroup on Interactive Systems in Healthcare},
author={Weibel, Nadir and Unertl, Kim and Boll, Susanne},
booktitle={Extended Abstracts of the 2019 CHI Conference on Human Factors in Computing Systems},
pages={1--8},
year={2019}
}
@inproceedings{gasques2019you,
title={What you sketch is what you get: Quick and easy augmented reality prototyping with pintar},
author={Gasques, Danilo and Johnson, Janet G and Sharkey, Tommy and Weibel, Nadir},
booktitle={Extended Abstracts of the 2019 CHI Conference on Human Factors in Computing Systems},
pages={1--6},
year={2019}
}
@inproceedings{johnson2019nurture,
title={Nurture-Empower-Support: A Human-Centered Approach to Understand and Support ICU Families},
author={Johnson, Janet and Schmitz, Evan and Ramnath, Venktesh and Weibel, Nadir},
booktitle={Proceedings of the 13th EAI International Conference on Pervasive Computing Technologies for Healthcare},
pages={119--128},
year={2019}
}
@inproceedings{gasques2019pintar,
title={Pintar: Sketching spatial experiences in augmented reality},
author={Gasques, Danilo and Johnson, Janet G and Sharkey, Tommy and Weibel, Nadir},
booktitle={Companion Publication of the 2019 on Designing Interactive Systems Conference 2019 Companion},
pages={17--20},
year={2019}
}
@inproceedings{kim2019visualization,
title={VISUALIZATION OF INFORMATION FLOW IN LONGITUDINAL ELECTRONIC HEALTH RECORDS USING CIRCULAR LAYOUT},
author={Kim, Jihoon and Yang, Hai and Weibel, Nadir and Deering, Sean and Zheng, Kai and Zamora, Tania and Ohno-Machado, Lucila},
booktitle={ANNALS OF BEHAVIORAL MEDICINE},
volume={53},
pages={S83--S83},
year={2019},
organization={OXFORD UNIV PRESS INC JOURNALS DEPT, 2001 EVANS RD, CARY, NC 27513 USA}
}
@inproceedings{nebeker2019development,
title={DEVELOPMENT OF A DECISION-MAKING CHECKLIST TOOL TO SUPPORT SELECTING TECHNOLOGY IN DIGITAL HEALTH RESEARCH},
author={Nebeker, Camille and Ellis, Rebecca Bartlett and Weibel, Nadir and Torous, John},
booktitle={ANNALS OF BEHAVIORAL MEDICINE},
volume={53},
pages={S170--S170},
year={2019},
organization={OXFORD UNIV PRESS INC JOURNALS DEPT, 2001 EVANS RD, CARY, NC 27513 USA}
}
@inproceedings{hoenigl20191961,
title={1961. Grindr™ on Screen Activity on iPhones Correlates with HIV Risk and Substance Use in Men Who Have Sex with Men, San Diego},
author={Hoenigl, Martin and Little, Susan J and Stockman, Jamila K and Skaathun, Britt and Grelotti, David and Weibel, Nadir and Smith, Davey M},
booktitle={Open Forum Infectious Diseases},
volume={6},
number={Supplement\_2},
pages={S63--S64},
year={2019},
organization={Oxford University Press US}
}
@article{hoenigl2019grindrtm,
title={GrindrTM Users Take more Risks, but are more Open to HIV Pre-Exposure Prophylaxis: Could this Dating App Provide Platform for HIV Prevention Outreach?},
author={Hoenigl, Martin and Little, Susan J and Grelotti, David and Skaathun, Britt and Wagner, Gabriel A and Weibel, Nadir and Stockman, Jamila K and Smith, Davey M},
journal={Clinical Infectious Diseases: an Official Publication of the Infectious Diseases Society of America},
year={2019}
}
@article{hoenigl2020grindr,
title={Grindr users take more risks, but are more open to human immunodeficiency virus (HIV) pre-exposure prophylaxis: could this dating app provide a platform for HIV prevention outreach?},
author={Hoenigl, Martin and Little, Susan J and Grelotti, David and Skaathun, Britt and Wagner, Gabriel A and Weibel, Nadir and Stockman, Jamila K and Smith, Davey M},
journal={Clinical Infectious Diseases},
volume={71},
number={7},
pages={e135--e140},
year={2020},
publisher={Oxford University Press US}
}
@article{nebekerusing,
title={Using the'Design Thinking'Method to Bridge the Digital Divide between Behavioral Scientist and their Institutional Review Boards},
author={Nebeker, Camille and Harlow, John and Bloss, Cinnamon and Weibel, Nadir}
}
@article{xie2020interactive,
title={Interactive multi-user 3d visual analytics in augmented reality},
author={Xie, Wanze and Liang, Yining and Johnson, Janet and Mower, Andrea and Burns, Samuel and Chelini, Colleen and D’Alessandro, Paul and Weibel, Nadir and Schulze, J{\"u}rgen P},
journal={Electronic Imaging},
volume={2020},
number={13},
pages={363--1},
year={2020},
publisher={Society for Imaging Science and Technology}
}
@article{pipershb,
title={SHB: Small: A Paper-Digital Infrastructure for Health Care Applications},
author={Piper, Anne Marie and Weibel, Nadir and Fouse, Adam and Hollan, J},