vhost/ecas changes
[webpac2] / vhost / ecas / ovid2json.pl
1 tag( 'title',   rec('Source') );
2 tag( 'issn',    rec('ISSN') );
3 tag( 'url',     rec('Link to the Ovid Full Text or citation') );
4 tag( 'urlp',    rec('Link to the Ovid Full Text or citation') );
5 tag( 'collection',      
6         join_with('. ',
7                 rec('Database'),
8                 rec('Journal Subset'),
9         )
10 );