Skip to content

Commit 73f9a09

Browse files
committed
INTERSPEECH
1 parent 9b01aee commit 73f9a09

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ <h4 class="institution">
3535
<a style="color: #DDD; text-decoration: none" href="https://www.microsoft.com/applied-sciences" target=&blank;>
3636
Microsoft Applied Science Group</a>, &nbsp;&nbsp;&nbsp;&nbsp;
3737
<a style="color: #DDD; text-decoration: none" href="https://me.berkeley.edu/" target=&blank;>
38-
University of California, Berkeley</a>
38+
University of California, Berkeley</a>
39+
</h4>
40+
<h4 class="venue">
41+
In <a class="venue_link" href="https://interspeech2024.org" target="_blank"><i>INTERSPEECH</i> 2024</a>
3942
</h4>
40-
<div style="height: 13px;"></div>
4143

4244
<!-- Buttons -->
4345
<a href="demo.html"><button class="demo-button">Generation Examples</button></a>
@@ -75,6 +77,9 @@ <h2>Description</h2>
7577
such as the CLAP score, further enhancing the generations.
7678
We use the CLAP loss as an example, confirming that end-to-end fine-tuning further boosts the generation quality.
7779
</p>
80+
<p>
81+
<b>Please join us at <a href="https://interspeech2024.org" target="_blank">INTERSPEECH 2024</a> at Kos Island, Greece!</b>
82+
</p>
7883
</section>
7984

8085
<section class="section">

poster.pdf

1.5 MB
Binary file not shown.

styles.css

+16
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ header h3 {
3838
margin-top: -.4em;
3939
}
4040

41+
.venue {
42+
font-weight: 400;
43+
font-size: 1.1em;
44+
margin-top: -.2em;
45+
}
46+
4147
.section {
4248
font-weight: 400;
4349
max-width: 850px;
@@ -60,6 +66,16 @@ header h3 {
6066
border-bottom: 3px #c0c0c0;
6167
}
6268

69+
.venue_link {
70+
text-decoration: none;
71+
color: #ffffff;
72+
}
73+
74+
.venue_link:hover {
75+
color: #d0d0d0;
76+
border-bottom: 3px #c0c0c0;
77+
}
78+
6379
a:last-child {
6480
margin-right: 0;
6581
}

0 commit comments

Comments
 (0)