/[webpac2]/trunk/vhost/ecas/ovid.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/vhost/ecas/ovid.pl

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

revision 1179 by mglavica, Sat Apr 25 22:13:41 2009 UTC revision 1180 by mglavica, Wed Apr 29 22:24:22 2009 UTC
# Line 1  Line 1 
1    
2  search( 'title',        rec('Source') );  search( 'title',        rec('Source') );
3  search( 'issn',         rec('ISSN') );  search( 'issn',         rec('ISSN') );
4  search( 'url',          rec('Accession Number'));  search( 'url',          'http://ovidsp.ovid.com/ovidweb.cgi?T=JS&NEWS=n&PAGE=toc&D=ovft&AN=' . rec('Accession Number'));
5  search( 'collection',   rec('Journal Subset') );  search( 'collection',  
6            join_with(', ',
7                    config('input description'),
8                    rec('Journal Subset')
9            )
10    );
11    

Legend:
Removed from v.1179  
changed lines
  Added in v.1180

  ViewVC Help
Powered by ViewVC 1.1.26