ortal1602 commited on
Commit
2d1be7c
·
verified ·
1 Parent(s): e81aded

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -2
index.html CHANGED
@@ -84,6 +84,10 @@
84
  audio {
85
  width: 100%;
86
  }
 
 
 
 
87
  }
88
  </style>
89
  </head>
@@ -101,6 +105,7 @@
101
  <br>
102
  <p>
103
  <a href="https://arxiv.org/abs/2506.08570" target="_blank">Full Paper</a>
 
104
  </p>
105
  </div>
106
 
@@ -179,7 +184,7 @@
179
  </script>
180
 
181
  <div class="container">
182
- <h1>Bibtex</h1>
183
  <pre><code>
184
  @article{tal2025autoregressivevsflowmatchingcomparative,
185
  title={Auto-Regressive vs Flow-Matching: a Comparative Study of Modeling Paradigms for Text-to-Music Generation},
@@ -190,7 +195,9 @@
190
  primaryClass={cs.SD},
191
  url={https://arxiv.org/abs/2506.08570},
192
  }
193
- </code></pre>
 
 
194
  </div>
195
 
196
  <!-- Section 1 -->
 
84
  audio {
85
  width: 100%;
86
  }
87
+
88
+ html {
89
+ scroll-behavior: smooth;
90
+ }
91
  }
92
  </style>
93
  </head>
 
105
  <br>
106
  <p>
107
  <a href="https://arxiv.org/abs/2506.08570" target="_blank">Full Paper</a>
108
+ <a href="#bibtex">Cite this work</a>
109
  </p>
110
  </div>
111
 
 
184
  </script>
185
 
186
  <div class="container">
187
+ <h1 id="bibtex">Bibtex</h1>
188
  <pre><code>
189
  @article{tal2025autoregressivevsflowmatchingcomparative,
190
  title={Auto-Regressive vs Flow-Matching: a Comparative Study of Modeling Paradigms for Text-to-Music Generation},
 
195
  primaryClass={cs.SD},
196
  url={https://arxiv.org/abs/2506.08570},
197
  }
198
+ </code>
199
+ <button class="copy-btn" onclick="copyBibtex()">⧉</button>
200
+ </pre>
201
  </div>
202
 
203
  <!-- Section 1 -->