forked from OpenExoplanetCatalogue/oec_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.html
625 lines (570 loc) · 23.5 KB
/
system.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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
<?include(".inc/prepend.php");?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- If this is run as a php script on a server, you can include your own header that includes a navigation bar, and other stylistic features -->
<script language="php"> include "./.inc/header.php"; if (false){ </script>
<!-- ** start server side header ** -->
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" type="image/ico" href="favicon.ico" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/><meta name="description" content="description"/>
<title>Open Exoplanet Catalogue</title>
<link rel="stylesheet" type="text/css" href="./css/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="./css/tables.css" media="screen" />
<link rel="stylesheet" type="text/css" href="./css/dragdealer.css" media="screen" />
<script type="text/javascript" src="./js/d3.v3.min.js"></script>
<script type="text/javascript" src="./js/rgbcolor.js"></script>
<script type="text/javascript" src="./js/canvg.js"></script>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/jquery.tablesorter.min.js"></script>
<script type="text/javascript" src="./js/dragdealer.js"></script>
<script type="text/javascript" src="./js/oec_orbit.js"></script>
<script type="text/javascript" src="./js/oec_numberformatter.js"></script>
</script>
</head>
<body>
<div class="outer-container">
<div class="inner-container">
<div class="content">
<!-- ** end server side header ** -->
<script language="php"> } </script>
<!-- ########################### -->
<!-- ########################### -->
<script language="php">
$filenamebase = preg_replace("/[^a-z0-9. \d+\d-]+/i","",$_REQUEST['id']).".xml";
$filename = "open_exoplanet_catalogue/systems/".$filenamebase;
if (!file_exists($filename)){
/// Failsafe
$failsafeworked = 0;
$filenames = glob('open_exoplanet_catalogue/systems/*.xml', GLOB_BRACE);
foreach($filenames as $filename){
$system = simplexml_load_file($filename);
$planets = $system->xpath('.//planet');
foreach($planets as $planet){
$names = $planet->name;
foreach($names as $name){
if (strcasecmp($name,$_REQUEST['id'])==0){
$failsafeworked = 1;
break 3;
}
}
}
}
if ($failsafeworked==0){
echo "System not found: ".($_REQUEST['id']);
exit(0);
}
$filenamebase = basename($filename);
}
$filenamemeta = "oec_meta/systems/".$filenamebase;
$requestname = basename($filename,".xml");
$system = simplexml_load_file($filename);
</script>
<script type="text/javascript">
function qs(key) {
key = key.replace(/[*+?^$.\[\]{}()|\\\/]/g, "\\$&"); // escape RegEx meta chars
var match = location.search.match(new RegExp("[?&]"+key+"=([^&]+)(&|$)"));
return match && decodeURIComponent(match[1].replace(/\+/g, " "));
}
$(document).ready(function(){
var systemname = qs("id"); // make this php-able
<script language="php">
echo "systemname = \"".$requestname."\";";
</script>
$.ajax({
type: "GET",
url: "./open_exoplanet_catalogue/systems/"+systemname+".xml",
dataType: "xml",
success: setupPage
});
});
var subSystemString = "";
function setupArchitecture(o,stype){
stype = typeof stype !== 'undefined' ? stype : 0;
if (stype==1){
subSystemString += "<ul style=\"padding: 0; margin: 0;\">";
}else{
subSystemString += "<ul style=\"padding-left: 1em; margin-left: 1em;\">";
}
var binaries = $("> binary",o);
for(var i=0;i<binaries.length;i++){
var binary = binaries.eq(i);
subSystemString += "<li><img src=\"./img/binary.png\" width=\"16\" height=\"16\" /> Stellar binary";
var semia = $("> semimajoraxis",binary);
if (semia){
subSystemString += ", semi-major axis: "+getFormatForTag(semia)+" AU";
}
var period = $("> period",binary);
if (period){
if (parseFloat(period.text())>1000){
subSystemString += ", " +getFormatForTag(period,0.002737909)+" years";
}else{
subSystemString += ", " +getFormatForTag(period)+" days";
}
}
setupArchitecture(binary,2);
}
var stars = $("> star",o);
for(var i=0;i<stars.length;i++){
var star = stars.eq(i);
subSystemString += "<li><img src=\"./img/star.png\" width=\"16\" height=\"16\" /> "+$("name",star).first().text()+", stellar object";
setupArchitecture(star);
}
var planets = $("> planet",o);
for(var i=0;i<planets.length;i++){
var planet = planets.eq(i);
subSystemString += "<li><img src=\"./img/planet.png\" width=\"16\" height=\"16\" /> "+$("name",planet).first().text();
if (stype==0){
subSystemString += ", planet";
}
if (stype==1){
subSystemString += ", orphan planet";
}
if (stype==2){
subSystemString += ", circumbinary planet, P-type";
}
var semia = $("> semimajoraxis",planet);
if (semia){
subSystemString += ", semi-major axis: "+getFormatForTag(semia)+" AU";
}
setupArchitecture(planet);
}
subSystemString += "</ul>";
}
var planets;
var stars;
var system;
function setupPage(xml){
setupOrbitPlot(xml);
planets = $(xml).find("planet");
stars = $(xml).find("star");
system = $(xml).find("system");
// Setting up tags in page.
if (planets.length==1){
$(".systemcategory").append("The planetary system <span class=\"systemname\"></span> hosts at least one planet. ");
}
if (planets.length>1){
$(".systemcategory").append("The planetary system <span class=\"systemname\"></span> hosts at least <span class=\"systemnumberofplanets\"></span> planets. ");
}
if (stars.length>1){
$(".systemcategory").append("Note that the system is a multiple star system. It hosts at least <span class=\"systemnumberofstars\"></span> stellar components. ");
$(".systembinarytext").html("Note that <span class=\"systemname\"></span> is binary system. The list can be used to infer which planet is orbiting which star and whether it is a S- or P-type orbit.");
}else{
$(".systembinarytext").html("<span class=\"systemname\"></span> is not binary system, so the architecture is rather simple. ");
}
if (stars.length==0){
$(".systemcategory").append("The planet is a so called orphan planet and not associated with any star. ");
}
var systemnames = $("> name",system);
$(".systemname").text(systemnames.first().text());
if (systemnames.length>1){
for(var i=1;i<systemnames.length;i++){
$(".systemalternativenames").append(systemnames.eq(i).text());
if (i!=systemnames.length-1){
$(".systemalternativenames").append(", ");
}
}
}else{
$(".systemalternativenames").append(notAvailableString);
}
if (stars.length<2 && planets.length==1){
$(".systemdescription").text($("description",planets[0]).text());
}
$(".systemdistance").html(getFormatForTag($("distance",system)));
$(".systemdistancelightyears").html(getFormatForTag($("distance",system),3.261));
$(".systemnumberofstars").text(stars.length);
$(".systemnumberofplanets").text(planets.length);
$(".systemrightascension").html(getFormatForRightAscension($("rightascension",system).text()));
$(".systemdeclination").html(getFormatForDeclination($("declination",system).text()));
if (planets.length>1){
var systemimage = $("image",system).first().text();
if (systemimage.length){
$(".systemimagesection").css("display","inline");
$(".systemimage").css("background-image","url('./open_exoplanet_catalogue/images/"+systemimage+".jpg')");
$(".systemimagelink").attr("href","./open_exoplanet_catalogue/images/"+systemimage+".jpg");
$(".systemimagedescription").text($("imagedescription",system).first().text());
}
var systemvideo = $("videolink",system).first().text().split("/").pop();
if (systemvideo.length){
$(".systemvideosection").css("display","inline");
$(".systemvideo").attr("src","http://www.youtube.com/embed/"+systemvideo+"?rel=0&autoplay=1");
}
}
setupArchitecture(system,1);
$(".systembinary").html(subSystemString);
for (var i=0;i<planets.length;i+=2){
$("#planettabletemplate").clone().css("display","table").appendTo(".planetsection");
}
var tables = $(".planetsection > .planettable");
for (var i=0;i<planets.length;i++){
var table = tables.eq(i/2);
var planet = planets.eq(i);
var planetnames = $("name",planet);
$(".planetname",table).append("<th scope=\"col\">"+planetnames.first().text()+"</th>");
var alternativename = "<td>";
if (planetnames.length>1){
for(var j=1;j<planetnames.length;j++){
alternativename += planetnames.eq(j).text();
if (j!=planetnames.length-1){
alternativename += ", ";
}
}
}else{
alternativename += notAvailableString;
}
alternativename += "</td>";
$(".planetalternativename",table).append(alternativename);
$(".planetdescription",table).append("<td><div style=\"max-width: "+(planets.length==1?34:17)+"em;\">"+getFormatForTagText($("description",planet))+"</div></td>");
var planetlists = $("list",planet);
var lists = "<td>";
if (planetlists.length>0){
for(var j=0;j<planetlists.length;j++){
lists += planetlists.eq(j).text();
if (j!=planetlists.length-1){
lists += ", ";
}
}
}else{
lists += notAvailableString;
}
lists += "</td>";
$(".planetlists",table).append(lists);
$(".planetmass",table).append("<td>"+getFormatForTag($("mass",planet))+"</td>");
$(".planetmassearth",table).append("<td>"+getFormatForTag($("mass",planet),317.8942)+"</td>");
$(".planetperiod",table).append("<td>"+getFormatForTag($("period",planet))+"</td>");
$(".planeteccentricity",table).append("<td>"+getFormatForTag($("eccentricity",planet))+"</td>");
$(".planetsemia",table).append("<td>"+getFormatForTag($("semimajoraxis",planet))+"</td>");
$(".planetradius",table).append("<td>"+getFormatForTag($("radius",planet))+"</td>");
$(".planetradiusearth",table).append("<td>"+getFormatForTag($("radius",planet),10.973299)+"</td>");
$(".planettemperature",table).append("<td>"+getFormatForTag($("temperature",planet))+"</td>");
$(".planetdiscoverymethod",table).append("<td>"+getFormatForTagText($("discoverymethod",planet))+"</td>");
$(".planetdiscoveryyear",table).append("<td>"+getFormatForTagText($("discoveryyear",planet))+"</td>");
$(".planetlastupdate",table).append("<td>"+getFormatForTagText($("lastupdate",planet))+"</td>");
}
for (var i=0;i<stars.length;i+=2){
$("#startabletemplate").clone().css("display","table").appendTo(".starsection");
}
var tables = $(".starsection > .startable");
for (var i=0;i<stars.length;i++){
var table = tables.eq(i/2);
var star = stars.eq(i);
var starnames = $("> name",star);
$(".starname",table).append("<th scope=\"col\">"+starnames.first().text()+"</th>");
var alternativename = "<td>";
if (starnames.length>1){
for(var j=1;j<starnames.length;j++){
alternativename += starnames.eq(j).text();
if (j!=starnames.length-1){
alternativename += ", ";
}
}
}else{
alternativename += notAvailableString;
}
alternativename += "</td>";
$(".staralternativename",table).append(alternativename);
$(".starmass",table).append("<td>"+getFormatForTag($("> mass",star))+"</td>");
$(".starradius",table).append("<td>"+getFormatForTag($("> radius",star))+"</td>");
$(".starage",table).append("<td>"+getFormatForTag($("> age",star))+"</td>");
$(".starmetallicity",table).append("<td>"+getFormatForTag($("> metallicity",star))+"</td>");
$(".starspectraltype",table).append("<td>"+getFormatForTag($("> spectraltype",star))+"</td>");
$(".startemperature",table).append("<td>"+getFormatForTag($("> temperature",star))+"</td>");
$(".starmagv",table).append("<td>"+getFormatForTag($("> magV",star))+"</td>");
}
}
</script>
<!-- ########################### -->
<!-- ########################### -->
<div style="width:50em;">
<div style="float:right;">
<iframe src="http://www.facebook.com/plugins/like.php?href=<?
$url = "http://exoplanet.hanno-rein.de/system.php?id=".urlencode($system->name);
print urlencode($url);
?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=light&height=25" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:25em; height:25px; padding-top:0.9em;" allowTransparency="true">
</iframe>
</div>
</div>
<h1><span class="systemname"></span></h1>
<p>
<span class="systemcategory"></span>
</p>
<p>
<span class="systemdescription"></span>
</p>
<div class="spacer"></div>
<table cellspacing="0" summary="Details of the planetary system">
<tr>
<th scope="col" class="nobg"> </th>
<th scope="col">System parameters</th>
</tr>
<tr>
<th scope="row">Name</th>
<td><span class="systemname"></span></td>
</tr>
<tr>
<th scope="row">Alternative names</th>
<td><span class="systemalternativenames"></span></td>
</tr>
<tr>
<th scope="row">Right ascension</th>
<td><span class="systemrightascension"></span></td>
<tr>
</tr>
<th scope="row">Declination</th>
<td><span class="systemdeclination"></span></td>
</tr>
</tr>
<th scope="row">Distance [parsec]</th>
<td><span class="systemdistance"></span></td>
</tr>
</tr>
<th scope="row">Distance [lightyears]</th>
<td><span class="systemdistancelightyears"></span></td>
</tr>
</tr>
<th scope="row">Number of stars in system</th>
<td><span class="systemnumberofstars"></span></td>
</tr>
</tr>
<th scope="row">Number of planets in system</th>
<td><span class="systemnumberofplanets"></span></td>
</tr>
</table>
<!-- ########################### -->
<div class="systemimagesection" style="display: none;">
<h2><img src="./img/photo.png" alt="Image" />Image</h2>
<a class="systemimagelink" href='#'><div class="systemimage" style="width:50em; height:15em; background-position:center;"> </div></a>
<p>
<span class="systemimagedescription"></span><br /> Click on the image to get a higher resolution image.
</p>
</div>
<!-- ########################### -->
<h2><img src="./img/binary.png" alt="Architecture" />Architecture of the system</h2>
<p>
This list shows all planetary and stellar components in the system. It gives a quick overview of the hierarchical architecture.
<span class="systembinarytext"></span>
</p>
<div class="systembinary">
</div>
<!-- ########################### -->
<div class="systemvideosection" style="display: none;">
<h2><img src="./img/movie.png" alt="Video" />Video</h2>
<p>This video shows the planetary system <span class="systemname"></span>. It was created with the <a href="http://exoplanetapp.com">Exoplanet App</a>.</p>
<iframe width="640" height="360" class="systemvideo" frameborder="0" allowfullscreen></iframe>
</div>
<!-- ########################### -->
<h2><img src="./img/planet.png" alt="Planets" />Planets in the system</h2>
<p>This table lists all planets in the system <span class="systemname"></span>.</p>
<div class="planetsection"></div>
<table cellspacing="0" class="planettable" id="planettabletemplate" summary="Details of the planetary system" style="margin-bottom: 2em; display:none;">
<tr class="planetname">
<th scope="col" class="nobg"> </th>
</tr>
<tr class="planetalternativename">
<th valign="top" scope="row">Alternative names</th>
</tr>
<tr class="planetdescription">
<th valign="top" scope="row">Description and Trivia</th>
</tr>
<tr class="planetlists">
<th valign="top" scope="row">Lists</th>
</tr>
<tr class="planetmass">
<th scope="row">Mass [M<sub>Jup</sub>]</th>
</tr>
<tr class="planetmassearth">
<th scope="row">Mass [M<sub>Earth</sub>]</th>
</tr>
<tr class="planetperiod">
<th scope="row">Orbital period [days]</th>
</tr>
<tr class="planetsemia">
<th scope="row">Semi-major axis [AU]</th>
</tr>
<tr class="planeteccentricity">
<th scope="row">Eccentricity</th>
</tr>
<tr class="planetradius">
<th scope="row">Radius [R<sub>Jup</sub>]</th>
</tr>
<tr class="planetradiusearth">
<th scope="row">Radius [R<sub>Earth</sub>]</th>
</tr>
<tr class="planettemperature">
<th scope="row">Temperature [K]</th>
</tr>
<tr class="planetdiscoverymethod">
<th scope="row">Discovery method</th>
</tr>
<tr class="planetdiscoveryyear">
<th scope="row">Discovery year</th>
</tr>
<tr class="planetlastupdate">
<th scope="row">Last updated [yy/mm/dd]</th>
</tr>
</table>
<!-- ########################### -->
<h2><img src="./img/help-about.png" alt="star" />Stars in the system</h2>
<p>This table lists all stars in the system <span class="systemname"></span>.</p>
<div class="starsection"></div>
<table cellspacing="0" class="startable" id="startabletemplate" summary="Details of the star system" style="margin-bottom: 2em; display:none;">
<tr class="starname">
<th scope="col" class="nobg"> </th>
</tr>
<tr class="staralternativename">
<th valign="top" scope="row">Alternative names</th>
</tr>
<tr class="starmass">
<th scope="row">Mass [M<sub>Sun</sub>]</th>
</tr>
<tr class="starradius">
<th scope="row">Radius [R<sub>Sun</sub>]</th>
</tr>
<tr class="starage">
<th scope="row">Age [Gyr]</th>
</tr>
<tr class="starmetallicity">
<th scope="row">Metallicity [Fe/H]</th>
</tr>
<tr class="starspectraltype">
<th scope="row">Spectral type</th>
</tr>
<tr class="startemperature">
<th scope="row">Temperature [K]</th>
</tr>
<tr class="starmagv">
<th scope="row">Visual magnitude</th>
</tr>
</table>
<!-- ########################### -->
<h2><img src="./img/kig.png" alt="Visualizations" />Visualizations</h2>
<h3>Orbits</h3>
<div id="viz"></div>
<div id="sliderbox">
<div id="speed-slider" class="dragdealer">
<div class="red-bar handle">speed</div>
</div>
<div id="zoom-slider" class="dragdealer">
<div class="red-bar handle">zoom</div>
</div>
</div>
<style>
#viz, .infobox {
font-family: sans-serif;
}
#viz text {
font-family: sans-serif;
font-size: 12px;
}
</style>
<h3>Planet sizes</h3>
<p>
The following plot shows the approximate sizes of the planets in this system
The Solar System planets are shown as a comparison.
Note that unless the radius has been determined through a transit observation, this is only an approximation (see Lissauer et al. 2011b).
</p>
<object data="./size.php?id=<?=urlencode($requestname)?>" width="480" height="400" type="image/svg+xml" ></object>
<? // show_svg("./size.php?id=".urlencode($requestname),480,400,"png"); ?>
<?
// Only non circumbinary planets
if (count($system->xpath(".//star/planet"))>0){
?>
<h3>Habitable zone</h3>
<p>
The following plot shows the approximate location of the planets in this system with respect to the habitable zone (green) and the size of the star (red).
This is only an estimate, using the star's spectral type and mass.
Note that if no green band is shown in the plot, then the planet's orbit is far outside the habitable zone.
The equations of <a href="http://adsabs.harvard.edu/abs/2007A%26A...476.1373S">Selsis, Kasting et al</a> are used to draw the inner and outer boundaries.
</p>
<object data="./habitablezone.php?id=<?=urlencode($requestname)?>" width="600" height="100" type="image/svg+xml"></object>
<? //show_svg("./habitablezone.php?id=".urlencode($requestname),600,100,"png"); ?>
<?}?>
<!-- ########################### -->
<h2><img src="./img/info.png" alt="references" />Scientific references and contributors</h2>
<ul style="padding-left:0;">
</ul>
<script language="php">
if (file_exists($filenamemeta)){
$metasystem = simplexml_load_file($filenamemeta);
$contributors = $metasystem->xpath('.//contributor');
$links = $metasystem->xpath('.//link');
}
</script>
<h3>Links to scientific papers and other data sources</h3>
<p>The following table lists all links which are relevant to this particular system.</p>
<table cellspacing="0" summary="Links">
<?foreach($links as $link){?>
<tr>
<td>
<img src="./img/link.png" width=11 height=11 alt ="history" />
<a href="<?=$link?>"><?=$link?></a>
</td>
</tr>
<?}?>
</table>
<p>
Note that this is just a summary.
More references to the scientific publications and comments can be found in the commit messages.
To see these, head over the github or <a href="https://github.com/hannorein/open_exoplanet_catalogue/blame/master/systems/<?=$filenamebase?>">click here</a> to directly go to the git blame output of this system.
In the left column of the output you can see the commit message corresponding to each parameter.
It also lists the date of the last commit and the person making the changes.
Within the commit message, you will find a link to the scientific publication where the data is taken from.
Note that this is a new feature and not all system parameters might have a reference associated with it yet.
Please help making this catalogue better and contribute data or references!
</p>
<h3>Open Exoplanet Catalogue contributors</h3>
<p>This table lists all people who have contributed to the Open Exoplanet Catalogue.
Please consider contributing! <a href="http://openexoplanetcatalogue.com/contribute/">Click here</a> to find out how.
</p>
<table cellspacing="0" summary="Contributors">
<tr>
<th scope="col">Number of commits</th>
<th scope="col">Contributor</th>
<th scope="col">E-mail</th>
</tr>
<?foreach($contributors as $contributor){?>
<tr>
<td>
<img src="./img/history.png" width=11 height=11 alt="blame" />
<?=$contributor['commits']?>
</td>
<td>
<?=$contributor?>
</td>
<td>
<?=str_replace("@","(at)",$contributor['email'])?>
</td>
</tr>
<?}?>
</table>
<p>
View all <a href="https://github.com/hannorein/open_exoplanet_catalogue/commits/master/systems/<?=$filenamebase?>">commits</a> contributing to the file <?=$filenamebase?>.
</p>
<p>
</p>
<!-- ########################### -->
<h2><img src="./img/xml.png" alt="xml" />Data download</h2>
<p>
<a href="./<?=$filename?>" alt="XML File">Click here to download</a> the XML file for this system. It is part of the <a href="https://github.com/hannorein/open_exoplanet_catalogue">Open Exoplanet Catalogue</a>. All information on this page has been directly generated from this XML file. As an alternative to the single XML file, you can also download the entire catalogue on github at <a href="https://github.com/hannorein/open_exoplanet_catalogue/">https://github.com/hannorein/open_exoplanet_catalogue/</a>. You can also find ASCII tables of the same catalogue at <a href="https://github.com/hannorein/oec_tables/">https://github.com/hannorein/oec_tables/</a>. Some information, especially in the case of a binary system cannot be easily represented in an ASCII table. You are therefore encouraged to use the original XML files provided by the Open Exoplanet Catalogue.
</p>
<!-- ########################### -->
<h2><img src="./img/lightbulb.png" alt="corrections" />Corrections</h2>
<p>
If you spot an error or if you can contribute additional data to this entry, please send an e-mail to <a href="mailto:[email protected]">[email protected]</a>.
If possible, please include the corrected <a href="./<?=$filename?>" alt="XML File">XML file</a> of this entry and a reference to where the new data is coming from, ideally a scientific paper.
If you are fluent with git and <a href="http://github.com">github</a>, you can also create a pull request or open an issue on the <a href="https://github.com/hannorein/open_exoplanet_catalogue">Open Exoplanet Catalogue</a> repository.
In that case, your contribution will be properly attributed.
Please include the reference in your commit message.
<!-- If run on a server, you can include your own footer -->
<script language="php"> include "./.inc/footer.php"; if (false){ </script>
<!-- ** start server side header ** -->
</div> <!-- content -->
<div class="clearer"> </div>
<div class="footer">
The data on this page is taken from the <a href="http://github.com/hannorein/open_exoplanet_catalogue">Open Exoplanet Catalogue</a>. The Open Exoplanet Catalogue as well as this website itself are licensed under an <a href="https://github.com/hannorein/open_exoplanet_catalogue/blob/master/README.md">MIT license</a>.
</div> <!-- footer -->
</div> <!-- inner container -->
</div> <!-- outer container -->
</body>
</html>
<!-- ** end server side header ** -->
<script language="php"> } </script>