-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathalula.html
More file actions
84 lines (75 loc) · 5.63 KB
/
Copy pathalula.html
File metadata and controls
84 lines (75 loc) · 5.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ALULA - STAR</title>
<link rel="stylesheet" href="assets/style/main_style.css">
<link rel="stylesheet" href="assets/style/index_style.css">
<link rel="icon" type="image/x-icon" href="assets/img/svg/star_tab_logo.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sometype+Mono:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
</head>
<body>
<div id="navbar">
<a href="index.html"><img src="assets/img/svg/star_logo.svg" class="star-logo"></a>
<div class="navbar-pages">
<a href="projects.html" class="page"><b>PROJECTS</b></a>
<a href="leads.html" class="page"><b>LEADS</b></a>
<a href="subteams.html" class="page"><b>SUBTEAMS</b></a>
<a href="sponsors.html" class="page"><b>SPONSORS</b></a>
<a href="outreach.html" class="page"><b>OUTREACH</b></a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfN6vKqfo1dXSTKda6Ac9OkFDMLKT0_OR3boKxwBz5j6lUiVQ/viewform" style="margin: auto 15px; padding: 0;"><button><b>JOIN US</b></button></a>
<a href="https://crowdfund.berkeley.edu/project/47409" style="margin: auto 15px; padding: 0;"><button><b>DONATE NOW</b></button></a>
</div>
<div id="burger-menu">
<input type="checkbox" id="menuCheckbox" />
<span></span>
<span></span>
<span></span>
<div id="menu">
<a href="projects.html" class="page"><b>PROJECTS</b></a>
<a href="leads.html" class="page"><b>LEADS</b></a>
<a href="subteams.html" class="page"><b>SUBTEAMS</b></a>
<a href="sponsors.html" class="page"><b>SPONSORS</b></a>
<a href="outreach.html" class="page"><b>OUTREACH</b></a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfN6vKqfo1dXSTKda6Ac9OkFDMLKT0_OR3boKxwBz5j6lUiVQ/viewform" style="margin: 7.5px; padding: 0;"><button><b>JOIN US</b></button></a>
<a href="https://crowdfund.berkeley.edu/project/47409" style="margin: 7.5px; padding: 0;"><button><b>DONATE NOW</b></button></a>
</div>
</div>
</div>
<div class="title-subpage">
<b>ALULA</b>
</div>
<img src="assets/img/alula_cover.jpg" class="sub-cover" style="font-size: 0;">
<div class="paragraph paragraph_centered">
Our first-ever flyable liquid-powered rocket is currently in the testing and optimization phase! Our airframe and recovery teams have completed their preliminary designs and are working to physically test their conceptual component assemblies on the ground, validating our analysis of in-flight structural dynamics. On the propulsion front, we’re working on scaling our hotfire-tested LOX/ethanol development engine into the flight vehicle space and energy requirements envelope(integrated hotfire tests ahead!). The avionics team is shifting focus from propulsion ground support build-out to flight module design, including Printed Circuit Board component/stack optimization, onboard harnessing and power distribution.
<br>
As we continue to integrate subscale projects between each subsystem, we’re working hard to maintain thrust and flight simulation accuracy to reflect the predicted physics of launch. We are currently on schedule to launch this foundational liquid-powered rocket in Spring 2024 in the dollar-per-foot competition at the Friends of Amateur Rocketry launch site in Southern California. Stay tuned for more videos!
</div>
<footer>
<div class="footer-content">
<div id="footer-social">
<a href="https://www.facebook.com/ucberkeleystar/" target="_blank"><img src="assets/img/svg/facebook-logo.svg" id="social"></a>
<a href="https://www.instagram.com/starberkeley/" target="_blank"><img src="assets/img/svg/instagram-logo.svg" id="social"></a>
<a href="https://www.youtube.com/channel/UC-ceqnZp3XVz5mH8297izJA" target="_blank"><img src="assets/img/svg/youtube-logo.svg" id="social"></a>
<a href="https://www.linkedin.com/company/calstar" target="_blank"><img src="assets/img/svg/linkedin_logo.svg" id="social"></a>
<br>© 2023 by Space Technologies and Rocketry
</div>
<div id="footer-contact-us">
<a href="mailto:contact@stars.berkeley.edu?subject="><button><b>CONTACT US</b></button></a>
</div>
<div id="footer-join-today">
<h1 style="font-size: 20pt; margin: 0">Join Today!</h1><br>
For more information about what STAR is and who we are, check us out at <u><a href="https://rocketry.gitbook.io/public/" target="_blank" id="text-link">rocketry.gitbook.io</a></u>, and come out to our infosessions at the beginning of each semester! Also, feel free to reach out to any of our team members here and check out the FAQs.
</div>
</div>
<div class="ocf">
<a href="https://www.ocf.berkeley.edu/" target="_blank"><img src="assets/img/svg/ocf-hosted-penguin-dark.svg" style="width: 70px;"></a>
<span style="margin: auto 0 auto 10px">We are a student group acting independently of the University of California. We take full responsibility for our organization and this website.</span>
</div>
</footer>
<script src="assets/script/script.js"></script>
</body>
</html>