Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/news/news_40.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/news/news_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions pages/news/news_40.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<div class="w3-container w3-white" style="padding:0px 29px">
<p class="w3-jumbo w3-hide-big w3-center"> NGTS discovers 180 day transiting super-Jupiter: NGTS-38b</p>
<hr style="border: 0;
clear:both;
display:block;
width: 96%;
background-color:black;
height: 1px;">
<p class="w3-center">
<b> July 2026:</b> The NGTS consortium has published one of the longest period transiting exoplanets ever discovered! The planet, NGTS-38 b orbits its star every 180.5 days, following a moderately eccentric orbit that takes it between ~0.5 and ~0.9 AU from its host star. Despite being only around 8% larger than Jupiter, the planet is almost 5 times as massive, placing it in the rare class of ultra-dense gas giants known as "super-Jupiters". To find out more about the system, read the <a href="https://phys.org/news/2026-07-scientists-rare-super-jupiter-planet.html">phys.org article</a> or read the <a href="https://academic.oup.com/mnras/article/549/4/stag1061/8703206">original paper</a>.
<br><i>News item author: Toby Rodel, Queen's University Belfast</i>
<figure class="w3-center">
<img src="/images/news/news_40.png" alt="Artist's impression of NGTS-38 b" width="50%" />
<figcaption>Artist's Impression of NGTS-38 b. Credit: Soheb Mandai</figcaption>
<img src="/images/news/news_40.gif" alt="Animation showing orbit of NGTS-38 b" width="50%" />
<figcaption>Animation of the orbit of NGTS-38 b. Credit: Ben Cadell</figcaption>
</figure>
</div>
22 changes: 22 additions & 0 deletions pages/news/news_40_page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<html>
<head>
<title></title>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function(){
$("#header").load("/pages/templates/header.html");
$("#news").load("/pages/news/news_40.html");
$("#footer").load("/pages/templates/footer.html");
});
</script>
</head>
<body>
<div id="header"></div>
<div id="news"></div>
<div id="footer"></div>
</body>
</html>
10 changes: 10 additions & 0 deletions pages/tabs/news_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
height: 1px;">
<div class="w3-row-padding w3-grayscale" style="display:flex;flex-wrap: wrap;flex-grow: 1;align-items: flex-start">

<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="/images/news/news_40.png" alt="news_39" style="width:100%">
<div class="w3-container">
<h3>NGTS discovers 180 day transiting super-Jupiter: NGTS-38b</h3>
<p class="w3-opacity ws-xxsmall">2026-07 Toby Rodel</p>
<p><button onclick="location.href='/pages/news/news_40_page.html'" class="w3-button w3-light-grey w3-block"><i class="fa"></i> Find out more</button></p>
</div>
</div>
</div>

<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
Expand Down
Loading