-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
315 lines (289 loc) · 12.3 KB
/
Copy pathresearch.html
File metadata and controls
315 lines (289 loc) · 12.3 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research | Your Name</title>
<meta name="description"
content="Exploring star and planet formation through computational modeling and observational astronomy.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Space+Mono:wght@400;700&family=Sora:wght@300;400;500;600&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="starfield" id="starfield"></div>
<!-- Navigation -->
<nav class="nav" id="nav">
<a href="index.html" class="nav-logo">
<span class="logo-text">PR</span>
</a>
<button class="nav-toggle" id="navToggle" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
<ul class="nav-links" id="navLinks">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="research.html" class="active">Research</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="teaching.html">Teaching</a></li>
<!-- <li><a href="passions.html">Passions</a></li> -->
<!-- <li><a href="blog.html">Blog</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- Page Header -->
<header class="page-header">
<div class="container">
<div class="page-header-content">
<div class="page-eyebrow">
<span>Research</span>
<span></span>
</div>
<h1 class="page-title">Decoding the Birth of Worlds</h1>
<p class="page-description">
My research focuses on understanding how stars and planets form from
collapsing clouds of gas and dust — one of the most fundamental questions in astrophysics.
</p>
</div>
</div>
</header>
<!-- Research Overview -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">01</span>
<h2 class="section-title">Research Focus</h2>
</div>
<div class="about-content" style="max-width: 800px;">
<p>
The universe is filled with countless planetary systems, yet the processes that govern
their formation remain one of the most active areas of astrophysical research. My work
investigates <strong>protoplanetary disks</strong> — the swirling disks of gas and dust
around young stars where planets are born.
</p>
<p>
Using a combination of <strong>computational simulations</strong>, <strong>theoretical modeling</strong>,
and <strong>observational data analysis</strong>, I study the physical and chemical processes
that shape these disks and ultimately determine what kinds of planetary systems emerge.
</p>
</div>
</div>
</section>
<!-- Research Projects -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">02</span>
<h2 class="section-title">Current Projects</h2>
</div>
<div class="research-grid">
<article class="research-card">
<div class="research-card-image">
<img src="assets/images/protostars.png" alt="Protoplanetary Disk Structure">
</div>
<div class="research-card-content">
<h3>Disk Dynamics and Planet Formation</h3>
<p>
Investigating how gravitational instabilities and turbulence in protoplanetary disks
create the conditions necessary for planet formation. Using hydrodynamic simulations
to model disk evolution over millions of years.
</p>
<div class="research-meta">
<span>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10" />
<polyline points="12 6 12 12 16 14" />
</svg>
Ongoing
</span>
<span>Computational Astrophysics</span>
</div>
</div>
</article>
<article class="research-card">
<div class="research-card-image">
<img src="images/research-spectra.jpg" alt="Spectroscopic Analysis">
</div>
<div class="research-card-content">
<h3>Chemical Signatures in Young Systems</h3>
<p>
Analyzing spectroscopic data from young stellar objects to understand the chemical
composition of planet-forming regions. Developing tools for automated spectral
line identification and abundance calculations.
</p>
<div class="research-meta">
<span>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10" />
<polyline points="12 6 12 12 16 14" />
</svg>
Ongoing
</span>
<span>Observational Astronomy</span>
</div>
</div>
</article>
<article class="research-card">
<div class="research-card-image">
<img src="images/research-binary.jpg" alt="Binary Star Systems">
</div>
<div class="research-card-content">
<h3>Planet Formation in Binary Systems</h3>
<p>
Exploring how the presence of a companion star affects disk structure and the
planet formation process. Comparing theoretical predictions with observations
of circumbinary disks.
</p>
<div class="research-meta">
<span>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14" />
<polyline points="22 4 12 14.01 9 11.01" />
</svg>
Completed
</span>
<span>Theoretical Astrophysics</span>
</div>
</div>
</article>
</div>
</div>
</section>
<!-- Publications -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">03</span>
<h2 class="section-title">Publications</h2>
</div>
<div class="publication-list">
<a href="https://doi.org/10.1051/0004-6361/202554121" target="_blank" class="publication-item">
<h4>Gas phase Elemental abundances in Molecular cloudS (GEMS)-XI. The evolution of HCN, HNC, and N2H+ isotopic ratios
in
starless cores</h4>
<p class="authors">
<strong>Prathap Rayalacheruvu</strong>, et al.
</p>
<p class="journal">Research Article, 2025</p>
</a>
<a href="https://arxiv.org/abs/2506.15358" target="_blank" class="publication-item">
<h4>Expanding the Ice Inventory of NGC 1333 IRAS 2A with INDRA using JWST Observations: Tracing Organic
Refractories and Beyond</h4>
<p class="authors">
<strong>Prathap Rayalacheruvu</strong>, Liton Majumdar, W. R. M. Rocha, Michael E. Brown, et al.
</p>
<p class="journal">arXiv Preprint, 2025</p>
</a>
<a href="https://doi.org/10.1051/0004-6361/202554717" target="_blank" class="publication-item">
<h4>Role of Diffusive and Non-Diffusive Grain-Surface Processes in Cold Cores: Insights from the PEGASIS Three-Phase
Astrochemical Model</h4>
<p class="authors">
<strong>Prathap Rayalacheruvu</strong>, et al.
</p>
<p class="journal">Research Article, 2025</p>
</a>
<a href="https://doi.org/10.3847/1538-4357/ad8444" target="_blank" class="publication-item">
<h4>The Deuterium Fractionation of NH3 in Massive Star-forming Regions</h4>
<p class="authors">
<strong>Prathap Rayalacheruvu</strong>, et al.
</p>
<p class="journal">Research Article, 2024</p>
</a>
<a href="https://doi.org/10.3847/1538-4357/ad74fb" target="_blank" class="publication-item">
<h4>A Yebes W-band Line Survey towards an Unshocked Molecular Cloud of Supernova Remnant 3C391: Evidence of
Cosmic-Ray-Induced Chemistry</h4>
<p class="authors">
<strong>Prathap Rayalacheruvu</strong>, et al.
</p>
<p class="journal">Research Article, 2024</p>
</a>
<a href="https://doi.org/10.3847/1538-4357/ad1e5a" target="_blank" class="publication-item">
<h4>Large-scale Mapping Observations of DCN and DCO+ toward Orion KL</h4>
<p class="authors">
<strong>Prathap Rayalacheruvu</strong>, et al.
</p>
<p class="journal">Research Article, 2024</p>
</a>
</div>
<div style="margin-top: var(--space-2xl); text-align: center; display: flex; gap: 1rem; justify-content: center;">
<a href="https://scholar.google.com/citations?user=6NuNjycAAAAJ" target="_blank" rel="noopener"
class="btn btn-secondary">
Google Scholar
</a>
<a href="https://orcid.org/0009-0001-6483-7366" target="_blank" rel="noopener" class="btn btn-secondary">
ORCID Profile
</a>
</div>
</div>
</section>
<!-- Talks & Presentations -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">04</span>
<h2 class="section-title">Talks & Presentations</h2>
</div>
<div class="highlights-grid" style="grid-template-columns: repeat(2, 1fr);">
<div class="highlight-card">
<div class="card-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" />
</svg>
</div>
<h3>Conference Talk</h3>
<p>"Disk Evolution in Binary Environments" — Protostars and Planets VII, 2024</p>
</div>
<div class="highlight-card">
<div class="card-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2" />
<line x1="8" y1="21" x2="16" y2="21" />
<line x1="12" y1="17" x2="12" y2="21" />
</svg>
</div>
<h3>Invited Seminar</h3>
<p>"Chemical Tracers of Planet Formation" — [University Name], 2023</p>
</div>
<div class="highlight-card">
<div class="card-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<polygon points="12 2 2 7 12 12 22 7 12 2" />
<polyline points="2 17 12 22 22 17" />
<polyline points="2 12 12 17 22 12" />
</svg>
</div>
<h3>Workshop Presentation</h3>
<p>"Python Tools for Astronomical Data Analysis" — Astroinformatics Workshop, 2023</p>
</div>
<div class="highlight-card">
<div class="card-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" />
<circle cx="9" cy="7" r="4" />
<path d="M23 21v-2a4 4 0 0 0-3-3.87" />
<path d="M16 3.13a4 4 0 0 1 0 7.75" />
</svg>
</div>
<h3>Public Outreach</h3>
<p>"How Planets Are Born" — Science Café Public Lecture Series, 2022</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<p class="footer-copyright">© 2025 Your Name. Crafted with curiosity.</p>
<p class="footer-tagline">From stars to strings, code to cosmos.</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>