-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
216 lines (214 loc) · 10.2 KB
/
education.html
File metadata and controls
216 lines (214 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="mRYUlrSnukwX8ldJ9-ssir6u0Mb25lZ_V5X1_SBdlUg" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CE90WGQPY7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CE90WGQPY7');
</script>
<link rel="stylesheet" href="./style/bootstrap.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<link rel="stylesheet" href="./style/common.css">
<link rel="stylesheet" href="./style/education.css">
<title>Education | Astronomoid</title>
<style>
.turn-it {
color: #ffb300;
text-shadow: 0 0 8px #fff176, 0 0 2px #fff;
}
.astro-icon {
color: #ffb300;
margin-right: 0.5em;
}
</style>
</head>
<body>
<canvas class="star-bg"></canvas>
<header class="py-3">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-3 text-center text-md-start mb-2 mb-md-0">
<a href="index.html">
<img src="./media/logo_white.png" height="80" width="194" alt="Astronomoid Logo" class="img-fluid" style="max-width:100%;height:auto;" />
</a>
</div>
<div class="col-12 col-md-9 text-center">
<h1 class="display-6 display-md-5 fw-bold mb-0">Studying The Universe Through Beautiful <span class='turn-it'>Deaths</span>!</h1>
<p class="lead mt-2 mb-0">Exploring the cosmos, one supernova at a time.</p>
</div>
</div>
</div>
<nav class="navbar-custom mt-3">
<ul class="menu">
<li><a class="hovicon effect-8" href="index.html">Home</a></li>
<li><a class="hovicon effect-8 current-page" href="education.html">Edu</a></li>
<li><a class="hovicon effect-8" href="blog.html">Blog</a></li>
<li><a class="hovicon effect-8" href="works.html">Works</a></li>
<li><a class="hovicon effect-8" href="memories.html">Mems</a></li>
</ul>
</nav>
</header>
<main class="container mt-4 position-relative">
<h1 class="text-center mb-4 section-title"><i class="fa-solid fa-graduation-cap astro-icon"></i>Educational Background</h1>
<div class="table-container">
<div class="table-responsive">
<table class="edu-table mx-auto">
<thead>
<tr>
<th><i class="fa-solid fa-school astro-icon"></i>Class/Degree</th>
<th><i class="fa-solid fa-building-columns astro-icon"></i>School/College/University</th>
<th><i class="fa-solid fa-calendar-days astro-icon"></i>Year</th>
<th><i class="fa-solid fa-book astro-icon"></i>Subjects</th>
<th><i class="fa-solid fa-trophy astro-icon"></i>Div</th>
<th><i class="fa-solid fa-comment astro-icon"></i>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td>High School (10th)</td>
<td>Hilton Convent Sr. Sec. School, Amroha, UP-244221</td>
<td>2011 – 2012</td>
<td>Hindi, English, Maths, Science, and Social Studies</td>
<td>I</td>
<td>Awarded Certificate of Merit</td>
</tr>
<tr>
<td>Intermediate (12th)</td>
<td>Hilton Convent Sr. Sec. School, Amroha, UP-244221</td>
<td>2012 – 2014</td>
<td>Maths, Physics, Chemistry, English, and Physical Education</td>
<td>I</td>
<td>Under top 10 in the district, Qualified written NDA/NA Examination</td>
</tr>
<tr>
<td>Graduation <br><em>(B.Sc. (H) Physics)</em></td>
<td>Ramjas College, University of Delhi, Delhi-110009</td>
<td>2014 – 2017</td>
<td>Physics and related subjects + Mathematics and Chemistry for 2 semesters </td>
<td>I</td>
<td>Qualified CDS examination twice, Qualified IIT-JAM </td>
</tr>
<tr>
<td>Post-Graduation <br><em>(M.Sc. Physics)</em></td>
<td>Department of Physics & Astrophysics, University of Delhi, Delhi-110009
<br>[Affiliation: Hansraj College, University of Delhi]</td>
<td>2017 – 2019</td>
<td>Classical, Quantum, Statistical, Nuclear (Lab+Theory), Electrodynamics, GR & Cosmology, and Astronomy</td>
<td>I</td>
<td>Awarded <em>Dr. K.S. Krishnan Gold Medal</em> for highest marks, Qualified CSIR-NET (once), CSIR-JRF (twice) and GATE</td>
</tr>
<tr>
<td>Ph. D. <br> (Astronomy & Astrophysics)</td>
<td>Indian Institute of Astrophysics, Bengaluru, Karnataka-560034
<br>[Affiliation: Pondicherry University]
</td>
<td>2019 – 2025</td>
<td>An observational perspective into the nature of short-plateau Type II supernovae</td>
<td>–</td>
<td>Thesis work include 5 publications with detailed analysis of SNe 2018gj, 2020jfo, 2021wvw, and 2023ixf.</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="text-center mt-4">
<a href="./media/Resume_Rishabh_Singh_Teja.pdf" download class="resume-link">
<i class="fa-solid fa-file-arrow-down astro-icon"></i>Download Resume
</a>
</div>
</main>
<div class='container-fluid mt-4'>
<div class='row'>
<div class="col-12 col-md-6 text-start mb-0">
<p class="text-light mb-0">Copyright © 2025 Rishabh Singh Teja. All rights reserved. (Powered by GitHub Copilot)</p>
</div>
<div class="col-12 col-md-6 mb-2 text-end align-items-end social-media">
<ul class="websites">
<li>
<a href="https://facebook.com/rishabh.teja/" target="_blank" title="Facebook"><img src="./media/facebook-48x48-3649909.png" alt="Facebook" /></a>
</li>
<li>
<a href="https://x.com/astronomoid" target="_blank" title="X / Twitter"><img src="./media/twitterx.png" alt="X" /></a>
</li>
<li>
<a href="https://instagram.com/astronomoid" target="_blank" title="Instagram"><img src="./media/instagram-48x48-3649911.png" alt="Instagram" /></a>
</li>
<li>
<a href="https://www.linkedin.com/in/astronomoid" target="_blank" title="LinkedIn"><img src="./media/linkedin-48x48-3649912.png" alt="LinkedIn"></a>
</li>
<li>
<a href="mailto:rsteja001@gmail.com;rishabh.teja@iiap.res.in" title="Email"><img src="./media/email.png" alt="Email" /></a>
</li>
</ul>
</div>
</div>
</div>
<script src="./code/code.js"></script>
<script>
// Simple starfield animation for astronomy theme
const canvas = document.querySelector('.star-bg');
if (!canvas) {
const newCanvas = document.createElement('canvas');
newCanvas.className = 'star-bg';
document.body.prepend(newCanvas);
}
const ctx = (canvas || document.querySelector('.star-bg')).getContext('2d');
let w, h, stars = [];
function resize() {
w = window.innerWidth;
h = window.innerHeight;
const canvasElement = document.querySelector('.star-bg');
canvasElement.width = w;
canvasElement.height = h;
}
function Star() {
this.x = Math.random() * w;
this.y = Math.random() * h;
this.radius = Math.random() * 1.2 + 0.2;
this.alpha = Math.random() * 0.5 + 0.5;
this.speed = Math.random() * 0.05 + 0.02;
}
function drawStars() {
ctx.clearRect(0, 0, w, h);
for (let i = 0; i < stars.length; i++) {
let s = stars[i];
ctx.save();
ctx.globalAlpha = s.alpha;
ctx.beginPath();
ctx.arc(s.x, s.y, s.radius, 0, 2 * Math.PI);
ctx.fillStyle = "#fff";
ctx.shadowColor = "#fff";
ctx.shadowBlur = 8;
ctx.fill();
ctx.restore();
s.y += s.speed;
if (s.y > h) {
s.y = 0;
s.x = Math.random() * w;
}
}
requestAnimationFrame(drawStars);
}
function initStars() {
stars = [];
let numStars = Math.floor(w * h / 1800);
for (let i = 0; i < numStars; i++) {
stars.push(new Star());
}
}
window.addEventListener('resize', () => {
resize();
initStars();
});
resize();
initStars();
drawStars();
</script>
</body>
</html>