-
Notifications
You must be signed in to change notification settings - Fork 0
/
HAT-P-32b.html
executable file
·70 lines (62 loc) · 2 KB
/
HAT-P-32b.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 = "HAT-P-32b"; ?>
<!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> HAT-P-32b</h5>
<!--<p2>Place holder.</p2>-->
</br>
<h2>Planet Parameters</h2>
<p2>Semimajor axis: .0393 +/- .0007 AU</p2>
<p2>Eccentricity: .228 +/- .016</p2>
<p2>Orbital Period: 2.875317 +/- .000004 d</p2>
<p2>Mass: 7.246 +/- .187 Mj</p2>
<p2>Radius: .867 +/- .033 Rj</p2>
<p2>Transit Depth: 7.6 mmag</p2>
</br>
<h2>Host Star Parameters</h2>
<p2>Distance: ?</p2>
<p2>Spectral Type: G5</p2>
<p2>Mass: .95 +/- .04 Ms</p2>
<p2>Radius: 1.1 +/- .08 Rs</p2>
<p2>RA/Dec: 20h 24m 30s, +16deg 45min 44sec</p2>
<p2>Apparent Magnitude: 11.94 mag</p2>
</br>
</br>
<img class="centered-photo" src="example_images/hat32.png" alt="" />
<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>