Generating bibliographic files (BibTeX, RIS, etc.)

2019-04-12 20:07发布

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?

2条回答
你好瞎i
2楼-- · 2019-04-12 20:41

A powerful tool to convert between various bibliographic formats is bibutils. EndNote and RefMan should both readily accept the RIS format.

查看更多
Evening l夕情丶
3楼-- · 2019-04-12 20:55

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.

查看更多
登录 后发表回答