umlaut-primo 0.1.2 → 0.1.3
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/lib/umlaut_primo/primo_service.rb +105 -94
 - data/lib/umlaut_primo/version.rb +2 -2
 - data/test/dummy/log/test.log +2241 -0
 - data/test/fixtures/referent_values.yml +23 -0
 - data/test/fixtures/referents.yml +4 -0
 - data/test/fixtures/requests.yml +4 -0
 - data/test/unit/primo_service_test.rb +17 -1
 - data/test/vcr_cassettes/demystifying_the_chinese_economy.yml +50 -0
 - data/test/vcr_cassettes/digital_futures_living_in_a_dot_com_world.yml +236 -0
 - metadata +33 -19
 - checksums.yaml +0 -15
 
| 
         @@ -126,3 +126,26 @@ russkaia_pochta_with_no_title_3: 
     | 
|
| 
       126 
126 
     | 
    
         
             
              metadata: true
         
     | 
| 
       127 
127 
     | 
    
         
             
              private_data: false
         
     | 
| 
       128 
128 
     | 
    
         | 
| 
      
 129 
     | 
    
         
            +
            digital_futures_living_in_a_dot_com_world_1:
         
     | 
| 
      
 130 
     | 
    
         
            +
              referent: digital_futures_living_in_a_dot_com_world
         
     | 
| 
      
 131 
     | 
    
         
            +
              key_name: "format"
         
     | 
| 
      
 132 
     | 
    
         
            +
              value: "book"
         
     | 
| 
      
 133 
     | 
    
         
            +
              normalized_value: "book"
         
     | 
| 
      
 134 
     | 
    
         
            +
              metadata: false
         
     | 
| 
      
 135 
     | 
    
         
            +
              private_data: false
         
     | 
| 
      
 136 
     | 
    
         
            +
             
     | 
| 
      
 137 
     | 
    
         
            +
            digital_futures_living_in_a_dot_com_world_2:
         
     | 
| 
      
 138 
     | 
    
         
            +
              referent: digital_futures_living_in_a_dot_com_world
         
     | 
| 
      
 139 
     | 
    
         
            +
              key_name: "genre"
         
     | 
| 
      
 140 
     | 
    
         
            +
              value: "book"
         
     | 
| 
      
 141 
     | 
    
         
            +
              normalized_value: "book"
         
     | 
| 
      
 142 
     | 
    
         
            +
              metadata: true
         
     | 
| 
      
 143 
     | 
    
         
            +
              private_data: false
         
     | 
| 
      
 144 
     | 
    
         
            +
             
     | 
| 
      
 145 
     | 
    
         
            +
            digital_futures_living_in_a_dot_com_world_3:
         
     | 
| 
      
 146 
     | 
    
         
            +
              referent: digital_futures_living_in_a_dot_com_world
         
     | 
| 
      
 147 
     | 
    
         
            +
              key_name: "isbn"
         
     | 
| 
      
 148 
     | 
    
         
            +
              value: "185383789X"
         
     | 
| 
      
 149 
     | 
    
         
            +
              normalized_value: "185383789X"
         
     | 
| 
      
 150 
     | 
    
         
            +
              metadata: true
         
     | 
| 
      
 151 
     | 
    
         
            +
              private_data: false
         
     | 
    
        data/test/fixtures/referents.yml
    CHANGED
    
    
    
        data/test/fixtures/requests.yml
    CHANGED
    
    | 
         @@ -21,3 +21,7 @@ the_musical_quarterly_by_issn: 
     | 
|
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         
             
            russkaia_pochta_with_no_title_by_issn:
         
     | 
| 
       23 
23 
     | 
    
         
             
              referent: russkaia_pochta_with_no_title
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            digital_futures_living_in_a_dot_com_world:
         
     | 
| 
      
 26 
     | 
    
         
            +
              referrer_id: info:sid/primo.exlibrisgroup.com:primo-dedupmrg117418498
         
     | 
| 
      
 27 
     | 
    
         
            +
              referent: digital_futures_living_in_a_dot_com_world
         
     | 
| 
         @@ -201,6 +201,22 @@ class PrimoServiceTest < ActiveSupport::TestCase 
     | 
|
| 
       201 
201 
     | 
    
         
             
                assert_equal(ServiceResponse::MatchExact, view_data[:match_reliability])
         
     | 
| 
       202 
202 
     | 
    
         
             
              end
         
     | 
| 
       203 
203 
     | 
    
         | 
| 
      
 204 
     | 
    
         
            +
              test "expired dedupmgr record" do
         
     | 
| 
      
 205 
     | 
    
         
            +
                request = requests(:digital_futures_living_in_a_dot_com_world)
         
     | 
| 
      
 206 
     | 
    
         
            +
                VCR.use_cassette("digital_futures_living_in_a_dot_com_world", match_requests_on: [:body]) do
         
     | 
| 
      
 207 
     | 
    
         
            +
                  @primo_service.handle(request)
         
     | 
| 
      
 208 
     | 
    
         
            +
                end
         
     | 
| 
      
 209 
     | 
    
         
            +
             
     | 
| 
      
 210 
     | 
    
         
            +
                # Get latest from the DB after handling the service.
         
     | 
| 
      
 211 
     | 
    
         
            +
                request.dispatched_services.reset
         
     | 
| 
      
 212 
     | 
    
         
            +
                request.service_responses.reset
         
     | 
| 
      
 213 
     | 
    
         
            +
             
     | 
| 
      
 214 
     | 
    
         
            +
                # Get the returned fulltext service responses
         
     | 
| 
      
 215 
     | 
    
         
            +
                fulltexts = request.get_service_type('fulltext')
         
     | 
| 
      
 216 
     | 
    
         
            +
             
     | 
| 
      
 217 
     | 
    
         
            +
                assert_not_empty(fulltexts)
         
     | 
| 
      
 218 
     | 
    
         
            +
              end
         
     | 
| 
      
 219 
     | 
    
         
            +
             
     | 
| 
       204 
220 
     | 
    
         
             
              test "sfx owner but fulltext empty" do
         
     | 
| 
       205 
221 
     | 
    
         
             
                request = requests(:australian_journal_of_international_affairs_by_id)
         
     | 
| 
       206 
222 
     | 
    
         
             
                VCR.use_cassette("australian journal of international affairs by id") do
         
     | 
| 
         @@ -255,4 +271,4 @@ class PrimoServiceTest < ActiveSupport::TestCase 
     | 
|
| 
       255 
271 
     | 
    
         
             
                assert_equal("261559574", request.referent.metadata["oclcnum"], "OCLC number was not enhanced when resolving by ISSN.")
         
     | 
| 
       256 
272 
     | 
    
         
             
                assert_equal("2008262508", request.referent.metadata["lccn"], "LCCN was not enhanced when resolving by ISSN.")
         
     | 
| 
       257 
273 
     | 
    
         
             
              end
         
     | 
| 
       258 
     | 
    
         
            -
            end
         
     | 
| 
      
 274 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,50 @@ 
     | 
|
| 
      
 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><wsdl: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>nyu_aleph003595160</docId></fullViewRequest>]]></request></wsdl:getRecord></env:Body></env:Envelope>
         
     | 
| 
      
 13 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 14 
     | 
    
         
            +
                  Soapaction:
         
     | 
| 
      
 15 
     | 
    
         
            +
                  - ! '"getRecord"'
         
     | 
| 
      
 16 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 17 
     | 
    
         
            +
                  - text/xml;charset=UTF-8
         
     | 
| 
      
 18 
     | 
    
         
            +
                  Content-Length:
         
     | 
| 
      
 19 
     | 
    
         
            +
                  - '843'
         
     | 
| 
      
 20 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 21 
     | 
    
         
            +
                  - ! '*/*'
         
     | 
| 
      
 22 
     | 
    
         
            +
                  User-Agent:
         
     | 
| 
      
 23 
     | 
    
         
            +
                  - Ruby
         
     | 
| 
      
 24 
     | 
    
         
            +
              response:
         
     | 
| 
      
 25 
     | 
    
         
            +
                status:
         
     | 
| 
      
 26 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 27 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 28 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 29 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 30 
     | 
    
         
            +
                  - Apache-Coyote/1.1
         
     | 
| 
      
 31 
     | 
    
         
            +
                  X-Powered-By:
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - Servlet 2.5; JBoss-5.0/JBossWeb-2.1
         
     | 
| 
      
 33 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 34 
     | 
    
         
            +
                  - text/xml;charset=utf-8
         
     | 
