umlaut-primo 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/MIT-LICENSE +20 -0
- data/README.md +10 -0
- data/Rakefile +35 -0
- data/lib/umlaut_primo/primo_service.rb +522 -0
- data/lib/umlaut_primo/primo_source.rb +59 -0
- data/lib/umlaut_primo/version.rb +3 -0
- data/lib/umlaut_primo.rb +2 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/images/rails.png +0 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/umlaut_controller.rb +122 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config/application.rb +63 -0
- data/test/dummy/config/boot.rb +6 -0
- data/test/dummy/config/database.yml +61 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +41 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/primo.yml +55 -0
- data/test/dummy/config/routes.rb +60 -0
- data/test/dummy/config/umlaut_services.yml +29 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/migrate/20130306173028_umlaut_init.umlaut.rb +106 -0
- data/test/dummy/db/migrate/20130306173029_umlaut_add_service_response_index.umlaut.rb +10 -0
- data/test/dummy/db/schema.rb +118 -0
- data/test/dummy/db/seeds.rb +7 -0
- data/test/dummy/log/development.log +4 -0
- data/test/dummy/log/test.log +19611 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/public/robots.txt +5 -0
- data/test/dummy/script/rails +6 -0
- data/test/fixtures/referent_values.yml +96 -0
- data/test/fixtures/referents.yml +12 -0
- data/test/fixtures/requests.yml +20 -0
- data/test/fixtures/sfx_urls.yml +4 -0
- data/test/test_helper.rb +30 -0
- data/test/unit/primo_service_test.rb +228 -0
- data/test/unit/primo_source_test.rb +78 -0
- data/test/vcr_cassettes/australian_journal_of_international_affairs_by_id.yml +284 -0
- data/test/vcr_cassettes/musical_quarterly_by_issn.yml +263 -0
- data/test/vcr_cassettes/travels_with_my_by_id.yml +167 -0
- metadata +284 -0
@@ -0,0 +1,284 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://primo.library.edu/PrimoWebServices/services/searcher
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://primo.library.edu/PrimoWebServices/services/searcher"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><getRecord><request><![CDATA[<fullViewRequest
|
11
|
+
xmlns="http://www.exlibris.com/primo/xsd/wsRequest" xmlns:uic="http://www.exlibris.com/primo/xsd/primoview/uicomponents"><PrimoSearchRequest
|
12
|
+
xmlns="http://www.exlibris.com/primo/xsd/search/request"><QueryTerms><BoolOpeator>AND</BoolOpeator></QueryTerms><StartIndex>1</StartIndex><BulkSize>5</BulkSize><DidUMeanEnabled>false</DidUMeanEnabled></PrimoSearchRequest><institution>NYU</institution><docId>dedupmrg17737330</docId></fullViewRequest>]]></request></getRecord></env:Body></env:Envelope>
|
13
|
+
headers:
|
14
|
+
Soapaction:
|
15
|
+
- ! '"getRecord"'
|
16
|
+
Content-Type:
|
17
|
+
- text/xml;charset=UTF-8
|
18
|
+
Content-Length:
|
19
|
+
- '831'
|
20
|
+
Accept:
|
21
|
+
- ! '*/*'
|
22
|
+
User-Agent:
|
23
|
+
- Ruby
|
24
|
+
response:
|
25
|
+
status:
|
26
|
+
code: 200
|
27
|
+
message: OK
|
28
|
+
headers:
|
29
|
+
X-Powered-By:
|
30
|
+
- ! 'Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1 (build: CVSTag=JBoss_4_0_1 date=200412230944)'
|
31
|
+
Content-Type:
|
32
|
+
- text/xml;charset=utf-8
|
33
|
+
Transfer-Encoding:
|
34
|
+
- chunked
|
35
|
+
Date:
|
36
|
+
- Wed, 06 Mar 2013 20:27:14 GMT
|
37
|
+
Server:
|
38
|
+
- Apache-Coyote/1.1
|
39
|
+
body:
|
40
|
+
encoding: US-ASCII
|
41
|
+
string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
42
|
+
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><soapenv:Body><getRecordResponse
|
43
|
+
soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><getRecordReturn
|
44
|
+
xsi:type=\"soapenc:string\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"><SEGMENTS
|
45
|
+
xmlns="http://www.exlibrisgroup.com/xsd/jaguar/search">\n <JAGROOT>\n
|
46
|
+
\ <RESULT>\n <DOCSET TOTALHITS="1">\n <sear:DOC
|
47
|
+
LOCAL="true" xmlns="http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib"
|
48
|
+
xmlns:sear="http://www.exlibrisgroup.com/xsd/jaguar/search">\n
|
49
|
+
\ <PrimoNMBib>\n <record>\n <control>\n
|
50
|
+
\ <sourcerecordid>$$V000935132$$Oaleph000935132</sourcerecordid>\n
|
51
|
+
\ <sourcerecordid>$$V001898312$$Oaleph001898312</sourcerecordid>\n
|
52
|
+
\ <sourceid>$$Valeph$$Oaleph000935132</sourceid>\n
|
53
|
+
\ <sourceid>$$Valeph$$Oaleph001898312</sourceid>\n
|
54
|
+
\ <recordid>dedupmrg17737330</recordid>\n <originalsourceid>$$VLIB01$$Oaleph000935132</originalsourceid>\n
|
55
|
+
\ <originalsourceid>$$VLIB01$$Oaleph001898312</originalsourceid>\n
|
56
|
+
\ <sourceformat>$$VMARC21$$Oaleph000935132</sourceformat>\n
|
57
|
+
\ <sourceformat>$$VMARC21$$Oaleph001898312</sourceformat>\n
|
58
|
+
\ <sourcesystem>$$VAleph$$Oaleph000935132</sourcesystem>\n
|
59
|
+
\ <sourcesystem>$$VAleph$$Oaleph001898312</sourcesystem>\n
|
60
|
+
\ <ilsapiid>$$VLIB01000935132$$Oaleph000935132</ilsapiid>\n
|
61
|
+
\ <ilsapiid>$$VLIB01001898312$$Oaleph001898312</ilsapiid>\n
|
62
|
+
\ </control>\n <display>\n <type>journal</type>\n
|
63
|
+
\ <title>Australian journal of international affairs the
|
64
|
+
journal of the Australian Institute of International Affairs.</title>\n
|
65
|
+
\ <contributor>Australian Institute of International Affairs.</contributor>\n
|
66
|
+
\ <publisher>Canberra, A.C.T. : Australian Institute of
|
67
|
+
International Affairs</publisher>\n <creationdate>1990-</creationdate>\n
|
68
|
+
\ <subject>Australia -- Periodicals; East Asia -- Periodicals;
|
69
|
+
Australie -- Paeriodiques; Extr?eme-Orient -- Paeriodiques; Electronic journals</subject>\n
|
70
|
+
\ <language>eng</language>\n <relation>$$Cearlier_title
|
71
|
+
$$VAustralian outlook</relation>\n <relation>$$Cindexes$$VVols.
|
72
|
+
27 (1973)-50 (1996). 1 v.</relation>\n <rights>Access
|
73
|
+
is restricted to users affiliated with licensed institutions.</rights>\n
|
74
|
+
\ <source>$$Valeph$$Oaleph000935132</source>\n <source>$$Valeph$$Oaleph001898312</source>\n
|
75
|
+
\ <availlibrary>$$INYU$$LBWEB$$1Internet Resources$$2(DU80
|
76
|
+
.A947 Electronic access )$$Scheck_holdings$$XNYU50$$YBWEB$$ZBNYUI$$Oaleph000935132</availlibrary>\n
|
77
|
+
\ <availlibrary>$$INYU$$LBOBST$$1Main Collection$$2(DU80
|
78
|
+
.A94 )$$Scheck_holdings$$5Y$$XNYU50$$YBOBST$$ZMAIN$$Oaleph001898312</availlibrary>\n
|
79
|
+
\ <availlibrary>$$INYU$$LBWEB$$1Internet Resources$$2(DU80
|
80
|
+
.A94 Electronic access )$$Scheck_holdings$$XNYU50$$YBWEB$$ZBNYUI$$Oaleph001898312</availlibrary>\n
|
81
|
+
\ <availinstitution>$$INYU$$Scheck_holdings</availinstitution>\n
|
82
|
+
\ <availpnx>available</availpnx>\n <lds01>NYU</lds01>\n
|
83
|
+
\ <lds01>NYUAD</lds01>\n <lds01>NYU</lds01>\n
|
84
|
+
\ <lds01>NYUAD</lds01>\n <lds01>GEN</lds01>\n
|
85
|
+
\ <lds02>aleph000935132</lds02>\n <lds02>aleph001898312</lds02>\n
|
86
|
+
\ </display>\n <links>\n <linktoholdings>$$V$$Taleph_holdings$$Oaleph000935132</linktoholdings>\n
|
87
|
+
\ <linktoholdings>$$V$$Taleph_holdings$$Oaleph001898312</linktoholdings>\n
|
88
|
+
\ <backlink>$$V$$Taleph_backlink$$DMore bibliographic
|
89
|
+
information$$Oaleph000935132</backlink>\n <backlink>$$V$$Taleph_backlink$$DMore
|
90
|
+
bibliographic information$$Oaleph001898312</backlink>\n <linktorsrc>$$V$$Uhttps://ezproxy.library.edu/login?url=http://proquest.umi.com/pqdweb?RQT=318&amp;VName=PQD&amp;clientid=9269&amp;pmid=34445$$D1997
|
91
|
+
- 2000 Full Text available from ProQuest$$INYU$$Oaleph000935132</linktorsrc>\n
|
92
|
+
\ <linktorsrc>$$V$$Uhttps://ezproxy.library.edu/login?url=http://proquest.umi.com/pqdweb?RQT=318&amp;VName=PQD&amp;clientid=9269&amp;pmid=34445$$D1997
|
93
|
+
- 2000 Full Text available from ProQuest$$INYUAD$$Oaleph000935132</linktorsrc>\n
|
94
|
+
\ <linktorsrc>$$V$$Uhttps://ezproxy.library.edu/login?url=http://www.informaworld.com/openurl?genre=journal&amp;issn=1035-7718$$DOnline
|
95
|
+
Version$$INYU$$Oaleph001898312</linktorsrc>\n <linktorsrc>$$V$$Uhttps://ezproxy.library.edu/login?url=http://www.informaworld.com/openurl?genre=journal&amp;issn=1035-7718$$DOnline
|
96
|
+
Resource$$INYUAD$$Oaleph001898312</linktorsrc>\n <linktorsrc>$$V$$Uhttp://www.metapress.com/link.asp?id=102203$$DOnline
|
97
|
+
Version$$Oaleph001898312</linktorsrc>\n <linktorsrc>$$V$$Uhttp://www.ingentaconnect.com/content/routledg/caji$$DOnline
|
98
|
+
Version$$Oaleph001898312</linktorsrc>\n <linktorsrc>$$V$$Uhttp://firstsearch.oclc.org$$DAddress
|
99
|
+
for accessing the journal using authorization number and password through
|
100
|
+
OCLC FirstSearch Electronic Collections Online. Subscription to online journal
|
101
|
+
required for access to abstracts and full text$$Oaleph001898312</linktorsrc>\n
|
102
|
+
\ <linktorsrc>$$V$$Uhttp://firstsearch.oclc.org/journal=1035-7718;screen=info;ECOIP$$DAddress
|
103
|
+
for accessing the journal from an authorized IP address through OCLC FirstSearch
|
104
|
+
Electronic Collections Online. Subscription to online journal required for
|
105
|
+
access to abstracts and full text$$Oaleph001898312</linktorsrc>\n <openurl>$$V$$Topenurl_journal$$Oaleph000935132</openurl>\n
|
106
|
+
\ <openurl>$$V$$Topenurl_journal$$Oaleph001898312</openurl>\n
|
107
|
+
\ <openurlfulltext>$$V$$Topenurlfull_journal$$Oaleph000935132</openurlfulltext>\n
|
108
|
+
\ <openurlfulltext>$$V$$Topenurlfull_journal$$Oaleph001898312</openurlfulltext>\n
|
109
|
+
\ <linktoreview>$$TpersistentUrl$$DCopy item link</linktoreview>\n
|
110
|
+
\ <linktouc>$$Tworldcat_oclc$$DCheck other libraries (WorldCat®)</linktouc>\n
|
111
|
+
\ </links>\n <search>\n <creatorcontrib>Australian
|
112
|
+
Institute of International Affairs.</creatorcontrib>\n <creatorcontrib>Mellon
|
113
|
+
Project.</creatorcontrib>\n <creatorcontrib>ProQuest
|
114
|
+
Information and Learning Company.</creatorcontrib>\n <title>Australian
|
115
|
+
journal of international affairs the journal of the Australian Institute of
|
116
|
+
International Affairs.</title>\n <subject>Australia
|
117
|
+
\ Periodicals</subject>\n <subject>East Asia Periodicals</subject>\n
|
118
|
+
\ <subject>Australie Paeriodiques</subject>\n <subject>Extr?eme-Orient
|
119
|
+
\ Paeriodiques</subject>\n <subject>Electronic
|
120
|
+
journals</subject>\n <subject>Austraalia Ühendus</subject>\n
|
121
|
+
\ <subject>Αυστραλία</subject>\n
|
122
|
+
\ <subject>Aystralia</subject>\n <subject>Κοινοπολιτεία
|
123
|
+
της Αυστραλίας</subject>\n
|
124
|
+
\ <subject>Koinopoliteia tēs Aystralias</subject>\n
|
125
|
+
\ <subject>אוסטרליה</subject>\n
|
126
|
+
\ <subject>קהיליית
|
127
|
+
אוסטרליה</subject>\n
|
128
|
+
\ <subject>Ḳehiliyat Osṭralyah</subject>\n
|
129
|
+
\ <subject>ʻAukekulelia</subject>\n <subject>Ausztrália</subject>\n
|
130
|
+
\ <subject>Ausztrál Államszövetség</subject>\n
|
131
|
+
\ <subject>Ástralía</subject>\n <subject>Samveldið
|
132
|
+
Ástralía</subject>\n <subject>Negara
|
133
|
+
Persemakmuran Australia</subject>\n <subject>Persemakmuran
|
134
|
+
Australia</subject>\n <subject>Austrālijas
|
135
|
+
Savienība</subject>\n <subject>Australijos
|
136
|
+
Sandrauga</subject>\n <subject>Australie</subject>\n
|
137
|
+
\ <subject>Nova Hollandia</subject>\n <subject>Avstralii͡a</subject>\n
|
138
|
+
\ <subject>Commonwealth of Australia</subject>\n
|
139
|
+
\ <subject>New Holland</subject>\n <subject>Osṭralyah</subject>\n
|
140
|
+
\ <subject>Usṭralyah</subject>\n <subject>Australien</subject>\n
|
141
|
+
\ <subject>Австрали�а</subject>\n
|
142
|
+
\ <subject>Avstralija</subject>\n <subject>Комонвелтот
|
143
|
+
на Австрали�а</subject>\n
|
144
|
+
\ <subject>Komonveltot na Avstralija</subject>\n
|
145
|
+
\ <subject>Државна
|
146
|
+
заедница Австрали�а</subject>\n
|
147
|
+
\ <subject>Državna zaednica Avstralija</subject>\n
|
148
|
+
\ <subject>Aostralia</subject>\n <subject>Komanwel
|
149
|
+
Australia</subject>\n <subject>Awstralja</subject>\n
|
150
|
+
\ <subject>Ahitereiria</subject>\n <subject>Whakaminenga
|
151
|
+
o Ahitereiria</subject>\n <subject>Австралия</subject>\n
|
152
|
+
\ <subject>Австралийский
|
153
|
+
Союз</subject>\n <subject>Avstraliĭskiĭ
|
154
|
+
Soi͡uz</subject>\n <subject>Mancomunidad
|
155
|
+
de Australia</subject>\n <subject>Awstralia</subject>\n
|
156
|
+
\ <subject>Cymanwlad Awstralia</subject>\n <subject>Australiese
|
157
|
+
Gemenebes</subject>\n <subject>أستراليا</subject>\n
|
158
|
+
\ <subject>Usturāliyā</subject>\n <subject>كومنولث
|
159
|
+
الأسترالي</subject>\n
|
160
|
+
\ <subject>Kūmunwālth al-Usturālī</subject>\n
|
161
|
+
\ <subject>А�страл�я</subject>\n
|
162
|
+
\ <subject>Aŭstralii͡a</subject>\n <subject>Australija</subject>\n
|
163
|
+
\ <subject>Австралийски
|
164
|
+
съюз</subject>\n <subject>Avstraliĭski
|
165
|
+
sŭi͡uz</subject>\n <subject>Австралийският
|
166
|
+
съюз</subject>\n <subject>Avstraliĭskii͡at
|
167
|
+
sŭi͡uz</subject>\n <subject>Mancomunitat
|
168
|
+
d'Austràlia</subject>\n <subject>Awstralya</subject>\n
|
169
|
+
\ <subject>Komonwelt sa Awstralya</subject>\n <subject>Australské
|
170
|
+
společenství</subject>\n <subject>Aŭstralio</subject>\n
|
171
|
+
\ <subject>Komunejo de Aŭstralio</subject>\n
|
172
|
+
\ <subject>Komunaĵo de Aŭstralio</subject>\n
|
173
|
+
\ <subject>Austraalia</subject>\n <subject>Far
|
174
|
+
East</subject>\n <subject>Eastern Asia</subject>\n
|
175
|
+
\ <subject>East (Far East)</subject>\n <subject>Asia,
|
176
|
+
Eastern</subject>\n <subject>Asia, East</subject>\n
|
177
|
+
\ <general>Australian Institute of International Affairs,</general>\n
|
178
|
+
\ <general>Latest issue consulted: Vol. 58, no. 1 (Mar.
|
179
|
+
2004).</general>\n <general>Title from cover.</general>\n
|
180
|
+
\ <general>[electronic resource] :</general>\n <sourceid>aleph</sourceid>\n
|
181
|
+
\ <recordid>aleph000935132</recordid>\n <isbn>1035-7718
|
182
|
+
0004-9913</isbn>\n <isbn>1465-332X</isbn>\n
|
183
|
+
\ <rsrctype>journal</rsrctype>\n <creationdate>1990</creationdate>\n
|
184
|
+
\ <creationdate>9999</creationdate>\n <addtitle>Australian
|
185
|
+
journal of international affairs (Online)</addtitle>\n <addtitle>Australian
|
186
|
+
outlook</addtitle>\n <searchscope>BWEB</searchscope>\n
|
187
|
+
\ <searchscope>BWEB Internet Resources</searchscope>\n
|
188
|
+
\ <searchscope>aleph</searchscope>\n <searchscope>NYU</searchscope>\n
|
189
|
+
\ <searchscope>NYUAD</searchscope>\n <searchscope>BOBST</searchscope>\n
|
190
|
+
\ <searchscope>IFA</searchscope>\n <searchscope>IFAC</searchscope>\n
|
191
|
+
\ <searchscope>ISAW</searchscope>\n <searchscope>COUR</searchscope>\n
|
192
|
+
\ <searchscope>REI</searchscope>\n <scope>BWEB</scope>\n
|
193
|
+
\ <scope>BWEB Internet Resources</scope>\n <scope>aleph</scope>\n
|
194
|
+
\ <scope>NYU</scope>\n <scope>NYUAD</scope>\n
|
195
|
+
\ <scope>BOBST</scope>\n <scope>IFA</scope>\n
|
196
|
+
\ <scope>IFAC</scope>\n <scope>ISAW</scope>\n
|
197
|
+
\ <scope>COUR</scope>\n <scope>REI</scope>\n
|
198
|
+
\ <lsr01>DU80 .A947</lsr01>\n <lsr01>DU80.A947</lsr01>\n
|
199
|
+
\ <lsr02>Australian Institute of International Affairs,</lsr02>\n
|
200
|
+
\ <creatorcontrib>InformaWorld (Online service)</creatorcontrib>\n
|
201
|
+
\ <title>Australian journal of international affairs :
|
202
|
+
the journal of the Australian Institute of International Affairs.</title>\n
|
203
|
+
\ <subject>Australia Foreign relations Periodicals</subject>\n
|
204
|
+
\ <subject>East Asia Politics and government Periodicals</subject>\n
|
205
|
+
\ <general>Taylor &amp; Francis</general>\n
|
206
|
+
\ <recordid>aleph001898312</recordid>\n <isbn>1035-7718</isbn>\n
|
207
|
+
\ <isbn>0004-9913</isbn>\n <searchscope>BOBST
|
208
|
+
Main Collection</searchscope>\n <searchscope>WEB</searchscope>\n
|
209
|
+
\ <searchscope>WEB Internet Resources</searchscope>\n
|
210
|
+
\ <searchscope>GEN</searchscope>\n <scope>BOBST
|
211
|
+
Main Collection</scope>\n <scope>WEB</scope>\n
|
212
|
+
\ <scope>WEB Internet Resources</scope>\n <scope>GEN</scope>\n
|
213
|
+
\ <alttitle>Aust. j. int. aff.</alttitle>\n <lsr01>DU80
|
214
|
+
.A94</lsr01>\n <lsr01>DU80.A94</lsr01>\n
|
215
|
+
\ <lsr02>Taylor &amp; Francis</lsr02>\n </search>\n
|
216
|
+
\ <sort>\n <title>Australian journal
|
217
|
+
of international affairs the journal of the Australian Institute of International
|
218
|
+
Affairs.</title>\n <creationdate>1990</creationdate>\n
|
219
|
+
\ <author>Australian Institute of International Affairs.</author>\n
|
220
|
+
\ <lso01>1990</lso01>\n </sort>\n
|
221
|
+
\ <facets>\n <language>eng</language>\n
|
222
|
+
\ <creationdate>1990</creationdate>\n <topic>Australia–Periodicals</topic>\n
|
223
|
+
\ <topic>East Asia–Periodicals</topic>\n
|
224
|
+
\ <topic>Australie–Paeriodiques</topic>\n
|
225
|
+
\ <topic>Extr?eme-Orient–Paeriodiques</topic>\n
|
226
|
+
\ <toplevel>available</toplevel>\n <toplevel>online_resources</toplevel>\n
|
227
|
+
\ <prefilter>journals</prefilter>\n <rsrctype>journals</rsrctype>\n
|
228
|
+
\ <creatorcontrib>Australian Institute of International
|
229
|
+
Affairs</creatorcontrib>\n <genre>Periodicals</genre>\n
|
230
|
+
\ <genre>Paeriodiques</genre>\n <genre>Electronic
|
231
|
+
journals</genre>\n <library>BOBST</library>\n
|
232
|
+
\ <library>IFA</library>\n <library>IFAC</library>\n
|
233
|
+
\ <library>ISAW</library>\n <library>COUR</library>\n
|
234
|
+
\ <library>REI</library>\n <lfc01>Internet
|
235
|
+
Resources</lfc01>\n <classificationlcc>D - History
|
236
|
+
(general) and history of europe.–History of Oceania (South Seas)–Australia</classificationlcc>\n
|
237
|
+
\ <topic>Australia–Foreign relations–Periodicals</topic>\n
|
238
|
+
\ <topic>East Asia–Politics and government–Periodicals</topic>\n
|
239
|
+
\ <collection>BOBST</collection>\n <collection>WEB</collection>\n
|
240
|
+
\ <library>WEB</library>\n <lfc01>Main
|
241
|
+
Collection</lfc01>\n <frbrgroupid>96473543</frbrgroupid>\n
|
242
|
+
\ <frbrtype>6</frbrtype>\n </facets>\n
|
243
|
+
\ <dedup>\n <t>2</t>\n <c2>1035-7718
|
244
|
+
0004-9913;1465-332X</c2>\n <c3>australianjournalofinalaffairs</c3>\n
|
245
|
+
\ <c4>canberra</c4>\n <f4>1035-7718
|
246
|
+
0004-9913;1465-332X</f4>\n <f6>1990</f6>\n
|
247
|
+
\ <f7>australian journal of international affairs the
|
248
|
+
journal of the australian institute of international affairs</f7>\n
|
249
|
+
\ <f8>australian journal of international affairs</f8>\n
|
250
|
+
\ <f9>at</f9>\n <f10>canberra</f10>\n
|
251
|
+
\ </dedup>\n <frbr>\n <t>1</t>\n
|
252
|
+
\ <k1>$$Kaustralian institute of international affairs$$AA</k1>\n
|
253
|
+
\ <k3>$$Kaustralian journal of international affairs the
|
254
|
+
journal of the australian institute of international affairs$$AT</k3>\n
|
255
|
+
\ </frbr>\n <delivery>\n <institution>$$VNYU$$Oaleph000935132</institution>\n
|
256
|
+
\ <institution>$$VNYUAD$$Oaleph000935132</institution>\n
|
257
|
+
\ <delcategory>$$VOnline Resource$$Oaleph000935132</delcategory>\n
|
258
|
+
\ <institution>$$VNYU$$Oaleph001898312</institution>\n
|
259
|
+
\ <institution>$$VNYUAD$$Oaleph001898312</institution>\n
|
260
|
+
\ <institution>$$VGEN$$Oaleph001898312</institution>\n
|
261
|
+
\ <delcategory>$$VOnline Resource$$Oaleph001898312</delcategory>\n
|
262
|
+
\ </delivery>\n <enrichment>\n <classificationlcc>DU80</classificationlcc>\n
|
263
|
+
\ </enrichment>\n <ranking>\n <booster1>1</booster1>\n
|
264
|
+
\ <booster2>1</booster2>\n </ranking>\n
|
265
|
+
\ <addata>\n <addau>Australian Institute
|
266
|
+
of International Affairs</addau>\n <jtitle>Australian
|
267
|
+
journal of international affairs the journal of the Australian Institute of
|
268
|
+
International Affairs.</jtitle>\n <date>1990</date>\n
|
269
|
+
\ <risdate>1990-</risdate>\n <format>journal</format>\n
|
270
|
+
\ <genre>journal</genre>\n <ristype>JOUR</ristype>\n
|
271
|
+
\ <cop>Canberra, A.C.T.</cop>\n <pub>Australian
|
272
|
+
Institute of International Affairs</pub>\n <lad01>BWEB</lad01>\n
|
273
|
+
\ <lad01>Online Resource</lad01>\n <jtitle>Australian
|
274
|
+
journal of international affairs : the journal of the Australian Institute
|
275
|
+
of International Affairs.</jtitle>\n <stitle>Aust.
|
276
|
+
j. int. aff.</stitle>\n <issn>1035-7718</issn>\n
|
277
|
+
\ <cop>Abingdon</cop>\n <pub>Taylor
|
278
|
+
&amp; Francis</pub>\n <oclcid>22465969</oclcid>\n
|
279
|
+
\ <lccn>91659119</lccn>\n <lad01>BOBSTBWEBWEB</lad01>\n
|
280
|
+
\ </addata>\n </record>\n </PrimoNMBib>\n
|
281
|
+
\ </sear:DOC>\n </DOCSET>\n </RESULT>\n </JAGROOT>\n</SEGMENTS>\n</getRecordReturn></getRecordResponse></soapenv:Body></soapenv:Envelope>"
|
282
|
+
http_version:
|
283
|
+
recorded_at: Wed, 06 Mar 2013 20:27:15 GMT
|
284
|
+
recorded_with: VCR 2.4.0
|
@@ -0,0 +1,263 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://primo.library.edu/PrimoWebServices/services/searcher
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://primo.library.edu/PrimoWebServices/services/searcher"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><searchBrief><request><![CDATA[<searchRequest
|
11
|
+
xmlns="http://www.exlibris.com/primo/xsd/wsRequest" xmlns:uic="http://www.exlibris.com/primo/xsd/primoview/uicomponents"><PrimoSearchRequest
|
12
|
+
xmlns="http://www.exlibris.com/primo/xsd/search/request"><QueryTerms><BoolOpeator>AND</BoolOpeator><QueryTerm><IndexField>isbn</IndexField><PrecisionOperator>exact</PrecisionOperator><Value>0027-4631</Value></QueryTerm></QueryTerms><StartIndex>1</StartIndex><BulkSize>5</BulkSize><DidUMeanEnabled>false</DidUMeanEnabled></PrimoSearchRequest><institution>NYU</institution></searchRequest>]]></request></searchBrief></env:Body></env:Envelope>
|
13
|
+
headers:
|
14
|
+
Soapaction:
|
15
|
+
- ! '"searchBrief"'
|
16
|
+
Content-Type:
|
17
|
+
- text/xml;charset=UTF-8
|
18
|
+
Content-Length:
|
19
|
+
- '920'
|
20
|
+
Accept:
|
21
|
+
- ! '*/*'
|
22
|
+
User-Agent:
|
23
|
+
- Ruby
|
24
|
+
response:
|
25
|
+
status:
|
26
|
+
code: 200
|
27
|
+
message: OK
|
28
|
+
headers:
|
29
|
+
X-Powered-By:
|
30
|
+
- ! 'Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1 (build: CVSTag=JBoss_4_0_1 date=200412230944)'
|
31
|
+
Content-Type:
|
32
|
+
- text/xml;charset=utf-8
|
33
|
+
Transfer-Encoding:
|
34
|
+
- chunked
|
35
|
+
Date:
|
36
|
+
- Wed, 06 Mar 2013 20:27:15 GMT
|
37
|
+
Server:
|
38
|
+
- Apache-Coyote/1.1
|
39
|
+
body:
|
40
|
+
encoding: US-ASCII
|
41
|
+
string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
42
|
+
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><soapenv:Body><searchBriefResponse
|
43
|
+
soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><searchBriefReturn
|
44
|
+
xsi:type=\"soapenc:string\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"><sear:SEGMENTS
|
45
|
+
xmlns="http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib" xmlns:sear="http://www.exlibrisgroup.com/xsd/jaguar/search">\n
|
46
|
+
\ <sear:JAGROOT>\n <sear:RESULT>\n <sear:QUERYTRANSFORMS/>\n
|
47
|
+
\ <sear:FACETLIST ACCURATE_COUNTERS="true">\n <sear:FACET
|
48
|
+
COUNT="1" NAME="lcc">\n <sear:FACET_VALUES
|
49
|
+
VALUE="1" KEY="M - Music."/>\n </sear:FACET>\n
|
50
|
+
\ <sear:FACET COUNT="1" NAME="lang">\n <sear:FACET_VALUES
|
51
|
+
VALUE="1" KEY="eng"/>\n </sear:FACET>\n
|
52
|
+
\ <sear:FACET COUNT="1" NAME="rtype">\n <sear:FACET_VALUES
|
53
|
+
VALUE="1" KEY="journals"/>\n </sear:FACET>\n
|
54
|
+
\ <sear:FACET COUNT="1" NAME="topic">\n <sear:FACET_VALUES
|
55
|
+
VALUE="1" KEY="Music"/>\n </sear:FACET>\n
|
56
|
+
\ <sear:FACET COUNT="2" NAME="tlevel">\n <sear:FACET_VALUES
|
57
|
+
VALUE="1" KEY="online_resources"/>\n <sear:FACET_VALUES
|
58
|
+
VALUE="1" KEY="available"/>\n </sear:FACET>\n
|
59
|
+
\ <sear:FACET COUNT="1" NAME="pfilter">\n
|
60
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="journals"/>\n
|
61
|
+
\ </sear:FACET>\n <sear:FACET COUNT="1" NAME="creationdate">\n
|
62
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="1920"/>\n
|
63
|
+
\ </sear:FACET>\n <sear:FACET COUNT="4" NAME="domain">\n
|
64
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="NYHS"/>\n
|
65
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="CU"/>\n
|
66
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="BOBST"/>\n
|
67
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="NSSC"/>\n
|
68
|
+
\ </sear:FACET>\n <sear:FACET COUNT="2" NAME="genre">\n
|
69
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="Periodicals"/>\n
|
70
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="Electronic journals"/>\n
|
71
|
+
\ </sear:FACET>\n <sear:FACET COUNT="9" NAME="library">\n
|
72
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="ISAW"/>\n
|
73
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="CPER"/>\n
|
74
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="BOBST"/>\n
|
75
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="NYHSM"/>\n
|
76
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="REI"/>\n
|
77
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="IFAC"/>\n
|
78
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="NSSC"/>\n
|
79
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="IFA"/>\n
|
80
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="COUR"/>\n
|
81
|
+
\ </sear:FACET>\n <sear:FACET COUNT="3" NAME="local1">\n
|
82
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="Main Collection"/>\n
|
83
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="Periodicals"/>\n
|
84
|
+
\ <sear:FACET_VALUES VALUE="1" KEY="Internet Resources"/>\n
|
85
|
+
\ </sear:FACET>\n </sear:FACETLIST>\n <sear:DOCSET
|
86
|
+
IS_LOCAL="true" TOTAL_TIME="11" LASTHIT="1"
|
87
|
+
FIRSTHIT="1" TOTALHITS="1" HIT_TIME="3">\n
|
88
|
+
\ <sear:DOC SEARCH_ENGINE_TYPE="Local Search Engine" SEARCH_ENGINE="Local
|
89
|
+
Search Engine" NO="1" RANK="1.0" ID="3726595">\n
|
90
|
+
\ <PrimoNMBib>\n <record>\n <control>\n
|
91
|
+
\ <sourcerecordid>002895625</sourcerecordid>\n <sourceid>aleph</sourceid>\n
|
92
|
+
\ <recordid>aleph002895625</recordid>\n <originalsourceid>LIB01</originalsourceid>\n
|
93
|
+
\ <ilsapiid>LIB01002895625</ilsapiid>\n <sourceformat>MARC21</sourceformat>\n
|
94
|
+
\ <sourcesystem>Aleph</sourcesystem>\n </control>\n
|
95
|
+
\ <display>\n <type>journal</type>\n
|
96
|
+
\ <title>The Musical quarterly.</title>\n <publisher>New
|
97
|
+
York etc. G. Schirmer.</publisher>\n <creationdate>1915</creationdate>\n
|
98
|
+
\ <format>v. ill. (incl. music) plates (incl. music) ports.
|
99
|
+
25 cm.</format>\n <identifier>$$Cissn$$V0027-4631</identifier>\n
|
100
|
+
\ <subject>Music -- Periodicals; Music; Electronic journals</subject>\n
|
101
|
+
\ <language>eng</language>\n <relation>$$Cindexes$$VVols.
|
102
|
+
1-10, 1915-24, with v. 10; Vols. 1-45, 1915-59. 1 v.; Vols. 46-48, 1960-62.
|
103
|
+
1 v.</relation>\n <source>aleph</source>\n
|
104
|
+
\ <availlibrary>$$INYU$$LBOBST$$1Main Collection$$2(ML1
|
105
|
+
.M819 )$$Scheck_holdings$$5Y$$XNYU50$$YBOBST$$ZMAIN</availlibrary>\n
|
106
|
+
\ <availlibrary>$$INS$$LNSSC$$1Periodicals$$2(ML1 M819
|
107
|
+
Non-circulating )$$Sunavailable$$39$$49$$5Y$$61$$XNYU50$$YTNSSC$$ZPERIO</availlibrary>\n
|
108
|
+
\ <availlibrary>$$INYU$$LBWEB$$1Internet Resources$$2(ML1
|
109
|
+
.M819 Electronic access )$$Scheck_holdings$$XNYU50$$YBWEB$$ZBNYUI</availlibrary>\n
|
110
|
+
\ <availlibrary>$$ICU$$LCU$$1Periodicals$$2(Non-circulating
|
111
|
+
)$$Scheck_holdings$$XNYU50$$YCU$$ZPERIO</availlibrary>\n <availlibrary>$$INYHS$$LNYHS$$1Periodicals$$2(ML1
|
112
|
+
.M725 Non-circulating )$$Scheck_holdings$$XNYU50$$YNYHS$$ZPERIO</availlibrary>\n
|
113
|
+
\ <lds02>aleph002895625</lds02>\n <lds01>NYU</lds01>\n
|
114
|
+
\ <lds01>NS</lds01>\n <lds01>CU</lds01>\n
|
115
|
+
\ <lds01>NYHS</lds01>\n <lds01>NYUAD</lds01>\n
|
116
|
+
\ <availinstitution>$$INS$$Sunavailable</availinstitution>\n
|
117
|
+
\ <availinstitution>$$ICU$$Scheck_holdings</availinstitution>\n
|
118
|
+
\ <availinstitution>$$INYU$$Scheck_holdings</availinstitution>\n
|
119
|
+
\ <availinstitution>$$INYHS$$Scheck_holdings</availinstitution>\n
|
120
|
+
\ <availpnx>available</availpnx>\n </display>\n
|
121
|
+
\ <links>\n <openurl>$$Topenurl_journal</openurl>\n
|
122
|
+
\ <backlink>$$Taleph_backlink$$DMore bibliographic information</backlink>\n
|
123
|
+
\ <linktorsrc>$$Uhttps://ezproxy.library.edu/login?url=http://mq.oxfordjournals.org/$$DOnline
|
124
|
+
Version$$INYU</linktorsrc>\n <linktorsrc>$$Uhttps://ezproxy.library.edu/login?url=http://mq.oxfordjournals.org/$$DOnline
|
125
|
+
Resource$$INYUAD</linktorsrc>\n <openurlfulltext>$$Topenurlfull_journal</openurlfulltext>\n
|
126
|
+
\ <linktoholdings>$$Taleph_holdings</linktoholdings>\n
|
127
|
+
\ <linktoreview>$$TpersistentUrl$$DCopy item link</linktoreview>\n
|
128
|
+
\ <lln02>$$Taeon_nyhs$$DClick here to request N-YHS materials.$$1Periodicals$$2ML1
|
129
|
+
.M725 Non-circulating</lln02>\n </links>\n <search>\n
|
130
|
+
\ <creatorcontrib>Mellon Project.</creatorcontrib>\n
|
131
|
+
\ <creatorcontrib>JSTOR (Organization)</creatorcontrib>\n
|
132
|
+
\ <title>The Musical quarterly.</title>\n <subject>Music
|
133
|
+
\ Periodicals</subject>\n <subject>Music</subject>\n
|
134
|
+
\ <subject>Electronic journals</subject>\n <subject>Music
|
135
|
+
Yearbooks</subject>\n <subject>Music Almanacs,
|
136
|
+
yearbooks, etc.</subject>\n <subject>Serious music</subject>\n
|
137
|
+
\ <subject>Musical compositions</subject>\n <subject>Art
|
138
|
+
music, Western</subject>\n <subject>Classical music</subject>\n
|
139
|
+
\ <subject>Musical works</subject>\n <subject>Art
|
140
|
+
music</subject>\n <subject>Western music (Western
|
141
|
+
countries)</subject>\n <subject>Western art music</subject>\n
|
142
|
+
\ <general>G. Schirmer.</general>\n <sourceid>aleph</sourceid>\n
|
143
|
+
\ <recordid>aleph002895625</recordid>\n <isbn>0027-4631</isbn>\n
|
144
|
+
\ <rsrctype>journal</rsrctype>\n <creationdate>1915</creationdate>\n
|
145
|
+
\ <creationdate>9999</creationdate>\n <addtitle>The
|
146
|
+
Musical quarterly (Online)</addtitle>\n <searchscope>BOBST</searchscope>\n
|
147
|
+
\ <searchscope>BOBST Main Collection</searchscope>\n
|
148
|
+
\ <searchscope>TNSSC</searchscope>\n <searchscope>TNSSC
|
149
|
+
Periodicals</searchscope>\n <searchscope>BWEB</searchscope>\n
|
150
|
+
\ <searchscope>BWEB Internet Resources</searchscope>\n
|
151
|
+
\ <searchscope>CU</searchscope>\n <searchscope>CU
|
152
|
+
Periodicals</searchscope>\n <searchscope>NYHS</searchscope>\n
|
153
|
+
\ <searchscope>NYHS Periodicals</searchscope>\n
|
154
|
+
\ <searchscope>aleph</searchscope>\n <searchscope>NYU</searchscope>\n
|
155
|
+
\ <searchscope>NS</searchscope>\n <searchscope>NYUAD</searchscope>\n
|
156
|
+
\ <searchscope>NSSC</searchscope>\n <searchscope>CPER</searchscope>\n
|
157
|
+
\ <searchscope>NYHSM</searchscope>\n <searchscope>IFA</searchscope>\n
|
158
|
+
\ <searchscope>IFAC</searchscope>\n <searchscope>ISAW</searchscope>\n
|
159
|
+
\ <searchscope>COUR</searchscope>\n <searchscope>REI</searchscope>\n
|
160
|
+
\ <scope>BOBST</scope>\n <scope>BOBST
|
161
|
+
Main Collection</scope>\n <scope>TNSSC</scope>\n
|
162
|
+
\ <scope>TNSSC Periodicals</scope>\n <scope>BWEB</scope>\n
|
163
|
+
\ <scope>BWEB Internet Resources</scope>\n <scope>CU</scope>\n
|
164
|
+
\ <scope>CU Periodicals</scope>\n <scope>NYHS</scope>\n
|
165
|
+
\ <scope>NYHS Periodicals</scope>\n <scope>aleph</scope>\n
|
166
|
+
\ <scope>NYU</scope>\n <scope>NS</scope>\n
|
167
|
+
\ <scope>NYUAD</scope>\n <scope>NSSC</scope>\n
|
168
|
+
\ <scope>CPER</scope>\n <scope>NYHSM</scope>\n
|
169
|
+
\ <scope>IFA</scope>\n <scope>IFAC</scope>\n
|
170
|
+
\ <scope>ISAW</scope>\n <scope>COUR</scope>\n
|
171
|
+
\ <scope>REI</scope>\n <alttitle>Music.
|
172
|
+
q.</alttitle>\n <lsr01>ML1 .M819</lsr01>\n
|
173
|
+
\ <lsr01>ML1.M819</lsr01>\n <lsr01>ML1
|
174
|
+
M819</lsr01>\n <lsr01>ML1 .M725</lsr01>\n
|
175
|
+
\ <lsr01>ML1.M725</lsr01>\n <lsr02>G.
|
176
|
+
Schirmer.</lsr02>\n </search>\n <sort>\n
|
177
|
+
\ <title>Musical quarterly.</title>\n <creationdate>1915</creationdate>\n
|
178
|
+
\ <lso01>1915</lso01>\n </sort>\n
|
179
|
+
\ <facets>\n <language>eng</language>\n
|
180
|
+
\ <creationdate>1915</creationdate>\n <topic>Music–Periodicals</topic>\n
|
181
|
+
\ <topic>Music</topic>\n <collection>BOBST</collection>\n
|
182
|
+
\ <collection>NSSC</collection>\n <collection>CU</collection>\n
|
183
|
+
\ <collection>NYHS</collection>\n <toplevel>available</toplevel>\n
|
184
|
+
\ <toplevel>online_resources</toplevel>\n <prefilter>journals</prefilter>\n
|
185
|
+
\ <rsrctype>journals</rsrctype>\n <genre>Periodicals</genre>\n
|
186
|
+
\ <genre>Electronic journals</genre>\n <library>BOBST</library>\n
|
187
|
+
\ <library>NSSC</library>\n <library>CPER</library>\n
|
188
|
+
\ <library>NYHSM</library>\n <library>IFA</library>\n
|
189
|
+
\ <library>IFAC</library>\n <library>ISAW</library>\n
|
190
|
+
\ <library>COUR</library>\n <library>REI</library>\n
|
191
|
+
\ <lfc01>Main Collection</lfc01>\n <lfc01>Periodicals</lfc01>\n
|
192
|
+
\ <lfc01>Internet Resources</lfc01>\n <classificationlcc>M
|
193
|
+
- Music.–Literature on music</classificationlcc>\n <frbrgroupid>101476691</frbrgroupid>\n
|
194
|
+
\ <frbrtype>6</frbrtype>\n </facets>\n
|
195
|
+
\ <dedup>\n <t>99</t>\n <c1>16024484</c1>\n
|
196
|
+
\ <c2>0027-4631</c2>\n <c3>musicalquarterly</c3>\n
|
197
|
+
\ <c4>new</c4>\n <f1>16024484</f1>\n
|
198
|
+
\ <f3>00274631</f3>\n <f6>1915</f6>\n
|
199
|
+
\ <f7>musical quarterly</f7>\n <f8>musical
|
200
|
+
quarterly</f8>\n <f9>nyu</f9>\n <f10>new</f10>\n
|
201
|
+
\ </dedup>\n <frbr>\n <t>1</t>\n
|
202
|
+
\ <k3>$$Kmusical quarterly$$AT</k3>\n </frbr>\n
|
203
|
+
\ <delivery>\n <institution>NYU</institution>\n
|
204
|
+
\ <institution>NS</institution>\n <institution>CU</institution>\n
|
205
|
+
\ <institution>NYHS</institution>\n <institution>NYUAD</institution>\n
|
206
|
+
\ <delcategory>Online Resource</delcategory>\n </delivery>\n
|
207
|
+
\ <enrichment>\n <classificationlcc>ML1</classificationlcc>\n
|
208
|
+
\ </enrichment>\n <ranking>\n <booster1>1</booster1>\n
|
209
|
+
\ <booster2>1</booster2>\n </ranking>\n
|
210
|
+
\ <addata>\n <jtitle>The Musical quarterly.</jtitle>\n
|
211
|
+
\ <stitle>Music. q.</stitle>\n <date>1915</date>\n
|
212
|
+
\ <risdate>1915</risdate>\n <issn>0027-4631</issn>\n
|
213
|
+
\ <format>journal</format>\n <genre>journal</genre>\n
|
214
|
+
\ <ristype>JOUR</ristype>\n <cop>New
|
215
|
+
York [etc.</cop>\n <pub>G. Schirmer</pub>\n
|
216
|
+
\ <lccn>16024484</lccn>\n <lad01>BOBSTBWEBCUTNSSCNYHS</lad01>\n
|
217
|
+
\ <lad01>Online Resource</lad01>\n </addata>\n
|
218
|
+
\ </record>\n </PrimoNMBib>\n <sear:GETIT
|
219
|
+
GetIt2="https://getit.library.nyu.edu/resolve?&amp;ctx_ver=Z39.88-2004&amp;ctx_enc=info:ofi/enc:UTF-8&amp;ctx_tim=2013-03-06T15%3A27%3A15IST&amp;url_ver=Z39.88-2004&amp;url_ctx_fmt=infofi/fmt:kev:mtx:ctx&amp;rfr_id=info:sid/primo.exlibrisgroup.com:primo-aleph002895625&amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;rft.genre=journal&amp;rft.jtitle=The%20Musical%20quarterly.&amp;rft.btitle=&amp;rft.aulast=&amp;rft.aufirst=&amp;rft.auinit=&amp;rft.auinit1=&amp;rft.auinitm=&amp;rft.ausuffix=&amp;rft.au=&amp;rft.aucorp=&amp;rft.volume=&amp;rft.issue=&amp;rft.part=&amp;rft.quarter=&amp;rft.ssn=&amp;rft.spage=&amp;rft.epage=&amp;rft.pages=&amp;rft.artnum=&amp;rft.pub=G.%20Schirmer&amp;rft.place=New%20York%20[etc.&amp;rft.issn=0027-4631&amp;rft.eissn=&amp;rft.isbn=&amp;rft.sici=&amp;rft.coden=&amp;rft_id=info:doi/&amp;rft.object_id=&amp;rft.primo=aleph002895625&amp;rft.eisbn=&amp;rft_dat=&lt;aleph>002895625&lt;/aleph>&amp;rft_id=info:oai/"
|
220
|
+
GetIt1="https://ezproxy.library.edu/login?url=http://mq.oxfordjournals.org/"
|
221
|
+
deliveryCategory="Online Resource"/>\n <sear:GETIT
|
222
|
+
GetIt2="" GetIt1="http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=002895625"
|
223
|
+
deliveryCategory="Physical Item"/>\n <sear:LIBRARIES>\n
|
224
|
+
\ <sear:LIBRARY>\n <sear:institution>NS</sear:institution>\n
|
225
|
+
\ <sear:library>NSSC</sear:library>\n <sear:status>unavailable</sear:status>\n
|
226
|
+
\ <sear:collection>Periodicals</sear:collection>\n
|
227
|
+
\ <sear:callNumber>(ML1 M819 Non-circulating )</sear:callNumber>\n
|
228
|
+
\ <sear:url>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=002895625</sear:url>\n
|
229
|
+
\ </sear:LIBRARY>\n </sear:LIBRARIES>\n <sear:LIBRARIES>\n
|
230
|
+
\ <sear:LIBRARY>\n <sear:institution>NYU</sear:institution>\n
|
231
|
+
\ <sear:library>BOBST</sear:library>\n <sear:status>check_holdings</sear:status>\n
|
232
|
+
\ <sear:collection>Main Collection</sear:collection>\n
|
233
|
+
\ <sear:callNumber>(ML1 .M819 )</sear:callNumber>\n
|
234
|
+
\ <sear:url>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=002895625</sear:url>\n
|
235
|
+
\ </sear:LIBRARY>\n <sear:LIBRARY>\n <sear:institution>NYU</sear:institution>\n
|
236
|
+
\ <sear:library>BWEB</sear:library>\n <sear:status>check_holdings</sear:status>\n
|
237
|
+
\ <sear:collection>Internet Resources</sear:collection>\n
|
238
|
+
\ <sear:callNumber>(ML1 .M819 Electronic access )</sear:callNumber>\n
|
239
|
+
\ <sear:url>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=002895625</sear:url>\n
|
240
|
+
\ </sear:LIBRARY>\n <sear:LIBRARY>\n <sear:institution>CU</sear:institution>\n
|
241
|
+
\ <sear:library>CU</sear:library>\n <sear:status>check_holdings</sear:status>\n
|
242
|
+
\ <sear:collection>Periodicals</sear:collection>\n
|
243
|
+
\ <sear:callNumber>(Non-circulating )</sear:callNumber>\n
|
244
|
+
\ <sear:url>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=002895625</sear:url>\n
|
245
|
+
\ </sear:LIBRARY>\n <sear:LIBRARY>\n <sear:institution>NYHS</sear:institution>\n
|
246
|
+
\ <sear:library>NYHS</sear:library>\n <sear:status>check_holdings</sear:status>\n
|
247
|
+
\ <sear:collection>Periodicals</sear:collection>\n
|
248
|
+
\ <sear:callNumber>(ML1 .M725 Non-circulating )</sear:callNumber>\n
|
249
|
+
\ <sear:url>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=002895625</sear:url>\n
|
250
|
+
\ </sear:LIBRARY>\n </sear:LIBRARIES>\n <sear:LINKS>\n
|
251
|
+
\ <sear:openurl><![CDATA[https://getit.library.nyu.edu/resolve?umlaut.institution=NYUAD&ctx_ver=Z39.88-2004&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2013-03-06T15%3A27%3A15IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo-aleph002895625&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.genre=journal&rft.jtitle=The%20Musical%20quarterly.&rft.btitle=&rft.aulast=&rft.aufirst=&rft.auinit=&rft.auinit1=&rft.auinitm=&rft.ausuffix=&rft.au=&rft.aucorp=&rft.volume=&rft.issue=&rft.part=&rft.quarter=&rft.ssn=&rft.spage=&rft.epage=&rft.pages=&rft.artnum=&rft.pub=G.%20Schirmer&rft.place=New%20York%20[etc.&rft.issn=0027-4631&rft.eissn=&rft.isbn=&rft.sici=&rft.coden=&rft_id=info:doi/&rft.object_id=&rft.primo=aleph002895625&rft.eisbn=&rft_dat=<aleph>002895625</aleph>&rft_id=info:oai/]]></sear:openurl>\n
|
252
|
+
\ <sear:backlink>http://aleph.library.nyu.edu/F?func=direct&amp;local_base=PRIMOCOMMON&amp;doc_number=002895625</sear:backlink>\n
|
253
|
+
\ <sear:linktorsrc>https://ezproxy.library.edu/login?url=http://mq.oxfordjournals.org/</sear:linktorsrc>\n
|
254
|
+
\ <sear:thumbnail/>\n <sear:openurlfulltext><![CDATA[https://getit.library.nyu.edu/resolve?umlaut.institution=NYUAD&ctx_ver=Z39.88-2004&sfx.ignore_date_threshold=1&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2013-03-06T15%3A27%3A15IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo-aleph002895625&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.genre=journal&rft.jtitle=The%20Musical%20quarterly.&rft.btitle=&rft.aulast=&rft.aufirst=&rft.auinit=&rft.auinit1=&rft.auinitm=&rft.ausuffix=&rft.au=&rft.aucorp=&rft.volume=&rft.issue=&rft.part=&rft.quarter=&rft.ssn=&rft.spage=&rft.epage=&rft.pages=&rft.artnum=&rft.pub=G.%20Schirmer&rft.place=New%20York%20[etc.&rft.issn=0027-4631&rft.eissn=&rft.isbn=&rft.sici=&rft.coden=&rft_id=info:doi/&rft.object_id=&svc_val_fmt=info:ofi/fmt:kev:mtx:sch_svc&svc.fulltext=yes&rft.eisbn=&rft_dat=<aleph>002895625</aleph>&rft_id=info:oai/]]></sear:openurlfulltext>\n
|
255
|
+
\ <sear:linktoholdings>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=002895625</sear:linktoholdings>\n
|
256
|
+
\ <sear:linktoreview>https://library.nyu.edu/persistent/lcn/aleph002895625?institution=NYU&amp;persistent</sear:linktoreview>\n
|
257
|
+
\ <sear:lln02><![CDATA[https://nyhs.aeon.atlas-sys.com/aeon/aeon.dll/OpenURL?bsn=002895625&btitle=&jtitle=The%20Musical%20quarterly.&aulast=Mellon%20Project.&date=1915&edition=&collection=Periodicals&location=Periodicals&callnumber=ML1
|
258
|
+
.M725 Non-circulating]]></sear:lln02>\n </sear:LINKS>\n
|
259
|
+
\ </sear:DOC>\n </sear:DOCSET>\n </sear:RESULT>\n
|
260
|
+
\ <sear:searchToken>0</sear:searchToken>\n </sear:JAGROOT>\n</sear:SEGMENTS>\n</searchBriefReturn></searchBriefResponse></soapenv:Body></soapenv:Envelope>"
|
261
|
+
http_version:
|
262
|
+
recorded_at: Wed, 06 Mar 2013 20:27:15 GMT
|
263
|
+
recorded_with: VCR 2.4.0
|