/[webpac2]/trunk/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

Contents of /trunk/conf/dipl/cu-au-count.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1272 - (show annotations)
Tue Aug 11 13:05:35 2009 UTC (14 years, 8 months ago) by mglavica
File MIME type: text/plain
File size: 250 byte(s)
diploma work - changing the name of conf directory

1
2 foreach my $au ( rec_array 'AU' ) {
3 row( 'authors', au => $au );
4 foreach my $cr ( rec_array 'CR' ) {
5 if ( ! $cr->{author} ) {
6 # warn "# cr ",dump( $cr );
7 next;
8 }
9 row( 'cited',
10 cited_au => $cr->{author},
11 from_au => $au,
12 );
13 }
14 }
15

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.26