-
Notifications
You must be signed in to change notification settings - Fork 1
/
kin_cur.html
101 lines (93 loc) · 4.56 KB
/
kin_cur.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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Kinesthetic Curiosity</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header. When updated, propgate to other html -->
<header id="header" class="alt">
<h1><strong><a href="index.html">Under Construction Last:</a></strong> 7/15</h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="cv.pdf">CV</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="kin_cur.html">Kinesthetic Curiosity</a></li>
<!--<li><a href="tutorials.html">Videos/Tutorials</a></li> -->
<li><a href="https://github.com/tgroechel" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/thomas-groechel-10a5b3b6/" target="_blank">LinkedIn</a></li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>Kinesthetic Curiosity</h2>
<p>Expression of Student Curiosity Through Movement</p>
</header>
</div>
</section>
<section id="two" class="wrapper style2 special">
<div class="container 75%">
<div class="row 200%">
<div class="6u 12u$(medium)">
<header class="major">
<h2>Motivation</h2>
<p>In a nutshell, we want to get students moving in order to learn in new ways</p>
</header>
</div>
<div class="6u$ 12u$(medium)">
<p>We sit most of the day (probably as you read this even). Traditional education is no different. We sit in chairs and watch lectures for years out of the necessity for eifficient education. Although efficient, sitting inherently leads to student disengagement. Think back to the last time you sat in a talk or lecture, could you stay attentive the whole time?</p>
<p>Looking at back at early on education, however, teachers use many different techniques that keep young students engaged. This includes having students get up and move around, point at objects, and use a wider student action space.
</p>
<p>Why not use a robot tutor to leverage a movement action space that helps students learn through their action space?
</p>
</div>
</div>
</div>
</section>
<section id="two" class="wrapper style1 special">
<div class="container 75%">
<div class="row 200%">
<div class="6u 12u$(medium)">
<header class="major">
<h2>Aim of Research</h2>
<p>Use Hand Free AR + Robot to Help STudents learn through moving</p>
</header>
</div>
<div class="6u$ 12u$(medium)">
<p>We want to create a kinesthetically curious robot tutor that helps create kinesthetically curious students. In order to do this, we plan to use hands-free augmented reality (AR) to create spatial content that both the robot tutor and student can interact with in real space. We have <a href="publications/Using_Socially_Expressive_Mixed_Reality_Arms.pdf">recently published</a> how robot tutors can benefit from an AR action space for social expressivity. We hope to expand this idea further for these robot tutors.
</p>
<p>We want to leverage the robot's mobile action space as well as we believe it will encourage student movement. Traditionally, robot tutors have used either a tablet or computer and a stationary robot that has limited, non-mobile movement. Hands free AR alleviates the concern of serving content that the robot can observe while allowing for movement. The content is also directly observable to the robot as it is digitally served to the student allowing for precise actions, something very difficult for physical robots.
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="copyright">
<li>© Untitled</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>