| 
      
 35 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 36 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 37 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 38 
     | 
    
         
            +
                  - Tue, 21 Jan 2014 17:07:23 GMT
         
     | 
| 
      
 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><ns1:getRecordResponse
         
     | 
| 
      
 43 
     | 
    
         
            +
                    soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:ns1=\"http://primo.library.edu/PrimoWebServices/services/searcher\"><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      <ERROR CODE="-1" MESSAGE="PrimoSearchWS
         
     | 
| 
      
 47 
     | 
    
         
            +
                    getRecord null"/>\n    </RESULT>\n  </JAGROOT>\n</SEGMENTS></getRecordReturn></ns1:getRecordResponse></soapenv:Body></soapenv:Envelope>"
         
     | 
| 
      
 48 
     | 
    
         
            +
                http_version: 
         
     | 
| 
      
 49 
     | 
    
         
            +
              recorded_at: Tue, 21 Jan 2014 17:07:23 GMT
         
     | 
| 
      
 50 
     | 
    
         
            +
            recorded_with: VCR 2.4.0
         
     | 
| 
         @@ -0,0 +1,236 @@ 
     | 
|
| 
      
 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><wsdl: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>dedupmrg117418498</docId></fullViewRequest>]]></request></wsdl:getRecord></env:Body></env:Envelope>
         
     | 
| 
      
 13 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 14 
     | 
    
         
            +
                  Soapaction:
         
     | 
| 
      
 15 
     | 
    
         
            +
                  - ! '"getRecord"'
         
     | 
| 
      
 16 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 17 
     | 
    
         
            +
                  - text/xml;charset=UTF-8
         
     | 
| 
      
 18 
     | 
    
         
            +
                  Content-Length:
         
     | 
| 
      
 19 
     | 
    
         
            +
                  - '842'
         
     | 
| 
      
 20 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 21 
     | 
    
         
            +
                  - ! '*/*'
         
     | 
| 
      
 22 
     | 
    
         
            +
                  User-Agent:
         
     | 
| 
      
 23 
     | 
    
         
            +
                  - Ruby
         
     | 
| 
      
 24 
     | 
    
         
            +
              response:
         
     | 
| 
      
 25 
     | 
    
         
            +
                status:
         
     | 
| 
      
 26 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 27 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 28 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 29 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 30 
     | 
    
         
            +
                  - Apache-Coyote/1.1
         
     | 
| 
      
 31 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - text/xml;charset=utf-8
         
     | 
| 
      
 33 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 34 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 35 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 36 
     | 
    
         
            +
                  - Mon, 25 Aug 2014 18:09:06 GMT
         
     | 
| 
      
 37 
     | 
    
         
            +
                body:
         
     | 
| 
      
 38 
     | 
    
         
            +
                  encoding: US-ASCII
         
     | 
| 
      
 39 
     | 
    
         
            +
                  string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"
         
     | 
| 
      
 40 
     | 
    
         
            +
                    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><soapenv:Body><ns1:getRecordResponse
         
     | 
| 
      
 41 
     | 
    
         
            +
                    soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:ns1=\"http://primo.library.edu/PrimoWebServices/services/searcher\"><getRecordReturn
         
     | 
| 
      
 42 
     | 
    
         
            +
                    xsi:type=\"soapenc:string\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"><SEGMENTS
         
     | 
| 
      
 43 
     | 
    
         
            +
                    xmlns="http://www.exlibrisgroup.com/xsd/jaguar/search">\n  <JAGROOT>\n
         
     | 
| 
      
 44 
     | 
    
         
            +
                    \   <RESULT>\n      <ERROR CODE="-1" MESSAGE="PrimoSearchWS
         
     | 
| 
      
 45 
     | 
    
         
            +
                    getRecord null"/>\n    </RESULT>\n  </JAGROOT>\n</SEGMENTS></getRecordReturn></ns1:getRecordResponse></soapenv:Body></soapenv:Envelope>"
         
     | 
| 
      
 46 
     | 
    
         
            +
                http_version: 
         
     | 
| 
      
 47 
     | 
    
         
            +
              recorded_at: Mon, 25 Aug 2014 18:09:06 GMT
         
     | 
| 
      
 48 
     | 
    
         
            +
            - request:
         
     | 
| 
      
 49 
     | 
    
         
            +
                method: post
         
     | 
| 
      
 50 
     | 
    
         
            +
                uri: http://primo.library.edu/PrimoWebServices/services/searcher
         
     | 
| 
      
 51 
     | 
    
         
            +
                body:
         
     | 
| 
      
 52 
     | 
    
         
            +
                  encoding: US-ASCII
         
     | 
| 
      
 53 
     | 
    
         
            +
                  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         
     | 
| 
      
 54 
     | 
    
         
            +
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://primo.library.edu/PrimoWebServices/services/searcher"
         
     | 
| 
      
 55 
     | 
    
         
            +
                    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><wsdl:searchBrief><request><![CDATA[<searchRequest
         
     | 
| 
      
 56 
     | 
    
         
            +
                    xmlns="http://www.exlibris.com/primo/xsd/wsRequest" xmlns:uic="http://www.exlibris.com/primo/xsd/primoview/uicomponents"><PrimoSearchRequest
         
     | 
| 
      
 57 
     | 
    
         
            +
                    xmlns="http://www.exlibris.com/primo/xsd/search/request"><QueryTerms><BoolOpeator>AND</BoolOpeator><QueryTerm><IndexField>isbn</IndexField><PrecisionOperator>exact</PrecisionOperator><Value>185383789X</Value></QueryTerm></QueryTerms><StartIndex>1</StartIndex><BulkSize>5</BulkSize><DidUMeanEnabled>false</DidUMeanEnabled></PrimoSearchRequest><institution>NYU</institution></searchRequest>]]></request></wsdl:searchBrief></env:Body></env:Envelope>
         
     | 
| 
      
 58 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 59 
     | 
    
         
            +
                  Soapaction:
         
     | 
| 
      
 60 
     | 
    
         
            +
                  - ! '"searchBrief"'
         
     | 
| 
      
 61 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 62 
     | 
    
         
            +
                  - text/xml;charset=UTF-8
         
     | 
| 
      
 63 
     | 
    
         
            +
                  Content-Length:
         
     | 
| 
      
 64 
     | 
    
         
            +
                  - '931'
         
     | 
| 
      
 65 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 66 
     | 
    
         
            +
                  - ! '*/*'
         
     | 
| 
      
 67 
     | 
    
         
            +
                  User-Agent:
         
     | 
| 
      
 68 
     | 
    
         
            +
                  - Ruby
         
     | 
| 
      
 69 
     | 
    
         
            +
              response:
         
     | 
| 
      
 70 
     | 
    
         
            +
                status:
         
     | 
| 
      
 71 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 72 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 73 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 74 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 75 
     | 
    
         
            +
                  - Apache-Coyote/1.1
         
     | 
| 
      
 76 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 77 
     | 
    
         
            +
                  - text/xml;charset=utf-8
         
     | 
| 
      
 78 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 79 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 80 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 81 
     | 
    
         
            +
                  - Mon, 25 Aug 2014 18:09:59 GMT
         
     | 
| 
      
 82 
     | 
    
         
            +
                body:
         
     | 
| 
      
 83 
     | 
    
         
            +
                  encoding: US-ASCII
         
     | 
| 
      
 84 
     | 
    
         
            +
                  string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"
         
     | 
| 
      
 85 
     | 
    
         
            +
                    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><soapenv:Body><ns1:searchBriefResponse
         
     | 
| 
      
 86 
     | 
    
         
            +
                    soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:ns1=\"http://primo.library.edu/PrimoWebServices/services/searcher\"><searchBriefReturn
         
     | 
| 
      
 87 
     | 
    
         
            +
                    xsi:type=\"soapenc:string\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"><sear:SEGMENTS
         
     | 
| 
      
 88 
     | 
    
         
            +
                    xmlns:sear="http://www.exlibrisgroup.com/xsd/jaguar/search"><sear:JAGROOT><sear:RESULT><sear:QUERYTRANSFORMS/><sear:FACETLIST
         
     | 
| 
      
 89 
     | 
    
         
            +
                    ACCURATE_COUNTERS="true"><sear:FACET NAME="creator"
         
     | 
| 
      
 90 
     | 
    
         
            +
                    COUNT="3"><sear:FACET_VALUES KEY="Digital Futures (Project)"
         
     | 
