From 1d8ebd07825c863f289e7b09a87e8ab315877af7 Mon Sep 17 00:00:00 2001 From: Marijana Glavica Date: Tue, 23 Jul 2019 11:14:07 +0200 Subject: [PATCH] uncommited changes --- vhost/ecas/config.yml | 14 ++++++++++++++ vhost/ecas/ecas-labels.txt | 1 + vhost/ecas/ecas-search.html | 9 ++++++--- vhost/ecas/html.pm | 5 +++++ 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/vhost/ecas/config.yml b/vhost/ecas/config.yml index da56e32..f30dfcb 100644 --- a/vhost/ecas/config.yml +++ b/vhost/ecas/config.yml @@ -20,6 +20,20 @@ databases: name: 'Katalog elektroničkih časopisa' # description: 'dostupnih u zbirkama nabavljenim za potrebe visokoškolskih i znanstvenih ustanova Republike Hrvatske' input: + - name: 'taylor' + description: 'Taylor & Francis Online' + module: 'WebPAC::Input::TSV' + path: 'vhost/ecas/data/taylor/latest/taylor.txt' + skip: 0 + normalize: + - path: 'vhost/ecas/taylor.pl' + - name: 'sage' + description: 'SAGE HSS collection' + module: 'WebPAC::Input::Excel' + path: 'vhost/ecas/data/sage/2016_sage_hss_title_list.xls' + skip: 0 + normalize: + - path: 'vhost/ecas/sage.pl' - name: 'cairn' description: 'Cairn' module: 'WebPAC::Input::CSV' diff --git a/vhost/ecas/ecas-labels.txt b/vhost/ecas/ecas-labels.txt index ba6c4cf..f4d77c4 100644 --- a/vhost/ecas/ecas-labels.txt +++ b/vhost/ecas/ecas-labels.txt @@ -7,6 +7,7 @@ urlp Proxy URL urlpe URL urlf URL urlebsco URL +urlebscopa URL keyword Ključne riječi language Jezik publisher Izdavač diff --git a/vhost/ecas/ecas-search.html b/vhost/ecas/ecas-search.html index 2363e91..48fd5dc 100644 --- a/vhost/ecas/ecas-search.html +++ b/vhost/ecas/ecas-search.html @@ -32,8 +32,8 @@ rezultata po stranici

Zbirke:

diff --git a/vhost/ecas/html.pm b/vhost/ecas/html.pm index c09661b..5e5e4cd 100644 --- a/vhost/ecas/html.pm +++ b/vhost/ecas/html.pm @@ -34,6 +34,11 @@ sub urlebsco { qq{ Pristup od kuće }; } +sub urlebscopa { + my ($self,$urlebscopa) = @_; + qq{ Pristup od kuće }; +} + #sub publisher { # my ($self,$publisher) = @_; # qq{$publisher}; -- 2.20.1