Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kochanha committed Nov 27, 2024
1 parent 749b5e7 commit 429f900
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions cass/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,30 +152,24 @@ <h1></h1>
<section class="hero teaser" style="position: relative;">
<div class="container is-max-desktop">
<!-- Title and Author Overlay -->
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 100%; text-align: center;">
<h1 class="title is-2 publication-title" style="color: white; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); margin: 0 auto; max-width: 100%;">
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 100%; text-align: center; height: 300px; display: flex; flex-direction: column; justify-content: center;">
<h1 class="title is-3 publication-title" style="color: white; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); margin: 0 auto; max-width: 100%; margin-bottom: 0.5rem;">
Distilling Spectral Graph for Object-Context Aware Open-Vocabulary Semantic Segmentation
</h1>

<!-- Authors -->
<div class="is-size-4 publication-authors" style="color: white; text-shadow: 1px 1px 3px rgba(0,0,0,0.7);">
<span class="author-block">
Chanyoung Kim<sup>1</sup></span>&emsp;
<span class="author-block">
Dayun Ju<sup>1</sup></span>&emsp;
<span class="author-block">
Woojung Han<sup>1</sup></span>
<div class="is-size-6 publication-authors" style="color: white; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); margin-bottom: 0.3rem;">
<span class="author-block">Chanyoung Kim<sup>1</sup></span>&emsp;
<span class="author-block">Dayun Ju<sup>1</sup></span>&emsp;
<span class="author-block">Woojung Han<sup>1</sup></span>
</div>
<div class="is-size-4 publication-authors" style="color: white; text-shadow: 1px 1px 3px rgba(0,0,0,0.7);">
<span class="author-block">
Ming-Hsuan Yang<sup>1,2</sup></span>&emsp;
<span class="author-block">
Seong Jae Hwang<sup>1</sup>
</span>
<div class="is-size-6 publication-authors" style="color: white; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); margin-bottom: 0.2rem;">
<span class="author-block">Ming-Hsuan Yang<sup>1,2</sup></span>&emsp;
<span class="author-block">Seong Jae Hwang<sup>1</sup></span>
</div>

<!-- Affiliations -->
<div class="is-size-4 publication-authors" style="color: white; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); margin-top: 1em;">
<div class="is-size-6 publication-authors" style="color: white; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); margin-top: 0.2rem;">
<span class="author-block">Yonsei University<sup>1</sup></span>&emsp;
<span class="author-block">University of California, Merced<sup>2</sup></span>
</div>
Expand Down

0 comments on commit 429f900

Please sign in to comment.