-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject-COTS.html
More file actions
256 lines (253 loc) · 21.5 KB
/
Copy pathproject-COTS.html
File metadata and controls
256 lines (253 loc) · 21.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>UBC Rocket - COTS Project</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" />
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Custom theme CSS (includes Bootstrap)-->
<link href="./css/styles.css" rel="stylesheet" />
</head>
<body style="background-color: #212529;">
<main class="d-flex flex-column min-vh-100">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<!-- Align brand to the left -->
<a class="navbar-brand" href="index.html">
<img src="./assets/ubcrocket_logo_white_long.png" alt="..." class="img-fluid img-logo">
</a>
<div class="ms-auto d-block d-md-none">
<a class="btn-social mx-2 my-2" href="https://facebook.com/ubcrocket" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<!-- <a class="btn-social mx-2 my-2" href="https://x.com/ubcrocket" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a> -->
<a class="btn-social mx-2 my-2" href="https://www.instagram.com/ubcrocket/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a class="btn-social mx-2 my-2" href="https://www.linkedin.com/company/ubc-rocket/" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a class="btn-social mx-2 my-2" href="https://www.youtube.com/channel/UCxxgdake-xHWblLRLDJUpNw" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
</div>
<!-- Toggler button for mobile view -->
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<!-- Navbar items -->
<div class="collapse navbar-collapse" id="navbarResponsive">
<div class="d-flex w-100">
<ul class="navbar-nav me-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item dropdown dropdown-hover dropdown-hover-all">
<a class="nav-link dropdown-toggle" href="#" id="projectsDropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Current projects</a>
<div class="dropdown-menu" aria-labelledby="projectsDropdown">
<div class="dropdown dropstart">
<a class="dropdown-item dropdown-toggle" href="project-COTS.html" id="dropdown-A" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">COTS</a>
<div class="dropdown-menu" aria-labelledby="dropdown-A">
<a class="dropdown-item" href="project-COTS.html#subteam-A">Payloads</a>
<a class="dropdown-item" href="project-COTS.html#subteam-B">Internals</a>
<a class="dropdown-item" href="project-COTS.html#subteam-C">Aerostructures</a>
<a class="dropdown-item" href="project-COTS.html#subteam-D">Avionics Hardware</a>
<a class="dropdown-item" href="project-COTS.html#subteam-E">Avionics Software</a>
<a class="dropdown-item" href="project-COTS.html#subteam-F">Recovery</a>
</div>
</div>
<!-- <div class="dropdown-divider"></div> -->
<div class="dropdown dropstart">
<a class="dropdown-item" href="project-LRE.html" id="dropdown-B" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Liquid Rocket Engine</a>
<!-- <div class="dropdown-menu" aria-labelledby="dropdown-B">
<a class="dropdown-item" href="#">Subteam A</a>
<a class="dropdown-item" href="#">Subteam B</a>
<a class="dropdown-item" href="#">Subteam C</a>
</div> -->
</div>
<div class="dropdown dropstart">
<a class="dropdown-item" href="project-TVR.html" id="dropdown-C" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Thrust Vectoring Rocket</a>
<!-- <div class="dropdown-menu" aria-labelledby="dropdown-C">
<a class="dropdown-item" href="#">Subteam A</a>
<a class="dropdown-item" href="#">Subteam B</a>
<a class="dropdown-item" href="#">Subteam C</a>
</div> -->
</div>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="sponsors.html">Sponsors</a></li>
<li class="nav-item dropdown dropdown-hover dropdown-hover-all">
<a class="nav-link dropdown-toggle" href="#" id="moreDropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More</a>
<div class="dropdown-menu" aria-labelledby="moreDropdown">
<div class="dropdown dropstart">
<a class="dropdown-item" href="faq.html" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">FAQ</a>
</div>
<!-- <div class="dropdown-divider"></div> -->
<div class="dropdown dropstart">
<a class="dropdown-item" href="past-projects.html" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Past Projects</a>
</div>
<div class="dropdown dropstart">
<a class="dropdown-item" href="resources.html" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Resources</a>
</div>
<div class="dropdown dropstart">
<a class="dropdown-item" href="blog.html" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Blog</a>
</div>
</div>
</li>
<!-- <li class="nav-item"><a class="nav-link" href="faq.html">FAQ</a></li> -->
<li class="nav-item"><a class="nav-link nav-pill nav-sponsor d-block d-md-none" href="index.html#sponsors">Sponsor Us</a></li>
<li class="nav-item"><a id="joinUsMobile" class="nav-link nav-pill d-block d-md-none" href="index.html#join-us">Join Us</a></li>
</ul>
<!-- Desktop view -->
<ul class="navbar-nav ms-auto d-none d-md-flex">
<a class="btn-social mx-2 my-2" href="https://facebook.com/ubcrocket" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<!-- <a class="btn-social mx-2 my-2" href="https://x.com/ubcrocket" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a> -->
<a class="btn-social mx-2 my-2" href="https://www.instagram.com/ubcrocket/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a class="btn-social mx-2 my-2" href="https://www.linkedin.com/company/ubc-rocket/" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a class="btn-social mx-2 my-2" href="https://www.youtube.com/channel/UCxxgdake-xHWblLRLDJUpNw" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
<li class="nav-item"><a class="nav-link mx-2 nav-pill nav-sponsor" href="index.html#sponsors">Sponsor Us</a></li>
<li class="nav-item"><a id="joinUsDesktop" class="nav-link mx-2 nav-pill" href="index.html#join-us">Join Us</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- About section one-->
<section class="py-5 bg-dark vh-" style="position: relative;">
<div class="container my-5 rounded" id="fade-out">
<div class="row gx-5 align-items-center justify-content-center">
<div class="col col-lg-10 text-center project-title rounded">
<h1 class="fw-bolder text-light" style="font-size: calc(2.5rem + 2vw);">COTS Competition Rocket</h1>
<p class="lead fw-normal text-light mb-0" style="font-size: clamp(0.9rem, 0.9rem + 1vw, 1.4rem);">COTS, or “Commercial-off-the-shelf” rockets, is a category within rocketry competitions that allows a team to purchase up to 100% of the rocket's components and remain eligible for a podium placement. Our COTS team manufactures an impressive 85% of the rocket in-house, allowing for extensive teaching on rocket design and manufacturing for interested students. Our COTS competition rocket is an excellent opportunity for both experienced and non-experienced students to build a rocket from the ground up.</p>
<p class="my-0 fw-bolder text-light" style="font-size: clamp(1.5rem, 1.5rem + 1vw, 2.1rem);">2025-26 COTS Rocket in production: CLOUDBURST</p>
</div>
</div>
</div>
<div class="img-container d-flex justify-content-center">
<img id="rocket-render" src="./assets/rocket_renders/Garibaldi Photo.107-min.png" alt="" class="img-fluid min-vh-100">
</div>
<!-- <img id="rocket-render" src="./assets/rocket_renders/Garibaldi Photo.107-min.png" alt="" class="img-fluid min-vh-100" style="margin-top: 55vh; visibility: hidden;">
<footer class="bg-dark py-4" style="margin-top: 100px;">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0 text-white">© UBC Rocket 2026</div></div>
<div class="col-auto">
<a class="link-light small" href="mailto: hello@ubcrocket.com">Email us at hello@ubcrocket.com</a>
</div>
</div>
</div>
</footer> -->
</section>
<!-- Subteam fade texts -->
<section class="container text-center" style="margin-top: 30vh;">
<div class="row">
<div id="subteam-A" class="p-3 my-2 col col-10 offset-1 col-md-4 offset-md-0 d-flex flex-column justify-content-center align-items-center fade-div rounded" data-offset="0.2" style="scroll-margin-top: 2rem;">
<h4 class="text-center">Payloads Subteam</h4>
<img src="./assets/COTS Payloads callout photo.jpg" alt="..." class="img-fluid" style="object-fit: cover;">
<p class="text-center my-1" style="font-size: 1.1rem;">The payloads subteam often designs either an engineering demonstration or a scientific experiment for the rocket to carry. The payload is what you make of it, so members have the chance to provide ideas on what to build next and can often choose what type of work they want to do. The entire project often requires simulations, prototyping, testing, and manufacturing. Depending on the chosen project, work could include electrical prototyping, PCB design, microcontroller programming, machining, 3D printing, mechanical design, and even biological or chemical lab work!</p>
</div>
</div>
<div class="row">
<div id="subteam-B" class="p-3 my-2 col col-10 offset-1 col-md-4 offset-md-8 d-flex flex-column justify-content-center align-items-center fade-div rounded" data-offset="0.4" style="scroll-margin-top: 2rem;">
<h4 class="text-center">Internals Subteam</h4>
<img src="./assets/COTS Internals callout image.png" alt="..." class="img-fluid" style="object-fit: cover;">
<p class="text-center my-1" style="font-size: 1.1rem;">The internals subteam is responsible for designing and manufacturing structures that secure our avionics, payload, propulsion, and recovery systems. In the first half of the year, members focus on designing their models and assemblies using SolidWorks, emphasizing weight reduction and Design for Manufacturing and Assembly (DFMA) principles. In the second half of the year, students learn various manufacturing methods, including manual machining, CNC machining, water jet cutting, and composite layups.</p>
</div>
</div>
<div class="row">
<div id="subteam-C" class="p-3 my-2 col col-10 offset-1 col-md-4 offset-md-0 d-flex flex-column justify-content-center align-items-center fade-div rounded" data-offset="0.6" style="scroll-margin-top: 2rem;">
<h4 class="text-center">Aerostructures Subteam</h4>
<img src="./assets/COTS Aerostructures callout photo.JPG" alt="..." class="img-fluid" style="object-fit: cover;">
<p class="text-center my-1" style="font-size: 1.1rem;">Aerostructures is a manufacturing-heavy subteam. Members will learn how to safely prepare and infuse numerous fiberglass and carbon fiber composite components, such as bodytubes, fins, and a nosecone. The processes we employ require high levels of detail and individuals committed to ensuring the process is right every single time. This is an excellent opportunity for students to be hands-on with rocket fabrication, learn the complexities of aerospace composite materials and become familiar with a plethora of workshop tools.</p>
</div>
</div>
<div class="row">
<div id="subteam-D" class="p-3 my-2 col col-10 offset-1 col-md-4 offset-md-8 d-flex flex-column justify-content-center align-items-center fade-div rounded" data-offset="0.8" style="scroll-margin-top: 2rem;">
<h4 class="text-center">Avionics Hardware Subteam</h4>
<img src="./assets/COTS Hardware callout photo.png" alt="..." class="img-fluid" style="object-fit: cover;">
<p class="text-center my-1" style="font-size: 1.1rem;">The avionics hardware subteam focuses on the full scope of avionics system development for the rocket. We design, build, test, and debug the avionics electronic hardware for the COTS rocket projects. Team members can expect to learn a lot about PCB design, PCB assembly, and electronics testing.</p>
</div>
</div>
<div class="row">
<div id="subteam-E" class="p-3 my-2 col col-10 offset-1 col-md-4 offset-md-0 d-flex flex-column justify-content-center align-items-center fade-div rounded" data-offset="1.0" style="scroll-margin-top: 2rem;">
<h4 class="text-center">Avionics Software Subteam</h4>
<img src="./assets/COTS Software and firmware Summary photo.png" alt="..." class="img-fluid" style="object-fit: cover;">
<p class="text-center my-1" style="font-size: 1.1rem;">Members of the avionics software & firmware subteam are responsible for the digital systems of our 30,000 ft competition rocket. All members will help construct FLARE, the code that powers real-time telemetry collection on the physical rocket in addition to developing Helios, our cutting-edge experimental ground station software. On the firmware side, students will learn learn embedded systems programming, sensor integration, and wireless communication protocols. On the software side, students will master handling high-speed data streams, creating intuitive interfaces, and applying agile methodologies in a fast-paced engineering environment.</p>
</div>
</div>
<div class="row">
<div id="subteam-F" class="p-3 my-2 col col-10 offset-1 col-md-4 offset-md-8 d-flex flex-column justify-content-center align-items-center fade-div rounded" data-offset="1.2" style="scroll-margin-top: 2rem;">
<h4 class="text-center">Recovery Subteam</h4>
<img src="./assets/COTS Recovery summary photo.JPG" alt="..." class="img-fluid" style="object-fit: cover;">
<p class="text-center my-1" style="font-size: 1.1rem;">The recovery subteam is focused on the production and testing of toroidal and hemispherical parachutes, carbon fiber parachute bays, and black powder charges. Members learn how to design complex parachutes, fabricate internal recovery bays to house said parachutes, and configure critical deployment sequencing to bring the rocket down gracefully and colorfully. Key skills taught on recovery include detailed sewing techniques, extensive 3D printing, and composite materials manufacturing. </p>
</div>
</div>
</section>
</main>
<div class="modal fade" id="regModal" tabindex="-1" aria-labelledby="regModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5 text-uppercase" id="regModalLabel">Registration closed</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Currently, we are not accepting applications. Thank you for your interest.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<!-- JQuery -->
<script src="js/jquery-3.7.1.min.js"></script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS-->
<script src="js/scripts.js"></script>
<script src="js/scripts2.js"></script>
<!-- Scroll animation-->
<script>
// Fade animation on scroll
window.addEventListener('scroll', function () {
let scrollPosition = window.scrollY;
let fadeSpeed = 0.2; // percentage of screen that needs to be scrolled before animation complete
// subteam text boxes
document.querySelectorAll('.fade-div').forEach(div => {
let offsetFactor = parseFloat(div.getAttribute('data-offset'));
let offset = window.innerHeight * offsetFactor;
let opacity_enter = Math.min((scrollPosition - offset) / (window.innerHeight * fadeSpeed), 1);
div.style.opacity = opacity_enter;
});
// title text
let titleOffsetFactor = 0.1
let offset = window.innerHeight * titleOffsetFactor;
let opacity_exit = Math.max(1 - (scrollPosition - offset) / (window.innerHeight * fadeSpeed), 0);
document.getElementById('fade-out').style.opacity = opacity_exit;
});
</script>
</body>
</html>