--- trunk/bin/isi-download-results.pl 2009/09/19 22:54:45 1294 +++ trunk/bin/isi-download-results.pl 2009/09/19 23:37:55 1299 @@ -9,6 +9,7 @@ our $q = 'AD=Croatia'; my $range_size = 500; my $overlap = 3; # between previous and this range +my $skip_results = 1; my $max_cites = 5000; # ISI limit to get cites @@ -201,7 +202,7 @@ search; years; -get_results; +get_results unless $skip_results; citations;