-
Notifications
You must be signed in to change notification settings - Fork 0
/
TrES-3b.html
executable file
·75 lines (63 loc) · 2.19 KB
/
TrES-3b.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
<?php $thisPage = "TrES-3b"; ?>
<!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><strong>TrES-3b</strong></h5>
<h2>Planet Parameters</h2>
<p2>Semimajor axis: .0226 +/- .0013 AU</p2>
<p2>Eccentricity: ?</p2>
<p2>Orbital Period: 1.30619 +/- .00005 d</p2>
<p2>Mass: 1.92 +/- .23 Mj</p2>
<p2>Radius: 1.341 +/- .081 Rj</p2>
<p2>Transit Depth: 29.1 mmg</p2>
</br>
<h2>Host Star Parameters</h2>
<p2>Distance: 1300 +/- 600 ly</p2>
<p2>Spectral Type: G</p2>
<p2>Mass: .924 +.012 -.04 Ms</p2>
<p2>Radius: .813 +/- .027 Rs</p2>
<p2>RA/Dec: 17h 52m 7.02s, +37deg 42min 46.18sec</p2>
<p2>Apparent Magnitude: 12.4 mag</p2>
</br>
<img class="centered-photo" src="example_images/tres1b.png" alt="" />
<p class="readmore"><a href="http://www.free-css.com/">... more</a></p2>
</div>
<!---infobox-->
<!---events box-->
<!---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>
<div align=center style="postion:absolute; bottom: 0px;">
<p2>E-mail: SUMO.UMD[at]gmail.com</p2>
</div>
</body>
</html>