Jab Ref

参考文献管理:jabref(version2.2,2007)和endnote(X.0.2)存储文件的转换(导入和导出) 苏 发表于 2007-11-13 16:42:38 参考文献管理:jabref(version2.2 , 2007)和endnote(X.0.2)存储文件的转换(导入和导出)

必要的准备:

打开Jabref 选择Tool-> Unpack Endnote filter set ; 这步的目的是生成一些指导endnote导入导出的文件,命名后保存该文件,例如命名为’a.zip’。 解压缩a.zip文件,生成目录‘Endnote-JabRef filters‘ 里面包含若干文件,阅读readme.txt

安装转换文件: Readme.txt 中详述了转换文件的安装方法: ******************************************************************************** Installation 1: EndNote Import from JabRef filter ********************************************************************************

EndNote Import from JabRef.eni:


This file must be placed in your EndNote Filters directory.

On a Mac OS X system, the default directory is /Applications/EndNote 7/Filters.

On a Windows XP system, the default directory is C:\Program Files\EndNote\Filters

The default EndNote Import filter is able to import the files from JabRef, but supports many fewer fields and does not parse authors or editors correctly. After installation, you should then open up the Filter Manager (Edit->Import Filters->Open Filter Manager) and add it to your Favorites so that it appears directly in the Import dialog.

******************************************************************************** Installation 2: Modifying Reference Types ********************************************************************************

In order to have EndNote display proper field names and to add JabRef-specific fields to new EndNote entries, follow these steps:

ENDNOTE 8:

RefTypeTable.xml:


On Windows XP, this file should be placed in C:\Documents and Settings\\Application Data\EndNote\

转换 转换的过程有些人会失败,下面下划线的部分列出了主要的原因: 从Jabref-> Endnote 首先,用jabref打开某个*.bib, 然后File->Export 在Files of type 中选择Endnote(*.txt); 命名后保存。 然后,新建一个txt文件,例如叫 new.txt,将刚导出的txt文件打开,copy所有内容,然后copy到这个新的new.txt里, 保存; 最后,在Endnote里面,Edit-> Import Filters-> Open Filter Manager, 在Endnote Import From JabRef上面打勾;然后File-> Import -> Import Option中选择Endnote Import From JabRef,导入new.txt就OK了。

Endnote-> jabref 把上面建立的endnote文件打开,同样方式在Edit-> Output Filters中选择导出的Bibtex Export to JabRef,导出txt文件(如export.txt); 将export.txt文件后缀改为export.bib, 打开export.bib在最前面加入如下红色的信息

This file was created with JabRef 2.2. Encoding: UTF-16

例如

@article{ack2006a, Author = {Acker, Karin and Febo, Antonio and Trick, Sebastian and Perrino, Cinzia and Bruno, Paolo and Wiesen, Peter and Moeller, Detlev and Wieprecht, Wolfgang and Auel, Renate and Giusto, Marco and Geyer, Andreas and Platt, Ulrich and Allegrini, Ivo}, Title = {Nitrous acid in the urban area of Rome}, Journal = {Atmos. Environ.}, Volume = {40}, Pages = {3123--3133}, Shorttitle = {Nitrous acid in the urban area of Rome}, owner = {suhang}, EndNoteRefType = {Journal Article},

Year = {2006} } 。。。。。。

修改为 This file was created with JabRef 2.2. Encoding: UTF-16

@article{ack2006a, Author = {Acker, Karin and Febo, Antonio and Trick, Sebastian and Perrino, Cinzia and Bruno, Paolo and Wiesen, Peter and Moeller, Detlev and Wieprecht, Wolfgang and Auel, Renate and Giusto, Marco and Geyer, Andreas and Platt, Ulrich and Allegrini, Ivo}, Title = {Nitrous acid in the urban area of Rome}, Journal = {Atmos. Environ.}, Volume = {40}, Pages = {3123--3133}, Shorttitle = {Nitrous acid in the urban area of Rome}, owner = {suhang}, EndNoteRefType = {Journal Article},

Year = {2006} }