| 
      
 91 
     | 
    
         
            +
                    VALUE="1"/><sear:FACET_VALUES KEY="Wilsdon, J" VALUE="1"/><sear:FACET_VALUES
         
     | 
| 
      
 92 
     | 
    
         
            +
                    KEY="Forum for the Future (Organization)" VALUE="1"/></sear:FACET><sear:FACET
         
     | 
| 
      
 93 
     | 
    
         
            +
                    NAME="lcc" COUNT="1"><sear:FACET_VALUES KEY="H
         
     | 
| 
      
 94 
     | 
    
         
            +
                    - Social sciences." VALUE="1"/></sear:FACET><sear:FACET
         
     | 
| 
      
 95 
     | 
    
         
            +
                    NAME="lang" COUNT="1"><sear:FACET_VALUES KEY="eng"
         
     | 
| 
      
 96 
     | 
    
         
            +
                    VALUE="1"/></sear:FACET><sear:FACET NAME="rtype"
         
     | 
| 
      
 97 
     | 
    
         
            +
                    COUNT="1"><sear:FACET_VALUES KEY="books" VALUE="1"/></sear:FACET><sear:FACET
         
     | 
| 
      
 98 
     | 
    
         
            +
                    NAME="topic" COUNT="2"><sear:FACET_VALUES KEY="Information
         
     | 
| 
      
 99 
     | 
    
         
            +
                    superhighway" VALUE="1"/><sear:FACET_VALUES KEY="Electronic
         
     | 
| 
      
 100 
     | 
    
         
            +
                    commerce" VALUE="1"/></sear:FACET><sear:FACET NAME="tlevel"
         
     | 
| 
      
 101 
     | 
    
         
            +
                    COUNT="2"><sear:FACET_VALUES KEY="online_resources"
         
     | 
| 
      
 102 
     | 
    
         
            +
                    VALUE="1"/><sear:FACET_VALUES KEY="available" VALUE="1"/></sear:FACET><sear:FACET
         
     | 
| 
      
 103 
     | 
    
         
            +
                    NAME="pfilter" COUNT="1"><sear:FACET_VALUES KEY="books"
         
     | 
| 
      
 104 
     | 
    
         
            +
                    VALUE="1"/></sear:FACET><sear:FACET NAME="creationdate"
         
     | 
| 
      
 105 
     | 
    
         
            +
                    COUNT="1"><sear:FACET_VALUES KEY="2001" VALUE="1"/></sear:FACET><sear:FACET
         
     | 
| 
      
 106 
     | 
    
         
            +
                    NAME="domain" COUNT="2"><sear:FACET_VALUES KEY="TWEB"
         
     | 
| 
      
 107 
     | 
    
         
            +
                    VALUE="1"/><sear:FACET_VALUES KEY="TNSFO" VALUE="1"/></sear:FACET><sear:FACET
         
     | 
| 
      
 108 
     | 
    
         
            +
                    NAME="genre" COUNT="1"><sear:FACET_VALUES KEY="Electronic
         
     | 
| 
      
 109 
     | 
    
         
            +
                    books" VALUE="1"/></sear:FACET><sear:FACET NAME="library"
         
     | 
| 
      
 110 
     | 
    
         
            +
                    COUNT="10"><sear:FACET_VALUES KEY="NSKE" VALUE="1"/><sear:FACET_VALUES
         
     | 
| 
      
 111 
     | 
    
         
            +
                    KEY="ISAW" VALUE="1"/><sear:FACET_VALUES KEY="NSGI"
         
     | 
| 
      
 112 
     | 
    
         
            +
                    VALUE="1"/><sear:FACET_VALUES KEY="BOBST" VALUE="1"/><sear:FACET_VALUES
         
     | 
| 
      
 113 
     | 
    
         
            +
                    KEY="NSFO" VALUE="1"/><sear:FACET_VALUES KEY="REI"
         
     | 
| 
      
 114 
     | 
    
         
            +
                    VALUE="1"/><sear:FACET_VALUES KEY="NSSC" VALUE="1"/><sear:FACET_VALUES
         
     | 
| 
      
 115 
     | 
    
         
            +
                    KEY="IFAC" VALUE="1"/><sear:FACET_VALUES KEY="IFA"
         
     | 
| 
      
 116 
     | 
    
         
            +
                    VALUE="1"/><sear:FACET_VALUES KEY="COUR" VALUE="1"/></sear:FACET><sear:FACET
         
     | 
| 
      
 117 
     | 
    
         
            +
                    NAME="local1" COUNT="2"><sear:FACET_VALUES KEY="Main
         
     | 
| 
      
 118 
     | 
    
         
            +
                    Collection" VALUE="1"/><sear:FACET_VALUES KEY="Internet
         
     | 
| 
      
 119 
     | 
    
         
            +
                    Resources" VALUE="1"/></sear:FACET></sear:FACETLIST><sear:DOCSET
         
     | 
| 
      
 120 
     | 
    
         
            +
                    HIT_TIME="39" TOTALHITS="1" FIRSTHIT="1" LASTHIT="1"
         
     | 
| 
      
 121 
     | 
    
         
            +
                    TOTAL_TIME="47" IS_LOCAL="true"><sear:DOC ID="3422274"
         
     | 
| 
      
 122 
     | 
    
         
            +
                    RANK="1.0" NO="1" SEARCH_ENGINE="Local Search Engine"
         
     | 
| 
      
 123 
     | 
    
         
            +
                    SEARCH_ENGINE_TYPE="Local Search Engine"><PrimoNMBib xmlns="http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib">\n<record>\n<control>\n
         
     | 
| 
      
 124 
     | 
    
         
            +
                    \n \n \n \n \n \n \n<sourcerecordid>$$V003175055$$Onyu_aleph003175055</sourcerecordid><sourcerecordid>$$V000782964$$Onyu_aleph000782964</sourcerecordid><sourceid>$$Vnyu_aleph$$Onyu_aleph003175055</sourceid><sourceid>$$Vnyu_aleph$$Onyu_aleph000782964</sourceid><recordid>dedupmrg38714743</recordid><originalsourceid>$$VLIB01$$Onyu_aleph003175055</originalsourceid><originalsourceid>$$VLIB01$$Onyu_aleph000782964</originalsourceid><sourceformat>$$VMARC21$$Onyu_aleph003175055</sourceformat><sourceformat>$$VMARC21$$Onyu_aleph000782964</sourceformat><sourcesystem>$$VAleph$$Onyu_aleph003175055</sourcesystem><sourcesystem>$$VAleph$$Onyu_aleph000782964</sourcesystem><ilsapiid>$$VLIB01003175055$$Onyu_aleph003175055</ilsapiid><ilsapiid>$$VLIB01000782964$$Onyu_aleph000782964</ilsapiid></control>\n<display>\n<type>book</type>
         
     | 
| 
      
 125 
     | 
    
         
            +
                    \n<title>Digital futures living in a dot-com world</title> \n<contributor>James
         
     | 
| 
      
 126 
     | 
    
         
            +
                    Wilsdon 1973-; Forum for the Future (Organization); Digital Futures (Project)</contributor>
         
     | 
| 
      
 127 
     | 
    
         
            +
                    \n<publisher>London ; Sterling, VA : Earthscan Publications</publisher>
         
     | 
| 
      
 128 
     | 
    
         
            +
                    \n<creationdate>2001</creationdate> \n<format>xx, 228 p.
         
     | 
| 
      
 129 
     | 
    
         
            +
                    : ill.</format> \n<subject>Electronic commerce -- Great Britain;
         
     | 
| 
      
 130 
     | 
    
         
            +
                    Information superhighway; Electronic books</subject> \n<language>eng</language>
         
     | 
| 
      
 131 
     | 
    
         
            +
                    \n \n<rights>Access is restricted to users affiliated with licensed
         
     | 
| 
      
 132 
     | 
    
         
            +
                    institutions.</rights> \n \n \n \n \n \n \n \n<source>$$Vnyu_aleph$$Onyu_aleph003175055</source><source>$$Vnyu_aleph$$Onyu_aleph000782964</source><availlibrary>$$INYU$$LBWEB$$1Internet
         
     | 
| 
      
 133 
     | 
    
         
            +
                    Resources$$2(HF5548.325.G7 D54 2001eb Electronic access )$$Scheck_holdings$$XNYU50$$YBWEB$$ZBNYUI$$Onyu_aleph003175055</availlibrary><availlibrary>$$INS$$LTWEB$$1Internet
         
     | 
