Skip to content

Commit e9e992c

Browse files
committed
Update homepage
1 parent 155e200 commit e9e992c

15 files changed

Lines changed: 420 additions & 305 deletions

File tree

.claude/worktrees/amazing-turing

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 155e200c94cb8bb4297efad4fb0d9eab6cdaf43c

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ author:
106106
url: "https://github.com/rntlqvnf"
107107
- label: "Instagram"
108108
icon: "fab fa-fw fa-instagram"
109-
url: "https://www.instagram.com/daily_hajae/"
109+
url: "https://www.instagram.com/insta_hajae/"
110110

111111
# Site Footer
112112
footer:

_data/navigation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
main:
2-
- title: "Home"
3-
url: /#home
4-
- title: "Profession"
2+
- title: "About"
3+
url: /#about
4+
- title: "Research"
55
url: /#research
66
- title: "Pursuits"
77
url: /#pursuits

_data/news.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
- date: "2026-02-26"
2+
title: "Joining Google Systems Research Group as Student Researcher"
3+
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."
4+
tags: [google, internship, systems research, industry]
5+
images:
6+
- url: "/assets/news/google/google_2.png"
7+
alt: "Google Offer Letter"
8+
- url: "/assets/news/google/google_1.png"
9+
alt: "Google Employment Documents"
110
- date: "2026-01-16"
2-
title: "Second Author of VLDB 2026 Paper on S62"
3-
content: "Co-authored the paper 'S62: 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."
11+
title: "Second Author of VLDB 2026 Paper on TurboLynx"
12+
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."
413
tags: [s62, vldb, graph databases]
514
images:
615
- url: "/assets/news/s62-vldb/s62-paper.png"
7-
alt: "S62 Paper"
16+
alt: "TurboLynx Paper"
817
- url: "/assets/news/s62-vldb/contribution.png"
918
alt: "Github"
1019
- date: "2025-06-18"

_layouts/about-page.html

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -178,53 +178,6 @@
178178
filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5));
179179
}
180180

181-
/* --- 2. Q&A Navigation Section --- */
182-
.qa-nav-wrapper {
183-
max-width: 900px;
184-
margin: 0 auto;
185-
}
186-
187-
.qa-link-card {
188-
display: flex;
189-
justify-content: space-between;
190-
align-items: center;
191-
padding: 3rem 1rem;
192-
border-top: 1px solid #dcdcdc;
193-
text-decoration: none;
194-
color: #1d1d1f;
195-
transition: color 0.3s ease;
196-
}
197-
198-
.qa-link-card:last-child {
199-
border-bottom: 1px solid #dcdcdc;
200-
}
201-
202-
.qa-link-card h2 {
203-
font-size: 2.2em;
204-
font-weight: 600;
205-
margin: 0;
206-
}
207-
208-
.qa-link-card::after {
209-
content: '→';
210-
font-size: 2em;
211-
font-weight: 300;
212-
color: #888;
213-
opacity: 0;
214-
transform: translateX(-20px);
215-
transition: all 0.3s ease;
216-
}
217-
218-
.qa-link-card:hover {
219-
color: #0071e3;
220-
}
221-
222-
.qa-link-card:hover::after {
223-
opacity: 1;
224-
transform: translateX(0);
225-
color: #0071e3;
226-
}
227-
228181
/* --- Responsive Design --- */
229182
@media (max-width: 900px) {
230183
.about-hero {
@@ -235,7 +188,6 @@
235188
order: -1;
236189
}
237190
.info-name { font-size: 2.5em; }
238-
.qa-link-card h2 { font-size: 1.8em; }
239191
}
240192
</style>
241193

@@ -292,17 +244,6 @@ <h4>Research Focuses</h4>
292244
</div>
293245
</section>
294246

295-
<nav class="qa-nav-wrapper">
296-
<a href="/#research" class="qa-link-card">
297-
<h2>Q. What are your research interests in detail?</h2>
298-
</a>
299-
<a href="/#pursuits" class="qa-link-card">
300-
<h2>Q. What do you enjoy outside of research?</h2>
301-
</a>
302-
<a href="/contact/" class="qa-link-card">
303-
<h2>Q. How can I reach you?</h2>
304-
</a>
305-
</nav>
306247

307248
</div>
308249

_pages/main/contact.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ layout: full-width
9797
<div class="address">yshajae@postech.ac.kr</div>
9898
</a>
9999

100-
<a href="https://www.instagram.com/daily_hajae/" target="_blank" rel="noopener noreferrer" class="contact-card">
100+
<a href="https://www.instagram.com/insta_hajae/" target="_blank" rel="noopener noreferrer" class="contact-card">
101101
<div class="icon"><i class="fab fa-instagram"></i></div>
102102
<h3>Instagram DM</h3>
103103
<p class="description">
104104
For casual conversations, or questions about my personal posts and pursuits.
105105
</p>
106-
<div class="address">@daily_hajae</div>
106+
<div class="address">@insta_hajae</div>
107107
</a>
108108

109109
</div>

_pages/main/publications.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@ layout: full-width
7575
font-size: 0.9em;
7676
font-weight: 600;
7777
margin-top: 0.5rem;
78+
margin-right: 0.4rem;
79+
}
80+
81+
.pub-role {
82+
display: inline-block;
83+
background-color: #e9f7ef;
84+
color: #1a7f4b;
85+
padding: 0.25rem 0.75rem;
86+
border-radius: 8px;
87+
font-size: 0.9em;
88+
font-weight: 600;
89+
margin-top: 0.5rem;
90+
margin-right: 0.4rem;
7891
}
7992

8093
</style>
@@ -85,6 +98,21 @@ layout: full-width
8598
<h1>Publications</h1>
8699
</div>
87100

101+
<div class="pub-entry">
102+
<p class="pub-venue">
103+
VLDB 2026
104+
</p>
105+
<h3 class="pub-title">
106+
TurboLynx: Schemaless Graph Engine Strikes Back for General-Purpose Analytics
107+
</h3>
108+
<p class="pub-authors">
109+
Taesung Lee, <strong>Jaehyun Ha</strong>, Byungchul Tak, and Wook-Shin Han
110+
</p>
111+
<div class="pub-role">
112+
2nd Author
113+
</div>
114+
</div>
115+
88116
<div class="pub-entry">
89117
<p class="pub-venue">
90118
VLDB 2024 <span class="note">Demo</span>
@@ -97,6 +125,9 @@ layout: full-width
97125
<p class="pub-authors">
98126
Wonseok Lee, <strong>Jaehyun Ha</strong>, Wook-Shin Han, Changgyoo Park, Myunggon Park, and Juhyeng Han
99127
</p>
128+
<div class="pub-role">
129+
2nd Author
130+
</div>
100131
</div>
101132

102133
<div class="pub-entry">
@@ -111,6 +142,9 @@ layout: full-width
111142
<p class="pub-authors">
112143
Wonseok Lee*, <strong>Jaehyun Ha*</strong>, Wook-Shin Han, Changgyoo Park, Myunggon Park, Juhyeng Han, and Juchang Lee
113144
</p>
145+
<div class="pub-role">
146+
Co-first Author
147+
</div>
114148
</div>
115149

116150
<div class="pub-entry">
@@ -125,6 +159,9 @@ layout: full-width
125159
<p class="pub-authors">
126160
Kyoungmin Kim, <strong>Jaehyun Ha</strong>, George Fletcher, Wook-Shin Han
127161
</p>
162+
<div class="pub-role">
163+
2nd Author
164+
</div>
128165
<div class="pub-highlight">
129166
First Korean recipient of the PODS Paper!
130167
</div>

0 commit comments

Comments
 (0)