wos2bib Version 0.4
Converts a Web of Science savedrecs file into the BibTeX file format

------------------------------------------------------------
(c) 2003 Ethan Gutmann
Distributed under the GNU General Public License (see LICENSE)
------------------------------------------------------------

HOMEPAGE http://aster.colorado.edu/wos2bib
email : gutmann@colorado.edu with bugs and feature requests.

USAGE : 
   wos2bib <inputfile> [outputfile]

   If the output file is not specified then 
      output file will be <inputfile>.bib

   Data will be appended to the end of the output
      file if it already exists.  


CAVEATS : 
For now wos2bib only handles journal articles.  It SHOULD gracefully continue when presented with a non-journal article (such as a book), but no guarantees.  It also only processes the following fields : 

	Title
	Author
	Year
	Journal name
	Volume
	Issue
	Pages (beginning and end pages, not total pages)
	Abstract
	Keywords
	
It SHOULD gracefully skip any other fields that happen to be in the file, but again, no guarantees

If the Web of Science format changes this program will probably break (depending on how much they change it).  

VERSION HISTORY : 
	0.2 inital public release
	0.3 Maarten Sneep added code to convert words to lowercase
			improve page number handling
			prevent printing blank fields
			improve handling of output line commas
	0.4 Increased the size of abstracts to 32k
		0.4.1 Fixed filename handling bug on Linux systems
