-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHD209458b.html
executable file
·70 lines (62 loc) · 2.03 KB
/
HD209458b.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
<?php $thisPage = "HD209458b"; ?>
<!DOCTYPE HTML>
<html>
<!-- header -->
<link rel="stylesheet" href="homestyle.css" type="text/css" media="screen" />
<head>
<title><?php if ($thisPage!="") echo "$thisPage"; ?></title>
</head>
<body>
<!-- navbar inclusion -->
<?php include('nav.php'); ?> <!---infobox-->
<div class="content">
<h5>HD209458 b</h5>
<!--<p2>Place holder.</p2>-->
</br>
<h2>Planet Parameters</h2>
<p2>Semimajor axis: .045 AU</p2>
<p2>Eccentricity: .014</p2>
<p2>Orbital Period: 3.52474541 +/- .00000025 d</p2>
<p2>Mass: .71 Mj</p2>
<p2>Radius: 1.35 +/- .05 Rj</p2>
<p2>Transit Depth: 16.2 mmag</p2>
</br>
<h2>Host Star Parameters</h2>
<p2>Distance: 154 ly</p2>
<p2>Spectral Type: G0V</p2>
<p2>Mass: 1.13 +.03/-.02 Ms</p2>
<p2>Radius: 1.14 +.06/-.05 Rs</p2>
<p2>RA/Dec: 22h 03m 10.8s, +18deg 53min 04sec</p2>
<p2>Apparent Magnitude: 7.67 mag</p2>
</br>
</br>
<img class="centered-photo" src="example_images/some_image.png" alt="" />
<!--The picture above needs to be changed-->
<p class="caption"></p2>
</div>
<!---events box-->
<br>
<br>
<!--side bar-->
<div class="sidebar">
<table border= 7px bgcolor=#900000 width="337" height=100% cellpadding=10px>
<tr height=50 cellpadding=0px>
<td align= center cellpadding=0px><h4>Exoplanets</h4></td>
</tr>
<tr >
<td align= center style="text-align:top;">
<dt><a href="HD209458b.html">HD209458 b</a></dt>
<dt><a href="TrES-1b.html">TrES-1b</a></dt>
<dt><a href="HAT-P-32b.html">HAT-P-32b</a></dt>
<dt><a href="TrES-3b.html">TrES-3b</a></dt>
<dt><a href="HD189733.html">HD189733 b</a></dt>
<dt><a href="WASP33b.html">WASP 33b</a></dt>
</td>
</tr>
</table>
</div>
<!--side bar end-->
<!--text space-->
</div>
</body>
</html>