OldDragon commited on
Commit
14f56ca
·
verified ·
1 Parent(s): 445291b

undefined - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +17 -0
index.html CHANGED
@@ -230,6 +230,23 @@
230
  </div>
231
  </div>
232
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
 
234
 
235
 
 
230
  </div>
231
  </div>
232
  </div>
233
+ <!-- Citation Section -->
234
+ <div class="mt-12 bg-white rounded-xl shadow-md overflow-hidden pb-8">
235
+ <div class="p-8">
236
+ <h2 class="text-2xl font-bold text-gray-900 mb-6">Citation</h2>
237
+ <p class="text-gray-600 mb-4">
238
+ If you find this dataset or code useful in your research, please consider citing the following paper:
239
+ </p>
240
+ <div class="bg-gray-50 p-4 rounded-md border-l-4 border-indigo-200">
241
+ <pre class="text-sm text-gray-700 whitespace-pre-wrap">@article{wu20215m3sd,
242
+ title={M3SD: Multi-modal, Multi-scenario and Multi-language Speaker Diarization Dataset},
243
+ author={Shilong Wu and Hang Chen and Jun Du},
244
+ journal={arXiv preprint arXiv:2506.14427},
245
+ year={2025}
246
+ }</pre>
247
+ </div>
248
+ </div>
249
+ </div>
250
 
251
 
252