/[webpac2]/trunk/conf/normalize/isi/isi2sorted.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/normalize/isi/isi2sorted.pl

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

revision 1198 by mglavica, Wed May 27 00:08:57 2009 UTC revision 1199 by mglavica, Thu May 28 17:57:04 2009 UTC
# Line 1  Line 1 
1  sorted('cited',  sorted('au',
2          rec('CR','full')          prefix( rec('UT') . ' | ',
3                    rec('AU')
4            )
5  );  );
6    
7    
8    
9    sorted('cr',
10            suffix(
11                    ' | ' . rec('UT') . ' | ' . join_with(' ; ', rec('AU')) . ' | ' . join_with(' ; ', rec('SO')) . ' | ' . rec('PY'),
12                    rec('CR','full')
13            )
14    );
15    

Legend:
Removed from v.1198  
changed lines
  Added in v.1199

  ViewVC Help
Powered by ViewVC 1.1.26