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_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions pages/news/news_38.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<div class="w3-container w3-white" style="padding:0px 29px">
<p class="w3-jumbo w3-hide-big w3-center"> UKExoM 2026</p>
<hr style="border: 0;
clear:both;
display:block;
width: 96%;
background-color:black;
height: 1px;">
<p class="w3-center">
<b> April 2026:</b> At the start of April 2026, NGTS consortium members visited the University of Bristol for the UK Exoplanet Meeting (UKExoM). It was a week packed full of showcases of current research by the UK exoplanet community, with many members of the NGTS consortium presenting posters on their own research endeavours including: long period planets, orbital decay, eclipsing binaries, and transit timing variations. Toby Rodel and Sam Gill also gave talks on the detection, follow-up, and architectures of long period planet systems. The NGTS consortium extends its thanks to the LOC and SOC for putting on an amazing conference!
<br><i>News item author: Amber Sedgley, University of Warwick</i>
<figure class="w3-center">
<img src="/images/news/news_38.png" alt="news_38" width="50%" />
</figure>
</div>
22 changes: 22 additions & 0 deletions pages/news/news_38_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_38.html");
$("#footer").load("/pages/templates/footer.html");
});
</script>
</head>
<body>
<div id="header"></div>
<div id="news"></div>
<div id="footer"></div>
</body>
</html>
12 changes: 12 additions & 0 deletions pages/tabs/news_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
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_38.png" alt="news_38" style="width:100%">
<div class="w3-container">
<h3>UKExoM 2026</h3>
<p class="w3-opacity ws-xxsmall">2026-04 Amber Sedgley</p>
<p><button onclick="location.href='/pages/news/news_38_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">
<img src="/images/news/100_article_plot.png" alt="news_37" style="width:100%">
Expand Down