Add Boreal preferences for ebooks
authorDan Scott <dscott@laurentian.ca>
Thu, 10 Nov 2011 19:50:42 +0000 (14:50 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 12 Nov 2012 17:57:59 +0000 (12:57 -0500)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/ebooks/prep_ebook_records.py

index 80949de..bc6ceea 100644 (file)
@@ -32,6 +32,13 @@ class Institution():
             "sfx_url": "http://sfx.scholarsportal.info/algoma", \
             "access_note": "Access restricted to users with a valid Algoma University ID ;" \
         }
+
+        self.boreal = { \
+            "code": "OSBO", \
+            "ebrary_code": "boreal", \
+            "proxy": "http://ra.ocls.ca/ra/login.aspx?url=", \
+            "link_text": "Disponible en ligne" \
+        }
         
         self.laurentian = { \
             "code": "OSUL", \