1、下载SurVis
fabian-beck/survis:视觉文献数据库 (github.com)
2、双击点开survis-master\survis-master\src下的index.html文件,可以看到如下效果
3、通过对survis-master\survis-master\bib下的references.bib文件进行增改,来实现页面数据的添加,具体步骤如下:
当前的references.bib为
此时此刻,假设你已经有一份对一篇论文相关的介绍了,例如(这个例子是我瞎编的):
@article{LLM,
abstract={Text-to-Music Retrieval, finding music based on a given natural language query, plays a pivotal role in content discovery within extensive music databases. To address this challenge, prior research has predominantly focused on a joint embedding of music audio and text, utilizing it to retrieve music tracks that exactly match descriptive queries related to musical attributes (i.e. genre, instrument) and contextual elements (i.e. mood, theme). However, users also articulate a need to explore music that shares similarities with their favorite tracks or artists, such as I need a similar track to Superstition by Stevie Wonder. To address these concerns, this paper proposes an improved Text-to-Music Retrieval model, denoted as TTMR++, which utilizes rich text descriptions generated with a finetuned large language model and metadata. To accomplish this, we obtained various types of seed text from several existing music tag and caption datasets and a knowledge graph dataset of artists and tracks. The experimental results show the effectiveness of TTMR++ in comparison to state-of-the-art music-text joint embedding models through a comprehensive evaluation involving various musical text queries. },
author={SeungHeon Doh, Minhee Lee,Dasaem Jeong,Juhan Nam},
doi={10.1109/ICASSP48485.2024.10446380},
journal={ IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
keywords={type:Music Informational Retrieval, Text-to-Music Retrieval, Large Language Mode},
number = {01},
publisher = {IEEE},
volume = {22},
series = {TVCG},
title = {Enriching Music Descriptions with A Finetuned-LLM and Metadata for Text-to-Music Retrieval},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10446380},
year = {2024}
}
把上面内容加到bib文件中,如下图所示(手动把多余空格删除),然后保存
接下来找到这个文件
cmd进入命令行
使用python运行该py文件
出现done就表示可以了,waitingfor changes in bib file: bib/references.bib这句话是一直在检查你的bib文件是否在更新,不用理会。
现在重新打开survis-master\survis-master\src下的index.html文件
添加的内容已经存在页面中,初步完成