-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
417 lines (406 loc) · 23.8 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
<!DOCTYPE html>
<html lang="en">
<link rel="icon"
type="image/png"
href="images/favicon1.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>LITMUS Benchmark Suite</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/business-frontpage.css" rel="stylesheet">
<link href="css/fontcustom/fontcustom.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top nav-back" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="images/favicon1.png" alt="Litmus benchmark logo" class="navbar-brand" style= "padding:10px;"></img>
<a href="#home" class="navbar-brand">LITMUS</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<!-- For any more links just add a li element and add the id of the element in the href atrribute-->
<a href="#about">About</a>
</li>
<li>
<a href="#publications">Publications & Software</a>
</li>
<li>
<a href="#team">Team</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Image Background Page Header -->
<!-- Note: The background image is set within the business-casual.css file. -->
<header id="home">
<div class="container-fluid text-center bg-2">
<div class="row bg-3">
<div class="col-lg-12 col-sm-12 col-md-12">
<!-- Business header-->
<img src="images/litmus_back.png" alt="Litmus benchmark logo" class="business-header img-responsive"></img>
<h1 class="tagline"></h1>
</div>
</div>
<div class="row">
<div class="col-sm-2 col-lg-2 col-md-2"></div>
<div class="col-sm-8 col-lg-8 col-md-8">
<h2 align="center">LITMUS</h2>
</div>
<div class="col-sm-2 col-lg-2 col-md-2"></div>
</div>
<div class="row">
<div class="col-sm-2 col-lg-2 col-md-2"></div>
<div class="col-sm-8 col-lg-8 col-md-8 text-left">
LITMUS Benchmark Suite, is an open extensible framework for benchmarking a plethora of cross-domain DMSs.
<div class="row"></div>
Apart from automating the tedious process of benchmarking, it also offers:
<ul>
<li> An efficient way for replicating existing benchmarks (e.g., BSBM, WAT-DIV). </li>
<li> A wide set of performance evaluation measures/indicators tailored specifically for needs and, </li>
<li> Present a custom visualization via custom charts, graphs and tabular data of the benchmark results for a faster insight.</li>
</ul>
<div class="text-center">
<!-- Link for call to action -->
<a href="https://hub.docker.com/r/litmusbenchmarksuite/litmus/">
<i class="fa fa fa-docker fa-4x" aria-hidden="true"></i>
</a>
<a href="https://github.com/LITMUS-Benchmark-Suite/">
<i class="fa fa fa-github fa-4x" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col-sm-2 col-lg-2 col-md-2"></div>
</div>
<div class="row" style="padding-bottom:20px;">
</div>
</div>
</header>
<div class="container-fluid bg-3 text-center" id="about">
<!--<div class="row">
<div class="col-sm-2 col-md-2 col-lg-2"></div>
<div class="col-sm-8 col-md-8 col-lg-8">
<h2 align="center">About</h2>
</div>
<div class="col-sm-2 col-md-2 col-lg-2"></div>
</div>-->
<div class="row content-block">
<div class="col-sm-2 col-md-2 col-lg-2"></div>
<div class="col-sm-8 col-md-8 col-lg-8 text-left">
<h3 align="center">Inception</h3>
<hr style="border-color: #474e5d">
Developments in the context of Open, Big, and Linked Data have led to an enormous growth of structured data on the Web.
To keep up with the pace of efficient consumption and management of the data at this rate, many Data Management Solutions have been developed.There exists many efforts for benchmarking these domain specific DMSs, however,
<ul>
<li>reproducing these third party benchmarks is an extremely tedious task, and </li>
<li> there is a lack of a common framework which enables and advocates the extensibility and reusability of the benchmarks. </li>
</ul>
LITMUS will go beyond classical storage benchmarking frameworks by allowing for analysing the performance of DMSs across query languages.
</div>
<div class="col-sm-2 col-md-2 col-lg-2"></div>
</div>
<div class="row" style="padding-bottom:20px;">
</div>
</div>
<div class="container-fluid bg-2">
<div class="row content-block">
<!-- <div class="col-sm-2 col-sm-offset-2 text-center">
<img src="images/man.png" alt="man icon">
</div>-->
<div class="col-sm-2 col-md-2 col-lg-2"></div>
<div class="col-sm-8 col-md-8 col-lg-8 text-left">
<h3 align="center">Focus</h3>
<hr>
The focus of LITMUS is to bridge the gaps in adopting, deploying and scaling the consumption of Linked Data. LITMUS thrives on simplifying the use, assessment and the performance analysis of a wide spectrum of cross-domain DMSs.
<br> In particular, the LITMUS framework will:
<ul>
<li><b>Enable</b> a common platform for benchmarking and comparing a plethora of cross-domain DMSs, and reproducing existing third-party benchmarks.</li>
<li><b>Create</b> interoperable machine-readable evaluation reports and scientific studies on the correlation of a variety of factors (such as query typology, data structures used for indexing, etc.) with respect to the performance of DMSs.</li>
<li><b>Recommends</b> particular DMSs and benchmarks based on a set of requirements predefined by the user.</li>
</ul>
</div>
<div class="col-sm-2 col-md-2 col-lg-2"></div>
</div>
<div class="row" style="padding-bottom:20px;"></div>
</div>
<div class="container-fluid bg-3">
<div class="row content-block">
<div class="col-sm-2 col-md-2 col-lg-2"></div>
<div class="col-sm-8 col-lg-8 col-md-8">
<h3 class="text-center">Architecture</h3>
<hr style="border-color: #474e5d">
<img src="images/architecture.png" alt="Litmus architecture" class="img-responsive img-center"></img>
</div>
<div class="col-sm-2 col-md-2 col-lg-2"></div>
</div>
<div class="row" style="padding-bottom:20px;"></div>
</div>
<div class="container-fluid bg-2">
<div class="row content-block">
<div class="col-sm-2 col-md-2 col-lg-2"></div>
<div class="col-sm-8 col-md-8 col-lg-8 text-justify">
<h3 align="center">Outcomes</h3>
<hr>
<h4 align="center">Scientific Papers</h4>
<ul>
<li><b>Various</b> RDF data representation formats and their conversion complexity, addressing challenges. <b>[C1]</b></li>
<li><b>Query</b> language expressivity and supported features striving to address the language barrier <b>[C2]</b>. These studies will provide us with deep insights about the functionality of various query languages, RDF data formats, their strengths and limitations.</li>
<li><b>An exhaustive</b> exploratory study on the selection of performance measures for evaluating cross-domain DMSs, addressing challenges. <b>[C3]</b></li>
</ul>
</div>
</div>
<div class="row" style="padding-bottom:20px;"></div>
</div>
<div class="container-fluid bg-2">
<div class="row content-block">
<div class="col-sm-2 col-md-2 col-lg-2"></div>
<div class="col-sm-8 col-md-8 col-lg-8 text-justify">
<h4 class="text-center">Software</h4>
<div class="row" style="padding-bottom:10px;"></div>
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4 text-center">
<img src="http://harshthakkar.in/wp-content/uploads/2016/08/dc.jpg" class="img-circle img-responsive img-center" width="200" height="200">
<div class="caption">
<h4>RDF to PG Converter</h4>
A novel data converter of RDF data to multiple data formats (such as CSV, JSON, SQL, etc.), providing compatible data as input to the cross-domain DMSs.
</br>
<a href="https://github.com/LITMUS-Benchmark-Suite/dbpedia-graph-convertor" target="_blank">
<i class="fa fa fa-github fa-3x" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col-sm-4 col-md-4 col-lg-4 text-center">
<img src="http://harshthakkar.in/wp-content/uploads/2016/07/aio_query.png" class="img-circle img-responsive img-center" width="200" height="200">
<div class="caption">
<h4>Gremlinator</h4>
A novel query translator for the automatic conversion of SPARQL to DMS-specific query language (e.g., Gremlinator, etc), enabling compatible query input for cross-domain DMSs.
<a href="https://github.com/LITMUS-Benchmark-Suite/sparql-to-gremlin" target="_blank">
<i class="fa fa fa-github fa-3x" aria-hidden="false"></i>
</a>
</div>
</div>
<div class="col-sm-4 col-md-4 col-lg-4 text-center">
<img src="http://harshthakkar.in/wp-content/uploads/2016/08/rsz_tools.jpg" class="img-circle img-responsive img-center" width="200" height="200">
<div class="caption">
<h4>Litmus Docker</h4>
An open, extensible benchmarking platform, for cross-domain DMS performance evaluation and easy replication of existing benchmarks.
<a href="https://github.com/LITMUS-Benchmark-Suite/litmus-docker" target="_blank">
<i class="fa fa fa-github fa-3x" aria-hidden="false"></i>
</a>
<a href="https://hub.docker.com/r/litmusbenchmarksuite/litmus/">
<i class="fa fa fa-docker fa-3x" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<br><br>
</div>
</div>
<div class="row" style="padding-bottom:20px;"></div>
</div>
<div class="container-fluid bg-3" id="publications">
<div class="row">
<div class="col-sm-2 col-md-2 col-lg-2"></div>
<div class="col-sm-8 col-md-8 col-lg-8">
<h2 class="text-center">Publications</h2>
<hr style="border-color: #474e5d">
</div>
<div class="col-sm-2 col-md-2 col-lg-2"></div>
</div>
<div class="row" style="padding-bottom:20px;"></div>
</div>
<div class="container-fluid bg-2" id="team">
<div class="row">
<div class="col-sm-2 col-md-2 col-lg-2"></div>
<div class="col-sm-8 col-md-8 col-lg-8">
<h2 class="text-center">Team</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6 col-md-3 text-center">
<img class="img-circle img-responsive img-center" src="http://harshthakkar.in/wp-content/uploads/2009/12/Harsh.jpg" alt="" style="width:200px;height:200px;">
<h3 align="center">Harsh Thakkar
<small>Researcher</small>
</h3>
Full-time researcher at Informatik III department of University of Bonn, Germany.</p>
<p align="center">
<a href="https://www.linkedin.com/in/thakkarharsh?ppe=1" target="_blank">
<i class="fa fa fa-linkedin-square fa-2x" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa fa-envelope-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.github.com/harsh9t" target="_blank">
<i class="fa fa fa-github-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.twitter.com/harsh9t" target="_blank">
<i class="fa fa fa-twitter-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.harshthakkar.in" target="_blank">
<i class="fa fa fa-globe fa-2x" aria-hidden="true"></i>
</a>
</p>
</div>
<div class="col-lg-4 col-sm-6 col-md-3 text-center">
<img class="img-circle img-responsive img-center" src="images/gezim.jpg" alt="" style="width:200px;height:200px;">
<h3>Gëzim Sejdiu
<small>Researcher</small>
</h3>
<p>Gëzim Sejdiu is a PhD Student & Research Associate at the University of Bonn. Gëzim’s research interest are in the area of Semantic Web, Big Data and Machine Learning. He is also interested in the area of distributed computing systems (Apache Spark, Apache Flink).</p>
<p>
<a href="https://de.linkedin.com/in/g%C3%ABzim-sejdiu-08b1761b" target="_blank">
<i class="fa fa fa-linkedin-square fa-2x" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa fa-envelope-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://github.com/gezims" target="_blank">
<i class="fa fa fa-github-square fa-2x" aria-hidden="true"></i>
</a>
<!-- <a href="https://www.twitter.com/harsh9t" target="_blank">
<i class="fa fa fa-twitter-square fa-2x" aria-hidden="true"></i>
</a>
-->
<a href="http://sda.cs.uni-bonn.de/people/gezim-sejdiu/" target="_blank">
<i class="fa fa fa-globe fa-2x" aria-hidden="true"></i>
</a>
</p>
</div>
<div class="col-lg-4 col-sm-6 col-md-3 text-center">
<img class="img-circle img-responsive img-center" src="images/yashwant.jpg" alt="" style="width:200px;height:200px;">
<h3>Yashwant Keswani
<small>Researcher</small>
</h3>
<p>Final year undergraduate student at DA-IICT, Gandhinagar.</p>
<p>
<a href="https://www.linkedin.com/in/yashwant-keswani-a85107ab/" target="_blank">
<i class="fa fa fa-linkedin-square fa-2x" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa fa-envelope-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.github.com/yashwantkeswani" target="_blank">
<i class="fa fa fa-github-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.twitter.com/yashwantkeswani" target="_blank">
<i class="fa fa fa-twitter-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://yashwantkeswani.github.io" target="_blank">
<i class="fa fa fa-globe fa-2x" aria-hidden="true"></i>
</a>
</p>
</div>
<!-- <div class="col-lg-3 col-sm-6 col-md-3 text-center">
<img class="img-circle img-responsive img-center" src="http://harshthakkar.in/wp-content/uploads/2009/12/Harsh.jpg" alt="" style="width:200px;height:200px;">
<h3>Harsh Thakkar
<small>Researcher</small>
</h3>
<p>Full-time researcher at Informatik III department of University of Bonn, Germany.</p>
<p>
<a href="https://www.linkedin.com/in/thakkarharsh?ppe=1" target="_blank">
<i class="fa fa fa-linkedin-square fa-2x" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa fa-envelope-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.github.com/harsh9t" target="_blank">
<i class="fa fa fa-github-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.twitter.com/harsh9t" target="_blank">
<i class="fa fa fa-twitter-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.harshthakkar.in" target="_blank">
<i class="fa fa fa-globe fa-2x" aria-hidden="true"></i>
</a>
</p>
</div> -->
</div>
</div>
<div class="container-fluid bg-3 text-center" id="contact">
<br><br>
<h2 class="text-center">Contact Us</h2>
<br>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<address>
<strong>Harsh Thakkar</strong>
<br>A110, Informatik III, University of Bonn
<br>Roemerstrasse 164, 53117 Bonn, Germany
<br>
</address>
<address>
<abbr title="Phone">P:</abbr>(+49)-151-4550-1359
<br>
<abbr title="Email">E:</abbr> <a href="mailto:[email protected]?subject=Litmus%20Inquiry">hthakkar[at]uni-bonn.de</a>
</address>
</div>
</div>
</div>
<footer class="container-fluid bg-2">
<div class="row">
<div class="col-lg-12 text-center">
<p><br>Copyright © LITMUS (2016)</p>
</div>
</div>
<!-- /.row -->
</footer>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>