GitHub-hosted SurVis Web3 Tags
GitHub-hosted SurVis Web3 Tags 快捷导航: GitHub-hosted SurVis Web:链接 Github-hosted SurVis Web2 Bib:链接 Github-hosted SurVis Web3 Tags:链接 为了更新Tags,需要改两个地方: src/data/tag_categories.js bib/references.bib中每个keywords->src/data/generated/bib.js src/data/tag_categories.js Step1:找到src/data/tag_categories.js文件,以下是对文件的解释 define({ %% 以下是在网页Keywords里会显示的内容 %% tagCategories: { "type": { %% Keywords里的Key %% "description": "type of the paper" %% 鼠标移到"type"上方时的提示 %% } } }) Step2:修改src/data/tag_catego....