-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
157 lines (144 loc) · 7.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>IRON Lab</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<style>
@import url('https://fonts.googleapis.com/css2?family=Baskervville&display=swap');
</style>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"
integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"
integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn"
crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<header>
<div class="row">
<div class="col-sm">
<nav class="navbar navbar-expand-sm navbar-light col-sm-12">
<div class="container">
<a class="navbar-brand me-auto" href="#">
<img src="website_imgs/Iron_logo.png" alt=" IRON logo" height="75" class="d-inline-block align-top"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo2" aria-controls="navbarTogglerDemo2" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo2">
<ul class="navbar-nav ms-auto mb-2">
<li class="nav-item"><a class="nav-link active text-decoration-underline" aria-current="page"
href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link active" aria-current="page" href="research.html">Research</a></li>
<li class="nav-item"><a class="nav-link active" aria-current="page" href="team.html">Team</a></li>
<li class="nav-item"><a class="nav-link active" aria-current="page" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</header>
<div class="mt-1 row">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<!-- <div class="carousel-item active">
<img class="d-block w-100" src="carousel/otter1.jpg"
alt="Otters! photo from https://animals.sandiegozoo.org/animals/otter">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="carousel/otter2.jpg" alt="Otters! Photo from public domain">
</div> -->
<div class="carousel-item active">
<img class="d-block w-100" src="carousel/group_labs_photo.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
</div>
</div>
<div class="row">
<h2 class="text-center mt-5">About</h2>
<p class="text-center">The Interactive Robotics and Novel Technologies (IRON) Laboratory is a research group at
the University of North Carolina at Chapel Hill partnered with the University of Colorado Boulder that studies
human-robot interaction (HRI) and human-computer interaction (HCI). The lab is housed within Sitterson Hall and
serves as an interdisciplinary focal point for researchers with a variety of backgrounds, including computer
science, mechanical engineering, aerospace engineering, and creative technologies and design. Our main focus is
improving human-robot teaming through the development of new algorithms, interfaces, and robotic technologies.
Please see the Research page for more information about our work and if you are interested in getting involved
in the lab.</p>
</div>
<div class="row">
<h2 class="text-center mt-5 mb-3">Recent News</h2>
<div class="col-sm mb-3">
<div class="card mx-auto" style="width: 18rem;">
<img class="card-im g-top" src="website_imgs/college-lecture.jpeg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Guiding the Development of Undergraduate Education Robotics</h5>
<p class="card-text">Proceedings of the ACM Conference on Global Computing Education</p>
<a href="https://dl.acm.org/doi/abs/10.1145/3576882.3617928" class="btn btn-primary">Read it here</a>
</div>
</div>
</div>
<div class="col-sm mb-3">
<div class="card mx-auto" style="width: 18rem;">
<img class="card-img-top" src="website_imgs/human-robot-interaction.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Virtual, Augmented, and Mixed Reality for Human-robot Interaction: A Survey and
Virtual Design Element Taxonomy</h5>
<p class="card-text">ACM Transactions on Human-Robot Interaction</p>
<a href="virtual-augmented_pdf" class="btn btn-primary">Read it here</a>
</div>
</div>
</div>
<div class="col-sm mb-3 mt-2">
<div class="card mx-auto" style="width: 18rem;">
<img class="card-img-top" src="website_imgs/human-robot-conversation-group.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Predicting Positions of People in Human-Robot Conversational Groups</h5>
<p class="card-text">17th ACM/IEEE International Conference on Human-Robot Interaction (HRI)</p>
<a href="predicting_positions_pdf.pdf" class="btn btn-primary">Read it here</a>
</div>
</div>
</div>
</div>
<div class="container">
<footer class="py-4">
<div class="col">
<div class="text-center">
<span class="text-center text-white">
IRON Lab<br>
Sitterson Hall <br>
<a href="https://www.unc.edu/" class="link-light text-decoration-none">University of North Carolina at
Chapel Hill</a> <br>
232 S Columbia St, Chapel Hill, NC 27514</span>
</div>
</div>
</footer>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>