exlibris-aleph 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +3 -0
  3. data/Rakefile +38 -0
  4. data/lib/exlibris-aleph.rb +20 -0
  5. data/lib/exlibris/aleph/bor_auth.rb +40 -0
  6. data/lib/exlibris/aleph/config/config_base.rb +49 -0
  7. data/lib/exlibris/aleph/config/config_by_sub_library.rb +32 -0
  8. data/lib/exlibris/aleph/config/pc_tab_exp_field_extended.rb +20 -0
  9. data/lib/exlibris/aleph/config/tab15_by_item_process_status.rb +33 -0
  10. data/lib/exlibris/aleph/config/tab15_by_item_status.rb +33 -0
  11. data/lib/exlibris/aleph/config/tab31.rb +39 -0
  12. data/lib/exlibris/aleph/config/tab37.rb +50 -0
  13. data/lib/exlibris/aleph/config/tab40.rb +20 -0
  14. data/lib/exlibris/aleph/config/tab_sub_library.rb +21 -0
  15. data/lib/exlibris/aleph/config/tab_www_item_desc.rb +20 -0
  16. data/lib/exlibris/aleph/patron.rb +72 -0
  17. data/lib/exlibris/aleph/record.rb +56 -0
  18. data/lib/exlibris/aleph/rest.rb +31 -0
  19. data/lib/exlibris/aleph/tab_helper.rb +252 -0
  20. data/lib/exlibris/aleph/version.rb +5 -0
  21. data/lib/tasks/exlibris-aleph_tasks.rake +13 -0
  22. data/test/dummy/README.rdoc +261 -0
  23. data/test/dummy/Rakefile +7 -0
  24. data/test/dummy/app/assets/javascripts/application.js +15 -0
  25. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  26. data/test/dummy/app/controllers/application_controller.rb +3 -0
  27. data/test/dummy/app/helpers/application_helper.rb +2 -0
  28. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  29. data/test/dummy/config.ru +4 -0
  30. data/test/dummy/config/aleph/NYU50/collections.yml +1128 -0
  31. data/test/dummy/config/aleph/NYU50/item_permissions_by_item_process_status.yml +71226 -0
  32. data/test/dummy/config/aleph/NYU50/item_permissions_by_item_status.yml +20090 -0
  33. data/test/dummy/config/aleph/NYU50/items.yml +609 -0
  34. data/test/dummy/config/aleph/NYU50/patron_permissions.yml +22687 -0
  35. data/test/dummy/config/aleph/NYU50/patrons.yml +245 -0
  36. data/test/dummy/config/aleph/NYU50/pickup_locations.yml +2049 -0
  37. data/test/dummy/config/aleph/NYU51/collections.yml +41 -0
  38. data/test/dummy/config/aleph/NYU51/item_permissions_by_item_process_status.yml +7689 -0
  39. data/test/dummy/config/aleph/NYU51/item_permissions_by_item_status.yml +447 -0
  40. data/test/dummy/config/aleph/NYU51/items.yml +617 -0
  41. data/test/dummy/config/aleph/NYU51/patron_permissions.yml +6496 -0
  42. data/test/dummy/config/aleph/NYU51/patrons.yml +233 -0
  43. data/test/dummy/config/aleph/NYU51/pickup_locations.yml +456 -0
  44. data/test/dummy/config/aleph/sub_libraries.yml +756 -0
  45. data/test/dummy/config/application.rb +56 -0
  46. data/test/dummy/config/boot.rb +10 -0
  47. data/test/dummy/config/database.yml +25 -0
  48. data/test/dummy/config/environment.rb +5 -0
  49. data/test/dummy/config/environments/development.rb +37 -0
  50. data/test/dummy/config/environments/production.rb +67 -0
  51. data/test/dummy/config/environments/test.rb +37 -0
  52. data/test/dummy/config/initializers/aleph.rb +1 -0
  53. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  54. data/test/dummy/config/initializers/inflections.rb +15 -0
  55. data/test/dummy/config/initializers/mime_types.rb +5 -0
  56. data/test/dummy/config/initializers/secret_token.rb +7 -0
  57. data/test/dummy/config/initializers/session_store.rb +8 -0
  58. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  59. data/test/dummy/config/locales/en.yml +5 -0
  60. data/test/dummy/config/routes.rb +58 -0
  61. data/test/dummy/db/test.sqlite3 +0 -0
  62. data/test/dummy/log/aleph/aleph_tab_helper.log +1 -0
  63. data/test/dummy/log/test.log +1860 -0
  64. data/test/dummy/public/404.html +26 -0
  65. data/test/dummy/public/422.html +26 -0
  66. data/test/dummy/public/500.html +25 -0
  67. data/test/dummy/public/favicon.ico +0 -0
  68. data/test/dummy/script/rails +6 -0
  69. data/test/exlibris-aleph_test.rb +7 -0
  70. data/test/test_helper.rb +10 -0
  71. data/test/unit/bor_auth_test.rb +24 -0
  72. data/test/unit/patron_test.rb +37 -0
  73. data/test/unit/record_benchmarks.rb +26 -0
  74. data/test/unit/record_test.rb +28 -0
  75. data/test/unit/tab_helper_benchmarks.rb +56 -0
  76. data/test/unit/tab_helper_test.rb +180 -0
  77. metadata +220 -0
