문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top