-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaircraft.html
181 lines (164 loc) · 7.9 KB
/
aircraft.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
---
layout: default
title: Aircraft
---
<section class="jumbotron text-center">
<div class="container">
<h1 class="jumbotron-heading">Aircraft</h1>
</div>
</section>
<div class="container mb-5">
<div class="row mb-4">
<div class="col-md-5">
<div id="p3carousel" class="carousel slide box-shadow ac-height" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: url('/assets/img/PIII_1.jpg');">
<img class="d-block w-100" src="/assets/img/PIII_1.jpg" alt="First slide">
</div>
<div class="carousel-item" style="background-image: url('/assets/img/PIII_2.jpg');">
<img class="d-block w-100" src="/assets/img/PIII_2.jpg" alt="Second slide">
</div>
<div class="carousel-item" style="background-image: url('/assets/img/PIII_3.jpg');">
<img class="d-block w-100" src="/assets/img/PIII_3.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#p3carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#p3carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-7 text-left">
<h3 class="text-left"><em>Phoenix III</em> (2019)</h3>
<p><em>Phoenix III</em> is a brand-new aircraft with a fully composite airframe. It includes a fully-functional
drop mechanism, with a work-in-process gimbal nosecone that allows for a direct attachment with the
<a href="http://www.z-cam.com/e1/">Z CAM E1</a>.</p>
<p><a href="assets/doc/2019.pdf" target="_blank">Read the 2019 technical paper.</a></p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-5">
<div id="svl2carousel" class="carousel slide box-shadow ac-height" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: url('/assets/img/SVL2_1.JPG');">
<img class="d-block w-100" src="/assets/img/SVL2_1.JPG" alt="First slide">
</div>
<div class="carousel-item" style="background-image: url('/assets/img/SVL2_2.png');">
<img class="d-block w-100" src="/assets/img/SVL2_2.png" alt="Second slide">
</div>
<div class="carousel-item" style="background-image: url('/assets/img/SVL2_3.JPG');">
<img class="d-block w-100" src="/assets/img/SVL2_3.JPG" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#svl2carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#svl2carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-7 text-left">
<h3 class="text-left"><em>Sir-Vay-Lance 2.0</em> (2018)</h3>
<p><em>Sir-Vay-Lance 2.0</em> is the modified version the 2017 competition aircraft system, <em>Sir-Vay-Lance</em>.
Though it shares similar exterior features as the previous design, <em>SVL 2.0</em> packs a punch with upgraded internal
systems. The image recognition hardware is revamped with Sony α6000 high definition camera and a
3D-printed carbon-nylon gimbal structure. Due to the change in physical constraints, the image
recognition hardware is moved to the posterior compartment of the fuselage, which ultimately resulted
in the redesign of the nosecone. Moreover, the air delivery was upgraded with a lightweight, 3D-printed PLA
hardware with a simple drop mechanism. With <em>SVL 2.0</em>, UAV Austin received 6th overall rank at the 2018
AUVSI SUAS Competition, which is the organization’s record placement.</p>
<p><a href="assets/doc/2018.pdf" target="_blank">Read the 2018 technical paper.</a></p>
</div>
</div>
<div class="row">
<div class="col-md-5">
<div id="svlcarousel" class="carousel slide box-shadow ac-height" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: url('/assets/img/SVL_1.JPG');">
<img class="d-block w-100" src="/assets/img/SVL_1.JPG" alt="First slide">
</div>
<div class="carousel-item" style="background-image: url('/assets/img/SVL_2.JPG');">
<img class="d-block w-100" src="/assets/img/SVL_2.JPG" alt="Second slide">
</div>
<div class="carousel-item" style="background-image: url('/assets/img/SVL_3.JPG');">
<img class="d-block w-100" src="/assets/img/SVL_3.JPG" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#svlcarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#svlcarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-7 text-left">
<h3 class="text-left"><em>Sir-Vay-Lance 1.0</em> (2017)</h3>
<p><em>Sir-Vay-Lance</em> is a pusher configuration aircraft system. It has a fuselage length of 42.5 inches and
an
effective wingspan of 102.25 inches. The design gives a large amount of space to add components in,
which in turn allows for the center of mass to be adjusted as needed. Additionally, the large space
allows for easy accessibility to internal components, allowing them to be swapped when necessary with
minimal effort. The main body consists of lightweight materials including a plywood fuselage frame with
balsa paneling, carbon fiber beams supporting a rear H-wing configuration, and a MonoKote skin to
provide an aerodynamic outer coating.</p>
<p><a href="assets/doc/2017.pdf" target="_blank">Read the 2017 technical paper.</a></p>
</div>
</div>
</div>
<h2>Legacy</h2>
<div class="album py-1">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="card mb-4 box-shadow">
<a href="/assets/doc/2010.pdf" target="_blank">
<div class="card-body">
<p class="card-name"><em>Phoenix I</em></p>
<p class="card-role">2009-10</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<div class="card mb-4 box-shadow">
<a href="/assets/doc/2012.pdf" target="_blank">
<div class="card-body">
<p class="card-name"><em>Phoenix II</em></p>
<p class="card-role">2011-12</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<div class="card mb-4 box-shadow">
<a href="/assets/doc/2014.pdf" target="_blank">
<div class="card-body">
<p class="card-name"><em>Krato</em></p>
<p class="card-role">2014</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<a href="/assets/doc/2016.pdf" target="_blank">
<div class="card mb-4 box-shadow">
<div class="card-body">
<p class="card-name"><em>Darth Bevo</em></p>
<p class="card-role">2015-16</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>