From: Dan Scott Date: Thu, 4 Oct 2012 18:17:07 +0000 (-0400) Subject: Add a gale code for the Gale electronic resources X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=db06a23ff8325e5f62129498563c07c5bb0f649e;p=contrib%2FConifer.git Add a gale code for the Gale electronic resources Every electronic resource provider has to be different, eh? Sheesh. Signed-off-by: Dan Scott --- 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", \