Skip to content

Instantly share code, notes, and snippets.

@jkeck
Created April 17, 2015 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkeck/dd8364f5b86ddb9e13ac to your computer and use it in GitHub Desktop.
Save jkeck/dd8364f5b86ddb9e13ac to your computer and use it in GitHub Desktop.
Example configuration
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