vhost/ecas changes
[webpac2] / vhost / ecas / ovid2json.pl
diff --git a/vhost/ecas/ovid2json.pl b/vhost/ecas/ovid2json.pl
new file mode 100644 (file)
index 0000000..b023f4c
--- /dev/null
@@ -0,0 +1,10 @@
+tag( 'title',  rec('Source') );
+tag( 'issn',           rec('ISSN') );
+tag( 'url',            rec('Link to the Ovid Full Text or citation') );
+tag( 'urlp',           rec('Link to the Ovid Full Text or citation') );
+tag( 'collection',     
+       join_with('. ',
+               rec('Database'),
+               rec('Journal Subset'),
+       )
+);