| 
      
 134 
     | 
    
         
            +
                    Resources$$2(HF5548.325.G7 D54 2001eb Electronic access )$$Scheck_holdings$$XNYU50$$YTWEB$$ZTNSI$$Onyu_aleph003175055</availlibrary><availlibrary>$$INS$$LNSFO$$1Main
         
     | 
| 
      
 135 
     | 
    
         
            +
                    Collection$$2(HF5548.325.G7 D54 2001 )$$Sunavailable$$31$$41$$5N$$64$$XNYU50$$YTNSFO$$ZMAIN$$Onyu_aleph000782964</availlibrary><availinstitution>$$INYU$$Scheck_holdings</availinstitution><availinstitution>$$INS$$Scheck_holdings</availinstitution><availpnx>available</availpnx><lds01>NYU</lds01><lds01>NS</lds01><lds01>NYUAD</lds01><lds01>NYUSH</lds01><lds01>NS</lds01><lds02>nyu_aleph003175055</lds02><lds02>nyu_aleph000782964</lds02></display>\n<links>\n
         
     | 
| 
      
 136 
     | 
    
         
            +
                    \n \n \n \n \n \n \n \n \n \n<linktoholdings>$$V$$Taleph_holdings$$Onyu_aleph003175055</linktoholdings><linktoholdings>$$V$$Taleph_holdings$$Onyu_aleph000782964</linktoholdings><backlink>$$V$$Taleph_backlink$$DMore
         
     | 
| 
      
 137 
     | 
    
         
            +
                    bibliographic information$$Onyu_aleph003175055</backlink><backlink>$$V$$Taleph_backlink$$DMore
         
     | 
| 
      
 138 
     | 
    
         
            +
                    bibliographic information$$Onyu_aleph000782964</backlink><linktorsrc>$$Uhttp://site.ebrary.com/lib/newschool/Doc?id=10128868$$DOnline
         
     | 
| 
      
 139 
     | 
    
         
            +
                    Version</linktorsrc><linktorsrc>$$Uhttps://ezproxy.library.nyu.edu/login?url=http://site.ebrary.com/lib/nyulibrary/Doc?id=10128868$$DOnline
         
     | 
| 
      
 140 
     | 
    
         
            +
                    Version$$INYU</linktorsrc><linktorsrc>$$Uhttps://ezproxy.library.nyu.edu/login?url=http://site.ebrary.com/lib/nyulibrary/Doc?id=10128868$$DOnline
         
     | 
| 
      
 141 
     | 
    
         
            +
                    Resource$$INYUAD</linktorsrc><linktorsrc>$$Uhttps://ezproxy.library.nyu.edu/login?url=http://site.ebrary.com/lib/nyulibrary/Doc?id=10128868$$DOnline
         
     | 
| 
      
 142 
     | 
    
         
            +
                    Resource$$INYUSH</linktorsrc><linktorsrc>$$Uhttps://login.libproxy.newschool.edu/login?url=http://site.ebrary.com/lib/newschool/Doc?id=10128868$$DOnline
         
     | 
| 
      
 143 
     | 
    
         
            +
                    Version$$INS</linktorsrc><openurl>$$V$$Topenurl_journal$$Onyu_aleph003175055</openurl><openurl>$$V$$Topenurl_journal$$Onyu_aleph000782964</openurl><openurlfulltext>$$V$$Topenurlfull_journal$$Onyu_aleph003175055</openurlfulltext><openurlfulltext>$$V$$Topenurlfull_journal$$Onyu_aleph000782964</openurlfulltext><linktotoc>$$Tamazon_toc$$DCheck
         
     | 
| 
      
 144 
     | 
    
         
            +
                    for Amazon Search Inside</linktotoc><linktoexcerpt>$$Tsyndetics_excerpt$$DExcerpt
         
     | 
| 
      
 145 
     | 
    
         
            +
                    from item</linktoexcerpt><linktoreview>$$TpersistentUrl$$DCopy
         
     | 
| 
      
 146 
     | 
    
         
            +
                    item link</linktoreview><linktouc>$$Tamazon_uc$$DCheck Amazon</linktouc><linktouc>$$Tworldcat_isbn$$DCheck
         
     | 
| 
      
 147 
     | 
    
         
            +
                    other libraries (WorldCat®)</linktouc><thumbnail>$$Tamazon_thumb</thumbnail></links>\n<search><creatorcontrib>Mellon
         
     | 
| 
      
 148 
     | 
    
         
            +
                    Project.</creatorcontrib><creatorcontrib>ebrary, Inc.</creatorcontrib><title>Digital
         
     | 
| 
      
 149 
     | 
    
         
            +
                    futures living in a dot-com world /</title><subject>Information
         
     | 
| 
      
 150 
     | 
    
         
            +
                    superhighway</subject><subject>Electronic books</subject><subject>Digital
         
     | 
| 
      
 151 
     | 
    
         
            +
                    highway</subject><subject>Superhighway, Information</subject><subject>Information
         
     | 
| 
      
 152 
     | 
    
         
            +
                    highway</subject><subject>Data highway</subject><subject>I-way
         
     | 
| 
      
 153 
     | 
    
         
            +
                    (Information superhighway)</subject><subject>Global information
         
     | 
| 
      
 154 
     | 
    
         
            +
                    infrastructure</subject><subject>Infrastructure, Information</subject><subject>National
         
     | 
| 
      
 155 
     | 
    
         
            +
                    information infrastructure</subject><subject>Data superhighway</subject><subject>Electronic
         
     | 
| 
      
 156 
     | 
    
         
            +
                    superhighway</subject><subject>Infobahn</subject><subject>Infopike</subject><subject>Information
         
     | 
| 
      
 157 
     | 
    
         
            +
                    infrastructure</subject><general>[electronic resource] :</general><recordid>nyu_aleph003175055</recordid><searchscope>BWEB</searchscope><searchscope>BWEB
         
     | 
| 
      
 158 
     | 
    
         
            +
                    Internet Resources</searchscope><searchscope>TWEB</searchscope><searchscope>TWEB
         
     | 
| 
      
 159 
     | 
    
         
            +
                    Internet Resources</searchscope><searchscope>NYU</searchscope><searchscope>NYUAD</searchscope><searchscope>NYUSH</searchscope><searchscope>BOBST</searchscope><searchscope>IFA</searchscope><searchscope>IFAC</searchscope><searchscope>ISAW</searchscope><searchscope>COUR</searchscope><searchscope>REI</searchscope><searchscope>NSSC</searchscope><searchscope>NSGI</searchscope><searchscope>NSKE</searchscope><scope>BWEB</scope><scope>BWEB
         
     | 
| 
      
 160 
     | 
    
         
            +
                    Internet Resources</scope><scope>TWEB</scope><scope>TWEB
         
     | 
| 
      
 161 
     | 
    
         
            +
                    Internet Resources</scope><scope>NYU</scope><scope>NYUAD</scope><scope>NYUSH</scope><scope>BOBST</scope><scope>IFA</scope><scope>IFAC</scope><scope>ISAW</scope><scope>COUR</scope><scope>REI</scope><scope>NSSC</scope><scope>NSGI</scope><scope>NSKE</scope><lsr01>HF5548.325.G7
         
     | 
| 
      
 162 
     | 
    
         
            +
                    D54 2001eb</lsr01><lsr01>HF5548 .325 .G7 D54 2001eb</lsr01><creatorcontrib>edited
         
     | 
| 
      
 163 
     | 
    
         
            +
                    by James Wilsdon.</creatorcontrib><creatorcontrib>James,  Wilsdon
         
     | 
| 
      
 164 
     | 
    
         
            +
                    \ 1973-</creatorcontrib><creatorcontrib>Wilsdon, J</creatorcontrib><creatorcontrib>Forum
         
     | 
| 
      
 165 
     | 
    
         
            +
                    for the Future (Organization)</creatorcontrib><creatorcontrib>Digital
         
     | 
| 
      
 166 
     | 
    
         
            +
                    Futures (Project)</creatorcontrib><title>Digital futures : living
         
     | 
| 
      
 167 
     | 
    
         
            +
                    in a dot-com world /</title><subject>Electronic commerce  Great
         
     | 
| 
      
 168 
     | 
    
         
            +
                    Britain</subject><subject>Electronic business</subject><subject>E-commerce</subject><subject>E-business</subject><subject>Internet
         
     | 
| 
      
 169 
     | 
    
         
            +
                    commerce</subject><subject>Internet retailing</subject><subject>Web
         
     | 
