From 83b03e9615f569cdcdf877819dbcb9ce4af84af1 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 4 Oct 2012 14:17:07 -0400 Subject: [PATCH] Add a gale code for the Gale electronic resources Every electronic resource provider has to be different, eh? Sheesh. Signed-off-by: Dan Scott --- tools/ebooks/prep_ebook_records.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ebooks/prep_ebook_records.py b/tools/ebooks/prep_ebook_records.py index 625a070d8e..0884634e58 100644 --- a/tools/ebooks/prep_ebook_records.py +++ b/tools/ebooks/prep_ebook_records.py @@ -45,6 +45,7 @@ class Institution(): self.laurentian = { \ "code": "LUSYS", \ "ebrary_code": "jndlu", \ + "gale_code": "sudb78095", \ "proxy": "https://librweb.laurentian.ca/login?url=", \ "link_text": "Available online / disponible en ligne", \ "sfx_url": "http://sfx.scholarsportal.info/laurentian", \ @@ -54,6 +55,7 @@ class Institution(): self.windsor = { \ "code": "WINDSYS", \ "ebrary_code": "oculwindsor", \ + "gale_code": "wind05901", \ "proxy": "http://ezproxy.uwindsor.ca/login?url=", \ "link_text": "Available online", \ "sfx_url": "http://sfx.scholarsportal.info/windsor", \ -- 2.11.0