Skip to content

Commit b889512

Browse files
committed
Enable full local build w/ styling and assets
1 parent 359902d commit b889512

7 files changed

Lines changed: 77 additions & 37 deletions

File tree

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = function (eleventyConfig) {
1010
layouts: "_includes/layouts",
1111
output: "_site"
1212
},
13+
pathPrefix: process.env.ELEVENTY_ENV === 'production' ? '/dbml26/' : '/',
1314
templateFormats: ["njk", "html", "md"],
1415
htmlTemplateEngine: "njk",
1516
markdownTemplateEngine: "njk"

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Build site
3131
run: npx @11ty/eleventy
32+
env:
33+
ELEVENTY_ENV: production
3234

3335
- name: Setup Pages
3436
uses: actions/configure-pages@v4
@@ -39,4 +41,4 @@ jobs:
3941
path: '_site'
4042

4143
- name: Deploy to GitHub Pages
42-
uses: actions/deploy-pages@v4
44+
uses: actions/deploy-pages@v4

src/_includes/dbml26/about.njk

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,28 @@
77

88
<div class="col-md-12 margin-top-3">
99
<div class="pr-4 pl-5">
10-
<p>
11-
With the increased adoption of machine learning (ML) across applications and disciplines, a strong synergy
12-
between the database (DB) systems and ML communities has emerged. Steps involved in ML pipelines&mdash;such as
13-
data preparation and cleaning, feature engineering, and management of the ML lifecycle&mdash;can benefit
14-
significantly from advances in data management. For example, managing the ML lifecycle requires mechanisms
15-
for modeling, storing, and querying ML artifacts in a robust, scalable, and auditable manner.
16-
</p>
17-
18-
<p>
19-
More recently, the advent of large language models (LLMs) and Retrieval-Augmented Generation (RAG) has
20-
further intensified the need for high-performance data management infrastructures. Modern AI systems
21-
increasingly rely on vector databases, efficient vector search, and scalable model serving. At the same
22-
time, the rise of multimodal AI introduces demanding requirements for storing and querying images, audio,
23-
video, and other complex data types, all while maintaining low latency and high throughput for end users.
24-
</p>
25-
26-
<p>
27-
In the opposite direction, ML techniques are now explored in core components of database systems, including
28-
query optimization, indexing, storage layout, and self-tuning. Long-standing challenges in databases&mdash;such
29-
as cardinality estimation, operator and plan selection, resource management, and other tasks traditionally
30-
handled with extensive human expertise or rigid heuristics&mdash;increasingly benefit from learned models and
31-
data-driven approaches.
32-
</p>
33-
34-
<p>
35-
DBML 2026 aims to bring together researchers and practitioners working at this intersection, providing a dedicated forum for DB-inspired and ML-inspired approaches that address challenges in either or both communities. We welcome work that combines the strengths of DB and ML, ranging from foundational techniques and system designs to practical applications and real-world deployments, including ML for scientific data and other data-intensive domains.
36-
</p>
10+
<p>
11+
DBML 2026 Workshop, held in conjunction with ICDE 2026 in Montréal, Canada, explores the growing synergy
12+
between databases and machine learning.
13+
</p>
14+
<p>
15+
Advances in data management techniques have become essential for building robust, scalable ML systems.
16+
Applications range from data preparation and cleaning to feature engineering and managing the ML lifecycle.
17+
The recent rise of LLMs and RAG has only intensified demand for high-performance data infrastructure.
18+
Modern AI systems increasingly rely on vector databases and scalable model serving.
19+
Multimodal AI adds further requirements for storing and querying images, audio, and video.
20+
</p>
21+
<p>
22+
In the opposite direction, ML techniques are now incorporated as core components of database systems:
23+
query optimization, indexing, storage layout, and self-tuning.
24+
Long-standing challenges like cardinality estimation, operator and plan selection, and resource management
25+
- traditionally handled via human knowledge or heuristics - increasingly benefit from learned models.
26+
</p>
27+
<p>
28+
DBML 2026 brings together researchers and practitioners working at this intersection.
29+
We welcome work combining DB and ML strengths, ranging from foundational techniques and system design to
30+
practical applications and real-world deployments, including ML for scientific and data-intensive domains.
31+
</p>
3732

3833
<p>
3934
Information about previous editions can be found at

