-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpublications.html
451 lines (432 loc) · 33.4 KB
/
publications.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>
<!--
_ _
| | | |
Designed and Coded By | | __ _| |__
/ _ \ \ /\ / /\ \ /\ / /\ \ /\ / / |/ _` | '_ \
| (_) \ V V / \ V V / \ V V /| | (_| | |_) |
\___/ \_/\_/ \_/\_/ \_/\_/ |_|\__,_|_.__/
http://themeforest.net/user/owwwlab/
-->
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/WebPage">
<!-- #####Begin head-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- globalise scripting and styling content language-->
<meta name="Content-Type-Script" content="text/javascript">
<meta name="Content-Type-Style" content="text/css">
<!-- author of this doc-->
<meta name="author" content="owwwlab.com">
<!-- ################################-->
<!-- #### add SEO metadata here-->
<!-- ################################-->
<!-- #####Begin styles-->
<!-- stylesheets -->
<link href="assets/css/vendors/vendors.css" rel="stylesheet" type="text/css">
<!-- Load extra page specific css-->
<!-- Overwrite vendors-->
<link href="assets/css/vendors/vendors-overwrites.css" rel="stylesheet" type="text/css">
<link href="assets/css/styles.css" rel="stylesheet" type="text/css">
<link href="assets/css/demo3.css" rel="stylesheet" type="text/css">
<!-- #####End styles-->
<!-- #####Begin JS-->
<!-- add your scripts to the end of the page for sake of page load speed-->
<!-- scripts that need to be at head section-->
<script src="assets/js/vendors/jquery.min.js"></script>
<!-- #####End JS-->
<!-- #####Begin load google fonts-->
<link href="https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,greek,cyrillic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Sintony:400,700&subset=latin,greek,cyrillic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300italic,400,400italic,700,700italic&subset=latin,greek,cyrillic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,200,300,400italic,500,700,900&subset=latin,greek,cyrillic" rel="stylesheet" type="text/css">
<!-- #####End load google fonts-->
<title>Publications - Arnab K. Paul</title>
</head>
<!-- #####End head-->
<body class="fullwidth side-header slim-container">
<div id="wrapper" class="regular-layout">
<header id="header" class=" dark">
<div class="head-main">
<div class="container">
<div class="logo-wrapper">
<div class="ol-user-profile"><a href="#" class="avatar"><img src="assets/img/arnab.png"></a>
<h1 class="title">Arnab K. Paul</h1>
<h2 class="subtitle">Assistant Professor @ BITS Pilani, K K Birla Goa Campus</h2>
</div>
</div>
<ul id="primary-menu">
<li><a href="index.html" title="Home"><span>Home</span></a>
</li>
<li class="current-menu-item"><a href="publications.html" title="Publications"><span>Publications</span></a>
</li>
<li><a href="Dashlab/index.html" title="Research"><span>DaSHLab</span></a>
</li>
<!---<li><a href="project-single.html" title="Project Single"><span>Project Single</span></a>
</li>
<li><a href="students.html" title="PHD Students"><span>PHD Students</span></a>
</li>--->
<li><a href="teaching.html" title="Gallery"><span>Teaching</span></a>
</li>
<!-- <li><a href="contact.html" title="Contact Me"><span>Contact Me</span></a>
</li> -->
<li><a href="CV_Arnab.pdf" title="Download CV"><span>Download CV</span></a>
</li>
<!---<li><a href="Resume_Arnab.pdf" title="Download CV"><span>Download Resume</span></a>
</li>--->
</ul>
<div class="header-icons">
<!-- #####Begin mobile menu trigger-->
<div class="ol-mobile-trigger hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
<!-- #####End mobile menu trigger-->
</div>
</div>
</div>
<div data-img-src="assets/img/bg/01.jpg" class="header-bg set-bg ov-dark-alpha-70"></div>
</header>
<!-- end #header-->
<section id="contents">
<!-- #####Begin page head-->
<div class="page-head lined bg-white shadow-line ol-particles">
<div class="container">
<div class="tb-vcenter-wrapper">
<div class="title-wrapper vcenter">
<h1 class="title">Publications</h1>
</div>
<!---<div class="breadcrumb-wrapper vcenter">
<ul class="breadcrumb">
<li><a href="#"><i class="oli oli-home"></i></a></li>
<li><a href="#">publication</a></li>
<li><a href="#">publication type</a></li>
<li>learning environment</li>
</ul>
</div>--->
</div>
</div>
</div>
<!-- #####End page head
-->
<section class="page-contents">
<!-- #####Begin main area-->
<!---<section id="main-area">
<section class="section section-narrow slim-container bg-gray">
<div class="container">
<div class="row pull-up-160">
<div class="col-md-4"><a href="#" class="book-el set-bg"><img src="assets/img/publications/grid/01.jpg" class="set-me">
<div class="contents">
<div class="item-meta"><span class="date">12 Oct 2015</span></div>
<div class="title-wrapper">
<h2 class="title">Adolescent health transition</h2>
</div>
</div></a></div>
<div class="col-md-4"><a href="#" class="book-el set-bg"><img src="assets/img/publications/grid/02.jpg" class="set-me">
<div class="contents">
<div class="item-meta"><span class="date">22 Jan 2012</span></div>
<div class="title-wrapper">
<h2 class="title">Cancer treatment and detection</h2>
</div>
</div></a></div>
<div class="col-md-4"><a href="#" class="book-el set-bg"><img src="assets/img/publications/grid/03.jpg" class="set-me">
<div class="contents">
<div class="item-meta"><span class="date">15 Dec 2001</span></div>
<div class="title-wrapper">
<h2 class="title">thyroid disease symptoms</h2>
</div>
</div></a></div>
</div>
</div>
</section>--->
<section class="slim-container">
<div class="container">
<a href="https://scholar.google.com/citations?user=az8MAG0AAAAJ&hl=en" class="btn btn-anim-drawer btn-round btn-small">My Google Scholar Profile</a><br><br>
<!-- <div class="ol-timeline scrollable-timeline">
<div class="tl-item active pub-item with-thumb"><span class="item-section">2022</span>
<div class="elem-wrapper"><a href="publications/peva22.pdf"><img src="assets/img/publications/series/peva22.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/peva22.pdf">I/O performance analysis of machine learning workloads on leadership scale supercomputer</a></h3>
<div class="description">
<div class="citation"><span>Ahmad Maroof Karimi, <b>Arnab K. Paul</b>, and Feiyi Wang<br /><br /><span class="block-elem">Performance Evaluation Journal (PEVA)</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/hpdc22_ml_io.pdf"><img src="assets/img/publications/series/hpdc22_ml_io.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/hpdc22_ml_io.pdf">Machine Learning Assisted HPC Workload Trace Generation for Leadership Scale Storage Systems</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b>, Jong Youl Choi, Ahmad Maroof Karimi, and Feiyi Wang<br /><br /><span class="block-elem">Proceedings of the 31st International Symposium on High-Performance Parallel and Distributed Computing (HPDC)</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/hpdc22_summit_cori.pdf"><img src="assets/img/publications/series/hpdc22_summit_cori.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/hpdc22_summit_cori.pdf">Access Patterns and Performance Behaviors of Multi-layer Supercomputer I/O Subsystems under Production Load</a></h3>
<div class="description">
<div class="citation"><span>Jean Luca Bez, Ahmad Maroof Karimi, <b>Arnab K. Paul</b>, Bing Xie, Suren Byna, Philip Carns, Sarp Oral, Feiyi Wang, and Jesse Hanley<br /><br /><span class="block-elem">Proceedings of the 31st International Symposium on High-Performance Parallel and Distributed Computing (HPDC)</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/ccgrid22.pdf"><img src="assets/img/publications/series/ccgrid22.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/ccgrid22.pdf">SCHEDTUNE: A Heterogeneity-Aware GPU Scheduler for Deep Learning</a></h3>
<div class="description">
<div class="citation"><span>Hadeel Albahar, Shruti Dongare, Yanlin Du, Nannan Zhao, <b>Arnab K. Paul</b>, and Ali R Butt<br /><br /><span class="block-elem">The 22nd IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing (CCGrid)</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb"><span class="item-section">2021</span>
<div class="elem-wrapper"><a href="publications/indis21.pdf"><img src="assets/img/publications/series/indis21.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/indis21.pdf">Bridging Network and Parallel I/O Research for Improving Data-Intensive Distributed Applications</a></h3>
<div class="description">
<div class="citation"><span>Debasmita Biswas, Sarah Neuwirth, <b>Arnab K. Paul</b>, and Ali R. Butt<br /><br /><span class="block-elem">8th Annual International Workshop on Innovating the Network for Data-Intensive Science (INDIS 2021) in conjunction with SC 2021</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/mascots21.pdf"><img src="assets/img/publications/series/mascots21.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/mascots21.pdf">Characterizing Machine Learning I/O Workloads on Leadership Scale HPC Systems</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b>, Ahmad Maroof Karimi, and Feiyi Wang<br /><br /><span class="block-elem">IEEE International Symposium on the Modeling, Analysis, and Simulation of Computer and Telecommunication Systems (MASCOTS) 2021</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/rexio21.pdf"><img src="assets/img/publications/series/rexio21.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/rexio21.pdf">Parallel I/O Evaluation Techniques and Emerging HPC Workloads: A Perspective</a></h3>
<div class="description">
<div class="citation"><span>Sarah Neuwirth, and <b>Arnab K. Paul</b><br /><br /><span class="block-elem">1st Workshop on Re-envisioning Extreme-Scale I/O for Emerging Hybrid HPC Workloads (REX-IO) in conjunction with IEEE Cluster 2021</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="https://doi.org/10.1109/TPDS.2020.3034517"><img src="assets/img/publications/series/tpds20.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="https://doi.org/10.1109/TPDS.2020.3034517">Large-Scale Analysis of Docker Images and Performance Implications for Container Storage Systems</a></h3>
<div class="description">
<div class="citation"><span>Nannan Zhao, Vasily Tarasov, Hadeel Albahar, Ali Anwar, Lukas Rupprecht, Dimitrios Skourtis, <b>Arnab K. Paul</b>, Keren Chen, and Ali R. Butt<br /><br /><span class="block-elem">IEEE Transactions on Parallel and Distributed Systems (TPDS)</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb"><span class="item-section">2020</span>
<div class="elem-wrapper"><a href="publications/hipc20.pdf"><img src="assets/img/publications/series/hipc20.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/hipc20.pdf">Understanding HPC Application I/O Behavior Using System Level Statistics</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b>, Olaf Faaland, Adam Moody, Elsa Gonsiorowski, Kathryn Mohror, and Ali R. Butt<br /><br /><span class="block-elem">In 27th IEEE International Conference on High Performance Computing, Data, and Analytics (HiPC), India, December 2020</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/Paul_A_D_2020.pdf"><img src="assets/img/publications/series/dissertation.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/Paul_A_D_2020.pdf">An Application-Attuned Framework for Optimizing HPC Storage Systems</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b><br /><br /><span class="block-elem">Ph.D. Dissertation, Virginia Tech, U.S.A.</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/ccgrid20.pdf"><img src="assets/img/publications/series/ccgrid20.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/ccgrid20.pdf">Efficient Metadata Indexing for HPC Storage Systems</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b>, Brian Wang, Nathan Rutman, Cory Spitz, and Ali R. Butt<br /><br /><span class="block-elem">In Proceedings of the 20th IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing (CCGrid'20), Melbourne, Australia, May 2020.</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/cloud20.pdf"><img src="assets/img/publications/series/cloud20.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/cloud20.pdf">On the Use of Containers in High Performance Computing Environments</a></h3>
<div class="description">
<div class="citation"><span>Subil Abraham, <b>Arnab K. Paul</b>, Redwan Ibne Seraj Khan, and Ali R. Butt<br /><br /><span class="block-elem">In Proceedings of the IEEE International Conference on Cloud Computing, Beijing, China, pages 10, October 2020.</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/services20.pdf"><img src="assets/img/publications/series/services20.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/services20.pdf">STARGAZER: A Deep Learning Approach for Estimating the Performance of Edge-Based Clustering Applications</a></h3>
<div class="description">
<div class="citation"><span>Breno Dantas Cruz, <b>Arnab K. Paul</b>, Zheng Song, and Eli Tilevich<br /><br /><span class="block-elem">In Proceedings of the IEEE International Conference on Smart Data Services, Beijing, China, pages 9, October 2020.</span><b>(Awarded the YESC award for the most innovative student paper at IEEE Services 2020)</b></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="https://doi.org/10.1201/9780429288630"><img src="assets/img/publications/series/chapter20.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="https://doi.org/10.1201/9780429288630">Edge or Cloud: What to Choose?</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b><br /><br /><span class="block-elem">Book chapter in Cloud Network Management: An IoT basedFramework, CRC Press, Taylor & Francis Group, pages 14, 2020.</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb"><span class="item-section">2019</span>
<div class="elem-wrapper"><a href="publications/pdsw19_wip.pdf"><img src="assets/img/publications/series/pdsw19_wip.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/pdsw19_wip.pdf">Improving I/O Performance of HPC Application Using Intra-Job Scheduling</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b>, Olaf Faaland, Adam Moody, Elsa Gonsiorowski, Kathryn Mohron, Ali R. Butt<br /><br /><span class="block-elem">Work-In-Progress in Proceedings of the 4th Joint International Workshop on Parallel Data Storage & Data Intensive Scalable Computing Systems (PDSW-DISC'19) in conjunction with SC'19, Denver, CO, U.S.A.</span></span></div>
</div>
</div>
</div>
<div class="tl-item active pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/sc19_poster.pdf"><img src="assets/img/publications/series/sc19_poster.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/sc19_poster.pdf">Understanding HPC Application I/O Behavior Using System Level Statistics</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b>, Olaf Faaland, Adam Moody, Elsa Gonsiorowski, Kathryn Mohron, Ali R. Butt<br /><br /><span class="block-elem">Poster In Proceedings of The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC' 19), Denver, CO, U.S.A.</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/FSMonitor_cameraReady.pdf"><img src="assets/img/publications/series/fsmonitor.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/FSMonitor_cameraReady.pdf">FSMonitor: Scalable File System Monitoring for Arbitrary Storage Systems</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b>, Ryan Chard, Kyle Chard, Steven Tuecke, Ali R. Butt, Ian Foster<br /><br /><span class="block-elem">IEEE International Conference on Cluster Computing (Cluster ’19), Albuquerque, NM, U.S.A.</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/IPDPS19_camera ready.pdf"><img src="assets/img/publications/series/ipdps19.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/IPDPS19_camera ready.pdf">iez: Resource Contention Aware Load Balancing for Large-Scale Parallel File Systems</a></h3>
<div class="description">
<div class="citation"><span>Bharti Wadhwa, <b>Arnab K. Paul</b>, Sarah Neuwirth, Feiyi Wang, Sarp Oral, Ali R. Butt, Jon Bernard, Kirk W. Cameron<br /><br /><span class="block-elem">2019 IEEE International Parallel and Distributed Processing Symposium (IPDPS), Rio de Janeiro, Brazil</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/cslim.pdf"><img src="assets/img/publications/series/cslim.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/cslim.pdf">Cslim: Automated Extraction of IoT Functionalities from Legacy C Codebases</a></h3>
<div class="description">
<div class="citation"><span>Hyogi Sim, <b>Arnab K. Paul</b> , Eli Tilevich, Ali R. Butt, Muhammad Shahzad<br /><br /><span class="block-elem">2019 8th International Workshop on Computing and Networking for IoT and Beyond (ComNet-IoT’ 19) in conjunction with 20th International Conference on Distributed Computing and Networking, Bangalore, India</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb"><span class="item-section">2017</span>
<div class="elem-wrapper"><a href="publications/bigdata 17.pdf"><img src="assets/img/publications/series/bigdata17.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/bigdata 17.pdf">I/O Load Balancing for Big Data HPC Applications</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b>, Arpit Goyal, Feiyi Wang, Sarp Oral, Ali R. Butt, Michael J. Brim, Sangeetha B. Srinivasa<br /><br /><span class="block-elem">IEEE International Conference on Big Data (Big Data ’17), Boston, MA, U.S.A.</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/pdsw17.pdf"><img src="assets/img/publications/series/pdsw17.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/pdsw17.pdf">Toward Scalable Monitoring on Large Scale Storage for Software Defined Cyberinfrastructure</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab K. Paul</b>, Ryan Chard, Kyle Chard, Steven Tuecke, Ali R. Butt, Ian Foster<br /><br /><span class="block-elem">Proceedings of the 2nd Joint International Workshop on Parallel Data Storage & Data Intensive Scalable Computing Systems (PDSW-DISC ’17) in conjunction with SC, Denver, CO, U.S.A.</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb"><span class="item-section">2016</span>
<div class="elem-wrapper"><a href="publications/cluster16.pdf"><img src="assets/img/publications/series/cluster16.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/cluster16.pdf">CHOPPER: Optimizing Data Partitioning for In-Memory Data Analytics Frameworks</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab Kumar Paul</b>, Wenjie Zuang, Luna Xu, Min Li, M. Mustafa Rafique, Ali R. Butt<br /><br /><span class="block-elem">IEEE International Conference on Cluster Computing (Cluster ’16), Taipei, Taiwan</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/igi16.pdf"><img src="assets/img/publications/series/igi16.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/igi16.pdf">Dynamic Virtual Machine Placement in Cloud Computing</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab Kumar Paul</b>, Bibhudatta Sahoo<br /><br /><span class="block-elem">Resource Management and Efficiency in Cloud Computing Environments, IGI Global 2016</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb"><span class="item-section">2015</span>
<div class="elem-wrapper"><a href="publications/nitrklthesis.pdf"><img src="assets/img/publications/series/nitrklthesis.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/nitrklthesis.pdf">Dynamic Virtual Machine Placement in Cloud Computing</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab Kumar Paul</b><br /><br /><span class="block-elem">M.Tech. Thesis, National Institute of Technology, Rourkela</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb"><span class="item-section">2014</span>
<div class="elem-wrapper"><a href="publications/indicon14.pdf"><img src="assets/img/publications/series/indicon14.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/indicon14.pdf">Application of Greedy Algorithms to Virtual Machine Distribution across Data Centers</a></h3>
<div class="description">
<div class="citation"><span><b>Arnab Kumar Paul</b> , Sourav Kanti Addya, Bibhudatta Sahoo and Ashok Kumar Turuk<br /><br /><span class="block-elem">11th IEEE India Conference INDICON 2014, Emerging Trends and Innovation of Technology, Pune, India</span></span></div>
</div>
</div>
</div>
<div class="tl-item pub-item with-thumb">
<div class="elem-wrapper"><a href="publications/compiler14.pdf"><img src="assets/img/publications/series/compiler14.png" alt="item thumbnail" class="pub-thumbnail"></a></div>
<div class="content-wrapper">
<h3 class="title"><a href="publications/compiler14.pdf">Online Compiler as a Cloud Service</a></h3>
<div class="description">
<div class="citation"><span>Arjun Datta, <b>Arnab Kumar Paul</b><br /><br /><span class="block-elem">IEEE International Conference on Advanced Communication Control and Computing Technologies, 2014, India </span></span></div>
</div>
</div>
</div>
</div> -->
</div>
</section>
</section>
<!-- #####End main area
-->
<div class="clearfix"></div>
</section>
<!-- end #contents-->
<footer id="footer">
<div id="footer-main" class="text-center">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="heading-with-sub m-bottom-50">
<h3 class="title sans-font m-bottom-30">Arnab K. Paul</h3>
<h4 class="subtitle">If you're looking for more information, contact me using the contact details listed below.</h4>
</div>
<div class="sp-line-0"></div>
<ul class="m-top-30 social-icons shape-circle skin-white hover-dark">
<li><a href="https://www.facebook.com/arnabkrpaul"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/arnabkrpaul"><i class="fa fa-twitter"></i></a></li>
<!---<li><a href="#"><i class="fa fa-google-plus"></i></a></li>--->
<li><a href="https://www.linkedin.com/in/arnabkrpaul/"><i class="fa fa-linkedin"></i></a></li>
<!---<li><a href="#"><i class="fa fa-skype"></i></a></li>--->
<!---<li><a href="#"><i class="fa fa-dribbble"></i></a></li>--->
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- end #footer-->
</div>
<!-- #####Begin scripts-->
<script src="assets/js/vendors/vendors.js"></script>
<!-- Local Revolution tools-->
<!-- Only for local and can be removed on server-->
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="assets/js/custom.js"></script>
<script src="http://localhost:35729/livereload.js"></script>
<!-- #####End scripts-->
</body>
</html>