From 4f05a983d3a23d5f38d12a228e827350067add0f Mon Sep 17 00:00:00 2001 From: Adrian Pohl Date: Wed, 9 Aug 2023 12:57:23 +0200 Subject: [PATCH 1/2] Update DE-466 & DE-467 --- conf/isil2opac_hbzid.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/isil2opac_hbzid.json b/conf/isil2opac_hbzid.json index 39df3e8..ddc0224 100644 --- a/conf/isil2opac_hbzid.json +++ b/conf/isil2opac_hbzid.json @@ -155,13 +155,12 @@ "DE-107": "https://kat.lbz-rlp.de/webOPACClient.lbzsis/start.do?Query=0010=%22{hbzid}%22", "DE-121": "https://www.dshs-koeln.de/aleph/F?func=item-cen-2&doc_library=STR01&doc_001_number={hbzid}&local_base=STR01", "DE-290": "https://www.ub.tu-dortmund.de/webOPACClient/start.do?Query=0010=%22{hbzid}%22", - "DE-361": "http://katalogplus.ub.uni-bielefeld.de/cgi-bin/new_search.cgi?kat1=si&var1={hbzid}&kat2=ti&var2=&kat3=aup&var3=&bestand=lok&sprache=GER&art=f&fsubmit=1&vr=1&opt=&pagesize=10", "DE-385": "http://primo.kobv.de/primo_library/libweb/action/dlSearch.do?vid=TRI_UB_I&institution=TRI_UB_I&search_scope=localude&bulkSize=10&lang=ger&indx=1&onCampus=false&query=any,contains,{hbzid}", "DE-386": "https://opac.ub.uni-kl.de/F?func=item-cen-2&doc_library=KLU01&doc_001_number={hbzid}", "DE-464": "https://primo.uni-due.de/discovery/search?query=any,contains,{hbzid}&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0", "DE-465": "https://primo.uni-due.de/discovery/search?query=any,contains,{hbzid}&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0", - "DE-466": "https://katalog.ub.uni-paderborn.de/searches?on_campus=false&query_terms%5B%5D%5Bif%5D=lsr05&query_terms%5B%5D%5Bpo%5D=contains&query_terms%5B%5D%5Bq%5D={hbzid}&scope=catalog&sf=rank", - "DE-467": "http://obelix.ub.uni-siegen.de/F/?func=find-b&request={hbzid}&find_code=IDN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=", + "DE-466": "hhttps://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D={hbzid}", + "DE-467": "https://ub-siegen.digibib.net/search/katalog/list?start=1&defaults=on&q-al={hbzid}", "DE-468": "https://katalog.bib.uni-wuppertal.de/F?func=item-cen-2&doc_library=WUP01&doc_001_number={hbzid}", "DE-575": "https://www.dshs-koeln.de/aleph/F?func=item-cen-2&doc_library=MHD01&doc_001_number={hbzid}&local_base=MHD01", "DE-708": "http://ub-parma.fernuni-hagen.de/F/?func=find-b&request={hbzid}&find_code=IDN&adjacent=N&x=45&y=11&filter_code_2=WYR&filter_request_2=", From 300e3a27e0c4e142bd5beae9887a456f4ce0ebc0 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Wed, 9 Aug 2023 13:59:37 +0200 Subject: [PATCH 2/2] Fix typo in conf/isil2opac_hbzid.json --- conf/isil2opac_hbzid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/isil2opac_hbzid.json b/conf/isil2opac_hbzid.json index ddc0224..8dbc283 100644 --- a/conf/isil2opac_hbzid.json +++ b/conf/isil2opac_hbzid.json @@ -159,7 +159,7 @@ "DE-386": "https://opac.ub.uni-kl.de/F?func=item-cen-2&doc_library=KLU01&doc_001_number={hbzid}", "DE-464": "https://primo.uni-due.de/discovery/search?query=any,contains,{hbzid}&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0", "DE-465": "https://primo.uni-due.de/discovery/search?query=any,contains,{hbzid}&tab=Everything&search_scope=MyInst_and_CI_custom&vid=49HBZ_UDE:UDE&offset=0", - "DE-466": "hhttps://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D={hbzid}", + "DE-466": "https://katalog.ub.uni-paderborn.de/local/s?sr%5Bq,any%5D={hbzid}", "DE-467": "https://ub-siegen.digibib.net/search/katalog/list?start=1&defaults=on&q-al={hbzid}", "DE-468": "https://katalog.bib.uni-wuppertal.de/F?func=item-cen-2&doc_library=WUP01&doc_001_number={hbzid}", "DE-575": "https://www.dshs-koeln.de/aleph/F?func=item-cen-2&doc_library=MHD01&doc_001_number={hbzid}&local_base=MHD01",