-
Notifications
You must be signed in to change notification settings - Fork 1
/
blogs.html
284 lines (249 loc) · 16.9 KB
/
blogs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./images/space-logo-64-cropped.ico" sizes="64x64">
<title>Blogs | Cosmic Chronicles</title>
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<style>
body{
padding: 0;
margin: 0;
font-family: sans-serif;
letter-spacing: 1px;
font-weight: 300;
background-color: #1f1f1f;
color: white;
}
html {
scroll-behavior: smooth;
width: 100%;
}
a{
color: #bbb;
}
section{
padding: 120px 40px 40px 40px;
}
/* section div.blogs-1{
padding: 40px;
border-radius: 10px;
border: 2px solid black;
} */
section div.blogs{
padding: 40px;
/* padding: 20px; */
/* border: 1px solid black; */
border-radius: 10px;
margin: 20px;
border: 2px solid black;
box-shadow: 1px 4px 4px 4px rgb(19, 19, 19);
border: none;
}
section .blog-heading{
/* width: fit-content; */
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
}
section .blog-heading:hover{
text-decoration: underline;
}
section .blog-date{
margin-top: -20px;
/* margin-left: 10px; */
font-size: small;
color: rgb(181, 179, 179);
margin-bottom: 10px;
}
.img-caption{
font-style: italic;
font-size: 0.7rem;
/* padding-left: 25%; */
}
@media screen and (max-width: 768px){
section div.blogs{
padding: 10px;
margin: 10px;
}
}
</style>
</head>
<body>
<!-- ====== NAVBAR ====== -->
<nav style="margin-top: 0;">
<div class="logo">
<a href="/"><img src="./images/space-logo-removebg-preview.png" alt="Cosmo-logo"></a>
</div>
<div class="hamburger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
<ul class="navbar-links">
<li><a href="/">Home</a></li>
<li><a href="./solar-system-explore">Explore Space</a></li>
<li><a href="./cosmic-blast">Games</a></li>
<!-- <li><a href="./rockets">Rockets</a></li> -->
<li><a href="" class="active">Blogs</a></li>
<li><form action="./logout" method="POST">
<button class="login-button">LOGOUT</button>
</form></li>
<!-- <li><button class="join-button" href="#">Join</button></li> -->
</ul>
</nav>
<button onclick="topFunction()" id="myBtn" title="Go to top">
<span class="material-symbols-outlined">arrow_upward</span>
</button>
<section>
<div class="blogs">
<div class="row">
<div class="col-md-4">
<img src="./images/blogs/blog-0.jpg" alt="Cosmonaut Oleg Kononenko" height="330" width="370" id="remove-img" style="margin-top: 20px;" class="img-fluid">
<div class="img-caption">Cosmonaut Oleg Kononenko inspects the Soyuz MS-09 spacecraft during a spacewalk on Dec. 11, 2018.</div>
</div>
<div class="col-md-8">
<div class="blog-heading">Biomedical Research, Spacewalk Preps Wrap Week on Station</div>
<div class="blog-date">19 April 2024</div>
In the blog post dated April 19, 2024, I provided updates on the activities aboard the International Space Station (ISS) as we wrapped up the week. Our focus was on biomedical research and preparations for upcoming spacewalks. I participated in various biomedical experiments aimed at understanding the effects of spaceflight on the human body, contributing valuable data to ongoing research efforts. Additionally, we conducted final preparations for upcoming spacewalks, ensuring that equipment and procedures were in place for successful missions outside the station. These activities reflect our commitment to advancing scientific knowledge and maintaining the operational capabilities of the ISS. As we conclude the week, I am proud of our accomplishments and look forward to continuing our work in space exploration. <br>
Read more <a href="https://blogs.nasa.gov/spacestation/2024/04/19/biomedical-research-spacewalk-preps-wrap-week-on-station-2/" target="_blank">here</a>
</div>
</div>
</div>
<div class="blogs">
<div class="row">
<div class="col-md-4 img-fluid">
<iframe width="371" height="370" src="https://www.youtube.com/embed/9UwJFWCLzS4" title="Stunning View of Lyrids and Earth at Night" frameborder="0" allow="accelerometer; autoplay; encrypted-media; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen ></iframe>
<div class="img-caption">Lyrids Meteor shower</div>
</div>
<div class="col-md-8">
<div class="blog-heading">Enjoy the Warming Weather Under These 3 Upcoming Meteor Showers</div>
<div class="blog-date">18 April 2024</div>
Get ready for some spectacular skywatching as meteor showers take center stage in the upcoming months. The Lyrid meteor shower, peaking overnight on April 21-22, may be slightly overshadowed by the bright waxing gibbous Moon, but dedicated observers can still catch a glimpse of this ancient shower, which has been observed for over 2,700 years. <br>
In early May, the Eta Aquarids meteor shower is expected to put on a dazzling display, known for its fast-moving meteors that leave glowing trails behind them. This year is predicted to be an outburst year, especially in the Southern Hemisphere, with up to one meteor per minute visible. The waning crescent Moon during its peak on May 4-5 means minimal interference from moonlight. <br>
Mark your calendars for the Perseid meteor shower in mid-August, described as a "stunner" by experts. With no moonlight to detract from the show, viewers can expect to see about 50 to 100 meteors per hour during its peak on August 12-13. The Perseids are also famous for their fireballs, adding to the excitement of this celestial event. <br>
Read more <a href="https://blogs.nasa.gov/Watch_the_Skies/2024/04/18/enjoy-the-warming-weather-under-these-3-upcoming-meteor-showers/" target="_blank">here</a>
</div>
</div>
</div>
<div class="blogs">
<div class="row">
<div class="col-md-4">
<img src="./images/blogs/blog-2-1.jpg" alt="blog-2-1" height="330" width="370" id="remove-img" style="margin-top: 20px;" class="img-fluid">
<div class="img-caption">NASA's Webb Makes the Distant Universe Dream Come True</div>
</div>
<div class="col-md-8">
<div class="blog-heading">Advanced Research and Ongoing Spacewalk Preps Pack Schedule</div>
<div class="blog-date">18 April 2024</div>
The Expedition 71 crew aboard the International Space Station had a busy day with various research activities and spacewalk preparations. NASA astronauts and Roscosmos cosmonauts split their time between servicing hardware, conducting space biology experiments, and preparing for upcoming spacewalks. Investigations ranged from studying thermophysical properties of materials to analyzing microbial resistance to antibiotics. Crew members also tested portable breathing gear and conducted fitness evaluations ahead of an upcoming spacewalk on April 25. The day ended with preparations for the departure of the SpaceX Dragon spacecraft, scheduled for April 26. <br>
Read more <a href="https://blogs.nasa.gov/spacestation/2024/04/18/advanced-research-and-ongoing-spacewalk-preps-pack-schedule/" target="_blank">here</a>
</div>
</div>
</div>
<div class="blogs">
<div class="row">
<div class="col-md-4">
<img src="./images/blogs/blog-3-1.jpg" alt="blog-3-1" height="330" width="370" class="img-fluid">
<div class="img-caption">Image from Nasa's James Web Telescope</div>
</div>
<div class="col-md-8">
<div class="blog-heading">NASA's Webb Makes the Distant Universe Dream Come True</div>
<div class="blog-date">18 April 2024</div>
NASA's James Webb Space Telescope has realized astronomers' dreams by capturing images of the distant universe, showcasing galaxies formed shortly after the Big Bang. With its advanced infrared technology, Webb has unveiled the universe's infancy, revealing insights into cosmic evolution, galaxy diversity, and the processes shaping their development. Notably, Webb's observations have detected galaxies at various evolutionary stages, supporting theoretical models and refining our understanding of cosmic history. These findings pave the way for deeper exploration of the universe's early epochs, offering unprecedented detail and inspiring further research into cosmic phenomena. As Webb continues its mission, astronomers anticipate additional discoveries that will reshape our understanding of the universe and inspire future generations. <br>
Read more <a href="https://blogs.nasa.gov/webb/2024/04/18/nasas-webb-makes-the-distant-universe-dream-come-true/" target="_blank">here</a>
</div>
</div>
</div>
<div class="blogs">
<div class="row">
<div class="col-md-4">
<img src="./images/blogs/blog-2-3.jpg" alt="blog-3-1" height="330" width="370" class="img-fluid">
</div>
<div class="col-md-8">
<div class="blog-heading">ISS Daily Summary Report</div>
<div class="blog-date">17 April 2024</div>
I n the ISS Daily Summary Report for April 17, 2024, our crew embarked on a day filled with diverse tasks and scientific endeavors aboard the International Space Station. Our activities ranged from conducting maintenance tasks to advancing scientific research across various fields. We diligently performed experiments in space biology, biomedical studies, and life support systems, contributing valuable data to ongoing research efforts. Additionally, we prepared for upcoming spacewalks, managed cargo operations, and ensured the station's operational efficiency through maintenance tasks. Our dedication to these tasks underscores our commitment to maintaining the station's operations and furthering scientific exploration in the unique microgravity environment of space. <br>
Read more <a href="https://blogs.nasa.gov/stationreport/2024/04/17/iss-daily-summary-report-4-17-2024/" target="_blank">here</a>
</div>
</div>
</div>
<div class="blogs">
<div class="row">
<div class="col-md-4">
<img src="./images/blogs/blog-5-1.jpg" alt="blog-3-1" height="330" width="370" class="img-fluid">
<div class="img-caption">Astronaut MIke Barratt installs a small satellite orbital deployer inside the Kibo laboratory module's airlock.</div>
</div>
<div class="col-md-8">
<div class="blog-heading">Crew Works Cargo, Biomedical Ops, and Spacewalk Preps</div>
<div class="blog-date">17 April 2024</div>
In the blog post dated April 17, 2024, I detailed our crew's activities aboard the International Space Station (ISS). Our day was filled with tasks ranging from unloading cargo from visiting spacecraft to conducting biomedical experiments and preparing for upcoming spacewalks. We diligently managed cargo operations, ensuring the delivery of essential supplies and equipment for our mission. Additionally, we conducted vital biomedical research, contributing to our understanding of human health in space. Preparations for spacewalks were also a priority as we readied equipment and reviewed procedures to ensure the success of these critical missions. Our commitment to efficiently managing station operations and advancing scientific research reflects our dedication to our mission aboard the ISS. <br>
Read more <a href="https://blogs.nasa.gov/spacestation/2024/04/17/crew-works-cargo-biomedical-ops-and-spacewalk-preps/" target="_blank">here</a>
</div>
</div>
</div>
<div class="blogs">
<div class="row">
<div class="col-md-4">
<img src="./images/blogs/blog-6-1.jpg" alt="blog-3-1" height="330" width="370" class="img-fluid">
<div class="img-caption">Boeing's Starliner spacecraft</div>
</div>
<div class="col-md-8">
<div class="blog-heading">NASA's Boeing Crew Flight Test Begins Stacking Operations</div>
<div class="blog-date">16 April 2024</div>
In the blog post dated April 16, 2024, I shared updates on NASA's Boeing Crew Flight Test as stacking operations commenced. The post highlighted the significant milestone of assembling components for the crew flight test vehicle, marking a crucial step forward in the spacecraft's development. As part of the crew, I observed the stacking operations, witnessing the integration of key elements that will enable future crewed missions. This milestone represents progress towards achieving NASA's goals of enhancing space exploration capabilities and facilitating crewed missions to the International Space Station and beyond. The successful stacking operations underscore the collaborative efforts between NASA and Boeing in advancing space exploration technology and preparing for the next phase of crewed spaceflight.<br>
Read more <a href="https://blogs.nasa.gov/boeing-crew-flight-test/2024/04/16/nasas-boeing-crew-flight-test-begins-stacking-operations/" target="_blank">here</a>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-container">
<div class="footer-row">
<div class="footer-col">
<ul>
<a href="#" id="" class="logo"><img src="../images/space-logo-removebg-preview.png" alt="cosmo-logo"></a>
</ul>
</div>
<div class="footer-col">
<ul>
<li><a href="/" id="">Home</a></li>
<li><a href="./solar-system-explore" id="">Explore Space</a></li>
<li><a href="./cosmic-blast" id="">Games</a></li>
<!-- <li><a href="./rockets" id="">Rockets</a></li> -->
<li><a href="" id="">Blogs</a></li>
<li><a href="/#theories" id="">Theories</a></li>
<li><a href="/#missions" id="">Missions</a></li>
</ul>
</div>
<div class="footer-col social-links ">
<ul>
<li><a href="" id="social">Instagram</a></li>
<li><a href="" id="social">Facebook</a></li>
<li><a href="" id="social">Twitter</a></li>
<li><a href="./about">About Us</a></li>
</ul>
</div>
<div class="footer-col">
<div class="newsletter">
<form action="/subscribe" method="POST">
<!-- <p>Subscribe to our newsletter</p> -->
<label for="newsletter_email"><p>Subscribe to our newsletter</p></label>
<input type="email" placeholder="Enter your email" name="email" id="email">
<button type="submit">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
<div class="copyright">
<p>© 2024 Cosmic Chronicles. All rights reserved.</p>
</div>
</footer>
<script src="js/header.min.js"></script>
<script src="js/top-scroll.min.js"></script>
</body>
</html>