Created
April 17, 2015 18:12
-
-
Save jkeck/dd8364f5b86ddb9e13ac to your computer and use it in GitHub Desktop.
Example configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.libraries = { | |
'ARS' => 'Archive of Recorded Sound', | |
'ART' => 'Art & Architecture Library', | |
'BIOLOGY' => 'Biology Library (Falconer)', | |
'BUSINESS' => 'Business Library', | |
'CHEMCHMENG' => 'Chemistry & ChemEng Library (Swain)', | |
'CLASSICS' => 'Classics Library', | |
'EARTH-SCI' => 'Earth Sciences Library (Branner)', | |
'EAST-ASIA' => 'East Asia Library', | |
'EDUCATION' => 'Education Library (Cubberley)', | |
'ENG' => 'Engineering Library (Terman)', | |
'GREEN' => 'Green Library', | |
'HOOVER' => 'Hoover Library', | |
'HOPKINS' => 'Marine Biology Library (Miller)', | |
'HV-ARCHIVE' => 'Hoover Archives', | |
'LANE-MED' => 'Medical Library (Lane)', | |
'LATHROP' => 'Lathrop Library', | |
'LAW' => 'Law Library (Crown)', | |
'MATH-CS' => 'Math & Statistics Library', | |
'MUSIC' => 'Music Library', | |
'SAL' => 'SAL1&2 (on-campus shelving)', | |
'SAL3' => 'SAL3 (off-campus storage)', | |
'SAL-NEWARK' => 'SAL Newark (off-campus storage)', | |
'SPEC-COLL' => 'Special Collections', | |
'TANNER' => 'Philosophy Library (Tanner)' | |
} | |
config.pickup_libraries = ['ARS', 'ART', 'BIOLOGY', 'EARTH-SCI', 'EAST-ASIA', 'GREEN'] | |
config.library_specific_pickup_libraries = { | |
'LAW' => ['GREEN'] | |
} | |
config.location_specific_pickup_libraries = { | |
'PAGE-MU' => ['MUSIC'], | |
'PAGE-SPEC' => ['SPEC-COLL'] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment