-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
249 lines (240 loc) · 11.6 KB
/
Copy pathabout.html
File metadata and controls
249 lines (240 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Prathap Rayalacheruvu</title>
<meta name="description" content="Learn about my journey from stargazing to star formation research, software development, and teaching.">
<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" class="active">About</a></li>
<li><a href="research.html">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>About Me</span>
<span></span>
</div>
<h1 class="page-title">The Story So Far</h1>
<p class="page-description">
What began with a child staring up at the night sky has become a journey into the physics of how stars and planets form.
Guided by curiosity, I explore the outer universe through research and computation, and find purpose in sharing those
discoveries through teaching and code. But to explore my inner universe, beyond the realms of science, I turn to music and sometimes to philosophy.
</div>
</div>
</header>
<!-- Main Content -->
<section class="content-section">
<div class="container">
<div class="about-grid">
<div class="about-image-container">
<div class="about-image">
<img src="assets/images/Prathap.png" alt="Prathap Rayalacheruvu">
<div class="about-image-decoration"></div>
</div>
</div>
<div class="about-content">
<h2>Hello, I'm Prathap Rayalacheruvu</h2>
<p>
I'm a researcher in <strong>astrophysics</strong>, studying the fascinating process
of star and planet formation. My work consists of observational data analysis,
computational astrochemical modeling, and spectroscopic analysis.
</p>
<p>
But my interests don't stop at the edge of the cosmos. I'm equally passionate about
<strong>software development</strong> — building tools that make complex scientific
concepts accessible and interactive. Whether it's a Python pipeline for analyzing
spectral data or a web application for exploring musical scales,
I believe code can bring ideas and experiences to life.
</p>
<p>
<strong>Teaching</strong> has always been a core part of who I am.
There's something magical about explaining concepts, ideas, and experiences
and watching them take shape in someone else’s mind.
</p>
<p>
When I'm not immersed in research or code, you'll find me with a guitar in hand,
exploring the intricate world of <strong>Indian classical music</strong>, or on
the badminton court, chasing that shuttlecock.
</p>
<p>
Currently, I'm exploring opportunities to transition into the <strong>software industry</strong>
while maintaining my connection to scientific research and education. I believe the
analytical thinking and problem-solving skills from my research translate beautifully
to building great software.
</p>
</div>
</div>
</div>
</section>
<!-- Journey Timeline -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">01</span>
<h2 class="section-title">My Journey</h2>
</div>
<div class="timeline">
<!-- <div class="timeline-item">
<span class="timeline-year">2024 - Present</span>
<h3>Research & Transition</h3>
<p>Continuing star formation research while building software skills and exploring career opportunities in tech.</p>
</div> -->
<div class="timeline-item">
<span class="timeline-year">2021 - Present</span>
<h3>PhD Research in Astrophysics</h3>
<p>Deep dive into physical and chemical environnments of Molecular Clouds and Protostellar Systems, developing computational models and analyzing observational data.</p>
</div>
<div class="timeline-item">
<span class="timeline-year">2019 - 2021</span>
<h3>Master's in Physics</h3>
<!-- <p>Specialized in stellar physics and began developing Python tools for data analysis.</p> -->
</div>
<div class="timeline-item">
<span class="timeline-year">2015 - 2019</span>
<h3>Bachelor's in Physics</h3>
<!-- <p>Foundation in physics and mathematics, first exposure to programming and computational methods.</p> -->
</div>
</div>
</div>
</section>
<!-- Skills -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">02</span>
<h2 class="section-title">Skills & Expertise</h2>
</div>
<div class="skills-grid">
<div class="skill-category">
<h4>Programming</h4>
<ul>
<li>Python</li>
<li>Machine Learning & Artificial Intelligence</li>
<li>Git & GitHub</li>
<li>Fortran</li>
<li>LaTeX</li>
</ul>
</div>
<div class="skill-category">
<h4>Research</h4>
<ul>
<li>Star & Planet Formation</li>
<li>Molecular Astrophysics</li>
<li>Spectroscopic Analysis</li>
<li>Data Visualization</li>
<li>Scientific Writing</li>
</ul>
</div>
<div class="skill-category">
<h4>Teaching & Communication</h4>
<ul>
<li>Tutorials</li>
<li>Technical Writing</li>
<li>Career Guidance</li>
<li>Mentoring</li>
<li>Science Communication</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Fun Facts -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">03</span>
<h2 class="section-title">A Few More Things</h2>
</div>
<div class="highlights-grid" style="grid-template-columns: repeat(3, 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">
<circle cx="12" cy="12" r="10"/>
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
<path d="M2 12h20"/>
</svg>
</div>
<h3>Based In</h3>
<p>Bhubaneswar, India — but always looking up at the same sky as everyone else.</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="M12 2L2 7l10 5 10-5-10-5z"/>
<path d="M2 17l10 5 10-5"/>
<path d="M2 12l10 5 10-5"/>
</svg>
</div>
<h3>Currently Learning</h3>
<p>To build AI agents, and new ragas in Indian classical music.</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="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/>
</svg>
</div>
<h3>Currently Reading</h3>
<p><strong>A Brief History of Time</strong></p>
<p><strong>The Socrates Express</strong></p>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section class="connect">
<div class="container">
<div class="connect-content">
<h2>Let's Work Together</h2>
<p>Whether it's research collaboration, software development, or teaching opportunities — I'm always open to connecting.</p>
<div class="connect-links">
<a href="contact.html" class="btn btn-primary">
<span>Get in Touch</span>
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<p class="footer-copyright">© 2025 Prathap Rayalacheruvu. 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>