-
Notifications
You must be signed in to change notification settings - Fork 4
/
leads.html
407 lines (379 loc) · 21.4 KB
/
leads.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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<html>
<head>
<title>STAR</title>
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="assets/css/team.css">
<link rel="stylesheet" type="text/css" href="assets/css/nav_footer.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<meta name="title" content="STAR">
<meta name="keywords" content="STAR, CalSTAR, CALSTAR, rocket team, UC Berkeley, space, school, high power, rocketry, club, technology">
<meta name="description" content="STAR, UC Berkeley's Space Technologies and Rocketry Team, is a student club whose mission is to design, build, test, and launch high-power rockets. Founded in Fall 2015, STAR has competed in NASA's Student Launch Initiative (USLI) as well as ESRA's Intercollegiate Rocket Engineering Competition (IREC). As the team continues to grow and establish itself, we hope to do research in the fields of space, technology, and rocketry. We would also like to reach out to the community of Berkeley and the Bay Area to establish a prominent aerospace community that doesn't exist currently. This is just the beginnng">
<meta property="og:title" contenet="STAR">
<meta property="og:url" content="http://stars.berkeley.edu">
<meta property="og:description" content="STAR is a UC Berkeley competition team that designs, builds, tests, and launches rockets.">
<meta property="og:image" content="http://kevinhsuwho.github.io/assets/images/star.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/bootstrap.js"></script>
<meta charset="UTF-8">
</head>
<body>
<script src="js/navScroll.js"></script>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="index.html">
<img src="./assets/newimages/white_logo.png" id = "logo">
</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav right-align-menu ml-auto">
<li class="nav-item">
<a class="nav-link" href="projects.html"> Projects</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Teams
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="leads.html">Speciality Leads</a>
<a class="dropdown-item" href="managers.html">Project Manager</a>
<a class="dropdown-item" href="#">Team Members</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sl_docs.html">Sl Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" id= "nav_last" href="">Contact us</a>
</li>
</ul>
</div>
</nav>
<div class="main-picture">
<div class="container">
<div class="main-content">
<div class="row">
<div class="left col-lg-10">
<h1>MEET THE LEADS</h1>
<h3> THE TALENTED PEOPLE BEHIND IT ALL</h2>
</div>
<div class="right col-lg-2">
<a href="#exec" class="scroll_to"><p>EXEC</p></a>
<a href="#airframe" class="scroll_to"><p>AIRFRAME</p></a>
<a href="#avionics" class="scroll_to"><p>AVIONICS</p></a>
<a href="#propulsion" class="scroll_to"><p>PROPULSION</p></a>
<a href="#payload" class="scroll_to"><p>PAYLOAD</p></a>
<a href="#recovery" class="scroll_to"><p>RECOVERY</p></a>
<a href="#operations" class="scroll_to"><p>OPERATIONS</p></a>
<a href="#media" class="scroll_to"><p>MEDIA</p></a>
<a href="#systems" class="scroll_to"><p>SYSTEMS</p></a>
<a href="#business" class="scroll_to"><p>BUSINESS</p></a>
<a href="#outreach" class="scroll_to"><p>OUTREACH</p></a>
</div>
</div>
</div>
</div>
</div>
<div class="subteam-one-left" id="exec">
<div class="container">
<h3>EXECUTIVE TEAM</h3>
<div class="row" id="exec_text">
<div class="col-md-6">
<img src="./assets/leadphotos/achanta_aarabhi.jpg" class = "exec_img">
<h5 id ="exec_name">Aarabhi Achanta| President | Junior <br> Astrophysics & Physics</h5>
<p id = "exec_bio">
Welcome to STAR! My name is Aarabhi Achanta and I am the president of UC Berkeley STAR.
In the past, I have worked on propulsion, avionics, and outreach.
What I love most about being on STAR is the people I get to meet, and the postiive impact that I can make on the team!
Outside of rocketry, I am a part of a dance group on campus called Maya, involved in several research projects, a physics student tutor, and a member of Alpha Chi Omega!
</p>
<div id="image">
<a href="mailto:[email protected]" target="_blank"><i id = "exec_icon" class="fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/aarabhi-achanta-3b24a4203/" target="blank"><i id = "exec_icon" class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="col-md-6">
<img src="./assets/leadphotos/tristanSteen.jpg" class = "exec_img">
<h5 id ="exec_name" >Tristan Steen | Vice President | Sophomore <br> Psychology</h5>
<p id = "exec_bio">
Hi, I'm Tristan! I'm a second year psychology major and Vice President of STAR. I spent my first year on STAR doing payload work, and I have to say it's nice to do engineering work without being an engineer. I came to STAR to build rockets and have fun and I would say I have been successful in that goal!
</p>
<div id="image2">
<a href="mailto:[email protected]" target="_blank"><i id = "exec_icon" class="fas fa-envelope-square"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="subteam-one-left " id = "airframe">
<div class="container">
<h3>AIRFRAME</h3>
<h4>Airframe designs and builds the mechanical structure for launch vehicles, from the fins to the nose cone.</h4>
<div class="row">
<div class="col-md-4">
<img src="./assets/leadphotos/pharokhipanah_tolou.jpg" id="air1">
</div>
<div class="col-md-8 team-lead-info">
<h5>Tolou Pharokhipanah| Senior | Mechanical Engineering</h5>
<p>
Heyo! I'm, Tolou a fourth-year transfer student majoring in MechE and minoring in Aerospace.
I am the Airframe lead and Project manager of our competition rocket!
I love STAR due to the social and educational environment.
Being able to work with such great people while contributing to amazing projects is what I love doing.
STAR has become my family! I'm also a part of the NewSpace decal and the Iranian Students' Cultural Organization(ISCO).
Aside from school, I'm a big foodie and find much joy in spending time with friends/family.
</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
</div>
</div>
</div>
</div>
<div class="subteam-one-right" id="avionics">
<div class="container">
<h3>AVIONICS</h3>
<h4>The avionics subteam designs, builds, and tests flight electronics as well as the corresponding ground systems.</h4>
<div class="row">
<div class="col-md-8 team-lead-info">
<h5>Scout Weber | Senior | Physics</h5>
<p>
Hi! I'm Scout; I'm a fourth-year physics major and EECS minor.
I joined STAR because of the variety of cool projecst the team works on,
and stayed because of the wonderful and incredibly hardworking people on the team.
Outside of STAR, I love camping, playing the guitar, and TRPGs like Dungeons and Dragons.
</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/susannaweber/" target="blank"><i class="fab fa-linkedin"></i></a>
</div>
<div class="col-md-4">
<img src="./assets/leadphotos/scout.jpeg" id = "avi1">
</div>
</div>
</div>
</div>
<div class="subteam-one-left" id = "propulsion">
<div class="container">
<h3>PROPULSION</h3>
<h4>Propulsion works on exciting new liquid propulsion systems for STAR's long-term technical development.</h4>
<div class="row">
<div class="col-md-4">
<img src="./assets/leadphotos/liam_mchugh.jpg" id = "prop1">
</div>
<div class="col-md-8 team-lead-info">
<h5>Liam McHugh | Junior | Mechanical Engineering </h5>
<p>
Hi I'm Liam! I work with our Propulsion members to design, model, and validate our competition liquid engines! STAR has been an amazing experience this far!
</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/liam-s-mchugh" target="blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="subteam-one-right" id="payload">
<div class="container">
<h3>PAYLOAD</h3>
<h4>The payload team is responsible for the science experiments, mechanisms, cameras, and sensors on our rockets.</h4>
<div class="row">
<div class="col-md-8 team-lead-info">
<h5>Caytyn Abono | Senior | Astrophysics & Planetary Science</h5>
<p>
Hey! I'm Caytyn, a senior double-majoring in Astrophysics and Planetary Science, and this year's Payload Lead. My favorite experiences in STAR have been building and launching my own rocket as part of the L1 program and being able to attend multiple rocket launches (which is even cooler than it sounds).
</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/caytyn-abono-149999182/" target="blank"><i class="fab fa-linkedin"></i></a>
</div>
<div class="col-md-4">
<img src="./assets/images/icon.png" id = "pay1">
</div>
</div>
</div>
</div>
<div class="subteam-one-left" id="recovery">
<div class="container">
<h3>RECOVERY</h3>
<h4>The recovery subteam is responsible for ensuring vehicles land safely and all flight events are completed properly.</h4>
<div class="row">
<div class="col-md-4">
<img src="./assets/leadphotos/powers_cassidy.jpeg" id = "rec1">
</div>
<div class="col-md-8 team-lead-info">
<h5>Cassidy Powers | Senior | Mechanical Engineering </h5>
<p>
Hey :) I'm Cassidy, a fourth year student studying mecahnical engineering. I have interests in aerospace and international relations. My favorite memories in STAR are the launches, it's amazing watching everyone's hard work come into fruition. Outside of school I have interests in photography, soccer, and snorkeling!
</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/cassidy-powers-a65a81190/" target="blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="subteam-one-right" id="operations">
<div class="container">
<h3>OPERATIONS</h3>
<h4>The operations team oversees launches, personnel safety, project documentation, and vehicle integration.</h4>
<div class="row">
<div class="col-md-8 team-lead-info">
<h5>Rocklin Duong | Sophomore | Mechanical Engineering </h5>
<p>
Hi, I'm Rocklin, the current Operations Lead, and a 2nd year Mehcanical Engineering student.
Aside from school, I also play a wide variety of games and have played several instruments.
</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/rocklin-duong-28a253241/" target="blank"><i class="fab fa-linkedin"></i></a>
</div>
<div class="col-md-4">
<img src="./assets/leadphotos/duong_rocklin.jpg" id = "ops1">
</div>
</div>
</div>
</div>
<div class="subteam-one-left" id="media">
<div class="container">
<h3>MEDIA</h3>
<h4>Media is responsible for managing social media platforms and connecting STAR to the virtual world!</h4>
<div class="row">
<div class="col-md-4">
<img src="./assets/leadphotos/JustinG.jpg" id = "med1">
</div>
<div class="col-md-8 team-lead-info">
<h5>Justin Gonzalez | Sophomore | Applied Math</h5>
<p>
Hi! My name is Justin a 3rd year applied Math Major. I am the current Media Lead and also do work on IREC. Since joining STAR I have met many wonderful people that have come to support me which has made joining STAR one of the best decisions I've ever made in college
</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/justin-gonzalez-4592351a0/" target="blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="subteam-one-right" id="systems">
<div class="container">
<h3>SYSTEMS</h3>
<h4>The systems team works to make sure all subsytems integrate properly with each other for a successful mission.</h4>
<div class="row">
<div class="col-md-8 team-lead-info">
<h5>Cassiopeia Young | Junior | Mechanical Engineering </h5>
<p>
Hey! I'm Cassie (full name is Cassiopeia! Cool case of nominative determinism) and I'm a junior studying mechanical engineering.
</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/cassie-young-3a1172174/" target="blank"><i class="fab fa-linkedin"></i></a>
</div>
<div class="col-md-4">
<img src="./assets/leadphotos/cassiopedia.png" id = "sys1">
</div>
</div>
</div>
</div>
<div class="subteam-one-left" id="business">
<div class="container">
<h3>BUSINESS</h3>
<h4>The business team manages funds, reviews budgets, and works to grow our network of corporate partners.</h4>
<div class="row">
<div class="col-md-4">
<img src="./assets/leadphotos/toktarbayev_daniel.jpg" id = "bus1">
</div>
<div class="col-md-8 team-lead-info">
<h5>Danial Toktarbayev | Sophomore | Computer Science</h5>
<p>
Hello, mates! I'm Danial, a sophomore studying computer science at Berkeley.
It's my second semester at STAR, and I am already a lead, so I guess it's fun here! I believe our central ideology should be work hard, play hard.
</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/toktarbayev/" target="blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="subteam-one-right" id="outreach">
<div class="container">
<h3>OUTREACH</h3>
<h4>Outreach works to increase public awareness of STAR and educate others about aerospace engineering.</h4>
<div class="row">
<div class="col-md-8 team-lead-info">
<h5>Rachel Weber | Senior | Mechanical Engineering </h5>
<p>
Hi! My name is Rachel, and I am this years Outreach Lead.
I am a senior in Mechanical Engineering, specializing in Aerospace engineering.
A fun fact about me is I do trapeze.
</p>
<a id = "mobile_icons" href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
</div>
<div class="col-md-4">
<img src="./assets/leadphotos/weber_rachel.jpg" id = "out1">
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-content">
<div class="container">
<div class="footer-content-box col-md-4" style="float: left;">
<h5>ABOUT US</h5>
<p>STAR is UC Berkeley’s competitive high-power rocketry team, founded in 2015 and comprised of a medley of audacious and wildly curious students with a burning passion for space.</p>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.facebook.com/ucberkeleystar" target="blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.youtube.com/channel/UC-ceqnZp3XVz5mH8297izJA" target="blank"><i class="fab fa-youtube-square"></i></a>
<a href="https://www.flickr.com/photos/ucberkeleystar" target="_blank"><i class="fab fa-flickr"></i></a>
</div>
<div class="footer-content-box col-md-4" id="flickr" style="float: left;">
<h5><a href="https://www.instagram.com/_calstar/?hl=en">INSTAGRAM</a></h5>
<div class="flickr-img-tbl">
<div class="flickr-img-row row">
<!-- <div class="col-md-4">
<img src="assets/images/flickr1.jpg">
</div>
<div class="col-md-4">
<img src="assets/images/flickr3.jpg">
</div>
<div class="col-md-4">
<img src="assets/images/flickr4.jpg">
</div> -->
</div>
</div>
</div>
<div class="footer-content-box col-md-4" id="three" style="float: right;">
<h5>JOIN TODAY!</h5>
<p>For more information about what STAR is and who we are, check us out at <a href="https://calstar.gitbook.io" target="_blank">calstar.gitbook.io</a>, and come out to our infosessions at the beginning of each semester! Also, feel free to reach out to any of our team members <a href="team.html">here.</a></p>
</div>
</div>
</div>
<div class="footer-bar">
<div class="container">
<div style="float: left;">
<p> © STAR. MADE BY <a href="https://github.com/Omkar-Waingankar">OMKAR WAINGANKAR</a>,
<a href="https://github.com/arjunsahai">ARJUN SAHAI</a>, CINDY KHAN-TUSHIG<p>
</div>
</div>
</div>
<div class="footer-bar" style="text-align:left; background-color:white; color:navy;">
<div class="container">
<div style="float: left; margin-top: 2vh;">
<a href="https://www.ocf.berkeley.edu">
<img class="ocfpic" src="https://www.ocf.berkeley.edu/hosting-logos/ocfbadge_blue8.png"
alt="Hosted by the OCF" style="border: 0; height: 32px; width: 32px;"/> </a>
</div>
<div style="float: left; position: relative; left: 10px;">
<p> We are a student group acting independently of the University of California. We take full responsibility for our organization and this website.<p>
</div>
</div>
</div>
</div>
<script>
jQuery('.scroll_to').click(function(e){
var jump = $(this).attr('href');
var new_position = $(jump).offset();
$('html, body').stop().animate({ scrollTop: new_position.top }, 500);
e.preventDefault();
});
// smooth scroll sourced from https://www.daddydesign.com/wordpress/how-to-smoothly-scroll-to-a-specific-element-using-jquery/
</script>
</body>
</html>