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,47 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://bobcatdev.library.nyu.edu/PrimoWebServices/services/primo/eshelfstructure
|
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:getEshelfStructure env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
14
|
+
xmlns:n1="http://www.exlibris.com/primo/xsd/wsRequest">
|
15
|
+
<getEshelfStructureRequest xsi:type="xsd:string"><getEshelfStructureRequest xmlns='http://www.exlibris.com/primo/xsd/wsRequest'><userId>N18158418</userId><institution>NYU</institution><includeBasketItems>false</includeBasketItems></getEshelfStructureRequest></getEshelfStructureRequest>
|
16
|
+
</n1:getEshelfStructure>
|
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: <?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:getEshelfStructureResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.exlibris.com/primo/xsd/wsRequest"><getEshelfStructureReturn xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><prim:eshelf_folders xmlns:prim="http://www.exlibris.com/primo/xsd/primoeshelffolder"><prim:eshelf_folder folder_id="298560007" parent_id="298560007"><prim:folder_name>Basket</prim:folder_name><prim:eshelf_folder_set><prim:eshelf_folder folder_id="344619707" parent_id="298560007"><prim:folder_name>Test</prim:folder_name></prim:eshelf_folder></prim:eshelf_folder_set></prim:eshelf_folder></prim:eshelf_folders></getEshelfStructureReturn></ns1:getEshelfStructureResponse></soapenv:Body></soapenv:Envelope>
|
45
|
+
http_version:
|
46
|
+
recorded_at: Fri, 12 Oct 2012 18:00:31 GMT
|
47
|
+
recorded_with: VCR 2.2.5
|
@@ -0,0 +1,54 @@
|
|
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: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>thisIsNotAValidDocId</docId><institution>NYU</institution></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: 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 17:59:19 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:getRecordResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.exlibris.com/primo/xsd/wsRequest"><getRecordReturn 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
|
+
<ERROR CODE="-1" MESSAGE="PrimoSearchWS getRecord null"/>
|
49
|
+
</RESULT>
|
50
|
+
</JAGROOT>
|
51
|
+
</SEGMENTS></getRecordReturn></ns1:getRecordResponse></soapenv:Body></soapenv:Envelope>
|
52
|
+
http_version:
|
53
|
+
recorded_at: Fri, 12 Oct 2012 17:59:19 GMT
|
54
|
+
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
|
@@ -0,0 +1,293 @@
|
|
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>0090-5720</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="lcc" COUNT="1">
|
51
|
+
<FACET_VALUES KEY="H - Social sciences." VALUE="1"/>
|
52
|
+
</FACET>
|
53
|
+
<FACET NAME="lang" COUNT="1">
|
54
|
+
<FACET_VALUES KEY="eng" VALUE="1"/>
|
55
|
+
</FACET>
|
56
|
+
<FACET NAME="rtype" COUNT="1">
|
57
|
+
<FACET_VALUES KEY="journals" VALUE="1"/>
|
58
|
+
</FACET>
|
59
|
+
<FACET NAME="topic" COUNT="1">
|
60
|
+
<FACET_VALUES KEY="Economics" VALUE="1"/>
|
61
|
+
</FACET>
|
62
|
+
<FACET NAME="tlevel" COUNT="2">
|
63
|
+
<FACET_VALUES KEY="online_resources" VALUE="1"/>
|
64
|
+
<FACET_VALUES KEY="available" VALUE="1"/>
|
65
|
+
</FACET>
|
66
|
+
<FACET NAME="pfilter" COUNT="1">
|
67
|
+
<FACET_VALUES KEY="journals" VALUE="1"/>
|
68
|
+
</FACET>
|
69
|
+
<FACET NAME="creationdate" COUNT="1">
|
70
|
+
<FACET_VALUES KEY="1972" VALUE="1"/>
|
71
|
+
</FACET>
|
72
|
+
<FACET NAME="domain" COUNT="1">
|
73
|
+
<FACET_VALUES KEY="BOBST" VALUE="1"/>
|
74
|
+
</FACET>
|
75
|
+
<FACET NAME="genre" COUNT="2">
|
76
|
+
<FACET_VALUES KEY="Periodicals" VALUE="1"/>
|
77
|
+
<FACET_VALUES KEY="Electronic journals" VALUE="1"/>
|
78
|
+
</FACET>
|
79
|
+
<FACET NAME="library" COUNT="6">
|
80
|
+
<FACET_VALUES KEY="ISAW" VALUE="1"/>
|
81
|
+
<FACET_VALUES KEY="BOBST" VALUE="1"/>
|
82
|
+
<FACET_VALUES KEY="REI" VALUE="1"/>
|
83
|
+
<FACET_VALUES KEY="IFAC" VALUE="1"/>
|
84
|
+
<FACET_VALUES KEY="IFA" VALUE="1"/>
|
85
|
+
<FACET_VALUES KEY="COUR" VALUE="1"/>
|
86
|
+
</FACET>
|
87
|
+
<FACET NAME="local1" COUNT="2">
|
88
|
+
<FACET_VALUES KEY="Main Collection" VALUE="1"/>
|
89
|
+
<FACET_VALUES KEY="Internet Resources" VALUE="1"/>
|
90
|
+
</FACET>
|
91
|
+
</FACETLIST>
|
92
|
+
<DOCSET HIT_TIME="11" TOTALHITS="1" FIRSTHIT="1" LASTHIT="1" TOTAL_TIME="38" IS_LOCAL="true">
|
93
|
+
<DOC ID="1271691" RANK="1.0" NO="1" SEARCH_ENGINE="Local Search Engine" SEARCH_ENGINE_TYPE="Local Search Engine">
|
94
|
+
<PrimoNMBib xmlns="http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib">
|
95
|
+
<record>
|
96
|
+
<control>
|
97
|
+
<sourcerecordid>002736245</sourcerecordid>
|
98
|
+
<sourceid>nyu_aleph</sourceid>
|
99
|
+
<recordid>nyu_aleph002736245</recordid>
|
100
|
+
<originalsourceid>NYU01</originalsourceid>
|
101
|
+
<ilsapiid>NYU01002736245</ilsapiid>
|
102
|
+
<sourceformat>MARC21</sourceformat>
|
103
|
+
<sourcesystem>Aleph</sourcesystem>
|
104
|
+
</control>
|
105
|
+
<display>
|
106
|
+
<type>journal</type>
|
107
|
+
<title>The Journal of behavioral economics.</title>
|
108
|
+
<publisher>Macomb, Center for Business and Economic Research, Western Illinois University</publisher>
|
109
|
+
<creationdate>1972</creationdate>
|
110
|
+
<format>v. 28 cm.</format>
|
111
|
+
<identifier>$$Cissn$$V0090-5720</identifier>
|
112
|
+
<subject>Economics -- Psychological aspects -- Periodicals; Economics -- Periodicals; Electronic journals</subject>
|
113
|
+
<language>eng</language>
|
114
|
+
<relation>$$Clater_title ; $$VJournal of socio-economics</relation>
|
115
|
+
<source>nyu_aleph</source>
|
116
|
+
<availlibrary>$$INYU$$LBOBST$$1Main Collection$$2(HB1 .J55 )$$Sunavailable$$38$$48$$5Y$$60$$XNYU50$$YBOBST$$ZMAIN</availlibrary>
|
117
|
+
<availlibrary>$$INYU$$LBWEB$$1Internet Resources$$2(HB1 .J55 Electronic access )$$Scheck_holdings$$XNYU50$$YBWEB$$ZBNYUI</availlibrary>
|
118
|
+
<lds02>nyu_aleph002736245</lds02>
|
119
|
+
<lds01>NYU</lds01>
|
120
|
+
<lds01>NYUAD</lds01>
|
121
|
+
<availinstitution>$$INYU$$Scheck_holdings</availinstitution>
|
122
|
+
<availpnx>available</availpnx>
|
123
|
+
</display>
|
124
|
+
<links>
|
125
|
+
<openurl>$$Topenurl_journal</openurl>
|
126
|
+
<backlink>$$Taleph_backlink$$DMore bibliographic information</backlink>
|
127
|
+
<linktorsrc>$$Uhttps://ezproxy.library.nyu.edu/login?url=http://www.sciencedirect.com/science/journal/00905720$$DOnline Version$$INYU</linktorsrc>
|
128
|
+
<linktorsrc>$$Uhttps://ezproxy.library.nyu.edu/login?url=http://www.sciencedirect.com/science/journal/00905720$$DOnline Resource$$INYUAD</linktorsrc>
|
129
|
+
<openurlfulltext>$$Topenurlfull_journal</openurlfulltext>
|
130
|
+
<linktoholdings>$$Taleph_holdings</linktoholdings>
|
131
|
+
<linktoreview>$$TpersistentUrl$$DCopy item link</linktoreview>
|
132
|
+
</links>
|
133
|
+
<search>
|
134
|
+
<creatorcontrib>Mellon Project.</creatorcontrib>
|
135
|
+
<creatorcontrib>ScienceDirect (Online service)</creatorcontrib>
|
136
|
+
<title>The Journal of behavioral economics.</title>
|
137
|
+
<subject>Economics Psychological aspects Periodicals</subject>
|
138
|
+
<subject>Economics Periodicals</subject>
|
139
|
+
<subject>Electronic journals</subject>
|
140
|
+
<subject>Political economy</subject>
|
141
|
+
<subject>Economic theory</subject>
|
142
|
+
<general>Center for Business and Economic Research, Western Illinois University]</general>
|
143
|
+
<sourceid>nyu_aleph</sourceid>
|
144
|
+
<recordid>nyu_aleph002736245</recordid>
|
145
|
+
<isbn>0090-5720</isbn>
|
146
|
+
<rsrctype>journal</rsrctype>
|
147
|
+
<creationdate>1972</creationdate>
|
148
|
+
<creationdate>1990</creationdate>
|
149
|
+
<addtitle>The Journal of behavioral economics (Online)</addtitle>
|
150
|
+
<addtitle>Journal of socio-economics</addtitle>
|
151
|
+
<searchscope>BOBST</searchscope>
|
152
|
+
<searchscope>BOBST Main Collection</searchscope>
|
153
|
+
<searchscope>BWEB</searchscope>
|
154
|
+
<searchscope>BWEB Internet Resources</searchscope>
|
155
|
+
<searchscope>nyu_aleph</searchscope>
|
156
|
+
<searchscope>NYU</searchscope>
|
157
|
+
<searchscope>NYUAD</searchscope>
|
158
|
+
<searchscope>IFA</searchscope>
|
159
|
+
<searchscope>IFAC</searchscope>
|
160
|
+
<searchscope>ISAW</searchscope>
|
161
|
+
<searchscope>COUR</searchscope>
|
162
|
+
<searchscope>REI</searchscope>
|
163
|
+
<scope>BOBST</scope>
|
164
|
+
<scope>BOBST Main Collection</scope>
|
165
|
+
<scope>BWEB</scope>
|
166
|
+
<scope>BWEB Internet Resources</scope>
|
167
|
+
<scope>nyu_aleph</scope>
|
168
|
+
<scope>NYU</scope>
|
169
|
+
<scope>NYUAD</scope>
|
170
|
+
<scope>IFA</scope>
|
171
|
+
<scope>IFAC</scope>
|
172
|
+
<scope>ISAW</scope>
|
173
|
+
<scope>COUR</scope>
|
174
|
+
<scope>REI</scope>
|
175
|
+
<lsr01>HB1 .J55</lsr01>
|
176
|
+
<lsr01>HB1.J55</lsr01>
|
177
|
+
<lsr02>Center for Business and Economic Research, Western Illinois University]</lsr02>
|
178
|
+
</search>
|
179
|
+
<sort>
|
180
|
+
<title>Journal of behavioral economics.</title>
|
181
|
+
<creationdate>1972</creationdate>
|
182
|
+
<lso01>1972</lso01>
|
183
|
+
</sort>
|
184
|
+
<facets>
|
185
|
+
<language>eng</language>
|
186
|
+
<creationdate>1972</creationdate>
|
187
|
+
<topic>Economics–Psychological aspects–Periodicals</topic>
|
188
|
+
<topic>Economics–Periodicals</topic>
|
189
|
+
<collection>BOBST</collection>
|
190
|
+
<toplevel>available</toplevel>
|
191
|
+
<toplevel>online_resources</toplevel>
|
192
|
+
<prefilter>journals</prefilter>
|
193
|
+
<rsrctype>journals</rsrctype>
|
194
|
+
<genre>Periodicals</genre>
|
195
|
+
<genre>Electronic journals</genre>
|
196
|
+
<library>BOBST</library>
|
197
|
+
<library>IFA</library>
|
198
|
+
<library>IFAC</library>
|
199
|
+
<library>ISAW</library>
|
200
|
+
<library>COUR</library>
|
201
|
+
<library>REI</library>
|
202
|
+
<lfc01>Main Collection</lfc01>
|
203
|
+
<lfc01>Internet Resources</lfc01>
|
204
|
+
<classificationlcc>H - Social sciences.–Economic theory. Demography</classificationlcc>
|
205
|
+
<frbrgroupid>64653363</frbrgroupid>
|
206
|
+
<frbrtype>6</frbrtype>
|
207
|
+
</facets>
|
208
|
+
<dedup>
|
209
|
+
<t>2</t>
|
210
|
+
<c1>73641924</c1>
|
211
|
+
<c2>0090-5720</c2>
|
212
|
+
<c3>journalofbehavioraleconomics</c3>
|
213
|
+
<c4>macomb</c4>
|
214
|
+
<f1>73641924</f1>
|
215
|
+
<f3>00905720</f3>
|
216
|
+
<f6>1972</f6>
|
217
|
+
<f7>journal of behavioral economics</f7>
|
218
|
+
<f8>journal of behavioral economics</f8>
|
219
|
+
<f9>ilu</f9>
|
220
|
+
<f10>macomb</f10>
|
221
|
+
</dedup>
|
222
|
+
<frbr>
|
223
|
+
<t>1</t>
|
224
|
+
<k3>$$Kjournal of behavioral economics$$AT</k3>
|
225
|
+
</frbr>
|
226
|
+
<delivery>
|
227
|
+
<institution>NYU</institution>
|
228
|
+
<institution>NYUAD</institution>
|
229
|
+
<delcategory>Online Resource</delcategory>
|
230
|
+
</delivery>
|
231
|
+
<enrichment>
|
232
|
+
<classificationlcc>HB1</classificationlcc>
|
233
|
+
</enrichment>
|
234
|
+
<ranking>
|
235
|
+
<booster1>1</booster1>
|
236
|
+
<booster2>1</booster2>
|
237
|
+
</ranking>
|
238
|
+
<addata>
|
239
|
+
<jtitle>The Journal of behavioral economics.</jtitle>
|
240
|
+
<date>1972</date>
|
241
|
+
<risdate>1972</risdate>
|
242
|
+
<issn>0090-5720</issn>
|
243
|
+
<format>journal</format>
|
244
|
+
<genre>journal</genre>
|
245
|
+
<ristype>JOUR</ristype>
|
246
|
+
<cop>Macomb</cop>
|
247
|
+
<pub>Center for Business and Economic Research, Western Illinois University]</pub>
|
248
|
+
<lccn>73641924</lccn>
|
249
|
+
<lad01>BOBSTBWEB</lad01>
|
250
|
+
<lad01>Online Resource</lad01>
|
251
|
+
</addata>
|
252
|
+
</record>
|
253
|
+
</PrimoNMBib>
|
254
|
+
<GETIT deliveryCategory="Online Resource" GetIt1="https://ezproxy.library.nyu.edu/login?url=http://www.sciencedirect.com/science/journal/00905720" 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_aleph002736245&amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;rft.genre=journal&amp;rft.jtitle=The%20Journal%20of%20behavioral%20economics.&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=Center%20for%20Business%20and%20Economic%20Research%2C%20Western%20Illinois%20University]&amp;rft.place=Macomb&amp;rft.issn=0090-5720&amp;rft.eissn=&amp;rft.isbn=&amp;rft.sici=&amp;rft.coden=&amp;rft_id=info:doi/&amp;rft.object_id=&amp;rft.primo=nyu_aleph002736245&amp;rft.eisbn=&amp;rft_dat=&lt;nyu_aleph>002736245&lt;/nyu_aleph>&amp;rft_id=info:oai/"/>
|
255
|
+
<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=002736245" GetIt2=""/>
|
256
|
+
<LIBRARIES>
|
257
|
+
<LIBRARY>
|
258
|
+
<institution>NYU</institution>
|
259
|
+
<library>BOBST</library>
|
260
|
+
<status>unavailable</status>
|
261
|
+
<collection>Main Collection</collection>
|
262
|
+
<callNumber>(HB1 .J55 )</callNumber>
|
263
|
+
<url>http://alephstage.library.nyu.edu/F?func=item-global&amp;doc_library=NYU01&amp;local_base=PRIMOCOMMON&amp;doc_number=002736245</url>
|
264
|
+
</LIBRARY>
|
265
|
+
</LIBRARIES>
|
266
|
+
<LIBRARIES>
|
267
|
+
<LIBRARY>
|
268
|
+
<institution>NYU</institution>
|
269
|
+
<library>BWEB</library>
|
270
|
+
<status>check_holdings</status>
|
271
|
+
<collection>Internet Resources</collection>
|
272
|
+
<callNumber>(HB1 .J55 Electronic access )</callNumber>
|
273
|
+
<url>http://alephstage.library.nyu.edu/F?func=item-global&amp;doc_library=NYU01&amp;local_base=PRIMOCOMMON&amp;doc_number=002736245</url>
|
274
|
+
</LIBRARY>
|
275
|
+
</LIBRARIES>
|
276
|
+
<LINKS>
|
277
|
+
<openurl><![CDATA[https://webdev1.library.nyu.edu/getit/resolve?umlaut.institution=NYUAD&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_aleph002736245&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.genre=journal&rft.jtitle=The%20Journal%20of%20behavioral%20economics.&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=Center%20for%20Business%20and%20Economic%20Research%2C%20Western%20Illinois%20University]&rft.place=Macomb&rft.issn=0090-5720&rft.eissn=&rft.isbn=&rft.sici=&rft.coden=&rft_id=info:doi/&rft.object_id=&rft.primo=nyu_aleph002736245&rft.eisbn=&rft_dat=<nyu_aleph>002736245</nyu_aleph>&rft_id=info:oai/]]></openurl>
|
278
|
+
<backlink>http://alephstage.library.nyu.edu/F?func=direct&amp;local_base=PRIMOCOMMON&amp;doc_number=002736245</backlink>
|
279
|
+
<linktorsrc>https://ezproxy.library.nyu.edu/login?url=http://www.sciencedirect.com/science/journal/00905720</linktorsrc>
|
280
|
+
<thumbnail/>
|
281
|
+
<openurlfulltext><![CDATA[https://webdev1.library.nyu.edu/getit/resolve?umlaut.institution=NYUAD&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_aleph002736245&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.genre=journal&rft.jtitle=The%20Journal%20of%20behavioral%20economics.&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=Center%20for%20Business%20and%20Economic%20Research%2C%20Western%20Illinois%20University]&rft.place=Macomb&rft.issn=0090-5720&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=<nyu_aleph>002736245</nyu_aleph>&rft_id=info:oai/]]></openurlfulltext>
|
282
|
+
<linktoholdings>http://alephstage.library.nyu.edu/F?func=item-global&amp;doc_library=NYU01&amp;local_base=PRIMOCOMMON&amp;doc_number=002736245</linktoholdings>
|
283
|
+
<linktoreview>https://library.nyu.edu/persistent/lcn/nyu_aleph002736245?institution=NYU&amp;persistent</linktoreview>
|
284
|
+
</LINKS>
|
285
|
+
</DOC>
|
286
|
+
</DOCSET>
|
287
|
+
</RESULT>
|
288
|
+
<searchToken>0</searchToken>
|
289
|
+
</JAGROOT>
|
290
|
+
</SEGMENTS></searchBriefReturn></ns1:searchBriefResponse></soapenv:Body></soapenv:Envelope>
|
291
|
+
http_version:
|
292
|
+
recorded_at: Fri, 12 Oct 2012 18:00:31 GMT
|
293
|
+
recorded_with: VCR 2.2.5
|