Files | Admin

Notes:

Release Name: isi-1.1.2

Notes:
= isi

== What is isi?
isi converts ISI Export Format to BibTeX Format.
This is a Ruby script. You can use isi as a library.

ISI Web of Science (http://portal.isiknowledge.com)
provides their bibliographic information in ISI Export Format.
You can get the tagged Marked List in Web of Science by
pushing the [SAVE TO FILE] button.

== Where is the homepage of isi?
http://isi-rb.rubyforge.org/

== Where can I download isi?
Go to http://rubyforge.org/projects/isi-rb/ .

== How can I use it?
=== Save the marked records to an output file in ISI Web of Science
Mark the articles in ISI Web of Science. Then, view and save the
marked records to an output file (savedrecs.txt). I recommend to
check \"Author(s)\", \"Title\", \"Source\", \"abstract*\", \"keywords\" and
\"source abbreviation\" as the fields to include in the output file.
=== Here are some examples
 % isi2bibtex savedrecs.txt
 % isi2bibtex savedrecs1.txt savedrecs2.txt > savedrecs.bib
 % isi2bibtex < savedrecs.txt > savedrecs.bib
 % cat savedrecs.txt | isi2bibtex > savedrecs.bib



Changes: fix isi.gemspec