--- trunk/bin/isi-download-results.pl 2010/04/18 11:04:49 1332 +++ trunk/bin/isi-download-results.pl 2010/05/22 20:05:33 1333 @@ -14,7 +14,7 @@ our $q = 'AD=Croatia'; my $range_size = 500; my $overlap = 3; # between previous and this range -my $skip_results = 0; +my $skip_results = 1; my $cites_by_year = 0; my $max_cites = 5000; # ISI limit to get cites @@ -29,7 +29,7 @@ $q = unac_string( 'utf-8', join(' ', @ARGV) ) if @ARGV; our $mech = WWW::Mechanize->new( - autocheck => 1, + autocheck => 0, # it dies in reference download with it! cookie_jar => undef, );