-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
437 lines (432 loc) · 24 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
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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A.S.T.R.A.L. | Home</title>
<link rel="stylesheet" href="homepage.css">
<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=Space+Mono:ital,wght@0,400;0,700;1,700&display=swap" rel="stylesheet">
<link rel="icon" href="logo.ico">
</head>
<body>
<div class="cursor">
<p></p>
<div class="arrows">
<img src="arrow_purple.svg" alt="">
<img style="transform:rotate(180deg);" src="arrow_purple.svg" alt="">
</div>
</div>
<div class="blob"></div>
<div class="overlay-video">
<video src="ASTRAL_final.mp4" controls></video>
<a onclick="document.querySelector('.overlay-video').classList.toggle('active');">CLOSE</a>
</div>
<div class="floating-imgs">
<img class="floating-img" id="astrophysics" src="bhns.jpg" alt="">
<img class="floating-img" id="supercomputing" src="ozstar.jpg" alt="">
<img class="floating-img" id="technology" src="parkes.jpg" alt="">
<img class="floating-img" id="research" src="maths.jpg" alt="">
<img class="floating-img" id="analytics" src="research.jpg" alt="">
<img class="floating-img" id="leadership" src="bhns.jpg" alt="">
<img class="floating-img rudra" src="rudra.jpg" alt="">
<img class="floating-img evie" src="evie.jpg" alt="">
<img class="floating-img hendrik" src="hendrik.png" alt="">
<img class="floating-img robert" src="robert.jpg" alt="">
<img class="floating-img rebecca" src="rebecca.png" alt="">
</div>
<div class="navbar">
<a onclick="lenis.scrollTo('.hero');">
<img src="logo.svg" alt="" class="logo">
</a>
<div class="menu-icon">
<a onclick="toggleMenu();">
<div class="text">
<p>menu</p>
<p>close</p>
</div>
</a>
<a class="img-icon" onclick="toggleMenu();"><img src="menu-icon.svg" alt="" class="menu-img"></a>
</div>
<div class="menu">
<div class="links">
<div class="categories">
<a onclick="goTo('.hero');">HOME</a>
<a onclick="toggleOptions('about-options');">ABOUT</a>
<a onclick="toggleOptions('work-options');">WORK</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a href="support.html">SUPPORT</a>
<a href="contact.html">CONTACT</a>
<a href="faqs.html">FAQS</a>
</div>
<div class="options">
<div class="about-options nav-options">
<a href="about.html">Vision and Mission</a>
<a href="team.html">Mentors</a>
<a href="code-of-conduct.html">Code of Conduct</a>
</div>
<div class="work-options nav-options">
<a href="projects.html">Projects</a>
<a href="tools.html">Online Tools</a>
</div>
<div class="cohort-options nav-options">
<a href="cohort.html">Current ASTRAL Cohort</a>
</div>
</div>
</div>
</div>
</div>
<div class="scroll-container">
<div class="hero">
<div class="video">
<video src="space.mp4" muted autoplay loop></video>
</div>
<div class="left-column">
<div class="org-title">
<h2>WELCOME TO THE</h2>
<h1>A.S.T.R.A.L. INSTITUTE</h1>
</div>
<div class="subtitle">
<p>DEVELOPING A COHORT OF INSPIRATIONAL STUDENT STEM LEADERS_</p>
<p>APPLICATIONS FOR ASTRAL 2025 HAVE NOW CLOSED.</p>
<p class="scroll-down-indicator">SCROLL DOWN</p>
</div>
</div>
<div class="right-column">
<div class="watch-video-container">
<a onclick="document.querySelector('.overlay-video').classList.toggle('active');">WATCH VIDEO</a>
</div>
<div class="scroll-down-button">
<a onclick="lenis.scrollTo('.why')"><img src="circle_arrow_white.svg" alt=""></a>
</div>
</div>
</div>
<div class="why">
<div class="text">
<h2>WHY?</h2>
<p>STUDENTS OFTEN THINK SCIENCE AND TECHNOLOGY ARE RESTRICTED TO OLD (OFTEN MALE) GENIUSES AND NOT PEOPLE LIKE THEM.</p>
<div class="more-info">
<p>
A.S.T.R.A.L. IS BUILDING A COHORT OF STEM STUDENT LEADERS OF THE FUTURE THAT CAN BOTH ACT AS ROLE MODELS AND PARTICIPATE
IN CUTTING-EDGE ASTROPHYSICS RESEARCH. A.S.T.R.A.L. STUDENTS ARE TAUGHT THE RIGOUR OF THE SCIENTIFIC PROCESS, AND SKILLS
IN ASTROPHYSICS, SUPERCOMPUTING, TECHNOLOGY, RESEARCH ANALYTICS AND LEADERSHIP.
</p>
<p>
THEY ARE ENCOURAGED TO USE A.S.T.R.A.L.'S UNIQUE PRESENTATION TOOLS TO TEACH THEIR PEERS ABOUT THEIR EXPERIENCES ON BOTH
SOCIAL MEDIA AND face-to-face ACTIVITIES. Yes, this website was developed by one of our students!
</p>
<a class="underline-button" href="about.html">
<div>
<div class="text-indicator">
<p>LEARN MORE</p>
<p>LEARN MORE</p>
</div>
<div class="img-indicator">
<img src="arrow-link.svg" alt="">
<img src="arrow-link.svg" alt="">
</div>
</div>
</a>
<a class="underline-button" href="support.html">
<div>
<div class="text-indicator">
<p>SUPPORT US</p>
<p>SUPPORT US</p>
</div>
<div class="img-indicator">
<img src="arrow-link.svg" alt="">
<img src="arrow-link.svg" alt="">
</div>
</div>
</a>
</div>
<div class="caption">
<p>IMAGE: EARTH AS SEEN FROM THE INTERNATIONAL SPACE STATION</p>
<img src="star.svg" alt="">
</div>
</div>
<div class="image">
<p class="ascii">87 72 89</p>
<div class="effect-container">
<img src="placeholder_img.jpg" alt="">
<div class="grid-effect"></div>
</div>
</div>
</div>
<div class="who-we-are">
<h2>A.S.T.R.A.L. stands for</h2>
<p class="ascii">87 72 79 32 65 82 69 32 87 69 63</p>
<div class="expanded-name">
<h1 class="astrophysics", data-value="ASTROPHYSICS">ASTROPHYSICS</h1>
<h1 class="supercomputing", data-value="SUPERCOMPUTING">SUPERCOMPUTING</h1>
<h1 class="technology" data-value="technology">TECHNOLOGY</h1>
<h1 class="research" data-value="RESEARCH">RESEARCH</h1>
<h1 class="analytics" data-value="ANALYTICS">ANALYTICS</h1>
<h1 class="leadership" data-value="LEADERSHIP_">LEADERSHIP_</h1>
</div>
<p>(aka A.S.T.R.A.L.)</p>
</div>
<div class="about">
<p>THE A.S.T.R.A.L. PROGRAM AIMS TO INSPIRE STUDENTS TO PURSUE AREAS SUCH AS ASTROPHYSICS, RESEARCH, DATA SCIENCE AND LEADERSHIP THROUGH WORKSHOPS AND RESEARCH PROJECTS IN ASTRONOMY</p>
</div>
<div class="services">
<h2>what we offer</h2>
<a class="accordion"><div><p>WORK EXPERIENCE</p><img src="accordian-arrow.svg" alt=""></div></a>
<div class="panel">
<p>Week long work experience program at the Centre for Astrophysics and Supercomputing at the Swinburne University of Technology. Click below for the application form</p>
<a class="underline-button" href="https://form.jotform.com/241187571332859">
<div>
<div class="text-indicator">
<p>WORK EXPERIENCE APPLICATION FORM</p>
<p>WORK EXPERIENCE APPLICATION FORM</p>
</div>
<div class="img-indicator">
<img src="arrow-link.svg" alt="">
<img src="arrow-link.svg" alt="">
</div>
</div>
</a>
</div>
<a class="accordion"><div><p>The MilliPHeDe (milli-PHD) Summer Program</p><img src="accordian-arrow.svg" alt=""></div></a>
<div class="panel">
<p>THIS 3-WEEK SUMMER INTERNSHIP ALLOWS STUDENTS THE PAID OPPORTUNITY TO PARTICIPATE IN ACTIVE RESEARCH IN THE ARC CENTRE OF EXCELLENCE FOR GRAVITATIONAL WAVE DISCOVERY (OZGRAV), FOCUSING ON ACCOMPLISHING A FOCUSED RESEARCH TASK DURING THOSE THREE WEEKS.</p>
<p>STUDENTS ACQUIRE SKILLS IN A MULTITUDE OF AREAS, SUCH AS PROGRAMMING, SUPERCOMPUTERS, DOCUMENTATION, DATA ANALYSIS, AUTOMATION AND MUCH MORE.
STUDENTS ALSO GET TO LEARN ABOUT ASTRONOMY TOPICS RELATED TO THE RESEARCH TASK. SOME EXAMPLES ARE PULSAR ASTRONOMY, GRAVITATIONAL WAVES, BLACK HOLES, FAST RADIO BURSTS, ETC.
ADDITIONALLY, THEY LEARN HOW TO WORK IN TEAM ENVIRONMENTS, MANAGE STRESS, AND THE ENVIRONMENT OF WORKPLACES THROUGH THIS THREE-WEEK INTERNSHIP, SKILLS THAT CAN BE APPLIED IN ANY CAREER OF CHOICE.</p>
<p>THIS PROGRAM RUNS DURING DECEMBER AND JANUARY (DURING SUMMER IN THE SOUTHERN HEMISPHERE) AND ARE RUN AT SWINBURNE UNIVERSITY OF TECHNOLOGY'S HAWTHORN CAMPUS IN MELBOURNE.</p>
</div>
<a class="accordion"><div><p>WEEKLY ENGAGEMENT DURING THE SCHOOL TERM</p><img src="accordian-arrow.svg" alt=""></div></a>
<div class="panel">
<p>In these weekly sessions, we continue to work on mini-projects throughout the term in a similar format to our MilliPHeDe (milli-PHD) program, with the aim of keeping students engaged and working on something new.</p>
<p> These sessions are typically run online for a maximum of 2 hours a week, and are hosted, organised and run by A.S.T.R.A.L. mentors, where students join virtually to update each other on their components of the project and to continue to work on research.</p>
</div>
<a class="accordion"><div><p>PUBLIC LECTURES AND SOCIAL MEDIA CONTENT DEVELOPMENT</p><img src="accordian-arrow.svg" alt=""></div></a>
<div class="panel">
<p>Throughout the year, students are taught how to use the exclusive content creation tool created by OzGrav (The ARC Centre of EXCELLENCE for Gravitational Wave Discovery), called OzVU, and get the opportunity to create outreach content to inspire other students about the potential for them to learn new skills through astronomy.</p>
</div>
</div>
<div class="projects">
<h2>PROJECTS</h2>
<p class="description">A LIST OF MANY PROJECTS A.S.T.R.A.L. INSTITUTE STUDENTS HAVE DONE IN THE PAST WITH WORLD-RENOWNED RESEARCHERS_</p>
<p class="ascii">80 82 79 74 69 67 84 83</p>
<p class="instructions">Hold down and drag to see slideshow</p>
<div id="image-track" data-mouse-down-at="0" data-prev-percentage="0">
<div class="project">
<h1>DISCOVERING NANOHERTZ FREQUENCY GRAVITATIONAL WAVES USING PULSAR TIMING ARRAYS</h1>
<div class="more-info">
<p>YEAR: 2024</p>
<a href="projects/meerkat-pta.html" class="round-button">LEARN MORE</a>
</div>
</div>
<div class="project">
<h1>A.S.T.R.A.L. - Branding, Logo Design and Website Development</h1>
<div class="more-info">
<p>YEAR: 2024</p>
<a href="projects/astral-case-study.html" class="round-button">LEARN MORE</a>
</div>
</div>
<div class="project">
<h1>Signal to Noise Calculator Tool (SNRCalc)</h1>
<div class="more-info">
<p>YEAR: 2024</p>
<a href="projects/snrcalc-case-study.html" class="round-button">LEARN MORE</a>
</div>
</div>
</div>
</div>
<div class="projects-mobile">
<h2>PROJECTS</h2>
<p class="description">A LIST OF MANY PROJECTS A.S.T.R.A.L. INSTITUTE STUDENTS HAVE DONE IN THE PAST WITH WORLD-RENOWNED RESEARCHERS_</p>
<div class="project">
<h1>DISCOVERING NANOHERTZ FREQUENCY GRAVITATIONAL WAVES USING PULSAR TIMING ARRAYS</h1>
<div class="more-info">
<p>YEAR: 2024</p>
<a href="projects/meerkat-pta.html" class="round-button">LEARN MORE</a>
</div>
</div>
<div class="project">
<h1>A.S.T.R.A.L. - Branding, Logo Design and Website Development</h1>
<div class="more-info">
<p>YEAR: 2024</p>
<a href="projects/astral-case-study.html" class="round-button">LEARN MORE</a>
</div>
</div>
<div class="project">
<h1>Signal to Noise Calculator Tool (SNRCalc)</h1>
<div class="more-info">
<p>YEAR: 2024</p>
<a href="projects/snrcalc-case-study.html" class="round-button">LEARN MORE</a>
</div>
</div>
</div>
<div class="view-more-projects-container">
<p class="ascii">83 111 117 116 104 101 114 110 32 67 114 111 115 115</p>
<a class='round-button' href="projects.html">VIEW MORE PROJECTS</a>
</div>
<div class="cohort">
<h2>COHORT 2024</h2>
<p>MEET THE A.S.T.R.A.L. INSTITUTE'S 2024 STUDENT COHORT AND THEIR THOUGHTS ON THE PROGRAMS WE OFFER_</p>
<div class="reviews">
<div class="review" data-value="rudra">
<p>“A.S.T.R.A.L. is out of this world (literally)! The A.S.T.R.A.L. program allowed myself to learn what it really feels like to do research, especially in an amazing team environment. It was fun, engaging, and through this program, I was able to fully realise why I love astronomy. It's fun, challenging and very rewarding!”</p>
<h3>rudra sekhri</h3>
</div>
<div class="review" data-value="evie">
<p>“I loved my time at A.S.T.R.A.L.! It was a life-changing opportunity to actively engage with my interests in a completely new way, as well as work with some amazing like-minded people I never would have met otherwise.”</p>
<h3>Evie Spilias</h3>
</div>
<div class="review" data-value="hendrik">
<p>“Working in the A.S.T.R.A.L. program has been an immensely rewarding experience. Being able to collaborate and learn from such a rich and diverse group of people is what drew me to science in the first place, and this program offered it in spades! I have learned skills and techniques, not only in science and data analysis but also interpersonal relations, that I will carry with me and apply for the rest of my career.”</p>
<h3>Hendrik Combrinck</h3>
</div>
<div class="review" data-value="robert">
<p>"The non-orthodoxical learning in the A.S.T.R.A.L. program truly amazes me! I've never imagined the potential to learn from the most recent discoveries in the astronomy field. The helpful environment allowed me to acquire so much new knowledge about research and data science!"</p>
<h3>Ruoyao Ni</h3>
</div>
<div class="review" data-value="rebecca">
<p>"As someone intensely interested in astronomy, participating in A.S.T.R.A.L. has been an incredible experience. From manipulating real data to using a supercomputer, I've been able to get a taste of what working as an astrophysicist is truly like, which has only strengthened my determination to become one in the future!"</p>
<h3>Rebecca Koehne</h3>
</div>
</div>
<p class="ascii">99 111 104 111 114 116 32 50 48 50 52</p>
</div>
<div class="apply">
<div class="image">
<div class="effect-container">
<img src="placeholder_img.jpg" alt="">
<div class="grid-effect"></div>
</div>
<p class="ascii">65 80 80 76 89</p>
</div>
<div class="text">
<h2>APPLY</h2>
<p>APPLICATIONS HAVE NOW CLOSED FOR THE 2025 ASTRAL PROGRAM. IF YOU ARE INTERESTED IN PARTICIPATING IN THE FUTURE, PLEASE FILL OUT THE FORM ON OUR APPLY PAGE</p>
<a class="underline-button" href="apply.html">
<div>
<div class="text-indicator">
<p>CLICK HERE</p>
<p>CLICK HERE</p>
</div>
<div class="img-indicator">
<img src="arrow-link.svg" alt="">
<img src="arrow-link.svg" alt="">
</div>
</div>
</a>
<div class="caption">
<img src="star.svg" alt="">
<p>IMAGE: EARTH AS SEEN FROM THE INTERNATIONAL SPACE STATION</p>
</div>
</div>
</div>
<div class="faqs">
<a class="underline-button desktop" href="faqs.html">
<div>
<div class="text-indicator">
<p>SEE OUR MOST FREQUENTLY ASKED QUESTIONS (FAQS) HERE</p>
<p>SEE OUR MOST FREQUENTLY ASKED QUESTIONS (FAQS) HERE</p>
</div>
<div class="img-indicator">
<img src="arrow-link.svg" alt="">
<img src="arrow-link.svg" alt="">
</div>
</div>
</a>
<a class="underline-button mobile" href="faqs.html">
<div>
<div class="text-indicator">
<p>SEE OUR FAQS HERE</p>
<p>SEE OUR FAQS HERE</p>
</div>
<div class="img-indicator">
<img src="arrow-link.svg" alt="">
<img src="arrow-link.svg" alt="">
</div>
</div>
</a>
</div>
<div class="contacts">
<h2>HAVE A QUESTION?</h2>
<h1>WARP TO US!</h1>
<a href="contact.html" class="round-button">CONTACT US</a>
</div>
<div class="footer">
<div class="supporters">
<h2>A.S.T.R.A.L. is supported by</h2>
<div class="partners">
<a href="https://www.swinburne.edu.au">
<img src="swin.jpg" alt="">
</a>
<a href="https://ozgrav.org">
<img src="ozgrav.png" alt="">
</a>
</div>
</div>
<div class="final-info">
<div class="copyright">
<p>We acknowledge and pay respects to the Elders and Traditional Owners of the land on which our program runs.</p>
<p>© 2025. astrophysics, supercomputing, technology, research analytics, technology program (A.S.T.R.A.L.). all rights reserved. designed and developed by rudra sekhri, with contributions from
Evie Spilias, Rebecca Koehne and Emma Carli.</p>
<p>credit to carl knox from ozgrav, nasa</p>
<a class="underline-button" href="privacy-policy.html">
<div>
<div class="text-indicator">
<p>PRIVACY POLICY</p>
<p>PRIVACY POLICY</p>
</div>
<div class="img-indicator">
<img src="arrow-link.svg" alt="">
<img src="arrow-link.svg" alt="">
</div>
</div>
</a>
</div>
<div class="socials">
<h2>SOCIALS</h2>
<div class="links">
<a href="" class="footer-link">TWITTER</a>
<a href="" class="footer-link">YOUTUBE</a>
<a href="" class="footer-link">LINKEDIN</a>
<a href="" class="footer-link">INSTAGRAM</a>
<a href="mailto:astral@gmail.com" class="footer-link">EMAIL</a>
</div>
</div>
<div class="sitemap">
<h2>SITEMAP</h2>
<div class="links">
<a onclick="lenis.scrollTo('.hero')" class="footer-link">HOME</a>
<a onclick="lenis.scrollTo('.why')" class="footer-link">ABOUT</a>
<a onclick="lenis.scrollTo('.projects')" class="footer-link">PROJECTS</a>
<a href="tools.html" class="footer-link">TOOLS</a>
<a href="cohort.html" class="footer-link">COHORT</a>
<a href="team.html" class="footer-link">MENTORS</a>
<a href="apply.html" class="footer-link">APPLY</a>
<a href="events.html" class="footer-link">EVENTS</a>
<a href="support.html" class="footer-link">SUPPORT</a>
<a href="contact.html" class="footer-link">CONTACT</a>
<a href="faqs.html" class="footer-link">FAQS</a>
</div>
</div>
<div class="back-to-top">
<a onclick="lenis.scrollTo('.hero')"><img src="circle_arrow.svg" alt=""></a>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/gh/studio-freight/lenis@1.0.19/bundled/lenis.min.js"></script>
<script src="smooth-scroll.js"></script>
<script src="accordian.js"></script>
<script src="carousel.js"></script>
<script src="cursor.js"></script>
<script src="keyword-hover-effect.js"></script>
<script src="glitch_effect.js"></script>
<script src="grid-effect.js"></script>
<script src="navbar.js"></script>
<script src="apply_section_grid_effect.js"></script>
<script src="home.js"></script>
<script src="contacts_section.js"></script>
</body>
</html>