-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
61 lines (61 loc) · 4.15 KB
/
publications.html
File metadata and controls
61 lines (61 loc) · 4.15 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/43575c3d5f.js" crossorigin="anonymous"></script>
<title>Toby Rodel</title>
<script>
function expandtopbar() {
var x = document.getElementById("pagetopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="topnav" id="pagetopnav">
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="outreach.html">Outreach</a>
<a href="publications.html">Publications</a>
<a href="conferences.html">Conferences</a>
<a href="javascript:void(0);" class="icon" onclick="expandtopbar()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="mainbody" id="pagemaintext">
<h1>Publications</h1>
<h2>As first author</h2>
<ul>
<li><a href="https://scixplorer.org/abs/2026arXiv260212977R/abstract">Rodel et al., (2026)</a> "TIC-65910228 b / NGTS-38 b, a 180 day transiting warm super-Jupiter", <i>arXiv preprints</i>, arXiv:2602.12977</li>
<li><a href = "https://scixplorer.org/abs/2025MNRAS.537...35R/abstract"> Rodel, et al., (2025)</a> "NGTS-EB-7, an eccentric, long-period, low-mass eclipsing binary, <i>MNRAS</i>, 537(1), 35-55. </li>
<li><a href = "https://scixplorer.org/abs/2024MNRAS.529..715R/abstract"> Rodel, et al., (2024)</a> "TIARA TESS 1: estimating exoplanet yields from Years 1 and 3 SPOC light curves", <i>MNRAS</i>, 529(1), 715-731.</li>
</ul>
<h2>As co-author</h2>
<ul>
<li><a href="https://scixplorer.org/abs/2025MNRAS.tmp.2078K/abstract">Kendall et al., (2025)</a> "A 43 day transiting Neptune and two 25 day Saturns from TESS, NGTS and ASTEP", <i>MNRAS</i>, Author 51 of 56</li>
<li><a href="https://scixplorer.org/abs/2025AJ....170..316O/abstract">O'Brien et al., (2025)</a> "NGTS-EB-8: A Double-lined Eclipsing M+M Binary Discovered by Citizen Scientists", <i>AJ</i>, 170(6), 316. Author 21 of 57</li>
<li><a href="https://scixplorer.org/abs/2025A%26A...703A.258U/abstract">Ulmer-Moll et al., (2025)</a> "Detection and characterisation of a 106-day transiting Jupiter: TOI-2449 b/NGTS-36 b", <i>A&A</i>, 703, A258. Author 50 of 67</li>
<li><a href="https://scixplorer.org/abs/2024MNRAS.535.1778E/abstract">Eschen et al., (2024)</a> "Viewing the PLATO LOPS2 field through the lenses of TESS", <i>MNRAS</i>, 535(2), 1778-1795. Author 6 of 6</li>
<li><a href="https://scixplorer.org/abs/2024MNRAS.529.1802D/abstract">Doyle et al., (2024)</a> "The TESS-SPOC FFI target sample explored with Gaia", <i>MNRAS</i>, 529(2), 1802-1813. Author 4 of 5</li>
<li><a href="https://scixplorer.org/abs/2024MNRAS.528.1841H/abstract">Hawthorn et al., (2024)</a> "TESS duotransit candidates from the Southern Ecliptic Hemisphere", <i>MNRAS</i>, 528(2), 1841-1862. Author 6 of 23</li>
</ul>
</div>
</body>
<footer>
<div class="social-buttons">
<a href="https://github.com/TobyRodel"><i class="fa-brands fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/toby-rodel-516141216/"><i class="fa-brands fa-linkedin fa-2x"></i></a>
<a href="https://bsky.app/profile/astrotobe.bsky.social"><i class="fa-brands fa-bluesky fa-2x"></i></a>
</div>
<span class="footleft"><i class="fa-solid fa-envelope"></i><a href="mailto:trodel01@qub.ac.uk">trodel01@qub.ac.uk</a></span>
<span class="footright"><i class="fa-brands fa-orcid"></i><a href="https://orcid.org/0009-0009-2175-7284">0009-0009-2175-7284</a></span>
<small>
<br><i class="fa-regular fa-copyright"></i> 2026 Toby Rodel. All rights reserved.
</small>
</footer>
</html>