| 
      
 170 
     | 
    
         
            +
                    retailing</subject><subject>Online commerce</subject><subject>eCommerce</subject><subject>eBusiness</subject><subject>E-tailing</subject><subject>Cybercommerce</subject><general>Earthscan
         
     | 
| 
      
 171 
     | 
    
         
            +
                    Publications,</general><general>"Forum for the Future."</general><general>A
         
     | 
| 
      
 172 
     | 
    
         
            +
                    product of the Digital Futures project set up by Forum for the Future.</general><sourceid>nyu_aleph</sourceid><recordid>nyu_aleph000782964</recordid><isbn>185383789X</isbn><isbn>9781853837890</isbn><toc>Introduction
         
     | 
| 
      
 173 
     | 
    
         
            +
                    : Digital futures : an agenda for a sustainable digital economy / James Wilsdon
         
     | 
| 
      
 174 
     | 
    
         
            +
                    and Paul Miller -- Mind over matter : greening the new economy / Charles Leadbeater
         
     | 
| 
      
 175 
     | 
    
         
            +
                    and Rebecca Willis ; Response / Evan Davis -- E-topia? Scenarios for e-commerce
         
     | 
| 
      
 176 
     | 
    
         
            +
                    and sustainability / Malcolm Eames ... [et al.] ; Response / Amory Lovins
         
     | 
| 
      
 177 
     | 
    
         
            +
                    -- Dot-com ethics : e-business and sustainability / James Wilsdon ; Response
         
     | 
| 
      
 178 
     | 
    
         
            +
                    / John Browning -- Surfing alone? E-commerce and social capital / Ben Jupp
         
     | 
| 
      
 179 
     | 
    
         
            +
                    and Tom Bentley ; Response / Madeleine Bunting -- Sink or surf? Social inclusion
         
     | 
| 
      
 180 
     | 
    
         
            +
                    in the digital age / Alex MacGillivray and David Boyle ; Response / Kevin
         
     | 
| 
      
 181 
     | 
    
         
            +
                    Carey -- Towards the sustainable e-region / Ian Christie and Mark Hepworth
         
     | 
| 
      
 182 
     | 
    
         
            +
                    ; Response / Jim Norton -- Virtual traffic : e-commerce, transport and distribution
         
     | 
| 
      
 183 
     | 
    
         
            +
                    / Peter James and Peter Hopkinson ; Response / Stephen Joseph and Tara Garnett
         
     | 
| 
      
 184 
     | 
    
         
            +
                    -- Bricks versus clicks : planning for the digital economy / Simon Marvin,
         
     | 
| 
      
 185 
     | 
    
         
            +
                    Andrew Gillespie and Nick Green ; Response / Peter Hall.</toc><rsrctype>book</rsrctype><creationdate>2001</creationdate><searchscope>TNSFO</searchscope><searchscope>TNSFO
         
     | 
| 
      
 186 
     | 
    
         
            +
                    Main Collection</searchscope><searchscope>nyu_aleph</searchscope><searchscope>NS</searchscope><searchscope>NSFO</searchscope><scope>TNSFO</scope><scope>TNSFO
         
     | 
| 
      
 187 
     | 
    
         
            +
                    Main Collection</scope><scope>nyu_aleph</scope><scope>NS</scope><scope>NSFO</scope><alttitle>Living
         
     | 
| 
      
 188 
     | 
    
         
            +
                    in a dot-com world</alttitle><alttitle>dot-com world</alttitle><lsr01>HF5548.325.G7
         
     | 
| 
      
 189 
     | 
    
         
            +
                    D54 2001</lsr01><lsr01>HF5548 .325 .G7 D54 2001</lsr01><lsr02>Earthscan
         
     | 
| 
      
 190 
     | 
    
         
            +
                    Publications,</lsr02></search>\n<sort>\n<title>Digital
         
     | 
| 
      
 191 
     | 
    
         
            +
                    futures living in a dot-com world /</title> \n<creationdate>2001</creationdate>
         
     | 
| 
      
 192 
     | 
    
         
            +
                    \n<author>Wilsdon, James, 1973-</author> \n<lso01>2001</lso01>
         
     | 
| 
      
 193 
     | 
    
         
            +
                    \n</sort>\n<facets><topic>Information superhighway</topic><collection>TWEB</collection><toplevel>available</toplevel><toplevel>online_resources</toplevel><genre>Electronic
         
     | 
| 
      
 194 
     | 
    
         
            +
                    books</genre><library>BOBST</library><library>IFA</library><library>IFAC</library><library>ISAW</library><library>COUR</library><library>REI</library><library>NSSC</library><library>NSGI</library><library>NSKE</library><lfc01>Internet
         
     | 
| 
      
 195 
     | 
    
         
            +
                    Resources</lfc01><language>eng</language><creationdate>2001</creationdate><topic>Electronic
         
     | 
| 
      
 196 
     | 
    
         
            +
                    commerce–Great Britain</topic><collection>TNSFO</collection><prefilter>books</prefilter><rsrctype>books</rsrctype><creatorcontrib>Wilsdon,
         
     | 
| 
      
 197 
     | 
    
         
            +
                    J</creatorcontrib><creatorcontrib>Forum for the Future (Organization)</creatorcontrib><creatorcontrib>Digital
         
     | 
| 
      
 198 
     | 
    
         
            +
                    Futures (Project)</creatorcontrib><library>NSFO</library><lfc01>Main
         
     | 
| 
      
 199 
     | 
    
         
            +
                    Collection</lfc01><classificationlcc>H - Social sciences.–Commerce</classificationlcc><frbrgroupid>41605070</frbrgroupid><frbrtype>6</frbrtype></facets>\n<dedup>\n<t>1</t>
         
     | 
| 
      
 200 
     | 
    
         
            +
                    \n<c1>2001023220</c1> \n<c2>185383789X;9781853837890</c2>
         
     | 
| 
      
 201 
     | 
    
         
            +
                    \n<c3>digitalfutureslivingotcomworld</c3> \n<c4>2001</c4>
         
     | 
| 
      
 202 
     | 
    
         
            +
                    \n<f2>2001023220</f2> \n<f4>185383789X;9781853837890</f4>
         
     | 
| 
      
 203 
     | 
    
         
            +
                    \n<f5>digitalfutureslivinginadotcomworld</f5> \n<f6>2001</f6>
         
     | 
| 
      
 204 
     | 
    
         
            +
                    \n<f7>digital futures living in a dot com world</f7> \n<f8>enk</f8>
         
     | 
| 
      
 205 
     | 
    
         
            +
                    \n<f9>xx, 228 p. :</f9> \n<f10>earthscan publications</f10>
         
     | 
| 
      
 206 
     | 
    
         
            +
                    \n</dedup>\n<frbr><t>1</t><k1>$$Kwilsdon james
         
     | 
| 
      
 207 
     | 
    
         
            +
                    1973$$AA</k1><k1>$$Kforum for the future organization$$AA</k1><k1>$$Kdigital
         
     | 
| 
      
 208 
     | 
    
         
            +
                    futures project$$AA</k1><k3>$$Kbookdigital futures living in a
         
     | 
| 
      
 209 
     | 
    
         
            +
                    dot com world$$AT</k3></frbr>\n<delivery><institution>$$VNYU$$Onyu_aleph003175055</institution><institution>$$VNS$$Onyu_aleph003175055</institution><institution>$$VNYUAD$$Onyu_aleph003175055</institution><institution>$$VNYUSH$$Onyu_aleph003175055</institution><delcategory>$$VOnline
         
     | 
| 
      
 210 
     | 
    
         
            +
                    Resource$$Onyu_aleph003175055</delcategory><institution>$$VNS$$Onyu_aleph000782964</institution><delcategory>$$VPhysical
         
     | 
| 
      
 211 
     | 
    
         
            +
                    Item$$Onyu_aleph000782964</delcategory></delivery>\n<enrichment>\n<classificationlcc>HF5548.325.G7</classificationlcc>
         
     | 
| 
      
 212 
     | 
    
         
            +
                    \n</enrichment>\n<ranking>\n<booster1>1</booster1>
         
     | 
| 
      
 213 
     | 
    
         
            +
                    \n<booster2>1</booster2> \n</ranking>\n<addata><btitle>Digital
         
     | 
| 
      
 214 
     | 
    
         
            +
                    futures living in a dot-com world</btitle><lad01>BWEBTWEB</lad01><lad01>Online
         
     | 
