Skip to content

Commit 82d83af

Browse files
committed
Add CADENZA news & SIGMOD 2027 + VLDB 2026 demo publications, Google Cloud photos
1 parent 07e5c9a commit 82d83af

8 files changed

Lines changed: 62 additions & 2 deletions

File tree

_data/news.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
1+
- date: "2026-06-10"
2+
title: "First Author of SIGMOD 2027 Paper on CADENZA (with VLDB 2026 Demo)"
3+
content: "My paper 'CADENZA: Compiling Natural-Language Intent into Task-Specific Operator DAGs for Semantic Query Processing' has been accepted at SIGMOD 2027, with a demo 'CADENZA in Action' at VLDB 2026. CADENZA compiles natural-language intent into task-specific operator DAGs for efficient, accurate semantic query processing over unstructured data. Done during my research visit to UIUC with Prof. Yongjoo Park."
4+
tags: [cadenza, sigmod, vldb, semantic query, llm, demo, first author]
5+
images:
6+
- url: "/assets/news/cadenza/main.png"
7+
alt: "CADENZA Overview"
8+
- url: "/assets/news/cadenza/demo.png"
9+
alt: "CADENZA in Action Demo"
110
- date: "2026-02-26"
211
title: "Joining Google Systems Research Group as Student Researcher"
312
content: "Excited to join the Google Systems Research Group in Sunnyvale, CA as a Student Researcher for Summer 2026 (Jun – Sep). Looking forward to tackling large-scale systems challenges at Google and bringing insights back to my database research at POSTECH."
413
tags: [google, internship, systems research, industry]
514
images:
6-
- url: "/assets/news/google/google_2.png"
7-
alt: "Google Offer Letter"
15+
- url: "/assets/news/google/google_5.jpeg"
16+
alt: "Google Cloud Sign"
817
- url: "/assets/news/google/google_1.png"
918
alt: "Google Employment Documents"
19+
- url: "/assets/news/google/google_2.png"
20+
alt: "Google Offer Letter"
21+
- url: "/assets/news/google/google_3.jpeg"
22+
alt: "Google Cloud Building"
23+
- url: "/assets/news/google/google_4.jpeg"
24+
alt: "Google Cloud Campus"
1025
- date: "2026-01-16"
1126
title: "Second Author of VLDB 2026 Paper on TurboLynx"
1227
content: "Co-authored the paper 'TurboLynx: Schemaless Graph Engine Strikes Back for General-Purpose Analytics' accepted at VLDB 2026. The work presents S62, a novel graph database system that supports schemaless data models while ensuring efficient storage and query processing."

_pages/main/publications.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,36 @@ layout: full-width
9898
<h1>Publications</h1>
9999
</div>
100100

101+
<div class="pub-entry">
102+
<p class="pub-venue">
103+
SIGMOD 2027
104+
</p>
105+
<h3 class="pub-title">
106+
CADENZA: Compiling Natural-Language Intent into Task-Specific Operator DAGs for Semantic Query Processing
107+
</h3>
108+
<p class="pub-authors">
109+
<strong>Jaehyun Ha</strong>, Yongjoo Park, and Wook-Shin Han
110+
</p>
111+
<div class="pub-role">
112+
First Author
113+
</div>
114+
</div>
115+
116+
<div class="pub-entry">
117+
<p class="pub-venue">
118+
VLDB 2026 <span class="note">Demo</span>
119+
</p>
120+
<h3 class="pub-title">
121+
CADENZA in Action: Breaking the Monolith with Intent-Dependent Plan Spaces for Semantic Queries
122+
</h3>
123+
<p class="pub-authors">
124+
<strong>Jaehyun Ha</strong>, Yongjoo Park, and Wook-Shin Han
125+
</p>
126+
<div class="pub-role">
127+
First Author
128+
</div>
129+
</div>
130+
101131
<div class="pub-entry">
102132
<p class="pub-venue">
103133
VLDB 2026
@@ -113,6 +143,21 @@ layout: full-width
113143
</div>
114144
</div>
115145

146+
<div class="pub-entry">
147+
<p class="pub-venue">
148+
VLDB 2026 <span class="note">Demo</span>
149+
</p>
150+
<h3 class="pub-title">
151+
TurboLynx in Action: A Schemaless Graph Engine for General-Purpose Analytics
152+
</h3>
153+
<p class="pub-authors">
154+
Taesung Lee, <strong>Jaehyun Ha</strong>, Byungchul Tak, and Wook-Shin Han
155+
</p>
156+
<div class="pub-role">
157+
2nd Author
158+
</div>
159+
</div>
160+
116161
<div class="pub-entry">
117162
<p class="pub-venue">
118163
VLDB 2024 <span class="note">Demo</span>

assets/jhha_cv.pdf

6.87 KB
Binary file not shown.

assets/news/cadenza/demo.png

194 KB
Loading

assets/news/cadenza/main.png

1 MB
Loading

assets/news/google/google_3.jpeg

1.82 MB
Loading

assets/news/google/google_4.jpeg

2.52 MB
Loading

assets/news/google/google_5.jpeg

2.89 MB
Loading

0 commit comments

Comments
 (0)