forked from UWRealityLab/capstone-website-wi23
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
270 lines (224 loc) · 9.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AR/VR Capstone Spring 2024 — CSE 481v Spring 2024</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif|Yeon+Sung" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/regular.css"
integrity="sha384-EWu6DiBz01XlR6XGsVuabDMbDN6RT8cwNoY+3tIH+6pUCfaNldJYJQfQlbEIWLyA" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/fontawesome.css"
integrity="sha384-GVa9GOgVQgOk+TNYXu7S/InPTfSDTtBalSgkgqQ7sCik56N9ztlkoTr2f/T44oKV" crossorigin="anonymous">
<link rel="stylesheet" href="static/css/academicons.min.css"/>
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> -->
<link rel="stylesheet" href="static/bulma.min.css">
<link rel="stylesheet" href="static/layout.css">
<script src="static/layout.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_SVG"></script>
<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 type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
webFont: "TeX",
skipTags: ["script","noscript","style","textarea"],
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
</script>
<link rel="stylesheet" href="static/index.css">
<link rel="stylesheet" href="static/bulma-carousel.min.css">
<script src="static/bulma-carousel.min.js"></script>
<script src="static/index.js"></script>
</head>
<body>
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href=".">
<span class="brand-portrait"></span>
<span class="brand-name">AR/VR Capstone</span>
</a>
<a role="button" class="navbar-burger" data-target="navbar-menu" aria-label="menu" aria-expanded="false">
<span style="color:white" aria-hidden="true"></span>
<span style="color:white" aria-hidden="true"></span>
<span style="color:white" aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navbar-menu">
<div class="navbar-start">
<a class="navbar-item is-active"
href="./">
<span>About</span>
</a>
<a class="navbar-item "
href="demo-day/">
<span>Demo Day</span>
</a>
<a class="navbar-item "
href="https://canvas.uw.edu/calendar?include_contexts=course_1716659">
<span>Calendar</span>
</a>
<a class="navbar-item "
href="https://canvas.uw.edu/courses/1716659/pages/lectures-and-tutorials">
<span>Slides</span>
</a>
<a class="navbar-item "
href="deliverables/">
<span>Deliverables</span>
</a>
<!-- <a class="navbar-item "
href="./speakers/">
<span>Speakers</span>
</a> -->
<a class="navbar-item "
href="./ideas/">
<span>Ideas</span>
</a>
<!-- <div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="teams/">
Team Websites
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://uwrealitylab.github.io/xrcapstone23wi-team1/">Team 1</a>
<a class="navbar-item" href="https://uwrealitylab.github.io/xrcapstone23wi-team2/">Team 2</a>
<a class="navbar-item" href="https://uwrealitylab.github.io/xrcapstone23wi-team3/">Team 3</a>
<a class="navbar-item" href="https://uwrealitylab.github.io/xrcapstone23wi-team4/">Team 4</a>
<a class="navbar-item" href="https://uwrealitylab.github.io/xrcapstone23wi-team5/">Team 5</a>
<a class="navbar-item" href="https://uwrealitylab.github.io/xrcapstone23wi-team6/">Team 6</a>
<a class="navbar-item" href="https://uwrealitylab.github.io/xrcapstone23wi-team7/">Team 7</a>
</div>
</div> -->
</div>
</div>
<!-- / navbar-start -->
</div>
<!-- / nav-menu -->
</div>
</nav>
<section class="hero main-hero">
<div class="container is-widescreen">
<div class="hero-body">
<p class="title">
AR/VR Capstone Spring 2024
</p>
<p class="subtitle">
Welcome to the AR/VR Capstone course (CSE 481V, Spring 2024)
</p>
<div class="content">
<p>Learn new techniques. Build something cool. See the state-of-the-art in AR/VR.</p>
</div>
</div>
</div>
</section>
<section class="hero is-light is-small">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item"><img src="1.jpg" /></div>
<div class="item"><img src="2.jpg" /></div>
<div class="item"><img src="3.jpg" /></div>
<div class="item"><img src="4.jpg" /></div>
<div class="item"><img src="5.jpg" /></div>
<div class="item"><img src="6.jpg" /></div>
</div>
</div>
</section>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="content">
<ul>
<li><strong>Lectures</strong>: Tuesdays 2:00 - 3:20 pm</li>
<li><strong>Lab</strong>: Thursdays 2:00 - 4:50 pm</li>
<li>Please see the calendar for which lectures, labs, and office hours will be in the capstone lab or on Zoom.</li>
<li>Reference Text: <a href="http://lavalle.pl/vr/">Virtual Reality</a></li>
<li>Email: vr-capstone-staff@cs.</li>
</ul>
<h3>Instructors</h3>
<div class="columns">
<div class="column is-3">
<div class="card">
<div class="card-image">
<figure class="image">
<img src="ira.png" alt="Ira">
</figure>
</div>
<div class="card-content">
<div class="content">
<h4><a href="https://www.irakemelmacher.com/">Ira Kemelmacher-Shlizerman</a></h4>
</div>
</div>
</div>
</div>
<div class="column is-3">
<div class="card">
<div class="card-image">
<figure class="image">
<img src="john.jpg" alt="John">
</figure>
</div>
<div class="card-content">
<div class="content">
<h4><a href="https://jakers.tech">John Akers</a></h4>
<p><b>Office Hours</b><br />By Appointment</p>
<!--
<p><b>Office Hours</b><br/>Mon 11:00-13:00<br/>Mon 15:00-16:30<br/>Tue 11:30-13:00</p>
-->
</div>
</div>
</div>
</div>
</div><h3>TAs</h3>
<div class="columns">
<div class="column is-3">
<div class="card">
<div class="card-image">
<figure class="image">
<img src="Evan.jpg" alt="Evan Zhao">
</figure>
</div>
<div class="card-content">
<div class="content">
<h4>Evan Zhao</h4>
<p><b>Office Hours</b><br />Wednesday<br/>1:30-3:00<br/>Friday<br/>1:30-3:00</p>
</div>
</div>
</div>
</div><div class="column is-3">
<div class="card">
<div class="card-image">
<figure class="image">
<img src="Aurora.jpg" alt="Aurora Yin">
</figure>
</div>
<div class="card-content">
<div class="content">
<h4>Aurora Yin</h4>
<p><b>Office Hours</b><br />Monday<br/>10:30-12:00<br/>Wednesday<br/>10:30-12:00</p>
</div>
</div>
</div>
</div>
</div>
</div><h3>Student Conduct Code</h3>
<p>The <a href="https://www.washington.edu/cssc/for-students/student-code-of-conduct/">Student Conduct Code</a> explains that admission to the University carries with it the presumption that students will practice high standards of professional honesty and integrity (WAC 478-120-020 [2]). In particular, all work (homework and exams) is to be your own individual work.</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<a href="https://realitylab.uw.edu/">
<img class="footer-logo" src="static/logo.png"/>
</a>
</div>
</footer>
</body>
</html>