diff --git a/index.html b/index.html
index e4cea6b..a116588 100644
--- a/index.html
+++ b/index.html
@@ -35,9 +35,11 @@
+
-
Generation Examples
@@ -75,6 +77,9 @@ Description
such as the CLAP score, further enhancing the generations.
We use the CLAP loss as an example, confirming that end-to-end fine-tuning further boosts the generation quality.
+
+ Please join us at INTERSPEECH 2024 at Kos Island, Greece!
+
diff --git a/poster.pdf b/poster.pdf
new file mode 100644
index 0000000..523d067
Binary files /dev/null and b/poster.pdf differ
diff --git a/styles.css b/styles.css
index 9cd4291..9336908 100644
--- a/styles.css
+++ b/styles.css
@@ -38,6 +38,12 @@ header h3 {
margin-top: -.4em;
}
+.venue {
+ font-weight: 400;
+ font-size: 1.1em;
+ margin-top: -.2em;
+}
+
.section {
font-weight: 400;
max-width: 850px;
@@ -60,6 +66,16 @@ header h3 {
border-bottom: 3px #c0c0c0;
}
+.venue_link {
+ text-decoration: none;
+ color: #ffffff;
+}
+
+.venue_link:hover {
+ color: #d0d0d0;
+ border-bottom: 3px #c0c0c0;
+}
+
a:last-child {
margin-right: 0;
}