Commit 73f9a09 1 parent 9b01aee commit 73f9a09 Copy full SHA for 73f9a09
File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ <h4 class="institution">
35
35
< a style ="color: #DDD; text-decoration: none " href ="https://www.microsoft.com/applied-sciences " target =␣ >
36
36
Microsoft Applied Science Group</ a > ,
37
37
< a style ="color: #DDD; text-decoration: none " href ="https://me.berkeley.edu/ " target =␣ >
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 >
39
42
</ h4 >
40
- < div style ="height: 13px; "> </ div >
41
43
42
44
<!-- Buttons -->
43
45
< a href ="demo.html "> < button class ="demo-button "> Generation Examples</ button > </ a >
@@ -75,6 +77,9 @@ <h2>Description</h2>
75
77
such as the CLAP score, further enhancing the generations.
76
78
We use the CLAP loss as an example, confirming that end-to-end fine-tuning further boosts the generation quality.
77
79
</ 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 >
78
83
</ section >
79
84
80
85
< section class ="section ">
Original file line number Diff line number Diff line change @@ -38,6 +38,12 @@ header h3 {
38
38
margin-top : -.4em ;
39
39
}
40
40
41
+ .venue {
42
+ font-weight : 400 ;
43
+ font-size : 1.1em ;
44
+ margin-top : -.2em ;
45
+ }
46
+
41
47
.section {
42
48
font-weight : 400 ;
43
49
max-width : 850px ;
@@ -60,6 +66,16 @@ header h3 {
60
66
border-bottom : 3px # c0c0c0 ;
61
67
}
62
68
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
+
63
79
a : last-child {
64
80
margin-right : 0 ;
65
81
}
You can’t perform that action at this time.
0 commit comments