-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
262 lines (198 loc) · 10.2 KB
/
index.html
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Harish D. N.</title>
<meta name="description" content="Harish D. N., PhD Student in Cosmology">
<meta name="author" content="Harish D. N.">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/vendor.css">
<!-- script
================================================== -->
<script defer src="js/vendor/fontawesome/all.min.js"></script>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top" class="ss-preload">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- header
================================================== -->
<header class="s-header">
<div class="row s-header__nav-wrap">
<nav class="s-header__nav">
<ul>
<li class="current"><a class="smoothscroll" href="#hero">Home</a></li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#resume">Research</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul>
</nav>
</div> <!-- end row -->
<a class="s-header__menu-toggle" href="#0" title="Menu">
<span class="s-header__menu-icon"></span>
</a>
</header> <!-- end s-header -->
<!-- hero
================================================== -->
<section id="hero" class="s-hero target-section">
<div class="s-hero__bg rellax" data-rellax-speed="-7"></div>
<div class="row s-hero__content">
<div class="column">
<div class="s-hero__content-about">
<h1>Harish</h1>
<h3>
I am a PhD student at <span>National Dong Hwa University</span>, Taiwan, specializing in <span>cosmology</span>, <span>inflationary models</span>, and <span>primordial black holes</span>. Please <a class="smoothscroll" href="#about">scroll</a>
for more <a class="smoothscroll" href="#about">information about my research</a>.
</h3>
<div class="s-hero__content-social">
<a href="/~https://github.com/harishdn"><i class="fab fa-github" aria-hidden="true"></i></a>
<a href="mailto:your_email@example.com"><i class="fas fa-envelope" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/harish-dn-42a94aa2/"><i class="fab fa-linkedin" aria-hidden="true"></i></a>
</div>
</div> <!-- end s-hero__content-about -->
</div>
</div> <!-- s-hero__content -->
<div class="s-hero__scroll">
<a href="#about" class="s-hero__scroll-link smoothscroll">
<span class="scroll-arrow">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter: "><path d="M18.707 12.707L17.293 11.293 13 15.586 13 6 11 6 11 15.586 6.707 11.293 5.293 12.707 12 19.414z"></path></svg>
</span>
<span class="scroll-text">Scroll Down</span>
</a>
</div> <!-- s-hero__scroll -->
</section> <!-- end s-hero -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section">
<div class="row">
<div class="column large-3 tab-12">
<img class="s-about__pic" src="images/avatars/user-09.jpg" alt="">
</div>
<div class="column large-9 tab-12 s-about__content">
<h3>About Me</h3>
<p>
I am deeply passionate about understanding the early universe and the intricate processes that shape its evolution. My current research focuses on analyzing multi-field inflation models, quantum loop corrections, and the production of primordial black holes (PBHs). I am also interested in stochastic inflation mechanisms and their implications for cosmological observables.
</p>
<hr>
<div class="row s-about__content-bottom">
<div class="column w-1000-stack">
<h3>Contact Details</h3>
<p>
Harish D. N. <br>
National Dong Hwa University <br>
Hualien, Taiwan <br>
<a href="mailto:your_email@example.com">your_email@example.com</a>
</p>
</div>
</div>
</div>
</div> <!-- end row -->
</section> <!-- end s-about -->
<!-- resume
================================================== -->
<section id="resume" class="s-resume target-section">
<div class="row s-resume__section">
<div class="column large-3 tab-12">
<h3 class="section-header-allcaps">Research</h3>
</div>
<div class="column large-9 tab-12">
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">Stochastic Inflation</h4>
<p class="resume-block__header-meta">
<span>Current Work</span>
</p>
</div>
<p>
Investigating stochastic inflation in USR model and studying it's effect on Primordial Black Holes. Work in progress.
</p>
</div> <!-- end resume-block -->
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">Primordial Black Holes in Type III Hilltop Inflation</h4>
<p class="resume-block__header-meta">
<span>Recent Work</span>
</p>
</div>
<p>
Studying the production of massive PBHs and the role of quantum loop corrections in hybrid inflation models. Using numerical simulations to understand the dynamics of the waterfall phase and its implications for PBH abundance. We learned that the PBH produced are too small to be observed by direct detection and show that it may be possible to detect the induced gravitational waves by the proposed future detectors like the Big Bang Observer (BBO).
</p>
</div> <!-- end resume-block -->
</div>
</div> <!-- s-resume__section -->
</section> <!-- end s-resume -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="row s-contact__header">
<div class="column large-12">
<h3 class="section-header-allcaps">Contact Information</h3>
</div>
</div>
<div class="row s-contact__content">
<div class="column large-7 medium-12">
<h4 class="huge-text">
Feel free to reach out to me.
</h4>
</div>
<div class="column large-4 medium-12">
<div class="row contact-infos">
<div class="column large-12 medium-6 tab-12">
<div class="contact-block">
<h5 class="contact-block__header">
Email
</h5>
<p class="contact-block__content">
<a class="mailtoui" href="mailto:your_email@example.com">your_email@example.com</a>
</p>
</div> <!-- end contact-block -->
</div>
<div class="column large-12">
<a href="mailto:your_email@example.com" class="mailtoui btn btn--primary h-full-width">Get in Touch</a>
</div>
</div> <!-- end contact-infos -->
</div>
</div> <!-- s-contact__content -->
</section> <!-- end s-contact -->
<!-- footer
================================================== -->
<footer class="s-footer">
<div class="row">
<div class="column large-4 medium-6 w-1000-stack s-footer__social-block">
<ul class="s-footer__social">
<li><a href="/~https://github.com/harishdn"><i class="fab fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/harishdn"><i class="fab fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="column large-7 medium-6 w-1000-stack ss-copyright">
<span>Design by <a href="https://www.styleshout.com/">StyleShout</a></span>
<span> © 2025 Harish D. N.</span>
</div>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4h12v2H6zm5 10v6h2v-6h5l-6-6-6 6z"/></svg>
</a>
</div> <!-- end ss-go-top -->
</footer>
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>