--- trunk/bin/isi-download-results.pl 2012/08/08 14:20:26 1369 +++ trunk/bin/isi-download-results.pl 2012/08/12 12:38:51 1370 @@ -12,16 +12,17 @@ # http://images.isiknowledge.com/WOK46/help/WOS/h_advanced_examples.html our $q = 'AD=Croatia'; -$q = 'AU=BRATKO, D'; +#$q = 'AU=BRATKO, D'; +$q = 'CA=BRATKO, D'; #$q = 'AD=(croat* OR hrvat*)'; my $range_size = 100; my $overlap = 3; # between previous and this range -my $results = 1; +my $results = 0; my $citations = 0; -my $cited_reference = 0; # html tables -my $citing_articles = 0; # as many files as cited articles +my $cited_reference = 1; # html tables +my $citing_articles = 1; # as many files as cited articles my $cites_by_year = 0; @@ -296,6 +297,7 @@ save_mech "/tmp/isi.$q.citedref.$page"; last unless next_page(); + $page++; if ( $mech->content =~ m/(\d+\s*-\s*(\d+))/ ) { warn "span: $1\n";