/[webpac2]/trunk/bin/isi-download-results.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/isi-download-results.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1294 by dpavlin, Sat Sep 19 22:54:45 2009 UTC revision 1299 by dpavlin, Sat Sep 19 23:37:55 2009 UTC
# Line 9  use strict; Line 9  use strict;
9  our $q = 'AD=Croatia';  our $q = 'AD=Croatia';
10  my $range_size = 500;  my $range_size = 500;
11  my $overlap    = 3; # between previous and this range  my $overlap    = 3; # between previous and this range
12    my $skip_results = 1;
13    
14  my $max_cites = 5000; # ISI limit to get cites  my $max_cites = 5000; # ISI limit to get cites
15    
# Line 201  sub years { Line 202  sub years {
202    
203  search;  search;
204  years;  years;
205  get_results;  get_results unless $skip_results;
206    
207    
208  citations;  citations;

Legend:
Removed from v.1294  
changed lines
  Added in v.1299

  ViewVC Help
Powered by ViewVC 1.1.26