Are there methods or tools to facilitate generating bibliographic data files (for BibTeX, EndNote, RefMan, etc.) from database records to show to visitors of a website so they can easily import the citations?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
A powerful tool to convert between various bibliographic formats is bibutils. EndNote and RefMan should both readily accept the RIS format.
回答2:
On a Linux system you can execute
cat myrisfile.ris | ris2xml | xml2bib > mybibfile.bib
to convert myrisfile.ris to mybibfile.bib in a BibTeX format if the package bibutils
is installed.