forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
274 lines (158 loc) · 10.1 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
<!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>Soubhik Deb</title>
<meta name="description" content="">
<!-- 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="/">
<!-- Theming-->
<!-- MathJax -->
<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">
<!-- Social Icons -->
<div class="row ml-1 ml-sm-0">
<span class="contact-icon text-center">
<a href="https://scholar.google.com/citations?user=zQVFbT4AAAAJ&hl=en" target="_blank" title="Google Scholar"><i
class="ai ai-google-scholar"></i></a>
<!-- <a href="https://semanticscholar.com/author/2705113" target="_blank" title="Semantic Scholar"><i class="ai ai-semantic-scholar"></i></a> -->
</span>
</div>
<!-- Navbar Toogle -->
<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>
<!-- Other pages -->
<!--
<li class="nav-item ">
<a class="nav-link" href="/cv/">
cv
</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>
<li class="nav-item ">
<a class="nav-link" href="/blog/">
blog
</a>
</li>
<!-- <li class="nav-item ">
<a class="nav-link" href="/talks/">
talks
</a>
</li> -->
<!-- <li class="nav-item ">
<a class="nav-link" href="/teaching/">
teaching
</a>
</li> -->
</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">Soubhik Deb</span>
</h1>
<!-- <h5 class="post-description">Postdoctoral Investigator • <a href="https://mosaic.allenai.org/">MOSAIC</a> • <a href="https://allenai.org/">Allen Institute for AI</a></h5> -->
</header>
<article>
<div class="profile float-right">
<img class="img-fluid z-depth-1 rounded" src="/assets/img/soubhik.jpg">
</div>
<div class="clearfix">
<!-- I am a postdoctoral researcher at the [Allen Institute for AI](https://allenai.org/), on the [MOSAIC](https://mosaic.allenai.org/) team led by [Yejin Choi](https://homes.cs.washington.edu/~yejin/). -->
<p>
Hi! I am Soubhik (pronounced as <em>Shaw-bik</em>). Currently, I work at <a href="https://www.eigenlayer.xyz/"><span style="color:#020202e5">EigenLabs</span></a>.
</p>
<p>
Previously, I finished my Ph.D. at the University of Washington <a href="https://www.ece.uw.edu/"><span style="color:#020202e5">Department of Electrical & Computer Engineering</span></a>,
where I was advised by <a href="https://infotheory.ece.uw.edu/bio.html"><span style="color:#188a51e5">Sreeram Kannan</span></a>. During my Ph.D., I had the opportunity to work on the full-stack
of blockchain systems: networking layer, consensus layer, scaling layer and application layer, for enhancing the performance guarantees while establishing precise security thresholds and designing
novel applications.
</p>
<!-- was to design, develop and deploy permissionless systems that are based on
<span style="color:#aa1c1ce5"><strong><b><em>blockchain</em></b></strong></span> technology, in order to push for <span style="color:#aa1c1ce5"><strong><b><em>democratization of trust, data and control in digital platforms</em></b></strong></span>.
Specifically, my research on permissionless systems has been focused on one broad theme: contriving protocols for peer-to-peer & consensus layer to innovate novel features in application layer,
with achievable performance guarantees under precise security thresholds. In pursuit of this theme, I have put equal emphasis on both theoretical research and systems development. -->
<!-- designing protocols in peer-to-peer layer and consensus layer for enhancing the performance guarantees while establishing precise security thresholds and designing novel applications. -->
<!-- This complex interplay can be distilled down to four layers: <span style="color:#f57709f4"><strong><b>peer-to-peer (P2P)</b></strong></span>,
<span style="color:#0a8a15e5"><strong><b>consensus</b></strong></span>, <span style="color:#0f8eade5"><strong><b>scaling</b></strong></span> and <span style="color:#e76bc8e5"><strong><b>application</b></strong></span>.
Along with my collaborators, I have pursued projects that have enhanced the performance of blockchains in these different layers and pioneered novel paradigms for permissionless systems.</p> -->
<!-- <h5 id="previously"><b>Previously</b></h5> -->
<p>Before starting my Ph.D., I spent three amazing years as an industrial researcher at NEC Corporation, Japan, working on state-of-the-art signal processing modules for 5G technology.
In a past life, I graduated from Indian Institute of Technology Bombay in 2016 with a Dual Degree (Bachelors and Masters) in Electrical Engineering. For my Master's thesis, I worked with
with <a href="https://www.ee.iitb.ac.in/~karandi/"><span style="color:#188a51e5">Abhay Karandikar</span></a> on Frugal 5G.</p>
</div>
</article>
</div>
</div>
<!-- Footer -->
<footer class="fixed-bottom">
<div class="container mt-0">
© Copyright 2021 Soubhik Deb.
Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
</div>
</footer>
</body>
<!-- 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>
<!-- 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>
<!-- Load DarkMode JS -->
<script src="/assets/js/dark_mode.js"></script>
</html>