Skip to content

Commit 6a7eaf2

Browse files
committed
v1.2.4 update images
1 parent afa6687 commit 6a7eaf2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
<meta property="og:description" content="Training Natural Language to SQL Reasoning Model By Reinforcement Learning"/>
1010
<meta property="og:url" content="https://github.com/MPX0222/SQL-R1"/>
1111
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
12-
<meta property="og:image" content="static/image/your_banner_image.png" />
12+
<meta property="og:image" content="images/overview.png" />
1313
<meta property="og:image:width" content="1200"/>
1414
<meta property="og:image:height" content="630"/>
1515

16+
1617

1718
<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
1819
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
@@ -85,21 +86,21 @@
8586
<div class="column is-narrow">
8687
<div class="logo-container">
8788
<!-- Institution Logos -->
88-
<div class="institution-logos" style="display: flex; align-items: center;">
89+
<div class="institution-logos" style="display: flex; align-items: center; padding-top: 10px;">
8990
<!-- IDEA Research Logo -->
9091
<div class="institution-logo">
9192
<img src="static/images/idea_logo.png" alt="IDEA Research" style="height: 80px;"/>
9293
</div>
9394
<!-- HKUST(GZ) Logo -->
9495
<div class="institution-logo">
95-
<img src="static/images/hkust_logo.png" alt="HKUST(GZ)" style="height: 90px;"/>
96+
<img src="static/images/hkust_logo.png" alt="HKUST(GZ)" style="height: 50px; padding-left: 30px;"/>
9697
</div>
9798
<div class="institution-logo">
98-
<img src="static/images/ucas_logo.png" alt="UCAS" style="height: 55px; padding-left: 10px;"/>
99+
<img src="static/images/ucas_logo.png" alt="UCAS" style="height: 50px; padding-left: 30px;"/>
99100
</div>
100101
<!-- Other institutions can be added here -->
101102
<div class="institution-logo">
102-
<img src="static/images/dataarc_logo.png" alt="DataArc" style="height: 80px; padding-left: 40px;"/>
103+
<img src="static/images/dataarc_logo.png" alt="DataArc" style="height: 100px; padding-left: 30px;"/>
103104
</div>
104105
</div>
105106
</div>
@@ -140,7 +141,7 @@ <h1 class="title is-1 publication-title">SQL-R1: Training Natural Language to SQ
140141
<!-- <span class="eql-cntrb"><small><br><sup>*</sup>Indicates Equal Contribution</small></span> -->
141142
</div>
142143

143-
<span class="author-block" style="color: rgb(128, 0, 128); font-weight: bold;">🎉 Accepted by NeurIPS 2025 Poster 🎉</span>
144+
<span class="author-block" style="color: rgb(128, 0, 128); font-weight: bold; font-size: 1.5em;">🎉 Accepted by NeurIPS 2025 Poster 🎉</span>
144145

145146
<div class="column has-text-centered">
146147
<div class="publication-links">

static/images/hkust_logo.png

13.5 KB
Loading

static/images/ucas_logo.png

17.4 KB
Loading

0 commit comments

Comments
 (0)