exlibris-primo 0.1.1 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -2
- data/Rakefile +1 -5
- data/lib/exlibris/primo/eshelf.rb +4 -3
- data/lib/exlibris/primo/holding.rb +2 -10
- data/lib/exlibris/primo/record.rb +11 -6
- data/lib/exlibris/primo/searcher.rb +2 -4
- data/lib/exlibris/primo/version.rb +2 -2
- data/test/exlibris-primo_test.rb +3 -3
- data/test/test_helper.rb +33 -7
- data/test/unit/eshelf_test.rb +106 -87
- data/test/unit/record_test.rb +64 -45
- data/test/unit/searcher_benchmarks.rb +20 -28
- data/test/unit/searcher_test.rb +298 -273
- data/test/unit/web_service_benchmarks.rb +19 -21
- data/test/unit/web_service_test.rb +130 -102
- data/test/vcr_cassettes/eshelf_add_invalid_records.yml +107 -0
- data/test/vcr_cassettes/eshelf_add_same_record_twice.yml +159 -0
- data/test/vcr_cassettes/eshelf_add_to_empty_basket.yml +107 -0
- data/test/vcr_cassettes/eshelf_add_to_invalid_basket.yml +55 -0
- data/test/vcr_cassettes/eshelf_invalid_eshelf.yml +55 -0
- data/test/vcr_cassettes/eshelf_invalid_institution.yml +55 -0
- data/test/vcr_cassettes/eshelf_valid_eshelf.yml +2553 -0
- data/test/vcr_cassettes/eshelf_valid_eshelf_structure.yml +47 -0
- data/test/vcr_cassettes/record.yml +212 -0
- data/test/vcr_cassettes/record_invalid_record.yml +55 -0
- data/test/vcr_cassettes/record_sub_record.yml +212 -0
- data/test/vcr_cassettes/record_valid_record.yml +212 -0
- data/test/vcr_cassettes/searcher_base_holdings_by_id.yml +212 -0
- data/test/vcr_cassettes/searcher_dedupmrg_by_id.yml +347 -0
- data/test/vcr_cassettes/searcher_diacritics1_by_id.yml +207 -0
- data/test/vcr_cassettes/searcher_diacritics2_by_id.yml +232 -0
- data/test/vcr_cassettes/searcher_holdings_by_id.yml +212 -0
- data/test/vcr_cassettes/searcher_invalid_id.yml +55 -0
- data/test/vcr_cassettes/searcher_rsrcs_by_id.yml +270 -0
- data/test/vcr_cassettes/searcher_search_by_isbn.yml +278 -0
- data/test/vcr_cassettes/searcher_search_by_issn.yml +297 -0
- data/test/vcr_cassettes/searcher_search_by_title_author_genre.yml +671 -0
- data/test/vcr_cassettes/searcher_test_bug_1361.yml +224 -0
- data/test/vcr_cassettes/searcher_test_problem_by_id.yml +194 -0
- data/test/vcr_cassettes/searcher_tocs_by_id.yml +217 -0
- data/test/vcr_cassettes/web_service_author_search.yml +1269 -0
- data/test/vcr_cassettes/web_service_bogus_200.yml +392 -0
- data/test/vcr_cassettes/web_service_brief_search.yml +299 -0
- data/test/vcr_cassettes/web_service_get_eshelf.yml +11823 -0
- data/test/vcr_cassettes/web_service_get_eshelf_structure_search.yml +47 -0
- data/test/vcr_cassettes/web_service_invalid_document.yml +54 -0
- data/test/vcr_cassettes/web_service_isbn_search.yml +299 -0
- data/test/vcr_cassettes/web_service_issn_search.yml +293 -0
- data/test/vcr_cassettes/web_service_problem_document.yml +193 -0
- data/test/vcr_cassettes/web_service_single_document.yml +233 -0
- data/test/vcr_cassettes/web_service_title_author_genre_search.yml +719 -0
- data/test/vcr_cassettes/web_service_title_search.yml +1035 -0
- metadata +147 -77
- data/lib/tasks/exlibris-primo_tasks.rake +0 -4
- data/test/dummy/README.rdoc +0 -261
- data/test/dummy/Rakefile +0 -7
- data/test/dummy/app/assets/javascripts/application.js +0 -15
- data/test/dummy/app/assets/stylesheets/application.css +0 -13
- data/test/dummy/app/controllers/application_controller.rb +0 -3
- data/test/dummy/app/helpers/application_helper.rb +0 -2
- data/test/dummy/app/views/layouts/application.html.erb +0 -14
- data/test/dummy/config.ru +0 -4
- data/test/dummy/config/application.rb +0 -56
- data/test/dummy/config/boot.rb +0 -10
- data/test/dummy/config/database.yml +0 -25
- data/test/dummy/config/environment.rb +0 -5
- data/test/dummy/config/environments/development.rb +0 -37
- data/test/dummy/config/environments/production.rb +0 -67
- data/test/dummy/config/environments/test.rb +0 -37
- data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/test/dummy/config/initializers/inflections.rb +0 -15
- data/test/dummy/config/initializers/mime_types.rb +0 -5
- data/test/dummy/config/initializers/secret_token.rb +0 -7
- data/test/dummy/config/initializers/session_store.rb +0 -8
- data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/test/dummy/config/locales/en.yml +0 -5
- data/test/dummy/config/routes.rb +0 -58
- data/test/dummy/db/README +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +0 -1704
- data/test/dummy/public/404.html +0 -26
- data/test/dummy/public/422.html +0 -26
- data/test/dummy/public/500.html +0 -25
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +0 -6
@@ -0,0 +1,392 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://library.nyu.edu/PrimoWebServices/services/primo/searcher
|
6
|
+
body:
|
7
|
+
string: |-
|
8
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
9
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
11
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
12
|
+
<env:Body>
|
13
|
+
<n1:getRecord env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
14
|
+
xmlns:n1="http://www.exlibris.com/primo/xsd/wsRequest">
|
15
|
+
<getRecordRequest xsi:type="xsd:string"><fullViewRequest xmlns='http://www.exlibris.com/primo/xsd/wsRequest'><PrimoSearchRequest xmlns='http://www.exlibris.com/primo/xsd/search/request'><QueryTerms><BoolOpeator>AND</BoolOpeator></QueryTerms><StartIndex>1</StartIndex><BulkSize>5</BulkSize><DidUMeanEnabled>false</DidUMeanEnabled><HighlightingEnabled>false</HighlightingEnabled></PrimoSearchRequest><docId>nyu_aleph000062856</docId></fullViewRequest></getRecordRequest>
|
16
|
+
</n1:getRecord>
|
17
|
+
</env:Body>
|
18
|
+
</env:Envelope>
|
19
|
+
headers:
|
20
|
+
Content-Type:
|
21
|
+
- text/xml; charset=utf-8
|
22
|
+
Soapaction:
|
23
|
+
- "\"\""
|
24
|
+
User-Agent:
|
25
|
+
- SOAP4R/1.6.1-SNAPSHOT
|
26
|
+
Accept:
|
27
|
+
- "*/*"
|
28
|
+
response:
|
29
|
+
status:
|
30
|
+
code: 404
|
31
|
+
message: Not Found
|
32
|
+
headers:
|
33
|
+
Date:
|
34
|
+
- Fri, 12 Oct 2012 17:59:19 GMT
|
35
|
+
Server:
|
36
|
+
- Apache
|
37
|
+
X-Powered-By:
|
38
|
+
- PHP/5.2.0
|
39
|
+
Transfer-Encoding:
|
40
|
+
- chunked
|
41
|
+
Content-Type:
|
42
|
+
- text/html
|
43
|
+
body:
|
44
|
+
string: |+
|
45
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
46
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
47
|
+
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
48
|
+
<title>
|
49
|
+
New York University | Division of Libraries: File Not Found </title>
|
50
|
+
<base href="https://library.nyu.edu/">
|
51
|
+
<meta http-equiv="Content-type" content="text/xhtml; charset=UTF-8" />
|
52
|
+
<meta name="DC.Title" content="Help: File Not Found" />
|
53
|
+
<meta name="DC.Contributor" content="" />
|
54
|
+
<meta name="DC.Subject" content="" />
|
55
|
+
<meta name="DC.Description" content="" />
|
56
|
+
<meta name="DC.Publisher" content="NYU Libraries" />
|
57
|
+
<meta name="DC.Contributor" content="" />
|
58
|
+
<meta name="DC.Type" content="Text" />
|
59
|
+
<meta name="DC.Format" content="Text/XHTML" />
|
60
|
+
<meta name="DC.Language" content="us-en" />
|
61
|
+
<meta name="DC.Rights" content="copyright NYU Libraries" />
|
62
|
+
<link rel="stylesheet" type="text/css" href="/css/main.css" />
|
63
|
+
</head>
|
64
|
+
<body id="help">
|
65
|
+
<div id="second" class="topback">
|
66
|
+
<script type="text/javascript" src="/scripts/common.js"></script>
|
67
|
+
<script type="text/javascript" src="/scripts/datepicker.js"></script>
|
68
|
+
<script type="text/javascript" src="/bobcat/scripts/BobCatSearch.js"></script>
|
69
|
+
<script type="text/javascript" src="/bobcat/scripts/EZBobcat.js"></script>
|
70
|
+
<script type="text/javascript" src="/scripts/bobcat_nyu.js"></script>
|
71
|
+
<script type="text/javascript" src="/scripts/ad_rotator.js"></script>
|
72
|
+
<!-- these tags are closed in footer.html -->
|
73
|
+
<div id="outercontainer">
|
74
|
+
<div id="container">
|
75
|
+
<!-- com.omniupdate.div label="search_header.html" path="/includes/search_header.html" -->
|
76
|
+
<script src="/scripts/search_utility.js" type="text/javascript">
|
77
|
+
</script>
|
78
|
+
<script type="text/javascript">// <![CDATA[
|
79
|
+
//var searchStr = '';
|
80
|
+
//addEvent(window, "load", cleanSearch, false);
|
81
|
+
//addEvent(window, "load", function() {enableDropdown('searchUtilities')}, false);
|
82
|
+
//addEvent(window, "load", function() {enableAccessibility('searchUtilities')}, false);
|
83
|
+
// ]]></script>
|
84
|
+
<style><!--
|
85
|
+
#searchUtilities form fieldset h2 {
|
86
|
+
float: left;
|
87
|
+
}
|
88
|
+
#searchUtilities form fieldset div.bobcat_beta_wrapper {
|
89
|
+
float: right;
|
90
|
+
color: #674739;
|
91
|
+
font-size: 12px;
|
92
|
+
}
|
93
|
+
#searchUtilities form fieldset div.bobcat_beta_wrapper > div {
|
94
|
+
margin-top: 5px;
|
95
|
+
}
|
96
|
+
#searchUtilities form fieldset div.bobcat_beta_wrapper > div a {
|
97
|
+
text-decoration: underline;
|
98
|
+
}
|
99
|
+
#searchUtilities form fieldset div.bobcat_beta_wrapper > div a:hover {
|
100
|
+
text-decoration: none;
|
101
|
+
}
|
102
|
+
--></style>
|
103
|
+
<div id="searchUtilities">
|
104
|
+
<form action="/quicksearch" method="post"><!-- onsubmit="javascript: search(this); return false;"-->
|
105
|
+
<fieldset>
|
106
|
+
<h2><span>Search</span></h2>
|
107
|
+
<div style="clear: both;"></div>
|
108
|
+
<ul>
|
109
|
+
<li id="searchSrc">
|
110
|
+
<label for="location">Search:</label>
|
111
|
+
<select name="location">
|
112
|
+
<optgroup label="NYU Library Catalogs">
|
113
|
+
<option value="bobcat:kw">
|
114
|
+
BobCat</option>
|
115
|
+
<option value="bobcat:standard">
|
116
|
+
BobCat Standard</option>
|
117
|
+
<option value="nyu:libraries:findingaids">
|
118
|
+
Archival Collections</option>
|
119
|
+
<!--option value="bobcat:reserves">Course Reserves</option-->
|
120
|
+
<option value="hslcat">
|
121
|
+
HSLCat (NYU Medical)</option>
|
122
|
+
<option value="julius">
|
123
|
+
Julius (NYU Law)</option>
|
124
|
+
</optgroup>
|
125
|
+
<option style="font-weight: bold; font-style: italic;" value="library">
|
126
|
+
Search This Site</option>
|
127
|
+
<optgroup label="Other Library Catalogs">
|
128
|
+
<option value="worldcat">
|
129
|
+
WorldCat</option>
|
130
|
+
<option value="catnyp">
|
131
|
+
CATNYP (NYPL)</option>
|
132
|
+
<option value="clio">
|
133
|
+
CLIO (Columbia University)</option>
|
134
|
+
</optgroup>
|
135
|
+
<optgroup label="Other">
|
136
|
+
<option value="googlebooks">
|
137
|
+
Google Books</option>
|
138
|
+
<option value="googlescholar">
|
139
|
+
Google Scholar</option>
|
140
|
+
<!-- option value="scientificcommons">Scientific Commons</option>
|
141
|
+
<option value="oaister">
|
142
|
+
OAIster</option -->
|
143
|
+
<option value="amazon">
|
144
|
+
Amazon.com</option>
|
145
|
+
</optgroup>
|
146
|
+
</select>
|
147
|
+
</li>
|
148
|
+
<li id="searchTerm">
|
149
|
+
<input id="query" name="query" size="20" type="text" />
|
150
|
+
</li>
|
151
|
+
<li id="searchGo">
|
152
|
+
<input id="submit" class="block" alt="Go" name="submit" src="http://library.nyu.edu/images/go2.gif" type="image" />
|
153
|
+
</li>
|
154
|
+
</ul>
|
155
|
+
</fieldset>
|
156
|
+
</form>
|
157
|
+
</div>
|
158
|
+
|
159
|
+
<!-- /com.omniupdate.div -->
|
160
|
+
|
161
|
+
<!-- com.omniupdate.div label="banner.html" path="/includes/banner.html" -->
|
162
|
+
<div id="banner">
|
163
|
+
<h1><img src="/images/banner2.gif" alt="New York University Libraries" /></h1>
|
164
|
+
</div>
|
165
|
+
|
166
|
+
<!-- /com.omniupdate.div -->
|
167
|
+
|
168
|
+
<!-- com.omniupdate.div label="top_nav.html" path="/includes/top_nav.html" -->
|
169
|
+
<script type="text/javascript">
|
170
|
+
<!--
|
171
|
+
addEvent(window, "load", function() {enableDropdown('divTopNav')}, false);
|
172
|
+
addEvent(window, "load", function() {enableAccessibility('divTopNav')}, false);
|
173
|
+
//-->
|
174
|
+
</script>
|
175
|
+
<div id="divTopNav">
|
176
|
+
<ul id="topNav">
|
177
|
+
<li id="homeTopNav" class="nav"><a href="/" class="nav" accesskey="h"><span>Home</span></a></li>
|
178
|
+
<li id="collectionsTopNav" class="nav"><a href="http://library.nyu.edu/collections" class="nav" accesskey="c"><span>Find Resources</span></a>
|
179
|
+
<!-- com.omniupdate.div label="collections_nav_list" path="/includes/collections_nav_list.html" group="everyone" break="break" button="556" -->
|
180
|
+
<!-- com.omniupdate.editor csspath="/z-omniupdate/edit/default-list.css" cssmenu="/z-omniupdate/edit/main.txt" width="300" div="#OUPreview" --><ul class="ulCollections">
|
181
|
+
<li><a href="http://bobcat.library.nyu.edu/">BobCat</a></li>
|
182
|
+
<li><a href="http://bobcatstandard.library.nyu.edu">BobCat Standard</a></li>
|
183
|
+
<li><a href="/collections/books.html">Books</a></li>
|
184
|
+
<li><a href="/collections/databases.html">Articles via Databases</a></li>
|
185
|
+
<li><a href="/collections/ejournals.html">E-Journals</a></li>
|
186
|
+
<li><a href="/afc/">Videos & Music</a></li>
|
187
|
+
<li><a href="http://arch.library.nyu.edu/databases/subject/images">Images</a></li>
|
188
|
+
<li><a href="/collections/archives.html">Special Collections</a></li>
|
189
|
+
<li><a href="/services/reserves.html">Course Reserves</a></li>
|
190
|
+
<li><a href="/vbl">Virtual Business Library</a></li>
|
191
|
+
<li><a href="http://julius.law.nyu.edu/" onclick="pop_url_anchor(this); return false;">NYU Law</a></li>
|
192
|
+
<li><a href="http://hsl.med.nyu.edu/" onclick="pop_url_anchor(this); return false;">NYU Medical/Dental</a></li>
|
193
|
+
<li><a href="/collections/other_catalogs.html">Other Catalogs</a></li>
|
194
|
+
</ul>
|
195
|
+
|
196
|
+
<!-- /com.omniupdate.div -->
|
197
|
+
</li>
|
198
|
+
<li id="researchTopNav" class="nav"><a href="/research" class="nav" accesskey="r"><span>Research Assistance</span></a>
|
199
|
+
<!-- com.omniupdate.div label="research-nav-list-inc" path="/includes/research_nav_list.html" group="everyone" break="break" button="556" -->
|
200
|
+
<!-- com.omniupdate.editor csspath="/z-omniupdate/edit/default-list.css" cssmenu="/z-omniupdate/edit/main.txt" width="300" div="#OUPreview" -->
|
201
|
+
<ul class="ulResearch">
|
202
|
+
<li><a href="/ask/">Ask a Librarian</a></li>
|
203
|
+
<li><a href="/research/subjects/">Research Guides</a></li>
|
204
|
+
<li><a href="/research/lib_arc.html">Subject Librarians</a></li>
|
205
|
+
<li><a href="/research/vrs.html">QuickRef</a></li>
|
206
|
+
<li><a href="/research/tutorials/">Tutorials</a></li>
|
207
|
+
<li><a href="/forms/research/classes.html">Library Classes</a></li>
|
208
|
+
<li><a href="/tools/">Tools (RefWorks, etc.)</a></li>
|
209
|
+
<li><a href="/feeds">Feeds & Blogs</a></li>
|
210
|
+
<li><a href="/dataservice/">Data Service Studio</a></li>
|
211
|
+
<li><a href="/forms/research/consultations.html">Make an appointment</a></li>
|
212
|
+
<li><a href="/digitalstudio">Digital Studio</a></li>
|
213
|
+
</ul>
|
214
|
+
|
215
|
+
|
216
|
+
<!-- /com.omniupdate.div -->
|
217
|
+
</li>
|
218
|
+
<li id="servicesTopNav" class="nav"><a href="/services" class="nav" accesskey="s"><span>Services</span></a>
|
219
|
+
<!-- com.omniupdate.div label="services-nav-list-inc" path="/includes/services_nav_list.html" group="everyone" break="break" button="556" -->
|
220
|
+
<!-- com.omniupdate.editor csspath="/z-omniupdate/edit/default-list.css" cssmenu="/z-omniupdate/edit/main.txt" width="300" div="#OUPreview" --><ul class="ulServices">
|
221
|
+
<li><a href="/services/borrow_renew.html">Borrow & Renew</a></li>
|
222
|
+
<li><a href="/services/computer.html">Computers & Laptops</a></li>
|
223
|
+
<li><a href="/services/deliveryservices.html">Delivery Services</a></li>
|
224
|
+
<li><a href="http://dlib.nyu.edu">Digital Library</a></li>
|
225
|
+
<li><a href="/digitalstudio">Digital Studio</a></li>
|
226
|
+
<li><a href="/services/disabilities.html">Disability Services</a></li>
|
227
|
+
<li><a href="/services/group_study.html">Group Study Rooms</a></li>
|
228
|
+
<li><a href="/services/ill.html">Interlibrary Loan</a></li>
|
229
|
+
<li><a href="/services/reserves.html">Course Reserves</a></li>
|
230
|
+
<li><a href="/services/for_faculty.html">Faculty Services</a></li>
|
231
|
+
<li><a href="/services/grads.html">Graduate Student Services</a></li>
|
232
|
+
<li><a href="/poly/">Polytechnic Institute of NYU</a></li>
|
233
|
+
<li><a href="/alumni/">Alumni & Friends</a></li>
|
234
|
+
<li><a href="/forms/">Library Forms</a></li>
|
235
|
+
<li><a href="/researchcommons/">Research Commons</a></li>
|
236
|
+
<li><a href="http://nyu.libguides.com/global" target="_blank">Global Services</a></li>
|
237
|
+
<li><a href="/services/atoz.html">Services A-Z</a></li>
|
238
|
+
</ul>
|
239
|
+
|
240
|
+
<!-- /com.omniupdate.div -->
|
241
|
+
</li>
|
242
|
+
<li id="aboutTopNav" class="nav"><a href="/about" class="nav" accesskey="a"><span>About</span></a>
|
243
|
+
<!-- com.omniupdate.div label="about-nav-list-inc" path="/includes/about_nav_list.html" group="everyone" break="break" button="556" -->
|
244
|
+
<!-- com.omniupdate.editor csspath="/z-omniupdate/edit/default-list.css" cssmenu="/z-omniupdate/edit/main.txt" width="300" div="#OUPreview" --><ul class="ulAbout">
|
245
|
+
<li><a href="/about/locations.html">Libraries & Maps</a></li>
|
246
|
+
<li><a href="/about/access.html">Hours & Access</a></li>
|
247
|
+
<li><a href="/about/index.html#policy">Library Policies</a></li>
|
248
|
+
<li><a href="/about/department.html">Staff Directory</a></li>
|
249
|
+
<li><a href="/about/jobs.html">Career Opportunities</a></li>
|
250
|
+
<li><a href="/about/news.html">What's New</a></li>
|
251
|
+
<li><a href="/alumni/giving-to-nyu-libraries.html">Giving to the Libraries</a></li>
|
252
|
+
<li><a href="http://nyupress.org/" target="_blank">NYU Press</a></li>
|
253
|
+
<li><a href="/sustainability">Sustainability</a></li>
|
254
|
+
<li><a href="http://nyu.libguides.com/renovation" target="_blank">Renovation</a></li>
|
255
|
+
</ul>
|
256
|
+
|
257
|
+
<!-- /com.omniupdate.div -->
|
258
|
+
</li>
|
259
|
+
<li id="helpTopNav" class="nav"><a href="/help" class="nav" accesskey="l"><span>Help</span></a>
|
260
|
+
<!-- com.omniupdate.div label="help-nav-list-inc" path="/includes/help_nav_list.html" group="everyone" break="break" button="556" -->
|
261
|
+
<!-- com.omniupdate.editor csspath="/z-omniupdate/edit/default-list.css" cssmenu="/z-omniupdate/edit/main.txt" width="300" div="#OUPreview" -->
|
262
|
+
<ul class="ulHelp">
|
263
|
+
<li><a href="/ask/">Ask a Librarian</a></li>
|
264
|
+
<li><a href="/help/search.html">Search This Site</a></li>
|
265
|
+
<li><a href="/help/proxy.html">Connect From Home</a></li>
|
266
|
+
<li><a href="/help/faq.html?category=PRIORITY">FAQs</a></li>
|
267
|
+
<li><a href="/services/borrow_renew.html">Renew/Recall A Book</a></li>
|
268
|
+
<li><a href="/help/sitemap.html">Site Map</a></li>
|
269
|
+
<li><a href="/feedback">Comments</a></li>
|
270
|
+
</ul>
|
271
|
+
|
272
|
+
<!-- /com.omniupdate.div -->
|
273
|
+
</li>
|
274
|
+
</ul>
|
275
|
+
</div>
|
276
|
+
|
277
|
+
<!-- /com.omniupdate.div -->
|
278
|
+
|
279
|
+
<div id="divSideNav">
|
280
|
+
<ul id="sideNav">
|
281
|
+
<li id="helpSideNav" class="nav"><a href="/help/" class="nav"><span>Help</span></a>
|
282
|
+
<!-- com.omniupdate.div label="help-nav-list-inc" path="/includes/help_nav_list.html" -->
|
283
|
+
<!-- com.omniupdate.editor csspath="/z-omniupdate/edit/default-list.css" cssmenu="/z-omniupdate/edit/main.txt" width="300" div="#OUPreview" -->
|
284
|
+
<ul class="ulHelp">
|
285
|
+
<li><a href="/ask/">Ask a Librarian</a></li>
|
286
|
+
<li><a href="/help/search.html">Search This Site</a></li>
|
287
|
+
<li><a href="/help/proxy.html">Connect From Home</a></li>
|
288
|
+
<li><a href="/help/faq.html?category=PRIORITY">FAQs</a></li>
|
289
|
+
<li><a href="/services/borrow_renew.html">Renew/Recall A Book</a></li>
|
290
|
+
<li><a href="/help/sitemap.html">Site Map</a></li>
|
291
|
+
<li><a href="/feedback">Comments</a></li>
|
292
|
+
</ul>
|
293
|
+
|
294
|
+
<!-- /com.omniupdate.div -->
|
295
|
+
</li>
|
296
|
+
</ul>
|
297
|
+
</div>
|
298
|
+
<div id="maincontent">
|
299
|
+
<!-- com.omniupdate.div label="header" group="everyone" break="break" button="777" -->
|
300
|
+
<!-- com.omniupdate.editor csspath="/css/public/public.css" cssmenu="/css/public/public.txt" width="900" div="#OUPreview" -->
|
301
|
+
<h2>File Not Found</h2>
|
302
|
+
<!-- /com.omniupdate.div -->
|
303
|
+
<div class="section lastsection">
|
304
|
+
<!-- com.omniupdate.div label="main" group="everyone" break="break" button="557" --><!-- com.omniupdate.editor csspath="/css/public/public.css" cssmenu="/css/public/public.txt" width="900" div="#OUPreview" --><p>
|
305
|
+
The page you requested was not found on the NYU Library website.<br />
|
306
|
+
Search this site to locate your information, or <a href="http://library.nyu.edu/ask/">Ask a Librarian</a>.
|
307
|
+
</p>
|
308
|
+
<p>
|
309
|
+
If you feel you have reached this page in error, please report this mistake to our <a href="http://library.nyu.edu/forms/help/broken.html">webmaster</a>.
|
310
|
+
</p>
|
311
|
+
<form action="http://google.nyu.edu/search" id="gSearch" method="get">
|
312
|
+
<fieldset>
|
313
|
+
<input name="site" type="hidden" value="NYUWeb_Main" />
|
314
|
+
<input name="client" type="hidden" value="NYUWeb_Main" />
|
315
|
+
<input name="output" type="hidden" value="xml_no_dtd" />
|
316
|
+
<input name="proxyreload" type="hidden" value="1" />
|
317
|
+
<input name="proxystylesheet" type="hidden" value="lib_frontend" />
|
318
|
+
<input name="site" type="hidden" value="lib_collection" />
|
319
|
+
</fieldset>
|
320
|
+
<fieldset>
|
321
|
+
<label id="termLabel" for="gq">Enter terms below to search NYU Libraries' web pages:</label>
|
322
|
+
|
323
|
+
<ul>
|
324
|
+
<li id="gSearchTerm"><input id="gq" name="q" size="30" type="text" /></li>
|
325
|
+
<li id="gSearchGo"><label id="submitLabel" for="gSubmit">Submit Search</label><input id="gSubmit" src="/images/go.gif" type="image" value="Submit Search" /></li>
|
326
|
+
</ul>
|
327
|
+
</fieldset>
|
328
|
+
</form><!-- /com.omniupdate.div -->
|
329
|
+
</div>
|
330
|
+
<!-- com.omniupdate.ob --><a class="cmslink" href="http://cms.library.nyu.edu/oucampus/de.jsp?user=mainsite&site=library.nyu.edu&path=%2Ferrors%2Flibrary-nyu-edu%2F404.html"><img src="http://library.nyu.edu/images/transparent.gif" alt="Log In to OmniUpdate" width="20" height="20" /></a><!-- /com.omniupdate.ob -->
|
331
|
+
|
332
|
+
</div>
|
333
|
+
<div id="mainright" class="rightdiv">
|
334
|
+
<ul id="rightads">
|
335
|
+
<li id="news" class="nav"><a href="/news" class="nav"><span>News</span></a>
|
336
|
+
<ul class="newsitems">
|
337
|
+
<li class="newsitem"><a href="http://library.nyu.edu/about/news.html">Win a Kindle and Learn RefWorks Contest!</a></li>
|
338
|
+
<li class="newsitem"><a href="http://library.nyu.edu/about/news.html">New: Use the book drops to return ILL items</a></li>
|
339
|
+
<li class="newsitem"><a href="http://library.nyu.edu/about/news.html">BobCat, RefWorks, and EndNote classes available--sign up now!</a></li>
|
340
|
+
<li class="newsitem"><a href="http://library.nyu.edu/about/hours/fall.html">Bobst Library Fall Semester Hours</a></li>
|
341
|
+
<li class="newsitem"><a href="https://webapps.library.nyu.edu/classes/#spss-introduction">Need to brush up on statistics software for your research?</a></li>
|
342
|
+
<li class="newsbottom">
|
343
|
+
</ul>
|
344
|
+
|
345
|
+
</li>
|
346
|
+
|
347
|
+
</ul>
|
348
|
+
<script type="text/javascript">
|
349
|
+
adIndex = 0;
|
350
|
+
displayAd();
|
351
|
+
</script>
|
352
|
+
</div>
|
353
|
+
|
354
|
+
<div id="footer">
|
355
|
+
|
356
|
+
<div id="lastmodified">
|
357
|
+
Page last modified:
|
358
|
+
|
359
|
+
January, 2011
|
360
|
+
</div>
|
361
|
+
<div id="divFooterNav">
|
362
|
+
<ul class="footerNav">
|
363
|
+
<li id="privacyFooterNav"><a href="http://www.nyu.edu/footer/copyright-and-fair-use/important-notice.html">Privacy Policy</a>|</li>
|
364
|
+
<li><a href="/about/contact.html">Contact Us</a>|</li>
|
365
|
+
<li><a href="http://www.nyu.edu/library/resources/">Staff Resources</a>|</li>
|
366
|
+
<li><a href="/about/jobs.html">Career Opportunities</a></li>
|
367
|
+
</ul>
|
368
|
+
<ul class="footerNav">
|
369
|
+
<li><a href="/search">Search This Site</a>|</li>
|
370
|
+
<li><a href="/feeds/">RSS</a>|</li>
|
371
|
+
<li><a href="http://www.nyu.edu">NYU Website</a>|</li>
|
372
|
+
<li><a href="http://home.nyu.edu">NYU Home</a></li>
|
373
|
+
</ul>
|
374
|
+
<ul class="footerSocial" id="footerSocialNav">
|
375
|
+
<li>Follow us:</li>
|
376
|
+
<li><a id="footerSocialFacebook" href="http://www.facebook.com/NYULibraries" target="_blank"> </a></li>
|
377
|
+
<li><a id="footerSocialTwitter" href="http://www.twitter.com/nyulibraries" target="_blank"> </a></li>
|
378
|
+
</ul>
|
379
|
+
</div>
|
380
|
+
|
381
|
+
<div id="copyright">
|
382
|
+
© Copyright October, 2012 New York University
|
383
|
+
</div>
|
384
|
+
</div>
|
385
|
+
|
386
|
+
</div>
|
387
|
+
<!-- com.omniupdate.button --><a class="cmslink" href="http://cms.library.nyu.edu/oucampus/de.jsp?user=mainsite&site=library.nyu.edu&path=%2Fcommon%2Ferror.php"><img src="http://library.nyu.edu/images/transparent.gif" alt="Log In to OmniUpdate" width="20" height="20" /></a><!-- /com.omniupdate.button --></body>
|
388
|
+
</html>
|
389
|
+
|
390
|
+
http_version:
|
391
|
+
recorded_at: Fri, 12 Oct 2012 17:59:19 GMT
|
392
|
+
recorded_with: VCR 2.2.5
|
@@ -0,0 +1,299 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://bobcatdev.library.nyu.edu/PrimoWebServices/services/primo/searcher
|
6
|
+
body:
|
7
|
+
string: |-
|
8
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
9
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
11
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
12
|
+
<env:Body>
|
13
|
+
<n1:searchBrief env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
14
|
+
xmlns:n1="http://www.exlibris.com/primo/xsd/wsRequest">
|
15
|
+
<searchBriefRequest xsi:type="xsd:string"><searchRequest xmlns='http://www.exlibris.com/primo/xsd/wsRequest'><PrimoSearchRequest xmlns='http://www.exlibris.com/primo/xsd/search/request'><QueryTerms><BoolOpeator>AND</BoolOpeator><QueryTerm><IndexField>isbn</IndexField><PrecisionOperator>exact</PrecisionOperator><Value>0143039008</Value></QueryTerm></QueryTerms><StartIndex>1</StartIndex><BulkSize>5</BulkSize><DidUMeanEnabled>false</DidUMeanEnabled><HighlightingEnabled>false</HighlightingEnabled></PrimoSearchRequest><institution>NYU</institution></searchRequest></searchBriefRequest>
|
16
|
+
</n1:searchBrief>
|
17
|
+
</env:Body>
|
18
|
+
</env:Envelope>
|
19
|
+
headers:
|
20
|
+
Content-Type:
|
21
|
+
- text/xml; charset=utf-8
|
22
|
+
Soapaction:
|
23
|
+
- "\"\""
|
24
|
+
User-Agent:
|
25
|
+
- SOAP4R/1.6.1-SNAPSHOT
|
26
|
+
Accept:
|
27
|
+
- "*/*"
|
28
|
+
response:
|
29
|
+
status:
|
30
|
+
code: 200
|
31
|
+
message: OK
|
32
|
+
headers:
|
33
|
+
Server:
|
34
|
+
- Apache-Coyote/1.1
|
35
|
+
X-Powered-By:
|
36
|
+
- Servlet 2.5; JBoss-5.0/JBossWeb-2.1
|
37
|
+
Content-Type:
|
38
|
+
- text/xml;charset=utf-8
|
39
|
+
Transfer-Encoding:
|
40
|
+
- chunked
|
41
|
+
Date:
|
42
|
+
- Fri, 12 Oct 2012 18:00:31 GMT
|
43
|
+
body:
|
44
|
+
string: |-
|
45
|
+
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:searchBriefResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.exlibris.com/primo/xsd/wsRequest"><searchBriefReturn xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><SEGMENTS xmlns="http://www.exlibrisgroup.com/xsd/jaguar/search">
|
46
|
+
<JAGROOT>
|
47
|
+
<RESULT>
|
48
|
+
<QUERYTRANSFORMS/>
|
49
|
+
<FACETLIST ACCURATE_COUNTERS="true">
|
50
|
+
<FACET NAME="creator" COUNT="1">
|
51
|
+
<FACET_VALUES KEY="Greene, G" VALUE="1"/>
|
52
|
+
</FACET>
|
53
|
+
<FACET NAME="lcc" COUNT="1">
|
54
|
+
<FACET_VALUES KEY="P - Language and literature." VALUE="1"/>
|
55
|
+
</FACET>
|
56
|
+
<FACET NAME="lang" COUNT="1">
|
57
|
+
<FACET_VALUES KEY="eng" VALUE="1"/>
|
58
|
+
</FACET>
|
59
|
+
<FACET NAME="rtype" COUNT="1">
|
60
|
+
<FACET_VALUES KEY="books" VALUE="1"/>
|
61
|
+
</FACET>
|
62
|
+
<FACET NAME="topic" COUNT="6">
|
63
|
+
<FACET_VALUES KEY="Travelers" VALUE="1"/>
|
64
|
+
<FACET_VALUES KEY="Retirees" VALUE="1"/>
|
65
|
+
<FACET_VALUES KEY="Aunts" VALUE="1"/>
|
66
|
+
<FACET_VALUES KEY="British" VALUE="1"/>
|
67
|
+
<FACET_VALUES KEY="Older women" VALUE="1"/>
|
68
|
+
<FACET_VALUES KEY="Women travelers" VALUE="1"/>
|
69
|
+
</FACET>
|
70
|
+
<FACET NAME="pfilter" COUNT="1">
|
71
|
+
<FACET_VALUES KEY="books" VALUE="1"/>
|
72
|
+
</FACET>
|
73
|
+
<FACET NAME="creationdate" COUNT="1">
|
74
|
+
<FACET_VALUES KEY="2004" VALUE="1"/>
|
75
|
+
</FACET>
|
76
|
+
<FACET NAME="domain" COUNT="1">
|
77
|
+
<FACET_VALUES KEY="BOBST" VALUE="1"/>
|
78
|
+
</FACET>
|
79
|
+
<FACET NAME="genre" COUNT="2">
|
80
|
+
<FACET_VALUES KEY="Fiction" VALUE="1"/>
|
81
|
+
<FACET_VALUES KEY="Humorous stories" VALUE="1"/>
|
82
|
+
</FACET>
|
83
|
+
<FACET NAME="library" COUNT="1">
|
84
|
+
<FACET_VALUES KEY="BOBST" VALUE="1"/>
|
85
|
+
</FACET>
|
86
|
+
<FACET NAME="local1" COUNT="1">
|
87
|
+
<FACET_VALUES KEY="Main Collection" VALUE="1"/>
|
88
|
+
</FACET>
|
89
|
+
</FACETLIST>
|
90
|
+
<DOCSET HIT_TIME="16" TOTALHITS="1" FIRSTHIT="1" LASTHIT="1" TOTAL_TIME="64" IS_LOCAL="true">
|
91
|
+
<DOC ID="2278588" RANK="1.0" NO="1" SEARCH_ENGINE="Local Search Engine" SEARCH_ENGINE_TYPE="Local Search Engine">
|
92
|
+
<PrimoNMBib xmlns="http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib">
|
93
|
+
<record>
|
94
|
+
<control>
|
95
|
+
<sourcerecordid>000062856</sourcerecordid>
|
96
|
+
<sourceid>nyu_aleph</sourceid>
|
97
|
+
<recordid>nyu_aleph000062856</recordid>
|
98
|
+
<originalsourceid>NYU01</originalsourceid>
|
99
|
+
<ilsapiid>NYU01000062856</ilsapiid>
|
100
|
+
<sourceformat>MARC21</sourceformat>
|
101
|
+
<sourcesystem>Aleph</sourcesystem>
|
102
|
+
</control>
|
103
|
+
<display>
|
104
|
+
<type>book</type>
|
105
|
+
<title>Travels with my aunt</title>
|
106
|
+
<creator>Graham Greene 1904-1991.</creator>
|
107
|
+
<edition>Deluxe ed.</edition>
|
108
|
+
<publisher>New York : Penguin Books</publisher>
|
109
|
+
<creationdate>2004</creationdate>
|
110
|
+
<format>xvi, 254 p. ; 22 cm.</format>
|
111
|
+
<identifier>$$Cisbn$$V0143039008; $$Cisbn$$V9780143039006</identifier>
|
112
|
+
<subject>British -- Foreign countries -- Fiction; Women travelers -- Fiction; Older women -- Fiction; Travelers -- Fiction; Retirees -- Fiction; Aunts -- Fiction; Humorous stories</subject>
|
113
|
+
<language>eng</language>
|
114
|
+
<relation>$$Cseries $$VPenguin classics</relation>
|
115
|
+
<source>nyu_aleph</source>
|
116
|
+
<availlibrary>$$INYU$$LBOBST$$1Main Collection$$2(PR6013.R44 T7 2004 )$$Sunavailable$$31$$41$$5N$$61$$XNYU50$$YBOBST$$ZMAIN</availlibrary>
|
117
|
+
<lds02>nyu_aleph000062856</lds02>
|
118
|
+
<lds01>NYU</lds01>
|
119
|
+
<availinstitution>$$INYU$$Sunavailable</availinstitution>
|
120
|
+
<availpnx>unavailable</availpnx>
|
121
|
+
<version>2</version>
|
122
|
+
</display>
|
123
|
+
<links>
|
124
|
+
<openurl>$$Topenurl_journal</openurl>
|
125
|
+
<backlink>$$Taleph_backlink$$DMore bibliographic information</backlink>
|
126
|
+
<thumbnail>$$Tamazon_thumb</thumbnail>
|
127
|
+
<linktotoc>$$Tamazon_toc$$DCheck for Amazon Search Inside</linktotoc>
|
128
|
+
<openurlfulltext>$$Topenurlfull_journal</openurlfulltext>
|
129
|
+
<linktoholdings>$$Taleph_holdings</linktoholdings>
|
130
|
+
<linktoreview>$$TpersistentUrl$$DCopy item link</linktoreview>
|
131
|
+
<linktouc>$$Tamazon_uc$$DCheck Amazon</linktouc>
|
132
|
+
<linktouc>$$Tworldcat_isbn$$DCheck other libraries (WorldCat®)</linktouc>
|
133
|
+
<linktoexcerpt>$$Tsyndetics_excerpt$$DExcerpt from item</linktoexcerpt>
|
134
|
+
</links>
|
135
|
+
<search>
|
136
|
+
<creatorcontrib>Graham, Greene 1904-1991.</creatorcontrib>
|
137
|
+
<creatorcontrib>Greene, Graham, 1904-1991.</creatorcontrib>
|
138
|
+
<creatorcontrib>Greene, G</creatorcontrib>
|
139
|
+
<creatorcontrib>Graham Greene ; introduction by Gloria Emerson.</creatorcontrib>
|
140
|
+
<creatorcontrib>Greene, Henry Graham, 1904-1991</creatorcontrib>
|
141
|
+
<creatorcontrib>Gŭrin, Gŭreŏm, 1904-1991</creatorcontrib>
|
142
|
+
<creatorcontrib>Grin, Greham, 1904-1991</creatorcontrib>
|
143
|
+
<creatorcontrib>Grīna, Grāhama, 1904-1991</creatorcontrib>
|
144
|
+
<creatorcontrib>Grin, Grėm, 1904-1991</creatorcontrib>
|
145
|
+
<creatorcontrib>格拉姆・葛林, 1904-1991</creatorcontrib>
|
146
|
+
<creatorcontrib>Grīns, Greiems, 1904-1991</creatorcontrib>
|
147
|
+
<creatorcontrib>Grīns, G. (Greiems), 1904-1991</creatorcontrib>
|
148
|
+
<title>Travels with my aunt /</title>
|
149
|
+
<subject>British Foreign countries Fiction</subject>
|
150
|
+
<subject>Women travelers Fiction</subject>
|
151
|
+
<subject>Older women Fiction</subject>
|
152
|
+
<subject>Travelers Fiction</subject>
|
153
|
+
<subject>Retirees Fiction</subject>
|
154
|
+
<subject>Aunts Fiction</subject>
|
155
|
+
<subject>Humorous stories</subject>
|
156
|
+
<subject>People, Retired</subject>
|
157
|
+
<subject>Retired persons</subject>
|
158
|
+
<subject>Retired people</subject>
|
159
|
+
<subject>Travelers, Women</subject>
|
160
|
+
<subject>Britishers</subject>
|
161
|
+
<subject>British people</subject>
|
162
|
+
<subject>Britons (British)</subject>
|
163
|
+
<subject>Brits</subject>
|
164
|
+
<subject>Aged women</subject>
|
165
|
+
<general>Penguin Books,</general>
|
166
|
+
<general>"Graham Greene centennial, 1904-2004"--Cover.</general>
|
167
|
+
<sourceid>nyu_aleph</sourceid>
|
168
|
+
<recordid>nyu_aleph000062856</recordid>
|
169
|
+
<isbn>0143039008</isbn>
|
170
|
+
<isbn>9780143039006</isbn>
|
171
|
+
<rsrctype>book</rsrctype>
|
172
|
+
<creationdate>2004</creationdate>
|
173
|
+
<creationdate>1969</creationdate>
|
174
|
+
<addtitle>Penguin classics</addtitle>
|
175
|
+
<searchscope>BOBST</searchscope>
|
176
|
+
<searchscope>BOBST Main Collection</searchscope>
|
177
|
+
<searchscope>nyu_aleph</searchscope>
|
178
|
+
<searchscope>NYU</searchscope>
|
179
|
+
<scope>BOBST</scope>
|
180
|
+
<scope>BOBST Main Collection</scope>
|
181
|
+
<scope>nyu_aleph</scope>
|
182
|
+
<scope>NYU</scope>
|
183
|
+
<lsr01>PR6013.R44 T7 2004</lsr01>
|
184
|
+
<lsr01>PR6013 .R44 T7 2004</lsr01>
|
185
|
+
<lsr02>Penguin Books,</lsr02>
|
186
|
+
</search>
|
187
|
+
<sort>
|
188
|
+
<title>Travels with my aunt /</title>
|
189
|
+
<creationdate>2004</creationdate>
|
190
|
+
<author>Greene, Graham, 1904-1991.</author>
|
191
|
+
<lso01>2004</lso01>
|
192
|
+
</sort>
|
193
|
+
<facets>
|
194
|
+
<language>eng</language>
|
195
|
+
<creationdate>2004</creationdate>
|
196
|
+
<topic>British–Foreign countries–Fiction</topic>
|
197
|
+
<topic>Women travelers–Fiction</topic>
|
198
|
+
<topic>Older women–Fiction</topic>
|
199
|
+
<topic>Travelers–Fiction</topic>
|
200
|
+
<topic>Retirees–Fiction</topic>
|
201
|
+
<topic>Aunts–Fiction</topic>
|
202
|
+
<collection>BOBST</collection>
|
203
|
+
<prefilter>books</prefilter>
|
204
|
+
<rsrctype>books</rsrctype>
|
205
|
+
<creatorcontrib>Greene, G</creatorcontrib>
|
206
|
+
<genre>Fiction</genre>
|
207
|
+
<genre>Humorous stories</genre>
|
208
|
+
<library>BOBST</library>
|
209
|
+
<lfc01>Main Collection</lfc01>
|
210
|
+
<classificationlcc>P - Language and literature.–English literature</classificationlcc>
|
211
|
+
<frbrgroupid>49340863</frbrgroupid>
|
212
|
+
<frbrtype>5</frbrtype>
|
213
|
+
</facets>
|
214
|
+
<dedup>
|
215
|
+
<t>1</t>
|
216
|
+
<c1>2004559272</c1>
|
217
|
+
<c2>0143039008;9780143039006</c2>
|
218
|
+
<c3>travelswithmyaunt</c3>
|
219
|
+
<c4>2004</c4>
|
220
|
+
<f1>2004559272</f1>
|
221
|
+
<f3>0143039008;9780143039006</f3>
|
222
|
+
<f5>travelswithmyaunt</f5>
|
223
|
+
<f6>2004</f6>
|
224
|
+
<f7>travels with my aunt</f7>
|
225
|
+
<f8>nyu</f8>
|
226
|
+
<f9>xvi, 254 p. ;</f9>
|
227
|
+
<f10>penguin books</f10>
|
228
|
+
<f11>greene graham 1904 1991</f11>
|
229
|
+
</dedup>
|
230
|
+
<frbr>
|
231
|
+
<t>1</t>
|
232
|
+
<k1>$$Kgreene graham 1904 1991$$AA</k1>
|
233
|
+
<k3>$$Kbooktravels with my aunt$$AT</k3>
|
234
|
+
</frbr>
|
235
|
+
<delivery>
|
236
|
+
<institution>NYU</institution>
|
237
|
+
<delcategory>Physical Item</delcategory>
|
238
|
+
</delivery>
|
239
|
+
<enrichment>
|
240
|
+
<classificationlcc>PR6013.R44</classificationlcc>
|
241
|
+
</enrichment>
|
242
|
+
<ranking>
|
243
|
+
<booster1>1</booster1>
|
244
|
+
<booster2>1</booster2>
|
245
|
+
</ranking>
|
246
|
+
<addata>
|
247
|
+
<aulast>Greene</aulast>
|
248
|
+
<aufirst>Graham,</aufirst>
|
249
|
+
<au>Greene, Graham, 1904-1991</au>
|
250
|
+
<btitle>Travels with my aunt</btitle>
|
251
|
+
<seriestitle>Penguin classics</seriestitle>
|
252
|
+
<date>2004</date>
|
253
|
+
<risdate>2004.</risdate>
|
254
|
+
<isbn>0143039008</isbn>
|
255
|
+
<isbn>9780143039006</isbn>
|
256
|
+
<format>book</format>
|
257
|
+
<genre>book</genre>
|
258
|
+
<ristype>BOOK</ristype>
|
259
|
+
<notes>Includes bibliographical references (p. xv-xvi).</notes>
|
260
|
+
<cop>New York</cop>
|
261
|
+
<pub>Penguin Books</pub>
|
262
|
+
<oclcid>56781200</oclcid>
|
263
|
+
<lccn>2004559272</lccn>
|
264
|
+
<lad01>BOBST</lad01>
|
265
|
+
<lad01>Physical Item</lad01>
|
266
|
+
</addata>
|
267
|
+
</record>
|
268
|
+
</PrimoNMBib>
|
269
|
+
<GETIT deliveryCategory="Physical Item" GetIt1="http://alephstage.library.nyu.edu/F?func=item-global&amp;doc_library=NYU01&amp;local_base=PRIMOCOMMON&amp;doc_number=000062856" GetIt2="https://webdev1.library.nyu.edu/getit/resolve?&amp;ctx_ver=Z39.88-2004&amp;ctx_enc=info:ofi/enc:UTF-8&amp;ctx_tim=2012-10-12T14%3A00%3A31IST&amp;url_ver=Z39.88-2004&amp;url_ctx_fmt=infofi/fmt:kev:mtx:ctx&amp;rfr_id=info:sid/primo.exlibrisgroup.com:primo-nyu_aleph000062856&amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;rft.genre=book&amp;rft.jtitle=&amp;rft.btitle=Travels%20with%20my%20aunt&amp;rft.aulast=Greene&amp;rft.aufirst=Graham%2C&amp;rft.auinit=&amp;rft.auinit1=&amp;rft.auinitm=&amp;rft.ausuffix=&amp;rft.au=Greene%2C%20Graham%2C%201904-1991&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=Penguin%20Books&amp;rft.place=New%20York&amp;rft.issn=&amp;rft.eissn=&amp;rft.isbn=0143039008&amp;rft.sici=&amp;rft.coden=&amp;rft_id=info:doi/&amp;rft.object_id=&amp;rft.primo=nyu_aleph000062856&amp;rft.eisbn=&amp;rft_dat=&lt;nyu_aleph>000062856&lt;/nyu_aleph>&amp;rft_id=info:oai/"/>
|
270
|
+
<LIBRARIES>
|
271
|
+
<LIBRARY>
|
272
|
+
<institution>NYU</institution>
|
273
|
+
<library>BOBST</library>
|
274
|
+
<status>unavailable</status>
|
275
|
+
<collection>Main Collection</collection>
|
276
|
+
<callNumber>(PR6013.R44 T7 2004 )</callNumber>
|
277
|
+
<url>http://alephstage.library.nyu.edu/F?func=item-global&amp;doc_library=NYU01&amp;local_base=PRIMOCOMMON&amp;doc_number=000062856</url>
|
278
|
+
</LIBRARY>
|
279
|
+
</LIBRARIES>
|
280
|
+
<LINKS>
|
281
|
+
<openurl><![CDATA[https://webdev1.library.nyu.edu/getit/resolve?&ctx_ver=Z39.88-2004&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2012-10-12T14%3A00%3A31IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo-nyu_aleph000062856&rft_val_fmt=info:ofi/fmt:kev:mtx:book&rft.genre=book&rft.jtitle=&rft.btitle=Travels%20with%20my%20aunt&rft.aulast=Greene&rft.aufirst=Graham%2C&rft.auinit=&rft.auinit1=&rft.auinitm=&rft.ausuffix=&rft.au=Greene%2C%20Graham%2C%201904-1991&rft.aucorp=&rft.volume=&rft.issue=&rft.part=&rft.quarter=&rft.ssn=&rft.spage=&rft.epage=&rft.pages=&rft.artnum=&rft.pub=Penguin%20Books&rft.place=New%20York&rft.issn=&rft.eissn=&rft.isbn=0143039008&rft.sici=&rft.coden=&rft_id=info:doi/&rft.object_id=&rft.primo=nyu_aleph000062856&rft.eisbn=&rft_dat=<nyu_aleph>000062856</nyu_aleph>&rft_id=info:oai/]]></openurl>
|
282
|
+
<backlink>http://alephstage.library.nyu.edu/F?func=direct&amp;local_base=PRIMOCOMMON&amp;doc_number=000062856</backlink>
|
283
|
+
<thumbnail>http://images.amazon.com/images/P/0143039008.01._SSTHUM_.jpg</thumbnail>
|
284
|
+
<linktotoc>http://www.amazon.com/gp/reader/0143039008</linktotoc>
|
285
|
+
<openurlfulltext><![CDATA[https://webdev1.library.nyu.edu/getit/resolve?&ctx_ver=Z39.88-2004&sfx.ignore_date_threshold=1&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2012-10-12T14%3A00%3A31IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo-nyu_aleph000062856&rft_val_fmt=info:ofi/fmt:kev:mtx:book&rft.genre=book&rft.jtitle=&rft.btitle=Travels%20with%20my%20aunt&rft.aulast=Greene&rft.aufirst=Graham%2C&rft.auinit=&rft.auinit1=&rft.auinitm=&rft.ausuffix=&rft.au=Greene%2C%20Graham%2C%201904-1991&rft.aucorp=&rft.volume=&rft.issue=&rft.part=&rft.quarter=&rft.ssn=&rft.spage=&rft.epage=&rft.pages=&rft.artnum=&rft.pub=Penguin%20Books&rft.place=New%20York&rft.issn=&rft.eissn=&rft.isbn=0143039008&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=<nyu_aleph>000062856</nyu_aleph>&rft_id=info:oai/]]></openurlfulltext>
|
286
|
+
<linktoholdings>http://alephstage.library.nyu.edu/F?func=item-global&amp;doc_library=NYU01&amp;local_base=PRIMOCOMMON&amp;doc_number=000062856</linktoholdings>
|
287
|
+
<linktoreview>https://library.nyu.edu/persistent/lcn/nyu_aleph000062856?institution=NYU&amp;persistent</linktoreview>
|
288
|
+
<linktouc>http://www.amazon.com/s/?search-alias=aps&amp;field-keywords=0143039008</linktouc>
|
289
|
+
<linktouc>http://www.worldcat.org/search?q=isbn%3A0143039008</linktouc>
|
290
|
+
</LINKS>
|
291
|
+
</DOC>
|
292
|
+
</DOCSET>
|
293
|
+
</RESULT>
|
294
|
+
<searchToken>0</searchToken>
|
295
|
+
</JAGROOT>
|
296
|
+
</SEGMENTS></searchBriefReturn></ns1:searchBriefResponse></soapenv:Body></soapenv:Envelope>
|
297
|
+
http_version:
|
298
|
+
recorded_at: Fri, 12 Oct 2012 18:00:31 GMT
|
299
|
+
recorded_with: VCR 2.2.5
|