-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (132 loc) · 5.92 KB
/
index.html
File metadata and controls
161 lines (132 loc) · 5.92 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Koen Schenck</title>
<meta name="description" content="Undergraduate astrophysicist at Florida Tech researching Ohmic heating, magnetic coupling, the Orion Nebula, and neutrino masses.">
<meta name="keywords" content="Koen Schenck, Florida Tech, astrophysics, exoplanets, MESA, ohmic heating, Orion Nebula, neutrinos, cosmology">
<meta name="author" content="Koen Schenck">
<!-- Google site verification -->
<meta name="google-site-verification" content="hFrVzBcRxKeXKerIksTc00I6WWbsGshGNg9nt3rPBwA" />
<!-- Open Graph -->
<meta property="og:title" content="Koen Schenck">
<meta property="og:site" content="Koen Schenck">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="Koen Schenck">
<meta name="twitter:title" content="Koen Schenck">
<meta property="og:description" content="Research on Ohmic heating and exoplanetary magnetism at Florida Tech.">
<meta property="og:url" content="https://koen04.github.io/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://koen04.github.io/assets/images/ohmicheating.jpg">
<meta name="github-repo" content="">
<!-- Canonical URL -->
<link rel="canonical" href="https://koen04.github.io/">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<h1>Hello! I'm Koen Schenck</h1>
<p>Astrophysics Undergraduate Student<br>Florida Institute of Technology</p>
<nav>
<a href="index.html">Home</a>
<a href="cv.html">CV</a>
<a href="#research">Research</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section id="about" class="white_section">
<div class="about-container">
<h2>About Me</h2>
<img src="assets/images/D4645AF7-A040-483C-925B-79E397668DBE_1_105_c.jpeg" alt="Koen Schenck" class="about-photo">
<div class="about-text">
<p>
I am an undergraduate student studying astronomy and astrophysics at the Florida Institute of Technology.
My research focuses on the evolution of planetary systems, particularly hot Saturn exoplanets, galactic astrophysics,
and cosmology. I am most passionate about neutrino Astrophysics and the origin of our universe.
</p>
</div>
</div>
</section>
<section id="research" class="white-section">
<h2>Research Interests</h2>
<div class="research-item">
<a href="" target="_blank">
<img src="assets/images/ohmicheating.jpg" alt="Hot Saturns Project" class="research-image">
</a>
<div class="research-text">
<h3>Magnetic Amplification of Photoevaporation in Hot Saturns</h3>
<p>
This project explores the magnetic coupling and ohmic heating effects driving atmospheric loss and photoevaporation
in hot Saturn exoplanets. Using MESA-based simulations, we model coupled dynamo activity and
ionization-driven mass loss in hot Saturns to better constrain their observed radial inflation.
</p>
</div>
</div>
<div class="research-item">
<a href="Schenck_M42.pdf" target="_blank">
<img src="assets/images/nebulacmd.jpg" alt="Pre-main-sequence populations" class="research-image">
</a>
<div class="research-text">
<h3>Mapping Nebular Gas Structure Through Stellar Population Filtering in the Orion Nebula </h3>
<p>
This project integrates optical photometry, imaging, and astrometric data to characterize the nebular
gas structure in M42. We have utilized color-magnitude diagrams to reproduce stellar brightness diagrams of respective nebular gas structures throughout M42.
The remaining goal is to process emission line profiles to evaluate extinction, ionization gradients, and dust emission.
</p>
</div>
</div>
<div class="research-item">
<a href="https://example.com/neutrino-cosmology" target="_blank">
<img src="assets/images/pantheon.jpg" alt="Neutrino Cosmology" class="research-image">
</a>
<div class="research-text">
<h3>Neutrino Astrophysics: An expansion of Pantheon+</h3>
<p>
My current work involves modeling neutrino-driven expansion in the early universe
and examining constraints on relic neutrino backgrounds from cosmological data sets such as Pantheon+SHOES.
This project is ongoing.
</p>
</div>
</div>
</section>
<section id="outside">
<div class="extra-container">
<h2>Outside of Academics</h2>
<div class="extra-content">
<div class="extra-photos">
<img src="assets/images/D7A346F1-3DF0-4D94-B47A-3FA4C470CAE9_1_105_c.jpeg" alt="Fencing" class="extra-photo">
<img src="assets/images/6588D11F-6139-4450-A509-0709420E744D_1_105_c.jpeg" alt="Hiking in Acadia" class="extra-photo">
</div>
<div class="extra-text">
<p>
Outside of my research, I am a passionate fencer! I have fenced for nearly ten years. I am the founder, president, and coach of the Florida Tech Fencing Club.
I also serve as the coach and manager of Space Coast Olympic Fencing Club.
</p>
<p>
Beyond fencing, I’m an avid nature enthusiast — you can often find me hiking in the mountains of New England during my free time.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-content">
<p>
<strong>Contact:</strong>
<a href="mailto:kschenck2022@my.fit.edu">kschenck2022@my.fit.edu</a>
<a href="https://https://www.linkedin.com/in/koen-schenck/" target="_blank">Linkedin</a>
</p>
<p>
<em>Florida Institute of Technology • Department of Physics and Space Sciences</em>
</p>
<p class="footer-note">
Last updated: November 2025 • © Koen Schenck • Background image adapted from Dr. Dillon Brout github:
https://djbrout.github.io/
</p>
</div>
</footer>
</body>
</html>