diff --git a/index.html b/index.html index 17313625..fee0ebe9 100644 --- a/index.html +++ b/index.html @@ -700,7 +700,7 @@

Logo: Efficient Frontier Visual Language Models

-

Enable large model training with limited resources

+

Train Cheaper, Run Faster, Perform Better!

@@ -730,7 +730,7 @@

Xiaolong Wang1,4, Pavlo Molchanov1, Jan Kautz1, - Hongxu Yin1, + Hongxu Yin1,‡, Song Han1,2‡, Video Results

- + BibTeX +

@@ -1234,7 +1235,7 @@

function copyToClipboard() { const bibtexContent = document.querySelector('#BibTeX pre code').textContent; navigator.clipboard.writeText(bibtexContent).then(() => { - alert('BibTeX content copied to clipboard!'); + alert("NVILA's BibTeX content copied to clipboard!"); }).catch(err => { console.error('Failed to copy text: ', err); });