Skip to content

Commit aded355

Browse files
committed
update
1 parent a32b0ec commit aded355

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

MomaGraph/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,9 +1601,22 @@ <h2 class="subtitle is-3 publication-title" style="font-size: 2rem; text-shadow:
16011601
</h2>
16021602

16031603
<!-- Conference Badge -->
1604+
<style>
1605+
@keyframes badgePulse {
1606+
0% { box-shadow: 0 4px 12px rgba(255, 77, 79, 0.15); transform: scale(1); }
1607+
50% { box-shadow: 0 6px 16px rgba(255, 77, 79, 0.35); transform: scale(1.02); }
1608+
100% { box-shadow: 0 4px 12px rgba(255, 77, 79, 0.15); transform: scale(1); }
1609+
}
1610+
.conference-badge {
1611+
animation: badgePulse 1.8s ease-in-out infinite;
1612+
display: inline-flex;
1613+
align-items: center;
1614+
gap: 6px;
1615+
}
1616+
</style>
16041617
<div style="display: flex; justify-content: center; margin-bottom: 1.5rem;">
1605-
<span style="background: linear-gradient(135deg, #FDB515, #f8cf5b); color: #1a1a1a; padding: 10px 18px; border-radius: 24px; font-weight: 700; letter-spacing: 0.5px; box-shadow: 0 4px 12px rgba(0,0,0,0.25); text-transform: uppercase;">
1606-
💐 ICLR 2026 🤖
1618+
<span class="conference-badge" style="background: linear-gradient(135deg, #FDB515, #f8cf5b); color: #1a1a1a; padding: 10px 18px; border-radius: 24px; font-weight: 700; letter-spacing: 0.5px; box-shadow: 0 4px 12px rgba(0,0,0,0.25); text-transform: uppercase;">
1619+
💐 ICLR 2026 🤖 🔥 <span style="color: #ff4d4f;">Oral</span> <span style="color: #ff4d4f;">Top 1%</span>
16071620
</span>
16081621
</div>
16091622

0 commit comments

Comments
 (0)