/[webpac2]/branches/Sack/conf/dipl/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 /branches/Sack/conf/dipl/cu-au-count.pl

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

revision 1208 by dpavlin, Fri May 29 21:41:37 2009 UTC revision 1213 by dpavlin, Sat May 30 20:39:50 2009 UTC
# Line 1  Line 1 
1    
2  foreach my $cr ( rec_array 'CR' ) {  foreach my $au ( rec_array 'AU' ) {
3          foreach my $au ( rec_array 'AU' ) {          row( 'authors', au => $au );
4                  row(          foreach my $cr ( rec_array 'CR' ) {
5                          cited => $cr->{author},                  if ( ! $cr->{author} ) {
6                          au => $au,  #                       warn "# cr ",dump( $cr );
7                            next;
8                    }
9                    row( 'cited',
10                            cited_au => $cr->{author},
11                            from_au => $au,
12                  );                  );
13          }          }
14  }  }
15    

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

  ViewVC Help
Powered by ViewVC 1.1.26