Advertisement
Guest User

Untitled

a guest
May 27th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. config.libraries = {
  2. 'ARS' => 'Archive of Recorded Sound',
  3. 'ART' => 'Art & Architecture Library',
  4. 'BIOLOGY' => 'Biology Library (Falconer)',
  5. 'BUSINESS' => 'Business Library',
  6. 'CHEMCHMENG' => 'Chemistry & ChemEng Library (Swain)',
  7. 'CLASSICS' => 'Classics Library',
  8. 'EARTH-SCI' => 'Earth Sciences Library (Branner)',
  9. 'EAST-ASIA' => 'East Asia Library',
  10. 'EDUCATION' => 'Education Library (Cubberley)',
  11. 'ENG' => 'Engineering Library (Terman)',
  12. 'GREEN' => 'Green Library',
  13. 'HOOVER' => 'Hoover Library',
  14. 'HOPKINS' => 'Marine Biology Library (Miller)',
  15. 'HV-ARCHIVE' => 'Hoover Archives',
  16. 'LANE-MED' => 'Medical Library (Lane)',
  17. 'LATHROP' => 'Lathrop Library',
  18. 'LAW' => 'Law Library (Crown)',
  19. 'MATH-CS' => 'Math & Statistics Library',
  20. 'MUSIC' => 'Music Library',
  21. 'SAL' => 'SAL1&2 (on-campus shelving)',
  22. 'SAL3' => 'SAL3 (off-campus storage)',
  23. 'SAL-NEWARK' => 'SAL Newark (off-campus storage)',
  24. 'SPEC-COLL' => 'Special Collections',
  25. 'TANNER' => 'Philosophy Library (Tanner)'
  26. }
  27. config.pickup_libraries = ['ARS', 'ART', 'BIOLOGY', 'EARTH-SCI', 'EAST-ASIA', 'GREEN']
  28.  
  29. config.library_specific_pickup_libraries = {
  30. 'LAW' => ['GREEN']
  31. }
  32.  
  33. config.location_specific_pickup_libraries = {
  34. 'PAGE-MU' => ['MUSIC'],
  35. 'PAGE-SPEC' => ['SPEC-COLL']
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement