-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
502 lines (337 loc) · 18.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
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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!DOCTYPE html>
<html lang="en-us"><head>
<meta charset="utf-8">
<title>Linked Data Benchmark Council</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Linked Data Benchmark Council Website">
<meta property="og:image" content="https://ldbcouncil.orgimages/ldbc-logo.png" />
<meta name="author" content="LDBC">
<meta name="generator" content="Hugo 0.114.1">
<!-- plugins -->
<link rel="stylesheet" href="https://ldbcouncil.org/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://ldbcouncil.org/plugins/slick/slick.css">
<link rel="stylesheet" href="https://ldbcouncil.org/plugins/fontawesome/font-awesome.min.css">
<link rel="stylesheet" href="https://ldbcouncil.org/plugins/animate/animate.css">
<link rel="stylesheet" href="https://ldbcouncil.org/plugins/venobox/venobox.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://ldbcouncil.org/scss/style.min.css" media="screen">
<!-- Favicon -->
<link rel="shortcut icon" href="https://ldbcouncil.org/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://ldbcouncil.org/images/favicon.png" type="image/x-icon">
<!-- RSS -->
<link rel="alternate" href="https://ldbcouncil.org/index.xml" type="application/rss+xml" title="Linked Data Benchmark Council" />
<!-- Custom JS -->
<script type="module" type="text/javascript" src="https://ldbcouncil.org/js/isotope.pkgd.min.js"></script><script type="module" type="text/javascript" src="https://ldbcouncil.org/js/wowchemy.js"></script>
<!-- Custom CSS -->
</head>
<body>
<!-- preloader start -->
<div class="preloader">
</div>
<!-- preloader end -->
<!-- header -->
<header>
<!-- navigation -->
<div class="navigation bg-white position-relative">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<a class="navbar-brand" href="/"><img class="img-fluid pb-lg-3" src="https://ldbcouncil.org/images/ldbc-title.png" alt="Linked Data Benchmark Council" style="scale: 70%;"></a>
<button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/">Home</a>
<div class="dropdown-menu" >
<a class="dropdown-item" href="/introduction">Introduction</a>
<a class="dropdown-item" href="/faq">FAQ</a>
<a class="dropdown-item" href="/developer-community">Developer Community</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Benchmarks
</a>
<div class="dropdown-menu" >
<a class="dropdown-item" href="/benchmarks/overview">Overview of LDBC Benchmarks</a>
<a class="dropdown-item" href="/benchmarks/graphalytics">Graphalytics Benchmark</a>
<a class="dropdown-item" href="/benchmarks/spb">Semantic Publishing Benchmark</a>
<a class="dropdown-item" href="/benchmarks/snb">Social Network Benchmark</a>
<a class="dropdown-item" href="/benchmarks/finbench">Financial Benchmark</a>
<a class="dropdown-item" href="/benchmarks/fair-use-policies">Fair Use Policies</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
GQL Community
</a>
<div class="dropdown-menu" >
<a class="dropdown-item" href="/gql-community/overview">Overview</a>
<a class="dropdown-item" href="/gql-community/lex">LEX Working Group</a>
<a class="dropdown-item" href="/pages/opengql-announce">Open GQL Tools</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Membership
</a>
<div class="dropdown-menu" >
<a class="dropdown-item" href="/organizational-members">Organizational Members</a>
<a class="dropdown-item" href="/leadership">Leadership</a>
<a class="dropdown-item" href="/becoming-a-member">Becoming a Member</a>
<a class="dropdown-item" href="/constitutional-documents">Constitutional Documents</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/post">Posts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/event">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/publication">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact-us">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!-- /navigation -->
</header>
<!-- /header -->
<!-- slider -->
<section>
<div class="hero-slider">
<!-- slider item -->
<div class="hero-slider-item bg-cover hero-section" style="background-image:linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('https://ldbcouncil.org'),url('https://ldbcouncil.org/images/slide-image-1.jpg');">
<div class="container">
<div class="row">
<div class="col-lg-10" data-duration-in=".3" data-animation-in="fadeInRight" data-delay-in=".1">
<h1 class="mb-4" style="color:#fff">Welcome to the LDBC website</h1>
<h4 class="mb-0 letter-spacing" style="color:#fff">On this website, you can find information on benchmark specifications and audited results, on how the LDBC organization works, and benchmarking resources.</h4>
<p class="mb-5"></p>
<a href="https://ldbcouncil.org/introduction" class="btn btn-primary-outline" data-duration-in=".3"
data-animation-in="zoomIn" data-delay-in=".4">Read More</a>
</div>
</div>
</div>
</div>
<!-- slider item -->
<div class="hero-slider-item bg-cover hero-section" style="background-image:linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('https://ldbcouncil.org'),url('https://ldbcouncil.org/images/slide-image-2.jpg');">
<div class="container">
<div class="row">
<div class="col-lg-10" data-duration-in=".3" data-animation-in="fadeInRight" data-delay-in=".1">
<h1 class="mb-4" style="color:#fff">Community engagement</h1>
<h4 class="mb-0 letter-spacing" style="color:#fff">LDBC brings industry and users together for developing benchmarks whereby the state-of-the-art and advances in graph database technologies can be assessed and directed.</h4>
<p class="mb-5"></p>
<a href="https://ldbcouncil.org/gql-community/overview" class="btn btn-primary-outline" data-duration-in=".3"
data-animation-in="zoomIn" data-delay-in=".4">Read More</a>
</div>
</div>
</div>
</div>
<!-- slider item -->
<div class="hero-slider-item bg-cover hero-section" style="background-image:linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('https://ldbcouncil.org'),url('https://ldbcouncil.org/images/slide-image-3.jpg');">
<div class="container">
<div class="row">
<div class="col-lg-10" data-duration-in=".3" data-animation-in="fadeInRight" data-delay-in=".1">
<h1 class="mb-4" style="color:#fff">Benchmarks</h1>
<h4 class="mb-0 letter-spacing" style="color:#fff">LDBC’s benchmarks include the Social Network Benchmark suite, the Semantic Publishing Benchmark, and Graphalytics.</h4>
<p class="mb-5"></p>
<a href="https://ldbcouncil.org/benchmarks/overview" class="btn btn-primary-outline" data-duration-in=".3"
data-animation-in="zoomIn" data-delay-in=".4">Read More</a>
</div>
</div>
</div>
</div>
<!-- slider item -->
<div class="hero-slider-item bg-cover hero-section" style="background-image:linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('https://ldbcouncil.org'),url('https://ldbcouncil.org/images/slide-image-4.jpg');">
<div class="container">
<div class="row">
<div class="col-lg-10" data-duration-in=".3" data-animation-in="fadeInRight" data-delay-in=".1">
<h1 class="mb-4" style="color:#fff">Industry</h1>
<h4 class="mb-0 letter-spacing" style="color:#fff">On these pages, we provide information on the LDBC organization and its members, inclusive information on how to become a member.</h4>
<p class="mb-5"></p>
<a href="https://ldbcouncil.org/becoming-a-member/" class="btn btn-primary-outline" data-duration-in=".3"
data-animation-in="zoomIn" data-delay-in=".4">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /slider -->
<!-- case study -->
<!-- /case study -->
<section class="section bg-gray bg-dots">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="section-title-border border-center"></div>
<h2 class="section-title">Latest Updates</h2>
</div>
<div class="col-10 mx-auto">
<h4 class="mb-4"></h4>
<!-- post-item -->
<div class="media border-bottom border-color pb-3 mb-3">
<div class="media-body">
<a href="https://ldbcouncil.org/event/nineteenth-tuc-meeting/">
<h4 class="mt-0">Nineteenth TUC Meeting</h4>
</a>
23 Nov 2024
<p><strong>Organizers:</strong> Alastair Green, Gábor Szárnyas, Benjamin Steer</p>
<p>LDBC is hosting half-day hybrid TUC meeting co-located in <strong>London</strong> on <strong>December 13 (Friday)</strong>.</p>
<p>The program consists of 15-minute talks followed by a short …</p>
</div>
</div>
<div class="media border-bottom border-color pb-3 mb-3">
<div class="media-body">
<a href="https://ldbcouncil.org/event/eighteenth-tuc-meeting/">
<h4 class="mt-0">Eighteenth TUC Meeting</h4>
</a>
24 Apr 2024
<p><strong>Organizers:</strong> Shipeng Qi, Wenyuan Yu (Alibaba Damo), Yan Zhou (CreateLink)</p>
<p>LDBC is hosting a <strong>two-day</strong> hybrid workshop, co-located in <strong>Guangzhou</strong> with <a href="https://vldb.org/2024/">VLDB 2024</a> on <strong>August 30-31 (Friday-Saturday)</strong>.</p>
<p>The program consists …</p>
</div>
</div>
<div class="media border-bottom border-color pb-3 mb-3">
<div class="media-body">
<a href="https://ldbcouncil.org/event/seventeenth-tuc-meeting/">
<h4 class="mt-0">Seventeenth TUC Meeting</h4>
</a>
18 Apr 2024
<p><strong>Organizers:</strong> Renzo Angles, Sebastián Ferrada</p>
<p>LDBC is hosting a one-day in-person workshop, co-located in <strong>Santiago de Chile</strong> with <a href="https://2024.sigmod.org/venue.shtml">SIGMOD 2024</a> on <strong>June 9 (Sunday)</strong>.</p>
<p>The workshop will be held in the <strong>Hotel Plaza El …</strong></p>
</div>
</div>
<div class="media border-bottom border-color pb-3 mb-3">
<div class="media-body">
<a href="https://ldbcouncil.org/post/record-breaking-snb-interactive-results-for-graphscope/">
<h4 class="mt-0">Record-Breaking SNB Interactive Results for GraphScope</h4>
</a>
26 May 2024
<p>We are happy to annonunce new <a href="/benchmarks/snb-interactive/">audited results for the SNB Interactive workload</a>, achieved by the open-source <a href="https://github.com/alibaba/GraphScope">GraphScope Flex</a> system.</p>
<p>The current audit of the system has broken several records:</p>
<ul>
<li>It achieved …</li></ul>
</div>
</div>
<div class="media border-bottom border-color pb-3 mb-3">
<div class="media-body">
<a href="https://ldbcouncil.org/post/ldbc-announces-open-source-gql-tools/">
<h4 class="mt-0">Launching open-source language tools for ISO/IEC GQL</h4>
</a>
09 May 2024
<p>Following the publication of ISO/IEC GQL (graph query language) in April 2024, LDBC today launches open-source language engineering tools to help implementers, and assist in generation of code examples and …</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- latest post -->
<!-- blog -->
<!-- /blog -->
<footer>
<div class="section bg-secondary">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-5 mb-5 mb-lg-0">
<a class="mb-4 d-inline-block" href="/"><img class="img-fluid"
src="https://ldbcouncil.org/images/ldbc.png" alt="Linked Data Benchmark Council"></a>
<p class="text-light mb-5">LDBC came out of an EU FP7 project and is now a non-profit organization sustained by its members. Contact us at info AT ldbcouncil DOT org.</p>
<h4 class="text-white mb-4"></h4>
<ul class="list-inline social-icon-alt">
<li class="list-inline-item">
<a class="hover-ripple" href="https://twitter.com/LDBCouncil"><i class="fa fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a class="hover-ripple" href="https://www.linkedin.com/company/ldbcouncil/"><i class="fa fa-linkedin"></i></a>
</li>
<li class="list-inline-item">
<a class="hover-ripple" href="https://github.com/ldbc"><i class="fa fa-github"></i></a>
</li>
<li class="list-inline-item">
<a class="hover-ripple" href="/index.xml"><i class="fa fa-rss"></i></a>
</li>
</ul>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-12">
<!-- Twitter timeline -->
<a class="twitter-timeline" data-height="450" data-theme="dark" href="https://twitter.com/LDBCouncil" style="background-color: #252d39;">Tweets by LDBCouncil</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-secondary-darken py-4">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-left mb-3 mb-md-0">
<p class="mb-0 text-white">© LDBC</p>
</div>
<div class="col-md-6 text-center text-md-right">
<ul class="list-inline">
<li class="list-inline-item mx-0"><a class="d-inline-block px-3 text-white" href="/" class="text-white"></a></li>
<li class="list-inline-item mx-0"><a class="d-inline-block px-3 text-white" href="/docs/LDBC.Byelaws.1.5.ADOPTED.2024-01-12.pdf" class="text-white">Byelaws</a></li>
<li class="list-inline-item mx-0"><a class="d-inline-block px-3 text-white" href="/docs/LDBC.Articles.of.Association.ADOPTED.2023-03-30.pdf" class="text-white">Articles of Association</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Google Map API -->
<!-- JS Plugins -->
<script src="https://ldbcouncil.org/plugins/jQuery/jquery.min.js"></script>
<script src="https://ldbcouncil.org/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://ldbcouncil.org/plugins/slick/slick.min.js"></script>
<script src="https://ldbcouncil.org/plugins/google-map/gmap.js"></script>
<script src="https://ldbcouncil.org/plugins/venobox/venobox.min.js"></script>
<script src="https://ldbcouncil.org/plugins/filterizr/jquery.filterizr.min.js"></script>
<script src="https://ldbcouncil.org/plugins/search/fuse.min.js"></script>
<script src="https://ldbcouncil.org/plugins/search/mark.js"></script>
<script src="https://ldbcouncil.org/plugins/search/search.js"></script>
<!-- Main Script -->
<script src="https://ldbcouncil.org/js/script.min.js"></script>
<!-- google analitycs -->
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title"></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 btn-sm js-copy-cite" href="#" target="_blank">
COPY
</a>
<a class="btn btn-outline-primary my-1 btn-sm js-download-cite" href="#" target="_blank">
DOWNLOAD
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
</body>
</html>