src/_includes/dbml26/organisation.njk

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="col-lg-4 col-md-6">
1111
<div class="blockquote-box">
1212
<div class="square">
13-
<img src="/dbml26/assets/images/fatemeh.png" alt="Fatemeh Nargesian" class="person-image-24">
13+
<img src="{{ '/assets/images/fatemeh.png' | url }}" alt="Fatemeh Nargesian" class="person-image-24">
1414
</div>
1515
<h5>Fatemeh Nargesian</h5>
1616
<h6>University of Rochester</h6>
@@ -21,7 +21,7 @@
2121
<div class="col-lg-4 col-md-6">
2222
<div class="blockquote-box">
2323
<div class="square">
24-
<img src="/dbml26/assets/images/guillaume.jpg" alt="Guillaume Lachaud" class="person-image-24">
24+
<img src="{{ '/assets/images/guillaume.jpg' | url }}" alt="Guillaume Lachaud" class="person-image-24">
2525
</div>
2626
<h5>Guillaume Lachaud</h5>
2727
<h6>École polytechnique</h6>
@@ -32,7 +32,7 @@
3232
<div class="col-lg-4 col-md-6">
3333
<div class="blockquote-box">
3434
<div class="square">
35-
<img src="/dbml26/assets/images/jiwon.jpg" alt="Jiwon Chang" class="person-image-24">
35+
<img src="{{ '/assets/images/jiwon.jpg' | url }}" alt="Jiwon Chang" class="person-image-24">
3636
</div>
3737
<h5>Jiwon Chang</h5>
3838
<h6>University of Rochester</h6>
@@ -45,8 +45,10 @@
4545
<h4 class="col-md-12 text-center">Program Committee</h4>
4646
<p>The current program committee members are tentative.</p>
4747
<ul id="pc-members" class="col-md-12 centered-list">
48+
<li>Amine Mhedhbi - Polytechnique Montréal</li>
4849
<li>Gerardo Vitagliano - MIT CSAIL</li>
4950
<li>Roee Shraga - WPI</li>
51+
<li>Xue Li</li>
5052
</ul>
5153
</div>
5254
</div>

src/_includes/head.njk

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
/>
1111
<meta name="author" content="DBML 2026 Organizing Committee" />
1212

13+
<!-- Canonical URL -->
14+
<link rel="canonical" href="https://dataintelligencecrew.github.io/dbml26/" />
15+
1316
<!-- Favicon -->
14-
<link rel="shortcut icon" href="/assets/ico/favicon.ico" />
17+
<link rel="shortcut icon" href="{{ '/assets/ico/favicon.ico' | url }}" />
1518

1619
<!-- Fonts & CSS -->
1720
<link
@@ -32,8 +35,45 @@
3235
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
3336
crossorigin="anonymous"
3437
/>
38+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | url }}" />
39+
40+
<!-- Open Graph -->
41+
<meta property="og:type" content="website" />
42+
<meta property="og:url" content="https://dataintelligencecrew.github.io/dbml26/" />
43+
<meta property="og:site_name" content="DBML 2026" />
3544
<meta property="og:title" content="DBML 2026" />
3645
<meta property="og:description" content="5th International Workshop on Databases and Machine Learning" />
37-
<meta property="og:image" content="/dbml26/assets/images/opengraph.png" />
38-
<link rel="stylesheet" href="/dbml26/assets/css/style.css" />
46+
<meta property="og:image" content="https://dataintelligencecrew.github.io/dbml26/assets/images/opengraph.png" />
47+
48+
<!-- Twitter Card -->
49+
<meta name="twitter:card" content="summary_large_image" />
50+
<meta name="twitter:title" content="DBML 2026" />
51+
<meta name="twitter:description" content="5th International Workshop on Databases and Machine Learning" />
52+
<meta name="twitter:image" content="https://dataintelligencecrew.github.io/dbml26/assets/images/opengraph.png" />
53+
54+
<!-- Structured Data -->
55+
<script type="application/ld+json">
56+
{
57+
"@context": "https://schema.org",
58+
"@type": "Event",
59+
"name": "DBML 2026 - 5th International Workshop on Databases and Machine Learning",
60+
"description": "5th International Workshop on Databases and Machine Learning, in conjunction with ICDE 2026",
61+
"startDate": "2026-05",
62+
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
63+
"eventStatus": "https://schema.org/EventScheduled",
64+
"location": {
65+
"@type": "Place",
66+
"name": "ICDE 2026",
67+
"address": {
68+
"@type": "PostalAddress",
69+
"addressLocality": "Montréal",
70+
"addressCountry": "Canada"
71+
}
72+
},
73+
"organizer": {
74+
"@type": "Organization",
75+
"name": "DBML 2026 Organizing Committee"
76+
}
77+
}
78+
</script>
3979
</head>

src/_includes/layouts/dbml26.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="row align-items-center no-gutters">
1212
<div class="col-4 col-md-2">
1313
<img
14-
src="/dbml26/assets/logo/DBML2026.svg"
14+
src="{{ '/assets/logo/DBML2026.svg' | url }}"
1515
alt="DBML 2026 logo"
1616
class="img-fluid"
1717
/>
@@ -46,7 +46,7 @@
4646
<div id="title" class="container">
4747
<div class="row">
4848
<div class="col-12">
49-
<h1>5th International Workshop on Databases and Machine Learning</h1>
49+
<h1>DBML 2026 - 5th International Workshop on Databases and Machine Learning</h1>
5050
</div>
5151
<div class="col-12 smaller-font">
5252
<h4>

src/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ strong {
101101
height: 400px;
102102
padding: 0 !important;
103103
background-color: #003b7a;
104-
background-image: url("/dbml26/assets/images/banner.jpg");
104+
background-image: url("../images/banner.jpg");
105105
background-position: center;
106106
background-repeat: no-repeat;
107107
background-size: cover;

0 commit comments

Comments
 (0)