/[webpac2]/trunk/conf/isi/cu-au-count.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/conf/isi/cu-au-count.pl

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

revision 1207 by dpavlin, Fri May 29 20:32:13 2009 UTC revision 1208 by dpavlin, Fri May 29 21:41:37 2009 UTC
# Line 3  foreach my $cr ( rec_array 'CR' ) { Line 3  foreach my $cr ( rec_array 'CR' ) {
3          foreach my $au ( rec_array 'AU' ) {          foreach my $au ( rec_array 'AU' ) {
4                  row(                  row(
5                          cited => $cr->{author},                          cited => $cr->{author},
6                          by => $au,                          au => $au,
7                  );                  );
8          }          }
9  }  }

Legend:
Removed from v.1207  
changed lines
  Added in v.1208

  ViewVC Help
Powered by ViewVC 1.1.26