-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
302 lines (293 loc) · 14.8 KB
/
Copy pathteaching.html
File metadata and controls
302 lines (293 loc) · 14.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Teaching | Your Name</title>
<meta name="description" content="Tutorials, courses, and educational resources for physics, astronomy, programming, and more.">
<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">Research</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="teaching.html" class="active">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>Teaching</span>
<span></span>
</div>
<h1 class="page-title">Sharing Knowledge and Experiences, Sparking Curiosity</h1>
<p class="page-description">
I create tutorials and educational resources that make complex concepts accessible.
From physics to programming, my goal is to help others discover the joy of learning.
</p>
</div>
</div>
</header>
<!-- Teaching Philosophy -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">01</span>
<h2 class="section-title">Teaching Philosophy</h2>
</div>
<div class="about-content" style="max-width: 800px;">
<p>
I believe that <strong>everyone can understand complex ideas</strong> when they're presented
with clarity, patience, and genuine enthusiasm. My approach focuses on building intuition
before formalism, using visual examples, and creating hands-on exercises that make
abstract concepts tangible.
</p>
<p>
Whether you're a student trying to grasp quantum mechanics, a researcher learning Python,
or a curious mind exploring the cosmos — I design my materials to meet you where you are
and guide you forward step by step.
</p>
</div>
</div>
</section>
<!-- Tutorial Categories -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">02</span>
<h2 class="section-title">Tutorials</h2>
</div>
<div class="tutorials-grid">
<a href="https://github.com/RPR21/python-astronomy-tutorials" target="_blank" rel="noopener" class="tutorial-card">
<div class="tutorial-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<circle cx="12" cy="12" r="3"/>
<path d="M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2"/>
</svg>
</div>
<h3>Python for Astronomers</h3>
<p>A hands-on introduction to Python programming tailored for astronomy applications.</p>
<div class="tutorial-meta">
<span>8 Lessons</span>
<span>Beginner</span>
</div>
</a>
<a href="https://github.com/RPR21/data-visualization-tutorials" target="_blank" rel="noopener" class="tutorial-card">
<div class="tutorial-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<line x1="18" y1="20" x2="18" y2="10"/>
<line x1="12" y1="20" x2="12" y2="4"/>
<line x1="6" y1="20" x2="6" y2="14"/>
</svg>
</div>
<h3>Data Visualization</h3>
<p>Creating publication-quality figures with Matplotlib and beyond.</p>
<div class="tutorial-meta">
<span>6 Lessons</span>
<span>Intermediate</span>
</div>
</a>
<a href="https://github.com/RPR21/spectroscopy-tutorials" target="_blank" rel="noopener" class="tutorial-card">
<div class="tutorial-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z"/>
<circle cx="12" cy="12" r="3"/>
</svg>
</div>
<h3>Spectroscopy Basics</h3>
<p>Understanding and analyzing astronomical spectra from scratch.</p>
<div class="tutorial-meta">
<span>5 Lessons</span>
<span>Intermediate</span>
</div>
</a>
<a href="https://github.com/RPR21/git-tutorials" target="_blank" rel="noopener" class="tutorial-card">
<div class="tutorial-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<circle cx="18" cy="18" r="3"/>
<circle cx="6" cy="6" r="3"/>
<path d="M6 21V9a9 9 0 0 0 9 9"/>
</svg>
</div>
<h3>Git for Researchers</h3>
<p>Version control essentials for managing research code and collaboration.</p>
<div class="tutorial-meta">
<span>4 Lessons</span>
<span>Beginner</span>
</div>
</a>
<a href="https://github.com/RPR21/IndianMusicTools" target="_blank" rel="noopener" class="tutorial-card">
<div class="tutorial-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M9 18V5l12-2v13"/>
<circle cx="6" cy="18" r="3"/>
<circle cx="18" cy="16" r="3"/>
</svg>
</div>
<h3>Indian Classical Music Theory</h3>
<p>Interactive lessons on ragas, talas, and the foundations of Indian music.</p>
<div class="tutorial-meta">
<span>10 Lessons</span>
<span>All Levels</span>
</div>
</a>
<a href="https://github.com/RPR21/web-audio-tutorials" target="_blank" rel="noopener" class="tutorial-card">
<div class="tutorial-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"/>
<path d="M15.54 8.46a5 5 0 0 1 0 7.07"/>
<path d="M19.07 4.93a10 10 0 0 1 0 14.14"/>
</svg>
</div>
<h3>Web Audio API</h3>
<p>Building interactive audio applications in the browser.</p>
<div class="tutorial-meta">
<span>5 Lessons</span>
<span>Intermediate</span>
</div>
</a>
</div>
</div>
</section>
<!-- Live Tutorials -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">03</span>
<h2 class="section-title">Workshops & Courses</h2>
</div>
<div class="research-grid">
<article class="research-card">
<div class="research-card-image">
<img src="images/teaching-workshop.jpg" alt="Workshop">
</div>
<div class="research-card-content">
<h3>Introduction to Computational Astrophysics</h3>
<p>
A semester-long course covering numerical methods, simulation techniques,
and data analysis for astrophysics graduate students.
</p>
<div class="research-meta">
<span>University Course</span>
<span>Graduate Level</span>
</div>
</div>
</article>
<article class="research-card">
<div class="research-card-image">
<img src="images/teaching-python.jpg" alt="Python Workshop">
</div>
<div class="research-card-content">
<h3>Python for Scientific Computing</h3>
<p>
Intensive workshop series teaching Python fundamentals through hands-on
scientific projects. Runs regularly throughout the academic year.
</p>
<div class="research-meta">
<span>Workshop Series</span>
<span>Beginner-Friendly</span>
</div>
</div>
</article>
</div>
</div>
</section>
<!-- Resources -->
<section class="content-section">
<div class="container">
<div class="section-header">
<span class="section-number">04</span>
<h2 class="section-title">Free Resources</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">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/>
<polyline points="14 2 14 8 20 8"/>
<line x1="16" y1="13" x2="8" y2="13"/>
<line x1="16" y1="17" x2="8" y2="17"/>
<polyline points="10 9 9 9 8 9"/>
</svg>
</div>
<h3>Cheat Sheets</h3>
<p>Quick reference guides for Python, NumPy, Matplotlib, and Git commands.</p>
<a href="#" class="card-link">Download →</a>
</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="3" y="3" width="18" height="18" rx="2" ry="2"/>
<circle cx="8.5" cy="8.5" r="1.5"/>
<polyline points="21 15 16 10 5 21"/>
</svg>
</div>
<h3>Presentation Slides</h3>
<p>Lecture slides from my courses and workshops, free to use and adapt.</p>
<a href="#" class="card-link">Browse →</a>
</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="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/>
<polyline points="3.27 6.96 12 12.01 20.73 6.96"/>
<line x1="12" y1="22.08" x2="12" y2="12"/>
</svg>
</div>
<h3>Code Templates</h3>
<p>Starter templates for common astronomy analysis tasks and plots.</p>
<a href="#" class="card-link">Get Templates →</a>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section class="connect">
<div class="container">
<div class="connect-content">
<h2>Want Me to Teach at Your Event?</h2>
<p>I'm available for workshops, guest lectures, and online courses. Let's discuss how I can help your students or team.</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>