| 
      
 215 
     | 
    
         
            +
                    Resource</lad01><aulast>Wilsdon</aulast><aufirst>James,</aufirst><addau>Wilsdon,
         
     | 
| 
      
 216 
     | 
    
         
            +
                    James, 1973-</addau><addau>Forum for the Future (Organization)</addau><addau>Digital
         
     | 
| 
      
 217 
     | 
    
         
            +
                    Futures (Project)</addau><btitle>Digital futures : living in a
         
     | 
| 
      
 218 
     | 
    
         
            +
                    dot-com world</btitle><addtitle>Living in a dot-com world</addtitle><date>2001</date><risdate>2001.</risdate><isbn>185383789X</isbn><isbn>9781853837890</isbn><format>book</format><genre>book</genre><ristype>BOOK</ristype><notes>Includes
         
     | 
| 
      
 219 
     | 
    
         
            +
                    bibliographical references and index.</notes><cop>London %3B Sterling,
         
     | 
| 
      
 220 
     | 
    
         
            +
                    VA</cop><pub>Earthscan Publications</pub><oclcid>45871198</oclcid><lccn>2001023220</lccn><lad01>TNSFO</lad01><lad01>Physical
         
     | 
| 
      
 221 
     | 
    
         
            +
                    Item</lad01></addata>\n<browse/></record></PrimoNMBib><sear:GETIT
         
     | 
| 
      
 222 
     | 
    
         
            +
                    deliveryCategory="Online Resource" GetIt1="http://site.ebrary.com/lib/newschool/Doc?id=10128868"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    GetIt2="https://getit.library.nyu.edu/resolve?&amp;ctx_ver=Z39.88-2004&amp;ctx_enc=info:ofi/enc:UTF-8&amp;ctx_tim=2014-08-25T14%3A10%3A00IST&amp;url_ver=Z39.88-2004&amp;url_ctx_fmt=infofi/fmt:kev:mtx:ctx&amp;rfr_id=info:sid/primo.exlibrisgroup.com:primo-dedupmrg38714743&amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;rft.genre=book&amp;rft.jtitle=&amp;rft.btitle=Digital%20futures%20living%20in%20a%20dot-com%20world&amp;rft.aulast=Wilsdon&amp;rft.aufirst=James%2C&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=Earthscan%20Publications&amp;rft.place=London%20%253B%20Sterling%2C%20VA&amp;rft.issn=&amp;rft.eissn=&amp;rft.isbn=185383789X&amp;rft.sici=&amp;rft.coden=&amp;rft_id=info:doi/&amp;rft.object_id=&amp;rft.primo=dedupmrg38714743&amp;rft.eisbn=&amp;rft_dat=&lt;nyu_aleph>003175055&lt;/nyu_aleph>&lt;grp_id>41605070&lt;/grp_id>&lt;oa>&lt;/oa>&amp;rft_id=info:oai/&amp;req.language="/><sear:GETIT
         
     | 
| 
      
 224 
     | 
    
         
            +
                    deliveryCategory="Online Resource" GetIt1="https://ezproxy.library.nyu.edu/login?url=http://site.ebrary.com/lib/nyulibrary/Doc?id=10128868"
         
     | 
| 
      
 225 
     | 
    
         
            +
                    GetIt2=""/><sear:GETIT deliveryCategory="Physical Item"
         
     | 
| 
      
 226 
     | 
    
         
            +
                    GetIt1="http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=003175055"
         
     | 
| 
      
 227 
     | 
    
         
            +
                    GetIt2=""/><sear:LIBRARIES><sear:LIBRARY><sear:institution>NS</sear:institution><sear:library>NSFO</sear:library><sear:status>unavailable</sear:status><sear:collection>Main
         
     | 
| 
      
 228 
     | 
    
         
            +
                    Collection</sear:collection><sear:callNumber>(HF5548.325.G7 D54
         
     | 
| 
      
 229 
     | 
    
         
            +
                    2001 )</sear:callNumber><sear:url>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=000782964</sear:url></sear:LIBRARY></sear:LIBRARIES><sear:LIBRARIES><sear:LIBRARY><sear:institution>NYU</sear:institution><sear:library>BWEB</sear:library><sear:status>check_holdings</sear:status><sear:collection>Internet
         
     | 
| 
      
 230 
     | 
    
         
            +
                    Resources</sear:collection><sear:callNumber>(HF5548.325.G7 D54
         
     | 
| 
      
 231 
     | 
    
         
            +
                    2001eb Electronic access )</sear:callNumber><sear:url>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=003175055</sear:url></sear:LIBRARY><sear:LIBRARY><sear:institution>NS</sear:institution><sear:library>TWEB</sear:library><sear:status>check_holdings</sear:status><sear:collection>Internet
         
     | 
