-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmybibliography.bib
More file actions
1064 lines (968 loc) · 35.3 KB
/
mybibliography.bib
File metadata and controls
1064 lines (968 loc) · 35.3 KB
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{BEN20,
author = {Benrachou, D. E. and Masmoudi, M. and Djekoune, O. and Zenati, N. and Ousmer, M.},
title = {Avatar-Facilitated Therapy and Virtual Reality: Next-Generation of Functional Rehabilitation Methods},
year = {2020},
doi = {10.1109/CCSSP49278.2020.9151528},
booktitle = {1st International Conference on Communications, Control Systems and Signal Processing (CCSSP)},
pages = {298--304},
}
@inproceedings{KOS18,
author = {Koskela, T. and Mazouzi, M. and Alavesa, P. and Pakanen, M. and Minyaev, I. and Paavola, E. and Tuliniemi, J.},
title = {AVATAREX: Telexistence System Based on Virtual Avatars},
year = {2018},
publisher = {ACM},
address = {New York, NY, USA},
doi = {10.1145/3174910.3174926},
booktitle = {Proceedings of the 9th Augmented Human International Conference},
location = {Seoul, Republic of Korea},
series = {AH '18}
}
@article{BAC19,
author = {Baccon, L. A. and Chiarovano, E. and Hamish G. MacDougall, H. G.},
title = {Virtual Reality for Teletherapy: Avatars May Combine the Benefits of Face-to-Face Communication with the Anonymity of Online Text-Based Communication},
journal = {Cyberpsychology, Behavior, and Social Networking},
volume = {22},
pages = {158--1656},
year = {2019},
month = {02},
doi = {10.1089/cyber.2018.0247},
url = {https://www.liebertpub.com/doi/10.1089/cyber.2018.0247},
}
@inproceedings{MAL20,
author = {Maloney, D. and Zamanifard, S. and Freeman, G.},
title = {Anonymity vs. Familiarity: Self-Disclosure and Privacy in Social Virtual Reality},
year = {2020},
publisher = {ACM},
address = {New York, NY, USA},
doi = {10.1145/3385956.3418967},
booktitle = {26th ACM Symposium on Virtual Reality Software and Technology},
location = {Virtual Event, Canada},
series = {VRST '20}
}
@article{LUC14,
author = {Lucas, G. M and Gratch, J. and King, A. and Morency, L.-P.},
title = {It’s only a computer: Virtual humans increase willingness to disclose},
journal = {Computers in Human Behavior},
volume = {37},
pages = {94--100},
year = {2014},
doi = {10.1016/j.chb.2014.04.043},
url = {https://www.sciencedirect.com/science/article/pii/S0747563214002647},
}
@inproceedings{LAT17,
author = {Latoschik, M. E. and Roth, D. and Gall, D. and Achenbach, J. and Waltemate, T. and Botsch, M.},
title = {The Effect of Avatar Realism in Immersive Social Virtual Realities},
year = {2017},
publisher = {ACM},
address = {New York, NY, USA},
doi = {10.1145/3139131.3139156},
booktitle = {Proceedings of the 23rd ACM Symposium on Virtual Reality Software and Technology},
location = {Gothenburg, Sweden},
series = {VRST '17}
}
@article{KAN10,
author = {Kang, S.-H. and Gratch, J.},
title = {Virtual humans elicit socially anxious interactants' verbal self-disclosure},
journal = {Computer Animation \& Virtual Worlds},
volume = {21},
pages = {473--482},
year = {2010},
month = {05},
doi = {10.1002/cav.345},
url = {https://onlinelibrary.wiley.com/doi/10.1002/cav.345},
}
@inproceedings{KAN16,
author = {Kang, S.-H. and Feng, A. W. and Seymour, M. and Shapiro, A.},
title = {Smart Mobile Virtual Characters: Video Characters vs. Animated Characters},
year = {2016},
publisher = {ACM},
address = {New York, NY, USA},
doi = {10.1145/2974804.2980511},
booktitle = {Proceedings of the Fourth International Conference on Human Agent Interaction},
pages = {371--374},
location = {Biopolis, Singapore},
series = {HAI '16}
}
@article{KAN13,
author = {Kang, S.-H. and Watt, J. H.},
title = {The impact of avatar realism and anonymity on effective communication via mobile devices},
journal = {Computers in Human Behavior},
volume = {29},
number = {3},
pages = {1169--1181},
year = {2013},
doi = {10.1016/j.chb.2012.10.010},
url = {https://www.sciencedirect.com/science/article/pii/S0747563212002786},
}
@inproceedings{MIL19,
author = {Milcent, A.-S. and Geslin, E. and Kadri, A. and Richir, S.},
title = {Expressive Virtual Human: Impact of Expressive Wrinkles and Pupillary Size on Emotion Recognition},
year = {2019},
publisher = {ACM},
address = {New York, NY, USA},
doi = {10.1145/3308532.3329446},
booktitle = {Proceedings of the 19th ACM International Conference on Intelligent Virtual Agents},
pages = {215--217},
location = {Paris, France},
series = {IVA '19}
}
@inproceedings{ZAL18,
author = {Zalake, M. and Woodward, J. and Kapoor, A. and Lok, B.},
title = {Assessing the Impact of Virtual Human's Appearance on Users' Trust Levels},
year = {2018},
publisher = {ACM},
address = {New York, NY, USA},
doi = {10.1145/3267851.3267863},
booktitle = {Proceedings of the 18th International Conference on Intelligent Virtual Agents},
pages = {329--330},
location = {Sydney, NSW, Australia},
series = {IVA '18}
}
@inbook{LU21,
author = {Lu, Z. and Shen, C. and Li, J. and Shen, H. and Wigdor, D.},
title = {More Kawaii than a Real-Person Live Streamer: Understanding How the Otaku Community Engages with and Perceives Virtual YouTubers},
year = {2021},
publisher = {ACM},
address = {New York, NY, USA},
booktitle = {Proceedings of the 2021 CHI Conference on Human Factors in Computing Systems},
articleno = {137},
}
@inproceedings{ZEL19,
author = {Zelenskaya, M. and Harvey, L.},
title = {Virtual Avatars as a Tool for Audience Engagement},
year = {2019},
publisher = {ACM},
address = {New York, NY, USA},
doi = {10.1145/3359997.3365717},
booktitle = {The 17th International Conference on Virtual-Reality Continuum and Its Applications in Industry},
articleno = {59},
location = {Brisbane, QLD, Australia},
series = {VRCAI '19}
}
@inproceedings{KAN10A,
author = {Kang, S.-H. and Gratch, J.},
title = {The Effect of Avatar Realism of Virtual Humans on Self-Disclosure in Anonymous Social Interactions},
year = {2010},
publisher = {ACM},
address = {New York, NY, USA},
doi = {10.1145/1753846.1754056},
booktitle = {CHI '10 Extended Abstracts on Human Factors in Computing Systems},
pages = {3781--3786},
location = {Atlanta, Georgia, USA},
series = {CHI EA '10}
}
@inproceedings{KAN16A,
author = {Kang, S.-H. and Phan, T. and Bolas, M. and Krum, D.},
title = {User Perceptions of a Virtual Human Over Mobile Video Chat Interactions},
year = {2016},
publisher= {Springer International Publishing},
doi = {10.1007/978-3-319-39513-5_10},
booktitle = {Human-Computer Interaction. Novel User Experiences},
pages = {107--118},
month = {07},
volume = {9733}
}
@InProceedings{GRA07,
author = {Gratch, J. and Wang, N.and Okhmatovskaia, A. and Lamothe, F. and Morales, M. and van der Werf, R. J. and Morency, L.-P.},
title = {Can Virtual Humans Be More Engaging Than Real Ones?},
booktitle = {Human-Computer Interaction. HCI Intelligent Multimodal Interaction Environments},
year = {2007},
publisher = {Springer Berlin Heidelberg},
address = {Berlin, Heidelberg},
pages = {286--297},
}
@article{COS20,
author = {\'Cosi\'c, K. and Popovi\'c, S. and \v{S}arlija, M. and Kesed\v{z}i\'c, I.},
year = {2020},
month = {04},
pages = {25-31},
title = {Impact of Human Disasters and COVID-19 Pandemic on Mental Health: Potential of Digital Psychiatry},
volume = {32},
journal = {Psychiatria Danubina},
doi = {10.24869/psyd.2020.25}
}
@article{KUM21,
author = {Kumar, A and Nayar, K. R.},
title = {COVID 19 and its mental health consequences},
journal = {Journal of Mental Health},
volume = {30},
number = {1},
pages = {1--2},
year = {2021},
publisher = {Routledge},
doi = {10.1080/09638237.2020.1757052},
URL = {https://doi.org/10.1080/09638237.2020.1757052}
}
@article{EHR20,
author = {Ehrlich, H. and McKenney, M. and Elkbuli, A.},
title = {Protecting our healthcare workers during the COVID-19 pandemic},
journal = {The American journal of emergency medicine},
volume = {38},
number = {7},
pages = {1527--1528},
year = {2020},
doi = {10.1016/j.ajem.2020.04.024},
URL = {https://doi.org/10.1016/j.ajem.2020.04.024}
}
@article{CHE20,
author = {Chew, N. and Lee, G. and Tan, B. and Jing, M. and Goh, Y. and Ngiam, N. and Yeo, L. and Ahmad, A. and Ahmed Khan, F. and Shanmugam, G. N. and Sharma, A. K. and Komalkumar, R. N. and Meenakshi, P. V. and Shah, K. and Patel, B. and Chan, B. and Sunny, S. and Chandra, B. and Ong, J. and Paliwal, P. R. and Wong, L. Y. H. and Sagayanathan, R. and Chen, J. T. and Ng, A. Y. Y. and Teoh, H. L. and Tsivgoulis, G and Ho, C. S. and C. Ho, R. C. and Sharma, V. K.},
title = {A multinational, multicentre study on the psychological outcomes and associated physical symptoms amongst healthcare workers during COVID-19 outbreak},
journal = {Brain, behavior, and Immunity},
volume = {88},
pages = {559--565},
year = {2020},
month = {08},
doi = {10.1016/j.bbi.2020.04.049},
URL = {https://doi.org/10.1016/j.bbi.2020.04.049}
}
@article{JOH20,
author = {Johnson, S. U. and Ebrahimi, O. V. and Hoffart, A.},
title = {PTSD symptoms among health workers and public service providers during the COVID-19 outbreak},
journal = {PloS one},
volume = {15},
number = {10},
year = {2020},
month = {10},
doi = {10.1371/journal.pone.0241032},
URL = {https://doi.org/10.1371/journal.pone.0241032}
}
@ARTICLE{BOL20,
AUTHOR={Boldrini, T. and Lomoriello, A. S. and Del Corno, F. and Lingiardi, V. and Salcuni, S.},
TITLE={Psychotherapy During COVID-19: How the Clinical Practice of Italian Psychotherapists Changed During the Pandemic},
JOURNAL={Frontiers in Psychology},
VOLUME={11},
YEAR={2020},
URL={https://www.frontiersin.org/article/10.3389/fpsyg.2020.591170},
DOI={10.3389/fpsyg.2020.591170},
}
@article{BEK20,
author = {B\'ek\'es, V. and Aafjes-van Doorn, K.},
title = {Psychotherapists’ attitudes toward online therapy during the COVID-19 pandemic},
journal = {Journal of Psychotherapy Integration},
volume = {30},
number = {2},
pages = {238--247},
year = {2020},
month = {06},
doi = {10.1037/int0000214},
URL = {https://doi.org/10.1037/int0000214}
}
@article{WIN20,
author = {Wind, T. R. and Rijkeboer, M. and Andersson, G. and Riper, H.},
title = {The COVID-19 pandemic: The 'black swan' for mental health care and a turning point for e-health},
journal = {Internet interventions},
volume = {20},
year = {2020},
doi = {10.1016/j.invent.2020.100317},
URL = {https://doi.org/10.1016/j.invent.2020.100317}
}
@INPROCEEDINGS{FAN21,
author={Fang, Z. and Cai, L. and Wang, G.},
booktitle={2021 International Symposium on Computer Technology and Information Science (ISCTIS)},
title={MetaHuman Creator The starting point of the metaverse},
year={2021},
volume={},
number={},
pages={154--157},
doi={10.1109/ISCTIS51085.2021.00040}
}
@misc{EPI21,
title={MetaHuman Creator: Fast, High-Fidelity Digital Humans in Unreal Engine},
url={https://www.epicgames.com/site/es-ES/news/announcing-metahuman-creator-fast-high-fidelity-digital-humans-in-unreal-engine},
author={Epic Games},
year={2021},
month={02}
}
@misc{EPI22,
title={Live link plugin}, url={https://docs.unrealengine.com/4.27/en-US/AnimatingObjects/SkeletalMeshAnimation/LiveLinkPlugin/},
author={Epic Games}
}
@misc{ULT,
title={Getting started with Ultraleap}, url={https://docs.ultraleap.com/unreal-api/unreal-guide/getting-started.html},
author={Ultraleap}
}
@Article{AGY21,
AUTHOR = {Agyapong, Vincent I. O. and Shalaby, Reham and Hrabok, Marianne and Vuong, Wesley and Noble, Jasmine M. and Gusnowski, April and Mrklas, Kelly and Li, Daniel and Snaterse, Mark and Surood, Shireen and Cao, Bo and Li, Xin-Min and Greiner, Russell and Greenshaw, Andrew J.},
TITLE = {Mental Health Outreach via Supportive Text Messages during the COVID-19 Pandemic: Improved Mental Health and Reduced Suicidal Ideation after Six Weeks in Subscribers of Text4Hope Compared to a Control Population},
JOURNAL = {International Journal of Environmental Research and Public Health},
VOLUME = {18},
YEAR = {2021},
NUMBER = {4},
ARTICLE-NUMBER = {2157},
URL = {https://www.mdpi.com/1660-4601/18/4/2157},
PubMedID = {33672120},
ISSN = {1660-4601},
DOI = {10.3390/ijerph18042157}
}
@article {LIB21,
author = {Liberati, Elisa and Richards, Natalie and Parker, Jennie and Willars, Janet and Scott, David and Boydell, Nicola and Pinfold, Vanessa and Martin, Graham and Dixon-Woods, Mary and Jones, Peter},
title = {Remote care for mental health: qualitative study with service users, carers and staff during the COVID-19 pandemic},
volume = {11},
number = {4},
elocation-id = {e049210},
year = {2021},
doi = {10.1136/bmjopen-2021-049210},
publisher = {British Medical Journal Publishing Group},
issn = {2044-6055},
URL = {https://bmjopen.bmj.com/content/11/4/e049210},
eprint = {https://bmjopen.bmj.com/content/11/4/e049210.full.pdf},
journal = {BMJ Open}
}
@Article{AGU21,
author="Aguilera, Adrian
and Hernandez-Ramos, Rosa
and Haro-Ramos, Alein Y
and Boone, Claire Elizabeth
and Luo, Tiffany Christina
and Xu, Jing
and Chakraborty, Bibhas
and Karr, Chris
and Darrow, Sabrina
and Figueroa, Caroline Astrid",
title="A Text Messaging Intervention (StayWell at Home) to Counteract Depression and Anxiety During COVID-19 Social Distancing: Pre-Post Study",
journal="JMIR Ment Health",
year="2021",
month="Nov",
day="1",
volume="8",
number="11",
pages="e25298",
issn="2368-7959",
doi="10.2196/25298",
url="https://mental.jmir.org/2021/11/e25298",
}
@Article{AGY20,
author="Agyapong, Vincent Israel Ouoku
and Hrabok, Marianne
and Vuong, Wesley
and Shalaby, Reham
and Noble, Jasmine Marie
and Gusnowski, April
and Mrklas, Kelly J
and Li, Daniel
and Urichuk, Liana
and Snaterse, Mark
and Surood, Shireen
and Cao, Bo
and Li, Xin-Min
and Greiner, Russell
and Greenshaw, Andrew James",
title="Changes in Stress, Anxiety, and Depression Levels of Subscribers to a Daily Supportive Text Message Program (Text4Hope) During the COVID-19 Pandemic: Cross-Sectional Survey Study",
journal="JMIR Ment Health",
year="2020",
month="Dec",
day="18",
volume="7",
number="12",
pages="e22423",
issn="2368-7959",
doi="10.2196/22423",
url="http://mental.jmir.org/2020/12/e22423/",
}
@article{ZHA20,
doi = {10.1159/000509000},
url = {https://doi.org/10.1159/000509000},
year = {2020},
month = jun,
publisher = {S. Karger {AG}},
volume = {90},
number = {1},
pages = {64--66},
author = {Yusen Zhai},
title = {A Call for Addressing Barriers to Telemedicine: Health Disparities during the {COVID}-19 Pandemic},
journal = {Psychotherapy and Psychosomatics}
}
@Article{SUC12,
author="Sucala, Madalina
and Schnur, Julie B
and Constantino, Michael J
and Miller, Sarah J
and Brackman, Emily H
and Montgomery, Guy H",
title="The Therapeutic Relationship in E-Therapy for Mental Health: A Systematic Review",
journal="J Med Internet Res",
year="2012",
month="Aug",
day="02",
volume="14",
number="4",
pages="e110",
issn="1438-8871",
doi="10.2196/jmir.2084",
url="http://www.jmir.org/2012/4/e110/",
}
@article{LIN21,
doi = {10.1037/pst0000398},
url = {https://doi.org/10.1037/pst0000398},
year = {2021},
month = dec,
publisher = {American Psychological Association ({APA})},
volume = {58},
number = {4},
pages = {449--459},
author = {Tao Lin and Suzannah J. Stone and Timothy G. Heckman and Timothy Anderson},
title = {Zoom-in to zone-out: Therapists report less therapeutic skill in telepsychology versus face-to-face therapy during the {COVID}-19 pandemic.},
journal = {Psychotherapy}
}
@inproceedings{BIG19,
author = {Bigand, Félix and Braffort, Annelies and Prigent, Elise and Berret, Bastien},
year = {2019},
month = {09},
title = {Signing Avatar Motion: Combining Naturality and Anonymity},
booktitle=" "
}
@article{MAR18,
doi = {10.1002/hrdq.21307},
url = {https://doi.org/10.1002/hrdq.21307},
year = {2018},
month = jan,
publisher = {Wiley},
volume = {29},
number = {2},
pages = {125--141},
author = {Marianne Schmid Mast and Emmanuelle P. Kleinlogel and Benjamin Tur and Manuel Bachmann},
title = {The future of interpersonal skills development: Immersive virtual reality training with virtual humans},
journal = {Human Resource Development Quarterly}
}
@Article{SHO19,
author="Shorey, Shefaly
and Ang, Emily
and Yap, John
and Ng, Esperanza Debby
and Lau, Siew Tiang
and Chui, Chee Kong",
title="A Virtual Counseling Application Using Artificial Intelligence for Communication Skills Training in Nursing Education: Development Study",
journal="J Med Internet Res",
year="2019",
month="Oct",
day="29",
volume="21",
number="10",
pages="e14658",
issn="1438-8871",
doi="10.2196/14658",
url="http://www.jmir.org/2019/10/e14658/",
}
@article{KUR18,
title={Understanding Online Disinhibition: An Investigation of the Relationship Between Information and Communication Technology and Adolescent Personality, Identity, and Behaviour},
author={Kurek, Anna},
year={2018},
publisher={Victoria University of Wellington},
journal=" "
}
@article{WAN20,
title = {The effects of anonymity, invisibility, asynchrony, and moral disengagement on cyberbullying perpetration among school-aged children in China},
journal = {Children and Youth Services Review},
volume = {119},
pages = {105613},
year = {2020},
issn = {0190-7409},
doi = {https://doi.org/10.1016/j.childyouth.2020.105613},
url = {https://www.sciencedirect.com/science/article/pii/S0190740920320363},
author = {Lin Wang and Steven Sek-yum Ngai},
}
@article{MALO20,
author = {Maloney, Divine and Freeman, Guo and Wohn, Donghee Yvette},
title = {"Talking without a Voice": Understanding Non-Verbal Communication in Social Virtual Reality},
year = {2020},
issue_date = {October 2020},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {4},
number = {CSCW2},
url = {https://doi.org/10.1145/3415246},
doi = {10.1145/3415246},
journal = {Proc. ACM Hum.-Comput. Interact.},
month = {oct},
articleno = {175},
numpages = {25},
}
@inproceedings{KUJ03,
title={Supporting visual elements of non-verbal communication in computer game avatars.},
author={Kujanp{\"a}{\"a}, Tomi and Manninen, Tony},
booktitle={DiGRA Conference},
year={2003},
organization={Citeseer}
}
@article{SAU19,
title={How robots influence humans: A survey of nonverbal communication in social human--robot interaction},
author={Saunderson, Shane and Nejat, Goldie},
journal={International Journal of Social Robotics},
volume={11},
number={4},
pages={575--608},
year={2019},
publisher={Springer}
}
@inproceedings{ROT19,
author = {Roth, Daniel and Bloch, Carola and Schmitt, Josephine and Frischlich, Lena and Latoschik, Marc Erich and Bente, Gary},
title = {Perceived Authenticity, Empathy, and Pro-Social Intentions Evoked through Avatar-Mediated Self-Disclosures},
year = {2019},
isbn = {9781450371988},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3340764.3340797},
doi = {10.1145/3340764.3340797},
booktitle = {Proceedings of Mensch Und Computer 2019},
pages = {21–30},
numpages = {10},
location = {Hamburg, Germany},
series = {MuC'19}
}
@article{SPR03,
author = {Spreng, R. Nathan and Mckinnon, Margaret and Mar, Raymond and Levine, Brian},
year = {2009},
month = {02},
pages = {62-71},
title = {The Toronto Empathy Questionnaire: Scale Development and Initial Validation of a Factor-Analytic Solution to Multiple Empathy Measures},
volume = {91},
journal = {Journal of personality assessment},
doi = {10.1080/00223890802484381}
}
@article{JOH91,
title={Big five inventory},
author={John, Oliver P and Donahue, Eileen M and Kentle, Robert L},
journal={Journal of Personality and Social Psychology},
year={1991}
}
@article{BAI03,
title={Interpersonal distance in immersive virtual environments},
author={Bailenson, Jeremy N and Blascovich, Jim and Beall, Andrew C and Loomis, Jack M},
journal={Personality and social psychology bulletin},
volume={29},
number={7},
pages={819--833},
year={2003},
publisher={Sage Publications}
}
@article{DAV83,
author = {Davis, Mark},
year = {1983},
month = {07},
pages = {113-126},
title = {Measuring individual differences in empathy: Evidence for a multidimensional approach},
volume = {44},
journal = {Journal of personalilty and social psychology},
doi = {10.1037/0022-3514.44.1.113}
}
@article{ZIB19,
author = {Zibrek, Katja and Martin, Sean and McDonnell, Rachel},
title = {Is Photorealism Important for Perception of Expressive Virtual Humans in Virtual Reality?},
year = {2019},
issue_date = {July 2019},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {16},
number = {3},
issn = {1544-3558},
url = {https://doi.org/10.1145/3349609},
doi = {10.1145/3349609},
journal = {ACM Trans. Appl. Percept.},
month = {sep},
articleno = {14},
numpages = {19},
}
@article{CLA20,
doi = {10.1371/journal.pntd.0008484},
author = {Clark, Eva AND Fredricks, Karla AND Woc-Colburn, Laila AND Bottazzi, Maria Elena AND Weatherhead, Jill},
journal = {PLOS Neglected Tropical Diseases},
publisher = {Public Library of Science},
title = {Disproportionate impact of the COVID-19 pandemic on immigrant communities in the United States},
year = {2020},
month = {07},
volume = {14},
url = {https://doi.org/10.1371/journal.pntd.0008484},
pages = {1-9},
abstract = {null},
number = {7},
}
@article{GAY20,
author = {Gaynor, Tia Sherèe and Wilson, Meghan E.},
title = {Social Vulnerability and Equity: The Disproportionate Impact of COVID-19},
journal = {Public Administration Review},
volume = {80},
number = {5},
pages = {832-838},
doi = {https://doi.org/10.1111/puar.13264},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/puar.13264},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1111/puar.13264},
year = {2020}
}
@article{RAS21,
author = {Rasheeta Chandler and Dominique Guillaume and Andrea G. Parker and Amber Mack and Jill Hamilton and Jemea Dorsey and Natalie D. Hernandez},
title = {The impact of COVID-19 among Black women: evaluating perspectives and sources of information},
journal = {Ethnicity \& Health},
volume = {26},
number = {1},
pages = {80-93},
year = {2021},
publisher = {Taylor & Francis},
doi = {10.1080/13557858.2020.1841120},
note ={PMID: 33153287},
URL = {https://doi.org/10.1080/13557858.2020.1841120},
eprint = {https://doi.org/10.1080/13557858.2020.1841120}
}
@misc{FER19,
title={Designing online experiments using google forms + random redirect tool},
url={https://teaching.statistics-is-awesome.org/designing-online-experiments-using-google-forms-random-redirect-tool/},
author={Anna Fergusson},
year={2019}
}
@article{RIZ11,
author = {Rizzo, Albert and Lange, Belinda and Buckwalter, J. and Forbell, Eric and Kim, Julia and Sagae, Kenji and Williams, Josh and Rothbaum, Barbara and Difede, Joann and Reger, Greg and Parsons, Thomas and Kenny, Patrick},
year = {2011},
month = {11},
pages = {503-9},
title = {SimCoach: An intelligent virtual human system for providing healthcare information and support},
volume = {163},
journal = {Studies in health technology and informatics},
doi = {10.1515/IJDHD.2011.046}
}
@book{FEY91,
title={Gestures and speech: Psychological investigations},
author={Feyereisen, Pierre and De Lannoy, Jacques-Dominique and others},
year={1991},
publisher={Cambridge University Press}
}
@article{CLO20,
title={The role of gesture in communication and cognition: Implications for understanding and treating neurogenic communication disorders},
author={Clough, Sharice and Duff, Melissa C},
journal={Frontiers in Human Neuroscience},
pages={323},
year={2020},
publisher={Frontiers}
}
@article{KAN16B,
title={From hands to minds: Gestures promote understanding},
author={Kang, Seokmin and Tversky, Barbara},
journal={Cognitive Research: Principles and Implications},
volume={1},
number={1},
pages={1--15},
year={2016},
publisher={SpringerOpen}
}
@inproceedings{ARJ20,
title={The Interplay Of Hand Gestures And Facial Expressions In Conveying Emotions A CNN--BASED APPROACH},
author={Arjun, AM and Sreehari, S and Nandakumar, R},
booktitle={2020 Fourth International Conference on Computing Methodologies and Communication (ICCMC)},
pages={833--837},
year={2020},
organization={IEEE}
}
@article{WAX97,
title={Nonverbal cues for anxiety: an examination of emotional leakage.},
author={Waxer, Peter H},
journal={Journal of abnormal psychology},
volume={86},
number={3},
pages={306},
year={1977},
publisher={American Psychological Association}
}
@article{REI22,
title={Hand movements that change during psychotherapy and their relation to therapeutic outcome: An analysis of individual and simultaneous movements},
author={Reinecke, Katharina CH and Joraschky, Peter and Lausberg, Hedda},
journal={Psychotherapy Research},
volume={32},
number={1},
pages={104--114},
year={2022},
publisher={Taylor \& Francis}
}
@book{KNA13,
title={Nonverbal communication in human interaction},
author={Knapp, Mark L and Hall, Judith A and Horgan, Terrence G},
year={2013},
publisher={Cengage Learning}
}
@book{FAB06,
title={Self-disclosure in psychotherapy},
author={Farber, Barry Alan},
year={2006},
publisher={Guilford Press}
}
@article{KLE03,
title={Changes in nonverbal behavior during the development of therapeutic relationships},
author={KLE-D EGNEN, LINDATIC and ETT, ELIZABE TH GAV},
journal={Nonverbal behavior in clinical settings},
pages={75},
year={2003},
publisher={Oxford University Press}
}
@article{ABA21,
title={How therapists' emotion recognition relates to therapy process and outcome},
author={Abargil, Maayan and Tishby, Orya},
journal={Clinical Psychology \& Psychotherapy},
year={2021},
publisher={Wiley Online Library}
}
@article{ROW16,
title={I see how you feel: Recipients obtain additional information from speakers’ gestures about pain},
author={Rowbotham, Samantha J and Holler, Judith and Wearden, Alison and Lloyd, Donna M},
journal={Patient Education and Counseling},
volume={99},
number={8},
pages={1333--1342},
year={2016},
publisher={Elsevier}
}
@article{COO10,
title={Gesturing makes memories that last},
author={Cook, Susan Wagner and Yip, Terina KuangYi and Goldin-Meadow, Susan},
journal={Journal of memory and language},
volume={63},
number={4},
pages={465--475},
year={2010},
publisher={Elsevier}
}
@article{WAK18,
title={Gesture helps learners learn, but not merely by guiding their visual attention},
author={Wakefield, Elizabeth and Novack, Miriam A and Congdon, Eliza L and Franconeri, Steven and Goldin-Meadow, Susan},
journal={Developmental science},
volume={21},
number={6},
pages={e12664},
year={2018},
publisher={Wiley Online Library}
}
@misc{XR,
title = {Hand tracking in XR},
url = {https://www.youtube.com/watch?v=RL6YJd_11FM},
year = {2021},
}
@misc{ULTG,
title={Ultraleap demos},
url={https://gallery.leapmotion.com/},
}
@article{SPR09,
doi = {10.1080/00223890802484381},
url = {https://doi.org/10.1080/00223890802484381},
year = {2009},
month = jan,
publisher = {Informa {UK} Limited},
volume = {91},
number = {1},
pages = {62--71},
author = {R. Nathan Spreng and Margaret C. McKinnon and Raymond A. Mar and Brian Levine},
title = {The Toronto Empathy Questionnaire: Scale Development and Initial Validation of a Factor-Analytic Solution to Multiple Empathy Measures},
journal = {Journal of Personality Assessment}
}
@inbook{DEM15,
author = {Demetriou, Constantina and Özer, Bilge and Essau, Cecilia},
year = {2015},
month = {01},
pages = {},
title = {Self‐Report Questionnaires},
doi = {10.1002/9781118625392.wbecp507}
}
@article{ALI15,
title={Is it the real deal? Perception of virtual characters versus humans: an affective cognitive neuroscience perspective},
author={de Borst, Aline W and de Gelder, Beatrice},
journal={Frontiers in psychology},
volume={6},
pages={576},
year={2015},
publisher={Frontiers Media SA}
}
@article{FER20,
title = {Basic empathy: Developing the concept of empathy from the ground up},
journal = {International Journal of Nursing Studies},
volume = {110},
pages = {103695},
year = {2020},
issn = {0020-7489},
doi = {https://doi.org/10.1016/j.ijnurstu.2020.103695},
url = {https://www.sciencedirect.com/science/article/pii/S0020748920301796},
author = {Anthony Vincent Fernandez and Dan Zahavi},
}
@misc{ULTP,
title={Leap motion unreal plugin},
url={https://developer-archive.leapmotion.com/documentation/v2/unreal/index.html},
journal={Leap Motion Unreal Plugin},
author={Ultraleap}
}
@misc{ULTGIT,
title={Unreal Plugin Documentation},
url={https://github.com/ultraleap/UnrealPlugin/blob/main/Documentation/Documentation.md},
journal={GitHub},
author={Ultraleap}
}
@misc{LEAPMOD,
title={Leap motion unreal modules and example content},
url={https://github.com/leapmotion/LeapUnrealModules},
journal={GitHub},
author={Leapmotion}
}
@misc{IK,
title={Ik setups},
url={https://docs.unrealengine.com/4.27/en-US/AnimatingObjects/SkeletalMeshAnimation/IKSetups/},
journal={Unreal Engine Documentation}
}
@misc{APT1,
title={Anonymous Panda - Hand Tracking Test 1},
url={https://drive.google.com/file/d/1sYUIDqVOCl2uiKWdkcRl0IiSuw5B437B/view?usp=sharing},
author={Erica Freitas}
}
@misc{APT2,
title={Anonymous Panda - Hand Tracking Test 2},
url={https://drive.google.com/file/d/1scQlcg1SDmKL-LC6COlf8sg69ilS_bOk/view?usp=sharing},
author={Erica Freitas}
}
@misc{APT3,
title={Anonymous Panda - Hand Tracking Test 3},
url={https://drive.google.com/file/d/1U5O-9tciIM7crvWHs4NNomQcoPGKZwJ5/view?usp=sharing},
author={Erica Freitas}
}
@misc{TVL,
title={[REQUEST] this is HOW I use LEAP MOTION in UE4(AnimBP) | TH},
url={https://www.youtube.com/watch?v=DwrLdThbKGI},
author={PeZ Loisai}
}
@article{DAV89,
ISSN = {02767783},
URL = {http://www.jstor.org/stable/249008},
author = {Fred D. Davis},
journal = {MIS Quarterly},
number = {3},
pages = {319--340},
publisher = {Management Information Systems Research Center, University of Minnesota},
title = {Perceived Usefulness, Perceived Ease of Use, and User Acceptance of Information Technology},
urldate = {2022-07-18},
volume = {13},
year = {1989}
}
@article{CAM20,
author = {Camille Sagnier and Emilie Loup-Escande and Domitile Lourdeaux and Indira Thouvenin and Gérard Valléry},
title = {User Acceptance of Virtual Reality: An Extended Technology Acceptance Model},
journal = {International Journal of Human–Computer Interaction},
volume = {36},
number = {11},
pages = {993-1007},
year = {2020},
publisher = {Taylor & Francis},
doi = {10.1080/10447318.2019.1708612},
}
@misc{LEAPROD,
title={Leap motion product},
url={https://www.ultraleap.com/product/leap-motion-controller/},
author={Leapmotion}
}
@misc{LEAPVR,
title={Leap motion VR mount},
url={https://www.ultraleap.com/vr-controller-mount-overview/},
author={Leapmotion}
}
@book{YUN06,
title={The Creation and Validation of a Perceived Anonymity Scale Based on the Social Information Processing Model and Its Nomological Network Test in an Online Social Support Community},
author={Yun, H.},
isbn={9780542910401},
url={https://books.google.pt/books?id=y3m\_swEACAAJ},
year={2006},
publisher={Michigan State University. Department of Telecommunication, Information Studies and Media}
}
@article{HIT14,
title={Measuring perceived anonymity: The development of a context independent instrument},
author={Hite, Dwight M and Voelker, Troy and Robertson, Adrian},
journal={Journal of Methods and Measurement in the Social Sciences},
volume={5},
number={1},
pages={22--39},
year={2014}
}
@article{ZHO18,
doi = {10.1177/1010539518754390},
url = {https://doi.org/10.1177/1010539518754390},
year = {2018},
month = feb,
publisher = {{SAGE} Publications},
volume = {30},
number = {3},
pages = {286--295},
author = {Junjie Zhou},
title = {Factors Influencing People's Personal Information Disclosure Behaviors in Online Health Communities: A Pilot Study},
journal = {Asia Pacific Journal of Public Health}
}
@article{SHA21,
doi = {10.3390/su13031220},
url = {https://doi.org/10.3390/su13031220},
year = {2021},
month = jan,
publisher = {{MDPI} {AG}},
volume = {13},
number = {3},
pages = {1220},
author = {Ashraf Sharif and Saira Hanif Soroya and Shakil Ahmad and Khalid Mahmood},
title = {Antecedents of Self-Disclosure on Social Networking Sites ({SNSs}): A Study of Facebook Users},
journal = {Sustainability}
}
@misc{PIXUE,
title={Pixel streaming overview},
url={https://docs.unrealengine.com/5.0/en-US/overview-of-pixel-streaming-in-unreal-engine/},
journal={Overview of Pixel Streaming in Unreal Engine | Unreal Engine 5.0 Documentation}
}
@article{HAM18,
title={Changing hearts and minds: The importance of formal education in reducing stigma associated with mental health conditions},
author={Hampson, Margaret E and Watt, Bruce D and Hicks, Richard E and Bode, Andrew and Hampson, Elizabeth J},
journal={Health Education Journal},
volume={77},
number={2},