-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjapan3.html
More file actions
65 lines (57 loc) · 3.56 KB
/
japan3.html
File metadata and controls
65 lines (57 loc) · 3.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="css/chang's.css" class="css">
<script src="js/main.js" defer></script>
<script src="https://kit.fontawesome.com/b0f29e9bfe.js" crossorigin="anonymous"></script>
<title>mission 3</title>
</head>
<body <style>
</style>
<div class="container1">
<nav>
<h1>Spaceipedia</h1>
</nav>
</div>
<br>
<br>
<div class="container2">
<nav>
<h2>About Hisaki</h2>
</nav>
</div>
<div class="detail_btn">
<a href="https://www.isas.jaxa.jp/home/sprint-a/index_en.html" target="_blank">
<span class="detail_btn_text">Latest Information</span>
</a>
</div>
<br>
<br>
<div class="abc">
<p>Hisaki, also known as the Spectroscopic Planet Observatory for Recognition of Interaction of Atmosphere (SPRINT-A) was a Japanese ultraviolet astronomy satellite operated by the Japan Aerospace Exploration Agency (JAXA). The first mission of the Small Scientific Satellite program, it was launched in September 2013 on the maiden flight of the Epsilon rocket. It was used for extreme ultraviolet observations of the Solar System planets.</p>
</div>
<div>
<img class="imag" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/82/Hisaki-sprint-a-artistconcept2013.png/390px-Hisaki-sprint-a-artistconcept2013.png" alt="Description of the image">
</div>
<div class="abc1">
<p>Hisaki was launched with an Epsilon rocket, which was its first flight. The four-stage Epsilon rocket flew from the Mu rocket launch complex at the Uchinoura Space Center. The launch occurred at 05:00 UTC on 14 September 2013, following a scrubbed launch attempt on 27 August 2013. Following its successful insertion into orbit and deployment of its solar arrays, the satellite was renamed Hisaki, having been designated SPRINT-A until that point.</p>
<p>Hisaki was named after a cape Hisaki (火崎, literally Cape Fire) used by local fishermen to pray for safe travels in the eastern part of Kimotsuki, Kagoshima near the Uchinoura Space Center, but has the additional meaning of "beyond the Sun". An old name for the mission was EXCEED (Extreme Ultraviolet Spectroscope for Exospheric Dynamics).</p>
<p>Hisaki carries an extreme ultraviolet spectrometer, which is used to study the composition of the atmospheres and the behavior of the magnetospheres of the planets of the Solar System. Designed for a one-year mission, Hisaki has been operated in a low Earth orbit with a perigee of 950 km (590 mi), an apogee of 1,150 km (710 mi), 31 degrees of inclination and a period of 106 minutes.</p>
<p>In October 2020 it performed joint observation with the BepiColombo probe which performed a flyby of Venus en route to Mercury.
In 2023, Hisaki was,performing joint observations with Juno orbiter.
It was decommisioned in December 2023.
</p>
</div>
<button onclick="goToCNSAPage()">Read more on wikipedia</button>
<script>
function goToCNSAPage() {
window.location.href = "https://en.m.wikipedia.org/wiki/Hisaki_(satellite)";
}
</script>
</body>
</html>