| 
      
 232 
     | 
    
         
            +
                    Resources</sear:collection><sear:callNumber>(HF5548.325.G7 D54
         
     | 
| 
      
 233 
     | 
    
         
            +
                    2001eb Electronic access )</sear:callNumber><sear:url>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=003175055</sear:url></sear:LIBRARY></sear:LIBRARIES><sear:LINKS><sear:openurl><![CDATA[https://getit.library.nyu.edu/resolve?&ctx_ver=Z39.88-2004&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2014-08-25T14%3A10%3A00IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo-dedupmrg38714743&rft_val_fmt=info:ofi/fmt:kev:mtx:book&rft.genre=book&rft.jtitle=&rft.btitle=Digital%20futures%20living%20in%20a%20dot-com%20world&rft.aulast=Wilsdon&rft.aufirst=James%2C&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=Earthscan%20Publications&rft.place=London%20%253B%20Sterling%2C%20VA&rft.issn=&rft.eissn=&rft.isbn=185383789X&rft.sici=&rft.coden=&rft_id=info:doi/&rft.object_id=&rft.primo=dedupmrg38714743&rft.eisbn=&rft_dat=<nyu_aleph>003175055</nyu_aleph><grp_id>41605070</grp_id><oa></oa>&rft_id=info:oai/&req.language=]]></sear:openurl><sear:openurl><![CDATA[https://getit.library.nyu.edu/resolve?&ctx_ver=Z39.88-2004&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2014-08-25T14%3A10%3A00IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo-dedupmrg38714743&rft_val_fmt=info:ofi/fmt:kev:mtx:book&rft.genre=book&rft.jtitle=&rft.btitle=Digital%20futures%20living%20in%20a%20dot-com%20world&rft.aulast=Wilsdon&rft.aufirst=James%2C&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=Earthscan%20Publications&rft.place=London%20%253B%20Sterling%2C%20VA&rft.issn=&rft.eissn=&rft.isbn=185383789X&rft.sici=&rft.coden=&rft_id=info:doi/&rft.object_id=&rft.primo=dedupmrg38714743&rft.eisbn=&rft_dat=<nyu_aleph>000782964</nyu_aleph><grp_id>41605070</grp_id><oa></oa>&rft_id=info:oai/&req.language=]]></sear:openurl><sear:backlink>http://aleph.library.nyu.edu/F?func=direct&amp;local_base=PRIMOCOMMON&amp;doc_number=003175055</sear:backlink><sear:backlink>http://aleph.library.nyu.edu/F?func=direct&amp;local_base=PRIMOCOMMON&amp;doc_number=000782964</sear:backlink><sear:linktorsrc>http://site.ebrary.com/lib/newschool/Doc?id=10128868</sear:linktorsrc><sear:linktorsrc>https://ezproxy.library.nyu.edu/login?url=http://site.ebrary.com/lib/nyulibrary/Doc?id=10128868</sear:linktorsrc><sear:thumbnail>http://images.amazon.com/images/P/185383789X.01._SSTHUM_.jpg</sear:thumbnail><sear:linktotoc>http://www.amazon.com/gp/reader/185383789X</sear:linktotoc><sear:openurlfulltext><![CDATA[https://getit.library.nyu.edu/resolve?&ctx_ver=Z39.88-2004&sfx.ignore_date_threshold=1&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2014-08-25T14%3A10%3A00IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo-dedupmrg38714743&rft_val_fmt=info:ofi/fmt:kev:mtx:book&rft.genre=book&rft.jtitle=&rft.btitle=Digital%20futures%20living%20in%20a%20dot-com%20world&rft.aulast=Wilsdon&rft.aufirst=James%2C&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=Earthscan%20Publications&rft.place=London%20%253B%20Sterling%2C%20VA&rft.issn=&rft.eissn=&rft.isbn=185383789X&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>003175055</nyu_aleph><grp_id>41605070</grp_id><oa></oa>&rft_id=info:oai/&req.language=]]></sear:openurlfulltext><sear:openurlfulltext><![CDATA[https://getit.library.nyu.edu/resolve?&ctx_ver=Z39.88-2004&sfx.ignore_date_threshold=1&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2014-08-25T14%3A10%3A00IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo-dedupmrg38714743&rft_val_fmt=info:ofi/fmt:kev:mtx:book&rft.genre=book&rft.jtitle=&rft.btitle=Digital%20futures%20living%20in%20a%20dot-com%20world&rft.aulast=Wilsdon&rft.aufirst=James%2C&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=Earthscan%20Publications&rft.place=London%20%253B%20Sterling%2C%20VA&rft.issn=&rft.eissn=&rft.isbn=185383789X&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>000782964</nyu_aleph><grp_id>41605070</grp_id><oa></oa>&rft_id=info:oai/&req.language=]]></sear:openurlfulltext><sear:linktoholdings>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=003175055</sear:linktoholdings><sear:linktoholdings>http://aleph.library.nyu.edu/F?func=item-global&amp;doc_library=LIB01&amp;local_base=PRIMOCOMMON&amp;doc_number=000782964</sear:linktoholdings><sear:linktoreview>https://library.nyu.edu/persistent/lcn/dedupmrg38714743?institution=NYU&amp;persistent</sear:linktoreview><sear:linktouc>http://www.amazon.com/gp/product/185383789X</sear:linktouc><sear:linktouc>http://www.worldcat.org/search?q=isbn%3A185383789X</sear:linktouc></sear:LINKS></sear:DOC></sear:DOCSET></sear:RESULT><sear:searchToken>0</sear:searchToken></sear:JAGROOT></sear:SEGMENTS></searchBriefReturn></ns1:searchBriefResponse></soapenv:Body></soapenv:Envelope>"
         
     | 
| 
      
 234 
     | 
    
         
            +
                http_version: 
         
     | 
| 
      
 235 
     | 
    
         
            +
              recorded_at: Mon, 25 Aug 2014 18:09:59 GMT
         
     | 
| 
      
 236 
     | 
    
         
            +
            recorded_with: VCR 2.4.0
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,18 +1,20 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: umlaut-primo
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.3
         
     | 
| 
      
 5 
     | 
    
         
            +
              prerelease: 
         
     | 
| 
       5 
6 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
7 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
8 
     | 
    
         
             
            - Scot Dalton
         
     | 
| 
       8 
9 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
10 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
11 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2014-10-22 00:00:00.000000000 Z
         
     | 
| 
       12 
13 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
14 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
15 
     | 
    
         
             
              name: require_all
         
     | 
| 
       15 
16 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 17 
     | 
    
         
            +
                none: false
         
     | 
| 
       16 
18 
     | 
    
         
             
                requirements:
         
     | 
| 
       17 
19 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
       18 
20 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -20,6 +22,7 @@ dependencies: 
     | 
|
| 
       20 
22 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       21 
23 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       22 
24 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 25 
     | 
    
         
            +
                none: false
         
     | 
| 
       23 
26 
     | 
    
         
             
                requirements:
         
     | 
| 
       24 
27 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
       25 
28 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -27,6 +30,7 @@ dependencies: 
     | 
|
| 
       27 
30 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       28 
31 
     | 
    
         
             
              name: exlibris-primo
         
     | 
| 
       29 
32 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 33 
     | 
    
         
            +
                none: false
         
     | 
| 
       30 
34 
     | 
    
         
             
                requirements:
         
     | 
| 
       31 
35 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
       32 
36 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -34,6 +38,7 @@ dependencies: 
     | 
|
| 
       34 
38 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       35 
39 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       36 
40 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 41 
     | 
    
         
            +
                none: false
         
     | 
| 
       37 
42 
     | 
    
         
             
                requirements:
         
     | 
| 
       38 
43 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
       39 
44 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -41,6 +46,7 @@ dependencies: 
     | 
|
| 
       41 
46 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       42 
47 
     | 
    
         
             
              name: rake
         
     | 
| 
       43 
48 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 49 
     | 
    
         
            +
                none: false
         
     | 
| 
       44 
50 
     | 
    
         
             
                requirements:
         
     | 
| 
       45 
51 
     | 
    
         
             
                - - ~>
         
     | 
| 
       46 
52 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -48,6 +54,7 @@ dependencies: 
     | 
|
| 
       48 
54 
     | 
    
         
             
              type: :development
         
     | 
| 
       49 
55 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       50 
56 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 57 
     | 
    
         
            +
                none: false
         
     | 
| 
       51 
58 
     | 
    
         
             
                requirements:
         
     | 
| 
       52 
59 
     | 
    
         
             
                - - ~>
         
     | 
| 
       53 
60 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -55,6 +62,7 @@ dependencies: 
     | 
|
| 
       55 
62 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       56 
63 
     | 
    
         
             
              name: jquery-rails
         
     | 
| 
       57 
64 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 65 
     | 
    
         
            +
                none: false
         
     | 
| 
       58 
66 
     | 
    
         
             
                requirements:
         
     | 
| 
       59 
67 
     | 
    
         
             
                - - ~>
         
     | 
| 
       60 
68 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -62,6 +70,7 @@ dependencies: 
     | 
|
| 
       62 
70 
     | 
    
         
             
              type: :development
         
     | 
| 
       63 
71 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       64 
72 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 73 
     | 
    
         
            +
                none: false
         
     | 
| 
       65 
74 
     | 
    
         
             
                requirements:
         
     | 
| 
       66 
75 
     | 
    
         
             
                - - ~>
         
     | 
| 
       67 
76 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -69,6 +78,7 @@ dependencies: 
     | 
|
| 
       69 
78 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       70 
79 
     | 
    
         
             
              name: mysql2
         
     | 
| 
       71 
80 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 81 
     | 
    
         
            +
                none: false
         
     | 
| 
       72 
82 
     | 
    
         
             
                requirements:
         
     | 
| 
       73 
83 
     | 
    
         
             
                - - ~>
         
     | 
| 
       74 
84 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -76,6 +86,7 @@ dependencies: 
     | 
|
| 
       76 
86 
     | 
    
         
             
              type: :development
         
     | 
| 
       77 
87 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       78 
88 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 89 
     | 
    
         
            +
                none: false
         
     | 
| 
       79 
90 
     | 
    
         
             
                requirements:
         
     | 
| 
       80 
91 
     | 
    
         
             
                - - ~>
         
     | 
| 
       81 
92 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -83,6 +94,7 @@ dependencies: 
     | 
|
| 
       83 
94 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       84 
95 
     | 
    
         
             
              name: vcr
         
     | 
| 
       85 
96 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 97 
     | 
    
         
            +
                none: false
         
     | 
| 
       86 
98 
     | 
    
         
             
                requirements:
         
     | 
| 
       87 
99 
     | 
    
         
             
                - - ~>
         
     | 
| 
       88 
100 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -90,6 +102,7 @@ dependencies: 
     | 
|
| 
       90 
102 
     | 
    
         
             
              type: :development
         
     | 
| 
       91 
103 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       92 
104 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 105 
     | 
    
         
            +
                none: false
         
     | 
| 
       93 
106 
     | 
    
         
             
                requirements:
         
     | 
| 
       94 
107 
     | 
    
         
             
                - - ~>
         
     | 
| 
       95 
108 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -97,6 +110,7 @@ dependencies: 
     | 
|
| 
       97 
110 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       98 
111 
     | 
    
         
             
              name: webmock
         
     | 
| 
       99 
112 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 113 
     | 
    
         
            +
                none: false
         
     | 
| 
       100 
114 
     | 
    
         
             
                requirements:
         
     | 
| 
       101 
115 
     | 
    
         
             
                - - ~>
         
     | 
| 
       102 
116 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -104,27 +118,15 @@ dependencies: 
     | 
|
| 
       104 
118 
     | 
    
         
             
              type: :development
         
     | 
| 
       105 
119 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       106 
120 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 121 
     | 
    
         
            +
                none: false
         
     | 
| 
       107 
122 
     | 
    
         
             
                requirements:
         
     | 
| 
       108 
123 
     | 
    
         
             
                - - ~>
         
     | 
| 
       109 
124 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       110 
125 
     | 
    
         
             
                    version: 1.9.0
         
     | 
| 
       111 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       112 
     | 
    
         
            -
              name: debugger
         
     | 
| 
       113 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       114 
     | 
    
         
            -
                requirements:
         
     | 
| 
       115 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       116 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       117 
     | 
    
         
            -
                    version: 1.5.0
         
     | 
| 
       118 
     | 
    
         
            -
              type: :development
         
     | 
| 
       119 
     | 
    
         
            -
              prerelease: false
         
     | 
| 
       120 
     | 
    
         
            -
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       121 
     | 
    
         
            -
                requirements:
         
     | 
| 
       122 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       123 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       124 
     | 
    
         
            -
                    version: 1.5.0
         
     | 
| 
       125 
126 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       126 
127 
     | 
    
         
             
              name: pry
         
     | 
| 
       127 
128 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 129 
     | 
    
         
            +
                none: false
         
     | 
| 
       128 
130 
     | 
    
         
             
                requirements:
         
     | 
| 
       129 
131 
     | 
    
         
             
                - - ~>
         
     | 
| 
       130 
132 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -132,6 +134,7 @@ dependencies: 
     | 
|
| 
       132 
134 
     | 
    
         
             
              type: :development
         
     | 
| 
       133 
135 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       134 
136 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 137 
     | 
    
         
            +
                none: false
         
     | 
| 
       135 
138 
     | 
    
         
             
                requirements:
         
     | 
| 
       136 
139 
     | 
    
         
             
                - - ~>
         
     | 
| 
       137 
140 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -197,31 +200,40 @@ files: 
     | 
|
| 
       197 
200 
     | 
    
         
             
            - test/unit/primo_service_test.rb
         
     | 
| 
       198 
201 
     | 
    
         
             
            - test/unit/primo_source_test.rb
         
     | 
| 
       199 
202 
     | 
    
         
             
            - test/vcr_cassettes/australian_journal_of_international_affairs_by_id.yml
         
     | 
| 
      
 203 
     | 
    
         
            +
            - test/vcr_cassettes/demystifying_the_chinese_economy.yml
         
     | 
| 
      
 204 
     | 
    
         
            +
            - test/vcr_cassettes/digital_futures_living_in_a_dot_com_world.yml
         
     | 
| 
       200 
205 
     | 
    
         
             
            - test/vcr_cassettes/musical_quarterly_by_issn.yml
         
     | 
| 
       201 
206 
     | 
    
         
             
            - test/vcr_cassettes/russkaia_pochta_with_no_title_by_issn.yml
         
     | 
| 
       202 
207 
     | 
    
         
             
            - test/vcr_cassettes/travels_with_my_by_id.yml
         
     | 
| 
       203 
208 
     | 
    
         
             
            homepage: https://github.com/team-umlaut/umlaut-primo
         
     | 
| 
       204 
209 
     | 
    
         
             
            licenses: []
         
     | 
| 
       205 
     | 
    
         
            -
            metadata: {}
         
     | 
| 
       206 
210 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       207 
211 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       208 
212 
     | 
    
         
             
            require_paths:
         
     | 
| 
       209 
213 
     | 
    
         
             
            - lib
         
     | 
| 
       210 
214 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 215 
     | 
    
         
            +
              none: false
         
     | 
| 
       211 
216 
     | 
    
         
             
              requirements:
         
     | 
| 
       212 
217 
     | 
    
         
             
              - - ! '>='
         
     | 
| 
       213 
218 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       214 
219 
     | 
    
         
             
                  version: '0'
         
     | 
| 
      
 220 
     | 
    
         
            +
                  segments:
         
     | 
| 
      
 221 
     | 
    
         
            +
                  - 0
         
     | 
| 
      
 222 
     | 
    
         
            +
                  hash: -2285848702129455283
         
     | 
| 
       215 
223 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 224 
     | 
    
         
            +
              none: false
         
     | 
| 
       216 
225 
     | 
    
         
             
              requirements:
         
     | 
| 
       217 
226 
     | 
    
         
             
              - - ! '>='
         
     | 
| 
       218 
227 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       219 
228 
     | 
    
         
             
                  version: '0'
         
     | 
| 
      
 229 
     | 
    
         
            +
                  segments:
         
     | 
| 
      
 230 
     | 
    
         
            +
                  - 0
         
     | 
| 
      
 231 
     | 
    
         
            +
                  hash: -2285848702129455283
         
     | 
| 
       220 
232 
     | 
    
         
             
            requirements: []
         
     | 
| 
       221 
233 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       222 
     | 
    
         
            -
            rubygems_version:  
     | 
| 
      
 234 
     | 
    
         
            +
            rubygems_version: 1.8.23
         
     | 
| 
       223 
235 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       224 
     | 
    
         
            -
            specification_version:  
     | 
| 
      
 236 
     | 
    
         
            +
            specification_version: 3
         
     | 
| 
       225 
237 
     | 
    
         
             
            summary: Umlaut service to provide fulltext, holdings, etc. from the Primo discovery
         
     | 
| 
       226 
238 
     | 
    
         
             
              solution.
         
     | 
| 
       227 
239 
     | 
    
         
             
            test_files:
         
     | 
| 
         @@ -270,6 +282,8 @@ test_files: 
     | 
|
| 
       270 
282 
     | 
    
         
             
            - test/unit/primo_service_test.rb
         
     | 
| 
       271 
283 
     | 
    
         
             
            - test/unit/primo_source_test.rb
         
     | 
| 
       272 
284 
     | 
    
         
             
            - test/vcr_cassettes/australian_journal_of_international_affairs_by_id.yml
         
     | 
| 
      
 285 
     | 
    
         
            +
            - test/vcr_cassettes/demystifying_the_chinese_economy.yml
         
     | 
| 
      
 286 
     | 
    
         
            +
            - test/vcr_cassettes/digital_futures_living_in_a_dot_com_world.yml
         
     | 
| 
       273 
287 
     | 
    
         
             
            - test/vcr_cassettes/musical_quarterly_by_issn.yml
         
     | 
| 
       274 
288 
     | 
    
         
             
            - test/vcr_cassettes/russkaia_pochta_with_no_title_by_issn.yml
         
     | 
| 
       275 
289 
     | 
    
         
             
            - test/vcr_cassettes/travels_with_my_by_id.yml
         
     | 
    
        checksums.yaml
    DELETED
    
    | 
         @@ -1,15 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ---
         
     | 
| 
       2 
     | 
    
         
            -
            !binary "U0hBMQ==":
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz: !binary |-
         
     | 
| 
       4 
     | 
    
         
            -
                ZDZiNzE1ZTk1MDQ4MDlkNGUyZDA5NjBmMTFmNWFjYzQ4NzQzODg3Yw==
         
     | 
| 
       5 
     | 
    
         
            -
              data.tar.gz: !binary |-
         
     | 
| 
       6 
     | 
    
         
            -
                NTQxYjAyZmUxNDNmYjM0ZWVlOTljZDU4MzY2Zjk3NDVjYjQ0MjJhYg==
         
     | 
| 
       7 
     | 
    
         
            -
            !binary "U0hBNTEy":
         
     | 
| 
       8 
     | 
    
         
            -
              metadata.gz: !binary |-
         
     | 
| 
       9 
     | 
    
         
            -
                MzhmZmE1ZmEyZjZmYzViN2RhODQ1YzNiNDBmYTBhOWZiYWFjYTZlOTc4YmYx
         
     | 
| 
       10 
     | 
    
         
            -
                MjQzZDcyZmJkZmI0ZmU0NDM1NTYzYjA1YTRkNWVjYWUxYzkzMzgwMTMyZTNj
         
     | 
| 
       11 
     | 
    
         
            -
                NjU4ZjFkZTg0NDJiY2U0Njg2NWE1MmZkNmE1YmQxNmJhMzFlZjE=
         
     | 
| 
       12 
     | 
    
         
            -
              data.tar.gz: !binary |-
         
     | 
| 
       13 
     | 
    
         
            -
                NjM2YThlYzEyN2RhZmE5NDM3ZDYzNDcyMTI4N2VlZDUzOTIzNzBiMWEwZmIz
         
     | 
| 
       14 
     | 
    
         
            -
                NGFlZWNjNjA1YTE5OTlkZjBlYzNmNzg0ZThiYjhmZDIwODBkMmUyMzMwMTlj
         
     | 
| 
       15 
     | 
    
         
            -
                ZWUxMzVhMTNjMjRkNDA0NDg5YTNkNWIyMjgwNzRmOTlmMjc1YTY=
         
     |