-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
609 lines (505 loc) · 28.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>LAVR@LAK24 - Learning Analytics from Virtual Reality (LAVR)</title>
<meta name="description" content="LAVR@LAK24 - Learning Analytics from Virtual Reality (LAVR)">
<meta name="author" content="Author, [email protected]">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.min.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<!--<script src="js/modernizr.js"></script> -->
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon2.png" >
</head>
<body>
<!-- header
================================================== -->
<header id="main-header">
<div class="row">
<nav id="nav-wrap">
<!-- <div class="logo">-->
<!-- <a href="#home"> <img src="./images/Logo.png" /> </a>-->
<!-- </div>-->
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">
<span class="menu-icon">Menu</span>
</a>
<a class="mobile-btn" href="#" title="Hide navigation">
<span class="menu-icon">Menu</span>
</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#generalInfo">General information</a></li>
<li><a class="smoothscroll" href="#submissions">Submissions</a></li>
<li><a class="smoothscroll" href="#generalInfo">Workshop format</a></li>
<li><a class="smoothscroll" href="#organisers">Organisation</a></li>
<!-- <li><a class="smoothscroll" href="#about">Accepted Papers and Schedule</a></li> -->
<li><a class="smoothscroll" href="#registation">Registration</a></li>
<li><a class="smoothscroll" href="#papersAndSchedule">Accepted Papers and Program</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<!-- <div>
<a href="conference_link" target="_blank"><img src="./images/Conference_Logo.png" style="margin: 0 12px 0 12px;height:66px; background-color: white; float: right;"></a>
</div> -->
</div>
</header> <!-- end header -->
<!-- homepage hero
================================================== -->
<section id="hero">
<!-- <div class="row section-head">-->
<div class="row section-head">
<div class="twelve columns">
<!-- <div class="logo">-->
<!-- <a href="#home"> <img src="./images/Logo.png" /> </a>-->
<!-- </div>-->
<h1>LAVR @ LAK24</h1>
<br />
<h2>Learning Analytics from Virtual Reality (LAVR) </h2>
<h3>19th March 2024, 13:30-17:00 JST, Kyoto, as part of <a href="https://www.solaresearch.org/events/lak/lak24/">LAK24 conference</a></h3>
<h3>Proceedings published at <a href="https://ceur-ws.org/Vol-3667">CEUR Workshop proceedings (CEUR-WS) vol. 3667</a></h3>
</div> <!-- end section-head -->
</div>
<div class="row">
<div class="twelve columns">
The workshop aims to establish first conversations and bring together researchers
and practitioners working on topics on the intersection of Learning Analytics (LA) and
(immersive) Virtual Reality (VR) in educational settings. Overall, it aims to advance research on
the potential and challenges of rich sensory data generated from VR for learning purposes.
Ultimately, we strive to better understand how LA can improve the future design of
educational VR applications. Therefore, we call for contributions on the role of LA in
foundational research about the VR infrastructure and its multimodal analytics; VR for
asynchronous learning experiences; and VR for synchronous teaching in the metaverse.
<h3>Topics of interest</h3>
<li>Objective vs subjective data analysis</li>
<li>Multiple sensor merging</li>
<li>Effective visualizing of the data coming from the VR</li>
<li>Data preparation and challenges of VR for LA</li>
<li>Student/teacher acceptance and perception of using VR for LA</li>
<li>Privacy and security concerns of using LA from VR in education</li>
<li>LA for the design of VR environments and learning experiences</li>
<li>LA for performance measurement and evaluation of VR learning</li>
<li>LA for improving inclusion, equity, and diversity in VR learning environments</li>
<li>LA for supporting individualized learning processes in VR environments</li>
<li>LA for enabling and enhancing collaborative learning in VR environments</li>
<li>LA for supporting integration of VR in hybrid learning environments</li>
<li>Challenges of algorithmic biases and unintended consequences of LA in VR</li>
<li>Human-centered explainable LA for VR</li>
<li>LA for empowering instructors in VR learning environments</li>
<li>Scalability, availability, and shareability aspects of LA for VR</li>
</div>
</div>
</section>
<section id="generalInfo">
<!-- <div class="row section-head">-->
<div class="row section-head">
<div class="twelve columns">
<h2>General info<span></span></h2>
<hr />
</div>
<div>
For a long time, virtual reality with head-mounted displays was something you would most likely only
find in a research lab. However, thanks to advances in technology and falling prices (Goswami, R., 2023, March 4),
it has now <b>become affordable</b> (the head-mounted display can be purchased for a
similar price to a mobile phone), allowing a significant increase in the number of people using VR.
<br/>
<br/>
Following the general trends, there is a <b>growing interest in education</b> to explore the possibilities of
VR in the classroom (McGrath et al., 2023), especially in STEM education (Kukulska-Hulme, A. et al.,
2023). There is also recent evidence that VR environments can have an impact on applied learning
domains (Radianti, Majchrzak et al., 2020). These settings are most suitable for medical surgeries
(Iop, A. et al., 2022), intelligent manufacturing (Lei, Y. et al., 2023), teaching arts (Cabero-Almenara, J.
et al., 2022), and language acquisition (Dhimolea, T. K. et al., 2022).
<br/>
<br/>
The data collected from a variety of sensors from these devices present a <b>rich source of information to
be used for learning analytics</b>. Yet, despite the growing interest in VR and its convergence with
learning analytics, the number of papers reporting its opportunities for learning analytics is very
scarce. A few examples include (Santamaría-Bonfil, 2020) and (Heinemann et al., 2023).
<br/>
<br/>
However, it is evident that an increasing number of VR applications, as well as VR experiences
integrated with learning analytics, are emerging from technology companies specializing in VR
development (Dwivedi et al., 2022). Claims about the benefits of combining VR and learning analytics
lack details of standards, best practices, and academic rigor. Such reports are also almost
non-existent (Hwang & Chien, 2022).
<br/>
<br/>
As (Kukulska-Hulme, A. et al, 2023) mention, apart from the potential of VR, the challenges in
education include <b>technical and accessibility issues</b>, together with <b>privacy and security concerns</b>.
These concerns also apply to the analytics. The data generated from VR sensors is more complicated
than clicks from virtual learning environments (VLE) and poses additional challenges to data
engineering to have good quality data for the analysis. The richness of the sensory data poses new
challenges for privacy. For example, a recent study on 55,000+ users found out that the motion data
from the 100 seconds in a game could identify a user with 94.33% accuracy (Nair, V. et al, 2023).
<br/>
<br/>
In addition to the lack of rigorous and public studies, the fact that most research is reported by
companies raises some additional ethical issues about the unethical use of learning analytics. These
include automated decision-making (performance) enabled by massive data collection without
critical evaluation of the underlying collected training data used to develop these models. (Carter &
Egliston, 2023).
<br/>
<br/>
The workshop aims to create a <b>Learning Analytics for Virtual Reality (LAVR)</b> forum for <b>bringing
together researchers and practitioners</b> working on topics on the intersection of learning analytics
(LA) and (immersive) virtual reality (VR) in educational settings. Overall, the <b>LAVR</b> workshop aims to
advance research on the potential and challenges of rich sensory data generated from VR for
learning purposes. Ultimately, we strive to better understand <b>how LA can improve the future design
of educational VR applications</b>. Therefore, we call for contributions on the role of LA in foundational
research about the VR infrastructure and its multimodal analytics; VR for asynchronous learning
experiences; and VR for synchronous teaching in the metaverse. Although this workshop is primarily
focused on VR, we are encouraging submission of other eXtended Reality (XR) technologies such as
Augmented Reality (AR), Mixed Reality (MR), Haptics, Wearables, etc.
</div>
</div> <!-- end section-head -->
<div class="row">
<div class="twelve columns">
<h3>Workshop goals</h3>
The objectives of the workshop are as follows:
<li>
bring for the first time together researchers and practitioners to discuss what possibilities and challenges enable VR for learning analytics,
</li>
<li>
uncover the emerging trends for this research through both the discussion and a keynote presentation by Marcus Specht (Technical University of Delft),
</li>
<li>
establish links between the VR for education and the Learning Analytics community.
</li>
</div>
<!-- <div class="twelve columns">
<h3>Motivation</h3>
<p>
Motivation
</p>
</div> -->
<!-- <div class="twelve columns">
<h3>Additional materials</h3>
<iframe width="560" height="315" src="https://www.youtube.com/???" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<ul><li><a href="BOOK LINK">Book/Paper</a>: Book description</li></ul>
</div> -->
<!-- <div class="twelve columns">
<h4>References</h4>
<ol>
<li>
Hlosta M., Herodotou C., Fernandez M., Bayer V. Impact of Predictive Learning Analytics on
Course Awarding Gap of Disadvantaged students in STEM, In: AIED’21
</li>
</ol>
</div> -->
</div>
</section> <!-- end homepage hero -->
<!-- Submissions Section
================================================== -->
<section id="submissions">
<div class="row section-head">
<div class="twelve columns">
<h2>Submissions<span></span></h2>
<hr />
</div>
</div> <!-- end section-head -->
<div class="row">
<!-- <div class="twelve columns">-->
<!-- <h3>Submission details</h3>-->
<!-- </div>-->
<!-- <div class="twelve columns">-->
<!-- <h3>Publication</h3>-->
<!-- </div>-->
<div class="twelve columns">
<p>
<ul>
<li>
The accepted papers will be submitted to CEUR Workshop proceedings
(CEUR-WS), as this year the LAK organisers decided that workshop papers will not be published in the Companion proceedings.
As such, authors have to comply with the <a href="https://ceur-ws.org/Vol-XXX/CEURART.zip" target="_blank" rel="noopener noreferrer">CEUR template</a>.
<ul>
<li>Use the <b>one-column version</b> in the zip archive - <i>CEUR-Template-1col.odt</i> for Word based submission and <i>sample-1col.tex</i> for LaTeX.</li>
<li>There is also a <a href="https://www.overleaf.com/latex/templates/template-for-submissions-to-ceur-workshop-proceedings-ceur-ws-dot-org/wqyfdgftmcfw" target="_blank" rel="noopener noreferrer">CEUR template for Overleaf.</a></li>
</ul>
</li>
<li>
Participants are asked to submit the following paper types:
<ul>
<li><b>Full papers (10-12 pages)</b> describing research with stated methodology and positioned in state-of-the art.</li>
<li><b>Short papers (5-9 pages)</b> more novel work, might be narrower in scope or work-in-progress that is likely to generate discussions at the workshop between the participants.</li>
<li><b>Position papers (5-6 pages)</b> introducing new points of view in the workshop topics or summarising the experience of a group in the field, also welcome practitioner reports describing experience or challenges of using and implementing analytics in virtual reality in education.
</ul>
</li>
<li>
The submissions should be done using EasyChair system using the link below.
</li>
<li>
Each of the submitted papers will be reviewed by at least two members of the Program Committee. The review process is single-blind (i.e., reviewers' identities are not disclosed to the authors). There is no need to anonymise your submission.
</li>
</ul>
</p>
<div id="submit">
<a title="Submit paper" href="https://easychair.org/conferences/?conf=lavrlak24">Submit paper</a>
<p>
*All submissions should be made through Easychair
</p>
</div>
<h3>Important dates</h3>
<ul>
<li>25 Oct 2023: Workshop calls for participation announced</li>
<li>16 Dec 2023: Workshop papers submission deadline</li>
<li>13 Jan 2024: Notifications sent out</li>
<li>29 Jan 2024: Camera-ready version of papers</li>
</ul>
</div>
<!-- end of columns -->
</div> <!-- end row -->
<div class="row">
<div class="twelve columns">
</div>
</div>
</section>
<!-- organisers
================================================== -->
<section id="organisers">
<div class="row section-head">
<div class="twelve columns">
<h2>Organisation<span></span></h2>
<hr />
</div>
</div> <!-- end section-head -->
<div class="row">
<div class="twelve columns">
<!-- <h3>Workshop chairs</h3>-->
<h4>Martin Hlosta <a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a></h4> IFeL, Swiss Distance University of Applied Science, Switzerland
<h4>Ivan Moser <a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a></h4> IFeL, Swiss Distance University of Applied Science, Switzerland
<h4>Amir Winer <a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a></h4> Open University of Israel, Israel
<h4>Nitza Geri <a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a></h4> Open University of Israel, Israel
<h4>Umesh Ramnarain <a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a></h4> University of Johannesburg, South Africa
<h4>Christo van der Westhuizen <a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a></h4> University of Johannesburg, South Africa
</div> <!-- end row -->
</div> <!-- end row -->
<div class="row">
<div class="twelve columns" id="comittee">
<h3>Programme Committee.</h3>
<ul style="list-style-type: none; margin-left:-5px;">
<li>Geoffray Bonnin, Université Lorraine, France</li>
<li>Jean-Michel Boucheix, Université de Bourgogne, LEAD-CNRS, France</li>
<li>Herman Myburgh, University of Johannesburg</li>
<li>Tanya Nazaretsky, EPFL, Swiss Federal Institute of Technology Lausanne, Switzerland</li>
<li>Mafor Penn, University of Johannesburg</li>
<li>Ofir Turel, University of Melbourne, Australia</li>
<li>Sina Shahmoradi, PH Bern, Switzerland</li>
<li>Mamta Shah, Elsevier, USA</li>
<li>Egon Werlen, IFeL, Swiss Distance University of Applied Science, Switzerland</li>
<li>Qi Zhou, University College London, UK</li>
<li>...to be added continuously</li>
<!-- <li>Name Surname, [Department], University, Country</li> -->
</ul>
</div> <!-- end row -->
</div> <!-- end row -->
</section> <!-- end contact -->
<!-- venueAndContact Section
================================================== -->
<section id="papersAndSchedule">
<div class="row section-head">
<div class="twelve columns">
<!--
<h2>Accepted papers and Schedule<span></span></h2>
<hr />
</div> <!-- end section-head -->
<!-- </div> -->
<!-- <div class="row"> -->
<!-- <div class="twelve columns"> -->
<!-- -->
<!-- <h3>Accepted papers</h3> -->
<!-- <ul> -->
<!-- <!-- <li> -->
<!-- Name Surname - <a href="papers/paper_1.pdf" target="_blank">Paper Name</a> -->
<!-- </li> -->
<!-- </ul> -->
<!-- -->
<!-- -->
<h2>Program</h2>
<ul>
<li>13:30 - 13:40 Ice-breaker and Introductions </li>
<li>13:40 - 14:20 Keynote “Perspectives on LA in and from VR: from tracking guitar chords to discussing airplane design.” by Marcus Specht + Q&A </li>
<li>14:20 - 15:00 Presentation of the papers (round 1)
<ul>
<li>14:20 - 14:40 “A Learning Analytics Dashboard to Investigate the Influence of Interaction in a VR Learning Application” Birte Heinemann, Sergej Görzen, Ana Dragoljić, Lars Meiendresch, Marc Troll and Ulrik Schroeder</li>
<li>14:40 - 15:00 “Towards Learning Analytics for Student Evaluation in the Metaversity” by Amir Winer and Nitza Geri</li>
</ul>
</li>
<li>15:00 - 15:30 Break</li>
<li>15:30 - 16:10 Presentation of the papers (round 2)
<ul>
<li>15:30 - 15:50 “Approximating eye gaze with head pose in a virtual reality microteaching scenario for pre-service teachers.” Ivan Moser, Martin Hlosta, Per Bergamin, Umesh Ramnarain, Christo Van Der Westhuizen, Mafor Penn, Noluthando Mdlalose, Koketso Pila and Ogegbo Ayodele</li>
<li>15:50 - 16:10 “Towards using the xAPI specification for Learning Analytics in Virtual Reality” Sergej Görzen, Birte Heinemann and Ulrik Schroeder</li>
</ul>
</li>
<li>16:10 - 16:50 Group activity - Group discussion activity</li>
<li>16:50 - 17:00 Summary & Conclusions</li>
</ul>
<!-- </div> -->
<!-- </div> -->
<!-- <div class="row">-->
<!-- <div class="twelve columns">-->
<!-- <h3>-->
<!-- Accepted papers-->
<!-- </h3>-->
<!-- To be added.-->
</div>
</div>
</section> <!-- end about -->
<section id="registration" class="dark">
<div class="row section-head">
<h2>Registration</h2>
<div>The registration for the workshop is managed via the <a href="https://www.solaresearch.org/events/lak/lak24/registration/">LAK24 registration system</a>. You need to select LAVR during the registration process, listed in the pre-conference program as a half-day workshop for Tuesday 19th March.
<div class="twelve columns">
</div>
</div>
</section>
<!-- contact
================================================== -->
<section id="contact">
<div class="row section-head">
<div class="twelve columns">
<h2>Contact<span></span></h2>
<hr />
</div> <!-- end section-head -->
</div>
<div class="row">
<div class="twelve columns">
<h3>Contact</h3>
In case of any questions regarding the workshop, please contact :
<b>Martin Hlosta</b> <a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a> and <b>Amir Winer</b> <a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a> and mark the subject as <b>LAVR24</b>.
</div>
<div class="twelve columns">
<h3>Venue</h3>
The workshop will be in conjunction with the 14th Learning Analytics and Knowledge Conference <a href="https://www.solaresearch.org/events/lak/lak24/" target="_blank"> Conference</a>.
</div>
</div>
</section> <!-- end about -->
<section id="references">
<div class="row section-head">
<div class="twelve columns">
<h2>References</h2>
</div>
</div>
<div class="row">
<div class="twelve columns">
<p>Cabero-Almenara, J., Llorente-Cejudo, C., & Martinez-Roig, R. (2022). The use of mixed, augmented
and virtual reality in history of art teaching: A case study. <i>Applied System Innovation</i>, <i>5</i>(3), 44.
</p>
<p>
Dhimolea, T. K., Kaplan-Rakowski, R., & Lin, L. (2022). A systematic review of research on
high-immersion virtual reality for language learning. <i>TechTrends</i>, <i>66</i>(5), 810-824.
</p>
<p>
Dwivedi, Y. K., Hughes, L., Baabdullah, A. M., Ribeiro-Navarrete, S., Giannakis, M., Al-Debei, M. M., ...
& Wamba, S. F. (2022). Metaverse beyond the hype: Multidisciplinary perspectives on
emerging challenges, opportunities, and agenda for research, practice and policy.
<i>International Journal of Information Management</i>, <i>66</i>, 102542.
</p>
<p>
Heinemann, B., Görzen, S., & Schroeder, U. (2023). Teaching the basics of computer graphics in
virtual reality. <i>Computers & Graphics</i>, <i>112</i>, 1-12. https://doi.org/10.1016/j.cag.2023.03.001
</p>
<p>
Hwang, G. J., & Chien, S. Y. (2022). Definition, roles, and potential research issues of the metaverse in
education: An artificial intelligence perspective. <i>Computers and Education: Artificial
Intelligence</i>, <i>3</i>, 100082.
</p>
<p>
Iop, A., El-Hajj, V. G., Gharios, M., de Giorgio, A., Monetti, F. M., Edström, E., ... & Romero, M. (2022).
Extended reality in neurosurgical education: A systematic review. <i>Sensors</i>, <i>22</i>(16), 6067.
</p>
<p>
Kukulska-Hulme, A., Bossu, C., Charitonos, K., Coughlan, T., Deacon, A., Deane, N., Ferguson, R., …, &
Whitelock, D. (2023). Innovating Pedagogy 2023: Open University Innovation Report 11.
Milton Keynes: The Open University.
</p>
<p>
Lei, Y., Su, Z., He, X., & Cheng, C. (2023). Immersive virtual reality application for intelligent
manufacturing: Applications and art design. <i>Mathematical Biosciences and Engineering</i>,
<i>20</i>(3), 4353-4387.
</p>
<p>
Nair, V., Guo, W., Mattern, J., Wang, R., O'Brien, J. F., Rosenberg, L., & Song, D. (2023). Unique
identification of 50,000+ virtual reality users from head & hand motion data. arXiv preprint
arXiv:2302.08927.
</p>
<p>
McGrath, O., Hoffman, C., & Dark, S. (2023). Future Prospects and Considerations for AR and VR in
Higher Education Academic Technology. Owen McGrath, Chris Hoffman, and Shawna
Dark, <i>'Future Prospects and Considerations for AR and VR in Higher Education Academic Technology, 'EDUCAUSE Review</i>.
</p>
<p>
Melo, M., Coelho, H., Gonçalves, G., Losada, N., Jorge, F., Teixeira, M. S., & Bessa, M. (2022).
Immersive multisensory virtual reality technologies for virtual tourism: A study of the user’s
sense of presence, satisfaction, emotions, and attitudes. <i>Multimedia Systems</i>, <i>28</i>(3),
1027-1037.
</p>
<p>
Radianti, J., Majchrzak, T. A., Fromm, J., & Wohlgenannt, I. (2020). A systematic review of immersive
virtual reality applications for higher education: Design elements, lessons learned, and
research agenda. <i>Computers & Education</i>, <i>147</i>, 103778.
</p>
<p>
Goswami, R. (2023, March 4). Meta announces big price cuts for its VR headsets. CNBC.
<a href="https://www.cnbc.com/2023/03/03/meta-quest-pro-vr-headset-gets-price-cut.html">https://www.cnbc.com/2023/03/03/meta-quest-pro-vr-headset-gets-price-cut.html</a>
</p>
<p>
Santamaría-Bonfil, G., Ibáñez, M. B., Pérez-Ramírez, M., Arroyo-Figueroa, G., & Martínez-Álvarez, F.
(2020). Learning analytics for student modeling in virtual reality training systems:
Lineworkers case. <i>Computers & Education</i>, <i>151</i>, 103871.
</p>
<p>
Carter, M., & Egliston, B. (2023). What are the risks of virtual reality data? Learning analytics,
algorithmic bias and a fantasy of perfect data. <i>New media & society</i>, <i>25</i>(3), 485-504.
</p>
</div>
</div>
</section>
<!-- Footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns content group">
<!--
<div class="info">
<div class="footer-logo"></div>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.
Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem
nibh id elit.
</p>
</div> -->
</div>
<ul class="copyright">
<!-- <li>© Copyright 2023, ???.</li> -->
<li>Design by <a href="http://www.styleshout.com/">Styleshout.</a>.</li>
</ul>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#hero">Back to Top<i class="fa fa-angle-up"></i></a>
</div>
</div> <!-- end row -->
</footer> <!-- end footer -->
<!-- Java Script
================================================== -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/jquery.placeholder.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>