/[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 1332 by dpavlin, Sun Apr 18 11:04:49 2010 UTC revision 1333 by dpavlin, Sat May 22 20:05:33 2010 UTC
# Line 14  use Text::Unaccent; Line 14  use Text::Unaccent;
14  our $q = 'AD=Croatia';  our $q = 'AD=Croatia';
15  my $range_size = 500;  my $range_size = 500;
16  my $overlap    = 3; # between previous and this range  my $overlap    = 3; # between previous and this range
17  my $skip_results = 0;  my $skip_results = 1;
18  my $cites_by_year = 0;  my $cites_by_year = 0;
19    
20  my $max_cites = 5000; # ISI limit to get cites  my $max_cites = 5000; # ISI limit to get cites
# Line 29  if ( 0 ) { Line 29  if ( 0 ) {
29  $q = unac_string( 'utf-8', join(' ', @ARGV) ) if @ARGV;  $q = unac_string( 'utf-8', join(' ', @ARGV) ) if @ARGV;
30    
31  our $mech = WWW::Mechanize->new(  our $mech = WWW::Mechanize->new(
32          autocheck => 1,          autocheck => 0, # it dies in reference download with it!
33          cookie_jar => undef,          cookie_jar => undef,
34  );  );
35    

Legend:
Removed from v.1332  
changed lines
  Added in v.1333

  ViewVC Help
Powered by ViewVC 1.1.26