-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (206 loc) · 11.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Hello World! Senior Project Website</title>
</head>
<body>
<nav id="navbar">
<ul class="nav-links">
<li class="nav-link" onclick="scrollToTop();">
<b>AirKeys</b>
</li>
<li class="nav-link" onclick="displayNavBar();">
<a href="#semester-one">Semester 1</a>
</li>
<li class="nav-link" onclick="displayNavBar();">
<a href="#semester-two">Semester 2</a>
</li>
<li class="nav-link" onclick="displayNavBar();">
<a href="#team">Our Team</a>
</li>
<li class="menu-trigger" onclick="displayNavBar()">
<div class="bars" />
</li>
</ul>
</nav>
<div id="mission" class="page-spacer">
<div class="content-container">
<p class="title"> What is AirKeys? </p>
<p class="paragraph">
The Adjustable Image Recognition Keyboard System (AirKeys) is a proof-of-concept, projection-based virtual keyboard utilizing
Computer Vision to detect and transmit user input to multiple devices.
</p>
<p class="paragraph no-indent" >
We want to create a keyboard system that:
</p>
<ul class="goals-list">
<li> is mostly virtual</li>
<li> supports multiple layouts, languages, operating systems, and connections </li>
<li> accurately detects user hand movement </li>
<li> sends the correct key signal to the connected device </li>
<li> provides a pleasant typing experience </li>
</ul>
<div class="source-link">
<a href="https://github.com/HelloWorldSeniorProject/AirKeys"> Checkout Source Code <span>→ </span> </a>
</div>
</div>
</div>
<div id="semester-one" class="page-spacer">
<div class="content-container">
<p class="title"> Semester 1</p>
<p class="paragraph no-indent">
The initial phase of the AirKeys, which spanned from January 2023 to May 2023, set the foundation for a successful
development lifecycle.
</p>
<p class="paragraph">
The phase focused on the project's inception where we defined the core objectives and scope as well as securing
sponsor interest. Next developed a set of realistic requirements from the objectives we set out earlier.
Finally, we outlined software's structure, components, and interactions and decided on the technology stack that would best fit our
system.
</p>
<div class="document-section">
<div class="section-container">
<p class="subtitle">Project Plan</h1>
<div class="doc-link">
<a href="https://docs.google.com/document/d/1jcPMP1AMj9TvwDvqOpD516GPcQjdh4rWYdogDklIVkg/edit?usp=sharing">Plan</a>
</div>
</div>
<div class="section-container">
<p class="subtitle">Milestone 1</p>
<div class="doc-link">
<a href="https://docs.google.com/spreadsheets/d/1x6ObNsweesjeUn1sBRc2iiGUlQY774lU1T9COHaFtNM/edit?usp=sharing">Requirements</a>
</div>
<div class="doc-link">
<a href="https://docs.google.com/document/d/1kJuvkCe2gqQyGZh7E-H0kMba5Dddv8SH0R1hjOTcF9o/edit?usp=sharing">Progress Evaluation</a>
</div>
<div class="doc-link">
<a href="https://docs.google.com/document/d/17ghA6iW9qzB2KbZ0VHZYadpQi_mlwj-_oZJwuh2mQvY/edit?usp=sharing">Design Document</a>
</div>
</div>
<div class="section-container">
<p class="subtitle">Milestone 2</p>
<div class="doc-link">
<a href="https://docs.google.com/presentation/d/1NX7ktl-NGoLUylMQFGaOVboNZ5kB59ceT2th-mnFKww/edit?usp=sharing">Presentation</a>
</div>
<div class="doc-link">
<a href="https://docs.google.com/document/d/1gV3FUFp90IARFxvx2YponRnBqj7G5x3uIPGJYdJ194I/edit?usp=sharing">Progress Evaluation</a>
</div>
</div>
<div class="section-container">
<p class="subtitle">Milestone 3</p>
<div class="doc-link">
<a href="https://docs.google.com/document/d/1r42HRD6vPNn1IbjVCBWPNNFJbFbRUca3-LmUYhX7j9E/edit?usp=sharing">Progress Evaluation</a>
</div>
</div>
</div>
</div>
</div>
<div id="semester-two" class="page-spacer">
<div class="content-container">
<p class="title"> Semester 2</p>
<p class="paragraph no-indent">
The second phase of the AirKeys, which spanned from August 2023 to December 2023, continued to build upon the previously established
foundation .
</p>
<p class="paragraph">
The phase focused on iterative development where we implemented the core functionality of the system.
Comprehensive documentation was generated throughout the development process. This documentation included code comments and
architectural diagrams, enabling smooth knowledge transfer and future maintenance. Lastly, the project plan was periodically
revisited and adjusted to ensure that the project remained aligned with evolving goals.
</p>
<div class="document-section">
<div class="section-container">
<p class="subtitle">Project Plan</h1>
<div class="doc-link">
<a href="https://docs.google.com/document/d/1cQvgZzwjybv6_6YzIgf8FMhbMtlAvady7iO7r6E9eEI/edit?usp=sharing">Plan</a>
</div>
<div class="doc-link">
<a href="https://docs.google.com/presentation/d/1ZOeS5Wz9VJyDcys0CEp4Ah-yoJJEHxAt62RKxLxQWaQ/edit?usp=sharing">Presentation</a>
</div>
</div>
<div class="section-container">
<p class="subtitle">Milestone 4</p>
<div class="doc-link">
<a href="https://docs.google.com/presentation/d/1TzzbNqKzjaAvYfT18hcvhyKW1NWcOdfFFlEKHYqE3vQ/edit?usp=sharing">Presentation</a>
</div>
<div class="doc-link">
<a href="https://docs.google.com/document/d/1vd7SH8JjKIscXNJxhG3DRPBKglTSPUFyrlX2v-xC9Pw/edit?usp=sharing">Progress Evaluation</a>
</div>
</div>
<div class="section-container">
<p class="subtitle">Milestone 5</p>
<div class="doc-link">
<a href="https://drive.google.com/file/d/1uuU5eLHrxzKmFNDmy-4NeAsKZgNr5Hvq/view?usp=drive_link">Poster</a>
</div>
<div class="doc-link">
<a href="https://drive.google.com/file/d/1JG4ELP_U7G0UKC73i0nlCYCi4dxL7mzQ/view?usp=drive_link">E-Book Page</a>
</div>
<div class="doc-link">
<a href="https://docs.google.com/presentation/d/1G0P-W5-5XA6BU60uzA4qOQ04AgvjKTFFwafQK5TtKOE/edit?usp=sharing">Presentation</a>
</div>
<div class="doc-link">
<a href="https://docs.google.com/document/d/10sUVM147HBDzbaa_vrNXjh2FZHoBzDPxRQElS2hH2HE/edit?usp=sharing">Progress Evaluation</a>
</div>
</div>
<div class="section-container">
<p class="subtitle">Milestone 6</p>
<div class="doc-link">
<a href="https://docs.google.com/document/d/13sRihRG03emcvM3Fhj4F8hsNx7BRXnMcGr0jWbqN08I/edit?usp=sharing">User and/or Developer Manual</a>
</div>
<div class="doc-link">
<a href="https://drive.google.com/file/d/11894WkfcSUOakJvKS_sS1ykPB7c9k3DZ/view?usp=sharing">Hand Tracking Demo Video</a>
</div>
<div class="doc-link">
<a href="https://drive.google.com/file/d/1nAoE3qOFPCM7VVcHhXwZuPPG5bCECRy4/view?usp=sharing">Hardware Startup Demo Video</a>
</div>
<div class="doc-link">
<a href="https://docs.google.com/presentation/d/1T7uXAZGckvS1XX05YegEnu_0n_Dc8AhmJiPlmi7CXK4/edit?usp=sharing">Presentation</a>
</div>
<div class="doc-link">
<a href="https://docs.google.com/document/d/1U45mferKGvN14j7geh8tSXgL8U52hxrPuxF6eqh8reA/edit?usp=sharing">Progress Evaluation</a>
</div>
</div>
</div>
</div>
</div>
<div id="team" class="page-spacer">
<div class="content-container">
<p class="title">Team Hello World!</p>
<!-- TODO : Possibly include small description + headshot. -->
<p class="paragraph no-indent">
Our team is comprised of four computer science/software engineering students at the end of their
Bachelor's degree program. Contact info:
</p>
<div class="contact-section">
<div class="contact-info">
<div class="name">Anwuli Ajabor </div>
<a class="email" href="mailto:[email protected]">[email protected]</a>
</div>
<div class="contact-info">
<div class="name">Minho Son </div>
<a class="email" href="mailto:[email protected]">[email protected]</a>
</div>
<div class="contact-info">
<div class="name">Malakai Spann </div>
<a class="email" href="mailto:[email protected]">[email protected]</a>
</div>
<div class="contact-info">
<div class="name">Kyle Stewart </div>
<a class="email" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="contact-info faculty-advisor">
<p class="subtitle"> Faculty Advisor</p>
<div class="name"> Dr. Marius Silaghi </div>
<a class="email" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
<!-- Imported JS -->
<script src="js/mobile_nav.js"></script>
<script src="js/scroll_to_top.js"></script>
</body>
</html>