-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
326 lines (187 loc) · 10.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gaurav Sahu</title>
<meta name="description" content="A small space in the cloud I can safely refer to as my own. It contains essential pieces of my life until now and my aspirations.
">
<!-- Open Graph -->
<!-- Bootstrap & MDB -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha512-MoRNloxbStBcD8z3M/2BmnT+rg4IsMxPkXaGh2zD6LGNNFE80W3onsAhRcMAMrSoyWL9xD7Ert0men7vR8LUZg==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css" integrity="sha512-RO38pBRxYH3SoOprtPTD86JFOclM51/XTIdEPh5j8sj4tp8jmQIx26twG52UaLi//hQldfrh7e51WzP9wuP32Q==" crossorigin="anonymous" />
<!-- Fonts & Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.0/css/academicons.min.css" integrity="sha512-W4yqoT1+8NLkinBLBZko+dFB2ZbHsYLDdr50VElllRcNt2Q4/GSs6u71UHKxB7S6JEMCp5Ve4xjh3eGQl/HRvg==" crossorigin="anonymous">
<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">
<!-- Code Syntax Highlighting -->
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/github.css" />
<!-- Styles -->
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="/">
<!-- JQuery -->
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<!-- Theming-->
<script src="/assets/js/theme.js"></script>
<!-- Load DarkMode JS -->
<script src="/assets/js/dark_mode.js"></script>
<!-- MathJax -->
<script type="text/javascript">
window.MathJax = {
tex: {
tags: 'ams'
}
};
</script>
<script defer type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js"></script>
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
</head>
<body class="fixed-top-nav ">
<!-- Header -->
<header>
<!-- Nav Bar -->
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top">
<div class="container">
<!-- Navbar Toggle -->
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<div class="collapse navbar-collapse text-right" id="navbarNav">
<ul class="navbar-nav ml-auto flex-nowrap">
<!-- About -->
<li class="nav-item active">
<a class="nav-link" href="/">
about
<span class="sr-only">(current)</span>
</a>
</li>
<!-- Blog -->
<li class="nav-item ">
<a class="nav-link" href="/blog/">
blog
</a>
</li>
<!-- Other pages -->
<li class="nav-item ">
<a class="nav-link" href="/art/">
art
</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>
<div class = "toggle-container">
<a id = "light-toggle">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
</a>
</div>
</ul>
</div>
</div>
</nav>
</header>
<!-- Content -->
<div class="container mt-5">
<div class="post">
<header class="post-header">
<h1 class="post-title">
<span class="font-weight-bold">Gaurav</span> Sahu
</h1>
<p class="desc">Word Nerd. Sherlockologist. Vegan.</p>
</header>
<article>
<div class="profile float-right">
<img class="img-fluid z-depth-1 rounded" src="/assets/img/prof_pic.jpg">
<div class="address">
<p>DC 3334</p> <p>Univ. of Waterloo</p> <p>Waterloo, Ontario, N2L 3G1</p>
</div>
</div>
<div class="clearfix">
<p>I am a Ph.D. student at the <a href="https://ov-research.uwaterloo.ca/NLP_lab.html" target="\_blank">NLP Lab</a> of the <a href="https://cs.uwaterloo.ca/" target="\_blank">University of Waterloo</a>, advised by <a href="https://ov-research.uwaterloo.ca/" target="\_blank">Prof. Olga Vechtomova</a>.
My research focuses on multimodal deep learning and generative text modelling.
Currently, I am exploring ways to extract visual and auditory cues to generate better text.
I am also interested in learning the dynamics of the shared multimodal latent space.</p>
<p>I earned a thesis-based M.Math. degree in Computer Science from the University of Waterloo.
Prior to that, I got my B.Tech. degree in Manufacturing Science and Engineering from the <a href="http://iitkgp.ac.in/" target="\_blank">Indian Institute of Technology Kharagpur (IIT Kharagpur)</a>, where I worked with <a href="https://cse.iitkgp.ac.in/~pawang/" target="\_blank">Prof. Pawan Goyal</a> on Program Synthesis for Natural Language.</p>
<p>Apart from research, I am much enthused by language and art.
I love to sometimes engross myself with sketching and painting.
Check out <a href="https://photos.app.goo.gl/no5gipGp9HGyZrR28" target="\_blank">my art collection</a> if you’d like!
These days, I am also learning to speak Japanese and play the piano.</p>
</div>
<div class="social">
<span class="contact-icon text-center">
<a href="mailto:%67%61%75%72%61%76.%73%61%68%75@%75%77%61%74%65%72%6C%6F%6F.%63%61"><i class="fas fa-envelope" style="font-size:0.5em"></i></a>
<a href="https://scholar.google.com/citations?user=nMAt7UMAAAAJ" target="_blank" title="Google Scholar"><i class="ai ai-google-scholar" style="font-size:0.5em"></i></a>
<a href="https://github.com/demfier" target="_blank" title="GitHub"><i class="fab fa-github" style="font-size:0.5em"></i></a>
<a href="https://drive.google.com/file/d/1p0ZRGcMhHJCGoX-UMZdk8vZbtwO6TmNo/view" target="_blank" title="CV"><i class="fa fa-file-pdf" style="font-size:0.5em"></i></a>
</span>
<div class="contact-note"></div>
</div>
<div class="news">
<h2>news</h2>
<div class="table-responsive">
<table class="table table-sm table-borderless">
<tr>
<th scope="row">Jan 11, 2021</th>
<td>
My work on adaptive multimodal fusion methods accepted at <a href="https://2021.eacl.org/" target="\_blank">EACL 2021</a> as a full paper!
</td>
</tr>
<tr>
<th scope="row">Oct 1, 2020</th>
<td>
One short paper on diverse dialog generation accepted at <a href="https://coling2020.org/" target="\_blank">COLING 2020</a>.
</td>
</tr>
<tr>
<th scope="row">Sep 1, 2020</th>
<td>
One paper on lyrics generation accepted at ISMIR’s <a href="https://sites.google.com/view/nlp4musa" target="\_blank">NLP4MusA workshop</a>.
</td>
</tr>
<tr>
<th scope="row">Aug 28, 2020</th>
<td>
Published my <a href="http://hdl.handle.net/10012/16194" target="\_blank">M.Math. Thesis</a>.
</td>
</tr>
</table>
</div>
</div>
</article>
</div>
</div>
<!-- Footer -->
<footer class="fixed-bottom">
<div class="container mt-0">
<!-- © Copyright 2021 Gaurav Sahu. -->
Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Last updated: February 06, 2021.
</div>
</footer>
</body>
<!-- Bootsrap & MDB scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.4.4/umd/popper.min.js" integrity="sha512-eUQ9hGdLjBjY3F41CScH3UX+4JDSI9zXeroz7hJ+RteoCaY+GP/LDoM8AO+Pt+DRFw3nXqsjh9Zsts8hnYv8/A==" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha512-M5KW3ztuIICmVIhjSqXe01oV2bpe248gOxqmlcYrEzAvws7Pw3z6BK0iGbrwvdrUQUhi3eXgtxp5I8PDo9YfjQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/js/mdb.min.js" integrity="sha512-Mug9KHKmroQFMLm93zGrjhibM2z2Obg9l6qFG2qKjXEXkMp/VDkI4uju9m4QKPjWSwQ6O2qzZEnJDEeCw0Blcw==" crossorigin="anonymous"></script>
<!-- Mansory & imagesLoaded -->
<script defer src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
<script defer src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script defer src="/assets/js/mansory.js" type="text/javascript"></script>
<!-- Load Common JS -->
<script src="/assets/js/common.js"></script>
</html>