forked from esonghori/esonghori.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
329 lines (226 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
327
328
329
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ebrahim Songhori</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ebrahim Songhori's Personal web-page">
<link href="http://esonghori.github.io/index.xml/" rel="alternate" type="application/rss+xml" title="Ebrahim Songhori" />
<script>
function loadCSS( href, before, media, callback ){
"use strict";
var ss = window.document.createElement( "link" );
var ref = before || window.document.getElementsByTagName( "script" )[ 0 ];
var sheets = window.document.styleSheets;
ss.rel = "stylesheet";
ss.href = href;
ss.media = "only x";
ss.onload = callback || function() {};
ref.parentNode.insertBefore( ss, ref );
function toggleMedia(){
var defined;
for( var i = 0; i < sheets.length; i++ ){
if( sheets[ i ].href && sheets[ i ].href.indexOf( href ) > -1 ){
defined = true;
}
}
if( defined ){
ss.media = media || "all";
}
else {
setTimeout( toggleMedia );
}
}
toggleMedia();
return ss;
}
loadCSS( "http:\/\/esonghori.github.io/css/bootstrap.min.css" );
loadCSS( "http:\/\/esonghori.github.io/css/hc.css" );
loadCSS( "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" );
</script>
<noscript>
<link href="http://esonghori.github.io/css/bootstrap.min.css" rel="stylesheet">
<link href="http://esonghori.github.io/css/hc.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
</noscript>
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ebrahim Songhori</title>
<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', 'UA-59918527-1', 'auto');
ga('send', 'pageview');
</script>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WD4BL3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WD4BL3');</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<script>
function loadCSS( href, before, media, callback ){
"use strict";
var ss = window.document.createElement( "link" );
var ref = before || window.document.getElementsByTagName( "script" )[ 0 ];
var sheets = window.document.styleSheets;
ss.rel = "stylesheet";
ss.href = href;
ss.media = "only x";
ss.onload = callback || function() {};
ref.parentNode.insertBefore( ss, ref );
function toggleMedia(){
var defined;
for( var i = 0; i < sheets.length; i++ ){
if( sheets[ i ].href && sheets[ i ].href.indexOf( href ) > -1 ){
defined = true;
}
}
if( defined ){
ss.media = media || "all";
}
else {
setTimeout( toggleMedia );
}
}
toggleMedia();
return ss;
}
loadCSS( "http:\/\/esonghori.github.io/css/bootstrap.min.css" );
loadCSS( "http:\/\/esonghori.github.io/css/hc.css" );
loadCSS( "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" );
</script>
<link href="http://esonghori.github.io/index.xml/" rel="alternate" type="application/rss+xml" title="Ebrahim Songhori" />
<noscript>
<link href="http://esonghori.github.io/css/bootstrap.min.css" rel="stylesheet">
<link href="http://esonghori.github.io/css/hc.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
</noscript>
</head>
<body>
<div class="nav-toggle"><i class="fa fa-bars fa-2x"></i> Herring Cove </div>
<div id = "wrapper">
<div class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<p class="navbar-brand">Ebrahim Songhori</p>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="http://esonghori.github.io/about/">About Me </a></li>
<li><a href="http://esonghori.github.io/publication/">Publication </a></li>
<li><a href="http://esonghori.github.io/file/ebi-res.pdf">Resume </a></li>
</ul>
</div>
</div>
</div>
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<img src="/img/profile.jpg" />
<li class="sidebar-brand"><a href="http://esonghori.github.io/"><h1 class="brand">Ebrahim Songhori</h1></a><h3>Personal web-page</h3></li>
<hr />
<li><a href="http://esonghori.github.io/about/">About Me </a></li>
<li><a href="http://esonghori.github.io/publication/">Publication </a></li>
<li><a href="http://esonghori.github.io/file/ebi-res.pdf">Resume </a></li>
<hr />
<div id="social-wrapper">
<li> <a href="https://twitter.com/ebisonghori"><i class="fa fa-twitter-square"></i> @twitter</a></li>
<li> <a href="https://www.linkedin.com/in/esonghori"><i class="fa fa-linkedin-square"></i> linkedin</a> </li>
<li> <a href="https://www.facebook.com/e.songhori"><i class="fa fa-facebook-square"></i> facebook</a></li>
<li> <a href="https://github.com/esonghori"><i class="fa fa-github-square"></i> github</a> </li>
</div>
</ul>
</div>
<div class="container">
<div id="article">
<ul class="post">
<li><span><div class="summary">
<article class="post">
<header>
<h2><a href="http://esonghori.github.io/about/">About me</a> </h2>
</header>
<p class="meta"><small> <i class="fa fa-calendar-o"></i> 2015-02-19</small></p>
<div class="summary">
<p><span itemscope itemtype="http://data-vocabulary.org/Person">
My name is <span itemprop="name">EbrahimM. Songhori</span> (in Persian: ابراهیم سنقری). I’m a <span itemprop="title">PhD student</span> in <span itemprop="affiliation">ACES (Adaptive Computing and Embedded Systems) lab</span> at <span itemprop="affiliation">Rice University</span>.</p>
</div>
<footer>
<a href='http://esonghori.github.io/about/'><nobr>Read more →</nobr></a>
</footer>
</article>
</div></span></span></li>
<li><span><div class="summary">
<article class="post">
<header>
<h2><a href="http://esonghori.github.io/publication/">Publication</a> </h2>
</header>
<p class="meta"><small> <i class="fa fa-calendar-o"></i> 2015-03-03</small></p>
<div class="summary">
<ul>
<li><p><b>Ebrahim M. Songhori</b>, Siam U. Hussain, Ahmad-Reza Sadeghi, Thomas Schneider and Farinaz Koushanfar, “TinyGarble: Highly Compressed and Scalable Sequential Garbled Circuits.” <i>Security and Privacy, 2015 IEEE Symposium on</i> May, 2015.</p></li>
<li><p>Bita Darvish Rouhani, <b>Ebrahim M. Songhori</b>, Azalia Mirhoseini and Farinaz Koushanfar. “SSketch: An Automated Framework for Streaming Sketch-based Analysis of Big Data on FPGA.” <i>In Field-Programmable Custom Computing Machines (FCCM), 2015 IEEE 23rd Annual International Symposium on</i>, IEEE, 2015.</p></li>
<li><p><b>Ebrahim M. Songhori</b>, Siam U. Hussain, Ahmad-Reza Sadeghi and Farinaz Koushanfar, “Compacting Privacy-Preserving k-Nearest Neighbor Search using Logic Synthesis.” <i>Proceedings of the 52nd Design Automation Conference (DAC)</i> May, 2015.</p></li>
</ul>
</div>
<footer>
<a href='http://esonghori.github.io/publication/'><nobr>Read more →</nobr></a>
</footer>
</article>
</div></span></span></li>
<li><span><div class="summary">
<article class="post">
<header>
<h2><a href="http://esonghori.github.io/quote/popper/">Quote: Karl Popper</a> </h2>
</header>
<p class="meta"><small> <i class="fa fa-calendar-o"></i> 2015-02-19</small></p>
<div class="summary">
[T]he attempt to make heaven on earth invariably produces hell. It leads to intolerance. It leads to religious wars, and to the saving of souls through the inquisition. And it is, I believe, based on a complete misunderstanding of our moral duties. It is our duty to help those who need help; but it cannot be our duty to make others happy, since this does not depend on us, and since it would only too often mean intruding on the privacy of those towards whom we have such amiable intentions.
</div>
<footer>
<a href='http://esonghori.github.io/quote/popper/'><nobr>Read more →</nobr></a>
</footer>
</article>
</div>
<time class="pull-right post-list">Thu, Feb 19, 2015</h4></time></span></span></li>
</ul>
<footer>
<p class="text-muted credit">© . All rights reserved. </p>
</footer>
<script>
function loadJS( src, cb ){
"use strict";
var ref = window.document.getElementsByTagName( "script" )[ 0 ];
var script = window.document.createElement( "script" );
script.src = src;
script.async = true;
ref.parentNode.insertBefore( script, ref );
if (cb && typeof(cb) === "function") {
script.onload = cb;
}
return script;
}
loadJS( "/js/jquery-1.10.2.min.js" );
loadJS( "/js/bootstrap.min.js" );
loadJS( "/js/bootstrap.js" );
loadJS( "/js/hc.js" );
</script>
</body>
</html>
</body>
</html>