@@ -0,0 +1,756 @@
1
+ ---
2
+ USR00:
3
+ :code: USR00
4
+ :type: '2'
5
+ :library: ''
6
+ :text: USR00 Library
7
+ HOME:
8
+ :code: HOME
9
+ :type: '3'
10
+ :library: ''
11
+ :text: Home address
12
+ BOX:
13
+ :code: BOX
14
+ :type: '3'
15
+ :library: ''
16
+ :text: In-house mailbox
17
+ ILLDT:
18
+ :code: ILLDT
19
+ :type: '3'
20
+ :library: ''
21
+ :text: ILL Department
22
+ BOBST:
23
+ :code: BOBST
24
+ :type: '1'
25
+ :library: NYU50
26
+ :text: NYU Bobst
27
+ BAFC:
28
+ :code: BAFC
29
+ :type: '1'
30
+ :library: NYU50
31
+ :text: NYU Bobst Avery Fisher Center
32
+ BFALE:
33
+ :code: BFALE
34
+ :type: '1'
35
+ :library: NYU50
36
+ :text: NYU Bobst Special Collections
37
+ BLCC:
38
+ :code: BLCC
39
+ :type: '1'
40
+ :library: NYU50
41
+ :text: NYU Bobst Library Computer Ctr
42
+ BREF6:
43
+ :code: BREF6
44
+ :type: '1'
45
+ :library: NYU50
46
+ :text: NYU Bobst 6th Floor Reference
47
+ BRES:
48
+ :code: BRES
49
+ :type: '1'
50
+ :library: NYU50
51
+ :text: NYU Bobst Reserve Collection
52
+ BTAM:
53
+ :code: BTAM
54
+ :type: '1'
55
+ :library: NYU50
56
+ :text: NYU Bobst Tamiment
57
+ BWEB:
58
+ :code: BWEB
59
+ :type: '1'
60
+ :library: NYU50
61
+ :text: NYU Restricted
62
+ CU:
63
+ :code: CU
64
+ :type: '1'
65
+ :library: NYU50
66
+ :text: Cooper Union Library
67
+ KBHS:
68
+ :code: KBHS
69
+ :type: '1'
70
+ :library: NYU50
71
+ :text: Brooklyn Historical Society
72
+ MISC:
73
+ :code: MISC
74
+ :type: '1'
75
+ :library: NYU50
76
+ :text: Miscellaneous for cleanup
77
+ NCOUR:
78
+ :code: NCOUR
79
+ :type: '1'
80
+ :library: NYU50
81
+ :text: NYU Courant
82
+ NIFA:
83
+ :code: NIFA
84
+ :type: '1'
85
+ :library: NYU50
86
+ :text: NYU Institute of Fine Arts
87
+ NIFAC:
88
+ :code: NIFAC
89
+ :type: '1'
90
+ :library: NYU50
91
+ :text: NYU IFA Conservation Center
92
+ NISAW:
93
+ :code: NISAW
94
+ :type: '1'
95
+ :library: NYU50
96
+ :text: NYU Inst Study Ancient World
97
+ NKEV:
98
+ :code: NKEV
99
+ :type: '1'
100
+ :library: NYU50
101
+ :text: NYU Kevorkian
102
+ NLAPI:
103
+ :code: NLAPI
104
+ :type: '1'
105
+ :library: NYU50
106
+ :text: NYU La Pietra Library (Italy)
107
+ NOFFS:
108
+ :code: NOFFS
109
+ :type: '1'
110
+ :library: NYU50
111
+ :text: NYU Offsite Storage
112
+ NPOLY:
113
+ :code: NPOLY
114
+ :type: '1'
115
+ :library: NYU50
116
+ :text: NYU Poly
117
+ NREI:
118
+ :code: NREI
119
+ :type: '1'
120
+ :library: NYU50
121
+ :text: NYU Jack Brause
122
+ NYHS:
123
+ :code: NYHS
124
+ :type: '1'
125
+ :library: NYU50
126
+ :text: New-York Historical Society
127
+ NYSID:
128
+ :code: NYSID
129
+ :type: '1'
130
+ :library: NYU50
131
+ :text: New York School of Int Des
132
+ NYUAB:
133
+ :code: NYUAB
134
+ :type: '3'
135
+ :library: NYU50
136
+ :text: NYU Abu Dhabi Library (UAE)
137
+ NYUSS:
138
+ :code: NYUSS
139
+ :type: '3'
140
+ :library: NYU50
141
+ :text: NYUAD Soc Sci 13th Fl (UAE)
142
+ NYUSE:
143
+ :code: NYUSE
144
+ :type: '3'
145
+ :library: NYU50
146
+ :text: NYUAD Ctr for Sci & Eng (UAE)
147
+ TNSFO:
148
+ :code: TNSFO
149
+ :type: '1'
150
+ :library: NYU50
151
+ :text: New School Fogelman Library
152
+ TNSGI:
153
+ :code: TNSGI
154
+ :type: '1'
155
+ :library: NYU50
156
+ :text: New School Gimbel Library
157
+ TNSKE:
158
+ :code: TNSKE
159
+ :type: '1'
160
+ :library: NYU50
161
+ :text: New School Kellen Archives
162
+ TNSOS:
163
+ :code: TNSOS
164
+ :type: '1'
165
+ :library: NYU50
166
+ :text: New School Offsite Storage
167
+ TNSSC:
168
+ :code: TNSSC
169
+ :type: '1'
170
+ :library: NYU50
171
+ :text: New School Scherman Library
172
+ TWEB:
173
+ :code: TWEB
174
+ :type: '1'
175
+ :library: NYU50
176
+ :text: New School Restricted
177
+ WEB:
178
+ :code: WEB
179
+ :type: '1'
180
+ :library: NYU50
181
+ :text: Unrestricted
182
+ NYU50:
183
+ :code: NYU50
184
+ :type: '2'
185
+ :library: NYU50
186
+ :text: NYU50
187
+ AFC:
188
+ :code: AFC
189
+ :type: '5'
190
+ :library: NYU50
191
+ :text: Avery Fisher Center
192
+ BOBA:
193
+ :code: BOBA
194
+ :type: '5'
195
+ :library: NYU50
196
+ :text: Bobst Acquisitions
197
+ BOBS:
198
+ :code: BOBS
199
+ :type: '5'
200
+ :library: NYU50
201
+ :text: Bobst Serials
202
+ BOBE:
203
+ :code: BOBE
204
+ :type: '5'
205
+ :library: NYU50
206
+ :text: Bobst Electronic
207
+ NCOU1:
208
+ :code: NCOU1
209
+ :type: '5'
210
+ :library: NYU50
211
+ :text: NYU Courant
212
+ CU1:
213
+ :code: CU1
214
+ :type: '5'
215
+ :library: NYU50
216
+ :text: Cooper Union
217
+ BFAL1:
218
+ :code: BFAL1
219
+ :type: '5'
220
+ :library: NYU50
221
+ :text: Fales Library
222
+ NIF1:
223
+ :code: NIF1
224
+ :type: '5'
225
+ :library: NYU50
226
+ :text: Institute of Fine Arts
227
+ NIF2:
228
+ :code: NIF2
229
+ :type: '5'
230
+ :library: NYU50
231
+ :text: Inst of Fine Arts Conserv
232
+ NISA1:
233
+ :code: NISA1
234
+ :type: '5'
235
+ :library: NYU50
236
+ :text: Inst for Study of Anc World
237
+ TNSF1:
238
+ :code: TNSF1
239
+ :type: '5'
240
+ :library: NYU50
241
+ :text: New School Fogelman Library
242
+ TNSG1:
243
+ :code: TNSG1
244
+ :type: '5'
245
+ :library: NYU50
246
+ :text: New School Gimbel Library
247
+ TNSS1:
248
+ :code: TNSS1
249
+ :type: '5'
250
+ :library: NYU50
251
+ :text: New School Scherman Library
252
+ NEWA:
253
+ :code: NEWA
254
+ :type: '5'
255
+ :library: NYU50
256
+ :text: New School University, Acq
257
+ NEWS:
258
+ :code: NEWS
259
+ :type: '5'
260
+ :library: NYU50
261
+ :text: New School University, Ser
262
+ NYSI1:
263
+ :code: NYSI1
264
+ :type: '5'
265
+ :library: NYU50
266
+ :text: NY School of Interior Design
267
+ REI:
268
+ :code: REI
269
+ :type: '5'
270
+ :library: NYU50
271
+ :text: Real Estate Institute
272
+ BTA1:
273
+ :code: BTA1
274
+ :type: '5'
275
+ :library: NYU50
276
+ :text: Tamiment Library
277
+ REF6:
278
+ :code: REF6
279
+ :type: '5'
280
+ :library: NYU50
281
+ :text: NYU Bobst Library 6th Fl
282
+ NABUD:
283
+ :code: NABUD
284
+ :type: '1'
285
+ :library: NYU51
286
+ :text: NYU Abu Dhabi Library (UAE)
287
+ NADEQ:
288
+ :code: NADEQ
289
+ :type: '1'
290
+ :library: NYU51
291
+ :text: NYU Abu Dhabi Equipment
292
+ NADEX:
293
+ :code: NADEX
294
+ :type: '1'
295
+ :library: NYU51
296
+ :text: NYU Abu Dhabi (UAE) Annex
297
+ NADSS:
298
+ :code: NADSS
299
+ :type: '3'
300
+ :library: NYU51
301
+ :text: NYUAD Soc Sci 13th Fl (UAE)
302
+ NADSE:
303
+ :code: NADSE
304
+ :type: '3'
305
+ :library: NYU51
306
+ :text: NYUAD Ctr for Sci & Eng (UAE)
307
+ NWEB:
308
+ :code: NWEB
309
+ :type: '1'
310
+ :library: NYU51
311
+ :text: Restricted Electronic Resource
312
+ NAFC:
313
+ :code: NAFC
314
+ :type: '1'
315
+ :library: NYU51
316
+ :text: NYU Abu Dhabi Media in NY
317
+ NYUAD:
318
+ :code: NYUAD
319
+ :type: '5'
320
+ :library: NYU51
321
+ :text: NYU Abu Dhabi Library (UAE)
322
+ NYU51:
323
+ :code: NYU51
324
+ :type: '2'
325
+ :library: NYU51
326
+ :text: NYU51
327
+ ALEPH:
328
+ :code: ALEPH
329
+ :type: '2'
330
+ :library: ''
331
+ :text: General Patron
332
+ USM50:
333
+ :code: USM50
334
+ :type: '2'
335
+ :library: USM50
336
+ :text: Exlibris Demo Libraries
337
+ MED:
338
+ :code: MED
339
+ :type: '1'
340
+ :library: USM50
341
+ :text: Medicine Library
342
+ HYL:
343
+ :code: HYL
344
+ :type: '1'
345
+ :library: USM50
346
+ :text: East Asian Library
347
+ HIL:
348
+ :code: HIL
349
+ :type: '1'
350
+ :library: USM50
351
+ :text: Humanities Library
352
+ LAM:
353
+ :code: LAM
354
+ :type: '1'
355
+ :library: USM50
356
+ :text: Main Undergraduate
357
+ LAW:
358
+ :code: LAW
359
+ :type: '1'
360
+ :library: USM50
361
+ :text: Law Library
362
+ LIT:
363
+ :code: LIT
364
+ :type: '1'
365
+ :library: USM50
366
+ :text: Economics Library
367
+ MUS:
368
+ :code: MUS
369
+ :type: '1'
370
+ :library: USM50
371
+ :text: Music Library
372
+ WID:
373
+ :code: WID
374
+ :type: '1'
375
+ :library: USM50
376
+ :text: Main Library
377
+ EXL:
378
+ :code: EXL
379
+ :type: '1'
380
+ :library: USM50
381
+ :text: PLIF Library
382
+ CIRC:
383
+ :code: CIRC
384
+ :type: '1'
385
+ :library: USM50
386
+ :text: PLIF ILL Library
387
+ HILR:
388
+ :code: HILR
389
+ :type: '4'
390
+ :library: USM50
391
+ :text: Humanities Reading Room
392
+ HIL01:
393
+ :code: HIL01
394
+ :type: '5'
395
+ :library: USM50
396
+ :text: Humanities (Ordering Unit)
397
+ HYL01:
398
+ :code: HYL01
399
+ :type: '5'
400
+ :library: USM50
401
+ :text: East Asian (Chinese)
402
+ HYL02:
403
+ :code: HYL02
404
+ :type: '5'
405
+ :library: USM50
406
+ :text: East Asian (Japanese)
407
+ HYL03:
408
+ :code: HYL03
409
+ :type: '5'
410
+ :library: USM50
411
+ :text: East Asian (Korean)
412
+ HYL04:
413
+ :code: HYL04
414
+ :type: '5'
415
+ :library: USM50
416
+ :text: East Asian (Vietnamese)
417
+ HYL05:
418
+ :code: HYL05
419
+ :type: '5'
420
+ :library: USM50
421
+ :text: East Asian (Western)
422
+ HYL06:
423
+ :code: HYL06
424
+ :type: '5'
425
+ :library: USM50
426
+ :text: East Asian (Serials)
427
+ LAM01:
428
+ :code: LAM01
429
+ :type: '5'
430
+ :library: USM50
431
+ :text: Undergraduate (Monographs)
432
+ LAM02:
433
+ :code: LAM02
434
+ :type: '5'
435
+ :library: USM50
436
+ :text: Undergraduate (Serials)
437
+ LAM03:
438
+ :code: LAM03
439
+ :type: '5'
440
+ :library: USM50
441
+ :text: Undergraduate (Standing Orders
442
+ LAW01:
443
+ :code: LAW01
444
+ :type: '5'
445
+ :library: USM50
446
+ :text: Law
447
+ LAW02:
448
+ :code: LAW02
449
+ :type: '5'
450
+ :library: USM50
451
+ :text: Law (East Asian Acquisitions)
452
+ LAW03:
453
+ :code: LAW03
454
+ :type: '5'
455
+ :library: USM50
456
+ :text: Law (Islamic Acquisitions)
457
+ LIT01:
458
+ :code: LIT01
459
+ :type: '5'
460
+ :library: USM50
461
+ :text: Economics (Monograph)
462
+ LIT02:
463
+ :code: LIT02
464
+ :type: '5'
465
+ :library: USM50
466
+ :text: Economics (Serials)
467
+ MED01:
468
+ :code: MED01
469
+ :type: '5'
470
+ :library: USM50
471
+ :text: Medicine (Unit 1)
472
+ MED02:
473
+ :code: MED02
474
+ :type: '5'
475
+ :library: USM50
476
+ :text: Medicine (Unit 2)
477
+ MUS01:
478
+ :code: MUS01
479
+ :type: '5'
480
+ :library: USM50
481
+ :text: Music (Unit 1)
482
+ MUS02:
483
+ :code: MUS02
484
+ :type: '5'
485
+ :library: USM50
486
+ :text: Music (Unit 2)
487
+ WID01:
488
+ :code: WID01
489
+ :type: '5'
490
+ :library: USM50
491
+ :text: Main Library (General)
492
+ WID02:
493
+ :code: WID02
494
+ :type: '5'
495
+ :library: USM50
496
+ :text: Main Library (Serial)
497
+ WID03:
498
+ :code: WID03
499
+ :type: '5'
500
+ :library: USM50
501
+ :text: Main Library (Slavic)
502
+ WID04:
503
+ :code: WID04
504
+ :type: '5'
505
+ :library: USM50
506
+ :text: Main Library (Judaica)
507
+ WID05:
508
+ :code: WID05
509
+ :type: '5'
510
+ :library: USM50
511
+ :text: Main Library (Middle East)
512
+ U60WD:
513
+ :code: U60WD
514
+ :type: '6'
515
+ :library: USM50
516
+ :text: ILL unit-WID
517
+ U60HL:
518
+ :code: U60HL
519
+ :type: '6'
520
+ :library: USM50
521
+ :text: ILL unit-HYL
522
+ U60LA:
523
+ :code: U60LA
524
+ :type: '6'
525
+ :library: USM50
526
+ :text: ILL unit-LAW
527
+ U70WD:
528
+ :code: U70WD
529
+ :type: '6'
530
+ :library: USM50
531
+ :text: ILL unit-WID 17
532
+ CBAB:
533
+ :code: CBAB
534
+ :type: '1'
535
+ :library: USM50
536
+ :text: CBAB
537
+ BCU:
538
+ :code: BCU
539
+ :type: '1'
540
+ :library: USM50
541
+ :text: BCU
542
+ MBAZU:
543
+ :code: MBAZU
544
+ :type: '1'
545
+ :library: USM50
546
+ :text: MBAZU
547
+ USM51:
548
+ :code: USM51
549
+ :type: '2'
550
+ :library: USM51
551
+ :text: USM51 Demo Libraries
552
+ ELEC5:
553
+ :code: ELEC5
554
+ :type: '1'
555
+ :library: USM55
556
+ :text: Electronic Resources 55
557
+ GDOC5:
558
+ :code: GDOC5
559
+ :type: '1'
560
+ :library: USM51
561
+ :text: Government Documents 51
562
+ EDUC5:
563
+ :code: EDUC5
564
+ :type: '1'
565
+ :library: USM51
566
+ :text: Education Library 51
567
+ LINC5:
568
+ :code: LINC5
569
+ :type: '1'
570
+ :library: USM51
571
+ :text: Lincoln Library 51
572
+ RRLIN:
573
+ :code: RRLIN
574
+ :type: '4'
575
+ :library: USM51
576
+ :text: LINC5 Reading Room 51
577
+ OU511:
578
+ :code: OU511
579
+ :type: '5'
580
+ :library: USM51
581
+ :text: Ordering Unit 1 usm51
582
+ OR512:
583
+ :code: OR512
584
+ :type: '5'
585
+ :library: USM51
586
+ :text: Ordering Unit 2 usm51
587
+ OR513:
588
+ :code: OR513
589
+ :type: '5'
590
+ :library: USM51
591
+ :text: Ordering Unit 3 usm51
592
+ OR514:
593
+ :code: OR514
594
+ :type: '5'
595
+ :library: USM51
596
+ :text: Ordering Unit 4 usm51
597
+ OR515:
598
+ :code: OR515
599
+ :type: '5'
600
+ :library: USM51
601
+ :text: Ordering Unit 5 usm51
602
+ U61ED:
603
+ :code: U61ED
604
+ :type: '6'
605
+ :library: USM51
606
+ :text: ILL unit-EDUC5
607
+ U61EL:
608
+ :code: U61EL
609
+ :type: '6'
610
+ :library: USM51
611
+ :text: ILL unit-ELEC5
612
+ U61LN:
613
+ :code: U61LN
614
+ :type: '6'
615
+ :library: USM51
616
+ :text: ILL unit-LINC5
617
+ S61GD:
618
+ :code: S61GD
619
+ :type: '6'
620
+ :library: USM51
621
+ :text: ILL unit-GDOC5 SMTP
622
+ USM53:
623
+ :code: USM53
624
+ :type: '2'
625
+ :library: USM53
626
+ :text: USM53 Demo Libraries
627
+ ELEC7:
628
+ :code: ELEC7
629
+ :type: '1'
630
+ :library: USM53
631
+ :text: Electronic Resources 53
632
+ GDOC7:
633
+ :code: GDOC7
634
+ :type: '1'
635
+ :library: USM53
636
+ :text: Government Documents 53
637
+ EDUC7:
638
+ :code: EDUC7
639
+ :type: '1'
640
+ :library: USM53
641
+ :text: Education Library 53
642
+ LINC7:
643
+ :code: LINC7
644
+ :type: '1'
645
+ :library: USM53
646
+ :text: Lincoln Library 53
647
+ USM54:
648
+ :code: USM54
649
+ :type: '2'
650
+ :library: USM54
651
+ :text: USM54 Demo Libraries
652
+ ELEC4:
653
+ :code: ELEC4
654
+ :type: '1'
655
+ :library: USM54
656
+ :text: Electronic Resources 54
657
+ USM55:
658
+ :code: USM55
659
+ :type: '2'
660
+ :library: USM55
661
+ :text: USM55 Demo Libraries
662
+ CUN50:
663
+ :code: CUN50
664
+ :type: '2'
665
+ :library: CUN50
666
+ :text: CUN50 Demo Libraries
667
+ CLEC5:
668
+ :code: CLEC5
669
+ :type: '1'
670
+ :library: CUN50
671
+ :text: Electronic Resources
672
+ CDOC5:
673
+ :code: CDOC5
674
+ :type: '1'
675
+ :library: CUN50
676
+ :text: Government Documents
677
+ CDUC5:
678
+ :code: CDUC5
679
+ :type: '1'
680
+ :library: CUN50
681
+ :text: Education Library
682
+ CINC5:
683
+ :code: CINC5
684
+ :type: '1'
685
+ :library: CUN50
686
+ :text: Lincoln Library
687
+ UNI50:
688
+ :code: UNI50
689
+ :type: '2'
690
+ :library: UNI50
691
+ :text: Exlibris UNIMARC Libraries
692
+ NARCV:
693
+ :code: NARCV
694
+ :type: '1'
695
+ :library: UNI50
696
+ :text: Archives Library
697
+ NELEC:
698
+ :code: NELEC
699
+ :type: '1'
700
+ :library: UNI50
701
+ :text: Electronic Resources
702
+ NRLEC:
703
+ :code: NRLEC
704
+ :type: '4'
705
+ :library: UNI50
706
+ :text: NELEC Reading Room
707
+ NGDOC:
708
+ :code: NGDOC
709
+ :type: '1'
710
+ :library: UNI50
711
+ :text: Government Documents
712
+ NRDOC:
713
+ :code: NRDOC
714
+ :type: '4'
715
+ :library: UNI50
716
+ :text: NGDOC Reading Room
717
+ NEDUC:
718
+ :code: NEDUC
719
+ :type: '1'
720
+ :library: UNI50
721
+ :text: Education Library
722
+ NHLTH:
723
+ :code: NHLTH
724
+ :type: '1'
725
+ :library: UNI50
726
+ :text: Health Library
727
+ NLINC:
728
+ :code: NLINC
729
+ :type: '1'
730
+ :library: UNI50
731
+ :text: Lincoln Library
732
+ NLAW:
733
+ :code: NLAW
734
+ :type: '1'
735
+ :library: UNI50
736
+ :text: Law Library
737
+ NMUSI:
738
+ :code: NMUSI
739
+ :type: '1'
740
+ :library: UNI50
741
+ :text: Music Library
742
+ NSCI:
743
+ :code: NSCI
744
+ :type: '1'
745
+ :library: UNI50
746
+ :text: Science Library
747
+ NUPTN:
748
+ :code: NUPTN
749
+ :type: '1'
750
+ :library: UNI50
751
+ :text: Uptown Branch
752
+ NEW__:
753
+ :code: NEW__
754
+ :type: '1'
755
+ :library: NYU50
756
+ :text: NYU TEST