$skip_results to get just citations
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 19 Sep 2009 23:37:55 +0000 (23:37 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 19 Sep 2009 23:37:55 +0000 (23:37 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1299 07558da8-63fa-0310-ba24-9fe276d99e06

bin/isi-download-results.pl

index e58893b..b599264 100755 (executable)
@@ -9,6 +9,7 @@ use strict;
 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 @@ sub years {
 
 search;
 years;
-get_results;
+get_results unless $skip_results;
 
 
 citations;