Add a gale code for the Gale electronic resources
authorDan Scott <dscott@laurentian.ca>
Thu, 4 Oct 2012 18:17:07 +0000 (14:17 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 May 2013 18:58:02 +0000 (14:58 -0400)
Every electronic resource provider has to be different, eh? Sheesh.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/ebooks/prep_ebook_records.py

index 625a070..0884634 100644 (file)
@@ -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", \