Skip to content

Commit 8cae9f2

Browse files
authored
Merge pull request #21 from NGTS/amber
ukexom 2026 article
2 parents 318f284 + 99bfee2 commit 8cae9f2

4 files changed

Lines changed: 49 additions & 0 deletions

File tree

images/news/news_38.png

6.92 MB
Loading

pages/news/news_38.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<div class="w3-container w3-white" style="padding:0px 29px">
2+
<p class="w3-jumbo w3-hide-big w3-center"> UKExoM 2026</p>
3+
<hr style="border: 0;
4+
clear:both;
5+
display:block;
6+
width: 96%;
7+
background-color:black;
8+
height: 1px;">
9+
<p class="w3-center">
10+
<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!
11+
<br><i>News item author: Amber Sedgley, University of Warwick</i>
12+
<figure class="w3-center">
13+
<img src="/images/news/news_38.png" alt="news_38" width="50%" />
14+
</figure>
15+
</div>

pages/news/news_38_page.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<head>
3+
<title></title>
4+
<script
5+
src="https://code.jquery.com/jquery-3.3.1.js"
6+
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
7+
crossorigin="anonymous">
8+
</script>
9+
<script>
10+
$(function(){
11+
$("#header").load("/pages/templates/header.html");
12+
$("#news").load("/pages/news/news_38.html");
13+
$("#footer").load("/pages/templates/footer.html");
14+
});
15+
</script>
16+
</head>
17+
<body>
18+
<div id="header"></div>
19+
<div id="news"></div>
20+
<div id="footer"></div>
21+
</body>
22+
</html>

pages/tabs/news_content.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
height: 1px;">
1212
<div class="w3-row-padding w3-grayscale" style="display:flex;flex-wrap: wrap;flex-grow: 1;align-items: flex-start">
1313

14+
15+
<div class="w3-col l3 m6 w3-margin-bottom">
16+
<div class="w3-card">
17+
<img src="/images/news/news_38.png" alt="news_38" style="width:100%">
18+
<div class="w3-container">
19+
<h3>UKExoM 2026</h3>
20+
<p class="w3-opacity ws-xxsmall">2026-04 Amber Sedgley</p>
21+
<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>
22+
</div>
23+
</div>
24+
</div>
25+
1426
<div class="w3-col l3 m6 w3-margin-bottom">
1527
<div class="w3-card">
1628
<img src="/images/news/100_article_plot.png" alt="news_37" style="width:100%">

0 commit comments

Comments
 (0)