forked from otiliastr/otiliastr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
451 lines (394 loc) · 19.4 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
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Anshu Gupta</title>
<meta name="description" content="This is the personal website of Anshu Gupta">
<!-- Fonts and Icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons" />
<!-- CSS Files -->
<link rel="stylesheet" href="/assets/css/all.min.css">
<link rel="stylesheet" href="/assets/css/academicons.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="/">
</head>
<body>
<!-- Header -->
<nav id="navbar" class="navbar fixed-top navbar-expand-md bg-light shadow-sm">
<div class="container-fluid">
<!-- Social Icons Section -->
<div class="d-flex align-items-center">
<span class="contact-icon text-center">
<a href="mailto:[email protected]" class="mx-2"><i class="fa fa-envelope-square gm-icon"></i></a>
<a href="https://scholar.google.com/citations?userid=vRrKCdwAAAAJ&hl" target="_blank" title="Google Scholar" class="mx-2"><i class="ai ai-google-scholar-square gs-icon"></i></a>
<a href="https://www.github.com/ang037" target="_blank" title="GitHub" class="mx-2"><i class="fab fa-github-square gh-icon"></i></a>
<a href="https://www.linkedin.com/in/guptaanshu26" target="_blank" title="LinkedIn" class="mx-2"><i class="fab fa-linkedin li-icon"></i></a>
</span>
</div>
<!-- Navbar Toggler for Mobile -->
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar Links -->
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link font-weight-bold" href="/">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/cv/">Curriculum Vitae</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/projects/">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/publications/">Publications</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Add Bootstrap's JS and CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<style>
.navbar {
background-color: #f8f9fa !important; /* Light background color */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}
.nav-link {
color: #333 !important; /* Darker color for text */
}
.nav-link:hover {
color: #007bff !important; /* Blue color on hover */
}
.contact-icon a {
color: #333; /* Dark color for social icons */
}
.contact-icon a:hover {
color: #007bff; /* Blue color on hover for icons */
}
.navbar-toggler {
border: none; /* Remove border from toggle button */
}
.navbar-toggler-icon {
background-image: url('data:image/svg+xml;base64,...'); /* Customize the icon */
}
</style>
<!-- Scrolling Progress Bar -->
<progress id="progress" value="0">
<div class="progress-container">
<span class="progress-bar"></span>
</div>
</progress>
<!-- Content -->
<!-- <div class="content">
<div class="text-center mt-5">
<img class="profile-img" src="/assets/img/prof_pic.jpg" />
</div>
<style>
.profile-img {
width: 200px; /* Adjust the size as needed */
height: 200px; /* Adjust the size as needed */
object-fit: cover;
}
</style> -->
<!-- <div class="col mt-4">
<h1 class="title text-center font-weight-bold">Anshu Gupta</h1>
<div class="row mt-3 mb-3">
<div class="col">
<h6 class="mt-1 text-center text-sm-center" style="font-stretch: ultra-condensed;">
PhD Student<br />
University of California San Diego
</h6>
</div>
</div>
</div>
<div class="col text-justify p-0">
I am pursuing a PhD in Computer Science and Engineering at the <a href="https://ucsd.edu/" target="_blank">University of California San Diego</a>, advised by <a href="https://turakhia.ucsd.edu/" target="_blank">Prof. Yatish Turakhia</a> and <a href="http://eceweb.ucsd.edu/~smirarab/" target="_blank">Prof. Siavash Mirarab</a>.
<br /><br />
My research focuses on the intersection of Computer Architecture and Computational/Evolutionary Genomics. Specifically, I tackle computational bottlenecks and develop efficient hardware/software tools for genomic data analysis.
<br /><br />
I received my masters degree in Computer Engineering from University of California San Diego, and bachelors degree in Electronics and Telecommunication Engineering from <a href="https://www.iiests.ac.in/" target="_blank">IIEST Shibpur, West Bengal, India</a>. I have three years of experience as a Digital Design Engineer at <a href="https://www.analog.com/en/landing-pages/001/india-welcome.html" target="_blank">Analog Devices</a>, where I contributed to the digital design and implementation of industry-standard SoCs, with a successful tape-out experience. I was also honored with the <a href="https://www2.daad.de/deutschland/stipendium/datenbank/en/21148-scholarship-database/?detail=50015295" target="_blank">DAAD WISE Scholarship</a> and for pursuing a summer research internship at the <a href="https://www.uni-bremen.de/en/" target="_blank">University of Bremen, Germany</a>.
</div> -->
<!-- Content -->
<div class="content container mt-5">
<div class="row align-items-center">
<!-- Profile Picture Column -->
<div class="col-md-3 text-center">
<img class="profile-img" src="/assets/img/prof_pic.jpg" />
</div>
<!-- Text Column -->
<div class="col-md-9">
<h1 class="title font-weight-bold">Anshu Gupta</h1>
<h6 class="mt-1" style="font-stretch: ultra-condensed;">
PhD Student<br />
University of California San Diego
</h6>
<p class="text-justify">
I am pursuing a PhD in Computer Science and Engineering at the <a href="https://ucsd.edu/" target="_blank"><strong>University of California San Diego</strong></a>, advised by <a href="https://turakhia.ucsd.edu/" target="_blank"><strong>Prof. Yatish Turakhia</strong></a> and <a href="http://eceweb.ucsd.edu/~smirarab/" target="_blank"><strong>Prof. Siavash Mirarab</strong></a>.
<br /><br />
My research focuses on the intersection of Computer Architecture and Computational/Evolutionary Genomics. Specifically, I tackle computational bottlenecks and develop efficient hardware/software tools for genomic data analysis.
<br /><br />
I received my master's degree in Computer Engineering from University of California San Diego, and bachelor's degree in Electronics and Telecommunication Engineering from <a href="https://www.iiests.ac.in/" target="_blank"><strong>IIEST Shibpur, West Bengal, India</strong></a>. I have three years of experience as a Digital Design Engineer at <a href="https://www.analog.com/en/landing-pages/001/india-welcome.html" target="_blank"><strong>Analog Devices</strong></a>, where I contributed to the digital design and implementation of industry-standard SoCs, with a successful tape-out experience. I was also honored with the <a href="https://www2.daad.de/deutschland/stipendium/datenbank/en/21148-scholarship-database/?detail=50015295" target="_blank"><strong>DAAD WISE Scholarship</strong></a> and for pursuing a summer research internship at the <a href="https://www.uni-bremen.de/en/" target="_blank"><strong>University of Bremen, Germany</strong></a>.
</p>
</div>
</div>
</div>
<style>
.profile-img {
width: 200px; /* Adjust the size as needed */
height: 200px; /* Adjust the size as needed */
object-fit: cover;
}
</style>
<!-- News -->
<!-- <div class="news mt-3 p-0">
<h1 class="title mb-4 p-0">news</h1>
<div class="row p-0">
<div class="col-sm-2 p-0">
<span class="badge light-green darken-1 font-weight-bold text-uppercase align-middle date ml-3">
July 2024
</span>
</div>
<div class="col-sm-10 mt-2 mt-sm-0 ml-3 ml-md-0 p-0 font-weight-light text">
<p>Selected for presenting a talk on <a href="https://turakhia.ucsd.edu/ROADIES/">ROADIES</a> (a fully automated tool for evolutionary tree inference) at upcoming <a href="https://www.iscb.org/ismb2024/home">ISMB 2024</a> in Montreal, Canada.</p>
</div>
</div>
<div class="row p-0">
<div class="col-sm-2 p-0">
<span class="badge light-green darken-1 font-weight-bold text-uppercase align-middle date ml-3">
April 2024
</span>
</div>
<div class="col-sm-10 mt-2 mt-sm-0 ml-3 ml-md-0 p-0 font-weight-light text">
<p>Co-organized our 1st <a href="https://biosys-workshop.github.io/dist/index.html">BioSys workshop</a> in conjunction with <a href="https://www.asplos-conference.org/asplos-2025-call-for-papers/">ASPLOS 2024</a>, happened in San Diego, California.
</p>
</div>
</div>
<div class="row p-0">
<div class="col-sm-2 p-0">
<span class="badge light-green darken-1 font-weight-bold text-uppercase align-middle date ml-3">
March 2024
</span>
</div>
<div class="col-sm-10 mt-2 mt-sm-0 ml-3 ml-md-0 p-0 font-weight-light text">
<p>Served as Artifact Evaluator of <a href="https://iscaconf.org/isca2024/">ISCA 2024.</a>
</p>
</div>
</div>
<div class="row p-0">
<div class="col-sm-2 p-0">
<span class="badge light-green darken-1 font-weight-bold text-uppercase align-middle date ml-3">
Sep 2023
</span>
</div>
<div class="col-sm-10 mt-2 mt-sm-0 ml-3 ml-md-0 p-0 font-weight-light text">
<p>Completed my 3-months summer internship at <a href="https://www.analog.com/en/index.html">Analog Devices, Inc.</a>, Wilmington, Massachusetts.
</p>
</div>
</div>
<div class="row p-0">
<div class="col-sm-2 p-0">
<span class="badge light-green darken-1 font-weight-bold text-uppercase align-middle date ml-3">
Nov 2022
</span>
</div>
<div class="col-sm-10 mt-2 mt-sm-0 ml-3 ml-md-0 p-0 font-weight-light text">
<p>Joined <a href="https://turakhia.ucsd.edu/" target="https://turakhia.ucsd.edu/">Turakhia Lab</a> as a PhD student.
</p>
</div>
</div>
</div> -->
<!-- News Section with Slideshow -->
<div class="news mt-3 p-0">
<h1 class="title mb-4 text-center p-0">News</h1>
<!-- Carousel -->
<div id="newsCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#newsCarousel" data-slide-to="0" class="active"></li>
<li data-target="#newsCarousel" data-slide-to="1"></li>
<li data-target="#newsCarousel" data-slide-to="2"></li>
<li data-target="#newsCarousel" data-slide-to="3"></li>
<li data-target="#newsCarousel" data-slide-to="4"></li>
</ol>
<!-- Carousel Items -->
<div class="carousel-inner">
<!-- Slide 1 -->
<div class="carousel-item active">
<img src="assets/img/roadies_ismb.jpg" class="d-block w-100 fixed-size-image" alt="Image 1">
<div class="carousel-caption d-none d-md-block">
<h5>July 2024</h5>
<p>Presented a talk on <a href="https://turakhia.ucsd.edu/ROADIES/">ROADIES</a> at <a href="https://www.iscb.org/ismb2024/home">ISMB 2024 conference</a> in Montreal, Canada.</p>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<img src="assets/img/biosys_group_photo.jpg" class="d-block w-100 fixed-size-image" alt="Image 2">
<div class="carousel-caption d-none d-md-block">
<h5>April 2024</h5>
<p>Co-organized our 1st <a href="https://biosys-workshop.github.io/dist/index.html">BioSys workshop</a> in conjunction with <a href="https://www.asplos-conference.org/asplos-2025-call-for-papers/">ASPLOS 2024 conference</a> in San Diego, California.</p>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<img src="assets/img/roadies_research_expo.jpeg" class="d-block w-100 fixed-size-image" alt="Image 3">
<div class="carousel-caption d-none d-md-block">
<h5>April 2024</h5>
<p>Presented a poster on <a href="https://turakhia.ucsd.edu/ROADIES/">ROADIES</a> at <a href="https://jacobsschool.ucsd.edu/research-expo" target="_blank">Research Expo 2024</a>, organized by <a href="https://jacobsschool.ucsd.edu/" target="_blank">University of California San Diego, Jacobs School of Engineering</a> in La Jolla, California.</p>
</div>
</div>
<!-- Slide 4 -->
<div class="carousel-item">
<img src="assets/img/adi_internship.jpg" class="d-block w-100 fixed-size-image" alt="Image 4">
<div class="carousel-caption d-none d-md-block">
<h5>September 2023</h5>
<p>Completed my 3-month summer internship at <a href="https://www.analog.com/en/index.html">Analog Devices, Inc.</a> in Wilmington, Massachusetts.</p>
</div>
</div>
<!-- Slide 5 -->
<div class="carousel-item">
<img src="path-to-your-image5.jpg" class="d-block w-100" alt="Image 5">
<div class="carousel-caption d-none d-md-block">
<h5>November 2022</h5>
<p>Joined <a href="https://turakhia.ucsd.edu/">Turakhia Lab</a> as a PhD student.</p>
</div>
</div>
</div>
<!-- Controls -->
<a class="carousel-control-prev" href="#newsCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#newsCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Add Bootstrap's JS and CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<style>
.fixed-size-image {
height: 400px; /* Set a fixed height for the images */
object-fit: contain; /* Ensure images cover the area without distortion */
}
.carousel-inner img {
width: 100%;
}
</style>
</div>
<!-- Footer -->
<footer>
© Copyright 2024 Anshu Gupta.
</footer>
<!-- Core JavaScript Files -->
<script src="/assets/js/jquery.min.js" type="text/javascript"></script>
<script src="/assets/js/popper.min.js" type="text/javascript"></script>
<script src="/assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="/assets/js/mdb.min.js" type="text/javascript"></script>
<script async="" src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous"></script>
<script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML"></script>
<script src="/assets/js/common.js"></script>
<!-- Scrolling Progress Bar -->
<script type="text/javascript">
$(document).ready(function() {
var navbarHeight = $('#navbar').outerHeight(true);
$('body').css({ 'padding-top': navbarHeight });
$('progress-container').css({ 'padding-top': navbarHeight });
var progressBar = $('#progress');
progressBar.css({ 'top': navbarHeight });
var getMax = function() { return $(document).height() - $(window).height(); }
var getValue = function() { return $(window).scrollTop(); }
// Check if the browser supports the progress element.
if ('max' in document.createElement('progress')) {
// Set the 'max' attribute for the first time.
progressBar.attr({ max: getMax() });
progressBar.attr({ value: getValue() });
$(document).on('scroll', function() {
// On scroll only the 'value' attribute needs to be calculated.
progressBar.attr({ value: getValue() });
});
$(window).resize(function() {
var navbarHeight = $('#navbar').outerHeight(true);
$('body').css({ 'padding-top': navbarHeight });
$('progress-container').css({ 'padding-top': navbarHeight });
progressBar.css({ 'top': navbarHeight });
// On resize, both the 'max' and 'value' attributes need to be calculated.
progressBar.attr({ max: getMax(), value: getValue() });
});
} else {
var max = getMax(), value, width;
var getWidth = function() {
// Calculate the window width as a percentage.
value = getValue();
width = (value/max) * 100;
width = width + '%';
return width;
}
var setWidth = function() { progressBar.css({ width: getWidth() }); };
setWidth();
$(document).on('scroll', setWidth);
$(window).on('resize', function() {
// Need to reset the 'max' attribute.
max = getMax();
setWidth();
});
}
});
</script>
<!-- Code Syntax Highlighting -->
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<script src="/assets/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- Script Used for Randomizing the Projects Order -->
<!-- <script type="text/javascript">
$.fn.shuffleChildren = function() {
$.each(this.get(), function(index, el) {
var $el = $(el);
var $find = $el.children();
$find.sort(function() {
return 0.5 - Math.random();
});
$el.empty();
$find.appendTo($el);
});
};
$("#projects").shuffleChildren();
</script> -->
<!-- Project Cards Layout -->
<script type="text/javascript">
var $grid = $('#projects');
// $grid.masonry({ percentPosition: true });
// $grid.masonry('layout');
// Trigger after images load.
$grid.imagesLoaded().progress(function() {
$grid.masonry({ percentPosition: true });
$grid.masonry('layout');
});
</script>
<!-- Enable Tooltips -->
<script type="text/javascript">
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>