diff --git a/.circleci/config.yml b/.circleci/config.yml index 32db8256..1f96a1fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: executors: lib-jobs-executor: docker: - - image: cimg/ruby:3.1.2-browsers + - image: cimg/ruby:3.4.0-browsers environment: BUNDLER_VERSION: 2.5.6 BUNDLE_JOBS: 3 @@ -158,7 +158,7 @@ jobs: bearer: docker: - - image: cimg/ruby:3.2 + - image: cimg/ruby:3.4.0 environment: # Set to default branch of your repo DEFAULT_BRANCH: main diff --git a/.rubocop.yml b/.rubocop.yml index c13ec2b4..83679eee 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,7 @@ inherit_gem: bixby: bixby_default.yml AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.2 NewCops: enable SuggestExtensions: false diff --git a/.ruby-version b/.ruby-version index ef538c28..47b322c9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.4.1 diff --git a/.tool-versions b/.tool-versions index 46a88ab5..f38aa4e4 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -ruby 3.1.2 +ruby 3.4.1 yarn 1.22.18 nodejs 18.19.1 python 3.11.4 diff --git a/Gemfile b/Gemfile index 0e61e651..f2427a72 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.5' gem 'jwt' gem 'library_stdnums' gem 'marc' -gem 'marc_cleanup', github: "pulibrary/marc_cleanup", tag: 'v0.9.1' +gem 'marc_cleanup', github: "pulibrary/marc_cleanup", tag: 'v0.9.3', require: false # Use ActiveStorage variant gem 'matrix' gem 'multipart-post' diff --git a/Gemfile.lock b/Gemfile.lock index 58c01b11..dc613a25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,12 @@ GIT remote: https://github.com/pulibrary/marc_cleanup.git - revision: 98d24b82de9f4e93aaf73353ef1067edbdff2c40 - tag: v0.9.1 + revision: 39cd9ff4569d894bd4c04aec6aa823b2ef5937ed + tag: v0.9.3 specs: - marc_cleanup (0.9.0) + marc_cleanup (0.9.2) marc (~> 1.0) nokogiri + unf (= 0.1.4) GIT remote: https://github.com/voormedia/flipflop.git @@ -19,86 +20,80 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (7.1.5.1) - actionpack (= 7.1.5.1) - activesupport (= 7.1.5.1) + actioncable (7.2.2.1) + actionpack (= 7.2.2.1) + activesupport (= 7.2.2.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.5.1) - actionpack (= 7.1.5.1) - activejob (= 7.1.5.1) - activerecord (= 7.1.5.1) - activestorage (= 7.1.5.1) - activesupport (= 7.1.5.1) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.5.1) - actionpack (= 7.1.5.1) - actionview (= 7.1.5.1) - activejob (= 7.1.5.1) - activesupport (= 7.1.5.1) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (7.2.2.1) + actionpack (= 7.2.2.1) + activejob (= 7.2.2.1) + activerecord (= 7.2.2.1) + activestorage (= 7.2.2.1) + activesupport (= 7.2.2.1) + mail (>= 2.8.0) + actionmailer (7.2.2.1) + actionpack (= 7.2.2.1) + actionview (= 7.2.2.1) + activejob (= 7.2.2.1) + activesupport (= 7.2.2.1) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.5.1) - actionview (= 7.1.5.1) - activesupport (= 7.1.5.1) + actionpack (7.2.2.1) + actionview (= 7.2.2.1) + activesupport (= 7.2.2.1) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.5.1) - actionpack (= 7.1.5.1) - activerecord (= 7.1.5.1) - activestorage (= 7.1.5.1) - activesupport (= 7.1.5.1) + useragent (~> 0.16) + actiontext (7.2.2.1) + actionpack (= 7.2.2.1) + activerecord (= 7.2.2.1) + activestorage (= 7.2.2.1) + activesupport (= 7.2.2.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.5.1) - activesupport (= 7.1.5.1) + actionview (7.2.2.1) + activesupport (= 7.2.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.5.1) - activesupport (= 7.1.5.1) + activejob (7.2.2.1) + activesupport (= 7.2.2.1) globalid (>= 0.3.6) - activemodel (7.1.5.1) - activesupport (= 7.1.5.1) - activerecord (7.1.5.1) - activemodel (= 7.1.5.1) - activesupport (= 7.1.5.1) + activemodel (7.2.2.1) + activesupport (= 7.2.2.1) + activerecord (7.2.2.1) + activemodel (= 7.2.2.1) + activesupport (= 7.2.2.1) timeout (>= 0.4.0) - activestorage (7.1.5.1) - actionpack (= 7.1.5.1) - activejob (= 7.1.5.1) - activerecord (= 7.1.5.1) - activesupport (= 7.1.5.1) + activestorage (7.2.2.1) + actionpack (= 7.2.2.1) + activejob (= 7.2.2.1) + activerecord (= 7.2.2.1) + activesupport (= 7.2.2.1) marcel (~> 1.0) - activesupport (7.1.5.1) + activesupport (7.2.2.1) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) minitest (>= 5.1) - mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - airbrussh (1.5.2) + airbrussh (1.5.3) sshkit (>= 1.6.1, != 1.7.0) archivesspace-client (0.1.8) httparty (~> 0.14) @@ -106,27 +101,29 @@ GEM nokogiri (~> 1.10) ast (2.4.2) aws-eventstream (1.3.0) - aws-partitions (1.947.0) - aws-sdk-core (3.199.0) + aws-partitions (1.1031.0) + aws-sdk-core (3.214.1) aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.8) + aws-partitions (~> 1, >= 1.992.0) + aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.87.0) - aws-sdk-core (~> 3, >= 3.199.0) - aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.154.0) - aws-sdk-core (~> 3, >= 3.199.0) + aws-sdk-kms (1.96.0) + aws-sdk-core (~> 3, >= 3.210.0) + aws-sigv4 (~> 1.5) + aws-sdk-s3 (1.177.0) + aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.8) - aws-sigv4 (1.8.0) + aws-sigv4 (~> 1.5) + aws-sigv4 (1.10.1) aws-eventstream (~> 1, >= 1.0.2) - axe-core-api (4.9.1) + axe-core-api (4.10.2) dumb_delegator + ostruct virtus - axe-core-rspec (4.9.1) - axe-core-api (= 4.9.1) + axe-core-rspec (4.10.2) + axe-core-api (= 4.10.2) dumb_delegator + ostruct virtus axiom-types (0.1.1) descendants_tracker (~> 0.0.4) @@ -136,10 +133,8 @@ GEM base64 (0.2.0) bcrypt (3.1.20) bcrypt_pbkdf (1.1.1) - bcrypt_pbkdf (1.1.1-arm64-darwin) - bcrypt_pbkdf (1.1.1-x86_64-darwin) - benchmark (0.3.0) - bigdecimal (3.1.8) + benchmark (0.4.0) + bigdecimal (3.1.9) bindex (0.8.1) bixby (5.0.0) rubocop (>= 1, < 2) @@ -147,23 +142,23 @@ GEM rubocop-performance rubocop-rails rubocop-rspec - bootsnap (1.18.3) + bootsnap (1.18.4) msgpack (~> 1.2) - brakeman (6.1.2) + brakeman (7.0.0) racc builder (3.3.0) byebug (11.1.3) cancancan (3.6.1) - capistrano (3.19.0) + capistrano (3.19.2) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) sshkit (>= 1.9.0) - capistrano-bundler (2.1.0) + capistrano-bundler (2.1.1) capistrano (~> 3.1) capistrano-passenger (0.2.1) capistrano (~> 3.0) - capistrano-rails (1.6.3) + capistrano-rails (1.7.0) capistrano (~> 3.1) capistrano-bundler (>= 1.1, < 3) capistrano-yarn (2.0.2) @@ -187,12 +182,12 @@ GEM bigdecimal rexml crass (1.0.6) - csv (3.3.0) - database_cleaner-active_record (2.1.0) + csv (3.3.2) + database_cleaner-active_record (2.2.0) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.3.4) + date (3.4.1) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) devise (4.9.4) @@ -202,68 +197,72 @@ GEM responders warden (~> 1.2.3) diff-lcs (1.5.1) - docile (1.4.0) - dotenv (3.1.2) - dotenv-rails (3.1.2) - dotenv (= 3.1.2) + docile (1.4.1) + dotenv (3.1.7) + dotenv-rails (3.1.7) + dotenv (= 3.1.7) railties (>= 6.1) drb (2.2.1) - dry-cli (1.0.0) - dumb_delegator (1.0.0) + dry-cli (1.2.0) + dumb_delegator (1.1.0) e2mmap (0.1.0) ed25519 (1.3.0) - erubi (1.13.0) - execjs (2.9.1) - factory_bot (6.4.6) + erubi (1.13.1) + execjs (2.10.0) + factory_bot (6.5.0) activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) + factory_bot_rails (6.4.4) + factory_bot (~> 6.5) railties (>= 5.0.0) - faraday (2.9.2) - faraday-net_http (>= 2.0, < 3.2) - faraday-net_http (3.1.0) - net-http - ffi (1.17.0) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-darwin) + faraday (2.12.2) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.0) + net-http (>= 0.5.0) + ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86_64-darwin) + ffi (1.17.1-x86_64-linux-gnu) foreman (0.88.1) globalid (1.2.1) activesupport (>= 6.1) - hashdiff (1.1.0) + hashdiff (1.1.2) hashie (5.0.0) health-monitor-rails (12.4.0) railties (>= 6.1) - honeybadger (5.13.0) + honeybadger (5.26.1) + logger httparty (0.22.0) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - icalendar (2.10.1) + icalendar (2.10.3) ice_cube (~> 0.16) - ice_cube (0.16.4) + ostruct + ice_cube (0.17.0) ice_nine (0.11.2) - io-console (0.7.2) - irb (1.13.2) + io-console (0.8.0) + irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) jaro_winkler (1.6.0) - jbuilder (2.12.0) + jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - json (2.7.2) - jwt (2.8.2) + json (2.9.1) + jwt (2.10.1) base64 - kramdown (2.4.0) - rexml + kramdown (2.5.1) + rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) language_server-protocol (3.17.0.3) library_stdnums (1.6.0) - logger (1.6.0) - loofah (2.23.1) + logger (1.6.4) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -280,14 +279,14 @@ GEM method_source (1.1.0) mini_mime (1.1.5) minitest (5.25.4) - msgpack (1.7.2) + msgpack (1.7.5) multi_xml (0.7.1) bigdecimal (~> 3.1) multipart-post (2.4.1) mutex_m (0.3.0) - net-http (0.4.1) + net-http (0.6.0) uri - net-imap (0.4.14) + net-imap (0.5.5) date net-protocol net-ldap (0.19.0) @@ -300,14 +299,13 @@ GEM net-sftp (4.0.0) net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.5.0) - net-protocol - net-ssh (7.2.3) - nio4r (2.7.3) - nokogiri (1.16.8-arm64-darwin) + net-ssh (7.3.0) + nio4r (2.7.4) + nokogiri (1.18.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.8-x86_64-darwin) + nokogiri (1.18.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.8-x86_64-linux) + nokogiri (1.18.1-x86_64-linux-gnu) racc (~> 1.4) omniauth (2.1.2) hashie (>= 3.4.6) @@ -322,61 +320,64 @@ GEM omniauth (~> 2.0) open3 (0.2.1) orm_adapter (0.5.0) - parallel (1.25.1) - parser (3.3.3.0) + ostruct (0.6.1) + parallel (1.26.3) + parser (3.3.6.0) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.9) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.1.2) + psych (5.2.2) + date stringio - public_suffix (6.0.0) - puma (6.4.3) + public_suffix (6.0.1) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) - rack-protection (4.0.0) + rack-protection (4.1.1) base64 (>= 0.1.0) + logger (>= 1.6.0) rack (>= 3.0.0, < 4) rack-proxy (0.7.7) rack - rack-session (2.0.0) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.1) rack (>= 3) - webrick (~> 1.8) - rails (7.1.5.1) - actioncable (= 7.1.5.1) - actionmailbox (= 7.1.5.1) - actionmailer (= 7.1.5.1) - actionpack (= 7.1.5.1) - actiontext (= 7.1.5.1) - actionview (= 7.1.5.1) - activejob (= 7.1.5.1) - activemodel (= 7.1.5.1) - activerecord (= 7.1.5.1) - activestorage (= 7.1.5.1) - activesupport (= 7.1.5.1) + rails (7.2.2.1) + actioncable (= 7.2.2.1) + actionmailbox (= 7.2.2.1) + actionmailer (= 7.2.2.1) + actionpack (= 7.2.2.1) + actiontext (= 7.2.2.1) + actionview (= 7.2.2.1) + activejob (= 7.2.2.1) + activemodel (= 7.2.2.1) + activerecord (= 7.2.2.1) + activestorage (= 7.2.2.1) + activesupport (= 7.2.2.1) bundler (>= 1.15.0) - railties (= 7.1.5.1) + railties (= 7.2.2.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (7.1.5.1) - actionpack (= 7.1.5.1) - activesupport (= 7.1.5.1) - irb + railties (7.2.2.1) + actionpack (= 7.2.2.1) + activesupport (= 7.2.2.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) @@ -384,63 +385,62 @@ GEM rainbow (3.1.1) rake (13.2.1) rbs (2.8.4) - rdoc (6.7.0) + rdoc (6.10.0) psych (>= 4.0.0) - regexp_parser (2.9.2) - reline (0.5.9) + regexp_parser (2.10.0) + reline (0.6.0) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) reverse_markdown (2.1.1) nokogiri - rexml (3.3.9) + rexml (3.4.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.0) + rspec-core (3.13.2) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.3) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.1.0) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.1) - rubocop (1.64.1) + rspec-support (3.13.2) + rubocop (1.69.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-performance (1.21.1) + rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.28.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.0.1) + rubocop-rspec (3.3.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) - rubyzip (2.3.2) + rubyzip (2.4.1) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -452,8 +452,8 @@ GEM sprockets-rails tilt scrub_rb (1.0.1) - securerandom (0.4.0) - selenium-webdriver (4.22.0) + securerandom (0.4.1) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -463,7 +463,7 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) + simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) solargraph (0.50.0) backport (~> 1.2) @@ -484,41 +484,45 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.5.1) + sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sshkit (1.23.0) + sshkit (1.23.2) base64 net-scp (>= 1.1.2) net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) - stringio (3.1.1) + ostruct + stringio (3.1.2) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - terser (1.2.3) + terser (1.2.4) execjs (>= 0.3.0, < 3) - thor (1.3.1) + thor (1.3.2) thread_safe (0.3.6) - tilt (2.3.0) + tilt (2.5.0) timecop (0.9.10) - timeout (0.4.2) + timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.9.1) - unicode-display_width (2.5.0) - uri (0.13.0) + unicode-display_width (2.6.0) + uri (1.0.2) + useragent (0.16.11) virtus (2.0.0) axiom-types (~> 0.1) coercible (~> 1.0) descendants_tracker (~> 0.0, >= 0.0.3) - vite_rails (3.0.17) - railties (>= 5.1, < 8) + vite_rails (3.0.19) + railties (>= 5.1, < 9) vite_ruby (~> 3.0, >= 3.2.2) - vite_ruby (3.6.0) + vite_ruby (3.9.1) dry-cli (>= 0.7, < 2) + logger (~> 1.6) + mutex_m rack-proxy (~> 0.6, >= 0.6.1) zeitwerk (~> 2.2) warden (1.2.9) @@ -528,21 +532,21 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.23.1) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - websocket (1.2.10) - websocket-driver (0.7.6) + websocket (1.2.11) + websocket-driver (0.7.7) + base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) whenever (1.0.0) chronic (>= 0.6.3) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.36) - zeitwerk (2.6.16) + yard (0.9.37) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-21 @@ -550,6 +554,7 @@ PLATFORMS arm64-darwin-23 arm64-darwin-24 x86_64-darwin-21 + x86_64-darwin-24 x86_64-linux DEPENDENCIES @@ -614,4 +619,4 @@ DEPENDENCIES whenever BUNDLED WITH - 2.5.6 + 2.6.2 diff --git a/app/models/alma_submit_collection/marc_record.rb b/app/models/alma_submit_collection/marc_record.rb index db2da345..a68518de 100644 --- a/app/models/alma_submit_collection/marc_record.rb +++ b/app/models/alma_submit_collection/marc_record.rb @@ -1,4 +1,6 @@ # frozen_string_literal: true +require "marc_cleanup" + module AlmaSubmitCollection # This class is responsible for # making various corrections and diff --git a/config/environments/test.rb b/config/environments/test.rb index f8ee3554..06adbcaf 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -28,7 +28,7 @@ config.action_controller.perform_caching = false # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false + config.action_dispatch.show_exceptions = :none # Disable request forgery protection in test environment. config.action_controller.allow_forgery_protection = false diff --git a/db/schema.rb b/db/schema.rb index 9eaab122..610bb707 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.1].define(version: 2023_05_16_155655) do +ActiveRecord::Schema[7.2].define(version: 2023_05_16_155655) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -44,5 +44,4 @@ t.datetime "created_at", precision: nil, null: false t.datetime "updated_at", precision: nil, null: false end - end diff --git a/package.json b/package.json index 409c0c82..f6a41735 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^9.3.0", "sass": "^1.57.1", - "vite": "^5.3.6", - "vite-plugin-ruby": "^5.0.0" + "vite": "^5.0.0", + "vite-plugin-ruby": "^5.1.0" } } diff --git a/spec/fixtures/oclc/metacoll.PUL.new.D20230718.T213016.MZallDLC.1.mrc b/spec/fixtures/oclc/metacoll.PUL.new.D20230718.T213016.MZallDLC.1.mrc index 3d4f6def..421fc986 100644 --- a/spec/fixtures/oclc/metacoll.PUL.new.D20230718.T213016.MZallDLC.1.mrc +++ b/spec/fixtures/oclc/metacoll.PUL.new.D20230718.T213016.MZallDLC.1.mrc @@ -1 +1 @@ -01424cam a22003491 4500001001300000003000600013005001700019008004100036010001700077040004000094035002000134042001200154050002200166082001600188130001900204245017700223260007400400300004300474336002600517337002800543338002700571490006700598500004700665650002500712650002700737650005100764700006700815700004000882700008900922830005101011994001201062ocm00326390 OCoLC20230718213016.0720607t19691915enka 000 0 eng  a 16009971  aDLCbengcDLCdVODdNNMdOCLCFdOUN a(OCoLC)00326390 apremarc00aPR4541b.P5 no. 504a294.3bP7520 aKathāvatthu.10aPoints of controversy;bor, Subjects of discourse;cbeing a translation of the Kathā-vatthu from the Abhidhammapiṭaka, by Shwe Zan Aung, B. A., and Mrs. Rhys Davids ... aLondon,bPub. for the Pali text society by Luzac & Co.,c1969 [c1915] alvi, 416 p.bdiagrs. (1 fold.)c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aPali Text Society (London, England) Translation series,vno. 5 aAuthorship ascribed to Moggaliputta Tissa. 0aBuddhismxDoctrines. 6aBouddhismexDoctrines. 7aBuddhismxDoctrines.2fast0(OCoLC)fst008400401 aMoggaliputta Tissa,dactive 3d century B.C.,csupposed author.0 aShwe Hsan Aung,d1871-etranslator.1 aDavids, Caroline A. F. Rhysq(Caroline Augusta Foley Rhys),d1857-1942,etranslator. 0aTranslation series (London, England) ;vno. 5. a92bPUL01485cam a22003731 4500001001300000003000600013005001700019008004100036010001700077040004000094035002000134042001200154043001200166050001800178245010400196260003500300300002700335336002600362337002800388338002700416650003100443650002000474650003700494651005000531655003200581655003900613655013600652655013600788655003900924700003700963700003601000700006301036994001201099ocm00786169 OCoLC20230718213016.0740131s1931 fr 000 0 fre  a 32019713  aDLCbengcDLCdOCLCFdSNNdPULdKSU a(OCoLC)00786169 apremarc ae-ru---00aPG3131b.S61400aContes de l'isba,benluminures d'Ivan Bilibine,ctraduction de m-me H. Isserlis et m-elle B. Auroy. a[Paris]bBoivin et cie,c1931. a157 p.billus.c29 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aTaleszRussia (Federation) 6aConteszRussie. 7aTales.2fast0(OCoLC)fst01142246 7aRussia (Federation)2fast0(OCoLC)fst01262050 7achildren's literature.2aat 7aFiction.2fast0(OCoLC)fst01423787 7aFiction.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140263390(uri) http://id.loc.gov/authorities/genreForms/gf2014026339 7aFiction.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140263390(uri) http://id.loc.gov/authorities/genreForms/gf2014026339 7aDocuments pour la jeunesse.2rvmgf1 aIsserlis, H.,cMme.etranslator.1 aAuroy, B.,cMlle.,etranslator.1 aBilibin, Ivan I︠A︡kovlevich,d1876-1942,eillustrator. a92bPUL01670cam a22004091 4500001001300000003000600013005001700019008004100036010001700077040005000094035002000144042001200164043001200176050002000188082001300208245002000221250001400241260007800255300005700333336002600390337002800416338002700444490002300471500004100494500031500535504002500850650004300875650004800918650004600966655006201012700003201074700003401106700004801140710003401188830002601222994001201248ocm00832183 OCoLC20230718213016.0740315s1936 ja 000 0 eng  a 37015040  aDLCbengcDLCdSTFdLBQdOCLCFdTYCdHDCdBOS a(OCoLC)00832183 apremarc aa-ja---00aPL871b.J3 1936 4a895.620900aJapanese drama. a(2d ed.). a[Tokyo]bBoard of tourist industry, Japanese government railwaysc[c1936] a84 p. fold. col. front.,billus., 2 col. pl.c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aTourist library: 6 aColophon mounted on p. [3] of cover. a"The original of this brochure was prepared by the National committee of intellectual co-operation of the International association of Japan ... We are indebted to Mr. Yoshio Yoshikawa for the revised original, and to Professors I. Matsuhara and E. T. Iglehart of Aoyama Gakuin for the translation."--Foreword. aBibliography: p. 84. 0aJapanese dramaxHistory and criticism. 6aThéâtre japonaisxHistoire et critique. 7aJapanese drama.2fast0(OCoLC)fst00981509 7aCriticism, interpretation, etc.2fast0(OCoLC)fst014116351 aYoshikawa, Yoshio,eeditor.1 aMatsuhara, Iwao,etranslator.1 aIglehart, Edwin Taylor,d1878-etranslator.1 aJapan.bKokusai Kankōkyoku. 0aTourist library ;v6. a92bPUL01997cjm a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002000127035002000147042001400167082000800181100005700189240003300246245003900279260003900318300002700357336003700384337002300421338003100444344001800475344001500493344001900508490002800527511008600555500002500641505017300666650002200839650002700861650004800888700002600936700007900962700008601041700008701127700008101214700008401295700008701379710003701466994001201503ocm05062715 OCoLC20230718213016.0sd bsmennmplue230717s1968 xxuuunn n zxx d a 2023626381 aVHBbengcDLC02aSRW 18090bWing a(OCoLC)05062715 alccopycat04a3401 aKetèlbey, Albert W.q(Albert William),d1875-1959.10aOrchestra music.kSelections13aAn evening with Albert Ketèlbey. a[United States?] :bWing,c[1968?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aEvening musicale series0 aSoloists, chorus and Stuttgart Philharmonic Orchestra; Fritz Mareczek, conductor. aDurations on labels.0 aIn a Persian market. -- In a Chinese temple garden. -- In the mystic land of Egypt. -- In a monastery garden. -- Bells across the meadows. -- The blue waters of Hawaii. 0aOrchestral music. 6aOrchestre, Musique d'. 7aOrchestral music.2fast0(OCoLC)fst010472891 aMareczek, Fritz.4prf12aKetèlbey, Albert W.q(Albert William),d1875-1959.tIn a Persian market.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tIn a Chinese temple garden.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tIn the mystic land of Egypt.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tIn a monastery garden.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tBells across the meadows.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tBy the blue Hawaiian waters.2 aStuttgarter Philharmoniker.4prf a92bPUL02252cjm a2200649 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019002300149028002700172033000900199033000900208035005400217041001300271042001400284043001200298045000900310050002700319082001700346100002400363245004200387260004300429300003700472306001100509336003700520337002300557338003100580344001800611344001500629344001900644511003600663518004000699500002800739505018700767650003000954650003400984650004501018648002001063655006501083655006201148655008401210655008101294710003601375740001601411740001801427740002401445740001501469740003601484740001901520740001701539740001801556740001601574994001201590ocm05426274 OCoLC20230718213016.0sd bsmennmplue230710s1979 cauppnn d n eng d a 2023625597 aBGUbengcDLCdBGUdNYPdOCLCFdPAU a36738533a8246948602aBSK 3336bWarner Bros. b3764 0b3764 a(OCoLC)05426274z(OCoLC)36738533z(OCoLC)824694860 dengeeng alccopycat an-us--- ax7x7 4aM1630.18.G87bO85 197904a784.3qOCoLC1 aGuthrie, Arlo.4prf10aOutlasting the blues /cArlo Guthrie. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (34 min.) ;c12 in. a003400 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aArlo Guthrie ; with Shenandoah. aRecorded in North Brookfield, Mass. aLyrics on inner sleeve.0 aPrologue -- Which side -- Wedding song -- World away from me -- Epilogue -- Telephone -- Sailing down this golden river -- Carry me over -- Underground -- Drowning man -- Evangelina. 0aPopular musicy1971-1980. 6aMusique populairey1971-1980. 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast 7aSound recordings.2fast0http://id.worldcat.org/fast/1411639 7aPopular music.2fast0http://id.worldcat.org/fast/1726706 7aSound recordings.2lcgft0http://id.loc.gov/authorities/genreForms/gf2011026594 7aPopular music.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140270092 aShenandoah (Musical group)4prf02aWhich side.02aWedding song.02aWorld away from me.02aTelephone.02aSailing down this golden river.02aCarry me over.02aUnderground.02aDrowning man.02aEvangelina. a92bPUL02483cjm a2200733 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019003200159028002700191035007000218042001400288043001200302045000900314050002000323082001000343110003200353245001600385260004300401300003700444306001100481336003700492337002300529338003100552344001800583344001500601344001900616500001600635511005700651518003300708500002700741505023100768650002700999650002001026650003101046650001401077650004601091650004201137648002001179655002701199655004801226655004201274655004601316655002701362655002901389655002301418655003001441655003601471655002601507740001901533740001401552740002801566740001801594740001001612740004801622740001801670740001401688740001401702740002101716994001201737ocm05426281 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn d n eng d a 2023625610 aBGUbengcDLCdBGUdUMKdBTSdCSOdOCLCFdJDP a7045719a8021498a43365139402aBSK 3355bWarner Bros. a(OCoLC)05426281z(OCoLC)7045719z(OCoLC)8021498z(OCoLC)433651394 alccopycat an-us--- ax7x7 4aM1630.18.B1bB204a784.52 aB-52's (Musical group)4prf14aThe B-52's. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (40 min.) ;c12 in. a004000 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc aRock songs.0 aProduced by Chris Blackwell for Island Records, Inc. aRecorded at Nassau, Bahamas. aLyrics on inner liner.0 aPlanet Claire (4:35) -- 52 girls (3:34) -- Dance this mess around (4:36) -- Rock lobster (6:49) -- Lava (4:54) -- There's a moon in the sky (Called the moon) (4:54) -- Hero worship (4:07) -- 6060-842 (2:48) -- Downtown (2:57). 0aRock musicy1971-1980. 0aNew wave music. 6aRock (Musique)y1971-1980. 6aNew wave. 7aNew wave music.2fast0(OCoLC)fst01036946 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast 7asound recordings.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aRock music.2fast0(OCoLC)fst01726724 7aNew wave music.2fast0(OCoLC)fst01726685 7aNew wave music.2lcgft 7aSound recordings.2lcgft 7aRock music.2lcgft 7aNew wave (Musique)2rvmgf 7aEnregistrements sonores.2rvmgf 7aRock (Musique)2rvmgf02aPlanet Claire.02a52 girls.02aDance this mess around.02aRock lobster.02aLava.02aThere's a moon in the sky (Called the moon)02aHero worship.02a6060-842.02aDowntown.02aFifty-two girls. a92bPUL01890cjm a2200589 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109024001700139024001500156028002700171035002000198042001400218043001200232045000900244110003200253245001600285260004300301300003700344306001100381336003700392337002300429338003100452344001800483344001500501344001900516511005800535518003100593500002800624505019500652650002700847650004300874650004200917651003900959648002000998700003501018700002201053740002301075740002601098740001801124740002301142740002101165740002101186740001401207740003501221740001401256740001801270994001201288ocm05426284 OCoLC20230718213016.0sd bsmennmplue230711s1979 caurcnn d n eng d a 2023625606 aBGUbengcDLCdBGUdOCLCF1 a0759923349141 a759923349102aBSK 3349bWarner Bros. a(OCoLC)05426284 alccopycat ae-uk-en ax7x72 aKorgis (Musical group)4prf14aThe Korgis. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (33 min.) ;c12 in. a003300 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aKorgis (James Warren and Andy Davis) ; with ensemble. aRecorded in Bath, England. aLyrics on inner sleeve.0 aYoung 'n' Russian -- I just can't help it -- Chinese girl -- Art school annexe -- Boots and shoes -- Dirty postcards -- O Maxine -- Mount Everest sings the blues -- Cold tea -- If I had you. 0aRock musicy1971-1980. 6aRock (Musique)zAngleterrey1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7aEngland.2fast0(OCoLC)fst01219920 7a1971-19802fast1 aWarren, Jamesc(Vocalist)4prf1 aDavis, Andy.4prf02aYoung 'n' Russian.02aI just can't help it.02aChinese girl.02aArt school annexe.02aBoots and shoes.02aDirty postcards.02aO Maxine.02aMount Everest sings the blues.02aCold tea.02aIf I had you. a92bPUL01541cjm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109028002600139035002000165042001400185043001200199045000900211110004300220245003600263260004300299300003700342306001100379336003700390337002300427338003100450344001800481344001500499344001900514511004000533500006600573518003100639500002800670505011500698650003000813650001700843650002000860650004300880740001800923740001900941740001800960740001100978740002300989740002301012994001201035ocm05426290 OCoLC20230718213016.0sd bsmennmplue230712s1979 cauppnn d n eng d a 2023625611 aBGUbengcDLCdOCLCFdBGU02aHS-3357bWarner Bros. a(OCoLC)05426290 alccopycat an-us--- ax7x71 aAshford & Simpson (Musical group)4prf10aStay free /cAshford & Simpson. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (36 min.) ;c12 in. a003600 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aAshford & Simpson ; with orchestra. aAll selections written by Nickolas Ashford & Valerie Simpson. aRecorded in New York City. aLyrics on inner sleeve.0 aFound a cure -- Stay free -- Dance forever -- Nobody knows -- Crazy -- Finally got to me -- Follow your heart. 0aPopular musicy1971-1980. 0aDisco music. 6aDisco (Musique) 7aDisco music.2fast0(OCoLC)fst0089488602aFound a cure.02aDance forever.02aNobody knows.02aCrazy.02aFinally got to me.02aFollow your heart. a92bPUL02077cjm a2200637 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109019001300144028002700157033001300184033001700197035003700214042001400251043001200265045000900277082003800286110003000324245003700354260004700391300003700438306001100475336003700486337002300523338003100546344001800577344001500595344001900610511001000629518005300639500003200692505026900724650002700993650003101020650004201051648002001093740002701113740001401140740001401154740001801168740001501186740002101201740003501222740002801257740002501285740003601310740001901346740001801365740001801383740001301401740001301414994001201427ocm05426520 OCoLC20230718213016.0sd bsmennmplue230710s1979 caurcnn d n eng d a 2023625598 aBGUbengcDLCdBGUdNYPdOCLCF a3673853502aBSK 3337bWarner Bros. b4364cL8 0b4364cL8:2H5 a(OCoLC)05426520z(OCoLC)36738535 alccopycat an-us--- ax7x704a782.42166qOCoLC222/eng/202302162 aDevo (Musical group)4prf10aDuty now for the future /cDevo. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (39 min.) ;c12 in. a003900 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aDevo. aRecorded at Chateau Recorders, Hollywood, Calif. aSong lyrics on inner liner.0 aDevo corporate anthem -- Clockout -- Timing X -- Wiggly world -- Blockhead -- Strange pursuit -- S.I.B. (Swelling itching brain) -- Triumph of the will -- The day my baby gave me a surprize -- Pink pussycat -- Secret agent man -- Smart patrol ; Mr. DNA -- Red eye. 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aDevo corporate anthem.02aClockout.02aTiming X.02aWiggly world.02aBlockhead.02aStrange pursuit.02aS.I.B (Swelling itching brain)02aSwelling itching brain.02aTriumph of the will.02aDay my baby gave me a surprize.02aPink pussycat.02aSecret agent.02aSmart patrol.02aMr. DNA.02aRed eye. a92bPUL01876cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109028002700159035002000186042001400206043001200220045000900232050000900241082000800250100001600258245003600274264004000310264001300350300005900363336003700422337002300459338003100482340001100513344001800524344001500542344001900557511004700576505023900623650002700862650003100889650004200920648002000962655004800982655002901030740001901059740001901078740003601097740004101133740002301174740002801197740003201225740003601257740001701293994001201310ocm05536237 OCoLC20230718213016.0sd bsmennmplud230712s1979 caurcnn n eng d a 2023625612 aBGUbengerdacDLCdBGUdVVWdOCLCFdJQFdWVU02aBSK 3358bWarner Bros. a(OCoLC)05536237 alccopycat an-us--- ax7x714aC76904a7801 aCooder, Ry.10aBop till you drop /cRy Cooder. 1aBurbank, CA :bWarner Bros,c[1979] 4c℗1979. a1 audio disc (39 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b12 in. aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aRy Cooder, vocals, guitar ; with ensemble.0 aLittle sister -- Go home, girl -- The very thing that makes you rich -- I think it's going to work out fine -- Down in Hollywood -- Look at Granny run run -- Trouble, you can't fool me -- Don't you mess up a good thing -- I can't win. 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast 7aSound recordings.2fast0(OCoLC)fst01411639 7aSound recordings.2lcgft02aLittle sister.02aGo home, girl.02aVery thing that makes you rich.02aI think it's going to work out fine.02aDown in Hollywood.02aLook at Granny run run.02aTrouble, you can't fool me.02aDon't you mess up a good thing.02aI can't win. a92bPUL02502cjm a2200637 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005500109019002200164028002700186035005300213042001400266043001200280045000900292110003900301245002700340260004700367300006000414336003700474337002300511338003100534500001600565511001900581518016700600500002500767500003900792505049900831650002701330650003101357650004201388648002001430740001701450740001101467740002001478740002101498740001001519740004101529740001201570740002901582740002001611740002501631740001101656740002601667740001601693740002301709740002601732740001401758740002101772740002201793740001901815740001801834994001201852ocm05661522 OCoLC20230718213016.0sd bsmennmplue230711s1979 caurcnn n eng d a 2023625607 aGZFbengcDLCdKCKdBGUdUMKdIXAdTBSdOCLCFdGZF a6060958a1032746802a2HS 3350bWarner Bros. a(OCoLC)05661522z(OCoLC)6060958z(OCoLC)10327468 alccopycat an-us--- ax7x72 aFleetwood Mac (Musical group)4prf10aTusk /cFleetwood Mac. aBurbank, Calif. :bWarner Bros.,c℗1979. a2 audio discs (69 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aRock music.0 aFleetwood Mac. aRecorded at The Village Recorder; some tracks recorded by Lindsey Buckingham at home; "Tusk" recorded live at Dodger Stadium with the U.S.C. Trojan Marching Band. aDurations on labels. aIncludes illustrated inner liners.0 aOver & over (4:35) -- The ledge (2:02) -- Think about me (2:44) -- Save me a place (2:40) -- Sara (6:26) -- What makes you think you're the one (3:28) -- Storms (5:28) -- That's all for everyone (3:04) -- Not that funny (3:19) -- Sisters of the moon (4:36) -- Angel (4:53) -- That's enough for me (1:48) -- Brown eyes (4:27) -- Never make me cry (2:14) -- I know I'm not wrong (2:59) -- Honey hi (2:43) -- Beautiful child (5:19) -- Walk a thin line (3:44) -- Tusk (3:36) -- Never forget (3:40). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aOver & over.02aLedge.02aThink about me.02aSave me a place.02aSara.02aWhat makes you think you're the one?02aStorms.02aThat's all for everyone.02aNot that funny.02aSisters of the moon.02aAngel.02aThat's enough for me.02aBrown eyes.02aNever make me cry.02aI know I'm not wrong.02aHoney hi.02aBeautiful child.02aWalk a thin line.02aOver and over.02aNever forget. a92bPUL01358cjm a2200361 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001300149028002700162035003700189042001400226045000900240082001700249100003200266245003500298260004700333300005900380336003700439337002300476338003100499511004600530500002800576505026000604650002700864650003100891650004200922648002000964994001200984ocm05745563 OCoLC20230718213016.0sd bsmennmplue230712s1979 cauppnn d n eng d a 2023625608 aIMPbengcDLCdBGUdUMKdOCLCFdIMP a3673851602aBSK 3351bWarner Bros. a(OCoLC)05745563z(OCoLC)36738516 alccopycat ax7x704a784.5qOCoLC1 aCassidy, Shaun,d1958-4prf10aRoom service /cShaun Cassidy. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (33 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aShaun Cassidy ; with assisting musicians. aLyrics on inner sleeve.0 aFallin' into you (4:38) -- Time for a change (3:15) -- Only because of love (3:37) -- Are you afraid of me? (3:46) -- Break for the street (4:24) -- Heaven in your eyes (2:54) -- You're usin' me (3:31) -- The letter (2:59) -- You still surprise me (3:34). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL01747cjm a2200481 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002200149035002000171042001400191043001200205045000900217100003700226245003500263260003800298300005500336336003700391337002300428338003100451500003400482511001900516505026500535650003000800650003400830650004500864648002000909655005700929740002300986740002301009740001201032740003601044740003601080740002901116740003001145740001901175740003501194740002401229994001201253ocm05810964 OCoLC20230718213016.0sd bmmennmplue230717s1950 iluppnn n eng d a 2023626396 aBGUbengcDLCdIULdBGUdOCLCFdFQG02aMG-20046bMercury a(OCoLC)05810964 alccopycat an-us--- ax0x51 aTucker, Sophie,d1884-1966.4prf10aCabaret days /cSophie Tucker. a[Chicago, IL] :bMercury,c[1950] a1 audio disc :banalog, 33 1/3 rpm, mono ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aPopular songs with orchestra.0 aSophie Tucker.0 aCabaret days -- I wanna say hello -- After you've gone -- Margie -- I'm living alone and I like it -- Put your arms around me, honey -- Nobody loves a fat girl -- I'm sorry I made you cry -- Hello my baby -- Waiting for the Robert E. Lee -- Some of these days. 0aPopular musicy1941-1950. 6aMusique populairey1941-1950. 7aPopular music.2fast0(OCoLC)fst01071422 7a1941-19502fast 4aLarry Taylor-Billy Matthews Musical Theater Archive.0 aI wanna say hello.0 aAfter you've gone.0 aMargie.0 aI'm living alone and I like it.0 aPut your arms around me, honey.0 aNobody loves a fat girl.0 aI'm sorry I made you cry.0 aHello my baby.0 aWaiting for the Robert E. Lee.0 aSome of these days. a92bPUL01485cjm a2200385 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109019002200154028002700176035005300203041001300256042001400269043001200283100002300295245002900318260004300347300004900390336003700439337002300476338003100499546003600530511003600566518009300602500002800695505026600723650002100989650002101010650003601031648002001067994001201087ocm05822575 OCoLC20230718213016.0sd bsmennmplue230711s1979 caujznn d n eng d a 2023625602 aAPLbengcDLCdBGUdUMKdAUMdOCLCFdAPL a6116239a3532203102aBSK 3344bWarner Bros. a(OCoLC)05822575z(OCoLC)6116239z(OCoLC)353220310 dengdpor alccopycat an-us---1 aPurim, Flora.4prf10aCarry on /cFlora Purim. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aSung in English and Portuguese.0 aFlora Purim, vocals ; with acc. aRecorded at Conway Recording, Westlake Recording Studios, and Capitol Recording Studios. aLyrics on inner sleeve.0 aSarara (4:04) -- From the lonely afternoon (3:23) -- Niura is coming back (2:53) -- Once I ran away (3:37) -- Carry on (5:14) -- Love lock (3:30) -- Corine (4:51) -- Island in the sun interlude (1:28) -- Beijo partido = Broken kiss (4:37) -- Freeway jam (4:34). 0aJazzy1971-1980. 6aJazzy1971-1980. 7aJazz.2fast0(OCoLC)fst00982165 7a1971-19802fast a92bPUL01504cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109028002600154035002000180042001400200045000900214082001100223100002400234245003000258260004700288300005900335336003700394337002300431338003100454500001600485511006000501518004800561500004000609505034900649650002700998650003101025650004201056648002001098994001201118ocm05928734 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn d n eng d a 2023625618 aOWRbengcDLCdBGUdIXAdUMKdOCLCFdOWR02aHS 3369bWarner Bros. a(OCoLC)05928734 alccopycat ax6x704a784.541 aRaitt, Bonnie.4prf14aThe glow /cBonnie Raitt. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (38 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aRock songs.0 aBonnie Raitt, vocals ; with vocal and instrumental acc. aRecorded at the Sound Factory, Los Angeles. aLyrics and portrait on inner liner.0 aI thank you (2:49) -- Your good thing (is about to end) (3:57) -- Standin' by the same old love (4:08) -- Sleep's dark and silent gate (3:24) -- The glow (4:08) -- Bye bye baby (3:13) -- The boy can't help it (3:35) -- (I could have been your) Best old friend (2:50) -- You're gonna get what's coming (3:29) -- (Goin') Wild for you baby (5:26). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL02173cjm a2200565 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040006000109019001200169028002600181035003600207042001400243043001200257045000900269050002600278082000800304100002400312245003200336260004300368300005900411336003700470337002300507338003100530511004200561518006900603500002500672505028700697650003000984650003401014650004501048648002001093655006501113655006201178655014201240740002901382740003501411740001601446740001501462740001201477740002701489740001101516740002201527740001601549740001901565740001101584994001201595ocm05984141 OCoLC20230718213016.0sd bsmennmplue230711s1979 cauppnn d n eng d a 2023625604 aWIJbengcDLCdIXAdUMKdBGUdOCLCFdFQGdPULdPAUdWIJ a580875102aHS 3346bWarner Bros. a(OCoLC)05984141z(OCoLC)5808751 alccopycat an-us--- ax7x7 4aM1630.18.N48bB6 197904a7801 aNewman, Randy.4prf10aBorn again /cRandy Newman. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (33 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aRandy Newman ; with instrumental acc. aRecorded at Warner Bros. Recording Studios, North Hollywood, CA. aLyrics on container.0 aIts̓ money that I love (3:38) -- The story of a rock and roll band (2:53) -- Pretty boy (4:00) -- Mr. Sheep (3:53) -- Ghosts (2:28) -- They just got married (2:51) -- Spies (3:55) -- The girls in my life (part 1) (2:36) -- Half a man (3:38) -- William Brown (1:50) -- Pants (3:06). 0aPopular musicy1971-1980. 6aMusique populairey1971-1980. 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast 7aSound recordings.2fast0http://id.worldcat.org/fast/1411639 7aPopular music.2fast0http://id.worldcat.org/fast/1726706 7aPopular music.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140270090(uri) http://id.loc.gov/authorities/genreForms/gf201402700902aIts̓ money that I love.02aStory of a rock and roll band.02aPretty boy.02aMr. Sheep.02aGhosts.02aThey just got married.02aSpies.02aGirls in my life.02aHalf a man.02aWilliam Brown.02aPants. a92bPUL01493cjm a2200409 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002600149035002000175042001400195045000900209082001100218100002800229245004500257260004700302300004900349336003700398337002300435338003100458500004400489511002200533518009000555500002800645505018900673650003000862650001700892650003400909650002000943650004300963650004501006648002001051994001201071ocm06070781 OCoLC20230718213016.0sd bsmennmplue230713s1979 cauppnn d n eng d a 2023625619 aWIJbengcDLCdBGUdOCLCFdUMKdWIJ02aHS 3370bWarner Bros. a(OCoLC)06070781 alccopycat ax4x704a784.541 aLarson, Nicolette.4prf10aIn the nick of time /cNicolette Larson. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aPopular and disco songs with orchestra.0 aNicolette Larson. aRecorded at Warner Bros. Recording Studios, North Hollywood, Calif., June- Aug. 1979. aLyrics on inner sleeve.0 aDancin' Jones -- Just in the nick of time -- Let me go love -- Rio de Janeiro blue -- Breaking too many hearts -- Back in my arms -- Fallen -- Daddy -- Isn't it always love -- Trouble. 0aPopular musicy1971-1980. 0aDisco music. 6aMusique populairey1971-1980. 6aDisco (Musique) 7aDisco music.2fast0(OCoLC)fst00894886 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast a92bPUL01863cjm a2200445 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001700159028002600176035002000202042001400222045000900236050002100245082001600266110003700282245003700319260004700356300004900403336003700452337002300489338003100512500001600543511005100559500002800610505023800638650002700876650003100903650004200934648002000976856009500996856009401091856010901185938004001294938007101334994001201405ocm06162818 OCoLC20230718213016.0sd bsmennmplue230711s1979 caurcnn d n eng d a 2023625603 aSVPbengcDLCdBGUdUMKdOCLCFdP@NdAAAdSVP1 a07599233451802aHS 3345bWarner Bros. a(OCoLC)06162818 alccopycat ax7x700aS561b.S236 200100a630/.682212 aLittle Feat (Musical group)4prf10aDown on the farm /cLittle Feat. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aRock songs.0 aLittle Feat ; with vocal and instrumental acc. aLyrics on inner sleeve.0 aDown on the farm (4:16) -- Six feet of snow (2:30) -- Perfect imperfection (3:46) -- Kokomo (2:58) -- Be one now (4:05) -- Straight from the heart (4:59) -- Front page news (5:57) -- Wake up dreaming (4:09) -- Feel the groove (4:48). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast413Table of contents onlyuhttp://catdir.loc.gov/catdir/enhancements/fy0729/2001130535-t.html423Publisher descriptionuhttp://catdir.loc.gov/catdir/enhancements/fy0729/2001130535-d.html423Contributor biographical informationuhttp://catdir.loc.gov/catdir/enhancements/fy0733/2001130535-b.html aYBP Library ServicesbYANKn1795841 aBaker & TaylorbBKTYc35.00d26.25i0963810936n0003758547sactive a92bPUL01291cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019002300149028002600172035005400198042001400252045000900266047001100275050000700286082001000293110003200303245002600335260004700361300005900408336003700467337002300504338003100527511001200558505021500570650002700785650003100812650004200843648002000885994001200905ocm06177364 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn n eng d a 2023625613 aSJPbengcDLCdBGUdOCLCFdHOTdSJP a42554827a8246624102aHS 3361bWarner Bros. a(OCoLC)06177364z(OCoLC)42554827z(OCoLC)82466241 alccopycat ax5x7 ablarc14aZZ04a780.42 aZZ Top (Musical group)4prf10aDegüello /cZZ Top. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (34 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aZZ Top.0 aI thank you -- She loves my automobile -- I'm bad, I'm nationwide -- A fool for your stockings -- Manic mechanic -- Dust my broom -- Lowdown in the street -- Hi fi mama -- Cheap sunglasses -- Esther be the one. 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL01338cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109028002700154035002000181042001400201043001200215045000900227082001400236100001700250245001200267260004700279300005900326336003700385337002300422338003100445511001200476518004700488500004100535505025600576650002700832650003100859650004200890648002000932994001200952ocm06247512 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn d n eng d a 2023625616 aIEPbengcDLCdBGUdUMKdOCLCFdFQGdIEP02aBSK 3366bWarner Bros. a(OCoLC)06247512 alccopycat an-us--- ax7x704a784.54bP0 aPrince.4prf10aPrince. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (41 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aPrince. aRecorded at Alpha Studios, Burbank, Calif. aLyrics and portraits on inner liner.0 aI wanna be your lover (5:47) -- Why you wanna treat me so bad? (3:49) -- Sexy dancer (4:18) -- When we're dancing close and slow (5:18) -- With you (3:59) -- Bambi (4:22) -- Still waiting (4:24) -- I feel for you (3:24) -- It's gonna be lonely (5:30). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL01751cjm a2200469 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040006500109024001700174024001500191028002700206035002000233042001400253045000900267047001100276050002700287082001100314100004100325245002300366260004700389300005900436336003700495337002300532338003100555511005000586500004400636500002800680505025500708650002700963650003000990650003101020650003401051650004501085650004201130648002001172655004801192655002901240994001201269ocm06272437 OCoLC20230718213016.0sd bsmennmplue230713s1979 caumunn d n eng d a 2023625626 aBVPbengcDLCdKCKdBGUdUMKdYKJdOCLCFdIPUdJDPdJQFdBVP1 a0759923383181 a759923383102aBSK 3383bWarner Bros. a(OCoLC)06272437 alccopycat ax7x7 arcapp 4aM1630.18.C76bC47 197904a784.541 aCross, Christopher,d1951-4prf4lyr10aChristopher Cross. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (39 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aChristopher Cross ; with assisting musicians. aAll songs written by Christopher Cross. aLyrics on inner sleeve.00tSay you'll be mineg(2:53) --tI really don't know anymoreg(3:49) --tSpinningg(3:59) --tNever be the sameg(4:40) --tPoor Shirleyg(4:20) --tRide like the windg(4:30) --tThe light is ong(4:07) --tSailingg(4:14) --tMinstrel gigolog(6:00). 0aRock musicy1971-1980. 0aPopular musicy1971-1980. 6aRock (Musique)y1971-1980. 6aMusique populairey1971-1980. 7aPopular music.2fast0(OCoLC)fst01071422 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast 7aSound recordings.2fast0(OCoLC)fst01411639 7aSound recordings.2lcgft a92bPUL01366cjm a2200349 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109019001300144028002700157035003700184042001400221045000900235082001000244100002500254245003300279260004700312300005900359336003700418337002300455338003100478511006100509505030500570650003000875650003400905650004500939648002000984994001201004ocm06275598 OCoLC20230718213016.0sd bsmennmplue230712s1979 caucynn n eng d a 2023625609 aSVPbengcDLCdBGUdOCLCFdSVP a8246478802aBSK 3353bWarner Bros. a(OCoLC)06275598z(OCoLC)82464788 alccopycat ax7x704a784.71 aSheppard, T. G.4prf10a3/4 lonely /cT.G. Sheppard. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (31 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aT.G. Sheppard, vocals ; with instrumental and vocal acc.0 aYou feel good all over -- I wish that I could hurt that way again -- My ship's coming in -- You look like love -- I came home to make love to you -- You do it to me every time -- It's only love -- (She wanted to live) Faster than I could dream -- I'll be coming back for more -- Last cheater's waltz. 0aCountry musicy1971-1980. 6aCountry (Musique)y1971-1980. 7aCountry music.2fast0(OCoLC)fst00881424 7a1971-19802fast a92bPUL02044cjm a2200577 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002700166033001300193033001300206035002000219042001400239045000900253050002800262082001400290100002800304245002300332264005100355264001200406300003700418306001100455336003700466337002300503338003100526340001600557344004900573511005000622518014500672500002800817505028600845650002701131650003101158650004201189648002001231740002301251740002901274740000901303740001801312740002901330740003101359740001001390740001301400740001201413740002901425994001201454ocm06343090 OCoLC20230718213016.0sd bsmennmplue230713s1979 caurcnn d n eng d a 2023625621 aIEPbengcDLCdBGUdOCLCFdEZFdIEP1 a07599233741002aBSK 3374bWarner Bros. b4364cH6 0b4364cH6 a(OCoLC)06343090 alccopycat ax7x7 4aM1630.18.S294bH47 197904a784.54bS1 aSayer, Leo,eperformer.10aHere /cLeo Sayer. 1aBurbank, California :bWarner Bros.,c℗1979. 4c℗1979 a1 audio disc (42 min.) ;c12 in. a004125 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rda aanalogc33 1/3 rpmdmicrogroovedstereo2rda0 aLeo Sayer, vocals ; with assisting musicians. oRecorded atpSunset Sound Studios, Hollywood, Californiaoand atpDavlen Sound Studios, Universal Sound Studios, Universal City, California. aLyrics on inner sleeve.00tThe world has changedg(3:54) --tWhen the money runs outg(3:39) --tThe endg(3:52) --tLost controlg(4:30) --tAn Englishman in the U.S.A.g(4:40) --tWho will the next fool beg(4:15) --tWorkg(3:31) --tOh girlg(3:47) --tGhostsg(4:29) --tTakin' the easy way outg(4:48). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aWorld has changed.02aWhen the money runs out.02aEnd.02aLost control.02aEnglishman in the U.S.A.02aWho will the next fool be?02aWork.02aOh girl.02aGhosts.02aTakin' the easy way out. a92bPUL01646cjm a2200481 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005200109019001200161024001700173028002700190035003600217042001400253045000900267050002700276060002700303082001100330100002500341245003100366260004300397300005900440336003700499337002300536338003100559511007400590518005300664505019900717650002100916650002100937650003600958648002000994740001801014740002301032740002701055740001001082740002601092740001301118740002101131994001201152ocm06416037 OCoLC20230718213016.0sd bsmennmplue230713s1980 caujznn n zxx d a 2023625624 aBGUbengcDLCdBGUdUMKdOCLCFdYNGdTJCdTJCBL a65640291 a07599233791502aBSK 3379bWarner Bros. a(OCoLC)06416037z(OCoLC)6564029 alccopycat ax7x814aMR1366.S263bH53 1980x 4aBSK-3379bWarner Bros.04a785.421 aSanborn, David.4prf10aHideaway /cDavid Sanborn. aBurbank, CA :bWarner Bros.,c℗1980. a1 audio disc (36 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aDavid Sanborn, saxophones, Fender Rhodes, organ ; with jazz ensemble. aRecorded in New York City and White Plains, N.Y.0 aHideaway (5:53) -- Carly's song (5:12) -- Anything you want (3:43) -- The seduction (Love theme) (3:54) -- Lisa (4:28) -- If you would be mine (4:37) -- Creeper (4:35) -- Again and again (5:15). 0aJazzy1971-1980. 6aJazzy1971-1980. 7aJazz.2fast0(OCoLC)fst00982165 7a1971-19802fast02aCarly's song.02aAnything you want.02aSeduction (Love theme)02aLisa.02aIf you would be mine.02aCreeper.02aAgain and again. a92bPUL02545cjm a2200625 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001700159028003500176033005100211035002000262042001400282045000900296050002700305082003500332110004200367245002800409264005300437264001200490300003700502306001100539336003700550337002300587338003100610340001600641344004900657500002700706511020400733518024500937505024601182650002701428650002801455650003101483650002101514650005401535650004201589648002001631740001101651740001801662740001401680740002701694740002601721740002701747740002201774740002201796740002401818740002401842740001701866740002401883994001201907ocm06444789 OCoLC20230718213016.0sd bsmennmplue230712s1980 caurcnn n eng d a 2023625617 aCPGbengerdacDLCdBGUdOCLCFdUMKdEZFdCPG1 a07599233681902aBSK 3368bWarner Bros. Records 0b4364cB9b4364cL8:2N6b4364cG5b4364cL8:2V3 a(OCoLC)06444789 alccopycat ax7x7 4aM1630.18.A42bO53 198004a781.66qOCoLC223/eng/202302162 aAmbrosia (Musical group),eperformer.10aOne eighty /cAmbrosia. 1aBurbank, Calif. :bWarner Bros. Records,c[1980] 4c℗1980 a1 audio disc (40 min.) ;c12 in. a003923 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rda aanalogc33 1/3 rpmdmicrogroovegstereo2rda aTitle from disc label.0 aAmbrosia (David Pack, vocals, guitar ; Joe Puerta, vocals, bass ; Christopher North, David Cutler Lewis, organ, Moog ; Burleigh Drummond, vocals, drums, percussion ; Royce Jones, vocals, percussion). oRecordedpLocation Recording Services, Burbank, CaliforniapMama Jo's, North HollywoodpMonterey Recordings Studio, Glendale, CaliforniapWarner Bros. Recording Studios, North Hollywood, CaliforniapSound City Studios, Van Nuys, California.00tReadyg(4:25) --tShape I'm ing(3:29) --tKamikazeg(4:01) --tYou're the only womang(4:20) --tRock n'a hard placeg(3:59) --tLivin' on my owng(4:41) --tCryin' in the raing(4:37) --tNo big dealg(4:25) --tBiggest part of meg(5:26). 0aRock musicy1971-1980. 0aProgressive rock music. 6aRock (Musique)y1971-1980. 6aRock progressif. 7aProgressive rock music.2fast0(OCoLC)fst01078743 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aReady.02aShape I'm in.02aKamikaze.02aYou're the only woman.02aRock n' a hard place.02aRock and a hard place.02aLivin' on my own.02aLiving on my own.02aCryin' in the rain.02aCrying in the rain.02aNo big deal.02aBiggest part of me. a92bPUL01931cjm a2200577 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002700149033001300176033001300189033001300202033001300215035002000228042001400248045000900262050002800271082003800299110004700337245003800384264004500422264001200467300003700479306001100516336003700527337002300564338003100587340001600618344004900634511001900683518008100702505020800783650002700991650002401018650003101042650002601073650005001099650004201149648002001191740001801211740002501229740001501254740001801269740001401287740001501301740002501316994001201341ocm06509147 OCoLC20230718213016.0sd bsmennmplue230713s1980 caurcnn n eng d a 2023625620 aCXPbengcDLCdBGUdOCLCFdEZFdCXP02aBSK 3372bWarner Bros. b3934cM5 b5834cP3 0b3934cM5 0b5834cP3 a(OCoLC)06509147 alccopycat ax7x7 4aM1630.18.B533bH43 198004a782.42166qOCoLC222/eng/202302162 aBlack Sabbath (Musical group),eperformer.10aHeaven and hell /cBlack Sabbath. 1aBurbank, Calif. :bWarner Bros.,c[1980] 4c℗1980 a1 audio disc (40 min.) ;c12 in. a003930 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rda aanalogc33 1/3 rpmdmicrogroovegstereo2rda0 aBlack Sabbath. oRecorded atpCriteria Recording Studios, Miami, and at Studio Ferber, Paris.00tNeon knightsg(3:49) --tChildren of the seag(5:30) --tLady evilg(4:22) --tHeaven and hellg(6:56) --tWishing wellg(4:02) --tDie youngg(4:41) --tWalk awayg(4:21) --tLonely is the wordg(5:49). 0aRock musicy1971-1980. 0aHeavy metal (Music) 6aRock (Musique)y1971-1980. 6aHeavy metal (Musique) 7aHeavy metal (Music)2fast0(OCoLC)fst00954135 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aNeon knights.02aChildren of the sea.02aLady evil.02aWishing well.02aDie well.02aWalk away.02aLonely is the world. a92bPUL01313cjm a2200361 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002700149035002000176042001400196082001100210110002500221245004000246260004700286300005900333336003700392337002300429338003100452511003600483518003700519505020100556650003000757650003400787650004500821648002000866700003000886700002300916994001200939ocm06527956 OCoLC20230718213016.0sd bsmennmplue230712s1980 caumunn n eng d a 2023625615 aBPLbengcDLCdCPLdBGUdOCLCFdBPL02aBSK 3365bWarner Bros. a(OCoLC)06527956 alccopycat04a784.612 aSeals & Crofts.4prf14aThe longest road /cSeals & Crofts. aBurbank, Calif. :bWarner Bros.,c℗1980. a1 audio disc (43 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aSeals & Crofts ; with ensemble. aRecorded at Dawnbreaker Studios.0 aStars -- Try your love -- First love -- If and any day -- Kite dreams -- Egypt, Israel & America -- The longest road -- I keep changing the faces -- Silver rails -- One planet, one people, please. 0aPopular musicy1971-1980. 6aMusique populairey1971-1980. 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast1 aSeals, James,d1941-4prf1 aCrofts, Dash.4prf a92bPUL01543cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002700149035002000176042001400196045000900210050002200219082001800241100002300259245003300282260004300315300005900358336003700417337002300454338003100477511004400508518010100552500002800653505034700681650003001028650003401058650004501092648002001137994001201157ocm06620435 OCoLC20230718213016.0sd bsmennmplue230713s1979 nyucynn d n eng d a 2023625623 aTCHbengcDLCdBGUdUMKdOCLCFdTCH02aBSK 3377bWarner Bros. a(OCoLC)06620435 alccopycat ax7x7 4aM1630.18.F37bJ8804a784.52qOCoLC1 aFargo, Donna.4prf10aJust for you /cDonna Fargo. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (31 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aDonna Fargo ; with assisting musicians. aRecorded at Woodland Sound Studios, Nashville and A & M Records and Westlake Audio, Los Angeles. aLyrics on inner sleeve.0 aThe Utah song (2:19) -- Walk on by (2:29) -- (I was just) Another mountain for you to climb (3:07) -- Preacher Berry (4:20) -- I don't know what I'd do (2:38) -- Show me that you love me (3:39) -- Daddy (3:16) -- Let's try to fall in love again (3:01) -- I wrote this song just for you (2:17) -- Can't do the lovin' (without the love) (2:58). 0aCountry musicy1971-1980. 6aCountry (Musique)y1971-1980. 7aCountry music.2fast0(OCoLC)fst00881424 7a1971-19802fast a92bPUL01919cjm a2200541 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019001300159024001700172024001500189028002700204035003700231042001400268045000900282047001100291100002600302245004800328260004700376300005900423306001100482336003700493337002300530338003100553511004700584518005000631500004100681505025500722650002700977650002401004650003101028650001801059650005001077650004201127648002001169740002601189740001001215740001901225740002301244740003601267740002001303740002001323740002201343994001201365ocm06808635 OCoLC20230718213016.0sd bsmennmplue230713s1979 caurcnn d n eng d a 2023625622 aIFGbengcDLCdBGUdUMKdIXAdNYPdOCLCFdIFG a592824161 a0759923375191 a759923375102aBSK 3375bWarner Bros. a(OCoLC)06808635z(OCoLC)59282416 alccopycat ax7x7 acyarc1 aCarter, Carlene.4prf10aTwo sides to every woman /cCarlene Carter. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (31 min.) :banalog, 33 1/3 rpm ;c12 in. a003038 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aCarlene Carter ; with assisting musicians. aRecorded at The Power Station, New York City. aLyrics and portraits on inner liner.0 aDo it in a heartbeat (3:27) -- Lies (2:43) -- Swap-meat rag (3:46) -- Gold-hearted lady (3:48) -- Two sides to every woman (3:45) -- It's no wonder (why I love him) (4:17) -- One good lover (3:39) -- Old photographs (3:48) -- Radio sweetheart (3:25). 0aRock musicy1971-1980. 0aCountry rock music. 6aRock (Musique)y1971-1980. 6aCountry-rock. 7aCountry rock music.2fast0(OCoLC)fst00881456 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aDo it in a heartbeat.02aLies.02aSwap-meat rag.02aGold-hearted lady.02aIt's no wonder (why I love him)02aOne good lover.02aOld photograph.02aRadio sweetheart. a92bPUL01629cjm a2200457 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005500109019001300164024001700177028002700194035003700221042001400258043001200272082000800284100002200292245002700314264004900341264001200390300004900402336003700451337002300488338003100511340001900542344001800561344001500579344002300594344001900617500002700636511005100663508007000714505021800784650003001002650003701032650004501069651004501114994001201159ocm06921686 OCoLC20230718213016.0sd bsmennmplue230714s1980 cauppnn n eng d a 2023625627 aCXPbengerdacDLCdEAUdZCUdTPJdUMKdOCLCFdCXP a472357951 a07599233851602aBSK 3385bWarner Bros. a(OCoLC)06921686z(OCoLC)47235795 alccopycat an-us---04a7801 aKhan, Chaka.4prf10aNaughty /cChaka Khan. 1aBurbank, California :bWarner Bros.,c[1980] 4c℗1980 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label.0 aChaka Khan, vocals ; with assisting musicians. aProduced by Arif Mardin; recording and mixing engineer, Lew Hahn.0 aClouds -- Get ready, get set -- Move me no mountain -- Nothing's gonna take you away -- So naughty -- Too much love -- All night's all right -- What you did -- Papillon (aka hot butterfly) -- Our love's in danger. 0aPopular musicy1971-1980. 6aMusique populairezÉtats-Unis. 7aPopular music.2fast0(OCoLC)fst01071422 7aUnited States.2fast0(OCoLC)fst01204155 a92bPUL01786cjm a2200469 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001300149028002700162035003700189042001400226045000900240110002700249245004200276260004700318300005900365336003700424337002300461338003100484511004300515505032000558650003000878650003400908650004500942648002000987710002901007740006901036740001901105740002401124740002301148740003601171740001501207740001801222740002901240740001801269740001701287994001201304ocm07073633 OCoLC20230718213016.0sd bsmennmplue230711s1979 caucynn n eng d a 2023625605 aOCObengcDLCdBGUdUMKdOCLCFdOCO a3673857402aBSK 3347bWarner Bros. a(OCoLC)07073633z(OCoLC)36738574 alccopycat ax7x72 aBellamy Brothers.4prf14aThe two and only /cBellamy Brothers. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (33 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aBellamy Brothers ; Dizzy Rambler Band.0 aIf I said you had a beautiful body would you hold it against me (3:14) -- May you never (2:41) -- Miss misunderstood (3:39) -- Makin' music mama (2:54) -- You ain't just whistlin' Dixie (4:20) -- Lovin' on (3:03) -- Ole Faithful (3:09) -- Why did we die so young (3:12) -- Blue ribbons (4:23) -- Wet T-shirt (2:28). 0aCountry musicy1971-1980. 6aCountry (Musique)y1971-1980. 7aCountry music.2fast0(OCoLC)fst00881424 7a1971-19802fast2 aDizzy Rambler Band.4prf02aIf I said you had a beautiful body would you hold it against me.02aMay you never.02aMiss misunderstood.02aMakin' music mama.02aYou ain't just whistlin' Dixie.02aLovin' on.02aOle Faithful.02aWhy did we die so young.02aBlue ribbons.02aWet T-shirt. a92bPUL01791cjm a2200469 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019001300159024001700172024001500189028002700204035003700231042001400268043001200282047001100294082001600305100002100321245004300342260004300385300005900428336003700487337002300524338003100547500002400578511005800602518006900660500003800729505026900767650003001036650002701066651004401093650003401137650003101171650004501202650004201247648002001289994001201309ocm07771273 OCoLC20230718213016.0sd bsmennmplue230713s1981 caumunn d n eng d a 2023625625 aECUbengcDLCdBGUdUMKdIXAdRBNdOCLCFdECU a309414641 a0759923381101 a759923381102aBSK 3381bWarner Bros. a(OCoLC)07771273z(OCoLC)30941464 alccopycat an-us-tx acyarc04a784.52bC1a1 aClark, Guy.4prf14aThe south coast of Texas /cGuy Clark. aBurbank, CA :bWarner Bros.,c℗1981. a1 audio disc (30 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCountry-rock songs.0 aGuy Clark, vocals, guitar ; with assisting musicians. aRecorded at Magnolia Sound Studios, North Hollywood, California. aLyrics to songs on record sleeve.0 aWho do you think you are (3:26) -- Crystelle (3:05) -- New cut road (3:45) -- Rita Ballou (3:14) -- South Coast of Texas (3:48) -- Heartbroke (2:58) -- The partner nobody chose (3:08) -- She's crazy for leavin' (2:52) -- Calf-rope (2:35) -- Lone Star Hotel (3:24). 0aCountry musicy1981-1990. 0aRock musicy1981-1990. 4aUnited StateszTexasxSound recordings. 6aCountry (Musique)y1981-1990. 6aRock (Musique)y1981-1990. 7aCountry music.2fast0(OCoLC)fst00881424 7aRock music.2fast0(OCoLC)fst01099204 7a1981-19902fast a92bPUL01724cjm a2200481 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169045000900183082000800192100002400200245003600224246008200260260003500342300005500377336003700432337002300469338003100492500008500523511010700608505020400715650001900919650002300938650004500961710003401006740002401040740002001064740002201084740002401106740001401130740001701144740002101161740001401182740001201196740002201208994001201230ocm08617557 OCoLC20230718213016.0sd bmmennmplue230717s1949 iluppnn n eng d a 2023626387 aTLMbengcDLC02aMG-20006bMercury a(OCoLC)08617557 alccopycat ax4x404a7801 aMelis, José.4prf10aPiano stylings /cJosé Melis.1 iContainer title:aJosé Melis interprets the classics the South American way a[Chicago] :bMercury,c[1949?] a1 audio disc :banalog, 33 1/3 rpm, mono ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aTitle on container: José Melis interprets the classics the South American way.0 aFamous musical themes arranged with Latin American rhythms for piano with the Latin American Ensemble.0 aHungarian rhapsody -- Anitra's dance -- Prelude in G minor -- Moonlight sonata -- Hungarian dance #6 -- Waltz #9 -- Liebestraum -- Keyboard kapers -- Stardust -- Cumana -- Pasion orientale -- Minuet. 0aPopular music. 6aMusique populaire. 7aPopular music.2fast0(OCoLC)fst010714222 aLatin American Ensemble.4prf02aHungarian rhapsody.02aAnitra's dance.02aMoonlight sonata.02aHungarian dance #6.02aWaltz #9.02aLiebestraum.02aKeyboard kapers.02aStardust.02aCumana.02aPasion orientale. a92bPUL01420cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002700149035002000176042001400196045000900210082000800219110003600227245004700263260004700310300005900357336003700416337002300453338003100476500001600507511001600523518008200539500002900621505026400650650002700914650003100941650004200972648002001014994001201034ocm09009939 OCoLC20230718213016.0sd bsmennmplue230710s1979 caurcnn n eng d a 2023625599 aGCVbengcDLCdBGUdUMKdOCLCFdGCV02aBSK 3338bWarner Bros. a(OCoLC)09009939 alccopycat ax7x704a7842 aThin Lizzy (Musical group)4prf10aBlack rose :ba rock legend /cThin Lizzy. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (39 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aRock songs.0 aThin Lizzy. aRecorded at Pathé Marconi EMI Studios, Paris and Good Earth Studio, London. aPortrait on inner liner.0 aDo anything you want to (3:50) -- Toughest street in town (3:58) -- S & M (4:02) -- Waiting for an alibi (3:29) -- My Sarah (3:32) -- Got to give it up (4:22) -- Get out of here (3:35) -- With love (4:39) -- Róisín dubh = Black rose- A rock legend (7:03). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL01565cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002700144035002000171042001400191045000900205110003200214245005000246260004700296300006700343336003700410337002300447338003100470511010100501518005200602500002800654505031900682650002701001650003101028650004201059648002001101700002201121700003601143994001201179ocm09028629 OCoLC20230718213016.0sd bsmennmplue230711s1979 caurcnn d n eng d a 2023625601 aSOMbengcDLCdBGUdOCLCFdSOM02aBSK 3343bWarner Bros. a(OCoLC)09028629 alccopycat ax7x72 aSanford/Townsend Band.4prf10aNail me to the wall /cSanford/Townsend Band. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (38 min.) :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aSanford/Townsend Band (Ed Sanford, John Townsend, vocals, keyboards) ; with assisting musicians. aRecorded at Salty Dog Studios, Van Nuys, Calif. aLyrics on inner sleeve.0 aNail me to the wall (4 min., 21 sec.) -- Gopher broke (3 min., 43 sec.) -- Every day (3 min., 4 sec.) -- Shady grove (3 min., 52 sec.) -- Jubilee (4 min., 5 sec.) -- Just another lie (4 min., 38 sec.) -- Just a fool (4 min., 4 sec.) -- Hour of love (5 min., 38 sec.) -- Tell me how love survives (4 min., 24 sec.). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast1 aSanford, Ed.4prf1 aTownsend, John,emusician.4prf a92bPUL01654cjm a2200385 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109019001300144024001700157024001500174028002700189035003700216042001400253045000900267110003900276245001900315260004700334300005900381336003700440337002300477338003100500511001900531518007600550500005100626505045900677650002701136650003101163650004201194648002001236994001201256ocm09317038 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn n eng d a 2023625614 aSOMbengcDLCdBGUdOCLCFdSOM a824664691 a0759923363141 a759923363102aBSK 3363bWarner Bros. a(OCoLC)09317038z(OCoLC)82466469 alccopycat ax7x72 aVapour Trails (Musical group)4prf10aVapour Trails. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (40 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aVapour Trails. aRecorded at Room 335, Hollywood, Calif., and at Matrix Studios, London. aPersonnel listing and portrait on inner liner.0 aDo the bossa nova / McBurnie (3:04) -- Don't worry baby / McBurnie (3:45) -- Night people / McBurnie, McAuliffe (3:30) -- True love / McBurnie (3:44) -- It's all right / McBurnie (3:11) -- Slow dancing / McBurnie (3:19) -- Modern love / McBurnie, Holly (2:51) -- Non merci / McBurnie (3:10) -- Hold on to something good / McBurnie (3:06) -- Strange conversations / Dalby, Jack (3:31) -- Throw down the dice / McBurnie (3:35) -- Falling / McBurnie (2:46). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL02179cjm a2200481 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003700109028002200146035002000168041001800188042001400206045000900220048001500229050002300244100003100267240004700298245006300345260003000408300006100438306006700499336003700566337002300603338003100626490005000657490001600707500020900723500002600932511006400958500010701022500002101129500005401150505025501204650004201459650006801501700003501569700002501604800005601629994001201685ocm09565781 OCoLC20230718213016.0sd bmmennmplue230717s1974 fr snnn i n zxx d a 2023626406 aSNNbengcDLCdOCLCFdGILDSdSNN02a7236--7238bDecca a(OCoLC)095657810 genggfremfre alccopycat av7w0 asa01aka01 4aM223.H39bS66 19741 aHaydn, Joseph,d1732-1809.10aInstrumental music.kSelections;oarranged10aSonates nos. 1 à 8 pour violon et piano /cJoseph Haydn. aFrance :bDecca,c©1974. a3 audio discs (121 min.) :b33 1/3 rpm, stereo ;c12 in. a001350a001448a001033a001125a001531a001032a002200a002220 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier1 aL'oeuvre pour violon / Joseph Haydn ;vv. 3-50 aAristocrate aThe 1st-3rd and 5th-6th works originally for keyboard instrument or keyboard instrument with violin acc.; the 4th, originally for piano, violin and violoncello; the 7th-8th, originally for string quartet. aTitle from container.0 aJacques-Francis Manzone, violin; Bernard Ringeissen, piano. aBooklet with notes in French and English by Marc Vignal ([6] p. : port., facsims.)--laid in container. aManual sequence. aPlayable on either stereo. or monaural equipment.0 aNo. 1 en sol majeur (13:50) -- No. 2 en ré majeur (14:48) -- No. 3 en mi bémol majeur (10:33) -- No. 4 en la majeur (11:25) -- No. 5 en sol majeur (15:31) -- No. 6 en ut majeur (10:32) -- No. 7 en fa majeur (22:00) -- No. 8 en sol majeur (22:20). 0aSonatas (Violin and piano), Arranged. 7aSonatas (Violin and piano), Arranged.2fast0(OCoLC)fst011260271 aManzone, Jacques-Francis.4prf1 aRingeissen, Bernard.1 aHaydn, Joseph,d1732-1809.tViolin music ;vv. 3-5. a92bPUL01781cjm a2200421 a 4500001001300000003000600013005001700019007001500036008004100051010003100092040004000123028002000163035002000183042001400203043001200217047001100229050002200240100002800262245002800290260004300318300006800361306001100429336003700440337002300477338003100500500001900531511004800550505045600598500005501054650003001109650003001139650003401169650003401203650004501237650004501282648002001327994001201347ocm09669069 OCoLC20230718213016.0sd bsmennmplue230710s197u nyucynn n eng d a 2023626373z 70763034  aCGPbengcDLCdMLXdIXAdOCLCFdCGP02aGP 28bColumbia a(OCoLC)09669069 alccopycat an-us--- acyapp 4aM1630.18.P744bW61 aPrice, Ray,d1926-2013.14aThe world of Ray Price. a[New York, N.Y.] :bColumbia,c[197-?] a2 audio discs (58 min.) :banalog, 33 1/3 rpm, stereo ;c12 in. a005728 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCountry songs.0 aRay Price, with vocal and instrumental acc.0 aI love you so much, it hurts -- Pride -- San Antonio Rose -- Make the world go away -- Am I that easy to forget -- Yesterday -- I can't help it (if I'm still in love with you) -- Four walls -- Born to lose -- Spanish eyes -- Release me -- The wild side of life -- Crazy arms -- City lights -- Heartaches by the number -- Don't let the stars get in your eyes -- That's what I get for loving you -- The last letter -- Cold, cold heart -- Lil' Liza Jane. a"20 all-time recordings in a deluxe 2-record set." 0aCountry musicy1971-1980. 0aPopular musicy1971-1980. 6aCountry (Musique)y1971-1980. 6aMusique populairey1971-1980. 7aCountry music.2fast0(OCoLC)fst00881424 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast a92bPUL03046cjm a2200757 a 4500001001300000003000600013005001700019007001500036008004100051010003100092040001800123028002000141028002200161028002200183035002000205042001400225047001500239100003100254245005300285246002500338246002200363260003400385300005800419336003700477337002300514338003100537500007000568511021400638505048600852650002701338650003001365650003001395650003101425650003401456650002201490650004401512650004501556650004201601648002001643700002601663700003401689700002701723740003101750740002301781740003601804740003701840740004501877740002601922740003001948740002901978740001502007740001802022740002202040740001802062740002202080740002502102740001502127740001902142740002502161740001902186740001702205740001602222740001902238740001902257994001202276ocm09864210 OCoLC20230718213016.0sd bmmennmplue230705s1969 nyumunn n eng d a 2023626323z 70761995  aBTSbengcDLC02aGP 18bColumbia00aCS 9919bColumbia00aCS 9924bColumbia a(OCoLC)09864210 alccopycat arcappabl0 aTaj Mahalc(Musician)4prf10aGiant step ;bDe ole folks at home /cTaj Mahal.30aDe ole folks at home30aOle folks at home aNew York :bColumbia,c[1969] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aDisc 1 entitled Giant step; disc 2 entitled De ole folks at home.0 aRock and blues music; Taj Mahal (i.e. Henry S. Fredericks), vocals, harmonica, banjo, guitar ; with (on Giant step) Jesse Edwin Davis, guitar, keyboards ; Gary Gilmore, bass ; Chuck "Brother" Blackwell, drums.0 aAin't gwine whistle Dixie -- Take a giant step -- Give your woman what she wants -- Good morning little school girl -- You're gonna need somebody on your bond -- Six days on the road -- Farther on down the road -- Keep your hands off her -- Bacon fat -- Linin' track -- Country blues #1 -- Wild ox moan -- Light rain blues -- A little soulful tune -- Candy man -- Cluck old hen -- Colored aristocracy -- Blind boy rag -- Stagger Lee -- Cajun tune -- Fishing blues -- Annie's lover. 0aRock musicy1961-1970. 0aPopular musicy1961-1970. 0aBlues (Music)y1961-1970. 6aRock (Musique)y1961-1970. 6aMusique populairey1961-1970. 6aBluesy1961-1970. 7aBlues (Music)2fast0(OCoLC)fst00835056 7aPopular music.2fast0(OCoLC)fst01071422 7aRock music.2fast0(OCoLC)fst01099204 7a1961-19702fast1 aDavis, Jesse Ed.4prf1 aGilmore, Garyc(Bassist)4prf1 aBlackwell, Chuck.4prf0 aAin't gwine whistle Dixie.0 aTake a giant step.0 aGive your woman what she wants.0 aGood morning little school girl.0 aYou're gonna need somebody on your bond.0 aSix days on the road.0 aFarther on down the road.0 aKeep your hands off her.0 aBacon fat.0 aLinin' track.0 aCountry blues #1.0 aWild ox moan.0 aLight rain blues.0 aLittle soulful tune.0 aCandy man.0 aCluck old hen.0 aColored aristocracy.0 aBlind boy rag.0 aStagger Lee.0 aCajun tune.0 aFishing blues.0 aAnnie's lover. a92bPUL02573cim a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002700144028002700171035002000198042001400218245003200232264002800264300005800292336003300350336003700383337002300420338003100443340001900474344001800493344001500511344002300526344001900549500002600568511016300594518004800757500002100805500004600826505060900872650005501481650002101536650006001557648002001617655003001637655001901667655004601686655003001732655001701762655003401779700004401813700002801857700003701885700002701922700004601949994001201995ocm10871354 OCoLC20230718213016.0sd bsmennmplue861119s1964 enknnnn p n eng d ar 67001226  aCNObengerdacDLCdOCLCFdCNO02aZDA 26bArgoq(disc 1)02aZDA 27bArgoq(disc 2) a(OCoLC)10871354 alccopycat00aPoetry and jazz in concert. 1aLondon :bArgo,c[1964] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aspoken wordbspw2rdacontent aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from container.0 aAdrian Mitchell, Dannie Abse, Jeremy Robson, and Laurie Lee reading their poems, in part with jazz-quintet background music, featuring Michael Garrick, piano. aRecorded in Decca's West Hampstead studios. aManual sequence. aIdentical program notes on each slipcase.0 a[V.1] Nostalgia -- now threepence off -- Time and money study -- Veteran with a head wound -- Pals (with jazz) / Adrian Mitchell -- Sunday evening -- Extract from "the abandoned" -- Odd -- Epithalamion -- Victim of Aulis / Dannie Abse. [v.2] Approaching Mount Carmel (with jazz) -- Winter fears -- Biography -- S.O.S. -- While troops moved in -- Letter to Algiers -- The midnight scene (with jazz) -- A face in the crowd (with jazz) / Jeremy Robson -- First love -- Juniper -- Spring: April rise -- Summer: milk maid -- Autumn: days of these days -- Stork in Jerez -- Apples -- The long war / Laurie Lee. 0aEnglish poetryy20th centuryvReadings with music. 0aJazzy1961-1970. 6aPoésie anglaisey20e sièclevLectures avec musique. 7a1900-19992fast 7aMonologues (Music)2lcgft 7aPoetry.2lcgft 7aPoetry readings (Sound recordings)2lcgft 7aLiterary readings.2lcgft 7aJazz.2lcgft 7aLive sound recordings.2lcgft1 aMitchell, Adrian,d1932-2008,espeaker.1 aAbse, Dannie,espeaker.1 aRobson, Jeremy,d1939-espeaker.1 aLee, Laurie,espeaker.1 aGarrick, Michael,d1933-2011,eperformer. a92bPUL02512cjm a2200661 4500001001300000003000600013005001700019007001500036008004100051010001700092040005900109019002300168028002000191035005400211041000800265042001400273045000900287047001100296048000700307050002200314082002500336100003300361240002300394245004100417260001700458300002000475336003700495337002300532344001900555511007000574500003100644505025100675650002200926650003200948650002400980650004801004650002701052650003201079650002401111650006501135650007401200650005001274650004801324650005801372655002201430655002701452655002701479655004801506655004801554655004601602655002701648655002901675655002901704655003601733700002401769710004501793994001201838ocm10874666 OCoLC20230718213016.0sd bmmennmplue230717s196u xx munn n zxx d a 2023626378 aCNObengcDLCdBNGdIXAdOCLCFdILPMLdGILDSdCOMdCNO a13839004a7966153300aSRW 18060bWing a(OCoLC)10874666z(OCoLC)13839004z(OCoLC)796615330 geng alccopycat ax0x6 amrafm aoa 4aM1060.G73bW6 F4604aLPb784.2, GRA, 28351 aGrainger, Percy,d1882-1961.10aWorks.kSelections10aCountry gardens and other favorites. bWingc[196-] a2 sidesc12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia gstereo2rdacpc0 aEastman-Rochester "Pops" Orchestra; Frederick Fennell, conductor. aProgram notes on slipcase.0 aCountry gardens. -- Shepherd's hey. -- Colonial song. -- Children's march. -- The immovable do. -- Mock Morris. -- Handel in the Strand. -- Irish tune from County Derry. -- Spoon River. -- My robin is to the greenwood gone. -- Molly on the shore. 0aOrchestral music. 0aOrchestral music, Arranged. 0aMarches (Orchestra) 0aFolk songs, EnglishvInstrumental settings. 6aOrchestre, Musique d'. 6aOrchestre, Musique d', arr. 6aMarches (Orchestre) 6aChansons folkloriques anglaisesvArrangements instrumentaux. 7aFolk songs, EnglishxInstrumental settings.2fast0(OCoLC)fst01905701 7aMarches (Orchestra)2fast0(OCoLC)fst01009060 7aOrchestral music.2fast0(OCoLC)fst01047289 7aOrchestral music, Arranged.2fast0(OCoLC)fst01047300 0aOrchestral music. 4aInstrumental settings. 7asound recordings.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aOrchestral music.2fast0(OCoLC)fst01726690 7aMarches (Music)2fast0(OCoLC)fst01726665 7aMarches (Music)2lcgft 7aSound recordings.2lcgft 7aMarches (Musique)2rvmgf 7aEnregistrements sonores.2rvmgf1 aFennell, Frederick.2 aEastman-Rochester "Pops" Orchestra.4prf a92bPUL02662cjm a2200649 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109028002200154035002000176042001400196050002200210100003200232245003100264246005000295246006900345264003400414300002700448336003700475337002300512338003100535344001800566344001500584344001700599500006700616500008900683500005100772511008900823500003600912505036700948650003001315650003401345650004501379648002001424655005701444700002301501700002401524700002301548700004101571740003201612740001801644740003501662740005101697740003001748740002301778740003401801740002401835740002501859740003601884740002401920740004001944740001601984994001202000ocm12826323 OCoLC20230718213016.0sd bmmennmplue230717s1950 iluppnn n eng d a 2023626393 aCSObengcDLCdBGUdOCLCFdFQGdFGMdCSO02aMG 20035bMercury a(OCoLC)12826323 alccopycat 4aM1630.18.T824bM91 aTucker, Sophie,d1884-1966.10aMy dream /cSophie Tucker.3 aHer latest and greatest spicy and saucy songs3 aSophie Tucker and her best known material written by Jack Yellen 1a[Chicago] :bMercury,c[1950] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aTitle on container: Her latest and greatest spicy saucy songs. aTitle on side two of disc: Sophie Tucker and her best known material by Jack Yellen. aMy dream, produced and written by Jack Yellen.0 aSophie Tucker ; Ted Shapiro, piano ; Harry Geller Orchestra ; Mason Adams, narrator. aDescriptive notes on container.0 aIn the good old summertime -- The grizzly bear -- Waiting for the Robert E. Lee -- What do you want to make those eyes at me for -- Darktown strutter's ball -- My yiddishe Momme -- If he's good enough to fight -- Some of these days -- Make him say please -- I'm living alone and I like it -- Horse playingpapa -- Never let the same dog, bite twice -- Mr. Siegel. 0aPopular musicy1941-1950. 6aMusique populairey1941-1950. 7aPopular music.2fast0(OCoLC)fst01071422 7a1941-19502fast 4aLarry Taylor-Billy Matthews Musical Theater Archive.1 aShapiro, Ted.4prf1 aGeller, Harry.4prf1 aAdams, Mason.4prf12aYellen, Jack,d1892-1991.tMy dream.02aIn the good old summertime.02aGrizzly bear.02aWaiting for the Robert E. Lee.02aWhat do you want to make those eyes at me for.02aDarktown strutter's ball.02aMy yiddishe Momme.02aIf he's good enough to fight.02aSome of these days.02aMake him say please.02aI'm living alone and I like it.02aHorse playing papa.02aNever let the same dog, bite twice.02aMr. Siegel. a92bPUL02400cjm a2200589 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169043001200183100003700195245005100232260003500283300002700318336003700345337002300382338003100405344001800436344001500454511017700469500002800646500003000674500009900704505036500803650003401168650003701202650004501239651004501284700002301329700003801352700002201390700003701412700002201449700002401471740001601495740002301511740002401534740001501558740002501573740002401598740002501622740003401647740002101681740005201702740004401754994001201798ocm12826327 OCoLC20230718213016.0sd bmmennmplue230717s1954 iluppnn n eng d a 2023626397 aCSObengcDLC02aMG 20049bMercury a(OCoLC)12826327 alccopycat an-us---1 aTucker, Sophie,d1884-1966.4prf10aSophie Tucker golden jubilee /cSophie Tucker. a[Chicago] :bMercury,c©1954. a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm0 aSongs in tribute to Sophie Tucker (side one) (various artists); popular songs; Sophie Tucker (side two) ; Ted Shapiro, piano ; Richard Hayman Orchestra (sides one and two). aGolden jubilee edition. aNumbered limited edition. a"The Sophie Tucker story" (16 p. : ill.)--attached, with autographed card by Tucker, inserted.0 aHi-ya Soph (Chorus) -- My Yiddishe Momme (Patti Page) -- Some of these days (Georgia Gibbs) -- Who cares (Vic Damone) -- Hard hearted Hannah (Rusty Draper) -- Fifty golden years (Sophie Tucker) -- It's never too late -- Vitamins, hormones and pills -- Inhibition Papa -- There's no business like that certain business -- Sophie Tucker school for red hot mamas. 0aPopular musiczUnited States. 6aMusique populairezÉtats-Unis. 7aPopular music.2fast0(OCoLC)fst01071422 7aUnited States.2fast0(OCoLC)fst012041551 aShapiro, Ted.4prf1 aHayman, Richard,d1920-2014.4prf1 aPage, Patti.4prf1 aGibbs, Georgia,d1919-2006.4prf1 aDamone, Vic.4prf1 aDraper, Rusty.4prf02aHi-ya Soph.02aMy Yiddishe Momme.02aSome of these days.02aWho cares.02aHard hearted Hannah.02aFifty golden years.02aIt's never too late.02aVitamins, hormones and pills.02aInhibition Papa.02aThere's no business like that certain business.02aSophie Tucker school for red hot mamas. a92bPUL01575cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109028002200139035002000161042001400181045000900195050002100204100002500225245004100250260003400291300002700325336003700352337002300389338003100412344001800443344001500461344001700476511008000493518004000573500003200613505015100645650001000796650001900806650003600825710002900861740001800890740001900908740001700927740002100944740001400965740002200979740002301001740001801024740001501042994001201057ocm12851239 OCoLC20230718213016.0sd bmmennmplue230717s1954 ilujznn h n zxx d a 2023626400 aBGUbengcDLCdOCLCFdBGU02aMG-20055bMercury a(OCoLC)12851239 alccopycat ax3x5 4aM1366b.G37 19541 aGarner, Erroll.4prf10aMambo moves Garner /cErroll Garner. a[Chicago] :bMercury,c[1954] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc0 aJazz trios with conga, featuring Garner, piano with the Erroll Garner Trio. aRecorded in Chicago, July 27, 1954. aProgram notes on container.0 aMambo Garner -- Night and day -- Mambo blues -- Old black magic -- Cherokee -- Russian lullabye -- Begin the beguine -- Mambo nights -- Sweet Sue. 0aJazz. 0aMambos (Music) 7aJazz.2fast0(OCoLC)fst009821652 aErroll Garner Trio.4prf02aMambo Garner.02aNight and day.02aMambo blues.02aOld black magic.02aCherokee.02aRussian lullabye.02aBegin the beguine.02aMambo nights.02aSweet Sue. a92bPUL01703cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169045000900183100002400192245003600216260003400252300002700286336003700313337002300350338003100373344001800404344001500422344001700437500002700454500003200481505026900513650002700782650003600809650005300845740001600898740001900914740002400933740001700957740003400974740002001008740002401028740001801052740002901070740003501099740002201134740002901156994001201185ocm12851253 OCoLC20230718213016.0sd bmmennmplue230717s1954 iluppnn h n eng d a 2023626402 aBGUbengcDLC02aMG 20062bMercury a(OCoLC)12851253 alccopycat ax2x51 aMorrow, Buddy.4prf10aShall we dance /cBuddy Morrow. a[Chicago] :bMercury,c[1954] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aDance-orchestra music. aProgram notes on container.0 aIntermezzo -- Body and soul -- My melancholy baby -- Let's do it -- Something to remember you by -- September song -- The touch of your lips -- Blue prelude -- We'll be together again -- I found a million dollar baby -- That old feeling -- Too marvelous for words. 0aDance orchestra music. 6aOrchestre de danse, Musique d'. 7aDance orchestra music.2fast0(OCoLC)fst0088755302aIntermezzo.02aBody and soul.02aMy melancholy baby.02aLet's do it.02aSomething to remember you by.02aSeptember song.02aTouch of your lips.02aBlue prelude.02aWe'll be together again.02aI found a million dollar baby.02aThat old feeling.02aToo marvelous for words. a92bPUL01597cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169043001200183045000900195245002500204260003500229300002700264336003700291337002300328338003100351344001800382344001500400344001700415500005400432505022100486650002500707650002900732650004500761651003600806740002300842740001300865740001800878740002300896740002100919740001300940740001600953740002300969740001400992740002801006740001701034740002801051994001201079ocm12855585 OCoLC20230718213016.0sd bmmennmplue230717s1955 iluppnn n spa d a 2023626395 aBGUbengcDLC02aMG-20042bMercury a(OCoLC)12855585 alccopycat anwcu--- ax2x500aDancetime in Havana. a[Chicago] :bMercury,c[1955?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aPopular Cuban music performed by various artists.0 aPriquitin pin pon -- Vacilon -- Que jelengue -- Ahi viene la jara -- Fuera la careta -- El alacran -- Cepillando -- La muchacha del Peru -- Pugilato -- Ahi viene el verdulero -- Machuquillo -- Manteca pa' macantalla. 0aPopular musiczCuba. 6aMusique populairezCuba. 7aPopular music.2fast0(OCoLC)fst01071422 7aCuba.2fast0(OCoLC)fst0120580502aPriquitin pin pon.02aVacilon.02aQue jelengue.02aAhi viene la jara.02aFuera la careta.02aAlacran.02aCepillando.02aMuchacha del Peru.02aPugilato.02aAhi viene el verdulero.02aMachuquillo.02aManteca pa' macantalla. a92bPUL02906cjm a2200673 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169045000900183100003700192245005100229260003400280300002700314336003700341337002300378338003100401344001800432344001500450344001700465511006800482500004900550505035700599650003200956650003200988650002801020650003201048650005801080650005801138700008001196700006801276700007001344700007301414700008701487700008701574700005601661700008301717700006101800700006901861710003901930740002101969740002801990740001802018740002102036740001602057740002002073740003802093740001502131740001202146740003102158740001602189740001502205994001202220ocm13299738 OCoLC20230718213016.0sd bmmennmplue230717s1949 iluopnn fh n zxx d a 2023626385 aBGUbengcDLC02aMG 20003bMercury a(OCoLC)13299738 alccopycat aw0x41 aNewman, Alfred,d1901-1970.4prf10aOperatic and music favorites /cAlfred Newman. a[Chicago] :bMercury,c[1949] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc0 aPrimarily selections from operas; Hollywood Symphony Orchestra. aProgram and biographical notes on container.0 aVesti la guibba / Leoncavallo -- Quartet from Rigoletto / Verdi -- Celeste Aida /Verdi -- Musetta's valse / Puccini -- Barcarolle from Tales of Hoffman / Offenbach -- Un bel di vedremo / Puccini -- Drink to me only with thine eyes -- Beau soir / Debussy -- Elegie / Massenet -- None but the lonely heart -- Intermezzo / Prevost -- Ave Maria / Schubert. 0aOperasvExcerpts, Arranged. 0aOrchestral music, Arranged. 6aOpérasvExtraits arr. 6aOrchestre, Musique d', arr. 7aOperasxExcerpts, Arranged.2fast0(OCoLC)fst01046207 7aOrchestral music, Arranged.2fast0(OCoLC)fst0104730012aLeoncavallo, Ruggiero,d1858-1919.tPagliacci.pVesti la giubba;oarranged.12aVerdi, Giuseppe,d1813-1901.tRigoletto.pQuartetto;oarranged.12aVerdi, Giuseppe,d1813-1901.tAïda.pCeleste Aïda;oarranged.12aPuccini, Giacomo,d1858-1924.tBohème.pQuando me'n vo;oarranged.12aOffenbach, Jacques,d1819-1880.tContes d'Hoffmann.pBelle nuit, ô nuit d'amour.12aPuccini, Giacomo,d1858-1924.tMadama Butterfly.pUn bel dì, vedremo;oarranged.12aDebussy, Claude,d1862-1918.tBeau soir;oarranged.12aMassenet, Jules,d1842-1912.tElegies,mmedium voice, cello, piano;oarranged.12aPrévost, André,d1934-2001.tIntermezzo,morchestra.12aSchubert, Franz,d1797-1828.tEllens Gesang,nD. 839;oarranged.2 aHollywood Symphony Orchestra.4prf02aVesti la giubba.02aQuartet from Rigoletto.02aCeleste Aida.02aMusetta's valse.02aBarcarolle.02aBel di vedremo.02aDrink to me only with thine eyes.02aBeau soir.02aElegie.02aNone but the lonely heart.02aIntermezzo.02aAve Maria. a92bPUL02032cjm a2200553 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169045000900183100003800192245004700230260003400277300002700311336003700338337002300375338003100398344001800429344001500447344001700462500004900479500004900528505027800577650004600855650004300901650003600944650004800980650007201028650005801100648002001158740003301178740001701211740001501228740003201243740002301275740002101298740002701319740003101346740002701377740001901404740002601423740001701449994001201466ocm13324415 OCoLC20230718213016.0sd bmmennmplue230717s1954 ilumpnn fh n zxx d a 2023626401 aBGUbengcDLC02aMG 20061bMercury a(OCoLC)13324415 alccopycat ax3x51 aShaindlin, Jack,d1909-1978.4prf10aAcademy Award favorites /cJack Shaindlin. a[Chicago] :bMercury,c[1954] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aMotion-picture music arranged for orchestra. aProgram and biographical notes on container.0 aThree coins in the fountain -- Secret love -- Mona Lisa -- It might as well be spring -- You'll never know -- White Christmas -- The last time I saw Paris -- When you wish upon a star -- Thanks for the memory -- Sweet Leilani -- The way you look tonight -- The continental. 0aMotion picture musicvExcerpts, Arranged. 0aPopular instrumental musicy1951-1960. 6aFilm, Musique devExtraits arr. 6aMusique instrumentale populairey1951-1960. 7aMotion picture musicxExcerpts, Arranged.2fast0(OCoLC)fst01426019 7aPopular instrumental music.2fast0(OCoLC)fst01071403 7a1951-19602fast02aThree coins in the fountain.02aSecret love.02aMona Lisa.02aIt might as well be spring.02aYou'll never know.02aWhite Christmas.02aLast time I saw Paris.02aWhen you wish upon a star.02aThanks for the memory.02aSweet Leilani.02aWay you look tonight.02aContinental. a92bPUL01394cam a22003851a 4500001001300000003000600013005001700019008004100036010001700077040004700094035002000141042001200161050001500173051003900188082001700227100003500244245010400279260006000383300003900443336002600482337002800508338002700536500004800563510002800611500003600639650004800675650002100723650004000744655003700784700005300821710005900874752001900933938004400952994001200996ocm13476131 OCoLC20230718213016.0860106s1713 fr 000 0 fre  a 31025096  aDLCbengcDLCdGZMdSTFdKRTASdOCLCFdRBN a(OCoLC)13476131 apremarc00aHQ731b.B6 aHQ731b.B6 Copy 2cToinet no. 123104a173.3qOCoLC1 aBordelon, Laurent,d1653-1730.13aLe supplement de tasse rouzi friou titave. :bAux femmes. Ou aux maris, pour donner a leurs femmes. aA Paris, :bChez Pierre Prault ...,cM.DCCXIII. [1713]. axxix, [3], 338 p. ;c16 cm. (12mo) atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTitle page in red and black, with vignette.4 aBN,cv. 16, column 242. a"Fautes à corriger": p. xxix. 0aMarriagexAnecdotes, facetiae, satire, etc. 6aMariagevHumour. 7aMarriage.2fast0(OCoLC)fst01010443 7aHumor.2fast0(OCoLC)fst014236961 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC aFrancedParis. aKirtas Technologies, Inc.bKRTSn415994 a92bPUL01761cjm a2200517 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109028002000159035002000179042001400199050001400213082001100227100004000238240002500278245009400303246002300397260003200420300003700452306001100489336003700500337002300537338003100560344001800591344001500609344001900624382002700643490002800670511010600698500006400804650002300868650002300891650004900914655003800963655001901001655002801020700003101048700002301079700003001102700005601132710004301188994001201231ocm13522326 OCoLC20230718213016.0sd bsmennmplue230717s196u iluuunn i n zxx d a 2023626382 aIUObengcDLCdBGUdOCLCFdRESdORUdPULdIUO02aSRW 18092bWing a(OCoLC)13522326 alccopycat 4aM1625.S2504a785.321 aSaint-Saëns, Camille,d1835-1921.10aCarnaval des animaux14aThe carnival of the animals /cCamille Saint-Saens. Peter and the wolf / Serge Prokofiev.3 aPeter and the wolf a[Chicago] :bWing,c[196-?] a1 audio disc (62 min.) ;c12 in. a010200 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc01aorchestrae1t12lcmpt0 aEvening musicale series0 aOrchestre des Concerts Lamoureux ; Jesus Etcheverry, conductor ; Mireille and Jean Nohain, narrators. aDescriptive notes translated by Brett Lindsey on container. 0aSuites (Orchestra) 6aSuites (Orchestre) 7aSuites (Orchestra)2fast0(OCoLC)fst01137923 7aSuites.2fast0(OCoLC)fst01726502 7aSuites.2lcgft 7aSuites (Musique)2rvmgf0 aMireille,d1906-1990.4prf1 aNohain, Jean.4prf1 aEtcheverry, Jésus.4prf1 aProkofiev, Sergey,d1891-1953.tPeti︠a︡ i volk.2 aOrchestre des concerts Lamoureux.4prf a92bPUL01956cjm a2200457 a 4500001001300000003000600013005001700019007001500036008004100051010003100092040001800123028002200141035002000163042001400183100003700197245005900234260003400293300002700327336003700354337002300391338003100414344001800445344001500463344001700478500002500495511007400520505046100594650004601055650003401101650003601135650007201171650006001243740003001303740002801333740003001361740002701391740001501418740002301433740003001456994001201486ocm16127779 OCoLC20230718213016.0sd bmmennmplue800801s1949 ilumcnn n zxx d a 2023626386z 99570599  aBGUbengcDLC02aMG-20005bMercury a(OCoLC)16127779 alccopycat1 aNewman, Alfred,d1901-1970.4prf10aCaptain from Castile /cAlfred Newman & his orchestra. a[Chicago] :bMercury,c[1949] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aTitle from side one.0 aMusic from the film and from various musicals arranged for orchestra.0 aCaptain from Castile. Prelude ; Pedro de Vargas, captain from Castile -- Catana, the young peasant girl -- Lady Luisa ; Juan the adventurer ; Wonders of the new world -- Magic ring ; Fears of persecution ; Compassionate priest -- Fulfillment in the New World (Catana's love) -- Conquest -- Musical comedy favorites. They didn't believe me -- I only have eyes for you -- Long ago and far away -- A foggy day -- Lovely to look at -- Someone to watch over me. 0aMotion picture musicvExcerpts, Arranged. 0aMusicalsvExcerpts, Arranged. 6aFilm, Musique devExtraits arr. 7aMotion picture musicxExcerpts, Arranged.2fast0(OCoLC)fst01426019 7aMusicalsxExcerpts, Arranged.2fast0(OCoLC)fst0142604602aMusical comedy favorites.02aThey didn't believe me.02aI only have eyes for you.02aLong ago and far away.02aFoggy day.02aLovely to look at.02aSomeone to watch over me. a92bPUL01183cjm a2200397 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003200127035002000159042001400179082001900193100003200212245003300244260004000277300002800317336003700345337002300382338003100405344001800436344001500454344001900469511006100488500002100549500002800570500004500598650001300643650001300656650003900669700002400708710004100732994001200773ocm16893764 OCoLC20230718213016.0sd bsmennmplue230717s196u ilubtnn n zxx d a 2023626384 aALMbengcDLC02aSRW2-19500bWingq(Mercury) a(OCoLC)16893764 alccopycat14a782.72bD37₃1 aDelibes, Léo,d1836-1891.10aCoppélia /cLéo Delibes. aChicago :bWing (Mercury),c[196-?] a2 audio discs ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aMinneapolis Symphony Orchestra; Antal Dorati, conductor. aManual sequence. aDurations on container. aProgram notes and synopsis on container. 0aBallets. 6aBallets. 7aBallets.2fast0(OCoLC)fst008260661 aDorati, Antal.4cnd2 aMinneapolis Symphony Orchestra.4prf a92bPUL01547cam a22003611 4500001001300000003000600013005001700019008004100036010001700077040003000094035002000124043001200144050001700156051003400173245018400207260005300391300003400444336002600478337002800504490003700532500004600569500014800615500006500763651003300828651004300861650004700904650002000951650005200971651003801023700005301061710005901114994001201173ocm17751702 OCoLC20230718213016.0920402s1703 fr 000 0 fre  a 31032603  aDLCbengcDLCdOCLCFdMNU a(OCoLC)17751702 ae-fr---00aDC130.A2bN6 aDC130.A2bN6cToinet no. 120600aNouveaux caractéres de la famille roïale, des ministres d'Etat et des principales personnes de la cour de France.bAvec une supputation éxacte des revenus de cette couronne. aA Ville Franche,bChez Paul Pinceau.cM.DCC.III. a9 p.l., 140 p.c16 cm. (12mo) atextbtxt2rdacontent aunmediatedbn2rdamedia0 aFrench history pamphlets. 1703:1 aFictitious imprint; printed at the Hague? aPublished also under titles "Nouveaux portraits et caractères de la famille royale" and "Caratères de la famille royale, des ministres ..." a"Ex bibliotheca R. Toinet" with his manuscript not inserted. 0aFrancexCourt and courtiers. 0aFrancexHistoryyLouis XIV, 1643-1715. 0aFinance, PubliczFrancexHistoryyTo 1789. 0aBudgetzFrance. 7aCourts and courtiers.2fast0(OCoLC)fst00881829 7aFrance.2fast0(OCoLC)fst012042891 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL04312cjm a2200949 a 4500001001300000003000600013005001700019007001500036008004100051010003100092040006000123016002500183019003000208028004000238033002300278035006800301041001300369042001400382043001200396047001100408050002700419082001100446084001800457084001600475100003800491245004000529246003700569260003600606300003900642306001100681336003700692337002300729338003100752344001800783344001500801344001700816490003000833511008200863518002400945500004900969500014501018505060301163505054801766650001702314650003002331650003002361650002102391650002102412650003402433650003402467650002102501650002102522650003602543650004302579650004502622648002002667740003002687740002402717740002102741740004402762740002002806740001602826740001802842740001802860740002602878740002502904740002502929740004002954740002402994740002003018740002203038740002803060740002303088740002703111740003903138740003403177740002503211740005803236740002503294830003103319994001203350ocm18200386 OCoLC20230718213016.0sd bmmennmplue230705p19621933nyumunn f n eng d a 2023626322zr 62000395  aTEUbengcDLCdCPLdUIUdBGUdCGUdCGPdOCLCFdNLCdTEU a(AMICUS)000020173852 a593382a7632215a8417090402aC3L-21 (CL 1758--CL 1760)bColumbia2 a1933----a1941---- a(OCoLC)18200386z(OCoLC)593382z(OCoLC)7632215z(OCoLC)841709040 denggeng alccopycat an-us--- appajz 4aM1630.18.H61bG64 196204a781.65 acci1icc2lacc acoll92lacc1 aHoliday, Billie,d1915-1959.4prf14aThe golden years /cBillie Holiday.3 aBillie Holiday, the golden years a[New York] :bColumbia,c[1962] a3 audio discs (138 min.) ;c12 in. a021800 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc1 aThesaurus of classic jazz0 aBillie Holiday, vocals; accompanied by various orchestras and jazz ensembles. aRecorded 1933-1941. aLC copy 1: White House Collection copy.5DLC aBiographical notes on Billie Holiday by John Hammond and Ralph J. Gleason ([20] p. : ports.)--laid in container; includes personnel listing.0 aYour mother's son-in-law -- Riffin' the scotch -- Them there eyes -- These foolish things (remind me of you) -- Did I remember? -- No regrets -- A fine romance -- Easy to love -- The way you look tonight -- Pennies from heaven -- That's life I guess -- I can't give you anything but love -- This year's kisses -- Why was I born? -- The mood that I'm in -- I'll never be the same -- Without your love -- Swing! brother, swing! -- They can't take that away from me -- Getting some fun out of life -- Trav'lin' all alone -- When you're smiling (the whole world smiles with you) -- If dreams come true.0 a(Cont.): I can't get started -- Back in your own back yard -- On the sentimental side -- When a woman loves a man -- You go to my head -- The very thought of you -- That's all I ask of you -- Dream of life -- Long gone blues -- Some other spring -- The man I love -- Ghost of yesterday -- Body and soul -- I'm pulling through -- Tell me more -- Laughing at life -- Time on my hands -- Georgia on my mind -- Romance in the dark -- All of me -- God bless the child -- Am I blue? -- I cover the waterfront -- Love me or leave me -- Gloomy Sunday. 0aJazz vocals. 0aPopular musicy1931-1940. 0aPopular musicy1941-1950. 0aJazzy1931-1940. 0aJazzy1941-1950. 6aMusique populairey1931-1940. 6aMusique populairey1941-1950. 6aJazzy1931-1940. 6aJazzy1941-1950. 7aJazz.2fast0(OCoLC)fst00982165 7aJazz vocals.2fast0(OCoLC)fst00982216 7aPopular music.2fast0(OCoLC)fst01071422 7a1931-19502fast02aYour mother's son-in-law.02aRiffin' the scotch.02aThem there eyes.02aThese foolish things (remind me of you)02aDid I remember?02aNo regrets.02aFine romance.02aEasy to love.02aWay you look tonight.02aPennies from heaven.02aThat's life I guess.02aI can't give you anything but love.02aThis year's kisses.02aWhy was I born?02aMood that I'm in.02aI'll never be the same.02aWithout your love.02aSwing! brother, swing!02aThey can't take that away from me.02aGetting some fun out of life.02aTrav'lin' all alone.02aWhen you're smiling (the whole world smiles with you)02aIf dreams come true. 0aThesaurus of classic jazz. a92bPUL01288cjm a2200421 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002800127035002000155041000800175042001400183048000700197082003800204100003500242240004500277245004200322260004600364300003700410306001100447336003700458337002300495338003100518344001800549344001500567344001900582500005300601511006100654650001600715650001600731650004200747700002400789710004100813994001200854ocm18310750 OCoLC20230718213016.0sd bsmennmplue230717s197u ilusynn i n zxx d a 2023626380 aFEAbengcDLC02aSRW 18081bMercury Wing a(OCoLC)183107500 geng alccopycat aoa04a784.2/184qOCoLC223/eng/202302161 aProkofiev, Sergey,d1891-1953.10aSymphonies,nno. 5, op. 100,rB♭ major10aSymphony no. 5, op. 100 /cProkofiev. a[Chicago, Ill.] :bMercury Wing,c[197-?] a1 audio disc (39 min.) ;c12 in. a003909 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc aProgram notes by William C. Holmes on container.0 aMinneapolis Symphony Orchestra; Antal Dorati, conductor. 0aSymphonies. 6aSymphonies. 7aSymphonies.2fast0(OCoLC)fst011408731 aDorati, Antal.4cnd2 aMinneapolis Symphony Orchestra.4prf a92bPUL03424cjm a2200781 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109028002800154035002000182041000800202042001400210082001500224100005300239240003300292245002800325246003900353264005100392300002700443336003700470337002300507338003100530340001800561344001800579344001500597344001900612382002400631490002800655500002700683511012500710500003200835505024500867650001301112650002201125650002301147650001201170650002701182650002301209650004901232650004801281650003901329655001901368655004601387655004001433655004601473655002701519655002701546655002101573655002801594655003001622655002101652700003101673700010301704700009201807700010901899700011102008700011602119700009502235700012102330710005402451710005002505710004602555830002902601994001202630ocm18511420 OCoLC20230718213016.0sd bsmennmplue230717s196u iluwznn i n zxx d a 2023626383 aAZSbengerdacDLCdIXAdOCLCFdMNUdAZS02aSRW 18093bMercury Wing a(OCoLC)185114200 geng alccopycat04a785qOCoLC1 aTchaikovsky, Peter Ilich,d1840-1893,ecomposer.10aOrchestra music.kSelections10aWaltzes /cTchaikovsky.1 iTitle on container:aEight waltzes 1a[Chicago, Illinois?] :bMercury Wing,c[196-?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinylb12 in. aanalog2rdatr c33 1/3 rpm gstereo2rdacpc01aorchestrae12lcmpt1 aEvening musicale series aTitle from disc label.0 aAntal Dorati, conductor ; variously: London Symphony Orchestra, Philharmonica Hungarica, Minneapolis Symphony Orchestra. aProgram notes on container.0 aNutcracker. Waltz of the flowers -- Eugen Onegin. Waltz -- Serenade for strings. Waltz -- Nutcracker. Waltz of the snowflakes -- Symphony no. 5. Waltz -- Sleeping beauty. Waltz -- Swan Lake. Waltz from Act II -- Swan Lake. Waltz from Act I. 0aWaltzes. 0aOrchestral music. 0aBalletsvExcerpts. 6aValses. 6aOrchestre, Musique d'. 6aBalletsvExtraits. 7aBalletsxExcerpts.2fast0(OCoLC)fst00826069 7aOrchestral music.2fast0(OCoLC)fst01047289 7aWaltzes.2fast0(OCoLC)fst01170245 7aexcerpts.2aat 7aBallets (Music)2fast0(OCoLC)fst01920016 7aExcerpts.2fast0(OCoLC)fst01692837 7aWaltzes (Music)2fast0(OCoLC)fst01920415 7aWaltzes (Music)2lcgft 7aBallets (Music)2lcgft 7aExcerpts.2lcgft 7aValses (Musique)2rvmgf 7aMusique de ballet.2rvmgf 7aExtraits.2rvmgf1 aDorati, Antal,econductor.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tShchelkunchik.pValʹs t︠s︡vetov.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tEvgeniĭ Onegin.pValʹs.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tShchelkunchik.pValʹs snezhnykh khlopʹev.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tSymphonies,nno. 5, op. 64,rE minor.pValse.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tSpi︠a︡shchai︠a︡ krasavit︠s︡a.pValʹs.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tLebedinoe ozero.kSelections.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tSerenade,mstring orchestra,nop. 48,rC major.pValse.2 aMinneapolis Symphony Orchestra,einstrumentalist.2 aLondon Symphony Orchestra.,einstrumentalist.2 aPhilharmonia Hungarica,einstrumentalist. 0aEvening musicale series. a92bPUL03171cjm a2200757 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006200109019008700171024004800258028003900306028004000345028004000385033002300425033002300448035015300471041001300624042001400637048000700651048001900658050002400677082001100701100004400712240003300756245006800789264004800857264002200905300003000927336003700957337002300994338003101017344001901048344001901067344001201086344001901098347002201117347001301139382003401152382005501186500002701241511013701268518008201405518008501487500009701572500009001669650001601759650004201775650001601817650004201833655003801875655004201913655002301955655001901978655002301997655002802020700004702048700003702095700003402132700009302166700008702259710005502346994001202401ocm18782579 OCoLC20230718213016.0sd fsngnnmmnee150512p19861965sw synn ei n zxx d a 2015621609 aGAPbengerdacDLCdIXAdDLCdTJCdOCLCFdXFFdTJCBLdGAP a1002008802a1015718175a1029664426a1029712992a1080174232a1084834435a10898430401 a723721270421q(UPC on sticker on container)02aSCD 1006bSwedish Society Discofil00aSLT 33179bSwedish Society Discofil00aSLT 33167bSwedish Society Discofil10a19671005a1967100700a19650508b6954cS7 a(OCoLC)18782579z(OCoLC)1002008802z(OCoLC)1015718175z(OCoLC)1029664426z(OCoLC)1029712992z(OCoLC)1080174232z(OCoLC)1084834435z(OCoLC)10898430400 genggswe alccopycat aoa bsa01bsb01aoa 4aM1101.A77bS92 198604a785.111 aAtterberg, Kurt,d1887-1974,ecomposer.10aOrchestra music.kSelections10aSymphony no. 2, op. 6 ;bSuite no. 3, op. 19 /cKurt Atterberg. 1aSweden :bSwedish Society Discofil,c[1986] 4c℗1965,c℗1967 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio0131st workaorchestrae12lcmpt0132nd workbviolinn1bviolan1aorchestrae12lcmpt aTitle from disc label.0 aMircea Saulesco, violin (2nd work) ; Gideon Roehr, viola (2nd work) ; Swedish Radio Symphony Orchestra ; Stig Westerberg, conductor. 3The 1st workorecordedd1967 October 5,d1967 October 7oatpEklidens School. 3The 2nd workorecordedd1965 May 8oat thepSwedish Academy of Music, Stockholm. a"Previously released on Swedish Society Discofil LP albums SLT 33179 and SLT 33167"--Insert. aProgram notes by Frank Hedman in English and Swedish (3 pages) inserted in container. 0aSymphonies. 0aSuites (Violin, viola with orchestra) 6aSymphonies. 7aSymphonies.2fast0(OCoLC)fst01140873 7aSuites.2fast0(OCoLC)fst01726502 7aSymphonies.2fast0(OCoLC)fst01726504 7aSymphonies.2lcgft 7aSuites.2lcgft 7aSymphonies.2rvmgf 7aSuites (Musique)2rvmgf1 aSaulesco, Mircea,d1926-einstrumentalist.1 aRoehr, Gideon,einstrumentalist.1 aWesterberg, Stig,econductor.12iContainer of (work):aAtterberg, Kurt,d1887-1974.tSymphonies,nno. 2, op. 6,rF major.12iContainer of (work):aAtterberg, Kurt,d1887-1974.tSuites,nno. 3, op. 19, no. 1.2 aSveriges radios symfoniorkester,einstrumentalist. a92bPUL01477cjm a2200457 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002800144035002000172041000800192042001400200047001100214048000700225050002400232100003400256240004200290245009800332260006800430300002700498336003700525337002300562338003100585344001800616344001500634344001900649511005600668650001600724650002100740650001600761650002700777650004700804650004200851700003400893700004300927710003700970994001201007ocm19596656 OCoLC20230718213016.0sd bmmennmplue230717s195u xx munn i n zxx d a 2023626374 aZEMbengcDLCdIXAdOCLCFdZEM02aSRW 18004bMercury Wing a(OCoLC)195966560 geng alccopycat asyasp aoa 4aM1001.S35bD2x 19601 aSchumann, Robert,d1810-1856.10aSymphonies,nno. 4, op. 120,rD minor10aSymphony no. 4 in D minor, op. 120 /cSchumann. Les preludes :bsymphonic poem no. 3 / Liszt. a[Place of publication not identified] :bMercury Wing,c[195-?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aDetroit Symphony Orchestra ; Paul Paray, conductor. 0aSymphonies. 0aSymphonic poems. 6aSymphonies. 6aPoèmes symphoniques. 7aSymphonic poems.2fast0(OCoLC)fst01140849 7aSymphonies.2fast0(OCoLC)fst011408731 aParay, Paul,d1886-1979.4cnd12aLiszt, Franz,d1811-1886.tPréludes.2 aDetroit Symphony Orchestra.4prf a92bPUL01786cjm a2200469 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127033002300149033003700172035002000209042001400229048000900243048002100252100002500273245003400298260003400332300002700366336003700393337002300430338003100453344001800484344001500502500001000517511006000527518013400587500009400721505026100815650002301076650002101099650002901120650002101149650003601170650004901206648002001255710002901275994001201304ocm19892328 OCoLC20230718213016.0sd bmmennmplue230717p19501945ilujznn n zxx d a 2023626389 aENGbengcDLC02aMG 20009bMercury00a19451205b3804cN410a19460714a19460409b4364cL8:2H5 a(OCoLC)19892328 alccopycat aka01 aka01asd01apd011 aGarner, Erroll.4prf10aAt the piano /cErrol Garner. a[Chicago] :bMercury,c[1950] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm aJazz.0 aErroll Garner, piano; Erroll Garner Trio (tracks 7-12). aRecorded Dec. 5, 1945, New York (tracks 1-6), July 14, 1946, Hollywood (tracks 7-10), and Apr. 9, 1946, Hollywood (tracks 11-12). aPersonnel and recording dates from: Erroll Garner, the most happy piano / James M. Doran.00tEmbraceable you --tLover, come back to me --tAlways --tSometimes I'm happy --tI can't get started with you --tI've got you under my skin --tBlue skies --tDon't blame me --tFull moon and empty arms --tMemories of you --tFor you --tIf I loved you. 0aPiano music (Jazz) 0aJazzy1941-1950. 6aPiano, Musique de (Jazz) 6aJazzy1941-1950. 7aJazz.2fast0(OCoLC)fst00982165 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1941-19502fast2 aErroll Garner Trio.4prf a92bPUL02488cim a2200589 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002500144035002000169042001400189045000900203100003500212245008400247246005100331264004700382300007100429306001100500336003300511336003700544337002300581338003100604340001900635344001800654344001500672344002300687344001700710500005200727500002700779511004800806518005900854500003600913520013800949500005001087505040601137650002101543650002001564650002101584650001501605650003801620655002801658655002701686655002801713655002701741655002101768700002601789730007101815994001201886ocm20291504 OCoLC20230718213016.0sd bmmennmplue860530s1964 caunnnn k n eng  ar 65000423  aBGUbengerdacDLCdOCLCFdBGU02aW 1573bWarner Bros. a(OCoLC)20291504 alccopycat ax6x61 aCoyle, Jim,eauthor,espeaekr.14aThe insane (but hilarious) world of Coyle and Sharpe /cJim Coyle & Mal Sharpe.3 aInsane but hilarious world of Coyle and Sharpe 1a[Burbank, Calif.] :bWarner Bros.,c[1964] a1 audio disc (43 min.) :banalog, 33 1/3 rpm, monophonic ;c12 in. a004300 aspoken wordbspw2rdacontent aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gmono2rdacpc aExcerpts from Coyle and Sharpe's radio program. aTitle from disc label.0 aHumorous sketches performed by the authors. aIn part recorded live at the University of California. aDescriptive notes on container. a"Live, unrehearsed 'put ons' by the greatest con men alive, with some bizarre musical episodes and lunatic fringe poetry"--Container. aLC copies: White label promotional copy.5DLC0 aSelling germs wholesale -- Eating people at a death ritual -- The household heroine -- The human eagle -- The great folk singing hoax -- Pack rats in an art gallery -- The last sleep -- The yodeler -- May we operate on your brain? -- The grafted mutant mouse -- Child maniacs destroy homes -- The sloppy dentist -- Maniacs in a living hell -- Rob bank -- Putting fungus on an infant -- Santa's secret. 0aPractical jokes. 0aHumorous songs. 0aHumorous poetry. 6aComédie. 7aComedy.2fast0(OCoLC)fst00869083 7aComedy sketches.2lcgft 7aHumorous songs.2lcgft 7aHumorous poetry.2lcgft 7aRadio comedies.2lcgft 7aExcerpts.2lcgft1 aSharpe, Mal,eauthor.0 iContainer of (work):aCoyle & Sharpe (Radio program).kSelections. a92bPUL01970cjm a2200529 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109028002800139035002000167042001400187050001200201245003600213260003400249300002700283336003700310337002300347338003100370344001800401344001500419344001900434511011400453500003100567505014800598650001500746650002200761650002100783650002700804650002700831650002700858650004800885650004100933650004700974700001901021700002901040700004701069700004801116700007601164700005101240700006901291710003601360710003201396994001201428ocm20390328 OCoLC20230718213016.0sd bmmennmplue230717s195u nyuuunn n zxx d a 2023626375 aWUObengcDLCdOCLCFdWDB02aSRW 18009bMercury Wing a(OCoLC)20390328 alccopycat 4aM5b.F300aFrench orchestral masterpieces. aNew York :bMercury,c[195-?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aDetroit Symphony Orchestra; Paul Paray, conductor ; Minneapolis Symphony Orchestra; Anatal Dorati, conductor. aProgram notes on slipcase.0 aEspana / Chabrier -- The sorcerer's apprentice / Dukas -- Pavane / Faure -- Roman carnival overture / Berlioz -- Pelleas and melisande / Faure. 0aOvertures. 0aOrchestral music. 0aSymphonic poems. 6aOuvertures (Orchestre) 6aOrchestre, Musique d'. 6aPoèmes symphoniques. 7aOrchestral music.2fast0(OCoLC)fst01047289 7aOvertures.2fast0(OCoLC)fst01049384 7aSymphonic poems.2fast0(OCoLC)fst011408491 aDorati, Antal.1 aParay, Paul,d1886-1979.12aChabrier, Emmanuel,d1841-1894.tEspaña.12aDukas, Paul,d1865-1935.tApprenti sorcier.12aFauré, Gabriel,d1845-1924.tPavan,morchestra,nop. 50,rF♯ minor.12aBerlioz, Hector,d1803-1869.tCarnaval romain.12aFauré, Gabriel,d1845-1924.tPelléas et Mélisande.pSuite.2 aMinneapolis Symphony Orchestra.2 aDetroit Symphony Orchestra. a92bPUL01210cjm a2200373 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002300127035002000150042001400170047001500184100003300199240002400232245001200256260005000268300002000318336003700338337002300375344001900398511005500417500003100472505014400503650002200647650001500669650002400684650002700708650004800735650004100783994001200824ocm20590852 OCoLC20230718213016.0sd bsmennmplue230717s196u xx munn n zxx d a 2023626376 aWOObengcDLC00aSRW 18019bMercury a(OCoLC)20590852 alccopycat apraopaov1 aWagner, Richard,d1813-1883.10aOperas.kSelections10aWagner. bMercuryc[date of publication not identified] a2 sidesc12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia gstereo2rdacpc0 aDetroit Symphony Orchestra; Paul Paray, Conductor. aProgram notes on slipcase.0 aThe Flying Dutchman overature. -- Tristan and Isolde: Prelude and love-death. -- Parsifal: Good Friday spell. -- Siegfried: Forest murmurs. 0aOperasvExcerpts. 0aOvertures. 6aOpérasvExtraits. 6aOuvertures (Orchestre) 7aOperasxExcerpts.2fast0(OCoLC)fst01046203 7aOvertures.2fast0(OCoLC)fst01049384 a92bPUL02017cjm a2200553 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028003300144035002000177041000800197042001400205082001300219100003400232245005700266260004800323300005100371306001100422336003700433337002300470338003100493344001900524344001900543344001200562347002200574347001300596511004000609518004500649500004000694500001800734500005400752500003100806505023600837650001001073650003201083650003701115650005801152655002701210655004801237655004501285655002901330655002601359655003601385655003001421994001201451ocm20626899 OCoLC20230718213016.0sd fsngnnmmned160823s1987 cauppnn f n zxx d a 2016622099 aIFAbengcDLCdOCLCFdJDPdIFA02aBCD 6268bBainbridge Records a(OCoLC)206268990 geng alccopycat04a784.21641 aNero, Peter,d1934-2023.4prf14aThe sounds of loveh[sound recording] /cPeter Nero. aVan Nuys, CA :bBainbridge Records,cp1987. a1 sound disc (42 min.) :bdigital ;c4 3/4 in. a004134 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio0 aPeter Nero, piano ; with orchestra. aRecorded in Webster Hall, New York City. aAll selections previously released. aCompact disc. a"Digitally remaster analog recording"--Container. aNotes on container insert.0 aWhen the world was young -- Alfie -- This is all I ask -- Days of wine and roses -- As long as he needs me -- Shangri-la -- In other words (Fly me to the moon) -- Long ago and far away -- My funny valentine -- Moon River -- Autumn. 0aJazz. 0aPopular instrumental music. 6aMusique instrumentale populaire. 7aPopular instrumental music.2fast0(OCoLC)fst01071403 7asound recordings.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aPopular music.2fast0(OCoLC)fst01726706 7aSound recordings.2lcgft 7aPopular music.2lcgft 7aEnregistrements sonores.2rvmgf 7aMusique populaire.2rvmgf a92bPUL01261cam a22003011 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124035002000131050001800151100003600169245010500205260005300310300002000363336002600383337002800409338002700437600006400464630006400528776015700592880003500749880010700784880005600891994001200947ocm23485067 OCoLC20230718213016.0820416s1955 iq 000 0bara  a 59034949  aDLCbengcDLCdOCLCFdEYM c(3 a(OCoLC)2348506700aD16.7.I26bM31 6880-01aMallāḥ, Maḥmūd.106880-02aDaqāʼiq wa-ḥaqāʼiq fī muqaddimat Ibn Khaldūn /cbi-qalam Maḥmūd al-Mallāh. 6880-03aBaghdād :bMaṭbaʻat Asʻad,c[1955] a98 p. ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier00aIbn Khaldūn,d1332-1406.tKitāb al-ʻibar.pMuqaddimah.07aKitāb al-ʻibar (Ibn Khaldūn)2fast0(OCoLC)fst0135697308iOnline version:aMallāh, Mahmūd.tDaqāʼiq wa-ḥaqāʼiq fī muqaddimat Ibn Khaldūn.dBaghdād : Maṭbaʻat Asʻad [1955]w(OCoLC)5574305041 6100-01aملاح، محمود.106245-02aدقائق وحقائق في مقدمة إبن خلدون /cبقلم محمود الملاه. 6260-03aبغداد :bمطبعة أسعد،c[1955] a92bPUL02876cjm a2200685 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001300149024001800162028002000180033003300200035003700233041001800270042001400288043001200302050002300314245003400337264003600371264001200407300004900419306007500468336003700543337002300580338003100603344001900634344001900653344001900672347002200691347001300713382002700726500002700753546005300780511032300833518009201156500007001248505020601318650004101524650003101565650003601596650004501632650004601677651004101723655002601764655001801790700002901808700003601837700003801873700004801911700003601959700003601995700003702031700003802068700003402106700003802140994001202178ocm23525519 OCoLC20230718213016.0sd fsngnnmmnee930218p19871984gw ppnn d n spa d a 93704321  aUIUbengerdacDLCdDLCdOCLCFdUIU a276854693 a400132115966402a15966bMessidor1 a198412--a198501--b3804cN4 a(OCoLC)23525519z(OCoLC)276854690 egerespanspa alccopycat as-ve--- 4aM1687.V318.B72bV600aVolando voy /cSoledad Bravo. 1aHeidelberg :bMessidor,c[1987] 4c℗1987 a1 audio disc :bdigital, stereo ;c4 3/4 in. a000029a000550a000437a000500a000428a000520a000504a000615a000355 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from disc label. aSongs sung in Spanish with varied accompaniment.0 aSoledad Bravo, vocals ; Eddie Goméz, double bass ; Airto Moreira, drums, percussion ; Paquito d'Rivera, saxophone ; Jorgé Dalto, piano ; Ray Barretto, congas ; José Neto, electric guitar ; Nicky Marrero, bongas, timbales ; Yomo Toro, guitar ; Mauricio Smith, flute ; Nicky Barretto, bongos ; 5 backing vocalists. oRecorded and mixed at Studio Beartracks, Suffern, N.Y. ind1984 Decemberd1985 January. aLyrics in Spanish with German translations inserted in container.0 aClara vena (:29) -- Volando voy (5:50) -- Juglar (4:37) -- Milonga triste (5:00) -- La ultima curda (4:28) -- Yo vivo enamorado (5:20) -- Deja (5:04) -- Tonadas de ordeño (6:15) -- Clara vena (3:55). 0aPopular musiczVenezuelay1981-1990. 0aSongs, SpanishzVenezuela. 6aChansons espagnoleszVenezuela. 7aPopular music.2fast0(OCoLC)fst01071422 7aSongs, Spanish.2fast0(OCoLC)fst01126526 7aVenezuela.2fast0(OCoLC)fst01204166 7aPopular music.2lcgft 7aSongs.2lcgft1 aBravo, Soledad,esinger.1 aGomez, Eddie,einstrumentalist.1 aMoreira, Airto,einstrumentalist.1 aD'Rivera, Paquito,d1948-einstrumentalist.1 aDalto, Jorge,einstrumentalist.1 aNeto, José,einstrumentalist.1 aBarretto, Ray,einstrumentalist.1 aMarrero, Nicky,einstrumentalist.1 aToro, Yomo,einstrumentalist.1 aSmith, Mauricio,einstrumentaist. a92bPUL01171cam a22003251 4500001001300000003000600013005001700019008004100036010001700077040003000094035002000124042001200144050001500156051003900171100004600210245008200256260004300338300004000381336002600421337002800447338002700475650001400502650001300516650001300529650004000542700005300582710005900635776013900694994001200833ocm23620365 OCoLC20230718213016.0881026s1694 fr 000 0 fre  a 31025090  aDLCbengcDLCdOCLCFdEYM a(OCoLC)23620365 apremarc00aHQ731b.G5 aHQ731b.G5 Copy 2cToinet no. 12281 aGirard de Villethierry, Jean,d1641-1709.13aLa vie des gens mariezbou les obligations qui s'engagement dans le marriage. aA Pairs,bChez André Pralard.c1694. a12 p.l., 484, [2] p.c17 cm. (12mo) atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aMarriage. 2aMarriage 6aMariage. 7aMarriage.2fast0(OCoLC)fst010104431 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC08iOnline version:aGirard de Villethierry, Jean, 1641-1709.tVie des gens mariez.dA Pairs, Chez André Pralard. 1694w(OCoLC)568372125 a92bPUL01648cjm a2200445 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169245001600183260006300199300002700262336003700289337002300326338003100349344001800380344001500398511014600413505021700559650002100776650002100797650003600818648002000854700002700874700002000901700003500921700003300956700002400989700003501013700003201048700004001080700003601120700003401156994001201190ocm24118440 OCoLC20230718213016.0sd bmmennmplue230717s194u xx jznn n zxx d a 2023626392 aAZSbengcDLC02aMG 20016bMercury a(OCoLC)24118440 alccopycat00aTenor jazz. a[Place of publication not identified] :bMercury,c[194-?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm0 aFeaturing Coleman Hawkins, Don Byas, Babe Russin, Tab Smith, Harry Carney, Syd Catlett, Al Lucas, Johnny Guarnieri, Teddy Wilson, John Kirby.0 aWhitsett -- You know it -- Under a blanket of blue -- China boy -- They didn't believe me -- Wick kicks -- On the sunny side of the street -- Louise -- Battle of the saxes -- Three little words -- Don't blame me. 0aJazzy1941-1950. 6aJazzy1941-1950. 7aJazz.2fast0(OCoLC)fst00982165 7a1941-19502fast1 aHawkins, Coleman.4itr1 aByas, Don.4itr1 aRussin, Babe,d1911-1984.4itr1 aSmith, Tab,d1909-1971.4itr1 aCarney, Harry.4itr1 aCatlett, Sid,d1910-1951.4prf1 aLucas, Al,d1916-1983.4itr1 aGuarnieri, Johnny,d1917-1985.4itr1 aWilson, Teddy,d1912-1986.4itr1 aKirby, John,d1908-1952.4itr a92bPUL04309cjm a22007211a 4500001001300000003000600013005001700019007001500036008004100051010001700092040006200109019001300171028003300184033002300217035003700240041000800277042001300285047002700298048001500325050001400340082001700354100003600371245005600407260005200463300004800515306001100563336003700574337002300611338003100634490002500665511005800690518026100748500002201009505070601031650003701737650002701774650004301801650003801844650005301882650006301935700002901998700009902027700009602126700007102222700008602293700008502379700012002464700011602584700005202700700008102752700007602833700005802909700005102967700009403018700006603112700008203178700006503260700006803325700007803393700007803471830002603549994001203575ocm24887413 OCoLC20230718213016.0sd fsngnnmmned911204p19901926enkmunn n und d a 99581513  aCR2bengcDLCdDLCdRBNdTPNdOL$dOCLCFdTJCdTJCBLdCR2 a2843253802aLAB 017bBiddulph Recordings20a19260104a19280228 a(OCoLC)24887413z(OCoLC)284325380 geng alcderive aprancaopamzamiazz asc01aka0100aSDB 1836704a787.41382221 aCasals, Pablo,d1876-1973.4prf14aThe Victor recordings (1926-28)h[sound recording]. aLondon, England :bBiddulph recordings,cp1990. a1 sound disc :bdigital, mono. ;c4 3/4 in. a011451 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier1 aArchive performances0 aPablo Casals, violoncello ; Nikolai Mednikoff, piano. aRecorded in Camden, N.J. Jan. 4 (3rd, 6th, 8th, 13th, 18th works), 5 (17th work), 19 (4th, 7th works), 20 (5th, 10th, 15th works), 1926; Feb. 28, 1927 (1st, 20th works); Jan. 31 (2nd, 9th, 12th, 16th works), Feb. 1 (14th work), 28 (11th, 19th works), 1928. aAnalog recording.0 aAdagio (3:54) ; Musette (3:44) / Bach -- Moment musicale no. 3 / Schubert (3:07) -- "Raindrop" prelude (4:21) ; Nocturne in E-flat (4:43) / Chopin -- Abendlied / Schumann (3:54) -- Preislied from "Die Meistersinger" (4:22) ; Evening star from "Tannhäuser" (4:15) / Wagner -- Kol nidre / Bruch (8:57) -- Melody in F / Rubinstein (2:44) -- Mazurka (3:05) ; Vito (3:14) / Popper -- Gavotte tendre / Hillemacher (3:25) -- Serenata napoletana / Sgambati (3:14) -- Berceuse from "Jocelyn" / Godard (4:39) -- The swan / Saint-Saëns (2:45) -- Après un rêve / Fauré (2:58) -- Minuet from Petite suite / Debussy (2:42) -- Spanish dance in E minor (3:40) ; Intermezzo from "Goyescas" (4:28) / Granados. 0aCello and piano music, Arranged. 0aCello and piano music. 6aVioloncelle et piano, Musique de, arr. 6aVioloncelle et piano, Musique de. 7aCello and piano music.2fast0(OCoLC)fst01860265 7aCello and piano music, Arranged.2fast0(OCoLC)fst018602661 aMednikoff, Nicolai.4prf12aBach, Johann Sebastian,d1685-1750.tToccatas,morgan,nBWV 564,rC major.pAdagio;oarranged.12aBach, Johann Sebastian,d1685-1750.tEnglische Suiten,nNr. 6.pGavotte,nno. 2;oarranged.12aSchubert, Franz,d1797-1828.tMoments musicaux,nNo. 3;oarranged.12aChopin, Frédéric,d1810-1849.tPreludes,mpiano,nop. 28.nNo. 15;oarranged.12aChopin, Frédéric,d1810-1849.tNocturnes,mpiano,nop. 9.nNo. 2;oarranged.12aSchumann, Robert,d1810-1856.tVierhändige Klavierstücke für kleine und grosse Kinder.pAbendlied;oarranged.12aWagner, Richard,d1813-1883.tMeistersinger von Nürnberg.pMorgenlich leuchtend im rosigen Schein;oarranged.12aBruch, Max,d1838-1920.tKol nidrei;oarranged.12aRubinstein, Anton,d1829-1894.tMelodies,mpiano,nop. 3.nNo. 1;oarranged.12aPopper, David,d1843-1913.tStücke,mcello, piano,nop. 11.pMazurka.12aPopper, David,d1843-1913.tSpanische Tänze.pVito.12aHillemacher, P. L.tGavotte tendre;oarranged.12aSgambati, Giovanni,d1841-1914.tPieces,mviolin, piano.pSerenata napoletana;oarranged.12aGodard, Benjamin,d1849-1895.tJocelyn.pBerceuse;oarranged.12aSaint-Saëns, Camille,d1835-1921.tCarnaval des animaux.pCygne;oarranged.12aFauré, Gabriel,d1845-1924.tAprès un rêve;oarranged.12aDebussy, Claude,d1862-1918.tPetite suite.pMenuet;oarranged.12aGranados, Enrique,d1867-1916.tDanzas españolas.pAndaluza;oarranged.12aGranados, Enrique,d1867-1916.tGoyescas (Opera).pIntermezzo;oarranged. 0aArchive performances. a92bPUL02054cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002400161035002000185042001400205100006200219245004300281246002200324264004200346264001200388300004100400336003700441337002300478338003100501344001900532344001900551344001900570347002200589347001300611490002100624500002700645500006800672511018600740518007000926518007400996500004901070500004101119505014601160650002101306650002301327650002101350650003601371648002001407655001701427655003401444830002201478994001201500ocm25153298 OCoLC20230718213016.0sd fsngnnmmned230711p19911973nyujznn ei n zxx d a 2023624747 aIMFbengerdacDLCdOCLCFdIMF1 a01241631032102a3103-2-NbNovus/RCA a(OCoLC)25153298 alccopycat1 aLegrand, Michel,d1932-2019,ecomposer,einstrumentalist.10aLegrand "live" jazz /cMichel Legrand.3 aLegrand live jazz 1aNew York, NY :bNovus :bRCA,c[1991] 4c℗1991 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio1 aNovus series '70 aTitle from disc label. aAll works by Michel Legrand, most in collaboration with others.0 aMichel Legrand, piano ; Ron Carter, bass ; Grady Tate, drums ; George Davis (1st-2nd works), Joe Beck (3rd-7th works), guitars ; Phil Woods, alto saxophone ; Randy Brecker, trumpet. 3Tracks 1-2orecorded lived1973 DecemberpJimmy's, New York City. 3Tracks 3-7 recordedd1975 AprilpSt. Regis Maisonette, New York City. aCompilation of previously released material. aProgram notes inserted in container.0 aWatch what happens -- You must believe in spring -- Friday fugue -- Once upon a summertime -- J & B -- The saddest thing of all -- Splittons. 0aJazzy1971-1980. 0aPiano music (Jazz) 6aJazzy1971-1980. 7aJazz.2fast0(OCoLC)fst00982165 7a1971-19802fast 7aJazz.2lcgft 7aLive sound recordings.2lcgft 0aNovus series '70. a92bPUL02055cjm a2200577 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169047001100183048001500194100003600209245003500245260003200280300002700312336003700339337002300376338003100399344001800430344001500448344001700463500006500480511005200545518006100597500003600658505026400694650003000958650002400988650003401012650005001046650004501096648002001141700002601161740001601187740003701203740003201240740001601272740002101288740001601309740002501325740003001350740004601380740001701426740002201443994001201465ocm25718742 OCoLC20230718213016.0sd bmmennmplue230717s1955 ilumunn f n eng d a 2023626398 aKUKbengcDLC02aMG-20051bMercury a(OCoLC)25718742 alccopycat amcapp bvu01aka011 aWaters, Ethel,d1896-1977.4sng14aThe favorites of Ethel Waters. aChicago :bMercury,c[1955] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aPopular songs and musical theatre selections with piano acc.0 aEthel Waters, vocalist ; Reginald Beane, piano. aRecorded at Fine Recording Studios, New York City, 1954. aDescriptive notes on container.0 aPaper moon -- Happiness is a thing called Joe -- Can't help lovin' that man -- Summertime -- St. Louis blues -- Suppertime -- Trav'lin' all alone -- A hundred years from today -- Sometimes I feel like a motherless child -- The crucifixion -- Little black boy. 0aPopular musicy1951-1960. 0aMusicalsvExcerpts. 6aMusique populairey1951-1960. 7aMusicalsxExcerpts.2fast0(OCoLC)fst01030817 7aPopular music.2fast0(OCoLC)fst01071422 7a1951-19602fast1 aBeane, Reginald.4itr02aPaper moon.02aHappiness is a thing called Joe.02aCan't help lovin' that man.02aSummertime.02aSt. Louis blues.02aSuppertime.02aTrav'lin' all alone.02aHundred years from today.02aSometimes I feel like a motherless child.02aCrucifixion.02aLittle black boy. a92bPUL02398cjm a2200649 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001400149024001700163028002400180035003800204042001400242082001800256100005500274245004000329264004200369264001200411300004100423336003700464337002300501338003100524344001900555344001900574344001900593347002200612347001300634490002100647500002700668500004700695511018500742508002800927500004900955500005601004505017301060650002101233650001701254650001901271650002101290650002901311650004101340650002901381650003601410650004501446650005901491650004901550648002001599655001701619655002601636655001801662700003401680830002201714994001201736ocm25800920 OCoLC20230718213016.0sd fsngnnmmned230711s1991 nyumunn fi n eng d a 2023624746 aSVPbengerdacDLCdAU@dOCLCFdSVP a2237613581 a01241630992902a3099-2-NbNovus/RCA a(OCoLC)25800920z(OCoLC)223761358 alccopycat04a782.421652211 aSmith, Lonnie Liston,ecomposer,einstrumentalist.10aWatercolors /cLonnie Liston Smith. 1aNew York, NY :bNovus :bRCA,c[1991] 4c℗1991 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio1 aNovus series '70 aTitle from disc label. aAll works composed by Lonnie Liston Smith.0 aLonnie Liston Smith, acoustic piano, clavinet, Arp, Fender Rhodes, percussion, keyboards, electric piano, electronic programming ; with accompanying instrumentalists and vocalists. aProduced by Bob Thiele. aCompilation of previously released material. aProgram notes by Nat Hentoff inserted in container.0 aWatercolors -- Sunset -- Starlight and you -- My love -- Expansions -- A song of love -- Renaissance -- Devika -- Summer nights -- Aspirations -- Colors of the rainbow. 0aJazzy1981-1990. 0aJazz vocals. 0aNew Age music. 6aJazzy1971-1980. 6aMusique du Nouvel Âge. 6aPiano et synthétiseur, Musique de. 6aPiano, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aNew Age music.2fast0(OCoLC)fst01036703 7aPiano and synthesizer music.2fast0(OCoLC)fst01063394 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1971-19802fast 7aJazz.2lcgft 7aNew Age music.2lcgft 7aSongs.2lcgft1 aThiele, Bob,eaudio producer. 0aNovus series '70. a92bPUL01609cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004000094035002000134042000800154043001200162050002800174051014200202100005900344245004100403250001900444264005000463264001100513300002400524336002600548337002800574338002700602490002100629500002900650650002600679650002200705650003700727650001800764651003500782650003900817650004200856651003700898655003900935655002800974655007701002710007201079994001201151ocm26104256 OCoLC20230718213016.0821217t19421942nyu 000 1 eng  a 42013274  aDLCbengerdacDLCdOSUdOCLCFdIXA a(OCoLC)26104256 apcc an-us-tx00aPZ3.G89363aPS3513.R763 aPS3513.R763bH45 1942 Copy 1cIn original illustrated dust jacket. Dinkytown Antiquarian Bookstore, Minneapolis label on rear paste-down.1 aGrinstead, J. E.q(Jesse Edward),d1866-1948,eauthor.10aHellfire range /cby J.E. Grinstead. aFirst edition. 1aNew York :bDodge Publishing Company,c[1942] 4c©1942 a256 pages ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTwo gun westerns aSeries from dust jacket. 0aGunfightersvFiction. 0aRevengevFiction. 6aCowboysvRomans, nouvelles, etc. 6aVie au ranch. 6aTexasvRomans, nouvelles, etc. 7aCowboys.2fast0(OCoLC)fst00881986 7aRanch life.2fast0(OCoLC)fst01089735 7aTexas.2fast0(OCoLC)fst01210336 7aFiction.2fast0(OCoLC)fst01423787 7aWestern stories.2gsafd 7aDust jackets (Binding)zNew York (State)zNew Yorky20th century.2rbbin2 aLarry Dingman Western Fiction Collection (Library of Congress)5DLC a92bPUL02576cjm a2200697 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002300171028002900194033003300223035002000256041001800276042001400294050002400308082001200332100004600344245005000390264004200440264001200482300004100494336003700535337002300572338003100595344001900626344001900645344001900664347002200683347001300705500002700718546005200745500004000797511020000837518006101037500006001098505010501158650002101263650001701284650002701301650003301328650003401361650005301395650003601448650004301484650005301527648002001580655001501600655005301615655003601668655001701704655003401721655001801755655001701773655004101790710003501831994001201866ocm26197513 OCoLC20230718213016.0sd fsngnnmmned230712p19921991nyujznn efi n eng d a 2023624756 aCCPbengerdacDLCdELWdOCLCFdGZMdCCP1 a01241631282002a63128-2bNovus/RCA02a01241 63128-2bNovus/RCA1 a19910706a19910707b3804cN4 a(OCoLC)261975130 dfredenggeng alccopycat 4aM1366.L33bL58 199204a781.6551 aLacy, Steve,ecomposer,einstrumentalist.10aLive at Sweet Basil /cthe Steve Lacy Sextet. 1aNew York, NY :bNovus :bRCA,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aSung in French(1st work) or English (3rd work). aCompositions written by Steve Lacy.0 aSteve Lacy Sextet (Steve Potts, soprano & alto saxophones ; Irene Aebi, vocals, violin ; Bobby Few, piano ; Jean-Jacques Avenel, double bass ; John Betsch, drums ; Steve Lacy, soprano saxophone). oRecorded lived1991 July 6-7pSweet Basil, New York, NY. aProgram notes by Steve Futterman inserted in container.0 aProspectus (10:48) -- The bath (12:38) -- Morning joy (16:11) -- The wane (14:55) -- Blinks (14:29). 0aJazzy1991-2000. 0aJazz vocals. 0aSaxophone music (Jazz) 6aSaxophone, Musique de (Jazz) 6aEnregistrements sonores live. 7aLive sound recordings.2fast0(OCoLC)fst01000613 7aJazz.2fast0(OCoLC)fst00982165 7aJazz vocals.2fast0(OCoLC)fst00982216 7aSaxophone music (Jazz)2fast0(OCoLC)fst01106225 7a1991-20002fast 7ajazz.2aat 7aLive sound recordings.2fast0(OCoLC)fst01726308 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aLive sound recordings.2lcgft 7aSongs.2lcgft 7aJazz.2rvmgf 7aEnregistrements sonores live.2rvmgf2 aSteve Lacy Sextet,eperformer. a92bPUL02116cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020002800136020001800164035002000182042001400202050002300216070002200239072000900261072000900270245009100279264006800370300005300438336002600491337002800517338002700545500008500572504005700657588004900714650002500763650002300788650002800811650002500839650002500864650002600889650002600915650003300941650002500974650002500999650004901024650005401073650005101127700004601178880014001224880009801364880011201462994001201574ocm26408449 OCoLC20230718213016.0230710s1990 uz a b 000 0 rus  a 2023396496 aAGLbengerdacDLCdOCLCFdAGL c(N a5648010427q(paperback) a9785648010420 a(OCoLC)26408449 alccopycat00aQC454.V5bK64 19900 aQC454.V5K64b1990 0aX400 0aX500006880-01aKolebatelʹnye spektry molibdatov i volʹframatov /cK.I. Petrov [and others]. 16880-02aTashkent :bIzdatelʹstvo "Fan" Uzbekskoĭ SSR,c1990. a133, 1 unnumbered page :billustrations ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 6880-03aAt head of title: Akademii︠a︡ nauk Uzbekskoĭ SSR. Institut khimii. aIncludes bibliographical references (pages 125-134). aNon-Latin script generated programmatically. 0aVibrational spectra. 0aMolecular spectra. 0aMolecular spectroscopy. 0aMolybdatesxSpectra. 0aTungstatesxSpectra. 6aSpectre de vibration. 6aMoléculesxSpectre. 6aSpectroscopie moléculaire. 6aMolybdatesxSpectre. 6aTungstatesxSpectre. 7aMolecular spectra.2fast0(OCoLC)fst01024834 7aMolecular spectroscopy.2fast0(OCoLC)fst01024838 7aVibrational spectra.2fast0(OCoLC)fst011662021 aPetrov, K. I.q(Karl Ivanovich),eauthor.006245-01aКолебательные спектры молибдатов и вольфраматов /cК.И. Петров [and others]. 16264-02aТашкент :bИздательство "Фан" Узбекской ССР,c1990. 6500-03aAt head of title: Академия наук Узбекской ССР. Институт химии. a92bPUL02028cjm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019002300159024001700182024001500199028002300214028002900237033002300266035005400289041000800343042001400351082001200365245003900377264004200416264001200458300004100470336003700511337002300548338003100571344001900602344001900621344001900640347002200659347001300681500002700694511015300721518006900874500004100943505035000984650002101334650002301355650003601378648002001414655001701434700004701451994001201498ocm26783093 OCoLC20230718213016.0sd fsngnnmmned230713t19921992nyujznn fi n zxx d a 2023624762 aOWLbengerdacDLCdGZMdZMSdOCLCFdLGGdOWL a28061471a297779891 a0124163141211 a124163141202a63141-2bNovus/RCA02a01241 63141-2bNovus/RCA0 a19920114b3804cN4 a(OCoLC)26783093z(OCoLC)28061471z(OCoLC)297779890 geng alccopycat04a781.65500aFriends old and new /cJohn Hicks. 1aNew York, NY :bNovus :bRCA,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aJohn Hicks, piano ; Ron Carter, bass ; Grady Tate, drums ; Clark Terry, Greg Gisbert, trumpets ; Al Grey, trombone ; Joshua Redman, tenor saxophone. oRecordedd1992 January 14pBMG Recording Studios, New York City. aProgram notes inserted in container.0 aHicks tone / John Hicks (7:52) -- I want to talk about you / Billy Eckstine (5:56) -- Bop scotch (4:58) ; True blue (6:34) / Glenn Osser, Bob Thiele -- It don't mean a thing / Duke Ellington, Irving Mills (6:43) -- Nutty / Thelonious Monk (7:30) -- Makin' whoopee / Walter Donaldson, Gus Kahn (6:26) -- Rosetta / Earl Hines, William Wood (5:08). 0aJazzy1991-2000. 0aPiano music (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7a1991-20002fast 7aJazz.2lcgft1 aHicks, John,d1941-2006,einstrumentalist. a92bPUL02105cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109019001300154024001700167028003700184028004700221028004200268033002300310035003700333041000800370042001400378110007800392245003100470264004200501264001200543300004100555336003700596337002300633338003100656344001900687344001900706344001900725347002200744347001300766500002700779500004000806511019100846508002801037518002501065500005001090505021001140650002101350650002101371650001701392650002101409650003601430648002001466655001701486655002401503994001201527ocm27021554 OCoLC20230718213016.0sd fsngnnmmned230714r19911983nyumunn n eng d a 2023624764 aOWMbengerdacDLCdNYPdBUFdOCLCFdOWM a361940611 a01241631382702a63138-2bNovus/RCAq(disc label)02aNOV 01241 63138-2bNovus/RCAq(disc label)02a01241 63138-2bNovus/RCAq(container)20a1983----a1991---- a(OCoLC)27021554z(OCoLC)361940610 geng alccopycat2 aMezzoforte (Musical group),ecomposer,eaudio producer,einstrumentalist.10aFortissimos /cMezzoForte. 1aNew York, NY :bNovus :bRCA,c[1991] 4c℗1991 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll works by members of MezzoForte.0 aMezzoForte (Fridrik Karlsson, guitars ; Eythor Gunnarsson, keyboards ; Johann Asmundsson, bass ; Gunnlaughur Briem, drums, percussion) ; with accompanying instrumentalists and vocalists. aProduced by MezzoForte. oRecordedd1983-1991. aMost material previously released, 1983-1991.0 aHigh season (4:21) -- Early autumn (6:08) -- E.G. blues (6:16) -- Garden party (5:42) -- Later on (4:35) -- Casablanca (4:48) -- Rockall (5:11) -- No limits (6:45) -- Midnight sun (4:12) -- Joyride (4:30). 0aJazzy1981-1990. 0aJazzy1991-2000. 0aFunk (Music) 6aJazzy1981-1990. 7aJazz.2fast0(OCoLC)fst00982165 7a1981-20002fast 7aJazz.2lcgft 7aFunk (Music)2lcgft a92bPUL02634cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028003100149035002000180042001400200048000900214048003100223048000900254048001300263048001500276048003100291050001400322100006900336245004700405264004900452264001200501300006000513306001100573336003700584337002300621338003100644344001900675344001900694344001900713347002200732347001300754490002900767500002700796500004200823511007700865508004500942500005100987505044001038650002101478650002501499650001901524650002701543650002501570650003901595650003801634650004401672650005701716650006501773650005001838655001701888655002601905830002901931994001201960ocm27704785 OCoLC20230718213016.0sd fsngnnmmned230711t19911991riumunn efi n zxx d a 2023624749 aHPLbengerdacDLCdOCLCFdNUIdHPL02aNPD 85519bNewport Classic a(OCoLC)27704785 alccopycat atb01 awa01awb01asd01apzatb01 atb02 atb02apz atb01awa01 awa02awb01aka01asd01apz 4aM5010b.V1 aVerdery, Benjamin,ecomposer,eaudio producer,einstrumentalist.10aSome towns and cities /cBenjamin Verdery. 1aProvidence, R.I. :bNewport Classic,c[1991] 4c℗1991 a1 audio disc (52 min., 48 sec.) :bdigital ;c4 3/4 in. a005248 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio1 aNewport classic premier. aTitle from disc label. aAll compositions by Benjamin Verdery.0 aBenjamin Verdery, multiple guitars ; with accompanying instrumentalists. aProduced by Benjamin Verdery and others. aProgram notes (6 pages) inserted in container.0 aCapitola, California (2:43) -- Miami, Florida (3:21) -- Seattle, Washington (4:09) -- Sylacauga, Alabama (3:15) -- Chicago, Illinois (3:15) -- Camden, Maine (2:29) -- Tucson, Arizona (4:18) -- Dennis, Massachusetts (3:52) -- Newport, Rhode Island (2:49) -- San Francisco, California (5:51) -- Los Angeles, California (4:49) -- Keanae, Hawaii (2:48) -- New York, New York (4:14) -- Milwaukee, Wisconsin (2:18) -- Mobile, Alabama (2:23). 0aJazzy1991-2000. 0aGuitar music (Jazz). 0aNew Age music. 6aMusique instrumentale. 6aGuitare, Musique de. 6aGuitare, Musique de (Guitares (2)) 6aGuitare et ensemble instrumental. 7aGuitar music.2fast0(OCoLC)fst00949191 7aGuitar music (Guitars (2))2fast0(OCoLC)fst00949205 7aGuitar with instrumental ensemble.2fast0(OCoLC)fst00949221 7aInstrumental music.2fast0(OCoLC)fst00974414 7aJazz.2lcgft 7aNew Age music.2lcgft 0aNewport Classic premier. a92bPUL02135cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002300171028002900194035002000223042001400243050002400257245003400281264004200315264001200357300004100369306001100410336003700421337002300458338003100481344001900512344001900531344001900550347002200569347001300591500002700604511007400631508004400705518006500749500006100814505038900875650002101264650002401285650001701309650004601326650004301372655001501415655003601430655001701466655001801483655001701501700005101518994001201569ocm27715600 OCoLC20230718213016.0sd fsngnnmmned230713t19931993nyujznn fi n eng d a 2023624758 aSVPbengerdacDLCdBGUdOCLCFdMOUdSVP1 a01241631512802a63151-2bNovus/RCA02a01241 63151-2bNovus/RCA a(OCoLC)27715600 alccopycat 4aM1366.P59bN37 199300aNaturally /cJohn Pizzarelli. 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. a005200 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aJohn Pizzarelli, vocals, guitar ; with accompanying instrumentalists. aProduced by John Pizzarelli and others. oRecordedpClinton Studios and Current Sounds, New York City. aProgram notes by John Pizzarrelli inserted in container.00tSplendid splinter --tI'm confessin' --tLady be good --tWhen I grow too old to dream --gBaby medley.tGee baby, ain't I good to you ;tBaby, baby, all the time ;tMidnight blue ;tBaby, baby, all the time --tSeven on Charlie --tSlappin' the cakes on me --tNuages --tI cried for you --tNaturally --tYou stepped out of a dream --tHeaded out to Vera's --tYour song is with me. 0aJazzy1991-2000. 0aGuitar music (Jazz) 0aJazz vocals. 7aBig band music.2fast0(OCoLC)fst00831581 7aJazz vocals.2fast0(OCoLC)fst00982216 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aSongs.2lcgft 7aJazz.2rvmgf1 aPizzarelli, John,eaudio producer,eperformer. a92bPUL02969cjm a2200637 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006000109024001700169028002300186028002900209033001300238035002000251042001400271048000900285050001900294082001100313245004600324264004200370264001200412300004100424336003700465337002300502338003100525340001400556344001900570344001900589344001900608347002200627347001300649500002700662500004300689511003200732508003500764518007800799500005900877505092300936650002101859650002301880650002601903650002901929650003601958650004901994648002002043655002702063655004802090655001702138655002602155655003602181700006102217700004102278994001202319ocm27819557 OCoLC20230718213016.0sd fsngnnmmned230714t19931993nyumunn fi n zxx d a 2023624767 aLRUbengerdacDLCdIXAdVP@dOCLCFdWIMdMMKdAFUdLRU1 a01241631492302a63149-2bNovus/RCA02a01241 63149-2bNovus/RCA b3934cT3 a(OCoLC)27819557 alccopycat aka01 4aM1366.R627bI404a781.6500aIf I could be with you /cMarcus Roberts. 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aSome works composed by Marcus Roberts.0 aMarcus Roberts, solo piano. aProduced by Delfeayo Marsalis. oRecordedpOpperman Hall, F.S.U. and Dooley's Down Under, Tallahassee, FL. aProgram notes by Stanley Crouch inserted in container.0 aIn a southern sense / Marcus Roberts (:43) -- Just a closer walk with Thee / traditional (1:52) -- Maple leaf rag / Scott Joplin ; arr. by Marcus Roberts (2:51) -- Arkansas blues / Lada ; Williams (4:12) -- Carolina shout / James P. Johnson (3:36) -- Embraceable you / Gershwin (3:09) -- Moonlight in Vermont / Blackburn ; Suessdorf (4:15) -- Keep off the grass / James P. Johnson (3:24) -- Rippling waters (1:52) ; Sweet repose (1:52) ; Country blues (3:38) / Marcus Roberts -- If I could be with you (one hour tonight) / Johnson ; Creamer (2:07) -- Let's call this / Thelonius Monk (2:06) -- Everytime we say goodbye / Haggart ; Burke (3:11) -- What is this thing called love / Cole Porter (3:56) -- Moon indigo / Ellington ; Bigard ; Mills (8:11) -- Preach, Reverend preach (4:27) ; Snowy morning blues (3:35) / Marcus Roberts -- Fascination / James P. Johnson (3:55) -- In a southern sense / Marcus Roberts (9:26). 0aJazzy1991-2000. 0aPiano music (Jazz) 0aPiano music (Ragtime) 6aPiano, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1991-20002fast 7asound recordings.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aJazz.2lcgft 7aRagtime music.2lcgft 7aEnregistrements sonores.2rvmgf1 aRoberts, Marcusc(Pianist),ecomposer,einstrumentalist.1 aMarsalis, Delfeayo,eaudio producer. a92bPUL02393cjm a2200637 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006500109015002300174016002500197024001700222028002300239028002900262033002300291035002000314042001400334082001200348084001800360100006600378245005000444264004200494264001200536300004100548306001100589336003700600337002300637338003100660344001900691344001900710344001900729347002200748347001300770500002700783500007700810511012900887508006601016518005501082505023801137650002101375650001701396650002701413650001001440650003501450650001501485650003601500650006001536648002001596655001701616655001801633700003901651710005301690994001201743ocm27820846 OCoLC20230718213016.0sd fsngnnmmned230714t19921992nyujznn n eng d a 2023624766 aIKGbengerdacDLCdN15dBUFdOCLCFdXFGdNLCdFXRdKNVdIKG a951519433 rev2can a(AMICUS)0000139289791 a01241631442802a63144-2bNovus/RCA02a01241 63144-2bNovus/RCA00a199201--b3804cB7 a(OCoLC)27820846 alccopycat04a781.655 acci1icc2lacc1 aColeman, Steve,ecomposer,eaudio producer,einstrumentalist.10aDrop kick /cSteve Coleman and Five Elements. 1aNew York, NY :bNovus :bRCA,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. a010146 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aMost works composed by Steve Coleman, some in collaboration with others.0 aSteve Coleman, alto saxophone, piano ; Five Elements ; Cassandra Wilson, vocals ; and additional assisting instrumentalists. aProduced by Steve Coleman. Assistant producer, Louis Coleman. oRecordedd1992 JanuarypSystems Two, Brooklyn, NY.0 aRamses (6:36) -- Drop kick (4:52) -- Terra nova (4:37) -- The journeyman (5:13) -- Simbius web (4:42) -- Dread drop (4:07) -- Tschanz (11:17) -- Contemplation (5:07) -- Shift on the fly (3:40) -- Bates Motel (8:12) -- Z train (3:23). 0aJazzy1991-2000. 0aJazz vocals. 0aSaxophone music (Jazz) 6aJazz. 6aSaxophone et ensemble de jazz. 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst00982165 7aSaxophone with jazz ensemble.2fast0(OCoLC)fst01106239 7a1991-20002fast 7aJazz.2lcgft 7aSongs.2lcgft1 aWilson, Cassandra,d1955-esinger.2 aFive Elements (Musical group),einstrumentalist. a92bPUL01840cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001500149024001700164028002800181035002000209042001400229050002500243100002000268245003200288260004600320300004900366306001100415336003700426337002300463338003100486344001900517344001900536344001200555347002200567347001300589500005400602505028200656650003200938650001900970650004200989650002901031650004501060650005801105655001901163655004501182655002601227655003401253730003501287994001201322ocm27979717 OCoLC20230718213016.0sd fsngnnmmned930424s1992 wiuuunn n zxx d a 99584817  aJDPbengcDLCdOCLCFdMNLdIRUdJDP2 a83616600321 a08361660032102aND-66003bNarada Cinema a(OCoLC)27979717 alccopycat 4aM1527.7.C53bS6 19921 aChattaway, Jay.10aSpace age /cJay Chattaway. aMilwaukee, WI :bNarada Cinema,c℗1992. a1 audio disc (60 min., 58 sec.) ;c4 3/4 in. a010058 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aMusic from the WQED/Pittsburgh television series.0 aTheme from Space age -- Mars -- Dance of the blue wonder -- Alchemy -- The high ground -- Luna -- Animations -- The mission -- Innerspace -- Freestar -- Amazon highway -- A view from Earth -- Radiation alert -- Earthrise -- Robotics -- The red planet -- War games -- The quest. 0aTelevision musicvExcerpts. 0aNew Age music. 6aTélévision, Musique devExtraits. 6aMusique du Nouvel Âge. 7aNew Age music.2fast0(OCoLC)fst01036703 7aTelevision musicxExcerpts.2fast0(OCoLC)fst01426788 4aCompact discs. 7aNew Age music.2fast0(OCoLC)fst01726684 7aNew Age music.2lcgft 7aNouvel Âge (Musique)2rvmgf0 aSpace age (Television program) a92bPUL02438cam a22004931a 4500001001300000003000600013005001700019008004100036010003100077040004700108035002000155050001700175051003400192082001000226100004900236245012500285260009900410300003700509336002600546337002800572338002700600500004200627500001800669500002900687500004300716500005100759500035400810510007801164500003701242650004401279650003501323650004801358650006601406650004801472650004101520650003701561655004401598700001501642700004001657700005301697752001901750776016301769994001201932ocm27986092 OCoLC20230718213016.0201207s1673 fr 000 0 fre  a 31025082 zunk81064029  aDLCbengedcrmbcDLCdLNDdOCLCFdUIUdCUY a(OCoLC)2798609200aHQ1201b.P66 aHQ1201b.P66cToinet no. 123614a305.31 aPoulain de La Barre, François,d1647-1723.10aDe l'egalité des deux sexes :bdiscours physique et moral, où l'on voit l'importance de se défaire des préjugez. aA Paris :bChez Jean Du Puis, ruë saint Jacques à la Couronne d'or, .cM.DC.LXXIII [1673]. a[8], 243, [5] p. ;c15 cm. (8vo) atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTitle vignette: device of J. Du Puis? aIn two parts. a"Avec privilege du Roy." aThe privilege is granted to "Sieur P." aBarbier attritubes co-authorship to P. Frelin. aThe "Dissertation ou Discours pour servir de troisième partie à l'Egalité des deux sexes ..." Paris 1690 (and 1692), was really a revision of the author's preface to his "De l'excellence des hommes, contre l'égalité des sexes". cf. H. Grappin, A propos du féministe Poullain de La Barre (in Revue d'hist.litt.de la France, 1914, p. 387).4 aNational union catalog (pre-1956 imprints),cNP 0525175 (vol. 468, p. 73) a"Ex bibliotheca R. Toinet."5DLC 0aWomanxSocial conditionsy17th century. 0aSex rolevEarly works to 1800. 6aThéorie féministevOuvrages avant 1800. 6aDiscrimination à l'égard des femmesvOuvrages avant 1800. 6aFemmesxAspect socialvOuvrages avant 1800. 6aFemmesxDroitsvOuvrages avant 1800. 7aWomen.2fast0(OCoLC)fst01176568 7aPrinting privileges (Publishing)2rbpub1 aFrelin, P.1 aDupuis, Jean,d1633-1675,eprinter.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC aFrancedParis.08iOnline version:aPoulain de La Barre, François, 1647-1723.tDe l'egalité des deux sexes.dA Paris, Chez Jean Du Puis, M. DC. LXXIII 1673w(OCoLC)891028017 a92bPUL02704cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007000109019002300179024001700202028002300219028002900242035005400271042001400325050002500339082001100364100006700375245003600442264004200478264001200520300004100532336003700573337002300610338003100633344001900664344001900683344001900702347002200721347001300743500002700756500005300783511022200836508005101058518007401109500004101183505024901224650002101473650002301494650002901517650003601546650004901582648002001631655001501651655003601666655001701702655001701719700003801736700004201774700003501816700004001851700004501891700005001936700004401986994001202030ocm28235003 OCoLC20230718213016.0sd fsngnnmmned230713p19931992nyujznn i n zxx d a 2023624760 aJBLbengerdacDLCdOBEdJO2dRESdOCLCFdPMDdIDUdGZMdGRRdJBL a29383115a425244151 a01241631532602a63153-2bNovus/RCA02a01241 63153-2bNovus/RCA a(OCoLC)28235003z(OCoLC)29383115z(OCoLC)42524415 alccopycat14aM1366.M545bH36 199304a781.651 aMiller, Mulgrew,ecomposer,eaudio producer,einstrumentalist.10aHand in hand /cMulgrew Miller. 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll but the 8th work composed by Mulgrew Miller.0 aMulgrew Miller, piano ; Christian McBride, double bass ; Lewis Nash, drums ; Eddie Henderson, trumpet, flugelhorn ; Kenny Garrett, alto, soprano saxophones ; Joe Henderson, tenor saxophones ; Steve Nelson, vibraphone. aProduced by Mulgrew Miller and Orrin Keepnews. oRecordedd1992 December 16 & 18pBMG Recording Studios, New York, NY. aProgram notes inserted in container.0 aGrew's tune (8:05) -- For those who do (6:41) -- Thinkin' out loud (7:56) -- Leilani's leap (5:41) -- Like the morning (5:24) -- Hand in hand (7:19) -- Return trip (6:01) -- Waltz for Monk / Donald Brown (5:51) -- Neither here nor there (8:55). 0aJazzy1991-2000. 0aPiano music (Jazz) 6aPiano, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1991-20002fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf1 aKeepnews, Orrin,eaudio producer.1 aMcBride, Christian,einstrumentalist.1 aNash, Lewis,einstrumentalist.1 aHenderson, Eddie,einstrumentalist.1 aGarrett, Kenny,d1960-einstrumentalist.1 aHenderson, Joe,d1937-2001,einstrumentalist.1 aNelson, Steve,d1954-einstrumentalist. a92bPUL01453ccm a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040004700094016001800141017004400159019001500203028002800218028003400246035003900280042000800319045000900327048002100336050002300357051003800380082001200418100004600430240006700476245003900543264005100582300003900633336003500672337002800707338002700735382004400762490003500806500005200841546002000893650002100913650004700934655002600981994001201007ocm28519214 OCoLC20230718213016.0880209s1942 enkuub n zxx  a 2020562349 aDLCbengerdacDLCdUKMGBdOCLCFdTPAdTEU7 a0042396872Uk aE66706bU.S. Copyright Officed19420501 a106165862532aHPS 31bBoosey & Hawkes22aB. & H. 8671bBoosey & Hawkes a(OCoLC)28519214z(OCoLC)1061658625 apcc ax3x4 asa02asb01asc0100aM452b.B8614 no. 1 aM452b.B8605cFormer call number.14a7802151 aBritten, Benjamin,d1913-1976,ecomposer.10aQuartets,mviolins (2), viola, cello,nno. 1, op. 25,rD major10aQuartet no. 1 /cBenjamin Britten. 1aLondon ;aNew York :bBoosey & Hawkes,c[1942] a1 study score (36 pages) ;c19 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier01aviolinn2aviolan1acellon1s42lcmpt0 aHawkes pocket scores ;vno. 31 aIn caption: To Mrs. Elisabeth Sprague Coolidge. aStaff notation. 0aString quartets. 7aString quartets.2fast0(OCoLC)fst01135315 7aChamber music.2lcgft a92bPUL01938cjm a2200493 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002500144035002000169042001400189043001200203245002300215246000900238264003900247264001200286300004100298336003700339337002300376338003100399344001900430344001900449344001900468347002200487347001300509500002700522511020800549518005400757505031600811650003701127650001801164650004401182651003801226648002001264655002501284655002501309655003401334655001801368710004601386994001201432ocm28820613 OCoLC20230718213016.0sd fsngnnmmned230712t19921992hiuppnn n eng d a 2023624753 aHUHbengerdacDLCdOCLCFdHUH02aNRCD-9201bNiho Mano a(OCoLC)28820613 alccopycat an-us-hi00aHoʻaikāne live.3 aLive 1aHonolulu, HI :bNiho Mano,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aHoʻaikāne (Walter Tavares, vocals, ukulele ; Noland Hao, vocals, multiple guitars ; Hoku Tolentino, vocals, electric guitar ; Jamin Wong, drums, percussion, vocals, rap ; Jamieson Wong, bass, vocals). oRecorded livepFast Eddie's Night Club, [Hawaii].0 aRoots/Rock/Reggae (6:23) -- Island reggae (5:34) -- One way ; Strictly reggae (4:36) -- 1865 (96 degrees in the shade) (5:48) -- Children playing (3:25) -- Romeo (5:36) -- Kailua Kona (4:40) -- 54-46 (What's my number/Taxi driver medley) (11:37) -- Gwarn (7:37) -- Cocody rock (6:08) -- Rub-a-dub medley (9:34). 0aReggae musiczHawaiiy1991-2000. 0aRagga (Music) 7aReggae music.2fast0(OCoLC)fst01093058 7aHawaii.2fast0(OCoLC)fst01208724 7a1991-20002fast 7aReggae music.2lcgft 7aRagga (Music)2lcgft 7aLive sound recordings.2lcgft 7aSongs.2lcgft2 aHoʻaikāne (Musical group),eperformer. a92bPUL02056cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002500161035002000186042001400206043001200220110005700232245003300289246001700322264004300339264001200382300004100394336003700435337002300472338003100495344001900526344001900545344001900564347002200583347001300605500002700618500004200645511013700687518005000824500003400874505028200908650003701190650001801227650004201245650004501287650004401332651003801376648002001414655002501434655002501459655001801484994001201502ocm29415486 OCoLC20230718213016.0sd fsngnnmmned230712t19931993hiuppnn d n eng d a 2023624754 aHUHbengerdacDLCdOCLCFdHUH1 a76852693012502aNRCD-9301bNiho Mano a(OCoLC)29415486 alccopycat an-us-hi2 aHoʻaikāne (Musical group),ecomposer,eperformer.10aBulletproof /cHoʻaikāne.3 aBullet proof 1aHonolulu, Hawaii :bNiho Mano,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll songs by members of Hoʻaikāne.0 aHoʻaikāne (Walter Tavares, Nolan Hao, Brad Nelmida, Hoku Tolentino, Jamin Wong, Jamieson Wong) ; with Dave Tucciarone, kayboards. oRecordedpFortunate Sun Studio, Honolulu, HI. aLyrics inserted in container.0 aBulletproof (3:30) -- Big Island surfing (5:02) -- Music is here to stay (Aloha irie) (4:13) -- Slowly but surely (3:57) -- Miracle of love (4:39) -- Ruff necked non-stop (4:06) -- Falling in love (3:56) -- Hawaiian roots (4:02) -- Sweet love (4:08) -- Nice up yourself (4:03). 0aReggae musiczHawaiiy1991-2000. 0aRagga (Music) 6aMusique populairezHawaiiy1991-2000. 7aPopular music.2fast0(OCoLC)fst01071422 7aReggae music.2fast0(OCoLC)fst01093058 7aHawaii.2fast0(OCoLC)fst01208724 7a1991-20002fast 7aReggae music.2lcgft 7aRagga (Music)2lcgft 7aSongs.2lcgft a92bPUL02453cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154024001500171028002300186028002900209033002300238035002000261042001400281043001200295082001100307245007100318246003000389264004200419264001200461300004100473336003700514337002300551338003100574344001900605344001900624344001900643347002200662347001300684500002700697511026100724508004900985518006201034500004101096505029401137650002101431650002501452650003301477650003601510650005101546648002001597655001701617655003401634700005401668700003501722700003801757710004401795994001201839ocm29417395 OCoLC20230718213016.0sd fsngnnmmned230713t19931993nyujznn fi n zxx d a 2023624761 aOBEbengerdacDLCdSXPdEREdOCLCFdOBE1 a0124163154251 a124163154202a63154-2bNovus/RCA02a01241 63154-2bNovus/RCA10a199301--a199302-- a(OCoLC)29417395 alccopycat an-us---04a781.6500aOf kindred souls :bthe Roy Hargrove Quintet live /cRoy Hargrove.3 aRoy Hargrove Quintet live 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aRoy Hargrove Quintet (Roy Hargrove, trumpet ; Ron Blake, tenor and soprano saxophones ; Marc Cary, piano ; Rodney Whitaker, bass ; Gregory Hutchinson, drums) ; with special guests, Gary Bartz, alto saxophone (3rd work) ; Andre Hayward, trombone (2nd work). aProduced by Larry Clothier and Roy Hargrove. oRecorded lived1993 January-Februarypvarious jazz clubs. aProgram notes inserted in container.0 aThe left side (6:37) -- Everything I have is yours ; Dedicated to you (4:48) -- My shining hour (6:09) -- For Rockelle (6:08) -- Re-evaluation (5:06) -- Of kindred souls (6:08) -- Mothered (9:02) ; Childhood (:47) -- Homelife revisited (6:52) -- Love's lament (5:26) -- Gentle wind (9:28). 0aJazzy1991-2000. 0aTrumpet music (Jazz) 6aTrompette, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aTrumpet music (Jazz)2fast0(OCoLC)fst01158108 7a1991-20002fast 7aJazz.2lcgft 7aLive sound recordings.2lcgft1 aHargrove, Roy,eaudio producer,einstrumentalist.1 aBartz, Gary,einstrumentalist.1 aHayward, Andre,einstrumentalist.2 aRoy Hargrove Quintet,einstrumentalist. a92bPUL02223cjm a2200625 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005700109015001900166016002500185024001500210028002700225028002200252028002100274033002300295035002000318041000800338042001400346048000900360050002700369084001800396084001600414100002500430245003200455260004100487300003000528336003700558337002300595338003100618344001900649344001900668344001200687347002200699347001300721500001000734511002600744518004100770500012900811500011400940505023901054508003301293650002301326650002101349650002901370650002101399650003601420650004901456648002001505655001901525938004101544994001201585ocm29697127 OCoLC20230718213016.0sd bmmennmplue230717p19931955nyujznn hi n zxx d a 2023626403 aJEDbengcDLCdCPLdBTCTAdOCLCFdXFGdNLCdFXRdJED a9815143752can a(AMICUS)0000177317902 a314518279202a314 518 279-2bMercury00aMG 20063bMercury00aMG 36069bEmArcy00a19550314b3804cN4 a(OCoLC)296971270 geng alccopycat aka01 4aM1450.G234bS6 1993 CD acci1icc2lacc acoll92lacc1 aGarner, Erroll.4prf10aSolitaire /cErroll Garner. aNew York, N.Y. :bMercury,c℗1993. a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aJazz.0 aErroll Garner, piano. aRecorded Mar. 14, 1955, in New York. a"Tracks 1-7 original LP issue: Solitaire, Mercury MG 20063, tracks 8-11 original LP issue: Erroll!, EmArcy MG 36069"--Notes. aProgram notes by Neil Tesser and original album notes by Ralph J. Gleason ([8] pages)--inserted in container.0 aI'll never smile again -- Then you've never been blue -- It's the talk of the town -- Solitaire -- A cottage for sale -- That old feeling -- Over the rainbow -- Yesterdays -- Who? -- When a gypsy makes his violin cry -- Salud Segovia. aOriginal producer, Bob Shad. 0aPiano music (Jazz) 0aJazzy1951-1960. 6aPiano, Musique de (Jazz) 6aJazzy1951-1960. 7aJazz.2fast0(OCoLC)fst00982165 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1951-19602fast 4aCompact discs. aBaker and TaylorbBTCPnbe2001023665 a92bPUL02640cjm a2200709 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006200109015002500171016002500196028003100221028003500252033002900287033002300316035002000339041000800359042001400367045001000381048000900391050001700400082001400417084001800431110005600449245002200505264003900527264001200566300006000578306001100638336003700649337002300686338003100709344001900740344001900759344001900778347002200797347001300819500002700832500003300859511008700892508002900979518006901008500009401077505024301171650002201414650002601436650002601462650003001488650002801518650002801546650002301574650005201597650005201649650004801701650004301749655006501792655002601857700003501883994001201918ocm29699498 OCoLC20230718213016.0sd fsngnnmmned230711p19921991onczznn ei n zxx d a 2023624751 aMNObengerdacDLCdVT2dOCLCFdNLCdPAUdTJCdTJCBLdMNO a941516865 rév2can a(AMICUS)00001323495702a10295bNexusq(disc label)02aWRC8-6610bNexusq(disc label)20a19910827a19910828b11451 a19910827a19910828 a(OCoLC)296994980 geng alccopycat0 bd1991 apz05 4aM985.N48bO604a785.68195 acci1icc2lacc2 aNexus (Musical group),ecomposer,einstrumentalist.10aOrigins /cNexus. 1aToronto, Ontario :bNexus,c[1992] 4c℗1992 a1 audio disc (46 min., 39 sec.) :bdigital ;c4 3/4 in. a004639 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll music composed by Nexus.0 aNexus (Bob Becker, William Cahn, Robin Engelman, Russell Hartenberger, John Wyre). aProduced by Ray Dillard. oRecordedd1991 August 27-28pMasters Workshop, Rexdale, Ontario. aProgram notes and listing of instruments used (4 pages : portrait) inserted in container.0 aOrigins (8:15) -- Signs of the time (11:10) -- Song of the nine iron (6:17) -- Perpetual emotion. The Good Humor Man meets the knife sharpener (2:53) ; A flash in the pans (5:08) -- Arioso (2:22) -- Waltz happens (6:50) -- Our way (3:40). 0aPercussion music. 0aPercussion ensembles. 0aImprovisation (Music) 6aEnsembles à percussion. 6aPercussion, Musique de. 6aImprovisation (Musique) 6aMusiques du monde. 7aImprovisation (Music)2fast0(OCoLC)fst00968306 7aPercussion ensembles.2fast0(OCoLC)fst01057725 7aPercussion music.2fast0(OCoLC)fst01057740 7aWorld music.2fast0(OCoLC)fst01181375 7aSound recordings.2fast0http://id.worldcat.org/fast/1411639 7aPopular music.2lcgft1 aDillard, Ray,eaudio producer. a92bPUL02680cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001700159028002300176028002900199035002000228042001400248050002400262082001100286100006600297245007600363246001700439264004200456264001200498300004100510306001100551336003700562337002300599338003100622344001900653344001900672344001900691347002200710347001300732500002700745500010100772511009500873508003100968518009100999500005801090505036001148650002101508650002701529650001701556650003301573650003501606650003601641650005301677650006001730648002001790655001501810655003601825655001701861655002401878655003401902655001701936710005301953994001202006ocm29945549 OCoLC20230718213016.0sd fsngnnmmned230714t19931993nyumunn fi n zxx d a 2023624768 aSVPbengerdacDLCdOCLCFdPMDdGRRdNOCdSVP1 a01241631602602a63160-2bNovus/RCA02a01241 63160-2bNovus/RCA a(OCoLC)29945549 alccopycat14aM1366.C65bT36 199304a781.651 aColeman, Steve,ecomposer,eaudio producer,einstrumentalist.14aThe tao of mad phat :bfringe zones /cSteve Coleman and Five Elements.3 aFringe zones 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. a011600 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll music written by Steve Coleman except the 11th work, written by Bunky Green & Steve Coleman.0 aSteve Coleman, alto saxophone, piano ; Five Elements ; and special guest instrumentalists. aProduced by Steve Coleman. oRecorded live before a studio audienced1993 May 6, 7 & 23pSystems Two, Brooklyn, NY. aProgram notes by Steve Coleman inserted in container.0 aThe tao of mad phat (15:29) -- Alt-shift-return (7:10) -- Collective meditations I (Suite). Changing of the guard (3:56) ; Guards on the train (3:04) ; Relax your guard (0:39) ; All the guards there are (2:10) ; Enter the rhythm (people) (4:04) -- Incantation (3:56) -- Laid back schematics (8:15) -- Polymad nomads (10:36) -- Little girl on fire (16:31). 0aJazzy1991-2000. 0aSaxophone music (Jazz) 0aFunk (Music) 6aSaxophone, Musique de (Jazz) 6aSaxophone et ensemble de jazz. 7aJazz.2fast0(OCoLC)fst00982165 7aSaxophone music (Jazz)2fast0(OCoLC)fst01106225 7aSaxophone with jazz ensemble.2fast0(OCoLC)fst01106239 7a1991-20002fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aFunk (Music)2lcgft 7aLive sound recordings.2lcgft 7aJazz.2rvmgf2 aFive Elements (Musical group),einstrumentalist. a92bPUL04590cjm a2200997 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001800154028002900172035002000201041003300221042001400254043001200268050002300280100004500303245003400348264004300382264001200425300006800437306004300505336003700548337002300585338003100608344001900639344001900658344001200677344001900689347002200708347001300730382005600743382004300799382004700842382004300889382003600932500002700968511036600995518008801361518007101449518007701520518007301597500007901670505042001749650004002169650002902209650001202238650003402250650004102284650002002325650003002345650005302375650005002428651004602478650002102524655003802545655003402583655001902617655002502636655001802661655003402679655002602713655001902739700003402758700003302792700003202825700003502857700003502892700004202927700003702969700006003006700007203066700005003138700007603188700005203264710005003316710005003366740002503416740003603441740001803477740003503495740005003530994001203580ocm31100384 OCoLC20230718213016.0sd fsngnnmmned940914p19921990xr munn i n lat d a 99588966  aIVJbengerdacDLCdOCLCFdS3OdGZMdIVJ3 a859691114382702a11 1438-2 231bSupraphon a(OCoLC)311003840 dlatdczegengggergfregcze alccopycat ae-xr--- 4aM2021.E23bR4 19921 aEben, Petr,ecomposer,einstrumentalist.10aReligious works /cPetr Eben. 1a[Czech Republic] :bSupraphon,c[1992] 4c℗1992 a1 audio disc (56 min., 43 sec.) :bdigital, stereo ;c4 3/4 in. a000816a001444a000549a001606a001119 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01amixed choruse1ainstrumental ensemblee1t22lcmpt01amen's choruse1aorgann1r1t12lcmpt01amezzo-soprano voicen1aorgann1s22lcmpt01amixed choruse1aorgann1r1t12lcmpt01atrombonen1aorgann1s22lcmpt aTitle from disc label.0 aDagmar Mašková, soprano (4th work) ; Jaromír Bělor, baritone (4th work) ; Pavla Bušová, mezzo-soprano (3rd work) ; Jan Votava, trombone (5th work) ; Jan Kšica (3rd-4th works), Jan Kalfus (5th work), Petr Eben (2nd work), organ ; Czech Philharmonic Chorus, Lubomír Mátl, chorus master ; Prague Trumpeteters, Josef Svejhovský, artistic leader. 32nd, 4th worksorecordedd1990 September 18, 19, and 21pSt. James's Church Prague. 31st workorecordedd1990 September 24pSt. James's Church, Prague. 35th-6th worksarecorded 1990 October 26pSt. Clemences's Church, Prague. 33rd workorecordedd1990 November 7pSt. Clemences's Church, Prague. aProgram notes in English, German, French, and Czech inserted in container.0 aThe Prague Te Deum 1989 = Prašké te deum 1989 : for mixed chorus, brass and percussion instruments (8:16) -- Missa adventus et quadragesimae : for male chorus and organ (14:44) -- The song of Ruth = Píseň Ruth : for mezzo-soprano and organ (5:49) -- Vesperae in festo nativitatis B. M. V. : for mixed chorus and organ (16:06) -- Two invocations to the St. Wenceslas chorale : for trombone and organ (11:19). 0aSacred vocal musiczCzech Republic. 0aTe Deum laudamus (Music) 0aMasses. 0aChoruses, Sacred, with organ. 0aSacred songs (Low voice) with organ. 0aVespers (Music) 0aTrombone and organ music. 6aMusique vocale sacréezRépublique tchèque. 7aSacred vocal music.2fast0(OCoLC)fst01103213 7aCzech Republic.2fast0(OCoLC)fst01256743 7aKyrkomusik.2sao 7aMasses.2fast0(OCoLC)fst01726667 7aMorning service music.2lcgft 7aMasses.2lcgft 7aSacred music.2lcgft 7aSongs.2lcgft 7aEvening service music.2lcgft 7aChamber music.2lcgft 7aMesses.2rvmgf1 aMašková, Dagmar,esinger.1 aBělor, Jaromír,esinger.1 aBušová, Pavla,esinger.1 aVotava, Jan,einstrumentalist.1 aKalfus, Jan,einstrumentalist.1 aMátl, Lubomír,d1941-econductor.1 aSvejkovský, Josef,econductor.12iContainer of (work):aEben, Petr.tPrager Te Deum 1989.12iContainer of (work):aEben, Petr.tMissa adventus et quadragesimae.12iContainer of (work):aEben, Petr.tArie Ruth.12iContainer of (work):aEben, Petr.tVesperae in festo nativitatis B.M.V.12iContainer of (work):aEben, Petr.tInvocations.2 aPražský filharmonický sbor,eperformer.2 aSoubor Pražských trubačů,eperformer.02aPrague te deum 1989.02aMissa adventus et quadragesmae.02aSong of Ruth.02aVesperae in festo nativitatis.02aTwo invocations to the St. Wenceslas chorale. a92bPUL01839cem a2200517 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040004500103020001800148020001500166034001300181035002000194037002200214041001300236043001200249050002300261052001300284110006000297245010500357246002800462250001700490255002000507264006600527264001100593300005500604336004000659337002800699338002600727500002200753500004400775500006900819546004600888651003900934650006600973650005001039650003701089651005801126655004101184655003601225655001701261655003101278994001201309ocm31678890 OCoLC20230718213016.0aj canzn230707t19911991sa a 1 eng  a 2023591378 aDLCbengerdacDLCdCUYdCUTdOCLCFdNYP a9781868091591 a18680915971 aab20000 a(OCoLC)31678890 aM3046bMap Studio0 aengaafr af-sa---00aG8504.B6 1991b.M3 a8504bB62 aMap Studio (Firm),ecartographer,eprinter,epublisher.10aBloemfontein streetplan =bBloemfontein straatplan /ccompiled, printed and published by Map Studio.31aBloemfontein straatplan a3rd edition. aScale 1:20,000. 1aJohannesburg ;aCape Town :bpublished by Map Studio,c[1991] 4c©1991 a1 map :bcolor ;c78 x 98 cm, folded to 20 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIncludes text and inset of city center. aIndex to points of interest, suburbs, and street names on verso. aText and legend in English and Afrikaans. 0aBloemfontein (South Africa)vMaps. 0aCentral business districtszSouth AfricazBloemfonteinvMaps. 6aRouteszAfrique du SudzBloemfonteinvCartes. 7aRoads.2fast0(OCoLC)fst01098511 7aSouth AfricazBloemfontein.2fast0(OCoLC)fst01209447 7aRoad maps.2fast0(OCoLC)fst01752673 7aMaps.2fast0(OCoLC)fst01423704 7aMaps.2lcgft 7aCartes routières.2rvmgf a92bPUL02008cem a2200553 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040004500103019001300148020001800161020001500179034001400194035003700208037002200245041001300267043001200280050002700292052001300319052001300332110006000345245010800405246006000513246004500573246008400618250001700702255003600719264006100755264001100816300005500827336004000882337002800922338002600950500003400976500002201010546004601032651003601078651004701114651006601161651005501227655002301282655004401305655003601349655002501385655003201410994001201442ocm31678947 OCoLC20230718213016.0aj canzn230707t19921992sa g a 0 eng  a 2023591377 aDLCbengerdacDLCdOREdCUTdOCLCFdNYP a35626650 a9781868091874 a18680918721 aab460000 a(OCoLC)31678947z(OCoLC)35626650 aM3018bMap Studio0 aengaafr af-sa---00aG8503.T7E635 1992b.M3 a8503bT7 a8502bK72 aMap Studio (Firm),ecartographer,eprinter,epublisher.10aTourist map, Eastern Transvaal & Kruger National Park /ccompiled, printed and published by Map Studio.3 aTourist map, Eastern Transvaal and Kruger National Park30aEastern Transvaal & Kruger National Park1 iAlternate panel title:aToeristekaart, Oos-Transvaal & Nasionale Krugerwildtuin a4th edition. aScale 1:460,000. 1 cm = 4.6 km. 1aSandton ;aCape Town :bpublished by Map Studio,c[1992] 4c©1992 a1 map :bcolor ;c86 x 41 cm, folded to 21 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aTitle from panel. aText and legend in English and Afrikaans. 0aTransvaal (South Africa)vMaps. 0aKruger National Park (South Africa)vMaps. 7aSouth AfricazKruger National Park.2fast0(OCoLC)fst01245535 7aSouth AfricazTransvaal.2fast0(OCoLC)fst01208743 7atourist maps.2aat 7aTourist maps.2fast0(OCoLC)fst01423809 7aMaps.2fast0(OCoLC)fst01423704 7aTourist maps.2lcgft 7aCartes touristiques.2rvmgf a92bPUL01962cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002500161035002000186042001400206043001200220245002900232264003900261264001200300300004100312336003700353337002300390338003100413344001900444344001900463344001900482347002200501347001300523500002700536511017400563518004300737505030600780650003701086650001801123650004201141650004501183650004401228651003801272648002001310655002501330655002501355655001801380710004601398994001201444ocm32929775 OCoLC20230718213016.0sd fsngnnmmned230712t19951995hiuppnn n eng d a 2023624755 aHUHbengerdacDLCdOCLCFdHUH1 a76852695012302aNRCD-9501bNiho Mano a(OCoLC)32929775 alccopycat an-us-hi00aMassive /cHoʻaikāne. 1aHonolulu, HI :bNiho Mano,c[1995] 4c℗1995 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aHoʻaikāne (Walter "Ace" Tavares, Nolan Hao, Derek "Hoku" Tolentino, Jamieson "Wongie", Jamin "Chief Ragga", Brad "B-rad") ; with guest instrumentalists and vocalists. oRecordedpSea-West Studios, Pahoa, HI.0 aShaka fly (4:42) -- Juvenile justice (4:18) -- One shot (4:39) -- Rave all night (4:07) -- Gal ya' good (3:33) -- Dancehall hot (4:36) -- Hotel California (6:30) -- No one race (is better) (4:12) -- Swing (4:27) -- You don't have to cry (3:56) -- Caution area (4:05) -- Rave (Rick's ragga mix) (3:58). 0aReggae musiczHawaiiy1991-2000. 0aRagga (Music) 6aMusique populairezHawaiiy1991-2000. 7aPopular music.2fast0(OCoLC)fst01071422 7aReggae music.2fast0(OCoLC)fst01093058 7aHawaii.2fast0(OCoLC)fst01208724 7a1991-20002fast 7aReggae music.2lcgft 7aRagga (Music)2lcgft 7aSongs.2lcgft2 aHoʻaikāne (Musical group),eperformer. a92bPUL01928cjm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144024001500161028002600176035002000202042001400222100005800236245005100294264004200345264001200387300004100399336003700440337002300477338003100500344001900531344001900550344001900569347002200588347001300610500002600623500006500649508002900714511016300743518004900906500003400955505015800989650002701147650002801174650003101202650004201233648002001275655003501295655001801330710005001348994001201398ocm35316357 OCoLC20230718213016.0sd fsngnnmmned230712t19961996mnurcnn d n eng d a 2023624752 aOWMbengerdacDLCdOCLCFdOWM1 a6073966001201 a073966001202aNR 6001bNice Records a(OCoLC)35316357 alccopycat1 aDeal, Kelley,ecomposer,eaudio producer,eperformer.10aGo to the sugar altar /cthe Kelley Deal 6000. 1aSt. Paul, MN :bNice Records,c[1996] 4c℗1996 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container. aAll songs by Kelley Deal, some in collaboration with others. aProduced by Kelley Deal.0 aThe Kelley Deal 6000 (Kelley Deal, guitar, vocals ; Nick Hook, drums ; Marty Nedich, bass ; Steve Salett, guitar) ; with guest instrumentalists and vocalists. oRecordedpPachyderm or Terrarium, Minnesota. aLyrics inserted in container.0 aCanyon -- How about hero -- Dammit -- Sugar -- A hundred tires -- Head o fthe cult -- Nice -- Trixie delicious -- Marooned -- Tick tock -- Mr. Goodnight. 0aRock musicy1991-2000. 0aAlternative rock music. 6aRock (Musique)y1991-2000. 7aRock music.2fast0(OCoLC)fst01099204 7a1991-20002fast 7aAlternative rock music.2lcgft 7aSongs.2lcgft2 aKelley Deal 6000 (Musical group),eperformer. a92bPUL02169cjm a2200529 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169043002100183100002600204245005700230260003600287300004900323336003700372337002300409338003100432500002600463511008900489505040400578650002000982650002201002650002501024650003101049650002601080650002001106650002401126650002401150650003701174650003901211650002701250650002501277650004801302650004201350650005101392650003701443650004601480651003901526651004501565700001701610994001201627ocm36069578 OCoLC20230718213016.0sd bmmennmplue230717s196u nyusgnn n eng d a 2023626388 aHLSbengcDLC02aMG-20007bMercury a(OCoLC)36069578 alccopycat an-us---ae-uk-en1 aDyer-Bennet, Richard.10aOlden Ballads /cRichard Dyer-Bennet and Tom Glazer. a[New York] :bMercury,c[196-?] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aTitle from container.0 aTom Glazer, vocals (1st-10th works) ; Richard Dyer-Bennet, vocals (11th-18th works).0 aTwelve days of Christmas -- The sheeling song -- Hush little baby -- Sixteen come Sunday -- Green sleeves -- Waly waly -- Uncle Reuben -- Blow the candles out -- Black-eyed Susie -- Go 'way from my window -- The golden vanity -- The Lincolnshire poacher -- The derby ram -- The swag man -- The house carpenter -- The Charleston merchant -- Hullabaloo belay -- What shall we do with a drunken sailor. 0aSongs, English. 0aBallads, English. 0aFolk songs, English. 0aFolk musiczUnited States. 0aMusiczUnited States. 0aMusiczEngland. 6aChansons anglaises. 6aBallades anglaises. 6aChansons folkloriques anglaises. 6aMusique folkloriquezÉtats-Unis. 6aMusiquezÉtats-Unis. 6aMusiquezAngleterre. 7aBallads, English.2fast0(OCoLC)fst00825896 7aFolk music.2fast0(OCoLC)fst00929383 7aFolk songs, English.2fast0(OCoLC)fst00929875 7aMusic.2fast0(OCoLC)fst01030269 7aSongs, English.2fast0(OCoLC)fst01126319 7aEngland.2fast0(OCoLC)fst01219920 7aUnited States.2fast0(OCoLC)fst012041551 aGlazer, Tom. a92bPUL01738cjm a22003851a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002100166035002000187042001300207050001400220100003400234245007800268260003900346300006300385336003700448337002300485338003100508511006300539518006700602500001800669505041900687650003401106650002601140650002401166650006001190650005201250710003801302994001201340ocm37417205 OCoLC20230718213016.0sd fsngnnmmneu040402p19971990gaumcnn n zxx d a 2004578942 aJQFbengcDLCdDLCdVVWdOCLCFdJQF1 a01509562232702a6223bIntersound a(OCoLC)37417205 alcderive00aSDA 934901 aNero, Peter,d1934-2023.4prf10aOn my ownh[sound recording] :band other Broadway ballads /cPeter Nero. aRoswell, GA :bIntersound,cc1997. a1 sound disc :bdigital ;c4 3/4 in. +e1 booklet ([8] p.) aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aPeter Nero, piano, conductor; Columbus Symphony Orchestra. aRecorded July 14-15, 1990, at Capitol Theatre, Columbus, Ohio. aCompact disc.0 aCity of angels. You're nothing without me (3:22) -- Gypsy. Small world (2:53) -- Aspects of love. Anything but lonely (3:45) -- 42nd Street. Lullaby of Broadway (5:15) -- West Side story. Maria (3:16) -- The phantom of the opera. Phantom phantasy (13:24) -- Cats. Memory (5:54) -- The Garrick gaieties of 1926. Mountain greenery (2:40) -- Les misérables. On my own (4:42) -- The Richard Rodgers songbook (17:53). 0aMusicalsvExcerpts, Arranged. 0aPiano with orchestra. 6aPiano et orchestre. 7aMusicalsxExcerpts, Arranged.2fast0(OCoLC)fst01426046 7aPiano with orchestra.2fast0(OCoLC)fst010634982 aColumbus Symphony Orchestra.4prf a92bPUL02366cjm a2200589 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004700109024001800156024001700174024001500191028002900206035002000235041002300255042001400278050002200292100005000314245005300364246003000417264003300447264001200480300005100492306001900543336003700562337002300599338003100622344001900653344001900672344001200691344001900703347002200722347001300744382005400757500002700811511016700838500002401005500007901029505018201108650002001290650002701310650004601337651003201383655002601415700003601441700012501477700012601602710003601728994001201764ocm37452990 OCoLC20230718213016.0sd fsngnnmmned230714p19961994xr zznn efi n zxx d a 2023626581 aIOGbengerdacDLCdOCLCFdUWOdCHVBKdIOG3 a85969111465211 a5969111465211 a999251465202a11 1465-2 131bSupraphon a(OCoLC)374529900 gczegenggfregger alccopycat 4aM3.1.D97bC5 v.151 aDvořák, Antonín,d1841-1904,ecomposer.10aChamber works.nVol. 15 /cAntonín Dvořák.3 aChamber works.nVolume 15 1aPrague :bSupraphon,c[1994] 4c℗1994 a1 audio disc (70 min.) :bdigital ;c4 3/4 in. a002840a004122 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1aviolinn2aviolan1acellon1s52lcmpt aTitle from disc label.0 aJan Panenka (piano) and the Panocha Quartet (Jiří Panocha, 1st violin ; Pavel Zejfart, 2nd violin ; Miroslav Sehnoutka, viola ; Jaroslav Kulhan, violoncello). aCompact disc (DDD). aProgram notes in English, German, French, and Czech inserted in container.0 aQuintet for piano, 2 violins, viola and cello no. 1 in A major, op. 5 (B. 28) (28:40) -- Quintet for piano, 2 violins, viola and cello no. 2 in A major, op. 81 (B. 155) (41:22). 0aPiano quintets. 6aQuintettes pour piano. 7aPiano quintets.2fast0(OCoLC)fst01063466 7aTschechische Republik.2gnd 7aChamber music.2lcgft1 aPanenka, Jan,einstrumentalist.12iContainer of (work):aDvořák, Antonín,d1841-1904.tQuintets,mpiano, violins (2), viola, cello,nop. 5,rA major.12iContainer of (work):aDvořák, Antonín,d1841-1904.tQuintets,mpiano, violins (2), viola, cello,nop. 81,rA major.2 aPanochovo kvarteto,eperformer. a92bPUL01521cjm a22004091a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002100161035002000182042001300202082001000215100003400225245006500259260003900324300005100363306001100414336003700425337002300462338003100485511004600516500001800562505023300580650004300813650001700856650004800873650002300921650004300944650005800987648002001045700003401065994001201099ocm38905899 OCoLC20230718213016.0sd fsngnnmmned040312s1996 gaumunn n eng d a 2004578809 aXCAbengcDLCdDLCdOCLCFdXCA1 a01509535672702a3567bIntersound a(OCoLC)38905899 alcderive04a786.21 aNero, Peter,d1934-2023.4prf10aLove songs for a rainy dayh[sound recording] /cPeter Nero. aRoswell, GA :bIntersound,cp1996. a1 sound disc (58 min.) :bdigital ;c4 3/4 in. a005800 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aPeter Nero, piano; Michael Barnett, bass. aCompact disc.0 aHere's that rainy day -- All I ask of you -- As long as he needs me -- Summer of '42 -- Always -- Somewhere out there -- Stella by starlight -- Just the way you are -- I will love you always -- Misty -- The shadow of your smile. 0aPopular instrumental musicy1991-2000. 0aPiano music. 6aMusique instrumentale populairey1991-2000. 6aPiano, Musique de. 7aPiano music.2fast0(OCoLC)fst01063403 7aPopular instrumental music.2fast0(OCoLC)fst01071403 7a1991-20002fast1 aBarnett, Michael,d1941-4prf a92bPUL01953cjm a2200517 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002800127035002000155042001400175100003400189245003800223260004400261300003700305306001100342336003700353337002300390338003100413344001800444344001500462344001900477500002000496511005100516518006900567500004900636505044100685650002101126650002101147650003601168648002001204740001301224740002101237740001801258740002501276740002101301740001501322740001601337740002001353740001401373740003601387994001201423ocm40162010 OCoLC20230718213016.0sd bsmennmplue230717r19691959ilujznn fhi n zxx d a 2023626371 aUPMbengcDLC02aSRW-16407bMercury/Wing a(OCoLC)40162010 alccopycat1 aRich, Buddy,d1917-1987.4prf14aThe Rich rebellion /cBuddy Rich. aChicago, Ill. :bMercury/Wing,c[1969?] a1 audio disc (43 min.) ;c12 in. a004300 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc aJazz ensembles.0 aBuddy Rich, drums, leader ; and his orchestra. aRecorded in New York City, April 9-10, 1959 and April 7-8, 1960. aProgram notes by Marsha Gracie on container.0 aIndiana (back home again in Indiana) / Hanley ; McDonald (3:38) -- That's rich man / E. Wilkins (5:26) -- Sweets tooth / E. Wilkins (4:01) -- Song of the islands / Charles E. King (4:09) -- From the sticks / E. Wilkins (4:42) -- Astronaut / Ernie Wilkins (7:36) -- Rich craft / E. Wilkins (3:06) -- Yardbird suite / Charlie Parker (2:59) -- Cherokee / Ray Noble (4:08) -- Clap hands, here comes Charlie / Meyer ; McDonald ; Rose (3:04). 0aJazzy1951-1960. 6aJazzy1951-1960. 7aJazz.2fast0(OCoLC)fst00982165 7a1951-19602fast02aIndiana.02aThat's rich man.02aSweets tooth.02aSong of the islands.02aFrom the sticks.02aAstronaut.02aRich craft.02aYardbird suite.02aCherokee.02aClap hands, here comes Charlie. a92bPUL02004cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019001500159024001700174028002400191028002300215035003900238042001400277050001400291082001200305100004000317245003600357264004100393264001200434300004100446336003700487337002300524338003100547344001900578344001900597344001900616347002200635347001300657500002700670500003800697511012800735518006600863505026600929650001901195650004301214650002901257650004501286655004501331655002601376655002601402655003401428994001201462ocm40272681 OCoLC20230718213016.0sd fsngnnmmned000921t19981998cauppnn n zxx d a 00536438  aOCObengerdacDLCdDLCdOCLCFdGRRdJDPdOCO a12303132531 a04628625752302aRM 2575bReal Music02aRM2575bReal Music a(OCoLC)40272681z(OCoLC)1230313253 alccopycat00aSDA 1362214a781.6561 aKern, Kevin,ecomposer,eperformer.10aSummer daydreams /cKevin Kern. 1aSausalito, CA :bReal Music,c[1998] 4c℗1998 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll music composed by Kevin Kern.0 aKevin Kern, piano and keyboards ; Jeremy Cohen, violin ; Thalia Moore, cello ; Luis Baez, clarinet ; Bob Ward, french horn. oRecordeddJanuary 13-17, 1998pFantasy Studios, Berkeley, CA.0 aLe jardin (4:51) -- Once in the long ago (5:24) -- Twilight's embrace (6:59) -- Water tapestry (2:53) -- Pan's return (4:35) -- Pastel reflections (4:29) -- Whisperings (5:03) -- Summer daydreams (5:15) -- Dance of the dragonfly (3:57) -- Return to love (4:23). 0aNew Age music. 0aPopular instrumental musicy1991-2000. 6aMusique du Nouvel Âge. 7aNew Age music.2fast0(OCoLC)fst01036703 7aNew Age music.2fast0(OCoLC)fst01726684 7aNew Age music.2lcgft 7aPopular music.2lcgft 7aNouvel Âge (Musique)2rvmgf a92bPUL04058cam a22006494a 4500001001300000003000600013005001700019008004100036010001700077040012100094019009900215020001500314020001800329035017200347042000800519043001200527050002300539082002100562100003400583245011100617250002600728260006300754300006700817336002600884337002800910338002700938504006700965505079701032520019701829650005002026651004802076650006802124650005502192650005502247650007502302650007502377651003502452650005102487650004402538650004102582651005302623651007102676650002102747651002302768650006702791650006702858651004002925650002202965651002402987655003903011776016603050938007103216938003703287938003203324938004003356994001203396ocm41564958 OCoLC20230718213016.0990609s1999 mauab b s001 0 eng  a 99016750  aDLCbengcDLCdMUQdBAKERdBTCTAdYDXCPdMBBdIG#dZWZdHEBISdNAMdOCLCOdOCLCFdOCLCQdBRLdOCLCOdOKSdOCLCOdZLF a1013429291a1022678133a1051614022a1057084908a1156728691a1170484743a1171814604a1195737735 a1558492011 a9781558492011 a(OCoLC)41564958z(OCoLC)1013429291z(OCoLC)1022678133z(OCoLC)1051614022z(OCoLC)1057084908z(OCoLC)1156728691z(OCoLC)1170484743z(OCoLC)1171814604z(OCoLC)1195737735 apcc an-us-ma00aNA735.B7bS53 199900a720/.9744/612211 aShand-Tucci, Douglass,d1941-10aBuilt in Boston :bcity and suburb, 1800-2000 /cDouglass Shand-Tucci ; foreword by Walter Muir Whitehill. aRev. and expanded ed. aAmherst, MA :bUniversity of Massachusetts Press,c©1999. axxxiii, 451 pages :billustrations (some color), maps ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 401-435) and index.0 aForeword / Walter Muir Whitehill -- pt. I. Bulfinch and the Boston Granite Architects to Richardson and Olmsted, 1800-1890 -- 1. Before and After Bulfinch -- 2. The Great Traditions -- 3. H.H. Richardson's Boston -- 4. Streetcar City, Garden Suburbs -- 5. French Flats and Three Deckers -- pt. II. McKim and White to Cram and Goodhue and Gropius, 1890-1950 -- 6. Charles McKim and the Classical Revival -- 7. Ralph Adams Cram and Boston Gothic -- 8. The Shadow of Louis Sullivan -- 9. The Boston Rialto -- 10. Toward Gropius -- pt. III. TAC and Sert to Pei and Kallmann and McKinnell, 1950-2000 -- 11. Heroic Modernism -- 12. The "New Boston" -- 13. The Post-Modernist Reaction -- pt. IV. Machado and Silvetti and the New Moderns -- 14. From the "Villa Transformer" to the "Romantic Machine." aChronicles two hundred years in the history of Boston architecture, from the works of Charles Bulfinch to Machado and Silvetti, and includes more than three hundred photos, drawings, and maps. 0aArchitecturezMassachusettszBostonxHistory. 0aBoston (Mass.)xBuildings, structures, etc. 0aArchitecturezMassachusettszBoston Metropolitan AreaxHistory. 6aArchitecturezMassachusettszBostony19e siècle. 6aArchitecturezMassachusettszBostony20e siècle. 6aArchitecturezMassachusettszBoston, Agglomération dey19e siècle. 6aArchitecturezMassachusettszBoston, Agglomération dey20e siècle. 6aBoston (Mass.)xConstructions. 6aArchitecturezMassachusettszBostonxHistoire. 7aArchitecture.2fast0(OCoLC)fst00813346 7aBuildings.2fast0(OCoLC)fst00840962 7aMassachusettszBoston.2fast0(OCoLC)fst01205012 7aMassachusettszBoston Metropolitan Area.2fast0(OCoLC)fst01347189 7aArchitektur2gnd 7aBoston, Mass.2gnd 7aArchitecturezÉtats-UniszBoston (Mass.)y19e siècle.2ram 7aArchitecturezÉtats-UniszBoston (Mass.)y20e siècle.2ram 7aBoston (Mass.)xConstructions.2ram07aArchitektur.2swd 7aBoston 2swd 7aHistory.2fast0(OCoLC)fst0141162808iOnline version:aShand-Tucci, Douglass, 1941-tBuilt in Boston.bRev. and expanded ed.dAmherst, MA : University of Massachusetts Press, ©1999w(OCoLC)606371551 aBaker & TaylorbBKTYc32.95d24.71i1558492011n0003237133sactive aBaker and TaylorbBTCPn99016750 aIngrambINGRn9781558492011 aYBP Library ServicesbYANKn1544202 a92bPUL01861cjm a2200529 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003700109019001200146028002800158035003600186041000800222042001400230048000700244050001400251082002000265100003200285240002300317245009000340260004100430300005700471336003700528337002300565338003100588500002900619500003500648511012300683650002200806650003200828650002700860650003200887650004800919650005800967700002901025700001901054700007701073700004201150710003201192710003601224740002701260740001301287740001901300994001201319ocm42570978 OCoLC20230718213016.0sd bsmennmplue230717s196u nyuuunn n zxx d a 2023626377 aWaOLNbengcDLCdTRIdOCLCFdW7L a863512100aSRW 18030bMercury Wing a(OCoLC)42570978z(OCoLC)86351210 geng alccopycat aoa 4aM5.R3bR304a780.0711qOCoLC1 aRavel, Maurice,d1875-1937.10aRapsodie espagnole10aRapsodie espagnole ; Alborada del gracioso /cRavel. Escales = Ports of call / Ibert. a[New York] :bMercury Wing,c[196-?] a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aMercury Wing: SRW 18030. a2nd work originally for piano.0 aDetroit Symphony ; Paul Paray, conductor (1st, 3rd works) ; Minneapolis Symphony ; Antal Dorati, conductor (2nd work). 0aOrchestral music. 0aOrchestral music, Arranged. 6aOrchestre, Musique d'. 6aOrchestre, Musique d', arr. 7aOrchestral music.2fast0(OCoLC)fst01047289 7aOrchestral music, Arranged.2fast0(OCoLC)fst010473001 aParay, Paul,d1886-1979.1 aDorati, Antal.12aRavel, Maurice,d1875-1937.tMiroirs.pAlborada del gracioso;oarranged.12aIbert, Jacques,d1890-1962.tEscales.2 aDetroit Symphony Orchestra.2 aMinneapolis Symphony Orchestra.0 aAlborada del gracioso.0 aEscales.0 aPorts of call. a92bPUL02412cjm a2200529 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002800161035002000189042001400209050002500223082001200248100001800260245008900278260010900367300003000476336003700506337002300543338003100566344001900597344001900616344001200635347002200647347001300669500002900682500003800711511009300749505060700842650002201449650003201471650004801503655004501551655004801596655002901644655002601673655003801699655003401737700003401771700002901805730003601834994001201870ocm43775696 OCoLC20230718213016.0sd fsngnnmmned920805s1992 wiuzznn n zxx d a 99582836  aUOKbengcDLCdOCLCFdGRRdUOK1 a08361660012302aND-66001bNarada Cinema a(OCoLC)43775696 alccopycat 4aM1527.7.Z55bM5 199204a781.5461 aZimmer, Hans.10aMillennium :btribal wisdom and the modern world /call compositions by Hans Zimmer. aMilwaukee, WI :bNarada Cinema ;aUniversal City, CA :bDistributed by UNI Distribution Corp.,c℗1992. a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aNarada Cinema: ND-66001. aMusic from the television series.0 aArr. and performed by by John Van Tongeren and Mark Mancina ; with additional musicians.0 aShaman's song (:27) -- Stories for a thousand years (1:00) -- The journey begins (1:58) -- The stone drag (2:19) -- Courting song/Love in the Himalayas (3:18) -- Inventing reality (2:16) -- Fiddlers/Pilgrimage to Wirikuta (4:30) -- The shock of the other (7:15) -- Race of the initiates (2:00) -- The art of living (2:18) -- Geerewol celebrations (5:01) -- Song for the dead (:56) -- Pilgrims' chant/In the land of the ancestors (3:50) -- An ecology of mind (4:32) -- Well song/A desert home (3:37) -- Initiation chant/Rites of passage (2:09) -- The journey continues (3:13) -- Millennium theme (3:06). 0aTelevision music. 6aTélévision, Musique de. 7aTelevision music.2fast0(OCoLC)fst01146957 7aNew Age music.2fast0(OCoLC)fst01726684 7aTelevision music.2fast0(OCoLC)fst01726760 7aTelevision music.2lcgft 7aNew Age music.2lcgft 7aMusique de télévision.2rvmgf 7aNouvel Âge (Musique)2rvmgf1 aVan Tongeren, John.4arr4prf1 aMancina, Mark.4arr4prf0 aMillennium (Television program) a92bPUL02198cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001800159028002900177028002900206035002000235041002300255042001400278050002200292100004700314245004900361264003400410264001200444300005100456306001900507336003700526337002300563338003100586344001900617344001900636344001200655344001900667347002200686347001300708382004400721500002700765511011700792518006900909500005200978500011101030505010601141650002101247650002501268650004701293655002601340700011501366700011501481710003601596994001201632ocm43804573 OCoLC20230718213016.0sd fsngnnmmned930730p19991989xr uunn i n zxx d a 93720228  aDUQbengerdacDLCdGZTdSTFdOCLCFdCEFdDUQ3 a859691115142602aSU 3450-2 131bSupraphon02a11 1514-2 131bSupraphon a(OCoLC)438045730 gengggergfregcze alccopycat14aM452.S64bC4 19991 aSmetana, Bedřich,d1824-1884,ecomposer.10aChamber works.nVol. 1 /cBedřich Smetana. 1aPrague :bSupraphon,c[1992?] 4c℗1992 a1 audio disc (45 min.) :bdigital ;c4 3/4 in. a002705a001811 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01aviolinn2aviolan1acellon1s42lcmpt aTitle from disc label.0 aPanocha Quartet (Jiří Panocha, Pavel Zejfart, violins ; Miroslav Sehnoutka, viola ; Jaroslav Kulhan, cello). oRecorded atpDobřiš Châteaud1989 November 13d1990 May 2. aPreviously released as Supraphon 11 1514-2 131. aProgram notes in English, German, French and Czech (8 unnumbered pages : portraits) inserted in container.00tString quartet no. 1 in E minor "From my life"g(27:05) --tString quartet no. 2 in D minorg(18:11). 0aString quartets. 6aQuatuors à cordes. 7aString quartets.2fast0(OCoLC)fst01135315 7aChamber music.2lcgft12iContainer of (work):aSmetana, Bedřich,d1824-1884.tQuartets,mviolins (2), viola, cello,nno. 1,rE minor.12iContainer of (work):aSmetana, Bedřich,d1824-1884.tQuartets,mviolins (2), viola, cello,nno. 2,rD minor.2 aPanochovo kvarteto,eperformer. a92bPUL03053cjm a22007571a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005500109019003600164024001500200024001700215028003000232035007400262041000800336042001300344050001400357082002400371100003400395240002300429245004700452246001800499260004000517300004100557336003700598337002300635338003100658500001800689511008400707500004400791500004100835505023100876650002601107650001701133650002201150650003301172650002401205650002301229650002701252650005901279650004801338650004301386650005201429655002701481655001901508655004801527655004001575655002901615655002101644655003601665655002101701700003801722700002101760700003401781700005301815700005401868700007401922700005501996700007502051700006302126700006202189710003202251994001202283ocm44060243 OCoLC20230718213016.0sd zsngnnmmned010209r19991991nyumunn i n und d a 2001539587 aBKLbengcDLCdDLCdOCLCFdMXLdMNMdMNGdJDPdBKL a987068612a990643848a9954911262 a90266083421 a09026608342802a09026-60834-2bRCA Victor a(OCoLC)44060243z(OCoLC)987068612z(OCoLC)990643848z(OCoLC)9954911260 geng alcderive00aSDA 2325904a781.63bG323g, 19991 aGershwin, George,d1898-1937.10aWorks.kSelections10aGershwin greatest hitsh[sound recording].30aGreatest hits aNew York, NY :bRCA Victor,cp1999. a1 sound disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.0 aBoston Pops ; Arthur Fiedler, conductor ; Earl Wild, piano ; Peter Nero, piano. aSelections previously released in 1991. aProgram notes inserted in container.0 aRhapsody in blue -- An American in Paris -- Concerto in F for piano and orchestra: Adagio, andante con moto ; Allegro agitato -- Strike up the band -- Our love is here to stay -- The man I love -- Variations on "I got rhythm." 0aPiano with orchestra. 0aPiano music. 0aOrchestral music. 0aConcertos (Piano)vExcerpts. 6aPiano et orchestre. 6aPiano, Musique de. 6aOrchestre, Musique d'. 7aConcertos (Piano)xExcerpts.2fast0(OCoLC)fst00873662 7aOrchestral music.2fast0(OCoLC)fst01047289 7aPiano music.2fast0(OCoLC)fst01063403 7aPiano with orchestra.2fast0(OCoLC)fst01063498 7asound recordings.2aat 7aexcerpts.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aExcerpts.2fast0(OCoLC)fst01692837 7aSound recordings.2lcgft 7aExcerpts.2lcgft 7aEnregistrements sonores.2rvmgf 7aExtraits.2rvmgf1 aFiedler, Arthur,d1894-1979.4cnd1 aWild, Earl.4prf1 aNero, Peter,d1934-2023.4prf12aGershwin, George,d1898-1937.tRhapsody in blue.12aGershwin, George,d1898-1937.tAmerican in Paris.12aGershwin, George,d1898-1937.tConcerto,mpiano, orchestra,rF major.12aGershwin, George,d1898-1937.tStrike up the band.12aGershwin, George,d1898-1937.tGoldwyn follies.pLove is here to stay.12aGershwin, George,d1898-1937.tLady, be good!pMan I love.12aGershwin, George,d1898-1937.t"I got rhythm" variations.2 aBoston Pops Orchestra.4prf a92bPUL02530cjm a2200661 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002800127035002000155042001400175045000900189100002700198240003200225245002000257260003900277300002700316336003700343337002300380338003100403344001800434344001500452344001900467490002100486511019600507500004900703505045600752650002401208650005001232700002801282700002601310700002401336700004201360700003401402700002301436700002501459740002101484740002001505740003001525740002501555740002601580740001301606740002201619740003101641740001901672740003201691740002501723740002501748740001001773740002201783740001801805740001101823830002201834994001201856ocm45017923 OCoLC20230718213016.0sd bsmennmplue230717s1961 ilumcnn fh n eng d a 2023626372 aUMKbengcDLC02aSRW-17000bMercury/Wing a(OCoLC)45017923 alccopycat ax5x61 aStrouse, Charles.4cmp10aBye bye Birdie.kSelections10aBye bye Birdie. a[Chicago] :bMercury/Wing,c[1961] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc1 aLimelight series0 aMusic by Charles Strouse ; lyrics by Lee Adams ; original London cast, featuring Chita Rivera, Peter Marshall, Robert Nichol, Marty Wilde and Sylvia Tysick ; Alyn Ainsworth, musical director. aProgram and biographical notes on container.0 aOverture (2:37) -- An English teacher (3:16) -- The telephone hour (2:56) -- How lovely to be a woman (2:38) -- Put on a happy face (3:44) -- Healthy American boy (4:00) -- One boy (3:06) -- Honestly sincere (3:12) -- Hymn for a Sunday evening (2:04) -- One last kiss (1:29) -- What did I ever see in him? (2:59) -- A lot of livin' to do (2:41) -- Kids (1:29) -- Baby, talk to me (3:00) -- Spanish rose (3:17) -- Kids (reprise) (1:04) -- Rosie (3:59). 0aMusicalsvExcerpts. 7aMusicalsxExcerpts.2fast0(OCoLC)fst010308171 aAdams, Lee,d1924-4lyr1 aAinsworth, Alyn.4prf1 aRivera, Chita.4prf1 aMarshall, Peter,d1927 March 30-4prf1 aNichols, Robertc(Actor)4prf1 aWilde, Marty.4prf1 aTysick, Sylvia.4prf02aEnglish teacher.02aTelephone hour.02aHow lovely to be a woman.02aPut on a happy face.02aHealthy American boy.02aOne boy.02aHonestly sincere.02aHymn for a Sunday evening.02aOne last kiss.02aWhat did I ever see in him?02aLot of livin' to do.02aLot of living to do.02aKids.02aBaby, talk to me.02aSpanish rose.02aRosie. 0aLimelight series. a92bPUL03692cjm a22006731a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001700159028003800176035002000214041001600234042001300250050001400263245004100277260004000318300006200358336003700420337002300457338003100480500003500511546003700546511002400583500004000607500008600647505114600733610003001879610003801909610003501947610003401982610005502016610004702071650002202118650002202140650002302162650002002185650004802205650004802253650004102301700004302342700003802385700004102423700003402464700003302498700002702531700003202558710007002590710007102660710003802731710003502769710004502804710005802849710002202907710007702929994001203006ocm50194415 OCoLC20230718213016.0sd fsngnnmmned020814s2001 fr ccnn i n lat d a 2002401882 aRCEbengcDLCdDLCdOCLCFdNYPdCEFdCGUdRCE1 a72435619902602a7243 5 61991 2 5bVirgin Classics a(OCoLC)501944150 dlatchugeng alcderive00aSDA 6365700aMonastery voicesh[sound recording]. a[Paris] :bVirgin Classics,cp2001. a2 sound discs (146 min., 08 sec.) :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aGregorian and Byzantine chant. aSung in Latin and Church Slavic.0 aVarious performers. aAll selections previously released. aIncludes program notes in English in booklet (7 p. : ill.) inserted in container.0 aCD 1. Veni Creator spiritus (2:34). Pange lingua gloriosi (2:45). De profundis (1:34). Salve Regina (2:31). Rorate coeli desuper (2:07). Viderunt omnes (3:40). Ubi caritas (2:57). Salve, festa Dies (2:55) / (Choir of monks of the Bendictine Monastery of Santo Domingo de Silos; Ismael Fernandez de la Cuestra [sic], Francisco Lara, conductors) ; Misa de angelis / (Escolania y Schola de la Abadia de Santa Cruz del Valle de los Caidos; Laurenzo Saenz de Buruaga, conductor) (14:30) ; Gregorian chant for the Feast of the Epiphany / (Schola Cantorum Coloniensis; Schola Choralis Solingen; Gabriel Maria Steinschulte, conductor) (20:33) ; Office of the Resurrection / (Les Dominicains [du] Abbaye de Sylvanès; André Gouzes, conductor) (19:26) -- cd 2. Jerusalem (10:44). Holy week (14:18) / (Choir of Monks and Nuns of the Benedictine Abbey of Bec-Hellouin; Philibert Zobel, conductor) ; Orthodox liturgy / (Arte Corale) (18:24) ; Office of high matins / (Hélène Thierry, soprano; Fédor Potorjinsky, bass; Dimitri Sobolev, celebrant; Russian choir of the St. Alexander Nevsky Cathedral, Paris; Feodor Potorjinsky, conductor) (25:09).20aCatholic ChurchxLiturgy.20aOrthodox Eastern ChurchxLiturgy.26aÉglise catholiquexLiturgie.26aÉglise orthodoxexLiturgie.27aOrthodox Eastern Church.2fast0(OCoLC)fst0051021027aCatholic Church.2fast0(OCoLC)fst00531720 0aGregorian chants. 0aByzantine chants. 6aChant grégorien. 6aChant byzantin. 7aByzantine chants.2fast0(OCoLC)fst00843226 7aGregorian chants.2fast0(OCoLC)fst00947816 7aLiturgics.2fast0(OCoLC)fst010005791 aFernández de la Cuesta, Ismael.4cnd1 aLara Lara, Francisco Javier.4cnd1 aSáenz de Buruaga, Laurentino.4cnd1 aSteinschulte, Gabriel M.4cnd1 aGouzes, André,d1943-4cnd1 aZobel, Philibert.4cnd1 aPotorjinsky, Féodor.4cnd2 aSanto Domingo de Silos (Benedictine abbey).bCoro de monjes.4prf2 aAbadía de Santa Cruz del Valle de los Caídos.bEscolania.4prf2 aSchola Cantorum Coloniensis.4prf2 aSchola Choralis Solingen.4prf2 aAbbaye de Sylvanès.bDominicains.4prf2 aBec (Abbey).bChœur des moines et des moniales.4prf2 aArte Corale.4prf2 aCathédrale Saint-Alexandre-Nevski (Paris, France).bChœur russe.4prf a92bPUL02202cjm a22004931a 4500001001300000003000600013005001700019007001500036008004100051010001700092040008200109019003400191024001700225024001700242024001600259028003300275028003100308035007200339042001300411050001400424082002000438100002100458245007300479260004000552300005100592306001100643336003700654337002300691338003100714511005900745500001800804508009400822518015000916505039601066650003001462650003401492650004501526648002001571655001901591655001901610655002601629938004101655994001201696ocm50446400 OCoLC20230718213016.0sd fsngnnmmned030402s2002 tnucynn n eng d a 2003572705 aNTGbengcDLCdDLCdJEDdOMPdMVPdTNHdBTCTAdJBOdJSEdOCLCFdMVQdILMdNTG a51443321a84543754a75999455510a0088170331291 a00881703302010a0881702872902a088 170 287-2bMCA Nashville02a088170287-2bMCA Nashville a(OCoLC)50446400z(OCoLC)51443321z(OCoLC)84543754z(OCoLC)759994555 alcderive00aSDA 6274304a782.42/16422211 aWomack, Lee Ann.10aSomething worth leaving behindh[sound recording] /cLee Ann Womack. aNashville :bMCA Nashville,cp2002. a1 sound disc (57 min.) :bdigital ;c4 3/4 in. a005712 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aPerformed by Lee Ann Womack; with assisting musicians. aCompact disc. aProduced by Mark Wright, Frank Liddell, Mike McCarthy, Matt Serletic, and Lee Ann Womack. aRecorded and mixed in Nashville, TN at Ocean Way Nashville, Starstruck Studios, Quad Studios, New Reflections Studio, and Tragedy/Tragedy Studio.00tSomething worth leaving behindg(3:48) --tI saw your lightg(6:01) --tWhen you gonna run to meg(3:56) --tTalk to meg(5:45) --tForever everydayg(3:50) --tOrphan traing(4:03) --tI need youg(4:54) --tYou should've liedg(4:43) --tHe'll be backg(2:47) --tSurrenderg(4:21) --tBlame it on meg(4:06) --tClosing this memory downg(4:05) --tSomething worth leaving behindg(4:32). 0aCountry musicy2001-2010. 6aCountry (Musique)y2001-2010. 7aCountry music.2fast0(OCoLC)fst00881424 7a2001-20102fast 0aCompact discs. 4aCountry music. 7aCompact discs.2lcgft aBaker and TaylorbBTCPnbe2002000599 a92bPUL02395cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001300149028002900162035003700191041002300228042001400251082003800265245002400303264004900327264001200376300002700388336003700415337002300452338003100475344001800506344001500524344001900539500011900558511002500677518008200702508006600784500008800850505042400938650002801362650001601390650001601406650001701422650003101439650002701470650002301497650004201520650004201562650003701604650004301641655004701684655002301731655002301754710004001777994001201817ocm51516988 OCoLC20230718213016.0sd bsmennmplue910204t19891989njufmnn fi n mul d a 91742709  aCLUbengerdacDLCdDLCdOCLCFdCLU a2410746802a67001bShanachie Records a(OCoLC)51516988z(OCoLC)241074680 dmulegennmulgeng alccopycat04a782.42162qOCoLC222/eng/2023021600aSojourns /cLibana. 1a[Newton, N.J.] :bShanachie Records,c[1989] 4c℗1989 a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc a"From Bulgaria to Bolivia, Libana intertwines the captivating sounds and rhythms of the world's women"--Container.0 aPerformed by Libana. oRecorded atpNewbury Sound, Boston, MA and at HBS Productions, Cambridge, MA. aProduced by Susan Robbins with Bruce Bartone and Alan Mattes. aProgram notes by Susan Robbins and English translations of song texts on container.0 aAd cethent tulas (4:02) -- Sovev galgal rehaim (1:39) -- Medley of Transylvanian dance music (4:39) -- Planino pirin, planino dzhunam (2:20) -- Bre Petrounko (1:01) -- ¡O! Que mueve mezes (4:10) -- Debka benot-hakfar (2:59) -- Tri bilbala (2:34) -- Prefrʺkna pticka (2:04) -- Patinada (3:43) -- Simira gamos (3:47) -- El ginat egoz (2:52) -- Medley of Quechua songs: Wataj quillasnin (2:07) ; Way'ko Wayko'sta (2:41). 0aWomenvSongs and music. 0aFolk music. 0aFolk songs. 0aWorld music. 6aFemmesvChants et musique. 6aChansons folkloriques. 6aMusiques du monde. 7aFolk music.2fast0(OCoLC)fst00929383 7aFolk songs.2fast0(OCoLC)fst00929707 7aWomen.2fast0(OCoLC)fst01176568 7aWorld music.2fast0(OCoLC)fst01181375 7aSongs and music.2fast0(OCoLC)fst01985328 7aFolk music.2lcgft 7aFolk songs.2lcgft2 aLibana (Musical group),eperformer. a92bPUL02089cjm a2200589 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028001700144035002000161042001400181043001200195100003100207245005300238264005200291264001200343300005700355336003700412337002300449338003100472340001900503344001800522344001500540344002300555344001900578500002700597500002700624511002500651505029300676650003600969650002701005650004801032650005101080651004101131655002301172655002301195740001601218740003101234740003001265740001701295740002801312740002001340740002301360740002601383740002201409740002201431740003401453994001201487ocm55659550 OCoLC20230718213016.0sd bsmennmplue860714t19731973enkfmnn n eng d a 74761324  aMUMbengerdacDLCdOCLCFdMUM02aZFB 82bArgo a(OCoLC)55659550 alccopycat au-at---1 aWyndham-Read, Martyn.4prf10aHarry the hawker is dead /cMartyn Wyndham-Read. 1aLondon :bArgo :bDecca Record Company,c[1973] 4c℗1973 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aAustralian folk songs. aTitle from disc label.0 aMartyn Wyndham-Read.0 aJones' ale -- Perry merry winkle domine -- The sailor home from the sea -- Harry the hawker is dead -- Bluey Brink -- The female rambling sailor -- Lachlan tigers -- Ginny on the moor -- Cane cutter's lament -- The bullockie's ball -- The shearer's lament -- Christ was born in Bethlehem. 0aFolk songs, EnglishzAustralia. 0aFolk musiczAustraila. 6aChansons folkloriques anglaiseszAustralie. 7aFolk songs, English.2fast0(OCoLC)fst00929875 7aAustralia.2fast0(OCoLC)fst01204543 7aFolk songs.2lcgft 7aFolk music.2lcgft0 aJones' ale.0 aPerry merry winkle domine.0 aSailor home from the sea.0 aBluey Brink.0 aFemale rambling sailor.0 aLachlan tigers.0 aGinny on the moor.0 aCane cutter's lament.0 aBullockie's ball.0 aShearer's lament.0 aChrist was born in Bethlehem. a92bPUL01988cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020002800136020001800164035002000182042001400202050002100216100006200237245013000299264004600429300004000475336002600515337002800541338002700569500017900596504004100775588004900816650002300865650003100888650002600919650004900945700005900994880018901053880006501242880027101307994001201578ocm58451558 OCoLC20230718213016.0230710s1991 ru a b 000 0 rus d a 2023396632 aTXAbengerdacDLCdOCLCFdTXA c(N a5217013605q(hardcover) a9785217013609 a(OCoLC)58451558 alccopycat00aTL678b.S51 19911 aSini︠a︡kov, A. N.q(Aleksandr Nazarʹevich),eauthor.106880-01aSistemy avtomaticheskogo upravlenii︠a︡ LA i ikh silovymi ustanovkami /cA.N. Sini︠a︡kov, F.A. Shaĭmardanov. 16880-02aMoskva :bMashinostroenie,c1991. a320 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 6880-03a"Dopushcheno Gosudarstvennym komitetom SSSR po narodnomu obrazovanii︠u︡ v kachestve uchebnika dli︠a︡ studentov vysshikh tekhnicheskikh ichebnykh zavedeniĭ". aIncludes bibliographical references. aNon-Latin script generated programmatically. 0aAutomatic control. 0aFlying-machinesxPiloting. 6aCommande automatique. 7aAutomatic control.2fast0(OCoLC)fst008227021 aShaĭmardanov, F. A.q(Faragat Akhmetovich),eauthor.106245-01aСистемы автоматического управления ЛА и их силовыми установками /cА.Н. Синяков, Ф.А. Шаймарданов. 16264-02aМосква :bМашиностроение,c1991. 6500-03a"Допущено Государственным комитетом СССР по народному образованию в качестве учебника для студентов высших технических ичебных заведений". a92bPUL02759cjm a22006971a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109019002300154024001700177028002100194028002900215035005400244041001400298042001300312047001100325048001300336048000700349050001400356100003600370240003300406245005100439260002700490300005000517306002700567336003700594337002300631338003100654500003900685511010900724518007000833500001800903500006200921505014600983650002201129650001501151650003201166650002201198650002701220650003201247650004801279650005801327650004101385655004101426655004101467655002201508655002201530655003201552700003801584700003901622700003501661700008501696700005301781700009401834710003801928856008301966994001202049ocm62150800 OCoLC20230718213016.0sd fsngnnmmned020306p20012000enkmunn ehfi n und d a 2002328444 aCINbengcDLCdDLCdCEFdCDSdOCLCFdCIN a48035352a841632811 a74362510972602aCD DCA 1097bASV02aCD DCA 1097bASV Digital a(OCoLC)62150800z(OCoLC)48035352z(OCoLC)841632810 gengfreger alcderive acoaov bka01aoa aoa00aSDA 522681 aSgambati, Giovanni,d1841-1914.10aOrchestra music.kSelections10aPiano concertoh[sound recording] /cSgambati. aLondon :bASV,cp2001. a1 sound disc :bdigital, stereo. ;c4 3/4 in. a004255a002028a000652 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aThe 3rd work originally for piano.0 aFrancesco Caramiello, piano (1st work) ; Nuremberg Philharmonic Orchestra ; Fabrizio Ventura, conductor. aRecorded Apr. 26-28, 2000, Nürnberg Studio, Colosseum, Germany. aCompact disc. aProgram notes in English, French and German in container.0 aPiano concerto in G minor, op. 15 (42:55) -- Cola di Rienzo : overture (20:28) -- Berceuse-Rêverie : op. 42, no. 2 / orch. Massenet (6:52). 0aConcertos (Piano) 0aOvertures. 0aOrchestral music, Arranged. 6aConcertos (Piano) 6aOuvertures (Orchestre) 6aOrchestre, Musique d', arr. 7aConcertos (Piano)2fast0(OCoLC)fst00873657 7aOrchestral music, Arranged.2fast0(OCoLC)fst01047300 7aOvertures.2fast0(OCoLC)fst01049384 7aConcertos.2fast0(OCoLC)fst01726450 7aOvertures.2fast0(OCoLC)fst01726472 7aConcertos.2lcgft 7aOvertures.2lcgft 7aOuvertures (Musique)2rvmgf1 aMassenet, Jules,d1842-1912.4arr1 aCaramiello, Francesco,d1964-4prf1 aVentura, Fabrizio,d1958-4cnd12aSgambati, Giovanni,d1841-1914.tConcerto,mpiano, orchestra,nop. 10,rG minor.12aSgambati, Giovanni,d1841-1914.tCola di Rienzo.12aSgambati, Giovanni,d1841-1914.tPieces,mpiano,nop. 42.pBerceuse-Rêverie;oarranged.2 aNürnberger Philharmoniker.4prf413Alexander Street Pressuhttp://www.aspresolver.com/aspresolver.asp?CLMU;380610 a92bPUL01739cjm a2200445 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002000109028002200129035002000151042001400171045000900185047001100194048000700205100003200212240003800244245009600282260007100378300004100449336003700490337002300527338003100550511009600581500006800677505016300745500003200908650003600940650002100976650003200997650002701029650006201056650004701118700005401165710003901219740002301258994001201281ocm81578362 OCoLC20230718213016.0sd bmmennmplue230717s195u xx munn i n zxx d a 2023626394 aNBiSUbengcDLC02aMG 20037bMercury a(OCoLC)81578362 alccopycat ax2x5 ampasp aoa1 aNewman, Alfred,d1901-1970.10aMotion picture music.kSelections10aAlfred Newman and the Hollywood Symphony :bmotion picture music conducted by the composer. a[Place of publication not identified] :bMercury Records,c[195-?] a1 audio disc :b33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aHollywood Symphony Orchestra; Frank Beach, trumpet (on Gershwin); Alfred Newman, conductor. aSix film themes by Newman and An American in Paris by Gershwin.0 aCathy from Wuthering Heights -- All about Eve -- Pinky -- Razor's edge -- Song of Bernadette -- Letter to 3 wives -- (side 2) An American in Paris / Gershwin. aProgram notes on container. 0aMotion picture musicvExcerpts. 0aSymphonic poems. 6aFilm, Musique devExtraits. 6aPoèmes symphoniques. 7aMotion picture musicxExcerpts.2fast0(OCoLC)fst01027204 7aSymphonic poems.2fast0(OCoLC)fst011408491 aGershwin, George,d1898-1937.tAmerican in Paris.2 aHollywood Symphony Orchestra.4prf0 aAmerican in Paris. a92bPUL01942cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004900109024001700158028004400175035002100219042001400240050002700254082001800281110005800299245004300357264006300400264001200463300004100475336003700516337002300553338003100576344001900607344001900626344001900645347002200664347001300686500002700699511012300726500004000849518005300889500003200942505024500974650002701219650003101246650004201277648002201319655002301341655001801364938004201382994001201424ocn150103905OCoLC20230718213016.0sd fsngnnmmned230717t20052005caurcnn d n eng d a 2023627037 aBTCTAbengerdacDLCdBNYdTEFdOCLCFdBTCTA1 a04577868242302a86824-2bResist Records/Epitaph Records a(OCoLC)150103905 alccopycat 4aM1630.18.P37bK55 200504a782.421662232 aParkway Drive (Musical group),ecomposer,eperformer.10aKilling with a smile /cParkway Drive. 1aLos Angeles, CA :bResist Records/Epitaph Records,c[2005] 4c℗2005 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aParkway Drive (Winston McCall, vocals ; Luke Kilpatrick, Jeff Ling, guitars ; Ben Gordon, drums ; Jia O'Connor, bass). aAll songs written by Parkway Drive. oRecordedd2005 MayoZing Studios, Westfield, MA. aLyrics on container insert.0 aGimme a D -- Anasasis (Xenophontis) -- Pandora -- Romance is dead -- Guns for show, knives for a pro -- Blackout -- Picture perfect, pathetic -- It's hard to speak without a tongue -- Mutiny -- Smoke 'em if ya got 'em -- A cold day in hell. 0aRock musicy2001-2010. 6aRock (Musique)y2001-2010. 7aRock music.2fast0(OCoLC)fst01099204 7a2001 - 20102fast 7aRock music.2lcgft 7aSongs.2lcgft aBaker and TaylorbBTCPnBECDEPIT86824 a92bPUL02805cjm a2200685 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040008700109019006100196028002000257033004300277035012100320041000800441042001400449045000900463050001900472082002300491100001800514245003300532260003400565300005800599336003700657337002300694338003100717511040200748518004801150500005201198505011401250508006201364650001001426650002501436650003301461650003601494650005101530655001501581655003601596655001701632655001701649700002501666700002301691700002501714700002301739700002401762700002701786700003201813700002101845700003101866700003401897700003501931700003501966740002102001740001702022740002102039740003202060740001502092994001202107ocn156938296OCoLC20230718213016.0sd bmmennmplue860530p19701969nyujznn i n zxx d a 72760073  aTULbengcDLCdMRCdBOSdBGUdDRBdTXJdOCLCFdIADdMNGdNJRdIGAdSNNdTXHLSdMNU a564328a3093317a9902291a12706127a318953608a98704275302aGP 26bColumbia10a19690819a19690820a19690821b3804cN4 a(OCoLC)156938296z(OCoLC)564328z(OCoLC)3093317z(OCoLC)9902291z(OCoLC)12706127z(OCoLC)318953608z(OCoLC)9870427530 geng alccopycat ax7x714aM1366b.D38 B514a785.42bD263B 19701 aDavis, Miles.10aBitches brew /cMiles Davis. aNew York :bColumbia,c[1970] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aMiles Davis, trumpet ; with Wayne Shorter, soprano sax ; Lenny White, drums ; Bennie Maupin, bass clarinet ; Chick Corea, electric piano ; Jim Riley, percussion ; Jack DeJohnette, drums ; Harvey Brooks, Fender bass ; Charles Alias, drums ; Dave Holland, bass ; John McLaughlin, electric guitar ; Joe Zawinul, electric piano (1st-3rd & 6th works) ; Larry Young, electric piano (1st, 3rd-5th works). aRecorded Aug. 19-21, 1969 in New York City. aProgram notes by Ralph J. Gleason on container.0 aPharaoh's dance -- Bitches brew -- Spanish key -- John McLaughlin -- Miles runs the voodoo down -- Sanctuary. aTeo Macero, producer ; Stan Tonkel, Ray Moore, engineers. 0aJazz. 0aTrumpet music (Jazz) 6aTrompette, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aTrumpet music (Jazz)2fast0(OCoLC)fst01158108 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf1 aShorter, Wayne.4prf1 aWhite, Lenny.4prf1 aMaupin, Bennie.4prf1 aCorea, Chick.4prf1 aSantos, Jumma.4prf1 aDeJohnette, Jack.4prf1 aBrooks, Harvey,d1944-4prf1 aAlias, Don.4prf1 aHolland, Dave,d1946-4prf1 aMcLaughlin, John,d1942-4prf1 aZawinul, Joe,d1932-2007.4prf1 aYoung, Larry,d1940-1978.4prf02aPharaoh's dance.02aSpanish key.02aJohn McLaughlin.02aMiles runs the voodoo down.02aSanctuary. a92bPUL02190cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004400109024001700153028002300170028002900193035002100222042001400243245003700257246003300294264004200327264001200369300004100381336003700422337002300459338003100482344001900513344001900532344001900551347002200570347001300592500002700605511022200632518007900854518007800933500004101011505039201052650002101444650003601465655001501501655003601516655001701552655003401569655001701603710005201620994001201672ocn221393543OCoLC20230718213016.0sd fsngnnmmned230714p19931991nyujznn fi n zxx d a 2023624763 aCaOTUFMbengerdacDLCdOCLCFdIXAdUTO1 a01241631582102a63158-2bNovus/RCA02a01241 63158-2bNovus/RCA a(OCoLC)221393543 alccopycat00aLive in concert /cJazz Futures.3 aJazz Futures live in concert 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aJazz Futures (Roy Hargrove, trumpet ; Marlon Jordan, trumpet ; Antonio Hart, also saxophone ; Tim Warfield, tenor saxophone ; Mark Whitfield, guitar ; Benny Green, piano ; Christian McBride, bass ; Carl Allen, drums). oRecorded lived1991 August 18pThe JVC Newport Jazz Festival, Newport, RI. oRecorded lived1991 July 18pFestival de Jazz de Vitoria, Gasteiz, Spain. aProgram notes inserted in container.0 aMode for John (7:52) / McCoy Tyner -- Sterling Sylvia (9:52) / Chris McBride -- Blue moon (4:36) / Rodgers, Hart -- Picadilly Square (6:40) / Carl Allen -- Bewitched, bothered & bewildered (4:02) / Rodgers, Hart -- Stardust (5:05) / Carmichael, Parish -- Medgar Evers blues (5:31) / Mark Whitfield -- You don't know what love is (4:20) / Raye, DePaul -- Public eye (7:40) / Roy Hargrove. 0aJazzy1991-2000. 7aJazz.2fast0(OCoLC)fst00982165 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aLive sound recordings.2lcgft 7aJazz.2rvmgf2 aJazz Futures (Musical group),einstrumentalist. a92bPUL04271cim a2200817 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010003100111040015500142019042700297020001500724020001800739020006700757020001500824020002500839020001500864024007400879024001800953028002800971028006000999035069701059037001001756042001401766050002801780082001601808100003001824245003901854250001601893264004401909264001201953300005201965306001102017336003302028337002302061338003102084344001902115344001902134344001202153344001902165347002202184347001302206490003502219500002702254511002502281508004402306520036802350546001602718650003502734650003302769650003802802650005602840650004902896650005002945650005202995655001603047655005003063655004203113655003903155655002903194655003103223655003003254655002303284655002503307700002903332830003903361938004103400994001203441ocn223418255OCoLC20230718213016.0a 000 0 sd fsngnnmmned230615t20082008nyunnnn f n eng d a 2023623197z 2008001144 aCPLbengerdacDLCdCPLdBTCTAdJAGdVP@dUPZdNXAdAXJdT7RdOCLCFdTXMLIdMWLdAL5HKdAL5SFdLNCdBRLdTXNUEdMLMdT3QdLKCdJX9dLIQdWIQdWANdFO7 a234314821a965574692a970679280a970772971a970964025a971939248a974866945a984019033a1001354700a1003372806a1004880676a1014244748a1020414387a1037484183a1038231160a1039289075a1042230888a1043684513a1052691079a1054379578a1057012043a1057389998a1059218772a1059480606a1060761369a1066018057a1079857576a1083805939a1089166367a1102083607a1102136124a1104921662a1106000439a1114583464a1121471376a1230289516 a1600241441 a9781600241444 a9781549150814q(Hachette Audio ; 2019 special price packaging) a1549150812 a9781415955895q(BoT) a14159558913 a9781549150814d52000q(Hachette Audio ; 2019 special price packaging)8 z978160024144402a2-72143bHachette Audio02a2-Y5081bHachette Audioq(2019 special price packaging) a(OCoLC)223418255z(OCoLC)234314821z(OCoLC)965574692z(OCoLC)970679280z(OCoLC)970772971z(OCoLC)970964025z(OCoLC)971939248z(OCoLC)974866945z(OCoLC)984019033z(OCoLC)1001354700z(OCoLC)1003372806z(OCoLC)1004880676z(OCoLC)1014244748z(OCoLC)1020414387z(OCoLC)1037484183z(OCoLC)1038231160z(OCoLC)1039289075z(OCoLC)1042230888z(OCoLC)1043684513z(OCoLC)1052691079z(OCoLC)1054379578z(OCoLC)1057012043z(OCoLC)1057389998z(OCoLC)1059218772z(OCoLC)1059480606z(OCoLC)1060761369z(OCoLC)1066018057z(OCoLC)1079857576z(OCoLC)1083805939z(OCoLC)1089166367z(OCoLC)1102083607z(OCoLC)1102136124z(OCoLC)1104921662z(OCoLC)1106000439z(OCoLC)1114583464z(OCoLC)1121471376z(OCoLC)1230289516 aabjw alccopycat 4aPS3552.A446bW48 2008bx04a813/.542221 aBaldacci, David,eauthor.14aThe whole truth /cDavid Baldacci. aUnabridged. 1aNew York, NY :bHachette Audio,c[2008] 4c℗2008 a12 audio discs (12 hr.) :bdigital ;c4 3/4 in. a120000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aShaw and Katie James ;vbook 1 aTitle from disc label.0 aRead by Ron McLarty. aProduced and directed by Kevin Thomsen. aIn this international thriller, Nicholas Creel, the head of the Ares Corporation, a huge defense contractor, hires a perception management firm to start a second cold war by planting fake news stories on the Internet about Russian atrocities. A shadowy operative, A Shaw, allies himself with a disgraced female journalist in an effort to thwart Creel's evil plot. aIn English. 0aIntelligence servicevFiction. 0aDefense industriesvFiction. 0aInternational relationsvFiction. 6aService des renseignementsvRomans, nouvelles, etc. 6aIndustrie militairevRomans, nouvelles, etc. 7aDefense industries.2fast0(OCoLC)fst00889634 7aIntelligence service.2fast0(OCoLC)fst00975848 0aAudiobooks. 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aSuspense fiction.2gsafd 7aThrillers (Fiction)2lcgft 7aPolitical fiction.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aMcLarty, Ron,enarrator. 0aShaw and Katie James series ;v#1. aBaker and TaylorbBTCPnbl2008007733 a92bPUL02970cjm a2200757 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004700109019001400156024001700170024002800187028003000215033002300245033002300268035003900291042001400330100002700344245008200371260005400453300006200507306001100569336003700580337002300617338003100640344001900671344001900690344001200709344001900721347002200740347001300762546002100775500006100796511025800857518007701115500003001192500001901222500009901241600005101340600006901391650001201460650003801472655003701510655005301547655003801600655003401638655004101672700003601713700002401749700002901773700002601802700003001828700002501858700003401883700002401917700002901941700002501970700003001995700004302025700005302068710003902121938004002160994001202200ocn429023956OCoLC20230718213016.0sd fsngnnmmned090527p20092007enkopnn defi n eng d a 2011615942 aMNUbengcDLCdCINdBTCTAdOCLCFdTFWdMNU a3179328631 a6352120154217 a006352120154212gtin-1402aSIGCD154bSignum Classics0 a200706--b4164cS400a200706--b4164cS2 a(OCoLC)429023956z(OCoLC)317932863 alccopycat1 aCarlson, David,d1952-10aAnna Kareninah[sound recording] :ban opera in two acts /cby David Carlson. aPerivale, Middx, U.K. :bSignum Classics,cp2009. a2 sound discs (140 min.) :bdigital, stereo. ;c4 3/4 in. a021947 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aSung in English. aLibretto by Colin Graham after the novel by Leo Tolstoy.0 aKelly Kaduce, Christine Abraham, William Joyner, Brandon Jovanovich, Josepha Gayer, Robert Gierlach, Sarah Coburn, Nicholas Pallesen, Dorothy Byrne, Christian Van Horn, supporting soloists ; Saint Louis Symphony Orchestra ; Stewart Robertson, conductor. aRecorded live at the Loretto-Hilton Center, St. Louis, Mo. in June 2007. aEd. recorded: C. Fischer. aCompact discs. aProgram and biographical notes, synopsis, and libretto (43 p. : ports.) inserted in container.10aKarenina, Annac(Fictitious character)vDrama.17aKarenina, Annac(Fictitious character)2fast0(OCoLC)fst00986293 0aOperas. 7aOperas.2fast0(OCoLC)fst01046191 7aDrama.2fast0(OCoLC)fst01423879 7aLive sound recordings.2fast0(OCoLC)fst01726308 7aOperas.2fast0(OCoLC)fst01726688 7aLive sound recordings.2lcgft 7aEnregistrements sonores live.2rvmgf1 aGraham, Colin,d1931-2007.4lbt1 aKaduce, Kelly.4prf1 aAbraham, Christine.4prf1 aJoyner, William.4prf1 aJovanovich, Brandon.4prf1 aGayer, Josepha.4prf1 aGierlach, Robert,d1969-4prf1 aCoburn, Sarah.4prf1 aPallesen, Nicholas.4prf1 aByrne, Dorothy.4prf1 aVan Horn, Christian.4prf1 aRobertson, Stewart,d1948 May 22-4cnd1 aTolstoy, Leo,cgraf,d1828-1910.tAnna Karenina.2 aSt. Louis Symphony Orchestra.4prf aBaker and TaylorbBTCPnBECDSGM 154 a92bPUL01367cem a22004091i 4500001001300000003000600013005001700019007000900036008004100045010001700086040003500103019002300138034001500161035005500176043001200231050002000243052000900263110004200272245004000314255003700354264005300391300003400444336004000478337002800518338002600546500005500572500004000627500001100667651002500678650007000703651004500773655004500818655003600863655001700899655002900916994001200945ocn742056902OCoLC20230718213016.0aj canzn971106s1958 nyu a 0 eng  a 97690632  aDLCbengerdacDLCdUIUdOCLCF a33901112a685691191 aab4500000 a(OCoLC)742056902z(OCoLC)33901112z(OCoLC)68569119 an-us---00aG3700 1958b.B6 a37002 aBook Enterprises Inc.,ecartographer.10aUniversal map of the United States. aScale approximately 1:4,500,000. 1aNew York, N.Y. :bBook Enterprises Inc.,c[1958] a1 map :bcolor ;c90 x 122 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aVarient edition, showing entrance of Hawaii, 1959. aNot in G&M and no copyright record. a#745A. 0aUnited StatesvMaps. 7aAdministrative and political divisions.2fast0(OCoLC)fst00796826 7aUnited States.2fast0(OCoLC)fst01204155 7aPhysical maps.2fast0(OCoLC)fst01423806 7aMaps.2fast0(OCoLC)fst01423704 7aMaps.2lcgft 7aCartes physiques.2rvmgf a92bPUL03064cjm a2200673 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040016000109019003700269024001700306024002800323028005200351028006500403035007600468042001400544047001100558050002700569082001800596245002900614264006000643264001200703300005100715306001100766336003700777337002300814338003100837344001900868344001900887344001900906347002200925347001300947500002700960511010100987508006201088500003201150520032701182505023101509586004701740650002701787650002801814650002101842650003101863650005401894650004201948648002001990655001902010655005402029655003502083655001802118655002802136710003902164856007902203938005402282938004202336994001202378ocn745080969OCoLC20230718213016.0sd fsngnnmmned230714t20112011caurcnn d n eng d a 2023627032 aTEFMTbengerdacDLCdTEFdGK8dIEBdIEPdVP@dZAGdUPZdTDFdBTCTAdKYBdOJ4dCQAdOCLCFdDILBDdCHYdSNCdIOUdHRFdQT4dEYBdSINLBdTL4dLKCdJTAdTEFMT a748342023a846533150a10142926181 a0457787156267 a000457787156262gtin-1402a87156-2 / 87174-2D1bdBpm Records/Epitaph/ANTI-02aANTI- 87156-2bdBpm Records/Epitaph/ANTI-q(container spine) a(OCoLC)745080969z(OCoLC)748342023z(OCoLC)846533150z(OCoLC)1014292618 alccopycat arcacy 4aM1630.18.W55bW46 201104a782.4216622304aThe whole love /cWilco. 1aLos Angeles, CA :bDBpm Recordsd/Epitaph/ANTI-,c[2011] 4c℗2011 a1 audio disc (56 min.) :bdigital ;c4 3/4 in. a005600 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aWilco (Jeff Tweedy, John Stirratt, Glenn Kotche, Mikael Jorgensen, Nels Cline, Patrick Sansone). aProduced by Jeff Tweedy, Patrick Sansone, and Tom Schick. aLyrics on container insert. aThe eighth studio album from Wilco represents more than just another CD, it signifies a new chapter in the band's constantly evolving and storied career. The Whole Love captures a balance between the band's art sensibilities, their fondness for traditional American music, and their love of classic guitar-driven pop-rock.00tArt of almost --tI might --tSunloathe --tDawned on me --tBlack moon --tBorn alone --tOpen mind --tCapitol city --tStanding O --tRising red lung --tWhole love --tOne Sunday morning (Song for Jane Smiley's boyfriend). a54th Grammy Award nominee, Best Rock Album 0aRock musicy2011-2020. 0aAlternative rock music. 6aRock alternatif. 6aRock (Musique)y2011-2020. 7aAlternative rock music.2fast0(OCoLC)fst00806181 7aRock music.2fast0(OCoLC)fst01099204 7a2011-20202fast 0aCompact discs. 7aAlternative rock music.2fast0(OCoLC)fst01726525 7aAlternative rock music.2lcgft 7aSongs.2lcgft 7aRock alternatif.2rvmgf2 aWilco (Musical group),eperformer.7 3View cover artuhttp://midwesttapes.com/images/movies/wem715626c.gif2http aTheodore Front Musical LiteraturebTFRTnTF309843 aBaker and TaylorbBTCPnBECDANTR87156 a92bPUL01962cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028003300144035002100177042001400198055000900212110005600221245002300277264008000300264001200380300004100392336003700433337002300470338003100493344001900524344001900543344001900562347002200581347001300603500002700616500004400643511005900687508002900746500005300775500004100828505031000869650002601179650002201205650003201227650003001259650005201289655002601341700003501367700004201402994001201444ocn754989534OCoLC20230718213016.0sd fsngnnmmned230711t19891989nyuzznn efi n eng d a 2023624750 aDKUbengerdacDLCdOCLCFdDKU02a10251bWilliam L. Cahn/Denon a(OCoLC)754989534 alccopycat01aM1782 aNexus (Musical group),ecomposer,einstrumentalist.14aThe best of Nexus. 1aHolcomb, NY :bWilliam L. Cahn ;a[Pacific Palisades, CA] :bDenon,c[1989] 4c℗1989 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aPrimarily composed by members of Nexus.0 aNexus ; with Earle Birney, narrator (8th & 9th works). aProduced by Ray Dillard. aCompilation of released and unreleased material. aProgram notes inserted in container.0 aKobina (6:23) -- Triplets (2:31) -- Xylophonia -- Passage (4:42) -- Amazing space (4:04) -- The birds (9:38) -- Third construction (12:28) -- Daybreak, an aubade (2:07) -- McSimpton's annual boat excursion to Nanaimo, June 1949 (4:12) -- The hummingbird (3:25) -- Spanish waltz (4:20) -- Frivolity (3:00). 0aPercussion ensembles. 0aPercussion music. 0aPopular instrumental music. 6aEnsembles à percussion. 7aPercussion ensembles.2fast0(OCoLC)fst01057725 7aPopular music.2lcgft1 aDillard, Ray,eaudio producer.1 aBirney, Earle,d1904-1995,enarrator. a92bPUL03921cam a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020003100129020002800160035002100188042001400209043002100223050002500244100003700269245011200306264005900418300003100477336002600508337002800534338002700562490005400589500017200643504006900815505054200884520097801426610006002404610004902464610005902513610004702572651004902619651003302668651003302701651003102734651003402765650005202799650005502851650004002906651003902946651005002985651003903035648002003074655004603094655003903140710003903179710007003218710004303288994001203331ocn768442641OCoLC20230718213016.0170425s2007 it b f b 001 0 fre d a 2017382319 aDGUbengerdacDLCdDGUdOCLCF a9789639662117q(paperback) a9639662119q(paperback) a(OCoLC)768442641 alccopycat ae-ci---ae-hu---00aBV2240.C87bM65 20111 aMolnár, Antal,d1969-eauthor.13aLe Saint-Siège, Raguse et les missions catholiques de la Hongrie ottomane :b1572-1647 /cAntal Molnár. 1aRome ;aBudapest :b[publisher not identified].c2007. a431 pages :bmaps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBibliotheca Academiae Hungariae-Roma, Studia ;v1 aOriginally presented as the author's thesis on the religious history of the Balkans, especially Hungary, under Ottoman occupation (1572-1647), Sorbonne-Paris IV, 2002. aIncludes bibliographical references (pages 361-401) and indexes.0 aCommunautés catholiques dans les Balkans -- Les débuts de l'organisation des missions dans les Balkans et dans la Hongrie occupée (1572-1612) -- Le début et la première décennie de la mission jésuite dans la Hongrie occupée (1612-1622) -- La Congrégation de la Propagande et les missions des territoires ottomans de la Hongrie (1622-1634) -- La consolidation de l'hégémonie des franciscains de Bosnie sur les terrritoires occupés (1635-1647) -- Le bilan de l'organisation des missions au milieu du XVIIe siècle.8 a"Occupés par les Ottomans après avoir été largement touchés par le protestantisme, les territoires de Hongrie et des Balkans deviennent pour Rome un objectif de reconquête et une terre de missions. De l'Adriatique à la Bulgarie, les communautés et les institutions catholiques n'ont pas complètement disparu. Mais elles n'auraient pu se maintenir très longtemps sans le zèle des envoyés de Rome, qui parcourent ces régions des les années 1570 afin de soutenir les fidèles par leurs prédications et de mettre en place une hiérarchie missionnaire. C'est un élément important et mé̀́́́́́̀connu du renouveau catholique en Europe centrale à l'époque moderne. Antal Molnár nous permet de suivre l'organisation des missions, leur réalité sur le terrain ainsi que leurs résultats, apportant ainsi une contribution sigxnificative à l'histoire de l'Europe centrale et balkanique"--Publisher's description, p. [2] of cover.20aCatholic ChurchxMissionszCroatiazDubrovnikxHistory.20aCatholic ChurchxForeign relationszHungary.26aÉglise catholiquexRelations extérieureszHongrie.27aCatholic Church.2fast0(OCoLC)fst00531720 0aHungaryxForeign relationsxCatholic Church. 0aCroatiaxHistoryy1527-1918. 0aHungaryxHistoryy1526-1683. 0aDubrovnikxChurch history. 6aCroatiexHistoirey1527-1918. 7aDiplomatic relations.2fast0(OCoLC)fst01907412 7aInternational relations.2fast0(OCoLC)fst00977053 7aMissions.2fast0(OCoLC)fst01023771 7aCroatia.2fast0(OCoLC)fst01212674 7aCroatiazDubrovnik.2fast0(OCoLC)fst01208734 7aHungary.2fast0(OCoLC)fst01205132 7a1526-19182fast 7aChurch history.2fast0(OCoLC)fst01411629 7aHistory.2fast0(OCoLC)fst014116282 aAccademia d'Ungheria (Rome, Italy)2 aMagyar Egyháztörténeti Enciklopédia Munkaközössége.2 aOrszágos Széchényi Könyvtár. a92bPUL01420cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040003000094016001800124035002100142042000800163043001200171050002600183100005900209245004800268264006500316300004000381336002600421337002800447338002700475340001600502500004700518500004900565500004700614500012100661650004200782655002800824655007600852700003400928710007200962994001201034ocn771371799OCoLC20230718213016.0230717s1949 enka 000 1 eng  a 2022658258 aDLCbengerdacDLCdUKMGB7 a0015180472Uk a(OCoLC)771371799 apcc an-usp--00aPS3513.R763bK56 19491 aGrinstead, J. E.q(Jesse Edward),d1866-1948,eauthor.10aKing of Hualpi Valley /cby J.E. Grinstead. 1aRedhill, Surrey :bWells Gardner, Darton & Co., Ltd.,c1949. a186 pages :billustrations ;c19 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier m8vo.2rdabf aJacket illustration signed: Raymond Mills. aPublisher's advertisements on 1 page at end. aPublisher's advertisements on dust jacket. aLC copy in original illustrated dust jacket. Dinkytown Antiquarian Books, Minneapolis label on rear paste-down.5DLC 0aRancheszNorthwest, PacificvFiction. 7aWestern stories.2gsafd 7aDust jackets (Binding)zEnglandzRedhill (Surrey)y20th century.2rbbin1 aMills, Raymond,eillustrator.2 aLarry Dingman Western Fiction Collection (Library of Congress)5DLC a92bPUL01268cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002100162042000800183043002100191050002500212100003600237245006300273264004300336300005800379336002600437337002800463338002700491504005700518650005500575651004500630651004300675651004600718650004000764651004700804655004300851994001200894ocn785717224OCoLC20230718213016.0120611s2011 hu ab b 000 0chun  a 2012447957 aDLCbengerdacDLCdOCLCFdHLS a9789630824972 a9630824973 a(OCoLC)785717224 apcc ae-rb---ae-hu---00aDR2105.B32bL45 20111 aLelbach, Gyula,d1942-eauthor.10aBácskai katonacsaládok története /cLelbach Gyula. 1aBudapest :bSzerzői kiadás,c2011. a467 pages :billustrations (some color), map ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 464-467). 0aSoldierszBačka (Serbia and Hungary)vBiography. 0aBačka (Serbia and Hungary)vBiography. 0aBačka (Serbia and Hungary)xHistory. 6aBačka (Serbie et Hongrie)vBiographies. 7aSoldiers.2fast0(OCoLC)fst01125233 7aEuropezBačka.2fast0(OCoLC)fst01310192 7aBiographies.2fast0(OCoLC)fst01919896 a92bPUL03173cam a2200733 i 4500001001300000003000600013005001700019008004100036010001700077040012800094015001900222016001800241019002500259020001800284020001500302020001800317020001500335035005700350041002800407042001400435043001200449050002400461055002400485082001700509084001800526130002900544245014900573246002400722264003100746300004000777336002600817336003300843337002800876338002700904520020200931546004401133505023201177600004801409600003601457600005701493600003501550650003001585650004401615650004601659650003501705650003201740650004601772650004901818651003701867650002501904655003901929700003301968700002302001700002902024700004302053700003602096700003702132700004402169730006702213730006602280938004002346938004102386994001202427ocn819377403OCoLC20230718213016.0160725s2013 gw a 000 0deng  a 2016439099 aBTCTAbengerdacDLCdNPLdJHYdVP@dMZAdYDXCPdOMBdUKMGBdAU@dPEUPCdUVVdOCLCFdCHVBKdS1CdUKBOLdCNGULdCNUTOdBTCTA aGBB3021212bnb7 a0162469202Uk a857653406a965984698 a9783836536202 a383653620X a9783836536219 a3836536218 a(OCoLC)819377403z(OCoLC)857653406z(OCoLC)9659846981 aengagerafreachihita alccopycat ae-it---00aTT505.P83bF75 2013 3aTT505.P83bE54 201304a391.0092223 aTS941.112clc0 aEmilio (Taschen (Firm)).10aEmilio :bPucci fashion story /cArmando Chitolina (ed.) ; Vanessa Friedman, Alessandra Arezzi Boza ; directed and produced by Benedikt Taschen.1 aPucci fashion story 1aKöln :bTaschen,c[2013] a418 pages :billustrations ;c31 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier8 aEmilio Pucci (1914-1992) had an amazing passion for women, a visionary sense of style, and an aesthete's eye for colour and design. These talents led him to create a fashion house unlike any other. aIn English, French, German and Chinese.0 aForeword / Laudomia Pucci -- Aristocratic design / by Vanessa Friedman -- Of country and culture -- You draw what you see -- The living wardrobe -- Worldy inspiration -- Travels in art -- Imagining the universe -- Pucci galaxy.10aPucci, Emilio,d1914-1992xThemes, motives.17aPucci, Emilio,d1914-1992.2cct17aPucci, Emilio,d1914-1992.2fast0(OCoLC)fst0149719417aPucci, Emiliod1914-1992.2gnd 0aFashion designerszItaly. 0aFashion designzItalyvPictorial works. 6aCouturiers (Créateurs de mode)zItalie. 7aFashion designersyItaly.2cct 7aFashion designyItaly.2cct 7aFashion design.2fast0(OCoLC)fst01200123 7aFashion designers.2fast0(OCoLC)fst00921628 7aItaly.2fast0(OCoLC)fst01204565 7aModeschöpfer.2gnd 7aHistory.2fast0(OCoLC)fst014116281 aChitolina, Armando,eeditor.1 aFriedman, Vanessa.1 aArezzi Boza, Alessandra.1 aReiner-Franklin, Antonia,etranslator.1 aLe Breton, Claire,etranslator.1 aZeltner, Henriette,etranslator.1 aZhang, Linac(Translator),etranslator.02iContainer of (expression):aEmilio (Taschen (Firm)).lEnglish.02iContainer of (expression):aEmilio (Taschen (Firm)).lFrench. aYBP Library ServicesbYANKn9929400 aBaker and TaylorbBTCPnBK0012461622 a92bPUL04112cjm a2200829 a 4500001001300000003000600013005001700019007001500036007001000051008004100061010001700102040007600119019001500195024001700210024002800227028002400255028002300279035004000302042001400342050002700356082001800383110003600401245004400437250001800481260003600499300005800535336003700593337002300630338003100653340001900684344001800703344001500721344002300736344001900759511020300778500007300981500003701054500006801091500013801159505033101297505023801628505019801866520022202064650002702286650003102313650004202344648002002386655001902406655005102425655004402476655005302520655004802573655005002621655004202671655002302713655002502736655003402761655003102795655003202826655002902858655002602887655001902913655004102932655003502973655003203008655004003040700001903080700002803099856010103127938004203228994001203270ocn828058294OCoLC20230718213016.0sd fsngnnmmnedvd cvaizs161018r20131995nyurcnn dfi n eng d a 2016626725 aBTCTAbengcDLCdTEFdOHRRHdAZDdOCLCFdIOUdOJ4dNTGdJTBdFBPdBTCTA a10526300671 a8872547339287 a008872547339282gtin-1402a88725473392bLegacy00aCK 67057bColumbia a(OCoLC)828058294z(OCoLC)1052630067 alccopycat 4aM1630.18.M33bA26 201304a782.421662232 aMad Season (Musical group)4prf10aAboveh[sound recording] /cMad Season. aDeluxe [ed.]. aNew York, NY :bLegacy,c[2013] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc0 aMad Season (Layne Staley, vocals, guitar ; Mike McCready, guitars ; John Baker Saunders, bass ; Barrett Martin, drums, percussion, bass) ; lyrics and vocals on disc one bonus tracks by Mark Lanegan. aReissue of: Columbia CK 67057 (p1995) ; with bonus tracks and discs. aCompact disc accompanied by DVD. aProgram notes by Barrett Martin and lyrics on container insert. aBonus DVD includes: more Live at the Moore footage ; Live at RKCNDY ; Self Pollution Radio performance ; River of deceit music video.00gDisc one [CD].tWake up --tX-ray mind --tRiver of deceit --tI'm above --tArtificial red --tLifeless dead --tI don't know anything --tLong gone day --tNovember hotel --tAll alone --gBonus tracks (previously unreleased).tInterlude ;tLocomotive ;tBlack book of fear ;tSlip away ;tI don't wanna be a soldier (remix)00gDisc two [CD],tLive at the Moore.tWake up --tLifeless dead --tArtificial red --tRiver of deceit --tI don't wanna be a soldier --tLong gone day --tAbove --tI don't know anything --tX-ray mind --tAll alone --tNovember hotel00gDisc three [DVD].tLive at the Moore /rdirected by Duncan Sharp.tLifeless dead --tRiver of deceit --tLong gone day --tI don't know anything --tX-ray mind --tAll alone --tNovember hotel. aAn essential touchstone in the history of Seattle rock. Includes an unreleased acoustic instrumental titled Interlude, and three new songs from the band's unfinished second album with newly recorded vocals and lyrics. 0aRock musicy2011-2020. 6aRock (Musique)y2011-2020. 7aRock music.2fast0(OCoLC)fst01099204 7a2011-20202fast 0aCompact discs. 7aFilmed performances.2fast0(OCoLC)fst01726178 7aGrunge music.2fast0(OCoLC)fst01920169 7aLive sound recordings.2fast0(OCoLC)fst01726308 7aNonfiction films.2fast0(OCoLC)fst01710269 7aRock concert films.2fast0(OCoLC)fst01726121 7aRock music.2fast0(OCoLC)fst01726724 7aRock music.2lcgft 7aGrunge music.2lcgft 7aLive sound recordings.2lcgft 7aRock concert films.2lcgft 7aFilmed performances.2lcgft 7aNonfiction films.2lcgft 7aRock (Musique)2rvmgf 7aGrunge.2rvmgf 7aEnregistrements sonores live.2rvmgf 7aConcerts rock filmés.2rvmgf 7aSpectacles filmés.2rvmgf 7aFilms autres que de fiction.2rvmgf1 aLanegan, Mark.1 aMartin, Barrett,d1967-4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/010/748/000000000010748339.gif aBaker and TaylorbBTCPnBECDLGAC47339 a92bPUL02036cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004900109019001400158024001700172028002300189028002900212035003900241042001400280082001800294100005300312245005200365264004200417264001200459300004100471336003700512337002300549338003100572344001900603344001900622344001900641347002200660347001300682382004400695500002700739500009500766511007000861500004100931505023600972650002101208650002601229650003901255650003601294650006701330655001501397655003601412655001701448655001701465994001201482ocn858200331OCoLC20230718213016.0sd fsngnnmmned230712t19921992nyujznn efi n zxx d a 2023624757 aCNCARbengerdacDLCdOCLCFdQS7dWSUdCNCAR a7955172321 a01241631342102a63134-2bNovus/RCA02a01241 63134-2bNovus/RCA a(OCoLC)858200331z(OCoLC)795517232 alccopycat04a785.42qOCoLC1 aMarsalis, Delfeayo,ecomposer,einstrumentalist.10aPontius Pilate's decision /cDelfeayo Marsalis. 1aNew York, NY :bNovus :bRCA,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01btrombonen1ajazz comboe1r1t12lcmpt aTitle from disc label. aAll works composed by Delfeayo Marsalis. The 4th & 8th works in collaboration with others.0 aDelfeayo Marsalis, trombone ; with accompanying instrumentalists. aProgram notes inserted in container.0 aPontius Pilate's decision -- Adam's ecstasy ; Eve's delight -- Barabbas -- The weary ways of Mary Magdalene -- Nicodemus -- Son of the Virgin Mary -- Reverent Judas Iscariot -- Simon's journey -- The last supper -- The Crucifixion. 0aJazzy1991-2000. 0aTrombone music (Jazz) 6aTrombone et ensemble instrumental. 7aJazz.2fast0(OCoLC)fst00982165 7aTrombone with instrumental ensemble.2fast0(OCoLC)fst01157370 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf a92bPUL02213cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040008700094015001900181016001800200019002500218020003100243020002800274035005700302042001400359050002300373082001600396100002500412245004700437264004100484300004600525336002600571337002800597338002700625490001900652500002000671520085100691650002401542650002301566650005001589650002501639830002601664938004101690938004801731994001201779ocn865491751OCoLC20230718213016.0230531s2014 enka 001 0 eng d a 2023287651 aUKMGBbengerdacDLCdUKMGBdCDXdOCLCFdFOLLTdCLEdVP@dYDXCPdLTSCAdNTAUPdS3O aGBB3B37742bnb7 a0165646952Uk a894333554a894623185 a9781471801525q(paperback) a1471801527q(paperback) a(OCoLC)865491751z(OCoLC)894333554z(OCoLC)894623185 alccopycat00aHD69.P75bD36 201404a658.4042231 aDann, Jill,eauthor.14aThe project management coach /cJill Dann. 1aLondon :bHodder & Stoughton,c2014. axxii, 266 pages :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aTeach yourself aIncludes index. aBy the end of this book you will have everything in place to start managing your project - Build the skills you need - Understand your stakeholders and their role - Construct a project plan - Motivate yourself and your team - Be on time and on budget Other books help you talk the talk. The Teach Yourself Coach books helps you walk the walk. Who are you? * Anyone who has to manage a project Where this book take you? * You will be fully prepared to manage a specific project How does it work? * A combination of practical tried-and-tested advice, and unique interactive exercises When can you do it? * In your own time, at your own pace What else do you get? * Access to free online videos and printable resources Why Teach Yourself?? * Teach Yourself books are trusted around the world and have helped sixty million people achieve their goals. 0aProject management. 6aGestion de projet. 7aProject management.2fast0(OCoLC)fst01078797 7aProjektledning.2sao 0aTeach yourself books. aYBP Library ServicesbYANKn10756733 aCoutts Information ServicesbCOUTn25739883 a92bPUL04967cjm a2200889 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028004300132028003800175028003600213033003300249035002100282041000800303042001400311046002100325047001100346048002100357048001500378048003300393245008900426246006100515246006300576264006100639264001200700300004100712306004300753336003700796337002300833338003100856344001900887344001900906344001900925347002200944347001300966382004400979382003401023382006401057500004201121500002701163511017001190518005801360500002901418500011501447505066001562650002802222650004102250650002102291650005402312650001902366650003202385650004002417650002502457650002402482650004502506650008002551650004702631650005402678700004402732700004002776700004502816700004702861700003802908700004702946700014402993700014403137700014403281700014403425700014403569700014403713700010403857700010403961994001204065ocn867851178OCoLC20230718213016.0sd fsngnnzmned230713p20122011azumunn fi n zxx d a 2023626580 aTFWbengerdacDLC02aWGSM CD4001bWilliam Grant Still Music02aCD4001bWilliam Grant Still Music02a4001bWilliam Grant Still Music20a20110622a20110624b4104cC6 a(OCoLC)8678511780 geng alccopycat k1943l19762edtf asuaft asa02asb01asc01 asa01aka01 aka01awa01asa02asb01asc0100aFolks and fantasies :bthe chamber music of William Grant Still & Clifford Julstrom.30aChamber music of William Grant Still & Clifford Julstrom3 aChamber music of William Grant Still and Clifford Julstrom 1a[Flagstaff, Ariz.] :bWilliam Grant Still Music,c[2012] 4c℗2012 a1 audio disc :bdigital ;c4 3/4 in. a000500a000400a000634a002100a001307 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aviolinn2aviolan1acellon1s42lcmpt01aviolinn1apianon1s22lcmpt01afluten1aviolinn2aviolan1acellon1apianon1s62lcmpt aThe 1st-6th works for string quartet. aTitle from disc label.0 aVariously: Caen Thomason-Redus, flute ; Tami C. Lee Hughes, Michael Jorgensen, violin ; Dorthy Okpedholo, viola ; Victor Sotelo, cello ; Everett N. Jones III, piano. oRecordedpChicago Recording Companyd2011 June 22-24. aRecordable compact disc. aProgram and biographical notes by Everett N. Jones III (4 unnumbered pages : portraits) inserted in container.0 aLittle folk suite #1. Salangadou ; El capotin (5:00) ; Little folk suite #2. El nido ; Sweet Betsy from Pike (5:00) ; Little folk suite #3. Aurore pradere and Tant sirop est doux ; Wade in the water (4:00) ; Little folk suite #4. Los Indios ; The crawdad song (4:00) ; Little folk suite #5. Tutu marimba ; La varsoviana (5:00) ; Little folk suite #6. Anda buscando de rosa en rosa ; Whoopee ti yi yo (5:00) ; Suite for violin and piano. Second movement (6:34) / William Grant Still -- Four moods : for string quartet. Drammatico ; Semplice ; Scherzando giocoso ; Patetico (21:00) ; Fantasy for flute, string quartet, and piano (13:07) / Clifford Julstrom. 0aSuites (String quartet) 0aSuites (Violin and piano)vExcerpts. 0aString quartets. 0aSextets (Piano, flute, violins (2), viola, cello) 0aChamber music. 6aSuites (Quatuor à cordes) 6aSuites (Violon et piano)vExtraits. 6aQuatuors à cordes. 6aMusique de chambre. 7aChamber music.2fast0(OCoLC)fst00851938 7aSextets (Piano, flute, violins (2), viola, cello)2fast0(OCoLC)fst01863587 7aString quartets.2fast0(OCoLC)fst01135315 7aSuites (String quartet)2fast0(OCoLC)fst011380491 aThomason-Redus, Caen,einstrumentalist.1 aHughes, Tami Lee,einstrumentalist.1 aJorgensen, Michael L.,einstrumentalist.1 aOkpebholo, Dorthy White,einstrumentalist.1 aSotelo, Victor,einstrumentalist.1 aJones, Everett N.,cIII,einstrumentalist.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 1.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 2.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 3.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 4.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 5.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 6.12iContainer of (work):aStill, William Grant,d1895-1978.tSuites,mviolin, piano.pMother and child.12iContainer of (work):aJulstrom, Clifford A.,d1907-1991.tFantasies,mflute, instrumental ensemble. a92bPUL03138cjm a2200709 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109019001300154024001700167024001500184028003700199028004300236028004600279035003800325041001800363042001400381082001100395245003100406264004200437264001100479300004100490336003700531337002300568338003100591340001400622344001900636344001900655344001900674347002200693347001300715500002700728546005900755511030100814518004101115500006801156505054501224650002101769650001701790650003601807650004301843648002001886655001501906655003601921655001701957655001801974655001701992700002902009700004802038700003702086700005002123700003602173700003502209700003602244700003902280700004202319700005502361994001202416ocn872175416OCoLC20230718213016.0sd fsngnnmmned230713t19931993nyujznn dfi n eng d a 2023624759 aLGGbengerdacDLCdOCLCFdTJCdJDPdLGG a281169651 a0124163152271 a124163152202a63152-2bNovus/RCAq(disc label)02a01241 63152-2bNovus/RCAq(disc label)02aNOV 01241 63152-2bNovus/RCAq(container) a(OCoLC)872175416z(OCoLC)281169650 dengdspageng alccopycat04a782.4200aPastiche /cVanessa Rubin. 1aNew York, NY :bNovus :bRCA,c[1993] 4c©1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aPrincipally sung in English; 8th work sung in Spanish.0 aVanessa Rubin, vocals ; Aaron Graves, piano, organ ; Aaron Walker, drums ; Tarik Shah, bass ; E.J. Allen, trumpet, flugelhorn ; Roger Byam, saxophones ; Steve Turre, trombone ; Houston Person, tenor saxophone (9th work) ; Cecil Bridgewater, trumpet (2nd & 11th works) ; Michael Rubin, percussion. oRecordedpSystems Two, Brooklyn, NY. aProgram notes and lyrics to the 2nd work inserted in container.00tIn a sentimental mood /rEllington ; Mills ; Kurtzg(6:19) --tSimone /rRubin ; Fosterg(4:25) --tI'm just a lucky so and so /rEllington ; Davidg(5:18) --tWhen love is new /rHackett ; Hackett ; Waltong(5:26) --tBlack Nile /rRashiek ; Shorterg(4:41) --tI only have eyes for you /rDubin ; Warreng(3:29) --tMosaic /rHackett ; Hackett ; Waltong(4:00) --tEstoy siempre junto a ti /rPepe Delgadog(4:35) --tWeekend /rReid ; Damerong(4:17) --tA certain love /rReginald Woodsg(5:47) --tArise and shine /rDoug Carng(4:13). 0aJazzy1991-2000. 0aJazz vocals. 7aJazz.2fast0(OCoLC)fst00982165 7aJazz vocals.2fast0(OCoLC)fst00982216 7a1991-20002fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aSongs.2lcgft 7aJazz.2rvmgf1 aRubin, Vanessa,esinger.1 aGraves, Aaronc(Pianist),einstrumentalist.1 aWalker, Aaron,einstrumentalist.1 aShah, Tariqc(Bass player),einstrumentalist.1 aAllen, Eddie,einstrumentalist.1 aByam, Roger,einstrumentalist.1 aTurre, Steve,einstrumentalist.1 aPerson, Houston,einstrumentalist.1 aBridgewater, Cecil,einstrumentalist.1 aRubin, Michaelc(Percussionist),einstrumentalist. a92bPUL02083cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040005800094020001800152020001500170035002100185041001300206042001500219050002200234082001800256100003600274245021000310250001900520264005000539300002300589336002600612337002800638338002700666504006700693546004100760505061500801650005601416650005601472650003401528650006001562710006301622994001201685ocn879297450OCoLC20230718213016.0230418s2013 th b f001 0 eng  a 2023350239 aDLCbengerdacDLCdOCLCFdCULIBdTULIBdTHHCUdKASET a9786165561167 a6165561160 a(OCoLC)8792974500 aengatha alcodeapcc00aPL4178b.C43 201304a418.02bC442P0 aChamaipak Tayjasanant,eauthor.10aPrinciples of translation :ba textbook for English-Thai/Thai-English translation students /cAsst. Prof. Chamaipak Tayjasanant, PhD, Department of Linguistics, Faculty of Humanities, Kasetsart University. aFirst edition. 1aBangkok :bKasetsart University Press,c2013. a148 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 141-144) and index. aIn English, with some texts in Thai.0 aCh. 1 Introduction to translation and a review of translation principles -- ch. 2 Some problems of 'first-try' translation -- ch. 3 Translation of English and Thai words -- ch. 4 Translating English and Thai collocations and figurative language -- ch. 5 Translating English and Thai Words based on their grammatical categories -- ch. 6 Translating English and Thai texts and discourse -- ch. 7 Situational and contextual factors in translation -- ch. 8 Social factors in translation -- ch. 9 The influence of information technology on translation -- ch. 10 Translation of some genre-and register-related texts. 0aEnglish languagexTranslating into ThaivTextbooks. 0aThai languagexTranslating into EnglishvTextbooks. 0aTranslating and interpreting. 7aTranslating and interpreting.2fast0(OCoLC)fst011547952 aMahāwitthayālai Kasētsāt.bSamnakphim,epublisher. a92bPUL01460cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020003100129020002800160035002100188042001400209050002200223100003900245245011600284264003800400300002100438336002600459337002800485338002700513490003900540504005900579630006100638610003500699610004700734630004800781650004400829650003800873650004100911650007000952830004001022994001201062ocn880352084OCoLC20230718213016.0131010s2013 sp b 000 0 spa d a 2014437778 aNYPbengerdacDLCdOCLCFdNYP a9788480052023q(paperback) a8480052023q(paperback) a(OCoLC)880352084 alccopycat00aBS2638b.M46 20131 aMendoza, Manuel Villalobos,d1967-10aCristianos de la segunda generación :blas Cartas Pastorales desde el otro lado /cManuel Villalobos Mendoza. 1aCórdoba :bEl Almendro,c[2013] a125 p. ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aEn torno al Nuevo Testamento ;v24 aIncludes bibliographical references (pages [123]-125).00aBible.pEpistles and Gospels, Liturgical.xCommentaries.26aÉglise catholiquexLiturgie.27aCatholic Church.2fast0(OCoLC)fst0053172007aBible.pEpistles.2fast0(OCoLC)fst01892899 0aMarginality, SocialxReligious aspects. 0aHomosexualityxReligious aspects. 7aLiturgics.2fast0(OCoLC)fst01000579 7aMarginality, SocialxReligious aspects.2fast0(OCoLC)fst01009168 0aEn torno al Nuevo Testamento ;v24. a92bPUL02587cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109024001700127028003000144035002100174042001400195043001200209110003400221245003700255260004900292264001000341300005400351306001100405336003700416337002300453338003100476344001900507344001900526344001200545344001900557347002200576347001300598500004800611500003400659500052700693511009601220505046001316650002701776650001201803650002701815650003101842650003101873650003801904650004201942651004101984648002002025994001202045ocn881088608OCoLC20230718213016.0sd fsngnnmmned230714s2013 wiurcnn n eng d a 2023626357 aGZQbengcDLC1 a88829503700600aHGRO10bHomegrown Records a(OCoLC)881088608 alccopycat an-us-wi2 aSunblind Lion (Musical group)14aThe sanatorium /cSunblind Lion. aPlymouth, WI :bHomegrown Records,c℗2013. 0c2013. a1 audio disc (approximately 58 min.) ;c4 3/4 in. a005800 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aArtist information taken from the Internet. aSong information from jacket. aSunblind Lion's first album release in 33 years. The Sanatorium is a unified collection of songs written by Keith Abler and Michael Dellger, two of the major writers of the previous Sunblind Lion LPs. The songs, based on a short story by Dellger and which takes place in 1927, tell the story of a young man, Leonard Koltien, who has been placed in a tuberculosis sanatorium by his elder brother as a ploy to get rid of him. The songs recount Leonard's experiences at the sanatorium as well as of those whom he meets there.1 aKeith Abler, Michael Dellger, Dave Steffen, Duane Abler, Larry Baldock and Steve Olschesky.1 aIntroduction -- Thesis (Phthisis) -- My name is Leonard -- Maid with the emerald eyes (Leonard's dream) -- Price we paid -- You're in no condition (to take a bath all by yourself) -- What's your name, honey? -- Hold to your dreams (Dr. Bavet's advice to Leonard) -- Another christmas time -- Love into battle -- Night we Danced as one -- Levina's song (A perilous journey) -- Everything comes falling (J. Henry's lament) -- Air they breathe -- Rumination. 0aRock musicy2011-2020. 0aOperas. 0aRock musiczWisconsin. 6aRock (Musique)y2011-2020. 6aRock (Musique)zWisconsin. 7aOperas.2fast0(OCoLC)fst01046191 7aRock music.2fast0(OCoLC)fst01099204 7aWisconsin.2fast0(OCoLC)fst01204595 7a2011-20202fast a92bPUL01726cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002100149041000800170042001400178100004500192245005800237260003500295300004900330336003700379337002300416338003100439500002700470511003800497500003700535505017900572650002700751650004300778650003600821650004800857650005300905650005800958648002001016740001101036740001701047740001301064740001101077740002201088740002601110740001601136740002301152740001601175740001701191994001201208ocn892428833OCoLC20230718213016.0sd bmmennmplue230717s1958 iluppnn f n zxx d a 2023626390 aZCUbengcDLC02aMG-20010bMercury a(OCoLC)8924288330 geng alccopycat1 aMarterie, Ralph,d1914-1978,eperformer.10aSweet and lovely /cRalph Marterie and his Orchestra. a[Chicago] :bMercury,c[1958?] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aDance-orchestra music.0 aRalph Marterie and his Orchestra. aBiographical notes on container.0 aTruly -- Danse arabe -- For you -- Vilia -- Anniversary song -- Green Dolphin Street -- Yesterdays -- Sweet and lovely -- It ain't necessarily so ; Summertime -- Heartbroken. 0aDance orchestra music. 0aPopular instrumental musicy1951-1960. 6aOrchestre de danse, Musique d'. 6aMusique instrumentale populairey1951-1960. 7aDance orchestra music.2fast0(OCoLC)fst00887553 7aPopular instrumental music.2fast0(OCoLC)fst01071403 7a1951-19602fast0 aTruly.0 aDanse arabe.0 aFor you.0 aVilia.0 aAnniversary song.0 aGreen Dolphin Street.0 aYesterdays.0 aIt necessarily so.0 aSummertime.0 aHeartbroken. a92bPUL01501cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004500094020003100139020001500170035002100185042001400206043001200220050002700232100003800259245011100297264009300408300002300501336002600524337002800550338002700578504005700605520004500662546001900707650002700726650002600753650002700779650002500806651003800831650002600869650005100895650005100946651003900997700003101036994001201067ocn897751540OCoLC20230718213016.0200504s2014 vm b 000 0 vie  a 2020314332 aHMYbengerdacDLCdOCLCFdDLCdWAUdHMY a9786045708163q(paperback) a6045708164 a(OCoLC)897751540 alccopycat aa-vt---00aGT2853.V5bN48154 20141 aNguyễn, Thị Bảy,eauthor.10aVăn hóa ẩm thực qua tục ngữ người Việt /cNguyễn Thị Bảy, Phạm Lan Oanh. 1aHà Nội :bNhà xuất bản Chính trị quốc gia - Sự thật,c2014. a159 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 148-153). aVietnamese proverbs on culinary culture. aIn Vietnamese. 0aFood habitszVietnam . 0aProverbs, Vietnamese. 0aCooking in literature. 0aCooking, Vietnamese. 0aVietnamxSocial life and customs. 6aCuisine vietnamienne. 7aCooking, Vietnamese.2fast0(OCoLC)fst01753479 7aManners and customs.2fast0(OCoLC)fst01007815 7aVietnam.2fast0(OCoLC)fst012047781 aPhạm, Lan Oanh,eauthor. a92bPUL02870cam a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040004900094066000900143020003000152020002700182025002700209035002100236037005300257042002100310043001200331050002400343082002100367100004700388245011500435246003400550264004300584300002800627336002600655337002800681338002700709504005700736500027100793520010301064546001401167650002701181651003901208651004101247650002801288651004701316651005201363650003701415650004801452650004901500651003701549648001801586655003901604880006901643880018301712880034601895938005102241994001202292ocn911400481OCoLC20230718213016.0201218s2015 ii b 000 0 hinod a 2020329827 aDKAGEbengerdacDLCdOCLCFdDLCdGZMdDKAGE cDeva a9788193019016q(hardback) a8193019016q(hardback) aI-H-2020-329827; 21-91 a(OCoLC)911400481 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aDS422.C3bV493 201504a305.512209542231 6880-01aVināyaka, Anurādhā,eauthor.106880-02aPrācīna Bhārata meṃ jātiyoṃ kī sāmājika gatiśīlatā /cAnurādhā Vināyaka.30aSāmājika gatiśīlatā 1aNew Delhi :bAayu Publications,c2015. axii, 231 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 207-231). 6880-03aOriginally presented as the author's thesis (Ph. D.--Lucknow University, Department of Ancient Indian History & Archaeology) under the title: Prācīna Bhārata meṃ prācīna meṃ jātiyoṃ kī gatiśīlatā evaṃ unakā ārthika ādhāra. aOn social and economic development of different caste in India from Vedic period to Maurya period. aIn Hindi. 0aCastezIndiaxHistory. 0aIndiaxSocial conditionsyTo 1200. 0aIndiaxEconomic conditionsyTo 1000. 6aCasteszIndexHistoire. 6aIndexConditions socialesyJusqu'à 1200. 6aIndexConditions économiquesyJusqu'à 1200. 7aCaste.2fast0(OCoLC)fst00848395 7aEconomic history.2fast0(OCoLC)fst00901974 7aSocial conditions.2fast0(OCoLC)fst01919811 7aIndia.2fast0(OCoLC)fst01210276 7aTo 12002fast 7aHistory.2fast0(OCoLC)fst014116281 6100-01/Devaaविनायक, अनुराधा,eauthor.106245-02/Devaaप्राचीन भारत में जातियों की सामाजिक गतिशीलता /cअनुराधा विनायक. 6500-03/DevaaOriginally presented as the author's thesis (Ph. D.--Lucknow University, Department of Ancient Indian History & Archaeology) under the title: प्राचीन भारत में प्राचीन में जातियों की गतिशीलता एवं उनका आर्थिक आधार. aD. K. Agencies (P) Ltd.bDKAPnDKHIN-53238-HBD a92bPUL02756cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149028002400177028002700201035002100228042001400249245001000263264004400273264001100317300005100328336003700379337002300416338003100439344003400470347003000504500002700534546003500561511010900596500008200705505065600787520011801443650002801561650003401589650001101623650004101634650004501675650002901720650004901749650006001798650005401858650006701912700003201979710005202011710003202063710004102095938005402136994001202190ocn918302377OCoLC20230718213016.0sd fsngnnmmned230713s2015 azuuunn fz n eng d a 2023626327 aTDFbengerdacDLC10a09940266392002aDCD 663bSummit Records00a663bSummit Records00aSMT663bSummit Records a(OCoLC)918302377 alccopycat00aHope. 1aTempe, Ariz. :bSummit Records,c[2015] 4c©2015 a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigitalbopticalgstereo2rda aaudio filebCD audio2rda aTitle from disc label. aVocal portion sung in English.0 aTim Zimmerman, trumpet, flugelhorn solos & duets ; King's Brass ; Men of the Chapel ; Aire Born Strings. aProgram notes in English ([8] unnumbered folded pages) inserted in container.00tBe Thou my visiong(3:30) --tHigher ground ;tI have decidedg(6:18) --tCalvary covers it allg(3:11) --tGod of wonders ;tThis is my Father's worldg(4:27) --tBe still and knowg(3:47) --tI love to tell the storyg(4:10) --tJesus loves meg(3:52) --tAchieved is the glorious work from the Creation /rFranz Joseph Haydng(2:44) -- As the deer ; Holy, holy, holyg(6:07) --tOur great Saviourg(3:20) --tFor by grace ; Grace greater than our sing(3:48) --tThe Savior is waitingg(2:16) --tWhat a friend we have in Jesusg(3:32) --tThe Lord bless and keep youg(2:47) --t10,000 reasonsg(4:16) --gbonus tracks:tOld-time religiong(5:04). aTim Zimmerman and The King's Brass present a program of spirituals. With Men of The Chapel and Aire Born Strings. 0aInstrumental ensembles. 0aHymnsvInstrumental settings. 0aHymns. 0aSacred songsvInstrumental settings. 0aSacred songs with instrumental ensemble. 6aEnsembles instrumentaux. 6aChants sacrésvArrangements instrumentaux. 7aHymnsxInstrumental settings.2fast0(OCoLC)fst00965496 7aInstrumental ensembles.2fast0(OCoLC)fst00974411 7aSacred songsxInstrumental settings.2fast0(OCoLC)fst019063581 aZimmerman, Tim,eperformer.2 aKing's Brass (Musical group),einstrumentalist.2 aMen of the Chapel,esinger.2 aAire Born Strings,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF390829 a92bPUL03429cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002400171028002800195033003300223035002100256041000800277042001400285047001100299048002700310050002000337245004700357264004600404264001200450300004000462336003700502337002300539338003100562344003400593347003000627382005600657500002700713511011200740518007800852508006200930500005600992505056301048650005601611650006701667650006401734650008201798650009301880655005101973655004502024655002602069655003202095655003102127655003402158700007502192700011002267700009802377700005702475700006202532700006202594710004502656938005402701994001202755ocn920686218OCoLC20230718213016.0sd fsngnnmmned230713p20152013azumunn n zxx d a 2023626329 aTDFbengerdacDLCdINTdOCLCFdEXWdTDF10a09940266592402a665bSummit Records02aDCD 665bSummit Records20a20130603a20130606b4114cK2 a(OCoLC)9206862180 geng alccopycat amdasu abb02aba01abd01abe01 4aM555b.W47 201500aFor then and now /cWestern Brass Quintet. 1aTempe, Arizona :bSummit Records,c[2015] 4c℗2015 a1 audio disc (1:08:41) ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigitalbopticalgstereo2rda aaudio filebCD audio2rda01atrumpetn2ahornn1atrombonen1atuban1s52lcmpt aTitle from disc label.0 aScott Thornburg, Stephen Jones, trumpet ; Lin Foulk, horn ; Daniel Mattson, trombone ; Jacob Cameron, tuba. oRecordedd2013 June 3-6pDalton Center Recital Hall, Kalamazoo, Michigan. aGlenn Brown, recording engineer; Jacob Cameron, producer. aBiographical and program notes on container insert.0 aFor then and now : (2011) / Laurence Bitensky (9:39) -- Four Monteverdi madrigals. Che se tu se' 'l cor mio (2:25) ; Cor mio, mentre vi miro (1:39) ; Longe da te, cor mio (2:36) ; Io mi son giovinetta (2:13) / Claudio Monteverdi ; transcription, Daniel Mattson -- Brass quintet (2012). Distant fanfares (8:55) ; Concurrence (5:27) / Pierre Jalbert -- Flying circus : (2009) / David Colson (12:04) -- Suite impromptu. Epithalame (2:22) ; Marche (2:03) ; Elegie (3:12) ; Mouvement (2:39) / André LaFosse -- Distant dancing : (1992) / Richard Peaslee (13:27). 0aBrass quintets (Horn, trombone, trumpets (2), tuba) 0aBrass quintets (Horn, trombone, trumpets (2), tuba), Arranged. 6aQuintettes de cuivres (Cor, trombone, trompettes (2), tuba) 7aBrass quintets (Horn, trombone, trumpets (2), tuba)2fast0(OCoLC)fst00838014 7aBrass quintets (Horn, trombone, trumpets (2), tuba), Arranged.2fast0(OCoLC)fst01185706 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aArrangements (Music)2lcgft 7aMusique de chambre.2rvmgf 7aArrangements (Musique)2rvmgf12iContainer of (work):aBitensky, Laurence S.,d1966-tFor then and now.12iContainer of (expression):aMonteverdi, Claudio,d1567-1643.tMadrigals,nbook 4.kSelections;oarranged.12iContainer of (work):aJalbert, Pierre,d1967-tQuintets,mtrumpets (2), horn, trombone, tuba.12iContainer of (work):aColson, David.tFlying circus.12iContainer of (work):aLafosse, André.tSuite impromptu.12iContainer of (work):aPeaslee, Richard.tDistant dancing.2 aWestern Brass Quintet,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF391863 a92bPUL01765cem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040003500103034001300138035002100151041002300172043001200195050002700207052001300234082002100247110009200268245001000360255003400370264005700404264007500461300005500536336004000591337002800631338002600659500004200685500013300727500005000860546006900910651002400979651004201003651004301045655002301088655003601111655004401147655002501191655003501216655003201251994001201283ocn921931787OCoLC20230718213016.0aj canzn230717s1972 it a 1 ita  a 2023591399 aDLCbengerdacDLCdOCLCFdGHQ1 aab22000 a(OCoLC)9219317870 aitaaengagerafre ae-it---00aG6714.R7E635 1972b.R6 a6714bR704a912.45632qOCoLC2 aRome (Italy : Province).bEnte provinciale per il turismo,ecartographer,edistributor.10aRoma. aScale approximately 1:22,000. 1a[Roma] :b[Ente provinciale per il turismo],c[1972] 2aRoma :bEnte provinciale per il turismo, distribuzione gratuita,c1972 a1 map :bcolor ;c67 x 47 cm, folded to 25 x 12 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aSelected buildings shown pictorially. aTourist information, indexes to street names and places of interest, map of metropolitan area, and color illustrations on verso. aLC copy imperfect: torn along the folds.5DLC aText in Italian, English, German, and French. Legend in Italian. 0aRome (Italy)vMaps. 0aRome Metropolitan Area (Italy)vMaps. 7aItalyzRome.2fast0(OCoLC)fst01204500 7atourist maps.2aat 7aMaps.2fast0(OCoLC)fst01423704 7aTourist maps.2fast0(OCoLC)fst01423809 7aTourist maps.2lcgft 7aCartes géographiques.2rvmgf 7aCartes touristiques.2rvmgf a92bPUL01758cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020002700149025002300176035002100199037005300220041001300273042002100286043001200307050002500319082001400344100005000358245008300408264004700491300002300538336002600561337002800587338002700615504005700642520006900699546004500768650001100813650004400824650004100868650002600909650004600935650004200981650004401023650003701067650004701104655006201151938005101213994001201264ocn930493036OCoLC20230718213016.0151123s2015 ii b 000 0 hinod a 2023340422 aDKAGEbengerdacDLC a9789381953655q(hardback) a9381953651q(hardback) aI-H-2023340422; 12 a(OCoLC)930493036 bLibrary of Congress -- New Delhi Overseas Office0 ahinasan alccopycatalcode aa-ii---00aPK2916b.M57442 201504a808.12231 aMiśra, Kr̥shṇa Gopāla,d1962-eauthor.10aRasa-siddhānta :bāja taka /clekhaka, Ḍô. Kr̥shṇagopāla Miśra. 1aJayapura :bRacanā Prakāśana,c2015. a368 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 363-368). aOn theory of rasas; with reference to Sanskrit and Hindi poetry. aIn Hindi; includes passages in Sanskrit. 0aRasas. 0aSanskrit poetryxHistory and criticism. 0aHindi poetryxHistory and criticism. 6aRāsa (Esthétique) 6aPoésie sanscritexHistoire et critique. 6aPoésie hindixHistoire et critique. 7aHindi poetry.2fast0(OCoLC)fst00956988 7aRasas.2fast0(OCoLC)fst01090196 7aSanskrit poetry.2fast0(OCoLC)fst01105263 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 aD. K. Agencies (P) Ltd.bDKAPnDKHIN-54531-HBD a92bPUL06077cgm a2201225 i 4500001001300000003000600013005001700019007001000036008004100046010001700087040005000104020001500154020001800169024001700187028004400204035002100248043001200269046000900281050002500290245009500315257001900410264006900429264002100498300009400519336005000613337002300663338003000686340003000716344005900746346002400805347004100829380001900870500002600889546006500915500004600980500002601026511008401052508020201136520038901338500005401727500017001781500008301951586005902034586003902093500011602132600006102248630007102309650003302380650002102413650002102434650002102455650003902476650002402515650002702539650001702566650001402583650004702597650004802644650005502692650004702747650005202794650005302846650005102899650004102950650004702991655007303038655004803111655005903159655004503218655003703263655004503300655004803345655006203393655004703455655002803502655002603530655002603556655005403582655002903636655004503665655003203710655002903742655005703771655006003828655002103888700007903909700004503988700003704033700003904070700003704109700003504146700004604181700005704227700005204284700005704336700005104393700004704444700009704491710004404588710006304632730004704695773005204742786004504794994001204839ocn932074363OCoLC20230718213016.0vd cvair|170615s2006 cau110 vleng  a 2017600660 aDLCbengerdacDLCdRB0dOCLCFdDKUdUMKdAZD a1404913769 a97814049137691 a04339613052442a13052bSony Pictures Home Entertainment a(OCoLC)932074363 an-usu-- k194900aDVC9448(viewingcopy)00aAll the king's men /cColumbia Pictures ; written, produced and directed by Robert Rossen. aUnited States. 1aCulver City, Calif. :bSony Pictures Home Entertainment,c[2006] 4c© 1949c© 2006 3viewing copya1 videodisc (approximately 110 min.) :bsound, black and white ;c4 3/4 in. atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier avideodiscb4 3/4 in.2rda adigitalbopticalgstereo soundhDolby Digital 5.12rda alaser opticalbNTSC avideo filebDVD videoeregion 12rda aMotion picture aFull screen (1.33:1). aClosed-captioned; special features are not closed-captioned. aBased on the novel by Robert Penn Warren. aTitle from container.1 aBroderick Crawford, John Ireland, Joanne Dru, John Derek, Mercedes McCambridge. aDirector of photography, Burnett Guffey ; original music by Louis Gruenberg ; musical director, Morris Stoloff ; editor, Al Clark ; editorial advisor, Robert Parrish ; art direction, Sturges Carne. aSet in the American South. Tells the story of Willie Stark, an unassuming, unsophisticated idealistic farmer who becomes Governor of his state, and Jack Burden, reporter and Stark ally. Stark fights his way up from lowly beginnings, initially failing at politics but then succeeding. Once in office, his ideals slip, the standards fall and the power of his office leads to corruption. aPart of summary from the Internet movie database. aSpecial features: sneak peak of the 2006 version of All the king's men including interviews with James Gandolfini, Jude Law and Hanthony Hopkins; theatrical trailer. aLC also holds a laser disc viewing copy and a 35 mm. print of this title.5DLC aThis film was selected for the National Film Registry. aAcademy Award, Best Picture, 1949. aSources used: Internet movie database WWW site, viewed June 16, 2017; Wikipedia WWW site, viewed June 16, 2017.17aLong, Huey Pierce,d1893-1935.2fast0(OCoLC)fst0001528107aAll the king's men (Warren, Robert Penn)2fast0(OCoLC)fst01356768 0aPolitical corruptionvDrama. 0aAmbitionvDrama. 0aIdealismvDrama. 0aPopulismvDrama. 0aGovernorszSouthern StatesvDrama. 0aJournalistsvDrama. 6aThéâtre politique. 6aDVD vidéo. 6aVidéos. 7avideo recordings (physical artifacts)2aat 7aVideo recordings.2fast0(OCoLC)fst01166472 7aReporters and reporting.2fast0(OCoLC)fst01094906 7aPolitical plays.2fast0(OCoLC)fst01069480 7aPolitical corruption.2fast0(OCoLC)fst01069240 7aManipulative behavior.2fast0(OCoLC)fst01007738 7aGovernorsxElection.2fast0(OCoLC)fst00945712 7aGovernors.2fast0(OCoLC)fst00945704 7aDVD-Video discs.2fast0(OCoLC)fst00886641 7aVideo recordings for the hearing impaired.2fast0(OCoLC)fst01710450 7aVideo recordings.2fast0(OCoLC)fst01692913 7aMelodramas (Motion pictures)2fast0(OCoLC)fst01726217 7aFiction films.2fast0(OCoLC)fst01710264 7aDrama.2fast0(OCoLC)fst01423879 7aFeature films.2fast0(OCoLC)fst01710384 7aFilm adaptations.2fast0(OCoLC)fst01710491 7aFilms for the hearing impaired.2fast0(OCoLC)fst01710386 7aPolitical films.2fast0(OCoLC)fst01710460 7aPolitical films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft 7aFilms politiques.2rvmgf 7aAdaptations cinématographiques.2rvmgf 7aMélodrames (Films)2rvmgf 7aFilms de fiction.2rvmgf 7aFilms pour personnes handicapées auditives.2rvmgf 7aVidéos pour personnes handicapées auditives.2rvmgf 7aVidéos.2rvmgf1 aRossen, Robert,d1908-1966,escreenwriter,efilm director,efilm producer.1 aCrawford, Broderick,d1911-1986,eactor.1 aDru, Joanne,d1923-1996,eactor.1 aIreland, John,d1914-1992,eactor.1 aDerek, John,d1926-1998,eactor.1 aMcCambridge, Mercedes,eactor.1 aGuffey, Burnettedirector of photography.1 aGruenberg, Louis,d1884-1964,ecomposer (expression)1 aStoloff, Morris,d1898-1980,emusical director.1 aClark, Al,d1902-1971,eeditor of moving image work.1 aParrish, Robert,eeditor of moving image work.1 aCarne, Sturges,d1899-1965,eart director.1 iMotion picture adaptation of (work) :aWarren, Robert Penn,d1905-1989.tAll the king's men.2 aColumbia Pictures,eproduction company.2 aSony Pictures Home Entertainment (Firm)efilm distributor.0 aAll the king's men (Motion picture : 1949)0 tSnelson (John) Collection (Library of Congress)18tAll the king's menw(DLC) 1850379nMAVIS a92bPUL02022cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040005300094020003100147020002800178035002100206042001400227050002300241082003600264245007500300264003800375300004100413336002600454337002800480338002700508490004200535500002300577504005700600504007600657650003800733650003300771650004700804650004800851650005500899650003100954650003900985650004201024650007301066650007401139650005901213650004101272655006201313700006101375830004401436938003601480994001201516ocn944209455OCoLC20230718213016.0160309s2016 fr a b 000 0 fre d a 2023414492 aAUXAMbengerdacDLCdLTSCAdOCLCFdMEAUCdAUXAM a9782271087591q(paperback) a2271087597q(paperback) a(OCoLC)944209455 alccopycat00aPN6714b.B368 201604a741.502222/eng/20230216qOCoLC00aBande dessinée et numérique /csous la direction de Pascal Robert. 1aParis :bCNRS éditions,c[2016] a251 pages :billustrations ;c19 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aLes Essentiels d'Hermès,x1967-3566 aIncludes glossary. aIncludes bibliographical references (pages 217-220). a"Principaux acteurs de la bande dessinée numérique": pages 221-223. 0aWebcomicsxHistory and criticism. 0aLiterature and the Internet. 0aComic books, strips, etc.xSocial aspects. 0aComic books, strips, etc.xThemes, motives. 6aBandes dessinées en lignexHistoire et critique. 6aLittérature et Internet. 6aBandes dessinéesxAspect social. 6aBandes dessinéesxThèmes, motifs. 7aComic books, strips, etc.xSocial aspects.2fast0(OCoLC)fst00869173 7aComic books, strips, etc.xThemes, motives.2fast0(OCoLC)fst00869177 7aLiterature and the Internet.2fast0(OCoLC)fst01000106 7aWebcomics.2fast0(OCoLC)fst01763366 7aCriticism, interpretation, etc.2fast0(OCoLC)fst014116351 aRobert, Pascal,d1962-eeditor,ewriter of introduction. 0aCollection "Les essentiels d'Hermès." aAMALIVREbAUXAnAAL0708308-0001 a92bPUL01472cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004700094025002300141035002100164037005300185042001500238043001200253050002900265082002000294110003500314245003100349250001900380264013300399300002300532336002600555337002800581338002700609650002600636650002800662650004500690651003700735655002400772655004500796655002600841655002600867710002800893710006700921938005000988994001201038ocn946072919OCoLC20230718213016.0160616s2015 np l f000 0 eng  a 2015357211 aDLCbengerdacDLCdOCLCFdNDLdDLCdDKAGE aN-E-2015357211; 24 a(OCoLC)946072919 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc aa-np---00aKPK171.A311962bN47 201504a342.54960232231 aNepal,eenacting jurisdiction.14aThe Constitution of Nepal. aFirst edition. 1aKathmandu :bLaw Books Management Board, Ministry of Law, Justice and Parliamentary Affairs, Government of Nepal,cOctober 2015. a252 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aConstitutionszNepal. 6aConstitutionszNépal. 7aConstitutions.2fast0(OCoLC)fst00875851 7aNepal.2fast0(OCoLC)fst01206102 7aconstitutions.2aat 7aConstitutions.2fast0(OCoLC)fst01774254 7aConstitutions.2lcgft 7aConstitutions.2rvmgf1 aNepal.tSaṃvidhāna.1 aNepal.bKānūna Kitāba Vyavasthā Samiti,eissuing body. aD. K. Agencies (P) Ltd.bDKAPnDKNPL-2054-PBK a92bPUL02597cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040005800094015001900152016001800171020003100189020002800220035002100248042001400269050002600283082001500309100003700324245004500361250002300406264002900429264001100458300002300469336002600492337002800518338002700546520095900573650002201532650002201554650002301576651003301599650003601632650003601668650004701704650004001751650003901791650003901830651004901869655003901918655005001957655003102007938004102038994001202079ocn952156327OCoLC20230718213016.0230610t20172016enk e 000 1 eng d a 2023289628 aYDXCPbengerdacDLCdYDXCPdAUPTLdOCLCFdUKMGBdFWP aGBB7600322bnb7 a0182853772Uk a9780751565034q(paperback) a0751565032q(paperback) a(OCoLC)952156327 alccopycat00aPR6101.S525bB46 201704a823.922231 aAshcroft, Jenny,d1980-eauthor.10aBeneath a burning sky /cJenny Ashcroft. aPaperback edition. 1aLondon :bSphere,c2017. 4c©2016 a406 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aWhen twenty-two-year-old Olivia is coerced into marriage by the cruel Alistair Sheldon, she leaves England for Egypt, his home and the land of her own childhood. Reluctant as she is to go with Alistair, it's in her new home that she finds happiness in surprising places: she is reunited with her long-estranged sister, Clara, and falls - impossibly and illicitly - in love with her husband's boarder, Captain Edward Bertram. Then Clara is abducted from one of the busiest streets in the city. Olivia is told it's thieves after ransom money, but she's convinced there's more to it. As she sets out to discover what's happened to the sister she's only just begun to know, she falls deeper into the shadowy underworld of Alexandria, putting her own life, and her chance at a future with Edward, the only man she's ever loved, at risk. Because, determined as Olivia is to find Clara, there are others who will stop at nothing to conceal what's become of her. 0aSistersvFiction. 0aSecrecyvFiction. 0aBetrayalvFiction. 0aAlexandria (Egypt)vFiction. 6aSœursvRomans, nouvelles, etc. 6aSecretvRomans, nouvelles, etc. 6aTrahison (Morale)vRomans, nouvelles, etc. 7aBetrayal.2fast0(OCoLC)fst00830942 7aSecrecy.2fast0(OCoLC)fst01110644 7aSisters.2fast0(OCoLC)fst01119758 7aEgyptzAlexandria.2fast0(OCoLC)fst01208911 7aFiction.2fast0(OCoLC)fst01423787 7aHistorical fiction.2fast0(OCoLC)fst01726640 7aHistorical fiction.2lcgft aYBP Library ServicesbYANKn13045047 a92bPUL02123cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003200109024001700141024002800158028001900186035002100205042001400226100003900240240004700279245004600326264004200372264001200414300003000426336003700456337002300493338003100516344001900547344001900566344001900585347002200604347001300626382002100639500002700660511023200687500004100919505027100960650001801231650002801249655002201277655002601299700005101325700004401376700004201420700003801462700003601500938004501536994001201581ocn953450802OCoLC20230718213016.0sd fsngnnmmned230714t20162016nyuzznn i n zxx d a 2023626368 aBTCTAbengerdacDLCdBTCTA1 a8809561610207 a008809561610202gtin-1402aZM201610bZoho a(OCoLC)953450802 alccopycat1 aWilliams, Mason,d1938-ecomposer.10aInstrumental music.kSelections;oarranged10aCarlos Barbosa-Lima plays Mason Williams. 1aMillwood, NY :bZoho Classix,c[2016] 4c℗2016 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11aguitarn12lcmpt aTitle from disc label.0 aCarlos Barbosa-Lima, guitar ; Larry Del Casale, guitar (1st-2nd, 5th-6th, 8th-9th tracks) ; Duduka da Fonseca, percussion (1st, 5th-6th works) ; Daisy Jopling, violin (2nd, 12th works) ; Rick Kriska, clarinet (6th, 8th tracks). aProgram notes inserted in container.00tClassical gas --tBaroque-a-nova --tFlamenco lingo --tCountry idyll --tSaturday night at the world --tSunflower --tFettucini western --tGuitar carol --tIn honor of... --tKatydid's ditty --tRiding the low moon --tLargo-de-luxe --tShady dell --tShenandoah. 0aGuitar music. 0aInstrumental ensembles. 7aArt music.2lcgft 7aChamber music.2lcgft1 aBarbosa-Lima, Carlos,d1944-einstrumentalist.1 aDel Casale, Lawrence,einstrumentalist.1 aFonseca, Duduka da,einstrumentalist.1 aJopling, Daisy,einstrumentalist.1 aKriska, Rick,einstrumentalist. aBaker and TaylorbBTCPnBECDVMI ZM201610 a92bPUL02253cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002600166035002100192042001400213082001900227100003000246245005700276264004200333300007900375336003700454337002300491338003100514344002900545347002500574500001600599500001800615505033700633508011800970511014001088518006601228650001201294650003001306650002101336650002801357650005601385650003801441655004501479655002601524655002801550700006001578700002801638710006901666994001201735ocn959758136OCoLC20230718213016.0sd fsngnnmmned230714s2016 nyuuunn n eng  a 2023626363 aAU@bengerdacDLCdOCLCFdNFRdAU@1 a88095616072632aZM 201607bZoho Music a(OCoLC)959758136 alccopycat04aCD JazzbBotti1 aBotti, Julio,eperformer.10aSax to tango /cJulio Botti, Pablo Ziegler producer. 1aMillwood, New YorkbZoho Music,c2016 a1 audio discs :bdigital ;c12 cm. +eissued with 8 page fold-out leaflet. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigitalbopticalgstereo aaudio filebCD audio a"ZM 201607" aCompact disc.0 aPrimavera Porteña (5:12) -- Invierno Perteño (6:13) -- Nieblas del Riachuelo (4:01) -- Años de Soledad (3:40) -- Fuga y Misterio (5:05) -- Oblivion (4:03) -- Rojotango (4:47) -- Flor de Lino (3:52) -- Otoño Porteño (5:14) -- Verano Perteño (6:27) -- Milonga en el Viento (5:10) -- La Rayuela (4:28) -- Libertango (4:57). aProduced by Pablo Ziegler ; Recorded by John Fomsgaard ; Mixed by Alejandro Venguer ; Mastered by Oscar Zambrano.0 aJulio Botti, soprano & tenor saxophone ; Pablo Ziegler, piano ; University of Southern Denmark Symphony Orchestra, Saul Zaks conductor. aKoncertsalen Alsion in Sonderborg, Denmark, June 10-11, 2015. 0aTangos. 0aSaxophone with orchestra. 6aTangos (Musique) 6aSaxophone et orchestre. 7aSaxophone with orchestra.2fast0(OCoLC)fst01106240 7aTangos.2fast0(OCoLC)fst01142651 7aTangos (Music)2fast0(OCoLC)fst01726758 7aTangos (Music)2lcgft 7aTangos (Musique)2rvmgf1 aZiegler, Pablo,eperformer,emusic director,eproducer.1 aZaks, Saul,econductor.2 aUniversity of Southern Denmark.bSymphony Orchestraeperformers. a92bPUL02341cjm a2200577 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028004200161035002100203042001400224245005700238246002600295264007200321264008500393264001200478300004100490336003700531337002300568338003100591344001900622344001900641344001900660347002200679347001300701500002600714511003400740505033800774650002701112650002801139650003101167650004201198648002001240655004201260655002301302655003501325655002601360710004201386710004101428710004201469710004701511710005901558710003901617710004301656710005201699994001201751ocn961945430OCoLC20230718213016.0sd fsngnnmmned190819t19941994nyurcnn z n eng d a 2019625036 aIXAbengerdacDLCdIXAdOCLCF1 a01753150162302agrow016-2bGrass Recordsq(container) a(OCoLC)961945430 alccopycat00aPulled from the wreckage :ba Grass Records sampler.30aGrass Records sampler 1aRockville Centre, NY :bGrass Records :bLSR Records, Inc.,c[1994] 3aRockville Centre, NY :bManufactured and distributed by Dutch East India Trading 4c℗1994 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aPerformed by various artists.00tLute fisk ;tPressure facer(Sunbrain) --tInertia ;tRevivalr(Bridget) --tRide ;tAnesthetizer(Brainiac) --tCookie jar ;tAngel in the morningr(Barnyard Slut) --tPull ;tLocomotive godr(Twitch) --tPenaluna ;tWhistle downr(Edsel) --tHave fun in hell ;tHello footpadr(Mousetrap) --tSunshine ;tForr(Cactus Nerve Thang). 0aRock musicy1991-2000. 0aAlternative rock music. 6aRock (Musique)y1991-2000. 7aRock music.2fast0(OCoLC)fst01099204 7a1991-20002fast 7aRock music.2fast0(OCoLC)fst01726724 7aRock music.2lcgft 7aAlternative rock music.2lcgft 7aRock (Musique)2rvmgf2 aSunbrain (Musical group),eperformer.2 aBridget (Musical group),eperformer.2 aBrainiac (Musical group),eperformer.2 aBarnyard Slut (Musical group),eperformer.2 aTwitch (Musical group : Kalamazoo, Mich.),eperformer.2 aEdsel (Musical group),eperformer.2 aMousetrap (Musical group),eperformer.2 aCactus Nerve Thang (Musical group),eperformer. a92bPUL01692cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020003000134020001500164035002100179042000800200043001200208050002500220055002500245082001800270100003400288245006800322264005200390264001100442300005200453336002600505337002800531338002700559520018400586650004100770651003700811651003100848650003400879650004100913651003700954655002500991655005301016655004601069655002701115655003001142700005001172994001201222ocn974039571OCoLC20230718213016.0170404t20162016quca 6 000 0 fre  a 2016364329 aDLCbengerdacDLCdOCLCFdREBdUAB a9782897770020q(hardback) a2897770023 a(OCoLC)974039571 apcc an-us-me00aPN6733.F37bL54 2016 3aPN6734 L53bF37 201604a741.5/9712231 aFarah, Alain,d1979-eauthor.13aLa ligne la plus sombre /cAlain Farah, Mélanie Baillairgé. 1aMontréal (Québec) :bLa Pastèque,c[2016] 4c©2016 a93 pages :billustrations (some color) ;c29 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"La ligne la plus sombre retrace les aventures d'un écrivain qui voit ses vacances dans le Maine interrompues par un coup de fil qui changera sa vie."--From publisher's website. 0aVacationsvComic books, strips, etc. 0aMainevComic books, strips, etc. 6aMainevBandes dessinées. 6aVacancesvBandes dessinées. 7aVacations.2fast0(OCoLC)fst01163528 7aMaine.2fast0(OCoLC)fst01204270 7agraphic novels.2aat 7aComics (Graphic works)2fast0(OCoLC)fst01921613 7aGraphic novels.2fast0(OCoLC)fst01726630 7aGraphic novels.2lcgft 7aRomans graphiques.2rvmgf1 aBaillairgé, Mélanie,d1974-eillustrator. a92bPUL01859cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152035002100167042000800188043001200196050002100208082003500229100002800264245010600292246003000398250002300428264004000451300002300491336002600514337002800540338002700568504004100595600004500636650003200681650005900713650004300772650005000815650002300865650003300888650004300921650004000964650005001004650004901054650004901103651003801152648002001190655004301210700003201253700004401285994001201329ocn980600959OCoLC20230718213016.0170130s2016 mx b 000 0 spa  a 2016485929 aDLCbengerdacDLCdOCLCFdGZMdIXA a9786079733902 a6079733900 a(OCoLC)980600959 apcc an-mx---00aN6555b.T48 201604a709.72qOCoLC223/eng/202302031 aTibol, Raquel,eauthor.10aRaquel Tibol :bla crítica y la militancia /cElvira Concheiro y Victor Hugo Pacheco, compiladores.30aCrítica y la militancia aPrimera edición. 1aCiudad de México :bCEMOS,c2016. a252 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.17aTibol, Raquel.2fast0(OCoLC)fst00064541 0aArt, Mexicany20th century. 0aArtxPolitical aspectszMexicoxHistoryy20th century. 6aCritiques d'artzMexiquevBiographies. 6aFemmes critiques d'artzMexiquevBiographies. 6aPeintreszMexique. 6aPeinture abstraitezMexique. 7aArt critics.2fast0(OCoLC)fst00815508 7aPainters.2fast0(OCoLC)fst01050530 7aPainting, Abstract.2fast0(OCoLC)fst01050640 7aPainting, Mexican.2fast0(OCoLC)fst01050982 7aWomen art critics.2fast0(OCoLC)fst01177147 7aMexico.2fast0(OCoLC)fst01211700 7a1900-19992fast 7aBiographies.2fast0(OCoLC)fst019198961 aConcheiro, Elvira,eeditor.1 aPacheco Chávez, Victor Hugo,eeditor. a92bPUL01963cjm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002100149042001400170100007700184245004000261264005000301264001200351300004100363336003700404337002300441338003100464344001900495344001900514344001900533347002200552347001300574500002600587511014900613508018200762518009900944518005901043505016801102650002701270650003101297650004201328648002001370655004201390655002301432655002601455994001201481ocn987417029OCoLC20230718213016.0sd fsngnnmmned230714t20072007nyurcnn n eng d a 2023628015 aIXAbengerdacDLC1 a796873012881 a(OCoLC)987417029 alccopycat1 aCherry, Jerry,d1970-ecomposer,elyricist,eperformer,eaudio producer.10aLife is sweeter... /cJerry Cherry. 1a[Brooklyn, N.Y.] :b[Jerry Giamundo],c[2007] 4c℗2007 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aJerry Cherry, vocals, guitars, piano, synth, tambourine ; with Ricardo Rodriguez, bass ; Felipe Torres, drums ; additional accompanying artists. aAll songs written by Jerry Cherry ; produced by Jerry Cherry ; mixed by Mike Rogers ; recorded by Mike Presta, Mike Rogers, and Alex Nizich ; mastered by Mark Biorn Christensen. oRecordedpEngine Room Audio, Chinatown, NYCpMagic Shop, Soho, NYCd2006 December-2007 August. oMixed and masteredpEngine Room Audio, Chinatown, NYC.00tBig city life --tLancelot --tTurned around --tSlip --tEverywhere --tPunished --tFreakshow --tHello my dear --tFit in --tThe meaning --tWorst looking man. 0aRock musicy2001-2010. 6aRock (Musique)y2001-2010. 7aRock music.2fast0(OCoLC)fst01099204 7a2001-20102fast 7aRock music.2fast0(OCoLC)fst01726724 7aRock music.2lcgft 7aRock (Musique)2rvmgf a92bPUL01219cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020003100134020002800165035002100193042001400214043002100228050003100249082001200280100003800292245006200330250002400392264004300416300002300459336002600482337002800508338002700536490002000563500001100583500002100594586008500615650002100700650001900721650004700740938003400787994001200821ocn992800847OCoLC20230718213016.0170406s2017 sp 000 1 cat d a 2017391630 aC3LbengerdacDLCdNYPdOCLCFdC3L a9788490345955q(paperback) a8490345953q(paperback) a(OCoLC)992800847 alccopycat ae-po---ae-sp---00aPC3942.423.A7834bC66 201714a8492141 aMartorell, Tecla,d1960-eauthor.10aCom les soques de les figueres velles /cTecla Martorell. aPrimera edició́. 1aValls :bCossetània Edicions,c2017. a285 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNarrativa ;v91 aNovel. aText in Catalan. aPremi de Narrativa Fra Albert Vidal de les Festes de la Serra, 2016 de Montblanc 0aCatalan fiction. 6aRoman catalan. 7aCatalan fiction.2fast0(OCoLC)fst00848533 aCasalini LibribCASAn4146581 a92bPUL02262cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002100162042000800183050002400191100004400215240002700259245007800286264005000364300005500414336002600469337002800495338002700523500011600550500002500666520106100691600004801752655005101800710006101851994001201912ocn994232722OCoLC20230718213016.0170629s2016 po 000 0 por  a 2017502541 aDLCbengerdacDLCdOCLCFdZCU a9789896584153 a989658415X a(OCoLC)994232722 apcc00aND833.R627bA4 20161 aRodrigues, Ana Leonor Madeira,eartist.10aPaintings.kSelections12aO meu laboratório :bpintura 2008-2016 /cAna Leonor Madeira Rodrigues. 1aCoimbra :bCaleidoscópio,cmarço de 2016. a55 pages :billustrations (chiefly color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCatalog of an exhibition held at the Centro Cultural Português em Dili, Dili, East Timor, October 1-15, 2015. aChiefly illustrated. aEntre 1 e 15 de Outubro de 2015 expus em Luanda, a convite do Centro Cultural Português, Instituto Camões um grupo de 24 pinturas, em óleo e acrílico sobre tela, com o título o Meu Laboratório. O meu laboratório é o lugar onde misturo elementos físicos, químicos, biológicos e afectivos para construir o mundo que inventei. São trabalhos que se integram num projecto mais alargado que desenvolvo há alguns anos, não só em pintura como em vídeo, instalação e performance e que trata da infestação de criaturas amigáveis e simbióticas com os humanos, nos espaços onde habitamos. Estas pinturas são um registo dos lugares afectados pelas alterações das Bacteria Caerúlea, bem como algumas representações dos próprios aglomerados de bactérias. O texto de Maria João Gamito, ainda não publicado, foi escrito como texto de sala, para a exposição. Quando uma cozinha sonha II, na Rock Gallery VPF, Lisboa, em 2012, da qual faziam parte as pinturas de pequeno formato da presente exposição.10aRodrigues, Ana Leonor MadeiravExhibitions. 7aExhibition catalogs.2fast0(OCoLC)fst014240282 aCentro Cultural Português em Dili.,ehost institution. a92bPUL01424cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020001800178020001500196035002200211042000800233043001200241050002400253082001900277245010700296264003200403300002200435336002600457337002800483338002700511504005100538650005700589650005400646651005100700651005400751650005500805651003800860648002000898700004300918938004100961994001201002on1001277640OCoLC20230718213016.0210624s2017 gm 000 0 eng  a 2021355836 aDLCbengerdacDLCdUKMGBdOCLCFdAUWdYDX aGBB7M78982bnb7 a0186244372Uk a9781138309401 a1138309400 a(OCoLC)1001277640 apcc af------00aJQ1875b.A7494 201704a320.96090422300aAfrican political thought of the twentieth century :ba re-engagement /cedited by Shiera S. el-Malik. 1aGambia :bRoutledge,c2017. a95 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aPolitical sciencezAfricaxPhilosophyy20th century. 0aPolitical sciencezAfricaxHistoryy20th century. 0aAfricaxPolitics and governmenty20th century. 6aAfriquexPolitique et gouvernementy20e siècle. 7aPolitics and government.2fast0(OCoLC)fst01919741 7aAfrica.2fast0(OCoLC)fst01239509 7a1900-19992fast1 aMalik, Shiera S. el-,d1972-,eeditor. aYBP Library ServicesbYANKn14749227 a92bPUL03204cim a2200769 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040008500109019002700194020001800221020001500239024002500254028002800279035006000307037003400367037003400401042001400435043001200449050002500461082002300486100004200509245011100551250001600662264004100678300005400719306001100773336003300784337002300817338003100840344001900871344001900890344001200909347002200921347001300943500002600956511002700982520014801009505037701157600003301534600005901567650004101626651004901667650004701716650006901763650004801832650005501880650004201935651004401977648002102021655002202042655001502064655001602079655004202095655004302137655002302180655002402203655002502227655002402252700003502276700004202311700003102353938003802384994001202422on1002134277OCoLC20230718213016.0sd fsngnnmmned230705s2017 nyunnnne b n eng d a 2023626545 aBLACPbengerdacDLCdOCLCFdBLACPdTEFMTdTEFdKLPdRECBXdROCdB@LdAZZPTdVVW a1006911476a1015327164 a9781427292353 a14272923533 a9781427292353d5399902aDD33951bRecorded Books a(OCoLC)1002134277z(OCoLC)1006911476z(OCoLC)1015327164 a60bkk5bBlackstone Publishing a40bkk5bBlackstone Publishing alccopycat af-sa--- 4aDT1974b.M327 2017ab04a968.07/1092aB2231 aMandela, Nelson,d1918-2013,eauthor.10aDare not linger :bthe presidential years /cNelson Mandela and Mandla Langa ; prologue by Graça Machel. aUnabridged. 1aNew York :bMacmillan Audio,c[2017] a11 audio discs (13.5 hr.) :bdigital ;c4 3/4 in. a133000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from container.0 aRead by Adrian Lester. aTells the story of Nelson Mandela's presidency, drawing heavily on the memoir he began to write as he prepared to finish his term as president.0 aThe challenge of freedom -- Negotiating democracy -- A free and fair election -- Getting into the union buildings -- National unity -- The presidency and the Constitution -- Parliament -- Traditional leadership and democracy -- Transformation of the state -- Reconciliation -- Social and economic transformation -- Negotiating the media -- On the African and world stages.10aMandela, Nelson,d1918-2013.17aMandela, Nelson,d1918-2013.2fast0(OCoLC)fst01899655 0aPresidentszSouth AfricavBiography. 0aSouth AfricaxPolitics and governmenty1994- 6aPrésidentszAfrique du SudvBiographies. 7aBIOGRAPHY & AUTOBIOGRAPHYxPresidents & Heads of State.2bisacsh 7aPOLITICAL SCIENCExWorldxAfrican.2bisacsh 7aPolitics and government.2fast0(OCoLC)fst01919741 7aPresidents.2fast0(OCoLC)fst01075723 7aSouth Africa.2fast0(OCoLC)fst01204616 7aSince 19942fast 0aAudiobooks on CD. 2aBiography. 4aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aBiographies.2fast0(OCoLC)fst01919896 7aAudiobooks.2lcgft 7aBiographies.2lcgft 7aLivres audio.2rvmgf 7aBiographies.2rvmgf1 aLanga, Mandla,d1950-eauthor.1 aMachel, Graça,ewriter of prologue.1 aLester, Adrian,enarrator. aRecorded BooksbRECBnrdd90033951 a92bPUL02231cam a2200493 i 4500001001300000003000600013005001700019008004100036010003100077040005000108066000700158020003800165020003500203035002200238042000800260043001200268050002500280245007700305264009200382300005800474336002600532337002800558338002700586500009600613504005300709505007200762600002000834600004600854650006700900650006900967650007201036650007401108650005301182650005101235651004901286648002001335655003901355710006401394880006301458880007701521880007101598880005601669994001201725on1007542136OCoLC20230718213016.0210510s2013 ja abh b 001 0 jpn  a 2020436563z 2021369222 aDLCbengerdacDLCdOCLCFdSTFdPAUdPULdZCU c$1 a9784805506912q(hardcover ;qset) a4805506911q(hardcover ;qset) a(OCoLC)1007542136 apcc aa-ja---00aNA6056.O57bK55 2013006880-01aKikudaki no chūmon /cKikudaki no Chūmon Kenkyūkai hencho. 16880-02aTōkyō-to Chūō-ku :bChūō Kōron Bijutsu Shuppan,cHeisei 25 [2013] a2 volumes :billustrations, maps, facsimiles ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aReproduction of manifestations in the collection of Sumoto Shiritsu Awaji Bunka Rekishikan. aIncludes bibliographical references and indexes.006880-03g[1]tEiin, shakubun hen --g[2]tKaidai, gendai goyaku hen.30aSaitō family.37aSaitō family.2fast0(OCoLC)fst00215520 0aShinto architecturezJapanzŌita-kenxHistoryy16th century. 0aBuddhist architecturezJapanzŌita-kenxHistoryy16th century. 6aArchitecture shintōzJaponzŌita (Ken)xHistoirey16e siècle. 6aArchitecture bouddhiquezJaponzŌita (Ken)xHistoirey16e siècle. 7aBuddhist architecture.2fast0(OCoLC)fst01727575 7aShinto architecture.2fast0(OCoLC)fst01116102 7aJapanzŌita-ken.2fast0(OCoLC)fst01209091 7a1500-15992fast 7aHistory.2fast0(OCoLC)fst014116282 6880-04aKikudaki no Chūmon Kenkyūkai,eauthor,eeditor.006245-01a木砕之注文 /c木砕之注文研究会編著. 16264-02a東京都中央区 :b中央公論美術出版,c平成25 [2013]006505-03g[1]t影印・釈文篇 --g[2]t解題・現代語訳篇.2 6710-04a木砕之注文研究会,eauthor,eeditor. a92bPUL01950cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040005100094016001800145020003100163020001500194020002700209025002600236035002200262037005300284042002100337043001200358050002300370082001700393100004100410245006000451246000900511264004800520300006400568336002600632337002800658338002700686500002000713530003300733504006700766610004700833600002900880600005500909650003300964651004200997650002801039651005101067650003601118650005201154650005501206651003701261648002001298700002901318938004901347994001201396on1015874484OCoLC20230718213016.0171216s2018 ii a 001 0 eng d a 2017326165 aDKAGEbengerdacDLCdDLCdOCLCFdUKMGBdDKAGE7 a0188829702Uk a9789387324176q(paperback) a9387324176 z9789387324183q(ebook) aI-E-2017326165; 63-91 a(OCoLC)1015874484 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aJQ292b.S4688 201804a954.05332231 aSharma, Pankajc(Engineer),eauthor.10a2019 :bwill Modi win? /cPankaj Sharma, Saurav Sanyal.30aModi 1aNew Delhi :bKW Publishers Pvt Ltd,c[2018] axxvi, 240 pages :billustrations (black and white) ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. aAlso available as an e-book. aIncludes bibliographical references (pages 211-232) and index.10aIndia.bParliament.bLok SabhaxElections.10aModī, Narendra,d1950-17aModī, Narendra,d1950-2fast0(OCoLC)fst01570188 0aElection forecastingzIndia. 0aIndiaxPolitics and governmenty2014- 0aBharatiya Janata Party. 6aIndexPolitique et gouvernementy21e siècle. 6aÉlectionsxPrévisionzInde. 7aElection forecasting.2fast0(OCoLC)fst00904298 7aPolitics and government.2fast0(OCoLC)fst01919741 7aIndia.2fast0(OCoLC)fst01210276 7a2000-20992fast1 aSanyal, Saurav,eauthor. aD. K. Agencies (P) Ltd.bDKAPnDK-269197-PBK a92bPUL01546cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040005700094015001900151016001800170019001500188020003100203020002800234035004100262042000800303043001200311050003000323082002100353100003400374245006600408264005500474264001100529300009500540336002600635337002800661338002700689504005300716650005300769650004600822650004500868651004000913648002000953655003900973710004701012938004101059994001201100on1022201745OCoLC20230718213016.0230109t20172017stkabf b 001 0 eng  a 2021387518 aDLCbengerdacDLCdYDXdOCLCFdEQOdUKMGBdYUSdNLE aGBB7O66952bnb7 a0186525162Uk a1012526100 a9781907233241q(hardcover) a1907233245q(hardcover) a(OCoLC)1022201745z(OCoLC)1012526100 apcc ae-uk-st00aGV199.44.G72bS27266 201704a796.522094112231 aCrocket, Ken,d1948-eauthor.10aMountaineering in Scotland :byears of change /cKen Crocket. 1a[Glasgow] :bScottish Mountaineering Trust,c2017. 4c©2017 avii, 371 pages, 32 unnumbered pages of plates :billustrations (some color), maps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and indexes. 0aMountaineeringzScotlandxHistoryy20th century. 7aMountaineering.2fast0(OCoLC)fst01028334 7aRock climbing.2fast0(OCoLC)fst01099140 7aScotland.2fast0(OCoLC)fst01206715 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst014116282 aScottish Mountaineering Trust,epublisher. aYBP Library ServicesbYANKn14986605 a92bPUL02441cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004700109019001400156024001700170024002800187028002800215035004000243042001400283100001900297245003900316264004400355300003000399336003700429337002300466338003100489344001900520344001900539344001200558347002200570347001300592511002500605518004100630505057600671650001701247650002301264650001901287650002301306650002301329650001901352650004301371650004501414650004901459700007101508700007901579700005001658700006901708700005301777938004501830994001201875on1024081816OCoLC20230718213016.0sd fsngnnmmned230714s2017 nyumunn n zxx d a 2023626362 aZXCbengerdacDLCdBTCTAdZYUdOCLCFdZXC a9934246541 a8809561706267 a008809561706262gtin-1402aZM 201706bZoho Classix a(OCoLC)1024081816z(OCoLC)993424654 alccopycat1 aDeane, Alison.10aReflections :bVienna to Brooklyn. 1aMillwood, NY :bZoho Classix,c℗2017. a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio0 aAlison Deane, piano. aRecorded in Brooklyn, NY, Apr. 2016.00tImpromptu in B flat major, op. 142 #3, D.835 /rFranz Schubertg(13:20) --t32 variations on an original theme in C minor, WoO 80 /rLudwig van Beethoveng(12:04) --tSuite.t1. Allegrog(1:49) ;t2. Lentog(2:55) ;t3. Andantinog(1:55) ;t4. Very slow and ad libg(4:53) ;t5. Prestog(4:00) /rArturo "Chico" O'Farrill --tVariations on the name "Abegg", op.1 /rRobert Schumanng(9:43) --t"In the Bottoms" suitet1. Prelude -- Nightg(4:25) ;t2. His songg(3:14) ;t3. Honeyg(1:41) ;t4. Barcarolle -- Morningg(4:59) ;t5. Juba danceg(2:38) /rR. Nathaniel Dett. 0aPiano music. 0aVariations (Piano) 0aSuites (Piano) 6aPiano, Musique de. 6aVariations (Piano) 6aSuites (Piano) 7aPiano music.2fast0(OCoLC)fst01063403 7aSuites (Piano)2fast0(OCoLC)fst01137963 7aVariations (Piano)2fast0(OCoLC)fst0116433512aSchubert, Franz,d1797-1828.tImpromptus,mpiano,nD. 935.nNo. 3.12aBeethoven, Ludwig van,d1770-1827.tVariations,mpiano,nWoO 80,rC minor.12aO'Farrill, Chico,d1921-2001.tSuite,mpiano.12aSchumann, Robert,d1810-1856.tThème sur le nom Abegg varié.12aDett, R. Nathaniel,d1882-1943.tIn the bottoms. aBaker and TaylorbBTCPnBECDZHOOZM201706 a92bPUL03352cim a2200829 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040005400124019001400178020001800192020001500210024002500225028002800250035004000278042001400318043001200332050002400344082001400368100004800382245007100430250003000501250001600531264004400547264001200591300006200603306001100665336003300676336003300709337002300742337002600765338003100791344001900822344001900841344001200860344001900872347003300891347001800924500002700942511002400969500009100993520029001084650003901374650006801413650004301481650003801524650003101562650003701593650007001630650004801700650004601748650003901794650005101833650005601884650004601940650004701986651004902033655004202082655004502124655003902169655004902208655002602257655002302283655003702306655002502343856010102368938004102469994001202510on1026234168OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230622t20172017nyunnnndq f n eng d a 2023623214 aQT4bengerdacDLCdBTCTAdTEFdOCLCFdTEFMTdQT4 a972386791 a9781478922681 a14789226803 a9781478922681d5200002a2-X2268bHachette Audio a(OCoLC)1026234168z(OCoLC)972386791 alccopycat an-us-wa 4aPZ7.A382bAb 2017ab04a[Fic]2231 aAlexie, Sherman,d1966-eauthor,enarrator.14aThe absolutely true diary of a part-time Indian /cSherman Alexie. a10th anniversary edition. aUnabridged. 1aNew York, NY :bHachette Audio,c[2017] 4c℗2017 a7 audio discs (480 min.) :bdigital ;c4 3/4 in. +e1 PDF a080000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF aTitle from disc label.0 aRead by the author. aDisc 7 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). aThe story of Junior, a budding cartoonist growing up on the Spokane Indian Reservation. Determined to take his future into his own hands, Junior leaves his troubled school on the reservation to attend an all-white farm town high school where the only other Indian is the school mascot. 0aSpokane IndiansvJuvenile fiction. 0aIndians of North AmericazWashington (State)vJuvenile fiction. 0aIndian reservationsvJuvenile fiction. 0aRace relationsvJuvenile fiction. 0aDiariesvJuvenile fiction. 6aSpokanevRomans, nouvelles, etc. 6aPeuples autochtoneszWashington (État)vRomans, nouvelles, etc. 6aRelations racialesvRomans, nouvelles, etc. 6aJournaux intimesvRomans, nouvelles, etc. 7aDiaries.2fast0(OCoLC)fst00892657 7aIndian reservations.2fast0(OCoLC)fst00969192 7aIndians of North America.2fast0(OCoLC)fst00969633 7aRace relations.2fast0(OCoLC)fst01086509 7aSpokane Indians.2fast0(OCoLC)fst01130331 7aWashington (State)2fast0(OCoLC)fst01204703 7aAudiobooks.2fast0(OCoLC)fst01726208 7aDiary fiction.2fast0(OCoLC)fst01726582 7aFiction.2fast0(OCoLC)fst01423787 7aYoung adult works.2fast0(OCoLC)fst01726790 7aDiary fiction.2lcgft 7aAudiobooks.2lcgft 7aJournaux intimes fictifs.2rvmgf 7aLivres audio.2rvmgf4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/011/829/000000000011829432.jpg aBaker and TaylorbBTCPnBK0020345772 a92bPUL01561cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020002700122020001500149020002500164020002900189035002200218042000800240050002200248100005100270245013700321250001900458264007300477300002400550336002600574337002800600338002700628490003800655504006700693650003800760650003000798650004100828650006400869650005600933650006700989650004301056651004001099994001201139on1030783233OCoLC20230718213016.0180605s2016 ck b f001 0 spa  a 2018406211 aDLCbengerdacDLCdSTF a9789587758689q(papel) a9587758684 z9789587758702q(IDB) z9789587758696q(digital) a(OCoLC)1030783233 apcc00aZ286.S4bR36 20161 aRamírez Martínez, Diana Cristina,eauthor.10aDivulgación y difusión del conocimiento :blas revistas científicas /cDiana Cristina Ramírez Martínez [and three others]. a2a. edición. 1aBogotá, D.C., Colombia :bUniversidad Nacional de Colombia,c2016. a225 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Ciencias de gestión aIncludes bibliographical references (pages 213-222) and index. 0aSciencexPeriodicalsxPublishing. 0aCommunication in science. 0aPeriodicalsxPublishingxManagement. 7aSciencexPeriodicalsxPublishing.2fast0(OCoLC)fst01108328 7aCommunication in science.2fast0(OCoLC)fst00870268 7aPeriodicalsxPublishingxManagement.2fast0(OCoLC)fst01058104 7aPeer review.2fast0(OCoLC)fst01056591 7aColombia.2fast0(OCoLC)fst01205916 a92bPUL05115cim a2201129 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040014500124019001500269020001800284020001500302020006200317020005900379024002500438028002800463035004100491037004600532037003400578037003400612042001400646043001200660050002600672082001400698100003800712245009300750246002700843250001600870264004400886264001200930300006800942306001101010336003301021336003301054337002301087337002601110338003101136344001901167344001901186344001201205344001901217347003301236347001801269490001701287500002701304500008701331511002801418520037801446650003301824650004801857650003201905650004301937650006201980650002402042650003902066650002302105650003402128650005602162651003202218650005602250650007102306650007402377650005502451650008702506650004902593650007502642650006102717650005902778650004102837650004002878650004002918650005602958650005103014651006003065655003303125655002203158655001603180655004203196655005303238655003903291655004803330655004603378655004703424655002903471655003403500700003303534700003203567800006503599856010103664856008403765856008103849938004303930994001203973on1030916891OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230623t20182018nyunnnnjq f n eng d a 2023623220 aTEFMTbengerdacDLCdTEFdBLACPdOCLCFdGK8dIK2dILCdRECBCdVP@dTOHdRCLdZHBdMWDdQQ3dEHHdB@LdLKCdLMJdSINLBdSDDdVVWdWLMdTEFMT a1035001651 a9781478995289 a1478995289 a9781549198519q(sound recording ;qBlackstone Library CD) a1549198513q(sound recording ;qBlackstone Library CD)3 a9781478995289d5180002a2-X9528bHachette Audio a(OCoLC)1030916891z(OCoLC)1035001651 bMidwest Tapenhttp://www.midwesttapes.com aZPcdc9bBlackstone Publishing a40cdc9bBlackstone Publishing alccopycat an-us-ny 4aPZ7.P27653bNc 2018ab04a[Fic]2231 aPatterson, James,d1947-eauthor.14aThe nerdiest, wimpiest, dorkiest I funny ever /cJames Patterson with Chris Grabenstein.1 iSeries title:aI funny aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a4 audio discs (4 hr., 9 min.) :bdigital ;c4 3/4 in. +e1 PDF. a040900 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aI funny ;v6 aTitle from disc label. aDisc 4 includes concluding audio and a PDF of illustrations (Mac & PC compatible).0 aRead by Adam McCarthur. aMiddle school comedian Jamie Grimm can't help feeling like he's reached the top, he has his own smash hit television show and he's won a national funny kid competition. Now he's taking his fame and fortune to international levels by competing in the upcoming world kid comic contest! Will Jamie prove that he's the funniest kid on Earth, or does he stand to lose his crown? 0aComediansvJuvenile fiction. 0aPeople with disabilitiesvJuvenile fiction. 0aContestsvJuvenile fiction. 0aVoyages and travelsvJuvenile fiction. 0aFamilieszNew York (State)zLong BeachvJuvenile fiction. 1aComediansvFiction. 1aPeople with disabilitiesvFiction. 1aContestsvFiction. 1aVoyages and travelsvFiction. 1aFamily lifezNew York (State)zLong BeachvFiction. 1aLong Beach (N.Y.)vFiction. 6aComiquesvRomans, nouvelles, etc. pour la jeunesse. 6aPersonnes handicapéesvRomans, nouvelles, etc. pour la jeunesse. 6aConcours et compétitionsvRomans, nouvelles, etc. pour la jeunesse. 6aVoyagesvRomans, nouvelles, etc. pour la jeunesse. 6aFamilleszNew York (État)zLong BeachvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxHumorous Stories.2bisacsh 7aJUVENILE FICTIONxSocial IssuesxSelf-Esteem & Self-Reliance.2bisacsh 7aJUVENILE FICTIONxSocial IssuesxSpecial Needs.2bisacsh 7aJUVENILE FICTIONxFamilyxAlternative Family.2bisacsh 7aComedians.2fast0(OCoLC)fst00869077 7aContests.2fast0(OCoLC)fst00876656 7aFamilies.2fast0(OCoLC)fst01728849 7aPeople with disabilities.2fast0(OCoLC)fst01057245 7aVoyages and travels.2fast0(OCoLC)fst01169308 7aNew York (State)zLong Beach.2fast0(OCoLC)fst01220448 0aChildren's audiobooks on CD. 0aAudiobooks on CD. 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aJuvenile works.2fast0(OCoLC)fst01411637 7aHumorous fictionvJuvenile fiction.2gsafd 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft1 aGrabenstein, Chris,eauthor.1 aMcCarthur, Adam,enarrator.1 aPatterson, James,d1947-tI funny novels.hSpoken word ;v6.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/011/969/000000000011969989.jpg4 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD37336/DD37336_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781478995289 aRecorded Books, LLCbRECCnrbcdDD37336 a92bPUL02976cjm a2200685 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177041000800199042001400207048002100221048002100242245004000263264004600303264001200349300005500361306006700416336003700483337002300520338003100543344001900574344001900593344001200612347002200624347001300646382004600659382005100705500002700756511008900783500008800872505027600960650003501236650004601271650004301317650007201360650006101432655004501493655005101538655004101589655003201630655002201662655002601684655003401710655002801744655003101772700005201803700003901855700003801894700012301932700007102055700011102126710004102237994001202278on1045797676OCoLC20230718213016.0sd fsngnnmmned230711t20182018azuuunn efi n zxx d a 2023626314 aZJSbengerdacDLC1 a09940272392102aDCD 723bSummit Records a(OCoLC)10457976760 geng alccopycat awc01asc01aka01 awg01asc01aka0100aMusic of Fauré, Buide, Zemlinsky. 1aTempe, Arizona :bSummit Records,c[2018] 4c℗2018 a1 audio disc (1 hr., 3 min., 26 sec.) ;c4 3/4 in. a000550a000904a000455a000648a000737a001414a000912a000546 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio01aclarinetn1acellon1apianon1s32lcmpt01abass clarinetn1acellon1apianon1s32lcmpt aTitle from disc label.0 aTrio Séléné (Mingzhe Wang, clarinet ; Eli Lara, cello ; Ilya Poletaev, piano). aProgram and biographical notes in English (8 unnumbered pages : portrait) inserted.0 aTrio in D minor for clarinet (originally violin), cello, and piano, op. 120 / Gabriel Fauré (19:49) -- Two fragments for bass clarinet, cello, and piano / Fernando Buide (14:25) -- Trio in D minor for clarinet, cello, and piano, op. 3 / Alexander von Zemlinsky (29:12). 0aTrios (Piano, clarinet, cello) 0aTrios (Piano, clarinet, cello), Arranged. 6aTrios (Piano, clarinette, violoncelle) 7aTrios (Piano, clarinet, cello), Arranged.2fast0(OCoLC)fst01861726 7aTrios (Piano, clarinet, cello)2fast0(OCoLC)fst01861725 7aChamber music.2fast0(OCoLC)fst01726551 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aArt music.2fast0(OCoLC)fst01920007 7aArrangements (Music)2lcgft 7aArt music.2lcgft 7aChamber music.2lcgft 7aArrangements (Musique)2rvmgf 7aMusique savante.2rvmgf 7aMusique de chambre.2rvmgf1 aWang, Mingzhec(Clarinetist),einstrumentalist.1 aLara, Elizabeth,einstrumentalist.1 aPoletaev, Ilya,einstrumentalist.12iContainer of (expression):aFauré, Gabriel,d1845-1924.tTrio,mpiano, violin, cello,nop. 120,rD minor;oarranged.12iContainer of (work):aBuide del Real, Fernando,d1980-tFragments.12iContainer of (work):aZemlinsky, Alexander,d1871-1942.tTrios,mpiano, clarinet, cello,nop. 3,rD minor.2 aTrio Séléné,einstrumentalist. a92bPUL04296cjm a2201033 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007400109024001700183028002800200028002800228035002200256041000800278042001400286047001100300050002100311082001500332245003100347264004600378264001200424300003000436306005100466336003700517337002300554338003100577340001400608344001900622344001900641344001200660344001900672347002200691347001300713382003200726382002200758382004400780500002700824511006800851518004700919500004300966505031401009650003601323650001601359650002601375650002901401650002601430650002301456650003301479650003601512650002201548650003101570650002801601650002501629650006201654650004201716650005201758650005501810650005201865650004901917650005901966655003902025655004902064655004502113655004102158655005102199655002602250655003202276655002202308655002002330655003002350655003102380655003402411655002802445655002002473655003202493700004402525700003902569700003602608700009902644700006802743700006302811700008102874700009502955700009903050856010103149994001203250on1046055874OCoLC20230718213016.0sd fsngnnmmned230714t20182018azumunn efi n zxx d a 2023626365 aTEFMTbengerdacDLCdTEFdOCLCFdJTHdCINdB@LdNYPdCLEdGK8dTEFMT10a09940271892702aDCD 718bSummit Records02aSMT-718bSummit Records a(OCoLC)10460558740 geng alccopycat asnarp 4aM5.C87bA45 201804a788.9822300aAlight /cTom Curry, tuba. 1aTempe, Arizona :bSummit Records,c[2018] 4c℗2018 a1 audio disc ;c4 3/4 in. a000721a000409a000902a001310a000716a001827 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01atuban1apianon1s22lcmpt01atuban1s12lcmpt01apiccolon1atuban1apianon1s32lcmpt aTitle from disc label.0 aTom Curry, tuba ; Iva Ugrčič, piccolo ; Vincent Fuh, piano. oRecordedpAudio for the Arts, Maidson, WI. aProgram notes in English in container.00tDeux mélodies hébraïques /rMaurice Ravelg(7:21) --tMaknongan /rGiacinto Scelsig(4:09) --tLamento /rSofia Gubaidulinag(9:02) --tSonata for tuba and piano /rWilliam Bardwellg(13:10) --tRhapsody /rWillson Osborneg(7:16) --tComposition no. 1: "Dona nobis pacem" /rGalina Ustvolskayag(18:27) 0aTuba and piano music, Arranged. 0aTuba music. 0aTuba and piano music. 0aSonatas (Tuba and piano) 0aTuba music, Arranged. 0aRhapsodies (Music) 0aTrios (Piano, piccolo, tuba) 6aTuba et piano, Musique de, arr. 6aTuba, Musique de. 6aTuba et piano, Musique de. 6aSonates (Tuba et piano) 6aRhapsodies (Musique) 7aTuba and piano music, Arranged.2fast0(OCoLC)fst01158455 7aTuba music.2fast0(OCoLC)fst01158460 7aTuba and piano music.2fast0(OCoLC)fst01158454 7aSonatas (Tuba and piano)2fast0(OCoLC)fst01125974 7aTuba music, Arranged.2fast0(OCoLC)fst01197042 7aRhapsodies (Music)2fast0(OCoLC)fst01096907 7aTrios (Piano, piccolo, tuba)2fast0(OCoLC)fst01196740 7aSonatas.2fast0(OCoLC)fst01920363 7aRhapsodies (Music)2fast0(OCoLC)fst01726722 7aChamber music.2fast0(OCoLC)fst01726551 7aArt music.2fast0(OCoLC)fst01920007 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2lcgft 7aArrangements (Music)2lcgft 7aArt music.2lcgft 7aSonatas.2lcgft 7aRhapsodies (Music)2lcgft 7aMusique de chambre.2rvmgf 7aArrangements (Musique)2rvmgf 7aMusique savante.2rvmgf 7aSonates.2rvmgf 7aRhapsodies (Musique)2rvmgf1 aCurry, Tomc(Tubist),einstrumentalist.1 aUgrčić, Iva,einstrumentalist.1 aFuh, Vincent,einstrumentalist.12iContainer of (expression):aRavel, Maurice,d1875-1937.tMélodies hébraïques;oarranged.12iContainer of (work):aScelsi, Giacinto,d1905-1988.tMaknongan.12iContainer of (work):aGubaidulina, Sofia,d1931-tLamento.12iContainer of (work):aBardwell, William,d1915-1994.tSonatas,mtuba, piano.12iContainer of (expression):aOsborne, Willson,d1906-1979.tRhapsody,mclarinet;oarranged.12iContainer of (work):aUstvolʹskai︠a︡, Galina Ivanovna,d1919-2006.tCompositions,nno. 1.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/148/000000000012148166.jpg a92bPUL03516cim a2200793 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040009900109019001500208020001800223020001500241020006200256020005900318024002500377028002800402035004100430037003400471037003400505042001400539050002700553082001600580100003400596245003500630250001600665264004400681264001200725300005200737306001100789336003300800337002300833338003100856344001900887344001900906344001200925344001900937347002200956347001300978500002700991511002501018520058401043650003501627650002201662650005401684650003501738650005301773650003701826650007601863650005301939650004801992650005202040650003902092650007102131650005202202655005002254655005302304655004202357655003902399655002902438655002302467655003102490655003402521655002502555700002902580856010102609994001202710on1047696573OCoLC20230718213016.0sd fsngnnmmned230615t20182018nyunnnn f n eng d a 2023623194 aTOHbengerdacDLCdTEFdOCLCFdBLACPdKLPdDPLdOZ2dPX0dB@LdIDLEWdLMJdJCWdSOMdILCdTOH a1084370259 a9781549168765 a1549168762 a9781549176296q(sound recording ;qBlackstone Library CD) a1549176293q(sound recording ;qBlackstone Library CD)3 a9781549168765d5350002a2-Y6876bHachette Audio a(OCoLC)1047696573z(OCoLC)1084370259 aZPcngbbBlackstone Publishing a40cngbbBlackstone Publishing alccopycat 4aPR6103.A72bS66 2018ab04a823/.922231 aCarey, M. R.,d1959-eauthor.10aSomeone like me /cM.R. Carey. aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a14 audio discs (17 hr.) :bdigital ;c4 3/4 in. a170000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aRead by Robin Miles. aShe looks like me. She sounds like me. Now she's trying to take my place. Liz Kendall wouldn't hurt a fly. She's a gentle woman devoted to bringing up her kids in the right way, no matter how hard times get. But there's another side to Liz; one which is dark and malicious. A version of her who will do anything to get her way, no matter how extreme or violent. And when this other side of her takes control, the consequences are devastating. The only way Liz can save herself and her family is if she can find out where this new alter-ego has come from, and how she can stop it. 0aMultiple personalityvFiction. 0aMothersvFiction. 0aMarital violencexPsychological aspectsvFiction. 0aWomenxMental healthvFiction. 6aPersonnalité multiplevRomans, nouvelles, etc. 6aMèresvRomans, nouvelles, etc. 6aViolence entre conjointsxAspect psychologiquevRomans, nouvelles, etc. 6aFemmesxSanté mentalevRomans, nouvelles, etc. 7aFICTIONxThrillersxPsychological.2bisacsh 7aWomenxMental health.2fast0(OCoLC)fst01176848 7aMothers.2fast0(OCoLC)fst01026940 7aMarital violencexPsychological aspects.2fast0(OCoLC)fst01430728 7aMultiple personality.2fast0(OCoLC)fst01028994 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aPsychological fiction.2fast0(OCoLC)fst01726481 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aSuspense fiction.2gsafd 7aAudiobooks.2lcgft 7aThrillers (Fiction)2lcgft 7aPsychological fiction.2lcgft 7aLivres audio.2rvmgf1 aMiles, Robin,enarrator.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/079/000000000012079610.jpg a92bPUL05019cim a2201105 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040009600124019001500220020005500235020001500290020006200305020005900367024002500426028002800451035004100479037004600520037003400566037003400600042001400634043001200648050002800660082001400688100003200702245004700734246004800781250001600829264004400845264001200889300006200901306001100963336003300974336003301007337002301040337002601063338003101089344001901120344001901139344001201158344001901170347003301189347001801222490003901240500002601279511002701305500008501332520054601417600004101963600005802004650002702062650002702089650003102116650002702147651005802174650005402232650004702286650004602333651007702379650004202456650006502498650006902563650005402632650007502686650004902761650004702810650007102857650005602928650006802984650004403052650004403096650004403140650004803184651004503232648002003277655002503297655006103322655004203383655003903425655003903464655004603503655004903549655002703598655004203625655002303667655002703690655002503717700003803742700004103780800008003821994001203901on1048899790OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230626t20182018nyunnnndq f n eng d a 2023623229 aTEFMTbengerdacDLCdTEFdBLACPdOCLCFdLIVdIUKdUEOdIDQdLKCdWYGdBYVdKSLdSOMdTEFMT a1100776400 a9781478995975q(sound recording ;qHachette Audio) a1478995971 a9781549145681q(sound recording ;qBlackstone Library CD) a1549145681q(sound recording ;qBlackstone Library CD)3 a9781478995975d5300002a2-X9597bHachette Audio a(OCoLC)1048899790z(OCoLC)1100776400 bMidwest Tapenhttp://www.midwesttapes.com aZPcichbBlackstone Publishing a40cichbBlackstone Publishing alccopycat ae-uk--- 4aPZ7.1.M3648bEsc 2018ab04a[Fic]2231 aManiscalco, Kerri,eauthor.10aEscaping from Houdini /cKerri Maniscalco.1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a12 audio discs (13 hr.) :bdigital ;c4 3/4 in. +e1 PDF. a130000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aStalking Jack the Ripper ;vbook 3 aTitle from container.0 aRead by Nicola Barber. aDisc 12 includes the concluding audio and a PDF of images (Mac & PC compatible). aAudrey Rose Wadsworth and her partner-in-crime-investigation, Thomas Cresswell, are en route to New York to help solve another blood-soaked mystery. Embarking on a week-long voyage across the Atlantic on the opulent RMS Etruria, they're delighted to discover a traveling troupe of circus performers, fortune tellers, and a certain charismatic young escape artist entertaining the first-class passengers nightly. But then, privileged young women begin to go missing without explanation, and a series of brutal slayings shocks the entire ship.10aHoudini, Harry,d1874-1926vFiction.17aHoudini, Harry,d1874-1926.2fast0(OCoLC)fst00041614 0aCruise shipsvFiction. 0aOcean travelvFiction. 0aSerial murderersvFiction. 0aMagic tricksvFiction. 0aGreat BritainxHistoryyVictoria, 1837-1901vFiction. 6aPaquebots de croisièrevRomans, nouvelles, etc. 6aTueurs en sérievRomans, nouvelles, etc. 6aPrestidigitationvRomans, nouvelles, etc. 6aGrande-BretagnexHistoirey1837-1901 (Victoria)vRomans, nouvelles, etc. 7aYOUNG ADULT FICTIONxHorror.2bisacsh 7aYOUNG ADULT FICTIONxMysteries & Detective Stories.2bisacsh 7aYOUNG ADULT FICTIONxParanormal, Occult & Supernatural.2bisacsh 7aYOUNG ADULT FICTIONxHistoricalxEurope.2bisacsh 7aYOUNG ADULT FICTIONxHistoricalzUnited Statesx19th Century.2bisacsh 7aYOUNG ADULT FICTIONxGhost Stories.2bisacsh 7aYOUNG ADULT FICTIONxLaw & Crime.2bisacsh 7aYOUNG ADULT FICTIONxPerforming ArtsxTheater & Musicals.2bisacsh 7aYOUNG ADULT FICTIONxScience & Technology.2bisacsh 7aYOUNG ADULT FICTIONxSocial ThemesxClass Differences.2bisacsh 7aCruise ships.2fast0(OCoLC)fst00884372 7aMagic tricks.2fast0(OCoLC)fst01005507 7aOcean travel.2fast0(OCoLC)fst01043585 7aSerial murderers.2fast0(OCoLC)fst01113110 7aGreat Britain.2fast0(OCoLC)fst01204623 7a1837-19012fast 0aYoung Adult fiction. 7aDetective and mystery fiction.2fast0(OCoLC)fst01726581 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aHistory.2fast0(OCoLC)fst01411628 7aHorror fiction.2fast0(OCoLC)fst01921684 7aYoung adult works.2fast0(OCoLC)fst01726790 7aHorror fiction.2gsafd 7aDetective and mystery fiction.2lcgft 7aAudiobooks.2lcgft 7aHorror fiction.2lcgft 7aLivres audio.2rvmgf1 aBarber, Nicola,d1978-enarrator.1 aPatterson, James,d1947-epresenter.1 aManiscalco, Kerri.tStalking Jack the Ripper series.sSpoken word ;vbk. 3. a92bPUL05748cim a2201321 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040011600124020005500240020001500295020006200310020005900372024002500431028002800456035002200484037004600506037003400552037003400586042001400620050002800634082001400662100005300676245004800729246001400777246003300791250001600824264004400840264001200884300007200896306001100968336003300979336003301012337002301045337002601068338003101094344001901125344001901144344001901163347003301182347001801215490002901233500002701262511005701289521001001346500008901356520052001445650003601965650003102001650005602032650003202088650003402120650003502154650002702189650002202216650002302238650002302261650002502284650002602309650006402335650005802399650005702457650005602514650006702570650004902637650006002686650006202746650006102808650005002869650004202919650004302961650004803004650006303052650004403115650003903159650004003198650004303238650003803281650003903319650004103358650003403399650002903433650003003462650003203492650004403524650005003568650004603618650004103664650004203705655001703747655003803764655004803802655004203850655005303892655004703945655003903992655004604031655002804077655002904105655003404134655002304168655002804191655001904219655002004238655002504258655001904283700004404302800006804346994001204414on1050271238OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230626t20182018nyunnnnjq f n eng d a 2023623226 aTEFMTbengerdacDLCdTEFdBLACPdOJ4dOCLCFdGK8dJTHdVP@dGO3dEHHdIQ2dKLPdB@LdIZ8dYW6dLD4dBYVdTEFMT a9781549114960q(sound recording ;qHachette Audio) a1549114964 a9781549145667q(sound recording ;qBlackstone Library CD) a1549145665q(sound recording ;qBlackstone Library CD)3 a9781549114960d5250002a2-Y1496bHachette Audio a(OCoLC)1050271238 bMidwest Tapenhttp://www.midwesttapes.com aZPcicibBlackstone Publishing a40cicibBlackstone Publishing alccopycat 4aPZ7.1.H3747bMag 2018ab04a[Fic]2231 aHarris, Neil Patrick,d1973-eauthor,enarrator.14aThe second story /cby Neil Patrick Harris.3 a2nd story1 iSeries title:aMagic misfits aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a5 audio discs (5.5 hr.) :bCD audio, digital ;c4 3/4 in. +e1 PDF. a053000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 a[The Magic Misfits] ;v2 aTitle from disc label.0 aRead by Neil Patrick Harris and Christina Hendricks.1 a8-12. aDisc 1 includes audio and a PDF of how-to's and illustrations (Mac & PC compatible). aGrowing up in an orphanage, Leila was bullied for being different. But she turned her hardship into skill by becoming an escape artist, a valuable trait when belonging to a group of magical best friends. When a famous psychic comes to town, however, Leila and her pals won't be able to escape the big mystery heading their way. Whether chasing mad monkeys or banishing ghosts from haunted hotels, these six friends will do their best to keep Mineral Wells safe. But can they still protect themselves in the process? 0aMagic tricksvJuvenile fiction. 0aOrphansvJuvenile fiction. 0aIdentity (Philosophical concept)vJuvenile fiction. 0aPsychicsvJuvenile fiction. 0aFriendshipvJuvenile fiction. 0aGay fathersvJuvenile fiction. 1aMagic tricksvFiction. 1aOrphansvFiction. 1aIdentityvFiction. 1aPsychicsvFiction. 1aFriendshipvFiction. 1aGay fathersvFiction. 6aPrestidigitationvRomans, nouvelles, etc. pour la jeunesse. 6aIdentitévRomans, nouvelles, etc. pour la jeunesse. 6aMédiumsvRomans, nouvelles, etc. pour la jeunesse. 6aAmitiévRomans, nouvelles, etc. pour la jeunesse. 6aPères homosexuelsvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTION / Fantasy & Magic.2bisacsh 7aJUVENILE FICTION / Social Issues / Friendship.2bisacsh 7aJUVENILE FICTION / Action & Adventure / General.2bisacsh 7aJUVENILE FICTION / Family / Alternative Family.2bisacsh 7aJUVENILE FICTION / Humorous Stories.2bisacsh 7aFriendship.2fast0(OCoLC)fst00935174 7aGay fathers.2fast0(OCoLC)fst00939096 7aHumorous stories.2fast0(OCoLC)fst00963818 7aIdentity (Philosophical concept)2fast0(OCoLC)fst00966889 7aMagic tricks.2fast0(OCoLC)fst01005507 7aOrphans.2fast0(OCoLC)fst01048433 7aPsychics.2fast0(OCoLC)fst01081230 7aMagic tricksvJuvenile fiction.2sears 7aOrphansvJuvenile fiction.2sears 7aPsychicsvJuvenile fiction.2sears 7aFriendshipvJuvenile fiction.2sears 7aMagic tricksvFiction.2sears 7aOrphansvFiction.2sears 7aPsychicsvFiction.2sears 7aFriendshipvFiction.2sears 7aFriendship.0(OCoLC)fst00935174.2sears 7aHumorous fiction.0(OCoLC)fst00963818.2sears 7aMagic tricks.0(OCoLC)fst01005507.2sears 7aOrphans.0(OCoLC)fst01048433.2sears 7aPsychics.0(OCoLC)fst01081230.2sears 7anovels.2aat 7aNovels.2fast0(OCoLC)fst01921742 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2gsafd 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aFantasy fiction.2lcgft 7aNovels.2lcgft 7aFiction.2lcgft 7aLivres audio.2rvmgf 7aRomans.2rvmgf1 aHendricks, Christina,d1975-enarrator.1 aHarris, Neil Patrick,d1973-tMagic Misfits.hSpoken word ;v2. a92bPUL03267cim a2200793 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040014800109019001500257020001800272020001500290024002500305028002800330035004100358037004600399042001400445050002700459082001400486100003100500245003600531246003600567250001600603264004400619264001200663300006700675306001100742336003300753337002300786338003100809344001900840344001900859344001200878344001900890347002200909347001300931490003500944500002700979511002701006520052001033650002901553650003101582650003101613650004001644650002201684650002501706650002201731650002201753650002001775650005901795650003701854650003901891650003901930655001601969655004201985655005302027655003902080655004602119655005802165655004102223655002802264655003402292655002502326700003802351800007202389994001202461on1051239320OCoLC20230718213016.0sd fsngnnmmned230626t20182018nyunnnnc f n eng d a 2023623223 aTEFMTbengerdacDLCdTEFdOCLCFdCNWPUdJNEdDV1dSJPdJTHdKLPdJQJdJQHdIUKdLKCdANKdB@LdDPLdY#4dWYWBLdRB0dLD4dBYVdGO3dWLMdTEFMT a1091271302 a9781478999454 a14789994543 a9781478999454d5300002a2-X9945bHachette Audio a(OCoLC)1051239320z(OCoLC)1091271302 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.C83535bTwi 2018ab04a[Fic]2231 aCowell, Cressida,eauthor.10aTwice magic /cCressida Cowell.1 iSeries title:aWizard's of Once aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a5 audio discs (approximately 360 min.) :bdigital ;c4 3/4 in. a060000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aThe Wizards of once ;v[bk. 2] aTitle from disc label.0 aRead by David Tennant. aThis was once the story of a young boy Wizard and a young girl Warrior who had been taught since birth to hate each other like poison. Now, the boy Wizard and girl Warrior have been brought together in the Badwoods and they have witnessed the shocking consequences of the Stone That Takes Away Magic. They will need to cast aside their differences once more--for an Evil Spell has broken free. It's up to thirteen-year-old Xar and Wish to find the ingredients. But it means entering dangerous territory unannounced. 0aMagicvJuvenile fiction. 0aWizardsvJuvenile fiction. 0aWitchesvJuvenile fiction. 1aAdventure and adventurersvFiction. 1aPrincesvFiction. 1aPrincessesvFiction. 1aWizardsvFiction. 1aWitchesvFiction. 1aMagicvFiction. 6aSorcièresvRomans, nouvelles, etc. pour la jeunesse. 7aMagic.2fast0(OCoLC)fst01005468 7aWitches.2fast0(OCoLC)fst01176346 7aWizards.2fast0(OCoLC)fst01176452 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aAdventure fiction.vJuvenile sound recordings.2gsafd 7aAction and adventure fiction.2lcgft 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aTennant, David,d1971-enarrator.1 aCowell, Cressida.tWizards of once (Series).hSpoken word ;vbk. 2. a92bPUL03208cim a2200817 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040010400124020001800228020001500246024002500261028002800286035002200314037004600336042001400382050002800396082001400424100004600438245007700484250001600561264004400577264001200621300007300633306001100706336003300717336003300750337002300783337002600806338003100832344001900863344001900882344001200901344001900913347003300932347001800965490002400983500002701007511002401034500010201058520022401160600006501384600004401449650002901493650004001522650002001562650003101582650003901613650006501652650004801717650003701765650007601802650004301878655002201921655001901943655001601962655004201978655005302020655003902073655004202112655004602154655002802200655003402228655002302262700003502285800005802320994001202378on1051774290OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230623t20182018nyunnnnjq f n eng d a 2023623221 aTEFMTbengerdacDLCdTEFdOCLCFdTEFMTdGK8dDV1dOCJdVP@dEHHdIA4dLKCdB@LdLD4dBYVdKC#dVVW a9781549142635 a15491426313 a9781549142635d5200002a2-Y4263bHachette Audio a(OCoLC)1051774290 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.C677474bLan 2018ab04a[Fic]2231 aColfer, Chris,d1990-eauthor,enarrator.14aThe Land of Stories :bthe ultimate book hugger's guide /cChris Colfer. aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a2 audio discs (approximately 2 hr.) :bdigital ;c4 3/4 in. +e1 PDF a020000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bPDFbCD audio1 aThe land of stories aTitle from disc label.0 aRead by the author. aDisc 2 includes the concluding audio and a PDF of illustrations and photos (Mac & PC compatible). aPerfect for new and mega-fans alike, this guidebook captures the magical ins and outs of the Land of Stories listeners know and love and delivers new, never before heard information sure to thrill and satisfy listeners.10aColfer, Chris,d1990-tLand of StoriesvJuvenile literature.11aColfer, Chris,d1990-tLand of Stories. 0aMagicvJuvenile fiction. 0aImaginary placesvJuvenile fiction. 1aMagicvFiction. 1aImaginary placesvFiction. 1aCharacters in literaturevFiction. 6aLieux imaginairesvRomans, nouvelles, etc. pour la jeunesse. 7aImaginary places.2fast0(OCoLC)fst00967571 7aMagic.2fast0(OCoLC)fst01005468 7aCharacters and characteristics in literature.2fast0(OCoLC)fst00852295 7aFairy tales.2fast0(OCoLC)fst00919916 0aAudiobooks on CD. 1aCompact discs. 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aGuidebooks.2fast0(OCoLC)fst01423871 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aChildren's.2migfg1 aDorman, Brandon,eillustrator.1 aColfer, Chris,d1990-tLand of Stories.hSpoken word. a92bPUL01156cam a22003494i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002600117020001500143035002200158042000800180050002400188100003500212245009000247264005800337264001300395300002800408336002600436337002800462338002700490504005600517600002700573650003700600650004600637938004100683938002900724938004100753994001200794on1054364488OCoLC20230718213016.0190831t20192019pau b 001 0 eng  a 2019302757 aDLCbengerdacDLC a9780768448412q(pbk.) a0768448417 a(OCoLC)1054364488 apcc00aBT732.5b.H799 20191 aHunter-Urban, Connie,eauthor.10aBe healed! :bsecrets to divine healing in the model of Jesus /cConnie Hunter-Urban. 1aShippensburg, PA :bDestiny Image Publishers,c[2019] 4c© 2019. avii, 250 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 247-250).00aJesus ChristxExample. 0aSpiritual healingxChristianity. 0aHealingxReligious aspectsxChristianity. aYBP Library ServicesbYANKn15726423 aBrodartbBRODn123244110 aYBP Library ServicesbYANKn16208548 a92bPUL04388cim a2201057 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040009100109020005500200020001500255020006200270020005900332024002500391028002800416035002200444037004600466037003400512037003400546042001400580050002700594082001400621100002800635245004500663246004800708250001600756264004400772264001200816300006100828306001100889336003300900337002300933338003100956344001900987344001901006344001201025344001901037347002201056347001301078500002601091511002801117521001301145520046201158650002301620650002501643650002901668650003101697650002601728650002501754650004101779650002501820650002901845650004201874650002601916650003401942650001301976650004001989650004102029650004602070650004802116650004302164650003102207650005402238650004902292650004902341650005702390650006302447650006702510650005102577650005802628650004002686650004202726650004802768650004302816650004602859655002502905655001702930655004202947655004702989655003903036655004903075655004603124655002303170655002803193655002503221700003103246700004103277994001203318on1056158037OCoLC20230718213016.0sd fsngnnmmned230626t20182018nyunnnnd f n eng d a 2023623228 aTEFMTbengerdacDLCdTEFdOCLCFdBLACPdTZIdKLPdLIVdNZ1dTQ6dCLEdI#XdBYVdTEFMT a9781478992691q(sound recording ;qHachette Audio) a1478992697 a9781549176357q(sound recording ;qBlackstone Library CD) a1549176358q(sound recording ;qBlackstone Library CD)3 a9781478992691d5300002a2-X9269bHachette Audio a(OCoLC)1056158037 bMidwest Tapenhttp://www.midwesttapes.com aZPcl3nbBlackstone Publishing a40cl3nbBlackstone Publishing alccopycat 4aPZ7.N48845bGir 2018ab04a[Fic]2231 aNgan, Natasha,eauthor.10aGirls of paper and fire /cNatasha Ngan.1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a12 audio discs (14 hr., 30 min.) :bdigital ;c4 3/4 in. a143000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Allison Hiroto.1 a15 & up. aEach year, eight beautiful girls are chosen as Paper Girls to serve the king. It's the highest honor they could hope for, and the cruelest. But this year, there's a ninth girl. Instead of paper, she's made of fire. Lei isn't content to watch her fate consume her. Instead, she does the unthinkable, she falls in love. Her forbidden romance becomes enmeshed with an explosive plot and Lei must decide just how far she's willing to go for justice and revenge. 0aLesbiansvFiction. 0aCourtesansvFiction. 0aSocial classesvFiction. 0aKings and rulersvFiction. 0aRevolutionsvFiction. 0aYoung adult fiction. 0aTeenagersxSexual behaviorvFiction. 1aCourtesansvFiction. 1aSocial classesvFiction. 1aKings, queens, rulers, etc.vFiction. 1aRevolutionsvFiction. 1aImaginary creaturesvFiction. 1aFantasy. 6aLesbiennesvRomans, nouvelles, etc. 6aCourtisanesvRomans, nouvelles, etc. 6aClasses socialesvRomans, nouvelles, etc. 6aRois et souverainsvRomans, nouvelles, etc. 6aRévolutionsvRomans, nouvelles, etc. 6aRoman pour jeunes adultes. 6aAdolescentsxSexualitévRomans, nouvelles, etc. 7aYOUNG ADULT FICTIONxRomancexLGBT.2bisacsh 7aYOUNG ADULT FICTIONxFantasyxEpic.2bisacsh 7aYOUNG ADULT FICTIONxFantasyxDark Fantasy.2bisacsh 7aYOUNG ADULT FICTIONxAnimalsxMythical Creatures.2bisacsh 7aYOUNG ADULT FICTIONxLegends, Myths, FablesxGeneral.2bisacsh 7aYoung adult fiction.2fast0(OCoLC)fst01183080 7aTeenagersxSexual behavior.2fast0(OCoLC)fst01145644 7aLesbians.2fast0(OCoLC)fst00996540 7aCourtesans.2fast0(OCoLC)fst00881707 7aKings and rulers.2fast0(OCoLC)fst00987694 7aRevolutions.2fast0(OCoLC)fst01096737 7aSocial classes.2fast0(OCoLC)fst01122346 0aYoung Adult fiction. 4aYoung Adult. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aYoung adult works.2fast0(OCoLC)fst01726790 7aFantasy fictionvSound recordings.2gsafd 7aAudiobooks.2lcgft 7aFantasy fiction.2lcgft 7aLivres audio.2rvmgf1 aHiroto, Alison,enarrator.1 aPatterson, James,d1947-epresenter. a92bPUL01818cem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040003500103034000600138035002200144043001200166050002900178052001400207245009400221246013900315255002600454264005700480300003400537336004000571337002800611338002600639490003500665500001800700500010100718534005900819500007500878651003700953650004300990650004701033651005601080651005601136655004201192655003601234655002301270655001701293710003801310994001201348on1056470605OCoLC20230718213016.0aj canzn230717r19771886ie a 0 eng  a 2023585565 aDLCbengerdacDLCdOCLCFdCEF0 aa a(OCoLC)1056470605 af-sa---00aG8504.S79 1886b.S7 1977 a8504bS7900aStellaland :bdiagram shewing farms granted, reserves and government farms in Stellaland.1 iTitle from publisher's brochure:aStellaland :bdiagram shewing farms granted, [native] reserves [town commonage] and government farms aScale not determined. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c71 x 53 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v83 a"12531 8/26." a"Scale: Time with a horse at a walk. N.B. Most farms are "ridden off 60" minutes by 40 minutes." pOriginal version:cLondon : Dangerfield Lith., [1886]. aMap reprinted from the IUP series of the British Parliamentary papers. 0aStellaland (South Africa)vMaps. 0aFarmszSouth AfricazStellalandvMaps. 7aLand use, Rural.2fast0(OCoLC)fst00991587 7aSouth AfricazFree State.2fast0(OCoLC)fst01275637 7aSouth AfricazNorth-West.2fast0(OCoLC)fst01272829 7aFacsimiles.2fast0(OCoLC)fst01411642 7aMaps.2fast0(OCoLC)fst01423704 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01574cem a2200445 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040003500103034001500138035002200153043001200175050002800187052001300215052000900228245009700237255003700334264005700371300003400428336004000462337002800502338002600530490003500556500003000591534006400621500007500685500002200760651003100782651003300813650005200846651004400898651005600942655004200998655003601040655001701076655002301093994001201116on1056471444OCoLC20230718213016.0aj canzn230712r19771853enkd a 0 eng  a 2023585552 aDLCbengerdacDLCdOCLCFdCEF1 aab1250000 a(OCoLC)1056471444 af-sa---00aG8482.O7 1853b.S4 1977 a8482bO7 a850100aSketch of the sovereignty beyond the Orange River :band a supplemetary map of South Africa. aScale approximately 1:1,250,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c45 x 57 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v56 aRelief shown by hachures. pOriginal version:c[London] : J. Arrowsmith Litho., [1853]. aMap reprinted from the IUP series of the British Parliamentary papers. aIncludes 1 inset. 0aOrange River ValleyvMaps. 0aSouth AfricaxHistoryvMaps. 7aHistorical geography.2fast0(OCoLC)fst00958122 7aSouth Africa.2fast0(OCoLC)fst01204616 7aSouth AfricazFree State.2fast0(OCoLC)fst01275637 7aFacsimiles.2fast0(OCoLC)fst01411642 7aMaps.2fast0(OCoLC)fst01423704 7aMaps.2lcgft 7aFacsimiles.2lcgft a92bPUL01139cjm a2200337 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002000127035002200147042001400169082003500183100003300218245005300251260006000304300005800364336003700422337002300459338003100482500001800513500013400531511002400665650001400689650002800703650004000731700001800771994001200789on1066811644OCoLC20230718213016.0sd bsmennmplue230717q19701975xx opnn n eng d a 2023626404 aUWObengcDLC00aDXA 7206bDecca a(OCoLC)1066811644 alccopycat04a782.14qOCoLC221/eng/202302161 aLloyd Webber, Andrew,d1948-10aJesus Christ Superstar /c[Andrew Lloyd Webber]. a[Place of publication not identified],bDecca,c[197-?] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aA rock opera. aFeaturing Murray Head as Judas Iscariot and Ian Gillan as Jesus Christ, with supporting soloists, and instrumental accompaniment.0 aLyrics by Tim Rice. 0aMusicals. 0aJesus ChristxIn music. 7aMusicals.2fast0(OCoLC)fst010308141 aHead, Murray. a92bPUL01534cam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129035002200136042001400158050002800172100008500200245024900285264004900534300002300583336002600606337002800632338002700660504004100687650002700728650001300755650003900768700007600807880005600883880025700939994001201196on1073012773OCoLC20230718213016.0160609s2015 mk b 000 0 ara d a 2016338664 aUTObengerdacDLCdOCLCFdUTO c(3 a(OCoLC)1073012773 alccopycat00aKBP542.25.S25bA35 20151 6880-01aSālimī, ʻAbd Allāh ibn Ḥumayyid,dapproximately 1871-,eauthor.106880-02aĪḍāḥ al-bayān fī aḥkām nikāḥ al-ṣabyān /clil-ʻAllāmah al-Imām Nūr al-Dīn ʻAbd Allāh ibn Ḥamīd al-Sālimī ; dirāsah wa-taḥqīq ʻAbd al-ʻAzīz ibn Muḥammad ibn Ṣāliḥ al-ʻAwaḍ. 1a[Oman] :b[publisher not identified],c2015. a104 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aMarriage (Islamic law) 6aʻIddah. 7aʻIddah.2fast0(OCoLC)fst011850681 aʻAwaḍī, ʻAbd al-ʻAzīz ibn Muḥammad ibn Ṣāliḥ,eeditor.1 6100-01aسالمي، عبد الله بن حميد.106245-02aإيضاح البيان في أحكام نكاح الصبيان /cللعلامة الإمام نور الدين عبد الله بن حميد السالمي ؛ دراسة وتحقيق عبد العزيز بن محمد بن صالح العوض. a92bPUL03497cim a2200925 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040010800109020001800217020001500235024002500250028002800275035002200303037004600325042001400371043001200385050002700397082001400424100002600438245008200464246003000546246004800576250001600624264004400640264001200684300006700696306001100763336003300774337002300807338003100830344001900861344001900880344001200899344001900911347002200930347001300952490004000965490004301005500002601048511002901074521001101103520029301114650002201407650002201429650003601451650003201487651002001519650002801539650002201567650002201589650003601611650003201647650003001679651002001709650003701729650003701766650006101803650005601864650003901920650003901959650005301998650004902051651003702100655002502137655004202162655003902204655004702243655004902290655002502339655002802364655002302392655002502415700002402440700003302464700006202497994001202559on1079066670OCoLC20230718213016.0sd fsngnnmmned230620t20192019nyunnnnd z n eng d a 2023623205 aTEFMTbengerdacDLCdTEFdOCLCFdOCJdSJPdT7RdFCSdJCXdJTHdKYCdCNCARdIVJdOV7dBYVdWYLSRdTEFMT a9781478999089 a147899908X3 a9781478999089d5300002a2-X9908bHachette Audio a(OCoLC)1079066670 bMidwest Tapenhttp://www.midwesttapes.com alccopycat aa-ii--- 4aPZ7.1.R817bAah 2019ab04a[Fic]2231 aRoy, Rachel,eauthor.10a96 words for love /cRachel Roy and Ava Dash ; [foreword by James Patterson].3 aNinety-six words for love1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a8 audio discs (approximately 540 min.) :bdigital ;c4 3/4 in. a090000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio0 aSpoken word compact discs : Fiction0 aSpoken word compact discs : Unabridged aTitle from container.0 aRead by Soneela Nankani.1 a12-17. aWhile exploring her grandmother's past at an ashram in India with her cousin Anandi, seventeen-year-old Raya finds herself and, perhaps, true love in this modern retelling of the legend of Dushyanta and Shakuntala. A touching coming-of-age story that reads like Eat, Pray, Love for teens. 0aAshramsvFiction. 0aCousinsvFiction. 0aEast Indian AmericansvFiction. 0aHuman traffickingvFiction. 0aIndiavFiction. 1aComing of agevFiction. 1aAshramsvFiction. 1aCousinsvFiction. 1aEast Indian AmericansvFiction. 1aHuman traffickingvFiction. 1aFolklorezIndiavFiction. 1aIndiavFiction. 6aAshramsvRomans, nouvelles, etc. 6aCousinsvRomans, nouvelles, etc. 6aAméricains d'origine indiennevRomans, nouvelles, etc. 6aTraite des êtres humainsvRomans, nouvelles, etc. 7aAshrams.2fast0(OCoLC)fst00818550 7aCousins.2fast0(OCoLC)fst00881894 7aEast Indian Americans.2fast0(OCoLC)fst00901040 7aHuman trafficking.2fast0(OCoLC)fst01739818 7aIndia.2fast0(OCoLC)fst01210276 0aYoung Adult fiction. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aRomance fiction.2fast0(OCoLC)fst01921732 7aYoung adult works.2fast0(OCoLC)fst01726790 7aLove stories.2gsafd 7aRomance fiction.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aDash, Ava,eauthor.1 aNankani, Soneela,enarrator.1 aPatterson, James,d1947-eauthor of foreword,epresenter. a92bPUL04234cim a2200865 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040011600109019001500225020006200240020005900302020001800361020001500379024002500394028002800419035004100447037003400488037003400522042001400556050002400570082002300594100005000617245012100667250001600788264004400804264001200848300005000860306001100910336003300921337002300954338003100977344001901008344001901027344001201046344001901058347002201077347001301099500002601112511008901138520040101227505053901628600003002167600005602197650001402253650002202267650001302289650001802302650001902320650009002339650007002429650007302499650007202572650007902644650004802723650004002771655001902811655002802830655005102858655004202909655004702951655004302998655005303041655004603094655003203140655002303172655003603195655002503231700003203256700003803288700003003326994001203356on1080649925OCoLC20230718213016.0sd fsngnnmmned230620t20192019nyunnnnd z n eng d a 2023623206 aBLACPbengerdacDLCdBLACPdTEFdOCLCFdCGPdJQWdJCXdCNCARdCLEdB@LdDPLdKYCdUTPdWYGdIVJdSOMdBYVdJTA a1097593911 a9781549146114q(sound recording ;qBlackstone Library CD) a1549146114q(sound recording ;qBlackstone Library CD) a9781549170119 a15491701123 a9781549170119d5250002a2-Y7011bHachette Audio a(OCoLC)1080649925z(OCoLC)1097593911 aZPco20bBlackstone Publishing a40co20bBlackstone Publishing alccopycat 4aHV640b.Y685 2019ab04a305.23092/69142231 aYousafzai, Malala,d1997-eauthor,enarrator.10aWe are displaced :bmy journey and stories from refugee girls around the world /cMalala Yousafzai [with Liz Welch]. aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a4 audio discs (4 hr.) :bdigital ;c4 3/4 in. a040000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Neela Vaswani & Deepti Gupta. Featuring a prologue read by Malala Yousafzai. aWith her powerful new book, Nobel Peace Prize winner Malala Yousafzai starts with her own story of displacement to show what it means to lose your home, your community, and the only world you've ever known. She also shares the personal stories of some of the incredible girls she has met on her various journeys to refugee camps and the cities where refugee girls and their families have settled.0 aPart 1: I am displaced. Life as we knew it -- How could this be happening? -- Internally displaced -- Shangla -- Returning home -- Caught between two worlds -- Part 2: We are displaced. Zaynab: Why me and not her? -- Sabreen: No turning back -- Zaynab: Dream big -- Muzoon: I saw hope -- Najla: Thousands of people, just like us -- María: Nobody can take away what we carry inside -- Analisa: Lucky -- Marie Claire: A new beginning -- Jennifer: I needed to do something -- Ajida: At nighttime, we walked -- Farah: This was my story.10aYousafzai, Malala,d1997-17aYousafzai, Malala,d1997-2fast0(OCoLC)fst01918454 0aRefugees. 0aForced migration. 2aRefugees 6aRéfugiés. 7arefugees.2aat 7aJUVENILE NONFICTIONxBiography & AutobiographyxCultural, Ethnic & Regional.2bisacsh 7aJUVENILE NONFICTIONxBiography & AutobiographyxGeneral.2bisacsh 7aJUVENILE NONFICTIONxBiography & AutobiographyxHistorical.2bisacsh 7aJUVENILE NONFICTIONxBiography & AutobiographyxPolitical.2bisacsh 7aJUVENILE NONFICTIONxBiography & AutobiographyxSocial Activists.2bisacsh 7aForced migration.2fast0(OCoLC)fst00931606 7aRefugees.2fast0(OCoLC)fst01092797 0aCompact discs. 4aYoung adult audiobooks. 7aInformational works.2fast0(OCoLC)fst01919930 7aAudiobooks.2fast0(OCoLC)fst01726208 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aJuvenile works.2fast0(OCoLC)fst01411637 7aInformational works.2lcgft 7aAudiobooks.2lcgft 7aDocuments d'information.2rvmgf 7aLivres audio.2rvmgf1 aWelch, Liz,d1969-eauthor.1 aVaswani, Neela,d1974-enarrator.1 aGupta, Deepti,enarrator. a92bPUL02784cim a2200685 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007400109019002700183020001800210020001500228024002500243028002800268035006000296037004600356042001400402050002500416082001400441100004400455245016400499246003800663246010400701250001600805264004400821264001200865300006700877306001100944336003300955337002300988338003101011344001901042344001901061344001201080344001901092347002201111347001301133500002601146511002401172520038601196650002301582650003601605650002201641650001301663650001701676650002601693650001401719650004001733650006201773650004801835650003901883655003901922655004201961655003502003655002302038655002502061994001202086on1082146557OCoLC20230718213016.0sd fsngnnmmned230626t20192019nyunnnn z n eng d a 2023623231 aTEFMTbengerdacDLCdTEFdOCLCFdJBLdTOHdZQPdTYAdLKCdIMDdTEFMT a1091120347a1091174880 a9781478999768 a14789997643 a9781478999768d5300002a2-X9976bHachette Audio a(OCoLC)1082146557z(OCoLC)1091120347z(OCoLC)1091174880 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aBF637.S4bR67 2019ab04a158.12231 aRosenberg, Joan I.,eauthor,enarrator.10a90 seconds to a life you love :bhow to master your difficult feelings to cultivate lasting confidence, resilience, and authenticity /cJoan I. Rosenberg, PhD.3 aNinety seconds to a life you love30aHow to master your difficult feelings to cultivate lasting confidence, resilience, and authenticity aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a8 audio discs (approximately 540 min.) :bdigital ;c4 3/4 in. a090000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by the author. aIn her 30 years as a practicing psychologist, Dr. Joan Rosenberg has found that what most often blocks people from success and feeling capable in life is the inability to experience, move through, and handle eight unpleasant feelings. Knowing how to deal with these intense, overwhelming or unwanted feelings is essential to building confidence, emotional strength, and resilience. 0aEmotionsvFiction. 0aSelf-actualization (Psychology) 0aSelf-realization. 0aSuccess. 2aAchievement. 6aRéalisation de soi. 6aSuccès. 7aEmotions.2fast0(OCoLC)fst00908819 7aSelf-actualization (Psychology)2fast0(OCoLC)fst01111481 7aSelf-realization.2fast0(OCoLC)fst01111892 7aSuccess.2fast0(OCoLC)fst01137041 7aFiction.2fast0(OCoLC)fst01423787 7aAudiobooks.2fast0(OCoLC)fst01726208 7aSelf-help publications.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf a92bPUL02043cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001400172050002300186082001500209100003600224245010600260250002400366264009100390264001100481300004500492336003300537337002800570338002700598385002000625520011200645650005200757650005400809650003200863650004900895650005400944650003400998650005801032650004801090650005001138655002101188655002401209655004501233655003901278655004601317655002601363655002801389700004301417938004101460994001201501on1082447603OCoLC20230718213016.0200402t20202020maua j 000 0 eng d a 2020906228 aYDXbengerdacDLC a9781536203103 a1536203106 a(OCoLC)1082447603 alccopycat00aHT111b.S7135 202004a307.762231 aSteele, Philip,d1948-eauthor.10aCities in layers :bsix famous cities through time /cPhilip Steele ; illustrated by Andrés Lozano. aFirst U.S. edition. 1aSomerville, Massachusetts :bBig Picture Press, an imprint of Candlewick Press,c2020. 4c©2020 a61 pages :bcolor illustrations ;c32 cm astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aChildren2lcdgt aThis book looks at the cities Rome, Beijing, Paris, London, Istanbul, and New York City throughout history. 0aCities and townsxHistoryvJuvenile literature. 0aCity and town lifexHistoryvJuvenile literature. 0aPicture books for children. 6aVillesxHistoirevOuvrages pour la jeunesse. 6aVie urbainexHistoirevOuvrages pour la jeunesse. 6aLivres d'images pour enfants. 7aPicture books for children.2fast0(OCoLC)fst01063717 7aCities and towns.2fast0(OCoLC)fst00861748 7aCity and town life.2fast0(OCoLC)fst00862081 0aChildrens books. 7apicture books.2aat 7aPicture books.2fast0(OCoLC)fst01726789 7aHistory.2fast0(OCoLC)fst01411628 7aJuvenile works.2fast0(OCoLC)fst01411637 7aPicture books.2lcgft 7aLivres d'images.2rvmgf1 aLozano, Andrés,d1980-eillustrator. aYBP Library ServicesbYANKn15975809 a92bPUL05453cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002800171033001500199035002200214042001400236047002700250050002300277082001700300245005200317264004600369264001200415300003000427336003700457337002300494338003100517340001400548344001900562344001900581344001200600344001900612347002200631347001300653382002700666500002700693511004100720508003000761518007500791500009300866520065800959505134101617505133202958650002604290650002104316650003404337650004804371650002704419650003504446650004704481650003704528655001904565655006204584655004004646655002104686655002104707700005104728994001204779on1085580311OCoLC20230718213016.0sd fsngnnmmned230714s2018 azumunn fi n eng d a 2023626364 aLIQbengerdacDLCdLIQdTEFdOCLCFdINU1 a09940273692102aDCD 736bSummit Records 0b3844cS677 a(OCoLC)1085580311 alccopycat amrasuatcavraovasy 4aM110.B33bJ46 201804a788.9/7522300aEuphonium :bexcerpts for band /cMark Jenkins. 1aTempe, Arizona :bSummit Records,c[2018] 4c℗2018 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01aeuphoniumn1s12lcmpt aTitle from disc label.0 aMark Jenkins, euphonium, commentary. aProduced by Mark Jenkins. oRecordedpSpencerville Seventh-day Adventist Church, Spencerville, MD. aProgram notes and biographical notes on Jenkins (8 pages, folded) inserted in container. aFeaturing 26 standard solo "Euphonium Excerpts for Band" with commentary (53 tracks in all), the goal of this recording is not to present a definitive version of these excerpts, nor to give a comprehensive list of every excerpt that could possibly show up on an audition list. Rather, to provide some basic principles of technique and style as they apply to a selection of excerpts, which have become standard repertoire in euphonium auditions over the past thirty years and represent a wide variety of styles and roles that the euphonium is called upon to fill. These principles can then be used as a starting point to create one's own interpretations.0 aIntroduction on march style (1:52) -- Commentary on "Stars and stripes" (1:10) -- The stars and stripes forever / John Philip Sousa (1:31) -- Commentary on "The invicinble eagle" (0:50) -- The invicinble eagle / John Philip Sousa (1:31) -- Commentary on "Army of the Nile" (0:36) -- Army of the Nile / Kenneth Alford (1:18) -- Commentary on "The melody shop" (0:37) -- The melody shop / Karl L. King (1:40) -- Commentary on "The world is waiting for the sunrise" (0:32) -- The world is waiting for the sunrise / Harry Alford (0:20) -- Commentary on "Commando march" (0:44) -- Commando march / Samuel Barber (0:26) -- Commentary on "First suite" (1) (1:08) -- First suite in E-flat for military band (I) / Gustav Holst (0:19) -- Commentary on "First suite" (2) (0:30) -- First suite in E-flat for military band (2) / Gustav Holst (1:06) -- Commentary on "First suite" (3) (0:42) -- First suite in E-flat for military band (3) / Gustav Holst (0:38) -- Commentary on "Second suite" (0:58) -- Second suite in F for military band / Gustav Holst (0:35) -- Commentary on "Theme and variations" (1:27) -- Theme and variations, op. 43a / Arnold Schoenberg (1:04) -- Commentary on "Toccata marziale" (1:03) -- Toccata marziale / Ralph Vaughan Williams (0:41) -- Commentary on "When Jesus wept" (1:08) -- When Jesus wept / William Schumann (2:39).8 aCommentary on "Festival variations" (0:34) -- Festival variations / Claude T. Smith (0:28) -- Commentary on "Rocky Point holiday" (0:49) -- Rocky Point holiday / Ron Nelson (0:46) -- Commentary on "Fiesta del Pacifico" (1:04) -- Fiesta del Pacifico / Roger Nixon (0:30) -- Commentary on "Colonial song" (0:53) -- Colonial song / Percy Grainger (1:32) -- Commentary on "Molly on the shore" (0:44) -- Molly on the shore / Percy Grainger (0:34) -- Commentary on "Pineapple poll" (0:50) -- Pineapple poll / Arthur Sullivan ; arr. Mackerras (1:13) -- Commentary on "J'ai été au bal" (0:43) -- J'ai été au bal / Donald Grantham (0:55) -- Introductory note on transcriptions (0:30) -- Commentary on "Festive overture" (0:53) -- Festive overture / Dmitri Shostakovich ; trans. Hunsberger (0:43) -- Commentary on "Roman carnival overture" (0:59) -- Roman carnival overture / Hector Berlioz ; trans. Safranek (1:16) -- Roman carnival overture / Hector Berlioz ; trans. Godfired (0:42) -- Commentary on "Aegean festival overture" (0:59) -- Aegean festival overture / Andreas Makris ; trans. Bader (0:31) -- Commentary on "The cowboys" (0:47) -- The cowboys / John Williams ; trans. Curnow (0:34) -- Commentary on "Finale from Symphony no. 4" (0:34) -- Finale from Symphoy no. 4 / Pyotr Ilyich Tchaikovsky ; trans. Safranek (0:47). 0aBand musicvExcerpts. 0aEuphonium music. 0aMusicxHistory and criticism. 6aHarmonie (Orchestre), Musique d'vExtraits. 6aEuphonium, Musique d'. 6aMusiquexHistoire et critique. 7aEuphonium music.2fast0(OCoLC)fst00916532 7aMusic.2fast0(OCoLC)fst01030269 7aexcerpts.2aat 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aExcerpts.2fast0(OCoLC)fst01692837 7aExcerpts.2lcgft 7aExtraits.2rvmgf1 aJenkins, Markc(Euphonium player),eperformer. a92bPUL04667cjm a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002800166035002200194041000800216042001400224050002500238245007700263246003500340246004300375264004600418264002000464300003000484306003500514336003700549337002300586338003100609344001900640344001900659344001200678344001900690347002200709347001300731382009700744382005800841382008600899382008300985500002701068500011801095511033401213508016501547500010701712518007101819518010301890518009101993518007202084500010302156505024802259520011402507650003902621650002302660650004002683650004502723650002702768650007102795650006602866650004902932650006502981700003903046700004203085700003703127700003203164700004503196700007403241700006803315700006103383700011303444710004003557710004703597710004503644710005303689710005903742994001203801on1088505112OCoLC20230718213016.0sd fsngnnmmned230713p20182016azuconn iz n zxx d a 2023626328 aVRCbengerdacDLCdVRCdOCLCFdINU1 a09940272492802aDCD 724bSummit Records a(OCoLC)10885051120 geng alccopycat 4aM3.1.R5223bF74 201800aFreedom of movement :b21st century trumpet concertos /cRex Richardson.30a21st century trumpet concertos3 aTwenty first century trumpet concertos 1aTempe, Arizona :bSummit Records,c[2018] 4c℗2018c©2018 a1 audio disc ;c4 3/4 in. a002017a001427a001217a001956 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio013Three world windsbtrumpetn1dpiccolo trumpetn1dflugelhornn1abrass bande1r1t12lcmpt013Freedom of movementbtrumpetn1abande1r1t12lcmpt013Concerto no. 3 for trumpet and brass bandbtrumpetn1abrass bande1r1t12lcmpt013Concerto no. 2 for trumpet and wind ensemblebtrumpetn1abande1r1t12lcmpt aTitle from disc label. aThe 1st work originally for trumpet and wind ensemble, accompaniment arranged for brass band by Patrick Sheridan.0 aRex Richardson, trumpet, piccolo trumpet, flugelhorn (all works) ; Salt River Brass, conducted by Patrick Sheridan (1st work) ; Maidstone Wind Symphony, conducted by Jonathan Crowhurst (2nd work) ; Brass Band of Central Florida, conducted Chad Shoopman (3rd work) ; Symphonic Wind Tokyo, conducted by James Stephenson (4th work). aProducers: Rex Richardson, Clarke Rigsby, Patrick Sheridan, James M. Stephenson, Andy Scott, Jonathan Crowhurst, Gareth Pritchard, Chad Shoopman & Yoshiaki Ito. aAll compositions were written for Rex Richardson and commissioned by Virginia Commonwealth University. 31st workorecordedd2016 November 13,pMesa Arts Center, Mesa, AZ. 32nd workorecordedd2016 October 15,pThe Space Performing Arts Centre, Sevenoaks, United Kingdom. 33rd workorecordedd2016 June 12pWinter Park High School auditorium, Winter Park, FL. 34th workorecordedd2017 September 25pVictor Studio, Tokyo, Japan. aProgram notes and full credits (8 unnumbered pages, folded : illustrations) inserted in container.0 aThree world winds / Allen Vizzutti (20:17) -- Freedom of movement / Andy Scott (14:27) -- Concerto no. 3 for trumpet and brass band / Anthony Plog (12:17) -- Concerto no. 2 for trumpet and wind ensemble : "Rextreme" / James Stephenson (19:56). aFour new concertos by Plog, Scott, Stephenson and Vizzutti, recorded with four ensembles on three continents. 0aTrumpet with brass band, Arranged. 0aTrumpet with band. 0aConcertos (Trumpet with brass band) 0aConcertos (Trumpet with band), Arranged. 6aTrompette et harmonie. 7aConcertos (Trumpet with band), Arranged.2fast0(OCoLC)fst00873848 7aConcertos (Trumpet with brass band)2fast0(OCoLC)fst00873849 7aTrumpet with band.2fast0(OCoLC)fst01158114 7aTrumpet with brass band, Arranged.2fast0(OCoLC)fst011970151 aRichardson, Rex,einstrumentalist.1 aSheridan, Patrick,d1968-econductor.1 aCrowhurst, Jonathan,econductor.1 aShoopman, Chad,econductor.1 aStephenson, James M.,d1969-econductor.12iContainer of (expression):aVizzutti, Allen.tWorld winds;oarranged.12iContainer of (work):aScott, Andy,d1966-tFreedom of movement.12iContainer of (work):aPlog, Anthony.tConcertos,nno. 3.12iContainer of (expression):aStephenson, James M.,d1969-tConcertos,mtrumpet, orchestra,nno. 2;oarranged.2 aSalt River Brass,einstrumentalist.2 aMaidstone Wind Symphony,einstrumentalist.2 aSymphonic Winds Tokyo,einstrumentalist.2 aBrass Band of Central Florida,einstrumentalist.2 aVirginia Commonwealth University,ecommissioning body. a92bPUL03387cim a2200901 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040011300109019001500222020001800237020001500255024002500270028002800295035004100323037004600364042001400410050002700424082001400451100003800465245006000503246002100563246001800584246001600602250001600618264004400634264001200678300007600690306001100766336003300777337002300810338003100833344001900864344001900883344001900902347002200921347001300943490002800956500002600984511002701010521001001037520018701047650002801234650002801262650003901290650003401329650005101363650003401414650001901448650001901467650004201486650003001528650002501558650005401583650007501637650005601712650006301768650003601831650004701867650003601914650004201950650005901992655001602051655004202067655005302109655004702162655003902209655004602248655002902294655002702323655003402350655002502384700003302409700003102442994001202473on1089150703OCoLC20230718213016.0sd fsngnnmmned230623t20192019nyunnnnj f n eng d a 2023623218 aTEFMTbengerdacDLCdTEFdWSDdIEPdW@PdB@LdWYEBRdOE8dSOMdOCLCFdBYVdJRIdEHHdJTHdSINLBdWLMdTEFMT a1101064249 a9781478995951 a14789959553 a9781478995951d5200002a2-X9595bHachette Audio a(OCoLC)1089150703z(OCoLC)1101064249 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.P27653bKat 2019ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aKatt vs. Dogg /cJames Patterson and Chris Grabenstein.3 aKatt versus Dogg3 aCatt vs. Dogg3 aCat vs. Dog aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a4 audio discs (approximately 4.5 hr.) :bCD audio, digital ;c4 3/4 in. a044800 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 a[Katt vs. Dogg]v[v. 1] aTitle from container.0 aRead by Marc Thompson.1 a8-12. aA Dogg family and a Katt family are spending their vacations at Western Frontier Park fighting with each other when a youngster from each family becomes lost in the dangerous forest. 0aCatsvJuvenile fiction. 0aDogsvJuvenile fiction. 0aCooperativenessvJuvenile fiction. 0aFriendshipvJuvenile fiction. 0aNational parks and reservesvJuvenile fiction. 1aImaginary creaturesvFiction. 1aCatsvFiction. 1aDogsvFiction. 1aNational parks and reservesvFiction. 1aCooperativenessvFiction. 1aFriendshipvFiction. 6aChiensvRomans, nouvelles, etc. pour la jeunesse. 6aCoopération (Psychologie)vRomans, nouvelles, etc. pour la jeunesse. 6aAmitiévRomans, nouvelles, etc. pour la jeunesse. 6aParcs nationauxvRomans, nouvelles, etc. pour la jeunesse. 7aCats.2fast0(OCoLC)fst00849374 7aCooperativeness.2fast0(OCoLC)fst00878236 7aDogs.2fast0(OCoLC)fst00896265 7aFriendship.2fast0(OCoLC)fst00935174 7aNational parks and reserves.2fast0(OCoLC)fst01033642 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aHumerous fiction.2lcgft 7aAnimal fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aGrabenstein, Chris,eauthor.1 aThompson, Marc,enarrator. a92bPUL01551cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003100119020001500150025002300165035002200188037005300210042002100263043002100284050002100305100003300326245021000359264005900569300002900628336002600657337002800683338002700711504005700738500021900795650004101014650002601055650004601081938005001127994001201177on1089526790OCoLC20230718213016.0190309s2018 np 000 0 eng d a 2018330764 aDKAGEbengerdacDLC a9789937051880q(paperback) a9937051886 aN-E-2018330764; 28 a(OCoLC)1089526790 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-np---aaz-----00aKPK99b.S36 20181 aSangroula, Yubaraj,eauthor.10aRight to have rights :btheory of anti-deprivation development threshold : a critical discourse on law and development against absurdity of calculus magic or statistical puzzles /cYubaraj Sangroula (PhD). 1aBhaktapur :bLex & Juris Publication Pvt. Ltd.,c2018. axxix, 316 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 284-316). a"Counter argument to neoliberalism, conventional poverty-line theory--a calculus magic, South Asian political structure inheriting colonial legacy, donor driven development modality and privatization of education." 0aLaw and economic developmentzNepal. 0aNeoliberalismzNepal. 0aLaw and economic developmentzSouth Asia. aD. K. Agencies (P) Ltd.bDKAPnDKNPL-2325-PBK a92bPUL04148cim a2201021 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040005600124020005500180020001500235020006200250020005900312024002500371028002800396035002200424037004600446037003400492037003400526042001400560050002600574082001400600100003400614245004200648246004400690246004800734250001600782264004400798264001200842300006000854306001100914336003300925336003300958337002300991337002601014338003101040344001901071344001901090344001201109344001901121347003301140347001801173490003901191500002701230511002401257521001001281500009101291520024501382650003701627650003401664650005601698650003701754650002201791650002801813650002501841650002301866650002201889650006001911650006501971650005802036650002802094650004402122650004902166650006002215650005802275650004802333650004502381650004802426650006302474650004202537650004502579655004202624655005302666655003902719655004802758655004602806655002902852655003002881655003402911655002502945700002802970700004102998800007503039994001203114on1096210155OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230626t20192019nyunnnnjq f n eng d a 2023623227 aTEFMTbengerdacDLCdTEFdBLACPdOCLCFdIA4dTEFMT a9781549117398q(sound recording ;qHachette Audio) a1549117394 a9781549180613q(sound recording ;qBlackstone Library CD) a1549180614q(sound recording ;qBlackstone Library CD)3 a9781549117398d5200002a2-Y1739bHachette Audio a(OCoLC)1096210155 bMidwest Tapenhttp://www.midwesttapes.com aZPcxe5bBlackstone Publishing a40cxe5bBlackstone Publishing alccopycat 4aPZ7.F9234bBad 2019ab04a[Fic]2231 aFry, Michael,d1959-eauthor.10aBad guys finish first /cMichael Fry.1 iSeries title:aHow to be a supervillain1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a3 audio discs (3 hr.) :bdigital ;c4 3/4 in. +e1 PDF. a030000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aHow to be a supervillain ;vbook 3 aTitle from disc label.0 aRead by Nate Begle.1 a8-12. aDisc 3 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). a12-year-old Victor Spoil realizes he's not cut out for life as a supervillain and instead decides to be a librarian. Little does he know that librarians are a kick-butt secret society who will stop at nothing to control and shush the world! 0aSupervillainsvJuvenile fiction. 0aLibrariansvJuvenile fiction. 0aIdentity (Philosophical concept)vJuvenile fiction. 0aGood and evilvJuvenile fiction. 0aHumorous stories. 1aSupervillainsvFiction. 1aLibrariansvFiction. 1aIdentityvFiction. 1aHumorous stories. 6aSupervilainsvRomans, nouvelles, etc. pour la jeunesse. 6aBibliothécairesvRomans, nouvelles, etc. pour la jeunesse. 6aIdentitévRomans, nouvelles, etc. pour la jeunesse. 6aRécits humoristiques. 7aJUVENILE FICTIONxSuperheroes.2bisacsh 7aJUVENILE FICTIONxHumorous Stories.2bisacsh 7aJUVENILE FICTIONxAction & AdventurexGeneral.2bisacsh 7aJUVENILE FICTIONxSocial ThemesxFriendship.2bisacsh 7aJUVENILE FICTIONxFamilyxParents.2bisacsh 7aGood and evil.2fast0(OCoLC)fst00944894 7aHumorous stories.2fast0(OCoLC)fst00963818 7aIdentity (Philosophical concept)2fast0(OCoLC)fst00966889 7aLibrarians.2fast0(OCoLC)fst00997301 7aSupervillains.2fast0(OCoLC)fst01763401 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aJuvenile works.2fast0(OCoLC)fst01411637 7aHumorous fiction.2lcgft 7aSuperhero fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aBegle, Nate,enarrator.1 aPatterson, James,d1947-epresenter.1 aFry, Michael,d1959-tHow to be a supervillain.hSpoken word ;vbk. 3. a92bPUL02929cam a2200625 i 4500001001300000003000600013005001700019008004100036010001700077040005700094066000700151020001800158020001500176035002200191041001800213042001500231043003000246050002600276100008400302240007200386245021800458246007100676246005900747264008100806300004100887336002600928337002800954338002700982490010301009504006701112546003901179650005101218650004701269651006701316651007001383650004201453650003601495650005101531650005401582650004201636650003601678650005701714650005201771650004101823650004701864650005601911650005501967651004602022655004302068700003702111700003102148700003602179880007602215994001202291on1097212673OCoLC20230718213016.0200220s2018 tu a b 001 0 tur c a 2019311777 aPULbengerdacDLCdZCUdOCLCFdSTFdPAUdMEAUCdPUL c(3 a9789751741042 a9751741041 a(OCoLC)10972126731 aturaarahara apccalcode aaw-----aff-----ae-sp---00aJC393.A3bT38185 20181 aṬaraṣūṣī, Ibrāhīm ibn ʻAlī,d1320-approximately 1356,eauthor.10aTuḥfat al-Turk fīmā yajibu an yuʻmala fī al-mulk.lTurkish10aTuhfetü't-Türk :bTarsûsî'nin siyâsetnâmesi (inceleme - eleştirmeli metin - çeviri) /cNecmeddin et-Tarsûsî ; hazırlayan Muhammed Usame Onuş ; editör Özgür Kavak. Hızır Murat Köse.156880-01aTuḥfat al-Turk fī-mā yajibu an yuʻmal fī al-muluk15aTuhfa al-Turk fīmā yajibu an yu'mala fī al-muluk 1aFatih, İstanbul :bTürkiye Yazma Eserler Kurumu Başkanlığı,c2018. a166 pages :billustrations ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTürkiye Yazma Eserler Kurumu Başkanlığı Yayınları ;v106.aBilim ve Felsefe Serisi ;v39 aIncludes bibliographical references (pages 157-161) and index. aIn Arabic and Turkish translation. 0aKings and rulersxDutiesvEarly works to 1800. 0aEducation of princesvEarly works to 1800. 0aIslamic EmpirexKings and rulersxDutiesvEarly works to 1800. 0aIslamic EmpirexKings and rulersxEducationvEarly works to 1800. 0aIslam and statevEarly works to 1800. 0aHanafitesvEarly works to 1800. 0aPublic law (Islamic law)vEarly works to 1800. 6aRois et souverainsxDevoirsvOuvrages avant 1800. 6aIslam et ÉtatvOuvrages avant 1800. 6aHanafitesvOuvrages avant 1800. 6aDroit public (Droit islamique)vOuvrages avant 1800. 7aEducation of princes.2fast0(OCoLC)fst00902875 7aHanafites.2fast0(OCoLC)fst00950818 7aIslam and state.2fast0(OCoLC)fst00979890 7aKings and rulersxDuties.2fast0(OCoLC)fst00987703 7aPublic law (Islamic law)2fast0(OCoLC)fst01082630 7aIslamic Empire.2fast0(OCoLC)fst01244134 7aEarly works.2fast0(OCoLC)fst014116361 aOnuş, Muhammed Usame,eeditor.1 aKavak, Özgür,eeditor.1 aKöse, Hızır Murat,eeditor.156246-01aتحفة الترك فيما يجب ا يعمل في الملك a92bPUL01842cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005400109024001800163028002400181035002200205037004600227041002300273050002700296082001800323245003700341264006400378300003000442336003700472337002300509338003100532340001400563344001900577344001900596344001900615347002200634347001300656500002600669511001900695500005700714505017700771546003300948650003000981650002401011650003101035650004201066648002001108655004201128655002601170655003101196655002601227710004701253994001201300on1100422892OCoLC20230718213016.0sd fsngnnmmned230713s2019 xxuppnn d n eng  a 2023626337 aDLCbengerdacDLCdTEFdOCLCFdUOKdNZAUCdTEFMT3 a711969125952902aMRBLP213bMr. Bongo a(OCoLC)1100422892 bMidwest Tapenhttp://www.midwesttapes.com0 dengdtureengetur 4aM1630.18.S43bM36 201904a782.4216622300aMantra moderne /cKit Sebastian. 1a[Place of publication not identified] :bMr. Bongo,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aKit Sebastian. aLyrics in English and Turkish inserted in container.00tSenden başka --tMantra moderne --tTyranny 20 --tPangea --tKuytu --tUanimda kal --tYürüdüm, büyüdüm, çürüdüm --tWith a sense of grace --tDurma. aSung in English and Turkish. 0aPopular musicy2011-2020. 0aElectronica (Music) 6aRock (Musique)y2011-2020. 7aRock music.2fast0(OCoLC)fst01099204 7a2011-20202fast 7aRock music.2fast0(OCoLC)fst01726724 7aPopular music.2lcgft 7aElectronica (Music)2lcgft 7aRock (Musique)2rvmgf2 aKit Sebastian (Musical group),eperformer. a92bPUL03765cim a2200865 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040009300109019002700202020001800229020001500247024002500262028002800287035006000315042001400375050002800389082001400417100004600431245004100477250001600518264004400534264001200578300006900590306001100659336003300670337002300703338003100726344001900757344001900776344001200795344001900807347002200826347001300848490004200861500002700903511002400930521001000954520056500964650003201529650004101561650002901602650003101631650002301662650003201685650002601717650002001743650002201763650006501785650005401850650005001904650004901954650003902003650003702042650004002079655002002119655004202139655005302181655004702234655003902281655004602320655002802366655002802394655003402422655002302456655002502479800007402504856010102578856008402679856008102763938004302844994001202887on1101639454OCoLC20230718213016.0sd fsngnnmmned230626t20192019nyunnnnc f n eng d a 2023623225 aBYVbengerdacDLCdBYVdTEFdTEFMTdOCLCFdILCdRECBCdJTHdMLSODdCNCARdEHHdN8VdM$K a1122693474a1129194995 a9781549124129 a15491241293 a9781549124129d5300002a2-Y2412bHachette Audio a(OCoLC)1101639454z(OCoLC)1122693474z(OCoLC)1129194995 alccopycat 4aPZ7.C677474bTal 2019ab04a[Fic]2231 aColfer, Chris,d1990-eauthor,enarrator.12aA tale of magic ... /cChris Colfer. aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a10 audio discs (approximately 11.39 hr.) :bdigital ;c4 3/4 in. a112300 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 a[The tale of magic series] ;v[bk. 1] aTitle from disc label.0 aRead by the author.1 a8-12. aFourteen-year-old Brystal Evergreen has always known she was destined for great things, that is, if she can survive the oppressive Southern Kingdom. The only escape she has are books, but since it's illegal for women to read in her country, she has to find creative ways of acquiring them. Working as a maid at her local library gives her the perfect excuse to be near them and allows her to sneak a few titles home when no one is looking. But one-day Brystal uncovers a secret section of the library and finds a book about magic that changes her life forever. 0aSex rolevJuvenile fiction. 0aBooks and readingvJuvenile fiction. 0aMagicvJuvenile fiction. 0aFairiesvJuvenile fiction. 1aSex rolevFiction. 1aBooks and readingvFiction. 1aFamily lifevFiction. 1aMagicvFiction. 1aFairiesvFiction. 6aLivres et lecturevRomans, nouvelles, etc. pour la jeunesse. 6aFéesvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxBooks & Libraries.2bisacsh 7aBooks and reading.2fast0(OCoLC)fst00836454 7aFairies.2fast0(OCoLC)fst00919878 7aMagic.2fast0(OCoLC)fst01005468 7aSex role.2fast0(OCoLC)fst01114598 0aJuvenile works. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2gsafd 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aColfer, Chris,d1990-tTale of magic (Series).hSpoken word ;vbk. 1.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/325/000000000012325949.jpg4 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD47183/DD47183_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781549124129 aRecorded Books, LLCbRECCnrbcdDD47183 a92bPUL03566cim a2200865 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040006200124020001800186020001500204024002500219028002800244035002200272042001400294050002700308082001400335100003800349245008200387246002400469250001600493264004400509264001200553300007400565306001100639336003300650336003300683337002300716337002600739338003100765344001900796344001900815344001200834344001900846347002200865347002100887347001300908347000800921490004200929500002600971511002600997521001501023500009101038520045801129650004401587650004001631650003901671650003001710650004001740650003501780650003101815650003001846650002101876650007101897650006201968650007402030650004802104650003802152650004702190650005202237655004202289655005302331655003902384655004602423655003002469655003402499655002502533700003302558700003002591800006702621994001202688on1101659640OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230621t20192019nyunnnnjq f n eng d a 2023623210 aBYVbengerdacDLCdBYVdTEFdOCLCFdMLSODdJTHdEHHdIEU a9781549117992 a15491179983 a9781549117992d5230002a2-Y1799bHachette Audio a(OCoLC)1101659640 alccopycat 4aPZ7.P27653bMax 2019ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aMax Einstein :brebels with a cause /cJames Patterson and Chris Grabenstein.30aRebels with a cause aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a4 audio discs (approximately 5 hr.) :bdigital ;c4 3/4 in. +e1 PDF. a050000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft atext file2rdaft bCD audio bPDF1 a[The Max Einstein series] ;v[book 2] aTitle from container.0 aRead by Andrea Emmes.1 aAges 8-12. aDisc 4 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). aAfter the evil Corporation attempts to kidnap her in Africa, twelve-year-old Max Einstein is hiding out in New York City. But how can she be like her hero Albert Einstein if she spends her time hiding instead of helping? When her friend Vihaan asks for Max's help at village in India having a water crisis, Max doesn't hesitate, even if it puts her life in danger. It sounds like a problem only the kid geniuses at the Change Makers Institute can solve! 0aSciencexExperimentsvJuvenile fiction. 0aCreative abilityvJuvenile fiction. 0aProblem solvingvJuvenile fiction. 0aGeniusvJuvenile fiction. 0aWaterxPollutionvJuvenile fiction. 1aSciencexExperimentsvFiction. 1aCreative abilityvFiction. 1aProblem solvingvFiction. 1aGeniusvFiction. 6aSciencesxExpériencesvRomans, nouvelles, etc. pour la jeunesse. 6aCréativitévRomans, nouvelles, etc. pour la jeunesse. 6aRésolution de problèmevRomans, nouvelles, etc. pour la jeunesse. 7aCreative ability.2fast0(OCoLC)fst00882417 7aGenius.2fast0(OCoLC)fst00940195 7aProblem solving.2fast0(OCoLC)fst01077890 7aSciencexExperiments.2fast0(OCoLC)fst01108230 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aAdventure fiction.2gsafd 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aGrabenstein, Chris,eauthor.1 aEmmes, Andrea,enarrator.1 aPatterson, James,d1947-tMax Einstein.hSpoken word ;vbk. 2. a92bPUL02357cjm a2200613 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002500161028002700186033003300213035002200246041001800268042001400286050002500300082001800325245006400343246001600407264004200423264001100465300004900476306009100525336003700616337002300653338003100676344001900707344001900726344001200745347002200757347001300779500002700792500008800819511007400907518009400981505029401075650002101369650001601390650002101406650001601427650003601443650004201479648002001521655001501541655003601556655001701592655001701609700005101626938005401677994001201731on1101715640OCoLC20230718213016.0sd fsngnnmmned230714t20192019nyujznn n mul d a 2023626350 aTDFbengcDLCdRBNdOCLCFdTDF10a88095619012902a201901bZoho Records02aZM201901bZoho Records20a201710--a201803--b3804cL6 a(OCoLC)11017156400 dengdspageng alccopycat 4aM1366.H84bV563 2019 4a781.65qOCoLC03aEl violin latinonVol. 3.pLos soñadorescGregor Huebner.3 aSoñadores 1aMillwood, NY :bZoho Records,c[2019] 4c©2019 a1 audio disc (61 min., 50 sec.) ;c4 3/4 in. a000510a000639a000640a000614a000520a000624a000431a000538a000412a000610a000452 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from disc label. aProgram notes in English (8 unnumbered pages; illustrations) inserted in container.0 aGregor Huebner, vocals, violin ; with various accompanying musicians. oRecordedd2017, October and 2018, MarchpAt Spin Recording Studios, Long Island City, NY.00tEquinoxg(5:10) --tObsesióng(6:39) --tLos soñadores =tDreamersg(6:40) --tCuban bluesg(6:14) --tPara un mejor mundog(5:20) --tZapato apretaog(6:24) --tLlanto de lunag(4:31) --tSouth Sudang(5:38) --tTu mi deliriog(4:12) --tYoruban fantasyg(6:10) --tBuey viejog(4:52) 0aJazzy2011-2020. 0aLatin jazz. 6aJazzy2011-2020. 6aLatin jazz. 7aJazz.2fast0(OCoLC)fst00982165 7aLatin jazz.2fast0(OCoLC)fst00993123 7a2011-20202fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf1 aHuebner, Gregor,d1967-eperformer,ecomposer. aTheodore Front Musical LiteraturebTFRTnTF475328 a92bPUL01006cam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040005000094020001800144020001500162035002200177042000800199050002700207100004700234245009400281264006800375300004000443336002600483337002800509338002700537504005200564655003800616655001900654655001900673994001200692on1104147413OCoLC20230718213016.0190528s2018 cr a b 000 0 spa  a 2019387697 aDLCbengerdacDLCdOCLCFdSTFdCUYdGUAdHLS a9789930964095 a9930964096 a(OCoLC)1104147413 apcc00aPQ7489.3.V58bN43 20181 aVíquez Salazar, Roberto,d1955-eauthor.10aNeblina al morir el sol :buna historia de amor y superacion /cRoberto Víquez Salazar. 1aSan José, Costa Rica :bEditorial Libreria Alma Mater,c2018. a203 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 201). 7aNovels.2fast0(OCoLC)fst01921742 7aNovels.2lcgft 7aRomans.2rvmgf a92bPUL02415cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005600109024001700165028002000182035002200202037004600224042001400270050002300284082001800307100003800325245004900363264003400412264001200446300003000458336003700488337002300525338003100548340001400579344001900593344001900612344001200631347002200643347001300665500002600678500006900704511013500773505027000908520017701178650001401355650001201369650001401381650002101395650004001416650003801456655001001494655001501504655003601519655001701555655001701572700007101589700008801660710005301748994001201801on1104496480OCoLC20230718213016.0sd fsngnnmmned230714t20192019nyudfnn n zxx d a 2023626361 aTEFMTbengerdacDLCdTEFdOCLCFdCNWPUdJASdTEFMT1 a88095619052502aZM 201905bZoho a(OCoLC)1104496480 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM485.Z54bR33 201904a785/.21942231 aZiegler, Pablo,einstrumentalist.10aRadiotango /cPablo Ziegler Chamber Quartet. 1aMillwood, NY :bZoho,c[2019] 4c℗2019 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from container. aAll compositions by Pablo Ziegler except #10 by Astor Piazzolla.0 aPablo Ziegler Chamber Quartet (Pablo Ziegler, piano ; Hector Del Curto, bandoneon ; Jisoo Ok, cello ; Pedro Giraudo, double bass).00tRadiotangog(5:14) --tMaria ciudadg(7:44) --tAsfaltog(5:16) --tEl empedradog(5:41) --tMilonga del adiosg(5:06) --tDesde otros tiempos (5:17) --tLa conexion porteñag(6:24) --tLa rayuelag(5:35) --tMuchacha de boedog(7:33) --tFuga y misteriog(5:59). aGrammy and Latin Grammy Award winner Pablo Ziegler introduces listeners to his spectacular quartet on an album that continues to push the musical boundaries of nuevo tango. 0aQuartets. 0aTangos. 6aQuatuors. 6aTangos (Musique) 7aQuartets.2fast0(OCoLC)fst01085212 7aTangos.2fast0(OCoLC)fst01142651 4aJazz. 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf12iContainer of (work):aZiegler, Pablo.tChamber music.kSelections.12iContainer of (work):aPiazzolla, Astor.tMaría de Buenos Aires.pFuga y misterio.2 aPablo Ziegler Chamber Quartet,einstrumentalist. a92bPUL03618cjm a2200841 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002800171035002200199041000800221042001400229047001900243050002400262082001200286245004600298264004600344264002100390300003000411336003700441337002300478338003100501340001400532344001900546344001900565344001200584344001900596347002200615347001300637382002200650382003700672500002700709511010000736500009200836505038800928650001601316650002601332650003401358650003801392650004301430650003801473650004201511650005201553650006001605655001901665655004101684655004101725655004001766655004701806655002101853655002801874655002201902655002201924655004501946655003201991655002802023655002202051700003602073700003602109700006902145700009502214700010302309700009502412700006202507700007302569700007402642710004802716994001202764on1106559367OCoLC20230718213016.0sd fsngnnmmned230714t20192019azumunn efh n zxx d a 2023626351 aTJCbengerdacDLCdOCLCFdTEFdFBPdTJC1 a09940275192402aDCD 751bSummit Records a(OCoLC)11065593670 geng alccopycat azzapracoaft 4aM1200.V36bS63 201904a78422300aSpanish eyes /cVanderbilt Wind Symphony. 1aTempe, Arizona :bSummit Records,c[2019] 4c℗2019,c©2019 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01abande1t12lcmpt01btrumpetn1abande1r1t12lcmpt aTitle from disc label.0 aJose Sibaja, trumpet (4th-5th works) ; Vanderbilt Wind Symphony ; Thomas E. Verrier, conductor. aProgram notes and notes on the performers (10 pages : portraits) inserted in container.0 aGran fanfarria / Giancarlo Castro d'Addona (7:29) -- 12 preludios americanos / Alberto Ginastera (14:59) -- Fantasía sobre motivos colombianos / Pedro Morales Pino (5:31) -- Concerto for trumpet & wind ensemble / Luis Serrano Alarcón (18:11) -- Spanish eyes fantasy / Jack Stamp (6:21) -- Invocación / Luis Serrano Alarcón (10:26) -- Fiesta del Pacifico / Roger Nixon (9:06). 0aBand music. 0aBand music, Arranged. 0aConcertos (Trumpet with band) 6aHarmonie (Orchestre), Musique d'. 6aHarmonie (Orchestre), Musique d', arr. 6aConcertos (Trompette et harmonie) 7aBand music.2fast0(OCoLC)fst00826435 7aBand music, Arranged.2fast0(OCoLC)fst00826443 7aConcertos (Trumpet with band)2fast0(OCoLC)fst00873846 0aCompact discs. 7aArt music.2fast0(OCoLC)fst01920007 7aConcertos.2fast0(OCoLC)fst01726450 7aFanfares.2fast0(OCoLC)fst01920138 7aPreludes (Music)2fast0(OCoLC)fst01920298 7aFanfares.2lcgft 7aPreludes (Music)2lcgft 7aArt music.2lcgft 7aConcertos.2lcgft 7aFanfares (Compositions musicales)2rvmgf 7aPréludes (Musique)2rvmgf 7aMusique savante.2rvmgf 7aConcertos.2rvmgf1 aSibaja, Jose,einstrumentalist.1 aVerrier, Thomas E.,econductor.12iContainer of (work):aCastro, Giancarlo,d1980-tGran fanfarria.12iContainer of (expression):aGinastera, Alberto,d1916-1983.tAmerican preludes;oarranged.12iContainer of (expression):aMorales Pino, Pedro.tFantasía sobre motivos colombianos;oarranged.12iContainer of (work):aSerrano Alarcón, Luis,d1972-tConcertos,mtrumpet, wind ensemble.12iContainer of (work):aStamp, Jack.tSpanish eyes fantasy.12iContainer of (work):aSerrano Alarcón, Luis,d1972-tInvocación.12iContainer of (work):aNixon, Roger,d1921-2009.tFiesta del Pacifico.2 aVanderbilt Wind Symphony,einstrumentalist. a92bPUL02574cjm a2200649 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002800161035002200189041000800211042001400219050002300233245006200256264004600318264001200364300003000376306003500406336003700441337002300478338003100501344001900532344001900551344001200570344001900582347002200601347001300623382003100636386004900667386005900716386002900775386003100804511006700835500008300902518013800985545003301123500007801156505016601234650002001400650002401420650004601444700003501490700006901525700005901594700005301653700006001706710005101766740001801817740002901835740002501864740002301889994001201912on1107322082OCoLC20230718213016.0sd fsngnnmmned230713p20192019azuuunn fi n zxx d a 2023626330 aBOSbengerdacDLCdOCLCFdBOS1 a09940273892502aDCD 738bSummit Records a(OCoLC)11073220820 geng alccopycat 4aM1245.B68bE9 201900aExpanding spaces :bmusic by Boston University composers. 1aTempe, Arizona :bSummit Records,c[2019] 4c℗2019 a1 audio disc ;c4 3/4 in. a001308a001039a000729a000655 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01awind ensemblen1t12lcmpt mNationality/regional groupaAmericans2lcdgt mOccupational/field of activity groupaComposers2lcdgt mGender groupaMen2lcdgt mGender groupaWomen2lcdgt0 aBoston University Wind Ensemble ; David J. Martins, conductor. aDuration: 13 min., 08 sec.; 10 min., 39 sec.; 7 min., 29 sec.; 6 min., 55 sec. aRecorded March 1 and April 28, 2016, and February 23 and April 20, 2017 at WGBH's Fraser Performance Studio in Boston, Massachusetts. aIncludes biographical notes. aIncludes program notes (8 unnumbered pages folded into one) by composers.0 a1. The vacant shore / John Wallace -- 2. Four scenes from Juliet / Ketty Nez -- 3. Squares and oblongs / Rodney Lister -- 4. Solar prominences / Richard Cornell. 0aWind ensembles. 6aEnsembles à vent. 7aWind ensembles.2fast0(OCoLC)fst011755861 aMartins, David J.,econductor.12aWallace, John H.q(John Harry),d1960-ecomposer.tVacant shore.12aNez, Ketty,d1965-ecomposer.tFour scenes for Juliet.12aLister, Rodney,ecomposer.tSquares and oblongs.12aCornell, Richard,d1946-ecomposer.tSolar prominences.2 aBoston University.bWind Ensemble,eperformer.02aVacant shore.02aFour scenes from Juliet.02aSquares and oblongs.02aSolar prominences. a92bPUL01582cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020002600134020001500160035002200175042000800197050002300205082001700228100003000245245010800275264005600383300002300439336002600462337002800488338002700516520027300543630006000816650005000876650002700926650003600953650006400989650006301053650005101116938002901167994001201196on1111577786OCoLC20230718213016.0181023t20192019ctu 000 0 eng  a 2018962307 aDLCbengerdacDLCdIG$dBDXdOCLCF a9781627853385q(pbk.) a1627853383 a(OCoLC)1111577786 apcc00aBV4527b.R557 201904a248.8/432231 aRigney, Melanie,eauthor.10aWoman of worth :bprayers and reflections for women inspired by the book of Proverbs /cMelanie Rigney. 1aNew London, CT :bTwenty-Third Publications,c2019. a120 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"These days women are so busy about so many things that it's eay to lose sight of one's being in the midst of one's doing. Any woman wondering about her worth to her family, to her colleagues, to herself, and to God will find much to rejoice in here."--Page 4 of cover00aBible.pProverbs, XXXIxCriticism, interpretation, etc. 0aChristian womenxReligious lifevMeditations. 6aFormation spirituelle. 6aChrétiennesxMorale pratique. 7aChristian womenxConduct of life.2fast0(OCoLC)fst00859569 7aChristian womenxReligious life.2fast0(OCoLC)fst00859575 7aSpiritual formation.2fast0(OCoLC)fst01130081 aBrodartbBRODn124001335 a92bPUL03376cim a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007800109019001500187020001800202020001500220024002500235028002800260035004100288037004600329042001400375050002600389082001400415100003500429245008600464246001900550250001600569264004400585264001200629300007600641306001100717336003300728337002300761338003100784344001900815344001900834344001900853347002200872347001300894490005100907500002700958511002600985521001001011520017001021650003401191650003101225650003301256650003901289650004001328650002501368650002201393650005601415650005601471650006301527650004201590650003901632655002301671655006001694655004901754655004201803655005301845655003901898655004601937655004701983655002802030655002802058655004102086655003402127655002502161700003002186800008602216856008102302856008402383938004302467994001202510on1114267428OCoLC20230718213016.0sd fsngnnmmned230622t20192019nyunnnnc f n eng d a 2023623213 aTEFMTbengerdacDLCdTEFdOCLCFdRECBCdB@LdJTHdIEPdSINLBdWLMdTEFMT a1126198947 a9781549124020 a15491240213 a9781549124020d5350002a2-Y2402bHachette Audio a(OCoLC)1114267428z(OCoLC)1126198947 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.S8513bMym 2019ab04a[Fic]2231 aStewart, Trenton Lee,eauthor.14aThe Mysterious Benedict Society and the riddle of ages /cby Trenton Lee Stewart.30aRiddle of ages aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a10 audio discs (approximately 12 hr.) :bCD audio, digital ;c4 3/4 in. a120000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio1 a[Mysterious Benedict Society series] ;vbook 4 aTitle from disc label.0 aRead by Eric Pollins.1 a8-12. aWith the Ten Men on the loose and a telepathic enemy tracking them, Kate, Reynie, Sticky, and Constance must join with a new Society member to keep their world safe. 0aFriendshipvJuvenile fiction. 0aSchoolsvJuvenile fiction. 0aSocietiesvJuvenile fiction. 0aGifted childrenvJuvenile fiction. 1aAdventure and adventurersvFiction. 1aFriendshipvFiction. 1aSchoolsvFiction. 6aAmitiévRomans, nouvelles, etc. pour la jeunesse. 6aÉcolesvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTION / Mysteries & Detective Stories.2bisacsh 7aFriendship.2fast0(OCoLC)fst00935174 7aSchools.2fast0(OCoLC)fst01107958 0aAdventure stories. 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAdventure stories.2fast0(OCoLC)fst01726519 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aScience fiction.2fast0(OCoLC)fst01726489 7aScience fiction.2gsafd 7aScience fiction.2lcgft 7aAction and adventure fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aPollins, Eric,enarrator.1 aStewart, Trenton Lee.tMysterious Benedict Society series.hSpoken word ;vbk. 4.4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/97815491240204 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD46049/DD46049_image_148x230.jpg aRecorded Books, LLCbRECCnrbcdDD46049 a92bPUL03623cim a2200901 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007600109019001500185020001800200020001500218024002500233028002800258035004100286037004600327042001400373050002400387082001400411100003100425245004200456246001800498246003500516250001600551264007100567264001200638300006400650306001100714336003300725337002300758338003100781344001900812344001900831344001200850344001900862347002200881347001300903490002900916500002600945511002700971520027900998650003101277650003101308650002901339650003101368650003401399650004101433650003101474650002201505650002001527650005901547650005501606650005801661650006001719650003901779650004201818650003901860650003701899650003901936655006001975655004202035655005302077655004702130655003902177655004602216655002802262655004102290655003402331655002502365700003802390800007202428856008502500856008102585938004302666994001202709on1119668977OCoLC20230718213016.0sd fsngnnmmned230616t20202020nyunnnnj f n eng d a 2023623201 aTEFMTbengerdacDLCdTEFdOCLCFdCHYdGL4dYW6dNTGdRECBCdEHHdTEFMT a1155172997 a9781478999478 a14789994703 a9781478999478d5300002a2-X9947bHachette Audio a(OCoLC)1119668977z(OCoLC)1155172997 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.C67bKno 2019ab04a[Fic]2231 aCowell, Cressida,eauthor.10aKnock three times /cCressida Cowell.3 aKnock 3 times1 iSeries title:aWizards of Once aUnabridged. 1aNew York, NY :bHachette Audio :bHodder Children's Books,c[2020] 4c℗2020 a5 audio discs (approximately 6 hr.) :bdigital ;c4 3/4 in. a060000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aThe wizards of once ;v3 aTitle from container.0 aRead by David Tennant. aThirteen-year-old Xar and Wish are heroes with a huge task ahead, confronting the Nuckalavee is not for the faint-hearted. But with Magic and Iron together, they might just have a chance of saving their beloved homes from those who seek to destroy everything they hold dear. 0aWizardsvJuvenile fiction. 0aWitchesvJuvenile fiction. 0aMagicvJuvenile fiction. 0aPrincesvJuvenile fiction. 0aPrincessesvJuvenile fiction. 0aAdventure storiesvJuvenile fiction. 0aFantasyvJuvenile fiction. 1aWizardsvFiction. 1aMagicvFiction. 6aSorcièresvRomans, nouvelles, etc. pour la jeunesse. 6aPrincesvRomans, nouvelles, etc. pour la jeunesse. 6aPrincessesvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxAction & AdventurexGeneral.2bisacsh 7aWitches.2fast0(OCoLC)fst01176346 7aPrincesses.2fast0(OCoLC)fst01076505 7aPrinces.2fast0(OCoLC)fst01076481 7aMagic.2fast0(OCoLC)fst01005468 7aWizards.2fast0(OCoLC)fst01176452 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2lcgft 7aAction and adventure fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aTennant, David,d1971-enarrator.1 aCowell, Cressida.tWizards of once (Series).hSpoken word ;vbk. 3.4 3RBMediauhttps://d2cv0ie6dlin9h.cloudfront.net/DD47184/DD47184_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781478999478 aRecorded Books, LLCbRECCnrbcdDD47184 a92bPUL02353ccm a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028004600117028005500163028005800218028005600276028005500332028005600387035002200443042001400465046001500479050002200494072001200516100003100528245011000559250003000669264005200699300003500751300005700786306001100843336003500854337002800889338002700917348001800944348003300962348001700995348002701012382009701039546002001136500002101156500006301177650007201240650009601312655006201408655005501470655006101525655006501586655002601651655001901677655002501696938004201721994001201763on1120742867OCoLC20230718213016.0200509s2019 enkuul n zxx d a 2020564182 aOHXbengerdacDLC32ace-ss1s1-pr-sbComposers Editionq(score)30ace-ss1s1-pr-p0105bComposers Editionq(cello part)30ace-ss1s1-pr-p0205bComposers Editionq(clarinet part)30ace-ss1s1-pr-p0305bComposers Editionq(piano score)30ace-ss1s1-pr-p0405bComposers Editionq(flute part)30ace-ss1s1-pr-p0505bComposers Editionq(violin part) a(OCoLC)1120742867 alccopycat k20182edtf00aM522.S44bS5 2019 7aM2lcco1 aSelf, Susannah,ecomposer.10aSLAP :bfor flute/piccolo, clarinet B♭/bass clarinet B♭, violin, cello and piano /cby Susannah Self. aFull score [and 5 parts]. 1a[Chipping Norton] :bComposers Edition,c[2019] a1 score (14 pages)c30 x 42 cm a1 piano conductor part (18 pages) + 4 parts ;c30 cm a000800 anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm apiano conductor part2rdafnm apart2rdafnm cstaff notation2rdafmn01afluten1dpiccolon1aclarinetn1dbass clarinetn1aviolinn1acellon1apianon1s52lcmpt bStaff notation. aDuration: 8 min. aComposed 2018 for the Birmingham Contemporary Music Group. 0aQuintets (Piano, clarinet, flute, violin, cello)vScores and parts. 7aQuintets (Piano, clarinet, flute, violin, cello)2fast0http://id.worldcat.org/fast/1861283 7aChamber music.2fast0http://id.worldcat.org/fast/1726551 7aScores.2fast0http://id.worldcat.org/fast/1692898 7aParts (Music)2fast0http://id.worldcat.org/fast/1692889 7aScores and parts.2fast0http://id.worldcat.org/fast/1692899 7aChamber music.2lcgft 7aScores.2lcgft 7aParts (Music)2lcgft aOtto HarrassowitzbHARRnhar195007646 a92bPUL02785cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005900109024001700168028002800185035002200213037004600235042001400281050002500295082001600320245004900336264004800385300003000433336003700463337002300500338003100523340001400554344001900568344001900587344001200606347002200618347001300640500002500653508004400678518005400722511004500776505037300821520042801194650002101622650002101643650002401664650002601688650004701714650005701761650004701818655005301865655004701918655002801965655003401993655003002027655003902057700003802096710003702134994001202171on1121597619OCoLC20230718213016.0sd fsngnnmmned230714s2019 azucrnn n zxx d a 2023626345 aTEFMTbengerdacDLCdTEFdOCLCFdOELdGO4dWIQdTEFMT1 a09940273792802aSMT-737bSummit Records a(OCoLC)1121597619 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM1629.3.C5bI88 201904a781.72322300aWe need a little Christmas /cIsthmus Brass. 1a[Tempe, Arizona] :bSummit Records,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from web page. aProduced by Mike Forbes & John Stevens. aRecorded at Tanner Monagle, Milwaukee, Wisconsin.0 aIsthmus Brass ; John Stevens, conductor.00tWe need a little Christmas --tFantasy de Noel --tJesu, joy of man's desiring --tFum, fum, fum --tRussian Christmas music --tWexford carol --tBugler's holiday --tAve Maria --tFarandollissimo --tA child is born --tFeliz Navidad --tO holy night --tDo you hear a little drummer boy? --tChristmas time is here --tFrosty the snowman --tWhat a wonderful world. aFor their second Christmas album, the Isthmus Brass offer a diverse program of traditional carols, more contemporary holiday favorites, and works that are in the spirit and festive nature of the season. The arrangements, almost all of which have been created especially for the group by members of the Isthmus Brass, are designed to feature the ensemble and soloists in a rich variety of classical, popular and jazz styles. 0aChristmas music. 0aBrass ensembles. 6aNoël, Musique de. 6aEnsembles de cuivres. 7aBrass ensembles.2fast0(OCoLC)fst00837964 7aBrass ensembles, Arranged.2fast0(OCoLC)fst01185401 7aChristmas music.2fast0(OCoLC)fst00859831 7aInstrumental settings.2fast0(OCoLC)fst01692928 7aChristmas music.2fast0(OCoLC)fst01726560 7aChristmas music.2lcgft 7aInstrumental settings.2lcgft 7aMusique de Noël.2rvmgf 7aArrangements instrumentaux.2rvmgf1 aStevens, John,d1951-econductor.2 aIsthmus Brass,einstrumentalist. a92bPUL03041cjm a2200745 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149024002800166028002800194033002700222033002500249035002200274041000800296042001400304046002100318100002900339240004100368245005200409264004600461264001200507300004000519306001100559336003700570337002300607338003100630340001400661344001900675344001900694344001200713344001900725347002200744347001300766382004400779500002700823511025000850518011001100518006901210500009701279505005001376650002101426650002501447650004701472655004501519655002601564655003101590700003901621700003601660700004501696700003901741700003601780700004701816700003701863700004201900700008701942700008702029700008702116710004002203710004002243994001202283on1123220001OCoLC20230718213016.0sd fsngnnmmned230714p20192002azuuunn efi n zxx d a 2023626346 aCINbengerdacDLCdZJSdOCLCFdCIN1 a0994027469207 a000994027469202gtin-1402aDCD 746bSummit Records00a201810--b4334cT8:2U500a200211--b4364cN515 a(OCoLC)11232200010 geng alccopycat o1975p20072edtf1 aAsia, Daniel,ecomposer.10aQuartets,mviolins (2), viola, cello10aString quartets nos. 1, 2 and 3 /cDaniel Asia. 1aTempe, Arizona :bSummit Records,c[2019] 4c℗2019 a1 audio disc (1:05:19) ;c4 3/4 in. a010519 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01aviolinn2aviolan1acellon1s42lcmpt aTitle from disc label.0 aAmernet String Quartet (Misha Vitenson, Franz Felkl, violins ; Michael Klotz, viola ; Jason Calloway, cello) (1st, 3rd works) ; Cypress String Quartet (Cecily Ward, Tom Stone, violins ; Ethan Filner, viola ; Jennifer Kloetzel, cello) (2nd work). 31st, 3rd worksorecordedd2018 OctoberpFred Fox School of Music Recording Studio, University of Arizona. 32nd workorecordedd2002 NovemberpSkywalker Sound, Nicasio, CA. aProgram notes and information on the performers (10 unnumbered pages) inserted in container.0 aNo. 1 (1975) -- No. 2 (1985) -- No. 3 (2007). 0aString quartets. 6aQuatuors à cordes. 7aString quartets.2fast0(OCoLC)fst01135315 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aMusique de chambre.2rvmgf1 aVitenson, Misha,einstrumentalist.1 aFelkl, Franz,einstrumentalist.1 aKlotz, Michael,d1978-einstrumentalist.1 aCalloway, Jason,einstrumentalist.1 aWard, Cecily,einstrumentalist.1 aStone, Tomc(Violinist),einstrumentalist.1 aFilner, Ethan,einstrumentalist.1 aKloetzel, Jennifer,einstrumentalist.12iContainer of (work):aAsia, Daniel.tQuartets,mviolins (2), viola, cello,nno. 1.12iContainer of (work):aAsia, Daniel.tQuartets,mviolins (2), viola, cello,nno. 2.12iContainer of (work):aAsia, Daniel.tQuartets,mviolins (2), viola, cello,nno. 3.2 aAmernet String Quartet,eperformer.2 aCypress String Quartet,eperformer. a92bPUL02100ccm a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040002300094019001500117020003600132020001500168024003300183024003600216028003100252035004100283041001300324042001400337046001500351050002300366072001200389100003700401245006400438264004100502264001100543300003700554306001100591336003500602337002800637338002700665348001800692382004300710500003600753500008900789500010200878546002000980650006501000650007901065650009101144655004501235655003801280655002601318655001901344655003101363655003201394938005401426938004201480994001201522on1124676967OCoLC20230718213016.0200418t20192019gw uul eh n zxx d a 2020431638 aOHXbengerdacDLC a1122893539 a9783733322496q(spiral binding) a37333224952 aM203237945q(spiral binding)2 a9790203237945q(spiral binding)32aNM 3003bVerlag Neue Musik a(OCoLC)1124676967z(OCoLC)11228935390 genggger alccopycat k20122edtf00aM852.C53bA15 2019 7aM2lcco1 aClarke, James,d1957-ecomposer.10a2012-S :bfor two string quartets : (2012) /cJames Clarke. 1aBerlin :bVerlag Neue Musik,c[2019] 4c©2019 a1 score (29 pages) ;c31 x 46 cm a001400 anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm01aviolin 4aviolan2acellon2s82lcmpt aDuration: approximately 14 min. aIncludes performance notes in English, and biographical notes in German and English. aCommissioned by Stadt Witten with funds from Kunststiftung NRW and The Wigmore Hall Tust, London. bStaff notation. 0aString octets (Violins (4), violas (2), cellos (2))vScores. 6aOctuors à cordes (Violons (4), altos (2), violoncelles (2))vPartitions. 7aString octets (Violins (4), violas (2), cellos (2))xScores.2fast0(OCoLC)fst01906504 7aChamber music.2fast0(OCoLC)fst01726551 7aScores.2fast0(OCoLC)fst01692898 7aChamber music.2lcgft 7aScores.2lcgft 7aMusique de chambre.2rvmgf 7aPartitions (Musique)2rvmgf aTheodore Front Musical LiteraturebTFRTnTF479239 aOtto HarrassowitzbHARRnhar195016640 a92bPUL03746cim a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040008800109020001800197020001500215024002500230028002800255035002200283037004600305042001400351043001200365050002800377082001600405082001400421100003800435245003400473250001600507264004400523264001200567300005200579306001100631336003300642337002300675338003100698344001900729344001900748344001200767344001900779347002200798347001300820490003500833500002700868511004300895520054900938600005801487600005901545600004901604600005001653600006601703650004001769650004601809650003901855651004101894650003001935650006701965650006202032650004702094655002002141655004202161655006102203655003902264655004602303655003802349655002802387655004202415655003302457655002502490655001902515700003802534700002902572800007102601856008402672856008102756938004302837994001202880on1125342436OCoLC20230718213016.0sd fsngnnmmned230621t20192019nyunnnnj f n eng d a 2023623211 aTEFMTbengerdacDLCdTEFdGK8dILCdOCLCFdJQWdRECBCdNTGdW6AdCNCARdM$KdTEFMT a9781549121784 a15491217823 a9781549121784d5250002a2-Y2178bHachette Audio a(OCoLC)1125342436 bMidwest Tapenhttp://www.midwesttapes.com alccopycat an-us-dc 4aPS3566.A822bA45 2019ab04a813/.5422304a[Fic]2231 aPatterson, James,d1947-eauthor.10aAli Cross /cJames Patterson. aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a4 audio discs (4.5 hr.) :bdigital ;c4 3/4 in. a043000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aThe Ali Cross series ;vbook 1 aTitle from disc label.0 aRead by Zeno Robinson and Andre Blake. aMiddle school aged Ali Cross has always looked up to his father, former detective and FBI agent Alex Cross. While solving some of the nation's most challenging crimes, his father always kept his head and did the right thing. Can Ali have the same strength and resolve? When Ali's best friend is reported missing, Ali is desperate to find him. At the same time, a string of burglaries targets his neighborhood, and even his own house. With his father on trial for a crime he didn't commit, it's up to Ali to search for clues and find his friend.10aCross, Alic(Fictitious character)vJuvenile fiction.10aCross, Alexc(Fictitious character)vJuvenile fiction.11aCross, Alic(Fictitious character)vFiction.11aCross, Alexc(Fictitious character)vFiction.17aCross, Alexc(Fictitious character)2fast0(OCoLC)fst00884129 0aChild detectivesvJuvenile fiction. 0aMiddle school studentsvJuvenile fiction. 0aMissing personsvJuvenile fiction. 0aWashington (D.C.)vJuvenile fiction. 1aMissing personsvFiction. 6aPersonnes disparuesvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxMysteries & Detective Stories.2bisacsh 7aMissing persons.2fast0(OCoLC)fst01023702 0aJuvenile works. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aDetective and mystery fiction.2fast0(OCoLC)fst01726581 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aNovels.2fast0(OCoLC)fst01921742 7aMystery fiction.2gsafd 7aDetective and mystery fiction.2lcgft 7aChildrens audiobooks.2lcgft 7aLivres audio.2rvmgf 7aRomans.2rvmgf1 aRobinson, Zeno,d1993-enarrator.1 aBlake, Andre,enarrator.1 aPatterson, James,d1947-tAli Cross series.sSpoken word ;vbk. 1.4 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD47554/DD47554_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781549121784 aRecorded Books, LLCbRECCnrbcdDD47554 a92bPUL02560cjm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005400109024001700163028002800180035002200208037004600230042001400276050002200290082001700312245005800329264004100387300003000428336003700458337002300495338003100518340001400549344001900563344001900582344001200601347002200613347001300635500002500648511010500673505066500778650004501443650004901488650007101537655004501608655002601653655003101679700007601710700007901786700007501865700006401940710002602004994001202030on1126569994OCoLC20230718213016.0sd fsngnnmmned230714s2019 azuzznn n zxx d a 2023626366 aTEFMTbengerdacDLCdZYUdTEFdOCLCFdGK8dTEFMT1 a09940275492502aSMT-754bSummit Records a(OCoLC)1126569994 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM357.2b.F68 201904a785.819322300aFound objects :bnew music for reed trio /cPen Trio. 1aTempe, AZ :bSummit Records,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from web page.0 aPen Trio: Nora A. Lewis, oboe ; Philip O. Paglialonga, clarinet ; Eric Van der Veer Varner, bassoon.00t5-4-3 (except after C): I. freely, quietly --t5-4-3 (except after C): II. presto --t5-4-3 (except after C): III. majestic --t5-4-3 (except after C): IV. suspended, gently --t5-4-3 (except after C): V. forceful, dynamic /rWilliam Bradbury --tFound objects on the beach: I. tumbled stones --tFound objects on the beach: II. kelly green sea glass --tFound objects on the beach: III. driftwood --tFound objects on the beach: IV. black feather on the sand --tFound objects on the beach: V. white sea glass --tFound objects on the beach: VI. seashells /rJenni Brandon --tOblique strategies /rAleksander Sternfeld-Dunn --tIn threes /rM. Shawn Hundley. 0aWoodwind trios (Bassoon, clarinet, oboe) 6aTrios de bois (Basson, clarinette, hautbois) 7aWoodwind trios (Bassoon, clarinet, oboe)2fast0(OCoLC)fst01179863 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aMusique de chambre.2rvmgf12iContainer of (work):aBradbury, William,d1956-t5-4-3 (except after C)12iContainer of (work):aBrandon, Jenni,d1977-tFound objects: on the beach.12iContainer of (work):aSternfeld-Dunn, Aleksander.tOblique strategies.12iContainer of (work):aHundley, M. Shawn,d1971-tIn threes.2 aPEN Trio,eperformer. a92bPUL03819cam a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040006100094019001500155020003100170020002800201035004100229042001400270043002100284050002200305082000800327100003000335245007900365246004300444264007200487300005700559336002600616337002800642338002700670490002700697500010200724504005700826520152500883650006202408650006302470650004802533650004902581650004002630650004102670650004102711650004302752650004902795650005602844650005702900651003902957651003802996655006203034655003903096830002803135938004203163938003603205994001203241on1126781238OCoLC20230718213016.0191107s2019 fr a b 000 0 fre d a 2023414488 aAUXAMbengerdacDLCdSTFdOCLCFdERASPdCGUdJPGdAUXAM a1128824244 a9782869067202q(paperback) a2869067208q(paperback) a(OCoLC)1126781238z(OCoLC)1128824244 alccopycat ae-fr---ae-be---00aPN6745b.L47 201904a7411 aLesage, Sylvain,eauthor.12aL'effet livre :bmétamorphoses de la bande dessinée /cSylvain Lesage.30aMétamorphoses de la bande dessinée 1aTours, France :bPresses universitaires François-Rabelais,c2019. a431 pages :billustrations (chiefly color) ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCollection Iconotextes aRevision of the author's thesis (doctoral)--Université Versailles-St Quentin en Yvelines, 2014. aIncludes bibliographical references (pages 421-431).8 aLongtemps perçue avec méfiance, la bande dessinée a depuis gagné sa place dans les bibliothèques, les écoles, les musées, les galeries... Si elle a obtenu de haute lutte le statut de "neuvième art" en France et en Belgique, c'est notamment grâce à une nouvelle génération d'auteurs, au cercles bédéphiles et même, en France, grâce à l'Etat. Toutefois, son entrée au panthéon des arts est aussi le fruit d'une mutation décisive dans les circuits de diffusion.0Pendant des décennies, la bande dessinée est restée un produit de presse et l'album, quant à lui, était tout au plus un produit de luxe. Mais dans la deuxième moitié du XXe siècle, le marché de l'édition se transforme en profondeur, et bascule de l'univers de l'illustré vers celui du livre. Cet ouvrage explore ce passage de la presse à l'album, et montre comment ce processus affecte les manières de créer, de transmettre et de lire la bande dessinée.0L'album transforme les métiers du dessin, bouleverse les manières de raconter en images, et contribue au sacre de l'auteur. Il confère à la bande dessinée une respectabilité ; il la dote, également, d'une mémoire, forgeant peu à peu un canon des littératures dessinées. L'identité de la bande dessinée franco-belge ne tient-elle pas au rôle central de l'album ? Ce format, si banal en apparence et pourtant si singulier à l'espace franco-wallon, participe à l'émergence d'une nouvelle culture graphique. 0aComic books, strips, etc.zFrancexHistory and criticism. 0aComic books, strips, etc.zBelgiumxHistory and criticism. 0aPublishers and publishingzFrancexHistory. 0aPublishers and publishingzBelgiumxHistory. 0aBooks and readingzFrancexHistory. 0aBooks and readingzBelgiumxHistory. 6aLivres et lecturezFrancexHistoire. 6aLivres et lecturezBelgiquexHistoire. 7aBooks and reading.2fast0(OCoLC)fst00836454 7aComic books, strips, etc.2fast0(OCoLC)fst00869145 7aPublishers and publishing.2fast0(OCoLC)fst01083463 7aBelgium.2fast0(OCoLC)fst01210278 7aFrance.2fast0(OCoLC)fst01204289 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aHistory.2fast0(OCoLC)fst01411628 0aCollection Iconotextes. aLibrarie ErasmusbERAPnNTS0000079457 aAMALIVREbAUXAnAAL0830964-0001 a92bPUL02219cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149025002400164035002200188037005300210042002100263043001200284050002300296082001900319100003700338245020900375246005800584250002900642264006700671300004300738336002600781337002800807338002700835520014700862546001301009650003401022650003301056650002001089650003201109650003301141650002301174650004101197650003901238650005201277651003701329655004201366655007901408655007801487710006101565938005101626994001201677on1128200625OCoLC20230718213016.0191024s2018 ii 000 0chinod a 2023335466 aDKAGEbengerdacDLC a9788181970688q(hardback) a8181970683 aI-H-2023-335466; 06 a(OCoLC)1128200625 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aPN2887b.K364 201804a792.0280922230 aKamala Kumāra,d1948-eauthor.10aLokamañca aura samakālīna Hindī raṅgamañca kā strī vimarśa /cḌô. (Śrīmatī) Kamala Kumāra = Lokmanch aur samkalin Hindi rangmanch ka stri vimarsh / by Dr. (Smt.) Kamal Kumar.31aLokmanch aur samkalin Hindi rangmanch ka stri vimarsh aPrathama saṃskaraṇa. 1aNaī Dillī :bRāshṭrīya Nāṭya Vidyālaya,c2018. a197 pages, 3 unnumbered pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOn folk theater and role of women in contemporary theater alongwith interviews of Hindi theater actresses and associated female personalities. an Hindi. 0aActresseszIndiavInterviews. 0aWomen in the theaterzIndia. 0aTheaterzIndia. 6aActriceszIndevEntretiens. 6aFemmes au théâtrezInde. 6aThéâtrezInde. 7aActresses.2fast0(OCoLC)fst00796328 7aTheater.2fast0(OCoLC)fst01149217 7aWomen in the theater.2fast0(OCoLC)fst01178050 7aIndia.2fast0(OCoLC)fst01210276 7aInterviews.2fast0(OCoLC)fst01423832 7aBiographies.2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026049 7aInterviews.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140261152 aNational School of Drama (New Delhi, India),epublisher. aD. K. Agencies (P) Ltd.bDKAPnDKHIN-65854-HBD a92bPUL02521cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006500109019003900174020001800213020001500231024001700246024002800263028003200291028002800323028002300351033002300374035007900397041000800476042001400484100006100498240003300559245004500592264004200637264001100679300006200690306001900752336003700771337002300808338003100831340001400862344001900876344001900895347002200914347001300936382002300949500002700972511003100999518007201030500010201102505015001204650002001354650002001374650004601394650004301440655003901483655002001522655002001542700009301562700009301655740002301748740002201771938005401793994001201847on1129851748OCoLC20230718213016.0sd fsngnnmmned230713t20192019nyusnnn efi n zxx d a 2023626333 aTDFbengerdacDLCdCINdB@LdOCLCFdCODdCIAdINUdUMCdTDF a1141416489a1151146128a1155178736 a9786318044615 a631804461210a0340611795287 a000340611795282gtin-1402aTROY1795/96bAlbany Records00a1795/96bAlbany Records02aTROY1795--TROY179600a201907--b4144cM7 a(OCoLC)1129851748z(OCoLC)1141416489z(OCoLC)1151146128z(OCoLC)11551787360 geng alccopycat1 aKhachatryan, Grigor,d1986-ecomposer,einstrumentalist.10aSonatas,mpiano.kSelections10aSpirit of freedom /cGrigor Khachatryan. 1aAlbany, NY :bAlbany Records,c[2019] 4c©2019 a2 audio discs (1:29:46) :bdigital, CD audio ;c4 3/4 in. a004148a004758 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label.0 aGrigor Khachatryan, piano. oRecordedd2019 JulypJuliara Recording Stuios, Moorhead, Minnesota. aProgram and biographical notes in English (10 unnumbered pages : portrait) inserted in container.0 aPiano sonata in F sharp minor, op. 2 : Battle of Avarayr : 2019 (41:48) -- Piano sonata in C sharp minor, op. 1 : David of Sassoun : 2019 (47:58) 0aSonatas (Piano) 6aSonates (Piano) 7aSonatas (Piano)2fast0(OCoLC)fst01125930 7aPiano music.2fast0(OCoLC)fst01063403 7aSonatas.2fast0(OCoLC)fst01920363 7aSonatas.2lcgft 7aSonates.2rvmgf12iContainer of (work):aKhachatryan, Grigor,d1986-tSonatas,mpiano,nop. 1,rC♯ minor.12iContainer of (work):aKhachatryan, Grigor,d1986-tSonatas,mpiano,nop. 2,rF♯ minor.02aBattle of Avarayr.02aDavid of Sassoun. aTheodore Front Musical LiteraturebTFRTnTF482888 a92bPUL01563cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040003700094020003100131020001500162025002700177035002200204037005300226042001500279043001200294050002200306082001700328100004200345245010400387246005700491250001900548264006800567300002200635336002600657337002800683338002700711504005700738650002400795650003100819650003600850650002700886650005000913651003700963655002601000655002901026938005001055994001201105on1129887867OCoLC20230718213016.0191107s2019 np b 000 0 eng  a 2019346708 aDLCbengerdacDLCdOCLCFdDKAGE a9789937064163q(paperback) a9937064163 aN-E-2019346708 ; 22-91 a(OCoLC)1129887867 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc aa-np---00aK3165b.K477 201904a342.54962231 aKharel, Laxmi Prasad,d1973-eauthor.13aAn analytical study on Constitutions of Nepal and major world constitutions /cLaxmi Prasad Kharel.3 aConstitutions of Nepal and major world constitutions aEdition first. 1aKathmandu :bKharel Kanuni Sewa Tatha Anusandhan Kendra,c2019. a332 pages;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 169-172). 0aConstitutional law. 0aConstitutional lawzNepal. 6aDroit constitutionnelzNépal. 6aDroit constitutionnel. 7aConstitutional law.2fast0(OCoLC)fst00875797 7aNepal.2fast0(OCoLC)fst01206102 7aConstitutions.2lcgft 7aLaw commentaries.2lcgft aD. K. Agencies (P) Ltd.bDKAPnDKNPL-2372-PBK a92bPUL03009cjm a2200625 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005500109024001700164028002900181033003700210035002200247041000800269042001400277046002100291050002300312245013100335264004200466264001100508300005900519306004300578336003700621337002300658338003100681340001400712344001900726344001900745347002200764347001300786382004000799500002700839500005500866511005800921518010200979500016201081505039101243650003401634650003901668650006001707655004501767655002601812655003101838700004001869700003801909700007901947700005902026700007702085700006302162700009202225938005402317994001202371on1129949594OCoLC20230718213016.0sd fsngnnmmned230714p20192017nyuuunn efiz n zxx d a 2023626367 aTDFbengerdacDLCdUMCdOCLCFdRBNdINUdOBEdTDF10a03406117912202aTROY1791bAlbany Records20a20170111a20170113b4034cA7:2U5 a(OCoLC)11299495940 geng alccopycat o2012p20172edtf 4aM286.W35bD53 201904aThe diaries of Adam and Eve /cmusic by Michael Daugherty, Daniel M. Cavanagh, Tom Knific, Andrea Clearfield, George B. Chave. 1aAlbany, NY :bAlbany Records,c[2019] 4c©2019 a1 audio disc (68:11) :bdigital, CD audio ;c4 3/4 in. a002224a000959a001003a001616a000729 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm aaudio file2rdaft bCD audio01aviolinn1adouble bassn1s22lcmpt aTitle from disc label. aThe 1st work performed without optional narration.0 aMartha Walvoord, violin ; Jack Unzicker, double bass. oRecordedd2017 January 11-13pStudio 301, The University of Texas at Arlington, Arlington, Texas. aProgram notes, biographical notes on the performers and composers, and optional text to the 1st work (20 unnumbered pages : portraits) inserted in container.00tThe diaries of Adam and Eve : for violin, double bass, and optional narrators, 2016 /rMichael Daughertyg(22:24) --tReach : 2016 /rDaniel M. Cavanaghg(9:59) --tDuo no. 3 for violin and double bass, 2015 /rTom Knificg(10:03) --tA dream of trees : for violin and double bass, 2017 /rAndrea Clearfieldg(16:16) --tDuos for double bass and violin, 2012 /rGeorge B. Chaveg(7:29). 0aViolin and double bass music. 6aViolon et contrebasse, Musique de. 7aViolin and double bass music.2fast0(OCoLC)fst01167379 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aMusique de chambre.2rvmgf1 aWalvoord, Martha,einstrumentalist.1 aUnzicker, Jack,einstrumentalist.12iContainer of (work):aDaugherty, Michael,d1954-tDiaries of Adam and Eve.12iContainer of (work):aCavanagh, Danq(Daniel).tReach.12iContainer of (work):aKnific, Tom.tDuets,mviolin, double bass,nno. 3.12iContainer of (work):aClearfield, Andrea.tDream of trees.12iContainer of (work):aChave, George B.q(George Bidgood).tDuets,mviolin, double bass. aTheodore Front Musical LiteraturebTFRTnTF482886 a92bPUL01269cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002200162041001300184042001500197050002400212100006600236245014000302246002000442250002000462264005100482300002900533336002600562337002800588338002700616504006700643650003000710650002700740650005600767650004600823700002600869994001200895on1135178266OCoLC20230718213016.0200211s2018 tu b 001 0 tur c a 2019310421 aPULbengerdacDLCdOCLCFdPUL a9786052885802 a6052885807 a(OCoLC)11351782660 aturakum apccalcode00aBP183.6b.S585 20180 aŞıhammat Kadi Baybolatoğlu,d1833 or 1834-1918,eauthor.10aKumuk Türkçesiyle yazılmış Arap harfli bir vaaz kitabı: Gül Bağça :b(inceleme - metin - aktarma - dizin) /cHakan Akca.30aGül Bağça aBirinci basım. 1aÇankaya, Ankara:bGece Kitaplığı,c2018. axvii, 456 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 129-131) and index. 0aIslamic sermons, Turkish. 0aKumyk languagevTexts. 7aIslamic sermons, Turkish.2fast0(OCoLC)fst00980067 7aKumyk language.2fast0(OCoLC)fst009893381 aAkca, Hakan,eeditor. a92bPUL01684cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003000094020001800124020001500142035002200157042000800179043001200187050002400199245017100223250002600394264007200420300002900492336002600521337002800547338002700575490006100602500001800663504004100681600002500722650005700747650007200804651004100876655004500917655002600962700003600988700004201024700004801066856013601114994001201250on1136749698OCoLC20230718213016.0230629s2019 ag 010 0 spa  a 2023417788 aDLCbengcDLCdOCLCFdYLS a9789870337584 a9870337589 a(OCoLC)1136749698 apcc as-ag---00aKHA3739b.C645 201900aComentarios al anteproyecto de Ley de defensa del consumidor :bhomenaje a Rubén S. Stiglitz /cdirectores, Fulvio G. Santarelli y Demetrio Alejandro Chamatropulos. a[1a ed. facsímil.]. 1a[Ciudad Autónoma de Buenos Aires]bThomson Reuters La Leyc[2019] axiv, 961 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRevista jurídica argentina La Ley. Suplemento especial a"Marzo 2019." aIncludes bibliographical references.10aStiglitz, Rubén S. 0aConsumer protectionxLaw and legislationzArgentina. 7aConsumer protectionxLaw and legislation.2fast0(OCoLC)fst00876372 7aArgentina.2fast0(OCoLC)fst01205614 7aFestschriften.2fast0(OCoLC)fst01941036 7aFestschriften.2lcgft1 aStiglitz, Rubén S.ehonouree.1 aGermán Santarelli, Fulvio,eeditor.1 aChamatropulos, Demetrio Alejandro,eeditor.42uhttp://swbplus.bsz-bw.de/bsz1662752148inh.htmmB:V:DE-576mB:B:DE-B212qapplication/pdfv20190501165000xVerlag3Inhaltsverzeichnis a92bPUL03790cim a2200841 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040007300124019002700197020001800224020001500242024002500257028002800282035006000310037004600370042001400416050002700430082001400457100003800471245006200509246003300571250001600604264004400620264001200664300008300676306001100759336003300770336003300803337002300836337002600859338003100885344001900916344001900935344001200954344001900966347003300985347001801018490002401036500002701060511004601087500009101133500002901224500002901253520059701282650004401879650002801923650003501951650001901986650006802005650005702073650004902130650003602179650005202215655004802267655004202315655003902357655004602396655002902442655003402471655002502505700003602530700005202566700003802618800007202656856008402728856008102812938004302893994001202936on1137067714OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230623t20202020nyunnnnjq f n eng d a 2023623216 aTEFMTbengerdacDLCdTEFdOCLCFdIGAdILCdRECBCdKCPdCNCARdTEFMT a1142802602a1193567294 a9781549117459 a15491174593 a9781549117459d5250002a2-Y1745bHachette Audio a(OCoLC)1137067714z(OCoLC)1142802602z(OCoLC)1193567294 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.P27653bMas 2020ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aMaster of disaster /cJames Patterson and Chris Tebbetts.1 iSeries title:aMiddle school aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a4 audio discs (approximately 4 hr., 31 min.) :bdigital ;c4 3/4 in. +e1 PDF. a043100 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aMiddle school ;v12 aTitle from disc label.0 aRead by Michael Crouch and Caitlin Kelly. aDisc 4 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). a"Jimmy Patterson Books." aSequel to: Born to rock. aMiddle school students Rafe and Jimmy, two misunderstood 'troublemakers,' are finally up to something good. They're in charge of a huge celebration of books and reading. But when a small issue snowballs into a big problem that threatens to derail the whole event, they need to work fast to keep things on track! And the best part? Rafe and Jimmy are joined by the funniest storytellers they know, including Jamie Grimm from I Funny, Jacky Ha-Ha, the Kidd family of Treasure Hunters, super-genius Max Einstein, everyone's favorite characters from James Patterson's bestselling series for kids! 0aJuvenile delinquentsvJuvenile fiction. 0aBoysvJuvenile fiction. 1aJuvenile delinquentsvFiction. 1aBoysvFiction. 6aJeunes délinquantsvRomans, nouvelles, etc. pour la jeunesse. 6aGarçonsvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxHumorous Stories.2bisacsh 7aBoys.2fast0(OCoLC)fst00837358 7aJuvenile delinquents.2fast0(OCoLC)fst00985367 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aTebbetts, Christopher,eauthor.1 aCrouch, Michaelq(Michael Lockwood),enarrator.1 aKelly, Caitlin,d1984-enarrator.1 aPatterson, James,d1947-tMiddle school novels.hSpoken word ;v12.4 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD48065/DD48065_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781549117459 aRecorded Books, LLCbRECCnrbcdDD48065 a92bPUL02243cam a2200601 i 4500001001300000003000600013005001700019008004100036010001700077040004500094016001800139020001800157020001500175035002200190042001400212043001200226050002200238100003000260245011400290250002300404264005700427300002400484336002600508337002800534338002700562490002500589504005700614651003100671651003600702650006000738650004800798651003200846651003800878650004200916650003600958650004800994650005501042650003501097650004001132650004501172650004301217650005401260651003601314651003701350651004501387650005201432650003701484648002101521648002001542655003801562830002901600994001201629on1137595202OCoLC20230718213016.0200130s2019 cl b 000 0 spa d a 2020501584 aZCUbengerdacDLCdUKMGBdDGUdCUVdZCU7 a0197161132Uk a9789560012333 a9560012339 a(OCoLC)1137595202 alccopycat as-cl---00aF3100b.G365 20191 aGarcés, Mario,eauthor.10aPan, trabajo, justicia y libertad :blas luchas de los pobladores en dictadura (1973-1990) /cMario Garcés. aPrimera edición. 1aSantiago de Chile :bLOM ediciones,cdiciembre 2019. a228 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aColección Historia aIncludes bibliographical references (pages 221-228). 0aChilexHistoryy1973-1988. 0aChilexSocial conditionsy1970- 0aPoorxPolitical activityzChilexHistoryy20th century. 0aDictatorshipzChilexHistoryy20th century. 6aChilixHistoirey1973-1988. 6aChilixConditions socialesy1970- 6aPauvresxActivité politiquezChili. 6aDictaturezChiliy20e siècle. 7aSocial conditions2fast0(OCoLC)fst01919811 7aPoorxPolitical activity2fast0(OCoLC)fst01071131 7aPoor2fast0(OCoLC)fst01071040 7aSquatters2fast0(OCoLC)fst01131119 7aSocial justice2fast0(OCoLC)fst01122603 7aDictatorship2fast0(OCoLC)fst00892878 7aPolitics and government2fast0(OCoLC)fst01919741 7aChile2fast0(OCoLC)fst01205362 7aChilexHistoriay1973-19882qlsp 7aChilexCondiciones socialesy1970-2qlsp 7aClarisasxActividades poííticaszChile2qlsp 7aDictadurazChileySiglo XX2qlsp 7aSince 19002fast 7a1973-19902fast 7aHistory2fast0(OCoLC)fst01411628 0aHistoria (LOM Ediciones) a92bPUL02063ccm a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135028003500150035002200185041000800207042001400215050002200229100003900251245003800290246006700328264005600395264001100451300004500462336003500507337002800542338002700570348001800597382002400615490003000639500007500669500003900744500004500783500008600828546002000914650003500934650003600969650003801005655004601043655003801089655005301127655004601180655002701226655002701253655001901280655003001299655003201329655003201361830003101393856004901424994001201473on1138130346OCoLC20230718213016.0230711t20192019moustl ei n zxx d a 2023565067 aYUSbengerdacDLC a9781513464558 a151346455832aMB30698MbMel Bay Publications a(OCoLC)11381303460 geng alccopycat00aMT585b.P472 20191 aPennanen, Keijo,d1962-ecomposer.10aLyrical etudes /cKeijo Pennanen.1 iTitle page reads:aAchieving guitar artistry :blyrical etudes 1a[Fenton, Missouri] :bMel Bay Publications,c[2019] 4c©2019 a1 score (67 pages) :bportrait ;c30 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm01aguitarn1s12lcmpt1 aAchieving guitar artistry aTen of the 21 etudes may be performed by 2 guitars or guitar ensemble. aMay be used as performance pieces. aIncludes URL for access to online audio. aIncludes composer's note, biographical information, and program notes in English. bStaff notation. 0aGuitarvStudies and exercises. 6aGuitarevÉtudes et exercices. 7aGuitar.2fast0(OCoLC)fst00949140 7aConcert etudes.2fast0(OCoLC)fst01920075 7aScores.2fast0(OCoLC)fst01692898 7aStudies and exercises.2fast0(OCoLC)fst01423893 7aStudies (Music)2fast0(OCoLC)fst01920374 7aStudies (Music)2lcgft 7aConcert etudes.2lcgft 7aScores.2lcgft 7aÉtudes (Musique)2rvmgf 7aÉtudes de concert.2rvmgf 7aPartitions (Musique)2rvmgf 0aAchieving guitar artistry.423Online audiouhttp://www.melbay.com/30698MEB a92bPUL02893cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177041000800199042001400207245006700221264004300288300003000331336003700361337002300398338003100421340001400452344001900466344001900485344001200504347002200516347001300538500002700551511010200578518009200680500009700772505025000869650001901119650002401138650002901162650003401191650003101225650002701256650002301283650003601306650003201342650003801374650006001412650005001472650005701522650005501579650004501634700004001679700003701719700004101756700005801797700007401855700007901929700010702008700010402115994001202219on1138991539OCoLC20230718213016.0sd fsngnnmmned230713p20192018azuuunn hi n eng d a 2023626331 aLGGbengerdacDLC1 a09940275592202aDCD 755bSummit Records a(OCoLC)11389915390 geng alccopycat00aStill and quiet places /cMatthew Vangjel, trumpet/flugelhorn. 1a[Tempe, AZ] :bSummit Records,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from disc label.0 aMatthew Vangjel, trumpet/flugelhorn ; Ellen Sommer, piano ; Joshua J. Knight, marimba/vibraphone. oRecordedd2018 August 6-10pSwarthout Recital Hall, University of Kansas, Lawrence, KS. aProgram notes in English (1 folded sheet (6 unnumbered pages); 12 cm) inserted in container.0 aTwo images / Joseph Turrin -- Kindertotenlieder / Gustav Mahler -- Still and quiet places / David Biedenbender -- Siete canciones populares españolas / Manuel de Falla, arr. Joshua J. Knight -- Over the rainbow / Harold Arlen, arr. Alex Noppe. 0aTrumpet music. 0aFlügelhorn music. 0aTrumpet and piano music. 0aFlügelhorn and piano music. 0aTrumpet and marimba music. 6aTrompette, Musique de. 6aBugle, Musique de. 6aTrompette et piano, Musique de. 6aBugle et piano, Musique de. 6aTrompette et marimba, Musique de. 7aFlügelhorn and piano music.2fast0(OCoLC)fst00928465 7aFlügelhorn music.2fast0(OCoLC)fst00928468 7aTrumpet and marimba music.2fast0(OCoLC)fst01158074 7aTrumpet and piano music.2fast0(OCoLC)fst01158078 7aTrumpet music.2fast0(OCoLC)fst011581041 aVangjel, Matthew,einstrumentalist.1 aSommer, Ellen,einstrumentalist.1 aKnight, Joshua J.,einstrumentalist.12iContainer of (work):aTurrin, Joseph,d1947-tImages.12iContainer of (work):aMahler, Gustav,d1860-1911.tKindertotenlieder.12iContainer of (work):aBiedenbender, David,d1984-tStill and quiet places.12iContainer of (expression):aFalla, Manuel de,d1876-1946.tCanciones populares españolas;oarranged.12iContainer of (expression):aArlen, Harold,d1905-1986.tWizard of Oz.pOver the rainbow;oarranged. a92bPUL04766cjm a2200961 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149033003700178035002200215041000800237042001400245043001200259245011300271246004700384264004200431264001100473300003800484306001100522336003700533337002300570338003100593344001900624344001900643344001200662347002200674347001300696370001600709382003500725500002700760511005400787518011200841500009300953505059501046650002901641650001901670650003101689650003901720650001601759650003301775650002101808650003801829650002601867650005501893650006501948650003702013650004202050650005702092651003802149655005102187655004502238655004902283655003802332655003002370655002602400655001902426655003202445655003302477655003102510655002802541655003402569700004102603700003802644700007902682700010302761700009102864700008402955700010203039700009203141700007003233700007403303700008303377700007803460700010503538700009503643938005403738994001203792on1139895370OCoLC20230718213016.0sd fsngnnmmned230713p20192018nyuuunn fi n zxx d a 2023626332 aTDFbengerdacDLC10a03406117992402aTROY1799bAlbany Records20a201804----a201805----b4104cU7 a(OCoLC)11398953700 geng alccopycat ae-fr---00aNovelette :bFrench recital music for bassoon and piano /cTimothy McGovern, bassoon ; Cara Chowning, piano.30aFrench recital music for bassoon and piano 1aAlbany, NY :bAlbany Records,c[2019] 4c©2019 a1 audio disc (51:42) ;c4 3/4 in. a005142 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio gFrance2naf01abassoonn1apianon1s22lcmpt aTitle from disc label.0 aTimothy McGovern, bassoon ; Cara Chowning, piano. oRecordedd2018 April-MaypFoellinger Great Hall, Krannert Center for the Performing Arts, Urbana, Illinois. aProgram notes and biographical notes on the performers in English inserted in container.0 aAndante / Eugène Bourdeau (2:14) -- Recit, sicilienne et rondo / Eugène Bozza (4:52) -- Andante, molto moderato / Adrien Barthe (1:20) -- Suite pour bassoon / Alexandre Tansman (8:00) -- Pièce en forme de habanera / Maurice Ravel (3:08) -- Recit et allegro / Noël Gallon (5:19) -- Novellette / Marcel Mihalovici (3:31) -- Concertpiece : op. 35 / Gabriel Pierné (5:18) -- Mouvement de sicilienne / Philippe Gaubert (1:30) -- Cantilene et rondeau : op. 73 / Henri Busser (5:33) -- Sicilienne et allegro giocoso / Gabriel Grovlez (5:46) -- Première solo / Eugène Bourdeau (4:40). 0aBassoon and piano music. 0aMusiczFrance. 0aSuites (Bassoon and piano) 0aBassoon and piano music, Arranged. 0aSicilianas. 6aBasson et piano, Musique de. 6aMusiquezFrance. 6aBasson et piano, Musique de, arr. 6aSiciliennes (Musique) 7aBassoon and piano music.2fast0(OCoLC)fst00828544 7aBassoon and piano music, Arranged.2fast0(OCoLC)fst00828545 7aMusic.2fast0(OCoLC)fst01030269 7aSicilianas.2fast0(OCoLC)fst01118029 7aSuites (Bassoon and piano)2fast0(OCoLC)fst01137654 7aFrance.2fast0(OCoLC)fst01204289 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2fast0(OCoLC)fst01726551 7aSicilianas (Music)2fast0(OCoLC)fst01920355 7aSuites.2fast0(OCoLC)fst01726502 7aSicilianas (Music)2lcgft 7aChamber music.2lcgft 7aSuites.2lcgft 7aArrangements (Music)2lcgft 7aSiciliennes (Musique)2rvmgf 7aMusique de chambre.2rvmgf 7aSuites (Musique)2rvmgf 7aArrangements (Musique)2rvmgf1 aMcGovern, Timothy,einstrumentalist.1 aChowning, Cara,einstrumentalist.12iContainer of (work):aBourdeau, E.q(Eugène).tAndante,mbassoon, piano.12iContainer of (work):aBozza, Eugène,d1905-1991.tRécit, sicilienne et rondo,mbassoon, piano.12iContainer of (work):aBarthe, A.q(Adrien).tAndante, molto moderato,mbassoon, piano.12iContainer of (work):aTansman, Alexandre,d1897-1986.tSuites,mbassoon, piano.12iContainer of (expression):aRavel, Maurice,d1875-1937.tVocalise en forme d'habanera;oarranged.12iContainer of (work):aGallon, Noël,d1891-1966.tRécit et allegro,mbassoon, piano.12iContainer of (work):aMihalovici, Marcel,d1898-1985.tNovelette.12iContainer of (work):aPierné, Gabriel,d1863-1937.tConcertstück.12iContainer of (work):aGaubert, Philippe,d1879-1941.tMouvement de sicilienne.12iContainer of (work):aBusser, Henri,d1872-1973.tCantilène et rondeau.12iContainer of (work):aGrovlez, Gabriel,d1879-1944.tSicilienne et allegro giocoso,mbassoon, piano.12iContainer of (work):aBourdeau, E.q(Eugène).tSolos,mbassoon, piano,nno. 1,rC major. aTheodore Front Musical LiteraturebTFRTnTF485820 a92bPUL02726cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040004500094019006300139020002600202020001500228020001800243020001500261020002700276020002400303035011700327042000800444050002400452082003400476100002300510245007000533264004100603300002300644336002600667337002800693338002700721504005700748520046000805505040201265650002001667650005801687650005101745650005601796650004601852650005401898650005101952655005302003938004102056938004102097938004102138938002902179994001202208on1141261269OCoLC20230718213016.0190722s2019 tnu b 000 0 eng  a 2019946591 aDLCbengerdacDLCdYDXdOCLCFdKATdICU a1088906189a1088927895a1088930037a1089119384a1089167520 a9781501884016q(pbk.) a1501884018 a9781501884054 a1501884050 z9781501884023q(ebook) z1501884026q(ebook) a(OCoLC)1141261269z(OCoLC)1088906189z(OCoLC)1088927895z(OCoLC)1088930037z(OCoLC)1089119384z(OCoLC)1089167520 apcc00aBV4501.3bR623 201904a248.4qOCoLC223/eng/202302161 aRobb, Ed,eauthor.10aMountaintop moments :bmeeting God in the high places /cEd Robb. 1aNashville :bAbingdon Press,c[2019] a142 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 139-142). a"Mountaintop moments-those moments when we experience the power, love, and grace of God in a way difficult to capture with words. They give us a sense of God's presence in our lives and often changes our perspective of who God is and who we are. In this book, Dr. Ed Robb connects personal mountaintop experiences in our spiritual life with the mountains in the Old and New Testament and the events related to this sacred places"--cProvided by publisher.0 aBase camp -- 1. Moriah : mount of provision ; Peak perspectives : Ararat -- 2. Sinai : mount of God's law ; Peak perspectives : Nebo -- 3. Carmel : mount of decision ; Peak perspectives : Masada -- 4. Beatitudes : mount of blessings ; Peak perspectives : Olivet -- 5. Tabor : mount of transfiguration ; Peak perspectives : Calvary -- 6. Zion : mount of God's presence ; Peak perspectives : Hermon. 0aChristian life. 6aMontagnes dans la BiblevLittérature de dévotion. 6aVie chrétiennevLittérature de dévotion. 6aFormation spirituellevLittérature de dévotion. 7aChristian life.2fast0(OCoLC)fst00859185 7aMountains in the Bible.2fast0(OCoLC)fst01028390 7aSpiritual formation.2fast0(OCoLC)fst01130081 7aDevotional literature.2fast0(OCoLC)fst01423773 aYBP Library ServicesbYANKn16079357 aYBP Library ServicesbYANKn16079359 aYBP Library ServicesbYANKn16079358 aBrodartbBRODn124287891 a92bPUL02842cam a2200685 i 4500001001300000003000600013005001700019008004100036010001700077040003300094020001800127020001500145035002200160037001400182042001500196043001200211050002300223100002700246245010700273246009500380250001500475264005000490300004100540336002600581337002800607338002700635490003600662504005100698651005100749651005200800650005000852650004400902650004600946650005200992650007201044650005201116650005701168650002401225651002701249651005201276651005901328650004301387650004901430651002901479650005201508650005101560650006701611650004701678650004101725650005001766650004701816650004501863650003901908650003701947651003801984648002102022655006202043655003902105994001202144on1143765990OCoLC20230718213016.0210806s2019 tu a b 001 0 tur c a 2021338719 aINUbengerdacDLCdPULdINU a9789750846380 a9750846389 a(OCoLC)1143765990 c50.00 USD apccalcode aa-tu---00aDR432b.B4547 20191 aBengi, Derya,eauthor.10a80'li yıllarda Türkiye :bsazlı cazlı sözlük : "yaprak döker bir yanımız" /cDerya Bengi.3 aSeksen'li yıllarda Türkiye :bsazlı cazlı sözlük : "yaprak döker bir yanımız" a1. baskı. 1aİstanbul :bYapı Kredi Yayınları,c2019. a416 pages :billustrations ;c28 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aYapı Kredi Yayınları ;v5514 aIncludes bibliographical references and index. 0aTurkeyxSocial life and customsy20th century. 0aTurkeyxSongs and musicxHistory and criticism. 0aPopular musiczTurkeyxHistory and criticism. 0aSingerszTurkeyxHistoryy20th century. 0aMusicianszTurkeyxHistoryy20th century. 0aMotion pictureszTurkeyxHistoryy20th century. 0aMotion picture actors and actresseszTurkeyxHistoryy20th century. 0aPopular culturezTurkeyxHistoryy20th century. 0aEntertainment eventszTurkeyxHistoryy20th century. 0aNineteen seventies. 0aTurkeyxHistoryy1960- 6aAsie MineurexMœurs et coutumesy20e siècle. 6aAsie MineurexChants et musiquexHistoire et critique. 6aCinéma turcxHistoirey20e siècle. 6aAnnées soixante-dix (Vingtième siècle) 6aTurquiexHistoirey1960- 7aEntertainment events.2fast0(OCoLC)fst00912691 7aManners and customs.2fast0(OCoLC)fst01007815 7aMotion picture actors and actresses.2fast0(OCoLC)fst01027096 7aMotion pictures.2fast0(OCoLC)fst01027285 7aMusicians.2fast0(OCoLC)fst01030837 7aNineteen seventies.2fast0(OCoLC)fst01037812 7aPopular culture.2fast0(OCoLC)fst01071344 7aPopular music.2fast0(OCoLC)fst01071422 7aSingers.2fast0(OCoLC)fst01119301 7aSongs.2fast0(OCoLC)fst01126120 7aTurkey.2fast0(OCoLC)fst01208963 7aSince 19002fast 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL02985cjm a2200697 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002300150028001700173033004300190035002200233041000800255047001100263100006100274240002900335245002600364264004200390264001200432300007000444306005100514336003700565337002300602338003100625340001400656344001900670344001900689344001200708344001900720347002200739347001300761382002300774500002700797511002800824518008000852500009300932505022001025650001401245650001701259650001401276650002301290650004001313650004301353655004701396655002801443655003001471655003001501700004701531700009901578700010001677700010001777700011001877700011001987700012402097938005402221994001202275on1145459189OCoLC20230718213016.0sd fungnnmmned200316t20202019fi munn efi n zxx d a 2023626583 aTDFbengerdacDLC3 a076119513292002aODE 1329-2bOndine00a1329bOndine10a20190716a20190717a20190718b6713cP6 a(OCoLC)11454591890 geng amzazz1 aScriabin, Aleksandr Nikolayevich,d1872-1915,ecomposer.10aPiano music.kSelections10aMazurkas /cScriabin. 1aHelsinki [Finland] :bOndine,c[2020] 4c℗2020 a1 audio disc (76 min., 48 sec.) :bdigital, CD audio ;c4 3/4 in. a003355a003224a000308a000312a000220a000149 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label.0 aPeter Jablonski, piano. oRecordedpFazioli Concert Hall, Sacile (Pordenone), Italyd2019 July 16-18. aBiographical and program notes in English (11 pages : portraits), inserted in container.0 a10 mazurkas, op. 3 (33:55) -- 9 mazurkas, op. 25 (32:24) -- 2 mazurkas, op. 40 (3:08) -- Mazurka in F major (1889) (3:12) -- Mazurka in B minor (1889) (2:20) -- Impromptu à la mazur in C major, op. 2 no. 3 (1:49). 0aMazurkas. 0aPiano music. 6aMazurkas. 6aPiano, Musique de. 7aMazurkas.2fast0(OCoLC)fst01012946 7aPiano music.2fast0(OCoLC)fst01063403 7aMazurkas (Music)2fast0(OCoLC)fst01726669 7aMazurkas (Music)2lcgft 7aImpromptus (Music)2lcgft 7aMazurkas (Musique)2rvmgf1 aJablonski, Peter,d1971-einstrumentalist.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nop. 3.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nop. 25.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nop. 40.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nWoO 15,rB minor.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nWoO 16,rF major.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMorceaux,mpiano,nop. 2.pImpromptu à la mazur. aTheodore Front Musical LiteraturebTFRTnTF488565 a92bPUL01824cjm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003200150028002800182028002600210028005400236035002200290042001400312100007200326245004000398264005100438264001100489300004100500336003700541337002300578338003100601344001900632344001900651344001900670347002200689347001300711382002300724500002000747500002700767511003800794518007100832505034600903650001701249655002201266938005401288994001201342on1148831552OCoLC20230718213016.0sd fsngnnmmned230706p20152010gw uunn n zxx d a 2023626555 aTDFbengerdacDLC3 a912003668312902aRA CD 028bRandom Acoustics02aRA 28bRandom Acoustics02a028bRandom Acoustics02aRA 028 CDbRandom Acousticsq(no. on vendor card) a(OCoLC)1148831552 alccopycat1 aGraewe, Georg,d1956-ecomposer,eaudio producer,einstrumentalist.10aStills and stories /cGeorg Graewe. 1a[Berlin, Germany] :bRandom Acoustics,c[2015] 4c©2015 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aFor solo piano. aTitle from disc label.0 aPresumably the composer on piano. oRecorded by Ansgar Ballhornd2010 December 21-22pBochum, Germany.0 aAfternoon in coloured frames: Breathing Spells ; Fountain Rhythms VII ; Pavane -- Thumbnails: Cloudy ; Under glass ; Tarnished -- Moods, modes and manners : I-V -- Three stills: Stains ; Streaks ; Bandeaux -- Narrative lines: In secret ; A tale ; An incident ; A tale continued ; A ballad -- Rhyme and discourse : [3 tracks] -- Afterthought. 0aPiano music. 7aArt music.2lcgft aTheodore Front Musical LiteraturebTFRTnTF495534 a92bPUL03433cjm a2200781 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028001700132033002300149035002200172041001800194042001400212245010100226246006000327264003200387264001200419300003500431306004300466336003700509337002300546338003100569340001900600340001100619344001800630344002500648344002200673344001500695344002300710370001600733382003900749382004600788500002600834511010300860518007800963500003001041500008701071500006301158505032801221650002501549650003201574650002101606650001901627650002201646650003301668650002001701650002101721650004701742650005101789650005801840650003701898651003801935655004101973655002202014655002202036700003902058700003402097700009502131700010102226700006502327700009202392700008802484710006702572994001202639on1151851119OCoLC20230718213016.0sd bsmennmplue230717p19741973fr conn i n zxx d a 2023626405 aMNObengerdacDLC02a7.213bDecca00a197312--b5984cM6 a(OCoLC)11518511190 genggfregger alccopycat00aDeux siècles de musique française pour cor /cChabrier, Corette, d'Indy, Dukas, Saint-Saens.1 iTitle on container spine:aMusique française pour cor 1a[France?] :bDecca,c[1974] 4c℗1974 a1 audio disc (34:21) ;c12 in. a000657a000209a000704a000855a000916 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat b12 in. aanalog2rdatr gquadraphonic2rdacpc hQS regular matrix c33 1/3 rpm dmicrogroove2rdagw gFrance2naf01bhornn1aorchestrae1r1t12lcmpt01bhornn1astring orchestrae1r1t12lcmpt aTitle from container.0 aDaniel Bourgue, horn ; Orchestre National de l'Opera de Monte Carlo ; direction : Massimo Freccia. oRecordedd1973 DecemberpGrand Auditorium du Théâtre à Monte-Carlo. a"Aristocrate"--Container. aEditions recorded: Durand (Dukas, Saint-Saens); Leloir; Hienrichshofen; Costallat. aProgram notes in English, French, and German on container.0 aVillanelle pour cor et orchestre / Paul Dukas (6:57) -- Andante cantabile pour cor et cordes / Vincent d'Indy (2:09) -- Concerto en do majeur "La choisy" / Michel Corrette (7:04) -- Morceau de concert pour cor et orchestre, opus 94 / Camille Saint-Saens (8:55) -- Larghetto pour cor et orchestre / Emmanuel Chabrier (9:16). 0aHorn with orchestra. 0aHorn with string orchestra. 0aConcertos (Horn) 0aMusiczFrance. 6aCor et orchestre. 6aCor et orchestre à cordes. 6aConcertos (Cor) 6aMusiquezFrance. 7aConcertos (Horn)2fast0(OCoLC)fst00873481 7aHorn with orchestra.2fast0(OCoLC)fst00960294 7aHorn with string orchestra.2fast0(OCoLC)fst00960300 7aMusic.2fast0(OCoLC)fst01030269 7aFrance.2fast0(OCoLC)fst01204289 7aConcertos.2fast0(OCoLC)fst01726450 7aConcertos.2lcgft 7aConcertos.2rvmgf1 aBourgue, Daniel,einstrumentalist.1 aFreccia, Massimo,econductor.12iContainer of (expression):aDukas, Paul,d1865-1935.tVillanelle,mhorn, piano;oarranged.12iContainer of (work):aIndy, Vincent d',d1851-1931.tAndante cantabile,mhorn, string orchestra.12iContainer of (work):aCorrette, Michel,d1707-1795.tChoisy.12iContainer of (work):aSaint-Saëns, Camille,d1835-1921.tMorceau de concert,nop. 94.12iContainer of (work):aChabrier, Emmanuel,d1841-1894.tLarghetto,mhorn, orchestra.2 aOpéra de Monte-Carlo.bOrchestre national,einstrumentalist. a92bPUL04785cim a2201009 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007900109019001500188020001800203020001500221024002500236028002800261035004100289042001400330043001200344050002900356082001400385100004100399245005600440250001600496264004400512264001200556300006600568306001100634336003300645337002300678338003100701344001900732344001900751344001200770344001900782347002200801347001300823490003400836500002700870511003100897520093800928610008701866610009201953610007902045650002602124650003502150650002302185650002702208650002802235650004202263650004802305650003302353650004302386650004702429650004002476650004402516650004502560650004102605650005202646650004302698655002402741655004602765655004602811655004502857655003802902655004202940655003902982655005003021655002903071655002703100655003103127655002603158655001903184655002303203655002703226655003603253655001903289655002503308700002703333700003503360800005803395856010103453856008503554856008103639938004303720994001203763on1153039639OCoLC20230718213016.0sd fsngnnmmned230614t20202020nyunnnne f n eng d a 2023623193 aTOHbengerdacDLCdTEFdOCLCFdGK8dRECBCdTVPdILCdY38dGL4dCNCARdTOH a1198448416 a9781478999379 a14789993733 a9781478999379d5350002a2-X9937bHachette Audio a(OCoLC)1153039639z(OCoLC)1198448416 alccopycat an-us--- 4aPS3620.O5875bH65 2020ab04a813.62231 aToro, Guillermo del,d1964-eauthor.14aThe hollow ones /cGuillermo Del Toro, Chuck Hogan. aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a8 audio discs (approximately 9.5 hr.) :bdigital ;c4 3/4 in. a093000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aThe Blackwood tapes ;vvol. 1 aTitle from disc label.0 aRead by Brittany Pressley. aOdessa Hardwicke's life is derailed when she's forced to turn her gun on her partner, Walt Leppo, a decorated FBI agent who turns suddenly, inexplicably violent while apprehending a rampaging murderer. The shooting, justified by self-defense, shakes the young FBI agent to her core. Devastated, Odessa is placed on desk leave, pending a full investigation. But what most troubles Odessa isn't the tragedy itself, it's the shadowy presence she thought she saw fleeing the deceased agent's body after his death. Questioning her future with the FBI and her sanity, Hardwicke accepts a low-level assignment to clear out the belongings of a retired agent in the New York office. What she finds there will put her on the trail of a mysterious figure named John Silence, a man of enormous means who claims to have been alive for centuries, and who is either an unhinged lunatic, or humanity's best and only defense against unspeakable evil.10aUnited States.bFederal Bureau of InvestigationxOfficials and employeesvFiction.16aÉtats-Unis.bFederal Bureau of InvestigationxFonctionnairesvRomans, nouvelles, etc.17aUnited States.bFederal Bureau of Investigation.2fast0(OCoLC)fst00528882 0aPolicewomenvFiction. 0aJustifiable homicidevFiction. 0aShootingvFiction. 0aSelf-defensevFiction. 0aGood and evilvFiction. 6aPolicièresvRomans, nouvelles, etc. 6aHomicide excusablevRomans, nouvelles, etc. 6aTirvRomans, nouvelles, etc. 6aAutodéfensevRomans, nouvelles, etc. 7aFICTIONxThrillersxSupernatural.2bisacsh 7aShooting.2fast0(OCoLC)fst01116836 7aSelf-defense.2fast0(OCoLC)fst01111577 7aGood and evil.2fast0(OCoLC)fst00944894 7aEmployees.2fast0(OCoLC)fst00909111 7aJustifiable homicide.2fast0(OCoLC)fst00985239 7aPolicewomen.2fast0(OCoLC)fst01068789 7aghost stories.2aat 7aHorror fiction.2fast0(OCoLC)fst01921684 7aGothic fiction.2fast0(OCoLC)fst01921675 7aGhost stories.2fast0(OCoLC)fst01726625 7aNovels.2fast0(OCoLC)fst01921742 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aSuspense fiction.2gsafd 7aHorror fiction.2lcgft 7aThrillers (Fiction)2lcgft 7aGhost stories.2lcgft 7aNovels.2lcgft 7aAudiobooks.2lcgft 7aGothic fiction.2lcgft 7aHistoires de fantômes.2rvmgf 7aRomans.2rvmgf 7aLivres audio.2rvmgf1 aHogan, Chuck,eauthor.1 aPressley, Brittany,enarrator.1 aToro, Guillermo del,d1964-tBlackwood tapes ;vv. 1.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/586/000000000012586143.jpg4 3RBMediauhttps://d2cv0ie6dlin9h.cloudfront.net/DD50176/DD50176_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781478999379 aRecorded Books, LLCbRECCnrbcdDD50176 a92bPUL01100cam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002400180082003000204245006100234264003100295300002800326336002600354337002800380338002700408490004500435504005100480650002800531650003400559650003500593650003900628700003000667938004100697994001200738on1153449511OCoLC20230718213016.0210616s2020 nyu b 001 0 eng  a 2021285392 aDLCbengerdacDLC a9781536179743 a1536179744 a(OCoLC)1153449511 apcc00aHV6626.3b.N87 202000a362.6/82223/eng/2023071700aNursing homes and elder abuse /cJoshua Newland, editor. 1aNew York :bSnova,c[2020] aix, 239 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aGeriatrics, gerontology and elder issues aIncludes bibliographical references and index. 0aOlder peoplexAbuse of. 0aOlder peoplexCrimes against. 0aNursing homesxSocial aspects. 0aNursing homesxComplaints against.1 aNewland, Joshua,eeditor. aYBP Library ServicesbYANKn16753434 a92bPUL03615cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040005900094020001800153020001500171035002200186042001400208043001200222050002400234082000800258100003600266245007300302264003700375300003100412336002600443337002800469338002700497490002300524504005300547520184800600600006002448600005502508600007202563600006802635630007302703650002702776650003702803650004502840650004302885651003802928653001002966655006202976938004903038938003403087994001203121on1153462471OCoLC20230718213016.0190930t20202020it b 001 0 ita d a 2020380303 aNARDEbengerdacDLCdC3LdZCUdOCLCFdUIUdIULdNARDE a9788842826170 a8842826170 a(OCoLC)1153462471 alccopycat ae------00aML410.M9bB759 202014a7801 aBramani, Lidia,d1958-eauthor.13aLe nozze di Figaro :bMozart massone e illuminista /cLidia Bramani. 1aMilano :bIl Saggiatore,c[2020] axviii, 422 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLa cultura ;v1324 aIncludes bibliographical references and indexes. a"Cristallizzato nell'immagine del genio irriverente preso solo dalla sua arte, folle e sregolato nel suo inconsapevole talento, Wolfgang Amadeus Mozart è rimasto intrappolato per secoli nel mito del puer aeternus. Tuttavia Mozart non era svagato o ingenuo. D'indole brillante e multiforme, era perfettamente immerso nel suo tempo: sensibile ai fermenti che ispiravano gli ultimi fulgori del Secolo dei Lumi, aveva una biblioteca ricchissima con testi all'avanguardia e frequentava le personalità più illustri dell'epoca; era in sintonia con i princìpi riformatori dell'assolutismo illuminato dell'imperatore Giuseppe e manteneva intensi rapporti con le logge massoniche viennesi e tedesche, nutrendosi dei loro ideali di tolleranza etica, religiosa e politica, di uguaglianza fra i sessi e fra le classi, arrivando persino a progettare di fondare una società segreta ispirata agli stessi valori. Soprattutto, Mozart diede voce a questo afflato con lo strumento che meglio padroneggiava, la musica, attraverso capolavori come Le nozze di Figaro, Don Giovanni, Così fan tutte e La clemenza di Tito. Le nozze di Figaro, in particolare - con la sua trama di una coppia di servi e una moglie che si oppongono a un padrone e marito dispotico e bugiardo -, grazie all'analisi di Lidia Bramani si rivela testimonianza massima della cultura europea di fine Settecento, vero e proprio manifesto illuminista, nonché critica serrata e implacabile alle forze più ottuse e conservatrici della società, di allora come di oggi. Leggere Le nozze di Figaro di Lidia Bramani significa immergersi nella biografia di una delle menti più straordinarie della storia, e poter fruire con nuova consapevolezza di quelle opere con cui Mozart sognava di cambiare il mondo - quelle opere con cui Mozart il mondo l'ha cambiato"--Publisher's description.10aMozart, Wolfgang Amadeus,d1756-1791.tNozze di Figaro.10aMozart, Wolfgang Amadeus,d1756-1791xFreemasonry.10aMozart, Wolfgang Amadeus,d1756-1791xCriticism and interpretation.17aMozart, Wolfgang Amadeus,d1756-1791.2fast0(OCoLC)fst0005070207aNozze di Figaro (Mozart, Wolfgang Amadeus)2fast0(OCoLC)fst01357624 0aEnlightenmentzEurope. 6aSiècle des LumièreszEurope. 7aEnlightenment.2fast0(OCoLC)fst00912527 7aFreemasonry.2fast0(OCoLC)fst00934082 7aEurope.2fast0(OCoLC)fst012450641 aMusic 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 aLibreria già NardecchiabNARDnD0437060843 aCasalini LibribCASAn4554709 a92bPUL04693cim a2201009 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007600109020001800185020001500203020003600218020003300254024002500287028002800312035002200340037004600362042001400408043001200422050002700434082001400461100003800475245006900513246003600582250001600618264004400634264001200678300005000690306001100740336003300751337002300784338003100807344001900838344001900857344001200876344001900888347002200907347001300929490003100942500002600973511002700999520086801026650003101894650004201925650003901967650003202006650002902038651003302067650004002100650002202140650003302162650003002195650002302225650002002248650005502268650006302323650006802386650006602454651005702520650006002577650004702637650004002684650005002724650003902774650003702813651004102850655004802891655006002939655004202999655005303041655003903094655004603133655004103179655002903220655003403249655002303283655002503306700003303331700003103364800006703395856008503462856008103547938004303628994001203671on1153939219OCoLC20230718213016.0sd fsngnnmmned230623t20202020nyunnnnj f n eng d a 2023623217 aTEFMTbengerdacDLCdTEFdOCLCFdILCdRECBCdIP6dWIQdSDDdGO6dTEFMT a9781549117435 a1549117432 a9781549159695q(Hachette Audio) a1549159690q(Hachette Audio)3 a9781549117435d5250002a2-Y1743bHachette Audio a(OCoLC)1153939219 bMidwest Tapenhttp://www.midwesttapes.com alccopycat au-at--- 4aPZ7.P27653bPlu 2020ab04a[Fic]2231 aPatterson, James,d1947-eauthor.14aThe plunder down under /cJames Patterson and Chris Grabenstein.1 iSeries title:aTreasure hunters aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a4 audio discs (5 hr.) :bdigital ;c4 3/4 in. a050000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aTreasure hunters ;vBook 7 aTitle from container.0 aRead by Bryan Kennedy. aThe Kidds' parents are in trouble once again, and the kids must traverse the Australian Outback, recover a pair of stolen gems, and defeat treasure-hunting pirates to save them! The Kidd family is on their way to Australia to find Lasseter's Gold when they are challenged by fellow treasure hunter Charlotte Badger, who challenges them to a race to the gold! But when the Kidds pull into port in Australia, their parents are suddenly arrested; they've been framed! It turns out Charlotte Badger is a pirate, and she's planted a priceless stolen black opal on the Kidds' ship, The Lost! Now Bick, Beck, Storm, and Tommy have seven days to traverse the Australian Outback, find Charlotte Badger and her pirate cronies, and bring back the evidence that will prove their parents innocent. If they fail, their parents will be found guilty and thrown in prison forever! 0aPiratesvJuvenile fiction. 0aFalse imprisonmentvJuvenile fiction. 0aTreasure trovesvJuvenile fiction. 0aSiblingsvJuvenile fiction. 0aTwinsvJuvenile fiction. 0aAustraliavJuvenile fiction. 1aAdventure and adventurersvFiction. 1aPiratesvFiction. 1aFalse imprisonmentvFiction. 1aBuried treasurevFiction. 1aSiblingsvFiction. 1aTwinsvFiction. 6aPiratesvRomans, nouvelles, etc. pour la jeunesse. 6aSéquestrationvRomans, nouvelles, etc. pour la jeunesse. 6aTrésorsxRecherchevRomans, nouvelles, etc. pour la jeunesse. 6aFrères et sœursvRomans, nouvelles, etc. pour la jeunesse. 6aAustralievRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxAction & AdventurexGeneral.2bisacsh 7aTreasure troves.2fast0(OCoLC)fst01431639 7aSiblings.2fast0(OCoLC)fst00839671 7aFalse imprisonment.2fast0(OCoLC)fst00920104 7aPirates.2fast0(OCoLC)fst01064776 7aTwins.2fast0(OCoLC)fst01159851 7aAustralia.2fast0(OCoLC)fst01204543 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aAction and adventure fiction.2lcgft 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aGrabenstein, Chris,eauthor.1 aKennedy, Bryan,enarrator.1 aPatterson, James,d1947-tTreasure hunters.hSpoken word ;v7.4 3RBMediauhttps://d2cv0ie6dlin9h.cloudfront.net/DD50332/DD50332_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781549117435 aRecorded Books, LLCbRECCnrbcdDD50332 a92bPUL02868cjm a2200673 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003000150028005600180035002200236041001300258042001400271100004800285245004100333264004600374264001200420300006000432306003500492336003700527337002300564338003100587344001900618344001900637344001900656347002200675347001300697382004200710382005300752382003600805382005000841500002700891511012800918518010101046520009201147505023001239600005101469650003101520650002701551650001501578650001801593650002001611650001701631655002001648655002901668655002701697655002601724700008501750700008001835700007701915700008901992710004702081938005402128994001202182on1154788393OCoLC20230718213016.0sd fsngnnmmned230711p20202019ne munn efi n zxx d a 2023626575 aTDFbengerdacDLC3 a502842195971902a95971bBrilliant Classics02aBRI 95971bBrilliant Classicsq(no. on vendor card) a(OCoLC)11547883930 genggita alccopycat1 aMalipiero, Riccardo,d1914-2003,ecomposer.10aChamber music /cRiccardo Malipiero. 1aLeeuwarden :bBrilliant Classics,c[2020] 4c℗2020 a1 audio disc (62 min., 49 sec.) :bdigital ;c4 3/4 in. a002059a001305a000834a002006 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio013Sonataaviolinn1apianon1s22lcmpt013Ciaccona di Davideaviolan1apianon1s22lcmpt013Mosaico IIaviolinn1s12lcmpt013Trioapianon1aviolinn1acellon1s32lcmpt aTitle from disc label.0 aRest Ensemble (Rebecca Raimondi, violin ; Daniele Valabrega, viola ; Michele Marco Rossi, cello ; Alessandro Viale, piano). oRecordedd2019 August 6-8pAuditorium of the Casa della Culture e della Musica, Velletri, Italy. aThe music of 20th century Italian composer Malipiero is performed by the Rest Ensemble.0 aSonata (1956) for violin and piano (20:59) -- Ciaccona di Davide (1970) for viola and piano (13:05) -- Mosaico II : hommage to Rodolfo Lipizer (1987) for violin solo (8:34) -- Trio (1968) for piano, violin, and cello (20:06).10aLipizer, Rodolfo,d1895-1974vSongs and music. 0aSonatas (Violin and piano) 0aViola and piano music. 0aChaconnes. 0aViolin music. 0aMemorial music. 0aPiano trios. 7aSonatas.2lcgft 7aChaconnes (Music)2lcgft 7aMemorial music.2lcgft 7aChamber music.2lcgft12iContainer of (work):aMalipiero, Riccardo,d1914-2003.tSonatas,mviolin, piano.12iContainer of (work):aMalipiero, Riccardo,d1914-2003.tCiaccona di Davide.12iContainer of (work):aMalipiero, Riccardo,d1914-2003.tMosaico,nno. 2.12iContainer of (work):aMalipiero, Riccardo,d1914-2003.tTrio,mpiano, violin, cello.2 aRest Ensemble (Musical group),eperformer. aTheodore Front Musical LiteraturebTFRTnTF496081 a92bPUL03095cjm a2200613 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002900150028002600179035002200205041002800227042001400255100006300269245005000332264004700382264001200429300007600441336003700517337002300554338003100577344001900608344001900627344001900646347002200665347001300687382003800700382003100738500002700769511016000796518003800956500011700994505021201111505027301323650003401596650002801630650005101658650001901709655002101728655002001749700009801769700011101867700009301978700009802071700011302169700009102282710004202373938005402415994001202469on1156201537OCoLC20230718213016.0sd fsngnnmmned230710p20202019it munn dfi n zxx d a 2023626572 aTDFbengerdacDLC3 a805177357056802aLDV14056bUrania Records02a14056bUrania Records a(OCoLC)11562015370 ditaeitagenggitamita alccopycat1 aBernardi, Bartolomeo,dapproximately 1660-1732,ecomposer.10aQual di feroce tromba /cBartolomeo Bernardi. 1a[Italy] :bUrania Records,c2020 Janurary. 4c℗2020 a2 audio discs (1 hr., 45 min., 45 sec.) :bdigital, stereo ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01asoprano voicen1acontinuo2lcmpt01aviolinn1acontinuo2lcmpt aTitle from disc label.0 aI Solisti Ambrosiani (Tullia Pedersoli, soprano ; Davide Belosi, violin ; Claudio Frigerio, cello ; Emma Bolamperti, harpsichord ; Enrico Barbagli, organ). oRecordedd2019 July 15-18pMilan. aProgram and biographical notes in Italian with English translations, and texts (15 pages) inserted in container.0 aCD 1. Qual di feroce tromba : cantata per l'armi di Cesare per soprano & b.c. -- Violin sonata no. 1 op. 3 -- Violin sonata no. 2, op. 3 -- Violin sonata no. 3, op. 3 -- Sorte era l'alba : per soprano & b.c.0 aCD 2. Violin sonata no. 4, op. 3 -- Violin sonata no. 5, op. 3 -- Violin sonata no. 6, op. 3 -- Belle d'amore nemiche : per soprano & b.c. -- Chamber sonata no. 10 in E minor : from Sonate per camera a violino e' violoncello di vari autori -- Violin sonata in C minor. 0aSonatas (Violin and continuo) 0aSolo cantatas, Secular. 0aSongs (High voice) with instrumental ensemble. 0aChamber music. 7aCantatas.2lcgft 7aSonatas.2lcgft12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tQual di feroce tromba.12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tSonatas,mviolin, continuo,nop. 3.12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tSorte era l'alba.12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tBelle d'amore nemiche.12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tSonatas,mviolin, continuo,rE minor.12aBernardi, Bartolomeo,dapproximately 1660-1732.tSonatas,mviolin, continuo,rC minor.2 aSolisti Ambrosiani,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF497118 a92bPUL02207cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040004900094020003000143020001500173025002400188035002200212037005300234042002100287050002300308082001400331245013400345246002100479246002300500250002900523264004000552300002300592336002600615337002800641338002700669504004100696520012700737546001400864650005700878650005000935650003600985650005801021650004801079650005001127650006401177655006501241655006201306655010101368700003401469710007301503710005001576938005101626994001201677on1156618682OCoLC20230718213016.0200321s2020 ii b 100 0 hinod a 2020329926 aDKAGEbengerdacDLCdOCLCFdDLCdPAUdDKAGE a9789389341164q(hardback) a9389341167 aI-H-2020-329926; 12 a(OCoLC)1156618682 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aPK2033b.A335 202004a891.122300aĀdivāsī sāhitya /csampādaka, Mohana Cahvāṇa = Aadivasi sahitya = Aadivasi discourse / edited by Dr. Mohan Chauhan.31aAadivasi sahitya31aAadivasi discourse aPrathama saṃskaraṇa. 1aDillī :bAnujñā Buksa,c2020. a152 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aSeminar papers on Adivasis in Hindi literature, jointly organised by H.P.T. College and Savitribai Phule University, Pune. aIn Hindi. 0aHindi literaturexHistory and criticismvCongresses. 0aIndigenous peoples in literaturevCongresses. 0aIndigenous peoplesvCongresses. 6aLittérature hindixHistoire et critiquevCongrès. 7aHindi literature.2fast0(OCoLC)fst00956959 7aIndigenous peoples.2fast0(OCoLC)fst00970213 7aIndigenous peoples in literature.2fast0(OCoLC)fst00970266 7aConference papers and proceedings.2fast0(OCoLC)fst01423772 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aConference papers and proceedings.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140260681 aCavhāṇa, Mohana,eeditor.2 aH.P.T. Arts and R.Y.K. Science College (Nāsik, India),eorganizer.2 aSavitribai Phule Pune University,eorganizer. aD. K. Agencies (P) Ltd.bDKAPnDKHIN-67469-HBD a92bPUL03382cjm a2200757 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132024001800149028002900167028002600196035002200222041003800244042001400282100004500296240002300341245010500364264003900469264001200508300006000520306001100580336003700591337002300628338003100651344001900682344001900701344001900720347002200739347001300761382004200774490002200816500002700838511003600865518006800901500011900969505023401088520007501322500003901397600005801436650003701494650001901531650001701550655001801567655002601585655002901611655002401640700004701664700007801711700007001789700006801859700009901927700007102026700006802097700007302165700007402238700006602312700008002378700007702458830002302535938005402558994001202612on1159133361OCoLC20230718213016.0sd fsngnnmmned230711p20202018gw sgnn defi n fre d a 2023626574 aTDFbengerdacDLC8 aDEPU719143013 a425070280143602aTXA19143bTyxart Records02a19143bTyxart Records a(OCoLC)11591333610 dfreefreegernfregenggfregger alccopycat1 aPoulenc, Francis,d1899-1963,ecomposer.10aSongs.kSelections10aEt vogue la galère :bmelodies /cFrancis Poulenc ; [performed by] Matthias Veit, voice and piano. 1aGermany :bTyxart Records,c[2020] 4c℗2020 a1 audio disc (73 min., 25 sec.) :bdigital ;c4 3/4 in. a011325 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01abaritone voicen1apianon1s22lcmpt1 aChromart classics aTitle from disc label.0 aMatthias Veit, baritone, piano. aRecordedd2018 "08+12"pKlangscheune Lottstetten-Nack, Germany. aProgram notes in German, English, and French with texts with German translations (35 pages) inserted in container.0 aChansons gaillardes -- Banalités -- Le bestiaire -- Quatre poèmes de Guillaume Apollinaire -- Calligrammes -- Rosemonde -- La grenouilliere -- Priez pour paix -- Le disparu -- A fraîcheur et le feu -- Le travail du peintre. aVeit accompanies himself on piano in this program of songs by Poulenc. aISRC: DEPU71914301...DEPU71914348.10aApollinaire, Guillaume,d1880-1918vMusical settings. 0aSongs (Medium voice) with piano. 0aSongs, French. 0aSong cycles. 7aSongs.2lcgft 7aChamber music.2lcgft 7aMusical settings.2lcgft 7aSong cycles.2lcgft1 aVeit, Matthias,esinger,einstrumentalist.12iContainer of (work):aPoulenc, Francis,d1899-1963.tChansons gaillardes.12iContainer of (work):aPoulenc, Francis,d1899-1963.tBanalités.12iContainer of (work):aPoulenc, Francis,d1899-1963.tBestiaire.12iContainer of (work):aPoulenc, Francis,d1899-1963.tPoèmes de Guillaume Apollinairen(1931)12iContainer of (work):aPoulenc, Francis,d1899-1963.tCalligrammes.12iContainer of (work):aPoulenc, Francis,d1899-1963.tRosemonde.12iContainer of (work):aPoulenc, Francis,d1899-1963.tGrenouillère.12iContainer of (work):aPoulenc, Francis,d1899-1963.tPriez pour paix.12iContainer of (work):aPoulenc, Francis,d1899-1963.tDisparu.12iContainer of (work):aPoulenc, Francis,d1899-1963.tFraîcheur et le feu.12iContainer of (work):aPoulenc, Francis,d1899-1963.tTravail du peintre. 0aChromart classics. aTheodore Front Musical LiteraturebTFRTnTF497663 a92bPUL03944cim a2200937 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004900109020006200158020005900220020001800279020001500297024002500312028002800337035002200365037003400387037003400421042001400455050002800469082001400497100003000511245003500541246001700576246004800593250001600641264004400657264001200701300006700713306001100780336003300791337002300824338003100847344001900878344001900897344001200916344001900928347002200947347001300969500002600982511002701008520061901035650003601654650002201690650002701712650002701739650002101766650002701787650002701814650003501841650004901876650003901925650004201964650004402006650005602050650006502106650005302171650005902224650006202283650004902345650004402394650004402438650005302482650003902535650005102574655002002625655004202645655003902687655005002726655002902776655001902805655002302824655003102847655001902878655002502897700004102922700003102963994001202994on1160181137OCoLC20230718213016.0sd fsngnnmmned230616t20202020nyunnnnd f n eng d a 2023623200 aBLACPbengerdacDLCdTEFdGK8dOCLCFdBLACP a9781549159671q(sound recording ;qBlackstone Library CD) a1549159674q(sound recording ;qBlackstone Library CD) a9781549123450 a15491234593 a9781549123450d5300002a2-Y2345bHachette Audio a(OCoLC)1160181137 aZPdmfdbBlackstone Publishing a40dmfdbBlackstone Publishing alccopycat 4aPZ7.1.S3352bYou 2020ab04a[Fic]2231 aSchachte, Kylie,eauthor.10aYou're next /cKylie Schachte.3 aYou are next1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a9 audio discs (approximately 10.5 hr.) :bdigital ;c4 3/4 in. a103000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Tessa Netting. aFlora Calhoun has a reputation for sticking her nose where it doesn't belong. After stumbling upon a classmate's body years ago, the trauma of that discovery and the police's failure to find the killer has haunted her ever since. One night, she gets a midnight text from Ava McQueen, the beautiful girl who had ignited Flora's heart last summer, then never spoke to her again. Just in time to witness Ava's death from a gunshot wound, Flora is set on a path of rage and vengeance for all the dead girls whose killer is never found. Her tunnel-visioned sleuthing leads to valuable clues about a shocking conspiracy. 0aMurderxInvestigationvFiction. 0aRevengevFiction. 0aConspiraciesvFiction. 0aGrandfathersvFiction. 1aMurdervFiction. 1aConspiraciesvFiction. 1aGrandfathersvFiction. 1aMystery and detective stories. 6aMeurtrexEnquêtesvRomans, nouvelles, etc. 6aVengeancevRomans, nouvelles, etc. 6aConspirationvRomans, nouvelles, etc. 6aGrands-pèresvRomans, nouvelles, etc. 7aYOUNG ADULT FICTIONxThrillers & Suspense.2bisacsh 7aYOUNG ADULT FICTIONxMysteries & Detective Stories.2bisacsh 7aYOUNG ADULT FICTIONxLoners & Outcasts.2bisacsh 7aYOUNG ADULT FICTIONxSocial ThemesxViolence.2bisacsh 7aYOUNG ADULT FICTIONxFamilyxAlternative Family.2bisacsh 7aYOUNG ADULT FICTIONxGirls & Women.2bisacsh 7aConspiracies.2fast0(OCoLC)fst00875715 7aGrandfathers.2fast0(OCoLC)fst00946347 7aMurderxInvestigation.2fast0(OCoLC)fst01029788 7aRevenge.2fast0(OCoLC)fst01096476 7aYoung adult fiction.2fast0(OCoLC)fst01183080 2aFictional Work. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aSuspense fiction.2gsafd 7aNovels.2lcgft 7aAudiobooks.2lcgft 7aThrillers (Fiction)2lcgft 7aRomans.2rvmgf 7aLivres audio.2rvmgf1 aPatterson, James,d1947-epresenter.1 aNetting, Tessa,enarrator. a92bPUL01837cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040006500094019001500159020003100174020001500205020002500220035004100245042001500286043001200301050002800313100003000341245013900371264004400510300002700554336002100581337002500602338002300627500002000650520006400670546001900734542003400753650004200787650003800829650003500867650004500902650004300947650004700990650005201037650006001089650006801149650005801217651004101275700002701316994001201343on1160208817OCoLC20230718213016.0200629s2020 io 001 0 ind  a 2020311752 aDLCbengerdacDLCdOCLCFdL2UdIULdHUHdDLCdHULdCLUdAU@ a1162002882 a9786232412910q(paperback) a6232412915 z9786232412927q(pdf) a(OCoLC)1160208817z(OCoLC)1162002882 alcodeapcc aa-io---00aBP188.16.M59bA974 20201 aAzra, Azyumardi,eauthor.10aRelevansi Islam Wasathiyah :bdari melindungi kampus hingga mengaktualisasikan kesalehan /cAzyumardi Azra, CBE ; editor, Idris Thaha. 1aJakarta :bPenerbit Buku Kompas,c2020. axi, 348 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes index. aOn moderation of Islam and its implementation in Indonesia. aIn Indonesian. f©2020 Azyumardi Azra, C.B.E. 0aModerationxReligious aspectsxIslam. 0aIslamxSocial aspectszIndonesia. 0aIslam and politicszIndonesia. 0aIslamzIndonesiaxCustoms and practices. 6aModérationxAspect religieuxxIslam. 6aIslamzIndonésiexCoutumes et pratiques. 7a11.80 Islam: general.0(NL-LeOCL)0775945332bcl 7aIslamxCustoms and practices.2fast0(OCoLC)fst00979785 7aModerationxReligious aspectsxIslam.2fast0(OCoLC)fst01024416 7aReligious tolerancexIslam.2fast0(OCoLC)fst01752188 7aIndonesia.2fast0(OCoLC)fst012092421 aThaha, Idris,eeditor. a92bPUL02021cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020001800152020001500170035002200185042001400207043001200221050002500233245010500258250002200363264005800385300003300443336002600476337002800502338002700530490005300557500002000610650004800630651005000678651003700728647006600765648002000831655003900851655003900890700003400929700003500963700003300998880008501031880002301116880005201139880004301191880003201234880003201266880003201298938006401330938008501394994001201479on1162824515OCoLC20230718213016.0210319s2019 cc 001 0 chi d a 2021365670 aBCBTCbengerdacDLCdCNPITdPAUdOCLCFdBCBTC c$1 a9787305228407 a7305228400 a(OCoLC)1162824515 alccopycat aa-cc---00aDS777.5b.G8628 2019006880-01aGuo lian diao cha tuan fang tan yu diao cha /cbian zhe: Chen Haiyi, Qu Shengfei, Wu Jiajia. 6880-02aDi 1 ban. 16880-03aNanjing :bNanjing da xue chu ban she,c2019. a8, 2, 8, 451 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aLi Dun diao cha tuan dang an wen xian ji aIncludes index. 0aSino-Japanese Conflict, 1931-1933vSources. 0aChinaxHistoryyRepublic, 1912-1949vSources. 7aChina.2fast0(OCoLC)fst01206073 7aSino-Japanese Conflictd(1931-1933)2fast0(OCoLC)fst01709728 7a1912-19492fast 7aHistory.2fast0(OCoLC)fst01411628 7aSources.2fast0(OCoLC)fst014239001 6880-05aChen, Haiyi,eeditor.1 6880-06aQu, Shengfei,eeditor.1 6880-07aWu, Jiajia,eeditor.006245-01a国联调查团访谈与调查 /c编者陈海懿, 屈胜飞, 吴佳佳. 6250-02a第 1 版. 16264-03a南京 :b南京大学出版社,c2019.0 6490-04a李顿调查团档案文献集1 6700-05a陈海懿,eeditor.1 6700-06a屈胜飞,eeditor.1 6700-07a吴佳佳,eeditor. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20200625024 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000000732522 a92bPUL01975cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020001800152020001500170035002200185042001400207050002200221245011300243250002200356264005800378300003000436336002600466337002800492338002700520490005300547651005200600651005000652651003700702651004800739648002000787655003900807655003900846700004500885700003300930700003800963880008501001880002301086880005201109880004301161880004001204880003201244880003201276938006401308938008501372994001201457on1162824555OCoLC20230718213016.0210319s2019 cc 000 0 chi d a 2021365665 aBCBTCbengerdacDLCdCNPITdPAUdOCLCFdBCBTC c$1 a9787305228445 a7305228443 a(OCoLC)1162824555 alccopycat00aDS784b.Z446 2019006880-01aZhongguo min zhong yu tuan ti Ying wen cheng wen /cbian zhe: Xiang Ming, Li Yingzi, Wang Xiaoqiang. 6880-02aDi 1 ban. 16880-03aNanjing :bNanjing da xue chu ban she,c2019. a8, 20, 307 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aLi Dun diao cha tuan dang an wen xian ji 0aManchuria (China)xHistoryy1931-1945vSources. 0aChinaxHistoryyRepublic, 1912-1949vSources. 7aChina.2fast0(OCoLC)fst01206073 7aChinazManchuria.2fast0(OCoLC)fst01242805 7a1912-19492fast 7aHistory.2fast0(OCoLC)fst01411628 7aSources.2fast0(OCoLC)fst014239001 6880-05aXiang, Ming,d1909-1969eeditor.1 6880-06aLi, Yingzi,eeditor.1 6880-07aWang, Xiaoqiang,eauthor.006245-01a中国民众与团体英文呈文 /c编者向明, 李英姿, 王小强. 6250-02a第 1 版. 16264-03a南京 :b南京大学出版社,c2019.0 6490-04a李顿调查团档案文献集1 6700-05a向明,d1909-1969eeditor.1 6700-06a李英姿,eeditor.1 6700-07a王小强,eeditor. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20200625027 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000000732513 a92bPUL01971cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020001800152020001500170035002200185042001400207043001200221050002200233245010500255250002200360264005800382300003100440336002600471337002800497338002700525490005300552651005200605651005000657651003700707651004800744648002000792655003900812655003900851700003500890700003600925700003500961880008200996880002301078880005201101880004301153880003201196880003201228880003201260938006401292938008501356994001201441on1162826639OCoLC20230718213016.0210319s2019 cc 000 0 chi d a 2021365672 aBCBTCbengerdacDLCdCNPITdPAUdOCLCFdBCBTC c$1 a9787305086519 a7305086517 a(OCoLC)1162826639 alccopycat aa-cc---00aDS784b.G836 2019006880-01aGuan nei tuan ti yu min zhong cheng wen /cbian zhe: Sun Hongjun, Guo Zhaozhao, Hao Baoping. 6880-02aDi 1 ban. 16880-03aNanjing :bNanjing da xue chu ban she,c2019. a8, 11, 329 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aLi Dun diao cha tuan dang an wen xian ji 0aManchuria (China)xHistoryy1931-1945vSources. 0aChinaxHistoryyRepublic, 1912-1949vSources. 7aChina.2fast0(OCoLC)fst01206073 7aChinazManchuria.2fast0(OCoLC)fst01242805 7a1912-19492fast 7aHistory.2fast0(OCoLC)fst01411628 7aSources.2fast0(OCoLC)fst014239001 6880-05aSun, Hongjun,eeditor.1 6880-06aGuo, Zhaozhao,eeditor.1 6880-07aHao, Baoping,eeditor.006245-01a关内团体与民众呈文 /c编者孙洪军, 郭昭昭, 郝宝平. 6250-02a第 1 版. 16264-03a南京 :b南京大学出版社,c2019.0 6490-04a李顿调查团档案文献集1 6700-05a孙洪军,eeditor.1 6700-06a郭昭昭,eeditor.1 6700-07a郝宝平,eeditor. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20200625021 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000000732516 a92bPUL02411cam a2200553 i 4500001001300000003000600013005001700019008004100036010001700077040004900094066000700143020003000150020002700180020003000207020002700237035002200264042001400286043001200300050002200312245010300334250002200437264005800459300002400517336002600541337002800567338002700595490005300622651005200675651005000727651005600777651003700833651004800870648002000918655003900938655003900977700003601016700004501052700004301097880007901140880002301219880005201242880004301294880031001337880003201647880004201679880003901721938008501760994001201845on1166312024OCoLC20230718213016.0210319s2019 cc 000 0 chi d a 2021365671 aCNPITbengerdacDLCdPAUdOCLCFdEYMdCNPIT c$1 a9787305078460q(volume 1) a7305078468q(volume 1) a9787305079221q(volume 2) a7305079227q(volume 2) a(OCoLC)1166312024 alccopycat aa-cc---00aDS784b.G838 2019006880-01aGuan wai tuan ti yu min zhong cheng wen /cbian zhe: Guo Zhaozhao, Sun Hongjun, Tang Yang. 6880-02aDi 1 ban. 16880-03aNanjing :bNanjing da xue chu ban she,c2019. a2 volumes ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aLi Dun diao cha tuan dang an wen xian ji 0aManchuria (China)xHistoryy1931-1945vSources. 0aChinaxHistoryyRepublic, 1912-1949vSources. 6aChinexHistoirey1912-1949 (République)vSources. 7aChina.2fast0(OCoLC)fst01206073 7aChinazManchuria.2fast0(OCoLC)fst01242805 7a1912-19492fast 7aHistory.2fast0(OCoLC)fst01411628 7aSources.2fast0(OCoLC)fst014239001 6880-05aGuo, Zhaozhao,eeditor.1 6880-06aSun, Hongjunc(Editor),eeditor.1 6880-07aTang, Yangc(Editor),eeditor.006245-01a关外团体与民众呈文 /c编者郭昭昭, 孙洪军, 唐杨. 6250-02a第 1 版. 16264-03a南京 :b南京大学出版社,c2019.0 6490-04a李顿调查团档案文献集 6520-00a本册文件集编纂收录的资料均来自于日内瓦的"国联和联合国档案馆"(League of Nations and United Nations Archives), 译文内容主要来自"S"系列中的S36,S38,S39以及S40四个卷宗, 收录了辽宁, 黑龙江, 吉林等关外各地机关团体及群众个人的呈文.1 6700-05a郭昭昭,eeditor.1 6700-06a孙洪军c(Editor),eeditor.1 6700-07a唐杨c(Editor),eeditor. aChina National Publications Import & Export (Group) Corp.bCNPInZT0000000732521 a92bPUL06185cjm a2200865 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003000150033004300180035002200223041000800245042001400253245011600267264005200383264001200435300003800447306001100485336003700496337002300533338003100556344001900587344001900606344001900625347002200644347001300666382003400679500002700713511004800740518007600788500010100864505157600965650002802541650003802569650003302607650003802640650005402678650006402732655005102796655004502847655002602892655003202918655003102950655003402981700005903015700004203074700003703116700003903153700005603192700012703248700013203375700010003507700011303607700010803720700010003828700009803928700008204026700010604108700010504214700010704319700012704426700010404553700014004657700010204797700009004899700007204989700008605061700010605147938005405253994001205307on1176570547OCoLC20230718213016.0sd fsngnnmmned230717p20202019enkuunn efi n zxx d a 2023628021 aTDFbengerdacDLC30a506021634498002aFHR80bFirst Hand Records10a20191227a20191228a20191230b5754cL7 a(OCoLC)11765705470 geng alccopycat00aHistory of the salon :bmorceaux caractéristiques (1823-1913) /cVaughan Jones, violin ; Marcus Price, piano. 1a[Essex, England] :bFirst Hand Records,c[2020] 4c℗2020 a1 audio disc (82:50) ;c4 3/4 in. a012250 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aviolinn1apianon1s22lcmpt aTitle from disc label.0 aVaughn Jones, violin ; Marcus Price, piano. oRecordedd2019 December 27-28 and 30pPlumcroft Primary School, London. aProgram and biographical notes by Vaughn Jones (19 pages : illustrations) inserted in container.0 aMazurka no. 1 in G major, op. 26 / Aleksander Zarzycki (6:14) -- Cantabile e Valzer, op. 19 / Niccolò Paganini (6:01) -- Sérénade in D major, op. 4 / Alfredo D'Ambrosio (3:31) -- 5 piano pieces, op. 18. No. 1. Mélodie in F major / Moritz Moszkowski ; arranged by F. Hermann (2:33) -- Concerto romantique, op. 35. III. Canzonetta / Benjamin Godard ; arranged by B. Godard (3:39) -- 6 morceaux, op. 85. No. 3. Cavatina / Joachim Raff (3:36) -- Serenade no. 1 in A major / František Drdla (3:38) -- La serenata : Angel's serenade / Gaetano Braga ; arranged by A. Pollitzer (4:15) -- 12 bagatelles, op. 13. No. 3. Allegretto gracioso ; No. 4. Allegretto agitato ; No. 8. Le désir ; No. 9. L'abeille (original version) ; No. 12. Barcarola / Franz Anton (François) Schubert (11:18) -- 2 pezzi, op. 24. No. 2. Serenata napoletana / Giovanni Sgambati (3:28) -- Aria, op. 22 / Alfredo D'Ambrosio (4:05) -- Mazurka no. 2 in E major, op. 39 / Aleksander Zarzycki (3:51) -- 4 morceaux, op. 12. No. 1. Canzonetta in B minor / Ferdinand Laub (2:32) -- Méditation : in A major, op. 75, no. 5 : Après le coucher du soleil / Joachim Raff ; arranged by F. Hermann (3:33) -- Mazurek in E major, op. 25 / Benoit "Benno" Hollander (4:58) -- 6 salonstücke, op. 135. No. 1. Barcarole in G major / Louis Spohr (4:09) -- Valse triste in C minor, / Franz Von Vecsey (2:35) -- 2 pièces op. 45. No. 2. Guitarre in G major / Moritz Moszkowski ; arranged by P. de Sarasate (3:37) -- 12 danzas españolas, op. 37. No. 2. Oriental / Enrique Granados ; arranged by V. Jones (4:27). 0aViolin and piano music. 0aViolin and piano music, Arranged. 6aViolon et piano, Musique de. 6aViolon et piano, Musique de, arr. 7aViolin and piano music.2fast0(OCoLC)fst01167402 7aViolin and piano music, Arranged.2fast0(OCoLC)fst01167406 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aArrangements (Music)2lcgft 7aMusique de chambre.2rvmgf 7aArrangements (Musique)2rvmgf1 aJones, Vaughan,d1970-eperformer,earranger of music.1 aPrice, Marcusc(Pianist),eperformer.1 aHermann, F.,earranger of music.1 aPollitzer, A.,earranger of music.1 aSarasate, Pablo de,d1844-1908,earranger of music.12iContainer of (expression):aZarzycki, Aleksander,d1834-1895.tMazurkas,mviolin, orchestra,nop. 26,rG major;oarranged.12iContainer of (expression):aPaganini, Nicolò,d1782-1840.tCantabile e valtz,mviolin, guitar,nM.S. 45,rE major;oarranged.12iContainer of (work):aD'Ambrosio, A.q(Alfredo),d1871-1914.tSerenade,mviolin, piano,nop. 4.12iContainer of (expression):aMoszkowski, Moritz,d1854-1925.tStücke,mpiano,nop. 18.pMelodie;oarranged.12iContainer of (expression):aGodard, Benjamin,d1849-1895.tConcerto romantique.pCanzonetta;oarranged.12iContainer of (work):aRaff, Joachim,d1822-1882.tMorceaux,mviolin, piano,nop. 85.pCavatina.12iContainer of (work):aDrdla, Franz,d1868-1944.tSerenades,mviolin, piano,nno. 1,rA major.12iContainer of (expression):aBraga, Gaetano,d1829-1907.tSerenata;oarranged.12iContainer of (work):aSchubert, Franz,d1808-1878.tBagatelles,mviolin, piano,nop. 13.kSelections.12iContainer of (work):aSgambati, Giovanni,d1841-1914.tPieces,mviolin, piano.pSerenata napoletana.12iContainer of (work):aD'Ambrosio, A.q(Alfredo),d1871-1914.tAria,mviolin, piano,nop. 22,rD minor.12iContainer of (expression):aZarzycki, Aleksander,d1834-1895.tMazurkas,mviolin, orchestra,nop. 39,rE major;oarranged.12iContainer of (work):aLaub, Ferdinand,d1832-1875.tMorceaux,mviolin, piano,nop. 12.pCanzonetta.12iContainer of (expression):aRaff, Joachim,d1822-1882.tSuite de morceaux pour petites mains.pAprès le coucher du soleil;oarranged.12iContainer of (work):aHollander, Benoit,d1853-1942.tMazurka,mviolin, piano,nop. 25,rE major.12iContainer of (work):aSpohr, Louis,d1784-1859.tSalonstücke,nop. 135.pBarcarole.12iContainer of (work):aVecsey, Franz von,d1893-1935.tValse triste.12iContainer of (expression):aMoszkowski, Moritz,d1854-1925.tGuitarre;oarranged.12iContainer of (expression):aGranados, Enrique,d1867-1916.tDanzas españolas.pOriental;oarranged. aTheodore Front Musical LiteraturebTFRTnTF498942 a92bPUL04323cjm a2200865 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001800149028001800167028001400185035002200199041001800221042001400239100004100253240004000294245003800334264003400372300005900406306003500465336003700500337002300537338003100560344001900591344001900610347002200629347001300651382006900664382008400733382006400817382007200881500002700953511035100980518010401331518007801435500007601513505029801589650004801887650005001935650004401985650002102029650003402050650002402084650002402108650005002132650004902182650002402231650004802255650003802303650002902341650007402370650007002444650007602514650005002590650006002640655002202700655002802722655002302750700004302773700005502816700004802871700003902919700003002958700007102988700007003059700007003129700007603199710005403275710006203329938005403391994001203445on1176570723OCoLC20230718213016.0sd fsngnnmmned230717p20202019pl munn fi n zxx d a 2023628019 aTDFbengerdacDLCdPULdOCLCFdTDF30a590254701659702aDUX 1659bDux00a1659bDux a(OCoLC)11765707230 genggpolmpol alccopycat1 aWesołowski, Adam,d1980-ecomposer.10aString orchestra music.kSelections10aIndustrially /cAdam Wesołowski. 1aWarsaw, Poland :bDux,c2020. a1 audio disc (68 min., 3 sec.) :bdigital ;c4 3/4 in. a001200a001740a002254a001529 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm aaudio file2rdaft bCD audio013Euphory concertobeuphoniumn1astring orchestrae1r1t12lcmpt113Silver concertobharpsichordn1apre-recorded audioastring orchestrae12lcmpt013Encore concertobfluten1astring orchestrae1r1t12lcmpt013Industrial sinfoniaastring orchestrae1apre-recorded audio2lcmpt aTitle from disc label.0 aSteven Mead; euphonium (in the Euphory concerto) ; Aleksandra Gajecka-Antosiewicz, harpsichord (in the Silver concerto) ; Łukasz Długosz, flute (in the Encore concerto) ; Silesian Chamber Orchestra, Robert Kabara, conductor (in the concertos) ; AUKSO--Chamber Orchestra of the City of Tychy, Marek Moś, conductor (in the Industrial sinfonia). 3ConcertosoRecordedpHenryk Mikolaj Górecki Silesian Philharmonicd2019 November 15-16 and 22-23. 3Industrial sinfoniaoRecordedpMediateka, Tychy, Polandd2019 October 25. aProgram notes in Polish with English translation inserted in container.0 aEuphory concerto : for euphonium and string orchestra (12:00) -- Silver concerto : for harpsichord, string orchestra and sounds of the Historic Silver Mine (17:40) -- Encore concerto : for flute and string orchestra (22:54) -- Industrial sinfonia : for string orchestra and multimedia (15:29). 0aConcertos (Euphonium with string orchestra) 0aConcertos (Harpsichord with string orchestra) 0aConcertos (Flute with string orchestra) 0aOpen form music. 0aSymphonies (String orchestra) 0aMusique concrète. 0aMixed media (Music) 6aConcertos (Euphonium et orchestre à cordes) 6aConcertos (Clavecin et orchestre à cordes) 6aMusique concrète. 6aConcertos (Flûte et orchestre à cordes) 6aSymphonies (Orchestre à cordes) 7amusique concrète.2aat 7aConcertos (Euphonium with string orchestra)2fast0(OCoLC)fst00873275 7aConcertos (Flute with string orchestra)2fast0(OCoLC)fst00873326 7aConcertos (Harpsichord with string orchestra)2fast0(OCoLC)fst00873440 7aMusique concrète.2fast0(OCoLC)fst01030904 7aSymphonies (String orchestra)2fast0(OCoLC)fst01140936 7aConcertos.2lcgft 7aOpen form music.2lcgft 7aSymphonies.2lcgft1 aMead, Steven,d1962-einstrumentalist.1 aGajecka-Antosiewicz, Aleksandra,einstrumentalist.1 aDługosz, Łukasz,d1983-einstrumentalist.1 aKabara, Robert,d1964-econductor.1 aMoś, Marek,econductor.12iContainer of (work):aWesołowski, Adam,d1980-tEuphory concerto.12iContainer of (work):aWesołowski, Adam,d1980-tSilver concerto.12iContainer of (work):aWesołowski, Adam,d1980-tEncore concerto.12iContainer of (work):aWesołowski, Adam,d1980-tSinfonia industrialna.2 aŚląska Orkiestra Kameralna,einstrumentalist.2 aAukso Orkiestra Kameralna Miasta Tychy,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF498941 a92bPUL04082cjm a2200625 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040004000124024001700164028002900181028002700210035002200237041003300259042001400292100004200306240001200348245008200360264004200442264001200484300006000496306001100556336003700567337002300604338003100627344001900658344001900677347002200696347001900718382010100737500004800838546002000886500002700906511018000933518008101113538007401194500012001268505162101388600004703009650002203056650004803078655002903126700002903155700003203184700002903216700003203245710003203277710004003309710004103349938005403390994001203444on1176571037OCoLC20230718213016.0sd fsngnnmmnedsd fqngnnmmned230717t20202020dk zznn dfi n dan d a 2023628020 aTDFbengerdacDLCdRCEdOCLCFdTDF10a74731316486802a6.220648bDacapo Records00a220648bDacapo Records a(OCoLC)11765710370 ddanbdanbenggdangengmdan alccopycat1 aNielsen, Carl,d1865-1931,ecomposer.10aModeren14aThe Mother :bop. 41 : a play in a prologue and seven scenes /cCarl Nielsen. 1aCopenhagen :bDacapo Records,c[2020] 4c℗2020 a1 audio disc (71 min., 27 sec.) :bdigital ;c4 3/4 in. a011127 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm aaudio file2rdaft bCD audiobSACD01btenor voicen1abaritone voicen1avocal ensemblee1amixed choruse1aorchestrae1r2t32lcmpt aIncidental music to the play by Helge Rode. aSung in Danish. aTitle from disc label.0 aAdam Riis, tenor (the Scald) ; Palle Knudsen, baritone (the Fool) ; Danish National Vocal Ensemble ; Philharmonic Choir ; Odense Symphony Orchestra ; Andreas Delfs, conductor. oRecordedpCarl Nielsen Salen, Odense Koncerthusd2020 January 27-February 1. aHybrid multichannel Super Audio CD: plays on all SACD and CD players. aProgram notes in Danish with English translation, and Danish text (38 pages : illustrations) inserted in container.0 aProlog = Prologue. Marsch = March (5:12) -- Første billede = Scene one. Saga-drøm = Saga dream (10:01) ; Roselil og hendes moder = Roselil and her mother (0:29) ; Tågen letter = The mist is rising (2:04) ; Melodrama (2:12) ; Tro og Håg spiller = Faith and hope are playing (0:59) -- Andet billede = Scene two. Vildt går storm mod sorte vande = Wild the storm on blackened waters (1:36) -- Tredje billede = Scene three. Grammofon-vals = Gramophone waltz (2:50) ; Min pige er så lys som rav = Like golden amber is my girl (2:17) ; Ved festen fik en moder bud = A mother at the feast was told (1:28) ; Dengang ørnen var flyveklar = When the eagle would fly to rule (1:13) ; Tidselhøsten tegner godt = Thistle crop looks promising (2:36) -- Fjerde billede = Scene four. Forspil = Prelude (4:29) ; Så bittert var mit hjerte = My heart was truly bitter (3:11) ; Her vil ties, her vil bies = Life is lower, life is slower (0:57) ; Børnene leger = The children are playing (1:16) -- Femte billede = Scene five. Brudstykker af de krigsførende landes nationalmelodier = Fragments of the national anthems of the belligerents (1:56) ; Der er et yndigt land = This fair and lovely land (1:52) ; Søndret folk er vokset sammen = Grown together, sundered nation (2:17) -- Sjette billede = Scene six. Menuet = Minuet (3:12) ; Dengang døden var i vente = Testament, as he was dying (1:49) ; Fanfare-musik = Fanfare music (0:23) ; Menuet = Minuet (3:12) -- Syvende billede = Scene seven. Forspil = Prelude (3:11) ; Ekkosang = Echo song (5:06) ; Som en rejselysten flåde = There's a fleet of floating islands (5:39).10aRode, Helge,d1870-1937vMusical settings. 0aIncidental music. 7aIncidental music.2fast0(OCoLC)fst00968568 7aIncidental music.2lcgft1 aRode, Helge,d1870-1937.1 aRiis, Adam,d1978-esinger.1 aKnudsen, Palle,esinger.1 aDelfs, Andreas,econductor.2 aDR VokalEnsemblet,esinger.2 aOdense Philharmonic Choir,esinger.2 aOdense byorkester,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF498932 a92bPUL02462cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002800117020003100145035002200176041001300198042001400211050002300225082001600248100003200264240003400296245010100330264004000431264001100471300005300482336002600535336003300561337002800594338002700622500002500649546003400674505046900708520046601177650001301643650001601656650002001672650001301692650002301705650004601728650003901774650004201813700003101855938004101886938002901927994001201956on1180974079OCoLC20230718213016.0230711t20212021ja a 000 0 eng d a 2023277979 aYDXbengerdacDLC a4805316446q(paperback) a9784805316443q(paperback) a(OCoLC)11809740791 aenghjpn alccopycat00aTT870b.K3913 202104a736.9822231 aKawahata, Fumiaki,eauthor.10aDoubutsu no origami.lEnglish10aRealistic origami animals :b32 amazing paper models from a Japanese master /cFumiaki Kawahata. 1aTokyo :bTuttle Publishing,c[2021] 4c©2021 a127 pages :billustrations (some color) ;c28 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSubtitle from cover. aTranslated from the Japanese.00tOrigami symbols --tBasic origami folds --tDog face --tCat face --tFennec fox face --tRed panda face --tFox --tTiger face --tGiraffe --tCamel --tPolar bear --tWater buffalo --tKoala face --tLion --tSquirrel --tAardvark --tMouse --tMoose --tFlying squirrel --tSheep --tAlpaca --tScottish terrier --tBoar --tRhinoceros --tRabbit --tBison --tElephant --tGorilla --tJapanese macaque --tPanda --tDachshund --tRaccoon --tKangaroo --tDeer. a"Realistic Origami Animals shows you how to create 32 exquisite paper animals designed by renowned origami master, Fumiaki Kawahata. This diverse collection features many unusual models that will bring your origami skills to the next level and help you to explore the endless possibilities of paper folding. This full-color book has detailed, step-by-step instructions showing you exactly how to fold each of the 32 impressive animals"--Publisher's description. 0aOrigami. 0aPaper work. 0aAnimals in art. 6aOrigami. 6aTravail du papier. 7aAnimals in art.2fast0(OCoLC)fst00809573 7aOrigami.2fast0(OCoLC)fst01048174 7aPaper work.2fast0(OCoLC)fst010525841 aItoh, Makiko,etranslator. aYBP Library ServicesbYANKn16872593 aBrodartbBRODn127534903 a92bPUL03815cim a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006300109019001500172020001800187020001500205024002500220028002800245035004100273037004600314042001400360050002700374082001400401100002800415245003800443250001600481264004400497264001200541300006400553306001100617336003300628337002300661338003100684344001900715344001900734344001200753344001900765347002200784347001300806500002700819511002500846520089700871650003201768650003501800650003001835650002901865650002601894650003001920650004001950650002301990650002102013650002002034650002202054650006602076650005902142650005402201650004002255650004302295650003702338650003802375655006002413655004202473655005302515655004702568655003902615655004602654655002802700655004102728655004102769655002802810655003402838655002302872655002502895700002902920994001202949on1181960139OCoLC20230718213016.0sd fsngnnmmned230620t20202020nyunnnnc z n eng d a 2023623207 aTEFMTbengerdacDLCdTEFdOCLCFdCNCARdJTHdDEERPdTEFMT a1369591993 a9781549158490 a154915849X3 a9781549158490d5350002a2-Y5849bHachette Audio a(OCoLC)1181960139z(OCoLC)1369591993 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.1.G785bSil 2020ab04a[Fic]2231 aGrossman, Lev,eauthor.14aThe Silver Arrow /cLev Grossman. aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a4 audio discs (approximately 4 hr.) :bdigital ;c4 3/4 in. a040000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aRead by Simon Vance. aKate and her younger brother Tom lead dull, uninteresting lives. Why can't Kate have thrilling adventures and save the world the way people do in books? Even her eleventh birthday is shaping up to be mundane that is, until her mysterious and highly irresponsible Uncle Herbert, whom she's never even met before, surprises her with the most unexpected, exhilarating, inappropriate birthday present of all time: a colossal steam locomotive called the Silver Arrow. Kate and Tom's parents want to send it right back where it came from. But Kate and Tom have other ideas, and so does the Silver Arrow, and soon they're off to distant lands along magical rail lines in the company of an assortment of exotic animals who, it turns out, can talk. With only curiosity, excitement, their own resourcefulness and the thrill of the unknown to guide them, Kate and Tom are on the adventure of a lifetime. 0aSiblingsvJuvenile fiction. 0aLocomotivesvJuvenile fiction. 0aUnclesvJuvenile fiction. 0aMagicvJuvenile fiction. 1aLocomotivesvFiction. 1aRailroad trainsvFiction. 1aAdventure and adventurersvFiction. 1aSiblingsvFiction. 1aUnclesvFiction. 1aMagicvFiction. 1aAnimalsvFiction. 6aFrères et sœursvRomans, nouvelles, etc. pour la jeunesse. 6aLocomotivesvRomans, nouvelles, etc. pour la jeunesse. 6aOnclesvRomans, nouvelles, etc. pour la jeunesse. 7aSiblings.2fast0(OCoLC)fst00839671 7aLocomotives.2fast0(OCoLC)fst01001752 7aMagic.2fast0(OCoLC)fst01005468 7aUncles.2fast0(OCoLC)fst01160857 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2gsafd 7aAction and adventure fiction.2gsafd 7aAction and adventure fiction.2lcgft 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aVance, Simon,enarrator. a92bPUL02100cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020004100117020001500158020003200173035002200205042001400227043001200241050002200253082002000275100005600295245008700351246004500438264005100483300005700534336002600591336003300617337002800650338002700678505011000705520067900815650003301494650004401527650003701571651004301608655003901651994001201690on1184686071OCoLC20230718213016.0191223s2020 mdua 000 0 eng d a 2019957519 aSX2bengerdacDLC a9781493043521q(paper ;qalk. paper) a1493043528 z9781493043538q(electronic) a(OCoLC)1184686071 alccopycat an-usn--00aVM307b.V386 202004a623.82009742231 aVerde, Thomas A.q(Thomas Aquinas),d1958-eauthor.10aIn a class all their own :bunique and historic boats of New England /cTom Verde.30aUnique and historic boats of New England 1aGuilford, Connecticut :bGlobe Pequot,c[2020] axv, 198 pages :billustrations (some color) ;c26 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier2 aSailboats & racers -- Cruisers, speedoats & runabouts -- Working boats, active & retired -- Rowing boats. aIn a Class All Their Own is a lush and loving homage to nearly forty classic/unique boats. Each has a story to tell, including the fabled history of the cat boat: the first fiberglass sailing yacht; a New York ferry boat repurposed as a houseboat; the oldest working fishing boat in Stonington, Connecticut; racing rivalries in the Sound; the French love affair with American boat designs; and the Jazz Age era of luxury yachting, among others. Explore not only the histories of the individual vessels, but their classes and designers, as well as their relationships to the environs in which they sailed, raced, cruised, and, in some cases, still operate as working vessels. 0aShipszNew EnglandxHistory. 6aNavireszNouvelle-AngleterrexHistoire. 7aShips.2fast0(OCoLC)fst01116439 7aNew England.2fast0(OCoLC)fst01241913 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL02966cjm a2200685 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005200109024001800161028005600179028003900235028004800274028004800322035002200370041004300392050002500435082003200460100005000492240002000542245003500562250002100597264005500618264001100673300005100684306001100735336003700746337002300783338003100806344001900837344001900856344001200875344001900887347002200906347001300928500015800941500002801099511021801127518007401345500015001419650001201569650003801581655003801619655001901657700004901676700005001725700007301775700003301848700004501881700003801926700003601964700003202000700004202032710006402074710007602138938005402214994001202268on1193039816OCoLC20230718213016.0sd fsngnnmmned200831t20192019pl opnn di n ita d a 2023626584 aTDFbengerdacDLCdPULdOCLCFdRBMDSdUMCdTDF3 a590254701622102aDUX 1622-1623bDux Recording Producersq(container)02a1622-1623bDux Recording Producers02aDUX 1622bDux Recording Producersq(disc 1)02aDUX 1623bDux Recording Producersq(disc 2) a(OCoLC)11930398161 ditahpoleitaepolnpolgpolgengmpol 4aM1500.M656bP37 201914a780qOCoLC215/eng/202302161 aMoniuszko, Stanisław,d1819-1872,ecomposer.10aParia.lItalian10aParia /cStanisław Moniuszko. aItalian version. 1aWarsaw, Poland :bDux Recording Producers,c[2019] 4c©2019 a2 audio discs (125:55) :bdigital ;c4 3/4 in. a020555 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aOpera in a prologue & 3 acts ; libretto by Jan Che̜ciński (Italian translation by Władysław Miller) after Casimir Delavigne's play of the same name. aTitle from disc labels.0 aKatarzyna Hołysz, soprano ; Yuri Gorodetski, Tomasz Warmijak, tenors ; Szymon Komasa, baritone ; Robert Jezierski, bass ; Warsaw Philharmonic Choir ; Poznań Philharmonic Orchestra ; Łukasz Borowicz, conductor. oRecordedd2019 April 7-12pConcert Hall of the Poznań Philharmonic. aLibretto in Italian & Polish & program notes by Piotr Kamiński in Polish with English translation (91 pages : portraits) inserted in container. 0aOperas. 7aOperas.2fast0(OCoLC)fst01046191 7aOperas.2fast0(OCoLC)fst01726688 7aOperas.2lcgft1 aChęciński, Jan,d1826-1874,elibrettist.1 aMiller, Władysław,d1830-1896,etranslator.1 iOpera adaptation of (work):aDelavigne, Casimir,d1793-1843.tParia.1 aHołysz, Katarzyna,esinger.1 aHaradzet︠s︡ki, I︠U︡ryi,esinger.1 aWarmijak, Tomasz,d1979-esinger.1 aKomasa, Szymon,d1985-esinger.1 aJezierski, Robert,esinger.1 aBorowicz, Łukasz,d1977-econductor.2 aFilharmonia Narodowa (Warsaw, Poland).bChór,eperformer.2 aPaństwowa Filharmonia w Poznaniu.bOrkiestra Symfoniczna,eperformer. aTheodore Front Musical LiteraturebTFRTnTF500388 a92bPUL03217cim a2200733 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005600109020001800165020001500183024002500198028002800223035002200251037004600273042001400319050002800333082001400361100004600375245004600421250001600467264004400483264001200527300006600539306001100605336003300616337002300649338003100672344001900703344001900722344001200741344001900753347002200772347001300794490002300807500002700830511002400857520076900881650002901650650003101679650003101710650004001741650002001781650002201801650002201823650003101845650005901876650005401935650003801989650003602027650003802063655004102101655005202142655004602194655003802240655004502278655002802323655003402351655002502385800006102410994001202471on1193577874OCoLC20230718213016.0sd fsngnnmmned230626t20202020nyunnnnc f n eng d a 2023623224 aTEFMTbengerdacDLCdTEFdOCLCFdILCdCNCARdTEFMT a9781549129056 a15491290583 a9781549129056d5350002a2-Y2905bHachette Audio a(OCoLC)1193577874 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.C677474bTar 2020ab04a[Fic]2231 aColfer, Chris,d1990-eauthor,enarrator.12aA tale of witchcraft ... /cChris Colfer. aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a7 audio discs (approximately 7.5 hr.) :bdigital ;c4 3/4 in. a073000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aTale of magic ;v2 aTitle from disc label.0 aRead by the author. a14-year-old Brystal and her friends have saved the world from the evil Snow Queen and secured worldwide acceptance for the magical community. However, when a mysterious new witch arrives at the academy, the celebrations are cut short. As the witch begins recruiting faeries into her rival school of witchcraft, it becomes clear she has dark intentions. And soon Brystal's friend Lucy becomes embroiled in an ominous plot against humankind. Elsewhere, the fragile peace is on the brink of shattering. Outrage has spread throughout the kingdoms in opposition to the legalization of magic. And, a dangerous and centuries-old clan known as the Righteous Brotherhood has resurfaced, with one goal in mind: to exterminate all magical life forever. Starting with Brystal. 0aMagicvJuvenile fiction. 0aWitchesvJuvenile fiction. 0aFairiesvJuvenile fiction. 0aSecret societiesvJuvenile fiction. 1aMagicvFiction. 1aWitchesvFiction. 1aFairiesvFiction. 1aSecret societiesvFiction. 6aSorcièresvRomans, nouvelles, etc. pour la jeunesse. 6aFéesvRomans, nouvelles, etc. pour la jeunesse. 7aFairies2fast0(OCoLC)fst00919878 7aMagic2fast0(OCoLC)fst01005468 7aWitches2fast0(OCoLC)fst01176346 7aAudiobooks2fast0(OCoLC)fst01726208 7aChildren's audiobooks2fast0(OCoLC)fst01920772 7aFantasy fiction2fast0(OCoLC)fst01726607 7aFiction2fast0(OCoLC)fst01423787 7aJuvenile works2fast0(OCoLC)fst01411637 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aColfer, Chris,d1990-tTale of magic.sSpoken word ;v2. a92bPUL01895cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001400172050002000186082001800206100002900224245015500253264005100408300004400459336002600503337002800529338002700557504005100584520041400635650003401049650002301083650002701106650002301133650003801156650003301194650004901227650005301276650006001329700004301389938002901432994001201461on1196045078OCoLC20230718213016.0190819s2020 nyua b 001 0 eng d a 2019948483 aSFRbengerdacDLC a9781933820682 a1933820683 a(OCoLC)1196045078 alccopycat00aHD53b.K46 202004a658.5/0382231 aKalbach, James,eauthor.14aThe jobs to be done playbook :balign your markets, organizations, and strategy around customer needs /cby Jim Kalbach ; foreword by Michael Schrage. 1aNew York, New York :bTwo Waves Books,c[2020] axx, 300 :bcolor illustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"These days, consumers have real power: they can research companies, compare ratings, and find alternatives with a simple tap. Focusing on customer needs isn't a nice to have, it's a strategic imperative. The Jobs To Be Done Playbook (JTBD) helps organizations turn market insight into action. This book shows you techniques to make offerings people want, as well as make people want your offering"--cAmazon. 0aCreative ability in business. 0aBusiness planning. 0aConsumer satisfaction. 2aConsumer Behavior. 6aCréativité dans les affaires. 6aConsommateursxSatisfaction. 7aBusiness planning.2fast0(OCoLC)fst00842819 7aConsumer satisfaction.2fast0(OCoLC)fst00876403 7aCreative ability in business.2fast0(OCoLC)fst008824381 aSchrage, Michael,ewriter of foreword. aBrodartbBRODn125704690 a92bPUL03407cjm a2200733 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001800144028002200162035002200184041002800206042001400234100003400248240002300282245006500305264004500370264002100415300007000436336003700506337002300543338003100566340001400597344001900611344001900630344001900649347002200668347001300690382006000703382003900763382002300802500002700825500008700852511017000939518007101109500008501180500015801265505029701423650004001720650002501760650002301785650005001808650002901858650006601887650004901953655002102002655002202023655002102045655002702066655002002093700002902113700006702142700007102209700007802280700008002358700006902438700006502507710004002572730004902612994001202661on1198154597OCoLC20230718213016.0sd fsngnnmmned210826t20192019be ctnn defi n ita d a 2021616894 aPULbengerdacDLCdOCLCFdPUL3 a542500484061502a1061bPassacaille a(OCoLC)11981545970 ditaeengeitanitageng alccopycat1 aPorsile, Giuseppe,ecomposer.10aWorks.kSelections10aMannaggia amore :bcantatas for soprano /cGiuseppe Porsile. 1a[Halle, Belgium] :bPassacaille,c[2019] 4c℗2019,c©2019 a1 audio disc (69 min., 51 sec.) :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01bsoprano voicen1ainstrumental ensemblee1r1t12lcmpt01ainstrumental ensemblee1t12lcmpt01afluten1s12lcmpt aTitle from disc label. aQual per ignoto calle exists in versions with attributions to Porsile and Vivaldi.0 aStefanie True, soprano ; La Cicala (Inés d'Avena, recorder ; Sara Decorso, violin ; Shizuko Noiri, archlute ; Rebecca Rosen, cello ; Claudio Ribeiro, harpsichord). aRecordedd2019 May 8-10pOude Kerk, Zweijndrecht, The Netherlands. a"Temperament: adjusted 1/6 comma meantone, 1/6 comma meantone; pitch: A=415 Hz." aTexts with English translations, manuscript sources, and program notes by Ines d'Avena in English (23 pages : color illustrations) inserted in container.0 aCantata. Le sofferte amare pene -- Andante from Il giorno felice -- Cantata, Qual per ignoto calle -- Menuet I & II from Dialogo pastorale a cinque voci -- Cantata, Violetta gentil -- Cantata sopra l'Arcecalascione, Sfogandose 'no juorno -- Sonata a flauto solo -- Cantata, E già tre volte. 0aSolo cantatas, Secular (High voice) 0aSerenatasvExcerpts. 0aSonatas (Recorder) 6aCantates pour soliste profanes (Voix aiguë) 6aSérénadesvExtraits. 7aSolo cantatas, Secular (High voice)2fast0(OCoLC)fst01125592 7aSonatas (Recorder)2fast0(OCoLC)fst01193878 7aCantatas.2lcgft 7aArt music.2lcgft 7aExcerpts.2lcgft 7aMinuets (Music)2lcgft 7aSonatas.2lcgft1 aTrue, Stefanie,esinger.12iContainer of (work):aPorsile, Giuseppe.tSofferte amare pene.12iContainer of (work):aPorsile, Giuseppe.tGiorno felice.pAndante.12iContainer of (work):aPorsile, Giuseppe.tDialogo pastorale.kSelections.12iContainer of (work):aPorsile, Giuseppe.tVioletta gentil, tu sei pur cara.12iContainer of (work):aPorsile, Giuseppe.tSfogandose 'no juorno.12iContainer of (work):aPorsile, Giuseppe.tE già tre volte.2 aCicala (Musical group),eperformer.0 iContainer of (work):aQual per ignoto calle. a92bPUL01172cam a22003254i 4500001001300000003000600013005001700019008004100036010001700077040003500094020003200129020001500161035002200176042000800198043001200206050002400218082002100242100001900263245006700282264004700349300004400396336002100440337002500461338002300486520019900509611003500708611005200743655003900795994001200834on1200232089OCoLC20230718213016.0160923s2014 nyua 000 0 eng  a 2016561337 aDLCbengerdacDLCdYQRdOCLCF a9780986044540q(alk. paper) a0986044547 a(OCoLC)1200232089 apcc an-us-co00aML38.A87bA874 201400a780.78788/432231 aBerger, Bruce.10aAspen Music Festival :bthe first fifty years /cBruce Berger. 1aRochester, NY :bTiger Bark Press,c[2014] aix, 159 pages :billustrations ;c22 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier a"A lively insider's history of the Aspen Music Festival and the visionaries and world-famous musicians who have made it one of the world's most renowned centers for classical music."--Back cover20aAspen Music FestivalxHistory.27aAspen Music Festival.2fast0(OCoLC)fst01407348 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL00952cam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155042000800177050002300185082001200208100004100220245009600261264003000357300002300387336002600410337002800436338002700464490002900491504005700520650001500577938003400592994001200626on1201191057OCoLC20230718213016.0230523s2020 sp b 000 0 spa  a 2023417742 aDLCbengerdacDLCdC3L a9788430981007 a8430981004 a(OCoLC)1201191057 apcc00aKJA147b.R532 202014a9372141 aRibas-Alba, José María,eauthor.10aTerritorio, pueblo, nación, estado :bla experiencia romana /cJosé María Ribas-Alba. 1aMadrid :bTecnos,c[2020] a254 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteca universitaria aIncludes bibliographical references (pages 241-254). 0aRoman law. aCasalini LibribCASAn4700688 a92bPUL02989cjm a2200637 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005200109024001800161028002700179028003000206033003300236035002200269041001300291050002100304082001800325100004300343240002800386245004600414264005900460264002000519300009300539306001100632336003700643337002300680338003100703344001900734344001900753344001200772344001900784347002200803347001300825382002700838500002600865511006600891508002900957518006400986500007701050505065201127520006601779650001601845650001601861650004201877655004201919655002301961655002301984700003702007700009302044700009602137710005202233938005402285994001202339on1201358812OCoLC20230718213016.0sd fsngnn|||ed201008p20202019enksynn ei n zxx d a 2023626585 aTDFbengerdacDLCdTEFdOCOdOCLCFdSINLBdTDF3 a506500214954102a1055bRubicon Classics02aRCD1055bRubicon Classics20a20190805a20190807b5754cL7 a(OCoLC)12013588120 genggger 4aM1001b.S53 202004a784.2/1842231 aSibelius, Jean,d1865-1957,ecomposer.10aSymphonies.kSelections10aSymphonies nos. 1 and 3 /cJean Sibelius. 1a[Eastbourne, East Sussex] :bRubicon Classics,c[2020] 4c℗2020c©2020 a1 audio disc (73 min.) :bdigital ;c4 3/4 in. +e1 booklet (illustrations ; 12 x 12 cm) a011300 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01aorchestrae1t12lcmpt aTitle from container.0 aRoyal Philharmonic Orchestra ; Owain Arwel Hughes, conductor. aProducer, Andrew Keener. oRecordedd2019 August 5-7pSt. John's Smith Square. London. aProgram notes in English with German translations inserted in container.00tSymphony no. 1 in E minor op. 39: I. Andante ma non troppo -- Allegro energicog(12:19) ;tSymphony no. 1 in E minor op. 39: II. Andante (ma non troppo lento)g(9:55) ;tSymphony no. 1 in E minor op. 39: III. Scherzo: allegrog(5:42) ;tSymphony no. 1 in E minor op. 39: IV. Finale (Quasi una fantasia): andante -- Allegro molto -- Andante assai -- allegro molto come proma -- andante (ma non troppo)g(13:07) --tSymphony no. 3 in C major op. 52: I. Allegro moderatog(11:32) ;tSymphony no. 3 in C major op. 52: II. Andantino con moto, quasi allegrettog(10:31) ;tSymphony no. 3 in C major op. 52: III. Moderato -- Allegro ma non tantog(9:41). aOwain Arwel Hughes conducts the Royal Philharmonic Orchestra. 0aSymphonies. 6aSymphonies. 7aSymphonies.2fast0(OCoLC)fst01140873 7aSymphonies.2fast0(OCoLC)fst01726504 7aSymphonies.2lcgft 7aSymphonies.2rvmgf1 aHughes, Owain Arwel,econductor.12iContainer of (work):aSibelius, Jean,d1865-1957.tSymphonies,nno. 1, op. 39,rE minor.12iContainer of (work):aSibelius, Jean,d1865-1957.tSymphonies,nno. 5, op. 82,rE♭ major.2 aRoyal Philharmonic Orchestra,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF501780 a92bPUL03103cim a2200793 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040005900124020001800183020001500201024002500216028002800241035002200269037004600291042001400337050002700351082002300378100002700401245006800428250001600496264004400512264001200556300007700568306001100645336003300656336003300689337002300722337002600745338003100771344001900802344001900821344001200840344001900852347003300871347001800904490002700922500002600949511002700975500009101002520040101093650003101494650002201525650002701547650004801574650003601622650004301658650003901701650004801740650004401788655002501832655001601857655004201873655004701915655003901962655003802001655004902039655002802088655001902116655002302135655001902158655002502177700003802202800005702240994001202297on1201544121OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230616t20202020nyunnnndq f n eng d a 2023623202 aTEFMTbengerdacDLCdTEFdOCLCFdTEFMTdILCdWLMdIEU a9781549187520 a154918752X3 a9781549187520d5250002a2-Y8752bHachette Audio a(OCoLC)1201544121 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.B52878bHow 2020ab04a813.6223/eng/20111 aBlack, Holly,eauthor.10aHow the king of Elfhame learned to hate stories /cHolly Black. aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a3 audio discs (approximately 150 min.) :bdigital ;c4 3/4 in. +e1 PDF. a023000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aFolk of the Air ;v3.5 aTitle from container.0 aRead by Caitlin Kelly. aDisc 3 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). aBefore he was a cruel prince or a wicked king, he was a faerie child with a heart of stone. Holly Black reveals a deeper look into the dramatic life of Elfhame's enigmatic high king, Cardan. This tale includes delicious details of life before The Cruel Prince, an adventure beyond The Queen of Nothing, and familiar moments from The Folk of the Air trilogy, told wholly from Cardan's perspective. 0aKings and rulersvFiction. 0aFairiesvFiction. 0aStorytellingvFiction. 6aRois et souverainsvRomans, nouvelles, etc. 6aFéesvRomans, nouvelles, etc. 6aArt de contervRomans, nouvelles, etc. 7aFairies.2fast0(OCoLC)fst00919878 7aKings and rulers.2fast0(OCoLC)fst00987694 7aStorytelling.2fast0(OCoLC)fst01134169 0aYoung adult fiction. 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aNovels.2fast0(OCoLC)fst01921742 7aYoung adult works.2fast0(OCoLC)fst01726790 7aFantasy fiction.2lcgft 7aNovels.2lcgft 7aAudiobooks.2lcgft 7aRomans.2rvmgf 7aLivres audio.2rvmgf1 aKelly, Caitlin,d1984-enarrator.1 aBlack, Holly.tFolk of the Air.hSpoken word ;v3.5. a92bPUL03607cjm a2200841 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024003700154028002000191028001700211035002200228042001400250100006300264245003000327264003600357264002100393300004100414306002700455336003700482337002300519338003100542340001400573344001900587344001900606344001200625344001900637347002200656347001300678546003100691500002700722500003700749511027400786508005001060518006401110518006401174518006401238520020701302500007301509505013101582600004801713600005401761600004801815650002401863650002701887650002801914650003901942650004901981650002902030650002102059650005002080650003602130650004302166648002002209655001502229655003602244655002302280655003102303655003502334655001702369700003002386700002902416700003802445700005102483700005902534700005302593710005302646938005402699994001202753on1203069270OCoLC20230718213016.0sd fsngnnmmned230711t20202020nyumunn i n eng d a 2023626577 aGZKbengerdacDLCdGZKdOCLCFdTJCdTDF1 a702397837329q(UPC on obi strip)02aTZ 8373bTzadik02a8373bTzadik a(OCoLC)1203069270 alccopycat1 aZorn, John,d1953-ecomposer,eperformer,eaudio producer.14aLes maudits /cJohn Zorn. 1aNew York, NY :bTzadik,c[2020] 4c©2020,c℗2020 a1 audio disc :bdigital ;c4 3/4 in. a002008a001204a000938 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aSpoken/shouted in English. aTitle from disc label. aAll music composed by John Zorn.0 aJohn Zorn, sax, organ, piano, percussion, vocals, Simon Hanes, guitars, bass, piano, accordion, cello, percussion, vocals, Ches Smith, drums, vibes, glockenspiel percussion, vocals (track 1) ; International Contemporary Ensemble, conducted by David Fulmer (tracks 2,3). aComposed, arranged and produced by John Zorn. 3Track 1orecordedd2020 January 23-25pEastSide Sound, NYC. 3Track 2orecordedd2015 January 30pAbrons Art Center, NYC. 3Track 3orecordedd2015 January 31pAbrons Art Center, NYC. a"Les Maudits presents three dynamic chamber pieces inspired by heroic "cursed" artists of French cultures. Demolishing all boundaries and pushing the artistic envelope beyond all expectations."--Insert. aThree insert with program notes for each work inserted in container.00tUbug(20:08) --tBaudelaires.tI. Paris spleen ;tII. Flowers of evil ;tIII. Artificial paradisesg(12:04) --tOvirig(9:38).10aJarry, Alfred,d1873-1907vSongs and music.10aBaudelaire, Charles,d1821-1867vSongs and music.10aGauguin, Paul,d1848-1903vSongs and music. 0aAvant-garde (Music) 0aRock musicy2011-2020. 0aInstrumental ensembles. 0aProgressive rock musicy2011-2020. 0aUbu (Fictitious character)vSongs and music. 6aMusique expérimentale. 6aJazzy2011-2020. 7aAvant-garde (Music)2fast0(OCoLC)fst00824287 7aJazz.2fast0(OCoLC)fst00982165 7aJazz vocals.2fast0(OCoLC)fst00982216 7a2011-20202fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aRock music.2lcgft 7aExperimental music.2lcgft 7aProgressive rock music.2lcgft 7aJazz.2rvmgf1 aHanes, Simon,eperformer.1 aSmith, Ches,eperformer.1 aFulmer, David,d1981-econductor.12iContainer of (work):aZorn, John,d1953-tUbu.12iContainer of (work):aZorn, John,d1953-tBaudelaires.12iContainer of (work):aZorn, John,d1953-tOviri.2 aInternational Contemporary Ensemble,eperformer. aTheodore Front Musical LiteraturebTFRTnTF512775 a92bPUL02362ccm a2200613 i 4500001001300000003000600013005001700019008004100036010001700077040002300094024003700117024003400154028003300188028002800221035002200249041000800271042001400279046001500293050002100308072001200329100005700341240001900398245012000417246001900537250006800556264003800624264001100662300006000673336003500733337002800768338002700796348001800823382002300841490004400864546002000908500008000928500010701008500002401115650005501139650005701194655003801251655005301289655004601342655002701388655001901415655003001434655003201464700004201496710005901538830004301597938004201640938005401682994001201736on1204200870OCoLC20230718213016.0210515t20202020it stl ehiz n zxx d a 2021371120 aOHXbengerdacDLC2 a9790215824485q(saddle stitched)2 aM215824485q(saddle stitched)22aAM - OIO 301bArmelin Musica32aOIO 301bArmelin Musica a(OCoLC)12042008700 gita alccopycat k18742edtf00aMT187b.C22 2020 7aM2lcco1 aCasamorata, Luigi Ferdinando,d1807-1881,ecomposer.10aBrevi esercizi10aDodici brevi esercizi :bin forma di versetti per organo : per lo studio del pedale /cLuigi Ferdinando Casamorata.3 aBrevi esercizi aPrima edizione moderna /ba cura di Giovanni Clavorà Braulin. 1aPadova :bArmelin Musica,c[2020] 4c©2020 a1 score (v, 36 pages) :bportrait, facsmilies ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm01aorgann1s12lcmpt1 aL'organo italiano nell'Ottocento ;v301 bStaff notation. a"Con il contributo del Conservatorio di Musica Luigi Cherubini di Firenze." aAppendix contains Del retto modo di suonar l'Organo by Casamorata (Gazzetta Musicale di Milano, 1844). aPreface in Italian. 0aOrgan (Musical instrument)vStudies and exercises. 7aOrgan (Musical instrument)2fast0(OCoLC)fst01047572 7aScores.2fast0(OCoLC)fst01692898 7aStudies and exercises.2fast0(OCoLC)fst01423893 7aStudies (Music)2fast0(OCoLC)fst01920374 7aStudies (Music)2lcgft 7aScores.2lcgft 7aÉtudes (Musique)2rvmgf 7aPartitions (Musique)2rvmgf1 aBraulin, Giovanni Clavorà,eeditor.2 aConservatorio di musica Luigi Cherubini,econtributor. 0aOrgano italiano nell'Ottocento ;v301. aOtto HarrassowitzbHARRnhar205018363 aTheodore Front Musical LiteraturebTFRTnTF502723 a92bPUL00927cam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155042000800177043001200185050002400197082001200221100003600233245007000269264002900339300002400368336002600392337002800418338002700446490002600473650002800499650002800527938003400555994001200589on1223537797OCoLC20230718213016.0230523s2020 sp 000 0 spa  a 2023417741 aDLCbengerdacDLCdC3L a9788430981106 a8430981101 a(OCoLC)1223537797 apcc ae-sp---00aKKT1710b.M665 202014a3472141 aMoreno, Juan Damián,eauthor.13aEl proceso civil :bese gran desconocido /cJuan Damián Moreno. 1aMadrid :bTecnos,c2020. a279 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPráctica jurídica 0aCivil procedurezSpain. 0aProcedure (Law)zSpain. aCasalini LibribCASAn4720545 a92bPUL02964cam a2200589 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160019001500178020003100193020002800224020004400252035004100296042001400337043001200351050002400363082001600387100003000403245006000433264004400493300002600537336002600563337002800589338002700617500003100644504006700675520084500742600004401587610004901631610004801680600007001728610004701798650003501845650003701880650004001917650004401957650003802001650004102039650004302080651003902123655003302162655004302195655002402238655002402262776003502286938004102321994001202362on1225848386OCoLC20230718213016.0230710s2020 enk e b 001 0beng d a 2023289870 aAU@bengerdacDLCdAU@dOCLCFdYDXdUKMGB aGBC0467742bnb7 a0197574472Uk a1125090759 a9781474617154q(paperback) a1474617158q(paperback) z9781474617161q(electronic publication) a(OCoLC)1225848386z(OCoLC)1125090759 alccopycat ae-uk-en00aBX4705.N5bF45 202004a282.0922231 aFfinch, Michael,eauthor.10aCardinal Newman :bthe second spring /cMichael Ffinch. 1aLondon :bWeidenfeld & Nicolson,c2020. ax, 220 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally published 1991. aIncludes bibliographical references (pages 206-211) and index. aThis highly lyrical and accomplished biography not only covers his religious life (he played a vital role in the Oxford Movement, and subsequently converted to Catholicism), but also places him in the context of 19th-century religious revival and changing attitudes. In addition to his sometimes controversial teachings, Cardinal Newman was also a poet who wrote the text of Elgar's The Dream of Gerontius and was responsible for the foundation of the Oratorian Order in England. Michael Ffinch shows an unusual insight into Newman's character, finding an unexpected warmth and humour in a man often thought of as cold and austere. This fascinating biography also shows a deep understanding of a church emerging from dark centuries of persecution and misunderstanding into the light of what Newman himself chose to call 'The Second Spring'.10aNewman, John Henry,cSaint,d1801-1890.20aCatholic ChurchzEnglandxClergyvBiography.26aÉglise catholiquexClergévBiographies.17aNewman, John Henry,cSaint,d1801-1890.2fast0(OCoLC)fst0002909927aCatholic Church.2fast0(OCoLC)fst00531720 0aCardinalszEnglandvBiography. 0aTheologianszEnglandvBiography. 6aCardinauxzAngleterrevBiographies. 6aThéologienszAngleterrevBiographies. 7aClergy.2fast0(OCoLC)fst00864014 7aCardinals.2fast0(OCoLC)fst00847097 7aTheologians.2fast0(OCoLC)fst01149517 7aEngland.2fast0(OCoLC)fst01219920 7acollective biographies.2aat 7aBiographies.2fast0(OCoLC)fst01919896 7aBiographies.2lcgft 7aBiographies.2rvmgf08iEbook version :z9781474617161 aYBP Library ServicesbYANKn16515211 a92bPUL02100cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020003100131020002800162035002200190042000800212043001200220050002300232084002000255245012600275264007800401300004100479336002600520337002800546338002700574490007400601600005000675610004100725650003200766650003800798700005100836710007400887830007500961880010101036880006701137880008101204880003401285880004301319880004401362880007301406880008101479938004601560994001201606on1225870191OCoLC20230718213016.0211115s2020 ja a f000 0bjpn  a 2021422393 aDLCbengerdacDLCdTRCLS c$1 a9784864820813q(paperback) a4864820813q(paperback) a(OCoLC)1225870191 apcc aa-ja---00aU55.T665bT66 2020 a392.10762njb/9006880-01aTomizawa Hikaru "moto Rikujō Bakuryōchō" /chenshū Bōeishō Bōei Kenkyūjo Senshi Kenkyū Sentā. 16880-02aTōkyō-to Shinjuku-ku :bBōeishō Bōei Kenkyūjo,c2020. a257 pages :billustrations ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-07aŌraru hisutorī nihon no anzen hoshō to bōeiryoku ;v6106880-04aTomizawa, Hikaru,d1938-vInterviews.10aJapan.bRikujō JieitaivBiography. 0aGeneralszJapanvBiography.07aNihon-Kokubō-Rekishi.2jlabsh/41 6880-05aTomizawa, Hikaru,d1938-einterviewee.2 6880-06aBōei Kenkyūjo (Japan).bSenshi Kenkyū Sentā,eeditor. 06880-08aŌraru hisutorī nihon no anzen hoshō to bōeiryoku ;v6.006245-01a富澤暉<元陸上幕僚長> /c編集防衛省防衛研究所戦史研究センター. 16264-02a東京都新宿区 :b防衛省防衛研究所,c2020.1 6490-07aオーラル・ヒストリー日本の安全保障と防衛力 ;v6 6500-00a富沢暉氏略歴:p9146600-04a富澤暉,d1938-vInterviews.1 6700-05a富澤暉,d1938-einterviewee.2 6710-06a防衛研究所 (Japan).b戦史研究センター,eeditor. 06830-08aオーラル・ヒストリー日本の安全保障と防衛力 ;v6 aTRC Library Service, Inc.bTRCLn20104913 a92bPUL02098cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020003100131020002800162035002200190042000800212043001200220050002100232084002000253245011800273264007800391300004100469336002600510337002800536338002700564490007400591610004200665600004800707650003800755700004900793710007400842830007500916880010400991880006701095880008101162880003401243880004301277880004001320880004401360880007301404880008101477938004601558994001201604on1225871206OCoLC20230718213016.0211115s2020 ja a 000 0djpn  a 2021422392 aDLCbengerdacDLCdTRCLS c$1 a9784864820820q(paperback) a4864820821q(paperback) a(OCoLC)1225871206 apcc aa-ja---00aUA847b.H59 2020 a392.10762njb/9006880-01aHiyoshi Akira "moto Bōei Jimu Jikan" /chenshū Bōeishō Bōei Kenkyūjo Senshi Kenkyū Sentā. 16880-02aTōkyō-to Shinjuku-ku :bBōeishō Bōei Kenkyūjo,c2020. a191 pages :billustrations ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-08aŌraru hisutorī nihon no anzen hoshō to bōeiryoku ;v7106880-04aJapan.bBōeichōxHistory.106880-05aHiyoshi, Akira,d1933-vInterviews.07aNihon-Kokubō-Rekishi.2jlabsh/41 6880-06aHiyoshi, Akira,d1933-einterviewee.2 6880-07aBōei Kenkyūjo (Japan).bSenshi Kenkyū Sentā,eeditor. 06880-09aŌraru hisutorī nihon no anzen hoshō to bōeiryoku ;v7.006245-01a日吉章<元防衛事務次官> /c編集防衛省防衛研究所戦史研究センター. 16264-02a東京都新宿区 :b防衛省防衛研究所,c2020.1 6490-08aオーラル・ヒストリー日本の安全保障と防衛力 ;v7 6500-00a日吉章氏略歴:p9146600-05a日吉章,d1933-vInterviews.146610-04aJapan.b防衛庁xHistory.1 6700-06a日吉章,d1933-einterviewee.2 6710-07a防衛研究所 (Japan).b戦史研究センター,eeditor. 06830-09aオーラル・ヒストリー日本の安全保障と防衛力 ;v7 aTRC Library Service, Inc.bTRCLn20104914 a92bPUL02073cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005400109024003700163028002400200028003300224028001700257033003300274035002200307037004600329042001400375050002200389082001400411100005100425245003800476264003600514264002100550300004100571336003700612337002300649338003100672340001400703344001900717344001900736344001200755344001900767347002200786347001300808382002300821500002700844500010600871511002800977508002701005518007001032500005501102650001701157650002301174650004301197655004601240655002701286655003201313700004001345700007401385994001201459on1226439713OCoLC20230718213016.0sd fsngnnmmned230711t20202020nyujznn i n zxx d a 2023626578 aTEFMTbengerdacDLCdTEFdINOdOCLCFdTJCdTEFMT1 a702397837626q(UPC on obi strip)00aCD-TZA-8376bTzadik02aTZ 8376bTzadikq(container)02a8376bTzadik20a202008--a202009--b3804cM8 a(OCoLC)1226439713 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM25.Z67bT87 202004a786.22231 aZorn, John,d1953-ecomposer,eaudio producer.14aThe Turner études /cJohn Zorn. 1aNew York, NY :bTzadik,c[2020] 4c©2020,c℗2020 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label. a18 studies from the later sketchbooks of J.M.W. Turner (1841-1845): images and impressions for piano.0 aStephen Gosling, piano. aProduced by John Zorn. oRecordedd2020 August-SeptemberpOktaven Audio, Mount Vernon, NY. aProgram notes by the composer on container insert. 0aPiano music. 6aPiano, Musique de. 7aPiano music.2fast0(OCoLC)fst01063403 7aConcert etudes.2fast0(OCoLC)fst01920075 7aConcert etudes.2lcgft 7aÉtudes de concert.2rvmgf1 aGosling, Stephen,einstrumentalist.1 iInspired by:aTurner, J. M. W.q(Joseph Mallord William),d1775-1851. a92bPUL02108cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020003000138020001500168025002600183035002200209037005300231042002100284043001200305050002600317082001700343245011700360250002900477264006500506300005800571336002600629337002800655338002700683504004100710520009200751546001400843650004700857650004900904651003200953651003000985650004101015650003501056651003601091651003101127650006801158650006601226650004801292650004901340651003701389700004801426700004101474938005101515994001201566on1226479468OCoLC20230718213016.0201127s2020 ii a b 000 0 hinod a 2020510110 aDKAGEbengerdacDLCdOCLCFdDLCdDKAGE a9789388793650q(hardback) a938879365X aI-H-2020510110; 22-90 a(OCoLC)1226479468 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aRA644.C67bK6238 202004a616.241422300aKoronā eka trāsadī /csampādaka, Ḍô. Añjanī Kumāra Jhā, Ḍô. Sunīla Dīpaka ghoḍake. aPrathama saṃskaraṇa. 1aGājiyābāda :bKe. Ela. Pacaurī Prakāśana,c2020. a198 pages :billustrations (black and white) ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aOn impact of COVID-19 on social and economic conditions of India, contributed articles. aIn Hindi. 0aCOVID-19 (Disease)xSocial aspectszIndia. 0aCOVID-19 (Disease)xEconomic aspectszIndia. 0aIndiaxEconomic conditions. 0aIndiaxSocial conditions. 6aCOVID-19xAspect économiquezInde. 6aCOVID-19xAspect socialzInde. 6aIndexConditions économiques. 6aIndexConditions sociales. 7aCOVID-19 (Disease)xEconomic aspects.2fast0(OCoLC)fst02021810 7aCOVID-19 (Disease)xSocial aspects.2fast0(OCoLC)fst01984649 7aEconomic history.2fast0(OCoLC)fst00901974 7aSocial conditions.2fast0(OCoLC)fst01919811 7aIndia.2fast0(OCoLC)fst012102761 aJhā, Añjanī Kumāra,d1969-eeditor.1 aGhoḍake, Sunīla,d1987-eeditor. aD. K. Agencies (P) Ltd.bDKAPnDKHIN-68672-HBD a92bPUL03355cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159035002200174042000800196050002200204082001200226100003000238245006600268264004000334300002400374336002600398337002800424338002700452490005400479504006900533520230100602650002102903650004702924938003402971994001203005on1227515180OCoLC20230718213016.0230524s2020 sp b 001 0 spa  a 2023417751 aDLCbengerdacDLCdMXSCJdGXRdOCLCFdC3L a9788498798470 a8498798477 a(OCoLC)1227515180 apcc00aK232.S6bA89 202014a3402141 aAtienza, Manuel,eauthor.14aUna apología del derecho y otros ensayos /cManuel Atienza. 1aMadrid :bEditorial Trotta,c[2020] a237 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Estructuras y procesos. Serie Derecho aIncludes bibliographical references (pages 223-229) and indexes. aLos diez ensayos jurídicos que se recogen en este libro tratan sobre temas muy variados: el futuro del Derecho y de la filosofía del Derecho, el razonamiento jurídico, los límites del Derecho, el activismo judicial, los derechos humanos, el Derecho y la literatura...Todos ellos obedecen, sin embargo, a un mismo propósito de fondo que se concreta en la idea de que, en contra de lo que suele pensarse (de lo que suelen pensar los no juristas apoyándose -hay que reconocerlo- en formas de actuar bastante frecuentes entre los propios juristas), el Derecho es una empresa esencialmente problemática, abierta, que exige dosis considerables de imaginación, notables recursos teóricos, formación y entereza moral, y que resulta esencial para comprender el mundo social y contribuir a su transformación. El autor reivindica por ello la importancia de desarrollar y transmitir un tipo de cultura jurídica que quizás no esté muy presente en nuestras facultades de Derecho, ni tampoco en la práctica de muchos profesionales del Derecho, pero que reviste un valor que, en cierto sentido, podría ponerse incluso por encima del de la cultura científica. Como se dice al final del ensayo que da título a todo el volumen, al fin y al cabo, las leyes de la física o de la biología siguen valiendo lo mismo, o sea, siguen funcionando, con independencia de que las conozcamos o no, de que las compartamos o las rechacemos. Pero eso no ocurre en relación con el Derecho, porque la realidad jurídica no es de carácter natural, sino convencional: el Derecho es un gran artefacto social que moldea nuestras vidas. Un sistema jurídico -en particular, el de un Estado constitucional- no puede funcionar bien si no existe un número suficiente de agentes que compartan sus valores, que comprendan lo que significa tener derechos, vivir en un Estado de Derecho, qué es lo que razonablemente puede exigírsele a un juez o cuándo tiene sentido reglamentar jurídicamente una relación. La ignorancia del Derecho -como dice el viejo adagio- no exime de su cumplimiento, pero la falta de cultura jurídica bien entendida sí que contribuye al incumplimiento de las promesas de emancipación humana en las que se basan nuestros sistemas de democracia constitucional. 0aLawxPhilosophy. 7aLawxPhilosophy.2fast0(OCoLC)fst00993788 aCasalini LibribCASAn4736052 a92bPUL01847cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020003100138020001500169025002600184035002200210037005300232042002100285043001200306050002600318082002000344100003200364245007400396246001300470246001700483250002900500264005500529300005800584336002600642337002800668338002700696520005000723530003300773546001400806650003900820650004100859650003900900651002900939650004900968650006001017650005801077650005801135650004801193651003701241938005101278994001201329on1228255598OCoLC20230718213016.0201204s2020 ii a 000 0 hinod a 2022325627 aDKAGEbengerdacDLCdOCLCFdDLCdDKAGE a9789389915877q(paperback) a9389915872 aI-H-2022325627; 22-91 a(OCoLC)1228255598 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aHD8039.F32bI456 202004a305.96309542231 aJaina, Aṅkitā,eauthor.10aOha re! kisāna /cAṅkitā Jaina = Oh re! kisan / by Ankita Jain.30aKisāna31aOh re! kisan aPrathama saṃskaraṇa. 1aNayī Dillī :bVāṇī Prakāśana,c2020. a220 pages :billustrations (black and white) ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOn socio-economic status of farmers in India. aAlso available as an e-book. aIn Hindi. 0aFarmerszIndiaxSocial conditions. 0aFarmerszIndiaxEconomic conditions. 0aFarmersxSuicidal behaviorzIndia. 0aIndiaxRural conditions. 6aAgriculteursxComportement suicidairezInde. 7aFarmersxEconomic conditions.2fast0(OCoLC)fst00921329 7aFarmersxSocial conditions.2fast0(OCoLC)fst00921364 7aFarmersxSuicidal behavior.2fast0(OCoLC)fst00921369 7aRural conditions.2fast0(OCoLC)fst01101474 7aIndia.2fast0(OCoLC)fst01210276 aD. K. Agencies (P) Ltd.bDKAPnDKHIN-68792-PBK a92bPUL03830cim a2200889 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007200109019002700181020001800208020001500226024002500241028002800266035006000294042001400354050002400368082001400392100003800406245005600444250001600500264004400516264001200560300005800572306001100630336003300641337002300674338003100697344001900728344001900747344001200766344001900778347002200797347001300819500002600832511002700858521001500885520074200900650001901642650002801661650002801689650001901717650002101736650002901757650006501786650006001851650004601911650004901957650003602006650004502042650003602087655001602123655002402139655005002163655004802213655004502261655004602306655006002352655004202412655005302454655003902507655004602546655002602592655004102618655002702659655003102686655002902717655003402746655002302780655003602803655002502839700003302864700003102897994001202928on1228512767OCoLC20230718213016.0sd fsngnnmmned230623t20212021nyunnnnj f n eng d a 2023623219 aTOHbengerdacDLCdMLSODdTEFdOCLCFdZACdIEPdGO6dXZHdWLMdTOH a1226440680a1226441247 a9781549100703 a154910070X3 a9781549100703d5220002a2-Y0070bHachette Audio a(OCoLC)1228512767z(OCoLC)1226440680z(OCoLC)1226441247 alccopycat 4aPZ7.P38bSca 2021ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aScaredy cat /cJames Patterson & Chris Grabenstein. aUnabridged. 1aNew York, NY :bHachette Audio,c[2021] 4c℗2021 a4 audio discs (5 hr., 9 min.) :bdigital ;c4 3/4 in. a050900 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Marc Thompson.1 aAges 8-12. aThere are Scaredy Cats everywhere. It's just that human beings can't see them. Only cats can see a Scaredy Cat. When housecats Pasha and Poop move to Strawberry Lane with their humans, they find themselves in the domain of the shadowy Scaredy Cat, a feline specter who demands that they follow his rules for being a proper cat or he'll bring chaos to their home, knocking over lamps and spilling kitty litter everywhere! But Pasha and Poop are rebellious and headstrong and they won't follow the ridiculous rules of the Scaredy Cat like all of the other pets on the block. Together with a stray named Ermine, they set out to find the truth behind who the Scaredy Cat really is, and how they can end his reign of mischief-making for good. 0aGhost stories. 0aCatsvJuvenile fiction. 0aPetsvJuvenile fiction. 1aCatsvFiction. 1aGhostsvFiction. 6aHistoires de fantômes. 6aAnimaux familiersvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxAction & AdventurexGeneral.2bisacsh 7aJUVENILE FICTIONxAnimalsxCats.2bisacsh 7aJUVENILE FICTIONxHumorous Stories.2bisacsh 7aPets.2fast0(OCoLC)fst01059908 7aGhost stories.2fast0(OCoLC)fst00942396 7aCats.2fast0(OCoLC)fst00849374 1aAudiobooks. 7aghost stories.2aat 7aParanormal fiction.2fast0(OCoLC)fst01921727 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aGhost stories.2fast0(OCoLC)fst01726625 7aAnimal fiction.2fast0(OCoLC)fst01982492 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aGhost stories.2lcgft 7aAction and adventure fiction.2lcgft 7aAnimal fiction.2lcgft 7aParanormal fiction.2lcgft 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aHistoires de fantômes.2rvmgf 7aLivres audio.2rvmgf1 aGrabenstein, Chris,eauthor.1 aThompson, Marc,enarrator. a92bPUL03630cim a2200841 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007400109019002700183020001800210020001500228024002500243035006000268037003400328037003400362043002100396050003100417082001500448100003800463245005300501250001600554264004500570264001200615300005000627306001100677336003300688337002300721338003100744344001900775344001900794344001200813347002200825347001300847500002600860511002700886520056800913650003601481650003501517650004701552650002901599651002701628651002201655651001901677650004701696650006101743650004801804651003701852651003401889650003201923650004101955650002901996650005202025650004602077650006402123650005302187651004602240651003902286651003602325655004802361655004202409655004602451655003902497655002302536655002902559655002702588655002502615700003102640856010502671994001202776on1228517540OCoLC20230718213016.0sd fsngnnzmned230628t20212021nyunnnn f n eng  a 2023616854 aDLCbengerdacDLCdTEFdBLACPdOCLCFdZACdKAAdDUDdTYPMLdFBPdTOH a1249559007a1258802156 a9781250790989 a12507909803 a9781250790989d53499 a(OCoLC)1228517540z(OCoLC)1249559007z(OCoLC)1258802156 a60dweubBlackstone Publishing a40dweubBlackstone Publishing an-us-flanwcu--- 4aPS3607.A721833bO38 2021ab04a813/.62231 aGarcia, Gabriela,d1984-eauthor.10aOf women and salt :ba novel /cGabriela Garcia. aUnabridged. 1aNew York, NY :bMacmillan Audio,c[2021] 4c℗2021 a6 audio discs (7 hr.) :bdigital ;c4 3/4 in. a073000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from container.0 aRead by Frankie Corzo. aIn present-day Miami, Jeanette is battling addiction. Daughter of Carmen, a Cuban immigrant, she is determined to learn more about her family history from her reticent mother and makes the snap decision to take in the daughter of a neighbor detained by ICE. Carmen, still wrestling with the trauma of displacement, must process her difficult relationship with her own mother while trying to raise a wayward Jeanette. Steadfast in her quest for understanding, Jeanette travels to Cuba to see her grandmother and reckon with secrets from the past destined to erupt. 0aMothers and daughtersvFiction. 0aCuban American womenvFiction. 0aImmigrantsxFamily relationshipsvFiction. 0aFamily secretsvFiction. 0aMiami (Fla.)vFiction. 0aFloridavFiction. 0aCubavFiction. 6aMères et fillesvRomans, nouvelles, etc. 6aAméricaines d'origine cubainevRomans, nouvelles, etc. 6aSecrets de famillevRomans, nouvelles, etc. 6aFloridevRomans, nouvelles, etc. 6aCubavRomans, nouvelles, etc. 7aFICTIONxLiterary.2bisacsh 7aFICTIONxHispanic & Latino.2bisacsh 7aFICTIONxSagas.2bisacsh 7aCuban American women.2fast0(OCoLC)fst00884774 7aFamily secrets.2fast0(OCoLC)fst01737651 7aImmigrantsxFamily relationships.2fast0(OCoLC)fst00967734 7aMothers and daughters.2fast0(OCoLC)fst01026997 7aFloridazMiami.2fast0(OCoLC)fst01213727 7aFlorida.2fast0(OCoLC)fst01205150 7aCuba.2fast0(OCoLC)fst01205805 7aDomestic fiction.2fast0(OCoLC)fst01726589 7aAudiobooks.2fast0(OCoLC)fst01726208 7aBildungsromans.2fast0(OCoLC)fst01726536 7aFiction.2fast0(OCoLC)fst01423787 7aAudiobooks.2lcgft 7aDomestic fiction.2lcgft 7aBildungsromans.2lcgft 7aLivres audio.2rvmgf1 aCorzo, Frankie,enarrator.4 3View cover artuhttps://www.midwesttape.com/images/movies/000/000/000/013/350/000000000013350074.jpg a92bPUL05362cim a2201105 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005900109020001800168020001500186024002500201028002800226035002200254037004600276042001400322043002100336050002600357082001400383100003800397245006400435246003300499250001600532264004400548264001200592300006400604306001100668336003300679337002300712338003100735344001900766344001900785344001200804344001900816347002200835347001300857490002400870500002700894511002800921520093800949600006701887600005801954600007402012650005402086650003802140650005402178650005502232650004602287650002902333651003402362650004502396651002402441650007702465650006502542650008002607650008402687650006902771650005502840651005802895650005402953650004603007650003703053650006303090650006203153650005003215651004103265651004203306655002503348655001603373655002003389655004603409655006003455655004903515655004803564655004803612655004203660655005303702655003903755655004603794655002703840655002903867655002903896655004103925655003403966655002304000655002004023655002504043655001904068700003304087700005204120800007204172994001204244on1228842182OCoLC20230718213016.0sd fsngnnmmned230623t20212021nyunnnnj f n eng d a 2023623215 aTEFMTbengerdacDLCdTEFdOCLCFdIHXdGO6dWLMdTEFMT a9781549186295 a15491862993 a9781549186295d5250002a2-Y8629bHachette Audio a(OCoLC)1228842182 bMidwest Tapenhttp://www.midwesttapes.com alccopycat an-us-caau-at--- 4aPZ7.P27653bFi 2021ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aField trip fiasco /cJames Patterson and Martin Chatterton.1 iSeries title:aMiddle School aUnabridged. 1aNew York, NY :bHachette Audio,c[2021] 4c℗2021 a3 audio discs (approximately 4 hr.) :bdigital ;c4 3/4 in. a040000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aMiddle school ;v13 aTitle from disc label.0 aRead by Michael Crouch. aThings have quieted down for lovable troublemaker Rafe Khatchadorian, and after all the mishaps and adventures he's been through, he's feeling a little restless. So when he's invited to attend an all-expenses-paid art field trip in California, Rafe jumps at the opportunity. But things go sideways, as they always do for Rafe, when he arrives and realizes his trip isn't the Hollywood vacation he thought it would be. Instead, he'll be participating in a 'Cultural Campout' in the desert. What follows is a series of unfortunate events that only Rafe could find himself in, including an encounter with a cranky crocodile, a claustrophobic trip into an ancient cave, and a set of ancient cave paintings that may or may not have been faked. To make matters worse, Rafe finds himself smack dab in the middle of a plot to smuggle a legendary missing diamond. Has he finally stumbled his way into an adventure he can't get himself out of?10aKhatchadorian, Rafec(Fictitious character)vJuvenile fiction.11aKhatchadorian, Rafec(Fictitious character)vFiction.17aKhatchadorian, Rafec(Fictitious character)2fast0(OCoLC)fst01933978 0aSchool field tripszCaliforniavJuvenile fiction. 0aMiddle schoolsvJuvenile fiction. 0aEmotional problems of childrenvJuvenile fiction. 0aEmotional problems of teenagersvJuvenile fiction. 0aDysfunctional familiesvJuvenile fiction. 0aGriefvJuvenile fiction. 0aCaliforniavJuvenile fiction. 1aSchool field tripszCaliforniavFiction. 1aAustraliavFiction. 6aSorties scolaireszCalifornievRomans, nouvelles, etc. pour la jeunesse. 6aÉcoles moyennesvRomans, nouvelles, etc. pour la jeunesse. 6aTroubles affectifs chez l'enfantvRomans, nouvelles, etc. pour la jeunesse. 6aTroubles affectifs chez l'adolescentvRomans, nouvelles, etc. pour la jeunesse. 6aFamilles inadaptéesvRomans, nouvelles, etc. pour la jeunesse. 6aChagrinvRomans, nouvelles, etc. pour la jeunesse. 6aCalifornievRomans, nouvelles, etc. pour la jeunesse. 7aDysfunctional families.2fast0(OCoLC)fst01728523 7aMiddle schools.2fast0(OCoLC)fst01020553 7aGrief.2fast0(OCoLC)fst00947883 7aEmotional problems of teenagers.2fast0(OCoLC)fst00908818 7aEmotional problems of children.2fast0(OCoLC)fst00908812 7aSchool field trips.2fast0(OCoLC)fst01107418 7aAustralia.2fast0(OCoLC)fst01204543 7aCalifornia.2fast0(OCoLC)fst01204928 0aYoung adult fiction. 1aAudiobooks. 2aFictional Work. 7aSchool fiction.2fast0(OCoLC)fst02020484 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aYoung adult works.2fast0(OCoLC)fst01726790 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aDomestic fiction.2fast0(OCoLC)fst01726589 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aSchool fiction.2lcgft 7aDomestic fiction.2lcgft 7aHumorous fiction.2lcgft 7aAction and adventure fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aFiction.2lcgft 7aLivres audio.2rvmgf 7aRomans.2rvmgf1 aChatterton, Martin,eauthor.1 aCrouch, Michaelq(Michael Lockwood),enarrator.1 aPatterson, James,d1947-tMiddle school novels.hSpoken word ;v13. a92bPUL03398cam a2200661 i 4500001001300000003000600013005001700019008004100036010001700077040006400094015001900158016001800177020003100195020001500226020002700241035002200268042000800290043001200298050002700310082001400337100003400351245005600385264004500441300002300486336002600509337002800535338002700563520095200590650002301542650002901565650002901594651004401623650004501667650004501712650003601757650004901793650006701842650006901909650004701978650005302025650004902078650004602127650003902173650004502212650004602257651005002303648002002353655006102373655003902434655005002473655003902523655001902562655003102581655004202612938004102654938002902695994001202724on1230460327OCoLC20230718213016.0210302s2021 cau 000 1 eng  a 2021904267 aDLCbengerdacDLCdBDXdUKMGBdCD5dOCLCFdSMDRLdHCOdYDX aGBC1E54532bnb7 a0203124812Uk a9781647421694q(paperback) a1647421691 z9781647421700q(ebook) a(OCoLC)1230460327 apcc an-us-ca00aPS3606.I8866bA88 202104a813.62231 aFitzPatrick, Joanna,eauthor.14aThe artist colony :ba novel /cJoanna FitzPatrick. 1aBerkeley, CA :bShe Writes Press,c2021. a317 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"A sister gone. A mystery uncovered. July 1924. Sarah Cunningham, a young Modernist painter, arrives in Carmel-by-the-Sea from Paris to bury her older sister, Ada Belle. En route, she is shocked to learn that Ada Belle's suspicious death is a suicide. But why kill herself? Her plein air paintings were famous and her upcoming exhibition of portraitures would bring her even wider recognition. Sarah puts her own artistic career on hold and, trailed by Ada Belle's devoted dog, Albert, becomes a secret sleuth--a task made harder by the misogyny and racism she discovers in this seemingly idyllic locale. Part mystery, part historical fiction, this engrossing novel celebrates the artistic talents of early women painters, the deep bonds of sisterhood, the muse that is beautiful scenery, and the determination of one young woman to discover the truth, to protect an artistic legacy, and to give her sister the farewell she deserves."--Back cover. 0aPaintersvFiction. 0aWomen paintersvFiction. 0aSistersxDeathvFiction. 0aCarmel (Calif.)xHistoryy20th century. 6aFemmes artistesvRomans, nouvelles, etc. 6aFemmes peintresvRomans, nouvelles, etc. 6aSœursvRomans, nouvelles, etc. 6aMeurtrexEnquêtesvRomans, nouvelles, etc. 6aAnnées vingt (Vingtième siècle)vRomans, nouvelles, etc. 6aColonies d'artisteszCaliforniezCarmelvRomans, nouvelles, etc. 7aArtist colonies.2fast0(OCoLC)fst00817549 7aMurderxInvestigation.2fast0(OCoLC)fst01029788 7aNineteen twenties.2fast0(OCoLC)fst01037835 7aRace relations.2fast0(OCoLC)fst01086509 7aSisters.2fast0(OCoLC)fst01119758 7aWomen artists.2fast0(OCoLC)fst01177159 7aWomen painters.2fast0(OCoLC)fst01178251 7aCaliforniazCarmel.2fast0(OCoLC)fst01209285 7a1900-19992fast 7aDetective and mystery fiction.2fast0(OCoLC)fst01726581 7aFiction.2fast0(OCoLC)fst01423787 7aHistorical fiction.2fast0(OCoLC)fst01726640 7aHistory.2fast0(OCoLC)fst01411628 7aNovels.2lcgft 7aHistorical fiction.2lcgft 7aDetective and mystery fiction.2lcgft aYBP Library ServicesbYANKn17210545 aBrodartbBRODn128359439 a92bPUL05419cam a2200649 i 4500001001300000003000600013005001700019008004100036010001700077040004700094016001800141020003100159020002800190020002700218020002400245035002200269042000800291043001200299050002100311245014700332264007400479264001100553300004500564336002600609336003300635337002800668338002700696490001900723504004100742505185500783520116602638600004003804650002903844650002803873650002803901650003303929650003303962650004903995651005104044651004304095650004004138650005004178650007304228650004404301650005904345651006304404651004804467648002004515700002804535700003404563700003304597700002404630710004204654830002004696938004104716994001204757on1231438133OCoLC20230718213016.0230503t20212021acaa g b 010 0 eng c a 2021388684 aANVbengerdacDLCdANVdOCLCFdYDXdUKMGB7 a0201841282Uk a9781760464103q(softcover) a1760464104q(softcover) z9781760464110q(ebook) z1760464112q(ebook) a(OCoLC)1231438133 apcc aa-pp---00aGN662b.U53 202100aUnequal lives :bgender, race and class in the western Pacific /cedited by Nicholas Bainton, Debra McDougall, Kalissa Alexeyeff and John Cox. 1aActon, ACT, Australia :bAustralia National University Press,c[2021] 4c©2021 axix, 560 pages :billustrations,c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aPacific series aIncludes bibliographical references.0 aPrologue: Pragmatism, Prescience and Principle / Neil Maclean -- 1. Unequal Lives in the Western Pacific / Nicholas Bainton and Debra McDougall -- 2. 'I Will Be Travelling to Kavieng!': Work, Labour and Inequality in New Ireland, Papua New Guinea / Paige West and John Aini -- 3. The Unequal Place of Anthropology in Cross-Disciplinary Research on Environmental Management in the Pacific and What to Do About It / Simon Foale -- 4. The Problem of the Semi-Alienable Anthropologist / Melissa Demian -- 5. Global Health, Tuberculosis and Local Health Campaigns: Reinforcing and Reshaping Health and Gender Inequalities in Lihir, Papua New Guinea / Susan R. Hemer -- 6. The Missionary's Dilemma: A Short History of Christian Marriage and its Impact upon Gender Equality in Maisin Society / John Barker -- 7. Gendered Ambition and Disappointment: Women and Men in a Vernacular Language Education Movement in Melanesia / Debra McDougall -- 8. Stingy Egalitarianism: Precarity and Jealousy at the Sisiak Settlement, Madang, Papua New Guinea / Deborah Gewertz and Frederick Errington -- 9. Inequalities of Aspiration: Class, Cargo and the Moral Economy of Development in Papua New Guinea / John Cox -- 10. Exiles and Empty Houses: Contingent Events and Their Aftermath in the Ok Tedi Hinterland / Dan Jorgensen -- 11. Transforming Inequalities and Uncertainty: Gender, Generational and Class Dimensions in the Gende's Longue Durée / Laura Zimmer-Tamakoshi -- 12. From Donation to Handout: Resource Wealth and Transformations of Leadership in Huli Politics / Michael Main -- 13. Measuring Mobilities and Inequalities in Papua New Guinea's Mining Workforce / Colin Filer -- 14. Menacing the Mine: Double Asymmetry and Mutual Incomprehension in Lihir / Nicholas Bainton -- 15. Intersecting Inequalities, Moving Positionalities: An Interlude / Margaret Jolly.1 aAs we move further into the twenty-first century, we are witnessing both the global extensification and local intensification of inequality. Unequal Lives deals with the particular dilemmas of inequality in the Western Pacific. The authors focus on four dimensions of inequality: the familiar triad of gender, race and class, and the often-neglected dimension of generation. Grounded in meticulous long-term ethnographic enquiry and deep awareness of the historical contingency of these configurations of inequality, this volume illustrates the multidimensional, multiscale and epistemic nature of contemporary inequality. This collection is a major contribution to academic and political debates about the perverse effects of inequality, which now ranks among the greatest challenges of our time. The inspiration for this volume derives from the breadth and depth of Martha Macintyre's remarkable scholarship. The contributors celebrate Macintyre's groundbreaking work, which exemplifies the explanatory power, ethical force and pragmatism that ensures the relevance of anthropological research to the lives of others and to understanding the global condition.10aMacintyre, Martha,d1945-ehonoree. 0aEthnologyzPacific Area. 0aSex rolezPacific Area. 0aEqualityzPacific Area. 0aGlocalizationzPacific Area. 0aGlobalizationzPacific Area. 0aGlobalizationxSocial aspectszPacific Area. 0aPacific AreaxSocial conditionsy21st century. 0aPacific AreaxSocial life and customs. 6aEthnologiezPacifique, Région du. 6aRôle selon le sexezPacifique, Région du. 6aDécentralisation de l'économie mondialezPacifique, Région du. 6aMondialisationzPacifique, Région du. 6aMondialisationxAspect socialzPacifique, Région du. 6aPacifique, Région duxConditions socialesy21e siècle. 6aPacifique, Région duxMœurs et coutumes. 7a2000-20992fast1 aBainton, Nick,eeditor.1 aMcDougall, Debra L.,eeditor.1 aAlexeyeff, Kalissa,eeditor.1 aCox, John,eeditor.2 aAustralian National University Press. 0aPacific series. aYBP Library ServicesbYANKn17282479 a92bPUL02103ccm a2200589 i 4500001001300000003000600013005001700019008004100036010001700077040002300094024001500117024001800132028002900150028002400179035002200203041000800225042001400233050003300247072001200280100005200292240005800344245009800402250001400500264003600514264001100550300003300561336003500594337002800629338002700657348001800684382002700702383003400729384001200763490006200775500007800837500006300915546002000978505007100998650002401069650002801093650005001121655003801171655004201209655002301251655001901274655002301293655003201316700004101348800007001389938004201459994001201501on1232447123OCoLC20230718213016.0210814t20212021gw syl ehi n zxx d a 2020564183 aOHXbengerdacDLC2 aM2020178692 a979020201786922aE.D. 28786bEdition Dohr32a28786bEdition Dohr a(OCoLC)12324471230 gger alccopycat00aM1101b.M74 MWV VII 162 2021 7aM2lcco1 aMolter, Johann Melchior,d1696-1765,ecomposer.10aSinfonie,mchamber orchestra,nMWV VII, 162,rD major10aSinfonie D-Dur, MWV VII 162 /cJohann Melchior Molter ; herausgegeben von Michael Schumacher. aPartitur. 1aKöln :bEdition Dohr,c[2021] 4c©2021 a1 score (54 pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm0 aorchestrae1t12lcmpt cMWV VII, 162dHäfner2mlati0 aD major1 aSämtliche Sinfonien / Johann Melchior Molter ;vvol. 86 aBased on a manuscript source from the Badische Landesbibliothek Karlsuhe. aPreface, biographical note, and critical report in German. bStaff notation.0 aAllegro -- Andante, un poco allegro -- Menuetto ; Trio -- Allegro. 0aSymphoniesvScores. 6aSymphoniesvPartitions. 7aSymphoniesxScores.2fast0(OCoLC)fst01140878 7aScores.2fast0(OCoLC)fst01692898 7aSymphonies.2fast0(OCoLC)fst01726504 7aSymphonies.2lcgft 7aScores.2lcgft 7aSymphonies.2rvmgf 7aPartitions (Musique)2rvmgf1 aSchumacher, Michael,d1959-eeditor.1 aMolter, Johann Melchior,d1696-1765.tSymphonies.f2009 ;vv. 86. aOtto HarrassowitzbHARRnhar215000827 a92bPUL02313cam a2200613 i 4500001001300000003000600013005001700019008004100036010001700077040005700094015001900151016001800170020003100188020001500219025003300234035002200267037005300289042002100342043003000363050002300393082001800416100003400434245010600468250002100574264008300595300002800678336002600706337002800732338002700760504005700787530003300844600002900877600005500906651004500961651004501006650001401051650002801065651003001093651004901123651004901172650002501221650002801246651003601274650005201310650004001362650005401402651003701456651003701493651004501530700004201575938004101617938002901658994001201687on1233265793OCoLC20230718213016.0210129s2021 ii b 000 0 eng d a 2020335544 aYDXbengerdacDLCdBDXdZQPdOCLCFdDLCdUKMGBdYDX aGBC3916062bnb7 a0207318572Uk a9780143453055q(paperback) a014345305X aI-E-2020335544; 63-91; 63-02 a(OCoLC)1233265793 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---an-us---aa-cc---00aDS450.U6bG46 202104a327.540732231 aGeorge, Varghese K.,eauthor.10aOpen embrace :bIndiia-US ties in a divided world /cVarghese K. George ; foreword by Amitabh Mattoo. aUpdated edition. 1aGurgaon, Haryana, India :bVintage, an imprint of Penguin Random House,c2021. axxi, 339 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 293-339). aAlso available as an e-book.10aModī, Narendra,d1950-17aModī, Narendra,d1950-2fast0(OCoLC)fst01570188 0aIndiaxForeign relationszUnited States. 0aUnited StatesxForeign relationszIndia. 0aHindutva. 0aIslamic fundamentalism. 0aChinaxForeign relations. 6aIndexRelations extérieureszÉtats-Unis. 6aÉtats-UnisxRelations extérieureszInde. 6aIntégrisme hindou. 6aIntégrisme islamique. 6aChinexRelations extérieures. 7aDiplomatic relations.2fast0(OCoLC)fst01907412 7aHindutva.2fast0(OCoLC)fst01741119 7aIslamic fundamentalism.2fast0(OCoLC)fst00979941 7aChina.2fast0(OCoLC)fst01206073 7aIndia.2fast0(OCoLC)fst01210276 7aUnited States.2fast0(OCoLC)fst012041551 aMattoo, Amitabh,ewriter of foreword. aYBP Library ServicesbYANKn17236990 aBrodartbBRODn128534249 a92bPUL01097cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152035002200167037001400189042002100203043001200224050002100236100003700257245005500294264008400349300004400433336002800477336002100505337002500526338002300551490003800574651004000612651004800652655004700700994001200747on1235572280OCoLC20230718213016.0210807s2018 tu a 000 0 tur d a 2021338679 aHULbengerdacDLCdPULdOCLCFdHUL a9786059492874 a6059492878 a(OCoLC)1235572280 c30.00 USD alccopycatalcode aa-tu---00aDR724b.D67 20181 aDora, Ruşen,eauthor,eartist.10aÇizgilerde İstanbul /cProf. Dr. Ruşen Dora. 1aİstanbul :bİstanbul büyükşehir belediyesi Kültür A.Ş.,c[2018] a164 pages :billustrations ;c24x28 cm. astill image2rdacontent atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 aKültür medeniyet serisi ;v54 0aIstanbul (Turkey)vPictorial works. 7aTurkeyzIstanbul.2fast0(OCoLC)fst01204833 7aPictorial works.2fast0(OCoLC)fst01423874 a92bPUL01908cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002900211245012400240246002300364250002200387264009600409300010500505336002600610337002800636338002700664650005400691651007000745650003700815651004900852655003900901710014600940880010601086880002301192880008301215880006601298880011001364994001201474on1236157176OCoLC20230718213016.0210205s2019 cc abch 000 0 chi  a 2020386508 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787555017936 a7555017938 a(OCoLC)1236157176 apcc aa-cc-fu00aDS797.26.F89bF8985 2019006880-01aFuzhou Xi Hu shi hua =bFuzhou Xihu shihua /cFuzhou Shi zheng xie wen hua wen shi he xue xi wei yuan hui bian.31aFuzhou Xihu shihua 6880-02aDi 1 ban. 16880-03aFuzhou Shi :bHai xia chu ban fa xing ji tuan :bHai xia wen yi chu ban she,c2019. a20, 7, 330 pages :billustrations (chiefly color), maps (some color), portraits, facsimiles ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aLakeszChinazFuzhou Shi (Fujian Sheng)xHistory. 06880-04aFuzhou Shi (Fujian Sheng, China)xDescription and travel. 7aLakes.2fast0(OCoLC)fst00990901 7aChinazFuzhou Shi.2fast0(OCoLC)fst01924337 7aHistory.2fast0(OCoLC)fst014116282 6880-05aZhongguo ren min zheng zhi xie shang hui yi.bFujian Sheng Fuzhou Shi wei yuan hui.bWen hua wen shi he xue xi wei yuan hui,eeditor.006245-01a福州西湖史话 =bFuzhou Xihu shihua /c福州市政协文化文史和学习委员会编. 6250-02a第 1 版. 16264-03a福州市 :b海峡出版发行集团 :b海峡文艺出版社,c2019. 46651-04a福州市 (福建省, China)xDescription and travel.2 6710-05a中国人民政治协商会议.b福建省福州市委员会.b文史和学习委员会,eeditor. a92bPUL01769cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040005100094016001800145020003000163020001500193025003300208035002200241037005300263042002100316050002300337082002100360245012900381250001900510264004900529300010100578336002600679337002800705338002700733504005100760600005200811600005000863600006100913600006300974651002901037651002901066650005501095650003801150651003701188651003701225938004901262994001201311on1237343467OCoLC20230718213016.0210210s2020 ii a b 001 0 eng d a 2023339265 aDKAGEbengerdacDLCdDKAGEdOCLCFdUKMGBdDLC7 a0202336132Uk a9788175055094q(hardback) a817505509X aI-E-2023339265; 07-91; 63-05 a(OCoLC)1237343467 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aDS450.J3bM43 202004a303.4825405222304aThe story of India-Japan relationship :bSwami Vivekananda & Okakura Tenshin, the modern era pioneers /cSwami Medhasananda. aFirst edition. 1aKolkata :bAdvaita Ashrama,cSeptember 2020. a464 pages, 48 unnumbered pages of plates :billustrations (black and white, and colour) ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.00aVivekananda,cSwami,d1863-1902xTravelzJapan.10aOkakura, Kakuzō,d1862-1913xTravelzIndia.17aOkakura, Kakuzō,d1862-1913.2fast0(OCoLC)fst0006878807aVivekananda,cSwami,d1863-1902.2fast0(OCoLC)fst00051859 0aIndiaxRelationszJapan. 0aJapanxRelationszIndia. 7aInternational relations.2fast0(OCoLC)fst00977053 7aTravel.2fast0(OCoLC)fst01155558 7aIndia.2fast0(OCoLC)fst01210276 7aJapan.2fast0(OCoLC)fst01204082 aD. K. Agencies (P) Ltd.bDKAPnDK-289510-HBD a92bPUL01774cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066001100122020001800133020001500151035002200166042000800188043001200196050003000208100004000238245015300278264005000431300002400481336002600505337002800531338002700559490004900586504005100635546002300686610004200709650005100751655003100802655002900833700003900862710004200901880024600943880007001189880008101259994001201340on1239743549OCoLC20230718213016.0230718s2020 rb bl 001 0 srp  a 2022488479 aDLCbengerdacDLCdHVL c(Nc(Q a9788651925378 a8651925379 a(OCoLC)1239743549 apcc ae-rb---00aKKS1292.A312007bM55 20201 aMilosavljević, Bogoljub,eauthor.106880-01aKomentar Zakona o lokalnoj samoupravi :bprema stanju zakonodavstva od 30. juna. 2020. godine /cBogoljub Milosavljević, Jelena Jerinić. 16880-02aBeograd :bSlužbeni glasnik,c2020. a469 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-03aPravna biblioteka. Edicija Komentari aIncludes bibliographical references and index. aSerbianbCyrillic.10aSerbia.tZakon o lokalnoj samoupravi. 0aLocal GovernmentxLaw and legislationzSerbia. 7aStatutes and codes.2lcgft 7aLaw commentaries.2lcgft1 aJerinić, Jelena,d1978-eauthor.12aSerbia.tZakon o lokalnoj samoupravi.106245-01aКоментар Закона о локалној самоуправи :bпрема стању законодавства од 30. јуна. 2020. године /cБогољуб Милосављевић, Јелена Јеринић. 16264-02aБеоград :bСлужбени гласник,c2020.0 6490-03aПравна библиотека. Едиција Коментари a92bPUL01774cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004500094019002500139020003100164020002800195035005800223042001400281043001200295050002600307082001200333245015000345264006400495300004700559336002600606337002800632338002700660490004000687504004100727610005800768650004500826650003800871650003600909650005400945650007100999651004001070700005601110700002801166830004301194856004501237938003401282994001201316on1239746504OCoLC20230718213016.0180614s2017 po a b 000 0 por d a 2018423862 aYUSbengerdacDLCdHULdC3LdOCLCFdYUS a993983085a994854827 a9789728361792q(paperback) a9728361793q(paperback) a(OCoLC)1239746504z(OCoLC)993983085z(OCoLC)994854827 alccopycat ae-po--- 4aBX2347.8.Y7bA66 201714a26821400aApostolado de Adolescentes e Crianças em Portugal :bhistória de um movimento /cPaulo F. de Oliveira Fontes, Carla Santos (coordenação). 1aLisboa :bCentro de Estudos de História Religiosa,c2017. a263 pages :bcolor illustrations ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aEstudos de historia religiosa ;v22 aIncludes bibliographical references.20aMovimento de Apostolado de Adolescentes e Crianças. 0aChurch work with youthxCatholic Church. 0aChurch work with youthzPortugal. 6aPastorale des jeuneszPortugal. 7aChurch work with youth.2fast0(OCoLC)fst00861142 7aChurch work with youthxCatholic Church.2fast0(OCoLC)fst00861143 7aPortugal.2fast0(OCoLC)fst012084761 aFontes, Paulo Fernando de Oliveira,d1959-eeditor.1 aSantos, Carla,eeditor. 0aEstudos de história religiosa ;v22.42uhttp://digital.casalini.it/9789728361792 aCasalini LibribCASAn4149489 a92bPUL01443cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152035002200167042001400189043001200203050002200215245016500237250002300402264005200425300004000477336002600517337002800543338002700571504004100598650002000639650003300659650005000692650002600742650004200768650004000810650005300850650005600903651003600959700003800995994001201033on1241253591OCoLC20230718213016.0210803s2020 pe a b 000 0 spa d a 2021437654 aGUAbengerdacDLCdOCLCFdHULdGUA a9786124467387 a6124467380 a(OCoLC)1241253591 alccopycat as-pe---00aHQ1572b.P33 202000aPachakuti feminista :bensayos y testimonios sobre arte, escritura, y pensamiento feminista en el Perú contemporáneo /cClaudia Salazar Jiménez (editora). aPrimera edición. 1aLima, Perú :bCaja Negra,csetiembre de 2020. a210 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aFeminismzPeru. 0aFeminism and the artszPeru. 0aWomenzPeruxSocial conditionsx21st century. 6aFéminismezPérou. 6aFemmeszPérouxConditions sociales. 7aFeminism.2fast0(OCoLC)fst00922671 7aFeminism and the arts.2fast0(OCoLC)fst00922747 7aWomenxSocial conditions.2fast0(OCoLC)fst01176947 7aPeru.2fast0(OCoLC)fst012051901 aSalazar, Claudia,d1976-eeditor. a92bPUL01536cjm a2200433 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109024001700127028003000144035002200174042001400196100004700210245003400257260006100291300005100352336003700403337002300440338003100463340001400494344001900508344001900527344001900546347002200565347001300587500005600600511008500656505014300741650001900884650003000903650004500933650004500978648002001023700004701043994001201090on1242060337OCoLC20230718213016.0sd fsngnnmmned230714s2020 xxuppnn n eng d a 2023626358 aZYUbengcDLC1 a79401732772302aSKM-73277-2bDomo Records a(OCoLC)1242060337 alccopycat1 aKaur, Sangeeta,d1980-ecomposer,esinger.10aIlluminance /cSangeeta Kaur. aU.S.A. :bSangeeta Kaur Music :bDomo Records,c℗2020. a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aAll songs written by Peter Kater and Sangeeta Kaur.0 aSangeeta Kaur, vocals ; Peter Kater, piano, keyboards ; other assisting artists.0 aAll my love -- Illuminance -- Worlds collide -- Light of love -- Path of light -- Come and find me -- Supernova -- Stardust -- Dedication. 0aNew Age music. 0aPopular musicy2011-2020. 7aNew Age music.2fast0(OCoLC)fst01036703 7aPopular music.2fast0(OCoLC)fst01071422 7a2011-20202fast1 aKater, Peter,ecomposer,einstrumentalist. a92bPUL01500cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020003800131020001500169035002200184042000800206050002500214100004900239245013700288246002600425250002200451264005200473300005600525336002600581337002800607338002700635490004400662504004100706880004600747880011200793880002300905880004600928880004300974938008501017994001201102on1242103810OCoLC20230718213016.0220218s2020 cc a b 000 0 chi  a 2023388326 aDLCbengerdacDLCdCNPIT c$1 a9787546189185q(set ;qhardcover) a7546189187 a(OCoLC)1242103810 apcc00aDS778.L587bA25 20201 6880-01aLiu Wang Liming,d1896-1970eauthor.106880-02aLiu Wang Liming wen ji =bLIU WANG LIMING WENJI /cZhongguo ren min zheng zhi xie shang hui yi Taihu Xian wei yuan hui bian.31aLIU WANG LIMING WENJI 6880-03aDi 1 ban. 16880-04aHefei Shi :bHuang Shan shu she,c2020. a2 volumes (5, 722 pages) :billustrations ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-05aTaihu wen shi zi liao. Di 14 ji aIncludes bibliographical references.1 6100-01a刘王立明,d1896-1970eauthor.106245-02a刘王立明文集 =bLIU WANG LIMING WENJI /c中国人民政治协商会议太湖县委员会编. 6250-03a第 1 版. 16264-04a合肥市 :b黄山书社,c2020.0 6490-05a太湖文史资料. 第 14 辑 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000001208655 a92bPUL02058cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020002500129020002200154035002200176042000800198043001200206050002500218082002200243100002800265245008400293246004400377250001700421264004900438300003000487336002600517337002800543338002700571490001800598500002000616520045600636650002801092650003801120650003101158650004401189650005401233650004901287650006801336650005801404651003801462700004201500700003401542994001201576on1242283300OCoLC20230718213016.0190411s2019 nju 001 0 eng  a 2019939298 aDLCbengerdacDLCdOCLCFdOTP a9781119575894q(pbk) a1119575893q(pbk) a(OCoLC)1242283300 apcc an-cn---00aHD2346.C35bD34 201904a658.1/14109712231 aDagys, Andrew,eauthor.10aCanadian small business kit /cby Andrew Dagys, Margaret Kerr, and JoAnn Kurtz.3 aCanadian small business kit for dummies a4th edition. 1aHoboken, NJ :bJohn Wiley and Sons.,c[2019] axviii, 502 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a--for dummies aIncludes index. a"This guide covers every aspect of starting, building, staffing, and running a small business. Offering information for entrepreneurs starting from scratch, people buying a business, or new franchise owners, it features updated information about the latest tax laws and its impact on small businesses, along with insight into how small business can take advantage of social media such as Facebook, LinkedIn, Twitter, and Instagram, etc."--cAmazon.ca. 0aSmall businesszCanada. 0aNew business enterpriseszCanada. 0aBusiness planningzCanada. 6aNouvelles entrepriseszCanadaxGestion. 6aPetites et moyennes entrepriseszCanadaxGestion. 7aBusiness planning.2fast0(OCoLC)fst00842819 7aNew business enterprisesxManagement.2fast0(OCoLC)fst01036850 7aSmall businessxManagement.2fast0(OCoLC)fst01121306 7aCanada.2fast0(OCoLC)fst012043101 aKerr, Margaret Helen,d1954-eauthor.1 aKurtz, JoAnn,d1951-eauthor. a92bPUL01425cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040004400094015001900138016001800157019001500175020002600190020001500216035004100231042001400272050002300286082001800309082001700327100003200344245011600376264004000492300002300532336002100555337002500576338002300601650002200624650002200646650002600668650002800694650002200722650004000744650004700784650004800831650004800879650005200927994001200979on1242746881OCoLC20230718213016.0200702s2021 cau 000 0 eng d a 2020941606 aUKMGBbengerdacDLCdUKMGBdTOHdOCLCF aGBC1297002bnb7 a0201136892Uk a1202530697 a9781641702683q(pbk.) a1641702680 a(OCoLC)1242746881z(OCoLC)1202530697 alccopycat00aHQ756b.M3427 202004a306.874/222304a306.87422231 aMandelstein, Paul,eauthor.14aThe world's best dad during and after divorce :ba guide to co-parenting for divorced dads /cPaul Mandelstein. 1aSanger, CA :bFamilius LLC,c[2020] a197 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier 0aFather and child. 0aDivorced fathers. 0aParenting, Part-time. 2aFather-Child Relations. 6aPère et enfant. 6aRôle parental partagé (Divorce) 7aFAMILY & RELATIONSHIPS / General.2bisacsh 7aDivorced fathers.2fast0(OCoLC)fst00895904 7aFather and child.2fast0(OCoLC)fst00921829 7aParenting, Part-time.2fast0(OCoLC)fst01053450 a92bPUL02848cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004400094015001900138016001800157020002600175020002900201020003500230020004200265035002200307042001400329043001200343050002200355082001700377100002700394245007400421264004700495300003000542336002600572337002800598338002700626504005100653520113600704650001701840651005001857651004001907651005601947651005002003650005502053650004902108651004302157648002002200655003902220655004802259776003502307994001202342on1242747022OCoLC20230718213016.0230405s2021 oncb b 001 0 eng d a 2021388557 aUKMGBbengerdacDLCdOCLCFdYDXdUKMGB aGBC1294812bnb7 a0201134702Uk a1459746643qpaperback a9781459746640qpaperback z9781459746657qelectronic book z9781459746664qelectronic publication a(OCoLC)1242747022 alccopycat aa-af---00aDS361b.H332 202104a958.1/042231 aHalton, Phil,eauthor.10aBlood washing blood :bAfghanistan's hundred-year war /cPhil Halton. 1aToronto, Ontario :bDundurn Press,c[2021] a392 pages :bmap ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"A clear-eyed view of the conflict in Afghanistan and its century-deep roots. The war in Afghanistan has consumed vast amounts of blood and treasure, causing the Western powers to seek an exit without achieving victory. The seemingly never-ending conflict has become synonymous with a number of issues--global jihad, rampant tribalism, and the narcotics trade--but despite being cited as causes of the conflict, they are in fact symptoms. Rather than beginning after 9/11, or with the Soviet "invasion" in 1979, the current conflict in Afghanistan began with the social reforms imposed by Amanullah Amir in 1919. Western powers have failed to recognize that legitimate grievances dating back as long ago as that are driving the local population to turn to insurgency in Afghanistan. The issues they are willing to fight over today-- secularism, modernity, and centralized power--are not new ones; in fact, they have been the source of a hundred-year-long social conflict. The first step toward achieving a "solution" to the Afghanistan "problem" is to have a clear-eyed view of what is really driving it."--cProvided by publisher. 0aAfghan Wars. 0aAfghanistanxHistory, Militaryy20th century. 0aAfghanistanxHistoryy20th century. 0aAfghanistanxPolitics and governmenty20th century. 0aAfghanistanxSocial conditionsy20th century. 7aPolitics and government.2fast0(OCoLC)fst01919741 7aSocial conditions.2fast0(OCoLC)fst01919811 7aAfghanistan.2fast0(OCoLC)fst01205406 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst01411628 7aMilitary history.2fast0(OCoLC)fst0141163008iebook version :z9781459746664 a92bPUL01460cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004400094015001900138016001800157020002800175020001500203020002500218035002200243042001400265050002400279082002200303100002700325245004300352264003400395300002300429336002100452337002500473338002300498500003200521600001800553650005200571650005900623650004100682650005200723651005100775651004500826648002000871655004300891655003900934938002900973994001201002on1242828482OCoLC20230718213016.0230403r20222020enk 000 0aeng d a 2023287266 aUKMGBbengerdacDLCdUKMGBdBDXdOCLCF aGBC1339502bnb7 a0201214442Uk a9781841883489q(pbk.) : a1841883484 z9781841883496qebook a(OCoLC)1242828482 alccopycat00aHV6430.L48bA3 202204a942.7330860922231 aLewis, Freya,eauthor.10aWhat makes us stronger /cFreya Lewis. 1aLondon :bSeven Dials,c2022. a291 pages ;c20 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aOriginally published: 2020.10aLewis, Freya. 0aVictims of terrorismzGreat BritainvBiography. 0aTerrorismzEnglandzManchesterxHistoryy21st century. 7aTerrorism.2fast0(OCoLC)fst01148101 7aVictims of terrorism.2fast0(OCoLC)fst01166347 7aEnglandzManchester.2fast0(OCoLC)fst01212972 7aGreat Britain.2fast0(OCoLC)fst01204623 7a2000-20992fast 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 aBrodartbBRODn128115432 a92bPUL01294cam a2200361 i 4500001001300000003000600013005001700019008004100036010003100077040004000108020001800148020001500166035002200181042001400203043001200217050002600229082003200255100003200287245013800319264004300457300003500500336002600535337002800561338002700589504005700616651004500673651004700718651004700765651004900812648002000861655003900881994001200920on1242884854OCoLC20230718213016.0210223s2020 pl c b 000 0 pol d a 2022380907z 2020427504 aUIUbengerdacDLCdOCLCFdPULdUIU a9788365826497 a8365826496 a(OCoLC)1242884854 alccopycat ae-pl---00aDK4600.K345bW37 202004a910qOCoLC222/eng/202302161 aWapiński, Roman,eauthor.10aW kręgu spraw kaszubskich i pomorskich :bw 100-lecie powrotu Pomorza w granice niepodległej Rzeczypospolitej /cRoman Wapiński. 1aGdańsk :bInstytut Kaszubski,c2020. a387 pages :bportrait ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 386-387). 0aKaszuby (Poland)xHistoryy20th century. 0aPomerelia (Poland)xHistoryy20th century. 7aPolandzKaszuby.2fast0(OCoLC)fst01245078 7aPolandzPomerelia.2fast0(OCoLC)fst01245839 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL04911cam a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040007600094015001900170016001800189020003100207020002800238035002200266042001400288043001200302050002300314082002100337100004600358245007800404264004200482264001100524300006100535336002600596337002800622338002700650500005700677500007100734504002000805520084200825505186901667600003703536600006803573650006703641650007003708650005403778651005803832650004803890650004103938651004203979655004304021655004404064655008004108700003404188938004104222938002904263938004104292994001204333on1243307194OCoLC20230718213016.0230516r20212016cauab 001 0aeng d a 2023394149 aYDXbengerdacDLCdBDXdUKMGBdOCLCFdERASAdYDXdPAUdCDXdDEBBGdTEU aGBC1A67092bnb7 a0202496882Uk a9781954081338q(hardcover) a1954081332q(hardcover) a(OCoLC)1243307194 alccopycat an-us-ny00aHD268.N5bZ43 202104a333.73/150922231 aZeckendorf, William,d1929-2014,eauthor.10aDeveloping :bmy life /cWilliam Zeckendorf Jr., with Joan Duncan Oliver. 1a[Novato, CA] :bORO Editions,c[2021] 4c©2021 a303 pages :billustrations (chiefly color), map ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPublishing location obtained from publisher website. aReprint, originally published in 2016 by Andrea Monfried Editions. aIncludes index.8 aIn 1986, the New York Times called William Zeckendorf Jr. "Manhattan's most active real-estate developer," a judgment borne out by Zeckendorf's fascinating memoir. The second generation of a legendary family of developers, "Bill" Zeckendorf was a developer with a social conscience, not only putting up buildings but opening neglected parts of the city and transforming whole communities. Among the projects Zeckendorf chronicles in detail-and with rich documentary illustrations-are the Columbia, which set off a building boom on the Upper West Side; the four-acre Worldwide Plaza, a landmark in West Midtown; Queens West, the first residential project on the waterfront in Queens; the enormous Ronald Reagan Office Building and International Trade Center in Washington, D.C.; and numerous projects in Santa Fe, his beloved second home.00tEducating the Mastergp. 27 --tGrowing Up Zeckendorfgp. 29 --tLearning the Businessgp. 37 --tOn My Owngp. 55 --tMoving Up: The Mayfair Housegp. 57 --tSaved by a Dog: Hotel Delmonicogp. 62 --tA Nightmare: The McAlpingp. 67 --tEasy Money: The Statler Hiltongp. 71 --tWin Some, Lose Some: The Navarro, the Barbizon, and the Shorehamgp. 74 --tThe Visionarygp. 77 --tOpening the Broadway Corridor: The Columbiagp. 79 --tLooking Up: The Park Belvederegp. 87 --tWin-Win with the A&P: The Copleygp. 93 --tLocation, Location: Central Park Placegp. 97 --tAt a Crossroads: The Alexandriagp. 106 --tThe Innovatorgp. 109 --tA Noble Experiment: Delmonico Plazagp. 111 --tSelling Convenience: The Cosmopolitan and the Vanderbiltgp. 115 --tBreaking New Ground: The Belairegp. 118 --tDowntown: The Hudson Residencesgp. 126 --tThe Transformergp. 129 --tRevitalizing Union Square: Zeckendorf Towersgp. 131 --tOpening Up Eighth Avenue: Worldwide Plazagp. 142 --tA Capital First: The Ronald Reagan Building and International Trade Centergp. 161 --tTurnaround in Queens: Citylightsgp. 172 --tThe Hotel Mavengp. 181 --tLighting Up Times Square: The Crowne Plaza Hotelgp. 183 --tA Royal Mess: The Rihga Royalgp. 193 --tA Crowning Achievement: The Four Seasonsgp. 199 --t515 Park: Legacy to My Sonsgp. 217 --tLeaving New Yorkgp. 226 --tSanta Fe: New Beginningsgp. 231 --tThe Zeckendorfs in the Southwest: Return to My Rootsgp. 233 --tNancy Zeckendorf: A Living Treasuregp. 240 --tScenic Views: Los Miradoresgp. 245 --tSuccessful Site Planning: Sierra del Nortegp. 251 --tIntroducing Luxury: The Eldorado Hotel and the Hotel Santa Fegp. 255 --tRestoring a Landmark: The Lensic Performing Arts Centergp. 264 --tMy Passionsgp. 271 --tAn Inherited Tastegp. 273 --tGiving Backgp. 277 --tThree Generationsgp. 281.10aZeckendorf, William,d1929-2014.17aZeckendorf, William,cJr.,d1929-2014.2gnd0(DE-588)1265732019 0aReal estate developerszNew York (State)zNew YorkvBiography. 6aPromoteurs immobilierszNew York (État)zNew YorkvBiographies. 7aReal estate developers.2fast0(OCoLC)fst01090964 7aNew York (State)zNew York.2fast0(OCoLC)fst0120433307aUnbewegliche Sache.2gnd0(DE-588)4186834-107aArchitektur.2gnd0(DE-588)4002851-3 7aNew York, NY.2gnd0(DE-588)4042011-5 7aBiographies.2fast0(OCoLC)fst01919896 7aAutobiografie.2gnd0(DE-588)4003939-0. 7aBiographies.2lcgft0https://id.loc.gov/authorities/genreForms/gf20140260491 aOliver, Joan Duncan,eauthor. aYBP Library ServicesbYANKn17305825 aBrodartbBRODn129524883 aErasmus BoekhandelbERAAn0000389060 a92bPUL01628cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040004500094020001800139020001500157035002200172042000800194043001200202050002100214082001200235100004400247245009100291264003400382300004500416336002600461337002800487338002700515504005100542600003600593650004200629650002800671650003100699650004400730650003500774650004000809650003600849650005000885650003800935651003700973648002001010655004301030655003901073938003401112994001201146on1243745129OCoLC20230718213016.0210118s2020 it a b 001 0dita  a 2021361055 aDLCbengerdacDLCdPAUdOCLCFdIULdC3L a9788868573720 a8868573725 a(OCoLC)1243745129 apcc ae-it---00aML800b.C36 202014a7872141 aCarutti, Carlo Alberto,d1923-eauthor.12aL'ultimo testimone :bil violino della Shoah e la sua storia /cCarlo Alberto Carutti. 1aNovara :bInterlinea,c[2020] a77 pages :bcolor illustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.10aLevy, Enzo,d1922-1958xFamily. 0aViolinzItalyxHistoryy20th century. 0aJewszItalyvBiography. 0aJewsxPersecutionszItaly. 6aViolonzItaliexHistoirey20e siècle. 6aJuifsxPersécutionszItalie. 7aFamilies.2fast0(OCoLC)fst01728849 7aJews.2fast0(OCoLC)fst00983135 7aJewsxPersecutions.2fast0(OCoLC)fst00983322 7aViolin.2fast0(OCoLC)fst01167350 7aItaly.2fast0(OCoLC)fst01204565 7a1900-19992fast 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 aCasalini LibribCASAn4755810 a92bPUL04199cim a2200925 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006400109020001800173020001500191024002500206028001300231035002200244037003400266037003400300043001200334050002700346082001500373100002900388245004300417250001600460264004500476264001200521300007400533306001100607336003300618337002300651338003100674344001900705344001900724344001200743344001900755347002200774347001300796500002600809511011000835500003000945520084100975600005201816600005201868600006901920650003401989650002902023651004502052650002302097650005402120650003602174650003902210650004502249650003502294650003302329650005102362650004002413650004602453651003902499648002002538655001702558655005202575655004702627655003902674655005002713655004202763655003902805655003802844655002802882655002302910655003102933655003302964655002802997655001903025655002503044655001903069700003803088700003403126856010103160994001203261on1244276324OCoLC20230718213016.0sd fsngnnzmned230628t20212021nyunnnn f n eng  a 2023616853 aDLCbengerdacDLCdTEFdTEFMTdOCLCFdBLACPdIK2dJASdTOH a9781250807014 a12508070183 a9781250807014d5509942a13572078 a(OCoLC)1244276324 a60e9dcbBlackstone Publishing a40e9dcbBlackstone Publishing an-us--- 4aPS3616.U55bR53 2021ab04a813/.62231 aPunke, Michael,eauthor.10aRidgeline :ba novel /cMichael Punke. aUnabridged. 1aNew York, NY :bMacmillan Audio,c[2021] 4c℗2021 a10 audio discs (approximately 12 hr., 9 min.) :bdigital ;c4 3/4 in. a120900 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Tatanka Means and Amanda Stribling ; with historical notes & acknowledgements read by the author. aRecordable compact discs. aIn December 1866, tensions were rising in Wyoming, between the Native American tribes who had lived on the land for generations and the settlers who would destroy their home. Crazy Horse and his fellow Lakota hunters had been watching for months as Colonel Carrington and his army set up camp on one of the most crucial swaths of hunting ground in hundreds of miles, and began to build forts. More disconcertingly, the settlers had brought women and children, which meant they planned to stay. As the Lakota and neighboring tribes set forth with repeated attacks to discourage the settlers, Captain William J. Fetterman, anxious and arrogant, claimed that he could take offense and rid the area of Native American people with only a small army of 80 men. And he would, unless Crazy Horse could find a way to lure the army to their doom.10aGlass, Hugh,dapproximately 1780-1833vFiction.00aCrazy Horse,dapproximately 1842-1877vFiction.07aCrazy Horse,dapproximately 1842-1877.2fast0(OCoLC)fst01814293 0aWilderness survivalvFiction. 0aLakota IndiansvFiction. 0aWyomingxHistoryy19th centuryvFiction. 0aTrappersvFiction. 6aSurvie en milieu sauvagevRomans, nouvelles, etc. 6aLakotavRomans, nouvelles, etc. 6aTrappeursvRomans, nouvelles, etc. 7aFICTION / Historical / General.2bisacsh 7aFICTION / Indigenous.2bisacsh 7aFICTION / Westerns.2bisacsh 7aWilderness survival.2fast0(OCoLC)fst01175202 7aTrappers.2fast0(OCoLC)fst01155496 7aLakota Indians.2fast0(OCoLC)fst01148316 7aWyoming.2fast0(OCoLC)fst01204583 7a1800-18992fast 7anovels.2aat 7aBiographical fiction.2fast0(OCoLC)fst01726537 7aWestern fiction.2fast0(OCoLC)fst01726776 7aHistory.2fast0(OCoLC)fst01411628 7aHistorical fiction.2fast0(OCoLC)fst01726640 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aNovels.2fast0(OCoLC)fst01921742 7aWestern stories.2gsafd 7aAudiobooks.2lcgft 7aHistorical fiction.2lcgft 7aBiographical fiction.2lcgft 7aWestern fiction.2lcgft 7aNovels.2lcgft 7aLivres audio.2rvmgf 7aRomans.2rvmgf1 aMeans, Tatanka,d1985-enarrator.1 aStribling, Amanda,enarrator.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/013/572/000000000013572078.jpg a92bPUL01720cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159035002200174037001500196042002100211043001200232050002500244100003700269245009900306246004700405250001500452264006100467300004100528336002600569336003300595337002800628338002700656490004600683504005700729650003300786650003400819650001900853650002000872650002300892650005100915650005200966650003701018650003801055651003801093830004401131938005101175994001201226on1244812068OCoLC20230718213016.0220114s2021 tu a b 000 0ctur d a 2021325812 aPULbengerdacDLCdOCLCFdJPGdEVIEWdPUL a9789754004335 a9754004331 a(OCoLC)1244812068 c150.00 USD alccopycatalcode aa-tu---00aNK3636.5b.O954 20211 aÖzkafa, Fatih,d1974-eauthor.10aYâ hazret-i pîr :bTürk hat sanatında tasavvuf önderleri /cProf. Dr. Fatih Özkafa.30aTürk hat sanatında tasavvuf önderleri a1. baskı. 1aİstanbul :bMarmara Üniversitesi :bHalkbank,c2021. a559 pages :billustrations ;c33 cm. atextbtxt2rdacontent astill imagebtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aMarmara Üniversitesi yayınları ;v872 aIncludes bibliographical references (pages 547-551). 0aIslamic calligraphyzTurkey. 0aMuslim calligrapherszTurkey. 0aSufiszTurkey. 0aSufismzTurkey. 6aSoufismezTurquie. 7aIslamic calligraphy.2fast0(OCoLC)fst01430565 7aMuslim calligraphers.2fast0(OCoLC)fst01030942 7aSufis.2fast0(OCoLC)fst01137253 7aSufism.2fast0(OCoLC)fst01137257 7aTurkey.2fast0(OCoLC)fst01208963 0aMarmara Üniversitesi (Series) ;v872. aEast View Information ServicesbEASTn2405307B a92bPUL02412cim a2200625 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109020001800144020001500162024001700177024002500194035002200219082002100241100003800262245004800300250001600348264005200364264001200416300006300428300001100491306001100502336003300513337002300546338003100569344001900600344001900619344001900638347002200657347001300679490005300692500002700745500003000772520025200802511002401054600004201078610006001120600004801180600004401228610007501272650003601347650003001383650006201413650005601475650007001531650005101601655004201652655003201694655002301726655002501749994001201774on1246313481OCoLC20230718213016.0sd fsngnnzmned230628t20212021utunnnn z n eng  a 2023616855 aDLCbengerdacDLCdOCLCFdUUC a9781629728926 a16297289261 a7830277289273 a9781629728926d52499 a(OCoLC)124631348104a232.088/28932231 aAburto, Reyna I.,d1963-eauthor.10aReaching for the Savior /cReyna I. Aburto. aUnabridged. 1a[Salt Lake City, Utah] :bDeseret Book,c[2021] 4c℗2021 a4 compact discs (241 mins, 39 sec) :bdigital ;c4 3/4 in. a040139 a040000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aDeseret book audio library. Unabridged audiobook aTitle from disc label. aRecordable compact discs. a"Drawing upon her unique life experiences, Sister Reyna Aburto, Second Counselor in the Relief Society of The Church of Jesus Christ of Latter-day Saints, invites readers to join with her in strengthening Christ's Church"--cProvided by publisher.0 aRead by the author.00aJesus ChristxMormon interpretations.20aChurch of Jesus Christ of Latter-day SaintsxDoctrines.06aJésus-ChristxInterprétations mormones.07aJesus Christ.2fast0(OCoLC)fst0004011627aChurch of Jesus Christ of Latter-day Saints.2fast0(OCoLC)fst00549691 0aChristian lifexMormon authors. 0aMormon ChurchxDoctrines. 7aChristian lifexMormon authors.2fast0(OCoLC)fst00859205 7aMormon ChurchxDoctrines.2fast0(OCoLC)fst01026232 7aMormon interpretations of Jesus Christ.2fast0(OCoLC)fst01353846 7aTheology, Doctrinal.2fast0(OCoLC)fst01149617 7aAudiobooks.2fast0(OCoLC)fst01726208 7aReligious materials.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf a92bPUL02069cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003000150028003300180033003300213035002200246041000800268042001400276082003200290100005100322240004300373245002200416264004800438264001200486300003800498306004300536336003700579337002300616338003100639344001900670344001900689344001200708347002200720347001300742382003400755500002700789511006600816518007800882500007300960505019001033650004201223655005101265655003901316655003201355655002001387700004201407938005401449994001201503on1246317040OCoLC20230718213016.0sd fsngnnmmned230711p20212019ne snnn efi n zxx d a 2023627512 aTDFbengerdacDLC30a502842195509402a95509bBrilliant Classics00aBRI95509bBrilliant Classics20a20190615a20190616b4094cV2 a(OCoLC)12463170400 geng alccopycat04a780qOCoLC222/eng/202302161 aWeiss, Silvius Leopold,d1687-1750,ecomposer.10aSonatas,mlute.kSelections;oarranged10aSonatas /cWeiss. 1a[Leeuwarden] :bBrilliant Classics,c[2021] 4c℗2021 a1 audio disc (76:13) ;c4 3/4 in. a001600a001300a001500a001600a001800 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio01alute-harpsichordn1s12lcmpt aTitle from disc label.0 aWolfgang Rübsam, lute-harpsichord (2015, U.S., Keith Hill). oRecordedd2019 June 15-16pImmanuel Lutheran Church, Valparaiso, Indiana. aProgram and biographical notes (7 pages : color portrait) on insert.0 aSonata WeissSW.61 in D minor (16:00) -- Sonata WeissSW.97 in F (13:00) -- Sonata WeissSW.93 in D minor (15:00) -- Sonata WeissSW.95 in G minor (16:00) -- Sonata WeissSW.96 in G (18:00). 0aSonatas (Lute-harpsichord), Arranged. 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aSonatas.2fast0(OCoLC)fst01920363 7aArrangements (Music)2lcgft 7aSonatas.2lcgft1 aRübsam, Wolfgang,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF507108 a92bPUL04516cjm a2200889 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005700109024001800166028002900184033003900213033003300252033002900285035002200314041001300336042001400349050002500363100003000388240002300418245002800441264005300469264002100522300005900543306003500602336009100637337007500728338008500803340007200888340001400960344006600974344006801040347007001108347001301178382004401191382006201235382003701297382005801334500002701392546013701419511002401556518013201580518006201712518008301774500011401857505039401971588010102365650002802466650003802494650002302532650002202555650002702577650003602604650004902640650005402689650004802743650006402791655003802855655004102893655002202934655001902956700004302975700004003018700003303058700006203091700005003153700005903203700005503262700006403317710005503381710005903436710006503495938005403560994001203614on1246317341OCoLC20230718213016.0sd fsngnnmmned230713t20212014enksunn eh n eng d a 2023627530 aTDFbengerdacDLCdUIUdOCLCFdCUSdRBMDSdUMCdTDF30a502336302602402aNMC D260bNMC Recordings0031st, 3rd worksa20180914b6944cO90032nd worka20140510b5754cB50034th worka20150808b5754 a(OCoLC)12463173410 denggeng alccopycat 4aM3.1.D3872bS45 20211 aDavies, Tansy,ecomposer.10aWorks.kSelections10aNature /cTansy Davies. 1aBethnal Green, London :bNMC Recordings,c[2021] 4c©2021,c℗2018 a1 audio disc (68:26) :bdigital, CD audio ;c4 3/4 in. a001358a001956a002541a000837 aperformed musicbprm2rdacontent0http://rdaregistry.info/termList/RDAContentType/1011 aaudiobs2rdamedia0http://rdaregistry.info/termList/RDAMediaType/1001 aaudio discbsd2rdacarrier0http://rdaregistry.info/termList/RDACarrierType/1004 aplastic.2rdamat0http://rdaregistry.info/termList/RDAMaterial/1029 b4 3/4 in. adigital2rdatr0http://rdaregistry.info/termList/typeRec/1002 boptical2rdarm0http://rdaregistry.info/termList/recMedium/1003 aaudio file2rdaft0http://rdaregistry.info/termList/fileType/1001 bCD audio0131st workastring orchestrae1t12lcmpt0132nd workbpianon1ainstrumental ensemblee1r1t12lcmpt0133rd workaorchestrae1t12lcmpt0134th workaorchestrae1vmusicians also singt12lcmpt aTitle from disc label. aVocal portions of the 4th work sung in English by orchestra members. Text from old English songs (Sumer is icumen in, Tallis canon).0 aVarious performers. 31st, 3rd worksorecorded during the Ultima Oslo Contemporary FestivalpMarmorsalen, Sentralen, Oslo, Norwayd2018 September 14. 32nd workorecordedpCBSO Centre, Birminghamd2014 May 10. 34th workorecorded during BBC PromspRoyal Albert Hall, Londond2015 August 8. aProgram notes and biographical notes on the composer in English (14 pages : portrait), inserted in container.0 aDune of footprints (Norwegian Radio Orchestra ; Karen Kamensek, conductor) (13:58) -- Nature (Huw Watkins, piano ; Birmingham Contemporary Music Group ; Oliver Knussen, conductor) (19:56) -- What did we see? : suite from Between worlds (Norwegian Radio Orchestra ; Kamensek, conductor) (25:41) -- Re-greening (National Youth Orchestra of Great Britain, performed without conductor) (8:37). aSome URIs added to this record for the PCC URI MARC pilot. Please do not remove these subfields. 0aString orchestra music. 0aPiano with instrumental ensemble. 0aSuites (Orchestra) 0aOrchestral music. 6aOrchestre, Musique d'. 6aPiano et ensemble instrumental. 7aSuites (Orchestra)2fast0(OCoLC)fst01137923 7aString orchestra music.2fast0(OCoLC)fst01135302 7aOrchestral music.2fast0(OCoLC)fst01047289 7aPiano with instrumental ensemble.2fast0(OCoLC)fst01063496 7aSuites.2fast0(OCoLC)fst01726502 7aArt music.2fast0(OCoLC)fst01920007 7aArt music.2lcgft 7aSuites.2lcgft1 aWatkins, Huw,d1976-einstrumentalist.1 aKamensek, Karen,d1970-econductor.1 aKnussen, Oliver,econductor.12iContainer of (work):aDavies, Tansy.tDune of footprints.12iContainer of (work):aDavies, Tansy.tNature.12iContainer of (work):aDavies, Tansy.tWhat did we see?12iContainer of (work):aDavies, Tansy.tRe-greening.1 33rd workiBased on (work):aDavies, Tansy.tBetween worlds.2 aNorsk rikskringkasting orkester,einstrumentalist.2 aBirmingham Contemporary Music Group,einstrumentalist.2 aNational Youth Orchestra of Great Britain,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF507140 a92bPUL02418cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002500149028002600174033002400200035002200224041001800246042001400264100003900278240003300317245005100350264004000401264002000441300003800461306001100499336003700510337002300547338003100570344001900601344001900620344001200639347002200651347001300673382004200686500002700728511006300755518007900818500014500897505042101042650003601463650006201499655004501561655003901606655002001645655002601665700004701691700004801738938005401786994001201840on1246317922OCoLC20230718213016.0sd fsngnnmmned230713p20212020sz snnn efi n zxx d a 2023627526 aTDFbengerdacDLC10a63083552381002aPROSP 0010bProspero02a63083552381bProspero00a202010--b6044cS52 a(OCoLC)12463179220 ggergenggfre alccopycat1 aDreyer, Domenico Maria,ecomposer.10aSonatas,mrecorder, continuo10aSonatas for recorder /cDomenico Maria Dreyer. 1a[Zollikerberg] :bProspero,c[2021] 4c℗2020c©2021 a1 audio disc (66:49) ;c4 3/4 in. a010649 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio01arecordern1aharpsichordn1s22lcmpt aTitle from disc label.0 aIsaac Makhdoomi, recorder ; Sebastian Bausch, harpsichord. oRecordedd2020 OctoberpSt. German Church, Seewen, Solothurn, Switzerland. aProgram notes in German, English and French and biographical notes on the composer and performers (36 pages : portraits) bound in container.0 aSonata prima in G minor for alto recorder & B.C. -- Sonata seconda in C major for soprano recorder & B.C. -- Sonata terza in G major for alto recorder & B.C. -- Sonata quarta in D minor for soprano recorder & B.C. -- Sonata quinta in G minor for soprano recorder & B.C. -- Sonata sesta in A minor for soprano recorder & B.C. -- Sonata in C major for alto recorder & B.C. -- Sonata in A minor for alto recorder & B.C. 0aSonatas (Recorder and continuo) 7aSonatas (Recorder and continuo)2fast0(OCoLC)fst01125946 7aChamber music.2fast0(OCoLC)fst01726551 7aSonatas.2fast0(OCoLC)fst01920363 7aSonatas.2lcgft 7aChamber music.2lcgft1 aMakhdoomi, Isaac,d1984-einstrumentalist.1 aBausch, Sebastian,d1988-einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF507149 a92bPUL03174cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040004400094066000700138020001800145020001500163035002200178042001400200043001200214050002300226100003600249245011300285250002200398264007600420300002900496336002600525337002800551338002700579490012000606504005900726650003000785650005200815651002900867650005500896700004100951700003300992830012101025880003201146880009101178880002301269880006401292880008801356880007801444880078901522880003902311880003202350880008902382938006402471938008502535994001202620on1248772591OCoLC20230718213016.0220516s2021 cc b 000 0 chi d a 2023392287 aBCBTCbengerdacDLCdCNPITdEYMdBCBTC c$1 a9787553798035 a7553798037 a(OCoLC)1248772591 alccopycat aa-cc---00aHN49.C6bW364 20211 6880-01aWang, Jingxin,eauthor.106880-02aZhongguo chuan tong cun luo yu xiang cun shan zhi zhi lu /cWang Jingxin, Guo Haixia, Li Linlin zhu. 6880-03aDi 1 ban. 16880-04aNanjing :bJiangsu feng huang ke xue ji shu chu ban she,c2021. a2, 5, 203 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aZhonghua nong ye wen ming yan jiu yuan wen ku : Zhongguo chuan tong cun luo yu xiang cun zhen xing cong shu aIncludes bibliographical references (pages [199]-203). 0aRural developmentzChina. 0aRural developmentzChinaxSociological aspects. 0aChinaxRural conditions. 7aNong cunxQun zhong zi zhixYan jiuyZhongguo2cct1 6880-06aGuo, Haixia,d1980-eauthor.1 6880-07aLi, Linlin,eauthor. 06880-08aZhonghua nong ye wen ming yan jiu yuan wen ku : Zhongguo chuan tong cun luo yu xiang cun zhen xing cong shu.1 6100-01a王景新,eauthor.106245-02a中国传统村落与乡村善治之路 /c王景新, 郭海霞, 李林林著. 6250-03a第 1 版. 16264-04a南京 :b江苏凤凰科学技术出版社,c2021.1 6490-05a中华农业文明研究院文库 : 中国传统村落与乡村振兴丛书 6500-00a国家出版基金项目 江苏省金陵科技著作出版基金. 6520-00a本书以党的十九大"实施乡村振兴战略"以及"健全自治,法治,德治相结合的乡村治理体系"思路为指导,厘清并界定治理,乡村治理,善治,中国特色乡村善治等基本概念,梳理古代中国善治思想及传统村落治理机制,总结近现代中国乡村复兴的历史进程及治理格局演变的历史经验,调查研究新时代中国乡村振兴的趋势,特征及乡村治理体系结构.在此基础上,讨论以下乡村治理专题:村域集体所有制实现形式与社区基本公共服务体制机制;传统村落土地房屋产权治理与农村土地制度改革;传统村落互助合作与新时代农民合作组织发展与治理;新时代村级组织建设,乡村利益关系重构与自治,德治与法治融合.1 6700-06a郭海霞,d1980-eauthor.1 6700-07a李林林,eauthor. 06830-08a中华农业文明研究院文库 : 中国传统村落与乡村振兴丛书. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20210415161 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000001598485 a92bPUL08053cjm a2201345 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002000149033002300169035002200192041006800214042001400282047001100296082003400307245004100341264004000382264001200422300006000434306001100494336003700505337002300542338003100565340001400596344001900610344001900629344001200648344001900660347002200679347001300701382003400714546003100748500002700779511055300806518005701359500010401416500018701520505129201707650002202999650003403021650002503055650003103080650003103111650002403142650003603166650002503202650003403227650003403261650004803295650005103343650006003394650004303454648002003497655001903517655004103536655004003577655005303617655003803670655004103708655004403749655002203793655002503815655001903840655002203859655002103881655003403902655002803936655002903964655002203993655002104015655004104036700003404077700003604111700003404147700003704181700003504218700004204253700003604295700005904331700003204390700004304422700003804465700003304503700003304536700010504569700009404674700011204768700008804880700011704968700009105085700009605176700010605272700008905378700010705467700010105574700008705675700011005762700011205872700010705984700010106091700010906192710004506301710005106346710005706397710005706454710004906511710005206560710004006612710004306652994001206695on1250095245OCoLC20230718213016.0sd fsngnnmmned230510r20201993enkmunn di n ita d a 2023622380 aLRUbengerdacDLC1 a02894851275102a485 1275bDecca20a199110--a20170314 a(OCoLC)12500952450 ditadlateengegereitaefreelatnitanlatgengggergfremeng alccopycat aopaor04a782.1qOCoLC223/eng/2023021600aQueen of baroque /cCecilia Bartoli. 1a[London, England] :bDecca,c[2020] 4c℗2020 a1 audio disc (78 min., 40 sec.) :bdigital ;c4 3/4 in. a011840 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio11amezzo-soprano voicen12lcmpt aSung in Italian and Latin. aTitle from disc label.0 aCecila Bartoli, mezzo-soprano ; with, variously: June Anderson, soprano ; Philippe Jaroussky, countertenor ; Franco Fagioli, countertenor ; Daniel Behle, Julian Prégardian, tenor ; Sol Gabetta, cello ; Coro della Radiotelevisione Svizzera ; I Barocchisti ; Il Giardino armonico ; Academy of Ancient Music ; Sinfonietta de Montréal ; Sonatori de la Gioiosa Marca ; Les Musiciens du Louvre ; Cappella Gabetta ; Diego Fasolis, Giovanni Antonini, Christopher Hogwood, Charles Dutoit, Marc Minkowski, conductor ; Andrés Gabetta, conductor, violin. oRecorded (in part live)d1991 October-2017 March 14. aPrincipally previously released recordings (℗1993-℗2017); tracks 1-2 are previously unreleased. aProgram notes by Markus Wyler in English with French and German translations and lyrics with English, German, and French translations (51 pages : color portraits) bound in container.00tI trionfi del fato.tE l'honor stella tiranna /rSteffanig(2:01) --tAlessandro nell'Indie.tQuanto invidio la sorte... Chi vive amante /rVincig(4:00) --tRinaldo.tLascia ch'io pianga mia cruda sorte /rHandelg(4:50) --tArtaserse.tSon qual nave ch'agitata /rBroschig(7:28) --tStabat Mater.tStabat Mater dolorosa /rPergolesig(3:53) --tGriselda.tAgitata da due venti /rVivaldig(5:22) --tNiobe, regina di Tebe.tSerena, O mio bel sole... Mia fiamma... Mio ardore /rSteffanig(2:18) --tIl Sedecia, re di Gerusalemme.tCaldo sangue /rScarlattig(5:29) --tSerse.tOmba mai fu /rHandelg(3:24) --tIl nascimento dell'Aurora.tAure, andate e baciate /rAlbinonig(3:21) --tAdriano in Siria.tDeh, tu bel Dio d'amore... Ov'è il mio bene? /rGraung(3:41) --tStabat Mater.tEja Mater, fons amoris... Fac, ut ardeat.... Sancta Mater... Tui nati, vulnerati /rSteffanig(4:19) --tIl trionfo dell'Innocenza.tVanne pentita a piangere /rCaldarag(8:49) --tOratorio per la Resurrezione di Nostro Signor Gesù Cristo.tDisserratevi, o porte d'Averno /rHandelg(4:44) --tGermanico in Germania.tParto ti lascio, o cara /rPorporag(10:45) --tI triondi del fato.tCombatton quest'alma /rSteffanig(2:06) --tRinaldo.tBel piacere è godere fido amor! /rHandelg(2:05). 0aOperasvExcerpts. 0aStabat Mater dolorosa (Music) 0aOratoriosvExcerpts. 0aVocal musicy17th century. 0aVocal musicy18th century. 6aOpérasvExtraits. 6aStabat Mater dolorosa (Musique) 6aOratoriosvExtraits. 6aMusique vocaley17e siècle. 6aMusique vocaley18e siècle. 7aOperasxExcerpts.2fast0(OCoLC)fst01046203 7aOratoriosxExcerpts.2fast0(OCoLC)fst01047202 7aStabat Mater dolorosa (Music)2fast0(OCoLC)fst01131201 7aVocal music.2fast0(OCoLC)fst01168379 7a1600-17992fast 7aexcerpts.2aat 7aArt music.2fast0(OCoLC)fst01920007 7aExcerpts.2fast0(OCoLC)fst01692837 7aLive sound recordings.2fast0(OCoLC)fst01726308 7aOperas.2fast0(OCoLC)fst01726688 7aOratorios.2fast0(OCoLC)fst01726689 7aSacred music.2fast0(OCoLC)fst01920332 7aArt music.2lcgft 7aSacred music.2lcgft 7aOperas.2lcgft 7aOratorios.2lcgft 7aExcerpts.2lcgft 7aLive sound recordings.2lcgft 7aMusique savante.2rvmgf 7aMusique sacrée.2rvmgf 7aOratorios.2rvmgf 7aExtraits.2rvmgf 7aEnregistrements sonores live.2rvmgf1 aBartoli, Cecilia,eperformer.1 aAnderson, June,d1952-esinger.1 aJaroussky, Philippe,esinger.1 aFagioli, Franco,d1981-esinger.1 aBehle, Daniel,d1974-esinger.1 aPrégardien, Julian,d1984-esinger.1 aGabetta, Sol,einstrumentalist.1 aGabetta, Andrés,d1976-econductor, instrumentalist.1 aFasolis, Diego,econductor.1 aAntonini, Giovanni,d1965-econductor.1 aHogwood, Christopher,econductor.1 aDutoit, Charles,econductor.1 aMinkowski, Marc,econductor.12iContainer of (work) :aSteffani, Agostino,d1654-1728.tTrionfi del fato.pE l'honor stella tiranna.12iContainer of (work) :aVinci, Leonardo,d-1730.tAlessandro nell'Indie.pChi vive amante.12iContainer of (work) :aHandel, George Frideric,d1685-1759.tRinaldo.pLascia ch'io pianga mia cruda sorte.12iContainer of (work) :aBroschi, Riccardo,dapproximately 1698-1756.tSon qual nave.12iContainer of (work) :aPergolesi, Giovanni Battista,d1710-1736.tStabat Mater,nP. 77,rF minor.pStabat Mater.12iContainer of (work) :aVivaldi, Antonio,d1678-1741.tGriselda.pAgitata da due venti.12iContainer of (work) :aSteffani, Agostino,d1654-1728.tNiobe, regina di Tebe.pMio ardore.12iContainer of (work) :aScarlatti, Alessandro,d1660-1725.tSedecia, re di Gerusalemme.pCaldo sangue.12iContainer of (work) :aHandel, George Frideric,d1685-1759.tSerse.pOmbra mai fù.12iContainer of (work) :aAlbinoni, Tomaso,d1671-1750.tNascimento dell'Aurora.pAure, andate e baciate.12iContainer of (work) :aGraun, Karl Heinrich,d1704-1759.tAdriano in Siria.pOv'è il mio bene?12iContainer of (work) :aSteffani, Agostino,d1654-1728.tStabat Mater.kSelections.12iContainer of (work) :aCaldara, Antonio,d1670-1736.tTrionfo della innocenza.pVanne pentita a piangere.12iContainer of (work) :aHandel, George Frideric,d1685-1759.tResurrezione.pDisseratevi, oh porte d'averno!12iContainer of (work) :aPorpora, Nicola,d1686-1768.tGermanico in Germania.pParto, ti lascio, o cara.12iContainer of (work) :aSteffani, Agostino,d1654-1728.tTrionfi del fato.pCombatton quest'alma.12iContainer of (work) :aHandel, George Frideric,d1685-1759.tRinaldo.pBel piacere è godere fido amor.2 aRadio svizzera italiana.bCoro,esinger.2 aBarocchisti (Musical group),einstrumentalist.2 aGiardino armonico (Musical group),einstrumentalist.2 aAcademy of Ancient Music (1973- ),einstrumentalist.2 aSinfonietta de Montréal,einstrumentalist.2 aSonatori de la Gioiosa Marca,einstrumentalist.2 aCappella Gabetta,einstrumentalist.2 aMusiciens du Louvre,einstrumentalist. a92bPUL04559cjm a2201021 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040002300124024001800147028002900165035002200194042001400216100002700230240002300257245004200280264005300322264002100375300003000396336003700426337002300463338003100486344001900517344001900536344001200555347002200567347001300589382005200602382003400654382004100688382003900729500002700768511002400795518006900819518008000888518008100968518007801049500004801127500011301175505051501288600005601803600006401859650003801923650003301961650001701994650003502011650002802046650003802074650002602112650004902138650002902187650005402216650005902270650004302329650006102372655004502433655004802478655004102526655004302567655003702610655002402647655002902671655002602700655002202726655001802748655003302766655002902799655003102828655003202859700003702891700004502928700003702973700002903010700005003039700003003089700005203119700005503171700006403226700005003290710003903340710004803379710004403427938005403471994001203525on1250487963OCoLC20230718213016.0sd fsngnnmmnedsd fsngnnmmnee230713p20211988enksgnn dei n zxx d a 2023627531 aTDFbengerdacDLC30a502336302652902aNMC D265bNMC Recordings a(OCoLC)1250487963 alccopycat1 aVir, Param,ecomposer.10aWorks.kSelections10aWheeling past the stars /cParam Vir. 1aBethnal Green, London :bNMC Recordings,c[2021] 4c©2021,c℗2020 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio01bsarodn1ainstrumental ensemblee1r1t12lcmpt01astring orchestrae1t12lcmpt01asoprano voicen1acellon1s22lcmpt01ainstrumental ensemblee1t12lcmpt aTitle from disc label.0 aVarious performers. 3Raga fieldsorecordedd2015 May 23pKonzerthaus Vienna, Austria. 3Before Krishnaorecordedd1988 December 14pMaida Vale BBC Studios, London. 3Wheeling past the starsorecordedd2020 October 10pHenry Wood Hall, London. 3Hayagrivaorecordedd2005 December 13pMuziekgebouw aan 't IJ, Amsterdam. aThird work on poems by Rabindranath Tagore. aProgram notes, notes on the composer, and text of the 3rd work (15 pages : portraits) inserted in container.0 aRaga fields : three spaces for sarod soloist and large ensemble of 17 players (2014) (Soumik Datta, sarod ; Klangforum Wien ; Enno Poppe, conductor) (26:48) -- Before Krishna : overture for strings (1987) (London Chamber Orchestra ; Odaline de la Martinez, conductor) (8:39) -- Wheeling past the stars : for soprano and cello (2007) (Patricia Auchterlonie, soprano ; Ulrich Heinen, cello) (20:14) -- Hayagriva : for a mixed ensemble of 15 players (2005) (Schönberg Ensemble ; Micha Hamel, conductor) (13:26).10aTagore, Rabindranath,d1861-1941vMusical settings.17aTagore, Rabindranath,d1861-1941.2fast0(OCoLC)fst00052355 0aSarod with instrumental ensemble. 0aOvertures (String orchestra) 0aSong cycles. 0aSongs (High voice) with cello. 0aInstrumental ensembles. 6aOuvertures (Orchestre à cordes) 6aCycles de mélodies. 6aChansons (Voix aiguë) acc. de violoncelle. 6aEnsembles instrumentaux. 7aInstrumental ensembles.2fast0(OCoLC)fst00974411 7aOvertures (String orchestra)2fast0(OCoLC)fst01049439 7aSong cycles.2fast0(OCoLC)fst01126056 7aSongs (High voice) with cello.2fast0(OCoLC)fst01861443 7aChamber music.2fast0(OCoLC)fst01726551 7aMusical settings.2fast0(OCoLC)fst01423813 7aOvertures.2fast0(OCoLC)fst01726472 7aSong cycles.2fast0(OCoLC)fst01726743 7aSongs.2fast0(OCoLC)fst01726744 7aSong cycles.2lcgft 7aMusical settings.2lcgft 7aChamber music.2lcgft 7aOvertures.2lcgft 7aSongs.2lcgft 7aCycles de mélodies.2rvmgf 7aMises en musique.2rvmgf 7aMusique de chambre.2rvmgf 7aOuvertures (Musique)2rvmgf1 aDatta, Soumik,einstrumentalist.1 aHeinen, Ulrich,d1946-einstrumentalist.1 aAuchterlonie, Patricia,esinger.1 aPoppe, Enno,econductor.1 aMartínez, Odaline de la,d1949-econductor.1 aHamel, Micha,econductor.12iContainer of (work):aVir, Param.tRaga fields.12iContainer of (work):aVir, Param.tBefore Krishna.12iContainer of (work):aVir, Param.tWheeling past the stars.12iContainer of (work):aVir, Param.tHayagriva.2 aKlangforum Wien,einstrumentalist.2 aLondon Chamber Orchestra,einstrumentalist.2 aSchönberg-Ensemble,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF508259 a92bPUL03155cjm a2200697 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001800149028002900167028002600196033004300222035002200265041000800287042001400295100004500309240003400354245005600388264006900444264001200513300003800525306001100563336003700574337002300611338003100634344001900665344001900684347001300703347002200716382002300738500002700761511002600788518010400814500010300918505065901021650002701680650003401707650003401741650002801775650004201803650006001845650005301905650006001958655001902018655005102037655004002088655002102128655002102149655003402170655003202204655002102236655003402257700004302291700003802334740001902372938005402391994001202445on1250487964OCoLC20230718213016.0sd fsngnnmmned230713p20212020xx munn fi n zxx d a 2023627527 aTDFbengerdacDLCdUMCdOCLCFdTDF30a502936510218602aPCL10218bPiano Classics02a10218bPiano Classics10a20200104a20200125a20200801b6014cG5 a(OCoLC)12504879640 geng alccopycat1 aGershwin, George,d1898-1937,ecomposer.10aWorks.kSelections;oarranged10aGershwin arrangements ;bMore Gershwin /cFinnissy. 1a[Place of publication not identified] :bPiano Classics,c[2021] 4c℗2020 a1 audio disc (80:01) ;c4 3/4 in. a012001 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier boptical2rdarm adigital2rdatr bCD audio aaudio file2rdaft01apianon1s12lcmpt aTitle from disc label.0 aLukas Huisman, piano. oRecordedd2020 January 4, 25oandd2020 August 1pMiry Concertzaal, School of Arts, Ghent, Belgium. aProgram notes and biographical notes on the performer (19 pages : portrait) inserted in container.0 aHow long has this been going on? (4:02) -- Things are looking up (3:08) -- A foggy day in London town (3:11) -- Love is here to stay (4:45) -- They can't take that away from me (3:16) -- Shall we dance? (3:19) -- But not for me (3:49) -- Fidgety feet (2:01) -- Embraceable you (5:43) -- Waiting for the sun to come out (4:02) -- Innocent ingénue baby (4:39) -- Blah, blah, blah (2:01) -- Boy wanted (4:18) -- Limehouse nights (3:26) -- Wait a bit, Susie (2:51) -- I'd rather Charleston (3:23) -- Isn't it wonderful! (2:16) -- Nobody but you (1:49) -- Swanee (4:41) -- Dixie Rose (1:03) -- Someone believes in you (3:26) -- Nashville nightingale (8:41). 0aPiano music, Arranged. 0aMusicalsvExcerpts, Arranged. 0aSongsvInstrumental settings. 6aPiano, Musique de, arr. 6aChansonsvArrangements instrumentaux. 7aMusicalsxExcerpts, Arranged.2fast0(OCoLC)fst01426046 7aPiano music, Arranged.2fast0(OCoLC)fst01063453 7aSongsxInstrumental settings.2fast0(OCoLC)fst01126127 7aexcerpts.2aat 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aExcerpts.2fast0(OCoLC)fst01692837 7aMusicals.2lcgft 7aExcerpts.2lcgft 7aInstrumental settings.2lcgft 7aArrangements (Music)2lcgft 7aExtraits.2rvmgf 7aArrangements (Musique)2rvmgf1 aFinnissy, Michael,earranger of music.1 aHuisman, Lukas,einstrumentalist.02aMore Gershwin. aTheodore Front Musical LiteraturebTFRTnTF508270 a92bPUL03586cjm a2200757 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001800154028003900172028004400211033006000255033003900315035002200354041001300376042001400389050002300403100002700426240002900453245003000482264004000512264001200552300007000564306005900634336003700693337002300730338003100753344002600784347002200810347001300832382002300845382004300868490002400911500002600935511017300961518008201134518004901216500013901265505057501404650001701979650002901996650002002025650002302045650002502068650001902093650004602112650004302158655004602201655004102247655002202288655002702310655002802337655003202365700004702397700003902444700006702483700005902550700006302609700004402672700004602716938005402762994001202816on1250488711OCoLC20230718213016.0sd fsngnnmmned230713p20121993gw zznn i n zxx d a 2023627525 aTDFbengerdacDLCdRBNdOCLCFdUMCdTDF30a425031741626102a06026bPhil.harmonieq(disc label)02aPHIL. 06026bPhil.harmonieq(container)203(CD 1. Early piano works)a19930618a19930619b6299cC6 03(CD 2. Late piano works)b6299cL4 a(OCoLC)12504887110 ggergeng alccopycat 4aM22.C34bP542 20121 aCage, John,ecomposer.10aPiano music.kSelections10aPiano works /cJohn Cage. 1a[Germany] :bPhil.harmonie,c[2012] 4c℗2012 a2 audio discs (68 min., 53 sec. ;c4 3/4 in.c61 min., 43 sec.) ; a001029a000235a002034a000245a001026a004139a000937 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigitalboptical2rda aaudio file2rdaft bCD audio01apianon1s12lcmpt013(7th work: Two² )apianon2s22lcmpt0 aKlassik aus Berlin! aTitle from container.0 aSteffen Schleiermacher, solo piano (1st-5th, 8th works) ; Josef Christof, solo piano (6th work) ; Schleiermacher and Christof, two pianos, four hands (7th work: Two²). 3(CD 1. Early piano works)oRecordedd1993 June 18-19pCornet Studio, Cologne. 3(CD 2. Late piano works)oRecordedpLeipzig. aProgram notes in German (Early Piano Works) and English (Late Piano Works) (8 unnumbered pages ; illustrations) inserted in container.00gCD 1.tEarly piano works.tMusic for piano 4-19 (1953) for Harick Schneiderg(10:29) ;tMusic for piano 20 (1953) for Jimmy Curleyg(2:35) ;tMusic for piano 21-36, 37-52 (1955)g(20:34) ;tVariations I (1958) for any number of players and any sound producing meansg(2:45) ;tSolo for piano (1958) for Elaine de Kooningg(32:28) --gCD 2.tLate piano works.tOne (1987) for piano solo for Juan Allende-Blin on his 60th birthdayg(10:26) ;tTwo² (1989) for two pianos, four handsg(41:39) ;tOne (1987) for piano solo for Juan Allende-Blin on his 60th birthdayg(9:37). 0aPiano music. 0aPiano music (Pianos (2)) 0aAleatory music. 6aPiano, Musique de. 6aMusique aléatoire. 7aaleatory.2aat 7aAleatory music.2fast0(OCoLC)fst00804693 7aPiano music.2fast0(OCoLC)fst01063403 7aAleatory music.2fast0(OCoLC)fst01726522 7aArt music.2fast0(OCoLC)fst01920007 7aArt music.2lcgft 7aAleatory music.2lcgft 7aMusique savante.2rvmgf 7aMusique aléatoire.2rvmgf1 aSchleiermacher, Steffen,einstrumentalist.1 aChristof, Josef,einstrumentalist.12iContainer of (work):aCage, John.tMusic,mpiano.kSelections.12iContainer of (work):aCage, John.tVariations,nno. 1.12iContainer of (work):aCage, John.tConcert.pSolo,mpiano.12iContainer of (work):aCage, John.tOne.12iContainer of (work):aCage, John.tTwo². aTheodore Front Musical LiteraturebTFRTnTF508269 a92bPUL01868cjm a2200493 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003400149035002200183041001300205042001400218100006200232240002900294245003600323264004500359264001200404300003800416306004300454336003700497337002300534338003100557344001900588344001900607344001200626347002200638347001300660500004800673500002700721511002700748518013100775500011900906505012901025650001701154655002201171655003401193711008101227938005401308994001201362on1255905732OCoLC20230718213016.0sd fsngnnmmned230711p20202019it conn ei n zxx d a 2023627514 aTDFbengerdacDLC10a74511034988402aIDA 045bI Dischi di Angelica a(OCoLC)12559057320 genggita alccopycat1 aNitsch, Hermann,d1938-2022,ecomposer,einstrumentalist.10aOrgan music.kSelections10aOrgelkonzert /cHermann Nitsch. 1a[Italy] :bI Dischi di Angelica,c[2020] 4c℗2020 a1 audio disc (67:49) ;c4 3/4 in. a001628a001436a001332a002113a000157 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aNitsch performs his own massive organ work. aTitle from disc label.0 aHermann Nitsch, organ. oRecordedd2019 May 25pBasilica di Santa Maria dei Servi during AngelicA Festival Internazionale di Musica, twenty-nine years. aProgram and biographical notes in English and Italian (28 pages : color illustrations, color portraits) on insert.0 aOrgelkonzert I (16:28) -- Orgelkonzert II (14:36) -- Orgelkonzert III (13:32) -- Orgelkonzert IV (21:13) -- Applause (1:57). 0aOrgan music. 7aArt music.2lcgft 7aLive sound recordings.2lcgft2 aAngelicA Festival Internazionale di Musican(29th :d2019 :cBologna, Italy) aTheodore Front Musical LiteraturebTFRTnTF509145 a92bPUL02927cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040005400094020003100148020002800179035002200207042001400229043001200243050002600255100003000281245008300311250002200394264003400416264001100450300007600461336002600537337002800563338002700591546001500618504005900633520115800692600002201850600004801872650003101920650006301951650003502014650006902049650003802118650007002156651003802226655001502264655004302279655002402322655002402346938005102370994001202421on1256558600OCoLC20230718213016.0210324t20212021pl ach b 000 0bpol d a 2022380910 aEVIEWbengerdacDLCdGO6dOCLCFdCGPdOSUdEVIEW a9788366335370q(paperback) a8366335372q(paperback) a(OCoLC)1256558600 alccopycat ae-pl---00aPN2859.P66bH578 20211 aTurowska, Zofia,eauthor.10aGustaw :bopowieść o Holoubku /cscenariusz i reżyseria, Zofia Turowska. aWydanie pierwsze. 1aWarszawa :bMarginesy,c2021. 4c©2021 a412 pages :billustrations (some color), portraits, facsimiles ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn Polish. aIncludes bibliographical references (pages [394]-409). a"Na deskach teatru debiutował w 1947 roku, w swoim pierwszym filmie pojawił się 6 lat później. Rola Feliksa Dzierżyńskiego w filmie "Żołnierz zwycięstwa" otworzyła mu drzwi do kariery, chociaż to jego późniejsze kreacje filmowe najbardziej zapadły widzom w pamięci. "Gustaw. Opowieść o Holoubku" to nie tylko opowieść o jego życiu i dokonaniach artystycznych, lecz również o jego aktywności politycznej - w 1976 roku otrzymał mandat posła na sejm PRL. Zofia Turowska dotarła do rodzinnego archiwum aktora, do którego nikt inny nie miał wcześniej dostępu, a także przeprowadziła liczne rozmowy z członkami jego rodziny, którzy podzielili się z czytelnikiem swoimi wspomnieniami o aktorze. Gustaw był nie tylko znakomitym artystą, aktorem i reżyserem, ale przede wszystkim wspaniałym i optymistycznym człowiekiem, którego niezwykle ciepło wspominają rodzina oraz najbliżsi przyjaciele. Ta książka stanowi uhonorowanie jego życia oraz pracy, jaką wkładał w każdy realizowany przez siebie projekt artystyczny. Dla fanów - pozycja obowiązkowa"--Provided by publisher.10aHoloubek, Gustaw.17aHoloubek, Gustaw.2fast0(OCoLC)fst00283821 0aActorszPolandvBiography. 0aMotion picture producers and directorszPolandvBiography. 6aActeurszPolognevBiographies. 6aProducteurs et réalisateurs de cinémazPolognevBiographies. 7aActors.2fast0(OCoLC)fst00796296 7aMotion picture producers and directors.2fast0(OCoLC)fst01027225 7aPoland.2fast0(OCoLC)fst01206891 2aBiography. 7aBiographies.2fast0(OCoLC)fst01919896 7aBiographies.2lcgft 7aBiographies.2rvmgf aEast View Information ServicesbEASTn2410791B a92bPUL03483cam a2200661 i 4500001001300000003000600013005001700019008004100036010001700077040006100094016001800155020003100173020002800204035002200232042001400254043001200268050002300280082001400303100003400317245008000351246003900431264003100470300006400501336002600565337002800591338002700619504005200646505046000698520096601158546001502124650002802139650001402167650002202181650001402203650001402217650003002231650002102261650002902282650002602311650002502337650001702362650001902379650001902398650003802417650004002455650003702495650005402532655001102586655001502597655001702612655004302629655001902672655002402691655001902715655002402734938005102758994001202809on1256558899OCoLC20230718213016.0210416s2021 pl ac b 000 edpol d a 2022380746 aEVIEWbengerdacDLCdLM1dOCLCFdCGPdCUYdUKMGBdEVIEW7 a0204996582Uk a9788366275232q(paperback) a836627523Xq(paperback) a(OCoLC)1256558899 alccopycat ae-pl---00aBJ1610b.P554 202104a305.42231 aPlebanek, Grażyna,eauthor.10aRozbójniczki :bopowieść o ważnych kobietach /cGrażyna Plebanek.30aOpowieść o ważnych kobietach 1aWarszawa :bOsnoVa,c2021. a263 pages :billustrations (some color), portraits ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 263).0 aBaśń : wchodzi królowa! -- Imię : Kropka nad "ż" -- Droga : potrzeba mi drogi -- Miejsce : bez dystansu -- Obość : panna nie -- Zwierzę : autobiografia kobiecego ciała -- Zwierzę, wiwisekcja : biografia dominowanego ciała -- Futro : wynurzenie -- Wiedza : ewo ... feminizm! -- Duchowość : dzikie beginki -- Siła : filozofia siły -- Bohaterka : w podrózy -- Świadomość : na początku była krew -- Głos : stawanie się. a"Rozbójniczki. Opowieść o ważnych kobietach" to z pozoru tylko literatura lekka. Autorka ukazuje 14 kobiet, które żyły na przekór swojej epoce. Zwraca uwagę na ich siłę, upór i zdecydowanie. To postaci, które mogą stać się inspiracją dla każdej z nas! Tytułowe rozbójniczki to bohaterki zarówno współczesne, jak i dawne. Nie poddawały się sztywnym ramom swoich czasów. Zachowały własną tożsamość, mimo wyznaczonych im ról społecznych. Autorka zamieściła w książce historie kobiet o różnych osobowościach i postawach życiowych, tworząc ciekawy zbiór indywiduów. Pokazała jednocześnie, że kobiecość nie jest słabością, a każdy jej przejaw może stać się siłą i impulsem do działania. W zbiorze felietonów znalazły się życiorysy mało znanych kobiecych postaci, dzięki czemu zainteresuje ON nie tylko zwolenników feminizmu, ale i badaczy historii. aIn Polish. 0aWomenxConduct of life. 0aSex role. 0aWomenvBiography. 0aFeminism. 2aFeminism.04aEssays (Literary history)04aWomen. Feminism. 6aFemmesxMorale pratique. 6aRôle selon le sexe. 6aFemmesvBiographies. 6aFéminisme. 7asex role.2aat 7afeminism.2aat 7aEssays.2fast0(OCoLC)fst00915437 7aFeminism.2fast0(OCoLC)fst00922671 7aWomen.2fast0(OCoLC)fst01176568 7aWomenxConduct of life.2fast0(OCoLC)fst01176610 2aEssay. 2aBiography. 7aessays.2aat 7aBiographies.2fast0(OCoLC)fst01919896 7aEssays.2lcgft 7aBiographies.2lcgft 7aEssais.2rvmgf 7aBiographies.2rvmgf aEast View Information ServicesbEASTn2410797B a92bPUL01536cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003300094020003100127020001500158035002200173042000800195043001200203050002400215100004100239245015800280264008300438300004000521336002600561337002800587338002700615600002100642600002500663600002200688600003900710600004300749600004000792651003500832651004300867650002400910651003800934650004900972650004201021655003901063994001201102on1256637574OCoLC20230718213016.0210324s2021 pl a b 000 0dpol  a 2022380893 aDLCbengerdacDLCdHULdSTF a9788395544972q(hardcover) a8395544979 a(OCoLC)1256637574 apcc ae-pl---00aPN5355.P6bM56 20211 aMilewski, Jan Jerzy,d1950-eauthor.10aHistoria bliska i najbliższa :bwybór publicystyki : pamięci Anatola Wakaluka, Zbigniewa Krzywickiego i Andrzeja Gajewskiego /cJan Jerzy Milewski. 1aBiałystok :bPolskie Towarzystwo Historyczne, Oddział w Białymstoku,c2021. a222 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aWakaluk, Anatol.10aKrzywicki, Zbigniew.10aAndrzej Gajewski.17aWakaluk, Anatol,d1953-2004.2fast17aKrzywicki, Zbigniew,d1948-2015.2fast17aAndrzej Gajewski,d1944-2016.2fast 0aPolandxHistoryy20th century. 0aPolandxPolitics and governmenty1945- 0aJournalismzPoland. 7aPoland.2fast0(OCoLC)fst01206891 7aCollective memory.2fast0(OCoLC)fst01739814 7aJournalism.2fast0(OCoLC)fst00984032 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL01447cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153035002200168042000800190043001200198050002400210100002900234245010700263246002400370250001500394264004900409300005300458336002600511337002800537338002700565504005700592610003000649600006300679651004400742650003100786650003400817651004600851650004600897655004300943655003900986994001201025on1256641105OCoLC20230718213016.0210310s2020 pl a b 000 0dpol  a 2022380768 aDLCbengcDLCdHULdSTF a9788362509256q(paperback) a8362509252 a(OCoLC)1256641105 apcc ae-pl---00aDK4800.K5bO75 20201 aOsiecki, Jerzy,eauthor.10aRzeczpospolita Kielecka czyli Strzelcy w Kielcach :bmiejska ścieżka historyczna /cJerzy Osiecki.30aStrzelcy w Kielcach aWydanie I. 1aKielce :bWydawnictwo "Światowid",c[2020] a119 pages :billustrations (some color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 118-119).10aPoland.bLegiony Polskie.17aPiłsudski, Józef,d1867-1935.2fast0(OCoLC)fst00003273 0aKielce (Poland)xHistoryy20th century. 0aMonumentszPolandzKielce. 0aWorld War, 1914-1918zPoland. 7aPolandzKielce.2fast0(OCoLC)fst01215046 7aHistoric sites.2fast0(OCoLC)fst00957846 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL01896cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169037001400191042001500205043001200220050002200232100004200254245023300296250003700529264005300566300002300619336002600642337002800668338002700696504004100723520007300764650003000837650005600867650007300923650004700996651003901043880003301082880024101115880003901356880005501395994001201450on1256641288OCoLC20230718213016.0210325s2019 ti b 000 0 ara  a 2021324629 aDLCbengerdacDLCdHVLdOCLCF c(3 a9789938404920 a9938404928 a(OCoLC)1256641288 c17.50 USD alcodeapcc af-ti---00aKTV921b.A36 20191 6880-01aAḥmar, ʻIṣām,eauthor.106880-02aMajallat al-sharikāt al-tijārīyah :bmuḥayyanah ṭibq al-Qānūn ʻadad 47 li-sanat 2019 wa-muthrāh bi-fiqh al-qaḍāʼ /cʻIṣām al-Aḥmar, qāḍi, mudarris bi-al-Maʻhad al-Aʻlá lil-Qaḍāʼ. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aTūnis :bʻIṣām al-Aḥmar,c2019. a200 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aCorporation law; Business enterprises; Law and legislation; Tunisia. 0aCorporation lawzTunisia. 0aBusiness enterprisesxLaw and legislationzTunisia. 7aBusiness enterprisesxLaw and legislation.2fast0(OCoLC)fst00842588 7aCorporation law.2fast0(OCoLC)fst00879728 7aTunisia.2fast0(OCoLC)fst012054771 6100-01aأحمر، عصام.106245-02aمجلة الشركات التجارية :bمحينة طبق القانون عدد ٤٧ لسنة ٢٠١٩ ومثراه بفقه القضاء /cعصام الأحمر، قاض، مدرس بالمعهد الأعلى للقضاء. 6250-03aالطبعة الأولى. 16264-04aتونس :bعصام الأحمر،c2019. a92bPUL02472cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020002800148035002200176042001400198043001200212050002500224100003900249245007900288250001500367264003300382300002300415336002600438337002800464338002700492505126600519651004501785650003901830651003801869650005101907655001101958655001701969655003801986655001902024655001902043994001202062on1256653153OCoLC20230718213016.0210415s2021 pl 000 e pol d a 2022380750 aHULbengerdacDLC a9788395867224q(paperback) a8395867220q(paperback) a(OCoLC)1256653153 alccopycat ae-pl---00aPG7175.I49bP74 20211 aPilch, Jerzy,d1952-2020,eauthor.10aPretensja o tytuł jest jedyną, jaką mieć tu można /cJerzy Pilch. aWydanie I. 1aWarszawa :bPolityka,c2021. a235 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLiteratura : Monolog Silnego ; Lot koszący ; Zachodni wiatr ; Martwy jak Przybyszewski ; Dwie wieże i Witkacy ; Prezes Jan Józef ; Przybywaj, ogniu! ; Tomik w Wuelu ; Strofy o Bronku Maju ; Darmowy przewóz zwłok ; Strzęp całunu ; Pogięte rączki ; Gipsowe łoże i smak jabłecznika ; Wzrost Franza Kafki ; Zła pora ; Jacek Kaczmarski ; Duch i Libera ; Miłosz w niebie ; Turniej sprzedajnych garbusów ; Jazda Różyckiego ; Pisarz, który wygrał w totka ; Wyka ; Pies, który miał oczy Grydzewskiego ; "Cycki astronomki" ; Jak być czytanym ; Piękna teoria niemożności ; Muchy na zadku lajkonika ; Turowicz i Herbert ; Ruski kod ; Cień Miłosza ; Poeta nieszczęśliwy ; Olo Jurewicz i Księżyc ; Mój mały antysemita ; Listy do kobiety życia ; William Faulkner i TW Ketman -- Piłka : Boniek : kwiat mojego sekretu ; O kunszcie nogi Bóg wybacza ; Kapitan Smiertin przy piłce ; Gmoch i czeska historia ; Metafizyka dogrywki ; Grecja musi być zburzona ; Reformatorzy krowiego zadka (I) ; Reformatorzy krowiego zadka (II) ; Liga rachmistrzów ; Gdy rozum śpi, budzi się Wembley ; Powrót na fotel ; Święta wojna ; Ortalion, parasol i gazeta ; Kod, który mówi ; Trzecie przebudzenie? ; Wirtuozi nizin. 0aPolandxIntellectual lifey21st century. 0aFeuilletons, Polishy21st century. 7aPoland.2fast0(OCoLC)fst01206891 7aFeuilletons, Polish.2fast0(OCoLC)fst00923514 2aEssay. 7aessays.2aat 7aEssays.2fast0(OCoLC)fst01919922 7aEssays.2lcgft 7aEssais.2rvmgf a92bPUL03537cjm a2200817 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006200109024001700171028003600188028003900224035002200263042001400285047001900299050001800318082001400336100004700350240001600397245003900413264005200452264001200504300009600516306001100612336003700623337002300660338003100683344001900714344001900733344001200752347002200764347001300786500002700799511002700826518007600853500008700929520008101016505067001097650003301767650001701800650002301817650001901840650003301859650002301892650002301915650001901938650005901957650004302016650004502059650004902104655003802153655004702191655004002238655003802278655004902316655001902365655002802384655002102412655003002433655001902463655001902482655003202501655002102533655003202554655002802586700003902614938005402653994001202707on1257032825OCoLC20230718213016.0sd fsngnnmmned230713p20212020enkmunn efhi n zxx d a 2023627532 aTDFbengerdacDLCdTEFdOCLCFdUOKdVP@dOCOdSINLBdTDF10a82223170532102a0053bKing's College Recordings02aKGS0053bKing's College Recordings a(OCoLC)1257032825 alccopycat afgapravrasu 4aM7b.D87 202104a786.52231 aDuruflé, Maurice,d1902-1986,ecomposer.10aOrgan music10aComplete organ works /cDuruflé. 1aCambridge :bKing's College Recordings,c[2021] 4c℗2021 a1 audio disc (73 min., 25 sec.) :bCD audio, digital ;c4 3/4 in. +e1 booklet (12 x 12 cm) a011325 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from disc label.0 aThomas Trotter, organ. oRecordedd2020 March 18-20 in thepChapel of King's College, Cambridge. aProgram notes by David Gammie and Patrick Garvey (14 pages) inserted in container. aMusic by one of the most influential composer-organists of the 20th century.00tFugue sur le thème du Carillon des heures de la Cathédrale de Soissons, op. 12g(3:15) --tMéditation, op. post.g(3:53) --tPrélude et fugue sur le nom d'Alain, op. 7.tPréludeg(6:25) ;tFugueg(5:51) --tScherzo, op. 2 : dedicated to Charles Tournemireg(5:58) --tPrélude sur l'introït de l'Épiphanie, op. 13g(2:19) --tPrélude, adagio et choral varié sur le thème du 'Veni Creator,' op. 4 : dedicated to Louis Vierne.tPréludeg(8:03) ;tAdagiog(6:08) ;tChoral variég(5:43) --tChant donné : hommage à Jean Gallong(1:43) --tSuite, op. 5 : dedicated to Paul Dukas.tPréludeg(8:44) ;tSicilienneg(6:40) ;tToccatag(8:43). 0aCanons, fugues, etc. (Organ) 0aOrgan music. 0aVariations (Organ) 0aSuites (Organ) 6aCanons, fugues, etc. (Orgue) 6aOrgue, Musique d'. 6aVariations (Orgue) 6aSuites (Orgue) 7aCanons, fugues, etc. (Organ)2fast0(OCoLC)fst00845996 7aOrgan music.2fast0(OCoLC)fst01047598 7aSuites (Organ)2fast0(OCoLC)fst01137933 7aVariations (Organ)2fast0(OCoLC)fst01164312 7aFugues.2fast0(OCoLC)fst01920150 7aPreludes (Music)2fast0(OCoLC)fst01920298 7aScherzos.2fast0(OCoLC)fst01920342 7aSuites.2fast0(OCoLC)fst01726502 7aVariations (Music)2fast0(OCoLC)fst01726509 7aFugues.2lcgft 7aPreludes (Music)2lcgft 7aScherzos.2lcgft 7aVariations (Music)2lcgft 7aSuites.2lcgft 7aFugues.2rvmgf 7aPréludes (Musique)2rvmgf 7aScherzos.2rvmgf 7aVariations (Musique)2rvmgf 7aSuites (Musique)2rvmgf1 aTrotter, Thomas,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF509327 a92bPUL04243cam a2200601 i 4500001001300000003000600013005001700019008004100036010001700077040004700094016001800141020001500159020001800174035002200192042001400214050002600228055002600254082002700280084001800307100003800325245012200363264007100485264001100556300005600567336003300623336002600656337002800682338002700710490003900737504005700776520173400833600006702567600006402634600006102698600005802759600007902817600007602896600007302972600007003045600005403115650002603169650003503195650003403230650004003264650003503304650003503339650005203374650006003426655006203486830004003548938004103588994001203629on1260160255OCoLC20230718213016.0230517t20212021quca b 000 0 fre  a 2021388736 aCDXbengerdacDLCdCDXdYDXdOCLCFdUKMGB7 a0204707142Uk a2760644197 a9782760644199 a(OCoLC)1260160255 alccopycat00aPQ3919.G8bZ6156 2021 3aPS8513.U47bZ624 202104a843/.912aC843/.52223 acci1icc2lacc1 aDécarie, David,d1969-eauthor.13aLe rêve de Phonsine :bpoétique/psychocritique du Cycle du Survenant de Germaine Guèvremont /cDavid Décarie. 1aMontréal :bLes Presses de l'Université de Montréal,c[2021] 4c©2021 a295 pages :billustrations (chiefly color) ;c22 cm astill imagebsti2rdacontent atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aNouvelles études québécoises aIncludes bibliographical references (pages 289-295). a"Le cauchemar de la chute de Phonsine dans un puits (Marie-Didace) possède une extraordinaire résonnance dans les écrits de Germaine Guèvremont. Clef de l'œuvre, le rêve est l'expression des traumatismes importants qui ont marqué son imaginaire. Le cauchemar synthétise de plus les enjeux de la création chez l'autrice et son interprétation révèle les principes mêmes de son écriture et notamment l'importance du cycle littéraire. Cet essai vise à dégager, à partir d'une étude psychocritique du rêve de Phonsine, la poétique du Cycle du Survenant. Une idée reçue voudrait que Guèvremont soit l'autrice d'une seule œuvre. Cet essai montre au contraire que son œuvre s'anime et prend vie par la mise en relation et en mouvements de ses parties et que, pour prendre la pleine mesure de son ambition et de son talent, il faut étudier celle-ci dans son ensemble. S'appuyant sur les recherches qu'il mène depuis une dizaine d'années sur Guèvremont, David Décarie analyse, pour la première fois, l'ensemble de l'œuvre de l'une des plus grandes romancières du Québec. Il étudie notamment les versants inédits de ses textes radiophoniques et télévisuels. L'étude psychocritique et l'analyse poétique sont mises en relation et en mouvement dans les trois parties de l'ouvrage qui rapprochent des évènements traumatiques et des éléments formels (genres, procédés d'écritures, figures de style). La première partie met en relation le deuil et l'écriture verticale, la seconde les secrets de famille et l'écriture du secret et la troisième la question de l'enfant de remplacement et l'écriture de la variation."--cPublisher's description.10aGuèvremont, Germaine.tEn pleine terre.0(CaOONL)ncf1167184310aGuèvremont, Germaine.tMarie-Didace.0(CaOONL)ncf1039327910aGuèvremont, Germaine.tSurvenant.0(CaOONL)ncf1039328310aGuèvremont, GermainexCriticism and interpretation.16aGuèvremont, Germaine,d1893-1968.tEn pleine terre.0(CaOONL)ncf1167184316aGuèvremont, Germaine,d1893-1968.tMarie-Didace.0(CaOONL)ncf1039327916aGuèvremont, Germaine,d1893-1968.tSurvenant.0(CaOONL)ncf1039328316aGuèvremont, Germaine,d1893-1968xCritique et interprétation.17aGuèvremont, Germaine.2fast0(OCoLC)fst00272841 0aDreams in literature. 0aPsychoanalysis and literature. 0aPsychoanalysis in literature. 6aPsychanalyse dans la littérature. 6aPsychanalyse et littérature. 6aRêves dans la littérature. 7aDreams in literature.2fast0(OCoLC)fst00897911 7aPsychoanalysis in literature.2fast0(OCoLC)fst01081285 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 0aNouvelles études québécoises. aYBP Library ServicesbYANKn17561536 a92bPUL03588cam a2200601 i 4500001001300000003000600013005001700019008004100036010001700077040004700094016001800141020001500159020001800174035002200192042001400214043001200228050002200240055002400262082003200286084001800318100003300336245013800369264007300507264001100580300002300591336002600614337002800640338002700668490001200695504006700707520136600774650003002140650004802170650007602218650001702294650003702311650003102348650003102379650005202410650003402462650005602496650001802552650003802570650005602608650005302664650005802717650004302775651004002818655006202858830001302920938004102933994001202974on1260160442OCoLC20230718213016.0210713t20212021quc b 001 0 fre  a 2022360188 aCDXbengerdacDLCdCDXdYDXdOCLCFdUKMGB7 a0204700952Uk a2760644340 a9782760644342 a(OCoLC)1260160442 alccopycat an-cn-qu00aPQ3902b.R39 2021 3aPS8131.Q8bR39 202104a840.9/9714aC840.9/9714223 acci1icc2lacc1 aRaymond, Dominique,eauthor.10aÉchafaudages, squelettes et patrons de couturière :bessai sur la littérature à contraintes au Québec /cDominique Raymond. 1a[Montréal] :bLes Presses de l'Université de Montréal,c[2021] 4c©2021 a180 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCavales aIncludes bibliographical references (pages 167-174) and index. a"Ce livre recense une somme de pratiques littéraires et artistiques à contraintes québécoises dans une configuration qui les problématise. Il expose, d'une part, le caractère atemporel, actuel et international de la contrainte dans le domaine littéraire et d'autre part, il fait la démonstration qu'au-delà des avatars de l'écriture romantique (inspiration, création, écriture spontanée, culture du moi) et des questions identitaires, il existe dans la littérature québécoise un travail formel plus répandu qu'on ne le croit, qui repose sur la contrainte. L'approche théorique relève de la poétique historique. L'ouvrage circonscrit trois points d'ancrage de la littérature à contraintes à même le corpus québécois : la 'Pataphysique, le formalisme et la machine. Chaque chapitre aborde ainsi l'un de ces trois points d'ancrage, en précisant d'abord les raisons qui justifient sa présence dans ce livre, ses liens avec la littérature à contraintes et avec l'Oulipo. Les principales oeuvres québécoises et les contraintes qui les animent sont ensuite analysées en fonction d'un enjeu que chaque point d'ancrage a su faire émerger : pour la 'Pataphysique, l'alliance du rire et de la science; pour le formalisme, le féminisme et pour la machine, la potentialité."--cPublisher's description. 0aConstraints (Linguistics) 0aFormalism (Literature)zQuébec (Province) 0aFrench-Canadian literaturezQuébec (Province)xHistory and criticism. 0aPataphysics. 0aPataphysicszQuébec (Province) 6aContraintes (Linguistique) 6aFormalisme (Littérature) 6aFormalisme (Littérature)zQuébec (Province) 6aLittérature québécoise. 6aLittérature québécoisexHistoire et critique. 6aPataphysique. 6aPataphysiquezQuébec (Province) 7aConstraints (Linguistics)2fast0(OCoLC)fst00875876 7aFormalism (Literature)2fast0(OCoLC)fst01747836 7aFrench-Canadian literature.2fast0(OCoLC)fst00934875 7aPataphysics.2fast0(OCoLC)fst01054779 7aQuébec.2fast0(OCoLC)fst01207316 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 0aCavales. aYBP Library ServicesbYANKn17561537 a92bPUL02096cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124035002200131042000800153050002400161084001800185110006400203245021700267246013200484246010300616264009000719300006700809336002600876337002800902338002700930504005200957610006401009880005901073880018501132880010701317880009001424880007901514880005901593938004601652994001201698on1260437097OCoLC20230718213016.0211026s2020 ja ac b 000 0djpn  a 2021422240 aDLCbengerdacDLCdTRCLS c$1 a(OCoLC)1260437097 apcc00aRA990.J32bK65 2020 a498.162njb/92 6880-01aKokuritsu Kokusai Iryō Kenkyū Sentā,eeditor.106880-02aRekishi to dentō soshite hiyaku :bKokuritsu Kenkyū Kaihatsu Hōjin Kokuritsu Kokusai Iryō Kenkyū Sentā sōritsu 150-shūnen kinenshi 1868-2018 /chensan 150-nen Kinen Jigyō Jikkō Iinkai.306880-03aKokuritsu Kenkyū Kaihatsu Hōjin Kokuritsu Kokusai Iryō Kenkyū Sentā sōritsu 150-shūnen kinenshi 1868-20181 6880-04iColophon title:aKokuritsu Kokusai Iryō Kenkyū Sentā sōritsu 150-shūnen kinenshi 16880-05aTōkyō-to Shinjuku-ku :bKokuritsu Kokusai Iryō Kenkyū Sentā,c2020. a215 pages :billustrations (chiefly color), portraits ;c31 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 212).206880-06aKokuritsu Kokusai Iryō Kenkyū SentāxHistory.2 6110-01a国立国際医療研究センター,eeditor.106245-02a歴史と伝統そして飛躍 :b国立研究開発法人国立国際医療研究センター創立150周年記念誌 1868-2018 /c編纂150年記念事業実行委員会.306246-03a国立研究開発法人国立国際医療研究センター創立150周年記念誌 1868-20181 6246-04iColophon title:a国立国際医療研究センター創立150周年記念誌 16264-05a東京都新宿区 :b国立国際医療研究センター,c2020.246610-06a国立国際医療研究センターxHistory. aTRC Library Service, Inc.bTRCLn21102575 a92bPUL01947cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028003000166033003300196035002200229050002500251245003100276264005000307264001100357300004100368306007500409336003700484337002300521338003100544344001900575344001900594344001900613347002200632347001300654500002700667511012200694518006800816505010100884650002100985650002101006650003601027648002001063655001501083655003601098655001701134655001701151700004901168700003701217700004801254700003701302938005401339994001201393on1261344185OCoLC20230718213016.0sd fsngnnmmned230714p20212020caujznn n zxx  a 2023627028 aDLCbengerdacDLCdRBNdOCLCFdTDF1 a76870782192102aPR8219bPosi-Tone Records20a20201024a20201025b3804cB7 a(OCoLC)1261344185 4aM1366.S625bU67 202100aUpstream /cAlex Sipiagin. 1aLos Angeles, CA :bPosi-Tone Records,c[2021] 4c©2021 a1 audio disc :bdigital ;c4 3/4 in. a000523a000531a000521a000621a000545a000710a000646a000500a000738 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aAlex Sipiagin, trumpet, flugelhorn ; with Art Hirahara, piano ; Boris Kozlov, bass ; Rudy Royston, drums, percussion. oRecordedd2020 October 24-25pAcoustic Recording, Brooklyn, NY.00tCall -- Echo Canyon -- Sight -- SipaTham -- Magic square -- Rain -- Shura -- Miyako -- Upstream. 0aJazzy2011-2020. 6aJazzy2011-2020. 7aJazz.2fast0(OCoLC)fst00982165 7a2011-20202fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf1 aSipiagin, Alex,ecomposer,einstrumentalist.1 aHirahara, Art,einstrumentalist.1 aKozlov, Boris,ecomposer,einstrumentalist.1 aRoyston, Rudy,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF510457 a92bPUL01389cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040005200094016001800146020001500164020001800179020002500197020002600222035002200248042001400270050002300284082001700307100003900324245010800363264007100471264001100542300002400553336002600577337002800603338002700631490001200658504003300670650002800703650001400731650003600745650001400781650005400795650004000849830001300889938004100902994001200943on1262368356OCoLC20230718213016.0210731t20212021quc b 001 0 fre d a 2022360189 aYDXbengerdacDLCdEEMdOCLCFdNDDdUKMGBdYDX7 a0204706812Uk a2760644162 a9782760644168 z9782760644175q(PDF) z9782760644182q(EPUB) a(OCoLC)1262368356 alccopycat00aPN56.M55bC53 202104a809.93372231 aChassay, Jean-François,eauthor.13aLa monstruosité en face :bles sciences et leurs monstres dans la fiction /cJean-François Chassay. 1aMontréal :bLes Presses de l'Université de Montréal,c[2021] 4c©2021 a284 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCavales aWith bibliography and index. 0aMonsters in literature. 0aMonsters. 6aMonstres dans la littérature. 6aMonstres. 7aMonsters in literature.2fast0(OCoLC)fst01025760 7aMonsters.2fast0(OCoLC)fst01025752 0aCavales. aYBP Library ServicesbYANKn17561534 a92bPUL02519cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040005000094020002700144020001500171035002200186042001400208043001200222050002200234082001200256245005500268264004500323264001100368300006600379336002600445336003300471337002800504338002700532500009800559504005200657520071900709650009501428650008601523650006201609650005701671650007501728651004601803655005101849655005901900700004601959710005602005994001202061on1263685937OCoLC20230718213016.0210419t20212021be ab bc 000 0 dut d a 2020437144 aHULbengerdacDLCdJPGdOCLCFdCGUdIXAdHUL a9789463934329q(cloth) a9463934324 a(OCoLC)1263685937 alccopycat ae-be---00aTH4521b.K38 202104a72022200aKathedralen van de industrie /cAlexander Dumarey. 1aGent :bBorgerhoff & Lamberigts,c[2021] 4c©2021 a103 pages :billustrations (chiefly color), map ;c22 x 28 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCatalog of an exhibition held at Industriemuseum, Gent, Belgium, April 24-September 26, 2021. aIncludes bibliographical references (page 103).8 aIndustrieel erfgoed is hip. Fabrieksgebouwen, ketelhuizen, machinekamers en loodsen krijgen nieuwe bestemmingen. De oude constructies krijgen daardoor een nieuw jasje. Dat weet het Gentse Industriemuseum - het vroegere MIAT -maar al te goed. Daarom organiseert het in 2021 de expo "Kathedralen van de Industrie". Daarin worden enkele tientallen industriële textielsites uit Gent in hun oude én hun nieuwe jas getoond. Foto's uit de jaren 70 en 80 worden vergeleken met foto's van nu, met tekst en uitleg. Zwart-wit van toen wordt vergeleken met kleur van nu. De herontdekking van een prachtig stuk erfgoed wordt geëvoceerd in dit heerlijke boek. Exhibition: Industriemuseum, Gent, Belgium (24.04-26.09.2021). 0aTextile factoriesxRemodeling for other usezBelgiumzGhentxPictorial worksvExhibitions. 6aUsines textilesxReconversionzBelgiquezGandvOuvrages illustrésvExpositions. 6aPhotographie d'architecturezBelgiquezGandvExpositions. 7aArchitectural photography.2fast0(OCoLC)fst00813301 7aTextile factoriesxRemodeling for other use.2fast0(OCoLC)fst01148788 7aBelgiumzGhent.2fast0(OCoLC)fst01204545 7aExhibition catalogs.2fast0(OCoLC)fst01424028 7aExhibition, pictorial works.2fast0(OCoLC)fst014241871 aDumarey, Alexander,d1985-ephotographer.2 aIndustriemuseum (Gent, Belgium),ehost institution. a92bPUL01874cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040005500094020008100149020001500230020007500245020001500320020006700335020001500402020006000417020005700477035002200534042000800556050002800564100002800592240002300620245003900643246001300682250002300695264011200718264001100830300002400841336002600865337002800891338002700919490003600946504005700982600001901039600004501058650005001103655003801153655004701191655001901238655003701257655002801294830003401322994001201356on1266272306OCoLC20230718213016.0210623t20202020mx b 000 0 spa  a 2021360829 aDLCbengerdacDLCdOCLCFdSTFdUPMdNUIdHULdTJC a9786070294907q(Universidad Nacional Autónoma de México : obra completa) a6070294904 a9786073034487q(Universidad Nacional Autónoma de México : volumen) a6073034482 a9786079764937q(Academia Mexicana de la Lengua : obra general) a6079764938 a9786079871789q(Volumen Academia Mexicana de la Lengua) a6079871785q(Volumen Academia Mexicana de la Lengua) a(OCoLC)1266272306 apcc00aPQ7298.17.L36bA6 2020b1 aGlantz, Margo,eauthor.10aWorks.kSelections10aA los dieciséis /cMargo Glantz.3 aA los 16 aPrimera edición. 1aCiudad de México :bUniversidad Nacional Autónoma de México :bAcademia Mexicana de la Lengua,c2020. 4c©2020 a145 pages ;c19 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aLa academia para jóvenes ;v9 aIncludes bibliographical references (pages 141-145).10aGlantz, Margo.17aGlantz, Margo.2fast0(OCoLC)fst00078952 7aMexican literature.2fast0(OCoLC)fst01019210 7aEssays.2fast0(OCoLC)fst01919922 7aAutobiographies.2fast0(OCoLC)fst01919894 7aEssays.2lcgft 7aAutobiographical fiction.2lcgft 7aAutobiographies.2lcgft 0aAcademia para jóvenes ;v9. a92bPUL02205cam a2200613 i 4500001001300000003000600013005001700019008004100036010001700077040005700094015001900151016001800170019001500188020002800203020003100231020002800262020003100290020003200321020003100353035004100384042001400425043001200439050002600451082001500477100003100492245007600523246005400599264007300653264001100726300002800737336002600765336003300791337002800824338002700852504005100879650003400930650003000964650003700994650002601031650004301057650003001100650003801130650002801168650005201196650004801248650004401296650005501340651003801395776003501433938004101468938004101509938002901550994001201579on1266360310OCoLC20230718213016.0210830t20222022enk b 001 0 eng d a 2021946203 aYDXbengerdacDLCdYDXdBDXdUKMGBdOCLCFdCDXdLML aGBC2027082bnb7 a0204438152Uk a1266358736 a1526469391q(hardcover) a9781526469397q(hardcover) a1526469383q(paperback) a9781526469380q(paperback) z9781529792812q(ePub ebook) z9781529792836q(PDF ebook) a(OCoLC)1266360310z(OCoLC)1266358736 alccopycat af------00aHC800.Z9bE51266 202204a338.962231 aAnosike, Paschal,eauthor.10aEntreneurship and sustainable development in Africa /cPaschal Anosike.18aEntreneurship & sustainable development in Africa 1aLondon ;aThousand Oaks, California :bSAGE Publications Ltd,c2022. 4c©2022 axxi, 199 pages ;c25 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aEconomic developmentzAfrica. 0aEntrepreneurshipzAfrica. 0aSustainable developmentzAfrica. 0aIndustry 4.0zAfrica. 6aDéveloppement économiquezAfrique. 6aEntrepreneuriatzAfrique. 6aDéveloppement durablezAfrique. 6aIndustrie 4.0zAfrique. 7aEconomic development.2fast0(OCoLC)fst00901785 7aEntrepreneurship.2fast0(OCoLC)fst00912787 7aIndustry 4.0.2fast0(OCoLC)fst02024640 7aSustainable development.2fast0(OCoLC)fst01139731 7aAfrica.2fast0(OCoLC)fst0123950908iebook version :z9781529792812 aYBP Library ServicesbYANKn17621265 aYBP Library ServicesbYANKn17621266 aBrodartbBRODn130698385 a92bPUL02815cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040007500094015001900169016001800188019001500206020003100221020002800252035004100280042001400321050002300335082001500358100004200373245005700415264005300472264001100525300002700536336002600563337002800589338002700617504006700644505022300711520107200934650003102006650005302037650005702090776016402147938004102311938002902352994001202381on1268206664OCoLC20230718213016.0230714t20222022nyu b 001 0 eng d a 2023277889 aYDXbengerdacDLCdYDXdBDXdTOHdNYPdAUVdTFWdUKMGBdMUUdCDXdQGJ aGBC2F71922bnb7 a0207363812Uk a1343156588 a9780197574232q(hardcover) a0197574238q(hardcover) a(OCoLC)1268206664z(OCoLC)1343156588 alccopycat00aBJ1461b.M454 202204a123/.52231 aMele, Alfred R.,d1951-eauthor.4aut10aFree will :ban opinionated guide /cAlfred R. Mele. 1aNew York, NY :bOxford University Press,c[2022] 4c©2022 aix, 150 pages ;c19 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 145-146) and index.0 aGetting started -- Free will : straight up -- Alternative possibilities -- A whirlwind tour -- Mixing it up -- Some sources of skepticism -- More skeptical arguments -- Free will and neuroscience -- Wrapping things up. a"What did you do a moment ago? What will you do after you read this? Are you deciding as we speak, or is something else going on in your brain or elsewhere in your body that is determining your actions? Stopping to think this way can freeze us in our tracks. A lot in the world feels far beyond our control--the last thing we need is to question whether we make our own choices in the way we usually assume we do. Questions about free will are so major and consequential that we may prefer not to think about them at all, lest we feel completely lost and unsure of everything we thought we knew! Free Will: An Opinionated Guide offers a clear and straightforward introduction to this vexing topic. Drawing on decades of extensive research in philosophy, neuroscience, and psychology, internationally recognized authority on free will Alfred R. Mele explains and explores the most prominent theories, puzzles, and arguments in free will, all the while presenting his own distinctive take on the topic. like determinism, neuroscience, and control."--cBook dust jacket. 0aFree will and determinism. 7aPHILOSOPHY / Ethics & Moral Philosophy.2bisacsh 7aFree will and determinism.2fast0(OCoLC)fst0093396808iOnline version:aMele, Alfred R., 1951-tFree will.dNew York, NY, United States of America : Oxford University Press, [2022]z9780197574249w(OCoLC)1336404757 aYBP Library ServicesbYANKn17635860 aBrodartbBRODn130767891 a92bPUL03124cam a2200589 a 4500001001300000003000600013005001700019008004100036010001700077040006400094015001900158016001800177019001500195020003100210020002800241035004100269042001400310043001200324050002500336082002000361100003000381245009500411264005200506264001100558300008400569336002600653337002800679338002700707520095700734500004001691600002101731610003801752610006401790650004801854650004501902650009701947650004902044650004802093651004502141655001902186655001502205655004702220655004302267655002802310655002402338655002802362655002402390700003802414938004102452938002902493994001202522on1269512706OCoLC20230718213016.0210525t20212021iluaf e 000 0aeng  a 2021939954 aWCFLSbengcDLCdWCFLSdGO3dYDXdBDXdRCLdANKdNMPdUKMGB aGBC3609832bnb7 a0207059792Uk a1240210312 a9781629378909q(hardcover) a1629378909q(hardcover) a(OCoLC)1269512706z(OCoLC)1240210312 alccopycat an-us---00aGV939.S7495bA3 202104a796.332/0922231 aStudwell, Scott,eauthor.10aViking for life :ba four-decade football love affair /cScott Studwell ; with Jim Bruton. 1aChicago, Illinois :bTriumph Books LLC,c[2021] 4c©2021 a239 pages, 16 unnumbered pages of plates :billustrations (some color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn professional football, careers are often short and turnover is a constant. So when one man's career spans more than four decades with one organization, it is quite an achievement. Scott Studwell did just that with the Minnesota Vikings. As a linebacker, Studwell totaled a Vikings record 1,981 tackles in 14 seasons, reaching two Pro Bowls. After retiring as a player after the 1990 season, Studwell moved into the Vikings' player personnel department and served as the team's Director of College Scouting. In Viking for Life: A Four-Decade Football Love Affair, Studwell shares stories from the Vikings teams of the 1970s and '80s under head coaches Bud Grant and Jerry Burns, teams that reached two NFC championship games. He also provides rare insight into his three decades in the Vikings' scouting department and draft room, during which he helped the Vikings identify countless stars, including Randy Moss, Adrian Peterson, and Harrison Smith. aAutographed copy signed by authors.10aStudwell, Scott.20aMinnesota Vikings (Football team)27aMinnesota Vikings (Football team)2fast0(OCoLC)fst00594090 0aFootball playerszUnited StatesvBiography. 7aSPORTS & RECREATION / Football.2bisacsh 7aTRAVEL / United States / Midwest / West North Central (IA, KS, MN, MO, ND, NE, SD).2bisacsh 7aBIOGRAPHY & AUTOBIOGRAPHY / Sports.2bisacsh 7aFootball players.2fast0(OCoLC)fst00931425 7aUnited States.2fast0(OCoLC)fst01204155 2aAutobiography. 2aBiography. 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aAutobiographies.2lcgft 7aBiographies.2lcgft 7aAutobiographies.2rvmgf 7aBiographies.2rvmgf1 aBruton, James H.,d1945-eauthor. aYBP Library ServicesbYANKn17267110 aBrodartbBRODn128726865 a92bPUL04539cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040006600094019002700160020003100187020002800218035006000246042001400306043001200320050002300332082000800355245022400363264005000587300006000637336002600697337002800723338002700751490005600778500002800834504004100862520088100903505139801784650006203182650003903244651005503283650005903338650004003397651005603437650005303493650005303546650005603599651004803655655006503703700002903768700003403797700003403831830004503865938003903910938003603949994001203985on1269613167OCoLC20230718213016.0210929s2021 fr ab b 100 0 fre d a 2021418488 aAUXAMbengerdacDLCdERASPdYUSdOCLCFdJPGdPULdHULdAUXAM a1274120775a1277138239 a9782355180620q(paperback) a2355180628q(paperback) a(OCoLC)1269613167z(OCoLC)1274120775z(OCoLC)1277138239 alccopycat ae-fr---00aDC607.4b.D38 2021 4a93603aLa datation des contextes archéologiques dans le sud-est de la Gaule (IIe-IIIe s. apr. J.-C.) /csous la direction d'Amaury Gilles et Stéphane Mauné ; avec les contributions de D. Baldassari [and nineteen others]. 1aDrémil-Lafage :bÉditions Mergoil,c2021. a374 pages :billustrations (some color), maps ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aArchéologie et Histoire romaine,x1285-6371 ;v46 aConference proceedings. aIncludes bibliographical references.8 aCe volume rassemble une douzaine de contributions qui traitent de la délicate question de la datation des contextes des IIe et IIIe s. en Gaule Narbonnaise. L'aire géographique considérée s'étend de Lyon jusqu'à Fréjus et Béziers. Le parti pris a été de concentrer la réflexion sur les deux principaux fossiles directeurs céramiques utilisés par les archéologues. Ainsi, l'objectif principal est de préciser dans quelle mesure et à quels rythmes les productions à revêtement argileux non grésé auxquelles est rattachée la sigillée claire B rhodanienne, avaient concurrencé/remplacé les productions de sigillées grésées du Sud et du Centre de la Gaule. Deux articles apportent par ailleurs l'éclairage bienvenu de la vaisselle en verre ainsi que des amphores à huile Dr. 20 dont on connaît la richesse épigraphique.00tLe mobilier de deux niveaux de remblai du IIe s. fouillés à Lyon -- Place d'Albon --tDu milieu du IIe s. apr. J.-C. à la seconde moitié du IIIe s. : trois ensembles de mobilier céramique inédits de Lugdunum --tL'évolution des assemblages céramiques de la fouille de la Visitation à Lyon, la phase de transition entre la fin du IIe et le début du IIIe siècle --tNouveaux contextes de la première moitié du IIe s. dans le suburbium de Vienne --tFaciès matériel et échanges commerciaux à Arles au IIe s. Les ensembles céramiques de la place J.-B. Massillon --tAssemblages céramiques de la seconde moitié du IIe s. à la première moitié du IIe s. à Aix-en-Provence --tSigillées claires B en Provence orientale (territoire d'Antibes et de Fréjus) --tUn dépotoir de la fin du IIe s. ap. J.-C. sur le site des Aubettes à Mudaison (Hérault) --tSigillées de mode C, sigillées claire B rhodaniennes et aveyronnaises en Narbonnaise centrale au IIe et au début du IIIe s. ap. J.-C. Un état de la question --tLa sigillée claire B : nouvel état de la question --tApports récents des amphores Dr. 20 à la datation des contextes des IIe et IIIe s. ap. J.-C. : des centres de consommation au Monte Testaccio --tVases en verre des IIe et IIIe s. ap. J.-C. en Gaule du Sud et du Sud-Est : quelques repères chrono-typologiques. 0aExcavations (Archaeology)zFrance, SoutheastvCongresses. 0aArchaeological datingvCongresses. 0aFrance, SoutheastxAntiquities, RomanvCongresses. 6aFouilles (Archéologie)zFrance (Sud-Est)vCongrès. 6aArchéologiexDatationvCongrès. 6aFrance (Sud-Est)xAntiquités romainesvCongrès. 7aArchaeological dating.2fast0(OCoLC)fst00812899 7aClassical antiquities.2fast0(OCoLC)fst00863445 7aExcavations (Archaeology)2fast0(OCoLC)fst00917564 7aSoutheast France.2fast0(OCoLC)fst01692692 7aConference papers and proceedings.2fast0(OCoLC)fst014237721 aGilles, Amaury,eeditor.1 aMauné, Stéphane,eeditor.1 aBaldassari, D.,econtributor. 0aArchéologie et histoire romaine ;v46. aLibrarie ErasmusbERAPn0000089628 aAMALIVREbAUXAnAAL0880874-0001 a92bPUL04165cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040006900094019001500163020003100178020002800209035004100237042000800278043001200286050002500298082000800323245020600331264005000537300006000587336002600647337002800673338002700701490004400728504004100772505104500813520122201858650004503080651004003125650004403165650005603209651004403265655006203309655008103371700003103452700003803483700003003521830004503551938003903596938003603635994001203671on1273910179OCoLC20230718213016.0211007s2021 fr ab b 010 0 fre  a 2021418490 aDLCbengerdacDLCdERASPdUBCdOCLCFdCGUdPAUdHULdPULdAUXAM a1285279124 a9782355181153q(paperback) a2355181152q(paperback) a(OCoLC)1273910179z(OCoLC)1285279124 apcc ae-fr---00aDC801.L964bA73 2021 4a93600aArchéologies romaines en Gaule lyonnaise :bhommages au professeur Gilles Sauron /ctextes réunis par Morgane Andrieu et Michel Kasprzyk ; avec les contributions de: A. Ahü-Delor [and 14 others]. 1aDrémil Lafage :bÉditions Mergoil,c2021. a222 pages :billustrations (some color), maps ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aArchéologie et histoire romaine ;v47 aIncludes bibliographical references.00tLa sigillée italique de Chartres. Bilan de quartorze années de fouilles archéologiques préventives --tCrémation et mobilier céramique : au sujet des pratiques funéraires à Troyes et Autun à l'époque augustéenne --tLa vie privée des Éduens : le décor de l'habitat urbain --tAutun, naissance d'une ville augustéenne --tUne gestion de l'eau dans les agglomérations antiques de la cité des Éduens ? --tLe colosse de Lugdunum : Mercure ou Génie de Lyon ? --tLes ouvrages et les archives Pierre Wuilleumier à la Maison de l'Orient et de la Méditerranée (Lyon) --tUne découverte exceptionnelle ! Ce que révèlent une amphore et ses graffites mis au jour au Sénat (jardin du Luxembourg, Paris) --tL'établissement rural aristocratique de l'Antiquité tardive "Dessous la Côte Mitière" à Migennes (Yonne) : les fouilles de Jean-Louis Tainturier Michel Kasprzyk, Thomas Inacio --tQuelques images du temps qui passe... évocations de sites de la province de Lyonnaise Antoine Louis.8 aGilles Sauron, archéologue, ancien élève de l'École normale supérieure, ancien membre de l'École Française de Rome, professeur d'archéologie à l'Université de Bourgogne puis à l'Université de Paris-Sorbonne, a consacré ses recherches à l'étude de l'art romain à la fin de la République et du début du Principat. Durant sa carrière universitaire, il a dirigé de nombreux mémoires de Maîtrise puis de Master et plus de trente thèses de doctorat portant sur l'archéologie et l'art de l'Empire romain. Une quinzaine d'anciennes étudiantes et étudiants en archéologie mais aussi des collègues ont souhaité lui rendre hommage à travers ce recueil d'hommages consacré à l'archéologie de la Gaule Lyonnaise. Les dix contributions réunies dans cet ouvrage concernent les cités romaines et leur territoire de Lyon à Chartres et couvrent l'ensemble de la période impériale, de l'époque triumvirale à l'Antiquité tardive. Elles abordent l?architecture domestique et publique, son décor, mais aussi les pratiques funéraires et la culture matérielle. Un cahier d'aquarelles donne à voir des restitutions de plusieurs sites de cette province. 0aExcavations (Archaeology)zFrancezLyon. 0aLyon (France)zxAntiquities, Roman. 6aFouilles (Archéologie)zFrancezLyon. 7aExcavations (Archaeology)2fast0(OCoLC)fst00917564 7aFrancezLyon.2fast0(OCoLC)fst01214593 7aFestschriften.2fast0http://id.worldcat.org/fast/1941036 7aFestschriften.2lcgft0http://id.loc.gov/authorities/genreForms/gf20160260821 aAndrieu, Morgane,eeditor.1 aKasprzyk, Michel,d1974-eeditor.1 aSauron, Gilles,ehonoree. 0aArchéologie et histoire romaine ;v47. aLibrarie ErasmusbERAPn0000090163 aAMALIVREbAUXAnAAL0882424-0001 a92bPUL01443cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040004900094020003000143020001500173025002300188035002200211037005300233042002100286050002100307082001200328100003500340245009500375264007300470300003000543336002600573337002800599338002700627490003100654500005300685504006700738650002000805650004600825710005900871710006600930938004900996994001201045on1277030506OCoLC20230718213016.0211014s2021 ii b 001 0 eng d a 2020510281 aDKAGEbengerdacDLCdDLCdDKAGEdOCLCFdGZM a9789351485711q(hardback) a9351485714 aI-E-2020510281; 05 a(OCoLC)1277030506 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aBD632b.P28 202104a1152231 aPandikattu, Kuruvila,eauthor.10aTime's up! :bthe story of time weaving physics and philosophy /cKuruvilla Pandikattu SJ. 1aPune :bJnana Deepa ;aNew Delhi :bChristian World Imprints,c2021. axvii, 167 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJD philosophy series ;v19 a"DOI: 10.5281/zenodo.4765653"--Title page verso. aIncludes bibliographical references (pages 149-154) and index. 0aSpace and time. 7aSpace and time.2fast0(OCoLC)fst011276222 aJnana-Deepa Vidyapeeth,ecopyright holder,epublisher.2 aMissionswissenschaftliches Institut Missio,eassociated name. aD. K. Agencies (P) Ltd.bDKAPnDK-293639-HBD a92bPUL01506cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152020001800167020001500185035002200200042001500222043001200237050002400249245003900273250002300312264006300335300002400398336002100422337002500443338002300468490001900491520006500510546001600575610004700591610007300638650005700711650005700768650005600825650005700881655005300938710008100991994001201072on1280938751OCoLC20230718213016.0230331s2015 ph f000 0 tgl  a 2023353061 aDLCbengerdacDLCdOCLCFdDLCdYUS a9789710197347 a9710197347 a9789710197699 a971019769X a(OCoLC)1280938751 alcodeapcc aa-ph---00aPL5665.1b.K84 201500aKWF manwal sa masinop na pagsulat. aIkalawang edisyon. 1aSan Miguel, Maynila :bKomisyon sa Wikang Filipino,c2015. a157 pages ;c26 cm. atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 aAklat ng bayan aHandbook on grammar and proper writing in Filipino language. aIn Tagalog.10aPhilippines.bKomisyon sa Wikang Filipino.17aPhilippines.bKomisyon sa Wikang Filipino.2fast0(OCoLC)fst01524984 0aFilipino languagexGrammarvHandbooks, manuals, etc. 0aFilipino languagexWritingvHandbooks, manuals, etc. 6aPilipino (Langue)xGrammairevGuides, manuels, etc. 6aPilipino (Langue)xÉcriturevGuides, manuels, etc. 7aHandbooks and manuals.2fast0(OCoLC)fst014238771 aPhilippines.bKomisyon sa Wikang Filipino,eissuing body,ecopyright holder. a92bPUL04941cam a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040005400094020003000148020002700178035002200205042001400227043001200241050002200253082000800275245008600283264003000369300005600399336002600455336003300481337002800514338002700542504006600569500010800635505173100743520084102474650003303315650006903348650006903417650007203486650007203558650007503630650007503705650003903780650004603819650004203865651005003907648002003957655003003977655005104007655003904058655003204097655003604129700003104165700003504196710008404231938003604315994001204351on1282575403OCoLC20230718213016.0211109s2021 fr a bc 001 0 fre d a 2021418492 aAUXAMbengerdacDLCdISMdOCLCFdJPGdZVPdAUXAM a9782359063455q(hardback) a2359063456q(hardback) a(OCoLC)1282575403 alccopycat ae-fr---00aN7660b.A676 2021 4a94404aLes animaux du roi /csous la direction d'Alexandre Maral et Nicolas Milovanovic. 1aParis :bLienArt,c[2021] a463 pages :billustrations (chiefly color) ;c30 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pags 441-459) and index. aCatalog of the exhibition held at the Palace of Versailles, France, October 12, 2021-February 13, 2022.00tDe L. XIV à L 214 /rIntroduction par Alexandre Maral et Nicolas Milovanovic --tL'animal étudié et collectionné --tNicasius Bernaerts, portraitiste des animaux de Versailles /rVincent Delieuvin --tVersailles contre les animaux-machines /rNicolas Milovanovic --tLa ménagerie royale et le labyrinthe royal (1664-1674) /rPeter Sahlins (traduction de l'anglais par Marine Van Hoof) --tDe Versailles à Paris, le voyage des animaux à travers le temps (1664-2021) /rAnne Nivart et Jacques Cuisin --tÀ la recherche des auges perdues de la ménagerie de Versailles /rPierre Pénicaud --tL'animal symbolique et politique --tLe sauvage en majesté : grandeur et paradoxes des chasses de Versailles /rHenri Pinoteau --tVersailles et la peinture animalière française /rNicolas Milovanovic --tL'animal sculpté à Versailles /rAlexandre Maral --tL'animal dans les décors sculptés et peints du château de Versailles sous Louis XV /rLionel Arsac --tL'animal tissé dans les tapisseries de la manufacture des Gobelins durant le règne de Louis XIV /rMaxime Georges Métraux --tL'animal de compagnie et d'agrément --tL'écologie de Versailles /rGrégory Quénet --tLa représentation des animaux de compagnie, du portrait à la peinture animalière /rLoreline Pelletier --tUn bestiaire foisonnant: L'animal dans les arts décoratifs à Versailles aux XVIIe et XVIIIe siècles /rMarie-Laure de Rochebrune --tRésidences versaillaises des animaux du roi /rAlexandre Maral --tVersailles et la bête du Gévaudan /rAlexandre Maral --tLes animaux de la ferme à Versailles : Trianon, hameau de la Reine et Rambouillet /rCécile Callou et Bernard Denis --tAnnexes. a"Peut-on imaginer aujourd'hui le château de Versailles et ses jardins grouillant de vie animale? Et pourtant les animaux de Compagnie se comptaient par dizaines dans les appartements des princes, et jusqu'aux antichambres des rois, encombrées de niches: braques, épagneuls, carlins, singes vervets, chats angoras, aras et perruches... La Ménagerie abritait les animaux les plus rares, du coati au couagga, du casoar à la grue couronnée, que l'on surnommait l''oiseau royal'; le gibier était abondant dans le petit et le grand parc; sept cents chevaux logeaient à la Petite et à la Grande Écurie, trois cents chiens de chasse dans le grand chenil... L'exposition Les Animaux du Roi a pour ambition de faire revivre ce bestiaire, et de faire redécouvrir les hauts lieux de la vie animale versaillaise"--cBack cover. 0aAnimals in artvExhibitions. 0aAnimalszFrancezVersaillesxHistoryy17th centuryvExhibitions. 0aAnimalszFrancezVersaillesxHistoryy18th centuryvExhibitions. 0aMenagerieszFrancezVersaillesxHistoryy17th centuryvExhibitions. 0aMenagerieszFrancezVersaillesxHistoryy18th centuryvExhibitions. 6aMénagerieszFrancezVersaillesxHistoirey17e sièclevExpositions. 6aMénagerieszFrancezVersaillesxHistoirey18e sièclevExpositions. 7aAnimals.2fast0(OCoLC)fst00809468 7aAnimals in art.2fast0(OCoLC)fst00809573 7aMenageries.2fast0(OCoLC)fst01016096 7aFrancezVersailles.2fast0(OCoLC)fst01204688 7a1600-17992fast 7aexhibition catalogs.2aat 7aExhibition catalogs.2fast0(OCoLC)fst01424028 7aHistory.2fast0(OCoLC)fst01411628 7aExhibition catalogs.2lcgft 7aCatalogues d'exposition.2rvmgf1 aMaral, Alexandre,eeditor.1 aMilovanovic, Nicolas,eeditor.2 aMusée national des châteaux de Versailles et de Trianon,ehost institution. aAMALIVREbAUXAnAAL0886201-0001 a92bPUL02292cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040005000094020001800144020001500162035002200177041001300199042001400212043001200226050002200238082001200260100005400272245018500326264007600511300007300587336002600660337002800686338002700714500012000741546006600861504005700927610006500984610006701049610007301116610006501189610006901254651007801323650004301401650004101444650004101485651006101526655005101587655003901638710007501677938003401752994001201786on1285298047OCoLC20230718213016.0230610s2021 sp ac bc 000 0 glg d a 2023409502 aC3LbengerdacDLCdZCUdOCLCFdHFLdHULdC3L a9788418445675 a841844567X a(OCoLC)12852980470 aglgaspa alccopycat ae-sp---00aLF4730b.G37 202114a7092141 aGarcía Iglesias, José Manuel,d1950-eauthor.12aA Minerva Compostelá :bas súas glorias : catálogo de exposición : Colexio de Fonseca, 7 de outubro de 2021-22 de xaneiro de 2022 /ctexto, José Manuel García Iglesias. 1aSantiago de Compostela :bUniversidad de Santiago de Compostela,c2021. a173 pages :billustrations (chiefly color), color portraits ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCatalog of an exhibition held at the Colexio de Fonseca, Santiago de Compostela, Spain, Oct. 7, 2021-Jan. 22, 2022. aText in Galician; introductory texts in Galician and Spanish. aIncludes bibliographical references (pages 165-173).20aUniversidad de Santiago de CompostelaxHistoryvExhibitions.20aUniversidad de Santiago de CompostelaxBuildingsvExhibitions.20aUniversidad de Santiago de CompostelaxArt collectionsvExhibitions.20aUniversidad de Santiago de CompostelaxLibraryvExhibitions.27aUniversidad de Santiago de Compostela.2fast0(OCoLC)fst00532139 0aSantiago de Compostela (Spain)xBuildings, structures, etc.vExhibitions. 7aArt museums.2fast0(OCoLC)fst00815631 7aBuildings.2fast0(OCoLC)fst00840962 7aLibraries.2fast0(OCoLC)fst00997341 7aSpainzSantiago de Compostela.2fast0(OCoLC)fst01205050 7aExhibition catalogs.2fast0(OCoLC)fst01424028 7aHistory.2fast0(OCoLC)fst014116282 aColegio de Fonseca (Santiago de Compostela, Spain),ehost institution. aCasalini LibribCASAn5053179 a92bPUL01356cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040003500094016001800129020002900147020002600176020002700202020002400229035002200253042000800275043001200283050002300295100003700318245008000355264008700435264001100522300004000533336002600573337002800599338002700627504004100654650002100695650002900716651002900745650003800774650004600812651003800858655003800896994001200934on1286075039OCoLC20230718213016.0210413t20202020pl a 000 0 pol  a 2022380754 aDLCbengerdacDLCdUKMGBdZCU7 a0205773892Uk a9788311156937q(Bellona) a831115693Xq(Bellona) a9788364889356q(NIMOZ) a8364889354q(NIMOZ) a(OCoLC)1286075039 apcc ae-pl---00aAM70.P6bM327 20201 aMajewski, Piotr,d1971-eauthor.10aMuzealna twarz Klio :bwybór tekstów z lat 1999-2019 /cPiotr Majewski. 1aWarszawa :bBellona :bNarodowy Instytut Muzealnictwa i Ochrony Zbiorów,c[2020] 4c©2020 a214 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aMuseumszPoland. 0aMuseumsxSocial aspects. 0aPolandxCultural policy. 7aMuseums2fast0(OCoLC)fst01030128 7aCultural policy2fast0(OCoLC)fst00885007 7aPoland.2fast0(OCoLC)fst01206891 7aHistory2fast0(OCoLC)fst01411628 a92bPUL05801cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040007200094016002300166020003100189020002800220024001800248035002200266042001400288043001200302050002100314082001900335110009700354245019300451264006000644264001100704300004700715336002600762337002800788338002700816490007500843546004100918500003300959504004100992520071201033505310601745650005004851650005804901650004304959651005105002655006505053700003805118700003405156830006305190938004205253994001205295on1286534183OCoLC20230718213016.0221212t20212021sz a b 100 0 ger d a 2022486044 aOHXbengerdacDLCdISBdNLUKBdCLUdPTSdOCLCFdCGUdYDXdCUYdOHX7 a11989474112DE-101 a9783290183042q(hardbound) a3290183041q(hardbound)3 a9783290183042 a(OCoLC)1286534183 alccopycat ae-sz---00aBR410b.I57 201904a274.9457062232 aInstitut für Schweizerische Reformationsgeschichte.bTagungd(2019 :cZurich, Switzerland)14aDie Zürcher Reformation in Europa :bBeiträge der Tagung des Instituts für Schweizerische Reformationsgeschichte 6.-8. Februar 2019 in Zürich /cAriane Albisser, Peter Opitz (Hg.). 1aZürich :bTVZ, Theologischer Verlag Zürich,c[2021] 4c©2021 a712 pages :bcolor illustrations ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aZürcher Beiträge zur Reformationsgeschichte,x0514-8693 ;vBand 29 a24 German, 12 English contributions. aIncludes 1 errata (4 pages). aIncludes bibliographical references. a"Im Januar 2019 jährte sich zum 500. Mal der Beginn der Zürcher Reformation und damit der Beginn des weltweiten reformierten Protestantismus als Konfessionskultur und als kulturprägende Kraft. Am Jubiläumskongress im Februar trafen sich die führenden Reformationsgeschichtlerinnen und Reformationsgeschichtler aus aller Welt in Zürich. Die Beiträge präsentieren und bündeln den aktuellen Forschungsstand zur Zürcher Reformation und eröffnen neue Perspektiven in historischer, wirkungsgeschichtlicher und theologischer Hinsicht. Das Hauptaugenmerk der Forschenden liegt dabei auf der Rolle der Zürcher Reformation in der europäischen Reformationsbewegung."c--Provided by publisher.00tFrom "Zwinglian" to "Swiss" Reformation. What's in a name? /rEmidio Campi --tContemplatio und meditatio bei Huldrych Zwingli /rMartin Sallmann --tUlrich Zwingli und das Apostolikum /rGergely Csukás --tDie Klagschrift des Chorherrn Hofmann als Quelle für das Verständnis der altgläubigen Opposition gegen Zwingli /rVolker Leppin --tAuf dem Weg zum Reformator /rUrs B. Leu --tZwingli and the Zurich catechetical tradition /rDaniël Timmerman --tDie Einheit von Bund und Erwählung bei Huldreich Zwingli /rPierrick Hildebrand --tDie Bedeutung der Pneumatologie für die Anfänge der reformierten Theologie /rAriane Albisser --t"Wider die Ränke der Wiedertäufer" /rMarco Hofheinz --tComparing Zwingli's and Calvin's calling as prophets /rJon Balserak --tLeo Juds konfessionspolitische Spuren in der lateinischen Übersetzung von Zwinglis Usslegen /rChristian Hild --t"Apostel Helvetiens" /rLuca Baschera --tThe doctrine of scripture in Zwingli and in Bullinger /rAurelio Garcia --tBullinger's commentary on 1 Corinthians and the doctrine of the Lord's Supper /rJoe Mock --tFeier der Eucharistie /rPeter Opitz --tFunktion, Theologie und Wirkung von Zwinglis 67 Thesen in der Eidgenossenschaft /rJan-Andrea Bernhard --tTheologen in Austauch /rJudith Engeler --tWahrheit im Gespräch /rFabrice Flückiger --tUlrich Zwingli and the Pays de Vaud /rMichael Bruening --tPredigtkultur in der reformierten Schwiez während der ersten Hälfte des 16. Jahrhunderts /rMax Engammare --tArchival practices and the interpretation of the Zurich Reformation, 1519-2019 /rRandolph C. Head --tFriending Zwingli : The formation of the Swiss/southern German correspondence network /rAmy Nelson Burnett --tAustrahlngen der Zürcher Reformation auf den Südwesten des Reichs /rChristoph Strohm --tZwingli und das Rheinland -- das Rheinland und Zwingli /rAndreas Müling --tWolfgang Fabritus Capito und die Zürcher Reformation /rMartin Heimbucher --tZürich und die Fremdengemeinde in London /rJudith Becker --tDie Rezeptionsgeschichte des Zürcher Taufertums und seine Rolle in der Memorialkultur der täuferischen Kirchen /rAndrea Strübind --tDie Wechselbeziehungen Zürich-Niederlande 1591-1619 /rHerman J. Sederhuis --tWhy Johannes Anastasius, refugee from the low countries and pastor in the Palantinate, turned to Zürich (1557) /rErik A. De Boer --tZurich and the shaping of Elizabethan settlement /rTorrance Kirby --tDetecting interactions between Zurich and reformation Scotland /rIan Hazlett --t"A heroic tragedy": Huldrych Zwingli in the hands of Anglo-American writers of the ninteenth century /rBruce Gordon --tThe influence of the Second Helvetic Confession on the Hungarian Reformed Church life in Transylvania /rDezső Buzogány --tGüter-, tugend- und pflichtethische Motive in Zwinglis Ethik /rMatthias Neugebauer --tDer die Welt regiert /rMatthias Freudenberg --tDen gnädigen Gott wiederentdecken /rMatthias Zeindler --tGott ehren im theologischen Verständnis von Zwingli /rJohannes Voigtländer. 0aReformationzSwitzerlandzZurichvCongresses. 6aRéforme (Christianisme)zSuissezZurichvCongrès. 7aReformation.2fast0(OCoLC)fst01092555 7aSwitzerlandzZurich.2fast0(OCoLC)fst01207630 7aConference papers and proceedings.2fast0(OCoLC)fst014237721 aAlbisser, Ariane,d1993-eeditor.1 aOpitz, Peter,d1957-eeditor. 0aZürcher Beiträge zur Reformationsgeschichte ;vBd. 29. aOtto HarrassowitzbHARRnhar190631554 a92bPUL02964ccm a2200697 i 4500001001300000003000600013005001700019008004100036010001700077040002300094024003200117024003500149028002500184035002200209041000800231042001400239050002400253072001200277082003200289100005400321240006100375245009300436250005800529264003300587264001100620300005700631336003500688337002800723338002700751348003300778382005400811383001700865490002400882500004400906500027300950504004101223546002001264650006001284650006201344650007201406650007401478650008801552650003801640655005101678655004501729655004401774655003801818655002601856655003201882655001901914655002501933655003101958655003401989655003202023655002902055700003202084830004202116938004202158938005402200994001202254on1286534190OCoLC20230718213016.0220716t20212021it dvl ehi n zxx d a 2022453307 aOHXbengerdacDLC2 aM520156707qsaddle stitched2 a9790520156707qsaddle stitched32aV.671 M.bVigormusic a(OCoLC)12865341900 gita alccopycat00aM462b.V8 W.IIa, 31 7aM2lcco14a784qOCoLC214/eng/202302161 aViotti, Giovanni Battista,d1755-1824,ecomposer.10aSerenades,mviolins (2),nW. IV, 31,rA major;oarranged10aSerenata I per flauto, violino, viola e violoncello, op. 25 /cGiovanni Battista Viotti. aPrima edizione moderna /ba cura di Claudio Paradiso. 1aEboli :bVigormusic,c[2021] 4c©2021 a1 score (24 pages) :bfacsimiles +a4 parts ;c32 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier cstaff notationd10072rdafmn01afluten1aviolinn1aviolan1acellon1s42lcmpt bop. 25 no. 11 aFlute series ;v174 aPreface and editorial notes in Italian. a"[Le] serenate op. 25 sono ... una trascrizione delle sei originariamente dedicate a due violini soli pubblicate con il numero d'opus 23 e seguono come da tradizione la piu libera e disimpegnata consecutio di movimenti brevi tipici della serenata strumentale"--Page 4. aContains bibliographical references. bStaff notation. 0aSuites (Flute, violin, viola, cello)vScores and parts. 0aQuartets (Flute, violin, viola, cello)vScores and parts. 6aSuites (Flûte, violon, alto, violoncelle)vPartitions et parties. 6aQuatuors (Flûte, violon, alto, violoncelle)vPartitions et parties. 7aQuartets (Flute, violin, viola, cello)xScores and parts.2fast0(OCoLC)fst01906289 7aSuites.2fast0(OCoLC)fst01137633 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2fast0(OCoLC)fst01726551 7aParts (Music)2fast0(OCoLC)fst01692889 7aScores.2fast0(OCoLC)fst01692898 7aChamber music.2lcgft 7aArrangements (Music)2lcgft 7aScores.2lcgft 7aParts (Music)2lcgft 7aMusique de chambre.2rvmgf 7aArrangements (Musique)2rvmgf 7aPartitions (Musique)2rvmgf 7aParties (Musique)2rvmgf1 aParadiso, Claudio,eeditor. 0aFlute series (Vigor Music) ;vFl.174. aOtto HarrassowitzbHARRnhar215019838 aTheodore Front Musical LiteraturebTFRTnTF515615 a92bPUL01678ccm a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040002800094024001800122024003200140028002900172028002400201035002200225041001300247042000800260046001500268050000900283072001200292082003200304100003900336245007800375246008000453250002500533264003600558264001100594300005100605336003500656337002800691338002700719348001800746348001700764348002700781382004200808546002000850500005800870505006600928650005800994655001901052655002501071655002201096938004201118994001201160on1287230060OCoLC20230718213016.0220709t20212021gw snl ei n zxx  a 2022453301 aDLCbengerdacDLCdOHX2 a97902020981272 aM202098127qsaddle stitched22aE.D. 88812bEdition Dohr32a88812bEdition Dohr a(OCoLC)12872300600 genggger apcc1 k20192edtf00aM184 7aM2lcco04a780qOCoLC222/eng/202302161 aConnell, Adrian,d1964-ecomposer.10aSonatina festiva :bfor flute and chest organ : (2019) /cAdrian Connell.1 iParallel title on cover:aSonatina festiva :bfür Flöte und Truhenorgel aPartitur und Stimme. 1aKöln :bEdition Dohr,c[2021] 4c©2021 a1 score (21 pages) + 1 part (7 pages) ;c31 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm apart2rdafnm cstaff notation2rdafmn01afluten1apositive organn1s22lcmpt bStaff notation. aBiographical and program notes in English and German.0 aPrelude -- Theme and variations -- Scherzo and trio -- Rondo. 0aSonatas (Flute and positive organ)vScores and parts. 7aScores.2lcgft 7aParts (Music)2lcgft 7aSonatinas.2lcgft aOtto HarrassowitzbHARRnhar215020784 a92bPUL02861cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159025003400174035002200208037005300230042001500283050002400298082001400322100002800336245007400364264004200438300002800480336002600508337002800534338002700562504005700589505106100646630004301707630004401750650005501794650004801849650003901897650004401936650005401980650007402034650005102108650005702159650007102216710004302287938004902330994001202379on1287917432OCoLC20230718213016.0211207s2021 ii b 000 0 eng  a 2020514908 aDLCbengerdacDLCdDKAGEdOCLCFdDLCdPTS a9789390569939 a9390569931 aI-E-2020514908; 13-90 ; 79-90 a(OCoLC)1287917432 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc00aBR115.E3bI889 202104a220.62231 aItty, John M.,eauthor.10aBiblical perspective on political economy and empire /cJohn M. Itty. 1aKashmere Gate, Delhi :bISPCK,c2021. axxx, 229 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 226-229).00gPart 1.tWealth, welfare, economy, economics and political economy.tWealth and welfare --tNature and functioning of the economy --tEconomics and political economy --gPart 2.tGod's approach to wealth and poverty.tBible on material wealth --tBible on poverty and the poor --gPart 3.tImportant issues in political economy, and God's approach to them.tAggressive consumption --tWork and the workers --tSlaves, migrant workers and refugees --tThe ascent of money and financialisation of the economy --tViolence-ridden accumulation --tThe race for debt-driven economic progress --tCoalition of economic, political and religious powers --tThe empire today --gPart 4.tEncroachment on God's domain by political economy.tPrivate appropriation of land --tCommoditization of water --tForcing people to sell their body --gPart 4.tPolitical economy of the Israelites, and Jesus on 'empire'.tPolitical economy of the Israelites at different stages --tConflict between the interests of God of Israel and their kings --tJesus' approach to empire.00aBiblexCriticism, interpretation, etc.06aBiblexCritique, interprétation, etc. 0aChristianityxEconomic aspectsxBiblical teaching. 0aEconomicsxReligious aspectsxChristianity. 0aKingdom of GodxBiblical teaching. 6aRoyaume de DieuxEnseignement biblique. 7aEconomics in the Bible.2fast0(OCoLC)fst00902248 7aEconomicsxReligious aspectsxChristianity.2fast0(OCoLC)fst00902184 7aSociology, Biblical.2fast0(OCoLC)fst01123940 7aWealthxBiblical teaching.2fast0(OCoLC)fst01172974 7aWealthxReligious aspectsxChristianity.2fast0(OCoLC)fst011729922 aI.S.P.C.K. (Organization),epublisher. aD. K. Agencies (P) Ltd.bDKAPnDK-294833-PBK a92bPUL02078cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040005000094019001500144020001800159020001500177035004100192041001800233042001400251050002200265082001200287100002300299240002200322245009300344264005500437300004000492336002600532337002800558338002700586490014100613546010300754504006900857650005900926650007200985650006301057650005401120650006401174655006201238655004301300700004501343700003001388830014401418938003401562994001201596on1290170312OCoLC20230718213016.0211109s2021 it a b 001 0 ita  a 2021395823 aHULbengerdacDLCdC3LdOCLCFdHTVdIULdHUL a1292475805 a9788884508461 a8884508460 a(OCoLC)1290170312z(OCoLC)12924758051 aitaalathgrc alccopycat00aML168.P7bM4 202114a7802140 aPlutarch,eauthor.10aDe musica.lLatin10aPlutarchi Chaeronensis De musica Carolo Valgulio interprete /ca cura di Angelo Meriani. 1aFirenze :bSISMEL · Edizioni del Galluzzo,c2021. a156 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aRitorno dei classici nell'Umanesimo. III, Edizione nazionale delle traduzioni dei testi greci in età umanistica e rinascimentale ;v12 aLatin translation of the original Ancient Greek text; introduction and critical matter in Italian. aIncludes bibliographical references (pages 125-135) and indexes. 0aMusicxPhilosophy and aestheticsvEarly works to 1800. 0aMusic, Greek and RomanxHistory and criticismvEarly works to 1800. 6aMusiquexPhilosophie et esthétiquevOuvrages avant 1800. 7aMusic, Greek and Roman.2fast0(OCoLC)fst01030666 7aMusicxPhilosophy and aesthetics.2fast0(OCoLC)fst01030408 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aEarly works.2fast0(OCoLC)fst014116361 aValgulius, Carolus,d-1498,etranslator.1 aMeriani, Angelo,eeditor. 0aRitorno dei classici nell'Umanesimo.nIII,pEdizione nazionale delle traduzioni dei testi greci in età umanistica e rinascimentale ;v12. aCasalini LibribCASAn5054504 a92bPUL02697cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040006200094015001900156016001800175019002700193020003100220020001500251020002600266035006000292042000800352043001200360050002200372082003400394100002900428245006400457264004500521300003500566336002600601337002800627338002700655520105300682600002001735650002901755650002901784650003801813650005501851651003701906648002101943655004701964655004302011655003902054655002802093938004102121938002902162994001202191on1291170478OCoLC20230718213016.0220420s2022 cauc 000 0 eng  a 2022907467 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdSFRdGP5dJQFdYDX aGBC2F43262bnb7 a0207298132Uk a1290841815a1291147753 a9781647422516q(paperback) a1647422515 z9781647422523q(epub) a(OCoLC)1291170478z(OCoLC)1290841815z(OCoLC)1291147753 apcc ae-sp---00aHQ801b.M528 202200a306.73092aB223/eng/202307171 aMencos, Isidra,eauthor.10aPromenade of desire :ba Barcelona memoir /cIsidra Mencos. 1aBerkeley, CA :bShe Writes Press,c2022. a291 pages :bportrait ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"María Isidra is a proper Catholic girl raised in 1960s Spain by a strong matriarch during a repressive dictatorship. Early sexual trauma and a hefty dose of fear keep her in line for much of her childhood, but also lead her to live a double life. In her home, there is no discussing the needs of her growing body. In the street, kissing in public is forbidden. Upon the dictator's death in 1975, Spain bursts wide open, giving way to democracy and a cultural revolution. Barcelona's vibrant downtown and its new freedoms seduce María Isidra. She dives into a world of activism, communal living, literature, counterculture, open sexuality, and alcohol. And yet she knows something is missing. Longing to reconnect with her body--from which she has felt estranged since childhood--she finds a surprising home in a rundown salsa club, where the lush rhythm sparks a deep wave of healing. Transformed, she sets off on a series of sexual and romantic misadventures, in search for what she has always found painfully elusive: true intimacy"--cAmazon.10aMencos, Isidra. 0aMan-woman relationships. 0aWomenzSpainvBiography. 0aSpainxHistoryy1975-vBiography. 7aMan-woman relationships.2fast0(OCoLC)fst01007080 7aSpain.2fast0(OCoLC)fst01204303 7aSince 19752fast 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 7aAutobiographies.2lcgft aYBP Library ServicesbYANKn17782351 aBrodartbBRODn131551353 a92bPUL03146cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002300094019003900117020003100156020002800187020002700215020002400242035007900266042001400345050002200359082003400381100003900415245007400454264004300528264001100571300004600582336002600628337002800654338002700682504005700709520147200766650002502238650002502263650005502288650002702343650005102370650005302421650008102474650005102555938004102606938002902647994001202676on1292589789OCoLC20230718213016.0230714t20222022mnua b 000 0 eng d a 2023277881 aYDXbengerdacDLC a1292523823a1292565028a1292706236 a9781506484785q(paperback) a1506484786q(paperback) z9781506484792q(ebook) z1506484794q(ebook) a(OCoLC)1292589789z(OCoLC)1292523823z(OCoLC)1292565028z(OCoLC)1292706236 alccopycat00aBV4511b.L44 202204a248.4223/eng/20221107qOCoLC1 aLee, Cindy S.q(Sing-Yi),eauthor.10aOur unforming :bde-westernizing spiritual formation /cCindy S. Lee. 1aMinneapolis :bFortress Press,c[2022] 4c©2022 aviii, 154 pages :billustrations ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 143-149). aChristian spiritual formation resources and teachings have primarily come from Western spiritual traditions. Our current approach to formation comes out of that way of thinking and being, communicating that the white experience of God is the norm and authority. In Our Unforming: De-Westernizing Spiritual Formation, Cindy S. Lee proposes that we as the church need a new way to engage in spiritual formation. To thrive in our increasingly diverse contexts, we need an unforming and a reforming of our souls. We need to unform the ways Western-dominated church leaders have understood formation. We need to reform--to imagine and create a more intricate spirituality that includes diverse experiences of God. Our Unforming is organized into three cultural orientations and eight postures. Lee proposes that when we consider non-Western cultural ways of being--turning from linear to cyclical, from cerebral to experiential, and from individual to collective--the formation journey shifts. We live out these movements through postures, ways of entering into deeper spiritual transformation. The eight postures reflect our experience of time, generations, imagination, uncertainty, language, work, dependence, elders, and harmony. Lee offers a more robust spirituality to hold the complexities of a multicultural God and the God-human relationship. Our Unforming is sure to inspire further conversation as it shifts how we approach formation in our diverse communities. 0aSpiritual formation. 0aChristian education. 0aMulticulturalismxReligious aspectsxChristianity. 0aChurch and minorities. 7aChristian education.2fast0(OCoLC)fst00859019 7aChurch and minorities.2fast0(OCoLC)fst00860489 7aMulticulturalismxReligious aspectsxChristianity.2fast0(OCoLC)fst01028850 7aSpiritual formation.2fast0(OCoLC)fst01130081 aYBP Library ServicesbYANKn17794763 aBrodartbBRODn131735373 a92bPUL03176cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020002700138020001500165035002200180041001800202042001400220043001200234050002400246082001000270110007900280245013600359246004600495264004300541264001100584300007400595336002600669336003300695337002800728338002700756504004100783520115600824546005801980610004702038650007602085650007802161651005702239650004102296650008002337650007802417651005402495655003902549700004102588938004102629994001202670on1293296715OCoLC20230718213016.0220204t20232023ne ace b 000 0ddut d a 2023417157 aERASAbengerdacDLCdJPGdOCLCFdERASA a9789462086944q(cloth) a946208694X a(OCoLC)12932967150 adutbdutbeng alccopycat ae-ne---00aNA6403.N4bC75 202304a724.62 aCrimson Architectural Historians (Firm : Rotterdam, Netherlands),eauthor.10aMeelfabriek CO-OP :been industrieel icoon in de Rotterdamse haven /cauteurs, Crimson Historians & Urbanists, Sebastian van Damme.30aIndustrieel icoon in de Rotterdamse haven 1aRotterdam :bnai010 uitgevers,c[2023] 4c©2023 a300 pages :billustrations (chiefly color), plans, portraits ;c32 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.8 aAan de Rijnhavenkade in Rotterdam staat Meelfabriek CO-OP aan de vooravond van een transformatie. Vlak voor het startschot van deze ingrijpende ontwikkeling is de huidige vorm van het iconische industriële gebouw gedocumenteerd en de bijzondere ontstaansgeschiedenis ervan vastgelegd.00'Meelfabriek CO-OP' vertelt aan de hand van een architectonisch, stedenbouwkundig en cultuurhistorisch onderzoek door Crimson Historians & Urbanists de bouw, gebruiksgeschiedenis en functie van dit industriële erfgoed. Het rijk geïllustreerde boek belicht de ruimtelijke historische context van Katendrecht, de totstandkoming van de meelfabriek, de ondergang van de coöperatieve beweging, de partijen die daarna actief waren in het gebouw en het complexe functioneren van de meelfabriek in relatie tot de architectuur van het gebouw.00Naast een korte biografie van de architect, rijksbouwmeester en stedenbouwkundige J.J.M. Vegter, zijn hedendaagse beschrijvingen opgenomen en getuigenverslagen van Rotterdammers. Aangevuld met een uitgebreid beeldessay van fotograaf Sebastian van Damme documenteert dit boek een rijksmonument op een belangrijk kantelpunt. aText in Dutch; includes summary in Dutch and English.20aMeelfabriek CO-OP (Rotterdam, Netherlands) 0aIndustrial buildingsxRemodeling for other usezNetherlandszRotterdam. 0aHistoric buildingsxConservation and restorationzNetherlandszRotterdam. 0aRotterdam (Netherlands)xBuildings, structures, etc. 7aBuildings.2fast0(OCoLC)fst00840962 7aHistoric buildingsxConservation and restoration.2fast0(OCoLC)fst00957729 7aIndustrial buildingsxRemodeling for other use.2fast0(OCoLC)fst00970893 7aNetherlandszRotterdam.2fast0(OCoLC)fst01204434 7aHistory.2fast0(OCoLC)fst014116281 aDamme, Sebastian van,ephotographer. aErasmus BoekhandelbERAAn0000399241 a92bPUL01651cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129020001500147035002200162042000800184043001200192050002100204111010600225245008600331250002200417264005600439300004600495336002600541337002800567338002700595500005400622504004100676650005600717650005400773650004500827710005500872880009600927880007201023880002301095880004901118880005001167994001201217on1293828407OCoLC20230718213016.0220127s2021 cc a b 100 0 chi  a 2021432748 aDLCbengerdacDLCdLNN c$1 a9787507761382 a750776138X a(OCoLC)1293828407 apcc aa-cc---00aAM148b.W46 20192 6880-01aWen wu zhan lan an quan xue shu yan tao huid(2019 :cXuzhou, Jiangsu Sheng, China)jcreator.106880-02aWen wu zhan lan an quan yan jiu /cWen wu zhan lan an quan ke ti zu bian. 6880-03aDi 1 ban. 16880-04aBeijing Shi :bXue yuan chu ban she,c2021. a2, 2, 260 pages :billustrations ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aProceedings of conference held November 28, 2019. aIncludes bibliographical references. 0aMuseum objectszChinaxSafety measuresvCongresses. 6aObjets d'artvExpositionsxSécuritéxMesures. 6aObjets exposésxSécuritéxMesures.2 6880-05aWen wu zhan lan an quan ke ti zu,eeditor.2 6111-01a文物展览安全学术研讨会d(2019 :cXuzhou, Jiangsu Sheng, China)jcreator.106245-02a文物展览安全研究 /c文物展览安全课题组编. 6250-03a第 1 版. 16264-04a北京市 :b學苑出版社,c2021.2 6710-05a文物展览安全课题组,eeditor. a92bPUL01042ccm a2200301 a 4500001001300000003000600013005001700019008004100036010001700077040001800094028004200112035002200154042001400176050000800190100004400198245011500242260005100357300003200408500002200440500005100462650002600513650005200539655001900591655002200610938005400632938004200686994001200728on1293992342OCoLC20230718213016.0220730s2021 xxkuul n zxx d a 2022453213 aTDFbengcDLC32ace-av1de1-pr-sbCE, Composers Edition a(OCoLC)1293992342 alccopycat00aM251 aVrebalov, Aleksandra,d1970-ecomposer.10aDanube etude :bfor prepared piano with fine metal chains and ping pong balls : (2021) /cAleksandra Vrebalov. a[Oxfordshire] :bCE, Composers Edition,c2021. a1 score (6 pages) ;c30 cm. aTitle from cover. aCommissioned by and written for Branka Parlic. 0aPrepared piano music. 7aPrepared piano music.2fast0(OCoLC)fst01075500 7aScores.2lcgft 7aArt music.2lcgft aTheodore Front Musical LiteraturebTFRTnTF515874 aOtto HarrassowitzbHARRnhar215017544 a92bPUL03661cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040009000094015001900184016001800203019003900221020003100260020002800291020002700319035007900346042001400425050002300439082001800462100003400480245009000514250001900604264003800623300004400661336002600705337002800731338002700759504006700786505028700853520012201140520119801262650002302460650002602483650001802509650002202527650002902549650004902578650005202627650004402679650003002723650003302753650002502786776022602811938004103037938002903078994001203107on1294391653OCoLC20230718213016.0211220s2022 nyua b 001 0 eng d a 2021953008 aTOHbengerdacDLCdTOHdIMTdOJ4dSDGdCGBdUKMGBdYDXdBDXdGZTdZ#6dINRdNWQdMUU aGBC2398212bnb7 a0205100752Uk a1257292452a1297033664a1298596724 a9781541700093q(hardcover) a1541700090q(hardcover) z9781541700109q(ebook) a(OCoLC)1294391653z(OCoLC)1257292452z(OCoLC)1297033664z(OCoLC)1298596724 alccopycat00aHV551.2b.K39 202204a658.4/0562231 aKayyem, Juliette N.,eauthor.14aThe devil never sleeps :blearning to live in an age of disasters /cJuliette Kayyem. aFirst edition. 1aNew York :bPublicAffairs,c2022. aix, 219 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 193-209) and index.00gPrologue --tWhat's in a name? --tAssume the boom --tWhat's the word? --tUnity of effort --tAvoid the last line of defense trap --tStop the bleed --tThe way we were --tThe near miss fallacy --tListen to the dead --gConclusion:tWhere to begin if it never ends --gEpilogue. aAn urgent, transformative guide to dealing with disasters from one of today's foremost thinkers in crisis management. a"The future may still be unpredictable, but nowadays, disasters are not. We live in a time of constant, consistent catastrophe, where things more often go wrong than they go right. So why do we still fumble when disaster hits? Why are we always one step behind? In The Devil Never Sleeps, Juliette Kayyem lays the groundwork for a new approach to dealing with disasters. Presenting the basic themes of crisis management, Kayyem amends the principles we rely on far too easily. Instead, she offers us a new framework to anticipate the "devil's" inevitable return, highlighting the leadership deficiencies we need to overcome and the forward thinking we need to harness. It's no longer about preventing a disaster from occurring, but learning how to use the tools at our disposal to minimize the consequences when it does. Filled with personal anecdotes and real-life examples from natural disasters like the California wildfires to man-made ones like the Boeing 737 MAX crisis, The Devil Never Sleeps is a guide for governments, businesses, and individuals alike on how to alter our thinking so that we can develop effective strategies in the face of perpetual catastrophe.''--Dust jacket flap. 0aCrisis management. 0aEmergency management. 0aPreparedness. 6aGestion de crise. 6aÉtat de préparation. 7aCrisis management.2fast0(OCoLC)fst00883617 7aEmergency management.2fast0(OCoLC)fst00908500 7aPreparedness.2fast0(OCoLC)fst01075502 7aCrisis management.2sears 7aEmergency management.2sears 7aPreparedness.2sears08iOnline version:aKayyem, Juliette.tDevil Never Sleeps: Learning to Live in an Age of Disasters.d[Place of publication not identified] : Hachette Book Group (eBook) : PublicAffairs, 2022z9781541700109w(OCoLC)1312648472 aYBP Library ServicesbYANKn17503539 aBrodartbBRODn130125083 a92bPUL03471cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004500094016001800139020002800157020003100185020002500216020002600241035002200267042001400289050002200303055002200325082001400347084001800361100003100379245011700410264007000527264001100597300004100608336003300649336002600682337002800708338002700736490003300763504005700796505046200853520132401315650002202639650003902661650006702700650006402767700003202831700003602863700003002899700003602929994001202965on1295679796OCoLC20230718213016.0220208t20212021quca b 000 0 fre  a 2022482789 aCDXbengerdacDLCdCDXdTOHdUABdUKMGB7 a0205834842Uk a2760644898q(paperback) a9782760644892q(paperback) z9782760644908q(PDF) z9782760644915q(EPUB) a(OCoLC)1295679796 alccopycat00aHV7921b.D87 2021 3aHV7921b.D87 202104a363.2223 acci1icc2lacc1 aDupont, Benoît,eauthor.12aL'avenir du travail policier /cBenőt Dupont, Anthony Amicelle, Řmi Boivin, Francis Fortin et Samuel Tanner. 1a[Montřal] :bLes Presses de l'Universiť de Montřal,c[2021] 4c©2021 a186 pages :billustrations ;c23 cm. astill imagebsti2rdacontent atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCollection Jean-Paul Brodeur aIncludes bibliographical references (pages 159-186).00tIntroduction /rBenőt Dupont --tLa police, le radicalisme et l'extr̊misme violent /rSamuel Tanner --tLa police et la přvention de la cybercriminaliť /rBenőt Dupont --tLa police et les criẗres d'̌valuation de son rendement /rŘmi Boivin --tLes plateformes de m̌dias sociaux et l'intervention policïre /rFrancis Fortin --tLe policing, les nouvelles technologies et les algorithmes /rAnthony Amicelle --tConclusion /rBenőt Dupont. a"Cet ouvrage tente de cerner les tendances sociales, technologiques ou ̌conomiques assocǐes ̉ l'av̈nement d'Internet et ̉ la mondialisation des ̌changes qui transforment le travail policier. Il s'agit d'un portrait přcis et exhaustif de cette mouvance qui influence et fȧonne irřm̌diablement les pratiques professionnelles des institutions charǧes de faire appliquer la loi et de garantir la šcuriť des citoyens. ° la fois bilan de ce qui est ̉ retenir ou ̉ rejeter et photographie des meilleures avenues pour penser l'avenir, on y aborde cinq tḧmes, tous en relation avec la řaliť du Canada: l'extřmisme violent, la cybercriminaliť, les criẗres de mesure de l'efficaciť du travail policier, les m̌dias sociaux et enfin l'usage des algorithmes. Ce collectif řunit cinq chercheurs de grande řputation qui analysent et documentent la nature de cette ̌volution socǐtale sur les organisations policïres dans un contexte technologique en perp̌tuel mouvement. Il s'adresse particulïrement aux chercheurs et aux ̌tudiants en criminologie et en science politique, mais aussi aux politiques, aux gestionnaires policiers et aux journalistes qui couvrent les affaires criminelles ; enfin ̉ tous ceux qui s'inťressent au fonctionnement de la police." - publisher's description. 0aPolicexPractice. 0aPolicexTechnological innovations. 6aPolice0(CaQQLa)201-0000408xInnovations.0(CaQQLa)201-0379286 6aPolice0(CaQQLa)201-0000408xPratique.0(CaQQLa)201-03776901 aAmicelle, Anthony,eauthor.1 aBoivin, Rémi,d1983-eauthor.1 aFortin, Francis,eauthor.1 aTanner, Samuel,d1975-eauthor. a92bPUL01633cjm a2200433 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109028002200139035002200161041001300183042001400196050002400210100002500234245004800259260003400307300002700341336003700368337002300405338003100428344001800459344001500477500002600492511009900518500005300617505025500670650002000925650001900945650002200964650002900986650004501015650004601060700003401106710004701140994001201187on1295733931OCoLC20230718213016.0sd bmmennmplue770216s1955 ilusgnn ei n heb d a 99567320  aCGPbengcDLCdOCLCFdCGP02aMG 20052bMercury a(OCoLC)12957339310 ahebayid alccopycat14aM1852.S54bF76 19551 aSheyṿer, Ema.4prf10aFrom the heart of a people /cEmma Schaver. a[Chicago] :bMercury,c[1955] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm aTitle from container.0 aEmma Schaver, soprano ; Voice of Zion vocal and instrumental ensemble ; Marc Lavry, conductor. aProgram notes and text paraphrases on container.0 aShir hashirim / L. Saminsky -- Kinneret / M. Lavry -- Nigun / L. Weiner -- Drei yingelech / N. Saslawsky -- Tsvei vaise toiln / S. Golub -- Reisala / M. Gebirtig -- Ani maamin -- Wiglied -- Es brennt / M. Gebirtig -- Nirkoda -- Partisanen / H. Glick. 0aSongs, Yiddish. 0aSongs, Hebrew. 6aChansons yiddish. 6aChansons hébraïques. 7aSongs, Hebrew.2fast0(OCoLC)fst01126361 7aSongs, Yiddish.2fast0(OCoLC)fst011265791 aLavry, Marc,d1903-1967.4cnd1 aIsrael.bRashut ha-shidur.bTizmoret.4prf a92bPUL02299cjm a2200589 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144024001500161028002300176028002900199035002200228042001400250043001200264050001600276100004800292245004300340264003500383264001200418300004100430336003700471337002300508338003100531340002400562344001900586344001900605344001900624347002200643347001300665500002700678500005700705511026800762508002901030518005101059500004101110505018401151650002101335650002701356650003301383650003501416650004501451650003601496650005301532650006001585655001701645700003501662994001201697on1296996020OCoLC20230718213016.0sd fsngnnmmned230714t19921992nyujznn fi n zxx d a 2023624765 aVVWbengerdacDLCdOCLCFdVVW1 a0124163142201 a124163142202a63142-2bNovus/RCA02a01241 63142-2bNovus/RCA a(OCoLC)1296996020 alccopycat an-us--- 4aCD784.1655H1 aHart, Antonio,ecomposer,einstrumentalist.10aDon't you know I care /cAntonio Hart. 1aNew York, NY :bNovus,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in.f1.4 m/s. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll but the 4th & 7th works written by Antonio Hart.0 aAntonio Hart, alto saxophone ; Aaron Graves, piano ; Rodney Whitaker, bass ; Greg Hutchinson, drums ; Darren Barrett, trumpet ; with, Gary Bartz, alto saxophone (3rd work) ; Jamal Haynes, trombone (6th & 7th works) ; Kimati Dinizulu, percussion (5th & 9th works). aProduced by Jimmy Heath. oRecordedpBMG Recording Studios, New York, NY. aProgram notes inserted in container.0 aZero grade reliance -- Black children -- At the Closet Inn -- Don't you know I care -- Mandela freed -- Do what you want -- Jessica's day -- Black & gold -- From across the ocean. 0aJazzy1991-2000. 0aSaxophone music (Jazz) 6aSaxophone, Musique de (Jazz) 6aSaxophone et ensemble de jazz. 7aCompact discs.2fast0(OCoLC)fst00871275 7aJazz.2fast0(OCoLC)fst00982165 7aSaxophone music (Jazz)2fast0(OCoLC)fst01106225 7aSaxophone with jazz ensemble.2fast0(OCoLC)fst01106239 7aJazz.2lcgft1 aHeath, Jimmy,eaudio producer. a92bPUL01900cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040004000094016001800134019001500152020001800167020001500185035004100200042000800241043001200249050002800261100003100289245003800320250001500358264005000373300004000423336002600463337002800489338002700517504005200544650003700596650004800633651004000681650002600721651003200747651003900779650004100818650005100859650003000910651003400940650004400974650005801018650004801076650003601124651003801160651004601198648002001244655004301264655003901307994001201346on1302203421OCoLC20230718213016.0210319s2020 pl a b 000 0cpol  a 2022380775 aDLCbengcDLCdHULdYUSdUKMGBdNYP7 a0204996972Uk a1256655413 a9788364676031 a8364676032 a(OCoLC)1302203421z(OCoLC)1256655413 apcc ae-pl---00aDS134.66.P58bK684 20201 aKowalski, Rafał,eauthor.10aReszta ciała /cRafał Kowalski. aWydanie 1. 1aPłock :bMuzeum Mazowieckie w Płocku,c2020 a227 pages :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 226). 0aJewszPolandzPłockvBiography. 0aJews, PolishzForeign countriesvBiography. 0aPolandxEmigration and immigration. 0aAntisemitismzPoland. 0aPolandxHistoryy1945-1980. 0aPłock (Poland)xEthnic relations. 6aJuifszPolognezPłockvBiographies. 6aJuifs polonaiszPays étrangersvBiographies. 6aAntisémitismezPologne. 6aPolognexHistoirey1945-1980. 7aAntisemitism.2fast0(OCoLC)fst00810769 7aEmigration and immigration.2fast0(OCoLC)fst00908690 7aEthnic relations.2fast0(OCoLC)fst00916005 7aJews.2fast0(OCoLC)fst00983135 7aPoland.2fast0(OCoLC)fst01206891 7aPolandzPłock.2fast0(OCoLC)fst01217093 7a1945-19802fast 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL01965cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004900109024001700158028003400175035002200209037004600231042001400277050002700291082001800318245003300336264004800369264001100417300004100428336003700469337002300506338003100529340001400560344001900574344001900593344001900612347002200631347001300653500002700666511001800693500003300711505021000744650002700954650002800981650002101009650005401030650004201084648002001126655005401146655004201200655003501242655001801277655002801295655002601323700003801349994001201387on1303392571OCoLC20230718213016.0sd fsngnnmmned230714s2022 ilurcnn d n eng d a 2023627031 aTEFMTbengerdacDLCdTEFdOCLCFdUOKdTEFMT1 a64411004452502aPRC-445bPolyvinyl Record Co. a(OCoLC)1303392571 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM1630.18.C64bW58 202204a782.4216622300aWith people /cDiane Coffee. 1a[Champaign, Illinois] :bPolyvinyl,c[2022] 4c©2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aDiane Coffee. aLyrics printed on container.00tCorrina from Colina --tBullied --tForecastr(featuring Deep Sea Diver) --tThe great escape --tOur love ; The run --tSharks --tHollywood --tForever you & I --tWhat good is it now --tSong for David. 0aRock musicy2021-2030. 0aAlternative rock music. 6aRock alternatif. 7aAlternative rock music.2fast0(OCoLC)fst00806181 7aRock music.2fast0(OCoLC)fst01099204 7a2021-20302fast 7aAlternative rock music.2fast0(OCoLC)fst01726525 7aRock music.2fast0(OCoLC)fst01726724 7aAlternative rock music.2lcgft 7aSongs.2lcgft 7aRock alternatif.2rvmgf 7aRock (Musique)2rvmgf1 aCoffee, Diane,d1987-eperformer. a92bPUL01751ccm a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028003800117035002200155042001400177046001500191050000900206072001200215100003800227245005700265250001100322264005300333264001100386300003200397336003500429337002800464338002700492348002400519348003300543382014500576500001700721500011200738500003500850500004000885546002000925650010500945655004501050655003801095655002601133655001901159710004901178938004201227994001201269on1304454602OCoLC20230718213016.0220730t20212020enkuul n zxx d a 2021560340 aOHXbengerdacDLC32ace-lp1cc1-pr-sbComposers Edition a(OCoLC)1304454602 alccopycat k20202edtf00aM985 7aM2lcco1 aPlowman, Lynne,d1969-ecomposer.10aClarion call :bfor ensemble, 2020 /cLynne Plowman. aScore. 1a[Chipping Norton] :bComposers Edition,c[2021?] 4c©2020 a1 score (40 pages) ;c30 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascoreb10072rdafnm cstaff notationd10072rdafmn01afluten1dpiccolon1aclarinetvin B♭n1atrumpetn1aaccordionn1apianon1apercussionn1aviolinn1acellon1adouble bassn1s92lcmpt aCover title. aFor flute/piccolo, clarinet in B♭, trumpet, accordion, piano, percussion, violin, cello, and double bass. aDuration: approximately 9 min. aCommissioned by Ensemble Telemaque. bStaff notation. 0aNonets (Accordion, piano, clarinet, flute, trumpet, percussion, violin, cello, double bass)vScores. 7aChamber music.2fast0(OCoLC)fst01726551 7aScores.2fast0(OCoLC)fst01692898 7aChamber music.2lcgft 7aScores.2lcgft2 aEnsemble Télémaque,ecommissioning body. aOtto HarrassowitzbHARRnhar215021922 a92bPUL01514cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040005200094015001900146016001800165019002700183020002600210020001500236035006000251042000800311043001200319050002400331082001700355100002900372245003500401264006200436300004100498336002600539336003300565337002800598338002700626490002200653651004600675651006200721651004800783651004600831655003900877655004700916830002300963938004100986938002901027994001201056on1308393055OCoLC20230718213016.0220224s2022 scua 000 0deng  a 2022933606 aDLCbengerdacDLCdUKMGBdOCLCFdIMFdBDXdYDX aGBC2G00392bnb7 a0207392302Uk a1308798595a1309023134 a9781467108287q(pbk.) a1467108286 a(OCoLC)1308393055z(OCoLC)1308798595z(OCoLC)1309023134 apcc an-us-tx00aF394.C825bI73 202204a976.45312231 aIsaacs, Sandie,eauthor.10aCrowley /cSandie Isaacs, MLS. 1aCharleston, South Carolina :bArcadia Publishing,c[2022] a127 pages :billustrations ;c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aImages of America 0aCrowley (Tex.)xHistoryvPictorial works. 0aCrowley (Tex.)xSocial life and customsvPictorial works. 0aCrowley (Tex.)vBiographyvPictorial works. 7aTexaszCrowley.2fast0(OCoLC)fst01211711 7aHistory.2fast0(OCoLC)fst01411628 7aPictorial works.2fast0(OCoLC)fst01423874 0aImages of America. aYBP Library ServicesbYANKn17892662 aBrodartbBRODn132252856 a92bPUL00928cam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159035002200174042000800196050002800204100002900232245004400261264004000305300004000345336002600385337002800411338002700439490001200466655003800478655001900516830003700535938003000572994001200602on1308762010OCoLC20230718213016.0220331s2021 ag a 000 0 spa  a 2022409779 aDLCbengerdacDLCdSTFdOCLCFdIULdARFGC a9789874794864 a9874794860 a(OCoLC)1308762010 apcc00aPQ7798.17.E52bO76 20211 aGenovese, Alicia,d1953-10aOro en la lejanía /cAlicia Genovese. 1aBuenos Aires :bGog y Magog,c2021. a85 pages :billustrations ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aPoesía 7aPoetry.2fast0(OCoLC)fst01423828 7aPoetry.2lcgft 0aPoesía (Gog y Magog Ediciones) aVentarabVENTn0-202608/6 a92bPUL01568cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155042001500177043001200192050002800204100003400232245014700266246003300413264005100446300004500497336002600542337002800568338002700596600003400623650003600657650004800693651005100741650004000792651005400832650005500886650004200941651003800983648002001021655004301041700005001084994001201134on1308953581OCoLC20230718213016.0220319s2020 ug a 001 0beng  a 2022324049 aDLCbengerdacDLCdZCU a9789970977208 a9970977202 a(OCoLC)1308953581 apccalcode af-ug---00aDT433.287.B53bP33 20201 aP'Ado, Wagira Moses,eauthor.10aJaberi Bidandi SSali :bthe perilous voyage of a patriot : a political biography /cby P'Ado Moses Wagira ; foreword by prof. Mahmood Mamdani.17aPerilous voyage of a patriot 1a[Uganda] :b[publisher not identified],c2020. axxv, 233 pages :billustrations ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aBidandi-Ssali, Jaberi,d1937- 0aPoliticianszUgandavBiography. 0aPresidential candidateszUgandavBiography. 0aUgandaxPolitics and governmenty21st century. 6aPrésidentszOugandavBiographies. 6aOugandaxPolitique et gouvernementy21e siècle. 7aPolitics and government.2fast0(OCoLC)fst01919741 7aPresidents.2fast0(OCoLC)fst01075723 7aUganda.2fast0(OCoLC)fst01210282 7a2000-20992fast 7aBiographies.2fast0(OCoLC)fst019198961 aMamdani, Mahmood,d1946-ewriter of foreword. a92bPUL02617cam a2200589 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020002800148020003100176020002800207020002700235035002200262042001400284043001200298050002600310100002800336245017600364264005200540300006200592336002600654337002800680338002700708504005700735520029400792650004701086650003901133650002501172651004701197651003901244650003001283650005501313650002601368651005001394651004301444650003401487650003901521650004201560650005601602650005501658650004701713651006101760651003901821655003901860700004401899700004601943710002601989994001202015on1308953673OCoLC20230718213016.0210910s2021 vtua b 000 0 eng d a 2021918618 aVTUbengerdacDLC a9781578690633q(Paperback) a1578690633q(Paperback) z9781578690824q(Hardcover) z157869082Xq(Hardcover) z9781578690831q(eBook) a(OCoLC)1308953673 alccopycat an-us-vt00aHD2769.2.U6bW55 20211 aWilhelm, Doug,eauthor.10aCatalysts for change :bhow nonprofits and a foundation are helping shape Vermont's future /cDoug Wilhelm ; preface by Jeffrey Hollender ; introduction by Crea Lintilhac. 1aMontpelier, VT :bRootstock Publishing,c[2021] axvii, 289 pages :bblack and white illustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 267-287). a"Supported by an activist family foundation [Lintilhac] and often working closely with it, Vermont nonprofits have played vital roles in making positive progress on these and other complex challenges. Catalysts for Change tells what these partnerships have achieved, and how."--Back cover. 0aNonprofit organizationszVermontxHistory. 0aMaternal health serviceszVermont. 0aJournalismzVermont. 0aChamplain, LakexEnvironmental conditions. 0aVermontxEnvironmental conditions. 0aQuality of lifezVermont. 6aAssociations sans but lucratifzVermontxHistoire. 6aJournalismezVermont. 6aChamplain, LacxConditions environnementales. 6aVermontxConditions environnementales. 6aQualité de la viezVermont. 7aEcology.2fast0(OCoLC)fst00901476 7aJournalism.2fast0(OCoLC)fst00984032 7aMaternal health services.2fast0(OCoLC)fst01011995 7aNonprofit organizations.2fast0(OCoLC)fst01038875 7aQuality of life.2fast0(OCoLC)fst01085009 7aNorth AmericazLake Champlain.2fast0(OCoLC)fst01244711 7aVermont.2fast0(OCoLC)fst01204305 7aHistory.2fast0(OCoLC)fst014116281 aHollender, Jeffrey,ewriter of preface.1 aLintilhac, Crea,ewriter of introduction.2 aLintilhac Foundation. a92bPUL02709cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040003800094020002600132020001500158035002200173042000800195043001200203050002200215100003000237245003700267264006200304300004100366336002600407336003300433337002800466338002700494490002200521504005200543520123300595651005301828651006901881650004201950651004901992655004302041655003902084655004702123830002302170938004102193938002902234994001202263on1309031284OCoLC20230718213016.0211112s2022 scua b 000 0deng  a 2021950639 aDLCbengerdacDLCdS#LdBDXdYDX a9781467108201q(pbk.) a1467108200 a(OCoLC)1309031284 apcc an-us-mn00aF612.W7bB46 20221 aBennick, Walter,eauthor.10aWinona County /cWalter Bennick. 1aCharleston, South Carolina :bArcadia Publishing,c[2022] a127 pages :billustrations ;c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aImages of America aIncludes bibliographical references (page 127). aWinona County, located in the Driftless Area of southeastern Minnesota, was organized in 1854 by an act of the territorial legislature. Following treaties with the local Native Americans, many eastern farmers came to the frontier to settle on a rich land obtained through a system of land transfers called patents. As the area opened to the settlers, railroads were provided with land on which to lay track across the county to bring farm products to market and carry supplies to the interior. In addition to the railroads, roadways were established and villages sprang up at regular intervals where businessmen settled to provide goods and services locally. Scattered throughout the county, churches and cemeteries were established, and one-room schoolhouses were built. As the county entered the 20th century, a system of commerce had been well established, and goods and services easily flowed about the area. However, the 20th century was also a time of change; new technologies were developed, some farms grew while other disappeared, some villages died, and the old ways were cast aside. Winona County uses rarely viewed images from the collections of the Winona County Historical Society.--cFrom publisher's description. 0aWinona County (Minn.)xHistoryvPictorial works. 0aWinona County (Minn.)xSocial life and customsvPictorial works. 0aRural lifezMinnesotazWinona County. 7aMinnesotazWinona.2fast0(OCoLC)fst01202921 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 7aPictorial works.2fast0(OCoLC)fst01423874 0aImages of America. aYBP Library ServicesbYANKn17892655 aBrodartbBRODn132015595 a92bPUL02625cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040006700094015001900161016001800180019002700198020003100225020002800256035006000284042001400344050002400358082001700382082003100399100002800430245011500458250001900573264004500592264001100637300004400648336002600692336003300718337002800751338002700779504005100806520077800857505024701635650004501882650001601927650002601943650006201969650004202031938002902073938004102102994001202143on1309064917OCoLC20230718213016.0230706t20222022caua b 001 0 eng d a 2023277326 aYDXbengerdacDLCdYDXdUKMGBdOCLCFdSFRdBKLdUNLdBDXdTAW aGBC2H52712bnb7 a0207645142Uk a1309131439a1309863450 a9781098118730q(paperback) a1098118731q(paperback) a(OCoLC)1309064917z(OCoLC)1309131439z(OCoLC)1309863450 alccopycat00aTK7885.4b.R45 202204a620.002322304a621.39023223/eng/202212091 aReilly, Tanya,eauthor.14aThe staff engineer's path :ba guide for individual contributors navigating growth and change /cTanya Reilly. aFirst edition. 1aSebastopol, CA :bO'Reilly Media,c2022. 4c©2022 axx, 335 pages :billustrations ;c23 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"For years, companies have rewarded their most effective engineers with management positions. But treating management as the default path for an engineer with leadership ability doesn't serve the industry well--or the engineer. The staff engineer's path allows engineers to contribute at a high level as role models, driving big projects, determining technical strategy, and raising everyone's skills. This in-depth book shows you how to understand your role, manage your time, master strategic thinking, and set the standard for technical work. You'll read about how to be a leader without direct authority, how to plan ahead to make the right technical decisions, and how to make everyone around you better, while still growing as an expert in your domain"--cAmazon.com.0 aForeword -- Introduction -- What would you say you do here? -- Three maps -- Creating the big picture -- Finite time -- Leading big projects -- Why have we stopped? -- You're a role model now (sorry) -- Good influence at scale -- What's next? 0aComputer engineersxVocational guidance. 0aLeadership. 0aComputer engineering. 7aEngineersxVocational guidance.2fast0(OCoLC)fst00910688 7aLeadership.2fast0(OCoLC)fst00994701 aBrodartbBRODn132231158 aYBP Library ServicesbYANKn17896868 a92bPUL02484cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040004200094020001800136020001500154035002200169041001300191042002100204050002700225082002900252100003100281240002700312245002900339264005800368300002900426336002600455337002800481338002700509500001100536546006100547520135500608650001901963655004701982655002802029938004102057994001202098on1309133318OCoLC20230718213016.0220624s2021 si 000 1 eng d a 2022320249 aYDXbengerdacDLCdSINLBdOCLCFdYDX a9789815017793 a9815017799 a(OCoLC)13091333181 aenghmay alccopycatalcode00aPL5139.F26bP3713 201804a899/.28223/eng/202209270 aFahd Razy,d1984-eauthor.00aPascasejarah.lEnglish10aAfter time /cFahd Razy. 1aSingapore :bPenguin Random House SEA Pte Ltd,c2021. aviii, 129 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aNovel. aEnglish translation of the author's original Malay work. a"After civilization as we know it ends in a nuclear war, triggered by pursuit of black gold, mankind is given a fresh start. The thrones of power are void and unclaimed. Survivors crawl out from the darkness where they hid to wait out the aftermath of the disaster, grasping at all the hopes and opportunities above the ruins of the corrupted world. A second chance for humanity to prove itself. From semi-primitive settlements to architectural marvels, the homo-civilis sure is a master at survival. But as they breathe their new lives, greed pulses in their heartbeats. Their inner demons never cease to feed on power and riches, and this was the same curse that befell their ancestors. After Time witnesses the dawn of this new stronghold of humanity in fragments of tales, like a folklore. An ambitious commoner and a greedy royalty. A blind seer and a prodigal young genius. A murderous advisor, cunning princes, and kings who fall for their own machinations. A warrior blinded by love, and warlord who wields greed as his sword. Rulers so fearful of knowledge, they doom their people to illiteracy. Trails of blood, lust and intrigue trickle through each chapter, building up to a massive tidal wave that will eventually drag the empire to its knees, paving the way for a better generation to carry the torch of human civilization"--Amazon.com. 0aMalay fiction. 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFantasy fiction.2lcgft aYBP Library ServicesbYANKn17897895 a92bPUL01767cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040003300094066000700127035002200134042001400156050002400170100006400194240002800258245019000286246003600476264016600512300002300678336002600701337002800727338002700755504004100782630003900823630005100862655004400913730002500957880004100982880018901023880003401212880013501246994001201381on1309298825OCoLC20230718213016.0220802e20210906nju b 000 0 heb d a 2022397160 aHULbengerdacDLCdHULdSTF c(2 a(OCoLC)1309298825 alccopycat00aBM506.S33bK75 20211 6880-01aKohen, Yis̀raʼel Yaʻaḳov,d1938-2021,eauthor.10aShaʻashuʻe Yaʻaḳov106880-02aSefer Shaʻashuʻe Yaʻaḳov :bḥidushim u-veʼurim ʻal Masekhet Sheviʻit /cmeha-gaʼon Rabi Yis̀raʼel Yaʻaḳov Kohen, z. ts. ṿe-k. l. mi-Yeshivat Ṭelz Ḳlivlend.176880-03aShaʻashuʻe Yaʻaḳov 16880-04a[New Jersey] :bMosheh Mikhaʼel Kohen ;a[New York] :bYosef Mordekhai Kohen,cerev shenat ha-shemiṭah 782 [that is, 29 Elul 5781 = September 6, 2021] a140 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.00aMishnah.pSheviʻitvCommentaries.07aMishnah.pSheviʻit.2fast0(OCoLC)fst01362750 7aCommentaries.2fast0(OCoLC)fst0142372302aMishnah.pSheviʻit.1 6100-01aכהן, ישראל יעקב.106245-02aספר שעשועי יעקב :bחידושים וביאורים על מסכת שביעית /cמהגאון רבי ישראל יעקב כהן מישיבת טלז קליבלנד.176246-03aשעשועי יעקב 16264-04a[New Jersey] :bמשה מיכאל כהן ;a[New York] יוסף מרדכי כהן,cערב שנת השמיטה תשפ״ב. a92bPUL03063cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028001900161035002200180042001400202082001900216100006100235245004500296264004800341264001200389300006800401336003700469337002300506338003100529340001800560344002300578500002600601511005000627508004400677518010700721500003100828500005000859505020300909520080001112650001601912650002801928650003001956650004501986650005402031650004202085648002002127655004302147655005402190655004202244655002302286655003502309655002402344655001802368655001702386655002902403655001702432994001202449on1310408993OCoLC20230718213016.0sd bsmennmplue230713p20212021cauppnn n eng d a 2023617317 aSAPbengerdacDLCdOCLCFdSAP1 a04577876911702a87691-1bAnti- a(OCoLC)1310408993 alccopycat04a782.4216442231 aHarding, Curtis,ecomposer,eaudio producer,eperformer.10aIf words were flowers /cCurtis Harding. 1a[Los Angeles, California] :bAnti-,c[2021] 4c℗2021 a1 audio disc (41 min., 36 sec.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinylb12 in. aanalogc33 1/3 rpm aTitle from container.0 aCurtis Harding ; with accompanying musicians. aProduced by Sam Cohen & Curtis Harding. oRecordedpVelvet Touch Sounds ;pStandard Electric Studios ;pJupiter Recording ;pLucy's Meat Market. aWritten by Curtis Harding. aLP pressed on orange vinyl in gatefold cover.00tIf words were flowers --tHopeful --tCan't hide it --tWith your(feat. Sasami) --tExplore --tWhere is the love --tThe one --tSo low --tForever more --tIt's a wonder --tI won't let you down. aHarding's first new music since 2018, a follow-up to his critically acclaimed Face Your Fears album features songs like Hopeful, where Harding croons with devotion over a classic soul groove, textured with infectious horn playing, background singers, and modern psychedelic flourishes. Harding fuels his psychedelic sound with the essence of Soul but isn't bound by it. Instead, his songs convey an eclectic blend of genres leaping from the many musical lives he has lived from following his evangelical Gospel-singing mother on tour around the country as a child to rapping in Atlanta, forming a garage band with The Black Lips' Cole Alexander to singing back-up for Cee Lo Green. Through these experiences, he fully embraces life's darkest intricacies and conjures dynamic, addictive melodies. 0aSoul music. 0aRhythm and blues music. 0aPopular musicy2021-2030. 7aPopular music.2fast0(OCoLC)fst01071422 7aRhythm and blues music.2fast0(OCoLC)fst01097281 7aSoul music.2fast0(OCoLC)fst01126930 7a2021-20302fast 7aFunk (Music)2fast0(OCoLC)fst01726622 7aRhythm and blues music.2fast0(OCoLC)fst01726723 7aSoul music.2fast0(OCoLC)fst01726745 7aSoul music.2lcgft 7aRhythm and blues music.2lcgft 7aFunk (Music)2lcgft 7aSongs.2lcgft 7aSoul.2rvmgf 7aRhythm and blues.2rvmgf 7aFunk.2rvmgf a92bPUL01687cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002500211100004400236245007400280246006300354250002200417264009200439300003200531336002600563337002800589338002700617504005700644650003400701650004200735650002900777650005200806650004400858651003700902700003800939880003900977880006201016880002301078880008001101880003601181994001201217on1310612162OCoLC20230718213016.0220413s2021 cc b 000 0 chi  a 2021433224 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787557709181 a7557709187 a(OCoLC)1310612162 apcc aa-cc---00aHV5840.C6bL524 20211 6880-01aLiang, Huizhan,d1970-eauthor.106880-02aZhongguo jin du li shi yan jiu /cLiang Huizhan, Xu Yong zhu.1 iRunning title also in pinyin:aZhongguo jindu lishi yanjiu 6880-03aDi 1 ban. 16880-04aTaiyuan Shi :bShanxi jing ji chu ban she :bShanxi jing ji chu ban she,c2021. a9, 3, 4, 631 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 609-625). 0aDrug controlzChinaxHistory. 0aDrug abuse and crimezChinaxHistory. 6aLutte antidroguezChine. 7aDrug abuse and crime.2fast0(OCoLC)fst00898614 7aDrug control.2fast0(OCoLC)fst01032891 7aChina.2fast0(OCoLC)fst012060731 6880-05aXu, Yong,d1972,eauthor.1 6100-01a梁挥展,d1970-eauthor.106245-02a中国禁毒历史研究 /c梁挥展, 徐勇著. 6250-03a第 1 版. 16264-04a太原市 :b山西经济出版社 :b山西经济出版社,c2021.1 6700-05a徐勇,d1972-eauthor. a92bPUL03673cjm a2200805 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007900109024001700188028003900205035002200244037004600266042001400312050002400326082003200350245005100382246004900433246003400482246005100516264005500567264001200622300004100634336003700675337002300712338003100735340001400766344001900780344001900799344001900818347002200837347001300859500002700872511002100899500005300920520020900973505072901182650003001911650003001941650003401971650004502005648002002050655001902070655001302089655004502102655002602147655001802173655002002191700003202211700003202243700003102275700005102306700003902357700003902396700003102435700004302466700003202509700003102541700003002572700003202602700003102634700003102665710004102696710003202737710003802769710004802807994001202855on1310985335OCoLC20230718213016.0sd fsngnnmmned230717r20221979caucynn n eng d a 2023627036 aTEFMTbengerdacDLCdTEFdOCLCFdGO3dAPLdJPLdMJ8dJQWdINRdSMPdTEFMT1 a60244559655302aB0035448-02bUniversal Music Group a(OCoLC)1310985335 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM1630.18b.N69 202204a782.421642223/eng/2022041500aNow that's what I call country classics.p80s.3 aNow that is what I call country classics 80s3 aNow country classics eighties3 aNow that is what I call country classics 1980s 1aSanta Monica, CA :bUniversal Music Group,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aVarious artists. aContains material previously released 1979-1989. aThe third installment in the Country Classics series features songs from Country superstars like Dolly Parton, Kenny Rogers, Reba McEntire, Willie Nelson, George Strait, The Oak Ridge Boys, and many more!00tGod bless the U.S.Ar(Lee Greenwood) --tLove in the first degreer(Alabama) --tI love a rainy nightr(Eddie Rabbitt) --t9 to 5r(Dolly Parton) --tElvirar(Oak Ridge Boys) --tThe Devil went down to Georgiar(Charlie Daniels Band) --tSwingin'r(John Anderson) --tAmarillo by morningr(George Strait) --tAlways on my mindr(Willie Nelson) --tLadyr(Kenny Rogers) --tHe stopped loving her todayr(George Jones) --tWhoever's in New Englandr(Reba McEntire) --tForever and ever, amenr(Randy Travis) --tKillin' timer(Clint Black) --tWhen you say nothing at allr(Keith Whitley) --tI'll still be loving your(Restless Heart) --tSeven year acher(Rosanne Cash) --tEighteen wheels and a dozen rosesr(Kathy Mattea). 0aCountry musicy1971-1980. 0aCountry musicy1981-1990. 6aCountry (Musique)y1981-1990. 7aCountry music.2fast0(OCoLC)fst00881424 7a1971-19902fast 0aCountry music. 0aCountry. 7aCountry music.2fast0(OCoLC)fst01726574 7aCountry music.2lcgft 7aSongs.2lcgft 7aCountry.2rvmgf1 aGreenwood, Lee,eperformer.1 aRabbitt, Eddie,eperformer.1 aParton, Dolly,eperformer.1 aAnderson, John,d1954 December 13-eperformer.1 aStrait, George,d1952-eperformer.1 aNelson, Willie,d1933-eperformer.1 aRogers, Kenny,eperformer.1 aJones, George,d1931-2013,eperformer.1 aMcEntire, Reba,eperformer.1 aTravis, Randy,eperformer.1 aBlack, Clint,eperformer.1 aWhitley, Keith,eperformer.1 aCash, Rosanne,eperformer.1 aMattea, Kathy,eperformer.2 aAlabama (Musical group),eperformer.2 aOak Ridge Boys,eperformer.2 aCharlie Daniels Band,eperformer.2 aRestless Heart (Musical group),eperformer. a92bPUL02162cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020002500136020002200161035002200183042000800205043001200213050002800225111010400253245018300357246006800540250002200608264006200630300004000692336002600732337002800758338002700786504004100813650004900854650004200903650004700945651003700992655006501029655003901094700004101133700003501174880009401209880014901303880005501452880002301507880005501530880003901585880003201624994001201656on1311260510OCoLC20230718213016.0220418s2021 cc a b 100 0 chi  a 2021433334 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787503971112q(set) a7503971118q(set) a(OCoLC)1311260510 apcc aa-cc---00aPN1993.5.C4bZ5685 20202 6880-01aZhongguo ying shi shi xue nian huin(2nd :d2020 :cZhongguo yi shu yan jiu yuan)jcreator.106880-02a"Ying xiang Beijing" yu "Zhongguo zhi zao": li shi, xian zhuang yu wei lai :bdi er jie Zhongguo ying shi shi xue nian hui lun wen ji /cHu Zhifeng, Ding Yaping zhu bian.306880-03aDi er jie Zhongguo ying shi shi xue nian hui lun wen ji 6880-04aDi 1 ban. 16880-05aBeijing Shi :bWen hua yi shu chu ban she,c2021. a2 volumes :billustrations ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aMotion pictureszChinaxHistoryvCongresses. 6aCinémazChinexHistoirevCongrès. 7aMotion pictures.2fast0(OCoLC)fst01027285 7aChina.2fast0(OCoLC)fst01206073 7aConference papers and proceedings.2fast0(OCoLC)fst01423772 7aHistory.2fast0(OCoLC)fst014116281 6880-06aHu, Zhifeng,d1965-eeditor.1 6880-07aDing, Yaping,eeditor.2 6111-01a中国影视史学年会n(2nd :d2020 :cZhongguo yi shu yan jiu yuan)jcreator.106245-02a"影像北京" 与 "中国制造": 历史、现状与未来 :b第二届中国影视史学年会论文集 /c胡智锋, 丁亚平主编.306246-03a第二届中国影视史学年会论文集 6250-04a第 1 版. 16264-05a北京市 :b文化藝術出版社,c2021.1 6700-06a胡智锋,d1965-eeditor.1 6700-07a丁亚平,eeditor. a92bPUL01957ccm a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028005100117028005500168035002200223042001400245046001500259050002400274072001200298100003000310245007700340264005600417264001100473300006900484306001100553336003500564337002800599338002700627348001800654348002700672500002200699500002500721500002900746500003600775546001900811546002000830650002000850650002300870650002800893650004900921650004600970655004101016655003801057655003801095655001901133655001901152655002201171700003401193700004801227700005001275938004201325994001201367on1311261363OCoLC20230718213016.0220813t20221998enkopl dz n eng d a 2022453430 aOHXbengerdacDLC32ace-ns1m1-pr-psbCE, Composers Editionq(score)32ace-ns1m1-pr-libbCE, Composers Editionq(libretto) a(OCoLC)1311261363 alccopycat k19982edtf00aM1500.S654bM3 2022 7aM2lcco1 aSohal, Naresh,ecomposer.10aMaya :ba chamber opera /cmusic Naresh Sohal ; libretto Trevor Preston. 1a[Chipping Norton] :bCE, Composers Edition,c[2022] 4c©1998 a1 score (202 pages) ;c30 cm +e1 libretto (15 unnumbered pages) a010700 anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm cstaff notation2rdafmn aComposed in 1998. aSynopsis in English. aSynopsis dated 02.02.22. aDuration: approximately 67 min. aEnglish words. bStaff notation. 0aOperasvScores. 0aOperasvLibrettos. 0aMaya (Hinduism)vDrama. 7aOperasxLibrettos.2fast0(OCoLC)fst01046219 7aOperasxScores.2fast0(OCoLC)fst01046228 7aLibrettos.2fast0(OCoLC)fst01692883 7aOperas.2fast0(OCoLC)fst01726688 7aScores.2fast0(OCoLC)fst01692898 7aOperas.2lcgft 7aScores.2lcgft 7aLibrettos.2lcgft1 aPreston, Trevor,elibrettist.12iContainer of (work):aSohal, Naresh.tMaya.12iContainer of (work):aPreston, Trevor.tMaya. aOtto HarrassowitzbHARRnhar225004454 a92bPUL02166cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002200211110012600233245016900359246008400528250002200612264005400634300004600688336002600734337002800760338002700788500005000815504004100865650004200906650005300948650003201001650003901033651003701072655006501109710005301174880011401227880014001341880006901481880002301550880005201573880004701625994001201672on1312223760OCoLC20230718213016.0220424s2021 cc a b 100 0 chi  a 2021433411 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787307227071 a730722707X a(OCoLC)1312223760 apcc aa-cc---00aAM111b.H833 20202 6880-01aHubei Sheng bo wu guan xie hui.bLi shi hui ji xue shu yan tao huin(6th :d2020 ;cXiaogan Shi, China)ecreator.106880-02aBo wu guan de wei lai: hui fu yu chong su :b2021 nian Hubei Sheng bo wu guan xie hui xue shu yan tao hui lun wen ji /cHubei Sheng bo wu guan xie hui bian.306880-03a2021 nian Hubei Sheng bo wu guan xie hui xue shu yan tao hui lun wen ji 6880-04aDi 1 ban. 16880-05aWuhan :bWuhan da xue chu ban she,c2021. a2, 6, 524 pages :billustrations ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aProceedings of conference held December 2020. aIncludes bibliographical references. 0aMuseum techniqueszChinavCongresses. 0aCOVID-19 Pandemic, 2020-xInfluencevCongresses. 6aMuséeszChinevCongrès. 7aMuseums.2fast0(OCoLC)fst01030128 7aChina.2fast0(OCoLC)fst01206073 7aConference papers and proceedings.2fast0(OCoLC)fst014237722 6880-06aHubei Sheng bo wu guan xie hui,eeditor.2 6110-01a湖北省博物馆协会.b理事会暨学术研讨会n(6th :d2020 ;cXiaogan Shi, China)ecreator.106245-02a博物馆的未来: 恢复与重塑 :b2021 年湖北省博物馆协会学术研讨会论文集 /c湖北省博物馆协会编.306246-03a2021 年湖北省博物馆协会学术研讨会论文集 6250-04a第 1 版. 16264-05a武汉 :b武汉大学出版社,c2021.2 6710-06a湖北省博物馆协会,eeditor. a92bPUL01813cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002600211245019800237250002200435264007600457300007100533336002600604337002800630338002700658600005000685600006800735651004000803651004200843650004400885710006500929880015400994880002301148880006401171880005101235880004001286880005301326994001201379on1312226481OCoLC20230718213016.0220424s2021 cc ab 000 0dchi  a 2021433481 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787560771311 a7560771319 a(OCoLC)1312226481 apcc aa-cc-sp00aDS741.85.D3bD39 2021006880-01aDa Yu zhi shui yu Yucheng /cZhong gong Yucheng Shi wei xuan chuan bu, Yucheng Shi Da Yu wen hua yan jiu hui, Zhongguo xian Qin shi xue hui Yucheng Da Yu wen hua yan jiu zhong xin bian. 6880-02aDi 1 ban. 16880-03aShandong Sheng Jinan Shi :bShandong da xue chu ban she,c2021. a2, 3, 5, 384 pages :billustrations (chiefly color), maps ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier006880-04aDa Yu,cEmperor of China,d-2197 B.C.07aDa Yu,cEmperor of China,d-2197 B.C.2fast0(OCoLC)fst01814719 0aChinaxKings and rulersvBiography. 06880-05aYucheng Shi (China)xHistory. 7aCivilization.2fast0(OCoLC)fst008628982 6880-06aZhong gong Yucheng Shi wei.bXuan chuan bu,eeditor.006245-01a大禹治水与禹城 /c中共禹城市委宣传部, 禹城市大禹文化研究会, 中国先秦史学会禹城大禹文化研究中心编. 6250-02a第 1 版. 16264-03a山东省济南市 :b山东大学出版社,c2021.046600-04a大禹,cEmperor of China,d-2197 B.C. 46651-05a禹城市 (China)xHistory.2 6710-06a中共禹城市委.b宣传部,eeditor. a92bPUL02489cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020003100138020001500169025002500184035002200209037005300231042002100284050002100305082001500326100002700341240001800368245035900386264017500745300003000920336002600950337002800976338002701004490011301031500001001144500015801154500002001312546001701332520007801349650004401427650006201471655002001533655003701553700003701590700003401627700004201661700008901703710005801792830007001850938005101920994001201971on1312685566OCoLC20230718213016.0220404s2020 ii 001 d sanod a 2022326043 aDKAGEbengerdacDLCdDLCdOCLCFdDKAGE a9789380171500q(paperback) a9380171501 aI-San-2022326043; 11 a(OCoLC)1312685566 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aPK3796b.S3 202004a891.222230 aKālidāsa,eauthor.10aŚakuntalā10aAbhijñānaśākuntalaṃ nāma nāṭakam :bPūrṇacandrikāparākhyayā Mr̥tyuñjayabhūpālīyayā vyākhyā saṃvalitam /cMahākavikālidāsaviracitam ; pradhānasampādakaḥ, Ācārya Ke Nīlakaṇṭham ; sampādakau pariyojanā-anusandhātārau ca, Ḍā Vi Subrahmaṇyam, Ḍā Jośī Santoṣakumāraḥ. 1aHaidarābāda :bSaṃskr̥ta Akāḍamī (Kendrīyasaṃskr̥taviśvavidyālayena mānita Ādarśaśodhasaṃsthā), Usmāniāviśvavidyālayaḥ,c2022. aliii, 394 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aSaṃskr̥ta-Akāḍamī-ṣaṣṭhayabdagranthamālā =aSanskrit Academy shashtyabda granthamala ;v5 aPlay. a"Rāṣṭriyasaṃskr̥tasaṃsthānasya aṣṭādaśīpariyojanāyāḥ durlabhagranthapunarmudraṇapariyojanāntargatatvena prakāśyate." aIncludes index. aIn Sanskrit. aPlay dealing with the love and marriage of Dushyanta and Śākuntalā. 0aŚakuntalā (Hindu mythology)vDrama. 7aŚakuntalā (Hindu mythology)2fast0(OCoLC)fst01185115 0aSanskrit drama. 7aDrama.2fast0(OCoLC)fst014238791 aNīlakaṇṭham, Ke.,eeditor.1 aSubrahmaṇyam, Vi.,eeditor.1 aSantoṣakumāra, Joṣī,eeditor.02aMr̥tyuñjayaniśśaṅkabhūpāla,dactive 18th century.tPūrṇacandrikā.2 aOsmania University.bSanskrit Academy,eissuing body. 0aSaṃskr̥ta Akāḍamī ṣaṣṭhayabdagranthamālā =v5. aD. K. Agencies (P) Ltd.bDKAPnDKSAN-12976-PBK a92bPUL02227cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117035002200135042002100157043001200178050002600190100003200216245011300248264005600361300004300417336002600460337002800486338002700514520090900541586008001450600002201530610004101552610004801593650003701641650003801678650004401716651003801760655004301798994001201841on1317772387OCoLC20230718213016.0220319s2021 ug a 000 0aeng d a 2022324046 aHULbengerdacDLC z4938167989677 a(OCoLC)1317772387 alccopycatalcode af-ug---00aBX5700.8.Z8bN54 20211 aNkesiga, Diana M.,eauthor.10aWoven in spirals :bthe journey of an African woman to priesthood : a memoir /cRev. Canon Diana M. Nkesiga. 1aKampala, Uganda :bQuiet Garden Publishing,c[2021] ax, 115 pages :billustrations ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"In 1983, as a young teacher at Gayaza High School in Uganda, Diana was appointed as the Assistant Chaplain and her main duty was to mentor girls in their personal relationship with Christ. During her interactions with the girls, she learnt about the assault, rape and violation many of them suffered during the 1979 war that had ousted president Idi Amin. She was horrified by the brutality the girls endured and, overwhelmed by a deep desire for justice, Diana sought a way to help them. This yearning prompted her to enroll in a Theological College and what she thought would be a straight forward road to ordination turned out to be quite bumpy indeed. The journey to ordination that usually took the male clergy two years took Diana five long ones. In spite of all the pitfalls she faced, Diana eventually went on the become an ordained Priest in the Anglican Church of Uganda." --cPage 4 of cover. a"Winner of the Quiet Garden Publishing, Christian writing competition 2020"10aNkesiga, Diana M.20aChurch of UgandaxClergyvBiography.27aChurch of Uganda.2fast0(OCoLC)fst00566309 0aWomen clergyzUgandavBiography. 7aClergy.2fast0(OCoLC)fst00864014 7aWomen clergy.2fast0(OCoLC)fst01177414 7aUganda.2fast0(OCoLC)fst01210282 7aBiographies.2fast0(OCoLC)fst01919896 a92bPUL01271cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001700134020001500151035002200166042000800188043001200196050002500208245009400233246006700327264004700394300002900441336002600470337002800496338002700524504005100551650002400602650003200626650002400658650004100682650004100723650004900764651003900813700003300852994001200885on1320867503OCoLC20230718213016.0230505s2017 nr 000 0 eng  a 2022445191 aDLCbengerdacDLCdOCLCFdEEMdOUN z[9780557185] z9780557185 a(OCoLC)1320867503 apcc af-nr---00aJQ3099.A45bD46 201700aDemocracy, party systems & election administration in Nigeria /cedited by Dr. Emeka Obi.33aDemocracy party systems and election administration in Nigeria 1aOnitsha, Nigeria :bBookpoint Ltd.,c2017. aviii, 324 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aDemocracyzNigeria. 0aPolitical partieszNigeria. 0aElectionszNigeria. 7aDemocracy.2fast0(OCoLC)fst00890077 7aElections.2fast0(OCoLC)fst00904324 7aPolitical parties.2fast0(OCoLC)fst01069410 7aNigeria.2fast0(OCoLC)fst012052291 aObi, Emeka Anthony,eeditor. a92bPUL03114cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040005700094015001900151016001800170019001500188020003100203020002800234020003100262020002800293020004400321020003700365035004100402042001400443050002300457082001400480100003000494245008700524264004700611264001100658300004700669336002600716337002800742338002700770490002600797504006900823520129100892650003002183650003002213650003702243650005602280650005602336776003502392830004602427938004102473938004102514938002902555994001202584on1322367258OCoLC20230718213016.0230427t20232023enka b 001 0 eng d a 2023937573 aYDXbengerdacDLCdYDXdBDXdUKMGBdOCLCFdTOHdIG$ aGBC3542702bnb7 a0209898582Uk a1322368589 a9781350210998q(hardcover) a1350210994q(hardcover) a9781350211001q(paperback) a1350211001q(paperback) z9781350211025q(electronic publication) z9781350211018q(electronic book) a(OCoLC)1322367258z(OCoLC)1322368589 alccopycat00aNA2500b.W558 202304a720.12231 aWinters, Edward,eauthor.10aArchitectural aesthetics :bappreciating architecture as an art /cEdward Winters. 1aLondon, UK :bBloomsbury Academic,c[2023] 4c©2023 axiii, 216 pages :billustrations ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBloomsbury aesthetics aIncludes bibliographical references (pages [208]-212) and index. a"The fine arts are traditionally seen to have intrinsic value: that is, they are valuable in themselves. But this poses a problem for architecture: its works are designed to serve our purposes, and therefore it is classed as functional. Carving out a new space, Edward Winters argues why architecture is a fine art and finds a place for the fine art of architecture in the cultural environment in which we structure our lives. Winters reconciles intrinsic value, as a fine art, with extrinsic value, as shelter, security and comfort, without collapsing into the modernist conception of Functionalism. He draws on the Apollonian and the Dionysian to resolve the apparent conflict between the two values: the former requiring contemplative, detached reflection, the latter an engaged, embodied entanglement with the festive mood inspired by the immediate situation. Architecture, Winters claims, is to be regarded as functional; but this functionality is subsumed under the intrinsic aesthetic value of living well. Introducing the main positions in the philosophy of architecture through the lens of the timeless argument about what constitutes art, Winters lays out a humanistic view of the medium and extends our understanding of aesthetics and the everyday" --cProvided by publisher. 0aArchitecturexAesthetics. 0aArchitecturexPhilosophy. 7aARCHITECTURE / General.2bisacsh 7aArchitecturexAesthetics.2fast0(OCoLC)fst00813349 7aArchitecturexPhilosophy.2fast0(OCoLC)fst0081349708iebook version :z9781350211025 0aBloomsbury aesthetics (Bloomsbury (Firm)) aYBP Library ServicesbYANKn17956814 aYBP Library ServicesbYANKn17956813 aBrodartbBRODn132640317 a92bPUL01783cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040005200094015001900146016001800165020003100183020001500214020002600229020003300255020001500288020002700303035002200330042000800352050002200360082001400382100003800396245018600434250001900620264004600639300002300685336002100708337002500729338002300754504004100777505012700818650002800945650002900973650002601002650004301028650005501071650005401126655003901180938004101219938002901260994001201289on1322810808OCoLC20230718213016.0221026s2022 oru b 000 0 eng  a 2022948759 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdIMDdYDX aGBC2H18982bnb7 a0207585562Uk a9781634244190q(hardcover) a1634244192 z9781634244213q(epub) a9781634244206q(trade paper) a1634244206 a9781634244190q(cloth) a(OCoLC)1322810808 apcc00aHS425b.L255 202204a366.12231 aLaos, Nicolas K.,d1974-eauthor.14aThe modern and perfecting rite of symbolic masonry :ba freemasonic reformation to the glory of the enlightened humanity and a movement for a humanistic world order /cNicolas Laos. aFirst edition. 1aWalterville, OR :bTrine Day LLC,c[2022] a112 pages ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references.00tFrequent abbreviations --tFundamental concepts --tInitiatory systems --tModern and perfecting rite of symbolic masonry. 0aFreemasonryxSymbolism. 0aFreemasonryxPhilosophy. 0aFreemasonryxHistory. 7aFreemasonry.2fast0(OCoLC)fst00934082 7aFreemasonryxPhilosophy.2fast0(OCoLC)fst00934094 7aFreemasonryxSymbolism.2fast0(OCoLC)fst00934115 7aHistory.2fast0(OCoLC)fst01411628 aYBP Library ServicesbYANKn17960221 aBrodartbBRODn132632209 a92bPUL01447cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020002600178020001500204035002200219042000800241043001200249050002300261082001700284100004700301245003700348264006200385300004100447336002600488336003300514337002800547338002700575490002200602504005200624651005200676651006800728651006100796655003900857655004700896938004100943938002900984994001201013on1323246284OCoLC20230718213016.0220513s2022 scua b 000 0deng  a 2022938573 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdYDX aGBC2J61422bnb7 a0207914242Uk a9781467108713q(pbk.) a1467108715 a(OCoLC)1323246284 apcc an-us-nc00aF262.D77bC65 202204a975.63822231 aCole, Andrew C.q(Andrew Chance),eauthor.10aDuplin County /cAndrew C. Cole. 1aCharleston, South Carolina :bArcadia Publishing,c[2022] a127 pages :billustrations ;c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aImages of America aIncludes bibliographical references (page 127). 0aDuplin County (N.C.)xHistoryvPictorial works. 0aDuplin County (N.C.)xSocial life and customsvPictorial works. 7aNorth CarolinazDuplin County.2fast0(OCoLC)fst01218233 7aHistory.2fast0(OCoLC)fst01411628 7aPictorial works.2fast0(OCoLC)fst01423874 aYBP Library ServicesbYANKn17961290 aBrodartbBRODn132539934 a92bPUL03530cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040005200094020003000146020002700176020004200203020003900245035002200284041001300306042001400319043001200333050002600345100005900371245011400430264004200544264001100586300012500597336002600722336003300748336004000781337002800821338002700849500017600876500006101052500009601113500003401209504004101243520137601284546004002660650006002700650005502760650007202815650004402887650004202931700005102973994001203024on1327824714OCoLC20230718213016.0220727t20222022ne abce b 000 0 dut d a 2022457594 aWURSTbengerdacDLCdWURSTdQGJdZCUdDRBdJPG a9789083245058q(hardback) a9083245055q(hardback) a9789083245072q(booklet ;qpaperback) a9083245071q(booklet ;qpaperback) a(OCoLC)13278247140 adutbeng alccopycat ae-ne---00aSB470.55.N4bB54 20221 aBlerck, Henk van,eauthor,ephotographer (expression).10aLandschapsplan Nederland /cHenk van Blerck ; fotografie, Peter van Bolhuis (luchtfoto's) [and seven others]. 1aRhenen :bSchokland en Water,c[2022] 4c©2022 a420 pages :billustrations (chiefly color), facsimiles, maps, plans, portraits ;c35 cm +ebooklet (43, 8 pages ; 30 cm) atextbtxt2rdacontent astill imagebsti2rdacontent acartographic imagebcri2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Over ons grootste kunstwerk bestaande uit de miljoenen bomen en struiken die tussen 1946 en 1976 geplant zijn en nu het beeld van het cultuurlandschap bepalen"--On cover. aAlso published as thesis, University of Groningen, 2022. aWith an accompanying booklet containing summary in Dutch and English and endnotes in Dutch. aIncludes epilogue (page 401). aIncludes bibliographical references. a"You will find trees and shrubs everywhere in the Dutch landscape. Few people realize that together they are part of our greatest work of art. These planting patterns in the historically strongly layered Dutch landscape form one large cultural artifact. It was designed and constructed during the post-World War II reconstruction period. For about seventy percent of the Netherlands, a 'landscape plan' was designed by landscape architects of the State Forestry Commission between 1946 and 1976 as part of hundreds of land consolidation. When the trees of those landscape plans were planted, they were small and inconspicuous, but now they determine the image and appearance of the Dutch landscape. This resulted in a composite work of art that has been characterized as 'Landschapsplan Nederland' in this study. It is unique in the global history of garden and landscape architecture and is a recent addition to the biography of the Dutch landscape. This PhD research shows the origin, coherence and diversity of this special cultural artefact. Landscape Plan Netherlands offers inspiration for consciously shaping our contemporary dynamic landscape. Are we providing a renewed synthesis between all-encompassing nature and creative human intervention? Does Landscape Plan Netherlands inspire us to consciously shape the beauty of the country?"--cProvided by publisher. aText in Dutch ; summary in English. 0aLandscape architecturezNetherlandsvDesigns and plans. 0aTree plantingzNetherlandsxHistoryy20th century. 7aLandscape architecturexDesigns and plans2fast0(OCoLC)fst00991825 7aTree planting2fast0(OCoLC)fst01155955 7aNetherlands2fast0(OCoLC)fst012040341 aBolhuis, Peter van,ephotographer (expression) a92bPUL01268cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147025002600162035002200188037005300210041001300263042001500276043001200291050002400303130004700327245006100374250001900435264004800454300005400502336002600556337002800582338002700610500005300637500002000690610003300710650004300743700003500786938004900821994001200870on1332787200OCoLC20230718213016.0230708e20219999ii a 001 0ceng  a 2023339257 aDLCbengerdacDLC a9788175055186q(hardback) a8175055189 aI-E-2023339257; 07-91 a(OCoLC)1332787200 bLibrary of Congress -- New Delhi Overseas Office1 aenghben alcodeapcc aa-ii---00aBL1171b.P7213 20210 aPrācīna sādhudera kathā.lEnglish.10aStories of Vedanta monks /c[editor] Swami Chetanananda. aFirst edition. 1aKolkata :bAdvaita Ashrama,cDecember 2021- avolumesbillustrations (black and white) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTranslatios of: Prācīna sādhudera kathā. aIncludes index.20aRamakrishna MathvBiography. 0aHinduszIndiazWest BengalvBiography.1 aChetanananda,cSwami,eeditor. aD. K. Agencies (P) Ltd.bDKAPnDK-298746-HBD a92bPUL01465cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042001400191050002200205100003600227245007800263250002100341264006300362300003700425336002600462337002800488338002700516490004100543650002800584650002000612650005200632650005400684830004300738880003500781880006200816880002000878880005500898880003800953880004000991994001201031on1333160582OCoLC20230718213016.0220119s2021 ch 000 0dchi d a 2023392456 aHULbengerdacDLCdOCLCFdHUL c$1 a9789571733142 a9571733148 a(OCoLC)1333160582 alccopycat00aBQ7494b.Z36 20210 6880-01aZesheng,cShi,eauthor.106880-02aWei shi zong yu ying cheng pai zong yi jue ze /cShi Zesheng zhu. 6880-03aChu ban. 16880-04aTaibei Shi :bXin wen feng chu ban gong si,c2021. a2 volumes (1722 pages) ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aBo ya ji lin. Zong jiao ;v9 0aYogācāra (Buddhism) 0aPrāsaṅgika. 7aVijñaptimātratā2fast0(OCoLC)fst01166928 7aYogācāra (Buddhism)2fast0(OCoLC)fst01182908 06880-06aBo ya ji lin.pZong jiao ;v9.0 6100-01a則生,cShi,eauthor.106245-02a唯識宗與應成派宗義抉擇 /c釋則生著 6250-03a初版. 16264-04a臺北市 :b新文豐出版公司,c2021.1 6490-05a博雅集林. 宗教 ;v9 06830-06a博雅集林.p宗教 ;v9. a92bPUL02443cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040002500094015002100119020003100140020002800171035002200199042001400221050002600235055003000261082001400291084001800305100003000323245003700353264004500390264001100435300002300446336002600469337002800495338002700523520076700550650003801317650003101355650002301386650002901409650004001438650005501478650004601533650004801579655002301627655002101650655004901671655004901720655003901769655004701808655002801855655003001883994001201913on1334493249OCoLC20230718213016.0230605t20222022onc 000 1 eng d a 2023289491 aCNWPUbengerdacDLC a202301924322can a9781335933997q(paperback) a1335933999q(paoerback) a(OCoLC)1334493249 alccopycat00aPS3570.H363bA79 202200aPR1309.L68bH3 no. a2642104a813.6223 acci1icc2lacc1 aThayne, RaeAnne,eauthor.10aAll is bright /cRaeAnne Thayne. 1aToronto, Ontario, Canada :bHQN,c[2022] 4c©2022 a344 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Sage McKnight is an ambitious young architect working at her father's firm who takes on her most challenging client in Mason Tucker. The former pro baseball player is still healing from the physical and emotional scars after a plane crash left him a wheelchair-using single dad, and he's determined not to let anyone breach his emotional defenses. Sage knows her work on Mason's new home in Hope's Crossing is her best work yet, and she won't let her grumpy client prevent her from showcasing her work personally. With Sage's gift for taking broken things and making them better, the matchmaking talent of the quirky locals and a generous sprinkling of Christmas cheer, Mason doesn't stand a chance against the power of this magical holiday season"--Amazon.com. 0aMan-woman relationshipsvFiction. 0aWomen architectsvFiction. 0aHolidaysvFiction. 0aSingle fathersvFiction. 7aHolidays.2fast0(OCoLC)fst00958730 7aMan-woman relationships.2fast0(OCoLC)fst01007080 7aSingle fathers.2fast0(OCoLC)fst01119359 7aWomen architects.2fast0(OCoLC)fst01177137 0aChristmas stories. 0aRomance fiction. 7aChristmas stories.2fast0(OCoLC)fst01726561 7aChristmas fiction.2fast0(OCoLC)fst01981983 7aFiction.2fast0(OCoLC)fst01423787 7aRomance fiction.2fast0(OCoLC)fst01921732 7aRomance fiction.2lcgft 7aChristmas fiction.2lcgft a92bPUL02014cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002600211245015300237246005700390246005200447250002200499264005500521300010300576336002600679337002800705338002700733500005500760504004100815600003300856600005100889650003400940650004200974651003701016655004301053710009101096880011501187880004301302880002301345880004901368880003201417880007101449994001201520on1334716575OCoLC20230718213016.0220708s2021 cc acfh b 010 0 chi  a 2021434332 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787010235714 a7010235716 a(OCoLC)1334716575 apcc aa-cc---00aDS778.H8323bS54 2021006880-01aSheng jiu shi fen dou :bHu Hua bai nian dan chen ji nian wen ji /cZhongguo ren min da xue zhong gong dang shi dang jian yan jiu yuan bian.1 iColophon title also in pinyin :aSheng jiushi fendou306880-02aHu Hua bai nian dan chen ji nian wen ji 6880-03aDi 1 ban. 16880-04aBeijing Shi :bRen min chu ban she,c2021. a13, 2, 7, 617 pages, 8 unnumbered pages of plates :billustrations, portraits, facsimiles ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes a list of author's works (pages 600-614). aIncludes bibliographical references.106880-05aHu, Hua,d1921-1987.17aHu, Hua,d1921-1987.2fast0(OCoLC)fst01753843 0aHistorianszChinavBiography. 7aHistorians.2fast0(OCoLC)fst00957686 7aChina.2fast0(OCoLC)fst01206073 7aBiographies.2fast0(OCoLC)fst019198962 6880-06aZhongguo ren min da xue.bZhong gong dang shi dang jian yan jiu yuan,eeditor.006245-01a生就是奋斗 :b胡华百年诞辰纪念文集 /c中国人民大学中共党史党建研究院编.306246-02a胡华百年诞辰纪念文集 6250-03a第 1 版. 16264-04a北京市 :b人民出版社,c2021.146600-05a胡华,d1921-1987.2 6710-06a中国人民大学.b中共党史党建研究院,eeditor. a92bPUL02175cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005900109024001700168028001900185035002200204037004600226042001400272050002700286082003100313100005900344245003100403246001500434264003800449264001200487300004100499336003700540337002300577338003100600340001400631344001900645344001900664344001900683347002200702347001300724500002700737511004600764500003100810508008300841500003200924520036000956505013501316650002701451650002801478650004201506648002001548655003501568655001801603994001201621on1335084418OCoLC20230718213016.0sd fsngnnmmned230717t20222022caurcnn d n eng d a 2023627034 aTEFMTbengerdacDLCdTEFdOCLCFdINOdGP5dNOQdTEFMT1 a04577875462502a87546-2bAnti- a(OCoLC)1335084418 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM1630.18.M33bH43 202204a782.42166223/eng/202207141 aMcCombs, Cass,ecomposer,eaudio producer,eperformer.10aHeartmind /cCass McCombs.3 aHeart mind 1aLos Angeles, CA :bAnti-,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aCass McCombs ; with additional musicians. aAll songs by Cass McCombs. aProduced by Cass McCombs and Shahzad Ismaily, Arial Rechstaid, and Buddy Ross. aLyrics on container insert. aFor an artist who has never seemed particularly interested in discussing the facts of his life or the meaning of his songs, Cass McCombs has been unmistakably straightforward about both when it comes to his latest record, Heartmind. "I made this album as a way to handle the loss of some close friends," the 44-year-old songwriter said in a press release.00tMusic is blue --tKaraoke --tNew Earth --tUnproud warrior --tKrakatau --tA blue, blue band --tBelong to heaven --tHeartmind. 0aRock musicy2021-2030. 0aAlternative rock music. 7aRock music.2fast0(OCoLC)fst01099204 7a2021-20302fast 7aAlternative rock music.2lcgft 7aSongs.2lcgft a92bPUL02649cam a22004938i 4500001001300000003000600013005001700019007000300036008004100039010001700080040005200097015001900149016001800168020003100186020001500217020003100232020002600263035002200289042000800311043001200319050002400331082003000355100002900385245012000414263000900534264004100543300004700584336002600631337002800657338002700685504005100712520082300763650004601586650004301632650002701675650003901702650005301741650006901794650007201863776013801935938004102073938002902114994001202143on1336537082OCoLC20230718213016.0t|230717s2023 nju b 001 0 eng  a 2023019344 aDLCbengerdacDLCdBDXdGK8dUKMGBdYDXdOCLCF aGBC3963422bnb7 a0210609432Uk a9781119901068q(paperback) a1119901065 z9781119901082q(adobe pdf) z9781119901075q(epub) a(OCoLC)1336537082 apcc an-us---00aLB1590.3.R6296 202300a370.15/2223/eng/202307171 aRitchhart, Ron,eauthor.10aCultures of thinking in action :b10 mindsets to transform our teaching and students' learning /cby Ron Ritchhart. a2310 1aHoboken, N.J. :bJossey-Bass,c2023. axxxiv, 318 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"According to a 2020 survey by Georgetown University, 96% of employers say that critical thinking and active listening are extremely important to success. Critical thinking is a skill used not only in occupations, but everyday life. Given this, it is no surprise that past studies have found a strong correlation between critically thinking about subjects and high academic success. Ron Ritchhart argues that being able to think critically about the world is more important than any particular subject or fact a student might learn. While it is important to learn specific details, critical thinkers are equipped to face any scenario with greater success than those who are not taught the skill. Creating a Culture of Thinking is all about making sure schools foster critical thinking skills"--cProvided by publisher. 0aThought and thinkingxStudy and teaching. 0aCritical thinkingxStudy and teaching. 0aCognition in children. 0aEducational changezUnited States. 7aCognition in children.2fast0(OCoLC)fst00866501 7aCritical thinkingxStudy and teaching.2fast0(OCoLC)fst00883699 7aThought and thinkingxStudy and teaching.2fast0(OCoLC)fst0115026508iOnline version:aRitchhart, Ron.tCultures of thinking in actiondHoboken, N.J. : Jossey-Bass, 2023z9781119901082w(DLC) 2023019345 aYBP Library ServicesbYANKn18050088 aBrodartbBRODn133584712 a92bPUL02524cam a2200481 i 4500001001300000003000600013005001700019008004100036010003100077040006500108019001500173020002600188020002300214020002600237020002300263020002300286024001800309035004100327042001400368050002400382082001500406245014500421264005000566300002300616336002600639337002800665338002700693490004200720546004100762504005100803505012500854520069600979650005501675650005501730650001701785650002101802650006701823648002001890700002801910700003901938830005301977994001202030on1337080846OCoLC20230718213016.0230613m20212022gw b 001 0 ger d a 2022503171z 2022503177 aAZUbengerdacDLCdAZUdBNGdYUSdINDdOCLCFdZCUdSTFdHUL a1255622940 a9783402136386q(v. 1) a3402136384q(v. 1) a9783402138151q(v. 2) a3402138158q(v. 2) z9783402136393qPDF3 a9783402136386 a(OCoLC)1337080846z(OCoLC)1255622940 alccopycat00aBV825.5b.S236 202104a230qOCoLC00aSacrum convivium :bdie Eucharistiegebete der westlichen Kirchen im 20 und frühen 21 Jahrhundert /cIrmgard Pahl, Stefan Böntert (Hrsg). 1aMünster :bAschendorff Verlag,c[2021-2022] a2 volumes ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aSpicilegium Friburgense ;vvol. 49-50 aText in German, French, and English. aIncludes bibliographical references and index.0 aBand 1. Kirchen der Reformation -- Band 2. Römisch-katholische Kirche, Alt-katholische Kirche, Kirchen der Reformation a'In the 20th century, Christian churches around the world have paid much attention to the renewal of their communion or Eucharistic prayers. The theological foundations were put to the test, as was the organization of practice. The first part of Sacrum Convivium. The Eucharistic Celebration of the Western Churches in the 20th and early 21st Century" documents central texts and executions. Detailed comments introduce the respective peculiarities. Based on the volumes "Prex Eucharistica" and "Coena Domini" previously published in the "Spicilegium Friburgense" series. "Sacrum Convivium" continues the annotated edition of the communion and Eucharistic prayers.'c--Provided by publisher. 0aLord's SupperxHistory of doctrinesy20th century. 0aLord's SupperxHistory of doctrinesy21st century. 6aEucharistie. 7aeucharists.2aat 7aLord's SupperxHistory of doctrines.2fast0(OCoLC)fst01002553 7a1900-20992fast1 aPahl, Irmgard,eeditor.1 aBöntert, Stefan,d1969-eeditor. 0aSpicilegium Friburgense ;vBd. 49-50.x0561-6158 a92bPUL01573cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002400211245008200235246005000317250002200367264009000389300010400479336002600583336003300609337002800642338002700670650004600697650004100743651005200784655003900836710006100875880006300936880002300999880007701022880005201099994001201151on1338128045OCoLC20230718213016.0220802s2021 cc ach 000 0 chi  a 2022460032 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787221165381 a7221165386 a(OCoLC)1338128045 apcc aa-cc-kw00aHG8709.Z8bG85 2021006880-01aGuizhou bao xian bai nian /cGuizhou Sheng bao xian xue hui bian zhu.14aCentury History Insurance of Guizhou Province 6880-02aDi 1 ban. 16880-03aGuiyang Shi :bGuizhou chu ban ji tuan :bGuizhou ren min chu ban she,c2021. a2, 151 pages :billustrations (chiefly color), color portraits, facsimiles (chiefly color) ;c24 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aInsurancezChinazGuizhou ShengxHistory. 7aInsurance.2fast0(OCoLC)fst00974532 7aChinazGuizhou Sheng.2fast0(OCoLC)fst01212364 7aHistory.2fast0(OCoLC)fst014116282 6880-04aGuizhou Sheng bao xian xue hui,eeditoreauthor.006245-01a贵州保险百年 /c贵州省保险学会编著. 6250-02a第 1 版. 16264-03a贵阳市 :b贵州出版集团 :b贵州人民出版社,c2021.2 6710-04a贵州省保险学会,eeditoreauthor. a92bPUL02352cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191050002100199100005500220245025100275246006700526264008000593300002300673336002600696337002800722338002700750504006700777650002900844650003700873650004500910650002200955650004500977650005401022650005001076650005501126650004801181655001901229700004001248700003801288752002301326880004401349880027801393880008301671880004401754880003601798994001201834on1338153227OCoLC20230718213016.0220507s2021 is b 001 0 heb  a 2022504473 aDLCbengerdacDLCdOCLCFdHUL c(2 a9789655263206 a9655263207 a(OCoLC)1338153227 apcc00aBM723b.L53 20211 6880-01aLichtenstein, Aharon,d1933-2015,eauthor.106880-02aRuaḥ aviv :bʻal ʻavodat H., mishpaḥah u-ḳehilah /cha-Rav Aharon Likhṭenshṭain ; ʻorkhim Reʼuven Tsigler ṿe-Elyaḳim Ḳrumbain = Ruaḥ aviv : essays on divine service, family, and community / Rabbi Aharon Lichtenstein.31aRuaḥ aviv :bessays on divine service, family, and community 16880-03aYerushalayim :bMagid :bYeshivat Har ʻEtsyon,c782 [2021 or 2022] a378 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 359-374) and index. 0aSpiritual lifexJudaism. 0aJewish familiesxReligious life. 0aCommunitiesxReligious aspectsxJudaism. 0aOrthodox Judaism. 7aJewish ethics.2fast0(OCoLC)fst01199497 7aJewish sermons, Hebrew.2fast0(OCoLC)fst00982992 7aJewish way of life.2fast0(OCoLC)fst00983050 7aSpiritual lifexJudaism.2fast0(OCoLC)fst01130128 7aWorship (Judaism)2fast0(OCoLC)fst01181462 7aEssays.2lcgft1 6880-04aKrumbein, Elyakim,eeditor.1 6880-05aZiegler, Reuven,eeditor. aIsraeldJerusalem.1 6100-01aליכטנשטיין, אהרן.106245-02aרוח אביב :bעל עבודת ה', משפחה וקהילה /cהרב אהרן ליכטנשטיין ; עורכים ראובן ציגלר ואליקים קרומביין = Ruaḥ aviv : essays on divine service, family, and community / Rabbi Aharon Lichtenstein. 16264-03aירושלים :bמגיד :bישיבת הר עציון,cתשפ״ב.1 6700-04aקרומביין, אליקים.1 6700-05aציגלר, ראובן. a92bPUL03401cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020002900141020001500170035002200185041001800207042000800225043001200233050002300245245033500268264005400603264001100657300005700668336002600725337002800751338002700779490004200806504005700848546006200905520147200967651002402439650003202463650004202495650005602537650003702593651003702630651005802667655003902725700003702764700003202801830004402833938004202877994001202919on1338195517OCoLC20230718213016.0230225s2021 sz a b 000 0 ger  a 2022503246 aDLCbengerdacDLCdMEAUCdOCLCFdOHXdJPG a9783906897325qhardbound a390689732X a(OCoLC)13381955170 agerbfrebeng apcc af-ua---00aDT73.B44bR38 202100aRäuber--Priester--Königskinder :bdie Gräber KV 40 und KV 64 im Tal der Könige : die beschrifteten Objekte der 18. Dynastie und die Keramik /cSusanne Bickel (Hrsg.) ; mit Beiträgen von Faried Adrom [and 11 others] ; Zeichnungen: Martina Aeschlimann-Langer, Marina Estermann, Faried Adrom ; Fotografien: Matjaz Kacicnik. 1aBasel :bLibrum Publishers & Editors LLC,c[2021] 4c©2021 a542 pages :billustrations (chiefly color) ;c31 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aSwiss Egyptological studies ;vv. 2.1 aIncludes bibliographical references (pages 508-526). aIncludes summaries in German, French, English and Arabic.8 aSeit 200 Jahren ist das so genannte Tal der Könige einer der wichtigsten Anziehungspunkte für Ägypten-Reisende. Entdecker wie Giovanni Battista Belzoni, Victor Loret und Howard Carter verliehen nicht nur dem Wüstental seinen Ruhm, sie trugen auch nachhaltig zur Verbreitung des Interesses und der Faszination für das Alte Ägypten in der modernen westlichen Öffentlichkeit bei. Nicht zuletzt wurde über die Entdeckung der Pharaonengräber und des Grabschatzes von Tutanchamun auch die Vermittlerrolle der jungen Disziplin Ägyptologie zwischen öffentlichem Interesse und wissenschaftlicher Erschließung der altägyptischen Hinterlassenschaft etabliert.0In den Jahren 2011 bis 2014 konnte das University of Basel Kings? Valley Project zwei bisher gänzlich unbekannte Grabanlagen archäologisch erschließen. Diese bilden den Gegenstand der vorliegenden Veröffentlichung. Die Auswertung der verschiedenen Befundsituationen und der äußerst umfangreichen Fundkonvolute bietet die ertragreiche Möglichkeit, neue Perspektiven auf drei aufeinanderfolgende Epochen sowie drei historisch, gesellschaftlich und religiös sehr unterschiedliche Kontexte der Nutzung des Tals der Könige und dessen gebauter Strukturen aufzuzeichnen.0Teil 1. Die beschrifteten Objekte der 18. Dynastie und die Keramik0Teil 2. Archäologie, Architektur und Funde der 18. Dynastie0Teil 3. Beraubung, Nachnutzungen der Dritten Zwischenzeit, Mumien, Gesamtauswertung. 0aEgyptxAntiquities. 0aValley of the Kings (Egypt) 7aEgyptology.2fast0(OCoLC)fst00904000 7aExcavations (Archaeology)2fast0(OCoLC)fst00917564 7aTombs.2fast0(OCoLC)fst01152439 7aEgypt.2fast0(OCoLC)fst01208755 7aEgyptzValley of the Kings.2fast0(OCoLC)fst01241843 7aHistory.2fast0(OCoLC)fst014116281 aBickel, Susanne,d1960-eeditor.1 aAdrom, Fariedecontributor. 0aSwiss Egyptological studies ;vBd. 2.1. aOtto HarrassowitzbHARRnhar190509905 a92bPUL03138cjm a2200649 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005700109024001700166028002900183035002200212042001400234050002600248082001900274110005700293245003700350264004800387264001200435300004100447336003700488337002300525338003100548344001900579344001900598344001900617347002200636347001300658500002700671511013700698500005700835508003000892518003000922500003200952520059100984505031701575650002701892650002101919650002101940650004701961650004202008650004702050648002002097655004702117655004202164655004702206655002802253655002802281655001802309700003902327700003002366710004002396710004002436994001202476on1338647850OCoLC20230718213016.0sd fsngnnmmned230717t20222022caurcnn d n eng  a 2023627035 aKA7bengerdacDLCdAPLdTEFMTdTEFdOCLCFdNOQdKA71 a04577805432902a80543-2bHellcat Records a(OCoLC)1338647850 alccopycat 4aM1630.18.I68bI5 202204a782.42/1662232 aInterrupters (Musical group),ecomposer,eperformer.10aIn the wild /cthe Interrupters. 1aLos Angeles, CA :bHellcat Records,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aInterrupters (Aimee Interrupter, vocals ; Kevin Bivona, guitar, vocals ; Justin Bivona, bass, vocals ; Jesse Bivona, drums, vocals). aAll songs written or co-written by the Interrupters. aProduced by Kevin Bivona. oRecordedpBivona Studios. aLyrics on container insert. aAfter three studio albums and over a decade deep into the music game, The Interrupters deliver their new album. This fourteen-track opus is authentic; it's a story of survival, a story of resilience, by a band being bold and rejecting the easy impulses of simply repeating what's worked before. The record took shape in an unforced and organic fashion, and the recording process was evidently a fun one, which is reflected in the sound of the album, gliding across a spectrum of breathless punk rock, doo-wop, gospel, dancehall, and the band's customary nods to the lineage of two-tone.00tAnything was better --tAs we liver(featuring Tim Armstrong, Rhoda Dakar) --tRaised by wolves --tIn the mirror --tKiss the ground --tJailbird --tThe hard way --tMy heart --tLet 'em go --tWorst for me --tBurdensr(featuring Hepcat) --tLove never diesr(featuring the Skints) --tAfterthought --tAlien. 0aRock musicy2021-2030. 0aPunk rock music. 0aSka punk (Music) 7aPunk rock music.2fast0(OCoLC)fst01084153 7aRock music.2fast0(OCoLC)fst01099204 7aSka punk (Music)2fast0(OCoLC)fst02010796 7a2021-20302fast 7aPunk rock music.2fast0(OCoLC)fst01726712 7aRock music.2fast0(OCoLC)fst01726724 7aSka punk (Music)2fast0(OCoLC)fst02010886 7aSka punk (Music)2lcgft 7aPunk rock music.2lcgft 7aSongs.2lcgft1 aArmstrong, Tim,d1961-eperformer.1 aDakar, Rhoda,eperformer.2 aHepcat (Musical group),eperformer.2 aSkints (Musical group),eperformer. a92bPUL03116cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040005000094020003100144020001500175020002600190035002200216042000800238043001200246050002600258082002800284100003200312245005000344264004500394300002300439336002600462337002800488338002700516520146000543650002902003650002302032650002202055650002902077651002502106650004002131650004602171650004602217650003902263651004202302655004802344655003902392655003802431655005002469655003102519655002902550655001902579994001202598on1339099694OCoLC20230718213016.0220112s2022 cau 000 1 eng  a 2022900537 aDLCbengerdacDLCdFSPdJCXdOCLCFdCDXdJTH a9781647423797q(paperback) a1647423791 z9781647423803q(epub) a(OCoLC)1339099694 apcc an-us-ca00aPS3626.A586bB58 202204a813/.6223/eng/202205171 aZadeik, Anastasia,eauthor.10aBlurred fates :ba novel /cAnastasia Zadeik. 1aBerkeley, CA :bShe Writes Press,c2022. a301 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Kate Whittier has it all--a loving, even-keeled husband, two great kids, and a beautiful home in Southern California. But Kate is living a lie. In a desperate attempt to create for her children the safe, happy family she never had, she has been hiding dark secrets for decades--things she's convinced make her unworthy of her wellborn husband, Jacob, and the privileged life he has provided. Then, one ordinary evening, always dependable Jacob confesses to a drunken sexual indiscretion he doesn't quite remember, and Kate cracks open. Molten memories rise to the surface: hiding in the dark, her brother's whisper in her ear; crying out, knowing no one will hear. Along with the memories, volatile emotions swirl--a sign, Kate fears, that the mental illness that took her mother has finally come for her. Stepping in to support Kate and Jacob as their lives unravel is the guy who introduced them: Ryan McCann, a peripatetic journalist who has recently settled nearby to write his first novel. Ryan was with Jacob on the night of the indiscretion. Ryan is with Kate when Jacob leaves. And when Kate's malevolent older brother calls with news of her father's imminent death, it is Ryan who accompanies her as she journeys back to her childhood home looking for closure. Instead, as the past invades the present and relationships collide, Kate discovers complicated truths that could mean redemption--or destroy her entire world"--cProvided by publisher. 0aMarried peoplevFiction. 0aAdulteryvFiction. 0aSecrecyvFiction. 0aMental illnessvFiction. 0aCaliforniavFiction. 7aAdultery.2fast0(OCoLC)fst00797378 7aMarried people.2fast0(OCoLC)fst01010656 7aMental illness.2fast0(OCoLC)fst01016547 7aSecrecy.2fast0(OCoLC)fst01110644 7aCalifornia.2fast0(OCoLC)fst01204928 7aDomestic fiction.2fast0(OCoLC)fst01726589 7aFiction.2fast0(OCoLC)fst01423787 7aNovels.2fast0(OCoLC)fst01921742 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aThrillers (Fiction)2lcgft 7aDomestic fiction.2lcgft 7aNovels.2lcgft a92bPUL03216cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040004000094066000700134020001800141020001500159035002200174037001500196042001500211043001200226050002700238100004400265245086800309264007201177300002301249336002601272337002801298338002701326546001501353600004901368600007501417651004701492651004401539650004901583650005501632651003701687648002001724880003701744880091101781880007802692994001202770on1340660618OCoLC20230718213016.0220209s2022 ua 000 0 ara  a 2022351950 aDLCbengerdacDLCdZCUdOCLCFdSTF c(3 a9789777516570 a9777516576 a(OCoLC)1340660618 c225.00 EGP apccalcode af-ua---00aDT107.87b. H8654 20221 6880-01aḤusayn, al-Bahāʼ,eauthor.136880-02aal-Aḥyāʼ yukhbirūn qiṣṣatahim :bʻan Mubārak wa-ʻasrihi wa-humūm ukhrá maʻa Makram Muḥammad Aḥmad, Muḥammad Maḥmūd al-Ṭablāwī, Rifʻat al-Saʻīd, Jābir ʻUṣfūr, Muṣṭfá Ḥusayn, Maḥfūẓ ʻAbd al-Raḥmān, ʻAbd Allah Kamāl, Saʻd al-Dīn Ibrāhīm, ʻAbd al-Ḥalīm Qandīl, ʻAlī Luṭfī, Fārūq Ḥusnī, Muḥammad Nur Faraḥāt, Waḥīd Ḥāmid, ʻAmr Mūsá, Yaḥyá al-Jamal, Ṭāriq al-Bishrī, Maẓhar Shāhīn, Muḥammad ʻAbd al-Ḥakam Diyāb, Nawāl al-Saʻdāwī, Samīḥah Ayyūb, ʻĀṣim al-Dasūqī, ʻAlī Sālim, Shākir ʻAbd al-Ḥamīd, al-Sayyid Yasīn, Ṣalāḥ ʻĪsá, ʻAbd al-Munʻim Saʻīd, Ṣāfī Nāz Kāẓim, Anwar al-Bulkīmī, Mukhtār Nūḥ, ʻUmar Khayrat /cḥāwarahum al-Bahāʼ Ḥusayn. 16880-03aal-Qāhirah :bRawāfid lil-Nashr wa-al-Tawzīʻ,c2022. a605 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn Arabic.10aMubārak, Muḥammad Ḥusnī,d1928-2020.17aMubārak, Muḥammad Ḥusnī,d1928-2020.2fast0(OCoLC)fst00125828 0aEgyptxPolitics and governmenty1981-2011. 0aEgyptxIntellectual lifey20th century. 7aIntellectual life.2fast0(OCoLC)fst00975769 7aPolitics and government.2fast0(OCoLC)fst01919741 7aEgypt.2fast0(OCoLC)fst01208755 7a1900-20112fast1 6100-01aحسين، البهاء.126245-02aالأحياء يخبرون قصتهم :bعن مبارك وعصره وهموم أخرى مع مكرم محمد أحمد، محمد محمود الطبلاوي، رفعت السعيد، جابر عصفور، مصطفى حسين، حفوظ عبد الرحمن، عبد الله كمال، سعد الدين إبراهيم، عبد الحليم قنديل، علي لطفي، فاروق حسني، محمد نور فرحات، وحيد حامد، عمرو موسى، يحيى الجمل، طارق البشري، مظهر شاهين، محمد عبد الحكم دياب، نوال السعداوي، سميحة أيوب، عاصم الدسوقي، علي سالم، شاكر عبد الحميد، السيد يسين، صلاح عيسى، عبد المنعم سعيد، صافي ناز كاظم، أنور البلكيمي، مختار نوح، عمر خيرت /cحاورهم البهاء حسين. 16264-03aالقاهرة :bروافد للنشر والتوزيع،c2022. a92bPUL02319cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002600149028002600175035002200201042001400223110005300237245002800290250004700318264005600365264001100421300005000432336003700482337002300519338003100542340001900573344001800592344001500610344002300625382006800648500002700716500003400743511005000777500007700827518004500904508004300949500004100992500010301033505026001136505015401396650002701550650002101577648002001598655002301618655002801641655003401669655001801703740002001721994001201741on1341304045OCoLC20230718213016.0sd bmmennmplue230713r20211995caurcnne d n eng d a 2023617315 aMLNbengerdacDLC1 a09362488457602a093624885269bReprise00a093624884576bReprise a(OCoLC)1341304045 alccopycat2 aGreen Day (Musical group)ecomposer,eperformer.10aInsomniac /cGreen Day. aDeluxe edition ; 25th anniversary edition. 1aLos Angeles, California :bReprise Records,c[2021] 4c©2021 a2 audio discs :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw01amale voicen1dguitarn1abass guitarn1adrum setn1s32lcmpt aTitle from disc label. a2 disc, 3-sided vinyl LP set.0 aGreen Day (Billie Joe, Mike Dirnt, Tre Cool). aInsomniac originally released in 1995 ; Live in Prague released in 2020. 3Live in Pragueorecordedd1996 March 26. aProduced by Rob Cavallo and Green Day. aParental advisory: explicit content. aLyrics on inner disc sleeve; with additional one-sided disc with sleeve containing Live in Prague.00gDisc 1,tInsomniac.tArmatage Shanks --tBrat --tStuck with me --tGeek stink breath --tNo pride --tBab's uvula who? --t86 --tPanic song --tStuart and the ave. --tBrain stew --tJaded --tWestbound sign --tTight Wad Hill --tWalking contradiction.00gDisc 2,tLive in Prague.tArmatage Shanks --tBrat --tGeek stink breath --tStuck with me --tBrain stew --tJaded --tWalking contradiction --t86. 0aRock musicy1991-2000. 0aPunk rock music. 7a1991-20002fast 7aRock music.2lcgft 7aPunk rock music.2lcgft 7aLive sound recordings.2lcgft 7aSongs.2lcgft02aLive in Prague. a92bPUL01597cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149025002400164035002200188037005300210042002100263050002800284082001800312100004000330245020200370246002200572250002900594264008200623300006900705336002600774337002800800338002700828504005700855520009000912546001401002600007001016655006201086938005101148994001201199on1343868943OCoLC20230718213016.0230208s2022 ii b b 000 0 hinod a 2023335445 aDKAGEbengerdacDLC a9789383628391q(hardback) a9383628391 aI-H-2023-335445; 12 a(OCoLC)1343868943 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aPK2098.29.I73bZ76 202204a891.438712231 aNavīna, Devaśaṅkara,eauthor.10aMahattva Māyānanda :bMāyānanda Miśra kā racanātmaka jīvanavr̥ta /cDevaśaṅkara Navīna = Mahattwa Mayanand : a creative life sketch of Mayanand Mishra / by Deo Shankar Navin.31aMahattwa Mayanand aPrathama saṃskaraṇa. 1aGājiyābāda :bŚruti Buksa :bKe. Ela. Pacaurī Prakāśana,c2022. a310 pages, 6 unnumbered pages :bmaps (black and white) ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 314-316). aOn the life and works of Māyānanda Miśra, 1934-2013, Hindi and Maithili author. aIn Hindi.10aMiśra, Māyānanda,d1934-2013xCriticism and interpretation. 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 aD. K. Agencies (P) Ltd.bDKAPnDKHIN-73536-HBD a92bPUL01345cjm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003300149035002200182042001400204100005500218245003200273264004600305264001200351300004100363336003700404337002300441338003100464344001900495344001900514344001900533347002200552347001300574511009500587500002700682505012300709650002100832655002800853938005400881994001200935on1344101321OCoLC20230718213016.0sd fsngnnmmned230711t20222022gw uunn n zxx d a 2023627513 aTDFbengerdacDLC10a88091825731002aMIACD057bMiasmah Recordings a(OCoLC)1344101321 alccopycat1 aMondkopfc(Musician),ecomposer,einstrumentalist.10aSpring stories /cMondkopf. 1a[Germany?] :bMiasmah Recordings,c[2022] 4c℗2022 a1 sound disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aPaul Régimbeau [Mondkopf], electric guitar, modular synthesizer ; additional performers. aTitle from disc label.0 aElevation -- Phased harmony I -- Through the storm, in your arms -- Transmission -- Phased harmony II -- Continuation. 0aShoegaze (Music) 7aShoegaze (Music)2lcgft aTheodore Front Musical LiteraturebTFRTnTF522967 a92bPUL01688cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149025002300164035002200187037005300209041001300262042002100275043001200296050002300308082001900331100003800350245011400388264004700502300005800549336002600607337002800633338002700661504005700688546004300745650008100788651006200869650005200931650005100983651006101034655006201095700003601157938004901193994001201242on1345276979OCoLC20230718213016.0220920s2022 ii a b 000 0 eng d a 2023335763 aDKAGEbengerdacDLC a9789392816208q(hardback) a9392816200 aI-E-2023335763; 30 a(OCoLC)1345276979 bLibrary of Congress -- New Delhi Overseas Office0 aengaasm alccopycatalcode aa-ii---00aPK1562b.B485 202204a891.4511092231 aBhattacharjee, Somenath,eauthor.10aSocio-cultural perspective of Goalparia folk songs in Assam /cDr. Somenath Bhattacharjee, Dr. Nijora Sharma. 1aNew Delhi :bAbhijeet Publications,c2022. a212 pages :billustrations (black and white) ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 209-212). aIncludes texts in Goalpariyab(roman). 0aFolk songs, AssamesezIndiazGoālpāra (District)xHistory and criticism. 0aGoālpāra (India : District)xSocial life and customs. 7aFolk songs, Assamese.2fast0(OCoLC)fst00929757 7aManners and customs.2fast0(OCoLC)fst01007815 7aIndiazGoālpāra (District)2fast0(OCoLC)fst01335582 7aCriticism, interpretation, etc.2fast0(OCoLC)fst014116351 aSharma, Nijora,d1973-eauthor. aD. K. Agencies (P) Ltd.bDKAPnDK-300526-HBD a92bPUL01395cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020002800178020003100206020002700237020003100264035002200295042001400317050002300331082003000354245013900384250002000523264005700543264001100600300003100611336002100642337002500663338002300688504005100711650001600762650001600778650001600794650004200810700003300852776003500885938004100920994001200961on1345667760OCoLC20230718213016.0221207t20232023enk b 001 0 eng d a 2022951317 aYDXbengerdacDLCdYDXdUKMGBdOCLCFdB6U aGBC3021942bnb7 a0208599762Uk a152976906Xq(hardcover) a9781529769067q(hardcover) z9781529787832q(ebook) z9781529783872q(PDF ebook) a(OCoLC)1345667760 alccopycat00aHM1261b.S345 202304a658.4092223/eng/2023032004aThe SAGE handbook of leadership /cedited by Doris Schedlitski, Magnus Larsson, Brigid Carroll, Michelle C. Bligh and Olga Epitropaki. aSecond edition. 1aLondon ;aThousand Oaks, California :bSage,c[2023] 4c©2023 axxxiii, 561 pages ;c25 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references and index. 0aLeadership. 2aLeadership. 6aLeadership. 7aLeadership.2fast0(OCoLC)fst009947011 aSchedlitzki, Doris,eeditor.08iebook version :z9781529787832 aYBP Library ServicesbYANKn18128195 a92bPUL01953cam a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160019001500178020002800193020003100221020003000252020002700282020003200309020003100341035004100372042001400413050002300427060001100450082003000461082001500491245010400506246004600610246003400656250001900690264004900709300004500758336002100803336002800824337002500852338002300877500002800900504005100928650001600979650001900995650002801014650002501042650003101067650004201098650004501140700002801185700003301213776003501246938004101281938004101322994001201363on1345667879OCoLC20230718213016.0220708s2023 enka b 001 0 eng d a 2022942317 aYDXbengerdacDLCdYDXdUKMGBdH@UdOCLCF aGBC3080242bnb7 a0208693282Uk a1345667977 a1529781086q(paperback) a9781529781083q(paperback) a9781529781090q(hardback) a1529781094q(hardback) z9781529787849q(ePub ebook) z9781529783889q(PDF ebook) a(OCoLC)1345667879z(OCoLC)1345667977 alccopycat00aBF636.6b.S24 2023 4aWM 42004a616.8914223/eng/2023050104a361.0622304aThe SAGE handbook of counselling and psychotherapy /cedited by Terry Hanley and Laura Anne Winter.30aHandbook of counselling and psychotherapy30aCounselling and psychotherapy aFifth edition. 1aLondon ;aThousand Oaks, CA :bSAGE,c[2023] axxx, 650 pages :billustrations ;c24 cm atext2rdacontent astill image2rdacontent aunmediated2rdamedia avolume2rdacarrier aPrevious edition: 2017. aIncludes bibliographical references and index. 0aCounseling. 0aPsychotherapy. 2aPsychotherapyxmethods. 2aCounselingxmethods. 2aMental Disordersxtherapy. 7aCounseling.2fast0(OCoLC)fst00881212 7aPsychotherapy.2fast0(OCoLC)fst010817551 aHanley, Terry,eeditor.1 aWinter, Laura Anne,eeditor.08iebook version :z9781529787849 aYBP Library ServicesbYANKn18128193 aYBP Library ServicesbYANKn18128194 a92bPUL01770cjm a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002700161035002200188042001400210245004000224264005000264264001200314300004100326336003700367337002300404338003100427340003500458344001900493344001900512344001900531347002200550347001300572500002700585511019800612500004900810505015800859650002101017650001701038650003601055648002001091655003601111655001701147655001801164700004601182710004801228994001201276on1346124379OCoLC20230718213016.0sd fsngnnmmned230714p20222021waujznn i n eng d a 2023627030 aCLEbengerdacDLCdOCLCFdCLE1 a80555221982102aOA2 22198bOA2 Records a(OCoLC)1346124379 alccopycat00aHeat wave /cIdit Shner & Mhondoro. 1a[Seattle, Washington] :bOA2 Records,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aplastic, metalb4 3/4 in.2rda adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aIdit Shner, alto, soprano saxophone & Mhondoro (Josh Mambira, percussion, vocals ; Torrey Newhart, keyboard, vocals ; Garrett Baxter, bass ; Ken Mastrogiovanni, drums ; Ratie D, mibra, vocals). aNotes by Kristin Thiel printed on container.0 aObsidian horses (6:51) -- Heat wave (6:19) -- Mhondoro (6:18) -- Usavabvumire (6:04) -- Mantra song (3:59) -- Step by step (7:26) -- Fingerprints (7:00). 0aJazzy2021-2030. 0aJazz vocals. 7aJazz.2fast0(OCoLC)fst00982165 7a2021-20302fast 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aSongs.2lcgft1 aShner, Idit,ecomposer,einstrumentalist.2 aMhondoro (musical group),einstrumentalist. a92bPUL02296cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040006200094015001900156016001800175019001500193020002900208020002600237020002900263020002600292020004200318035004100360042001400401050002200415082001400437100003800451245010300489264005600592264001100648300004400659336002600703337002800729338002700757500002000784520066800804650001101472650001501483650004101498650003701539655003001576700003801606776003501644938004101679938004101720938002901761994001201790on1346351163OCoLC20230718213016.0220910t20232023enka 001 0 eng d a 2022946154 aYDXbengerdacDLCdYDXdBDXdUKMGBdOCLCFdQGQdSDAdTOH aGBC3020482bnb7 a0208598302Uk a1346351556 a9781509554614qpaperback a1509554610qpaperback a9781509554607qhardcover a1509554602qhardcover z9781509554621qelectronic publication a(OCoLC)1346351163z(OCoLC)1346351556 alccopycat00aHG221b.W893 202304a332.42231 aWray, L. Randall,d1953-eauthor.10aMoney for beginners :ban illustrated guide /cL. Randall Wray ; illustrated by Heske van Doornen. 1aCambridge, UK ;aHoboken, NJ :bPolity Pressc2023. 4c©2023 avi, 126 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. a"Money is mysterious. We love it, we hate it, but few people can tell you what the heck it really is. Wouldn't it be good to get out of the fog? This book will help you understand both the way money works and how to leverage its power. The authors take you on an illuminating journey from your piggy bank to the Federal Reserve with no pesky jargon or complex math. Once you see money clearly, life will never be the same. You'll know what really goes on in banks and what the cash in your wallet represents. You'll know how government really spends and why it can't run out of money. You'll know what money can actually do -- and how we can make it work for us." 0aMoney. 0aEconomics. 7aEconomics.2fast0(OCoLC)fst00902116 7aMoney.2fast0(OCoLC)fst01025265 7aIllustrated works.2lcgft1 avan Doornen, Heske,eillustrator.08iebook version :z9781509554621 aYBP Library ServicesbYANKn18141428 aYBP Library ServicesbYANKn18141429 aBrodartbBRODn133686191 a92bPUL02498cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040004400094066000700138020002600145020001500171035002200186042000800208043002100216050002200237245018500259264005900444300007100503336002600574337002800600338002700628500011500655500004600770504005100816610005500867610008100922650003701003650004401040650004001084651005001124651004401174655003901218700005101257700005401308710007001362880028301432880006701715880016901782880005301951994001202004on1346391364OCoLC20230718213016.0220321s2020 ru af b 011 0 rus c a 2022497810 aRuMoNKBbengerdacDLCdPULdOCLCFdHUL c(N a9785604394557q(hbk.) a5604394556 a(OCoLC)1346391364 apcc ae-ur---ae-ru---00aCD1732b.R67 2020006880-01aRossiĭskiĭ gosudarstvennyĭ voennyi arkhiv v dokumentakh i materialakh :b1920-2022 /cotbetstvennyĭ redaktor V.P. Tarasov ; sostaviteli: V.I. Korotaev [and others]. 16880-02aMoskva :bFond "Svi︠a︡zʹ Ėpokh",c2020. a860 pages, 32 unnumbered pages of plates :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 6880-03aAt head of title: Federalʹnoe arkhivnoe agentstvo. Rossiĭskiĭ gosudarstvennyĭ voennyĭ arkhiv. 6880-04a"100 let RGVA"--Preliminary page. aIncludes bibliographical references and index.20aRossiĭskiĭ gosudarstvennyĭ voennyĭ arkhiv.27aRossiĭskiĭ gosudarstvennyĭ voennyĭ arkhiv.2fast0(OCoLC)fst00726287 0aArchiveszSoviet UnionxHistory. 0aArchiveszRussia (Federation)xHistory. 7aArchives.2fast0(OCoLC)fst00814030 7aRussia (Federation)2fast0(OCoLC)fst01262050 7aSoviet Union.2fast0(OCoLC)fst01210281 7aHistory.2fast0(OCoLC)fst014116281 aTarasov, V. P.q(Vladimir Petrovich),eeditor.1 aKorotaev, V. I.q(Vladimir Ivanovich),ecompiler.2 aRossiĭskiĭ gosudarstvennyĭ voennyĭ arkhiv,eissuing body.006245-01aРоссийский государственный военный архив в документах и материалах :b1920-2020 /cответственный редактор Б.П. Тарасов ; составители В.И. Коротаев [and others]. 16264-02aМосква :bФонд "Связь Эпох",c2020. 6500-03aAt head of title: Федеральное архивное агентство. Российский государственный военный архив. 6500-04a"100 лет РГВА"--Preliminary page. a92bPUL02900cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129035002200136037001600158042001500174043001200189050002500201111011000226245025500336246013500591246009200726264010700818300002300925336002600948337002800974338002701002504004101029600004401070600006201114650003401176650004201210650004001252651003901292655006501331700005601396700004101452880011901493880028101612880014201893880009802035880011502133880004702248880005402295880003302349994001202382on1346461448OCoLC20230718213016.0210403s2020 sy b 000 0 ara  a 2021338302 aDLCbengerdacDLCdOCLCFdIXA c(3 a(OCoLC)1346461448 c1100.00 SYP alcodeapcc aa-sy---00aDS98.5.Z86bQ26 20192 6880-01aQāmāt fī al-Fikr wa-al-Adab wa-al-Ḥayāh (Conference)n(6th :d2019 :cDamascus, Syria).106880-02aQāmāt fī al-Fikr wa-al-Adab wa-al-Ḥayāh, al-nadwah al-shahrīyah al-sādisah :bQusṭanṭīn Zurayq al-mufakkir al-qawmī al-ʻArabī fī zaman al-ḥulm /ciʻdād wa-tawthīq D. Ismāʻīl Marwah, Nazīh al-Khūrī.346880-03aWaqāʼiʻ al-nadwah al-thaqāfīyah :bQusṭanṭīn Zurayq al-mufakkir al-qawmī al-ʻArabī fī zaman al-ḥulm306880-04aQusṭanṭīn Zurayq al-mufakkir al-qawmī al-ʻArabī fī zaman al-ḥulm 16880-05aDimashq :bal-Hayʼah al-ʻĀmmah al-Sūrīyah lil-Kitāb, Wizārat al-Thaqāfah,c2020. a142 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.106880-06aZurayq, Qusṭanṭīn,d1909-17aZurayq, Qusṭanṭīn,d1909-2fast0(OCoLC)fst00125655 0aHistorianszSyriavBiography. 7aHistorians.2fast0(OCoLC)fst00957686 7aScholars.2fast0(OCoLC)fst01106878 7aLebanon.2fast0(OCoLC)fst01206063 7aConference papers and proceedings.2fast0(OCoLC)fst014237721 6880-07aMarwah, Ismāʻīl Ismāʻīl,eeditor.1 6880-08aKhūrī, Nazīh,eeditor.2 6111-01aقامات في الفكر والأدب والحياه (ندوة)n(6th :d2020 :cدمشق، سوريا).106245-02aقامات في الفكر والأدب والحياة، الندوة الشهرية السادسة :bقسطنطين زريق المفكر القومي العربي في زمن الحلم /cإعداد وتوثيق د. إسماعيل مروة، نزيه الخوري.346246-03aوقائع الندوة الثقافية :bقسطنطين زريق المفكر القومي العربي في زمن الحلم306246-04aقسطنطين زريق المفكر القومي العربي في زمن الحلم 16264-05aدمشق :bالهيئة العامة السورية للكتاب، وزارة الثقافة،c2020.146600-06aزريق، قسطنطين،d1909-1 6700-07aمروة، إسماعيل إسماعيل.1 6700-08aخوري، نزيه. a92bPUL01434cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040004400094015001900138016001800157020002600175020002300201035002200224042001400246050002200260082001600282100003500298245009500333246005900428264005900487300004800546336002100594337002500615338002300640504005100663650003200714650003500746650004900781650006100830650005800891710004600949938002900995994001201024on1346475814OCoLC20230718213016.0230420s2022 vaua b 001 0 eng d a 2023385077 aUKMGBbengerdacDLCdUKMGBdBDXdOCLCF aGBC2F37892bnb7 a0207292762Uk a9781572783584q(pbk.) a1572783583q(pbk.) a(OCoLC)1346475814 alccopycat00aTD367b.S684 202204a628.1612231 aSpencer, Mark Nelson,eauthor.10aWater quality instrumentation /cby Mark Spencer ; original illustrations by Leah Spencer.14aWater quality instrumentation : pinciples and practice 1aAlexandria, VA :bWater Environment Federation,c2022. axxviii, 443 pages :billustrations ;c26 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references and index. 0aWater qualityxMeasurement. 0aWaterxPollutionxMeasurement. 0aChemical detectorsxIndustrial applications. 7aWaterxPollutionxMeasurement.2fast0(OCoLC)fst01171315 7aWater qualityxMeasurement.2fast0(OCoLC)fst011718542 aWater Environment Federation,epublisher. aBrodartbBRODn132632187 a92bPUL01477cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040004900094015001900143016001800162020002600180020001500206025002600221035002200247037005300269042002100322050002500343082001500368245007700383264008700460300007500547336002100622337002500643338002300668504005700691530003200748600007400780600006000854655006100914700007400975700003001049994001201079on1346498972OCoLC20230718213016.0220823s2022 ii ah b 000 0 eng d a 2023335772 aUKMGBbengerdacDLCdOCLCFdDLCdEQOdUKMGB aGBC2F28432bnb7 a0207283292Uk a9780670097036q(hbk.) a0670097039 aI-E-2023335772; 07-91 a(OCoLC)1346498972 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aB5134.G421bR43 202204a181.4522300aReading Sri Aurobindo /cedited by Gautam Chikermane and Devdip Ganguli. 1aGurgaon, Haryana, India :bEbury Press, an imprint of Penguin Random House,c2022. axxii, 289 pages :billustrations (black and white), facsimile ;c22 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 259-289). aAlso available as an ebook.10aGhose, Aurobindo,d1872-19501https://isni.org/isni/000000012137144X.17aGhose, Aurobindo,d1872-1950.2fast0(OCoLC)fst00038288 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411631 aChikermane, Gautam,eeditor.1https://isni.org/isni/0000000436153690.1 aGanguli, Devdip,eeditor. a92bPUL03300cam a2200745 i 4500001001300000003000600013005001700019008004100036010001700077040011100094015001900205016001800224019002700242020003100269020001500300020002600315035006000341042000800401050002300409082001200432100003200444245013500476250001900611264008300630300005500713336002600768336003300794337002800827338002700855380002200882380001600904385002500920385002400945520026200969521007601231521007701307504004101384586003801425600005601463600004401519600006101563630007301624650002001697650002501717650007301742650002401815650005001839650004901889650006201938650003702000650005302037650004402090651004502134648002002179655002402199655004302223655005102266655004602317655004502363655002602408700003802434938002902472938004102501994001202542on1346934144OCoLC20230718213016.0210904s2022 nyua b 000 1deng  a 2021918214 aDLCbengerdacDLCdOCOdJBIdGL7dCLEdOCLCFdYEQdUABdBDXdUAPdKYCdCCPLGdEHHdRB0dCHILDdUKMGBdTX5 aGBC2H59802bnb7 a0207652232Uk a1334083311a1385365427 a9781635923926q(hardcover) a1635923921 z9781635928273q(epub) a(OCoLC)1346934144z(OCoLC)1334083311z(OCoLC)1385365427 apcc00aPZ7.1.S63bMr 202200a[E]2231 aSmith, Emma Bland,eauthor.10aMr. McCloskey's marvelous mallards :bthe making of make way for ducklings /cEmma Bland Smith ; illustrated by Becca Stadtlander. aFirst edition. 1aNew York :bCalkins Creek, an imprint of Astra Books for Young Readers,c2022. a1 volume (unpaged) :bcolor illustrations ;c29 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aBiography2marcgt aBook2tlcgt aJuvenile2marctarget aJuvenile2tlctarget aRobert McCloskey finds himself navigating the delightful chaos of raising a flock of ducklings in his cramped New York City apartment, facing challenges as he tries to capture their essence through his illustrations before they outgrow their adorable stage. aAges 7-10.bCalkins Creek, an imprint of Astra Books for Young Readers. aGrades 2-3.bCalkins Creek, an imprint of Astra Books for Young Readers. aIncludes bibliographical references. aA Junior Library Guild Selection.10aMcCloskey, Robert,d1914-2003vJuvenile literature.11aMcCloskey, Robert,d1914-2003vFiction.17aMcCloskey, Robert,d1914-2003.2fast0(OCoLC)fst0008857507aMake way for ducklings (McCloskey, Robert)2fast0(OCoLC)fst01372672 1aDucksvFiction. 1aAuthorshipvFiction. 7aJUVENILE NONFICTION / Biography & Autobiography / Literary.2bisacsh 7aJNF006020.2bisacsh 7aJUVENILE NONFICTION / Art / Drawing.2bisacsh 7aAuthors, American.2fast0(OCoLC)fst00821764 7aChildren's storiesxAuthorship.2fast0(OCoLC)fst00856634 7aDucks.2fast0(OCoLC)fst00899294 7aIllustration of books.2fast0(OCoLC)fst00967406 7aIllustrators.2fast0(OCoLC)fst00967426 7aUnited States.2fast0(OCoLC)fst01204155 7a1900-19992fast 0aChildren's stories. 7aBiographies.2fast0(OCoLC)fst01919896 7aCreative nonfiction.2fast0(OCoLC)fst01919909 7aJuvenile works.2fast0(OCoLC)fst01411637 7aPicture books.2fast0(OCoLC)fst01726789 7aPicture books.2lcgft1 aStadtlander, Becca,eillustrator. aBrodartbBRODn131895613 aChildren's Plus, Inc.bCHILn2300660 a92bPUL01759cjm a2200457 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002000150035002200170041001300192042001400205100004300219245006000262246003300322264003800355300004200393336003700435337002300472338003100495344001900526344001900545344001900564347002200583347001300605500017600618500002800794511001900822500005300841505025500894650002201149650001901171650001901190655002601209938005401235994001201289on1346994785OCoLC20230718213016.0sd fsngnnmmned230711s2022 sz uunn n zxx d a 2023627515 aTDFbengerdacDLC30a425180413728702aW066CDbWRWTFWW a(OCoLC)13469947850 genggjpn alccopycat1 aHirose, Yutaka,ecomposer,eperformer.10aTrace :bsound design works 1986-1989 /cYutaka Hirose.30aSound design works 1986-1989 1a[Switzerland] :bWRWTFWW,c[2022] a2 audio discs :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio a"a collection of re-edited versions from the audio sources produced during the Sound Process Design recording sessions after the release of my album Nova in 1996"--Insert. aTitle from disc labels.0 aYutaka Hirose. aProgram notes in English and Japanese on insert.0 aReflection -- Fluctuation -- Light from clouds -- Air to feel outside -- Inner voice -- Looking back at the past -- The breath of cyberspace -- Babel's Library -- Cross section of the underground -- Voice from past technology -- Study for scientists. 0aElectronic music. 0aMinimal music. 0aAmbient music. 7aMinimal music.2lcgft aTheodore Front Musical LiteraturebTFRTnTF523873 a92bPUL04010cjm a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002300166028002100189033003300210035002200243041001800265042001400283047002300297050002200320100003900342240002900381245007500410264006600485264001200551300006000563306008300623336003700706337002300743338003100766344001900797344001900816344001900835347002200854347001300876382002300889500002700912511002500939518011500964518012401079518012601203518012101329500012201450505031901572650002001891650001901911650001701930650003301947650005901980650004302039650004602082650004502128655004102173655004502214655003902259655003802298655002002336655001902356655002202375655002802397655001902425655002602444700004402470700008002514700006602594700005802660700006902718700007702787700006402864700007802928700008403006938005403090994001203144on1346995038OCoLC20230718213016.0sd fsngnnmmned230711t20222022xx munn fi n zxx d a 2023626576 aTDFbengerdacDLCdRBNdOCLCFdTDF1 a74731398622402aGP862bGrand Piano02a862bGrand Piano20a20220131a20220203b6714cV4 a(OCoLC)13469950380 genggitamita alccopycat asnasuacnafgauu 4aM22.C39bP53 20221 aCastiglioni, Niccolò,ecomposer.10aPiano music.kSelections10aComplete piano works.n1 /cCastiglioni ; [performed by] Aldo Orvieto. 1a[Place of publication not identified] :bGrand Piano,c[2022] 4c℗2022 a1 audio disc (57 min., 42 sec.) :bdigital ;c4 3/4 in. a000936a001010a000558a000232a001101a000627a000329a000210a000127a000431 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label.0 aAldo Orvieto, piano. 3Tracks 1-10orecorded 2022 February 2pSala del Chiostro dei Cipressi, Fondazione Giorgio Cini, Venice, Italy. 3Tracks 11-14, 20-32orecordedd2022 February 1pSala del Chiostro dei Cipressi, Fondazione Giorgio Cini, Venice, Italy. 3Tracks 15-19, 34, 40-42orecordedd2022 FebruarypSala del Chiostro dei Cipressi, Fondazione Giorgio Cini, Venice, Italy. 3Tracks 33, 35-39orecordedd2022 January 31pSala del Chiostro dei Cipressi, Fondazione Giorgio Cini, Venice, Italy. aProgram and biographical notes in Italian with English translations (20 pages ; illustrations) inserted in container.00tPiano sonatina in G majorg(9:36) --tPiccola suite in Gg(10:10) --tQuattro cantig(5:58) --tMomento musicaleg(2:32) --tCome io passo l'estateg(11:01) --tPiano sonatinag(6:27) --tSeconda sonatinag(3:29) --tDas Reh im Waldg(2:10) --tIn principio era la danzag(1:27) --tPreludio, corale e fugag(4:31) 0aSonatas (Piano) 0aSuites (Piano) 0aPiano music. 0aCanons, fugues, etc. (Piano) 7aCanons, fugues, etc. (Piano)2fast0(OCoLC)fst00846007 7aPiano music.2fast0(OCoLC)fst01063403 7aSonatas (Piano)2fast0(OCoLC)fst01125930 7aSuites (Piano)2fast0(OCoLC)fst01137963 7aArt music.2fast0(OCoLC)fst01920007 7aCanons (Music)2fast0(OCoLC)fst01920043 7aSonatas.2fast0(OCoLC)fst01920363 7aSuites.2fast0(OCoLC)fst01726502 7aSonatas.2lcgft 7aSuites.2lcgft 7aArt music.2lcgft 7aPreludes (Music)2lcgft 7aFugues.2lcgft 7aCanons (Music)2lcgft1 aOrvieto, Aldo,d1961-einstrumentalist.12iContainer of (work):aCastiglioni, Niccolò.tSonatinas,mpiano,rG major.12iContainer of (work):aCastiglioni, Niccolò.tPiccola suite.12iContainer of (work):aCastiglioni, Niccolò.tCanti.12iContainer of (work):aCastiglioni, Niccolò.tMomento musicale.12iContainer of (work):aCastiglioni, Niccolò.tCome io passò l'estate.12iContainer of (work):aCastiglioni, Niccolò.tReh im Wald.12iContainer of (work):aCastiglioni, Niccolò.tIn principio era la danza.12iContainer of (work):aCastiglioni, Niccolò.tPreludio, corale e fuga,mpiano. aTheodore Front Musical LiteraturebTFRTnTF523733 a92bPUL03222cjm a2200721 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002300171028002100194033002300215035002200238041001300260047001100273050002400284100004500308240002900353245007400382264006600456264001200522300006000534306005900594336003700653337002300690338003100713344001900744344001900763344001900782347002200801347001300823382002300836500002700859511003000886518007000916500009000986505027001076650001701346650003401363650002101397650001601418650004301434655006001477655004801537655004701585655004101632655002801673655002301701655002901724700004901753700009601802700009301898700008501991700008702076700009902163700009602262700007602358938005402434994001202488on1346995234OCoLC20230718213016.0sd fsngnnmmned220930t20222022xx munn efi n zxx d a 2023626573 aTDFbengerdacDLCdRBNdOCLCFdTDFdUMC1 a74731399142602aGP914bGrand Piano00a914bGrand Piano00a20220429b4364cB8 a(OCoLC)13469952340 genggger ancauu 4aM3.1.E455bP53 20221 aElmas, Stéphan,d1862-1937,ecomposer.10aPiano music.kSelections10aComplete piano works.n1 /cElmas ; [performed by] Mikael Ayrapetyan. 1a[Place of publication not identified] :bGrand Piano,c[2022] 4c℗2022 a1 audio disc (69 min., 2 sec.) :bCD audio ;c4 3/4 in. a000822a000835a000336a000311a000524a000700a003237 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label.0 aMikael Ayrapetyan, piano. oRecordedd2022 April 29pAllegro Recordings, Burbank, California. aProgram notes in English and German (12 pages ; illustrations) inserted in container.00tBallade no. 1 in E flat majorg(8:22) --tBallade no. 2 in B majorg(8:35) --tBallade in G majorg(3:36) --tRomance for piano in E flat majorg(3:11) --tBarcarolle no. 1 in E-flat minorg(5:24) --tBarcarolle no. 2 in C minorg(7:00) --tSeven nocturnesg(32:37) 0aPiano music. 0aBallades (Instrumental music) 0aRomances (Music) 0aBarcaroles. 7aPiano music.2fast0(OCoLC)fst01063403 7aBallades (Instrumental music)2fast0(OCoLC)fst01920013 7aNocturnes (Music)2fast0(OCoLC)fst01986227 7aRomances (Music)2fast0(OCoLC)fst02000473 7aBallades (Instrumental music)2lcgft 7aRomances (Music)2lcgft 7aBarcaroles.2lcgft 7aNocturnes (Music)2lcgft1 aAyrapetyan, Mikael,d1984-einstrumentalist.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBallades,mpiano,nno. 1,rE♭ major.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBallades,mpiano,nno. 2,rB major.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBallades,mpiano,rG major.12iContainer of (work):aElmas, Stéphan,d1862-1937.tRomance,mpiano,rE♭ major.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBarcarolles,mpiano,nno. 1,rE♭ minor.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBarcarolles,mpiano,nno. 2,rC minor.12iContainer of (work):aElmas, Stéphan,d1862-1937.tNocturnes,mpiano. aTheodore Front Musical LiteraturebTFRTnTF523735 a92bPUL01813cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020003100178020002800209020003000237035002200267042000800289043001200297050002400309082001500333100002900348245008000377264004900457264001100506300002300517336002600540337002800566338002700594600002000621600006400641650004300705650003700748650004000785650003700825650004300862650003800905650004900943651003900992651004801031651005601079655004301135776003501178938004101213938002901254994001201283on1347427790OCoLC20230718213016.0230605t20232023ie 000 0aeng  a 2022367063 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdYDX aGBC2L93602bnb7 a0208322872Uk a9781788493567q(paperback) a1788493567q(paperback) z9781788494250qePub ebook a(OCoLC)1347427790 apcc ae-ie---00aPN5146.D65bA3 202304a070.922231 aDonaghy, Kathy,eauthor.10aFinding my wild :bhow a move to the edge brought me home /cKathy Donaghy. 1aDublin, Ireland :bO'Brien Press Ltd,c2023. 4c©2023 a223 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aDonaghy, Kathy.10aDonaghy, KathyxHomes and hauntszIrelandzDonegal (County) 0aWomen journalistszIrelandvBiography. 0aJournalistszIrelandvBiography. 7aFamilies.2fast0(OCoLC)fst01728849 7aHomes.2fast0(OCoLC)fst01353235 7aJournalists.2fast0(OCoLC)fst00984188 7aTravel.2fast0(OCoLC)fst01155558 7aWomen journalists.2fast0(OCoLC)fst01178072 7aIreland.2fast0(OCoLC)fst01205427 7aIrelandzDonegal.2fast0(OCoLC)fst01260954 7aIrelandzDonegal (County)2fast0(OCoLC)fst01330711 7aBiographies.2fast0(OCoLC)fst0191989608iebook version :z9781788494250 aYBP Library ServicesbYANKn18167949 aBrodartbBRODn133688364 a92bPUL03388cam a22006018i 4500001001300000003000600013005001700019008004100036010001700077040005200094015001900146016001800165020003000183020001500213020003100228020001500259020002700274020002400301020003200325020002900357020003100386020002800417035002200445042000800467043001200475050002700487082003300514100003300547245011800580263000900698264005600707300005000763336002600813337002800839338002700867504005100894520109300945610004602038650004702084650003802131650003702169650003502206651006002241651006002301650004602361650005102407651003802458776016702496938004102663938004102704938002902745994001202774on1347428766OCoLC20230718213016.0230712s2023 enk b 001 0 eng  a 2023026611 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdINUdYDX aGBC3186532bnb7 a0209384832Uk a9781032222707q(hardback) a1032222700 a9781032230467q(paperback) a1032230460 z9781003275404q(ebook) z1003275400q(ebook) z9781000859485q(ePub ebook) z1000859487q(ePub ebook) z9781000859409q(PDF ebook) z1000859401q(PDF ebook) a(OCoLC)1347428766 apcc af------00aJQ1873.5.C58bA53 202300a327.1/72094223/eng/202307171 aAhmad Khan, Saleem,eauthor.10aUnited Nations peace operations in Africa :bcivil-military coordination and state-building /cSaleem Ahmad Khan. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. axx, 194 pages :billustrations, maps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book provides a comprehensive overview of the United Nations peace operations in Africa with a focus on civil-military coordination and state-building. With case studies from Sudan, South Sudan, and Congo, it examines themes like the colonization of Africa and long-term conflicts; United Nations peace operations in Africa from 1956-1964; and United Nations' return to Africa in the 1990s and 2000s. The author investigates how modern civil-military coordination gradually becomes an effective tool to assist in national-level state-building in conflict-ridden countries. The volume also discusses the organizational culture of civilian and military entities as well as civil-military cooperation in health, agriculture, energy, sports, and education to showcase the strategic direction for long-term peace in the region. Rich in ethnographic analysis, this book will be an essential read for scholars and researchers of African Studies, UN studies, peace and conflict studies, defence and strategic studies, international relations, and military studies"--cProvided by publisher.27aUnited Nations.2fast0(OCoLC)fst00530351 0aCivil-military relationszAfricaxHistory. 0aNation-buildingzAfricaxHistory. 0aPeace buildingzAfricaxHistory. 0aColonizationzAfricaxHistory. 0aAfricazPolitics and governmentxHistoryy20th century. 0aAfricazPolitics and governmentxHistoryy21st century. 7aPeace-building.2fast0(OCoLC)fst01055902 7aPeacekeeping forces.2fast0(OCoLC)fst01055909 7aAfrica.2fast0(OCoLC)fst0123950908iOnline version:aAhmad Khan, Saleem.tUnited Nations peace operations in AfricadAbingdon, Oxon ; New York, NY : Routledge, 2023z9781003275404w(DLC) 2023026612 aYBP Library ServicesbYANKn18167804 aYBP Library ServicesbYANKn18174678 aBrodartbBRODn133461688 a92bPUL02023cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028002500178035002200203041002300225042001400248100004200262245004400304264003300348264001200381300006000393306001900453336003700472337002300509338003100532344001900563344001900582344001900601347002200620347001300642382004400655500002700699511011600726518006400842500011600906505009401022650002101116655002601137700011901163700012601282710004301408938005401451994001201505on1347486633OCoLC20230718213016.0sd fsngnnmmned230711p20222021gw uunn efi n zxx d a 2023626579 aTDFbengerdacDLC1 a76062322552402aMDG 307 2255-2bMDG Gold02a307 2255-2bMDG Gold a(OCoLC)13474866330 genggfreggermeng alccopycat1 aRaff, Joachim,d1822-1882,ecomposer.10aChamber music.nVol. 2 /cJoachim Raff. 1aDetmold :bMDG Gold,c[2022] 4c℗2022 a1 audio disc (62 min., 27 sec.) :bdigital ;c4 3/4 in. a003158a003027 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aviolinn2aviolan1acellon1s42lcmpt aTitle from disc label.0 aLeipziger Streichquartett (Stefan Arzberger, Tilman Büning, violins ; Ivo Bauer, viola ; Peter Bruns, cello). oRecordedd2021 July 20-22pKonzerthaus Abtei Marienmunster. aProgram and biographical notes in German with English and French translations (23 pages) inserted in container.0 aQuartet no. 5 op. 138, C major (31:58) -- Quartet no. 7, op. 192, 2, E flat major (30:27) 0aString quartets. 7aChamber music.2lcgft12iContainer of (work):aRaff, Joachim,d1822-1882.tQuartets,mviolins (2), viola, cello,nno. 5, op. 138,rG major.12iContainer of (work):aRaff, Joachim,d1822-1882.tQuartets,mviolins (2), viola, cello,nno. 7, op. 192, no. 2,rD major.2 aLeipziger Streichquartett,eperformer. aTheodore Front Musical LiteraturebTFRTnTF524094 a92bPUL00970cam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002600150035002200176037005300198042001500251043001200266050002600278100002700304245007900331264003600410300002800446336002600474337002800500338002700528650004800555938004100603994001200644on1347785526OCoLC20230718213016.0230117s2022 ii 000 0ceng  a 2022339936 aDLCbengerdacDLC a9789382579359 a9382579354 aI-E-2022339936; 26-91 a(OCoLC)1347785526 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc aa-ii---00aHQ73.3.I42bG857 20221 aSharma, Maya,eauthor.10aFootprints of a queer history :blife-stories from Gujarat /cMaya Sharma. 1aNew Delhi :bYoda Press,c2022. axvi, 359 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aLGBTQ+ peoplezIndiazGujaratvBiographies. aYBP Library ServicesbYANKn18172605 a92bPUL01259cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002200162042001500184043001200199050002100211245008800232264004700320300002300367336002600390337002800416338002700444504004100471650002300512650003500535650005300570650004100623650004800664650006700712651003800779648002000817700003600837994001200873on1348114890OCoLC20230718213016.0220526s2019 bl b 000 0 por  a 2022330367 aDLCbengerdacDLCdOCLCFdPAU a9786580033232 a6580033231 a(OCoLC)1348114890 alcodeapcc as-bl---00aLA556b.M88 201900aMúltiplos olhares sobre a educação e o ensino /cMauro Gomes da Costa (org.). 1aManaus, AM, Brasil :bEditora UEA,c[2019] a236 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aEducationzBrazil. 0aTeachersxTraining ofzBrazil. 0aInterdisciplinary approach in educationzBrazil. 7aEducation.2fast0(OCoLC)fst00902499 7aEducation, Rural.2fast0(OCoLC)fst00903233 7aIndians of South AmericaxEducation.2fast0(OCoLC)fst00969992 7aBrazil.2fast0(OCoLC)fst01206830 7a2000-20992fast1 aCosta, Mauro Gomes da,eeditor. a92bPUL01325cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002200162042001500184043002100199050002800220245010600248264004700354300004000401336002600441337002800467338002700495504004100522650005100563650004800614650004800662650006100710650005300771651003800824651004800862700004100910994001200951on1348114897OCoLC20230718213016.0220526s2021 bl a b 000 0 por  a 2022330362 aDLCbengerdacDLCdOCLCFdPAU a9786587214375 a6587214371 a(OCoLC)1348114897 alcodeapcc asa-----as-bl---00aLC5148.B652bA4287 202100aTecendo reflexões sobre a educação no contexto amazônico /cLucinete Gadelha da Costa (org.). 1aManaus, AM, Brasil :bEditora UEA,c[2021] a226 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aEducation, RuralzBrazilzAmazon River Region. 0aTeachersxTraining ofzAmazon River Region. 7aEducation, Rural.2fast0(OCoLC)fst00903233 7aEducationxStudy and teaching.2fast0(OCoLC)fst00902796 7aTeachersxTraining of.2fast0(OCoLC)fst01144404 7aBrazil.2fast0(OCoLC)fst01206830 7aBrazilzAmazonas.2fast0(OCoLC)fst012097441 aCosta, Lucinete Gadelha da,eeditor. a92bPUL01338cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002500193082001400218100003100232245003500263250001900298263000900317264004500326300001300371336002600384337002800410338002700438520011100465521003800576521003900614650003000653650003500683650002700718650003800745650002900783650002200812938004100834938002900875994001200904on1348287182OCoLC20230718213016.0230717s2023 nyu c 000 1 eng  a 2023016246 aDLCbengerdacDLC a9780374389697q(hardcover) a0374389691 a(OCoLC)1348287182 apcc00aPZ7.1.W979bJaw 202300a[Fic]2231 aWyman, Christina,eauthor.10aJawbreaker /cChristina Wyman. aFirst edition. a2310 1aNew York :bFarrar Straus Giroux,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTwleve-year-old Max, who has an extreme overbite, must navigate sibling rivalry and middle school bullies. aAges 8-12.bFarrar Straus Giroux. aGrades 4-6.bFarrar Straus Giroux. 1aSibling rivalryvFiction. 1aBullies and bullyingvFiction. 1aOrthodonticsvFiction. 1aTeethxCare and hygienevFiction. 1aMiddle schoolsvFiction. 1aSchoolsvFiction. aYBP Library ServicesbYANKn18176003 aBrodartbBRODn133511480 a92bPUL01784cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020001800131020001500149035002200164042000800186043001200194050002200206100006000228245013900288264006500427300002400492336002600516337002800542338002700570490006300597504005700660650006600717650005900783650005900842650006900901880018700970880008601157880008001243938005101323994001201374on1349230131OCoLC20230718213016.0220913s2022 ru b 000 0 rus  a 2022485809 aDLCbengerdacDLCdEVIEW c(N a9785439624256 a5439624252 a(OCoLC)1349230131 apcc ae-ru---00aKLB920b.K57 20221 aKirillovykh, A. A.q(Andreĭ Aleksandrovich),eauthor.106880-01aT︠S︡ifrovoe gosudarstvo (digital state) :borganizat︠s︡ionno-pravovye aspekty : monografii︠a︡ /cA.A. Kirillovykh. 16880-02aMoskva :bIzdatelʹstvo "I︠U︡rlitinform",c2022. a183 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-03aTeorii︠a︡ i istorii︠a︡ gosudarstva i prava aIncludes bibliographical references (pages 164-182). 0aElectronic commercexLaw and legislationzRussia (Federation) 0aElectronic government informationzRussia (Federation) 0aInternet in public administrationzRussia (Federation) 0aInformation technologyxLaw and legislationzRussia (Federation)106245-01aЦифровое государство (digital state) :bорганизационно-правовые аспекты : монография /cА.А. Кирилловых. 16264-02aМосква :bИздательство "Юрлитинформ",c2022.0 6490-03aТеория и история государства и права aEast View Information ServicesbEASTn1363231B a92bPUL01451cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004400094066000700138020003100145020002800176035002200204042001400226043001200240050002500252084001700277100004400294245005200338250002000390264005600410300005300466336002100519337002500540338002300565504005200588650004300640650004300683880004200726880004800768880002000816880005400836880004100890880004000931938004600971994001201017on1349327366OCoLC20230718213016.0221031s2022 ja a b 000 0 jpn d a 2023381056 aTRCLSbengcDLCdUCIDSdEYMdAZSdTRCLS c$1 a9784044007195q(paperback) a4044007195q(paperback) a(OCoLC)1349327366 alccopycat aa-ja---00aRA643.7.J3bG66 2022 a493.82njb/91 6880-01aGomi, Fumihiko,d1946-eauthor.106880-02aEkibyō no shakaishi /cGomi Fumihiko. 6880-03aShohan. 16880-04aTōkyō-to Chiyoda-ku :bKadokawa,c2022. a111 pages :billustrations (some color) ;c26 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (page 111). 0aCommunicable diseaseszJapanxHistory.076880-05aKansenshō-Rekishi.2jlabsh/41 6100-01a五味文彦,d1946-eauthor.106245-02a疫病の社会史 /c五味文彦. 6250-03a初版. 16264-04a東京都千代田区 :bKADOKAWA,c2022. 6500-00a"文献:p111"--TRCLS report.076650-05a感染症-歴史.2jlabsh/4 aTRC Library Service, Inc.bTRCLn22041302 a92bPUL01831cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004200094020003100136020002800167035002200195042000800217050002200225082000800247245009700255264005600352300004100408336002600449337002800475338002700503490002400530500011100554504005100665650006600716650003800782650004400820650005600864650005200920650005700972655006501029655006201094700003701156700002901193710005501222830005901277938003701336994001201373on1349733983OCoLC20230718213016.0220812s2022 fr a b 101 0 fre  a 2023414489 aDLCbengerdacDLCdOCLCFdAUXAMdHUL a9782753586062q(paperback) a2753586063q(paperback) a(OCoLC)1349733983 apcc00aPN6714b.G48 202214a74100aGestes et bandes dessinées /csous la direction de Frédéric Chauvaud et Denis Mellier. 1aRennes :bPresses universitaires de Rennes,c[2022] a435 pages :billustrations ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCollection "Essais" aBased on the colloquium held at Musée de la bande dessinée, Angoulême, France, November 28-30, 2018. aIncludes bibliographical references and index. 0aComic books, strips, etc.xHistory and criticismvCongresses. 0aMotion in literaturevCongresses. 0aMotion perception (Vision)vCongresses. 7aComic books, strips, etc.2fast0(OCoLC)fst00869145 7aMotion in literature.2fast0(OCoLC)fst01027086 7aMotion perception (Vision)2fast0(OCoLC)fst01027087 7aConference papers and proceedings.2fast0(OCoLC)fst01423772 7aCriticism, interpretation, etc.2fast0(OCoLC)fst014116351 aChauvaud, Frédéric,eeditor.1 aMellier, Denis,eeditor.2 aMusée de la bande dessinée,ehost institution. 0aCollection "Essais" (Presses universitaires de Rennes) aAMALIVREbAUXAnAAL08186606-0001 a92bPUL02948cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122042000800144050002600152082002800178100002600206245003700232264003900269300002400308336002600332337002800358338002700386490002700413520166900440650004502109650002002154651002802174650003702202650006102239651004502300655004602345655006102391655003902452655002802491655001902519994001202538on1350283668OCoLC20230718213016.0220224s2022 inu 000 1 eng  a 2022933621 aDLCbengerdacDLCdZHT a(OCoLC)1350283668 apcc00aPS3606.I359bB48 202200a813/.6223/eng/202307171 aFields, Jan,eauthor.10aBetween the lines /cJan Fields. 1aBerne, Indiana :bAnnie's,c[2022] a201 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRose Cottage book club aAs April descends on the harbor town of Nantucket, bookshop owner Meagan Poe embraces the promise of fresh starts--beginning with the first book club meeting at Rose Cottage Books. She soon discovers that the few but mighty inaugural members bring big personalities and plenty of new revelations to break the ice. Married for two years to the love of her life, Olivia James has uncovered information about her husband that makes her question everything he's told her about himself. Through the help of the book club, she works to unravel the mystery surrounding him that deepens around every corner. Successful realtor Avery Sheridan confides that the man who broke her heart years ago has returned to town and wants a second chance with her. His efforts make her think he's turned a new page in the book of love. But does she dare risk losing her heart to him again? To find her answer, she must search her soul. Meanwhile, Piper Watts tries to survive her new role as a beauty columnist. A serious journalist for over three decades, a corporate buyout has relegated her to what she calls "beauty product guinea pig." She tests everything from lash enhancers that make her eyes swell shut to an impossibly tight shapewear garment that fails at a most inopportune time. Now she must find a way to cope with this unexpected detour in her career and learn to live in the moment. Together, the members of the Rose Cottage Book Club support each other through hilarious antics, difficult decisions, and a little bit of mystery. Will their newfound connections and surprising discoveries make the club a success and forge bonds that last a lifetime? - publisher website 0aBook clubs (Discussion groups)vFiction. 0aWomenvFiction. 0aMassachusettsvFiction. 7aWomen.2fast0(OCoLC)fst01176568 7aBook clubs (Discussion groups)2fast0(OCoLC)fst00836131 7aMassachusetts.2fast0(OCoLC)fst01204307 7aCozy mysteries.2fast0(OCoLC)fst02010328 7aDetective and mystery fiction.2fast0(OCoLC)fst01726581 7aFiction.2fast0(OCoLC)fst01423787 7aMystery fiction.2gsafd 7aNovels.2lcgft a92bPUL03294cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040011500094019008700209020003100296020002800327035015500355042001400510050002600524082002000550100002700570245007400597264004600671264001100717300004600728336002600774337002800800338002700828520128900855600002702144650003002171650003402201650005902235650006502294650004802359650004502407650004902452650003702501650004102538655002102579655004702600655004302647655002802690938004102718938002902759994001202788on1352474701OCoLC20230718213016.0221024t20232023nyua 000 0aeng d a 2022948614 aTOHbengerdacDLCdBDXdY$5dHQDdYDXdHRFdIK2dIUKdILCdVA@dUAPdINRdKUAdIMTdJRJdFHPdZ#6dOCLCFdTOH a1310770457a1311074825a1311159675a1311237538a1311267026a1311358390a1374072509 a9781635579123q(hardcover) a1635579120q(hardcover) a(OCoLC)1352474701z(OCoLC)1310770457z(OCoLC)1311074825z(OCoLC)1311159675z(OCoLC)1311237538z(OCoLC)1311267026z(OCoLC)1311358390z(OCoLC)1374072509 alccopycat00aPS3619.N946bS67 202304a813/.6a[B]2231 aSnyder, Rachel Louise.10aWomen we buried, women we burned :ba memoir /cRachel Louise Snyder. 1aNew York :bBloomsbury Publishing,c2023. 4c©2023 axiii, 256 pages :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"A memoir of survival, self-discovery, and forgiveness. For decades, Rachel Louise Snyder has been a fierce advocate reporting on the darkest social issues that impact women's lives. Women We Buried, Women We Burned is her own story. Snyder was eight years old when her mother died, and her distraught father thrust the family into an evangelical, cult-like existence halfway across the country. Furiously rebellious, she was expelled from school and home at age 16. Living out of her car and relying on strangers, Rachel found herself masquerading as an adult, talking her way into college, and eventually traveling the globe. Survival became her reporter's beat. In places like India, Tibet, and Niger, she interviewed those who had been through the unimaginable. In Cambodia, where she lived for six years, she watched a country reckon with the horrors of its own recent history. When she returned to the States with a family of her own, it was with a new perspective on old family wounds, and a chance for healing from the most unexpected place. A piercing account of Snyder's journey from teenage runaway to reporter on the global epidemic of domestic violence, Women We Buried, Women We Burned is a memoir that embodies the transformative power of resilience"--Dust jacket flap.10aSnyder, Rachel Louise. 0aWomen authorsvBiography. 0aWomen journalistsvBiography. 7aBIOGRAPHY & AUTOBIOGRAPHY / Personal Memoirs.2bisacsh 7aFAMILY & RELATIONSHIPS / Death, Grief, Bereavement.2bisacsh 7aBIOGRAPHY & AUTOBIOGRAPHY / Women.2bisacsh 7aWomen authors.2fast0(OCoLC)fst01177198 7aWomen journalists.2fast0(OCoLC)fst01178072 7aWomen authorsvBiography.2sears 7aWomen journalistsvBiography.2sears 0aAutobiographies. 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aAutobiographies.2lcgft aYBP Library ServicesbYANKn17910821 aBrodartbBRODn132359405 a92bPUL01911cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040005700094016001800151019001500169020001800184020001500202035004100217042001400258043002100272050002200293082001200315100004200327245022500369264004100594300007900635336002600714337002800740338002700768490003400795504004000829600004900869610003700918610005400955650004701009650005501056650004101111651005701152651003701209655003901246700003701285700003801322830002301360938003401383994001201417on1352958483OCoLC20230718213016.0220907s2022 sp abh b 000 0 spa d a 2022427843 aPITbengerdacDLCdC3LdOCLCFdPITdEMUdCUYdUKMGB7 a0209483292Uk a1354356069 a9788413693972 a8413693977 a(OCoLC)1352958483z(OCoLC)1354356069 alccopycat ae-sp---acl-----00aLF4637b.L67 202214a3782141 aLópez Guzmán, Rafael J.,eauthor.10aCarlos V y las enseñanzas universitarias :bpatrimonio y memoria histórica /cRafael López Guzmán y Yolanda Guasch Marí (coordinación científica) ; Ignacio José García Zapata (coordinación editorial). 1aGranada :bComares Editorial,c2022. axv, 251 pages :billustrations (chiefly color), facsimiles, maps ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aColección Comares arte ;v8 aInclues bibliographical references.00aCharlesbV,cHoly Roman Emperor,d1500-1558.20aUniversidad de GranadaxHistory.27aUniversidad de Granada.2fast0(OCoLC)fst00543307 0aUniversities and collegeszSpainxHistory. 0aUniversities and collegeszLatin AmericaxHistory. 7aEducation.2fast0(OCoLC)fst00902499 7aEuropezHoly Roman Empire.2fast0(OCoLC)fst01205344 7aSpain.2fast0(OCoLC)fst01204303 7aHistory.2fast0(OCoLC)fst014116281 aGuasch Marí, Yolanda,eauthor.1 aGarcía Zapata, José,eeditor. 0aComares arte ;v8. aCasalini LibribCASAn5343182 a92bPUL01929cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040005000094016002300144020003100167020002800198024001800226035002200244041001300266042001400279043001200293050002900305100002600334240004500360245009300405264005500498264001100553300004500564336002600609337002800635338002700663546003900690504006700729610002800796650006600824650006400890650005300954650005801007650006001065651003901125647005301164648002001217655003901237776003401276776002301310776002401333938004201357994001201399on1353174249OCoLC20230718213016.0220521t20232023gw a b 001 0 eng d a 2022939309 aOHXbengerdacDLCdOHXdCODdINUdCLUdOCLCF7 a118248056X2DE-101 a9783110642193q(hardbound) a3110642190q(hardbound)3 a9783110642193 a(OCoLC)13531742491 aenghger alccopycat ae-gx---00aHD9710.3.G42bE7513 20231 aErker, Paul,eauthor.00aZulieferer für Hitlers Krieg.lEnglish10aSupplier for Hitler's war :bthe Continental Group during the Nazi period /cPaul Erker. 1aBerlin ;aBoston :bDe Gruyter Oldenbourg,c[2023] 4c©2023 avii, 838 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn English translated from German. aIncludes bibliographical references (pages 802-809) and index.20aContinental Group, Inc. 0aAutomobile supplies industryzGermanyxHistoryy20th century. 0aAircraft supplies industryzGermanyxHistoryy20th century. 0aWorld War, 1939-1945xEconomic aspectszGermany. 7aAircraft supplies industry.2fast0(OCoLC)fst00802895 7aAutomobile supplies industry.2fast0(OCoLC)fst00823178 7aGermany.2fast0(OCoLC)fst01210272 7aWorld Ward(1939-1945)2fast0(OCoLC)fst01180924 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst0141162808z9783110642209iGerman edition08z9783110646436iPDF08z9783110642551iePub aOtto HarrassowitzbHARRnhar190050394 a92bPUL02078cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020002500152020002200177035002200199042001400221043001200235050002200247130003500269245006500304250002200369264006700391300004100458336002600499337002800525338002700553490004600580500002800626630002600654650006800680650006000748650005000808650004200858651005100900648002000951655003900971710004401010830004701054880002901101880005101130880002301181880005801204880003701262880003801299880003801337938006401375938008501439994001201524on1354288924OCoLC20230718213016.0230717s2022 cc a 000 0 chi d a 2023388065 aBCBTCbengerdacDLCdCNPITdCLUdOCLCFdBCBTC c$1 a9787501374748q(set) a7501374740q(set) a(OCoLC)1354288924 alccopycat aa-cc-kn00aAP95.C4bG36 20220 6880-01aGang Zhou xing qi bao.106880-02aGang Zhou xing qi bao /cJing tang tu shu guan bian. 6880-03aDi 1 ban. 16880-04aBeijing Shi :bGuo jia tu shu guan chu ban she,c2022. a4 volumes ;billustrations ;c27 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aMinguo wen xian zi liao cong bian aCollection of reprints.00aGangzhou xing qi bao. 0aChinese newspaperszChinazJiangmen ShixHistoryy20th century. 0aJournalismzChinazJiangmen ShixHistoryy20th century. 7aChinese newspapers.2fast0(OCoLC)fst00857651 7aJournalism.2fast0(OCoLC)fst00984032 7aChinazJiangmen Shi.2fast0(OCoLC)fst01263297 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst014116282 6880-06aJing tang tu shu guan,eeditor. 06880-07aMinguo wen xian zi liao cong bian.0 6130-01a岡州星期報.106245-02a岡州星期報 /c景堂圖書館編. 6250-03a第 1 版. 16264-04a北京市 :b國家圖書館出版社,c2022.1 6490-05a民國文獻資料叢編2 6710-06a景堂圖書館,eeditor. 06830-07a民國文獻資料叢編. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20220324012 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000002569072 a92bPUL02066cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020002500152020002200177035002200199042001400221043001200235050002200247130003100269245006100300250002200361264006700383300004100450336002600491337002800517338002700545490004600572500002800618630002200646650006800668650006000736650005000796650004200846651005100888648002000939655003900959710004400998830004701042880002901089880005101118880002301169880005801192880003701250880003801287880003801325938006401363938008501427994001201512on1354289190OCoLC20230718213016.0221121s2022 cc a 000 0 chi d a 2023388064 aBCBTCbengerdacDLCdCNPITdCLUdOCLCFdBCBTC c$1 a9787501374755q(set) a7501374759q(set) a(OCoLC)1354289190 alccopycat aa-cc-kn00aAP95.C4bS88 20220 6880-01aSi yi xing qi bao.106880-02aSi yi xing qi bao /cJing tang tu shu guan bian. 6880-03aDi 1 ban. 16880-04aBeijing Shi :bGuo jia tu shu guan chu ban she,c2022. a4 volumes ;billustrations ;c27 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aMinguo wen xian zi liao cong bian aCollection of reprints.00aSiyi xing qi bao. 0aChinese newspaperszChinazJiangmen ShixHistoryy20th century. 0aJournalismzChinazJiangmen ShixHistoryy20th century. 7aChinese newspapers.2fast0(OCoLC)fst00857651 7aJournalism.2fast0(OCoLC)fst00984032 7aChinazJiangmen Shi.2fast0(OCoLC)fst01263297 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst014116282 6880-06aJing tang tu shu guan,eeditor. 06880-07aMinguo wen xian zi liao cong bian.0 6130-01a四邑星期報.106245-02a四邑星期報 /c景堂圖書館編. 6250-03a第 1 版. 16264-04a北京市 :b國家圖書館出版社,c2022.1 6490-05a民國文獻資料叢編2 6710-06a景堂圖書館,eeditor. 06830-07a民國文獻資料叢編. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20220324014 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000002479492 a92bPUL00898cam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042002100172050002600193100003700219245003200256264003500288264001100323300006800334336002600402336002800428337002800456338002700484655004600511655002700557994001200584on1354331012OCoLC20230718213016.0230414t20222021bl a 6 000 1 por d a 2023313144 aSTFbengerdacDLC a9788595711549 a8595711542 a(OCoLC)1354331012 alcodealccopycat00aPN6790.B73bG372 20221 aGarcez, Ulisses,d1979-eauthor.10aAgropunk /cUlisses Garcez. 1aSão Paulo :bVeneta,c[2022] 4c©2021 a132 pages, 2 unnumbered pages :bchiefly illustrations ;c23 cm atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 7aGraphic novels.2fast0(OCoLC)fst01726630 7aGraphic novels.2lcgft a92bPUL04020cam a22005538i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004700097015001900144016001800163020003000181020001500211020003100226020001500257020002700272020003000299020002900329035002200358042000800380043001200388050002300400082003100423100002900454245011600483263000900599264006100608300001500669336002600684337002800710338002700738490004000765504005100805505041900856520160601275650004902881650004102930650003602971650003903007650006703046650005803113700004003171776017303211938004103384938002903425994001203454on1354519976OCoLC20230718213016.0t|221214s2023 enk b 001 0 eng  a 2022059850 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdYDX aGBC3786352bnb7 a0210315692Uk a9781032151076q(hardback) a1032151072 a9781032195285q(paperback) a1032195282 z9781003259626q(ebook) z9781000892598qePub ebook z9781000892567qPDF ebook a(OCoLC)1354519976 apcc ae-pl---00aKKP3249b.W56 202300a343.43807223/eng/202307171 aWinczorek, Jan,eauthor.10aSmall and medium enterprises, law and business :buncertainty and justice /cJan Winczorek and Karol Muszynski. a2305 1aAbingdon, Oxon [UK] ;aNew York, NY :bRoutledge,c2023. avolumes cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRoutledge research in corporate law aIncludes bibliographical references and index.0 aA money-making machine : the first look at SMEs' paths to justice -- The payment game : indebtedness as a justiciable issue -- Contractual uncertainty and trickle-down economics -- Paradise lost, SMEs, authorities, and regulation -- "I've got these nice lads" accountants, lawyers, and courts as instruments of managing uncertainty -- Bigger is better, until you go extinct, economic growth, and legal uncertainty. a"The law plays an ambiguous role in running business. While legal tools can be used to tame uncertainties, for example, by concluding contracts to safeguard enforcement of future claims, they can also generate uncertainty. These secondary uncertainties like ones stemming from vague rights and obligations may be counterbalanced by using different resources and strategies, including acting informally, modifying business plans or accepting the losses from unpaid dues. This book discusses how small and medium enterprises use the law, abstain from using the law, and use alternative pathways to manage business uncertainties. Examining these topics through the lenses of an extensive qualitative and quantitative empirical study on justiciable issues, access to justice and legal uncertainty among SMEs in Poland, it implements and expands upon the paradigmatic paths to justice methodology which has been successfully used to study conflict resolution, access to justice and utilisation of the law by individuals in more than 30 jurisdictions. It argues that the grand promise of modern law - that it is a certainty-providing, neutral and democratic device to resolve problems and conflicts - is not fully delivered. It reveals how the conditions of a freshly developed capitalism combined with the rule of law backsliding contribute to universal, structural problems with access to justice meaning that accessing justice is a resource-hungry process, which incentivises small businesses to settle for their legal problems and engage in informal and alternative strategies"--cProvided by publisher. 0aSmall businessxLaw and legislationzPoland. 0aSmall businessxLaw and legislation. 0aSmall businessxSocial aspects. 0aSmall businessxGovernment policy. 7aSmall businessxLaw and legislation.2fast0(OCoLC)fst01121300 7aSmall businessxManagement.2fast0(OCoLC)fst011213061 aMuszyński, Karol,d1988-eauthor.08iOnline version:aWinczorek, Jan.tSmall and medium enterprises, law and businessdAbingdon, Oxon [UK] ; New York, NY : Routledge, 2023z9781003259626w(DLC) 2022059851 aYBP Library ServicesbYANKn18406317 aBrodartbBRODn133790746 a92bPUL01411cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212043001200220050002500232082001400257100003000271245004500301250001900346263000900365264004000374300001300414336002600427337002800453338002700481521003400508520020400542650002500746650003800771650002700809650003300836651003800869938004100907938002900948994001200977on1355027165OCoLC20230718213016.0230717s2023 nyu d 000 1 eng  a 2023023651 aDLCbengerdacDLC a9781250846808q(hardcover) a1250846803 z9781250846815q(ebook) a(OCoLC)1355027165 apcc anwjm---00aPZ7.1.B7583bSo 202300a[Fic]2231 aBromfield, Asha,eauthor.10aSongs of Irie /cAsha Ashanti Bromfield. aFirst edition. a2310 1aNew York :bWednesday Books,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 13-18.bWednesday Books. aDuring the political turmoil in 1976 Jamaica, Irie and Jilly must navigate their opposing upbringings as they fall in love and choose between the futures decided for them and the futures they desire. 1aFriendshipvFiction. 1aInterpersonal relationsvFiction. 1aReggae musicvFiction. 1aRastafari movementvFiction. 1aJamaicaxHistoryy1962-vFiction. aYBP Library ServicesbYANKn18435143 aBrodartbBRODn133804224 a92bPUL01433cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040003900094015001900133016001800152020003100170020002800201035002200229042000800251050002100259082001800280100007400298245012100372264004400493264001100537300004200548336002100590336002800611337002500639338002300664650003400687650005100721655003900772700007500811700007700886700007200963994001201035on1355078921OCoLC20230718213016.0230113t20212021vraa b 001 0 eng c a 2021388167 aUKMGBbengerdacDLCdOCLCFdUKMGB aGBC2714032bnb7 a0205637082Uk a9781743796573q(hardcover) a1743796579q(hardcover) a(OCoLC)1355078921 apcc00aGV947b.N53 202204a796.336092231 aNicholson, Matthew,eauthor.1https://isni.org/isni/0000000116899426.10aAustralia's game :bthe history of Australian football /cMatthew Nicholson, Bob Stewart, Greg de Moore, & Rob Hess. 1aMelbourne :bHardie Grant Books,c2021. 4c©2021 axi, 784 pagesbillustrations ;c24 cm atext2rdacontent astill image2rdacontent aunmediated2rdamedia avolume2rdacarrier 0aAustralian footballxHistory. 7aAustralian football.2fast0(OCoLC)fst00821430 7aHistory.2fast0(OCoLC)fst014116281 aStewart, Bob,d1946-eauthor.1https://isni.org/isni/0000000064051625.1 aDe Moore, Greg,d1958-eauthor.1https://isni.org/isni/0000000040464353.1 aHess, Rob,d1957-eauthor.1https://isni.org/isni/0000000079004506. a92bPUL01638cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040004000094066000700134020003100141020001500172024001800187035002200205042000800227043001200235050002200247072001300269100003000282245011700312264003400429264001100463300003300474336002600507337002800533338002700561490007800588504005700666650004300723650001300766650001500779650002000794650004600814655006200860776002600922776002400948880015400972938004201126994001201168on1355288287OCoLC20230718213016.0230217s2022 gw d b 000 p rus  a 2023286192 aDLCbengerdacDLCdKKUdOCLCFdOHX c(N a9783631890325q(paperback) a363189032X3 a9783631890325 a(OCoLC)1355288287 apcc ae-ru---00aPG3057b.Z55 2022 7aPG2lcco1 aZhitenev, A. A.,eauthor.106880-01aSovremennai︠a︡ rossiĭskai︠a︡ poėtologii︠a︡ i problema ėkfrasisa /cAleksandr Zhitenev. 1aBerlin :bPeter Lang,c[2022] 4c©2022 a455 pages :bcharts ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNeuere Lyrik : interkulturelle und interdisziplinäre Studien ;vBand 14 aIncludes bibliographical references (pages 425-455). 0aRussian poetryxHistory and criticism. 0aPoetics. 0aEkphrasis. 0aLiterary style. 7aRussian poetry.2fast0(OCoLC)fst01102394 7aCriticism, interpretation, etc.2fast0(OCoLC)fst0141163508z9783631890592iE-Book08z9783631890608iePub106245-01aСовременная российская поэтология и проблема экфрасиса /cАлександр Житенев. aOtto HarrassowitzbHARRnhar225020909 a92bPUL02012cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003000094020003100124035002200155042000800177043001200185050002000197082001300217245029600230264008200526300006600608336002600674337002800700338002700728500014400755504004100899505006400940610007001004610006901074610006801143650005301211650005201264650005101316700003601367700003001403700003101433710007801464938003601542994001201578on1355764431OCoLC20230718213016.0211117m20219999fr ab b 100 0 fre  a 2022414481 aDLCbengerdacDLCdAUXAM a9791069983434q(paperback) a(OCoLC)1355764431 apcc ae-fr---00aZ798b.A24 202114a090a02603aLa bibliothèque et les archives de l'Abbaye de la Sainte-Trinité de Fécamp :bsplendeur et dispersion des manuscrits et des chartes d'une prestigieuse abbaye bénédictine normande /cAmis du Vieux Fécamp et du Pays de Caux ; dir. Stéphane Lecouteux, Nicolas Leroux, Ourdia Siab. 1aFécamp :bAssociation des amis du Vieux Fécamp et du Pays-de-Caux,c2021- avolumes :billustrations (chiefly color), color maps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aProceedings of the Journées d'études sur la bibliothèque et le chartrier de Fécamp, held at Fécamp (France), October 25-26, 2017. aIncludes bibliographical references.1 aVolume 1 : La bibliothèque et les archives au Moyen Âge20aAbbaye de la Trinité (Fécamp, France)xLibrariesvCongresses.20aAbbaye de la Trinité (Fécamp, France)xArchivesvCongresses.20aAbbaye de la Trinité (Fécamp, France)xHistoryvCongresses. 0aAbbeyszFrancezFécampxLibrariesvCongresses. 0aAbbeyszFrancezFécampxArchivesvCongresses. 0aAbbeyszFrancezFécampxHistoryvCongresses.1 aLecouteux, Stéphane,eeditor.1 aLeroux, Nicolas,eeditor.1 aMougenot, Ourdia,eeditor.2 aAssociation des amis du Vieux Fécamp et du Pays de Caux,eissuing body. aAMALIVREbAUXAnAAL0887477-0001 a92bPUL01567cam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163020002700190035002200217042000800239050002300247082001200270100002600282245006800308263000900376264003900385300001300424336002600437336002800463337002800491338002700519521003000546521003200576520018400608650001900792650003000811655002900841655002600870700003200896776011100928938002901039938004101068994001201109on1356959635OCoLC20230718213016.0230717s2023 nyu b 000 1 eng  a 2023028200 aDLCbengerdacDLC a9780593404577q(hardcover) a0593404572 z9780593404591q(ebook) z9780593404584q(ebook) a(OCoLC)1356959635 apcc00aPZ7.L4478bFl 202300a[E]2231 aLazar, Tara,eauthor.10aFlat cat /cwritten by Tara Lazar ; illustrated by Pete Oswald. a2309 1aNew York :bFlamingo Books,c2023. apages cm atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 3-7bFlamingo Books. aGrades K-1bFlamingo Books. aFlat Cat likes being flat--roaming anywhere and happy to be unseen--until one day when he becomes fluffy, he learns to enjoy the attention it brings, and grows to love being seen. 1aCatsvFiction. 1aSelf-acceptancevFiction. 7aHumorous fiction.2lcgft 7aPicture books.2lcgft1 aOswald, Pete,eillustrator.08iOnline version:aLazar, Tara.tFlat catdNew York : Flamingo Books, 2023z9780593404591w(DLC) 2023028201 aBrodartbBRODn133864049 aYBP Library ServicesbYANKn19017204 a92bPUL02465cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020003100138020002800169035002200197042001400219050002600233082000800259100003600267245003600303264004700339300005300386336002600439336003300465337002800498338002700526490001400553520134600567655005301913655003401966830001502000938003702015938003902052994001202091on1356963637OCoLC20230718213016.0221029s2022 fr a 6 000 1 fre d a 2023414416 aAUXAMbengerdacDLCdZCUdERASPdAUXAM a9782916383699q(paperback) a2916383697q(paperback) a(OCoLC)1356963637 alccopycat00aPN6747.D475bZ26 202214a7411 aDescamps, Paul,d1995-eauthor.10aZboing zboing /cPaul Descamps. 1aMontreuil :bÉditions Matière,c[2022] a93 pages :billustrations (some color) ;c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aImagème8 aC'est la rentrée et le bahut est en émoi : une bande de nouveaux vient de débarquer ! Avec l'outrecuidance, l'aisance, la nonchalance d'une bordée de marins dans le port de Nantes, les petits mignons s'arrogent tous les droits et briguent les meilleures places dans la salle de cours (celles du fond où "chaque jour nous nous installions, chaque jour nous nous racontions ô combien nous nous aimions").0Les caïds populaires n'entendent pas céder le terrain aux querelleurs (puisque "c'est sous ces tables du fond que j'avais gravé ton nom"). Entre les deux bandes rivales s'engage une battle effrénée mais royale dont les armes sont l'éloquence, la sape, le chant, la prestance et les patins à roulette. Ce qui s'appelle être stylé. Avec Zboing zboing, Paul Descamps déroule une comédie musicale de rêve.0Ses personnages sensuels, échevelés, charismatiques, toujours fringants, se livrent à de longues joutes psychédéliques parfumées d'amour courtois, funky, électrique. West Side story vénéneux et sexy trempé de manga et de glam rock, Zboing zboing est une bande dessinée montée sur ressorts et platform shoes, un flot visuel saturé de splashs, de couleurs, de mouvements et de sons, une cavalcade canaille un peu cracra, franchement kawaï, secouée de rimes et de gouaille. 7aComics (Graphic works)2fast0(OCoLC)fst01921613 7aComics (Graphic works)2lcgft 0aImagème. aAMALIVREbAUXAnAAL08205021-0001 aLibrarie ErasmusbERAPn0000097294 a92bPUL03283ccm a2200805 i 4500001001300000003000600013005001700019006001900036007000300055007000300058008004100061010001700102040008700119016001800206019003900224020001800263024001800281024001500299028003200314035007900346041001800425042001400443050003900457072001200496082001400508100004800522240002700570245012500597250001500722264004100737264005200778264001100830300008500841336004200926336003800968337004801006338004701054348002501101348003401126490009701160490011501257500001701372500004401389546005101433546002001484504004101504500007501545505006601620650002001686650002301706650004901729650004601778655004101824655004101865655003801906655003801944655001901982655001902001655002202020655002202042700004502064700003402109700007902143800007102222938003402293938005402327938004202381938004202423994001202465on1357069994OCoLC20230718213016.0tg 000 0 quta230128t20222022it opl bhi n ita d a 2022453581 aOHXbengerdacDLCdUKMGBdBCOdZMSdYDXdTDFdC3LdGRUdVGMdTJCdHULdOCLCFdOHX7 a0209341522Uk a1356181758a1356721961a1356877832 a97912806404372 a979070509712220aM28064043730aGR 4900bFondazione Rossini a(OCoLC)1357069994z(OCoLC)1356181758z(OCoLC)1356721961z(OCoLC)13568778320 aitaeitagita alccopycat00aM3b.R67 1979 Ser. I vol. 2aM1500 7aM2lcco04a782.12231 aRossini, Gioacchino,d1792-1868,ecomposer.10aCambiale di matrimonio13aLa cambiale di matrimonio /cfarsa comica di Gaetano Rossi ; musica di Gioachino Rossini ; a cura di Eleonora di Cintio. aPartitura. 1aPesaro :bFondazione Rossini,c2022. 2aMilano :bDistribuzione affidata a Casa Ricordi 4c©2022 a1 score (lxxvi, 398 pages) ;c33 cm +e1 critical commentary (119 pages ; 25 cm) 3Scoreanotated musicbntm2rdacontent 3Commentaryatextbtxt2rdacontent 3Score & commentaryaunmediatedbn2rdamedia 3Score & commentaryavolumebnc2rdacarrier 3Scoreascore2rdafnm 3Scorecstaff notation2rdafmn1 aEdizione critica delle opere di Gioachino Rossini. Sezione prima, Opere teatrali ;vvolume 21 aEdizione critica delle opere di Gioachino Rossini. Sezione prima, Opere teatrali. Commento critico ;vvolume 2 aComic opera. aPreface and critical report in Italian. aItalian words also printed separately as text. bStaff notation. aIncludes bibliographical references. aIncludes general preface, introduction and critical report in Italian.0 aPartitura (lxxvi, 398 pages) -- Commento critico (119 pages). 0aOperasvScores. 0aOperasvLibrettos. 7aOperasxLibrettos.2fast0(OCoLC)fst01046219 7aOperasxScores.2fast0(OCoLC)fst01046228 7aArt music.2fast0(OCoLC)fst01920007 7aLibrettos.2fast0(OCoLC)fst01692883 7aOperas.2fast0(OCoLC)fst01726688 7aScores.2fast0(OCoLC)fst01692898 7aOperas.2lcgft 7aScores.2lcgft 7aLibrettos.2lcgft 7aArt music.2lcgft1 aRossi, Gaetano,d1774-1855,elibrettist.1 aDi Cintio, Eleonora,eeditor.12iContainer of (work):aRossi, Gaetano,d1774-1855.tCambiale di matrimonio.1 aRossini, Gioacchino,d1792-1868.tWorks.f1979 ;vsezione 1, v. 2. aCasalini LibribCASAn5378548 aTheodore Front Musical LiteraturebTFRTnTF525320 aYBP Library ServicesbYANKn110061940 aOtto HarrassowitzbHARRnhar235000163 a92bPUL01353cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153035002200168042000800190043001200198050002900210110003800239240002500277245012900302264007100431300002400502336002600526337002800552338002700580490002100607500002000628504005100648610003700699650003300736650002500769650003100794650003500825655003100860700005200891994001200943on1358415986OCoLC20230718213016.0220307s2021 xv l 001 0 slv  a 2021447934 aDLCbengerdacDLCdHVL a9789612046859q(softbound) a9612046859 a(OCoLC)1358415986 apcc ae-xv---00aKKS6080.A312001bA4 20211 aSlovenia,eenacting jurisdiction.10aObligacijski zakonik10aObligacijski zakonik (OZ) :b(neuradno prečiščeno besedilo) /cuvodna pojasnila in stvarno kazalo dr. Luigi Varanelli. 1aLjubljana :bUradni list Republike Slovenije :bLitteralis,c2021. a525 pages ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aZbirka predpisov aIncludes index. aIncludes bibliographical references and index.10aSlovenia.tObligacijski zakonik. 0aObligations (Law)zSlovenia. 0aContractszSlovenia. 0aLiability (Law)zSlovenia. 0aDebtor and creditorzSlovenia. 7aStatutes and codes.2lcgft1 aVaranelli, Luigi,eauthor of introduction, etc. a92bPUL01384cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020002800178020003100206035002200237042001400259050002400273082002800297082001500325100003200340245006700372246004500439264005900484264001100543300002600554336002100580337002500601338002300626504006700649650002000716650004200736650006800778650004600846938004100892938002900933994001200962on1358748263OCoLC20230718213016.0230111t20232023enk b 001 0 eng d a 2023930620 aYDXbengerdacDLCdYDXdBDXdUKMGBdOCLCF aGBC3578572bnb7 a0209968202Uk a0192847848q(hardcover) a9780192847843q(hardcover) a(OCoLC)1358748263 alccopycat00aHD1691b.B6628 202304a333.91223/eng/2023060504a363.612231 aBrears, Robert C.,eauthor.10aFinancing water security and green growth /cRobert C. Brears.10aFinancing water security & green growth. 1aOxford ;aNew York :bOxford University Press,c[2023] 4c©2023 ax, 226 pages ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 203-217) and index. 0aWater security. 0aWater resources developmentxFinance. 7aWater resources developmentxFinance.2fast0(OCoLC)fst01171984 7aWater security.2fast0(OCoLC)fst01795729 aYBP Library ServicesbYANKn19022888 aBrodartbBRODn133956059 a92bPUL02489cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040001800094020001500112020001800127035002200145042001400167050002200181082001200203100003000215245013000245246008700375246002400462250003200486264006400518264001100582300004600593336002600639336003300665337002800698338002700726520064400753504004101397630002301438630003701461650002501498650002801523650004801551650004801599650007401647650007401721650005101795650005401846655004201900938004101942994001201983on1360273424OCoLC20230718213016.0230711s2023 paua e 000 0 eng d a 2023277940 aYDXbengcDLC a0768471958 a9780768471953 a(OCoLC)1360273424 alccopycat00aBF1721b.B74 202304a231.7451 aBrewer, Troy A.,eauthor.10aLooking up.nBook one,pProphetic signs in the constellations and how the heavens declare the glory of God /cTroy A. Brewer.30aProphetic signs in the constellations and how the heavens declare the glory of God3 aLooking up.nBook 1 aUpdated & expanded edition. 1aShippensburg, PA :bDestiny Image Publishers, Inc.,c[2023] 4c©2023 a197 pages :bcolor illustrations ;c23 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aUntil the mid-20th century, the heavens were the greatest show on Earth. Ancient people recognized the same constellations we do today, though they understood the signs behind those pictures in the sky in a way that's been lost to us - until now. Troy Brewer reveals the connection between the story in the stars and the Biblical account of the fall of man and redemption through Jesus. What does the night sky tell us about God's plan? How does the Almighty speak through the constellations? The answers are astounding as the dramatic truth about the cosmos is unveiled for these last days. The time is short. We should all be Looking Up. aIncludes bibliographical references.00aBiblexProphecies.07aBible.2fast0(OCoLC)fst01356024 0aBible and astrology. 0aProphecyxChristianity. 0aAstronomyxReligious aspectsxChristianity. 0aAstrologyxReligious aspectsxChristianity. 7aAstrologyxReligious aspectsxChristianity.2fast0(OCoLC)fst00819411 7aAstronomyxReligious aspectsxChristianity.2fast0(OCoLC)fst00819721 7aBible and astrology.2fast0(OCoLC)fst00831207 7aProphecyxChristianity.2fast0(OCoLC)fst01079203 7aProphecies.2fast0(OCoLC)fst01922509 aYBP Library ServicesbYANKn19198274 a92bPUL03071cam a22005178i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020003000176020001500206020002700221035002200248042000800270043001200278050002300290082002800313100002700341245009500368263000900463264008400472300001400556336002600570337002800596338002700624504005100651505026100702520102000963650003101983650002402014650002902038650001802067650004902085650003602134651003002170651003602200650005002236651003702286776017702323938004102500994001202541on1360314277OCoLC20230718213016.0t|230510s2023 enk b 001 0 eng  a 2023022399 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3785282bnb7 a0210314622Uk a9781009317757q(hardback) a100931775X z9781009317726q(ebook) a(OCoLC)1360314277 apcc aa-ii---00aKNS1750b.J64 202300a342.54223/eng/202307171 aJohn, Mathew,eauthor.10aIndia's communal constitution :blaw, religion, and the making of a people /cMathew John. a2309 1aCambridge, United Kingdom ;aNew York, NY :bCambridge University Press,c2023. a280 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aThe communalisation of religion in Indian constitutional law -- The communal Image of the people in India's personal laws -- A lurking majoritarianism : a communal account of minority rights -- Sacralising caste : the Hindu resolution of equal citizenship. a"This book speaks to debates on law, constitutionalism and the contested terrain of political identity in modern India. Set against the overwhelmingly liberal design of the Indian Constitution, the book demonstrates a tendency in the Constitution and its practice to identify the Indian people in parochial and communal terms. This tendency is identified as India's Communal Constitution and its imprint on contemporary constitutional practice is illustrated by drawing on the constitutional practice as it addresses religious freedom, personal law, minority rights and the identification of caste groups. Thus, casting the Constitution and its practice as a field of contest, the aspiration to define the Indian people as a community of individual citizens is brought face to face with its antagonists. The most significant of these antagonists is the tendency to cast the Indian people as a collection of communities which this book examines and details as India's Communal Constitution"--cProvided by publisher. 0aConstitutional lawzIndia. 0aCommunalismzIndia. 0aReligion and lawzIndia. 0aCastezIndia. 0aMinoritiesxLegal status, laws, etc.zIndia. 0aEquality before the lawzIndia. 0aIndiaxSocial conditions. 0aIndiaxPolitics and government. 7aConstitutional law.2fast0(OCoLC)fst00875797 7aIndia.2fast0(OCoLC)fst0121027608iOnline version:aJohn, Mathew.tIndia's communal constitutiondCambridge, United Kingdom ; New York, NY : Cambridge University Press, 2023z9781009317726w(DLC) 2023022400 aYBP Library ServicesbYANKn19089546 a92bPUL02007cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028003000161035002200191042001400213245003700227264005000264264001200314300004100326336003700367337002300404338003100427340001400458344001900472344001900491344001900510347002200529347001300551500002700564511013800591518008100729505019800810650002101008650001001029650003601039648002001075700005701095700003701152700004801189700003701237700003601274700004201310700003701352700003901389700003701428994001201465on1360418050OCoLC20230718213016.0sd fsngnnmmned230714p20212018caujznn n zxx d a 2023627029 aZYUbengerdacDLCdOCLCFdZYU1 a76870782232402aPR8223bPosi-Tone Records a(OCoLC)1360418050 alccopycat00aFeel the love /cFarnell Newton. 1aLos Angeles, CA :bPosi-Tone Records,c[2021] 4c℗2021 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aFarnell Newton, trumpet ; Art Hirahara, piano ; Boris Kozlov, bass ; Rudy Royston, drums & percussion ; with other assisting artists. oRecordedd2018 June 21d2019 September 17pAcoustic Recording, Brooklyn, NY.0 aFeel the love -- Affectionately Roy -- I'll catch you -- A child not yet born -- The bluest eyes -- Litoral -- Pale -- The force of gravity -- Laws of motion -- Lawn darts -- Our chosen family. 0aJazzy2021-2030. 0aJazz. 7aJazz.2fast0(OCoLC)fst00982165 7a2021-20302fast1 aNewton, Farnell,d1977-ecomposer,einstrumentalist.1 aHirahara, Art,einstrumentalist.1 aKozlov, Borisc(Bassist),einstrumentalist.1 aRoyston, Rudy,einstrumentalist.1 aShaw, Jaleel,einstrumentalist.1 aCornelius, Patrick,einstrumentalist.1 aCook, Braxton,einstrumentalist.1 aWright, Brandon,einstrumentalist.1 aStrasser, Joe,einstrumentalist. a92bPUL01697cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001500117020001800132035002200150042001400172050002200186082003000208100002900238245011800267264004500385300005000430336002600480337002800506338002700534504005100561520043200612650003901044650001601083650004201099650006501141700003501206938004101241938002901282994001201311on1362756262OCoLC20230718213016.0220804s2023 nyua b 001 0 eng d a 2022943939 aYDXbengerdacDLC a1959029142 a9781959029144 a(OCoLC)1362756262 alccopycat00aHD58.8b.G58 202304a658.4/06223/eng/202302241 aGiudice, Maria,eauthor.10aChangemakers :bhow leaders can design change in an insanely complex world /cMaria Giudice, Christopher Ireland. 1aNew York, NY :bTwo Waves Books,c[2023] axi, 259 pages :bcolor illustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"Today's radically complex problems require people to lead with design. Changemakers is an essential playbook for designers and nondesigners who want to drive change at work, at home, and in their communities. Groundbreaking designers Maria Giudice and Christopher Ireland armed with insights from some of today's top minds in business, tech, and social justice offer a pragmatic, people-centered approach to change"--cAmazon. 0aOrganizational changexManagement. 0aLeadership. 7aLeadership.2fast0(OCoLC)fst00994701 7aOrganizational changexManagement.2fast0(OCoLC)fst010478381 aIreland, Christopher,eauthor. aYBP Library ServicesbYANKn19282193 aBrodartbBRODn133443981 a92bPUL01720cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020002800178020003100206035002200237042001400259050002600273082001800299245014700317264004600464300004500510336002100555337002500576338002300601500003700624504005100661650003300712650002900745650003900774650003300813650005900846650005500905650005900960650006501019700003201084700003001116700003401146938004101180938002901221994001201250on1363102807OCoLC20230718213016.0221027s2023 enka b 001 0 eng d a 2022948850 aYDXbengerdacDLCdYDXdUKMGBdBDXdOCLCF aGBC3178612bnb7 a0209376912Uk a0192889192q(hardcover) a9780192889195q(hardcover) a(OCoLC)1363102807 alccopycat00aHD7105.4b.P4644 202304a332.6725422300aPension funds and sustainable investment :bchallenges and opportunities /cedited by P. Brett Hammond, Raimond Maurer and Olivia S. Mitchell. 1aOxford :bOxford University Press,c2023. axvi, 252 pages :billustrations ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aA Pension Research Council book. aIncludes bibliographical references and index. 0aPension trustsxInvestments. 0aPension trustsxFinance. 0aSocial responsibility of business. 0aInvestmentsxSocial aspects. 7aInvestmentsxSocial aspects.2fast0(OCoLC)fst00978291 7aPension trustsxFinance.2fast0(OCoLC)fst01057054 7aPension trustsxInvestments.2fast0(OCoLC)fst01057060 7aSocial responsibility of business.2fast0(OCoLC)fst011228511 aHammond, P. Brett,eeditor.1 aMaurer, Raimond,eeditor.1 aMitchell, Olivia S.,eeditor. aYBP Library ServicesbYANKn19286810 aBrodartbBRODn134105362 a92bPUL02064cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004500094066000700139020001800146035002200164042001400186043001200200050002400212245012000236246003700356250002200393264005700415300004600472336002600518337002800544338002700572504005100599650003800650650004200688650002900730651004400759650005400803650005000857650004100907650005500948651004401003700005301047700010501100880011001205880002001315880005001335880004901385880009201434938003201526994001201558on1363225380OCoLC20230718213016.0230519s2022 ko a b 001 0 kor d a 2023424510 aHULbengerdacDLCdSTFdOCLCFdCSLdHUL c$1 a9791130315546 a(OCoLC)1363225380 alccopycat aa-ko---00aKPA2101b.H368 2022006880-01aHan'guk ŭi minjujuŭi wa pŏp ŭi chibae =bDemocracy & rule of law in Korea /cPak Chong-min p'yŏn.31aDemocracy & rule of law in Korea 6880-02aCh'op'an. 16880-03aSŏul T'ŭkpyŏlsi :bPagyŏngsa,c2022. aviii, 363 pages :billustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aConstitutional lawzKorea (South) 0aConstitutional historyzKorea (South) 0aDemocracyzKorea (South) 0aKorea (South)xPolitics and government. 7aConstitutional history.2fast0(OCoLC)fst00875777 7aConstitutional law.2fast0(OCoLC)fst00875797 7aDemocracy.2fast0(OCoLC)fst00890077 7aPolitics and government.2fast0(OCoLC)fst01919741 7aKorea (South)2fast0(OCoLC)fst012067911 6880-04aPak, Chong-min,d1956-eauthor,eeditor.126880-05iContainer of (work):aYi, Hwang-hŭi.tHŏnpŏp Chaep'anso wa pŏpch'ijŏk minjujuŭi.006245-01a한국 의 민주주의 와 법 의 지배 =bDemocracy & rule of law in Korea /c박 종민 편. 6250-02a초판. 16264-03a서울 특별시 :b박영사,c2022.1 6700-04a박 종민,d1956-eauthor,eeditor.126700-05iContainer of (work):a이 황희.t헌법 재판소 와 법치적 민주주의. aPanmun -- SEKLE -- 01072023 a92bPUL01830cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040004500094020001800139020001500157035002200172042000800194043001200202050002300214100004200237245008300279250002300362264011200385300002400497336002600521337002800547338002700575490002800602500005300630504005700683610004900740610008400789650004400873650007800917650004700995650003801042651003701080651007201117650006501189651003801254655003901292830002901331994001201360on1365638335OCoLC20230718213016.0230119s2022 mx b 000 0 spa  a 2022456992 aDLCbengerdacDLCdEEMdOCLCFdNUIdIQU a9786075258386 a6075258388 a(OCoLC)1365638335 apcc an-mx---00aHN120.Z9bR29 20221 aDávila Peralta, Nicolás,eauthor.10aSed de poder :bel camino de la extrema derecha /cNicolás Dávila Peralta. aPrimera edición. 1aPuebla, Pue. :bBenemérita Universidad Autónoma de Puebla, Dirección General de Publicaciones,c2022. a236 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aColección Homo Ludens aIncludes documentary appendices (pages 211-223). aIncludes bibliographical references (pages 225-236).20aOrganización Nacional del YunquexHistory.20aFrente Universitario Anticomunista (Universidad Autónoma de Puebla)xHistory. 0aRight-wing extremistszMexicoxHistory. 0aRight-wing extremistszMexicozPuebla de ZaragozaxHistoryy20th century. 0aAnti-communist movementszMexicoxHistory. 0aReligious rightzMexicoxHistory. 0aMexicoxPolitics and government. 0aPuebla de Zaragoza (Mexico)xPolitics and governmenty20th century. 7aRight and left (Political science)2fast0(OCoLC)fst01097849 7aMexico.2fast0(OCoLC)fst01211700 7aHistory.2fast0(OCoLC)fst01411628 0aColección Homo ludens. a92bPUL00917cam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155042000800177050002900185082001200214100004600226245005000272250001800322264003800340300002400378336002600402337002800428338002700456490002100483546002200504655001900526938003400545994001200579on1368402868OCoLC20230718213016.0221122s2022 sp 000 1 glg  a 2022445787 aDLCbengerdacDLCdC3L a9788491519515 a8491519513 a(OCoLC)1368402868 apcc00aPQ9469.3.F457bC665 202214a8692141 aFernández, Miguel Anxo,d1955-eauthor.12aA conxura do sete /cMiguel Anxo Rodríguez. a1a edición. 1aVigo :bEditorial Galaxia,c2022. a270 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLiteraria ;v466 aText in Galician. 7aNovels.2lcgft aCasalini LibribCASAn5407637 a92bPUL01032cam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152035002200167042000800189050002600197082002900223100003000252245004500282264007700327300002300404336002600427337002800453338002700481490002600508655003800534655001900572830006900591938003400660994001200694on1368403150OCoLC20230718213016.0221230s2022 sp 000 0 spa  a 2023406832 aDLCbengerdacDLCdCODdOCLCFdC3L a9788419231949 a8419231940 a(OCoLC)1368403150 apcc00aPQ6611.E734bM54 202200a861/.64223/eng/202307171 aFerrán, Jaime,eauthor.10aMientras tú duermes /cJaime Ferrán. 1aValencina de la Concepción (Sevilla) :bEditorial Renacimiento,c2022. a69 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCalle del aire ;v227 7aPoetry.2fast0(OCoLC)fst01423828 7aPoetry.2lcgft 0aCalle del aire (Editorial Renacimiento (Seville, Spain)) ;v227. aCasalini LibribCASAn5406418 a92bPUL01873cam a22004695i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169037001400191042001500205043002100220050002200241100007200263245012600335250003700461264007600498300004000574336002600614337002800640338002700668504004100695650003300736650004000769651003600809651004300845650004100888650003800929651003600967651004301003655004501046880005901091880012301150880003901273880007901312994001201391on1368405141OCoLC20230718213016.0221015s2022 jo a be 000 0 ara  a 2022324865 aDLCbengerdacDLCdOCLCFdMNU c(3 a9789957969516 a995796951X a(OCoLC)1368405141 c16.00 JOD apccalcode aa-iq---aaw-----00aCS1522b.H36 20221 6880-01aḤamdūnī, Balāwī Fatḥī Ḥammūdī,eauthor.106880-02aMawsūʻat ʻashāʼir al-ʻIrāq wa-bilād al-Shām /cBalāwī Fatḥī Ḥammūdī al-Ḥamdūnī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Ghaydāʼ lil-Nashr wa-al-Tawzīʻ,c2022. a520 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aTribeszIraqvEncyclopedias. 0aTribeszMiddle EastvEncyclopedias. 0aIraqxGenealogyvEncyclopedias. 0aMiddle EastxGenealogyvEncyclopedias. 7aGenealogy.2fast0(OCoLC)fst00939652 7aTribes.2fast0(OCoLC)fst01156484 7aIraq.2fast0(OCoLC)fst01205757 7aMiddle East.2fast0(OCoLC)fst01241586 7aEncyclopedias.2fast0(OCoLC)fst014237981 6100-01aحمدوني، بلاوي فتحي حمودي.106245-02aموسوعة عشائر العراق وبلاد الشام /cبلاوي فتحي حمودي الحمدوني. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار غيداء للنشر والتوزيع،c2022. a92bPUL01745cam a22004098i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020003000176020001500206020002700221035002200248042000800270050003000278082003200308100004900340245009700389263000900486264008400495300001400579336002600593337002800619338002700647504005100674520038200725650003301107650004901140650005101189650004201240938004101282994001201323on1369597436OCoLC20230718213016.0t|230714s2023 nyu b 001 0 eng  a 2023028332 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3959392bnb7 a0210605402Uk a9781009282079q(hardback) a1009282077 z9781009282086q(ebook) a(OCoLC)1369597436 apcc00aTK5103.592.F52bA355 202300a621.382/75223/eng/202307171 aAgrawal, G. P.q(Govind P.),d1951-eauthor.10aPhysics and engineering of graded-index media /cGovind P. Agrawal, University of Rochester. a2310 1aCambridge, United Kingdom ;aNew York, NY :bCambridge University Press,c2023. a315 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book synthesises recent research developments in the growing field of graded-index media, presenting both the underlying physical principles behind optical propagation in these materials and important engineering applications. The text will be useful for graduate students and researchers working in optics, photonics and optical communications"--cProvided by publisher. 0aOptical fiber communication. 7aOptical materials.2fast0(OCoLC)fst01046768 7aOpticsxMathematics.2fast0(OCoLC)fst01046856 7aRefraction.2fast0(OCoLC)fst01092658 aYBP Library ServicesbYANKn19536288 a92bPUL04185cam a2200601 i 4500001001300000003000600013005001700019008004100036010001700077040009200094019001500186020003100201020001500232020002700247035004100274042000800315043002100323050002300344082004000367100003000407245011300437246004700550250001900597264003900616300005700655336002600712337002800738338002700766505014100793520166200934600002102596600002902617650007002646650006502716650005902781650007502840650005802915651003402973651004703007650007403054650004303128650005303171651006103224651004503285650003803330655001503368655004703383655004303430655002803473938004103501938002903542994001203571on1369803755OCoLC20230718213016.0220917s2023 nyuab 000 0aeng  a 2022946564 aDLCbengerdacDLCdJBLdGO6dYDXdBDXdY$5dJCXdIMTdCDXdSFRdNBOdOCLCFdZGRdTXSCH a1329421876 a9780306828843q(hardcover) a0306828847 z9780306828867q(ebook) a(OCoLC)1369803755z(OCoLC)1329421876 apcc aa-cc-suan-us-dc00aDS731.U4bH64 202304a305.894/3230516aB223/eng/202112201 aHoja, Gulchehra,eauthor.12aA stone is most precious where it belongs :ba memoir of Uyghur exile, hope, and survival /cGulchehra Hoja.30aMemoir of Uyghur exile, hope, and survival aFirst edition. 1aNew York :bHachette Books,c2023. axvi, 303 pages :bcolor illustrations, maps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aGrowing up in the Uyghur homeland -- A fall to earth -- The seeds of disillusionment -- A new start and a new low -- A sense of purpose. a"In February 2018, twenty-four members of Gulchehra Hoja's family disappeared overnight. In one evening, all those she had left behind in Ürümchi when she fled to a new life in the United States were arrested because of her. Her crime--and thus that of her family--was her award-winning investigations for Radio Free Asia on the plight of the Uyghur people. A Stone is Most Precious Where it Belongs is Gulchehra Hoja's, stunning literary memoir, taking us into the everyday world of life under Chinese rule in East Turkistan (more formally as the Xinjiang Autonomous Region of China). The grandchild of a renowned Uyghur musician and the daughter of an esteemed Uyghur archaeologist, Hoja grew up with her people's culture and history running through her veins. She showed her gifts early on as a dancer, actress, and storyteller, putting her on a path to success as a major television start for China's state TV. Slowly though, she began to realize the realities of Communist rule and understand what China was doing to her people. As her rising fame and growing political awakening coincided, she made the decision to flee to the U.S., where she has fought to expose the crimes Beijing is committing in the far reaches of its nation. Revealing the beauty of East Turkistan and its people--its music, its culture, its heritage, and above all its emphasis on community and family--A Stone is Most Precious Where it Belongs gives us a glimpse beyond what the Chinese state wants us to see, showcasing a woman who was willing to risk not just her own life, but also that of her family, to expose her people's story to the world"--cProvided by publisher.10aHoja, Gulchehra.10aHoja, GulchehraxFamily. 0aUighur (Turkic people)zChinazXinjiang Uygur ZizhiquvBiography. 0aWomen journalistszChinazXinjiang Uygur ZizhiquvBiography. 0aJournalistszChinazXinjiang Uygur ZizhiquvBiography. 0aUighur (Turkic people)xCrimes againstzChinazXinjiang Uygur Zizhiqu. 0aUighur (Turkic people)zWashington (D.C.)vBiography. 0aWashington (D.C.)vBiography. 0aXinjiang Uygur Zizhiqu (China)vBiography. 7aBIOGRAPHY & AUTOBIOGRAPHY / Editors, Journalists, Publishers2bisacsh 7aJournalists.2fast0(OCoLC)fst00984188 7aUighur (Turkic people)2fast0(OCoLC)fst01160372 7aChinazXinjiang Uygur Zizhiqu.2fast0(OCoLC)fst01212006 7aUnited States.2fast0(OCoLC)fst01204155 7aTurkic peoplesvBiography.2sears 0aBiography. 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aAutobiographies.2lcgft aYBP Library ServicesbYANKn17996280 aBrodartbBRODn132678012 a92bPUL03701cam a22005178i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020003000176020001500206020003100221020001500252020002700267020003000294020002900324035002200353042000800375043001200383050002500395082003400420100002700454245012600481263000900607264005600616300002400672336002600696337002800722338002700750490004100777504005100818505028800869520164501157650006702802650004802869650005502917650007502972651004803047776003503095938004103130994001203171on1369998849OCoLC20230718213016.0t|230221s2023 enk b 001 0 eng  a 2023008377 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3B58622bnb7 a0210950052Uk a9781032526317q(hardback) a1032526319 a9781032526331q(paperback) a1032526335 z9781003407591q(ebook) z9781000921953qePub ebook z9781000921922qPDF ebook a(OCoLC)1369998849 apcc aa-cc-hk00aKNQ9323.6b.L39 202300a346.5125/082223/eng/202307171 aLaw, Sau Wei,eauthor.10aBanking and finance dispute resolution in Hong Kong :bthe suitability of arbitration in private disputes /cSau Wei Law. a2307 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a280 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPractical finance and banking guides aIncludes bibliographical references and index.0 aIntroduction -- Private banking in Hong Kong -- Arbitration and dispute resolution for banks in Hong Kong -- Unfolding the clients' perspective : knowledge versus experience -- The transformation of disputes -- case studies -- The self-corrective mechanism for dispute "elimination". a"This book examines the concept of 'Naming, Blaming, Claiming' in the application of arbitration for private banking dispute resolution. With dispute resolution proving to be a barrier for efficient operation of private banking, the author focuses on examining the Hong Kong context, blending theory and empirical evidence to provide readers with an understanding of how current disputes are resolved within the banking and finance industry, which will enable them to explore possible effective and efficient mechanisms to resolve their own financial disputes. The book offers a comprehensive review of the laws and regulations governing the private banking industry in Hong Kong and selected jurisdictions, as well as how they are implemented. It examines the clients' perceptions through an innovative methodology for empirical studies. Describing how clients react to the laws and regulations and the potential adverse impacts to the stability of the banking industry, the author identifies possible factors that could trigger another financial crisis. Synthesising his analysis, the author proposes newly discovered self-corrective mechanisms embedded among clients and concludes with policy recommendations. Directly relevant to banking practitioners, particularly legal and compliance departments, and senior management, the book is also written for legal professionals interested in the practices of dispute resolution in banking and finance. Additional readerships will include bank regulators, government officials and policy makers, researchers and those involved in courses in banking and financial law"--cProvided by publisher. 0aFinancial institutionsxLaw and legislationzChinazHong Kong. 0aDispute resolution (Law)zChinazHong Kong. 7aDispute resolution (Law)2fast0(OCoLC)fst00895372 7aFinancial institutionsxLaw and legislation.2fast0(OCoLC)fst00924669 7aChinazHong Kong.2fast0(OCoLC)fst0126079608iebook version :z9781000921953 aYBP Library ServicesbYANKn19543834 a92bPUL02205cam a22004338i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004400097015001900141016001800160020003000178020001500208020003100223020001500254020002700269035002200296042000800318050002100326082002500347100003300372245007200405263000900477264006800486300001400554336002600568337002800594338002700622520037900649504005101028505056601079600001101645600003701656650002501693938004101718994001201759on1370003041OCoLC20230718213016.0t|230708s2023 enk b 001 0 eng  a 2023028732 aLBSORbengerdacDLCdUKMGBdOCLCFdYDX aGBC3C00512bnb7 a0211189162Uk a9781108483087q(hardback) a1108483089 a9781108716369q(paperback) a1108716369 z9781108716369q(ebook) a(OCoLC)1370003041 apcc00aB395b.S326 202300a184223/eng/202307171 aSchofield, Malcolm,eauthor.10aHow Plato writes :bperspectives and problems /cMalcolm Schofield. a2310 1aCambridge ;aNew York, NY :bCambridge University Press,c2023. a320 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Plato is a philosophical writer of unusual and impressive versatility. His dialogues not only engage in argument but also abound in allegory, myth and paradox, with clearly characterised participants set against a particular historical context. This engrossing book shows how Plato's literary qualities are crucial to understanding his philosophy"--cProvided by publisher. aIncludes bibliographical references and index.0 aPlato in his time and place -- When and why did Plato write narrated dialogues? -- Against system: the historical Plato in the mid-Victorian era -- Callicles' return: Gorgias 509-22 reconsidered -- Likeness and likenesses in the Parmenides -- The elusiveness of Cratylus in the Cratylus -- The noble lie -- The cave -- Religion and philosophy in the laws -- The laws' two projects -- Plato, Xenophon, and the Laws of Lycurgus -- Injury, injustice, and the involuntary in the Laws -- Plato's marionette -- Paradoxes of childhood and play in Heraclitus and Plato.00aPlato.07aPlato.2fast0(OCoLC)fst00046610 0aPhilosophy, Ancient. aYBP Library ServicesbYANKn19539686 a92bPUL02371cam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002300094019001500117020003000132020001500162020003100177020001500208020002600223020002600249035004100275042000800316050002300324082002500347100003000372245006100402263000900463264008000472300001300552336002600565337002800591338002700619504005100646505038500697520048201082650001701564650001501581650002501596700003501621776016301656938004101819938004101860994001201901on1370485445OCoLC20230718213016.0230714s2023 enk b 001 0 eng  a 2023016390 aDLCbengerdacDLC a1370487835 a9781800503335q(hardback) a1800503334 a9781800503342q(paperback) a1800503342 z9781800503359q(ePDF) z9781800504097q(ePub) a(OCoLC)1370485445z(OCoLC)1370487835 apcc00aP121b.L38545 202300a410223/eng/202307171 aO'Grady, Gerard,eauthor.14aThe language dynamic /cGerard O'Grady and Tom Bartlett. a2311 1aSheffield, South Yorkshire ;aBristol, CT :bEquinox Publishing Ltd,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aRecursive processes from morpheme to ideology -- Embodiment -- A systemic and stratal account of language and society, as told by three t-shirts, a urinal and a karaoke machine -- Stratification, redundancy and the mechanism of change -- Prospection: the emergence of target states and common ground in speech -- Emergent creativity -- A socio-biosemiotic theory in bullet points. a"The Language Dynamic identifies a number of mechanisms that enable the meaning potential of language from the phoneme through grammar and discourse and onto ideological systems. This book, which underpins functional theories of language with concepts from biological and cultural evolution, social semiotics and systems theory, is relevant to all who are interested in how and why we can mean and what it means for us as humans to be semiotic agents"--cProvided by publisher. 0aLinguistics. 0aSemiotics. 0aMeaning (Philosophy)1 aBartlett, Tom,d1962-eauthor.08iOnline version:aO'Grady, Gerard.tLanguage dynamicdSheffield, South Yorkshire ; Bristol, CT : Equinox Publishing Ltd, 2023z9781800503359w(DLC) 2023016391 aYBP Library ServicesbYANKn19552918 aYBP Library ServicesbYANKn19552919 a92bPUL02467cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040004900094016001800143020003000161020002700191035002200218041001300240042000800253043002100261050002500282082000800307100003800315245007700353264003900430300004000469336002600509336003300535337002800568338002700596500005300623520053700676650006101213650006701274650004601341650004601387650005101433650005001484651003801534655005301572655004601625655003901671655004901710655002701759655003401786655003001820700003801850938003701888994001201925on1370609570OCoLC20230718213016.0221216s2023 fr a 6 000 0dfre  a 2023414421 aDLCbengerdacDLCdORUdUKMGBdOCLCFdAUXAM7 a0210510842Uk a9782413043676q(hardback) a2413043675q(hardback) a(OCoLC)13706095700 afreaeng apcc ae-fr---aa------00aPN6747.L94bH64 202314a7411 aLyfoung, Vicky,eauthor,eartist.10aHmong /cscénario et dessin, Vicky Lyfoung ; préface de Cyril Payen. 1aParis :bDelcourt/Encrages,c2023. a157 pages :billustrations ;c24 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"L'histoire vraie d'un peuple méconnu"--Cover. a"Hmong, c'est le nom d'un peuple le mien fille d'immigrés Hmong, je me suis longtemps posé de nombreuses questions sur mes origines mais pour savoir qui j'étais, il fallait avant tout que je sache d'où venaient mes parents et comment l'histoire avec un grand h les avait conduits jusqu'en France. De la chine au Laos en passant par la Thaïlande et l'occident. Découvrez dans ce livre le périple de ce peuple méconnu et l'histoire plus personnelle de mes parents qui ont vécu la guerre et la diaspora."--Back cover. 0aHmong (Asian people)xHistoryvComic books, strips, etc. 0aImmigrant familieszFrancexHistoryvComic books, strips, etc. 0aAsian diasporavComic books, strips, etc. 7aAsian diaspora.2fast0(OCoLC)fst01736225 7aHmong (Asian people)2fast0(OCoLC)fst00958436 7aImmigrant families.2fast0(OCoLC)fst01746411 7aFrance.2fast0(OCoLC)fst01204289 7aComics (Graphic works)2fast0(OCoLC)fst01921613 7aGraphic novels.2fast0(OCoLC)fst01726630 7aHistory.2fast0(OCoLC)fst01411628 7aNonfiction comics.2fast0(OCoLC)fst01921721 7aGraphic novels.2lcgft 7aComics (Graphic works)2lcgft 7aNonfiction comics.2lcgft1 aPayen, Cyril,ewriter of preface. aAMALIVREbAUXAnAAL08221560-0001 a92bPUL02353cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040005400094020003100148020002800179035002200207041001300229042001400242043001200256050002300268082001200291100003100303245005000334264002900384264001100413300007500424336002600499336003300525337002800558338002700586504005700613520098800670546003901658600003501697600006101732651006201793700003501855938004101890994001201931on1371247943OCoLC20230718213016.0230209t20232023ne aeh b 000 0 dut d a 2023437423 aERASAbengerdacDLCdQGJdOCLCFdJPGdQGKdERASA a9789462585454q(hardbound) a9462585458q(hardbound) a(OCoLC)13712479430 adutbeng alccopycat ae-ne---00aND653.V5bW45 202304a723-7241 aWeve, Wim,d1947-eauthor.10aVermeer en de Delftse topografie /cWim Weve. 1aZwolle :bWBOOKSc[2023] 4c©2023 a127 pages :billustrations (chiefly color), facsimiles, plans ;c28 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 121-124).8 a"Wim Weve bestudeerde 'Het Gezicht op Delft' en 'Het Straatje' van Johannes Vermeer met een bouwhistorisch oog en ontdekte nieuwe interessante aspecten. 'Het Gezicht op Delft' blijkt een accuraat gezicht op die stad te zijn. Vermeer heeft daarop geen gebouwen aangepast of verdraaid en heeft de brug tussen de stadspoorten correct afgebeeld. Het huist met de trapgevel op 'Het Straatje' moet een bestaand huis geweest zijn. Vaak veronderstelde bouwkundige 'fouten' blijken op bouwkundige gronden te verklaren. Rechts van de ingang moet het huis een binnenmuur hebben gehad die een zijkamer van het voorhuis afscheidde. Vanwege de plaats van die muur is het venster rechts iets smaller dan het venster links. Door de geopende deuropening laat Johannes Vermeer echter geen binnenmuur zien. Vermeer combineerde verschillende bouwkundige elementen op een bouwkundig onmogelijke wijze, waarschijnlijk als visueel tegenwicht van het huis met de trapgevel rechts."--cProvided by publisher. aText in Dutch; summary in English.10aVermeer, Johannes,d1632-1675.17aVermeer, Johannes,d1632-1675.2fast0(OCoLC)fst00030117 0aDelft (Netherlands)xBuildings, structures, etc.vIn art.1 aVermeer, Johannes,d1632-1675. aErasmus BoekhandelbERAAn0000428311 a92bPUL05197cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040006100094020003100155035002200186042001400208043001200222050002200234082000800256245012700264246005600391264006600447300006000513336002600573337002800599338002700627490005000654505210700704520132302811650004104134650003204175650004004207650003904247651003104286651004304317650004004360650005004400655003904450700002804489700003004517700003004547830005004577938003704627938003904664994001204703on1371285842OCoLC20230718213016.0230117s2023 fr ab b 000 0 fre d a 2023414427 aAUXAMbengerdacDLCdPAUdPULdOCLCFdIULdERASPdAUXAM a9791032004258q(paperback) a(OCoLC)1371285842 alccopycat ae-fr---00aHF3555b.C43 202314a90900aChaînes et maillons du commerce XVIe-XIXe siècle /csous la direction de Gilbert Buti, Anne Montenach, Olivier Raveux.3 aChaînes et maillons du commerce, 16e-19e siècle 1aAix-en-Provence :bPresses universitaires de Provence,c2023. a300 pages :billustrations (some color), maps ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCollection le temps de l'histoire,x1631-946X00tIntroduction /rGilbert Buti, Anne Montenach, et Olivier Raveux --tDes acteurs entre ombre et lumière --tEntre Levant et Ponant : d'une compagnie l'autre : les frères Joseph et Georges Audibert, négociants de Marseille au XVIIIe siècle /rGilbert Buti --tUne fin à tout ? Le capitanat bordelais face au spectre des invendus au XVIIIe siècle / Fré́déric Candelon Boudet --tFemmes et circulations marchandes à Marseille au XVIIIe siècle : un maillon sous-estimé du négoce /rRomain Facchini --tDans le secret des faillites : contrôle de l'information et anonymat dans les sociétés en participation du commerce intra-européen au début des années 1770 /rMarguerite Martin --tÊtre marchand d'esclaves dans l'Empire ottoman XVIe-XVIIe siècles /rHayri Gökşin Özkoray --tLes chaînes entre jeux d'échelles et jeux relationnels --tChaînes du commerce dans l'Atlantique hispanique, 750-1850 : circuits, acteurs et institutions /rArnaud Bartolomei --tLes chaînes maritimes des négociants "suisses" à Marseille : entre l'Europe septentrionale et la Méditerranée XVIIIe siècle /rLaurent Burrus --tLa préférence pour la négociation : oligopoles, concurrence et coordination entre marchands dans les appareils commerciaux régionaux. Lorraine, XVIIIe siècle /rJulien Villain --tLes réseaux marchands sous le regard de l'État : fiscalité et relations commerciales dans la France du XVIIIe siècle / Boris Deschanel --tDes produits comme maillons des chaînes de collecte et de distribution --tLa vente des biens de luxe des émigrés et condamnés, 1792-1795 : les aléas d'une chaîne de commerce inédite /rNatacha Coquery --tUne économie du déchet : le piquage d'once dans la soierie lyonnaise au XVIIIe siècle /rAnne Montenach --tLe commerce français du corail de Méditerranée vers l'Inde et la Chine aux XVIIe et XVIIIe siècles /rOlivier Raveux --tRivalités industrielles et contrôle du commerce des matières premières en Méditerranée : le soufre de Sicile /rXavier Daumalin. a"Avant la révolution des transports, l'apparition de nouveaux moyens de communication et la mise en place des premiers réseaux logistiques d'approvisionnement et de distribution des marchandises au cours du XIXe siècle, les chaînes de collecte, de circulation et de vente des matières premières et des produits manufacturés étaient d'une grande diversité, le plus souvent segmentées et composées d'une succession d'acteurs aux statuts et aux rôles variés. Selon les cas, elles se trouvaient caractérisées par une plasticité et une instabilité permanente ou, inversement, accrochées à des traditions et des pratiques validées par le temps, des cadres juridiques contraignants ou la force d'appartenances communautaires. Le but de cet ouvrage est de porter un éclairage sur ces chaînes et ces maillons du commerce des économies et des sociétés préindustrielles, afin d'approcher leurs natures, d'examiner leurs types de fonctionnement et de saisir leurs évolutions. Cerner, dans les échanges, ce qui se joue entre la production et la consommation, c'est essayer de comprendre comment le commerce s'organise avec ses besoins humains, matériels ou juridiques et ses objectifs économiques en termes d'achat, de transport et de vente de marchandises."--Back cover. 0aMarketing channelszFrancexHistory. 0aMerchantszFrancexHistory. 0aCommercial agentszFrancexHistory. 0aTrade regulationzFrancexHistory. 0aFrancexCommercexHistory. 0aMarseille (France)xCommercexHistory, 7aCommerce.2fast0(OCoLC)fst00869279 7aMarketing channels.2fast0(OCoLC)fst01010265 7aHistory.2fast0(OCoLC)fst014116281 aButi, Gilbert,eeditor.1 aMontenach, Anne,eeditor.1 aRaveux, Olivier,eeditor. 0aCollection Le temps de l'histoire,x1631-946X aAMALIVREbAUXAnAAL08228867-0001 aLibrarie ErasmusbERAPn0000099081 a92bPUL02837cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040006000094019001500154020003100169020002800200035004100228042001400269050002500283100003900308245003700347250002300384264004400407300007900451336002600530337002800556338002700584490003500611520131800646650003901964650003702003650002902040650005602069650004602125650005402171655003902225655003802264655001902302830003602321938003402357994001202391on1371294772OCoLC20230718213016.0230222s2023 sp af 000 f spa d a 2023417452 aRBNbengerdacDLCdCGUdGZMdBBHdOCLCFdCODdC3LdRBN a1372501128 a9788433901675q(paperback) a8433901672q(paperback) a(OCoLC)1371294772z(OCoLC)1372501128 alccopycat00aPQ6658.U35bS68 20231 aHuertas, Begoña,d1965-eauthor.13aEl sótano /cBegoña Huertas. aPrimera edición. 1aBarcelona :bEditorial Anagrama,c2023. a119 pages, 16 unnumbered leaves of plates :bcolor illustrations ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aNarrativas hispánicas ;v705 a"Instalada en el cansancio crónico, fruto de una inespecífica dolencia, la narradora de esta novela decide ingresar en una clínica de lujo eficazmente diseñada para restaurar cuerpos enfermos. Allí se rodea de un selecto grupo de pacientes que, como ella, se entregan a los tratamientos --algunos secretos y otros experimentales-- que les suministran en el sótano del edificio. Entre sus compañeros se encuentra Rubén, que actúa como maestro de ceremonias, y su mujer Dolores, con quien la protagonista entabla una amistad incierta. También la señora Goosens y su sobrino Adolfo, que parecen sanar y empeorar, respectivamente, a ritmos sospechosos. En común tienen una máxima: «Las miserias nos las callamos todos por dignidad.» Pero cuando la mejoría física de la protagonista no llega, cuando las dinámicas del grupo parecen obligar a sus integrantes a elegir entre soledad o tiranía, los recelos emergen. ¿Y si lo raro es precisamente estar sano? Si la identidad, acaso más enferma que el cuerpo, puede convertirse en un lastre, ¿sería preferible aceptar su disolución o tratar de oponer resistencia? Y, ante lo que parece el principio del fin, ¿vale la pena dedicar esfuerzos a escribir, en palabras de la narradora, «una novela de trama médica, sórdida y criminal»?"--Back cover. 0aChronic fatigue syndromevFiction. 0aMedicine, ExperimentalvFiction. 0aMedical ethicsvFiction. 7aChronic fatigue syndrome.2fast0(OCoLC)fst00860107 7aMedical ethics.2fast0(OCoLC)fst01014081 7aMedicine, Experimental.2fast0(OCoLC)fst01015244 7aFiction.2fast0(OCoLC)fst01423787 7aNovels.2fast0(OCoLC)fst01921742 7aNovels.2lcgft 0aNarrativas hispánicas ;v705. aCasalini LibribCASAn5428527 a92bPUL01218cam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020002900122020001500151024001800166035002200184042000800206043001200214050002300226072001300249100004200262245013800304264003300442300007200475336002600547337002800573338002700601504006900628610003300697650003700730700004700767938004200814994001200856on1371807178OCoLC20230718213016.0230325s2022 sz ab b 000 0 ger  a 2022487767 aDLCbengerdacDLCdOHX a9783034016674qhardbound a30340166703 a9783034016674 a(OCoLC)1371807178 apcc ae-sz---00aTF92.W95bE43 2022 7aTF2lcco1 aEichenberger, Thomas,d1959-eauthor.10aVom Gotthardzubringer zur S-Bahn :bdie Wynental- und Suhrentalbahn /cThomas Eichenberger ; unter Mitarbeit von Dieter Eichenberger. 1aZürich :bChronos,c[2022] a527 pages :billustrations (some color) maps (some color) ;c27 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and sources (pages 519-525).20aWynental- und Suhrentalbahn. 0aRailroadszSwitzerlandxHistory.1 aEichenberger, Dieter,d1955-econtributor. aOtto HarrassowitzbHARRnhar220005862 a92bPUL01849cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040005400094020003100148020001500179035002200194042000800216050002300224082001200247100003300259245010600292264005800398300005400456336002600510337002800536338002700564490003100591504004100622600002300663600004900686600005900735650002800794650003300822650003500855650005700890650006100947650005401008650004201062650004801104650003601152650003401188655006201222938003401284938003701318994001201355on1371869207OCoLC20230718213016.0221121s2022 it a b 000 0 fre  a 2023415170 aDLCbengerdacDLCdAUXAMdYUSdDEBBGdOCLCFdC3L a9788869763540q(paperback) a8869763544 a(OCoLC)1371869207 apcc00aT14.S552bT87 202214a1112141 aTurquety, Benoît,eauthor.10aPolitiques de la technicité :bcorps, monde et médias avec Gilbert Simondon /cBenoît Turquety. 1a[Sesto San Giovanni] :bÉditions Mimésis,c[2022] a285 pages :billustrations (some color) ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aImages, médiums ;vn. 33 aIncludes bibliographical references.10aSimondon, Gilbert.17aSimondon, Gilbert.2fast0(OCoLC)fst0025362117aSimondon, Gilbert,d1924-1989.0(DE-588)1247925102gnd 0aTechnologyxPhilosophy. 0aTechnology and civilization. 0aTechnology in motion pictures. 7aIndividuation (Philosophy)2fast0(OCoLC)fst00970369 7aTechnology in motion pictures.2fast0(OCoLC)fst01145293 7aTechnologyxPhilosophy.2fast0(OCoLC)fst0114517107aLeiblichkeit.0(DE-588)4114388-72gnd07aTechnikphilosophie.0(DE-588)4126976-72gnd07aMedien.0(DE-588)4169187-82gnd07aFilm.0(DE-588)4017102-42gnd 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 aCasalini LibribCASAn5361630 aAMALIVREbAUXAnAAL08197306-0001 a92bPUL02460cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003100119020001500150025002500165035002200190037005300212042002100265050002200286082001500308100002700323240002100350245034900371264017500720300002800895336002600923337002800949338002700977490011301004500001001117500015901127520009401286546001701380600002501397600005201422600007001474655003701544700003701581700003401618700004201652700008301694710005501777830007101832938005101903994001201954on1372630561OCoLC20230718213016.0230216s2022 ii 000 d sanod a 2023338524 aDKAGEbengerdacDLC a9789380171678q(paperback) a9380171676 aI-San-2023338524; 11 a(OCoLC)1372630561 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aPK3796b.V55 202204a891.222230 aKālidāsa,eauthor.10aVikramorvaśī10aVikramorvaśīyaṃ nāma nāṭakam :bRatnadīpikāparākhyayā Mr̥tyuñjayabhūpālīyayā vyākhyayā saṃvalitam /cMahākavikālidāsaviravitam ; pradhānasampādakaḥ, Ācārya Ke Nīlakaṇṭham ; sampādakau pariyojanā-anusandhātārau ca, Ḍā Vi Subrahmaṇyam, Ḍā Jośī Santoṣakumāraḥ. 1aHaidarābāda :bSaṃskr̥ta Akāḍamī (Kendrīyasaṃskr̥taviśvavidyālayena mānita Ādarśaśodhasaṃsthā), Usmāniāviśvavidyālayaḥ,c2022. axi, 239 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aSaṃskr̥ta-Akāḍamī-ṣaṣṭhyabdagranthamālā =aSanskrit Academy shashtyabda granthamala ;v12 aPlay. a"Kendrīyasaṃskr̥taviśvavidyālayasya aṣṭādaśīpariyojanāyāḥ durlabhagranthapunarmudraṇapariyojanāntargatatvena prakāśyate." aPlay based on the story of the love of King Purūravā and the devine nymph Urvaśī. aIn Sanskrit.00aPurūravāvDrama.00aUrvashic(Hindu mythological character)vDrama.07aUrvashic(Hindu mythological character)2fast0(OCoLC)fst01163090 7aDrama.2fast0(OCoLC)fst014238791 aNīlakaṇṭham, Ke.,eeditor.1 aSubrahmaṇyam, Vi.,eeditor.1 aSantoṣakumāra, Joṣī,eeditor.02aMr̥tyuñjayaniśśaṅkabhūpala,dactive 18th century.tRatnadīpikā.2 aOsmania University.bSanskrit Academy,epublisher. 0aSaṃskr̥ta Akāḍamī ṣaṣṭhayabdagranthamālā =v12. aD. K. Agencies (P) Ltd.bDKAPnDKSAN-13336-PBK a92bPUL01951cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155041001300177042000800190043001200198050002400210245013300234264004200367300004600409336002600455337002800481338002700509500032900536500002000865546003500885504002000920650005000940650004800990650003901038650005001077650003501127650005201162650004801214650004001262651004701302655005101349700004001400700004101440994001201481on1372850757OCoLC20230718213016.0230412s2022 hu a c 001 0 hun  a 2023449595 aDLCbengerdacDLCdZCU a9789634561293 a9634561292 a(OCoLC)13728507570 aengahun apcc ae-hu---00aNA2310.H9bP44 202200aTowards a new normal :ba book about design by research and research by design /ceditors Gabriella Medvegy, Donát Rétfalvi. 1a[Budapest] :bBalassi Kiadó,c2022. a192 pages :bcolor illustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"The publication contains projects edited from the exhibition 'Towards a New Normal', organized by the Institute of Architecture of the Faculty of Engineering and Informatics of the University of Pécs and Marcel Breuer Doctoral School Wuhan Design Day 2021 & The Sixth Wuhan Design Biennale 1-12 November 2021."--Colophon. aIncludes index. aText in English and Hungarian. aIncludes index. 0aArchitecturexResearchzHungaryvExhibitions. 0aArchitectural designzHungaryvExhibitions. 0aArchitectural designvExhibitions. 0aArchitecturexDesigns and plansvExhibitions. 0aDesignxResearchvExhibitions. 7aArchitectural design.2fast0(OCoLC)fst00813184 7aDesignxResearch.2fast0(OCoLC)fst00891290 7aStudents.2fast0(OCoLC)fst01136041 7aHungaryzPécs.2fast0(OCoLC)fst01207558 7aExhibition catalogs.2fast0(OCoLC)fst014240281 aMedvegy, Gabriella,d1979-eeditor.1 aRétfalvi, Donát,d1976-eeditor. a92bPUL03183cam a22005058i 4500001001300000003000600013005001700019008004100036010001700077040002700094020002700121020001500148020003100163020001500194020002700209035002200236042000800258043002100266050002400287082003000311100003800341245013500379263000900514264006200523300001300585336002600598337002800624338002700652504005100679505027500730520110501005650003002110650004002140651003102180651003502211651004402246651004402290700004402334700003802378700002402416776015502440938004102595938002902636994001202665on1373012470OCoLC20230718213016.0230411s2024 cau b 001 0 eng  a 2023017223 aCSt/DLCbengerdacDLC a9781503637313q(cloth) a150363731X a9781503637801q(paperback) a1503637808 z9781503637818q(ebook) a(OCoLC)1373012470 apcc aa-ir---an-us---00aHF1586.4b.B36 202400a327.1/17223/eng/202307171 aBajoghli, Narges,d1982-eauthor.10aHow sanctions work :bIran and the impact of economic warfare /cNarges Bajoghli, Vali Nasr, Djavad Salehi-Isfahani, and Ali Vaez. a2402 1aStanford, California :bStanford University Press,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aIntroduction : the invisible war -- When society is sanctioned -- When politics is sanctioned -- When Iran was sanctioned -- When an economy is sanctioned -- What sanctions cost the United States -- What sanctions cost Iran-and the world -- Conclusion : permanent siege. a"Sanctions have enormous consequences. Especially when imposed by a country with the economic influence of the United States, sanctions induce clear shockwaves in both the economy and political culture of the targeted state, and in the everyday lives of citizens. But do economic sanctions induce the behavioral changes intended? Do sanctions work in the way they should ? To answer these questions, the authors of How Sanctions Work highlight Iran, the most sanctioned country in the world. Comprehensive sanctions are meant to induce uprisings or pressures to change the behavior of the ruling establishment, or to weaken its hold on power. But, after four decades, the case of Iran shows the opposite to be true: sanctions strengthened the Iranian state, impoverished its population, increased state repression, and escalated Iran's military posture toward the U.S. and its allies in the region. Instead of offering an 'alternative to war,' sanctions have become a cause of war. Consequently, this book reveals how necessary it is to understand how sanctions really work"--cProvided by publisher. 0aEconomic sanctionszIran. 0aEconomic sanctions, AmericanzIran. 0aIranxEconomic conditions. 0aIranxPolitics and government. 0aUnited StatesxForeign relationszIran. 0aIranxForeign relationszUnited States.1 aNasr, Seyyed Vali Reza,d1960-eauthor.1 aSalehi-Isfahani, Djavad,eauthor.1 aVaez, Ali,eauthor.08iOnline version:aBajoghli, Narges, 1982-tHow sanctions workdStanford, California : Stanford University Press, 2024z9781503637818w(DLC) 2023017224 aYBP Library ServicesbYANKn19588796 aBrodartbBRODn134138023 a92bPUL01060cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002800094016002300122020002900145020001500174024001800189035002200207042000800229043001200237050002500249072001300274245008700287246004200374250001900416264004500435300006600480336002600546337002800572338002700600651004100627938004200668994001200710on1373380170OCoLC20230718213016.0230408s2022 au a 000 0 ger  a 2022487308 aDLCbengerdacDLCdOHX7 a12561111712DE-101 a9783990162385qhardbound a39901623813 a9783990162385 a(OCoLC)1373380170 apcc ae-au---00aDB879.M325bA25 2022 7aDB2lcco00a800 Jahre Markt St. Martin :b1222-2022 /cHerausgeber: Gemeinde Markt St. Martin.31aAcht hundert Jahre Markt Sankt Martin aErste Auflage. 1aOberwart :bEdition Lex Liszt 12,c2022. a350 pages :bcolor illustrations ;c26 cm +e1 folded poster. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aMarkt St. Martin (Austria)xHistory. aOtto HarrassowitzbHARRnhar220148931 a92bPUL01265cam a2200397 i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004400097015001900141016001800160020002900178020002600207020003000233035002200263042001400285050002100299082001400320100007000334245005800404264006000462300002700522336002600549337002800575338002700603504004100630650002000671650001400691650004000705650004600745776003500791938002900826994001200855on1373398126OCoLC20230718213016.0t|220429s2023 enk b 000 0 eng d a 2022937876 aUKMGBbengerdacDLCdXFFdOCLCFdUKMGB aGBC3549362bnb7 a0209905232Uk a9781789049350qpaperback a1789049350qpaperback z9781789049367qePub ebook a(OCoLC)1373398126 alccopycat00aHT609b.N56 202304a305.52231 aNineham, Chris,eauthor.1https://isni.org/isni/0000000357225588.10aRadical chains :bwhy class matters /cChris Nineham. 1aWinchester, UK ;aWashington, USA :bZer0 Books,c2023. aix, 197 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aSocial classes. 0aEquality. 7aEquality.2fast0(OCoLC)fst00914456 7aSocial classes.2fast0(OCoLC)fst0112234608iebook version :z9781789049367 aBrodartbBRODn133197530 a92bPUL03346cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040003000094020003700124020001500161020002700176035002200203042000800225050002300233082002900256084003400285100003700319245010000356263000900456264003800465300001300503336002600516337002800542338002700570520037400597520151300971650004802484650004302532650002902575650006702604650004102671776013002712938002902842938004102871994001202912on1373607383OCoLC20230718213016.0230714s2023 miu 000 0 eng  a 2023026110 aNcWfSB/DLCbengerdacDLC a9780310367413q(trade paperback) a0310367417 z9780310367420q(ebook) a(OCoLC)1373607383 apcc00aBV4909b.V365 202300a248.8/6223/eng/20230717 aREL012030aPSY0360002bisacsh1 aVanRuler, Jason,d1980-eauthor.10aGet past your past :bhow facing your broken places leads to true connection /cJason VanRuler. a2310 1aGrand Rapids :bZondervan,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"In Get Past Your Past, licensed therapist and popular online content creator Jason VanRuler offers understanding, empathy, grace, and a hand to hold as he shares from his own places of brokenness and his learnings as a therapist to help readers embark upon their own journeys toward healing from the hardships, pitfalls, and missteps of life"--cProvided by publisher. a"Your brokenness is not the end of the story. It's time to heal. Any of us can get stuck in our struggle. Jesus came to set us free and give us life--abundant life--but while we believe it for everyone else, it's hard to accept his forgiveness and grace for ourselves. We continue in our old ways, living as one with no hope because we're afraid of failing if we try to get better. But what if brokenness--the array of behaviors and symptoms that show us that all is not as it should be with us--isn't all there is? What if we can change?As a licensed therapist and a man who's dealt with his own problems--including childhood trauma, alcohol abuse, drug use, and bouts of depression--Jason VanRuler understands what you're going through. In Get Past Your Past, he offers empathy, grace, and a hand to hold as he shares from his own places of brokenness and his professional knowledge to help you: overcome the lie that you're the only one who struggles with brokenness, look your brokenness square in the face and take small, doable steps to overcome it, find the courage to be vulnerable about your story--all of it--and embrace the freedom that comes from sharing it,learn to love and be loved in your most cherished relationships, cultivate authentic connection with those around you and with God. The life you dream of isn't that far away. But you can't stay where you are. It's time to embark on your journey toward healing. Let Get Past Your Past be your guide along the way"--cProvided by publisher. 0aSufferingxReligious aspectsxChristianity. 0aPainxReligious aspectsxChristianity. 0aAddictsxReligious life. 7aRELIGION / Christian Living / Family & Relationships.2bisacsh 7aPSYCHOLOGY / Mental Health.2bisacsh08iOnline version:aVanRuler, Jason, 1980-tGet past your pastdGrand Rapids : Zondervan, 2023z9780310367420w(DLC) 2023026111 aBrodartbBRODn134359739 aYBP Library ServicesbYANKn19599358 a92bPUL03285cam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040003000094020003100124020001500155035002200170042000800192050002100200082002500221084003400246100003800280245010000318263000900418264003800427300001300465336002600478337002800504338002700532500002000559520041300579520162900992650002002621650002802641650001702669650005902686650004802745938002902793938004102822994001202863on1373609036OCoLC20230718213016.0230714s2023 miu 001 0 eng  a 2023026112 aNcWfSB/DLCbengerdacDLC a9780310155874q(paperback) a0310155878 a(OCoLC)1373609036 apcc00aBR148b.D53 202300a270223/eng/20230717 aREL110000aREL0150002bisacsh1 aDickson, John P.,d1967-eauthor.10aBullies and saints :ban honest look at the good and evil of Christian history /cJohn Dickson. a2312 1aGrand Rapids :bZondervan,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. a"John Dickson gives an honest account of the mixed history of Christianity, the evil and the good. He concedes the Christians' complicity for centuries of bullying but also shows the myriad ways the beautiful teaching of Christ has enriched our world and the lives of countless individuals. Now in softcover, this new edition provides a new chapter on the conversion of the Vikings"--cProvided by publisher. a"Is the world better off without Christianity? Combining narrative with keen critique of contemporary debates, author and historian John Dickson gives an honest account of 2,000 years of Christian history that helps us understand what Christianity is and what it's meant to be. To say that the Christian Church has an "image problem" doesn't quite capture it. From the Crusades and the Inquisition to the racism and abuse present in today's Church--both in Catholic and Protestant traditions--the institution that Christ established on earth has a lot to answer for. But the Church has also had moments throughout history when it has been in tune with Jesus' teachings--from the rise of charity to the invention of hospitals. For defenders of the faith, it's important to be able to recognize the good and bad in the church's history and be inspired to live aligned with Christ. For skeptics, this book is a thought-provoking introduction to the idea that Christianity is, despite all, an essential foundation of our civilization. Now in softcover, this new edition provides a new chapter on the conversion of the Vikings. Bullies and Saints will take you on a big-picture journey from the Sermon on the Mount to the modern church: giving contextual accounts of infamous chapters of Christian history, such as the Crusades, and acknowledging their darkness, outlining the great movements of the faith and defending its heroes and saints, some of whom are not commonly recognized, examining the Church beside the teachings and life of Jesus and how it has succeeded in its mission to imitate Christ"--cProvided by publisher. 0aChurch history. 0aGood and evilxHistory. 0aApologetics. 7aRELIGION / Christianity / Saints & Sainthood.2bisacsh 7aRELIGION / Christianity / History.2bisacsh aBrodartbBRODn134359283 aYBP Library ServicesbYANKn19599345 a92bPUL02202cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040004000094066000700134020001800141035002200159042001400181050002700195082001600222100004400238245004600282250002200328264006600350300002300416336002600439337002800465338002700493490002700520650002600547650003000573650004700603650004300650655006000693655003900753655004000792655004100832655002100873830001100894880004000905880004000945880001900985880005901004880002701063880061801090994001201708on1374129799OCoLC20230718213016.0230609s2023 ko 000 1 kor d a 2023434207 aBRGbengerdacDLCdOCLCFdEYMdBRG c$1 a9791168127012 a(OCoLC)1374129799 alccopycat00aPL994.43.P96bP37 202304a895.7372231 6880-01aKu, Pyŏng-mo,d1976-eauthor.106880-02aP'aswae /cKu Pyŏng-mo chiŭm. 6880-03aCh'op'an. 16880-04aSŏul T'ŭkpyŏl-si :bWijŭdŏm Hausŭ,c2023. a95 pages ;c18 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aWip'ik = Wefic 0aYoung womenvFiction. 0aMurder for hirevFiction. 7aMurder for hire.2fast0(OCoLC)fst01029802 7aYoung women.2fast0(OCoLC)fst01183301 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aFiction.2fast0(OCoLC)fst01423787 7aNovellas.2fast0(OCoLC)fst01921741 7aAction and adventure fiction.2lcgft 7aNovellas.2lcgft 0aWefic.1 6100-01a구 병모,d1976-eauthor.106245-02a파쇄 /c구병모 지음. 6250-03a초판 16264-04a서울 특별시 :b위즈덤하우스,c2023.1 6490-05a위픽 = Wefic 6520-00aSummary in Korean: " 위즈덤하우스에서 새롭게 선보이는 단편소설 시리즈 '위픽(WEFIC)'이 세상을 향해 그 첫발을 내딛는다. 첫 번째 주인공은 구병모 작가다. "파쇄"는 그녀의 대표작 "파과"의 외전으로, '조각'이라는 인물이 어떻게 킬러가 되었는지 그 시작을 그린 소설이다. 혹독한 훈련을 통해 타인을 부숴버리는 방법을 터득함으로써 결국 자신의 삶도 산산조각 나기를 선택한 조각의 탄생기가 구병모 작가의 압도적인 문장으로 생생히 되살아난다." --cYes24.com. a92bPUL01736cam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002400117020001500141020002600156020002700182035002200209042000800231050002400239082003000263100003900293245011300332263000900445264005400454300001400508336002600522337002800548338002700576490004400603504005100647520015200698600003000850600004200880650004700922650004300969650001701012700003601029776014301065938004101208938002901249994001201278on1374242156OCoLC20230718213016.0230510s2023 nyu b 001 0 eng  a 2023022793 aDLCbengerdacDLC a9781350362314q(hb) a135036231X z9781350362321q(epdf) z9781350362338q(ebook) a(OCoLC)1374242156 apcc00aB4259.S54bS56 202300a284.1092223/eng/202307171 aShestov, Lev,d1866-1938,eauthor.10aBy faith alone :bthe medieval church and Martin Luther /cLev Shestov ; translated by Stephen P. Van Trees. a2310 1aLondon ;aNew York :bBloomsbury Academic,c2023. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aExplorations in philosophy and theology aIncludes bibliographical references and index. a"First English-language translation of Lev Shestov's early writings on faith, ancient philosophy and biblical revelation"--cProvided by publisher.10aShestov, Lev,d1866-1938.10aLuther, Martin,d1483-1546xTheology. 0aFaithxHistory of doctrinesy16th century. 0aChurch historyyMiddle Ages, 600-1500. 0aManichaeism.1 aTrees, Stephen P. Van,eeditor.08iOnline version:aShestov, Lev, 1866-1938.tBy faith alonedLondon ; New York : Bloomsbury Academic, 2023z9781350362321w(DLC) 2023022794 aYBP Library ServicesbYANKn19656036 aBrodartbBRODn134498607 a92bPUL02641cam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002600193082003100219100003400250245018200284263000900466264003700475300001300512336002600525336003300551337002800584338002700612500008900639520059000728520050001318655003401818655004101852655002401893655002701917700003901944700003101983700003002014700002702044700003002071938004102101938002902142994001202171on1374243642OCoLC20230718213016.0230626s2023 cau 6 000 1 eng  a 2023025636 aDLCbengerdacDLC a9781779520623q(hardcover) a177952062X a(OCoLC)1374243642 apcc00aPN6728.G377bR53 202300a741.5/973223/eng/202307101 aRidley, John,d1965-eauthor.10aGCPD :bthe blue wall /cJohn Ridley, writer ; Stefano Raffaele, artist ; Brad Anderson, colorist ; Ariana Maher, Josh Reed, letterers ; Reiko Murakami, collection cover artist. a2309 1aBurbank, CA :bDC Comics,c2023. apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Originally published in single magazine form in GCPD: The Blue Wall 1-6."--Indicia. a"No one said protecting a city like Gotham would be easy. Still relatively early in her tenure as GCPD commissioner, Renee Montoya sets out to rebuild her department and restore public faith in the historically troubled PD during some of the worst conditions it's ever seen. But Renee can't do it alone-in order for her plan to work, everyone from the topmost officials all the way down to the most fresh-faced new officers must contend with the harsh realities of being a symbol of law and order in a city of super-powered saviors and superhuman lawlessness"--cProvided by publisher.4 a"This comic contains themes of a sensitive nature dealing with bigotry, abuse, addiction, and mental illness. It also includes language of a racially offensive nature and may not be suitable for all age groups. Its inclusion is an intentional creative choice intended to highlight the fact that language of this type was frequently deployed in past decades and remains in use today, even as contexts evolve. Readers for whom such language is triggering or hurtful should be advised."--cIndicia. 7aComics (Graphic works)2lcgft 7aDetective and mystery comics.2lcgft 7aNoir comics.2lcgft 7aGraphic novels.2lcgft1 aRaffaele, Stefano,d1970-eartist.1 aAnderson, Brad,ecolorist.1 aMaher, Ariana,eletterer.1 aReed, Josh,eletterer.1 aMurakami, Reiko,eartist. aYBP Library ServicesbYANKn19653682 aBrodartbBRODn134394933 a92bPUL03058cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004900094020003100143020001500174035002200189042001400211043001200225050002400237082001000261100003500271245017500306264005400481300008600535336002600621336003300647337002800680338002700708504005100735520147500786610004102261650004002302650004402342651004302386655003902429700004302468700004002511710003202551938004102583994001202624on1374565657OCoLC20230718213016.0211201s2021 ne aceh b 001 0 dut d a 2023437416 aERASAbengerdacDLCdJPGdQGJdOCLCFdERASA a9789082215649q(hardbound) a9082215640 a(OCoLC)1374565657 alccopycat ae-ne---00aNA1153.A62bA4 202104a724.61 aBaanders, Rudolf-Jan,eauthor.10aArchitectenbureau Baanders :bvan jugendstil naar modernisme /csamenstelling en tekst, Rudolf-Jan Baanders en Antoinette Baanders-Buisman ; redactie, Michiel Kruidenier. 1aNijmegen :bUitgeverij De Onderste Steen,c[2021] a287 pages :billustrations (chiefly color), facsimiles, plans, portraits ;c23 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.8 aHonderd jaar lang bouwde de architectenfamilie Baanders geschiedenis, een geschiedenis die begint aan het eind van de negentiende eeuw, wanneer Hermanus Baanders vanuit Zutphen naar Amsterdam verhuist. De hoofdstad is op dat moment volop in ontwikkeling. Hermanus profiteert hiervan en ontwerpt winkels, kantoren en woningen. Zijn zoons Herman en Jan zetten het werk van hun vader voort. Het architectenbureau groeit uit tot één van de grootste van het land, met projecten als Het Amsterdams Lyceum, het Vondelpark, Tuindorp Heijplaat en tal van landhuizen en villa's in Laren en Bloemendaal. Aankomende architecten leren het vak bij bureau Baanders, zoals Michel de Klerk, Jan Boterenbrood en Arthur Staal. In hun vrije tijd houden Herman, Jan en zus Tine, die grafisch vormgeefster is, zich bezig met reizen, zeilen en sportwagens. Ze verkeren in kunstzinnige kringen en hebben nauw contact met kunstenaars als Else Berg, Lizzy Ansingh, Hildo Krop en Chris Lebeau. Na de Tweede Wereldoorlog neemt zoon Jan jr. het stokje over. Samen met de compagnons Frenken, Wilgers en Verhey slaat hij een nieuwe weg in; het bureau wordt onder andere toonaangevend in de bouw van zwembaden. Dit boek vertelt het verhaal van drie generaties Baanders, samengesteld door (achter)kleinzoon Rudolf-Jan Baanders. Het is een boek over architectuur, cultuur en vrije tijd, gelardeerd met veel foto's en anekdotes; een mooie familiekroniek, die de tijdsgeest op pakkende wijze weergeeft.20aArchitectenbureau BaandersxHistory. 0aArchitecturezNetherlandsxHistory. 7aArchitecture.2fast0(OCoLC)fst00813346 7aNetherlands.2fast0(OCoLC)fst01204034 7aHistory.2fast0(OCoLC)fst014116281 aBaanders-Buisman, Antoinette,eauthor.1 aKruidenier, M.q(Michiel),eeditor.2 aArchitectenbureau Baanders. aErasmus BoekhandelbERAAn0000432784 a92bPUL03801cam a22005178i 4500001001300000003000600013005001700019007000300036008004100039010001700080040003500097015001900132016001800151019001500169020003000184020001500214020003100229020001500260020002700275020003000302020002900332035004100361042000800402050002100410082002900431245013100460263000900591264003800600300005900638336002600697337002800723338002700751490004800778504005100826505079000877520122601667650004802893655001902941700002802960700003002988776014203018938004103160938002903201938004103230994001203271on1374815414OCoLC20230718213016.0t|230626s2023 nyu b 001 0 eng  a 2023018960 aDLCbengerdacDLCdUKMGBdYDX aGBC3D12592bnb7 a0211383892Uk a1374818616 a9781032292847q(hardback) a1032292849 a9781032292823q(paperback) a1032292822 z9781003300847q(ebook) z9781000961621qePub ebook z9781000961577qPDF ebook a(OCoLC)1374815414z(OCoLC)1374818616 apcc00aP129b.C589 202300a410.007223/eng/2023071700aConducting genre-based research in applied linguistics :ba methodological guide /cedited by Matt Kessler and Charlene Polio. a2310 1aNew York, NY :bRoutledge,c2023. a240 pages :billustrations (black and white) ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSecond language acquisition research series aIncludes bibliographical references and index.0 aIntroduction / Matt Kessler and Charlene Polio -- Research methods. Case studies / Raffaella Negretti and Baraa Khuder -- Ethnographic research / Christine M. Tardy -- Analyses, tools, and topics. Metadiscourse / Ken Hyland -- Rhetorical move-step analysis / J. Elliott Casal and Matt Kessler -- Lexical bundles and phrase frames / Viviana Cortes -- Multidimensional analysis / Larissa Goulart and Shelley Staples -- Complexity, accuracy, and fluency (CALF) measures / Charlene Polio and Hyung-Jo Yoon -- Multimodal analysis / Larissa D'Angelo and Francesca Marino -- Focus on the learner and learning. Multilingualism and multicompetence / Bruna Sommer-Farias -- Systemic functional linguistics and the (expanded) teaching and learning cycle / Kathryn Accurso and Jennifer Walsh Marr. a"This collection is a comprehensive resource on conducting research in applied linguistics involving written genres, distinctive in its coverage of a multiplicity of interdisciplinary perspectives. The volume explores the central approaches, methodologies, analyses, and tools used in conducting genre-based research, extending the traditional focus on a single framework for defining genres by explicating the major approaches that have been invoked in applied linguistics. Chapters address a mix of commonly used methodologies (e.g., case studies, ethnographic approaches), types of analyses (e.g., metadiscourse, rhetorical move-step analysis, multidimensional analysis, lexical bundles and phrase frames, CALF measures, multimodal analysis), along with studies that focus on other areas of second language (L2) teaching and learning (e.g., multilingualism, and the Teaching and Learning Cycle). Taken together, the volume provides a theoretically and methodologically diverse introduction to foundational topics in genre-related research, supported by detailed discussions of the challenges and practical considerations to take into account when conducting research involving written genres"--cProvided by publisher. 0aApplied linguisticsxResearchxMethodology. 7aEssays.2lcgft1 aKessler, Matt,eeditor.1 aPolio, Charlene,eeditor.08iOnline version:tConducting genre-based research in applied linguisticsdNew York, NY : Routledge, 2023z9781003300847w(DLC) 2023018961 aYBP Library ServicesbYANKn19661966 aBrodartbBRODn134460006 aYBP Library ServicesbYANKn19661965 a92bPUL03419cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020001500154020002700169035002200196042000800218043001200226050002600238082003200264100003800296245010600334263000900440264005500449300001300504336002600517337002800543338002700571520167900598504004102277505040802318600002902726650004002755650004302795650005102838650002602889938004102915938002902956994001202985on1374817687OCoLC20230718213016.0230713s2023 oru b 000 0aeng  a 2023030060 aDLCbengerdacDLC a9780870712579q(trade paperback) a0870712578 z9780870712586q(ebook) a(OCoLC)1374817687 apcc an-us---00aPS3553.A717bZ46 202300a813/.54aB223/eng/202307171 aCarlisle, Andrea,d1944-eauthor.10aThere was an old woman :breflections on these strange, surprising, shining years /cAndrea Carlisle. a2309 1aCorvallis :bOregon State University Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Andrea Carlisle isn't struggling with her new identity as the Old Woman in the ways society seems to think she should. In fact, she is finding her later years to be an extraordinary and interesting time. In trying to understand the discrepancy, she interrogates the sources of negativity in literature, art, and received wisdom that often lead women to dread this transformative time of life. Given the cultural pervasiveness of ill will toward older women, it is small wonder that growing older is not seen as a natural, even desirable, process. Although some elements of aging are hard to reckon with, there is much to make use of and delight in, along with mysteries, surprises, and revelations. In these personal essays, Carlisle looks for new ways to bring herself more fully to this time of life, such as daily walks with other women and connecting to the natural world that surrounds her houseboat on an Oregon river at the foot of a forest. She writes about experiences shared with many, if not most, older women: wondering at her body's transformation, discovering new talents, caregiving, facing loss, tuning in to life patterns and drawing strength through understanding them, letting go (or not) of pieces of the past, and facing other changes large and small. Those curious about, approaching, or living in old age will find wisdom and insight in her unique perspective. In a voice that rings with clarity, humor, and humility, Carlisle shows us that old age is not another country where we can expect to find the Old Woman grimly waiting, but is instead an expansion of the borders in the country we're most familiar with: ourselves"--cProvided by publisher. aIncludes bibliographical references.0 aPreface: A wide view from a far shore -- Old is a long walk -- The second coming of age -- Poultice -- Living in the family museum -- Hair : the thick and thin of it -- Where are we now? -- There was an old woman -- The inside of old -- The old woman in time -- The queen and I -- Look at me -- Winter's tales -- The ages of grief -- Weathering -- Before your eyes -- When we were two -- Between worlds.10aCarlisle, Andrea,d1944- 0aWomen authors, AmericanvBiography. 0aOlder womenzUnited StatesvBiography. 0aOlder womenzUnited StatesxSocial conditions. 0aAgingzUnited States. aYBP Library ServicesbYANKn19661879 aBrodartbBRODn134408373 a92bPUL01746cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004900094020003000143020002700173035002200200041001300222042001400235050002100249082000800270245010000278264007500378300005600453336002600509336003300535337002800568338002700596500011700623504004100740546003300781650003000814650004600844650004300890650005900933655005100992700003301043700004001076700003801116710006301154938003701217938003401254994001201288on1375007991OCoLC20230718213016.0230215s2023 fr a bc 000 0 fre d a 2023407311 aAUXAMbengerdacDLCdJPGdC3LdOCLCFdAUXAM a9782490862306q(hardback) a2490862308q(hardback) a(OCoLC)13750079910 afreaeng alccopycat00aN6350b.A93 202314a70400aAu-delà /csous la direction de Agnes Gryczkowska, Guillaume Houzé, Rebecca Lamarche-Vadel. 1aParis :bLafayette Anticipations-Fondation Galeries Lafayette,c[2023] a204 pages :billustrations (chiefly color) ;c22 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCatalog of an exhibition held at Lafayette Anticipations, Fondation Galeries Lafayette, February 15-May 7, 2023. aIncludes bibliographical references. aTexts in French and English. 0aArt, ModernvExhibitions. 0aRites and ceremonies in artvExhibitions. 7aArt, Modern.2fast0(OCoLC)fst00816615 7aRites and ceremonies in art.2fast0(OCoLC)fst01098230 7aExhibition catalogs.2fast0(OCoLC)fst014240281 aGryczkowska, Agnes,eeditor.1 aHouzé, Guillaume,d1981-eeditor.1 aLamarche-Vadel, Rebecca,eeditor.2 aLafayette Anticipations (Organization),ehost institution. aAMALIVREbAUXAnAAL08237205-0001 aCasalini LibribCASAn5424308 a92bPUL03651cam a22006738i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040004200128015001900170016001800189020002700207020001500234020003000249020003100279020003600310020003300346020004300379020004000422020001500462024003100477035002200508037003600530042000800566043001200574050001700586072002500603072002500628072002500653072001600678082003300694100003300727245011800760263000900878264005600887300002200943336002600965337002600991338003601017504005101053520109301104588010302197610004602300650004702346650003802393650003702431650003502468651006002503651006002563650004602623650005102669651003802720776016602758938004102924994001202965on1375265605OCoLC20230718213016.0m o d cr |||||||||||230712s2023 enk ob 001 0 eng  a 2023026612 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3217622bnb7 a0209415912Uk a9781003275404q(ebook) a1003275400 z9781032222707q(hardback) z9781032230467q(paperback) a9781000859409q(electronic bk.) a1000859401q(electronic bk.) a9781000859485q(electronic bk. : EPUB) a1000859487q(electronic bk. : EPUB) z10322304607 a10.4324/97810032754042doi a(OCoLC)1375265605 a9781003275404bTaylor & Francis apcc af------00aJQ1873.5.C58 7aPOLx0110102bisacsh 7aPOLx0530002bisacsh 7aPOLx0000002bisacsh 7aRGL2bicssc00a327.1/72094223/eng/202307171 aAhmad Khan, Saleem,eauthor.10aUnited Nations peace operations in Africa :bcivil-military coordination and state-building /cSaleem Ahmad Khan. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book provides a comprehensive overview of the United Nations peace operations in Africa with a focus on civil-military coordination and state-building. With case studies from Sudan, South Sudan, and Congo, it examines themes like the colonization of Africa and long-term conflicts; United Nations peace operations in Africa from 1956-1964; and United Nations' return to Africa in the 1990s and 2000s. The author investigates how modern civil-military coordination gradually becomes an effective tool to assist in national-level state-building in conflict-ridden countries. The volume also discusses the organizational culture of civilian and military entities as well as civil-military cooperation in health, agriculture, energy, sports, and education to showcase the strategic direction for long-term peace in the region. Rich in ethnographic analysis, this book will be an essential read for scholars and researchers of African Studies, UN studies, peace and conflict studies, defence and strategic studies, international relations, and military studies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.27aUnited Nations.2fast0(OCoLC)fst00530351 0aCivil-military relationszAfricaxHistory. 0aNation-buildingzAfricaxHistory. 0aPeace buildingzAfricaxHistory. 0aColonizationzAfricaxHistory. 0aAfricazPolitics and governmentxHistoryy20th century. 0aAfricazPolitics and governmentxHistoryy21st century. 7aPeace-building.2fast0(OCoLC)fst01055902 7aPeacekeeping forces.2fast0(OCoLC)fst01055909 7aAfrica.2fast0(OCoLC)fst0123950908iPrint version:aAhmad Khan, Saleem.tUnited Nations peace operations in AfricadAbingdon, Oxon ; New York, NY : Routledge, 2023z9781032222707w(DLC) 2023026611 aYBP Library ServicesbYANKn19567111 a92bPUL01074cam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002200162042001400184050002900198100003100227245004200258250001900300264004100319264001200360300002400372336002600396337002800422338002700450650002800477650003900505650003600544650004700580655003900627655004600666994001200712on1376011735OCoLC20230718213016.0230213s2023 sp j 000 1 spa d a 2023414747 aGUAbengerdacDLCdOCLCFdGUA a9788414315408 a8414315402 a(OCoLC)1376011735 alccopycat00aPQ6653.O47285bT453 20231 aConejo, Ana Isabel,d1970-14aLos tejados de París /cAna Alonso. a1a. edición. 1a[Madrid] :bAnaya,cfebrero de 2023. 4c©2023. a168 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aLovevJuvenile fiction. 0aSocial networksvJuvenile fiction. 7aLove.2fast0(OCoLC)fst01002769 7aSocial networks.2fast0(OCoLC)fst01122678 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 a92bPUL03679cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159035002200174042000800196050002300204082000800227100003700235245005400272264003500326300002400361336002600385337002800411338002700439504004100466505184100507520085402348650003203202650005803234938003703292994001203329on1376237030OCoLC20230718213016.0230509s2023 fr b 000 0 fre  a 2023407286 aDLCbengerdacDLCdSTFdPULdOCLCFdAUXAM a9782226448446 a2226448446 a(OCoLC)1376237030 apcc00aBD422.F7bO54 202314a1281 aOnfray, Michel,d1959-,eauthor.10aAnima :bvie et mort de l'âme /cMichel Onfray. 1aParis :bAlbin Michel,c[2023] a412 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.00tIntroduction La magnifique désolation --gPt. 1.tConstruire l'âme sous le signe du serpent --tAnticorps, non-corps et contre-corps --tDématérialiser le corps --tUn squelette avec une âme --tAccabler la matière --tLe devenir hérisson de la plante --tPurifier la chair --tCorps de papier et vie textuelle --tCréer un anticorps --tLes langues de feu de l'esprit-saint --tDamner la chair --tNulle érection dans le jardin d'éden --tSexualiser le péché --tLe sang, semence de chrétien --tSupplicier les corps --tL'amour de la sainte abjection --tImiter le cadavre --tL'art de dresser les corps --tEncager le désir --gPt. 2.tDéconstruire l'âme sous le signe du chien --tLe lieu du fil de la hache --tDéplatoniser l'âme --tLes ratiocinations du renard --tRéhabiliter l'animal --tLeçons des leçons d'anatomie --tEffacer l'âme --tUne certaine glande fort petite --tLocaliser l'âme --tLe cartésianisme contre descartes --tCerner l'esprit --tPenser sans penser qu'on pense --tHumaniser l'animal --tLa fleur des atomes --tAtomiser l'âme --tComme la flamme d'une chandelle --tMécaniser l'âme --tLe cœur de la grenouille sur une assiette réchauffée --tÉlectriser les corps --gPt. 3.tDétruire l'âme sous le signe du singe --tVie et mort de l'huître --tBestialiser l'homme --tFabriquer l'émule d'un chevreuil --tRégénérer l'Homo sapiens --tGénéalogie de l'eugénisme républicain --tDécapiter l'âme --tUne glande pinéale postmoderne --tMétapsychologiser la psyché --tLe temps du corps sans organes --tStructuraliser l'être --tUn visage de sable effacé par la mer --tTuer l'homme --tConclusion : Sous le signe de la méduse vers les chimères transhumanistes --tNumériser l'âme --tÉpilogue : Le silence éternel des espaces finis --tBibliographie. a""L'histoire de l'âme est l'histoire de l'idée que l'homme se fait de lui-même face à la mort. Des premiers hommes qui découvrent les cycles de la nature aux derniers que nous sommes qui envisagent le posthumain en dehors de la vie sur terre, en passant par les hommes des pyramides, de l'agora, du forum, de l'église, avant d'en arriver à celui du supermarché planétaire, c'est cette odyssée que je me propose de raconter. De l'âme immatérielle à l'âme numérique, tout converge vers la possibilité d'un posthumain inaugural de l'inhumain. Cet avenir est déjà notre présent." Véritable enquête philosophique construite comme un roman policier, Anima est le premier volume d'une réflexion consacrée à l'homme et au posthumain. Il sera suivi de Barbarie, qui examinera la nature de cet avenir qui se dessine."--Page 4 of cover. 0aSoulxHistory of doctrines. 7aSoulxHistory of doctrines.2fast0(OCoLC)fst01126913 aAMALIVREbAUXAnAAL08237849-0001 a92bPUL06829cam a22007098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040004200128019002700170020002700197020001500224020003000239020003100269020004200300020003900342020004300381020004000424020001500464024003100479035006000510037003600570042000800606043001200614050001100626072002500637072002500662072002500687072001500712082002800727245014800755263000900903264005600912300002200968336002600990337002601016338003601042504005101078520109201129588010302221505307602324650003005400650004005430650003305470650003405503650003305537650003205570650005305602651003705655700002705692700002705719700002605746700003605772776014405808856007205952938004206024938004106066994001206107on1376454788OCoLC20230718213016.0m o d cr |||||||||||230621s2023 enk ob 001 0 eng  a 2023026799 aDLCbengerdacDLCdTYFRSdYDXdOCLCF a1376417737a1376418443 a9781003285670q(ebook) a1003285678 z9781032195773q(hardback) z9781032259246q(paperback) a9781000893106q(electronic bk. : PDF) a1000893103q(electronic bk. : PDF) a9781000893113q(electronic bk. : EPUB) a1000893111q(electronic bk. : EPUB) z10321957707 a10.4324/97810032856702doi a(OCoLC)1376454788z(OCoLC)1376417737z(OCoLC)1376418443 a9781003285670bTaylor & Francis apcc aa-ii---00aLA1153 7aEDUx0000002bisacsh 7aEDUx0150002bisacsh 7aEDUx0010302bisacsh 7a1F2bicssc00a378.54223/eng/2023071400aCommunity engagement in higher education :bfrom theory to practice /cEdited by Manju Singh, Purva Bhatt, Wafa Singh and Kumar Sambhav Pareek. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book explores the finer nuances of community engagement in Indian higher education ranging from theory to practice. It contextualizes the concept and practice of community engagement in the contemporary context, capturing global experiences, insights, and varied standpoints. The volume also identifies gaps present in the system and recommends solutions for the successful implementation and scaling up of the practice of community engagement, not only in India but also at the global level. It also brings to the forefront, opinions, perspectives and experiences of stellar women and their valuable scholarship with the aim to address gender gap in the field of knowledge production on community engagement. The book will be of interest to scholars, teachers and researchers of education, higher education, and sociology of education. It will also be useful for academicians, think tanks, higher education administration, policymakers, civil society organizations, higher education institutions and those interested in the study of community engagement"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aPART IIntroduction: Positioning Community Engagement in Higher Education1 Community Engagement in Higher Education: An IntroductionManju Singh, Purva Bhatt, Wafa Singh and Kumar Sambhav Pareek2 Decoloniality, Community Engaged Scholarship and Epistemic Justice Purva Bhatt and Manju Singh3 Community Engagement in Higher Education Institutions: Critical EnablersWafa Singh and Manju SinghPART IIGlobal Perspectives: Experiences and Insights4 Pedagogies of Community Engagement: Reflections from a Higher Education Setting in the Global SouthDoris Santos5 Weaving Knowledge Systems: Challenges and Possible Solutions through Community-Engaged Research in Canada and Nordic CountriesWalter Lepore and Leslie King6 European Science Shops in Higher Education: Building Capacity for Engaged Research and TeachingEmma McKenna7 University-Community Engagement within the Indonesian Context: A Case Study of UINSANabiela Naily, Hernik Farisia, Muchammad Helmi Umam and Noor Wahyudi8 Community Engagement for Social Transformation: Experiences in the UK and CanadaCeri Davies9 Insights into Community Engagement at Higher Education Institutions in South Africa Raisuyah Bhagwan and Shannal Rowkith10 Evolution of Community Engagement Policy Agenda: Italian Perspectives on Equitable Partnerships Under Growing Neoliberal PressureFrancesca Antongiovanni, Valentina Ghibellini and Andrea Vargiu11 Weaving Paths from the Convergence of Knowledge: Colombian Experiences of University-Community PartnershipsIrma Flores, Andrés Astaiza, Luisa González and Daniel LoperaPART IIIThe Indian Standpoint: Institutional Programmes, Experiences and Partnerships12 Community Engagement in the Indian Higher Education Landscape Purva Bhatt, Wafa Singh, Manju Singh and Kumar Sambhav Pareek13 Towards Developing Responsible Managers: Goa Institute of Management's GiveGoa InitiativeDivya Singhal and Padhmanabhan Vijayaraghavan14 Establishing University-Community Collaborations: Experiential Learning Initiatives at Manipal University, JaipurMadhura Yadav and Manish Sharma15 Creating a Sustainable Waste Management System as a Service-Learning Project at Amrita Vishwa Vidyapeetham UniversityVipina Valsan, Akshay Viswanath and J. Sophie von Lieres16 Community Engagement as a Tool for Social Development: The Experiences at Bhagat Phool Singh (BPS) Women's UniversityManju Panwar17 Service-Learning at Christ University: An Experiential Instrument for Community Engagement in Higher Education InstitutionsPhinu Mary Jose and Sudhansubala Sahu18 Mainstreaming Community Engagement and Participation in Urban Planning Education: A Case Study of MNIT, JaipurShradha Chandan, Bansari Sharma,Satish Pipralia, Nand Kumar and Ashwani Kumar19 Embedding Community Engagement in the Architecture of JK Lakshmipat University for Achieving the SDGsSheetal Mundra and Umesh GuptaPART IVConclusion: Ways Forward for Community Engagement in Higher Education20 Community Engagement in Higher Education: Weaving the Threads and Future DirectionsWafa Singh, Purva Bhatt, Manju Singh and Kumar Sambhav Pareek 0aEducation, HigherzIndia. 0aEducation, HigherxResearchzIndia. 0aSchool and communityzIndia. 0aEducational sociologyzIndia. 7aEDUCATION / General2bisacsh 7aEDUCATION / Higher2bisacsh 7aCommunity and college.2fast0(OCoLC)fst00870663 7aIndia.2fast0(OCoLC)fst012102761 aSingh, Manju,eeditor.1 aBhatt, Purva,eeditor.1 aSingh, Wafa,eeditor.1 aPareek, Kumar Sambhav,eeditor.08iPrint version:tCommunity engagement in higher educationdAbingdon, Oxon ; New York, NY : Routledge, 2023z9781032195773w(DLC) 2023026798403Taylor & Francisuhttps://www.taylorfrancis.com/books/9781003285670 aYBP Library ServicesbYANKn304915970 aYBP Library ServicesbYANKn19764931 a92bPUL01907cam a22004338i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020002700176020001500203020002700218035002200245042000800267050002400275082002900299245012200328263000900450264003900459300002300498336002600521337002800547338002700575504005100602520028300653650005600936650005800992650006401050650006901114700003301183776017501216938002901391938004101420994001201461on1377697264OCoLC20230718213016.0t|230227s2023 mdu b 001 0 eng  a 2023008589 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3965922bnb7 a0210611932Uk a9781666909852q(cloth) a1666909858 z9781666909869q(ebook) a(OCoLC)1377697264 apcc00aBV4011.3b.E56 202300a253.076223/eng/2023071700aEnriching awareness and practice in the pastoral and reflective supervision of clergy /cedited by Peter Madsen Gubi. a2306 1aLanham :bLexington Books,c[2023] a250 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"Enriching Awareness and Practice in the Pastoral and Reflective Supervision of Clergy increases and enriches the awareness, knowledge, and skills of pastoral and reflective supervisors who work with clergy in a pastoral/reflective supervision context"--cProvided by publisher. 0aPastoral theologyxStudy and teachingxSupervision. 0aPastoral counselingxStudy and teachingxSupervision. 7aClergyxPost-ordination training.2fast0(OCoLC)fst00864068 7aPastoral theologyxStudy and teaching.2fast0(OCoLC)fst010547151 aMadsen Gubi, Peter,eeditor.08iOnline version:tEnriching awareness and practice in the pastoral and reflective supervision of clergydLanham : Lexington Books, [2023]z9781666909869w(DLC) 2023008590 aBrodartbBRODn134283961 aYBP Library ServicesbYANKn20119104 a92bPUL01404cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001800135020001500153035002200168042001400190050002400204100002500228245006000253264005300313264001100366300004500377336002600422336003300448337002800481338002700509490002500536520019200561650005400753650005900807655004600866700002600912800003900938938002900977994001201006on1377728306OCoLC20230718213016.0220506t20232023ilua j 000 0 eng d a 2022908723 aJCXbengerdacDLC a9798765400388 a9789798765407 a9798765400 a(OCoLC)1377728306 alccopycat00aBF575.S39bS67 20231 aSnow, Todd,eauthor.10aConfidence is in you /cwritten by Todd and Peggy Snow. 1aChicago, Illinois :bSequoia Kids Media,c[2023] 4c©2023 a33 pages :bcolor illustrations ;c21 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aKid character series aThis book shows that learning, playing, and practicing are just some of the many ways children can be confident. Includes simple rhyming words with vibrant, diverse, and relatable photos. 0aSelf-confidence in childrenvJuvenile literature. 7aSelf-confidence in children.2fast0(OCoLC)fst01111525 7aJuvenile works.2fast0(OCoLC)fst014116371 aSnow, Peggy,eauthor.1 aSnow, Todd.tKid character series. aBrodartbBRODn133863522 a92bPUL01718cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040003800094066000700132020001800139020001500157035002200172042001400194043001200208050002700220100003500247245013200282246005200414250002000466264005800486300008100544336002100625337002500646338002300671504005700694600004300751610002600794650003600820650002400856655002400880880003300904880010300937880003701040880001801077880005401095880003601149880002301185938002801208994001201236on1377993661OCoLC20230718213016.0230609s2023 ko ac b 000 0bkor  a 2023434104 aEYMbengerdacDLCdPULdHUHdEYM c$1 a9788968572203 a8968572208 a(OCoLC)1377993661 alccopycat aa-kr---00aBL2240.C592bC486 20231 6880-01aKim, Sam-ung,eauthor.106880-02aSaengmyŏng sasang ŭi wŏllyu, Tonghak ŭl ikkŭn Haewŏl Ch'oe Si-hyŏng p'yŏngjŏn /cKim Sam-ung chiŭm.306880-03aHaewŏl Ch'oe Si-hyŏng p'yŏngjŏn 6880-04a1-p'an. 16880-05aSŏul T'ŭkpyŏlsi :bMidiŏ Saem,c2023. a6 unnumbered pages of plates, 255 pages :billustrations, portraits ;c19 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 241-246).106880-06aCh'oe, Si-hyŏng,d1827-1898.206880-07aCh'ŏndogyo. 0aNationalistszKoreavBiography. 0aPhilosophy, Korean. 7aBiographies.2lcgft1 6100-01a김 삼웅,eauthor.106245-02a생명 사상 의 원류, 동학 을 이끈 해월 최 시형 평전 /c김 삼웅 지음.306246-03a해월 최 시형 평전 6250-04a1판. 16264-05a서울 특별시 :b미디어 샘,c2023.146600-06a최 시형,d1827-1898.246610-07a천도교. aKong & Park Shelf Ready a92bPUL01261cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129020001500147035002200162042000800184043001200192050002600204100004600230245005700276250002200333264003800355300002300393336002100416337002500437338002300462504006700485600006800552880004000620880004900660880002000709880004000729880006600769938002800835994001200863on1377994578OCoLC20230718213016.0230609s2023 ko b 001 0 kor  a 2023434278 aDLCbengerdacDLCdEYM c$1 a9788993241792 a8993241791 a(OCoLC)1377994578 apcc aa-kr---00aPL992.62.I5bZ56 20231 6880-01aCh'oe, Ra-yŏng,d1973-eauthor.106880-02aPak In-hwan si yŏn'gu /cCh'oe, Ra-yŏng. 6880-03aCh'op'an. 16880-04aSŏul-si :bYeok,c2023. a599 pages ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 566-574) and index.106880-05aPak, In-hwan,d1926-1956xCriticism and interpretation.1 6100-01a최 라영,d1973-eauthor.106245-02a박 인환 시 연구 /c최 라영. 6250-03a초판. 16264-04a서울시 :b예옥,c2023.146600-05a박 인환,d1926-1956xCriticism and interpretation. aKong & Park Shelf Ready a92bPUL01597cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129035002200147042000800169043001200177050002300189082001900212100005000231245022300281246002600504250002200530264004200552300004600594336002100640337002500661338002300686650002300709650003600732650003700768700004200805880004000847880018800887880002001075880004001095880004001135994001201175on1378079984OCoLC20230718213016.0230609s2023 ko a 000 0 kor  a 2023434117 aDLCbengerdacDLCdBRG c$1 a9791140703562 a(OCoLC)1378079984 apcc aa-ko---00aTK2941b.C476 202304a621.3124242231 6880-01aChŏng, Kyŏng-yun,d1972-eauthor.106880-02aIch'a chŏnji sŭngja ŭi chokŏn :bpaet'ŏri ka chudohanŭn 400-cho kŏdae sijang ŭi p'aekwŏn kyŏngjaeng = Second battery report /cChŏng Kyŏng-yun, Yi Sang-min, Yi Yŏng-gi, Chŏng Hun-gi.31aSecond battery report 6880-03aCh'op'an. 16880-04aSŏul-si :bKilbŏt,c2023. a253 pages :bcolor illustrations ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier 0aStorage batteries. 0aBattery industryzKorea (South) 0aElectric automobilesxBatteries.1 6880-05aYi, Sang-min,d1971-eauthor.1 6100-01a정 경윤,d1972-eauthor.106245-02a이차 전지 승자 의 조건 :b배터리 가 주도하는 400조 거대 시장 의 패권 경쟁 = Second battery report /c정 경윤, 이 상민, 이 영기, 정 훈기. 6250-03a초판. 16264-04a서울시 :b길벗,c2023.1 6700-05a이 상민,d1971-eauthor. a92bPUL02435cam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002700159035002200186042000800208043001200216050002000228082003200248100005300280245008900333246004000422263000900462264008000471300001300551336002600564337002800590338002700618504005100645505026900696520093700965650003001902650002301932938004101955938002901996994001202025on1378101113OCoLC20230718213016.0230707s2023 ncu b 001 0deng  a 2023031552 aDLCbengerdacDLC a9781476692395q(print) a1476692394 z9781476650166q(ebook) a(OCoLC)1378101113 apcc aaw-----00aDS66b.L33 202300a939/.30722223/eng/202307171 aLabruto, Fausto,d1976-eauthor. (To be created)14aThe quest for the Hittites :buncovering a forgotten civilization /cFausto Labruto.30aUncovering a forgotten civilization a2309 1aJefferson, North Carolina :bMcFarland & Company, Inc., Publishers,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aThe Beginning -- Hittites and Where to Find Them -- Anatolia -- Writing Letters -- Hattusa -- Eat Bread, Drink Wine -- The Hittites Start to Tell Their Story -- Troy -- Between the Two Wars -- From Plague to Family Dramas -- Luwian -- The Late Bronze Age Collapse. a"The Hittites, one of the most powerful peoples of the ancient Near East, successfully challenged all other nations, including almighty Egypt, from their Anatolian stronghold. Then, their empire collapsed, was consigned to oblivion, and lay forgotten. Three thousand years later, a motley group of scholars, archaeologists, and adventurers rediscovered the Hittites in an enterprise spanning a century and weaving through the worlds of German Kaisers, Turkish Sultans, and even the Nazis. This is the history of the rediscovery of the Hitties, a story packed with intrigue and played out against a compelling historical backdrop. It involves colorful characters like an explorer fluent in 29 languages and an archaeologist who slept in royal tombs, along with Victorian historians, cuneiform experts, code-crackers, and grave robbers. These unlikely sleuths uncovered the very roots of the Hittite Empire."--cProvided by publisher. 0aHittitesxHistoriography. 0aHittitesxHistory. aYBP Library ServicesbYANKn20138680 aBrodartbBRODn134489616 a92bPUL01320cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129035002200147042001400169043001200183050002600195100003700221245009400258250002200352264005500374300002300429336002100452337002500473338002300498504005700521650005400578650004300632650003000675650003200705880003300737880007900770880002000849880005300869994001200922on1378423637OCoLC20230718213016.0230609s2023 ko b 000 0 kor d a 2023434231 aPULbengerdacDLCdPUL c$1 a9791168101364 a(OCoLC)1378423637 alccopycat aa-kr---00aPL967.15b.C4645 20231 6880-01aCho, Kwang-guk,eauthor.106880-02aChosŏn sidae taesosŏl ŭi inyŏmjŏk chip'yŏng /cCho Kwang-guk chiŭm. 6880-03aCh'op'an. 16880-04aKyŏnggi-do P'aju-si :bT'aehaksa,c2023. a293 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 287-293). 0aKorean fictiony1392-1894xHistory and criticism. 0aElite (Social sciences) in literature. 0aPatriarchy in literature. 0aFilial piety in literature.1 6100-01a조 광국,eauthor.106245-02a조선 시대 대소설 의 이념적 지평 /c조 광국 지음. 6250-03a초판. 16264-04a경기도 파주시 :b태학사,c2023. a92bPUL02047cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004500094019002700139020003100166020002800197020002600225035006000251042001400311043001200325050002500337100003800362245012300400264007200523300004600595336002100641337002500662338002300687490004700710500008900757504005100846650003900897650004600936650005200982650005901034651006001093651005301153650003801206650005101244651004801295651005501343648002001398655003901418830005001457938003401507994001201541on1378728047OCoLC20230718213016.0230610s2022 sp ab b 001 0 cat d a 2023409498 aEQObengerdacDLCdGUAdC3LdOCLCFdEQO a1373558642a1373558659 a9788400110543q(paperback) a8400110544q(paperback) z9788400110550qe-ISBN a(OCoLC)1378728047z(OCoLC)1373558642z(OCoLC)1373558659 alccopycat ae-sp---00aHG3729.S73bS35 20221 aSales I Favà, Lluís,eauthor.10aCrèdit privat i morositat a la Catalunya baixmedieval :bBaronia de Llagostera, 1330-1395 /cLluís Sales i Favà. 1aMadrid :bConsejo Superior de Investigaciones Científicas,c2022. a413 pages :billustrations, maps ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier1 aAnuario de estudios medievales Anejo ;v83 aOriginally presented as the author's thesis (Doctoral)--Universitat de Girona, 2019. aIncludes bibliographical references and index. 0aCreditzSpainzCataloniaxHistory. 0aCreditzSpainzGironès RegionxHistory. 0aDebtor and creditorzSpainzCataloniaxHistory. 0aDebtor and creditorzSpainzGironès RegionxHistory. 0aGironès Region (Spain)xEconomic conditionsyTo 1500. 0aCatalonia (Spain)xEconomic conditionsyTo 1500. 7aCredit.2fast0(OCoLC)fst00882525 7aDebtor and creditor.2fast0(OCoLC)fst00888809 7aSpainzCatalonia.2fast0(OCoLC)fst01206043 7aSpainzGironès Region.2fast0(OCoLC)fst01270504 7a1300-13992fast 7aHistory.2fast0(OCoLC)fst01411628 0aAnuario de estudios medievales.pAnejo ;v83. aCasalini LibribCASAn5433361 a92bPUL01327cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020003100129020001500160035002200175042000800197043001200205050002400217100003200241245007000273246003400343264004800377264001100425300006100436336002600497337002800523338002700551500004000578651003400618650004200652650003000694650003800724651004700762655004200809700002900851700003700880994001200917on1378750539OCoLC20230718213016.0230505t20232023ie ab 000 0 eng  a 2022361845 aDLCbengerdacDLCdOCLCFdBXM a9781739649012q(paperback) a173964901X a(OCoLC)1378750539 apcc ae-ie---00aDA990.B87bM34 20231 aMcGinley, Patrick,eauthor.10aOur Burren walks /cPatrick McGinley, Tim O'Connell, Eddie Joyce.14aOur Burren walks :bguidebook 1aGalway, Ireland :bWellpark Galway,c[2023] 4c©2023 a100 pages :billustrations, map (chiefly color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aLC copy signed by the authors.5DLC 0aBurren (Ireland)vGuidebooks. 0aWalkingzIrelandzBurrenvGuidebooks. 0aFlowerszIrelandzBurren. 7aTravel.2fast0(OCoLC)fst01155558 7aIrelandzBurren.2fast0(OCoLC)fst01243613 7aGuidebooks.2fast0(OCoLC)fst014238711 aO'Connell, Tim,eauthor.1 aJoyce, Eddiec(Edward),eauthor. a92bPUL01316cam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003700163020001500200020002500215035002200240042000800262050002400270082002900294100003400323245005300357250001900410263000900429264004000438300001300478336002600491337002800517338002700545520026900572655001900841938004100860938002900901994001200930on1379220510OCoLC20230718213016.0230717s2024 nyu 000 1 eng  a 2023014342 aDLCbengerdacDLC a9781368097260q(hardcover) a136809726X a9781368103800q(trade paperback) a1368103804 z9781368097444q(ebk) a(OCoLC)1379220510 apcc00aPS3613.Z3bM66 202400a813/.63223/eng/202307170 aMZc(Choreographer),eauthor.14aThe moorings of Mackerel Sky /cwith love by MZ. aFirst edition. a2402 1aNew York :bHyperion Avenue,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"A novel of coming out, surviving grief, and embracing myth in a Maine lobstering town purportedly founded when a sea captain fell in love with a mermaid 300 years ago. For readers of Madeline Miller, Alix E. Harrow, and Erin Morgenstern"--cProvided by publisher. 7aNovels.2lcgft aYBP Library ServicesbYANKn20214472 aBrodartbBRODn134659503 a92bPUL01503cam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147035002200162042000800184050002500192082001200217100004900229245003800278250001900316263000900335264008500344300001300429336002600442336003300468337002800501338002700529521007300556521007500629520010300704650002200807650002400829650001900853650002600872650002200898655002900920655002600949938004100975938002901016994001201045on1379221615OCoLC20230718213016.0230714s2024 nyu b 000 1 eng  a 2023029393 aDLCbengerdacDLC a9780063049376q(hardback) a0063049376 a(OCoLC)1379221615 apcc00aPZ8.3.R1768bTo 202400a[E]2231 aRaschka, Christopher,eauthor,eillustrator.10aTomorrow's lily /cChris Raschka. aFirst edition. a2401 1aNew York, NY :bGreenwillow Books, an Imprint of HarperCollinsPublishers,c2024. apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 4-8.bGreenwillow Books, an Imprint of HarperCollinsPublishers. aGrades K-1.bGreenwillow Books, an Imprint of HarperCollinsPublishers. aIllustrates how just like daylilies, we come and we go, but memories and friendships last forever. 1aStories in rhyme. 1aDayliliesvFiction. 1aDaysvFiction. 1aLife cyclesvFiction. 1aAnimalsvFiction. 7aStories in rhyme.2lcgft 7aPicture books.2lcgft aYBP Library ServicesbYANKn20214454 aBrodartbBRODn134681177 a92bPUL01689cam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094019002700117020001800144020001500162020002700177035006000204042000800264050002400272082003000296100004100326245008500367263000900452264004500461300001300506336002600519337002800545338002700573504004100600520034100641630002700982650002101009650003701030776014201067938002901209938004101238994001201279on1379437844OCoLC20230718213016.0230224s2023 ilu b 000 0 eng  a 2023007227 aDLCbengerdacDLC a1379478721a1379484248 a9780802428073 a080242807X z9780802475947q(ebook) a(OCoLC)1379437844z(OCoLC)1379478721z(OCoLC)1379484248 apcc00aBV4527b.S6383 202300a248.8/43223/eng/202307171 aSobolik, Chelsea Patterson,eauthor.10aCalled to cultivate :ba gospel vision for women and work /cby Chelsea Sobolik. a2310 1aChicago, IL :bMoody Publishers,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"Grasping the dignity and significance of women and work. Whether in the home or in a professional environment, women are cultivating a world of beauty, truth, and hope. But it's not easy. We have doubts and dreams ... questions and concerns. Chelsea shares a theological foundation for our pressing questions"--cProvided by publisher.00aBible.pNew Testament. 0aChristian women. 0aWomen employeesxReligious life.08iOnline version:aSobolik, Chelsea Patterson.tCalled to cultivatedChicago, IL : Moody Publishers, 2023z9780802475947w(DLC) 2023007228 aBrodartbBRODn134311795 aYBP Library ServicesbYANKn20216285 a92bPUL05836cam a22004818i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043001200265050002500277082003500302245012600337263000900463264005500472300001300527336002600540337002800566338002700594520160000621504005102221505259102272650002304863650001704886650003704903650005404940650003604994650002605030700003405056700002705090776015505117938004105272938002905313994001205342on1380389863OCoLC20230718213016.0230712s2023 nyu b 001 0 eng  a 2023023889 aDLCbengerdacDLC a9781032516462q(hardback) a1032516461 a9781032559612q(paperback) a1032559616 z9781003433088q(ebook) a(OCoLC)1380389863 apcc aa-ii---00aHD9556.I4bR654 202400a338.2/3240954223/eng/2023071704aThe role of coal in a sustainable energy mix for India :ba wide-angle view /cedited by Mritiunjoy Mohanty, Runa Sarkar. a2308 1aAbingdon, Oxon ; New York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"As India switches away from coal to a more sustainable energy use pattern, which pathway will it adopt? What is the nature of challenges that it will face and who will be affected? Who will gain? This volume offers insights into the steps and challenges involved in this transition and addresses some urgent questions about the possible pathways for India's renewable energy generation. Including contributions from researchers, policy makers and practitioners, it draws on different disciplines, ranging from science and technology to economics and sociology, and situates the issue of low carbon transition within an interdisciplinary framework. India has committed to a gradual decarbonisation of its economy. This book takes this as its starting point and uses a wide angle lens, incorporating a macro as well as micro views, to understand the possible next steps as well as trade-offs that will inevitably be posed. It incorporates perspectives of all stakeholders ranging from central and state governments, public and private sector firms on the one hand to individuals and local communities on the other to explore their role in the transition, their interests and how these will change and evolve. This timely volume will be of interest to students and researchers of environmental studies, development studies, environmental economics, political studies and Asian studies. It will also be useful to academics, practitioners and policymakers working on issues related to climate change, sustainable development, energy policy and economics, and public policy"--cProvided by publisher. aIncludes bibliographical references and index.0 aIntroduction: Towards a sustainable energy mix in India / Mritiunjoy Mohanty and Runa Sarkar -- India's coal and coal-fired electricity needs by 2030 : clearing vision beyond black coal and hazy skies / Aditya Lolla, Nandikesh Sivalingam, Priyanshu Gupta and Sunil Dahiya -- India's energy trilemma and coal-based power generation / Sambit Basu and Saumya Prakash Nayak -- Energy transition and centre-state priorities : alignments and misalignments of policies and decisions / Tirthankar Mandal -- Macroeconomic impacts of coal transition / Saon Ray, Piyali Majumder and Vasundhara Thakur -- The social costs of India's energy transition : socioeconomic dependencies and lessons from international experiences / Vigya Sharma and Julia Loginova -- Deep electrification in India : a review of strategies, policies and sectoral developments / Sarthak Shukla, Shubham Thakare and Raghav Pachouri -- Governance principles for a just energy transition / Simran Grover, Naini Swami and V. Suresh -- Policy framework for energy transition in India / Sarthak Shukla and Raghav Pachouri -- Industrial policy 2.0 : policy space and decarbonisation / Mritiunjoy Mohanty, Saon Ray and Naini Swani -- International experiences on just energy transition planning and lessons for India / Madhura Joshi and Swati D'Souza -- Grounded perspectives on energy transition : the view of Panchayat members on energy transition and impact of climate change / Jahnavi G. Pai, Munna Jha and Vinuta Gopal -- Retrofit decarbonisation and reutilization of thermal power plants / Sucharita Bhattacharjee and Trinayani Sen -- Future-proofing India's coal PSUs : an analysis of CIL and NTPC / Saarthak Khurana, Arnab Sarkar and Balasubramanian Viswanathan -- An evaluation of energy and environmental efficiency of the Indian thermal power plants : a state level analysis / Sabuj Kumar Mandal -- Energy storage and its potential role in electricity transition / Shubham Thakare and Rishikesh Srihari -- International experiences : the case of Iberdrola, Enel and Nextera Energy / Shubh Majumdarr and Abhinav Jindal -- Financing India's 2030 NDC targets and beyond / Vaibhav Pratap Singh and Neha Kumar -- Transition finance / Dhruba Purkayastha, Neha Khanna and Aanandita Sikka -- Role of domestic institutional capital in funding India's energy transition / Shantanu Srivastava -- Operationalising just transition in India : financing challenge and options / Neha Kumar and Suranjali Tandon -- International climate financing and just energy transition : exploring the synergies / Pradip Swarnakar and Rajshri Shukla. 0aCoal tradezIndia. 0aCoalzIndia. 0aRenewable energy sourceszIndia. 0aEnergy developmentxEnvironmental aspectszIndia. 0aSustainable developmentzIndia. 0aEnergy policyzIndia.1 aMohanty, Mritiunjoy,eeditor.1 aSarkar, Runa,eeditor.08iOnline version:tRole of coal in a sustainable energy mix for IndiadAbingdon, Oxon ; New York, NY : Routledge, 2024z9781003433088w(DLC) 2023023890 aYBP Library ServicesbYANKn20218209 aBrodartbBRODn134744586 a92bPUL03314cam a22005418i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020003000176020001500206020002700221035002200248042000800270043001200278050002200290082003600312100003500348245011100383263000900494264003900503300002300542336002600565337002800591338002700619490006500646520069500711504005101406505065501457610003402112610003802146610003302184650005302217650005302270651005502323651005502378650004102433650004102474651004502515655003902560776012002599938004102719994001202760on1380459880OCoLC20230718213016.0t|230712s2023 ne b 001 0 eng  a 2023021806 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3C13522bnb7 a0211202172Uk a9789004549616q(hardback) a9004549617 z9789004549623q(ebook) a(OCoLC)1380459880 apcc ae-uk---00aHX243b.C575 202300a335.0094109034223/eng/202307171 aCollins, Tony,d1961-eauthor.10aRaising the red flag :bMarxism, labourism, and the roots of British communism, 1884-1921 /cTony Collins. a2308 1aLeiden :aBoston :bBrill,c[2023] a1 volume ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aHistorical materialism book series,x1570-1522 ;vvolume 288 a"Raising the Red Flag explores the origins of the British Marxist movement from the creation of the Social Democratic Federation to the foundation of the Communist Party. It tells a story of rising class struggle, the founding of the Labour Party, the fight against World War One, the Russian Revolution, and the explosive year of 1919. The book also uses new archival sources to re-examine Marxist organisations such as the British Socialist Party, the Socialist Labour Party, and Sylvia Parkhurst's Workers' Socialist Federation. Above all, this is the story of men and women who fought to liberate the working class from capitalism through socialist revolution"--cProvided by publisher. aIncludes bibliographical references and index.0 aMr Hyndman versus Comrade Engels : the birth of the Social Democratic Federation -- The Labour Party question : Labourism, leftism, and the Second International -- Britain in crisis : Labour's great unrest and the revolutionary left -- August 1914 : British Marxists in the face of war -- The Clyde turns red : John Maclean and the enemy at home -- 'Lads like me had whacked the bosses' : the coming of the Russian Revolution -- 1919 : the question of power -- Between Labour and Bolshevism : towards a Communist Party -- 'Long live the Communist Party!' Building a British section of the Communist International -- Conclusion: In praise of learning.20aSocial Democratic Federation.20aCommunist Party of Great Britain.20aLabour Party (Great Britain) 0aCommunismzGreat BritainxHistoryy19th century. 0aCommunismzGreat BritainxHistoryy20th century. 0aGreat BritainxPolitics and governmenty1837-1901. 0aGreat BritainxPolitics and governmenty1901-1936. 7aCommunism.2fast0(OCoLC)fst00870421 7aSocialism.2fast0(OCoLC)fst01123637 7aGreat Britain.2fast0(OCoLC)fst01204623 7aHistory.2fast0(OCoLC)fst0141162808iOnline version:aCollins, Tony, 1961-tRaising the red flagdBoston : Brill, 2023z9789004549623w(DLC) 2023021807 aYBP Library ServicesbYANKn20221188 a92bPUL02937cam a22004818i 4500001001300000003000600013005001700019008004100036010001700077040002300094020004900117020001500166020002700181035002200208042000800230043001200238050002100250082002700271100003500298245013000333263000900463264003900472300001400511336002600525337002800551338002700579490008500606504005100691520108900742610005501831650005001886650003801936650004601974650006202020651004302082650002602125650002702151650003402178650003402212776015602246938004102402994001202443on1380460438OCoLC20230718213016.0230605s2023 ne b 001 0 eng  a 2023024076 aDLCbengerdacDLC a9789004514355q(hardback ;qacid-free paper) a900451435X z9789004514362q(ebook) a(OCoLC)1380460438 apcc ae-uk-en00aBR67b.G698 202300a270.1223/eng/202307171 aGriffin, Lauren Horn,eauthor.10aFabricating founders in early modern England :bhistory, rhetoric, and the origins of Christianity /cby Lauren Horn Griffin. a2310 1aLeiden :aBoston :bBrill,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSupplements to method & theory in the study of religion,x2214-3270 ;vvolume 22 aIncludes bibliographical references and index. a"This book explores how early modern Catholics and Protestants strategically reimagined, rewrote, and reinterpreted the lives of the founder-saints (British, Celtic, Anglo-Saxon, and Roman) who brought Christianity to Britain and were responsible for its spread. Tudor historians, politicians, and theologians used stories of the origins of English Christianity to draw a continuous line to a deep past, to rhetorically construct the territories of England, Britain, and Christendom, and to negotiate changing conceptions of divine interaction in the human world. This focus on founding figures sheds light on changing conceptions of the past, the production of space and spatial understandings of culture, and the ongoing construction of sainthood and martyrdom in the sixteenth century. Griffin ultimately shows how early modern English Catholics and their interlocutors not only mobilized the story of Christianity's arrival in Britain for a variety of social ends, but also reconsidered the nature of historical knowledge and what counts as truth itself"--cProvided by publisher.20aCatholic ChurchxDoctrinesxHistoryy16th century. 0aFathers of the churchxHistory and criticism. 0aFathers of the churchxInfluence. 0aReligious thoughtzEnglandy16th century. 0aChristianity and culturezEnglandxHistoryy16th century. 0aEnglandxChurch historyy16th century. 0aChristianityxOrigin. 0aReligionxMethodology. 0aReligionxStudy and teaching. 0aChurch historyy16th century.08iOnline version:aGriffin, Lauren Horn.tFabricating founders in early modern EnglanddLeiden ; Boston : Brill, [2023]z9789004514362w(DLC) 2023024077 aYBP Library ServicesbYANKn20221060 a92bPUL01565cam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094019001500117020002400132020002400156020002700180020002600207020001800233035004100251042000800292050002300300082002900323100003400352245006600386263000900452264004400461300001300505336002600518337002800544338002700572504005100599520022200650650003100872776012900903938004101032938004101073938002901114994001201143on1380687813OCoLC20230718213016.0230714s2024 nyu b 001 0 eng  a 2023031932 aDLCbengerdacDLC a1380686332 a9798765104620q(HB) a9798765104613q(PB) z9798765104651q(eBook) z9798765104644q(ePDF) z9798765104637 a(OCoLC)1380687813z(OCoLC)1380686332 apcc00aPN1996b.G857 202400a808.2/3223/eng/202307141 aGulino, Paul Joseph,eauthor.10aScreenwriting :bthe sequence approach /cPaul Joseph Gulino. a2402 1aNew York :bBloomsbury Academic,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"A substantial update of the previous edition, Screenwriting: The Sequence Approach discusses recent feature films and a new section analysing popular television series and streaming content"--cProvided by publisher. 0aMotion picture authorship.08iOnline version:aGulino, Paul Joseph.tScreenwritingdNew York : Bloomsbury Academic, 2024z9798765104651w(DLC) 2023031933 aYBP Library ServicesbYANKn20222029 aYBP Library ServicesbYANKn20222028 aBrodartbBRODn134728378 a92bPUL01597cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004200094019001500136020001800151020001500169035004100184042001500225043001200240050002200252100003000274245009900304246004200403264007200445264008900517264001100606300005800617336002100675336002800696337002500724338002300749546001600772610004200788610005900830650005400889650005800943651004301001710004501044710007401089994001201163on1381435287OCoLC20230718213016.0230426t20202020ph a f000 0 eng  a 2023353177 aDLCbengerdacDLCdPHBSPdDLCdOCLCF a1377550763 a9786218173057 a6218173054 a(OCoLC)1381435287z(OCoLC)1377550763 alcodeapcc aa-ph---00aHG3316b.L37 20201 aLandingin, Roel,eauthor.10aCool minds, brave hearts :bthe people of the Philippine Central Bank /cby Roel R. Landingin.30aPeople of the Philippine Central Bank 1aMalate, Manila, Philippines :bBangko Sentral ng Pilipinas,c[2020] 2aMalate, Manila, Philippines :bCorporate Affairs Office, Bangko Sentral ng Pilipinas 4c©2020 a290 pages :billustrations (some color) ;c24 x 31 cm atext2rdacontent astill image2rdacontent aunmediated2rdamedia avolume2rdacarrier aIn English.20aBangko Sentral ng PilipinasxHistory.27aBangko Sentral ng Pilipinas.2fast0(OCoLC)fst00699376 0aBanks and banking, CentralzPhilippinesxHistory. 7aBanks and banking, Central.2fast0(OCoLC)fst00827036 7aPhilippines.2fast0(OCoLC)fst012052612 aBangko Sentral ng Pilipinas,epublisher.2 aBangko Sentral ng Pilipinas.bCorporate Affairs Office,edistributor. a92bPUL03026cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020004500117020001500162020002500177035002200202042000800224050002100232082003200253100003000285245009100315263000900406264007500415300001400490336002600504337002800530338002700558490006700585500009100652504005100743505035500794520109301149650002302242650002502265650004502290776018702335938004102522938002902563994001202592on1381441210OCoLC20230718213016.0230717s2023 ne b 001 0 eng  a 2023026236 aDLCbengerdacDLC a9789027214041q(hardcover ;qalk. paper) a9027214042 z9789027249531q(pdf) a(OCoLC)1381441210 apcc00aP165b.U545 202300a415.01/835223/eng/202307171 aUngerer, Tobias,eauthor.10aStructural priming in the grammatical network /cTobias Ungerer, Concordia University. a2310 1aAmsterdam ;aPhiladelphia :bJohn Benjamins Publishing Company,c2023. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aConstructional approaches to language,x1573-594X ;vvolume 35 aOriginally presented as the author's thesis (doctoral)--University of Edinburgh, 2022. aIncludes bibliographical references and index.0 aSimilarity relations in the grammatical network -- Structural priming: background, methods and applications -- Priming evidence of similarity relations among alternating constructions: a reinterpretation -- Extending the scope of structural priming: comprehension experiments with non-alternating constructions -- Conclusion and further implications. a"This book brings together research in cognitive linguistics and experimental psychology to construct a psychologically plausible account of grammar as a mental network. To explore the organisation of this network, the author examines evidence from structural priming, which occurs when speakers' processing of a grammatical construction is affected by prior exposure to a similar construction. Previous experimental findings are innovatively reinterpreted to shed light on various aspects of the grammatical network, including the strength of the similarities between constructions, the level of abstraction at which they are represented and the ways in which similar constructions can either boost or inhibit each other. Moreover, new experiments are reported that extend structural priming to understudied phenomena like the resultative, the depictive and the caused-motion construction. The book is directed at theoretical linguists, psycholinguists and cognitive psychologists alike, showcasing how recent work in these areas can be integrated and extended"--cProvided by publisher. 0aCognitive grammar. 0aPriming (Psychology) 0aEnglish languagexPsychological aspects.08iOnline version:aUngerer, Tobias.tStructural priming in the grammatical networkdAmsterdam ; Philadelphia : John Benjamins Publishing Company, 2023z9789027249531w(DLC) 2023026237 aYBP Library ServicesbYANKn20338995 aBrodartbBRODn134782887 a92bPUL02299cam a22004458i 4500001001300000003000600013005001700019007000300036008004100039010001700080040003500097015001900132016001800151020003100169020003100200035002200231042000800253043003900261050002100300082003000321100002800351245011600379263000900495264004900504300001300553336002600566337002800592338002700620490002500647504005100672505005700723520072800780650002801508650002501536650003001561650003201591776017701623938004101800994001201841on1382257260OCoLC20230718213016.0t|230517s2023 nyu b 001 0 eng  a 2023023404 aDLCbengerdacDLCdUKMGBdYDX aGBC3C73152bnb7 a0211302742Uk a9798886977936q(hardcover) z9798886979237q(adobe pdf) a(OCoLC)1382257260 apcc au-at---an-cn---au-nz---an-us---00aK1066b.B33 202300a346/.082223/eng/202307131 aBaber, Graeme,eauthor.13aAn overview of banking law in four English-language jurisdictions /cGraeme Baber, researcher in financial law. a2308 1aHauppauge :bNova Science Publishers,c2023. a1 volume atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLaws and legislation aIncludes bibliographical references and index.0 aAustralia -- Canada -- New Zealand -- United States. a"In each of Chapters 1 to 4, the monograph introduces the legal system of four English-Language jurisdictions, namely Australia, Canada, New Zealand and the United States of America, and then considers the regulators, and some of the laws that regulate, banking activities there. Chapter 5 comprises concluding comments, based upon the work performed for the earlier chapters. In all three federal jurisdictions, namely, Australia, Canada, and the United States of America, banking law falls within the purview of the federal government. Notwithstanding this, the structure and content of the laws differs to some extent - which is a result, in part, of the particular history of the jurisdiction"--cProvided by publisher. 0aBanking lawzAustralia. 0aBanking lawzCanada. 0aBanking lawzNew Zealand. 0aBanking lawzUnited States.08iOnline version:aBaber, Graeme.tOverview of banking law in four english-language jurisdictionsdHauppauge : Nova Science Publishers, 2023z9798886979237w(DLC) 2023023405 aYBP Library ServicesbYANKn20217463 a92bPUL01882cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020001800131020001500149035002200164037001400186042001500200043001200215050002200227100006900249245015100318250003700469264010700506300002300613336002600636337002800662338002700690504005700717520014600774650006000920650006000980650005201040880005701092880016001149880003901309880011201348994001201460on1382362854OCoLC20230718213016.0221018s2022 iq b 000 0 ara  a 2022324631 aDLCbengerdacDLCdMEAUC c(3 a9789922615721 a992261572X a(OCoLC)1382362854 c10.00 JOD apccalcode ae-sp---00aPJ2399b.K48 20221 6880-01aKhuwaylidī, Isrāʼ Muṭashshar Ḥammūd,eauthor.106880-02aShuʻarāʼ al-Barbar fī al-Andalus bayna al-ikhtilāf wa-al-iʼtilāf /ctaʼlīf Isrāʼ Muṭashshar Ḥammūd al-Khuwaylidī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aBābil :bMuʼassasat Dār al-Ṣādiq al-Thaqāfīyah, Ṭabʻ, Nashr, Tawzīʻ,c2022. a321 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 215-231). aArabic poetry--Spain--Andalusia--history and criticism; Arabic poetry--750-1258--history and criticism; Berber poetry--history and criticism. 0aBerber poetryzSpainzAndalusiaxHistory and criticism. 0aArabic poetryzSpainzAndalusiaxHistory and criticism. 0aArabic poetryy750-1258xHistory and criticism.1 6100-01aخويلدي، إسراء مطشر حمود.106245-02aشعراء البربر في الأندلس بين الإختلاف والائتلاف /cتأليف إسراء مطشر حمود الخويلدي. 6250-03aالطبعة الأولى. 16264-04aبابل :bمؤسسة دار الصادق الثقافية، طبع، نشر، توزيع،c2022. a92bPUL04170cam a22005538i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040005600128015001900184016001800203019001500221020002700236020001500263020002700278020001500305035004100320037004000361042000800401050001300409082002900422245012200451263000900573264003900582300002200621336002600643337002600669338003600695504005100731520028300782588010301065505164101168650005602809650005802865650006402923650005402987655002203041700003303063776017403096856010903270856008203379938004203461938004503503938005603548994001203604on1382696448OCoLC20230718213016.0m o d cr |||||||||||230227s2023 mdu ob 001 0 eng  a 2023008590 aDLCbengerdacDLCdYDXdUKMGBdUKAHLdOCLCFdEBLCP aGBC3982752bnb7 a0210628782Uk a1381742929 a9781666909869q(ebook) a1666909866 z9781666909852q(cloth) z1666909858 a(OCoLC)1382696448z(OCoLC)1381742929 a9781666909869bIngram Content Group apcc00aBV4011.300a253.076223/eng/2023071700aEnriching awareness and practice in the pastoral and reflective supervision of clergy /cedited by Peter Madsen Gubi. a2306 1aLanham :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Enriching Awareness and Practice in the Pastoral and Reflective Supervision of Clergy increases and enriches the awareness, knowledge, and skills of pastoral and reflective supervisors who work with clergy in a pastoral/reflective supervision context"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 a

Dedication

Acknowledgments

Introduction, Peter Madsen Gubi

Chapter One: The Effect of Presence and Power in the Pastoral Supervisory Relationship, Bill Mullally

Chapter Two: Reflecting Theologically in Pastoral Supervision, Peter Madsen Gubi

Chapter Three: Prayer in Pastoral Supervision, Peter Madsen Gubi

Chapter Four: Supervisee Self-Care in Pastoral Supervision, Michelle Seabrook

Chapter Five: Working with Diversity in Pastoral Supervision, Deanne Gardner

Chapter Six: Working with Stuckness in Pastoral Supervision, Sally Bubbers

Chapter Seven: Developing an Understanding of Trauma in Pastoral Supervision, Sally Bubbers

Chapter Eight: Working with Shame in Pastoral Supervision, Sally Nash

Chapter Nine: Some Implications of Culture and Religion for Pastoral Supervision, Tuntufye Anangisye Mwenisongole

Chapter Ten: Pastoral Supervision for Clergy Spouses, Deanne Gardner

Index

About the Contributors

 0aPastoral theologyxStudy and teachingxSupervision. 0aPastoral counselingxStudy and teachingxSupervision. 7aClergyxPost-ordination training.2fast0(OCoLC)fst00864068 7aClergyxReligious life.2fast0(OCoLC)fst00864077 0aElectronic books.1 aMadsen Gubi, Peter,eeditor.08iPrint version:tEnriching awareness and practice in the pastoral and reflective supervision of clergydLanham : Lexington Books, [2023]z9781666909852w(DLC) 202300858940zClick here to view bookuhttps://public.ebookcentral.proquest.com/choice/PublicFullRecord.aspx?p=726058740uhttps://www.vlebooks.com/vleweb/product/openreader?id=none&isbn=9781666909869 aYBP Library ServicesbYANKn305516675 aProQuest Ebook CentralbEBLBnEBL7260587 aAskews and Holts Library ServicesbASKHnAH41231906 a92bPUL04002cam a22007218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040004400128020002600172020001500198020003000213020002600243020001500269020002600284020001800310020001500328024003100343035002200374042000800396043002100404050001400425082003500439100003000474245011900504263000900623264006200632300002200694336002600716337002600742338003600768347002700804504005100831505079000882520015401672588010301826532025801929600003202187600003102219650005802250650004602308650004002354650005402394651004402448651004402492650005202536650003702588650002702625651004502652647005202697648002002749655002202769700003102791776015402822856008702976856010903063938005103172938004503223994001203268on1382715264OCoLC20230718213016.0m o d cr |||||||||||230426s2023 enk ob 001 0 eng  a 2023019444 aDLCbengerdacDLCdEBLCPdOCLCFdBLOOM a9781350338197q(ePDF) a1350338192 z9781350338180q(hardback) a9781350338203q(epub) a1350338206 z9781350338319q(pbk.) a9781350341562 a13503415687 a10.5040/97813503415622doi a(OCoLC)1382715264 apcc ae-ur---an-us---00aKLA42.M6600a345/.02310947223/eng/202307141 aEvans, Kelly J.,eauthor.10aWitnessing Stalin's justice :bthe United States and the Moscow show trials /cKelly J. Evans and Jeanie M. Welch. a2309 1aLondon, UK ;aNew York, NY :bBloomsbury Academic,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier atext filebHTML2rdaft aIncludes bibliographical references and index.0 aThe United States and the Soviet Union (1917-33) -- Prelude to the Moscow Show Trials (1917-35) -- The First Moscow Show Trial : "The Case of the Trotskyite-Zinovievite Terrorist Centre" (1936) -- The Second Moscow Show Trial : "The Case of the Anti-Soviet Trotskyite Centre" (1937) -- Other American reactions to the Second Trial (1937) -- The Army Trial : "The Case of the Trotskyist Anti-Soviet Military Organization" (1937), the Navy Purges (1937-8), and the Anti-Foreigner Campaign (1937-8) -- The Third Moscow Show Trial : "The Bloc of Rightists and Trotskyites" (1938) and "The Moscow Trials : A Statement by American Progressives" (1938) -- The aftermath of the Moscow show trials : Part I -- 1939-55 -- The aftermath of the Moscow show trials : Part II -- 1956 to the present. a"A study of contemporary American reactions to the Moscow show trials of the 1930s and their impact on US-Soviet relations"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aCompliant with Level AA of the Web Content Accessibility Guidelines. Content is displayed as HTML full text which can easily be resized or read with assistive technology, with mark-up that allows screen readers and keyboard-only users to navigate easily10aStalin, Joseph,d1878-1953.10aTrotsky, Leon,d1879-1940. 0aTrials (Political crimes and offenses)zSoviet Union. 0aMoscow Trials, Moscow, Russia, 1936-1937. 0aMoscow Trial, Moscow, Russia, 1945. 0aSoviet UnionxPolitics and governmenty1936-1953. 0aUnited StatesxRelationszSoviet Union. 0aSoviet UnionxRelationszUnited States. 7a20th century history: c 1900 to c 2000.2bicssc 7aHistory of the Americas.2bicssc 7aLegal history.2bicssc 7aUnited States.2fast0(OCoLC)fst01204155 7aCold Ward(1945-1989)2fast0(OCoLC)fst01754978 7a1900-19992fast 0aElectronic books.1 aWelch, Jeanie M.,eauthor.08iPrint version:aEvans, Kelly J.tWitnessing Stalin's justicedLondon, UK ; New York, NY : Bloomsbury Academic, 2023z9781350338180w(DLC) 202301944340uhttps://doi.org/10.5040/9781350341562?locatt=label:secondary_bloomsburyCollections40zClick here to view bookuhttps://public.ebookcentral.proquest.com/choice/PublicFullRecord.aspx?p=7264992 aBloomsbury PublishingbBLOOnBP9781350341562BC aProQuest Ebook CentralbEBLBnEBL7264992 a92bPUL02438cam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003700128020002700165020001500192020003100207035002200238042000800260043001200268050001100280082003000291100002900321245006000350263000900410264004700419300002300466336002600489337002600515338003600541490003700577504005100614520046000665521002601125521002901151588010301180505013801283650005901421650006201480650004901542650005201591651004501643655004601688776014401734938004201878994001201920on1383660950OCoLC20230718213016.0m o d cr |||||||||||230413s2024 cau job 001 0 eng  a 2023014671 aDLCbengerdacDLCdOCLCFdGGVRL a9781678206956q(ebook) a1678206954 z9781678206949q(hardcover) a(OCoLC)1383660950 apcc an-us---00aKF477200a323.44/3223/eng/202307141 aBell, Samantha,eauthor.10aFreedom of speech and the press /cby Samantha S. Bell. a2308 1aSan Diego, CA :bBrightPoint Press,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aUnderstanding American democracy aIncludes bibliographical references and index. a"The First Amendment of the US Constitution states that all people have the right to freedom of the speech and the press. This means citizens can speak, write, and publish freely. But there are limits to these rights. People continue to debate what types of speech are protected by the First Amendment. Freedom of Speech and the Press explores these rights, looking at how our understanding of these freedoms continues to change"--cProvided by publisher. aAges 13bBrightPoint. aGrades 7-9bBrightPoint. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aCh. 1. What is freedom of speech? -- ch. 2. The history of the freedomes -- ch. 3. Figuring out the freedoms -- ch. 4. Up for debate. 0aFreedom of speechzUnited StatesvJuvenile literature. 0aFreedom of the presszUnited StatesvJuvenile literature. 7aFreedom of speech.2fast0(OCoLC)fst00934044 7aFreedom of the press.2fast0(OCoLC)fst00934063 7aUnited States.2fast0(OCoLC)fst01204155 7aJuvenile works.2fast0(OCoLC)fst0141163708iPrint version:aBell, Samantha.tFreedom of speech and the pressdSan Diego, CA : BrightPoint Press, 2024z9781678206949w(DLC) 2023014670 aGale Cengage LearningbGVRLnGVRL560Z a92bPUL02260cam a2200553 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020002400136020002200160020002500182035002200207037001400229041001300243042001500256043001200271050002300283100004500306240006000351245018400411250003700595264008100632300002300713336002600736337002800762338002700790546002900817520004900846651004900895651004000944651002900984651003101013650003001044650002101074650003701095650005501132651003601187648002001223655003901243700005001282880003901332880019501371880003901566880008901605994001201694on1385982080OCoLC20230718213016.0221019s2022 jo 000 0 ara  a 2022324705 aDLCbengerdacDLCdOCLCFdVA@ c(3 z9789923769184 (set) a9923769186q(set) a9789923769188q(set) a(OCoLC)1385982080 c20.00 JOD1 aarahper alcodeapcc aa-ir---00aDS292b.J3412 20221 6880-01aJaʻfariyān, Rasūl,eauthor.10aSiyāsat va farhang-i rūzgār-i Ṣafavī.lArabic106880-02aSiyāsat al-ʻaṣr al-Ṣafawī wa-thaqāfatuh /cRasūl Jaʻfarīyān, ustādh musāʻid, Jāmiʻat Ṭahrān ; tarjamat D. Māzin Ismāʻīl al-Nuʻaymī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aAmman :bDār Ward al-Urdunīyah lil-Nashr wa-al-Tawzīʻ,c2022. a2 volumes ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTranslated from Persian. aIran; history; Ṣafavid dynasty, 1501-1736. 0aIranxHistoryyṢafavid dynasty, 1501-1736. 0aIranxHistoryy16th-18th centuries. 0aIranxSocial conditions. 0aIranxEconomic conditions. 0aIslam and politicszIran. 0aShīʻahzIran. 7aIslam.2fast0(OCoLC)fst00979776 7aṢafavid Dynasty (Iran)2fast0(OCoLC)fst01696767 7aIran.2fast0(OCoLC)fst01204889 7a1501-17362fast 7aHistory.2fast0(OCoLC)fst014116281 aNuʻaymī, Māzin Ibrāhīm,etranslator.1 6100-01aجعفريان، رسول.106245-02aسياسة العصر الصفوي وثقافته /cرسول جعفريان، أستاذ مساعد، جامعة طهران ؛ ترجمة د. مازن إسماعيل النعيمي. 6250-03aالطبعة الأولى. 16264-04aAmman :bدار ورد الأردنية للنشر والتوزيع،c2022. a92bPUL05008cam a22006498i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003500128020002700163020001500190020003600205020003300241020004300274020004000317020003000357020003100387020001500418024003100433035002200464037003600486042000800522050000900530072002500539072002500564072002500589072001600614082003300630245010600663263000900769264006100778300002300839336002600862337002600888338003600914490001900950504005100969505130601020520124802326588010303574545017003677650002403847650002203871650004403893650003203937650004003969650004104009700002504050700002904075776012804104856007204232938004204304994001204346on1388319163OCoLC20230718213016.0m o d cr |||||||||||230427s2023 enk ob 001 0 eng  a 2023011156 aDLCbengerdacDLCdYDXdTYFRS a9781003312994q(ebook) a1003312993 a9781000931815q(electronic bk.) a1000931811q(electronic bk.) a9781000931884q(electronic bk. : EPUB) a1000931889q(electronic bk. : EPUB) z9781032307572q(hardback) z9781032321318q(paperback) z10323075797 a10.4324/97810033129942doi a(OCoLC)1388319163 a9781003312994bTaylor & Francis apcc00aK670 7aEDUx0150002bisacsh 7aLAWx0380002bisacsh 7aLAWx0380102bisacsh 7aLNM2bicssc00a346.01/5071223/eng/2023071400aTeaching family law :breflections on pedagogy and practice /cedited by Henry Kha and Mark Henaghan. a2308 1aAbingdon, Oxon [UK] ;aNew York, NY :bRoutledge,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLegal pedagogy aIncludes bibliographical references and index.0 aIntroduction / Mark Henaghan and Henry Kha -- Ideologies of family law / Mark Henaghan -- Family property law : learning from best practice in teaching controversial topics / Kathryn O'Sullivan -- The use of family law assessments as a vehicle for skills development / Lisa Young -- Comparative family law and family law teaching / Jens Scherpe -- Family dispute resolution : teaching the benefits and challenges / Rachael Field -- Practical legal training in 'child law' : lessons in collaboration, emotion and relationships / Tamara Walsh -- Australian family law going round the twist : teaching opportunities and challenges / Henry Kha -- Canadian challenges and initiatives in teaching family law : a multi-jurisdictional and multi-jural country / Martha Bailey -- Three pillars : articulating a family law pedagogy for Hong Kong / Anne Scully-Johnson -- Teaching parenting law in the face of cultural challenges in Aotearoa New Zealand / Bill Atkin -- Teaching family law in South Africa : family law in flux of substance and form / Bradley Smith -- Teaching family law in England and Wales : the challenge of expanding content and perspectives / Stephen Gilmore -- Teaching family law in the United States : riding the rollercoaster / Linda D. Elrod -- Conclusion / Henry Kha and Mark Henaghan. a"This book provides a comprehensive analysis of the teaching of an eclectic range of family law topics and the unique opportunities and challenges of teaching family law in different jurisdictions from a varied international perspective. Written by leading legal scholars, the book addresses a gap in the scholarship to comprehensively and systematically analyse the teaching of family law. The first part of the book explores ways of teaching the varied range of topics under the heading of family law and captures the diverse approaches to the discipline. Chapters illustrate how the subject can be best taught in an interdisciplinary way that considers feminist perspectives and the philosophy of teaching, while encompassing legal positivism, empirical research and critical legal theory. The second part of the book examines teaching in different jurisdictions and illustrates policy and practice in Australia, New Zealand, the United States, Canada, the United Kingdom, Hong Kong and South Africa. Showcasing examples of best practice of teaching family law, the book will be essential reading for legal scholars, as well as researchers and postgraduate students in the fields of family law and legal education"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aHenry Kha is Senior Lecturer, Macquarie Law School, Macquarie University, Australia. Mark Henaghan is Professor, Faculty of Law, University of Auckland, New Zealand. 0aDomestic relations. 0aMarital property. 0aDomestic relationsxStudy and teaching. 7aEDUCATION / Higher2bisacsh 7aLAW / Family Law / General2bisacsh 7aLAW / Family Law / Children2bisacsh1 aKha, Henry,eeditor.1 aHenaghan, Mark,eeditor.08iPrint version:tTeaching family lawdAbingdon, Oxon [UK] ; New York, NY : Routledge, 2023z9781032307572w(DLC) 2023011155403Taylor & Francisuhttps://www.taylorfrancis.com/books/9781003312994 aYBP Library ServicesbYANKn305552351 a92bPUL01530cam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002700159035002200186042000800208050002400216082003000240100003300270245009900303263000900402264005400411300001300465336002600478337002800504338002700532504005100559520021300610650003500823650002900858650003400887776014100921938004101062938002901103994001201132on1388402339OCoLC20230718213016.0230717s2024 mdu b 001 0 eng  a 2023027672 aDLCbengerdacDLC a9781538175538q(cloth) a1538175533 z9781538175545q(ebook) a(OCoLC)1388402339 apcc00aGV706.4b.P364 202400a796.01/9223/eng/202307171 aParry, John,d1948-eauthor.14aThe burden of sports :bhow and why athletes struggle with mental health /cJohn Weston Parry. a2402 1aLanham, Maryland :bRowman & Littlefield,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book looks at how sports negatively impact the mental health and emotional well-being of athletes as well as the reactions of spectators and media to these athletes' struggles"--cProvided by publisher. 0aSportsxPsychological aspects. 0aAthletesxMental health. 0aAthletesxHealth and hygiene.08iOnline version:aParry, John, 1948-tBurden of sportsdLanham, Maryland : Rowman & Littlefield, [2024]z9781538175545w(DLC) 2023027673 aYBP Library ServicesbYANKn20371090 aBrodartbBRODn134934016 a92bPUL02830cam a22005178i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003700128015001900165016001800184020002700202020001500229020002700244035002200271037004000293042000800333050001300341082002500354100002700379245006000406263000900466264003900475300002200514336002600536337002600562338003600588490005400624504005100678520036100729588010301090505057801193600004801771600003501819600007401854600006101928650002601989650003202015650005802047650005202105776014302157994001202300on1388645526OCoLC20230718213016.0m o d cr |||||||||||230303s2023 mdu ob 001 0 eng  a 2023010071 aDLCbengerdacDLCdOCLCFdUKMGB aGBC3645192bnb7 a0210079342Uk a9781666905632q(ebook) a1666905631 z9781666905625q(cloth) a(OCoLC)1388645526 a9781666905632bIngram Content Group apcc00aB2949.N300a113223/eng/202307131 aPadui, Raoni,eauthor.10aHegel and Heidegger on nature and world /cRaoni Padui. a2305 1aLanham :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aContinental philosophy and the history of thought aIncludes bibliographical references and index. a"This book argues that Hegel and Heidegger offer two divergent paths towards reconciling the dichotomy between nature and world inherited from modern philosophy. Raoni Padui traces the ways in which nature is incorporated into the domain of meaningful human dwelling that Heidegger calls "world" and Hegel calls "Spirit" or Geist"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 a

Introduction: Our Amphibian Condition

Historical Interlude 1: The Modern Dichotomy between Nature and World

Chapter 1: Hegel on the Reconciliation of Nature and Spirit

Historical Interlude 2: The Modern Dichotomy Transformed and Repeated

Chapter 2: Heidegger on World and Nature: The Withdrawal of Being

Chapter 3: Hegel or Heidegger

Conclusion: The Step Back from the Step Back

10aHegel, Georg Wilhelm Friedrich,d1770-1831.10aHeidegger, Martin,d1889-1976.17aHegel, Georg Wilhelm Friedrich,d1770-1831.2fast0(OCoLC)fst0003181617aHeidegger, Martin,d1889-1976.2fast0(OCoLC)fst00032385 0aPhilosophy of nature. 0aPhilosophical anthropology. 7aPhilosophical anthropology.2fast0(OCoLC)fst01060766 7aPhilosophy of nature.2fast0(OCoLC)fst0106084508iPrint version:aPadui, Raoni.tHegel and Heidegger on nature and worlddLanham : Lexington Books, [2023]z9781666905625w(DLC) 2023010070 a92bPUL03426cam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003500128020002700163020001500190020003000205035002200235042000800257050001100265082002500276245010200301263000900403264004700412300002200459336002600481337002600507338003600533500002000569505126600589520054201855588010302397504005102500600001902551650002302570650004902593700003002642700003902672776012802711856012902839994001202968on1389343823OCoLC20230718213016.0m o d cr |||||||||||230510s2023 ne o 011 0 eng  a 2023022429 aDLCbengerdacDLCdOCLCFdUEJ a9789004545946q(ebook) a9004545948 z9789004545939q(hardback) a(OCoLC)1389343823 apcc00aKZ341000a341223/eng/2023071400aReflections on international law :bstudies in honour of Lindy Melman /cedited by Tim McCormack. a2307 1aLeiden ;aBoston :bBrill Nijhoff,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.0 aIntroduction : honouring Lindy Melman / Tim McCormack -- Indigenous peoples : the battle over definition / Siegfried Wiessner -- Immunities of foreign states' property against attachment : recent practice of the Swedish Courts / Said Mahmoudi -- The Brownian Motion of legal terms in the Case Law of the European Court of Human Rights / Kanstantsin Dzehtsiarou -- Analogical reasoning / María José Falcón y Tella -- Religious protection and the law of armed conflict / Yoram Dinstein -- Some notes on the history of police cooperation in the meuse -- Rhine Euroregion / Cyrille Fijnaut -- The UN Human Rights Committee's Torres Strait Islanders Decision : 'true' climate change litigation? / Vassilis P. Tzevelekos -- The conflict between EU Law and International Investment Law : the Energy Charter Treaty (ECT) as a Case Study / Nikos Lavranos -- From the Netherlands to Van Diemen's Land and back again : extending Dutch-Tasmanian connections / Tim McCormack -- The future role of the International Legal Order / Bertrand G. Ramcharan -- Beyond cultural internationalism? International law and the return of cultural colonial objects / Carsten Stahn -- The persistent relevance of the Travaux Préparatoires of the Genocide Convention / Philippa Webb. a"For 40 years Lindy Melman has been a publisher in heart and soul. Some of the authors she encountered along the way have dedicated an essay to her to celebrate this milestone. This book contains essays written by leading human rights and international law scholars from different parts of the world, discussing a wide range of topics, from indigenous peoples to the persistent relevance of the travaux préparatoires of the Genocide Convention and the conflict between EU law and international investment law"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. aIncludes bibliographical references and index.10aMelman, Lindy. 0aInternational law. 7aInternational law.2fast0(OCoLC)fst009769841 aMelman, Lindy,ehonouree.1 aMcCormack, Timothy L. H.,eeditor.08iPrint version:tReflections on international lawdLeiden ; Boston : Brill Nijhoff, [2023]z9789004545939w(DLC) 202302242840zAccess onsite at IALS {u2013} Brill Online Booksuhttp://0-dx.doi.org.catalogue.libraries.london.ac.uk/10.1163/9789004545946 a92bPUL01612cam a22004215i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129020001500147035002200162037001400184041001300198042001500211050002400226100005100250245013400301250003700435264008900472300002300561336002600584337002800610338002700638504004100665546003100706520003400737650003300771650002400804650002600828880004400854880014700898880003901045880009401084994001201178on1389823488OCoLC20230718213016.0221017s2023 jo b 000 0 ara  a 2022358649 aDLCbengerdacDLCdVA@ c(3 a9789923255438 a9923255433 a(OCoLC)1389823488 c13.00 JOD0 aarabeng apccalcode00aB745.K53bM345 20231 6880-01aMaḥmūd, Muʼayyad Jubayr,eauthor.136880-02aal-Murtakazāt al-fikrīyah li-aslamat al-maʻrifah :bdirāsah naqdīyah /cal-Duktūr Muʼayyad Jubayr Maḥmūd. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Kafāʼat al-Maʻrifah lil-Nashr wa-al-Tawzīʻ,c2023. a438 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aIncludes English abstract. aKnowledge, Theory of (Islam). 0aKnowledge, Theory of (Islam) 0aIslamic philosophy. 0aKnowledge, Theory of.1 6100-01aمحمود، مؤيد جبير.126245-02aالمرتكزات الفكرية لأسلمة المعرفة :bدراسة نقدية /cالدكتور مؤيد جبير محمود. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار كفاءة المعرفة للنشر والتوزيع،c2023. a92bPUL03336cam a22004698i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003100119020001500150020002500165020003600190035002200226042000800248043002100256050002400277082003500301100004500336245010600381250001900487263000900506264006000515300001300575336002600588337002800614338002700642520082500669504005101494505072501545651003102270650006302301651005902364651004702423651006602470651006702536776018102603938002902784938004102813994001202854on1390118633OCoLC20230718213016.0230708s2023 tnu b 001 0 eng  a 2023031042 aLBSORbengerdacDLC a9781621908258q(hardcover) a1621908259 z9781621908265q(pdf) z9781621908272q(kindle edition) a(OCoLC)1390118633 apcc an-us-paan-us---00aF159.P657bY67 202300a973.709748/86223/eng/202307171 aYork, Allen Christopher,d1977-eauthor.10aOur people are warlike :bCivil War Pittsburgh and home-front mobilization /cAllen Christopher York. aFirst edition. a2311 1aKnoxville :bThe University of Tennessee Press,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"While one of the most persistent underlying themes in the historiography of the Civil War is the "brother against brother" one, particularly in states that were deeply divided, Pittsburgh and its citizenry provide an instance of almost universal pro-Union ideological solidarity as the war approached and overtook the country. The city achieved this unity despite forces that might ordinarily tear it apart: an ethnically diverse population, including many new immigrants, a complex industrial-economic situation, and an enormous contribution of soldiers who died in combat. A study of local history during a tumultuous time and of pro-Unionism in which different groups tried to outdo one another in patriotic fervor, this book provides a wide-ranging look at Pittsburgh during the war years"--cProvided by publisher. aIncludes bibliographical references and index.0 aFor the victory that must sooner or later crown their efforts : Pittsburgh on the eve of war -- Not only by expressions of sentiment, but by the exercise of physical force : reactions to rebellion -- Every prominent point will bristle with cannon and bayonets : soldiers and soldiering in the city -- The country has a right to the services of her citizens : the draft, emancipation, and sustaining local volunteerism -- Your patriotism, as well as your honor ... in the performance of your duties : manufacturing a war effort -- The voluntary and spontaneous action of the people : benevolent mobilization on the home front and front line -- Unite in doing honor to the deceased hero : managing death on the home front. 0aPittsburgh (Pa.)xHistory. 0aSoldierszPennsylvaniazPittsburghxHistoryy19th century. 0aUnited StatesxArmed ForceszPennsylvaniazPittsburgh. 0aUnited StatesxArmed ForcesxMobilization. 0aUnited StatesxHistoryyCivil War, 1861-1865xSocial aspects. 0aUnited StatesxHistoryyCivil War, 1861-1865xCivilian relief.08iOnline version:aYork, Allen Christopher, 1977-tOur people are warlikebFirst edition.dKnoxville : The University of Tennessee Press, [2023]z9781621908265w(DLC) 2023031043 aBrodartbBRODn134915933 aYBP Library ServicesbYANKn20384535 a92bPUL01931cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020002500129020001500154035002200169042001400191050002200205100005300227245023800280250003700518264008900555300002400644336002600668337002800694338002700722490005800749504006700807505004800874650005000922650007600972880003901048880024301087880003901330880009101369880006101460994001201521on1390156466OCoLC20230718213016.0230204s2021 iq b 000 0 ara d a 2023359604 aOSUbengerdacDLCdOSU c(3 a9786057477125q(set) a605747712X a(OCoLC)1390156466 alccopycat00aKBP461b.I83 20211 6880-01aʻĪsá, Muḥammad Ḥājj,eauthor.106880-02aManhaj al-baḥth fī ʻilm uṣūl al-fiqh :buṭrūḥah jāmiʻīyah tuʻālij mawḍūʻ al-tajdīd wa-ṭarīqah taḥqīqahu /cal-Duktūr Muḥammad Ḥājj ʻĪsá, Jāmiʻat Tilimsān, al-Jazāʼir. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aBaghdād :bMuʼassasat al-Baṣāʼir lil-Dirāsāt wa-al-Nashr,c2021. a2 volumes ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-05aSilsilat al-rasāʼil al-jāmiʻīyah ;v2 aIncludes bibliographical references (volume 2, pages 469-502).0 aal-Juzʼ al-awwal. -- al-Juzʼ al-thānī 0aIslamic lawxInterpretation and construction. 7aIslamic lawxInterpretation and construction.2fast0(OCoLC)fst009799551 6100-01aعيسى، محمد حاج106245-02aمنهج البحث في علم أصول الفقه :bأطروحة جامعية تعالج موضوع التجديد وطريقة تحقيقه /cالدكتور محمد حاج عيسى، جامعة تلمسان، الجزائر. 6250-03aالطبعة الأولى. 16264-04aبغداد :bمؤسسة البصائر للدراسات والنشر،c2021.0 6490-05aسلسلة الرسائل الجامعية ؛v2 a92bPUL01891cam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003000128020002700158020003700185020003100222035002200253042000800275050001400283082002700297100002700324245004400351263000900395264005400404300002300458336002600481337002600507338003600533490004400569504005100613520023300664521003300897521003400930588010300964505010401067650004701171650003501218776013801253938004201391994001201433on1390622317OCoLC20230718213016.0m o d cr |||||||||||230517s2024 mnu job 001 0 eng  a 2023022003 aDLCbengerdacDLCdGGVRL a9798886877052q(ebook) z9798886875171q(library binding) z9798886875676q(paperback) a(OCoLC)1390622317 apcc00aQA76.611500a005.1223/eng/202307171 aBurns, Kylie,eauthor.10aCoding with robotics /cby Kylie Burns. a2308 1aMinneapolis, MN :bBellwether Media, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aExpress! Adventures in unplugged coding aIncludes bibliographical references and index. a"Information accompanies instructions for various robotics-themed activities that demonstrate skills needed for coding. The text level and subject matter are intended for students in grades 3 through 8"--cProvided by publisher. aAges 7-13bBellwether Media. aGrades 4-6bBellwether Media. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aWhat is unplugged coding? -- Robot cleaner! -- Handy robot -- Changing gears -- Think like a robot! 0aComputer programmingvJuvenile literature. 0aRoboticsvJuvenile literature.08iPrint version:aBurns, Kylie.tCoding with roboticsdMinneapolis, MN : Bellwether Media, Inc., 2024z9798886875171w(DLC) 2023022002 aGale Cengage LearningbGVRLnGVRL55P9 a92bPUL01056cas a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001400122025002200136035002200158042000800180043001200188050002000200110003900220245006100259260005000320300002100370310001100391336002600402337002800428338002700456588004000483588001700523651004100540780011700581850000800698994001200706on1390658524OCoLC20230718213016.0230717c201u9999ii ar 1 0eng  a 2023345298 aDLCbengerdacDLCdDLC a2277-744X aI-E-E-2023-345298 a(OCoLC)1390658524 apcc aa-ii---00aDS485.O6bO673a2 aOdisha History Congress.bSession.10aProceedings of the Odisha History Congress ... Session. aBhubaneswar, India :bOdisha History Congress avolumes ;c24 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a36th (2015); title from title page.1 a38th (2017). 0aOdisha (India)xHistoryvCongresses.00aOrissa History Congress. Session.tProceedings of the Orissa History Congressw(DLC) 98659020w(OCoLC)38587937 aDLC a92bPUL01057cas a22003377i 4500001001300000003000600013005001700019008004100036010001700077040002800094025002200122035002200144042000800166043001200174050002000186245002800206246003000234246004000264264008400304300002600388310001100414336002600425337002800451338002700479588003300506588001000539651007700549710007300626850000800699994001200707on1390672841OCoLC20230718213016.0230718c200u9999ii ar s s0 0eng  a 2023345299 aDLCbengerdacDLCdDLC aI-E-E--2023345299 a(OCoLC)1390672841 apcc aa-ii---00aHC437.J34bJ31700aJ& K in Indian economy.3 aJ and K in Indian economy17aJammu and Kashmir in Indian economy 1aJammu :bDirectorate of Economics & Statistics, Government of Jammu and Kashmir avolumes ;c11 x 15 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2018; title from title page.1 a2018. 0aJammu and Kashmir (India)xEconomic conditionsvStatisticsvPeriodicals.1 aJammu and Kashmir (India).bDirectorate of Economics and Statistics. aDLC a92bPUL02909nam a2200373Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003700122020003400159035002200193043001200215050002500227082003000252100002700282240001500309245004300324264005800367300004300425336002600468337002800494338002700522500010900549520151800658500006902176651005102245655003002296655004302326655001902369776013502388994001202523on1390676769OCoLC20230718213016.0230718r20232022ilua 000 1 eng  a 2022061841 aDLCbengerdacBULdBUL a9781728248479q(trade paperback) a1728248477q(trade paperback) a(OCoLC)1390676769 ae-uk-en00aPR6070.H96bQ44 202300a823/.914223/eng/202301031 aCarey, C. J.,eauthor.10aQueen high10aQueen Wallis :ba novel /cC.J. Carey. 1aNaperville, Illinois :bSourcebooks Landmark,c[2023] axv, 398 pages :billustration ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Originally published in 2022 as Queen High in Great Britain by Quercus Editions Ltd"--Title page verso. a"The thrilling sequel to Widowland, a feminist dystopian novel set in an alternative history that terrifyingly imagines what a British alliance with Germany would look like if the Nazis had won WWII. London, 1955. The Leader has been dead for two years. His assassination, on British soil, provoked violent retribution and intensified repression of British citizens, particularly women. Now, more than ever, the Protectorate is a place of surveillance and isolation-a land of spies. Every evening Rose Ransom looks in the mirror and marvels that she's even alive. A mere woman, her role in the Leader's death has been miraculously overlooked. She still works at the Culture Ministry, where her work now focuses on poetry, which has been banned for its subversive meanings, emotions, and signals that cannot be controlled. A government propaganda drive to promote positive images of women has just been announced ahead of a visit from Dwight D. Eisenhower, the first American president to set foot on English soil in two decades. Queen Wallis Simpson will be spearheading the campaign, and Rose has been tasked with visiting her to explain the plan. When Rose arrives at the palace, she finds Wallis in a state of paranoia, desperate to return to America and enjoy the liberty of her homeland following her husband's death. Wallis claims she has a secret document so explosive that it will blow the Protectorate apart. But will the last queen of England pull the trigger on the Alliance?"--cProvided by publisher. aIncludes reading group guide and a conversation with the author. 0aGreat BritainxHistoryy20th centuryvFiction. 7aDystopian fiction.2lcgft 7aAlternative histories (Fiction)2lcgft 7aNovels.2lcgft08iOnline version:aCarey, C. J.tQueen WallisdNaperville, Illinois : Sourcebooks Landmark, [2023]z9781728248486w(DLC) 2022061842 a92bPUL01900nam a2200337Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020002800153035002200181050002800203082002900231100003100260245004100291250001900332264003900351300002400390336002600414337002800440338002700468490003600495520089100531650003101422650003601453655004201489655001901531994001201550on1390681372OCoLC20230718213016.0230718s2023 nyu 000 1 eng  a 2023009264 aDLCbengerdacBULdBUL a9781250783080q(hardcover) a1250783089q(hardcover) a(OCoLC)139068137200aPS3552.L36512bS53 202300a813/.54223/eng/202302271 aBlanchard, Alice,eauthor.14aThe shadow girls /cAlice Blanchard. aFirst edition. 1aNew York :bMinotaur Books,c2023. a307 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aA Natalie Lockhart novel ;v[4] a"Someone is playing deadly games. Lieutenant Luke Pittman lies in the hospital in a coma after being attacked by one of their own. Veronica Manes, Burning Lake's most respected modern-day witch, is dead, her murder left unsolved. Natalie Lockhart has become embroiled in a case with threads that become increasingly difficult to untangle. Now, a new horror is uncovered, one that shocks the town as never before, and the dark, shadowy path forward for Natalie is paved with challenges that haunt her past--Veronica's unsolved case. Her sister's traumatic murder. The long-lost disappearance of her old best friend. Natalie's obsession with finding the truth leads to a twisted, elemental struggle between good and evil--and nothing will ever be the same again. The woods have secrets. The trees are carved with curses. There's something wicked in Burning Lake"--cProvided by publisher. 0aWomen detectivesvFiction. 0aMurderxInvestigationvFiction. 7aDetective and mystery fiction.2lcgft 7aNovels.2lcgft a92bPUL01595cas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094025002200122035002200144042000800166043001200174050001900186110003000205245014800235246003500383264004100418300002100459310001100480336002600491337002800517338002700545362002500572500014400597515003000741588003800771588001500809650007000824651007700894710004500971780016101016850000801177994001201185on1390681793OCoLC20230718213016.0230718c20199999ii ar f0 0eng  a 2023345300 aDLCbengerdacDLCdDLC aI-E-E-2023-345300 a(OCoLC)1390681793 apcc aa-ii---00aHJ65.J36bJ36e1 aJammu and Kashmir (India)10aState finances audit report of the Comptroller and Auditor General of India for the year ended 31 March ... /cGovernment of Jammu and Kashmir.18aAudit report on state finances 1aNew Delhi :bThe Comptroller,c2019- avolumes ;c31 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with 2017/2018 aAlso numbered relative to other reports of the Comptroller and Auditor General; e.g. issue for 2017/2018 called also: report no. 1 of 2019. aReport year ends Mar. 31.0 a2017/2018; title from title page.1 a2019/2020. 0aFinance, PubliczIndiazJammu and KashmirxAuditingvPeriodicals. 0aJammu and Kashmir (India)xAppropriations and expendituresvPeriodicals.1 aIndia.bComptroller and Auditor-General.00aJammu and Kashmir (India).tReport of the Comptroller and Auditor General of India on state finances for the year endedw(DLC) 2011352018w(OCoLC)793215876 aDLC a92bPUL01366njm a22003733i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002300150035002200173245003300195264007400228264001100302300004100313336003700354337002300391338003100414344001900445344001900464344001900483347002200502347001300524511006400537500001800601500003200619505028100651500001800932650003000950994001200980on1390681824OCoLC20230718213016.0sd fsngnnmmned230717s2009 xnappnn d n eng  a 2023621515 aDLCbengerdacDLC3 a932680600679602aF1bFolksinger Pty a(OCoLC)139068182400aHome by dark /cNigel Foote. 1aBlue Mountains, New South Wales, Australia :bFolksinger Pty,c[2009] 4c©2009 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aNigel Foote, guitar, vocals ; with accompanying performers. aCompact disc. aLyrics on container insert.0 aThe water smoothes the stones -- Sleeping like an angel -- Dark on the wind -- Away in the distance -- The ballad of C.F. Martin -- She wore no shoes -- Rivers of my home -- Just the way it goes -- Shadows of the moon -- Shine like silver -- In the shadowland -- Home by dark. aBrief record. 0aPopular musicy2001-2010. a92bPUL01889nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245012800282260010300410300008000513336003300593337002800626338002600654540004200680500003300722500001100755500004500766500026700811651004801078650004501126650005001171650004901221655003601270655004301306700003601349856009401385994001201479on1390681825OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637595 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390681825 aLC-DIG-stereo-1s48041bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aRuins around the Legations burned by Chinese--from Chienmen (gate) where Capt. Reilly was killed--Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 75). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aRuinszChinazBeijingy1900-1910.2lctgm 7aWar damagezChinazBeijingy1900-1910.2lctgm 7aEmbassieszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48041qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48041 a92bPUL01335ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245007900163246002700242264007400269300004700343336003500390337002800425338002700453490002900480500003500509500003600544546002000580650003500600655003000635655003000665655001900695700004700714730007800761773012200839994001200961on1390681831OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561461 aDLCbengerdacDLC a(OCoLC)1390681831 apcc00aML31b.C59500aWesley Barry in "George Washington, Jr." /ccompiled by James C. Bradford.30aGeorge Washington, Jr. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGeorge Washington, Jr. (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 6w(DLC) 2018571961 a92bPUL02706ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245027900160257001200439260007900451300008200530508018100612511002900793520082200822500003801644536051501682655003002197655002902227700003202256700003202288710006002320994001202380on1390681832OCoLC20230718213016.0vd cvaiz|210923s2013 mw 017 vleng  a 2021316752 aDLCbengeamimcDLC a(OCoLC)1390681832 alcode00aEconomic valuation of sustainable natural resource use in Malawi.pWildlife resources /cauthors: Gil Yaron, Ronald Mangani, John Mlava, Patrick Kambewa, Steve Makungwa, Austine Mtethiwa, Spy Muuthali, William Mgoola, John Kazembe ; script: Madalitso Mvula, Patrick Njawala. aMalawi. aLilongwe, Malawi :bMinistry of Economic Planning and Development,cc2013. a1 videodisc of 1 (DVD) (ca. 17 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Lucius Funsani, Patrick Njawala ; editor, Patrick Njawala, Blessings Simon ; sound track, Masankho Banda ; production coordinator, Michael Mmangisa, Mzithembi Mbekeani.0 aMarvin Mbwana, narrator. aThe Government of Malawi is implementing the Malawi Poverty and Environment Initiative (MPEI) of the United Nations Development Programme (UNDP). MPEI's aim is to enhance the contribution of the sustainable management of natural resources to poverty reduction, food security and economic growth, and to facilitate the achievement of both the Malawi Growth and Development Strategy (MGDS) and the Millennium Development Goals (MDGs). The Economic Study was conducted within the context of the MPEI project. The primary aim of the study is to provide evidence on the costs and benefits of sustainable and unsustainable natural resource management in Malawi. Focus is on four selected natural resources: forestry resources, fisheries resources, wildlife resources and soils. This video is focusing on wildlife resources. aSource used: videodisc container. aSupported by United Nations Development Programme (UNDP), Department of State United States of America, Irish Aid, Norwegian Ministry of Foreign Affairs, Spanish Ministry of Foreign Affairs and Cooperation, UK Department for International Development (DFID), Danish Ministry of Foreign Affairs (DANIDA), European Commission, Belgian Development Cooperation, Swedish International Development Cooperation Agency (SIDA), Swedish Environmental Protection Agency, and United Nations Environmental Programme (UNEP). 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMvula, Madalitso,ewriting.1 aNjawala, Patrick,ewriting.1 aMalawi.bMinistry of Economic Planning and Development. a92bPUL01440nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180041001800202050002300220052000900243052000900252110009700261245013600358246005400494255006900548264009800617300003300715336004000748337002800788338002600816500004600842546004100888500005800929651006200987655001701049994001201066on1390681838OCoLC20230718213016.0aj canzn230714s2015 aj bg a f 0 aze  a 2023585559 aDLCbengerdacDLC1 aab850000dE0450000eE0510000fN0410000gN0390000 a(OCoLC)13906818380 aazeaengarus00aG7141.F7 2015b.A9 a7141 a71401 aAzerbaijan.bEkologiya vä Täbii Särvätlär Nazirliyi,ecartographer,eissuing body.10aAzärbaycan Respublikası, siyasi-inzibati xäritä =bAzerbaijan Republic, political administrative map = Azerbaĭdzhanskiĭ.31aAzerbaijan Republic, political administrative map aScale 1:850,000. 1 cm = 8.5 kmc(E 45°--E 51°/N 41°--N 39°). 1aBakı :bAzärbaycan Respublikası, Ekologiya vä Täbii Särvätlär Nazirliyi,c2015. a1 map :bcolor ;c71 x 45 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aIn Azerbaijani, English and Russian. aIncludes location map (inset) and color illustration. 0aAzerbaijanxAdministrative and political divisionsvMaps. 7aMaps.2lcgft a92bPUL01832nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245019800257260002100455300005700476336003300533337002800566338002600594540004200620500003600662500001700698500002300715506018500738580006500923600007000988600007601058650005501134650005501189650005401244655004601298856009001344994001201434on1390681839OCoLC20230718213016.0kl co|230711s1892 riunnn kneng  a 2023634292 aDLCbengedcrmgcDLC a(OCoLC)1390681839 aLC-DIG-ppmsca-87290bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Iron grilles for doors and windows on main staircase landing.]p[Elevations.]h[graphic] /cR. M. Hunt, Arch't. c[March 21, 1892] a1 drawing :bblueprint on paper ;csheet 20 x 22 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aSigned: WBC. aDrawing no. 203 A. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aIronworkzRhode IslandzNewporty1890-1900.2lctgm 7aGrilleszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87290qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87290 a92bPUL01610nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012100257260002800378300007900406336003300485337002800518338002600546540004200572500003600614500001100650506018500661580006500846600007000911600007600981650005501057655004601112856009001158994001201248on1390681840OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634716 aDLCbengedcrmgcDLC a(OCoLC)1390681840 aLC-DIG-ppmsca-87325bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Second floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 22 x 31 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 5. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87325qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87325 a92bPUL00831njm a22002537a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001800159245007100177260004700248300004100295500002700336546001900363500001800382505013200400500003300532994001200565on1390681846OCoLC20230718213016.0sd fsngnnmmned211117s2020 rh ppnn n sna  a 2021316857 aDLCbengcDLC a(OCoLC)1390681846 alcode1 aNgwazi, Mark.10aChamugwegweduh[sound recording] :b"chamatindike" /cMark Ngwazi. aHarare :bB "African" Nyamhondera,cp2020. a1 sound disc :bdigital ;c4 3/4 in. aPopular sungura music. aSung in Shona. aCompact disc.0 aChamugwegwedu chamatindike -- Take nemakonzo -- Taurai madzoka -- Pasi pemavheji pane nyama -- Makwikwi -- Tezvara vavatezvara. aProduction level cataloging. a92bPUL03167ngm a22006377i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041002300195046001500218050002500233245011300258246006700371257002000438264004900458264001100507300012300518336005000641337002300691338003000714340001900744344005300763347007100816380002700887538016000914500002601074532003401100546003801134500005301172500002601225511008401251520023601335500037701571500004701948500008801995650003202083650002002115650002202135655003002157655002602187655002702213655002602240655002602266655005402292700003902346700003902385710004102424773005202465994001202517on1390681847OCoLC20230718213016.0vd csaizm230713t20212021ch 100 vleng  a 2023600566 aDLCbengerdacDLC1 a81445602422642aVS-379bVinegar Syndrome a(OCoLC)13906818471 achijengpenghchi k19962edtf00aDVE8174(viewingcopy)00aEbola syndrome /cJing's Production ; written by Ting Chau ; directed by Herman Yau ; produced by Jing Wong.1 iOriginal language title as shown on IMDb:aYi boh lai beng duk aHong Kong.2naf 1a[United States] :bVinegar Syndrome,c[2021] 4c©2021 3viewing copya1 videodisc (100 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) + 1 booklet. atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aCantonese with English subtitles. aOriginally released as a motion picture in 1996. aTitle from container.1 aFui-On Shing, Anthony Chau-Sang Wong, Yeung-Ming Wan, Miu-Ying Chan, Bobby Yip. a"A Chinese restaurant worker wanted for murder in Hong Kong contracts Ebola in South Africa, becomes immune to it, and unknowingly spreads the virus there, then comes back to Hong Kong and continues to infect people with it"--IMDb. aSpecial features: brand new introduction by Herman Yau; "Cantonese with Dr. Yau" brand new featurette with Herman Yau on the difficulties of translating Cantonese into English; archival interview with Herman Yau and lead actor Anthony Wong; archival commentary track with Herman Yau and Anthony Wong; brand new commentary track with film historian and author Samm Deighan. aAlso includes a Blu-ray copy of the movie. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aEbola virus diseasevDrama. 0aVirusesvDrama. 0aMurderersvDrama. 7aDark comedy films.2lcgft 7aSlasher films.2lcgft 7aDisaster films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aQiu, Litao,d1961-efilm director.1 aWang, Jing,d1955-efilm producer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01599nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245011000257260002800367300007900395336003300474337002800507338002600535540004200561500003600603500001100639506018500650580006500835600007000900600007600970650005501046655004601101856009001147994001201237on1390681848OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634711 aDLCbengedcrmgcDLC a(OCoLC)1390681848 aLC-DIG-ppmsca-87320bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Floor plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 22 x 36 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 9. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87320qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87320 a92bPUL01373njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110005900171245005100230264004400281300003000325336003700355337002300392338003100415344001900446344001900465344001900484347002200503347001300525382011800538500002700656511011100683505012500794650002700919655002300946655001800969994001200987on1390681852OCoLC20230718213016.0sd fsngnnmmned230714s2003 okurcnn n eng  a 2023626355 aDLCbengerdacDLC1 a829914013025 a(OCoLC)13906818522 aEveryday Value (Musical group),ecomposer,eperformer.10aAt the third lion's roar... /cEveryday Value. 1aCalera, OK :bNextstep Records,c[2003] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen1dpianon1dbass guitarn1amale voicen1dpianon1aguitarn1dmale voicen1adrum setn1s42lcmpt aTitle from disc label.0 aEveryday Value (Max, vocals, piano, bass guitar ; Luke, vocals, piano ; Mark guitar, vocals ; Jed, drums).00tManifestation of the new armies --tShattered at best --tTransit point treason --tPacesetter --tAll stars shine west. 0aRock musicy2001-2010. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL00879njm a22002537a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001600159245005000175260003000225300004100255500001600296546001900312500001800331505023100349500003300580994001200613on1390681853OCoLC20230718213016.0sd fsngnnmmned211117s2017 rh jznn n sna  a 2021316950 aDLCbengcDLC a(OCoLC)1390681853 alcode1 aDondo, Sam.10aGame changerh[sound recording] /cSam Dondo. aHarare :b[s.n.],cc2017. a1 sound disc :bdigital ;c4 3/4 in. aJazz music. aSung in Shona. aCompact disc.1 a1. Shamwari -- 2 Ndoenda -- 3. Game changer -- 4. Marume shanda -- 5. Only you -- 6. Hutano -- 7. Kushandira mhuri -- 8. Nhapwa yerudo -- 9. Kazevezeve -- 10. Tunyemba -- 11. Tichasangana -- 12. Huyai -- 13. Shamwari acoustic. aProduction level cataloging. a92bPUL01988nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245014000283260010300423300008000526336003300606337002800639338002600667540004200693500003300735500001900768500004500787500026700832651004801099650007001147650004801217650004601265650004601311655003601357655004301393700003601436856009401472994001201566on1390681854OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023637585 aDLCbengedcrmgcDLC aH16944bU.S. Copyright Office. a(OCoLC)1390681854 aLC-DIG-stereo-1s48070bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom British concession (E.) to east arsenal, over plain occupied by Russians--during battle July 13, 1900, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 54; No. 2. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 54). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aMilitary occupationsxRussianszChinazTianjiny1900-1910.2lctgm 7aArmorieszChinazTianjiny1900-1910.2lctgm 7aPlainszChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48070qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48070 a92bPUL01659ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245018300163246001700346264007300363300004700436336003500483337002800518338002700546490002900573500003500602546002000637650003500657655003000692655003000722655001900752700004700771730007500818773012300893787026901016994001201285on1390681859OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561427 aDLCbengerdacDLC a(OCoLC)1390681859 apcc00aML31b.C59500aSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "The eternal city," a First National picture /ccompiled by James C. Bradford.30aEternal City 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEternal City (Motion picture : 1923)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 22w(DLC) 201857196108iRelated item of manifestation:tSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "The eternal city," a First National picture.dNew York City : Cameo Music Publishing Co. Inc., [not before 1923]w(DLC) 2022561426 a92bPUL01833ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245021800160257001400378260005500392300006800447508032500515511025000840546005901090520019201149500002801341541001401369655002601383655002601409700002901435700004301464994001201507on1390681866OCoLC20230718213016.0vd cvaiz|120529s200u tz --- vlswa  a 2012314090 aDLCbengeamimcDLC a(OCoLC)1390681866 alcode00aDiana.n[No. ] 2 /cSteps Entertainment presents ; A Elite Entrepreneurs for Africa (EE4A) film ; story, Julieth Samson (Kemmy), Salim Rupia ; script, Ignas Mkindi ; director, story development, Single Mtambalike. aTanzania. aDar es Salaam :bSteps Entertainment Ltd.,c[200-] a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Mathias Chalange ; continuity, Said Mbuli ; boom swing, light, Hussein Sharobaro ; location manager, Sabrina Rupia ; production manager, Said Mbuli ; producer, Bulls Entertainment ; executive producer, Elite Entrepreneurs for Africa (EE4A) ; sound, graphics, edited by, Hamis Koba ; subtitles, Edwin "7.6" Kileo.1 aSingle Mtambalike (Samweli), Sabrina Rupia (Diana), Halima Yahaya (Celine), Juma Chikoka (Hamidu), Salum Mchoma (mganga), Asha Mahanyu (Mama Samweli), Herieth Chumila (Mama Diana), Ashura Kilua (Rafiki), Abdul Koba (Jesica), Tiko Hassami (Mary). aIn Swahili with English subtitles, credits in English. aA continuation of the story of Samweli who falls in love with another woman (Celine) and leaves his wife. The neglect of his family brings about squabbles and suffering to all around him. aSource used: videodisc. cPurchase. 7aFeature films.2lcgft 7aFiction films.2lcgft1 aMkindi, Ignas,ewriting.1 aMtambalike, Single,edirection,ecast. a92bPUL02706ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245027900160257001200439260007900451300008200530508018100612511002900793520082200822500003801644536051501682655003002197655002902227700003202256700003202288710006002320994001202380on1390681867OCoLC20230718213016.0vd cvaiz|210923s2013 mw 012 vleng  a 2021316754 aDLCbengeamimcDLC a(OCoLC)1390681867 alcode00aEconomic valuation of sustainable natural resource use in Malawi.pForestry resources /cauthors: Gil Yaron, Ronald Mangani, John Mlava, Patrick Kambewa, Steve Makungwa, Austine Mtethiwa, Spy Muuthali, William Mgoola, John Kazembe ; script: Madalitso Mvula, Patrick Njawala. aMalawi. aLilongwe, Malawi :bMinistry of Economic Planning and Development,cc2013. a1 videodisc of 1 (DVD) (ca. 12 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Lucius Funsani, Patrick Njawala ; editor, Patrick Njawala, Blessings Simon ; sound track, Masankho Banda ; production coordinator, Michael Mmangisa, Mzithembi Mbekeani.0 aMarvin Mbwana, narrator. aThe Government of Malawi is implementing the Malawi Poverty and Environment Initiative (MPEI) of the United Nations Development Programme (UNDP). MPEI's aim is to enhance the contribution of the sustainable management of natural resources to poverty reduction, food security and economic growth, and to facilitate the achievement of both the Malawi Growth and Development Strategy (MGDS) and the Millennium Development Goals (MDGs). The Economic Study was conducted within the context of the MPEI project. The primary aim of the study is to provide evidence on the costs and benefits of sustainable and unsustainable natural resource management in Malawi. Focus is on four selected natural resources: forestry resources, fisheries resources, wildlife resources and soils. This video is focusing on forestry resources. aSource used: videodisc container. aSupported by United Nations Development Programme (UNDP), Department of State United States of America, Irish Aid, Norwegian Ministry of Foreign Affairs, Spanish Ministry of Foreign Affairs and Cooperation, UK Department for International Development (DFID), Danish Ministry of Foreign Affairs (DANIDA), European Commission, Belgian Development Cooperation, Swedish International Development Cooperation Agency (SIDA), Swedish Environmental Protection Agency, and United Nations Environmental Programme (UNEP). 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMvula, Madalitso,ewriting.1 aNjawala, Patrick,ewriting.1 aMalawi.bMinistry of Economic Planning and Development. a92bPUL01891nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245012200282260010300404300008000507336003300587337002800620338002600648540004200674500003300716500001100749500004500760500026700805651004801072650004501120650005001165650005701215655003601272655004301308700003601351856009401387994001201481on1390681873OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637594 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390681873 aLC-DIG-stereo-1s48022bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aReminders of the terrible eight weeks' siege--ruins of French Legation, on Legation Street, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 73). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aRuinszChinazBeijingy1900-1910.2lctgm 7aWar damagezChinazBeijingy1900-1910.2lctgm 7aEmbassiesxFrenchzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48022qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48022 a92bPUL01976nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040001800101017003500119035002200154037006100176037006100237110003900298245009700337260010300434300005600537540004200593500003300635500001900668500004500687500026700732650006300999650005601062650005101118650005101169655003601220655003901256655004301295700003601338856009401374856009801468994001201566on1390681874OCoLC20230718213016.0kh |||060420s1902 enknnn knund  a 2006681326 aDLCbengcDLC aH16947bU.S. Copyright Office. a(OCoLC)1390681874 aLC-DIG-stereo-1s19390bDLCc(digital file from original) aLC-USZ62-52358bDLCc(b&w film copy neg. of half stereo)2 aUnderwood & Underwood,epublisher.12aA group of Pekinese women in the court of a wealthy Chinese house, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photographic print on stereo card :bstereograph. aNo known restrictions on publication. aTitle transcribed from item. aNo. 90; No. 1. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 91). 7aWomenxClothing & dresszChinazBeijingy1900-1910.2lctgm 7aClothing & dresszChinazBeijingy1900-1910.2lctgm 7aRich peoplezChinazBeijingy1900-1910.2lctgm 7aUpper classzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aGroup portraitsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19390qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19390413digital file from b&w film copy neg.dcphf3b00339qpuhttp://hdl.loc.gov/loc.pnp/cph.3b00339 a92bPUL01508njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003700149035002200186110005300208245004200261264005200303300003000355336003700385337002300422338003100445344001900476344001900495344001900514347002200533347001300555500002600568511001400594500003400608505035500642650002400997655003101021655001801052655002801070994001201098on1390681880OCoLC20230718213016.0sd fsngnnmmned230713p20181994caurcnn d n eng  a 2023626336 aDLCbengerdacDLC1 a03984156372602a3984-15637-2bMetal Edge Records a(OCoLC)13906818802 aVomitory (Musical group),ecomposer,eperformer.10aRaped in their own blood /cVomitory. 1aSherman Oaks, CA :bMetal Edge Records,c[2018] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aVomitory. aLyrics inserted in container.00tNervegasclouds --tRaped in their own blood --tDark grey epoch --tPure death --tThrough sepulchral shadows --tInferno --tSad fog over sinister runes --tInto winter through sorrow --tPerdition --tThorns --tBonus (Through sepulchral shadows, demo 1994).tThrough sepulchral shadows (demo) ;tThorns (demo) ; Sad fog over sinister runes (demo). 0aHeavy metal (Music) 7aHeavy metal (Music)2lcgft 7aSongs.2lcgft 7aDemo recordings.2lcgft a92bPUL01650nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041002800194050002800222052001400250110003500264245013200299246001100431255003400442264005500476264001100531300008500542336004000627337002800667338002600695500002200721500001600743500018100759546007000940651002501010650005201035651004301087655002501130710004901155994001201204on1390681881OCoLC20230718213016.0aj cinzn230717t20032003it a 1 ita  a 2023591402 aDLCbengerdacDLC a9788851104283 a885110428X1 aab13000 a(OCoLC)13906818810 aitaaengafreageraspa00aG6714.P15E635 2003b.G4 a6714bP152 aGEOnext (Firm),ecartographer.10aIstituto geografico De Agostini Padova :bpianta turistica : tourist map : plan touristique : Touristenplan : mapa turístico.30aPadova aScale 1:13,000. 1 cm = 130 m. 1aNovara :bIstituto geografico De Agostini,c[2003] 4c©2003 a1 map :bboth sides, color, plastic ;con sheet 25 x 99 cm, folded to 25 x 11 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. a"203030-3." aIncludes indexes, public transit information, directories to points of interest, transport companies, and emergency services, and maps of the metropolitan area and city center. aText and legend in Italian, English, French, German, and Spanish. 0aPadua (Italy)vMaps. 0aCentral business districtszItalyzPaduavMaps. 0aPadua Metropolitan Area (Italy)vMaps. 7aTourist maps.2lcgft2 aIstituto geografico De Agostini,epublisher. a92bPUL01642ndm a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117050002300139100005500162240002900217245009600246264006300342300003100405336003000436337002500466338002300491382003100514500005000545500001200595546001900607500001700626546002000643500005900663500006300722500016600785541004700951500004900998600004701047650003501094655001801129655002201147700003901169994001201208on1390681887OCoLC20230718213016.0170424s1958 causgl n eng  a 2017560002 aDLCbengerdacDLC a(OCoLC)139068188700aML96b.C34 no. 1791 aCastelnuovo-Tedesco, Mario,d1895-1968,ecomposer.10aLittle songs.pPastorale10aPastorale :bfor voice and piano /cMario Castelonuovo-Tedesco ; [poems by] Ulric Devaré. 0aBeverly Hills, Calif. :bMario Castelnuovo-Tedesco,c1958. a1 score (3 pages) ;c34 cm anotated music2rdacontent aunmediated2rdamedia avolume2rdacarrier01ahigh voicen1apianon1s2 aDyeline copies of the composer's authographs. aIn ink. aEnglish words. aCover title. bStaff notation. aDyline copies of musical manuscripts signed and dated. aAt end: Signed, "Mario Beverly Hills Calif. Dec. 17,1958." aWith a signed inscription to the poet, Ulric Devaré, from the composer, "a 'late Xmas card'-with all best wishes for the New Year! Mario Dec. 26, 1958"--Cover. cPurchase;aJ & J Lubrano;dMarch 13, 2012. aLC has: 2 copies. One with inscription.5DLC10aDe Vaere, Ulric,d1932-vMusical settings. 0aSongs (High voice) with piano. 7aSongs.2lcgft 7aArt music.2lcgft1 aDe Vaere, Ulric,d1932-elyricist. a92bPUL01903njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002900150035002200179042001400201245007400215264004400289264002100333300004900354336003700403337002300440338003100463340001900494344001800513344001500531344002300546344001900569500002700588500009200615511026000707505020800967650003001175650001801205650001601223655002501239655002301264655001801287700004201305700003901347710003501386994001201421on1390681888OCoLC20230718213016.0sd bsmennmplue230630p20231997it ppnn n eng d a 2023616858 aTDFbengerdacDLC30a805551523395702aRR00380bRadiation Roots a(OCoLC)1390681888 alccopycat00aBarry Brown meets the Scientist at King Tubbys with the Roots Radics. 1aRome, Italy :bRadiation Roots,c[2023] 4c℗2023,c©1997 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label. aAll tracks written by Nkrumah Thomas exept tracks 1, 3, & 12 written by Nkrumah Thomas.0 aBarry Brown, the Scientist ; with the Roots Radics Band (Errol Flabbel Holt, bass ; Style Scott, drums ; Bingy Bunny, rhythm guitar ; Dwight Pickney, lead guitar ; Sticky, Sky Juice, percussion ; Dean Fraser, Nambo, horns ; Gladstone Anderson, keyboards).0 aMovements of jah -- Movements in dub -- Jealous lover -- Love dub -- Girlfriend -- Girlfriend In dub -- Peace & love -- Peace dub -- What you don't know -- Don't know dub -- One away love -- One way dub. 0aPopular musicy1991-2000. 0aReggae music. 0aDub (Music) 7aReggae music.2lcgft 7aDub (Music)2lcgft 7aSongs.2lcgft1 aBrown, Barry,d1962-2004,eperformer.0 aScientistc(Musician),eperformer.2 aRoots Radics Band,eperformer. a92bPUL01289nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002300154052001300177110005900190245009100249250002300340255001900363264005700382300009900439336004000538337002800578338002600606500002200632500005100654500001900705500009300724500004300817651003800860655001700898994001200915on1390681889OCoLC20230718213016.0aj canzn230714s2023 dcu a f 0 eng  a 2023587326 aDLCbengerdacDLC0 aa a(OCoLC)139068188900aG3732.A3 2023b.U5 a3732bA31 aUnited States.bNational Park Service.,ecartographer.10aAcadia National Park, Maine /cNational Park Service, U.S. Department of the Interior. aLast updated 2023. aScales differ. 1a[Washington, D.C.] :bNational Park Service,c[2023] a4 maps on 1 sheet :bcolor ;c39 x 43 cm or smaller, on sheet 60 x 43 cm, folded to 10 x 21 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. a"*GPO:2023---423-201/83009 Last updated 2023." aIncludes text. aMaps: Acadia National park -- Isle au Haut -- Schoodic Peninsula -- Mount Desert Island. aText and color illustrations on verso. 0aAcadia National Park (Me.)vMaps. 7aMaps.2lcgft a92bPUL02084nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245013500282260010300417264002600520300008000546336003300626337002800659338002600687540022200713500003300935500001300968500004500981500026701026600002501293650006001318650003101378655003601409655004401445655004301489700003601532856009401568994001201662on1390681902OCoLC20230718213016.0kh |o|190501s1901 enknnn kneng  a 2019634332 aDLCbengedcrmgcDLC aH2777bU.S. Copyright Office. a(OCoLC)1390681902 aLC-DIG-stereo-1s19631bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aPrince Ching, commander of city guard--secret friend of legations during siege-- now Peace Commissioner, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. 4cCopyright 1901 Mar 28 a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication in the U.S. Use elsewhere may be restricted by other countries' laws. For general information see "Copyright and Other Restrictions ...,"uhttp://www.loc.gov/rr/print/195_copr.html aTitle transcribed from item. aNo. (2). aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 98).00aYikuang,d1836-1916. 7aGovernment officialszChinazBeijingy1900-1910.2lctgm 7aSittingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPortrait photographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19631qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19631 a92bPUL01833nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245010500282260010300387300008000490336003300570337002800603338002600631540004200657500004000699500002900739500004500768500026700813650005901080650004301139650004401182655003601226655004301262700003601305856009401341994001201435on1390681903OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023635246 aDLCbengedcrmgcDLC aH8379bU.S. Copyright Office. a(OCoLC)1390681903 aLC-DIG-stereo-1s48075bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aLooking down the Peiho River toward North Port and Bay, from Northwest Fort, Taku, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from spreadsheet. aTitle damaged on stereo. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 46). 7aForts & fortificationszChinazTakuy1900-1910.2lctgm 7aRiverszChinazTakuy1900-1910.2lctgm 7aHarborszChinazTakuy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48075qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48075 a92bPUL01294njm a22003375i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182110003700194245004700231264005100278264001200329300004200341336003700383337002300420338003100443500001800474500002600492505032100518500003300839650003800872655003400910994001200944on1390682006OCoLC20230718213016.0sd fsngnnmnned160901p20152015bl ppnn n zxx  a 2016309037 aDLCbengerdacDLC3 a7891430383923 a(OCoLC)1390682006 alcode as-bl---2 aTrio Madeira Brasil,eperformer.10aTrio Madeira Brasil ao vivo em Copacabana. 1a[Rio de Janeiro, Brazil] :bSom Livre,c[2015] 4c℗2015 a1 audio disc :bCD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aCompact disc. aCAP DLI 51 FY16.5DLC00aSanta morena --tQuebrando o galho --tAssanhado --tChoro pro tio --tFeia (pertinho do céu) --tOlha Maria --tPassarim --tDança do corrupião --tFuite retratos --tFuga y misterio --tDanza de la vida breve --tAs vitrines --tChoro da bisa --tLoro --tBachianas brasileiras no 2 (o trenzinho do caipira). aProduction level cataloging. 0aPopular musiczBrazily2011-2020. 7aLive sound recordings.2lcgft a92bPUL04188njm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002500149035002200174245008000196264004900276264001200325300010900337336003700446337002300483338003100506340001900537344001800556344001500574344002300589344001900612382015200631500002000783511026100803508007101064500007301135500014501208505047001353505036701823505042702190505038302617505046803000650001603468650002203484655002303506655002803529655003403557655001803591710004903609994001203658on1390682007OCoLC20230718213016.0sd bsmennmplue230714p20191969caurcnn fi n eng  a 2023617318 aDLCbengerdacDLC10a60257799778502aB0030769-01bMercury a(OCoLC)139068200700aTrouble no more :b50th anniversary collection /cthe Allman Brothers Band. 1aSanta Monica, California :bMercury,c[2019] 4c℗2019 a10 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. +e1 book (45 pages : illustrations ; 27 x 27 cm) aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aguitarn1dslide guitarn1aguitarn1amale voicen1dorgann1dpianon1abass guitarn1adrum setn1dcongasn1adrum setn1dpercussionn12lcmpt aTitle from box.0 aThe Allman Brothers Band (initial lineup: Duane Allman, lead and slide guitars ; Gregg Allman, organ, piano, vocals ; Dickey Betts, lead guitar ; Berry Oakley, bass guitar ; Jaimoe, drums, congas ; Butch Trucks, drums, percussion) ; and subsequent lineups. aCompilation produced by Bill Levenson, John Lynskey and Kirk West. aMaterial from 1969-2014, with some selections previously unreleased. aBox set contains book with credits, photos, history of band lineups, and essay by John P. Lynskey (45 pages) ; and 5 double LPs with covers.00tThe Capricorn years. 1969-1979, part I.tTrouble no more (demo) --tDon't want you no more --tIt's not my cross to bear --tDreams --tWhipping post --tI'm gonna move to the outskirts of town (live at Ludlow Garage) --tMidnight rider --tRevival --tDon't keep me wonderin' --tHoochie coochie man --tPlease call home --tStatesboro blues (live at Fillmore East) --tStormy Monday (live at Fillmore East) --tIn memory of Elizabeth Reed (live at Fillmore East).00tThe Capricorn years. 1969-1979, part II.tOne way out (live at Fillmore East) --tYou don't love me ;tSoul serenade (live at A&R Studios) --tHot' lanta (live at A&R Studios) --tStand back --tMelissa --tBlue sky --tAin't wastin' time no more (live at Mar y Sol) --tWasted words --tRamblin' man --tSouthbound --tJessica --tEarly morning blues (outtake).00tThe Capricorn years. 1969-1979, part III ; The Arista years. 1980-1981.tCome and go blues (live at Watkins Glen) --tMountain jam (live at Watkins Glen) --tCan't lose what you never had --tWin, lose or draw --tHigh Falls --tCrazy love --tCan't take it with you --tPegasus --tJust ain't easy (live at Merriweather Post Pavilion) --tHell & high water --tAngeline --tLeavin' --tNever knew how much (I needed you).00tThe Epic years. 1990-2000.tGood clean fun --tSeven turns --tGambler's roll --tEnd of the line --tNobody knows --tLow down dirty mean (live at Beacon Theatre) --tCome on into my kitchen (live at Radio & Records Convention) --tSailin' 'cross the Devil's Sea --tBack where it all begins --tSoulshine --tNo one to run with --tI'm not crying (live at the Beacon Theatre).00tThe Peach years. 2000-2014.tLoan me a dime (live at World Music Theatre) --tDesdemona (live at the Beacon Theatre) --tHigh cost of low living --tOld before my time --tBlue sky (live at the Beacon Theatre) --tLittle Martha (live at the Beacon Theatre) --tBlack hearted woman (live at the Beacon Theatre) --tThe sky is crying (live at the Beacon Theatre) --t"Farewell" speeches (live at the Beacon Theatre) --tTrouble no more (live at the Beacon Theatre). 0aRock music. 0aBlues-rock music. 7aRock music.2lcgft 7aDemo recordings.2lcgft 7aLive sound recordings.2lcgft 7aSongs.2lcgft2 aAllman Brothers Band,eperformer,ecomposer. a92bPUL01759nem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172050002400194052001400218110006100232245014300293246011500436250001700551255003400568264007000602264001100672300007600683336004000759337002800799338002600827490003300853490001500886500001700901500006600918500002400984500006801008500010301076651002801179651003501207655001701242710003001259994001201289on1390682008OCoLC20230718213016.0aj canzn230717t19951995at a 1 eng  a 2023592549 aDLCbengerdacDLC a9780731907755 a07319077521 aab21000 a(OCoLC)139068200800aG8964.G37 1996b.U5 a8964bG372 aUniversal Business Directories Pty. Ltd.,ecartographer.10aGeraldton & district :bUBD Australia : including Cervantes, Dongara & Port Denison, Jurien, Kalbarri, Leeman /cUniversal Press Pty. Ltd.3 aGeraldton and district, UBD Australia, including Cervantes, Dongara and Port Denison, Jurien, Kalbarri, Leeman a2nd edition. aScale approximately 1:21,000. 1aOsborne Park, W.A. :bUBD, a division of Universal Press,c[1996] 4c©1996 a1 map :bcolor ;c56 x 38 cm, on sheet 81 x 63 cm, folded to 25 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aWestern Australia map series0 aMap ;v680 aPanel title. aIncludes inset, index, advertisements and color illustration. aInset: City centre. aIndex, 6 maps, color advertisements and illustrations on verso. aMaps on verso: District map -- Jurien -- Cervantes --Leeman -- Kalbarri -- Dongara & Port Denison. 0aGeraldton (W.A.)vMaps. 0aGeraldton Region (Vic.)vMaps. 7aMaps.2lcgft2 aUniversal Press Pty. Ltd. a92bPUL05263nkc a2200553 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148245010400160260007300264300011100337336003300448337002800481338002600509520150800535540015602043500003702199500009002236500025202326500002002578500075502598500014503353500003503498506003603533545013903569555007903708610007903787610006203866650006703928650004603995650004804041650007204089650005104161650004504212650004204257650004904299655003804348655004104386655004504427773009504472856006104567856006904628994001204697on1390682009OCoLC20230718213016.0kh b|o230713s1926 caunnn kneng  a 2023631490 aDLCbengedcrmgcDLC a(OCoLC)1390682009 ae-it---04aThe Gwin Flex Stretcherh[graphic] /cSan Francisco, California, Gwin Flex Stretcher Company, 1926. a[San Francisco, California] :b[Gwin Flex Stretcher Company],c1926. a69 photographs in 1 album :bgelatin silver prints ;calbum 30 x 38 cm, photographs 21 x 26 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show people using the Gwin-Flex stretcher, a flexible stretcher made of "twisted duck" material with wood handles. Most images depict the stretcher in use, in both posed photographs and views of real incidents. Some photographs show military use of the stretcher including staged images of "wounded" soldiers on a field and in a trench. Other photographs taken on the Mexican border, portray the Naps Ambulance Company, No. 1 of the National Guard of California with actual wounded soldiers. Images of patients include the Mark Shaw Ambulance Company, San Bernardino, California at an industrial accident; hospital staff transferring patients to beds, gurneys and operating tables; an ophthalmologic operation; two men lowering a patient on a stretcher into a bathtub; and staff lifting a convalescent patient into a wheelchair, possibly at the Battle Creek Sanitarium in Michigan. Several images depict the use of the stretcher for railroad travel, including men carrying a patient through a train car window. Another series of photographs show police and fire departments using the stretcher including two Oakland Police Department officers transporting a man in an elevator going to a detention ward at City Hall, the San Francisco Fire Department rescue squad training staff in stretcher use and the Richmond, California Fire Department. One image shows American Red Cross nurses of the San Francisco Chapter, probably during an outdoor training exercise, putting a man into a stretcher. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title transcribed from item. aOn album cover: "Gwin-Flex Stretcher Co., San Francisco, Calif. Pat'd 12-12-16."5DLC aLabel inside front cover: "From Gwin-Flex Stretcher Co. Manufacturers of Stretchers for Hospitals Ambulances and Patrols 1715 Folsom Street P.O. Box 954 San Francisco, Calif. To Bureau of Medicine and Surgery, File No. DNC: MFD 124704 (111)."5DLC aIncludes index. aIncludes certified copies of correspondence or statements from Gwin-Flex stretcher users including Dr. J.C. Egbert, M.D., surgeon, Harbor Emergency Hospital, San Francisco; Colonel W.O. Owen, Curator, Army Medical Museum; Forest Troutman, Modern Ambulance Service, Berkley, California; Thomas M. Burns, Burns & Campbell Company; J.J. Sherry, Oakland Police Department; F.A. Kenyon, Commissioner of Public Health and Safety, Department of Public Health, Stockton, California; Charles H. Whitehead, Receiving Hospital, City of Los Angeles; J.H. Kellogg, M.D., Battle Creek Sanitarium, Battle Creek, Michigan; Edmund Butler, Chief Surgeon, San Francisco Department of Public Health; and S. Rocca, Captain and Drill Master, San Francisco Fire Department. aIt can be hard to tell whether some images are posed or actual incidents. Copies of correspondence next to some photographs may offer clues. aAll photographs have captions.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxPeoplezCaliforniazSan Franciscoy1920-1930.24aBattle Creek Sanitarium (Battle Creek, Mich.)y1920-1930. 7aMilitary personnelxAmericanzUnited Statesy1920-1930.2lctgm 7aLitterszUnited Statesy1920-1930.2lctgm 7aHospitalszUnited Statesy1920-1930.2lctgm 7aNurseszCaliforniazSan FranciscozUnited Statesy1920-1930.2lctgm 7aSick personszUnited Statesy1920-1930.2lctgm 7aPrisonerszCaliforniay1920-1930.2lctgm 7aPolicezCaliforniay1920-1930.2lctgm 7aFire fighterszCaliforniay1920-1930.2lctgm 7aCorrespondencey1920-1930.2gmgpc 7aPhotograph albumsy1920-1930.2gmgpc 7aGelatin silver printsy1920-1930.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01644njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100006200171245004000233264006700273264001100340300004100351336003700392337002300429338003100452344001900483344001900502344001900521347002200540347001300562382012500575382008900700500002700789511010300816500004000919500003100959505014200990650002201132650003001154655002601184994001201210on1390682021OCoLC20230718213016.0sd fsngnnmmned230714t20192019iluppnn n eng  a 2023628013 aDLCbengerdacDLC1 a888295966672 a(OCoLC)13906820211 aMacdonald, Brad,d1988-ecomposer,elyricist,eperformer.10aBack home to you /cBrad Macdonald. 1a[Collinsville, Ill.] :bCanteen Creek Publishing, LLC,c[2019] 4c©2019 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio013Two halves of a broken heartamale voicen1dpianon1afemale voicen1aguitarn1abass guitarn1adrum setn1s52lcmpt013Remainderamale voicen1dpianon1aguitarn1abass guitarn1adrum setn1s42lcmpt aTitle from disc label.0 aBrad Macdonald, piano, vocals ; with Chris Parsons, guitar ; Kyle Meyers, bass ; Rob Dicke, drums. aMusic and lyrics by Brad Macdonald. aProgram note on container.0 aTake me away -- Let me say goodbye -- Back home to you -- When I ask you to dance -- Two halves of a broken heart (feat. Bethany Norman). 0aAmericana (Music) 0aPopular musicy2011-2020. 7aPopular music.2lcgft a92bPUL00771njm a22002534a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001800159245004900177260002700226300004100253500002500294546003000319500001800349505010500367500003300472994001200505on1390682022OCoLC20230718213016.0sd fsngnnmmned200706s2019 ua fmnn n nub  a 2020337240 aDLCbengcDLC a(OCoLC)1390682022 alcode1 aMadani, Asia.10aAfriCairoh[sound recording] /cAsia Madani. a[Cairo :bs.n.c2019?] a1 sound disc :bdigital ;c4 3/4 in. aSudanese folk music. aSung in Nubian languages. aCompact disc.0 aAl zoul -- Samaar alloun -- Foulfouldy -- Nuba -- Matgoly way -- Zagal -- Mandy balawya -- Al manam. aProduction level cataloging. a92bPUL01406ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015200163246002600315264007300341300004700414336003500461337002800496338002700524490002900551500003500580500003600615546002000651650003500671655003000706655003000736655001900766700004700785730007700832773012300909994001201032on1390682118OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561466 aDLCbengerdacDLC a(OCoLC)1390682118 apcc00aML31b.C59500aChadwick Pictures Corporation presents Larry Semon in "The girl in the limousine," a First National picture /cmusic compiled by James C. Bradford.30aGirl in the limousine 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGirl in the limousine (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 11w(DLC) 2018571961 a92bPUL01111nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002000162052000900182052000900191110005800200245006400258250001800322255002100340264004400361300005300405336004000458337002800498338002600526500002100552505005500573651002000628651003200648650004000680655001700720994001200737on1390682119OCoLC20230718213016.0aj aazaa230711s1990 sq b f 0 eng  a 2023585548 aDLCbengerdacDLC1 aab250000 a(OCoLC)139068211900aG8590 S250b.S8 a8590 a85911 aSwaziland.bSurveyor General's Office,ecartographer.10aTinkhundla boundaries and polling divisions :b[Swaziland]. aRevised 1990. aScale 1:250,000. 1a[Mbabane] :b[Surveyor General],c1990. a2 maps :bphotocopy ;c62 x 92 cm and 72 x 63 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aBlue-line print.0 a4090. Topography -- 4091. Population distribution. 0aEswatinivMaps. 0aEswatinixPopulationvMaps. 0aElection districtszEswatinivMaps. 7aMaps.2lcgft a92bPUL01701nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014200257260002200399300007900421336003300500337002800533338002600561540004200587500003600629500005500665500002000720506018500740580006500925600007000990600007601060650005501136655004601191856009001237994001201327on1390682120OCoLC20230718213016.0kl co|230712s1892 riunnn kneng  a 2023634707 aDLCbengedcrmgcDLC a(OCoLC)1390682120 aLC-DIG-ppmsca-87316bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan.]h[graphic] /cR. M. Hunt Arch't. c24 December 1892. a1 drawing :bgraphite and watercolor on tracing paper ;csheet 41 x 58 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aStamped: Richard M. Hunt, Architect, Jan 14, 1893. aInitialed: ELM. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87316qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87316 a92bPUL00935njm a22002533a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100002000159245004800179260004500227300004100272500003800313546002000351500001800371505024700389500003300636994001200669on1390682139OCoLC20230718213016.0sd fsngnnmmned150331s2014 sx sgnn n her  a 2014325277 aDLCbengcDLC a(OCoLC)1390682139 alcode0 aMBMc(Musician)10aOld but not coldh[sound recording] /cMBM. aNamibia :bMBM Music Production,c[2014] a1 sound disc :bdigital ;c4 3/4 in. aNamibian oviritje genre of music. aSung in Herero. aCompact disc.0 aUaendavi -- Ngarisengue -- Komuramba -- Ombirive -- Only legend can do this -- Africa -- Omaheke -- Hinakujako -- Hano part 2 -- Kahorere -- Omundu maheeua -- Late Chief Kuaima -- Hunguriva investment -- Onduzu otjari jarinatjo -- Supporters. aProduction level cataloging. a92bPUL01296ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009800163246001200261264007300273300004700346336003500393337002800428338002700456490002900483500003500512500001900547546002000566650003500586655003000621655003000651655001900681700003600700730006300736773012300799994001200922on1390682140OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561391 aDLCbengerdacDLC a(OCoLC)1390682140 apcc00aML31b.C59500aWilliam Fox feature production, Madge Bellamy in "Colleen" /ccompiled by Michael P. Krueger.30aColleen 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKrueger, Michael P.,ecompiler.0 iMusic for motion picture (work):aColleen (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 36w(DLC) 2018571961 a92bPUL01877nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132041001300154050002300167052001700190110007100207245013900278246002600417246006100443255001900504264008500523300011200608336004000720337002800760338002600788500002200814500004100836500004400877500007300921505016300994546004601157650006601203650006001269650006301329655001701392655002201409994001201431on1390682141OCoLC20230718213016.0aj canzn230707s1996 sa a 1 eng  a 2023591370 aDLCbengerdacDLC0 aa a(OCoLC)13906821410 aengaafr00aG8504.B6 1996b.A9 a8504bB6bW42 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, reisdiens, Bloemfontein & Welkom /ccompiled, drawn and published by the Automobile Association of South Africa.30aBloemfontein & Welkom3 aAARSA travel service, reisdiens, Bloemfontein and Welkom aScales differ. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1996] a3 maps on 1 sheet :bboth sides, color ;c58 x 39 cm and smaller, on sheet 60 x 42 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TP-1. aIn lower left corner on verso: 9610/15. aIncludes text, index to points of interest, and color illustrations.0 aBloemfontein central area / Sentrale gebied Bloemfontein -- Welkom central area / Sentrale gebied Welkom -- Bloemfontein arterial routes / hoof-verkeersweë. aText and legend in English and Afrikaans. 0aCentral business districtszSouth AfricazBloemfonteinvMaps. 0aCentral business districtszSouth AfricazWelkomvMaps. 0aRoadszSouth AfricazBloemfontein Metropolitan AreavMaps. 7aMaps.2lcgft 7aRoad maps.2lcgft a92bPUL01041njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182100003300194245004900227264004100276300005100317336003700368337002300405338003100428505016600459500003300625650003800658700003100696994001200727on1390682181OCoLC20230718213016.0sd |uugnnmuneu160427s2014 bl uunn n por  a 2016305643 aDLCbengerdacDLC3 a7892860236704 a(OCoLC)1390682181 alcode as-bl---1 aDelass, Yannick,eperformer.10aOutros rios /cYannick Delass, Juliano Both. 1a[Brazil] :bNAVE Estúdio,c[2014?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier00aViva --tAngeluana --tCata-vento --tComo o verdo como a noite --tRevoada --tMalu --tBibale misusu (outros rios) --tGravana --tBongima blues --tDespedida. aProduction level cataloging. 0aPopular musiczBrazily2011-2020.1 aBoth, Juliano,eperformer. a92bPUL00878nem a22003011i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002100163052000900184110004300193245005300236255003700289264005800326300003300384336004000417337002800457338002600485500001100511651002500522655001700547994001200564on1390682182OCoLC20230718213016.0aj canzn971106s1958 inu a 0 eng  a 97690634  aDLCbengerdacDLC1 aab4000000 a(OCoLC)139068218200aG3700 1958b.C68 a37002 aGeorge F. Cram Company,ecartographer.10aCram's Quick reference map of the United States. aScale approximately 1:4,000,000. 1aIndianapolis, Ind. :bGeorge F. Cram Company,c[1958] a1 map :bcolor ;c86 x 62 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier a#755A. 0aUnited StatesvMaps. 7aMaps.2lcgft a92bPUL01656nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034005500159035002200214050002000236052000900256110006500265245017900330246004400509246004100553250001800594255005700612264005500669264001200724300007700736336004000813337002800853338002600881500003600907500002200943500013600965500008501101651003101186655001701217994001201234on1390682183OCoLC20230718213016.0aj canzn230717t20162016txuc a 1 eng  a 2023587331 aDLCbengerdacDLC a9781771298421 a17712984211 aab1000000dW0830000eW0660000fN0470000gN0370000 a(OCoLC)139068218300aG3710 2016b.I5 a37102 aInternational Travel Maps (Firm),ecartographer,epublisher.10aUSA northeast :bBoston Region, NYC Region, Lower Manhattan /cInternational Travel Maps ; edited by Yusuke Ujimiya, Mark Ramsay, Tran Dinh Cuong ; Lan Joyce editor in chief.3 aInternational Travel Maps USA northeast18aITMB USA northeast scale 1:1,000,000 a2016 edition. aScale 1:1,000,000.c(W 83°--W 66°/N 47°--N 37°). 1aRichmond, BC :bInternational Travel Maps,c[2016] 4c© 2016 a1 map :bboth sides, color ;con sheet 68 x 100 cm, folded to 25 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by gradient tints. aTitle from panel. aCovers a region as far south as Cincinnati, Ohio, and Richmond, Virginia, as far west as Detroit, Michigan, up to the top of Maine. aIncludes index and insets of Lower Manhattan, Boston region and New York region. 0aNortheastern StatesvMaps. 7aMaps.2lcgft a92bPUL00972ngm a22002775a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245011000160257001800270260003500288300006700323500003600390520011200426500003800538541001000576655002400586655002900610710004300639994001200682on1390682184OCoLC20230718213016.0vd cvaiz|200116s2018 mg --- i vleng  a 2019352483 aDLCbengeamimcDLC a(OCoLC)1390682184 alcode00aFather's day :bthe role of the father during the first moments of the child's life /cProd. CoffeeMelon. a[Madagascar]. a[Madagascar] :bUnicef,c2018. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aTitle from videodisc container. aOn fathers interacting with their toddlers and how important these moments are for the child's development. aSource used: videodisc container. cGift. 7aShort films.2lcgft 7aNonfiction films.2lcgft2 aProd. CoffeeMelon (Production company) a92bPUL01609nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002800377300007900405336003300484337002800517338002600545540004200571500003600613500001100649506018500660580006500845600007000910600007600980650005501056655004601111856009001157994001201247on1390682185OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634298 aDLCbengedcrmgcDLC a(OCoLC)1390682185 aLC-DIG-ppmsca-87296bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 30 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 6. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87296qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87296 a92bPUL01804nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012600256260002800382300009800410336003300508337002800541338002600569540004200595500003600637500006800673506018500741580006500926600007000991600007601061650005501137650005601192655004601248655003401294856009001328994001201418on1390682186OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634691 aDLCbengedcrmgcDLC a(OCoLC)1390682186 aLC-DIG-ppmsca-87300 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[South elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 29 x 53 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87300qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87300 a92bPUL01465nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180050002500202052000900227245010700236246016300343255007600506264005700582300003400639336004000673337002800713338002600741490003500767534005900802500005300861500007500914651002400989655002301013655001701036710003801053994001201091on1390682202OCoLC20230718213016.0aj canzn230714r19771886ie a 0 eng  a 2023585561 aDLCbengerdacDLC1 aab696960dW0140000eW0110000fN0090000gN0070000 a(OCoLC)139068220200aG8860 1886b.S4 1977 a886004aThe settlement of Sierra Leone :bmap to illustrate Sir Samuel Rowe's dispatch of the 17th March 1886.1 iTitle from publisher's brochure:aSettlement of Sierra Leone :bmap to illustrate Sir Samuel Rowe's dispatch of the 17 March 1886, from R. Maneah to R. Mannah aScale 1:696,960 or 11 miles to the inchc(W 14°--W 11°/N 9°--N 7°). 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c53 x 47 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v30 pOriginal version:c[London] : Dangerfield Lith., 1886. a"Intelligence Branch No 550"--Lower left corner. aMap reprinted from the IUP series of the British Parliamentary papers. 0aSierra LeonevMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01439njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132245002800154264004700182264001200229300003000241336003700271337002300308338003100331344001900362344001900381344001900400347002200419347001300441382002500454500002700479511004200506500002500548505038300573650001800956655002500974655001800999700002401017994001201041on1390682209OCoLC20230718213016.0sd fsngnnmmned230714t20052005xxugmnn n eng  a 2023626348 aDLCbengerdacDLC a(OCoLC)139068220900aSongs of encouragement. 1a[United States] :bBlapop Records,c[2005] 4c℗2005 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen12lcmpt aTitle from disc label.0 aJoe Jr., vocals ; with accompaniment. a"Vol. I cd sampler."00tGod is blessing you today --tTotally awesome woman --tI'll always love my mama --tColor him step father --tWhere are the fathers --tGod is blessing you today (radio edit) --tTotally awesome woman (radio edit) --tI'll always love my mama (radio edit) --tColor him step father (radio edit) --tWhere are the fathers (radio edit) --tChange --tDrive motivation youth demo. 0aGospel music. 7aGospel music.2lcgft 7aSongs.2lcgft1 aJoe,cJr.,esinger. a92bPUL01320ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011100163246002200274264007300296300004700369336003500416337002800451338002700479490002900506500003500535500001900570546002000589650003500609655003000644655003000674655001900704700002700723730007300750773012300823994001200946on1390682210OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561430 aDLCbengerdacDLC a(OCoLC)1390682210 apcc00aML31b.C59500aMetro Goldwyn Mayer presents Exchange of wives, a Hobart Henley production /cmusic compiled by Ernst Luz.30aExchange of wives 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aExchange of wives (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 25w(DLC) 2018571961 a92bPUL01698njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028004200150035002200192042001400214110005000228245004300278264005400321264001100375300004900386336003700435337002300472338003100495340001900526344001800545344001500563344002300578344001900601500008600620500002800706511012400734500006500858505026400923650002701187650002701214655002301241994001201264on1390682216OCoLC20230718213016.0sd bsmennnplue230712r20222007enkrcnn efi n eng d a 2023627517 aTDFbengerdacDLC30a506501005118802aOPT4.053bON (Optic Nerve Recordings) a(OCoLC)1390682216 alccopycat2 aExits (Musical group),eperformer,ecomposer.14aThe legendary lost album /cthe Exits. 1a[England] :bON (Optic Nerve Recordings),c[2022] 4c©2022 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc a"These recording first the saw light of day back in 2007 [...]"--Container verso. aTitle from disc labels.0 aThe Exits (Geno Buckmaster, guitar, vocals ; Colin Swan, bass, vocals ; John Clarkson, keyboards ; Gary Hurley, drums). aProgram and biographical notes on and inserted in container.0 aThe fashion plague -- Cheam -- This toy town world (keep on tryin') -- Fool to fall in love -- Mood walk -- Holiday shots -- The radio -- Index linked -- School of intrigue -- Revolt into style -- We broke up today -- Lovers talk -- Chantelle -- Fashion Page. 0aRock musicy2001-2010. 0aRock musicy2021-2030. 7aRock music.2lcgft a92bPUL05840njm a2200745 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109066000700132028003300139035002200172041002800194245013800222246001700360264005200377300005700429336003700486337002300523338003100546340001900577344001800596344001500614344002300629344001900652382005100671382005100722546004100773500002600814511012800840518012100968500005701089505092001146600004602066650003502112650004202147655001802189655002502207655002902232655002602261700004702287700004002334700003602374700002802410700009702438700009302535700008702628700008402715700008502799700006502884700007602949700007203025700012703097700011803224700015603342700013303498700012003631880004503751880018003796880007403976880103204050994001205082on1390682217OCoLC20230718213016.0sd bsmennmplue230711p19891986bu sgnn fi n ger  a 2023628007 aDLCbengerdacDLC c(N026880-01aVKA 12102bBalkanton a(OCoLC)13906822170 dgerditadfregbulgeng006880-02aKameren ret︠s︡ital =bSong recital /cBlagovesta Karnobatlova Dobreva, sopran = Blagovesta Karnobatlova Dobreva, soprano.31aSong recital 16880-03a[Sofia, Bulgaria] :bBalkanton,c[1989] a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc013Respighiasoprano voicen1apianon1s22lcmpt013Schützasoprano voicen1aorgann1s22lcmpt aSung in German, Italian, and French. aTitle from container.0 aBlagovesta Karnobatlova Dobreva, soprano ; Elena Mindizova, piano (in the Respighi) ; Velin Iliev, organ (in the Schütz). oRecordedp"Bulgaria" Concert Hall, Sofia, BulgariapStudio 1 of the Bulgarian National Radio, Sofia, Bulgariad1986. aProgram notes in Bulgarian and English on container.0 6880-04aPesni = Songs. Ako ti zhelaesh = Si tu veux / t. V. I︠U︡go = V. Hugo (1:40) ; Vŭzdishka = Soupir / t. S. Pri︠u︡dom = S. Prudhomme (2:35) ; Da zhivei︠a︡ ili da umra = Non so qual yo mi voglia / t. Bokacho = Boccaccio (2:02) ; Nosht = Notte (3:50) ; Nokti︠u︡rno = Notturno (3:30) ; Shtastie = Luce (1:20) ; Poslednoto li︠u︡bovno opii︠a︡nenie = L'ultima ebbrezza (4:05) ; Tolkova krasiva = Tanto bella (3:10) / t. A. Negri = A. Negri / Otorino Respigi = Ottorino Respighi -- T︠S︡ikŭl ot pet kont︠s︡ertni arii = A cycle of five concert arias. Psalm 40 = Psalm 40 : Eile mich, Gott, zu erretten (3:22) ; Psalm 111 = Psalm 111 : Ich danke dem Herrn (4:50) ; Avgustin = Augustin : O süsser Herr Jesu Christe (4:43) ; Psalm 34 = Psalm 34 : Ich will den Herren loben (3:42) ; Psalm 29 = Psalm 29 : Bringt her dem Herrn (3:50) / Khaĭnrikh Shi︠u︡tt︠s︡ = Heinrich Schutz.10aNegri, Ada,d1870-1945vMusical settings. 0aSongs (High voice) with piano. 0aSacred songs (High voice) with organ. 7aSongs.2lcgft 7aSacred music.2lcgft 7aMusical settings.2lcgft 7aChamber music.2lcgft1 aDobreva, Blagovesta Karnobatlova,esinger.1 aMindizova, Elena,einstrumentalist.1 aIliev, Velin,einstrumentalist.1 aNegri, Ada,d1870-1945.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tMelodies,mvoice, piano.pSi tu veux.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tMelodies,mvoice, piano.pSoupir.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tCanti all'antica.pBallata.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tLirichen(1912).pNotte.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tNocturnes,mtenor, piano.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tLuce.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tUltima ebbrezza.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tTanto bella.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte,nTeil 1.pEile mich, Gott, zu erretten.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte.nTeil 1.pIch danke dem Herrn.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte,nTeil 1.pO süsser, o freundlicher, o gütiger Herr Jesu Christe.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte,nTeil 2.pIch will den Herren loben allezeit.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte,nTeil 1.pBringt her dem Herren.026028-01aВКА 12102bБалкантон006245-02aКамерен рецитал =bSong recital /cБлаговеста Карнобатлова Добрева, сопран = Blagovesta Karnobatlova Dobreva, soprano. 16264-03a[София, България] :bБалкантон,c[1989]0 6505-04aПесни = Songs. Ако ти желаеш = Si tu veux / т. В. Юго = V. Hugo (1:40) ; Въздишка = Soupir / т. С. Прюдом = S. Prudhomme (2:35) ; Да живея или да умра = Non so qual yo mi voglia / т. Бокачо = Boccaccio (2:02) ; Нощ = Notte (3:50) ; Ноктюрно = Notturno (3:30) ; Щастие = Luce (1:20) ; Последното любовно опиянение = L'ultima ebbrezza (4:05) ; Толкова красива = Tanto bella (3:10) / т. А. Негри = A. Negri / Оторино Респиги = Ottorino Respighi -- Цикъл от пет концертни арии = A cycle of five concert arias. Псалм 40 = Psalm 40 : Eile mich, Gott, zu erretten (3:22) ; Псалм 111 = Psalm 111 : Ich danke dem Herrn (4:50) ; Августин = Augustin : O süsser Herr Jesu Christe (4:43) ; Псалм 34 = Psalm 34 : Ich will den Herren loben (3:42) ; Псалм 29 = Psalm 29 : Bringt her dem Herrn (3:50) / Хайнрих Шютц = Heinrich Schutz. a92bPUL01093njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182100003400194245003000228264005800258300005100316336003700367337002300404338003100427500001800458505023200476500003300708650003800741994001200779on1390682218OCoLC20230718213016.0sd fsngnnmmned170208s2016 bl uunn n por  a 2017314027 aDLCbengerdacDLC3 a7898928409318 a(OCoLC)1390682218 alcode as-bl---1 aMaguá, Gustavo,eperformer.10aGustavo Maguá.pVol. 1. 1a[Belo Horizonte, Brazil] :bEstúdio Verde,c[2016?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.0 aLero lero -- A noite é uma criança pra quem vive nela -- Homenagem ao Mané -- Samba pra João -- Casa de marimbondo -- Drible da vaca -- Samba do apagão -- Assim eu vou -- Tato nem paladar -- Plano B -- Ouro do jardim. aProduction level cataloging. 0aPopular musiczBrazily2011-2020. a92bPUL01344ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012600163246001700289264007300306300004700379336003500426337002800461338002700489490002900516500003500545500001900580546002000599650003500619655003000654655003000684655001900714700004700733730006800780773012200848994001200970on1390682219OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561463 aDLCbengerdacDLC a(OCoLC)1390682219 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Clara Bow in "Get your man" with Charles Rogers /ccompiled by James C. Bradford.30aGet your man 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGet your man (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 8w(DLC) 2018571961 a92bPUL01683nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012100257260002800378300007900406336003300485337002800518338002600546540004200572500003600614506018500650580006500835600007000900600007600970650005501046650008401101655004601185856009001231994001201321on1390682220OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634712 aDLCbengedcrmgcDLC a(OCoLC)1390682220 aLC-DIG-ppmsca-87321bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Wall or ceiling study]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 27 x 14 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural decorations & ornamentszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87321qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87321 a92bPUL01578njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003500149035002200184110008700206245003000293264005600323264001200379300004100391336003700432337002300469338003100492344001900523344001900542344001900561347002200580347001300602500002700615511007500642508007200717500007700789500003900866505020100905650002701106655002301133994001201156on1390682237OCoLC20230718213016.0sd fsngnnmmned230714t20202020mourcnn i n eng  a 2023628016 aDLCbengerdacDLC1 a88829598335802aES 0862bChatham Drive Records a(OCoLC)13906822372 aAlready August (Musical group),ecomposer,elyricist,eperformer,eaudio producer.10a"Tree" /cAlready August. 1a[St. Louis, Mo.?] :bChatham Drive Records,c[2020] 4c℗2020 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aAlready August (M.D. Coleman, all instruments and vocals ; J. Warner). aProduced and arranged by M.D. Coleman & J. Warner [Already August]. aAll songs written by James Warner & Michael D. Coleman [Already August]. aProgram notes on container insert.0 aSometimes -- Wrong -- Either way you go -- (I will forever be) Your light -- Don't waste your time -- Survival -- What you tell yourself -- Calm & critical -- Always with you -- Pictures of Marie. 0aRock musicy2011-2020. 7aRock music.2lcgft a92bPUL01015ncm a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050002300159100005600182245004400238264003700282300003300319336003500352337002800387338002700415382002400442500007200466546001900538546002000557650003100577650002000608655001900628655001800647994001200665on1390682244OCoLC20230718213016.0181109s2018 aj ppz d n lezo  a 2018371805 aDLCbengerdacDLC a(OCoLC)1390682244 apcc aa-aj---00aM1824.A9bK37 20181 aKärimova, Sädaqät,d1953-eauthor,ecomposer.10aZi manii︠a︡r /cSedakʹet Kerimova. 1aBaku :bSėda chapkhana,c2018. a1 score (207 pages) ;c25 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier01asingern1s12lcmpt aCollection of Lezgian songs by S. Kerimova; melodies unaccompanied. aLezgian words. bStaff notation. 0aPopular musiczAzerbaijan. 0aSongs, Lezgian. 7aScores.2lcgft 7aSongs.2lcgft a92bPUL01411ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012400163246002700287264007300314300004700387336003500434337002800469338002700497490002900524500003500553500001900588500003600607546002000643650003500663655003000698655003000728655001900758700004700777730007800824773012300902994001201025on1390682245OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561387 aDLCbengerdacDLC a(OCoLC)1390682245 apcc00aML31b.C59500aAlbert E. Smith presents "The code of the wilderness," a David Smith production /cmusic compiled by James C. Bradford.30aCode of the wilderness 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCode of the wilderness (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 32w(DLC) 2018571961 a92bPUL01549ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014100163264007400304300004700378336003500425337002800460338002700488490002900515500003500544500001900579546002000598650003500618655003000653655003000683655001900713730007100732773012300803787026100926994001201187on1390682251OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561420 aDLCbengerdacDLC a(OCoLC)1390682251 apcc00aML31b.C59505a"The eagle's feather" directed by Edward Sloman with a notable cast including: James Kirkwood, Lester Cuneo, Mary Alden, Rosemary Theby. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft0 iMusic for motion picture (work):aEagle's feather (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 15w(DLC) 201857196108iRelated item of manifestation:t"The eagle's feather" directed by Edward Sloman with a notable cast including: James Kirkwood, Lester Cuneo, Mary Alden, Rosemary Theby.dNew York City : Cameo Music Publishing Co., Inc., [not before 1923]w(DLC) 2022561419 a92bPUL01740nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245026600272246007300538255002000611264007600631300010600707336004000813337002800853338002600881490001900907546003100926500009000957880026801047880007501315994001201390on1390682252OCoLC20230718213016.0aj canzn230712s2019 ti a f 0 fre  a 2023364514 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390682252 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pHalk El Menzel =bKharīṭat Tūnis al-jiyūlūjīyah.pḤalq al-Minzil /cles levés géologiques ont été effectués par Mohsen Rabhi et Ridha Maamri ; la rédaction a été assurée par Moez Mansoura.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pḤalq al-Minzil aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2019] a1 map :bcolor ;c44 X 68 cm. on sheet 55 X 89 cm. folded in cover 20 X 17 cm +e1 booklet (16 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 50 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pHalk El Menzel =bخريطة تونس الجيولوجية.pحلق المنزل /cles levés géologiques ont été effectués par Mohsen Rabhi et Ridha Maamri ; la rédaction a été assurée par Moez Mansoura.316246-02aخريطة تونس الجيولوجية.pحلق المنزل a92bPUL01343nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002300161052002300184110005400207245013000261246006200391255003400453264006000487300005500547336004000602337002800642338002600670500007100696500006300767651002700830651004500857651002500902651002500927655001700952994001200969on1390682253OCoLC20230718213016.0aj canzn830324s1960 nz a 1 eng  a 2023592547 aDLCbengerdacDLC1 aab90000 a(OCoLC)139068225300aG9084.P9 1960b.N4 a9084bP9bW42bT762 aNew Zealand Map and Guide Company,ecartographer.14aThe new and revised authentic map of Pukekohe and districts including Waiuku and Tuakau /cNew Zealand Map and Guide Company.30aMap of Pukekohe and districts including Waiuku and Tuahau aScale approximately 1:90,000. 1aAuckland :bNew Zealand Map and Guide Company,c[1960?] a1 map :bcolor ;c73 x 48 cm, on sheet 102 x 76 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aIncludes 3 insets, index to district map and color advertisements. aInsets: Pukekohe Borough--Waiuku Borough --Tuakau Borough. 0aPukekohe (N.Z.)vMaps. 0aPukekohe Metropolitan Area (N.Z.)vMaps. 0aWaiuku (N.Z.)vMaps. 0aTuakau (N.Z.)vMaps. 7aMaps.2lcgft a92bPUL02651nkc a2200481 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126100003300148245008000181260003700261300006700298336003300365337002800398338002600426505035200452520005800804540011400862500003600976611007301012600007201085600005501157600005601212600008101268600007501349600007601424600007101500600007001571600006701641600006101708650006701769650005201836650007001888650005401958650005802012655004402070655004302114994001202157on1390682254OCoLC20230718213016.0kh bo|110727s1963 xxunnn kneng  a 2012645136 aDLCbengedcrmgcDLC a(OCoLC)13906822541 aAdelman, Bob,ephotographer.10a[Selected prints from March on Washington for Jobs and Freedom]h[graphic]. c[28, August 1963, printed later] a10 photographs :bblack and white prints ;csheet, 41 x 51 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 a1. Demonstrator with his children; -- 2. Joan Baez singing; -- 3. John Lewis rising to speak; -- 4. Rosa Parks; -- 5. Rev. Abernathy, Whitney Young, Martin Luther King, Jr., and Walther Reuther pleding allegiance; -- 6. Ossie Davis, Jr.; -- 7. Martin Luther King, Jr., speaking; -- 8. Demonstrator; -- 9. Bayard Rustin; -- 10. Members of Congress.0 aPhotographs related to the March on Washington, 1963. aPublication restricted. For information see "Bob Adelman ...,"uhttp://www.loc.gov/rr/print/res/672_adel.html aTitle devised by Library staff.20aMarch on Washington for Jobs and Freedomd(1963 :cWashington, D.C.)14aAbernathy, Ralph,d1926-1990xPublic appearanceszWashington (D.C.)14aBaez, Joan,xPublic appearanceszWashington (D.C.)14aDavis, OssiexPublic appearanceszWashington (D.C.)14aKing, Martin Luther,cJr.,d1929-1968xPublic appearanceszWashington (D.C.)14aLewis, John,d1940 February 21-xPublic appearanceszWashington (D.C.)14aPowell, Adam Clayton,d1908-1972xPublic appearanceszWashington (D.C.)14aReuther, Walter,d1907-1970xPublic appearanceszWashington (D.C.)14aRustin, Bayard,d1912-1987xPublic appearanceszWashington (D.C.)14aParks, Rosa,d1913-2005xPublic appearanceszWashington (D.C.)14aYoung, Whitney M.xPublic appearanceszWashington (D.C.) 4aAfrican AmericansxCivil rightszWashington (D.C.)y1960-1970. 7aActivistszWashington (D.C.)y1960-1970.2lctgm 7aCivil rights demonstrationszWashington (D.C.)y1960-1970.2lctgm 7aLegislatorszWashington (D.C.)y1960-1970.2lctgm 7aPublic speakingzWashington (D.C.)y1960-1970.2lctgm 7aPortrait photographsy1960-1970.2gmgpc 7aPhotographic printsy1960-1970.2gmgpc a92bPUL01391njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245003900171264008300210264001200293300003000305336003700335337002300372338003100395344001900426344001900445344001900464347002200483347001300505382002700518500002700545511002600572505028000598650001800878655002500896655001800921710005400939994001200993on1390682258OCoLC20230718213016.0sd fsngnnmmned230711t20212021vaugmnn n eng  a 2023626317 aDLCbengerdacDLC1 a195269102753 a(OCoLC)139068225800aOne sound /cUnited For A Purpose. 1aWoodbridge, VA :bUnity Christian Fellowship International Ministries,c[2021] 4c℗2021 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from disc label.0 aUnited For A Purpose.00aMy hope --tAll the way --tAmazed --t(Amazed (reprise) --tOpen to receive --tAuthorityr(ft. Lejuene Thompson) --tBe readyr(ft. Joann Rosario) --tJohn 4 --tRain down on me --tRain down on me (reprise) --tOne sound --tAuthorityr(ft. Lejuene Thompson) (radio edit). 0aGospel music. 7aGospel music.2lcgft 7aSongs.2lcgft2 aUnited For A Purpose (Musical group),eperformer. a92bPUL01410ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014200163246001900305264007300324300004700397336003500444337002800479338002700507490002900534500003500563500001900598500003600617546002000653650003500673655003000708655003000738655001900768700004400787730007000831773012300901994001201024on1390682259OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561400 aDLCbengerdacDLC a(OCoLC)1390682259 apcc00aML31b.C59500aPriscilla Dean in "The crimson runner" by Harvey Gates with Ward Crane, Alan Hale and Mitchell Lewis /cmusic compiled by Edward Kilenyi.30aCrimson runner 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aCrimson runner (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 45w(DLC) 2018571961 a92bPUL01386ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012000163246001700283264007300300300004700373336003500420337002800455338002700483490002900510500003500539500001900574500003600593546002000629650003500649655003000684655003000714655001900744700004700763730006800810773012200878994001201000on1390682260OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561464 aDLCbengerdacDLC a(OCoLC)1390682260 apcc00aML31b.C59500aJoseph P. Kennedy presents Lois Wilson and George K. Arthur in "The gingham girl" /ccompiled by James C. Bradford.30aGingham girl 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGingham girl (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 9w(DLC) 2018571961 a92bPUL01788nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034005400159035002200213041002300235050002300258052000900281052001300290110005800303245013100361246003400492246002800526246003900554250002300593255006900616264006100685300010000746336004000846337002800886338002600914490002400940500004600964500002201010500003601032500008701068546005001155650004501205650003401250655002201284994001201306on1390682261OCoLC20230718213016.0aj canzn230405s2006 sz bg a 1 ita  a 2023591036 aDLCbengerdacDLC a9783828300279 a38283002781 aab650000dE0070000eE0163000fN0470000gN0420000 a(OCoLC)13906822610 aitaageraengafre00aG6711.P2 2006b.H3 a6711 a6714bA12 aHallwag Kümmerly + Frey,ecartographer,epublisher.10aItalia del Nord :bcarta stradale = Italian Nord : Strassenkarte = Italy North : road map = Italie du Nord : carte routière.31aItalian Nord :bStrassenkarte31aItaly North :broad map31aItalie du Nord :bcarte routière aEdition 2006-2008. aScale 1:650,000c(E 7°00ʹ--E 16°30ʹ/N 47°00ʹ--N 42°00ʹ). 1aSchönbühl-Bern :bHallwag Kümmerly + Frey,c[2006] a1 map :bcolor ;c97 x 124 cm, folded in cover 25 x 13 cm +eindex in cover (29 pages ; 21 cm). acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aDistoguide Euro map aRelief shown by shading and spot heights. aTitle from cover. a"Hallwag international"--Cover. aIncludes insets of Corsica and 7 cities, and Distoguide distance map (perforated). aText in Italian, German, English, and French. 0aCities and townszItaly, NorthernvMaps. 0aRoadszItaly, NorthernvMaps. 7aRoad maps.2lcgft a92bPUL01614nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180050002500202052000900227052000900236245009900245246016300344255006600507264005700573300003400630336004000664337002800704338002600732490003500758534005900793500004700852500004400899500004100943500007500984651002401059650003101083655002301114655001701137710003801154994001201192on1390682272OCoLC20230718213016.0aj canzn230712r19771885ie a 0 eng  a 2023585553 aDLCbengerdacDLC1 aab400000dW0130000eW0120000fN0090000gN0080000 a(OCoLC)139068227200aG8860 1885b.M3 1977 a8860 a886100aMap shewing journey through part of the settlement of Sierra Leone in March, April & May 1885.1 iTitle from publisher's brochure:aMap shewing journey through part of the settlement of Sierra Leone in March, April & May 1885 :b[showing also fenced towns] aScale approximately 1:400,000c(W 13°--W 12°/N 9°--N 8°). 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c85 x 51 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v26 pOriginal version:c[London] : Dangerfield Lith., 1885. aOriented with North toward the upper left. a"Enclosure No. 14"--Upper right corner. a"10758 (10.85)"--Lower right corner. aMap reprinted from the IUP series of the British Parliamentary papers. 0aSierra LeonevMaps. 0aRoadszSierra LeonevMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01415nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180041001800202050002300220052000900243052000900252110009700261245011000358246005000468255006900518264009800587300003300685336004000718337002800758338002600786500009800812546004100910650004200951651002200993655002601015994001201041on1390682273OCoLC20230718213016.0aj canzn230714s2015 aj cge a f 0 aze  a 2023585560 aDLCbengerdacDLC1 aab850000dE0450000eE0510000fN0410000gN0390000 a(OCoLC)13906822730 aazeaengarus00aG7141.C2 2015b.A9 a7141 a71401 aAzerbaijan.bEkologiya vä Täbii Särvätlär Nazirliyi,ecartographer,eissuing body.10aAzärbaycan Respublikası, ümum coğrafi xäritä =bAzerbaijan Republic, general geographical map.31aAzerbaijan Republic, general geographical map aScale 1:850,000. 1 cm = 8.5 kmc(E 45°--E 51°/N 41°--N 39°). 1aBakı :bAzärbaycan Respublikası, Ekologiya vä Täbii Särvätlär Nazirliyi,c2015. a1 map :bcolor ;c71 x 45 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by gradient tints and spot heights. Depth shown by gradient tints and soundings. aIn Azerbaijani, English and Russian. 0aPhysical geographyzAzerbaijanvMaps. 0aAzerbaijanvMaps. 7aPhysical maps.2lcgft a92bPUL01732ncm a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152050001100160100004400171240003800215245009700253246005100350264007000401300003100471336003500502337002800537338002700565348001800592348002700610382003400637546009900671546002000770500002400790500003700814501027800851650002201129650001701151655001801168655002201186655003101208700004701239994001201286on1390682300OCoLC20230718213016.0230714q18401850mausgl n eng  a 2020564186 aDLCbengerdacDLC a(OCoLC)13906823001 aenghfre apcc00aM1.A151 aMalibran, Maria,d1808-1836,ecomposer.10aRéveil d'un beau jour.lEnglish10aThere is no home like my own :ban admired Tyrolien /ccomposed and sung by Madame Malibran.1 iFirst line of text:aIn the wild chamois tract 1aBoston :bGeo. P. Reed, 17 Tremont Row,c[between 1840 and 1850?] a1 score (3 pages) ;c34 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm cstaff notation2rdafmn01asingern1apianon1s22lcmpt aEnglish words, translated from the original French, with additional verse printed above staff. bStaff notation. aTitle from caption. aAt end: "A.F. Winnemore, Eng.r." aWith: The blind boy / poetry by Miss Hannah F. Gould ; the music composed and most cordially dedicated to Mrs. Archibald Robertson (of Philadelphia), by William R. Dempster. Boston (135 Washington St.) : Oliver Ditson, [1842]. Bound together subsequent to publication.5DLC 0aSongs with piano. 0aTyroliennes. 7aSongs.2lcgft 7aArt music.2lcgft 7aTyroliennes (Music)2lcgft1 aWinnemore, A. F.q(Anthony F.),eengraver. a92bPUL01405ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245017700163246001800340264007300358300004700431336003500478337002800513338002700541490002900568500003500597500001900632546002000651650003500671655003000706655003000736655001900766700004700785730007600832773012300908994001201031on1390682301OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561452 aDLCbengerdacDLC a(OCoLC)1390682301 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Zane Grey's "Forlorn River" with Jack Holt, Raymond Hatton, Arlette Marchal and Edmund Burns /cmusic compiled by James C. Bradford.30aForlorn River 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aForlorn River (Motion picture : 1926)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 47w(DLC) 2018571961 a92bPUL01808ncm a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010100163246001900264264007300283300004700356336003500403337002800438338002700466490002900493500003500522500001900557500003600576546002000612650003500632655003000667655003000697655001900727700004700746730007000793773012300863776023400986787017801220994001201398on1390682302OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561469 aDLCbengerdacDLC a(OCoLC)1390682302 apcc00aML31b.C59500aCharles R. Rogers presents Ken Maynard in "The glorious trail" /ccompiled by James C. Bradford.30aGlorious trail 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGlorious trail (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 14w(DLC) 201857196108iReproduced as (manifestation):tCharles R. Rogers presents Ken Maynard in "The glorious trail".dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057100508iRelated item of item:tCharles R. Rogers presents Ken Maynard in "The glorious trail".dNew York City : Cameo Music Service Corporation, [not before 1928]w(DLC) 2022561470 a92bPUL01354njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028002600178035002200204042001400226245001700240264004000257300004900297336003700346337002300383338003100406340001900437344001800456344001500474344002300489344001900512500002700531511001700558505014100575650002700716650002300743650002100766655003000787655002800817655001800845710004500863994001200908on1390682303OCoLC20230718213016.0sd bsmennmplue230630s2022 enkrcnn d n eng d a 2023616860 aTDFbengerdacDLC10a82888711491302aUTR149bUpset The Rhythm02a149bUpset The Rhythm a(OCoLC)1390682303 alccopycat00aShake Chain. 1aLondon :bUpset The Rhythm,c[2022] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label.0 aShake Chain.8 aStace -- RU -- Copy me -- Birthday -- Cavalry -- Highly conceptual -- Mike -- Second home -- Arthur -- Architecture -- Internet -- Duck. 0aRock musicy2021-2030. 0aNoise rock (Music) 0aPost-punk music. 7aNoise rock (Music)2lcgft 7aPost-punk music.2lcgft 7aSongs.2lcgft2 aShake Chain (Musical group),eperformer. a92bPUL01683njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245002700284264004500311264001100356300005700367336003700424337002300461338003100484340001900515344001800534344001500552344002300567344001900590382002300609500002600632511001200658508003100670500003300701500003300734505021200767650003000979650002301009655003901032655003101071655002601102655003101128655001801159994001201177on1390682304OCoLC20230718213016.0sd fsngnnmmned230626r20182003ne ppnn n eng  a 2023617276 aDLCbengerdacDLC1 a60255736408802a0602557364088bUniversal02a0602557364088bPolydor/Island a(OCoLC)13906823042 aEnigma (Musical group)ecomposer,eperformer.10aVoygeur.nV /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2003. aPressed on clear pink vinyl.00tFrom east to west --tVoyageur --tIncognito --tPage of cups --tBoum-boum --tTotal eclipse of the moon --tLook of today --tIn the shadow, in the light --tWeightless --tThe piano --tFollowing the sun. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01930nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040001800101035002200119037006800141037006600209110003900275245009700314260010300411300005600514540004200570500003300612500001900645500004500664500026700709650006300976650005601039650005101095650005101146655003601197655003901233655004301272700003601315856010101351856008001452994001201532on1390682305OCoLC20230718213016.0kh |||041112s1902 enknnn kneng  a 2004681145 aDLCbengcDLC a(OCoLC)1390682305 aLC-DIG-stereo-1s19581bDLCc(digital file from original, front) aLC-USZ62-59964bDLCc(b&w film copy neg. of righ half stereo)2 aUnderwood & Underwood,epublisher.12aA group of Pekinese women in the court of a wealthy Chinese house, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photographic print on stereo card :bstereograph. aNo known restrictions on publication. aTitle transcribed from item. aNo. 90; No. 2. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 91). 7aWomenxClothing & dresszChinazBeijingy1900-1910.2lctgm 7aClothing & dresszChinazBeijingy1900-1910.2lctgm 7aRich peoplezChinazBeijingy1900-1910.2lctgm 7aUpper classzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aGroup portraitsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from original, frontdstereof1s19581qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19581413b&w film copy neg.dcphf3b07704qpuhttp://hdl.loc.gov/loc.pnp/cph.3b07704 a92bPUL01322njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245003500171264006900206300003000275336003700305337002300342338003100365344001900396344001900415344001900434347002200453347001300475382004900488500002700537511006400564505015900628650002700787650002100814655002800835655001800863700004300881994001200924on1390682378OCoLC20230718213016.0sd fsngnnmmned230714r20212021xxurcnn n eng  a 2023626359 aDLCbengerdacDLC1 a195269103316 a(OCoLC)139068237800aAlways honey /cScotty Karate. 1a[Place of publication not identified] :bRavine Records,c[2021] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen1dguitarn1ddrum setn12lcmpt aTitle from disc label.0 aScotty Karate, guitars, vocals, drums ; with accompaniment.00tLot lot --tAlways honey --tLil B --tSSMM --tRuby red --tInterlude --tGone it --tHe's the DD --tIcy road --tUnchained melody --tX's on the prowl. 0aRock musicy2021-2030. 0aPunk rock music. 7aPunk rock music.2lcgft 7aSongs.2lcgft1 aKarate, Scotty,ecomposer,eperformer. a92bPUL01340nem a2200373 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002500163052000900188052000900197245006400206246012700270255003700397264005700434300003400491336004000525337002800565338002600593490003500619534005900654500007500713500003800788651002400826651006400850655001700914655002300931994001200954on1390682379OCoLC20230718213016.0aj canzn230714r19771888enk a 0 eng  a 2023585562 aDLCbengerdacDLC1 aab7500000 a(OCoLC)139068237900aG8500 1888b.S6 1977 a8500 a850100aSouth Africa in 1888 :bfrom the Zambezi to Cape L Agulhas.1 iTitle from publisher's brochure:aSouth Africa in 1888 :bfrom the Zambesi to Cape L'Agulhas showing territorial divisions aScale approximately 1:7,500,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c37 x 31 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v84 pOriginal version:c[London] : Dangerfield Lith., 1888. aMap reprinted from the IUP series of the British Parliamentary papers. a"16701.7/88"--Lower right corner. 0aSouth AfricavMaps. 0aSouth AfricaxAdministrative and political divisionsvMaps. 7aMaps.2lcgft 7aFacsimiles.2lcgft a92bPUL01686nem a2200481 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159034001400172035002200186041001300208050002300221052001300244052001400257110006000271245012100331246003600452250001700488255002000505255002100525264006100546264001100607300011100618336004000729337002800769338002600797500004700823500002200870500005300892500005100945505005600996546004601052651003601098651004101134655001701175994001201192on1390682380OCoLC20230718213016.0aj canzn230707t19921992sa g a 1 eng  a 2023591376 aDLCbengerdacDLC a9781868091737 a18680917321 aab200001 aab100000 a(OCoLC)13906823800 aengaafr00aG8504.C3 1992b.M3 a8504bC3 a8502bC352 aMap Studio (Firm),ecartographer,eprinter,epublisher.10aCape Town and Peninsula minimap =bKaapstad en Skiereiland minimap /ccompiled, printed and published by Map Studio.31aKaapstad en Skiereiland minimap a8th edition. aScale 1:20,000. aScale 1:100,000. 1aSandton ;aCape Town :bpublished by Map Studio,c[1992] 4c©1992 a2 maps on 1 sheet :bboth sides, color ;c34 x 46 cm and 57 x 34 cm, sheet 35 x 66 cm, folded to 18 x 9 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights on both maps. aTitle from panel. aIncludes index to street names and specimen map. aLC copy imperfect: torn along panel fold.5DLC0 a[Cape Town] -- Cape Peninsula / Kaapse Skiereiland. aText and legend in English and Afrikaans. 0aCape Town (South Africa)vMaps. 0aCape Peninsula (South Africa)vMaps. 7aMaps.2lcgft a92bPUL01558nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146050002600168052001600194110007500210245012300285255002000408264008900428300007100517336004000588337002800628338002600656500004700682500004100729500004300770651003000813651007000843655001700913880007100930880008101001880007801082994001201160on1390682381OCoLC20230718213016.0aj aanzn230712s1962 ja ag a 0 jpn  a 2023592537 aDLCbengerdacDLC c$11 aab10000 a(OCoLC)139068238100aG7964.H4142 1962b.P3 a7964bH41422 6880-01aPashifikku Kōku ̄Sokuryo ̄Kabushiki Kaisha,ecartographer.106880-02aHidaka-chō zenzu /cPashifikku Kōku ̄Sokuryo ̄Kabushiki Kaisha chōsei Nihon Kōsoku Kabushiki Kaisha. aScale 1:10,000. 16880-03aHidaka-chō :bSaitama-ken Iruma-gun Hidaka Machiyakuba,cShōwa 37 [1962] a1 map on 2 sheets ;c73 x 150 cm, sheet 73 x 102 cm and 72 x 48 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. aIncludes location map and index map. aLC copy mounted on cloth backing.5DLC 0aHidaka-shi (Japan)vMaps. 0aHidaka-shi (Japan)xAdministrative and political divisionsvMaps. 7aMaps.2lcgft2 6110-01aパシフィック航空測量株式会社,ecartographer.106245-02a日高町全図 /cパシフィック航空測量株式会社調製. 16264-03a日高町 :b埼玉県入間郡日高町役場,c昭和 37 [1962] a92bPUL04545nkd a2200565 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148242006000160245008500220260001000305300009700315336003300412337002800445338002600473520095700499520066101456540015602117500005602273500017702329500010602506500010902612506003602721545013902757555007902896650005102975650005203026650005903078650005603137650005103193650005203244650006003296650005203356650005103408650005103459650005003510650005403560655004503614655004403659655003903703773009503742856006103837856006903898994001203967on1390682382OCoLC20230718213016.0kh b|o230717s1929 cc nnn knchi  a 2023631494 aDLCbengedcrmgcDLC a(OCoLC)1390682382 aa-cc---00aDisaster Situation in Henan Province, August 1929.yeng00a[Disaster Situation in Henan Province, August 1929]h[graphic] /c[Li Huanying]. c1929. a50 photographs :bgelatin silver prints ;calbum 25 x 36 cm, photographs 20 x 27 or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show the devastation caused by the famine of 1928-1930 in Henan Province (Henan Sheng), China. Depicted are famine refugees, including families, traveling to other areas, waiting for transportation, begging and starving. Refugees at two food distribution centers in the Ling Pao District and the Ha Yap District, a boy's home at Kai Fung, refugee homes for women and children in the Shin Chang District and in the Nan Yang District are also shown. Other images document rice, rye and wheat fields destroyed by locusts or droughts as well as impoverished farmers and people killing locusts with traps. One image shows a crowd of refugees in front of a building, with well-dressed people behind them on a balcony in the Shen District. A flag, possibly of the Kuomintang Party is in the building's doorway. Also depicted are "victims" of the Sun Yeh District, refugees from Tong Ho, "victims" of the Sun Yeh District and refugees from Tong Ho.0 aLocations include the Shen District, Ling Pao District, Yen Shing District, Kung District, Loyang District, Sheng District, Ha Yap District, Yen Lee District, Ip District, Ki Shiu District, Lo Shan District, Shin Chang (Chong?), Nan Yang District, King District, Wu On, Shin District, Wu Yang, Sun On District, U Yang (Wu Yang?) District, Loyang District, Lan Hu District, Pao Fung District, Nanyang District, Wu On District, Nan Yang, Kai Fung, Wing Yang, Loyang, Chen District, Shit District, Mang Tsun District, Kap District, Kung District, Tong Ho District, Sheu(?) District, Shing Chi District, Yen Le District, Yen Le District, and Tit Tang District. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title translated from Chinese by Library staff. aOn album cover in calligraphy and seal: "Li Huanying." Li Huanying was one of the members of the National Disaster Relief Committee in China. (Source: Library staff, 2022). aPhotographs are captioned in English. Chinese language captions are on slips of paper loose in album. aThis album does not depict American Red Cross activities and probably documents local relief activities.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001 4aChinesexHealth & welfarezChinazHenan Sheng. 7aRefugeeszChinazHenan Shengy1920-1930.2lctgm 7aDisaster reliefzChinazHenan Shengy1920-1930.2lctgm 7aPoor personszChinazHenan Shengy1920-1930.2lctgm 7aPovertyzChinazHenan Shengy1920-1930.2lctgm 7aFamilieszChinazHenan Shengy1920-1930.2lctgm 7aDisaster victimszChinazHenan Shengy1920-1930.2lctgm 7aDroughtszChinazHenan Shengy1920-1930.2lctgm 7aLocustszChinazHenan Shengy1920-1930.2lctgm 7aFarmerszChinazHenan Shengy1920-1930.2lctgm 7aFaminezChinazHenan Shengy1920-1930.2lctgm 7aStarvationzChinazHenan Shengy1920-1930.2lctgm 7aGelatin silver printsy1920-1930.2gmgpc 7aPortrait photographsy1920-1930.2gmgpc 7aGroup portraitsy1920-1930.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01988nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001400133035002200147050002500169052001700194110006100211245009700272255002100369264006600390300003500456336004000491337002800531338002600559500004700585500003100632500015300663650004900816650004800865650004300913650004200956650005400998650005301052650006701105650006601172655002801238655002901266880005801295880009201353880006101445994001201506on1390684260OCoLC20230718213016.0aj canzn840817s1979 ja ag b f 0 jpn  a 2020592303 aDLCbengerdacDLC c$11 aab200000 a(OCoLC)139068426000aG7963.S6C2 S200b.J3 a7963bS6bR81 6880-01aJapan.bKokudochō.bTochikyoku,ecartographer.106880-02aTochi bunruizu :bHokkaidō VII : Sōya, Rumoi Chichō /cKokudochō Tochikyoku. aScale 1:200,000. 16880-03a[Tokyo] :bKokudochō Tochikyoku,cShōwa 54 [1979] a9 maps :bcolor ;c106 x 74 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. aIncludes insets and notes. aAccompanied by booklet: Shukushaku 20-manbun no ichi tochi bunruizu fuzoku shiryō, Hokkaido VII (Sōya, Rumoi Shichō) / Kokudochō Tochikyoku. 0aGeomorphologyzJapanzSōya-shichōvMaps. 0aGeomorphologyzJapanzRumoi-shichōvMaps. 0aGeologyzJapanzSōya-shichōvMaps. 0aGeologyzJapanzRumoi-shichōvMaps. 0aPhysical geographyzJapanzSōya-shichōvMaps. 0aPhysical geographyzJapanzRumoi-shichōvMaps. 0aLand capability for agriculturezJapanzSōya-shichōvMaps. 0aLand capability for agriculturezJapanzRumoi-shichōvMaps. 7aGeological maps.2lcgft 7aTopographic maps.2lcgft1 6110-01aJapan.b国土庁.b土地局,ecartographer.106245-02a土地分類図 :b北海道 VII : 宗谷・留萌支庁 /c国土庁土地局. 16264-03a[Tokyo] :b国土庁土地局,c昭和 54 [1979] a92bPUL01351ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013600163246001100299264007400310300004700384336003500431337002800466338002700494490002900521500003500550500001900585546002000604650003500624655003000659655003000689655001900719700004700738730006900785773012300854994001200977on1390684267OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561436 aDLCbengerdacDLC a(OCoLC)1390684267 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Betty Compson in a Sam Wood production "The female" /cmusic compiled by James C. Bradford.30aFemale 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFemale (Motion picture : 1924)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 31w(DLC) 2018571961 a92bPUL01374nem a22004091i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132043001200154050002200166052001700188110004200205245007800247246003900325264006000364264001900424300005500443336004000498337002800538338002700566510002100593500003100614500003400645651003300679651003200712650005500744650005400799651004000853651003900893655002000932994001200952on1390684268OCoLC20230718213016.0ad canzn810327t19651965sdu e 1 eng  amap66000350  aDLCbengerdacDLC0 aa a(OCoLC)1390684268 an-us-sd00aG1448.D2bM5 1965 a4183bD2bH52 aMidland Atlas Company,ecartographer.10aAtlas Davison & Hanson Counties /ccompiled by the Midland Atlas Company.30aAtlas, Davison and Hanson Counties 1aMilbank, South Dakota :bMidland Atlas Company,c[1965] 4cCopyright 1965 a1 atlas (92 pages) :bmaps, illustrations ;c37 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier4 aPhillips,c17029 aShows names of landowners. aIncludes index and directory. 0aDavison County (S.D.)vMaps. 0aHanson County (S.D.)vMaps. 0aReal propertyzSouth DakotazDavison CountyvMaps. 0aReal propertyzSouth DakotazHanson CountyvMaps. 0aDavison County (S.D.)xDirectories. 0aHanson County (S.D.)xDirectories. 7aAtlases.2lcgft a92bPUL01336ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013000163246002200293264007400315300004700389336003500436337002800471338002700499490002900526500003500555546002000590650003500610655003000645655003000675655001900705700004700724730008000771773012300851994001200974on1390684274OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561422 aDLCbengerdacDLC a(OCoLC)1390684274 apcc00aML31b.C59500aRichard Barthelmess in "The enchanted cottage" with May McAvoy, a John Robertson production /ccompiled by James C. Bradford.30aEnchanted cottage 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEnchanted cottage (Motion picture : 1924)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 17w(DLC) 2018571961 a92bPUL01988nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245014000283260010300423300008000526336003300606337002800639338002600667540004200693500003300735500001900768500004500787500026700832651004801099650007001147650004801217650004601265650004601311655003601357655004301393700003601436856009401472994001201566on1390684275OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023637584 aDLCbengedcrmgcDLC aH16943bU.S. Copyright Office. a(OCoLC)1390684275 aLC-DIG-stereo-1s48069bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom British concession (E.) to east arsenal, over plain occupied by Russians--during battle July 13, 1900, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 54; No. 1. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 54). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aMilitary occupationsxRussianszChinazTianjiny1900-1910.2lctgm 7aArmorieszChinazTianjiny1900-1910.2lctgm 7aPlainszChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48069qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48069 a92bPUL01559ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018100160257001100341260005300352300006700405500005200472508026500524511013700789546001600926500001400942500003800956541001400994655002401008655002601032700004101058700003101099700003401130710003301164994001201197on1390684276OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336484 aDLCbengeamimcDLC a(OCoLC)1390684276 alcode00aLokoloko.nSeason 1,nEpisode 8 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01366ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012200163246001700285264007400302300004700376336003500423337002800458338002700486490002900513500003500542500003600577546002000613650003500633655003000668655003000698655001900728700004700747730007500794773012300869994001200992on1390684281OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561446 aDLCbengerdacDLC a(OCoLC)1390684281 apcc00aML31b.C59500aRichard Walton Tully presents "Flowing gold" by Rex Beach, a First National picture /ccompiled by James C. Bradford.30aFlowing gold 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFlowing gold (Motion picture : 1924)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 41w(DLC) 2018571961 a92bPUL01622ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010800163246002500271264007300296300004700369336003500416337002800451338002700479490002900506500003500535500003600570546002000606650003500626655003000661655003000691655001900721700004700740730007600787773012300863776025000986994001201236on1390684282OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561455 aDLCbengerdacDLC a(OCoLC)1390684282 apcc00aML31b.C59500aCarl Laemmle presents Lewis Stone in "Freedom of the press" with Marceline Day /cby James C. Bradford.30aFreedom of the press 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (8 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFreedom of the press (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 50w(DLC) 201857196108iReproduced as (manifestation):tCarl Laemmle presents Lewis stone in "Freedom of the press" with Marceline Day.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570978 a92bPUL01723nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245013100256260002800387300006400415336003300479337002800512338002600540540004200566500003600608506018500644580006500829600007000894600007600964650005501040650006301095650005501158655004601213856009001259994001201349on1390684283OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634728 aDLCbengedcrmgcDLC a(OCoLC)1390684283 aLC-DIG-ppmsca-87337 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Door with lunette.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 31 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aLunetteszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87337qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87337 a92bPUL01739njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028004100149035002200190100003800212245003100250264008400281264001200365300004100377336003700418337002300455338003100478344001900509344001900528344001900547347002200566347001300588500002700601500004800628511008400676508002700760518007000787500003400857505019700891650003401088650001801122655004101140655002501181655001801206700003301224994001201257on1390684289OCoLC20230718213016.0sd fsngnnmmned230711t19981998caumunn d n eng  a 2023624748 aDLCbengerdacDLC1 a02629716042502aNPD1604bNewPort/Catalyst Ministries a(OCoLC)13906842891 aClark, Terry,ecomposer,esinger.10aLove heals /cTerry Clark. 1aNewbury Park, CA :bNewPort ;aSan Clemente, CA :bCatalyst Ministries,c[1998] 4c℗1998 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll but the 1st & 2nd works by Terry Clark.0 aTerry Clark, vocals ; with accompanying instrumentalists and backing vocalists. aProduced by Roby Duke. oRecordedpMichael Lord Studios and Red Door Studios, Seattle, WA. aLyrics inserted in container.0 aLeaning on the everlasting arms -- Daybreak -- Everlasting -- John 3:16 -- Love heals -- Oh what love can do -- Simple answer -- Come Holy Spirit -- Safe -- Thats why I can sing -- Every step. 0aContemporary Christian music. 0aGospel music. 7aContemporary Christian music.2lcgft 7aGospel music.2lcgft 7aSongs.2lcgft1 aDuke, Roby,eaudio producer. a92bPUL01665nem a2200445 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180041002300202050002300225052000900248052001300257052000900270100003600279245015200315250002200467255006900489264003900558264001100597300007600608336004000684337002800724338002600752500004600778500002200824500011200846546006100958650003401019650004501053651002701098655002201125655002501147710003501172994001201207on1390684290OCoLC20230718213016.0aj canzn230406t19771968it bg a 0 ita  a 2023591040 aDLCbengerdacDLC1 aab500000dE0070000eE0133000fN0463000gN0440000 a(OCoLC)13906842900 aitaaengafreager00aG6711.P2 1977b.E8 a6711 a6714bA1 a67101 aEsposito, Nello,ecartographer.10aItalia nord :battraversamento di 11 città, itinerari turistici Dolomiti, Laghi Lombardi e di Garda, Canton Ticino /ccartografia Prof. Esposito. aEdizione 1977/78. aScale 1:500,000c(E 7°00ʹ--E 13°30ʹ/N 46°30ʹ--N 44°00ʹ). 1aRoma :bEsso italiana SpA,c[1977] 4c©1968 a1 map :bboth sides, color ;con sheet 82 x 72 cm, folded to 20 x 11 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aTitle from panel. aIncludes 11 ancillary city maps, 3 maps of tourist itineraries with text, distance chart, and coverage map. aText and legend in Italian, English, French, and German. 0aRoadszItaly, NorthernvMaps. 0aCities and townszItaly, NorthernvMaps. 0aItaly, NorthernvMaps. 7aRoad maps.2lcgft 7aTourist maps.2lcgft2 aEsso italiana SpA,epublisher. a92bPUL01784nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245010400282260010300386300008000489336003300569337002800602338002600630540004200656500003300698500004500731500026700776650005901043650004301102650004401145655003601189655004301225700003601268856009401304994001201398on1390684291OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023635245 aDLCbengedcrmgcDLC aH8381bU.S. Copyright Office. a(OCoLC)1390684291 aLC-DIG-stereo-1s48037bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom Pilot's Tower, looking north across the Peiho River to Northwest Fort, Taku, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 45). 7aForts & fortificationszChinazTakuy1900-1910.2lctgm 7aRiverszChinazTakuy1900-1910.2lctgm 7aHarborszChinazTakuy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48037qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48037 a92bPUL01121njm a22002897a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003500127035002200162042001000184100001700194245011500211260004100326300004100367500002700408546001900435511017900454500001800633505009100651500003300742710004400775994001200819on1390684295OCoLC20230718213016.0sd fsngnnmmned211117s2021 rh ppnn n sna  a 2021316861 aDLCbengcDLC02aCD WPPS 004bWizard Production a(OCoLC)1390684295 alcode0 aPetso Petso.10aRemekedzoh[sound recording] /cPetso Petso and The Thunderbolt Express ; all songs composed by Peter Sibanda. aHarare :bWizard Production,cp2021. a1 sound disc :bdigital ;c4 3/4 in. aPopular sungura music. aSung in Shona.0 aPetso Petso, lead guitar ; Joseph Dendera, backing vocals ; Stephen Jack, lead guitar ; Petso Petso, rythmn guitar ; Joseph Dendera, bass guitar ; Tinotenda Chimbandi, drums. aCompact disc.0 aTeresa -- Nguva -- Sekuru na mbuya -- Varefu nevapfupi -- Baba ndovatenda nei (remix). aProduction level cataloging.2 aThe Thunderbolt Express (Musical group) a92bPUL01739nem a2200505 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001200159034001300171035002200184041002300206050002300229052001300252110006000265245008500325246001400410246001500424246001400439255001900453255002000472264006100492300008000553336004000633337002800673338002600701500003400727500004700761500004000808500004300848500004100891505004700932546005400979650005601033651003001089651004801119651003701167655001701204994001201221on1390684296OCoLC20230718213016.0aj canzn230508s2008 au g a 0 ger  a 2023591179 aDLCbengerdacDLC a9783850841184 a38508411891 aab75001 aab15000 a(OCoLC)13906842960 agerafreaitaapor00aG6494.S2 2008b.F7 a6494bS22 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aSalzburg =bSalzbourg = Salisburgo = Salzburgo /ccartography, Freytag & Berndt.31aSalzbourg31aSalisburgo31aSalzburgo aScale 1:7,500. aScale 1:15,000. 1aVienna, Austria :bFreytag-Berndt u. Artaria KG,c[2008] a2 maps on 1 sheet :bboth sides, color ;cboth 89 x 85 cm, sheet 92 x 89 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aIncludes insets of city center and region. aIn lower left corner: 082075B-9376. aIn lower left corner: [arrow] 12/2009. aLC copy imperfect: lacks cover.5DLC0 a[Salzburg] -- [Salzburg Metropolitan Area] aTitle in German, French, Italian, and Portuguese. 0aCentral business districtszAustrazSalzburgvMaps. 0aSalzburg (Austria)vMaps. 0aSalzburg Metropolitan Area (Austria)vMaps. 0aSalzburg Region (Austria)vMaps. 7aMaps.2lcgft a92bPUL01398njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132245008200154264004300236300003000279336003700309337002300346338003100369344001900400344001900419344001900438347002200457347001300479500002700492511008600519505020500605650003000810655002600840655001800866700003800884700005500922710003500977994001201012on1390684302OCoLC20230718213016.0sd fsngnnmmned230714s2015 xxuppnn n eng  a 2023626349 aDLCbengerdacDLC a(OCoLC)139068430200aSecond chance /cRodney Stepp & the Steppin' Out Band featuring Steve Cooper. 1a[United States] :bM.E.C.A.P.,c[2015] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aRodney Stepp & the Steppin' Out Band featuring Steve Cooper ; with accompaniment.00tSteppin out --tGenesis --tSecond chance --tFunk funk --tTrix --tInto my life --tThree way --tSheena's song --tAll synth --tImma b alright --tSteppin' out (featuring Staci McCrackin & Skypp). 0aPopular musicy2011-2020. 7aPopular music.2lcgft 7aSongs.2lcgft1 aStepp, Rodney,d1952-eperformer.1 aCooper, Stevec(Trumpet player),einstrumentalist.2 aSteppin' Out Band,eperformer. a92bPUL01863nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003300126035002200159037006100181110003900242245008900281260010300370300008000473336003300553337002800586338002600614540004200640500003300682500001100715500004500726500026700771651004801038650005101086650004701137650006001184655003601244655004301280700003601323856009401359994001201453on1390684303OCoLC20230718213016.0kh |o|230713s1901 enknnn kneng  a 2023635244 aDLCbengedcrmgcDLC aH442bU.S. Copyright Office. a(OCoLC)1390684303 aLC-DIG-stereo-1s48106bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMissionary refugees fleeing from the "Boxers"--landing at Cheefoo, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 44). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aMissionarieszChinazChefooy1900-1910.2lctgm 7aRefugeeszChinazChefooy1900-1910.2lctgm 7aArrivals & departureszChinazChefooy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48106qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48106 a92bPUL01447ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245020800163246002700371264007300398300004700471336003500518337002800553338002700581490002900608500003500637500001900672546002000691650003500711655003000746655003000776655001900806700004700825730007800872773012300950994001201073on1390684309OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561440 aDLCbengerdacDLC a(OCoLC)1390684309 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Wallace Beery and Raymond Hatton in "Firemen, save my child" with Josephine Dunn and Tom Kennedy, an Edward Sutherland production /ccompiled by James C. Bradford.30aFiremen, save my child 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFiremen, save my child (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 35w(DLC) 2018571961 a92bPUL01604nem a2200373 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002800162052001700190245023200207246020500439255003500644264005700679300003400736336004000770337002800810338002600838490003500864500003000899534005700929500007500986651003501061651004401096655002301140655001701163710003801180994001201218on1390684316OCoLC20230718213016.0aj canzn230717r19771877ie d a 0 eng  a 2023585564 aDLCbengerdacDLC1 aab250000 a(OCoLC)139068431600aG8503.T6 1877b.S4 1977 a8503bT6bC300aSketch map of the Transkei & Trans-Bashee territories :bshewing the routes taken by the forces under commandant Griffith, during September, October & November 1877 /cSd. Murray Grant, staff officer, Colonial Forces, Transkei.1 iTitle from publisher's brochure:aSketch map of the Transkei and Trans-Baskee territories :bshewing the routes taken by the forces under commandant Griffith, during September, October & November 1877 aScale approximately 1:250,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c62 x 50 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v62 aRelief shown by hachures. pOriginal version:cLondon : Dangerfield Lith., 1877. aMap reprinted from the IUP series of the British Parliamentary papers. 0aTranskei (South Africa)vMaps. 0aCape of Good Hope (South Africa)vMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01735nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245016100257260002800418300009800446336003300544337002800577338002600605540004200631500003600673500001100709506018500720580006500905600007000970600007601040650005501116650005401171655004601225856009001271994001201361on1390684317OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634701 aDLCbengedcrmgcDLC a(OCoLC)1390684317 aLC-DIG-ppmsca-87310bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor and site with garden.]p[Plan]h[graphic] /cR.M. Hunt, Archt. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 29 x 48 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 1. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aGardenszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87310qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87310 a92bPUL01501njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245004100171246004700212264004200259264001200301300003000313336003700343337002300380338003100403344001900434344001900453344001900472347002200491347001300513382006800526500002700594511012400621505022500745650002700970655002300997655001801020710005301038994001201091on1390684323OCoLC20230718213016.0sd fsngnnmmned230711t20202020xxurcnn n eng  a 2023626319 aDLCbengerdacDLC1 a195269068127 a(OCoLC)139068432300aNowhere to go but down /cthe Nerve.1 iTitle on container:aNowhere 2 go but down 1a[United States] :bNerve Ink,c[2020] 4c℗2020 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01amale voicen1aguitarn2abass guitarn1adrum setn1s42lcmpt aTitle from disc label.0 aThe Nerve (Dace Arnold, vocals ; Brien Brown, Stephen Rodolf, guitars ; Kirk Vanvalkenburgh, bass ; Sean Smith, drums).00aNobody gets out alive --tYou got the nerve --tMarry me --tIt's just me --tMysterious lady --tYeah yeah yeah --tAlien girl --tLeona --tThe purple place --tHow come you don't care --tBaker Street --tThis is all. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aNerve (Musical group : Dace Arnold),eperformer. a92bPUL01879nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245012200282260010300404300008000507336003300587337002800620338002600648540004200674500003300716500001100749500004500760500026700805651004801072650004601120650004401166650005001210655003601260655004301296700003601339856009401375994001201469on1390684324OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637590 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390684324 aLC-DIG-stereo-1s48096bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMotley crowds and jumbled huts of old Tien-tsin--view inside So. Gate soon after city was occupied, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 60). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aCrowdszChinazTianjiny1900-1910.2lctgm 7aHutszChinazTianjiny1900-1910.2lctgm 7aWar damagezChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48096qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48096 a92bPUL02683ngm a22005537i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245013200253246001600385257002400401264004900425264001100474300007800485336005000563337002300613338003000636340001900666344005300685347005900738380002700797538002900824500002600853532003400879500005300913500002600966511006100992508006101053520052201114500010801636500004301744521003801787500008801825655003101913655002601944655005401970710004102024773005202065994001202117on1390684325OCoLC20230718213016.0vd csaizm230712t20192019xxu084 vleng  a 2023600556 aDLCbengerdacDLC1 a81445602199742aVS-266bVinegar Syndrome a(OCoLC)13906843251 aengpengheng k19802edtf00aDVE8164(viewingcopy)00aTinseltown /cCarter Stevens Studios ; directed and produced by Carter Stevens ; screenplay by Carter Stevens and E.M. Kennedy.3 aTinsel town aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2019] 4c©2019 3viewing copya1 videodisc (84 min.) :bsound, color ;c4 3/4 in. +e1 DVD atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo filebBlu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft aRequires Blu-ray player. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1980. aTitle from container.1 aAshley Brooks, Danielle Raye, Tawny Pearl, Eric Edwards. aCinematographer, Carter Stevens ; editor, George Thomas. a"Mary Jo Harmon is a small town country girl who dreams of moving to Hollywood to pursue her ambition of becoming a famous movie star. But no sooner than arriving, her fantasies of glitz and glamour begin to get chipped away, as she learns that all of the things she's heard about LA's sleazy casting couches, lecherous producers, and perverted parties are...absolutely true! Will Mary Jo ever be able to fulfil her dream, as the world around her turns into an ever greater orgy of disappointment?"--Container insert. aSpecial features: brand new commentary track with director Carter Stevens; original theatrical trailer. aAlso includes a DVD copy of the movie. aContains explicit sexual content. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 7aPornographic films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL02329nkm a22004337a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037006600148037006500214110005200279245004600331260005600377300007800433336003300511337002800544338002600572520015000598540014400748500003300892500015100925500008901076561008001165600006101245650005901306650006001365650005001425650005101475655004601526655004301572773007501615856009701690856009601787994001201883on1390684330OCoLC20230718213016.0kh bo|220118q19201945vaunnn kneng  a 2022632911 aDLCbengedcrmgcDLC a(OCoLC)1390684330 aLC-DIG-ppmsca-77431bDLCc(digital file from original, front) aLC-DIG-ppmsca-77432bDLCc(digital file from original, back)2 aKelly and Green Photo Craftsmen,ephotographer.10aVirginia-Tennessee state lineh[graphic]. aBristol, Va. :bSilverglo,c[between 1920 and 1945] a1 photograph :bgelatin silver print ;csheet 9 x 14 cm (postcard format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographic postcard shows State Street in Bristol, Virginia and Tennessee; one side of the street is in Virginia and the other is in Tennessee. aRights status not evaluated. For general information see "Copyright and Other Restrictions ...,"uhttp://www.loc.gov/rr/print/195_copr.html aTitle transcribed from item. aPostcard is addressed to R.M. Anderson, Esq., National Fire Ins. Co., 100 Asylum Ave.,Hartford 15, Conn. with message from Dan dated 5/15/45.5DLC aDate based on year the company was established and the date written on the postcard. aPurchased from: Regimental Headquarters, Falmouth, Virginia, February 2019.14aHowell, Julius Franklin,d1846-1948xAssociated objects. 7aCity & town lifezVirginiazBristoly1920-1950.2lctgm 7aCity & town lifezTennesseezBristoly1920-1950.2lctgm 7aStreetszVirginiazBristoly1920-1950.2lctgm 7aStreetszTennesseezBristoly1920-1950.2lctgm 7aPhotographic postcardsy1920-1950.2gmgpc 7aPhotographic printsy1920-1950.2gmgpc0 tLiljenquist Family collection (Library of Congress)w(DLC) 2010650519413digital file from original, frontdppmscaf77431qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.77432413digital file from original, backdppmscaf77432qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.77432 a92bPUL01576nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245011000257260002800367300007900395336003300474337002800507338002600535540004200561500003600603506018500639580006500824600007000889600007600959650005501035655004601090856009001136994001201226on1390684337OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634702 aDLCbengedcrmgcDLC a(OCoLC)1390684337 aLC-DIG-ppmsca-87311bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Floor plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 20 x 33 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87311qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87311 a92bPUL01869njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100006500171245006500236246002000301264005900321264001100380300004100391336003700432337002300469338003100492344001900523344001900542344001900561347002200580347001300602500002700615511030300642508002800945500012600973518003701099505019101136650003001327650001301357655002601370655002701396994001201423on1390684344OCoLC20230718213016.0sd fsngnnmmned230717t20222022miuppnn n eng  a 2023628017 aDLCbengerdacDLC1 a653485806058 a(OCoLC)13906843441 aArmstrong, Michael,d1963-ecomposer,elyricist,eperformer.10aLectric prop EP :ba longing for you /cMickle Pickle Tunes.30aLonging for you 1a[Atlantic Mine, Mich.] :bMickle Pickle Tunes,c[2022] 4c©2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aMichael Armstrong, vocals, guitars, pianos, organs, synthesizers, orchestra, bass, percussion, drum programming, Michael Armstrong ; with Carter Green, background vocals (on Into the core) ; featured performers ; violins, violas, cello, brass, oboe, clarinets, percussion, Vienna Symphonic Library. aProducer, Carter Green. aAll songs written and arranged by Michael Armstrong; except Into the core written by Michael Armstrong and William Buege. oRecordedpMickle Pickle Studios.0 aStarry sky (feat. Spaceman Jack King ; with Andrew Haines, NASA Control Center Commander) -- Into the core -- There waits hope (feat. Abby Gehrke, vocal) -- Starry sky electronica remix. 0aPopular musicy2021-2030. 0aRemixes. 7aPopular music.2lcgft 7aRemixes (Music)2lcgft a92bPUL01401ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015100163246004700314264007300361300004700434336003500481337002800516338002700544490002900571500003500600500001900635546002000654650003500674655003000709655003000739655001900769700004400788730007200832773012300904994001201027on1390684345OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561441 aDLCbengerdacDLC a(OCoLC)1390684345 apcc00aML31b.C59500aCarl Laemmle presents "The flaming frontier or the Indians are coming" with Dustin Farnum and Hoot Gibson /cmusic compiled by Dr. Edward Kilenyi.30aFlaming frontier or the Indians are coming 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aFlaming frontier (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 36w(DLC) 2018571961 a92bPUL01588ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014800163246001800311264007400329300004700403336003500450337002800485338002700513490002900540500003500569546002000604650003500624655003000659655003000689655001900719700004700738730006900785773012300854787023700977994001201214on1390684346OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561443 aDLCbengerdacDLC a(OCoLC)1390684346 apcc00aML31b.C59500aAssociated First National Pictures, Inc. presents "Flaming youth" with Coleen Moore, a First National picture /ccompiled by James C. Bradford.30aFlaming youth 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFlaming youth (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 38w(DLC) 201857196108iRelated item of manifestation:tAssociated First National Pictures, Inc. presents "Flaming youth" with Coleen Moore, a First National picture.dNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923]w(DLC) 2022561442 a92bPUL01087nem a2200337 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002600163052001400189110006400203245003500267246002200302255003700324264006300361300003300424336004000457337002800497338002600525500003000551500003500581650005200616650005200668655001700720994001200737on1390684347OCoLC20230718213016.0aj canzn230714s2004 dcu a f 0 eng  a 2023585558 aDLCbengerdacDLC1 aab2250000 a(OCoLC)139068434700aG7624.D38H8 2004b.U6 a7624bD381 aUnited States.bCentral Intelligence Agency,ecartographer.10aIran :bAzadegan oilfield (U).30aAzadegan oilfield aScale approximately 1:2,250,000. 1a[Washington, D.C.] :bCentral Intelligence Agency,c[2004] a1 map :bcolor ;c17 x 19 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier a"766123Al (R00964) 3-04." aIncludes location map (inset). 0aOil fieldszIranzDasht-i ĀzādagānvMaps. 0aGas fieldszIranzDasht-i ĀzādagānvMaps. 7aMaps.2lcgft a92bPUL01865ncm a2200445 i 4500001001300000003000600013005001700019008004100036010003100077040002300108020002900131035002200160041001800182042000800200043001200208050002300220245025500243264005500498300003400553336003500587337002800622338002700650382004600677490004500723500011900768546002000887546002000907500005000927504004100977504005701018650006101075650007101136655001901207655002301226655002401249655001801273700008501291700003101376994001201407on1390684352OCoLC20230718213016.0230717s2020 ci fml bh n hrv  a 2021560341z 2023450033 aDLCbengerdacDLC a9790901370005qsoftbound a(OCoLC)13906843520 ahrvbengghrv apcc ae-ci---00aM1722.3b.H92 202000aHvatajte se u pleteno kolo :btradicijska glazba Virovitičko-podravske županije /c[snimke, tra urednica] Miroslava Hadžihusejnović Valašek ; [prijepis i uređinje nota Dubravko Bedeković, Tomislav Košćak] ; [uredila] Dragica Šuvak. 1aZagreb :bMatica hrvatska, Ogranak Slatina,c2020. a1 score (371 pages) ;c24 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier01asingern1pvocal ensemblee1s1t12lcmpt0 aMala slatinska biblioteka ;vknjiga XIX. aCollection of folk songs and folk dance music from Virovitica-Podravina County in Croatia; melodies unaccompanied. aCroatian words. aStaff notation. aCommentaries in Croatian; summary in English. aIncludes bibliographical references. aIncludes bibliographical references (pages 349-352). 0aFolk musiczCroatiazVirovitičko-podravska županija. 0aFolk songs, CroatianzCroatiazVirovitičko-podravska županija. 7aScores.2lcgft 7aFolk music.2lcgft 7aDance music.2lcgft 7aSongs.2lcgft1 aHadžihusejnović-Valašek, Miroslava,d1935-ecompiler,ecollector,eeditor.1 aŠuvak, Dragica,eeditor. a92bPUL02054nem a2200493 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001200159035002200171041003300193050002700226052002900253110005800282245021900340246005100559246006100610246005800671255001900729264006400748300005600812336004000868337002800908338002600936490001300962500002200975500003700997500011001034500002901144500005701173500011501230546007601345651002601421651002601447651002601473651002401499655002501523994001201548on1390684358OCoLC20230718213016.0aj canzn230717s2006 sz a 1 ger  a 2023591403 aDLCbengerdacDLC a9783828305823 a38283058221 aab5500 a(OCoLC)13906843580 ageraengafreaitaadutaswe00aG6714.V4E635 2006b.H3 a6714bV4bB96bM97bL6992 aHallwag Kümmerly + Frey,ecartographer,epublisher.10aVenedig :bMurano, Burano, Lido, Fährlinien, Index = Venice : Murano, Burano, Lido, ferries, index = Venezia : Murano, Burano, Lido, linee traghetti, indice = Venise : Murano, Burano, Lido, lignes de bacs, index.31aVenice :bMurano, Burano, Lido, ferries, index31aVenezia :bMurano, Burano, Lido, linee traghetti, indice31aVenise :bMurano, Burano, Lido, lignes de bacs, index aScale 1:5,500. 1aSchönbühl-Bern :bHallwag Kümmerly + Frey AG,c[2006] a1 map :bcolor ;c56 x 86 cm, folded to 23 x 11 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aCity map aTitle from panel. aIn lower right corner: 04070306. aIn lower left corner: Laufzeit bis 2007, Valid until 2007, Recommandé jusqu'en 2007, Validità a 2007. a"Hallwag international." aAncillary maps: Burano -- Murano -- Lido di Venezia. aIndexes to street names, emergency services, transportation, and tourist sites and emergency numbers on verso. aText and legend in German, English, French, Italian, Dutch and Swedish. 0aVenice (Italy)vMaps. 0aBurano (Italy)vMaps. 0aMurano (Italy)vMaps. 0aLido (Italy)vMaps. 7aTourist maps.2lcgft a92bPUL01560ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018200160257001100342260005300353300006700406500005200473508026500525511013700790546001600927500001400943500003800957541001400995655002401009655002601033700004101059700003101100700003401131710003301165994001201198on1390684359OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336486 aDLCbengeamimcDLC a(OCoLC)1390684359 alcode00aLokoloko.nSeason 1,nEpisode 10 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL03005ngm a22006257i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245011500253246003200368246003700400257001600437264004900453264001100502300010900513336005000622337002300672338003000695340001900725344005500744347007100799380002700870538016000897500002601057532003401083500005301117500002601170511006001196508008701256520037301343500011201716500004701828500008801875655002501963655003401988655002602022655002602048655005402074700004002128700004202168700003702210700002702247710004102274773005202315994001202367on1390684379OCoLC20230718213016.0vd csaizs230714t20232023it 092 vleng  a 2023600569 aDLCbengerdacDLC1 a81445602730242aVS-428bVinegar Syndrome a(OCoLC)13906843791 aengpengheng k19882edtf00aDVE8177(viewingcopy)00aPrimal rage /cEl Pico S.A. ; director, Vittorio Rambaldi ; producers, William J. Immerman and Josi W. Konski.1 iAlso known as:aAnimal rage1 iOriginal title:aFuria primitiva aItaly.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (92 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1988. aTitle from container.1 aPatrick Lowe, Cheryl Arutt, Sarah Buxton, Mitch Watson. aCinematographer, Antonio Climati ; music, Claudio Simonetti ; editor, John Rawson. a"A scientist at a Florida university inadvertently creates a "rage virus" while performing experiments intended to restore dead brain tissue in baboons. When a journalist for the college paper breaks into the campus lab, he's bitten by one of the infected baboons; the virus soon spreads to a trio of rapists and a valley girl, all of whom go on killing sprees"--IMDb. aSpecial features: "Baboon bites maniacs!"; interview with Bill Immerman, originally shot in 2020 (12 min.). aAlso includes a Blu-ray copy of the movie. aSources used: videodisc container; Internet movie database WWW site, July 14, 2023. 7aHorror films.2lcgft 7aScience fiction films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aRambaldi, Vittorio,efilm director.1 aImmerman, William J.,efilm producer.1 aKonski, Josi W.,efilm producer.1 aArutt, Cheryl,eactor.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01605ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013500163264007300298300004700371336003500418337002800453338002700481490002900508500003500537500001900572500003300591546002000624650003500644655003000679655003000709655001900739700004600758730007000804773012300874787022200997994001201219on1390684386OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561398 aDLCbengerdacDLC a(OCoLC)1390684386 apcc00aML31b.C59505a"The country doctor" with Rudolph Schildkraut, Junior Coghlan, Virginia Bradford and Frank Marion /ccompiled by Rudolph Berliner. 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in ink. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBerliner, Rudolph,d1878-1965,ecompiler.0 iMusic for motion picture (work):aCountry doctor (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 43w(DLC) 201857196108iRelated manifestation of item:t"The country doctor" with Rudolph Schildkraut, Junior Coghlan, Virginia Bradford and Frank Marion.dNew York City : Cameo Music Service Corporation, [not before 1927]w(DLC) 2021563509 a92bPUL01846nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003300126035002200159037006100181110003900242245013600281260010300417300008000520336003300600337002800633338002600661540004200687500003300729500001100762500004500773500026700818651004801085650006001133650004601193655003601239655004301275700003601318856009401354994001201448on1390684387OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023637588 aDLCbengedcrmgcDLC aH456bU.S. Copyright Office. a(OCoLC)1390684387 aLC-DIG-stereo-1s48073bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aDestructive guns from H.M.S. "Terrible" and distant burning city fired by their shells--bombardment of, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 56). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aArtillery (Weaponry)zChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48073qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48073 a92bPUL02406njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028004300132035002200175245006000197246004600257264006100303264001200364300003000376336003700406337002300443338003100466344001900497344001900516344001900535347002200554347001300576500002700589511002300616500003400639505095400673650003601627650001101663650002301674650003401697650003401731655001801765655003401783655003001817655004101847710003601888994001201924on1390684393OCoLC20230718213016.0sd fsngnnmmned010521t19991999mnumunn d n eng  a 2001570092 aDLCbengerdacDLC02aNCPC01bNorth Como Presbyterian Church a(OCoLC)139068439300aCelebrate :bmusic from North Como Presbyterian Church.30aMusic from North Como Presbyterian Church 1aRoseville, MN :bNorth Como Presbyterian Church,c[1999] 4c℗1999 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aVarious ensembles. aLyrics inserted in container.00aImmortal, invisible, God only wiser(Sanctuary Choir) --tSeek firstr(Rejoice! Music Team) --tClimbin' up the mountainr(Shalomers I & II) --tComfort, comfortr(Sanctuary Choir) --tGod is the gas in my go-cartr(Shalomers I) --tWe plow the fields and scatterr(Sanctuary Choir, Handbell Ensemble) --tHope eternalr(Handbell Ensemble) --tWe'll soon be done with troubles and trialsr(Men's Choir) -- Joyful, joyful we adore theer(Como Chimes) --tPrecious Lord take my handr(Men's Choir) --tGentle Maryr(A Striking Assortment) --tSteal awayr(Men's Choir) --tFollow the riverr(Women's Chorus) --tEvery time I feel the Spiritr(Sanctuary Choir) --tHeaven's gater(Rejoice! Music Team) --tWith one heartr(Shalomers I & II) --tLargor(A Pealers) --tJohn 3:16r(Shalomers I & II) --tKyrier(Prime Chimers) --tJesu, grant me this I prayr(Sanctuary Choir) --tAmazing lover(Rejoice! Music Team) --tAmazing gracer(Sanctuary Choir). 0aChoruses, Sacred (Mixed voices) 0aHymns. 0aSpirituals (Songs) 0aHymnsvInstrumental settings. 0aContemporary Christian music. 7aHymns.2lcgft 7aInstrumental settings.2lcgft 7aSpirituals (Songs)2lcgft 7aContemporary Christian music.2lcgft2 aNorth Como Presbyterian Church. a92bPUL01513njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110005900171245003500230264006900265300003000334336003700364337002300401338003100424344001900455344001900474344001900493347002200512347001300534382010600547500002700653511010200680518004200782505022300824650002701047655002301074655001801097994001201115on1390684400OCoLC20230718213016.0sd fsngnnmmned230714s2020 xxurcnn n eng  a 2023626353 aDLCbengerdacDLC1 a195269027629 a(OCoLC)13906844002 aVine and Stone (Musical group),ecomposer,eperformer.14aThe project /cVine and Stone. 1a[Place of publication not identified] :bVine and Stone,c[2020] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aguitarn1amale voicen1adrum setn1dpercussionn1dkeyboard instrumentn1dmale voicen1s22lcmpt aTitle from disc label.0 aVine and Stone (Bront Davis, guitars, vocals ; Paul Nuzzo, drums, percussion, keyboards, vocals). oRecorded atpPaul's DR, DRBR and DRC.00tPromise --tOne out of ten --tTurn out the light --tThe system --tInterlude : nightfall --tChess --tSeverance --tInterlude : compulsion --tStupidity --tTongues --tInterlude : rainy afternoon --tPoison flower. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL01113nem a2200325 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002300161052001300184110006100197245014700258246002200405255002000427264005200447300003300499336004000532337002800572338002600600500003500626500004700661651005000708655001700758994001200775on1390684401OCoLC20230718213016.0aj canzn230714q1965 ug ag a f 0 eng  a 2023585563 aDLCbengerdacDLC1 aab25000 a(OCoLC)139068440100aG8422.R8 1965b.U4 a8422bR81 aUganda.bDepartment of Lands and Surveys,ecartographer.10aUganda 1:25,000 :bCentral Ruwenzori /cconstructed by direct photographic enlargement of 1:50,000 sheet 65/11, Series Y 732, Edition 3 U.S.D.30aCentral Ruwenzori aScale 1:25,000. 1aUganda :bLands and Survey Department,c[1965?] a1 map :bcolor ;c81 x 59 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier a"© Crown Copyright reserved." aRelief shown by contours and spot heights. 0aRuwenzori Mountains (Congo and Uganda)vMaps. 7aMaps.2lcgft a92bPUL01696njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028002700132035002200159100003400181240002300215245009700238264004000335300002700375336003700402337002300439338003100462340001900493344001800512344001500530344002300545500004300568500002700611511006200638650003400700650003200734650002100766655001900787655001900806655002000825655003200845655002800877700005100905700011000956700009401066710005401160994001201214on1390684407OCoLC20230718213016.0sd bumennmplue230717s1965 ilusunn n zxx  a 2023626379 aDLCbengerdacDLC00aWC 18072bMercury-Wing a(OCoLC)13906844071 aStrauss, Richard,d1864-1949.10aWorks.kSelections10aSuite from Der Rosenkavalier ; Till Eulenspiegel's merry pranks : op. 28 /cRichard Strauss. 1a[Chicago] :bMercury-Wing,c[1965?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw aThe 1st work arranged by Antal Dorati. aTitle from disc label.0 aMinneapolis Symphony Orchestra ; Antal Dorati, conductor. 0aSuites (Orchestra), Arranged. 0aOperasvExcerpts, Arranged. 0aSymphonic poems. 7aSuites.2lcgft 7aOperas.2lcgft 7aExerpts.2lcgft 7aArrangements (Music)2lcgft 7aSymphonic poems.2lcgft1 aDorati, Antal,econductor,earranger of music.12iContainer of (expression):aStrauss, Richard,d1864-1949.tRosenkavalier (Opera).kSelections;oarranged.12iContainer of (work):aStrauss, Richard,d1864-1949.tTill Eulenspiegels lustige Streiche.2 aMinneapolis Symphony Orchestra,einstrumentalist. a92bPUL01837nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245014100282260010300423300008000526336003300606337002800639338002600667540004200693500003300735500001100768500004500779500026700824651004801091650005001139650004101189655003601230655004301266700003601309856009401345994001201439on1390684408OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637589 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390684408 aLC-DIG-stereo-1s48067bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom mud wall near west arsenal (N.) to south gate of native city, where allies are entering, July 14, 1900, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 58). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aWar allieszChinazTianjiny1900-1910.2lctgm 7aXzChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48067qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48067 a92bPUL01650nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300009800404336003300502337002800535338002600563540004200589500003600631506018500667580006500852600007000917600007600987650005501063655004601118655003401164856009001198994001201288on1390684409OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634725 aDLCbengedcrmgcDLC a(OCoLC)1390684409 aLC-DIG-ppmsca-87334 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 20 x 40 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87334qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87334 a92bPUL01048njm a22002775i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154100002900164245001600193264006400209300005100273336003700324337002300361338003100384500001800415505025400433500003300687650003800720994001200758on1390684414OCoLC20230718213016.0sd fsngnnmmned161019s2015 bl uunn n por  a 2016321345 aDLCbengerdacDLC a(OCoLC)1390684414 alcode1 aAiram, Cida,eperformer.10aCida Airam. 1a[Curitiba, Brazil] :bGramophone Produtora Cultural,c2015. a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.00aAparelho de memoriar --tArribaçã --tCacau caju laranja --tEclipse em meia lua --tMemória --tProcissão de lpêes --tCoco sincopado --tFlor das águas --tTunina --tTamanquero --tRitual profano --tSolitária --tPara badeba quiki. aProduction level cataloging. 0aPopular musiczBrazily2011-2020. a92bPUL01184nem a2200373 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002700162052001300189110004300202245002400245250001800269255003500287264003500322264001100357300005400368336004000422337002800462338002600490500003600516500004400552500008400596651002700680651004500707655002500752710002100777994001200798on1390684415OCoLC20230718213016.0aj canzn230711t20112011at c a 1 eng  a 2023592534 aDLCbengerdacDLC1 aab100000 a(OCoLC)139068441500aG8964.A2E635 2011b.I6 a8964bA22 aIntroMedia,ecartographer,epublisher.10aAdelaide & suburbs. a37th edition. aScale approximately 1:100,000. 1aAdelaide :bIntroMedia,c2011. 4c©2011 a1 map :bcolor ;c42 x 29 cm, on sheet 44 x 56 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by gradient tints. aIncludes index and color illustrations. aMap of city center and city walk, color illustrations, advertisements on verso. 0aAdelaide (S.A.)vMaps. 0aAdelaide Metropolitan Area (S.A.)vMaps. 7aTourist maps.2lcgft1 aSouth Australia. a92bPUL01287ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245007900163246002700242264007400269300004700343336003500390337002800425338002700453490002900480500003500509546002000544650003500564655003000599655003000629655001900659700004700678730007800725773012200803994001200925on1390684421OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561462 aDLCbengerdacDLC a(OCoLC)1390684421 apcc00aML31b.C59500aWesley Barry in "George Washington, Jr." /ccompiled by James C. Bradford.30aGeorge Washington, Jr. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGeorge Washington, Jr. (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 7w(DLC) 2018571961 a92bPUL01460njm a22003853i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028005700149035002200206245003500228264006300263264001200326300004100338336003700379337002300416338003100439344001900470344001900489344001900508347002200527347001300549511002900562500001800591500003200609505037200641500001801013650001601031650001501047994001201062on1390684422OCoLC20230718213016.0sd fsngnnmmned230717s1998 at zznn d n eng  a 2023621516 aDLCbengerdacDLC1 a72434938112402a7243 4 93811 2 4bAustralian Broadcasing Corporation a(OCoLC)139068442200aSleep baby sleep /cDawn Egan. 1a[Australia] :bAustralian Broadcasing Corporation,c[1998] 4c℗1998 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aDawn Egan, harp, vocals. aCompact disc. aLyrics on container insert.0 aSleep baby, sleep (The troubled child) -- Hush-a-bye, don't you cry -- The Christ-child's lullaby -- Cornish lullaby -- Sho-ho -- Brahms' lullaby -- The Connacht mother's slumber song -- Sleep, my pretty little baby -- Hush-a-bye baby -- An Eriskay lullaby -- Ethne's croon to her child, Columba (Iona lullaby) -- Hush song -- The fairies' lullaby -- Nurse's lullaby. aBrief record. 0aHarp music. 0aLullabies. a92bPUL01635nkc a22003253a 4500001001300000003000600013005001700019008004100036010001700077040002500094035002200119100004800141245006900189260001400258300009900272336003300371337002800404338002600432520039700458540004200855561006200897500004000959580004900999650004101048655003801089655004101127655004401168773008501212994001201297on1390684423OCoLC20230718213016.0100312s1860 gw nnn u knund  a 2010632962 aDLCbengedcrmgcDLC a(OCoLC)13906844231 aBreitenbach, Josef,d1896-1984,ecollector.10aSayn-Wittgenstein Family photograph album collectionh[graphic]. cca. 1860. a56 photographic prints in two albums :balbumen prints ;csheets x mm (carte de visite format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aTwo photograph albums compiled by members of the Sayn-Wittgenstein families around 1860 chiefly showing members of the German aristocracy. Most of the sitters are identified with hand-written annotations on the album pages below the portraits. There are 36 portraits of women, 18 portraits of men and two of couples. The portraits are mostly full length. A few of the photos are hand colored. aNo known restrictions on publication. aJosef Breitenback purchased the albums in Munich in 1967. aLOT title devised by Library staff. aForms part of: Josef Breitenbach Collection. 7aNobilityzGermanyy1860-1870.2lctgm 7aAlbumen printsy1860-1870.2gmgpc 7aPhotograph albumsy1860-1870.2gmgpc 7aPortrait photographsy1860-1870.2gmgpc0 aBreitenbach, Josef, 1896-1984.tJosef Breitenbach Collection.w(DLC) 2023631425 a92bPUL01798nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300009800404336003300502337002800535338002600563540004200589500003600631500006800667506018500735580006500920600007000985600007601055650005501131650005601186655004601242655003401288856009001322994001201412on1390684424OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634724 aDLCbengedcrmgcDLC a(OCoLC)1390684424 aLC-DIG-ppmsca-87333 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 19 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87333qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87333 a92bPUL01957nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003300126035002200159037006100181110003900242245013100281260010300412300008000515336003300595337002800628338002600656540004200682500003300724500001100757500004500768500026700813651004801080650005401128650005201182650004601234650004601280655003601326655004301362700003601405856009401441994001201535on1390684429OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023635247 aDLCbengedcrmgcDLC aH423bU.S. Copyright Office. a(OCoLC)1390684429 aLC-DIG-stereo-1s48026bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aHorrors of war--dead Chinese floating in the Pei-ho--showing riddled buildings along French Bund, Tien-tsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 48). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aWar casualtieszChinazTianjiny1900-1910.2lctgm 7aDead personszChinazTianjiny1900-1910.2lctgm 7aBargeszChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48026qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48026 a92bPUL01468njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245004700171264005300218300003000271336003700301337002300338338003100361344001900392344001900411344001900430347002200449347001300471382002500484500002700509511005000536518003300586505033300619650002600952655003300978655001801011700004101029994001201070on1390684464OCoLC20230718213016.0sd fsngnnmmned230714s2019 txumunn n eng  a 2023626343 aDLCbengerdacDLC1 a888295893411 a(OCoLC)139068446400aLife's biggest moments /cDwayne Williams. 1aWoden, TX :b[publisher not identified],c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen12lcmpt aTitle from disc label.0 aDwayne Williams, vocals ; with accompaniment. oRecorded atpAbstract Audio.00tMansion over the hilltop --tA king once did that for me --tAll my hope --tChain breaker --tSweet Beulah Land --tI got down on my knees --tLife's biggest moments --tI won't have to worry anymore --tShine from the mountain --tMore than that --tWhat a friend we have in Jesus --tSing me to heaven --tJesus hold my hand. 0aCountry gospel music. 7aCountry gospel music.2lcgft 7aSongs.2lcgft1 aWilliams, Dwaynec(Singer),esinger. a92bPUL01465njm a22004097i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245005500171264006900226264001200295300004100307336003700348337002300385338003100408344001900439344001900458344001900477347002200496347001300518500002700531511011300558508006100671500008700732518006300819500003100882505006700913500001800980650001900998655002601017994001201043on1390684465OCoLC20230718213016.0sd fsngnnmmned230714t20192019fluppnn n eng  a 2023628011 aDLCbengerdacDLC1 a888295942416 a(OCoLC)139068446504aThe peace project /cBruce Berger ; Lynnie Berger. 1a[Cape Coral, Fla.] :b[Bruce Berger] :b[Lynnie Berger],c[2019] 4c℗2019 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aBruce Berger (on Come back home), Lynnie Berger (on the remainder), lead vocals ; with supporting musicians. aProduced by Brian Coombes ; co-produced by Josh Kimball. aMusic, lyrics, Bruce Berger (on Come back home), Lynnie Berger (on the remainder). oRecordedpRocking Horse Studio, Pittsfield, New Hampshire. aProgram note on container.0 aPraying for peace -- Come back home -- 200 years -- Wandering. aBrief record. 0aPopular music. 7aPopular music.2lcgft a92bPUL01790ncm a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028003100117035002200148042000800170050001000178245013100188250002100319264005000340264001100390300004700401336003500448337002800483338002700511348002400538382011100562382003400673382003400707500012100741546001900862546002000881650004700901650003800948650003700986655002301023655001901046655002501065655003201090655002601122655002301148655001801171700005401189730005301243994001201296on1390684470OCoLC20230718213016.0230705t20212021nyufml n eng  a 2019566267 aDLCbengerdacDLC32aLCC-33bLoux Music Company a(OCoLC)1390684470 apcc00aM174500aWhat strangers are these? :bfor sopranino, S, A, T, B recorders, voice-piano or solo organ /carranged by Joseph A. Louz, Jr. aScore and parts. 1aHannacroix, NY :bLoux Music Company,c[2021] 4c©2021 a3 scores (5 pages each) + 5 parts ;c28 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascoreapart2rdafnm01asopranino recordern1 soprano recordern1aalto recordern1atenor recordern1abass recordern1s52lcmpt01asingern1apianon1s22lcmpt01asingern1aorgann1s22lcmpt aTraditional Irish song arranged for sopranino, SATB recorders with versions for voice and piano and voice and organ. aEnglish words. bStaff notation. 0aWoodwind quintets (Recorders (5))vScores. 0aSongs (Medium voices) with piano. 0aSongs (Medium voice) with organ. 4aFolk songs, Irish. 7aScores.2lcgft 7aParts (Music)2lcgft 7aArrangements (Music)2lcgft 7aChamber music.2lcgft 7aFolk music.2lcgft 7aSongs.2lcgft1 aLoux, Joseph A.,cJr.,d1945-earranger of music.02iExpression of (work):aWhat strangers are these? a92bPUL01548nem a2200481 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041004800194050002300242052001300265110006000278245010800338246001100446246001100457246001000468246001000478246001400488246001300502246001100515246001300526255002000539264005800559300003400617336004000651337002800691338002600719500003400745500004200779500004400821500005200865546009200917651002801009655001701037994001201054on1390684471OCoLC20230718213016.0aj canzn230508s2010 au g a 0 ger  a 2023591177 aDLCbengerdacDLC a9783850841023 a38508410221 aab25000 a(OCoLC)13906844710 ageraengafreadutaspaaczeasloahunapol00aG6494.V4 2010b.F7 a6494bV42 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aWien =bVienna = Vienne = Wenen = Viena = Vídeň = Viedeň = Bécs = Wiedeń /cfreytag & berndt.31aVienna31aVienne31aWenen31aViena31aVídeň31aViedeň31aBécs31aWiedeń aScale 1:25,000. 1aVienna, Austria :bFreytag-Berndt u. Artaria,c[2010] a1 map :bcolor ;c118 x 92 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aIn bottom left corner: 122076B-10023. aIn bottom left corner: [arrow] 12/2010. aLC copy imperfect: lacks cover and legend.5DLC aTitle in German, English, French, Dutch, Spanish, Czech, Slovak, Hungarian, and Polish. 0aVienna (Austria)vMaps. 7aMaps.2lcgft a92bPUL01864nkd a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100004200207245007500249260003300324300006900357336003300426337002800459338002600487540015800513500003600671530008500707500010700792500016900899580009801068650005101166650005001217655003301267773010001300856009001400994001201490on1390684484OCoLC20230718213016.0kg bi|230717s1960 xxunnn kneng  a 2023631498 aDLCbengedcrmgcDLC a(OCoLC)1390684484 aLC-DIG-ppmsca-83280bDLCc(digital file from original)1 aO'Halloran, Thomas J.,ephotographer.10a[People leaving a church in Worthington, Minnesota]h[graphic] /cTOH. c09/18/60 [18 September 1960] a1 photograph :bsafety negative ;cfilm width 35mm (roll format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. For information see "U.S. News & World Report Magazine Collection,"uhttps://www.loc.gov/rr/print/res/078_usnw.html aTitle devised by Library staff. aContact sheet available for reference purposes: USN&WR COLL - Job no. 4952,b30. aRelated log book caption from USN&WR COLL - Job no. 4952: "Mood of America interviews 09/18/1960 TOH." aRelated log book caption from USN&WR COLL - Job no. 4952: "Mood of America interivew Frames 26-32 - Farm Town church & parishioners Worthington, Minn. TOH 9-26-60." aForms part of: U.S. News & World Report Magazine Photograph Collection (Library of Congress). 7aChurcheszMinnesotazWorthingtony1960.2lctgm 7aStreetszMinnesotazWorthingtony1960.2lctgm 7aFilm negativesy1960.2gmgpc0 tU.S. News & World Report Magazine Photograph Collection (Library of Congress)w(DLC) 92517073413digital file from originaldppmscaf83280qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.83280 a92bPUL01896nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245012100282260010300403300008000506336003300586337002800619338002600647540004200673500003300715500001100748500004500759500026700804651004801071650004601119650005201165650006001217655003601277655004301313700003601356856009401392994001201486on1390684485OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023635248 aDLCbengedcrmgcDLC aH2541bU.S. Copyright Office. a(OCoLC)1390684485 aLC-DIG-stereo-1s48025bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aStrange medley from many nations at the public water hydrant--during foreign occupation, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 51). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aCrowdszChinazTianjiny1900-1910.2lctgm 7aWater supplyzChinazTianjiny1900-1910.2lctgm 7aMilitary occupationszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48025qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48025 a92bPUL01560njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100004200171245004800213264004500261300003000306336003700336337002300373338003100396344001900427344001900446344001900465347002200484347001300506382010500519500002700624511014300651500005200794505018900846650002701035655002301062655001801085710004701103994001201150on1390684498OCoLC20230718213016.0sd fsngnnmmned230711t20202020xxurcnn n eng  a 2023626312 aDLCbengerdacDLC1 a798576003791 a(OCoLC)13906844981 aShipman, Jade,ecomposer,eperformer.14aThe good thing about time /cLittle Shrine. 1a[United States] :bJade Shipman,c[2020] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen1dbass guitarn1aguitarn1aviolinn1akeyboard instrumentn1adrum setn1s52lcmpt aTitle from disc label.0 aLittle Shrine (Jade Shipman, vocals, bass ; Tony Schoenberg, guitar ; Ryan Avery, violin ; Garrett Andrews, keys ; Andrew Griffin, drums). a"All songs written by Jade Shipman"--Container.00aMake me better --tThe good thing about time --tCome on --tCan't take it with you --tLost potential --tOne more chance --tI'm a ghost --tStart again --tShadow --tSound barrier. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aLittle Shrine (Musical group),eperformer. a92bPUL01357njm a22003495i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172100003600182240003400218245003000252264004600282300004200328336003700370337002300407338003100430500003000461511002400491500001800515505036300533500003300896650001200929655002200941655003200963994001200995on1390684499OCoLC20230718213016.0sd fsngnnmnned160927s2016 bl zznn n zxx  a 2016309166 aDLCbengerdacDLC3 a7897019002698 a(OCoLC)1390684499 alcode1 aVilla-Lobos, Heitor,ecomposer.10aWorks.kSelections;oarranged10aVilla Lobos por solistas. 1a[São Paulo, Brazil] :bKuarup,c[2016?] a1 audio disc :bCD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aPrincipally arrangements.0 aVarious performers. aCompact disc.00aBachianas brasilieras no 4. Coral --tChoro no 1 --tBachianas brasilieras no 5. Ária --tSeresta no 5 --tBachianas brasileiras no. 2. Tocata --tImpressões seresteiras (ciclo brasileiro) --tMazurka (choro da Suíte popular brasileira) --tSchottish (choro da Suíte popular brasileira) --tValsa (choro da Suíte popular brasileira) --tChoro no 4. aProduction level cataloging. 0aChoros. 7aArt music.2lcgft 7aArrangements (Music)2lcgft a92bPUL01808ncm a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010100163246001900264264007300283300004700356336003500403337002800438338002700466490002900493500003500522500001900557500003600576546002000612650003500632655003000667655003000697655001900727700004700746730007000793773012300863776023400986787017801220994001201398on1390684500OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561470 aDLCbengerdacDLC a(OCoLC)1390684500 apcc00aML31b.C59500aCharles R. Rogers presents Ken Maynard in "The glorious trail" /ccompiled by James C. Bradford.30aGlorious trail 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGlorious trail (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 15w(DLC) 201857196108iReproduced as (manifestation):tCharles R. Rogers presents Ken Maynard in "The glorious trail".dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057100508iRelated item of item:tCharles R. Rogers presents Ken Maynard in "The glorious trail".dNew York City : Cameo Music Service Corporation, [not before 1928]w(DLC) 2022561469 a92bPUL01349nem a22003015i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139042001500161110008900176245026400265246007000529255002000599264007600619300010600695336004000801337002800841338002600869490001900895546003100914500009000945994001201035on1390684501OCoLC20230718213016.0aj canzn230712s2003 ti a f 0 fre  a 2023364818 aDLCbengerdacDLC1 aab50000 a(OCoLC)1390684501 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.10aCarte geologique de la Tunisie.pSidi Bou Ali =bKharīṭat Tūnis al-jiyūlūjīyah.pSīdī Bū ʻAlī /cles levés géologiques ont été effectués par Mohsen Rabhi et Ridha Maamri ; la rédaction a été assurée par Mohamed M'hadhbi.31aKharīṭat Tūnis al-jiyūlūjīyah.pSīdī Bū ʻAlī aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2003] a1 map :bcolor ;c45 X 68 cm. on sheet 52 X 87 cm. folded in cover 19 X 17 cm +e1 booklet (16 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 49 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm. a92bPUL01384njm a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028001700132035002200149043001200171110005500183245003900238264005300277264001200330300005300342336003700395337002300432338003100455340001900486340001100505344001800516344001100534344002300545344001900568382002500587500002700612511003700639508002800676500002700704500002000731650003000751650001700781650001600798655002400814655002300838655001800861740001100879994001200890on1390684506OCoLC20230718213016.0sd csmennmplue230630t20202020caurcnn n eng  a 2023617295 aDLCbengerdacDLC02aLA 1991bHit a(OCoLC)1390684506 an-us---2 aRazzmatazz (Musical group),ecomposer,eperformer.10aSet it out ;bSunny /cRazzmatazz. 1aSanta Monica, California :bHit Records,c[1982] 4c℗1982 a1 audio disc :banalog, 45 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat b12 in. aanalog2rdatr c45 rpm dmicrogroove2rdagw gstereo2rdacpc11amale voicen12lcmpt aTitle from disc label.0 aRazzmatazz ; with accompaniment. aProduced by Razzmatazz. aArranged by L. Walton. a12 inch single. 0aPopular musicy1981-1990. 0aFunk (Music) 0aSoul music. 7aFunk (Music)2lcgft 7aSoul music.2lcgft 7aSongs.2lcgft02aSunny. a92bPUL01564nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001300241110007100254245016000325246002200485246003700507255007000544264008500614300005500699336004000754337002800794338002600822500002200848500003200870500003400902500005100936500005400987546004601041650004501087655002201132994001201154on1390684507OCoLC20230718213016.0aj canzn230707s1995 sa a 1 eng  a 2023591373 aDLCbengerdacDLC1 aab1500000dE0230000eE0300000fS0300000gS0350000 a(OCoLC)13906845070 aengaafr00aG8503.E2P2 1995b.A9 a8503bE22 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Cape Eastern area =bAARSA reisdiens, Oos-Kaap gebied /ccompiled, drawn and published by the Automobile Association of South Africa.30aCape Eastern area31aAARSA reisdiens, Oos-Kaap gebied aScale 1:1,500,000. 1 cm = 15 kmc(E 23°--E 30°/S 30°--S 35°). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1995] a1 map :bcolor ;c39 x 48 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner: PM-2. aIn lower left corner: 954/21. aIncludes coverage map and color illustrations. aDescriptive index to points of interest on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazEastern CapevMaps. 7aRoad maps.2lcgft a92bPUL01560ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018200160257001100342260005300353300006700406500005200473508026500525511013700790546001600927500001400943500003800957541001400995655002401009655002601033700004101059700003101100700003401131710003301165994001201198on1390684508OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336489 aDLCbengeamimcDLC a(OCoLC)1390684508 alcode00aLokoloko.nSeason 1,nEpisode 13 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01760nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245022700257260002800484300007900512336003300591337002800624338002600652540004200678500003600720506018500756580006500941600007001006600007601076650005401152650005601206655004601262856009001308994001201398on1390684509OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634299 aDLCbengedcrmgcDLC a(OCoLC)1390684509 aLC-DIG-ppmsca-87297bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Gardener's cottage.]p[Front, rear, and side elevations, renderings; first and second floor plans.]h[graphic] /cRichard M. Hunt Architect. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 36 x 31 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87297qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87297 a92bPUL01815nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245019000257260002800447300009900475336003300574337002800607338002600635540004200661500003600703506018500739580006500924600007000989600007601059650005501135650006301190650005201253655004601305856009001351994001201441on1390684510OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634709 aDLCbengedcrmgcDLC a(OCoLC)1390684510 aLC-DIG-ppmsca-87318bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Billiard room.]p[Walls, doors, and fireplace.]p[Elevations.]h[graphic] /cRichard M. Hunt Architect. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 82 x 48 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aBilliard parlorszRhode IslandzNewporty1880-1900.2lctgm 7aWallszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87318qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87318 a92bPUL01618nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001400133035002200147050002500169052001300194110005800207245012100265246004600386255002100432264008200453300003400535336004000569337002800609338002600637500004700663500005600710500006200766650003700828650004200865650003700907655001700944880005300961880010901014880007301123994001201196on1390684547OCoLC20230718213016.0aj canzn230712s1954 ja ag a 0 jpn  a 2023592542 aDLCbengerdacDLC c$11 aab200000 a(OCoLC)139068454700aG7963.N5J3 1954b.N5 a7963bN52 6880-01aNaigai Chizu Kabushiki Kaisha,ecartographer.106880-02aNiigata-ken dojō no sando oyobi fushoku ganryō o arawasu zu = Acidity and humus content of Niigata soil.31aAcidity and humus content of Niigata soil aScale 1:200,000. 16880-03a[Niigata-shi] :bNiigata-ken Nōgyō Shikenjō,cShōwa 29 [1954] a1 map :bcolor ;c103 x 73 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. aPublication date inferred from date of acquisition. aIncludes tables and inset of Western part of Niigata-ken. 0aSoilszJapanzNiigata-kenvMaps. 0aAcid soilszJapanzNiigata-kenvMaps. 0aHumuszJapanzNiigata-kenvMaps. 7aMaps.2lcgft2 6110-01a内外地図株式会社,ecartographer.106245-02a新潟県土壌の酸度及腐植含量を表す図 = Acidity and humus content of Niigata soil. 16264-03a[Niigata-shi] :b新潟県農業試験場,c昭和 29 [1954] a92bPUL01046njm a2200361 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028002800132035002200160110004300182245002500225264007100250264001200321300004100333336003700374337002300411338003100434344001900465344001900484344001900503347002200522347001300544511001300557500001800570500005200588650001600640650001600656994001200672on1390684554OCoLC20230718213016.0sd fsngnnmmned230627t19911991nyuppnn n eng  a 2023621512 aDLCbengerdacDLC02aPRCD 6712-2bGee Street a(OCoLC)13906845542 aP.M. Dawn (Musical group),eperformer.10aComatose /cPM Dawn. 1aNew York, N.Y. :bGee Street ; Licensed to Island Records,c[1991] 4c℗1991 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aPM Dawn. aCompact disc. a"For promotional use only. Not for sale"--Disc. 0aSoul music. 0aRap (Music) a92bPUL01641ngm a22003253a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245015800160257001400318260005500332300006600387508011900453511023100572546003600803520025600839500002801095541001401123655002601137655002601163700002901189700005401218710003101272994001201303on1390684555OCoLC20230718213016.0vd cvaiz|100810s200u tz --- vlswa  a 2010324693 aDLCbengeamimcDLC a(OCoLC)1390684555 alcode00aDeath in love. [No. ] 2 /cSSG Distributors presents ; story, script, location manager, Fikiri Salum (Tom) ; director, editor, producer, Mshindo Jumanne. aTanzania. aDar es Salaam, Tanzania :bSSG Production,c[200-] a1 videodisc of (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Emmanuel Samson, Mohammed Majaliwa ; light, Jumanne Mkomwa ; make up, Saida Othman ; costume, John Makoye.1 aMark Boniface, Saida Othman, Amina Salum, Fadhil Omary, Uwesu Jumanne, Charles Magari, Mshindo Jumanne, Hashim Kambi, Husna Posh (Dotnata), Jumanne Mkomwa, Theopista Revelian, Salome Mbilinyi, Said Hamisi, Zuhura Juma, Sakina. aIn Swahili, credits in English. aHelen is being forced by her family to get married to Bluetooth instead of Mark whom she loves because of the material wealth the family is enjoying, courtesy of Bluetooth. Meanwhile Dora who is from a wealthy family has also fallen in love with Mark. aSource used: videodisc. cPurchase. 7aFeature films.2lcgft 7aFiction films.2lcgft1 aSalum, Fikiri,ewriting.1 aJumanne, Mshindo,edirection,eproduction,ecast.2 aSSG Film Production (Firm) a92bPUL01502ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009100163246001300254264007300267300004700340336003500387337002800422338002700450490002900477500003500506500003600541546002000577650003500597655003000632655003000662655001900692700004400711730006400755773012300819787017400942994001201116on1390684568OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561450 aDLCbengerdacDLC a(OCoLC)1390684568 apcc00aML31b.C59500aFirst National Pictures, Inc. presents "For sale" /cmusic compiled by Edward Kilenyi.30aFor sale 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aFor sale (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 45w(DLC) 201857196108iRelated manifestation of item:tFirst National Pictures, Inc. presents "For sale".dNew York City : Cameo Music Service Corporation, [not before 1924]w(DLC) 2022561451 a92bPUL01284ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008800163246001200251264007300263300004700336336003500383337002800418338002700446490002900473500003500502500001900537546002000556650003500576655003000611655003000641655001900671700002700690730007000717773012300787994001200910on1390684569OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561471 aDLCbengerdacDLC a(OCoLC)1390684569 apcc00aML31b.C59500aJoseph M. Schenck presents Buster Keaton in Go West /cmusic compiled by Ernst Luz.30aGo West 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aGo West (Motion picture : 1925)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 16w(DLC) 2018571961 a92bPUL00881njm a22002773i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154245002500164264003400189300004300223336003700266337002000303338002700323500003000350500002600380500003400406505013000440546002100570994001200591on1390684570OCoLC20230718213016.0sd fsngnnmmned230713s2023 io sgnn n eng  a 2023330267 aDLCbengerdacDLC a(OCoLC)1390684570 alcode00aAvesta /cIris Bevy. 1a[Jakarta] :bDemajors,c2023. a1 compact disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudio2rdamedia aaudio disc2rdacarrier aIndonesian popular songs. aTitle from container. aLyrics inserted in container.0 aTemples -- Perspective -- Arius -- Bright red and march away -- Prosaic -- Phantasmagoria -- Whiteout -- Endeavor -- Electra. aSung in English. a92bPUL02307njm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002600149035002200175100004900197245002700246264004400273264001200317300005800329336003700387337002300424338003100447340001900478344001800497344001500515344002300530344001900553382018600572500002700758511031400785508005001099518006601149500005501215500004501270505018501315650003001500650002101530650002801551650002001579655002601599655002801625655003501653700004601688710004301734994001201777on1390684571OCoLC20230718213016.0sd bsmennmplue230630t20182018nyuppnn d n eng  a 2023617294 aDLCbengerdacDLC1 a19075877741202a19075877741bColumbia a(OCoLC)13906845711 aGrobler, Jean-Philip,ecomposer,eperformer.10aHyperion /cSt. Lucia. 1aNew York, New York :bColumbia,c[2018] 4c℗2018 a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11amale voicen1dsynthesizern1dkeyboard instrumentn1delectric guitarn1afemale voicen1dpercussionn1adrum setn1aelectric guitarn1dbass guitarn1aelectric guitarn12lcmpt aTitle from disc label.0 aSt. Lucia (Jean-Philip Grobler, vocals, synthesizers, keyboards, programming, guitars, bass, percussion ; Patricia Beranek, vocals, keyboards, percussion ; Dustin Kaufman, drums, programming ; Ross Clark, guitars, bass guitar, keyboards, percussion ; Garrett Jenner, guitar, pedal steel) ; with accompaniment. aProduced by Jean-Philip Grobler & Rob Kirwan. oRecorded atpSchatzi, BrooklynoandpMission Sound, Brooklyn. aWritten by Jean-Philip Grobler & Patricia Beranek. aLyrics and full credits on disc sleeves.00tBigger --tA brighter love --tParadise is waiting --tWalking away --tTokyo --tGun --tChina shop --tLast dance --tFull moon rising --tNext to you --tYou should know better. 0aPopular musicy2011-2020. 0aSynthpop (Music) 0aAlternative rock music. 0aNew wave music. 7aPopular music.2lcgft 7aSynthpop (Music)2lcgft 7aAlternative rock music.2lcgft1 aBeranek, Patricia,ecomposer,eperformer.2 aSt. Lucia (Musical group),eperformer. a92bPUL02964njm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003000149028003000179028002000209028002000229028002100249028001700270035002200287100004100309245003600350250003000386264004800416264001100464300005800475336003700533337002300570338003100593340001900624344001800643344001500661344002300676344001900699382003500718500006300753511009400816508002900910500010300939518008901042500016201131505024001293505035801533650001601891650002801907650003001935650001301965650003901978650002102017655002302038655003502061655002602096655002702122655004702149655002802196655001802224700004802242994001202290on1390684572OCoLC20230718213016.0sd bsmennmplue230713r20211971nyuppnn dfi n eng  a 2023617316 aDLCbengerdacDLC1 a60243596835302aB0033741-01bTamla/Motown00aB0033348-01bTamla/Motown00aHS-1867bMotown00aHS-1868bMotown00aHSW-2021bMotown00aT 310bTamla a(OCoLC)13906845721 aGaye, Marvin.ecomposer,eperformer.10aWhat's going on /cMarvin Gaye. a50th anniversary edition. 1aNew York, New York :bTamla/Motown,c[2021] 4c©2021 a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11amale voicen1dpianon12lcmpt aMotown: B0033741-01 (set and prints); B0033348-01 (discs).0 aMarvin Gaye, vocals, piano ; with accompaniment ; David Van DePitte, arranger, conductor. aProduced by Marvin Gaye. aOriginal album released in 1971 (Tamla TS 310); 2nd LP features alternate versions and mono mixes. oRecorded atpHitsville,pGolden World, andpUnited Sound Studios, Detroit, Michigan. aTrack histories on inner sleeves ; lyrics and original program notes by Marvin Gaye printed inside gatefold ; 3 portraits of Gaye inserted (black and white).00gDisc 1.tWhat's going on --tWhat's happening brother --tFlyin' high (in the friendly sky) --tSave the children --tGod is love --tMercy mercy me (the ecology) --tRight on --tWholy holy --tInner city blues (Make me wanna holler).00gDisc 2.tWhat's going on (stripped version) --tWhat's going on (mix 1/no strings or horns) --tWhat's going on (rhythm 'n' strings instrumental mix) --tSymphony (demo version) --gOriginal mono single mixes.tWhat's going on --tGod is love --tMercy mercy me (the ecology) --tSad tomorrows --tInner city blues (Make me wanna holler) --tWholy holy. 0aSoul music. 0aRhythm and blues music. 0aPopular musicy1971-1980. 0aRemixes. 0aAlternate takes (Sound recordings) 0aDemo recordings. 7aSoul music.2lcgft 7aRhythm and blues music.2lcgft 7aPopular music.2lcgft 7aRemixes (Music)2lcgft 7aAlternate takes (Sound recordings )2lcgft 7aDemo recordings.2lcgft 7aSongs.2lcgft1 aVan de Pitte, David.econductor,earranger. a92bPUL01506nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002500163052000900188245017400197246020900371255003700580264005700617300003400674336004000708337002800748338002600776490003500802534006600837500005400903500007500957651002201032655002301054655001701077710003801094994001201132on1390684573OCoLC20230718213016.0aj canzn230711r19771880ie a 0 eng  a 2023585545 aDLCbengerdacDLC1 aab2800000 a(OCoLC)139068457300aG8460 1880b.S4 1977 a846000aSketch of the northern half of Madagascar :bshowing boundaries which divide the different Sakalaon tribes, the names of the reigning monarchs and notorious slave ports.1 iTitle from publisher's brochure:aSketch of the northern half of Madagascar :b[showing boundaries which divide the different Sakalaon tribes, the names of the reigning monarchs and notorious slave ports] aScale approximately 1:2,800,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c39 x 29 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v40 pOriginal version:c[London] : Harrison & Sons Litho., [1880]. a"(1100. 9/81. 1352) F.O. 971"--Lower left corner. aMap reprinted from the IUP series of the British Parliamentary papers. 0aMadagascarvMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01847nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245009800282260010300380300008000483336003300563337002800596338002600624540004200650500003300692500001100725500004500736500026700781651004801048650004101096650004101137650005001178655003601228655004301264700003601307856009401343994001201437on1390684574OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637591 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390684574 aLC-DIG-stereo-1s48049bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aOld Tien-tsin, showing terrible destruction caused by bombardment and fire, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 62). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aXzChinazTianjiny1900-1910.2lctgm 7aXzChinazTianjiny1900-1910.2lctgm 7aWar damagezChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48049qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48049 a92bPUL03561ngm a22005897a 4500001001300000003000600013005001700019007002400036008004100060010001700101040002400118017003400142035002200176046001500198245018400213257002400397260010200421300010600523300011500629500005700744508006600801511008100867500014900948500012901097520032601226500009401552500007801646586005901724500026701783600003502050600004702085655002902132655002702161655002402188655002602212700004902238700004802287700003202335700003502367700003002402700004102432700005302473700005402526700003202580700004402612700004302656710004802699710007002747710007502817786006702892994001202959on1390684589OCoLC20230718213016.0mr caaadmnara||ac------980305r19501936xxu017 maeng  a 98503418  aDLCbengeamimcDLC aLP6754bU.S. Copyright Office a(OCoLC)1390684589 k19362edtf00aPopeye the Sailor meets Sinbad the Sailor /cFleischer Studios ; director, Dave Fleischer ; produced by Max Fleischer ; animation, Willard Bowsky, George Germanetti, Edward Nolan. aUnited States.2naf aUnited States :bParamount Pictures, Inc.,c1936 ;aUnited States :bAtlas-Sterex, Inc.,c[1950?] 3viewing printa1 film reel of 1 (approximately 17 min., approximately 600 ft.) :bsd., col. ;c16 mm. 3viewing print (copy 2)a1 film reel of 1 (approximately 17 min., approximately 600 ft.) :bsd., col. ;c16 mm. aCopyright: Parmount Pictures, Inc.; 27Nov36; LP6754. aMusic and lyrics, Samuel Lerner, Bob Rothberg, Sammy Timberg.0 aVoices: Jack Mercer (Popeye), Mae Questel (Olive Oyl), Gus Wickie (Sindbad). aCopy 1 is the original 1936 release. Copy 2 is a reissue; precise date of reissue is unknown; taken from AFI/Triangle Laboratory inventory.5DLC aReissue copy is a Nostalgia Films Ltd. presentation. Associated Artists Productions may also be associated with the reissue. aIn Sinbad, the title character (Bluto with a few changes in his attire) catches sight of Popeye's ship through his spyglass and is instantly smitten with Olive Oyl. He instructs his pet Rokh to sink the ship, but bring the woman to him. Of course, Popeye manages to save himself (and Wimpy) and soon settles Bluto's hash. aSummary taken partly from Solomon, C. The history of animation, enchanted drawings, 1989. aLC also holds a digital viewing copy in the Bundesarchiv Collection.5DLC aThis film was selected for the National Film Registry. aSources used: Solomon, C. The history of animation, enchanted drawings, 1989, p. 79; OCLC/FirstSearch (WorldCat database), viewed March 3, 1993 ; Catalog of copyright entries, motion pictures, 1912-1939, p. 673; Eagan, D. America's film legacy, 2010, p. 253-255.00aPopeyec(Fictitious character)00aSindbad,cthe Sailor (Legendary character) 7aChildren's films.2lcgft 7aAnimated films.2lcgft 7aShort films.2lcgft 7aFiction films.2lcgft1 aFleischer, Dave,d1894-1979,efilm director.1 aFleischer, Max,d1883-1972,efilm producer.1 aBowsky, Willard,eanimator.1 aGermanetti, George,eanimator.1 aNolan, Edward,eanimator.1 aLerner, Sammy,ecomposer,elyricist.1 aRothberg, Bob,d1901-1938,ecomposer,elyricist.1 aTimberg, Sammy,d1903-1992,ecomposer,elyricist.1 aMercer, Jack,evoice actor.1 aQuestel, Mae,d1910-1998,evoice actor.1 aWickie, Gus,d1885-1947,evoice actor.2 aFleischer Studios Inc.eproduction company.2 aParamount Pictures, Inc.,efilm distributor,ecopyright claimant.2 aAFI/Triangle Laboratories Estate Collection (Library of Congress)5DLC18tPopeye The Sailor meets Sindbad The Sailorw(DLC) 68306nMAVIS a92bPUL02696ngm a22005897i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195044001200213046001500225050002500240245015700265246003700422257003500459264004900494264001100543300013200554336005000686337002300736338003000759340001900789344005300808347007100861380002700932538016000959500002601119532003401145500005301179500002601232511004501258508007901303520016901382500007401551500008001625500008801705650002001793655003101813655002601844655002601870655005401896700005101950710004102001773005202042994001202094on1390684590OCoLC20230718213016.0vd csaizm230713t20232023xxu095 vleng  a 2023600562 aDLCbengerdacDLC1 a81445602762342aVS-436bVinegar Syndrome a(OCoLC)13906845901 aengpengheng axxuacc k19932edtf00aDVE8170(viewingcopy)00aUndefeatable /cAction Star Pictures and Filmswell International ; screenplay by Steve Harper and Robert Vassar ; directed and produced by Godfrey Hall.1 iAlso known as:aCui hua kuang mo aUnited StatesaHong Kong.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (95 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) + 1 booklet atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1993. aTitle from container.1 aCynthia Rothrock, Don Niam, John Miller. aMusic, Todd M. Hahn ; cinematographer, Philip J. Cook ; editor, Grand Yee. aA martial arts expert fights in illegal matches to put her young sister through college, and when the sister is murdered, she sets out to avenge her sister's death. aSpecial feature: commentary track with lead actress Cynthia Rothrock. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aRevengevDrama. 7aMartial arts films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aHall, Godfrey,efilm director,efilm producer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01701nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012500257260002100382300006300403336003300466337002800499338002600527540004200553500003600595506018500631580006500816600007000881600007600951650005501027650005501082650005401137655004601191856009001237994001201327on1390684591OCoLC20230718213016.0kl co|230711s1892 riunnn kneng  a 2023634293 aDLCbengedcrmgcDLC a(OCoLC)1390684591 aLC-DIG-ppmsca-87291bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Iron grille.]p[Elevation]h[graphic]. c[March 21, 1892] a1 drawing :bgraphite on tracing paper ;csheet 14 x 9 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aIronworkzRhode IslandzNewporty1890-1900.2lctgm 7aGrilleszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87291qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87291 a92bPUL01694njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028002000132035002200152041000800174100004300182240002400225245004600249246001100295264003700306264006700343264001200410300002700422336003700449337002300486338003100509340001900540344001800559344001500577344002300592344001900615382002700634500002600661511003100687500003200718505027700750650003601027655003301063655002101096700003301117730006201150994001201212on1390684603OCoLC20230718213016.0sd bsmennmplue230717t19791979nyumpnn i n zxx  a 2023626407 aDLCbengerdacDLC02aVIM-7237bDecca a(OCoLC)13906846030 geng1 aRosenthal, Laurence,d1926-ecomposer.10aBecket.kSelections10aFrom the Paramount motion picture Becket.30aBecket 1aNew York, N.Y. :bDecca,c[1979] 3aTokyo, Japan :bManufactured by Victor Musical Industries Inc. 4c℗1979 a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc01aorchestrae1t12lcmpt aTitle from container.0 aMuir Mathieson, conductor. aProgram notes on container.00aMain title and King Henry's arrival at Canterbury Cathedral --tDays of youth --tThe hunt --tGwendolyn --tTriumph in France --tConsecration at Canterbury --tTrial and escape to the court of King Louis --tThe meeting on the beach --tBecket's martyrdom --tEnd title. 0aMotion picture musicvExcerpts. 7aMotion picture music.2lcgft 7aExcerpts.2lcgft1 aMathieson, Muir,econductor.0 iMusic for motion picture (work):aBecket (Motion picture) a92bPUL01134njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149042001000171100003000181245003700211264006700248300005100315336003700366337002300403338003100426500001800457500026200475500003300737650003800770650001200808994001200820on1390684604OCoLC20230718213016.0sd fsngnnmmned170203s2009 bl uunn n por  a 2017314017 aDLCbengerdacDLC1 a789827751004 a(OCoLC)1390684604 alcode1 aLessa, Chico,eperformer.10aNo tom de sempre /cChico Lessa. 1a[Vitória, Espírito Santo, Brazil] :bMinas Records,c2009. a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc. a1. Cá entre nós -- 2. Ciúmes do rei -- 3. Puxando um trem -- 4. Poucas e boas -- 5. No tom de sempre -- 6. Mesmo assim -- 7. Vitória blues -- 8. Sinal verde -- 9. Groove do suá -- 10. Samba do caxinguelê -- 11. Seu fã -- 12. Veneciano ausente. aProduction level cataloging. 0aPopular musiczBrazily2001-2010. 0aSambas. a92bPUL01634nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014200257260002200399300007900421336003300500337002800533338002600561540004200587500003600629500002000665506018500685580006500870600007000935600007601005650005501081655004601136856009001182994001201272on1390684605OCoLC20230718213016.0kl co|230712s1893 riunnn kneng  a 2023634708 aDLCbengedcrmgcDLC a(OCoLC)1390684605 aLC-DIG-ppmsca-87317bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan.]h[graphic] /cR. M. Hunt Arch't. cJanuary 26, 1893. a1 drawing :bgraphite and watercolor on tracing paper ;csheet 38 x 59 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aInitialed: ELM. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87317qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87317 a92bPUL01910ncm a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015000163246001600313264007300329300004700402336003500449337002800484338002700512490002900539500003500568500001900603546002000622650003500642655003000677655003000707655001900737700004700756730006700803773012300870776028300993787023601276994001201512on1390684610OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561403 aDLCbengerdacDLC a(OCoLC)1390684610 apcc00aML31b.C59500aRobert Kane presents the Halperin production "Dance magic" with Ben Lyon, Pauline Starke and Louis John Bartels /ccompiled by James C. Bradford.30aDance magic 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDance magic (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 48w(DLC) 201857196108iReproduced as (manifestation):tRobert Kane presents The Halperin Production "Dance magic" with Ben Lyon, Pauline Starke and Louis John Bartels.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057087908iRelated item of manifestation:tRobert Kane presents the Halperin production "Dance magic" with Ben Lyon, Pauline Starke and Louis John Bartels.dNew York City : Cameo Music Service Corporation, [not before 1927]w(DLC) 2021561234 a92bPUL01559ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018100160257001100341260005300352300006700405500005200472508026500524511013700789546001600926500001400942500003800956541001400994655002401008655002601032700004101058700003101099700003401130710003301164994001201197on1390684611OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336483 aDLCbengeamimcDLC a(OCoLC)1390684611 alcode00aLokoloko.nSeason 1,nEpisode 7 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL04997njm a2200757 i 4500001001300000003000600013005001700019007001500036007001000051008004100061010001700102040002300119024001700142028003900159028004000198028004200238028004300280028003600323035002200359100004600381245002000427246002500447264005100472264001200523300008500535336003700620336005500657337002300712337002800735338003500763338003100798340002400829344002300853344002000876344002800896344001900924346001400943347002700957347002800984380003201012382003601044500002001080511031501100518007101415518006101486500004801547500035901595505027701954505043302231505035802664505034603022505023903368505031803607650002803925650002703953650003003980650001704010655002604027655002304053655003104076655003204107655003404139655003604173655001804209994001204227on1390684617OCoLC20230718213016.0sd bsmennmmluevd cvadzs230710p20191982caurcnn dfiz n eng  a 2023617297 aDLCbengerdacDLC1 a60349785005102aR1 604568bNPG/Warnerq(discs 1-4)02aR1 604571bNPG/Warnerq(discs 5-10)00a603497850020bNPG/Warnerq(discs 1-4)00a603497850051bNPG/Warnerq(discs 5-10)42aR1 604571-11bNPG/Warnerq(DVD) a(OCoLC)13906846170 aPrince,ecomposer,eperformer,eproducer.10a1999 /cPrince.3 aNineteen ninety-nine 1aLos Angeles, California :bNPG/Warner,c[2019] 4c℗2019 a10 audio discs :banalog, 33 1/3 rpm ;c12 in. +e1 DVD (sd., col. ; 4 3/4 in.). aperformed musicbprm2rdacontent atwo-dimensional moving imagebtdi2rdacontent3DVD aaudiobs2rdamedia avideobv2rdamedia3DVD avideodiscbvd2rdacarrier3DVD aaudio discbsd2rdacarrier avinyl2rdamat3LPs. aanalog2rdatr3LPs c33 1/3 rpm3LPs dmicrogroove2rdagw3LPs gstereo2rdacpc bNTSC3DVD avideo file2rdaft3DVD eall regions2rdare3DVD aMotion pictures2lcgft3DVD11amale voicen1dguitarn12lcmpt aTitle from box.0 aPrince, all voices and instruments ; except Dez, guitar solos on Little red Corvette, co-lead vocals on Corvette and 1999 ; Lisa, co-lead vocals on Corvette and 1999 ; J.J., co-lead vocals on 1999. Additional background vocals by Lisa, J.J., Vanity, Wendy, Jamie, Carol, Peggy, Brown Mark, Poochie & the Count. 3Discs 9-10orecorded live inpDetroit, Michigand1982 November 30. 3DVDorecorded live inpHouston, Texasd1982 December 29. aOriginal 1999 music album released in 1982. aColor photos, track notes by Duane Tudahl, facsimiles of Prince's handwritten lyrics, download code, articles ("The sky was all purple" by David Fricke; "My mind says prepare to fight" by Andrea Swensson; "Prince will always live within us" by Duff McKagan) in booklet (35 pages) with DVD, analog discs with covers and sleeves, laid in box (33 x 33 cm.).00gLP1-2,t1999,goriginal album.t1999 --tLittle red Corvette --tDelirious --tLet's pretend we're married --tD.M.S.R. --tAutomatic --tSomething in the water (does not compute) --tFree --tLady cab driver --tAll the critics love U in New York --tInternational lover.00gLP3-4,tPromo mixes & B-sides remastered.t1999 (7" stereo edit) --t1999 (7" mono promo-only edit) --tFree (promo-only edit) --tHow come you don't call me anymore? ("1999" B-side) --tLittle red Corvette (7" edit) --tAll the critics love U in New York (7" edit) --tLady cab driver (7" edit) --tLittle red Corvette (7" edit) --tLittle red Corvette (dance remix promo-only edit) --tLittle red Corvette (special dance mix).00gLP5-6,tVault tracks I.tFeel you up --tIrresistible bitch --tMoney don't grow on trees --tVagina --tRearrange --tBold generation --tColleen --tInternational lover (take 1, live in studio) --tTurn it up --tYou're all I want --tSomething in the water --tIf it'll make you happy --tHow come you don't call me anymore? (take 2, live in studio).00gLP7-8,tVault tracks II.tPossessed (1982 version) --tDelirious (full-length) --tPurple music --tYah, you know --tMoonbeam levels --tNo call U --tCan't stop this feeling I got --tDo yourself a favor --tDon't let him fool ya --tTeacher, teacher --tLady cab driver ;tI wanna be your lover ;tHead ;tLittle red Corvette (tour demo).00gLP9-10,tLive in Detroit, 11/30/82.tControversy --tLet's work --tLittle red Corvette --tDo me, baby --tHead --tUptown --tInterlude --tHow come U don't call me anymore --tAutomatic --tInternational lover --t1999 --tD.M.S.R.00gDVD,tLive in Houston, 12/29/82.tControversy --tLet's work --tDo me, baby --tD.M.S.R. --tInterlude --tPiano improvisationg(contains elements of "With you") --tHow come U don't call me anymore? --tLady cab driver --tAutomatic --tInternational lover --t1999 --tHeadg(contains elements of "Sexuality"). 0aProgressive rock music. 0aRock musicy1981-1990. 0aPopular musicy1981-1990. 0aFunk (Music) 7aPopular music.2lcgft 7aRock music.2lcgft 7aRock concert films.2lcgft 7aFilmed performances.2lcgft 7aLive sound recordings.2lcgft 7aProgressive rock (Music)2lcgft 7aSongs.2lcgft a92bPUL01326ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011200163246001400275264007400289300004700363336003500410337002800445338002700473490002900500500003500529500001900564546002000583650003500603655003000638655003000668655001900698700004700717730006500764773012300829994001200952on1390684645OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561432 aDLCbengerdacDLC a(OCoLC)1390684645 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Walter Hiers in "Fair week" /cmusic compiled by James C. Bradford.30aFair week 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c34 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFair week (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 27w(DLC) 2018571961 a92bPUL01321njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003400150035002200184042001400206245003200220264004400252264001200296300004900308336003700357337002300394338003100417340001900448344001800467344001500485344002300500344001900523500002600542511001100568505011800579650003000697650001700727650001800744655002400762655002600786655002700812700003600839994001200875on1390684646OCoLC20230718213016.0sd bsmennmplue230630t20232023gw ppnn n zxx d a 2023616859 aTDFbengerdacDLC30a425180413964902aWGVinyl096bWatergate Records a(OCoLC)1390684646 alccopycat00aUnfold voices EP /cJamiie. 1a[Germany] :bWatergate Records,c[2022] 4c℗2022 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from container.0 aJamie.0 aVoices -- Unfold me -- Voices (DJEFF remix) -- Voices (Malandra Jr. remix) -- Unfold Me (Annett Gapstream remix). 0aPopular musicy2021-2030. 0aHouse music. 0aTechno music. 7aHouse music.2lcgft 7aTechno (Music)2lcgft 7aRemixes (Music)2lcgft0 aJamiiec(Musician),eperformer. a92bPUL02960ngm a22006737i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245020000253246004300453257002400496264004900520264001100569300010900580336005000689337002300739338003000762340001900792344005300811347005100864380002700915538016000942500002601102532003401128500005301162500002601215511006501241508008001306520012101386500006901507500008801576650002301664650002401687650002701711655002501738655002601763655002601789655005401815700004701869700005801916700002501974700003201999700004102031700003902072700004202111700002802153710004102181773005202222994001202274on1390684647OCoLC20230718213016.0vd csaizm230713t20222022xxu086 vleng  a 2023600565 aDLCbengerdacDLC1 a81445602572842aVS-402bVinegar Syndrome a(OCoLC)13906846471 aengpengheng k19772edtf00aDVE8173(viewingcopy)04aThe incredible melting man /cMax J. Rosenberg presents a Rosenberg-Gelfman production ; an American International release ; produced by Samuel W. Gelfman ; written and directed by William Sachs.1 iAlso known as:aGhoul from outer space aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (86 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1977. aTitle from container.1 aAlex Rebar, Michael Alldredge, Burr DeBenning, Myron Healey. aMusic, Arlon Ober ; cinematographer, Willy Kurant ; editor, James Beshears. a"An astronaut is transformed into a murderous gelatinous mass after returning from an ill-fated space voyage"--IMDb. aAlso includes a Blu-ray copy of the movie with special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aAstronautsvDrama. 0aCannibalismvDrama. 0aSkinxDiseasesvDrama. 7aHorror films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aRosenberg, Max J.,d1914-2004,epresenter.1 aSachs, William,d1942-efilm director,escreenwriter.1 aRebar, Alex,eactor.1 aAlldredge, Michael,eactor.1 aDeBenning, Burr,d1936-2003,eactor.1 aHealey, Myron,d1923-2005,eactor.1 aKurant, Willy,d1934-2021,ecomposer.1 aOber, Arlon,ecomposer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01686nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245013300257260002800390300009900418336003300517337002800550338002600578540004200604500003600646506018500682580006500867600007000932600007601002650005401078650005601132655004601188856009001234994001201324on1390684648OCoLC20230718213016.0kl bo|230711q18881893riunnn kneng  a 2023634689 aDLCbengedcrmgcDLC a(OCoLC)1390684648 aLC-DIG-ppmsca-87298bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Cross section.]h[graphic] /cR.M. Hunt Archt. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 19 x 27 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87298qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87298 a92bPUL01233njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003300149028003300182035002200215042001400237100004900251245002900300264004100329264001100370300004900381336003700430337002300467338003100490340001900521344001800540344001500558344002300573344001900596500002800615511001800643505011300661650002100774655002800795994001200823on1390684659OCoLC20230718213016.0sd bsmennmplud230712t20222022it ppnn n zxx d a 2023627519 aTDFbengerdacDLC10a60583267748402aNEOLIFE002bNeo Life Records02aCANNLP001bCannibald Records a(OCoLC)1390684659 alccopycat1 aAnibaldi, Leo,d1972-ecomposer,eperformer.10aPro pop /cLeo Anibaldi. 1a[Italy] :bNeo Life Records,c[2022] 4c©2022 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc labels.0 aLeo Anibaldi.0 aCafrica -- Ariboo -- Esperanza -- Estate -- Devasto -- Mare -- Miles -- Nina pop -- NooSo -- La funk -- Jim. 0aTrip hop (Music) 7aTrip-hop (Music)2lcgft a92bPUL01215nem a2200349 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002400154052001400178110005200192245010500244246003800349255002100387264005200408300007600460336004000536337002800576338002600604500002200630500006600652500005300718500003800771651002700809655001700836994001200853on1390684660OCoLC20230718213016.0aj canzn230711s2001 pau a 1 eng  a 2023587324 aDLCbengerdacDLC0 aa a(OCoLC)139068466000aG3824.L55 2001b.P7 a3824bL552 aProfiles of Pennsylvania (Firm),ecartographer.10aWelcome to Lewisburg, in the valleys of the Susquehanna, Pennsylvania :b"memories last a lifetime".1 iTitle in lower margin:aLewisburg aScale not given. 1aMilton, PA :bProfiles of Pennsylvania,c[2001] a1 map :bcolor ;c30 x 20 cm, on sheet 44 x 56 cm, folded to 22 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn theater advertisement on verso: 2000-2001 season brochure. aIncludes text, street index, and advertisements. aText and advertisements on verso. 0aLewisburg (Pa.)vMaps. 7aMaps.2lcgft a92bPUL01586nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002800377300007900405336003300484337002800517338002600545540004200571500003600613506018500649580006500834600007000899600007600969650005501045655004601100856009001146994001201236on1390684666OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634706 aDLCbengedcrmgcDLC a(OCoLC)1390684666 aLC-DIG-ppmsca-87315bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 27 x 34 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87315qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87315 a92bPUL01188njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182110004900194245006300243264004100306300005100347336003700398337002300435338003100458500001800489505030900507500003300816650002500849994001200874on1390684673OCoLC20230718213016.0sd fsngnnmmned170211s2009 bl uunn n por  a 2017312803 aDLCbengerdacDLC3 a7898119331268 a(OCoLC)1390684673 alcode as-bl---2 aRealidade Negra (Musical group),eperformer.10aÉ prus guerreiro a missão, ao vivo /cRealidade Negra. 1a[Brazil] :b[Direct Sound],c[2009?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.0 aQuilombo do campinho -- Realidade negra -- Tempo que não volta -- Ano de lamento -- Deus primeiro depois os guerreiros -- Sou quem sou, 100% negro -- Violência social -- É prus guerreiro a missão -- Você é você -- Minha metade -- Terra de Quilombo -- Quilombo do campinho -- Porta estreita. aProduction level cataloging. 0aRap (Music)zBrazil. a92bPUL02115nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245011900282260010300401264002600504300008000530336003300610337002800643338002600671540022200697500003300919500001300952500004500965500026701010600004801277650006001325650005201385650004701437655003601484655004301520700003601563856009401599994001201693on1390684675OCoLC20230718213016.0kh |o|190501s1901 enknnn kneng  a 2019634331 aDLCbengedcrmgcDLC aH2139bU.S. Copyright Office. a(OCoLC)1390684675 aLC-DIG-stereo-1s19630bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMinister Conger leaving legation in his official chair - always used on official calls - Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. 4cCopyright 1901 Mar 13 a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication in the U.S. Use elsewhere may be restricted by other countries' laws. For general information see "Copyright and Other Restrictions ...,"uhttp://www.loc.gov/rr/print/195_copr.html aTitle transcribed from item. aNo. (2). aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 97).10aConger, Edwin H.q(Edwin Hurd),d1843-1907. 7aGovernment officialszChinazBeijingy1900-1910.2lctgm 7aSedan chairszChinazBeijingy1900-1910.2lctgm 7aPorterszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19630qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19630 a92bPUL01763nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245016800256260002800424300006400452336003300516337002800549338002600577540004200603500003600645506018500681580006500866600007000931600007601001650005501077650006301132650005801195655004601253856009001299994001201389on1390684677OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634727 aDLCbengedcrmgcDLC a(OCoLC)1390684677 aLC-DIG-ppmsca-87336 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Bedroom No. 9.]p[Wall with wainscoting and door.]p[North elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 30 x 41 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aWainscotingzRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87336qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87336 a92bPUL01654ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016800163246002000331264007300351300004700424336003500471337002800506338002700534490002900561500003500590500001900625546002000644650003500664655003000699655003000729655001900759700004700778730007100825773012300896787024901019994001201268on1390684701OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561386 aDLCbengerdacDLC a(OCoLC)1390684701 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a Victor Fleming production "Code of the sea" with Rod LaRoque and Jacqueline Logan /cmusic compiled by James C. Bradford.30aCode of the sea 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c34 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCode of the sea (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 31w(DLC) 201857196108iRelated item of manifestation:tAdolph Zukor and Jesse L. Lasky present a Victor Fleming production "Code of the sea" with Rod LaRoque and Jacqueline Logan.dNew York City : Cameo Music Publishing Co., Inc., [not before 1924]w(DLC) 2022561385 a92bPUL01417ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016300163246002100326246001500347264007300362300004700435336003500482337002800517338002700545490002900572500003500601500001900636546002000655650003500675655003000710655003000740655001900770700004700789730007200836773012300908994001201031on1390684702OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561438 aDLCbengerdacDLC a(OCoLC)1390684702 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Bebe Daniels in "The fifty fifty girl" with James Hall, a Clarence Badger production /ccompiled by James C. Bradford.30aFifty fifty girl3 a50/50 girl 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFifty-fifty girl (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 33w(DLC) 2018571961 a92bPUL01551ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009400163246001700257264007300274300004700347336003500394337002800429338002700457490002900484500003500513500001900548546002000567650003500587655003000622655003000652655001900682700004700701730006800748773012200816776022700938994001201165on1390684703OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561458 aDLCbengerdacDLC a(OCoLC)1390684703 apcc00aML31b.C59500aCarl Laemmle presents Glenn Tryon in "The gate crasher" /ccompiled by James C. Bradford.30aGate crasher 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGate crasher (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 3w(DLC) 201857196108iReproduced as (manifestation):tCarl Laemmle presents Glenn Tryon in "The gate crasher".dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570989 a92bPUL00929njm a22002773i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154245002400164264003400188300003700222336003700259337002000296338002700316340001900343500003000362500002600392505019700418546002400615994001200639on1390684704OCoLC20230718213016.0sd csmennmplue230713s2017 io sgnn n ind  a 2023330268 aDLCbengerdacDLC a(OCoLC)1390684704 alcode00a7 bidadari /cNaif. 1a[Jakarta] :bDemajors,c2017. a1 audio disc :banalog ;c12 in. aperformed musicbprm2rdacontent aaudio2rdamedia aaudio disc2rdacarrier avinyl.2rdamat aIndonesian popular songs. aTitle from container.0 aAlangkah indahnya Indonesia -- Selama ada cinta -- 7 bidadari -- Berubah -- Sedjak -- Kenali dirimu -- Apa yang membuat dirimu untuk terus di sini -- Diriku diriku -- Indah -- Sayang disayang. aSung in Indonesian. a92bPUL01713nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002800400300011600428336003300544337002800577338002600605540004200631500003600673506018500709580006500894600007000959600007601029650005401105650005601159655004601215856009001261994001201351on1390684705OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634297 aDLCbengedcrmgcDLC a(OCoLC)1390684705 aLC-DIG-ppmsca-87295bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Gardener's cottage?]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 23 x 29 cm, mount 27 x 34 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87295qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87295 a92bPUL01559nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002300154052001300177110004700190245016000237255002100397264006100418300005500479336004000534337002800574338002600602500002900628500002200657500006300679500011800742500008600860611005100946651005000997655001701047700005001064700004701114994001201161on1390684709OCoLC20230718213016.0aj canzn230717s2003 dcub a f 0 eng  a 2023587332 aDLCbengerdacDLC0 aa a(OCoLC)139068470900aG4127.L4 2003b.U5 a4127bL41 aUnited States.bArmy.bCorps of Engineers.14aThe bicentennial commemoration of the Lewis and Clarks corps of discovery 2003-2006 :bthe beginning of the great expedition /cUS Army Corps of Engineers. aScale not given. 1a[Washington, D.C.] :bUS Army Corps of Engineers,c2003. a1 map :bcolor ;c30 x 43 cm, folded to 23 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading. aTitle from panel. aCovers the trail from Pittsburgh to St. Charles, Missouri. aIncludes text, historic information and U.S. map showing portion of trail covered and illustrations (some color). aText, historic information, 3 portraits, and illustaions (mainly color) on verso.20aLewis and Clark Expeditiond(1804-1806)vMaps. 0aLewsiand CLark National Historic TrailvMaps. 7aMaps.2lcgft1 aLewis, Meriwether,d1774-1809.,econtributor.1 aClark, William,d1770-1838.,econtributor. a92bPUL01451ncm a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041000800172042000800180050001200188100003700200245006800237264005800305264001100363300004500374336003500419337002800454338002700482348001800509348002700527348002200554382002500576500002200601546003200623500006200655500016700717650004000884655001900924655002700943655004700970994001201017on1390684715OCoLC20230718213016.0230711t20212021caustl er n zxx  a 2023565068 aDLCbengerdacDLC a9781735969220 a1735969222 a(OCoLC)13906847150 geng apcc00aMT645.81 aCarter, Terry,d1973-ecomposer.14aThe ukulele soloing secrets book for beginners /cTerry Carter. 1a[San Diego, California] :bUke Like The Pros,c[2021] 4c©2021 a1 score (33, that is, 49 pages) ;c28 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm cstaff notation2rdafmn ctablature2rdafmn01aukulelen1s12lcmpt aFor solo ukulele. bStaff notation;bTablature. aIncludes biographical and instructional notes in English. aScore paginated with pages A-L (instructional methods for ukulele), pages 1-34 (scales and exercises for ukulele), and pages M-O (about the author and publisher). 0aUkulelevMethodsvSelf-instruction. 7aScores.2lcgft 7aMethods (Music)2lcgft 7aProgrammed instructional materials.2lcgft a92bPUL00920nem a2200301 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103025002500126035002200151042001000173043001200183110005900195245003200254255001700286264005900303300001000362336004000372336003400412337002800446338002600474500003500500655007100535994001200606on1390684716OCoLC20230718213016.0aj canzn230712s2022 ii a ff 0 eng  a 2023340256 aDLCbengerdacDLC aI-Map-2023340256; 01 a(OCoLC)1390684716 alcode aa-ii---2 aNational Atlas & Thematic Mapping Organisation (India)10aWest Bengal administrative. a1:1,200,000. 1a[Kolkata, India] :bNATMO, DST, Govt. of India,c2022. a1 map acartographic imagebcri2rdacontent atactile textbtct2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle also in braille letters. 7aCartographic materials for people with visual disabilities.2lcgft a92bPUL01598nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001500126020001800141034005400159035002200213041002300235050002300258052000900281110006000290245007900350255006900429264004800498300005600546336004000602337002800642338002600670490002900696500004600725500003300771500004100804500005600845500006000901500005300961500004101014546005201055650002301107655002201130994001201152on1390684717OCoLC20230718213016.0aj canzn230504q2007 au bg a 1 ger  a 2023591164 aDLCbengerdacDLC a3707904253 a97837079042531 aab500000dE0033000eE0170000fN0490000gN0430000 a(OCoLC)13906847170 ageraitaaengafre00aG6036.P2 2007b.F7 a60362 aFreytag, Berndt und Artaria,ecartographer,epublisher.10a[Alps road map] /cKartgraphie, Druck u. Verlag Freytag-Berndt u. Artaria. aScale 1:500,000c(E 3°30ʹ--E 17°00ʹ/N 49°00ʹ--N 43°00ʹ). 1aWien :bFreytag-Berndt u. Artaria,c[2007?] a1 map :bboth sides, color ;con sheet 95 x 125 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFreytag-Berndt Autokarte aRelief shown by shading and spot heights. aTitle supplied by cataloger. aIncludes index of Alpine pass roads. aMap printed in two segments: Westalpen -- Ostalpen. a"Laufzeit 12/2007"--In bottom right corner, both sides. a"8075/2073"--In bottom right corner, both sides. aLC copy imperfect: lacks cover.5DLC aLegend in German, Italian, English, and French. 0aRoadszAlpsvMaps. 7aRoad maps.2lcgft a92bPUL01731ngm a22003853a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245017300160257001400333260005800347300008100405500005500486508025600541511004300797546002700840520011300867500003000980500003801010541001401048655003001062655002601092655002901118700006201147700002801209700002701237710003701264710003201301994001201333on1390684729OCoLC20230718213016.0vd cvaiz|230715s2005 rh 075 vlnde  a 2010323770 aDLCbengeamimcDLC a(OCoLC)1390684729 alcode04aThe world as we dance along.nVolume 1 /cPoint One Production, Music Fusion International ; producer-director-writer, Calvin Gudu ; written by Nampu Mzana, Busi Mzana. aZimbabwe. a[Zimbabwe] :bPoint One Television Production,c2005. a1 videodisc of 1 (DVD) (ca. 75 min) :bsd., col. ;c4 3/4 in.3viewing copy. aCopyright: Point One Television Production ; 2004. aSound, Alfred Merhcant, Attie Van Zyle ; lighting, Emma Pointer, Delvin Mayo, Paul Blackburn ; studio cameras, Vinnie Moya, Yvonne Reeves, Calvin Gudu ; live cameras, Aswad Simba, Calvin Gudu, Vinnie Moya, Yvonne Reeves ; presenter stylist, Sima Gudu.0 aPerformers: Albert Nyathi and Imbongi. aIn Ndebele (Zimbabwe). aA collection of various video footage of the performance by Albert Nyathi and Imbongi from around the world. aCatalogue no: wfidvdimo5. aSource used: videodisc container. cPurchase. 7aDocumentary films.2lcgft 7aFeature films.2lcgft 7aNonfiction films.2lcgft1 aGudu, Calvin,ecamera,edirection,eproduction,ewriting.1 aMzana, Nampu,ewriting.1 aMzana, Busi,ewriting.2 aPoint One Television Production.2 aMusic Fusion International. a92bPUL03181ngm a22006857i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228130003500253245015500288246004000443246001900483250001900502257002400521264004900545264001100594300010900605336005000714337002300764338003000787340001900817344004700836347005100883380002700934538016000961500002601121532003401147500005301181511008501234508012601319520020701445500012601652500008801778650002301866650002501889655003901914655002601953655002601979655005402005700003702059700004802096700003502144700004202179700003902221700003102260700005502291700004402346710004102390773005202431994001202483on1390684757OCoLC20230718213016.0vd csaiz|230713t20222022xxu092 vleng  a 2023600567 aDLCbengerdacDLC1 a81445602515542aVS-393bVinegar Syndrome a(OCoLC)13906847571 aengpengheng k19822edtf00aDVE8175(viewingcopy)0 aDeath wish II (Motion picture)10aDeath wish II /cAmerican-European Productions ; produced by Menahem Golan and Yoram Globus ; written by David Engelbach ; directed by Michael Winner.1 iTitle from container:aDeath wish 23 aDeath wish two aUncut version. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (92 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalhDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1982.1 aCharles Bronson, Jill Ireland, Vincent Gardenia, J.D. Cannon, Anthony Franciosa. aMusic, Jimmy Page ; cinematographers, Thomas Del Ruth and Richard H. Kline ; editors, Julian Semilian and Michael Winner. aPaul Kersey is trying to nurse his daughter back to health when she is raped and driven to suicide by a gang. Kersey relentlessly hunts down the gang, and in turn is hunted by a New York City detective. aAlso includes a Blu-ray copy of the movie with additional special features, including the 95 minute alternate TV version. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aVigilantesvDrama. 0aRape victimsvDrama. 7aAction and adventure films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aWinner, Michael,efilm director.1 aGolan, Menahem,d1929-2014,efilm producer.1 aGlobus, Yoram,efilm producer.1 aBronson, Charles,d1921-2003,eactor.1 aIreland, Jill,d1936-1990,eactor.1 aGardenia, Vincent,eactor.1 aCannon, J. D.q(John Donovan),d1922-2005,eactor.1 aFranciosa, Anthony,d1928-2006,eactor.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01472njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100005400171245004100225264004800266300004100314336003700355337002300392338003100415344001900446344001900465344001900484347002200503347001300525500002700538511021200565508002900777518005800806505012000864650002200984650003001006655003801036994001201074on1390684764OCoLC20230718213016.0sd fsngnnmmned230714s2013 alucynn n eng  a 2023628012 aDLCbengerdacDLC1 a884501864602 a(OCoLC)13906847641 aLynn, Cristina,ecomposer,elyricist,eperformer.10aSinners and saints /cCristina Lynn. 1a[Madison, Ala.] :b[Cristina Lynn],c[2013] a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aCristina Lynn, acoustic guitar, vocals ; with, variously Russ Holder, mandolin, dobro, steel guitar, acoustic guitar, harmony vocals (except on Today) ; Shane Adkins, acoustic guitar (on Sinners and saints). aProducer, Greg Clements. oRecordedpThe Construction Zone, Huntsville, Alabama.0 aSinners and saints (3:01) -- Today (4:10) -- Whiskey & honey (3:31) -- Rainin' (3:52) -- Service your heart (3:41). 0aAmericana (Music) 0aCountry musicy2011-2020. 7aAlternative country music.2lcgft a92bPUL01893nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245011700282260010300399300008000502336003300582337002800615338002600643540004200669500003300711500001100744500004500755500026700800600004801067650006001115650005201175650004701227655003601274655004301310700003601353856009401389994001201483on1390684765OCoLC20230718213016.0kh bco190429s1901 enknnn kneng  a 2019634041 aDLCbengedcrmgcDLC aH2138bU.S. Copyright Office. a(OCoLC)1390684765 aLC-DIG-stereo-1s19453bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMinister Conger leaving Legation in his official chair--always used on official calls--Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 97).10aConger, Edwin H.q(Edwin Hurd),d1843-1907. 7aGovernment officialszChinazBeijingy1900-1910.2lctgm 7aSedan chairszChinazBeijingy1900-1910.2lctgm 7aPorterszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19453qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19453 a92bPUL01798nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300009800404336003300502337002800535338002600563540004200589500003600631500006800667506018500735580006500920600007000985600007601055650005501131650005601186655004601242655003401288856009001322994001201412on1390684766OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634721 aDLCbengedcrmgcDLC a(OCoLC)1390684766 aLC-DIG-ppmsca-87330 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 22 x 47 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87330qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87330 a92bPUL01713nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002800400300011600428336003300544337002800577338002600605540004200631500003600673506018500709580006500894600007000959600007601029650005401105650005601159655004601215856009001261994001201351on1390684771OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634295 aDLCbengedcrmgcDLC a(OCoLC)1390684771 aLC-DIG-ppmsca-87293bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Gardener's cottage?]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 26 x 30 cm, mount 28 x 32 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87293qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87293 a92bPUL03338ngm a22006497i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028003200144035002200176041001800198043001200216046001500228050002500243245014200268246004600410257002400456264004900480264001100529300010900540336005000649337002300699338003000722340001900752344005300771347007100824380002700895538016000922500002601082532003401108500005301142500002601195511009801221508004901319520052501368500018901893500004702082500008802129650002702217650003402244650002802278651004202306655002402348655004002372655003102412655002602443655002602469655005402495700003402549710004102583773005202624994001202676on1390684785OCoLC20230718213016.0vd csaizm230712t20232023xxu081 vleng  a 2023600554 aDLCbengerdacDLC1 a81445602700542aVS-004UHDbVinegar Syndrome a(OCoLC)13906847851 aengpengheng an-us-ny k19732edtf00aDVE8162(viewingcopy)00aMassage parlor murders /ca Cinemid Flims production ; produced by Craig Nolan and Bert Cohen ; directed by Chester Fox and Alex Stevens.1 iRe-release title:aMassage parlor hookers aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (81 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1973. aTitle from container.1 aGeorge Spencer, John Moser, Sandra Peabody, Anne Gaybis, Marlene Kallevig, Theodore Gottlieb. aDirector of photography, Victor Petrashevic. a"A deranged maniac is stalking the sleazy massage parlors of Times Square, murdering helpless hookers in a variety of nasty ways. Grizzled Detective Rizotti and his younger, more romantic minded partner, Detective O'Mara, are on the case, but keep hitting dead ends and diversions, all while having to fend off the seductive charms of the very massage hostesses they're trying to protect. Will they unmask this demented and bloodthirsty pervert before all the city's prostitutes wind up in body bags?"--Container insert. aSpecial features: commentary track with film historian and author Samm Deighan; "Sin City" the locations of Massage Parlor Murders; theatrical trailers; original TV spot; outtake reel. aAlso includes a Blu-ray copy of the movie. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aSerial murdersvDrama. 0aMurderxInvestigationvDrama. 0aMassage parlorsvDrama. 0aTimes Square (New York, N.Y.)vDrama. 7aCrime films.2lcgft 7aDetective and mystery films.2lcgft 7aExploitation films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aFox, Chester,efilm director.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL03144ngm a22006737i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228130003100253245018100284257002400465264004900489264001100538300016600549336005000715337002300765338003000788340001900818344006100837347005100898380002700949538016000976500002601136532003401162500005301196500002601249511008101275508010401356520017401460500009101634500008001725500008801805650002501893650003601918655002501954655002601979655002602005655005402031700003102085700003702116700004302153700004802196700003502244700003302279700002702312700002602339710004102365773005202406994001202458on1390684786OCoLC20230718213016.0vd csaizq230713t20232023xxu131 vleng  a 2023600560 aDLCbengerdacDLC1 a81445602765442aVSU.06bVinegar Syndrome a(OCoLC)13906847861 aengpengheng k19952edtf00aDVE8168(viewingcopy)0 aShowgirls (Motion picture)10aShowgirls /cMario Kassar presents ; a Chargeurs/Charles Evans production ; directed by Paul Verhoeven ; written by Joe Eszterhas ; produced by Alan Marshall and Charles Evans. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (131 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) + 1 booklet (34 pages : color illustrations) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgsurroundh5.1 DTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (2.35:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1995. aTitle from container.1 aElizabeth Berkeley, Gina Gershon, Robert Davi, Kyle MacLachlan, Gina Ravera. aMusic, David A. Stewart ; Cinematographer, Jost Vacano ; editors, Mark Goldblatt and Mark Helfrich. aA young stripper, with the help of a more experienced dancer, starts to make it big, only to realize that there is only room for one of them to be the star of the stage. aSpecial features: "The greatest movie ever made" commentary track with David Schmader. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aStripteasersvDrama. 0aMan-woman relationshipsvDrama. 7aErotic films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aKassar, Mario,epresenter.1 aVerhoeven, Paul,efilm director.1 aMarshall, Alan,d1938-efilm producer.1 aEvans, Charles,d1926-2007,efilm producer.1 aEszterhas, Joe,escreenwriter.1 aBerkeley, Elizabeth,eactor.1 aGershon, Gina,eactor.1 aDavi, Robert,eactor.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL02198nkd a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100004200207245018700249260003300436300006900469336003300538337002800571338002600599540015800625500003600783530008500819500010700904500017401011580009801185600006301283650006301346650006001409650004701469650004901516655003301565773010001598856009001698994001201788on1390684787OCoLC20230718213016.0kg bi|230717s1960 xxunnn kneng  a 2023631499 aDLCbengedcrmgcDLC a(OCoLC)1390684787 aLC-DIG-ppmsca-83281bDLCc(digital file from original)1 aO'Halloran, Thomas J.,ephotographer.10a[Vice President Richard M. Nixon shaking hands with a man while standing on a tractor at a plowing contest in Guthrie, Iowa, during his 1960 presidential campaign]h[graphic] /cTOH. c09/18/60 [18 September 1960] a1 photograph :bsafety negative ;cfilm width 35mm (roll format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. For information see "U.S. News & World Report Magazine Collection,"uhttps://www.loc.gov/rr/print/res/078_usnw.html aTitle devised by Library staff. aContact sheet available for reference purposes: USN&WR COLL - Job no. 4952,b30. aRelated log book caption from USN&WR COLL - Job no. 4952: "Mood of America interviews 09/18/1960 TOH." aRelated log book caption from USN&WR COLL - Job no. 4952: "Mood of America interivew Iowa Frames 3-5 - V.P. Nixon at plowing contest - Guthrie Center, Iowa TOH 9-26-60." aForms part of: U.S. News & World Report Magazine Photograph Collection (Library of Congress).14aNixon, Richard M.q(Richard Milhous),d1913-1994xTravels. 7aPresidential electionszIowazGuthrie Centery1960.2lctgm 7aPolitical campaignszIowazGuthrie Centery1960.2lctgm 7aCrowdszIowazGuthrie Centery1960.2lctgm 7aTractorszIowazGuthrie Centery1960.2lctgm 7aFilm negativesy1960.2gmgpc0 tU.S. News & World Report Magazine Photograph Collection (Library of Congress)w(DLC) 92517073413digital file from originaldppmscaf83281qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.83281 a92bPUL02698ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245027500160257001200435260007900447300008200526508018100608511002900789520081800818500003801636536051501674655003002189655002902219700003202248700003202280710006002312994001202372on1390684806OCoLC20230718213016.0vd cvaiz|210923s2013 mw 015 vleng  a 2021316755 aDLCbengeamimcDLC a(OCoLC)1390684806 alcode00aEconomic valuation of sustainable natural resource use in Malawi.pSoil resources /cauthors: Gil Yaron, Ronald Mangani, John Mlava, Patrick Kambewa, Steve Makungwa, Austine Mtethiwa, Spy Muuthali, William Mgoola, John Kazembe ; script: Madalitso Mvula, Patrick Njawala. aMalawi. aLilongwe, Malawi :bMinistry of Economic Planning and Development,cc2013. a1 videodisc of 1 (DVD) (ca. 15 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Lucius Funsani, Patrick Njawala ; editor, Patrick Njawala, Blessings Simon ; sound track, Masankho Banda ; production coordinator, Michael Mmangisa, Mzithembi Mbekeani.0 aMarvin Mbwana, narrator. aThe Government of Malawi is implementing the Malawi Poverty and Environment Initiative (MPEI) of the United Nations Development Programme (UNDP). MPEI's aim is to enhance the contribution of the sustainable management of natural resources to poverty reduction, food security and economic growth, and to facilitate the achievement of both the Malawi Growth and Development Strategy (MGDS) and the Millennium Development Goals (MDGs). The Economic Study was conducted within the context of the MPEI project. The primary aim of the study is to provide evidence on the costs and benefits of sustainable and unsustainable natural resource management in Malawi. Focus is on four selected natural resources: forestry resources, fisheries resources, wildlife resources and soils. This video is focusing on soil resources. aSource used: videodisc container. aSupported by United Nations Development Programme (UNDP), Department of State United States of America, Irish Aid, Norwegian Ministry of Foreign Affairs, Spanish Ministry of Foreign Affairs and Cooperation, UK Department for International Development (DFID), Danish Ministry of Foreign Affairs (DANIDA), European Commission, Belgian Development Cooperation, Swedish International Development Cooperation Agency (SIDA), Swedish Environmental Protection Agency, and United Nations Environmental Programme (UNEP). 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMvula, Madalitso,ewriting.1 aNjawala, Patrick,ewriting.1 aMalawi.bMinistry of Economic Planning and Development. a92bPUL01670nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146050002800168052001500196110006000211245009200271255002000363264007500383300003400458336004000492337002800532338002600560500004700586500020600633500002900839500004300868650004600911650003900957650004100996655001701037880005301054880007801107880006301185994001201248on1390684813OCoLC20230718213016.0aj canzn230712s1952 ja ag a 0 jpn  a 2023592536 aDLCbengerdacDLC c$11 aab10000 a(OCoLC)139068481300aG7964.H234G45 1952b.N5 a7964bH2342 6880-01aNihon Kōsoku Kabushiki Kaisha,ecartographer.106880-02aHanamaki toshi keikaku gairomōzu /cchōsei Nihon Kōsoku Kabushiki Kaisha. aScale 1:10,000. 16880-03aHanamaki-chō :bIwate-ken Hanamaki-chō,cShōwa 27 [1952] a1 map :bcolor ;c104 x 73 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. a"Honzu wa sensai fukkō oyobi keizai saiken no tame taiyosareta Beikoku kūchū shashin narabini Chiri Chōsajo no sankakuten ... Nihon Kōsoku Kaushiki Kaisha o shite chōseisaseta mono de aru." aIncludes note and inset. aLC copy mounted on cloth backing.5DLC 0aCity planningzJapanzHanamaki-shivMaps. 0aZoningzJapanzHanamaki-shivMaps. 0aLand usezJapanzHanamaki-shivMaps. 7aMaps.2lcgft2 6110-01a日本航測株式会社,ecartographer.106245-02a花卷都市計画街路網図 /c調製日本航測株式会社. 16264-03a花卷町 :b岩手県花卷町,c昭和 27 [1952] a92bPUL05115ngm a2200865 a 4500001001300000003000600013005001700019007002400036007000700060007002400067007002400091008004100115010001700156040002400173017005300197033001900250035002200269046001500291245008200306250003200388257001800420260006100438300007600499300008500575300007500660300009100735300007000826500014800896500007401044500013501118511025201253500006201505500013801567518004201705520046501747500012502212500008802337500011402425500009102539500024602630581012902876650002103005650002003026650002903046650003403075655004003109655002503149655002403174655002603198700004603224700003603270700004503306700004003351700004003391700003903431700003803470700004103508700004103549700003203590700003803622700003803660700004103698700003903739700004203778700003903820700004203859700004103901700004903942710006803991710005404059730004004113773005004153786003404203994001204237on1390684814OCoLC20230718213016.0mr bf dnnaranna|------kh bo mr bf dnnbdanna|------mr bf dnnaeanna|------230516s1912 dk 032 mlzxx  a 2023602006 aDLCbengeamimcDLC aJ166581aJ166582aJ166583bU.S. Copyright Office00a19110810b6920 a(OCoLC)1390684814 k19112edtf00aVengeance /cNordisk Films ; directed by August Blom ; script, C.W. de Wolff. a[English language version]. aDenmark.2naf a[Place of distribution not identified :bNordisk,c1912] 3viewing printa3 film reels of 3 on 1 (1,021 ft.) :bsi., b&w ;c16 mm. 3viewing print (copy 2)a3 film reels of 3 on 1 (1,021 ft.) :bsi., b&w ;c16 mm. 3dupe neg pica3 film reels of 3 on 1 (1,021 ft.) :bsi., b&w ;c16 mm. 3master pos pica3 film reels of 3 on 1 (approximately 1,000 ft.) :bsi., b&w ;c16 mm. 3paper posa1 roll of 1 (approximately 2,200 ft.) :bb&w ;c35 mm. aOriginally released in Denmark in 1911 by Fotorama under the title, Det bødes der for. Original length, 900 meters (approximately 3,000 feet). aCopyright: Ingevald C. Oes; 21Feb1212; J166581-83 (parts 1, 2 and 3). aOriginally copyrighted as 3 parts. LC holds three paper rolls: Box 0604A is part 1; Box 0600A is part 2; Box 0596A is part 3.5DLC1 aValdemar Psilander, Henry Seemann, Edith Buemann, Augusta Blad, Carlo Wieth, Gerhard Jessen, Thorkild Roose, Frederik Jacobsen, Svend Bille, Axel Boesen, Franz Skondrup, H.C. Nielsen, Waldemar Hansen, Ella la Cour, Julie Henriksen, Aage Lorentzen. aRunning time (32 min.) from Danske Filminstitut WWW site. aDoes not appear to have been released in the United States. May have been released in Great Britain under the title "Love and money". aFilmed in Denmark on August 10, 1911. aA wild crush on the family's lodger, Lieutenant Von Bremer, drives a young woman to steal money from her own father. Von Bremer has charmed her with empty words. He runs off with the money, and the father throws his daughter out. She dies giving birth to a son. Twenty-two years later, the young man seeks accommodation with Von Bremer and his wife. Von Bremer suddenly discovers the trouble he started so long ago has caught up with him after all these years. aSummary derived from the Danske Filminstitut WWW site and Bergsten's The Great Dane and the Great Northern Film Company. aDate of filming from Bergsten's The Great Dane and the Great Northern Film Company. aPaper print shelf numbers (LC 2763, LC 2764, LC 2765) were changed when the paper prints were re-housed.5DLC aAdditional holdings for this title may be available. Contact reference librarian.5DLC aSources used: Niver, R. Early motion pictures, p. 349; Bergsten, B. The Great Dane and the Great Northern Film Company, p. 62-66; Danske Filminstitut WWW site (Det bødes der for) viewed May 16, 2023; Dansk film database viewed May 16, 2023. aEarly motion pictures : the Paper Print Collection in the Library of Congress / by Kemp R. Niver. Library of Congress. 1985. 0aBetrayalvDrama. 0aRevengevDrama. 0aFather and childvDrama. 0aIllegitimate childrenvDrama. 7aMelodramas (Motion pictures)2lcgft 7aSilent films.2lcgft 7aShort films.2lcgft 7aFiction films.2lcgft1 aBlom, August,d1869-1947,efilm director.1 aWolff, C. W. de,escreenwriter.1 aPsilander, Valdemar,d1884-1917,eactor.1 aSeemann, Henry,d1875-1948,eactor.1 aBuemann, Edith,d1879-1968,eactor.1 aBlad, Augusta,d1871-1953,eactor.1 aWieth, Carlo,d1885-1943,eactor.1 aJessen, Gerhard,d1885-1939,eactor.1 aRoose, Thorkild,d1874-1961,eactor.1 aJacobsen, Frederik,eactor.1 aBille, Svend,d1888-1973,eactor.1 aBoesen, Axel,d1879-1957,eactor.1 aSkondrup, Franz,d1874-1941,eactor.1 aNilsen, H. C.,d1880-1941,eactor.1 aHansen, Valdemar,d1869-1930,eactor.1 aLa Cour, Ella,d1851-1935,eactor.1 aHenriksen, Julie,d1872-1949,eactor.1 aLorentzen, Aage,d1880-1955,eactor.1 aOes, Ingvald C.,d1882-ecopyright claimant.2 aNordisk films kompagni,eproduction company,efilm distributor.2 aPaper Print Collection (Library of Congress)5DLC0 aDet bødes der for (Motion picture)0 tNiver (Kemp) Collection (Library of Congress)18tVengeancew(DLC) 52357nMAVIS a92bPUL01697nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245016200257260002800419300007100447336003300518337002800551338002600579540004200605500003600647506018500683580006500868600007000933600007601003650005401079650005701133655005501190856009001245994001201335on1390684815OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634294 aDLCbengedcrmgcDLC a(OCoLC)1390684815 aLC-DIG-ppmsca-87292bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[IGarden, inner court.]p[Bird's-eye view.]h[graphic] /cR. M. Hunt Arch't. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on paper ;csheet 45 x 68 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aGardenszRhode IslandzNewporty1880-1900.2lctgm 7aCourtyardszRhode IslandzNewporty1880-1900.2lctgm 7aLandscape architecture drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87292qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87292 a92bPUL01256ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008200163264007300245300004700318336003500365337002800400338002700428490002900455500003500484500001900519546002000538650003500558655003000593655003000623655001900653700002700672730007300699773012200772994001200894on1390684841OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561457 aDLCbengerdacDLC a(OCoLC)1390684841 apcc00aML31b.C59500aFrisco Sally Levy with Sally O'Neill and Roy D'Arcy /ccompiled by Ernst Luz. 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aFrisco Sally Levy (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 2w(DLC) 2018571961 a92bPUL01705nim a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109020001500132020001800147028002600165035002200191042001400213082001400227100006300241245005100304250001600355264005000371264001200421300005600433306001100489336003300500337002300533338003400556340003700590344001800627344002000645344001400665500003100679511003500710530003300745520027800778650002501056651002201081650002101103655002901124655002301153700003501176994001201211on1390684842OCoLC20230718213016.0sd fsngnnmmned230628t19891989mdunnnn f n eng d a 2023616856 aUIBbengerdacDLC a1556901097 a978155690109602a89600bRecorded Books a(OCoLC)1390684842 alccopycat04a823/.9/121 aWodehouse, P. G.q(Pelham Grenville),d1881-1975,eauthor.14aThe code of the Woosters /cby P.G. Wodehouse. aUnabridged. 1aCharlotte Hall, MD :bRecorded Books,c[1989] 4c℗1989 a6 audiocassettes (8 hr.) :banalog, Dolby processed a080000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudiocassettebss2rdacarrier b3 7/8 x 2 1/2 in., 1/8 in. tape. aanalog2rdatr bmagnetic2rdarm c1 7/8 ips aTitle from cassette label.0 aNarrated by Alexander Spencer. aIssued also on compact disc. aSir Watkyn Bassett, who nicked Bertie for swiping a copper's helmet on boat-race night, has Wooster marked as a repeat criminal. Now, Bertie's Aunt Dahlia wants Bertie to realize Bassett's worst suspicions by stealing a silver cream jug right from under the old boy's nose. 0aSingle menvFiction. 0aEnglandvFiction. 0aValetsvFiction. 7aHumorous fiction.2lcgft 7aAudiobooks.2lcgft1 aSpencer, Alexander,enarrator. a92bPUL01371nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181050002300203052001300226110005900239245011400298246008900412255005900501264005600560300005500616336004000671337002800711338002600739500002900765500002200794500001700816500004300833500007300876651003100949655001700980994001200997on1390684843OCoLC20230718213016.0aj canzn230714s2021 dcub a f 0 eng  a 2023587327 aDLCbengerdacDLC1 aab2000000dW1230000eW1160000fN0480000gN0330000 a(OCoLC)139068484300aG4232.P3 2021b.U5 a4232bP31 aUnited States.bNational Park Service.,ecartographer.10aPacific Crest scenic trail, California, Oregon, Washington /cU.S. Forest Service, Department of Agriculture.1 iAlternate panel title:aPacific Crest Trail, National scenic trail, Mexico to Canada aScale 1:2,000,000.c(W 123°--W 116°/N 48°--N 33°). 1a[Washington, D.C.] :bNational Park Service,c2021. a1 map :bcolor ;c96 x 40 cm, folded to 10 x 23 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading. aTitle from panel. a"July 2021." aIncludes text and color illustrations. aText, "National Trail Systems" map and color illustrations on verso. 0aPacific Crest TrailvMaps. 7aMaps.2lcgft a92bPUL02759nkm a22004217a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148245008300207260001000290300008300300336003300383337002800416338002600444520050700470540013400977500008301111500004001194500002101234500002001255500034401275580011001619600007701729650005901806650005301865650006701918655003901985655004502024655004302069773011202112856010102224994001202325on1390684844OCoLC20230718213016.0kh bo|230714s1950 xxunnn kneng  a 2023635250 aDLCbengedcrmgcDLC a(OCoLC)1390684844 aLC-DIG-ppmsca-87793bDLCc(digital file from original)00aPresident Truman invited to speak at Tri-Convention in Kansas Cityh[graphic]. c1950. a1 photograph :bgelatin silver print, black and white ;csheet 18.2 x 22.8 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotograph shows delegation from left, Robert L. Sweeney, J. McKinley Neal, Missouri State Legislature; Brother Burt A. Mayberry, former general secretary of Alpha Phi Alpha; Brother Dowdal H. Davis, John H. Gregg, President Truman, Brother Dr. Walter R. Peterson, Brother J.A. Bradford, president of Beta Lambda Chapter; Miss Byrd Jackson, Alpha Kappa Alpha; Girard T. Bryant, Kappa Alpha Psi; and Miss Lucile Blueford, managing editor, The Kansas City Call, and representative from Alpha Kappa Alpha. aPublication may be restricted. For information see "New York World-Telegram & ...,"uhttp://www.loc.gov/rr/print/res/076_nyw.html aTitle taken from The Sphinx (https://issuu.com/apa1906network/docs/195003603). aDate stamped on verso: Nov 7, 1950. aACME Photograph. aNo. KC293-11/6. aCaption on photo: President Truman poses with group of Kansas City Negroes who invited him to address Dec. 27 tri-convention of three Negro national collegiate fraternities & sororities, Alphia Phi Alpha, Alpha Kappa Alpha & Kappa Alphia Psi. Groups will be holding simultaneous meetings here when the President will be home for Christmas. aForms part of: New York World-Telegram and the Sun Newspaper Photograph Collection (Library of Congress).14aTruman, Harry S.,d1884-1972xPublic appearanceszMissourizKansas City. 7aAfrican AmericanszMissourizKansas Cityy1950.2lctgm 7aDelegationszMissourizKansas Cityy1950.2lctgm 7aFraternities & sororitieszMissourizKansas Cityy1950.2lctgm 7aGroup portraitsy1960-1970.2gmgpc 7aGelatin silver printsy1960-1970.2gmgpc 7aPhotographic printsy1960-1970.2gmgpc0 tNew York World-Telegram and the Sun Newspaper Photograph Collection (Library of Congress)w(DLC) 94505083413digital file from original photographdppmscaf87793qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87793 a92bPUL01851nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245012000283260010300403300008000506336003300586337002800619338002600647540004200673500003300715500001100748500004500759500026700804651004801071650004501119650004401164655003101208655003401239655003801273700003601311856009401347994001201441on1390684845OCoLC20230718213016.0kh |o|230713s1900 enknnn kneng  a 2023635242 aDLCbengedcrmgcDLC aD15687bU.S. Copyright Office. a(OCoLC)1390684845 aLC-DIG-stereo-1s48014bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMission children, with one little American girl, Canton, China--thousands of such massacred by "Boxers"h[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1900. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 2. aCopyright 1900 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 12). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aChildrenzChinazGuangzhouy1900.2lctgm 7aWaitingzChinazGuangzhouy1900.2lctgm 7aStereographsy1900.2gmgpc 7aGroup portraitsy1900.2gmgpc 7aPhotographic printsy1900.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48014qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48014 a92bPUL01509njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132110002900154245007200183246003600255264004100291264001200332300004200344336003700386337002300423338003100446344001900477344001900496344001900515347002200534347001300556490002700569500002700596511005200623518006900675505024100744650002700985655002301012655001801035655003401053994001201087on1390684855OCoLC20230718213016.0sd fsngnnmmned230714t20202020nyurcnn n eng  a 2023626369 aDLCbengerdacDLC a(OCoLC)13906848552 aDave Matthews Band.4prf10a11.2.98 :bBoise State University Pavilion /c[Dave Matthews Band].30aBoise State University Pavilion 1aNew York, NY :bRCA Records,c[2020] 4c℗2020 a2 audio discs :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aDMB live trax ;vv. 53 aTitle from disc label.0 aDave Matthews Band ; with Tim Reynolds, guitar. oRecorded lived1998 November 2pBoise State University Pavilion.00tSeek up --tPantala naga pampa-Rapunzel --tCrash into me --tDon't drink the water --tMinarets --tCrush --tLie in our graves --tStay (wasting time) --tJimi thing --tTwo step --tTripping billies --tI'll back you up --tToo much. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft 7aLive sound recordings.2lcgft a92bPUL01098njm a22002894a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003500127035002200162042001000184100001700194245005600211246002100267260004500288300004100333500003500374546002400409500006600433500001800499505024600517500003300763994001200796on1390684856OCoLC20230718213016.0sd fsngnnmmned230714s2010 ao ppnn n por  a 2015331442 aDLCbengcDLC02aDJSCD01bSemba Comunicação a(OCoLC)1390684856 alcode0 aDJ Sottão.10aRitmo & lógicah[sound recording] /cDJ Sottão.3 aRitmo e lógica aLuanda :bSemba Comunicação,cc2010. a1 sound disc :bdigital ;c4 3/4 in. aPopular music in hiphop genre. aSung in Portuguese. aAccompanying insert contains lyrics of the songs and credits. aCompact disc.0 aIntro -- Sentido silêncio -- Me segura -- Eu sou moço direito -- Tarados -- Tá-se sentir moça -- Xama-me nomes -- Quem te mandou -- Mando massa -- Buke de flores -- Dicas da banda -- Kuribotas -- Tá-se sentir moço -- Bonus track. aProduction level cataloging. a92bPUL01410njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002700149035002200176100006400198245005200262264005500314264001200369300004500381336003700426337002300463338003100486340001900517344001800536344001100554344002300565344001900588382002300607500002700630511002300657500003100680500002800711505013100739650002200870650001900892655002600911655002700937994001200964on1390684857OCoLC20230718213016.0sd csmennmplue230712t20192019cauppnn n eng  a 2023617312 aDLCbengerdacDLC1 a60257758735102aASW.WL008bAstralwerks a(OCoLC)13906848571 aJarre, Jean-Michel,ecomposer,eperformer,eaudio producer.10aEquinoxe infinity remixes /cJean-Michel Jarre. 1a[Los Angeles, California?] :bAstralwerks,c[2019] 4c℗2019 a1 audio disc :banalog, 45 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c45 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from disc label.0 aJean-Michel Jarre. a"DJ copy, not for resale." aWhite label 12" single.00tIf the wind could speak, movement 5 (Tale of us remix)g(6:32) --tDon't look back, movement 9 (Jonas Rathsman remix)g(8:18). 0aElectronic music. 0aNew Age music. 7aNew Age music.2lcgft 7aRemixes (Music)2lcgft a92bPUL01584nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034000600159035002200165050002700187052001300214052001300227110004600240245021000286246002500496246003700521255002100558264004400579264001100623300006300634336004000697337002800737338002600765500002200791500004200813500006000855500008800915651002801003650005501031651002701086655002501113994001201138on1390684858OCoLC20230718213016.0aj cinzn230717t20052005nyu a 0 eng  a 2023591400 aDLCbengerdacDLC a9781878979339 a18789793370 aa a(OCoLC)139068485800aG6714.F5E635 2005b.M2 a6714bF5 a6713bT82 aMapEasy, Inc.,ecartographer,epublisher.10aMapEasy's guidemap to Florence :ba location map and guidebook in one : waterproof & tear resistant : the unique easy-to-use guide to Florence : detail maps for central Florence, Greater Florence, Tuscany.30aGuidemap to Florence1 iTitle on map:aFlorence, Firenze aScale not given. 1aWainscott, NY :bMapEasy, Inc.,c[2005] 4c©2005 a1 map :bcolor, plastic ;c47 x 43 cm, folded to 23 x 9 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aSelected buildings shown pictorially. aIncludes notes and ancillary map of "A day in Tuscany." aText, maps of city center and "Greater Florence," and color illustrations on verso. 0aFlorence (Italy)vMaps. 0aCentral business districtszItalyzFlorencevMaps. 0aTuscany (Italy)vMaps. 7aTourist maps.2lcgft a92bPUL02820ngm a22006017i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245016500253246004100418257002400459264004900483264001100532300010900543336005000652337002300702338003000725340001900755344005300774347007100827380002700898538016000925500002601085532003401111500003701145500005301182500002601235511008601261508008201347520010701429500015801536500008001694500008801774655002501862655002501887655003401912655003101946655002601977655005402003700005602057710004102113773005202154994001202206on1390684859OCoLC20230718213016.0vd csaizm230712t20222022xxu086 vleng  a 2023600553 aDLCbengerdacDLC1 a81445602647342aVS-418bVinegar Syndrome a(OCoLC)13906848591 aengpengheng k19902edtf00aDVE8161(viewingcopy)00aInvisible maniac /cSmoking Gun Pictures ; director and screenwriter, Rif Coogan ; producer, Anthony Markes ; story, Matt Devlen, Anthony Markes and Rif Coogan.1 iAlso known as:aInvisible sex maniac aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (86 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aBased on a comic by Milo Manara. aOriginally released as a motion picture in 1990. aTitle from container.1 aNoel Peters, Savannah, Stephanie Blake, Melissa Moore, Clement von Franckenstein. aMusic, Marc David Decker ; cinematographer, James Bay ; editing, Ron Resnick. a"An invisible scientist escapes from an asylum and teaches high-school physics to nubile teens"--IMDb. aSpecial features: commentary track with writer/director Adam Rifkin, moderated by filmmaker Elijah Drenner; commentary track with The Hysteria Continues! aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 7aHorror films.2lcgft 7aComedy films.2lcgft 7aScience fiction films.2lcgft 7aExploitation films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aRifkin, Adam,d1966-efilm director,escreenwriter.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01714njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245004000284264004500324264001100369300005700380336003700437337002300474338003100497340001900528344001800547344001500565344002300580344001900603382002300622500002600645511001200671508003100683500003300714500003300747505023000780650003001010650002301040655003901063655003101102655002601133655003101159655001801190994001201208on1390684862OCoLC20230718213016.0sd fsngnnmmned230626r20181993ne ppnn n eng  a 2023617281 aDLCbengerdacDLC1 a60255737237302a0602557372373bUniversal02a0602557372373bPolydor/Island a(OCoLC)13906848622 aEnigma (Musical group)ecomposer,eperformer.14aThe cross of changesnII /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 1993. aPressed on clear lime vinyl.00tSecond chapter --tThe eyes of truth --tReturn to innocence --tI love you... I'll kill you --tSilent warrior --tThe dream of the dolphin --tAge of loneliness (Carly's song) --tOut from the deep --tThe cross of changes. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL02353ngm a22004335a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128041001800150042001400168245006300182250004200245257001900287260004700306300009900353546005100452511003200503508007100535520079400606500001601400541009101416600002401507650004301531650003201574650003901606650002801645651002801673651002001701700004901721700002301770710002901793710005201822730003301874994001201907on1390684863OCoLC20230718213016.0vf cbaho|030623s2002 xxu058 vleng d a 2003389576 aFGMbengeamimcDLC a(OCoLC)13906848630 aengaspajeng alccopycat00aGoodbye dear love /cdirector/producer/writer, Ruth Behar. a[English language subtitled version]. aUnited States. aUnited States :bWomen Make Movies,c2002. a1 videocassette of 1 (VHS) (58 min.) :bsd., col. with b&w sequences ;c1/2 in.3viewing copy. aIn English and Spanish with English subtitles.0 aNarrator, Elizabeth Peña. aEditor, Marc Drake ; music, Mori Behar, Susana Behar ... [et al.]. aA personal journey about the search for identity and memory among Sephardic Jews with roots in Cuba. Anthropologist Ruth Behar returns to her native Cuba in search of the country's remaining Sephardic Jews and her family's ties to them. Presents a lyrical journey into Cuba's Jewish past and present-day that is filled with painful goodbyes and a belief in the possibility of return and renewal. Behar addresses her goodbye to her native land, from which she departed as a child, before she developed her own memories. Her grandparents were Jewish emigrants to Cuba and hoped it would be their promised land. Like most Cuban Jews, they left Cuba and resettled in the United States, with only a small number of Jews remaining on the island. Interviews with Sephardic Jews in Cuba and Miami. aNot viewed. dReceived: 8/24/2003;3viewing copy;ccopyright collection--407;aCopyright Collection.10aBehar, Ruth,d1956- 0aJews, CubanzUnited StatesvBiography. 0aCuban AmericansvBiography. 0aJewszCubaxHistoryy20th century. 0aJewszCubaxMigrations. 0aCubaxEthnic relations. 0aCubaxReligion.1 aBehar, Ruth,d1956-edirection,eproduction.1 aPeña, Elizabeth.2 aWomen Make Movies (Firm)2 aCopyright Collection (Library of Congress)5DLC0 aAdio kerida (Motion picture) a92bPUL01345nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002500162052000900187245009200196246016700288255003500455264005700490300003400547336004000581337002800621338002600649490003500675500003000710534005900740500007500799651001900874655002300893655001700916710003800933994001200971on1390684869OCoLC20230718213016.0aj canzn230712r19771871ie d a 0 eng  a 2023585551 aDLCbengerdacDLC1 aab450000 a(OCoLC)139068486900aG8580 1871b.M3 1977 a858000aMap of Basutoland /cdrawn and prepared for the stone by me (Neumann Thomas) July 1871.1 iTitle from publisher's brochure:aMap of Basutoland showing the line fixed by Aliwal convention 1869 and divisions into Molappo's Masupha's and Letsie's countries aScale approximately 1:450,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c62 x 47 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v59 aRelief shown by hachures. pOriginal version:c[London] : Dangerfield Lith., 1871. aMap reprinted from the IUP series of the British Parliamentary papers. 0aLesothovMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01560ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018200160257001100342260005300353300006700406500005200473508026500525511013700790546001600927500001400943500003800957541001400995655002401009655002601033700004101059700003101100700003401131710003301165994001201198on1390684870OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336487 aDLCbengeamimcDLC a(OCoLC)1390684870 alcode00aLokoloko.nSeason 1,nEpisode 11 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01218ndm a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094017004500117035002200162042000800184050001200192100004000204245006500244264001100309300004100320336003500361337002800396338002600424382001800450500001600468500002600484500002400510500002400534500009000558546002000648650003000668655002600698655001800724655001900742700005900761994001200820on1390684876OCoLC20230718213016.0230711s1930 xx ppl n zxx  a 2020561445 aDLCbengerdacDLC aEU28867bU.S. Copyright Officed19301003 a(OCoLC)1390684876 apcc00aM1630.21 aGorney, Jay,d1896-1990,ecomposer.10aAh! jus' like you /clyrics E.Y. Harburg ; music Jay Gorney. 0c[1930] a1 score (1 unnumbered leaf) ;c32 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier11asinger2lcmpt aFor singer. aUnaccompanied melody. aManuscript, in ink. aTitle from caption. aEnglish words printed separately as text, in typescript, on accompanying lyric sheet. bStaff notation. 0aPopular musicy1921-1930. 7aPopular music.2lcgft 7aSongs.2lcgft 7aScores.2lcgft1 aHarburg, E. Y.q(Edgar Yipsel),d1896-1981,elyricist. a92bPUL01671nem a2200421 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001700241110007100258245016000329246002200489246003700511255007000548264008500618300005500703336004000758337002800798338002600826500002200852500003200874500003400906500003300940500005100973500005401024546004601078650004501124650004601169655002201215994001201237on1390684877OCoLC20230718213016.0aj canzn230707s1996 sa a 1 eng  a 2023591375 aDLCbengerdacDLC1 aab1500000dE0170000eE0220000fS0290000gS0350000 a(OCoLC)13906848770 aengaafr00aG8503.W4P2 1996b.A9 a8503bW4bN62 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Cape Western area =bAARSA reisdiens, Wes-Kaap gebied /ccompiled, drawn and published by the Automobile Association of South Africa.30aCape Western area31aAARSA reisdiens, Wes-Kaap gebied aScale 1:1,500,000. 1 cm = 15 kmc(E 17°--E 22°/S 29°--S 35°). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1996] a1 map :bcolor ;c47 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner: PM-1. aIn lower left corner: 964/19. aMap printed in two segments. aIncludes coverage map and color illustrations. aDescriptive index to points of interest on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazWestern CapevMaps. 0aRoadszSouth AfricazNorthern CapevMaps. 7aRoad maps.2lcgft a92bPUL00850njm a22002537a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001900159245005300178260003100231300004100262500001500303546001900318500001800337505019600355500003300551994001200584on1390684883OCoLC20230718213016.0sd fsngnnmmned200715s2019 rh ppnn n sna  a 2020337261 aDLCbengcDLC a(OCoLC)1390684883 alcode1 aMpofu, Dereck.10aGodobori 2.0h[sound recording] /cDereck Mpofu. aHarare :bLazzie T,c2019. a1 sound disc :bdigital ;c4 3/4 in. aUrban pop. aSung in Shona. aCompact disc.0 aMagetsi auya -- Kumachonyonyo -- Ngithande -- Ancestor -- Imali -- Husiku hutatu -- Mbavha inonzi hupenyu -- Njiva -- Imagine -- Godobori -- Mweya wechiZimba -- Tururu -- Bonus track Chihera. aProduction level cataloging. a92bPUL01081nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002000162052000900182052001300191052001400204110006400218245001300282255003500295264004200330300004900372336004000421337002800461338002600489500003000515505007300545651001700618651003000635650002500665655001700690994001200707on1390684884OCoLC20230718213016.0aj canzn230711s1976 dcua b f 0 eng  a 2023585550 aDLCbengerdacDLC1 aab250000 a(OCoLC)139068488400aG8300 S250b.U5 a8300 a8302bS9 a8302bS521 aUnited States.bCentral Intelligence Agency,ecartographer.10a[Egypt]. aScale approximately 1:250,000. 1a[Washington, D. C.] :b[CIA],c[1976] a2 maps :bcolor ;c96 x 72 cm and 80 x 97 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours.0 a502884. [Buffer zones : Suez Canal] -- 502886. [East sheet : Sinai]. 0aEgyptvMaps. 0aSuez Canal (Egypt)vMaps. 0aSinai (Egypt)vMaps. 7aMaps.2lcgft a92bPUL01713nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002800400300011600428336003300544337002800577338002600605540004200631500003600673506018500709580006500894600007000959600007601029650005401105650005601159655004601215856009001261994001201351on1390684911OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634296 aDLCbengedcrmgcDLC a(OCoLC)1390684911 aLC-DIG-ppmsca-87294bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Gardener's cottage?]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 22 x 29 cm, mount 26 x 32 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87294qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87294 a92bPUL01728njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003000149035002200179042001400201245008200215264004200297300002700339336003700366337002300403338003100426344001800457500005400475500002800529511005100557518006000608518008800668505029700756650002701053655002301080655003401103655004101137700004301178700003001221710005501251994001201306on1390684918OCoLC20230718213016.0sd bumennmplue230712p20221970it rcnn n eng d a 2023627524 aTDFbengerdacDLC10a78193006934202aOUTS013bOutsider Records a(OCoLC)1390684918 alccopycat00aLive at Fillmore East and Johnny Cash TV show, 1970 /cDerek and the Dominos. 1a[Italy?] :bOutsider Records,c[2022] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr aClassic live recordings by the Eric Clapton band. aTitle from disc labels.0 aDerek and the Dominos ; additional performers. 3FM broadcastorecordedd1970 October 24pFillmore East. 3Johnny Cash TV show Nashville, Tennesseeorecordedd1970 November 5pFillmore East.0 aFM broadcast recorded at Fillmore East. Nobody knows you when you're down and out ; Why does love have to be so sad ; Presence [of] the Lord ; Bottle of red wine ; Roll it over ; Little wing -- Johnny Cash TV show Nashville, Tennessee. It's too late ; Matchbox (w/Carl Perkins & Johnny Cash). 0aRock musicy1961-1970. 7aRock music.2lcgft 7aLive sound recordings.2lcgft 7aPopular music radio programs.2lcgft1 aPerkins, Carl,d1932-1998,eperformer.1 aCash, Johnny,eperformer.2 aDerek and the Dominos (Musical group),eperformer. a92bPUL01342nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002300162052001300185245018000198255003500378264005700413300005000470336004000520337002800560338002600588490003900614500003000653534007100683500007500754505002500829651003600854655002300890655001700913710003800930994001200968on1390684933OCoLC20230718213016.0aj canzn230711r19771881ie d b 0 eng  a 2023585546 aDLCbengerdacDLC1 aab310000 a(OCoLC)139068493300aG8503.T7 S310b.S4 a8503bT700aSketch map to illustrate the S.W. boundary of the Transvaal State beaconed from Ramathlabama to Griqualand west in accordance with the Pretoria convention of 3rd. August 1881. aScale approximately 1:310,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a2 maps :bcolor ;c60 x 46 cm and 53 x 41 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v75, 76 aRelief shown by hachures. pOriginal version:c[London] : Dangerfield Lith., 3rd. August 1881. aMap reprinted from the IUP series of the British Parliamentary papers.0 aSheet 1. -- Sheet 2. 0aTransvaal (South Africa)vMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01857nem a2200349 a 4500001001300000003000600013005001700019007000900036008004100045010001700086040001800103034001400121035002200135050002300157052001300180100006800193245063800261255003500899264006200934300008600996336003501082337002501117338002201142500003001164546003201194500008901226651006301315655002301378700004501401700004901446994001201495on1390684934OCoLC20230718213016.0aj aanzn111017s1720 gw i a 0 lat  a 2011588565 aDLCbengcDLC1 aab132000 a(OCoLC)139068493400aG6513.B6 1720b.M8 a6513bB61 aMüller, J. C.q(Johann Christoph),d1673-1721,ecartographer.10aMappa geographica Regni Bohemiae in duodecim circulos divisae cum Comitatu Glacensi et Districtu Egerano adiunctis circumiacentium regionum partibus conterminis ex accurata totius Regni perlustratione et geometrica dimensione omnibus, ut par est, numeris absoluta et ad usum commodum nec non omnia et singula distinctiùs cognoscenda XXV sectionibus exhibita /cà Joh. Christoph. Müller, S.C.M. Capitan. et Ingen. A.C. M.DCC.XX ; Michael Kauffer sculpsit Augusta Vind. ; Wenceslaus Laurentius Reinner inventor et delineavit Prag ; Iohann. Daniel Herz sculpsit Aug. Vindelicorum ; Michael Kauffer sculpsit mappam Augustae Vindel. aScale approximately 1:132,000. 1a[Augsburg] :b[publisher not indicated],cM.DCC.XX [1720] a1 map on 25 sheets ;c241 x 283 cm, sheets 30 x 34 cm, folded in cases 30 x 34 cm acartographic image2rdacontent aunmediated2rdamedia asheet2rdacarrier aRelief shown pictorially. aLegend in Latin and German. aEach sheet mounted on cloth and labeled with an 18th century letterpress title.5DLC 0aBohemia (Czech Republic)vMapsvEarly works to 1800vMaps. 7aEarly maps.2lcgft1 aKauffer, Michael,d1673-1756,eengraver.1 aHertz, Johann Daniel,d1693-1754,eengraver. a92bPUL01668nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100006200207245014700269260001800416300006400434336003300498337002800531338002600559540004200585500003600627506018500663580006500848600007000913600007600983650005201059655005501111700005001166856009001216994001201306on1390684935OCoLC20230718213016.0kl co|230712s1892 riunnn kneng  a 2023634720 aDLCbengedcrmgcDLC a(OCoLC)1390684935 aLC-DIG-ppmsca-87329bDLCc(digital file from original)1 aOlmsted, Frederick Law,d1822-1903,elandscape architect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Entry gates and wall.]p[Plan.]h[graphic] /cF. L. Olmsted. cOct. 6, 1892. a1 drawing :bgraphite on tracing paper ;csheet 12 x 28 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aGateszRhode IslandzNewporty1890-1900.2lctgm 7aLandscape architecture drawingsy1890-1900.2gmgpc1 aHunt, Richard Morris,d1827-1895,earchitect.413digital file from originaldppmscaf87329qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87329 a92bPUL01673njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003100149035002200180245005200202264004900254300003000303336003700333337002300370338003100393344001900424344001900443344001900462347002200481347001300503382013000516500002700646511016500673518003300838500003400871505018800905650002701093655002301120655001801143700003301161710004501194994001201239on1390684939OCoLC20230718213016.0sd fsngnnmmned230711s2020 xxurcnn d n eng  a 2023626313 aDLCbengerdacDLC1 a68609183324802aBSR-0041bBig Stir Records a(OCoLC)139068493900aGood karma /cLeslie Pereira & the Lazy Heroes. 1a[United States] :bBig Star Records,c[2020] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aguitarn1dmale voicen1adrum setn1dmale voicen1abass guitarn1dmale voicen1afemale voicen1dpercussionn1s42lcmpt aTitle from disc label.0 aLeslie Pereira & the Lazy Heroes (Leslie Pereira, guitar, lead vocals ; Jeff Page, drums, vocals ; Rob Lontok, bass, vocals ; Paula Venise, percussion, vocals). oRecorded atpKaren's Studio. aLyrics inserted in container.00aGood karma --tIf I could --tIn my back yard --tHot tamale --tSlip --tChrome --tTime to rock --tSo hard --tRace car --tI'm waiting --tNot to me --tCoralline (where are you). 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft1 aPereira, Leslie,eperformer.2 aLazy Heroes (Musical group),eperformer. a92bPUL01345ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012100163246002100284264007300305300004700378336003500425337002800460338002700488490002900515500003500544500001900579546002000598650003500618655003000653655003000683655001900713700004400732730007200776773012300848994001200971on1390684946OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561415 aDLCbengerdacDLC a(OCoLC)1390684946 apcc00aML31b.C59500aCarl Laemmle presents Marian Nixon and Jack Daugherty in "Down the stretch" /cmusic compiled by Dr. Edward Kilenyi.30aDown the stretch 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (2 unnumbered pages) ;c34 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aDown the stretch (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 10w(DLC) 2018571961 a92bPUL01582nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180050002800202052001300230245009800243246015800341255008300499264005700582300003400639336004000673337002800713338002600741490003500767534006400802500005600866500001600922500007500938651004501013655002301058655001701081700004801098710003801146994001201184on1390684953OCoLC20230718213016.0aj canzn230711r19771880ie a 0 eng  a 2023585544 aDLCbengerdacDLC1 aab300000dE0401500eE0405000fS0115000gS0130000 a(OCoLC)139068495300aG8452.Q8 1880b.Q8 1977 a8452bQ800aQuerimba Islands on the East Coast of Africa :bwith Consul O'Neill's desp. of Nov. 3rd 1880.1 iTitle from publisher's brochure:aChart of the Querimba Islands on the East Coast of Africa :bincluded with Consul O'Neill's despatch of 3 November 1880 aScale approximately 1:300,000c(E40°15ʹ--E 40°50ʹ/S 11°50ʹ--S 13°00ʹ). 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c62 x 29 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v37 pOriginal version:c[London] : Harrison & Sons Litho., 1880. a"(1100. 9/81. 1445) [F.O. 971]"--Lower left corner. a"Sheet VI." aMap reprinted from the IUP series of the British Parliamentary papers. 0aQuirimba Archipelago (Mozambique)vMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft1 aO'Neill, H. E.q(Henry Edward),d1848-1925.2 aIrish Academic Press,epublisher. a92bPUL01920nem a2200481 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001200159035002200171041002300193050002300216052001900239052001400258110007600272245009700348246002700445246002000472255003200492264007900524300006100603336004000664337002800704338002600732500002200758500004200780500007700822500008400899500012200983500012501105500004201230546005001272651002601322651002401348651003701372655001701409994001201426on1390684954OCoLC20230718213016.0aj canzn230717s1989 it a 1 ita  a 2023591401 aDLCbengerdacDLC a9788879140416 a88791404181 aab6000 a(OCoLC)13906849540 aitaaengagerafre00aG6714.V4 1989b.L5 a6714bV4bL699 a6712bV332 aLitografia artistica cartografica,ecartographer,eprinter,epublisher.10aVenezia e le isole della laguna :bpianta della città, city map, Stadtplan, plan de ville.1 iTitle on map:aVenezia38aVenezia, L.A.C. aScale 1:6,000. 1 cm = 60 m. 1aFirenze :bstampato ed edito da Litografia artistica cartografica,c[1989] a1 map :bcolor ;c67 x 97 cm, folded in cover 23 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from cover. aSelected buildings shown pictorially. aIn bottom right corner: Nulla alla diffusione n. 427 in data 12-12-1989. aIncludes index to monuments and insets of "Laguna Venezia" and Lido di Venezia. aText, indexes to street names and museums, map of "Estuario a Nord-Est di Venezia," and color illustrations on verso. aLC copy stamped in bottom right corner: Geography and Map Division, Library of Congress, Hammond Collection - 2003.5DLC aLC Copy imperfect: torn at fold.5DLC aText in Italian, English, German, and French. 0aVenice (Italy)vMaps. 0aLido (Italy)vMaps. 0aVenice, Lagoon of (Italy)vMaps. 7aMaps.2lcgft a92bPUL01433ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016200163246001900325264007300344300004700417336003500464337002800499338002700527490002900554500003500583500001900618500003600637546002000673650003500693655003000728655003000758655001900788700004700807730007000854773012300924994001201047on1390684967OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561448 aDLCbengerdacDLC a(OCoLC)1390684967 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present W.C. Fields and Chester Conklin in "Fools for luck" with Sally Blane and Jack Luden /ccompiled by James C. Bradford.30aFools for luck 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFools for luck (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 43w(DLC) 2018571961 a92bPUL00719nem a22002537i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103025002500126035002200151042001000173245005900183250001900242255001800261264007000279300001000349336004000359337002800399338002600427994001200453on1390684968OCoLC20230718213016.0aj canzn230715s2022 ii a 0 eng  a 2023341720 aDLCbengerdacDLC aI-Map-2023341720; 02 a(OCoLC)1390684968 alcode00aKedarnath :btourist map /cedited by Tapati Banerjee. aFirst Edition. aScale varies. 1aKolkata :bNational Atlas & Thematic Mapping Organisation,c2022. a1 map acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier a92bPUL01705nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245009500283260010300378300008000481336003300561337002800594338002600622540004200648500003300690500001100723500004500734500026700779650004001046650003401086655003101120655003801151700003601189856009401225994001201319on1390684969OCoLC20230718213016.0kh |o|230713s1900 enknnn kneng  a 2023635243 aDLCbengedcrmgcDLC aD15678bU.S. Copyright Office. a(OCoLC)1390684969 aLC-DIG-stereo-1s48110bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.12aA Chinese bible woman--many of these faithful teachers have suffered martyrdomh[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1900. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 2. aCopyright 1900 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 15). 7aWomenxChinesezChinay1900.2lctgm 7aTeacherszChinay1900.2lctgm 7aStereographsy1900.2gmgpc 7aPhotographic printsy1900.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48110qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48110 a92bPUL02577nim a22007217i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040002300124020001800147020001500165024002500180028002800205035002200233042001400255082001400269100003800283245005600321246003400377250001600411264004400427264001200471300006200483306001100545336003300556336003300589337002300622337002600645338003100671344001900702344001900721344001200740344001900752347003300771347001800804490002900822500002600851511002700877521001000904521000900914500005800923500009100981520018901072650004601261650003801307650003101345650003101376650003501407650003401442650004501476650003701521650002201558650002501580655002901605655003401634700003601668700003801704856010101742994001201843on1390684981OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230620t20192019nyunnnnjq f n eng d a 2023623203 aTOHbengerdacDLC a9781549117428 a15491174243 a9781549117428d5250002a2-Y1742bHachette Audio a(OCoLC)1390684981 alccopycat04a[Fic]2231 aPatterson, James,d1947-eauthor.10aBorn to rock /cJames Patterson and Chris Tebbetts.1 iSeries title:aMiddle school. aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a3 audio discs (3.5 hr.) :bdigital ;c4 3/4 in. +e1 PDF. a033000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF0 aMiddle school ;vbook 11 aTitle from container.0 aRead by Caitlin Kelly.1 a8-12.2 a3-7. a"Includes a pdf of illustrations!"--Container insert. aDisc 3 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). aWhen her favorite rock band Lulu and the Handbags announces a contest, Georgia is determined the all-girl rock band she's in will win--even if she has to ask her brother Rafe for help. 0aMiddle school studentsvJuvenile fiction. 0aMiddle schoolsvJuvenile fiction. 0aSchoolsvJuvenile fiction. 0aSistersvJuvenile fiction. 0aRock groupsvJuvenile fiction. 0aRock musicvJuvenile fiction. 0aWomen's bands (Music)vJuvenile fiction. 1aMiddle school studentsvFiction. 1aSistersvFiction. 1aRock musicvFiction. 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft1 aTebbetts, Christopher,eauthor.1 aKelly, Caitlin,d1984-enarrator.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/158/000000000012158794.jpg a92bPUL01455njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100005300171245003300224264005600257264001200313300004100325336003700366337002300403338003100426344001900457344001900476344001900495347002200514347001300536500002700549511008300576508003000659500003600689500003100725505014600756650002800902650003000930655003500960655002600995994001201021on1390684982OCoLC20230718213016.0sd fsngnnmmned230714t20192019nyuppnn d n eng  a 2023628008 aDLCbengerdacDLC1 a888295931007 a(OCoLC)13906849821 aAmi, Shoshana,ecomposer,elyricist,eperformer.10aPretty liar /cShoshana Ami. 1a[New York, N.Y.?] :bSound City Recordings,c[2019] 4c℗2019 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aShoshana Ami, vocals, guitars, synths, percussion ; with supporting musicians. aProduced by Tony Conniff. aMusic and lyrics, Shoshana Ami. aLyrics bound in container.0 aMy affection -- Pretty liar -- Hotel 99 -- Back together -- Crying shame -- Different -- Happy -- Hard -- When I'm gone -- The electric show. 0aAlternative rock music. 0aPopular musicy2011-2020. 7aAlternative rock music.2lcgft 7aPopular music.2lcgft a92bPUL00679ncm a22002297a 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050000800134100003200142245003700174260006300211300003400274490002200308500003300330650001700363830005700380994001200437on1390684983OCoLC20230718213016.0911122s1980 mx uun n und  a 91761148  aDLCbengcDLC a(OCoLC)139068498300aM621 aLavista, Mario,d1943-2021.10aCanto del alba /cMario Lavista. aMéxico, D.F. :bEdiciones Mexicanas de Música,cc1980. a[4] leaves of music ;c32 cm.1 aSerie D ;vno. 31 aProduction level cataloging. 0aFlute music. 0aSerie D (Ediciones Mexicanas de Música) ;vno. 31. a92bPUL01410nim a22004455i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132245004400154246002600198264003600224300004100260336003300301337002300334338003100357344001900388344001900407344001900426347002200445347001300467490002000480500004700500500002700547511002900574538011400603650005400717650001200771650001600783650001100799650002700810655003600837655003600873655002900909710001400938994001200952on1390684988OCoLC20230718213016.0sd fsngnnmmned220817s1994 xxunnnn z n eng  a 2022616494 aDLCbengerdacDLC a(OCoLC)139068498800aTerror T.R.A.X.pTrack of the werewolf.30aTrack of the werewolf 1a[United States] :bTSR,c[1994] a1 audio disc :bdigital ;c4 3/4 in. aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aTerror T.R.A.X. a"An audio CD interactive game"--Container. aTitle from disc label.0 aUnidentified performers. aPlayable on CD players. Users navigate between 52 tracks based on interactive prompts in the sound recording. 0aTerror T.R.A.X. (Fictitious characters)vFiction. 0aHorror. 0aWerewolves. 0aGames. 0aPlot-your-own stories. 7aChoose-your-own stories.2lcgft 7aAudio interactive games.2lcgft 7aSound recordings.2lcgft2 aTSR, Inc. a92bPUL01548nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132041001300154050002300167052001300190110007100203245020300274246003600477246006100513255002100574264008800595300007500683336004000758337002800798338002600826500002200852500005000874500004300924500001900967500004300986546003501029651005701064655001701121994001201138on1390684989OCoLC20230718213016.0aj canzn230712s1991 sa a 0 afr  a 2023591386 aDLCbengerdacDLC0 aa a(OCoLC)13906849890 aafraeng00aG8502.K2 1991b.A9 a8502bK22 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA reisdiens, die Kalahari Gemsbok Nasionale Park =bAARSA travel service, the Kalahari Gemsbok National Park /csaamgestel, geteken en gepubliseer deur die Automobiel-Assosiasie van Suid-Afrika.30aKalahari Gemsbok Nasionale Park31aAARSA travel service, the Kalahari Gemsbok National Park aScale not given. 1aJohannesburg :bgepubliseer deur die Automobiel-Assosiasie van Suid-Afrika,c[1991] a1 map :bcolor ;c22 x 8 cm, on sheet 42 x 30 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K4 (TB-K5). aIn lower left corner on verso: 916/24. aIncludes text. aText and color illustrations on verso. aText in Afrikaans and English. 0aKalahari Gemsbok National Park (South Africa)vMaps. 7aMaps.2lcgft a92bPUL01898nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245014000283260010300423300008000526336003300606337002800639338002600667540004200693500003300735500001200768500004500780500026700825651004801092650004801140650004801188650004301236655003601279655004301315700003601358856009401394994001201488on1390684990OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023635251 aDLCbengedcrmgcDLC aH16949bU.S. Copyright Office. a(OCoLC)1390684990 aLC-DIG-stereo-1s48065bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom German Club (W.S.W.) over battlefield, during battle July 13, 1900--showing mud wall and west arsenal, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 53. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 53). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aArmorieszChinazTianjiny1900-1910.2lctgm 7aRooftopszChinazTianjiny1900-1910.2lctgm 7aMenzChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48065qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48065 a92bPUL00934njm a22002775a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100003100159245005900190246006300249260002900312300004100341500003000382546002000412500003500432500001800467505012600485500003300611994001200644on1390685016OCoLC20230718213016.0sd fsngnnmmned150416s2015 bs sgnn n tsn  a 2014320380 aDLCbengcDLC a(OCoLC)1390685016 alcode0 aMonnamogolo wa Thulaganyo.10aXepu!h[sound recording] /cMonnamogolo wa Thulaganyo.1 iOther information on spine of insert:aMosimane wa mosarwa aGaborone :bs.n.,c2015. a1 sound disc :bdigital ;c4 3/4 in. aTswana traditional songs. aSung in Tswana. a"Katara e NTSHA"--On CD label. aCompact disc.0 aXepu -- Katara e ncha -- Ka goreng -- Ka mosumo -- Ba re bone kae -- Jwala -- Katara e ncha (remix) -- Ka goreng (remix). aProduction level cataloging. a92bPUL01547nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132041001300154050002500167052001300192110009200205245006300297250001600360255002400376264005500400300005600455336004000511337002800551338002600579500016500605500003000770500008600800546005100886651003400937650006200971650005201033655002501085655002701110994001201137on1390685017OCoLC20230718213016.0ay canzn230706s1971 it i a 0 ita  a 2023591358 aDLCbengerdacDLC0 aa a(OCoLC)13906850170 aitaafre00aG6712.P6A3 1971b.R6 a6712bP61 aRovigo (Italy : Province).bEnte provinciale per il turismo,ecartographer,epublisher.10aDelta Polesano /cEnte provinciale per il turismo, Rovigo. aEdiz. 1971. aNot drawn to scale. 1aRovigo :bEnte provinciale per il turismo,c[1971] a1 view :bcolor ;c40 x 35 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aAerial view and pictorial map of the Po River Delta between Chioggia and Bacucco, showing sites for hunting, fishing, boating and local restaurants and markets. aRelief shown pictorially. aText, distance map of Italy and Central Europe, and color illustrations on verso. aText in Italian and French. Legend in Italian. 0aPo River Delta (Italy)vMaps. 0aWildlife-related recreationzItalyzPo River DeltavMaps. 0aBoats and boatingzItalyzPo River DeltavMaps. 7aAerial views.2lcgft 7aPictorial maps.2lcgft a92bPUL01846nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003300126035002200159037006100181110003900242245013600281260010300417300008000520336003300600337002800633338002600661540004200687500003300729500001100762500004500773500026700818651004801085650006001133650004601193655003601239655004301275700003601318856009401354994001201448on1390685018OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023637587 aDLCbengedcrmgcDLC aH456bU.S. Copyright Office. a(OCoLC)1390685018 aLC-DIG-stereo-1s48052bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aDestructive guns from H.M.S. "Terrible" and distant burning city fired by their shells--bombardment of, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 56). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aArtillery (Weaponry)zChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48052qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48052 a92bPUL01709nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002200400300009800422336003300520337002800553338002600581540004200607500003600649500002100685500004200706506018500748580006500933600007000998600007601068650005501144655004601199856009001245994001201335on1390685019OCoLC20230718213016.0kl co|230711s1893 riunnn kneng  a 2023634698 aDLCbengedcrmgcDLC a(OCoLC)1390685019 aLC-DIG-ppmsca-87307bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan.]h[graphic] /cR. M. Hunt, Arch't. cJanuary 26, 1893. a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 38 x 56 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aInitials: E.L.M. aPossibly accession item no. 1987.370. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87307qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87307 a92bPUL01370ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014500163246001300308264007400321300004700395336003500442337002800477338002700505490002900532500003500561500003600596546002000632650003500652655003000687655003000717655001900747700004300766730006400809773012300873994001200996on1390685044OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561402 aDLCbengerdacDLC a(OCoLC)1390685044 apcc00aML31b.C59500aSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "Cytherea" /ccompiled by Carl Edouarde.30aCytherea 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aEdouarde, Carl,d1875-1932,ecompiler.0 iMusic for motion picture (work):aCytherea (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 47w(DLC) 2018571961 a92bPUL01741njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245004900284264004500333264001100378300005700389336003700446337002300483338003100506340001900537344001800556344001500574344002300589344001900612382002300631500002600654511001200680508003100692500003300723500003500756505024600791650003001037650002301067655003901090655003101129655002601160655003101186655001801217994001201235on1390685073OCoLC20230718213016.0sd fsngnnmmned230626r20181999ne ppnn n eng  a 2023617275 aDLCbengerdacDLC1 a60255736196402a0602557361964bUniversal02a0602557361964bPolydor/Island a(OCoLC)13906850732 aEnigma (Musical group)ecomposer,eperformer.14aThe screen behind the mirror.nIV /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2000. aPressed on clear orange vinyl.00tThe gate --tPush the limits --tGravity of love --tSmell of desire --tModern crusaders --tTraces (light and weight) --tThe screen behind the mirror --tEndless quest --tCamera obscura --tBetween mind & heart --tSilence must be heard. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01314nim a22002535a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149245003700159260005100196300004100247546001500288511006100303500001700364505059400381520004000975500003301015994001201048on1390685107OCoLC20230718213016.0sd fsngnnmmned230225s2022 cm nnnn o n fre  a 2023323213 aDLCbengcDLC a(OCoLC)1390685107 alcode00aConte bamounh[sound recording]. a[Cameroon :bpublisher not identified,c2022?] a1 sound disc :bdigital ;c4 3/4 in. aIn French.0 aNji Arouna Nchouwet Ndassa, conception et réalisation. aCompat disc.0 aComment le lièvre et la panthère tuerent leurs mères à cause de la famine -- Histoire de Monfonka -- Ki la tortue et Gbetkom -- Ki la tortue et Goueh la panthère -- La panthère et la biche -- La panthère et le lièvre pendant la disette -- La panthère et le singe -- La tête de Njakuem -- La tortue et l'éléphant -- Le chien perdit le trône à cause de sa gourmandise -- Le lièvre et le porc épic -- Le morceau de viande qui attira la guerre dans le pays -- Mbouombouo et l'homme de Nso -- Mbuh Mangé et sa mère -- Messout, l'hyène et l'acheteur de ble. aA collection of 15 Bamun folktales. aProduction level cataloging. a92bPUL01557njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177100004300199245001900242264006800261264007300329264001200402300003000414336003700444337002300481338003100504344001900535344001900554344001900573347002200592347001300614382003600627500002700663511005600690518002800746500003400774505022900808650003001037655002601067655001801093994001201111on1390685121OCoLC20230718213016.0sd fsngnnmmned230714t20192019xxucynn d n eng  a 2023626344 aDLCbengerdacDLC1 a65373801072002aDMR 0107bDavmo Records a(OCoLC)13906851211 aGoodvin, Aaron,ecomposer,eperformer.10aAaron Goodvin. 1a[Place of publication not identified] :bDavmo Records,c[2019] 2a[Place of distribution not identified] :bDistributed by the Orchard 4c℗2019 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen1dguitarn12lcmpt aTitle from disc label.0 aAaron Goodvin, guitar, vocals ; with accompaniment. oRecorded atpthe Roost. aLyrics inserted in container.00tGood ol' bad days --tYou are --tBars & churches --tSerious --tFor the life of me --tBurn out in Vegas --tFree beer & free bird --tEvery time you take your time --tKill a kiss --tTake it to the house --tLonely drum. 0aCountry musicy2011-2020. 7aCountry music.2lcgft 7aSongs.2lcgft a92bPUL02337nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034005400133035002200187050002500209052001300234100004600247245022500293246010800518255007200626264007400698300006700772336004000839337002800879338002600907500004700933500003500980500003801015500008601053500008101139650003301220650003501253650005901288655002801347655001701375710007101392880003801463880022201501880006701723880006501790994001201855on1390685122OCoLC20230718213016.0aj canzn230712s1935 ja ag a f 0 jpn  a 2023592540 aDLCbengerdacDLC c$11 aab100000dE1361000eE1364000fN0351000gN0353000 a(OCoLC)139068512200aG7963.M4C5 1935b.K3 a7963bM41 6880-01aKamoshita, Yutaka,ecartographer.106880-02aDai Nippon Teikoku Mie-ken hokubu doseizu :bIga zenkoku, Ise no kuni hokubu = Agronomic map of northern part of Mie-Prefecture, Japan, Iga-Province and Northern part of Ise-Province /cby Y. Kamoshita, S. Okada.31aAgronomic map of northern part of Mie-Prefecture, Japan, Iga-Province and Northern part of Ise-Province aScale 1:100,000c(E 136°10ʹ--E 136°40ʹ/N 35°10ʹ--N 35°30ʹ). 16880-03a[Tokyo] :bNōrinshō Nōji Shikenjō,cShōwa 10 [1935] a1 map on 4 sheets :bcolor ;c103 x 75 cm, on sheet 56 x 40 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. a"10th year of Shōwa (1935)." a"Shōwa 10-nen 6-gatsu kankō." a"Dosei chōsa gishi Kamoshita Yutaka, gishu Okada Shunji, seizu Yoshida Tokuji." aIncludes list of "Dojō sokudanzu (profile of soil, scale 1:100 in meter)." 0aSoilszJapanzMie-kenvMaps. 0aGeologyzJapanzMie-kenvMaps. 0aLand capability for agriculturezJapanzMie-kenvMaps. 7aGeological maps.2lcgft 7aMaps.2lcgft2 6880-04aNōrinshō Nōji Shikenjō (Tokyo, Japan),epublisher.1 6100-01a鴨下寬,ecartographer.106245-02a大日本帝國三重縣北部土性圖 :b伊賀全國・伊勢國北部 = Agronomic map of northern part of Mie-Prefecture, Japan, Iga-Province and Northern part of Ise-Province /cby Y. Kamoshita, S. Okada. 16264-03a[Tokyo] :b農林省農事試験場,c昭和 10 [1935]2 6710-04a農林省農事試験場 (Tokyo, Japan),epublisher. a92bPUL04358ngm a22007337i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195043001200213046001500225050002500240130004700265245021800312246003200530257002400562264004900586264001100635300012100646336005000767337002300817338003000840340001900870344005500889347005100944380002700995538016001022500002601182532003401208500005301242500002601295511007801321508010301399520079601502500041302298500008002711500008802791650003102879650003402910655002602944655003002970655002603000655002603026655005403052700005703106700004803163700003503211700003803246700004003284700003903324700002503363700003403388710005103422710004603473710004103519773005203560994001203612on1390685128OCoLC20230718213016.0vd csaizs230714t20222022xxu101 vleng  a 2023600568 aDLCbengerdacDLC1 a81445602624442aVS-410bVinegar Syndrome a(OCoLC)13906851281 aengpengheng an-us-tx k19862edtf00aDVE8176(viewingcopy)0 aTexas chainsaw massacre 2 (Motion picture)14aThe Texas chainsaw massacre 2 /cThe Cannon Group, Inc. presents a Golan-Globus production of a Tobe Hooper film ; written by L.M. Kit Carson ; produced by Menahem Golan and Yoram Globus ; directed by Tobe Hooper.3 aTexas chainsaw massacre two aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (101 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1986. aTitle from container.1 aDennis Hopper, Caroline Williams, Jim Siedow, Bill Moseley, Bill Johnson. aCinematographer, Richard Kooris ; editor, Alain Jakubowicz ; music, Tobe Hooper and Jerry Lambert. a"In the dozen years since the original massacre, countless more people have vanished without a trace and, despite fears from the locals that Leatherface and his family of cannibals have resumed their murderous ways, the police seem disinterested in looking into the disappearances. But everything changes when a couple of yuppies are attacked by Leatherface while calling into a local radio show hosted by DJ Vanita "Stretch" Brock, thus blasting their ghastly murders over the airways. Fed up with the inaction from local law enforcement, ex-lawman Lt. "Lefty" Enright decides to go rogue and sets out into Texas Hill Country in a bid to finally put an end to the terror which has been gripping his community. Meanwhile, Leatherface sets his sights, and chainsaw, on Stretch..."--Container. aSpecial features: brand new commentary track with historian and film critic Patrick Bromley; commentary track with director Tobe Hooper; commentary track with actors Bill Moseley, Caroline Williams and special effects makeup creator Tom Savini; commentary track with director of photography Richard Kooris, production designer Cary White, script supervisor Laura Kooris, and property master Michael Sullivan. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 14, 2023. 0aCannibalismzTexasvDrama. 0aSerial murderszTexasvDrama. 7aSlasher films.2lcgft 7aDark comedy films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aHooper, Tobe,d1943-2017,efilm director,ecomposer.1 aGolan, Menahem,d1929-2014,efilm producer.1 aGlobus, Yoram,efilm producer.1 aCarson, L. M. Kit,escreenwriter.1 aHopper, Dennis,d1936-2010,eactor.1 aWilliams, Caroline,d1957-eactor.1 aSiedow, Jim,eactor.1 aMoseley, Bill,d1951-eactor.2 aCannon Group,eproduction company,epresenter.2 aGolan-Globus (Firm),eproduction company.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01776njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003400150035002200184041001800206042001400224100004700238245003100285264004800316300004900364336003700413337002300450338003100473340001900504344001800523344001500541344002300556344001900579500034000598546004500938500002800983511004001011505018201051650001601233650001901249655002301268655003901291994001201330on1390685142OCoLC20230718213016.0sd bsmennmplud230712s2022 stkfmnn n eng d a 2023627520 aTDFbengerdacDLC30a506044612839802aLSSN083bNight School Records a(OCoLC)13906851420 dengdhundslo alccopycat1 aMede, Adela,d1995-eperformer,ecomposer.10aSzabadság /cAdela Mede. 1a[Scotland] :bNight School Records,c[2022] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aSlovak-Hungarian musician Adela Mede explores the interplay between voice and technology with field recordings. She sings in three languages (Slovak, Hungarian and English). Intimate ambient utterances with themes of spiritual growth accompanied by experimental electronics with a wide scope of influences; from minimalism to folklore. aWords in English, Hungarian, and Slovak. aTitle from disc labels.0 aAdela Mede ; additional performers.0 aHáromszorra jövök össze -- Interlude I -- Spolu -- Interlude II -- Gyöngyvirág -- Interlude III -- Sloboda -- Na jar sa všetko roztopí -- Voda sa vráti tiež. 0aFolk music. 0aAmbient music. 7aFolk music.2lcgft 7aAmbient music (Electronica)2lcgft a92bPUL01350nem a2200349 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181050002300203052000900226110007500235245005000310255007200360264007400432300003400506336004000540337002800580338002600608500005800634500003000692500001900722500014200741650004800883650004000931655001700971994001200988on1390685143OCoLC20230718213016.0aj canzn230717s1980 txua a 0 eng  a 2023587333 aDLCbengerdacDLC1 aab2431250dW1000000eW0660000fN0440000gN0240000 a(OCoLC)139068514300aG3701.P4 1980b.T7 a37012 aTranscontinental Gas Pipe Line Corporation,ecartographer,epublisher.10aSystem map shwoing gas supply and sales area. aScale approximately 1:2,431,250.c(W 100°--W 66°/N 44°--N 24°). 1a[Houston, Tex.] :bTranscontinental Gas Pipe Line Corporation,c1980. a1 map :bcolor ;c147 x 71 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aCovers area from central Texas through eastern Maine. aRelief shown by contours. a"August 1980." aIncludes U.S. map showing main gas line, list to sales and purchase stations by state and inset of the Philadephia/New York city regions. 0aNatural gas pipelineszUnited StatesvMaps. 0aGas producerszUnited StatesvMaps. 7aMaps.2lcgft a92bPUL00914njm a22002535a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109020001800127020001500145035002200160042001000182100003000192245009600222260004400318300004100362500001800403505019400421500003300615994001200648on1390685149OCoLC20230718213016.0sd fsngnnmmned120308s2010 mw zznn n eng  a 2011349945 aDLCbengcDLC a9789990896909 a9990896909 a(OCoLC)1390685149 alcode1 aPhoya, Michael M'tisunge.10aFinding realityh[sound recording] :bshort stories inspired by Malawi /cMichael M. Phoya. a[Blantyre] :bMichael M. Phoya,cc2010. a1 sound disc :bdigital ;c4 3/4 in. aCompact disc.0 aPrologue -- Life! -- Burnt bridges -- The lesson -- Nostalgia -- Finding reality -- Dying in time -- Malawian blue -- Requiem for a past -- Sober eyes of Noah's dove -- One more flute song. aProduction level cataloging. a92bPUL01056njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154100004100164245002100205264004000226300004200266336003700308337002300345338003100368500001800399500002600417505021600443500003300659650001200692650003800704994001200742on1390685150OCoLC20230718213016.0sd fsngnnmnned160901s2014 bl ppnn n zxx  a 2016309032 aDLCbengerdacDLC a(OCoLC)1390685150 alcode1 aCamarero, João,d1990-eperformer.10aJoão Camarero. 1a[Brazil] :bAcari Records,c[2014?] a1 audio disc :bCD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aCompact disc. aCAP DLI 51 FY16.5DLC00aDe João pra Pernambuco --tFazenda a cama --tMimoso --tDescaso --tPasseandor(part. Cristovão Bastos) --tCaminho do sertão --tCaribeano no 3 --tColibri --tChoro --tImpressões sobre uma despedida. aProduction level cataloging. 0aChoros. 0aPopular musiczBrazily2011-2020. a92bPUL01729njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245004400284264004500328264001100373300005700384336003700441337002300478338003100501340001900532344001800551344001500569344002300584344001900607382002300626500002600649511001200675508003100687500003300718500003100751505024300782650003001025650002301055655003901078655003101117655002601148655003101174655001801205994001201223on1390685156OCoLC20230718213016.0sd fsngnnmmned230626r20182008ne ppnn n eng  a 2023617278 aDLCbengerdacDLC1 a60255736428602a0602557364286bUniversal02a0602557364286bPolydor/Island a(OCoLC)13906851562 aEnigma (Musical group)ecomposer,eperformer.10aSeven lives many faces.nVII /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2008. aPressed on turquois vinyl.00tEncounters --tSeven lives --tTouchness --tThe same parents --tFata morgana --tHell's Heaven --tLa puerta del cielo --tDistorted love --tJe t'aime till my dying day --tDéjà vu --tBetween generations --tThe language of sound. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01774nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245012500283260010300408300008000511336003300591337002800624338002600652540004200678500003300720500001200753500004500765500026700810651004801077650005401125655003601179655004301215700003601258856009401294994001201388on1390685157OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023637586 aDLCbengedcrmgcDLC aH16950bU.S. Copyright Office. a(OCoLC)1390685157 aLC-DIG-stereo-1s48068bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom German club (N.W.) to burning native city, during progress of the battle July 13, 1900, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 55. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 55). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aCities & townszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48068qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48068 a92bPUL01066njm a22002895i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172100002900182245004200211264005500253300005100308336003700359337002300396338003100419500001800450505022500468500003300693650003800726994001200764on1390685170OCoLC20230718213016.0sd fsngnnmmned170817s2016 bl uunn n por  a 2017317087 aDLCbengerdacDLC3 a7892860246901 a(OCoLC)1390685170 alcode1 aRuiz, Breno,eperformer.10aCantilenas brasileiras /cBreno Ruiz. 1a[São Paulo, Brazil?] :bLaje Produtora,c[2016?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.00aMarinheiro do mar --tEstrela branca --tFlor lilás --tChoro bordado --tDança de mucama --tRoxinha --tDonana --tCaçada de onça --tModinha triste --tCanteilena sertaneja --tViola do bem querer --tRoseira. aProduction level cataloging. 0aPopular musiczBrazily2011-2020. a92bPUL01467nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001500126020001800141034005400159035002200213041002300235050002300258052000900281052000900290110006000299245008800359255006900447264004700516300004600563336004000609337002800649338002600677500004600703500009800749500002200847500004100869546006800910650002600978651001901004655002201023994001201045on1390685177OCoLC20230718213016.0aj canzn230427s1999 au bg a 0 ger  a 2023591118 aDLCbengerdacDLC a3850843491 a97838508434921 aab300000dE0093000eE0171000fN0490000gN0462000 a(OCoLC)13906851770 ageraengafreaita00aG6491.P2 1999b.F7 a6491 a64902 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aÖsterreich Massstab 1:300,000 /cKartographie u. Druck Freytag-Berndt u. Artaria. aScale 1:300,000c(E 9°30ʹ--E 17°10ʹ/N 49°00ʹ--N 46°20ʹ). 1aWien :bFreytag-Berndt u. Artaria,c[1999] a1 map :bboth sides, color ;c108 x 94 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aIncludes distance chart, Austrian & International license plate codes, and emergency numbers. a"02/1999 993214." aLC copy imperfect: lacks cover.5DLC aText in German. Legend in German, English, French, and Italian. 0aRoadszAustriavMaps. 0aAustriavMaps. 7aRoad maps.2lcgft a92bPUL03828nkd a2200553 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148245007700160260003200237300008800269336003300357337002800390338002600418520091000444540015601354500004001510500009801550500016501648500014101813500007101954506003602025545013902061555007902200600003702279600006902316610005802385610006202443650005002505650005102555650004702606650005102653650004902704650005002753650005802803650004802861655004502909655004402954655003902998773009503037856006103132856006903193994001203262on1390685178OCoLC20230718213016.0kh b|o230717q19241926bu nnn kneng  a 2023631491 aDLCbengedcrmgcDLC a(OCoLC)1390685178 ae-bu---00a[Bulgarian Red Cross School, Sofia, Bulgaria, ca. 1924-1926]h[graphic]. c[between ca. 1924 and 1926] a30 photographs :bgelatin silver prints ;cpages 33 x 24 cm, photographs 7 x 12 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs chiefly show the Bulgarian Red Cross School for nurses located in Sofia, Bulgaria. Some images show exterior views of the school and the nearby Vitosha mountain. Images depict nurses and nursing students in school, in a hospital, in dining room, at tea, and "Bulgarian instructors." Many photos show nurses posed in group portraits. Individuals identified include Rachel Torrance, the first American director of the school; Miss N. Nicoloua, "Secretary"; and "interpreter" Miss B. Christova. Other photographs show a trip to the "Sanitarium of Jskrotz" including the staff, "Judge Payne" and visitors posed in groups outside. Also depicted is the Bulgarian Red Cross Hospital which was connected to the nursing school, including exterior views of the building, doctors, nurses, and surgical staff. Identified people are superintendant "Dr. Karakasheff", and "Sisters Alexsandrova & Kirinkova." aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title devised by Library staff. aMost photographs are captioned in English. Captions on first page are faded and hard to read. aOn paper slip: "Bulgaria Miss Noyes File." American nurse Clara Dutton Noyes (1869-1936) headed the American Red Cross department of nursing during World War I. aFor more information see: "Department of Red Cross Nursing," Clara D. Noyes, The American Journal of Nursing, Vol. 23, No. 3, Dec. 1922. aPages were probably once part of an album, but have been disbound.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300110aTorrance, Rachel C.,d1886-1937.14aNoyes, Clara D.q(Clara Dutton),d1869-1936xAssociated objects.24aAmerican National Red CrossxPeoplezBulgariazSofia.24aAmerican National Red CrossxFacilitieszBulgariazSofia. 4aAmericansxHealth & welfarezBulgariazSofia. 4aBulgariansxHealth & welfarezBulgariazSofia. 7aNurseszBulgariazSofiay1920-1930.2lctgm 7aPhysicianszBulgariazSofiay1920-1930.2lctgm 7aStudentszBulgariazSofiay1920-1930.2lctgm 7aHospitalszBulgariazSofiay1920-1930.2lctgm 7aMedical educationzBulgariazSofiay1920-1930.2lctgm 7aSchoolszBulgariazSofiay1920-1930.2lctgm 7aGelatin silver printsy1920-1930.2gmgpc 7aPortrait photographsy1920-1930.2gmgpc 7aGroup portraitsy1920-1930.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01294ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245006100163264007300224300004700297336003500344337002800379338002700407490002900434500003500463500001900498500003600517546002000553650003500573655003000608655003000638655001900668700003300687730007700720773012300797994001200920on1390685191OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561401 aDLCbengerdacDLC a(OCoLC)1390685191 apcc00aML31b.C59505a"The critical age" /cmusic compiled by E. Jessup Smith. 1aNew York City :bCameo Music Service Corporation,c[not before 1923] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aSmith, E. Jessup,ecompiler.0 iMusic for motion picture (work):aGlengarry school days (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 46w(DLC) 2018571961 a92bPUL01329ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012600163246002100289264007300310300004700383336003500430337002800465338002700493490002900520500003500549546002000584650003500604655003000639655003000669655001900699700004700718730007900765773012300844994001200967on1390685192OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561435 aDLCbengerdacDLC a(OCoLC)1390685192 apcc00aML31b.C59500aGreater thematic music cue sheet for "Fast and furious" with Reginald Denny, a Universal special /cby James C. Bradford.30aFast and furious 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (8 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFast and furious (Motion picture : 1927)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 30w(DLC) 2018571961 a92bPUL01583nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001300241110007100254245015200325246001700477246003400494255007000528264008500598300005500683336004000738337002800778338002600806500002200832500003900854500003400893500005100927500008200978546004601060650004501106655002201151994001201173on1390685193OCoLC20230718213016.0aj canzn230707s1991 sa a 1 eng  a 2023591372 aDLCbengerdacDLC1 aab1500000dE0230000eE0290000fS0300000gS0350000 a(OCoLC)13906851930 aengaafr00aG8503.E2P2 1991b.A9 a8503bE22 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Eastern Cape =bAARSA reisdiens, Oos-Kaapland /ccompiled, drawn and published by the Automobile Association of South Africa.30aEastern Cape31aAARSA reisdiens, Oos-Kaapland aScale 1:1,500,000. 1 cm = 15 kmc(E 23°--E 29°/S 30°--S 35°). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1991] a1 map :bcolor ;c39 x 47 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner: PM-2 (PM-1). aIn lower left corner: 915/24. aIncludes coverage map and color illustrations. aText, descriptive index to points of interest, and road tolls chart on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazEastern CapevMaps. 7aRoad maps.2lcgft a92bPUL04711nkd a2200589 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148110005300160242003400213245011200247260001100359300011100370336003300481337002800514338002600542520132300568540015601891500003702047500004202084500028002126500030802406500011302714500007102827500005502898506003602953545013902989555007903128611006503207610006303272650005003335650005503385650004503440651005403485650005103539650004903590650003703639650004103676650004003717650004103757655004103798655004503839773009503884856006103979856006904040994001204109on1390685194OCoLC20230718213016.0kh b|o230711s1918 it nnn knita  a 2023631484 aDLCbengedcrmgcDLC a(OCoLC)1390685194 ae-it---2 aItaly.bDirezione generale di sanità militare.00aArmy Surgical Ambulance.yeng10aAmbulanza Chirugica d'Armata /cMinistero della Guerra Dirizione Generale di Sanità Militaireh[graphic]. c[1918] a67 photographs in 1 album :bgelatin silver prints ;calbum 26 x 36 cm, photographs 18 x 24 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show a mobile army surgical hospital (Ambulanza Chirugica d'Armata or autochir) set up in the Piazza Santo Stefano in Bologna, Italy during the National Exposition of the War (Esposizione Nazionale della Guerra) in 1918. The Depot of Surgical Army Ambulances at Bologna built the mobile hospital for the American Red Cross, on order of the Department of the Italian Surgeon General. The mobile hospital included trucks, trailers and tents containing medical facilities. Images depict facility interiors and exteriors including tents for taking in the wounded and for recovery; an operating room, a pharmacy, an X-ray room, a kitchen, a workshop, a disinfection tent with an autoclave (disinfection machine), generators and boilers, and a vehicle with litters. Also shown are medical staff carrying man on a stretcher, men assembling an operating room and two nurses with a patient on an operating table. Also included is a map of the mobile hospital display at the exposition. Mobile surgical hospitals are also depicted in other locations in Italy including Osteria di Granezza, Enego, Campi di Mezzavia, Pian del Ronchetto, Lovisce, Gabrje Gorenje, Osteria du Granezza, and Tappogliano. Two images of wounded men in tents and a map of locations of mobile hospitals on the Italian front are also included. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title transcribed from item. aPhotographs are captioned in Italian. aIncludes text in Italian describing the mobile hospital titled: "Ambulanza Chirugica d'Armata allestita per la Croce Rossa Americana dal Deposito Ambulanze Chirurgiche d'Armata" (Army Surgical Ambulance set up for the American Red Cross by the Army Surgical Ambulance Depot). aTyped on slip of paper: "For the A.R.C. Museum at Washington, D.C. Rome, June 1919. Album of photographs: with short description of "Autochir" built for the American Red Cross by the : Depot of Surgical Army Ambulances at Bologna, Italy by order of the Department of the (Italian) Surgeon General."5DLC aIncludes typed list of vehicles titled: ""The Autochir" is made out of 15 motor-trucks and 3 trailers."5DLC aPrinted on paper slip: "American Red Cross Croce Rossa Americana." aDuplicate albums are located in PR 09 LOT 15379-1.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300120aEsposizione nazionale della Guerrad(1918 :cBologna, Italy)24aAmerican National Red CrossxFacilitieszItalyy1910-1920. 4aWorld War, 1914-1918xMedical aspectszItaly. 4aWorld War, 1914-1918xExhibitionszItalyzBologna. 4aWorld War, 1914-1918xCasualtieszItaly. 4aPiazza Santo Stefano (Bologna, Italy)y1910-1920. 7aExhibitionszItalyzBolognay1910-1920.2lctgm 7aMilitary personnelzItalyy1910-1920.2lctgm 7aNurseszItalyy1910-1920.2lctgm 7aPhysicianszItalyy1910-1920.2lctgm 7aHospitalszItalyy1910-1920.2lctgm 7aWar reliefzItalyy1910-1920.2lctgm 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01798nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300009800404336003300502337002800535338002600563540004200589500003600631500006800667506018500735580006500920600007000985600007601055650005501131650005601186655004601242655003401288856009001322994001201412on1390685195OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634723 aDLCbengedcrmgcDLC a(OCoLC)1390685195 aLC-DIG-ppmsca-87332 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 20 x 19 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87332qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87332 a92bPUL00923nem a22003131i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002000163052000900183110004500192245005200237255003700289264005600326300003300382336004000415337002800455338002600483500003500509500001100544651002500555655001700580994001200597on1390685198OCoLC20230718213016.0aj canzn971105s1957 ilu a 0 eng  a 97690630  aDLCbengerdacDLC1 aab4000000 a(OCoLC)139068519800aG3700 1957b.R3 a37002 aRand McNally and Company,ecartographer.10aCentennial map of the United States of America. aScale approximately 1:4,000,000. 1a[Chicago, Ill.] :bRand McNally and Company,c1957. a1 map :bcol. ;c81 x 166 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aInsets show Alaska and Hawaii. a#331A. 0aUnited StatesvMaps. 7aMaps.2lcgft a92bPUL01832nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037006100148110003900209245011900248260010300367264001900470300008000489336003300569337002800602338002600630540004200656500003300698500004500731500026700776651003201043650004601075650004701121650005701168655003601225655004301261700003601304856009401340994001201434on1390685199OCoLC20230718213016.0kh |o|190429s1901 enknnn kneng  a 2019633834 aDLCbengedcrmgcDLC a(OCoLC)1390685199 aLC-DIG-stereo-1s19371bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aGrand Porcelain Tower, one of the splendid buildings of the Imperial Summer Palace, near Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. 4cCopyright 1901 a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 96). 4aBeijing (China)y1900-1910. 7aTowerszChinazBeijingy1900-1910.2lctgm 7aPagodaszChinazBeijingy1900-1910.2lctgm 7aCastles & palaceszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19371qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19371 a92bPUL01332ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011200163246001800275264007300293300004700366336003500413337002800448338002700476490002900503500003500532500001900567546002000586650003500606655003000641655003000671655001900701700004600720730006900766773012300835994001200958on1390685213OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561395 aDLCbengerdacDLC a(OCoLC)1390685213 apcc00aML31b.C59500aVera Reynolds in "Corporal Kate" with Julia Faye and Kenneth Thomson /cmusic compiled by Rudolph Berliner.30aCorporal Kate 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBerliner, Rudolph,d1878-1965,ecompiler.0 iMusic for motion picture (work):aCorporal Kate (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 40w(DLC) 2018571961 a92bPUL01937nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126034001300139035002200152041001300174050002300187052001300210110007100223245017800294246004600472246004900518255003400567255003400601264008700635300011100722336004000833337002800873338002600901500006500927500002200992500002001014500002101034500007701055505008801132546004601220651003301266650006001299650005701359655001701416655002201433994001201455on1390685214OCoLC20230718213016.0aj canzn230707s1983 sa g a 1 eng  a 2023591371 aDLCbengerdacDLC1 aab139001 aab60000 a(OCoLC)13906852140 aengaafr00aG8504.D8 1983b.A9 a8504bD82 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA Durban :breference and through-route map = AARSA Durban : verwysings-en deurroetekaart /ccompiled, drawn and published by the Automobile Association of South Africa.30aDurban :breference and through-route map31aAARSA Durban :bverwysings-en deurroetekaart aScale approximately 1:13,900. aScale approximately 1:60,000. 1a[South Africa] :bpublished by the Automobile Association of South Africa,c[1983] a2 maps on 1 sheet :bboth sides, color ;c31 x 49 cm and 41 x 40 cm, sheet 42 x 59 cm, folded to 21 x 9 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights on "Durban through-routes" map. aTitle from panel. aOn panel: TP-3. aOn panel: 832/9. aIncludes text, index to points of interest, and 10 maps of local routes.0 aDurban central area / Sentrale gebied Durban -- Durban through-routes / deurroetes. aText and legend in English and Afrikaans. 0aDurban (South Africa)vMaps. 0aCentral business districtszSouth AfricazDurbanvMaps. 0aRoadszSouth AfricazDurban Metropolitan AreavMaps. 7aMaps.2lcgft 7aRoad maps.2lcgft a92bPUL01433ngm a22003375a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018500160257001600345260006800361300007200429546002900501500004700530520013000577500002800707500004500735500005500780610002700835655003000862655002900892700005500921710006500976710004201041994001201083on1390685215OCoLC20230718213016.0vd bvaizu230617s2010 mz 020 vlpor  a 2023323650 aDLCbengeamimcDLC a(OCoLC)1390685215 alcode00aMoçambique independente :b25 de setembro /cRepública de Moçambique, Ministério da Cultura, Instituto Nacional de Audiovisuale e Cinema ; [distributed by] Blue Art Filmes. aMozambique. a[Maputo] :bInstituto Nacional de Audiovisual e Cinema,c[2010] a1 videodisc of 1 (ca. 20 min.) :bsd., black and white ;c4 3/4 in. aNarration in Portuguese. aOriginally released between 1976 and 1980. aNarration over video footage discussing the reorganization of Mozambican society following independence from Portuguese rule. aSource used: videodisc. a"Imagens de arquivo do Inac"--Container. a"Ministério da Informação"--Opening credits.20aFRELIMO (Organization) 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMachel, Samora,d1933-1986,eonscreen participant.2 aInstituto Nacional de Audiovisual e Cinema,efilm presenter.2 aBlue Art Filmes (Firm),edistributor. a92bPUL01306njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100006200171245006300233264004700296300003000343336003700373337002300410338003100433344001900464344001900483344001900502347002200521347001300543382002500556500002700581511004800608518006800656650003000724650001800754655002600772655001800798655002500816710004300841994001200884on1390685219OCoLC20230718213016.0sd fsngnnmmned230711s2017 xxuzznn n eng  a 2023626309 aDLCbengerdacDLC1 a195269063566 a(OCoLC)13906852191 aDunbar, Michaelc(Singer-songwriter),ecomposer,esinger.10aOn the road to Sligo /cwords and music by Michael Dunbar. 1a[United States] :bMichael Dunbar,c[2017] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen12lcmpt aTitle from disc label.0 aMichael Dunbar, lead vocal ; and Garavogue. oRecorded atpBoardwalk Entertainment, Inc., Rockaway Beach, NY. 0aPopular musicy2011-2020. 0aCeltic music. 7aPopular music.2lcgft 7aSongs.2lcgft 7aCeltic music.2lcgft2 aGaravogue (Musical group),eperformer. a92bPUL01676nem a2200445 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146050002700168052001400195110005000209245007400259255002000333264007100353264007400424300003400498336004000532337002800572338002600600490004500626500004000671650004500711650003800756650004000794655001700834710003800851880004700889880007500936880006501011880006501076880004501141880003201186994001201218on1390685220OCoLC20230718213016.0aj canzn230712s1968 ja a 0 jpn  a 2023592535 aDLCbengerdacDLC c$11 aab10000 a(OCoLC)139068522000aG7964.K54G45 1968b.T6 a7964bK542 6880-01aTōyō Chizu Gakkai,ecartographer.106880-02aKodaira-shi toshi keikakuzu :bgairo, yōto, bōka, akichi. aScale 1:10,000. 16880-03aTōkyō-to Chiyoda-ku :bTōyō Chizu Gakkai,c[1968?] 26880-04aTōkyō-to Chiyoda-ku :bKokusai Chigaku Kyōkai,c[1968?] a1 map :bcolor ;c62 x 88 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 6880-05aSantama toshi keikakuzu ;vno. 8 aIndex map, list and table on verso. 0aCity planningzJapanzKodaira-shivMaps. 0aZoningzJapanzKodaira-shivMaps. 0aLand usezJapanzKodaira-shivMaps. 7aMaps.2lcgft2 6880-06aKokusai Chigaku Kyōkai.2 6110-01a東洋地図学会,ecartographer.106245-02a小平市都市計画図 :b街路・用途・防火・空地. 16264-03a東京都千代田区 :b東洋地図学会,c[1968] 26264-04a東京都千代田区 :b国際地学協会,c[1968]0 6490-05a三多摩都市計画図;vno. 82 6710-06a国際地学協会. a92bPUL03807ngm a22007697i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041002800195046001500223050002500238245019800263246004800461257001600509264004900525264001100574300016700585336005000752337002300802338003000825340001900855344005300874347007100927380002700998538016001025500002601185532003401211546006201245500005301307500002601360511011301386508004001499520032601539500008801865500010401953500010302057500008802160650002202248650002502270650003402295650002902329650002702358655002602385655002502411655004002436655002602476655002602502655005402528700004302582700003902625700004202664700003202706700003502738700003002773700003402803700003702837710005802874710004102932773005202973994001203025on1390685254OCoLC20230718213016.0vd csaizm230713t20232023it 206 vleng  a 2023600563 aDLCbengerdacDLC1 a81445602759342aVS-433bVinegar Syndrome a(OCoLC)13906852541 aitaaengjengpenghita k19832edtf00aDVE8171(viewingcopy)02aA blade in the dark /ca National Cinematografica/Nuova Dania Cinematografica production ; directed and produced by Lamberto Bava ; story and screenplay by Dardano Sacchetti and Elisa Briganti.1 iOriginal title:aCasa con la scala nel buio aItaly.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya2 videodiscs (206 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) + 1 booklet (38 pages : color illustrations) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.66:1).1 aClosed captioning in English. aIn Italian or dubbed English. Optional English subtitles. aOriginally produced as a motion picture in 1983. aTitle from container.1 aAndrea Occhipinti, Anny Papa, Fabiola Toledo, Michele Soavi, Valeria Cavalli, Stanko Molnar, Lara Naszinsky. aMusic, Guido & Maurizio De Angelis. aA composer working on the score for a new horror film rents an isolated villa. But when several beautiful young women are brutally murdered within the house, he becomes obsessed with solving the crimes. The killer's identity may be hidden in the film, or it there may be a more horrifying secret lurking deep in the dark. aContains the extended Italian TV edit (109 min.) and the theatrical edit (97 min.). aSpecial features: commentary track with The Hysteria Continues; commentary track with Kat Ellinger. aAlso includes a Blu-ray copy of the movie (both edited versions) with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aComposersvDrama. 0aHorror filmsvDrama. 0aWomenxCrimes againstvDrama. 0aSerial murderersvDrama. 0aSuburban homesvDrama. 7aSlasher films.2lcgft 7aHorror films.2lcgft 7aDetective and mystery films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aBava, Lamberto,d1944-efilm director.1 aSacchetti, Dardano,escreenwriter.1 aBriganti, Elisa Livia,escreenwriter.1 aOcchipinti, Andrea,eactor.1 aSoavi, Michele,d1957-eactor.1 aCavalli, Valeria,eactor.1 aDe Angelis, Guido,ecomposer.1 aDe Angelis, Maurizio,ecomposer.2 aNational Cinematografica (Firm),eproduction company.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01069nem a2200313 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181050002300203052000900226245013300235255005600368264005200424300003300476336004000509337002800549338002600577650003400603650003200637650003300669655001700702700002400719994001200743on1390685262OCoLC20230718213016.0aj canzn230713s1972 gw a 0 ger  a 2023585555 aDLCbengerdacDLC1 aab3500000dE0610000eE0740000fN0380000gN0300000 a(OCoLC)139068526200aG7631.J5 1972b.A4 a763100aAfghanistan :bNaturräumliche möglichkeiten der weidewirtschaft /cKartographie, G. Koch Pfarrkirchen ; Entwurf Ch. Jentsch. aScale 1:3,500,000c(E 61°--E 74°/N 38°--N 30°). 1a[Germany] :b[publisher not identified],c1972. a1 map :bcolor ;c38 x 30 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier 0aLivestockzAfghanistanvMaps. 0aGrazingzAfghanistanvMaps. 0aPastureszAfghanistanvMaps. 7aMaps.2lcgft1 aJentsch, Christoph. a92bPUL01584njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100003600171245003900207264004000246300003000286336003700316337002300353338003100376344001900407344001900426344001900445347002200464347001300486382015800499500002600657511019200683518004000875505014400915650002701059655002301086655001801109710004701127994001201174on1390685275OCoLC20230718213016.0sd fsngnnmmned230713s2016 xxurcnn n eng  a 2023626326 aDLCbengerdacDLC1 a678572232046 a(OCoLC)13906852751 aThomasX,ecomposer,eperformer.10aEnnui go :bdark /cSaint ThomasX. 1a[United States] :bThomasX,c[2016] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01asingern1dguitarn1dpercussionn1aguitarn1dkeyboard instrumentn1abass guitarn1ddouble bassn1adrum setn1asteel guitarn1aviolinn1s62lcmpt aTitle from container.0 aSaint ThomasX (ThomasX, voice guitar, percussion ; Jonas Wilson, guitar, keys ; Zac Arnault, eletric & upright bass ; Don Clark, drums ; Ricky Ray Jackson, pedal steel ; Violinda, violin. oRecorded atpSkeleton Farm Studios.00tEnnui go --tWe get what we hate for --tManic recession --tRun reverend run --tMother's demons --tSing on your grave --tDr. Destructo. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aSaint ThomasX (Musical group),eperformer. a92bPUL01280njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177245005200199246005500251246001600306264004400322264001200366300004100378336003700419337002300456338003100479344001900510344001900529344001900548347002200567347001300589500002700602511001800629505012900647650003000776655002600806700003800832994001200870on1390685276OCoLC20230718213016.0sd fsngnnmmned230714t20192019tnucynn n eng  a 2023628010 aDLCbengerdacDLC1 a19439712592402a19439-71259-2bMonument a(OCoLC)139068527600a8 tracks.nVol 3,pBlack sheep /cWalker Hayes.1 iTitle on container:a8tracks.nVol 3,pBlack sheep30aBlack sheep 1a[Nashville, Tenn.] :bMonument,c[2019] 4c℗2019 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aWalker Hayes.0 aBlack sheep -- Love hate -- Dad's sailboat -- Chapel -- Goldest -- Wish I could drink -- Acceptance speech -- Don't let her. 0aCountry musicy2011-2020. 7aCountry music.2lcgft1 aHayes, Walker,d1979-eperformer. a92bPUL01771ndm a22004094i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117050002300139100005500162240002900217245009400246264006300340300003100403336003000434337002500464338002300489382003800512500005000550500001200600546001900612500001700631546002000648500011000668500012900778500023400907541004701141600004701188650003501235655001801270655002201288700003901310994001201349on1390685277OCoLC20230718213016.0170424s1958 causgl n eng  a 2017560003 aDLCbengerdacDLC a(OCoLC)139068527700aML96b.C34 no. 1781 aCastelnuovo-Tedesco, Mario,d1895-1968,ecomposer.10aLittle songs.pSoliloquy10aSoliloquy :bfor voice and piano /cMario Castelonuovo-Tedesco ; poems by Ulric Devaré. 0aBeverly Hills, Calif. :bMario Castelnuovo-Tedesco,c1958. a1 score (3 pages) ;c34 cm anotated music2rdacontent aunmediated2rdamedia avolume2rdacarrier01ahigh voicen1apianon1s22lcmpt aDyeline copies of the composer's authographs. aIn ink. aEnglish words. aCover title. bStaff notation. aDyline copy of musical manuscript signed and dated. Signed, "Mario Beverly Hills Calif. Nov. 16th, 1958." aWith a signed inscription to the poet, Ulric Devaré, "an early Christmas card from his friend Mario Nov. 20, 1958"--Cover. aPastrale: Dyline copy of the composer's autograph musical manuscript. With a signed inscription to the poet, Ulric Devaré, from the composer: "To Ulric-a late Xmas card-with all best wishes for the New Year! Mario, Dec., 1958." cPurchase;aJ & J Lubrano;dMarch 13, 2012.10aDe Vaere, Ulric,d1932-vMusical settings. 0aSongs (High voice) with piano. 7aSongs.2lcgft 7aArt music.2lcgft1 aDe Vaere, Ulric,d1932-elyricist. a92bPUL01883ncm a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013000163246000800293264007300301300004700374336003500421337002800456338002700484490002900511500003500540500001900575500003600594546002000630650003500650655003000685655003000715655001900745700004600764730005900810773012300869776026400992787021701256994001201473on1390685278OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561394 aDLCbengerdacDLC a(OCoLC)1390685278 apcc00aML31b.C59500aPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong /ccompiled by Rudolph Berliner.30aCop 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBerliner, Rudolph,d1878-1965,ecompiler.0 iMusic for motion picture (work):aCop (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 39w(DLC) 201857196108iReproduced as (manifestation):tPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057085908iRelated item of manifestation:tPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong.dNew York City : Cameo Music Service Corporation, [not before 1928]w(DLC) 2022561393 a92bPUL01255ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245006900163246001300232264007300245300004700318336003500365337002800400338002700428490002900455500003500484546002000519650003500539655003000574655003000604655001900634700004700653730007100700773012200771994001200893on1390685279OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561456 aDLCbengerdacDLC a(OCoLC)1390685279 apcc00aML31b.C59500aHarold Llyod in "The freshman" /ccompiled by James C. Bradford.30aFreshman 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFreshman (Motion picture : 1925)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 1w(DLC) 2018571961 a92bPUL00910nem a22003131i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002100163052000900184110004500193245004300238255003700281264005600318300003300374336004000407337002800447338002600475500003100501500001000532651002500542655001700567994001200584on1390685280OCoLC20230718213016.0aj canzn971105s1957 ilu a 0 eng  a 97690631  aDLCbengerdacDLC1 aab4000000 a(OCoLC)139068528000aG3700 1957b.R31 a37002 aRand McNally and Company,ecartographer.10aVacationland map of the United States. aScale approximately 1:4,000,000. 1a[Chicago, Ill.] :bRand McNally and Company,c1957. a1 map :bcol. ;c82 x 124 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aModified Conic projection. a#298. 0aUnited StatesvMaps. 7aMaps.2lcgft a92bPUL02839nkd a2200445 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126245004500148260002800193300011100221336003300332337002800365338002600393520078300419540015601202500004001358500003501398500009401433506003601527545013901563555007901702610004701781650003801828650004101866650003801907650004801945650003501993655004502028655004402073655003902117773009502156856006102251856006902312994001202381on1390685281OCoLC20230718213016.0kh b|o230717q19241922xx nnn knund  a 2023631492 aDLCbengedcrmgcDLC a(OCoLC)139068528100a[American Red Cross pageant]h[graphic]. c[between 1917 and 1922] a32 photographs in 1 album :bgelatin silver prints ;calbum 25 x 33 cm, photographs 22 x 28 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show adults and children performing in an American Red Cross pageant, possibly in the Philippines or Japan. Included are portraits of participants offstage and performing on stage with a band and piano. Some people portray different countries such as a woman draped in an American flag, a woman holding a shield with the British Union Jack and a woman wearing a Liberty Cap depicting France. Also shown are a woman wearing a kimono and group portraits of Japanese? local Red Cross staff. The Red Cross flag, the United States flag, the British flag and Japanese flag and others are displayed across the stage. Also visible are posters for the Third Liberty Loan campaign, as well as banners and flags with the backward swastika. One view of the audience is included. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title devised by Library staff. aPhotographs are not captioned. aFront board of the album cover is detached. A few pages are also detached from the spine.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxPeoplezAsia. 7aPageantszAsiay1920-1930.2lctgm 7aWar posterszAsiay1920-1930.2lctgm 7aCostumeszAsiay1920-1930.2lctgm 7aStages (Platforms)zAsiay1920-1930.2lctgm 7aFlagszAsiay1920-1930.2lctgm 7aGelatin silver printsy1920-1930.2gmgpc 7aPortrait photographsy1920-1930.2gmgpc 7aGroup portraitsy1920-1930.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL00920njm a22002895i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182100003400194245006800228264008900296300005100385336003700436337002300473338003100496500001800527500003300545700004000578994001200618on1390685296OCoLC20230718213016.0sd fsngnnmmned170817s2016 bl uunn n por  a 2017317620 aDLCbengerdacDLC3 a7898936520357 a(OCoLC)1390685296 alcode as-bl---1 aLacerda, César,eperformer.12aO meu nome é qualquer um /cCésar Lacerda e Romulo Fróes. 1a[São Paulo, Brazil] :bCircus Produções e Fonográficas :bYB Music,c[2016?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc. aProduction level cataloging.1 aFróes, Romulo,d1971-eperformer. a92bPUL01301njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245002900171264008200200300003000282336003700312337002300349338003100372344001900403344001900422344001900441347002200460347001300482382002700495500002600522511004900548505021100597650003000808655002600838655001800864700003300882994001200915on1390685346OCoLC20230718213016.0sd fsngnnmmned230713s2019 xx ppnn n eng  a 2023626342 aDLCbengerdacDLC1 a700261458328 a(OCoLC)139068534600aSounds from outer space. 1a[Place of publication not identified] :b[publisher not identified],c[2019?] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from container.0 aCamille Abordo, vocals ; with accompaniment.00tFly away --tAttitude dude --tSounds from outer space --tI need my space --tAlien --tImaginary conversations --tAria --tMonopoly --tForces --tMade with love --tConcrete jungle --tYou can't see me. 0aPopular musicy2011-2020. 7aPopular music.2lcgft 7aSongs.2lcgft1 aAbordo, Camille,eperformer. a92bPUL01186njm a22002777a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127041001300149042001000162245004300172260004400215300004100259490002400300546003100324500023800355500007500593500001800668505017700686500003300863994001200896on1390685347OCoLC20230718213016.0sd fsngnnmmned220307s2011 mw sgnn n eng  a 2022322033 aDLCbengcDLC a(OCoLC)13906853470 dengdnya alcode00aHIV is not a crimeh[sound recording]. a[Lilongwe] :bIn Tune for Life,cc2011. a1 sound disc :bdigital ;c4 3/4 in.0 aTitenge udindo ;v2 aSung in English and Chewa. aThe album is mastered in the UK, and distributed through Christian Aid in Lilongwe.The music in the album is focussed on HIV awareness and addressing some of the social issues that surround it like domestic violence, rape and stigma. aAccompanying insert contains background information about the project. aCompact disc.0 aHIV is not a crime -- There's a way out -- Ukayezetse -- Moyo waulele -- Dear son -- Kuzengeleza -- Musachite nkhaza -- Ndifwenge -- Langizo langa -- Ndinthawi inalembedwa. aProduction level cataloging. a92bPUL00819njm a22002657a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002500127035002200152042001000174100001900184245004800203260003600251300004100287500002700328546003200355500001800387505010300405500003300508994001200541on1390685443OCoLC20230718213016.0sd fsngnnmmned190716s2018 rh ppnn n nde  a 2019351138 aDLCbengcDLC02aDSLN22bAsakhe Music a(OCoLC)1390685443 alcode1 aNcube, Likhwa.10aNgaliweh[sound recording] /cLikhwa Ncube. aHarare :bAsakhe Music,cp2018. a1 sound disc :bdigital ;c4 3/4 in. aPopular Ndebele music. aSung in Ndebele (Zimbabwe). aCompact disc.0 aMama -- Ngiqome -- Nomalanga -- BakoKhumalo -- Kheth omthandayo -- S'thandana sobabili -- Ngaliwe. aProduction level cataloging. a92bPUL01374ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015800163246001700321264007300338300004700411336003500458337002800493338002700521490002900548500003500577500001900612546002000631650003500651655003000686655003000716655001900746700004400765730006800809773012300877994001201000on1390685444OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561437 aDLCbengerdacDLC a(OCoLC)1390685444 apcc00aML31b.C59500aJohn C. Flinn presents "Fifth avenue," a Robert G. Vignola special with Marguerite de la Motte and Allen Forrest /cmusic compiled by Dr. Edward Kilenyi.30aFifth Avenue 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aFifth Avenue (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 32w(DLC) 2018571961 a92bPUL01743njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245003300284264004500317264001100362300005700373336003700430337002300467338003100490340001900521344001800540344001500558344002300573344001900596382002300615500002600638511001200664508003100676500003300707500003300740505026600773650003001039650002301069655003901092655003101131655002601162655003101188655001801219994001201237on1390685445OCoLC20230718213016.0sd fsngnnmmned230626r20182006ne ppnn n eng  a 2023617277 aDLCbengerdacDLC1 a60255736416302a0602557364163bUniversal02a0602557364163bPolydor/Island a(OCoLC)13906854452 aEnigma (Musical group)ecomposer,eperformer.10aA posteriori.nVI /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2006. aPressed on clear pink vinyl.00tEppur si muove --tFeel me Heaven --tDreaming of Andromeda --tDancing with Mephisto --tNorthern lights --tInvisible love --tMessage from Io --tHello and welcome --t20,000 miles over the sea --tSitting on the moon --tThe alchemist --tGoodbye milky way. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01860nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245032800272246007000600255002000670264007600690300010600766336004000872337002800912338002600940490001900966546003100985500009001016880033101106880007301437994001201510on1390685446OCoLC20230718213016.0aj canzn230712s2022 ti a f 0 fre  a 2023364814 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390685446 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pJebel Serj =bKharīṭat Tūnis al-jiyūlūjīyah.pJabal al-Sirj /cles levés géologiques ont été effectués par Moez Mansoura ; la rédaction a été assurée par Moez Mansoura et Mohamed Mhdhabi ; révision Lassad Chihi, Hayet Khayati et Mohamed Raouf Karray.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pJabal al-Sirj aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2022] a1 map :bcolor ;c43 X 66 cm. on sheet 55 X 88 cm. folded in cover 20 X 16 cm +e1 booklet (54 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 54 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pJebel Serj =bخريطة تونس الجيولوجية.pجبل السرج /cles levés géologiques ont été effectués par Moez Mansoura ; la rédaction a été assurée par Moez Mansoura et Mohamed Mhdhabi ; révision Lassad Chihi, Hayet Khayati et Mohamed Raouf Karray.316246-02aخريطة تونس الجيولوجية.pجبل السرج a92bPUL01508ndm a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094017004500117035002200162042000800184050001200192100004400204245006300248246002200311264001100333300004100344300002100385336003500406336002600441337002800467338002600495382001800521500009200539500018400631546001900815546002000834500004100854500006000895650003000955655001900985655001801004655002601022700002601048994001201074on1390685480OCoLC20230718213016.0230711s1923 xx ppl d n eng  a 2022560127 aDLCbengerdacDLC aE576379bU.S. Copyright Officed19231024 a(OCoLC)1390685480 apcc00aM1630.21 aEllington, Duke,d1899-1974,ecomposer.10aBlind man's buff /cwritten by J.H. Trent, Duke Ellington.1 aBlind man's bluff 0c[1923] a1 score (1 unnumbered leaf) ;c32 cm a1 sheet ;c28 cm anotated musicbntm2rdacontent atextbtxt2rdacontent aunmediatedbn2rdamedia asheetbnc2rdacarrier11asinger2lcmpt aNotated music is a manuscript, in ink; lyrics printed separately on a typescript sheet. aTitle from caption on score; originally written as Blind man's bluff, but the letter l in the word bluff subsequently crossed out; title on typescript printed as Blind man's buff. aEnglish words. bStaff notation. aMusic by Ellington, lyrics by Trent. aEarliest known copyright deposit of music by Ellington. 0aPopular musicy1921-1930. 7aScores.2lcgft 7aSongs.2lcgft 7aPopular music.2lcgft1 aTrent, Jo,elyricist. a92bPUL03610ngm a22007457i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028003000144028003200174035002200206041002800228046001500256050002500271245016100296246006100457246005200518250002800570257001700598264004900615264001100664300011900675336005000794337002300844338003000867340001900897344005300916347007100969380002701040538016001067500002601227532003401253546008401287500005201371500005301423500002601476511012001502508009601622520016701718500008001885500014701965521003802112500008802150650002502238650002002263650001702283655003902300655003902339655003102378655003102409655002602440655002602466655005402492700008902546700004002635700004502675700003902720710004102759773005202800994001202852on1390685481OCoLC20230718213016.0vd csaizm230712t20222022sw 108 vlswe  a 2023600552 aDLCbengerdacDLC1 a81445602541442aVS-396AbVinegar Syndrome42aVS-396UHDbVinegar Syndrome a(OCoLC)13906854811 asweaengjengpenghswe k19732edtf00aDVE8020(viewingcopy)00aThriller, a cruel picture /cBo A. Vibenius presents ; screenplay by Bo A. Vibenius ; produced by Bo A. Vibenius ; directed by Alex Fridolinski ; BAV Films.1 iFormerly released in the U.S. as:aThey call her one eye1 iOriginal language title:aThriller en grym film aUncut festival version. aSweden.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (108 min.) :bsound, color ;c4 3/4 in.e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aAspect ratio, 1.66:1.1 aClosed captioning in English. aSwedish with optional English subtitles, or optional dubbed English soundtrack. aBased on an original story by Alex Fridolinski. aOriginally produced as a motion picture in 1973. aTitle from container.1 aChristina Lindberg, Heinz Hopf, Per Axel Arosenius, Solveig Andersson, Bjorn Kristiansson, Marie Louise Mannervall. aDirector of photography, Andreas Bellis ; music, Ralph Lundsten ; editor, Brian Wikström. a"A young woman, rendered mute after a childhood sexual assault, is trained to seek violent revenge on those who kidnapped and forced her into prostitution"--IMDb. aIncludes commentary track with author and critic Alexandra Heller-Nicholas. aAlso includes two Blu-ray videodiscs with a copy of the movie and the English dubbed theatrical version. Includes additional special features. aContains explicit sexual content. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aMute personsvDrama. 0aRevengevDrama. 0aRapevDrama. 7aAction and adventure films.2lcgft 7aThrillers (Motion pictures)2lcgft 7aPornographic films.2lcgft 7aExploitation films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aVibenius, Bo Arne,d1943-epresenter,efilm director,efilm producer,escreenwriter.1 aLindberg, Christina,d1950-eactor.1 aArosenius, Per-Axel,d1920-1981,eactor.1 aLundsten, Ralph,d1936-ecomposer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01444njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003200149035002200181042001400203245005200217246002500269264005100294264001100345300005000356336003700406337002300443338003100466340001900497344001800516344001500534344002300549344001900572500002600591511001400617518011500631505009700746650002700843650002800870655002300898655003500921710004200956994001200998on1390685485OCoLC20230718213016.0sd bsmennmplud230712p20212020xxkrcnn n eng d a 2023627516 aTDFbengerdacDLC10a60456558011502aHMRLP014bHive Mind Records a(OCoLC)1390685485 alccopycat00aEau'd to a fake bookie.nVol 1 & 2 /cWet Tuna.3 aOde to a fake bookie 1a[United Kingdom] :bHive Mind Records,c[2021] 4c©2021 a2 audio discs :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from container.0 aWet Tuna. oRecordedd2020 January and spring/summerpGreen Extensions, Sweet Pond, Hotel Bardo, Fort Future, Spacemind 2.0 aWhen I get home -- Water train -- Fallin' like fominoes ; THTC -- Deal>Dealin' ; Baudelaire. 0aRock musicy2011-2020. 0aPsychedelic rock music. 7aRock music.2lcgft 7aPsychedelic rock music.2lcgft2 aWet Tuna (Musical group),eperformer. a92bPUL00977njm a22003135i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172100003500182240002300217245009600240246001500336264005400351300004200405336003700447337002300484338003100507500001800538500003300556650003800589700002400627994001200651on1390685548OCoLC20230718213016.0sd fsngnnmnned160926s2016 bl ppnn n por  a 2016309156 aDLCbengerdacDLC3 a7898539573200 a(OCoLC)1390685548 alcode1 aSilva, Abel,d1943-ecomposer.10aSongs.kSelections10aA bel prazer Abel Silva :bletras e canções inéditas /cSimone [and thirteen others].3 aAbel Silva 1a[Rio de Janeiro, Brazil] :bBiscoito Fino,c2016. a1 audio disc :bCD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aCompact disc. aProduction level cataloging. 0aPopular musiczBrazily2011-2020.0 aSimone,eperformer. a92bPUL02484nkd a2200481 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148245006100160260002800221300010000249336003300349337002800382338002600410520032900436540015600765500004000921500003600961506003600997545013901033555007901172650004301251650004901294650003901343650003501382650004901417650004801466650004101514650004101555655004401596655003901640655004101679655004501720773009501765856006101860856006901921994001201990on1390685549OCoLC20230718213016.0kh b|o230711q19171919it nnn knund  a 2023631485 aDLCbengedcrmgcDLC a(OCoLC)1390685549 ae-it---00a[Activities at a child care facility, Italy]h[graphic]. c[between 1917 and 1919] a23 photographs in 1 album :bgelatin silver prints ;calbum 23 x 32 cm, photographs 17 x 24 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show children with women staff, possibly nuns, at a childcare facility. Children are depicted seated and standing outdoors, in a classroom, listening to a woman play a keyboard instrument outside, eating indoors and outdoors, posed with gardening tools, outside a large building and walking in a circle outdoors. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title devised by Library staff. aNo captions or text with album.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001 4aWorld War, 1914-1918xChildrenzItaly. 4aWorld War, 1914-1918xSocial aspectszItaly. 7aChildrenzItalyy1910-1920.2lctgm 7aNunszItalyy1910-1920.2lctgm 7aInstitutional carezItalyy1910-1920.2lctgm 7aEating & drinkingzItalyy1910-1920.2lctgm 7aClassroomszItalyy1910-1920.2lctgm 7aWar reliefzItalyy1910-1920.2lctgm 7aPortrait photographsy1910-1920.2gmgpc 7aGroup portraitsy1910-1920.2gmgpc 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL03352ngm a22003613a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245011000160246008400270257001200354260008400366300008400450490002800534520018700562500003100749505041000780505027901190505030801469505093701777508006302714655003002777655002102807655003002828700003402858710008602892994001202978on1390685702OCoLC20230718213016.0vd cvaiz|230617s2010 ao 360 vlpor  a 2023323649 aDLCbengeamimcDLC a(OCoLC)1390685702 alcode00aPoligamia ou adultério? :bmesa redonda, 5 de Março de 2010 /cFundação António Agostinho Neto.1 iTitle from container and disc label:aMesa redonda :bpoligamia ou adultério? aAngola. aLuanda, República de Angola :bFundação António Agostinho Neto,c[2010] a4 videodiscs of 4 (DVD) (ca. 360 min.) :bsd., col. ;c4 3/4 in.3viewing copy.0 aDíalogos em família aVideorecording of the proceedings of a conference on polygamy and the Angolan family, sponsored by Fundação António Agostinho Neto and held in Luanda, Angola, on March 5, 2010. aTitle from opening screen.0 aParte 1. Discurso de abertura dos diálogos em família / Dra. Guilhermina Prata, Ministra da Justiça -- Encenação com Luí́s Dias e Josefina Dias -- O fundamento da família: como casal constrói a família / Frei João Domingos, teólogo -- Dr. Pedro Fançony, jurista: Moderador -- Algumas reflexões a poligamia na sociedade Angolana / Dra. Fátima Viegas, socióloga -- Diálogos.0 aParte 2. Algumas reflexões sobre a poligamia / Dra. Fátima Viegas, socióloga -- Dr. Pedro Fançony, jurista: Moderador -- Poligamia ou adultério, âmbito cultural Bantu / Dr. Makuta Nkondo, biólogo -- Dr. Artur Filipe Vidal, historiador: Moderador -- Diálogos.0 aParte 3. Sistemas de acasalamento nos animais / Dra. Maria da Encarnação Pimenta, psicóloga -- A poligamia no Mali: pode falar-se em adultério? / Dr. Farouk Camra, sóciopedagogo e embaixador do Mali -- Poligamia e adultério, que relação? / Dr. Laurindo Vieira, sociólogo -- Diálogos.0 aParte 4. Sistemas de acasalamento nos animais / Dra. Maria da Encarnação Pimenta, psicóloga -- Poligamia e adultério, que relação? / Dr. Laurindo Vieira, sociólogo -- A poligamia no Mali: pode falar-se em adultério? / Dr. Farouk Camra, sóciopedagogo e embaixador do Mali -- A poligamia e o adultério, uma experéncia da polícia nacional na prespectiva do género / Dra. Laurinda Baptista, psicóloga e Inspectora Chefe da Polícia Nacional -- A poligamia e o adultério no âmbiti da Constituição Angolana, numa época de enormes liberdades sexuais como conjugar a liberdade, a ética e a moral? / Dra. Adélia de Carvalho, Mestre em Relações Internacionais -- Enquadramento histórico-filosófico e jurídico-político, realidade sócio-cultural da poligamia e do adultério / Dr. João Pinto Jurista -- Diálogos -- Conclusões da Mesa Redonda / Maria Dalva, mestre de cerimónias. aDirection and production, FAAN ; coordination, Irene Neto. 7aDocumentary films.2lcgft 7aSpeeches.2lcgft 7aPanel discussions.2lcgft1 aNeto, Irene Alexandra,d1961-2 aFundação Dr. António Agostinho Neto,esponsoring body,eproduction company. a92bPUL01544ncm a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094024001700117028002600134035002200160042000800182050001000190100002800200245010500228264004400333264006800377264001100445300003200456306001100488336003500499337002800534338002700562348001800589348002700607382004900634500009800683546001900781546002000800500002100820650005700841655002500898655001900923700009900942700005701041994001201098on1390685716OCoLC20230718213016.0230714t20082008aluuul n eng  a 2020564184 aDLCbengerdacDLC1 a88408821432662a08748110bHal Leonard a(OCoLC)1390685716 apcc00aM20721 aFettke, Tom,ecomposer.14aThe light medley :bwith For unto us a child is born & In the first light /carranged by Tom Fettke. 1aMobile, AL :bIntegrity Choral,c[2008] 2aMilwaukee, Wisconsin :bexclusively distributed by Hal Leonard. 4c©2008 a1 score (14 pages) ;c27 cm a000400 anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm cstaff notation2rdafmn01amixed chorusvSATBe1apianon1r1t12lcmpt aFor mixed chorus (SATB) and piano; parts for instrumental accompaniment published separately. aEnglish words. bStaff notation. aDuration: 4 min. 0aChoruses, Sacred (Mixed voices, 4 parts) with piano. 7aSacred music.2lcgft 7aScores.2lcgft1 iBased on (work):aHandel, George Frideric,d1685-1759.tMessiah.pFor unto us a child is born.1 iBased on (work):aKauflin, Bob.tIn the first light. a92bPUL01452ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245021500163246002600378264007300404300004700477336003500524337002800559338002700587490002900614500003500643500001900678546002000697650003500717655003000752655003000782655001900812700004700831730007700878773012300955994001201078on1390685717OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561416 aDLCbengerdacDLC a(OCoLC)1390685717 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a Paul Bern production "The dressmaker from Paris" with Leatrice Joy, Ernest Torrence and the fourteen international beauty models /cmusic compiled by James C. Bradford.30aDressmaker from Paris 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDressmaker from Paris (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 11w(DLC) 2018571961 a92bPUL00916njm a22002413a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109024001700127035002200144245004900166260004500215300004100260511008700301500001800388505021100406500001800617650002700635994001200662on1390685723OCoLC20230718213016.0sd fsngnnmmned140228s2009 courcnn n eng  a 2014615901 aDLCbengcDLC1 a802114273024 a(OCoLC)139068572300aBlumatchuh[sound recording] /cJerry Rasch. a[Golden, Colo.?] :bJerry Rasch,c[2009] a1 sound disc :bdigital ;c4 3/4 in.0 aJerry Rasch, guitar, vocals, harmonica, mandolin, bass ; with assisting musicians. aCompact disc.0 aWise old fool of a boy -- Suffering in stereo -- Graffiti winds -- Blumatchu -- Sleeping with a monster -- Tried -- Down at the club -- Listen here -- Suffering in the lounge -- Crescent moon -- 13 stories. aBrief record. 0aRock musicy2001-2010. a92bPUL01671nem a2200421 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001700241110007100258245016000329246002200489246003700511255007000548264008500618300005500703336004000758337002800798338002600826500002200852500003200874500003400906500003300940500005100973500005401024546004601078650004501124650004601169655002201215994001201237on1390685724OCoLC20230718213016.0aj canzn230707s1995 sa a 1 eng  a 2023591374 aDLCbengerdacDLC1 aab1500000dE0170000eE0220000fS0290000gS0350000 a(OCoLC)13906857240 aengaafr00aG8503.W4P2 1995b.A9 a8503bW4bN62 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Cape Western area =bAARSA reisdiens, Wes-Kaap gebied /ccompiled, drawn and published by the Automobile Association of South Africa.30aCape Western area31aAARSA reisdiens, Wes-Kaap gebied aScale 1:1,500,000. 1 cm = 15 kmc(E 17°--E 22°/S 29°--S 35°). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1995] a1 map :bcolor ;c47 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner: PM-1. aIn lower left corner: 954/21. aMap printed in two segments. aIncludes coverage map and color illustrations. aDescriptive index to points of interest on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazWestern CapevMaps. 0aRoadszSouth AfricazNorthern CapevMaps. 7aRoad maps.2lcgft a92bPUL02137nkd a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100004200207245018600249260003300435300006900468336003300537337002800570338002600598540015800624500003600782530008500818500010100903500015001004580009801154600006301252600003701315650005701352650005401409650004101463655003301504773010001537856009001637994001201727on1390685725OCoLC20230718213016.0kg bi|230717s1960 xxunnn kneng  a 2023631497 aDLCbengedcrmgcDLC a(OCoLC)1390685725 aLC-DIG-ppmsca-83279bDLCc(digital file from original)1 aO'Halloran, Thomas J.,ephotographer.10a[Vice President Richard M. Nixon and his wife Pat Nixon, standing on a platform, waving to a crowd at a stop during his1960 presidential campaign, Atlantic, Iowa]h[graphic] /cTOH. c09/26/60 [26 September 1960] a1 photograph :bsafety negative ;cfilm width 35mm (roll format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. For information see "U.S. News & World Report Magazine Collection,"uhttps://www.loc.gov/rr/print/res/078_usnw.html aTitle devised by Library staff. aContact sheet available for reference purposes: USN&WR COLL - Job no. 4951,b12. aRelated log book caption from USN&WR COLL - Job no. 4951: "Nixon Campaign Trip. 09/26/1960 TOH." aRelated log book caption from USN&WR COLL - Job no. 4951: "Nixon campaign trip Frames 4-31 - Box picnic and rally at Atlantic, Iowa TOH 9-26-60." aForms part of: U.S. News & World Report Magazine Photograph Collection (Library of Congress).14aNixon, Richard M.q(Richard Milhous),d1913-1994xTravels.14aNixon, Pat,d1912-1993xTravels. 7aPresidential electionszIowazAtlanticy1960.2lctgm 7aPolitical campaignszIowazAtlanticy1960.2lctgm 7aCrowdszIowazAtlanticy1960.2lctgm 7aFilm negativesy1960.2gmgpc0 tU.S. News & World Report Magazine Photograph Collection (Library of Congress)w(DLC) 92517073413digital file from originaldppmscaf83279qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.83279 a92bPUL01851nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245012000283260010300403300008000506336003300586337002800619338002600647540004200673500003300715500001100748500004500759500026700804651004801071650004501119650004401164655003101208655003401239655003801273700003601311856009401347994001201441on1390685726OCoLC20230718213016.0kh |o|230713s1900 enknnn kneng  a 2023635241 aDLCbengedcrmgcDLC aD15686bU.S. Copyright Office. a(OCoLC)1390685726 aLC-DIG-stereo-1s48029bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMission children, with one little American girl, Canton, China--thousands of such massacred by "Boxers"h[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1900. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1900 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 12). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aChildrenzChinazGuangzhouy1900.2lctgm 7aWaitingzChinazGuangzhouy1900.2lctgm 7aStereographsy1900.2gmgpc 7aGroup portraitsy1900.2gmgpc 7aPhotographic printsy1900.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48029qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48029 a92bPUL02726ngm a22005657i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002400144035002200168041002800190046001500218050002500233245012700258257002400385264004200409264001100451300010900462336005000571337002300621338003000644340001900674344005300693347007100746380002700817538016000844500002601004532003401030546004501064500005301109500002601162511012601188508005801314520018701372500014301559500004701702521003801749500013101787655003101918655002601949655005401975700003102029700003602060773005202096994001202148on1390685758OCoLC20230718213016.0vd csaizm230711t20222022xxu094 vleng  a 2023600551 aDLCbengerdacDLC1 a81445602516242aPEEK-012bPeekarama a(OCoLC)13906857581 aengafraagerpengheng k19842edtf00aDVE8019(viewingcopy)00aStiff competition /cCaballero Control Corporation (CCC) ; director and producer, Paul Vatelli ; writer, Colin De Jacques. aUnited States.2naf 1a[United States] :bPeekarama,c[2022] 4c©2022 3viewing copya1 videodisc (94 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOptional French and German audio tracks. aOriginally released as a motion picture in 1984. aTitle from container.1 aGina Carrera, Cyndee Summers, Patty Plenty, Bridgette Monet, Kitten Natividad, John Leslie, Herschel Savage, Pual Thomas. aCinematography, Frisby Fulton ; editor, Drake Petero. a"In one corner of the ring stand some of the hunkiest men imaginable, in the other stand four gorgeous, hard-working ladies, one of whom will win $50,000 cash"-- Letterboxd WWW site. aSpecial features: feature length audio interview with lead actress Gina Carrera by historian Casey Scott; interview with Kitten Natividad. aAlso includes a Blu-ray copy of the movie. aContains explicit sexual content. aSources used: videodisc container; Letterboxd WWW site, viewed July 11, 2023; Internet movie database WWW site, July 11, 2023. 7aPornographic films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aNatividad, Kitten,eactor.1 aSavage, Herscheld1952-eactor.0 tSnelson (John) Collection (Library of Congress) a92bPUL01651nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002200400300009400422336003300516337002800549338002600577540004200603500003600645500002100681506018500702580006500887600007000952600007601022650005501098655004601153856009001199994001201289on1390685759OCoLC20230718213016.0kl co|230711s1893 riunnn kneng  a 2023634697 aDLCbengedcrmgcDLC a(OCoLC)1390685759 aLC-DIG-ppmsca-87306bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan.]h[graphic] /cR. M. Hunt, Arch't. cFebruary 7, 1893. a1 drawing :bgraphite and watercolor on tracing paper on paper mount ;csheet 41 x 60 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aInitials: E.L.M. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87306qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87306 a92bPUL01887nem a2200493 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172050002300194052002500217110006100242245012800303246008800431246004200519250001700561255003400578264007000612264001100682300007600693336004000769337002800809338002600837490003300863490001500896500001700911500008300928500005801011500006801069500008001137651002901217651002601246651002601272651003601298655001701334710003001351994001201381on1390685800OCoLC20230718213016.0aj canzn230717t19961996at a 1 eng  a 2023592550 aDLCbengerdacDLC a9780731907762 a07319077601 aab18000 a(OCoLC)139068580000aG8964.K3 1996b.U5 a8964bK3bB575bN5842 aUniversal Business Directories Pty. Ltd.,ecartographer.10aNortham to Kalgoorlie :bUBD Australia : including Coolgardie, Merredin, Southern Cross & York /cUniversal Press Pty. Ltd.3 aNortham to Kalgoorlie, UBD Australia, Coolgardie, Merredin, Southern Cross and York1 iTitle within map:aKalgoorlie/Boulder a2nd edition. aScale approximately 1:18,000. 1aOsborne Park, W.A. :bUBD, a division of Universal Press,c[1996] 4c©1996 a1 map :bcolor ;c50 x 37 cm, on sheet 81 x 63 cm, folded to 25 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aWestern Australia map series0 aMap ;v683 aPanel title. aIncludes 2 insets, district map, index, advertisements and color illustration. aInset: Kalgoorlie town centre -- Boulder town centre. aIndex, 5 maps, color advertisements and illustrations on verso. aMaps on verso: Northam -- York -- Coolgardie -- Southern Cross -- Merredin. 0aKalgoorlie (W.A.)vMaps. 0aBoulder (W.A.)vMaps. 0aNortham (W.A.)vMaps. 0aKalgoorlie Region (Vic.)vMaps. 7aMaps.2lcgft2 aUniversal Press Pty. Ltd. a92bPUL01885nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245014500282260010300427300008000530336003300610337002800643338002600671540004200697500003300739500001100772500004500783500026700828651004801095650004101143650004101184650004101225655003601266655004301302700003601345856009401381994001201475on1390685801OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637592 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390685801 aLC-DIG-stereo-1s48097bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aNorth from Ha-ta-men (gate) over scene of the German minister Baron Ketteler's murder--now called Ketteler Street, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 70). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48097qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48097 a92bPUL01360njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002500149035002200174245002600196264005100222264001200273300004900285336003700334337002300371338003100394340001900425344001800444344001500462344002300477344001900500500002700519511012800546500002200674505016700696650002700863650002800890710004400918994001200962on1390685856OCoLC20230718213016.0sd bsmennmplue230714s2010 nyurcnn d n eng  a 2023625628 aDLCbengerdacDLC1 a60252732076202aB0013972-01bMercury a(OCoLC)139068585600aHabits /cNeon Trees. 1aNew York :bMercury :bIsland Def Jam,c[2010] 4c℗2010 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label.0 aNeon Trees (Tyler Glenn, vocals, keyboards ; Chris Allen, guitar ; Branden Campbell, bass ; Elaine Bradley, vocals, drums). aLyrics on insert.0 aSins of my youth -- Love and affection -- Animal -- Your surrender -- 1983 -- Girls and boys in school -- In the next room -- Our war -- Helpless -- Farther down. 0aRock musicy2001-2010. 0aAlternative rock music.2 aNeon Trees (Musical group),eperformer. a92bPUL01309ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008000163246002200243264007300265300004700338336003500385337002800420338002700448490002900475500003500504500001900539546002000558650003500578655003000613655003000643655001900673700004700692730007300739773012300812994001200935on1390685857OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561449 aDLCbengerdacDLC a(OCoLC)1390685857 apcc00aML31b.C59500aHarold Lloyd in "For heaven's sake' /cmusic compiled by James C. Bradford.30aFor heaven's sake 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFor heaven's sake (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 44w(DLC) 2018571961 a92bPUL05200ngm a2200733 a 4500001001300000003000600013005001700019007002400036007000700060007002400067007002400091008004100115010001700156040002400173017004400197033000900241035002200250046001500272245009700287250002800384257001800412260004400430300007400474300007300548300008900621300007100710500009900781500016800880500005801048500025501106511017101361518002301532520109701555500007402652500010502726500009102831500043702922581012903359650003003488650002103518655002503539655002503564655002403589655002603613700004603639700005903685700004103744700004103785700004103826700004703867700004003914700004303954700003903997700003704036700004204073700004904115710004904164710005204213710005404265730004304319773005004362786004204412994001204454on1390685858OCoLC20230718213016.0mr bf dnnaranna|------kh bo mr bf dnnbdanna|------mr bf dnnaeanna|------230505s1913 dk --- mlzxx  a 2023602005 aDLCbengeamimcDLC aJ168441aJ168442bU.S. Copyright Office 0b6920 a(OCoLC)1390685858 k19122edtf04aThe two convicts /cNordisk Films ; directed by August Blom ; screenplay, Nicolai Brechling. a[U.S. release version]. aDenmark.2naf aUnited States :bGreat Northern,c1913. 3viewing printa2 film reels of 2 on 1 (713 ft.) :bsi., b&w ;c16 mm. 3dupe neg pica2 film reels of 2 on 1 (713 ft.) :bsi., b&w ;c16 mm. 3master pos pica2 film reels of 2 on 1 (approximately 700 ft.) :bsi., b&w ;c16 mm. 3paper posa2 rolls of 2 (approximately 2,050 ft.) :bb&w ;c35 mm. aAdapted from the play by Jens Christian Hostrup, first performed at the Royal Theater in 1848. aOriginally released in Denmark in 1912 by Fotorama under the title, Eventyr paa fodrejsen. Original length, two 35 mm reels, 625 meters (approximately 2,050 feet). aCopyright: Ingevald C. Oes; 1c 22Apr1912; J168441-42. aErroneous Danish titles from Niver's Early motion pictures, p. 341, Politimesteren, and, Tughusfangerne nr. 10 og 13 are actually variant titles for a different Danish film: Den Undvegne, 1911, directed by August Blom from a script by Alfred Kjerulf.1 aThorkild Roose, Dagny Schyberg, Zanny Petersen, Frederik Christensen, Henry Seemann, Nicolai Brechling, Einar Zangenberg, H.C. Nilsen, Karen Poulsen, Hr. V. Petersen. aFilmed in Denmark. aTwo young tourists, Beck and Lind, make their appearance in a country place. About the time of their arrival, Black Bill and another convict escape from a prison in the neighborhood. The convicts discard their prison garb and come across the tourists. The former decide upon a ruse and inform the local magistrate that two escaped convicts are in the vicinity disguised as tourists. In the meantime, the latter are enjoying the hospitality of a wealthy resident and his daughter and niece. During the night, Black Bill enters the house and steals a wallet belonging to Lind. As he makes his escape, Lind, the tourist, nabs him. Instead of turning him over to the police, he allows him to go free and gives him the wallet. The following morning, the magistrate appears and accuses the tourists of being the escaped convicts. The family, especially the young women, insist that the accusation is unfounded. As Beck and Lind are about to be arrested, Black Bill appears and returns the purse to Lind. The tourists, cleared of wrongdoing, propose to the young women of the house and are accepted. aParts of summary from the Moving picture world, v. 16, no. 6, p. 603. aPaper print shelf numbers (LC 2759, LC 2760) were changed when the paper prints were re-housed.5DLC aAdditional holdings for this title may be available. Contact reference librarian.5DLC aSources used: Niver, R. Early motion pictures, p. 341; Bergsten, B. The Great Dane and the Great Northern Film Company, p. 37-41; Danske Filminstitut WWW site ( entry & film program notes) viewed May 5, 2023; Dansk film database viewed May 5, 2023; Moving picture world, v. 16, no. 3 (April 19, 1913), p. 312, p. 320 and Moving picture world, v. 16, no. 6 (May 10, 1913), p. 603 viewed May 5, 2023 via the Internet Archive WWW site. aEarly motion pictures : the Paper Print Collection in the Library of Congress / by Kemp R. Niver. Library of Congress. 1985. 0aEscaped prisonersvHumor. 0aTouristsvHumor. 7aComedy films.2lcgft 7aSilent films.2lcgft 7aShort films.2lcgft 7aFiction films.2lcgft1 aBlom, August,d1869-1947,efilm director.1 aBrechling, Nicolai,d1883-1935,escreenwriter,eactor.1 aRoose, Thorkild,d1874-1961,eactor.1 aSchyberg, Dagny,d1885-1917,eactor.1 aPetersen, Zanny,d1892-1976,eactor.1 aChristensen, Frederik,d1847-1929,eactor.1 aSeemann, Henry,d1875-1948,eactor.1 aZangenberg, Einar,d1882-1918,eactor.1 aNilsen, H. C.,d1880-1941,eactor.1 aLund, Karen,d1881-1953,eactor.1 aHostrup, C.q(Christian),d1818-1892.1 aOes, Ingvald C.,d1882-ecopyright claimant.2 aNordisk films kompagni,eproduction company.2 aGreat Northern Film Company,efilm distributor.2 aPaper Print Collection (Library of Congress)5DLC0 aEventyr paa fodrejsen (Motion picture)0 tNiver (Kemp) Collection (Library of Congress)18tThe two convictsw(DLC) 145051nMAVIS a92bPUL02078nem a2200493 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041003300194050002700227052001300254110005800267245018700325246005200512246005100564246004800615255002000663264006400683300005600747336004000803337002800843338002600871490001300897500002200910500003700932500011000969500002901079500008801108500011501196546007601311651002801387651003501415650005501450650004201505655002501547994001201572on1390685940OCoLC20230718213016.0aj canzn230717s2006 sz a 1 ger  a 2023591404 aDLCbengerdacDLC a9783828305809 a38283058061 aab15000 a(OCoLC)13906859400 ageraengafreaitaadutaswe00aG6714.F5E635 2006b.H3 a6714bF52 aHallwag Kümmerly + Frey,ecartographer,epublisher.10aFlorenz :bZentrum, Verkehrsplan, Index = Florence : centre, public transport map, index = Firenze : centro, pianta del traffico, indice = Florence : centre, transport public, index.31aFlorence :bcentre, public transport map, index31aFirenze :bcentro, pianta del traffico, indice31aFlorence :bcentre, transport public, index aScale 1:15,000. 1aSchönbühl-Bern :bHallwag Kümmerly + Frey AG,c[2006] a1 map :bcolor ;c64 x 86 cm, folded to 23 x 11 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aCity map aTitle from panel. aIn lower right corner: 03060407. aIn lower left corner: Laufzeit bis 2007, Valid until 2007, Recommandé jusqu'en 2007, Validità a 2007. a"Hallwag international." aAncillary maps: [City Center] -- [Florence Region] -- Mappa schematica delle linee. aIndexes to street names, emergency services, transportation, and tourist sites and emergency numbers on verso. aText and legend in German, English, French, Italian, Dutch and Swedish. 0aFlorence (Italy)vMaps. 0aFlorence Region (Italy)vMaps. 0aCentral business districtszItalyzFlorencevMaps. 0aLocal transitzItalyzFlorencevMaps. 7aTourist maps.2lcgft a92bPUL01815nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034005400133035002200187050002600209052001300235110005600248245015900304246005400463255007200517264012300589264001100712300006700723336004000790337002800830338002600858490004300884500004700927500005800974650004701032655001701079880005201096880015601148880010101304994001201405on1390685941OCoLC20230718213016.0aj canzn230714t19901990ja ag a f 0 jpn  a 2023592544 aDLCbengerdacDLC c$11 aab200000dE1393000eE1410000fN0400000gN0390000 a(OCoLC)139068594100aG7963.A5C95 1990b.C5 a7963bA51 6880-01aChishitsu Chōsajo (Japan),ecartographer.106880-02aAkita chiiki jūryokuzu (Būgē ijō) /cChishitsu Chōsajo = Gravity map of Akita District (Bouguer anomalies) / Geological Survey of Japan.31aGravity map of Akita District (Bouguer anomalies) aScale 1:200,000c(E 139°30ʹ--E 141°00ʹ/N 40°00ʹ--N 39°00ʹ). 16880-03aTsukuba-shi, Ibaraki-ken :bTsūshō Sangyōshō Kōgyō Gijutsuin Chishitsu Chōsajo,cHeisei 2 [1990] 4c©1990 a1 map :bcolor ;c84 x 76 cm, , folded in envelope 31 x 22 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aJūryokuzu =aGravity map series ;v2 aRelief shown by contours and spot heights. aIncludes inset "Henshu ̄shiryō kubunzu" and notes. 0aGravity anomalieszJapanzAkita-kenvMaps. 7aMaps.2lcgft1 6110-01a地質調查所 (Japan),ecartographer.106245-02a秋田地域重力図 (ブーゲー異常) /c地質調查所 = Gravity map of Akita District (Bouguer anomalies) / Geological Survey of Japan. 16264-03aつくば市茨城県 :b通商産業省工業技術院地質調查所,c平成 2 [1990] a92bPUL01431ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245020800163246001600371264007300387300004700460336003500507337002800542338002700570490002900597500003500626500001900661546002000680650003500700655003000735655003000765655001900795700004700814730007400861773012200935994001201057on1390686010OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561410 aDLCbengerdacDLC a(OCoLC)1390686010 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Zane Grey's "Desert gold," a George B. Seitz production with Neil Hamilton, Shirley Mason, William Powell and Robert Frazer /cmusic compiled by James C. Bradford.30aDesert gold 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDesert gold (Motion picture : 1926)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 5w(DLC) 2018571961 a92bPUL00987njm a22002893i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154245002500164264005300189300003800242336003700280337002000317338002700337340001900364500003400383500002600417500003400443505018400477546002400661994001200685on1390686011OCoLC20230718213016.0sd csmennmplue230713s2017 io sgnn n ind  a 2023330269 aDLCbengerdacDLC a(OCoLC)1390686011 alcode00aCermin /cGod Bless. 1a[Jakarta, Indonesia] :bRumah Musik Kita,c2017. a2 audio discs :banalog ;c12 in. aperformed musicbprm2rdacontent aaudio2rdamedia aaudio disc2rdacarrier avinyl.2rdamat aIndonesian heavy metal songs. aTitle from container. aLyrics inserted in container.0 aMusisi -- Cermin -- Balada sejuta wajah -- Anak adam -- Sodom gomorah -- Tuan tanah -- Ingat -- Selamat pagi Indonesia -- Insan sesat -- Damai -- Kukuh -- Bukan mimpi bukan ilusi. aSung in Indonesian. a92bPUL01905nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245019800257260002300455300005700478336003300535337002800568338002600596540004200622500003600664500006100700500002100761500001700782506018500799580006500984600007001049600007601119650005501195650005501250650005401305655004601359856009001405994001201495on1390686012OCoLC20230718213016.0kl co|230711s1891 riunnn kneng  a 2023634291 aDLCbengedcrmgcDLC a(OCoLC)1390686012 aLC-DIG-ppmsca-87289bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Iron grilles for doors and windows on main staircase landing.]p[Elevations.]h[graphic] /cR. M. Hunt, Arch't. cNovember 16, 1891. a1 drawing :bblueprint on paper ;csheet 26 x 25 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aStamped on drawing: "Return to Richard M. Hunt, Arch't." aDrawing no. 203. aSigned: ELM. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aIronworkzRhode IslandzNewporty1890-1900.2lctgm 7aGrilleszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87289qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87289 a92bPUL01597ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014100163264007400304300004700378336003500425337002800460338002700488490002900515500003500544500001900579500003600598546002000634650003500654655003000689655003000719655001900749730007100768773012300839787026100962994001201223on1390686073OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561419 aDLCbengerdacDLC a(OCoLC)1390686073 apcc00aML31b.C59505a"The eagle's feather" directed by Edward Sloman with a notable cast including: James Kirkwood, Lester Cuneo, Mary Alden, Rosemary Theby. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft0 iMusic for motion picture (work):aEagle's feather (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 14w(DLC) 201857196108iRelated manifestation of item:t"The eagle's feather" directed by Edward Sloman with a notable cast including: James Kirkwood, Lester Cuneo, Mary Alden, Rosemary Theby.dNew York City : Cameo Music Publishing Co., Inc., [not before 1923]w(DLC) 2022561420 a92bPUL01273nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002500154052001300179245004800192255001900240264005700259300004800316336004000364337002800404338002600432490004700458534006200505500007500567505009800642651004500740651003600785655002300821655001700844710003800861994001200899on1390686074OCoLC20230718213016.0aj canzn230712r19771882ie b 0 eng  a 2023585554 aDLCbengerdacDLC0 aa a(OCoLC)139068607400aG8503.T7S1 svarb.K4 a8503bT700aKeate Award territory :b[Transvaal State]. aScales difeer. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a<4> maps :bcolor ;c86 x 55 cm or smaller. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v70, 71, 72, 78 pOriginal version:cLondon : Dangerfield Lith., 1880-1882. aMap reprinted from the IUP series of the British Parliamentary papers.1 aMap No. 1. Dec. 1880 -- Map No. 2. Nov. 1880 -- Map No. 4. Nov. 1880 -- Anexure N. Oct. 1882. 0aTransvaal (South Africa)xHistoryvMaps. 0aTransvaal (South Africa)vMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01586nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002800377300007900405336003300484337002800517338002600545540004200571500003600613506018500649580006500834600007000899600007600969650005501045655004601100856009001146994001201236on1390686075OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634704 aDLCbengedcrmgcDLC a(OCoLC)1390686075 aLC-DIG-ppmsca-87313bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 33 x 51 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87313qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87313 a92bPUL01675ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015900163246002800322264007000350300004700420336003500467337002800502338002700530490002900557500003500586500003600621546002000657650003500677655003000712655003000742655001900772700004700791730008600838773012300924787024201047994001201289on1390686094OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561467 aDLCbengerdacDLC a(OCoLC)1390686094 apcc00aML31b.C59500aEdwin Carewe's production of David Belasco's great stage success "The girl of the golden West," a First National picture /ccompiled by James C. Bradford.30aGirl of the golden West 1aNew York City :bCameo Music Publishing, Inc.,c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGirl of the golden West (Motion picture : 1923)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 12w(DLC) 201857196108iRelated manifestation of item:tEdwin Carewe's production of David Belasco's great stage success "The girl of the golden West," a First National picture.dNew York City : Cameo Music Publishing, Inc., [not before 1923]w(DLC) 2022561468 a92bPUL01398ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016900163246002200332264007300354300004700427336003500474337002800509338002700537490002900564500003500593500001900628546002000647650003500667655003000702655003000732655001900762700004700781730007300828773012300901994001201024on1390686115OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561388 aDLCbengerdacDLC a(OCoLC)1390686115 apcc00aML31b.C59500aCarl Laemmle presents "The Cohens and Kellys," a Harry Pollard production with George Sidney, Charles Murray and Vera Gordon /cmusic compiled by James C. Bradford.30aCohens and Kellys 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCohens and Kellys (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 33w(DLC) 2018571961 a92bPUL02232nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002600161052001300187100004200200245046900242255003400711264013300745300004100878336004000919337002800959338002600987500002201013500003001035500018901065500007001254510003301324530007901357650004901436650004601485650005201531655002701583655002201610662004801632700003801680856006801718994001201786on1390686116OCoLC20230718213016.0aj canzn120808s1860 meud a 0 eng  a 2012592370 aDLCbengerdacDLC1 aab63360 a(OCoLC)139068611600aG3733.S6G46 1860b.C5 a3733bS61 aChace, J.,ecartographer,epublisher.10aMap of Somerset County, Maine /cfrom actual surveys for and under the direction of J. Chace Jr., civil and topographical engineer and map publisher ; field notes taken by J.L. Page, topogl. engr., N.Y. ; drawn by J.B. McChesney, A.B. Troy, N.Y. ; northern portion surveyed compiled and drawn by J.J. Batchelor, Portland ; village plans made by J. Chace Jr. & J.J. Batchelor, Portland, and A.F. church, Portland, Me ; engraved, colored and mounted by Wm. H. Rease. aScale approximately 1:63,360. 1aPortland and Philadelphia :bJ. Chace Jr., publisher :bD.S. Stinson, topogr. engr., assistant publisher & general agent,c1860. a1 map :bhand colored,c169 x 132 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aShows landowners. aRelief shown by hachures. aIncludes color illustrations, distance table, statistics table, directories, 29 insets of towns and villages, text, decorate border, and inset of "Northern portion of Somerset County." aLC copy sectioned in six and mounted on two sheets of cloth.5DLC4 aLC Land ownership maps,c275 aAvailable also through the Library of Congress Web site as a raster image. 0aReal propertyzMainezSomerset CountyvMaps. 0aLandownerszMainezSomerset CountyvMaps. 0aCities and townszMainezSomerset CountyvMaps. 7aCadastral maps.2lcgft 7aWall maps.2lcgft aUnited StatesbMainecSomerset County.2naf1 aRease, W. H,eengraver,eprinter.41dg3733sfla000275uhttp://hdl.loc.gov/loc.gmd/g3733s.la000275qc a92bPUL02822ngm a22006017i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245014000253246001400393257002400407264004900431264001100480300010900491336005000600337002300650338003000673340001900703344005300722347007100775380002700846538016000873500002601033532003401059500005301093500002601146511009301172508017201265520010001437500014401537500008001681500008801761650002101849650002001870655002501890655002601915655002601941655005401967700006502021700002902086710004102115773005202156994001202208on1390686117OCoLC20230718213016.0vd csaizm230712t20232023xxu082 vleng  a 2023600557 aDLCbengerdacDLC1 a81445602758642aVS-432bVinegar Syndrome a(OCoLC)13906861171 aengpengheng k19802edtf00aDVE8165(viewingcopy)04aThe boogey man /cJerry Gross presents ; producer and director, Ulli Lommel ; screenplay, Ulli Lommel, Suzanna Love and David Herschel.3 aBoogeyman aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (82 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1980. aTitle from container.1 aSuzanna Love, Ron James, Nicholas Love, John Carradine, Llewelyn Thomas, Raymond Boyden. aDirectors of photography, David Sperling, Jochen Breitenstein ; special effects, Craig Harris ; film editor, Terrell Tannen ; music composed and performed by Tim Krog. a"Through the reflection in the mirror, a girl witnesses her mother's boyfriend's murder"--IMDb. aSpecial features: brand new commentary track with editor Terrell Tannen; brand new commentary track with historian and author Kat Ellinger. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aSiblingsvDrama. 0aMirrorsvDrama. 7aHorror films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aLommel, Ulli,efilm director,efilm producer,escreenwriter.1 aCarradine, John,eactor.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01885nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245014500282260010300427300008000530336003300610337002800643338002600671540004200697500003300739500001100772500004500783500026700828651004801095650004101143650004101184650004101225655003601266655004301302700003601345856009401381994001201475on1390686248OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637593 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390686248 aLC-DIG-stereo-1s48048bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aNorth from Ha-ta-men (gate) over scene of the German minister Baron Ketteler's murder--now called Ketteler Street, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 70). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48048qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48048 a92bPUL01701njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245004300171264004500214300003100259336003700290337002300327338003100350344001900381344001900400344001900419347002200438347001300460382002100473500002700494511007000521518011900591505048700710650002701197655002301224655001801247700003801265994001201303on1390686451OCoLC20230718213016.0sd fsngnnmmned230711p20112009xxurcnn n eng  a 2023626310 aDLCbengerdacDLC1 a884501537902 a(OCoLC)139068645100aFrom space and beyond /cTim Reynolds. 1a[United States] :bTim Reynolds,c[2011] a2 audio discs ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11aguitarn12lcmpt aTitle from disc label.0 aTim Reynolds, guitar ; with vocal and instrumental accompaniment. oRecorded atpSpace, Evanston, IL,pChameleon Club, Lancaster, PA,oandpRecher Theater, Towson, MDd2009 November.00aDo you wanna --tI must be going insane --tKabbalah --tNon-violent approach --tSee you in your dreams --tThe wind just blew the door wide open --tCave man --tVictory express --tMatte kudasai --tMercury direct --tUncover the reason --tIndustrial complex --tWhole lotta love --tIndoctrinate --tGet up (I feel like being a sex machine) --tTest of time --tMeaning to tell you --tBurning season --tBelly of the beast --tFace off --tHocus pocus --tHow many more times. 0aRock musicy2001-2010. 7aRock music.2lcgft 7aSongs.2lcgft1 aReynolds, Tim,d1957-eperformer. a92bPUL01559ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018100160257001100341260005300352300006700405500005200472508026500524511013700789546001600926500001400942500003800956541001400994655002401008655002601032700004101058700003101099700003401130710003301164994001201197on1390686452OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336485 aDLCbengeamimcDLC a(OCoLC)1390686452 alcode00aLokoloko.nSeason 1,nEpisode 9 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01348ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011700163246002300280264007300303300004700376336003500423337002800458338002700486490002900513500003500542500001900577546002000596650003500616655003000651655003000681655001900711700004700730730007400777773012300851994001200974on1390686577OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561418 aDLCbengerdacDLC a(OCoLC)1390686577 apcc00aML31b.C59500aJoseph M. Schenk presents Constance Talmadge in "The duchess of Buffalo" /cmusic compiled by James C. Bradford.30aDuchess of Buffalo 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDuchess of Buffalo (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 13w(DLC) 2018571961 a92bPUL02099ncm a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028003200117028003200149035002200181041000800203042000800211050002300219245011400242250001900356264005200375264001100427300004100438336003500479337002800514338002700542348001800569348001700587348002700604382008900631382012300720500006800843546002000911500015500931500003001086650006701116650007001183650004701253655003201300655001901332655002501351655002601376655003001402655003401432700005401466700004901520994001201569on1390686591OCoLC20230718213016.0230710t20212021nyuuul i n zxx  a 2023565066 aDLCbengerdacDLC22aLMP-229bLoux Music Company32aLMP-229bLoux Music Company a(OCoLC)13906865910 geng apcc00aM457.2b.G663 202102aDe gospel train :ban encore : for SATB recorders with optional percussion /carranged by Joseph A. Loux, Jr. aScore & parts. 1aHannacroix, N.Y. :bLoux Music Company,c[2021] 4c©2021 a1 score (3 pages) + 4 parts ;c28 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm apart2rdafnm cstaff notation2rdafmn01asoprano recordern1aalto recordern1atenor recordern1abass recordern1s42lcmpt01asoprano recordern1aalto recordern1atenor recordern1abass recordern1awhistlevwooden train whistlen1s52lcmpt aFor recorder quartet (SATB) with optional wooden train whistle. bStaff notation. aArrangement of a 19th-century piece sometimes attributed to Rev. John Chamberlain; other sources claim it as a traditional African-American spiritual. aProgram notes in English. 0aWoodwind quartets (Recorders (4)), ArrangedvScores and parts. 0aQuintets (Recorders (4), percussion), ArrangedvScores and parts. 0aSpirituals (Songs)vInstrumental settings. 7aArrangements (Music)2lcgft 7aScores.2lcgft 7aParts (Music)2lcgft 7aChamber music.2lcgft 7aSpirituals (Songs)2lcgft 7aInstrumental settings.2lcgft1 aLoux, Joseph A.,cJr.,d1945-earranger of music.1 aChamberlain, John,d1821-1893,econtributor. a92bPUL03187ngm a2200577 a 4500001001300000003000600013005001700019008004100036010001700077040002400094017003400118035002200152046001500174245020800189257002400397260005400421300005200475500005700527508006600584511008100650500008900731520032400820500010101144500011901245586005901364500019901423600004301622600005501665655002901720655002701749655002501776655002401801655002601825700004901851700004801900700003201948700003501980700003002015700004302045700004102088700005302129700005402182700003202236700004402268700004302312710004802355710007002403773005702473786006702530994001202597on1390686592OCoLC20230718213016.0230630s1936 xxu017 vleng  a 2023602008 aDLCbengeamimcDLC aLP6754bU.S. Copyright Office a(OCoLC)1390686592 k19362edtf00aPopeye the Sailor meets Sinbad the Sailor /cFleischer Studios ; director, Dave Fleischer ; produced by Max Fleischer ; animation, Willard Bowsky, George Germanetti, Edward Nolan ; Adolph Zukor presents. aUnited States.2naf aUnited States :bParamount Pictures, Inc.,c1936. a1 video file (digital) (17 min.) :bsd., color. aCopyright: Parmount Pictures, Inc.; 27Nov36; LP6754. aMusic and lyrics, Samuel Lerner, Bob Rothberg, Sammy Timberg.0 aVoices: Jack Mercer (Popeye), Mae Questel (Olive Oyl), Gus Wickie (Sindbad). aOn title frame: "Popeye Color Feature" and "A Max Fleischer Cartoon in Technicolor". aIn Sindbad, the title character (Bluto with a few changes in his attire) catches sight of Popeye's ship through his spyglass and is instantly smitten with Olive Oyl. He instructs his pet Rokh to sink the ship, but bring Olive to him. Of course, Popeye manages to save himself, Wimpy and Olive, and settles Bluto's hash. aSummary taken partly from Solomon, C. The history of animation, enchanted drawings, 1989, p. 79. aLC also holds an original release copy and a reissue copy in the AFI/Triangle Laboratories Estate Collection.5DLC aThis film was selected for the National Film Registry. aSources used: Solomon, C. The history of animation, enchanted drawings, 1989; Catalog of copyright entries, motion pictures, 1912-1939, p. 673; Eagan, D. America's film legacy, 2010, p. 253-255.00aPopeyec(Fictitious character)vHumor.00aSindbad,cthe Sailor (Legendary character)vHumor. 7aChildren's films.2lcgft 7aAnimated films.2lcgft 7aComedy films.2lcgft 7aShort films.2lcgft 7aFiction films.2lcgft1 aFleischer, Dave,d1894-1979,efilm director.1 aFleischer, Max,d1883-1972,efilm producer.1 aBowsky, Willard,eanimator.1 aGermanetti, George,eanimator.1 aNolan, Edward,eanimator.1 aZukor, Adolph,d1873-1976,epresenter.1 aLerner, Sammy,ecomposer,elyricist.1 aRothberg, Bob,d1901-1938,ecomposer,elyricist.1 aTimberg, Sammy,d1903-1992,ecomposer,elyricist.1 aMercer, Jack,evoice actor.1 aQuestel, Mae,d1910-1998,evoice actor.1 aWickie, Gus,d1885-1947,evoice actor.2 aFleischer Studios Inc.eproduction company.2 aParamount Pictures, Inc.,efilm distributor,ecopyright claimant.0 tDiCrescenzo (Louis) Collection (Library of Congress)18tPopeye the Sailor meets Sindbad the Sailorw(DLC) 68306nMAVIS a92bPUL02240nem a2200493 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001700241052001300258110007100271245024200342246005900584246008200643255008600725264008500811300005500896336004000951337002800991338002601019500003401045500002201079500003201101500003401133500006501167500013501232546004601367650004301413650005001456650005301506651003701559651004401596651004701640655002201687655002501709994001201734on1390687004OCoLC20230718213016.0aj canzn230711s1997 sa g a 1 eng  a 2023591379 aDLCbengerdacDLC1 aab1500000dE0293000eE0320000fS0223000gS0253000 a(OCoLC)13906870040 aengaafr00aG8503.M7P2 1997b.A9 a8503bM7bN7 a8502bK72 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Mpumalanga, Northern Province and Kruger National Park =bAARSA reisdiens, Mpumalanga, Noordelike-Provinsie en Nasionale Krugerwildtuin /ccompiled, drawn and published by the Automobile Association of South Africa.30aMpumalanga, Northern Province and Kruger National Park31aAARSA reisdiens, Mpumalanga, Noordelike-Provinsie en Nasionale Krugerwildtuin aScale 1:1,500,000. 1 cm = 15 kmc(E 29°30ʹ--E 32°00ʹ/S 22°30ʹ--S 25°30ʹ). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1997] a1 map :bcolor ;c81 x 57 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aTitle from panel. aIn upper left corner: TM-2. aIn upper left corner: 975/28. aIncludes inset of Mauchsberg region and color illustrations. aText, descriptive index to points of interest, park visitation times, distance tables, and table of rest camp facilities on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazMpumalangavMaps. 0aRoadszSouth AfricazNorthern ProvincevMaps. 0aRoadszSouth AfricazKruger National ParkvMaps. 0aMpumalanga (South Africa)vMaps. 0aNorthern Province (South Africa)vMaps. 0aKruger National Park (South Africa)vMaps. 7aRoad maps.2lcgft 7aTourist maps.2lcgft a92bPUL01650ncm a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011900163246001800282264007300300300004700373336003500420337002800455338002700483490002900510500003500539500001900574500003600593546002000629650003500649655003000684655003000714655001900744700004700763730006900810773012300879776025001002994001201252on1390687277OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561404 aDLCbengerdacDLC a(OCoLC)1390687277 apcc00aML31b.C59500aJoseph P. Kennedy presents "Danger Street" with Warner Baxter and Martha Sleeper /ccompiled by James C. Bradford.30aDanger Street 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDanger Street (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 49w(DLC) 201857196108iReproduced as (manifestation):tJoseph P. Kennedy presents Danger Street with Warner Baxter and Martha Sleeper.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570882 a92bPUL01691njm a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002700149035002200176100005200198245004200250264005500292264001200347300004500359336003700404337002300441338003100464340001900495344001800514344001100532344002300543344001900566382002300585500002700608511006600635500003100701500002800732505019300760650003000953650001700983650002801000655003501028655002701063655002401090655001801114700006501132994001201197on1390687278OCoLC20230718213016.0sd csmennmplue230712t20182018cauppnn n eng  a 2023617307 aDLCbengerdacDLC1 a60257714576602aASW.WL001bAstralwerks a(OCoLC)13906872780 aAxwell,ecomposer,eperformer,eaudio producer.10aDancing alone /cAxwell [&] Ingrosso. 1a[Los Angeles, California?] :bAstralwerks,c[2018] 4c℗2018 a1 audio disc :banalog, 45 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c45 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from disc label.0 aAxwell (Axel Hedfors) and Ingrosso (Sebastian Ingrosso), DJs. a"DJ copy, not for resale." aWhite label 12" single.00tDancing alone (club mix)g(4:11) --tDancing alone (Brohug extended remix)g(5:14) --tDancing alone (Minds&Machines extended remix)g(4:42) --tDancing alone (CYA extended remix)g(6:14). 0aPopular musicy2011-2020. 0aHouse music. 0aElectronic dance music. 7aElectronic dance music.2lcgft 7aRemixes (Music)2lcgft 7aHouse music.2lcgft 7aSongs.2lcgft1 aIngrosso, Sebastian,ecomposer,eperformer,eaudio producer. a92bPUL01958nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037006100148110003900209245014100248260010300389264001900492300008000511336003300591337002800624338002600652520006600678540004200744500003300786500001900819500004500838500026700883651003201150650004301182650004501225650005701270655003601327655004301363700003601406856009401442994001201536on1390687279OCoLC20230718213016.0kh |o|190429s1902 enknnn kneng  a 2019633833 aDLCbengedcrmgcDLC a(OCoLC)1390687279 aLC-DIG-stereo-1s19369bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aWan-Shou-Shan (Hill of Ten Thousand Ages) Summer Palace of the empress, from island in Lake Kung-Ming-Hu, near Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. 4cCopyright 1902 a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aStereograph shows a man sitting on ornate marble palace wall. aNo known restrictions on publication. aTitle transcribed from item. aNo. 93; No. 1. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 94). 4aBeijing (China)y1900-1910. 7aMenzChinazBeijingy1900-1910.2lctgm 7aWallszChinazBeijingy1900-1910.2lctgm 7aCastles & palaceszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19369qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19369 a92bPUL01340ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010400163246001700267264007300284300004700357336003500404337002800439338002700467490002900494500003500523500003600558546002000594650003500614655003000649655003000679655001900709700004700728730006800775773012300843994001200966on1390687613OCoLC20230718213016.0230616s1922 nyumpz n zxx  a 2022561421 aDLCbengerdacDLC a(OCoLC)1390687613 apcc00aML31b.C59500aConstance Talmadge in "East is west," a First National attraction /ccompiled by James C. Bradford.30aEast is west 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1922] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEast is west (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 16w(DLC) 2018571961 a92bPUL01383ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013000163246002200293264007300315300004700388336003500435337002800470338002700498490002900525500003500554500003600589546002000625650003500645655003000680655003000710655001900740700004700759730008000806773012300886994001201009on1390687614OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561423 aDLCbengerdacDLC a(OCoLC)1390687614 apcc00aML31b.C59500aRichard Barthelmess in "The enchanted cottage" with May McAvoy, a John Robertson production /ccompiled by James C. Bradford.30aEnchanted cottage 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEnchanted cottage (Motion picture : 1924)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 18w(DLC) 2018571961 a92bPUL01354ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008200163246001900245264007400264300004700338336003500385337002800420338002700448490002900475500003500504500001900539500003600558546002000594650003500614655003000649655003000679655001900709700004700728730007000775773012300845994001200968on1390687615OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561439 aDLCbengerdacDLC a(OCoLC)1390687615 apcc00aML31b.C59500aRichard Barthelmess in "The fighting blade" /ccompiled by James C. Bradford.30aFighting blade 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFighting blade (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 34w(DLC) 2018571961 a92bPUL00948njm a22002895i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149042001000171100003300181245002800214264003600242300004100278336003700319337002300356338003100379500001800410505014700428500003300575650003800608994001200646on1390688215OCoLC20230718213016.0sd fsngnnmmned160627s2015 bl uunn n por  a 2016306971 aDLCbengerdacDLC1 a742832652063 a(OCoLC)1390688215 alcode1 aCarvalho, Allan,eperformer.10aOura /cAllan Carvalho. 1aBelém, PA :bNA Music,c2015. a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aCompact disc.0 aOura --tTa russo! --tQue brege é você --tCorticoide --tSeilá, entende? --tTchê-tchê-tchê --tVai... --tTudo --tTámeu bem? aProduction level cataloging. 0aPopular musiczBrazily2011-2020. a92bPUL00721ncm a22002417a 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050000800134100003200142240001800174245005700192260006300249300003400312490003500346500003300381650001700414830003600431994001200467on1390688216OCoLC20230718213016.0920106s1972 mx uuz n und  a 92750121  aDLCbengcDLC a(OCoLC)139068821600aM251 aLavista, Mario,d1943-2021.10aPieza,mpiano10aPieza para una pianista y un piano /cMario Lavista. aMéxico, D.F. :bEdiciones Mexicanas de Música,cc1972. a[3] leaves of music ;c32 cm.1 aColección Arión ;vno. 120 aProduction level cataloging. 0aPiano music. 0aColección Arión ;vno. 120. a92bPUL01691nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002600161052001300187110003900200245027700239255003400516264005400550264002200604300004400626336004000670337002800710338002600738500004900764500002200813500003300835500016200868500010501030650004201135650005401177651003301231655002901264994001201293on1390688217OCoLC20230718213016.0aj cenzn230717t19981998txuac a 1 eng  a 2023587330 aDLCbengerdacDLC1 aab63360 a(OCoLC)139068821700aG4032.T3E63 1998b.A2 a4032bT32 aA.I.D. Associates.,ecartographer.10aLake Tawakoni and global position system coordinates tailored to be serious fisherman :bfeaturing fishing guide data, updated underwater features, improved shoreline, landmark details /cprepared and published by A.I.D. Associates, Inc ; cartography by A.I.D. Associates. aScale approximately 1:63,360. 1aDallas, Texas :bA.I.D. Associates, Inc.,c[1998] 4cCopyright © 1998 a1 map :bcolor, synthetic ;c58 x 72 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aDepths shown by contours and gradient tints. aTitle from panel. aOn panel: Water-proof paper. aIncludes index, inset of West Tawakoni, list to subdivisions, location map showing radial distances, list to GPS coordnates and lake position reference grid. aDirectory, map of Lake Tawakoni State Park, fisherman's reference chart and advertisements on verso. 0aFishingzTexaszTawakoni, LakevMaps. 0aOutdoor recreationzTexaszTawakondi, LakevMaps. 0aTawakoni, Lake (Tex.)vMaps. 7aBathymetric maps.2lcgft a92bPUL01374njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245003200171264005500203264001200258300003000270336003700300337002300337338003100360344001900391344001900410344001900429347002200448347001300470382002700483500002700510511004700537500003400584505024400618650003000862655002600892655001800918700002800936994001200964on1390694425OCoLC20230718213016.0sd fsngnnmmned230711t20212021xxucynn d n eng  a 2023626316 aDLCbengerdacDLC1 a195269082185 a(OCoLC)139069442500aLone rider /cJessica Lynn. 1a[United States] :bDaydreamer Productions,c[2021] 4c℗2021 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from disc label.0 aJessica Lynn, vocals ; with accompaniment. aLyrics inserted in container.00aNow or never --tGetaway car --tOne more song --tLone rider --tBetter than that --tYou wouldn't know --tLove me that way --tYou won't --tYou never remind me --tLove the day away --tWorth it --tRun to --tThe morning always comes. 0aPopular musicy2011-2020. 7aPopular music.2lcgft 7aSongs.2lcgft1 aLynn, Jessica,esinger. a92bPUL00990njm a22002654a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003200127035002200159042001000181100001600191245007300207260004100280300004100321546002100362500009300383500001800476505018500494500003300679994001200712on1390694426OCoLC20230718213016.0sd fsngnnmmned090324s2008 sx sgnn n khi  a 2009319218 aDLCbengcDLC02aCD AMAKU7bAmaku Production a(OCoLC)1390694426 alcode1 aBackoz, Om.10a#Au xū-e #âih[sound recording] /cOm Backoz & the Amaku family. aWindhoek :bAmaku Production,c2008. a1 sound disc :bdigital ;c4 3/4 in. aSung in Khoisan. aAccompanying insert contains credits in English and summary of the message of each song. aCompact disc.0 a#Au xū-e #âi -- Axagu -- Ais/khãb//ga kõ -- Ú ta tide -- #Khai!nâbasen -- No xenophobia -- Tã sa/ae-aisa/uru -- Xoma re -- !Khõ!khõba te -- Khoeta ge -- !Núbes. aProduction level cataloging. a92bPUL02162njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002300149028002800172035002200200100005400222245005600276264004700332264001100379300005800390336003700448337002300485338003100508340001900539344001800558344001500576344002300591344001900614382002800633500005300661511004700714500004100761500011200802500002800914505061000942650003001552655002601582655003101608655001801639740002301657994001201680on1390694427OCoLC20230718213016.0sd bsmennmplue230713p20221967ne ppnn di n eng  a 2023617313 aDLCbengerdacDLC1 a60243890839402a389 083-9bFontana00a00602438908394bFontana a(OCoLC)13906944271 aWalker, Scott,d1943-2019,ecomposer,eperformer.10aBoy child :bthe best of 1967-1970 /cScott Walker. 1aHilversum, Netherlands :bFontana,c[2022] 4c©2022 a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11amale voicen1n12lcmpt aTitle from disc label; sub-title from container.0 aScott Walker, vocals ; with accompaniment. aSongs originally released 1967-1970. aProgram notes by Marc Almond and Neil Hannon printed on inner sleeves, with lyrics printed inside gatefold. aPressed on white vinyl.00tMontague Terrace (in blue) --tSuch a small love --tThe plague --tAlways coming back to you --tThe amorous Humphrey Plugg --tThe girls from the streets --tPlastic palace people --tThe bridge -- It's raining today --tCopenhagen --tBig Louise --t30 century man --tWe came through --tThe seventh seal --tOn your own again --tAngels of ashes --tBoy child --tThe old man's back again (dedicated to the Neo-Stalinist regime) --tPrologue --tLittle things that keep us together --tTime operator --tThanks for Chicago Mr. James --tThe rope and the colt --tEpilogue: The war is over (Sleepers). 0aPopular musicy1961-1970. 7aPopular music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft02aBest of 1967-1970. a92bPUL01159njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002300150035002200173042001400195100006000209245003800269264003600307300005700343336003700400337002300437338003100460340001900491344001800510344001500528344002300543344001900566500002700585511004500612505007500657650001700732655002400749994001200773on1390694431OCoLC20230718213016.0sd bsmennmplud230712s2022 gw ppnn n und d a 2023627522 aTDFbengerdacDLC30a425180413538202aDIRT138bDirt Crew a(OCoLC)1390694431 alccopycat0 aClive from Accountsc(Musician),ecomposer,eperformer.10aPearls EP /cClive from Accounts. 1a[Germany] :bDirt Crew,c[2022] a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label.0 aClive from Accounts; with accompaniment.0 aPearls (feat. Jessica Roch) -- 4 time -- Rough and tough -- Gravitate. 0aHouse music. 7aHouse music.2lcgft a92bPUL01600nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002300377300009800400336003300498337002800531338002600559540004200585500003600627506018500663580006500848600007000913600007600983650005501059655004601114856009001160994001201250on1390694432OCoLC20230718213016.0kl co|230711s1893 riunnn kneng  a 2023634699 aDLCbengedcrmgcDLC a(OCoLC)1390694432 aLC-DIG-ppmsca-87308bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[January 14, 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 32 x 50 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87308qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87308 a92bPUL01371nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041002300194050002300217052001300240110005900253245013400312255002000446264004700466300005500513336004000568337002800608338002600636500003400662500002200696500003000718500002000748500003400768546006100802651003100863651003800894655001700932994001200949on1390694438OCoLC20230718213016.0aj canzn230427s2006 au g a 1 ger  a 2023591116 aDLCbengerdacDLC a9783707904871 a37079048731 aab12500 a(OCoLC)13906944380 ageraengafreaita00aG6494.I7 2006b.F7 a6494bI72 aFreytag, Berndt und Artaria,ecartography,epublisher.10aInnsbruck :bStadtplan, city map, plan de ville, pianta della città /cKartographie, Druck u. Verlag Freytag-Berndt u. Artaria. aScale 1:12,500. 1aWien :bFreytag-Berndt u. Artaria,c[2006] a1 map :bcolor ;c59 x 79 cm, folded to 20 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aTitle from panel. aIncludes inset of region. aIndex on verso. a"2073-8019 Laufzeit 12/2007." aText and legend in German, English, French, and Italian. 0aInnsbruck (Austria)vMaps. 0aInnsbruck Region (Austria)vMaps. 7aMaps.2lcgft a92bPUL01372ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245015200160257001400312260004900326300006600375508023300441500004700674546003700721520009900758500002800857541001400885655002600899655003000925700005600955710003501011994001201046on1390694439OCoLC20230718213016.0vd cvaiz|190228s2012 tz --- vlswa  a 2018339944 aDLCbengeamimcDLC a(OCoLC)1390694439 alcode00aHistoria ya Afrika /cAfrican Creative presents ; director, graphics, Renatus Siyantemi; script, Raphael Walles, Revocatus Mhoja, Theophil Renatus. aTanzania. a[Dar es Salaam] :bAfrican Creative,cc2012. a1 videodisc of (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aProducer, African Creative ; narration, Laurian Pima ; location, Eliza Aya Oto, Mama Joan, African Creative ; graphics, Renatus Siyantemi, Joseph Julu, Theophil Renatus ; studio, African Creative, Eliza Aya Oto, Butatoli Studio. aCopyright notice: African Creative, c2012. aIn Swahili , credits in English. aOn the history of Africa with emphasis on colonialism, fight for independence and development. aSource used: videodisc. cPurchase. 7aFeature films.2lcgft 7aDocumentary films.2lcgft1 aSiyantemi, Renatus,eediting,edirection,ewriting.2 aAfrican Creative,eproduction. a92bPUL01344ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012300163246001800286264007300304300004700377336003500424337002800459338002700487490002900514500003500543500001900578546002000597650003500617655003000652655003000682655001900712700004700731730006900778773012300847994001200970on1390694445OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561399 aDLCbengerdacDLC a(OCoLC)1390694445 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a James Cruze production "The covered wagon" /ccompiled by James C. Bradford.30aCovered wagon 1aNew York City :bCameo Music Service Corporation,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCovered wagon (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 44w(DLC) 2018571961 a92bPUL01358ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245009700160257001400257260004900271300006600320508016600386500005400552546008300606520015400689500002800843541001400871655002600885655003000911700005600941710003500997994001201032on1390694446OCoLC20230718213016.0vd cvaiz|190228s2014 tz --- vlswa  a 2018339943 aDLCbengeamimcDLC a(OCoLC)1390694446 alcode00aVita vya Kagera /cAfrican Creative presents ; director, script, editing, Renatus Siyantemi. aTanzania. a[Dar es Salaam] :bAfrican Creative,cc2014. a1 videodisc of (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aFootage, Discovery Civilisation, Tanzania Broadcasting Corporation ; translation, Laurian Pima, Renatus Siyantemi ; studio, executive producer, African Creative. aCopyright notice: Darasa Nyumbani Project, c2014. aIn Swahili with Swahili subtitles where English is spoken, credits in English. aOn the battle at Kagera in 1978 following the invasion of Tanzania by the Ugandan army and how this eventually led to the overthrow of Idi Amin Dada. aSource used: videodisc. cPurchase. 7aFeature films.2lcgft 7aDocumentary films.2lcgft1 aSiyantemi, Renatus,eediting,edirection,ewriting.2 aAfrican Creative,eproduction. a92bPUL01779nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300007900404336003300483337002800516338002600544540004200570500003600612500006800648506018500716580006500901600007000966600007601036650005501112650005601167655004601223655003401269856009001303994001201393on1390694447OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634722 aDLCbengedcrmgcDLC a(OCoLC)1390694447 aLC-DIG-ppmsca-87331 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 20 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87331qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87331 a92bPUL01610nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012100257260002800378300007900406336003300485337002800518338002600546540004200572500003600614500001100650506018500661580006500846600007000911600007600981650005501057655004601112856009001158994001201248on1390694571OCoLC20230718213016.0kl bo|230711q18881893riunnn kneng  a 2023634700 aDLCbengedcrmgcDLC a(OCoLC)1390694571 aLC-DIG-ppmsca-87309bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Second floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 29 x 46 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 1. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87309qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87309 a92bPUL00860njm a22002655a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127041001300149042001000162110002400172245004300196260003000239300004100269500005300310546003100363500001800394505013700412500003300549994001200582on1390694676OCoLC20230718213016.0sd fsngnnmmned230715s2012 ug ppnn n eng  a 2013439816 aDLCbengcDLC a(OCoLC)13906946760 dengdlug alcode2 aQwela (Music group)10aAfrotopiah[sound recording] /cQwela. a[Kampala] :bs.n.,c2012. a1 sound disc :bdigital ;c4 3/4 in. aContemporary music blend of jazz, blue and rock. aSung in English and Ganda. aCompact disc.0 aTendeko -- Twinkle -- Okello -- Ingaha -- Eija nkutware -- Mama tokaaba -- Mwana wanje -- Bhe -- What goes around -- Nalulungi live. aProduction level cataloging. a92bPUL01406ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014900163246001200312264007300324300004700397336003500444337002800479338002700507490002900534500003500563500001900598500003600617546002000653650003500673655003000708655003000738655001900768700004700787730006300834773012300897994001201020on1390694677OCoLC20230718213016.0230616s1929 nyumpz n zxx  a 2022561417 aDLCbengerdacDLC a(OCoLC)1390694677 apcc00aML31b.C59500aWilliam Le Baron presents Tom Mix and Tony in "The drifter" with Bernard Bolden and his white mule "Uncle Sam" /ccompiled by James C. Bradford.30aDrifter 1aNew York City :bCameo Music Service Corporation,c[not before 1929] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDrifter (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 12w(DLC) 2018571961 a92bPUL01268ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008400163264007400247300004700321336003500368337002800403338002700431490002900458500003500487500001900522500003600541546002000577650003500597655003000632655003000662655001900692730007200711773012300783994001200906on1390694697OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561447 aDLCbengerdacDLC a(OCoLC)1390694697 apcc00aML31b.C59504aThe fool's awakening, adapted from William J. Locke's story The tale of Triona. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft0 iMusic for motion picture (work):aFool's awakening (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 42w(DLC) 2018571961 a92bPUL01250ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008100163264007300244300004700317336003500364337002800399338002700427490002900454500003500483500001900518546002000537650003500557655003000592655003000622655001900652700002700671730006800698773012200766994001200888on1390694711OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561459 aDLCbengerdacDLC a(OCoLC)1390694711 apcc00aML31b.C59504aThe gay deceiver, a John M. Stahl production /cmusic compiled by Ernst Luz. 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c29 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aGay deceiver (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 4w(DLC) 2018571961 a92bPUL01339ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014500163246001500308264007300323300004700396336003500443337002800478338002700506490002900533500003500562500001900597546002000616650003500636655003000671655003000701655001900731700002700750730006600777773012200843994001200965on1390694886OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561409 aDLCbengerdacDLC a(OCoLC)1390694886 apcc00aML31b.C59500aNorma Shearer with Lew Cody in The demi-bride, a Robert Z. Leonard production with Carmel Myers, Dorothy Sebastian /ccompiled by Ernst Luz.30aDemi-bride 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aDemi-bride (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 4w(DLC) 2018571961 a92bPUL01385ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015400163246002300317264007300340300004700413336003500460337002800495338002700523490002900550500003500579500001900614546002000633650003500653655003000688655003000718655001900748700004700767730007400814773012300888994001201011on1390694887OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561434 aDLCbengerdacDLC a(OCoLC)1390694887 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Esther Ralston in "Fashions for women" with Raymond Hatton and Einar Hanson /ccompiled by James C. Bradford.30aFashions for women 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFashions for women (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 29w(DLC) 2018571961 a92bPUL01697nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141041001300163050002500176052001300201110007100214245020500285246004000490246006400530255003700594264008500631300007600716336004000792337002800832338002600860500002200886500005000908500004300958500005701001500004301058546003501101650006801136650005401204655001701258994001201275on1390694888OCoLC20230718213016.0aj canzn230712s1991 sa a 1 eng  a 2023591387 aDLCbengerdacDLC1 aab3300000 a(OCoLC)13906948880 aengaafr00aG8503.K9D5 1991b.A9 a8503bK92 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, some Natal game and nature reserves =bAARSA reisdiens, enkele wild- en natuur- reservate in Natal /ccompiled, drawn and published by the Automobile Association of South Africa.30aSome Natal game and nature reserves31aAARSA reisdiens, enkele wild- en natuur- reservate in Natal aScale approximately 1:3,300,000. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1991] a1 map :bcolor ;c15 x 18 cm, on sheet 42 x 30 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-N3 (TB-N7). aIn lower left corner on verso: 918/14. aIncludes text and index to game and nature reserves. aText and color illustrations on verso. aText in English and Afrikaans. 0aNational parks and reserveszSouth AfricazKwaZulu-NatalvMaps. 0aGame reserveszSouth AfricazKwaZulu-NatalvMaps. 7aMaps.2lcgft a92bPUL01949njm a2200457 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003200149035002200181100008200203245004300285264005400328264001200382300004100394336003700435337002300472338003100495344001900526344001900545344001900564347002200583347001300605490003000618500002600648511021600674508003500890500004400925500004200969500003201011505028101043650002801324650002701352655003601379710006401415994001201479on1390694914OCoLC20230718213016.0sd fsngnnmmned230717r20221997miurcnn d n eng  a 2023628018 aDLCbengerdacDLC1 a76222568152402aSOR6815bStrung Out Records a(OCoLC)13906949141 aParmenter, Matthew,d1968-ecomposer,elyricist,eperformer,eaudio producer.10aUnfolded like staircase /cDiscipline. 1a[Royal Oak, Mich.] :bStrung Out Records,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aProgRock.com's essentials aTitle from container.0 aDiscipline (Jon Preston Bouda, electric and acoustic guitars ; Mathew Kennedy, bass guitar ; Matthew Parmenter, vocals, keyboards, violin, alto saxophone, orchestra chimes ; Paul Dzendzel, drums and percussion). aProduced by Matthew Parmenter. aAll songs written by Matthew Parmenter. aReissue: originally released in 1997. aLyrics on container insert.0 aCanto IV : Limbo -- Crutches. The carrot ; The silent mirror ; Down the hatch ; Crutches -- Into the dream. Decent ; Chock full o'guts ; Drawn and quartered ; Clearing ; Stealing the key ; Sum music ; Turtles all the way down -- Before the storm. The ocean ; The storm ; Eden. 0aProgressive rock music. 0aRock musicy1991-2000. 7aProgressive rock (Music)2lcgft2 aDiscipline (Musical group : (Detroit : Mich.)),eperformer. a92bPUL01707ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245018300163246001700346264007300363300004700436336003500483337002800518338002700546490002900573500003500602500003600637546002000673650003500693655003000728655003000758655001900788700004700807730007500854773012300929787026901052994001201321on1390694915OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561426 aDLCbengerdacDLC a(OCoLC)1390694915 apcc00aML31b.C59500aSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "The eternal city," a First National picture /ccompiled by James C. Bradford.30aEternal City 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEternal City (Motion picture : 1923)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 21w(DLC) 201857196108iRelated manifestation of item:tSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "The eternal city," a First National picture.dNew York City : Cameo Music Publishing Co. Inc., [not before 1923]w(DLC) 2022561427 a92bPUL01406nim a22004455i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132245004300154246002500197264003600222300004100258336003300299337002300332338003100355344001900386344001900405344001900424347002200443347001300465490002000478500004700498500002700545511002900572538011400601650005400715650001200769650001400781650001100795650002700806655003600833655003600869655002900905710001400934994001200948on1390694916OCoLC20230718213016.0sd fsngnnmmned220817s1994 xxunnnn z n eng  a 2022616495 aDLCbengerdacDLC a(OCoLC)139069491600aTerror T.R.A.X.pTrack of the vampire.30aTrack of the vampire 1a[United States] :bTSR,c[1994] a1 audio disc :bdigital ;c4 3/4 in. aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aTerror T.R.A.X. a"An audio CD interactive game"--Container. aTitle from disc label.0 aUnidentified performers. aPlayable on CD players. Users navigate between 52 tracks based on interactive prompts in the sound recording. 0aTerror T.R.A.X. (Fictitious characters)vFiction. 0aHorror. 0aVampires. 0aGames. 0aPlot-your-own stories. 7aChoose-your-own stories.2lcgft 7aAudio interactive games.2lcgft 7aSound recordings.2lcgft2 aTSR, Inc. a92bPUL01802nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012700256260002800383300011600411336003300527337002800560338002600588540004200614500003600656506018500692580006500877600007000942600007601012650005501088650006501143650008401208655004601292856009001338994001201428on1390694917OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634730 aDLCbengedcrmgcDLC a(OCoLC)1390694917 aLC-DIG-ppmsca-87339 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Wall or ceiling.]p[Details]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 25 x 27 cm, mount 26 x 30 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aCoffers (Ceilings)zRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural decorations & ornamentszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87339qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87339 a92bPUL01714nem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159034001300172035002200185041002300207050002700230052001300257052001300270110005900283245013500342255003400477255003400511264004700545300009400592336004000686337002800726338002600754500014800780500002200928500002900950500003400979505003401013546006201047651003201109651004901141655002501190655002901215994001201244on1390695334OCoLC20230718213016.0aj canzn230427s2004 au bgfa a 1 ger  a 2023591114 aDLCbengerdacDLC a9783707901993 a37079019981 aab150001 aab50000 a(OCoLC)13906953340 ageraengafreaita00aG6494.E6E635 2004b.F7 a6494bE6 a6492bN42 aFreytag, Berndt und Artaria,ecartography,epublisher.10aEisenstadt :bStadtplan, city map, plan de ville, pianta della città /cKartographie, Druck u. Verlag Freytag-Berndt u. Artaria. aScale 1:15,000. 1 cm = 150 m. aScale 1:50,000. 1 cm = 500 m. 1aWien :bFreytag-Berndt u. Artaria,c[2004] a2 maps on 1 sheet :bboth sides, color ;c70 x 49 cm and 70 x 59 cm, folded to 20 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights on Eisenstadt map, and by shading, spot heights, and form lines on lake map. Depths shown by contours on lake map. aTitle from panel. aIncludes text and index. a"2071-1832 Laufzeit 12/2005."0 aEisenstadt -- Neusiedler See. aText and legends in German, English, French, and Italian. 0aEisenstadt (Austria)vMaps. 0aNeusiedler Lake (Austria and Hungary)vMaps. 7aTourist maps.2lcgft 7aTopographic maps.2lcgft a92bPUL01815nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245015400257260002800411300008400439336003300523337002800556338002600584540004200610500003600652500003400688506018500722580006500907600007000972600007601042650005501118650006301173650005701236655004601293856009001339994001201429on1390695335OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634713 aDLCbengedcrmgcDLC a(OCoLC)1390695335 aLC-DIG-ppmsca-87322bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Wall with fireplace, doors, and lunettes.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper, with paper backing ;csheet 13 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aPossibly for wall in Library. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aFireplaceszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87322qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87322 a92bPUL01643njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132110007600154245006900230264005400299300003000353336003700383337002300420338003100443344001900474344001900493344001900512347002200531347001300553500002600566511003700592518007200629518006200701518006700763518006700830500003400897505022200931650002701153655002301180655001801203994001201221on1390695341OCoLC20230718213016.0sd fsngnnmmned230713s2019 xxurcnn d n eng  a 2023626335 aDLCbengerdacDLC a(OCoLC)13906953412 aTelevangelist and the Architect (Musical group),ecomposer,eperformer.10aExiled in the exit aisle /cthe Televangelist and the Architect. 1a[United States] :bUndetected Plagiarism,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aTelevangelist and the Architect. oRecorded atpA Basement, Cambridge, MAd2007 January-2010 December. oRecorded atpMusicol Recording, Columbus, OHd2016 March. oRecorded atpKeith's Project Studio, Columbus, OHd2016 March. oRecorded atpHyde Street Studios, San Francisco, CAd2016 May. aLyrics inserted in container.00tLeaving it all behind --tGrandview --tSpring park --tDa scopello a orta San Giulio --tParis dissapoints --tOerlikon --tSettling in is unsettling --tThe station or the train --tLost and found --tMarney Street. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL00802njm a22002535a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100002600159245004800185260004500233300004100278500002300319546002000342500001800362505012300380500003300503994001200536on1390695342OCoLC20230718213016.0sd fsngnnmmned100413s2009 bs sgnn n bnt  a 2010306226 aDLCbengcDLC a(OCoLC)1390695342 alcode0 aM Squaredc(Musician)10aTshimologoh[sound recording] /cM Squared. aGaborone :bM Squared Production,c2009. a1 sound disc :bdigital ;c4 3/4 in. aConteporary music. aSung in Tswana. aCompact disc.0 aAo morena -- Botshelo -- Tshimologo -- Confession -- In the last days -- Lentswe -- Kea morata -- Ngwana wa mosetsana. aProduction level cataloging. a92bPUL00990njm a22002535a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100002100159245005300180260004400233300004100277500002400318500001800342500005500360505027600415500003300691994001200724on1390695343OCoLC20230718213016.0sd fsngnnmmned190627s2018 bs ppnn n eng  a 2019351410 aDLCbengcDLC a(OCoLC)1390695343 alcode1 aProctor, Bokang.10aCollectionsh[sound recording] /cby BK Proctor. aGaborone :bBokang "BK" Proctor,c2018. a1 sound disc :bdigital ;c4 3/4 in. aContemporary music. aCompact disc. aInsert contains the perfoming crew for each track.0 a1. Intro (Hold me) -- 2. In love -- 3. Confessions of a lunatic -- 4. Old skool love -- 5. Scarecrow -- 6. Auwele -- 7. Can we -- 8. Promise -- 9. After you -- 10. Tired -- 11. Jazzing up -- 12. Express yourself -- 13. Sweetest escape -- 14. Feeling you -- 15. I believe. aProduction level cataloging. a92bPUL01314ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011800163264007300281300004700354336003500401337002800436338002700464490002900491500003500520500003600555546002000591650003500611655003000646655003000676655001900706700003000725730007400755773012300829994001200952on1390695344OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561445 aDLCbengerdacDLC a(OCoLC)1390695344 apcc00aML31b.C59500a"Flirting with love" with Colleen Moore and Conway Tearle, a First National picture /ccompiled by Eurgene Conte. 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aLC copy 2 lacks pages 3-4.5DLC bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aConte, Eugene,ecompiler.0 iMusic for motion picture (work):aFlirting with love (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 40w(DLC) 2018571961 a92bPUL01526nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132041001300154050002300167052001300190110007100203245019700274246003500471246005700506255002100563264008500584300007500669336004000744337002800784338002600812500002200838500004200860500004300902500001900945500004300964546003501007651005701042655001701099994001201116on1390695345OCoLC20230718213016.0aj canzn230712s1994 sa a 0 eng  a 2023591385 aDLCbengerdacDLC0 aa a(OCoLC)13906953450 aengaafr00aG8502.K2 1994b.A9 a8502bK22 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, the Kalahari Gemsbok National Park =bAARSA reisdiens, die Kalahari Gemsbok Nasionale Park /ccompiled, drawn and published by the Automobile Association of South Africa.30aKalahari Gemsbok National Park31aAARSA reisdiens, die Kalahari Gemsbok Nasionale Park aScale not given. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1994] a1 map :bcolor ;c22 x 8 cm, on sheet 42 x 30 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K4. aIn lower left corner on verso: 944/20. aIncludes text. aText and color illustrations on verso. aText in English and Afrikaans. 0aKalahari Gemsbok National Park (South Africa)vMaps. 7aMaps.2lcgft a92bPUL01309ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009700163246001900260264007300279300004700352336003500399337002800434338002700462490002900489500003500518500001900553546002000572650003500592655003000627655003000657655001900687700003600706730007000742773012300812994001200935on1390695348OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561397 aDLCbengerdacDLC a(OCoLC)1390695348 apcc00aML31b.C59500aWilliam Fox feature production "The country beyond" /cmusic compiled by Michael P. Krueger.30aCountry beyond 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (2 unnumbered pages) ;c35 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKrueger, Michael P.,ecompiler.0 iMusic for motion picture (work):aCountry beyond (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 42w(DLC) 2018571961 a92bPUL01328ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010600163246002400269264007300293300004700366336003500413337002800448338002700476490002900503500003500532500001900567546002000586650003500606655003000641655003000671655001900701700003600720730007500756773012300831994001200954on1390695349OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561429 aDLCbengerdacDLC a(OCoLC)1390695349 apcc00aML31b.C59500aWilliam Fox production, Tom Mix in "The everlasting whisper" /cmusic compiled by Michael P. Krueger.30aEverlasting whisper 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKrueger, Michael P.,ecompiler.0 iMusic for motion picture (work):aEverlasting whisper (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 24w(DLC) 2018571961 a92bPUL01289ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011300163246001100276264007300287300004700360336003500407337002800442338002700470490002900497500003500526546002000561650003500581655003000616655003000646655001900676700004700695730006200742773012300804994001200927on1390695350OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561454 aDLCbengerdacDLC a(OCoLC)1390695350 apcc00aML31b.C59500aFirstional National Pictures, Inc. presents Milton Sills in "Framed" /cmusic compiled by James C. Bradford.30aFramed 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFramed (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 49w(DLC) 2018571961 a92bPUL01662nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052000900241110004500250245024600295255005800541264004400599300006700643336004000710337002800750338002600778500003400804500004900838505019500887650003301082655001701115710005801132773009801190994001201288on1390695351OCoLC20230718213016.0aj canzn230717s1977 dcug b f 0 ind  a 2023592546 aDLCbengerdacDLC1 aab1000000dE1030000eE1070000fS0140000gS0110000 a(OCoLC)13906953510 aindaeng00aG8011.C34 S1000b.G4 a80112 aGeological Survey (U.S.),ecartographer.10aWater-supply paper 1608-P [Ground-water resources of Cambodia] /cUnited States Department f Interior, Geological Survey, prepared in cooperation with the Government of Cambodia under the auspices of the Agency for International Development. aScale 1:1,000,000c(E 103°--E 107°/S 14°--S 11°). 1aWashington :bGeological Survey,c1977. a3 maps :bcolor ;c49 x 50 cm or smaller, on sheet 61 x 107 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aIncludes glossary, insets, text, and graphs.0 aPlate 1. Geologic map of Cambodia showing location of lithologic sections -- Plate 2. Map showing location of wells in Cambodia -- Plate 3. Lithologic sections of selected areas in Cambodia. 0aGroundwaterzCambodiavMaps. 7aMaps.2lcgft1 aUnited States.bAgency for International Development.0 aGround-water resources of Cambodia, 1977dWashington : U.S. Govt. Print. Off., 1977w74020781 a92bPUL03190nkd a2200517 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148242012300160245013400283260001000417300010000427336003300527337002800560338002600588520066700614540015601281500003701437500002501474500003301499506003601532545013901568555007901707610007201786650005201858650004801910650004701958650004502005650004702050650005802097650005002155655004402205655006102249655003902310655004102349655004502390773009502435856006102530856006902591994001202660on1390695352OCoLC20230718213016.0kh b|o230712s1918 it nnn knita  a 2023631487 aDLCbengedcrmgcDLC a(OCoLC)1390695352 ae-it---04aMarine Colony of Nettuno of the American Red Cross for the children of our soldiers year of war and victory 1918.yeng00aColonia Marina di Nettuno della Croce Rossa Americana pei figli dei notstri soldati anno di guerra e di vittoria 1918h[graphic]. c1918. a13 photographs in 1 album :bgelatin silver prints ;calbum 17 x 24 cm, photographs 17 x 24 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show the Nettuno Marine Colony (camp) run by the American Red Cross for war orphans and children of soldiers, in Nettuno, Italy. Images depict an exterior view of a building and indoor view of dormitories. Most photographs show boys and girls outdoors on the beach. Also shown are children in boats and seated outside a wood pavilion building with sign "Croce Rossa Americana" and American flags painted on it. Also included is a reproduction of an architectural drawing of the colony building titled "Edificio Per le Colonie estive Marine, prospetto verso mare" (Building for the marine summer colonies, prospect towards the sea) by Ingegnere Ricci. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title transcribed from item. aCaptions in Italian. aPhotographer not identified.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxFacilitieszItalyzNettunoy1910-1920. 4aWorld War, 1914-1918xChildrenzItalyzNettuno. 7aChildrenzItalyzNettunoy1910-1920.2lctgm 7aBeacheszItalyzNettunoy1910-1920.2lctgm 7aCampszItalyzNettunoy1910-1920.2lctgm 7aOrphanszItalyzNettunoy1910-1920.2lctgm 7aInstitutional carezItalyzNettunoy1910-1920.2lctgm 7aWar reliefzItalyzNettunoy1910-1920.2lctgm 7aPortrait photographsy1910-1920.2gmgpc 7aArchitectural drawingsxReproductionsy1910-1920.2gmgpc 7aGroup portraitsy1910-1920.2gmgpc 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01487njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100003600171245004000207264004000247300003000287336003700317337002300354338003100377344001900408344001900427344001900446347002200465347001300487382009900500500002600599511016000625518004000785505013700825650002700962655002300989655001801012710004701030994001201077on1390695355OCoLC20230718213016.0sd fsngnnmmned230713s2016 xxurcnn n eng  a 2023626325 aDLCbengerdacDLC1 a678572231940 a(OCoLC)13906953551 aThomasX,ecomposer,eperformer.10aEnnui go :blight /cSaint ThomasX. 1a[United States] :bThomasX,c[2016] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01asingern1dguitarn1aguitarn1dbass guitarn1dkeyboard instrumentn1adrum setn1s32lcmpt aTitle from container.0 aSaint ThomasX (ThomasX, voice, 12-string ; Jonas Wilson, guitar, bass, keys ; Don Clark (3rd, 5th-6th tracks), Falcon Valdez (2nd, 4th, 7th tracks) drums). oRecorded atpSkeleton Farm Studios.00tMomento mori --tSee now my armor --tGood mourning son shine --tLullaby --tHello ghost --tDear Wormwood --tScience of the soul. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aSaint ThomasX (Musical group),eperformer. a92bPUL00954njm a22002655a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127041001300149042001000162110003100172245005100203260003500254300004100289500002400330546003200354500001800386505023900404500003300643994001200676on1390695356OCoLC20230718213016.0sd fsngnnmmned190627s2018 bs ppnn n eng  a 2019351413 aDLCbengcDLC a(OCoLC)13906953560 dengdtsn alcode2 aMMP Family (Musical group)10aOn a missionh[sound recording] /cMMP Family. aGaborone :bMMP Family,c2018. a1 sound disc :bdigital ;c4 3/4 in. aContemporary music. aSung in English and Tswana. aCompact disc.0 aMMP on a mission -- Kwela kwela -- In my bones -- Weekend special -- Chooseday -- Faded -- Re godile -- I like it -- Palamonwana -- Lonyalo -- Re monate -- Back again -- Doing great -- Sthandwa -- Ramasedi -- Gao tagilwe -- Good life. aProduction level cataloging. a92bPUL01615ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013300163246001400296264007300310300004700383336003500430337002800465338002700493490002900520500003500549500001900584546002000603650003500623655003000658655003000688655001900718700004700737730006500784773012200849776025800971994001201229on1390695357OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561412 aDLCbengerdacDLC a(OCoLC)1390695357 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Marshall Neilan's "Diplomacy" with Blanche Sweet /cmusic compiled by James C. Bradford.30aDiplomacy 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDiplomacy (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 7w(DLC) 201857196108iReproduced as (manifestation):tAdolph Zukor and Jesse L. Lasky present Marshall Neilan's Diplomacy with Blanche Sweet.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570896 a92bPUL01755ngm a22003013a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245006000160257001300220260005400233300006800287500006800355508020700423511039100630520026201021500002801283541001401311655002401325700005701349710003501406994001201441on1390695358OCoLC20230718213016.0vd cvaiz|181201s2018 sx --- vleng  a 2018338708 aDLCbengeamimcDLC a(OCoLC)1390695358 alcode00aKukuri /cdirector-producer, script, Philippe Talavera. aNamibia. aWindhoek :bOmbetja Yehinga Organisation,cc2018. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aCopyright notice on video: Ombetja Yehinga Organisation ; 2018. aDirector of photography, Bernd Curschmann ; sound, Jacques "Kauna" Hoabeb ; post production, Wojtek Majewski ; editing, Haiko Boldt ; music, Ponti Dikuua ; first assistant director, Nyandee Mbarandongo.1 aGeorge Antonio (Chindo), Hanty Kashongo (Kukuri), Laina Ashipala (Dorina), David Domingo (Junius), Cecilia Haingura (Dorina's mother), Diyanna Longwani (Mukwa), Regina Moses (Lulu), Mbango Munyima (Piusa), David Mushavanga (Pesa), Nangana Mushavanga (Joyce), Othilie Ngandu (Maria), Christiaan Haingura Njamba (Teacher), Rozalina Wanga (Social worker), Renah Mushavanga Xuesom (Makena). aKukuri is a story of a teenager from the Kavango East region of Namibia who is in school with dreams of becoming a lawyer. The dreams are cut short as her grandmother doesn't value education and has organized for her wedding to the local brickmaker, Chindo. aSource used: videodisc. cPurchase. 7aShort films.2lcgft1 aTalavera, Philip,edirection,eproduction,ewriting.2 aOmbetja Yehinga (Organization) a92bPUL01057njm a22003135i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109020001800132035002200150042001000172110005400182245002800236264003000264264001200294300004100306336003700347337002300384338003100407500001800438500003200456500003300488505017200521650003800693994001200731on1390695362OCoLC20230718213016.0sd fsngnnmmned170330t20142014bl rcnn n por  a 2017314603 aDLCbengerdacDLC z7891430342029 a(OCoLC)1390695362 alcode2 aMombojó (Musical group),eperformer,eproducer.10aMombojó :bAlexandre. 1a[Brazil] :bSlap,c[2014] 4c℗2014 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc. aCAP CD Assort. 5 FY17.5DLC aProduction level cataloging.00aRebulico --tMe encantei por Rosario --tHello --tSummer long --tPing pong beat --tDiz o leao --tHortella --tDance --tAlexandre --tCuicado, perigo! --tPro sol. 0aPopular musiczBrazily2011-2020. a92bPUL01382ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014700163246002500310264007300335300004700408336003500455337002800490338002700518490002900545500003500574500001900609546002000628650003500648655003000683655003000713655001900743700004700762730007600809773012300885994001201008on1390695363OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561465 aDLCbengerdacDLC a(OCoLC)1390695363 apcc00aML31b.C59500aAssociated Holding Corporation presents "The girl from Montmartre" with Barbara LaMarr and Lewis Stone /cmusic compiled by James C. Bradford.30aGirl from Montmartre 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGirl from Montmartre (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 10w(DLC) 2018571961 a92bPUL01947njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100004700171245006400218264004300282264001200325300003000337336003700367337002300404338003100427344001900458344001900477344001900496347002200515347001300537382019300550500002700743511020300770505041500973650003001388650001601418655002601434655001801460710004701478994001201525on1390695369OCoLC20230718213016.0sd fsngnnmmned230711t20212021xxuppnn n eng  a 2023626318 aDLCbengerdacDLC1 a195269063474 a(OCoLC)13906953691 aNewsom, Jim,d1952-ecomposer,eperformer.10aPeace, love, happiness /cJim Newsom and the Cloudless Sky. 1a[United States] :bJim Newsom,c[2021] 4c℗2021 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01amale voicen1dguitarn1dfluten1dbass guitarn1dpianon1dkeyboard instrumentn1dpercussionn1apianon1dkeyboard instrumentn1dsteel drumn1dfemale voicen1adrum setn1s32lcmpt aTitle from disc label.0 aJim Newsome and the Cloudless Sky (Jim Newsom, vocals, guitars, flutes, bass, piano, keyboards, harmonica, percussion ; Gail Keller Smith, piano, keyboards, steel drum, vocals ; Rick Jebavy, drums).00aOur finest hour --tBitterness backfires --tI am not a jukebox --tMy daddy's records --tPeace love happiness --tThe days of being Bob Dylan are gone --tOne kiss --tHere and now --tGeraldine --tOrange clown --tSadie Grace and her butterfly chase --tA hug and a kiss (for Christmas) --tWindup toys on parade (music adapted from Parade of the tin soldiers by Leon Jessel, 1897) -- Sunshine and flowers. 0aPopular musicy2021-2030. 0aFolk music. 7aPopular music.2lcgft 7aSongs.2lcgft2 aCloudless Sky (Musical group),eperformer. a92bPUL05452nkd a2200613 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148100003100160245016200191260003200353300011300385336003300498337002800531338002600559520127100585520109601856540015602952500004003108500002503148506003603173545013903209545009703348545020503445555007903650610005903729650002803788650004403816650004003860650005203900650005303952650004404005650005704049650004804106650004704154650004104201650004404242650005504286650004404341650004704385655004404432655003904476655004104515655004504556773009504601856006104696856006904757994001204826on1390695370OCoLC20230718213016.0kh b|o230711s1919 it nnn knita  a 2023631486 aDLCbengedcrmgcDLC a(OCoLC)1390695370 ae-it---1 aFelici, G.,ephotographer.10a[Photograph albums depicting children assisted by the American Red Cross, Tiburtino District, Rome, Italy]h[graphic] /cG. Felici Roma Via Babuino 74-75-76. c[January and February 1919] a35 photographs in 2 albums :bgelatin silver prints ;calbums 29 x 37 cm, photographs 19 x 27 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aLOT 15379-3 includes two photograph albums. The first album is titled: "Omaggio alla Croce R. Americana Istituto Pio X Quartiere Tiburtino Roma, Gennajo 26 1919, Panizzardi Di Camillo." (Homage to the American Red Cross Instituto Pio X Tiburtino District Rome, January 26 1919, Panizzardi D. Camillo). Most images depict group portraits of children assisted by the Red Cross, including Boy Scouts gathered outdoors to greet American Red Cross visitors; Red Cross officials with children during a clothing distribution; two group portraits of boys from the "Collegio Pio X" showing how they looked before and after they received clothing from the Red Cross; the children of the "Via Campani" kindergarten in clothes donated by the Red Cross; girls of the "Istituto Femm. of V. Etrucschi" wearing donated clothing; girls of the "Istituto della Madonna dell'Orto" seated outside a building to thank the Red Cross for clothing; orphans at the "Istituto della Madonna dell'Orto" during Red Cross visit; girls from the kindergarten of the "Asilo delle Scuole di P. Tiburtina"; and girls seated outside a building with a nun at the "Asilo e Scuole di S. Savelli Bambini." Also shown is the exterior of the Pio X Institute assistance headquarters for the Tiburtino District.0 aThe second album is titled: "Album d'Omaggio alla Benemerita Croce R.A. con fotographie di nuovi istituzioni, maschili e femminili beneficate, Roma, Quartiere Tiburtino, 8-2-1919, D. Camillo Panizzardi" (Tribute album to the meritorious Cross R.A. with photographs of new institutions, benefited males and females, Rome, Tiburtino Quarter, 8-2-1919 [February 8, 1919]). Images depict mostly group portraits of children helped by the Red Cross including schoolchildren outside the Istituto Pio X on a field trip in Red Cross clothing (dated February 1, 1919); boys of the Collegio Pio X in school uniforms donated by Red Cross (dated February 4, 1919); aerial view of schoolchildren of "Patronato" playing outdoors in clothing given by Red Cross, some holding American flags; classes of girls working on needlework and lace in the Tiburtino Quarter workshops of "SS Pietro e Paolo" and "Madonna dell'Orto"; and girls of the "Villa Mercede" in the Tiburtino Quarter posed outdoors with sewing projects including an aerial view of children outdoors. The American flag is visible in some images. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title devised by Library staff. aCaptions in Italian.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc . aPhotographs were taken by Giuseppe Felici (1839-1923), official photographer of the Vatican. aCamillo Panizzardi (1875-1935) was an Italian presbyter (priest) who worked in the foundation of the Opera Pio X, in the Tiburtino district. (Source: https://it.wikipedia.org/wiki/Camillo_Panizzardi).8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxPeoplezItalyy1910-1920. 0aCatholicszItalyzRome. 4aWorld War, 1914-1918xAftermathzItaly. 4aBoy ScoutszItalyzRomey1920-1930. 7aSchool childrenzItalyzRomey1910-1920.2lctgm 7aClothing & dresszItalyzRomey1910-1920.2lctgm 7aOrphanszItalyzRomey1910-1920.2lctgm 7aReligious facilitieszItalyzRomey1910-1920.2lctgm 7aLace makingzItalyzRomey1910-1920.2lctgm 7aNeedleworkzItalyzRomey1910-1920.2lctgm 7aNunszItalyzRomey1910-1920.2lctgm 7aPriestszItalyzRomey1910-1920.2lctgm 7aInstitutional carezItalyzRomey1910-1920.2lctgm 7aSchoolszItalyzRomey1910-1920.2lctgm 7aWar reliefzItalyzRomey1910-1920.2lctgm 7aPortrait photographsy1910-1920.2gmgpc 7aGroup portraitsy1910-1920.2gmgpc 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01636ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014800163246001800311264007400329300004700403336003500450337002800485338002700513490002900540500003500569500003600604546002000640650003500660655003000695655003000725655001900755700004700774730006900821773012300890787023701013994001201250on1390695377OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561442 aDLCbengerdacDLC a(OCoLC)1390695377 apcc00aML31b.C59500aAssociated First National Pictures, Inc. presents "Flaming youth" with Coleen Moore, a First National picture /ccompiled by James C. Bradford.30aFlaming youth 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFlaming youth (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 37w(DLC) 201857196108iRelated manifestation of item:tAssociated First National Pictures, Inc. presents "Flaming youth" with Coleen Moore, a First National picture.dNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923]w(DLC) 2022561443 a92bPUL01618ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012500163246001600288264007300304300004700377336003500424337002800459338002700487490002900514500003500543500001900578546002000597650003500617655003000652655003000682655001900712700004700731730007300778773012300851776025800974994001201232on1390695378OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561444 aDLCbengerdacDLC a(OCoLC)1390695378 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Clara Bow in "The fleet's in!" with James Hall /ccompiled by James C. Bradford.30aFleet's in! 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFleet's in (Motion picture : 1928)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 39w(DLC) 201857196108iReproduced as (manifestation):tAdolph Zukor and Jesse L. Lasky present Clara Bow in "The fleet's in!" with James Hall.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570959 a92bPUL01748nem a2200337 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245028100272246006400553255002000617264007600637300010600713336004000819337002800859338002600887490001900913546003100932500009000963880028101053880006401334994001201398on1390695379OCoLC20230718213016.0aj canzn230712s2019 ti a 0 eng  a 2023364632 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390695379 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pThala =bKharīṭat Tūnis al-jiyūlūjīyah.pTālah /cles levés géologiques ont été effectués par Mohamed Faouzi Zagrarni, Amine Hanini et Mohamed Hédi Negra ; la rédaction a été assurée par Moez Mansoura.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pTālah aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2019] a1 map :bcolor ;c42 x 67 cm. on sheet 55 X 90 cm. folded in cover 21 X 17 cm +e1 booklet (24 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 67 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pThala =bخريطة تونس الجيولوجية.pتالة /cles levés géologiques ont été effectués par Mohamed Faouzi Zagrarni, Amine Hanini et Mohamed Hédi Negra ; la rédaction a été assurée par Moez Mansoura.316246-02aخريطة تونس الجيولوجية.pتالة a92bPUL01287nem a2200337 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002600162052001300188110007300201245009100274255002100365264007700386300005500463336004000518337002800558338002600586500006400612500005700676650007400733650006200807651004300869655002500912994001200937on1390695380OCoLC20230718213016.0aj canzn230717s1989 xoaacg a l 0 eng  a 2023592548 aDLCbengerdacDLC1 aab100000 a(OCoLC)139069538000aG9042.L5E63 1989b.N6 a9042bL51 aNorthern Territory.bDepartment of Lands and Housing,ecartographer.14aThe Northern Territory's Litchfield /cproduced by NT Department of Lands and Housing. aScale 1:100,000. 1aDarwin, Northern Territory :bNT Department of Lands and Housing,c1989. a1 map :bcolor ;c65 x 55 cm, folded to 22 x 14 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours, gradient tints, and spot heights. aLocation map, text and color illustrations on verso. 0aOutdoor recreationzAustraliazLitchfield National Park (N.T.)vMaps. 0aTrailszAustraliazLitchfield National Park (N.T.)vMaps. 0aLitchfield National Park (N.T.)vMaps. 7aTourist maps.2lcgft a92bPUL01710nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014700257260002800404300009900432336003300531337002800564338002600592540004200618500003600660506018500696580006500881600007000946600007601016650005501092650006501147655004601212856009001258994001201348on1390695381OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634714 aDLCbengedcrmgcDLC a(OCoLC)1390695381 aLC-DIG-ppmsca-87323bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Ceiling with coffers.]p[Reflected ceiling plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 14 x 21 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aCoffers (Ceilings)zRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87323qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87323 a92bPUL01763nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012800256260002800384300007900412336003300491337002800524338002600552540004200578500003600620506018500656580006500841600007000906600007600976650005501052650006201107650008401169655004601253856009001299994001201389on1390695382OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634729 aDLCbengedcrmgcDLC a(OCoLC)1390695382 aLC-DIG-ppmsca-87338 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Breakfast room (2)]p[Detail]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 26 x 18 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aBreakfast roomszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural decorations & ornamentszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87338qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87338 a92bPUL01703ncm a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016800163246002000331264007400351300004700425336003500472337002800507338002700535490002900562500003500591500001900626500003600645546002000681650003500701655003000736655003000766655001900796700004700815730007100862773012300933787024901056994001201305on1390695411OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561385 aDLCbengerdacDLC a(OCoLC)1390695411 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a Victor Fleming production "Code of the sea" with Rod LaRoque and Jacqueline Logan /cmusic compiled by James C. Bradford.30aCode of the sea 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c34 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCode of the sea (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 30w(DLC) 201857196108iRelated manifestation of item:tAdolph Zukor and Jesse L. Lasky present a Victor Fleming production "Code of the sea" with Rod LaRoque and Jacqueline Logan.dNew York City : Cameo Music Publishing Co., Inc., [not before 1924]w(DLC) 2022561385 a92bPUL01827nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012600256260002800382300009800410336003300508337002800541338002600569540004200595500003600637500001100673500006800684506018500752580006500937600007001002600007601072650005501148650005601203655004601259655003401305856009001339994001201429on1390695412OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634690 aDLCbengedcrmgcDLC a(OCoLC)1390695412 aLC-DIG-ppmsca-87299 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[South elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 23 x 36 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 6. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87299qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87299 a92bPUL01286nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146050002800168052001500196110004300211245005200254255002000306264006300326300003300389336004000422337002800462338002600490500004400516500004400560500005300604650004900657651003100706650004700737655001700784880004300801880004400844994001200888on1390695614OCoLC20230718213016.0aj canzn230712s1923 ja ae a f 0 jpn  a 2023592538 aDLCbengerdacDLC c$11 aab10000 a(OCoLC)139069561400aG7962.K557G45 1923b.J3 a7962bK5571 6880-01aJapan.bKaigun,ecartographer.106880-02aKōbekō shūchiku keikaku heimenzu. aScale 1:10,000. 1a[Tokyo] :b[publisher not identified],cTaishō 12 [1923] a1 map :bcolor ;c46 x 87 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aDepths shown by contours and soundings. aKobe Harbor reconstruction ground plan. a"Taisho ̄7-nen Kaigun sokuryōzu ni motozuku." 0aRegional planningzJapanzKōbe PortvMaps. 0aKōbe Port (Japan)vMaps. 0aNautical chartszJapanzKōbe PortvMaps. 7aMaps.2lcgft1 6110-01aJapan.b海軍,ecartographer.106245-02a神戶港修築計畫平面圖. a92bPUL01196njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002900150035002200179042001400201100003600215245002900251246000800280264004100288264001200329300004900341306003500390336003700425337002300462338003100485340001900516344001800535344001500553344002300568344001900591511001100610500002800621505007000649650002400719655003100743994001200774on1390695740OCoLC20230718213016.0sd bsmennmplud230712t20222022gw ppnn n eng d a 2023627518 aTDFbengerdacDLC30a425180412906002aNECH 021bNechto Records a(OCoLC)1390695740 alccopycat0 aR.M.K.c(Musician),eperformer.10aNECH 021 EP12" /cR.M.K.30a021 1a[Ukraine] :bNechto Records,c[2022] 4c℗2022 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. a000538a000633a000605a000617 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc0 aR.M.K. aTitle from disc labels.0 aMuscle (5:38) -- Connect (6:33) -- Mind (6:05) -- Release (6:17). 0aElectronica (Music) 7aElectronica (Music)2lcgft a92bPUL01265njm a22002897a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127041001300149042001000162245003600172260004400208300006400252490002400316546003100340500005800371500023800429500007500667500001800742505017000760500003300930994001200963on1390695741OCoLC20230718213016.0sd fsngnnmmned220307s2011 mw sgnn n eng  a 2022322037 aDLCbengcDLC a(OCoLC)13906957410 dengdnya alcode00aSankha moyoh[sound recording]. a[Lilongwe] :bIn Tune for Life,cc2011. a1 sound disc :bdigital ;c4 3/4 in. +eDVD-ROM (4 3/4 in.)0 aTitenge udindo ;v3 aSung in English and Chewa. aAccompanied by: DVD titled: Mofanana 2: Mary's story. aThe album is mastered in the UK, and distributed through Christian Aid in Lilongwe.The music in the album is focussed on HIV awareness and addressing some of the social issues that surround it like domestic violence, rape and stigma. aAccompanying insert contains background information about the project. aCompact disc.0 aImvani kulira kwawo -- Edzi yasuzya -- Someday -- Mumve -- Sankha moyo -- Mwana ndi chuma -- Chizolowezi -- Chitemwa chikondi -- Maybe if -- Limbikabe -- Amatikonda. aProduction level cataloging. a92bPUL01514njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002600149035002200175100004600197245002700243246001700270264005800287264001200345300005700357336003700414337002300451338003100474340001900505344001800524344001500542344002300557344001900580500002600599511002700625500002500652505016200677650002700839650002200866650002800888650002100916650002100937655002800958655002800986655001801014994001201032on1390695742OCoLC20230718213016.0sd bsmennmplue230711t20172017ncurcnn n eng  a 2023617301 aDLCbengerdacDLC1 a67385505781102aMRG578bMerge Records a(OCoLC)13906957420 aSneaksc(Musician)ecomposer,eperformer.10aIt's a myth /cSneaks.30aIt is a myth 1aChapel Hill, North Carolina :bMerge Records,c[2017] 4c℗2017 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from container.0 aSneaks (Eva Moolchan). a"SS2017"--Container.00tInside edition --tLook like that --tNot my combination --tHair slick back --tDevo --tPBNJ --tAct out --tDaffodils --tWith a cherry on top --tFuture. 0aRock musicy2011-2020. 0aElectronic music. 0aAlternative rock music. 0aPost-punk music. 0aIndie pop music. 7aPost-punk music.2lcgft 7aIndie pop music.2lcgft 7aSongs.2lcgft a92bPUL01723nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245013100256260002800387300006400415336003300479337002800512338002600540540004200566500003600608506018500644580006500829600007000894600007600964650005501040650006301095650005501158655004601213856009001259994001201349on1390695743OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634693 aDLCbengedcrmgcDLC a(OCoLC)1390695743 aLC-DIG-ppmsca-87302 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Door with lunette.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 28 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aLunetteszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87302qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87302 a92bPUL01466njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110006900171245005000240264005700290264001200347300003000359336003700389337002300426338003100449344001900480344001900499344001900518347002200537347001300559382008300572500002700655511009100682505022700773650002701000655002301027655001801050994001201068on1390695768OCoLC20230718213016.0sd fsngnnmmned230711t20192019xxurcnn n eng  a 2023626320 aDLCbengerdacDLC1 a700261473635 a(OCoLC)13906957682 aJonny & the Black Frames (Musical group),ecomposer,eperformer.10aRevolver junkies /cJonny & the Black Frames. 1a[United States] :bJonny & the Black Frames,c[2019] 4c℗2019 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01adrum setn1abass guitarn1dmale voicen1aguitarn1dmale voicen1s32lcmpt aTitle from disc label.0 aJonny & the Black Frames (J, drums ; Chad Z, bass, voice ; Jonny Yen, guitar, vocals).00aSwitchblade --tShadows fading --tSaint Valentine's massacre --tKeep the fire alive --tAttention whore --tKick & the snare --tShowing teeth --tSequestration blues --tDeadbeat --tWe awake --tDesolate --tWasteland. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL00916njm a22002777a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003100127035002200158042001000180100002300190245012700213260003800340300004100378500002700419546001900446500001800465505007900483500003300562710003100595994001200626on1390695769OCoLC20230718213016.0sd fsngnnmmned201105s2019 rh ppnn n sna  a 2020337665 aDLCbengcDLC02aCDIMZM 007bGramma Records a(OCoLC)1390695769 alcode1 aMjintu, Innocente.10aChari nejasih[sound recording] /cInnocente Mijuntu and Zare Music ; all songs arranged and composed by Innocent Mijuntu. aHarare :bGramma Records,cp2019. a1 sound disc :bdigital ;c4 3/4 in. aPopular sungura music. aSung in Shona. aCompact disc.0 aFototo zii -- Tavaona -- Kurasiswa -- Tigoziva -- Tigoziva (Instrumental). aProduction level cataloging.2 aZARE Music (Musical group) a92bPUL01627ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015900163246002800322264007000350300004700420336003500467337002800502338002700530490002900557500003500586546002000621650003500641655003000676655003000706655001900736700004700755730008600802773012300888787024201011994001201253on1390695770OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561468 aDLCbengerdacDLC a(OCoLC)1390695770 apcc00aML31b.C59500aEdwin Carewe's production of David Belasco's great stage success "The girl of the golden West," a First National picture /ccompiled by James C. Bradford.30aGirl of the golden West 1aNew York City :bCameo Music Publishing, Inc.,c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGirl of the golden West (Motion picture : 1923)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 13w(DLC) 201857196108iRelated item of manifestation:tEdwin Carewe's production of David Belasco's great stage success "The girl of the golden West," a First National picture.dNew York City : Cameo Music Publishing, Inc., [not before 1923]w(DLC) 2022561467 a92bPUL01723njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003000149035002200179245003900201264004900240264001200289300004100301336003700342337002300379338003100402344001900433344001900452344001900471347002200490347001300512500002700525511011400552508002800666518004700694500002500741505035100766650002201117650003001139655003801169655002601207710004401233994001201277on1390695803OCoLC20230718213016.0sd fsngnnmmned230714t20202020txucynn d n eng  a 2023628009 aDLCbengerdacDLC1 a88829594182202aFA00191bFlying A Records a(OCoLC)139069580300aNo holds barred /cthe Flyin' A's. 1a[Austin, Tex.?] :bFlying A Records,c[2020] 4c℗2020 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aThe Flyin' A's (Hilary Claire Adamson, vocals ; Stuart Adamson, vocals, guitars) ; with supporting musicians. aProduced by Chris Gage. oRecordedpMoonHouse Studio, Austin, Texas. aLyrics on container.0 aGoing crazy (3:01) -- Rhyme or reason (2:59) -- She feels like home (3:24) -- Heart brakes (2:34) -- Coal tattoo (3:41) -- Faith and gasoline (3:57) -- What's wrong with you for loving me (3:04) -- First taste (2:32) -- We will again (3:14) -- House for my dog (2:38) -- Nothing can stop my loving you (2:23) -- Lungs (2:12) -- Letting go (4:09). 0aAmericana (Music) 0aCountry musicy2011-2020. 7aAlternative country music.2lcgft 7aCountry music.2lcgft2 aFlyin' A's (Musical group),eperformer. a92bPUL01410ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245019100163246001700354264007300371300004700444336003500491337002800526338002700554490002900581500003500610500001900645546002000664650003500684655003000719655003000749655001900779700004700798730006800845773012300913994001201036on1390695804OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561389 aDLCbengerdacDLC a(OCoLC)1390695804 apcc00aML31b.C59500aColumbia pictures presents "The college hero" with Robert Agnew, Pauline Garon, Ben Turpin, Rex Lease, Churchill Ross, Joan Standing and Charles Paddock /ccompiled by James C. Bradford.30aCollege hero 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCollege hero (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 34w(DLC) 2018571961 a92bPUL02859nkd a2200493 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148245005000160260002800210300011300238336003300351337002800384338002600412520061800438540015601056500003701212500002501249500003301274506003601307545013901343555007901482610007201561610006801633650005201701650003901753650003801792650003901830650004901869650004101918655004401959655003902003655004102042655004502083773009502128856006102223856006902284994001202353on1390695805OCoLC20230718213016.0kh b|o230712q19171919it nnn knita  a 2023631488 aDLCbengedcrmgcDLC a(OCoLC)1390695805 ae-it---00aViserbo Asilo, American Red Crossh[graphic]. c[between 1917 and 1919] a12 photographs in 1 album :bgelatin silver prints ;c; album 25 x 35 cm, photographs 17 x 23 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show the Viserbo Asilo nursery for children, in Viserbo (Viserba?), Italy. Most images show children on the beach exercising, playing in water, resting and walking. Photographs also depict a woman taking a snack out of a bowl held by another woman, a nurse examining a boy's eyes, a dormitory and a dining room. Also shown is a group portrait, possibly of the nursery staff including: Lieutenant Roberts, Contessa Bevilacquia, Fortunato Buzzi, mayor of Ravenna; Major Bartlett, Director of Civil Affairs and Lieutenant Pacifici. An image of Buzzi visiting the children at the nursery is also included. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title transcribed from item. aCaptions in Italian. aPhotographer not identified.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxFacilitieszItalyzViserboy1910-1920.24aAmerican National Red CrossxPeoplezItalyzViserboy1910-1920. 4aWorld War, 1914-1918xChildrenzItalyzViserbo. 7aChildrenzItalyy1910-1920.2lctgm 7aBeacheszItalyy1910-1920.2lctgm 7aDay carezItalyy1910-1920.2lctgm 7aInstitutional carezItalyy1910-1920.2lctgm 7aWar reliefzItalyy1910-1920.2lctgm 7aPortrait photographsy1910-1920.2gmgpc 7aGroup portraitsy1910-1920.2gmgpc 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01833nkd a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100004200207245007900249260003300328300006900361336003300430337002800463338002600491540015800517500003600675530008500711500010700796500014600903580009801049650005001147650003901197655003301236773010001269856009001369994001201459on1390695806OCoLC20230718213016.0kg bi|230717s1960 xxunnn kneng  a 2023631495 aDLCbengedcrmgcDLC a(OCoLC)1390695806 aLC-DIG-ppmsca-83278bDLCc(digital file from original)1 aO'Halloran, Thomas J.,ephotographer.10a[Two men standing by Conoco gas pumps, Ida Grove, Iowa]h[graphic] /cTOH. c09/18/60 [18 September 1960] a1 photograph :bsafety negative ;cfilm width 35mm (roll format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. For information see "U.S. News & World Report Magazine Collection,"uhttps://www.loc.gov/rr/print/res/078_usnw.html aTitle devised by Library staff. aContact sheet available for reference purposes: USN&WR COLL - Job no. 4948,b12. aRelated log book caption from USN&WR COLL - Job no. 4948: "Mood of America interviews 09/18/1960 TOH." aRelated log book caption from USN&WR COLL - Job no. 4948: "Mood of America interviews Ida Grove, Iowa ... Farm town main street TOH 9-19-60." aForms part of: U.S. News & World Report Magazine Photograph Collection (Library of Congress). 7aGasoline pumpszIowazIda Grovey1960.2lctgm 7aMenzIowazIda Grovey1960.2lctgm 7aFilm negativesy1960.2gmgpc0 tU.S. News & World Report Magazine Photograph Collection (Library of Congress)w(DLC) 92517073413digital file from originaldppmscaf83278qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.83278 a92bPUL01582nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245011600257260002800373300007900401336003300480337002800513338002600541540004200567500003600609506018500645580006500830600007000895600007600965650005501041655004601096856009001142994001201232on1390695807OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634719 aDLCbengedcrmgcDLC a(OCoLC)1390695807 aLC-DIG-ppmsca-87328bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Floor plan study]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 21 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87328qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87328 a92bPUL03452njm a2200697 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003600149035002200185245002000207264006200227300004100289336003700330337002300367338003100390344001900421344001900440344001900459347002200478347001300500500002700513511002400540508018100564500004800745500010000793505078400893650001901677650001001696650001701706650002901723655002601752655001701778655001801795655004501813700004701858700002901905700004601934700004101980700004702021700004002068700005502108700003302163700003002196700002702226700004402253700005402297700002902351710004002380710005402420710006902474710005202543710004202595710004802637710005702685994001202742on1390695824OCoLC20230718213016.0sd fsngnnmmned000727r199919uumnumunn n eng  a 00521716  aDLCbengerdacDLC1 a76776381072602aMPR 107bMinnesota Public Radio a(OCoLC)139069582400aKeepers coffee. 1aSaint Paul, Minnesota :bMinnesota Public Radio,c[1999?] a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aVarious performers. aMusic consultants from MPR's the Morning Show: Tom Keith, Dale Connelly, Silverster Vicic ; Marlis Schmidt and Wendy Turner, producers ; Tom Mudge and Craig Thorson, rngineers. aCompiled from previously released material. aMPR 107 is also published by Minnesota Public Radio with the title "Keepers coffee with cream."0 tCoffee in bedr(Tom Paxton)g(2:36) -- A cuppa coffee the size of my headr(Dan Newton)g(3:56) --tDouble cappuccinor(Dakota Dave Hull, Kari Larson)g(2:24) --tExpresso my lover(Divers)g(3:32) --tAnother cuppa coffeer(Mr Elk and Mr Seal)g(2:31) --tWhat I want is a proper cup of coffeer(R.P. Weston and Bert Lee)g(3:47) --tGood morning coffeer(Greg Brown)g(2:59) --tJava jiver(Manhattan Transfer)g(2:52) --tSt. caffeiner(John Gorka)g(3:27) --tCoffee songr(The Guy's All Shoe Band)g(2:52) --tCoffee breakr(Frank Loesser)g(1:44) --tBlack coffeer(Cookie Coleman with Adi Yeshaya, Phil Hey and Gordon Johnson)g(5:05) --tLets have another cup of coffeer(Fred Waring and his Pennsylvanians)g(3:11) --tCoffee in a cardboard cupr(Dennis Spears)g(4:02). 0aPopular music. 0aJazz. 0aJazz vocals. 0aCoffeevSongs and music. 7aPopular music.2lcgft 7aJazz.2lcgft 7aSongs.2lcgft 7aSampler albums (Sound recordings)2lcgft1 aPaxton, Tom,d1937-eperformer,ecomposer.1 aNewton, Dan,eperformer.1 aHull, Dakota Dave,eperformer,ecomposer.1 aLarson, Kari,eperformer,ecomposer.1 aBrown, Greg,d1949-eperformer,ecomposer.1 aGorka, John,eperformer,ecomposer.1 aLoesser, Frank,d1910-1969,eperformer,ecomposer.1 aColeman, Cookie,eperformer.1 aYeshaya, Adi,eperformer.1 aHey, Phil,eperformer.1 aJohnson, Gordonc(Bassist),eperformer.1 aWaring, Fred,d1900-1984,eperformer,econductor.1 aSpears, Dennis,esinger.2 aDivers (Musical group),eperformer.2 aMr. Elk and Mr. Seal (Musical group),eperformer.2 aTrout Fishing in America (Musical group),ecomposer,eperformer.2 aManhattan Transfer (Musical group),eperformer.2 aGuy's All-Star Shoe Band,eperformer.2 aPennsylvanians (Musical group),eperformer.2 aMinnesota Public Radio,epublisher,eaudio producer. a92bPUL01725njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010004500092040002300137028002400160028002100184035002200205043001200227245007500239264005200314300004900366336003300415337002300448338003100471340001900502344001800521344001500539344002300554344001700577500002600594511004300620505013700663650004500800650005700845655002100902655003400923700006500957700006301022773020601085994001201291on1390695825OCoLC20230718213016.0sd bmmennmplue230623s1962 nyuuunn n eng  a 2023616839zr 66001523 zr 66001524  aDLCbengerdacDLC02aSA 827bSpoken Arts02a827bSpoken Arts a(OCoLC)1390695825 an-us---04aThe inaugural addresses of Dwight D. Eisenhower [and] John F. Kennedy. 1aNew Rochelle, New York :bSpoken Arts,c[1962?] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gmono2rdacpc aTitle from container.0 aDwight D. Eisenhower, John F. Kennedy.00tFirst inaugural address, January 20, 1953 /rDwight D. Eisenhower --tSecond inaugural address, January 21, 1957 /rJohn F. Kennedy. 0aPresidentszUnited StatesxInauguration. 0aPresidentszUnited StatesvSpeeches, addresses, etc. 7aSpeeches.2lcgft 7aLive sound recordings.2lcgft1 aEisenhower, Dwight D.q(Dwight David),d1890-1969,espeaker.1 aKennedy, John F.q(John Fitzgerald),d1917-1963,espeaker.0 iIn multivolume (manifestation):tInaugural addresses of Franklin D. Roosevelt, Harry S. Truman, Dwight D. Eisenhower [and] John F. Kennedy.dNew Rochelle, New York : Spoken Arts, 1962w(DLC)r 66001135 a92bPUL00850nem a22002891i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002000163052000900183110004300192245003600235255003700271264005800308300004600366336004000412337002800452338002600480651002500506655001700531994001200548on1390695826OCoLC20230718213016.0aj canzn971106s1958 inu a 0 eng  a 97690635  aDLCbengerdacDLC1 aab3070800 a(OCoLC)139069582600aG3700 1958b.C7 a37002 aGeorge F. Cram Company,ecartographer.10aCram's Political United States. aScale approximately 1:3,070,800. 1aIndianapolis, Ind. :bGeorge F. Cram Company,c[1958] a1 map on 2 sheets :bcolor ;c126 x 82 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier 0aUnited StatesvMaps. 7aMaps.2lcgft a92bPUL01842nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002500154052000900179245028300188246017100471255002100642264005700663300003400720336004000754337002800794338002600822490003400848500003000882534015900912500007501071500009601146500003201242651002401274651004901298655002301347655001701370700004501387994001201432on1390695827OCoLC20230718213016.0aj canzn230711r19771842enkd a 0 eng  a 2023585547 aDLCbengerdacDLC0 aa a(OCoLC)139069582700aG8735 1842b.M3 1977 a873500aMap of the West Coast of Africa :bcomprising Guinea and the British possessions at Sierra Leone, on the Gambia and the Gold Coast together with the countries within the courses of the Rivers Senegal, Gambia & Kowara /ccompiled from official documents by John Arrowsmith, 1842.30aGuinea and the British possessions, Sierra Leone, on the Gambia and the Gold Coast together with the countries within the courses on Rivers Senegal, Gambia and Kowara aScale not given. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c96 x 59 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v4 aRelief shown by hachures. pOriginal version:c[London] : John Arrowsmith Litho. : James & Luke J. Hansard, Printers.nOrdered by the House of Commons to be printed 5th. August 1842. aMap reprinted from the IUP series of the British Parliamentary papers. a"Appendix to report from the select committee on West Coast of Africa"--Upper right corner. a"(551)"--Lower left corner. 0aAfrica, WestvMaps. 0aGreat BritainxColonieszAfrica, WestvMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft1 aArrowsmith, John,d1790-1873,ecompiler. a92bPUL01861nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245009600282260010300378300008000481336003300561337002800594338002600622540004200648500003300690500001100723500004500734500026700779651004801046650006601094650004101160650004101201655003601242655004301278700003601321856009401357994001201451on1390695828OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637596 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390695828 aLC-DIG-stereo-1s48071bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aImperial observatory, one of Peking's famous sights--on the eastern wall--Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 89). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aAstronomical observatorieszChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48071qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48071 a92bPUL01861nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245016500257260002800422300009900450336003300549337002800582338002600610540004200636500003600678506018500714580006500899600007000964600007601034650005501110650006201165650005501227650005701282655004601339856009001385994001201475on1390695829OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634715 aDLCbengedcrmgcDLC a(OCoLC)1390695829 aLC-DIG-ppmsca-87324bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Breakfast room.]p[Wall with paneling and fireplace.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 14 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aBreakfast roomszRhode IslandzNewporty1880-1900.2lctgm 7aPanelingzRhode IslandzNewporty1880-1900.2lctgm 7aFireplaceszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87324qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87324 a92bPUL01320ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009100163246001400254264007300268300004700341336003500388337002800423338002700451490002900478500003500507500003600542546002000578650003500598655003000633655003000663655001900693700004700712730006500759773012200824994001200946on1390695845OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561407 aDLCbengerdacDLC a(OCoLC)1390695845 apcc00aML31b.C59500aWarner Bros. classics of the screen, "The dark swan" /ccompiled by James C. Bradford.30aDark Swan 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDark Swan (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 2w(DLC) 2018571961 a92bPUL01312ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009800163246002000261264007300281300004700354336003500401337002800436338002700464490002900491500003500520500001900555546002000574650003500594655003000629655003000659655001900689700003600708730007100744773012300815994001200938on1390695895OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561433 aDLCbengerdacDLC a(OCoLC)1390695895 apcc00aML31b.C59500aWilliam Fox special production "The family upstairs" /cmusic compiled by Michael P. Krueger.30aFamily upstairs 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (2 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKrueger, Michael P.,ecompiler.0 iMusic for motion picture (work):aFamily upstairs (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 28w(DLC) 2018571961 a92bPUL00944nem a2200313 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002400162052000900186245005800195255003500253264003300288300003300321336004000354337002800394338002600422650003200448650004200480650003200522655001700554710004700571994001200618on1390695896OCoLC20230718213016.0aj canzn230711q2002 so a i 0 eng  a 2023585549 aDLCbengerdacDLC1 aab700000 a(OCoLC)139069589600aG8351.E59 2002b.S6 a835100aSomalia food economy groups :bareas (draft) /cFSAU. aScale approximately 1:700,000. 1a[Somalia?] :bFSAU,c[2002?] a1 map :bcolor ;c22 x 28 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier 0aFood reliefzSomaliavMaps. 0aEmergency food supplyzSomaliavMaps. 0aFood supplyzSomaliavMaps. 7aMaps.2lcgft2 aFood Security Assessment Unit for Somalia. a92bPUL01576nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245011000257260002800367300007900395336003300474337002800507338002600535540004200561500003600603506018500639580006500824600007000889600007600959650005501035655004601090856009001136994001201226on1390695897OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634703 aDLCbengedcrmgcDLC a(OCoLC)1390695897 aLC-DIG-ppmsca-87312bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Floor plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 21 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87312qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87312 a92bPUL01699njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245004800284264004500332264001100377300005700388336003700445337002300482338003100505340001900536344001800555344001500573344002300588344001900611382002300630500002600653511001200679508003100691500003300722500003600755505020400791650003000995650002301025655003901048655003101087655002601118655003101144655001801175994001201193on1390695929OCoLC20230718213016.0sd fsngnnmmned230627r20182008ne ppnn n eng  a 2023617282 aDLCbengerdacDLC1 a60256723560602a0602567235606bUniversal02a0602567235606bPolydor/Island a(OCoLC)13906959292 aEnigma (Musical group)ecomposer,eperformer.14aThe fall of a rebel angel.nVIII /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2016. aPressed on clear magenta vinyl.00tCircle eight --tThe omega point --tDiving --tThe die is cast --tMother --tAgnus Dei --tSadeness (part II) --tLost in nothingness --tOxygen red --tConfession of the mind --tAbsolvo --tAmen. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01531nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139041001300161050002600174052001300200110007100213245014600284246003300430246006800463255003400531264008500565300007600650336004000726337002800766338002600794500002200820500004200842500004300884500005100927500004300978546003501021650004801056655001701104994001201121on1390695930OCoLC20230718213016.0aj canzn230706s1995 sa a 1 eng  a 2023591368 aDLCbengerdacDLC1 aab11000 a(OCoLC)13906959300 aengaafr00aG8504.C3P55 1995b.A9 a8504bC32 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, reisdiens, Victoria & Alfred Waterfront /ccompiled, drawn and published by the Automobile Association of South Africa.30aVictoria & Alfred Waterfront3 aAARSA travel service, reisdiens, Victoria and Alfred Waterfront aScale approximately 1:11,000. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1995] a1 map :bcolor ;c22 x 18 cm, on sheet 42 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K7. aIn lower left corner on verso: 958/10. aIncludes text and index to points of interest. aText and color illustrations on verso. aText in English and Afrikaans. 0aWaterfrontszSouth AfricazCape TownvMaps. 7aMaps.2lcgft a92bPUL01712nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245015000256260002800406300009900434336003300533337002800566338002600594540004200620500003600662506018500698580006500883600007000948600007601018650005501094650006501149655004601214856009001260994001201350on1390695931OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634695 aDLCbengedcrmgcDLC a(OCoLC)1390695931 aLC-DIG-ppmsca-87304 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Ceiling for dining room.]p[Reflected ceiling plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 24 x 34 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aCoffers (Ceilings)zRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87304qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87304 a92bPUL01313nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050003000162052001300192245016100205255003500366264005700401300002500458336004000483337002800523338002600551490003500577500003000612534006400642500004200706500007500748650003800823655002300861655001700884710003800901994001200939on1390696034OCoLC20230718213016.0aj aanzn230713r19771882ie d a 0 eng  a 2023585557 aDLCbengerdacDLC1 aab170000 a(OCoLC)139069603400aG8854.A2P2 1882b.S4 1977 a8854bA200aSketch map of road from Accra to Prahsue /cby C.W. Thompson, Asst. Inspr. G.C.C. June 1882 ; reduced and zincographed at the Intelligence Dept. War Office. aScale approximately 1:170,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map ;c87 x 31 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v17 aRelief shown by hachures. pOriginal version:c[London] : Dangerfield Lith., June 1882. aShows magnitude north and true north. aMap reprinted from the IUP series of the British Parliamentary papers. 0aRoadszGhanazAccra RegionvMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01998nem a2200505 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159034000600172035002200178041002300200050002500223052001300248110006000261245019300321246003800514246004800552246004600600246003900646255002000685255002400705264006200729300012800791336004000919337002800959338002600987500009401013500002201107500004401129500005701173500005301230546006201283650003401345651002701379655002201406655002501428655002701453994001201480on1390696035OCoLC20230718213016.0aj canzn230504s2008 au bg a 1 ger  a 2023591165 aDLCbengerdacDLC a9783707905762 a37079057641 aab750000 aa a(OCoLC)13906960350 ageraengafreaita00aG6032.C6P2 2008b.F7 a6032bC62 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aAutokarte, Bodensee Panorama =bRoad map, Lake Constance panorama = Carte routière, Lac de Constance panorama = Carta stradale, Lago di Costanze panorama /ccartography Freytag & Berndt.31aRoad map, Lake Constance panorama31aCarte routière, Lac de Constance panorama31aCarta stradale, Lago di Costanze panorama38aBodensee, Lake Constance, Panorama aScale 1:75,000. aNot drawn to scale. 1aVienna, Austria :bFreytag-Berndt u. Artartia AG,c[2008] a1 map + 1 view on 1 sheet :bboth sides, color ;c64 x 112 cm and 60 x 84 cm, sheet 67 x 113 cm, folded in cover 24 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights on road map, and by spot heights on aerial view. aTitle from cover. aIncludes color illustrations and index. aSelected buildings shown pictorially on aerial view. aIn bottom left corner of road map: 042074A-8561. aTitle and legend in German, English, French, and Italian. 0aRoadszConstance, LakevMaps. 0aConstance, LakevMaps. 7aRoad maps.2lcgft 7aAerial views.2lcgft 7aPictorial maps.2lcgft a92bPUL01892nem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126034001300139035002200152041001300174050002300187052001300210110007800223245013400301246001900435255003400454255003400488264008800522300011200610336004000722337002800762338002600790500007300816500002200889500001200911500001400923500009800937505012701035546004701162650006801209651004101277650006501318655001701383655002201400994001201422on1390696036OCoLC20230718213016.0aj canzn230707s1994 sa g a 1 eng  a 2023591369 aDLCbengerdacDLC1 aab165001 aab60000 a(OCoLC)13906960360 aengaafr00aG8504.P6 1994b.A2 a8504bP62 aAA Mapping and Publishing Services (Pty) Ltd.,ecartographer,epublisher.10aAARSA travel service, reisdiens, Port Elizabeth /ccompiled, drawn and published by AA Mapping and Publishing Services (Pty) Ltd.30aPort Elizabeth aScale approximately 1:16,500. aScale approximately 1:60,000. 1aJohannesburg :bpublished by AA Mapping and Publishing Services (Pty) Ltd.,c[1994] a2 maps on 1 sheet :bboth sides, color ;c39 x 47 cm and 57 x 39 cm, sheet 42 x 60 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights on "Port Elizabeth through-routes" map. aTitle from panel. a"TP-9." a"948/10." aIncludes text, index to point of interest, 5 insets of local routes, and color illustrations.0 aPort Elizabeth Central Area / Sentrale gebied Port Elizabeth -- Port Elizabeth through-routes / Deurroetes Port Elizabeth. aTitle and legend in English and Afrikaans. 0aCentral business districtszSouth AfricazPort ElizabethvMaps. 0aPort Elizabeth (South Africa)vMaps. 0aRoadszSouth AfricazPort Elizabeth Metropolitan AreavMaps. 7aMaps.2lcgft 7aRoad maps.2lcgft a92bPUL02942ngm a22006137i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002400144035002200168041001800190046001500208050002500223245008900248246002200337257002400359264004200383264001100425300011000436336005000546337002300596338003000619340001900649344005300668347007100721380002700792538016000819500002600979532003401005500005201039500002601091511006701117511006201184508012601246508014001372520012401512520015001636505004901786500007001835521003801905500008801943655003102031655002602062655005402088700003902142700004902181700003402230773005202264994001202316on1390696037OCoLC20230718213016.0vd csaizm230712t20222022xxu176 vleng  a 2023600555 aDLCbengerdacDLC1 a81445602577342aPEEK-014bPeekarama a(OCoLC)13906960371 aengpengheng k19832edtf00aDVE8163(viewingcopy)04aThe young like it hot ;bSweet young foxes /cCaribbean Films ; director, Bob Chinn.1 aSweet young foxes aUnited States.2naf 1a[United States] :bPeekarama,c[2022] 4c©2022 3viewing copya1 videodisc (176 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as motion pictures in 1983. aTitle from container.1 aThe young like it hot: Hyapatia Lee, Kay Parker, Shauna Grant.1 aSweet young foxes: Hyapatia Lee, Cindy Carver, Cara Lott. aThe young like it hot: producer, story and screenwriter, Gail Palmer ; cinematography, Jack Remy ; editor, Pearl Diamond. aSweet young foxes: producer, Elliot Lewis ; story and screenplay, Deborah Sullivan ; cinematography, Jack Remy ; editor, Pearl Diamond. aThe young like it hot: "Threatened by automation, telephone operators at a small-town company turn to phone-sex"--IMDb. aSweet young foxes: "A bored group of coeds decides to throw a party to liven things up. They wind up getting more than they bargained for"--IMDb.00tThe young like it hot --tSweet young foxes. aAlso includes a Blu-ray copy of the movies with special features. aContains explicit sexual content. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 7aPornographic films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aChinn, Bob,d1943-efilm director.1 aPalmer, Gail,efilm producer,escreenwriter.1 aLee, Hyapatia,d1960-eactor.0 tSnelson (John) Collection (Library of Congress) a92bPUL02480njm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002200109024001700131028003500148035002200183042001400205245005100219246005500270264008100325264001200406300006800418306005900486336003700545337002300582338003100605344001900636344001900655344001900674347002200693347001300715382002700728500002700755511003900782500006800821505077800889650003201667650002601699650001301725650002201738650002701760650004801787655002201835655002101857655002701878655004501905994001201950on1390696699OCoLC20230718213016.0sd fsngnnmmneu230717r199519uuenkmunn n zxx  a 2023626586 aNzbengerdacDLC1 a08464690022102aLCD-9002bScarborough Classics a(OCoLC)1390696699 alccopycat00aSelections from World's favorite masterpieces.1 iTitle on container:aWorld's favorite masterpieces 1aHainault, England :bScarborough Classics :bMichele International,c[1995?] 4c℗1988 a1 audio disc (63 min., 21 sec.) :bdigital, stereo ;c4 3/4 in. a000748a001152a000256a000619a001418a000942a000938 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aorchestrae1t12lcmpt aTitle from disc label.0 aVarious orchestras and conductors. aConsists of previously released material, digitally remastered.0 aSymphony no. 5. 1st movement / Beethoven (South German Philharmonic ; Hans Swarowsky, conductor) (7:48) -- Emperor waltz, op. 437 / Strauss (Vienna Opera Orchestra ; Alfred Scholz, conductor) (11:52) -- Brandenburg concerto no. 2. 3rd movement / Bach (Wurzburg Soloists Orchestra ; Hans Reinartz, conductor) (2:56) -- Eine kleine Nachtmusik. Allegro / Mozart (Camerata Academica Salzburg ; Hanspeter Gmur, conductor) (6:19) -- Symphony no. 8, "Unfinished". 1st movement / Schubert (South German Philharmonic ; Carlo Pantelli, conductor) (4:18) -- Prelude from Meistersinger of Nuremberg / Wagner (Nuremberg Symphony Orchestra ; Erich Kloss, conductor) (9:42) -- Symphony no. 40. 1st movement / Mozart (Mozarteum Orchestra Salzburg ; Bernhard Paumgartner, conductor) (9:38). 0aOrchestral musicvExcerpts. 0aSymphoniesvExcerpts. 0aWaltzes. 0aOperasvExcerpts. 6aOrchestre, Musique d'. 7aOrchestral music.2fast0(OCoLC)fst01047289 7aArt music.2lcgft 7aExcerpts.2lcgft 7aWaltzes (Music)2lcgft 7aSampler albums (Sound recordings)2lcgft a92bPUL01407njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177245003500199264004700234264001200281300004100293336003700334337002300371338003100394344001900425344001900444344001900463347002200482347001300504500002700517511014300544500004700687505018200734650002700916655002300943710004300966994001201009on1390696720OCoLC20230718213016.0sd fsngnnmmned230712t19971997nmurcnn f n eng  a 2023627521 aDLCbengerdacDLC1 a79920807012902aDA0701bTMPB Recordings a(OCoLC)139069672000aDefinitely Moore /cJane Hair. 1aCloudcroft, NM :bTMPB Recordings,c[1997] 4c℗1997 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aJane Hair (Danois Cordova, guitar, vocals ; Douglas Ray Cordova, percussion, drums, vocals ; Paul Benshoof, bass guitar, keyboard, flute). aNote on the performing group on container.0 aColors of love -- No, no, know, know Moore -- You're no good -- 20 miles high -- Raleigha -- Bring back the summer -- Holiday -- Sonny -- Jane -- What you do to me -- Amore mio. 0aRock musicy1991-2000. 7aRock music.2lcgft2 aJane Hair (Musical group),eperformer. a92bPUL00931njm a22002657a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001900159245013400178260003800312300004100350500002700391546001900418500001800437505013000455500003300585710003500618994001200653on1390696721OCoLC20230718213016.0sd fsngnnmmned200715s2019 rh ppnn n sna  a 2020337263 aDLCbengcDLC a(OCoLC)1390696721 alcode1 aSlomo, Franco.10aKumberi kwenzara magutwah[sound recording] /c/ Franco 'Slomo' Dhakha & The Extra Kwazvose ; all songs composed by Franco Slomo. aHarare :bJonathan Mgazi,c[2019] a1 sound disc :bdigital ;c4 3/4 in. aPopular sungura music. aSung in Shona. aCompact disc.0 aBaba namai -- Ndofira chipo changu -- Gara naye -- Nguva nenguva -- Kumberi kwenzara magutwa -- Mhanduwe -- Mupfungwa dzangu. aProduction level cataloging.2 aExtra Kwazvose (Musical group) a92bPUL01900ncm a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013000163246000800293264007300301300004700374336003500421337002800456338002700484490002900511500003500540500001900575500005300594546002000647650003500667655003000702655003000732655001900762700004600781730005900827773012300886776026401009787021701273994001201490on1390696727OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561393 aDLCbengerdacDLC a(OCoLC)1390696727 apcc00aML31b.C59500aPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong /ccompiled by Rudolph Berliner.30aCop 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil; lacks pages 3-4. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBerliner, Rudolph,d1878-1965,ecompiler.0 iMusic for motion picture (work):aCop (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 38w(DLC) 201857196108iReproduced as (manifestation):tPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057085908iRelated manifestation of item:tPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong.dNew York City : Cameo Music Service Corporation, [not before 1928]w(DLC) 2022561394 a92bPUL01474ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245019600163246002300359264007300382300004700455336003500502337002800537338002700565490002900592500003500621500001900656500003600675546002000711650003500731655003000766655003000796655001900826700004700845730007400892773012200966994001201088on1390696728OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561408 aDLCbengerdacDLC a(OCoLC)1390696728 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a George Melford production "The dawn of a tomorrow" with Jacqueline Logan, David Torrence and Raymond Griffith /cmusic compiled by James C. Bradford.30aDawn of a tomorrow 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDawn of a tomorrow (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 3w(DLC) 2018571961 a92bPUL00977njm a22002777a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028001300127035002200140042001000162100001700172245006900189260003000258300004100288500003100329546001900360500001800379505023200397500003300629710002500662994001200687on1390696748OCoLC20230718213016.0sd fsngnnmmned211117s2021 rh ppnn n sna  a 2021316954 aDLCbengcDLC02aCD/JP/11 a(OCoLC)1390696748 alcode0 aJah Prayzah.10aGwarah[sound recording] /cJah Prayzah and 3rd Generation Band. a[Harare? :bs.n.],c2021. a1 sound disc :bdigital ;c4 3/4 in. aPopular traditional music. aSung in Shona. aCompact disc.0 aBvumbamirai -- Takarasima -- Murder -- Nyeredzi -- Ndodzungaira -- Boi boi -- Mhaka -- Ndichiyamwa -- Umhandara -- Gone -- Mbwende -- Mhondoro -- Chimwe nechimwe -- Gwara -- Nherera -- Chigaro chehushe -- Handichada -- Kokovha. aProduction level cataloging.2 a3rd Generation Band. a92bPUL01426njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245004700171264005300218264001200271300003000283336003700313337002300350338003100373344001900404344001900423344001900442347002200461347001300483382006500496500002700561511006800588518008200656505016700738650002700905655002300932655001800955710004300973994001201016on1390696783OCoLC20230718213016.0sd fsngnnmmned230711p20202019xxurcnn n eng  a 2023626311 aDLCbengerdacDLC1 a700261481562 a(OCoLC)139069678300aLet's go where there's booze /cRebel Son. 1a[United States] :bHot Rod Hell Records,c[2020] 4c℗2020 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11aguitarn1dbass guitarn1dmale voiceadrum setn1s22lcmpt aTitle from disc label.0 aRebel Son (Lee Johnson, guitar, bass, voice ; Ron Kirk, drums). oRecorded atpSchaefer Sound Productions, Raleigh, NCd2019 November-December.00aLet's go where there's booze --tI love drinking --tWay downtown --tThe death of me --tSir bartender --tIf I drink enough --tHow many more --tMorning glory. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aRebel Son (Musical group),eperformer. a92bPUL01705nem a2200421 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041002300194050002300217052001300240110005100253245024000304246006700544246007000611246005200681255002000733264004000753300007300793336004000866337002800906338002600934500006100960500002201021500006301043546006101106650005101167651003601218655001701254994001201271on1390696785OCoLC20230718213016.0aj canzn230502s2007 sz ge a 1 ger  a 2023591143 aDLCbengerdacDLC a9783905706956 a39057069541 aab10000 a(OCoLC)13906967850 agerafreaitaaeng00aG6044.B6 2007b.O7 a6044bB62 aOrell Füssli Kartographie AG,ecartographer.10aBiel und Umgebung :bStadtplan mit Strassenverzeichnis = Bienne et environs : plan de ville avec répertoire des rues = Bienne e dintorni : pianta della città con indice delle strade = Biel and environs : city map with street index.31aBienne et environs :bplan de ville avec répertoire des rues31aBienne e dintorni :bpianta della città con indice delle strade31aBiel and environs :bcity map with street index aScale 1:10,000. 1aZürich :bOrell Füssli,c[2007] a1 map :bcolor ;c48 x 76 cm, sheet 84 x 91 cm, folded to 21 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. Depths shown by soundings. aTitle from panel. aIncludes index and ancillary map of public transit system. aText and legend in German, French, Italian, and English. 0aLocal transitzSwitzerlandzBiel (Bern)vMaps. 0aBiel (Bern, Switzerland)vMaps. 7aMaps.2lcgft a92bPUL02708ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245028000160257001200440260007900452300008200531508018100613511002900794520082300823500003801646536051501684655003002199655002902229700003202258700003202290710006002322994001202382on1390696786OCoLC20230718213016.0vd cvaiz|210923s2013 mw 018 vleng  a 2021316753 aDLCbengeamimcDLC a(OCoLC)1390696786 alcode00aEconomic valuation of sustainable natural resource use in Malawi.pFisheries resources /cauthors: Gil Yaron, Ronald Mangani, John Mlava, Patrick Kambewa, Steve Makungwa, Austine Mtethiwa, Spy Muuthali, William Mgoola, John Kazembe ; script: Madalitso Mvula, Patrick Njawala. aMalawi. aLilongwe, Malawi :bMinistry of Economic Planning and Development,cc2013. a1 videodisc of 1 (DVD) (ca. 18 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Lucius Funsani, Patrick Njawala ; editor, Patrick Njawala, Blessings Simon ; sound track, Masankho Banda ; production coordinator, Michael Mmangisa, Mzithembi Mbekeani.0 aMarvin Mbwana, narrator. aThe Government of Malawi is implementing the Malawi Poverty and Environment Initiative (MPEI) of the United Nations Development Programme (UNDP). MPEI's aim is to enhance the contribution of the sustainable management of natural resources to poverty reduction, food security and economic growth, and to facilitate the achievement of both the Malawi Growth and Development Strategy (MGDS) and the Millennium Development Goals (MDGs). The Economic Study was conducted within the context of the MPEI project. The primary aim of the study is to provide evidence on the costs and benefits of sustainable and unsustainable natural resource management in Malawi. Focus is on four selected natural resources: forestry resources, fisheries resources, wildlife resources and soils. This video is focusing on fisheries resources. aSource used: videodisc container. aSupported by United Nations Development Programme (UNDP), Department of State United States of America, Irish Aid, Norwegian Ministry of Foreign Affairs, Spanish Ministry of Foreign Affairs and Cooperation, UK Department for International Development (DFID), Danish Ministry of Foreign Affairs (DANIDA), European Commission, Belgian Development Cooperation, Swedish International Development Cooperation Agency (SIDA), Swedish Environmental Protection Agency, and United Nations Environmental Programme (UNEP). 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMvula, Madalitso,ewriting.1 aNjawala, Patrick,ewriting.1 aMalawi.bMinistry of Economic Planning and Development. a92bPUL01724nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012800256260002800384300007900412336003300491337002800524338002600552540004200578500003600620506018500656580006500841600007000906600007600976650005501052650005201107650005501159655004601214856009001260994001201350on1390696787OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634694 aDLCbengedcrmgcDLC a(OCoLC)1390696787 aLC-DIG-ppmsca-87303 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Wall paneling.]p[Elevations]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 12 x 29 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aWallszRhode IslandzNewporty1880-1900.2lctgm 7aPanelingzRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87303qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87303 a92bPUL01699nem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001400133035002200147050002400169052001900193110004800212245007900260246005400339255002100393264006300414300003300477336004000510337002800550338002600578500004700604500002200651500005600673500004500729500004700774651004100821651003900862655001700901880004700918880007500965880005101040880006101091880003701152880004001189994001201229on1390696790OCoLC20230718213016.0aj canzn230712q1952 ja ag a 0 jpn  a 2023592541 aDLCbengerdacDLC c$11 aab100000 a(OCoLC)139069679000aG7964.J57 1951b.F8 a7964bJ57bN381 6880-01aFujinami Shuppansha,ecartographer.106880-02aTakada-shi to Naoetsu-shi, Nakakeijō-gun /cFujinami Shuppansha.1 6880-03iTitle within map border:aNakakeijō-gun aScale 1:100,000. 16880-04a[Tokyo] :bFujinami Shuppansha,cShōwa 26 [1951] a1 map :bcolor ;c74 x 53 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. aTitle from panel. aPublication date inferred from date of acquisition. aIncludes lists, notes and illustrations. aTables, 7 maps and illustrations on verso. 06880-05aJōetsu-shi (Japan),vMaps. 06880-06aNaoetsu-shi (Japan)vMaps. 7aMaps.2lcgft1 6110-01a富士波出版社,ecartographer.106245-02a高田市と直江津市・中頸城郡 /c富士波出版社.1 6246-03iTitle within map border:a中頸城郡 16264-04a[Tokyo] :b富士波出版社,c昭和 26 [1951] 46651-05a上越市 (Japan)vMaps. 46651-06a直江津市 (Japan)vMaps. a92bPUL01364ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013500163246001500298264007000313300004700383336003500430337002800465338002700493490002900520500003500549500003600584546002000620650003500640655003000675655003000705655001900735700004700754730006600801773012300867994001200990on1390696797OCoLC20230718213016.0230616s1923 xxumpz n zxx  a 2022561392 aDLCbengerdacDLC a(OCoLC)1390696797 apcc00aML31b.C59500aRobert W. Chambers, "The common law" co-starring Corinne Griffith, Conway Tearle, Elliott Dexter /ccompiled by James C. Bradford.30aCommon law 1a[United States] :b[publisher not identified],c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCommon law (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 37w(DLC) 2018571961 a92bPUL01749njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245002900284264004500313264001100358300005700369336003700426337002300463338003100486340001900517344001800536344001500554344002300569344001900592382002300611500002600634511001200660508002400672500003300696500003200729505028400761650003001045650002301075655003901098655003101137655002601168655003101194655001801225994001201243on1390696798OCoLC20230718213016.0sd fsngnnmmned230626r20181990ne ppnn n eng  a 2023617279 aDLCbengerdacDLC1 a60255737231102a0602557372311bUniversal02a0602557372311bPolydor/Island a(OCoLC)13906967982 aEnigma (Musical group)ecomposer,eperformer.10aMCMXC A.D.nI /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Enigma. aOriginally released in 1990. aPressed on clear red vinyl.00tThe voice of Enigma --tPrinciples of lust --tSadeness --tFind love --tSadeness (reprise) --tCallas went away --tMea culpa --tThe voice & the snake --tKnocking on forbidden doors --tBack to the rivers of belief --tWay to eternity --tHallelujah --tThe rivers of belief. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01258nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002300161052001300184110005900197245010300256250002300359255003400382264005700416300005500473336004000528337002800568338002600596500004600622500002200668500005100690500003600741500004300777651004700820655001700867994001200884on1390696799OCoLC20230718213016.0aj canzn230714s2023 dcubg a f 0 eng  a 2023587325 aDLCbengerdacDLC1 aab83000 a(OCoLC)139069679900aG4282.M6 2023b.U5 a4282bM61 aUnited States.bNational Park Service.,ecartographer.10aMount Rainier National Park, Washington /cNational Park Service, U.S. Department of the Interior. aLast updated 2023. aScale approximately 1:83,000. 1a[Washington, D.C.] :bNational Park Service,c[2023] a1 map :bcolor ;c43 x 58 cm, folded to 10 x 22 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aTitle from panel. a"*GPO:2023---423-201/83006 Last updated 2023." aIncludes text and coverage map. aText and color illustrations on verso. 0aMount Rainier National Park (Wash.)vMaps. 7aMaps.2lcgft a92bPUL01560ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018200160257001100342260005300353300006700406500005200473508026500525511013700790546001600927500001400943500003800957541001400995655002401009655002601033700004101059700003101100700003401131710003301165994001201198on1390696818OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336488 aDLCbengeamimcDLC a(OCoLC)1390696818 alcode00aLokoloko.nSeason 1,nEpisode 12 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01753nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066001100126034001400137035002200151042001500173110008900188245026900277246007400546255002100620264007600641300010600717336004000823337002800863338002600891490002000917546003100937500009000968880027001058880007501328994001201403on1390696832OCoLC20230718213016.0aj canzn230712s2019 ti a f 0 fre  a 2023364724 aDLCbengerdacDLC c(3c(41 aab100000 a(OCoLC)1390696832 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pAlouet El Gounna =bKharīṭat Tūnis al-jiyūlūjīyah.pʻAlwat al-Vannah /cles levés géologiques ont été effectués en 1995-1996 par Younès Jedoui ; la rédaction a été assurée par Moez Mansoura.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pʻAlwat al-Vunnah aScale 1:100,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2019] a1 map :bcolor ;c32 X 49 cm. on sheet 54 X 80 cm. folded in cover 21 X 17 cm +e1 booklet (18 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 102 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pAlouet El Gounna =bخريطة تونس الجيولوجية.pعلوة الڤنة /cles levés géologiques ont été effectués en 1995-1996 par Younès Jedoui ; la rédaction a été assurée par Moez Mansoura.316246-02aخريطة تونس الجيولوجية.pعلوة الڤنة a92bPUL03446ngm a22006737i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195044001200213046001500225050002500240245017000265246004200435246004400477257003200521264004900553264001100602300010900613336005000722337002300772338003000795340001900825344005500844347005100899380002700950538016000977500002601137532003401163500005301197500002601250511007201276508005701348520065601405500006902061500008802130650002502218650002002243655002402263655003102287655002602318655005402344700005202398700003302450700002902483700003002512700003502542700004602577710004402623710004102667773005202708994001202760on1390696833OCoLC20230718213016.0vd csaizs230712t20232023xxu098 vleng  a 2023600558 aDLCbengerdacDLC1 a81445602728942aVS-426bVinegar Syndrome a(OCoLC)13906968331 aengpengheng axxuamx k19992edtf00aDVE8166(viewingcopy)00aFreeway II, confessions of a trickbaby /cAlliance Cinema ; Kushner-Locke Company ; written and directed by Matthew Bright ; produced by Chris Hanley and Brad Wyman.3 aFreeway 2, confessions of a trickbaby3 aFreeway two, confessions of a trickbaby aUnited StatesaMexico.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (98 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1999. aTitle from container.1 aNatasha Lyonne, María Celedonio, Vincent Gallo, David Alan Grier. aCinematography, Joel Ransom ; editor, Suzanne Hines. a"White Girl is a twisted teenage prostitute with a bad attitude and a nasty eating disorder, who's been sent to the slammer for 25 years. Her cellmate, Cyclona, is equally deranged, being a vicious killer. And, as like minds attract, the two are quick to form a truly twisted alliance. When the opportunity arises, White Girl and Cyclona manage to escape from the pen and embark on a non-stop orgy of violence and debauchery, all while hoping to make it across the border into Mexico to seek refuge with Cyclona's proxy caretaker, Sister Gomez. However, there's a big hitch in their plans as the good Sister isn't as 'she' seems..."--Container insert. aAlso includes a Blu-ray copy of the movie with special features. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aProstitutionvDrama. 0aPrisonsvDrama. 7aCrime films.2lcgft 7aExploitation films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aBright, Matthew,efilm director,escreenwriter.1 aWyman, Brad,efilm producer.1 aLyonne, Natasha,eactor.1 aCeledonio, Maria,eactor.1 aGallo, Vincent,d1961-eactor.1 aGrier, David Alan,d1956 June 30-eactor.2 aKushner-Locke Co.,eproduction company.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01796nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245016600257260002800423300009900451336003300550337002800583338002600611540004200637500003600679506018500715580006500900600007000965600007601035650005501111650006401166650005601230655004601286856009001332994001201422on1390696839OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634710 aDLCbengedcrmgcDLC a(OCoLC)1390696839 aLC-DIG-ppmsca-87319bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Library.]p[Walls with bookshelves, door, and window.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 14 x 37 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aLibraries (Rooms)zRhode IslandzNewporty1880-1900.2lctgm 7aBookcaseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87319qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87319 a92bPUL01589njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003300149035002200182110005000204245005500254264005900309264001200368300003000380336003700410337002300447338003100470344001900501344001900520344001900539347002200558347001300580500002700593511001900620500004100639505046100680650002701141655002301168994001201191on1390696846OCoLC20230718213016.0sd fsngnnmmned230713t20202020ne rcnn i n eng  a 2023626339 aDLCbengerdacDLC1 a60250741822902aEMICDY 2020bUniversal Music a(OCoLC)13906968462 aVamps (Musical group),ecomposer,eperformer.10aCherry blossom :bcommentary version /cthe Vamps. 1aHilversum, the Netherlands :bUniversal Music,c[2020] 4c℗2020 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aKit Sebastian. aProgram notes inserted in container.00tGlory days (commentary) --tGlory days (intro.) --tGlory days --tBetter (commentary) --tBetter --tMarried in Vegas (commentary) --tMarried in Vegas --tChemicals (commentary) --tChemicals --tWould you (commentary) --tWould you --tBitter (commentary) --tBitter --tPart of me (commentary) --tPart of me --tProtocol (commentary) --tProtocol --tNothing but you (commentary) --tNothing but you --tTreading water (commentary) --tTreading water. 0aRock musicy2011-2020. 7aRock music.2lcgft a92bPUL01392ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012200163246001900285264007300304300004700377336003500424337002800459338002700487490002900514500003500543500001900578500003600597546002000633650003500653655003000688655003000718655001900748700004700767730007000814773012200884994001201006on1390696847OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561411 aDLCbengerdacDLC a(OCoLC)1390696847 apcc00aML31b.C59500aCharles R. Rogers present Ken Maynard in "The devil's saddle" with Kathleen Collins /ccompiled by James C. Bradford.30aDevil's saddle 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDevil's saddle (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 6w(DLC) 2018571961 a92bPUL01596nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245013000257260002800387300007900415336003300494337002800527338002600555540004200581500003600623506018500659580006500844600007000909600007600979650005501055655004601110856009001156994001201246on1390696860OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634705 aDLCbengedcrmgcDLC a(OCoLC)1390696860 aLC-DIG-ppmsca-87314bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Third floor.]p[Plan.]h[graphic] /cR.M.H. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 23 x 38 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87314qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87314 a92bPUL01587nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012100257260002800378300007900406336003300485337002800518338002600546540004200572500003600614506018500650580006500835600007000900600007600970650005501046655004601101856009001147994001201237on1390696868OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634718 aDLCbengedcrmgcDLC a(OCoLC)1390696868 aLC-DIG-ppmsca-87327bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Second floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 31 x 44 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87327qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87327 a92bPUL01353njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100006000171245003200231264005800263264001900321300004100340336003700381337002300418338003100441344001900472344001900491344001900510347002200529347001300551500002700564511001900591505019400610650002200804650002100826650003000847655003800877655002800915994001200943on1390696874OCoLC20230718213016.0sd fsngnnmmned230714t20202020cauppnn n eng  a 2023628014 aDLCbengerdacDLC1 a888295963169 a(OCoLC)13906968740 aWhite Owl Red,d1968-ecomposer,elyricist,eperformer.10aAfterglow /cWhite Owl Red. 1a[Mill Valley, Calif.?] :bHush Mouse Records,c[2020] 4ccopyright 2020 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aWhite Owl Red.0 aAfterglow -- Hold on -- Hell and the blues -- I walk the line (for you) -- Out on the waters -- Through is through -- Tip top Bob's -- Wake up -- The way I feel now -- Working class heroes. 0aAmericana (Music) 0aFolk-rock music. 0aPopular musicy2011-2020. 7aAlternative country music.2lcgft 7aFolk-rock music.2lcgft a92bPUL00775nem a22002773i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132042001000154245003400164250002200198255002400220264005400244300003400298336004000332337002800372338002600400546001900426653004000445994001200485on1390696875OCoLC20230718213016.0aj canzn230717s2021 io a 0 ind  a 2023330335 aDLCbengerdacDLC1 aa a(OCoLC)1390696875 alcode00aPeta wilayah yurisdiksi NKRI. aEdisi tahun 2017. aScale 1: 6,000,000. 1aJakarta :bPusat Hidro-Oseanografi TNI AL,c2021. a1 map :bcolor ;c92 x 124 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aIn Indonesian.0 anational territoryaIndonesiaamaps a92bPUL01573ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018100160257001100341260005300352300008100405500005200486508026500538511013700803546001600940500001400956500003800970541001401008655002401022655002601046700004101072700003101113700003401144710003301178994001201211on1390696876OCoLC20230718213016.0vd cvaiz|200720s2014 ke 022 vlswa  a 2020336482 aDLCbengeamimcDLC a(OCoLC)1390696876 alcode00aLokoloko.nSeason 1,nEpisode 6 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) (ca. 22 min.) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01662ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016500163246002000328264007300348300004700421336003500468337002800503338002700531490002900558500003500587500001900622546002000641650003500661655003000696655003000726655001900756700004700775730007100822773012300893787026001016994001201276on1390696902OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561428 aDLCbengerdacDLC a(OCoLC)1390696902 apcc00aML31b.C59500aAdolph Zukor and Jessse L. Lasky present Adolphe Menjou in "Evening clothes" with Virginia Valli, Noah Beery and Louise Brooks /ccompiled by James C. Bradford.30aEvening clothes 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEvening clothes (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 23w(DLC) 201857196108iRelated manifestation of manifestation:tAdolph Zukor and Jessse L. Lasky present Adolphe Menjou in "Evening clothes" with Virginia Valli, Noah Beery and Louise Brooks.dNew York City : Cameo Music Service Corporation, [not before 1927]w(DLC) 2021561246 a92bPUL01541nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139041001300161050002600174052001300200110007800213245014800291246003300439246006800472255003400540264008700574300007600661336004000737337002800777338002600805500002200831500004200853500004200895500005100937500004300988546003501031650004801066655001701114994001201131on1390696903OCoLC20230718213016.0aj canzn230706s1994 sa a 1 eng  a 2023591366 aDLCbengerdacDLC1 aab11000 a(OCoLC)13906969030 aengaafr00aG8504.C3P55 1994b.A2 a8504bC32 aAA Mapping and Publishing Services (Pty) Ltd.,ecartographer,epublisher.10aAARSA travel service, reisdiens, Victoria & Alfred Waterfront /ccompiled, drawn and published by AA Mapping and Publishing Services (Pty) Ltd.30aVictoria & Alfred Waterfront3 aAARSA travel service, reisdiens, Victoria and Alfred Waterfront aScale approximately 1:11,000. 1aJohannesburg :bpublished by AA Mapping and Publishing Services (Pty) Ltd,c[1994] a1 map :bcolor ;c22 x 18 cm, on sheet 42 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K7. aIn lower left corner on verso: 946/9. aIncludes text and index to points of interest. aText and color illustrations on verso. aText in English and Afrikaans. 0aWaterfrontszSouth AfricazCape TownvMaps. 7aMaps.2lcgft a92bPUL01674njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132100004200154245003300196264005000229300003000279336003700309337002300346338003100369344001900400344001900419344001900438347002200457347001300479382015600492500002600648511021000674500004900884518004800933505016100981650002601142655003301168655001801201710004501219994001201264on1390696916OCoLC20230718213016.0sd fsngnnmmned230713s2019 xxurcnn n eng  a 2023626334 aDLCbengerdacDLC a(OCoLC)13906969161 aWhitaker, Lee,ecomposer,eperformer.10aTruth is /cthe Broken Ones. 1a[United States] :b[The Broken Ones],c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01amale voicen1dguitarn1dpianon1afemale voicen1abass guitarn1adrum setn1aguitarn1dkeyboard instrumentn1dpercussionn1aguitarn1s52lcmpt aTitle from container.0 aThe Broken Ones (Lee Whitaker, vocals, guitars, piano ; Maria Atkins, vocals ; Billy Lowe, bass guitar ; Kirk McWilliams, drums ; Van Atkins, gutiar, keyboards, percussion ; Troy Jackson, acoustic guitar). a"All songs written by Lee Whitaker"--Insert. oRecorded atpCrossroads Studios, Arden, NC.00tPrevail --tTruth is --tAll that remains --tVictory --tInto the light --tHero --tSoldier --tSurrender --tThe great divide --tSomething from nothing. 0aChristian rock music. 7aChristian rock music.2lcgft 7aSongs.2lcgft2 aBroken Ones (Musical group),eperformer. a92bPUL01278ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012200163264006700285300004700352336003500399337002800434338002700462490002900489500003500518500001900553546002000572650003500592655003000627655003000657655001900687700002700706730006100733773012200794994001200916on1390696917OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561413 aDLCbengerdacDLC a(OCoLC)1390696917 apcc00aML31b.C59500aDon't, from the story by Rupert Hughes with Sally O'Neil, John Patrick and Bert Roach /cmusic compiled by Ernst Luz. 1aNew York City :bMusic Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aDon't (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 8w(DLC) 2018571961 a92bPUL01331ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008500163246001700248246001600265264007300281300004700354336003500401337002800436338002700464490002900491500003500520500001900555546002000574650003500594655003000629655003000659655001900689700004700708730006700755773012300822994001200945on1390696918OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561453 aDLCbengerdacDLC a(OCoLC)1390696918 apcc00aML31b.C59500aCarl Laemmle presents "The four flusher" /cmusic compiled by James C. Bradford.30aFour flusher3 aFourflusher 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFourflusher (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 48w(DLC) 2018571961 a92bPUL01908nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245035700272246006900629255002000698264007600718300010600794336004000900337002800940338002600968490001900994546003101013500009001044880035601134880006801490994001201558on1390696919OCoLC20230718213016.0aj canzn230712s2022 ti a f 0 fre  a 2023364815 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390696919 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pBouchebka =bKharīṭat Tūnis al-jiyūlūjīyah.pBūshabakah /cles levés géologiques ont été effectués par El Mabrouk Essid ; la rédaction a été assurée par Ilyes Salhi et Mohamed Daoussi ; coordination Moez Mansoura ; révision Hayet Khayati, Moez Mansoura et Mohamed Raouf Karray.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pBūshabakah aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2019] a1 map :bcolor ;c45 X 68 cm. on sheet 53 X 90 cm. folded in cover 20 X 15 cm +e1 booklet (29 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 83 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pBouchebka =bخريطة تونس الجيولوجية.pبوشبكة /cles levés géologiques ont été effectués par El Mabrouk Essid ; la rédaction a été assurée par Ilyes Salhi et Mohamed Daoussi ; coordination Moez Mansoura ; révision Hayet Khayati, Moez Mansoura et Mohamed Raouf Karray.316246-02aخريطة تونس الجيولوجية.pبوشبكة a92bPUL01920ngm a22003253a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245011300160257001300273260006200286300006800348500006800416508023900484511017800723520045800901500002801359541001401387655002401401700003401425700003101459700005701490710003501547994001201582on1390696920OCoLC20230718213016.0vd cvaiz|220210s2020 sx --- vleng  a 2021334751 aDLCbengeamimcDLC a(OCoLC)1390696920 alcode00aKapana :ba Namibian love story /ca Philippe Talavera film ; director-producer, casting, Philippe Talavera. aNamibia. aWindhoek, Namibia :bOmbetja Yehinga Organisation,c2020. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aCopyright notice on video: Ombetja Yehinga Organisation ; 2020. aEditor, Haiko Boldt ; director of photography, Kit Hoffman ; script, Senga Brockerhoff, Mikiros Garoes ; location sound, Jacques `Kauna' Hoabeb ; music, Ponti Dikuua, Micheal Pulse ; post production and sound effects, Wojtek Majewski.1 aAdriano Visagie (George), Simon Hanga (Simeon), Mikiros Garoes, Dawie Engelbrecht, Felicity Philander, Elize de Wee, Foreversun Haiduwah, Albertina Hainane, Chanwrill Vries. aA film about the gay community in Namibia, a country where sodomy is still a crime and gay relationships are stigmatized against. Here two lives intersect: George and Simeon meet in a bar and something clicks. It is at a kapana stand (grilled meat stand) that the two protagonists are brought back together and despite initial hesitations romance blossoms, though there is another secret yet to be revealed, and it will turn everything else upside down. aSource used: videodisc. cPurchase. 7aShort films.2lcgft1 aBrockerhoff, Senga,ewriting.1 aGaroes, Mikiros,ewriting.1 aTalavera, Philip,ecasting,edirection,eproduction.2 aOmbetja Yehinga (Organization) a92bPUL01309ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010100163246002000264264007300284300004700357336003500404337002800439338002700467490002900494500003500523500001900558546002000577650003500597655003000632655003000662655001900692700003000711730007100741773012300812994001200935on1390696937OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561472 aDLCbengerdacDLC a(OCoLC)1390696937 apcc00aML31b.C59500aJoseph P. Kennedy presents George O'Hara in "Going the limit" /cmusic compiled by Eugene Conte.30aGoing the limit 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aConte, Eugene,ecompiler.0 iMusic for motion picture (work):aGoing the limit (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 17w(DLC) 2018571961 a92bPUL01850nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245032600272246007000598255002000668264007600688300010600764336004000870337002800910338002600938490001900964546003100983500009001014880032601104880007001430994001201500on1390696979OCoLC20230718213016.0aj canzn230712s2022 ti a f 0 fre  a 2023364566 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390696979 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pJebeniana =bKharīṭat Tūnis al-jiyūlūjīyah.pJibiniyānah /cles levés géologiques ont été effectués par Adel Sghaier et Mohsen Hassine ; la rédaction a été assurée par Moez Mansoura et Ilyes Salhi ; révision Moez Mansoura et Mohamed Raouf Karray.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pJibiniyānah aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2022] a1 map :bcolor ;c45 X 68 cm. on sheet 55 X 90 cm. folded in cover 21 X 17 cm +e1 booklet (21 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 90 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pJebeniana =bخريطة تونس الجيولوجية.pجبنيانة /cles levés géologiques ont été effectués par Adel Sghaier et Mohsen Hassine ; la rédaction a été assurée par Moez Mansoura et Ilyes Salhi ; révision Moez Mansoura et Mohamed Raouf Karray.316246-02aخريطة تونس الجيولوجية.pجبنيانة a92bPUL01363njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100004000171245003900211264004600250300003000296336003700326337002300363338003100386344001900417344001900436344001900455347002200474347001300496382002700509500002700536511004800563518005100611500003400662505018300696650003000879655002600909655001800935994001200953on1390696993OCoLC20230718213016.0sd fsngnnmmned230711s2020 xxuppnn d n eng  a 2023626315 aDLCbengerdacDLC1 a195079068799 a(OCoLC)13906969931 aDownes, Kyleen,ecomposer,esinger.10aCome on sit down /cKyleen Downes. 1a[United States] :bKyleen Downes,c[2020] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from disc label.0 aKyleen Downes, vocals ; with accompaniment. oRecorded atpReel Love Recordings Co., Dayton. aLyrics inserted in container.00aGive up the ghost --tLast drop --tAll my life --tKeep your ways --t(If you've got) time won't matter --tBig top --tTiny little table --tMyself --tDrained --tIn the dark. 0aPopular musicy2011-2020. 7aPopular music.2lcgft 7aSongs.2lcgft a92bPUL01776ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245020700163246001900370264007300389300004700462336003500509337002800544338002700572490002900599500003500628500001900663546002000682650003500702655003000737655003000767655001900797700004700816730007000863773012300933776033401056994001201390on1390696994OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561424 aDLCbengerdacDLC a(OCoLC)1390696994 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present An Irvin Willat Production "The enchanted hill" with Jack Holt, Florence Vidor, Noah Beery, George Bancroft and Mary Brian /cmusic compiled by James C. Bradford.30aEnchanted hill 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (2 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEnchanted hill (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 19w(DLC) 201857196108iReproduced as (manifestation):tAdolph Zukor and Jesse L. Lasky present An Irvin Willat Production "The enchanted hill" with Jack Holt, Florence Vidor, Noah Beery, George Bancroft and Mary Brian.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570925 a92bPUL00934njm a2200265 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001400159245010800173246002200281260003200303300004100335500002100376546001900397500001800416505018900434500003300623994001200656on1390697007OCoLC20230718213016.0sd fsngnnmmned200715s2019 rh ppnn n sna  a 2020337266 aDLCbengcDLC a(OCoLC)1390697007 alcode0 aKiller T.10aGhetto rinenharoh[sound recording] :bsingles collection /cKiller T. ; all songs written by Killer T.30aGhetto rine nharo aHarare :bKiller T.,c2019. a1 sound disc :bdigital ;c4 3/4 in. aUrban pop music. aSung in Shona. aCompact disc.0 aTidanane -- Ma socks -- Mai vangu varozvi -- Ghetto rine nharo -- Mufambo -- Vane pamuromo -- Baba vako imboko -- Tichasangana -- Ndiyani -- Ndakakutadzireyi -- Kukuona -- Makomborero. aProduction level cataloging. a92bPUL03427ngm a22007097i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245015200253257002400405264004900429264001100478300011000489336005000599337002300649338003000672340001900702344005500721347005100776380002700827538016000854500002601014532003401040500005301074500002601127511007201153508007701225520023701302500020401539500008001743500012301823650003001946650002901976650003102005655003002036655003902066655002402105655002602129655002602155655005402181700005202235700003302287700005202320700003902372700003902411700003802450700002502488710005502513710004402568710004102612773005202653994001202705on1390697008OCoLC20230718213016.0vd csaizs230713t20222022xxu104 vleng  a 2023600561 aDLCbengerdacDLC1 a81445602646642aVS-417bVinegar Syndrome a(OCoLC)13906970081 aengpengheng k19962edtf00aDVE8169(viewingcopy)00aFreeway /cIllusion Entertainment Group ; Kushner-Locke Company ; directed and written by Matthew Bright ; produced by Brad Wyman and Chris Hanley. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (104 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1996. aTitle from container.1 aKiefer Sutherland, Reese Witherspoon, Wolfgang Bodison, Dan Hedaya. aCinematographer, John Thomas ; editor, Maysie Hoy ; music, Danny Elfman. a"A twisted take on 'Little Red Riding Hood', with a teenage juvenile delinquent on the run from a social worker travelling to her grandmother's house and being hounded by a charming, but sadistic, serial killer and pedophile"--IMDb. aSpecial features: brand new commentary track with writer/director Matthew Bright, moderated by special features producer Brad Henserson; archival commentary track with writer/director Matthew Bright. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023; Wikipedia WWW site, July 13, 2023. 0aRunaway teenagersvDrama. 0aSerial murderersvDrama. 0aFalse imprisonmentvDrama. 7aDark comedy films.2lcgft 7aThrillers (Motion pictures)2lcgft 7aCrime films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aBright, Matthew,escreenwriter,efilm director.1 aWyman, Brad,efilm producer.1 aHanley, Chrisc(Film producer),efilm producer.1 aSutherland, Kiefer,d1966-eactor.1 aWitherspoon, Reese,d1976-eactor.1 aBodison, Wolfgang,d1966-eactor.1 aHedaya, Dan,eactor.2 aIllusion Entertainment Group,eproduction company.2 aKushner-Locke Co.,eproduction company.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL02492nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034005400133035002200187050002500209052001300234100004600247245028900293246014000582255007200722264007400794300007000868336004000938337002800978338002601006500004701032500003501079500003801114500008601152500008101238650003301319650003501352650005901387655002801446655001701474710007101491880003801562880027801600880006701878880006501945994001202010on1390697014OCoLC20230718213016.0aj canzn230712s1937 ja ag a f 0 jpn  a 2023592539 aDLCbengerdacDLC c$11 aab100000dE1361000eE1365000fN0343000gN0345000 a(OCoLC)139069701400aG7963.M4C5 1937b.K3 a7963bM41 6880-01aKamoshita, Yutaka,ecartographer.106880-02aDai Nippon Teikoku Mie-ken nanbu doseizu :bIse no Kuni nanbu Shima zenkoku, Kii no Kuni minami Kitamuro-gun = Agronomic map of southern part of Mie-Prefecture, Japan, southern part of Ise-Province, Shima-Province and eastern part of Kii-Province /cby Y. Kamoshita, S. Okada.31aAgronomic map of southern part of Mie-Prefecture, Japan, southern part of Ise-Province, Shima-Province and eastern part of Kii-Province aScale 1:100,000c(E 136°10ʹ--E 136°50ʹ/N 34°30ʹ--N 34°50ʹ). 16880-03a[Tokyo] :bNōrinshō Nōji Shikenjō,cShōwa 12 [1937] a1 map on 4 sheets :bcolor ;c111 x 105 cm, each sheet 40 x 55 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. a"11th year of Shōwa (1936)." a"Shōwa 12-nen 3-gatsu kankō." a"Dosei chōsa gishi Kamoshita Yutaka, gishu Okada Shunji, seizu Yoshida Tokuji." aIncludes list of "Dojō sokudanzu (profile of soil, scale 1:100 in meter)." 0aSoilszJapanzMie-kenvMaps. 0aGeologyzJapanzMie-kenvMaps. 0aLand capability for agriculturezJapanzMie-kenvMaps. 7aGeological maps.2lcgft 7aMaps.2lcgft2 6880-04aNōrinshō Nōji Shikenjō (Tokyo, Japan),epublisher.1 6100-01a鴨下寬,ecartographer.106245-02a大日本帝國三重縣南部土性圖 :b伊勢國南部志摩全國・紀伊國南北牟婁郡 = Agronomic map of southern part of Mie-Prefecture, Japan, southern part of Ise-Province, Shima-Province and eastern part of Kii-Province /cby Y. Kamoshita, S. Okada. 16264-03a[Tokyo] :b農林省農事試験場,c昭和 12 [1937]2 6710-04a農林省農事試験場 (Tokyo, Japan),epublisher. a92bPUL01508njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110005500171245003600226264005000262300003000312336003700342337002300379338003100402344001900433344001900452344001900471347002200490347001300512382009800525500002700623511012000650500003400770505023800804650002701042655002301069655001801092994001201110on1390697035OCoLC20230718213016.0sd fsngnnmmned230714s2016 xxurcnn d n eng  a 2023626354 aDLCbengerdacDLC1 a888295444729 a(OCoLC)13906970352 aAbler Boys (Musical group),ecomposer,eperformer.10aSee in sound /cthe Abler Boys. 1a[United States] :bHomegrown Records,c[2016] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11aguitarn1dmale voicen1aguitarn1dbass guitarn1dpianon1dorgann1dmale voicen22lcmpt aTitle from disc label.0 aThe Abler Boys (Keith Abler, guitar, vocals ; Luke Abler, guitar, bass, piano, organ, vocals) ; with accompaniment. aLyrics inserted in container.00tYesterday's dreams --tWeight of the world --tI don't believe it (just like everyday) --tWords of worth --tThink --tJunior --tRemembering --tShare a smile --tMoonbeam --tDynamite Bill --tSimilar opposites --tHeaven or hell. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL01454ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009100163246001300254264007300267300004700340336003500387337002800422338002700450490002900477500003500506546002000541650003500561655003000596655003000626655001900656700004400675730006400719773012300783787017400906994001201080on1390697036OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561451 aDLCbengerdacDLC a(OCoLC)1390697036 apcc00aML31b.C59500aFirst National Pictures, Inc. presents "For sale" /cmusic compiled by Edward Kilenyi.30aFor sale 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aFor sale (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 46w(DLC) 201857196108iRelated item of manifestation:tFirst National Pictures, Inc. presents "For sale".dNew York City : Cameo Music Service Corporation, [not before 1924]w(DLC) 2022561450 a92bPUL01370nem a2200373 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001500126020001800141034005400159035002200213041002800235050002300263052000900286110006000295245010300355246002700458255006900485264004800554300003400602336004000636337002800676338002600704500007300730500004100803546009200844650002600936655002200962994001200984on1390697038OCoLC20230718213016.0aj canzn230508q2010 au bge a 1 ger  a 2023591175 aDLCbengerdacDLC a3850842134 a97838508421361 aab500000dE0093000eE0170000fN0480000gN0453000 a(OCoLC)13906970380 ageraengafreaitaahun00aG6491.P2 2010b.F7 a64912 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aFreytag-Berndt Autokarte Österreich /cKartographie, Druck, u. Verlag Freytag-Berndt u. Artaria.30aAutokarte Österreich aScale 1:500,000c(E 9°30ʹ--E 17°00ʹ/N 48°00ʹ--N 45°30ʹ). 1aWien :bFreytag-Berndt u. Artaria,c[2010?] a1 map :bcolor ;c82 x 119 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. Depths shown by soundings. aText and descriptive index on verso. aText in German, English, French, and Italian. Legend in additional language, Hungarian. 0aRoadszAustriavMaps. 7aRoad maps.2lcgft a92bPUL01724ngm a22003013a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245010000160257001300260260005900273300007800332500006500410508026100475511011800736520041700854500002801271541001401299655002401313700004301337700003001380994001201410on1390697039OCoLC20230718213016.0vd cvaiz|220211s2019 sx 029 vleng  a 2021334537 aDLCbengeamimcDLC a(OCoLC)1390697039 alcode00aBaxu and the giants /cwritten by: Florian Schott, Girley Jazama ; directed by: Florian Schott. aNamibia. aWindhoek, Namibia :bMamokobo Video & Research,c2019. a1 videodisc of 1 (DVD) (29 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCopyright notice on video: Mamokobo Video & Research ; 2019. aDirector of photography, Kit Hoffmann ; editor, Robert Scott ; sound designer, Wojtek Majewski ; production designer, Tanya Stroh ; co-producers, Florian Schott, Girley Jazama ; producer, Andrew Botelle ; executive producer, Willem Odendaal, Clive Johnson.1 aCamilla Jo-Ann Daries, Wafeeq /Narimab, Anna Louw, Robert Hara#gaeb, West Uarije, Steven Afrikaner, Ashwyn Mberi. aThis film follows 9-year old Baxu (Camilla Jo-Ann Daries), who lives in impoverished Damaraland with her alcoholic grandmother (Anna Louw) and older brother Khata (Wafeeq /Narimab). Khata is offered a "golden" opportunity involving rhino poaching by his neighbour (Robert Hara#gaeb). This would afford Khata's family an easier lifestyle, however Baxu's deep relationship with wildlife won't allow this to happen. aSource used: videodisc. cPurchase. 7aShort films.2lcgft1 aSchott, Florian,edirection,ewriting.1 aJazama, Girley,ewriting. a92bPUL01619nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245013000257260002800387300007900415336003300494337002800527338002600555540004200581500003600623500001100659506018500670580006500855600007000920600007600990650005501066655004601121856009001167994001201257on1390697040OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634717 aDLCbengedcrmgcDLC a(OCoLC)1390697040 aLC-DIG-ppmsca-87326bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Second or third floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 27 x 36 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 6. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87326qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87326 a92bPUL01557njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002700149028003100176035002200207042001400229110006900243245006900312264008800381300004500469336003700514337002300551338003100574340001900605344001800624344001500642344002300657344001900680500002800699511010100727505020100828650003001029650002701059655002601086655002301112994001201135on1390697043OCoLC20230718213016.0sd csmennmplud230712s2022 sp munn n zxx d a 2023627523 aTDFbengerdacDLC10a72920821518302aBBI-029bBobo Integral02aTJR-006bTear Jerk Records a(OCoLC)1390697043 alccopycat2 aBoys with the Perpetual Nervousness (Musical group),eperformer.14aThe third wave of... /cthe Boys with the Perpetual Nervousness. 1aHortaleza (Madrid) :bBobo Integral ;a[Australia?] :b[Tear Jerk Records],c[2022] a1 audio disc :banalog, 45 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc labels.0 aThe Boys with the Perpetual Nervousness (Andrew Taylor and Gonzalo Marcos) ; with accompaniment.0 aAs the day begins -- Look back -- Isolation (Mary Lou Lord, vocals) -- In the right -- The stars go round -- Open up the box -- Turning red -- Old pictures of ourselves -- Out of time -- Old ways. 0aPopular musicy2021-2030. 0aRock musicy2021-2030. 7aPopular music.2lcgft 7aRock music.2lcgft a92bPUL01388nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001500126020001800141034005400159035002200213041002300235050002400258052000900282110006000291245010200351246002700453255006900480264004700549300003400596336004000630337002800670338002600698500004600724500002000770500004800790500004100838546005100879650002600930655002200956994001200978on1390697070OCoLC20230718213016.0aj canzn230428s1999 au bg a 1 ger  a 2023591130 aDLCbengerdacDLC a3850842010 a97838508420131 aab600000dE0083000eE0170000fN0490000gN0453000 a(OCoLC)13906970700 ageraengafreaita00aG6491.P2 1999b.F71 a64912 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aFreytag-Berndt Autokarte Österreich /cKartographie, Druck u. Verlag Freytag-Berndt u. Artaria.30aAutokarte Österreich aScale 1:600,000c(E 8°30ʹ--E 17°00ʹ/N 49°00ʹ--N 45°30ʹ). 1aWien :bFreytag-Berndt u. Artaria,c[1999] a1 map :bcolor ;c75 x 112 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aIndex on verso. aIn lower right corner on verso: 01/99 3401. aLC copy imperfect: lacks cover.5DLC aLegend in German, English, French and Italian. 0aRoadszAustriavMaps. 7aRoad maps.2lcgft a92bPUL01723nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245013100256260002800387300006400415336003300479337002800512338002600540540004200566500003600608506018500644580006500829600007000894600007600964650005501040650006301095650005501158655004601213856009001259994001201349on1390697071OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634692 aDLCbengedcrmgcDLC a(OCoLC)1390697071 aLC-DIG-ppmsca-87301 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Door with lunette.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 28 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aLunetteszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87301qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87301 a92bPUL01369njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100005400171245002700225264008100252300003000333336003700363337002300400338003100423344001900454344001900473344001900492347002200511347001300533500002700546511003600573505026600609650002700875650002800902655003500930655001800965994001200983on1390697098OCoLC20230718213016.0sd fsngnnmmned230714s2021 xxurcnn n eng  a 2023626356 aDLCbengerdacDLC1 a194152942209 a(OCoLC)13906970980 aGalactikrakenc(Musician),ecomposer,eperformer.10aStarship velociraptor. 1a[Place of publication not identified] :b[publisher not identified],c[2021] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aGalactikraken (Jonathan Young).00tGlory or gold --tBest band in the universer(featuring Ninja Brian) --tSettle it with a swordfight --tHyperspeed --tArmy of tigers --tStorm the castle --tStarship velociraptor --tMan the cannons --tJetpack race --t10,000 light-years --tFinal frontier. 0aRock musicy2021-2030. 0aAlternative rock music. 7aAlternative rock music.2lcgft 7aSongs.2lcgft a92bPUL01493nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002800154052001500182110006300197245011700260255002400377264007400401300005500475336004000530337002800570338002600598500002200624500009900646500006600745500005100811650009000862650008500952651005601037655002601093994001201119on1390697099OCoLC20230718213016.0aj canzn230714s2014 dcu a f 0 eng  a 2023587328 aDLCbengerdacDLC0 aa a(OCoLC)139069709900aG4292.R715E63 2014b.U5 a4292bR7152 aUnited States.bDepartment of Agriculture.,ecartographer.10aProspect OHV trail system 2014, Rogue River-Siskiyou National Forest /cUnited States Department of Agriculture. aNot drawn to scale. 1a[Washington, D.C.] :bUnited States Department of Agriculture,c2014. a1 map :bcolor ;c65 x 45 cm, folded to 23 x 11 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. a"This map has been printed through a grant from the State of Oregon ATV fund"--On panel title. aIncludes text, 5 insets, location map and list to OHV trails. aText, and illustrations (some color) on verso. 0aOff-road vehicle trailszRogue River-Siskiyou National Forest (Or. and Calif.)vMaps. 0aOutdoor recreationzRogue River-Siskiyou National Forest (Or. and Calif.)vMaps. 0aRogue River National Forest (Or. and Calif.)vMaps. 7aThematic maps.2lcgft a92bPUL01722nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245013100256260002800387300006300415336003300478337002800511338002600539540004200565500003600607506018500643580006500828600007000893600007600963650005501039650006301094650005501157655004601212856009001258994001201348on1390697100OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634726 aDLCbengedcrmgcDLC a(OCoLC)1390697100 aLC-DIG-ppmsca-87335 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Door with lunette.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 31 x 9 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aLunetteszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87335qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87335 a92bPUL01833nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245013000283260010300413300008000516336003300596337002800629338002600657540004200683500003300725500001200758500004500770500026700815651004801082650004801130650004801178655003601226655004301262700003601305856009401341994001201435on1390697101OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023635249 aDLCbengedcrmgcDLC aH16951bU.S. Copyright Office. a(OCoLC)1390697101 aLC-DIG-stereo-1s48064bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aBattlefield of Tientsin (during the battle July 13, 1900), from German Club (W.) to west arsenal, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 52. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 52). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aArmorieszChinazTianjiny1900-1910.2lctgm 7aRooftopszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48064qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48064 a92bPUL01530nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139041001300161050002600174052001300200110007100213245014600284246003300430246006800463255003400531264008500565300007600650336004000726337002800766338002600794500002200820500004200842500004200884500005100926500004300977546003501020650004801055655001701103994001201120on1390697112OCoLC20230718213016.0aj canzn230706s1992 sa a 1 eng  a 2023591367 aDLCbengerdacDLC1 aab11000 a(OCoLC)13906971120 aengaafr00aG8504.C3P55 1992b.A9 a8504bC32 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, reisdiens, Victoria & Alfred Waterfront /ccompiled, drawn and published by the Automobile Association of South Africa.30aVictoria & Alfred Waterfront3 aAARSA travel service, reisdiens, Victoria and Alfred Waterfront aScale approximately 1:11,000. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1992] a1 map :bcolor ;c22 x 18 cm, on sheet 42 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K7. aIn lower left corner on verso: 926/8. aIncludes text and index to points of interest. aText and color illustrations on verso. aText in English and Afrikaans. 0aWaterfrontszSouth AfricazCape TownvMaps. 7aMaps.2lcgft a92bPUL01414njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028003000132035002200162245004000184264004700224264001200271300003000283336003700313337002300350338003100373344001900404344001900423344001900442347002200461347001300483500002700496511002900523518005500552500003400607505023200641650003000873655002600903655001800929710005700947994001201004on1390697134OCoLC20230718213016.0sd fsngnnmmned230714t19961996wiuppnn d n eng  a 2023626352 aDLCbengerdacDLC02aGP0496bHomegrown Records a(OCoLC)139069713400aGo easy /cGilbert and the Pirates. 1aPlymouth, WI :bHomegrown Records,c[1996] 4c℗1996 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aGilbert and the Pirates. oRecorded atpMade You Look Studios, Green Bay, WI. aLyrics inserted in container.00tOn my way --tLove is the garden --tGonna find you --tBallad of old Santa Fe --tShow me a sign --tWhat's going on? --tMarie Laveau --tMoments like these --tNolo contendere --tLong legs --tGo easy mon --tNew beginning. 0aPopular musicy1991-2000. 7aPopular music.2lcgft 7aSongs.2lcgft2 aGilbert and the Pirates (Musical group),eperformer. a92bPUL02826ngm a22006257i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245016000253257002400413264004900437264001100486300012000497336005000617337002300667338003000690340001900720344005500739347007100794380002700865538016000892500002601052532003401078500005301112500002601165511005601191508008601247520007401333500015101407500008001558500008801638650003301726650002001759650001901779655002501798655002601823655002601849655002601875655005401901700003401955700004001989700006602029710004102095773005202136994001202188on1390697135OCoLC20230718213016.0vd csaizs230713t20232023xxu085 vleng  a 2023600564 aDLCbengerdacDLC1 a81445602761642aVS-435bVinegar Syndrome a(OCoLC)13906971351 aengpengheng k19872edtf00aDVE8172(viewingcopy)00aNight screams /cDill II Productions ; directed by Allen Plone ; screenplay by Dillis L. Hart II and Mitch Brian ; story and produced by Dillis L. Hart II. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (85 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1987. aTitle from container.1 aJoe Manno, Ron Thomas, Randy Lundsford, Megan Wyss. aMusic, Michael Linn ; cinematographer, Eric Anderson ; editor, Herbert L. Strock. aA high school party becomes a killing ground for an inventive killer. aSpecial features: commentary track with director Allen Plone and cinematographer, Eric Anderson, moderated by special feature producer, Ewan Cant. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aHigh school studentsvDrama. 0aPartiesvDrama. 0aMurdervDrama. 7aHorror films.2lcgft 7aSlasher films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aPlone, Allen,efilm director.1 aBrian, Mitch,d1961-escreenwriter.1 aStrock, Herbert L.,d1918-2005,eeditor of moving image work.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01300nem a2200337 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181050002300203052000900226110009300235245012100328250001200449255008500461264006100546300003300607336004000640337002800680338002600708500004300734610005500777650004500832651005600877655001700933994001200950on1390697155OCoLC20230718213016.0aj canzn230605s1999 nyu a i 0 eng  a 2023585404 aDLCbengerdacDLC1 aab2300000dW0133000eW0103000fN0100000gN0063000 a(OCoLC)139069715500aG8861.R2 1999b.U5 a88612 aUnited Nations.bDepartment of Public Information.bCartographic Section,ecartographer.10aUNOMSIL deployment as of September 1999 :b[Sierra Leone] /cDepartment of Public Information, Cartographic Section. aRev. 6. aScale approximately 1:2,300,000c(W 13°30ʹ--W 10°30ʹ/N 10°00ʹ--N 6°30ʹ). 1a[New York?] :bDepartment of Public Information,c[1999] a1 map :bcolor ;c21 x 17 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnc2rdacarrier a"Map No. 4065 Rev. 6. United Nations."20aUnited Nations.bObserver Mission in Sierra Leone. 0aPeacekeeping forceszSierra LeonevMaps. 0aSierra LeonexPolitics and governmenty1961-vMaps. 7aMaps.2lcgft a92bPUL01386ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010200163246002600265264007300291300004700364336003500411337002800446338002700474490002900501500003500530500001900565500003600584546002000620650003500640655003000675655003000705655001900735700004700754730007700801773012200878994001201000on1390697161OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561414 aDLCbengerdacDLC a(OCoLC)1390697161 apcc00aML31b.C59500aB.P. Fineman presents "Don't marry for money" with House Peters /ccompiled by James C. Bradford.30aDon't marry for money 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1923] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDon't marry for money (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 9w(DLC) 2018571961 a92bPUL02838ngm a22006257i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028003000144035002200174041001800196043001200214046001500226050002500241245015700266257002400423264004900447264001100496300010900507336005000616337002300666338003000689340001900719344005300738347007100791380002700862538016000889500002601049532003401075500005301109500002601162511008001188508009301268520023501361500006901596500008801665650003301753650003501786650003501821650003401856655002501890655002601915655002601941655005401967700002602021700002402047700003602071710004102107773005202148994001202200on1390697162OCoLC20230718213016.0vd csaizm230712t20222022xxu088 vleng  a 2023600559 aDLCbengerdacDLC1 a81445602439442aVS-078UbVinegar Syndrome a(OCoLC)13906971621 aengpengheng an-us--- k19812edtf00aDVE8167(viewingcopy)00aMadman /cthe Legend Lives Company ; directed by Joe Giannone ; produced by Gary Sales ; story by Joe Giannone, Gary Sales ; screenplay by Joe Giannone. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (88 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1981. aTitle from container.1 aAlexis Dubin, Tony Fish, Harriet Bass, Seth Jones, Jan Claire, Paul Ehlers. aDirector of photography, James Momel ; editor, Dan Loewenthal ; music, Stephen Horelick. aOn the last night of summer camp, the story is told of "Madman Marz," a berserk farmer who butchered his entire family before disappearing into the woods forever. But when a cocky teen ridicules the story, the Madman is unleashed. aAlso includes a Blu-ray copy of the movie with special features. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aCampszUnited StatesvDrama. 0aFarmerszUnited StatesvDrama. 0aLegendszUnited StatesvDrama. 0aMurderzUnited StatesvDrama. 7aHorror films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aRoss, Gaylen,eactor.1 aFish, Tony,eactor.1 aLemmo, James,ecinematographer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01300njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110006400171245002500235264004300260264001200303300003000315336003700345337002300382338003100405344001900436344001900455344001900474347002200493347001300515500002700528511002500555505026600580650002700846655002300873655001800896994001200914on1390697231OCoLC20230718213016.0sd fsngnnmmned230711t20182018caurcnn d n eng  a 2023626321 aDLCbengerdacDLC1 a081227931063 a(OCoLC)13906972312 aStone Temple Pilots (Musical group),ecomposer,eperformer.10aStone Temple Pilots. 1aBurbank, CA :bPlay Pen Music,c[2018] 4c℗2018 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aStone Temple Pilots.00aMiddle of nowhere --tGuilty --tMeadow --tJust a little lie --tSix eight --tThought she'd be mine --tRoll me under --tNever enough --tThe art of letting go --tFinest hour --tGood shoes --tReds & blues --gBonus tracks.tAlready gone ;tForget forever. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL01385ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011400163246002100277264007400298300004700372336003500419337002800454338002700482490002900509500003500538500001900573500003600592546002000628650003500648655003000683655003000713655001900743700004200762730007200804773012300876994001200999on1390697232OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561425 aDLCbengerdacDLC a(OCoLC)1390697232 apcc00aML31b.C59504aThe Cosmopolitan Corporation presents "Enemies of women" by Vincente Blasco Ibanez /ccompiled by Erno Rapee.30aEnemies of women 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aRapée, Erno,d1891-1945,ecompiler.0 iMusic for motion picture (work):aEnemies of women (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 20w(DLC) 2018571961 a92bPUL01331ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010100163246001900264264007300283300004700356336003500403337002800438338002700466490002900493500003500522500001900557546002000576650003500596655003000631655003000661655001900691700004700710730007700757773012300834994001200957on1390697233OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561631 aDLCbengerdacDLC a(OCoLC)1390697233 apcc00aML31b.C59500aFirst National Pictures, Inc. presents "The necessary evil" /cmusic compiled James C. Bradford.30aNecessary evil 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aNecessary evil (Motion picture : 1925)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 7, Folder 26w(DLC) 2018571961 a92bPUL01619nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002800377300011200405336003300517337002800550338002600578540004200604500003600646506018500682580006500867600007000932600007601002650005501078655004601133856009001179994001201269on1390697234OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634696 aDLCbengedcrmgcDLC a(OCoLC)1390697234 aLC-DIG-ppmsca-87305bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, linen backing ;csheet 31 x 52 cm, mount 44 x 59 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87305qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87305 a92bPUL01467nas a22004097i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037006300196042001400259050001600273082003300289222004900322245004000371246003500411264005100446310001100497336002600508337002600534338003600560362003000596500002500626588008300651588004100734710002200775710002600797776010400823856011800927994001201045on1390699510OCoLC20230718213016.0m o d | cr |||||||||||230718c20239999nyuar m o 0 a0eng  a 2023201351 aDLCbengerdacDLC l10 a2993-454021 a(OCoLC)1390699510 bLexisNexis, 230 Park Avenue, 7th Floor, New York, NY 10169 apccansdp10aISSN RECORD00a346.7303/23223/eng/20230718 0aSouth Carolina personal injury lawb(Online)00aSouth Carolina personal injury law.1 aSouth Carolina personal injury 1aNew York, New York :bMatthew Bender,c[2023]- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aBegan with: 2023 Edition. aTrey Nicolette, Esq.0 a2023 Edition; title from caption (store.lexisnexis.com, viewed July 18, 2023).1 a2023 Edition (viewed July 18, 2023).2 aLexisNexis (Firm)2 aMatthew Bender (Firm)08iPrint version:tSouth Carolina personal injury lawx2993-4524w(DLC) 2023201350w(OCoLC)139069992940uhttps://store.lexisnexis.com/categories/area-of-practice/torts-195/south-carolina-personal-injury-law-skuSKU07425 a92bPUL01211nam a2200337Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020002800153035002200181050002500203082002800228100002700256245003700283264004600320300002400366336002600390337002800416338002700444490003100471520013500502650001900637655002800656655003000684655001900714776012800733994001200861on1390699838OCoLC20230718213016.0230718s2023 nyu 000 1 eng  a 2023017369 aDLCbengerdacPCXdPCX a9781680998627q(paperback) a1680998625q(paperback) a(OCoLC)139069983800aPS3602.Y53bT36 202300a813/.6223/eng/202304171 aByler, Linda,eauthor.10aTapestry of love /cLinda Byler. 1aNew York, New York :bGood Books,c[2023] a270 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNew directions ;vbook two a"The second book in the New Directions series, this Amish romance will keep you guessing until the end!"--cProvided by publisher. 0aAmishvFiction 7aRomance fiction.2lcgft 7aChristian fiction.2lcgft 7aNovels.2lcgft08iOnline version:aByler, Linda.tTapestry of lovedNew York, New York : Good Books, [2023]z9781680998818w(DLC) 2023017370 a92bPUL01974nam a2200325Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003700122020003400159035002200193050002700215082002800242100003100270245004600301250001900347264003200366300002300398336002600421337002800447338002700475520101300502650003801515650003601553655002801589655001901617994001201636on1390699839OCoLC20230718213016.0230718s2023 nyu 000 1 eng  a 2023003969 aDLCbengerdacPCXdPCX a9781538754801q(trade paperback) a1538754800q(trade paperback) a(OCoLC)139069983900aPS3619.C4543bS66 202300a813/.6223/eng/202302011 aSchorr, Meredith,eauthor.10aSomeone just like you /cMeredith Schorr. aFirst edition. 1aNew York :bForever,c2023. a337 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Jude Stark is the bane of Molly Blum's existence. The former neighbors and complete opposites began a rivalry in grade school that continued all the way through high school, consisting of fights, pranks, and generally one upping each other--until one over-the-top prank changed everything. A decade later, their siblings have forced them to collaborate on a surprise co-wedding anniversary celebration for their parents, and soon Molly and Jude are reverting to their old tricks. But eventually, a reluctant friendship develops...along with an unexpected spark of sexual tension. The two come to discover they have more in common than they thought, including continually dating doppelgängers of each other, raising the question why are they seeking in romantic partners what they claim to hate about each other. They finally give in to their growing feelings, but will that old competitive spirit take over, or will they finally realize being on the same team is a lot more fun?"--cProvided by publisher. 0aMan-woman relationshipsvFiction. 0aWedding anniversariesvFiction. 7aRomance fiction.2lcgft 7aNovels.2lcgft a92bPUL01382cas a22003857i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037006300167042001400230050001600244082003300260222004800293245004000341246003500381264009100416310001100507336002600518337002800544338002700572362003000599500002500629588004100654588001800695710002200713710002600735776010500761856011800866994001200984on1390699929OCoLC20230718213016.0230718c20239999nyuar m 0 a0eng  a 2023201350 aDLCbengerdacDLCdDLC l10 a2993-452421 a(OCoLC)1390699929 bLexisNexis, 230 Park Avenue, 7th Floor, New York, NY 10169 apccansdp10aISSN RECORD00a346.7303/23223/eng/20230718 0aSouth Carolina personal injury lawb(Print)00aSouth Carolina personal injury law.1 aSouth Carolina personal injury 1aNew York, New York :bMatthew Bender & Company, Inc., a member of LexisNexis,c[2023]- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: 2023 Edition. aTrey Nicolette, Esq.0 a2023 Edition; title from title page.1 a2023 Edition.2 aLexisNexis (Firm)2 aMatthew Bender (Firm)08iOnline version:tSouth Carolina personal injury lawx2993-4540w(DLC) 2023201351w(OCoLC)139069951041uhttps://store.lexisnexis.com/categories/area-of-practice/torts-195/south-carolina-personal-injury-law-skuSKU07425 a92bPUL01377nas a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050001900168245006500187264009600252300005700348310001400405336002600419337002800445338002700473362003000500500011900530546004000649588004700689650006200736651005600798650004300854710007100897850000800968936002700976994001201003on1390699941OCoLC20230718213016.0230718c20189999iq qr 0 0kuro  a 2023355211 aDLCbengerdacDLC a(OCoLC)1390699941 apcc aa-iq---aaw-----00aDS70.8.K8bZ4700aZerde /cRekxirawî Geşepêdan u Runakbîrîy Qeredax. 3aSilêmanî [Kurdistan, Iraq :bRekxirawî Geşepêdan u Runakbîrîy Qeredax,c2018- avolumes :bchiefly color illustrations, maps,c26 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Payizê 2018). a"Kovarêkî ronakbîrîy giştî werzîye, Rekxirawî Geşepêdan u Runakbîrîy Qeredax derîdekat." aIn Sorani Kurdishb(Arabic script).1 aJimare 4 (Payizê 2020); ttle from cover. 0aKurdszIraqzKurdistānxIntellectual lifevPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals.2 aRekxirawî Geşepêdan u Runakbîrîy Qeredax,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01291nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043002100160050001400181245002400195246003000219264006100249300003700310310001400347336002600361337002800387338002700415362004200442500011300484500003200597525002100629546005200650588004300702650002400745650004300769650003400812850000800846936002700854994001200881on1390699948OCoLC20230718213016.0230718u2016uuuuiq qr 0 0kur  a 2023355212 aDLCbengerdacDLC a(OCoLC)13906999480 akuraara apcc aa-iq---aaw-----00aBP1b.E9800aGovarî Eyûbî.3 aGovarî Eyûb A w B î 1aHewlêr [Kurdistan, Iraq :b[publisher not identified], avolumes :billustrations,c29 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Jimare 1 (Beharî 2016). a"Govarêkî roşinbîrî ayînî werzîye bo aşnakirdinî mirov le ayînî pîrozî Îslam." aThe issues 1-4 are missing. aHas supplements. aIn Sorani Kurdishb(Arabic script); and Arabic.1 aJimare 5 (2018); ttle from title page. 0aIslamvPeriodicals. 0aIslamzIraqzKurdistānvPeriodicals. 0aKurdsxReligionvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01176cas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122042000800144043001200152050002000164245004100184246002000225264006600245300004000311310001400351336002600365337002800391338002700419362002100446500004100467546004000508588004400548650004900592650003000641650004300671850000800714856004100722936002700763994001200790on1390699949OCoLC20230718213016.0230718u2017uuuuiq qr p 0 0kur  a 2023355205 aDLCbengerdacDLCdDLC a(OCoLC)1390699949 apcc aa-iq---00aDS70.8.K87bK8500aKultur megezîn =bCulture project.14aCulture project 1aSilêmanî [Kurdistan, Iraq :bKompanyay Bilav Peyk,c2017- avolumes :billustrations,c24-29 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (2017)- a"Govarêkî kulturî werzîyet." aIn Sorani Kurdishb(Arabic script).0 aJimare 3 (2018); title from title page. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdszIraqvPeriodicals. 0aWomenxSocial conditionsvPeriodicals. aDLC41uhttp://cultureproject.org.uk/kurdish aLC Cairo Office [we46] a92bPUL01621nas a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050001800168245009100186246001900277246009000296264005700386300004200443310001400485336002600499337002800525338002700553362004500580500014100625500002700766546004000793650003300833650003900866651004400905650003000949651003900979650003301018650004601051710004301097850000801140936002701148994001201175on1390699990OCoLC20230718213016.0230718c20229999iq qr p 0 0kuro  a 2023355189 aDLCbengerdacDLC a(OCoLC)1390699990 apcc aa-iq---aaw-----00aDS59.K86bG6800aGovarî mêjûnasî =bMajallat mêjûnasî (al-maʻrifah al-tārīkhīyah).30aMêjûnasî1 iTitle on page 4 of cover:aMajallat mêjûnasî (al-maʻrifah al-tārīkhīyah) 1aHewlêr [Kurdistan, Iraq] :bZankoy Cîhan,c2022- avolume :billustrations, maps,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSałî yekem, jimare 1 (Beharî 2022)- a"Govarêkî mêjûyî werzîye, lelayên komełêk le pispor̄anî mêjû be hawbeşî legeł Zankoy Cîhan derdeçêt." aTitle from title page. aIn Sorani Kurdishb(Arabic script). 0aKurdsxHistoryvPeriodicals. 0aKurdszIraqxHistoryvPeriodicals. 0aKurdistanxHistoriographyvPeriodicals. 0aKurdszIraqvPeriodicals. 0aMiddle EastxHistoryvPeriodicals. 0aHistoriographyvPeriodicals. 0aHistoriographyzMiddle EastvPeriodicals.2 aCihan University-Erbil,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01355nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050002100168245001900189264006600208300003700274310001400311336002600325337002800351338002700379362003000406500009600436500002700532546004000559650004300599651004700642650004900689650005500738651006900793650006000862850000800922936002700930994001200957on1390700020OCoLC20230718213016.0230718u2019uuuuiq qr p 0 0kuro  a 2023355203 aDLCbengerdacDLC a(OCoLC)1390700020 apcc aa-iq---aaw-----00aDS59.K86b.H549700aHizrî jiyan. 1aSilêmanî [Kurdistan, Iraq :bKompanyay Bilav Peyk,c2019- avolumes :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Beharî 2019)- a"Govarêkî werzîy ekadîmî siyasîy şîkarîye, torî hewałî derîdekat." aTitle from title page. aIn Sorani Kurdishb(Arabic script). 0aKurdsxIntellectual lifevPeriodicals. 0aKurdistanxIntellectual lifevPeriodicals. 0aKurdsxPolitics and governmentvPeriodicals. 0aKurdszIraqxPolitics and governmentvPeriodicals. 0aMiddle EastxPolitics and governmenty21st centuryvPeriodicals. 0aKurdish literaturexHistory and criticismvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01210nas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050002000172245002600192246001100218264006600229300003700295310001400332336002600346337002800372338002700400362002500427546008600452588004500538650006200583650005200645650004900697650004300746850000800789936002700797994001200824on1390700089OCoLC20230718213016.0230718c20169999iq uu 0 0kuro  a 2023355208 aDLCbengcDLCerda a(OCoLC)13907000891 akurhmul apcc aa-iq---00aPK6908.2b.S54500aŞîʻir =bPoetry.13aPoetry 1aSilêmanî [Kurdistan, Iraq :bKompanyay Bilav Peyk,c2016- avolumes :billustrations,c24 cm aIrregular atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare yekem (2016)- aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.0 aJimare 11 (2022); title from title page. 0aKurdish poetryzIraqxHistory and criticismvPeriodicals. 0aPoetryvTranslations into KurdishvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdszIraqzKurdistānvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01323nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050001500159245001100174264005500185300003700240310001400277336002600291337002800317338002700345362003300372500004000405546008600445588003000531588004300561650002900604650005600633650004800689651005600737650004900793710003600842850000800878936002700886994001200913on1390700093OCoLC20230718213016.0230718u2017uuuuiq qx p 0 0kuro  a 2023355202 aDLCbengerdacDLC a(OCoLC)1390700093 apcc aa-iq---00aB8.K8bL6400aLogos. 1aSilêmanî [Kurdistan, Iraq] :bNawendî Logos, avolumes :billustrations,c21 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Jimare 1 (2017). a"Sofîstayî w gutarî Kurdî." aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.0 aJimare 4 (Payizî 2018).1 aJimare 5 (2019); ttle from title page. 0aPhilosophyvPeriodicals. 0aPhilosophyvTranslations into KurdishvPeriodicals. 0aPhilosophyzIraqzKurdistānvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals.2 aNawendî Logos,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01237nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001800172245001700190264004700207300003600254310001400290336002600304337002800330338002700358362003200385500002700417546008600444588004900530650004600579650004400625650006500669650004300734850000800777856002700785936002700812994001200839on1390700227OCoLC20230718213016.0230718c20219999iq qr 0 0kur  a 2023355204 aDLCbengerdacDLC a(OCoLC)13907002271 akurhmul apcc aa-iq---00aJA26.I72bM5600aMînêrva. 1a[Kurdistan, Iraq] :bMinerva Publ.,c2021- avolume :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Payîzî 2021)- aTitle from title page. aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.0 aJimare 2 (Zistanî 2022); title from cover. 0aPolitical sciencexResearchvPeriodicals. 0aSocial sciencesxResearchvPeriodicals. 0aPolitical sciencexResearchzIraqzKurdistānzPeriodicals. 0aKurdszIraqzKurdistānvPeriodicals. aDLC41uhttp://minervapubl.com aLC Cairo Office [we46] a92bPUL01897cas a22004097i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001700122035002200139042001400161050001600175082002500191111007000216210004900286222008200335245007400417246006700491246000800558246004300566246008900609264003700698264005300735310001100788336002600799337002800825338002700853588005300880588002900933776020500962785019301167856006801360856004701428994001201475on1390700266OCoLC20230718213016.0230718duuuu2014njuar 1 a0eng  a 2023202259 aDLCbengerdacDLCdDLC0 a2993-455921 a(OCoLC)1390700266 ansdpamsc10aISSN RECORD10a621223/eng/202307172 aInternational Workshop on Research and Education in Mechatronics.0 aInt. Workshop Res. Educ. Mechatron.b(Print) 0a... International Workshop on Research and Education in Mechatronicsb(Print)10a... International Workshop on Research and Education in Mechatronics.1 aInternational Workshop on Research & Education in Mechatronics1 aREM1 aResearch and Education in Mechatronics1 aProceedings for the International Workshop on Research and Education in Mechatronics 1a[Piscataway, New Jersey] :bIEEE 2aRed Hook, NY :bAvailable from Curran Associates aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a15th (2014) ; title from title page (surrogate).1 a15th (2014) (surrogate).08iOnline version:aInternational Workshop on Research and Education in Mechatronics.t... International Workshop on Research and Education in Mechatronicsx2993-4567w(DLC) 2023202260w(OCoLC)97191682200aInternational Conference on Research and Education in Mechatronics.t... International Conference on Research and Education in Mechatronicsx2993-4583w(DLC) 2023202261w(OCoLC)139070978641uhttps://ieeexplore.ieee.org/xpl/conhome/1804050/all-proceedings42uhttps://www.proceedings.com/zSearch "REM" a92bPUL01740nam a2200409Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020002800153020002700181035002200208050002500230082001400255100003400269245006900303250001900372264005600391300002400447336002600471337002800497338002700525490004800552520027200600650002200872650002500894650003200919650002200951650001300973655002800986655001901014700009401033776019101127994001201318on1390700291OCoLC20230718213016.0230718s2023 nyu c 000 1 eng  a 2023007714 aDLCbengerdacCZAdCZA a9781250208309q(hardcover) a1250208300q(hardcover) z9781250208293q(ebook) a(OCoLC)139070029100aPZ7.1.L5165bKg 202300a[Fic]2231 aLewis, Erika,d1968-eauthor.10aKelcie Murphy and the hunt for The Heart of Danu /cErika Lewis. aFirst edition. 1aNew York :bStarscape, Tor Publishing Group,c2023. a424 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThe Academy for the Unbreakable Arts ;v[2] aWhile at The Academy for the Unbreakable Arts, Kelcie receives a warning from her goddess mother that The Heart of Danu, the legendary source of all light and warmth, will be stolen, so Kelcie and her friends set off to prevent their world from falling into darkness. 1aAbilityvFiction. 1aFriendshipvFiction. 1aMythology, CelticvFiction. 1aSchoolsvFiction. 1aFantasy. 7aFantasy fiction.2lcgft 7aNovels.2lcgft1 iSequel to:aLewis, Erika,d1968-tKelcie Murphy and the academy for the unbreakable arts.08iOnline version:aLewis, Erika, 1968-tKelcie Murphy and the hunt for The Heart of DanubFirst edition.dNew York : Starscape, Tor Publishing Group, 2023z9781250208293w(DLC) 2023007715 a92bPUL01344nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001300172042000800185050002100193245022700214246008700441264005000528300002300578336002600601337002800627338002700655546003300682500006500715504004100780650002400821650002700845650002600872650001800898700005400916994001200970on1390700389OCoLC20230718213016.0200422s2021 rb b 000 0 srp  a 2022472823 aDLCbengerdacDLC a9788680186764 a8680186767 a(OCoLC)13907003890 asrpaeng apcc00aK3165b.P74 202100aPreispitivanje klasičnih ustavnopravnih shvatanja u uslovima savremene države i politike =bChallenging traditional constitutional ideas in terms of modern state and politics /curednik/editor Dr Miroslav Đorđević.31aChallenging traditional constitutional ideas in terms of modern state and politics 1aBeograd :bInstitut za uporedno pravo,c2021. a380 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSerbian (Latin) and English. a"Beogradski ustavnopravni forum"--Page preceding title page. aIncludes bibliographical references. 0aConstitutional law. 0aConstitutional courts. 0aSeparation of powers. 0aHuman rights.1 aĐorđević, Miroslavc(Writer on law),eeditor. a92bPUL02463nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001300254082002500267100003300292245012000325263000900445264004200454300002200496336002600518337002600544338003600570504005100606505050700657520038001164588010301544600003601647600003101683650003401714650003001748650004901778650004501827776013301872994001202005on1390700390OCoLC20230718213016.0m o d cr |||||||||||230512s2023 mnu ob 001 0 eng  a 2023021872 aDLCbengerdacDLC a9781506481272q(ebook) a1506481272 z9781506481265q(paperback) a(OCoLC)1390700390 apcc00aBV4501.300a242223/eng/202307121 aGeiman, Shodhin K.,eauthor.10aObstacles to stillness :bthoughts, hindrances, and self-surrender in Evagrius and the Buddha /cShodhin K. Geiman. a2312 1aMinneapolis :bFortress Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction -- Part I. The Renunciant Horizon: 1. The Practical Life -- 2. The Holy Life -- Part II. Confronting the Obstacles: 3. The Varied Allures of Sensory Desire -- 4. The Sheer Madness of Anger and Ill-Will -- 5. The Querulous Spirit of Sadness -- 6. The Maelstrom of Perfection: Restlessness-Remorse -- 7. Facing the Prospect of Emptiness: Acedia and Sloth-Torpor -- 8. Indecision, the Wasteland -- 9. Delusions of Spiritual Success: Vainglory and Pride -- Conclusion -- Bibliography -- Index. a"This book compares the "obstacles" to prayer discussed by the 4th-century monk Evagrius of Pontus with similar "hindrances" found in the scriptures of Buddhist tradition. Offering a fresh approach to Buddhist-Christian dialogue, Geiman focuses on the difficulties faced, and tools used, by both communities in their forms of contemplative practice"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aEvagrius,cPonticus,d345?-399.00aGautama BuddhaxTeachings. 0aSpiritual lifexChristianity. 0aSpiritual lifexBuddhism. 0aAestheticsxReligious aspectsxChristianity. 0aAestheticsxReligious aspectsxBuddhism.08iPrint version:aGeiman, Shodhin K.tObstacles to stillnessdMinneapolis : Fortress Press, 2023z9781506481265w(DLC) 2023021871 a92bPUL01566nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002500205110003800230245023600268250001400504264005700518300002400575336002600599337002800625338002700653490002100680650002700701650002900728650003000757655003100787700005300818700004700871700005000918710003800968710003601006710003201042740002501074740002101099994001201120on1390700391OCoLC20230718213016.0230609s2022 xv bl 000 0 slv  a 2023442278 aDLCbengerdacDLC a9789612046965q(softbound) a9612046964 a(OCoLC)1390700391 apcc ae-xv---00aKKS6188.2b.A28 20221 aSlovenia,eenacting jurisdiction.10aZakon o sodnih taksah (ZST-1) ;bOdvetniška tarifa ; Notarska tarifa : (neuradna prečiščena besedila) /cuvodna pojasnila mag. Barbara Petrič (ZST-1), dr. Nana Weber (Odvetniška tarifa), Darko Jerše (Notarska tarifa). a1. natis. 1aLjubljana :bUradni list Republike Slovenije,c2022. a262 pages ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aZbirka predpisov 0aCosts (Law)zSlovenia. 0aLawyersxFeeszSlovenia. 0aNotariesxFeeszSlovenia. 7aStatutes and codes.2lcgft1 aPetrič, Barbara,eauthor of introduction, etc.1 aWeber, Nana,eauthor of introduction, etc.1 aJerše, Darko,eauthor of introduction, etc.12aSlovenia.tZakon o sodnih taksah.12aSlovenia.tOdvetniška tarifa.12aSlovenia.tNotarska tarifa.02aOdvetniška tarifa.02aNotarska tarifa. a92bPUL00784nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002400180100003300204245004000237264004100277300002300318336002600341337002800367338002700395600003300422650003900455994001200494on1390700528OCoLC20230718213016.0230417s2022 hu 000 0ahun  a 2023449578 aDLCbengerdacDLC a9789635564057 a9635564058 a(OCoLC)1390700528 apcc00aRA644.C67bV57 20221 aVirágh, Ildikó,eauthor.10aKoronanapló /cVirágh Ildikó. 1aBudapest :bGondolat Kiadó,c2022. a164 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aVirágh, IldikóvDiaries. 0aCOVID-19 Pandemic, 2020-vDiaries. a92bPUL00870nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003800198245016900236260005100405300004600456650001400502700005300516710005900569994001200628on1390700529OCoLC20230718213016.0820504s1683 fr 000 0 fre  a 31025085  aDLCbengcDLC a(OCoLC)139070052900aHQ731b.M2 1683 aHQ731b.M2 1683 Copy 2cToinet no. 12261 aMainville, de. [from old catalog]10aDu bonheur et du malheur du mariage et des considérations qu'il faut faire avant que de s'y engager,bouvrage moral et curiuexcpar le sieur de mainville escuyer. aParis,bChez la veuve Sebastien Huré.c1683. a5 p.l., 360, [10] p., 1 l.c16 cm. (12mo) 0aMarriage.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL03283nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050000900254082003000263084003400293100003200327245011200359263000900471264005200480300002200532336002600554337002600580338003600606504004100642520086000683520086101543588010302404650001202507650002502519650002702544650005502571650006102626776013802687994001202825on1390700688OCoLC20230718213016.0m o d cr |||||||||||230510s2023 vau ob 000 0 eng  a 2023022512 aDLCbengerdacDLC a9781513813219q(ebook) a1513813218 z9781513813202q(paperback) a(OCoLC)1390700688 apcc00aBV4000a242/.332223/eng/20230717 aREL012020aREL0121202bisacsh1 aDycus, Shannon W.,eauthor.14aThe holy in the night :bfinding freedom in a season of waiting (an advent devotional) /cShannon W. Dycus. a2310 1aHarrisonburg, Virginia :bHerald Press,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references. a"Listen for the voice of God. If you approach this Advent season waiting for something-in your life, in your family or community, or in a fractured world-you are not alone. This season reminds us that our waiting is not wasted. Even in our longest nights, divine work endures. What if we were free enough to do the same? Drawing on lectionary scripture readings from the Old and New Testaments and the voices of Black and Brown modern-day prophets, author Shannon Dycus offers reflections for each day of the season. Her meditations stretch open possibilities for faithfulness during silence, ambivalence, doubt, and unknowing. This Advent, accept the invitation to witness and know the presence of God amid waiting. Give voice to freedom, grace, struggle, and beauty-to see again the ways that God emerges in this inward season"--cProvided by publisher. a"Listen for the voice of God. If you approach this Advent season waiting for something-in your life, in your family or community, or in a fractured world-you are not alone. This season reminds us that our waiting is not wasted. Even in our longest nights, divine work endures. What if we were free enough to do the same?Drawing on lectionary scripture readings from the Old and New Testaments and the voices of Black and Brown modern-day prophets, author Shannon Dycus offers reflections for each day of the season. Her meditations stretch open possibilities for faithfulness during silence, ambivalence, doubt, and unknowing. This Advent, accept the invitation to witness and know the presence of God amid waiting. Give voice to freedom, grace, struggle, and beauty-to see again the ways that God emerges in this inward season. "--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAdvent. 0aDevotional calendar. 0aDevotional literature. 7aRELIGION / Christian Living / Devotional.2bisacsh 7aRELIGION / Christian Living / Spiritual Growth.2bisacsh08iPrint version:aDycus, Shannon W.tHoly in the nightdHarrisonburg, Virginia : Herald Press, [2023]z9781513813202w(DLC) 2023022511 a92bPUL03619nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020004500192020002500237020001500262020004400277035002200321042000800343050001100351082003400362100003700396245009300433246003700526250001900563263000900582264003600591300002300627336002600650337002600676338003600702490006600738504005100804505028900855520163101144588010302775650004602878650002702924650001802951776015602969994001203125on1390700780OCoLC20230718213016.0m o d cr |||||||||||230630s2023 nyu ob 001 0 eng  a 2023024377 aDLCbengerdacDLC a9781636672472q(epub) a1636672477 z9781636672328q(paperback :qalk. paper) a9781636672465q(pdf) a1636672469 z9781636672458q(hardback :qalk. paper) a(OCoLC)1390700780 apcc00aLB232400a338.9/270711223/eng/202307141 aTimmerman, Nora,d1982-eauthor.10aBetween complicity & integrity :beducators' stories in tangled times /cNora Timmerman.3 aBetween complicity and integrity aFirst edition. a2310 1aNew York :bPeter Lang,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 a[Re]thinking environmental education,x1949-0747 ;vvolume 17 aIncludes bibliographical references and index.0 aPart 1. Questioning. Encountering complicity, questioning integrity -- Seeking and sketching stories through portraiture -- Part 2. Storying. David Greenwood -- Madhu Suri Prakash -- Ray Barnhardt -- Educator vignettes -- Part 3. Learning. Lessons on integrity -- So much is possible. a"Our lives are tangled up in all kinds of suffering. The daily tasks of eating, working, clothing, and sheltering are tied to extreme ecological degradation, climate change, systems of oppression, colonial legacies of stolen land, and so much more. In the face of these complex, systemic challenges, and with the knowledge of our participation within them, what do we do? Particularly for educators - folks who are responsible both for reproducing and resisting the dominant culture - what does it look like to live with integrity in the midst of complicity? This book shares intimate narratives from 12 experienced, respected educators as they describe their understandings and experiences of integrity and complicity in today's world. Specifically, the educators highlighted here are academics working at the intersection of education, environment, and social change. Based on five years of research, their stories show the diverse ways people make sense of their lives and give readers opportunities to reflect on their own. Nora Timmerman argues that these stories collectively teach us how scale matters, to stop being one person, and to act anyway. Integrity comes not from ridding oneself of complicity but from critical learning, community accountability, cultivating interdependence, and strategic experimentation to create new worlds. This book is written for current and future educators studying teacher experience and postsecondary education. However, the stories have resonance for anyone working to understand the experiences of complicity and how to understand integrity in its midst"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxEnvironmental aspects. 0aEducatorsxInterviews. 0aStorytelling.08iPrint version:aTimmerman, Nora, 1982-tBetween complicity & integritybFirst edition.dNew York : Peter Lang, [2023]z9781636672328w(DLC) 2023024376 a92bPUL01398nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163020002500189035002200214042000800236050002500244082001200269100003300281245008600314263000900400264006100409300001300470336002600483336003300509337002800542338002700570520010300597650002600700650002600726650002100752655002600773700003500799776015400834994001200988on1390700781OCoLC20230718213016.0230717s2024 ilu b 000 1 eng  a 2023028557 aDLCbengerdacDLC a9781728256122q(hardcover) a1728256127 z9781728256139q(epub) z9781728256146q(pdf) a(OCoLC)1390700781 apcc00aPZ7.1.M4639bEl 202400a[E]2231 aMcMorris, Kristina,eauthor.10aEllie Mae dreams big! /cwords by Kristina McMorris ; pictures by Amanda Yoshida. a2401 1aNaperville, Illinois :bSourcebooks Jabberwocky,c[2024] apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aEllie Mae's mind swirls with ideas when her teacher asks, What do you want to be when you grow up? 1aOccupationsvFiction. 1aImaginationvFiction. 1aChoicevFiction. 7aPicture books.2lcgft1 aYoshida, Amanda,eillustrator.08iOnline version:aMcMorris, Kristina.tEllie Mae dreams big!dNaperville, Illinois : Sourcebooks Jabberwocky, [2024]z9781728256139w(DLC) 2023028558 a92bPUL01645nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008200324263000900406264004300415300002300458336002600481337002600507338003600533490002000569490002700589500002000616520011200636521002800748588010300776650002000879650002000899650002300919655002700942655002600969700003500995776013301030994001201163on1390700782OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mnu bo 001 1 eng  a 2023029040 aDLCbengerdacDLC a9798889969686q(ebook) z9798889969662q(hardcover) z9798889969679q(paperback) a(OCoLC)1390700782 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aMason the moose feels mad /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aMason the moose gets mad when his brother steals his turn to play seeker in a forest game of hide-and-seek. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aAngervFiction. 1aMoosevFiction. 1aBrothersvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tMason the moose feels maddMinneapolis, MN : Jump!, Inc., 2024z9798889969662w(DLC) 2023029039 a92bPUL01923nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193020003100230035002200261042000800283050001600291082003000307100003300337245004200370263000900412264004200421300002300463336002600486337002600512338003600538490003500574500002000609520051800629521003501147588010301182650003801285650003801323776012801361994001201489on1390700783OCoLC20230718213016.0m o d cr |||||||||||230630s2024 nyu jo 001 0 eng  a 2023029805 aDLCbengerdacDLC a9781978537330q(ebook) a1978537336 z9781978537323q(library binding) z9781978537316q(paperback) a(OCoLC)1390700783 apcc00aQL666.L225600a597.95/9223/eng/202307121 aEmminizer, Theresa,eauthor.10aLegless lizards /cTheresa Emminizer. a2310 1aBuffalo :bEnslow Publishing,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aAnimals that slither and slide aIncludes index. a"Is it a snake? Is it a worm? No! It's a legless lizard! Up to 18 inches (45 cm) long, legless lizards are snake-like in appearance but have important differences. In this fascinating and informative book, readers will learn all about how legless lizards live and move. They'll discover how this unique creature evolved, where it lives, and what makes it so special. Filled with colorful photographs, which bring the information to life, this book is a must-have for young animal lovers"--cProvided by publisher. aGrades K-1bEnslow Publishing. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAnniellidaevJuvenile literature. 0aPygopodidaevJuvenile literature.08iPrint version:aEmminizer, Theresa.tLegless lizardsdBuffalo : Enslow Publishing, [2024]z9781978537323w(DLC) 2023029804 a92bPUL00965nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002400199100002900223245010400252264005600356300002900412336002600441337002800467338002700495504005700522600002000579650005200599994001200651on1390700924OCoLC20230718213016.0220613s2022 ke b 000 0aeng  a 2022322424 aDLCbengerdacDLC a9789914405620 a9914405622 a(OCoLC)1390700924 alcodeapcc af-ke---00aBF637.M45bK36 20221 aKanyi, Wairimu,eauthor.10aWired weird :bthe journey to discovering God's cues, clues & calling in my story /cWairimu Kanyi. 1a[Nairobi] :bRosslyne Wairimu Kanyi,cJanuray 2022. axiii, 196 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 193-196).10aKanyi, Wairimu. 0aMentoringzKenyaxReligious aspectsvBiography. a92bPUL01497nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002500163035002200188042000800210050002300218082002500241100003400266245008400300250001900384263000900403264003500412300001400447336002600461337002800487338002700515490001900542520034300561650004000904700003300944776014600977994001201123on1390700925OCoLC20230718213016.0230630s2024 nyu j 000 0 eng  a 2023025164 aDLCbengerdacDLC a9781662670701q(hardcover) a1662670702 z9781662670695q(ebk) a(OCoLC)1390700925 apcc00aSB357.2b.C43 202400a634223/eng/202307171 aChancellor, Deborah,eauthor.10aGranny root grows fruit /cby Deborah Chancellor ; illustrated by Julia Groves. aFirst edition. a2408 1aNew York :bKane Press,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aFollow my food a"A child narrator helps her Granny grow fruit through the year, as they put in new plants in the fall, prune in the winter, weed and hang nets in the spring, and water and harvest in the summer. Backmatter includes a matching game, more information about growing fruit, types of fruit, and a kid-friendly recipe"--cProvided by publisher. 0aFruit-culturevJuvenile literature.1 aGroves, Julia,eillustrator.08iOnline version:aChancellor, Deborah.tGranny root grows fruitbFirst edition.dNew York : Kane Press, 2024z9781662670695w(DLC) 2023025165 a92bPUL02020nam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001800142020001500160035002200175041001300197042000800210043001200218050002500230245019600255246009200451264006000543300004600603336002800649336002100677337002500698338002300723500009000746500006000836504005700896546005300953650003801006650003901044650004201083710006501125880018301190880005701373880005601430880006401486994001201550on1390700926OCoLC20230718213016.0230519s2022 ko a bc l000 0 kor  a 2023424455 aDLCbengerdacDLC c$1 a9791185344843 a9789791185349 a9791185344 a(OCoLC)13907009260 akoraeng apcc aa-kr---00aN8193.K6bC4637 2022006880-01aCh'iyu ŭi sigan, Puch'ŏ rŭl mannada :b2022 Pusan Pangmulgwan t'ŭkpyŏl kihoekchŏn = Encounter with the Buddha : Buddhist art of Korea : special exhibition of Busan Museum.31aEncounter with the Buddha :bBuddhist art of Korea : special exhibition of Busan Museum 16880-02aPusan Kwangyŏksi :bPusan Pangmulgwan,c2022. a231 pages :bcolor illustrations ;c28 cm astill image2rdacontent atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aCatalog of Pusan Pangmulgwan special exhibition held May 12 10, 2022 - July 10, 2022. 6880-03aPalgan tŭngnok pŏnho: 52-6260140-000112-01. aIncludes bibliographical references (pages 540-542). aChielfy in Korean with some English translation. 0aBuddhist artzKoreavExhibitions. 0aArt, KoreanyTo 1900vExhibitions. 0aBuddhism and artzKoreavExhibitions.2 6880-04aPusan Pangmulgwan,eissuing body,ehost institution.006245-01a치유 의 시간, 부처 를 만나다 :b2022 부산 박물관 특별 기획전 = Encounter with the Buddha : Buddhist art of Korea : special exhibition of Busan Museum 16264-02a부산 광역시 :b부산 박물관,c2022. 6500-03a발간 등록 번호: 52-6260140-000112-01.2 6710-04a부산 박물관,eissuing body,ehost institution. a92bPUL00903nam a2200289 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002600199100003800225245008800263264005500351300002800406336002600434337002800460338002700488504005700515650002900572994001200601on1390700959OCoLC20230718213016.0220526s2022 ug b 000 0 eng  a 2022321187 aDLCbengerdacDLC a9789970694013 a9970694014 a(OCoLC)1390700959 alcodeapcc af-ug---00aJQ2951.A38bS433 20221 aAsiimwe, Solomon Muchwa,eauthor.14aThe security sector in Uganda :bprinciples and practice /cSolomon Muchwa Asiimwe. 1aEntebbe, Uganda :bNkumba University Press,c2022. axvi, 256 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 241-256). 0aSecurity sectorzUganda. a92bPUL02018nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002300220082002800243100004600271245009500317263000900412264006400421300001300485336002600498337002800524338002700552490004300579520030700622504004100929505028500970650003201255650004201287650002001329650002001349650005101369776017601420994001201596on1390700960OCoLC20230718213016.0230712s2023 enk b 000 0 eng  a 2023026416 aDLCbengerdacDLC a9781009217798q(paperback) a1009217798 z9781009217781q(ebook) a(OCoLC)1390700960 apcc00aR697.F6b.W35 202300a610.69223/eng/202307171 aWalton-Roberts, Margaret,d1968-eauthor.10aGlobal health worker migration :bproblems, solutions, stories /cMargaret Walton-Roberts. a2308 1aCambridge ;aNew York :bCambridge University Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aElements in global development studies a"This Element examines the complex processes that feed health worker migrants into global circulation, the losses and gains associated with such mobility and examples of good practices, where migrants, sending and destination communities experience the best possible outcomes"--cProvided by publisher. aIncludes bibliographical references.0 aIntroduction: The global mobility of health care workers -- Feminist political economy and global care chain perspectives on health worker migration -- Health worker global migration : patterns, processes and problems -- International policy responses to health worker mobilities. 0aMedical personnel, Foreign. 0aMedical personnelxSupply and demand. 0aMedical policy. 0aLabor mobility. 0aEmigration and immigrationxGovernment policy.08iOnline version:aWalton-Roberts, Margaret, 1968-tGlobal health worker migrationdCambridge ; New York : Cambridge University Press, 2023z9781009217781w(DLC) 2023026417 a92bPUL01640nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193035002200223042000800245050001700253082001200270100003500282245009100317263000900408264004700417300002300464336002600487337002600513338003600539490003900575520016600614521003200780588010300812650002900915650002300944650002000967650002900987700003601016776014201052994001201194on1390700961OCoLC20230718213016.0m o d cr |||||||||||230714s2023 ncu bo 000 1 eng  a 2023030029 aDLCbengerdacDLC a9781645073864q(ebook) a1645073866 z9781645073857q(hardback) a(OCoLC)1390700961 apcc00aPZ7.1.S7953800a[E]2231 aStrickland, Darby A.,eauthor.10aSomething scary happened /cby Darby A. Strickland ; illustrations by Carlotta Notaro. a2310 1aGreensboro, NC :bNew Growth Press,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aComfort for children in hard times a"Helps children process their feelings after experiencing a trauma and provides comfort through the story of a little lamb named Miles"--cProvided by publisher. aAges 4-7bNew Growth Press. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aPsychic traumavFiction. 1aEmotionsvFiction. 1aSheepvFiction. 1aChristian lifevFiction.1 aNotaro, Carlotta,eillustrator.08iPrint version:aStrickland, Darby A.tSomething scary happeneddGreensboro, NC : New Growth Press, 2023z9781645073857w(DLC) 2023030028 a92bPUL02284nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001400254070002400268082003300292100002900325245010900354250001700463263000900480264005000489300002200539336002600561337002600587338003600613504005100649505026500700520054100965588010301506650003301609650002201642650002501664776014901689994001201838on1390701041OCoLC20230718213016.0m o d cr |||||||||||230525s2023 mau ob 001 0 eng  a 2023024733 aDLCbengerdacDLC a9781635867640q(ebook) a1635867649 z9781635867633q(paperback) a(OCoLC)1390701041 apcc00aRM666.D260 aRM666.D26bM37 202300a615.3/23983223/eng/202307171 aMars, Brigitte,eauthor.10aDandelion medicine :bforage, feast, and nourish yourself with this extraordinary weed /cBrigitte Mars. a2nd edition. a2310 1aNorth Adams, MA :bStorey Publishing,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.00g1. -- Thetvirtues of the dandelion --g2. --tCollecting, growing, and harvesting --g3. --tTraditional uses of dandelion medicine --g4. --tDandelion's medicinal properties --g5. --tMaking and using dandelion medicines --g6. --tCooking with dandelions. a"Dandelion Medicine, 2nd Edition is a colorful dive into the many creative uses of dandelions for food and medicine. From dandelion root "coffee" to dandelion flower cookies, there are dozens of delicious ways to use the plant in food, and all parts of the dandelion are medicinal in a variety of ways. In addition to providing ideas for ways to use the plant, the author also shares some of the history and lore surrounding the dandelion, creating a book that is both a practical guide and a fascinating read"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aDandelionsxTherapeutic use. 0aCooking (Flowers) 0aWild plants, Edible.08iPrint version:aMars, Brigitte.tDandelion medicineb2nd edition.dNorth Adams, MA : Storey Publishing, [2023]z9781635867633w(DLC) 2023024732 a92bPUL03792nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020004400193035002200237042000800259043001200267050001500279082003000294084003400324100003500358245008700393263000900480264006200489300002300551336002600574337002600600338003600626490003100662504005100693505087500744520124001619588010302859610005102962650003903013650005103052650006603103776015303169994001203322on1390701042OCoLC20230718213016.0m o d cr |||||||||||230713s2024 inu ob 001 0 eng  a 2023031547 aDLCbengerdacDLC a9780253068354q(ebook) a0253068355 z9780253068330q(hardback ;qalk. paper) a(OCoLC)1390701042 apcc an-us---00aHE2791.K1700a385.0976223/eng/20230713 aTRA004010aBUS0770002bisacsh1 aGalligan, William H.,eauthor.10aVision accomplished :bthe history of Kansas City Southern /cWilliam H. Galligan. a2402 1aBloomington, Indiana :bIndiana University Press,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRailroads past and present aIncludes bibliographical references and index.0 aIntroduction -- The Story Begins -- Arthur E. Stilwell: Early Years -- The Push South: 1890-1893 -- The Final Drive to the Gulf: 1894-1897 -- Receivership: The End of the Line for the KCP&G -- Stilwell's Final Years -- The Dawn of a New Century Brings Prosperity -- William N. Deramus II: An Era Begins -- William N. Deramus III -- The KCSI Years -- Years of Turmoil: 1960-1979 -- Recovery -- The Great Contraction: Consolidation in the 1990s -- A Change at the Top: The Haverty Era Begins -- Growth on the Fast Track: 1995-2000 -- The Panama Canal Railway Company -- The Birth of Mexico's Railroad System -- The Game Changer -- From KCSI to KCS; from TFM to KCSM -- KCS Turns a Page -- KCS Looks to the Future -- Service Begets Growth -- Game On: Private Equity Strikes First -- The Canadians Pay a Visit-and Decide to Stay -- The Curtain Falls on a 136-Year Adventure. a"The remarkable story of the Kansas City Southern tells of a company that from day 1 followed its own path, led by a succession of visionaries who were not afraid to take risks in pursuit of the railroad company's success. Without the resources of the earlier land grant railroads, the Kansas City-based company forged a unique approach to growing its franchise. It compensated for its modest size by developing an outsize, personalized commitment to its customers, suppliers, and rail partners. While larger railroads, with their vast rail networks, sometimes cajoled customers and smaller railroads into conforming to their service offerings, Kansas City Southern sought to develop mutually beneficial relationships with multiple constituents. Vision Accomplished is the story of a succession of individuals who through the strength of their personalities, vision, courage, and character led the railroad through one perilous situation after another and in so doing crafted a corporate culture truly unique in the railroad industry. It's a story of a railroad that by rights should have died dozens of times but continued to survive and grew to become a major participant in the North American supply chain"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aKansas City Southern Railway CompanyxHistory. 0aRailroadszUnited StatesxHistory. 7aTRANSPORTATION / Railroads / History.2bisacsh 7aBUSINESS & ECONOMICS / Corporate & Business History.2bisacsh08iPrint version:aGalligan, William H.tVision accomplisheddBloomington, Indiana : Indiana University Press, [2024]z9780253068330w(DLC) 2023031546 a92bPUL01328nam a22002897i 4500001001300000003000600013005001700019008004100036010001700077040002300094025002600117035002200143037005300165042001000218100003800228245006800266264006300334300002300397336002600420337002800446338002700474500001900501500004300520505044700563546001601010994001201026on1390701043OCoLC20230718213016.0230324r20212013ii 000 1 kano  a 2023337773 aDLCbengerdacDLC aI-Kan-2023-337773; 10 a(OCoLC)1390701043 bLibrary of Congress -- New Delhi Overseas Office alcode0 aAlaka Tīrthahaḷḷi,eauthor.10aNavilesara :b(kathā saṅkalana) /cAlaka Tīrthahaḷḷi. 1aBeṅgaḷūru :bSāhityalōka Pablikēṣans,c2021. a156 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aShort stories. aReprint: Originally published in 2013.0 a1. Pada kusiye nelavihudu -- 2. Ammā, innellū bāmbu bēḍammā -- 3. Rāmana baṇṭa -- 4. Hara kollal para kāyvane? -- 5. Gōgrahaṇa -- 6. Hasugaḷa hāḍu -- 7. Māyāmr̥gada benniḷidu.... -- 8. Bhujaṅga -- 9. Pāpada parijanaru -- 10. Jōḍu heṇḍirañji ōḍi hōguvāga -- 11. Ninne ninnege... -- 12. Svargādapi garīyasī! -- 13. Ayyō! nanna navilesarave! -- 14. Śāmarāyara sandēśa. aIn Kannada. a92bPUL01218nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002400199100004000223245017600263264003700439300002300476336002600499337002800525338002700553504005700580610006700637651005000704651006900754651005700823994001200880on1390701052OCoLC20230718213016.0210526s2015 bl b 000 0 por  a 2021329611 aDLCbengerdacDLC a9788567302164 a8567302161 a(OCoLC)1390701052 alcodeapcc as-bl---00aF2651.P85bN86 20151 aNunes, Maria Zilles Magno,eauthor.12aO começo de Porto Novo :bPorto Novo : uma colônia para teuto-católicos no processo de expansão colonial no sul brasileiro (1912-1933) /cMaria Zilles Magno Nunes. 1aPorto Alegre :bAuthor,c[2015?] a175 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 170-175).20aCatholic ChurchzBrazilzPorto Novo (Santa Catarina)xHistory. 0aPorto Novo (Santa Catarina, Brazil)xHistory. 0aPorto Novo (Santa Catarina, Brazil)xReligious life and customs. 0aPorto Novo (Santa Catarina, Brazil)xChurch history. a92bPUL00689nam a22002417i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003500172245004200207264004100249300002300290336002600313337002800339338002700367504004100394994001200435on1390701068OCoLC20230718213016.0230417s2022 hu b 000 f hun  a 2023449591 aDLCbengerdacDLC a9786156387097 a6156387099 a(OCoLC)13907010681 aNyiry, Attila,d1956-eauthor.12aA kódex rejtélye /cNyiry Attila. 1a[Miskolc] :bBíbor Kiadó,c2022. a288 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a92bPUL00851nam a22002537i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163100003600185245007800221250003500299264005600334300006800390336002600458337002800484338002700512700004600539994001200585on1390701069OCoLC20230718213016.0230717s2022 cy a 000 1 gre  a 2023450915 aDLCbengerdacDLC a9789925606054q(softbound) a9925606055 a(OCoLC)13907010691 aTsivika, Maria,d1984-eauthor.10aTi einai ta oneira bampa? /cMaria Tsivika ; eikones: Nikos Giannopoulos. aa' ekdosē: Oktōvrios 2022. 1aLeukōsia, Kypros :bEkdoseis Eugnōmōn,c2022. a1 volume (32 unnumbered pages) :bcolor illustrations ;c26 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aGiannopoulos, Nikos,d1986-eillustrator. a92bPUL01714nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193043001200208050002400220100005700244245017900301264007100480300004500551336002600596337002800622338002700650490005900677504005300736651004800789651005000837651004300887880004900930880018700979880007701166880006101243994001201304on1390701070OCoLC20230718213016.0180412s2017 su ab b 001 0 ara  a 2018340064 aDLCbengerdacDLC c(3 a9786038194126 a6038194126 a(OCoLC)1390701070 c30.00 SAR apccalcode aa-su---00aDS248.W35bH37 20171 6880-01aḤarbī, Nūrah bint Muṣliḥ,eauthor.136880-02aal-Wajah baʻd tawḥīd al-Mamlakah al-ʻArabīyah al-Saʻūdīyah 1351-373 H/1932-1953 M :bdirāsah wathāʼiqīyah /cNūrah bint Muṣliḥ al-ḥarbī. 16880-03aal-Riyāḍ :bDārat al-Malik ʻAbd al-ʻAzīz,c2017. a285 pages :billustrations, map ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aSIlsilat al-rasāʼil al-jāmiʻīyah ;v49 aIncludes bibliographical references and indexes. 0aWajh (Saudi Arabia)z20th centuryvSources. 0aWajh (Saudi Arabia)xSocial life and customs. 0aSaudi ArabiaxHistoryy1932-vSources.1 6100-01aحربي، نورة بنت مصلح.126245-02aالوجه بعد توحيد المملكة العربية السعودية، 1351-373 هـ/1932-1953م :bدراسة وثائقية /cنورة بنت مصلح الحربي. 16264-03aالرياض :bدارة الملك عبد العزيز،c2017.0 6490-04aسلسلة الرسائل الجامعية ;v49 a92bPUL02192nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002400154100005100178240002200229245007300251246009400324250021700418264005600635300002300691336002600714337002800740338002700768500017500795500005300970504005101023650002501074700003801099752002301137880004001160880008901200880010401289880026301393880006401656880003801720994001201758on1390701071OCoLC20230718213016.0180708s2018 is b 001 0dheb  a 2019402615 aDLCbengerdacDLC c(2 a(OCoLC)1390701071 apcc00aBM522.6b.A565 20181 6880-01aLandsopher, Jona,d1678-1712,eauthor.10aMeʻil tsedaḳah106880-02aSheʼelot u-teshuvot Meʻil tsedaḳah /c[Yonah Landsofer].186880-03aShut Meʻil tsedaḳah :bshut be-4. ḥelke ha-Shu. ʻa. : mevoʼot u-mafteḥot 6880-04aYotse laʼor me-ḥadash be-ʻarikhah meḥudeshet be-otiyot meʼirot ʻenayim u-be-hagaha meduyeḳet be-tosefet marʼeh meḳomot heʻarot ṿe-tsiyunim mafteḥot ha-ʻinyanim ṿe-toldot ha-meḥaber. 16880-05aYerushalayim :bZikhron Aharon,c778 [2018] a263 pages ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aThe title page reproduces the title page of the book's first edition, in which the author's name is left out. The book was first printed in Prague in 5517 (1756 or 1757). aPublication date inferred from publisher's note. aIncludes bibliographical references and index. 0aResponsay1600-1800.1 6880-06aBlaier, Yonatan,eeditor. aIsraeldJerusalem.1 6100-01aלאנדסופר, יונה.106245-02aשאלות ותשובות מעיל צדקה /c[יונה לאנדסופר] .186246-03aשו"ת מעיל צדקה :bשו"ת בד' חלקי השו"ע : מבואות ומפתחות 6250-04aיוצא לאור מחדש בעריכה מחודשת באותיות מאירות עינים ובהגה מדוייקת בתוספת מראי מקומות הערות וציונים מפתחות הענינים והמקורות ותולדות המחבר. 16264-05aירושלים :bזכרון אהרן,cתשע״ח.1 6700-06aבלייער, יונתן. a92bPUL00737nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003500198245003600233260004200269300003600311650003600347700005300383710005900436994001200495on1390701072OCoLC20230718213016.0810903s1692 fr 000 0 fre  a 31035030  aDLCbengcDLC a(OCoLC)139070107200aBF822b.B6 1692 aBF822b.B6 1692 Copy 2cToinet no. 11681 aBordelon, Laurent,d1653-1730.10aCaracteres naturels des hommes. aA Paris,bChez Arnoul Seneuze,c1692. a8 p.bl., 368 p.c17 cm. (12mo) 0aCharacters and characteristics.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02663nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043002100250050001600271082003700287100003300324245010400357263000900461264003900470300002200509336002600531337002600557338003600583504004100619505064400660520034501304588010301649600004001752650003501792651004501827651004501872651004101917651005201958655002402010776014702034994001202181on1390701077OCoLC20230718213016.0m o d cr |||||||||||230513s2023 mdu ob 000 0deng  a 2023021096 aDLCbengerdacDLC a9781666915204q(ebook) a1666915203 z9781666915198q(cloth) a(OCoLC)1390701077 apcc aa-ja---an-us---00aPN5406.K36700a070.4/332092aB223/eng/202307141 aHoover, William D.,eauthor.10aK.K. Kawakami and U.S.-Japan relations :bthe forty-year road to Pearl Harbor /cWilliam D. Hoover. a2309 1aLanham :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.0 aThe historical setting of Japanese-American relations -- Kawakami's Japanese roots and the lure of America, 1873-1901 -- Kawakami analyzes the beginnings of tension between Japan and America, 1901-13 -- World War I and expanding Japan-US controversies, 1914-1919 -- Growing problems in US-Japan relations, 1919-1921 -- Kawakami describes uplifting factors but sees shadows in Japanese-American relations, 1921-1930 -- Kawakami confronts declining Japanese-American relations, 1931-1937 -- Kawakami's dream of amiable Japanese-American relations crushed, 1937-1941 -- The United States exerts economic pressure in attempt to reign in Japan. a"U.S.-Japan relations occupy an important position in international affairs. This book analyzes the writings of Japanese journalist K. K. Kawakami to provide insight into the decline of U.S.-Japan relations from 1901 to 1941. His writings do much to help us understand the reasons behind the clash at Pearl Harbor"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aKawakami, Kiyoshi Karl,d1875-1949. 0aJournalistszJapanvBiography. 0aJapanxForeign relationszUnited States. 0aUnited StatesxForeign relationszJapan. 0aJapanxForeign relationsy1912-1945. 0aUnited StatesxForeign relationsy20th century. 7aBiographies.2lcgft08iPrint version:aHoover, William D.tK.K. Kawakami and U.S.-Japan relationsdLanham : Lexington Books, [2023]z9781666915198w(DLC) 2023021095 a92bPUL02731nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001100254082003300265100003500298245009900333263000900432264003300441300002300474336002600497337002600523338003600549490002200585504005100607520126200658588010301920650003602023650003502059650003102094650002002125650001702145776012302162994001202285on1390701078OCoLC20230718213016.0m o d cr |||||||||||230710s2023 nyu ob 001 0 eng  a 2023025376 aDLCbengerdacDLC a9781668031667q(ebook) a1668031663 z9781668031643q(hardcover) a(OCoLC)1390701078 apcc00aJZ569500a320.1/20919223/eng/202307111 aMarshall, Tim,d1959-eauthor.14aThe future of geography :bhow the competition in space will change our world /cTim Marshall. a2311 1aNew York :bScribner,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aPolitics of place aIncludes bibliographical references and index. a"Spy satellites orbiting the moon. Space metals worth more than most countries' GDP. People on Mars within the next ten years. This isn't science fiction-it's reality. Humans are venturing up and out, and we're taking our competitive spirit with us. Soon, what happens in space will shape human history as much the mountains, rivers, and seas have impacted civilizations around the world. It's no coincidence that Russia, China, and the USA are leading the way. The next fifty years will change the face of global politics and the world order as we know it. In this gripping work, bestselling author Tim Marshall navigates the new geopolitical landscape to show how we got here and where we're heading. Extensively researched and drawing on the latest information from intelligence, government, and civilian institutions, this book provides a detailed, clear account of the new space race, the power rivalries, and how technology, economics, and war have a ripple effect on everyone across the globe. Written with all the insight and wit that have made Marshall one of the world's most popular and trusted writer on geopolitics, The Future of Geography is an essential read about global power, politics, and the future of humanity"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aOuter spacexStrategic aspects. 0aOuter spacexEconomic aspects. 0aOuter spacexCivilian use. 0aSpace security. 0aGeopolitics.08iPrint version:aMarshall, Tim, 1959-tFuture of geographydNew York : Scribner, 2023z9781668031643w(DLC) 2023025375 a92bPUL00870nam a22002533i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150245006800172250002100240264004200261300002700303336002100330337002500351338002300376520018600399546001900585994001200604on1390701079OCoLC20230718213016.0230717s2023 io 000 0 ind  a 2023330334 aDLCbengerdacDLC a9786234977110 a6234977111 a(OCoLC)139070107900aProbosutedjo, sang inspirator kewirausahaan /cDarwin Sebayang. aCetakan pertama. 1aIndramayu, Jawa Barat :bAdab,c2023. axi, 192 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aOn entrepreneurship, education development, and social aspects within Mercu Buana University in Indonesia; festschrift in honor of Probosutedjo, a founder of Mercu Buana University. aIn Indonesian. a92bPUL01538nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002700185035002200212042000800234050002600242082002700268100002700295245004400322263000900366264005400375300001400429336002600443337002800469338002700497490004400524504005100568520023300619521003300852521003400885650004700919650003500966776013901001994001201140on1390701113OCoLC20230718213016.0230517s2024 mnu j b 001 0 eng  a 2023022002 aDLCbengerdacDLC a9798886875171q(library binding) a9798886875676q(paperback) z9798886877052q(ebook) a(OCoLC)1390701113 apcc00aQA76.6115b.B875 202400a005.1223/eng/202307171 aBurns, Kylie,eauthor.10aCoding with robotics /cby Kylie Burns. a2308 1aMinneapolis, MN :bBellwether Media, Inc.,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aExpress! Adventures in unplugged coding aIncludes bibliographical references and index. a"Information accompanies instructions for various robotics-themed activities that demonstrate skills needed for coding. The text level and subject matter are intended for students in grades 3 through 8"--cProvided by publisher. aAges 7-13bBellwether Media. aGrades 4-6bBellwether Media. 0aComputer programmingvJuvenile literature. 0aRoboticsvJuvenile literature.08iOnline version:aBurns, Kylie.tCoding with roboticsdMinneapolis, MN : Bellwether Media, Inc., 2024z9798886877052w(DLC) 2023022003 a92bPUL03742nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192035002200219042000800241043001200249050001400261082003200275245019500307263000900502264004800511300002200559336002600581337002600607338003600633504005100669505167100720520032102391588010302712650006202815650004602877650004702923650006102970650006803031700004403099776014103143994001203284on1390701114OCoLC20230718213016.0m o d cr |||||||||||230626s2023 mdu ob 001 0 eng  a 2023026486 aDLCbengerdacDLC a9781666917031q(epub) a1666917036 z9781666917024q(cloth) a(OCoLC)1390701114 apcc an-us---00aLB2332.3200a378.1/2082223/eng/2023071400aWomen educators' experiences during COVID-19 :bon the front lines /cedited by Victoria McDermott, Amy R. May, Teresa Heinz Housel, Erica Knotts, Stevie M. Munz, and Leandra H. Hernández. a2309 1aLanham, Maryland :bLexington Books,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction / Victoria McDermott, Amy R. May, Teresa Heinz Housel, Erica Knotts, Stevie M. Munz, Leandra H. Hernández -- The never-ending pandemic(s) : a narrative analysis on Black women educators dealing with COVID, sexism, and racism / Aisha Powell, Symone Campbell, and Ashley Leveille -- The radical specificity of COVID autoethnographic mother writing / Patty Sotirin -- "I want to be the supporter, not the supported" : the impact of unreciprocated caregiving on women faculty during COVID-19 / Rachel L. Reilly -- Balancing academic mothers and academic scholars : gender imbalances in service loads in academic institutions / Chin-Chung Chao and Ming Xie -- The soul of working women : holistic identity challenges for women graduate students during COVID-19 / Lakelyn E. Taylor and Elaine Schnabel -- Stories of efective and ineffective support for women faculty through lockdowns, wildfires, and budget cuts / Erica Knotts, Alena Ruggerio, and Isabella McCord -- "I don't have ducks, they're not in a line. I have a squirrels at a rave" : higher education administrators' meaning-making of COVID-19 / Victoria McDermott, and Olivia Truban -- Deconstructing COVID-19 pandemic institutional initiatives : where do women academics fit? / Rita Daniels -- "Asking us to do more with less" : academic mother's muted experiences during the "shecession" / Megan Lambertz-Berndt and Anuraj Dhillon -- Pandemic impact statements : challenges, opportunities, and considerations for gender equity in academe / Dawn Culpepper and Sarah Kilmer -- Conclusion / Victoria McDermott, Amy R. May, Teresa Heinz Housel, Erica Knotts, Stevie M. Munz, Leandra H. Hernández. a"Women Educators' Experiences During COVID-19: On the Front Lines examines the gendered experiences, challenges, and rapid changes faced by women in higher education during COVID-19. Scholars of communication, gender studies, and higher education will find this book of particular interest"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomen college teachersxSocial conditionszUnited States. 0aWomen in higher educationzUnited States. 0aSexism in higher educationzUnited States. 0aCOVID-19 Pandemic, 2020-xSocial aspectszUnited States. 0aSocial distancing (Public health) and educationzUnited States.1 aMcDermott, Victoria M.,d1995-eeditor.08iPrint version:tWomen educators' experiences during COVID-19dLanham, Maryland : Lexington Books, 2023z9781666917024w(DLC) 2023026485 a92bPUL01860nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193020003100230035002200261042000800283050001200291082002900303100003300332245004600365263000900411264004200420300002300462336002600485337002600511338003600537490003500573500002000608520050300628521003501131588010301166650003701269776013201306994001201438on1390701116OCoLC20230718213016.0m o d cr |||||||||||230627s2024 nyu jo 001 0 eng  a 2023027907 aDLCbengerdacDLC a9781978537309q(ebook) a1978537301 z9781978537293q(library binding) z9781978537286q(paperback) a(OCoLC)1390701116 apcc00aQL449.500a595.6/2223/eng/202307131 aEmminizer, Theresa,eauthor.10aCrawling centipedes /cTheresa Emminizer. a2310 1aBuffalo :bEnslow Publishing,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aAnimals that slither and slide aIncludes index. a"Have you ever lifted a rock to see a long, flat-bodied bug come scurrying out? Centipedes like to spend their time in damp, dark places. When spotted, they scuttle away on as many as 177 pairs of legs! In this entertaining and educational book, readers will learn all about the creepy, crawly centipede! They'll discover how centipedes evolved to move as they do and what centipede varieties there are in the world, ranging from tiny house centipedes to giant centipedes"--cProvided by publisher. aGrades K-1bEnslow Publishing. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCentipedesvJuvenile literature.08iPrint version:aEmminizer, Theresa.tCrawling centipedesdBuffalo : Enslow Publishing, [2024]z9781978537293w(DLC) 2023027906 a92bPUL02734nam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003000122020001500152020003100167020001500198020002700213035002200240042000800262050001200270060001100282082002800293100003900321245015200360263000900512264005600521300001300577336002600590337002800616338002700644504005100671505042100722520072401143650004101867650002301908650002301931650003601954650002601990650003802016700002702054776018302081994001202264on1390701132OCoLC20230718213016.0230620s2024 enk b 001 0 eng  a 2023012628 aDNLM/DLCbengerdacDLC a9781032553498q(hardback) a1032553499 a9781032360027q(paperback) a103236002X z9781003430261q(ebook) a(OCoLC)1390701132 apcc00aRA645.500aWX 21500a362.18223/eng/202307171 aJacobs, Don Trent,d1946-eauthor.10aHypnotic communication in emergency medical settings :bfor life-saving and therapeutic outcomes /cDon Trent Jacobs (Four Arrows) and Bram Duffee. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aCredibility -- Confidence -- Rapport -- Expectation -- Directives (An Overview) -- Images -- Believability -- Literal Interpretation -- Enthusiasm -- Managing "Pain" ("Discomfort") -- Stopping Bleeding -- Cardiovascular Emergencies -- Hypnotic Treatment for Burns -- Respiratory Diseases -- Anaphylaxis -- Childbirth and Pediatric Emergencies -- Psychological Emergencies -- Self-Hypnosis -- The Planetary Emergency. a"This fascinating book demonstrates how hypnotic communication has the potential to improve patient outcomes in emergency care, integrating insights on the connection between mind and body for paramedics and other first responders. Fully referenced and based on a robust range of evidence, the book is written by an active paramedic with over 20 years' experience with a Ph.D. in Human Development with a focus on paramedic decision-making; and a professor with doctorates in Health Psychology and Education who field tested the skills as a professional EMT. This book will interest any professional working in emergency care, including paramedics, EMTs, trauma nurses, and psychiatric nurses"--cProvided by publisher.12aEmergency Medical Servicesxmethods.12aHypnosisxmethods.22aTreatment Outcome.22aProfessional-Patient Relations.22aPatientsxpsychology.22aEmergency Respondersxpsychology.1 aDuffee, Bram,eauthor.08iOnline version:aJacobs, Don Trent, 1946-tHypnotic communication in emergency medical settingsdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781003430261w(DLC) 2023012629 a92bPUL05204nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001400296082003400310245016400344263000900508264005600517300002300573336002600596337002600622338003600648490003900684504005100723505229000774520111103064588010304175650004404278650005404322650004004376650004604416700003104462700002704493700003804520776015204558994001204710on1390701133OCoLC20230718213016.0m o d cr |||||||||||230706s2024 enk ob 001 0 eng  a 2023023031 aDLCbengerdacDLC a9781003342373q(ebook) a100334237X z9781032378749q(hardback) z9781032378787q(paperback) a(OCoLC)1390701133 apcc aas-----00aLB2331.2500a428.0071/054223/eng/2023071400aEnglish as a medium of instruction in South Asia :bissues in equity and social justice /cedited by Ram Ashish Giri, Amol Padwad, and Mian Md. Naushaad Kabir. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aGlobal South perspectives on TESOL aIncludes bibliographical references and index.0 aEMI in South Asia : the ideological underpinnings and practical contradictions / Ram Ashish Giri, Amol Padwad, Mian Md. Naushaad Kabir -- EMI in the multilingual ecology of South Asia : historical development, shifting paradigms, and transformative practices / Shaila Sultana -- Medium of education and inequality in university admission tests : exploring the case of a flagship university in Bangladesh / Mohammod Moninoor Roshid, Golam Kader Zilany, Noshin Afroz -- Social construction of EMI in India : situating EMI within the multilingual education paradigm / Padmini Boruah, A.K. Mohanty -- EMI, ELT and social justice : case of Pakistan / Fauzia Shamim -- English, EMI and social justice : the South Asian (hi)story / Amol Padwad -- English medium education in Sri Lanka : from colonial to postcolonial period / S.A. Kularathne, T Karunakaran -- Bhutanese education system : a historical journey / Pema Dendup -- Trajectory of English medium education (EMI) in a post-war community : a historical perspective from Jaffna, Sri Lanka / Karuna Sivaji, Maheswara Kurukkal Saravanapava Iyer -- English as medium of instruction and social justice in higher education in Bangladesh and Nepal : a capability perspective / Prithvi N. Shrestha, Sayeedur Rahman, Bharat Babu Shrestha -- Effectiveness of English medium instruction (EMI) at the undergraduate level at the University of Dhaka / Tazin Aziz Chaudhury & Rumana Rafique -- Issues of English language and social justice : towards bridging the gap between language education policy and practices in India / A.L. Khanna, Ruchi Kaushik -- Building or bridging the gap : issues and perspectives on linguistic ecology, social justice and EMI in the context of Pakistan / Urooj Yahya, Rahila Huma Anwar, Sajida Zaki -- EMI in Pakistan : a capability-based evaluation / Tayyaba Tamim -- The long fingers of English" : the impact of EMI policies and ideologies on teacher education courses in the students' mother tongue in the Maldives / Naashia Mohamed -- Policy negotiations, equity, and social justice in EMI classrooms : a study of teachers' perspectives / Santosh Mahapatra, Anik Nandi -- Multi-layered framework of promoting social justices in ELT classrooms : a case of Nepal / Kamal Raj Devkota -- Afterword / Mahmud Hasan Khan. a"This book examines the 'English mania phenomenon' and the complex circumstances of adopting English Medium Instruction (EMI) by South Asian education systems and the effect of an uneven distribution of resources on the already under-resourced countries in the region. Chapters explore linguistic, social, and economic injustices by using an analytic-critical approach to examinations of the place, role, provisions, and practices of EMI in specific English language teaching (ELT) contexts. The book consequently advocates for the wholescale reform of a system, which, the authors argue, is unjust. Ultimately, the book explores socio-cultural, poststructuralist, and English linguistic imperialism theories to contribute a South Asian perspective on the controversy surrounding EMI and examine its role within a wider global discourse on equity and social justice. Critically examining the spread of English in South Asia, this book will be of relevance to researchers, scholars, and postgraduate students in applied linguistics, language education, TESOL, and sociolinguistics"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEnglish-medium instructionzSouth Asia. 0aEnglish languagexStudy and teachingzSouth Asia. 0aLanguage and educationzSouth Asia. 0aSocial justice and educationzSouth Asia.1 aGiri, Ram Ashish,eeditor.1 aPadwad, Amol,eeditor.1 aNaushaad Kabir, Mian Md,eeditor.08iPrint version:tEnglish as a medium of instruction in South AsiadAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032378749w(DLC) 2023023030 a92bPUL00954nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245008500214264007200299300004700371336002600418337002800444338002700472500001700499504004100516700003400557710007300591994001200664on1390701134OCoLC20230718213016.0230717s2022 pk ad b 000 0 eng  a 2023318308 aDLCbengerdacDLC a(OCoLC)1390701134 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aStolen childhood /cauthors & researchers Altaf Hussain Wani [and three others]. 1aIslamabad :bKashmir Institute of international Relations,c[2022]. a49 pages :billustrations, charts ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references.1 aWani, Altaf Hussain,eeditor.2 aKashmir Institute of International Relations (Rawalpindi, Pakistan). a92bPUL02177nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043001200281050001300293082003300306100002500339245012000364263000900484264004400493300002200537336002600559337002600585338003600611504004100647505041100688520030301099588010301402650003701505650006201542776013901604994001201743on1390701149OCoLC20230718213016.0m o d cr |||||||||||230624s2023 mdu ob 000 0 eng  a 2023021580 aDLCbengerdacDLC a9781475872453q(ebook) a1475872453 z9781475872439q(cloth) z9781475872446q(paperback) a(OCoLC)1390701149 apcc an-us---00aLC1037.500a370.1130973223/eng/202307151 aEddy, Jean,eauthor.10aCrisis-proofing today's learners :breimagining career education to prepare kids for tomorrow's world /cJean Eddy. a2310 1aLanham :bRowman & Littlefield,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.0 aForeword : Reimagining our "north star" / by former Massachusetts governor Jane Swift -- The uncertainty continuum -- From A+ to A path -- Start early & stay many steps ahead -- Defrosting the frozen classroom -- The skills that will change save the world -- The shift to work-based -- The quest for Ikigai -- Flipping the "risk" narrative on education and work -- Harnessing informal -- A powerful vision. a"Crisis-Proofing Today's Learners: Reimagining Career Education to Prepare Kids for Tomorrow's World offers insights into the types of skills young people need to be successful in today's workforce and prepare them for careers that we might not even have imagined in 2023"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCareer educationzUnited States. 0aEducation, SecondaryxAims and objectiveszUnited States.08iPrint version:aEddy, Jean.tCrisis-proofing today's learnersdLanham : Rowman & Littlefield, [2023]z9781475872439w(DLC) 2023021579 a92bPUL01413nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002600180100003300206245022000239250003500459264003800494300005300532336002600585337002800611338002700639490009300666490009100759546002300850504004100873650006500914700003600979700003601015994001201051on1390701150OCoLC20230718213016.0050220s2019 rb ab bd 000 0 srpo  a 2020429768 aDLCbengerdacDLC a9788679462596 a8679462594 a(OCoLC)1390701150 apcc00aPG1396.V64bV385 20191 aVarenika, Svetlana,eauthor.10aRečnik srpskih govora Vojvodine.nKnjiga druga,pZ-M /cSvetlana Varenika, Dejan Miloradović́, Katarina Sunajko, Ivana Ćelić́, Dragoljub Petrović́ ; redaktor Dragoljub Petrović; karte Dejan Miloradov. aIzmenjeno i dopunjeno izdanje. 1aNovi Sad :bMatica srpska,c2019. a537, [10] pages :billustrations, maps ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLeksikografska izdanja / Matica srpska, Odeljenje za književnost i jezik ;vKnjiga III0 aDijelekatski rečnici / Matica srpska, Odeljenje za književnost i jezik ;vKnjiga 2 aSerbianbCyrillic. aIncludes bibliographical references. 0aSerbian languagexDialectszSerbiazVojvodinavDictionaries.1 aPetrović, Dragoljub,eeditor.1 aMiloradov, Dejan,eillustrator. a92bPUL01526nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117035002200135042000800157043001200165050002500177245043000202264003400632300002400666336002600690337002800716338002700744490004500771546002000816650005200836650005300888650005300941650003800994650003201032700004701064710005301111994001201164on1390701165OCoLC20230718213016.0220930s2021 rb l 000 0 srp  a 2022472171 aDLCbengerdacDLC z9771450713000 a(OCoLC)1390701165 apcc ae-rb---00aKKS1142.3b.A28 202100aRad, bezbednost na radu i pandemija :bZakon o bezbednosti i zdravlju na radu, Pravilnik o preventivnim merama za bezbedan i zdrav rad za sprečavanje pojave i širenje epidemije zarazne bolesti, Pravilnik o preventivnim merama za bezbedan i zdrav rad pri izlaganju biološkim šetnostima, Zaključci Vlade - Preporuke poslodavicma, Izvodi iz Zakona o radu /cglavni i odgovorni urednik, Ljiljana Milanković-Vasović. 1aBeograd :b"Intermex",c2021. a127 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka Pravni informator,x1450-7137 aSerbianbLatin. 0aIndustrial safetyxLaw and legislationzSerbia. 0aIndustrial hygienexLaw and legislationzSerbia. 0aCOVID-19 (Disease)xLaw and legislationzSerbia. 0aCOVID-19 Pandemic, 2020-zSerbia. 0aPublic health lawszSerbia.1 aMilanković-Vasović, Ljiljana,eeditor.12aSerbia.tZakon o bezbednosti i zdravlju na radu. a92bPUL03235nam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043002100281050001300302082003000315100003800345245013500383263000900518264006200527300002200589336002600611337002600637338003600663504005100699505027500750520110501025588010302130650003002233650004002263651003102303651003502334651004402369651004402413700004402457700003802501700002402539776015402563994001202717on1390701251OCoLC20230718213016.0m o d cr |||||||||||230411s2024 cau ob 001 0 eng  a 2023017224 aDLCbengerdacDLC a9781503637818q(ebook) a1503637816 z9781503637313q(cloth) z9781503637801q(paperback) a(OCoLC)1390701251 apcc aa-ir---an-us---00aHF1586.400a327.1/17223/eng/202307171 aBajoghli, Narges,d1982-eauthor.10aHow sanctions work :bIran and the impact of economic warfare /cNarges Bajoghli, Vali Nasr, Djavad Salehi-Isfahani, and Ali Vaez. a2402 1aStanford, California :bStanford University Press,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction : the invisible war -- When society is sanctioned -- When politics is sanctioned -- When Iran was sanctioned -- When an economy is sanctioned -- What sanctions cost the United States -- What sanctions cost Iran-and the world -- Conclusion : permanent siege. a"Sanctions have enormous consequences. Especially when imposed by a country with the economic influence of the United States, sanctions induce clear shockwaves in both the economy and political culture of the targeted state, and in the everyday lives of citizens. But do economic sanctions induce the behavioral changes intended? Do sanctions work in the way they should ? To answer these questions, the authors of How Sanctions Work highlight Iran, the most sanctioned country in the world. Comprehensive sanctions are meant to induce uprisings or pressures to change the behavior of the ruling establishment, or to weaken its hold on power. But, after four decades, the case of Iran shows the opposite to be true: sanctions strengthened the Iranian state, impoverished its population, increased state repression, and escalated Iran's military posture toward the U.S. and its allies in the region. Instead of offering an 'alternative to war,' sanctions have become a cause of war. Consequently, this book reveals how necessary it is to understand how sanctions really work"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEconomic sanctionszIran. 0aEconomic sanctions, AmericanzIran. 0aIranxEconomic conditions. 0aIranxPolitics and government. 0aUnited StatesxForeign relationszIran. 0aIranxForeign relationszUnited States.1 aNasr, Seyyed Vali Reza,d1960-eauthor.1 aSalehi-Isfahani, Djavad,eauthor.1 aVaez, Ali,eauthor.08iPrint version:aBajoghli, Narges, 1982-tHow sanctions workdStanford, California : Stanford University Press, 2024z9781503637313w(DLC) 2023017223 a92bPUL03831nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082002700295100003100322245019700353263000900550264005600559300002200615336002600637337002600663338003600689504005100725520172900776588010302505650007802608650007702686650010102763650010002864650007502964650007403039650003603113700003603149776016403185994001203349on1390701252OCoLC20230718213016.0m o d cr |||||||||||230629s2024 enk ob 001 0 eng  a 2023017846 aDLCbengerdacDLC a9781003409038q(ebook) a1003409032 z9781032528960q(hardback) z9781032528977q(paperback) a(OCoLC)1390701252 apcc00aLB104200a371.3223/eng/202307141 aBowkett, Stephen,eauthor.10aUnderstanding the world through narrative :b160+ classroom activities in fiction, mythology, science, history, and the media : Storywise for 9-15 year-olds /cSteve Bowkett and Tony Hitchman. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"While many educational books focus on creative and critical thinking skills, this ground-breaking work is the first to deal specifically with the ability to understand, question and evaluate information presented, broadly speaking, in story form. Story or narrative is central to our understanding of and interaction with the world around us. We only have to think of the 'mini stories' encapsulated in many advertisements; the way that topics in science - the story of human evolution for example, in history and other subjects present themselves; the power of myths and legends to act as guides to moral behaviour; and the pervasive way that gossip, rumour and superstition can spread - to recognise the benefits of heightening such awareness in young learners. Understanding the World Through Narrative explores the narrative structure of fiction, but uses this as a template to show how the story form appears in mythology and modern urban folklore, science, history, the media - including advertising; in our internal dialogues (stories we tell ourselves about ourselves and others), and how narrative structure can be used in curriculum planning to enhance children's learning. The book contains over 160 thinking / discussing / researching activities for use in the classroom and as project work. Chapters can be used independently, although they are arranged with increasing degrees of sophistication and challenge. This fascinating work is an essential resource for any teacher of upper primary and lower secondary students, covering not only children's evolving intellectual ability and promoting curiosity and critical engagement but also enhancing their mental and emotional wellbeing"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aNarration (Rhetoric)xStudy and teaching (Elementary)xActivity programs. 0aNarration (Rhetoric)xStudy and teaching (Secondary)xActivity programs. 0aEnglish languagexComposition and exercisesxStudy and teaching (Elementary)xActivity programs. 0aEnglish languagexComposition and exercisesxStudy and teaching (Secondary)xActivity programs. 0aCritical thinkingxStudy and teaching (Elementary)xActivity programs. 0aCritical thinkingxStudy and teaching (Secondary)xActivity programs. 0aActivity programs in education.1 aHitchman, Tony,d1952-eauthor.08iPrint version:aBowkett, Stephen.tUnderstanding the world through narrativedAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032528960w(DLC) 2023017845 a92bPUL01570nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002700185035002200212042000800234050002600242082002700268100002700295245005000322263000900372264005400381300001400435336002600449337002800475338002700503490004400530504005100574520023500625521003900860521004000899650004700939650004100986776014501027994001201172on1390701253OCoLC20230718213016.0230524s2023 mnu j b 001 0 eng  a 2023022004 aDLCbengerdacDLC a9798886875188q(library binding) a9798886875683q(paperback) z9798886877069q(ebook) a(OCoLC)1390701253 apcc00aQA76.6115b.B876 202400a005.1223/eng/202307171 aBurns, Kylie,eauthor.10aCoding with the paranormal /cby Kylie Burns. a2308 1aMinneapolis, MN :bBellwether Media, Inc.,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aExpress! Adventures in unplugged coding aIncludes bibliographical references and index. a"Information accompanies instructions for various paranormal-themed activities that demonstrate skills needed for coding. The text level and subject matter are intended for students in grades 3 through 8"--cProvided by publisher. aAges 7-13bBellwether Media, Inc., aGrades 4-6bBellwether Media, Inc., 0aComputer programmingvJuvenile literature. 0aParapsychologyvJuvenile literature.08iOnline version:aBurns, Kylie.tCoding with the paranormaldMinneapolis, MN : Bellwether Media, Inc., 2024z9798886877069w(DLC) 2023022005 a92bPUL00882nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100006200190245008800252260004300340300005000383650004200433650004100475700005300516710005900569994001200628on1390701749OCoLC20230718213016.0860220s1671 fr 000 0 fre  a 32007849  aDLCbengcDLC a(OCoLC)139070174900aBJ1602b.C5 aBJ1602b.C5 Copy 2cToinet no. 11881 a[Chalesme, XXX de],dactive 1671-1676. [from old catalog]12aL'homme de qualité, ov Les moyens de vivre en homme de bien, & en homme du monde. aA Paris,bChez André Pralard.c1671. a6 p.l., 252 (i.e. 250), [2] p.c16 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aMaxims, FrenchvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02602nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192020001500219020004400234035002200278042000800300043001200308050001000320082002800330100002800358245006800386263000900454264003600463300002300499336002600522337002600548338003600574490008600610504005100696520107800747588010301825650004201928651004201970776014402012994001202156on1390701750OCoLC20230718213016.0m o d cr |||||||||||230714s2023 nyu ob 001 0 eng  a 2023030398 aDLCbengerdacDLC a9781636675824q(epub) a1636675824 a9781636675817q(ebook) a1636675816 z9781636675800q(hardback ;qalk. paper) a(OCoLC)1390701750 apcc aec-----00aHC24400a330.94223/eng/202307141 aLevitt, Cyril,eauthor.14aThe beginnings of capitalism in Central Europe /cCyril Levitt. a2312 1aNew York :bPeter Lang,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLawrence Krader's legacy in science, history and philosophy,x2837-0627 ;vvol. 1 aIncludes bibliographical references and index. a"This book focuses on the beginnings of capitalism in Central Europe with emphasis on the German-speaking areas from the 14th to the 17th century. It also reviews and assesses the writings on the topic by the most important thinkers of the twentieth century. At the center of the presentation are the developments in mining, metallurgy, smelting, book publishing, clock making, ship building and advances in trade, commerce and finance. This book will be of interest to students of medieval and early modern European history, the so-called transition debate of feudalism to capitalism, social scientists and historians who are interested in the various transitions in human history, and philosophers who follow developments in the changing issues regarding freedom and bondage over the course of human development. Anthropologists who are familiar with Krader's writings on the development of the Asiatic mode of production will be interested to see how Krader treats this transition from feudalism to capitalism by way of comparison and contrast"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCapitalismzEurope, CentralxHistory. 0aEurope, CentralxEconomic conditions.08iPrint version:aLevitt, Cyril.tBeginnings of capitalism in Central EuropedNew York : Peter Lang, [2023]z9781636675800w(DLC) 2023030397 a92bPUL01870nam a22004698i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003700163020001500200020002700215035002200242041001300264042000800277043001200285050002700297082003300324100002800357240002800385245018600413263000900599264004400608300001300652336002600665337002800691338002700719504004100746520018600787521003500973600002901008610004801037650005801085650003801143650004501181700003401226776012801260994001201388on1390701751OCoLC20230718213016.0230717s2024 nyu j b 000 0 spa  a 2023032792 aDLCbengerdacDLC a9780593711330q(hardcover) a0593711335 a9780593711347q(library binding) a0593711343 z9780593711354q(ebook) a(OCoLC)13907017511 aspaheng apcc an-us---10aTX649.A529bF7318 202400a641.5092aB223/eng/202307171 aFrankel, Erin,eauthor.10aPlate of hope.lSpanish13aUn plato de esperanza :bla inspiradora historia del Chef José Andrés y World Central Kitchen /cErin Frankel ; ilustrado por Paola Escobar ; traducción María Camila Correa. a2402 1aNew York :bRandom House Studio,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"A biography about chef Jose Andres, who, through his World Central Kitchen organization, is fulfilling a vision to feed people in need all over the world"--cProvided by publisher. aAges 4-8bRandom House Studio.10aAndrés, José,d1969-20aWorld Central KitchenvJuvenile literature. 0aCookszUnited StatesvBiographyvJuvenile literature. 0aFood reliefvJuvenile literature. 0aHungerxPreventionvJuvenile literature.1 aEscobar, Paola,eillustrator.08iOnline version:aFrankel, Erin.tPlato de esperanzadNew York : Random House Studio, 2024z9780593711354w(DLC) 2023032793 a92bPUL01720nam a22003615i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147025002400162035002200186037005300208042001000261100005600271245012600327246003200453250003100485264009100516300002400607336002600631337002800657338002700685490003700712500001900749500008400768500007300852505040700925546001401332994001201346on1390701752OCoLC20230718213016.0230717s2023 ii 000 j hino  a 2023339949 aDLCbengerdacDLC a9789357750417q(hardback) a935775041X aI-H-2023-339949; 11 a(OCoLC)1390701752 bLibrary of Congress -- New Delhi Overseas Office alcode1 aBirājadāra, Dhanyakumāra Jinapāla,eauthor.10aSamāja dhana /cDhanyakumāra Jinapāla Birājadāra = Samaj dhan : short-stories / by Dhanyakumar Jinpal Birajdar.31aSamaj dhan :bshort-stories aDūsarā saṃskaraṇa. 1aNayī Dillī :bBhāratīya Jñānapīṭha :bVāṇī Prakāśana,c2023. a118 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLokodaya granthamālā ;v1414 aShort stories. aOther title information from cover: Sāmājika jīvana kī kahāniyām̐. aOther title information from half title page: Kahānī-saṅgraha.0 aAbhinandana -- Pānī -- Kanyādāna -- Kākasparśa -- Mānavatā jīvita hai -- Sīkha -- Vātsalya -- Sakārātmaka soca -- Mehanata kā phala -- Padmā -- Ciṭṭhī -- Svīkāra -- Gāna-svābhimāna -- Matalaba -- Praśna -- Baṛā ādamī -- Nekī kā phala -- Campābāī kī mr̥tyu -- Māī -- Īmanadārī -- Pahacāna -- Ṭūṭatā vahama -- Hala. aIn Hindi. a92bPUL03106nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002000220082003000240084003400270100003200304245011200336263000900448264005200457300001300509336002600522337002800548338002700576504004100603520086000644520086101504650001202365650002502377650002702402650005502429650006102484776013902545994001202684on1390701801OCoLC20230718213016.0230510s2023 vau b 000 0 eng  a 2023022511 aDLCbengerdacDLC a9781513813202q(paperback) a151381320X z9781513813219q(ebook) a(OCoLC)1390701801 apcc00aBV40b.D93 202300a242/.332223/eng/20230717 aREL012020aREL0121202bisacsh1 aDycus, Shannon W.,eauthor.14aThe holy in the night :bfinding freedom in a season of waiting (an advent devotional) /cShannon W. Dycus. a2310 1aHarrisonburg, Virginia :bHerald Press,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"Listen for the voice of God. If you approach this Advent season waiting for something-in your life, in your family or community, or in a fractured world-you are not alone. This season reminds us that our waiting is not wasted. Even in our longest nights, divine work endures. What if we were free enough to do the same? Drawing on lectionary scripture readings from the Old and New Testaments and the voices of Black and Brown modern-day prophets, author Shannon Dycus offers reflections for each day of the season. Her meditations stretch open possibilities for faithfulness during silence, ambivalence, doubt, and unknowing. This Advent, accept the invitation to witness and know the presence of God amid waiting. Give voice to freedom, grace, struggle, and beauty-to see again the ways that God emerges in this inward season"--cProvided by publisher. a"Listen for the voice of God. If you approach this Advent season waiting for something-in your life, in your family or community, or in a fractured world-you are not alone. This season reminds us that our waiting is not wasted. Even in our longest nights, divine work endures. What if we were free enough to do the same?Drawing on lectionary scripture readings from the Old and New Testaments and the voices of Black and Brown modern-day prophets, author Shannon Dycus offers reflections for each day of the season. Her meditations stretch open possibilities for faithfulness during silence, ambivalence, doubt, and unknowing. This Advent, accept the invitation to witness and know the presence of God amid waiting. Give voice to freedom, grace, struggle, and beauty-to see again the ways that God emerges in this inward season. "--cProvided by publisher. 0aAdvent. 0aDevotional calendar. 0aDevotional literature. 7aRELIGION / Christian Living / Devotional.2bisacsh 7aRELIGION / Christian Living / Spiritual Growth.2bisacsh08iOnline version:aDycus, Shannon W.tHoly in the nightdHarrisonburg, Virginia : Herald Press, [2023]z9781513813219w(DLC) 2023022512 a92bPUL03467nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193050002500208111014700233245081600380264011501196300004001311336002601351337002801377338002701405504004101432600007701473650003201550650004201582650003301624710010601657880015301763880084201916880011302758880008102871880009302952994001203045on1390701986OCoLC20230718213016.0220524q2021 mr a b 010 0 ara  a 2022357208 aDLCbengerdacDLC c(3 a9789920640046 a9920640042 a(OCoLC)1390701986 c65.00 MAD apccalcode00aBP188.8.M6bM87 20192 6880-01aMurūr qarnayn ʻalá wafāt al-Shaykh Mawlāy al-ʻArabī al-Darqāwī (Conference)d(2019 :cBeni Mellal (Province), Morocco)106880-02aMurūr qarnayn ʻalá wafāt al-Shaykh Mawlāy al-ʻArabī al-Darqāwī :baʻmāl al-nadwah al-ʻilmīyah al-duwalīyah allatī naẓamatuhā muʼassasat Muḥammad Baṣīr lil-Abḥāth wa-al-Dirāsāt wa-al-Iʻlām taḥta al-riʻāyah al-sāmīyah li-Amīr al-Muʼminīn Ṣāḥib al-jalālah al-Malik Muḥammad al-Sādis naṣarahu Allāh : takhlīdan lil-dhikrá al-tāsiʻah wa-al-arbaʻīn li-intifāḍat al-Munāḍil Sayyidī Muḥammad Baṣīr ḍidd al-istiʻmār al-Isbānī bi-al-ʻUyūn : yawmay 13-14 Shawwāl 1440 H muwāfiq 17-18 Yūnyū 2019 M bi-maqarr al-Zāwiyah al-Baṣīrīyah bi-Banī Aʻyāṭ wa-bi-madīnatay Azyilāl wa-al-Faqīh ibn Ṣāliḥ /ciʻdād wa-murājaʻat wa-taqdīm D. ʻAbd al-Mughīth Baṣīr. 16880-03a[Rabat?] :bMuʼassasat Muḥammad Baṣīr lil-Abḥāth wa-al-Dirāsāt wa-al-Iʻlām,c[2021?] a372 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.106880-04aDarqāwī, Muḥammad al-ʻArbī ibn Aḥmad,d-1823 or 1824. 0aSufiszMoroccovCongresses. 0aMuslim scholarszMoroccovCongresses. 0aSufismzMoroccovCongresses.2 6880-05aMuʼassasat Muḥammad Baṣīr lil-Abḥāth wa-al-Dirāsāt wa-al-Iʻlām,eorganizer.2 6111-01aمرور قرنين على وفات الشيخ مولاي العربي الدرقاوي (ندوة)d(2019 :cبني ملال، المغرب)106245-02aمرور قرنين على وفاة الشيخ مولاي العربي الدرقاوي :bأعمال الندوة العلمية الدولية التي نظمتها مؤسسة محمد بصير للأبحاث والدراسات والإعلام تحت الرعاية السامية لأمير المؤمنين صاحب الجلالة الملك محمد السادس نصره الله : تخليدا للذكرى التاسعة والاربعين لإنتفاضة المناضل سيدي محمد بصير ضد الإستعمار الإسباني بالعيون : يومي 13-14 شوال 1440 ه موافق 17-18 يونيو 2019 م بمقر الزاوية البصيرية ببني أعياط وبمدينتي أزيلال والفقيه بن صالح /cإعداد ومراجعة وتقديم د. عبد المغيث بصير. 16264-03a[Rabat] :bمؤسسة محمد بصير للأبحاث والدراسات والإعلام،c[2021]146600-04aدرقاوي، محمد العربي بن أحمد،d-1823 or 1824.2 6710-05aمؤسسة محمد بصير للأبحاث والدراسات والإعلام. a92bPUL01691nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001500265082003200280100002600312245009800338250002000436263000900456264002900465300002300494336002600517337002600543338003600569490002700605520027700632588010300909650004001012650003501052651003901087776013101126994001201257on1390701987OCoLC20230718213016.0m o d cr |||||||||||230717s2023 ilu o 000 0 eng  a 2023032450 aDLCbengerdacDLC a9781572848801q(epub) a1572848804 z9781572843318q(hardcover) a(OCoLC)1390701987 apcc an-us-wi00aTX907.3.W600a647.957504223/eng/202307171 aFaiola, Ron,eauthor.10aWisconsin supper clubs :pan old fashioned experience /cWords and photography by Ron Faiola. aSecond edition. a2311 1aChicago :bAgate,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aWisconsin supper clubs a"Supper clubs guru Ron Faiola is back with updated chronicles and beautiful new photographs from the clubs that captured the attention of readers of his first three books, and also features several new venues shaking up this midwestern tradition"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aRestaurantszWisconsinvGuidebooks. 0aDinners and diningzWisconsin. 0aWisconsinxDescription and travel.08iPrint version:aFaiola, Ron.tWisconsin supper clubsbSecond edition.dChicago : Agate, 2023z9781572843318w(DLC) 2023032449 a92bPUL02912nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193035002200223042000800245043001200253050001300265082003000278100002700308245013900335263000900474264005600483300002200539336002600561337002600587338003600613504005100649505017300700520115300873588010302026650003302129650003402162650003702196655001902233700002802252700003302280776012902313994001202442on1390702381OCoLC20230718213016.0m o d cr |||||||||||230623s2023 nyu ob 001 0 eng  a 2023014465 aDLCbengerdacDLC a9781003433712q(ebook) a1003433715 z9781032406275q(hardback) a(OCoLC)1390702381 apcc aaz-----00aP120.N3700a427/.954223/eng/202307151 aHarder, Hans,eauthor.14aThe vernacular :bthree essays on an ambivalent concept and its uses in South Asia /cHans Harder, Nishat Zaidi and Torsten Tschacher. a2311 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aThe vernacular as a concept / Hans Harder -- English and the vernacular: genealogy, praxis, politics / Nishat Zaidi -- Vernacularity and aesthetics / Torsten Tschacher. a"This book examines the validity of the notion of the 'vernacular' and the position of the so-called 'vernaculars' in colonial and postcolonial settings. It addresses recent formulations and debates regarding the status of regional languages of South Asia in relation to English. The authors explore the range of meanings the term has assumed and trace a history of contestation since the colonial age. They contend that though the 'vernacular' in South Asia has, since the 19th century, often operated as a hegemonic category relegating the languages thus designated to an inferior status, those languages (and other cultural formations labeled as 'vernacular') have also received empowering impulses and vested with qualities like groundedness and strength. The book highlights the need for a critical discussion of the notion of the 'vernacular' in the context of the ongoing rise of Anglophonia in South Asia as a whole, and post-liberalization India in particular. The volume will be of great interest to scholars and researchers of literary and culture studies, history, postcolonial studies and South Asian studies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aNative languagezSouth Asia. 0aEnglish languagezSouth Asia. 0aEnglish languagexGlobalization. 7aEssays.2lcgft1 aZaidi, Nishat,eauthor.1 aTschacher, Torsten,eauthor.08iPrint version:aHarder, Hans.tVernaculardAbingdon, Oxon ; New York, NY : Routledge, 2023z9781032406275w(DLC) 2023014464 a92bPUL02010nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192035002200219042000800241043001200249050000900261082002700270100003100297245008200328246005400410263000900464264006100473300002200534336002600556337002600582338003600608500005800644504005100702520036700753588010301120600003601223650004301259651006201302651005501364776013301419994001201552on1390702382OCoLC20230718213016.0m o d cr |||||||||||230714s2023 mdu ob 001 0deng  a 2023032238 aDLCbengerdacDLC a9781538183106q(epub) a1538183102 z9781538183090q(cloth) a(OCoLC)1390702382 apcc an-us---00aE31000a973.4223/eng/202307171 aAllen, Thomas B.,eauthor.10a1789 :bGeorge Washington and the founders create America /cThomas B. Allen.30aGeorge Washington and the founders create America a2309 1aLanham :bRowman & Littlefield Publishing Group,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aPrevious title: 1789: the year that launched America. aIncludes bibliographical references and index. a"In 1789, the federal government described in the recently ratified U.S. Constitution came into being. Drawing on hundreds of sources to paint a vivid portrait of the new nation, veteran journalist Thomas B. Allen tells the long-hidden history of how George Washington and the other Founders set this new federal government into motion"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aWashington, George,d1732-1799. 0aConstitutional historyzUnited States. 0aUnited StatesxHistoryyConstitutional period, 1789-1809. 0aUnited StatesxPolitics and governmenty1789-1809.08iPrint version:aAllen, Thomas B.t1789dLanham : Rowman & Littlefield Publishing Group, [2023]z9781538183090w(DLC) 2023032237 a92bPUL01066nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002300205100002700228245013700255264005700392300002400449336002600473337002800499338002700527490002100554504004100575650002900616700003400645700004900679994001200728on1390702411OCoLC20230718213016.0220830s2022 xv b 000 0 slv  a 2022451673 aDLCbengerdacDLC a9789612046798q(hardbound) a9612046794 a(OCoLC)1390702411 apcc ae-xv---00aKKS6308b.S66 20221 aSodja, Vesna,eauthor.10aNove Posebne gradbene uzance (PGU) 2020 :bs komentarjem /cavtorice, mag Vesna Sodja, Maja Prebil, mag. Maja Koršič Potočnik. 1aLjubljana :bUradni list Republike Slovenije,c2022. a238 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aZbirka predpisov aIncludes bibliographical references. 0aBuilding lawszSlovenia.1 aPrebil, Maja,d1986-eauthor.1 aKoršič Potočnik, Maja,d1980-eauthor. a92bPUL02774nam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258043001200266050002700278082003800305084003400343100003600377245009000413250004700503263000900550264004200559300001300601336002600614337002800640338002700668520115200695600002701847650005601874650004901930650003401979650004802013650003102061655002802092776018402120994001202304on1390702412OCoLC20230718213016.0230717s2023 nyu 000 0 eng  a 2023023214 aDLCbengerdacDLC a9781668013304q(hardcover) a1668013304 a9781668013311q(paperback) a1668013312 z9781668013328q(ebook) a(OCoLC)1390702412 apcc an-us---00aPN1992.4.S283bA3 202300a791.4502/8092aB223/eng/20230717 aBIO031000aSCI0800002bisacsh1 aSchneider, Amy,d1979-eauthor.10aIn the form of a question :bthe joys and rewards of a curious life /cAmy Schneider. aFirst Avid Reader Press hardcover edition. a2310 1aNew York :bAvid Reader Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"An inspirational and bold memoir from the most successful woman ever to compete on Jeopardy!-and an exploration of what it means to ask questions of the world and of yourself.ANSWER: Who Is Amy Schneider? In eighth grade, Amy was voted "Most likely to appear on Jeopardy!" by her classmates. Decades later, this trailblazer finally got her chance. Not only did she walk away with $1.3 million while captivating the world with her impressive forty-game winning streak, but she made history and won an even greater prize-the joy of being herself on national television and blazing a trail for openly queer and transgender people around the world. Now, she shares her singular journey that led to becoming an unlikely icon and hero to millions. Her super power: Boundless curiosity and fearless questioning. In the Form of a Question explores some of the innumerable topics that have fascinated Amy throughout her life-books and music, Tarot and astrology, popular culture and computers, sex and relationships-but they all share the same purpose: to illustrate, and celebrate, the results of a lifetime spent asking, why? "--cProvided by publisher.10aSchneider, Amy,d1979- 0aTelevision personalitieszUnited StatesvBiography. 0aSexual minoritieszUnited StatesvBiography. 0aJeopardy (Television program) 7aBIOGRAPHY & AUTOBIOGRAPHY / LGBTQ+2bisacsh 7aSCIENCE / Essays.2bisacsh 7aAutobiographies.2lcgft08iOnline version:aSchneider, Amy, 1979-tIn the form of a questionbFirst Avid Reader Press hardcover edition.dNew York : Avid Reader Press, 2023z9781668013328w(DLC) 2023023215 a92bPUL02196nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001200254082002800266100004600294245009500340263000900435264006400444300002300508336002600531337002600557338003600583490004300619504004100662505028500703520030700988588010301295650003201398650004201430650002001472650002001492650005101512776017501563994001201738on1390702439OCoLC20230718213016.0m o d cr |||||||||||230712s2023 enk ob 000 0 eng  a 2023026417 aDLCbengerdacDLC a9781009217781q(ebook) a100921778X z9781009217798q(paperback) a(OCoLC)1390702439 apcc00aR697.F600a610.69223/eng/202307171 aWalton-Roberts, Margaret,d1968-eauthor.10aGlobal health worker migration :bproblems, solutions, stories /cMargaret Walton-Roberts. a2308 1aCambridge ;aNew York :bCambridge University Press,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aElements in global development studies aIncludes bibliographical references.0 aIntroduction: The global mobility of health care workers -- Feminist political economy and global care chain perspectives on health worker migration -- Health worker global migration : patterns, processes and problems -- International policy responses to health worker mobilities. a"This Element examines the complex processes that feed health worker migrants into global circulation, the losses and gains associated with such mobility and examples of good practices, where migrants, sending and destination communities experience the best possible outcomes"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aMedical personnel, Foreign. 0aMedical personnelxSupply and demand. 0aMedical policy. 0aLabor mobility. 0aEmigration and immigrationxGovernment policy.08iPrint version:aWalton-Roberts, Margaret, 1968-tGlobal health worker migrationdCambridge ; New York : Cambridge University Press, 2023z9781009217798w(DLC) 2023026416 a92bPUL05288nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192020003000223035002200253042000800275050001500283082003200298245015400330263000900484264004800493300002200541336002600563337002600589338003600615504005100651505190700702520162802609588010304237650003504340650005804375650003604433650004404469650003304513650001304546700002504559700003004584700003004614776015004644994001204794on1390702854OCoLC20230718213016.0m o d cr |||||||||||230712s2023 nyu ob 001 0 eng  a 2023032486 aDLCbengerdacDLC a9780197692707q(epub) a0197692702 z9780197692684q(paperback) z9780197692677q(hardback) a(OCoLC)1390702854 apcc00aML3918.P6700a306.4/8424223/eng/2023071200aMusic for inclusion and healing in schools and beyond :bhip hop, techno, grime, and more /cedited by Pete Dale, Pamela Burnard, and Raphael Travis. a2311 1aNew York :bOxford University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aPART ONE. CURRICULUM AND MUSIC EDUCATION. Beat(s) For Blame: UK Drill Music, 'Race' and Criminal Injustice / Lambros Fatsis ; DJ School UK and Beyond : My Journey As a DJ and DJ Educator / Jim Reiss ; 'Bildung Life' -- Holistic Ideals of Hip Hop Education / Johan Söderman ; Technology and the Music Curriculum : Maximising Inclusion, Diversifying Options / Pete Dale ; Musical Futures and Music Technology in Mainstream Music Education / Fran Hannan & Martin Ainscough ; Rethinking the curriculum with Future DJs and Virtuoso / Austen Smart & Scott Smart -- PART TWO. HEALING AND WELLNESS. Power and Connection / Rawz ; Intentional Uses of Music : Hip Hop, Healing, and Empowerment for Youth Self-Care and Community Well-Being / Raphael Travis, Alex Crooke, and Ian Levy ; Becoming a Therapeutic Hip Hop Mentor / Kiran Manley ; Global Inclusion and Healing through Therapeutic Beat Making / Elliot Gann and Alex Crooke ; The Sound Pad Project : Co-Creation of Breakdancing, Dance Education, and an Inclusive Educational Technology / Nathan Geering and Simon Hayhoe ; Using Social Media to Cultivate Connected Learning and Social and Emotional Support through a Hip Hop Based Education Programme / Jabari Evans -- PART THREE. EVALUATION AND IMPACT. The Hip Hopification of Education and its Evaluation / BREIS ; Translating Evaluation and Research into Practice : What Matters for Socially Engaged Arts Programmes in and Beyond Schools? / Pamela Burnard ; Untangling Earphones -- Voice and Agency in Participatory Music Impact Evaluation / Douglas Lonie ; Evaluating Young People's Spoken Word : Popular Music Projects / Beate Peter ; Evaluating Well-being Outcomes of the Social Enterprise 'Noise Solution': Digital Approaches to Outcome Capture / Simon Glenister ; Who is Heard and Who Gets to Belong in Hip Hop? The Counterspaces of Women and Gender Minority Rappers in Finland / Inka Rantakallio. a"The chapters that make up this book recognize through examples from research, practice and evaluation of quality with lived experiences that diverse contemporary popular musics can provide useful tools not just for entertainment and fun, but for learning, growth and healing/wellness. Hip hop, techno, grime, drill and suchlike are contemporary genres that have been stigmatized through association with the BAME community. At the same time, however, these musics are typically the listening diet of choice today in our inner cities. These contemporary musics of the inner-city and their associated music-related activities (e.g., deejaying, beat making, mixtape making but also dance, visual art and more) are celebrated and embraced as extraordinarily powerful tools for building and maintaining academic, social, and emotional competencies. These musics are loved and they can open up opportunities for creativities among those who often feel seriously marginalized. In turn, these musics (and activities associated with them) can provided opportunities to engage and/or support those at the social and educational margins. In other words, the musics at the heart of this book have faced exclusionary pressures but they can also work for inclusion when utilized in educational/pedagogical or therapeutic practices. As a whole, the book seeks to account for the power and impact of a set of contemporary popular musics in educational, therapeutic and community contexts, and to ask questions as to just where this power comes from, how we can measure its impact and where the future might lead"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aPopular musicxSocial aspects. 0aPopular musicxInstruction and studyxSocial aspects. 0aCulturally sustaining pedagogy. 0aRap (Music)xMoral and ethical aspects. 0aMusic therapy for teenagers. 0aHip-hop.1 aDale, Pete,eeditor.1 aBurnard, Pamela,eeditor.1 aTravis, Raphael,eeditor.08iPrint version:tMusic for inclusion and healing in schools and beyonddNew York : Oxford University Press, 2023z9780197692684w(DLC) 2023032485 a92bPUL01137nam a22003615i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182100003200194245007700226250001500303264005500318300002300373336002100396337002500417338002300442504005900465520005000524546001900574650003600593650003600629650002600665653004200691700003000733994001200763on1390702855OCoLC20230718213016.0230530s2019 io b 000 0 ind  a 2023309689 aDLCbengerdacDLC a9786023134854 a6023134858 a(OCoLC)1390702855 alcode aa-io---1 aDuraesa, M. Abzar,eauthor.10aDiskursus pluralisme agama di Indonesia /cDr. H.M. Abzar Duraesa, M.Ag. aCetakan I. 1aDepok, Sleman, Yogyakarta :bAr-Ruzz Media,c2019. a158 pages ;c25 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages [148]-158). aOn religious pluralism of Islam in Indonesia. aIn Indonesian. 0aReligious pluralismzIndonesia. 0aReligious tolerancezIndonesia. 0aReligionsxRelations.0 areligious pluralismaIslamaIndonesia1 aAhyar, Muzayyin,eeditor. a92bPUL01415nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002400194100003000218245011100248264008000359300004100439336002600480337002800506338002700534490004000561504005700601500009400658650004600752650005200798650005000850650004300900650004400943650004200987994001201029on1390702943OCoLC20230718213016.0230512s2021 bl a b 000 0 por  a 2023314079 aDLCbengerdacDLC a9786599661105 a6599661106 a(OCoLC)1390702943 alcode as-bl---00aKHD1083b.S578 20211 aSiqueira, Joana,eauthor.10aLimites da responsabilidade penal por omissão imprópria de acionistas controladores /cJoana Siqueira. 1aMadri :aBarcelona :aBuenos Aires :aSão Paulo :bMarcial Pons,c[2021?] a179 pages :billustrations ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColeção Reflexões Jurídicas aIncludes bibliographical references (pages 171-179). aOriginally presented as the author's thesis (master's)--Escola de Direito de São Paulo. 0aStockholders' pre-emptive rightszBrazil. 0aCriminal liability of juristic personszBrazil. 0aCorporation lawzBrazilxCriminal provisions. 0aStockholdersxLegal status, laws, etc. 0aCriminal liability of juristic persons. 0aCorporation lawxCriminal provisions. a92bPUL04128nam a22005418i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020003100151020001500182020003100197035002200228042000800250043001200258050000900270082003100279086001700310100003000327245007600357246003700433263000900470264006000479264001100539300002300550336002600573337002600599338003600625490004200661500038100703500019001084504004101274505022401315520121801539542025602757588010303013610005003116650003103166650004703197710005203244776014303296830004303439856009203482994001203574on1390702952OCoLC20230718213016.0m o d cr |||||||||||230705t20232023dcu ob f000 0 eng  a 2023024255 aDLCbengerdacDLC a9781944466688q(Adobe pdf) a1944466681 z9781944466695q(paperback) a(OCoLC)1390702952 apcc an-us---00aML8504a704.94978223/eng/202307050 aSI 1.60:M 971 aGrayson, Saisha,eauthor.10aMusical thinking :bnew video art & sonic strategies /cSaisha Grayson.30aNew video art & sonic strategies a2310 1aWashington, D.C. :bSmithsonian Scholarly Press,c2023. 4c©2023 a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aSmithsonian contribution to knowledge a"Published in conjunction with the exhibition of the same name, on view at the Smithsonian American Art Museum, Washington, D.C., June 16, 2023, to January 29, 2024 ... This digital-first publication was produced by the offices of Publications and Digital Strategies, Smithsonian American Art Museum, with design support from Smithsonian Exhibits."--CIP galley copyright page. aIn scope of the U.S. Government Publishing Office Cataloging and Indexing Program (C&I); Federal Depository Library Program (FDLP) distribution status to be determined upon publication. aIncludes bibliographical references.2 aLiner notes: works in the exhibition. -- ADÁL -- Raven Chacon (Diné) -- Mariam Ghani and Erin Ellen Kelly -- Martine Gutierrez -- Arthur Jafa -- Christine Sun Kim -- Simone Leigh and Liz Magic Laser -- Cauleen Smith a""Musical Thinking: New Video Art and Sonic Strategies" invites renewed attention to the intersections and influences of video and sound, focusing on recently made works by some of the most important voices in contemporary art today. Music is more than a formal element in these works; it is a framework through which artists understand the histories and traditions that inspire them. All privilege music as a means to explore individual and collective experiences of the United States and to connect with their audiences. Their use of musical thinking encompasses subjects and concepts, processes and production modes, and intentions for how the work will be received and experienced by music fans of all kinds. The media works presented in "Musical Thinking" are all drawn from the collection of the Smithsonian American Art Museum. These transformative additions bring the museum's time-based art collection firmly into the 21st century, while extending a core insight recognizable in SAAM's earlier holdings - that music lent much to the development of media art. Thanks to these new acquisitions, SAAM can now trace this relationship across nearly 100 years of American art history"--cProvided by publisher. fCompilation copyright © 2023 Smithsonian Institutiong2023lThis monograph's text is in the public domain. The rights to images in this publication and to cover and interior designs are owned either by the Smithsonian Institution or by third parties. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aSmithsonian American Art MuseumvExhibitions. 0aMusic in artvExhibitions. 0aVideo artzWashington (D.C.)vExhibitions.2 aSmithsonian American Art Museum,eissuing body.08iPrint version:aGrayson, Saisha.tMusical thinkingdWashington, D.C. : Smithsonian Scholarly Press, 2023z9781944466695w(DLC) 2023024254 0aSmithsonian contribution to knowledge.42zVideo excerpts from exhibitionuhttps://americanart.si.edu/exhibitions/musical-thinking a92bPUL00907nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002700180082002800207100005200235245008700287250002300374264006000397300002300457336002600480337002800506338002700534490001300561655001900574994001200593on1390702953OCoLC20230718213016.0221208s2020 sp 000 0 spa  a 2023379956 aDLCbengerdacDLC a9788412179255 a8412179250 a(OCoLC)1390702953 apcc00aPQ6701.N4662bP64 202000a861/.7223/eng/202307171 aAndrés de la Morena, Silvano,d1953-eauthor.10aPoeta en la Covid /cSilvano Andrés de la Morena ; epílogo Dolors Fernández. aPrimera edición. 1a[Madrid, España] :bHuerga & Fierro Editores,c[2020] a98 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPoesía 7aPoetry.2lcgft a92bPUL02083nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002300220082003000243245012200273263000900395264006600404300001300470336002600483337002800509338002700537504005100564520077100615650003401386650002501420650002201445700004201467776020001509994001201709on1390703009OCoLC20230718213016.0230622s2023 pau b 001 0 eng  a 2023028809 aDLCbengerdacDLC a9781668499832q(hardcover) a1668499835 z9781668499849q(ebook) a(OCoLC)1390703009 apcc00aRJ499b.H3328 202400a362.2083223/eng/2023071700aHandbook of research on child and adolescent psychology practices and interventions /cedited by Sanjeev Kumar Gupta. a2310 1aHershey, PA :bMedical Information Science Reference,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"The Handbook of Research on Child and Adolescent Psychology Practices and Interventions offers a crucial solution to the pressing need for comprehensive resources in the field of child and adolescent mental health. Edited by esteemed scholar Sanjeev Gupta from the All India Institute of Speech and Hearing, this groundbreaking handbook brings together the latest research, evidence-based practices, and multidisciplinary perspectives to address the diverse challenges faced by children and adolescents. From affective disorders to global crises in mental health, the book covers a wide range of topics, providing multidimensional insights and empowering strategies for mental health practitioners, academicians, researchers, and students"--cProvided by publisher. 0aChild mental health services. 0aChild mental health. 0aChild psychology.1 aGupta, Sanjeev Kumar,d1983-eeditor.08iOnline version:tHandbook of research on child and adolescent psychology practices and interventionsdHershey, PA : Medical Information Science Reference, [2024]z9781668499849w(DLC) 2023028810 a92bPUL00813nam a22002773i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002500163035002200188100004000210245005000250264004400300300002800344336002100372337002500393338002300418500002000441546001900461653004300480994001200523on1390703010OCoLC20230718213016.0230717s2023 io 001 0 ind  a 2023330063 aDLCbengerdacDLC a9786233469548q(paperback) a6233469546 z9786233469555q(PDF) a(OCoLC)13907030101 aTanuredjo, Budiman,d1964-eauthor.10aMimpi tentang Indonesia /cBudiman Tanuredjo. 1aJakarta :bPenerbit Buku Kompas,c2023. axvi, 360 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes index. aIn Indonesian.0 apoliticsasocial conditionsaIndonesia a92bPUL01174nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163020003100190035002200221042000800243043001200251050002600263100003500289245009600324246008000420264005300500264001100553300009000564336002600654337002800680338002700708650004800735650004100783994001200824on1390703188OCoLC20230718213016.0230606t20222022enkaf 000 0 eng  a 2022481968 aDLCbengerdacDLC a9781789461909q(paperback) a1789461901 z9781789461916q(ebook) z9781789462838q(audiobook) a(OCoLC)1390703188 apcc ae-uk---00aGV943.9.F35bP45 20221 aPennant, Cass,d1958-eauthor.10aYou're going home in a f*cking ambulance :bhooligan wars-the inside story /cCass Pennant.3 aYou are going home in a fucking ambulance :bhooligan wars-the inside story 1aLondon, England :bJohn Blake Publishing,c2022. 4c©2022 axviii, 347 pages, 8 unnumbered pages of plates :billustrations (some color) ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aSoccer hooliganismzGreat BritainxHistory. 0aSoccer fanszGreat BritainxHistory. a92bPUL01125nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050002900159100005200188245014800240250010100388264005200489300002300541336002600564337002800590338002700618504004100645650003300686700003900719710005300758994001200811on1390703189OCoLC20230718213016.0230116s2022 bo b 000 0 spa  a 2023379772 aDLCbengerdacDLC a(OCoLC)1390703189 apcc as-bo---00aKHC5814.31999b.G37 20221 aGarcía Caba, Wilson Remberto,d1981-eauthor.10aCódigo de procedimiento penal :bcada artículo con jurisprudencia constitucional /cWilson Remberto García Caba, Ever Álvarez Orellana. aTercera Edición, corregida, aumentada y actualizada con la Ley no 1443 de 04 de julio de 2022. 1aLa Paz, Bolivia :b[Editorial Iustitia],c2022. a2 volumes ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aCriminal procedurezBolivia.1 aÁlvarez Orellana, Ever,eauthor.12aBolivia.tCódigo de procedimiento penal (1999) a92bPUL00830nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003700198245002900235260004000264300003900304650003500343650003500378700003900413700005300452710005900505994001200564on1390703190OCoLC20230718213016.0840822s1674 fr 000 0 fre  a 31023501  aDLCbengcDLC a(OCoLC)139070319000aHQ731b.C8 1674 aHQ731b.C8 1674 Copy 2cToinet no. 12221 aCourtin, Antoine de,d1622-1685.10aTraité de la jalousie, aA Paris,bChez Helie Josset,c1674. a6 p.l., 182, [9] p.c15 cm. (12mo) 0aMarriagevEarly works to 1800. 0aJealousyvEarly works to 1800.1 aMeusnier, Jean,dactive 1670-1674.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01315nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002200199245019000221250001900411264004300430300004000473336002600513337002800539338002700567490007200594504004100666650003600707650007300743700003800816700005200854700004700906994001200953on1390703223OCoLC20230718213016.0221230s2022 bl a b 000 0 por  a 2022334984 aDLCbengerdacDLC a9786525026145 a6525026148 a(OCoLC)1390703223 alcodeapcc as-bl---00aF2546b.G455 202200aGeografia e meio ambiente, uma abordagem interdisciplinar na Amazônia /cEnilson da Silva Sousa, Dulcidéia da Conceição Palheta, Ana Valéria dos Reis Pinheiro (organizadores). a1a edição. 1aCuritiba, PR :bAppris Editora,c2022. a251 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColeção Sustentabilidade, impacto, direito e gestão ambiental aIncludes bibliographical references. 0aAmazon River RegionxGeography. 0aSustainable developmentxEnvironmental aspectszAmazon River Region.1 aSousa, Enilson da Silva,eeditor.1 aPalheta, Dulcidéia da Conceição,eeditor.1 aPinheiro, Ana Valéria dos Reis,eeditor. a92bPUL01073nam a22002657i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150111011800172245019400290264006500484300004000549336002600589337002800615338002700643504004100670653005000711700003400761994001200795on1390703224OCoLC20230718213016.0230713s2018 ci a b 000 0 hrv  a 2023450788 aDLCbengerdacDLC a9789532920598 a9532920595 a(OCoLC)13907032242 aInternational Conference on Wood Science and Technology (Conference)n(29th :d2018 :cZagreb, Croatia),jauthor.10aImplementation of wood science in woodworking sector :b29th International conference on wood science and technology (ICWST) : proceedings /ceditors: Ivica Župčić, Nikola Španić. 1aZagreb :bUniversity of Zagreb - Faculty of Forestry,c2018. a205 pages :billustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aWood technologyaWoodworking sectoraWoodwork1 aŽupčić, Ivica,eeditor. a92bPUL00898nam a22002531 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001700134051003400151100004000185245013300225260005000358300003900408500004800447561004400495650002500539650001500564700005300579994001200632on1390703225OCoLC20230718213016.0820322s1669 be 000 0 fre  a 31034299  aDLCbengcDLC a(OCoLC)139070322500aBV1474b.V25 aBV1474b.V25cToinet no. 12151 aVaret, Alexandre-Louis,d1632-1676.10aDe l'education chrestienne des enfans, selon les maximes de l'Escriture Sainte, & les instructions des saints peres de l'eglise. aA Bruxelles,bChez François Foppens,c1669. a6 p.l., 323, [1] p.c14 cm. (12mo) aTitle vignette (emblem of the Holy Spirit). aLC Copy: Ex bibliotheca R. Toinet.5DLC 0aReligious education. 0aEducation.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL00916nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002900187100003500216245005000251264005000301300002300351336002600374337002800400338002700428500003900455650004600494655004200540655002000582994001200602on1390703312OCoLC20230718213016.0221221s2019 bl 000 f por  a 2022334735 aDLCbengerdacDLC a9788554946142 a8554946146 a(OCoLC)1390703312 alcodeapcc00aPQ9698.426.E69bM67 20191 aPerdigão, Fernando,eauthor.12aA morte visita Lisboa /cFernando Perdigão. 1a[Rio de Janeiro, Brazil] :bÍmã,c[2019?] a292 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aLC copy signed by the author.5DLC 0aDetective and mystery stories, Brazilian. 7aDetective and mystery fiction.2lcgft 7aFiction.2lcgft a92bPUL05045nam a22006138i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163041002300185042000800208050002200216082002500238100005100263240002300314245040100337246003200738246003100770263000900801264008700810300001400897336002600911337002800937338002700965490009900992500031001091500070001401504004102101520126602142546003903408600002603447600004203473600004503515650003103560650004703591650004603638700003303684700003903717700003803756700003703794700006403831700006203895700006203957700008004019700007804099700007804177700008304255700008104338994001204419on1390703313OCoLC20230718213016.0230714s2023 wiu b 000 0 eng  a 2023023634 aDLCbengerdacDLC a9781623400491q(hardcover) a162340049X a(OCoLC)13907033131 aengagrealathlat apcc00aB415b.T5312 202300a128223/eng/202307170 aThomas,cAquinas, Saint,d1225?-1274,eauthor.10aWorks.kSelections10aCommentary on Aristotle's On the soul ;bOn sense and what is sensed ; On memory and recollection /cSaint Thomas Aquinas ; commentary on Aristotle's On the soul translated by Kenelm Foster, OP, and Sylvester Humphries, OP ; commentary on Aristotle's On sense and what is sensed translated by Kevin White ; commentary on Aristotle's On memory and recollection translated by Edward M. Macierowski.30aOn sense and what is sensed30aOn memory and recollection a2308 1aGreen Bay, WI :bAquinas Institute ;aSteubenville, OH :bEmmaus Academic,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLatin/English edition of the works of St. Thomas Aquinas ;vvolume 49.aAristotle commentaries a"The Greek text of On the soul is based on the edition of Paul Siwek, SJ (Rome: Desclée & C.i Editori Pontifici, 1965). The Greek text of On the sense and on memory is taken from the edition of W. D. Ross (Oxford: Clarendon Press, 1955). It has been revised by The Aquinas Institute"--Preliminary pages. a"The English translation of the Commentary on Aristotle's On the soul, together with the translation of Aristotle's text, was prepared by Kenelm Foster, O.P. and Sylvester Humphries, O.P. (New Haven: Yale University Press, 1951); it has been revised and edited by The Aquinas Institute. The English translation of the Commentary on Aristotle's On sense and what is sensed was prepared by Kevin White, and the English translation of the Commentary on Aristotle's On memory and recollection was prepared by Edward M. Macierowski; these two translations were originally published by the Catholic University of America Press, ©2005, and are here used gratefully with permission"--Preliminary pages. aIncludes bibliographical references. a"Dating from 1267-1268, at the end of his time in Rome, St. Thomas Aquinas's Commentary on Aristotle's On the soul is the first of his commentary works on Aristotle, followed shortly thereafter by his writings on Aristotle's On sense and what is sensed and On memory and recollection, also included in this volume. Although commenting on Aristotle was not among Aquinas's duties as a university master, he seems to have undertaken this task in part as an aid to his theological work: just as he later comments on Aristotle's Nicomachean ethics while drafting the material on moral theology in the Secunda Pars of the Summa theologiae, so too his writing of the Commentary on Aristotle's On the soul was contemporaneous with his composition of questions 75-89 in the Prima Pars, on the human soul. Displaying a sound grasp of Aristotle's thought as well as a deeply developed understanding of the human person, the Commentary on Aristotle's On the soul finds Aquinas working for the first time with William of Moerbeke's new Latin translations of On the soul and its paraphrase by Themestius. This important work of Aquinas is presented here with his other two earliest writings on Aristotle in a two-column Latin-English facing format"--cProvided by publisher. aText in English, Greek, and Latin.00aAristotle.tDe anima.00aAristotle.tDe sensu et sensibilibus.00aAristotle.tDe memoria et reminiscentia. 0aSoulvEarly works to 1800. 0aSenses and sensationvEarly works to 1800. 0aMemory (Philosophy)vEarly works to 1800.1 aFoster, Kenelm,etranslator.1 aHumphries, Silvester,etranslator.1 aWhite, Kevin,d1952-etranslator.1 aMacierowski, E. M.,etranslator.02iContainer of (expression):aAristotle.tDe anima.lEnglish.02iContainer of (expression):aAristotle.tDe anima.lGreek.02iContainer of (expression):aAristotle.tDe anima.lLatin.02iContainer of (expression):aAristotle.tDe sensu et sensibilibus.lEnglish.02iContainer of (expression):aAristotle.tDe sensu et sensibilibus.lGreek.02iContainer of (expression):aAristotle.tDe sensu et sensibilibus.lLatin.02iContainer of (expression):aAristotle.tDe memoria et reminiscentia.lEnglish.02iContainer of (expression):aAristotle.tDe memoria et reminiscentia.lLatin. a92bPUL03060nam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020004900193035002200242042000800264043001200272050000900284082002700293100003500320245013000355263000900485264003900494300002300533336002600556337002600582338003600608490008500644504005100729520108900780588010301869610005501972650005002027650003802077650004602115650006202161650002602223650002702249650003402276650003402310651004302344776015502387994001202542on1390703434OCoLC20230718213016.0m o d cr |||||||||||230605s2023 ne ob 001 0 eng  a 2023024077 aDLCbengerdacDLC a9789004514362q(ebook) a9004514368 z9789004514355q(hardback ;qacid-free paper) a(OCoLC)1390703434 apcc ae-uk-en00aBR6700a270.1223/eng/202307171 aGriffin, Lauren Horn,eauthor.10aFabricating founders in early modern England :bhistory, rhetoric, and the origins of Christianity /cby Lauren Horn Griffin. a2310 1aLeiden :aBoston :bBrill,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aSupplements to method & theory in the study of religion,x2214-3270 ;vvolume 22 aIncludes bibliographical references and index. a"This book explores how early modern Catholics and Protestants strategically reimagined, rewrote, and reinterpreted the lives of the founder-saints (British, Celtic, Anglo-Saxon, and Roman) who brought Christianity to Britain and were responsible for its spread. Tudor historians, politicians, and theologians used stories of the origins of English Christianity to draw a continuous line to a deep past, to rhetorically construct the territories of England, Britain, and Christendom, and to negotiate changing conceptions of divine interaction in the human world. This focus on founding figures sheds light on changing conceptions of the past, the production of space and spatial understandings of culture, and the ongoing construction of sainthood and martyrdom in the sixteenth century. Griffin ultimately shows how early modern English Catholics and their interlocutors not only mobilized the story of Christianity's arrival in Britain for a variety of social ends, but also reconsidered the nature of historical knowledge and what counts as truth itself"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aCatholic ChurchxDoctrinesxHistoryy16th century. 0aFathers of the churchxHistory and criticism. 0aFathers of the churchxInfluence. 0aReligious thoughtzEnglandy16th century. 0aChristianity and culturezEnglandxHistoryy16th century. 0aChristianityxOrigin. 0aReligionxMethodology. 0aReligionxStudy and teaching. 0aChurch historyy16th century. 0aEnglandxChurch historyy16th century.08iPrint version:aGriffin, Lauren Horn.tFabricating founders in early modern EnglanddLeiden : Boston : Brill, [2023]z9789004514355w(DLC) 2023024076 a92bPUL01640nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008400324263000900408264004300417300002300460336002600483337002600509338003600535490002000571490002700591500002000618520009800638521002800736588010300764650002400867650002000891650002400911655002700935655002600962700003500988776013501023994001201158on1390703435OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mnu bo 001 1 eng  a 2023029075 aDLCbengerdacDLC a9798889969624q(ebook) z9798889969600q(hardcover) z9798889969617q(paperback) a(OCoLC)1390703435 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aHarper the hare feels happy /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aHarper the hare is overcome with joy as she jumps in the fall leaves with her forest friends. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aHappinessvFiction. 1aHaresvFiction. 1aSquirrelsvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tHarper the hare feels happydMinneapolis, MN : Jump!, Inc., 2024z9798889969600w(DLC) 2023029074 a92bPUL02510nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246043002100254050001500275082003400290100003200324245006700356250003400423263000900457264008300466300002200549336002600571337002600597338003600623504004100659520087200700588010301572600002301675650004101698650002401739650002301763650003001786650002501816776019901841994001202040on1390703556OCoLC20230718213016.0m o d cr |||||||||||230608s2023 nyu ob 000 0aeng  a 2023017010 aDLCbengerdacDLC a9781952177217q(ebook) a1952177219 z9781952177071q(paperback) a(OCoLC)1390703556 apcc aa-ku---ae-uk---00aHV3013.S2500a616.8/340092223/eng/202307131 aShammarī, Shahd,eauthor.10aHead above water /cShahd Alshammari ; foreword by Mara Mills. aFirst Feminist Press edition. a2307 1aNew York City :bThe Feminist Press at the City University of New York,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references. a"Shahd Alshammari is just eighteen when she is diagnosed with multiple sclerosis and told by her neurologist that she would not make it past age thirty. Despite what she is told, by thirty she has managed to navigate education systems in both Kuwait and the United Kingdom, and inspire generations of students as a professor of literature. Head above Water is the memoir of Alshammari's life of triumph and resistance, as a woman marked "ill" by society and as a lifelong reader, student, and teacher. Charting her journey, Alshammari explores disability, displacement, and belonging-not only of the body, but of culture, gender, and race, and imparts wisdom of philosophical value throughout. It is people, human connections, that keep us afloat, she argues-"and in storytelling we have the power to gain a sense of agency over our lives.""--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aShammarī, Shahd. 0aPeople with disabilitiesvBiography. 0aMultiple sclerosis. 0aEducationzKuwait. 0aEducationzGreat Britain. 0aMarginality, Social.08iPrint version:aShammarī, Shahd.tHead above waterbFirst Feminist Press edition.dNew York City : The Feminist Press at the City University of New York, 2023z9781952177071w(DLC) 2023017009 a92bPUL01607nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002500209020002600234020001800260035002200278042000800300050002200308082001600330100003300346245007600379250001700455263000900472264004400481300001300525336002600538337002800564338002700592500007300619504005100692520017200743650002000915650003200935700004200967776015201009994001201161on1390703557OCoLC20230718213016.0230717s2024 nyu b 001 0 eng  a 2023031636 aDLCbengerdacDLC a9781350303690q(paperback) a1350303690 a9781350303706q(hardcover) a1350303704 z9781350303713q(pdf) z9781350303720q(epub) z9781350324831 a(OCoLC)1390703557 apcc00aHV40b.H6829 202404a361.3012221 aHowe, David,d1946-eauthor.12aA brief introduction to social work theory /cDavid Howe & Darren Hill. a2nd edition. a2403 1aNew York :bBloomsbury Academic,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aRevised edition of A brief introduction to social work theory, 2009. aIncludes bibliographical references and index. a"Fully revised and updated, this is a must-have text for students and practitioners looking for a concise introduction to social work theory"--cProvided by publisher. 0aSocial service. 0aSocial servicexPhilosophy.1 aHill, Darrenq(Darren John),eauthor.08iOnline version:aHowe, David.tBrief introduction to social work theoryb2.dNew York : Bloomsbury Academic, 2024z9781350303713w(DLC) 2023031637 a92bPUL01263nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001300179042001500192043001200207050002600219100004600245245007700291250003700368264007200405300002300477336002600500337002800526338002700554650003500581650003000616880003700646880008100683880003900764880007400803994001200877on1390703624OCoLC20230718213016.0221018s2022 jo 000 0 ara  a 2022324662 aDLCbengerdacDLC c(3 a9789923710920 a9923710920 a(OCoLC)1390703624 c5.00 JOD alcodeapcc ama-----00aBP192.7.A65bM34 20221 6880-01aMaḥādīn, Muwaffaq,eauthor.136880-02aal-Ṭarīq ilá al-Binīlūks /cD. Muwaffaq Maḥādīn. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bal-Ṣāyil lil-Nashr wa-al-Tawzīʻ,c2022. a141 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aIslamic sectszArab countries. 0aIdeologyzArab countries.1 6100-01aمحادين، موفق.126245-02aالطريق إلى البنيلوكس /cد. موفق محادين. 6250-03aالطبعة الأولى. 16264-04aعمان :bالصايل للنشر والتوزيع،c2022. a92bPUL03194nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002500117020001500142020002500157020001500182020002500197035002200222042000800244050002200252082003100274100002800305245010600333250002000439263000900459264003400468300001300502336002600515337002800541338002700569520146200596500006102058504005102119505041602170650002502586776017302611994001202784on1390703625OCoLC20230718213016.0230518s2024 nyu b 001 0 eng  a 2023022212 aDLCbengerdacDLC a9781032353517q(hbk) a1032353511 a9781032353548q(pbk) a1032353546 z9781003326472q(ebk) a(OCoLC)1390703625 apcc00aLC1200b.N67 202400a371.9/046223/eng/202307171 aNorwich, Brahmeauthor.10aAddressing tensions and dilemmas in inclusive education :bresolving democratically /cBrahm Norwich. aSecond edition. a2310 1aNew York :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"This updated second edition of Addressing Tensions and Dilemmas in Inclusive Education further develops the critical analysis of the initial edition that integrates the interaction between different perspectives and positions in the field of inclusive education. This key resource expands the arguments present in the first edition with clearer implications about how to address tensions and dilemmas in inclusive education, and resolve them through democratic deliberation. Based on contemporary research, theory and policy, as well as responding to current perspectives towards the education of children and young people with learning difficulties and disabilities, Brahm Norwich extends and refines the original core argument of the previous edition - the practical realisation of inclusion involves tensions and dilemmas that have to be addressed and resolved. This core analysis focuses on: - identification and classification - current national and international conceptions - pedagogic and curriculum issues - organisation of schooling - parental and student perspectives and the contribution of research to policy and practice. Re-engaging with the fundamental issues in the field and providing a coherent perspective that recognises and justifies the inter-connection between specialised and general school provision, this accessible new edition will be of interest to all students and researchers of inclusive education"--cProvided by publisher. a"First edition published by Routledge 2013"--T.p. verso. aIncludes bibliographical references and index.0 aSetting the agenda -- Special educational needs, barriers and disability -- Classification and identification of special educational needs or disability in education -- Inclusive curriculum issues -- Inclusive pedagogy -- Inclusive educational institutions: schools and universities -- Parents and children: participation, partnerships and preferences -- Philosophical issues -- Researching inclusive education. 0aInclusive education.08iOnline version:aNorwich, Brahm.tAddressing tensions and dilemmas in inclusive educationbSecond edition.dNew York : Routledge, 2024z9781003326472w(DLC) 2023022213 a92bPUL02042nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002100205082002500226245009600251263000900347264011900356300001400475336002600489337002800515338002700543490005700570504005100627505024600678520046400924600004201388600003501430650005701465650002601522650001401548650002901562700002901591994001201620on1390703626OCoLC20230718213016.0230530s2023 dcu b 001 0 eng  a 2023024745 aDLCbengerdacDLC a9780997220537q(paperback) a0997220538 a(OCoLC)1390703626 apcc ae------00aBT26b.A586 202300a180223/eng/2023071700aAncient beauty restored :bthe renewal of Thomistic theology /cedited by James F. Keating. a2308 1aWashington, D.C. :bAmerican Maritain Association, distributed by the Catholic Univesity of America Press,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aAmerican Maritain Association book series ;vvol. 31 aIncludes bibliographical references and index.1 aJacques Maritain : Incarnational humanism / Thomas Weinandy, OFM, CAP. -- Jacques Maritain and the "Wounding of God" / Francis Feingold -- Civility's decline : Aquinas and Maritain on the value and limits of the social virtues / Joel Johnson a"This volume presents a collection of scholarship inspired by the 2018 conference of the American Maritain Association entitled "Thomism and Theology." The essays fall under four basic headings: (1) those which deal with the Association's patron, Jacques Maritain; (2) those dedicated to perennial themes of Thomist theology; (3) those centered on contemporary metaphysical issues: and (4) those with an ethical or practical concern"--cProvided by publisher.00aThomas,cAquinas, Saint,d1225?-1274.10aMaritain, Jacques,d1882-1973. 0aTheology, DoctrinalxHistoryyMiddle Ages, 600-1500. 0aPhilosophy, Medieval. 0aHumanism. 0aMetaphysicsxPhilosophy.1 aKeating, James,eeditor. a92bPUL01821nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020003700191035002200228042000800250043001200258050001100270082003000281245012900311246005700440250001900497263000900516264004900525300002200574336002600596337002600622338003600648500009800684520014200782588010300924650004401027651003001071700003401101700002801135710006701163776013301230994001201363on1390703627OCoLC20230718213016.0m o d cr |||||||||||230714s2023 dcu o 000 0deng  a 2023031671 aDLCbengerdacDLC a9781588347381q(ebk) a1588347389 z9781588347367q(trade paperback) a(OCoLC)1390703627 apcc an-us-dc00aF192.300a910.9753223/eng/2023071700aWashington on foot :btwenty-four walking tours and maps of Washington, DC /cedited by William J. Bonstra and Judith Meany.30aTwenty-four walking tours and maps of Washington, DC aSixth edition. a2401 1aWashington, DC :bSmithsonian Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"Published in association with National Capital Area Chapter, American Planning Association." a"An essential walking tour guide to one of the most walkable and historic cities in the U.S.: Washington, D.C."--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWalkingzWashington (D.C.)vGuidebooks. 0aWashington (D.C.)vTours.1 aBonstra, William J.,eeditor.1 aMeany, Judith,eeditor.2 aAmerican Planning Association.bNational Capital Area Chapter.08iPrint version:tWashington on footbSixth edition.dWashington, DC : Smithsonian Books, [2023]z9781588347367w(DLC) 2023031670 a92bPUL01287nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020002700124020001500151035002200166042000800188043001200196050002200208100003600230245007100266250002200337264006400359300005200423336002600475337002800501338002700529504006900556651003100625700003500656880003200691880005600723880002300779880005500802880003200857994001200889on1390703628OCoLC20230718213016.0220416s2020 cc b 001 0 chi  a 2023388269 aDLCbengerdacDLC c$1 a9787210119302q(set) : a7210119302 a(OCoLC)1390703628 apcc aa-cc---00aDS736b.G595 20201 6880-01aGong, Xinggen,eauthor.106880-02aShi shuo tong lan /cGong Xinggen, Gong Jipeng bian zhuan. 6880-03aDi 1 ban. 16880-04aNanchang Shi :bJiangxi ren min chu ban she,c2020. a4 volumes (2, 1, 2, 2, 29, 2787 pages) ;c27 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 2778-2787) and index. 0aChinaxHistoryvAnecdotes.1 6880-05aGong, Jipeng,eauthor.1 6100-01a龚杏根,eauthor.106245-02a世说通览 /c龚杏根, 龚霁芃编撰. 6250-03a第 1 版. 16264-04a南昌市 :b江西人民出版社,c2020.1 6700-05a龚霁芃,eauthor. a92bPUL03079nam a22004818i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153020002700168035002200195042000800217050000900225060001300234082003200247130005400279245017400333250001900507263000900526264005700535300001300592336002600605337002800631338002700659500021300686504005100899520116500950650002902115650001802144650002002162650003102182650002202213700003202235700003802267700004302305700003402348700003402382776016902416994001202585on1390703733OCoLC20230718213016.0230613s2024 nyu b 001 0 eng  a 2023027812 aDNLM/DLCbengerdacDLC a9780826167217q(paperback) a0826167217 z9780826167224q(ebook) a(OCoLC)1390703733 apcc00aRT4200aWA 309.100a613/.04244223/eng/202307170 aWomen's health care in advanced practice nursing.10aWomen's healthcare in advanced practice nursing /cIvy M. Alexander, Versie Johnson-Mallard, Elizabeth A. Kostas-Polson, Joyce D. Cappiello, Heather S. Hubbard, editors. aThird edition. a2310 1aNew York, NY :bSpringer Publishing Company,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPreceded by Women's health care in advanced practice nursing / Ivy M. Alexander, Versie Johnson-Mallard, Elizabeth A. Kostas-Polston, Catherine Ingram Fogel, Nancy Fugate Woods, editors. Second edition. 2017. aIncludes bibliographical references and index. a"We support an individual's right to autonomy in decision-making about their health based on the personal context of their lives, including but not limited to early pregnancy decision-making and gender affirmation. We believe that individuals have the right to high value, equitable, and unbiased care. In this third edition of Women's Healthcare in Advanced Practice Nursing, we attempt to make high value, equitable, and unbiased care more evident than in prior editions. While the number of women included in research studies is increasing, we remain limited in our ability to accurately address perspectives and needs for minoritized gender persons because of the lack of research that focuses on, includes, or even identifies transgender and non-binary persons. Throughout the book we have attempted to use inclusive language while remaining true to research findings, which are translated into evidence-based practice. In many instances, this means we use the terms woman, women, she, her, hers, because that reflects the data that are available. We purposefully use they, them, theirs, patient, person, etc., whenever possible"--cProvided by publisher.12aWomen's Health Services.12aNursing Care.22aWomen's Health.22aAdvanced Practice Nursing.22aHealth Promotion.1 aAlexander, Ivy M.,eeditor.1 aJohnson-Mallard, Versie,eeditor.1 aKostas-Polston, Elizabeth A.,eeditor.1 aCappiello, Joyce D.,eeditor.1 aHubbard, Heather S.,eeditor.08iOnline version:tWomen's healthcare in advanced practice nursingbThird edition.dNew York, NY : Springer Publishing Company, 2024z9780826167224w(DLC) 2023027813 a92bPUL00807nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051003800150051004000188100003000228245011600258260003700374300004200411700005300453710005900506994001200565on1390703788OCoLC20230718213016.0840830s1665 ne 000 0 fre  a 09022506  aDLCbengcDLC a(OCoLC)139070378800aBF1242b.J7 aBF1242b.J7 Copy 2cAnother copy. aBF1242b.J7 Copy 3cToinet no. 12101 aJoly, Claude,d1607-1700.10aTraité des restitutions des grands, precedé d'une lettre touchant quelques points de la morale chrestienne. a[Amsterdam,bD. Elsevier]c1665. a1 p.l., 96, 228 p.c14 x 8 cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01356nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002500199100004200224245016100266246010000427264005800527300002300585336002600608337002800634338002700662504004100689650006600730650006600796650007200862650007200934994001201006on1390703789OCoLC20230718213016.0221031s2022 bl b 000 0 por  a 2022333311 aDLCbengerdacDLC a9786525232843 a6525232848 a(OCoLC)1390703789 alcodeapcc as-bl---00aHV9594.R56bF37 20221 aFerreira, Ana Laura Marinho,eauthor.10aVelhice atrás das grades :bcondições de saúde de mulheres idosas nas unidades prisionais do estado do Rio de Janeiro /cAna Laura Marinho Ferreira.30aCondições de saúde de mulheres idosas nas unidades prisionais do estado do Rio de Janeiro 1a[São Paulo, Brazil] :bDialética Editora,c[2022] a154 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aOlder prisonersxMedical carezBrazilzRio de Janeiro (State) 0aWomen prisonersxMedical carezBrazilzRio de Janeiro (State) 0aOlder prisonersxHealth and hygienezBrazilzRio de Janeiro (State) 0aWomen prisonersxHealth and hygienezBrazilzRio de Janeiro (State) a92bPUL01219nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043002100187050002400208100002900232245006200261264006900323300004600392336002600438337002800464338002700492504005200519600003500571650004900606651008800655650004800743651003100791651003500822994001200857on1390703801OCoLC20230718213016.0211214s2021 bl a b 000 0bpor  a 2021332938 aDLCbengerdacDLC a9786599508820 a6599508820 a(OCoLC)1390703801 alcodeapcc as-bl---ae-it---00aF2536.G23bS26 20211 aSant'Ana, Elma,eauthor.10aAnita Garibaldi :b1821-2021 : 200 anos /cElma Sant'Ana. 1aSão Leopoldo, RS :bBenchimol Soluções Gráficas,c[2021] a128 pages :bcolor illustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 128).10aGaribaldi, Anita,d1821?-1849. 0aRevolutionaries' spouseszBrazilvBiography. 0aRio Grande do Sul (Brazil : State)xHistoryyRevolution of the Farrapos, 1835-1845. 0aRevolutionaries' spouseszItalyvBiography. 0aItalyxHistoryy1815-1870. 0aBrazilxHistoryy19th century. a92bPUL01173nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050002800147051014200175100005900317245004800376250001900424264005000443264001100493300002300504336002600527337002800553338002700581490002100608500002900629655002800658655007700686710007200763994001200835on1390703802OCoLC20230718213016.0820716t19421942nyu 000 1 eng  a 42015822  aDLCbengerdacDLC a(OCoLC)1390703802 apcc00aPZ3.G89363aPS3513.R763 aPS3513.R763bF48 1942 Copy 1cIn original illustrated dust jacket. Dinkytown Antiquarian Bookstore, Minneapolis label on rear paste-down.1 aGrinstead, J. E.q(Jesse Edward),d1866-1948,eauthor.10aFeud at Twin Mountain /cby J.E. Grinstead. aFirst edition. 1aNew York :bDodge Publishing Company,c[1942] 4c©1942 a256 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTwo gun westerns aSeries from dust jacket. 7aWestern stories.2gsafd 7aDust jackets (Binding)zNew York (State)zNew Yorky20th century.2rbbin2 aLarry Dingman Western Fiction Collection (Library of Congress)5DLC a92bPUL00891nam a2200289 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002000192100003200212245010600244264004900350300002800399336002600427337002800453338002700481504005600508650002500564994001200589on1390703803OCoLC20230718213016.0230428s2022 nr 000 0 eng  a 2022426611 aDLCbengerdacDLC a9789789106271 a9789106270 a(OCoLC)1390703803 apcc af------00aB5305bN85 20221 aNtui, Victor Ntui,eauthor.10aPerspectives in African philosophy :bNdibhi Nju, Moninyen, Ochima bhiji-Ubuntu /cNtui, Victor Ntui. 1aEnugu, Nigeria :b[Snaap Press Ltd.],c2022. axvi, 156 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliograhical references (pages 146-156). 0aPhilosophy, African. a92bPUL01919nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020001500154020003100169020001500200020002700215035002200242042000800264043001200272050002000284082002700304100003200331245007700363263000900440264005200449300001400501336002600515337002800541338002700569490003000596504005100626505020100677520056900878651007401447994001201521on1390703860OCoLC20230718213016.0230706s2024 nyu j b 001 0 eng  a 2023031352 aDLCbengerdacDLC a9781978537798q(library binding) a1978537794 a9781978537781q(paperback) a1978537786 z9781978537804q(ebook) a(OCoLC)1390703860 apcc an-us---00aE162b.C77 202400a973.2223/eng/202307171 aConnors, Kathleen,eauthor.10aForgotten facts about life in the American colonies /cKathleen Connors. a2401 1aBuffalo, New York :bEnslow Publishing,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aHistory's forgotten facts aIncludes bibliographical references and index.0 aThe British Colonies -- The Choice to Come -- A Life of Enslavement -- Hard Lives, Hard Work -- What's the Weather? -- Staying Near Home -- What to Wear -- School Days -- From Colonies to Country. a"Sometimes the life in colonial America can seem picturesque: no technology, close ties to the nearby community, and local, homemade food to nourish the whole family. However, when you look a bit closer, it's fascinating to see the funny and strange things colonists did and had to deal with, from colonial men paying for a wife to be brought to the colonies for him to the brand-new illnesses that killed many colonists. The main content supports the social studies curriculum and engages even reluctant readers with history information"--cProvided by publisher. 0aUnited StatesxSocial life and customsyTo 1775vJuvenile literature. a92bPUL00916nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002600180082002800206100003400234245005200268250002300320264004300343300002400386336002600410337002800436338002700464490004500491490003500536655001900571994001200590on1390703861OCoLC20230718213016.0221230s2022 sp 000 0 spa  a 2023406831 aDLCbengerdacDLC a9788412472431 a8412472438 a(OCoLC)1390703861 apcc00aPQ6702.E692bV65 202200a861/.7223/eng/202307171 aBenetó, Juan Luis,eauthor.13aEl voluntario errático /cJuan Luis Benetó. aPrimera edición. 1a[Madrid] :bEdiciones Vitruvio,c2022. a100 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Baños del Carmen ;vno 8790 aEdiciones Vitruvio ;vno 1.479 7aPoetry.2lcgft a92bPUL02413nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163041001800185042000800203050002600211082002500237100005100262245008600313263000900399264008700408300001400495336002600509337002800535338002700563490004300590490009500633500015500728520066500883546002601548610005301574650003501627700010701662700011501769700003201884710006301916994001201979on1390703949OCoLC20230718213016.0230601s2023 wiu 000 0 eng  a 2023023627 aDLCbengerdacDLC a9781623400286q(hardcover) a1623400287 a(OCoLC)13907039491 aengalathlat apcc00aBX1749.T35bQ347 202300a239223/eng/202307170 aThomas,cAquinas, Saint,d1225?-1274,eauthor.10aQuodlibetal questions I-XII /cSaint Thomas Aquinas ; translated by Urban Hannon. a2308 1aGreen Bay, WI :bAquinas Institute ;aSteubenville, OH :bEmmaus Academic,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aAquinas Institute's opera omnia series0 aLatin/English edition of the works of St. Thomas Aquinas ;vvolume 28.aDisputed questions a"Published with the ecclesiastical approval of The Most Reverend Paul D. Etienne, dd, stl Bishop of Cheyenne, given on November 10, 2012"--t.p. verso. a"Quodlibetal disputes were formal university debates, held twice a year during Advent and Lent, in which questions on any topic could be brought forward by those in attendance; supporting and opposing arguments were discussed and then ultimately resolved by the presiding master. Thomas Aquinas presided over twelve quodlibetal disputes, which cover a range of topics, both speculative and practical; the Quodlibets here are considerably edited reports of these debates. Quodlibets VII-XI are from Aquinas's first teaching period in Paris (1256-1259), and Quodlibets I-VI, XII are from his second teaching period in Paris (1269-1272)"--cProvided by publisher. aIn English and Latin.20aCatholic ChurchxDoctrinesvEarly works to 1800. 0aTheologyvEarly works to 1800.02iContainer of (expression):aThomas,cAquinas, Saint,d1225?-1274.tQuaestiones de quodlibet.lEnglish.02iContainer of (expression):aThomas,cAquinas, Saint,d1225?-1274.tQuaestiones de quodlibet.sLeonine edition.1 aHannon, Urban,etranslator.2 aAquinas Institute (Green Bay, Wis.),eeditor,etranslator. a92bPUL01467nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002500163020002600188035002200214042000800236050002100244082002800265100002800293245007000321263000900391264007300400300001300473336002600486337002800512338002700540504004100567520017800608650002400786650002900810650003600839650004100875776015300916994001201069on1390703950OCoLC20230718213016.0230707s2023 mau bd 000 0 eng  a 2023029248 aDLCbengerdacDLC a9781800620889q(paperback) a1800620888 z9781800620896q(ebk) z9781800620902q(epub) a(OCoLC)1390703950 apcc00aQL76b.R444 202300a590.73223/eng/202307171 aRees, Paul A.,eauthor.10aStudents' dictionary of zoo and aquarium studies /cPaul A. Rees. a2311 1aWallingford, Oxfordshire ;aBoston, MA :bCAB International,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"A concise, affordable, illustrated dictionary for undergraduate and graduate students and pracitioners of zoo and aquarium studies and management"--cProvided by publisher. 0aZoosvDictionaries. 0aAquariumsvDictionaries. 0aZoosxManagementvDictionaries. 0aAquariumsxManagementvDictionaries.08iOnline version:aRees, Paul A.tStudents' dictionary of zoo and aquarium studiesdBoston : CAB International, 2023z9781800620896w(DLC) 2023029249 a92bPUL02214nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258043001200266050002500278082003200303084003400335100003400369245007700403263000900480264004300489300001300532336002600545337002800571338002700599520086300626600003601489650004801525650004901573650004401622650006101666655001901727655002201746994001201768on1390703954OCoLC20230718213016.0230717s2024 nyu 000 0 eng  a 2023012569 aDLCbengerdacDLC a9781982177461q(hardcover) a1982177462 a9781982177478q(paperback) a1982177470 z9781982177485q(ebook) a(OCoLC)1390703954 apcc an-us---00aPS3555.V259bA6 202400a813/.54aB223/eng/20230717 aLCO010000aREL0121702bisacsh1 aEvans, Richard Paul,eauthor.10aSharing too much :blessons from an unlikely life /cRichard Paul Evans. a2403 1aNew York City :bGallery Books,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"The #1 New York Times bestselling author and "king of Christmas fiction" (The New York Times) delivers a charming and inspirational collection of personal essays.Before he was the #1 New York Times bestselling author of holiday classics such as The Christmas Box, Richard Paul Evans was a young boy being raised by a suicidal mother and dealing with relentless bullying. He could not fathom what the future held for him. Now, in this intimate and heartfelt collection of personal essays, Evans shares his moving journey from childhood to beloved author. With his signature "seasoned finesse" (Booklist), he offers the insightful lessons he's learned and engaging advice about everything from marriage to parenthood and even facing near-death experiences. This is a charming essay collection that is the perfect gift all year round"--cProvided by publisher.10aEvans, Richard PaulvAnecdotes. 0aAuthors, Americany20th centuryvAnecdotes. 0aChristian authorszUnited StatesvAnecdotes. 7aLITERARY COLLECTIONS / Essays.2bisacsh 7aRELIGION / Christian Living / Personal Memoirs.2bisacsh 7aEssays.2lcgft 7aAnecdotes.2lcgft a92bPUL03891nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001300284082002900297100003500326245012300361263000900484264003800493300002300531336002600554337002600580338003600606490003900642504005100681505108000732520120501812588010303017650003503120650004403155650003503199650001503234700003503249776013703284994001203421on1390703955OCoLC20230718213016.0m o d cr |||||||||||230629s2024 nyu ob 001 0 eng  a 2023018973 aDLCbengerdacDLC a9781003155201q(ebook) a1003155200 z9780367725365q(hardback) z9780367725389q(paperback) a(OCoLC)1390703955 apcc00aLB2322.200a378.001223/eng/202307141 aLacković, Nataša,eauthor.10aMultimodal higher education :bdigital, social and environmental relationalities /cNataša Lacković, Alin Olteanu. a2310 1aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge studies in multimodality aIncludes bibliographical references and index.0 aIntroducing relational and multimodal higher education -- Learning from and with everyday relations -- Educational relationality through meanings : a semiotic approach -- Rethinking higher education through social relationality -- Learning with more-than-humans and digital media -- How does learning happen? -- Developing higher education through the environment and others -- Social, material and digital semiotics at universities -- Challenging one-dimensional literacy, media culture and identity -- Multimodal identity in higher education, an identity+ -- Posthuman pedagogy as a relational and multimodal practice : in conversation with Kay Sidebottom -- Mapping and counter-mapping pedagogies : in conversation with Shibboleth Schechter -- Graduate employment futures and relational employability : in conversation with Elizabeth J. Cook -- Using images to explore troublesome concepts and self-other and in higher education : in conversation with Denise MacGiollaRí -- Pedagogy with digital artefacts, materiality and social media : in conversation with Zoe Hurley. a"This book envisions a relational and multimodal conceptualisation of higher education, which advocates for knowledge to be analyzed under three relational dimensions: social, digital and environmental. The volume draws on interdisciplinary approaches grounded in Peirceian semiotics, in exploring an integration of these dimensions in higher education theory and practice. The book situates learning in an awareness of the environment, grounded in principles of interconnectedness and flattened hierarchies. The volume features practical case studies through dialogues with higher education teachers, presenting different ways of practicing multimodal and relational higher education which prioritize and embrace expression and creation through more than one dominant modality of communication. The book highlights how a relational multimodal paradigm can serve as a way forward for universities to address global challenges concerning social, technological, and environmental futures through a social justice lens. This innovative book will be of interest to students and scholars in semiotics, multimodality, and higher education, as well as stakeholders in these fields"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxPhilosophy. 0aEducation, HigherxAims and objectives. 0aModality (Theory of knowledge) 0aSemiotics.1 aOlteanu, Alin,d1987-eauthor.08iPrint version:aLacković, Nataša.tMultimodal higher educationdNew York, NY : Routledge, 2024z9780367725365w(DLC) 2023018972 a92bPUL00865nam a22002535i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002600150035002200176037005300198042001000251245019000261264004900451300001800500336002600518337002800544338002700572994001200599on1390703956OCoLC20230718213016.0230717s2022 ii 000 0 eng  a 2023336798 aDLCbengerdacDLC a9789395675215 a9395675217 aI-E-2023336798; 63-02 a(OCoLC)1390703956 bLibrary of Congress -- New Delhi Overseas Office alcode04aThe intelligence war in Britain :bpublic perceptions of the UK intelligence agencies, foreign espionage, the Tory party and its response to the Salisbury attacks /cMusa Khan Jalalzai. 1aNew Delhi :bVij Books India Pvt Ltd,c2022. avi, 224 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a92bPUL02203nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001100254082002700265100003300292245010000325263000900425264005300434300002200487336002600509337002600535338003600561500002000597505054500617520034201162588010301504650001701607650002901624776014001653994001201793on1390704003OCoLC20230718213016.0m o d cr |||||||||||230609s2023 cau o 001 0 eng  a 2023023431 aDLCbengerdacDLC a9781608688777q(ebook) a1608688771 z9781608688760q(paperback) a(OCoLC)1390704003 apcc00aHG450100a332.6223/eng/202307131 aDeYoe, Jonathan K.,eauthor.10aMindful investing :bright focus, better outcome, greater well-being /cJonathan K. DeYoe, AIF. a2309 1aNovato, California :bNew World Library,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.0 aPart 1: why we invest -- The tale of the nine-year-old investor -- A brief history of investing -- What is investing anyway? -- The purpose of investing -- The psychology of investing -- Part 2: how to invest -- Before you invest -- Before you hire an adviser -- The risk/return relationship -- Plan-appropriate asset allocation -- What to expect when you're investing -- Diversification (not prognostication) -- Do nothing, nothing, nothing...then rebalance -- Angel investing -- How I invest -- Speculating yesterday, today, and tomorrow. a"An experienced financial adviser offers a no-stress investing strategy that integrates Western behavioral finance with the Eastern discipline of mindfulness. Topics include: understanding financial markets, building an investment portfolio, socially conscious investing, and avoiding common investing mistakes"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInvestments. 0aMindfulness (Psychology)08iPrint version:aDeYoe, Jonathan K.tMindful investingdNovato, California : New World Library, [2023]z9781608688760w(DLC) 2023023430 a92bPUL03004nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003000192020001800222020001800240035002200258042000800280050001600288082003300304100003700337245010900374263000900483264005200492300002200544336002600566337002600592338003600618504005100654520151100705588010302216650004102319650004002360700003002400776014002430994001202570on1390704004OCoLC20230718213016.0m o d cr |||||||||||230713s2024 nyu ob 001 0 eng  a 2023032613 aDLCbengerdacDLC a9780197635414q(epub) a0197635415 z9780197635391q(hardback) z9780197635421 z9780197635407 a(OCoLC)1390704004 apcc00aPN1995.9.H600a791.43/6164223/eng/202307131 aLaycock, Joseph,d1980-eauthor.14aThe Exorcist effect :bhow horror and religion shape each other /cJoseph P. Laycock and Eric Harrelson. a2312 1aNew York, NY :bOxford University Press,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"The Exorcist Effect is a historical study of the ongoing relationship between religious culture in the West and horror movies, looking particularly at the period from 1968 to the present. Taking its name from the 1973 film The Exorcist, which was widely understood to be based on a true story, this book outlines a cycle in which religious beliefs and practices become the basis of films that in turn inspire religious beliefs, practices, and experiences. This book draws on archival research to shed new light on such figures as Ed and Lorraine Warren and Malachi Martin, who inserted themselves into this cycle. It also incorporates interviews with horror authors, film writers, and paranormal investigators. This book draws on such fields as psychology, sociology, and folklore studies in order to theorize how film informs religious experience and shapes religious cultures. Next, it examines the production and reception of Rosemary's Baby (1968), The Exorcist (1973), and The Omen (1976) as seminal films in the genre. Two chapters examine the Warrens and Malachi Martin, respectively, including the horror films that influenced and were inspired by their careers. The next three chapters examine areas of culture where the influence of this cycle was most apparent: exorcism, Satanic Panic, and moral panic over heavy metal. The final chapter considers the QAnon conspiracy theory and its numerous allusions to film as a contemporary manifestation of The Exorcist effect."--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aHorror filmsxHistory and criticism. 0aMotion picturesxReligious aspects.1 aHarrelson, Eric,eauthor.08iPrint version:aLaycock, Joseph, 1980-tExorcist effectdNew York, NY : Oxford University Press, 2024z9780197635391w(DLC) 2023032612 a92bPUL00845nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100006800190245005300258260004100311300002700352650003600379700005300415710005900468740002900527740002300556994001200579on1390704155OCoLC20230718213016.0840214s1701 fr 000 0 fre  a 32003560  aDLCbengcDLC a(OCoLC)139070415500aBF822b.B66 aBF822b.B66 Copy 2cToinet no. 11671 aBoyer, de Rivière],csieur,dfl 1698-1701, [from old catalog]13aLe nouveau Democrite ov Délassements d'esprit. aA Paris,bChez Michel Brunet.c1701. a6 p.l., 239 p.c16 cm. 0aCharacters and characteristics.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aDélassements d'esprit.0 aDemocrite moderne. a92bPUL03672nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082003000295100002900325245011300354263000900467264005600476300002300532336002600555337002600581338003600607490004300643504005100686505054800737520147501285588010302760650003902863650004702902650003302949650002302982700003003005776016703035994001203202on1390704156OCoLC20230718213016.0m o d cr |||||||||||230706s2024 enk ob 001 0 eng  a 2023022674 aDLCbengerdacDLC a9781003222316q(ebook) a1003222315 z9781032119540q(hardback) z9781032119571q(paperback) a(OCoLC)1390704156 apcc00aLB234100a371.1/01223/eng/202307151 aLing, Lorraine,eauthor.10aUniversities in times of crisis and disruption :bdislocated complexity /cLorraine Ling and Kay Livingston. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge research in higher education aIncludes bibliographical references and index.0 aIntroduction : inspiration for this book -- The concept of dislocated complexity -- The university in dislocated complexity -- University policymaking in dislocated complexity -- University leadership in dislocated complexity -- Learning and teaching in universities in dislocated complexity -- University research in dislocated complexity -- The university workforce in dislocated complexity -- University and the community : a mutual affinity paradigm -- From the neoliberal to the agentic university -- Reflections on dislocated complexity. a"This book examines the role and future of universities in times of chronic disruption and crisis - presented via an original conceptual framework which the authors term 'dislocated complexity' - and discusses how to move forward in the face of severely disrupted social, political, economic and environment contexts. Demonstrating how global crises, especially the COVID-19 pandemic, have dramatically dislocated and disrupted all contexts of society (and further building on Barnett's notion of supercomplexity), chapters use this framework of dislocated complexity to propose a set of characteristics and values that underpin roles for universities, considering the future of universities with regards to teaching and learning, research, management and leadership, workforce change, policymaking and engagement. Novel, innovative concepts and theoretical perspectives are brought to the analysis of futures, roles and activities of universities by the authors, such as 'Unscripted Agency', 'Clashing -ologies', 'Emanant Trust' and 'Dislocated Complexity Leadership Theory'. Ultimately calling for a rethink of university futures, this timely book will be of great interest to academics, researchers and post-graduate students in the fields of higher education research and teaching and learning. It will also be of interest to university managers, educational policy makers, and those who are 'hidden' or informal educators in the community"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxAdministration. 0aUniversities and collegesxAdministration. 0aEducation and globalization. 0aCrisis management.1 aLivingston, Kay,eauthor.08iPrint version:aLing, Lorraine.tUniversities in times of crisis and disruptiondAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032119540w(DLC) 2023022673 a92bPUL02356nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153020002600168020002600194035002200220042000800242050001100250060001200261082002800273084003400301245011400335250002000449263000900469264004400478300001300522336002600535337002800561338002700589504005100616505022700667520069100894650002101585650005001606650005001656655002701706700003201733776014501765994001201910on1390704157OCoLC20230718213016.0230620s2024 pau b 001 0 eng  a 2023028602 aDNLM/DLCbengerdacDLC a9781975213466q(paperback) a1975213467 z9781975213473q(epub) z9781975213480q(epub) a(OCoLC)1390704157 apcc00aR834.500aWB 18.200a610.76223/eng/20230717 aMED029000aMED0860002bisacsh04aThe family medicine board review book :bmultiple choice questions & answers /c[edited by] Robert A. Baldor. aSecond edition. a2309 1aPhiladelphia :bWolters Kluwer,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aAdult medicine -- Care of children and adolescents -- Care of the female patient (including maternity care) -- Mental health/community health -- Emergent and surgical care -- Care of the elderly patient -- Pictorial atlas. a"Packed with more than 1,000 multiple choice questions and answers on topics commonly found on ABFM board examinations, The Family Medicine Board Review Book, Second Edition, edited by Dr. Robert A. Baldor, helps you make the most of your study time and achieve exam success. It provides valuable background information on ABFM in-training, board certification, and recertification examinations and their formats before presenting questions that are weighted and structured to mimic the ABFM exam. This unique, cost-effective review tool is ideal for testing your knowledge in every area of family medicine and identifying areas that may require further study"--cProvided by publisher.12aFamily Practice. 7aMEDICAL / Family & General Practice.2bisacsh 7aMEDICAL / Test Preparation & Review.2bisacsh 2aExamination Questions.1 aBaldor, Robert A.,eeditor.08iOnline version:tFamily medicine board review bookbSecond edition.dPhiladelphia : Wolters Kluwer, [2024]z9781975213473w(DLC) 2023028603 a92bPUL00734ntm a22002534i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117050001700139100003400156245004400190264001600234300003800250336002600288337002800314338002700342500004200369600003400411650002300445994001200468on1390704158OCoLC20230718213016.0170110m19511969xx 000 0 eng  a 2016564035 aDLCbengerdacDLC a(OCoLC)139070415800aML95b.B48351 aBergsma, William,d1921-1994.10aAppointment books from 1951, 1953-1969. 0c[1951-1969] a20 volumes ;c8 x 5 cm-16 x 11 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aComposer's personal appointment book.10aBergsma, William,d1921-1994. 0aAppointment books. a92bPUL00707nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100005000190245004200240260004300282300003900325650002200364650002600386700005300412994001200465on1390704161OCoLC20230718213016.0830825s1684 fr 000 0 fre  a 32007843  aDLCbengcDLC a(OCoLC)139070416100aBJ1602b.T7 aBJ1602b.T7 Copy 2cToinet no. 11941 aTrotti de La Chétardie,cchevalier,d-1703.10aInstruction pour une jeune princesse, aA Paris,bChes Theodore Girard,c1684. a5 p.l., 129, [2] p.c16 cm. (12mo) 0aWomenxEducation. 0aEducation of princes.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01887nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020004200117020001500159020004300174020001500217020003900232035002200271042000800293050002200301082002900323100004300352245006200395250002000457263000900477264006900486300001500555336002600570337002800596338002700624504005100651505005300702520071900755650002701474994001201501on1390704162OCoLC20230718213016.0230612s2024 enk b 001 0 eng  a 2023024798 aDLCbengerdacDLC a9781032532776q(volume 1 ;qhardback) a1032532777 a9781032532752q(volume 1 ;qpaperback) a1032532750 z9781003411246q(volume 1 ;qebook) a(OCoLC)1390704162 apcc00aRG852b.K448 202400a618.7/6223/eng/202307171 aKendall-Tackett, Kathleen A.,eauthor.10aDepression in new mothers /cKathleen A. Kendall-Tackett. aFourth edition. a2310 1aMilton Park, Abingdon, Oxon ;aNew York, NY :bRoutledge,c2024. avolumes cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.1 aVolume 1. Causes, consequences, and risk factors a"Depression in New Mothers, Volume 1: Causes, Consequences, and Risk Factors provides a comprehensive, evidence-based approach to understanding symptoms and risk factors of depression, anxiety, and posttraumatic stress disorder (PTSD) in perinatal women, which are common complications of childbirth. Depression in New Mothers, Volume 1 includes mothers' stories throughout, which provide examples of principles described in studies. Each chapter highlights key research findings and clinical takeaways. It is an essential resource for all healthcare practitioners working with mothers in the perinatal period, including nurses, midwives, doctors, lactation consultants and psychologists"--cProvided by publisher. 0aPostpartum depression. a92bPUL00943nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192100003100216245005000247264002800297300002400325336002600349337002800375338002700403504005700430650001600487650001500503650002000518650002800538650002700566994001200593on1390704248OCoLC20230718213016.0220718s2019 rb b 000 0 srpo  a 2022442427 aDLCbengerdacDLC a9788662930941 a8662930948 a(OCoLC)1390704248 apcc ae------00aBL2747.8b.S64 20191 aŠljuka, Stojan,eauthor.10aFilosofija sekularizacije /cStojan Šljuka. 1aBeograd :bJasen,c2019 a196 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 189-196). 0aSecularism. 0aReligions. 0aSecularization. 0aSecularizationzEurope. 0aCivilization, Secular. a92bPUL01695nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020001800193035002200211042000800233050001100241082003000252100004100282245008500323263000900408264004500417300002200462336002600484337002600510338003600536504004100572520034100613588010300954630002701057650002101084650003701105776014301142994001201285on1390704249OCoLC20230718213016.0m o d cr |||||||||||230224s2023 ilu ob 000 0 eng  a 2023007228 aDLCbengerdacDLC a9780802475947q(ebook) a0802475949 z9780802428073 a(OCoLC)1390704249 apcc00aBV452700a248.8/43223/eng/202307171 aSobolik, Chelsea Patterson,eauthor.10aCalled to cultivate :ba gospel vision for women and work /cby Chelsea Sobolik. a2310 1aChicago, IL :bMoody Publishers,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references. a"Grasping the dignity and significance of women and work. Whether in the home or in a professional environment, women are cultivating a world of beauty, truth, and hope. But it's not easy. We have doubts and dreams ... questions and concerns. Chelsea shares a theological foundation for our pressing questions"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aBible.pNew Testament. 0aChristian women. 0aWomen employeesxReligious life.08iPrint version:aSobolik, Chelsea Patterson.tCalled to cultivatedChicago, IL : Moody Publishers, [2023]z9780802428073w(DLC) 2023007227 a92bPUL00933nam a22002533i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100002900172245022700201264007800428300002800506336002100534337002500555338002300580546001900603653004500622994001200667on1390704250OCoLC20230718213016.0230717s2022 io 000 0 ind  a 2023330061 aDLCbengerdacDLC a9786239718749 a6239718742 a(OCoLC)13907042501 aSaputra, Irfan,eauthor.10aPetaka dan prakarsa di Sungai Saddang :bkumpulan cerita adaptasi perubahan iklim di sepanjang aliran Sungai Saddang, Sulawesi Selatan /cpenulis, Irfan Saputra [and five others] ; editor, Mulyani Hasan, Nurhady Sirimorok. 1a[Makassar, Indonesia] :bYayasan Tim Layanan Kehutanan Masyarakat,c2022. avii, 130 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIn Indonesian.0 aSaddang River Watershedaclimatic change a92bPUL01332nam a2200325 a 4500001001300000003000600013005001700019008004100036010001700077040002500094035002200119041001300141042000800154050002100162050002300183130003700206245018500243246009500428260004400523300003600567500002800603500002900631500002900660500002000689501018300709650003600892700004800928752001800976994001200994on1390704357OCoLC20230718213016.0230717s1556 fr 001 0 lat  a 2022658063 aDLCbengedcrmbcDLC a(OCoLC)13907043571 alathgrc apcc00aKK722b.T47 157010aKJA1216b.L38 15560 aNovellae constitutiones.lLatin.10aNouellarum constitutionum domini Iustiniani sacratissimi principis & imperatoris libri duo :bepitomis, praeter ueterum exemplarium & collationem & emendationem, nouè illustrati.3 aNovellarum constitvtionvm domini Ivstiniani sacratissimi principis & imperatoris libri duo aLugduni :bApud Ludouicum Pesnot, 1556. a[2], 286, [8] p. ;c17 cm (8vo) a"Cum priuilegio regis." aPrinter's device on t.p. aSignatures: a-s⁸ A⁴. aIncludes index. aWith: Termineus, Petrus. Processus iuris scripti et consuetudinis frequentioris per Germaniam hoc tempore vsitatus. Coloniae : [Walter Fabritius], [1570]. Issued separately.5DLC 0aRoman lawvEarly works to 1800.1 aPesnot, Louis,dactive 1537-1564,eprinter. aFrancedLyon. a92bPUL00734nam a22002535i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025001900150035002200169037005300191042001000244245007600254264003900330300001800369336002600387337002800413338002700441994001200468on1390704358OCoLC20230718213016.0230717s2022 ii 000 0 eng  a 2023339280 aDLCbengerdacDLC a9788124611081 a8124611084 aI-E-2023339280 a(OCoLC)1390704358 bLibrary of Congress -- New Delhi Overseas Office alcode00aJainism :bbefore 650 BCE /cEditors, Shugan C. Jain, Shrinetra Pandey. 1aNew Delhi :bDK Printworld,c2022. avi, 275 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a92bPUL01024nam a22002897i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001300172100003300185240007200218245012400290264004900414300002300463336002600486337002800512338002700540546002000567504004100587653009400628994001200722on1390704359OCoLC20230718213016.0230713s2017 rb b 000 0 srp  a 2023450789 aDLCbengerdacDLC a9788649902176 a8649902170 a(OCoLC)13907043591 asrphger1 aMarčeta, Slavica,eauthor.10aTatertherapie bei Sexuellem Missbrauch, Strafe oder Hilfe?lSerbian10aTerapija seksualnih zlostavljača - kazna ili pomoć? /cSlavica Marčeta ; prevod sa nemačkog: Krešimir Bosnar. 1aNovi Sad :bUniverzitet u Novom Sadu,c2017. a130 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSerbianbLatin. aIncludes bibliographical references. aEffectiveness of treatment for sex offendersaSexual abuse preventionaChild sexual abuse a92bPUL03407nam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149020003100164020001500195020002700210035002200237042000800259050002200267082002700289100004000316245009600356263000900452264005600461300001300517336002600530337002800556338002700584520138600611504005101997505053202048650003602580650004202616650002402658650001802682650002902700700004002729700002602769776015402795994001202949on1390704365OCoLC20230718213016.0230708s2022 enk b 001 0 eng  a 2023010882 aLBSORbengerdacDLC a9781032042299q(hardback) a103204229X a9781032042305q(paperback) a1032042303 z9781003191025q(ebook) a(OCoLC)1390704365 apcc00aHE305b.C527 202200a388.4223/eng/202307171 aChristensen, Hilda Rømer,eauthor.10aGender smart mobility /cHilda Rømer Christensen, Michala Hvidt Breengaard and Lena Levin. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2022. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"This book presents gender and diversity in smart transport as a cutting-edge issue in urban contexts around the globe. It will address new challenges and possibilities related to the smart transport sector. It demonstrates how gender and diversity are entangled in concepts and various forms of current smart mobility practices in policy, planning, and innovation. Gender Smart Mobility is presented as a game changer for future transport planning and mobility practices and how smart mobility technologies and practices might be created as a common good for all. The readers are presented with cutting-edge approaches ranging from intersectional and visual analyses of smart mobility, gender scripts and language, to gendered innovation of design and planning. Moreover, the readers will encounter engaging boxed features which present historical, cross-cultural, and methodological examples and pose questions for critical thinking. This book meets a need for a systematic, accessible, and practical introduction and is of interest to city planners, transport providers, and politicians as well as the general public. It will also be a valuable reference for graduate and postgraduate students at technical universities, schools of architecture and planning, and for students and faculties in the social sciences, humanities, and IT and design studies"--cProvided by publisher. aIncludes bibliographical references and index.0 aEpilogue : gender smart mobility as a game changer? -- Gender smart mobility as a pillar of smart city developments -- Gender smart mobility -- concepts, methods, practices -- Gender and diversity in transport -- theories and concepts -- Gender smart mobility -- approaches -- How to do gender and diversity action planning -- From one-to-many tracks : methodology and data collection for gender smart mobility -- Gender smart transport policy, employment, and innovation -- From the covid-19 pandemic to gender smart mobility. 0aUrban transportationxPlanning. 0aUrban transportationxSocial aspects. 0aSex discrimination. 0aSmart cities. 0aWomen and city planning.1 aBreengaard, Michala Hvidt,eauthor.1 aLevin, Lena,eauthor.08iOnline version:aChristensen, Hilda Rømer.tGender smart mobilitydAbingdon, Oxon ; New York, NY : Routledge, 2022z9781003191025w(DLC) 2023010883 a92bPUL00782nam a22002411 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051003300150245004500183260006500228300003200293500002000325500003200345650003900377700005300416710005900469994001200528on1390704366OCoLC20230718213016.0810825n gw 000 0 fre  a 31025097  aDLCbengcDLC a(OCoLC)139070436600aHQ1201b.C3 aHQ1201b.C3cToinet no. 117603aLe caractere d'une femme sans education. aA Cologne,bChez Samuel Rentrock, aux Trois navires.c[n.d.] a4 p.l., 222, [6] p.c16 cm. aTitle vignette. a"Ex bibliotheca R. Toinet." 0aWomenxSocial and moral questions.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02768nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020003100151020003100182035002200213042000800235050001300243082002800256100002800284245007300312263000900385264004900394300002300443336002600466337002600492338003600518490003500554504005100589505054400640520081301184588010301997650001602100650003602116700004602152776014802198994001202346on1390704422OCoLC20230718213016.0m o d cr |||||||||||230713s2023 nyu ob 001 0 eng  a 2023031747 aDLCbengerdacDLC a9798886979978q(adobe pdf) z9798886977837q(paperback) a(OCoLC)1390704422 apcc00aBF637.L400a158/.4223/eng/202307171 aCaldwell, Cam,eauthor.10aDiscovering the leader within you /cCam Caldwell and Verl Anderson. a2309 1aNew York :bNova Science Publishers,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLeadership in a changing world aIncludes bibliographical references and index.0 aDiscovering the leader within: why it matters -- Moral leadership in a troubled world -- Why so many leaders are failing: twelve compelling factors -- Leadership as a covenantal duty: a view from the inside-out -- The courage to be great: and why it matters -- Humility and servant leadership -- The leader within: why self-leadership matters -- The challenge of discovery: converting dreams into realities -- Finding your voice: discovering your unique significance -- Deep change and the leader within: an interview with Robert E. Quinn. a"Within each individual lies the potential for greatness - as a leader, as an example, and as a servant to others. Nonetheless, the discovery process for achieving that potential requires great effort and the willingness to invest in self-analysis and self-improvement in the quest for self-mastery. Leaders owe a "covenantal" set of duties to themselves, to the world, and to those individuals with whom they work. In every sense, those who lead most effectively honor a complex set of moral and ethical responsibilities that enable them to fulfill the calling of leadership. This book offers insights into the nature of the self-discovery process that every great leader goes through and offers encouragement and counsel to those individuals willing to discover the leader within"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aLeadership. 0aSelf-actualization (Psychology)1 aAnderson, Verl A.q(Verl Allen),eauthor.08iPrint version:aCaldwell, Cam.tDiscovering the leader within youdNew York : Nova Science Publishers, [2023]z9798886977837w(DLC) 2023031746 a92bPUL01101nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192100003200216245013700248250004900385264003800434300002400472336002600496337002800522338002700550490003800577650004900615700003200664856006700696994001200763on1390704423OCoLC20230718213016.0230511s2022 sp 000 0 spa  a 2023417749 aDLCbengerdacDLC a9788418433528 a8418433523 a(OCoLC)1390704423 apcc ae-sp---00aKKT1504b.B345 20221 aBallester Laguna, Fernando.10aLecciones y prácticas de seguridad social :b(adaptadas al EEES) /cautores, Fernando Ballester Laguna, Nancy Sirvent Hernández. aEdición actualizada a 31 de julio de 2022. 1aMadrid :bEdiciones Cinca,c2022. a194 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Universidad ;vno. 21 0aSocial securityxLaw and legislationzSpain.1 aSirvent Hernández, Nancy.42uhttp://www.puvill.com/toc/9788418433528.pdfzTable of contents a92bPUL02739nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002000192100003200212245007700244250001900321264007800340300005100418336002600469337002800495338002700523504006700550520168700617650005502304651004202359994001202401on1390704520OCoLC20230718213016.0220309s2022 enkab b 001 0deng  a 2022934368 aDLCbengerdacDLC a9780192858030 a0192858033 a(OCoLC)1390704520 apcc aed-----00aD766b.R54 20221 aRieber, Alfred J.,eauthor.10aStorms over the Balkans during the Second World War /cAlfred J. Rieber. aFirst edition. 1aOxford, United Kingdom ;aNew York, NY :bOxford University Press,c2022. avii, 281 pages :billustrations, maps ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 267-270) and index. a"In a new interpretation of the history of the Balkans during the Second World War, Alfred J. Reiber explores the tangled political rivalries, cultural clashes, and armed conflicts among the great powers and the indigenous people competing for influence and domination. The study takes an original approach to the region based on the geography, social conditions, and imperial rivalries that spans several centuries, culminating in three wars during the first half of the twentieth century. Against this background, Rieber focuses on leadership--personified by Mussolini, Hitler, Stalin, Churchill, and Tito--as the key to explaining events. For each one the Balkans represented a strategic prize vital for the fulfilment of their ambitious war aims. For the local forces the destabilization of the war offered the opportunity to reorder societies, expel ethnic minorities, and expand national borders. Storms over the Balkans during the Second World War illustrates how the leaders of the external powers were forced to improvise their tactics and compromise their ideologies under the pressure of war and the competing claims of their allies and clients. Neither the Axis nor the Allied camps were uniform blocs, and deep divisions ran through the ranks of the resistance and those collaborating with the occupying powers. These tensions contributed to the failure of all the participants in the struggle to achieve their aims. The complexities of the wartime experiences help to explain the persistence of memories and unfulfilled aspirations that continue to haunt the region. The study is based on extensive research in new sources in seven languages"--cProvided by publisher. 0aWorld War, 1939-1945xCampaignszBalkan Peninsula. 0aBalkan PeninsulaxHistoryy1918-1945. a92bPUL01703nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124035002200142042000800164043001200172050002700184100004200211245007600253264007700329300004700406336002100453336002800474337002500502338002300527490006300550504005500613650005900668650007800727650006000805650007900865650004600944650004800990880004001038880006901078880006701147880005501214994001201269on1390704521OCoLC20230718213016.0230519s2022 ko ab b 000 0 kor  a 2023424931 aDLCbengerdacDLC c$1 a9791190608343 a(OCoLC)1390704521 apcc aa-ko---00aNA7453.6.C47bK56 20221 6880-01aKim, Chi-min,d1954-eauthor.106880-02aHan'guk namsŏhae tosŏ min'ga yŏn'gu /cKim Chi-min chŏ. 16880-03aKwangju Kwangyŏksi :bHan'gukhak Honam Chinhŭngwŏn,c2022. a551 pages :billustrations, maps ;c26 cm. atext2rdacontent astill image2rdacontent aunmediated2rdamedia avolume2rdacarrier0 6880-04aHonam Han'gukhak chŏsul chiwŏn ch'ongsŏ ;v6 aIncludes bibliographical references (pages 84-85). 0aArchitecture, DomesticzKorea (South)zChŏlla-namdo. 0aArchitecture, DomesticzKorea (South)zChŏlla-namdovDesigns and plans. 0aVernacular architecturezKorea (South)zChŏlla-namdo. 0aVernacular architecturezKorea (South)zChŏlla-namdovDesigns and plans. 0aDwellingszKorea (South)zChŏlla-namdo. 0aIsland lifezKorea (South)zChŏlla-namdo.1 6100-01a김 지민,d1954-eauthor.106245-02a한국 남서해 도서 민가 연구 /c김 지민 저. 16264-03a광주 광역시 :b한국학 호남 진흥원,c2022.0 6490-04a호남 한국학 저술 지원 총서 ;v6 a92bPUL02598nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002800163035002200191042000800213043003000221050002400251100003600275245008000311246003700391250002200428264003800450300008600488336002600574337002800600338002700628500009900655504006700754520098700821600005201808600005301860650005201913650005101965651005702016651004302073651004802116994001202164on1390704522OCoLC20230718213016.0200605s2021 nyuab b 001 0deng  a 2020940070 aDLCbengerdacDLC a9781610399647q(hardcover) a1610399641 z9781610399661q(e-book) a(OCoLC)1390704522 apcc ae-gx---ae-ur---aee-----00aDD247.H5bR385 20211 aRees, Laurence,d1957-eauthor.10aHitler and Stalin :bthe tyrants and the Second World War /cLaurence Rees.30aTyrants and the Second World War aFirst US edition. 1aNew York :bPublicAffairs,c2021. axxxviii, 488 pages, 24 unnumbered pages of plates :billustrations, maps ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Originally published in 2020 by Viking, part of the Penguin Random House group of companies." aIncludes bibliographical references (pages 405-464) and index. a"Two 20th century tyrants stand apart from all the rest in terms of their ruthlessness and the degree to which they changed the world around them. Briefly allies during World War II, Adolph Hitler and Josef Stalin then tried to exterminate each other in sweeping campaigns unlike anything the modern world had ever seen, affecting soldiers and civilians alike. Millions of miles of Eastern Europe were ruined in their fight to the death, millions of lives sacrificed. Laurence Rees has met more people who had direct experience of working for Hitler and Stalin than any other historian. Using their evidence he has pieced together a compelling comparative portrait of evil, in which idealism is polluted by bloody pragmatism, and human suffering is used casually as a political tool. It's a jaw-dropping description of two regimes stripped of moral anchors and doomed to destroy each other, and those caught up in the vicious magnetism of their leadership"--cProvided by publisher.10aHitler, Adolf,d1889-1945xMilitary leadership.10aStalin, Joseph,d1878-1953xMilitary leadership. 0aWorld War, 1939-1945xCampaignszEastern Front. 0aWorld War, 1939-1945xCampaignszSoviet Union. 0aSoviet UnionxHistoryyGerman occupation, 1941-1944. 0aGermanyxForeign relationsy1933-1945. 0aSoviet UnionxForeign relationsy1917-1945. a92bPUL00922nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245012300259246001600382264004000398300003300438336002600471337002800497338002700525490001900552500002100571546001600592994001200608on1390704630OCoLC20230718213016.0230717s2023 ii 000 0 beno  a 2023341573 aDLCbengerdacDLC a9789392722172 a9392722176 aI-B-2023-341573; 09 a(OCoLC)1390704630 bLibrary of Congress -- New Delhi Overseas Office alcode00aSūryatāmasī /cKauśika Majumadāra ; alaṃkaraṇa, Gautama Karmakāra = Surjotamosi / by Kaushik Majumdar.31aSurjotamosi 1aKalakātā :bBuka Pharma,c2022. a230 pages, 1 unnumbered page atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMyasana sirija aDetective novel. aIn Bengali. a92bPUL00786nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050002700147082002800174100004200202245003900244250002100283264003900304300002400343336002600367337002800393338002700421490002900448655001900477994001200496on1390704631OCoLC20230718213016.0230106s2023 inu 000 1 eng  a 2023930358 aDLCbengerdacDLC a(OCoLC)1390704631 apcc00aPS3602.L3344bD43 202300a813/.6223/eng/202307171 aBlair, Elizabethc(Novelist)eauthor.10aDeadly garland /cElizabeth Blair. aSpecial edition. 1aBerne, Indiana :bAnnie's,c[2023] a226 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCreative woman mysteries 7aNovels.2lcgft a92bPUL01928nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002100192245011300213264009600326300004700422336002600469337002800495338002700523546005400550500013400604500047000738504004101208650003401249650003001283650003401313711007901347711007701426740003901503994001201542on1390704653OCoLC20230718213016.0210614s2017 rb ag 000 0 mul  a 2021368665 aDLCbengerdacDLC a9788688619899 a8688619891 a(OCoLC)1390704653 apcc ae-rb---00aML36b.M876 201700aMusical semiotics and music theory /ceditors, Ana Stefanović, Anica Sabo, Ivana Vuksanović, Atila Sabo. 1aBelgrade, Serbia :bDepartment of Music Theory, Faculty of Music, University of Arts,c2017 a284 pages :billustrations, music ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aArticles include in English, French, and Serbian. aIncludes reprint articles from the First International Congress on Semiotics of Music presented in October 17-21, 1973, Belgrade. a"This book is a collection of the papers presented at the 10th conference Music Theory and Analysis, organized by the Department of Music Theory of the Faculty of Music, University of Arts in Belgrade, and held in Belgrade from 8 to 10 November 2013. The conference was entitled Musical Semiotics, 40 years after ... referring to a jubilee--the 40th anniversary of the First International Congress on Semiotics of Music, held in October 1973 in Belgrade"--Foreword. aIncludes bibliographical references. 0aMusicxSemioticsvCongresses. 0aMusic theoryvCongresses. 0aMusical analysisvCongresses.2 aMusic Theory and Analysis (Conference)n(10th :d2013 :cBelgrade, Serbia)2 aInternational Congress on Semiotics of Musicd(1973 :cBelgrade, Serbia)0 aMusical Semiotics, 40 years after. a92bPUL01003nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192100003500202245010200237246006300339250002400402264004400426300002300470336002600493337002800519338002700547546001500574520012400589994001200713on1390704654OCoLC20230718213016.0220922s2019 pk 000 0 snd  a 2022310093 aDLCbengerdacDLC a(OCoLC)1390704654 bLibrary of Congress -- Islamabad Overseas Office alcode1 aCānḍiyo, Sarmadu,eauthor.10aCand vadyā jā aṣūl ain sakiyā =bChand wadya ja aasol en sakhya /cSarmadu Cānḍiyo.1 iTitle on title page verso:aChand wadya ja aasol en sakhya aChāpo phariyūn. 1aQanbar :bKanval Pablīkeshani,c2019. a112 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn Sindhi. aResearch study of the poetic works Shah ʻAbd al-Laṭīf, ca. 1689-ca. 1752, and other sufi saint of Sindh, Pakistan. a92bPUL02049nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193020003100230035002200261042000800283050001100291082003200302100005600334245002700390263000900417264005000426300002300476336002600499337002600525338003600551490002800587500002000615520054100635521004301176588010301219650003301322650003701355650003801392650004101430776012001471994001201591on1390704655OCoLC20230718213016.0m o d cr |||||||||||230710s2024 nyu jo 001 0 eng  a 2023031952 aDLCbengerdacDLC a9781538292389q(ebook) a1538292386 z9781538292372q(library binding) z9781538292365q(paperback) a(OCoLC)1390704655 apcc00aHG466100a332.63/228223/eng/202307101 aBanks, Rosiec(Children's fiction writer),eauthor.10aStocks /cRosie Banks. a2401 1aBuffalo :bGareth Stevens Publishing,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aA look at money matters aIncludes index. a"Stocks, shares, bull and bear markets . . . these are terms often spoken of in the news. Though simple words, they can seem quite complex to someone outside the financial world. This valuable volume-a great addition to any social studies collection-makes outsiders into insiders, explaining stocks and even the stock market in an accessible way. Readers will learn why companies sell shares, how investors can make or lose money, about historical stock market crashes, and how these money matters affect them"--cProvided by publisher. aGrades 2-3bGareth Stevens Publishing. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aStocksvJuvenile literature. 0aSecuritiesvJuvenile literature. 0aInvestmentsvJuvenile literature. 0aCapital marketvJuvenile literature.08iPrint version:aBanks, RosietStocksdBuffalo : Gareth Stevens Publishing, [2024]z9781538292372w(DLC) 2023031951 a92bPUL02617nam a22003975i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000900117020001800126020001500144035002200159042001000181043001200191100004500203245013400248250003300382264025900415300002300674336002600697337002800723338002700751500001700778504005700795520005900852546001300911710020900924880005701133880018801190880005501378880042401433880035001857994001202207on1390704656OCoLC20230718213016.0230519s2022 th f000 0 thao  a 2023350361 aDLCbengerdacDLC cThai a9786164076952 a6164076951 a(OCoLC)1390704656 alcode aa-th---0 6880-01aPhanom Khlīchāyā,eauthor.106880-02aYang ʻōn (young-old) Thai nai withī dičhithan /cRō̜ng Sāttrāčhān Dō̜rō̜. Phanom Khlīchāyā. 6880-03aPhim khrang thī 1. 16880-04a[Bangkok, Thailand] :bNūai Patibatkān Wičhai læ Phatthanā Sapphayākō̜n Manut dān Khwāmrō̜prū Thāng Dičhithan læ Kānrūthaothan Sư̄(DIRU), Khana Nithētsāt, Čhulālongkō̜nmahāwitthayālai,c2565 [2022] a221 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references (pages 204-216). aStudy on aging society in the digital era of Thailand. aIn Thai.2 6880-05aČhulālongkō̜nmahāwitthayālai.bNūai Patibatkān Wičhai læ Phatthanā Sapphayākō̜n Manut dān Khwāmrō̜prū Thāng Dičhithan læ Kānrūthaothan Sư̄,epublisher.0 6100-01aพนม คลี่ฉายา,eauthor.106245-02aยังโอลด์ (Young-old) ไทยในวิถีดิจิทัล /cรองศาสตราจารย์ ดร. พนม คลี่ฉายา. 6250-03aพิมพ์ครั้งที่ 1. 16264-04a[Bangkok, Thailand] :bหน่วยปฏิบัติการวิจัยและพัฒนาทรัพยากรมนุษย์ด้านความรอบรู้ทางดิจิทัลและการรู้เท่าทันสื่อ (DIRU), คณะนิเทศศาสตร์, จุฬาลงกรณ์มหาวิทยาลัย,c2565 [2022]2 6710-05aจุฬาลงกรณ์มหาวิทยาลัย.bหน่วยปฏิบัติการวิจัยและพัฒนาทรัพยากรมนุษย์ด้านความรอบรู้ทางดิจิทัลและการรู้เท่าทันสื่อ,epublisher. a92bPUL01231nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043002100187050002600208100003600234245009400270246002400364264004400388300004600432336002600478337002800504338002700532500010800559611006000667650004100727650003900768650003000807650003200837994001200869on1390704657OCoLC20230718213016.0190823s2017 bl a 000 0 por  a 2019312993 aDLCbengerdacDLC a9788572345408 a857234540X a(OCoLC)1390704657 alcodeapcc as-bl---ae-po---00aGV722 2016b.D56 20171 aDiniz, Luciana,d1970-eauthor.10aFit4Gold :bum diário olímpico : vivendo em cores do preto e branco /cLuciana Diniz.30aDiário olímpico 1aSão Paulo, SP, Brasil :bDBA,c[2017] a269 pages :bcolor illustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Do preto e branco às cores, a jornada de Luciana Diniz com sua égua Fit for Fun nos Jogos do Rio".20aOlympic Gamesn(31st :d2016 :cRio de Janeiro, Brazil) 0aOlympicsxParticipation, Portuguese. 0aHorsemen and horsewomenzPortugal. 0aHorse trainerszPortugal. 0aOlympic athleteszPortugal. a92bPUL01801nam a2200385 a 4500001001300000003000600013005001700019008004100036010001700077040002500094035002200119042000800141043002100149050002100170050002300191100003800214245019400252246009300446246003300539260009000572300002800662500002900690500002400719510011200743500002000855500005000875501018300925650005401108650006101162650005901223700006001282710003901342752002201381994001201403on1390704706OCoLC20230718213016.0230717s1563 gw 001 0 lat  a 2022658062 aDLCbengedcrmbcDLC a(OCoLC)1390704706 apcc ae------ae-gx---00aKK722b.T47 157010aKJA2700b.G64 15631 aGoeden, Henning,d-1521,eauthor.10aDn. Henningi Goeden Hauelbergensis iureconsulti clarissimi, Iudiciarij ordinis processus :bitem, domini Odofredi Summa de libellis formandis : cum indice rerum ac verborum notatu dignorum.3 aDn. Henningi Goeden Havelbergensis ivreconsulti clarissimi, Iudiciarii ordinis processus30aIudiciarij ordinis processus aColoniae Agrippinae :bApud haeredes Arnoldi Birckmanni,canno salutis MDLXIII [1563] a[352] p. ;c17 cm (8vo) aPrinter's device on t.p. aSignatures: A-Y⁸.4 aVerzeichnis der im deutschen Sprachbereich erschienenen Drucke des 16. Jahrhunderts (VD 16),cG 2479, O 278 aIncludes index. aLC copy: scattered ms. notes throughout.5DLC aWith: Termineus, Petrus. Processus iuris scripti et consuetudinis frequentioris per Germaniam hoc tempore vsitatus. Coloniae : [Walter Fabritius], [1570]. Issued separately.5DLC 0aCivil procedure (Roman law)vEarly works to 1800. 0aCivil procedurezHoly Roman EmpirevEarly works to 1800. 0aCivil procedurezGermanyzSaxonyvEarly works to 1800.12aDenari, Odofredo,d-1265.tSumma de libellis formandis.2 aArnold Birckmanns Erben,eprinter. aGermanydCologne. a92bPUL01640nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124041001300146042001500159043001200174050002300186100006800209245015900277250003700436264007400473300002300547336002600570337002800596338002700624504005700651546002500708610004200733650002600775650004700801651004700848880005700895880016200952880003901114880007701153994001201230on1390704802OCoLC20230718213016.0220202s2022 jo b 000 0 ara  a 2022355123 aDLCbengerdacDLC c(3 a(OCoLC)13907048020 aarabeng apccalcode ad------00aHD85.A7bB378 20221 6880-01aBaṭṭāwī, Ḥusayn ʻAlī Ibrāhīm,eauthor.136880-02aal-Umam al-Muttaḥidah wa-qaḍāyā al-tanmiyah fī al-ʻĀlam al-Thālith /ctaʼlīf D. Ḥusayn ʻAlī Ibrāhīm al-Baṭṭāwī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Āminah lil-Nashr wa-al-Tawzīʻ,c2022. a369 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 331-352). aAbstract in English.20aUnited NationszDeveloping countries. 0aEconomic development. 0aEconomic assistancezDeveloping countries. 0aDeveloping countriesxEconomic conditions.1 6100-01aبطاوي، حسين علي إبراهيم.126245-02aالأمم المتحدة وقضايا التنمية في العالم الثالث /cتأليف د. حسين علي إبراهيم البطاوي. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار آمنة للنشر والتوزيع،c2022. a92bPUL03095nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082002900295100005100324245012200375263000900497264003800506300002200544336002600566337002600592338003600618504005100654520145200705588010302157650003502260650004302295650003502338650005102373650001802424700003802442776015702480994001202637on1390704803OCoLC20230718213016.0m o d cr |||||||||||230707s2024 nyu ob 001 0 eng  a 2023022705 aDLCbengerdacDLC a9781003444954q(ebook) a1003444954 z9781642673920q(hardback) z9781642673937q(paperback) a(OCoLC)1390704803 apcc00aLB233100a378.1/7223/eng/202307141 aAdare-Tasiwoopa ápi, Sierra,d1956-eauthor.10aGamification in higher education :ba how-to instructional guide /cSierra Adare-Tasiwoopa ápi and Nathan K. Silva. a2310 1aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Gamification in Higher Education is a user-friendly text for anyone curious about gamification and how it increases student engagement. This book presents actual examples from gamified college courses, furnishing strategies and detailed plans for integrating gamification, regardless of the subject area, discipline, or modality. Moreover, the step-by-step how-to aspects of gamification that do not require expensive, proprietary gaming software sets this book apart from others in the field. Gamification in Higher Education explores ways to incorporate real-world simulations and promote critical thinking skill, while focusing on storytelling through which to draw in students and help them get into the game, both literally and figuratively. Additionally, the book examines gamification research and how it can be used to support reluctant learners who normally struggle with complex course content. The authors share their experiences with what has worked and, more importantly, what has not worked in adding gamification to their courses. This key resource offers educators a practical guide that will take instructors step-by-step through the design, development, and implementation of game elements, games, and fully gamified courses without using costly specialized software. It's conversational tone endeavors to put educators, whether novice, mid-career, or veteran, at ease with the process of gamification"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCollege teachingxMethodology. 0aEducation, HigherxSimulation methods. 0aSimulation games in education. 0aCritical thinkingxStudy and teaching (Higher) 0aGamification.1 aSilva, Nathan K.,d1981-eauthor.08iPrint version:aAdare-Tasiwoopa ápi, Sierra, 1956-tGamification in higher educationdNew York, NY : Routledge, 2024z9781642673920w(DLC) 2023022704 a92bPUL04330nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043001200265050002300277082003100300245011300331263000900444264005500453300001400508336002600522337002800548338002700576490003800603504005100641505174800692520138402440650003503824650002903859700003203888994001203920on1390704828OCoLC20230718213016.0230313s2024 enk b 001 0 eng  a 2023011840 aDLCbengerdacDLC a9781032410098q(hardback) a1032410094 a9781032410104q(paperback) a1032410108 z9781003355793q(ebook) a(OCoLC)1390704828 apcc ae------00aKJC5456b.C66 202400a347.4/035223/eng/2023071700aConstitutionality of law without a constitutional court :ba view from Europe /cedited by Mirosław Granat. a2309 1aAbingdon, Oxon ; New York, NY :bRoutledge,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aComparative constitutional change aIncludes bibliographical references and index.0 aMirosław Granat, Turbulent times in the constitutionalism of Central and Eastern European countries -- Rainer Arnold, Constitutional jurisdiction and primacy of the Constitution -- Mirosław Granat, Constitutionality of law without a constitutional court in the Polish setting -- Piotr Chybalski, The problem of the so-called dispersed judicial review of parliamentary acts in Poland -- traditions and current perspectives -- Aleksandra Syryt, Admissibility of judicial review in states with a centralised model of constitutional review -- in search of effective means of constitutional protection -- Ewelina Gierach, Parliamentary constitutional review in times of the constitutional crisis in Poland -- Zoltán Szente, From guarding the constitution to serving politics -- the decline of the Hungarian Constitutional Court -- Peter Kruzslicz, For now, we see in a mirror dimly -- a current perception of Hungarian constitutional justice from an international and comparative national perspective -- Elena-Simina Tanasescu, A missed dialogue : the European Court of Justice and the Romanian Constitutional Court -- Selin Esen, The Turkish Constitutional Court and emergency regimes in the age of democratic backsliding -- Leszek Garlicki, Marta Derlatka, Constitutional review in the abusive constitutionalism (continuation, corruption, or disappearance?) -- Leonard F.M. Besselink, The curious case of the Netherlands -- reflections on the question whether the dismantling of democracy and the rule of law can be stopped by courts of law -- Tuomas Ojanen, The Finnish Constitutional Exceptionalism : the pluralist system of constitutional review combining ex ante and ex post functions of review -- Mirosław Granat, Conclusion. What next? a"This book analyses the problem of the possibility of guaranteeing the constitutionality of law in cases when a constitutional court either has been weakened or does not exist. A starting point of the research is the emergence of the so-called illiberal constitutionalism in several states, namely Poland, Hungary and Turkey, as this phenomenon gravely affects the functioning of constitutional courts. The work is divided into three parts. The first contains contributions of a theoretical nature dedicated to the current shape of constitutional review, in particular in the light of the emergence of "illiberal constitutionalism". This part of the book also deals with the collapse of the centralised constitutional review in Poland and the attempts to resolve the constitutional crisis. The second is focused on discussing specific, current problems with constitutional review, on the basis of states such as Hungary, Romania, Turkey and Poland. The third relates to other forms of constitutional review, that is, the so-called dispersed model and the parliamentary one executed in the course of the legislative process. The contributions discuss such forms of constitutional review in the Netherlands and Finland. The book will be a valuable resource for students, academics and policy-makers working in the areas of constitutional law and politics"--cProvided by publisher. 0aConstitutional courtszEurope. 0aJudicial reviewzEurope.1 aGranat, Mirosław,eeditor. a92bPUL05892nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001400296082003500310245012600345263000900471264005500480300002200535336002600557337002600583338003600609504005100645505259100696520160003287588010304887650002304990650001705013650003705030650005405067650003605121650002605157700003405183700002705217776015405244994001205398on1390704829OCoLC20230718213016.0m o d cr |||||||||||230712s2023 nyu ob 001 0 eng  a 2023023890 aDLCbengerdacDLC a9781003433088q(ebook) a1003433081 z9781032516462q(hardback) z9781032559612q(paperback) a(OCoLC)1390704829 apcc aa-ii---00aHD9556.I400a338.2/3240954223/eng/2023071704aThe role of coal in a sustainable energy mix for India :ba wide-angle view /cedited by Mritiunjoy Mohanty, Runa Sarkar. a2308 1aAbingdon, Oxon ; New York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction: Towards a sustainable energy mix in India / Mritiunjoy Mohanty and Runa Sarkar -- India's coal and coal-fired electricity needs by 2030 : clearing vision beyond black coal and hazy skies / Aditya Lolla, Nandikesh Sivalingam, Priyanshu Gupta and Sunil Dahiya -- India's energy trilemma and coal-based power generation / Sambit Basu and Saumya Prakash Nayak -- Energy transition and centre-state priorities : alignments and misalignments of policies and decisions / Tirthankar Mandal -- Macroeconomic impacts of coal transition / Saon Ray, Piyali Majumder and Vasundhara Thakur -- The social costs of India's energy transition : socioeconomic dependencies and lessons from international experiences / Vigya Sharma and Julia Loginova -- Deep electrification in India : a review of strategies, policies and sectoral developments / Sarthak Shukla, Shubham Thakare and Raghav Pachouri -- Governance principles for a just energy transition / Simran Grover, Naini Swami and V. Suresh -- Policy framework for energy transition in India / Sarthak Shukla and Raghav Pachouri -- Industrial policy 2.0 : policy space and decarbonisation / Mritiunjoy Mohanty, Saon Ray and Naini Swani -- International experiences on just energy transition planning and lessons for India / Madhura Joshi and Swati D'Souza -- Grounded perspectives on energy transition : the view of Panchayat members on energy transition and impact of climate change / Jahnavi G. Pai, Munna Jha and Vinuta Gopal -- Retrofit decarbonisation and reutilization of thermal power plants / Sucharita Bhattacharjee and Trinayani Sen -- Future-proofing India's coal PSUs : an analysis of CIL and NTPC / Saarthak Khurana, Arnab Sarkar and Balasubramanian Viswanathan -- An evaluation of energy and environmental efficiency of the Indian thermal power plants : a state level analysis / Sabuj Kumar Mandal -- Energy storage and its potential role in electricity transition / Shubham Thakare and Rishikesh Srihari -- International experiences : the case of Iberdrola, Enel and Nextera Energy / Shubh Majumdarr and Abhinav Jindal -- Financing India's 2030 NDC targets and beyond / Vaibhav Pratap Singh and Neha Kumar -- Transition finance / Dhruba Purkayastha, Neha Khanna and Aanandita Sikka -- Role of domestic institutional capital in funding India's energy transition / Shantanu Srivastava -- Operationalising just transition in India : financing challenge and options / Neha Kumar and Suranjali Tandon -- International climate financing and just energy transition : exploring the synergies / Pradip Swarnakar and Rajshri Shukla. a"As India switches away from coal to a more sustainable energy use pattern, which pathway will it adopt? What is the nature of challenges that it will face and who will be affected? Who will gain? This volume offers insights into the steps and challenges involved in this transition and addresses some urgent questions about the possible pathways for India's renewable energy generation. Including contributions from researchers, policy makers and practitioners, it draws on different disciplines, ranging from science and technology to economics and sociology, and situates the issue of low carbon transition within an interdisciplinary framework. India has committed to a gradual decarbonisation of its economy. This book takes this as its starting point and uses a wide angle lens, incorporating a macro as well as micro views, to understand the possible next steps as well as trade-offs that will inevitably be posed. It incorporates perspectives of all stakeholders ranging from central and state governments, public and private sector firms on the one hand to individuals and local communities on the other to explore their role in the transition, their interests and how these will change and evolve. This timely volume will be of interest to students and researchers of environmental studies, development studies, environmental economics, political studies and Asian studies. It will also be useful to academics, practitioners and policymakers working on issues related to climate change, sustainable development, energy policy and economics, and public policy"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCoal tradezIndia. 0aCoalzIndia. 0aRenewable energy sourceszIndia. 0aEnergy developmentxEnvironmental aspectszIndia. 0aSustainable developmentzIndia. 0aEnergy policyzIndia.1 aMohanty, Mritiunjoy,eeditor.1 aSarkar, Runa,eeditor.08iPrint version:tRole of coal in a sustainable energy mix for IndiadAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032516462w(DLC) 2023023889 a92bPUL01694nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008900324263000900413264004300422300002300465336002600488337002600514338003600540490002000576490002700596500002000623520012900643521002800772588010300800650002300903650002400926650003400950655002700984655002601011700003501037776014001072994001201212on1390704879OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mnu bo 001 1 eng  a 2023029080 aDLCbengerdacDLC a9798889969655q(ebook) z9798889969631q(hardcover) z9798889969648q(paperback) a(OCoLC)1390704879 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aJimmy the blue jay feels jealous /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aJimmy becomes jealous when he realizes he is the only blue jay in the forest without a place to store his acorns for winter. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aJealousyvFiction. 1aBlue jaysvFiction. 1aCrow family (Birds)vFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tJimmy the blue jay feels jealousdMinneapolis, MN : Jump!, Inc., 2024z9798889969631w(DLC) 2023029079 a92bPUL01414nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002700205100003100232245009700263264006200360300005600422336002600478337002800504338002700532490003100559520034800590650002800938651002900966700003500995700003401030994001201064on1390704883OCoLC20230718213016.0230118s2022 nz a a 001 j smo  a 2021389174 aDLCbengerdacDLC a9789821013246q(softcover) a9821013244 a(OCoLC)1390704883 apcc apows---00aPR9665.9.Y68bH35 20221 aYoung, Lani Wendteauthor.10aHalu Bongo! /cstory by Lani Young ; Gagana Samoa by Sisilia Eteuati ; art by Nikki Mariner. 1aSydney, New South Wales Australia :bNafanua Press,c2022 a[40 pages] ;bchiefly color illustrations ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aE.M Tippetts Book Designs. aBella and her dog Bongo are best friends. But Bongo loves to bark. At everyone and everything in the village. "Halu Bongo!" is heard everyday as passersby try to chase him away. With so many complaints about Bongo, it looks like Bella and her best friend might be parted. Until a robber comes to the village. Can Bongo's barking save the day?! 0aDogsvJuvenile fiction. 0aSamoavJuvenile fiction.1 aEteuati, Sisilia,etranslator.1 aMariner, Nikki,eillustrator. a92bPUL01846nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002600208020002600234035002200260042000800282050002000290082002900310245015900339263000900498264008100507300001300588336002600601337002800627338002700655504005100682520042700733650004801160655001901208700004101227776018001268994001201448on1390704952OCoLC20230718213016.0230607s2023 enk b 001 0 eng  a 2023008958 aDLCbengerdacDLC a9781800503632q(hardback) a1800503636 a9781800503649q(paperback) a1800503644 z9781800503656q(ePDF) z9781800504059q(ePub) a(OCoLC)1390704952 apcc00aP129b.E96 202300a418.007223/eng/2023071700aExtending research horizons in applied linguistics :bbetween interdisciplinarity and methodological diversity /cedited by Hadrian Aleksander Lankiewicz. a2310 1aSheffield, South Yorkshire ;aBristol, CT :bEquinox Publishing Ltd.,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"The book is targeted at professional scholars as well as language students who plan their own research in the fuzzy field of applied linguistics, while working on their degree papers, or doing an any academic work related to language study. The uniqueness of the volume consists in its methodological character which is made operational and thus the book may function as a methodological manual"--cProvided by publisher. 0aApplied linguisticsxResearchxMethodology. 7aEssays.2lcgft1 aLankiewicz, Hadrian,d1966-eeditor.08iOnline version:tExtending research horizons in applied linguisticsdSheffield, South Yorkshire ; Bristol, CT : Equinox Publishing Ltd., 2023z9781800503656w(DLC) 2023008959 a92bPUL01452nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002600185035002200211042000800233050002500241082002900266100002800295245004400323263000900367264004800376300001400424336002600438337002800464338002700492490006600519500002000585520021000605521003500815521003700850650003700887776014200924994001201066on1390704953OCoLC20230718213016.0230710s2025 mnu j 001 0 eng  a 2023031817 aDLCbengerdacDLC a9798765626269q(library binding) a9798765629291q(paperback) z9798765634561q(epub) a(OCoLC)1390704953 apcc00aQL737.C22bP455 202500a599.775223/eng/202307171 aPeters, Katie,eauthor.10aArctic fox on the move /cKatie Peters. a2408 1aMinneapolis :bLerner Publications,c[2025] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLet's look at polar animals (pull ahead readers - nonfiction) aIncludes index. a"Arctic foxes are busy little creatures. Leveled text and full-color photographs help support learning about these active animals. Pairs with the fiction title, Frosty's Snow Day"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. 0aArctic foxvJuvenile literature.08iOnline version:aPeters, Katie, 1975-tArctic fox on the movedMinneapolis : Lerner Publications , 2024z9798765634561w(DLC) 2023031818 a92bPUL00678nam a22002053u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001400134051003100148100004100179245012300220260004600343300001800389700005300407994001200460on1390704954OCoLC20230718213016.0230717s1697 ne 000 0 fre  a 2023769284 aDLCbengcDLC a(OCoLC)139070495400aU768b.R4 aU768b.R4cToinet no. 11981 aRémond des Cours, Nicolas,d-1716.14aLes véritables devoirs de l'homme d'epée particulièrement d'un gentilhomme qui veut réussir dans les armées. aAmsterdamn,bChez Adrian Braakman,c1697. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01408nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147035002200162042000800184043001200192050002400204082001400228100002800242245009200270263000900362264007200371300001300443336002600456336003300482337002800515338002700543521006100570520020100631650002700832650002600859650003300885651002400918655002600942700003000968994001200998on1390704979OCoLC20230718213016.0230616s2023 lau j 000 1 eng  a 2023023700 aDLCbengerdacDLC a9781959569046q(hardback) a195956904X a(OCoLC)1390704979 apcc an-us-la00aPZ7.1.I894bJo 202300a[Fic]2231 aIstre, Elista,eauthor.10aJosette and friends cook a gumbo /cwritten by Elista Istre ; illustrated by Joy Dabby. a2310 1aLafayette, LA :bUniversity of Louisiana at Lafayette Press,c2023. apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aGrades 7-9.bUniversity of Louisiana at Lafayette Press. a"Join Josette and her friends as they prepare a Louisiana gumbo, exploring the history and cultures behind each ingredient that blend together in the state's staple dish"--cProvided by publisher. 1aGumbo (Soup)vFiction. 1aFood habitsvFiction. 1aCultural pluralismvFiction. 1aLouisianavFiction. 7aPicture books.2lcgft1 aDabby, Joy,eillustrator. a92bPUL02882nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002600209020001800235035002200253042000800275043001200283050002500295082003100320100002500351245009400376263000900470264004800479300001300527336002600540337002800566338002700594490004500621504005100666505047400717520102101191650001902212650003702231650003302268776013502301994001202436on1390705031OCoLC20230718213016.0230717s2023 nyu b 001 0 eng  a 2023017302 aDLCbengerdacDLC a9780197623428q(paperback) a0197623425 a9780197623411q(hardcover) a0197623417 z9780197623442q(epub) z9780197623459 a(OCoLC)1390705031 apcc af-rw---00aPN5499.R84bM66 202300a079.67571223/eng/202307171 aMoon, Ruth,eauthor.10aAuthoritarian journalism :bcontrolling the news in post-conflict Rwanda /cby Ruth Moon. a2310 1aNew York :bOxford University Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJournalism and pol commun unbound series aIncludes bibliographical references and index.0 aOn the margins: understanding peripheral journalism -- Strong state, weak field: the forces shaping journalism in Rwanda -- Founding myths: stories as building blocks of journalism practice -- Underbaked or unrealized: "underdevelopment" as a journalistic keyword -- Money matters: the news values of business pressure -- Bridging worlds: working global while living local -- Conclusion: What is weak journalism good for? The power and potential of peripheral practice. a"What happens to journalism when its credibility has been decimated and journalists no longer believe in themselves? Can the journalism field reinvigorate itself from within or with assistance from global journalism culture? This book examines journalism practice in Rwanda to draw conclusions applicable to journalism fields everywhere. Drawing on seven months of fieldwork, Ruth Moon argues that this field of journalism is weak in part because of powerful but murky political boundaries but also because journalists themselves do not trust their profession. Compounding these forces are a powerful field orientation that emphasizes cooperation and positive development as news values and economic pressures that reward these values and render precarious any other behavior. Moreover, while global professional influences might provide an animating force, they in fact serve to reinforce the limitations of the local field - highlighting the limitations of globalization to effect change"--cProvided by publisher. 0aPresszRwanda. 0aJournalismxObjectivityzRwanda. 0aJournalistic ethicszRwanda.08iOnline version:aMoon, Ruth.tAuthoritarian journalismdNew York : Oxford University Press, 2023z9780197623442w(DLC) 2023017303 a92bPUL02788nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003000163020001500193020002700208035002200235042000800257043002100265050002500286082003000311100003600341245015600377263000900533264003800542300001300580336002600593337002800619338002700647504005100674520122100725610005701946650004902003650004002052650003802092650003102130700003702161776014402198994001202342on1390705032OCoLC20230718213016.0230717s2023 nyu b 001 0 eng  a 2023020802 aDLCbengerdacDLC a9781642671575q(paperback) a1642671576 a9781642671568q(hardback) a1642671568 z9781003439837q(ebook) a(OCoLC)1390705032 apcc an-us---an-us-md00aLB2361.5b.H367 202300a375/.001223/eng/202307171 aHarrison, Jennifer M.,eauthor.12aA guide to curriculum mapping :bcreating a collaborative, transformative, and learner-centered curriculum /cJennifer M. Harrison and Vickie Williams. a2311 1aNew York, NY :bRoutledge,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"A Guide to Curriculum Mapping synthesizes teaching, learning, and assessment research with an innovative, inclusive, and comprehensive approach to effective curriculum design that centers student learning and evidence-informed continuous improvement. It offers adaptable tools, resources, and templates that readers can customize to their own institutions and programs. The authors offer ways to document, synthesize, integrate, and visually represent how learning opportunities work together-whether within courses, across degree programs, or throughout an entire college or university. The authors have presented their integrated mapping approach to acclaim at conferences for close to a decade and have tested their use in programs large and small across the US, beyond systematically applying them at their home institution, the University of Maryland, Baltimore County (UMBC). This volume enables educators-whether faculty, chairs, deans, administrators, educational developers, staff, or assessment leaders, concerned with student learning and success-to think through the clarity, organization, and alignment of their programs for improving learning using learner-centered research"--cProvided by publisher.20aUniversity of Maryland, Baltimore CountyxCurricula. 0aEducation, HigherxCurriculazUnited States. 0aCurriculum planningzUnited States. 0aCurriculum changezUnited States. 0aStudent-centered learning.1 aWilliams, Vickie Hiatt,eauthor.08iOnline version:aHarrison, Jennifer M. 1949-tGuide to curriculum mappingdNew York, NY : Routledge, 2023z9781003439837w(DLC) 2023020803 a92bPUL03048nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149020003100164020001500195020002500210020002600235020001800261035002200279042000800301043002100309050002400330082003200354100003300386245011000419263000900529264004500538300001300583336002600596337002800622338002700650520128800677504004101965505035502006651004602361651004602407776016102453994001202614on1390705033OCoLC20230718213016.0230624s2024 enk b 000 0 eng  a 2023024103 aLBSORbengerdacDLC a9780755650750q(hardback) a0755650751 a9780755650767q(paperback) a075565076X z9780755650774q(pdf) z9780755650781q(epub) z9780755650798 a(OCoLC)1390705033 apcc an-us---aa-tu---00aE183.8.T8bK36 202400a327.561073223/eng/202307171 aKanat, Kilic Bugra,eauthor.10aMapping the fault lines in Turkey-US relations :bmaking the vulnerable partnership /cKilic Bugra Kanat. a2401 1aLondon ;aNew York :bI.B Tauris,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"For the last seventy years, experts have tried to define the nature of Turkey's partnership with the US. While Turkish-US relations have always been susceptible to different crises, they enjoyed a brief "golden era" in the 1950s. This book argues that a false nostalgia about that period - when the strategic interests of two countries fully converged - has distorted analyses by scholars and policymakers ever since. To provide a more accurate assessment, this book look at the patterns of crises between the two countries throughout history and how these relate to the current points of tension in Turkish-American relations today. It coins a new conceptual framework to understand the Turkey-US partnership: the "vulnerable partnership". The book outlines the key causes of this vulnerability, showing that for the last 70 years, there have been recurring frictions and faultlines that have been repeated across different political periods. These especially involve the US congress, public opinion, Russia, and crises in the Middle East. Based on journalistic, archival and scholarly sources, the topic of the book is at the intersection foreign policy studies, Middle East politics, the history of Turkish-American relations, and foreign policy making"--cProvided by publisher. aIncludes bibliographical references.0 aIntroduction : mapping the fault lines in Turkish-American relations -- The role of public opinion -- US congressional attitudes : a long running challenge for Turkey -- Turkey-US-Russia triangle : common enemy, realignments, unipolarity -- Syria as a faultline in Turkish-American relations -- Fault lines in the Middle East : Iraq, Iran and Israel. 0aUnited StatesxForeign relationszTurkey. 0aTurkeyxForeign relationszUnited States.08iOnline version:aKanat, Kilic Bugra.tMapping the fault lines in Turkey-US relationsdLondon ; New York : I.B Tauris, 2024z9780755650774w(DLC) 2023024104 a92bPUL01061nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002500199100003200224245018900256264006800445300002500513336002600538337002800564338002700592504005500619650004200674651003100716994001200747on1390705073OCoLC20230718213016.0220215s2021 ke b 000 0 eng  a 2021334672 aDLCbengerdacDLC a9789966188175 a9966188177 a(OCoLC)1390705073 alcodeapcc af-ke---00aJC599.K42bM335 20211 aKithuka, Peterson,eauthor.12aA report of human rights abuses committed during the colonial period :ba case of the members of the Muindi Mbingu family and the people of the now Machakos County /cPeterson Kithuka. 1aNairobi, Kenya :bKenya Human Righs Commission,cNovember 2021. av, 43 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 41-43). 0aHuman rightszKenyazMachakos County. 0aKenyaxHistoryy1895-1963. a92bPUL00871nam a2200289 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002100199245008800220264005200308300002300360336002600383337002800409338002700437504004100464650002200505700004200527994001200569on1390705081OCoLC20230718213016.0220610s2022 ke b 000 0 eng  a 2022322410 aDLCbengerdacDLC a9789914996241 a9914996248 a(OCoLC)1390705081 alcodeapcc af------00aHQ691b.O37 202200aFamily life in contemporary Africa /ceditor: Sr. Elizabeth Ngozi Okpalaenwe (PhD). 1aLimuru, Kenya :bFranciscan Kolbe Press,c2022. a173 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aFamilieszAfrica.1 aOkpalaenwe, Elizabeth Ngozi,eeditor. a92bPUL01090nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002200193100003500215245011400250246006800364264003900432300005600471336002600527337002800553338002700581504005700608650002800665650003100693650004000724994001200764on1390705082OCoLC20230718213016.0210413s2021 pl a b 000 0 pol  a 2022380758 aDLCbengerdacDLC a9788382237436q(paperback) a8382237436 a(OCoLC)1390705082 apcc00aHM621b.G786 20211 aGrzybczyk, Katarzyna,eauthor.10aSkradziona kultura :bjak Zachód wykorzystuje cudzą własność intelektualną /cKatarzyna Grzybczyk.30aJak Zachód wykorzystuje cudzą własność intelektualną 1aWarszawa :bWolters Kluwer,c2021. a301 pages :billustrations (chiefly color) ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 271-301). 0aCultural appropriation. 0aCulture and globalization. 0aIntellectual property infringement. a92bPUL01917nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192020002700223020001500250020003100265035002200296042000800318050001500326082002900341100002900370245008100399263000900480264005400489300002200543336002600565337002600591338003600617504005100653505024800704520014700952588010301099600004701202650003501249650002601284776014901310994001201459on1390705092OCoLC20230718213016.0m o d cr |||||||||||230629s2023 enk ob 001 0 eng  a 2023026329 aDLCbengerdacDLC a9781350355149q(epub) a1350355143 z9781350355125q(hardcover) a9781350355132q(ebook) a1350355135 z9781350355118q(paperback) a(OCoLC)1390705092 apcc00aLB775.L42300a378.001223/eng/202307151 aGoetz, Stewart,eauthor.10aC.S. Lewis on higher education :bthe pedagogy of pleasure /cStewart Goetz. a2310 1aLondon ;aNew York :bBloomsbury Academic,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction : why higher education? -- The intrinsic goodness of pleasure -- The pleasure of higher education -- Higher education and being a Christian -- Higher education and naturalism -- Lewis and higher education today -- What do I think? a"Explores C. S. Lewis's views of the purpose of higher education and his distinctive answer: to experience pleasure"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aLewis, C. S.q(Clive Staples),d1898-1963. 0aEducation, HigherxPhilosophy. 0aPleasurexPhilosophy.08iPrint version:aGoetz, Stewart.tC.S. Lewis on higher educationdLondon ; New York : Bloomsbury Academic, 2023z9781350355125w(DLC) 2023026328 a92bPUL01610nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008200324263000900406264004300415300002300458336002600481337002600507338003600533490002000569490002700589500002000616520006900636521002800705588010300733650001900836650002800855650002100883655002700904655002600931700003500957776013600992994001201128on1390705093OCoLC20230718213016.0m o d cr |||||||||||230717s2024 mnu bo 001 1 eng  a 2023029050 aDLCbengerdacDLC a9798889969747q(ebook) z9798889969723q(hardcover) z9798889969730q(paperback) a(OCoLC)1390705093 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aSally the skunk feels scared /cby Megan Atwood ; illustrated Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aSally the skunk enjoys the meadow until a thunderstorm rolls in. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aFearvFiction. 1aThunderstormsvFiction. 1aSkunksvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tSally the skunk feels scareddMinneapolis, MN : Jump!, Inc., 2024z9798889969723w(DLC) 2023029049 a92bPUL02294nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043001200250050001100262082003600273100003500309245009600344263000900440264003900449300002200488336002600510337002600536338003600562504005100598505038400649520033001033588010301363650004201466650004901508650004501557650005201602650003101654776015101685994001201836on1390705141OCoLC20230718213016.0m o d cr |||||||||||230617s2023 mdu ob 001 0ceng  a 2023024578 aDLCbengerdacDLC a9781666940831q(ebook) a1666940836 z9781666940824q(cloth) a(OCoLC)1390705141 apcc an-us---00aPN228500a792.7/60280922223/eng/202307131 aViña, Sean Matthew,eauthor.10aHealth and inequality in standup comedy :bstories that challenge stigma /cSean M. Viña. a2309 1aLanham :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aWhy use standup to understand stigma and inequality? -- Invisible stigma from least to most taboo -- Visible stigmas that define what others see -- Testing social boundaries -- Tactics to manage stigma -- Context matters : Black and Latino lives -- Cultivated outcomes -- The structure and culture of comedy -- Lost opportunities to cope and heal -- Conclusion : lessons learned. a"Health and Inequality in Standup Comedy is a fascinating study that interviews comedians to uncover the truth about stigma resistance. With compelling evidence, the book argues that it's not comedians' ability to be funny that determines their success, but rather the level of prejudice in society"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aComedianszUnited StatesvInterviews. 0aComedianszUnited StatesxSocial conditions. 0aComediansxMental healthzUnited States. 0aStand-up comedyxSocial aspectszUnited States. 0aStigma (Social psychology)08iPrint version:aViña, Sean Matthew.tHealth and inequality in standup comedydLanham : Lexington Books, [2023]z9781666940824w(DLC) 2023024577 a92bPUL01833nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002600159035002200185042000800207043001200215050002000227082002700247100003100274245008200305246005400387263000900441264006100450300001300511336002600524337002800550338002700578500005800605504005100663520036700714600003601081651006201117651005501179650004301234776013401277994001201411on1390705142OCoLC20230718213016.0230714s2023 mdu b 001 0deng  a 2023032237 aDLCbengerdacDLC a9781538183090q(cloth) a1538183099 z9781538183106q(epub) a(OCoLC)1390705142 apcc an-us---00aE310b.A34 202300a973.4223/eng/202307171 aAllen, Thomas B.,eauthor.10a1789 :bGeorge Washington and the founders create America /cThomas B. Allen.30aGeorge Washington and the founders create America a2309 1aLanham :bRowman & Littlefield Publishing Group,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPrevious title: 1789: the year that launched America. aIncludes bibliographical references and index. a"In 1789, the federal government described in the recently ratified U.S. Constitution came into being. Drawing on hundreds of sources to paint a vivid portrait of the new nation, veteran journalist Thomas B. Allen tells the long-hidden history of how George Washington and the other Founders set this new federal government into motion"--cProvided by publisher.10aWashington, George,d1732-1799. 0aUnited StatesxHistoryyConstitutional period, 1789-1809. 0aUnited StatesxPolitics and governmenty1789-1809. 0aConstitutional historyzUnited States.08iOnline version:aAllen, Thomas B.t1789dLanham : Rowman & Littlefield Publishing Group, [2023]z9781538183106w(DLC) 2023032238 a92bPUL00911nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135020001500150035002200165037005300187042001000240043001200250100002800262245010000290250001900390264004700409300004000456336002600496337002800522338002700550500002000577994001200597on1390705218OCoLC20230718213016.0230717s2023 pk 001 0 eng  a 2023318312 aDLCbengerdacDLC a9789693535105 z9693535103 a9693535103 a(OCoLC)1390705218 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---1 aIqbal, Jawaid,eauthor.10aSlums to university :b33 innovatory teaching methodologies, mind, mirror, map /cJawaid Iqbal. aFirst edition. 1aLahore :bSang-e-Meel Publications,c2023. a324 pages :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. a92bPUL01566nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001400254082001500268100002900283245003900312263000900351264005000360300002200410336002600432337002600458338003600484520034700520588010300867650001500970650003400985650001601019776013301035994001201168on1390705242OCoLC20230718213016.0m o d cr |||||||||||230713s2023 mau o 000 0 eng  a 2023019622 aDLCbengerdacDLC a9781635866650q(ebook) a1635866650 z9781635866643q(paperback) a(OCoLC)1390705242 apcc00aBF575.G6800a179/.92231 aNelson, Kristi,eauthor.10aWake up grateful /cKristi Nelson. a2310 1aNorth Adams, MA :bStorey Publishing,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"In Wake Up Grateful, Kristi Nelson, executive director of A Network for Grateful Living, unlocks the path to recognizing abundance in every moment, no matter the moment. With questions for reflection, daily exercises, and perspective prompts, Nelson introduces readers to the benefits of a daily gratitude practice"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aGratitude. 0aGratitudexReligious aspects. 0aWell-being.08iPrint version:aNelson, Kristi.tWake up gratefuldNorth Adams, MA : Storey Publishing, [2023]z9781635866643w(DLC) 2023019621 a92bPUL02262nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020004600193020005000239035002200289042000800311043001200319050001400331082003000345100003400375245018300409263000900592264004900601300002300650336002600673337002600699338003600725490003300761504005100794520023900845588010301084650006001187650004001247650006901287650007401356650007701430700004401507700003001551700003401581776014101615994001201756on1390705243OCoLC20230718213016.0m o d cr |||||||||||230626s2023 nyu ob 001 0 eng  a 2023023012 aDLCbengerdacDLC a9780807781807q(ebook) a0807781800 z9780807768501q(paper :qacid-free paper) z9780807768518q(hardcover :qacid-free paper) a(OCoLC)1390705243 apcc an-us---00aLB2806.1500a375/.001223/eng/202307151 aDawes, Erika Thulin,eauthor.10aReading with purpose :bselecting and using children's literature for inquiry and engagement /cErika Thulin Dawes, Katie Egan Cunningham, Grace Enriquez, and Mary Ann Cappiello. a2312 1aNew York :bTeacher's College Press,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLanguage and literacy series aIncludes bibliographical references and index. a"Reading With Purpose provides teaching ideas, narratives from diverse classrooms, student work samples, reflective questions, and recommendations for recently published children's and young adult literature"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInterdisciplinary approach in educationzUnited States. 0aCurriculum planningzUnited States. 0aLanguage artsxCorrelation with content subjectszUnited States. 0aContent area readingxStudy and teaching (Elementary)zUnited States. 0aContent area readingxStudy and teaching (Middle school)zUnited States.1 aCunningham, Katie Egan,d1978-eauthor.1 aEnriquez, Grace,eauthor.1 aCappiello, Mary Ann,eauthor.08iPrint version:aDawes, Erika Thulin.tReading with purposedNew York : Teacher's College Press, [2023]z9780807768501w(DLC) 2023023011 a92bPUL01506nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163035002200189042000800211050002300219082002900242100003400271245004100305250002000346263000900366264005100375300001300426336002600439337002800465338002700493504005100520520037200571650002300943650002700966776013900993994001201132on1390705244OCoLC20230718213016.0230612s2023 nyu b 001 0 eng  a 2023024326 aDLCbengerdacDLC a9781108927222q(paperback) a110892722X z9781108924849q(epub) a(OCoLC)1390705244 apcc00aQH541.2b.S59 202300a577.072223/eng/202307171 aSinger, Fred,d1952-eauthor.10aEcology in action /cFred D. Singer. aSecond edition. a2311 1aNew York :bCambridge University Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This undergraduate textbook enables students to develop a strong grasp of key ecological concepts, a deep understanding of the origins and evolution of scientific knowledge, and an appreciation of their realworld applications. The pedagogically-rich and engaging second edition is filled with diverse resources that support active learning"--cProvided by publisher. 0aEcologyxResearch. 0aEcologyvCase studies.08iOnline version:aSinger, Fred D.tEcology in actionb2.dNew York : Cambridge University Press, 2023z9781108924849w(DLC) 2023024327 a92bPUL01767nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001500254082003100269100003500300245005500335263000900390264004100399300002200440336002600462337002600488338003600514500002000550505022000570520025200790588010301042650002501145655002201170700002501192776012801217994001201345on1390705245OCoLC20230718213016.0m o d cr |||||||||||230707s2024 cau o 001 0 eng  a 2023031730 aDLCbengerdacDLC a9781984861917q(ebook) a1984861913 z9781984861900q(hardcover) a(OCoLC)1390705245 apcc00aTX724.5.V500a641.59597223/eng/202307141 aPhu, Tu David,d1985-eauthor.14aThe memory of taste /cTu David Phu and Soleil Ho. a2409 1aCalifornia :b4 Color Books,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.0 aMẹ & Ba's kitchen -- We are from Phú Quốc Island -- We are ocean people -- We lived through war -- We are inauthentic as hell -- We ate what the garden gave us -- I run these shores -- Unfamiliar traditions. a"A playful collection of California-Vietnamese dishes from Top Chef contestant Tu David Phu that integrates the Oakland native's ambitious and modern culinary style with the food wisdom from his parents that nurtured him"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCooking, Vietnamese. 7aCookbooks.2lcgft1 aHo, Soleil,eauthor.08iPrint version:aPhu, Tu David, 1985-tMemory of tastedCalifornia : 4 Color Books, [2024]z9781984861900w(DLC) 2023031729 a92bPUL01043nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002600192100003200218245005200250264005300302300005500355336002600410337002800436338002700464504005100491650005700542650006500599650005300664994001200717on1390705273OCoLC20230718213016.0230421s2017 nr d 000 0 eng  a 2022427304 aDLCbengerdacDLC a9789788506768 a9788506763 a(OCoLC)1390705273 apcc af-nr---00aHF5718.2.N6bO24 20171 aObeta, Charles E.,eauthor.10aCommunication for business /cCharles E. Obeta. 1aEnugu, Nigeria :bRhyce Kerex Publishers,c2017. axviii, 398 pages :billustrations, charts ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aBusiness communicationxStudy and teachingzNigeria. 0aCommunication in organizationsxStudy and teachingzNigeria. 0aOral communicationxStudy and teachingzNigeria. a92bPUL00952nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002100187100003500208245016700243264006500410300002700475336002600502337002800528338002700556504006700583650001200650994001200662on1390705314OCoLC20230718213016.0220504s2021 ke b 001 0 eng  a 2022322273 aDLCbengerdacDLC a9789966836670 a9966836675 a(OCoLC)1390705314 alcodeapcc00aBV593b.E36 20221 aEkomwa, Joseph Ekiru,eauthor.10aChurch as mixed family of God :bintegrating ecclesiologies of Augustine of Hippo and Post-Vatican II special synods of Bishops for Africa /cJoseph Ekiru Ekomwa. 1aEldoret, Kenya :bAMECA Gaba Publications-CUEA Press,c2021. axl, 344 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 331-340) and index. 0aChurch. a92bPUL03130nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193035002200223042000800245043001200253050001000265082003600275100003500311245011100346263000900457264003900466300002300505336002600528337002600554338003600580490006500616504005100681505065500732520069501387588010302082610003402185610003802219610003302257650005302290650005302343651005502396651005502451776013002506994001202636on1390705315OCoLC20230718213016.0m o d cr |||||||||||230712s2023 ne ob 001 0 eng  a 2023021807 aDLCbengerdacDLC a9789004549623q(ebook) a9004549625 z9789004549616q(hardback) a(OCoLC)1390705315 apcc ae-uk---00aHX24300a335.0094109034223/eng/202307171 aCollins, Tony,d1961-eauthor.10aRaising the red flag :bMarxism, labourism, and the roots of British communism, 1884-1921 /cTony Collins. a2308 1aLeiden :aBoston :bBrill,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aHistorical materialism book series,x1570-1522 ;vvolume 288 aIncludes bibliographical references and index.0 aMr Hyndman versus Comrade Engels : the birth of the Social Democratic Federation -- The Labour Party question : Labourism, leftism, and the Second International -- Britain in crisis : Labour's great unrest and the revolutionary left -- August 1914 : British Marxists in the face of war -- The Clyde turns red : John Maclean and the enemy at home -- 'Lads like me had whacked the bosses' : the coming of the Russian Revolution -- 1919 : the question of power -- Between Labour and Bolshevism : towards a Communist Party -- 'Long live the Communist Party!' Building a British section of the Communist International -- Conclusion: In praise of learning. a"Raising the Red Flag explores the origins of the British Marxist movement from the creation of the Social Democratic Federation to the foundation of the Communist Party. It tells a story of rising class struggle, the founding of the Labour Party, the fight against World War One, the Russian Revolution, and the explosive year of 1919. The book also uses new archival sources to re-examine Marxist organisations such as the British Socialist Party, the Socialist Labour Party, and Sylvia Parkhurst's Workers' Socialist Federation. Above all, this is the story of men and women who fought to liberate the working class from capitalism through socialist revolution"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aSocial Democratic Federation.20aCommunist Party of Great Britain.20aLabour Party (Great Britain) 0aCommunismzGreat BritainxHistoryy19th century. 0aCommunismzGreat BritainxHistoryy20th century. 0aGreat BritainxPolitics and governmenty1837-1901. 0aGreat BritainxPolitics and governmenty1901-1936.08iPrint version:aCollins, Tony, 1961-tRaising the red flagdLeiden : Boston : Brill, [2023]z9789004549616w(DLC) 2023021806 a92bPUL01840nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001300179042001500192043003000207050002600237100007800263245021300341250003700554264007600591300002300667336002600690337002800716338002700744504005700771600002500828650003300853651002900886651003900915651004100954880006900995880022401064880003901288880007901327994001201406on1390705346OCoLC20230718213016.0221015s2022 jo b 000 0 ara  a 2022324860 aDLCbengerdacDLC c(3 a9789957969127 a9957969129 a(OCoLC)1390705346 c9.00 JOD apccalcode aa-iq---aaw-----aff-----00aDS70.88.Y37bS23 20221 6880-01aSabʻāwī, Ḍiyāʼ Ḥusayn ʻAbd Allāh Khiḍr,eauthor.106880-02aNajmān Yāsīn :bmanhajahu wa-juhūduhu fī tadwīn al-tārīkh al-ʻArabī al-Islāmī al-iqtiṣādī wa-al-ijtimāʻī /cḌiyāʼ Ḥusayn ʻAbd Allāh Khiḍr al-Sabʻāwī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Ghaydāʼ lil-Nashr wa-al-Tawzīʻ,c2022. a221 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 199-221).10aYāsīn, Najmān. 0aHistorianszIraqxBiography. 0aIslamic EmpirexHistory. 0aIslamic EmpirexSocial conditions. 0aIslamic EmpirexEconomic conditions.1 6100-01aسبعاوي، ضياء حسين عبد الله خضر.106245-02aنجمان ياسين :bمنهجه وجهوده في تدوين التاريخ العربي الإسلامي الإقتصادي والإجتماعي /cضياء حسين عبد الله خضر السبعاوي. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار غيداء للنشر والتوزيع،c2022. a92bPUL00993nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020002700147020003100174020002800205035002200233042000800255050002200263245007300285264004500358264001100403300002300414336002600437337002800463338002700491650003500518650003400553650003400587700003400621994001200655on1390705347OCoLC20230718213016.0230309t20222022ie 000 0 eng  a 2022367391 aDLCbengerdacDLC a9781915629067q(hardback) a1915629063q(hardback) a9781915629074q(paperback) a1915629071q(paperback) a(OCoLC)1390705347 apcc00aPR8858b.B66 202204aThe book of life :bpoems to tide you over /cedited by Grace Wells. 1aDublin, Ireland :bDedalus Press,c2022. 4c©2022 a170 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aEnglish poetryxIrish authors. 0aEnglish poetryy20th century. 0aEnglish poetryy21st century.1 aWells, Grace,d1968-eeditor. a92bPUL03329npc a2200589 i 4500001001300000003000600013005001700019008004100036010001700077040002400094035002200118041001300140100003400153245009300187300003200280300006000312300006500372300002500437300004400462506018400506520082900690520007901519524014501598540005901743541002401802541003901826545006201865546001601927600003701943600003801980610002602018610005102044610004702095650004702142650003802189650001602227650001302243651001102256651001102267655002202278655002402300655002302324655002702347655002902374655002002403700002902423710004002452710004902492773009702541856008902638994001202727on1390705348OCoLC20230718213016.0230717i19522006xx eng  a 2022655492 aDLCbengedacscDLC a(OCoLC)13907053480 aengdeng1 aKrischef, Robert K.ecreator.10aRobert K. Krischef collectionf1952-1954, 2003, 2006 :bVeterans History Project (U.S.). 3whole collectiona27fitems 3sound recordingsa1 audio cassettes (90 min.) :bstereo 3graphic materialsa22 photographic prints :bblack and white 3typescriptsa1fitem 3optical mediaa3 discs (CD);c4 3/4 in.1 aCollection is open for research; access restrictions apply. To request collection materials, please contact the Veterans History Project at.uhttps://ask.loc.gov/veterans-history/ aThe Krischef collection contains audio recordings and transcripts of a 14 July 2003 interview with Krischef about his service in the United States Army during the Korean War from 1952 until 1954. Krischef discusses getting drafted, basic training in Fort Indiantown Gap in Pennsylvania, having a "C profile" body type and a blindspot, shipping out to Korea, and stopping in Japan. He also talks about his assignment as a clerk, his efforts to get into the Public Information Office (PIO), his role as a writer in the PIO, Marilyn Monroe's visit, keeping in touch with his family, living conditions, money earned, and the importance of Americans knowing what veterans did for them. He also speaks about life after the war, including working as a freelance writer, joining the Veterans of Foreign Wars, and becoming an author. aThis collection also includes photographs taken during Krischef's service.8 aRobert K. Krischef collection (AFC/2001/001/8284), Veterans History Project, American Folklife Center, Library of Congress, Washington, D.C. aDuplication of collection materials may be restricted. aAccessioned,d2003. aPatricia Kuentz;cDonation;d2003. aDuring his service Krischef rose to the rank of Sergeant. aIn English.10aKrischef, Robert K.vInterviews.10aKrischef, Robert K.vPhotographs.10aUnited States.bArmy.10aUnited States.bArmy.bInfantry Division, 2nd.10aIndiantown Gap Military Reservation (Pa.). 0aKorean WarvPersonal narratives, American. 0aKorean WarxVeteranszMinnepolis. 0aJournalism. 0aAuthors. 0aJapan. 0aKorea. 7aManuscripts.2aat 7aPhotographs.2gmgpc 7aInterviews.2lcgft 7aOral histories.2lcgft 7aSound recordings.2lcgft 7aDiaries.2lcgft1 aPatricia Kuentz,edonor.2 aAmerican Folklife Center,esponsor.2 aVeterans History Project (U.S.),ecollector.0 iForms part of:tVeterans History Project collection (Library of Congress)w(DLC) 2006700247423Veterans History Project database recorduhttps://www.loc.gov/item/afc2001001.08284/ a92bPUL01693nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285050001000293082003000303100002600333245010900359263000900468264004600477300002200523336002600545337002600571338003600597520027700633588010300910650005501013650004301068700003601111776012401147994001201271on1390705349OCoLC20230718213016.0m o d cr |||||||||||230710s2023 ilu jo 000 0 eng  a 2023028567 aDLCbengerdacDLC a9781728275420q(pdf) a1728275423 a9781728275413q(epub) a1728275415 z9781728275406q(hardcover) a(OCoLC)1390705349 apcc00aQL76200a591.3/92223/eng/202307131 aReid, Aimee,eauthor.10aAnimal snuggles :baffection in the animal kingdom /cwords by Aimee Reid ; pictures by Sebastien Braun. a2311 1aNaperville :bSourcebooks eXplore,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"This heartwarming, lullaby-like nonfiction picture book combines animal facts with a comforting message of love and belonging. With back matter about ways animals show love included, this sweet book is perfect for homes, schools, and libraries!"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aParental behavior in animalsvJuvenile literature. 0aAnimalsxInfancyvJuvenile literature.1 aBraun, Sebastien,eillustrator.08iPrint version:aReid, Aimee.tAnimal snugglesdNaperville : Sourcebooks eXplore, 2023z9781728275406w(DLC) 2023028566 a92bPUL01580nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020001800163020001500181020002700196035002200223042000800245050002300253082003000276100004000306245010900346246003400455263000900489264010200498300001300600336002600613337002800639338002700667520038000694650003701074650005801111650002501169994001201194on1390705369OCoLC20230718213016.0230616s2023 mnu 000 0 eng  a 2023026947 aDLCbengerdacDLC a9780764241956q(paperback) a0764241958 a9780764242328 a0764242326 z9781493443864q(ebook) a(OCoLC)1390705369 apcc00aBV4527b.C776 202300a248.8/43223/eng/202307171 aCreekmore, Heather,d1974-eauthor.14aThe 40-day body image workbook :bhope for Christian women who've tried everything /cHeather Creekmore.30aForty-day body image workbook a2312 1aMinneapolis, Minnesota :bBethany House Publishers, a division of Baker Publishing Group,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"With humor, grace, and biblical truth, nationally known body-image coach Heather Creekmore leads you on a 40-day journey to stop stressing and free your mental space. With hands-on exercises, quizzes, guided questions, and healthy tips, this one-of-a-kind book will help you stop comparing, start living, and feel confident in the way God made you"--cProvided by publisher. 0aChristian womenxReligious life. 0aBody image in womenxReligious aspectsxChristianity. 0aSpiritual exercises. a92bPUL01477nam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228050002400236082001200260100002800272245008200300263000900382264004300391300001400434336002600448336003300474337002800507338002700535490002000562490002700582500002000609520006900629521002800698650001900726650002800745650002100773655002700794655002600821700003500847776013700882994001201019on1390705370OCoLC20230718213016.0230717s2024 mnu b 001 1 eng  a 2023029049 aDLCbengerdacDLC a9798889969723q(hardcover) a9798889969730q(paperback) z9798889969747q(ebook) a(OCoLC)1390705370 apcc00aPZ7.A8952bSal 202400a[E]2231 aAtwood, Megan,eauthor.10aSally the skunk feels scared /cby Megan Atwood ; illustrated Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. apages cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aSally the skunk enjoys the meadow until a thunderstorm rolls in. aAges 7-10.bJump!, Inc. 1aFearvFiction. 1aThunderstormsvFiction. 1aSkunksvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iOnline version:aAtwood, Megan.tSally the skunk feels scareddMinneapolis, MN : Jump!, Inc., 2024z9798889969747w(DLC) 2023029050 a92bPUL01022nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002200193082002800215100003200243245014700275250001900422264003500441300003000476336002600506337002800532338002700560504005100587650003100638650002700669994001200696on1390705407OCoLC20230718213016.0230315s2021 cau b 001 0 eng  a 2021276770 aDLCbengerdacDLC a9781516515257q(paperback) a1516515250 a(OCoLC)1390705407 apcc00aHV8763b.M36 202100a365/.6223/eng/202307171 aMboka, Abu Karimu,eauthor.10aCriminal justice assessment and classification of prisoners, probationers, and parolees /cAbu Mboka, California State University, Stanislaus. aFirst edition. 1aSan Diego :bCognella,c[2021] axviii, 231 pages ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aPrisonersxClassification. 0aCrimexClassificaiton. a92bPUL01131nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020002800162035002200190042000800212043001200220050002300232100004700255245009700302264004600399300003000445336002600475337002800501338002700529490002500556504005900581650004600640650006400686650003100750994001200781on1390705408OCoLC20230718213016.0200916s2020 pl b 001 0 pol  a 2021404882 aDLCbengerdacDLC a9788381987271q(hardback) a838198727X z9788381987288q(e-book) a(OCoLC)1390705408 apcc ae-pl---00aKKP3695b.P53 20201 aPiątkowska-Zagiczek, Katarzyna,eauthor.10aIdealny zbieg czynów karalnych w prawie karnymskarbowe /cKatarzyna Piątkowska-Zagiczek. 1aWarszawa :bWydawnictwo C.H. Beck,c2020. axxxi, 227 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMonografie prawnicze aIncludes bibliographical references (xi-xx) and index. 0aTax evasionxLaw and legislationzPoland. 0aTaxationxLaw and legislationzPolandxCriminal provisions. 4aPrawo karne skarbowexLaw. a92bPUL01225nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002700192100005900219245010300278264003900381300004000420336002100460337002500481338002300506504005500529650005900584650005100643650004200694650005200736651004300788700003200831994001200863on1390705409OCoLC20230718213016.0130521s2012 hu a b 000 0 hun  a 2013436122 aDLCbengerdacDLC a9789637082382 a9637082387 a(OCoLC)1390705409 apcc ae-hu---00aGT3248.5.P55bK63 20121 aKocsis, László, 1949-eillustrator,ephotographer.12aA pilisszántói régi temető /cszerkesztette: Csipka Rozália ; fotó: Kocsis László. 1a[Budapest] :bSiker X Bt.,c[2012] a432 pages :billustrations ;c30 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 64-66). 0aCemeterieszHungaryzPilisszántóvPictorial works. 0aCemeterieszHungaryzPilisszántóxHistory. 0aGravepostszHungaryzPilisszántó. 0aSepulchral monumentszHungaryzPilisszántó. 0aPilisszántó (Pest Megye)xHistory.1 aCsipka, Rozália,eeditor. a92bPUL02092nam a22003131 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001700134051003400151245029300185260005600478300004500534500002000579500022600599505055100825500003201376600006101408600006401469650004701533650002101580700005301601700005301654710005901707994001201766on1390705436OCoLC20230718213016.0831221s1713 ne 000 0 fre  a 31032602  aDLCbengcDLC a(OCoLC)139070543600aDC130.L7bO7 aDC130.L7bO7cToinet no. 120500aOraisons funebres des dauphins de France et de la dauphine.bPar mr. l'evêque d'Alet, le pere Gaillard, le pere de La Rue, &c. On y a joint le Recueil des vertus du duc de Bourgogne, e ensuite dauphin, pour servir à l'education d'un grand prince. Par le r.p. Martineau son confesseur. aA Amsterdam.bChez J. Desbordes & L. Renard.c1713. a2 pt. in 1 v.bfront., fold. pl.c16 cm. aTitle vignette. aThe "Second partie" bound first has special t.-p.: Recueil des vertus de Louis de France duc de Bourgogne ... Second de edition. Augmentée du Mémoire de m. le dauphin au pape. Suivant la copie de Paris. A Amsterdam...0 a1. ptie. Lettre du roi au cardinal de Noailles. Mandement du cardinal de Noailles. Mausolée des dauphins e de la dauphine. Oraison funebre, par mr. Jacques Maboul. Oraison funebre, par le pere Gaillard. Oraison funebre, par le pere de La Ruë. Discours sur la mort de monseigneur le duc de Bretagne dauphin, par mr. de Menervile. -- 2. ptie. Recueil des vertus de duc de Bourgogne dauphin, par le pere Martineau. Memoire des principales actions de vertu de monseigneur le dauphin, petit fils du roi. Le deuil de la France, par mr. de La Motte. a"Ex bibliotheca R. Toinet".00aLouis,cDuke of Burgundy, Dauphin of France,d1682-1712.00aMarie Adelaide,cof Savoy, Duchess of Burgundy,d1685-1712. 0aEducation of princesvEarly works to 1800. 0aFuneral sermons.1 aMartineau, Isaac,d1650-1720. [from old catalog]1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01546nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002700094020003100121020003100152020002700183035002200210042000800232050002200240082002700262100003600289245002900325263000900354264004400363264001100407300001400418336002600432337002800458338002700486490002400513520041200537521002600949650004200975650002101017776012201038994001201160on1390705585OCoLC20230718213016.0230707t20242024mnu j 000 0 eng  a 2023030575 aPSt/DLCbengerdacDLC a9798889968405q(hardcover) a9798889968412q(paperback) z9798889968429q(ebook) a(OCoLC)1390705585 apcc00aTF148b.M379 202400a625.2223/eng/202307171 aMather, Charis,d1999-eauthor.10aTrains /cCharis Mather. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] 4c©2024 apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLevel 5 - green set a"What are trains for? The phoneme /oy/ is featured in this title. Trains is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 5-8bJump!, Inc. 0aRailroad trainsvJuvenile literature. 1aRailroad trains.08iOnline version:aMather, Charis, 1999-tTrainsdMinneapolis, MN : Jump!, Inc., 2024z9798889968429w(DLC) 2023030576 a92bPUL01740nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002500192111013100217245038000348246009300728246008600821264004100907300002400948336002600972337002800998338002701026490002601053504004101079650006201120650005301182700003301235700004501268700004101313994001201354on1390705586OCoLC20230718213016.0230524s2020 sp b 100 0 spa  a 2023417810 aDLCbengerdacDLC a9788413552132 a8413552133 a(OCoLC)1390705586 apcc ae-sp---00aKKT966.A67bC66 20192 aCongreso Internacional sobre Prevención y Represión del Blanqueo de Dineron(7th :d2019 :cSantiago de Compostela, Spain)10aVII Congreso Internacional sobre Prevención y Represión del Blanqueo de Dinero :bponencias y conclusiones del congreso sobre las reformas de 2018, economía, sociedad y cultura digitales, celebrado en el salón del actos de la EGAP, Santiago de Compostela, en julio de 2019 /ccoordinadores, Miguel Abel Souto, José Manuel Lorenzo Salgado, Nielson Sánchez Stewart.3 aSéptimo Congreso Internacional sobre Prevención y Represión del Blanqueo de Dinero3 a7. Congreso Internacional sobre Prevención y Represión del Blanqueo de Dinero 1aValencia :bTirant lo Blanch,c2020. a557 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aHomenajes & congresos aIncludes bibliographical references. 0aMoney launderingxLaw and legislationzSpainvCongresses. 0aMoney launderingxPreventionzSpainvCongresses.1 aAbel Souto, Miguel,eeditor.1 aLorenzo Salgado, José Manuel,eeditor.1 aSánchez Stewart, Nielson,eeditor. a92bPUL00894nam a22002777i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003600172245009100208264003200299300005700331336002600388337002800414338002700442490003000469546002300499653005400522700002800576994001200604on1390705587OCoLC20230718213016.0230713s2017 rb a 000 0 srpo  a 2023450787 aDLCbengerdacDLC a9788671826136 a8671826139 a(OCoLC)13907055871 aJanković, Nebojša,eauthor.10aPrirodna i graditeljska čuda Srbije /cpriredili Nebojša Janković, Maja Lekić. 1aBeograd :bBookland,c2017. a109 pages :billustrations (chiefly color) ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka Riznica Srbije aSerbianbCyrillic. aNature attractions in SerbiaaLandmarks in Serbia1 aLekić, Maja,eauthor. a92bPUL01994nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193050002600208100008900234245028200323250003700605264005100642264005100693300004600744336002600790337002800816338002700844504005300871600004400924650003600968650005601004700003501060880007401095880031101169880003901480880005301519994001201572on1390705659OCoLC20230718213016.0220525s2021 mr a b 001 0 ara  a 2022357266 aDLCbengerdacDLC c(3 a9789920343152 a9920343153 a(OCoLC)1390705659 c70.00 MAD apccalcode00aPJ7755.H3bM4234 20211 6880-01aIbn Ilyās, Khayr al-Dīn ibn Tāj al-Dīn,d1675 or 1676-1715,eauthor.136880-02aal-Maqālāt al-jawharīyah ʻalá al-maqāmāt al-ḥarīrīyah :bmin al-maqāmah al-ūlá ilá al-maqāmah al-ʻāshirah /ctaʼlīf Khayr al-Dīn ibn Tāj al-Dīn Ilyās Zādah al-Madanī ; taqdīm wa-taḥqīq al-Duktūr Būjumʻah Jimī. 6880-03aal-Ṭabʻah al-ūlá. 1a[Fès?] :b[publisher not identified],c2021. 36880-04aFās :bMaṭbaʻat Wirāqat Bilāl a406 pages :bcolor illustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and indexes.10aḤarīrī,d1054-1122.tMaqāmāt. 0aMaqamahxHistory and criticism. 0aArabic literaturey750-1258xHistory and criticism.1 aJamī, Bū Jumʻah,eeditor.1 6100-01aإبن إلياس، خير الدين بن تاج الدين.126245-02aالمقالات الجوهرية على المقامات الحريرية :bمن المقامة الأولى إلى المقامة العاشرة /cتأليف خير الدين بن تاج الدين إلياس زادة المدني ؛ تقديم وتحقيق الدكتور بوجمعة جمي. 6250-03aالطبعة الأولى. 36264-04aفاس :bمطبعة وراقة بلال a92bPUL02954nam a22004818i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043002100265050002300286082002800309245017100337263000900508264005600517300001400573336002600587337002800613338002700641490004200668504005100710520111400761650004801875650005601923650004101979650004802020650004002068650003302108651004502141651004502186700003402231700004102265776015402306994001202460on1390705660OCoLC20230718213016.0230630s2024 nyu b 001 0 eng  a 2023019084 aDLCbengerdacDLC a9781032497860q(hardback) a1032497866 a9781032497877q(paperback) a1032497874 z9781003395454q(ebook) a(OCoLC)1390705660 apcc an-us---aa-cc---00aLC179.C6bF76 202400a379.51223/eng/2023071700aFrom missionary education to Confucius institutes :bhistorical reflections on Sino-American cultural exchange /cEdited by Jeff Kyong-McClain and Joseph Tse-Hei Lee. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRoutledge research in Asian education aIncludes bibliographical references and index. a"From Missionary Education to Confucius Institutes examines the history and globalization of cultural exchange between the US and China and corrects many myths surrounding the incompatibility of American and Chinese cultures in the higher educational sphere. Providing a fresh look at the role of non-state actors in advancing Sino-American cross-cultural knowledge exchange, the book presents empirical studies highlighting the diverse experiences and practices involved. Case studies include the US-initiated missionary education in modern China, the involvement of private foundations and professional associations in education, the impact of Chinese and American laws on student exchanges, and the evaluation of the experience of US Confucius Institutes. This book will appeal to students and scholars of US and Chinese higher education from the past to the present, as well as international admission officers and university executives who are concerned about the global educational partnership with China and questions around the internationalization of education more broadly"--cProvided by publisher. 0aHigher education and statezChinaxHistory. 0aHigher education and statezUnited StatesxHistory. 0aMissionsxStudy and teachingzChina. 0aCultural diplomacyxHistoryzUnited States. 0aCultural diplomacyxHistoryzChina. 0aEducation and globalization. 0aUnited StatesxForeign relationszChina. 0aChinaxForeign relationszUnited States.1 aKyong-McClain, Jeff,eeditor.1 aLee, Joseph Tse-Hei,d1971-eeditor.08iOnline version:tFrom missionary education to Confucius institutesdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781003395454w(DLC) 2023019085 a92bPUL00651nam a22002417i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003400172245002500206264004100231300002400272336002600296337002800322338002700350490002000377994001200397on1390705661OCoLC20230718213016.0230412s2022 hu 000 f hun  a 2023449588 aDLCbengerdacDLC a9789635511105 a9635511108 a(OCoLC)13907056611 aCaine, Ronil,d1981-eauthor.10aLuna /cRonil Caine. 1aBudapest :bMetropolis Media,c2022. a316 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aGFK,x0238-3063 a92bPUL00715nam a22002417i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163100003800185245006800223250002400291264004100315300002400356336002600380337002800406338002700434994001200461on1390705662OCoLC20230718213016.0230717s2022 cy 000 1 gre  a 2023450919 aDLCbengerdacDLC a9789925551552q(softbound) a9925551552 a(OCoLC)13907056621 aPierē Stasinou, Maria,eauthor.14aHē apithanthē peripeteia tou Pha /cMaria Pierē Stasinou. aPrōtē ekdosē. 1aLeukōsia, Kypros :bteleia,c2022. a182 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a92bPUL02028nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094016002300117020002900140020001500169035002200184041001800206042000800224043002100232050002000253100003700273245032500310246013300635264003700768300003700805336002600842337002800868338002700896546008800923504005901011505010101070600004001171651006201211651005601273650007401329700006901403700009101472776003101563994001201594on1390705700OCoLC20230718213016.0230603s2023 au b 000 0 ger  a 2022487703 aDLCbengerdacDLC7 a12650391192DE-101 a9783205216759qhardbound a320521675X a(OCoLC)13907057001 alatbgermger apcc aaw-----af-ua---00aDS47b.G43 20230 aGeorgius,cGemnicensis,eauthor.10aEphemeris sive diarium peregrinationis transmarinae /cGeorgius Gemnicensis = Martin Baumgartners Pilgerreise nach Ägypten, auf den Berg Sinai, ins Heilige Land und nach Syrien in den Jahren 1507 und 1508 / Georg von Gaming ; Einleitung, Edition und Kommentar von Hermann Niedermayr ; Übersetzung von Gerhard Frener.31aMartin Baumgartners Pilgerreise nach Ägypten, auf den Berg Sinai, ins Heilige Land und nach Syrien in den Jahren 1507 und 1508 1aWien :bBöhlau Verlag,c[2023] a2 volumes (1540 pages) ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginal text in Latin with parallel German translation; critical matter in German. aIncludes bibliographical references (pages 1524-1540).0 aBand 1. Einleitung, Text und Übersetzung -- Band 2. Kommentar, Appendix, Literaturverzeichnis.10aBaumgarten, Martin von,d1473-1535. 0aMiddle EastxDescription and travelvEarly works to 1800. 0aEgyptxDescription and travelvEarly works to 1800. 0aChristian pilgrims and pilgrimageszMiddle EastvEarly works to 1800.1 aNiedermayr, Hermann,d1955-eeditorewriter of added commentary.0 aGeorgius,cGemnicensis.tEphemeris sive diarium peregrinationis transmarinae.lGerman.08z9783205216766iPDF version a92bPUL01032nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002500192100003700217245010700254264005200361300002800413336002600441337002800467338002700495650003900522650004900561650004400610651005200654994001200706on1390705712OCoLC20230718213016.0230505s2015 nr 000 0 eng  a 2022445185 aDLCbengerdacDLC a9789789519811 a9789519818 a(OCoLC)1390705712 apcc af-nr---00aJC574.2.N6bA96 20151 aAyorinde, Steve,d1970-eauthor.10aCascade of change :ba decade of liberal thoughts /cSteve Ayorinde : Foreword By Asiwaju Bola Tinubu. 1aLagos, [Nigeria] :bLiberal Publishing,c[2015] axxi, 558 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aLiberalismzNigeriay21st century. 0aFreedom of the presszNigeriay21st century. 0aSocial problemszNigeriay21st century. 0aNigeriaxPolitics and governmenty21st century. a92bPUL02403nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002700094020003100121020001500152020002700167020001500194020002700209035002200236042000800258050002400266082002500290100003700315245009000352263000900442264006400451300001300515336002600528337002800554338002700582504005100609505106200660520023701722650001901959650001201978650001501990994001202005on1390705713OCoLC20230718213016.0230620s2024 ilu b 001 0 eng  a 2023028393 aIEN/DLCbengerdacDLC a9780810146402q(paperback) a0810146401 a9780810146419q(cloth) a081014641X z9780810146426q(ebook) a(OCoLC)1390705713 apcc00aBJ1408.5b.D35 202404a170223/eng/202306201 aDalton, Drew M.,d1978-eauthor.14aThe matter of evil :bfrom speculative realism to ethical pessimism /cDrew M Dalton. a2310 1aEvanston, Illinois :bNorthwestern University Press,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aIntroduction. The Matter of Evil -- After Kant: The End of Western Metaphysics and Ethics? -- Absolutes within the Bounds of Reason: Speculative Realism and the Return of the Absolute -- Toward a Post-Critical Ethics: Meillassoux and Badiou on the Mathematization of Nature and the Possibility of Absolute Metaphysical and Moral Claims -- The Science of Entropic Absolutes: The (Dis)Order of Nature -- The Value of Science and the Science of Value: Reevaluating the Moral Neutrality of Material Reality -- Moral Value and Absolute Necessity: Baruch Spinoza's Metaphysical Monism -- The Monstrous Will of Nature: Arthur Schopenhauer's Ethical Monism -- The Specter of Nihilism: Friedrich Nietzsche's Moral Naturalism -- The Ethical Potency of Pessimism: Schopenhauerian Negation, Buddhist Renunciation, and the Political Activism of Philipp Mainländer -- New Directions in Pessimism: Cosmic Pessimism, Afropessimism, and Extinctual Nihilism -- Conclusion. Speculative Absolutes and Pessimistic Activism: The Evangel of Entropy and the Ethics of Resistance. a"Overturning our assumptions about the nature and value of reality, The Matter of Evil presents a provocative new model of ethical responsibility that is both logically justifiable and scientifically sound"--cProvided by publisher. 0aGood and evil. 0aEthics. 0aPessimism. a92bPUL00863nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100006800198245009600266260004300362300003900405650001400444650003900458700005300497710005900550994001200609on1390705714OCoLC20230718213016.0840822s1690 fr 000 0 fre  a 31025093  aDLCbengcDLC a(OCoLC)139070571400aHQ731b.C5 1690 aHQ731b.C5 1690 Copy 2cToinet no. 12231 aChaussé, Jacques,csieur de La Terrière,dactive 1685-1687.10aTraité de l'excélence du mariage:bde sa nécessité, et des moyens d'y vivre hereux. aA Paris,bChez Martin Jouvenel.c1690. a6 p.l., 338, [2] p.c17 cm. (12mo) 0aMarriage. 0aWomenxSocial and moral questions.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00792nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003500198245002500233260006200258300003400320650003600354700005300390710005900443740003600502994001200538on1390705752OCoLC20230718213016.0840817s1699 fr 000 0 fre  a 32001048  aDLCbengcDLC a(OCoLC)139070575200aBF822b.B6 1699 aBF822b.B6 1699 Copy 2cToinet no. 11691 aBordelon, Laurent,d1653-1730.13aLe theatre du monde, aParis,bet se vend a Bruxelles, chez Jean Leonard.c1699. a1 p.l., 296 p.c14 cm. (12mo) 0aCharacters and characteristics.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aCaracteres naturels des hommes. a92bPUL01110nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050001900193100003900212245006900251246006400320250001700384264005200401300005300453336002100506336003300527337002500560338002300585500000900608504005700617650003500674700005100709994001200760on1390705753OCoLC20230718213016.0140930s2014 be a b 000 0 eng  a 2015454834 aDLCbengerdacDLC a9789034115409q(hardcover) a9034115402 a(OCoLC)1390705753 apcc00aD521bS84 20141 aSteyaert, Katrien,d1982-eauthor.10a1914-1918 :b100 years on /cKatrien Steyaert, Katrijn van Giel.3 aNineteen fourteen-nineteen eighteen :bone hundred years on a1st edition. 1aAntwerpen :bWPG Uitgevers België nv,c[2014] a183 pages :billustrations (some color) ;c28 cm atext2rdacontent astill imagebsti2rdacontent aunmediated2rdamedia avolume2rdacarrier a"M". aIncludes bibliographical references (pages 178-181). 0aWorld War, 1914-1918xHistory.1 aVan Giel, Katrijn,ephotographer (expression). a92bPUL03679nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020002600176020003100202035002200233042000800255050001100263082002700274100003900301245011400340250001900454263000900473264008200482300002200564336002600586337002600612338003600638504005100674520195500725588010302680650002902783650002602812650003202838650004202870650002302912650002402935650005102959776019903010994001203209on1390705779OCoLC20230718213016.0m o d cr |||||||||||230626s2023 oru ob 001 0 eng  a 2023024713 aDLCbengerdacDLC a9798888370018q(pdf) a9798888370001q(epub) z9781564849991q(paperback) a(OCoLC)1390705779 apcc00aLB284000a371.1223/eng/202307151 aBoullion, Meredith Masar,eauthor.10aTech for teacher wellness :bstrategies for a healthy life and sustainable career /cMeredith Masar Boullion. aFirst edition. a2311 1aPortland, Oregon :bInternational Society for Technology in Education,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Get practical strategies for using technology to reclaim more personal space and time; connect with colleagues; and make positive changes in your life, in the classroom and on campus. Educators are feeling overwhelmed. The global pandemic brought a tsunami of edtech tools that had to be adopted suddenly under emergency circumstances, and the stress of that and other unprecedented challenges has caused many teachers to consider leaving the profession. Technology has often been portrayed as part of the problem, with many believing that the best way to pursue wellness is to unplug and avoid digital tools altogether. This book takes a different approach, showing that technology used wisely can promote wellness, rather than undermine it. Author and technology facilitator Meredith Masar Boullion presents research on the importance of caring for the emotional health of educators, then offers strategies for using technology to reduce educator stress and better provide for the social and emotional needs of school communities. The book: - Gives readers permission, and the tools needed, to set boundaries and get back personal time. - Demonstrates positive ways to use resources such as social media, professional learning networks (PLNs) and other collaborative tools to find, support and learn from fellow educators. - Provides suggestions for educators to share their own learnings to enhance the well-being and positivity of students, parents and colleagues. - Includes access to an online platform through which readers can connect and support one another's efforts to achieve greater well-being. With recommendations that are concrete and easy to implement, the book fosters collaboration and connection among readers, and encourages them to share their own techniques and resources for building a healthy, sustainable life and career. Audience: Elementary and secondary teachers; education coaches and leaders"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aTeachersxMental health. 0aTeachersxJob stress. 0aTeachersxJob satisfaction. 0aTeachersxProfessional relationships. 0aStress management. 0aWork-life balanace. 0aInformation technologyxPsychological aspects.08iPrint version:aBoullion, Meredith Masar.tTech for teacher wellnessbFirst edition.dPortland, Oregon : International Society for Technology in Education, 2023z9781564849991w(DLC) 2023024712 a92bPUL01477nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002600185035002200211042000800233050002500241082003100266100002800297245004000325263000900365264004800374300001400422336002600436337002800462338002700490490006600517500002000583520024200603521003500845521003700880650003600917776013800953994001201091on1390705780OCoLC20230718213016.0230707s2025 mnu j 001 0 eng  a 2023031596 aDLCbengerdacDLC a9798765626276q(library binding) a9798765629338q(paperback) z9798765634684q(epub) a(OCoLC)1390705780 apcc00aQL737.P64bP425 202500a599.79/29223/eng/202307171 aPeters, Katie,eauthor.10aSo many harp seals /cKatie Peters. a2408 1aMinneapolis :bLerner Publications,c[2025] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLet's look at polar animals (pull ahead readers - nonfiction) aIncludes index. a"Harp seals can have many different traits. For example, they can be white or gray. Colorful photographs and engaging text help readers learn about seal features. Pairs with the fiction text, Harper and the Ice"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. 0aHarp sealvJuvenile literature.08iOnline version:aPeters, Katie, 1975-tSo many harp sealsdMinneapolis : Lerner Publications , 2024z9798765634684w(DLC) 2023031597 a92bPUL00756nam a22002533i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150245012000172250002100292264004300313300002700356336002100383337002500404338002300429500001900452546001900471994001200490on1390705781OCoLC20230718213016.0230717s2023 io 000 0 ind  a 2023330333 aDLCbengerdacDLC a9786238010714 a6238010711 a(OCoLC)139070578100aGlorious :bkumpulan cerpen /cAkbar Nurfathan [and thirty one others] ; tim penulis kelas IX-G SMPN 2 Tasikmalaya. aCetakan pertama. 1aTasikmalaya :bLanggam Pustaka,c2023. avii, 47 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aShort stories. aIn Indonesian. a92bPUL01234nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192100005000215245013400265250002300399264004900422300002400471336002600495337002800521338002700549490001700576504005700593650003900650650005000689650006600739856006700805994001200872on1390705799OCoLC20230718213016.0230511s2020 sp b 000 0 spa  a 2023417750 aDLCbengerdacDLC a9788418349270 a8418349271 a(OCoLC)1390705799 apcc ae-sp---00aKKT1270b.A99 20201 aArruga Segura, María Concepción,eauthor.13aLa transformación digital en las relaciones laborales y en la organización del trabajo /cMaría Concepción Arruga Segura. aPrimera edición. 1aLas Rozas (Madrid) :bWolters Kluwer,c2020. a514 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTemas La Ley aIncludes bibliographical references (pages 489-514). 0aLabor laws and legislationzSpain. 0aIndustrial relationszSpainxData processing. 0aLaborxTechnological innovationsxLaw and legislationzSpain.42uhttp://www.puvill.com/toc/9788418349270.pdfzTable of contents a92bPUL01545nam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228050002400236082001200260100002800272245008000300263000900380264004400389300001400433336002600447336003300473337002800506338002700534490002000561490001600581500002000597520010600617521002800723650002200751650003000773650002100803650002900824655002700853655002600880700003500906776013400941994001201075on1390705812OCoLC20230718213016.0230717s2024 mnu b 001 1 eng  a 2023029081 aDLCbengerdacDLC a9798889969754q(hardcover) a9798889969761q(paperback) z9798889969778q(ebook) a(OCoLC)1390705812 apcc00aPZ7.A8952bSam 202400a[E]2231 aAtwood, Megan,eauthor.10aSam the snake feels sad /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] apages cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aForest feelings0 aGrasshopper aIncludes index. aSam the snake becomes sad when she fears her slither will not be fast enough to win an upcoming race. aAges 7-10.bJump!, Inc. 1aSadnessvFiction. 1aSelf-confidencevFiction. 1aSnakesvFiction. 1aForest animalsvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iOnline version:aAtwood, Megan.tSam the snake feels saddMinneapolis, MN : Jump!, Inc., [2024]z9798889969778w(DLC) 2023029082 a92bPUL01655nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001600265082003300281100003600314245009500350263000900445264004800454300002200502336002600524337002600550338003600576504005100612520027100663588010300934650003801037651003001075776014001105994001201245on1390705814OCoLC20230718213016.0m o d cr |||||||||||230623s2024 ctu ob 001 0 eng  a 2023027828 aDLCbengerdacDLC a9781493068623q(epub) a1493068628 z9781493068616q(paperback) a(OCoLC)1390705814 apcc an-us-sd00aGV199.42.S600a796.5109783223/eng/202307111 aHeerdt, Marcus,d1987-eauthor.10aHiking South Dakota :ba guide to the state's greatest hiking adventures /cMarcus Heerdt. a2403 1aEssex, Connecticut :bFalconGuides,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"A guide to 50 hikes to mountains, forests, lakes, rivers, waterfalls, plains, and badlands formations throughout the state. Hikes are distributed across five regions: the Glacial Lakes, Southeast, Missouri River, Badlands, and Black Hills"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aHikingzSouth DakotavGuidebooks. 0aSouth DakotavGuidebooks.08iPrint version:aHeerdt, Marcus, 1987-tHiking South DakotadEssex, Connecticut : FalconGuides, [2024]z9781493068616w(DLC) 2023027827 a92bPUL01401nam a22003735i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147025002300162035002200185037005300207042001000260100003800270245013300308246002500441250003100466264009100497300002400588336002600612337002800638338002700666490005200693500001000745500011800755520004100873546001400914650003700928710005000965994001201015on1390705815OCoLC20230718213016.0230717s2023 ii 000 0 hino  a 2023339951 aDLCbengerdacDLC a9789357750240q(hardback) a935775024X aI-H-2023339951; 11 a(OCoLC)1390705815 bLibrary of Congress -- New Delhi Overseas Office alcode1 aMilana, Rameśa,d1946-eauthor.10aYe ākāśa merā bhī hai /cḌô. Rameśa Candra Guptā = Ye aakash mera bhi h : drama / by Dr. Ramesh Chandra Gupta.31aYe aakash mera bhi h aDūsarā saṃskaraṇa. 1aNayī Dillī :bBhāratīya Jñānapīṭha :bVāṇī Prakāśana,c2023. a112 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLokodaya granthamālā ;vgranthāṅka 1464 aPlay. aOther title information from half title page: Nārī sañcetanā kā saśakta dhārāvāhika nāṭaka. aPlay based on the status of a woman. aIn Hindi. 0aWomenxSocial conditionsvDrama.2 aBhāratīya Jñānapīṭha,epublisher. a92bPUL00813nam a2200277 a 4500001001300000003000600013005001700019008004100036010001700077040001800094020002600112020001500138035002200153042000800175050002300183082002200206245002800228260003800256300002900294490004100323650003900364650003500403650004800438650003700486994001200523on1390705827OCoLC20230718213016.0110830s2011 ilua 000 0 eng  a 2011937800 aDLCbengcDLC a9780981982670q(pbk.) a0981982670 a(OCoLC)1390705827 apcc00aBV639.C6bS68 201100a259/.2408995722300aSpirit ministry vision. aChicago, IL :bUBF Press,cc2011. a174 p. :bill. ;c19 cm.0 a2011 UBF Shepherd-Missionary Seminar 0aChurch work with college students. 0aChurch work with young adults. 0aChristian college studentsxReligious life. 0aKorean studentsxReligious life. a92bPUL01695nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042000800193050002400201100006800225245016100293250003600454264005000490300003800540336002600578337002800604338002700632504006700659520004100726600007200767630002300839630002500862880005800887880016300945880003801108880005501146880007201201994001201273on1390705874OCoLC20230718213016.0211102s2021 ti h b 001 0 ara  a 2021344177 aDLCbengerdacDLC c(3 a9789938908701 a9938908705 a(OCoLC)1390705874 c20.30 USD apcc00aBP131.5b.A896 20211 6880-01aʻAwnī, Muḥammad Amīn ibn Muṣṭafá,eauthor.106880-02aNaqd kitāb al-muṣḥaf wa-qirāʼatuh alladhī taḥta ishrāf ʻAbd al-Majīd al-Sharafī /cMuḥammad Amīn ibn Muṣṭafá ʻAwnī. 6880-03aal-Ṭabʻah al-ūlá 16880-04aTūnis :bDar al-Māzirdī,c2021. a183 pages :bfacsimiles ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 136-177) and index. aQuran; criticism and interpretation.106880-05aSharafī, ʻAbd al-Majīd.tMuṣḥaf wa-qirāʼātuh.00aQurʼanxReadings.00aQurʼanxRecitation.1 6100-01aعوني، محمد أمين بن مصطفى.106245-02aنقد كتاب المصحف وقراءته الذي تحت إشراف عبد المجيد الشرفي /cمحمد أمين بن مصطفى عوني. 6250-03aالطبعة الأولى 16264-04aتونس :bدر المازردي،c2021.146600-05aشرفي، عبد المجيد.tمصحف وقراءاته. a92bPUL03296nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050000900254082002700263084003400290100002000324245010800344263000900452264004400461300002200505336002600527337002600553338003600579504005100615505064400666520039901310520069901709588010302408650000902511650001902520650002102539650002902560650005302589650004302642776012902685994001202814on1390705875OCoLC20230718213016.0m o d cr |||||||||||230712s2023 nyu ob 001 0 eng  a 2023023010 aDLCbengerdacDLC a9781454950042q(ebook) a1454950048 z9781454950035q(paperback) a(OCoLC)1390705875 apcc00aHQ2100a306.7223/eng/20230713 aOCC041000aHEA0420002bisacsh1 aJaiya,eauthor.10aYour blueprint for pleasure :bdiscover the 5 erotic types to awaken-and fulfill-your desires /cJaiya. a2312 1aNew York :bUnion Square & Co.,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction: This is a book about sexual awakening -- How a sexologist ended up in a sexless relationship -- Foundations for your erotic journey -- Who are we? Erotic blueprints are born -- Erotic myths -- Five stages of sexuality : which one are you living in? -- The five erotic blueprint types -- The energetic -- The sensual -- The sexual -- The kinky -- The shapeshifter -- Determining erotic blueprints -- How blueprints play together -- The four obstacles to sexual health and pleasure -- Creating your core erotic blueprint map -- Feeding, speaking, healing, and expanding your erotic blueprint -- Creating hot sex for a lifetime. a"Sexologist Jaiya has identified five erotic types that empower people with the understanding that we are each erotically gifted and that our differences are our strengths. Jaiya's framework will help readers bridge the sexual incompatibility gap, become masters of their own sexual desire, and experience the deeper connection and sexual satisfaction that they crave"--cProvided by publisher. a"When it comes to sex, many of us have been sold on the idea that certain techniques and tools are surefire turn-ons. If those techniques don't work, and we don't connect with our partners or our own pleasure, then something is inherently wrong with us. But sexologist Jaiya has identified five erotic types that, like Gary Chapman's The 5 Love Languages, empower people with the understanding that we are each erotically gifted and that our differences are our strengths. Jaiya's framework will help readers bridge the sexual incompatibility gap, become masters of their own sexual desire, and experience the deeper connection and sexual satisfaction that they crave"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSex. 0aSexual health. 0aSex (Psychology) 0aInterpersonal relations. 7aBODY, MIND & SPIRIT / Sacred Sexuality.2bisacsh 7aHEALTH & FITNESS / Sexuality.2bisacsh08iPrint version:aJaiya.tYour blueprint for pleasuredNew York : Union Square & Co., [2023]z9781454950035w(DLC) 2023023009 a92bPUL03314nam a22005178i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050000900254060001300263082003200276130005400308245017400362250001900536263000900555264005700564300002200621336002600643337002600669338003600695500021300731504005100944520116500995588010302160650002902263650001802292650002002310650003102330650002202361700003202383700003802415700004302453700003402496700003402530776022002564994001202784on1390705919OCoLC20230718213016.0m o d cr |||||||||||230613s2024 nyu ob 001 0 eng  a 2023027813 aDLCbengerdacDLC a9780826167224q(ebook) a0826167225 z9780826167217q(paperback) a(OCoLC)1390705919 apcc00aRT4200aWA 309.100a613/.04244223/eng/202307170 aWomen's health care in advanced practice nursing.10aWomen's healthcare in advanced practice nursing /cIvy M. Alexander, Versie Johnson-Mallard, Elizabeth A. Kostas-Polson, Joyce D. Cappiello, Heather S. Hubbard, editors. aThird edition. a2310 1aNew York, NY :bSpringer Publishing Company,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aPreceded by Women's health care in advanced practice nursing / Ivy M. Alexander, Versie Johnson-Mallard, Elizabeth A. Kostas-Polston, Catherine Ingram Fogel, Nancy Fugate Woods, editors. Second edition. 2017. aIncludes bibliographical references and index. a"We support an individual's right to autonomy in decision-making about their health based on the personal context of their lives, including but not limited to early pregnancy decision-making and gender affirmation. We believe that individuals have the right to high value, equitable, and unbiased care. In this third edition of Women's Healthcare in Advanced Practice Nursing, we attempt to make high value, equitable, and unbiased care more evident than in prior editions. While the number of women included in research studies is increasing, we remain limited in our ability to accurately address perspectives and needs for minoritized gender persons because of the lack of research that focuses on, includes, or even identifies transgender and non-binary persons. Throughout the book we have attempted to use inclusive language while remaining true to research findings, which are translated into evidence-based practice. In many instances, this means we use the terms woman, women, she, her, hers, because that reflects the data that are available. We purposefully use they, them, theirs, patient, person, etc., whenever possible"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.12aWomen's Health Services.12aNursing Care.22aWomen's Health.22aAdvanced Practice Nursing.22aHealth Promotion.1 aAlexander, Ivy M.,eeditor.1 aJohnson-Mallard, Versie,eeditor.1 aKostas-Polston, Elizabeth A.,eeditor.1 aCappiello, Joyce D.,eeditor.1 aHubbard, Heather S.,eeditor.08iPrint version:aWomen's health care in advanced practice nursingtWomen's healthcare in advanced practice nursingbThird edition.dNew York, NY : Springer Publishing Company, [2024]z9780826167217w(DLC) 2023027812 a92bPUL01465nam a22003735i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147025002400162035002200186037005300208041001300261042001000274245020000284246005200484250003100536264009100567300002400658336002600682337002800708338002700736490003700763500001900800520006200819546003900881650005300920700005600973710005001029994001201079on1390705920OCoLC20230718213016.0230717s2023 ii 000 j hino  a 2023339945 aDLCbengerdacDLC a9789357750257q(hardback) a9357750258 aI-H-2023-339945; 11 a(OCoLC)1390705920 bLibrary of Congress -- New Delhi Overseas Office1 ahinhpan alcode00aPañjābī kī samakālīna kahāniyām̐ /ccayana aura sampādana, Phūlacanda Mānava = Punjabi ki samkaleen kahaniyan : short-stories / compiled and translated by Phoolchand Manav.31aPunjabi ki samkaleen kahaniyan :bshort-stories aDūsarā saṃskaraṇa. 1aNayī Dillī :bBhāratīya Jñānapīṭha :bVāṇī Prakāśana,c2023. a199 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLokodaya granthamālā ;v1461 aShort stories. aAn anthology of Panjabi short-stories by various authors. aIn Hindi; translated from Panjabi. 0aShort stories, PanjabivTranslations into Hindi.0 aPhūlacanda Mānava,d1945-eeditor,etranslator.2 aBhāratīya Jñānapīṭha,epublisher. a92bPUL01956nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001500179042001500194043001200209050002500221100007600246245034300322264005300665264003000718300003600748336002600784337002800810338002700838504004100865600010400906650003001010650003001040700007401070880006801144880034601212994001201558on1390705946OCoLC20230718213016.0220526s2021 mr b 000 0 ara  a 2022357342 aDLCbengerdacDLC c(3 a9789920561068 a9920561061 a(OCoLC)1390705946 c300.00 MAD apccalcode af-mr---00aBP80.M8889bT33 20211 6880-01aTādilī, al-Ḥasan ibn Muḥammad al-Maʻdānī,eauthor.136880-02aal-Rawḍ al-yāniʻ al-fāʼiḥ fī manāqib Sayyidinā wa-Mawlānā Abī ʻAbd Allāh Muḥammad, al-madʻū bi-al-Ṣāliḥ /cmin taʼlīf al-ʻAllāmah Sayyidī al-Ḥasan ibn Muḥammad al-Maʻdānī al-Tādilī ; dirāsat wa-taḥqīq Dh. Muḥammad al-Rāḍī Kannūn al-Ḥasanī al-Idrīsī. 1a[Rabat?] :b[publisher not identified],c[2021?] 3aRabat :bImprimerie Yadip a2 volumes (1150 pages) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.10aMuʻṭá al-Sharqāwī, Muḥammad al-Muʻṭá ibn Muḥammad al-Ṣāliḥ,d-1766 or 1767. 0aSufismzMoroccoxHistory. 0aSharqāwīyahxHistory.1 aIdrīsī, Muḥammad al-Rāḍī Kannūn al-Ḥasanī,eeditor.1 6100-01aتادلي، الحسن بن محمد المعداني.126245-02aالروض اليانع الفائح في مناقب سيدنا ومولانا أبي عبد الله محمد، المدعو بالصالح /cمن تأليف العلامة سيدي الحسن بن محمد المعداني التادلي ؛ دراسة وتحقيق ذ. محمد الراضي كنون الحسني الإدريسي. a92bPUL03144npc a2200625 i 4500001001300000003000600013005001700019008004100036010001700077040002400094035002200118041001300140100004400153245010600197300004300303300007700346300007200423300002900495300002400524300002700548300003100575300002200606506018400628520021300812520028501025524015401310540005901464541002401523541003701547545004601584546001601630600005101646600004701697600004801744610002601792610005901818650004801877650003601925650002201961651002901983655002202012655002502034655002402059655002202083655002302105655002702128655002902155655002002184700002702204710004002231710004902271773009702320856008902417994001202506on1390705947OCoLC20230718213016.0230717i19652013xx eng  a 2022655491 aDLCbengedacscDLC a(OCoLC)13907059470 aengdeng1 aBarner, William Maxwell,cIIIecreator.10aWilliam Maxwell Barner III collectionf1965-1970, 2010, 2012-2013 :bVeterans History Project (U.S.). 3whole collectionamore than 244fitems 3moving imagesa2 videodiscs (optical) (DVD) :bsound, color ;c4 3/4 in. 3graphic materialsa13 photographic prints :bblack and white, color 3graphic materialsa1 map 3artifactsa9fitems 3manuscriptsa47fitems 3correspondencea179fitems 3journala1fitems1 aCollection is open for research; access restrictions apply. To request collection materials, please contact the Veterans History Project at.uhttps://ask.loc.gov/veterans-history/ aThe Barner collection contains video recordings of an 02 October 2012 oral history interview and interview transcript about Barner's time in the United States Army during the Vietnam War from 1966 until 1969. aThis collection also contains correspondence, a journal, map, newpaper clippings, artifacts, photographs, a training book, and ephemoria created and compliled by Barner while serving in the war. Also included is a copy of the 2010 obituary for fellow soldier Jack Ellis Westbrook.8 aWilliam Maxwell Barner III collection (AFC/2001/001/89316), Veterans History Project, American Folklife Center, Library of Congress, Washington, D.C. aDuplication of collection materials may be restricted. aAccessioned,d2013. aJames Showers;cDonation;d2013. aDuring his service Barner's rank was E-5. aIn English.10aBarner, William Maxwell,cIIIvCorrespondence.10aBarner, William Maxwell,cIIIvInterviews.10aBarner, William Maxwell,cIIIvPhotographs.10aUnited States.bArmy.10aUnited States.bArmy.bArmored Cavalry Regiment, 11th. 0aVietnam WarvPersonal narratives, American. 0aVietnam WarxVeteranszAlabama. 0a[other subjects]. 0a[geographical subjects]. 7aManuscripts.2aat 7aCorrespondence.2aat 7aPhotographs.2gmgpc 7aClippings.2gmgpc 7aInterviews.2lcgft 7aOral histories.2lcgft 7aVideo recordings.2lcgft 7aDiaries.2lcgft1 aJames Showers,edonor.2 aAmerican Folklife Center,esponsor.2 aVeterans History Project (U.S.),ecollector.0 iForms part of:tVeterans History Project collection (Library of Congress)w(DLC) 2006700247423Veterans History Project database recorduhttps://www.loc.gov/item/afc2001001.89316/ a92bPUL01483nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001500253082001200268100002900280245009000309263000900399264003100408300002200439336002600461337002600487338003600513520014200549521002400691521002400715588010300739650004000842650002700882700003300909776011900942994001201061on1390705948OCoLC20230718213016.0m o d cr |||||||||||230714s2023 nyu bo 000 1 eng  a 2023010116 aDLCbengerdacDLC a9781984816924q(epub) a1984816926 z9781984816917q(hardcover) a(OCoLC)1390705948 apcc00aPZ7.W6485300a[E]2231 aWilkins, Ebony,eauthor.10aZora, the story keeper /cwritten by Ebony Joy Wilkins ; illustrated by Dare Coulter. a2310 1aNew York :bKokila,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"A young Black girl and her aunt celebrate the wonder and magic of their family's legacy through storytelling."--cProvided by publisher. aAges 4 - 8bKokila. aGrades 2-3bKokila. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aAfrican American familiesvFiction. 1aStorytellingvFiction.1 aCoulter, Dare,eillustrator.08iPrint version:aWilkins, Ebony.tZora, the story keeperdNew York : Kokila, 2023z9781984816917w(DLC) 2023010115 a92bPUL02558nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040003000094020002700124020001500151020003100166020002600197035002200223042000800245050002600253082003400279100003500313245007900348263000900427264004900436300001300485336002600498337002800524338002700552504005100579520132500630650005001955650003002005776014902035994001202184on1390705949OCoLC20230718213016.0230512s2024 enk b 001 0 eng c a 2023022913 aWaSeSS/DLCbengerdacDLC a9781119756200q(cloth) a1119756200 z9781119756217q(adobe pdf) z9781119756224q(epub) a(OCoLC)1390705949 apcc00aHF5415.153b.G88 202400a658.5/750688223/eng/202307171 aGuidolin, Mariangela,eauthor.10aInnovation diffusion models :btheory and practice /cMariangela Guidolin. a2311 1aChichester, West Sussex, UK :bWiley,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"New product growth models - also called innovation diffusion models - are used to describe and forecast the evolution in time of sales of new products. Commercial products are characterized by a finite life cycle, which follows a nonlinear path, namely birth, growth, maturity, and decline. Previously, traditional time series frameworks such as ARIMA models have been used, however, they do not prove a satisfactory choice. A growing need for quantitative marketing in today's market is driving the development of new product diffusion models to determine the life cycle of a new product. The statistical techniques involved in new model estimations combine time series analysis with nonlinear regression techniques, which this book shall explore. Innovation Diffusion Models: Theory and Practice fully assesses the main mathematical features of the models, discussing the meaning of the parameters from the marketing point of view with several real-data examples; presents and discuss the statistical aspects involved in model estimation and selection; presents and discusses forecasting and explanatory ability of the proposed models with real-data applications in several industrial and commercial sector and proposes new ideas for future achievements in research and commercial practice."--cProvided by publisher. 0aNew productsxMarketingxMathematical models. 0aDiffusion of innovations.08iOnline version:aGuidolin, Mariangela.tInnovation diffusion modelsdChichester, West Sussex, UK : Wiley, 2024z9781119756217w(DLC) 2023022914 a92bPUL01345nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002600194100004600220245020800266264004000474300004000514336002600554337002800580338002700608504006700635500012500702650004300827650003100870650004600901700004800947994001200995on1390705950OCoLC20230718213016.0230425s2022 bl a b 001 0 por  a 2023313459 aDLCbengerdacDLC a9788536299204 a8536299207 a(OCoLC)1390705950 alcode as-bl---00aKHD335.C65b.A93 20221 aAzambuja, Mariana Menna Barreto,eauthor.10aInternet das coisas e as relações de consumo :ba necessidade de ressignificação e efetividade do direito à privacidade /cMariana Menna Barreto Azambuja ; prefácio por Adalberto Pasqualotto. 1aCuritiba :bJuruá Editora,c2022. a209 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index (pages 193-203). aOriginally presented as the author's thesis (master's)--Pontifícia Universidade Católica do Rio Grande do Sul, 2014. 0aInternetxLaw and legislationzBrazil. 0aPrivacy, Right ofzBrazil. 0aElectronic commercexLaw and legislation.1 aPasqualotto, Adalberto,ewriter of preface. a92bPUL02442nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258050002400266082002900290245009900319263000900418264005800427300001300485336002600498337002800524338002700552504005100579520102600630650003401656650003601690650002401726650002501750653003601775700003801811776017101849994001202020on1390705960OCoLC20230718213016.0230712s2024 pau b 001 0 eng  a 2023027740 aDLCbengerdacDLC a9781668491843q(hardcover) a1668491842 a9781668491881q(paperback) a1668491885 z9781668491850q(ebook) a(OCoLC)1390705960 apcc00aLB1027.2b.R65 202400a379.2/8223/eng/2023071704aThe role of faith and religious diversity in educational practices /cEdited by: Jason DeHart. a2310 1aHershey, PA :bInformation Science Reference,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"The Role of Faith and Religious Diversity in Educational Practices, edited by Jason DeHart, offers a compelling solution to address this critical issue. This transformative book explores the intersections between faith and educational practices, drawing on research-based narratives and studies to illuminate the implications of policy and practice through a faith-based lens. By embracing a broad definition of religion and faith, it fosters diverse perspectives and encourages critical reflection on the importance of religious diversity in education. Through practical insights and evidence-based guidance, this book empowers researchers and educators to create inclusive spaces for faith-related discussions and develop policies that honor and respect religious identities. By engaging with this book, scholars and educators can take tangible steps toward cultivating inclusive and enriching learning environments that value and celebrate the diverse religious perspectives of all students"--cProvided by publisher. 0aEducationxReligious aspects. 0aReligion in the public schools. 0aCultural pluralism. 0aInclusive education. aCultural pluralism in education1 aDeHart, Jason D.,d1982-eeditor.08iOnline version:tRole of faith and religious diversity in educational practicesdHershey, PA : Information Science Reference, [2024]z9781668491850w(DLC) 2023027741 a92bPUL00990nam a22002893 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051003300150245003500183260008500218300005000303650003300353650001500386650003700401650001700438650005000455700004000505700003100545700005300576710005900629994001200688on1390706007OCoLC20230718213016.0840604s1715 fr f 000 0 fre  a 32003557  aDLCbengcDLC a(OCoLC)139070600700aBJ1662b.T3 aBJ1602b.T3cToinet no. 118700aTablettes de l'homme du monde, aA Cosmopoli,bChez Auguste Le Catholique, à l'enseigne de l'Orthodoxie.c1715. a8 p.l., 344 p.bfront., platesc16 cm. (12mo) 0aHandbooks, vade-mecums, etc. 0aEducation. 0aBest booksvEarly works to 1800. 0aAmbassadors. 0aWar (International law)vEarly works to 1800.1 aWicquefort, Abraham de,d1606-1682.1 aGrotius, Hugo,d1583-1645.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL03987nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193035002200223042000800245050001000253082003000263245010900293263000900402264004600411300002200457336002600479337002600505338003600531504005100567505173900618520070302357588010303060650005603163650005403219650001803273650004003291700002803331700003103359776015103390994001203541on1390706008OCoLC20230718213016.0m o d cr |||||||||||230307s2023 ne ob 001 0 eng  a 2023010738 aDLCbengerdacDLC a9789004434011q(ebook) a9004434011 z9789004433991q(hardback) a(OCoLC)1390706008 apcc00aK379100a344/.094223/eng/2023071400aHeritage destruction, human rights, and international law /cedited by Amy Strecker and Joseph Powderly. a2307 1aLeiden ;aBoston :bBrill/Nijhoff,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIs international law ready for the recognition of a general obligation to prevent and avoid destruction of cultural heritage? / Francesco Francioni -- The geneology of 'universality' within cultural heritage law / Sophie Starrenburg -- Grave crimes : conservation, conflict, and criminality in Timbuktu / Lynn Meskell -- Heritage destruction as a collective harm : challenges and pitfalls of international cultural justice / Andrzej Jakubowski -- International destruction of cultural heritage : sentencing and reparations / Ana filipa Vrdoljak -- Responding to the destruction of intagible cultural heritage in situations of armed conflict : what international law to apply? / Janet Blake -- Toward a human rights-based approach as an element in post-conflict cultural hertiage reconstruction / Patty Gerstenblith -- Cultural heritage losses in peacetime : challenges and lingering questions / Alessandro Chechi -- Balancing economic interests with cultural preservation in development contexts : insight into the meaning of "imperatives of development" / Berenika Drazewska -- The right to participate in cultural life and heritage destruction : Panacea or part of the problem? / Lucas Lixinski -- The destruction of indigenous people's heritage and international law / Federico Lenzerini -- Environmental principles and heritage in Australia : a first nations focus / Ben Boer -- Beyond sovereignty : Tara, the M3, access to justice for cultural landscape destruction in Ireland / Amy Strecker and Conor Newman -- Virtual enclosure, Spatial injustice, and heritage destruction in the Caribbean : the case of Camerhogne Park, Grenada / Amanda Byer -- The notion of 'Heritage title' for contested cultural objects / Evelien Campfens. a"This book brings together prominent scholars in the fields of international cultural heritage law and heritage studies to scrutinise the various branches of international law and governance dealing with heritage destruction from human rights perspectives, both in times of armed conflict as well as in peace. Importantly, it also examines cases of heritage destruction that may not be intentional, but rather the consequence of large-scale infrastructural development or resource extraction. Chapters deal with high profile cases from Europe, North Africa, The Middle East, Latin America and the Caribbean, with a substantial afterword on heritage destruction in Ukraine"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCultural propertyxProtectionxLaw and legislation. 0aCultural propertyxProtection (International law) 0aHuman rights. 0aInternational law and human rights.1 aStrecker, Amy,eeditor.1 aPowderly, Joseph,eeditor.08iPrint version:tHeritage destruction, human rights, and international lawdLeiden ; Boston : Brill/Nijhoff, 2023z9789004433991w(DLC) 2023010737 a92bPUL01643nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001000253082002900263100003100292245009100323263000900414264005300423300002200476336002600498337002600524338003600550504004100586520031100627588010300938650001401041650001401055650002501069776013901094994001201233on1390706014OCoLC20230718213016.0m o d cr |||||||||||230601s2023 cau ob 000 0 eng  a 2023023425 aDLCbengerdacDLC a9781608688487q(epub) a1608688488 z9781608688470q(paperback) a(OCoLC)1390706014 apcc00aHV87500a362.734223/eng/202307171 aMadrid, Michelle,eauthor.10aLet us be greater :ba gentle, guided path to healing for adoptees /cMichelle Madrid. a2310 1aNovato, California :bNew World Library,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references. a"A soulful approach to healing the misunderstanding, myth, and sense of marginalization within the adoptee community. Through illuminating exercises, affirmations, and stories, the book lays out a path that guides adoptees to come home to themselves - the greatest reunion of all"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAdoption. 0aAdoptees. 0aMarginality, Social.08iPrint version:aMadrid, Michelle.tLet us be greaterdNovato, California : New World Library, [2023]z9781608688470w(DLC) 2023023424 a92bPUL01861nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246043001200254050001000266082003000276100003600306245009000342250000900432263000900441264005900450300002200509336002600531337002600557338003600583500002000619520028100639521003900920521004000959588010300999650004301102650005901145650004301204776015601247994001201403on1390706015OCoLC20230718213016.0m o d cr |||||||||||230615s2023 mnu jo 001 0 eng  a 2023028034 aDLCbengerdacDLC a9781647554125q(ebook) a1647554128 z9781647554118q(paperback) a(OCoLC)1390706015 apcc an-us-ga00aQL17100a591.9758223/eng/202307131 aTroutman, Alex,d1990-eauthor.10aCritters of Georgia /cAlex Troutman ; produced in cooperation with Wildlife Forever. a2nd. a2310 1aCambridge, Minnesota :bAdventure Publications,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index. a"Critters of Georgia is your wildlife pocket guide that's informative, concise, and easy to use. Written by wildlife biologist Alex Troutman, this handy book presents 63 critters of the Peach State-if an animal is in this book, it's found in Georgia"--cProvided by publisher. aAges 7-12bAdventure Publications. aGrades 2-3bAdventure Publications. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAnimalszGeorgiavJuvenile literature. 0aAnimalszGeorgiavIdentificationvJuvenile literature. 0aZoologyzGeorgiavJuvenile literature.08iPrint version:aTroutman, Alex, 1990-tCritters of Georgiab2nd.dCambridge, Minnesota : Adventure Publications, 2023z9781647554118w(DLC) 2023028033 a92bPUL03510nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001300296082002800309100004900337245012900386263000900515264005600524300002300580336002600603337002600629338003600655490005600691504005100747505045300798520109401251588010302345600005502448650005702503650005602560650003302616650006502649650004602714650004002760776020402800994001203004on1390706023OCoLC20230718213016.0m o d cr |||||||||||230707s2024 enk ob 001 0 eng  a 2023020811 aDLCbengerdacDLC a9781003268451q(ebook) a1003268455 z9781032214405q(hardback) z9781032214412q(paperback) a(OCoLC)1390706023 apcc ae-gx---00aLA721.8200a379.43223/eng/202307141 aPhillips, David,d1944 December 15-eauthor.12aA British education control officer in occupied Germany, 1945-1949 :bthe letters of Edward Aitken-Davies /cDavid Phillips. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge studies in modern European history ;v101 aIncludes bibliographical references and index.0 aIntroduction -- Education in the British Zone of Germany, 1945-1949 -- Edward Aitken-Davies, 1899-1981 -- Edward Aitken-Davies's letters to his mother, May 1945-December 1947 -- Postscript, 1948-1949 and after -- Appendices A. EAD : lecture on his work in Germany, 1945-1949 -- B. EAD : outline of the views of the German political parties on the subject of educational reform (July 1948) -- C. EAD : thoughts on the British Relations Board scheme. a"Edward Aitken-Davies (1899-1981) served as an Education Control Officer in the British Zone of occupied Germany from the early summer of 1945 until December 1949. He thus experienced the implementation of policy in the Zone from the very beginnings of the occupation until the founding of the Federal Republic of Germany in 1949. During the period 1945 to 1947 he wrote weekly letters home to his mother. Those letters, together with the many speeches he gave in Germany during his time as a leading British officer in the Hanover region have not hitherto been available to researchers but can now be made accessible in edited form. The letters are placed in the context of developments in British policy and with explanatory notes on the detail. Taken together, his letters and other documents provide insights into the day-to-day lives of the impressive group of individuals who oversaw the development of education in Germany from post-war chaos to the reform and stability which restored the education system of the country to a pre-eminent status in Europe"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aAitken-Davies, Edward,d1899-1981vCorrespondence. 0aEducation and statezGermanyxHistoryy20th century. 0aEducational changezGermanyxHistoryy20th century. 0aGermanyxHistoryy1945-1955. 0aBritishzGermanyzHanover (Province)xHistoryy20th century. 0aEducatorszGreat BritainvCorrespondence. 0aEducatorszGermanyvCorrespondence.08iPrint version:aPhillips, David, 1944 December 15-tBritish education control officer in occupied Germany, 1945-1949dAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032214405w(DLC) 2023020810 a92bPUL02064nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001800178020001500196020003100211020003100242035002200273042000800295050001100303082002900314100003000343245005000373263000900423264005200432300002300484336002600507337002600533338003600559490001600595500008900611520045000700521003201150588010301182650005501285650005101340650002201391655003501413776014601448994001201594on1390706024OCoLC20230718213016.0m o d cr |||||||||||230712s2024 mnu jo 000 0 eng  a 2023031563 aDLCbengerdacDLC a9798889967859q(ebook) a9789798889967 a9798889967 z9798889967835q(hardcover) z9798889967842q(paperback) a(OCoLC)1390706024 apcc00aPE115900a428.1/3223/eng/202307171 aTyler, Madeline,eauthor.10aBen can run, Bell can run! /cMadeline Tyler. a2401 1aMinneapolis, MN :bDecodables by Jump!,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRed level 2 a"This edition is published by arrangement with Booklife Publishing"--Copyright page. a"It is Sports Day. What can they all do? The phoneme /b/ is featured in this title. Ben Can Run, Bell Can Run! is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 3-6 yearsbJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEnglish languagexConsonantsvJuvenile literature. 0aReadingxPhonetic methodvJuvenile literature. 0aReaders (Primary) 7aReaders (Publications).2lcgft08iPrint version:aTyler, Madeline.tBen can run, Bell can run!dMinneapolis, MN : Decodables by Jump!, [2024]z9798889967835w(DLC) 2023031562 a92bPUL00979nam a22002895i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245016700259246001700426264004200443300003300485336002600518337002800544338002700572520006200599546001600661994001200677on1390706025OCoLC20230718213016.0230717s2023 ii 000 0 beno  a 2023341575 aDLCbengerdacDLC a9788195391066 a8195391060 aI-B-2023-341575; 10 a(OCoLC)1390706025 bLibrary of Congress -- New Delhi Overseas Office alcode00aBhaẏa samagra :b35ṭi bhaẏera galpera br̥hattama saṃkalana /cHarinārāẏaṇa Caṭṭopādhyāẏa = Bhoy samagra / by Harinarayan Chattopadhyay.31aBhoy samagra 1aKalakātā :bBuka Phārma,c2023. a247 pages, 1 unnumbered page atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aComplete horror stories of a 20th century Bengali author. aIn Bengali. a92bPUL01380nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002500159020002600184020002700210035002200237041001300259042000800272043002100280050002400301245011300325264004900438300004600487336002600533337002800559338002700587546002600614504004100640610005200681610005700733610005700790700003800847700004100885700004400926994001200970on1390706057OCoLC20230718213016.0210324s2020 pl a b 000 0 pol  a 2022380903 aDLCbengerdacDLC a9788375237979q(print) a8375237973 z9788375239492q(pdf) z9788375239508q(mobi) z9788375239515q(e-pub) a(OCoLC)13907060570 apolbeng apcc aee-----aec-----00aUA646.3b.B482 202000aBezpieczeństwo północno-wschodniej flanki NATO /cMarek Żyła, Piotr Krzykowski, Jarosław Grabowski. 1aWarszawa :bAkademia Sztuki Wojennej,c2020. a309 pages :bcolor illustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSummaries in English. aIncludes bibliographical references.20aNorth Atlantic Treaty OrganizationxMembership.20aNorth Atlantic Treaty OrganizationzEurope, Eastern.20aNorth Atlantic Treaty OrganizationzEurope, Central.1 aŻyła, Marek,eeditor,eauthor.1 aKrzykowski, Piotr,eeditor,eauthor.1 aGrabowski, Jarosław,eeditor,eauthor. a92bPUL02114nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002300220082002900243100003000272245009700302250003000399250002100429263000900450264004000459300001300499336002600512337002800538338002700566500005100593520106500644650001601709650001501725994001201740on1390706124OCoLC20230718213016.0230713s2023 nyu 000 0 eng  a 2023030644 aDLCbengerdacDLC a9780306832017q(paperback) a0306832011 z9780306832024q(ebook) a(OCoLC)1390706124 apcc00aBF637.M4bK23 202300a158.1/2223/eng/202307171 aKabat-Zinn, Jon,eauthor.10aWherever you go, there you are :bmindfulness meditation in everyday life /cJon Kabat-Zinn. a30th anniversary edition. aRevised edition. a2312 1aNew York, NY :bHachette Go,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally published in hardcover by Hyperion. a"When Wherever You Go, There You Are was first published in 1994, no one could have predicted that the book would launch itself onto bestseller lists nationwide and sell over 1 million copies to date. Thirty years later, Wherever You Go, There You Are remains a foundational guide to mindfulness and meditation, introducing readers to the practice and guiding them through the process. The author of over half a dozen books on mindfulness, Jon Kabat-Zinn combines his research and medical background with his spiritual knowledge to help readers find peace and change their lives. In this new edition, readers will find a new introduction and afterword from Kabat-Zinn, as well as factual updates throughout to address changes in research and knowledge since it was originally published. After the special tumult of the last few years, as well as the promise of more unrest in the future, Wherever You Go, There You Are serves as an anchor for a whole new generation of readers looking to find their center and achieve their true self"--cProvided by publisher. 0aMeditation. 0aAttention. a92bPUL01666nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020001500154020002500169035002200194042000800216043001200224050002300236082003000259245012900289246005700418250001900475263000900494264004900503300001300552336002600565337002800591338002700619500009800646520014200744651003000886650004400916700003400960700002800994710006701022776015501089994001201244on1390706125OCoLC20230718213016.0230714s2023 dcu 000 0deng  a 2023031670 aDLCbengerdacDLC a9781588347367q(trade paperback) a1588347362 z9781588347381q(ebk) a(OCoLC)1390706125 apcc an-us-dc00aF192.3b.W335 202300a910.9753223/eng/2023071700aWashington on foot :btwenty-four walking tours and maps of Washington, DC /cedited by William J. Bonstra and Judith Meany.30aTwenty-four walking tours and maps of Washington, DC aSixth edition. a2401 1aWashington, DC :bSmithsonian Books,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Published in association with National Capital Area Chapter, American Planning Association." a"An essential walking tour guide to one of the most walkable and historic cities in the U.S.: Washington, D.C."--cProvided by publisher. 0aWashington (D.C.)vTours. 0aWalkingzWashington (D.C.)vGuidebooks.1 aBonstra, William J.,eeditor.1 aMeany, Judith,eeditor.2 aAmerican Planning Association.bNational Capital Area Chapter.08iOnline version:aBonstra, William J.tWashington on foot.bSixth editiondWashington, DC : Smithsonian Books, [2023]z9781588347381w(DLC) 2023031671 a92bPUL01260nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050002500159110003600184245025000220264003200470300003300502336002600535337002800561338002700589490005500616546002000671500009900691650002400790650003000814655003100844700004700875994001200922on1390706139OCoLC20230718213016.0221108s2022 rb k l 000 0 srp  a 2022472774 aDLCbengerdacDLC a(OCoLC)1390706139 apcc ae-rb---00aKKS1250.7b.A28 20221 aSerbia,eenacting jurisdiction.10aReferendum :bZakon o referendumu i narodnoj inicijativi, Odluka o raspisivanju republičkog referenduma radi potvrđivanja Akta o promeni Ustava Republike Srbije, podzakonski akti /cglavni i odgovorni urednik, Ljiljana Milanković-Vasović. 1aBeograd :bIntermex,c2022. a175 pages :bforms ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka Pravni Informator,x1450-7137 ;v2022/1 aSerbianbLatin. aIncludes Zakon o referendumu i narodnoj inicijativi and related legislation, regulations, etc. 0aReferendumzSerbia. 0aDirect democracyzSerbia. 7aStatutes and codes.2lcgft1 aMilanković-Vasović, Ljiljana,eeditor. a92bPUL02876nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263043001200271050001300283082003300296100003600329245010500365250001900470263000900489264003400498300002200532336002600554337002600580338003600606504005100642520117400693588010301867650004501970650003402015650003602049650004802085650005202133650005002185776015902235994001202394on1390706140OCoLC20230718213016.0m o d cr |||||||||||230524s2023 nyu ob 001 0 eng  a 2023009009 aDLCbengerdacDLC a9781003224457q(ebk) a1003224458 z9781032124179q(hbk) z9781032123219q(pbk) a(OCoLC)1390706140 apcc an-us---00aLB2864.500a363.11/9371223/eng/202307151 aYarbrough, Jeffrey D.,eauthor.10aRedefining school safety and policing :ba transformative four-pillar model /cJeffrey D. Yarbrough. aFirst edition. a2309 1aNew York :bRoutledge,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Redefining School Safety and Policing identifies and works to eliminate systemic issues in school policing that negatively impact students of color, LGBTQIA+ students, and other marginalized populations. Focusing on the fundamental goal of creating safe learning environments, Yarbrough lays out the unintended consequences of involving police in the administrative disciplinary process, as agents of school administrators and enforcers of zero-tolerance policies. Behavioral health support is important to students going through social, emotional, and mental health crises. True equity work brings everyone to a safe space in the middle, encouraging open discussion and courageous dialogue and aiming to create positive change. Yarbrough argues that behavioral health and racial equity are vital to transforming school policing and providing beneficial alternative solutions to school policing that do not lead students to the juvenile or criminal justice system. This book is suitable for school administrators, teachers, counselors, social workers, police and school resource officers, and community activists working to defund the police"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSchoolsxSafety measureszUnited States. 0aSchool policezUnited States. 0aPolice trainingzUnited States. 0aSchool violencexPreventionzUnited States. 0aBullying in schoolszUnited StatesxPrevention. 0aMinoritieszUnited StatesxSocial conditions.08iPrint version:aYarbrough, Jeffrey D.tRedefining school safety and policingbFirst edition.dNew York : Routledge, 2023z9781032124179w(DLC) 2023009008 a92bPUL03308nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001100285082002900296245013700325263000900462264005700471300002200528336002600550337002600576338003600602504004100638505079700679520096301476588010302439650003402542650002502576650002702601700003702628776020902665994001202874on1390706141OCoLC20230718213016.0m o d cr |||||||||||230610s2023 pau ob 000 0 eng  a 2023025847 aDLCbengerdacDLC a9781668486474q(ebook) a1668486474 z9781668486467q(hardcover) z9781668486504q(paperback) a(OCoLC)1390706141 apcc00aLB236100a378.1/9223/eng/2023071400aDynamic curriculum development and design strategies for effective online learning in higher education /cedited by: Kelley Walters. a2309 1aHershey PA :bInformation Science Reference,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.0 aDesigning online learning environments via mobile technologies a padlet example : designing online learning environments / Sibel Ergün Elverici -- Getting started with augmented reality (AR) in inclusive online teaching and learning in higher education : an extended environmental scan for pedagogical design leads / Shalin Hai-Jew -- Designing universal and passive prompts for ideational creativity and innovation in inclusive online learning spaces : instructional leadership, course policies, ecosystem, and social media enablements / Shalin Hai-Jew -- Social constructivism examined : online learning through collaboration in an undergraduate Applied Linguistics classroom in Hong Kong / Amy Suen -- Holistic approaches to student support in online learning environments / Sabire Akay. a"Organized into three main sections, the book begins with an overview of the current landscape of online learning and the challenges and opportunities it presents for curriculum development. It then delves into the design and development of online courses, followed by the implementation and delivery of those courses. The book is relevant to both novice and experienced educators and practitioners who are involved in designing, developing, and delivering online courses in higher education. It provides a comprehensive understanding of the strategies and techniques required to design and deliver effective online courses, while examining the challenges and opportunities presented by online learning in higher education. As such, this book is an essential resource for anyone involved in online learning in higher education who seeks to develop and deliver dynamic and engaging courses that cater to the needs of online learners"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxCurricula. 0aCurriculum planning. 0aWeb-based instruction.1 aWalters, Kelley,d1966-eeditor.08iPrint version:tDynamic curriculum development and design strategies for effective online learning in higher educationdHershey PA : Information Science Reference, [2023]z9781668486467w(DLC) 2023025846 a92bPUL01122nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002600117020001500143020002600158020001500184035002200199042000800221043001200229050002400241100003400265245013300299250002000432264006400452300002300516336002600539337002800565338002700593500003100620504004100651650003100692700003700723994001200760on1390706142OCoLC20230718213016.0230510s2022 sp b 000 0 spa  a 2023417783 aDLCbengerdacDLC a9788411255530q(v. 1) a8411255530 a9788411255561q(v. 2) a8411255565 a(OCoLC)1390706142 apcc ae-sp---00aKKT2720b.F465 20221 aFernández, Tomás Ramón.10aCurso de derecho administrativo /cTomás Ramón Fernández Rodríguez, Eduardo García de Enterría y Martínez-Carande. a20.a Edición. 1aCizur Menor (Navarra) :bCivitas :bThomson Reuters,c2022. a2 volumes ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aVolume II: 17.a Edición. aIncludes bibliographical references. 0aAdministrative lawzSpain.1 aGarcía de Enterría, Eduardo. a92bPUL03804nam a22005298i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277043001200285050001100297082003300308084003400341100004400375245012900419263000900548264004400557300002200601336002600623337002600649338003600675504005100711505048300762520130001245588010302545650003902648650004402687650002102731650005002752650004102802650004802843650007002891650009202961650004503053700001803098776014603116994001203262on1390706178OCoLC20230718213016.0m o d cr |||||||||||230609s2023 ncua ob 001 0 eng  a 2023025643 aDLCbengerdacDLC a9781478027737q(ebook) a1478027738 z9781478025603q(paperback) z9781478020851q(hardcover) a(OCoLC)1390706178 apcc an-us---00aHQ117800a004.67/8082223/eng/20230712 aSOC001000aSOC0520002bisacsh1 aWade, Ashleigh Greene ,d1985-eauthor.10aBlack girl autopoetics :bagency in everyday digital practice /cAshleigh Greene Wade ; with illustrations by Al Valentín. a2403 1aDurham :bDuke University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aDefining Black Girl Autopoetics -- Interlude: On Developing Digital Ethics for/with Black Girls -- Places to Be: Black Girls Mapping, Navigating, and Creating Space through Digital Practice -- "You Gotta Show Your Life": Reading the Digital Archives of Everyday Black Girlhood -- "I Love Posting Pictures of Myself": Hypervisibility as a Politics of Refusal -- Making Time: Black Girls' Digital Activism as Temporal Reclamation -- What Does Black Girl Autopoetics Make Possible? a"Black Girl Autopoetics maps the everyday digital practices Black girls, showing us what their digital content reveals about their everyday experiences and how their digital production contributes to a broader archive of Black life. Ashleigh Greene Wade coins the term "Black girl autopoetics" as a way of describing how Black girls' self-making creatively reinvents cultural products, spaces, and discourse in digital space. By contrast to the pre-internet era, Black girls can seize the means of representation for themselves with a speed and flexibility enabled by smart phones. Throughout the book, Wade analyzes the double bind Black girls face when creating content on-line: on one hand, their online activity makes them hyper-visible, putting them at risk for cyberbullying, harassment, and other forms of violence, and on the other hand, Black girls are rarely given credit for their digital inventiveness, rendering them invisible. Using ethnographic research into the digital cultural production of adolescent Black girls in Richmond, Virginia to illustrate Black girl autopoetics, Wade draws a complex picture of how Black girls navigate contemporary reality, and she urges us to listen to Black girls' experience and learn from their techniques of survival"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInternet and womenzUnited States. 0aAfrican American womenxSocial aspects. 0aWomenxIdentity. 0aDigital mediaxSocial aspectszUnited States. 0aTechnology and womenzUnited States. 0aTechnology and Black peoplezUnited States. 0aAfrican American women in popular culturexHistoryy21st century. 7aSOCIAL SCIENCE / Ethnic Studies / American / African American & Black Studies.2bisacsh 7aSOCIAL SCIENCE / Media Studies.2bisacsh1 avalentin, al.08iPrint version:aWade, Ashleigh Greene , 1985-tBlack girl autopoeticsdDurham : Duke University Press, 2023z9781478025603w(DLC) 2023025642 a92bPUL01042nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245010500214246002200319264007200341300004500413336002600458337002800484338002700512500001700539504004100556700002900597700002900626710007300655994001200728on1390706179OCoLC20230718213016.0230717s2022 pk a b 000 0 eng  a 2023318819 aDLCbengerdacDLC a(OCoLC)1390706179 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aInternational reactions on Kashmir situation /cresearch by, Ayesha Waheed ; edited by Mehr un Nisa.30aKashmir situation 1aIslamabad :bKashmir Institute of international Relations,c[2022]. a43 pages :bcolor illustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references.1 aWaheed, Ayesha,eeditor.0 aMehr un Nisa,ecompiler.2 aKashmir Institute of International Relations (Rawalpindi, Pakistan). a92bPUL00898nam a22002773i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003000172245011400202250002100316264005400337300003000391336002100421337002500442338002300467504005700490546001900547653004200566994001200608on1390706180OCoLC20230718213016.0230717s2023 io b 000 0 ind  a 2023330066 aDLCbengerdacDLC a9786233211833 a6233211832 a(OCoLC)13907061801 aRumkabu, Elvira,eauthor.10aBayang-bayang kerentanan :btantangan kehidupan orang Sowek ndi Supiori /cElvira Rumkabu [and three others]. aCetakan pertama. 1aJakarta :bYayasan Pustaka Obor Indonesia,c2023. alxiii, 176 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 164-167). aIn Indonesian.0 aevironmental managementawomenaSowek a92bPUL00570nam a22001933u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051003300150245008400183260002600267300001800293700005300311994001200364on1390706211OCoLC20230718213016.0230717s1708 xx 000 0 fre  a 2023769289 aDLCbengcDLC a(OCoLC)139070621100aHQ1201b.M6 aHQ1201b.M6cToinet no. 124103aLe monde renversé ou dialogue des génies différ. qui gouvernent le monde. a[s.l.,bs.n.],c1708. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01869nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002400180100002900204245005200233264005100285300007900336336002600415337002800441338002700469504008500496520091400581600002501495650003501520994001201555on1390706220OCoLC20230718213016.0230614s2023 vraac bkq 000 0beng  a 2021388787 aDLCbengerdacDLC a9781922810885 a1922810886 a(OCoLC)1390706220 apcc00aML420.N49bY68 20231 aYoung, Miranda,eauthor.10aOlivia :bgrace and gratitude /cMiranda Young. 1aMelbourne, Vic :bWilkinson Publishing,c2023. a320 pages, 8 unnumbered pages of plates:billustrations; portraits;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographic references (pages 300-319), discography, and filmography. aNo matter how far she roamed Olivia always called Australia home. From the UK to Melbourne and all around the world, Grease superstar Olivia Newton-John is one of the most beloved musical and acting icons in the world. Grace and Gratitude covers Olivias journey as a dedicated woman in music who conquered the international entertainment world as well as being a mother, a wife and a relentless charity advocate who fought against the cancer that sadly took her from the world in August of 2022. With over twenty years of music and film research under her belt author Miranda Young celebrates Olivia's achievements while also paying tribute to the incredible woman she has become beyond her fame. With tributes from famous celebrities and public figures and exclusive insights from some of Australia's biggest names in music, Grace and Gratitude is the perfect tribute to an Australian and world-beloved icon.10aNewton-John, Olivia. 0aSingerszAustraliavBiography. a92bPUL04083nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001100296082003100307100003000338245007400368263000900442264005600451300002200507336002600529337002600555338003600581504005100617505098200668520164801650588010303298650004203401650003203443650003103475776013103506994001203637on1390706221OCoLC20230718213016.0m o d cr |||||||||||230609s2024 enk ob 001 0 eng  a 2023021582 aDLCbengerdacDLC a9781003431589q(ebook) a1003431585 z9781032495644q(hardback) z9781032591544q(paperback) a(OCoLC)1390706221 apcc aa-ii---00aHV413900a362.50954223/eng/202307171 aSinha, Amarjeet,eauthor.14aThe last mile :bturning public policy upside down /cAmarjeet Sinha. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aPrologue -- A poverty free India -- building systems for outcomes -- The historical legacy -- The diversity of geographies -- High growth, ease of doing business, and well-being -- Improving ease of living of the poor -- Why incomes matter -- Women's well -- being and livelihoods -- Women, work and empowerment -- Vulnerable social groups, inclusive policies and programmes -- Policy and programme formulation in basic education -- Revisiting skills for full employment -- Higher education reforms -- Policy and programme formulation in health -- Making quality health for all a reality -- Poshan, people and panchayats -- Improving governance of programmes -- Community connect and gpdps -- Human resource reforms -- Poverty free gram panchayats -- Challenges in urban governance for the poor -- Why we need a PM's human development council -- Global warming, local churning -- waste to wealth as way forward -- A poverty free India -- An India for all in a post COVID world. a"The Last Mile explores the gaps and dichotomy between drafted policies and their implementation and the last mile challenges which often make public services inaccessible to the poorest and most vulnerable sections of society. It provides an in-depth overview of the dynamics between communities, research and consultation and the implementation of policies for development. Rich in empirical data and case studies from different government programmes and reports, this book examines the implementation of government service programmes for poverty reduction, women's empowerment, income generation for the poor, among others, from a people's perspective. It highlights the need for policies and institutions to align their methods to community needs. Offering guidelines for redesigning as well as solutions to counter challenges related to lack of trust and effective communication, human resource management, capacity development, redressal mechanisms, and facilitating the last mile connection, the author delineates effective ways for integrating new technologies in policy implementation. The book also addresses legacy issues in institutions and re-orienting policy for better governance, transparency and building trust. Part of the 'Public Policy in India' series, this book, by a senior practitioner, will be an essential resource for students and researchers of development studies, sociology, public policy and governance, economics and South Asian studies. This book is freely available as a downloadable Open Access PDF at http://www.taylorfrancis.com under a Creative Commons (CC-BY-NC-ND) 4.0 license"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aUrban poorxGovernment policyzIndia. 0aMarginality, SocialzIndia. 0aMunicipal serviceszIndia.08iPrint version:aSinha, Amarjeet.tLast miledAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032495644w(DLC) 2023021581 a92bPUL01703nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001800172042000800190043001200198050002500210245026800235246006800503246005000571264007200621300005300693336002600746336003300772337002800805338002700833500018500860500005701045546002801102600003301130651005601163650004001219710004601259994001201305on1390706249OCoLC20230718213016.0150113s2012 mx a c 000 0 eng  a 2014437209 aDLCbengerdacDLC a9786074558944 a6074558949 a(OCoLC)13907062491 aengaspahspa apcc an-mx---00aF1386.1b.D4813 201200aDF penúltima región :bGerardo Suter : bitácora 2005-2011 /ctextos, Anasella Acosta, Ery Camara, Christine Férot, Laura González Flores, Mercedes Nasta, Blanca Ruiz Pérez, Paloma Porraz, José Antonio Rodríguez, Marisol Rodríguez, Gerardo Suter.18aGerardo Suter :bDF penúltima región : bitácora 2005-20113 aDF penúltima región, bitácora 2005-2011 1a[Ciudad de México] :b[Antiguo Colegio de San Ildefonso],c[2012] a143 pages :billustrations (some color) ;c23 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPublished on the occasion of the exhibition "DF Penultimate Region" as part of Fotoseptiembre 2011, held in the Antiguo Colegio de San Ildefonso from Sep. 7, 2011 to Jan. 15, 2012. aLC copy lacks disc apparently issued with item.5DLC aIn Spanish and English.10aSuter, GerardovExhibitions. 0aMexico City (Mexico)xPictorial worksvExhibitions. 0aPhotography, ArtisticvExhibitions.2 aAntiguo Colegio de San Ildefonso (Museum) a92bPUL02186nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124037001300146041001300159042001500172043001200187050002200199100005100221245038600272246009100658250003700749264007400786300002300860336002600883337002800909338002700937500012100964546004101085650002001126650002701146650002201173880004801195880040401243880003901647880007801686994001201764on1390706262OCoLC20230718213016.0210630s2020 jo 000 0 ara  a 2021326168 aDLCbengerdacDLC c(3 a(OCoLC)1390706262 a7.00 JOD0 aarabeng apccalcode ae-dk---00aBP65.D4bA23 20201 6880-01aʻAbd al-Qādir, Yāsmīn,eauthor.106880-02aTajallīyāt al-Islāmūfūbyā fī al-iʻlām al-gharbī :btāthīr nashr al-rusūm al-kārīkātīrīyah al-musīʼah lil-Nabī Muḥammad (ṣallá Allāh ʻalayhi wasallam) ʻalá al-Muslimīn fī al-Dinimārk = the effect of publishing abusive cartoons about the Prophet Mohammed on Muslims in Denmark /ciʻdād Yāsmīn ʻAbd al-Qādir.11aEffect of publishing abusive cartoons about the Prophet Mohammed on Muslims in Denmark 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Āminah lil-Nashr wa al-Tawzīʻ,c2020. a179 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally presented as the authors thesis (master's)--Jāmiʻat al-Sharq al-Awsaṭ, Kullīyat al-Iʻlām, 2017. aText in Arabic; abstract in English. 0aIslamzDenmark. 0aIslamophobiazDenmark. 0aMuslimszDenmark.1 6100-01aعبد القادر، ياسمين.106245-02aتجليات الإسلاموفوبيا في الإعلام الغربي :bتاثير نشر الرسوم الكاريكاتيرية المسيئة للنبي محمد (صلى الله عليه وسلم) على المسلمين في الدنمارك = the effect of publishing abusive cartoons about the Prophet Mohammed on Muslims in Denmark /cإعداد ياسمين عبد القادر. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار آمنة للنشر و التوزيع،c2020. a92bPUL01927nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124041001800146042000800164050002500172130005000197245018300247246003800430264007100468300002400539336002600563337002800589338002700617490005900644500001700703546007400720700004000794700002900834710003800863880018100901880006701082880006701149880010201216880006101318880003801379880002601417880003801443994001201481on1390706263OCoLC20230718213016.0211116s2020 ja s000 0 jpn  a 2021422413 aDLCbengerdacDLC c$1 a(OCoLC)13907062631 aainajpnhain apcc00aPL495.9.R36bJ3 20200 aRamat chish hawe anu menoko yukar.lJapanese.106880-01aTamashii no naku koe ga kikoeru "Onna no yukara" =bRamat chish hawe anu menoko yukar : Kannari Matsu hitsuroku Ainu jojishi /cKannari Matsu [cho] ; Kayano Shirō yaku.31aRamat chish hawe anu menoko yukar 16880-02aSapporo-shi :bHokkaidō Kyōiku Iinkai,cReiwa 2 [2020] a164 pages ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-03aAinu minzoku bunkazai yūkara shirīzu ;v64 aCover title. aIn Ainu and Japanese; introductory materials and summary in Japanese.1 6880-04aKannari, Matsu,d1875-1961.1 6880-05aKayano, Shirō.2 6880-06aHokkaidō Ainu Kyōkai.106245-01a魂の泣く声が聞こえる「女のユカラ」 =bRamat chish hawe anu menoko yukar : 金成マツ筆錄アイヌ叙事詩 /c金成マツ [著] ; 萱野志朗訳. 16264-02a札幌市 :b北海道教育委員会,c令和2 [2020]0 6490-03aアイヌ民俗文化財ユーカラシリーズ ;v64 6500-00a令和2年度アイヌ民俗文化財調查事業「金成マツノート」翻訳整理. 6500-00a委託業務受託者: 北海道アイヌ協会.1 6700-04a金成マツ,d1875-1961.1 6700-05a萱野志朗.2 6710-06a北海道アイヌ協会. a92bPUL01092nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002100199245016800220264004300388300002300431336002600454337002800480338002700508504004100535651004800576651004800624651005600672700003800728994001200766on1390706289OCoLC20230718213016.0220216s2019 bl b 000 0 por  a 2022306033 aDLCbengerdacDLC a9788594353825 a8594353820 a(OCoLC)1390706289 alcodeapcc as-bl---00aF2535b.E59 201900aEntre as províncias e a nação :bos diversos significados da política no Brasil do Oitocentos /cAdriana Pereira Campos [and three others] (organizadoras). 1aVitória :bEditora Milfontes,c2019. a255 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aBrazilxPolitics and governmenty1822-1889. 0aBrazilxPolitics and governmenty1763-1822. 0aBrazilxHistoryyDeclaration of Independence, 1822.1 aCampos, Adriana Pereira,eeditor. a92bPUL01618nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246043001200254050001600266082001400282100002800296245004500324250001900369263000900388264004100397300002200438336002600460337002600486338003600512520012600548521003500674521003700709588010300746650003100849650003200880650003000912650003800942651002300980776014501003994001201148on1390706290OCoLC20230718213016.0m o d cr |||||||||||230714s2023 nyu do 000 1 eng  a 2023017483 aDLCbengerdacDLC a9781250868107q(ebook) a1250868106 z9781250868091q(hardcover) a(OCoLC)1390706290 apcc aa-my---00aPZ7.1.M553300a[Fic]2231 aMikail, Nadia,eauthor.10aAt the end of the world /cNadia Mikail. aFirst edition. a2310 1aNew York :bFeiwel & Friends,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aWith the world about to end, seventeen-year-old Aisha and her mother set out on a road trip to find her estranged sister. aAges 13-18.bFeiwel & Friends. aGrades 10-12.bFeiwel & Friends. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aEnd of the worldvFiction. 1aAutomobile travelvFiction. 1aFamily problemsvFiction. 1aInterpersonal relationsvFiction. 1aMalaysiavFiction.08iPrint version:aMikail, Nadia.tAt the end of the worldbFirst edition.dNew York : Feiwel & Friends, 2023z9781250868091w(DLC) 2023017482 a92bPUL00727nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003800198245004100236260004300277300003900320650001400359700005300373710005900426994001200485on1390706304OCoLC20230718213016.0820504s1684 ne 000 0 fre  a 32016377  aDLCbengcDLC a(OCoLC)139070630400aHQ731b.M2 1684 aHQ731b.M2 1684 Copy 2cToinet no. 12271 aMainville, de. [from old catalog]10aDu bonheur et du malheur du mariage, aLa Haye,bChez Adrian Moetjens,c1684. a4 p.l., 274, [6] p.c14 cm. (12mo) 0aMarriage.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00835nam a22002417i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163100003900185245013600224264004500360300005500405336002600460337002800486338002700514700004000541994001200581on1390706305OCoLC20230718213016.0230717s2022 cy a 000 j gre  a 2023450917 aDLCbengerdacDLC a9789925568772q(softbound) a9925568773 a(OCoLC)13907063051 aPaulou, Geōrgia,d1969-eauthor.13aHo kēpos tōn axiōn /cGeōrgia Paulou ; eikonographēsē Antrē Ploutarchou, ekpaideutikos ; poiēsē Geōrgia Paulou. 1aLeukōsia :bEkdoseis en Typois,c2022. a111 pages :bchiefly color illustrations ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aPloutarchou, Antrē,eillustrator. a92bPUL01017nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002200205100003900227245005200266264005600318264001100374300005300385336002600438337002800464338002700492490001900519500002400538600003400562650004700596655002400643994001200667on1390706313OCoLC20230718213016.0230418r20071999enka 000 0beng  a 2022361813 aDLCbengerdacDLC a9780853729426q(paperback) a0853729425 a(OCoLC)1390706313 apcc ae-uk-en00aPR4581b.P27 20071 aParker, Michael St. John,eauthor.14aThe world of Dickens /cMichael St John Parker. 1aAndover, Hampshire :bPitkin Publishing Ltd,c2007. 4c©1999 a28 pages :billustrations (some color) ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aA Pitkin guide aTitle from caption.10aDickens, Charles,d1812-1870. 0aAuthors, Englishy19th centuryvBiography. 7aBiographies.2lcgft a92bPUL01021nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002500194100003800219245015000257264005800407300004000465336002600505337002800531338002700559504005700586650003800643650002600681994001200707on1390706314OCoLC20230718213016.0230414s2023 bl a b 000 0 por  a 2023313265 aDLCbengerdacDLC a9786525264622 a6525264626 a(OCoLC)1390706314 alcode as-bl---00aKHD5891.5b.V54 20231 aVieira, Guilherme Gomes,eauthor.10aPresunção de inocência e antecipação da prisão :binflexões jurisprudenciais do Supremo Tribunal Federal /cGuilherme Gomes Vieira. 1a[São Paulo, Brazil] :bDialética Editora,c[2023] a255 pages :billustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 231-255). 0aPresumption of innocencezBrazil. 0aImprisonmentzBrazil. a92bPUL00801nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100006000198245003800258250001600296260004100312300002700353650005500380700005300435710005900488994001200547on1390706315OCoLC20230718213016.0820225s1667 fr 000 0 fre  a 31034297  aDLCbengcDLC a(OCoLC)139070631500aBJ682b.A8 1667 aBJ682b.A8 1667 Copy 2cToinet no. 12421 aAubignac, François-Hédelin,cabbé d',d1604-1676.14aLes conseils d'Ariste a Celimene, aSeconde ed. aA Paris,bChez N. Pepingvé,c1667. a5 p.l., 239 p.c14 cm. 0aYoung womenxConduct of lifevEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00751nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002400134051004800158100003800206245003200244260004100276300003900317600004100356700005300397710005900450994001200509on1390706316OCoLC20230718213016.0831028s1669 fr 000 0bfre  a 31035562  aDLCbengcDLC a(OCoLC)139070631600aDC122.9.J6bC3 1669 aDC122.9.J6bC3 1669 Copy 2cToinet no. 11911 aCaillières, Jacques de,d-1697.10aHistoire du duc de Joyeuse, aA Paris,bChez Denys Thierry,c1669. a6 p.l., 344, [4] p.c16 cm. (12mo)10aJoyeuse, Henri,cduc de,d1567-1608.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL03262nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001300253082002700266100004700293245012100340263000900461264006800470264001100538300002200549336002600571337002600597338003600623500002000659505041600679520125201095588010302347650003602450650004002486650002602526650004702552650001002599700002602609776015702635994001202792on1390706348OCoLC20230718213016.0m o d cr |||||||||||230713t20232023mau o 001 0 eng  a 2023018765 aDLCbengerdacDLC a9781647823252q(epub) a1647823250 z9781647823245q(hardcover) a(OCoLC)1390706348 apcc00aBF637.S800a158.1223/eng/202307141 aGervais, Michaelc(Psychologist),eauthor.14aThe first rule of mastery :bstop worrying about what people think of you /cMichael Gervais (PhD), with Kevin Lake. a2311 1aBoston, Massachusetts :bHarvard Business Review Press,c[2023] 4c©2023 a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.00tBeethoven's secret --tThe mechanics --tFear factors --tIdentity: a breeding ground --tOutsourcing self-worth --tThe neurobiology of FOPO --tI always feel like somebody's watching me --tDo we really know what someone else in thinking? --tWe see things as they [cross out over they] we are --tSocial animals and separate selves --tOur closely held beliefs --tLook who's talking --tThe litmus test. EST a"With the proliferation of social media, the intense pressure to succeed, and our overreliance on external rewards, metrics, and validation, FOPO is running rampant. Our concern with what other people think about us has become an irrational, unproductive, and unhealthy obsession in the modern world. And its negative effects reach into all aspects of our lives. In The First Rule of Mastery, Michael Gervais shows us the key to leading a high-performance life is to redirect our attention from the world outside us to the world inside us. As one of the world's leading experts on the relationship between the mind and human performance, Gervais takes an in-depth look at the noxious effects of FOPO while laying out the mental skills and practices we need to achieve personal excellence-the same skills he's taught to the top performers in the world including sports MVPs and Fortune 100 leaders and teams. Filled with fascinating stories from the worlds of sports and business, leading-edge science, and insights from the popular Finding Mastery podcast, The First Rule of Mastery is a much-needed wake-up call that when we give more value to other people's opinions than our own, we live life on their terms, not ours"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSuccessxPsychological aspects. 0aPerformancexPsychological aspects. 0aCognitive psychology. 0aOther (Philosophy)xPsychological aspects. 0aFear.1 aLake, Kevin,eauthor.08iPrint version:aGervais, MichaeltFirst rule of masterydBoston, Massachusetts : Harvard Business Review Press, [2023]z9781647823245w(DLC) 2023018764 a92bPUL05154nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163020003300190035002200223042000800245050002200253082002500275245009300300263000900393264004400402300001300446336002600459337002800485338002700513490008000540520188900620504005102509505206902560610003504629650003604664700003004700700002604730994001204756on1390706349OCoLC20230718213016.0230713s2024 nju b 001 0 eng  a 2023023146 aDLCbengerdacDLC a9781800614475q(hardcover) a1800614470 z9781800614482q(ebook) z9781800614499q(ebook other) a(OCoLC)1390706349 apcc00aHG101b.G744 202400a332223/eng/2023071700aGreen finance and Sustainable Development Goals /ceditors: Sabri Boubaker, Thai- Ha Le. a2309 1aNew Jersey :bWorld Scientific,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTransformations in banking, finance and regulation,x2752-5821 ;vvolume 12 a"Green finance plays a crucial role in promoting sustainable development by mobilizing financial resources towards environmentally sustainable projects. It enables the transition to a low-carbon and climate-resilient economy, which is essential for achieving global climate goals. Green Finance and Sustainable Development Goals explores how, by aligning financial investments with sustainable development objectives, green finance can contribute to the achievement of the United Nations' Sustainable Development Goals (SDGs). The first part of the book examines the connection between climate change and green finance in emerging markets and developing countries, with a particular focus on the impact of globalization and financial development on climate change. The second part of the book focuses on environmental disclosure, standards, and their relevance, with a specific focus on how European countries have implemented green finance to support sustainable development and achieve their climate goals. In the third and final part of the book, the authors discuss green finance and sustainable development goals from a global perspective. They examine the role of finance and renewable energy transition in supporting sustainable economic development, and how this can be applied to green recovery in the post-COVID-19 era. The book provides a comprehensive and up-to-date analysis of the relationship between green finance and sustainable development goals, and offers insights and potential solutions for researchers, investors, and policymakers. It also includes real-life case studies, empirical analyses, and policy recommendations from scholars around the world, making it a valuable resource for anyone interested in understanding and addressing the challenges of climate change and sustainable finance in the aftermath of the COVID-19 pandemic"--cProvided by publisher. aIncludes bibliographical references and index.0 aThe impact of globalization and financial development on climate change : fresh evidence from 60 developing countries / Michael L. Polemis and Thanasis Stengos -- Green finance and sustainable development in India : current status and challenges beyond the COVID-19 period / Mita Bhattacharya and Eric Yan -- Green finance in China : development and impact analysis / Zheng Fang, Youngho Chang, and Yinghui Yu -- Green financing and its future prospects in climate-vulnerable Asian countries : the case of Bangladesh / Syeda Shehtaz Hasib and Syed Abul Basher -- Determinants of green banking disclosures : evidence from Mauritius / Dineshwar Ramdhony, Foolchand M, and Boopen Seetanah -- How should sustainable finance standards be designed for developing countries? / Kathrin Berensmann -- Environmental disclosure in financial institutions : a critical review of the literature/ Eleonora Broccardo, Graziano Coller, and Maria Mazzuca -- Disclosure on climate-related risks in the insurance sector : the state of the art in Europe / Maria Mazzuca, Damiana Giuseppina Costanzo, and Angella Coscarelli -- The relevance of environmental, social, and governance issues in corporate valuation : concepts and reflections/ Murad Harasheh and Giovanni Cardillo -- Financing renewable energy transition toward sustainable development goals : policies and economic implications in the era of climate change / Diem Thi Hong Vo and Hai Hong Trinh -- The role of financing in achieving sustainable development goals: economic and legal implications / Muhammad Azam, Ahmed Imran Hunjra, and M. Kabir Hassan -- Green finance : between commitment and illusion/ Mohamed Bechir Chenguel -- Green finance, corporate performance, and the role of financial institutions / Fateh Saci and Boualem Aliouat -- The establishment of a gross ecosystem product : a country comparison / Silvio Andrae -- Renewable energy transition for sustainable economic development : implications for green recovery post COVID-19 era / Ahmed Imran Hunjra, Mahnoor Hanif, Dilvin Taskin, and Qasim Zureigat.20aSustainable Development Goals. 0aFinancexEnvironmental aspects.1 aBoubaker, Sabri,eeditor.1 aLe, Thai-Ha,eeditor. a92bPUL03121nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043002100250050001500271082003300286245011000319263000900429264003900438300002300477336002600500337002600526338003600552490004000588504005100628505128100679520029601960588010302256650002202359651003102381651003102412700003302443700003202476776015502508994001202663on1390706350OCoLC20230718213016.0m o d cr |||||||||||230706s2023 mdu ob 001 0deng  a 2023030087 aDLCbengerdacDLC a9781666938197q(ebook) a166693819X z9781666938180q(cloth) a(OCoLC)1390706350 apcc aa-kr---ae-gx---00aDS910.2.G300a305.8957043223/eng/2023071300aCross-border interactions and encounters between Germany and Korea /cedited by Yonson Ahn and Jihye Kim. a2310 1aLanham :bLexington Books,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aKorean communities across the world aIncludes bibliographical references and index.0 aChallenging "Other-ness" in Berlin : German Koreans, Multi-raciality, and Diasporic Resources / Helen Kim -- Mothering Practices of Korean Healthcare Workers in Germany / Yonson Ahn -- Korean Newcomers in Germany : The Changing Sociodemographics of Korean Immigrants / Jaok Kwon -- Recent Immigration and Self-Employment : Motivations and Factors in the Rise of Korean Restaurants in Frankfurt / Jihye Kim -- P'ansori in Germany : Korean Singing-Storytelling, from Representation of Culture to Creative Collaboration / Jan Creutzenberg -- Ethnographic Collecting and Transculturally Shaped Images of Korean Culture in Germany Towards the End of the Chosŏn Dynasty / Katharina Süberkrüb -- Translation as Cultural Transfer between Korean and German / Yuri Ko -- Discursive Conflicts in the Transfer of Ideas and Institutions across Borders : Narratives of the "German Model" in South Korean Media / Jin-Wook Shin and Boyeong Jeong -- German Diplomats' and Journalists' Perspectives on the April Revolution in South Korea / Hannes B. Mosler -- Initiating German Korean Studies in Context : 1930s, the GDR, and the FRG / Yvonne Schulz Zinda -- The History of German Language and Literature Studies in South Korea : A Female Philologist's Personal Perspective / Yonsuk Chae. a"Through an interdisciplinary approach, this book examines the multi-layered dimensions of Germany and Korea's historical and contemporary relations and interactions as witnessed in migration flows, media representations, cultural trends, and the field of academia"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aKoreanszGermany. 0aKoreaxRelationszGermany. 0aGermanyxRelationszKorea.1 aAhn, Yonson,d1963-eeditor.1 aKim, Jihye,d1979-eeditor.08iPrint version:tCross-border interactions and encounters between Germany and KoreadLanham : Lexington Books, [2023]z9781666938180w(DLC) 2023030086 a92bPUL04164nam a22005298i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277043001200285050001400297082003400311084003400345100003300379245010800412263000900520264004400529300002200573336002600595337002600621338003600647504005100683505079800734520126901532588010302801610005002904650004902954650005803003650007803061650007603139650005903215650006903274651004803343650004803391650004303439776014003482994001203622on1390706358OCoLC20230718213016.0m o d cr |||||||||||230510s2023 ncu ob 001 0 eng  a 2023003685 aDLCbengerdacDLC a9781478027546q(ebook) a1478027541 z9781478025405q(paperback) z9781478020622q(hardcover) a(OCoLC)1390706358 apcc an-us-ny00aHV8148.N500a363.209747/1223/eng/20230714 aHIS036000aSOC0040002bisacsh1 aGuariglia, Matthew,eauthor.10aPolice and the Empire City :brace and the origins of modern policing in New York /cMatthew Guariglia. a2311 1aDurham :bDuke University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aBecoming blue : New York police's earliest encounters with race and ethnicity, 1845-1871 -- Racial hierarchies of crime and policing : bodies, morals, and gender in the NYPD from 1890 to 1897 -- Colonial methods : Francis Vinton Greene's journey from empire to policing the Empire City -- The rise of ethnic policing : Warren Charles, Cornelius Willemse, and the German Squad -- Policing the "Italian problem" : criminality, racial difference, and the NYPD Italian Squad, 1903-1909 -- "They needed me as much as I needed them" : Black patrolmen and resistance to police brutality, 1900-1913 -- "Police are raw materials" : training bodies in the World War I era -- Global knowledge/American police : information, international collaboration, and the rise of technocratic "colorblind" policing. a"During the years between the Civil War and World War II, police in New York City struggled with how to control a diverse city. In Police and the Empire City Matthew Guariglia tells the history of the New York Police to show how its origins were built upon and inseparably entwined with the history of race, ethnicity, and whiteness in the United States. Guariglia explores the New York City Police Department through its periods of experimentation and violence as police experts import tactics from the US occupation of the Philippines and Cuba, devise modern bureaucratic techniques to better suppress Black communities, and infiltrate supposedly-unknowable immigrant neighborhoods. Innovations ranging from recruiting Chinese, Italian, or German police to form "ethnic squads," the use of deportation and federal immigration restrictions to control local crime-even the introduction of fingerprinting-were motivated by attempts to govern a multiracial city. Campaigns to remake the police department created an urban landscape where power, gender, sexuality, race, ethnicity, crime, and bodies collided and provided a foundation for the supposedly "colorblind," technocratic, federally-backed, and surveillance-based policing of today"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aNew York (N.Y.).bPolice DepartmentxHistory. 0aPolicezNew York (State)zNew YorkxHistory. 0aLaw enforcementzNew York (State)zNew YorkxHistory. 0aRacial profiling in law enforcementzNew York (State)zNew YorkxHistory. 0aDiscrimination in law enforcementzNew York (State)zNew YorkxHistory. 0aPolice brutalityzNew York (State)zNew YorkxHistory. 0aPolice-community relationszNew York (State)zNew YorkxHistory. 0aNew York (N.Y.)xEthnic relationsxHistory. 7aHISTORY / United States / General.2bisacsh 7aSOCIAL SCIENCE / Criminology.2bisacsh08iPrint version:aGuariglia, Matthew.tPolice and the Empire CitydDurham : Duke University Press, 2023z9781478025405w(DLC) 2023003684 a92bPUL00848nam a2200289 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002600193100003700219245004500256264004500301264001100346300005200357336002600409337002800435338002700463655002600490655003000516994001200546on1390706389OCoLC20230718213016.0230404t20142014enka 000 1 eng  a 2022361832 aDLCbengerdacDLC a9781907598265q(paperback) a190759826X a(OCoLC)1390706389 apcc00aPR6053.L328bC47 20141 aClarke, Gillian,d1937-eauthor.14aThe Christmas wren /cby Gillian Clarke. 1aNottingham :bCandlestick Press,c[2014] 4c©2014 a15 pages :billustrations (some color) ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 7aShort stories.2lcgft 7aChristmas fiction.2lcgft a92bPUL01823nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002500209020003600234020002600270035002200296042000800318050002500326082002900351100002900380245006300409263000900472264005600481300001400537336002600551337002800577338002700605490002000632504005100652520037600703521003101079521003201110650004101142650004701183776014701230994001201377on1390706390OCoLC20230718213016.0230630s2024 mnu j b 001 0 eng  a 2023019035 aDLCbengerdacDLC a9781669065104q(hardcover) a1669065103 a9781669065180q(paperback) a1669065189 z9781669065142q(pdf) z9781669065203q(kindle edition) z9781669065197q(epub) a(OCoLC)1390706390 apcc00aQL737.C23bH614 202400a599.756223/eng/202307171 aHofer, Charles,eauthor.10aSiberian tiger vs. saber-tooth cat /cby Charles C. Hofer. a2401 1aNorth Mankato, Minnesota :bCapstone Press,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBeastly battles aIncludes bibliographical references and index. a"It's a battle between two fearsome, fanged beasts! Today, the Siberian tiger holds the record as the world's biggest cat. But in prehistoric times, the saber-tooth cat held that title as it prowled the land for prey. Learn what makes these similar animals such effective hunters. Then decide which fierce fighter would best the other in battle"--cProvided by publisher. aAges 9-11bCapstone Press. aGrades 4-6bCapstone Press. 0aSiberian tigervJuvenile literature. 0aSaber-toothed tigersvJuvenile literature.08iOnline version:aHofer, Charles C.tSiberian tiger vs. saber-tooth catdNorth Mankato : Capstone Press, 2024z9781669065142w(DLC) 2023019036 a92bPUL01725nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258050002200266082002800288100003300316245005300349263000900402264004400411300001400455336002600469337002800495338002700523490001900550500007300569520025900642521003500901521003700936650005300973650003501026650003501061650004401096776013901140994001201279on1390706391OCoLC20230718213016.0230531s2024 ilu j 000 0 eng  a 2023024999 aDLCbengerdacDLC a9781684507252q(Hardcover) a1684507251 a9781684048618q(Paperback) a1684048613 z9781684049202q(eBook) a(OCoLC)1390706391 apcc00aTA1149b.C67 202400a629.04223/eng/202307171 aCorrigan, Kathleen,eauthor.10aTerrific transportation /cby Kathleen Corrigan. a2308 1aChicago :bNorwood House Press,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThe decodables a"Search for sounds. Consonants: b, d, j, k, p, q, t, v, z"--caption. a"A child's class is exploring transportation. Introductionary look at decoding multiple words using consonants whose sound is in the initial position of the letter name such as p or t. Includes a note to caregiver and word list"--cProvided by publisher. aAges 3-5bNorwood House Press. aGrades K-1bNorwood House Press. 0aTransportation engineeringvJuvenile literature. 0aVehiclesvJuvenile literature. 0aBicyclesvJuvenile literature. 0aBoats and boatingvJuvenile literature.08iOnline version:aCorrigan, Kathleen.tTerrific transportationdChicago : Norwood House Press, [2024]z9781684049202w(DLC) 2023025000 a92bPUL02542nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002500117020001500142020002600157035002200183042000800205050002300213082002500236100004700261245007700308263000900385264007900394300001500473336002600488337002800514338002700542504005100569520124200620650005101862650003601913650003801949776018101987994001202168on1390706428OCoLC20230718213016.0230227s2024 nyu b 001 0 eng  a 2023008579 aDLCbengerdacDLC a9780197682098q(c/p) a019768209X z9780197682104q(epub) a(OCoLC)1390706428 apcc00aBT701.3b.Z33 202400a231223/eng/202307171 aZagzebski, Linda Trinkaus,d1946-eauthor.10aOmnisubjectivity :ban essay on God and subjectivity /cLinda Zagzebski. a2308 1aNew York, NY, United States of America :bOxford University Press,c[2024] avolumes cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book explains and defends the idea that the God of the monotheistic religions has the property of omnisubjectivity, the property of perfectly grasping every conscious state of every conscious being from the first- person perspective of the subject. God not only knows all objective facts, such as the fact that someone is in pain, but God is present in the pain, grasping it the way the bearer of the pain grasps it. The book argues that this attribute is entailed by omniscience, omnipresence, divine love, and divine justice, and it is presupposed in common practices of prayer. Three models of omnisubjectivity are described: the empathy model, the perceptual model, and panentheism. The book then defends the idea that omnisubjectivity extends to the possible but non-actual conscious states of all possible conscious beings. God grasps all possible subjective states in his imagination. The book then shows how the Christian form of the attribute of omnisubjectivity affects the doctrines of the Trinity, the Incarnation, and the infusion of the Holy Spirit. The book concludes that subjectivity and intersubjectivity are deep in the universe, deeper than the universe as it is objectively described"--cProvided by publisher. 0aSubjectivityxReligious aspectsxChristianity. 0aGod (Christianity)xOmniscence. 0aGod (Christianity)xOmnipresence.08iOnline version:aZagzebski, Linda Trinkaus, 1946-.tOmnisubjectivitydNew York, NY, United States of America : Oxford University Press, [2024]z9780197682104w(DLC) 2023008580 a92bPUL01983nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002600154100004600180240003300226245031800259246003300577264011400610300002300724336002600747337002800773338002700801505007300828630003800901700005600939752002600995880004101021880035201062880003001414880011301444880004001557994001201597on1390706447OCoLC20230718213016.0220703s2021 is 000 0 heb  a 2022462759 aDLCbengerdacDLC c(2 a(OCoLC)1390706447 apcc00aBS1225.53b.K572 20211 6880-01aḲlain, Mosheh Shaʼul,eauthor.10aṾa-yaḳhel Mosheh (Torah)106880-02aSefer Ṿa-yaḳhel Mosheh :bʻal ha-Torah : ʻiyunim be-halakhah ṿe-nidunim maʻaśiyim ʻal seder parashiyot ha-Torah /cshe-nishmeʻu mi-pi talmido ha-muvhaḳ shel Rabenu Baʻal ha-Sheveṭ ha-Leṿi ... Rabi Mosheh Shaʼul Ḳlain, sheliṭa ... ; ʻorekh rashi ha-Rav Yitsḥaḳ Ṿerṭhaimer.176880-03aṾa-yaḳhel Mosheh 16880-04aBene Beraḳ :bBe-hotsaʼat Mekhon Ṿa-yaḳhel Mosheh :bTsuf hotsaʼah la-or,c782 [2021 or 2022] a3 volumes ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a[1] Be-reshit -- [2] Shemot. Ṿa-yiḳra -- [3] Ba-midbar. Devarim.00aBible.pPentateuchvCommentaries.1 6880-05aṾerṭhaimer, Yitsḥaḳ,echief editor. aIsraeldBene Beraḳ.1 6100-01aקליין, משה שאול.106245-02aספר ויקהל משה :bעל התורה : עיונים בהלכה ונידונים מעשיים על סדר פרשיות התורה /cשנשמעו מפי תלמידו המובהק של רבנו מרן בעל השבט הלוי ... רבי משה שאול קליין, שליט"א ... ; עורך ראשי הרב יצחק ורטהיימר.176246-03aויקהל משה 16264-04aבני ברק :bבהוצאת מכון ויקהל משה :bצוף הוצאה לאור,cתשפ״ב.1 6700-05aורטהיימר, יצחק. a92bPUL00984nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163041001300185042000800198050002400206245010100230264004300331300002300374336002600397337002800423338002700451650006000478650006000538655001900598700005300617994001200670on1390706448OCoLC20230718213016.0230602s2022 enk 000 0 eng  a 2022481972 aDLCbengerdacDLC a9781915553003q(paperback) a1915553008 a(OCoLC)13907064481 aenghger apcc00aPT1160.E8bM46 202200aAcross a sheet of paper :ba selection of poems translated from the German /cChristine McNeill. 1aNottingham :bShoestring Press,c2022. a119 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aGerman poetryy19th centuryvTranslations into English. 0aGerman poetryy20th centuryvTranslations into English. 7aPoetry.2lcgft1 aMcNeill, Christine,d1953-eeditor,etranslator. a92bPUL01967nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001000284070002200294082002800316245015200344246006500496250001900561263000900580264004800589300002200637336002600659337002600685338003600711504005100747520027900798588010301077650003301180650003001213700002801243700003301271700005001304776014301354994001201497on1390706449OCoLC20230718213016.0m o d cr |||||||||||230708s2024 flu ob 001 0 eng  a 2023003281 aDLCbengerdacDLC a9781003242192q(ebook) a1003242197 z9781032120805q(hardback) z9781032150338q(paperback) a(OCoLC)1390706449 apcc00aTP4340 aTP434b.C474 202400a664/.7223/eng/2023071200aCereal processing technologies :bimpact on nutritional, functional, and biological properties /cedited by Rajan Sharma, B. N. Dar, Savita Sharma.3 aImpact on nutritional, functional, and biological properties aFirst edition. a2310 1aBoca Raton, FL :bTaylor and Francis,c2024 a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book reviews cereal processing technologies and their impact on quality attributes of cereals, detailing the processing techniques of cereals with recent advancements followed by their impact on nutritive, functional and biological potential"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCereal productsxProcessing. 0aAgricultural innovations.1 aSharma, Rajan,eeditor.1 aDar, Basharat Nabi,eeditor.1 aSharma, Savitac(Food technologist),eeditor.08iPrint version:tCereal processing technologiesbFirst editiondBoca Raton, FL : Taylor and Francis, 2024z9781032120805w(DLC) 2023003280 a92bPUL01605nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178035002200209042000800231050001500239082001200254100002800266245006100294246004200355263000900397264005500406300002200461336002600483337002600509338003600535520019500571521004900766588010300815650002200918650002400940650003700964655002601001776015601027994001201183on1390706465OCoLC20230718213016.0m o d cr |||||||||||230717s2024 nyu bo 000 1 eng  a 2023020242 aDLCbengerdacDLC a9798887071343q(ebook) z9781419770586q(hardcover) a(OCoLC)1390706465 apcc00aPZ7.1.V46800a[E]2231 aVernon, Katie,eauthor.10aWe're having a party (for everyone!) /cby Katie Vernon.30aWe are having a party (for everyone!) a2405 1aNew York :bAbrams Books for Young Readers,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aLana has a few tips for her nervous pup, Lemon, on how to make sure their first dinner party is a total success, including social etiquette, accommodating others, and how much fun it can be. aAges 4 to 8bAbrams Books for Young Readers. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aPartiesvFiction. 1aEtiquettevFiction. 1aIndividual differencesvFiction. 7aPicture books.2lcgft08iPrint version:aVernon, Katie.tWe're having a party (for everyone!)dNew York : Abrams Books for Young Readers, 2024z9781419770586w(DLC) 2023020241 a92bPUL03816nam a22005178i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043002100281050001100302082003000313100003100343245011800374263000900492264006200501300002300563336002600586337002600612338003600638490002500674504005100699505013300750520165200883588010302535650005202638650005602690650005202746650005602798650005502854650005902909650007102968650007503039776014603114830002603260994001203286on1390706480OCoLC20230718213016.0m o d cr |||||||||||221021s2023 cau ob 001 0 eng  a 2022051127 aDLCbengerdacDLC a9781503636101q(ebook) a1503636100 z9781503632981q(cloth) z9781503636095q(paperback) a(OCoLC)1390706480 apcc aaz-----aas-----00aKNC56500a325/.359223/eng/202307121 aRamnath, Kalyani,eauthor.10aBoats in a storm :blaw, migration, and decolonization in South and Southeast Asia, 1942-1962 /cKalyani Ramnath. a2308 1aStanford, California :bStanford University Press,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aSouth Asia in motion aIncludes bibliographical references and index.0 a1942 -- Banana money -- Tax receipts -- Application forms -- Women who wait -- Red flags -- 1962 -- Conclusion : an uneasy calm. a"For more than a century before World War II, traders, merchants, financiers, and laborers steadily moved between places on the Indian Ocean, trading goods, supplying credit, and seeking work. This all changed with the war and as India, Burma, Ceylon, and Malaya wrested independence from the British empire. Set against the tumult of the postwar period, Boats in a Storm centers on the legal struggles of migrants to retain their traditional rhythms and patterns of life, illustrating how they experienced citizenship and decolonization. Even as nascent citizenship regimes and divergent political trajectories of decolonization papered over migrations between South and Southeast Asia, migrants continued to recount cross-border histories in encounters with the law. These accounts, often obscured by national and international political developments, unsettle the notion that static national identities and loyalties had emerged, fully formed and unblemished by migrant pasts, in the aftermath of empires. Drawing on archival research conducted in India, Sri Lanka, Myanmar, London, and Singapore, Kalyani Ramnath narrates how former migrants battled legal requirements to revive prewar circulations of credit, capital, and labor, in a postwar context of rising ethno-nationalisms that accused migrants of stealing jobs and hoarding land. Ultimately, Ramnath shows how decolonization was marked not only by shipwrecked empires and nation-states assembled and ordered from the debris of imperial collapse, but also by these forgotten stories of wartime displacements, their unintended consequences, and long afterlives"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCitizenshipzSouth AsiaxHistoryy20th century. 0aCitizenshipzSoutheast AsiaxHistoryy20th century. 0aNoncitizenszSouth AsiaxHistoryy20th century. 0aNoncitizenszSoutheast AsiaxHistoryy20th century. 0aDecolonizationzSouth AsiaxHistoryy20th century. 0aDecolonizationzSoutheast AsiaxHistoryy20th century. 0aEmigration and immigration lawzSouth AsiaxHistoryy20th century. 0aEmigration and immigration lawzSoutheast AsiaxHistoryy20th century.08iPrint version:aRamnath, Kalyani.tBoats in a stormdStanford, California : Stanford University Press, 2023z9781503632981w(DLC) 2022051126 0aSouth Asia in motion. a92bPUL00956nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245014200214264004900356300005800405336002600463337002800489338002700517500001700544504004100561700003400602700003000636994001200666on1390706481OCoLC20230718213016.0230717s2022 pk ah b 000 0 eng  a 2023318786 aDLCbengerdacDLC a(OCoLC)1390706481 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aGlobal reactions to Kashmir crisis :bwhat states, organizations, and leaders say /cresearch by Ghulam Shabbir ; editor, Ahmed Quraishi. 1aIslamabad :bYouth Forum for Kashmir,c2020. a109 pages :bcolor illustrations, facsimiles ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references.1 aShabbir, Ghulam,eresearcher.1 aAhmed, Quraishi,eeditor. a92bPUL01107nam a22002891 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112043001200134050002100146051003800167100003700205245009100242250004500333260003800378300003900416500004200455500015600497500003200653650002300685700004400708700005300752994001200805on1390706526OCoLC20230718213016.0831210s1672 fr 000 0 fre  a 32008547  aDLCbengcDLC a(OCoLC)1390706526 ae-fr---00aBJ1881b.C8 1672 aBJ1881b.C8 1672cToinet no. 12201 aCourtin, Antoine de,d1622-1685.10aNouveau traité de la civilité qui se pratique en France, parmi les honnestes gens. aSeconde éd., corrigée & augmentée. aParis,bChez Helie Josset.c1672. a8 p.l., 264, [6] p.c16 cm. (12mo) aTitle vignette : device of H. Josset. aThe privilege is granted to "Sieur I. M." (i. e. Jean Meusnier) who appears to be the editor. cf. Barbier, Dict. des ouvr. anon., 1875, t. 3, col. 521. a"Ex bibliotheca R. Toinet." 0aEtiquettezFrance.1 aMeusnier, Jean,dactive 1670-1674,eed.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01927nam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002500159020002600184020001500210035002200225042000800247043001200255050002200267082002900289100003200318245012500350263000900475264006900484300001300553336002600566337002800592338002700620500013800647504005100785520038100836650005301217650005201270650001901322650001601341650002901357700004201386710004101428994001201469on1390706527OCoLC20230718213016.0230517s2023 vau b 001 0 eng  a 2023023291 aDLCbengerdacDLC a9780784416143q(print) a0784416141 z9780784484944q(PDF) a9780784484951q(ePub) a0784484953 a(OCoLC)1390706527 apcc an-us---00aTH891b.S732 202300a693.8/9223/eng/202307171 aStafford, T. Eric,eauthor.10aWind loads :bguide to the wind load provisions of ASCE 7-22 /cT. Eric Stafford, P.E., Timothy A. Reinhold, Ph.D., P.E. a2310 1aReston, Virginia :bAmerican Society of Civil Engineers,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aRevision of: Wind loads : guide to the wind load provisions of ASCE 7-16 / William L. Coulbourne, P.E., T. Eric Stafford, P.E., 2020. aIncludes bibliographical references and index. a"Authors Stafford and Reinhold provide a comprehensive overview of the wind load provisions in Minimum Design Loads and Associated Criteria for Buildings and Other Structures, ASCE/SEI 7-22, focusing on providing direction while using the provisions that affect planning, designing, and constructing buildings for residential and commercial purposes"--cProvided by publisher. 0aWind resistant designxStandardszUnited States. 0aBuilding, StormproofxStandardszUnited States. 0aWind-pressure. 0aGust loads. 0aBuildingsxAerodynamics.1 aReinhold, Timothy A.,d1951-eauthor.2 aAmerican Society of Civil Engineers. a92bPUL01162nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179050002700187100003800214245007900252250002000331264005900351300002400410336002100434337002500455338002300480490004300503655001900546880003300565880007200598880001800670880005700688880004300745994001200788on1390706528OCoLC20230718213016.0230609s2022 ko 000 0 kor  a 2023434156 aDLCbengerdacDLC c$1 a9788954690072 a8954690076 a(OCoLC)1390706528 apcc00aPL994.42.M96bU75 20221 6880-01aKo, Myŏng-jae,eauthor.106880-02aUri ka k'isŭ hal ttae nun ŭl kamnŭn kŏn /cKo Myŏng-jae. 6880-03a1-p'an. 16880-04aKyŏnggi-do P'aju-si :bMunhak Tongne,c2022. a108 pages ;c23 cm. atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 6880-05aMunhak Tongne siinsŏn ;v184 7aPoetry.2lcgft1 6100-01a고 명재,eauthor.106245-02a우리 가 키스 할 때 눈 을 감는 건 /c고 명재. 6250-03a1판. 16264-04a경기도 파주시 :b문학 동네,c2022.0 6490-05a문학 동네 시인선 ;v184 a92bPUL01175nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002300199245009400222250002100316264005300337300003100390336002100421337002500442338002300467504004100490520007400531546001400605650004500619650005700664700005000721710004200771994001200813on1390706529OCoLC20230718213016.0201026s2020 my b f001 0 may  a 2020309010 aDLCbengerdacDLC a9789834925543 a9834925549 a(OCoLC)1390706529 alcodeapcc aa-my---00aPL5130b.S276 202000aSastera popular :bantara komersialisme dengan intelektualisme /ceditor, Misran Rokimin. aCetakan pertama. 1aKuala Lumpur :bDewan Bahasa dan Pustaka,c2020. axxxiii, 398 pages ;c22 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references. aCritics on contemporary Malay literary works; collection of articles. aIn Malay. 0aMalay literaturexHistory and criticism. 0aPopular literaturezMalaysiaxHistory and criticism.0 aMisran Rokimin,d1949-econtributor,eeditor.2 aDewan Bahasa dan Pustaka,epublisher. a92bPUL02594nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003000192035002200222042000800244043001200252050001600264082003800280100003000318245004700348263000900395264005200404300002200456336002600478337002600504338003600530504005100566520119300617588010301810600002601913650006701939655002402006776014202030994001202172on1390706539OCoLC20230718213016.0m o d cr |||||||||||230714s2024 nyu ob 001 0beng  a 2023021255 aDLCbengerdacDLC a9780197556399q(epub) a0197556396 z9780197556375q(hardback) a(OCoLC)1390706539 apcc an-us---00aPN2287.C22700a791.4302/8092aB223/eng/202307141 aSchonfeld, Zach,eauthor.10aHow Coppola became Cage /cZach Schonfeld. a2310 1aNew York, NY :bOxford University Press,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"How Coppola Became Cage chronicles Nicolas Cage's early career and rise to fame, examining the formative performances that made him an icon of independent cinema in the 1980s and early 1990s. Drawing on more than 100 new interviews with Cage's collaborators-including filmmakers David Lynch, John Patrick Shanley, Mike Figgis, Martha Coolidge, and Amy Heckerling-this book offers a revealing portrait of Cage's origin story as a member of the Coppola family, his early roles in low-budget teen films, and his rise to stardom with memorable performances in cult films like Raising Arizona, Moonstruck, and Wild at Heart. The book examines how Cage drew on influences as eclectic as silent cinema and German Expressionism while displaying an intense commitment to his performances both on- and off-screen. The book demystifies the actor's onscreen eccentricities and argues that his commercial failures are as interesting as his successes. How Coppola Became Cage meticulously traces Cage's career from 1981, when he was a young drama student at Beverly Hills High, to 1995, when he gave an Oscar-winning performance as a suicidal alcoholic in Leaving Las Vegas."--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aCage, Nicolas,d1965- 0aMotion picture actors and actresseszUnited StatesvBiography. 7aBiographies.2lcgft08iPrint version:aSchonfeld, Zach.tHow Coppola became CagedNew York, NY : Oxford University Press, 2024z9780197556375w(DLC) 2023021254 a92bPUL01061nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004400150100006200194245019200256260004700448300003900495650004900534650004200583700005800625700005300683710005900736994001200795on1390706540OCoLC20230718213016.0860205s1698 fr 000 0 fre  a 31032381  aDLCbengcDLC a(OCoLC)139070654000aHQ1223b.L5 aHQ1223b.L5 Copy 2cToinet no. 1238 bis1 aLiancourt, Jeanne de Schomberg,cduchesse de,d1600-1674.10aReglement donné par une dame de haute qualité a m*** sa petite-fille pour sa conduite,c& our celle de sa maison: avec un autre Reglement que cette dame avoit dressé pour ellemesme. aA Paris,bChez Augustin Leguerrier.c1698. a1 p.l., 104, 234 p.c16 cm. (12mo) 0aWomenxConduct of lifevEarly works to 1800. 0aConduct of lifevEarly works to 1800.1 aBoileau, Jean Jacques,d1649-1735. [from old catalog]1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01559nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285050001600293082001200309100003300321245008600354263000900440264006100449300002200510336002600532337002600558338003600584520010300620588010300723650002600826650002600852650002100878655002600899700003500925776015300960994001201113on1390706551OCoLC20230718213016.0m o d cr |||||||||||230717s2024 ilu bo 000 1 eng  a 2023028558 aDLCbengerdacDLC a9781728256146q(pdf) a1728256143 a9781728256139q(epub) a1728256135 z9781728256122q(hardcover) a(OCoLC)1390706551 apcc00aPZ7.1.M463900a[E]2231 aMcMorris, Kristina,eauthor.10aEllie Mae dreams big! /cwords by Kristina McMorris ; pictures by Amanda Yoshida. a2401 1aNaperville, Illinois :bSourcebooks Jabberwocky,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aEllie Mae's mind swirls with ideas when her teacher asks, What do you want to be when you grow up? aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aOccupationsvFiction. 1aImaginationvFiction. 1aChoicevFiction. 7aPicture books.2lcgft1 aYoshida, Amanda,eillustrator.08iPrint version:aMcMorris, Kristina.tEllie Mae dreams big!dNaperville, Illinois : Sourcebooks Jabberwocky, [2024]z9781728256122w(DLC) 2023028557 a92bPUL00945nam a22002777i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100004000172245006300212264005900275300005400334336002600388337002800414338002700442490002800469504005800497546002300555653007700578994001200655on1390706552OCoLC20230718213016.0230713s2018 rb a b 000 0 srpo  a 2023450791 aDLCbengerdacDLC a9788675962151 a8675962150 a(OCoLC)13907065521 aMatović, Milić,d1943-eauthor.10aMatovići sa Zlatarske Gradine /cMilić Matović-Mate. 1aBeograd :bKulturno-prosvetna zajednica Srbije,c2018. a138 pages :billustrations (some color) ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka Hronika sela aIncludes bibliographical references (pages 113 -115). aSerbianbCyrillic. aMatović family historyaSerbs from Zlatarska GradinaaMatović family a92bPUL00849nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100005000190245004000240260004300280300003000323650004200353650003500395650004100430700005300471710005900524994001200583on1390706570OCoLC20230718213016.0830825s1686 fr 000 0 fre  a 32007842  aDLCbengcDLC a(OCoLC)139070657000aBJ1602b.T7 aBJ1602b.T7 Copy 2cToinet no. 11931 aTrotti de La Chétardie,cchevalier,d-1703.10aInstruction pour un jeune seigneur, aA Paris,bChez Theodore Girard,c1686. a2 v. in 1.c16 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aCourtesyvEarly works to 1800. 0aMaxims, FrenchvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02933nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212043001200220050002500232082002800257100003600285245008700321250002000408263000900428264004000437300001300477336002600490337002800516338002700544500002000571520178500591600002002376650003302396650005002429651005602479994001202535on1390706571OCoLC20230718213016.0230717s2023 nyu 001 0beng  a 2023023593 aDLCbengerdacDLC a9781641773553q(paperback) a1641773553 z9781641773560q(ebook) a(OCoLC)1390706571 apcc an-us---00aJC573.2.U6bE57 202300a320.01223/eng/202307171 aEllmers, Glenn,d1966-eauthor.14aThe soul of politics :bHarry V. Jaffa and the fight for America /cGlenn Ellmers. aSecond edition. a2310 1aNew York :bEncounter Books,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. a"Harry V. Jaffa (1918-2015), professor at Claremont McKenna College and distinguished fellow of the Claremont Institute, was one of the most influential thinkers of the twentieth century. His hundreds of students have reached positions of power and prestige throughout the intellectual and political world, including at the Supreme Court and the Trump White House. Jaffa authored Barry Goldwater's famous 1964 Republican Convention speech, which declared, "Extremism in the defense of liberty is no vice. And moderation in the pursuit of justice is no virtue." William F. Buckley, Jaffa's close friend and a key figure in shaping the modern conservative movement, wrote, "If you think it is hard arguing with Harry Jaffa, try agreeing with him." His widely acclaimed book Crisis of the House Divided: An Interpretation of the Issues in the Lincoln-Douglas Debates (1959) was the first scholarly work to treat Abraham Lincoln as a serious philosophical thinker. As the earliest protégé of the controversial scholar Leo Strauss, Jaffa used his theoretical insights to argue that the United States is the "best regime" in principle. He saw the American Revolution and the Civil War as world-historical events that revealed the true nature of politics. Statesmanship, constitutional government, and the virtues of republican citizenship are keys to unlocking the most important truths of political philosophy. Jaffa's student, Glenn Ellmers, was given complete access to Jaffa's private papers at Hillsdale College to produce the first comprehensive examination of his teacher's vast body of work. In addition to Lincoln and the founding fathers, the book shares Jaffa's profound insights into Aristotle, William Shakespeare, Winston Churchill, and more"--cProvided by publisher.10aJaffa, Harry V. 0aConservatismzUnited States. 0aPolitical sciencezUnited StatesxPhilosophy. 0aUnited StatesxPolitics and governmentxPhilosophy. a92bPUL01449nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002600180100003300206245022100239250003500460264003800495300005200533300002400585336002600609337002800635338002700663490009300690490009100783546002300874504004100897650006500938700003601003700003601039994001201075on1390706572OCoLC20230718213016.0050220s2019 rb ab bd 000 0 srpo  a 2020429767 aDLCbengerdacDLC a9788679462602 a8679462608 a(OCoLC)1390706572 apcc00aPG1396.V64bV384 20191 aVarenika, Svetlana,eauthor.10aRečnik srpskih govora Vojvodine.nKnjiga prva,pA-Ž /cSvetlana Varenika, Dejan Miloradović́, Katarina Sunajko, Ivana Ćelić́, Dragoljub Petrović́ ; redaktor Dragoljub Petrović; karte Dejan Miloradov. aIzmenjeno i dopunjeno izdanje. 1aNovi Sad :bMatica srpska,c2019. a469, [8] pages :billustrations, maps ;c24 cm. a469 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLeksikografska izdanja / Matica srpska, Odeljenje za književnost i jezik ;vKnjiga III0 aDijelekatski rečnici / Matica srpska, Odeljenje za književnost i jezik ;vKnjiga 2 aSerbianbCyrillic. aIncludes bibliographical references. 0aSerbian languagexDialectszSerbiazVojvodinavDictionaries.1 aPetrović, Dragoljub,eeditor.1 aMiloradov, Dejan,eillustrator. a92bPUL00756nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050003100180100003200211245003800243250002200281264004400303300002400347336002600371337002800397338002700425490001400452994001200466on1390706592OCoLC20230718213016.0220225s2022 sp 000 1 cat  a 2021454086 aDLCbengerdacDLC a9788418375613 a8418375612 a(OCoLC)1390706592 apcc00aPC3942.26.O4745bM356 20221 aPons, Joan,d1960-eauthor.13aLa malaltia del cor /cJoan Pons. aPrimera edició. 1aBarcelona :bUnivers,cfebrer del 2022. a189 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNarrativa a92bPUL01746nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003700178020003100215035002200246042000800268050001400276082002700290100002700317245005000344263000900394264005400403300002300457336002600480337002600506338003600532490004400568504005100612520023500663521003900898521004000937588010300977650004701080650004101127776014401168994001201312on1390706621OCoLC20230718213016.0m o d cr |||||||||||230524s2023 mnu job 001 0 eng  a 2023022005 aDLCbengerdacDLC a9798886877069q(ebook) z9798886875188q(library binding) z9798886875683q(paperback) a(OCoLC)1390706621 apcc00aQA76.611500a005.1223/eng/202307171 aBurns, Kylie,eauthor.10aCoding with the paranormal /cby Kylie Burns. a2308 1aMinneapolis, MN :bBellwether Media, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aExpress! Adventures in unplugged coding aIncludes bibliographical references and index. a"Information accompanies instructions for various paranormal-themed activities that demonstrate skills needed for coding. The text level and subject matter are intended for students in grades 3 through 8"--cProvided by publisher. aAges 7-13bBellwether Media, Inc., aGrades 4-6bBellwether Media, Inc., aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aComputer programmingvJuvenile literature. 0aParapsychologyvJuvenile literature.08iPrint version:aBurns, Kylie.tCoding with the paranormaldMinneapolis, MN : Bellwether Media, Inc., 2024z9798886875188w(DLC) 2023022004 a92bPUL00873nam a22002653i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003200172245011400204264004400318300003000362336002100392337002500413338002300438504006700461546001900528653004800547994001200595on1390706636OCoLC20230718213016.0230717s2023 io b 001 0 ind  a 2023330348 aDLCbengerdacDLC a9786233469722 a6233469724 a(OCoLC)13907066361 aJauharudin, Addin,eauthor.10aAwas digulung arus sejarah :bwarisan sang pemimpin pikiran dan tindakan Presiden Jokowi /cAddin Jauharudin. 1aJakarta :bPenerbit Buku Kompas,c2023. axxiii, 272 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 241-260) and index. aIn Indonesian.0 aJoko Widodoapoliticsaeconomic development a92bPUL01222nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002200192100004500214245016700259250002300426264007100449300004900520336002600569337002800595338002700623490003000650504005700680650007100737650007600808994001200884on1390706637OCoLC20230718213016.0230428s2020 sp ad b 000 0 spa  a 2023417758 aDLCbengerdacDLC a9788473516969 a8473516966 a(OCoLC)1390706637 apcc amm-----00aK487.T4bG65 20201 aGonzález de Uña, Ovidio J.,eauthor.13aEl reto de innovación abierta como instrumento público para desarrollar nuevas soluciones TIC en territorios mediterráneos /cOvidio J. González de Uña. aPrimera edición. 1aMadrid :bInstituto Nacional de Administración Pública,c2020. a238 pages :billustrations, charts ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección monografías aIncludes bibliographical references (pages 183-199). 0aInformation technologyxLaw and legislationzMediterranean Region. 0aPublic administrationxTechnological innovationszMediterranean Region. a92bPUL03965nam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020002800148035002200176042000800198043002100206050002300227245019700250264003200447300006100479336002600540336003300566337002800599338002700627380002300654500009800677500013500775504004100910520088400951505096001835600003502795650004602830650005002876650004702926651003802973650007103011651004403082700003803126700004003164700003803204700003303242700003503275710010003310710003703410994001203447on1390706638OCoLC20230718213016.0211028s2021 fr ab bc 000 0 fre  a 2020437380 aDLCbengerdacDLC a9782824111360q(paperback) a2824111364q(paperback) a(OCoLC)1390706638 apcc ae------ae-fr---00aN6425.N4bB66 202104aLes Bonaparte et l'Antique, un langage impérial /cont contribué à la rédaction de cet ouvrage: Jean-Marc Olivesi, Françoise Mardrus, Saveria Maroselli, Erick Miceli, Aude Pontalier. 1aAjaccio :bAlbiana,c[2021] a153 pages :billustrations (chiefly color), map ;c24 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aExhibition catalog aAt head of title: Musée national de la maison Bonaparte, Bibliothèque patrimoniale Fesch. aCatalog of an exhibition held at the Musée national de la maison Bonaparte, Ajaccio, France, September 25, 2021-January 9, 2022. aIncludes bibliographical references.8 aC'est que la référence à l'Antiquité est permanente chez les Bonaparte et apparaît sous des formes très diverses (beaux-arts, architecture, peinture, sculpture et arts décoratifs), références littéraires et discours politique. Pour alimenter ce discours, Napoléon va faire de Rome la seconde capitale de l'Empire français, porter une couronne de lauriers d'or et remettre en selle la vieille querelle qui opposait Louis XIV et le pape Alexandre VII pour la primauté européenne. Le fonds exceptionnel de la bibliothèque municipale d'Ajaccio, constitué par le cardinal Fesch et Lucien Bonaparte, témoigne de ces enjeux symboliques, culturels et politiques. L'exposition et la publication qui l'accompagnent seront bâties à partir de ses collections. Exhibition: Musée national de la Maison Bonaparte, Ajaccio, France (25.09.2021-09.01.2022).00tUn langage impérial, des références communes à toute l'Europe --tRêves de pierre (exposition du musée Fesch, Ajaccio, 2000). Collection des plâtres pédagogiques du musée --tDe la bibliothèque nationale du Liamone à la bibliothèque municipale Fesch --tLes compatriotes des Bonaparte : qui sont les lecteurs de la bibliothèque ? --tLa culture des révolutionnaires paulistes (1755-1769) --tDe la gloire plutarquéenne à la félicita pubblica --tDominique Vivant-Denon (Chalon-sur-Saône 1747 -- Paris 1825). L'oeil de Napoléon --tLa gypsothèque de Pise --tLa gloire de l'Antique de Charlemagne aux Bonaparte : Rome n'est plus dans Rome, elle est toute à Paris --tBeau comme l'Antique ! Les Antiques du Museon Arlaten --tCatalogue des oeuvres. Une exposition, trois séquences --tNotices des ouvrages de la bibliothèque patrimoniale Fesch présentés dans l'exposition --tQuelques Antiques remarquables.30aBonaparte familyvExhibitions. 0aNeoclassicism (Art)zFrancevExhibitions. 0aSculpture, NeoclassicalzFrancevExhibitions. 0aNeoclassicism (Architecture)vExhibitions. 0aEuropexAntiquitiesvExhibitions. 0aClassical antiquities in literaturevPictorial worksvExhibitions. 0aFrancexIntellectual lifevExhibitions.1 aOlivesi, Jean-Marc,econtributor.1 aMardrus, Françoise,econtributor.1 aMaroselli, Saveria,econtributor.1 aMiceli, Erick.econtributor.1 aPontalier, Aude,econtributor.2 aMusée national de la maison Bonaparte (Ajaccio, France),esponsoring body,ehost institution.2 aMusée Fesch,esponsoring body. a92bPUL00972nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002300199100004400222245010300266264005100369300004600420336002600466337002800492338002700520600003500547650003600582650004000618994001200658on1390706648OCoLC20230718213016.0220610s2022 ke a 000 0aeng  a 2022322413 aDLCbengerdacDLC a9789914408584 a9914408583 a(OCoLC)1390706648 alcodeapcc af-ke---00aRT37.W363bA3 20221 aWambua, Diana Wangeshi,d1983-eauthor.10aDespite everything :ba memoir of family, resilience and the PhD journey /cDiana Wangeshi Wambua. 1aNairobi :bWriters Guild Kenya,cJanuary 2022. a127 pages :bcolor illustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aWambua, Diana Wangeshi,d1983- 0aWomen nurseszKenyavBiography. 0aMothersxEducation (Higher)zKenya. a92bPUL01836nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001400254070002500268082003000293100003900323245010800362246005000470246005800520263000900578264005300587300002200640336002600662337002600688338003600714500002000750520012800770588010300898650001301001650002201014650003101036650002801067700004801095710005501143776015601198994001201354on1390706649OCoLC20230718213016.0m o d cr |||||||||||230115s2023 dcu o 001 0 eng  a 2023001735 aDLCbengerdacDLC a9781426222399q(ebook) a1426222394 z9781426222382q(hardcover) a(OCoLC)1390706649 apcc00aRM666.H330 aRM666.H33bH476 202300a615.3/21223/eng/202307131 aHernandez, Mimi Prunella,eauthor.10aNational Geographic herbal :b100 herbs from the world's healing traditions /cMimi Prunella Hernandez.30a100 herbs from the world's healing traditions30aOne hundred herbs from the world's healing traditions a2311 1aWashington, D.C. :bNational Geographic,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index. a"This comprehensive guide to medicinal herbs illuminates the art and practice of herbal remedies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aHerbals. 0aMedicinal plants. 0aMateria medica, vegetable. 0aHerbsxTherapeutic use.1 aLow Dog, Tieraona,eauthor of introduction.2 aNational Geographic Society (U.S.),eissuing body.08iPrint version:aHernandez, Mimi Prunella.tNational Geographic herbaldWashington, D.C. : National Geographic, [2023]z9781426222382w(DLC) 2023001734 a92bPUL01916nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020004100193035002200234042000800256050001600264082002800280100003800308245005800346263000900404264005800413300002300471336002600494337002600520338003600546490002100582505028400603520015300887586002801040588010301068650002801171650002701199650003201226655002401258655002601282776015001308994001201458on1390706650OCoLC20230718213016.0m o d cr |||||||||||230711s2024 txu o 000 1 eng  a 2023017012 aDLCbengerdacDLC a9781682832004q(ebook) a1682832007 z9781682831953q(cloth ;qalk. paper) a(OCoLC)1390706650 apcc00aPS3619.P62600a813/.6223/eng/202307111 aSpivey, Jefferey,d1984-eauthor.14aThe birthright of sons :bstories /cJefferey Spivey. a2401 1aLubbock, Texas :bTexas Tech University Press,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aIron Horse prize0 aQueue -- Safe space -- Beasts -- Moments when you knew you weren't true -- The path up the mountain -- Party trick -- BetterYou: a pulp novelette -- Flushed -- Knots -- Keenly alive & exuberant -- Badgers -- SweetLuis87 -- Gay best friend (30s) -- Both ways: a romance novelette. a"A short story collection presenting nuanced portrayals and a three-dimensional view of Black LGBTQ+ and other characters"--cProvided by publisher. aIron Horse Prize, 2023. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aMinority gaysvFiction. 0aBlack peoplevFiction. 0aSexual minoritiesvFiction. 7aGay fiction.2lcgft 7aShort stories.2lcgft08iPrint version:aSpivey, Jefferey, 1984-tBirthright of sonsdLubbock, Texas : Texas Tech University Press, 2024z9781682831953w(DLC) 2023017011 a92bPUL01606nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228050002200236082002700258100003600285245003500321263000900356264004400365300001400409336002600423337002800449338002700477490002300504520047600527521002601003650003401029650005101063776011801114994001201232on1390706651OCoLC20230718213016.0230630s2024 mnu j 000 0 eng  a 2023030544 aDLCbengerdacDLC a9798889968191q(hardcover) a9798889968207q(paperback) z9798889968214q(ebook) a(OCoLC)1390706651 apcc00aSH445b.M239 202400a799.1223/eng/202307171 aMather, Charis,d1999-eauthor.10aCatch a fish /cCharis Mather. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLevel 4 - blue set a"Have you ever gone fishing? You need the correct tools and a bit of luck. The phonemes /er/ar/ are featured in this title. Catch a Fish is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 5-8bJump!, Inc. 0aFishingvJuvenile literature. 0aReadingxPhonetic methodvJuvenile literature.08iOnline version:aMather, Charis.tCatch a fishdMinneapolis : Jump!, Inc., 2024z9798889968214w(DLC) 2023030545 a92bPUL03463nam a22004698i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003000122020001500152020003100167020001500198020002700213035002200240042000800262050002200270070002300292082003100315100002700346245011600373263000900489264003800498300001300536336002600549337002800575338002700603490003500630504005100665520185100716530002702567650001402594650003502608650003602643650002502679650003202704700002902736776018002765830003602945994001202981on1390706667OCoLC20230718213016.0230420s2024 nyu b 001 0 eng  a 2023018956 aDNAL/DLCbengerdacDLC a9781032508443q(hardback) a1032508442 a9781032519128q(paperback) a1032519126 z9781003404408q(ebook) a(OCoLC)1390706667 apcc00aHD1521b.T54 20240 aHD1521b.T552 202400a305.5/633223/eng/202307171 aTilzey, Mark,eauthor.10aPeasants, capitalism, and imperialism in an age of politico-ecological crisis /cMark Tilzey and Fraser Sugden. a2309 1aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aEarthscan food and agriculture aIncludes bibliographical references and index. a"In this companion volume to Peasants, Capitalism, and the Work of Eric R Wolf: Reviving Critical Agrarian Studies, the authors further develop their thinking on agrarian transitions to capitalism, the development of imperialism, and the place of the peasantry in these dynamics, with special reference to the global South in an era of politico-ecological crisis. This book seeks to elaborate further the authors' approach to the agrarian question, utilising a new theoretical approach to understand the dynamics of the peasantry, and peasant resistance, in relation to capitalism, state, class, and imperialism in the global South. Focusing on the political role of the peasantry in contested transitions to capitalism and to modes of production beyond capitalism, the book contends that an understanding of these dynamics requires an analysis of class struggle and of the resources, material and discursive, that different classes can bring to bear on this struggle. The book focuses on the rise of capitalism in the global South within the context of imperial subordination to the global North, and the place of the peasantry in shaping and resisting these dynamics. The book presents case studies of contested transitions to agrarian capitalism in Bolivia, Ecuador, Guatemala, Mexico, Peru, and South Asia. It also examines the case of transition to a post-capitalist mode of production in Cuba. The book concludes with an assessment of the nature of capitalism and imperialism within the contemporary politico-ecological crisis, and the potential role of the peasantry as agent of emancipatory change towards social and environmental sustainability. This book will be of great interest to students and researchers in the areas of peasant studies, rural politics, agrarian studies, development and political ecology"--cProvided by publisher. aAlso available online. 0aPeasants. 0aAgriculturexEconomic aspects. 0aAgriculture and statexHistory. 0aCapitalismxHistory. 0aCapitalismxSocial aspects.1 aSugden, Fraser,eauthor.08iOnline version:aTilzey, Mark.tPeasants, capitalism, and imperialism in an age of politico-ecological crisisdNew York, NY : Routledge, 2024z9781003404408w(DLC) 2023018957 0aEarthscan food and agriculture. a92bPUL02613nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020004500192035002200237042000800259043001200267050001100279082003600290100003700326245006900363250001900432263000900451264004200460300002200502336002600524337002600550338003600576504005100612505081700663520029101480588010301771650003201874650003001906651002501936700003601961776015801997994001202155on1390706668OCoLC20230718213016.0m o d cr |||||||||||230709s2023 ctu ob 001 0 eng  a 2023030460 aDLCbengerdacDLC a9781493068746q(epub) a1493068741 z9781493068739q(paperback ;qalk. paper) a(OCoLC)1390706668 apcc an-us-co00aCT326000a920.7209788aB223/eng/202307131 aShirley, Gayle Corbett,eauthor.10aRemarkable Colorado women /cGayle C. Shirley and Linda Wommack. aThird edition. a2310 1aEssex, Connecticut :bTwoDot,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 a"Aunt Clara" Brown, angel of the Rockies -- Elsa Jane Guerin, Mountain Charley -- Julia Archibald Holmes, conqueror of Pikes Peak -- Frances Wisebart Jacobs, mother of charities -- Chipeta, Indian peacemaker -- Blandina Segale, sister of charity -- Mary Elitch Long, first lady of fun -- Florence Sabin, distinguished scientist -- Martha Maxwell, naturalist and taxidermist -- Caroline Nichols Churchill, wielder of pistol and pen -- Elizabeth "Baby" Doe Tabor, silver queen -- Polly Pry, pugnacious journalist -- Ann Bassett and Josie Bassett, cattle-rustling queens -- Margaret Tobin Brown, daughter of adventure -- Josephine Roche, labor advocate -- Mo-chi, first female Cheyenne warrior -- Mabel Barbee Lee, frontier teacher -- Mildred Montague Genevieve "Tweet" Kimball, Colorado's front range cattle queen. a"Remarkable Colorado Women celebrates the women who shaped the Centennial State. Short, illuminating biographies and archival photographs and paintings tell the stories of women from across the state who served as teachers, writers, entrepreneurs, and artists"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomenzColoradovBiography. 0aWomenzColoradoxHistory. 0aColoradovBiography.1 aWommack, Linda,d1958-eauthor.08iPrint version:aShirley, Gayle Corbett.tRemarkable Colorado womenbThird edition.dEssex, Connecticut : TwoDot, [2023]z9781493068739w(DLC) 2023030459 a92bPUL01680nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124035002200142042000800164043001200172050002800184100003900212245019400251246006500445264009400510300004600604336002100650337002500671338002300696600003900719651005500758650003000813710007100843880016800914880005701082880008701139880006801226994001201294on1390706669OCoLC20230718213016.0230519s2023 ko a b 001 0 kor  a 2023424949 aDLCbengerdacDLC c$1 a9791188024896 a(OCoLC)1390706669 apcc aa-ko---00aDS922.4642.R64bA5 20231 aRoh, Tae Woo,d1932-2021,eauthor.106880-01aNo T'ae-u ŭi saenggak, Taet'ongnyŏng ŭi yŏnsŏl :b1988-1993 No T'ae-u Tat'ongnyŏng yŏnsŏl munjip /cChaedan Pŏbin Pot'ong Saramdŭl ŭi Sidae No T'ae-u Sent'ŏ.306880-02a1988-1993 No T'ae-u Tat'ongnyŏng yŏnsŏl munjip 16880-03aSŏul T'ŭkpyŏlsi :bPot'ong Saramdŭl ŭi Sidae No T'ae-u Sent'ŏ,c2023. a469 pages :bcolor illustrations ;c27 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier10aRoh, Tae Woo,d1932-2021xOratory. 0aKorea (South)xPolitics and governmenty1988-2002. 0aPresidentszKorea (South)2 6880-04aPot'ong Saramdŭl ŭi Sidae No T'ae-u Sent'ŏ,eeditor.106245-01a노 태우 의 생각, 대통령 의 연설 :b1988-1993 노 태우 대통령 연설 문집 /c재단 법인 보통 사람들 의 시대 노 태우 센터.306246-02a1988-1993 노 태우 대통령 연설 문집 16264-03a서울 특별시 :b보통 사람들 의 시대 노 태우 센터 ,c2023.2 6710-04a보통 사람들 의 시대 노 태우 센터,eeditor. a92bPUL00784nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001500134051003900149100006600188245008600254260004200340300003400382650001400416700005300430710005900483994001200542on1390706670OCoLC20230718213016.0841003s1679 fr 000 0 fre  a 31025088  aDLCbengcDLC a(OCoLC)139070667000aHQ731b.L6 aHQ731b.L6 Copy 2cToinet no. 12301 a[Lochon, Étienne],d-approximately 1720. [from old catalog]13aLe vray devot consideré a l'egard du mariage et des peines qui s'y rencontrent. aParis,bChez Lambert Roulland,c1679. a9 p.l., 191 p.c15 cm. (12mo) 0aMarriage.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00859nam a22002655i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245008800214264006100302264001100363300004400374336002600418337002800444338002700472504004100499710004100540994001200581on1390706702OCoLC20230718213016.0230717s2022 pk a b 000 0 eng  a 2023318326 aDLCbengerdacDLC a(OCoLC)1390706702 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aIndia's impunity in Kashmir :bsurveillance, counter insurgency & politics of fear. 1a[Islāmābād] :bLegal Forum for Kashmir-LFK,c2023. 4c©2023 avi, 103 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.2 aLegal Forum for Kashmir,epublisher. a92bPUL01761nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043001200250050001600262082003100278100003600309245010800345263000900453264004300462300002200505336002600527337002600553338003600579504005100615520014400666588010300810630003100913650003500944650004600979650005001025650005201075700003901127776013701166994001201303on1390706709OCoLC20230718213016.0m o d cr |||||||||||230714s2024 ctu ob 001 0 eng  a 2023029679 aDLCbengerdacDLC a9781493079186q(ebook) a1493079182 z9781493079179q(cloth) a(OCoLC)1390706709 apcc an-us---00aPN1997.D32700a791.43/72223/eng/202307171 aCraig, David Randolph,eauthor.10aApocalypse television :bhow The day after helped save the world /cDavid Craig ; foreword by Bob Iger. a2311 1aEssex, Connecticut :bApplause,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Apocalypse Television features a dramatic insider's account of the making of and backlash against The Day After"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aDay after (Motion picture) 0aApocalypse in motion pictures. 0aMotion picturesxInfluencevCase studies. 0aScience fiction filmsxHistory and criticism. 0aNuclear warfarexSocial aspectszUnited States.1 aIger, Robert,ewriter of foreword.08iPrint version:aCraig, David Randolph.tApocalypse televisiondEssex, Connecticut : Applause, 2024z9781493079179w(DLC) 2023029678 a92bPUL01071nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192100003200215245012900247250002300376264006200399300002400461336002600485337002800511338002700539490002900566504005700595650002700652700005400679994001200733on1390706710OCoLC20230718213016.0230428s2020 sp b 000 0 spa  a 2023417839 aDLCbengerdacDLC a9788413450179 a8413450179 a(OCoLC)1390706710 apcc ae-sp---00aKKT1270b.N38 20201 aNavas-Parejo Alonso, Marta.13aLa delegación de funciones en el contrato de trabajo /cMarta Navas-Parejo Alonso ; prólogo, Santiago González Ortega. aPrimera edición. 1aCizur Menor (Navarra) :bThomson Reuters Aranzadi,c2020. a232 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aAranzadi derecho laboral aIncludes bibliographical references (pages 217-232). 0aLabor contractzSpain.1 aGonzález Ortega, Santiago,ewriter of prologue. a92bPUL01299nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002000220082002800240100003500268245007900303263000900382264007100391300001300462336002600475336003300501337002800534338002700562520012600589521004900715650004900764650004700813655002000860700003300880994001200913on1390706718OCoLC20230718213016.0230620s2024 miu j 000 0 eng  a 2023023596 aDLCbengerdacDLC a9780802856258q(hardcover) a080285625X z9781467467865q(ebook) a(OCoLC)1390706718 apcc00aP124b.S26 202400a306.44223/eng/202307171 aSantos, Victor D. O.,eauthor.10aWhat makes us human /cVictor D.O. Santos ; illustrations by Anna Forlati. a2403 1aGrand Rapids, Michigan :bEerdmans Books for Young Readers,c2024. apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"This illustrated riddle introduces children to language's impact on human culture and history"--cProvided by publisher. aAges 5-9.bEerdmans Books for Young Readers. 0aLanguage and languagesvJuvenile literature. 0aLanguage and culturevJuvenile literature. 7aRiddles.2lcgft1 aForlati, Anna,eillustrator. a92bPUL01652nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001600254082002900270100004100299245004200340263000900382264008400391264001100475300002300486336002600509337002600535338003600561490003400597520032700631588010300958655001901061776017401080994001201254on1390706719OCoLC20230718213016.0m o d cr |||||||||||230616t20242024ilu o 000 0 eng  a 2023026967 aDLCbengerdacDLC a9780809339310q(ebook) a0809339315 z9780809339303q(paperback) a(OCoLC)1390706719 apcc00aPS3558.U51700a811/.54223/eng/202306161 aHuntington, Cynthia,d1951-eauthor.10aCivil twilight /cCynthia Huntington. a2404 1aCarbondale :bCrab Orchard Review ;bSouthern Illinois University Press,c2024. 4c©2024 a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aCrab Orchard series in poetry a"Civil twilight is the astronomical term for the minutes just before sunrise and just after sunset. In this collection, National Book Award finalist Cynthia Huntington examines the civil twilight we live in now, unsure of whether the darkness is closing in or whether the light is about to break"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 7aPoetry.2lcgft08iPrint version:aHuntington, Cynthia, 1951-tCivil twilightdCarbondale : Crab Orchard Review ; Southern Illinois University Press, 2024z9780809339303w(DLC) 2023026966 a92bPUL03708nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001100285082002900296245015300325263000900478264005800487300002200545336002600567337002600593338003600619504005100655505084400706520116201550588010302712650002902815650002202844650001902866650002902885650004402914700003302958700003802991776020903029994001203238on1390706720OCoLC20230718213016.0m o d cr |||||||||||230625s2023 pau ob 001 0 eng  a 2023029590 aDLCbengerdacDLC a9781668488331q(ebook) a1668488337 z9781668488324q(hardcover) z9781668488362q(paperback) a(OCoLC)1390706720 apcc00aLC109900a370.117223/eng/2023071500aPromoting intercultural agility and leadership development at home and abroad for first-year students /cedited by: Jon Stauff, and Jill E. Blondin. a2310 1aHershey, PA :bInformation Science Reference,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aNorth African perspectives on studying abroad : examining Morocco's transition from French to English speaking destinations and programs / Karim Darban, Kabbaj Smail -- The other side of the equation : promoting intercultural agility of students / C K Kwai -- Promoting first-year college students' civic skills through community participatory learning experiences / Sherri Sklarwitz, Jessye Crowe-Rothstein, Sunah Hyun, Cara Lane-Toomey, Poorvi Sethi -- Growing global : how a minority-serving institution built capacity to support student success during a pandemic / Maria Anastasiou, Stephanie Guzman -- Developing interculturally effective global leaders, a design approach / Michael Bittinger -- Using globally infused experiences to develop intercultural agility in first-year students at an HBCU / Nathan Mitchell, Godlove Fonjweng. a"This book will examine innovative approaches to fostering cultural agility and will serve as a practical guide for international educators, including faculty and global learning staff. It is a much-needed resource in an area in which the literature has not yet caught up with the academic programming. Acknowledging that intercultural competency skills can be developed over time, this publication will address how educators can design global learning programs for first-year university students that both build upon the assets students bring from secondary studies and introduce new concepts to students as they transition to university coursework, thus preparing them to be culturally agile change agents in global settings. Research in cultural agility formation and leadership development over the past decades, when applied to the design of curriculum delivered on home campuses and in global mobility programs, challenge many long-held assumptions about first-year student programming in international education and yield new insights into the first-year experience in academics, student development, and career preparation"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aMulticultural education. 0aCollege freshmen. 0aForeign study. 0aInternational education. 0aEducation, HigherxAims and objectives.1 aStauff, Jon,d1965-eeditor.1 aBlondin, Jill E.,d1970-eeditor.08iPrint version:tPromoting intercultural agility and leadership development at home and abroad for first-year studentsdHershey, PA : Information Science Reference, [2023]z9781668488324w(DLC) 2023029589 a92bPUL01594nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001300172042001500185043002100200050002400221100003200245245016900277250001900446264004400465300003800509336002600547337002800573338002700601490003500628546004200663500010100705504005700806610006400863650004500927650004200972651003101014651003101045650003301076650005101109994001201160on1390706721OCoLC20230718213016.0180621s2017 bl b b 000 0 por  a 2018343135 aDLCbengerdacDLC a9788555078583 a855507858X a(OCoLC)13907067210 aporaspa alcodeapcc as-bl---as-pe---00aJZ6377.B6bG37 20171 aGalastri, Leandro,eauthor.10aGuerra e paz na Amazônia :ba Missão de Observadores Militares Equador-Peru MOMEP (1995-1999) e a participação do Exército brasileiro /cLeandro Galastri. a1a edição. 1aCuritiba, PR :bEditora Prismas,c2017. a179 pages :bcolor maps ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColeção História militar aText in Portuguese with some Spanish. aOriginally presented as the author's thesis (master's)--Universidade Estadual de Campinas, 2005. aIncludes bibliographical references (pages 129-137).20aMissão de Observadores Militares Equador-Peru (1995-1999) 0aPeacekeeping forces, BrazilianzEcuador. 0aPeacekeeping forces, BrazilianzPeru. 0aEcuadorxBoundarieszPeru. 0aPeruxBoundarieszEcuador. 0aEcuador-Peru Conflict, 1995. 0aPacific settlements of international disputes. a92bPUL03107nam a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002300154100005000177240002000227245025900247246003300506246004900539250009400588264006200682264001100744300005000755336002600805337002800831338002700859505020700886504005101093600003601144600007601180630004501256650002501301700003901326700007501365700007801440740003101518740003401549752002301583880003201606880028501638880003701923880005401960880010502014880006502119880024002184880003202424880003702456880003602493994001202529on1390706722OCoLC20230718213016.0200806s2019 is ah b 001 0 heb  a 2020460254 aDLCbengerdacDLC c(2 a(OCoLC)1390706722 apcc00aBM522.8b.A74 20201 6880-01aRath, Meshullam,d1875-1963,eauthor.10aḲol mevaśer106880-02aa Sefer Ḳol mevaśer :bsheʼelot u-teshuvot /cme-et ha-gaʼon ha-mufla Rabi Meshulam Raṭh, zatsal, Rav ṿe-a.b.d. ḳ.ḳ. Milintsya, Ḥrosṭḳov, Shats ṿe-Tsernovits, ḥaver moʻetset ha-rabanut le-Yiśraʼel be-Erets Yiśraʼel.146880-03aShut Ḳol mevaśer3 6880-04aSheʼelot u-teshuvot Ḳol mevaśer 6880-05aMahadurah ḥadashah u-mefoʼeret ʻim tosefet tamtsit ha-teshuvot ṿe-heʻarot. 16880-06aYerushalayim :bMosad ha-Rav Ḳuḳ,c780 [2020] 4c©2020 avolumes :billustrations, facsimiles ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-07a[1] Ḥeleḳ rishon. Be-tseruf Beśorot Eliyahu : heʻarot u-veʼurim ʻal sifre ha-Gera -- [2] Ḥeleḳ sheni. Be-tseruf Śimḥat Yom Ṭov : heʻarot u-veʼurim ʻal sifre ha-To. Yo. Ṭ. aIncludes bibliographical references and index.00aElijah ben Solomon,d1720-1797.10aHeller, Yom Tov Lipmann ben Nathan ha-Levi ben Wallerstein,d1579-1654.00aMishnahxCriticism, interpretation, etc. 0aResponsay1800-1948.1 6880-08aSegel, Elḳanah,eeditor.12iContainer of (work):aRath, Meshullam,d1875-1963.tBeśorot Eliyahu.12iContainer of (work):aRath, Meshullam,d1875-1963.tŚimḥat Yom Ṭov.026880-09aBeśorot Eliyahu.026880-10aŚimḥat Yom Ṭov. aIsraeldJerusalem.1 6100-01aראטה, משלם.106245-02aספר קול מבשר :bשאלות ותשובות /cמאת הגאון המופלא רבי משולם ראטה, זצ''ל, רב ואב''ד ק''ק מילינציא, חרוסטקוב, שאץ וצרנוביץ, חבר מועצת הרבנות לישראל בארץ ישראל.146246-03aשו״ת קול מבשר3 6246-04aשאלות ותשובות קול מבשר 6250-05aמהדורה חדשה ומפוארת עם תוספת תמצית התשובות והערות. 16264-06aירושלים :bמוסד הרב קוק,cתש״פ.0 6505-07a[1]חלק ראשון. בצירוף בשורת אליהו : הערות וביאורים על ספרי הגר"א -- [2] חלק שני. בצירוף שמחת יום טוב : הערות וביאורים על ספרי התויו"ט.1 6700-08aסגל, אלקנה.026740-09aבשורות אליהו.026740-10aשמחת יום טוב. a92bPUL02107nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285043001200293050001000305082003000315100004200345245013600387246004400523263000900567264004900576300002200625336002600647337002600673338003600699504005100735520046500786588010301251650003901354650002301393651003601416651002501452776016001477994001201637on1390706723OCoLC20230718213016.0m o d cr |||||||||||230705s2023 ilu ob 001 0 eng  a 2023028421 aDLCbengerdacDLC a9781728274355q(pdf) a1728274354 a9781728274348q(epub) a1728274346 z9781728274331q(hardcover) a(OCoLC)1390706723 apcc ae-it---00aDG45100a305.85/1223/eng/202307111 aMautner, Raeleen D'Agostino,eauthor.10a45 ways to live like an Italian :bItalian-inspired self-care traditions for everyday happiness /cRaeleen D'Agostino Mautner, PhD.3 aForty-five ways to live like an Italian a2310 1aNaperville, Illinois :bSourcebooks,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Long before hygge, lagom, or ikigai took the world by storm, there was la dolce vita-the Italian phrase for "the sweet life." La dolce vita encourages the benefits of practicing Italian traditions on improving your mental health by taking life slow and relishing in the sweet moments. This unique self-help approach offers practical advice on forming habits, love, balance, and simplicity that make daily life in Italy a celebration"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aItaliansxSocial life and customs. 0aLifestyleszItaly. 0aItalyxSocial life and customs. 0aItalyxCivilization.08iPrint version:aMautner, Raeleen D'Agostino.t45 ways to live like an ItaliandNaperville, Illinois : Sourcebooks, [2023]z9781728274331w(DLC) 2023028420 a92bPUL03169nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001100265082003200276245010800308250001900416263000900435264005600444300002200500336002600522337002600548338003600574504004100610505059700651520096701248588010302215650005102318650005402369650002002423651002802443700003202471700002802503776016802531994001202699on1390706724OCoLC20230718213016.0m o d cr |||||||||||230712s2024 onc ob 000 0deng  a 2023032636 aDLCbengerdacDLC a9780190167714q(epub) a0190167718 z9780199039920q(softcover) a(OCoLC)1390706724 apcc an-cn---00aE78.C200a305.800971223/eng/2023071300aRacism, colonialism, and indigeneity in Canada :ba reader /cedited by Martin J. Cannon, Lina Sunseri. aThird edition. a2310 1aOntario, Canada :bOxford University Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.2 aTheoretical Foundations -- Nation-Building and the Deeply Racialized Other -- Race, Territoriality, and Peoplehood -- Indigenous Refusal, Settler Sovereignty and Border Imperialism -- Racialization, Colonialism, and Gender Binaries -- Gendered Violence -- Family, Belonging, and Displacement -- Indigenous Rights, Citizenship, and Nationalism -- Decolonizing Indigenous Education -- Indigenous Research and Methodologies -- Violence and the Construction of Criminality -- Environmental Racism -- Poverty, Economic Marginality, and Community Development -- Health -- Resistance and Resurgence. a"Our 3rd edition of Racism, Colonialism, and Indigeneity in Canada follows on the heels of several significant developments and events in Canada. Following from the publication of our second edition in 2018, we provide a brief overview of some of these developments in Chapter Fifteen of this volume, including the resurgent and historic Land Back initiative aimed at recuperating economic control and territory across Turtle Island ; the Wet'suwet'en defending their land from the Coastal GasLink pipeline project ; the insistence by Mi'kmaq lobster fishers of their sovereign right to fish without interferences by non-Indigenous peoples and Fisheries and Oceans Canada (CBC News, 12 July 2022a); Red Dress Day, and the Every Child Matters movements marked by the now yearly Orange Shirt Day and other initiatives aimed at creating and rejuvenating "meaningful reconciliation in Canada" (National Centre for Truth and Reconciliation)"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aIndigenous peopleszCanadaxSocial conditions. 0aIndigenous peopleszCanadaxGovernment relations. 0aRacismzCanada. 0aCanadaxRace relations.1 aCannon, Martin J.,eeditor.1 aSunseri, Lina,eeditor.08iPrint version:tRacism, colonialism, and indigeneity in CanadabThird edition.dOntario, Canada : Oxford University Press, [2024]z9780199039920w(DLC) 2023032635 a92bPUL00567nam a22002053u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001700134051003400151100003500185245002600220260003200246300001800278700005300296994001200349on1390706725OCoLC20230718213016.0230717s1693 fr 000 0 fre  a 2023769286 aDLCbengcDLC a(OCoLC)139070672500aLB475.B6bA3 aLB475.B6bA3cToinet no. 12141 aBordelon, Laurent,d1653-1730.13aLa belle éducation, aParis,bNic. Belley,c1693. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01213nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002400194100003800218245013700256264006200393300004000455336002600495337002800521338002700549500003200576504005700608500010200665650002400767650003000791700004200821994001200863on1390706738OCoLC20230718213016.0220113s2021 bl a b 000 0 por  a 2022305430 aDLCbengerdacDLC a9786555182460 a6555182466 a(OCoLC)1390706738 alcode as-bl---00aKHD3123b.P674 20211 aPorfiro, Camila Almeida,eauthor.10aDecretos presidenciais :blimites constitucionais e dimensões de controle /cCamila Almeida Porfiro ; prefácio, Daniel Sarmento. 1aBelo Horizonte :bFórum Conhecimento Jurídico,c2021. a202 pages :billustrations ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Direito público"--Spine. aIncludes bibliographical references (pages 193-202). aOriginally presented as the author's thesis (master's)--Universidade do Estado do Rio de Janeiro. 0aPresidentszBrazil. 0aExecutive orderszBrazil.1 aSarmento, Daniel,ewriter of preface. a92bPUL01720nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001000270082002700280100003600307245002900343263000900372264004400381264001100425300002300436336002600459337002600485338003600511490002400547520041200571521002600983588010301009650004201112650002101154776012301175994001201298on1390706747OCoLC20230718213016.0m o d cr |||||||||||230707t20242024mnu jo 000 0 eng  a 2023030576 aDLCbengerdacDLC a9798889968429q(ebook) z9798889968405q(hardcover) z9798889968412q(paperback) a(OCoLC)1390706747 apcc00aTF14800a625.2223/eng/202307171 aMather, Charis,d1999-eauthor.10aTrains /cCharis Mather. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] 4c©2024 a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLevel 5 - green set a"What are trains for? The phoneme /oy/ is featured in this title. Trains is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 5-8bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aRailroad trainsvJuvenile literature. 1aRailroad trains.08iPrint version:aMather, Charis, 1999-tTrainsdMinneapolis, MN : Jump!, Inc., [2024]z9798889968405w(DLC) 2023030575 a92bPUL00896nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100006300190245004500253260004000298300004800338650004200386650004700428700005300475710005900528740004300587994001200630on1390706748OCoLC20230718213016.0810903s1688 fr 000 0 fre  a 31035042  aDLCbengcDLC a(OCoLC)139070674800aBJ1552b.G4 aBJ1552b.G4 Copy 2cToinet no. 11951 aGérard, Armand de,dactive 1679-1687. [from old catalog]13aLe caractere de l'honneste-homme morale. aA Paris,bChez Amable Auroy.c1688. a9 p.l., 324, [30] p.bfront.c17 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aCourts and courtiersvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aEntretiens de Philemon et de Theandre. a92bPUL01949nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001400285082003100299084003400330100003000364245006900394263000900463264006500472300002200537336002600559337002600585338003600611520021000647521003800857521003600895588010300931650002201034650002201056650002901078650002201107650006801129650005001197655002701247700003301274776013601307994001201443on1390706753OCoLC20230718213016.0m o d cr |||||||||||230713s2023 nyu co6 000 1 eng  a 2023012942 aDLCbengerdacDLC a9781534496569q(ebook) a1534496564 z9781534496552q(hardcover) z9781534496545q(paperback) a(OCoLC)1390706753 apcc00aPZ7.7.B1700a741.5/973223/eng/20230713 aJUV008110aJUV0130602bisacsh1 aBagley, Jessixa,eauthor.10aDuel /cwritten by Jessixa Bagley ; illustrated by Aaron Bagley. a2311 1aNew York :bSimon & Schuster Books for Young Readers,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aSixth grader Lucy is brand-new to middle school, and when her older sister GiGi--the undisputed queen bee of eighth grade--humiliates her in the cafeteria, Lucy snaps and challenges her to a fenncing duel. aAges 8 to 12bSimon and Schuster. aGrades 4-6bSimon and Schuster. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aSistersvFiction. 1aFencingvFiction. 1aMiddle schoolsvFiction. 1aSchoolsvFiction. 7aJUVENILE FICTION / Comics & Graphic Novels / Humorous.2bisacsh 7aJUVENILE FICTION / Family / Parents.2bisacsh 7aGraphic novels.2lcgft1 aBagley, Aaron,eillustrator.08iPrint version:aBagley, Jessixa.tDueldNew York : Simon & Schuster Books for Young Readers, 2023z9781534496552w(DLC) 2023012941 a92bPUL03175nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263050001100271082003000282245012000312263000900432264003400441300002200475336002600497337002600523338003600549504005100585505143700636520030702073588010302380650002202483650004102505700005202546700004302598776010002641994001202741on1390706754OCoLC20230718213016.0m o d cr |||||||||||230608s2024 nyu ob 001 0 eng  a 2023014009 aDLCbengerdacDLC a9781003316336q(ebk) a1003316336 z9781032327112q(hbk) z9781032327105q(pbk) a(OCoLC)1390706754 apcc00aLB233100a378.1/25223/eng/2023071400aEmerging stronger :bpedagogical lessons from the pandemic /cedited by Jeffrey Chin and Michele Lee Kozimor, Ph.D. a2309 1aNew York :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction -- Section 1. Modalities of Teaching and Learning. Inclusive student engagement strategies and students' sense of belonging in multimodal learning environments -- Emerging stronger with the HyFlex Teaching Design -- Section 2. Pedagogical Strategies. Understanding, experiencing, connecting: The benefits of empathy in the classroom -- Teaching toward hope: Centering possibility in courses on collective problems -- Experience matters: Belonging interventions, the student experience, and student success in class -- Designing with grace in mind: Intentionality in teaching and learning practices -- Trauma informed teaching: Looking back on a decade -- Advancing social justice and anti-racism efforts through inclusive pedagogy -- Afrofuturism as an instructional method -- Section 3. Tools for Engagement. Supporting the students we never "Meet": Strategies for increasing retention in the online classroom -- Setting expectations: Using the Four Tendencies Framework in higher education -- Teaching strategies for under privileged and under prepared students in higher education -- Deviant interactions or interaction as deviance? Using norm violation assignments in the post-COVID era -- Inclusive podcast pedagogies: Three models and strategies for creating engaging and accessible assignments -- Using pathways of public service and civic engagement to cultivate vocational discernment in the college classroom. a"Responding to the sudden and far-reaching implications of the COVID-19 pandemic in college classrooms and on campus, Emerging Stronger assembles an original compilation of essays that revisit, reframe, and refine the practice of teaching in a fundamentally altered landscape"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCollege teaching. 0aCOVID-19 Pandemic, 2020-xInfluence.1 aChin, Jeffrey C.q(Jeffrey Chuan-che),eeditor.1 aKozimor-King, Michele,d1971-eeditor.08iPrint version:tEmerging strongerdNew York : Routledge, 2024z9781032327112w(DLC) 2023014008 a92bPUL02566nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002600192020001500218020003100233035002200264042000800286050001100294060001200305082002800317084003400345245011400379250002000493263000900513264004400522300002200566336002600588337002600614338003600640504005100676505022700727520069100954588010301645650002101748650005001769650005001819655002701869700003201896776014401928994001202072on1390706755OCoLC20230718213016.0m o d cr |||||||||||230620s2024 pau ob 001 0 eng  a 2023028603 aDLCbengerdacDLC a9781975213480q(epub) a1975213483 a9781975213473q(epub) a1975213475 z9781975213466q(paperback) a(OCoLC)1390706755 apcc00aR834.500aWB 18.200a610.76223/eng/20230717 aMED029000aMED0860002bisacsh04aThe family medicine board review book :bmultiple choice questions & answers /c[edited by] Robert A. Baldor. aSecond edition. a2309 1aPhiladelphia :bWolters Kluwer,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aAdult medicine -- Care of children and adolescents -- Care of the female patient (including maternity care) -- Mental health/community health -- Emergent and surgical care -- Care of the elderly patient -- Pictorial atlas. a"Packed with more than 1,000 multiple choice questions and answers on topics commonly found on ABFM board examinations, The Family Medicine Board Review Book, Second Edition, edited by Dr. Robert A. Baldor, helps you make the most of your study time and achieve exam success. It provides valuable background information on ABFM in-training, board certification, and recertification examinations and their formats before presenting questions that are weighted and structured to mimic the ABFM exam. This unique, cost-effective review tool is ideal for testing your knowledge in every area of family medicine and identifying areas that may require further study"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.12aFamily Practice. 7aMEDICAL / Family & General Practice.2bisacsh 7aMEDICAL / Test Preparation & Review.2bisacsh 2aExamination Questions.1 aBaldor, Robert A.,eeditor.08iPrint version:tFamily medicine board review bookbSecond edition.dPhiladelphia : Wolters Kluwer, [2024]z9781975213466w(DLC) 2023028602 a92bPUL02428nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002900094020003100123020001500154035002200169042000800191043001200199050002200211082001900233100003800252245013600290246008700426246005200513263000900565264004000574300001300614336002600627337002800653338002700681504004100708505058000749520033001329651005801659651006801717650007901785787015401864994001202018on1390706756OCoLC20230718213016.0230706s2023 nmu b 000 0 eng  a 2023030785 aNmSSL/DLCbengerdacDLC a9781632935458q(paperback) a1632935457 a(OCoLC)1390706756 apcc an-us-nm00aF802.C4bW55 202304a779.4789822231 aWilson, James C.,d1948-eauthor.10aNew Mexico's Chaco Canyon :bphotographing the ancient city : a companion to "Hiking New Mexico's Chaco Canyon" /cJames C. Wilson.30aPhotographing the ancient city : a companion to "Hiking New Mexico's Chaco Canyon"30aCompanion to "Hiking New Mexico's Chaco Canyon" a2309 1aSanta Fe :bSunstone Press,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.0 aPhotographing with Respect -- A Quick Overview of Chaco and its History -- Gallo Campground -- Red Pictograph -- Overlook Trail -- Downtown Chaco -- Pueblo Bonito -- Chetro Ketl -- North Mesa -- Kin Kletso -- Pueblo Bonito Overlook -- Pueblo Alto -- Chetro Ketl Overlook -- Canyon Overlook -- West Mesa -- Petroglyph Panels -- Supernova Pictograph -- Peñasco Blanco -- The Convergence of the Chaco and Escavada Washes -- Casa Rinconada -- South Mesa -- The Chaco Meridian -- Tsin Kletsin -- Wijiji and Chacra Mesa -- Chaco Wash -- Wijiji -- After the Fall, a short History. a"New Mexico's Chaco Canyon: Photographing the Ancient City is a guide to photographing the monumental stone city, including advice on where, when, and sometimes how to photograph, with detailed information about the history of the Chaco culture with map and a collection of the author's photographs"--cProvided by publisher. 0aChaco Culture National Historical Park (N.M.)vTours. 0aChaco Culture National Historical Park (N.M.)vPictorial works. 0aLandscape photographyzNew MexicozChaco Culture National Historical Park.08iComplemented by (work):aWilson, James C., 1948-tHiking New Mexico's Chaco CanyondSanta Fe : Sunstone Press, 2019z9781632932709w(DLC) 2019023439 a92bPUL01519nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002300187245012500210250002100335264004200356300004000398336002600438337002800464338002700492500025200519504004100771650005900812650003900871700003300910710013600943711009001079994001201169on1390706768OCoLC20230718213016.0220601s2018 bl a b 000 0 por  a 2022330411 aDLCbengerdacDLC a9788595830257 a8595830258 a(OCoLC)1390706768 alcodeapcc00aPN56.R32bL57 201800aLiteraturas estrangeiras :bpercepções do real e representação na contemporaneidade /cAna Cecilia Olmos (org.). a1a̲ edição. 1aSão Paulo :bTodas as Musas,c2018. a136 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPapers produced by GT Literaturas Estrangeiras da ANPOLL (Associação Nacional de Programas de Pós-Graduação em Letras e Linguística) and presented at Encontro Nacional da ANPOLL, Universidade Federal de Santa Catarina, June 9-11, 2014. aIncludes bibliographical references. 0aLiterature, ModernxHistory and criticismvCongresses. 0aReality in literaturevCongresses.1 aOlmos, Ana Cecilia,eeditor.2 aAssociação Nacional de Pós-Graduação e Pesquisa em Letras e Lingüística.bGrupo de Trabalho Literaturas Estrangeiras.2 aEncontro Nacional da ANPOLLn(29th :d2014 :cUniversidade Federal de Santa Catarina) a92bPUL02258nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001000254082003000264245012200294263000900416264006600425300002200491336002600513337002600539338003600565504005100601520077100652588010301423650003401526650002501560650002201585700004201607776019901649994001201848on1390706769OCoLC20230718213016.0m o d cr |||||||||||230622s2023 pau ob 001 0 eng  a 2023028810 aDLCbengerdacDLC a9781668499849q(ebook) a1668499843 z9781668499832q(hardcover) a(OCoLC)1390706769 apcc00aRJ49900a362.2083223/eng/2023071700aHandbook of research on child and adolescent psychology practices and interventions /cedited by Sanjeev Kumar Gupta. a2310 1aHershey, PA :bMedical Information Science Reference,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"The Handbook of Research on Child and Adolescent Psychology Practices and Interventions offers a crucial solution to the pressing need for comprehensive resources in the field of child and adolescent mental health. Edited by esteemed scholar Sanjeev Gupta from the All India Institute of Speech and Hearing, this groundbreaking handbook brings together the latest research, evidence-based practices, and multidisciplinary perspectives to address the diverse challenges faced by children and adolescents. From affective disorders to global crises in mental health, the book covers a wide range of topics, providing multidimensional insights and empowering strategies for mental health practitioners, academicians, researchers, and students"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aChild mental health services. 0aChild mental health. 0aChild psychology.1 aGupta, Sanjeev Kumar,d1983-eeditor.08iPrint version:tHandbook of research on child and adolescent psychology practices and interventionsdHershey, PA : Medical Information Science Reference, [2024]z9781668499832w(DLC) 2023028809 a92bPUL01992nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043001200250050001700262082003500279100003000314245008600344263000900430264004900439300002200488336002600510337002600536338003600562504005100598505021000649520033300859588010301192650005601295650004001351776017901391994001201570on1390706770OCoLC20230718213016.0m o d cr |||||||||||230705s2023 mdu ob 001 0 eng  a 2023030528 aDLCbengerdacDLC a9781666919974q(ebook) a1666919977 z9781666919967q(cloth) a(OCoLC)1390706770 apcc af-nr---00aHV6626.23.N600a362.829209669223/eng/202307141 aAgbese, Aje-Ori,eauthor.10aNigerian news coverage of intimate partner violence, 2011-2022 /cAje-Ori Agbese. a2311 1aLanham, Maryland :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction -- Understanding Intimate Partner Violence -- Mass Media and Intimate Partner Violence -- Nigeria: The Case Study -- News Coverage of Intimate Partner Violence in Nigeria, 2011- -- Conclusion. a"Nigerian News Coverage of Intimate Partner Violence, 2011-2022 analyzes the news and blog coverage of intimate partner violence in Nigeria that has continuously grown over the years. It examines how these instances are represented in the news and explores how this can be done in a more inclusive way"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aIntimate partner violencexPress coveragezNigeria. 0aIntimate partner violencezNigeria.08iPrint version:aAgbese, Aje-Ori.tNigerian news coverage of intimate partner violence, 2011-2022dLanham, Maryland : Lexington Books, [2023]z9781666919967w(DLC) 2023030527 a92bPUL02342nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043001200281050001300293082002900306100003000335245008300365263000900448264005300457300002200510336002600532337002600558338003600584504004100620505038000661520042901041588010301470650004901573650003901622650004301661650004401704776013601748994001201884on1390706781OCoLC20230718213016.0m o d cr |||||||||||230710s2023 mdu ob 000 0 eng  a 2023026555 aDLCbengerdacDLC a9781475872934q(ebook) a1475872933 z9781475872910q(cloth) z9781475872927q(paperback) a(OCoLC)1390706781 apcc an-us---00aLC1099.300a370.117223/eng/202307151 aGutierrez, Hank,eauthor.10aBridging the gap :bcreating a culturally responsive school /cHank Gutierrez. a2311 1aLanham, Maryland :bRowman & Littlefield,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.0 aIntroduction -- Culturally responsive pedagogy : a mindset -- A nation at-risk : still -- Culturally relevant pedagogy : capacity over contention -- The surface-level examination -- Deep instructional undercurrents -- Culturally responsive school leadership -- The prepared leader : a lens of equity -- The culturally responsive school -- Building the Black teacher pipeline. a"Built on an interdisciplinary synthesis that draws from cognitive science, educational leadership, psychology, neuroscience, and history. Bridging the Gap: Creating a Culturally Responsive School offers research, concrete examples of practice, and policy connections in securing high impact culturally responsive teaching and leadership, while laying the foundation for the Black teacher pipeline"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCulturally relevant pedagogyzUnited States. 0aSchool environmentzUnited States. 0aEducational leadershipzUnited States. 0aAfrican American teachersxTraining of.08iPrint version:aGutierrez, Hank.tBridging the gapdLanham, Maryland : Rowman & Littlefield, 2023z9781475872910w(DLC) 2023026554 a92bPUL01481nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002600185035002200211042000800233050002500241082002900266100002800295245004100323263000900364264004800373300001400421336002600435337002800461338002700489490006600516500002000582520024500602521003500847521003700882650003700919776013900956994001201095on1390706782OCoLC20230718213016.0230707s2025 mnu j 001 0 eng  a 2023031598 aDLCbengerdacDLC a9798765626313q(library binding) a9798765629352q(paperback) z9798765634806q(epub) a(OCoLC)1390706782 apcc00aQL737.C27bP423 202400a599.786223/eng/202307171 aPeters, Katie,eauthor.10aWhat Polar bears do /cKatie Peters. a2408 1aMinneapolis :bLerner Publications,c[2025] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLet's look at polar animals (pull ahead readers - nonfiction) aIncludes index. a"Polar bears know how to survive in their polar environments. Leveled text and exciting photographs help young readers learn about how these bears live in the cold. Pairs with the fiction title, Polar Bear Lessons"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. 0aPolar bearvJuvenile literature.08iOnline version:aPeters, Katie, 1975-tWhat polar bears dodMinneapolis : Lerner Publications , 2024z9798765634806w(DLC) 2023031599 a92bPUL01454nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003600124020001500160035002200175042000800197043001200205050002200217110006200239245009400301250002200395264006700417300005600484336002600540337002800566338002700594504005700621610005700678650004600735880005900781880008100840880002300921880005800944880005401002994001201056on1390706783OCoLC20230718213016.0190125s2022 cc a abc 000 0 chi  a 2023388268 aDLCbengerdacDLC c$1 a9787501371587q(set ;hardcover) a750137158X a(OCoLC)1390706783 apcc aa-cc-nn00aPN5361b.N56 20222 6880-01aNingxia Huizu Zizhiqu tu shu guan,eissuing body.106880-02aMinguo shi qi chuang kan hao tu lu /cNingxia Huizu Zizhiqu tu shu guan bian zhu. 6880-03aDi 1 ban. 16880-04aBeijing Shi :bGuo jia tu shu guan chu ban she,c2022. a2 volumes (19, 819 pages) :billustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 773-819).206880-05aNingxia Huizu Zizhiqu tu shu guanvCatalogs. 0aChinese periodicalsvAbstractsvCatalogs.2 6110-01a宁夏回族自治区图书馆,eissuing body.106245-02a民国时期創刊號图录 /c宁夏回族自治区图书馆编著. 6250-03a第 1 版. 16264-04a北京市 :b国家图书馆出版社,c2022.246610-05a宁夏回族自治区图书馆vCatalogs. a92bPUL01700nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001200253082002900265100003400294245004100328250002000369263000900389264005100398300002200449336002600471337002600497338003600523504005100559520037200610588010300982650002301085650002701108776015501135994001201290on1390706829OCoLC20230718213016.0m o d cr |||||||||||230612s2023 nyu ob 001 0 eng  a 2023024327 aDLCbengerdacDLC a9781108924849q(epub) a1108924840 z9781108927222q(paperback) a(OCoLC)1390706829 apcc00aQH541.200a577.072223/eng/202307171 aSinger, Fred,d1952-eauthor.10aEcology in action /cFred D. Singer. aSecond edition. a2311 1aNew York :bCambridge University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This undergraduate textbook enables students to develop a strong grasp of key ecological concepts, a deep understanding of the origins and evolution of scientific knowledge, and an appreciation of their realworld applications. The pedagogically-rich and engaging second edition is filled with diverse resources that support active learning"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEcologyxResearch. 0aEcologyvCase studies.08iPrint version:aSinger, Fred, 1952-tEcology in actionbSecond edition.dNew York : Cambridge University Press, 2023z9781108927222w(DLC) 2023024326 a92bPUL03672nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003000224035002200254042000800276050001100284082002800295100002700323245011200350263000900462264005600471300002300527336002600550337002600576338003600602490007100638504005100709505029000760520183201050588010302882650003702985650003903022650001403061776015103075994001203226on1390706835OCoLC20230718213016.0m o d cr |||||||||||230624s2023 enk ob 001 0 eng  a 2023018795 aDLCbengerdacDLC a9781003353676q(ebook) a1003353673 z9781032405667q(paperback) z9781032405612q(hardback) a(OCoLC)1390706835 apcc00aLB102800a370.72223/eng/202307141 aLand, Nicole,eauthor.10aBodying postqualitative research :bon being a researching body within fissures of humanism /cNicole Land. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aPostqualitative new materialist and critical posthumanist research aIncludes bibliographical references and index.0 aBiocultural creatures, postqualitative data, and caffeine shakes -- Biomedical imaginaries, methodology, and antipsychotic medications -- Biopossibility, clarity, and scars -- Pedagogical inquiry work, proprioception, and a sweaty quad -- Conclusion : bodying postqualitative research. a"Bodying Postqualitative Research posits the question of what happens when lived, fleshy human bodies engage in postqualitative research in education. It takes as its central concern research propositions aimed at dismantling the structures of humanism that typically govern research in education and uses postqualitative conceptions of data, methodology, and clarity in conjunction with insights from feminist science studies scholars to imagine how we might 'body' postqualitative work. This book uses the provocations offered by postqualitative research and takes these touchpoints to dismantle dominant logics of research, born of neoliberalism and ongoing settler colonialism to offer alternative perspectives. Importantly, this book stays near to the body by proposing caffeine shakes, antipsychotic medications, and scars as moments to take seriously how bodies do researching practices. After each chapter, the book turns to poetry as a "fracture" or a moment of disruption to the rhythm of the text that incites readers to reconsider the previous chapter otherwise. It concludes by asking what bodying postqualitative research might mean for pedagogy and for propositions toward future inquiry. Drawing together the work of feminist science and education scholars oriented toward the biosciences and whose work has not yet been immersed into postqualitative scholarship in a sustained way, this book brings together a vein of feminist science studies theorizing that both deepens and troubles postqualitative scholarship through its focus on the politics of science and the possibilities of doing bodies with biology, culture, and life. The volume is suitable for students and scholars interested in postqualitative and embodied research methods in education, and feminist and gender studies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducationxResearchxPhilosophy. 0aQualitative researchxMethodology. 0aHumanism.08iPrint version:aLand, Nicole.tBodying postqualitative researchdAbingdon, Oxon ; New York, NY : Routledge, 2023z9781032405667w(DLC) 2023018794 a92bPUL01866nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002500220082003400245100002800279245013900307263000900446264005100455300001300506336002600519337002800545338002700573520050900600505006901109630002401178650004801202650002101250650005001271700003201321700003301353700002701386700003101413994001201444on1390706836OCoLC20230718213016.0230713s2023 gw 000 0 eng  a 2023024491 aDLCbengerdacDLC a9781493223961q(hardcover) a1493223968 z9781493223978q(ebook) a(OCoLC)1390706836 apcc00aHD30.213b.B487 202300a658.4/038011223/eng/202307171 aBertram, Erik,eauthor.10aSAP Analytics Cloud performance optimization guide /cErik Bertram, Carl Dannenhauer, Melanie Holzapfel, Sandra Loop, Stephanie Range. a2308 1aBonn ;aBoston :bRheinwerk Publishing,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Frustrated with slow performance in SAP Analytics Cloud? This guide is your answer! Learn the basics of solution performance and optimization and then start making your adjustments: get the story builder and analytics designer apps running smoothly, fine-tune your backend settings, and follow best practices for viewing dashboards. With detailed examples of performance improvements throughout, this book has everything you need for an optimal SAP Analytics Cloud experience!"--cProvided by publisher.0 aMeasuring, testing and monitoring performance -- Viewer choices.00aSAP cloud platform. 0aDashboards (Management information systems) 0aCloud computing. 0aBusinessxData processingxComputer programs.1 aDannenhauer, Carl,eauthor.1 aHolzapfel, Melanie,eauthor.1 aLoop, Sandra,eauthor.1 aRange, Stephanie,eauthor. a92bPUL01119nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043003000182050002400212100003900236245012100275250002100396264004400417300005800461336002600519337002800545338002700573504005700600650009400657650004200751994001200793on1390706837OCoLC20230718213016.0230328s2022 bl ab b 000 0 por  a 2023312645 aDLCbengerdacDLC a9786586537819 a6586537819 a(OCoLC)1390706837 alcode as-bl---as-ag---as-py---00aKH966.H85bD54 20221 aDiehl, Rodrigo Cristiano,eauthor.10aTráfico internacional de crianças e adolescentes na Tríplice Fronteira do Cone Sul /cRodrigo Cristiano Diehl. a1a̲ edição. 1aBlumenau :bEditora Dom Modesto,c2022. a284 pages :bcolor illustrations, color maps ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 260-281). 0aChild traffickingxLaw and legislationzTri-Border Area (Argentina, Brazil, and Paraguay) 0aHuman trafficking (International law) a92bPUL02199nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192020003100223035002200254042000800276050001700284082002800301100003800329245003800367263000900405264005200414300002200466336002600488337002600514338003600540520094600576588010301522655002401625655001901649776013301668994001201801on1390706856OCoLC20230718213016.0m o d cr |||||||||||230224s2024 tnu o 000 1 eng  a 2023005303 aDLCbengerdacDLC a9781684429714q(epub) a1684429714 z9781684429691q(hardcover) z9781684429707q(paperback) a(OCoLC)1390706856 apcc00aPS3619.T475400a813/.6223/eng/202307121 aStein, Nathaniel,d1987-eauthor.14aThe threat /cby Nathaniel Stein. a2401 1aNashville, Tennessee :bKeylight Books,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"Melvin Levin is dissatisfied-with his job, with life, with it all. He's too polite and too boring, and the monotony of his days is only broken when he has to clean up after his neighbor's frequently vomiting cat. That is, until he receives a mysterious death threat in the mail. Under the thrill of potentially getting murdered, Melvin begins to feel truly alive again. The threat gives Melvin a sense of self-importance-someone wants him dead-and, ironically, a new lease on life. However, soon, Melvin becomes obsessed with the threat, increasingly forming the basis of his new, unstable identity. The greatest danger to Melvin might not be his threatener but his own deranged mind. Dripping with voice, The Threat is a hilariously relatable story of self-doubt, aging, and frustration. Literary yet accessible, Stein's story explores what happens when the only way you can live is by feeling like you might die"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 7aBlack humor.2lcgft 7aNovels.2lcgft08iPrint version:aStein, Nathaniel, 1987-tThreatdNashville, Tennessee : Keylight Books, [2024]z9781684429691w(DLC) 2023005302 a92bPUL02442nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001100265082003200276100004000308240004600348245007300394246004300467250002000510263000900530264005600539300002200595336002600617337002600643338003600669504005100705520079600756588010301552650005101655650005401706651002801760776019601788994001201984on1390706857OCoLC20230718213016.0m o d cr |||||||||||230712s2024 onc ob 001 0deng  a 2023032638 aDLCbengerdacDLC a9780190167356q(epub) a0190167351 z9780190167332q(paperback) a(OCoLC)1390706857 apcc an-cn---00aE78.C200a305.800971223/eng/202307131 aFrideres, James S.,d1943-eauthor.10aFirst Nations in the twenty-first century10aIndigenous peoples in the twenty-first century /cJames S. Frideres.3 aIndigenous peoples in the 21st century aFourth edition. a2310 1aOntario, Canada :bOxford University Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Major social and legal events in Canada have influenced--some might say forced--the changing relationship between the Crown and Indigenous people, and this changed relationship is central to the present work. In short, the political climate of Canada has changed. Nearly four decades ago, the Supreme Court defined Aboriginal rights as sui generis (of its own kind or class). Now, after considerable time, the judiciary is beginning to use this phrase in various contexts impacting Indigenous peoples. This expansion of the term in the courts has meant that the courts have begun to make decisions based on Aboriginal rights as sui generis. This has meant that the negative characterizations of Indigenous rights have now turned into positive points of protection"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aIndigenous peopleszCanadaxSocial conditions. 0aIndigenous peopleszCanadaxGovernment relations. 0aCanadaxRace relations.08iPrint version:aFrideres, James S., 1943-tIndigenous peoples in the twenty-first centurybFourth edition.dOntario, Canada : Oxford University Press, [2024]z9780190167332w(DLC) 2023032637 a92bPUL01354nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002600150035002200176037005300198042001500251050002500266100003200291245015400323264004200477300002700519336002600546337002800572338002700600500009700627504006100724630006100785630006500846600003800911710004300949994001200992on1390706870OCoLC20230718213016.0220424s2021 ii b 001 0 eng  a 2020514894 aDLCbengerdacDLC a9789390569496 a9390569494 aI-E-2020514894; 13-90 a(OCoLC)1390706870 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc00aBS2595.52b.T44 20211 aThekkekkara, Biju,eauthor.10aPresentation of Jesus to the Lord :bthe scriptural composition and narrative significance of Luke 2:22-39 and Acts 6:1-8:3 /cBiju Thekkekkara, CMI. 1aKashmere Gate, Delhi :bISPCK,c2021. axi, 271 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally presented as the author's thesis (doctoral)--Studium Biblicum Franciscanum, 2019. aIncludes bibliographical references (237-263) and index.00aBible.pLuke, II, 22-39xCriticism, interpretation, etc.00aBible.pActs, VI, 1-VIII, 3xCriticism, interpretation, etc.00aJesus ChristxPerson and offices.2 aI.S.P.C.K. (Organization),epublisher. a92bPUL00975nam a22002895i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192100003400202245009500236246005600331250002400387264005200411300002300463336002600486337002800512338002700540520005700567546001500624710003400639994001200673on1390706893OCoLC20230718213016.0220928s2020 pk 000 0 snd  a 2022312989 aDLCbengerdacDLC a(OCoLC)1390706893 bLibrary of Congress -- Islamabad Overseas Office alcode1 aBāghī, Bakhshal,eauthor.10aKitāb paṛahn kānpo ʼi :babhiyās = Kitaab parhan khaan poe /cBakhshal Bāghī.1 iTitle on title page verso:aKitaab parhan khaan poe aChāpo phariyūn. 1aKarācī :bSindhīkā Ikaiḍamī,c2020. a239 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAuthor's articles on different topic of social life. aIn Sindhi.2 aSindhica Academy,epublisher. a92bPUL03365nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001100296082002700307100003900334245008400373263000900457264005500466300002300521336002600544337002600570338003600596490006500632504005100697505038100748520134301129588010302472650004102575650003402616650003502650650002902685776018102714994001202895on1390706894OCoLC20230718213016.0m o d cr |||||||||||230706s2024 enk ob 001 0 eng  a 2023021321 aDLCbengerdacDLC a9781003364740q(ebook) a1003364748 z9781032428833q(hardback) z9781032428840q(paperback) a(OCoLC)1390706894 apcc af------00aLA150300a378.6223/eng/202307141 aAdeyemo, Kolawole Samuel,eauthor.10aAfrican epistemologies in higher education research /cKolawole Samuel Adeyemo. a2309 1aAbingdon, Oxon ;aNew York, NY:bRoutledge,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge research on decoloniality and new postcolonialisms aIncludes bibliographical references and index.0 aAn introduction to debates on African epistemologies -- Transforming knowledge from history -- Existentialist epistemology and the purpose of higher education -- Epistemology of pragmatism in postgraduate research -- Epistemic injustice in research publication -- Epistemology realism and racism in higher education -- Epistemological access to corruption in higher education. a"Bringing a needed perspective on African Epistemologies on the critical topics of higher education in relation to knowledge systems, this book highlights how knowledge creation processes influence higher education systems, society, and African development. This book uses an interdisciplinary approach to frame the connections between academic knowledge systems. Specifically, it seeks to answer questions on the trends in knowledge mobility, histories, and sociological dimensions in knowledge production in postcolonial Africa. The discussion explores how existing knowledge systems can better align with past and present narratives throughout African history and philosophies. The primary thought behind this book is to deconstruct the idea of a free market, the issue of corruption, racism and the neoliberalist approach to knowledge creation and transmission. Thus, it seeks to answer questions on the history and sociological dimensions of knowledge production in higher education. The book argues that African epistemologies can be better understood by investigating present sociologies and histories shaping African higher education research. Researchers and university students in the field of sociology of education, economics of education, higher education and policy will find this book very useful"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherzAfricaxResearch. 0aKnowledge, Theory ofzAfrica. 0aEducational sociologyzAfrica. 0aPostcolonialismzAfrica.08iPrint version:aAdeyemo, Kolawole Samuel.tAfrican epistemologies in higher education researchdAbingdon, Oxon ; New York, NY: Routledge, 2023z9781032428833w(DLC) 2023021320 a92bPUL01554nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002600185035002200211042000800233050002500241082003100266100003400297245008600331263000900417264004800426300001400474336002600488337002800514338002700542490006300569500002000632520022500652521003500877521003700912650003700949700003300986776013701019994001201156on1390706895OCoLC20230718213016.0230710s2025 mnu j 001 0 eng  a 2023031825 aDLCbengerdacDLC a9798765626184q(library binding) a9798765629208q(paperback) z9798765634202q(epub) a(OCoLC)1390706895 apcc00aQL737.C23bV365 202500a599.776/4223/eng/202307171 aVan Oosbree, Ruthie,eauthor.10aFrosty's snow day /cwritten by Ruthie Van Oosbree ; illustrated by Mette Engell. a2408 1aMinneapolis :bLerner Publications,c[2025] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLet's look at polar animals (pull ahead readers - fiction) aIncludes index. a"Frosty shows readers her typical day as an Arctic fox. With full-color illustrations and engaging text, young readers can join in on the fun. Pairs with nonfiction text, Arctic Fox on the Move"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. 0aArctic foxvJuvenile literature.1 aEngell, Mette,eillustrator.08iOnline version:aVan Oosbree, Ruthie.tFrosty's snow daydMinneapolis : Lerner Publications , 2024z9798765634202w(DLC) 2023031826 a92bPUL01872nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246043002100254050001700275082002800292100002700320245005900347250001900406263000900425264003100434300002200465336002600487337002600513338003600539520038300575588010300958650004401061650004801105650003201153651005501185655003101240655001901271776012401290994001201414on1390706898OCoLC20230718213016.0m o d cr |||||||||||230414s2024 nyu o 000 1 eng  a 2023017897 aDLCbengerdacDLC a9780063299771q(ebook) a0063299771 z9780063299757q(hardcover) a(OCoLC)1390706898 apcc an-us-laae-fr---00aPS3613.A524700a813/.6223/eng/202307121 aMalye, Julia,eauthor.10aPelican girls :ba novel /cJulia Sixtine Marie Malye. aFirst edition. a2403 1aNew York :bHarper,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"For fans of sweeping historical literature in the vein of Philipp Meyer's The Son or Min Jin Lee's Pachinko, an extraordinary US literary debut set in Paris and colonial New Orleans and based on a true story, about three of the 88 young women-among them an orphan, a madwoman, and an abortionist-who were deported to the Louisiana Territory as brides"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomenzLouisianazNew OrleansvFiction. 0aDeporteeszLouisianazNew OrleansvFiction. 0aDeporteeszFrancevFiction. 0aNew Orleans (La.)xHistoryy18th centuryvFiction. 7aHistorical fiction.2lcgft 7aNovels.2lcgft08iPrint version:aMalye, Julia.tPelican girlsbFirst edition.dNew York : Harper, 2024z9780063299757w(DLC) 2023017896 a92bPUL00807nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050003000180100004300210245005300253250002300306264005400329300002400383336002600407337002800433338002700461490002900488994001200517on1390706899OCoLC20230718213016.0221019s2022 pe 000 1 spa  a 2023415479 aDLCbengerdacDLC a9786124142659 a6124142651 a(OCoLC)1390706899 apcc00aPQ8498.432.I424bC66 20221 aVílchez Vela, Percy,d1960-eauthor.13aLa comedia de las armas /cPercy Vílchez Vela. aPrimera edición. 1aPunchana, Iquitos, Perú :bTierra Nueva,c2022. a304 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Ukamara ;v3 a92bPUL02477nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001200284082002700296100005900323245011200382263000900494264005600503300002300559336002600582337002600608338003600634490006700670504005100737520084900788588010301637600002201740650002701762650002201789650002601811650001601837776016601853994001202019on1390706930OCoLC20230718213016.0m o d cr |||||||||||230628s2024 enk ob 001 0 eng  a 2023025468 aDLCbengerdacDLC a9781003450726q(ebook) a1003450725 z9781032585802q(hardback) z9781032585819q(paperback) a(OCoLC)1390706930 apcc00aLB85.P700a370.1223/eng/202307151 aBazaluk, O. A.q(Oleg Aleksandrovich),d1968-eauthor.10aDiscursive thinking through of education :blearning from those who transform the universe /cOleg Bazaluk. a2311 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge international studies in the philosophy of education aIncludes bibliographical references and index. a"This book is a contribution to the philosophical discourse on education. Education is considered as a tool of philosophy. Education (paideia) and politics (politeia) are equal in importance for building a sustainable society free from feud and unhappiness. Discursive thinking through of education is based on Plato's dialogues and the results of epistemological, metaphysical and ethical research in the fields of cosmology, biology and neuroscience. The author demonstrates the potential of the threefold scheme of philosophy, a Platone philosophandi ratio triplex, for ordering individual and collective discourse and way of life in strict accordance with the intelligible complexity of the expanding cosmos. An essential read for students and scholars interested in the crossroad between education and philosophy"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aPlatoxInfluence. 0aEducationxPhilosophy. 0aEducation, Greek. 0aThought and thinking. 0aDiscussion.08iPrint version:aBazaluk, O. A. 1968-tDiscursive thinking through of educationdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032585802w(DLC) 2023025467 a92bPUL02661nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258050002800266082002700294245010100321263000900422264005700431300001300488336002600501337002800527338002700555520075800582504005101340505054501391650005601936650006001992700003602052776017502088994001202263on1390706959OCoLC20230718213016.0230705s2023 pau b 001 0 eng  a 2023022597 aDLCbengerdacDLC a9781668488461q(hardcover) a1668488469 a9781668488508q(paperback) a1668488507 z9781668488478q(ebook) a(OCoLC)1390706959 apcc00aQA76.9.A25bC91916 202300a005.8223/eng/2023071700aCyber security policies and strategies of the world's leading states /cedited by Nika Chitadze. a2309 1aHershey, PA :bInformation Science Reference,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"This book is essential for government officials, academics, researchers, NGO representatives, mass-media representatives, business sector representatives, and students interested in cyber warfare, cyber security, information security, defense and security, and world political issues. With its comprehensive coverage of cyber security policies and strategies of the world's leading states, it is a valuable resource for those seeking to understand the evolving landscape of cyber security and its impact on global politics. It aims to identify, prevent, reduce, and eliminate existing threats and provide readers with a comprehensive understanding of cyber security policies and strategies used by leading countries worldwide"--cProvided by publisher. aIncludes bibliographical references and index.0 aVirtual threats and asymmetric military challenges / C.V. Suresh Babu, Akshara PM -- China's cyber security policy and the democratic world / Irakli Kervalishvili -- The fifth space of military action and confrontation / Nika Chitadze -- Framework for detection of cyberbullying in text data using natural language processing and machine learning / C.V. Suresh Babu, Kowsika S, Sai Tejaswi M, Janarakshani T R, Mercysha Princy S -- The role and place of cyber warfare and cyber security in the world : past, present, future / Nika Chitadze. 0aComputer securityxGovernment policyvCase studies. 0aCyberspace operations (Military science)vCase studies.1 aChitadze, Nika,d1969-eeditor.08iOnline version:tCyber security policies and strategies of the world's leading statesdHershey, PA : Information Science Reference, 2023z9781668488478w(DLC) 2023022598 a92bPUL02896nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020004500192035002200237042000800259043001200267050001500279082003300294100004500327245006700372250001900439263000900458264004200467300002200509336002600531337002600557338003600583504005100619505105500670520030801725588010302033650004202136650004002178651003502218700003002253776015502283994001202438on1390706960OCoLC20230718213016.0m o d cr |||||||||||230709s2023 ctu ob 001 0ceng  a 2023030453 aDLCbengerdacDLC a9781493068760q(epub) a1493068768 z9781493068753q(paperback ;qalk. paper) a(OCoLC)1390706960 apcc an-us-wa00aCT3262.W2700a920.7209797223/eng/202307131 aBragg, L. E.q(Lynn E.),d1956-eauthor.10aRemarkable Washington women /cL. E. Bragg and Christy Karras. aThird edition. a2310 1aEssex, Connecticut :bTwoDot,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aNarcissa Prentiss Whitman, tragedy at Waiilatpu -- Kick-Is-Om-Lo, Princess Angeline-Seattle's last royalty -- Mary Ann Boren Denny, mother of Seattle -- Mother Joseph, chief of the Lady Black Robes -- Lizzie Ordway, Mercer girl -- Dr. Mary Archer Latham, physician-fugitive -- Olive Spore Ryther, Mother Ryther-mother to thousands -- Thea Christiansen Foss, The Original "Tugboat annie" -- dr. Nettie j. Craig Asberry, doctor of music/champion of civil rights -- Bertha KnighT landes, mayor of Seattle -- Fay Fuller, first lady of Mount Rainier -- Kathleen Rockwell, Klondike Kate -- Judge Reah Mary Whitehead, lady justice -- Imogen Cunningham, exposed to the light -- Isabel Friedlander Arcasa, custodian of Colville Heritage -- Maude C. Lillie Bolin, Yakama cowgirl aviator -- Pang Yee Ching, journey to "Gam Saan" -- Hazel Wolf, citizen of three centuries -- Susie Revels Cayton, journalist who believed in equality -- Emma Smith DeVoe, "good-natured and cheerful"fighter for the vote -- Kara Matsushita Kondo, committed to justice and community. a"Remarkable Washington Women, Third edition, celebrates the women who shaped the Evergreen State. Short, illuminating biographies and archival photographs and paintings tell the stories of women from across the state who served as teachers, writers, entrepreneurs, and artists"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomenzWashington (State)vBiography. 0aWomenzWashington (State)xHistory. 0aWashington (State)vBiography.1 aKarras, Christy,eauthor.08iPrint version:aBragg, L. E. 1956-tRemarkable Washington womenbThird edition.dEssex, Connecticut : TwoDot, [2023]z9781493068753w(DLC) 2023030452 a92bPUL03371nam a22005178i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263043001200271050001000283082002900293245015500322250001900477263000900496264003400505300002300539336002600562337002600588338003600614490004900650504005100699505005800750520147900808588010302287650004102390650003102431650004302462650002602505650004102531650003502572650004802607700003202655700003202687776012202719994001202841on1390706968OCoLC20230718213016.0m o d cr |||||||||||230531s2024 nyu ob 001 0 eng  a 2023018130 aDLCbengerdacDLC a9781003426097q(ebk) a1003426093 z9781032546728q(hbk) z9781032546735q(pbk) a(OCoLC)1390706968 apcc an-cn---00aLC15400a379.2/4223/eng/2023071500aDecolonizing literacies :bdisrupting, reclaiming, and remembering relationship in literacy education /cedited by Kimberly Lenters, Towani Duchscher. aFirst edition. a2309 1aNew York :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge research in decolonizing education aIncludes bibliographical references and index.2 aDisrupting -- Reclaiming -- Remembering Relationship. a"This volume examines the ways literacy has been used as a weapon and a means for settler colonialism, challenging colonized definitions of literacy and centering relationships as key to broadening understandings. It begins by confronting the multiple ways that settler colonialism has used literacy and definitions of literacy as a gatekeeper to participation in society. In response to settler colonialism's violent acts of extraction, displacement, and replacement enacted upon the land, the resources, the people, and understandings of literacy, the editors propose a unique approach to decolonizing understandings of literacy through a triangulation of disruption, reclamation, and remembering relationships. This is enacted and explored through a range of diverse chapter contributions, written in the form of stories, poems, art, theatre, and essays, allowing the authentic voices of the authors to shine through, and opening up the English language arts as a space for engagement and interpretation with divers, racialized understandings of literacy. Disrupting Eurocentric, colonized understandings that narrowly define literacy as reading and writing the colonial word, and advancing the movement to decolonize education, it will be of key interest to scholars, researchers and educators with interest in literacy education, decolonizing education, anti-racist education, inclusive education, land-based literacy, and arts-based literacy"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aLiteracyxGovernment policyzCanada. 0aLiteracy programszCanada. 0aNative language and educationzCanada. 0aStorytellingzCanada. 0aIntergenerational relationszCanada. 0aMinoritiesxEducationzCanada. 0aDiscrimination in higher educationzCanada.1 aDucshcher, Towani,eeditor.1 aLenters, Kimberly,eeditor.08iPrint version:tDecolonizing literaciesbFirst edition.dNew York : Routledge, 2024z9781032546728w(DLC) 2023018129 a92bPUL02136nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002900220082003700249100002900286245007000315263000900385264005100394300001300445336002600458337002800484338002700512520055800539505050101097630004001598630003501638650002201673650003101695650002401726994001201750on1390706976OCoLC20230718213016.0230713s2023 gw 000 0 eng  a 2023024529 aDLCbengerdacDLC a9781493224067q(hardcover) a1493224069 z9781493224074q(ebook) a(OCoLC)1390706976 apcc00aHF5548.4.B875bK864 202300a658.4/038028553223/eng/202307171 aKumar, Renjith,eauthor.10aOperational data provisioning with SAP BW/4HANA /cRenjith Kumar. a2308 1aBonn ;aBoston :bRheinwerk Publishing,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Operational data provisioning (ODP) is the new standard for data extraction in SAP BW/4HANA-are you ready for it? Use ODP to extract information from SAP S/4HANA and connect to other key data sources, including SAP HANA information views, CDS views, SAP BW, and flat files. Use SAP Landscape Transformation Replication Server to replicate data, and review the prerequisites for SAP BW/4HANA remote conversion projects. With detailed instructions throughout, this hands-on guide has all the information you need to master ODP!"--cProvided by publisher.0 aGeneric extraction from S/4HANA -- Extracting BW 7.x data into BW/4HANA -- Extracting data using CDS Views -- Extraction using Open ODS Views -- Extracting data using HANA Calculation Views -- Additional Topics -- Introduction -- Creating an operational data provisioning (ODP) source system -- Working with SAP extractors -- Extracting LO datasource from other applications -- Extracting master data -- Extracting MM inventory management data -- Extracting financial data -- Extracting HCM data.00aSAP Business information warehouse.00aSAP HANA (Electronic resource) 0aData warehousing. 0aBusinessxData processing. 0aBusinessxComputer. a92bPUL01674nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020003100191035002200222042000800244050001200252082002500264100003400289245008400323250001900407263000900426264003500435300002300470336002600493337002600519338003600545490001900581520034300600588010300943650004001046700003301086776014501119994001201264on1390706977OCoLC20230718213016.0m o d cr |||||||||||230630s2024 nyu jo 000 0 eng  a 2023025165 aDLCbengerdacDLC a9781662670695q(ebk) a1662670699 z9781662670701q(hardcover) a(OCoLC)1390706977 apcc00aSB357.200a634223/eng/202307171 aChancellor, Deborah,eauthor.10aGranny root grows fruit /cby Deborah Chancellor ; illustrated by Julia Groves. aFirst edition. a2408 1aNew York :bKane Press,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aFollow my food a"A child narrator helps her Granny grow fruit through the year, as they put in new plants in the fall, prune in the winter, weed and hang nets in the spring, and water and harvest in the summer. Backmatter includes a matching game, more information about growing fruit, types of fruit, and a kid-friendly recipe"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aFruit-culturevJuvenile literature.1 aGroves, Julia,eillustrator.08iPrint version:aChancellor, Deborah.tGranny root grows fruitbFirst edition.dNew York : Kane Press, 2024z9781662670701w(DLC) 2023025164 a92bPUL00872nam a22002537i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001500117020001800132035002200150245010400172264008100276300002400357336002600381337002800407338002700435490004500462653007100507700002800578994001200606on1390706978OCoLC20230718213016.0230714s1997 ci 000 0 hrv  a 2023450821 aDLCbengerdacDLC a9536466007 a9789536466009 a(OCoLC)139070697800aReči rieč :bknjiževni zbornik : međimurski književni krug /cglavni urednik Ivan Kutnjak. 1aČakovec :bKnjiževni krug "Reči rieč" Županije međimurske,c1997. a150 pages ;c29 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka posebnih izdanja ;vknjiga 2. aPoems from CroatiaaPoems and literary work from Međimurje County1 aKutnjak, Ivan,eeditor. a92bPUL03037nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002800151020001500179020005000194020004900244035002200293042000800315043001200323050001300335082002800348245015800376246007700534263000900611264002900620300002300649336002600672337002600698338003600724490009500760504005100855520127500906588010302181610007202284650004302356650004202399700004802441776009002489994001202579on1390706983OCoLC20230718213016.0m o d cr |||||||||||230711s2023 mau ob 001 0 eng  a 2023029533 aDLCbengerdacDLC a9789004682580q(e-book) a9004682589 z9789004682566q(paperback :qacid-free paper) z9789004682573q(hardback :qacid-free paper) a(OCoLC)1390706983 apcc an-us---00aLB1028.300a371.33223/eng/2023071400aAECT at 100 :ba legacy of leadership /cedited by Christopher T. Miller, Anthony A. Piña, Michael H. Molenda, Phillip L. Harris and Barbara B. Lockee.3 aAssociation for Educational Communications and Technology at one hundred a2309 1aBoston :bBrill,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLeadership and best practices in educational technology management,x2666-7010 ;vvolume.6 aIncludes bibliographical references and index. a"The purpose of AECT at 100: A Legacy of Leadership is to highlight the Association for Educational Communications and Technology's 100 years of leadership in educational technology and learning. AECT has a rich history, evolving from the National Education Association's (NEA) Department of Visual Instruction (DVI) and later the Department of Audio-Visual Instruction (DAVI). Over its 100 years, AECT and its members have had a substantial impact on the evolution of American educational technology and learning, including in the areas of audiovisual instruction, instructional design, and online learning. AECT at 100: A Legacy of Leadership brings together writers and experts in the organization to explore various periods of history within the field and how AECT and its membership stood as a leader within the field. Topics such as visual instruction, the audiovisual movement, leadership development, programmed instruction, diversity leadership, AECT and educational technology topics, journals, ethics, and social justice are explored. Additionally, a number of leaders are explored from the early days of AECT such as James Finn, F. Dean McClusky, Edgar Dale, and Elizabeth Golterman all the way to recent leaders such as Rob Branch"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aAssociation for Educational Communications and TechnologyxHistory. 0aEducational technologyzUnited States. 0aInstructional systemszUnited States.1 aMiller, Christopher Thomas,d1972-eeditor.08iPrint version:tAECT at 100dBoston : Brill, [2023]z9789004682566w(DLC) 2023029532 a92bPUL01493nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002400220082001200244100002800256245006100284246004200345263000900387264005500396300001300451336002600464336002800490337002800518338002700546521004900573520019500622650002200817650002400839650003700863655002600900776015700926994001201083on1390707010OCoLC20230718213016.0230717s2024 nyu b 000 1 eng  a 2023020241 aDLCbengerdacDLC a9781419770586q(hardcover) a1419770586 z9798887071343q(ebook) a(OCoLC)1390707010 apcc00aPZ7.1.V468bWe 202400a[E]2231 aVernon, Katie,eauthor.10aWe're having a party (for everyone!) /cby Katie Vernon.30aWe are having a party (for everyone!) a2405 1aNew York :bAbrams Books for Young Readers,c2024. apages cm atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 4 to 8bAbrams Books for Young Readers. aLana has a few tips for her nervous pup, Lemon, on how to make sure their first dinner party is a total success, including social etiquette, accommodating others, and how much fun it can be. 1aPartiesvFiction. 1aEtiquettevFiction. 1aIndividual differencesvFiction. 7aPicture books.2lcgft08iOnline version:aVernon, Katie.tWe're having a party (for everyone!)dNew York : Abrams Books for Young Readers, 2024z9798887071343w(DLC) 2023020242 a92bPUL01842nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192035002200219042000800241050001300249082002900262245013500291263000900426264003800435300002200473336002600495337002600521338003600547504005100583520033000634588010300964600003101067650006001098650004701158650003801205700004101243776013601284994001201420on1390707011OCoLC20230718213016.0m o d cr |||||||||||230705s2023 mdu ob 001 0 eng  a 2023023776 aDLCbengerdacDLC a9781978715820q(epub) a197871582X z9781978715813q(cloth) a(OCoLC)1390707011 apcc00aBS2506.300a225.9/2223/eng/2023071300aReceptions of Paul during the first two centuries :bexploration of the Jewish matrix of early Christianity /cFrantišek Ábel. a2309 1aLanham :bLexington Books,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book explores the historical context of Paul and the way Paul's Jewish heritage was received, including the specifics of contemporary Jewish phenomena, within the successive generations of Jesus-followers during the first two centuries CE (in and outside the corpus of New Testament writings)"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aPaul,cthe Apostle, Saint. 0aChurch historyyPrimitive and early church, ca. 30-600. 0aChristianity and other religionsxJudaism. 0aJudaismxRelationsxChristianity.1 aÁbel, František,d1964-eeditor.08iPrint version:tReceptions of Paul during the first two centuriesdLanham : Lexington Books, 2023z9781978715813w(DLC) 2023023775 a92bPUL01408nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003100124020002800155035002200183042000800205043001200213050002500225100004500250245007500295246002500370246001700395250002000412264006200432300002300494336002600517337002800543338002700571504005200598600003900650650003800689880004200727880007000769880002500839880002000864880005500884880003500939994001200974on1390707012OCoLC20230718213016.0230627s1993 ja b 000 0bjpn  a 2023426184 aDLCbengerdacDLC c$1 a9784651150413q(hardcover) a4651150411q(hardcover) a(OCoLC)1390707012 apcc aa-ja---00aML420.O948bS55 19931 6880-01aShibata, Yōko,d1964-eauthor.106880-02aOzaki Yutaka :beien no yume = Yutaka Ozaki /cShibata Yōko.306880-03aEien no yume31aYutaka Ozaki 6880-04aShohan. 16880-05aTōkyō-to Meguro-ku :bRippū Shobō,c1993. a215 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 215).106880-06aOzaki, Yutaka,d1965-1992. 0aRock musicianszJapanvBiography.1 6100-01a柴田曜子,d1964-eauthor.106245-02a尾崎豊 :b永遠の夢 = Yutaka Ozaki /c柴田曜子.306246-03a永遠の夢 6250-04a初版. 16264-05a東京都目黒区 :b立風書房,c1993.146600-06a尾崎豊,d1965-1992. a92bPUL01771nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066001100117020001800128020001500146035002200161042000800183043001200191050002500203100007700228245011300305264008600418300002300504336002600527337002800553338002700581500011400608504004100722650004700763650005300810650004200863650004600905650005200951650004101003700006501044880014501109880009501254994001201349on1390707013OCoLC20230718213016.0180319s2017 un bd 000 0 ukr  a 2019279677 aDLCbengerdacDLC c(Nc(Q a9789669163578 a9669163579 a(OCoLC)1390707013 apcc ae-un---00aKKY2717.3b.K65 20171 aKolomoi︠e︡t︠s︡ʹ, T. O.q(Teti︠a︡na Oleksandrivna),eauthor.106880-01aSluz︠h︡bove pravo Ukraïny :bslovnyk terminiv /cT.O. Kolomoi︠e︡t︠s︡ʹ, V.K. Kolpakov. 16880-02aZaporiz︠h︡z︠h︡i︠a︡ :bVydavnychyĭ dim "Helʹvetyka",c2017. a339 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAt head of title: Ministerstvo osvity i nauky Ukraïny, "Zaporizʹkyĭ nat︠s︡ionalʹnyĭ universytet." aIncludes bibliographical references. 0aAdministrative lawzUkrainevDictionaries. 0aAdministrative procedurezUkrainevDictionaries. 0aCivil servicezUkrainevDictionaries. 0aAdministrative lawzUkrainevTerminology. 0aAdministrative procedurezUkrainevTerminology. 0aCivil servicezUkrainevTerminology.1 aKolpakov, V. K.q(Valeriĭ Kosti︠a︡ntynovych),eauthor.106245-01aСлужбове право України :bсловник термінів /cТ.О. Коломоєць, В.К. Колпаков. 16264-02aЗапоріжжя :bВидавничий дім "Гельветика",c2017. a92bPUL03288nam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020003100159020001500190020002600205035002200231042000800253043001200261050002300273082003100296100006200327245010400389264004600493264001100539300002300550336002600573337002800599338002700627504006700654505025400721520151300975650003902488650002902527650005702556650005602613650005202669651004202721651003802763650001702801994001202818on1390707030OCoLC20230718213016.0221218t20232023nyu b 001 0 eng  a 2022046754 aDLCbengerdacDLC a9781583679906q(cloth) a1583679901 a9781583679890q(paperback) a1583679898 z9781583679913q(epub) a(OCoLC)1390707030 apcc an-us---00aHN90.V5bS658 202300a303.60973223/eng/202302101 aSmith, David Michaelc(Professor of government),eauthor.10aEndless holocausts :bmass death in the history of the United States empire /cDavid Michael Smith. 1aNew York :bMonthly Review Press,c[2023] 4c©2023 a290 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 290-506) and index.0 aThe indigenous peoples holocaust -- The African American holocaust -- The workers holocaust -- From colonial wars to global holocausts -- The holocausts of Pax Americana I -- The holocausts of Pax Americana II -- Other holocausts at home and abroad. a"Endless Holocausts: Mass Death in the History of the United States Empire helps us to come to terms with what we have long suspected: the rise of the U.S. Empire has relied upon an almost unimaginable loss of life, from its inception during the European colonial period, to the present. And yet, in the face of a series of endless holocausts at home and abroad, the doctrine of American exceptionalism has plagued the globe for over a century. However much the ruling class insists on U.S. superiority, we find ourselves in the midst of a sea change. Perpetual wars, deteriorating economic conditions, the resurgence of white supremacy, and the rise of the Far Right have led millions of people to abandon their illusions about this country. Never before have so many people rejected or questioned traditional platitudes about the United States. In Endless Holocausts author David Michael Smith demolishes the myth of exceptionalism by demonstrating that manifold forms of mass death, far from being unfortunate exceptions to an otherwise benign historical record, have been indispensable in the rise of the wealthiest and most powerful imperium in the history of the world. At the same time, Smith points to an extraordinary history of resistance by Indigenous peoples, people of African descent, people in other nations brutalized by U.S. imperialism, workers, and democratic-minded people around the world determined to fight for common dignity and the sake of the greater good"--cProvided by publisher. 0aPolitical violencezUnited States. 0aGenocidezUnited States. 0aIndigenous peoplesxViolence againstzUnited States. 0aAfrican AmericansxViolence againstzUnited States. 0aWorking classxViolence againstzUnited States. 0aUnited StatesxTerritorial expansion. 0aUnited StatesxForeign relations. 0aImperialism. a92bPUL01045nam a2200301 a 4500001001300000003000600013005001700019008004100036010001700077040001800094066000700112035002200119042000800141043001200149050002200161100003800183245006000221260007000281300004700351500005800398500003300456650004400489710004700533880003500580880005300615880006300668994001200731on1390707033OCoLC20230718213016.0831122s1973 ch 000 0 chi  a 76838835  aDLCbengcDLC c$1 a(OCoLC)1390707033 apcc aa-cc---00aBQ1725b.T86 19731 6880-01aShi, Tongrun,d1565-1624.106880-02aLeng jia he che :b[4 juan] /cShi Tongrun zhu. 6880-03aTaibei :bXin wen feng chu ban gong si,cMinguo 62 [1973] a389 leaves in various foliations ;c22 cm. aCaption title: Leng qie a ba duo luo bao jing he che. aReprint ed: with new introd. 0aLaṅkāvatārasūtravCommentaries.2 aLaṅkāvatārasūtra.bChinese.b1973.0 6100-01a釋通潤,d1565-1924.106245-02a楞枷合轍 :b[4 卷] /c釋通潤著. 6260-03a臺北 :b新文豐出版公司,c民國 62 [1973] a92bPUL01467nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163035002200189042000800211050002200219082002900241100003100270245009100301263000900392264005300401300001300454336002600467337002800493338002700521504004100548520031100589650001400900650001400914650002500928776014000953994001201093on1390707034OCoLC20230718213016.0230601s2023 cau b 000 0 eng  a 2023023424 aDLCbengerdacDLC a9781608688470q(paperback) a160868847X z9781608688487q(epub) a(OCoLC)1390707034 apcc00aHV875b.M337 202300a362.734223/eng/202307171 aMadrid, Michelle,eauthor.10aLet us be greater :ba gentle, guided path to healing for adoptees /cMichelle Madrid. a2310 1aNovato, California :bNew World Library,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"A soulful approach to healing the misunderstanding, myth, and sense of marginalization within the adoptee community. Through illuminating exercises, affirmations, and stories, the book lays out a path that guides adoptees to come home to themselves - the greatest reunion of all"--cProvided by publisher. 0aAdoption. 0aAdoptees. 0aMarginality, Social.08iOnline version:aMadrid, Michelle.tLet us be greaterdNovato, California : New World Library, [2023]z9781608688487w(DLC) 2023023425 a92bPUL01230nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002400194100004600218245020300264264006200467300002300529336002600552337002800578338002700606500003700633504005700670500004100727600003000768650003200798700005000830994001200880on1390707035OCoLC20230718213016.0230125s2022 bl b 000 0 por  a 2023311232 aDLCbengerdacDLC a9786555184570 a6555184574 a(OCoLC)1390707035 alcode as-bl---00aKHD3230b.C377 20221 aCarvalho, Fábio Lins de Lessa,eauthor.10aRaul Seixas e a administração pública :buma abordagem musical dos grandes desafios do direito administrativo no Brasil /cFábio Lins de Lessa Carvalho ; prefácio, Irene Patrícia Nohara. 1aBelo Horizonte :bFórum Conhecimento Jurídico,c2022. a216 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Direito administrativo"--Spine. aIncludes bibliographical references (pages 207-216). aIncludes chronology (pages 203-205).10aSeixas, Raul,d1945-1989. 0aAdministrative lawzBrazil.1 aNohara, Irene Patrícia,ewriter of preface. a92bPUL00957nam a22003017i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020001500163020003100178020001500209020001800224035002200242100002700264245009100291264005900382300004700441336002600488337002800514338002700542490003200569700004200601994001200643on1390707036OCoLC20230718213016.0230417s2022 hu a 000 j hun  a 2023449575 aDLCbengerdacDLC a9788688971485q(Életjel) a868897148X a8688971455 a9789634683544q(Kalligram) a9634683541 a9788688971454 a(OCoLC)13907070361 aBlumm, Aaron,eauthor.10aKi ölte meg a Török Zolit? /cAaron Blumm ; Maurits Ferenc illusztrációival. 1aSzabadka :bÉletjel ;aBudapest :bKalligram,c2022. a105 pages :bcolor illustrations ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aÉletjel könyvek ;v193.1 aMaurits, Ferenc,d1945-eillustrator. a92bPUL01076nam a22003017i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001300172245011500185246005300300250001800353264004500371300005600416336002600472337002800498338002700526546003600553504005700589653007500646700004100721994001200762on1390707037OCoLC20230718213016.0230714s2019 ci a b 000 0 hrv  a 2023450823 aDLCbengerdacDLC a9789533312460 a9533312467 a(OCoLC)13907070370 ahrvbeng00aSto godina učiteljskog obrazovanja u Gospiću /curednice Vesna Grahovac-Pražić, Sanja Vrcić-Mataija.3 a100 godina učiteljskog obrazovanja u Gospiću aPrvo izdanje. 1aZadar :bSveučilište u Zadru,c2019. a251 pages :billustrations (chiefly color) ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCroatian, with English summary. aIncludes bibliographical references (pages 248-251). aTeachers training in CroatiaaHistory of teachers training in Gospić1 aGrahovac-Pražić, Vesna,eeditor. a92bPUL01089nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002900205100003200234245008500266246003700351264005200388300007600440336002600516337002800542338002700570500004500597650004400642651003700686700002800723994001200751on1390707047OCoLC20230718213016.0230505t20222022ie ab 000 0 eng  a 2022361846 aDLCbengerdacDLC a9781739649005q(paperback) a1739649001 a(OCoLC)1390707047 apcc ae-ie---00aGV199.44.I732bC666 20221 aMcGinley, Patrick,eauthor.10aOur Connemara walks :ba Connemara guidebook /cPatrick McGinley & Amelia Joyce.14aOur Connemara walks :bguidebook 1a[Galway, Ireland] :b[Wellpark Galway],c[2022] a84 pages :billustrations (chiefly color), map (chiefly color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aLC copy signed by Patrick McGinley.5DLC 0aTrailszIrelandzConnemaravGuidebooks. 0aConnemara (Ireland)vGuidebooks.1 aJoyce, Amelia,eauthor. a92bPUL02097nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262043001200270050000900282082002500291100003900316245004000355263000900395264004400404300002300448336002600471337002600497338003600523490002500559500002000584505013100604520053400735521002701269588010301296651006001399651005801459776013401517994001201651on1390707048OCoLC20230718213016.0m o d cr |||||||||||230712s2024 mnu jo 001 0 eng  a 2023029044 aDLCbengerdacDLC a9798889969266q(ebook) z9798889969242q(hardcover) z9798889969259q(paperback) a(OCoLC)1390707048 apcc ae-gr---00aDF7800a938223/eng/202307171 aRedshaw, Hermione,d1998-eauthor.10aAncient Greece /cHermione Redshaw. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLevel 10 : White set aIncludes index.0 aAncient Greece -- The Gods -- Family -- Homes -- Food -- Clothes -- Health and Medicine -- School and Learning -- Being a Kid. a"From the Olympic Games to amazing mythology, we have gotten a lot from the ancient Greeks. Look inside this book to learn even more about what it was like to be an ancient Greek. Ancient Greece is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of readers that encourages reading development"--cProvided by publisher. aAges 7-10bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aGreecexCivilizationyTo 146 B.C.vJuvenile literature. 0aGreecexSocial life and customsvJuvenile literature.08iPrint version:aRedshaw, Hermione, 1998-tAncient GreecedMinneapolis, MN : Jump!, Inc., [2024]z9798889969242w(DLC) 2023029043 a92bPUL02590nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148035002200179042000800201050002300209082002800232100002800260245007300288263000900361264004900370300001400419336002600433337002800459338002700487490003500514504005100549505054400600520081301144650001601957650003601973700004602009776014902055994001202204on1390707049OCoLC20230718213016.0230713s2023 nyu b 001 0 eng  a 2023031746 aDLCbengerdacDLC a9798886977837q(paperback) z9798886979978q(adobe pdf) a(OCoLC)1390707049 apcc00aBF637.L4bC27 202300a158/.4223/eng/202307171 aCaldwell, Cam,eauthor.10aDiscovering the leader within you /cCam Caldwell and Verl Anderson. a2309 1aNew York :bNova Science Publishers,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLeadership in a changing world aIncludes bibliographical references and index.0 aDiscovering the leader within: why it matters -- Moral leadership in a troubled world -- Why so many leaders are failing: twelve compelling factors -- Leadership as a covenantal duty: a view from the inside-out -- The courage to be great: and why it matters -- Humility and servant leadership -- The leader within: why self-leadership matters -- The challenge of discovery: converting dreams into realities -- Finding your voice: discovering your unique significance -- Deep change and the leader within: an interview with Robert E. Quinn. a"Within each individual lies the potential for greatness - as a leader, as an example, and as a servant to others. Nonetheless, the discovery process for achieving that potential requires great effort and the willingness to invest in self-analysis and self-improvement in the quest for self-mastery. Leaders owe a "covenantal" set of duties to themselves, to the world, and to those individuals with whom they work. In every sense, those who lead most effectively honor a complex set of moral and ethical responsibilities that enable them to fulfill the calling of leadership. This book offers insights into the nature of the self-discovery process that every great leader goes through and offers encouragement and counsel to those individuals willing to discover the leader within"--cProvided by publisher. 0aLeadership. 0aSelf-actualization (Psychology)1 aAnderson, Verl A.q(Verl Allen),eauthor.08iOnline version:aCaldwell, Cam.tDiscovering the leader within youdNew York : Nova Science Publishers, [2023]z9798886979978w(DLC) 2023031747 a92bPUL00804nam a2200265 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002600193100004500219245008400264264003300348300002300381336002600404337002800430338002700458504004100485994001200526on1390707050OCoLC20230718213016.0230226s2023 fr b 000 1 fre  a 2023414367 aDLCbengerdacDLC a9782073019394q(paperback) a2073019390 a(OCoLC)1390707050 apcc00aPQ2673.A775bO33 20231 aMasséra, Jean-Charles,d1965-eauthor.10aOccupy masculinité et autres problèmes déposés /cJean-Charles Massera. 1aParis :bVerticales,c[2023] a162 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a92bPUL01466nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001100254082003100265100002700296245011000323263000900433264003700442300002200479336002600501337002600527338003600553504005100589520016100640588010300801650002900904650001100933776012400944994001201068on1390707063OCoLC20230718213016.0m o d cr |||||||||||230713s2024 nyu ob 001 0 eng  a 2023021137 aDLCbengerdacDLC a9781265495459q(ebook) a1265495459 z9781265495435q(paperback) a(OCoLC)1390707063 apcc00aHD58.600a658.4/052223/eng/202307131 aJensen, Keld,eauthor.10aNegotiation essentials :bthe tools you need to find common ground and walk away a winner /cKeld Jensen. a2311 1aNew York :bMcGraw Hill,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Must-know concepts and smart strategies for every step of a negotiation from the new Essential Series for business professionals"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aNegotiation in business. 0aTrust.08iPrint version:aJensen, Keld.tNegotiation essentialsdNew York : McGraw Hill, [2024]z9781265495435w(DLC) 2023021136 a92bPUL01590nam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001800142020001500160035002200175042000800197043001200205050002400217100004700241245006700288250002200355264005200377300004100429336002100470337002500491338002300516490003700539546006800576650003000644650002600674700004400700700004800744880004400792880006000836880002600896880002000922880005300942880003200995880003701027880004401064994001201108on1390707064OCoLC20230718213016.0230609s2022 ko a 000 0 kor  a 2023434146 aDLCbengerdacDLC c$1 a9791165874018 a9789791165877 a9791165874 a(OCoLC)1390707064 apcc aa-kr---00aPL976.15b.H65 20221 6880-01aHŏ, Kyun,d1569-1618,ecompiler.106880-02aKukcho sisan /cHŏ Kyŏng-jin, Ku Chi-hyŏn omgim. 6880-03aCh'op'an. 16880-04aKyŏnggi-do P'aju-si :bPogosa,c2022. a654 pages :billustrations ;c23 cm. atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 6880-05aHŏ Kyun chŏnjip ;v4 aText in Koreanb(Hanmun) and Korean with Korean interpretation. 0aKorean poetryy1392-1894. 0aHansi (Korean poetry)1 6880-06aHŏ, Kyŏng-jin,etranslator.1 6880-07aKu, Chi-hyŏn,d1970-etranslator.1 6100-01a허 균,d1569-1618,ecompiler.106245-02a국조 시산 /c허 경진, 구 지현 옮김.3 6246-00a國朝 詩删 6250-03a초판. 16264-04a경기도 파주시 :b보고사,c2022.0 6490-05a허 균 전집 ;v41 6700-06a허 경진,etranslator.1 6700-07a구 지현,d1970-etranslator. a92bPUL03560nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043001200250050001300262082003300275100003900308245009800347263000900445264004400454300002200498336002600520337002600546338003600572504005100608505131300659520037501972588010302347650003002450650004102480650006402521650004702585650006002632650006002692650008502752650005502837700003302892776012902925994001203054on1390707080OCoLC20230718213016.0m o d cr |||||||||||230504s2023 mdu ob 001 0 eng  a 2023020849 aDLCbengerdacDLC a9781538168226q(ebook) a1538168227 z9781538168219q(cloth) a(OCoLC)1390707080 apcc an-us---00aKF3030.100a346.7304/82223/eng/202307141 aFerullo, Donna L.,d1957-eauthor.10aCopyright :bbest practices for academic libraries /cDonna L. Ferullo and Dwayne K. Buttler. a2309 1aLanham :bRowman & Littlefield,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction to copyright / Donna L. Ferullo -- Copyright, torts, and property, oh my! / Dwayne K. Buttler -- A practical guide to copyright, contracts, and licenses in libraries / Sandra Aya Enimil -- Welcome to the public domain / Melissa Levine and Raven Lanier -- Fair use / Nancy Sims -- Face to face instruction, remote learning, and the copyright conundrum / Pia M. Hunter -- Interlibrary loan / Lisa A. Macklin -- E-reserves / Laura Burtle -- Archives and Copyright / Hope O'Keeffe -- Audio-visual works / Brandon Butler -- images / Peter Hirtle -- Music copyright and libraries / Kathleen DeLaurenti, Eric Harbeson, and Naz Pantaloni -- Introducing software copyright for academic libraries / Brandon Butler -- The Digital Millennium Copyright Act or the DMCA / Nate Wise -- Controlled digital lending : best practices for academic libraries / Kyle K. Courtney and David R. Hansen -- Best practices in copyright for open access / Will Cross and Sara Kittleson -- Text and data mining : negotiating computational access to library resources / Katie Zimmerman -- International copyright considerations / Rina Elster Pantalony -- Brick by brick : establishing Copyright services at universities / Emilie Algenio, Carla Myers, and Donna L. Ferullo -- Conclusion / Donna L. Ferullo and Dwayne K. Buttler. a"Copyright issues continue to perplex librarians and educators. The difficulties and confusion in applying the U.S. Copyright Act became essentially apparent when covid hit and many universities turned to remote learning. This book provides advice on how to analyze and apply the law to specific areas encountered by librarians and instructors"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCopyrightzUnited States. 0aFair use (Copyright)zUnited States. 0aCopyrightxElectronic information resourceszUnited States. 0aLibrary copyright policieszUnited States. 0aAcademic librariesxLaw and legislationzUnited States. 0aInterlibrary loansxLaw and legislationzUnited States. 0aElectronic reserve collections in librariesxLaw and legislationzUnited States. 0aPhotocopyingxFair use (Copyright)zUnited States.1 aButtler, Dwayne K.,eauthor.08iPrint version:aFerullo, Donna L., 1957-tCopyrightdLanham : Rowman & Littlefield, [2023]z9781538168219w(DLC) 2023020848 a92bPUL01101nam a22002771 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002400134051004800158100004700206240005000253245011300303260004500416300004900461500003200510650004100542650004700583700006900630700005300699710005900752994001200811on1390707081OCoLC20230718213016.0860205s1684 fr 000 0 fre  a 12027649  aDLCbengcDLC a(OCoLC)139070708100aPQ6398.G3bO82 1684 aPQ6398.G3bO82 1684 Copy 2cToinet no. 12021 aGracián y Morales, Baltasar,d1601-1658.10aOráculo manual y arte de prudencia.lFrench12aL'homme de cour,btr. de l'espagnol de Baltasar Graciancpar le Sieur Amelot de La Houssaie. Avec des notes. aParis,bVeuve-Martin & J. Boudot,c1684. a32 p.l., 326, [18] p.bfront.c25 cm. (12mo) aTitle vignette; head-piece. 0aMaxims, FrenchvEarly works to 1800. 0aCourts and courtiersvEarly works to 1800.1 aAmelot de La Houssaie, Abraham-Nicolas,csieur,d1634-1706,etr.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01043nam a22002773 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051004900155100007700204245006500281260004300346300004300389650004200432650004100474650005100515700005300566710005900619740002200678740005300700994001200753on1390707094OCoLC20230718213016.0840830s1661 fr 000 0 fre  a 32005768  aDLCbengcDLC a(OCoLC)139070709400aBJ1562b.L3 1661 aBJ1562b.L3 1661 Copy 2cToinet no. 1217 bis1 aLa Hoguette, Pierre Fortin,cseigneur de,d1582-1670. [from old catalog]10aTestament, ov conseils fideles d'vn bon pere à ses enfans. aA Paris,bChez Pierre Le Petit.c1661. a6 p.l., 358, [6], 56 p.c15 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aChristian lifevEarly works to 1800. 0aKings and rulersxDutiesvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aCatechisme royal.0 aConseils fideles d'vn bon père à ses enfans. a92bPUL01119nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194035002200209041001300231042000800244050002500252100005500277240004000332245013200372264004200504264001100546300003400557504006700591650004900658650002800707700004600735994001200781on1390707095OCoLC20230718213016.0230519s2021 nyu b 001 0 eng  a 2022462556 aDLCbengerdacDLC a9781947857551q(hardcover) a194785755X a9781947857568q(paperback) a1947857568 a(OCoLC)13907070951 aenghheb apcc00aBM520.7b.I2413 20211 aIbn Ezra, Abraham ben Meïr,d1089-1164,eauthor.10aYesod mora ṿe-sod Torah.lEnglish14aThe secret of the Torah :ba translation of Ibn Ezra's Yesod mora /ctranslated and annotated by Rabbi Dr. H. Norman Strickman. 1aNew York, NY :bKodesh Press,c[2021] 4c©2021 axxxvi, 147, 31 pages ;c22 cm aIncludes bibliographical references (pages 145-147) and index. 0aCommandments (Judaism)vEarly works to 1800. 0aJudaismvWorks to 1900.1 aStrickman, H. Norman,d1940-etranslator. a92bPUL04949nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003000224035002200254042000800276050001300284082003000297245012200327263000900449264003800458300002300496336002600519337002600545338003600571490008500607504004100692505185200733520129402585588010303879650007703982650006104059650003804120650004704158700003004205700002804235700003604263700002704299776012904326994001204455on1390707096OCoLC20230718213016.0m o d cr |||||||||||230626s2023 ne ob 000 0 eng  a 2023024207 aDLCbengerdacDLC a9789004680371q(ebook) a9004680373 z9789004680364q(paperback) z9789004543386q(hardback) a(OCoLC)1390707096 apcc00aLB2395.700a378.1/01223/eng/2023071400aAccelerating the future of higher education /cedited by Bruno Broucker, Clare Milsom, James Calleja and Mark O'Hara. a2308 1aLeiden ;aBoston :bBrill,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aHigher education : linking research, policy and practice,x2666-7789 ;vvolume 4 aIncludes bibliographical references.0 aIntroduction : accelerating the future of higher education / Bruno Broucker, Clare Milsom, James Calleja and Mark O'Hara -- The influence of cognitive abilities when evaluating information within an information problem online / Alice Laufer and Christian Schemer -- Higher education governance in Austria : a comparative analysis on academics' perception of institutional governance and management practices at public universities and university colleges of teacher education / Florian Reisky, Corinna Geppert and Attila Pausits -- Engaging students in their learning journey : the role of social integration in higher education / Pascale Stephanie Petri -- A mapping of key activity areas for development of higher education : examples from Norwegian Centres for Excellence in Education / Torstein Nielsen Hole, Marit Ubbe and Ida Iselin Eriksson -- To innovate or not to innovate? : professors' motives and withholding reasons for cooperative innovations / Cindy Konen -- Collaborative policymaking : bringing together evidence and expertise in policymaking towards recommendations / Carmen Heidenwolf, Katharina Riesinger, Magdalena Fellner and attila Pausits -- Managerial adjustments to improve strategic alignment : the case of a Chilean university / Mario Alarcón and Pablo Hormazábal Saavedra -- What competences we need for HE managers : tesults from the German Mixed Methods Project KaWuM / Julia Rathke, René Krempkow and Kerstin Janson -- Globalization of higher education : short-term study abroad programs / Andrew S. Herridge, Lisa J. James and Hugo A. García -- Lessons from the student learning experience in the pandemic era : a South African university perspective / Darlington Mutakwa and Denyse Webbstock -- University governance reform in an illiberal democracy : public interest trusts in Hungary / Gergely Kováts. a"The events of the last years have shaken the world of higher education. The post-COVID-19 period has raised multiple questions in key areas, from digitalisation over quality assurance to internationalisation. This book brings together scholars, practitioners and policymakers in higher education, and discusses in a variety of topics the future of the higher education sector in a rapidly changing context: the complexities of digital education, the need or necessity for innovation or the impact of globalisation are some of the topics addressed in this book. Those topics are brought together around one central theme: how can the future of higher education be accelerated to address in a sustainable way the needs of a changing global context? Contributors are: Mario Alarcón, Bruno Broucker, James Calleja, Ida Iselin Eriksson, Magdalena Fellner, Hugo A. García, Corinna Geppert, Carmen Heidenwolf, Andrew S. Herridge, Torstein Nielsen Hole, Pablo Hormazábal Saavedra, Lisa J. James, Kerstin Janson, Cindy Konen, Gergely Kováts, René Krempkow, Alice Laufer, Clare Milsom, Darlington Mutakwa, Mark O'Hara, Attila Pausits, Pascale Stephanie Petri, Julia Rathke, Florian Reisky, Katharina Riesinger, Christian Schemer, Marit Ubbe and Denyse Webbstock"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxEffect of technological innovations onvCase studies. 0aUniversities and collegesxAdministrationvCase studies. 0aEducational changevCase studies. 0aEducation and globalizationvCase studies.1 aBroucker, Bruno,eeditor.1 aMilsom, Clare,eeditor.1 aCalleja, James,d1957-eeditor.1 aO'Hara, Mark,eeditor.08iPrint version:tAccelerating the future of higher educationdLeiden ; Boston : Brill, 2023z9789004680364w(DLC) 2023024206 a92bPUL04185nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002600094020002700120020001500147035002200162042000800184043001200192050002300204082002700227100003500254245010700289263000900396264006500405264001100470300001300481336002600494337002800520338002700548504005100575505056900626520217701195600006003372600004903432600005903481600004803540651005303588651005503641651005503696994001203751on1390707097OCoLC20230718213016.0230713t20242024mau b 001 0 eng  a 2023027832 aMH/DLCbengerdacDLC a9780674292499q(cloth) a0674292499 a(OCoLC)1390707097 apcc an-us---00aE312.17b.C64 202400a973.4223/eng/202307171 aCogliano, Francis D.,eauthor.12aA revolutionary friendship :bWashington, Jefferson, and the American Republic /cFrancis D. Cogliano. a2402 1aCambridge, Massachusetts :bHarvard University Press,c2024. 4c©2024 apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.00tNever Did Nature and Fortune Combine More Perfectly --tMy Great Good Fortune --tDrivers of Negroes --tAmericans Will Never Be Tax'd without Their Own Consent --tAn Immense Misfortune to the Whole Empire --tOur Lives, Our Fortunes, Our Sacred Honour --tThat Service to the Cause of Liberty --tYr. Most Obedt. & very Hble. Servt. --tThe Same World Will Scarcely Do for Them and Us --tI Like Much the General Idea of Framing a Government --tI Will Converse with You on the Subject --tThe Sincerity of a Friendship --tCruel War Against Human Nature Itself. a"After Thomas Jefferson visited Mount Vernon in 1801 to pay his respects to George Washington's widow, Martha Washington remembered the encounter as the second-worst experience of her life-after the death of her husband. The two founders had become estranged by the time that Washington died. But for most of the time that they had known one another, from their first meeting in 1769, they enjoyed a productive and positive relationship. Contrary to the way that many historians portray them, they agreed on much more than they disagreed over, particularly about the meaning and legacy of the American Revolution. Their relationship is crucial to understanding the Revolution and its legacies. Their differences began in the aftermath of revolution, during Washington's administration, especially over disagreements in fiscal and foreign policy. They also had different visions of society. Washington believed that elites like the Virginia gentry should rule in the new republic. Jefferson believed that an elite should be chosen by the electorate and based on merit, as demonstrated by education and service. Washington thought the United States needed a strong central government; Jefferson imagined power decentralized in the states. Their final rupture came when a private criticism of Washington by Jefferson was made public and the president took grave offense. They were never reconciled, but Jefferson, who outlived Washington by more than twenty-five years, later emphasized their agreements. As early as his first inaugural address in March 1801, Jefferson said that 'every difference of opinion is not a difference of principle. We have called by different names brethren of the same principle. We are all republicans, we are all federalists.' Products of the same culture and class, Washington and Jefferson joined a common struggle in the American Revolution and developed a close relationship that eventually collapsed under the weight of political differences. A Revolutionary Friendship brilliantly captures the two founders in the fullness of all human friendships: sometimes dramatic, often challenging, and ultimately poignant"--cProvided by publisher.10aWashington, George,d1732-1799xFriends and associates.10aWashington, George,d1732-1799xAdversaries.10aJefferson, Thomas,d1743-1826xFriends and associates.10aJefferson, Thomas,d1743-1826xAdversaries. 0aUnited StatesxPolitics and governmentyTo 1775. 0aUnited StatesxPolitics and governmenty1775-1783. 0aUnited StatesxPolitics and governmenty1783-1809. a92bPUL00864nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003400198245014200232260004200374300003500416650003500451650001200486700005300498710005900551994001200610on1390707098OCoLC20230718213016.0820428s1664 fr 000 0 fre  a 31025087  aDLCbengcDLC a(OCoLC)139070709800aHQ731b.L4 1664 aHQ731b.L4 1664 Copy 2cToinet no. 12291 aLe Blanc, Thomas,d1599-1669.13aLa direction et la consolation des personnes mariees,bou les moyens infaillibles de faire un mariage heureux d'un qui serait malheureux, aA Paris,bChez Gilles André,c1664. a10 p.l., 652 p.c15 cm. (12mo) 0aMarriagevEarly works to 1800. 0aSaints.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00773nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100006800198245002500266260004500291300001800336650001400354650003900368700005300407710005900460994001200519on1390707099OCoLC20230718213016.0810311s1713 ne 000 0 fre  a 31025094  aDLCbengcDLC a(OCoLC)139070709900aHQ731b.C5 1713 aHQ731b.C5 1713 Copy 2cToinet no. 12241 aChaussé, Jacques,csieur de La Terrière,dactive 1685-1687.10aApologie des femmes, aA Amsterdam,bChez Claude Jordan,c1713. ap. cm. (12mo) 0aMarriage. 0aWomenxSocial and moral questions.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02214nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001100265082002200276245016300298250001900461263000900480264003500489300002200524336002600546337002600572338003600598504005100634505044300685520028001128588010301408650005601511700003501567710006001602776011801662994001201780on1390707109OCoLC20230718213016.0m o d cr |||||||||||230717s2023 mdu ob 001 0 eng  a 2023032876 aDLCbengerdacDLC a9781641434263q(epub) a1641434260 z9781641434256q(paperback) a(OCoLC)1390707109 apcc an-us---00aKF381200a344.7304/634222300aClean air handbook /cHunton Andrews Kurth LLP ; prinicple author and contributor, F. William Brownell ; contributing authors, Shannon S. Broome [and others]. aFifth edition. a2310 1aLanham :bBernan Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aFederal-stat partnership : an overview of the Clean Air Act -- National ambient air quality standards -- Control technology regulation -- Oerating and reconstruction permitting programs -- Hazardous air pollutants -- Visibility protection -- Cliamte change -- Mobile sources -- The acid deposition control program -- Stratospheric ozone protection -- Enforcement and jusicial review -- Treneds in Clean Air Act regulation and legislation. a"Revised to include several recent and important Clean Air Act developments, this completely updated fifth edition of the Clean Air Handbook provides you with a broad overview of all the complex regulatory requirements of the Act and its amendments"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAirxPollutionxLaw and legislationzUnited States.1 aBrownell, F. William,eauthor.2 aHunton Andrews Kurth LLP (Richmond, Virginia),eauthor.08iPrint version:tClean air handbookbFifth edition.dLanham : Bernan Press, 2023z9781641434256w(DLC) 2023032875 a92bPUL00622nam a22002053u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051003800155100004100193245006000234260003900294300001800333700005300351994001200404on1390707110OCoLC20230718213016.0230717s1692 fr 000 0 fre  a 2023769283 aDLCbengcDLC a(OCoLC)139070711000aBA1552b.R4 1692 aBA1552b.R4 1692cToinet no. 11971 aRémond des Cours, Nicolas,d-1716.13aLa véritable politique des perssonnes de qualité... aA Paris,bChez Jean Boudot,c1692. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL02180nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001000254082003000264100003200294245011700326263000900443264005000452300002200502336002600524337002600550338003600576504005100612520081200663588010301475650002501578700003201603776014701635994001201782on1390707124OCoLC20230718213016.0m o d cr |||||||||||230508s2024 inu ob 001 0 eng  a 2023019926 aDLCbengerdacDLC a9781943360819q(ebook) a1943360812 z9781943360802q(paperback) a(OCoLC)1390707124 apcc00aGV71100a796.07/7223/eng/202307111 aHeflebower, Tammy,eauthor.10aCoaching competitive sports :ba field book for assessing the intangibles /cTammy Heflebower, Logan Heflebower. a2310 1aBloomington, IN :bMarzano Resources,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"The responsibility of coaching school sports is rewarding but challenging in many ways. "Coaching Competitive Sports: How to Develop and Assess Student Knowledge, Skills, and Intangibles" takes the guesswork out of this complex endeavor. Writing from vast experience in school athletic coaching, authors Tammy Heflebower and Logan Heflebower detail the specific attributes and behaviors of effective youth sports coaches as well as the intangible assets and skills that these coaches must help student athletes develop. This resource guides coaches in meeting the needs of the athletes they serve through practical ideas and clear expectations. The authors envision upper elementary, middle, and high school coaches referencing this field book before, during, and after practices"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCoaching (Athletics)1 aHeflebower, Logan,eauthor.08iPrint version:aHeflebower, Tammy.tCoaching competitive sportsdBloomington, IN : Marzano Resources, [2024]z9781943360802w(DLC) 2023019925 a92bPUL01149nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192245019400216250002000410264002800430300003300458336002600491337002800517338002700545490005600572650004400628650004400672700003700716710005800753994001200811on1390707125OCoLC20230718213016.0230427s2022 sp k 000 0 spa  a 2023417767 aDLCbengerdacDLC a9788445444245 a8445444247 a(OCoLC)1390707125 apcc ae-sp---00aKKT3573b.I448 202200aImpuesto sobre la renta de las personas físicas e impuesto sobre el patrimonio :bcasos prácticos /cobra realizada por Gabinete Jurídico del CEF ; dirigida por Roberto Alonso Alonso. a11.a edición. 1aMadrid :bCEF,c[2022?] a711 pages :bforms ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRevista de contabilidad y Tributación,x2695-6896 0aIncome taxxLaw and legislationzSpain. 0aWealth taxxLaw and legislationzSpain.1 aAlonso Alonso, Roberto,eeditor.2 aCentro de Estudios Financieros.bGabinete Jurídico. a92bPUL01587nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124035002200142041001300164042000800177050002400185245009800209246003300307246011400340250002400454264008800478300002800566336002100594337002500615338002300640504005700663546002500720650004200745700005600787880008800843880009800931880002201029880007401051880005201125994001201177on1390707126OCoLC20230718213016.0230519s2022 ko b 000 0 kor  a 2023424883 aDLCbengerdacDLC c$1 a9791198156013 a(OCoLC)13907071260 akoralat apcc00aPL937.L38bL36 2022006880-01aLa-Han sajŏn =bDictionarium Latino-Coreanum /cYi Chae-ryon ch'aegim p'yŏnch'an.31aDictionarium Latino-Coreanum1 6880-02iAt head of title:aCh'ŏnjugyo Chosŏn kyogu sŏlchŏng 200-chunyŏn (1831-2031) kinyŏm saŏp 6880-03aChe 1-p'an. 16880-04aKangwŏn-do Hoengsŏng-gun :bHan'guk Sŏng T'omasŭ Yŏn'guso,c2022. axl, 2100 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages xvii-xx). aIn Korean and Latin. 0aLatin languagevDictionariesxKorean.1 6880-05aYi, Chae-ryongc(Catholic priest),eeditor.006245-01a라-한 사전 =bDictionarium Latino-Coreanum /c이 재룡 책임 편찬.1 6246-02iAt head of title:a천주교 조선 교구 설정 200주년 (1831-2031) 기념 사업 6250-03a제 1판. 16264-04a강원도 횡성군 :b한국 성 토마스 연구소,c2022.1 6700-05a이 재룡c(Catholic priest),eeditor. a92bPUL01718nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163041001300185042000800198050002200206100003300228245018600261264004200447300002900489336002600518337002800544338002700572490001800599546006300617504005200680500009300732505027900825650002401104650004601128650004201174651003701216650002901253650002601282994001201308on1390707129OCoLC20230718213016.0211013s2021 fr b 000 0 fre  a 2023414497 aDLCbengerdacDLC a9782221250198q(paperback) a2221250192 a(OCoLC)13907071291 afrehmul apcc00aPN6086b.C45 20211 aChiflet, Jean-Loup,eauthor.13aLe bouquin des mots d'esprit :bet, Petit dictionnaire des mots retrouvâes ; [suivi de], Le cafard laqué ; [et de], Perles de librairies /c[présenté par] Jean-Loup Chiflet. 1aParis :bÉditions Bouquins,c[2021] axi, 1004 pages ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLa collection aIncludes translations from multiple languages into French. aIncludes bibliographical references (page 979). a"Je préfère le paradis pour son climat mais l'enfer pour ses fréquentions"--Cover.0 aPetit dictionnaire des mots retrouvés / présenté par Jean-Loup Chiflet ; préface de Jean d'Ormesson. -- Le cafard laqué : les mots-portemanteaux / Jean-Loup Chiflet ; avec la collaboration de Noëlle Audejean. -- Perles de librairies / édition Jean-Loup Chiflet 0aQuotations, French. 0aFrench languagexQuotations, maxims, etc. 0aQuotationsxTranslations into French. 0aFrancevQuotations, maxims, etc. 0aAphorisms and apothegms. 0aFrench wit and humor. a92bPUL01312nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002500159020002600184020002700210035002200237042000800259043002100267050002400288245009800312264004900410300005600459336002600515337002800541338002700569504006700596610005200663610005700715610005700772700003200829700003600861700002900897994001200926on1390707146OCoLC20230718213016.0210324s2020 pl a b 001 0 pol  a 2022380902 aDLCbengerdacDLC a9788375237511q(print) a8375237515 z9788375239348q(pdf) z9788375239355q(mobi) z9788375239362q(e-pub) a(OCoLC)1390707146 apcc aee-----aec-----00aUA646.3b.K635 202000aKonsolidacja wschodniej flanki NATO /cPiotr Krzykowski, Sławomir Piotrowski, Marek Żyła. 1aWarszawa :bAkademia Sztuki Wojennej,c2020. a325 pages :billustrations (chiefly color) ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 294-319) and index.20aNorth Atlantic Treaty OrganizationxMembership.20aNorth Atlantic Treaty OrganizationzEurope, Eastern.20aNorth Atlantic Treaty OrganizationzEurope, Central.1 aKrzykowski, Piotr,eauthor.1 aPiotrowski, Sławomir,eauthor.1 aŻyła, Marek,eauthor. a92bPUL03934nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001500296082002800311100003300339245008800372263000900460264005600469300002300525336002600548337002600574338003600600490006300636504005100699505077100750520141701521588010302938600005303041650005203094650002903146650004703175650004403222776018603266994001203452on1390707147OCoLC20230718213016.0m o d cr |||||||||||230618s2024 enk ob 001 0deng  a 2023022219 aDLCbengerdacDLC a9781003374848q(ebook) a1003374840 z9781032449890q(hardback) z9781032449876q(paperback) a(OCoLC)1390707147 apcc ae-ur---00aLB775.V94200a150.92223/eng/202307151 aSmagorinsky, Peter,eauthor.10aL. S. Vygotsky and English in education and the language arts /cPeter Smagorinsky. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aKey thinkers in English in education and the language arts aIncludes bibliographical references and index.0 aBiographical elements of a short life -- Culture, history, and society -- Marxism and Vygotsky in the Soviet context -- Historicizing Vygotsky's hierarchical views -- Three principal themes of Vygotsky's work -- Phylogeny, ontogeny, and human development -- Emotions in human development and education -- Play and labor in human development and education -- The next zone of development (Not the ZPD) : a genetic understanding -- Vygotsky's contributions to pedagogy -- Orientation, interests, attention, memory, and relevance -- Teaching literature -- Teaching writing -- Vygotsky, "Defectology," and inclusive education -- Vygotsky the pedologist -- The pedology decree : Vygotsky as anti-Marxist bourgeoisie -- The pedology decree : critiques of method and focus. a"L. S. Vygotsky and English in Education and the Language Arts focuses on the hugely significant contributions of L. S. Vygotsky to research, theory and practice in English and the Language Arts, exploring the relevance of Vygotsky's works for today's teachers and researchers. Drawing on his 30-years of study, Smagorinsky interprets Vygotsky in relation to literacy education, teacher education, special education and how life outside school have an impact on how people function within them. This insightful and accessible text firstly explores Vygotsky's early life to situate him historically and culturally and goes on to trace his understanding of human psychology as it relates to the social contexts of schools and pupils' lives at home. Vygotsky's pedagogical ideas are then discussed in depth, with specific attention on the role of emotions, the zone of proximal development, expanding textuality beyond writing and his belief in the primacy of socialization. This book illuminates new areas of understanding, and challenges common perceptions available through limited and selective readings, establishing Vygotsky as a complex developmental psychologist rather than a classroom practitioner. With points for discussion and reflection provided throughout, this text will be invaluable for student teachers, teachers, academics in the field of English and the Language Arts"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aVygotskiĭ, L. S.q(Lev Semenovich)d1896-1934. 0aEnglish languagexStudy and teachingxResearch. 0aLanguage artsxResearch. 0aEducational psychologyxResearchxHistory. 0aPsychologistszSoviet UnionvBiography.08iPrint version:aSmagorinsky, Peter.tL. S. Vygotsky and English in education and the language artsdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032449890w(DLC) 2023022218 a92bPUL02452nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128066000700151020002700158020001500185020003100200035002200231041001300253042000800266043001200274050001300286082003200299100003400331240005800365245016400423263000900587264004400596300002300640336002600663337002600689338003600715490004000751504005100791520048000842546004001322588010301362610005201465700005401517776016001571880018501731880004201916994001201958on1390707148OCoLC20230718213016.0m o d cr |||||||||||230615s2023 nju ob 001 0 eng  a 2023026791 aDLCbengerdacDLC c(3 a9781463245467q(ebook) a1463245467 z9781463245450q(paperback) a(OCoLC)13907071481 aaraheng apcc an------00aBX174.N700a281/.63097223/eng/202307121 aKiraz, George Anton,eauthor.10aSyriac Orthodox in North America (1895-1995).lArabic136880-01aal-Suryān fī Amīrkā al-Shamālīyah (1895-1995) :btārīkh mūjaz /cJūrj Anṭūn Kīrāz ; tarjamat Hilāl Muḥammad al-Jihād. a2309 1aPiscataway :bGorgias Press LLC,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aGorgias handbooks,x1935-6838 ;v59 aIncludes bibliographical references and index. a"An Arabic translation of George Anton Kiraz's 'The Syriac Orthodox in North America (1895-1995)' - a short history of the Syriac Orthodox community in North America between 1895, the year of the First Sayfo that triggered the first wave of immigration to North America, and 1995, marking the passing away of Metropolitan Mor Athanasius Yeshue Samuel, the first and only Archbishop of the Syriac Orthodox Archdiocese of the United States and Canada"--cProvided by publisher. aIn Arabic; translated from English. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aSyrian Orthodox ChurchzNorth AmericaxHistory.1 6880-02aJihād, Hilāl Muḥammad,etranslator.08iPrint version:aKiraz, George Anton.tFī Amīrkā al-Shamālīyah (1895-1995)dPiscataway : Gorgias Press LLC, 2023z9781463245450w(DLC) 2023026790126245-01aالسريان في أميركا الشمالية (١٨٩٥-١٩٩٥) :bتاريخ موجز /cجورج أنطون كيراز ؛ ترجمة هلال محمد الجهاد.1 6700-02aجهاد، هلال محمد. a92bPUL01678nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008000324263000900404264004400413300002300457336002600480337002600506338003600532490002000568490001600588500002000604520010600624521002800730588010300758650002200861650003000883650002100913650002900934655002700963655002600990700003501016776013301051994001201184on1390707149OCoLC20230718213016.0m o d cr |||||||||||230717s2024 mnu bo 001 1 eng  a 2023029082 aDLCbengerdacDLC a9798889969778q(ebook) z9798889969754q(hardcover) z9798889969761q(paperback) a(OCoLC)1390707149 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aSam the snake feels sad /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper aIncludes index. aSam the snake becomes sad when she fears her slither will not be fast enough to win an upcoming race. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aSadnessvFiction. 1aSelf-confidencevFiction. 1aSnakesvFiction. 1aForest animalsvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tSam the snake feels saddMinneapolis, MN : Jump!, Inc., [2024]z9798889969754w(DLC) 2023029081 a92bPUL02990nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082003000295100003200325245009300357263000900450264005600459300002200515336002600537337002600563338003600589504005100625520151300676588010302189650004702292650002802339650003102367776017002398994001202568on1390707161OCoLC20230718213016.0m o d cr |||||||||||230705s2024 enk ob 001 0 eng  a 2023020069 aDLCbengerdacDLC a9781003309918q(ebook) a1003309917 z9781032314747q(hardback) z9781032314730q(paperback) a(OCoLC)1390707161 apcc00aLB234100a378.1/01223/eng/202307151 aKrause, Kerri-Lee,eauthor.10aLearner-centred leadership in higher education :ba practical guide /cKerri-Lee Krause. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This is the go-to guide for higher education leaders of learning, teaching and the learner experience. It offers research-enriched, practical insights and case studies, together with a must-have toolkit of strategies for future-focused higher education leaders. Kerri-Lee Krause combines her extensive track record as a senior university executive, award-winning teacher and higher education researcher. Inspired by the disruptive educational opportunities arising from the global COVID-19 pandemic, Krause takes academic and professional staff leaders on a journey through the core capabilities required of successful leaders in a rapidly changing higher education landscape. Key topics include: Learner-centred strategy co-design Collaborative strategy implementation with learners at the heart Leading curriculum innovation and renewal Partnering with learners for engagement and success Collegial academic and professional staff capability-building and leadership development Coming to terms with educational policy development and quality work Shaping learner-centred cultures Leading with integrity in higher education As universities and higher education providers look for ways to rebuild in the wake of a global pandemic, capable, courageous, learner-centred leadership matters more than ever. This readable, intellectually rich and practical book is for current and aspiring higher education leaders who have a passion for effective leadership with learners at the heart"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aUniversities and collegesxAdministration. 0aEducational leadership. 0aStudent-centered learning.08iPrint version:aKrause, Kerri-Lee.tLearner-centred leadership in higher educationdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032314747w(DLC) 2023020068 a92bPUL00933nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002300199100004000222245009900262250001900361264005800380300004000438336002600478337002800504338002700532504004100559650001900600994001200619on1390707169OCoLC20230718213016.0220526s2021 ug a b 000 0 eng  a 2022321185 aDLCbengerdacDLC a9789913994606 a9913994608 a(OCoLC)1390707169 alcodeapcc af-ug---00aGN659.U3bM84 20211 aMuhumuza, Shadrach,d1957-eauthor.10aRoots of the Abagara (Abatsyaba, Abasaaba, Abacyaba, Abacaaba) /cRev. Can. Shadrach Muhumuza. aFirst edition. 1aKampala, Uganda :b[publisher not identified],c2021. a175 pages :billustrations ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aClanszUganda. a92bPUL01875nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001100285082002800296100003300324245005300357263000900410264004400419300002300463336002600486337002600512338003600538490001900574500007300593520025900666521003500925521003700960588010300997650005301100650003501153650003501188650004401223776013801267994001201405on1390707170OCoLC20230718213016.0m o d cr |||||||||||230531s2024 ilu jo 000 0 eng  a 2023025000 aDLCbengerdacDLC a9781684049202q(eBook) a1684049202 z9781684507252q(Hardcover) z9781684048618q(Paperback) a(OCoLC)1390707170 apcc00aTA114900a629.04223/eng/202307171 aCorrigan, Kathleen,eauthor.10aTerrific transportation /cby Kathleen Corrigan. a2308 1aChicago :bNorwood House Press,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aThe decodables a"Search for sounds. Consonants: b, d, j, k, p, q, t, v, z"--caption. a"A child's class is exploring transportation. Introductionary look at decoding multiple words using consonants whose sound is in the initial position of the letter name such as p or t. Includes a note to caregiver and word list"--cProvided by publisher. aAges 3-5bNorwood House Press. aGrades K-1bNorwood House Press. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aTransportation engineeringvJuvenile literature. 0aVehiclesvJuvenile literature. 0aBicyclesvJuvenile literature. 0aBoats and boatingvJuvenile literature.08iPrint version:aCorrigan, Kathleen.tTerrific transportationdChicago : Norwood House Press, [2024]z9781684507252w(DLC) 2023024999 a92bPUL03664nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263050000900271082002700280100003700307245010200344250001900446263000900465264003400474300002300508336002600531337002600557338003600583490004000619504005100659505025000710520177600960588010302736600002302839650005102862650004102913650001902954650002202973650003302995776014203028994001203170on1390707171OCoLC20230718213016.0m o d cr |||||||||||230614s2024 nyu ob 001 0 eng  a 2023020083 aDLCbengerdacDLC a9781003378525q(ebk) a1003378528 z9781032456959q(hbk) z9781032457505q(pbk) a(OCoLC)1390707171 apcc00aLB4300a370.9223/eng/202307151 aMa, Yingc(Instructor),eauthor.14aThe ethics of becoming a good teacher :bin conversation with Aristotle and Confucius /cYing Ma. aFirst edition. a2309 1aNew York :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aStudies in curriculum theory series aIncludes bibliographical references and index.0 aA moral quest of teaching -- Why do we educate? Eudaimonia and Dao -- What do we educate? Phronesis, Philia and Ren -- How do we educate? Techne and Liuyi -- Becoming a good teacher does not come that easily -- Post-pandemic teaching reimagined. a"This book explores Aristotelian and Confucian wisdom traditions to understand education and what counts as a good teacher in an embodied dialogic approach. The book creates a dialogue between ancient ideas and the author's lived experiences as a teacher in cross-cultural landscapes today to ruminate on the important themes of educational purpose, teacher excellence, teacher-student relationships, and teaching skill. It asks fundamental educational questions including "Why Do We Educate? Eudaimonia and Dao"; "What Do We Educate? Phronesis, Philia and Ren"; and "How Do We Educate? Techne and Liuyi". Moving beyond the dominant epistemological concerns such as how to teach more effectively to help students gain better marks in schools, it constitutes an ethical inquiry that illuminates the values, purposes, concerns, and hopes that animate genuinely educational work. Using a comparative approach to wisdom traditions from both the East and the West, it addresses parochialism and challenges Eurocentric research paradigms. Embedded in the messy ground of teaching in intergenerational and cross-cultural narratives, the author's own experiences as a student/teacher/daughter of a teacher/mother of a student crucially unpacks and concretizes ancient concepts and reactivates them in concrete situations. A sense of a whole without completeness, a conception of the good without closure, and an aspiration without achievement continue to haunt the search for an ultimate answer to the question "what counts as a good teacher?". It will appeal to scholars, teachers, and teacher educators with an interest in narrative inquiry and educational research, as well as those in the field of curriculum studies and the philosophy of education"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aAristotlexEthics. 0aComparative educationvCross-cultural studies. 0aTeachingxMoral and ethical aspects. 0aEast and West. 0aConfucian ethics. 0aIntergenerational relations.08iPrint version:aMa, YingtEthics of becoming a good teacherbFirst edition.dNew York : Routledge, 2024z9781032456959w(DLC) 2023020082 a92bPUL01493nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192100003600216245015900252250001400411264006600425300003000491336002600521337002800547338002700575490001900602500020700621504005700828650002700885650003400912650002600946650003900972700003901011700004501050994001201095on1390707185OCoLC20230718213016.0230629t20182018ag f b 000 0 spa  a 2019421656 aDLCbengerdacDLC a9789877062397 a9877062399 a(OCoLC)1390707185 apcc as-ag---00aKHA1479b.G749 20181 aGraziabile, Darío J.,eautor.10aEfectos concursales sobre las obligaciones y los contratos /cDarío J. Graziabile ; colaborador, sebastián E. Almada ; prólogo de Miguel E. Rubín. a[1a ed.]. 1aCiudad Autónoma de Buenos Aires :bEditorial Astrea,c2018. axxxi, 583 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aAstrea Virtual a"Obligaciones a plazo, dinerarias y no dinerarias, sustitución subjetiva, obligaciones solidarias, restitución y readquisición de la poseción, pago retención, extinción de las obligaciones." aIncludes bibliographical references (pages 569-583). 0aBankruptcyzArgentina. 0aObligations (Law)zArgentina. 0aContractszArgentina. 0aExtinguishment of debtszAgentina.1 aAlmada, Sebastíán E.,eeditor.1 aRubín, Miguel E.,ewriter of prologue. a92bPUL00804nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100006600190245005600256260006200312300003400374650004200408700005300450710005900503994001200562on1390707272OCoLC20230718213016.0820601s1709 fr 000 0 fre  a 32005774  aDLCbengcDLC a(OCoLC)139070727200aBJ1562b.B6 aBJ1562b.B6 Copy 2cToinet no. 11861 a[Bourret, Pierre Abel],dactive 1699-1709. [from old catalog]10aEssais sur le caractere de l'homme sage et prudent. aA. Paris,bChez Jean Herissant, et Pierre Mergé.c1709. a9 p.l., 232 p.c15 cm. (12mo) 0aConduct of lifevEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02890nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001200284060001100296082002800307100003900335245015200374263000900526264005600535300002200591336002600613337002600639338003600665504005100701505042100752520072401173588010301897650004102000650002302041650002302064650003602087650002602123650003802149700002702187776018202214994001202396on1390707273OCoLC20230718213016.0m o d cr |||||||||||230620s2024 enk ob 001 0 eng  a 2023012629 aDLCbengerdacDLC a9781003430261q(ebook) a1003430260 z9781032553498q(hardback) z9781032360027q(paperback) a(OCoLC)1390707273 apcc00aRA645.500aWX 21500a362.18223/eng/202307171 aJacobs, Don Trent,d1946-eauthor.10aHypnotic communication in emergency medical settings :bfor life-saving and therapeutic outcomes /cDon Trent Jacobs (Four Arrows) and Bram Duffee. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aCredibility -- Confidence -- Rapport -- Expectation -- Directives (An Overview) -- Images -- Believability -- Literal Interpretation -- Enthusiasm -- Managing "Pain" ("Discomfort") -- Stopping Bleeding -- Cardiovascular Emergencies -- Hypnotic Treatment for Burns -- Respiratory Diseases -- Anaphylaxis -- Childbirth and Pediatric Emergencies -- Psychological Emergencies -- Self-Hypnosis -- The Planetary Emergency. a"This fascinating book demonstrates how hypnotic communication has the potential to improve patient outcomes in emergency care, integrating insights on the connection between mind and body for paramedics and other first responders. Fully referenced and based on a robust range of evidence, the book is written by an active paramedic with over 20 years' experience with a Ph.D. in Human Development with a focus on paramedic decision-making; and a professor with doctorates in Health Psychology and Education who field tested the skills as a professional EMT. This book will interest any professional working in emergency care, including paramedics, EMTs, trauma nurses, and psychiatric nurses"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.12aEmergency Medical Servicesxmethods.12aHypnosisxmethods.22aTreatment Outcome.22aProfessional-Patient Relations.22aPatientsxpsychology.22aEmergency Respondersxpsychology.1 aDuffee, Bram,eauthor.08iPrint version:aJacobs, Don Trent, 1946-tHypnotic communication in emergency medical settingsdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032553498w(DLC) 2023012628 a92bPUL02579nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001700296082003300313100002800346245009400374263000900468264005600477300002200533336002600555337002600581338003600607504005100643520096500694588010301659650005601762650004201818650004201860650003401902776019701936994001202133on1390707274OCoLC20230718213016.0m o d cr |||||||||||230706s2024 enk ob 001 0 eng  a 2023019079 aDLCbengerdacDLC a9781003440819q(ebook) a1003440819 z9781032577500q(hardback) z9781032577517q(paperback) a(OCoLC)1390707274 apcc aa-cc---00aLB1028.27.C600a379.1/10951223/eng/202307141 aRan, Lid1980-eauthor.10aResearch on the balance of educational resources allocation and spatial layout /cLi Ran. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Based on the spatial perspective, this book takes the urban area of Xi'an, China, as the main research region and studies the balance of resource allocation, focusing on educational resources and school layout. The author constructs a mathematical model to measure the level and types of resource allocation and regional differences in primary schools and uses GIS spatial analysis to explore the efficiency and fairness of school spatial layout. The book suggests a better way for the balanced development of basic education in Xi'an city. It also provides theoretical foundations, analytical methods, and empirical support for the study of balanced public resource management in public service, urban planning and urban geography. This book is suitable for students and scholars of tourism management, regional planning, facilities and urban management and those interested in resource allocation in Chinese urban areas in general"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducationxInformation servicesxManagementzChina. 0aResource allocationzChinaxResearch. 0aSpatial analysis (Statistics)zChina. 0aSpacexSocial aspectszChina.08iPrint version:aRan, Li 1980-tResearch on the balance of educational resources allocation and spatial layoutdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032577500w(DLC) 2023019078 a92bPUL03254nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082002700295100003800322245015900360263000900519264005600528300002200584336002600606337002600632338003600658504005100694505051500745520089301260588010302153650003502256650002902291650003302320650004202353650005302395700004302448700006002491700003702551776017202588994001202760on1390707275OCoLC20230718213016.0m o d cr |||||||||||230707s2024 enk ob 001 0 eng  a 2023024759 aDLCbengerdacDLC a9781003391661q(ebook) a1003391664 z9781032489681q(hardback) z9781032489674q(paperback) a(OCoLC)1390707275 apcc00aLB177900a371.1223/eng/202307141 aDay, Christopher,d1943-eauthor.10aTeacher professionalism during the pandemic :bcourage, care, and resilience /cChristopher Day, Helen Victoria Smith, Ruth Graham, Despoina Athanasiadou. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aProfessionalism in times of change -- Building relationships and managing emotions: early-career teachers' perspectives -- Adapting to the challenges: mid-career teachers' perspectives -- Teaching as service: later-career teachers' perspectives -- Navigating the storm: occupational and subjective wellbeing -- Professional identities: the importance of agency -- Commitment to care -- Organisational belonging and commitment: the importance of trust -- Teacher professionalism: more than the sum of the parts. a"This insightful book uniquely charts the events, experiences and challenges faced by teachers during and beyond the COVID-19 pandemic including periods of national lockdowns and school closures. Research-based and evidence informed, this key title explores the multiple media outputs created by teachers in a variety of different socio-economic contexts. The authors reflect on their stories through a series of themed analyses, as well as describe and discuss key issues related to the enactment of teacher professionalism in challenging times. With fascinating vignettes and interview extracts that reinforce the idea that teachers can manage rather than survive, this book unveils a strong sense of moral purpose, professional identity, commitment, care, and resilience. It will be of interest to teachers, headteachers and teacher educators internationally"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aTeachersxProfessional ethics. 0aCOVID-19 Pandemic, 2020- 0aTeachersxSocial conditions. 0aTeachersxProfessional relationships. 0aSocial distancing (Public health) and education.1 aSmith, Helen Victoria,d1974-eauthor.1 aGraham, Ruthc(Education assistant professor),eauthor.1 aAthanasiadou, Despoina,eauthor.08iPrint version:aDay, Christopher, 1943-tTeacher professionalism during the pandemicdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032489681w(DLC) 2023024758 a92bPUL00513nam a22001933u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001500134051003200149245002600181260002900207300001800236700005300254994001200307on1390707292OCoLC20230718213016.0230717s1681 fr 000 0 fre  a 2023769288 aDLCbengcDLC a(OCoLC)139070729200aHQ769b.T7 aHQ769b.T7cToinet no. 121900aTraité de la civil. aLyon,bJ. Certev,c1681. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01605nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002300180111014900203245024100352264004900593300005800642336002600700337002800726338002700754490005100781500003500832504005100867650002400918650006000942650005401002650003601056650003101092655004601123710005001169994001201219on1390707293OCoLC20230718213016.0170612s2016 waua b 101 0 eng  a 2016461857 aDLCbengerdacDLC a9781628419764 a1628419768 a(OCoLC)1390707293 apcc00aTA1673b.H528 20162 aHigh-Power Laser Materials Processing: Lasers, Beam Delivery, Diagnostics, and Applications (Conference)n(5th :d2016 :cSan Francisco, Calif.)10aHigh-Power Laser Materials Processing: Lasers, Beam Delivery, Diagnostics, and Applications Vb16-18 February 2016, San Francisco, California, United States /cFriedhelm Dorsch, Stefan Kaierle, editors ; sponsored and published by SPIE. 1aBellingham, Washington, USA :bSPIE,c[2016] a1 volume (various pagings) :billustrations ;c28 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aProceedings of SPIE,x0277-786X ;vvolume 9741 a"SPIE. Photonics West"--Cover. aIncludes bibliographical references and index. 0aLasersvCongresses. 0aHigh power lasersxIndustrial applicationsvCongresses. 0aLaser beamsxIndustrial applicationsvCongresses. 0aLaser beam cuttingvCongresses. 0aLaser weldingvCongresses. 7aConference papers and proceedings.2lcgft2 aSPIE (Society),epublisher,esponsoring body. a92bPUL02009nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192110005800216245028500274250002300559264007500582300006800657336002600725336003300751337002800784338002700812504004100839505016700880610006201047600006701109650003701176650004701213650003601260650003801296651004301334700005601377700005601433700007401489994001201563on1390707294OCoLC20230718213016.0170420s2017 mx ac bc 000 0 spa  a 2017386538 aDLCbengerdacDLC a9786079517557 a6079517558 a(OCoLC)1390707294 apcc an-mx---00aN8217.E6bM876 20172 aMuseo del Estanquillo (Mexico City, Mexico),eauthor.10a¡Que se abra esa puerta! :bsexualidad, sensualidad y erotismo : exposición presentada en el Museo del Estanquillo de agosto de 2016 a enero de 2017 /cAlejandro Brito, Rafael Barajas (El Fisgón), Carlos Monsiváis ; Rafael Barajas Durán, Alejandro Brito Lemus, curadores. aPrimera edición. 1aCiudad de Mexico :bAsociación Cultural El Estanquillo, A.C.,c2017. a125 pages :billustrations (chiefly color), portraits ;c27 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.0 aDe hábitos morales y sexuales / Alejandro Brito -- Del padre Ripalda al padre Macie / Rafael Barajas -- Ya estaría de Dios que te tocaba / Carlos Monsiváis.20aMuseo del Estanquillo (Mexico City, Mexico)vExhibitions.10aMonsiváis, Carlos.d1938-2010xArt collectionsvExhibitions. 0aErotic artzMexicovExhibitions. 0aSex customszMexicoxHistoryvExhibitions. 0aSensuality in artvExhibitions. 0aPhotography, EroticvExhibitions. 0aMexicoxMoral conditionsvExhibitions.12aBrito, Alejandro.tDe hábitos morales y sexuales.12aBarajas, Rafael.tDel padre Ripalda al padre Macie.12aMonsiváis, Carlos,d1938-2010.tYa estaría de Dios que te tocaba. a92bPUL00964nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002500192100002800217245006700245264003800312300002300350336002600373337002800399338002700427504005700454650005800511650003400569650003500603994001200638on1390707346OCoLC20230718213016.0210513s2021 ci b 000 0 hrv  a 2022472170 aDLCbengerdacDLC a9789538119705 a9538119703 a(OCoLC)1390707346 apcc ae-ci---00aKJM7427.6b.S58 20211 aSkorup, Vlado,eauthor.10aPobijanje dužnikovih pravnih radnji /cdr. sc. Vlado Skorup. 1aZagreb :bNovi informator,c2021. a226 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 217-223). 0aFraudulent conveyancesxLaw and legislationzCroatia. 0aDebtor and creditorzCroatia. 0aActions and defenseszCroatia. a92bPUL03554nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001000284082002700294100004000321245009600361263000900457264005600466300002200522336002600544337002600570338003600596504005100632505053200683520138601215588010302601650003602704650004202740650002402782650001802806650002902824700004002853700002602893776015302919994001203072on1390707347OCoLC20230718213016.0m o d cr |||||||||||230708s2022 enk ob 001 0 eng  a 2023010883 aDLCbengerdacDLC a9781003191025q(ebook) a1003191029 z9781032042299q(hardback) z9781032042305q(paperback) a(OCoLC)1390707347 apcc00aHE30500a388.4223/eng/202307171 aChristensen, Hilda Rømer,eauthor.10aGender smart mobility /cHilda Rømer Christensen, Michala Hvidt Breengaard and Lena Levin. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2022. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aEpilogue : gender smart mobility as a game changer? -- Gender smart mobility as a pillar of smart city developments -- Gender smart mobility -- concepts, methods, practices -- Gender and diversity in transport -- theories and concepts -- Gender smart mobility -- approaches -- How to do gender and diversity action planning -- From one-to-many tracks : methodology and data collection for gender smart mobility -- Gender smart transport policy, employment, and innovation -- From the covid-19 pandemic to gender smart mobility. a"This book presents gender and diversity in smart transport as a cutting-edge issue in urban contexts around the globe. It will address new challenges and possibilities related to the smart transport sector. It demonstrates how gender and diversity are entangled in concepts and various forms of current smart mobility practices in policy, planning, and innovation. Gender Smart Mobility is presented as a game changer for future transport planning and mobility practices and how smart mobility technologies and practices might be created as a common good for all. The readers are presented with cutting-edge approaches ranging from intersectional and visual analyses of smart mobility, gender scripts and language, to gendered innovation of design and planning. Moreover, the readers will encounter engaging boxed features which present historical, cross-cultural, and methodological examples and pose questions for critical thinking. This book meets a need for a systematic, accessible, and practical introduction and is of interest to city planners, transport providers, and politicians as well as the general public. It will also be a valuable reference for graduate and postgraduate students at technical universities, schools of architecture and planning, and for students and faculties in the social sciences, humanities, and IT and design studies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aUrban transportationxPlanning. 0aUrban transportationxSocial aspects. 0aSex discrimination. 0aSmart cities. 0aWomen and city planning.1 aBreengaard, Michala Hvidt,eauthor.1 aLevin, Lena,eauthor.08iPrint version:aChristensen, Hilda Rømer.tGender smart mobilitydAbingdon, Oxon ; New York, NY : Routledge, 2022z9781032042299w(DLC) 2023010882 a92bPUL00697nam a22002535i 4500001001300000003000600013005001700019008004100036010001700077040002300094025002400117035002200141037005300163042001000216245003400226264004100260300001400301336002600315337002800341338002700369500001900396546001600415994001200431on1390707348OCoLC20230718213016.0230717s2022 ii 000 0 beno  a 2023341571 aDLCbengerdacDLC aI-B-2023-341571; 09 a(OCoLC)1390707348 bLibrary of Congress -- New Delhi Overseas Office alcode00aJadu kalama /cAloka Sanyala. 1aKalakātā :bBulka Pharma,c2022. a224 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aShort stories. aIn Bengali. a92bPUL03056nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263043001200271050001400283082003600297100003000333245017200363246005600535250001900591263000900610264003400619300002200653336002600675337002600701338003600727504004100763505014700804520108200951588010302033650007502136650004902211650007902260650006502339700002502404776013302429994001202562on1390707364OCoLC20230718213016.0m o d cr |||||||||||230705s2024 nyu obf 000 0 eng  a 2023027378 aDLCbengerdacDLC a9781003391654q(ebk) a1003391656 z9781032489667q(hbk) z9781032489650q(pbk) a(OCoLC)1390707364 apcc ae-uk---00aLB1588.G700a372.37/0440941223/eng/202307141 aManning, Sophie,eauthor.10aBig picture RSHE :bready-made analogies and practical activities for relationships, sex and health education in the primary classroom /cSophie Manning and Yoan Reed.3 aBig picture relationships, sex and health education aFirst edition. a2311 1aNew York :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.2 aPart 1. About this resource and its context -- Part 2. How to use this resource? -- Part 3. What topics are included? -- Part 4. The Toolkits. a"How are families like trees? How are children like caterpillars? Containing an age-appropriate analogy for key Relationships, Sex and Health Education topics, the toolkits in this book provide carefully constructed, memorable metaphors to deepen learners' understanding of some of the trickiest concepts around relationships and sexual development. Each toolkit opens with a story that draws comparisons between a common childhood experience, and a conceptual RSHE topic. Learners are supported in breaking down the analogy, comparing each part of the familiar story to a new concept. Knowledge is deepened with matching games, extension activities and teaching tips. Crafted by RSHE experts, this off-the-shelf resource offers RSHE teachers, PSHE departments and other educators a thread of consistency across curricula to deliver a seamless learning experience in Key Stage Two and beyond. These skilfully crafted and age-appropriate metaphors are the perfect way to neutralise awkwardness, engage cross-curricular thinking and make learning stick"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aHealth education (Elementary)zGreat BritainvHandbooks, manuals, etc. 0aSex instruction for childrenzGreat Britain. 0aSocial skills in childrenxStudy and teaching (Elementary)zGreat Britain. 0aLife skillsxStudy and teaching (Elementary)zGreat Britain.1 aReed, Yoan,eauthor.08iPrint version:aManning, Sophie.tBig picture RSHEbFirst edition.dNew York : Routledge, 2024z9781032489667w(DLC) 2023027377 a92bPUL01701nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001900254082002800273100002800301240002300329245002600352263000900378264008400387264001100471300002300482336002600505337002600531338003600557490003400593520039000627588010301017655001901120776015201139994001201291on1390707365OCoLC20230718213016.0m o d cr |||||||||||230626t20242024ilu o 000 0 eng  a 2023028107 aDLCbengerdacDLC a9780809339297q(ebook) a0809339293 z9780809339280q(paperback) a(OCoLC)1390707365 apcc00aPS3608.E56453600a811/.6223/eng/202306261 aHenning, Sara,eauthor.10aBurn (Compilation)10aBurn /cSara Henning. a2404 1aCarbondale :bCrab Orchard Review ;bSouthern Illinois University Press,c2024. 4c©2024 a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aCrab Orchard series in poetry a"In these poems, we follow a speaker as she works through the loss of young love, the death of her parents, marriage's hardness and beauty, sexual assault, and the devastation of a pandemic-evolutions of trauma that fracture time and alter perception. Twinned with these extremes are shimmering manifestations of joy only an imperfect world can make possible"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 7aPoetry.2lcgft08iPrint version:aHenning, Sara.tBurndCarbondale : Crab Orchard Review ; Southern Illinois University Press, 2024z9780809339280w(DLC) 2023028106 a92bPUL01871nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193020003100230035002200261042000800283050001200291082002800303100003300331245003900364263000900403264004200412300002300454336002600477337002600503338003600529490003500565500002000600520058000620588010301200650003301303776012501336994001201461on1390707387OCoLC20230718213016.0m o d cr |||||||||||230630s2024 nyu jo 001 0 eng  a 2023029814 aDLCbengerdacDLC a9781978537361q(ebook) a1978537360 z9781978537354q(library binding) z9781978537347q(paperback) a(OCoLC)1390707387 apcc00aQL430.400a594/.3223/eng/202307131 aEmminizer, Theresa,eauthor.10aSlimy snails /cTheresa Emminizer. a2310 1aBuffalo :bEnslow Publishing,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aAnimals that slither and slide aIncludes index. a"Why do snails live in shells? How slowly do snails really move? What's that slimy trail that snails leave behind them? In this fun and educational book, readers will learn all about snails! They'll find out what snail mucus is made of, why it's used, and much, much more. From tiny backyard snails to giant African land snails, readers will discover the complexities of this seemingly simple creature and learn how it developed its unique adaptations. The fact-packed content is enriched by vibrant photographs, which bring the information to life"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSnailsvJuvenile literature.08iPrint version:aEmminizer, Theresa.tSlimy snailsdBuffalo : Enslow Publishing, [2024]z9781978537354w(DLC) 2023029813 a92bPUL00934nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002600187100003300213245003900246264007000285300004900355336002600404336003300430337002800463338002700491650003800518650003700556655002700593994001200620on1390707392OCoLC20230718213016.0230427s2013 bl a 6 000 1 por  a 2023313515 aDLCbengerdacDLC a9788591632305 a8591632303 a(OCoLC)1390707392 alcodeapcc00aPN6790.B73bO754 20131 aOrlandeli,eauthor,eartist.10aEu matei o Libório /cOrlandeli. 1aSão José do Rio Preto, SP :bWalmir Americo Orlandeli,c2013. a1 volume (unpaged) :billustrations ;c20 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aMurdervComic books, strips, etc. 0aDeathvComic books, strips, etc. 7aGraphic novels.2lcgft a92bPUL00990nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192100003700215245004400252264004800296300003900344336002600383337002800409338002700437490003000464500003200494650003800526650002900564650002600593650002100619994001200640on1390707393OCoLC20230718213016.0230717s2021 tg a 000 0 ewe  a 2023405773 aDLCbengerdacDLC a9782373163018 a2373163012 a(OCoLC)1390707393 apcc af-tg---00aPL8161b.A564 20211 aAkoly, Cephas K. Dodji,eauthor.10aMo̳fiala akpa 2 /cCephas Dodji Akoly. 1aLome, Togo :bEditions Awoudy,c[mars 2021] a87 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a"Collection God's wisdom" aEwe grammar and vocabulary. 0aEwe languagexStudy and teaching. 0aMiddle school education. 0aEducation, Secondary. 0aAdult education. a92bPUL00800nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135020001500150035002200165037005300187042001000240043001200250100003000262245005700292264005100349300002900400336002600429337002800455338002700483994001200510on1390707411OCoLC20230718213016.0230717s2023 pk 000 0 eng  a 2023318307 aDLCbengerdacDLC a9789693534825 z9693534824 a9693534824 a(OCoLC)1390707411 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---1 aAli, Asim Imdad,eauthor.10aBlind spots in Pakistan's history /cAsim Imdad Ali. 1aKarachi :bParamount Books (Pvt.) Ltd.,c2023. aviii, 223 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a92bPUL01231nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192110003500216245002300251250016600274264006200440300002500502336002600527337002800553338002700581490004500608504006900653650002100722650003900743700004300782700004400825994001200869on1390707412OCoLC20230718213016.0230427s2020 sp bl 001 0 spa  a 2023417837 aDLCbengerdacDLC a9788413466590 a8413466598 a(OCoLC)1390707412 apcc ae-sp---00aKKT1846b.A28 2020b1 aSpain,eenacting jurisdiction.10aCódigo notarial. a2.a Edición cerrada a 12 de julio de 2020 /bedición preparada y actualizada por Ana Fernández-Tresguerres García, Antonio Fernández-Golfín Aparicio. 1aCizur Menor (Navarra) :bThomson Reuters Aranzadi,c2020. a2375 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Códigos con jurisprudencia aIncludes bibliographical references (pages 2321-2349) and index. 0aNotarieszSpain. 0aRecording and registrationzSpain.1 aFernández-Tresguerres García, Ana.1 aFernández-Golfín Aparicio, Antonio. a92bPUL00817npcaa2200253 i 4500001001300000003000600013005001700019008004100036010001700077040002400094024001900118035002200137072001200159100006000171245003500231506005200266541003100318545006800349546003600417580006000453583001700513656002100530994001200551on1390707413OCoLC20230718213016.0230717n xx eng  amm2023086614 aDLCbengedacscDLC8 aMSS866142lcmd a(OCoLC)1390707413 7aA2lcmd1 aSanborn, Herbert J.q(Herbert James),cSr.,d1907-1996.10aHerbert J. Sanborn Sr. papers. aRestrictions may apply to unprocessed material. cGift,aJim Sanborn,d2023.0 aArtist and chief of the Library of Congress Division of Prints. aCollection material in English. aCollection related to the Library of Congress Archives. aUnprocessed. 7aArtists.2itoamc a92bPUL01185nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001700117035002200134042000800156043001200164050002400176245019300200250001900393264004900412300002700461336002600488337002800514338002700542504005100569650005600620650003600676650003500712700003100747700002800778700002900806994001200835on1390707416OCoLC20230718213016.0230428s2015 nr 000 0 eng  a 2022426609 aDLCbengerdacDLC z[9788060358] a(OCoLC)1390707416 apcc af-nr---00aHG4267.6b.E26 201500aEconomic development and management :bincluding issues in business, the arts, politics/other social sciences, law and education /cedited by: J.U.J. Onwumere, C. Segun Ige, Frank O. Ozoh. aThird edition. 1aEnugu, Nigeria :bQuarter Press Ltd.,c2015. aix, 370 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aincludes bibliographical references and index. 0aBusiness enterprisesxFinancexManagementzNigeria. 0aMarketingxManagementzNigeria. 0aEconomic developmentzNigeria.1 aOnwumere, J.U.J.,eeditor.1 aIge, C. Segun,eeditor.1 aOzoh, Frank O.,eeditor. a92bPUL05342nam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194035002200209042000800231050002100239082003100260084003400291245014100325263000900466264004300475300001300518336002600531337002800557338002700585504005100612505187500663520119902538520082103737650003404558650002704592650005404619650006604673650005104739700002804790700003704818700002904855994001204884on1390707417OCoLC20230718213016.0230713s2024 nyu b 001 0 eng  a 2023027831 aDLCbengerdacDLC a9781462552870q(paperback) a1462552870 a9781462552887q(hardcover) a1462552889 a(OCoLC)1390707417 apcc00aLC149b.D57 202400a372.6/044223/eng/20230717 aEDU029020aEDU0460002bisacsh00aDisciplinary literacies :bunpacking research, theory, and practice /cedited by Evan Ortlieb, Britnie Delinger Kane, Earl H. Cheek, Jr. a2310 1aNew York :bThe Guilford Press,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aMachine generated contents note: Preface -- 1. Tracing the History of Disciplinary Literacies, Britnie Dellinger Kane, Evan Ortlieb, & Earl H. Cheek, Jr. -- I. Disciplinary Literacies in Core Content-Area Classrooms -- 2. Teaching and Learning Literary Literacy, Emily C. Rainey, Corey A. Humphrey, & Gianina Morales -- 3. Disciplinary Literacy in Mathematics, Keri-Anne Croce -- 4. Promoting Science Literacy through Reading: A Disciplinary Literacy Approach, Zhihui Fang & Natalie Colosimo -- 5. Integrative, Culturally Responsive Disciplinary Literacy Instruction in Social Studies, Tamara Shreiner -- II. Disciplinary Literacies in Other Areas -- 6. Disciplinary Literacy and Physical Education, Kavin M. Ming -- 7. Disciplinary Literacy in the Visual Arts, Jennifer Morrison -- 8. Disciplinary Literacy in the Performing Arts, Rachelle S. Savitz & Alison E. Leonard -- 9. Disciplinary Literacy in Computer Science, Amy Hutchison & Jamie Colwell -- III. Opportunities and Challenges in Disciplinary Literacies -- 10. Centering Minoritized Voices in Disciplinary Literacy Instruction, Alexis Patterson Williams & Danny C. Martinez -- 11. Who Defines Disciplinary Literacy, and at What Grade Levels Should It Be Taught?, Rachael E. Gabriel & Shannon Kelley -- 12. Cultivating Disciplinary Literacy Spaces for Youth Connection and Agency, Philip Wilder & Michael Manderino -- 13. Transcending Disciplinary Literacy in a Digital World, Ian O'Byrne -- IV. Research and Teaching Teachers in Disciplinary Literacies -- 14. Methodologies in Research on Disciplinary Literacy in English Language Arts, Jodi P. Lampi, Jodi Patrick Holschuh, Leslie S. Rush, & Todd Reynolds -- 15. Collaborative Inquiry to Drive Development of Disciplinary Literacy Pedagogy: Purposeful Experiences across Teacher Development, Christina Dobbs, Jacy Ippolito, & Megin Charner-Laird -- Index -- . a"Educators increasingly recognize the importance of disciplinary literacy for student success, beginning as early as the primary grades. This cutting-edge volume examines ways to help K-12 students develop the literacy skills and inquiry practices needed for high-level work in different academic domains. Chapters interweave research, theory, and practical applications for teaching literature, mathematics, science, and social studies, as well as subjects outside the standard core--physical education, visual and performing arts, and computer science. Essential topics include use of multimodal and digital texts, culturally responsive sustaining pedagogy, and new directions for teacher professional development. The book features vivid classroom examples and samples of student work. Key Words/Subject Areas: content areas, disciplines, reading instruction, adolescent literacy, teaching writing, academic vocabulary, methods, learning, English language arts, literature, science, social studies, mathematics, computer, arts, physical education, teachers Audience: Teacher educators and graduate students; researchers; academic coaches and school leaders in K-12"--cProvided by publisher. a"Educators increasingly recognize the importance of disciplinary literacy for student success, beginning as early as the primary grades. This cutting-edge volume examines ways to help K-12 students develop the literacy skills and inquiry practices needed for high-level work in different academic domains. Chapters interweave research, theory, and practical applications for teaching literature, mathematics, science, and social studies, as well as subjects outside the standard core--physical education, visual and performing arts, and computer science. Essential topics include use of multimodal and digital texts, culturally responsive sustaining pedagogy, and new directions for teacher professional development. The book features vivid classroom examples and samples of student work. "--cProvided by publisher. 0aLiteracyxStudy and teaching. 0aReading comprehension. 0aLanguage artsxCorrelation with content subjects. 7aEDUCATION / Teaching / Subjects / Reading & Phonics.2bisacsh 7aEDUCATION / Professional Development.2bisacsh1 aOrtlieb, Evan,eeditor.1 aKane, Britnie Delinger,eeditor.1 aCheek, Earl H.,eeditor. a92bPUL00798nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001500134051003900149245004300188260004700231300004100278650003600319700005300355700005300408710005900461740002400520994001200544on1390707418OCoLC20230718213016.0820312s1711 fr 000 0 fre  a 31024540  aDLCbengcDLC a(OCoLC)139070741800aBF822b.C7 aBF822b.C7 Copy 2cToinet no. 117303aLe critique et l'apologiste sans fard, aA Paris,bChez François Fournier.c1711. a4 p.bl., 350, [2] p.c17 cm. (12mo) 0aCharacters and characteristics.1 aGacon, François,d1667-1725,esupposed author.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aCaracteres opposez. a92bPUL01090nam a22003255i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002300180100003700203245015400240250002300394264004900417300002300466336002600489337002800515338002700543600002800570610003700598610003500635650004400670650003800714994001200752on1390707434OCoLC20230718213016.0210609s2021 sp 000 0 spa  a 2021409164 aDLCbengerdacDLC a9788401024405 a8401024404 a(OCoLC)1390707434 apcc00aML419.J53bA3 20211 aJiménez, Eric,d1967-eauthor,10aViaje al centro de mi cerebro :blas anécdotas más ácidas y salvajes del mítico batería de Lagartija Nick y Los Planetas /cEric Jiménez. aPrimera edición. 1aBarcelona :bPlaza & Janés,cmayo de 2021. a220 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aJiménez, Eric,d1967-20aPlanetas (Musical group : Spain)20aLagartija Nick (Musical group) 0aDrummers (Musicians)zSpainvBiography. 0aRock musicianszSpainvBiography. a92bPUL01998nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124041001800146042000800164050002500172130005400197245018100251246004200432264007200474300002200546336002600568337002800594338002700622490005900649500001700708546007400725700005100799700004200850710004700892880017800939880006801117880006701185880010401252880006101356880004901417880003901466880004701505994001201552on1390707435OCoLC20230718213016.0220111m20209999ja s000 0 jpn  a 2021431461 aDLCbengerdacDLC c$1 a(OCoLC)13907074351 aainajpnhain apcc00aPL495.9.M46bJ3 20200 aMenashsamun attush Menashsamun konchi.lJapanese.106880-01aMenashisamu no atsushi, Menashisamu no bōshi :bKannari Matsu hitsuroku Ainu jojishi = Menashsamun attush Menashsamun konchi /c[Kannari Matsu] ; Hasuike Etsuko yaku.31aMenashsamun attush Menashsamun konchi 16880-02aSapporo-shi :bHokkaidō Kyōiku Iinkai,cReiwa 2 [2020]- avolumes ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-03aAinu minzoku bunkazai yūkara shirīzu ;v66 aCover title. aIn Ainu and Japanese; introductory materials and summary in Japanese.1 6880-04aKannari, Matsu,d1875-1961,ecompiler.1 6880-05aHasuike, Etsuko,etranslator.2 6880-06aHokkaidō Ainu Kyōkai,eeditor.106245-01aメナシサムの厚司メナシサムの帽子 :b金成マツ筆錄アイヌ叙事詩 = Menashsamun attush Menashsamun konchi /c[金成マツ] ; 蓮池悦子訳. 16264-02a札幌市 :b北海道教育委員会,c令和2 [2020]-0 6490-03aアイヌ民俗文化財ユーカラシリーズ ;v66 6500-00a令和元年度アイヌ民俗文化財調查事業「金成マツノート」翻訳整理. 6500-00a委託業務受託者: 北海道アイヌ協会.1 6700-04a金成まつ,d1875-1961,ecompiler.1 6700-05a蓮池悦子,etranslator.2 6710-06a北海道アイヌ協会,eeditor. a92bPUL02027nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002000193100003700213245011100250250001900361264005300380300005200433336002600485337002800511338002700539504005500566520076200621610005001383650005801433650002401491650002201515700003701537700003201574700003501606994001201641on1390707436OCoLC20230718213016.0210326s2021 inuag b 000 0 eng  a 2021936116 aDLCbengerdacDLC a9781616715830q(paperback) a1616715839 a(OCoLC)1390707436 apcc00aMT88b.K47 20211 aBudziak, Jennifer Kerr,eauthor.10aGuide for music ministers /cJennifer Kerr Budziak, Christopher J. Ferraro, Corinna Laughlin, Paul Turner. aThird edition. 1aChicago :bLiturgy Training Publications,c2021. aviii, 88 pages :billustrations, music ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 76-81). a"This third edition has been updated with enhanced content and features. As part of the Liturgical Ministry Series, this book is grounded in Church doctrine and liturgical practice and follows a format which provides newly formed and experienced ministers with basic skills and theological insights in order to perform their ministry well and in a Christ-like manner. This resource includes: Scripture reflections on the ministry Theological and historical commentary on the liturgy and the ministry Practical skills-building and advice for serving in this role Ways to deepen your spirituality and call to discipleship Answers to frequently asked questions Recommended resources A glossary Questions for discussion and reflection"--cProvided by publisher.20aCatholic ChurchxLiturgyxStudy and teaching. 0aChurch musicxCatholic ChurchxInstruction and study. 0aMinisters of music. 0aChurch musicians.1 aFerraro, Christopher J,eauthor.1 aLaughlin, Corinna,eauthor.1 aTurner, Paul,d1953-,eauthor. a92bPUL02550nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192020001500219020003000234035002200264042000800286050001200294082002700306100003300333245015200366263000900518264004500527300002300572336002600595337002600621338003600647490007600683500005600759504004100815520080800856588010301664650003101767650003701798650003101835650002801866650003801894776013601932994001202068on1390707437OCoLC20230718213016.0m o d cr |||||||||||230630s2023 nyu ob 000 0 eng  a 2023021597 aDLCbengerdacDLC a9783631902097q(epub) a3631902093 a9783631902080q(ebook) a3631902085 z9783631902073q(hardback) a(OCoLC)1390707437 apcc00aP120.I600a004.6223/eng/202307151 aGretenkort, Tobias,eauthor.14aThe semiotics of consensus :bimpact of network topology on communication strategies in Spanish language interaction networks /cTobias Gretenkort. a2309 1aBerlin ;aNew York :bPeter Lang,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aSprache und Digitalkultur =aLanguage and digital culture ;vvol. no. 2 aOriginally presented as author's thesis (doctoral). aIncludes bibliographical references. a"This book draws from graph theory and a semiotic comparison between language and distributed ledger technologies (also known as Blockchains) to motivate three experiments on language and network structure. The work explores the importance of this concept in different areas of linguistic research and establishes elements of a tentative linguistics of networks. Its empirical investigation is based on data from threads posted to the imageboard Hispachan, which often displays radicalized language and hate speech. The experiments (based on topic modeling and sentiment analysis) reveal an impact of the network structure of interaction on the interaction itself as well as the use of ingroup signalling and emotionally charged vocabulary to expand the network of interaction"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aLanguage and the Internet. 0aCommunicationxNetwork analysis. 0aElectric network topology. 0aOnline social networks. 0aSpanish languagexSocial aspects.08iPrint version:aGretenkort, Tobias.tSemiotics of consensusdBerlin ; New York : Peter Lang, 2023z9783631902073w(DLC) 2023021596 a92bPUL03934nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043001200265050002300277082003100300100003000331245007400361263000900435264005600444300001300500336002600513337002800539338002700567504005100594505098200645520164801627650004203275650003203317650003103349776013203380994001203512on1390707444OCoLC20230718213016.0230609s2024 enk b 001 0 eng  a 2023021581 aDLCbengerdacDLC a9781032495644q(hardback) a1032495642 a9781032591544q(paperback) a1032591544 z9781003431589q(ebook) a(OCoLC)1390707444 apcc aa-ii---00aHV4139b.S564 202400a362.50954223/eng/202307171 aSinha, Amarjeet,eauthor.14aThe last mile :bturning public policy upside down /cAmarjeet Sinha. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aPrologue -- A poverty free India -- building systems for outcomes -- The historical legacy -- The diversity of geographies -- High growth, ease of doing business, and well-being -- Improving ease of living of the poor -- Why incomes matter -- Women's well -- being and livelihoods -- Women, work and empowerment -- Vulnerable social groups, inclusive policies and programmes -- Policy and programme formulation in basic education -- Revisiting skills for full employment -- Higher education reforms -- Policy and programme formulation in health -- Making quality health for all a reality -- Poshan, people and panchayats -- Improving governance of programmes -- Community connect and gpdps -- Human resource reforms -- Poverty free gram panchayats -- Challenges in urban governance for the poor -- Why we need a PM's human development council -- Global warming, local churning -- waste to wealth as way forward -- A poverty free India -- An India for all in a post COVID world. a"The Last Mile explores the gaps and dichotomy between drafted policies and their implementation and the last mile challenges which often make public services inaccessible to the poorest and most vulnerable sections of society. It provides an in-depth overview of the dynamics between communities, research and consultation and the implementation of policies for development. Rich in empirical data and case studies from different government programmes and reports, this book examines the implementation of government service programmes for poverty reduction, women's empowerment, income generation for the poor, among others, from a people's perspective. It highlights the need for policies and institutions to align their methods to community needs. Offering guidelines for redesigning as well as solutions to counter challenges related to lack of trust and effective communication, human resource management, capacity development, redressal mechanisms, and facilitating the last mile connection, the author delineates effective ways for integrating new technologies in policy implementation. The book also addresses legacy issues in institutions and re-orienting policy for better governance, transparency and building trust. Part of the 'Public Policy in India' series, this book, by a senior practitioner, will be an essential resource for students and researchers of development studies, sociology, public policy and governance, economics and South Asian studies. This book is freely available as a downloadable Open Access PDF at http://www.taylorfrancis.com under a Creative Commons (CC-BY-NC-ND) 4.0 license"--cProvided by publisher. 0aUrban poorxGovernment policyzIndia. 0aMarginality, SocialzIndia. 0aMunicipal serviceszIndia.08iOnline version:aSinha, Amarjeet.tLast miledAbingdon, Oxon ; New York, NY : Routledge, 2024z9781003431589w(DLC) 2023021582 a92bPUL02295nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002500193035002200218042000800240050001100248082002900259245016200288246007700450263000900527264005800536300002200594336002600616337002600642338003600668504005100704520064200755588010301397650006401500650003301564700004301597700004101640776019201681994001201873on1390707445OCoLC20230718213016.0m o d cr |||||||||||230606s2023 pau obf 001 0 eng  a 2023022610 aDLCbengerdacDLC a9781668487969q(eISBN) a1668487969 z9781668487952q(h/c) a(OCoLC)1390707445 apcc00aLC109000a370.116223/eng/2023071500aHandbook of research on critical issues and global trends in international education /cedited by Megel Ricardo Barker, Robyn Conrad Hansen, and Liam Hammer.3 aResearch on critical issues and global trends in international education a2309 1aHershey, PA :bInformation Science Reference,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Whether you are an educator, researcher, policymaker, school leader, lecturer, or anthropologist, the Handbook of Research on Critical Issues and Global Trends in International Education is a must-read. This book is a comprehensive guide to the complexities and challenges of international education, providing practical solutions for improving the quality of education in this rapidly evolving field. If you are looking to gain a nuanced understanding of the critical issues facing international schools and evidence-based approaches for addressing these challenges, this book is the perfect resource for you"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInternational educationxResearchvHandbooks, manuals, etc. 0aEducation and globalization.1 aBarker, Megel Ricardo,d1974-eeditor.1 aHammer, Liam Leslie,d1973-eeditor.08iPrint version:tHandbook of research on critical issues and global trends in international educationdHershey, PA : Information Science Reference, [2023]z9781668487952w(DLC) 2023022609 a92bPUL01450nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193043001200208050002600220100004400246245012900290250002200419264008300441300002300524336002600547337002800573338002700601504004100628650002300669650002800692650004600720880003300766880013300799880002100932880008700953994001201040on1390707456OCoLC20230718213016.0220126s2021 ts b 000 0 ara  a 2021333317 aDLCbengerdacDLC c(3 a9789948330097 a9948330099 a(OCoLC)1390707456 c75.00 AED apccalcode aa-ts---00aRA644.C67bH3555 20211 6880-01aḤammādī, ʻUmar,eauthor.136880-02aal-Ijtiyāḥ :bKūrūnā : mādhā ḥadatha, wa-kayfa yabdū al-mustaqbal ? /cD. ʻUmar al-Ḥammādī. 6880-03a[Ṭ. 1]. 16880-04aAbū Ẓaby :bMarkaz Abū Ẓaby lil-Lughah al-ʻArabīyah,c2021. a384 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aCOVID-19 (Disease) 0aCoronavirus infections. 0aCOVID-19 (Disease)zUnited Arab Emirates.1 6100-01aحمادي، عمر.126245-02aالاجتياح :bكورونا : ماذا حدث، وكيف يبدو المستقبل ؟ /cد. عمر الحمادي. 6250-03a[ط. ١] 16264-04aأبو ظبي :bمركز أبو ظبي لللغة العربية،c2021. a92bPUL01427nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050003000205245016800235250001400403264005700417300002400474336002600498337002800524338002700552490002100579504006700600610003700667650002900704650005800733650003200791655003100823655002900854700003100883700002700914700002700941710003700968994001201005on1390707457OCoLC20230718213016.0230608s2023 xv bl 001 0 slv  a 2023442270 aDLCbengerdacDLC a9789612047016q(hardbound) a9612047014 a(OCoLC)1390707457 apcc ae-xv---00aKKS6308.A312021bK66 202300aKomentar Gradbenega zakona (GZ-1) /curednici, prof. dr. Polonca Kovač, mag. Vesna Sodja ; avtorji mag. Petra Čas [and 16 others] ; stvarno kazalo Jasna Karin. a1. natis. 1aLjubljana :bUradni list Republike Slovenije,c2023. a773 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aZbirka predpisov aIncludes bibliographical references (pages 735-745) and index.10aSlovenia.tGradbeni zakon (2021) 0aBuilding lawszSlovenia. 0aConstruction industryxLaw and legislationzSlovenia. 0aBuilding permitszSlovenia. 7aStatutes and codes.2lcgft 7aLaw commentaries.2lcgft1 aKovač, Polonca,eeditor.1 aSodja, Vesna,eeditor.1 aČas, Petra,eauthor.12aSlovenia.tGradbeni zakon (2021) a92bPUL00828nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051004500155245004900200260005000249300003900299650001400338700003600352700003500388700005300423710005900476740002700535994001200562on1390707458OCoLC20230718213016.0831220s1692 fr 000 0 fre  a 31025086  aDLCbengcDLC a(OCoLC)139070745800aHQ731b.M36 1692 aHQ731b.M36 1692 Copy 2cToinet no. 122503aLe mariage, ses agréemens et ses chagrins. aA Paris,bChez Jean-Baptiste Langlois,c1692. a4 p.l., 219, [1] p.c15 cm. (12mo) 0aMarriage.1 aC., J. D. D. [from old catalog]0 aJ. D. D. C. [from old catalog]1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aPhilogame et Antigame. a92bPUL01880nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002200154100004600176240003600222245031300258246003300571264011400604300002300718336002600741337002800767338002700795630003100822700005600853752002600909880004100935880034700976880003001323880011301353880004001466994001201506on1390707470OCoLC20230718213016.0220630s2021 is 000 0 heb  a 2022462798 aDLCbengerdacDLC c(2 a(OCoLC)1390707470 apcc00aBM690b.K573 20211 6880-01aḲlain, Mosheh Shaʼul,eauthor.10aṾa-yaḳhel Mosheh (Moʻadim)106880-02aSefer Ṿa-yaḳhel Mosheh :bʻal ha-moʻadim : ʻiyunim be-halakhah ṿe-nidunim maʻaśiyim ʻal seder ha-moʻadim /cshe-nishmeʻu mi-pi talmido ha-muvhaḳ shel Rabenu Baʻal ha-Sheveṭ ha-Leṿi ... Rabi Mosheh Shaʼul Ḳlain, sheliṭa ... ; ʻorekh rashi ha-Rav Yitsḥaḳ Ṿerṭhaimer.176880-03aṾa-yaḳhel Mosheh 16880-04aBene Beraḳ :bBe-hotsaʼat Mekhon Ṿa-yaḳhel Mosheh :bTsuf hotsaʼah la-or,c782 [2021 or 2022] a2 volumes ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier00aFasts and feastsxJudaism.1 6880-05aṾerṭhaimer, Yitsḥaḳ,echief editor. aIsraeldBene Beraḳ.1 6100-01aקליין, משה שאול.106245-02aספר ויקהל משה :bעל המועדים : עיונים בהלכה ונידונים מעשיים על סדר המועדים /cשנשמעו מפי תלמידו המובהק של רבנו מרן בעל השבט הלוי ... רבי משה שאול קליין, שליט"א ... ; עורך ראשי הרב יצחק ורטהיימר.176246-03aויקהל משה 16264-04aבני ברק :bבהוצאת מכון ויקהל משה :bצוף הוצאה לאור,cתשפ״ב.1 6700-05aורטהיימר, יצחק. a92bPUL01648nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224041001300246042000800259050001500267082001200282100004100294240003200335245006500367263000900432264007100441300002200512336002600534337002600560338003600586520017100622521004900793588010300842650003400945650002300979650001901002655002601021776015501047994001201202on1390707471OCoLC20230718213016.0m o d cr |||||||||||230714s2024 miu bo 000 1 eng  a 2023023607 aDLCbengerdacDLC a9781467467674q(ebook) a1467467677 z9780802856210q(hardcover) a(OCoLC)13907074711 aenghfre apcc00aPZ7.1.K17600a[E]2231 aKadi, Marion,eauthor,eillustrator.10aReflets d'Hariett.lEnglish10aHarriet's reflection /cwritten and illustrated Marion Kadi. a2402 1aGrand Rapids, Michigan :bEerdmans Books for Young Readers,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aWhen an old lion dies, his reflection finds someone new to follow--a little girl named Harriet, who finds she is much more ferocious with this new face in the mirror. aAges 4-8.bEerdmans Books for Young Readers. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aReflection (Optics)vFiction. 1aAttitudevFiction. 1aLionvFiction. 7aPicture books.2lcgft08iPrint version:aKadi, Marion.tHarriet's reflectiondGrand Rapids, Michigan : Eerdmans Books for Young Readers, 2024z9780802856210w(DLC) 2023023606 a92bPUL03961nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001000253082003000263100002600293245014500319263000900464264006800473264001100541300002200552336002600574337002600600338003600626500002000662505113200682520139001814588010303204650002203307650002503329650002403354776014903378994001203527on1390707479OCoLC20230718213016.0m o d cr |||||||||||230712t20232023mau o 001 0 eng  a 2023010773 aDLCbengerdacDLC a9781647825607q(epub) a1647825601 z9781647825591q(hardcover) a(OCoLC)1390707479 apcc00aHB61500a658.4/21223/eng/202307131 aShaich, Ron,eauthor.10aKnow what matters :blessons in building transformative companies and creating a life you can respect /cRon Shaich (founder, Panera Bread). a2310 1aBoston, Massachusetts :bHarvard Business Review Press,c[2023] 4c©2023 a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.00tFuture-Back --tBe a Better Competitive Alternative --tMeans, Ends, and Byproducts --tEntrepreneurs Are Opportunists, Not Capitalists --tThink Before You IPO --tYou Take the Money, I'll Take Control --tFeeding the Growth Monster --tFalling into the Future --tDiscovering Today What Matters Tomorrow: Fast Casual --tImagining Tomorrow: Concept Essence --tBringing the Vision to Life: Changing Everything --tYou Don't Own the Business; the Business Owns You --tThe Essence of Life and Business Is Choice --tGet Growth Right --tBreak the Cycle of Failure --tInnovator In Chief --tMake Smart Bets --tSeek Out the Tough Stuff and Create a Barrier to Entry --tKnow When to Fold 'Em --tIf You Don't Have Control, Credibility Is Everything --tThe Doing of the Doing --tI Should Have Fired More People Faster --tParish Priest in a Business Suit --tBe Contrarian: Conserve in a Boom, Build in a Bust --tBusiness Is Personal --tManage the Desire/Friction Ratio --tOperationalize Transformation --tFind New Runways for Growth --tCome Clean, with Yourself and Others --tKeep Your Promises --tKnow When to Let Go a"How did Ron Shaich, the visionary founder of Panera Bread, build a little bakery in St. Louis into 2,400 restaurants with 6 billion dollars in revenue and annual returns of 25 percent, outperforming Starbucks, Chipotle, and all others? By seeing the future and clearing a path to it, leading and innovating from the future back. Now, Shaich shares his story, starting with its humble entrepreneurial beginnings: the college-campus convenience store he opened to compete with one he was ejected from when the clerk wrongly assumed he and his scruffy friends were shoplifting. He takes us through his successful turnaround of Au Bon Pain and how that led to his creation of a new category of restaurant, fast casual, and the mega-success of Panera. He also shares the lows, the defeats, and the uncertainties along the way and how he persevered through them. In each chapter Shaich brings to life a principle for success that has guided his career-and his life. Sometimes practical ("Make smart bets"), and often challenging ("You don't own the business, the business owns you"), Shaich's principles combine to form a blueprint for innovators, leaders, and entrepreneurs set on success, and on making a difference. When you know what matters, you can build transformative businesses while leading a life you respect, and leaving a positive impact on the world"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEntrepreneurship. 0aSuccess in business. 0aGoodwill (Commerce)08iPrint version:aShaich, Ron.tKnow what mattersdBoston, Massachusetts : Harvard Business Review Press, [2023]z9781647825591w(DLC) 2023010772 a92bPUL05171nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020002600162035002200188042000800210043001200218050002300230082003100253245023400284263000900518264008000527300001400607336002600621337002800647338002700675490002800702504005100730505308300781500035003864650007504214650005804289650004704347651003504394700003804429700003304467700002904500776019604529994001204725on1390707480OCoLC20230718213016.0230313s2022 enk b 001 0 eng  a 2023011483 aDLCbengerdacDLC a9781009364690q(hardback) a1009364693 z9781009364706q(epub) a(OCoLC)1390707480 apcc ae------00aKJE2188b.C36 202200a346.4/082223/eng/2023071704aThe Cambridge handbook on European monetary, economic and financial market integration/cedited by Dariusz Adamski, University of Wroclaw; Fabian Amtenbrink, Erasmus Universiteit Rotterdam; Jakob de Haan, University of Groningen. a2309 1aCambridge, United Kingdom ;aNew York :bCambridge University Press,c2022. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCambridge law handbooks aIncludes bibliographical references and index.0 aIntroduction / Dariusz Adamski, Fabian Amtenbrink, and Jakob de Haan -- Conceptual foundations of economic and monetary union : the economic dimension / Barry Eichengreen -- Theorizing economic and monetary union -- between concepts and pragmatism / Amy Verdun -- Monetary union and the single currency / Harold James -- On the misalignment of monetary, economic, and political integration in European economic and monetary union / Fabian Amtenbrink -- Ideas, interests, and power : Germany's Complex Balancing Act in the process of economic and monetary union in Europe / Kenneth Dyson -- Coping with economic crises through learning by doing : an evolving policy response / Iain Begg -- The political economy of reinsurance / Waltraud Schelkle -- Euro crises, the productivity slowdown and the EMU / Nauro F. Campos -- The overburdened monetary policy mandate of the ECB / Dariusz Adamski -- Government bond buying by the European central bank : leadership versus accountability / Michele Chang -- ECB monetary policies : the increasing importance of communication / Jakob de Haan -- From market to green economics : impact on monetary and financial policies / Dirk Schoenmaker and Hans Stegeman -- The politics of monetary union and the democratic legitimacy of the ECB as a strategic actor / Sebastian Diessner -- How can courts contribute to accountability in EU monetary policy? / Ana Bobić and Mark Dawson -- Reviving the case for policy coordination in EMU / Maria Demertzis, Marta Domínguez Jiménez, Nicola Viegi -- Ten years of the European semester : from sovereign debt crisis to COVID-19 crisis / Edgars Eihmanis -- The EU fiscal rules : principle, policy, and reform prospects / Menelaos Markakis -- National fiscal policy in EMU : insufficient sustainability and stabilisation? / Jakob de Haan and Bram Gootjes -- The politics of fiscal integration in eurozone reforms and next generation EU / Fabio Wasserfallen -- Adjustments in economic crises : the different outcomes of the sovereign debt and pandemic crises in Europe / Sergio Fabbrini, Andrea Capati -- Designing a permanent EU-wide stabilisation facility / Roel Beetsma and George Kopits -- Enhancing private and public risk-sharing : lessons from the literature and reflections on the Covid-19 crisis / Jacopo Cimadomo, Esther Gordo Mora, and Alessandra Anna Palazzo -- Banking regulation in Europe : from reaction to thinking ahead / Katarzyna Parchimowicz -- The politics behind the creation of the banking union / Elena Ríos Camacho -- Failing banks within the banking union at the crossroads : a great step forward -- with many loose ends / Jens-Hinrich Binder -- The banking union : supervision and crisis management / Willem Pieter de Groen -- The reemergence of market-based finance? The politics of capital markets union / Giuseppe Montalbano and Markus Haverland -- The European strategy on digital finance and its interplay with capital markets integration in the EU / Diego Valiante, Marco Lamandini, and David Ramos Muñoz -- Regulating crypto and cyberware in the EU / Karel Lannoo. a"Written by experts in the field, this volume offers an in-depth and forward-looking legal, economic, and political science analysis of the rationale, main features, as well as the shortcomings of European economic, monetary, and financial integration. It is primarily intended for an academic audience and policymakers"-- Provided by publisher. 0aFinancial institutionsxLaw and legislationzEuropean Union countries. 0aMoneyxLaw and legislationzEuropean Union countries. 0aMonetary policyzEuropean Union countries. 0aEuropexEconomic integration .1 aAdamski, Dariusz,d1975-eeditor.1 aAmtenbrink, Fabian,eeditor.1 aHaan, Jakob de,eeditor.08iOnline version:tCambridge handbook on European monetary, economic and financialdCambridge, United Kingdom ; New York, NY : Cambridge University Press, 2022z9781009364706w(DLC) 2023011484 a92bPUL02962nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263050001000271082002900281100002700310245011300337250002000450263000900470264005600479300002200535336002600557337002600583338003600609504005100645520151100696588010302207650003002310650003102340776016902371994001202540on1390707493OCoLC20230718213016.0m o d cr |||||||||||230714s2024 enk ob 001 0 eng  a 2023032601 aDLCbengerdacDLC a9781003334989q(ebk) a1003334989 z9781032370354q(hbk) z9781032370347q(pbk) a(OCoLC)1390707493 apcc00aTR89100a777/.52223/eng/202307151 aBrown, Blain,eauthor.10aMotion picture and video lighting :bfor cinematographers, gaffers, and lighting technicians /cBlain Brown. aFourth edition. a2312 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This fully revised and updated fourth edition of Motion Picture and Video Lighting explores the technical, aesthetic, and practical aspects of lighting for film and video. It covers not only how to light, but also why. Written by experienced author and filmmaker Blain Brown, this book emphasizes how the image, the mood, and the visual impact of a film are, to a great extent, determined by the skill and sensitivity of the director of photography in using lighting. It provides an indispensable, highly illustrated and comprehensive guide to making every scene look its best. Key topics include: Lighting sources, the lighting process, lighting basics, LED, tungsten, Kino-Flo, HMI, and plasma lights, methods of controlling light, planning your lighting, the basic methods: a lighting playbook, visual storytelling with light, understanding and controlling color, terminology, electricity and distribution, gripology, set operations, the team: DP, gaffer, grips, lighting technicians, technical issues, lighting for greenscreen/bluescreen, typical equipment orders for large and small jobs, lighting for high speed and macro photography, lighting plans for small, medium, and large films. This new edition has also been expanded to provide further guidance at the introductory level for students and those just starting in their careers. A robust accompanying companion website also includes up-to-date video tutorials and other resources for students and professionals alike"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCinematographyxLighting. 0aVideo recordingxLighting.08iPrint version:aBrown, Blain.tMotion picture and video lightingbFourth edition.dAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032370354w(DLC) 2023032600 a92bPUL01246nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037001400139042001500153043001200168245016500180250002000345264006600365300005700431336002600488337002800514338002700542504005700569546004200626651005600668651003800724651003400762651006300796700004900859994001200908on1390707522OCoLC20230718213016.0230409s2021 iq ab b 000 0 kur  a 2023358728 aDLCbengerdacDLC a(OCoLC)1390707522 c10.74 USD apccalcode aa-iq---00aŞer̄ê Siḧêla :b26 Oktobera 2017ê biserkirdayetiya Mensûr Barzanî : xwandineka dirûkî, leşkerî /camadekirin, M. Jibîr Yûsif Remezan. aÇapa êkê. 1aDihok [Kurdistan, Iraq] :bM. Jibîr Yûsif Remezan,c2021. a237 pages :bcolor illustrations, color map ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 203-209). aIn Kurmanji Kurdishb(Arabic script). 0aKurdistān (Iraq)xHistory, Militayy21st century. 0aKurdistān (Iraq)xArmed Forces. 0aKurdistān (Iraq)xDefenses. 0aKurdistān (Iraq)xPolitics and governmenty21st century.1 aRemezan, M. Jibîr Yûsif,d1996-eeditor. a92bPUL01794nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001000270082002700280100003600307245003500343263000900378264004400387300002300431336002600454337002600480338003600506490002300542520047600565521002601041588010301067650003401170650005101204776012901255994001201384on1390707531OCoLC20230718213016.0m o d cr |||||||||||230630s2024 mnu jo 000 0 eng  a 2023030545 aDLCbengerdacDLC a9798889968214q(ebook) z9798889968191q(hardcover) z9798889968207q(paperback) a(OCoLC)1390707531 apcc00aSH44500a799.1223/eng/202307171 aMather, Charis,d1999-eauthor.10aCatch a fish /cCharis Mather. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLevel 4 - blue set a"Have you ever gone fishing? You need the correct tools and a bit of luck. The phonemes /er/ar/ are featured in this title. Catch a Fish is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 5-8bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aFishingvJuvenile literature. 0aReadingxPhonetic methodvJuvenile literature.08iPrint version:aMather, Charis, 1999-tCatch a fishdMinneapolis, MN : Jump!, Inc., [2024]z9798889968191w(DLC) 2023030544 a92bPUL01888nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001800148020001500166020003100181020002700212035002200239042000800261050002300269082002900292100003000321245005000351263000900401264005200410300001400462336002600476337002800502338002700530490001600557500008900573520045000662521003201112650005501144650005101199650002201250655003501272776014701307994001201454on1390707532OCoLC20230718213016.0230712s2024 mnu j 000 0 eng  a 2023031562 aDLCbengerdacDLC a9798889967835q(hardcover) a9789798889967 a9798889967 a9798889967842q(paperback) z9798889967859q(ebook) a(OCoLC)1390707532 apcc00aPE1159b.T954 202400a428.1/3223/eng/202307171 aTyler, Madeline,eauthor.10aBen can run, Bell can run! /cMadeline Tyler. a2401 1aMinneapolis, MN :bDecodables by Jump!,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRed level 2 a"This edition is published by arrangement with Booklife Publishing"--Copyright page. a"It is Sports Day. What can they all do? The phoneme /b/ is featured in this title. Ben Can Run, Bell Can Run! is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 3-6 yearsbJump!, Inc. 0aEnglish languagexConsonantsvJuvenile literature. 0aReadingxPhonetic methodvJuvenile literature. 0aReaders (Primary) 7aReaders (Publications).2lcgft08iOnline version:aTyler, Madeline.tBen can run, Bell can run!dMinneapolis, MN : Decodables by Jump!, [2024]z9798889967859w(DLC) 2023031563 a92bPUL04935nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020002800148035002200176042000800198043001200206050002300218100002800241245007600269264003400345300002400379336002600403337002800429338002700457490005300484504005700537505262900594520111403223600002904337600003104366600002504397650003404422650003904456651004204495994001204537on1390707542OCoLC20230718213016.0230304s2023 fr b 000 0 fre  a 2023414377 aDLCbengerdacDLC a9782140333651q(paperback) a2140333659q(paperback) a(OCoLC)1390707542 apcc aaw-----00aBP63.A35bS25 20231 aSalman, Wasim,eauthor.13aLe califat et la laïcité :bperspectives syriennes /cWasim Salman. 1aParis :bL'Harmattan,c[2023] a214 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPensée religieuse et philosophique arabe ;v47 aIncludes bibliographical references (pages 199-211).00tSystème de transcription des lettres arabes --g1.tMuhammad Shahrour --tDe l'anthropologie à la politique --tBiographie --tL'exégèse des récits coraniques chez Shahrour --tLes récits de la création : exégèse classique et implications politiques --tLa création comme preuve de l'unicité de Dieu --tLes mythes de la création dans la tradition islamique --tLe califat d'Adam et le califat historique --tDémythologisation du récit d'Adam à la lumière des sciences modernes --tLes récits de la création et la théorie de l'évolution --tL'élection d'Adam --tLe problème du mal dans le Coran --tLa question de loyauté politique et religieuse (Al-walāʼ wa-l-barāʼ) --tLa citoyenneté et la loyauté religieuse (al-walāʼ al-dīnī) --tLa citoyenneté et le patriotisme (al-walāʼ al-waṭanī) --tLe jihad collectif comme défense de la patrie --g2.tGeorges Tarabichi : Les Lumières arabes --tBiographie --tLa laïcité en islam et la crise du monde arabe contemporain --tPolitique et germes de laïcité en islam --tLa laïcité comme problème islamo-islamique --tLa laïcité et son application dans le monde arabe --tDe la philosophie arabe médiévale au réveil philosophique d'al-Nahda --tDestins de la philosophie entre christianisme et islam --tLa philosophie islamique : de la grandeur au déclin --tLa rationalité dans la philosophie orientale et l'unité de la raison arabe --tLe retour de la philosophie au XIXe siècle et le souci de la modernisation --g3.tAziz al-Azmeh : Penseur de l'identité arabe --tLaïcité, pouvoir et pensée politique islamique --tL'Europe : de la théocratie aux Lumières --tLe rapport entre le pouvoir et la hiérarchie religieuse en islam --tCritique des études contemporaines sur la pensée politique islamique --tNationalisme arabe et réforme religieuse --tLe nationalisme arabe : de l'épanouissement à la décadence. --tConstantin Zureik pionnier du nationalisme laïc --tRéformisme, interprétation et modernité en islam --tLe nouveau Moyen-Orient : islamisme et démocratie --tDe la démocratie au démocratisme islamiste --tDe la bataille contre le communisme au nouveau Moyen-Orient --tIslamisme, postmodernisme et postcommunisme --g4.tÉtat religieux, État laïc et radicalisation islamiste --tL'échec de l'État islamique --tThéocratie et classe sacerdotale en islam : le modèle d'al-Azhar --tLe débat sur la raison arabe et sur la laïcité --tLa réislamisation des sociétés arabes selon Gilles Kepel. a"Le califat ou la laïcité, deux possibilités opposées qui se présentent à la société arabe contemporaine. Si le premier se réfère à la monarchie islamique, à la théocratie et au pouvoir absolu, l'autre nous met face à un monde moderne allergique à l'amalgame entre pouvoir et religion. Après les révoltes arabes (2011), le terme califat revient avec force, en coïncidence avec les élections qui ont amené les islamistes au pouvoir, visant à fonder un État islamique guidé par le nouveau sultan ottoman, ainsi qu'avec l'émergence de la nébuleuse de Daesh. L'islamisme est-il le destin des Arabes ? C'est à cette question que nous répondent les trois auteurs que présente cet ouvrage : M. Shahrour, G. Tarabichi et A. al-Azmeh. Y a-t-il encore une place pour les modérés parmi les musulmans et les chrétiens au Proche-Orient ? L'approche historique et l'analyse minutieuse de la pensée arabo-islamique menée ici révèlent des scénarios possibles de l'avenir du Proche-Orient tiraillé entre le califat et la laïcité."--Page 4 of cover.10aShaḥrūr, Muḥammad.10aṬarābīshī, Jūrj.10aʻAẓmah, ʻAzīz. 0aIslam and statezMiddle East. 0aIslam and secularismzMiddle East. 0aMiddle EastxPolitics and government. a92bPUL03118nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043002100281050001400302082003200316100005900348245010400407263000900511264006200520300002200582336002600604337002600630338003600656504005100692505016900743520124600912588010302158650003402261650002702295650004402322650003702366650003002403650002302433700002702456776014102483994001202624on1390707651OCoLC20230718213016.0m o d cr |||||||||||221205s2023 cau ob 001 0 eng  a 2022058402 aDLCbengerdacDLC a9781503636934q(ebook) a1503636933 z9781503609044q(cloth) z9781503636927q(paperback) a(OCoLC)1390707651 apcc an-us---an-cn---00aHV41.9.U500a658.15/224223/eng/202307131 aSchneiderhan, Erikc(Professor of sociology),eauthor.10aDonate now :bthe promise and failure of digital crowdfunding /cErik Schneiderhan and Martin Lukk. a2310 1aStanford, California :bStanford University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aA brief history of the rise of digital philanthropy -- A well of sadness -- A very daunting task -- Queen for a day? -- What to know better, do better, help better. a"The gaping holes in the U.S. and Canadian safety nets at a federal level mean that most people live in a state of financial precarity that can instantly become untenable in the face of another big expense, such as a large medical bill or damaged property. Historically and today, people have turned to their communities, neighbors, families, and loved ones, for help in these situations. Today, digital crowdfunding is the most popular medium for seeking and donating charity, and for-profit enterprises realized that tapping into this instinct for seeking help would be extremely good business. This book reveals how these sites, like GoFundMe, are enjoying massive revenue, without providing the help they promise. They fail their users while using sneaky tactics to obscure that reality. With unprecedented access to hundreds of thousands of cases across North America, Erik Schneiderhan and Martin Lukk take on pressing questions with critical insight: When do we turn to others for help? Who succeeds and who fails in the digital crowd? Who do these sites target? Ultimately, the failure of GoFundMe is emblematic of the inability of the for-profit sector and Big Tech to engineer an end to social inequality"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCrowd fundingzUnited States. 0aCrowd fundingzCanada. 0aElectronic fund raisingzUnited States. 0aElectronic fund raisingzCanada. 0aCharitieszUnited States. 0aCharitieszCanada.1 aLukk, Martin,eauthor.08iPrint version:aSchneiderhan, EriktDonate nowdStanford, California : Stanford University Press, 2023z9781503609044w(DLC) 2022058401 a92bPUL01867nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002500220082003700245100003000282245009500312263000900407264005100416300001300467336002600480337002800506338002700534505022400561520044000785630003801225650005901263650006101322650004901383650004901432994001201481on1390707652OCoLC20230718213016.0230713s2023 gw 000 0 eng  a 2023024403 aDLCbengerdacDLC a9781493224555q(paperback) a1493224557 z9781493224562q(ebook) a(OCoLC)1390707652 apcc00aHD30.213b.B344 202300a658.4/038011076223/eng/202307171 aBagga, Jaspreet,eauthor.10aSAP Integration Suite certification guide :bdevelopment associate exam /cJaspreet Bagga. a2308 1aBonn ;aBoston :bRheinwerk Publishing,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aObjectives of this portion of the test -- SAP open connector -- Integration advisor -- Trading partner management -- Excercise: Practice exam -- API provisioning -- consuming and processing APIs using cloud integration. a"Preparing for your C-CPI-14 exam? Make the grade with this SAP Integration Suite certification study guide! From API Management to the Integration Advisor, this guide will review the key technical and functional knowledge you need to pass the test. Explore test methodology, key concepts for each topic area, and practice questions and answers. Your path to SAP Integration Suite certification begins here!" --cProvided by publisher.00aSAP Business Technology Platform. 0aBusinessxData processingxExaminationsvStudy guides. 0aBusinessxComputer programsxExaminationsvStudy guides. 0aCloud computingxExaminationsvStudy guides. 0aComputer software developersxCertification. a92bPUL02878nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003000192035002200222042000800244050001200252082003000264100003500294245010800329263000900437264004900446300002200495336002600517337002600543338003600569500002000605505031700625520098000942588010301922650001802025650003202043650005002075650003202125650002602157650002402183650004002207776016102247994001202408on1390707695OCoLC20230718213016.0m o d cr |||||||||||230501s2023 nyu o 001 0 eng  a 2023014256 aDLCbengerdacDLC a9780197693315q(epub) a0197693318 z9780197693308q(hardback) a(OCoLC)1390707695 apcc00aK579.I600a342.08/5223/eng/202307141 aCronin, Bruce,d1957-eauthor.10aPurging the odious scourge of atrocities :bthe limits of consent in international law /cBruce Cronin. a2309 1aNew York :bOxford University Press,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.0 aThe limits of consent in international law -- A theory of consensus-based international law -- The universal ban on extreme internal state violence -- The violent persecution of minorities -- Torture -- Civilian immunity in domestic armed conflicts -- International consensus and the future of international law. a"The introductory chapter outlines the issues raised in the subsequent five chapters. It argues that current theories regarding the sources of international law lack a foundation for explaining how states can be required to assume legal obligations that transcend state consent. In making this case, the chapter critiques attempts to expand the concept of customary international law to include certain types of legal norms that form over a short period of time without necessarily reflecting widespread, consistent state practice. Rather, it provides an overview of current theories on the sources of international law and examines how international law is directly connected to the four variables that characterize the structure of the international system: the nature of the constitutive units; the organizing principles of the system; the density of interaction among the units; and the scope and depth of institutionalization within the system"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aConsent (Law) 0aTorture (International law) 0aResponsibility to protect (International law) 0aMinoritiesxCrimes against. 0aPolitical atrocities. 0aPolitical violence. 0aInternational law and human rights.08iPrint version:aCronin, Bruce, 1957-tPurging the odious scourge of atrocitiesdNew York : Oxford University Press, [2023]z9780197693308w(DLC) 2023014255 a92bPUL01842nam a22004698i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002500209020003600234020002600270035002200296042000800318043001200326050002500338082003100363100004500394245011200439263000900551264006100560300001400621336002600635336002800661337002800689338002700717490004000744520025500784521003601039521003801075650002001113650002301133655002301156655002701179776015401206994001201360on1390707723OCoLC20230718213016.0230717s2024 mnu b 6 000 1 eng  a 2023019839 aDLCbengerdacDLC a9781484689370q(hardcover) a1484689372 a9781484689325q(paperback) a1484689321 z9781484689332q(pdf) z9781484689356q(kindle edition) z9781484689349q(epub) a(OCoLC)1390707723 apcc ae-un---00aPZ7.7.B3346bRo 202400a741.5/973223/eng/202307171 aBamber, Adrianna,eauthor,eillustrator.14aThe rooster and the two mice :ba Ukrainian graphic folktale /cwritten and illustrated by Adrianna Bamber. a2401 1aNorth Mankato, Minnesota :bPicture Window Books,c2024. apages cm. atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aDiscover graphics: global folktales a"When Ku-ku-ri-ku finds some wheat in his yard, he shows it to his friends Twist and Turn. They decide to use it to make some buns. But turning wheat into a delicious bun is a lot of work--and not everyone does their share."--cProvided by publisher. aAges 5-7bPicture Window Books. aGrades K-1bPicture Window Books. 1aGraphic novels. 1aFolklorezUkraine. 7aFolk tales.2lcgft 7aGraphic novels.2lcgft08iOnline version:aBamber, Adrianna.tRooster and the two micedNorth Mankato, Minnesota : Picture Window Books, 2024z9781484689332w(DLC) 2023019840 a92bPUL02664nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191035002200216042000800238050001400246082003000260100002900290245014900319250001900468263000900487264003400496300002200530336002600552337002600578338003600604520106700640521003301707521002901740588010301769650003301872650001801905650003901923650003401962650001301996700002702009776015802036994001202194on1390707724OCoLC20230718213016.0m o d cr |||||||||||230626s2024 nyu jo 000 0 eng  a 2023021371 aDLCbengerdacDLC a9781003412687q(ebk) a1003412688 z9781032524092q(pbk) a(OCoLC)1390707724 apcc00aLB2343.3200a378.1/98223/eng/202307151 aDunlap, Scotty,eauthor.10aHow to become a successful college student :bthe tools, habits, and skills needed to foster college readiness /cScotty Dunlap and Brian Dudak. aFirst edition. a2310 1aNew York :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"This book is your one-stop shop for the academic tools and habits needed to make your transition from high school to college a resounding success! The shift from high school to college can be a challenge, with many students finding the skills that had previously worked so well no longer seem to be enough. How to Become a Successful College Student outlines the strategies you need to 'level up' your current processes in order to foster learning and retention of information in a new and rigorous environment, while also addressing topics that affect your experience outside of the classroom, such as financial literacy and career preparation. Learn how to pick a major, the benefits of getting out of your comfort zone, how and when to ask for help, and much more. Each chapter ends with a reflective activity designed to assist in creating an overall strategy personalized to fit YOUR specific higher education and career needs. This guide is a must-have resource for anyone who wants to maximize their higher education experience"--cProvided by publisher. aAges 14-18 yearsbRoutledge. aGrades 10-12bRoutledge. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCollege student orientation. 0aStudy skills. 0aCollege studentsxConduct of life. 0aCollege studentsxPsychology. 0aSuccess.1 aDudak, Brian,eauthor.08iPrint version:aDunlap, Scotty.tHow to become a successful college studentbFirst edition.dNew York : Routledge, 2024z9781032524092w(DLC) 2023021370 a92bPUL02045nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020003700177035002200214041001300236042000800249050001200257082002700269100004800296240003200344245007400376250002800450263000900478264004300487300002200530336002600552337002600578338003600604500023700640504004100877520022800918521003101146521003301177588010301210650003201313650003601345700003801381776015601419994001201575on1390707725OCoLC20230718213016.0m o d cr |||||||||||230706s2024 mnu job 000 0 eng  a 2023029557 aDLCbengerdacDLC a9798765627167q(epub) z9798765627136q(library binding) a(OCoLC)13907077251 aenghita apcc00aQK603.500a579.5223/eng/202307141 aStella, Gaia,d1982-eauthor,eillustrator.10aSe fossi un fungo.lEnglish10aIf I were a fungus /cGaia Stella ; translated by Nanette McGuinness. aFirst American edition. a2403 1aMinneapolis :bMillbrook Press,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"Story and art by Gaia Stella. Translated from the Italian by Nanette McGuinness. Se Fossi Un Fungo by Gaia Stella copyright © by Gaia Stella 2023. English-language translation copyright © 2024 by Nanette McGuinness"-- CIP galley. aIncludes bibliographical references. a"If you were a fungus, what would you do? Would you live in the mountains or the city? Or on some cheese?! Discover more in this colorful introduction to these surprisingly fascinating life-forms!"--cProvided by publisher. aAges 5-9bMillbrook Press. aGrades 2-3bMillbrook Press. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aFungivJuvenile literature. 0aMushroomsvJuvenile literature.1 aMcGuinness, Nanette,etranslator.08iPrint version:aStella, Gaia, 1982-tIf I were a fungusbFirst American edition.dMinneapolis : Millbrook Press, 2024z9798765627136w(DLC) 2023029556 a92bPUL00821nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050003000180100004900210245006100259250002300320264005400343300002400397336002600421337002800447338002700475490002900502994001200531on1390707726OCoLC20230718213016.0221019s2022 pe 000 1 spa  a 2023415478 aDLCbengerdacDLC a9786124142635 a6124142635 a(OCoLC)1390707726 apcc00aPQ8498.428.O379bP35 20221 aRodríguez Noriega, Gerald,d1984-eauthor.13aEl país de los errantes /cGerald Rodríguez Noriega. aPrimera edición. 1aPunchana, Iquitos, Perú :bTierra Nueva,c2022. a468 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Ukamara ;v1 a92bPUL00744nam a22002173u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051003800155100004400193245010100237260003700338300002700375700005300402710005900455994001200514on1390707727OCoLC20230718213016.0230717s1685 ne 000 0 fre  a 2023769287 aDLCbengcDLC a(OCoLC)139070772700aBJ1672b.D8 1686 aBJ1672b.D8 1686cToinet no. 12181 aDufour, Philippe Sylvestre,d1622-1687.10aInstruction morale d'un père à son fils qui part pour un long voyagecpar Silvestre du Four. aAmsterdam,bAbr. Wolgang,c1685. ap.bfront.ccm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01415nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020001800163020001500181020002700196020002500223035002200248042000800270050002000278082003200298100004100330245014700371263000900518264009100527300001300618336002600631337002800657338002700685504005100712520015800763650003800921650002200959700003600981994001201017on1390707995OCoLC20230718213016.0230516s2024 miu b 001 0 eng  a 2023023290 aDLCbengerdacDLC a9781540965998q(paperback) a1540965996 a9781540967305 a1540967301 z9781493444465q(ebook) z9781493444472q(pdf) a(OCoLC)1390707995 apcc00aBR44b.M47 202400a808.06/623223/eng/202307171 aMerkle, Benjamin L.,d1971-eauthor.10aChristian academic writing :btwelve practices and principles for becoming a successful writer /cBenjamin L. Merkle and Adrianne Cheek Miles. a2403 1aGrand Rapids, Michigan :bBaker Academic, a division of Baker Publishing Group,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This concise guide to writing in Christian academic settings offers practices and principles for becoming a successful writer"--cProvided by publisher. 0aChristian literaturexAuthorship. 0aAcademic writing.1 aMiles, Adrianne Cheek,eauthor. a92bPUL02244nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002500117020001500142020002500157020001500182020002500197020001500222035002200237042000800259050002700267082003100294245012300325250001900448263000900467264003600476300001300512336002600525337002800551338002700579504005100606505015300657520070600810650003001516650003201546650004201578700003801620776015201658994001201810on1390708030OCoLC20230718213016.0230307s2024 flu b 001 0 eng  a 2023009969 aDLCbengerdacDLC a9781032414775q(hbk) a1032414774 a9781032540818q(pbk) a1032540818 a9781003415060q(ebk) a1003415067 a(OCoLC)1390708030 apcc00aZA3086.5.C93bN49 202400a303.48/34223/eng/2023071700aNew perspectives in behavioral cybersecurity :bhuman behavior and decision-making models /cedted by Wayne Patterson. aFirst edition. a2309 1aBoca Raton :bCRC Press,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.2 aCybersecurity concerns in the work environment -- Cybersecurity threats to the individual -- Cybersecurity concerns in the home and work environment a"New Perspectives in Behavioral Cybersecurity offers direction for readers in areas related to human behavior and cybersecurity, by exploring some of the new ideas and approaches in this subject, specifically with new techniques in this field coming from scholars with very diverse backgrounds in dealing with these issues. It seeks to show an understanding of motivation, personality, and other behavioral approaches to understand cyberattacks and create cyberdefenses. This title is an ideal read for senior undergraduates, graduate students, and professionals in fields including ergonomics, human factors, human-computer interaction, computer engineering, and psychology"--cProvided by publisher. 0aBehavioral cybersecurity. 0aInternet usersxPsychology. 0aComputer networksxSecurity measures.1 aPatterson, Wayne,d1945-eeditor.08iOnline version:tNew perspectives in behavioral cybersecuritybFirst editiondBoca Raton : Taylor & Francis, 2024z9781003415060w(DLC) 2023009970 a92bPUL02475nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020002600194035002200220042000800242050002400250082003000274245012900304263000900433264009000442300001300532336002600545337002800571338002700599490002800626504005100654520089000705650001701595650004101612650006001653650002301713650006901736700003001805700004401835776016201879994001202041on1390708037OCoLC20230718213016.0230713s2023 cou b 001 0 eng  a 2023029001 aDLCbengerdacDLC a9781646425037q(paperback) a1646425030 z9781642151961q(adobe pdf) z9781642151978q(epub) a(OCoLC)1390708037 apcc00aLB1031.5b.R48 202300a371.39/4223/eng/2023071300aRethinking peer review :bcritical reflections on a pedagogical practice /cEdited by Phoebe Jackson and Christopher Weaver. a2309 1aFort Collins, Colorado :bThe WAC Clearinghouse; University Press of Colorado,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPerspectives on writing aIncludes bibliographical references and index. a"Rethinking Peer Review: Critical Reflections on a Pedagogical Practice interrogates peer review, a foundational practice of writing instruction, from both practical and theoretical perspectives, provoking discussion and re-examination of this practice in light of changing demographics, new technologies, and changing goals and priorities among teachers and institutions. Though long considered an essential element in writing and writing-intensive courses, peer review continues to provoke questions and provide challenges for instructors and students. By questioning and clarifying the goals of peer review, the contributors to this edited collection demonstrate how peer review can inform and enhance student writing and learning. In doing so, Rethinking Peer Review offers a roadmap for revitalizing this critical practice for the 21st century classroom"--cProvided by publisher. 0aPeer review. 0aWritingxStudy and teaching (Higher) 0aEnglish languagexRhetoricxStudy and teaching (Higher) 0aCritical pedagogy. 0aEnglish languagexStudy and teaching (Higher)xForeign speakers.1 aJackson, Phoebe,eeditor.1 aWeaver, Christopher C.,d1962-eeditor.08iOnline version:tRethinking peer reviewdFort Collins, Colorado : The WAC Clearinghouse; University Press of Colorado, 2023z9781642151961w(DLC) 2023029002 a92bPUL00809nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051004500155100003800200245003800238260004200276300003600318650004700354650004200401700005300443710005900496994001200555on1390708071OCoLC20230718213016.0830107s1680 fr 000 0 fre  a 32005773  aDLCbengcDLC a(OCoLC)139070807100aBJ1602b.C3 1680 aBJ1602b.C3 1680 Copy 2cToinet no. 11901 aCaillières, Jacques de,d-1697.13aLa fortune des gens de qualité, aA Paris,bChez Claude Audinet,c1680. a6 p.bl., 347 p.c16 cm. (12mo) 0aCourts and courtiersvEarly works to 1800. 0aConduct of lifevEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02097nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001300270082003000283100002900313245003000342263000900372264008300381300002300464336002600487337002600513338003600539490002400575490002400599500008500623500002000708520054500728521003301273588010301306650005101409650003401460776015701494994001201651on1390708072OCoLC20230718213016.0m o d cr |||||||||||230705s2024 mnu jo 001 0 eng  a 2023029064 aDLCbengerdacDLC a9798889969471q(ebook) z9798889969457q(hardcover) z9798889969464q(paperback) a(OCoLC)1390708072 apcc00aLB1573.300a372.46/5223/eng/202307141 aHolmes, Kirsty,eauthor.10aFossils /cKirsty Holmes. a2401 1aMinneapolis, MN :bDecodables by Jump! are published by Jump! Library,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLevel 11 - Lime set0 aDecodables by Jump! a"This edition is published by arrangement with Booklife Publishing"--T.p. verso. aIncludes index. a"Deep under our feet, our planet is full of history. Fossils can teach us a lot about Earth. Look inside to find out what fossils are, how they are formed, and where you can find real-life fossils! Fossils is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of readers that encourages reading development"--cProvided by publisher. aAges 7-10 yearsbJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aReadingxPhonetic methodvJuvenile literature. 0aReadersvJuvenile literature.08iPrint version:aHolmes, Kirsty.tFossilsdMinneapolis, MN : Decodables by Jump! are published by Jump! Library, [2024]z9798889969457w(DLC) 2023029063 a92bPUL01699nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003100124020002800155035002200183042000800205050002200213245015900235246004300394250002300437264005800460300004300518336002600561337002800587338002700615500002300642504006900665546001700734650001500751700004500766700004100811700004400852880015000896880002301046880005501069880004201124880004201166880004501208994001201253on1390708446OCoLC20230718213016.0230602s2023 ja a b 001 0 jpn  a 2022511973 aDLCbengerdacDLC c$1 a9784641174818q(paperback) a4641174814q(paperback) a(OCoLC)1390708446 apcc00aHM604b.S548 2023006880-01aShakaigaku no chikara :bsaijūyō gainen, meidaishū = Sociology : concepts and propositions /cTomoeda Toshio, Hama Hideo, Yamada Mamoru hen.31aSociology :bconcepts and propositions 6880-02aKaiteiban. 16880-03aTōkyō-to Chiyoda-ku :bYūhikaku,c2023. ax, 323 pages :billustrations ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aRevision of: 2017. aIncludes bibliographical references (pages 291-310) and indexes. aIn Japanese. 0aSociology.1 6880-04aTomoeda, Toshio,d1951-eeditor.1 6880-05aHama, Hideo,d1954-eeditor.1 6880-06aYamada, Mamoru,d1962-eeditor.006245-01a社会学の力 :b最重要概念・命題集 = Sociology : concepts and propositions /c友枝敏雄, 浜日出夫, 山田真茂留編. 6250-02a改訂版. 16264-03a東京都千代田区 :b有斐閣,c2023.1 6700-04a友枝敏雄,d1951-eeditor.1 6700-05a浜日出夫,d1954-eeditor.1 6700-06a山田真茂留,d1962-eeditor. a92bPUL03416nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002300151020001500174020002400189020002400213035002200237042000800259043001200267050001300279082003000292100003800322245007500360250002000435263000900455264005300464300002300517336002600540337002600566338003600592490003200628504005100660505020300711520151300914588010302427610003202530650002302562650003302585651005602618651002602674651005002700776016002750994001202910on1390708447OCoLC20230718213016.0m o d cr |||||||||||230712s2023 nyu ob 001 0deng  a 2023032478 aDLCbengerdacDLC a9780197622117q(e) a0197622119 z9780197622094q(pb) z9780197622087q(hb) a(OCoLC)1390708447 apcc aaw-----00aDS63.12300a320.9/56223/eng/202307131 aGelvin, James L.,d1951-eauthor.14aThe new Middle East :bwhat everyone needs to know /cJames L. Gelvin. aSecond edition. a2310 1aNew York, NY :bOxford University Press,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aWhat everyone needs to know aIncludes bibliographical references and index.2 aBefore the Deluge : The Middle East, 1945-2011 -- The Arab Uprisings and Their Fallout -- Things Fall Aparte Syria Imbroglio -- The Rise and Decline of ISIS -- Human Security in the New Middle East. a"In the second edition of The New Middle East: What Everyone Needs to Know, renowned Middle East scholar James L. Gelvin explains how in the aftermath of the collapse of the USSR, the American invasion of Iraq, and the Arab uprisings of 2010-11, a new Middle East has emerged. Syria, Libya, and Yemen have become "crisis states," where warlords vie against governments and each other. The economies of Iran, Turkey, and Lebanon, weakened by corruption, sanctions, and neoliberal economic policies, have imploded. Some states have doubled-down on repression, while others intervene in the internal affairs of their neighbors with impunity. The revised and expanded edition explores these hallmarks of the New Middle East, along with the end of American hegemony in the region, the expansion of "conflict zones," the continued centrality of the Saudi-Iranian competition, and the ramifications of the breakdown of the Israel-Palestine peace process. It also highlights the crisis of human security brought on by the COVID-19 pandemic, bad governance, stagnant economies, poor healthcare and educational delivery systems, climate change, food and water insecurity, population growth and imbalance, and the unprecedented displacement of populations. In a concise question-and-answer format, Gelvin outlines the social, political, and economic contours of the New Middle East, illuminating the current crisis in the region and exploring how it is likely to evolve in the decades to come"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aIS (Organization)xHistory. 0aArab Spring, 2010- 0aHuman securityzMiddle East. 0aMiddle EastxPolitics and governmenty21st century. 0aMiddle EastxHistory. 0aMiddle EastxForeign relationsy21st century.08iPrint version:aGelvin, James L., 1951-tNew Middle EastbSecond edition.dNew York, NY : Oxford University Press, [2023]z9780197622094w(DLC) 2023032477 a92bPUL00933nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192245005000215250004900265264003900314300002500353336002600378337002800404338002700432490004000459500002000499650002800519650002000547650002800567994001200595on1390708448OCoLC20230718213016.0230426s2023 sp 001 0 spa  a 2023417836 aDLCbengerdacDLC a9788418899867 a8418899867 a(OCoLC)1390708448 apcc ae-sp---00aKKT1629b.E34 202300aEjercicio profesional de la abogacía, 2023. aFecha de edición: 7 de septiembre de 2022. 1aMadrid :bFrancis Lefebvre,c2023. a1327 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMemento práctico Francis Lefebvre aIncludes index. 0aPractice of lawzSpain. 0aLawyerszSpain. 0aProcedure (Law)zSpain. a92bPUL01444nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002500199100002800224245012000252246006800372264003900440300004000479336002600519337002800545338002700573500015100600504005700751600004800808650005200856651005100908651005100959651002801010650002001038994001201058on1390708550OCoLC20230718213016.0220602s2021 bl a b 000 0bpor  a 2022330434 aDLCbengerdacDLC a9786550610753 a6550610753 a(OCoLC)1390708550 alcodeapcc as-bl---00aF2551.A425bR45 20211 aReis, Sivaldo,eauthor.10aMaxwell Assumpção Alakija :ba trajetória e militância de um africano na Bahia (1871-1933) /cSivaldo Reis.30aTrajetória e militância de um africano na Bahia (1871-1933) 1aBelo Horizonte :bCaravana,c2021. a134 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally presented as the author's thesis (master's)--Programa de Pós-Graduação em História Social, Universidade Federal da Bahia, 2020. aIncludes bibliographical references (pages 127-134).10aAlakija, Maxwell Assumpção,d1871-1933. 0aBlack peoplezBrazilzBahia (State)vBiography. 0aBahia (Brazil : State)xHistoryy18th century. 0aBahia (Brazil : State)xHistoryy19th century. 0aBrazilxRace relations. 0aRacismzBrazil. a92bPUL01052nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179050002800187100005700215245007700272264005800349300002200407336002600429337002800455338002700483500001100510880005500521880008900576880006100665994001200726on1390708551OCoLC20230718213016.0220417s2021 is 000 0 heb  a 2022504717 aDLCbengerdacDLC c(2 a9789657598986 a9657598982 a(OCoLC)1390708551 apcc00aPJ5055.12.B38bM33 20211 6880-01aʻAbed al Ḥaḳ, Moriyah Ḥayah,eauthor.106880-02aMa'ayan ha-deyo :bshirim /cMoriyah Ḥayah ʻAbed A-l Ḥaḳ. 16880-03a[Israel] :bHotsaʼat Piyuṭit,c781 = 2021. a83 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPoems.1 6100-01aעבד א־ל חאק, מוריה חייה.106245-02aמעין הדיו :bשירים /cמוריה חייה עבד א־ל חאק. 16264-03a[Israel] :bהוצאת פיוטית,cתשפ"א. a92bPUL01241nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002600193082001200219100002700231245006100258263000900319264004500328300001300373336002600386336002800412337002800440338002700468521003700495521003800532520020900570650002600779655002600805700003600831994001200867on1390708552OCoLC20230718213016.0230717s2023 nyu b 000 1 eng  a 2023027197 aDLCbengerdacDLC a9781592703838q(hardcover) a1592703836 a(OCoLC)1390708552 apcc00aPZ7.1.H36365bWh 202300a[E]2231 aHandy, Bruce,eauthor.10aWhat if one day... /cBruce Handy, Ashleigh Corrin Webb. a2309 1aNew York :bEnchanted Lion Books,c2023. apages cm atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 4-12bEnchanted Lion Books. aGrades 2-3bEnchanted Lion Books. aConsiders how our world would change and how we would feel if it lacked birds, water, plants, bugs or people--and wonders what makes our world what it is and if all we need is already here in front of us. 1aMindfulnessvFiction. 7aPicture books.2lcgft1 aCorrin, Ashleigh,eillustrator. a92bPUL00784nam a22002415i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245010600214264004900320300003900369336002600408337002800434338002700462504004100489994001200530on1390708553OCoLC20230718213016.0230717s2022 enka b 000 0 eng  a 2023318321 aDLCbengerdacDLC a(OCoLC)1390708553 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aIndia's war crimes in Kashmir :bviolence, dissent and the war on terror /ceditor Tahirah Amatullah. 1aLondon :bStoke White Investigations,c2022. a40 pages :billustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a92bPUL03151nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263043001200271050001100283082003500294245026900329250001900598263000900617264003400626300002200660336002600682337002600708338003600734504005100770520122600821588010302047650006602150650004402216650006202260650006002322650004402382700002902426700003002455700002902485776014302514994001202657on1390708569OCoLC20230718213016.0m o d cr |||||||||||230606s2024 nyu ob 001 0 eng  a 2023014237 aDLCbengerdacDLC a9781003219750q(ebk) a1003219756 z9781032113999q(hbk) z9781032114019q(pbk) a(OCoLC)1390708569 apcc an-us---00aLB280600a371.2/0110973223/eng/2023071400aAdministrative leaders and school counselors :bbuilding on theories, standards, and experiences for optimal mental health collaboration /cedited by Lisa A. Wines, Ph.D., LPC-S, CSC, Judy A. Nelson, Ph.D., LPC-S, CSC, and Natalie Fikac, Ed.D., CSC, SMART, CDTLF . aFirst edition. a2309 1aNew York :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This practice-based text offers a roadmap to optimal collaboration for all school leaders - including counselors, superintendents, principals, and university faculty - to provide the best mental health outcomes for students. Administrative Leaders and School Counselors is a timely publication that creatively and cohesively authenticates the relationship between administrative leaders and school counselors. In order to systemically promote mental health consciousness and considerations for school counselors as practitioners and in training, collaboration among school leaders is essential for comprehensive school counseling programs, practices, funding, partnerships, and services designed for students. The first to feature perspectives from a diverse set of leadership positions in schools, the book provides individuals with exposure to educational leadership models and decisions that impact the roles of school counselors. The book will appeal to faculty who are teaching and training those who are or will ultimately be working as professional school counselors, counseling psychologists, or educational leaders such as principals, directors, department chairs, and superintendents"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducational leadershipzUnited StatesxPsychological aspects. 0aStudentsxMental healthzUnited States. 0aSchool psychologistsxIn-service trainingzUnited States. 0aStudent counselorsxIn-service trainingzUnited States. 0aGroup work in educationzUnited States.1 aWines, Lisa A.,eeditor.1 aNelson, Judy A.,eeditor.1 aFikac, Natalie,eeditor.08iPrint version:tAdministrative leaders and school counselorsbFirst edition.dNew York : Routledge, 2024z9781032113999w(DLC) 2023014236 a92bPUL02922nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257050002500265082003000290100002800320245011600348250001900464263000900483264003800492300001300530336002600543337002800569338002700597504005100624520163200675650003602307700003302343776014802376994001202524on1390708576OCoLC20230718213016.0230717s2024 nyu b 001 0 eng  a 2023028268 aDLCbengerdacDLC a9781032429755q(hardback) a1032429755 a9781032429748q(paperback) a1032429747 z9781003365136q(ebook) a(OCoLC)1390708576 apcc00aHF5415.35b.B37 202400a658.8007223/eng/202307171 aBarkas, Linda,eauthor.10aMarketing skills in practice :bdeveloping a successful marketing career /cLinda Barkas and Yvonne Dixon-Todd. aFirst edition. a2311 1aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"Based around research into marketing education and marketing practice, Marketing Skills in Practice: Developing a Successful Marketing Career helps students embarking on their career to develop their professional identity, as well as the key skills required by employers in the industry. Divided into four core sections, the book begins with an overview of the field of marketing. Section two shows students how to relate practice to their own transferable skills, while section three gives students the opportunity to consider how they lead, develop, and manage within marketing. Section four provides students with the opportunity to reflect on their own learning and identify what knowledge and skills they have enhanced for their future careers. Fundamentally, the book identifies the key skills required in the marketing industry whilst also addressing the challenge of developing a career in leading and managing in a marketing context. Theoretical aspects are applied through real-life cases, practical examples and a themed case study, coupled with tasks that allow students to test and apply their knowledge to a workplace scenario, all of which are adaptable for hybrid teaching methods. Unique in its focus on employability, this text is suitable for all marketing students embarking on a career in the field, and particularly as core reading for any modules based on Marketing in Practice and Professional Development. Online resources include PowerPoint slides for lecturers and an instructor's manual, which includes lesson plans, tasks, suggested answers, and a test bank with answers"--cProvided by publisher. 0aMarketingvVocational guidance.1 aDixon-Todd, Yvonne,eauthor.08iOnline version:aBarkas, Linda.tMarketing skills in practicebFirst edition.dNew York, NY : Routledge, 2024z9781003365136w(DLC) 2023028269 a92bPUL01825nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020004100192035002200233042000800255050001100263082003000274245011200304263000900416264003900425300002300464336002600487337002600513338003600539490002500575504005100600520029300651588010300944650003101047650002801078650001501106650001401121700003901135700003001174700004401204776011901248994001201367on1390708632OCoLC20230718213016.0m o d cr |||||||||||230622s2023 mdu ob 001 0 eng  a 2023026882 aDLCbengerdacDLC a9781666917062q(epub) a1666917060 z9781666917055q(cloth ;qalk. paper) a(OCoLC)1390708632 apcc00aLC156700a378.0082223/eng/2023071500aFeminist mentoring in academia /cedited by Jessica A. Pauly, Stevie M. Munz, Leandra Hinojosa Hernández. a2309 1aLanham :bLexington Books,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aCommunicating gender aIncludes bibliographical references and index. a"Feminist Mentoring in Academia offers a collection of auto-ethnographic and research-based accounts of support, struggle, and resilience from the ivory tower. Scholars of communication, feminist studies, and sociology will find this book of particular interest"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomen in higher education. 0aMentoring in education. 0aMentoring. 0aFeminism.1 aPauly, Jessica A.,d1985-eeditor.1 aMunz, Stevie M.,eeditor.1 aHernández, Leandra Hinojosa,eeditor.08iPrint version:tFeminist mentoring in academiadLanham : Lexington Books, [2023]z9781666917055w(DLC) 2023026881 a92bPUL01627nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008500324263000900409264004300418300002300461336002600484337002600510338003600536490002000572500002000592520013100612521002800743588010300771650002000874650002000894650001900914655002700933655002600960700003500986776013601021994001201157on1390708633OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mnu bo 001 1 eng  a 2023029077 aDLCbengerdacDLC a9798889969716q(ebook) z9798889969693q(hardcover) z9798889969709q(paperback) a(OCoLC)1390708633 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aNando the newt feels nervous /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings aIncludes index. aWhen Nando the newt loses his tail during dance practice, he worries it will not grow back in time for the forest talent show. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aWorryvFiction. 1aNewtsvFiction. 1aTailvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tNando the newt feels nervousdMinneapolis, MN : Jump!, Inc., 2024z9798889969693w(DLC) 2023029076 a92bPUL01389nam a22003498i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002500220082001500245100002900260245003900289263000900328264005000337300001300387336002600400337002800426338002700454520034700481650001500828650003400843650001600877776013400893994001201027on1390708679OCoLC20230718213016.0230713s2023 mau 000 0 eng  a 2023019621 aDLCbengerdacDLC a9781635866643q(paperback) a1635866642 z9781635866650q(ebook) a(OCoLC)1390708679 apcc00aBF575.G68bN447 202300a179/.92231 aNelson, Kristi,eauthor.10aWake up grateful /cKristi Nelson. a2310 1aNorth Adams, MA :bStorey Publishing,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"In Wake Up Grateful, Kristi Nelson, executive director of A Network for Grateful Living, unlocks the path to recognizing abundance in every moment, no matter the moment. With questions for reflection, daily exercises, and perspective prompts, Nelson introduces readers to the benefits of a daily gratitude practice"--cProvided by publisher. 0aGratitude. 0aGratitudexReligious aspects. 0aWell-being.08iOnline version:aNelson, Kristi.tWake up gratefuldNorth Adams, MA : Storey Publishing, [2023]z9781635866650w(DLC) 2023019622 a92bPUL00840nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245003800259264004000297300001400337336002600351337002800377338002700405490001900432500003800451500002100489546001600510994001200526on1390708680OCoLC20230718213016.0230717s2023 ii 000 0 beno  a 2023341572 aDLCbengerdacDLC a9789392722301 a9392722303 aI-B-2023-341572; 09 a(OCoLC)1390708680 bLibrary of Congress -- New Delhi Overseas Office alcode00aAgniniraya /cKausika Majumadara. 1aKalakātā :bBuka Pharma,c2023. a247 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMyasana sirija a"Myasana sirijera antima khanda." aDetective novel. aIn Bengali. a92bPUL01574nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002700159035002200186042000800208043001200216050002600228082003100254100003600285245010800321263000900429264004300438300001300481336002600494337002800520338002700548504005100575520014400626630003100770650003500801650004600836650005000882650005200932700003900984776012901023994001201152on1390708722OCoLC20230718213016.0230714s2024 ctu b 001 0 eng  a 2023029678 aDLCbengerdacDLC a9781493079179q(cloth) a1493079174 z9781493079186q(ebook) a(OCoLC)1390708722 apcc an-us---00aPN1997.D327bC73 202400a791.43/72223/eng/202307171 aCraig, David Randolph,eauthor.10aApocalypse television :bhow The day after helped save the world /cDavid Craig ; foreword by Bob Iger. a2311 1aEssex, Connecticut :bApplause,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"Apocalypse Television features a dramatic insider's account of the making of and backlash against The Day After"--cProvided by publisher.00aDay after (Motion picture) 0aApocalypse in motion pictures. 0aMotion picturesxInfluencevCase studies. 0aScience fiction filmsxHistory and criticism. 0aNuclear warfarexSocial aspectszUnited States.1 aIger, Robert,ewriter of foreword.08iOnline version:aCraig, David.tApocalypse televisiondEssex, Connecticut : Applause, 2024z9781493079186w(DLC) 2023029679 a92bPUL00833nam a22002777i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150037001400172042001000186100003300196245010700229264004600336300002400382336002600406337002800432338002700460490003200487500002400519994001200543on1390708723OCoLC20230718213016.0230717s2019 tu 000 1 tur  a 2023360165 aDLCbengerdacDLC a9786052350102 a6052350105 a(OCoLC)1390708723 c10.00 USD alcode1 aKalaycı, Bülent,eauthor.10aHadi gel Anadolu'ya geçelim :bMustafa Kemal ve prenses Mevhibe Celalettin /cDr. Bülent Kalaycı. 1aİstanbul :bTogan Yayıncılık,c2019. a152 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTogan Yayıncıları ;v231 aBiographical novel. a92bPUL02048nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228050002300236082003000259100004800289245005200337263000900389264006700398300001400465336002600479337002800505338002700533490003200560500002000592505017600612520041500788521004301203521004501246650005201291650003901343650007701382776016701459994001201626on1390708760OCoLC20230718213016.0230707s2024 mnu j 001 0ceng  a 2023030997 aDLCbengerdacDLC a9798889163565q(hardcover) a9798889163619q(paperback) z9798889163657q(ebook) a(OCoLC)1390708760 apcc00aTP369.5b.P45 202400a664.0092223/eng/202307171 aPhillips-Bartlett, Rebecca,d1999-eauthor.10aFood inventors /cby Rebecca Phillips-Bartlett. a2401 1aMinneapolis, Minnesota :bBearport Publishing Company,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBrilliant people, big ideas aIncludes index.0 aBig ideas -- Nicolas Appert -- James Mease -- Nancy Johnson -- William Morrison -- George Washington Carver -- Otto Frederick Rohwedder -- Rose Totino -- The Hall of Fame. a"What is your favorite food? Do you know the first person to make this tasty treat or yummy meal? From tasty frozen pizzas to colorful cotton candy, who do we have to thank for our favorite food inventions? Follow along with engaging illustrations, captivating photos, and fun text to learn all about the chefs, scientists, and food inventors who were brilliant people with big ideas"--cProvided by publisher. aAges 6-8bBearport Publishing Company. aGrades 2-3bBearport Publishing Company. 0aFood engineersvBiographyvJuvenile literature. 0aFood sciencevJuvenile literature. 0aFood industry and tradexTechnological innovationsvJuvenile literature.08iOnline version:aPhillips-Bartlett, Rebecca, 1999-tFood inventorsdMinneapolis, Minnesota : Bearport Publishing Company, [2024]z9798889163657w(DLC) 2023030998 a92bPUL01015nam a22002897i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003700172245011100209250001800320264007500338300002200413336002600435337002800461338002700489546002000516504005500536653007700591700004500668994001200713on1390708761OCoLC20230718213016.0230713s2017 rb b 000 0 srp  a 2023450790 aDLCbengerdacDLC a9788662750754 a8662750753 a(OCoLC)13907087611 aMosić, Dijana,d1981-eauthor.10aKonačno dimenzionalni vektorski prostori :bzadaci i problemi /cDijana Mosić, Dragan S. Đorđević. aPrvo izdanje. 1aNiš :bUniverzitet u Nišu, Prirodno-matematički fakultet,c2017. a94 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSerbianbLatin. aIncludes bibliographical references (pages 93-94). aVector spacesaMatrix analytic methodsaLinear algebra practice problems1 aĐorđević, Dragan S.,d1970-eauthor. a92bPUL00979nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192100003800215245008700253264005500340300004200395336002600437337002800463338002700491490001400518504005100532650004200583650002800625994001200653on1390708804OCoLC20230718213016.0220712s2022 po b 000 0 por  a 2022406137 aDLCbengerdacDLC a9789725408421 a972540842X a(OCoLC)1390708804 apcc ae-po---00aKKQ3090b.G36 20221 aGama, João Taborda da,eauthor.10aRegular e proteger :bpor uma nova política de drogas /cJoão Taborda da Gama. 1aLisboa :bUniversidade Católica Editora,c[2022] a54 pages, 1 unnumbered page ;c17 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aArgumento aIncludes bibliographical references (page 55). 0aDrugsxLaw and legislationzPortugal. 0aDrug controlzPortugal. a92bPUL02809nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001500285082002700300245010100327263000900428264005700437300002200494336002600516337002600542338003600568504005100604505054500655520075801200588010301958650005602061650006002117700003602177776017402213994001202387on1390708805OCoLC20230718213016.0m o d cr |||||||||||230705s2023 pau ob 001 0 eng  a 2023022598 aDLCbengerdacDLC a9781668488478q(ebook) a1668488477 z9781668488461q(hardcover) z9781668488508q(paperback) a(OCoLC)1390708805 apcc00aQA76.9.A2500a005.8223/eng/2023071700aCyber security policies and strategies of the world's leading states /cedited by Nika Chitadze. a2309 1aHershey, PA :bInformation Science Reference,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aVirtual threats and asymmetric military challenges / C.V. Suresh Babu, Akshara PM -- China's cyber security policy and the democratic world / Irakli Kervalishvili -- The fifth space of military action and confrontation / Nika Chitadze -- Framework for detection of cyberbullying in text data using natural language processing and machine learning / C.V. Suresh Babu, Kowsika S, Sai Tejaswi M, Janarakshani T R, Mercysha Princy S -- The role and place of cyber warfare and cyber security in the world : past, present, future / Nika Chitadze. a"This book is essential for government officials, academics, researchers, NGO representatives, mass-media representatives, business sector representatives, and students interested in cyber warfare, cyber security, information security, defense and security, and world political issues. With its comprehensive coverage of cyber security policies and strategies of the world's leading states, it is a valuable resource for those seeking to understand the evolving landscape of cyber security and its impact on global politics. It aims to identify, prevent, reduce, and eliminate existing threats and provide readers with a comprehensive understanding of cyber security policies and strategies used by leading countries worldwide"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aComputer securityxGovernment policyvCase studies. 0aCyberspace operations (Military science)vCase studies.1 aChitadze, Nika,d1969-eeditor.08iPrint version:tCyber security policies and strategies of the world's leading statesdHershey, PA : Information Science Reference, 2023z9781668488461w(DLC) 2023022597 a92bPUL03570nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284070002300295082003100318100002700349245011600376263000900492264003800501300002300539336002600562337002600588338003600614490003500650504005100685520185100736588010302587650001402690650003502704650003602739650002502775650003202800700002902832776017902861830003603040994001203076on1390708821OCoLC20230718213016.0m o d cr |||||||||||230420s2024 nyu ob 001 0 eng  a 2023018957 aDLCbengerdacDLC a9781003404408q(ebook) a1003404405 z9781032508443q(hardback) z9781032519128q(paperback) a(OCoLC)1390708821 apcc00aHD15210 aHD1521b.T552 202400a305.5/633223/eng/202307171 aTilzey, Mark,eauthor.10aPeasants, capitalism, and imperialism in an age of politico-ecological crisis /cMark Tilzey and Fraser Sugden. a2309 1aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aEarthscan food and agriculture aIncludes bibliographical references and index. a"In this companion volume to Peasants, Capitalism, and the Work of Eric R Wolf: Reviving Critical Agrarian Studies, the authors further develop their thinking on agrarian transitions to capitalism, the development of imperialism, and the place of the peasantry in these dynamics, with special reference to the global South in an era of politico-ecological crisis. This book seeks to elaborate further the authors' approach to the agrarian question, utilising a new theoretical approach to understand the dynamics of the peasantry, and peasant resistance, in relation to capitalism, state, class, and imperialism in the global South. Focusing on the political role of the peasantry in contested transitions to capitalism and to modes of production beyond capitalism, the book contends that an understanding of these dynamics requires an analysis of class struggle and of the resources, material and discursive, that different classes can bring to bear on this struggle. The book focuses on the rise of capitalism in the global South within the context of imperial subordination to the global North, and the place of the peasantry in shaping and resisting these dynamics. The book presents case studies of contested transitions to agrarian capitalism in Bolivia, Ecuador, Guatemala, Mexico, Peru, and South Asia. It also examines the case of transition to a post-capitalist mode of production in Cuba. The book concludes with an assessment of the nature of capitalism and imperialism within the contemporary politico-ecological crisis, and the potential role of the peasantry as agent of emancipatory change towards social and environmental sustainability. This book will be of great interest to students and researchers in the areas of peasant studies, rural politics, agrarian studies, development and political ecology"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aPeasants. 0aAgriculturexEconomic aspects. 0aAgriculture and statexHistory. 0aCapitalismxHistory. 0aCapitalismxSocial aspects.1 aSugden, Fraser,eauthor.08iPrint version:aTilzey, Mark.tPeasants, capitalism, and imperialism in an age of politico-ecological crisisdNew York, NY : Routledge, 2024z9781032508443w(DLC) 2023018956 0aEarthscan food and agriculture. a92bPUL01599nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124035002200142042000800164043001200172050002700184100004800211245012700259246003500386250002200421264005100443300004600494336002100540337002500561338002300586504006200609650006200671650005300733650006600786650006800852880004000920880011300960880003701073880002001110880004701130994001201177on1390708822OCoLC20230718213016.0230519s2022 ko a b 001 0 kor  a 2023424885 aDLCbengerdacDLC c$1 a9791156374374 a(OCoLC)1390708822 apcc aa-ko---00aQK99.K627bP33457 20221 6880-01aPak, Chong-ch'ŏl,d1955-eauthor.106880-02aTongŭi pogam uri yakch'o wa yakchae :b214-chong yakch'o wa 188-chong yakchae /ckŭl, sajin Pak Chong-ch'ŏl.306880-03aUri yakch'o wa yakchae 6880-04aCh'op'an. 16880-05aSŏul-si :bP'urŭn Haengbok,c2022. a800 pages :bcolor illustrations ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (page 782) and index. 0aMedicinal plantszKorea (South)vHandbooks, manuals, etc. 0aMedicinal plantszKorea (South)vIdentification. 0aMateria medica, VegetablezKorea (South)vHandbooks, manuals, 0aHerbsxTherapeutic usezKorea (South)vHandbooks, manuals, etc.1 6100-01a박 종철,d1955-eauthor.106245-02a동의 보감 우리 약초 와 약재 :b214종 약초 와 188종 약재 /c글, 사진 박 종철.306246-03a우리 약초 와 약재 6250-04a초판. 16264-05a서울시 :b푸른 행복,c2022. a92bPUL01624nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020003700177020003100214035002200245042000800267050001400275082002900289100002800318245004400346263000900390264004800399300002300447336002600470337002600496338003600522490006600558500002000624520021000644521003500854521003700889588010300926650003701029776013601066994001201202on1390708841OCoLC20230718213016.0m o d cr |||||||||||230710s2025 mnu jo 001 0 eng  a 2023031818 aDLCbengerdacDLC a9798765634561q(epub) z9798765626269q(library binding) z9798765629291q(paperback) a(OCoLC)1390708841 apcc00aQL737.C2200a599.775223/eng/202307171 aPeters, Katie,eauthor.10aArctic fox on the move /cKatie Peters. a2408 1aMinneapolis :bLerner Publications,c[2025] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLet's look at polar animals (pull ahead readers - nonfiction) aIncludes index. a"Arctic foxes are busy little creatures. Leveled text and full-color photographs help support learning about these active animals. Pairs with the fiction title, Frosty's Snow Day"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aArctic foxvJuvenile literature.08iPrint version:aPeters, Katie.tArctic fox on the movedMinneapolis : Lerner Publications, [2025]z9798765626269w(DLC) 2023031817 a92bPUL00918nam a22002773 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112043001200134050001500146051003700161051003900198100004200237245001700279260003200296300004400328650005100372650003500423651005800458700005300516710005900569994001200628on1390708857OCoLC20230718213016.0831201s1661 fr 000 0 eng  a 10016891  aDLCbengcDLC a(OCoLC)1390708857 ae-fr---00aJC381b.S5 aJC381b.S5 Copy 2cAnother copy. aJC381b.S5 Copy 3cToinet no. 12071 aSenault, Jean-François,d1601-1672.13aLe monarqve. aParis,bP. Le Petit,c1661. a18 p.l., 514, [2] p.c26 x 19 cm. (8vo) 0aKings and rulersxDutiesvEarly works to 1800. 0aMonarchyvEarly works to 1800. 0aFrancexPolitics and governmentvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00932nam a2200277 a 4500001001300000003000600013005001700019008004100036010001700077040001800094066000700112035002200119050001600141100003000157245008300187260005500270300005100325490003600376500002300412650001300435880002600448880008700474880005000561880003100611994001200642on1390708872OCoLC20230718213016.0851119s1967 ja af 000 0 jpn  a 78806720  aDLCbengcDLC c$1 a(OCoLC)139070887200aTT870b.T351 6880-01aTakehara, Seisen.106880-02aOrigami zensho :bdare demo oreru 260-shu /c[chosha Takehara Seisen]. 6880-03aTōkyō :bKin'ensha,cShōwa 42 [1967] a286 p., [2] leaves of plates :bill. ;c19 cm.0 6880-04aJitsuyō hyakka sensho aColophon inserted. 0aOrigami.1 6100-01a竹原聖千.106245-02aおりがみ全書 :bだれでも折れる260種 /c[著者竹原聖千]. 6260-03a東京 :b金園社,c昭和42 [1967]0 6490-04a実用百科選書 a92bPUL01757nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285050001100293082002700304100003300331245011700364263000900481264005500490300002200545336002600567337002600593338003600619504005100655520018300706588010300889650004600992650003401038650002001072650003201092700003201124776014301156994001201299on1390708873OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mau ob 001 0 eng  a 2023015941 aDLCbengerdacDLC a9780262377942q(pdf) a0262377942 a9780262377959q(epub) a0262377950 z9780262048866q(hardcover) a(OCoLC)1390708873 apcc00aHD605300a331.4223/eng/202111171 aArmstrong, Mary A.,eauthor.10aDisparate measures :bthe intersectional economics of women in STEM work /cMary A. Armstrong, Susan L. Averett. a2402 1aCambridge, Massachusetts :bThe MIT Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"A quantitative look at labor market outcomes for women in STEM along multiple dimension of identity, including race, disability, immigrant status, etc"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomenxEmploymentxHistoryy21st century. 0aWomen scientistsxEmployment. 0aWomen's rights. 0aDiversity in the workplace.1 aAverett, Susan L.,eauthor.08iPrint version:aArmstrong, Mary A.tDisparate measuresdCambridge, Massachusetts : The MIT Press, [2024]z9780262048866w(DLC) 2023015940 a92bPUL02148nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153020002700168035002200195042000800217050002400225070002400249082003300273100002900306245010900335250001700444263000900461264005000470300001300520336002600533337002800559338002700587504005100614505026500665520054100930530002701471650003301498650002201531650002501553776014801578994001201726on1390708874OCoLC20230718213016.0230525s2023 mau b 001 0 eng  a 2023024732 aDNAL/DLCbengerdacDLC a9781635867633q(paperback) a1635867630 z9781635867640q(ebook) a(OCoLC)1390708874 apcc00aRM666.D26bM37 20230 aRM666.D26bM37 202300a615.3/23983223/eng/202307171 aMars, Brigitte,eauthor.10aDandelion medicine :bforage, feast, and nourish yourself with this extraordinary weed /cBrigitte Mars. a2nd edition. a2310 1aNorth Adams, MA :bStorey Publishing,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.00g1. -- Thetvirtues of the dandelion --g2. --tCollecting, growing, and harvesting --g3. --tTraditional uses of dandelion medicine --g4. --tDandelion's medicinal properties --g5. --tMaking and using dandelion medicines --g6. --tCooking with dandelions. a"Dandelion Medicine, 2nd Edition is a colorful dive into the many creative uses of dandelions for food and medicine. From dandelion root "coffee" to dandelion flower cookies, there are dozens of delicious ways to use the plant in food, and all parts of the dandelion are medicinal in a variety of ways. In addition to providing ideas for ways to use the plant, the author also shares some of the history and lore surrounding the dandelion, creating a book that is both a practical guide and a fascinating read"--cProvided by publisher. aAlso available online. 0aDandelionsxTherapeutic use. 0aCooking (Flowers) 0aWild plants, Edible.08iOnline version:aMars, Brigitte.tDandelion medicineb2nd edition.dNorth Adams, MA : Storey Publishing, 2023z9781635867640w(DLC) 2023024733 a92bPUL00746nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001800134051004200152100004900194245004800243260004500291300004000336650001600376700005300392710005900445994001200504on1390708886OCoLC20230718213016.0810826s1688 fr 000 0 fre  a 32007845  aDLCbengcDLC a(OCoLC)139070888600aBJ1533.F8bP6 aBJ1533.F8bP6 Copy 2cToinet no. 11831 aPortes, XX,dactive 1688. [from old catalog]13aLe caractere d'un veritable et parfiat amy. aA Paris,bChez Jacques Le Febvre.c1688. a6 p.l., 167, [11] p.c15 cm. (12mo) 0aFriendship.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01309nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003100124020002800155035002200183042000800205043001200213050002400225100004700249245008000296246002300376250002300399264006600422300003200488336002600520337002800546338002700574504005300601546001700654650004200671880004200713880007400755880002100829880006100850994001200911on1390708887OCoLC20230718213016.0230530s2023 ja b 001 0 jpn  a 2022511913 aDLCbengerdacDLC c$1 a9784502445613q(hardcover) a4502445614q(hardcover) a(OCoLC)1390708887 apcc aa-ja---00aKNX3550b.M598 20231 6880-01aMizuno, Tadatsune,d1951-eauthor.106880-02aTaikei sozeihō =bThe theory of taxation /cMizuno Tadatsune cho.31aTheory of taxation 6880-03aDai 4-han. 16880-04aTōkyō-to Chiyoda-ku :bChūō Keizaisha,c2023. aii, 23, 1245 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and indexes. aIn Japanese. 0aTaxationxLaw and legislationzJapan.1 6100-01a水野忠恒,d1951-eauthor.106245-02a大系租稅法 =bThe theory of taxation /c水野忠恒著. 6250-03a第4版. 16264-04a東京都千代田区 :b中央経済社,c2023. a92bPUL02865nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149020002600164035002200190042000800212050002400220082002500244100004700269245009400316263000900410264005300419300001300472336002600485337002800511338002700539520145400566504005102020505023902071650001102310650001502321776015502336994001202491on1390708888OCoLC20230718213016.0230708s2024 nyu b 001 0 eng  a 2023022736 aLBSORbengerdacDLC a9780197544594q(hardback) a0197544592 z9780197544617q(epub) a(OCoLC)1390708888 apcc00aBJ1535.F3bL57 202400a205223/eng/202307171 aLippert-Rasmussen, Kasper,d1964-eauthor.14aThe beam and the mote :bon blame, standing, and normativity /cKasper Lippert-Rasmussen. a2311 1aNew York, NY :bOxford University Press,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a""Thou hypocrite, first cast out the beam out of thine own eye; and then shalt thou see clearly to cast out the mote out of thy brother's eye" (Matthew 7:3-5), says the Bible. The "porridge-pot calls the kettle black-arse," says the non-religious proverb, making its first known literary appearance in Cervantes' (2008, 736) Don Quixote. Both sayings point to the same deep fact about the nature of blame-i.e., that blame is interpersonal in that there is something problematic about one person blaming another when the blamer's faults are similar (the pot is black too) or even greater (one would rather have a mote than have a beam in one's eye). Such blaming is hypocritical and, typically, we see ourselves as entitled to dismiss any hypocritical blame that is directed at us. In fact, we often react quite strongly to being subjected to hypocritical blame. When we dismiss hypocritical blame, we might not deny that we have done something blameworthy (though, of course, we might). Accordingly, nor need we think that we would be entitled to dismiss blame from those who have a better moral record than our blamer. After all, those who dismiss their hypocritical brother's blame in the biblical saying do have a mote in their eye. Some think this renders our typical responses to hypocritical blame puzzling. If we have done something blameworthy, should not others-even people worse than us-be in a position to blame"--cProvided by publisher. aIncludes bibliographical references and index.0 aHypocritical blame -- Complications and defeaters of standing -- What, if anything, makes hypocritical blame morally wrong? -- Other ways of not having standing to blame -- Praising -- Forgiving -- Morality, normativity, and standing. 0aBlame. 0aHypocrisy.08iOnline version:aLippert-Rasmussen, Kasper, 1964-tBeam and the motedNew York, NY : Oxford University Press, [2024]z9780197544617w(DLC) 2023022737 a92bPUL01307nam a22003131 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112043001200134050001700146051003400163100008500197245022200282260004900504300005100553500003800604500005500642500003100697600004300728610003300771650002200804651004300826700005300869710005900922994001200981on1390708889OCoLC20230718213016.0831028s1693 fr 000 0 fre  aca 31001133  aDLCbengcDLC a(OCoLC)1390708889 ae-fr---00aDC130.L7bL5 aDC130.L7bL5cToinet no. 12041 aL'Hérault de Lionnière, Thomas Armand,dactive 1692-1703. [from old catalog]10aPanegyrique ou Portrait de monseigneur le dauphin,boù l'on voit les caracteres des generaux françois, & ce qui s'est passé depuis la declaration de la guerre jusqu'à present.cPar m. l'abbé de Lionniere ... aA Paris,bChez Martin Jouvenel.cM.DC.XCIII. a9 p.l., 424 (i.e. 422), [16] p.c16 cm. (12mo) aError in paging: 336-337 omitted. aDedicatory epistle signed: L'Herault de Lionniere. a"Ex bibliotheca R. Toinet"00aLouis,cDauphin of France,d1661-1711.10aFrance.bArméexBiography. 0aGeneralszFrance. 0aFrancexHistoryyLouis XIV, 1643-1715.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00802nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002400134051004800158100004400206240001400250245003000264250001600294260005600310300001800366700004000384700005300424710005900477994001200536on1390708890OCoLC20230718213016.0810331s1658 fr 000 0 fre  a 31028873  aDLCbengcDLC a(OCoLC)139070889000aPQ1713.A8bA2 1658a aPQ1713.A8bA2 1658a Copy 2cToinet no. 12001 aBalzac, Jean-Louis Guez de,d1597-1654.10aAristippe10aAristippe, ov De la covr. aSeconde ed. aImprimé à Rouen et Paris,bAug. Courbéc1658. ap. cm. (12mo)1 aConrart, Valentin,d1603-1675,eed.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02607nam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193035002200230041001300252042000800265050001100273082003000284100004600314240004900360245014700409250002400556263000900580264004900589300002200638336002600660337002600686338003600712500005600748500014200804520059500946588010301541600006001644650003501704650003601739650002901775650003301804650002701837700003601864700003401900776015501934994001202089on1390708982OCoLC20230718213016.0m o d cr |||||||||||230526s2023 vtu o 000 0 eng  a 2023024689 aDLCbengerdacDLC a9781591435013q(ebook) a1591435013 z9781591435006q(trade paperback) a(OCoLC)13907089821 aenghita apcc00aBS248500a226/.092223/eng/202307140 aMary Magdalene,cSaint (Spirit),eauthor.10aNuova Coscienza di Maria Maddalena.lEnglish14aThe Magdalene frequency :bbecome the love you are, not the love you seek /c[channeled through] Adele Venneri ; translated by Susanna Memoli. aFirst U.S. edition. a2311 1aRochester, Vermont :bBear & Company,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aTranslation of: Nuova Coscienza di Maria Maddalena. a"Originally published in Italian in 2016 under the title La Nuova Coscienza di Maria Maddalena by Edizioni Stazione Celeste"--t.p. verso. a"An initiatory journey to unite the Feminine and Masculine within your soul and discover the Divine Love within. Reveals how Mary Magdalene, Myriam, is not a biblical myth but an ancient frequency of the soul, a reverberation of the alchemy of Feminine and Masculine. Presents ancestral knowledge embedded with the frequency of Myriam through which you can discover your complete soul. Reveals new Akashic rooms where you can become aware of your multidimensionality, learn to create your own reality, and connect with Myriam and feminine and masculine archetypes"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aMary Magdalene,cSaintxSpiritualistic interpretations. 0aFemininityxReligious aspects. 0aMasculinityxReligious aspects. 0aLovexReligious aspects. 0aSoulxPsychological aspects. 0aArchetype (Psychology)1 aVenneri, Adele,d1962-emedium.1 aMemoli, Susanna,etranslator.08iPrint version:aMary Magdalene.tMagdalene frequencybFirst U.S. edition.dRochester, Vermont : Bear & Company, 2023z9781591435006w(DLC) 2023024688 a92bPUL01111nam a22003257i 4500001001300000003000600013005001700019008004100036010001700077040002300094066001100117035002200128037005300150042001000203100004500213245006700258250003200325264007200357300002300429336002600452337002800478338002700506500001100533546001300544880004100557880006400598880003500662880007600697994001200773on1390708983OCoLC20230718213016.0230523s2022 pk 000 1 urd  a 2023318719 aDLCbengerdacDLC c(3c(4 a(OCoLC)1390708983 bLibrary of Congress -- Islamabad Overseas Office alcode1 6880-01aK̲h̲aṭak, ʻĀrif,eauthor.106880-02aYih pālā hai! :bnāvil /cʻĀrif K̲h̲aṭak. 6880-03aAiḍīshan avval. 16880-04aHarīʹpūr :bSang-i Mīl Pablishing Hāʼūs,c2022. a204 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aNovel. aIn Urdu.1 6100-01aخٹک، عارف،eauthor.106245-02aيه پالا هے! :bناول /cعارف خٹک. 6250-03aايڈيشن اوّل. 16264-04aهرى‌پور :bسنگ ميل پبلشنگ هاؤس،c2022. a92bPUL01921nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228043001200236050002100248082002500269100003900294245004000333263000900373264004400382300001400426336002600440337002800466338002700494490002500521500002000546505013100566520053400697521002701231651006001258651005801318776013501376994001201511on1390709060OCoLC20230718213016.0230712s2024 mnu j 001 0 eng  a 2023029043 aDLCbengerdacDLC a9798889969242q(hardcover) a9798889969259q(paperback) z9798889969266q(ebook) a(OCoLC)1390709060 apcc ae-gr---00aDF78b.R355 202400a938223/eng/202307171 aRedshaw, Hermione,d1998-eauthor.10aAncient Greece /cHermione Redshaw. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLevel 10 : White set aIncludes index.0 aAncient Greece -- The Gods -- Family -- Homes -- Food -- Clothes -- Health and Medicine -- School and Learning -- Being a Kid. a"From the Olympic Games to amazing mythology, we have gotten a lot from the ancient Greeks. Look inside this book to learn even more about what it was like to be an ancient Greek. Ancient Greece is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of readers that encourages reading development"--cProvided by publisher. aAges 7-10bJump!, Inc. 0aGreecexCivilizationyTo 146 B.C.vJuvenile literature. 0aGreecexSocial life and customsvJuvenile literature.08iOnline version:aRedshaw, Hermione, 1998-tAncient GreecedMinneapolis, MN : Jump!, Inc., [2024]z9798889969266w(DLC) 2023029044 a92bPUL00964nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050001800192110003500210245002500245250003100270264005600301300002500357336002600382337002800408338002700436490002100463500002300484500002000507650004200527650004500569994001200614on1390709180OCoLC20230718213016.0230510s2022 sp l 001 0 spa  a 2023417823 aDLCbengerdacDLC a9788419032591 a841903259X a(OCoLC)1390709180 apcc ae-sp---00aKKT3544b20221 aSpain,eenacting jurisdiction.10aCódigo tributario. aEdición septiembre 2022. 1aLas Rozas (Madrid) :bLa Ley Wolters Kluwer,c2022. a1674 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCódigos La Ley a"Septiembre 2022." aIncludes index. 0aTaxationxLaw and legislationzSpain. 0aTax administration and procedurezSpain. a92bPUL01231nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192110003500215245009500250250006300345264002900408300002500437336002600462337002800488338002700516490004000543500008500583500002000668650002900688650002500717650003100742700003600773700003600809994001200845on1390709181OCoLC20230718213016.0230523s2022 sp l 001 0 spa  a 2023417832 aDLCbengerdacDLC a9788430986644 a8430986642 a(OCoLC)1390709181 apcc ae-sp---00aKKT2460b.A28 20221 aSpain,eenacting jurisdiction.10aNormas políticas /cedición preparado por Luis Aguiar de Luque y Pablo Pérez Tremps. aVigésima Tercera Edición, actualizada septiembre 2022. 1aMadrid :bTecnos,c2022. a1258 pages ;c17 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteca de textos legales ;v250 a"La presente edición ha sido revisada y actualizada por Luis Aguiar de Luque." aIncludes index. 0aPolitical rightszSpain. 0aCivil rightszSpain. 0aConstitutional lawzSpain.1 aAguiar de Luque, Luis,eeditor.1 aPérez Tremps, Pablo,eeditor. a92bPUL01525nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179043001200187050002500199245015800224246006100382264008600443300004600529336002100575337002500596338002300621504005700644650004300701650005200744650004400796700003300840880015900873880007401032880003301106994001201139on1390709182OCoLC20230718213016.0230519s2023 ko ab b 000 0 kor  a 2023424891 aDLCbengerdacDLC c$1 a9788968499548 a8968499543 a(OCoLC)1390709182 apcc aa-ko---00aHT178.K6bT6756 2023006880-01aTosi chaesaeng ssiat yungja ŏdi kkaji ani? =bHow far do you know about urban regeneration seed loans? /cSin U-jin [and five others] kongjŏ.31aHow far do you know about urban regeneration seed loans? 16880-02aKwangju Kwangyŏksi :bChŏnnam Taehakkyo Ch'ulp'an Munhwawŏn,c2023. a264 pages :billustrations, maps ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 262-263). 0aUrban renewalzKorea (South)xFinance. 0aUrban renewalxGovernment policyzKorea (South) 0aLoansxGovernment policyzKorea (South)1 6880-03aSin, U-jin,eauthor.006245-01a도시 재생 씨앗 융자 어디 까지 아니=bHow far do you know about urban regeneration seed loans/c신 우진 [and five others] 공저 . 16264-02a광주 광역시 :b전남 대학교 출판 문화원,c2023.1 6700-03a신 우진,eauthor. a92bPUL02926nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277043001200285050001800297082003800315084003400353100003600387245009000423250004700513263000900560264004200569300002200611336002600633337002600659338003600685520115200721588010301873600002701976650005602003650004902059650003402108650004802142650003102190655002802221776018302249994001202432on1390709205OCoLC20230718213016.0m o d cr |||||||||||230717s2023 nyu o 000 0 eng  a 2023023215 aDLCbengerdacDLC a9781668013328q(ebook) a1668013320 z9781668013304q(hardcover) z9781668013311q(paperback) a(OCoLC)1390709205 apcc an-us---00aPN1992.4.S28300a791.4502/8092aB223/eng/20230717 aBIO031000aSCI0800002bisacsh1 aSchneider, Amy,d1979-eauthor.10aIn the form of a question :bthe joys and rewards of a curious life /cAmy Schneider. aFirst Avid Reader Press hardcover edition. a2310 1aNew York :bAvid Reader Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"An inspirational and bold memoir from the most successful woman ever to compete on Jeopardy!-and an exploration of what it means to ask questions of the world and of yourself.ANSWER: Who Is Amy Schneider? In eighth grade, Amy was voted "Most likely to appear on Jeopardy!" by her classmates. Decades later, this trailblazer finally got her chance. Not only did she walk away with $1.3 million while captivating the world with her impressive forty-game winning streak, but she made history and won an even greater prize-the joy of being herself on national television and blazing a trail for openly queer and transgender people around the world. Now, she shares her singular journey that led to becoming an unlikely icon and hero to millions. Her super power: Boundless curiosity and fearless questioning. In the Form of a Question explores some of the innumerable topics that have fascinated Amy throughout her life-books and music, Tarot and astrology, popular culture and computers, sex and relationships-but they all share the same purpose: to illustrate, and celebrate, the results of a lifetime spent asking, why? "--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aSchneider, Amy,d1979- 0aTelevision personalitieszUnited StatesvBiography. 0aSexual minoritieszUnited StatesvBiography. 0aJeopardy (Television program) 7aBIOGRAPHY & AUTOBIOGRAPHY / LGBTQ+2bisacsh 7aSCIENCE / Essays.2bisacsh 7aAutobiographies.2lcgft08iPrint version:aSchneider, Amy, 1979-tIn the form of a questionbFirst Avid Reader Press hardcover edition.dNew York : Avid Reader Press, 2023z9781668013304w(DLC) 2023023214 a92bPUL00877nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245007200259264005300331300001400384336002600398337002800424338002700452520009200479546001600571994001200587on1390709206OCoLC20230718213016.0230717s2015 ii 000 0 beno  a 2023341568 aDLCbengerdacDLC a9789384816063 a938481606X aI-B-2023-341568; 12 a(OCoLC)1390709206 bLibrary of Congress -- New Delhi Overseas Office alcode00aRabindrika uttaradhikara o Banali samaja /cAbhra Ghosha sampadita. 1aKalakātā :bBangiya-Sahitya-Parishat,c2015. a286 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCritical essays chiefly on the works of Rabindranath Tagore, 1861-1941, Bengali author. aIn Bengali. a92bPUL00739nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100003300190245002200223260002000245300003100265650004200296650003500338700005300373710005900426994001200485on1390709228OCoLC20230718213016.0830808s1649 sz 000 0 fre  a 32001046  aDLCbengcDLC a(OCoLC)139070922800aBJ1602b.F3 aBJ1602b.F3 Copy 2cToinet no. 11821 aFaret, Nicolas,d1596?-1646.12aL'honneste homme. aYverdon.c1649. a125, [7] p.c14 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aCourtesyvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00850nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245004100259264004000300300001400340336002600354337002800380338002700408490001900435500004500454500002100499546001600520994001200536on1390709229OCoLC20230718213016.0230717s2022 ii 000 0 beno  a 2023341574 aDLCbengerdacDLC a9789392722165 a9392722168 aI-B-2023-341574; 09 a(OCoLC)1390709229 bLibrary of Congress -- New Delhi Overseas Office alcode00aNibarasaptaka /cKausika Majumadara. 1aKalakātā :bBuka Pharma,c2022. a204 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMyasana sirija a"Suryatamasi upanyasera dvitiya khanda." aDetective novel. aIn Bengali. a92bPUL00996nam a22003137i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002900117020001500146020002800161020001500189035002200204100002900226245008100255264003200336300004100368336002600409337002800435338002700463490002400490504005700514546002000571653004600591700003300637994001200670on1390709230OCoLC20230718213016.0230714s2017 mo a b 000 0 srp  a 2023450820 aDLCbengerdacDLC a9788679561060q(HERAedu) a8679561061 a9789940598297q(Medeon) a9940598297 a(OCoLC)13907092301 aFabris, Nikola,eauthor.10aFinansijsko obrazovanje dece i omladine /cNikola Fabris, Radoica Luburić. 1aPodgorica :bMedeon,c2017. a166 pages :billustrations ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aEdicija Docta dicta aIncludes bibliographical references (pages 163-166). aSerbianbLatin. aFinancial literacy for children and youth1 aLuburić, Radoica,eauthor. a92bPUL03069nam a2200553 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003900124020003600163020004000199020001500239020004000254020001500294020004000309020001500349020004000364020001500404020004000419020001500459020004000474020001500514020004000529020001500569035002200584042000800606050002400614245002400638250002000662264006600682300004700748336002600795336003300821337002800854338002700882500002000909505064100929546001701570650004201587710002401629880002001653880006801673880073001741880003202471994001202503on1390709248OCoLC20230718213016.0210914m20122018ja a 001 0 jpn  a 2021369452 aDLCbengerdacDLC c$1 a9784896101584q(paperback ;qv. 9) a4896101588q(paperback ;qv. 9) a9784896101638q(paperback ;qv. 10) a4896101634 a9784802110020q(paperback ;qv. 11) a4802110022 a9784802110051q(paperback ;qv. 12) a4802110057 a9784802110075q(paperback ;qv. 13) a4802110073 a9784802110112q(paperback ;qv. 14) a4802110111 a9784802110174q(paperback ;qv. 15) a4802110170 a9784802110259q(paperback ;qv. 16) a4802110251 a(OCoLC)1390709248 apcc00aGV1469.3b.O42 201200aOld gamers history. 6880-01aShohan. 16880-02aTōkyō-to Shinjuku-ku :bMedia Paru,c[2012]-2018. a16 volumes :bcolor illustrations ;c21 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index.106880-03gVol. 9.tShūtingu gēmu: enjukuki hen (1992-nen--2005-nen) --gVol. 10.tShūtingu gēmu: saiseiki hen (1987-nen--1991-nen) --gVol. 11.tAdobenchā gēmu, pazuru gēmu: sōsōki hen (1976-nen--1988-nen) --gVol. 12.tAdobenchā gēmu, pazuru gēmu: kōbōshi hen (1989-nen--1994-nen) --gVol. 13.tAdobenchā gēmu, pazuru gēmu: ranjukuki hen (1995-nen--2006-nen) --gVol. 14.tSupōtsu gēmu, rēsu gēmu: keiseiki hen (1972-nen--1985-nen) --gVol. 15.tSupōtsu gēmu, rēsu gēmu: bokkōki hen (1972-nen--1985-nen) --gVol. 16.tSupōtsu gēmu, rēsu gēmu: jukuseiki hen (1991-nen--1995-nen) aIn Japanese. 0aVideo gamesvHandbooks, manuals, etc.2 6880-04aMedia Paru. 6250-01a初版. 16264-02a東京都新宿区 :bメディアパル,c[2012]-2018.106505-03gVol. 9.tシューティングゲーム: 円熟期編 (1995年--2005年) --gVol. 10.tシューティングゲーム: 最盛期編 (1987年--1991年) --gVol. 11.tアドベンチャーゲーム・パズルゲーム: 草創期編 (1976年--1988年) --gVol. 12.tアドベンチャーゲーム・パズルゲーム: 興亡史編 (1989年--1994年) --gVol. 13.tアドベンチャーゲーム・パズルゲーム: 爛熟期編 (1995年--2006年) --gVol. 14.tスポーツゲーム・レースゲーム: 形成期編 (1972年--1985年) --gVol. 15.tスポーツゲーム・レースゲーム: 勃興期編 (1986年--1990年) --gVol. 16.tスポーツゲーム・レースゲーム: 熟成期編 (1991年--1995年)2 6710-04aメディアパル. a92bPUL01095nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245015000214264007200364300003900436336002600475337002800501338002700529500001700556504004100573700003400614700002900648700003100677710007300708994001200781on1390709249OCoLC20230718213016.0230717s2022 pk a b 000 0 eng  a 2023317558 aDLCbengerdacDLC a(OCoLC)1390709249 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aStop sexual assault against Kashmiri women :brespect women /cedited by Altaf Hussain Wani ; research & compiled by Mehr un Nisa, Ayesha Waheed. 1aIslamabad :bKashmir Institute of international Relations,c[2022]. a66 pages :billustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references.1 aWani, Altaf Hussain,eeditor.0 aMehr un Nisa,ecompiler.1 aWaheed, Ayesha,ecompiler.2 aKashmir Institute of International Relations (Rawalpindi, Pakistan). a92bPUL01290nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001300179042001500192050002200207100004600229245010700275250003700382264007200419300004000491336002600531337002800557338002700585650002500612651003500637651002900672880003100701880006300732880003900795880007000834994001200904on1390709289OCoLC20230718213016.0221005s2020 iq a 000 0 ara  a 2022316956 aDLCbengerdacDLC c(3 a9789922629780 a992262978X a(OCoLC)1390709289 c9.80 USD apccalcode00aPJ8042b.D45 20201 6880-01aDhakar, Ḥusayn,d1965-eauthor.106880-02aBanafsijīyat al-wahm! :bmi'at 'ām taḥta ṭābūr al-ajandāt /cḤusayn al-Dhakar. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aBaghdād :bMuʼassasat Thāʼir al-ʻIṣāmī,c2020. a259 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aArabic essayszIraq. 0aIraqxPolitics and government. 0aIraqxSocial conditions.1 6100-01aذكر، حسين.106245-02aبنفسجية الوهم! /cحسين الذكر. 6250-03aالطبعة الأولى. 16264-04aبغداد :bمؤسسة ثائر العصامي،c2020. a92bPUL03138nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082002700284245014700311246009100458263000900549264005800558300002200616336002600638337002600664338003600690504005100726520116600777588010301943650005502046650006502101650004302166650003702209653004102246700006102287700002802348700004102376700006602417776017302483994001202656on1390709290OCoLC20230718213016.0m o d cr |||||||||||230701s2024 pau ob 001 0 eng  a 2023027795 aDLCbengerdacDLC a9798369303801q(ebook) z9798369303788q(hardcover) z9798369303795q(paperback) a(OCoLC)1390709290 apcc00aLB1028.4300a371.9223/eng/2023071400aAI-assisted special education for students with exceptional needs /cEdited by Ashish Kumar, Anand Nayyar, Rohit Kumar Sachan,and Rachna Jain.3 aArtificial intelligence assisted special education for students with exceptional needs a2310 1aHershey, PA :bInformation Science Reference,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"The book also explores the impact of AI-based special education on both educators and students, providing valuable insights and strategies for stakeholders to adopt and implement these technologies effectively. Legal aspects surrounding the right to education for disabled individuals are discussed, ensuring a comprehensive understanding of the legal framework supporting special education initiatives. Real-world case studies and success stories serve as inspiration, illustrating the transformative potential of AI in special education. Featuring contributions from academicians and professionals from esteemed organizations, this book provides hands-on chapters that cover topics such as research challenges, data analysis, machine learning, intelligent learning environments, IoT wearable devices, comprehensive systems with intelligent teacher assistance, parental and societal roles, and the prospects of AI assisted special education. Whether educator, mentor, training professional, researcher, or student, AI-Assisted Special Education for Students With Exceptional Needs offers a wealth of knowledge and practical insights"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aArtificial intelligencexEducational applications. 0aArtificial intelligencexEducational applicationsxResearch. 0aStudents with disabilitiesxEducation. 0aSpecial educationvCase studies. aArtificial intelligence in education1 aKumar, Ashishc(Professor of computer science),eeditor.1 aNayyar, Anand,eeditor.1 aSachan, Rohit Kumar,d1984-eeditor.1 aJain, Rachnac(Professor of information technology),eeditor.08iPrint version:tAI-assisted special education for students with exceptional needsdHershey, PA : Information Science Reference, [2024]z9798369303788w(DLC) 2023027794 a92bPUL02876nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002700094020003000121020001500151020003100166020001500197020002600212020002500238035002200263042000800285043001200293050002400305082003700329100003200366245011900398263000900517264005400526300001300580336002600593337002800619338002700647504005100674520144300725600003102168650006402199650006802263650005502331651005602386994001202442on1390709291OCoLC20230718213016.0230623s2023 gau b 001 0ceng  a 2023028630 aNcU/DLCbengerdacDLC a9780820365749q(hardback) a0820365742 a9780820365756q(paperback) a0820365750 z9780820365763q(epub) z9780820365770q(pdf) a(OCoLC)1390709291 apcc an-us-al00aHD7304.B5bM67 202300a363.5/109761781223/eng/202307171 aMorris, Jerome E.,eauthor.10aCentral City's joy and pain :bsolidarity, survival, and soul in a Birmingham housing project /cJerome E. Morris. a2401 1aAthens :bThe University of Georgia Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"With Central City's Joy and Pain, Jerome E. Morris explores complex social issues through personal narrative. He does so by blending social-science research with his own memoir of life in Birmingham, Alabama. As someone who lived in the Central City housing project for two transitional decades (1968-91) and whose family continued to reside there until 1999, when the city razed the community, the author provides us with the often unexplored bottom-up perspective on Black public-housing residents' experiences. As Morris's experiential and authoritative narrative voice unfolds in the pages of Central City's Joy and Pain, both the scholarly and lay reader are brought on a journey of what life is like for people who live and die at the intersection of race and poverty in a rapidly evolving southern urban center. The setting of a historic public-housing community provides a rich canvas on which to paint a world through the author's personal experience of growing up there-and his later observations as a researcher and academic. Through its syncopation of personal stories and scholarly research, Central City's Joy and Pain captures what it means to be Black, poor, and full of dreams. In this setting, dreams are realized by some and swallowed up for others in the larger historical, social, economic, and political context of African Americans' experiences during and after the civil rights movement"--cProvided by publisher.10aMorris, Jerome E.xFamily. 0aPublic housingzAlabamazBirminghamxHistoryy20th century. 0aLow-income housingzAlabamazBirminghamxHistoryy20th century. 0aAfrican AmericanszAlabamazBirminghamvBiography. 0aBirmingham (Ala.)xSocial conditionsy20th century. a92bPUL02915nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082003200295245011800327263000900445264003800454300002300492336002600515337002600541338003600567490006000603504004100663520127800704588010301982650002902085650005202114650007002166650002302236650002902259700003202288776013702320994001202457on1390709320OCoLC20230718213016.0m o d cr |||||||||||230707s2023 ne ob 000 0deng  a 2023030360 aDLCbengerdacDLC a9789004685673q(ebook) a9004685677 z9789004685666q(hardback) z9789004685659q(paperback) a(OCoLC)1390709320 apcc00aLB157600a372.6/5044223/eng/2023070700aLeaders in english language arts education research :bintellectual self-portraits /cEdited by JuliAnna Ávila. a2309 1aLeiden ;aBoston :bBrill,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLeaders in educational studies,x2542-8659 ;vVolume 10 aIncludes bibliographical references. a"Leaders in English Language Arts Education Research contains autobiographical essays by leading English Language Arts scholars throughout the world. In this volume, English Language Arts is presented as a complex and porous discipline-intersecting with writing, literacy studies, multicultural/multilingual education, digital and multimodal literacies, critical and social justice pedagogies, teacher education, linguistics and second language learning, and, not least of all, subject English, including teaching literature and drama. Contributors are retired or current professors in the following countries: Australia, Canada, England, Ireland, South Africa, and the United States. ELA scholars often begin their careers as K-12 teachers and then become teacher-educators at universities; due to this, they work at the intersection of theory and practice throughout their careers. Therefore, this volume will be of interest to undergraduate and graduate English Language Arts Education students as well as to in-service English practitioners. This volume will also appeal to ELA researchers at all levels since it contains first-hand, personal narratives of well-established ELA researchers as they reflect on their own development as scholars"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aLanguage artsxResearch. 0aEnglish languagexStudy and teachingxResearch. 0aEnglish languagexStudy and teachingxForeign speakersxResearch. 0aCritical pedagogy. 0aMulticultural education.1 aÁvila, JuliAnna,eeditor.08iPrint version:tLeaders in english language arts education researchdLeiden ; Boston : Brill, 2023z9789004685666w(DLC) 2023030359 a92bPUL01334nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002400194245018800218264006600406300004000472336002600512337002800538338002700566504005700593650005300650700004800703700005500751700004900806700014100855994001200996on1390709321OCoLC20230718213016.0230209s2022 bl a b 000 0 por  a 2023311650 aDLCbengerdacDLC a9786555895780 a6555895780 a(OCoLC)1390709321 alcode as-bl---00aKHD1254b.D574 202200aDireito securitário na aviação /cAlessandro Azzi Laender, Paulo Henrique Stahlberg Natal, Sérgio Luís Mourão, org. ; Alessandro Azzi Laender [and eleven others], autores. 1aSão Paulo ;aBelo Horizonte :bEditora D'Plácido,c[2022] a348 pages :billustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 341-348). 0aAviation insurancexLaw and legislationzBrazil.1 aLaender, Alessandro Azzi,eeditor,eauthor.1 aNatal, Paulo Henrique Stahlberg,eeditor,eauthor.1 aMourão, Sérgio Luís,eeditor,eauthor.12iContainer of (work):aLaender, Alessandro Azzi.tPanorama do seguro aeronáutico no mercado brasileiro e as suas principais coberturas. a92bPUL01721nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146043001200154050002200166130002900188245009500217246001900312264006100331264001100392300005700403336002600460337002800486338002700514500007000541500034000611500016600951500009501117655002801212700002801240700004601268880002101314994001201335on1390709322OCoLC20230718213016.0161007s2016 is a 000 0 heb  a 2016469127 aDLCbengerdacDLC c(2 a(OCoLC)1390709322 apcc aa-is---00aBS1242b.K66 20180 aBible.pExodus.lHebrew.10aExodus =bShemot /ccreator and illuminator, Avner Moriah ; calligrapher, Izzy Pludwinski.316880-01aShemot 1aJerusalem :bJerusalem Fine Art Prints Workshop,c[2016] 4c©2016 a1 unnumberged volume :bcolor illustrations ;c58 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTitle taken from the last page because of its fuller information. a"Prof. Yair Zakovitch, friend and advisor. This book is printed under the Epson Digigraphie Standarts. The prints and accompanying materials were produced at the Jerusalem Fine Art Prints Workshop, Israel, under the supervision of Yair Medina and the artist. Binding by Omanut Hakricha, by Shevach Black, Jerusalem, Israel"--Last page. a"The edition is strictly limited to one hundred books signed by the artist: One hundred bear the numbers 1/100 to 100/100. This is copy number 5/100"--Last page. aLC holds copy number 5, signed by the book artist, Avner Moriah, and is housed in its box. 0aArtists' bookszIsrael.1 aMoriah, Avner,eartist.1 aPludvinsḳi, Yitsḥaḳ,ecalligrapher.316246-01aשמות a92bPUL02792nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002400154100004700178240001600225245044800241264006900689300002300758336002600781337002800807338002700835500074100862650002501603650001601628650003601644700006301680752002301743880003201766880049401798880006602292880004802358994001202406on1390709366OCoLC20230718213016.0170528s2016 is 000 0dheb  a 2017441589 aDLCbengerdacDLC c(2 a(OCoLC)1390709366 apcc00aBM522.39b.R63 20161 6880-01aGros, Meʼir,d1901-1945,eauthor.10aImre Meʼir106880-02aShut Imre Meʼir :bsefer zeh hu ud mutsal me-esh mi-shenot ha-hafikhah ket. y. she-nishʼar li-feleṭah teshuvot she-heshiv ha-meḥaber le-shoʼalaṿ be-shiveto ʻal kes ha-rabanut be-ḳ.ḳ. Śarḳad, y. Ts. ṿ., kolel teshuvot mi-teḳufat ha-Shoʼah /cme-et ha-gaʼon Rabi Meʼir Gros, zatsal, H.y.d., a.b.de-ḳ.ḳ Śarḳad, y. ʻa. E. ; yatsa ʻa. y. ben ha-meḥaber avinu mo. r. ha-Rav Yiśraʼel Gros, zatsal ... . 16880-03aYerushalayim :b[Mishpaḥat Gros?],c777 [2016 or 2017] a281 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aThe author of this Responsa was murdered during the Holocaust. After the war, his son returned to their house in Hungary, which was now occupied by people who moved in under the assumption that the original Jewish inhabitants would never return. The son asked the people occupying his house for their "permission" to search his home. While searching the house, he found his father's manuscript of this Responsa. The Hungarian authorities promptly arrested him for conducting an "illegal" search of his house. Owing to the Communists being in power, the author's son was never able to get the manuscript out of Hungary until many years later. Unfortunately, he passed away while bringing the Responsa to print and never saw it published. 0aResponsay1800-1948. 0aJewish law. 0aJudaismxCustoms and practices.1 6880-04aGros, Yiśraʼel ben Meʼir,d1922-2001,eeditor. aIsraeldJerusalem.1 6100-01aגרוס, מאיר.106245-02aשו"ת אמרי מאיר :bספר זה הוא אוד מוצל מאש משנות ההפיכה כת״י שנשאר לפליטה תשובות שהשיב המחבר לשואליו בשבתו על כס הרבנות בק״ק שארקאד, יצ"ו, כולל תשובות מתקופת השואה /cמאת הגאון רבי מאיר גרוס, זצ"ל, הי"ד, אבדק"ק שארקאד, יע"א ; יצא ע״י בן המחבר אבינו מו"ר הרב ישראל גרוס, זצ"ל ... . 16264-03aירושלים :b[משפחת גרוס],cתשע״ז.1 6700-04aגרוס, ישראל בן מאיר. a92bPUL00870nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051004500155100006300200245001400263260005900277300003800336650004200374650003500416650004100451700005300492710005900545994001200604on1390709375OCoLC20230718213016.0830909s1698 fr 000 0 fre  a 32007844  aDLCbengcDLC a(OCoLC)139070937500aBJ1552b.S3 1698 aBJ1552b.S3 1698 Copy 2cToinet no. 11851 a[Saint Hilaire, de],dactive 1697-1698. [from old catalog]12aL'idée, aA Paris,bAu Palais, Chez Medard-Michel Brunet.c1698. a8 p.l., 341, [3] p.c17 cm. (8vo) 0aConduct of lifevEarly works to 1800. 0aCourtesyvEarly works to 1800. 0aMaxims, FrenchvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01003nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117035002200135042000800157043001200165050002600177245009200203264005600295300004800351336002600399337002800425338002700453504004100480650005200521650005100573650003200624700003300656994001200689on1390709398OCoLC20230718213016.0230501s2022 nr a 000 0 eng  a 2022445174 aDLCbengerdacDLC z9789780921826 a(OCoLC)1390709398 apcc af-nr---00aRA644.C67bC6877 202200aCovid 19 :bthe effect on Nigeria economy and security /cedited by: A. Y. Adedeji Isa. 1aJos, Nigeria :b[University Press Jos Plc.],c2022. a156 pages :billustrations, charts ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aCOVID-19 (Disease)xPolitical aspectszNigeria. 0aCOVID-19 (Disease)xEconomic aspectszNigeria. 0aNational securityzNigeria.1 aAdedeji Isa, A. Y.,eeditor. a92bPUL02792nam a2200421 a 4500001001300000003000600013005001700019008004100036010001700077040002500094035002200119041001300141042000800154043002100162050002100183100003200204245048900236246009400725246018200819260005001001300003701051546002501088500003001113500007301143500003501216510010401251500002001355500032001375501033301695650006102028650005902089650005402148700004102202700003902243700005402282752002202336994001202358on1390709399OCoLC20230718213016.0230530s1570 gw a 001 0 lat  a 2022658061 aDLCbengedcrmbcDLC a(OCoLC)13907093990 alatager apcc ae------ae-gx---00aKK722b.T47 15701 aTermineus, Petrus,eauthor.10aProcessus iuris scripti et consuetudinis frequentioris per Germaniam hoc tempore vsitatus :bbreuiter complectens officia omnium personarum legitime in iudicio versantium = Gerichtlicher Process des geschriebenen Rechts, gewonheit, vnd teglichen brauchs, in Germanien jtziger zeit vblich, darinnen fürtzlich eines jeden ampt, der im gericht wandelt, begriffen wird : cum indice gemino, & modo legendi abbreuiationes in hoc processu vsurpatas /cauctore Petro Termineo iurisconsulto.3 aProcessvs ivris scripti et consvetvdinis freqventioris per Germaniam hoc tempore vsitatus31aGerichtlicher Process des geschriebenen Rechts, gewonheit, vnd teglichen brauchs, in Germanien jtziger zeit vblich, darinnen fürtzlich eines jeden ampt, der im gericht wandelt aColoniae :b[Walter Fabritius],cMDLXX [1570] a[9], 251, [28] p. ;c17 cm (8vo) aIn Latin and German. aPrinter's name from VD16. aColophon: Coloniae. Apud Ioannem Gymnicum sub Monocerote. Anno 1570. aSignatures: A-S⁸ (S8 blank).4 aVerzeichnis der im deutschen Sprachbereich erschienenen Drucke des 16. Jahrhunderts (VD 16),cT 550 aIncludes index. aLC copy: In full contemporary pressed pigskin, with initials W.H.D. and date (1571) blind-stamped on front. Front pastedown inscribed: VVulphgangi Halleri Studiis inscri[ ..] emptus Tubingae Anno 71 mense Iulii. Latin verse on Aristotle's Politics in ms. on front free endpaper. Scattered ms. notes throughout.5DLC aBound with: Goede, Henning. Iudicarii ordinis processus. Item, Domini Odofredi summa de libellis formandis. Coloniae Agrippinae : Apud haeredes Arnoldi Birckmanni, [1563] -- Nouellarum constitutionum domini Iustiniani sacratissimi principis & imperatoris libri duo. Lugduni : Apud Ludouicum Pesnot, 1556. Issued separately.5DLC 0aCivil procedurezHoly Roman EmpirevEarly works to 1800. 0aCivil procedurezGermanyzSaxonyvEarly works to 1800. 0aCivil procedure (Roman law)vEarly works to 1800.1 aFabritius, Walter,d-1589,eprinter.1 aGymnich, Johann,d-1596,eprinter.1 aHaller, Wolfgang,d1521-1591,eformer owner.5DLC aGermanydCologne. a92bPUL01119nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050002600147051002600173100003700199245009000236264005300326300007100379336002600450337002800476338002700504650002200531650002200553650002800575651004500603655002800648700003300676710007200709994001200781on1390709414OCoLC20230718213016.0820415s1913 nyuaf 000 1 eng  a 13008078  aDLCbengerdacDLC a(OCoLC)1390709414 apcc00aPZ3.G87aPS3513.R6545 aPS3513.R6545bD4 19131 aGrey, Zane,d1872-1939,eauthor.10aDesert gold :ba romance of the border /cby Zane Grey ; illustrated by Douglas Duer. 1aNew York :bHarper & Brothers Publishers,c1913. a325 pages, 4 unnumbered leaves of plates :billustrations ;c19 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aOutlawsvFiction. 0aDesertsvFiction. 0aYaqui IndiansvFiction. 0aMexican-American Border RegionvFiction. 7aWestern stories.2gsafd1 aDuer, Douglas,eillustrator.2 aLarry Dingman Western Fiction Collection (Library of Congress)5DLC a92bPUL02102nam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285043001200293050001400305082003200319084003400351100003000385245026800415250002000683263000900703264006700712300002200779336002600801337002600827338003600853500002700889504005100916520007800967588010301045650003501148650004701183650004001230650004601270650005401316700003201370776018201402994001201584on1390709415OCoLC20230718213016.0m o d cr |||||||||||230713s2023 mdu ob 001 0 eng  a 2023028397 aDLCbengerdacDLC a9781681256047q(pdf) a1681256045 a9781681256030q(epub) a1681256037 z9781681256023q(paperback) a(OCoLC)1390709415 apcc an-us---00aLB1028.3800a371.9/0473223/eng/20230714 aEDU048000aEDU0260002bisacsh1 aScott, LaRon A.,eauthor.10aUniversal design for transition :bthe educators' guide for equity-focused transition planning /cby LaRon A. Scott, Ed.D., University of Virginia, Charlottesville and Colleen A. Thoma, Ph.D., Virginia Commonwealth University, Richmond, with invited contributors. aSecond edition. a2310 1aBaltimore, Maryland :bPaul H. Brookes Publishing Co.,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aPrevious editon: 2009. aIncludes bibliographical references and index. a"[There is no Summary available at this time.]"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInstructional systemsxDesign. 0aStudents with disabilitieszUnited States. 0aInclusive educationzUnited States. 7aEDUCATION / Inclusive Education.2bisacsh 7aEDUCATION / Special Education / General.2bisacsh1 aThoma, Colleen A.,eauthor.08iPrint version:aScott, LaRon A.tUniversal design for transitionbSecond edition.dBaltimore, Maryland : Paul H. Brookes Publishing Co., [2023]z9781681256023w(DLC) 2023028396 a92bPUL02038nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163035002200189042000800211043001200219050002300231082002200254245016300276250001900439263000900458264003500467300001300502336002600515337002800541338002700569504005100596505044300647520028001090650005601370700003501426710006001461776011901521994001201640on1390709418OCoLC20230718213016.0230717s2023 mdu b 001 0 eng  a 2023032875 aDLCbengerdacDLC a9781641434256q(paperback) a1641434252 z9781641434263q(epub) a(OCoLC)1390709418 apcc an-us---00aKF3812b.B769 202300a344.7304/634222300aClean air handbook /cHunton Andrews Kurth LLP ; prinicple author and contributor, F. William Brownell ; contributing authors, Shannon S. Broome [and others]. aFifth edition. a2310 1aLanham :bBernan Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aFederal-stat partnership : an overview of the Clean Air Act -- National ambient air quality standards -- Control technology regulation -- Oerating and reconstruction permitting programs -- Hazardous air pollutants -- Visibility protection -- Cliamte change -- Mobile sources -- The acid deposition control program -- Stratospheric ozone protection -- Enforcement and jusicial review -- Treneds in Clean Air Act regulation and legislation. a"Revised to include several recent and important Clean Air Act developments, this completely updated fifth edition of the Clean Air Handbook provides you with a broad overview of all the complex regulatory requirements of the Act and its amendments"--cProvided by publisher. 0aAirxPollutionxLaw and legislationzUnited States.1 aBrownell, F. William,eauthor.2 aHunton Andrews Kurth LLP (Richmond, Virginia),eauthor.08iOnline version:tClean air handbookbFifth edition.dLanham : Bernan Press, 2023z9781641434263w(DLC) 2023032876 a92bPUL01327nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179050002900187100004600216245006300262250002000325264005900345300002300404336002100427337002500448338002300473490004900496500009300545880004500638880005800683880001800741880005700759880004200816880008300858994001200941on1390709419OCoLC20230718213016.0230609s2023 ko 000 1 kor  a 2023434152 aDLCbengerdacDLC c$1 a9788954691154 a8954691153 a(OCoLC)1390709419 apcc00aPL994.415.S745bK69 20231 6880-01aKim, Su-binc(Novelist),eauthor.106880-02aKoyohan uyŏn :bKim Su-bin changp'yŏn sosŏl. 6880-03a1-p'an. 16880-04aKyŏnggi-do P'aju-si :bMunhak Tongne,c2023. a232 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 6880-05aMunhak Tongne ch'ŏngsonyŏn ;v63 6880-06a"Che 13-hoe Munhak Tongne Ch'ŏngsonyŏn Munhaksang taesang susangjak"--Cover.1 6100-01a김 수빈c(Novelist),eauthor.106245-02a고요한 우연 :b김 수빈 장편 소설. 6250-03a1판. 16264-04a경기도 파주시 :b문학 동네,c2023.0 6490-05a문학 동네 청소년 ;v63 6500-06a"제 12회 문학 동네 청소년 문학상 대상 수상작"--Cover. a92bPUL01231nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002300187100003900210245013900249264004400388300004000432336002600472337002800498338002700526490010000553500010800653504004100761650005200802650002100854650001800875994001200893on1390709458OCoLC20230718213016.0220513s2020 bl a b 000 0 por  a 2022307978 aDLCbengerdacDLC a9786588053041 a6588053045 a(OCoLC)1390709458 alcodeapcc00aBR115.H6bM88 20201 aMusskopf, André Sidnei,eauthor.10a"Viado não nasce, estreia! Não morre, vira purpurina" :bdiversidade sexual, performatividade e religião /cAndré S. Musskopf. 1aBelo Horizonte :bEditora Senso,c2020. a97 pages :billustrations ;c15 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColeção Teologia e religião de bolso. Série Ensaios teológicos indecentes ;vvolume 3 aLC copy imperfect: book has two title pages, one of which belonging to the book "Nem santo te protege". aIncludes bibliographical references. 0aHomosexualityxReligious aspectsxChristianity. 0aPerformance art. 0aQueer theory. a92bPUL02716nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002500192035002200217042000800239050001200247082002500259100004700284245007700331263000900408264007900417300002200496336002600518337002600544338003600570504005100606520124200657588010301899650005102002650003602053650003802089776017902127994001202306on1390709459OCoLC20230718213016.0m o d cr |||||||||||230227s2024 nyu ob 001 0 eng  a 2023008580 aDLCbengerdacDLC a9780197682104q(epub) a0197682103 z9780197682098q(c/p) a(OCoLC)1390709459 apcc00aBT701.300a231223/eng/202307171 aZagzebski, Linda Trinkaus,d1946-eauthor.10aOmnisubjectivity :ban essay on God and subjectivity /cLinda Zagzebski. a2308 1aNew York, NY, United States of America :bOxford University Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book explains and defends the idea that the God of the monotheistic religions has the property of omnisubjectivity, the property of perfectly grasping every conscious state of every conscious being from the first- person perspective of the subject. God not only knows all objective facts, such as the fact that someone is in pain, but God is present in the pain, grasping it the way the bearer of the pain grasps it. The book argues that this attribute is entailed by omniscience, omnipresence, divine love, and divine justice, and it is presupposed in common practices of prayer. Three models of omnisubjectivity are described: the empathy model, the perceptual model, and panentheism. The book then defends the idea that omnisubjectivity extends to the possible but non-actual conscious states of all possible conscious beings. God grasps all possible subjective states in his imagination. The book then shows how the Christian form of the attribute of omnisubjectivity affects the doctrines of the Trinity, the Incarnation, and the infusion of the Holy Spirit. The book concludes that subjectivity and intersubjectivity are deep in the universe, deeper than the universe as it is objectively described"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSubjectivityxReligious aspectsxChristianity. 0aGod (Christianity)xOmniscence. 0aGod (Christianity)xOmnipresence.08iPrint version:aZagzebski, Linda Trinkaus, 1946-tOmnisubjectivitydNew York, NY, United States of America : Oxford University Press, [2024]z9780197682098w(DLC) 2023008579 a92bPUL01735nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193043003000208050002200238100005000260245026100310264005800571300002300629336002600652337002800678338002700706504005700733651003600790651003400826650002500860651003500885651003300920880003300953880028000986880005901266994001201325on1390709521OCoLC20230718213016.0210820s2021 mr b 000 0 ara  a 2021341327 aDLCbengerdacDLC c(3 a9789954659700 a9954659706 a(OCoLC)1390709521 c45.00 MAD alcodeapcc af-mr---af------aa------00aHD70.M8bG43 20211 6880-01aGhammāz, Saʻīd,d1965-,eauthor.136880-02aal-Namūdhaj al-tanmawī fī al-Maghrib :bmuqārabah maʻa namādhij tanmawīyah nājiḥah fī Āsyā wa-Ifrīqiyā : mālīzyā, Singhāfūrah, al-Hind, Turkiyā, al-Ṣīn, Ruwandā, Būtsiwānā /cSaʻīd al-Ghammāz. 16880-03a[Casablanca] :bSaʻīd al-Ghammāz,c2021. a163 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 162-163). 0aIndustrial managementzMorocco. 0aMoroccoxEconomic conditions. 0aManagementzMorocco. 0aIndustrial managementzAfrica. 0aIndustrial managementzAsia.1 6100-01aغماز، سعيد.136245-02aالنموذج التنموي في المغرب :bمقاربة مع نماذج تنموية ناجحة في آسيا وإفريقيا : ماليزيا، سنغافورة، الهند، تركيا، الصين، روندا، بوتسوانا /cسعيد الغماز. 16264-03a[Casablanca] :bسعيد الغماز،c2021. a92bPUL00912nam a22002532 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001800134051003500152245009900187260006100286300004000347500002800387500008100415561003700496650001000533700005000543700005300593994001200646on1390709522OCoLC20230718213016.0810904s1716 fr 000 0 fre  a 32008546  aDLCbengcDLC a(OCoLC)139070952200aBF575.L8bC23 aBF575.L8bC23cToinet no. 117504aLes caracteres du faux et du veritable amour, et le portrait de l'homme de lettres amoureux... aA Paris,bChez Claude Jombert, et Edme Grandjean,c1716. a5 p. l., 284, [4] p.c17 cm. (12mo) aSigned at end: L.B.D.P. aManuscript note on fly-leaf: Cet ouurage est de mr. Le--Breton medecin.5DLC a"Ex bibliotheca R. Toinet."5DLC 0aLove.1 aLe Breton, Charles,d-1677,esupposed author.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL02316nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001100253082003000264084003400294100003700328245008600365263000900451264006000460300002200520336002600542337002600568338003600594520030100630520048600931588010301417650002801520650004801548650007001596650006701666776014901733994001201882on1390709523OCoLC20230718213016.0m o d cr |||||||||||230624s2024 miu o 000 0 eng  a 2023029090 aDLCbengerdacDLC a9781640702868q(epub) a1640702865 z9781640702844q(paperback) a(OCoLC)1390709523 apcc00aBV452800a248.8/66223/eng/20230712 aREL012010aREL0120302bisacsh1 aNutter, Marilyn,d1946-eauthor.10aHope for widows :breflections on mourning, living, and change /cMarilyn Nutter. a2401 1aGrand Rapids, MI :bOur Daily Bread Publishing,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"Sixty-five interactive reflections guide widows to God's faithfulness in their upside-down lives, moving loss toward hope. Women will discover how, even in overwhelming grief, they can find treasures, purpose, and hope in a new journey marked by changes and challenges"--cProvided by publisher. a"Hope for Widows offers women connections in their grief, guiding them to see hope, grace, and comradery on an unfamiliar path. With personal reflections, questions, and expressions of gratitude, widows will join Marilyn Nutter in recognizing God's faithful presence in details and unusual places. The 65 vignettes apply Scripture and relevant quotes to grief and mourning and look with transparency at how widowhood dramatically changes a woman's life. "--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWidowsxReligious life. 0aWidowhoodxReligious aspectsxChristianity. 7aRELIGION / Christian Living / Death, Grief, Bereavement.2bisacsh 7aRELIGION / Christian Living / Family & Relationships.2bisacsh08iPrint version:aNutter, Marilyn, 1946-tHope for widowsdGrand Rapids, MI : Our Daily Bread Publishing, [2024]z9781640702844w(DLC) 2023029089 a92bPUL01522nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042001500179050002200194100004200216245015200258250003100410264006200441300002300503336002600526337002800552338002700580504005700607650002200664650002800686650002000714650004200734650005000776880003300826880015700859880003101016880006501047994001201112on1390709539OCoLC20230718213016.0200303s2019 ae b 000 0 ara  a 2020348837 aDLCbengerdacDLC c(3 a9789961528549 a9961528549 a(OCoLC)1390709539 alcodeapcc00aKZ6471b.R87 20191 6880-01aRūshū, Khālid,eauthor.136880-02aal-Uṭur al-nāẓimah li-ḥālat al-ḍarūrah al-ʻaskarīyah fī al-qānūn al-duwalī al-insānī /cD. Khālid Rūshū. 6880-03aal-Ṭabʻah 2019. 16880-04aal-Jazāʼir :bDār al-Khaldūnīyah,c2019. a381 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 337-371). 0aHumanitarian law. 0aWar (International law) 0aNecessity (Law) 0aWar victimsxLegal status, laws, etc. 0aPacific settlement of international disputes.1 6100-01aروشو، خالد.126245-02aالأطر الناظمة لحالة الضرورة العسكرية في القانون الدولي الإنساني /cد. خالد روشو. 6250-03aالطبعة 2019. 16264-04aالجزائر :bدار الخلدونية،c2019. a92bPUL01483nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285050001000293082002800303100002800331245006000359263000900419264005500428300002200483336002600505337002600531338003600557504005100593520010700644588010300751650001500854650003700869776015500906994001201061on1390709553OCoLC20230718213016.0m o d cr |||||||||||230713s2024 mau ob 001 0 eng  a 2023028464 aDLCbengerdacDLC a9780262379038q(pdf) a0262379031 a9780262379021q(epub) a0262379023 z9780262548229q(paperback) a(OCoLC)1390709553 apcc00aHB17100a330.01223/eng/202307131 aSpiegler, Ran,eauthor.14aThe curious culture of economic theory /cRan Spiegler. a2403 1aCambridge, Massachusetts :bThe MIT Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"One economist's reflections on the professional culture of economic theory"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEconomics. 0aEconomicsxSociological aspects.08iPrint version:aSpiegler, Ran.tCurious culture of economic theorydCambridge, Massachusetts : The MIT Press, [2024]z9780262548229w(DLC) 2023028463 a92bPUL02139nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001100254082003300265100003200298245013700330263000900467264006200476300002200538336002600560337002600586338003600612504005100648520052600699588010301225650009401328650007801422650002801500700002901528776016001557994001201717on1390709560OCoLC20230718213016.0m o d cr |||||||||||230525s2024 nhu ob 001 0 eng  a 2023018096 aDLCbengerdacDLC a9781625316325q(ebook) a1625316321 z9781625316318q(paperback) a(OCoLC)1390709560 apcc00aLB157600a372.62/3044223/eng/202307151 aLa Rocca, Whitney,eauthor.10aPatterns of revision, grade 3 :binviting 3rd graders into conversations that elevate writing /cWhitney La Rocca and Jeff Anderson. a2312 1aPortsmouth, New Hampshire :bStenhouse Publishers,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"With every lesson grounded in the critical strategy of writers talking out their revisions, Patterns of Revision will establish routines, practices, and mindsets to set you and your students up for success from day one. Discover the joy inherent in writing - and writing instruction - when we explore revision through engaging inquiry and the study of models, building flexible, competent revisors, step-by-step, in an open-ended discussion of meaning driven revision choices and their effects"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEnglish languagexComposition and exercisesxStudy and teaching (Elementary)xEvaluation. 0aComposition (Language arts)xStudy and teaching (Elementary)xEvaluation. 0aThird grade (Education)1 aAnderson, Jeff,eauthor.08iPrint version:aLa Rocca, Whitney.tPatterns of revision, grade 3dPortsmouth, New Hampshire : Stenhouse Publishers, 2024z9781625316318w(DLC) 2023018095 a92bPUL02336nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020003100151020003100182035002200213042000800235043003900243050001000282082003000292100002800322245011600350263000900466264004900475300002300524336002600547337002600573338003600599490002500635504005100660505005700711520072800768588010301496650002801599650002501627650003001652650003201682776017601714994001201890on1390709561OCoLC20230718213016.0m o d cr |||||||||||230517s2023 nyu ob 001 0 eng  a 2023023405 aDLCbengerdacDLC a9798886979237q(adobe pdf) z9798886977936q(hardcover) a(OCoLC)1390709561 apcc au-at---an-cn---au-nz---an-us---00aK106600a346/.082223/eng/202307131 aBaber, Graeme,eauthor.13aAn overview of banking law in four English-language jurisdictions /cGraeme Baber, researcher in financial law. a2308 1aHauppauge :bNova Science Publishers,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLaws and legislation aIncludes bibliographical references and index.0 aAustralia -- Canada -- New Zealand -- United States. a"In each of Chapters 1 to 4, the monograph introduces the legal system of four English-Language jurisdictions, namely Australia, Canada, New Zealand and the United States of America, and then considers the regulators, and some of the laws that regulate, banking activities there. Chapter 5 comprises concluding comments, based upon the work performed for the earlier chapters. In all three federal jurisdictions, namely, Australia, Canada, and the United States of America, banking law falls within the purview of the federal government. Notwithstanding this, the structure and content of the laws differs to some extent - which is a result, in part, of the particular history of the jurisdiction"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aBanking lawzAustralia. 0aBanking lawzCanada. 0aBanking lawzNew Zealand. 0aBanking lawzUnited States.08iPrint version:aBaber, Graeme.tOverview of banking law in four English-language jurisdictionsdHauppauge : Nova Science Publishers, 2023z9798886977936w(DLC) 2023023404 a92bPUL02668nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192020002500223020001500248020003000263035002200293042000800315050001100323082002700334100004000361245012300401263000900524264003500533300002300568336002600591337002600617338003600643490005200679504004100731520099000772588010301762650002701865650004101892650003801933700003401971700004402005776013702049994001202186on1390709562OCoLC20230718213016.0m o d cr |||||||||||230710s2023 nyu ob 000 0 eng  a 2023027959 aDLCbengerdacDLC a9781636670829q(mobi) a1636670822 z9781636671666q(paperback) a9781636670812q(pdf) a1636670814 z9781636671673q(hardback) a(OCoLC)1390709562 apcc00aLB14.700a370.1223/eng/202307141 aLatremouille, Jodi,d1978-eauthor.13aAn ecological pedagogy of joy :bon relations, aliveness and love /cJodi Latremouille, Lesley Tait, David W. Jardine. a2310 1aNew York :bPeter Lang,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aComplicated conversation,x1534-2816 ;vVol. 59 aIncludes bibliographical references. a"An Ecological Pedagogy of Joy is an interweaving that explores the conduct of pedagogy in these ecologically sorrowful times. Drawing upon our collective experiences as teachers and students, as well as First Nations ancestries and knowledge, ecological images and ideas, and threads of thought from interpretive traditions, our book not only speaks about these matters, but is organized to provide readers with pathways, alternating voices, deep philosophical ventures, and personal and practice examples. This book is a valuable resource for any practicing teacher or education student (graduate or undergraduate) who is interested in exploring emerging ventures into relations, aliveness, and love as keys to the well-being of schools. It also provides examples of how interpretive work can be done in a rigorous and scholarly manner, and carefully threads into this First Nations ideas and practices that enhance and elaborate the pathways we have taken"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducationxPhilosophy. 0aEnvironmental educationxPhilosophy. 0aTraditional ecological knowledge.1 aTait, Lesley,d1979-eauthor.1 aJardine, David William,d1950-eauthor.08iPrint version:aLatremouille, Jodi, 1978-tEcological pedagogy of joydNew York : Peter Lang, 2023z9781636671666w(DLC) 2023027958 a92bPUL01513nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163035002200189042000800211043001200219050002500231082003200256100002600288245009800314250002000412263000900432264002900441300001400470336002600484337002800510338002700538490002700565520027700592650004000869650003500909651003900944776013200983994001201115on1390709563OCoLC20230718213016.0230717s2023 ilu 000 0 eng  a 2023032449 aDLCbengerdacDLC a9781572843318q(hardcover) a1572843314 z9781572848801q(epub) a(OCoLC)1390709563 apcc an-us-wi00aTX907.3.W6bF35 202300a647.957504223/eng/202307171 aFaiola, Ron,eauthor.10aWisconsin supper clubs :pan old fashioned experience /cWords and photography by Ron Faiola. aSecond edition. a2311 1aChicago :bAgate,c2023. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aWisconsin supper clubs a"Supper clubs guru Ron Faiola is back with updated chronicles and beautiful new photographs from the clubs that captured the attention of readers of his first three books, and also features several new venues shaking up this midwestern tradition"--cProvided by publisher. 0aRestaurantszWisconsinvGuidebooks. 0aDinners and diningzWisconsin. 0aWisconsinxDescription and travel.08iOnline version:aFaiola, Ron.tWisconsin supper clubsbSecond edition.dChicago : Agate, 2023z9781572848801w(DLC) 2023032450 a92bPUL01778nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179043001200187050002200199100007400221245010000295264009100395300002300486336002600509337002800535338002700563500015900590504005700749650003500806650004300841880013800884880014601022880023601168994001201404on1390709580OCoLC20230718213016.0201203s2019 ru b 000 0 rus  a 2021429604 aDLCbengerdacDLC c(N a9785725330083 a5725330087 a(OCoLC)1390709580 apcc ae-ru---00aKLB858b.V56 20191 aVinichenko, I︠U︡. V.q(I︠U︡lii︠a︡ Varazdatovna),eauthor.106880-01aGrazhdanskiĭ oborot :bopyt sistemnogo issledovanii︠a︡ /cI︠U︡.V. Vinichenko. 16880-02aIrkutsk :bIzdatelʹstvo Baĭkalʹskogo gosudarstvennogo universiteta,c2019. a373 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 6880-03aAt head of title: Ministerstvo nauki i vysshego obrazovanii︠a︡ Rossiĭskoĭ Federat︠s︡ii, Baĭkal'skiĭ gosudarstvennyĭ universitet. aIncludes bibliographical references (pages 319-373). 0aContractszRussia (Federation) 0aObligations (Law)zRussia (Federation)106245-01aГражданский оборот :bопыт системного исследования /cЮ.В. Виниченко. 16264-02aИркутск :bИздательство Байкальского государственного университета,c2019. 6500-03aAt head of title: Министерство науки и высшего образования Российской Федерации, Байкальский государственный университет. a92bPUL01146nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002900117020001500146035002200161042000800183043001200191050002600203100004100229245008600270250002000356264008000376300005300456336002600509337002800535338002700563500002000590504007900610600003100689650004100720650003500761994001200796on1390709586OCoLC20230718213016.0220716s2022 gw ah b 001 0 ger  a 2022389054 aDLCbengerdacDLC a9783947373697qhardbound a3947373694 a(OCoLC)1390709586 apcc ae-gx---00aML410.M4395bB48 20221 aBeuys, Barbara C.,d1943- ,eauthor.10aEmilie Mayer, Europas grösste Komponistin :beine Spurensuche /cBarbara Beuys. a2 Auflage 2022. 1aWeilerswist-Metternich :bDittrich, ein Imprint der Velbrück GmbH,c2022. a235 pages :billustrations, facsimilies ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. aIncludes bibliographical references and sources (pages 219-230) and index.10aMayer, Emilie,d1812-1883. 0aWomen composerszGermanyvBiography. 0aComposerszGermanyvBiography. a92bPUL00756nam a2200265 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002900180100004500209245005300254264003600307300004000343336002600383337002800409338002700437490001400464994001200478on1390709587OCoLC20230718213016.0220514s2021 ag a 000 1 spa  a 2022409782 aDLCbengerdacDLC a9789874147844 a9874147849 a(OCoLC)1390709587 apcc00aPQ7798.422.A87bH39 20151 aLastero, Lucila Rosario,d1978-eauthor.13aUn tango interminable /cLucila Rosario Lastero. 1a[Morón?] :bMacedonia,c2021. a62 pages :billustrations ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNarrativa a92bPUL01622nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146043001200154050002400166245016900190264009500359300004000454336002600494337002800520338002700548610007300575650006300648710009000711880014100801880008400942880006301026880002501089880006701114880007901181994001201260on1390709594OCoLC20230718213016.0211110s2021 ja a f000 0 jpn  a 2021422341 aDLCbengerdacDLC c$1 a(OCoLC)1390709594 apcc aa-ja---00aUA849.K96bF85 2021006880-01aFukuchiyama to Jieitai no ayumi :bRikujō Jieitai Fukuchiyama Chūtonchi sōritsu 70-shūnen kinenshichenshū Fukuchiyama Chūtonchi Kōhōshitsu. 16880-02a[Kyōto-fu Fukuchiyama-shi] :bFukuchiyama Jieitai Kyōryokukai,cReiwa 3 [2021] a179 pages :billustrations ;c31 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier106880-03aJapan.bRikujō Jieitai.bFukuchiyama ChūtonchixHistory. 0aMilitary bases, JapanesezJapanzFukuchiyama-shixHistory.1 6880-04aJapan.bRikujō Jieitai.bFukuchiyama Chūtonchi.bKōhōshitsu,eeditor.006245-01a福知山と自衛隊の步み :b陸上自衛隊福知山駐屯地創立70周年記念誌 /c編集福知山駐屯地広報室. 16264-02a[京都府福知山市] :b福知山自衛隊協力会,c令和3 [2021] 6500-00a共同刊行: 宮津の鄉土を愛する友の会 6504-00a年表あり146610-03aJapan.b陸上自衛隊.b福知山駐屯地xHistory.1 6710-04aJapan.b陸上自衛隊.b福知山駐屯地.b広報室,eeditor. a92bPUL01107nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192100003500216245013400251264006700385300005500452336002600507337002800533338002700561490003700588504005700625651004400682650005500726994001200781on1390709595OCoLC20230718213016.0220313s2020 ht adb b 000 0 fre  a 2022490121 aDLCbengerdacDLC a9789997064547 a9997064542 a(OCoLC)1390709595 apcc anwht---00aHC153.Z7bV475 20201 aLucien, Georges Eddy,eauthor.10aEspaces périphériques et économie d'archipel :bla trajectoire contemporaine de Verrettes (Haïti) /cGeorges Eddy Lucien. 1aPort-au-Prince, Haïti :bÉditions Gouttes-Lettres,c[2020] a234 pages :billustrations, charts, maps ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCollection Études haïtiennes aIncludes bibliographical references (pages 229-234). 0aVerrettes (Haiti)xEconomic conditions. 0aGlobalizationxEconomic aspectszHaitizVerrettes. a92bPUL00793nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001500134051003900149100006100188245002700249260005000276300002400326650003500350650004200385700005300427710005900480994001200539on1390709628OCoLC20230718213016.0820519s1700 fr 000 0 fre  a 31025080  aDLCbengcDLC a(OCoLC)139070962800aHQ800b.S8 aHQ800b.S8 Copy 2cToinet no. 12321 aSuchon, Gabrielle,dactive 1698-1700. [from old catalog]10aDu celibat volontaire. aA Paris,bChez Jean & Michel Guignard,c1700. a2 v.c18 cm. (12mo) 0aCelibacyvEarly works to 1800. 0aConduct of lifevEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01218nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192245017200216250002500388264006200413300002500475336002600500337002800526338002700554490004700581504004100628610006900669650001900738650003200757700007900789994001200868on1390709644OCoLC20230718213016.0230524s2020 sp b 000 0 spa  a 2023417825 aDLCbengerdacDLC a9788413092850 a841309285X a(OCoLC)1390709644 apcc ae-sp---00aKKT880b.C6625 202000aComentarios a la Ley de arrendamientos urbanos /cRodrigo Bercovitz Rodríguez-Cano (coordinador) ; autores, Rodrigo Bercovitz Rodríguez-Cano [and fourteen others]. aSéptima edición. 1aCizur Menor (Navarra) :bThomson Reuters Aranzadi,c2020. a1527 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Grandes tratados Aranzadi ;v7 aIncludes bibliographical references.10aSpain.tLey 29/1994, de 24 noviembre, de arrendamientos urbanos. 0aLeaseszSpain. 0aLandlord and tenantzSpain.1 aBercovitz Rodríguez-Cano, Rodrigo,ewriter of added commentary,eeditor. a92bPUL02882nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043001200265050002500277082003000302100004200332245007400374263000900448264003800457300001300495336002600508337002800534338002700562504005100589520179000640610003102430650003502461994001202496on1390709650OCoLC20230718213016.0230609s2024 nyu b 001 0 eng  a 2023018895 aDLCbengerdacDLC a9780367427443q(hardback) a0367427443 a9781032575728q(paperback) a1032575727 z9781003001065q(ebook) a(OCoLC)1390709650 apcc an-us---00aHG3751.7b.C374 202400a332.7/43223/eng/202307171 aCash, Danielc(Law teacher),eauthor.12aA modern credit rating agency :bthe story of Moody's /cDaniel Cash. a2309 1aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book aims to present a picture of one of the world's leading credit rating agencies. Credited as being the first credit rating agency, Moody's stands as the epitome of the rating sector and all that it effects. However, outside of internal and non-public histories compiled within the rating agency itself, the story of Moody's has never been told, until now. However, this is not a historical book. Rather, this book paints a picture of Moody's on a wider canvass that introduces the concept of rating to you, taking into account the origins of the sector, the competitive battles that formed the modern-day oligopoly, and the characters that have each taken their turn on sculpting the industry that, today, is critical to the modern economy. The book is a story of personable people who provided the market with what it needed, but it is more than that. It is a story of conflict, impact, strategy, and most of all the relationship between big business and modern society. Standing as the gatekeeper to the capital markets that form the core of modern society, Moody's represents the very best of what the marketplace can produce, but also the very worst. This story takes in economic crises in the antebellum United States, the Panics of the early 1900s, the Wall Street Crash and the Great Depression and, of course, the Global Financial Crisis. It does this because, at the heart of each one was a member of the rating industry or the reporting industry that preceded it. Associated with almost any financial scandal you may care to remember the credit rating agencies, in their often-uncomfortable role as gatekeepers, have their fingerprints on most financial scandals and calamities. This book tells the story of the industry's founding member"--cProvided by publisher.20aMoody's Investors Service. 0aCredit ratingszUnited States. a92bPUL00714nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001400134051003800148100007800186245002300264260004500287300001800332650001000350700005300360710005900413994001200472on1390709651OCoLC20230718213016.0810220s1695 ne 000 0 fre  a 31023497  aDLCbengcDLC a(OCoLC)139070965100aHQ19b.P7 aHQ19b.P7 Copy 2cToinet no. 11781 a[Pringy, (de Marenville),cMme. de]dactive 1694-1709. [from old catalog]12aL'amour a la mode. aA Amsterdam,bChez George Galler,c1695. ap. cm. (12mo) 0aLove.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01537nas a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050002000172130004000192245002100232264007600253300003700329310001400366336002600380337002800406338002700434362003000461362004500491500009200536546008600628588005400714650003000768650004900798650006400847650006600911650003900977710005201016850000801068936002701076994001201103on1390709697OCoLC20230718213016.0230718u2019uuuuiq qr p 0 0kuro  a 2023355201 aDLCbengcDLCerda a(OCoLC)13907096971 akurhmul apcc aa-iq---00aDS70.8.K8bS4760 aSerdemî nwê (Kurdistān, Iraq)10aSerdemî nwê. 1aSilemanî [Kurdistan, Iraq] :bDezgay Çap u Pexşî Serdem,c2019- avolumes :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Beharî 2019)-0 aSałî yekem, jimare 1 (Beharî 2022)- a"Werznameyekî keltûrîy giştîye, Dezgay Çap u Pexşî Serdem derîdekat." aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.1 aJimare 2 (Hawînî 2019); ttle from title page. 0aKurdszIraqvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aLiterature, ModernvTranslations into KurdishvPeriodicals. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aCivilization, ModernvPeriodicals.2 aDezgay Çap u Pexşî Serdem,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01291nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050001800159245001300177264007100190300005100261310001400312336002600326337002800352338002700380362003000407500004700437546004000484588004300524650006600567650004700633650004100680651005600721650004300777650003800820850000800858936002700866994001200893on1390709717OCoLC20230718213016.0230718c20179999iq qr p 0 0kur  a 2023355196 aDLCbengerdacDLC a(OCoLC)1390709717 apcc aa-iq---00aPK6901b.A32900aKelên. 3aSoran, Hewlêr [Kurdistan, Iraq :bÇapxaney R̄ojhełat,c2017- avolumes :bchiefly color illustrations,c20 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Beharî 2017)- a"Govarêkî edebî hunerî werzîye." aIn Sorani Kurdishb(Arabic script).1 aJimare 5 (2018); ttle from title page. 0aKurdihs literaturezIraqxHistory and criticismvPeriodicals. 0aCriticismzIraqzKurdistānvPeriodicals. 0aArtzIraqzKurdistānvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals. 0aKurdsxCivilizationvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01225cas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001700122035002200139037005000161042001400211050001700225082002500242110003700267222006300304245005700367246003200424246004100456264003400497300003800531310001100569321001300580336002600593337002800619338002700647588004500674588002700719610003800746650003500784850000800819994001200827on1390709742OCoLC20230718213016.0230718u18uuuuuunyuar c 0 a0eng  a 2023204287 aDLCbengerdacDLCdDLC0 a2993-457521 a(OCoLC)1390709742 bAugust Pollmann, No. 58 Maiden Lane, New York apccansdp00aML155b.P65a00a784223/eng/202307182 aAugust Pollmann (Firm),eauthor. 0aCatalogue of musical merchandiseb(August Pollmann (Firm))10aCatalogue of musical merchandise /cAugust Pollmann.1 aAugust Pollmann's catalogue1 aAugust Pollmann's complete catalogue 1aNew York :b[August Pollmann] avolumes :billustrations ;c27 cm aAnnual aBiennial atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aEdition G (1887/1888); title from cover.1 aEdition L (1895/1896).20aAugust Pollmann (Firm)vCatalogs. 0aMusical instrumentsvCatalogs. aDLC a92bPUL02040cas a22004337i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001700122035002200139042001400161050001600175082002500191111007200216210004600288222008400334245007600418246000800494246006900502246004300571246009100614246008300705264003700788264005300825310001100878336002600889337002800915338002700943362002800970588005300998588002901051776021001080780018901290856006801479856004701547994001201594on1390709786OCoLC20230718213016.0230718c20159999njuar 1 a0eng  a 2023202261 aDLCbengerdacDLCdDLC0 a2993-458321 a(OCoLC)1390709786 ansdpamsc10aISSN RECORD10a621223/eng/202307182 aInternational Conference on Research and Education in Mechatronics.0 aInt. Conf. Res. Educ. Mechatron.b(Print) 0a... International Conference on Research and Education in Mechatronicsb(Print)10a... International Conference on Research and Education in Mechatronics.1 aREM1 aInternational Conference on Research & Education in Mechatronics1 aResearch and Education in Mechatronics1 aProceedings for the International Conference on Research and Education in Mechatronics1 aInternational Conference on Research and Education in Mechatronics proceedings 1a[Piscataway, New Jersey] :bIEEE 2aRed Hook, NY :bAvailable from Curran Associates aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: 16th (2015)0 a16th (2015) ; title from title page (surrogate).1 a21st (2020) (surrogate).08iOnline version:aInternational Conference on Research and Education in Mechatronics.t... International Conference on Research and Education in Mechatronicsx2993-4591w(DLC) 2023202262w(OCoLC)107647441800aInternational Workshop on Research and Education in Mechatronics.t... International Workshop on Research and Education in Mechatronicsx2993-4559w(DLC) 2023202259w(OCoLC)139070026641uhttps://ieeexplore.ieee.org/xpl/conhome/1804050/all-proceedings42uhttps://www.proceedings.com/zSearch "REM" a92bPUL01426cas a2200409 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002800128035002200156042000800178050001100186245006300197246004200260246004200302264004800344300002400392310001100416336002600427337002600453338003400479500003900513500008300552515004100635588003800676588001400714610004700728650003500775710006100810710004000871776008500911850000800996994001201004on1390709829OCoLC20230718213016.0m q d co |g|||||||||230718u20uuuuuumouar psq 0 a0eng  a 2023207307 aDLCbengerdacDLCdDLC a(OCoLC)1390709829 apcc00aBX867000aWorship resources :bbeginning advent ... up to advent ...1 aBeginning advent ... up to advent ...1 aCommunity of Christ worship resources 1aIndependence, MO :bHerald Publishing House aCD-ROMs ;c4 3/4 in aAnnual atextbtxt2rdacontent acomputerbc2rdamedia acomputer discbcd2rdacarrier aEach issue also has a theme title. aChurch of Christ follows a three year lectionary cycle, Year A through Year C. a2012/2012 volume also called Year C.0 a2012/2013; title from disc label.1 a2012/201320aCommunity of ChristxLiturgyvPeriodicals. 0aWorship programsvPeriodicals.2 aHerald Publishing House (Independence, Mo.),epublisher.2 aCommunity of Christ,eissuing body.08iPrint version:tWorship resourcesx1553-1287w(DLC) 2004209554w(OCoLC)56627660 aDLC a92bPUL01351cas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022002500122035002200147042000800169043001200177050001500189245007200204246001100276264009700287300004300384310001100427336002600438337002800464338002700492362003100519500010000550588005400650588003100704650005100735650003700786650005200823710008200875850000800957994001200965on1390709834OCoLC20230718213016.0230718c20219999nr uu j 0 0eng  a 2023213102 aDLCbengerdacDLCdDLC a2814-290Xl2814-290X a(OCoLC)1390709834 apcc af-nr---00aG143b.J3500aJalingo journal of geography and environmental resource management.1 aJJGERM 1aJalingo, Taraba State, Nigeria :bDepartment of Geography, Taraba State University,c[2021]- avolumes :billustration, maps ;c27 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aVol. 1, no. 1 (July 2021). a"A journal of Department of Geography, Taraba State University, Jalingo, Taraba State Nigeria".0 aVol. 1, no. 1 (July 2021); title from title page.1 aVol. 1, no. 1 (July 2021). 0aEnvironmental geographyzNigeriavPeriodicals. 0aGeographyzNigeriavPeriodicals. 0aEnvironmental managementzNigeriavPeriodicals.2 aTaraba State University.bDepartment of Geography,eissuing body,epublisher. aDLC a92bPUL01097nas a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117043001200139050002000151110004300171245008600214246007000300264005600370300003800426310001100464336002600475337002800501338002700529362001000556588005500566588003400621650004200655650005400697850000800751994001200759on1390709858OCoLC20230718213016.0230718u2015uuuugy ar f0 0eng  a 2023325844 aDLCbengerdacDLC a(OCoLC)1390709858 as-gy---00aHJ9923.G87bG871 aGuyana.bMinistry of Finance,eauthor.10aPublic debt annual report /cCooperative Republic of Guyana, Ministry of Finance.1 iIssues for <2016-> have title:aGuyana public debt annual report. 1a[Georgetown, Guyana] :bMinistry of Finance,c2015- avolumes :billustrations ;c28 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2015-0 aDescription based on: 2015; title from title page.1 aLatest issue consulted: 2017. 0aFinance, PubliczGuyanavPeriodicals. 0aFinance, PubliczGuyanaxAccountingvPeriodicals. aDLC a92bPUL01327nas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001800172245003800190264009600228300005100324310001400375336002600389337002800415338002700443362003100470500009000501546007500591588005200666650003600718650003900754650004300793710007000836850000800906936002700914994001200941on1390709919OCoLC20230718213016.0230718u2016uuuuiq uu p 0 0kuro  a 2023355197 aDLCbengerdacDLC a(OCoLC)13907099191 akurhmul apcc aa-iq---00aB105.T54bN3900aNawext /cNawendî Ẍezelnûs. 1aSilêmanî [Kurdistan, Iraq] :bNawendî Ẍezelnûs bo Çap u Biławkirdinewe,c2016- avolumes :bchiefly color illustrations,c20 cm aIrregular atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Zistanî 2016)- a"Nawextnameyekî bîrî rexneyî hewçerxe, Nawendî Ẍezelnûs derîdekat." aIn Sorani Kurdishb(Arabic script); translated from various languages.1 aJimare 2 (Zistani 2019); title from title page. 0aCritical thinkingvPeriodicals. 0aThought and thinkingvPeriodicals. 0aKurdsxIntellectual lifevPeriodicals.2 aNawendî Ẍezelnûs bo Çap u Biławkirdinewe,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL00987nas a22003138i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204110006700220245008600287263001100373264009600384310001100480336002600491337002600517338003600543856003400579936004800613994001200661on1390710073OCoLC20230718213016.0m o d cr |||||||||||230718c20239999njuar o 0 a0eng  a 2023202100 aDLCbengerdacDLC l10 a2993-461321 a(OCoLC)1390710073 amsc10aISSN RECORD2 aAcademy of Latin American Business and Sustainability Studies.00aProceedings of the Academy of Latin American Business and Sustainability Studies. a202311 1aEast Brunswick, NJ :bAcademy of Latin American Business and Sustainability Studies,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier40uhttps://albus.lat/proceedings aPREPUB: Publication expected: November 2023 a92bPUL01551nas a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050001700168245004600185264007000231300005400301310001400355336002600369337002800395338002700423362003900450500008300489546008600572588002100658588004300679650006600722650006000788650005600848651005600904650004300960650003801003710005301041850000801094936002701102994001201129on1390710091OCoLC20230718213016.0230718c20219999iq qr p 0 0kuro  a 2023355195 aDLCbengerdacDLC a(OCoLC)1390710091 apcc aa-iq---aaw-----00aPK6901b.A5500aWaner /cKomelgey Perwerdeyî Margrêt. 1aSilêmanî [Kurdistan, Iraq :bKomelgey Perwerdeyî Margrêt, avolumes :bchiefly color illustrations,c23x23 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Jimare 1 (05/03/2021). a"Govarêkî edebî werzîye, Komelgey Perwerdeyî Margrêt derîdekat." aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.0 aJimare 2 (2021).1 aJimare 6 (2022); ttle from title page. 0aKurdihs literaturezIraqxHistory and criticismvPeriodicals. 0aKurdihs literaturexHistory and criticismvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals. 0aKurdsxCivilizationvPeriodicals.2 aKomełgey Perwerdeyî Margrêt,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01467nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050001700159245006400176246004600240264009600286300005400382310001400436336002600450337002800476338002700504362003300531500010900564546004000673588005000713650006600763651005600829650004300885650003800928710006800966850000801034936002701042994001201069on1390710186OCoLC20230718213016.0230718c20219999iq qr p 0 0kur  a 2023355200 aDLCbengerdacDLC a(OCoLC)1390710186 apcc aa-iq---00aPK6901b.A1900aDiyalog /cNawendî R̄roşinbîrî w Hunerî Diyalog.1 iTile on page 4 of cover in Latin:aDyalog 1aSoran, Hewlêr [Kurdistan, Iraq :bNawendî R̄roşinbîrî w Hunerî Diyalog,c2021- avolumes :bchiefly color illustrations,c23x23 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Temmûzî 2021)- a"Govarêkî edebî, fikrîy werzîye, Nawendî R̄roşinbîrî w Hunerî Diyalog derîdekat." aIn Sorani Kurdishb(Arabic script).1 aJimare 5 (Temmuz 2022); ttle from title page. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals. 0aKurdsxCivilizationvPeriodicals.2 aNawendî R̄roşinbîrî w Hunerî Diyalog,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01345nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001700172245000900189246001600198246002300214264005600237300003700293310001400330336002600344337002800370338002700398362003200425500009200457546008600549588005100635650006600686650005600752650004900808650004300857850000800900936002700908994001200935on1390710211OCoLC20230718213016.0230718c20219999iq qr p 0 0kuro  a 2023355206 aDLCbengerdacDLC a(OCoLC)13907102111 akurhmul apcc aa-iq---00aPK6908b.A4900a2+5.3 aTû+pênc3 aTû zêde pênc 3a[Kurdistan, Iraq :bÇapxaney Çwarçira,c2021- avolumes :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Hawînî 2021)- a"Govarêkî werzîy edebî w hunerîye, Zana Xelîl u Bahoz Mistefa derîdekat." aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.1 aJimare 4 (Behari 2022); title from title page. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdszIraqzKurdistānvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01316cas a22003737i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005100167042001400218050001600232082002500248210002700273222002700300245004500327264005000372310001400422336002600436337002800462338002700490362005700517500006200574546004900636588006300685588004500748776008300793856005400876994001200930on1390710245OCoLC20230718213016.0230718c20239999cauqr j 0 a0eng  a 2023201026 aDLCbengerdacDLCdDLC l10 a2993-460521 a(OCoLC)1390710245 b211 El Camino Real #852, Santa Clara, CA 95050 apccansdp10aISSN RECORD10a500223/eng/202307180 aShodh Utkarshb(Print) 0aShodh Utkarshb(Print)00aShodh Utkarsh :bresearch arete journal. 1a[Santa Clara, CA] :b[Shodh Utkarsh?],c2023- aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Volume 1, issue 01 (January/March 2023). aEditor: Dr. Naresh Reddy; Chief editor: Dr. Mukesh Konda. aText in English; title in English and Hindi.0 aVolume 1, issue 01 (January/March 2023); title from cover.1 aVolume 1, issue 01 (January/March 2023).08iOnline versiontShodh Utkarshx2993-4648w(DLC) 2023201027w(OCoLC)139071114741uhttps://edwin.co.in/JMS/index.php/SU/issue/view/3 a92bPUL01264nas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001400172245001800186264006900204300003700273310001400310336002600324337002800350338002700378362003900405500005000444546007900494588006600573650005200639650005600691650004700747650004900794850000800843936002700851994001200878on1390710379OCoLC20230718213016.0230718c20219999iq qr p 0 0kuro  a 2023355199 aDLCbengcDLCerda a(OCoLC)13907103790 akurhmul apcc aa-iq---00aPN9b.G4700aGêr̄anewe. 1aHewlêr [Kurdistan, Iraq] :b[publisher not identified],c2021- avolumes :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSałi 1, jimare 1 (Beharî 2021)- a"Govarêkî taybete be gêr̄anewenasî." aIn Sorani and Kurdishb(Arabic script); translated from various languages.1 aSałî 1, jimare 3 (Payîzî 2021); title from title page. 0aLiteraturexHistory and criticismvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aTranslating and interpretingvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01317cas a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122035002200129042000800151043001200159050002500171245005400196264006000250300003800310336002600348337002800374338002700402588007100429588005000500500004400550651006600594651006500660710005000725850000800775880005400783880005600837880005000893994001200943on1390710413OCoLC20230718213016.0230718c20uu9999ja uu p 0 d0jpn  a 2023211691 aDLCbengerdacDLCdDLC c$1 a(OCoLC)1390710413 apcc aa-ja---00aDS894.39.A559bT7878006880-01aTsugarugaku :baruku, miru, kiku Tsugaru. 16880-02aAomori-ken Aomori-shi :bTsugaru ni Manabu Kai. avolumes :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aDescription based on: 12-gō (April 2020); title from title page. aLatest issue consulted: 12-gō (April 2020). aEach issue has also a distictive title. 0aTsugaru Region (Japan)xSocial life and customsvPeriodicals. 0aTsugaru Region (Japan)xDescription and travelvPeriodicals.2 6880-03aTsugaru ni Manabu Kai,eissuing body. aDLC006245-01/$1a津軽学 :b步く見る聞く津軽. 16264-02/$1a青森県青森市 :b津軽に学ぶ会2 6710-03/$1a津軽に学ぶ会,eissuing body. a92bPUL01445nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001800139042000800157043002100165050001800186245005300204264007800257300005100335310001400386336002600400337002800426338002700454362003000481500013900511546009200650588005500742650003500797650004500832651003900877650004300916710005300959850000801012936002701020994001201047on1390710414OCoLC20230718213016.0230718c20219999iq qr p 0 0kuro  a 2023355198 aDLCbengerdacDLC a(OCoLC)13907104140 akurazzaaira apcc aa-iq---aaw-----00aPK6901b.A59300aZiman u zar /cKomełgey Perwerdeyî Margrêt. 1aSilêmanî [Kurdistan, Iraq] :bKomelgey Perwerdeyî Margrêt,c2021- avolumes :bchiefly color illustrations,c25 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Payizî 2021)- a"Govarêkî zamannasîy werzîye, Komelgey Perwerdeyî Margrêt u Rêkxirawî Xanî bo Lêkołînewey Hizrî derîdekat." aIn Sorani and Kurmanji Kurdishb(Arabic script & roman); some texts in Zaza and Gurani.1 aJimare 4 (Hawînî 2022); title from title page. 0aKurdish languagevPeriodicals. 0aKurdish languagexDialectsvPeriodicals. 0aKurdistanxLanguagesvPeriodicals. 0aKurdsxIntellectual lifevPeriodicals.2 aKomełgey Perwerdeyî Margrêt,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL00993cas a22003258i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130003700244245003000281246002700311263001100338264003900349310001100388336002600399337002800425338002700453776009500480856003400575936004600609994001200655on1390710578OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202101 aDLCbengerdacDLCdDLC l10 a2993-462121 a(OCoLC)1390710578 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aTexas search and seizure (Print)10aTexas search and seizure.1 aTexas search & seizure a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tTexas search and seizurex2993-463Xw(DLC) 2023202102w(OCoLC)139071081641uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: August 2023 a92bPUL01300nas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050002200172245002200194264006900216300003700285310002600322336002600348337002800374338002700402362004700429500006600476546007500542588005500617650005900672650005600731650004900787650004300836850000800879936002700887994001200914on1390710641OCoLC20230718213016.0230718c20159999iq qx p 0 0kur  a 2023355207 aDLCbengcDLCerda a(OCoLC)13907106411 akurhmul apcc aa-iq---00aPN6120.9.K87bI4900aÎlyan =bIlian. 3aKelar, Germîyan [Kurdistan, Iraq :bÇapxane: Pencere,c2015- avolumes :billustrations,c21 cm aQuarterly (Irregular) atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSałî yekem, jimare 1 (Hawînî 2015)- a"Govarêkî taybet be wergêr̄anî çirokî biyanî." aIn Sorani Kurdishb(Arabic script); translated from various languages.1 aJimare 7 (Payîzî 2020); title from title page. 0aShort storiesvTranslations into KurdishvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdszIraqzKurdistānvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01256nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001900172245003800191246002200229264007200251300005100323310001400374336002600388337002800414338002700442362002100469500005700490500002200547546005500569588004800624650003600672651003700708650003600745650003000781850000800811936002700819994001200846on1390710771OCoLC20230718213016.0230718c20199999iq qr p 0 0kuro  a 2023355190 aDLCbengerdacDLC a(OCoLC)13907107710 akuraeng apcc aa-iq---00aDS70.8.K8bD3800aDavinşî =bDa Vinci magazine.31aDa Vinci magazine 1aDuhok, Kurdistan Region, Iraq :b[publisher not identified],c2019- avolumes :bchiefly color illustrations,c30 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 a1 (Gulana 2019)- a"Govareka zanistî r̄oşinbîrî giştî ye." aTitle from cover. aIn Kurmanji Kurdishb(Arabic script); and English.1 a7 (Kanuyna êkê, 2021); ttle from cover. 0aKurdszIraqxIntellectual life. 0aKurdistanxHistoryvPeriodicals. 0aIntellectual lifevPeriodicals. 0aKurdszIraqvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01035nas a22003498i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130003800247245003000285246002700315263001100342264003900353310001100392336002600403337002600429338003600455776010200491856003400593936004600627994001200673on1390710816OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202102 aDLCbengerdacDLC l10 a2993-463X21 a(OCoLC)1390710816 bhttps://plus.lexis.com amsc10aISSN RECORD0 aTexas search and seizure (Online)10aTexas search and seizure.1 aTexas search & seizure a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tTexas search and seizure (Print)x2993-4621w(DLC) 2023202101w(OCoLC)13907105784 uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: August 2023 a92bPUL01656nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001900172245010100191264012600292300005100418310001200469336002600481337002800507338002700535362003500562500016700597546005300764588005800817650003000875650004900905650006600954651005601020650003801076710009701114850000801211936002701219994001201246on1390710972OCoLC20230718213016.0230718c20219999iq mr p 0 0kuro  a 2023355194 aDLCbengerdacDLC a(OCoLC)13907109720 akuraeng apcc aa-iq---00aDS70.8.K8bD3900aDîwan /cNawendî Hewlêrî Mektebî Rageyandinî, Yekêtîy Niştîmanî Kurdistan. 1aHewlêr [Kurdistan, Iraq :bNawendî Hewlêrî Mektebî Rageyandinî, Yekêtîy Niştîmanî Kurdistan,c2021- avolumes :bchiefly color illustrations,c27 cm aMonthly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aJimare 1 (Ḧuzeyranî 2021)- a"Govarêkî manganey edebî w r̄oşinbîrî giştîye, Nawendî Hewlêrî Mektebî Rageyandinî, Yekêtîy Niştîmanî Kurdistan derîdekat." aIn Sorani Kurdishb(Arabic script); and English.1 aJimare 13 (Ḧuzeyranî 2022); ttle from title page. 0aKurdszIraqvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxCivilizationvPeriodicals.2 aPatriotic Union of Kurdistan.bNawendî Hewlêrî Mektebî Rageyandinî,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL00972cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130004300244245003600287263001100323264003900334310001100373336002600384337002800410338002700438776010100465856003400566936004600600994001200646on1390711138OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202103 aDLCbengerdacDLCdDLC l10 a2993-465621 a(OCoLC)1390711138 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aNew Jersey cannabis regulation (Print)00aNew Jersey cannabis regulation. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tNew Jersey cannabis regulationx2993-4664w(DLC) 2023202104w(OCoLC)139071257541uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: August 2023 a92bPUL01428nas a22003977i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037005100196042001400247050001600261082002500277210002800302222002800330245004500358264005000403310001400453336002600467337002600493338003600519362005300555500006200608546003100670588011600701588006400817776008300881856005400964994001201018on1390711147OCoLC20230718213016.0m o d | cr |||||||||||230718c20239999cauqr j o 0 a0eng  a 2023201027 aDLCbengerdacDLC l10 a2993-464821 a(OCoLC)1390711147 b211 El Camino Real #852, Santa Clara, CA 95050 apccansdp10aISSN RECORD10a500223/eng/202307180 aShodh Utkarshb(Online) 0aShodh Utkarshb(Online)00aShodh Utkarsh :bresearch arete journal. 1a[Santa Clara, CA] :b[Shodh Utkarsh?],c2023- aQuarterly atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aBegan with: Vol. 1, no. 01 (January/March 2023). aEditor: Dr. Naresh Reddy; Chief editor: Dr. Mukesh Konda. aText in English and Hindi.0 aVol. 1, no. 01 (January/March 2023); title from journal about page (edwin.co.in website, viewed July 18, 2023).1 aVol. 1, no. 01 (January/March 2023) (viewed July 18, 2023).08iPrint version:tShodh Utkarshx2993-4605w(DLC) 2023201026w(OCoLC)139071024540uhttps://edwin.co.in/JMS/index.php/SU/issue/view/3 a92bPUL01006nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130004400247245003600291263001100327264003900338310001100377336002600388337002600414338003600440776010000476856003400576936004600610994001200656on1390712575OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202104 aDLCbengerdacDLC l10 a2993-466421 a(OCoLC)1390712575 bhttps://plus.lexis.com amsc10aISSN RECORD0 aNew Jersey cannabis regulation (Online)10aNew Jersey cannabis regulation. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tNew Jersey cannabis regulationx2993-4656w(DLC) 2023202103w(OCoLC)139071113840uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: August 2023 a92bPUL01504nas a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050001900168245001100187246001200198264005500210300005900265310001200324336002600336337002800362338002700390362002900417500009200446546004200538588005400580650006200634650006600696650005600762650006400818650006600882651005600948650004301004850000801047936002701055994001201082on1390712872OCoLC20230718213016.0230718c20069999iq mr 0 0kur  a 2023355229 aDLCbengerdacDLC a(OCoLC)1390712872 apcc aaw-----aa-iq---00aDS70.8.K8bS6500aSolav.3 aSîlav 3aAmêd [Kurdistan, Iraq :bÇapxana Xebat,c2006- avolumes :bchiefly color illustrations, mapsc25-28 cm aMonthly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aHejmar 1 (Şiwat 2006). a"Kovareka heyvane ya rewşenbîrî giştî ye le devera Amêdiyê derdikevît." aIn Kurmanji Kurdishb(Arabic script).1 aJimare 128 (Tîrmeh 2022); ttle from title page. 0aKurdszIraqzKurdistānxIntellectual lifevPeriodicals. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aPhilosophy, ModernvTranslations into KurdishvPeriodicals. 0aCivilization, ModernvTranslations into KurdishvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01277cas a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122041001300144043001200157050002400169111003700193245002800230264008300258300004100341310001100382336002600393337002800419338002700447362003700474546003100511588007700542588006000619611004100679650005100720650005200771710007200823850000800895994001200903on1390712961OCoLC20230718213016.0230718u200uuuuubl ar p s1 0por  a 2023325845 aDLCbengerdacDLCdDLC a(OCoLC)13907129610 aporaeng as-bl---00aPN1993.43.A43bA43a2 aAmazonas Film Festival,jauthor.10aAmazonas Film Festival. 1aManaus, Brasil :bAmazonas, Governo do Estado, Secretaria de Estado de Cultura avolumes :billustrations ;c24-27 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a5o (7 a 13 de novembro de 2008)- aIn Portuguese and English.0 aDescription based on: 5o (7 a 13 de novembro de 2008); title from cover.1 aLatest issue consulted: 9o (3 a 9 de novembro de 2012).20aAmazonas Film FestivalvPeriodicals. 0aFilm festivalszBrazilzAmazonasvPeriodicals. 0aMotion pictureszBrazilzAmazonasvPeriodicals.1 aAmazonas (Brazil).bSecretaria de Estado da Cultura,eissuing body. aDLC a92bPUL01723cas a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122042000800144043001200152050002000164245008400184246008500268246006300353246001200416264009000428300002100518310002500539336002600564337002800590338002700618362005100645500008000696588006200776588003900838650004300877650003700920650004700957650003701004710007301041710009101114780007601205850000801281994001201289on1390712973OCoLC20230718213016.0230718c20229999nr qx j 0 0eng  a 2023213103 aDLCbengerdacDLCdDLC a(OCoLC)1390712973 apcc af-nr---00aZ665.2.N6bG56500aGloryland international journal of library and information science & education.1 aGloryland international journal of library and information science and education1 aGloryland int'l journal of library and information science1 aGIJLISE 1aWilberforce Island, Bayelsa State [Nigeria] :bWetlands Academic Publishers,c[2022]- avolumes ;c29 cm aFour issues per year atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Volume 1, issue 1 (February 2022). a"A publication of the Nigerian Library Association, Bayelsa State Chapter".0 aVolume 1, issue 1 (February 2022); title from title page.1 aVolume 1, issue 1 (February 2022). 0aLibrary sciencezNigeriavPeriodicals. 0aLibrarieszNigeriavPeriodicals. 0aInformation sciencezNigeriavPeriodicals. 0aEducationzNigeriavPeriodicals.2 aNigerian Library Association.bBayelsa State Chapter,eissuing body.2 aNiger Delta University.bDepartment of Library and Information Science,eissuing body.00tGloryland journal of library and information sciencew(OCoLC)1351861555 aDLC a92bPUL02335nas a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117022002800124035002200152041001800174042000800192043001200200050001800212245007300230246007900303264005000382300003800432310001900470336002600489337002800515338002700543362003000570500017000600546006500770588007600835588005500911651005700966651005301023710014201076850000801218880012101226880007401347880025101421880020501672994001201877on1390713001OCoLC20230718213016.0230718c20189999ru qx p 0 0rus  a 2023214628 aDLCbengerdacDLC c(N a2658-5960l2658-596020 a(OCoLC)13907130010 arusbengfeng apcc ae-urf--00aDK771.D3bT77006880-01aTrudy instituta istorii, arkheologii i ėtnografii DVO RAN.11aProceedings of the Institute of History, Archaeology and Ethnology FEB RAS 16880-02aVladivostok :bIIAĖ DVO RAN,c2018- avolumes :billustrations ;c27 cm aFour no a year atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with Tom 18 (2018). 6880-03aContinues monographic series previously titled "Trudy Otdela istorii i arkheologii Dal'nevostochnogo filiala Sibirskogo otdelenii︠a︡ Akademii nauk SSSR". aTable of contents, summaries, and key words also in English. aDescription based on: Tom 20, published in 2018; title from title page. aLatest issue consulted: Tom 20, published in 2018. 0aRussian Far East (Russia)xAntiquitiesvPeriodicals. 0aRussian Far East (Russia)xHistoryvPeriodicals.2 6880-04aInstitut istorii, arkheologii i ėtnografii narodov Dalʹnego Vostoka (Rossiĭskai︠a︡ akademii︠a︡ nauk),eissuing body. aDLC006245-01/(NaТруды института истории, археологии и этнографии ДВО РАН. 16264-02/(NaВладивосток : :bИИАЭ ДВО РАН,c2018- 6500-03/(NaContinues monographic series previously titled "Труды Отдела истории и археологии Дальневосточного филиала Сибирского отделения Академии наук СССР".2 6710-04/(NaИнститут истории, археологии и этнографии народов Дальнего Востока (Российская академия наук),eissuing body. a92bPUL00941nas a22003258i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204130004300220245002500263246004600288263001100334264006400345310002100409336002600430337002600456338003600482856003800518936004700556994001200603on1390713320OCoLC20230718213016.0m o d cr |||||||||||230718c20239999txubr p o 0 b0spa  a 2023202105 aDLCbengerdacDLC l10 a2993-467221 a(OCoLC)1390713320 amsc10aISSN RECORD0 aEnlace científico (Kingsville, Tex.)00aEnlace científico.1 aEnlace científico e ingenieria aplicada a202310 1aKingsville, Texas :bMario Alberto Gonzalez De Leon,c2023- aEvery two months atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier40uhttps://www.enlacecientifico.com/ aPREPUB: Publication expected: October 2023 a92bPUL01057cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130006900244245006600313263001100379264003900390310001100429336002600440337002800466338002700494776012700521856003400648936004900682994001200731on1390713379OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202106 aDLCbengerdacDLCdDLC l10 a2993-468021 a(OCoLC)1390713379 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aGuide to the law of evidence in the District of Columbia (Print)04aThe Guide to the law of evidence in the District of Columbia. a202309 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tGuide to the law of evidence in the District of Columbiax2993-4699w(DLC) 2023202107w(OCoLC)139071358341uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: September 2023 a92bPUL01003nas a22003258i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204130004300220245003500263263001100298264006700309310001400376336002600390337002600416338003600442776009900478856004200577936004600619994001200665on1390713455OCoLC20230718213016.0m o d cr |||||||||||230718c20239999pauqr p o 0 a0eng  a 2023202109 aDLCbengerdacDLC l10 a2993-471021 a(OCoLC)1390713455 amsc10aISSN RECORD0 aGabby & Min's literary review (Online)10aGabby & Min's literary review. a202308 1aPhiladelphia, Pennsylvania :bGabby & Min Publications,c2023- aQuarterly atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tGabby & Min's literary reviewx2993-4702w(DLC) 2023202108w(OCoLC)139071463340uhttps://gabbyandmin.com/current-issue aPREPUB: Publication expected: August 2023 a92bPUL01091nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130007000247245006600317263001100383264003900394310001100433336002600444337002600470338003600496776012600532856003400658936004900692994001200741on1390713583OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202107 aDLCbengerdacDLC l10 a2993-469921 a(OCoLC)1390713583 bhttps://plus.lexis.com amsc10aISSN RECORD0 aGuide to the law of evidence in the District of Columbia (Online)04aThe Guide to the law of evidence in the District of Columbia. a202309 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tGuide to the law of evidence in the District of Columbiax2993-4680w(DLC) 2023202106w(OCoLC)139071337940uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: September 2023 a92bPUL00943cas a22003018i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145042000800167050001600175130004200191245003500233263001100268264006700279310001400346336002600360337002800386338002700414776010000441856004200541936004600583994001200629on1390714633OCoLC20230718213016.0230718c20239999pauqr p 0 a0eng  a 2023202108 aDLCbengerdacDLCdDLC l10 a2993-470221 a(OCoLC)1390714633 amsc10aISSN RECORD0 aGabby & Min's literary review (Print)10aGabby & min's literary review. a202308 1aPhiladelphia, Pennsylvania :bGabby & Min Publications,c2023- aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tGabby & Min's literary reviewx2993-4710w(DLC) 2023202109w(OCoLC)139071345541uhttps://gabbyandmin.com/current-issue aPREPUB: Publication expected: August 2023 a92bPUL05938nam a2200553 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162035002200180043001200202050002100214245038600235264005600621300003400677336002600711337002600737338003600763500018100799500032400980500006201304504004101366505063701407588010702044610005202151651006602203651006002269651005202329651006302381700005602444710007202500710008502572776011202657856004902769880058602818880007103404880045703475880007203932880105404004880008005058880010605138880012805244994001205372on1390714898OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru ob 100 0 rus  a 2022552980 aDLCbengerdaepncDLC c(N z9785001655442 a(OCoLC)1390714898 ae-ur---00aDK1.5b.I58 2022006880-01aIntegrat︠s︡ionnye prot︠s︡essy na prostranstve SNG :bitogi i perspektivy 30 let razvitii︠a︡ : materialy onlaĭn zasedanii︠a︡ Foruma rektorov gumanitarnykh universitetov i dekanov gumanitarnykh fakulʹtetov gosudarstv-uchastnikov SNG, priurochennogo k 30-letii︠u︡ sozdanii︠a︡ SNG, 4 dekabri︠a︡ 2020 goda /cotvetstvennyĭ redaktor E.I. Pivovar. 16880-02aSankt-Peterburg :bAleteĭi︠a︡,c2022. a1 online resource (157 pages) atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aProceedings of online forum organized by "Rossiĭskoe obshchestvo istorikov-arkhivistov" and "Rossiĭskiĭ gosudarstvennyĭ gumanitarnyĭ universitet" on December 4, 2020. 6880-03aAt head of title: Obshcherossiĭskai︠a︡ obshchestvennai︠a︡ organizat︠s︡ii︠a︡ "Rossiĭskoe obshchestvo istorikov-arkhivistov". Federalʹnoe gosudarstvennoe bi︠u︡dzhetnoe obrazovatelʹnoe uchrezhdenie vysshego obrazovanii︠a︡ "Rossiĭskiĭ gosudarstvennyĭ gumanitarnyĭ universitet". 6880-04a"Nezavisimyĭ alʹi︠a︡ns"--Preliminary page. aIncludes bibliographical references.0 6880-05aIntegrat︠s︡ionnye i dezintegrat︠s︡ionnye prot︠s︡essy na prostranstve SNG. Sodruzhestvo kak faktor stabilʹnosti i ustoĭchivogo razvitii︠a︡ -- Onlaĭn-zasedanie Foruma rektorov gumanitarnykh universitetov i dekanov gumanitarnykh fakulʹtetov gosudarstv-uchastnikov SNG -- Stenogramma vystupleniĭ uchastnikov Foruma rektorov gumanitarnykh universitetov i dekanov gumanitarnykh fakulʹtetov gosudarstv-uchastnikov SNG -- Memorandum uchastnikov onlaĭn-zasedanii︠a︡ Foruma rektorov gumanitarnykh universitetov i dekanov gumanitarnykh fakulʹtetov gosudarstv-uchastnikov SNG, 4 dekabri︠a︡ 2020 goda. aDescription based on online resource; title from digital title page (East View, viewed July 18, 2023).20aCommonwealth of Independent StatesvCongresses. 0aFormer Soviet republicsxPolitics and governmentvCongresses. 0aFormer Soviet republicsxForeign relationsvCongresses. 0aFormer Soviet republicsxRelationsvCongresses. 0aFormer Soviet republicsxEconomic integrationvCongresses.1 6880-06aPivovar, E. I.q(Efim Iosifovich),eeditor.2 6880-07aRossiĭskoe obshchestvo istorikov-arkhivistov,eorganizer.2 6880-08aRossiĭskiĭ gosudarstvennyĭ gumanitarnyĭ universitet,eorganizer.08iPrint version:tIntegrat︠s︡ionnye prot︠s︡essy na prostranstve SNGz9785001655442w(OCoLC)137807271640uhttps://dlib.eastview.com/browse/book/332668006245-01/(NaИнтеграционные процессы на пространстве СНГ :bитоги и перспективы 30 лет развития : материалы онлайн заседания Форума ректоров гуманитарных университетов и деканов гуманитарных факультетов государств-участников СНГ, приуроченного к 30-летию создания СНГ, 4 декабря 2020 года /cответственный редактор Е.И. Пивовар. 16264-02/(NaСанкт-Петербург :bАлетейя,c2022. 6500-03/(NaAt head of title: Общероссийская общественная организация "Российское общество историков-архивистов". Федеральное государственное бюджетное образовательное учреждение высшего образования "Российский государственный гуманитарный университет". 6500-04/(Na"Независимый альянс"--Preliminary page.0 6505-05/(NaИнтеграционные и дезинтеграционные процессы на пространстве СНГ. Содружество как фактор стабильности и устойчивого развития -- Онлайн-заседание Форума ректоров гуманитарных университетов и деканов гуманитарных факультетов государств-участников СНГ -- Стенограмма выступлений участников Форума ректоров гуманитарных университетов и деканов гуманитарных факультетов государств-участников СНГ -- Меморандум участников онлайн-заседания Форума ректоров гуманитарных университетов и деканов гуманитарных факультетов государств-участников СНГ, 4 декабря 2020 года.1 6700-06/(NaПивовар, Е. И.q(Ефим Иосифович),eeditor.2 6710-07/(NaРоссийское общество историков-архивистов,eorganizer.2 6710-08/(NaРоссийский государственный гуманитарный университет,eorganizer. a92bPUL00942cas a22003258i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145042000800167050001600175130001800191245001100209246001700220263001100237264004500248310001400293336002600307337002800333338002700361776007600388780006000464856003100524936004900555994001200604on1390715092OCoLC20230718213016.0230718c20239999nyuqr p 0 a0eng  a 2023202110 aDLCbengerdacDLCdDLC l10 a2993-473721 a(OCoLC)1390715092 amsc10aISSN RECORD0 aGen V (Print)00aGen V.1 aGeneration V a202309 1aNew York, NY :bV Magazine, LLC.,c2023- aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tGen Vx2993-4745w(DLC) 2023202111w(OCoLC)139071565000tMini Vx2834-5320w(DLC) 2022201653w(OCoLC)134828842241uhttps://minivmagazine.com/ aPREPUB: Publication expected: September 2023 a92bPUL01478nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022002500122035002200147042000800169043001200177050002000189245011800209246004100327246003800368246005800406246001100464246000800475264012200483300002100605336002600626337002800652338002700680362004500707588005600752588003300808650004600841710009100887776005100978856003101029850000801060994001201068on1390715121OCoLC20230718213016.0230718c20199999nr uu j 0 0eng  a 2023213105 aDLCbengerdacDLCdDLC a2714-335Xl2714-335X a(OCoLC)1390715121 apcc af-nr---00aHF1176.N6bJ68800aJournal of business educators /cDepartment of Business Education, Faculty of Education, Ambrose Alli University.1 aA.A.U. journal of business educators1 aAAU journal of business educators1 aAmbrose Alli University journal of business educators1 aAAUJBE1 aJBE 1aEkpoma, Edo State, Nigeria :bDepartment of Business Education, Faculty of Education, Ambrose Alli University,c2019- avolumes ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Volume 1, no. 1 (June 2019).0 aVolume 1, no. 1 (June 2019); title from title page.1 aVolume 1, no. 1 (June 2019). 0aBusiness educationzNigeriavPeriodicals.2 aAmbrose Alli University.bDepartment of Business Education,eissuing body,epublisher.08iOnline version:aJournal of business educators41uhttps://www.aaujbe.com.ng/ aDLC a92bPUL01632nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022002500122035002200147042000800169043001200177050002000189245017800209246000800387264009100395300002100486310002400507336002600531337002800557338002700585362004900612500002100661588006000682588003700742650006100779650006100840650005000901710009400951776007301045850000801118856009601126994001201222on1390715170OCoLC20230718213016.0230718c20219999nr fx j 0 0eng  a 2023213104 aDLCbengerdacDLCdDLC a2992-3182l2992-3182 a(OCoLC)1390715170 apcc af-nr---00aZ678.9.A4bN64600aInformation technology and librarianship :bjournal of the Information Technology Section /cpublished by Information Technology Section, Nigerian Library Association (NLA).1 aITL 1aAbuja, Nigeria :bInformation Technology Section, Nigerian Library Association,c2021- avolumes ;c29 cm aTwo issues per year atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Vol. 1, no. 1/2 (December 2021). aSubtitle varies.0 aVol. 1, no. 1/2 (December 2021); title from title page.1 aVol. 1, no. 1/2 (December 2021). 0aLibrariesxInformation technologyzNigeriavPeriodicals. 0aLibrary sciencexTechnological innovationsvPeriodicals. 0aEducational technologyzNigeriavPeriodicals.2 aNigerian Library Association.bInformation Technology Section,eissuing body,epublisher.08iOnline version:tInformation technology and librarianshipx2992-3654 aDLC41uhttp://www.itljournal.nla.ng/index.php/itl/index/zlink no longer valid as of July 18, 2023 a92bPUL01002nas a22003498i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204130001900220245001100239246001700250263001100267264004500278310001400323336002600337337002600363338003600389776007500425780006000500856003100560936004900591994001200640on1390715650OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuqr p o 0 a0eng  a 2023202111 aDLCbengerdacDLC l10 a2993-474521 a(OCoLC)1390715650 amsc10aISSN RECORD0 aGen V (Online)00aGen V.1 aGeneration V a202309 1aNew York, NY :bV Magazine, LLC.,c2023- aQuarterly atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tGen Vx2993-4737w(DLC) 2023202110w(OCoLC)139071509200tMini Vx2834-5339w(DLC) 2022201652w(OCoLC)134828701940uhttps://minivmagazine.com/ aPREPUB: Publication expected: September 2023 a92bPUL02177cas a2200457 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003200128012000600160022001700166035002200183037008400205042001400289050001600303050000800319082002800327210005200355222007200407245006300479264008000542300004000622310001400662336002600676337002600702338003600728362001900764500003500783588022200818588016301040650003901203650003601242700005301278710002701331776012701358856022201485994001201707on1390715709OCoLC20230718213016.0m o d cr |||||||||||230718c20179999flu x m o | a0eng  a 2023202456 aFlBoTFGbengcDLCerdadDLC l10 a2993-475321 a(OCoLC)1390715709 bCRC Press, 6000 Broken Sound Parkway, Northwest, Suite 300 Boca Raton, FL 33487 apccansdp10aISSN RECORD 4aT5500a613.62223/eng/202307180 aSustain. improv. environ. saf. healthb(Online) 0aSustainable improvements in environment safety and healthb(Online)00aSustainable improvements in environment safety and health. 1aBoca Raton [Florida] ;aLondon :bCRC Press, Taylor & Francis Group,c2017- aonline resources :btext files, PDF aIrregular atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aBegan in 2017. aSeries editor: Frances Alston.0 aLean implementation : applications and hidden costs / by Frances Alston, copyrighted 2017; title from series title page (excerpt of book's PDF file supplied by publisher, amazon.com website, viewed February 16, 2023).1 aOccupational exposures : chemical carcinogens and mutagens / Frances Alston and Onwuka Okorie, copyrighted 2023 (routledge.com website, viewed July 18, 2023). 0aEnvironmental healthvPeriodicals. 0aIndustrial safetyvPeriodicals.1 aAlston, Francesc(Industrial engineer),eeditor.2 aCRC Press,epublisher.08iPrint version:tSustainable improvements in environment safety and healthx2993-4761w(DLC) 2023202457w(OCoLC)139071572040uhttps://www.routledge.com/Sustainable-Improvements-in-Environment-Safety-and-Health/book-series/CRCSUSIMPENVSAFqapplication/PDFzDistributed by publisher. Purchase or institutional license may be required for access. a92bPUL01894nas a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002700094012000600121022001700127035002200144037008400166042001400250050002300264050000800287082002800295210005100323222007100374245006300445264008100508300003800589310001400627336002600641337002800667338002700695362001900722500003500741588013700776588012900913650003901042650003601081700005301117776012801170856016201298994001201460on1390715720OCoLC20230718213016.0230718c20179999flu x m | a0eng  a 2023202457 aFlBoTFGbengcDLCerda l10 a2993-476121 a(OCoLC)1390715720 bCRC Press, 6000 Broken Sound Parkway, Northwest, Suite 300 Boca Raton, FL 33487 apccansdp10aCLASSED SEPARATELY 4aT5500a613.62223/eng/202307180 aSustain. improv. environ. saf. healthb(Print) 0aSustainable improvements in environment safety and healthb(Print)00aSustainable improvements in environment safety and health. 1aBoca Raton [Florida] ;aLondon :bCRC Press, Taylor & Francis Group,c2017- avolumes :billustrations ;c24 cm aIrregular atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan in 2017. aSeries editor: Frances Alston.0 aLean implementation : applications and hidden costs / by Frances Alston, copyrighted 2017; title from series title page (surrogate).1 aOccupational exposures : chemical carcinogens and mutagens / Frances Alston and Onwuka Okorie, copyrighted 2023 (surrogate). 0aEnvironmental healthvPeriodicals. 0aIndustrial safetyvPeriodicals.1 aAlston, Francesc(Industrial engineer),eeditor.08iOnline version:tSustainable improvements in environment safety and healthx2993-4753w(DLC) 2023202456w(OCoLC)1390715709413Publisher list of available titles in seriesuhttps://www.routledge.com/Sustainable-Improvements-in-Environment-Safety-and-Health/book-series/CRCSUSIMPENVSAF a92bPUL03086cas a2200481 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003200128012000600160022001700166035002200183037008400205042001400289050001600303050001200319082002500331210003900356222005300395245008100448264008100529300004000610310001400650336002600664337002600690338003600716362001900752500005200771520073800823588031001561588018501871650006602056650006502122650004202187700003102229710002702260776010802287856019702395994001202592on1390716104OCoLC20230718213016.0m o d cr |||||||||||230718c20229999flu x m o | a0eng  a 2023202458 aFlBoTFGbengcDLCerdadDLC l10 a2993-478821 a(OCoLC)1390716104 bCRC Press, 6000 Broken Sound Parkway, Northwest, Suite 300 Boca Raton, FL 33487 apccansdp10aISSN RECORD 4aTS155.700a670223/eng/202307180 aSustain. manuf. technol.b(Online) 0aSustainable manufacturing technologiesb(Online)00aSustainable manufacturing technologies :badditive, subtractive, and hybrid. 1aBoca Raton [Florida] ;aLondon :bCRC Press, Taylor & Francis Group,c2022- aonline resources :btext files, PDF aIrregular atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aBegan in 2022. aSeries editors: Chander Prakash [and 3 others]. a"This book series offers the reader comprehensive insights of recent research breakthroughs in additive, subtractive, and hybrid technologies while emphasizing their sustainability aspects. Sustainability has become an integral part of all manufacturing enterprises to provide various techno-social pathways toward developing environmental friendly manufacturing practices. It has also been found that numerous manufacturing firms are still reluctant to upgrade their conventional practices to sophisticated sustainable approaches. Therefore this new book series is aimed to provide a globalized platform to share innovative manufacturing mythologies and technologies. "--Publisher Web site (routledge.com, viewed February 24, 2023).0 aAdvances in manufacturing technology : computational materials processing and characterization / edited by Rupinder Singh, Sukhdeep Singh Dhami, and B.S. Pabla, copyrighted 2022; title from series title page (excerpt of book's PDF file supplied by publisher, amazon.com website, viewed February 24, 2023).1 aSustainable advanced manufacturing and materials processing : methods and technologies / edited by Sarbjeet Kaushal, copyrighted 2023 (routledge.com website, viewed July 18, 2023). 0aManufacturing industriesxEnvironmental aspectsvPeriodicals. 0aManufacturing processesxEnvironmental aspectsvPeriodicals. 0aSustainable engineeringvPeriodicals.1 aPrakash, Chander,eeditor.2 aCRC Press,epublisher.08iPrint version:tSustainable manufacturing technologiesx2993-4796w(DLC) 2023202459w(OCoLC)139071623940uhttps://www.routledge.com/Sustainable-Manufacturing-Technologies/book-series/CRCSMTASHqapplication/PDFzDistributed by publisher. Purchase or institutional license may be required for access. a92bPUL02855nas a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002700094012000600121022001700127035002200144037008400166042001400250050002300264050001200287082002500299210003800324222005200362245008100414264008000495300003800575310001400613336002600627337002800653338002700681362001900708500005200727520073800779588022501517588016601742650006601908650006501974650004202039700003102081710002702112776010902139856013702248994001202385on1390716239OCoLC20230718213016.0230718c20229999flu x m | a0eng  a 2023202459 aFlBoTFGbengcDLCerda l10 a2993-479621 a(OCoLC)1390716239 bCRC Press, 6000 Broken Sound Parkway, Northwest, Suite 300 Boca Raton, FL 33487 apccansdp10aCLASSED SEPARATELY 4aTS155.700a670223/eng/202307180 aSustain. manuf. technol.b(Print) 0aSustainable manufacturing technologiesb(Print)00aSustainable manufacturing technologies :badditive, subtractive, and hybrid. 1aBoca Raton [Florida] ;aLondon :bCRC Press, Taylor & Francis Group,c2022- avolumes :billustrations ;c24 cm aIrregular atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan in 2022. aSeries editors: Chander Prakash [and 3 others]. a"This book series offers the reader comprehensive insights of recent research breakthroughs in additive, subtractive, and hybrid technologies while emphasizing their sustainability aspects. Sustainability has become an integral part of all manufacturing enterprises to provide various techno-social pathways toward developing environmental friendly manufacturing practices. It has also been found that numerous manufacturing firms are still reluctant to upgrade their conventional practices to sophisticated sustainable approaches. Therefore this new book series is aimed to provide a globalized platform to share innovative manufacturing mythologies and technologies. "--Publisher Web site (routledge.com, viewed February 24, 2023).0 aAdvances in manufacturing technology : computational materials processing and characterization / edited by Rupinder Singh, Sukhdeep Singh Dhami, and B.S. Pabla, copyrighted 2022; title from series title page (surrogate).1 aSustainable advanced manufacturing and materials processing : methods and technologies / edited by Sarbjeet Kaushal [and 3 others], copyrighted 2023 (surrogate). 0aManufacturing industriesxEnvironmental aspectsvPeriodicals. 0aManufacturing processesxEnvironmental aspectsvPeriodicals. 0aSustainable engineeringvPeriodicals.1 aPrakash, Chander,eeditor.2 aCRC Press,epublisher.08iOnline version:tSustainable manufacturing technologiesx2993-4788w(DLC) 2023202458w(OCoLC)1390716104413Publisher list of available titles in seriesuhttps://www.routledge.com/Sustainable-Manufacturing-Technologies/book-series/CRCSMTASH a92bPUL01106cas a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122043001200144050001900156110005100175245010700226264002600333300003800359310001100397336002600408337002800434338002700462362001000489588007400499588005300573610005500626650003100681650004800712850000800760994001200768on1390716507OCoLC20230718213016.0230718u201uuuuubl ar f0 0por  a 2023325846 aDLCbengerdacDLCdDLC a(OCoLC)1390716507 as-bl---00aTC558.B6bA44a2 aAgência Nacional de Aguas (Brazil),eauthor.10aRelatório de segurança de barragens /cAgência Nacional de Águas, Ministério do Meio Ambiente. 1aBrasília, DF :bANA avolumes :billustrations ;c30 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2017-0 aDescription based on: 2017, published in 2018; title from title page.1 aLatest issue consulted: 2019, published in 2020.20aAgência Nacional de Aguas (Brazil)vPeriodicals. 0aDamszBrazilvPeriodicals. 0aDamszBrazilxSafety measuresvPeriodicals. aDLC a92bPUL01131cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130007600244245005200320263001100372264003900383310001100422336002600433337002800459338002700487776011700514856012600631936004800757994001200805on1390716532OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202112 aDLCbengerdacDLCdDLC l10 a2993-480X21 a(OCoLC)1390716532 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aMichigan criminal law and procedure with forms (New York, N.Y. : Print)10aMichigan criminal law and procedure with forms. a202311 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tMichigan criminal law and procedure with formsx2993-4818w(DLC) 2023202113w(OCoLC)139071688041uhttps://store.lexisnexis.com/categories/content-type/forms-159/michigan-criminal-law-and-procedure-with-forms-skuSKU02965 aPREPUB: Publication expected: November 2023 a92bPUL01165nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130007700247245005200324263001100376264003900387310001100426336002600437337002600463338003600489776011600525856012600641936004800767994001200815on1390716880OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202113 aDLCbengerdacDLC l10 a2993-481821 a(OCoLC)1390716880 bhttps://plus.lexis.com amsc10aISSN RECORD0 aMichigan criminal law and procedure with forms (New York, N.Y. : Online)10aMichigan criminal law and procedure with forms. a202311 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tMichigan criminal law and procedure with formsx2993-480Xw(DLC) 2023202112w(OCoLC)139071653240uhttps://store.lexisnexis.com/categories/content-type/forms-159/michigan-criminal-law-and-procedure-with-forms-skuSKU02965 aPREPUB: Publication expected: November 2023 a92bPUL01030cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130003600244245002900280263001100309264003900320310001100359336002600370337002800396338002700424776009400451856011300545936004600658994001200704on1390717278OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202114 aDLCbengerdacDLCdDLC l10 a2993-483421 a(OCoLC)1390717278 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aIndiana personal injury (Print)10aIndiana personal injury. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tIndiana personal injuryx2993-4842w(DLC) 2023202115w(OCoLC)139071739941uhttps://store.lexisnexis.com/categories/shop-by-jurisdiction/indiana-193/indiana-personal-injury-skuSKU07431 aPREPUB: Publication expected: August 2023 a92bPUL01636cas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001400122035002200136050001400158222007800172245010800250246003700358246004000395246007700435246001800512246010700530246009900637260002500736300003800761310002200799336002600821337002800847338002700875362001800902546013600920588004001056588004301096650003301139710004601172850000801218994001201226on1390717284OCoLC20230718213016.0230718c19589999aj bx p 0 0aze  a 2022212638 aDLCbengerdacDLCdDLC a2218-8754 a(OCoLC)139071728400aQE26bX33 0aXäbärla̕r. Yer elmlarib(Azärbaycän milli elmlär akademiyası)00aXäbärlär.pYer elmläri =bIzvestii︠a︡. Nauki o zemle = Proceedings. The Sciences of Earth.31aIzvestii︠a︡.pNauki o zemle31aProceedings.pThe sciences of earth16aAzärbaycan Milli Elmlär Akademiyası. Xäbärlär.pYer elmläri3 aYer elmläri16aIzvestii︠a︡ Nat︠s︡ionalʹnai︠a︡ akademii nauk Azerbaĭdzhana.pSerii︠a︡ Nauki o zemle14aProceedings of the National Academy of Sciences of the Republic of Azerbaijan (Earth sciences) aBakı :bNafta-Press avolumes :billustrations ;c24 cm aSix issues a year atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan in 1958 aIn Azerbaijani (roman) or Russian, with summaries in English, Azerbaijani or Russian; table of contents in Azerbaijani and Russian. aDescription based on: 2017, no 1-2. aLatest issue consulted: no 1-2 (2017). 0aEarth SciencesvPeriodicals.2 aAzärbaycan Milli Elmlär Akademiyası. aDLC a92bPUL01069cas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002800128012000600156022001700162035002200179037002700201042000800228050001600236130003700252245002900289263001100318264003900329310001100368336002600379337002600405338003600431776009300467856011300560936004600673994001200719on1390717399OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202115 aDLCbengerdacDLCdDLC l10 a2993-484221 a(OCoLC)1390717399 bhttps://plus.lexis.com amsc10aISSN RECORD0 aIndiana personal injury (Online)00aIndiana personal injury. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tIndiana personal injuryx2993-4834w(DLC) 2023202114w(OCoLC)139071727840uhttps://store.lexisnexis.com/categories/shop-by-jurisdiction/indiana-193/indiana-personal-injury-skuSKU07431 aPREPUB: Publication expected: August 2023 a92bPUL01091nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130003900247245003100286263001100317264003900328310001100367336002600378337002600404338003600430776009500466856013400561936004600695994001200741on1390717502OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202117 aDLCbengerdacDLC l10 a2993-486921 a(OCoLC)1390717502 bhttps://plus.lexis.com amsc10aISSN RECORD0 aTennessee personal injury (Online)10aTennessee personal injury. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tTennessee personal injuryx2993-4850w(DLC) 2023202116w(OCoLC)139071786840uhttps://store.lexisnexis.com/categories/area-of-practice/personal-injury-lawmedicolegal-197/tennessee-personal-injury-skuSKU07432 aPREPUB: Publication expected: August 2023 a92bPUL01424cas a22003737i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145042001400167050001600181082001200197111004300209210004900252222006600301245005900367246004200426246005400468246006100522264008300583336002600666337002800692338002700720588005100747588002800798710002700826776012100853856006400974994001201038on1390717866OCoLC20230718213016.0230718c199u9999cauar 1 a0eng  a 2023200289 aDLCcDLCbengerdadDLC l10 a2993-487721 a(OCoLC)1390717866 apccansdp10aISSN RECORD10a0042232 aPanhellenic Conference on Informatics.0 aProceedingsb(Pan-hell. Conf. Inform. Print) 0aProceedings b (Pan-hellenic Conference on Informatics. Print)10aProceedings /cPan-hellenic Conference on Informatics.1 aPanhellenic Conference on Informatics1 aInformatics ... PCI ... Panhellenic Conference on1 aProceedings of the Panhellenic Conference on Informatics 1aLos Alamitos, Calif. :bConference Publishing Services,bIEEE Computer Society atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a12th (2008)(Surrogate); title from title page.1 a16th (2012)(Surrogate).2 aIEEE Computer Society.08iOnline version:aPanhellenic Conference on Informatics.tProceedingsx2993-4826w(DLC) 2023200288w(OCoLC)32158082640uhttp://ieeexplore.ieee.org/xpl/conhome.jsp?punumber=1002434 a92bPUL01057cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130003800244245003100282263001100313264003900324310001100363336002600374337002800400338002700428776009600455856013400551936004600685994001200731on1390717868OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202116 aDLCbengerdacDLCdDLC l10 a2993-485021 a(OCoLC)1390717868 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aTennessee personal injury (Print)10aTennessee personal injury. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tTennessee personal injuryx2993-4869w(DLC) 2023202117w(OCoLC)139071750241uhttps://store.lexisnexis.com/categories/area-of-practice/personal-injury-lawmedicolegal-197/tennessee-personal-injury-skuSKU07432 aPREPUB: Publication expected: August 2023 a92bPUL00876cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145042000800167050001600175130002300191245001600214246001400230263001100244264004300255310001400298336002600312337002800338338002700366776008100393856003000474936004600504994001200550on1390718936OCoLC20230718213016.0230718c20239999nyuqr p 0 a0eng  a 2023202118 aDLCbengerdacDLCdDLC l10 a2993-488521 a(OCoLC)1390718936 amsc10aISSN RECORD0 aOwl voices (Print)00aOwl voices.1 aOwlvoices a202308 1aBuffalo, New York :bAdil Ayaz,c2023- aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tOwl voicesx2993-4893w(DLC) 2023202119w(OCoLC)139071949941uhttps://www.owlvoices.com aPREPUB: Publication expected: August 2023 a92bPUL00902nas a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094022001400117035002200131043001200153050001400165245005800179264003700237300003800274310001100312336002600323337002800349338002700377362001000404588005000414588003400464650003100498650003900529850000800568994001200576on1390719168OCoLC20230718213016.0230718c201u9999bl ar p 0 0por  a 2023325847 aDLCbengerdacDLC a1808-6586 a(OCoLC)1390719168 as-bl---00aNA5b.A6800aAnuário PROJETO /cPROJETO ; Galeria da Arquitetura. 1aSão Paulo, SP :bArco Editorial avolumes :billustrations ;c28 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2022-0 aDescription based on: 2022; title from cover.1 aLatest issue consulted: 2023. 0aArchitecturevPeriodicals. 0aArchitecturezBrazilvPeriodicals. aDLC a92bPUL01024nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130004900247245004100296263001100337264003900348310001100387336002600398337002600424338003600450776010500486856003400591936004900625994001200674on1390719319OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar m o 0 a0eng  a 2023202121 aDLCbengerdacDLC l10 a2993-491521 a(OCoLC)1390719319 bhttps://plus.lexis.com amsc10aISSN RECORD0 aArizona business and commercial law (Online)10aArizona business and commercial law. a202309 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tArizona business and commercial lawx2993-4907w(DLC) 2023202120w(OCoLC)139071939240uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: September 2023 a92bPUL00990cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130004800244245004100292263001100333264003900344310001100383336002600394337002800420338002700448776010600475856003400581936004900615994001200664on1390719392OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202120 aDLCbengerdacDLCdDLC l10 a2993-490721 a(OCoLC)1390719392 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aArizona business and commercial law (Print)00aArizona business and commercial law. a202309 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tArizona business and commercial lawx2993-4915w(DLC) 2023202121w(OCoLC)139071931941uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: September 2023 a92bPUL00928nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204130002400220245001600244246001400260263001100274264003700285310001400322336002600336337002600362338003600388776008000424856003000504936004400534994001200578on1390719499OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuqr p o 0 a0eng  a 2023202119 aDLCbengerdacDLC l10 a2993-489321 a(OCoLC)1390719499 amsc10aISSN RECORD0 aOwl voices (Online)00aOwl voices.1 aOwlvoices a202307 1aBuffalo, NY :bAdil Ayaz,c2023- aQuarterly atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tOwl voicesx2993-4885w(DLC) 2023202118w(OCoLC)139071893640uhttps://www.owlvoices.com aPREPUB: Publication expected: July 2023 a92bPUL02196cas a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122022001400129035002200143222002000165245016600185264011500351310001600466336002100482337002500503338002300528362001300551500003600564546005000600588004000650650006100690650005900751650004200810650004600852650011300898650011701011650004701128650005101175650004301226650004901269651004201318655006201360655004301422710006101465850000801526880018001534994001201714on1390719537OCoLC20230718213016.0230718c20159999aj fr p 0 b0aze  a 2022212639 aDLCbengerdacDLCdDLC c(N a2410-5619 a(OCoLC)1390719537 0aElmi əsərlər006880-01aElmi əsərlər :bNauchnye trudy = Scientific proceedings /cAzərbaycan Milli Elmlər Akademiyası Məhəmməd Füzuli adına Əlyazmalar İnstitutu. 1aBakı :bAzərbaycan Milli Elmlər Akademiyası Məhəmməd Füzuli adına Əlyazmalar İnstitutu,c[2015?-] aSemi-annual atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 a[2015?]- aAlso includes special editions. aArticles in Azerbaijani, Russian and English.0 aDescription based on No1 (8), 2019. 0aManuscripts, TurkicxHistory and criticismvPeriodicals. 0aTurkic literaturexHistory and criticismvPeriodicals. 0aPaleographyzAzerbaijanvPeriodicals. 0aLibrary sciencezAzerbaijanvPeriodicals. 6aPaléographie0(CaQQLa)201-0006004zAzerbaïdjan0(CaQQLa)201-0476583vPériodiques.0(CaQQLa)201-0378307 6aBibliothéconomie0(CaQQLa)201-0003523zAzerbaïdjan0(CaQQLa)201-0476583vPériodiques.0(CaQQLa)201-0378307 7aLibrary science.2fast0(OCoLC)fst00997916 7aManuscripts, Turkic.2fast0(OCoLC)fst01008520 7aPaleography.2fast0(OCoLC)fst01051420 7aTurkic literature.2fast0(OCoLC)fst01159371 7aAzerbaijan.2fast0(OCoLC)fst01260665 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aPeriodicals.2fast0(OCoLC)fst014116412 aMähämmäd Füzuli adına Älyazmalar İnstitutu. aDLC006245-01/(NaElmi əsərlər :bНаучные труды = Scientific proceedings /cAzərbaycan Milli Elmlər Akademiyası Məhəmməd Füzuli adına Əlyazmalar İnstitutu. a92bPUL01201nas a22003255i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117245005800139264003700197300003800234310001100272336002600283337002800309338002700337362001000364500010800374588005000482588003400532650005000566650005700616650005100673650003900724770009200763850000800855994001200863on1390719786OCoLC20230718213016.0230718c201u9999bl ar p 0 0por  a 2023325848 aDLCbengerdacDLC a(OCoLC)139071978600aGuia de produtos /cPROJETO ; Galeria da Arquitetura. 1aSão Paulo, SP :bArco Editorial avolumes :billustrations ;c28 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2022- a"Os principais lançamentos e linhas de produtos para auxiliá-lo na especificação de seus projetos".0 aDescription based on: 2022; title from cover.1 aLatest issue consulted: 2023. 0aArchitecturevDesigns and plansvPeriodicals. 0aDecoration and ornament, ArchitecturalvPeriodicals. 0aArchitectural services marketingvPeriodicals. 0aArchitecturezBrazilvPeriodicals.08iSupplement (work):tAnuário PROJETOx1808-6586w(DLC) 2023325847w(OCoLC)on1390719168 aDLC a92bPUL02873nam a22004697i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162035002200180050002100202100007400223245006100297264005500358300008100413336002600494337002600520338003600546504006700582505046800649588010701117650002101224650002601245650001501271650001201286650002201298650002101320650002001341650003101361650002501392856004901417880009001466880007901556880008101635880067501716994001202391on1390720008OCoLC20230718213016.0m o d cr |||||||||||230718s2023 ru a ob 001 0crus  a 2022554305 aDLCbengerdaepncDLC c(N z9785001724483 a(OCoLC)139072000800aGN281b.C45 20231 6880-01aChisti︠a︡kov, N. M.q(Nikolaĭ Mikhaĭlovich),eauthor.106880-02aChelovek i ego taĭny /cN.M. Chisti︠a︡kov. 16880-03aMoskva :bIzdatelʹstvo Prometeĭ,c2023. a1 online resource (484 pages, 1 unnumbered page) :billustrations, portraits atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references (pages 483-485) and index.2 6880-04aIstoricheskie taĭny vozniknovenii︠a︡ chelovecheskoĭ t︠s︡ivilizat︠s︡ii -- Taĭnye zagadki proiskhozhdenii︠a︡ cheloveka -- Osobennosti biosot︠s︡ialʹnoĭ prirody cheloveka -- Taĭny psikhiki cheloveka -- Vydai︠u︡shchiesi︠a︡ genii chelovechestva -- Genii i talanty svoeĭ ėpokhi -- Genialʹnostʹ i bezumie -- Mozhno li vospitatʹ genii︠a︡ -- Fenomenalʹnye sposobnosti i sverkhʺestestvennye vozmozhnosti cheloveka. aDescription based on online resource; title from digital title page (East View, viewed July 14, 2023). 0aHuman evolution. 0aHuman beingsxOrigin. 0aIntellect. 0aGenius. 0aCreative ability. 0aPsychic ability. 0aParapsychology. 0aGifted personsvBiography. 0aPsychicsvBiography.40uhttps://dlib.eastview.com/browse/book/3438261 6100-01/(NaЧистяков, Н. М.q(Николай Михайлович),eauthor.106245-02/(NaЧеловек и его тайны /cН.М. Чистяков. 16264-03/(NaМосква :bИздательство Прометей,c2023.2 6505-04/(NaИсторические тайны возникновения человеческой цивилизации -- Тайные загадки происхождения человека -- Особенности биосоциальной природы человека -- Тайны психики человека -- Выдающиеся гении человечества -- Гении и таланты своей эпохи -- Гениальность и безумие -- Можно ли воспитать гения -- Феноменальные способности и сверхъестественные возможности человека. a92bPUL04825nam a22004457i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162035002200180050002100202245026700223264004100490300004700531336002600578337002600604338003600630500039900666504004101065505055101106588010701657650003201764650002601796650002501822700007101847710014101918856004902059880043102108880005002539880059602589880087903185880009004064880021304154994001204367on1390720573OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru c ob 000 0 rus  a 2022554310 aDLCbengerdaepncDLC c(N z9785436506180 a(OCoLC)139072057300aBD450b.C44 2022006880-01aChelovek v kulʹture :bfilosofskie, antropologicheskie, regionalʹnye aspekty kulʹtury i russkogo kosmizma : monografii︠a︡ /cV.V. Lytkin [and five others] ; otvetstvennyĭ redaktor i sostavitelʹ: V.V. Lytkin, doktor filosofskikh nauk, professor. 16880-02aMoskva :bRU-SCIENCE,c2022. a1 online resource (176 pages) :bportraits atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier 6880-03aAt head of title: Ministerstvo nauki i vysshego obrazovanii︠a︡ Rossiĭskoĭ Federat︠s︡ii (Minobrnauki Rossii). Federalʹnoe gosudarstvennoe bi︠u︡dzhetnoe obrazovatelʹnoe uchrezhdenie vysshego obrazovanii︠a︡ "Kaluzhskiĭ gosudarstvennyĭ universitet im. K.Ė. T︠S︡iolkovskogo" (FGBOU VO "KGU im. K.Ė. T︠S︡iolkovskogo"), Kafedra filosofii i kulʹturologii. aIncludes bibliographical references.0 6880-04aGlava 1. Osmyslenie "ideala" russkim kosmizmom -- Glava 2. Analiz osnovnykh filosofsko-antropologicheskikh ideĭ v russkoĭ religioznoĭ filosofii -- Glava 3. Idei kosmizma v russkoĭ religioznoĭ filosofii -- Glava 4. V.I. Vernadskiĭ o sootnoshenii nauki, filosofii i religii -- Glava 5. Mifologicheskoe i nauchnoe v izuchenii obraza protopopa Avvakuma -- Glava 6. Ėkonomicheskoe razvitie i nravstvennai︠a︡ degradat︠s︡ii︠a︡ cheloveka i obshchestva v format︠s︡ionnom podkhode Karla Marksa i Fridrikha Ėngelʹsa. aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aPhilosophical anthropology. 0aReligionxPhilosophy. 0aPhilosophy, Russian.1 6880-05aLytkin, V. V.q(Vladimir Vladimirovich),eeditor,eauthor.2 6880-06aKaluzhskiĭ gosudarstvennyĭ universitet imeni K.Ė. T︠S︡iolkovskogo.bKafedra filosofii i kulʹturologii,eissuing body.40uhttps://dlib.eastview.com/browse/book/309167006245-01/(NaЧеловек в культуре :bфилософские, антропологические, региональные аспекты культуры и русского космизма : монография /cВ.В. Лыткин [and five others] ; ответственный редактор и составитель: В.В. Лыткин, доктор философских наук, профессор. 16264-02/(NaМосква :bRU-SCIENCE,c2022. 6500-03/(NaAt head of title: Министерство науки и высшего образования Российской Федерации (Минобрнауки России). Федеральное государственное бюджетное образовательное учреждение высшего образования "Калужский государственный университет им. К.Э. Циолковского" (ФГБОУ ВО "КГУ им. К.Э. Циолковского"), Кафедра философии и культурологии.0 6505-04/(NaГлава 1. Осмысление "идеала" русским космизмом -- Глава 2. Анализ основных философско-антропологических идей в русской религиозной философии -- Глава 3. Идеи космизма в русской религиозной философии -- Глава 4. В.И. Вернадский о соотношении науки, философии и религии -- Глава 5. Мифологическое и научное в изучении образа протопопа Аввакума -- Глава 6. Экономическое развитие и нравственная деградация человека и общества в формационном подходе Карла Маркса и Фридриха Энгельса.1 6700-05/(NaЛыткин, Владимир Владимирович,eeditor,eauthor.1 6710-06/(NaКалужский государственный университет имени К.Э. Циолковского.bКафедра философии и культурологии,eissuing body. a92bPUL03071nam a2200517 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162020001500180035002200195050001900217100005900236245014100295246009400436264005300530300003400583336002600617337002600643338003600669500019700705504005700902588010700959650002301066650004801089650003401137650004701171650002601218710006801244710006401312776011601376856004901492880008301541880022201624880016201846880008102008880026002089880010002349880009202449994001202541on1390720614OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru ob 000 0 rus  a 2022554306 aDLCbengerdaepncDLC c(N z9785917914442 z5917914443 a(OCoLC)1390720614 4aP37b.M46 20221 6880-01aMenʹshikov, Vladimir Mikhaĭlovich,eauthor.106880-02aChelovek i i︠a︡zyk :brechevoe razvitie i rechevoe vospitanie (popytka teologo-teoreticheskogo analiza) /cV.M. Menʹshikov.306880-03aRechevoe razvitie i rechevoe vospitanie (popytka teologo-teoreticheskogo analiza) 16880-04aMoskva :bIzdatelʹstvo Kvadriga,c2022. a1 online resource (446 pages) atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier 6880-05a"Nauchno-obrazovatelʹnai︠a︡ teologicheskai︠a︡ assot︠s︡iat︠s︡ii︠a︡. Kurskiĭ gosudarstvennyĭ universitet. Obʺedinenie pravoslavnykh uchenykh"--Preliminary page. aIncludes bibliographical references (pages 428-442). aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aPsycholinguistics. 0aLanguage and languagesxStudy and teaching. 0aRhetoricxStudy and teaching. 0aLanguage and languagesxReligious aspects. 0aLanguage and culture.2 6880-06aKurskiĭ gosudarstvennyĭ universitet,eissuing body.2 6880-07aObʺedinenie pravoslavnykh uchenykh,eissuing body.08iPrint version:aMenʹshikov, Vladimir Mikhaĭlovich.tChelovek i i︠a︡zykz9785917914442w(OCoLC)134638871640uhttps://dlib.eastview.com/browse/book/2970661 6100-01/(NaМеньшиков, Владимир Михайлович,eauthor.106245-02/(NaЧеловек и язык :bречевое развитие и речевое воспитание (попытка теолого-теоретического анализа) /cВ.М. Меньшиков.306246-03/(NaРечевое развитие и речевое воспитание (попытка теолого-теоретического анализа) 16264-04/(NaМосква :bИздательство Квадрига,c2022. 6500-05/(Na"Научно-образовательная теологическая ассоциация. Курский государственный университет. Объединение православных ученых"--Preliminary page.2 6710-06/(NaКурский государственный университет,eissuing body.2 6710-07/(NaОбъединение православных ученых,eissuing body. a92bPUL03156nam a22005297i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066001100155020001800166035002200184043001200206050003400218100003400252245014100286264004200427300005000469336002600519337002600545338003600571500008500607504005500692505021800747588010700965610009401072600005001166610009101216600006101307650002901368650003301397650006401430650003801494856004901532880004301581880021801624880005901842880010701901880029902008880011602307880010402423880008702527994001202614on1390720635OCoLC20230718213016.0m o d cr |n|||||||||230718s2022 ru a obc 000 0 rus  a 2022554314 aDLCbengerdaepncDLC c(Nc(Q z9785751008307 a(OCoLC)1390720635 ae-ur---00aZ820.R674bU88 2022aZ688.A721 6880-01aUtva, S. P.,eauthor.106880-02aDary Imperatorskogo Doma Moskovskomu publichnomu muzeumu i Rumi︠a︡nt︠s︡evskomu muzeumu :balʹbom--katalog /cS.P. Utva. 16880-03aMoskva :bPashkov dom,c2022. a1 online resource (82 pages) :billustrations atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier 6880-04aAt head of title: Rossiĭskai︠a︡ gosudarstvennai︠a︡ biblioteka. aIncludes bibliographical references (pages 70-73).0 6880-05aVazy. Chasha porfirovai︠a︡ ; Chasha i︠a︡shmovai︠a︡ ; Chashi mramornye (parnye) ; Vaza stekli︠a︡nnai︠a︡ ; Parnye farforovye vazy -- Mebelʹ. Knizhnye shkafy ; K biografii odnogo mastera. aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023).206880-06aRossiĭskai︠a︡ gosudarstvennai︠a︡ bibliotekaxArt collectionsvCatalogs.30aRomanov, House ofxArt collectionsvCatalogs.206880-07aMoskovskīĭ publichnyĭ i Rumi︠a︡nt︠s︡ovskīĭ muzeĭxHistory.106880-08aNalimov, G. F.q(Gavrila Firsovich),d1807-1877. 0aVaseszRussiavCatalogs. 0aBookcaseszRussiavCatalogs. 0aLibrariesxSpecial collectionszRussiaxArt worksxHistory. 0aStone carverszRussiavBiography.40uhttps://dlib.eastview.com/browse/book/3258861 6100-01/(NaУтва, С. П.,eauthor.106245-02/(NaДары Императорского Дома Московскому публичному музеуму и Румянцевскому музеуму :bальбом--каталог /cС.П. Утва. 16264-03/(NaМосква :bПашков дом,c2022. 6500-04/(NaAt head of title: Российская государственная библиотека.0 6505-05/(NaВазы. Чаша порфировая ; Чаша яшмовая ; Чаши мраморные (парные) ; Ваза стеклянная ; Парные фарфоровые вазы -- Мебель. Книжные шкафы ; К биографии одного мастера.246610-06/(NaРоссийская государственная библиотекаxArt collectionsvCatalogs.246610-07/(NaМосковскій публичный и Румянцовскій музейxHistory.146600-08/(NaНалимов, Г. Ф.q(Гаврила Фирсович),d1807-1877. a92bPUL02681nam a2200517 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162035002200180050002300202245013700225264005600362300007400418336002600492337002600518338003600544500010700580500006200687504004100749588010700790650001900897650002500916650002400941650003300965650002600998650003301024650003801057650003201095700005401127710010501181776009301286856004901379880019401428880007101622880016001693880007401853880006501927880015901992994001202151on1390720644OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru ach ob 000 0 rus  a 2022554309 aDLCbengerdaepncDLC c(N z9785001655367 a(OCoLC)139072064400aBH301.E9bC44 2022006880-01aChelovek v iskusstve ėkspressionizma /cavtor kont︠s︡ept︠s︡ii i sostavitelʹ Irina Ilʹinichna Nikolʹskai︠a︡. 16880-02aSankt-Peterburg :bAleteĭi︠a︡,c2022. a1 online resource (669 pages) :billustrations, portraits, facsimiles atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier 6880-03aAt head of title: Gosudarstvennyĭ institut iskusstvoznanii︠a︡ Ministerstva kulʹtury RF. 6880-04a"Nezavisimyĭ alʹi︠a︡ns"--Preliminary page. aIncludes bibliographical references. aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aExpressionism. 0aHuman beings in art. 0aExpressionism (Art) 0aExpressionism (Architecture) 0aExpressionism (Music) 0aExpressionism in literature. 0aExpressionism in motion pictures. 0aArts, Moderny20th century.1 6880-05aNikolʹskai︠a︡, I.q(Irina),eeditor.2 6880-06aGosudarstvennyĭ institut iskusstvovedenii︠a︡ Ministerstva kulʹtury RF,eissuing body.08iPrint version:tChelovek v iskusstve ėkspressionizmaz9785001655367w(OCoLC)138101029340uhttps://dlib.eastview.com/browse/book/332867006245-01/(NaЧеловек в искусстве экспрессионизма /cавтор концепции и составитель Ирина Ильинична Никольская. 16264-02/(NaСанкт-Петербург :bАлетейя,c2022. 6500-03/(NaAt head of title: Государственный институт искусствознания Министерства культуры РФ. 6500-04/(Na"Независимый альянс"--Preliminary page.1 6700-05/(NaНикольская, И.q(Ирина),eeditor.2 6710-06/(NaГосударственный институт искусствоведения Министерства культуры РФ,eissuing body. a92bPUL03181nam a2200517 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162020001500180035002200195050002100217100006400238245009900302246008100401264005600482300003400538336002600572337002600598338003600624490002300660500006200683504004100745505036800786588010701154650003301261650003201294650004301326650003201369650004401401776016701445856004901612880009601661880012101757880009401878880007101972880003502043880007402078880049902152994001202651on1390720919OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru ob 000 0 rus  a 2022554308 aDLCbengerdaepncDLC c(N z9785001654766 z5001654769 a(OCoLC)139072091900aCB478b.K88 20221 6880-01aKutyrev, V. A.q(Vladimir Aleksandrovich),eauthor.106880-02aChelo-vek tekhnologiĭ, t︠s︡ivilizat︠s︡ii︠a︡ falʹshizma /cV.A. Kutyrev.3 6880-03aChelovek tekhnologiĭ, t︠s︡ivilizat︠s︡ii︠a︡ falʹshizma 16880-04aSankt-Peterburg :bAleteĭi︠a︡,c2022. a1 online resource (281 pages) atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 6880-05aTela mysli 6880-06a"Nezavisimyĭ alʹi︠a︡ns"--Preliminary page. aIncludes bibliographical references.0 6880-07aChastʹ I. Tekhnos reshaet vse(kh) -- Chastʹ II. Pri--rod(in)a ili smertʹ -- Chastʹ III. O prekrasno degradirui︠u︡shchai︠a︡ t︠s︡ivilizat︠s︡ii︠a︡ -- Chastʹ IV. Pro(sti)shchaĭ, Chelovek -- Chastʹ V. Falʹshizm kak ideologii︠a︡ transgumanizma -- Chastʹ VI. Antropokonservatizm: nauku i tekhnologii - pod kontrolʹ obshchestva. aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aTechnology and civilization. 0aTechnologyxSocial aspects. 0aTechnologyxMoral and ethical aspects. 0aPhilosophical anthropology. 0aTruthfulness and falsehoodxPhilosophy.08iPrint version:aKutyrev, V. A. (Vladimir Aleksandrovich),tChelo-vek tekhnologiĭ, t︠s︡ivilizat︠s︡ii︠a︡ falʹshizmaz9785001654766w(OCoLC)134724124940uhttps://dlib.eastview.com/browse/book/3041061 6100-01/(NaКутырев, В. А.q(Владимир Александрович),eauthor.106245-02/(NaЧело-век технологий, цивилизация фальшизма /cВ.А. Кутырев.3 6246-03/(NaЧеловек технологий, цивилизация фальшизма 16264-04/(NaСанкт-Петербург :bАлетейя,c2022.0 6490-05/(NaТела мысли 6500-06/(Na"Независимый альянс"--Preliminary page.0 6505-07/(NaЧасть I. Технос решает все(х) -- Часть II. При--род(ин)а или смерть -- Часть III. О прекрасно деградирующая цивилизация -- Часть IV. Про(сти)щай, Человек -- Часть V. Фальшизм как идеология трансгуманизма -- Часть VI. Антропоконсерватизм: науку и технологии - под контроль общества. a92bPUL01656nam a22004097i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162020001500180035002200195043001200217050002800229100003500257245009300292264004000385300005100425336002600476337002600502338003600528588010700564650004400671650003700715700004800752776009500800856004900895880004800944880012200992880005601114880006401170994001201234on1390720968OCoLC20230718213016.0m o d cr |||||||||||230718s2020 ru a o 000 f rus  a 2022554312 aDLCbengerdaepncDLC c(N z9785995306634 z5995306634 a(OCoLC)1390720968 ae-ur---00aPG3491.6.A745bC48 20201 6880-01aDarev, Roman,eauthor.106880-02aChuzhai︠a︡ i︠u︡dolʹ :broman /cRoman Darev ; khudozhnik Maksim Kantor. 16880-03aMoskva :bKnizhniki,c2020. a1 online resource (699 pages) :billustrations atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aJewish soldierszSoviet UnionvFiction. 0aDrafteeszSoviet UnionvFiction.1 6880-04aKantor, Maxim,d1957-eillustrator.08iPrint version:aDarev, R.,tChuzhai︠a︡ i︠u︡dolʹz9785995306634w(OCoLC)123973765640uhttps://dlib.eastview.com/browse/book/3187271 6100-01/(NaДарев, Роман,eauthor.106245-02/(NaЧужая юдоль :bроман /cРоман Дарев ; художник Максим Кантор. 16264-03/(NaМосква :bКнижники,c2020.1 6700-04/(NaКантор, Максим,d1957-eillustrator. a92bPUL \ No newline at end of file +01424cam a22003491 4500001001300000003000600013005001700019008004100036010001700077040004000094035002000134042001200154050002200166082001600188130001900204245017700223260007400400300004300474336002600517337002800543338002700571490006700598500004700665650002500712650002700737650005100764700006700815700004000882700008900922830005101011994001201062ocm00326390 OCoLC20230718213016.0720607t19691915enka 000 0 eng  a 16009971  aDLCbengcDLCdVODdNNMdOCLCFdOUN a(OCoLC)00326390 apremarc00aPR4541b.P5 no. 504a294.3bP7520 aKathāvatthu.10aPoints of controversy;bor, Subjects of discourse;cbeing a translation of the Kathā-vatthu from the Abhidhammapiṭaka, by Shwe Zan Aung, B. A., and Mrs. Rhys Davids ... aLondon,bPub. for the Pali text society by Luzac & Co.,c1969 [c1915] alvi, 416 p.bdiagrs. (1 fold.)c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aPali Text Society (London, England) Translation series,vno. 5 aAuthorship ascribed to Moggaliputta Tissa. 0aBuddhismxDoctrines. 6aBouddhismexDoctrines. 7aBuddhismxDoctrines.2fast0(OCoLC)fst008400401 aMoggaliputta Tissa,dactive 3d century B.C.,csupposed author.0 aShwe Hsan Aung,d1871-etranslator.1 aDavids, Caroline A. F. Rhysq(Caroline Augusta Foley Rhys),d1857-1942,etranslator. 0aTranslation series (London, England) ;vno. 5. a92bPUL01485cam a22003731 4500001001300000003000600013005001700019008004100036010001700077040004000094035002000134042001200154043001200166050001800178245010400196260003500300300002700335336002600362337002800388338002700416650003100443650002000474650003700494651005000531655003200581655003900613655013600652655013600788655003900924700003700963700003601000700006301036994001201099ocm00786169 OCoLC20230718213016.0740131s1931 fr 000 0 fre  a 32019713  aDLCbengcDLCdOCLCFdSNNdPULdKSU a(OCoLC)00786169 apremarc ae-ru---00aPG3131b.S61400aContes de l'isba,benluminures d'Ivan Bilibine,ctraduction de m-me H. Isserlis et m-elle B. Auroy. a[Paris]bBoivin et cie,c1931. a157 p.billus.c29 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aTaleszRussia (Federation) 6aConteszRussie. 7aTales.2fast0(OCoLC)fst01142246 7aRussia (Federation)2fast0(OCoLC)fst01262050 7achildren's literature.2aat 7aFiction.2fast0(OCoLC)fst01423787 7aFiction.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140263390(uri) http://id.loc.gov/authorities/genreForms/gf2014026339 7aFiction.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140263390(uri) http://id.loc.gov/authorities/genreForms/gf2014026339 7aDocuments pour la jeunesse.2rvmgf1 aIsserlis, H.,cMme.etranslator.1 aAuroy, B.,cMlle.,etranslator.1 aBilibin, Ivan I︠A︡kovlevich,d1876-1942,eillustrator. a92bPUL01670cam a22004091 4500001001300000003000600013005001700019008004100036010001700077040005000094035002000144042001200164043001200176050002000188082001300208245002000221250001400241260007800255300005700333336002600390337002800416338002700444490002300471500004100494500031500535504002500850650004300875650004800918650004600966655006201012700003201074700003401106700004801140710003401188830002601222994001201248ocm00832183 OCoLC20230718213016.0740315s1936 ja 000 0 eng  a 37015040  aDLCbengcDLCdSTFdLBQdOCLCFdTYCdHDCdBOS a(OCoLC)00832183 apremarc aa-ja---00aPL871b.J3 1936 4a895.620900aJapanese drama. a(2d ed.). a[Tokyo]bBoard of tourist industry, Japanese government railwaysc[c1936] a84 p. fold. col. front.,billus., 2 col. pl.c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aTourist library: 6 aColophon mounted on p. [3] of cover. a"The original of this brochure was prepared by the National committee of intellectual co-operation of the International association of Japan ... We are indebted to Mr. Yoshio Yoshikawa for the revised original, and to Professors I. Matsuhara and E. T. Iglehart of Aoyama Gakuin for the translation."--Foreword. aBibliography: p. 84. 0aJapanese dramaxHistory and criticism. 6aThéâtre japonaisxHistoire et critique. 7aJapanese drama.2fast0(OCoLC)fst00981509 7aCriticism, interpretation, etc.2fast0(OCoLC)fst014116351 aYoshikawa, Yoshio,eeditor.1 aMatsuhara, Iwao,etranslator.1 aIglehart, Edwin Taylor,d1878-etranslator.1 aJapan.bKokusai Kankōkyoku. 0aTourist library ;v6. a92bPUL01997cjm a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002000127035002000147042001400167082000800181100005700189240003300246245003900279260003900318300002700357336003700384337002300421338003100444344001800475344001500493344001900508490002800527511008600555500002500641505017300666650002200839650002700861650004800888700002600936700007900962700008601041700008701127700008101214700008401295700008701379710003701466994001201503ocm05062715 OCoLC20230718213016.0sd bsmennmplue230717s1968 xxuuunn n zxx d a 2023626381 aVHBbengcDLC02aSRW 18090bWing a(OCoLC)05062715 alccopycat04a3401 aKetèlbey, Albert W.q(Albert William),d1875-1959.10aOrchestra music.kSelections13aAn evening with Albert Ketèlbey. a[United States?] :bWing,c[1968?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aEvening musicale series0 aSoloists, chorus and Stuttgart Philharmonic Orchestra; Fritz Mareczek, conductor. aDurations on labels.0 aIn a Persian market. -- In a Chinese temple garden. -- In the mystic land of Egypt. -- In a monastery garden. -- Bells across the meadows. -- The blue waters of Hawaii. 0aOrchestral music. 6aOrchestre, Musique d'. 7aOrchestral music.2fast0(OCoLC)fst010472891 aMareczek, Fritz.4prf12aKetèlbey, Albert W.q(Albert William),d1875-1959.tIn a Persian market.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tIn a Chinese temple garden.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tIn the mystic land of Egypt.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tIn a monastery garden.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tBells across the meadows.12aKetèlbey, Albert W.q(Albert William),d1875-1959.tBy the blue Hawaiian waters.2 aStuttgarter Philharmoniker.4prf a92bPUL02252cjm a2200649 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019002300149028002700172033000900199033000900208035005400217041001300271042001400284043001200298045000900310050002700319082001700346100002400363245004200387260004300429300003700472306001100509336003700520337002300557338003100580344001800611344001500629344001900644511003600663518004000699500002800739505018700767650003000954650003400984650004501018648002001063655006501083655006201148655008401210655008101294710003601375740001601411740001801427740002401445740001501469740003601484740001901520740001701539740001801556740001601574994001201590ocm05426274 OCoLC20230718213016.0sd bsmennmplue230710s1979 cauppnn d n eng d a 2023625597 aBGUbengcDLCdBGUdNYPdOCLCFdPAU a36738533a8246948602aBSK 3336bWarner Bros. b3764 0b3764 a(OCoLC)05426274z(OCoLC)36738533z(OCoLC)824694860 dengeeng alccopycat an-us--- ax7x7 4aM1630.18.G87bO85 197904a784.3qOCoLC1 aGuthrie, Arlo.4prf10aOutlasting the blues /cArlo Guthrie. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (34 min.) ;c12 in. a003400 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aArlo Guthrie ; with Shenandoah. aRecorded in North Brookfield, Mass. aLyrics on inner sleeve.0 aPrologue -- Which side -- Wedding song -- World away from me -- Epilogue -- Telephone -- Sailing down this golden river -- Carry me over -- Underground -- Drowning man -- Evangelina. 0aPopular musicy1971-1980. 6aMusique populairey1971-1980. 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast 7aSound recordings.2fast0http://id.worldcat.org/fast/1411639 7aPopular music.2fast0http://id.worldcat.org/fast/1726706 7aSound recordings.2lcgft0http://id.loc.gov/authorities/genreForms/gf2011026594 7aPopular music.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140270092 aShenandoah (Musical group)4prf02aWhich side.02aWedding song.02aWorld away from me.02aTelephone.02aSailing down this golden river.02aCarry me over.02aUnderground.02aDrowning man.02aEvangelina. a92bPUL02483cjm a2200733 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019003200159028002700191035007000218042001400288043001200302045000900314050002000323082001000343110003200353245001600385260004300401300003700444306001100481336003700492337002300529338003100552344001800583344001500601344001900616500001600635511005700651518003300708500002700741505023100768650002700999650002001026650003101046650001401077650004601091650004201137648002001179655002701199655004801226655004201274655004601316655002701362655002901389655002301418655003001441655003601471655002601507740001901533740001401552740002801566740001801594740001001612740004801622740001801670740001401688740001401702740002101716994001201737ocm05426281 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn d n eng d a 2023625610 aBGUbengcDLCdBGUdUMKdBTSdCSOdOCLCFdJDP a7045719a8021498a43365139402aBSK 3355bWarner Bros. a(OCoLC)05426281z(OCoLC)7045719z(OCoLC)8021498z(OCoLC)433651394 alccopycat an-us--- ax7x7 4aM1630.18.B1bB204a784.52 aB-52's (Musical group)4prf14aThe B-52's. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (40 min.) ;c12 in. a004000 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc aRock songs.0 aProduced by Chris Blackwell for Island Records, Inc. aRecorded at Nassau, Bahamas. aLyrics on inner liner.0 aPlanet Claire (4:35) -- 52 girls (3:34) -- Dance this mess around (4:36) -- Rock lobster (6:49) -- Lava (4:54) -- There's a moon in the sky (Called the moon) (4:54) -- Hero worship (4:07) -- 6060-842 (2:48) -- Downtown (2:57). 0aRock musicy1971-1980. 0aNew wave music. 6aRock (Musique)y1971-1980. 6aNew wave. 7aNew wave music.2fast0(OCoLC)fst01036946 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast 7asound recordings.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aRock music.2fast0(OCoLC)fst01726724 7aNew wave music.2fast0(OCoLC)fst01726685 7aNew wave music.2lcgft 7aSound recordings.2lcgft 7aRock music.2lcgft 7aNew wave (Musique)2rvmgf 7aEnregistrements sonores.2rvmgf 7aRock (Musique)2rvmgf02aPlanet Claire.02a52 girls.02aDance this mess around.02aRock lobster.02aLava.02aThere's a moon in the sky (Called the moon)02aHero worship.02a6060-842.02aDowntown.02aFifty-two girls. a92bPUL01890cjm a2200589 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109024001700139024001500156028002700171035002000198042001400218043001200232045000900244110003200253245001600285260004300301300003700344306001100381336003700392337002300429338003100452344001800483344001500501344001900516511005800535518003100593500002800624505019500652650002700847650004300874650004200917651003900959648002000998700003501018700002201053740002301075740002601098740001801124740002301142740002101165740002101186740001401207740003501221740001401256740001801270994001201288ocm05426284 OCoLC20230718213016.0sd bsmennmplue230711s1979 caurcnn d n eng d a 2023625606 aBGUbengcDLCdBGUdOCLCF1 a0759923349141 a759923349102aBSK 3349bWarner Bros. a(OCoLC)05426284 alccopycat ae-uk-en ax7x72 aKorgis (Musical group)4prf14aThe Korgis. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (33 min.) ;c12 in. a003300 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aKorgis (James Warren and Andy Davis) ; with ensemble. aRecorded in Bath, England. aLyrics on inner sleeve.0 aYoung 'n' Russian -- I just can't help it -- Chinese girl -- Art school annexe -- Boots and shoes -- Dirty postcards -- O Maxine -- Mount Everest sings the blues -- Cold tea -- If I had you. 0aRock musicy1971-1980. 6aRock (Musique)zAngleterrey1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7aEngland.2fast0(OCoLC)fst01219920 7a1971-19802fast1 aWarren, Jamesc(Vocalist)4prf1 aDavis, Andy.4prf02aYoung 'n' Russian.02aI just can't help it.02aChinese girl.02aArt school annexe.02aBoots and shoes.02aDirty postcards.02aO Maxine.02aMount Everest sings the blues.02aCold tea.02aIf I had you. a92bPUL01541cjm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109028002600139035002000165042001400185043001200199045000900211110004300220245003600263260004300299300003700342306001100379336003700390337002300427338003100450344001800481344001500499344001900514511004000533500006600573518003100639500002800670505011500698650003000813650001700843650002000860650004300880740001800923740001900941740001800960740001100978740002300989740002301012994001201035ocm05426290 OCoLC20230718213016.0sd bsmennmplue230712s1979 cauppnn d n eng d a 2023625611 aBGUbengcDLCdOCLCFdBGU02aHS-3357bWarner Bros. a(OCoLC)05426290 alccopycat an-us--- ax7x71 aAshford & Simpson (Musical group)4prf10aStay free /cAshford & Simpson. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (36 min.) ;c12 in. a003600 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aAshford & Simpson ; with orchestra. aAll selections written by Nickolas Ashford & Valerie Simpson. aRecorded in New York City. aLyrics on inner sleeve.0 aFound a cure -- Stay free -- Dance forever -- Nobody knows -- Crazy -- Finally got to me -- Follow your heart. 0aPopular musicy1971-1980. 0aDisco music. 6aDisco (Musique) 7aDisco music.2fast0(OCoLC)fst0089488602aFound a cure.02aDance forever.02aNobody knows.02aCrazy.02aFinally got to me.02aFollow your heart. a92bPUL02077cjm a2200637 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109019001300144028002700157033001300184033001700197035003700214042001400251043001200265045000900277082003800286110003000324245003700354260004700391300003700438306001100475336003700486337002300523338003100546344001800577344001500595344001900610511001000629518005300639500003200692505026900724650002700993650003101020650004201051648002001093740002701113740001401140740001401154740001801168740001501186740002101201740003501222740002801257740002501285740003601310740001901346740001801365740001801383740001301401740001301414994001201427ocm05426520 OCoLC20230718213016.0sd bsmennmplue230710s1979 caurcnn d n eng d a 2023625598 aBGUbengcDLCdBGUdNYPdOCLCF a3673853502aBSK 3337bWarner Bros. b4364cL8 0b4364cL8:2H5 a(OCoLC)05426520z(OCoLC)36738535 alccopycat an-us--- ax7x704a782.42166qOCoLC222/eng/202302162 aDevo (Musical group)4prf10aDuty now for the future /cDevo. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (39 min.) ;c12 in. a003900 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aDevo. aRecorded at Chateau Recorders, Hollywood, Calif. aSong lyrics on inner liner.0 aDevo corporate anthem -- Clockout -- Timing X -- Wiggly world -- Blockhead -- Strange pursuit -- S.I.B. (Swelling itching brain) -- Triumph of the will -- The day my baby gave me a surprize -- Pink pussycat -- Secret agent man -- Smart patrol ; Mr. DNA -- Red eye. 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aDevo corporate anthem.02aClockout.02aTiming X.02aWiggly world.02aBlockhead.02aStrange pursuit.02aS.I.B (Swelling itching brain)02aSwelling itching brain.02aTriumph of the will.02aDay my baby gave me a surprize.02aPink pussycat.02aSecret agent.02aSmart patrol.02aMr. DNA.02aRed eye. a92bPUL01876cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109028002700159035002000186042001400206043001200220045000900232050000900241082000800250100001600258245003600274264004000310264001300350300005900363336003700422337002300459338003100482340001100513344001800524344001500542344001900557511004700576505023900623650002700862650003100889650004200920648002000962655004800982655002901030740001901059740001901078740003601097740004101133740002301174740002801197740003201225740003601257740001701293994001201310ocm05536237 OCoLC20230718213016.0sd bsmennmplud230712s1979 caurcnn n eng d a 2023625612 aBGUbengerdacDLCdBGUdVVWdOCLCFdJQFdWVU02aBSK 3358bWarner Bros. a(OCoLC)05536237 alccopycat an-us--- ax7x714aC76904a7801 aCooder, Ry.10aBop till you drop /cRy Cooder. 1aBurbank, CA :bWarner Bros,c[1979] 4c℗1979. a1 audio disc (39 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b12 in. aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aRy Cooder, vocals, guitar ; with ensemble.0 aLittle sister -- Go home, girl -- The very thing that makes you rich -- I think it's going to work out fine -- Down in Hollywood -- Look at Granny run run -- Trouble, you can't fool me -- Don't you mess up a good thing -- I can't win. 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast 7aSound recordings.2fast0(OCoLC)fst01411639 7aSound recordings.2lcgft02aLittle sister.02aGo home, girl.02aVery thing that makes you rich.02aI think it's going to work out fine.02aDown in Hollywood.02aLook at Granny run run.02aTrouble, you can't fool me.02aDon't you mess up a good thing.02aI can't win. a92bPUL02502cjm a2200637 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005500109019002200164028002700186035005300213042001400266043001200280045000900292110003900301245002700340260004700367300006000414336003700474337002300511338003100534500001600565511001900581518016700600500002500767500003900792505049900831650002701330650003101357650004201388648002001430740001701450740001101467740002001478740002101498740001001519740004101529740001201570740002901582740002001611740002501631740001101656740002601667740001601693740002301709740002601732740001401758740002101772740002201793740001901815740001801834994001201852ocm05661522 OCoLC20230718213016.0sd bsmennmplue230711s1979 caurcnn n eng d a 2023625607 aGZFbengcDLCdKCKdBGUdUMKdIXAdTBSdOCLCFdGZF a6060958a1032746802a2HS 3350bWarner Bros. a(OCoLC)05661522z(OCoLC)6060958z(OCoLC)10327468 alccopycat an-us--- ax7x72 aFleetwood Mac (Musical group)4prf10aTusk /cFleetwood Mac. aBurbank, Calif. :bWarner Bros.,c℗1979. a2 audio discs (69 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aRock music.0 aFleetwood Mac. aRecorded at The Village Recorder; some tracks recorded by Lindsey Buckingham at home; "Tusk" recorded live at Dodger Stadium with the U.S.C. Trojan Marching Band. aDurations on labels. aIncludes illustrated inner liners.0 aOver & over (4:35) -- The ledge (2:02) -- Think about me (2:44) -- Save me a place (2:40) -- Sara (6:26) -- What makes you think you're the one (3:28) -- Storms (5:28) -- That's all for everyone (3:04) -- Not that funny (3:19) -- Sisters of the moon (4:36) -- Angel (4:53) -- That's enough for me (1:48) -- Brown eyes (4:27) -- Never make me cry (2:14) -- I know I'm not wrong (2:59) -- Honey hi (2:43) -- Beautiful child (5:19) -- Walk a thin line (3:44) -- Tusk (3:36) -- Never forget (3:40). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aOver & over.02aLedge.02aThink about me.02aSave me a place.02aSara.02aWhat makes you think you're the one?02aStorms.02aThat's all for everyone.02aNot that funny.02aSisters of the moon.02aAngel.02aThat's enough for me.02aBrown eyes.02aNever make me cry.02aI know I'm not wrong.02aHoney hi.02aBeautiful child.02aWalk a thin line.02aOver and over.02aNever forget. a92bPUL01358cjm a2200361 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001300149028002700162035003700189042001400226045000900240082001700249100003200266245003500298260004700333300005900380336003700439337002300476338003100499511004600530500002800576505026000604650002700864650003100891650004200922648002000964994001200984ocm05745563 OCoLC20230718213016.0sd bsmennmplue230712s1979 cauppnn d n eng d a 2023625608 aIMPbengcDLCdBGUdUMKdOCLCFdIMP a3673851602aBSK 3351bWarner Bros. a(OCoLC)05745563z(OCoLC)36738516 alccopycat ax7x704a784.5qOCoLC1 aCassidy, Shaun,d1958-4prf10aRoom service /cShaun Cassidy. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (33 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aShaun Cassidy ; with assisting musicians. aLyrics on inner sleeve.0 aFallin' into you (4:38) -- Time for a change (3:15) -- Only because of love (3:37) -- Are you afraid of me? (3:46) -- Break for the street (4:24) -- Heaven in your eyes (2:54) -- You're usin' me (3:31) -- The letter (2:59) -- You still surprise me (3:34). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL01747cjm a2200481 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002200149035002000171042001400191043001200205045000900217100003700226245003500263260003800298300005500336336003700391337002300428338003100451500003400482511001900516505026500535650003000800650003400830650004500864648002000909655005700929740002300986740002301009740001201032740003601044740003601080740002901116740003001145740001901175740003501194740002401229994001201253ocm05810964 OCoLC20230718213016.0sd bmmennmplue230717s1950 iluppnn n eng d a 2023626396 aBGUbengcDLCdIULdBGUdOCLCFdFQG02aMG-20046bMercury a(OCoLC)05810964 alccopycat an-us--- ax0x51 aTucker, Sophie,d1884-1966.4prf10aCabaret days /cSophie Tucker. a[Chicago, IL] :bMercury,c[1950] a1 audio disc :banalog, 33 1/3 rpm, mono ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aPopular songs with orchestra.0 aSophie Tucker.0 aCabaret days -- I wanna say hello -- After you've gone -- Margie -- I'm living alone and I like it -- Put your arms around me, honey -- Nobody loves a fat girl -- I'm sorry I made you cry -- Hello my baby -- Waiting for the Robert E. Lee -- Some of these days. 0aPopular musicy1941-1950. 6aMusique populairey1941-1950. 7aPopular music.2fast0(OCoLC)fst01071422 7a1941-19502fast 4aLarry Taylor-Billy Matthews Musical Theater Archive.0 aI wanna say hello.0 aAfter you've gone.0 aMargie.0 aI'm living alone and I like it.0 aPut your arms around me, honey.0 aNobody loves a fat girl.0 aI'm sorry I made you cry.0 aHello my baby.0 aWaiting for the Robert E. Lee.0 aSome of these days. a92bPUL01485cjm a2200385 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109019002200154028002700176035005300203041001300256042001400269043001200283100002300295245002900318260004300347300004900390336003700439337002300476338003100499546003600530511003600566518009300602500002800695505026600723650002100989650002101010650003601031648002001067994001201087ocm05822575 OCoLC20230718213016.0sd bsmennmplue230711s1979 caujznn d n eng d a 2023625602 aAPLbengcDLCdBGUdUMKdAUMdOCLCFdAPL a6116239a3532203102aBSK 3344bWarner Bros. a(OCoLC)05822575z(OCoLC)6116239z(OCoLC)353220310 dengdpor alccopycat an-us---1 aPurim, Flora.4prf10aCarry on /cFlora Purim. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aSung in English and Portuguese.0 aFlora Purim, vocals ; with acc. aRecorded at Conway Recording, Westlake Recording Studios, and Capitol Recording Studios. aLyrics on inner sleeve.0 aSarara (4:04) -- From the lonely afternoon (3:23) -- Niura is coming back (2:53) -- Once I ran away (3:37) -- Carry on (5:14) -- Love lock (3:30) -- Corine (4:51) -- Island in the sun interlude (1:28) -- Beijo partido = Broken kiss (4:37) -- Freeway jam (4:34). 0aJazzy1971-1980. 6aJazzy1971-1980. 7aJazz.2fast0(OCoLC)fst00982165 7a1971-19802fast a92bPUL01504cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109028002600154035002000180042001400200045000900214082001100223100002400234245003000258260004700288300005900335336003700394337002300431338003100454500001600485511006000501518004800561500004000609505034900649650002700998650003101025650004201056648002001098994001201118ocm05928734 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn d n eng d a 2023625618 aOWRbengcDLCdBGUdIXAdUMKdOCLCFdOWR02aHS 3369bWarner Bros. a(OCoLC)05928734 alccopycat ax6x704a784.541 aRaitt, Bonnie.4prf14aThe glow /cBonnie Raitt. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (38 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aRock songs.0 aBonnie Raitt, vocals ; with vocal and instrumental acc. aRecorded at the Sound Factory, Los Angeles. aLyrics and portrait on inner liner.0 aI thank you (2:49) -- Your good thing (is about to end) (3:57) -- Standin' by the same old love (4:08) -- Sleep's dark and silent gate (3:24) -- The glow (4:08) -- Bye bye baby (3:13) -- The boy can't help it (3:35) -- (I could have been your) Best old friend (2:50) -- You're gonna get what's coming (3:29) -- (Goin') Wild for you baby (5:26). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL02173cjm a2200565 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040006000109019001200169028002600181035003600207042001400243043001200257045000900269050002600278082000800304100002400312245003200336260004300368300005900411336003700470337002300507338003100530511004200561518006900603500002500672505028700697650003000984650003401014650004501048648002001093655006501113655006201178655014201240740002901382740003501411740001601446740001501462740001201477740002701489740001101516740002201527740001601549740001901565740001101584994001201595ocm05984141 OCoLC20230718213016.0sd bsmennmplue230711s1979 cauppnn d n eng d a 2023625604 aWIJbengcDLCdIXAdUMKdBGUdOCLCFdFQGdPULdPAUdWIJ a580875102aHS 3346bWarner Bros. a(OCoLC)05984141z(OCoLC)5808751 alccopycat an-us--- ax7x7 4aM1630.18.N48bB6 197904a7801 aNewman, Randy.4prf10aBorn again /cRandy Newman. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (33 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aRandy Newman ; with instrumental acc. aRecorded at Warner Bros. Recording Studios, North Hollywood, CA. aLyrics on container.0 aIts̓ money that I love (3:38) -- The story of a rock and roll band (2:53) -- Pretty boy (4:00) -- Mr. Sheep (3:53) -- Ghosts (2:28) -- They just got married (2:51) -- Spies (3:55) -- The girls in my life (part 1) (2:36) -- Half a man (3:38) -- William Brown (1:50) -- Pants (3:06). 0aPopular musicy1971-1980. 6aMusique populairey1971-1980. 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast 7aSound recordings.2fast0http://id.worldcat.org/fast/1411639 7aPopular music.2fast0http://id.worldcat.org/fast/1726706 7aPopular music.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140270090(uri) http://id.loc.gov/authorities/genreForms/gf201402700902aIts̓ money that I love.02aStory of a rock and roll band.02aPretty boy.02aMr. Sheep.02aGhosts.02aThey just got married.02aSpies.02aGirls in my life.02aHalf a man.02aWilliam Brown.02aPants. a92bPUL01493cjm a2200409 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002600149035002000175042001400195045000900209082001100218100002800229245004500257260004700302300004900349336003700398337002300435338003100458500004400489511002200533518009000555500002800645505018900673650003000862650001700892650003400909650002000943650004300963650004501006648002001051994001201071ocm06070781 OCoLC20230718213016.0sd bsmennmplue230713s1979 cauppnn d n eng d a 2023625619 aWIJbengcDLCdBGUdOCLCFdUMKdWIJ02aHS 3370bWarner Bros. a(OCoLC)06070781 alccopycat ax4x704a784.541 aLarson, Nicolette.4prf10aIn the nick of time /cNicolette Larson. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aPopular and disco songs with orchestra.0 aNicolette Larson. aRecorded at Warner Bros. Recording Studios, North Hollywood, Calif., June- Aug. 1979. aLyrics on inner sleeve.0 aDancin' Jones -- Just in the nick of time -- Let me go love -- Rio de Janeiro blue -- Breaking too many hearts -- Back in my arms -- Fallen -- Daddy -- Isn't it always love -- Trouble. 0aPopular musicy1971-1980. 0aDisco music. 6aMusique populairey1971-1980. 6aDisco (Musique) 7aDisco music.2fast0(OCoLC)fst00894886 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast a92bPUL01863cjm a2200445 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001700159028002600176035002000202042001400222045000900236050002100245082001600266110003700282245003700319260004700356300004900403336003700452337002300489338003100512500001600543511005100559500002800610505023800638650002700876650003100903650004200934648002000976856009500996856009401091856010901185938004001294938007101334994001201405ocm06162818 OCoLC20230718213016.0sd bsmennmplue230711s1979 caurcnn d n eng d a 2023625603 aSVPbengcDLCdBGUdUMKdOCLCFdP@NdAAAdSVP1 a07599233451802aHS 3345bWarner Bros. a(OCoLC)06162818 alccopycat ax7x700aS561b.S236 200100a630/.682212 aLittle Feat (Musical group)4prf10aDown on the farm /cLittle Feat. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aRock songs.0 aLittle Feat ; with vocal and instrumental acc. aLyrics on inner sleeve.0 aDown on the farm (4:16) -- Six feet of snow (2:30) -- Perfect imperfection (3:46) -- Kokomo (2:58) -- Be one now (4:05) -- Straight from the heart (4:59) -- Front page news (5:57) -- Wake up dreaming (4:09) -- Feel the groove (4:48). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast413Table of contents onlyuhttp://catdir.loc.gov/catdir/enhancements/fy0729/2001130535-t.html423Publisher descriptionuhttp://catdir.loc.gov/catdir/enhancements/fy0729/2001130535-d.html423Contributor biographical informationuhttp://catdir.loc.gov/catdir/enhancements/fy0733/2001130535-b.html aYBP Library ServicesbYANKn1795841 aBaker & TaylorbBKTYc35.00d26.25i0963810936n0003758547sactive a92bPUL01291cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019002300149028002600172035005400198042001400252045000900266047001100275050000700286082001000293110003200303245002600335260004700361300005900408336003700467337002300504338003100527511001200558505021500570650002700785650003100812650004200843648002000885994001200905ocm06177364 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn n eng d a 2023625613 aSJPbengcDLCdBGUdOCLCFdHOTdSJP a42554827a8246624102aHS 3361bWarner Bros. a(OCoLC)06177364z(OCoLC)42554827z(OCoLC)82466241 alccopycat ax5x7 ablarc14aZZ04a780.42 aZZ Top (Musical group)4prf10aDegüello /cZZ Top. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (34 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aZZ Top.0 aI thank you -- She loves my automobile -- I'm bad, I'm nationwide -- A fool for your stockings -- Manic mechanic -- Dust my broom -- Lowdown in the street -- Hi fi mama -- Cheap sunglasses -- Esther be the one. 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL01338cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109028002700154035002000181042001400201043001200215045000900227082001400236100001700250245001200267260004700279300005900326336003700385337002300422338003100445511001200476518004700488500004100535505025600576650002700832650003100859650004200890648002000932994001200952ocm06247512 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn d n eng d a 2023625616 aIEPbengcDLCdBGUdUMKdOCLCFdFQGdIEP02aBSK 3366bWarner Bros. a(OCoLC)06247512 alccopycat an-us--- ax7x704a784.54bP0 aPrince.4prf10aPrince. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (41 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aPrince. aRecorded at Alpha Studios, Burbank, Calif. aLyrics and portraits on inner liner.0 aI wanna be your lover (5:47) -- Why you wanna treat me so bad? (3:49) -- Sexy dancer (4:18) -- When we're dancing close and slow (5:18) -- With you (3:59) -- Bambi (4:22) -- Still waiting (4:24) -- I feel for you (3:24) -- It's gonna be lonely (5:30). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL01751cjm a2200469 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040006500109024001700174024001500191028002700206035002000233042001400253045000900267047001100276050002700287082001100314100004100325245002300366260004700389300005900436336003700495337002300532338003100555511005000586500004400636500002800680505025500708650002700963650003000990650003101020650003401051650004501085650004201130648002001172655004801192655002901240994001201269ocm06272437 OCoLC20230718213016.0sd bsmennmplue230713s1979 caumunn d n eng d a 2023625626 aBVPbengcDLCdKCKdBGUdUMKdYKJdOCLCFdIPUdJDPdJQFdBVP1 a0759923383181 a759923383102aBSK 3383bWarner Bros. a(OCoLC)06272437 alccopycat ax7x7 arcapp 4aM1630.18.C76bC47 197904a784.541 aCross, Christopher,d1951-4prf4lyr10aChristopher Cross. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (39 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aChristopher Cross ; with assisting musicians. aAll songs written by Christopher Cross. aLyrics on inner sleeve.00tSay you'll be mineg(2:53) --tI really don't know anymoreg(3:49) --tSpinningg(3:59) --tNever be the sameg(4:40) --tPoor Shirleyg(4:20) --tRide like the windg(4:30) --tThe light is ong(4:07) --tSailingg(4:14) --tMinstrel gigolog(6:00). 0aRock musicy1971-1980. 0aPopular musicy1971-1980. 6aRock (Musique)y1971-1980. 6aMusique populairey1971-1980. 7aPopular music.2fast0(OCoLC)fst01071422 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast 7aSound recordings.2fast0(OCoLC)fst01411639 7aSound recordings.2lcgft a92bPUL01366cjm a2200349 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109019001300144028002700157035003700184042001400221045000900235082001000244100002500254245003300279260004700312300005900359336003700418337002300455338003100478511006100509505030500570650003000875650003400905650004500939648002000984994001201004ocm06275598 OCoLC20230718213016.0sd bsmennmplue230712s1979 caucynn n eng d a 2023625609 aSVPbengcDLCdBGUdOCLCFdSVP a8246478802aBSK 3353bWarner Bros. a(OCoLC)06275598z(OCoLC)82464788 alccopycat ax7x704a784.71 aSheppard, T. G.4prf10a3/4 lonely /cT.G. Sheppard. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (31 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aT.G. Sheppard, vocals ; with instrumental and vocal acc.0 aYou feel good all over -- I wish that I could hurt that way again -- My ship's coming in -- You look like love -- I came home to make love to you -- You do it to me every time -- It's only love -- (She wanted to live) Faster than I could dream -- I'll be coming back for more -- Last cheater's waltz. 0aCountry musicy1971-1980. 6aCountry (Musique)y1971-1980. 7aCountry music.2fast0(OCoLC)fst00881424 7a1971-19802fast a92bPUL02044cjm a2200577 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002700166033001300193033001300206035002000219042001400239045000900253050002800262082001400290100002800304245002300332264005100355264001200406300003700418306001100455336003700466337002300503338003100526340001600557344004900573511005000622518014500672500002800817505028600845650002701131650003101158650004201189648002001231740002301251740002901274740000901303740001801312740002901330740003101359740001001390740001301400740001201413740002901425994001201454ocm06343090 OCoLC20230718213016.0sd bsmennmplue230713s1979 caurcnn d n eng d a 2023625621 aIEPbengcDLCdBGUdOCLCFdEZFdIEP1 a07599233741002aBSK 3374bWarner Bros. b4364cH6 0b4364cH6 a(OCoLC)06343090 alccopycat ax7x7 4aM1630.18.S294bH47 197904a784.54bS1 aSayer, Leo,eperformer.10aHere /cLeo Sayer. 1aBurbank, California :bWarner Bros.,c℗1979. 4c℗1979 a1 audio disc (42 min.) ;c12 in. a004125 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rda aanalogc33 1/3 rpmdmicrogroovedstereo2rda0 aLeo Sayer, vocals ; with assisting musicians. oRecorded atpSunset Sound Studios, Hollywood, Californiaoand atpDavlen Sound Studios, Universal Sound Studios, Universal City, California. aLyrics on inner sleeve.00tThe world has changedg(3:54) --tWhen the money runs outg(3:39) --tThe endg(3:52) --tLost controlg(4:30) --tAn Englishman in the U.S.A.g(4:40) --tWho will the next fool beg(4:15) --tWorkg(3:31) --tOh girlg(3:47) --tGhostsg(4:29) --tTakin' the easy way outg(4:48). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aWorld has changed.02aWhen the money runs out.02aEnd.02aLost control.02aEnglishman in the U.S.A.02aWho will the next fool be?02aWork.02aOh girl.02aGhosts.02aTakin' the easy way out. a92bPUL01646cjm a2200481 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005200109019001200161024001700173028002700190035003600217042001400253045000900267050002700276060002700303082001100330100002500341245003100366260004300397300005900440336003700499337002300536338003100559511007400590518005300664505019900717650002100916650002100937650003600958648002000994740001801014740002301032740002701055740001001082740002601092740001301118740002101131994001201152ocm06416037 OCoLC20230718213016.0sd bsmennmplue230713s1980 caujznn n zxx d a 2023625624 aBGUbengcDLCdBGUdUMKdOCLCFdYNGdTJCdTJCBL a65640291 a07599233791502aBSK 3379bWarner Bros. a(OCoLC)06416037z(OCoLC)6564029 alccopycat ax7x814aMR1366.S263bH53 1980x 4aBSK-3379bWarner Bros.04a785.421 aSanborn, David.4prf10aHideaway /cDavid Sanborn. aBurbank, CA :bWarner Bros.,c℗1980. a1 audio disc (36 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aDavid Sanborn, saxophones, Fender Rhodes, organ ; with jazz ensemble. aRecorded in New York City and White Plains, N.Y.0 aHideaway (5:53) -- Carly's song (5:12) -- Anything you want (3:43) -- The seduction (Love theme) (3:54) -- Lisa (4:28) -- If you would be mine (4:37) -- Creeper (4:35) -- Again and again (5:15). 0aJazzy1971-1980. 6aJazzy1971-1980. 7aJazz.2fast0(OCoLC)fst00982165 7a1971-19802fast02aCarly's song.02aAnything you want.02aSeduction (Love theme)02aLisa.02aIf you would be mine.02aCreeper.02aAgain and again. a92bPUL02545cjm a2200625 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001700159028003500176033005100211035002000262042001400282045000900296050002700305082003500332110004200367245002800409264005300437264001200490300003700502306001100539336003700550337002300587338003100610340001600641344004900657500002700706511020400733518024500937505024601182650002701428650002801455650003101483650002101514650005401535650004201589648002001631740001101651740001801662740001401680740002701694740002601721740002701747740002201774740002201796740002401818740002401842740001701866740002401883994001201907ocm06444789 OCoLC20230718213016.0sd bsmennmplue230712s1980 caurcnn n eng d a 2023625617 aCPGbengerdacDLCdBGUdOCLCFdUMKdEZFdCPG1 a07599233681902aBSK 3368bWarner Bros. Records 0b4364cB9b4364cL8:2N6b4364cG5b4364cL8:2V3 a(OCoLC)06444789 alccopycat ax7x7 4aM1630.18.A42bO53 198004a781.66qOCoLC223/eng/202302162 aAmbrosia (Musical group),eperformer.10aOne eighty /cAmbrosia. 1aBurbank, Calif. :bWarner Bros. Records,c[1980] 4c℗1980 a1 audio disc (40 min.) ;c12 in. a003923 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rda aanalogc33 1/3 rpmdmicrogroovegstereo2rda aTitle from disc label.0 aAmbrosia (David Pack, vocals, guitar ; Joe Puerta, vocals, bass ; Christopher North, David Cutler Lewis, organ, Moog ; Burleigh Drummond, vocals, drums, percussion ; Royce Jones, vocals, percussion). oRecordedpLocation Recording Services, Burbank, CaliforniapMama Jo's, North HollywoodpMonterey Recordings Studio, Glendale, CaliforniapWarner Bros. Recording Studios, North Hollywood, CaliforniapSound City Studios, Van Nuys, California.00tReadyg(4:25) --tShape I'm ing(3:29) --tKamikazeg(4:01) --tYou're the only womang(4:20) --tRock n'a hard placeg(3:59) --tLivin' on my owng(4:41) --tCryin' in the raing(4:37) --tNo big dealg(4:25) --tBiggest part of meg(5:26). 0aRock musicy1971-1980. 0aProgressive rock music. 6aRock (Musique)y1971-1980. 6aRock progressif. 7aProgressive rock music.2fast0(OCoLC)fst01078743 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aReady.02aShape I'm in.02aKamikaze.02aYou're the only woman.02aRock n' a hard place.02aRock and a hard place.02aLivin' on my own.02aLiving on my own.02aCryin' in the rain.02aCrying in the rain.02aNo big deal.02aBiggest part of me. a92bPUL01931cjm a2200577 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002700149033001300176033001300189033001300202033001300215035002000228042001400248045000900262050002800271082003800299110004700337245003800384264004500422264001200467300003700479306001100516336003700527337002300564338003100587340001600618344004900634511001900683518008100702505020800783650002700991650002401018650003101042650002601073650005001099650004201149648002001191740001801211740002501229740001501254740001801269740001401287740001501301740002501316994001201341ocm06509147 OCoLC20230718213016.0sd bsmennmplue230713s1980 caurcnn n eng d a 2023625620 aCXPbengcDLCdBGUdOCLCFdEZFdCXP02aBSK 3372bWarner Bros. b3934cM5 b5834cP3 0b3934cM5 0b5834cP3 a(OCoLC)06509147 alccopycat ax7x7 4aM1630.18.B533bH43 198004a782.42166qOCoLC222/eng/202302162 aBlack Sabbath (Musical group),eperformer.10aHeaven and hell /cBlack Sabbath. 1aBurbank, Calif. :bWarner Bros.,c[1980] 4c℗1980 a1 audio disc (40 min.) ;c12 in. a003930 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rda aanalogc33 1/3 rpmdmicrogroovegstereo2rda0 aBlack Sabbath. oRecorded atpCriteria Recording Studios, Miami, and at Studio Ferber, Paris.00tNeon knightsg(3:49) --tChildren of the seag(5:30) --tLady evilg(4:22) --tHeaven and hellg(6:56) --tWishing wellg(4:02) --tDie youngg(4:41) --tWalk awayg(4:21) --tLonely is the wordg(5:49). 0aRock musicy1971-1980. 0aHeavy metal (Music) 6aRock (Musique)y1971-1980. 6aHeavy metal (Musique) 7aHeavy metal (Music)2fast0(OCoLC)fst00954135 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aNeon knights.02aChildren of the sea.02aLady evil.02aWishing well.02aDie well.02aWalk away.02aLonely is the world. a92bPUL01313cjm a2200361 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002700149035002000176042001400196082001100210110002500221245004000246260004700286300005900333336003700392337002300429338003100452511003600483518003700519505020100556650003000757650003400787650004500821648002000866700003000886700002300916994001200939ocm06527956 OCoLC20230718213016.0sd bsmennmplue230712s1980 caumunn n eng d a 2023625615 aBPLbengcDLCdCPLdBGUdOCLCFdBPL02aBSK 3365bWarner Bros. a(OCoLC)06527956 alccopycat04a784.612 aSeals & Crofts.4prf14aThe longest road /cSeals & Crofts. aBurbank, Calif. :bWarner Bros.,c℗1980. a1 audio disc (43 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aSeals & Crofts ; with ensemble. aRecorded at Dawnbreaker Studios.0 aStars -- Try your love -- First love -- If and any day -- Kite dreams -- Egypt, Israel & America -- The longest road -- I keep changing the faces -- Silver rails -- One planet, one people, please. 0aPopular musicy1971-1980. 6aMusique populairey1971-1980. 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast1 aSeals, James,d1941-4prf1 aCrofts, Dash.4prf a92bPUL01543cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002700149035002000176042001400196045000900210050002200219082001800241100002300259245003300282260004300315300005900358336003700417337002300454338003100477511004400508518010100552500002800653505034700681650003001028650003401058650004501092648002001137994001201157ocm06620435 OCoLC20230718213016.0sd bsmennmplue230713s1979 nyucynn d n eng d a 2023625623 aTCHbengcDLCdBGUdUMKdOCLCFdTCH02aBSK 3377bWarner Bros. a(OCoLC)06620435 alccopycat ax7x7 4aM1630.18.F37bJ8804a784.52qOCoLC1 aFargo, Donna.4prf10aJust for you /cDonna Fargo. aBurbank, CA :bWarner Bros.,c℗1979. a1 audio disc (31 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aDonna Fargo ; with assisting musicians. aRecorded at Woodland Sound Studios, Nashville and A & M Records and Westlake Audio, Los Angeles. aLyrics on inner sleeve.0 aThe Utah song (2:19) -- Walk on by (2:29) -- (I was just) Another mountain for you to climb (3:07) -- Preacher Berry (4:20) -- I don't know what I'd do (2:38) -- Show me that you love me (3:39) -- Daddy (3:16) -- Let's try to fall in love again (3:01) -- I wrote this song just for you (2:17) -- Can't do the lovin' (without the love) (2:58). 0aCountry musicy1971-1980. 6aCountry (Musique)y1971-1980. 7aCountry music.2fast0(OCoLC)fst00881424 7a1971-19802fast a92bPUL01919cjm a2200541 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019001300159024001700172024001500189028002700204035003700231042001400268045000900282047001100291100002600302245004800328260004700376300005900423306001100482336003700493337002300530338003100553511004700584518005000631500004100681505025500722650002700977650002401004650003101028650001801059650005001077650004201127648002001169740002601189740001001215740001901225740002301244740003601267740002001303740002001323740002201343994001201365ocm06808635 OCoLC20230718213016.0sd bsmennmplue230713s1979 caurcnn d n eng d a 2023625622 aIFGbengcDLCdBGUdUMKdIXAdNYPdOCLCFdIFG a592824161 a0759923375191 a759923375102aBSK 3375bWarner Bros. a(OCoLC)06808635z(OCoLC)59282416 alccopycat ax7x7 acyarc1 aCarter, Carlene.4prf10aTwo sides to every woman /cCarlene Carter. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (31 min.) :banalog, 33 1/3 rpm ;c12 in. a003038 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aCarlene Carter ; with assisting musicians. aRecorded at The Power Station, New York City. aLyrics and portraits on inner liner.0 aDo it in a heartbeat (3:27) -- Lies (2:43) -- Swap-meat rag (3:46) -- Gold-hearted lady (3:48) -- Two sides to every woman (3:45) -- It's no wonder (why I love him) (4:17) -- One good lover (3:39) -- Old photographs (3:48) -- Radio sweetheart (3:25). 0aRock musicy1971-1980. 0aCountry rock music. 6aRock (Musique)y1971-1980. 6aCountry-rock. 7aCountry rock music.2fast0(OCoLC)fst00881456 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast02aDo it in a heartbeat.02aLies.02aSwap-meat rag.02aGold-hearted lady.02aIt's no wonder (why I love him)02aOne good lover.02aOld photograph.02aRadio sweetheart. a92bPUL01629cjm a2200457 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005500109019001300164024001700177028002700194035003700221042001400258043001200272082000800284100002200292245002700314264004900341264001200390300004900402336003700451337002300488338003100511340001900542344001800561344001500579344002300594344001900617500002700636511005100663508007000714505021800784650003001002650003701032650004501069651004501114994001201159ocm06921686 OCoLC20230718213016.0sd bsmennmplue230714s1980 cauppnn n eng d a 2023625627 aCXPbengerdacDLCdEAUdZCUdTPJdUMKdOCLCFdCXP a472357951 a07599233851602aBSK 3385bWarner Bros. a(OCoLC)06921686z(OCoLC)47235795 alccopycat an-us---04a7801 aKhan, Chaka.4prf10aNaughty /cChaka Khan. 1aBurbank, California :bWarner Bros.,c[1980] 4c℗1980 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label.0 aChaka Khan, vocals ; with assisting musicians. aProduced by Arif Mardin; recording and mixing engineer, Lew Hahn.0 aClouds -- Get ready, get set -- Move me no mountain -- Nothing's gonna take you away -- So naughty -- Too much love -- All night's all right -- What you did -- Papillon (aka hot butterfly) -- Our love's in danger. 0aPopular musicy1971-1980. 6aMusique populairezÉtats-Unis. 7aPopular music.2fast0(OCoLC)fst01071422 7aUnited States.2fast0(OCoLC)fst01204155 a92bPUL01786cjm a2200469 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001300149028002700162035003700189042001400226045000900240110002700249245004200276260004700318300005900365336003700424337002300461338003100484511004300515505032000558650003000878650003400908650004500942648002000987710002901007740006901036740001901105740002401124740002301148740003601171740001501207740001801222740002901240740001801269740001701287994001201304ocm07073633 OCoLC20230718213016.0sd bsmennmplue230711s1979 caucynn n eng d a 2023625605 aOCObengcDLCdBGUdUMKdOCLCFdOCO a3673857402aBSK 3347bWarner Bros. a(OCoLC)07073633z(OCoLC)36738574 alccopycat ax7x72 aBellamy Brothers.4prf14aThe two and only /cBellamy Brothers. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (33 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aBellamy Brothers ; Dizzy Rambler Band.0 aIf I said you had a beautiful body would you hold it against me (3:14) -- May you never (2:41) -- Miss misunderstood (3:39) -- Makin' music mama (2:54) -- You ain't just whistlin' Dixie (4:20) -- Lovin' on (3:03) -- Ole Faithful (3:09) -- Why did we die so young (3:12) -- Blue ribbons (4:23) -- Wet T-shirt (2:28). 0aCountry musicy1971-1980. 6aCountry (Musique)y1971-1980. 7aCountry music.2fast0(OCoLC)fst00881424 7a1971-19802fast2 aDizzy Rambler Band.4prf02aIf I said you had a beautiful body would you hold it against me.02aMay you never.02aMiss misunderstood.02aMakin' music mama.02aYou ain't just whistlin' Dixie.02aLovin' on.02aOle Faithful.02aWhy did we die so young.02aBlue ribbons.02aWet T-shirt. a92bPUL01791cjm a2200469 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019001300159024001700172024001500189028002700204035003700231042001400268043001200282047001100294082001600305100002100321245004300342260004300385300005900428336003700487337002300524338003100547500002400578511005800602518006900660500003800729505026900767650003001036650002701066651004401093650003401137650003101171650004501202650004201247648002001289994001201309ocm07771273 OCoLC20230718213016.0sd bsmennmplue230713s1981 caumunn d n eng d a 2023625625 aECUbengcDLCdBGUdUMKdIXAdRBNdOCLCFdECU a309414641 a0759923381101 a759923381102aBSK 3381bWarner Bros. a(OCoLC)07771273z(OCoLC)30941464 alccopycat an-us-tx acyarc04a784.52bC1a1 aClark, Guy.4prf14aThe south coast of Texas /cGuy Clark. aBurbank, CA :bWarner Bros.,c℗1981. a1 audio disc (30 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCountry-rock songs.0 aGuy Clark, vocals, guitar ; with assisting musicians. aRecorded at Magnolia Sound Studios, North Hollywood, California. aLyrics to songs on record sleeve.0 aWho do you think you are (3:26) -- Crystelle (3:05) -- New cut road (3:45) -- Rita Ballou (3:14) -- South Coast of Texas (3:48) -- Heartbroke (2:58) -- The partner nobody chose (3:08) -- She's crazy for leavin' (2:52) -- Calf-rope (2:35) -- Lone Star Hotel (3:24). 0aCountry musicy1981-1990. 0aRock musicy1981-1990. 4aUnited StateszTexasxSound recordings. 6aCountry (Musique)y1981-1990. 6aRock (Musique)y1981-1990. 7aCountry music.2fast0(OCoLC)fst00881424 7aRock music.2fast0(OCoLC)fst01099204 7a1981-19902fast a92bPUL01724cjm a2200481 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169045000900183082000800192100002400200245003600224246008200260260003500342300005500377336003700432337002300469338003100492500008500523511010700608505020400715650001900919650002300938650004500961710003401006740002401040740002001064740002201084740002401106740001401130740001701144740002101161740001401182740001201196740002201208994001201230ocm08617557 OCoLC20230718213016.0sd bmmennmplue230717s1949 iluppnn n eng d a 2023626387 aTLMbengcDLC02aMG-20006bMercury a(OCoLC)08617557 alccopycat ax4x404a7801 aMelis, José.4prf10aPiano stylings /cJosé Melis.1 iContainer title:aJosé Melis interprets the classics the South American way a[Chicago] :bMercury,c[1949?] a1 audio disc :banalog, 33 1/3 rpm, mono ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aTitle on container: José Melis interprets the classics the South American way.0 aFamous musical themes arranged with Latin American rhythms for piano with the Latin American Ensemble.0 aHungarian rhapsody -- Anitra's dance -- Prelude in G minor -- Moonlight sonata -- Hungarian dance #6 -- Waltz #9 -- Liebestraum -- Keyboard kapers -- Stardust -- Cumana -- Pasion orientale -- Minuet. 0aPopular music. 6aMusique populaire. 7aPopular music.2fast0(OCoLC)fst010714222 aLatin American Ensemble.4prf02aHungarian rhapsody.02aAnitra's dance.02aMoonlight sonata.02aHungarian dance #6.02aWaltz #9.02aLiebestraum.02aKeyboard kapers.02aStardust.02aCumana.02aPasion orientale. a92bPUL01420cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028002700149035002000176042001400196045000900210082000800219110003600227245004700263260004700310300005900357336003700416337002300453338003100476500001600507511001600523518008200539500002900621505026400650650002700914650003100941650004200972648002001014994001201034ocm09009939 OCoLC20230718213016.0sd bsmennmplue230710s1979 caurcnn n eng d a 2023625599 aGCVbengcDLCdBGUdUMKdOCLCFdGCV02aBSK 3338bWarner Bros. a(OCoLC)09009939 alccopycat ax7x704a7842 aThin Lizzy (Musical group)4prf10aBlack rose :ba rock legend /cThin Lizzy. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (39 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aRock songs.0 aThin Lizzy. aRecorded at Pathé Marconi EMI Studios, Paris and Good Earth Studio, London. aPortrait on inner liner.0 aDo anything you want to (3:50) -- Toughest street in town (3:58) -- S & M (4:02) -- Waiting for an alibi (3:29) -- My Sarah (3:32) -- Got to give it up (4:22) -- Get out of here (3:35) -- With love (4:39) -- Róisín dubh = Black rose- A rock legend (7:03). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL01565cjm a2200373 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002700144035002000171042001400191045000900205110003200214245005000246260004700296300006700343336003700410337002300447338003100470511010100501518005200602500002800654505031900682650002701001650003101028650004201059648002001101700002201121700003601143994001201179ocm09028629 OCoLC20230718213016.0sd bsmennmplue230711s1979 caurcnn d n eng d a 2023625601 aSOMbengcDLCdBGUdOCLCFdSOM02aBSK 3343bWarner Bros. a(OCoLC)09028629 alccopycat ax7x72 aSanford/Townsend Band.4prf10aNail me to the wall /cSanford/Townsend Band. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (38 min.) :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aSanford/Townsend Band (Ed Sanford, John Townsend, vocals, keyboards) ; with assisting musicians. aRecorded at Salty Dog Studios, Van Nuys, Calif. aLyrics on inner sleeve.0 aNail me to the wall (4 min., 21 sec.) -- Gopher broke (3 min., 43 sec.) -- Every day (3 min., 4 sec.) -- Shady grove (3 min., 52 sec.) -- Jubilee (4 min., 5 sec.) -- Just another lie (4 min., 38 sec.) -- Just a fool (4 min., 4 sec.) -- Hour of love (5 min., 38 sec.) -- Tell me how love survives (4 min., 24 sec.). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast1 aSanford, Ed.4prf1 aTownsend, John,emusician.4prf a92bPUL01654cjm a2200385 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109019001300144024001700157024001500174028002700189035003700216042001400253045000900267110003900276245001900315260004700334300005900381336003700440337002300477338003100500511001900531518007600550500005100626505045900677650002701136650003101163650004201194648002001236994001201256ocm09317038 OCoLC20230718213016.0sd bsmennmplue230712s1979 caurcnn n eng d a 2023625614 aSOMbengcDLCdBGUdOCLCFdSOM a824664691 a0759923363141 a759923363102aBSK 3363bWarner Bros. a(OCoLC)09317038z(OCoLC)82466469 alccopycat ax7x72 aVapour Trails (Musical group)4prf10aVapour Trails. aBurbank, Calif. :bWarner Bros.,c℗1979. a1 audio disc (40 min.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aVapour Trails. aRecorded at Room 335, Hollywood, Calif., and at Matrix Studios, London. aPersonnel listing and portrait on inner liner.0 aDo the bossa nova / McBurnie (3:04) -- Don't worry baby / McBurnie (3:45) -- Night people / McBurnie, McAuliffe (3:30) -- True love / McBurnie (3:44) -- It's all right / McBurnie (3:11) -- Slow dancing / McBurnie (3:19) -- Modern love / McBurnie, Holly (2:51) -- Non merci / McBurnie (3:10) -- Hold on to something good / McBurnie (3:06) -- Strange conversations / Dalby, Jack (3:31) -- Throw down the dice / McBurnie (3:35) -- Falling / McBurnie (2:46). 0aRock musicy1971-1980. 6aRock (Musique)y1971-1980. 7aRock music.2fast0(OCoLC)fst01099204 7a1971-19802fast a92bPUL02179cjm a2200481 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003700109028002200146035002000168041001800188042001400206045000900220048001500229050002300244100003100267240004700298245006300345260003000408300006100438306006700499336003700566337002300603338003100626490005000657490001600707500020900723500002600932511006400958500010701022500002101129500005401150505025501204650004201459650006801501700003501569700002501604800005601629994001201685ocm09565781 OCoLC20230718213016.0sd bmmennmplue230717s1974 fr snnn i n zxx d a 2023626406 aSNNbengcDLCdOCLCFdGILDSdSNN02a7236--7238bDecca a(OCoLC)095657810 genggfremfre alccopycat av7w0 asa01aka01 4aM223.H39bS66 19741 aHaydn, Joseph,d1732-1809.10aInstrumental music.kSelections;oarranged10aSonates nos. 1 à 8 pour violon et piano /cJoseph Haydn. aFrance :bDecca,c©1974. a3 audio discs (121 min.) :b33 1/3 rpm, stereo ;c12 in. a001350a001448a001033a001125a001531a001032a002200a002220 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier1 aL'oeuvre pour violon / Joseph Haydn ;vv. 3-50 aAristocrate aThe 1st-3rd and 5th-6th works originally for keyboard instrument or keyboard instrument with violin acc.; the 4th, originally for piano, violin and violoncello; the 7th-8th, originally for string quartet. aTitle from container.0 aJacques-Francis Manzone, violin; Bernard Ringeissen, piano. aBooklet with notes in French and English by Marc Vignal ([6] p. : port., facsims.)--laid in container. aManual sequence. aPlayable on either stereo. or monaural equipment.0 aNo. 1 en sol majeur (13:50) -- No. 2 en ré majeur (14:48) -- No. 3 en mi bémol majeur (10:33) -- No. 4 en la majeur (11:25) -- No. 5 en sol majeur (15:31) -- No. 6 en ut majeur (10:32) -- No. 7 en fa majeur (22:00) -- No. 8 en sol majeur (22:20). 0aSonatas (Violin and piano), Arranged. 7aSonatas (Violin and piano), Arranged.2fast0(OCoLC)fst011260271 aManzone, Jacques-Francis.4prf1 aRingeissen, Bernard.1 aHaydn, Joseph,d1732-1809.tViolin music ;vv. 3-5. a92bPUL01781cjm a2200421 a 4500001001300000003000600013005001700019007001500036008004100051010003100092040004000123028002000163035002000183042001400203043001200217047001100229050002200240100002800262245002800290260004300318300006800361306001100429336003700440337002300477338003100500500001900531511004800550505045600598500005501054650003001109650003001139650003401169650003401203650004501237650004501282648002001327994001201347ocm09669069 OCoLC20230718213016.0sd bsmennmplue230710s197u nyucynn n eng d a 2023626373z 70763034  aCGPbengcDLCdMLXdIXAdOCLCFdCGP02aGP 28bColumbia a(OCoLC)09669069 alccopycat an-us--- acyapp 4aM1630.18.P744bW61 aPrice, Ray,d1926-2013.14aThe world of Ray Price. a[New York, N.Y.] :bColumbia,c[197-?] a2 audio discs (58 min.) :banalog, 33 1/3 rpm, stereo ;c12 in. a005728 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCountry songs.0 aRay Price, with vocal and instrumental acc.0 aI love you so much, it hurts -- Pride -- San Antonio Rose -- Make the world go away -- Am I that easy to forget -- Yesterday -- I can't help it (if I'm still in love with you) -- Four walls -- Born to lose -- Spanish eyes -- Release me -- The wild side of life -- Crazy arms -- City lights -- Heartaches by the number -- Don't let the stars get in your eyes -- That's what I get for loving you -- The last letter -- Cold, cold heart -- Lil' Liza Jane. a"20 all-time recordings in a deluxe 2-record set." 0aCountry musicy1971-1980. 0aPopular musicy1971-1980. 6aCountry (Musique)y1971-1980. 6aMusique populairey1971-1980. 7aCountry music.2fast0(OCoLC)fst00881424 7aPopular music.2fast0(OCoLC)fst01071422 7a1971-19802fast a92bPUL03046cjm a2200757 a 4500001001300000003000600013005001700019007001500036008004100051010003100092040001800123028002000141028002200161028002200183035002000205042001400225047001500239100003100254245005300285246002500338246002200363260003400385300005800419336003700477337002300514338003100537500007000568511021400638505048600852650002701338650003001365650003001395650003101425650003401456650002201490650004401512650004501556650004201601648002001643700002601663700003401689700002701723740003101750740002301781740003601804740003701840740004501877740002601922740003001948740002901978740001502007740001802022740002202040740001802062740002202080740002502102740001502127740001902142740002502161740001902186740001702205740001602222740001902238740001902257994001202276ocm09864210 OCoLC20230718213016.0sd bmmennmplue230705s1969 nyumunn n eng d a 2023626323z 70761995  aBTSbengcDLC02aGP 18bColumbia00aCS 9919bColumbia00aCS 9924bColumbia a(OCoLC)09864210 alccopycat arcappabl0 aTaj Mahalc(Musician)4prf10aGiant step ;bDe ole folks at home /cTaj Mahal.30aDe ole folks at home30aOle folks at home aNew York :bColumbia,c[1969] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aDisc 1 entitled Giant step; disc 2 entitled De ole folks at home.0 aRock and blues music; Taj Mahal (i.e. Henry S. Fredericks), vocals, harmonica, banjo, guitar ; with (on Giant step) Jesse Edwin Davis, guitar, keyboards ; Gary Gilmore, bass ; Chuck "Brother" Blackwell, drums.0 aAin't gwine whistle Dixie -- Take a giant step -- Give your woman what she wants -- Good morning little school girl -- You're gonna need somebody on your bond -- Six days on the road -- Farther on down the road -- Keep your hands off her -- Bacon fat -- Linin' track -- Country blues #1 -- Wild ox moan -- Light rain blues -- A little soulful tune -- Candy man -- Cluck old hen -- Colored aristocracy -- Blind boy rag -- Stagger Lee -- Cajun tune -- Fishing blues -- Annie's lover. 0aRock musicy1961-1970. 0aPopular musicy1961-1970. 0aBlues (Music)y1961-1970. 6aRock (Musique)y1961-1970. 6aMusique populairey1961-1970. 6aBluesy1961-1970. 7aBlues (Music)2fast0(OCoLC)fst00835056 7aPopular music.2fast0(OCoLC)fst01071422 7aRock music.2fast0(OCoLC)fst01099204 7a1961-19702fast1 aDavis, Jesse Ed.4prf1 aGilmore, Garyc(Bassist)4prf1 aBlackwell, Chuck.4prf0 aAin't gwine whistle Dixie.0 aTake a giant step.0 aGive your woman what she wants.0 aGood morning little school girl.0 aYou're gonna need somebody on your bond.0 aSix days on the road.0 aFarther on down the road.0 aKeep your hands off her.0 aBacon fat.0 aLinin' track.0 aCountry blues #1.0 aWild ox moan.0 aLight rain blues.0 aLittle soulful tune.0 aCandy man.0 aCluck old hen.0 aColored aristocracy.0 aBlind boy rag.0 aStagger Lee.0 aCajun tune.0 aFishing blues.0 aAnnie's lover. a92bPUL02573cim a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002700144028002700171035002000198042001400218245003200232264002800264300005800292336003300350336003700383337002300420338003100443340001900474344001800493344001500511344002300526344001900549500002600568511016300594518004800757500002100805500004600826505060900872650005501481650002101536650006001557648002001617655003001637655001901667655004601686655003001732655001701762655003401779700004401813700002801857700003701885700002701922700004601949994001201995ocm10871354 OCoLC20230718213016.0sd bsmennmplue861119s1964 enknnnn p n eng d ar 67001226  aCNObengerdacDLCdOCLCFdCNO02aZDA 26bArgoq(disc 1)02aZDA 27bArgoq(disc 2) a(OCoLC)10871354 alccopycat00aPoetry and jazz in concert. 1aLondon :bArgo,c[1964] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aspoken wordbspw2rdacontent aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from container.0 aAdrian Mitchell, Dannie Abse, Jeremy Robson, and Laurie Lee reading their poems, in part with jazz-quintet background music, featuring Michael Garrick, piano. aRecorded in Decca's West Hampstead studios. aManual sequence. aIdentical program notes on each slipcase.0 a[V.1] Nostalgia -- now threepence off -- Time and money study -- Veteran with a head wound -- Pals (with jazz) / Adrian Mitchell -- Sunday evening -- Extract from "the abandoned" -- Odd -- Epithalamion -- Victim of Aulis / Dannie Abse. [v.2] Approaching Mount Carmel (with jazz) -- Winter fears -- Biography -- S.O.S. -- While troops moved in -- Letter to Algiers -- The midnight scene (with jazz) -- A face in the crowd (with jazz) / Jeremy Robson -- First love -- Juniper -- Spring: April rise -- Summer: milk maid -- Autumn: days of these days -- Stork in Jerez -- Apples -- The long war / Laurie Lee. 0aEnglish poetryy20th centuryvReadings with music. 0aJazzy1961-1970. 6aPoésie anglaisey20e sièclevLectures avec musique. 7a1900-19992fast 7aMonologues (Music)2lcgft 7aPoetry.2lcgft 7aPoetry readings (Sound recordings)2lcgft 7aLiterary readings.2lcgft 7aJazz.2lcgft 7aLive sound recordings.2lcgft1 aMitchell, Adrian,d1932-2008,espeaker.1 aAbse, Dannie,espeaker.1 aRobson, Jeremy,d1939-espeaker.1 aLee, Laurie,espeaker.1 aGarrick, Michael,d1933-2011,eperformer. a92bPUL02512cjm a2200661 4500001001300000003000600013005001700019007001500036008004100051010001700092040005900109019002300168028002000191035005400211041000800265042001400273045000900287047001100296048000700307050002200314082002500336100003300361240002300394245004100417260001700458300002000475336003700495337002300532344001900555511007000574500003100644505025100675650002200926650003200948650002400980650004801004650002701052650003201079650002401111650006501135650007401200650005001274650004801324650005801372655002201430655002701452655002701479655004801506655004801554655004601602655002701648655002901675655002901704655003601733700002401769710004501793994001201838ocm10874666 OCoLC20230718213016.0sd bmmennmplue230717s196u xx munn n zxx d a 2023626378 aCNObengcDLCdBNGdIXAdOCLCFdILPMLdGILDSdCOMdCNO a13839004a7966153300aSRW 18060bWing a(OCoLC)10874666z(OCoLC)13839004z(OCoLC)796615330 geng alccopycat ax0x6 amrafm aoa 4aM1060.G73bW6 F4604aLPb784.2, GRA, 28351 aGrainger, Percy,d1882-1961.10aWorks.kSelections10aCountry gardens and other favorites. bWingc[196-] a2 sidesc12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia gstereo2rdacpc0 aEastman-Rochester "Pops" Orchestra; Frederick Fennell, conductor. aProgram notes on slipcase.0 aCountry gardens. -- Shepherd's hey. -- Colonial song. -- Children's march. -- The immovable do. -- Mock Morris. -- Handel in the Strand. -- Irish tune from County Derry. -- Spoon River. -- My robin is to the greenwood gone. -- Molly on the shore. 0aOrchestral music. 0aOrchestral music, Arranged. 0aMarches (Orchestra) 0aFolk songs, EnglishvInstrumental settings. 6aOrchestre, Musique d'. 6aOrchestre, Musique d', arr. 6aMarches (Orchestre) 6aChansons folkloriques anglaisesvArrangements instrumentaux. 7aFolk songs, EnglishxInstrumental settings.2fast0(OCoLC)fst01905701 7aMarches (Orchestra)2fast0(OCoLC)fst01009060 7aOrchestral music.2fast0(OCoLC)fst01047289 7aOrchestral music, Arranged.2fast0(OCoLC)fst01047300 0aOrchestral music. 4aInstrumental settings. 7asound recordings.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aOrchestral music.2fast0(OCoLC)fst01726690 7aMarches (Music)2fast0(OCoLC)fst01726665 7aMarches (Music)2lcgft 7aSound recordings.2lcgft 7aMarches (Musique)2rvmgf 7aEnregistrements sonores.2rvmgf1 aFennell, Frederick.2 aEastman-Rochester "Pops" Orchestra.4prf a92bPUL02662cjm a2200649 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109028002200154035002000176042001400196050002200210100003200232245003100264246005000295246006900345264003400414300002700448336003700475337002300512338003100535344001800566344001500584344001700599500006700616500008900683500005100772511008900823500003600912505036700948650003001315650003401345650004501379648002001424655005701444700002301501700002401524700002301548700004101571740003201612740001801644740003501662740005101697740003001748740002301778740003401801740002401835740002501859740003601884740002401920740004001944740001601984994001202000ocm12826323 OCoLC20230718213016.0sd bmmennmplue230717s1950 iluppnn n eng d a 2023626393 aCSObengcDLCdBGUdOCLCFdFQGdFGMdCSO02aMG 20035bMercury a(OCoLC)12826323 alccopycat 4aM1630.18.T824bM91 aTucker, Sophie,d1884-1966.10aMy dream /cSophie Tucker.3 aHer latest and greatest spicy and saucy songs3 aSophie Tucker and her best known material written by Jack Yellen 1a[Chicago] :bMercury,c[1950] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aTitle on container: Her latest and greatest spicy saucy songs. aTitle on side two of disc: Sophie Tucker and her best known material by Jack Yellen. aMy dream, produced and written by Jack Yellen.0 aSophie Tucker ; Ted Shapiro, piano ; Harry Geller Orchestra ; Mason Adams, narrator. aDescriptive notes on container.0 aIn the good old summertime -- The grizzly bear -- Waiting for the Robert E. Lee -- What do you want to make those eyes at me for -- Darktown strutter's ball -- My yiddishe Momme -- If he's good enough to fight -- Some of these days -- Make him say please -- I'm living alone and I like it -- Horse playingpapa -- Never let the same dog, bite twice -- Mr. Siegel. 0aPopular musicy1941-1950. 6aMusique populairey1941-1950. 7aPopular music.2fast0(OCoLC)fst01071422 7a1941-19502fast 4aLarry Taylor-Billy Matthews Musical Theater Archive.1 aShapiro, Ted.4prf1 aGeller, Harry.4prf1 aAdams, Mason.4prf12aYellen, Jack,d1892-1991.tMy dream.02aIn the good old summertime.02aGrizzly bear.02aWaiting for the Robert E. Lee.02aWhat do you want to make those eyes at me for.02aDarktown strutter's ball.02aMy yiddishe Momme.02aIf he's good enough to fight.02aSome of these days.02aMake him say please.02aI'm living alone and I like it.02aHorse playing papa.02aNever let the same dog, bite twice.02aMr. Siegel. a92bPUL02400cjm a2200589 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169043001200183100003700195245005100232260003500283300002700318336003700345337002300382338003100405344001800436344001500454511017700469500002800646500003000674500009900704505036500803650003401168650003701202650004501239651004501284700002301329700003801352700002201390700003701412700002201449700002401471740001601495740002301511740002401534740001501558740002501573740002401598740002501622740003401647740002101681740005201702740004401754994001201798ocm12826327 OCoLC20230718213016.0sd bmmennmplue230717s1954 iluppnn n eng d a 2023626397 aCSObengcDLC02aMG 20049bMercury a(OCoLC)12826327 alccopycat an-us---1 aTucker, Sophie,d1884-1966.4prf10aSophie Tucker golden jubilee /cSophie Tucker. a[Chicago] :bMercury,c©1954. a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm0 aSongs in tribute to Sophie Tucker (side one) (various artists); popular songs; Sophie Tucker (side two) ; Ted Shapiro, piano ; Richard Hayman Orchestra (sides one and two). aGolden jubilee edition. aNumbered limited edition. a"The Sophie Tucker story" (16 p. : ill.)--attached, with autographed card by Tucker, inserted.0 aHi-ya Soph (Chorus) -- My Yiddishe Momme (Patti Page) -- Some of these days (Georgia Gibbs) -- Who cares (Vic Damone) -- Hard hearted Hannah (Rusty Draper) -- Fifty golden years (Sophie Tucker) -- It's never too late -- Vitamins, hormones and pills -- Inhibition Papa -- There's no business like that certain business -- Sophie Tucker school for red hot mamas. 0aPopular musiczUnited States. 6aMusique populairezÉtats-Unis. 7aPopular music.2fast0(OCoLC)fst01071422 7aUnited States.2fast0(OCoLC)fst012041551 aShapiro, Ted.4prf1 aHayman, Richard,d1920-2014.4prf1 aPage, Patti.4prf1 aGibbs, Georgia,d1919-2006.4prf1 aDamone, Vic.4prf1 aDraper, Rusty.4prf02aHi-ya Soph.02aMy Yiddishe Momme.02aSome of these days.02aWho cares.02aHard hearted Hannah.02aFifty golden years.02aIt's never too late.02aVitamins, hormones and pills.02aInhibition Papa.02aThere's no business like that certain business.02aSophie Tucker school for red hot mamas. a92bPUL01575cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109028002200139035002000161042001400181045000900195050002100204100002500225245004100250260003400291300002700325336003700352337002300389338003100412344001800443344001500461344001700476511008000493518004000573500003200613505015100645650001000796650001900806650003600825710002900861740001800890740001900908740001700927740002100944740001400965740002200979740002301001740001801024740001501042994001201057ocm12851239 OCoLC20230718213016.0sd bmmennmplue230717s1954 ilujznn h n zxx d a 2023626400 aBGUbengcDLCdOCLCFdBGU02aMG-20055bMercury a(OCoLC)12851239 alccopycat ax3x5 4aM1366b.G37 19541 aGarner, Erroll.4prf10aMambo moves Garner /cErroll Garner. a[Chicago] :bMercury,c[1954] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc0 aJazz trios with conga, featuring Garner, piano with the Erroll Garner Trio. aRecorded in Chicago, July 27, 1954. aProgram notes on container.0 aMambo Garner -- Night and day -- Mambo blues -- Old black magic -- Cherokee -- Russian lullabye -- Begin the beguine -- Mambo nights -- Sweet Sue. 0aJazz. 0aMambos (Music) 7aJazz.2fast0(OCoLC)fst009821652 aErroll Garner Trio.4prf02aMambo Garner.02aNight and day.02aMambo blues.02aOld black magic.02aCherokee.02aRussian lullabye.02aBegin the beguine.02aMambo nights.02aSweet Sue. a92bPUL01703cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169045000900183100002400192245003600216260003400252300002700286336003700313337002300350338003100373344001800404344001500422344001700437500002700454500003200481505026900513650002700782650003600809650005300845740001600898740001900914740002400933740001700957740003400974740002001008740002401028740001801052740002901070740003501099740002201134740002901156994001201185ocm12851253 OCoLC20230718213016.0sd bmmennmplue230717s1954 iluppnn h n eng d a 2023626402 aBGUbengcDLC02aMG 20062bMercury a(OCoLC)12851253 alccopycat ax2x51 aMorrow, Buddy.4prf10aShall we dance /cBuddy Morrow. a[Chicago] :bMercury,c[1954] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aDance-orchestra music. aProgram notes on container.0 aIntermezzo -- Body and soul -- My melancholy baby -- Let's do it -- Something to remember you by -- September song -- The touch of your lips -- Blue prelude -- We'll be together again -- I found a million dollar baby -- That old feeling -- Too marvelous for words. 0aDance orchestra music. 6aOrchestre de danse, Musique d'. 7aDance orchestra music.2fast0(OCoLC)fst0088755302aIntermezzo.02aBody and soul.02aMy melancholy baby.02aLet's do it.02aSomething to remember you by.02aSeptember song.02aTouch of your lips.02aBlue prelude.02aWe'll be together again.02aI found a million dollar baby.02aThat old feeling.02aToo marvelous for words. a92bPUL01597cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169043001200183045000900195245002500204260003500229300002700264336003700291337002300328338003100351344001800382344001500400344001700415500005400432505022100486650002500707650002900732650004500761651003600806740002300842740001300865740001800878740002300896740002100919740001300940740001600953740002300969740001400992740002801006740001701034740002801051994001201079ocm12855585 OCoLC20230718213016.0sd bmmennmplue230717s1955 iluppnn n spa d a 2023626395 aBGUbengcDLC02aMG-20042bMercury a(OCoLC)12855585 alccopycat anwcu--- ax2x500aDancetime in Havana. a[Chicago] :bMercury,c[1955?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aPopular Cuban music performed by various artists.0 aPriquitin pin pon -- Vacilon -- Que jelengue -- Ahi viene la jara -- Fuera la careta -- El alacran -- Cepillando -- La muchacha del Peru -- Pugilato -- Ahi viene el verdulero -- Machuquillo -- Manteca pa' macantalla. 0aPopular musiczCuba. 6aMusique populairezCuba. 7aPopular music.2fast0(OCoLC)fst01071422 7aCuba.2fast0(OCoLC)fst0120580502aPriquitin pin pon.02aVacilon.02aQue jelengue.02aAhi viene la jara.02aFuera la careta.02aAlacran.02aCepillando.02aMuchacha del Peru.02aPugilato.02aAhi viene el verdulero.02aMachuquillo.02aManteca pa' macantalla. a92bPUL02906cjm a2200673 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169045000900183100003700192245005100229260003400280300002700314336003700341337002300378338003100401344001800432344001500450344001700465511006800482500004900550505035700599650003200956650003200988650002801020650003201048650005801080650005801138700008001196700006801276700007001344700007301414700008701487700008701574700005601661700008301717700006101800700006901861710003901930740002101969740002801990740001802018740002102036740001602057740002002073740003802093740001502131740001202146740003102158740001602189740001502205994001202220ocm13299738 OCoLC20230718213016.0sd bmmennmplue230717s1949 iluopnn fh n zxx d a 2023626385 aBGUbengcDLC02aMG 20003bMercury a(OCoLC)13299738 alccopycat aw0x41 aNewman, Alfred,d1901-1970.4prf10aOperatic and music favorites /cAlfred Newman. a[Chicago] :bMercury,c[1949] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc0 aPrimarily selections from operas; Hollywood Symphony Orchestra. aProgram and biographical notes on container.0 aVesti la guibba / Leoncavallo -- Quartet from Rigoletto / Verdi -- Celeste Aida /Verdi -- Musetta's valse / Puccini -- Barcarolle from Tales of Hoffman / Offenbach -- Un bel di vedremo / Puccini -- Drink to me only with thine eyes -- Beau soir / Debussy -- Elegie / Massenet -- None but the lonely heart -- Intermezzo / Prevost -- Ave Maria / Schubert. 0aOperasvExcerpts, Arranged. 0aOrchestral music, Arranged. 6aOpérasvExtraits arr. 6aOrchestre, Musique d', arr. 7aOperasxExcerpts, Arranged.2fast0(OCoLC)fst01046207 7aOrchestral music, Arranged.2fast0(OCoLC)fst0104730012aLeoncavallo, Ruggiero,d1858-1919.tPagliacci.pVesti la giubba;oarranged.12aVerdi, Giuseppe,d1813-1901.tRigoletto.pQuartetto;oarranged.12aVerdi, Giuseppe,d1813-1901.tAïda.pCeleste Aïda;oarranged.12aPuccini, Giacomo,d1858-1924.tBohème.pQuando me'n vo;oarranged.12aOffenbach, Jacques,d1819-1880.tContes d'Hoffmann.pBelle nuit, ô nuit d'amour.12aPuccini, Giacomo,d1858-1924.tMadama Butterfly.pUn bel dì, vedremo;oarranged.12aDebussy, Claude,d1862-1918.tBeau soir;oarranged.12aMassenet, Jules,d1842-1912.tElegies,mmedium voice, cello, piano;oarranged.12aPrévost, André,d1934-2001.tIntermezzo,morchestra.12aSchubert, Franz,d1797-1828.tEllens Gesang,nD. 839;oarranged.2 aHollywood Symphony Orchestra.4prf02aVesti la giubba.02aQuartet from Rigoletto.02aCeleste Aida.02aMusetta's valse.02aBarcarolle.02aBel di vedremo.02aDrink to me only with thine eyes.02aBeau soir.02aElegie.02aNone but the lonely heart.02aIntermezzo.02aAve Maria. a92bPUL02032cjm a2200553 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169045000900183100003800192245004700230260003400277300002700311336003700338337002300375338003100398344001800429344001500447344001700462500004900479500004900528505027800577650004600855650004300901650003600944650004800980650007201028650005801100648002001158740003301178740001701211740001501228740003201243740002301275740002101298740002701319740003101346740002701377740001901404740002601423740001701449994001201466ocm13324415 OCoLC20230718213016.0sd bmmennmplue230717s1954 ilumpnn fh n zxx d a 2023626401 aBGUbengcDLC02aMG 20061bMercury a(OCoLC)13324415 alccopycat ax3x51 aShaindlin, Jack,d1909-1978.4prf10aAcademy Award favorites /cJack Shaindlin. a[Chicago] :bMercury,c[1954] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aMotion-picture music arranged for orchestra. aProgram and biographical notes on container.0 aThree coins in the fountain -- Secret love -- Mona Lisa -- It might as well be spring -- You'll never know -- White Christmas -- The last time I saw Paris -- When you wish upon a star -- Thanks for the memory -- Sweet Leilani -- The way you look tonight -- The continental. 0aMotion picture musicvExcerpts, Arranged. 0aPopular instrumental musicy1951-1960. 6aFilm, Musique devExtraits arr. 6aMusique instrumentale populairey1951-1960. 7aMotion picture musicxExcerpts, Arranged.2fast0(OCoLC)fst01426019 7aPopular instrumental music.2fast0(OCoLC)fst01071403 7a1951-19602fast02aThree coins in the fountain.02aSecret love.02aMona Lisa.02aIt might as well be spring.02aYou'll never know.02aWhite Christmas.02aLast time I saw Paris.02aWhen you wish upon a star.02aThanks for the memory.02aSweet Leilani.02aWay you look tonight.02aContinental. a92bPUL01394cam a22003851a 4500001001300000003000600013005001700019008004100036010001700077040004700094035002000141042001200161050001500173051003900188082001700227100003500244245010400279260006000383300003900443336002600482337002800508338002700536500004800563510002800611500003600639650004800675650002100723650004000744655003700784700005300821710005900874752001900933938004400952994001200996ocm13476131 OCoLC20230718213016.0860106s1713 fr 000 0 fre  a 31025096  aDLCbengcDLCdGZMdSTFdKRTASdOCLCFdRBN a(OCoLC)13476131 apremarc00aHQ731b.B6 aHQ731b.B6 Copy 2cToinet no. 123104a173.3qOCoLC1 aBordelon, Laurent,d1653-1730.13aLe supplement de tasse rouzi friou titave. :bAux femmes. Ou aux maris, pour donner a leurs femmes. aA Paris, :bChez Pierre Prault ...,cM.DCCXIII. [1713]. axxix, [3], 338 p. ;c16 cm. (12mo) atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTitle page in red and black, with vignette.4 aBN,cv. 16, column 242. a"Fautes à corriger": p. xxix. 0aMarriagexAnecdotes, facetiae, satire, etc. 6aMariagevHumour. 7aMarriage.2fast0(OCoLC)fst01010443 7aHumor.2fast0(OCoLC)fst014236961 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC aFrancedParis. aKirtas Technologies, Inc.bKRTSn415994 a92bPUL01761cjm a2200517 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109028002000159035002000179042001400199050001400213082001100227100004000238240002500278245009400303246002300397260003200420300003700452306001100489336003700500337002300537338003100560344001800591344001500609344001900624382002700643490002800670511010600698500006400804650002300868650002300891650004900914655003800963655001901001655002801020700003101048700002301079700003001102700005601132710004301188994001201231ocm13522326 OCoLC20230718213016.0sd bsmennmplue230717s196u iluuunn i n zxx d a 2023626382 aIUObengcDLCdBGUdOCLCFdRESdORUdPULdIUO02aSRW 18092bWing a(OCoLC)13522326 alccopycat 4aM1625.S2504a785.321 aSaint-Saëns, Camille,d1835-1921.10aCarnaval des animaux14aThe carnival of the animals /cCamille Saint-Saens. Peter and the wolf / Serge Prokofiev.3 aPeter and the wolf a[Chicago] :bWing,c[196-?] a1 audio disc (62 min.) ;c12 in. a010200 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc01aorchestrae1t12lcmpt0 aEvening musicale series0 aOrchestre des Concerts Lamoureux ; Jesus Etcheverry, conductor ; Mireille and Jean Nohain, narrators. aDescriptive notes translated by Brett Lindsey on container. 0aSuites (Orchestra) 6aSuites (Orchestre) 7aSuites (Orchestra)2fast0(OCoLC)fst01137923 7aSuites.2fast0(OCoLC)fst01726502 7aSuites.2lcgft 7aSuites (Musique)2rvmgf0 aMireille,d1906-1990.4prf1 aNohain, Jean.4prf1 aEtcheverry, Jésus.4prf1 aProkofiev, Sergey,d1891-1953.tPeti︠a︡ i volk.2 aOrchestre des concerts Lamoureux.4prf a92bPUL01956cjm a2200457 a 4500001001300000003000600013005001700019007001500036008004100051010003100092040001800123028002200141035002000163042001400183100003700197245005900234260003400293300002700327336003700354337002300391338003100414344001800445344001500463344001700478500002500495511007400520505046100594650004601055650003401101650003601135650007201171650006001243740003001303740002801333740003001361740002701391740001501418740002301433740003001456994001201486ocm16127779 OCoLC20230718213016.0sd bmmennmplue800801s1949 ilumcnn n zxx d a 2023626386z 99570599  aBGUbengcDLC02aMG-20005bMercury a(OCoLC)16127779 alccopycat1 aNewman, Alfred,d1901-1970.4prf10aCaptain from Castile /cAlfred Newman & his orchestra. a[Chicago] :bMercury,c[1949] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aTitle from side one.0 aMusic from the film and from various musicals arranged for orchestra.0 aCaptain from Castile. Prelude ; Pedro de Vargas, captain from Castile -- Catana, the young peasant girl -- Lady Luisa ; Juan the adventurer ; Wonders of the new world -- Magic ring ; Fears of persecution ; Compassionate priest -- Fulfillment in the New World (Catana's love) -- Conquest -- Musical comedy favorites. They didn't believe me -- I only have eyes for you -- Long ago and far away -- A foggy day -- Lovely to look at -- Someone to watch over me. 0aMotion picture musicvExcerpts, Arranged. 0aMusicalsvExcerpts, Arranged. 6aFilm, Musique devExtraits arr. 7aMotion picture musicxExcerpts, Arranged.2fast0(OCoLC)fst01426019 7aMusicalsxExcerpts, Arranged.2fast0(OCoLC)fst0142604602aMusical comedy favorites.02aThey didn't believe me.02aI only have eyes for you.02aLong ago and far away.02aFoggy day.02aLovely to look at.02aSomeone to watch over me. a92bPUL01183cjm a2200397 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003200127035002000159042001400179082001900193100003200212245003300244260004000277300002800317336003700345337002300382338003100405344001800436344001500454344001900469511006100488500002100549500002800570500004500598650001300643650001300656650003900669700002400708710004100732994001200773ocm16893764 OCoLC20230718213016.0sd bsmennmplue230717s196u ilubtnn n zxx d a 2023626384 aALMbengcDLC02aSRW2-19500bWingq(Mercury) a(OCoLC)16893764 alccopycat14a782.72bD37₃1 aDelibes, Léo,d1836-1891.10aCoppélia /cLéo Delibes. aChicago :bWing (Mercury),c[196-?] a2 audio discs ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aMinneapolis Symphony Orchestra; Antal Dorati, conductor. aManual sequence. aDurations on container. aProgram notes and synopsis on container. 0aBallets. 6aBallets. 7aBallets.2fast0(OCoLC)fst008260661 aDorati, Antal.4cnd2 aMinneapolis Symphony Orchestra.4prf a92bPUL01547cam a22003611 4500001001300000003000600013005001700019008004100036010001700077040003000094035002000124043001200144050001700156051003400173245018400207260005300391300003400444336002600478337002800504490003700532500004600569500014800615500006500763651003300828651004300861650004700904650002000951650005200971651003801023700005301061710005901114994001201173ocm17751702 OCoLC20230718213016.0920402s1703 fr 000 0 fre  a 31032603  aDLCbengcDLCdOCLCFdMNU a(OCoLC)17751702 ae-fr---00aDC130.A2bN6 aDC130.A2bN6cToinet no. 120600aNouveaux caractéres de la famille roïale, des ministres d'Etat et des principales personnes de la cour de France.bAvec une supputation éxacte des revenus de cette couronne. aA Ville Franche,bChez Paul Pinceau.cM.DCC.III. a9 p.l., 140 p.c16 cm. (12mo) atextbtxt2rdacontent aunmediatedbn2rdamedia0 aFrench history pamphlets. 1703:1 aFictitious imprint; printed at the Hague? aPublished also under titles "Nouveaux portraits et caractères de la famille royale" and "Caratères de la famille royale, des ministres ..." a"Ex bibliotheca R. Toinet" with his manuscript not inserted. 0aFrancexCourt and courtiers. 0aFrancexHistoryyLouis XIV, 1643-1715. 0aFinance, PubliczFrancexHistoryyTo 1789. 0aBudgetzFrance. 7aCourts and courtiers.2fast0(OCoLC)fst00881829 7aFrance.2fast0(OCoLC)fst012042891 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL04312cjm a2200949 a 4500001001300000003000600013005001700019007001500036008004100051010003100092040006000123016002500183019003000208028004000238033002300278035006800301041001300369042001400382043001200396047001100408050002700419082001100446084001800457084001600475100003800491245004000529246003700569260003600606300003900642306001100681336003700692337002300729338003100752344001800783344001500801344001700816490003000833511008200863518002400945500004900969500014501018505060301163505054801766650001702314650003002331650003002361650002102391650002102412650003402433650003402467650002102501650002102522650003602543650004302579650004502622648002002667740003002687740002402717740002102741740004402762740002002806740001602826740001802842740001802860740002602878740002502904740002502929740004002954740002402994740002003018740002203038740002803060740002303088740002703111740003903138740003403177740002503211740005803236740002503294830003103319994001203350ocm18200386 OCoLC20230718213016.0sd bmmennmplue230705p19621933nyumunn f n eng d a 2023626322zr 62000395  aTEUbengcDLCdCPLdUIUdBGUdCGUdCGPdOCLCFdNLCdTEU a(AMICUS)000020173852 a593382a7632215a8417090402aC3L-21 (CL 1758--CL 1760)bColumbia2 a1933----a1941---- a(OCoLC)18200386z(OCoLC)593382z(OCoLC)7632215z(OCoLC)841709040 denggeng alccopycat an-us--- appajz 4aM1630.18.H61bG64 196204a781.65 acci1icc2lacc acoll92lacc1 aHoliday, Billie,d1915-1959.4prf14aThe golden years /cBillie Holiday.3 aBillie Holiday, the golden years a[New York] :bColumbia,c[1962] a3 audio discs (138 min.) ;c12 in. a021800 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc1 aThesaurus of classic jazz0 aBillie Holiday, vocals; accompanied by various orchestras and jazz ensembles. aRecorded 1933-1941. aLC copy 1: White House Collection copy.5DLC aBiographical notes on Billie Holiday by John Hammond and Ralph J. Gleason ([20] p. : ports.)--laid in container; includes personnel listing.0 aYour mother's son-in-law -- Riffin' the scotch -- Them there eyes -- These foolish things (remind me of you) -- Did I remember? -- No regrets -- A fine romance -- Easy to love -- The way you look tonight -- Pennies from heaven -- That's life I guess -- I can't give you anything but love -- This year's kisses -- Why was I born? -- The mood that I'm in -- I'll never be the same -- Without your love -- Swing! brother, swing! -- They can't take that away from me -- Getting some fun out of life -- Trav'lin' all alone -- When you're smiling (the whole world smiles with you) -- If dreams come true.0 a(Cont.): I can't get started -- Back in your own back yard -- On the sentimental side -- When a woman loves a man -- You go to my head -- The very thought of you -- That's all I ask of you -- Dream of life -- Long gone blues -- Some other spring -- The man I love -- Ghost of yesterday -- Body and soul -- I'm pulling through -- Tell me more -- Laughing at life -- Time on my hands -- Georgia on my mind -- Romance in the dark -- All of me -- God bless the child -- Am I blue? -- I cover the waterfront -- Love me or leave me -- Gloomy Sunday. 0aJazz vocals. 0aPopular musicy1931-1940. 0aPopular musicy1941-1950. 0aJazzy1931-1940. 0aJazzy1941-1950. 6aMusique populairey1931-1940. 6aMusique populairey1941-1950. 6aJazzy1931-1940. 6aJazzy1941-1950. 7aJazz.2fast0(OCoLC)fst00982165 7aJazz vocals.2fast0(OCoLC)fst00982216 7aPopular music.2fast0(OCoLC)fst01071422 7a1931-19502fast02aYour mother's son-in-law.02aRiffin' the scotch.02aThem there eyes.02aThese foolish things (remind me of you)02aDid I remember?02aNo regrets.02aFine romance.02aEasy to love.02aWay you look tonight.02aPennies from heaven.02aThat's life I guess.02aI can't give you anything but love.02aThis year's kisses.02aWhy was I born?02aMood that I'm in.02aI'll never be the same.02aWithout your love.02aSwing! brother, swing!02aThey can't take that away from me.02aGetting some fun out of life.02aTrav'lin' all alone.02aWhen you're smiling (the whole world smiles with you)02aIf dreams come true. 0aThesaurus of classic jazz. a92bPUL01288cjm a2200421 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002800127035002000155041000800175042001400183048000700197082003800204100003500242240004500277245004200322260004600364300003700410306001100447336003700458337002300495338003100518344001800549344001500567344001900582500005300601511006100654650001600715650001600731650004200747700002400789710004100813994001200854ocm18310750 OCoLC20230718213016.0sd bsmennmplue230717s197u ilusynn i n zxx d a 2023626380 aFEAbengcDLC02aSRW 18081bMercury Wing a(OCoLC)183107500 geng alccopycat aoa04a784.2/184qOCoLC223/eng/202302161 aProkofiev, Sergey,d1891-1953.10aSymphonies,nno. 5, op. 100,rB♭ major10aSymphony no. 5, op. 100 /cProkofiev. a[Chicago, Ill.] :bMercury Wing,c[197-?] a1 audio disc (39 min.) ;c12 in. a003909 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc aProgram notes by William C. Holmes on container.0 aMinneapolis Symphony Orchestra; Antal Dorati, conductor. 0aSymphonies. 6aSymphonies. 7aSymphonies.2fast0(OCoLC)fst011408731 aDorati, Antal.4cnd2 aMinneapolis Symphony Orchestra.4prf a92bPUL03424cjm a2200781 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109028002800154035002000182041000800202042001400210082001500224100005300239240003300292245002800325246003900353264005100392300002700443336003700470337002300507338003100530340001800561344001800579344001500597344001900612382002400631490002800655500002700683511012500710500003200835505024500867650001301112650002201125650002301147650001201170650002701182650002301209650004901232650004801281650003901329655001901368655004601387655004001433655004601473655002701519655002701546655002101573655002801594655003001622655002101652700003101673700010301704700009201807700010901899700011102008700011602119700009502235700012102330710005402451710005002505710004602555830002902601994001202630ocm18511420 OCoLC20230718213016.0sd bsmennmplue230717s196u iluwznn i n zxx d a 2023626383 aAZSbengerdacDLCdIXAdOCLCFdMNUdAZS02aSRW 18093bMercury Wing a(OCoLC)185114200 geng alccopycat04a785qOCoLC1 aTchaikovsky, Peter Ilich,d1840-1893,ecomposer.10aOrchestra music.kSelections10aWaltzes /cTchaikovsky.1 iTitle on container:aEight waltzes 1a[Chicago, Illinois?] :bMercury Wing,c[196-?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinylb12 in. aanalog2rdatr c33 1/3 rpm gstereo2rdacpc01aorchestrae12lcmpt1 aEvening musicale series aTitle from disc label.0 aAntal Dorati, conductor ; variously: London Symphony Orchestra, Philharmonica Hungarica, Minneapolis Symphony Orchestra. aProgram notes on container.0 aNutcracker. Waltz of the flowers -- Eugen Onegin. Waltz -- Serenade for strings. Waltz -- Nutcracker. Waltz of the snowflakes -- Symphony no. 5. Waltz -- Sleeping beauty. Waltz -- Swan Lake. Waltz from Act II -- Swan Lake. Waltz from Act I. 0aWaltzes. 0aOrchestral music. 0aBalletsvExcerpts. 6aValses. 6aOrchestre, Musique d'. 6aBalletsvExtraits. 7aBalletsxExcerpts.2fast0(OCoLC)fst00826069 7aOrchestral music.2fast0(OCoLC)fst01047289 7aWaltzes.2fast0(OCoLC)fst01170245 7aexcerpts.2aat 7aBallets (Music)2fast0(OCoLC)fst01920016 7aExcerpts.2fast0(OCoLC)fst01692837 7aWaltzes (Music)2fast0(OCoLC)fst01920415 7aWaltzes (Music)2lcgft 7aBallets (Music)2lcgft 7aExcerpts.2lcgft 7aValses (Musique)2rvmgf 7aMusique de ballet.2rvmgf 7aExtraits.2rvmgf1 aDorati, Antal,econductor.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tShchelkunchik.pValʹs t︠s︡vetov.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tEvgeniĭ Onegin.pValʹs.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tShchelkunchik.pValʹs snezhnykh khlopʹev.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tSymphonies,nno. 5, op. 64,rE minor.pValse.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tSpi︠a︡shchai︠a︡ krasavit︠s︡a.pValʹs.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tLebedinoe ozero.kSelections.12iContainer of (work):aTchaikovsky, Peter Ilich,d1840-1893.tSerenade,mstring orchestra,nop. 48,rC major.pValse.2 aMinneapolis Symphony Orchestra,einstrumentalist.2 aLondon Symphony Orchestra.,einstrumentalist.2 aPhilharmonia Hungarica,einstrumentalist. 0aEvening musicale series. a92bPUL03171cjm a2200757 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006200109019008700171024004800258028003900306028004000345028004000385033002300425033002300448035015300471041001300624042001400637048000700651048001900658050002400677082001100701100004400712240003300756245006800789264004800857264002200905300003000927336003700957337002300994338003101017344001901048344001901067344001201086344001901098347002201117347001301139382003401152382005501186500002701241511013701268518008201405518008501487500009701572500009001669650001601759650004201775650001601817650004201833655003801875655004201913655002301955655001901978655002301997655002802020700004702048700003702095700003402132700009302166700008702259710005502346994001202401ocm18782579 OCoLC20230718213016.0sd fsngnnmmnee150512p19861965sw synn ei n zxx d a 2015621609 aGAPbengerdacDLCdIXAdDLCdTJCdOCLCFdXFFdTJCBLdGAP a1002008802a1015718175a1029664426a1029712992a1080174232a1084834435a10898430401 a723721270421q(UPC on sticker on container)02aSCD 1006bSwedish Society Discofil00aSLT 33179bSwedish Society Discofil00aSLT 33167bSwedish Society Discofil10a19671005a1967100700a19650508b6954cS7 a(OCoLC)18782579z(OCoLC)1002008802z(OCoLC)1015718175z(OCoLC)1029664426z(OCoLC)1029712992z(OCoLC)1080174232z(OCoLC)1084834435z(OCoLC)10898430400 genggswe alccopycat aoa bsa01bsb01aoa 4aM1101.A77bS92 198604a785.111 aAtterberg, Kurt,d1887-1974,ecomposer.10aOrchestra music.kSelections10aSymphony no. 2, op. 6 ;bSuite no. 3, op. 19 /cKurt Atterberg. 1aSweden :bSwedish Society Discofil,c[1986] 4c℗1965,c℗1967 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio0131st workaorchestrae12lcmpt0132nd workbviolinn1bviolan1aorchestrae12lcmpt aTitle from disc label.0 aMircea Saulesco, violin (2nd work) ; Gideon Roehr, viola (2nd work) ; Swedish Radio Symphony Orchestra ; Stig Westerberg, conductor. 3The 1st workorecordedd1967 October 5,d1967 October 7oatpEklidens School. 3The 2nd workorecordedd1965 May 8oat thepSwedish Academy of Music, Stockholm. a"Previously released on Swedish Society Discofil LP albums SLT 33179 and SLT 33167"--Insert. aProgram notes by Frank Hedman in English and Swedish (3 pages) inserted in container. 0aSymphonies. 0aSuites (Violin, viola with orchestra) 6aSymphonies. 7aSymphonies.2fast0(OCoLC)fst01140873 7aSuites.2fast0(OCoLC)fst01726502 7aSymphonies.2fast0(OCoLC)fst01726504 7aSymphonies.2lcgft 7aSuites.2lcgft 7aSymphonies.2rvmgf 7aSuites (Musique)2rvmgf1 aSaulesco, Mircea,d1926-einstrumentalist.1 aRoehr, Gideon,einstrumentalist.1 aWesterberg, Stig,econductor.12iContainer of (work):aAtterberg, Kurt,d1887-1974.tSymphonies,nno. 2, op. 6,rF major.12iContainer of (work):aAtterberg, Kurt,d1887-1974.tSuites,nno. 3, op. 19, no. 1.2 aSveriges radios symfoniorkester,einstrumentalist. a92bPUL01477cjm a2200457 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002800144035002000172041000800192042001400200047001100214048000700225050002400232100003400256240004200290245009800332260006800430300002700498336003700525337002300562338003100585344001800616344001500634344001900649511005600668650001600724650002100740650001600761650002700777650004700804650004200851700003400893700004300927710003700970994001201007ocm19596656 OCoLC20230718213016.0sd bmmennmplue230717s195u xx munn i n zxx d a 2023626374 aZEMbengcDLCdIXAdOCLCFdZEM02aSRW 18004bMercury Wing a(OCoLC)195966560 geng alccopycat asyasp aoa 4aM1001.S35bD2x 19601 aSchumann, Robert,d1810-1856.10aSymphonies,nno. 4, op. 120,rD minor10aSymphony no. 4 in D minor, op. 120 /cSchumann. Les preludes :bsymphonic poem no. 3 / Liszt. a[Place of publication not identified] :bMercury Wing,c[195-?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aDetroit Symphony Orchestra ; Paul Paray, conductor. 0aSymphonies. 0aSymphonic poems. 6aSymphonies. 6aPoèmes symphoniques. 7aSymphonic poems.2fast0(OCoLC)fst01140849 7aSymphonies.2fast0(OCoLC)fst011408731 aParay, Paul,d1886-1979.4cnd12aLiszt, Franz,d1811-1886.tPréludes.2 aDetroit Symphony Orchestra.4prf a92bPUL01786cjm a2200469 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127033002300149033003700172035002000209042001400229048000900243048002100252100002500273245003400298260003400332300002700366336003700393337002300430338003100453344001800484344001500502500001000517511006000527518013400587500009400721505026100815650002301076650002101099650002901120650002101149650003601170650004901206648002001255710002901275994001201304ocm19892328 OCoLC20230718213016.0sd bmmennmplue230717p19501945ilujznn n zxx d a 2023626389 aENGbengcDLC02aMG 20009bMercury00a19451205b3804cN410a19460714a19460409b4364cL8:2H5 a(OCoLC)19892328 alccopycat aka01 aka01asd01apd011 aGarner, Erroll.4prf10aAt the piano /cErrol Garner. a[Chicago] :bMercury,c[1950] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm aJazz.0 aErroll Garner, piano; Erroll Garner Trio (tracks 7-12). aRecorded Dec. 5, 1945, New York (tracks 1-6), July 14, 1946, Hollywood (tracks 7-10), and Apr. 9, 1946, Hollywood (tracks 11-12). aPersonnel and recording dates from: Erroll Garner, the most happy piano / James M. Doran.00tEmbraceable you --tLover, come back to me --tAlways --tSometimes I'm happy --tI can't get started with you --tI've got you under my skin --tBlue skies --tDon't blame me --tFull moon and empty arms --tMemories of you --tFor you --tIf I loved you. 0aPiano music (Jazz) 0aJazzy1941-1950. 6aPiano, Musique de (Jazz) 6aJazzy1941-1950. 7aJazz.2fast0(OCoLC)fst00982165 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1941-19502fast2 aErroll Garner Trio.4prf a92bPUL02488cim a2200589 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002500144035002000169042001400189045000900203100003500212245008400247246005100331264004700382300007100429306001100500336003300511336003700544337002300581338003100604340001900635344001800654344001500672344002300687344001700710500005200727500002700779511004800806518005900854500003600913520013800949500005001087505040601137650002101543650002001564650002101584650001501605650003801620655002801658655002701686655002801713655002701741655002101768700002601789730007101815994001201886ocm20291504 OCoLC20230718213016.0sd bmmennmplue860530s1964 caunnnn k n eng  ar 65000423  aBGUbengerdacDLCdOCLCFdBGU02aW 1573bWarner Bros. a(OCoLC)20291504 alccopycat ax6x61 aCoyle, Jim,eauthor,espeaekr.14aThe insane (but hilarious) world of Coyle and Sharpe /cJim Coyle & Mal Sharpe.3 aInsane but hilarious world of Coyle and Sharpe 1a[Burbank, Calif.] :bWarner Bros.,c[1964] a1 audio disc (43 min.) :banalog, 33 1/3 rpm, monophonic ;c12 in. a004300 aspoken wordbspw2rdacontent aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gmono2rdacpc aExcerpts from Coyle and Sharpe's radio program. aTitle from disc label.0 aHumorous sketches performed by the authors. aIn part recorded live at the University of California. aDescriptive notes on container. a"Live, unrehearsed 'put ons' by the greatest con men alive, with some bizarre musical episodes and lunatic fringe poetry"--Container. aLC copies: White label promotional copy.5DLC0 aSelling germs wholesale -- Eating people at a death ritual -- The household heroine -- The human eagle -- The great folk singing hoax -- Pack rats in an art gallery -- The last sleep -- The yodeler -- May we operate on your brain? -- The grafted mutant mouse -- Child maniacs destroy homes -- The sloppy dentist -- Maniacs in a living hell -- Rob bank -- Putting fungus on an infant -- Santa's secret. 0aPractical jokes. 0aHumorous songs. 0aHumorous poetry. 6aComédie. 7aComedy.2fast0(OCoLC)fst00869083 7aComedy sketches.2lcgft 7aHumorous songs.2lcgft 7aHumorous poetry.2lcgft 7aRadio comedies.2lcgft 7aExcerpts.2lcgft1 aSharpe, Mal,eauthor.0 iContainer of (work):aCoyle & Sharpe (Radio program).kSelections. a92bPUL01970cjm a2200529 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109028002800139035002000167042001400187050001200201245003600213260003400249300002700283336003700310337002300347338003100370344001800401344001500419344001900434511011400453500003100567505014800598650001500746650002200761650002100783650002700804650002700831650002700858650004800885650004100933650004700974700001901021700002901040700004701069700004801116700007601164700005101240700006901291710003601360710003201396994001201428ocm20390328 OCoLC20230718213016.0sd bmmennmplue230717s195u nyuuunn n zxx d a 2023626375 aWUObengcDLCdOCLCFdWDB02aSRW 18009bMercury Wing a(OCoLC)20390328 alccopycat 4aM5b.F300aFrench orchestral masterpieces. aNew York :bMercury,c[195-?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc0 aDetroit Symphony Orchestra; Paul Paray, conductor ; Minneapolis Symphony Orchestra; Anatal Dorati, conductor. aProgram notes on slipcase.0 aEspana / Chabrier -- The sorcerer's apprentice / Dukas -- Pavane / Faure -- Roman carnival overture / Berlioz -- Pelleas and melisande / Faure. 0aOvertures. 0aOrchestral music. 0aSymphonic poems. 6aOuvertures (Orchestre) 6aOrchestre, Musique d'. 6aPoèmes symphoniques. 7aOrchestral music.2fast0(OCoLC)fst01047289 7aOvertures.2fast0(OCoLC)fst01049384 7aSymphonic poems.2fast0(OCoLC)fst011408491 aDorati, Antal.1 aParay, Paul,d1886-1979.12aChabrier, Emmanuel,d1841-1894.tEspaña.12aDukas, Paul,d1865-1935.tApprenti sorcier.12aFauré, Gabriel,d1845-1924.tPavan,morchestra,nop. 50,rF♯ minor.12aBerlioz, Hector,d1803-1869.tCarnaval romain.12aFauré, Gabriel,d1845-1924.tPelléas et Mélisande.pSuite.2 aMinneapolis Symphony Orchestra.2 aDetroit Symphony Orchestra. a92bPUL01210cjm a2200373 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002300127035002000150042001400170047001500184100003300199240002400232245001200256260005000268300002000318336003700338337002300375344001900398511005500417500003100472505014400503650002200647650001500669650002400684650002700708650004800735650004100783994001200824ocm20590852 OCoLC20230718213016.0sd bsmennmplue230717s196u xx munn n zxx d a 2023626376 aWOObengcDLC00aSRW 18019bMercury a(OCoLC)20590852 alccopycat apraopaov1 aWagner, Richard,d1813-1883.10aOperas.kSelections10aWagner. bMercuryc[date of publication not identified] a2 sidesc12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia gstereo2rdacpc0 aDetroit Symphony Orchestra; Paul Paray, Conductor. aProgram notes on slipcase.0 aThe Flying Dutchman overature. -- Tristan and Isolde: Prelude and love-death. -- Parsifal: Good Friday spell. -- Siegfried: Forest murmurs. 0aOperasvExcerpts. 0aOvertures. 6aOpérasvExtraits. 6aOuvertures (Orchestre) 7aOperasxExcerpts.2fast0(OCoLC)fst01046203 7aOvertures.2fast0(OCoLC)fst01049384 a92bPUL02017cjm a2200553 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028003300144035002000177041000800197042001400205082001300219100003400232245005700266260004800323300005100371306001100422336003700433337002300470338003100493344001900524344001900543344001200562347002200574347001300596511004000609518004500649500004000694500001800734500005400752500003100806505023600837650001001073650003201083650003701115650005801152655002701210655004801237655004501285655002901330655002601359655003601385655003001421994001201451ocm20626899 OCoLC20230718213016.0sd fsngnnmmned160823s1987 cauppnn f n zxx d a 2016622099 aIFAbengcDLCdOCLCFdJDPdIFA02aBCD 6268bBainbridge Records a(OCoLC)206268990 geng alccopycat04a784.21641 aNero, Peter,d1934-2023.4prf14aThe sounds of loveh[sound recording] /cPeter Nero. aVan Nuys, CA :bBainbridge Records,cp1987. a1 sound disc (42 min.) :bdigital ;c4 3/4 in. a004134 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio0 aPeter Nero, piano ; with orchestra. aRecorded in Webster Hall, New York City. aAll selections previously released. aCompact disc. a"Digitally remaster analog recording"--Container. aNotes on container insert.0 aWhen the world was young -- Alfie -- This is all I ask -- Days of wine and roses -- As long as he needs me -- Shangri-la -- In other words (Fly me to the moon) -- Long ago and far away -- My funny valentine -- Moon River -- Autumn. 0aJazz. 0aPopular instrumental music. 6aMusique instrumentale populaire. 7aPopular instrumental music.2fast0(OCoLC)fst01071403 7asound recordings.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aPopular music.2fast0(OCoLC)fst01726706 7aSound recordings.2lcgft 7aPopular music.2lcgft 7aEnregistrements sonores.2rvmgf 7aMusique populaire.2rvmgf a92bPUL01261cam a22003011 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124035002000131050001800151100003600169245010500205260005300310300002000363336002600383337002800409338002700437600006400464630006400528776015700592880003500749880010700784880005600891994001200947ocm23485067 OCoLC20230718213016.0820416s1955 iq 000 0bara  a 59034949  aDLCbengcDLCdOCLCFdEYM c(3 a(OCoLC)2348506700aD16.7.I26bM31 6880-01aMallāḥ, Maḥmūd.106880-02aDaqāʼiq wa-ḥaqāʼiq fī muqaddimat Ibn Khaldūn /cbi-qalam Maḥmūd al-Mallāh. 6880-03aBaghdād :bMaṭbaʻat Asʻad,c[1955] a98 p. ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier00aIbn Khaldūn,d1332-1406.tKitāb al-ʻibar.pMuqaddimah.07aKitāb al-ʻibar (Ibn Khaldūn)2fast0(OCoLC)fst0135697308iOnline version:aMallāh, Mahmūd.tDaqāʼiq wa-ḥaqāʼiq fī muqaddimat Ibn Khaldūn.dBaghdād : Maṭbaʻat Asʻad [1955]w(OCoLC)5574305041 6100-01aملاح، محمود.106245-02aدقائق وحقائق في مقدمة إبن خلدون /cبقلم محمود الملاه. 6260-03aبغداد :bمطبعة أسعد،c[1955] a92bPUL02876cjm a2200685 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001300149024001800162028002000180033003300200035003700233041001800270042001400288043001200302050002300314245003400337264003600371264001200407300004900419306007500468336003700543337002300580338003100603344001900634344001900653344001900672347002200691347001300713382002700726500002700753546005300780511032300833518009201156500007001248505020601318650004101524650003101565650003601596650004501632650004601677651004101723655002601764655001801790700002901808700003601837700003801873700004801911700003601959700003601995700003702031700003802068700003402106700003802140994001202178ocm23525519 OCoLC20230718213016.0sd fsngnnmmnee930218p19871984gw ppnn d n spa d a 93704321  aUIUbengerdacDLCdDLCdOCLCFdUIU a276854693 a400132115966402a15966bMessidor1 a198412--a198501--b3804cN4 a(OCoLC)23525519z(OCoLC)276854690 egerespanspa alccopycat as-ve--- 4aM1687.V318.B72bV600aVolando voy /cSoledad Bravo. 1aHeidelberg :bMessidor,c[1987] 4c℗1987 a1 audio disc :bdigital, stereo ;c4 3/4 in. a000029a000550a000437a000500a000428a000520a000504a000615a000355 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from disc label. aSongs sung in Spanish with varied accompaniment.0 aSoledad Bravo, vocals ; Eddie Goméz, double bass ; Airto Moreira, drums, percussion ; Paquito d'Rivera, saxophone ; Jorgé Dalto, piano ; Ray Barretto, congas ; José Neto, electric guitar ; Nicky Marrero, bongas, timbales ; Yomo Toro, guitar ; Mauricio Smith, flute ; Nicky Barretto, bongos ; 5 backing vocalists. oRecorded and mixed at Studio Beartracks, Suffern, N.Y. ind1984 Decemberd1985 January. aLyrics in Spanish with German translations inserted in container.0 aClara vena (:29) -- Volando voy (5:50) -- Juglar (4:37) -- Milonga triste (5:00) -- La ultima curda (4:28) -- Yo vivo enamorado (5:20) -- Deja (5:04) -- Tonadas de ordeño (6:15) -- Clara vena (3:55). 0aPopular musiczVenezuelay1981-1990. 0aSongs, SpanishzVenezuela. 6aChansons espagnoleszVenezuela. 7aPopular music.2fast0(OCoLC)fst01071422 7aSongs, Spanish.2fast0(OCoLC)fst01126526 7aVenezuela.2fast0(OCoLC)fst01204166 7aPopular music.2lcgft 7aSongs.2lcgft1 aBravo, Soledad,esinger.1 aGomez, Eddie,einstrumentalist.1 aMoreira, Airto,einstrumentalist.1 aD'Rivera, Paquito,d1948-einstrumentalist.1 aDalto, Jorge,einstrumentalist.1 aNeto, José,einstrumentalist.1 aBarretto, Ray,einstrumentalist.1 aMarrero, Nicky,einstrumentalist.1 aToro, Yomo,einstrumentalist.1 aSmith, Mauricio,einstrumentaist. a92bPUL01171cam a22003251 4500001001300000003000600013005001700019008004100036010001700077040003000094035002000124042001200144050001500156051003900171100004600210245008200256260004300338300004000381336002600421337002800447338002700475650001400502650001300516650001300529650004000542700005300582710005900635776013900694994001200833ocm23620365 OCoLC20230718213016.0881026s1694 fr 000 0 fre  a 31025090  aDLCbengcDLCdOCLCFdEYM a(OCoLC)23620365 apremarc00aHQ731b.G5 aHQ731b.G5 Copy 2cToinet no. 12281 aGirard de Villethierry, Jean,d1641-1709.13aLa vie des gens mariezbou les obligations qui s'engagement dans le marriage. aA Pairs,bChez André Pralard.c1694. a12 p.l., 484, [2] p.c17 cm. (12mo) atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aMarriage. 2aMarriage 6aMariage. 7aMarriage.2fast0(OCoLC)fst010104431 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC08iOnline version:aGirard de Villethierry, Jean, 1641-1709.tVie des gens mariez.dA Pairs, Chez André Pralard. 1694w(OCoLC)568372125 a92bPUL01648cjm a2200445 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169245001600183260006300199300002700262336003700289337002300326338003100349344001800380344001500398511014600413505021700559650002100776650002100797650003600818648002000854700002700874700002000901700003500921700003300956700002400989700003501013700003201048700004001080700003601120700003401156994001201190ocm24118440 OCoLC20230718213016.0sd bmmennmplue230717s194u xx jznn n zxx d a 2023626392 aAZSbengcDLC02aMG 20016bMercury a(OCoLC)24118440 alccopycat00aTenor jazz. a[Place of publication not identified] :bMercury,c[194-?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm0 aFeaturing Coleman Hawkins, Don Byas, Babe Russin, Tab Smith, Harry Carney, Syd Catlett, Al Lucas, Johnny Guarnieri, Teddy Wilson, John Kirby.0 aWhitsett -- You know it -- Under a blanket of blue -- China boy -- They didn't believe me -- Wick kicks -- On the sunny side of the street -- Louise -- Battle of the saxes -- Three little words -- Don't blame me. 0aJazzy1941-1950. 6aJazzy1941-1950. 7aJazz.2fast0(OCoLC)fst00982165 7a1941-19502fast1 aHawkins, Coleman.4itr1 aByas, Don.4itr1 aRussin, Babe,d1911-1984.4itr1 aSmith, Tab,d1909-1971.4itr1 aCarney, Harry.4itr1 aCatlett, Sid,d1910-1951.4prf1 aLucas, Al,d1916-1983.4itr1 aGuarnieri, Johnny,d1917-1985.4itr1 aWilson, Teddy,d1912-1986.4itr1 aKirby, John,d1908-1952.4itr a92bPUL04309cjm a22007211a 4500001001300000003000600013005001700019007001500036008004100051010001700092040006200109019001300171028003300184033002300217035003700240041000800277042001300285047002700298048001500325050001400340082001700354100003600371245005600407260005200463300004800515306001100563336003700574337002300611338003100634490002500665511005800690518026100748500002201009505070601031650003701737650002701774650004301801650003801844650005301882650006301935700002901998700009902027700009602126700007102222700008602293700008502379700012002464700011602584700005202700700008102752700007602833700005802909700005102967700009403018700006603112700008203178700006503260700006803325700007803393700007803471830002603549994001203575ocm24887413 OCoLC20230718213016.0sd fsngnnmmned911204p19901926enkmunn n und d a 99581513  aCR2bengcDLCdDLCdRBNdTPNdOL$dOCLCFdTJCdTJCBLdCR2 a2843253802aLAB 017bBiddulph Recordings20a19260104a19280228 a(OCoLC)24887413z(OCoLC)284325380 geng alcderive aprancaopamzamiazz asc01aka0100aSDB 1836704a787.41382221 aCasals, Pablo,d1876-1973.4prf14aThe Victor recordings (1926-28)h[sound recording]. aLondon, England :bBiddulph recordings,cp1990. a1 sound disc :bdigital, mono. ;c4 3/4 in. a011451 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier1 aArchive performances0 aPablo Casals, violoncello ; Nikolai Mednikoff, piano. aRecorded in Camden, N.J. Jan. 4 (3rd, 6th, 8th, 13th, 18th works), 5 (17th work), 19 (4th, 7th works), 20 (5th, 10th, 15th works), 1926; Feb. 28, 1927 (1st, 20th works); Jan. 31 (2nd, 9th, 12th, 16th works), Feb. 1 (14th work), 28 (11th, 19th works), 1928. aAnalog recording.0 aAdagio (3:54) ; Musette (3:44) / Bach -- Moment musicale no. 3 / Schubert (3:07) -- "Raindrop" prelude (4:21) ; Nocturne in E-flat (4:43) / Chopin -- Abendlied / Schumann (3:54) -- Preislied from "Die Meistersinger" (4:22) ; Evening star from "Tannhäuser" (4:15) / Wagner -- Kol nidre / Bruch (8:57) -- Melody in F / Rubinstein (2:44) -- Mazurka (3:05) ; Vito (3:14) / Popper -- Gavotte tendre / Hillemacher (3:25) -- Serenata napoletana / Sgambati (3:14) -- Berceuse from "Jocelyn" / Godard (4:39) -- The swan / Saint-Saëns (2:45) -- Après un rêve / Fauré (2:58) -- Minuet from Petite suite / Debussy (2:42) -- Spanish dance in E minor (3:40) ; Intermezzo from "Goyescas" (4:28) / Granados. 0aCello and piano music, Arranged. 0aCello and piano music. 6aVioloncelle et piano, Musique de, arr. 6aVioloncelle et piano, Musique de. 7aCello and piano music.2fast0(OCoLC)fst01860265 7aCello and piano music, Arranged.2fast0(OCoLC)fst018602661 aMednikoff, Nicolai.4prf12aBach, Johann Sebastian,d1685-1750.tToccatas,morgan,nBWV 564,rC major.pAdagio;oarranged.12aBach, Johann Sebastian,d1685-1750.tEnglische Suiten,nNr. 6.pGavotte,nno. 2;oarranged.12aSchubert, Franz,d1797-1828.tMoments musicaux,nNo. 3;oarranged.12aChopin, Frédéric,d1810-1849.tPreludes,mpiano,nop. 28.nNo. 15;oarranged.12aChopin, Frédéric,d1810-1849.tNocturnes,mpiano,nop. 9.nNo. 2;oarranged.12aSchumann, Robert,d1810-1856.tVierhändige Klavierstücke für kleine und grosse Kinder.pAbendlied;oarranged.12aWagner, Richard,d1813-1883.tMeistersinger von Nürnberg.pMorgenlich leuchtend im rosigen Schein;oarranged.12aBruch, Max,d1838-1920.tKol nidrei;oarranged.12aRubinstein, Anton,d1829-1894.tMelodies,mpiano,nop. 3.nNo. 1;oarranged.12aPopper, David,d1843-1913.tStücke,mcello, piano,nop. 11.pMazurka.12aPopper, David,d1843-1913.tSpanische Tänze.pVito.12aHillemacher, P. L.tGavotte tendre;oarranged.12aSgambati, Giovanni,d1841-1914.tPieces,mviolin, piano.pSerenata napoletana;oarranged.12aGodard, Benjamin,d1849-1895.tJocelyn.pBerceuse;oarranged.12aSaint-Saëns, Camille,d1835-1921.tCarnaval des animaux.pCygne;oarranged.12aFauré, Gabriel,d1845-1924.tAprès un rêve;oarranged.12aDebussy, Claude,d1862-1918.tPetite suite.pMenuet;oarranged.12aGranados, Enrique,d1867-1916.tDanzas españolas.pAndaluza;oarranged.12aGranados, Enrique,d1867-1916.tGoyescas (Opera).pIntermezzo;oarranged. 0aArchive performances. a92bPUL02054cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002400161035002000185042001400205100006200219245004300281246002200324264004200346264001200388300004100400336003700441337002300478338003100501344001900532344001900551344001900570347002200589347001300611490002100624500002700645500006800672511018600740518007000926518007400996500004901070500004101119505014601160650002101306650002301327650002101350650003601371648002001407655001701427655003401444830002201478994001201500ocm25153298 OCoLC20230718213016.0sd fsngnnmmned230711p19911973nyujznn ei n zxx d a 2023624747 aIMFbengerdacDLCdOCLCFdIMF1 a01241631032102a3103-2-NbNovus/RCA a(OCoLC)25153298 alccopycat1 aLegrand, Michel,d1932-2019,ecomposer,einstrumentalist.10aLegrand "live" jazz /cMichel Legrand.3 aLegrand live jazz 1aNew York, NY :bNovus :bRCA,c[1991] 4c℗1991 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio1 aNovus series '70 aTitle from disc label. aAll works by Michel Legrand, most in collaboration with others.0 aMichel Legrand, piano ; Ron Carter, bass ; Grady Tate, drums ; George Davis (1st-2nd works), Joe Beck (3rd-7th works), guitars ; Phil Woods, alto saxophone ; Randy Brecker, trumpet. 3Tracks 1-2orecorded lived1973 DecemberpJimmy's, New York City. 3Tracks 3-7 recordedd1975 AprilpSt. Regis Maisonette, New York City. aCompilation of previously released material. aProgram notes inserted in container.0 aWatch what happens -- You must believe in spring -- Friday fugue -- Once upon a summertime -- J & B -- The saddest thing of all -- Splittons. 0aJazzy1971-1980. 0aPiano music (Jazz) 6aJazzy1971-1980. 7aJazz.2fast0(OCoLC)fst00982165 7a1971-19802fast 7aJazz.2lcgft 7aLive sound recordings.2lcgft 0aNovus series '70. a92bPUL02055cjm a2200577 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169047001100183048001500194100003600209245003500245260003200280300002700312336003700339337002300376338003100399344001800430344001500448344001700463500006500480511005200545518006100597500003600658505026400694650003000958650002400988650003401012650005001046650004501096648002001141700002601161740001601187740003701203740003201240740001601272740002101288740001601309740002501325740003001350740004601380740001701426740002201443994001201465ocm25718742 OCoLC20230718213016.0sd bmmennmplue230717s1955 ilumunn f n eng d a 2023626398 aKUKbengcDLC02aMG-20051bMercury a(OCoLC)25718742 alccopycat amcapp bvu01aka011 aWaters, Ethel,d1896-1977.4sng14aThe favorites of Ethel Waters. aChicago :bMercury,c[1955] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gmono2rdacpc aPopular songs and musical theatre selections with piano acc.0 aEthel Waters, vocalist ; Reginald Beane, piano. aRecorded at Fine Recording Studios, New York City, 1954. aDescriptive notes on container.0 aPaper moon -- Happiness is a thing called Joe -- Can't help lovin' that man -- Summertime -- St. Louis blues -- Suppertime -- Trav'lin' all alone -- A hundred years from today -- Sometimes I feel like a motherless child -- The crucifixion -- Little black boy. 0aPopular musicy1951-1960. 0aMusicalsvExcerpts. 6aMusique populairey1951-1960. 7aMusicalsxExcerpts.2fast0(OCoLC)fst01030817 7aPopular music.2fast0(OCoLC)fst01071422 7a1951-19602fast1 aBeane, Reginald.4itr02aPaper moon.02aHappiness is a thing called Joe.02aCan't help lovin' that man.02aSummertime.02aSt. Louis blues.02aSuppertime.02aTrav'lin' all alone.02aHundred years from today.02aSometimes I feel like a motherless child.02aCrucifixion.02aLittle black boy. a92bPUL02398cjm a2200649 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001400149024001700163028002400180035003800204042001400242082001800256100005500274245004000329264004200369264001200411300004100423336003700464337002300501338003100524344001900555344001900574344001900593347002200612347001300634490002100647500002700668500004700695511018500742508002800927500004900955500005601004505017301060650002101233650001701254650001901271650002101290650002901311650004101340650002901381650003601410650004501446650005901491650004901550648002001599655001701619655002601636655001801662700003401680830002201714994001201736ocm25800920 OCoLC20230718213016.0sd fsngnnmmned230711s1991 nyumunn fi n eng d a 2023624746 aSVPbengerdacDLCdAU@dOCLCFdSVP a2237613581 a01241630992902a3099-2-NbNovus/RCA a(OCoLC)25800920z(OCoLC)223761358 alccopycat04a782.421652211 aSmith, Lonnie Liston,ecomposer,einstrumentalist.10aWatercolors /cLonnie Liston Smith. 1aNew York, NY :bNovus :bRCA,c[1991] 4c℗1991 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio1 aNovus series '70 aTitle from disc label. aAll works composed by Lonnie Liston Smith.0 aLonnie Liston Smith, acoustic piano, clavinet, Arp, Fender Rhodes, percussion, keyboards, electric piano, electronic programming ; with accompanying instrumentalists and vocalists. aProduced by Bob Thiele. aCompilation of previously released material. aProgram notes by Nat Hentoff inserted in container.0 aWatercolors -- Sunset -- Starlight and you -- My love -- Expansions -- A song of love -- Renaissance -- Devika -- Summer nights -- Aspirations -- Colors of the rainbow. 0aJazzy1981-1990. 0aJazz vocals. 0aNew Age music. 6aJazzy1971-1980. 6aMusique du Nouvel Âge. 6aPiano et synthétiseur, Musique de. 6aPiano, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aNew Age music.2fast0(OCoLC)fst01036703 7aPiano and synthesizer music.2fast0(OCoLC)fst01063394 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1971-19802fast 7aJazz.2lcgft 7aNew Age music.2lcgft 7aSongs.2lcgft1 aThiele, Bob,eaudio producer. 0aNovus series '70. a92bPUL01609cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004000094035002000134042000800154043001200162050002800174051014200202100005900344245004100403250001900444264005000463264001100513300002400524336002600548337002800574338002700602490002100629500002900650650002600679650002200705650003700727650001800764651003500782650003900817650004200856651003700898655003900935655002800974655007701002710007201079994001201151ocm26104256 OCoLC20230718213016.0821217t19421942nyu 000 1 eng  a 42013274  aDLCbengerdacDLCdOSUdOCLCFdIXA a(OCoLC)26104256 apcc an-us-tx00aPZ3.G89363aPS3513.R763 aPS3513.R763bH45 1942 Copy 1cIn original illustrated dust jacket. Dinkytown Antiquarian Bookstore, Minneapolis label on rear paste-down.1 aGrinstead, J. E.q(Jesse Edward),d1866-1948,eauthor.10aHellfire range /cby J.E. Grinstead. aFirst edition. 1aNew York :bDodge Publishing Company,c[1942] 4c©1942 a256 pages ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTwo gun westerns aSeries from dust jacket. 0aGunfightersvFiction. 0aRevengevFiction. 6aCowboysvRomans, nouvelles, etc. 6aVie au ranch. 6aTexasvRomans, nouvelles, etc. 7aCowboys.2fast0(OCoLC)fst00881986 7aRanch life.2fast0(OCoLC)fst01089735 7aTexas.2fast0(OCoLC)fst01210336 7aFiction.2fast0(OCoLC)fst01423787 7aWestern stories.2gsafd 7aDust jackets (Binding)zNew York (State)zNew Yorky20th century.2rbbin2 aLarry Dingman Western Fiction Collection (Library of Congress)5DLC a92bPUL02576cjm a2200697 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002300171028002900194033003300223035002000256041001800276042001400294050002400308082001200332100004600344245005000390264004200440264001200482300004100494336003700535337002300572338003100595344001900626344001900645344001900664347002200683347001300705500002700718546005200745500004000797511020000837518006101037500006001098505010501158650002101263650001701284650002701301650003301328650003401361650005301395650003601448650004301484650005301527648002001580655001501600655005301615655003601668655001701704655003401721655001801755655001701773655004101790710003501831994001201866ocm26197513 OCoLC20230718213016.0sd fsngnnmmned230712p19921991nyujznn efi n eng d a 2023624756 aCCPbengerdacDLCdELWdOCLCFdGZMdCCP1 a01241631282002a63128-2bNovus/RCA02a01241 63128-2bNovus/RCA1 a19910706a19910707b3804cN4 a(OCoLC)261975130 dfredenggeng alccopycat 4aM1366.L33bL58 199204a781.6551 aLacy, Steve,ecomposer,einstrumentalist.10aLive at Sweet Basil /cthe Steve Lacy Sextet. 1aNew York, NY :bNovus :bRCA,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aSung in French(1st work) or English (3rd work). aCompositions written by Steve Lacy.0 aSteve Lacy Sextet (Steve Potts, soprano & alto saxophones ; Irene Aebi, vocals, violin ; Bobby Few, piano ; Jean-Jacques Avenel, double bass ; John Betsch, drums ; Steve Lacy, soprano saxophone). oRecorded lived1991 July 6-7pSweet Basil, New York, NY. aProgram notes by Steve Futterman inserted in container.0 aProspectus (10:48) -- The bath (12:38) -- Morning joy (16:11) -- The wane (14:55) -- Blinks (14:29). 0aJazzy1991-2000. 0aJazz vocals. 0aSaxophone music (Jazz) 6aSaxophone, Musique de (Jazz) 6aEnregistrements sonores live. 7aLive sound recordings.2fast0(OCoLC)fst01000613 7aJazz.2fast0(OCoLC)fst00982165 7aJazz vocals.2fast0(OCoLC)fst00982216 7aSaxophone music (Jazz)2fast0(OCoLC)fst01106225 7a1991-20002fast 7ajazz.2aat 7aLive sound recordings.2fast0(OCoLC)fst01726308 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aLive sound recordings.2lcgft 7aSongs.2lcgft 7aJazz.2rvmgf 7aEnregistrements sonores live.2rvmgf2 aSteve Lacy Sextet,eperformer. a92bPUL02116cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020002800136020001800164035002000182042001400202050002300216070002200239072000900261072000900270245009100279264006800370300005300438336002600491337002800517338002700545500008500572504005700657588004900714650002500763650002300788650002800811650002500839650002500864650002600889650002600915650003300941650002500974650002500999650004901024650005401073650005101127700004601178880014001224880009801364880011201462994001201574ocm26408449 OCoLC20230718213016.0230710s1990 uz a b 000 0 rus  a 2023396496 aAGLbengerdacDLCdOCLCFdAGL c(N a5648010427q(paperback) a9785648010420 a(OCoLC)26408449 alccopycat00aQC454.V5bK64 19900 aQC454.V5K64b1990 0aX400 0aX500006880-01aKolebatelʹnye spektry molibdatov i volʹframatov /cK.I. Petrov [and others]. 16880-02aTashkent :bIzdatelʹstvo "Fan" Uzbekskoĭ SSR,c1990. a133, 1 unnumbered page :billustrations ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 6880-03aAt head of title: Akademii︠a︡ nauk Uzbekskoĭ SSR. Institut khimii. aIncludes bibliographical references (pages 125-134). aNon-Latin script generated programmatically. 0aVibrational spectra. 0aMolecular spectra. 0aMolecular spectroscopy. 0aMolybdatesxSpectra. 0aTungstatesxSpectra. 6aSpectre de vibration. 6aMoléculesxSpectre. 6aSpectroscopie moléculaire. 6aMolybdatesxSpectre. 6aTungstatesxSpectre. 7aMolecular spectra.2fast0(OCoLC)fst01024834 7aMolecular spectroscopy.2fast0(OCoLC)fst01024838 7aVibrational spectra.2fast0(OCoLC)fst011662021 aPetrov, K. I.q(Karl Ivanovich),eauthor.006245-01aКолебательные спектры молибдатов и вольфраматов /cК.И. Петров [and others]. 16264-02aТашкент :bИздательство "Фан" Узбекской ССР,c1990. 6500-03aAt head of title: Академия наук Узбекской ССР. Институт химии. a92bPUL02028cjm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019002300159024001700182024001500199028002300214028002900237033002300266035005400289041000800343042001400351082001200365245003900377264004200416264001200458300004100470336003700511337002300548338003100571344001900602344001900621344001900640347002200659347001300681500002700694511015300721518006900874500004100943505035000984650002101334650002301355650003601378648002001414655001701434700004701451994001201498ocm26783093 OCoLC20230718213016.0sd fsngnnmmned230713t19921992nyujznn fi n zxx d a 2023624762 aOWLbengerdacDLCdGZMdZMSdOCLCFdLGGdOWL a28061471a297779891 a0124163141211 a124163141202a63141-2bNovus/RCA02a01241 63141-2bNovus/RCA0 a19920114b3804cN4 a(OCoLC)26783093z(OCoLC)28061471z(OCoLC)297779890 geng alccopycat04a781.65500aFriends old and new /cJohn Hicks. 1aNew York, NY :bNovus :bRCA,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aJohn Hicks, piano ; Ron Carter, bass ; Grady Tate, drums ; Clark Terry, Greg Gisbert, trumpets ; Al Grey, trombone ; Joshua Redman, tenor saxophone. oRecordedd1992 January 14pBMG Recording Studios, New York City. aProgram notes inserted in container.0 aHicks tone / John Hicks (7:52) -- I want to talk about you / Billy Eckstine (5:56) -- Bop scotch (4:58) ; True blue (6:34) / Glenn Osser, Bob Thiele -- It don't mean a thing / Duke Ellington, Irving Mills (6:43) -- Nutty / Thelonious Monk (7:30) -- Makin' whoopee / Walter Donaldson, Gus Kahn (6:26) -- Rosetta / Earl Hines, William Wood (5:08). 0aJazzy1991-2000. 0aPiano music (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7a1991-20002fast 7aJazz.2lcgft1 aHicks, John,d1941-2006,einstrumentalist. a92bPUL02105cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109019001300154024001700167028003700184028004700221028004200268033002300310035003700333041000800370042001400378110007800392245003100470264004200501264001200543300004100555336003700596337002300633338003100656344001900687344001900706344001900725347002200744347001300766500002700779500004000806511019100846508002801037518002501065500005001090505021001140650002101350650002101371650001701392650002101409650003601430648002001466655001701486655002401503994001201527ocm27021554 OCoLC20230718213016.0sd fsngnnmmned230714r19911983nyumunn n eng d a 2023624764 aOWMbengerdacDLCdNYPdBUFdOCLCFdOWM a361940611 a01241631382702a63138-2bNovus/RCAq(disc label)02aNOV 01241 63138-2bNovus/RCAq(disc label)02a01241 63138-2bNovus/RCAq(container)20a1983----a1991---- a(OCoLC)27021554z(OCoLC)361940610 geng alccopycat2 aMezzoforte (Musical group),ecomposer,eaudio producer,einstrumentalist.10aFortissimos /cMezzoForte. 1aNew York, NY :bNovus :bRCA,c[1991] 4c℗1991 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll works by members of MezzoForte.0 aMezzoForte (Fridrik Karlsson, guitars ; Eythor Gunnarsson, keyboards ; Johann Asmundsson, bass ; Gunnlaughur Briem, drums, percussion) ; with accompanying instrumentalists and vocalists. aProduced by MezzoForte. oRecordedd1983-1991. aMost material previously released, 1983-1991.0 aHigh season (4:21) -- Early autumn (6:08) -- E.G. blues (6:16) -- Garden party (5:42) -- Later on (4:35) -- Casablanca (4:48) -- Rockall (5:11) -- No limits (6:45) -- Midnight sun (4:12) -- Joyride (4:30). 0aJazzy1981-1990. 0aJazzy1991-2000. 0aFunk (Music) 6aJazzy1981-1990. 7aJazz.2fast0(OCoLC)fst00982165 7a1981-20002fast 7aJazz.2lcgft 7aFunk (Music)2lcgft a92bPUL02634cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109028003100149035002000180042001400200048000900214048003100223048000900254048001300263048001500276048003100291050001400322100006900336245004700405264004900452264001200501300006000513306001100573336003700584337002300621338003100644344001900675344001900694344001900713347002200732347001300754490002900767500002700796500004200823511007700865508004500942500005100987505044001038650002101478650002501499650001901524650002701543650002501570650003901595650003801634650004401672650005701716650006501773650005001838655001701888655002601905830002901931994001201960ocm27704785 OCoLC20230718213016.0sd fsngnnmmned230711t19911991riumunn efi n zxx d a 2023624749 aHPLbengerdacDLCdOCLCFdNUIdHPL02aNPD 85519bNewport Classic a(OCoLC)27704785 alccopycat atb01 awa01awb01asd01apzatb01 atb02 atb02apz atb01awa01 awa02awb01aka01asd01apz 4aM5010b.V1 aVerdery, Benjamin,ecomposer,eaudio producer,einstrumentalist.10aSome towns and cities /cBenjamin Verdery. 1aProvidence, R.I. :bNewport Classic,c[1991] 4c℗1991 a1 audio disc (52 min., 48 sec.) :bdigital ;c4 3/4 in. a005248 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio1 aNewport classic premier. aTitle from disc label. aAll compositions by Benjamin Verdery.0 aBenjamin Verdery, multiple guitars ; with accompanying instrumentalists. aProduced by Benjamin Verdery and others. aProgram notes (6 pages) inserted in container.0 aCapitola, California (2:43) -- Miami, Florida (3:21) -- Seattle, Washington (4:09) -- Sylacauga, Alabama (3:15) -- Chicago, Illinois (3:15) -- Camden, Maine (2:29) -- Tucson, Arizona (4:18) -- Dennis, Massachusetts (3:52) -- Newport, Rhode Island (2:49) -- San Francisco, California (5:51) -- Los Angeles, California (4:49) -- Keanae, Hawaii (2:48) -- New York, New York (4:14) -- Milwaukee, Wisconsin (2:18) -- Mobile, Alabama (2:23). 0aJazzy1991-2000. 0aGuitar music (Jazz). 0aNew Age music. 6aMusique instrumentale. 6aGuitare, Musique de. 6aGuitare, Musique de (Guitares (2)) 6aGuitare et ensemble instrumental. 7aGuitar music.2fast0(OCoLC)fst00949191 7aGuitar music (Guitars (2))2fast0(OCoLC)fst00949205 7aGuitar with instrumental ensemble.2fast0(OCoLC)fst00949221 7aInstrumental music.2fast0(OCoLC)fst00974414 7aJazz.2lcgft 7aNew Age music.2lcgft 0aNewport Classic premier. a92bPUL02135cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002300171028002900194035002000223042001400243050002400257245003400281264004200315264001200357300004100369306001100410336003700421337002300458338003100481344001900512344001900531344001900550347002200569347001300591500002700604511007400631508004400705518006500749500006100814505038900875650002101264650002401285650001701309650004601326650004301372655001501415655003601430655001701466655001801483655001701501700005101518994001201569ocm27715600 OCoLC20230718213016.0sd fsngnnmmned230713t19931993nyujznn fi n eng d a 2023624758 aSVPbengerdacDLCdBGUdOCLCFdMOUdSVP1 a01241631512802a63151-2bNovus/RCA02a01241 63151-2bNovus/RCA a(OCoLC)27715600 alccopycat 4aM1366.P59bN37 199300aNaturally /cJohn Pizzarelli. 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. a005200 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aJohn Pizzarelli, vocals, guitar ; with accompanying instrumentalists. aProduced by John Pizzarelli and others. oRecordedpClinton Studios and Current Sounds, New York City. aProgram notes by John Pizzarrelli inserted in container.00tSplendid splinter --tI'm confessin' --tLady be good --tWhen I grow too old to dream --gBaby medley.tGee baby, ain't I good to you ;tBaby, baby, all the time ;tMidnight blue ;tBaby, baby, all the time --tSeven on Charlie --tSlappin' the cakes on me --tNuages --tI cried for you --tNaturally --tYou stepped out of a dream --tHeaded out to Vera's --tYour song is with me. 0aJazzy1991-2000. 0aGuitar music (Jazz) 0aJazz vocals. 7aBig band music.2fast0(OCoLC)fst00831581 7aJazz vocals.2fast0(OCoLC)fst00982216 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aSongs.2lcgft 7aJazz.2rvmgf1 aPizzarelli, John,eaudio producer,eperformer. a92bPUL02969cjm a2200637 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006000109024001700169028002300186028002900209033001300238035002000251042001400271048000900285050001900294082001100313245004600324264004200370264001200412300004100424336003700465337002300502338003100525340001400556344001900570344001900589344001900608347002200627347001300649500002700662500004300689511003200732508003500764518007800799500005900877505092300936650002101859650002301880650002601903650002901929650003601958650004901994648002002043655002702063655004802090655001702138655002602155655003602181700006102217700004102278994001202319ocm27819557 OCoLC20230718213016.0sd fsngnnmmned230714t19931993nyumunn fi n zxx d a 2023624767 aLRUbengerdacDLCdIXAdVP@dOCLCFdWIMdMMKdAFUdLRU1 a01241631492302a63149-2bNovus/RCA02a01241 63149-2bNovus/RCA b3934cT3 a(OCoLC)27819557 alccopycat aka01 4aM1366.R627bI404a781.6500aIf I could be with you /cMarcus Roberts. 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aSome works composed by Marcus Roberts.0 aMarcus Roberts, solo piano. aProduced by Delfeayo Marsalis. oRecordedpOpperman Hall, F.S.U. and Dooley's Down Under, Tallahassee, FL. aProgram notes by Stanley Crouch inserted in container.0 aIn a southern sense / Marcus Roberts (:43) -- Just a closer walk with Thee / traditional (1:52) -- Maple leaf rag / Scott Joplin ; arr. by Marcus Roberts (2:51) -- Arkansas blues / Lada ; Williams (4:12) -- Carolina shout / James P. Johnson (3:36) -- Embraceable you / Gershwin (3:09) -- Moonlight in Vermont / Blackburn ; Suessdorf (4:15) -- Keep off the grass / James P. Johnson (3:24) -- Rippling waters (1:52) ; Sweet repose (1:52) ; Country blues (3:38) / Marcus Roberts -- If I could be with you (one hour tonight) / Johnson ; Creamer (2:07) -- Let's call this / Thelonius Monk (2:06) -- Everytime we say goodbye / Haggart ; Burke (3:11) -- What is this thing called love / Cole Porter (3:56) -- Moon indigo / Ellington ; Bigard ; Mills (8:11) -- Preach, Reverend preach (4:27) ; Snowy morning blues (3:35) / Marcus Roberts -- Fascination / James P. Johnson (3:55) -- In a southern sense / Marcus Roberts (9:26). 0aJazzy1991-2000. 0aPiano music (Jazz) 0aPiano music (Ragtime) 6aPiano, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1991-20002fast 7asound recordings.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aJazz.2lcgft 7aRagtime music.2lcgft 7aEnregistrements sonores.2rvmgf1 aRoberts, Marcusc(Pianist),ecomposer,einstrumentalist.1 aMarsalis, Delfeayo,eaudio producer. a92bPUL02393cjm a2200637 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006500109015002300174016002500197024001700222028002300239028002900262033002300291035002000314042001400334082001200348084001800360100006600378245005000444264004200494264001200536300004100548306001100589336003700600337002300637338003100660344001900691344001900710344001900729347002200748347001300770500002700783500007700810511012900887508006601016518005501082505023801137650002101375650001701396650002701413650001001440650003501450650001501485650003601500650006001536648002001596655001701616655001801633700003901651710005301690994001201743ocm27820846 OCoLC20230718213016.0sd fsngnnmmned230714t19921992nyujznn n eng d a 2023624766 aIKGbengerdacDLCdN15dBUFdOCLCFdXFGdNLCdFXRdKNVdIKG a951519433 rev2can a(AMICUS)0000139289791 a01241631442802a63144-2bNovus/RCA02a01241 63144-2bNovus/RCA00a199201--b3804cB7 a(OCoLC)27820846 alccopycat04a781.655 acci1icc2lacc1 aColeman, Steve,ecomposer,eaudio producer,einstrumentalist.10aDrop kick /cSteve Coleman and Five Elements. 1aNew York, NY :bNovus :bRCA,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. a010146 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aMost works composed by Steve Coleman, some in collaboration with others.0 aSteve Coleman, alto saxophone, piano ; Five Elements ; Cassandra Wilson, vocals ; and additional assisting instrumentalists. aProduced by Steve Coleman. Assistant producer, Louis Coleman. oRecordedd1992 JanuarypSystems Two, Brooklyn, NY.0 aRamses (6:36) -- Drop kick (4:52) -- Terra nova (4:37) -- The journeyman (5:13) -- Simbius web (4:42) -- Dread drop (4:07) -- Tschanz (11:17) -- Contemplation (5:07) -- Shift on the fly (3:40) -- Bates Motel (8:12) -- Z train (3:23). 0aJazzy1991-2000. 0aJazz vocals. 0aSaxophone music (Jazz) 6aJazz. 6aSaxophone et ensemble de jazz. 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst00982165 7aSaxophone with jazz ensemble.2fast0(OCoLC)fst01106239 7a1991-20002fast 7aJazz.2lcgft 7aSongs.2lcgft1 aWilson, Cassandra,d1955-esinger.2 aFive Elements (Musical group),einstrumentalist. a92bPUL01840cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001500149024001700164028002800181035002000209042001400229050002500243100002000268245003200288260004600320300004900366306001100415336003700426337002300463338003100486344001900517344001900536344001200555347002200567347001300589500005400602505028200656650003200938650001900970650004200989650002901031650004501060650005801105655001901163655004501182655002601227655003401253730003501287994001201322ocm27979717 OCoLC20230718213016.0sd fsngnnmmned930424s1992 wiuuunn n zxx d a 99584817  aJDPbengcDLCdOCLCFdMNLdIRUdJDP2 a83616600321 a08361660032102aND-66003bNarada Cinema a(OCoLC)27979717 alccopycat 4aM1527.7.C53bS6 19921 aChattaway, Jay.10aSpace age /cJay Chattaway. aMilwaukee, WI :bNarada Cinema,c℗1992. a1 audio disc (60 min., 58 sec.) ;c4 3/4 in. a010058 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aMusic from the WQED/Pittsburgh television series.0 aTheme from Space age -- Mars -- Dance of the blue wonder -- Alchemy -- The high ground -- Luna -- Animations -- The mission -- Innerspace -- Freestar -- Amazon highway -- A view from Earth -- Radiation alert -- Earthrise -- Robotics -- The red planet -- War games -- The quest. 0aTelevision musicvExcerpts. 0aNew Age music. 6aTélévision, Musique devExtraits. 6aMusique du Nouvel Âge. 7aNew Age music.2fast0(OCoLC)fst01036703 7aTelevision musicxExcerpts.2fast0(OCoLC)fst01426788 4aCompact discs. 7aNew Age music.2fast0(OCoLC)fst01726684 7aNew Age music.2lcgft 7aNouvel Âge (Musique)2rvmgf0 aSpace age (Television program) a92bPUL02438cam a22004931a 4500001001300000003000600013005001700019008004100036010003100077040004700108035002000155050001700175051003400192082001000226100004900236245012500285260009900410300003700509336002600546337002800572338002700600500004200627500001800669500002900687500004300716500005100759500035400810510007801164500003701242650004401279650003501323650004801358650006601406650004801472650004101520650003701561655004401598700001501642700004001657700005301697752001901750776016301769994001201932ocm27986092 OCoLC20230718213016.0201207s1673 fr 000 0 fre  a 31025082 zunk81064029  aDLCbengedcrmbcDLCdLNDdOCLCFdUIUdCUY a(OCoLC)2798609200aHQ1201b.P66 aHQ1201b.P66cToinet no. 123614a305.31 aPoulain de La Barre, François,d1647-1723.10aDe l'egalité des deux sexes :bdiscours physique et moral, où l'on voit l'importance de se défaire des préjugez. aA Paris :bChez Jean Du Puis, ruë saint Jacques à la Couronne d'or, .cM.DC.LXXIII [1673]. a[8], 243, [5] p. ;c15 cm. (8vo) atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTitle vignette: device of J. Du Puis? aIn two parts. a"Avec privilege du Roy." aThe privilege is granted to "Sieur P." aBarbier attritubes co-authorship to P. Frelin. aThe "Dissertation ou Discours pour servir de troisième partie à l'Egalité des deux sexes ..." Paris 1690 (and 1692), was really a revision of the author's preface to his "De l'excellence des hommes, contre l'égalité des sexes". cf. H. Grappin, A propos du féministe Poullain de La Barre (in Revue d'hist.litt.de la France, 1914, p. 387).4 aNational union catalog (pre-1956 imprints),cNP 0525175 (vol. 468, p. 73) a"Ex bibliotheca R. Toinet."5DLC 0aWomanxSocial conditionsy17th century. 0aSex rolevEarly works to 1800. 6aThéorie féministevOuvrages avant 1800. 6aDiscrimination à l'égard des femmesvOuvrages avant 1800. 6aFemmesxAspect socialvOuvrages avant 1800. 6aFemmesxDroitsvOuvrages avant 1800. 7aWomen.2fast0(OCoLC)fst01176568 7aPrinting privileges (Publishing)2rbpub1 aFrelin, P.1 aDupuis, Jean,d1633-1675,eprinter.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC aFrancedParis.08iOnline version:aPoulain de La Barre, François, 1647-1723.tDe l'egalité des deux sexes.dA Paris, Chez Jean Du Puis, M. DC. LXXIII 1673w(OCoLC)891028017 a92bPUL02704cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007000109019002300179024001700202028002300219028002900242035005400271042001400325050002500339082001100364100006700375245003600442264004200478264001200520300004100532336003700573337002300610338003100633344001900664344001900683344001900702347002200721347001300743500002700756500005300783511022200836508005101058518007401109500004101183505024901224650002101473650002301494650002901517650003601546650004901582648002001631655001501651655003601666655001701702655001701719700003801736700004201774700003501816700004001851700004501891700005001936700004401986994001202030ocm28235003 OCoLC20230718213016.0sd fsngnnmmned230713p19931992nyujznn i n zxx d a 2023624760 aJBLbengerdacDLCdOBEdJO2dRESdOCLCFdPMDdIDUdGZMdGRRdJBL a29383115a425244151 a01241631532602a63153-2bNovus/RCA02a01241 63153-2bNovus/RCA a(OCoLC)28235003z(OCoLC)29383115z(OCoLC)42524415 alccopycat14aM1366.M545bH36 199304a781.651 aMiller, Mulgrew,ecomposer,eaudio producer,einstrumentalist.10aHand in hand /cMulgrew Miller. 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll but the 8th work composed by Mulgrew Miller.0 aMulgrew Miller, piano ; Christian McBride, double bass ; Lewis Nash, drums ; Eddie Henderson, trumpet, flugelhorn ; Kenny Garrett, alto, soprano saxophones ; Joe Henderson, tenor saxophones ; Steve Nelson, vibraphone. aProduced by Mulgrew Miller and Orrin Keepnews. oRecordedd1992 December 16 & 18pBMG Recording Studios, New York, NY. aProgram notes inserted in container.0 aGrew's tune (8:05) -- For those who do (6:41) -- Thinkin' out loud (7:56) -- Leilani's leap (5:41) -- Like the morning (5:24) -- Hand in hand (7:19) -- Return trip (6:01) -- Waltz for Monk / Donald Brown (5:51) -- Neither here nor there (8:55). 0aJazzy1991-2000. 0aPiano music (Jazz) 6aPiano, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1991-20002fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf1 aKeepnews, Orrin,eaudio producer.1 aMcBride, Christian,einstrumentalist.1 aNash, Lewis,einstrumentalist.1 aHenderson, Eddie,einstrumentalist.1 aGarrett, Kenny,d1960-einstrumentalist.1 aHenderson, Joe,d1937-2001,einstrumentalist.1 aNelson, Steve,d1954-einstrumentalist. a92bPUL01453ccm a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040004700094016001800141017004400159019001500203028002800218028003400246035003900280042000800319045000900327048002100336050002300357051003800380082001200418100004600430240006700476245003900543264005100582300003900633336003500672337002800707338002700735382004400762490003500806500005200841546002000893650002100913650004700934655002600981994001201007ocm28519214 OCoLC20230718213016.0880209s1942 enkuub n zxx  a 2020562349 aDLCbengerdacDLCdUKMGBdOCLCFdTPAdTEU7 a0042396872Uk aE66706bU.S. Copyright Officed19420501 a106165862532aHPS 31bBoosey & Hawkes22aB. & H. 8671bBoosey & Hawkes a(OCoLC)28519214z(OCoLC)1061658625 apcc ax3x4 asa02asb01asc0100aM452b.B8614 no. 1 aM452b.B8605cFormer call number.14a7802151 aBritten, Benjamin,d1913-1976,ecomposer.10aQuartets,mviolins (2), viola, cello,nno. 1, op. 25,rD major10aQuartet no. 1 /cBenjamin Britten. 1aLondon ;aNew York :bBoosey & Hawkes,c[1942] a1 study score (36 pages) ;c19 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier01aviolinn2aviolan1acellon1s42lcmpt0 aHawkes pocket scores ;vno. 31 aIn caption: To Mrs. Elisabeth Sprague Coolidge. aStaff notation. 0aString quartets. 7aString quartets.2fast0(OCoLC)fst01135315 7aChamber music.2lcgft a92bPUL01938cjm a2200493 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028002500144035002000169042001400189043001200203245002300215246000900238264003900247264001200286300004100298336003700339337002300376338003100399344001900430344001900449344001900468347002200487347001300509500002700522511020800549518005400757505031600811650003701127650001801164650004401182651003801226648002001264655002501284655002501309655003401334655001801368710004601386994001201432ocm28820613 OCoLC20230718213016.0sd fsngnnmmned230712t19921992hiuppnn n eng d a 2023624753 aHUHbengerdacDLCdOCLCFdHUH02aNRCD-9201bNiho Mano a(OCoLC)28820613 alccopycat an-us-hi00aHoʻaikāne live.3 aLive 1aHonolulu, HI :bNiho Mano,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aHoʻaikāne (Walter Tavares, vocals, ukulele ; Noland Hao, vocals, multiple guitars ; Hoku Tolentino, vocals, electric guitar ; Jamin Wong, drums, percussion, vocals, rap ; Jamieson Wong, bass, vocals). oRecorded livepFast Eddie's Night Club, [Hawaii].0 aRoots/Rock/Reggae (6:23) -- Island reggae (5:34) -- One way ; Strictly reggae (4:36) -- 1865 (96 degrees in the shade) (5:48) -- Children playing (3:25) -- Romeo (5:36) -- Kailua Kona (4:40) -- 54-46 (What's my number/Taxi driver medley) (11:37) -- Gwarn (7:37) -- Cocody rock (6:08) -- Rub-a-dub medley (9:34). 0aReggae musiczHawaiiy1991-2000. 0aRagga (Music) 7aReggae music.2fast0(OCoLC)fst01093058 7aHawaii.2fast0(OCoLC)fst01208724 7a1991-20002fast 7aReggae music.2lcgft 7aRagga (Music)2lcgft 7aLive sound recordings.2lcgft 7aSongs.2lcgft2 aHoʻaikāne (Musical group),eperformer. a92bPUL02056cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002500161035002000186042001400206043001200220110005700232245003300289246001700322264004300339264001200382300004100394336003700435337002300472338003100495344001900526344001900545344001900564347002200583347001300605500002700618500004200645511013700687518005000824500003400874505028200908650003701190650001801227650004201245650004501287650004401332651003801376648002001414655002501434655002501459655001801484994001201502ocm29415486 OCoLC20230718213016.0sd fsngnnmmned230712t19931993hiuppnn d n eng d a 2023624754 aHUHbengerdacDLCdOCLCFdHUH1 a76852693012502aNRCD-9301bNiho Mano a(OCoLC)29415486 alccopycat an-us-hi2 aHoʻaikāne (Musical group),ecomposer,eperformer.10aBulletproof /cHoʻaikāne.3 aBullet proof 1aHonolulu, Hawaii :bNiho Mano,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll songs by members of Hoʻaikāne.0 aHoʻaikāne (Walter Tavares, Nolan Hao, Brad Nelmida, Hoku Tolentino, Jamin Wong, Jamieson Wong) ; with Dave Tucciarone, kayboards. oRecordedpFortunate Sun Studio, Honolulu, HI. aLyrics inserted in container.0 aBulletproof (3:30) -- Big Island surfing (5:02) -- Music is here to stay (Aloha irie) (4:13) -- Slowly but surely (3:57) -- Miracle of love (4:39) -- Ruff necked non-stop (4:06) -- Falling in love (3:56) -- Hawaiian roots (4:02) -- Sweet love (4:08) -- Nice up yourself (4:03). 0aReggae musiczHawaiiy1991-2000. 0aRagga (Music) 6aMusique populairezHawaiiy1991-2000. 7aPopular music.2fast0(OCoLC)fst01071422 7aReggae music.2fast0(OCoLC)fst01093058 7aHawaii.2fast0(OCoLC)fst01208724 7a1991-20002fast 7aReggae music.2lcgft 7aRagga (Music)2lcgft 7aSongs.2lcgft a92bPUL02453cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154024001500171028002300186028002900209033002300238035002000261042001400281043001200295082001100307245007100318246003000389264004200419264001200461300004100473336003700514337002300551338003100574344001900605344001900624344001900643347002200662347001300684500002700697511026100724508004900985518006201034500004101096505029401137650002101431650002501452650003301477650003601510650005101546648002001597655001701617655003401634700005401668700003501722700003801757710004401795994001201839ocm29417395 OCoLC20230718213016.0sd fsngnnmmned230713t19931993nyujznn fi n zxx d a 2023624761 aOBEbengerdacDLCdSXPdEREdOCLCFdOBE1 a0124163154251 a124163154202a63154-2bNovus/RCA02a01241 63154-2bNovus/RCA10a199301--a199302-- a(OCoLC)29417395 alccopycat an-us---04a781.6500aOf kindred souls :bthe Roy Hargrove Quintet live /cRoy Hargrove.3 aRoy Hargrove Quintet live 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aRoy Hargrove Quintet (Roy Hargrove, trumpet ; Ron Blake, tenor and soprano saxophones ; Marc Cary, piano ; Rodney Whitaker, bass ; Gregory Hutchinson, drums) ; with special guests, Gary Bartz, alto saxophone (3rd work) ; Andre Hayward, trombone (2nd work). aProduced by Larry Clothier and Roy Hargrove. oRecorded lived1993 January-Februarypvarious jazz clubs. aProgram notes inserted in container.0 aThe left side (6:37) -- Everything I have is yours ; Dedicated to you (4:48) -- My shining hour (6:09) -- For Rockelle (6:08) -- Re-evaluation (5:06) -- Of kindred souls (6:08) -- Mothered (9:02) ; Childhood (:47) -- Homelife revisited (6:52) -- Love's lament (5:26) -- Gentle wind (9:28). 0aJazzy1991-2000. 0aTrumpet music (Jazz) 6aTrompette, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aTrumpet music (Jazz)2fast0(OCoLC)fst01158108 7a1991-20002fast 7aJazz.2lcgft 7aLive sound recordings.2lcgft1 aHargrove, Roy,eaudio producer,einstrumentalist.1 aBartz, Gary,einstrumentalist.1 aHayward, Andre,einstrumentalist.2 aRoy Hargrove Quintet,einstrumentalist. a92bPUL02223cjm a2200625 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005700109015001900166016002500185024001500210028002700225028002200252028002100274033002300295035002000318041000800338042001400346048000900360050002700369084001800396084001600414100002500430245003200455260004100487300003000528336003700558337002300595338003100618344001900649344001900668344001200687347002200699347001300721500001000734511002600744518004100770500012900811500011400940505023901054508003301293650002301326650002101349650002901370650002101399650003601420650004901456648002001505655001901525938004101544994001201585ocm29697127 OCoLC20230718213016.0sd bmmennmplue230717p19931955nyujznn hi n zxx d a 2023626403 aJEDbengcDLCdCPLdBTCTAdOCLCFdXFGdNLCdFXRdJED a9815143752can a(AMICUS)0000177317902 a314518279202a314 518 279-2bMercury00aMG 20063bMercury00aMG 36069bEmArcy00a19550314b3804cN4 a(OCoLC)296971270 geng alccopycat aka01 4aM1450.G234bS6 1993 CD acci1icc2lacc acoll92lacc1 aGarner, Erroll.4prf10aSolitaire /cErroll Garner. aNew York, N.Y. :bMercury,c℗1993. a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aJazz.0 aErroll Garner, piano. aRecorded Mar. 14, 1955, in New York. a"Tracks 1-7 original LP issue: Solitaire, Mercury MG 20063, tracks 8-11 original LP issue: Erroll!, EmArcy MG 36069"--Notes. aProgram notes by Neil Tesser and original album notes by Ralph J. Gleason ([8] pages)--inserted in container.0 aI'll never smile again -- Then you've never been blue -- It's the talk of the town -- Solitaire -- A cottage for sale -- That old feeling -- Over the rainbow -- Yesterdays -- Who? -- When a gypsy makes his violin cry -- Salud Segovia. aOriginal producer, Bob Shad. 0aPiano music (Jazz) 0aJazzy1951-1960. 6aPiano, Musique de (Jazz) 6aJazzy1951-1960. 7aJazz.2fast0(OCoLC)fst00982165 7aPiano music (Jazz)2fast0(OCoLC)fst01063433 7a1951-19602fast 4aCompact discs. aBaker and TaylorbBTCPnbe2001023665 a92bPUL02640cjm a2200709 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006200109015002500171016002500196028003100221028003500252033002900287033002300316035002000339041000800359042001400367045001000381048000900391050001700400082001400417084001800431110005600449245002200505264003900527264001200566300006000578306001100638336003700649337002300686338003100709344001900740344001900759344001900778347002200797347001300819500002700832500003300859511008700892508002900979518006901008500009401077505024301171650002201414650002601436650002601462650003001488650002801518650002801546650002301574650005201597650005201649650004801701650004301749655006501792655002601857700003501883994001201918ocm29699498 OCoLC20230718213016.0sd fsngnnmmned230711p19921991onczznn ei n zxx d a 2023624751 aMNObengerdacDLCdVT2dOCLCFdNLCdPAUdTJCdTJCBLdMNO a941516865 rév2can a(AMICUS)00001323495702a10295bNexusq(disc label)02aWRC8-6610bNexusq(disc label)20a19910827a19910828b11451 a19910827a19910828 a(OCoLC)296994980 geng alccopycat0 bd1991 apz05 4aM985.N48bO604a785.68195 acci1icc2lacc2 aNexus (Musical group),ecomposer,einstrumentalist.10aOrigins /cNexus. 1aToronto, Ontario :bNexus,c[1992] 4c℗1992 a1 audio disc (46 min., 39 sec.) :bdigital ;c4 3/4 in. a004639 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll music composed by Nexus.0 aNexus (Bob Becker, William Cahn, Robin Engelman, Russell Hartenberger, John Wyre). aProduced by Ray Dillard. oRecordedd1991 August 27-28pMasters Workshop, Rexdale, Ontario. aProgram notes and listing of instruments used (4 pages : portrait) inserted in container.0 aOrigins (8:15) -- Signs of the time (11:10) -- Song of the nine iron (6:17) -- Perpetual emotion. The Good Humor Man meets the knife sharpener (2:53) ; A flash in the pans (5:08) -- Arioso (2:22) -- Waltz happens (6:50) -- Our way (3:40). 0aPercussion music. 0aPercussion ensembles. 0aImprovisation (Music) 6aEnsembles à percussion. 6aPercussion, Musique de. 6aImprovisation (Musique) 6aMusiques du monde. 7aImprovisation (Music)2fast0(OCoLC)fst00968306 7aPercussion ensembles.2fast0(OCoLC)fst01057725 7aPercussion music.2fast0(OCoLC)fst01057740 7aWorld music.2fast0(OCoLC)fst01181375 7aSound recordings.2fast0http://id.worldcat.org/fast/1411639 7aPopular music.2lcgft1 aDillard, Ray,eaudio producer. a92bPUL02680cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001700159028002300176028002900199035002000228042001400248050002400262082001100286100006600297245007600363246001700439264004200456264001200498300004100510306001100551336003700562337002300599338003100622344001900653344001900672344001900691347002200710347001300732500002700745500010100772511009500873508003100968518009100999500005801090505036001148650002101508650002701529650001701556650003301573650003501606650003601641650005301677650006001730648002001790655001501810655003601825655001701861655002401878655003401902655001701936710005301953994001202006ocm29945549 OCoLC20230718213016.0sd fsngnnmmned230714t19931993nyumunn fi n zxx d a 2023624768 aSVPbengerdacDLCdOCLCFdPMDdGRRdNOCdSVP1 a01241631602602a63160-2bNovus/RCA02a01241 63160-2bNovus/RCA a(OCoLC)29945549 alccopycat14aM1366.C65bT36 199304a781.651 aColeman, Steve,ecomposer,eaudio producer,einstrumentalist.14aThe tao of mad phat :bfringe zones /cSteve Coleman and Five Elements.3 aFringe zones 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. a011600 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll music written by Steve Coleman except the 11th work, written by Bunky Green & Steve Coleman.0 aSteve Coleman, alto saxophone, piano ; Five Elements ; and special guest instrumentalists. aProduced by Steve Coleman. oRecorded live before a studio audienced1993 May 6, 7 & 23pSystems Two, Brooklyn, NY. aProgram notes by Steve Coleman inserted in container.0 aThe tao of mad phat (15:29) -- Alt-shift-return (7:10) -- Collective meditations I (Suite). Changing of the guard (3:56) ; Guards on the train (3:04) ; Relax your guard (0:39) ; All the guards there are (2:10) ; Enter the rhythm (people) (4:04) -- Incantation (3:56) -- Laid back schematics (8:15) -- Polymad nomads (10:36) -- Little girl on fire (16:31). 0aJazzy1991-2000. 0aSaxophone music (Jazz) 0aFunk (Music) 6aSaxophone, Musique de (Jazz) 6aSaxophone et ensemble de jazz. 7aJazz.2fast0(OCoLC)fst00982165 7aSaxophone music (Jazz)2fast0(OCoLC)fst01106225 7aSaxophone with jazz ensemble.2fast0(OCoLC)fst01106239 7a1991-20002fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aFunk (Music)2lcgft 7aLive sound recordings.2lcgft 7aJazz.2rvmgf2 aFive Elements (Musical group),einstrumentalist. a92bPUL04590cjm a2200997 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001800154028002900172035002000201041003300221042001400254043001200268050002300280100004500303245003400348264004300382264001200425300006800437306004300505336003700548337002300585338003100608344001900639344001900658344001200677344001900689347002200708347001300730382005600743382004300799382004700842382004300889382003600932500002700968511036600995518008801361518007101449518007701520518007301597500007901670505042001749650004002169650002902209650001202238650003402250650004102284650002002325650003002345650005302375650005002428651004602478650002102524655003802545655003402583655001902617655002502636655001802661655003402679655002602713655001902739700003402758700003302792700003202825700003502857700003502892700004202927700003702969700006003006700007203066700005003138700007603188700005203264710005003316710005003366740002503416740003603441740001803477740003503495740005003530994001203580ocm31100384 OCoLC20230718213016.0sd fsngnnmmned940914p19921990xr munn i n lat d a 99588966  aIVJbengerdacDLCdOCLCFdS3OdGZMdIVJ3 a859691114382702a11 1438-2 231bSupraphon a(OCoLC)311003840 dlatdczegengggergfregcze alccopycat ae-xr--- 4aM2021.E23bR4 19921 aEben, Petr,ecomposer,einstrumentalist.10aReligious works /cPetr Eben. 1a[Czech Republic] :bSupraphon,c[1992] 4c℗1992 a1 audio disc (56 min., 43 sec.) :bdigital, stereo ;c4 3/4 in. a000816a001444a000549a001606a001119 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01amixed choruse1ainstrumental ensemblee1t22lcmpt01amen's choruse1aorgann1r1t12lcmpt01amezzo-soprano voicen1aorgann1s22lcmpt01amixed choruse1aorgann1r1t12lcmpt01atrombonen1aorgann1s22lcmpt aTitle from disc label.0 aDagmar Mašková, soprano (4th work) ; Jaromír Bělor, baritone (4th work) ; Pavla Bušová, mezzo-soprano (3rd work) ; Jan Votava, trombone (5th work) ; Jan Kšica (3rd-4th works), Jan Kalfus (5th work), Petr Eben (2nd work), organ ; Czech Philharmonic Chorus, Lubomír Mátl, chorus master ; Prague Trumpeteters, Josef Svejhovský, artistic leader. 32nd, 4th worksorecordedd1990 September 18, 19, and 21pSt. James's Church Prague. 31st workorecordedd1990 September 24pSt. James's Church, Prague. 35th-6th worksarecorded 1990 October 26pSt. Clemences's Church, Prague. 33rd workorecordedd1990 November 7pSt. Clemences's Church, Prague. aProgram notes in English, German, French, and Czech inserted in container.0 aThe Prague Te Deum 1989 = Prašké te deum 1989 : for mixed chorus, brass and percussion instruments (8:16) -- Missa adventus et quadragesimae : for male chorus and organ (14:44) -- The song of Ruth = Píseň Ruth : for mezzo-soprano and organ (5:49) -- Vesperae in festo nativitatis B. M. V. : for mixed chorus and organ (16:06) -- Two invocations to the St. Wenceslas chorale : for trombone and organ (11:19). 0aSacred vocal musiczCzech Republic. 0aTe Deum laudamus (Music) 0aMasses. 0aChoruses, Sacred, with organ. 0aSacred songs (Low voice) with organ. 0aVespers (Music) 0aTrombone and organ music. 6aMusique vocale sacréezRépublique tchèque. 7aSacred vocal music.2fast0(OCoLC)fst01103213 7aCzech Republic.2fast0(OCoLC)fst01256743 7aKyrkomusik.2sao 7aMasses.2fast0(OCoLC)fst01726667 7aMorning service music.2lcgft 7aMasses.2lcgft 7aSacred music.2lcgft 7aSongs.2lcgft 7aEvening service music.2lcgft 7aChamber music.2lcgft 7aMesses.2rvmgf1 aMašková, Dagmar,esinger.1 aBělor, Jaromír,esinger.1 aBušová, Pavla,esinger.1 aVotava, Jan,einstrumentalist.1 aKalfus, Jan,einstrumentalist.1 aMátl, Lubomír,d1941-econductor.1 aSvejkovský, Josef,econductor.12iContainer of (work):aEben, Petr.tPrager Te Deum 1989.12iContainer of (work):aEben, Petr.tMissa adventus et quadragesimae.12iContainer of (work):aEben, Petr.tArie Ruth.12iContainer of (work):aEben, Petr.tVesperae in festo nativitatis B.M.V.12iContainer of (work):aEben, Petr.tInvocations.2 aPražský filharmonický sbor,eperformer.2 aSoubor Pražských trubačů,eperformer.02aPrague te deum 1989.02aMissa adventus et quadragesmae.02aSong of Ruth.02aVesperae in festo nativitatis.02aTwo invocations to the St. Wenceslas chorale. a92bPUL01839cem a2200517 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040004500103020001800148020001500166034001300181035002000194037002200214041001300236043001200249050002300261052001300284110006000297245010500357246002800462250001700490255002000507264006600527264001100593300005500604336004000659337002800699338002600727500002200753500004400775500006900819546004600888651003900934650006600973650005001039650003701089651005801126655004101184655003601225655001701261655003101278994001201309ocm31678890 OCoLC20230718213016.0aj canzn230707t19911991sa a 1 eng  a 2023591378 aDLCbengerdacDLCdCUYdCUTdOCLCFdNYP a9781868091591 a18680915971 aab20000 a(OCoLC)31678890 aM3046bMap Studio0 aengaafr af-sa---00aG8504.B6 1991b.M3 a8504bB62 aMap Studio (Firm),ecartographer,eprinter,epublisher.10aBloemfontein streetplan =bBloemfontein straatplan /ccompiled, printed and published by Map Studio.31aBloemfontein straatplan a3rd edition. aScale 1:20,000. 1aJohannesburg ;aCape Town :bpublished by Map Studio,c[1991] 4c©1991 a1 map :bcolor ;c78 x 98 cm, folded to 20 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIncludes text and inset of city center. aIndex to points of interest, suburbs, and street names on verso. aText and legend in English and Afrikaans. 0aBloemfontein (South Africa)vMaps. 0aCentral business districtszSouth AfricazBloemfonteinvMaps. 6aRouteszAfrique du SudzBloemfonteinvCartes. 7aRoads.2fast0(OCoLC)fst01098511 7aSouth AfricazBloemfontein.2fast0(OCoLC)fst01209447 7aRoad maps.2fast0(OCoLC)fst01752673 7aMaps.2fast0(OCoLC)fst01423704 7aMaps.2lcgft 7aCartes routières.2rvmgf a92bPUL02008cem a2200553 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040004500103019001300148020001800161020001500179034001400194035003700208037002200245041001300267043001200280050002700292052001300319052001300332110006000345245010800405246006000513246004500573246008400618250001700702255003600719264006100755264001100816300005500827336004000882337002800922338002600950500003400976500002201010546004601032651003601078651004701114651006601161651005501227655002301282655004401305655003601349655002501385655003201410994001201442ocm31678947 OCoLC20230718213016.0aj canzn230707t19921992sa g a 0 eng  a 2023591377 aDLCbengerdacDLCdOREdCUTdOCLCFdNYP a35626650 a9781868091874 a18680918721 aab460000 a(OCoLC)31678947z(OCoLC)35626650 aM3018bMap Studio0 aengaafr af-sa---00aG8503.T7E635 1992b.M3 a8503bT7 a8502bK72 aMap Studio (Firm),ecartographer,eprinter,epublisher.10aTourist map, Eastern Transvaal & Kruger National Park /ccompiled, printed and published by Map Studio.3 aTourist map, Eastern Transvaal and Kruger National Park30aEastern Transvaal & Kruger National Park1 iAlternate panel title:aToeristekaart, Oos-Transvaal & Nasionale Krugerwildtuin a4th edition. aScale 1:460,000. 1 cm = 4.6 km. 1aSandton ;aCape Town :bpublished by Map Studio,c[1992] 4c©1992 a1 map :bcolor ;c86 x 41 cm, folded to 21 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aTitle from panel. aText and legend in English and Afrikaans. 0aTransvaal (South Africa)vMaps. 0aKruger National Park (South Africa)vMaps. 7aSouth AfricazKruger National Park.2fast0(OCoLC)fst01245535 7aSouth AfricazTransvaal.2fast0(OCoLC)fst01208743 7atourist maps.2aat 7aTourist maps.2fast0(OCoLC)fst01423809 7aMaps.2fast0(OCoLC)fst01423704 7aTourist maps.2lcgft 7aCartes touristiques.2rvmgf a92bPUL01962cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002500161035002000186042001400206043001200220245002900232264003900261264001200300300004100312336003700353337002300390338003100413344001900444344001900463344001900482347002200501347001300523500002700536511017400563518004300737505030600780650003701086650001801123650004201141650004501183650004401228651003801272648002001310655002501330655002501355655001801380710004601398994001201444ocm32929775 OCoLC20230718213016.0sd fsngnnmmned230712t19951995hiuppnn n eng d a 2023624755 aHUHbengerdacDLCdOCLCFdHUH1 a76852695012302aNRCD-9501bNiho Mano a(OCoLC)32929775 alccopycat an-us-hi00aMassive /cHoʻaikāne. 1aHonolulu, HI :bNiho Mano,c[1995] 4c℗1995 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aHoʻaikāne (Walter "Ace" Tavares, Nolan Hao, Derek "Hoku" Tolentino, Jamieson "Wongie", Jamin "Chief Ragga", Brad "B-rad") ; with guest instrumentalists and vocalists. oRecordedpSea-West Studios, Pahoa, HI.0 aShaka fly (4:42) -- Juvenile justice (4:18) -- One shot (4:39) -- Rave all night (4:07) -- Gal ya' good (3:33) -- Dancehall hot (4:36) -- Hotel California (6:30) -- No one race (is better) (4:12) -- Swing (4:27) -- You don't have to cry (3:56) -- Caution area (4:05) -- Rave (Rick's ragga mix) (3:58). 0aReggae musiczHawaiiy1991-2000. 0aRagga (Music) 6aMusique populairezHawaiiy1991-2000. 7aPopular music.2fast0(OCoLC)fst01071422 7aReggae music.2fast0(OCoLC)fst01093058 7aHawaii.2fast0(OCoLC)fst01208724 7a1991-20002fast 7aReggae music.2lcgft 7aRagga (Music)2lcgft 7aSongs.2lcgft2 aHoʻaikāne (Musical group),eperformer. a92bPUL01928cjm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144024001500161028002600176035002000202042001400222100005800236245005100294264004200345264001200387300004100399336003700440337002300477338003100500344001900531344001900550344001900569347002200588347001300610500002600623500006500649508002900714511016300743518004900906500003400955505015800989650002701147650002801174650003101202650004201233648002001275655003501295655001801330710005001348994001201398ocm35316357 OCoLC20230718213016.0sd fsngnnmmned230712t19961996mnurcnn d n eng d a 2023624752 aOWMbengerdacDLCdOCLCFdOWM1 a6073966001201 a073966001202aNR 6001bNice Records a(OCoLC)35316357 alccopycat1 aDeal, Kelley,ecomposer,eaudio producer,eperformer.10aGo to the sugar altar /cthe Kelley Deal 6000. 1aSt. Paul, MN :bNice Records,c[1996] 4c℗1996 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container. aAll songs by Kelley Deal, some in collaboration with others. aProduced by Kelley Deal.0 aThe Kelley Deal 6000 (Kelley Deal, guitar, vocals ; Nick Hook, drums ; Marty Nedich, bass ; Steve Salett, guitar) ; with guest instrumentalists and vocalists. oRecordedpPachyderm or Terrarium, Minnesota. aLyrics inserted in container.0 aCanyon -- How about hero -- Dammit -- Sugar -- A hundred tires -- Head o fthe cult -- Nice -- Trixie delicious -- Marooned -- Tick tock -- Mr. Goodnight. 0aRock musicy1991-2000. 0aAlternative rock music. 6aRock (Musique)y1991-2000. 7aRock music.2fast0(OCoLC)fst01099204 7a1991-20002fast 7aAlternative rock music.2lcgft 7aSongs.2lcgft2 aKelley Deal 6000 (Musical group),eperformer. a92bPUL02169cjm a2200529 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002000149042001400169043002100183100002600204245005700230260003600287300004900323336003700372337002300409338003100432500002600463511008900489505040400578650002000982650002201002650002501024650003101049650002601080650002001106650002401126650002401150650003701174650003901211650002701250650002501277650004801302650004201350650005101392650003701443650004601480651003901526651004501565700001701610994001201627ocm36069578 OCoLC20230718213016.0sd bmmennmplue230717s196u nyusgnn n eng d a 2023626388 aHLSbengcDLC02aMG-20007bMercury a(OCoLC)36069578 alccopycat an-us---ae-uk-en1 aDyer-Bennet, Richard.10aOlden Ballads /cRichard Dyer-Bennet and Tom Glazer. a[New York] :bMercury,c[196-?] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aTitle from container.0 aTom Glazer, vocals (1st-10th works) ; Richard Dyer-Bennet, vocals (11th-18th works).0 aTwelve days of Christmas -- The sheeling song -- Hush little baby -- Sixteen come Sunday -- Green sleeves -- Waly waly -- Uncle Reuben -- Blow the candles out -- Black-eyed Susie -- Go 'way from my window -- The golden vanity -- The Lincolnshire poacher -- The derby ram -- The swag man -- The house carpenter -- The Charleston merchant -- Hullabaloo belay -- What shall we do with a drunken sailor. 0aSongs, English. 0aBallads, English. 0aFolk songs, English. 0aFolk musiczUnited States. 0aMusiczUnited States. 0aMusiczEngland. 6aChansons anglaises. 6aBallades anglaises. 6aChansons folkloriques anglaises. 6aMusique folkloriquezÉtats-Unis. 6aMusiquezÉtats-Unis. 6aMusiquezAngleterre. 7aBallads, English.2fast0(OCoLC)fst00825896 7aFolk music.2fast0(OCoLC)fst00929383 7aFolk songs, English.2fast0(OCoLC)fst00929875 7aMusic.2fast0(OCoLC)fst01030269 7aSongs, English.2fast0(OCoLC)fst01126319 7aEngland.2fast0(OCoLC)fst01219920 7aUnited States.2fast0(OCoLC)fst012041551 aGlazer, Tom. a92bPUL01738cjm a22003851a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002100166035002000187042001300207050001400220100003400234245007800268260003900346300006300385336003700448337002300485338003100508511006300539518006700602500001800669505041900687650003401106650002601140650002401166650006001190650005201250710003801302994001201340ocm37417205 OCoLC20230718213016.0sd fsngnnmmneu040402p19971990gaumcnn n zxx d a 2004578942 aJQFbengcDLCdDLCdVVWdOCLCFdJQF1 a01509562232702a6223bIntersound a(OCoLC)37417205 alcderive00aSDA 934901 aNero, Peter,d1934-2023.4prf10aOn my ownh[sound recording] :band other Broadway ballads /cPeter Nero. aRoswell, GA :bIntersound,cc1997. a1 sound disc :bdigital ;c4 3/4 in. +e1 booklet ([8] p.) aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aPeter Nero, piano, conductor; Columbus Symphony Orchestra. aRecorded July 14-15, 1990, at Capitol Theatre, Columbus, Ohio. aCompact disc.0 aCity of angels. You're nothing without me (3:22) -- Gypsy. Small world (2:53) -- Aspects of love. Anything but lonely (3:45) -- 42nd Street. Lullaby of Broadway (5:15) -- West Side story. Maria (3:16) -- The phantom of the opera. Phantom phantasy (13:24) -- Cats. Memory (5:54) -- The Garrick gaieties of 1926. Mountain greenery (2:40) -- Les misérables. On my own (4:42) -- The Richard Rodgers songbook (17:53). 0aMusicalsvExcerpts, Arranged. 0aPiano with orchestra. 6aPiano et orchestre. 7aMusicalsxExcerpts, Arranged.2fast0(OCoLC)fst01426046 7aPiano with orchestra.2fast0(OCoLC)fst010634982 aColumbus Symphony Orchestra.4prf a92bPUL02366cjm a2200589 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004700109024001800156024001700174024001500191028002900206035002000235041002300255042001400278050002200292100005000314245005300364246003000417264003300447264001200480300005100492306001900543336003700562337002300599338003100622344001900653344001900672344001200691344001900703347002200722347001300744382005400757500002700811511016700838500002401005500007901029505018201108650002001290650002701310650004601337651003201383655002601415700003601441700012501477700012601602710003601728994001201764ocm37452990 OCoLC20230718213016.0sd fsngnnmmned230714p19961994xr zznn efi n zxx d a 2023626581 aIOGbengerdacDLCdOCLCFdUWOdCHVBKdIOG3 a85969111465211 a5969111465211 a999251465202a11 1465-2 131bSupraphon a(OCoLC)374529900 gczegenggfregger alccopycat 4aM3.1.D97bC5 v.151 aDvořák, Antonín,d1841-1904,ecomposer.10aChamber works.nVol. 15 /cAntonín Dvořák.3 aChamber works.nVolume 15 1aPrague :bSupraphon,c[1994] 4c℗1994 a1 audio disc (70 min.) :bdigital ;c4 3/4 in. a002840a004122 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1aviolinn2aviolan1acellon1s52lcmpt aTitle from disc label.0 aJan Panenka (piano) and the Panocha Quartet (Jiří Panocha, 1st violin ; Pavel Zejfart, 2nd violin ; Miroslav Sehnoutka, viola ; Jaroslav Kulhan, violoncello). aCompact disc (DDD). aProgram notes in English, German, French, and Czech inserted in container.0 aQuintet for piano, 2 violins, viola and cello no. 1 in A major, op. 5 (B. 28) (28:40) -- Quintet for piano, 2 violins, viola and cello no. 2 in A major, op. 81 (B. 155) (41:22). 0aPiano quintets. 6aQuintettes pour piano. 7aPiano quintets.2fast0(OCoLC)fst01063466 7aTschechische Republik.2gnd 7aChamber music.2lcgft1 aPanenka, Jan,einstrumentalist.12iContainer of (work):aDvořák, Antonín,d1841-1904.tQuintets,mpiano, violins (2), viola, cello,nop. 5,rA major.12iContainer of (work):aDvořák, Antonín,d1841-1904.tQuintets,mpiano, violins (2), viola, cello,nop. 81,rA major.2 aPanochovo kvarteto,eperformer. a92bPUL01521cjm a22004091a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002100161035002000182042001300202082001000215100003400225245006500259260003900324300005100363306001100414336003700425337002300462338003100485511004600516500001800562505023300580650004300813650001700856650004800873650002300921650004300944650005800987648002001045700003401065994001201099ocm38905899 OCoLC20230718213016.0sd fsngnnmmned040312s1996 gaumunn n eng d a 2004578809 aXCAbengcDLCdDLCdOCLCFdXCA1 a01509535672702a3567bIntersound a(OCoLC)38905899 alcderive04a786.21 aNero, Peter,d1934-2023.4prf10aLove songs for a rainy dayh[sound recording] /cPeter Nero. aRoswell, GA :bIntersound,cp1996. a1 sound disc (58 min.) :bdigital ;c4 3/4 in. a005800 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aPeter Nero, piano; Michael Barnett, bass. aCompact disc.0 aHere's that rainy day -- All I ask of you -- As long as he needs me -- Summer of '42 -- Always -- Somewhere out there -- Stella by starlight -- Just the way you are -- I will love you always -- Misty -- The shadow of your smile. 0aPopular instrumental musicy1991-2000. 0aPiano music. 6aMusique instrumentale populairey1991-2000. 6aPiano, Musique de. 7aPiano music.2fast0(OCoLC)fst01063403 7aPopular instrumental music.2fast0(OCoLC)fst01071403 7a1991-20002fast1 aBarnett, Michael,d1941-4prf a92bPUL01953cjm a2200517 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002800127035002000155042001400175100003400189245003800223260004400261300003700305306001100342336003700353337002300390338003100413344001800444344001500462344001900477500002000496511005100516518006900567500004900636505044100685650002101126650002101147650003601168648002001204740001301224740002101237740001801258740002501276740002101301740001501322740001601337740002001353740001401373740003601387994001201423ocm40162010 OCoLC20230718213016.0sd bsmennmplue230717r19691959ilujznn fhi n zxx d a 2023626371 aUPMbengcDLC02aSRW-16407bMercury/Wing a(OCoLC)40162010 alccopycat1 aRich, Buddy,d1917-1987.4prf14aThe Rich rebellion /cBuddy Rich. aChicago, Ill. :bMercury/Wing,c[1969?] a1 audio disc (43 min.) ;c12 in. a004300 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc aJazz ensembles.0 aBuddy Rich, drums, leader ; and his orchestra. aRecorded in New York City, April 9-10, 1959 and April 7-8, 1960. aProgram notes by Marsha Gracie on container.0 aIndiana (back home again in Indiana) / Hanley ; McDonald (3:38) -- That's rich man / E. Wilkins (5:26) -- Sweets tooth / E. Wilkins (4:01) -- Song of the islands / Charles E. King (4:09) -- From the sticks / E. Wilkins (4:42) -- Astronaut / Ernie Wilkins (7:36) -- Rich craft / E. Wilkins (3:06) -- Yardbird suite / Charlie Parker (2:59) -- Cherokee / Ray Noble (4:08) -- Clap hands, here comes Charlie / Meyer ; McDonald ; Rose (3:04). 0aJazzy1951-1960. 6aJazzy1951-1960. 7aJazz.2fast0(OCoLC)fst00982165 7a1951-19602fast02aIndiana.02aThat's rich man.02aSweets tooth.02aSong of the islands.02aFrom the sticks.02aAstronaut.02aRich craft.02aYardbird suite.02aCherokee.02aClap hands, here comes Charlie. a92bPUL02004cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109019001500159024001700174028002400191028002300215035003900238042001400277050001400291082001200305100004000317245003600357264004100393264001200434300004100446336003700487337002300524338003100547344001900578344001900597344001900616347002200635347001300657500002700670500003800697511012800735518006600863505026600929650001901195650004301214650002901257650004501286655004501331655002601376655002601402655003401428994001201462ocm40272681 OCoLC20230718213016.0sd fsngnnmmned000921t19981998cauppnn n zxx d a 00536438  aOCObengerdacDLCdDLCdOCLCFdGRRdJDPdOCO a12303132531 a04628625752302aRM 2575bReal Music02aRM2575bReal Music a(OCoLC)40272681z(OCoLC)1230313253 alccopycat00aSDA 1362214a781.6561 aKern, Kevin,ecomposer,eperformer.10aSummer daydreams /cKevin Kern. 1aSausalito, CA :bReal Music,c[1998] 4c℗1998 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll music composed by Kevin Kern.0 aKevin Kern, piano and keyboards ; Jeremy Cohen, violin ; Thalia Moore, cello ; Luis Baez, clarinet ; Bob Ward, french horn. oRecordeddJanuary 13-17, 1998pFantasy Studios, Berkeley, CA.0 aLe jardin (4:51) -- Once in the long ago (5:24) -- Twilight's embrace (6:59) -- Water tapestry (2:53) -- Pan's return (4:35) -- Pastel reflections (4:29) -- Whisperings (5:03) -- Summer daydreams (5:15) -- Dance of the dragonfly (3:57) -- Return to love (4:23). 0aNew Age music. 0aPopular instrumental musicy1991-2000. 6aMusique du Nouvel Âge. 7aNew Age music.2fast0(OCoLC)fst01036703 7aNew Age music.2fast0(OCoLC)fst01726684 7aNew Age music.2lcgft 7aPopular music.2lcgft 7aNouvel Âge (Musique)2rvmgf a92bPUL04058cam a22006494a 4500001001300000003000600013005001700019008004100036010001700077040012100094019009900215020001500314020001800329035017200347042000800519043001200527050002300539082002100562100003400583245011100617250002600728260006300754300006700817336002600884337002800910338002700938504006700965505079701032520019701829650005002026651004802076650006802124650005502192650005502247650007502302650007502377651003502452650005102487650004402538650004102582651005302623651007102676650002102747651002302768650006702791650006702858651004002925650002202965651002402987655003903011776016603050938007103216938003703287938003203324938004003356994001203396ocm41564958 OCoLC20230718213016.0990609s1999 mauab b s001 0 eng  a 99016750  aDLCbengcDLCdMUQdBAKERdBTCTAdYDXCPdMBBdIG#dZWZdHEBISdNAMdOCLCOdOCLCFdOCLCQdBRLdOCLCOdOKSdOCLCOdZLF a1013429291a1022678133a1051614022a1057084908a1156728691a1170484743a1171814604a1195737735 a1558492011 a9781558492011 a(OCoLC)41564958z(OCoLC)1013429291z(OCoLC)1022678133z(OCoLC)1051614022z(OCoLC)1057084908z(OCoLC)1156728691z(OCoLC)1170484743z(OCoLC)1171814604z(OCoLC)1195737735 apcc an-us-ma00aNA735.B7bS53 199900a720/.9744/612211 aShand-Tucci, Douglass,d1941-10aBuilt in Boston :bcity and suburb, 1800-2000 /cDouglass Shand-Tucci ; foreword by Walter Muir Whitehill. aRev. and expanded ed. aAmherst, MA :bUniversity of Massachusetts Press,c©1999. axxxiii, 451 pages :billustrations (some color), maps ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 401-435) and index.0 aForeword / Walter Muir Whitehill -- pt. I. Bulfinch and the Boston Granite Architects to Richardson and Olmsted, 1800-1890 -- 1. Before and After Bulfinch -- 2. The Great Traditions -- 3. H.H. Richardson's Boston -- 4. Streetcar City, Garden Suburbs -- 5. French Flats and Three Deckers -- pt. II. McKim and White to Cram and Goodhue and Gropius, 1890-1950 -- 6. Charles McKim and the Classical Revival -- 7. Ralph Adams Cram and Boston Gothic -- 8. The Shadow of Louis Sullivan -- 9. The Boston Rialto -- 10. Toward Gropius -- pt. III. TAC and Sert to Pei and Kallmann and McKinnell, 1950-2000 -- 11. Heroic Modernism -- 12. The "New Boston" -- 13. The Post-Modernist Reaction -- pt. IV. Machado and Silvetti and the New Moderns -- 14. From the "Villa Transformer" to the "Romantic Machine." aChronicles two hundred years in the history of Boston architecture, from the works of Charles Bulfinch to Machado and Silvetti, and includes more than three hundred photos, drawings, and maps. 0aArchitecturezMassachusettszBostonxHistory. 0aBoston (Mass.)xBuildings, structures, etc. 0aArchitecturezMassachusettszBoston Metropolitan AreaxHistory. 6aArchitecturezMassachusettszBostony19e siècle. 6aArchitecturezMassachusettszBostony20e siècle. 6aArchitecturezMassachusettszBoston, Agglomération dey19e siècle. 6aArchitecturezMassachusettszBoston, Agglomération dey20e siècle. 6aBoston (Mass.)xConstructions. 6aArchitecturezMassachusettszBostonxHistoire. 7aArchitecture.2fast0(OCoLC)fst00813346 7aBuildings.2fast0(OCoLC)fst00840962 7aMassachusettszBoston.2fast0(OCoLC)fst01205012 7aMassachusettszBoston Metropolitan Area.2fast0(OCoLC)fst01347189 7aArchitektur2gnd 7aBoston, Mass.2gnd 7aArchitecturezÉtats-UniszBoston (Mass.)y19e siècle.2ram 7aArchitecturezÉtats-UniszBoston (Mass.)y20e siècle.2ram 7aBoston (Mass.)xConstructions.2ram07aArchitektur.2swd 7aBoston 2swd 7aHistory.2fast0(OCoLC)fst0141162808iOnline version:aShand-Tucci, Douglass, 1941-tBuilt in Boston.bRev. and expanded ed.dAmherst, MA : University of Massachusetts Press, ©1999w(OCoLC)606371551 aBaker & TaylorbBKTYc32.95d24.71i1558492011n0003237133sactive aBaker and TaylorbBTCPn99016750 aIngrambINGRn9781558492011 aYBP Library ServicesbYANKn1544202 a92bPUL01861cjm a2200529 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003700109019001200146028002800158035003600186041000800222042001400230048000700244050001400251082002000265100003200285240002300317245009000340260004100430300005700471336003700528337002300565338003100588500002900619500003500648511012300683650002200806650003200828650002700860650003200887650004800919650005800967700002901025700001901054700007701073700004201150710003201192710003601224740002701260740001301287740001901300994001201319ocm42570978 OCoLC20230718213016.0sd bsmennmplue230717s196u nyuuunn n zxx d a 2023626377 aWaOLNbengcDLCdTRIdOCLCFdW7L a863512100aSRW 18030bMercury Wing a(OCoLC)42570978z(OCoLC)86351210 geng alccopycat aoa 4aM5.R3bR304a780.0711qOCoLC1 aRavel, Maurice,d1875-1937.10aRapsodie espagnole10aRapsodie espagnole ; Alborada del gracioso /cRavel. Escales = Ports of call / Ibert. a[New York] :bMercury Wing,c[196-?] a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aMercury Wing: SRW 18030. a2nd work originally for piano.0 aDetroit Symphony ; Paul Paray, conductor (1st, 3rd works) ; Minneapolis Symphony ; Antal Dorati, conductor (2nd work). 0aOrchestral music. 0aOrchestral music, Arranged. 6aOrchestre, Musique d'. 6aOrchestre, Musique d', arr. 7aOrchestral music.2fast0(OCoLC)fst01047289 7aOrchestral music, Arranged.2fast0(OCoLC)fst010473001 aParay, Paul,d1886-1979.1 aDorati, Antal.12aRavel, Maurice,d1875-1937.tMiroirs.pAlborada del gracioso;oarranged.12aIbert, Jacques,d1890-1962.tEscales.2 aDetroit Symphony Orchestra.2 aMinneapolis Symphony Orchestra.0 aAlborada del gracioso.0 aEscales.0 aPorts of call. a92bPUL02412cjm a2200529 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002800161035002000189042001400209050002500223082001200248100001800260245008900278260010900367300003000476336003700506337002300543338003100566344001900597344001900616344001200635347002200647347001300669500002900682500003800711511009300749505060700842650002201449650003201471650004801503655004501551655004801596655002901644655002601673655003801699655003401737700003401771700002901805730003601834994001201870ocm43775696 OCoLC20230718213016.0sd fsngnnmmned920805s1992 wiuzznn n zxx d a 99582836  aUOKbengcDLCdOCLCFdGRRdUOK1 a08361660012302aND-66001bNarada Cinema a(OCoLC)43775696 alccopycat 4aM1527.7.Z55bM5 199204a781.5461 aZimmer, Hans.10aMillennium :btribal wisdom and the modern world /call compositions by Hans Zimmer. aMilwaukee, WI :bNarada Cinema ;aUniversal City, CA :bDistributed by UNI Distribution Corp.,c℗1992. a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aNarada Cinema: ND-66001. aMusic from the television series.0 aArr. and performed by by John Van Tongeren and Mark Mancina ; with additional musicians.0 aShaman's song (:27) -- Stories for a thousand years (1:00) -- The journey begins (1:58) -- The stone drag (2:19) -- Courting song/Love in the Himalayas (3:18) -- Inventing reality (2:16) -- Fiddlers/Pilgrimage to Wirikuta (4:30) -- The shock of the other (7:15) -- Race of the initiates (2:00) -- The art of living (2:18) -- Geerewol celebrations (5:01) -- Song for the dead (:56) -- Pilgrims' chant/In the land of the ancestors (3:50) -- An ecology of mind (4:32) -- Well song/A desert home (3:37) -- Initiation chant/Rites of passage (2:09) -- The journey continues (3:13) -- Millennium theme (3:06). 0aTelevision music. 6aTélévision, Musique de. 7aTelevision music.2fast0(OCoLC)fst01146957 7aNew Age music.2fast0(OCoLC)fst01726684 7aTelevision music.2fast0(OCoLC)fst01726760 7aTelevision music.2lcgft 7aNew Age music.2lcgft 7aMusique de télévision.2rvmgf 7aNouvel Âge (Musique)2rvmgf1 aVan Tongeren, John.4arr4prf1 aMancina, Mark.4arr4prf0 aMillennium (Television program) a92bPUL02198cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001800159028002900177028002900206035002000235041002300255042001400278050002200292100004700314245004900361264003400410264001200444300005100456306001900507336003700526337002300563338003100586344001900617344001900636344001200655344001900667347002200686347001300708382004400721500002700765511011700792518006900909500005200978500011101030505010601141650002101247650002501268650004701293655002601340700011501366700011501481710003601596994001201632ocm43804573 OCoLC20230718213016.0sd fsngnnmmned930730p19991989xr uunn i n zxx d a 93720228  aDUQbengerdacDLCdGZTdSTFdOCLCFdCEFdDUQ3 a859691115142602aSU 3450-2 131bSupraphon02a11 1514-2 131bSupraphon a(OCoLC)438045730 gengggergfregcze alccopycat14aM452.S64bC4 19991 aSmetana, Bedřich,d1824-1884,ecomposer.10aChamber works.nVol. 1 /cBedřich Smetana. 1aPrague :bSupraphon,c[1992?] 4c℗1992 a1 audio disc (45 min.) :bdigital ;c4 3/4 in. a002705a001811 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01aviolinn2aviolan1acellon1s42lcmpt aTitle from disc label.0 aPanocha Quartet (Jiří Panocha, Pavel Zejfart, violins ; Miroslav Sehnoutka, viola ; Jaroslav Kulhan, cello). oRecorded atpDobřiš Châteaud1989 November 13d1990 May 2. aPreviously released as Supraphon 11 1514-2 131. aProgram notes in English, German, French and Czech (8 unnumbered pages : portraits) inserted in container.00tString quartet no. 1 in E minor "From my life"g(27:05) --tString quartet no. 2 in D minorg(18:11). 0aString quartets. 6aQuatuors à cordes. 7aString quartets.2fast0(OCoLC)fst01135315 7aChamber music.2lcgft12iContainer of (work):aSmetana, Bedřich,d1824-1884.tQuartets,mviolins (2), viola, cello,nno. 1,rE minor.12iContainer of (work):aSmetana, Bedřich,d1824-1884.tQuartets,mviolins (2), viola, cello,nno. 2,rD minor.2 aPanochovo kvarteto,eperformer. a92bPUL03053cjm a22007571a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005500109019003600164024001500200024001700215028003000232035007400262041000800336042001300344050001400357082002400371100003400395240002300429245004700452246001800499260004000517300004100557336003700598337002300635338003100658500001800689511008400707500004400791500004100835505023100876650002601107650001701133650002201150650003301172650002401205650002301229650002701252650005901279650004801338650004301386650005201429655002701481655001901508655004801527655004001575655002901615655002101644655003601665655002101701700003801722700002101760700003401781700005301815700005401868700007401922700005501996700007502051700006302126700006202189710003202251994001202283ocm44060243 OCoLC20230718213016.0sd zsngnnmmned010209r19991991nyumunn i n und d a 2001539587 aBKLbengcDLCdDLCdOCLCFdMXLdMNMdMNGdJDPdBKL a987068612a990643848a9954911262 a90266083421 a09026608342802a09026-60834-2bRCA Victor a(OCoLC)44060243z(OCoLC)987068612z(OCoLC)990643848z(OCoLC)9954911260 geng alcderive00aSDA 2325904a781.63bG323g, 19991 aGershwin, George,d1898-1937.10aWorks.kSelections10aGershwin greatest hitsh[sound recording].30aGreatest hits aNew York, NY :bRCA Victor,cp1999. a1 sound disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.0 aBoston Pops ; Arthur Fiedler, conductor ; Earl Wild, piano ; Peter Nero, piano. aSelections previously released in 1991. aProgram notes inserted in container.0 aRhapsody in blue -- An American in Paris -- Concerto in F for piano and orchestra: Adagio, andante con moto ; Allegro agitato -- Strike up the band -- Our love is here to stay -- The man I love -- Variations on "I got rhythm." 0aPiano with orchestra. 0aPiano music. 0aOrchestral music. 0aConcertos (Piano)vExcerpts. 6aPiano et orchestre. 6aPiano, Musique de. 6aOrchestre, Musique d'. 7aConcertos (Piano)xExcerpts.2fast0(OCoLC)fst00873662 7aOrchestral music.2fast0(OCoLC)fst01047289 7aPiano music.2fast0(OCoLC)fst01063403 7aPiano with orchestra.2fast0(OCoLC)fst01063498 7asound recordings.2aat 7aexcerpts.2aat 7aSound recordings.2fast0(OCoLC)fst01411639 7aExcerpts.2fast0(OCoLC)fst01692837 7aSound recordings.2lcgft 7aExcerpts.2lcgft 7aEnregistrements sonores.2rvmgf 7aExtraits.2rvmgf1 aFiedler, Arthur,d1894-1979.4cnd1 aWild, Earl.4prf1 aNero, Peter,d1934-2023.4prf12aGershwin, George,d1898-1937.tRhapsody in blue.12aGershwin, George,d1898-1937.tAmerican in Paris.12aGershwin, George,d1898-1937.tConcerto,mpiano, orchestra,rF major.12aGershwin, George,d1898-1937.tStrike up the band.12aGershwin, George,d1898-1937.tGoldwyn follies.pLove is here to stay.12aGershwin, George,d1898-1937.tLady, be good!pMan I love.12aGershwin, George,d1898-1937.t"I got rhythm" variations.2 aBoston Pops Orchestra.4prf a92bPUL02530cjm a2200661 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002800127035002000155042001400175045000900189100002700198240003200225245002000257260003900277300002700316336003700343337002300380338003100403344001800434344001500452344001900467490002100486511019600507500004900703505045600752650002401208650005001232700002801282700002601310700002401336700004201360700003401402700002301436700002501459740002101484740002001505740003001525740002501555740002601580740001301606740002201619740003101641740001901672740003201691740002501723740002501748740001001773740002201783740001801805740001101823830002201834994001201856ocm45017923 OCoLC20230718213016.0sd bsmennmplue230717s1961 ilumcnn fh n eng d a 2023626372 aUMKbengcDLC02aSRW-17000bMercury/Wing a(OCoLC)45017923 alccopycat ax5x61 aStrouse, Charles.4cmp10aBye bye Birdie.kSelections10aBye bye Birdie. a[Chicago] :bMercury/Wing,c[1961] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc1 aLimelight series0 aMusic by Charles Strouse ; lyrics by Lee Adams ; original London cast, featuring Chita Rivera, Peter Marshall, Robert Nichol, Marty Wilde and Sylvia Tysick ; Alyn Ainsworth, musical director. aProgram and biographical notes on container.0 aOverture (2:37) -- An English teacher (3:16) -- The telephone hour (2:56) -- How lovely to be a woman (2:38) -- Put on a happy face (3:44) -- Healthy American boy (4:00) -- One boy (3:06) -- Honestly sincere (3:12) -- Hymn for a Sunday evening (2:04) -- One last kiss (1:29) -- What did I ever see in him? (2:59) -- A lot of livin' to do (2:41) -- Kids (1:29) -- Baby, talk to me (3:00) -- Spanish rose (3:17) -- Kids (reprise) (1:04) -- Rosie (3:59). 0aMusicalsvExcerpts. 7aMusicalsxExcerpts.2fast0(OCoLC)fst010308171 aAdams, Lee,d1924-4lyr1 aAinsworth, Alyn.4prf1 aRivera, Chita.4prf1 aMarshall, Peter,d1927 March 30-4prf1 aNichols, Robertc(Actor)4prf1 aWilde, Marty.4prf1 aTysick, Sylvia.4prf02aEnglish teacher.02aTelephone hour.02aHow lovely to be a woman.02aPut on a happy face.02aHealthy American boy.02aOne boy.02aHonestly sincere.02aHymn for a Sunday evening.02aOne last kiss.02aWhat did I ever see in him?02aLot of livin' to do.02aLot of living to do.02aKids.02aBaby, talk to me.02aSpanish rose.02aRosie. 0aLimelight series. a92bPUL03692cjm a22006731a 4500001001300000003000600013005001700019007001500036008004100051010001700092040005000109024001700159028003800176035002000214041001600234042001300250050001400263245004100277260004000318300006200358336003700420337002300457338003100480500003500511546003700546511002400583500004000607500008600647505114600733610003001879610003801909610003501947610003401982610005502016610004702071650002202118650002202140650002302162650002002185650004802205650004802253650004102301700004302342700003802385700004102423700003402464700003302498700002702531700003202558710007002590710007102660710003802731710003502769710004502804710005802849710002202907710007702929994001203006ocm50194415 OCoLC20230718213016.0sd fsngnnmmned020814s2001 fr ccnn i n lat d a 2002401882 aRCEbengcDLCdDLCdOCLCFdNYPdCEFdCGUdRCE1 a72435619902602a7243 5 61991 2 5bVirgin Classics a(OCoLC)501944150 dlatchugeng alcderive00aSDA 6365700aMonastery voicesh[sound recording]. a[Paris] :bVirgin Classics,cp2001. a2 sound discs (146 min., 08 sec.) :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aGregorian and Byzantine chant. aSung in Latin and Church Slavic.0 aVarious performers. aAll selections previously released. aIncludes program notes in English in booklet (7 p. : ill.) inserted in container.0 aCD 1. Veni Creator spiritus (2:34). Pange lingua gloriosi (2:45). De profundis (1:34). Salve Regina (2:31). Rorate coeli desuper (2:07). Viderunt omnes (3:40). Ubi caritas (2:57). Salve, festa Dies (2:55) / (Choir of monks of the Bendictine Monastery of Santo Domingo de Silos; Ismael Fernandez de la Cuestra [sic], Francisco Lara, conductors) ; Misa de angelis / (Escolania y Schola de la Abadia de Santa Cruz del Valle de los Caidos; Laurenzo Saenz de Buruaga, conductor) (14:30) ; Gregorian chant for the Feast of the Epiphany / (Schola Cantorum Coloniensis; Schola Choralis Solingen; Gabriel Maria Steinschulte, conductor) (20:33) ; Office of the Resurrection / (Les Dominicains [du] Abbaye de Sylvanès; André Gouzes, conductor) (19:26) -- cd 2. Jerusalem (10:44). Holy week (14:18) / (Choir of Monks and Nuns of the Benedictine Abbey of Bec-Hellouin; Philibert Zobel, conductor) ; Orthodox liturgy / (Arte Corale) (18:24) ; Office of high matins / (Hélène Thierry, soprano; Fédor Potorjinsky, bass; Dimitri Sobolev, celebrant; Russian choir of the St. Alexander Nevsky Cathedral, Paris; Feodor Potorjinsky, conductor) (25:09).20aCatholic ChurchxLiturgy.20aOrthodox Eastern ChurchxLiturgy.26aÉglise catholiquexLiturgie.26aÉglise orthodoxexLiturgie.27aOrthodox Eastern Church.2fast0(OCoLC)fst0051021027aCatholic Church.2fast0(OCoLC)fst00531720 0aGregorian chants. 0aByzantine chants. 6aChant grégorien. 6aChant byzantin. 7aByzantine chants.2fast0(OCoLC)fst00843226 7aGregorian chants.2fast0(OCoLC)fst00947816 7aLiturgics.2fast0(OCoLC)fst010005791 aFernández de la Cuesta, Ismael.4cnd1 aLara Lara, Francisco Javier.4cnd1 aSáenz de Buruaga, Laurentino.4cnd1 aSteinschulte, Gabriel M.4cnd1 aGouzes, André,d1943-4cnd1 aZobel, Philibert.4cnd1 aPotorjinsky, Féodor.4cnd2 aSanto Domingo de Silos (Benedictine abbey).bCoro de monjes.4prf2 aAbadía de Santa Cruz del Valle de los Caídos.bEscolania.4prf2 aSchola Cantorum Coloniensis.4prf2 aSchola Choralis Solingen.4prf2 aAbbaye de Sylvanès.bDominicains.4prf2 aBec (Abbey).bChœur des moines et des moniales.4prf2 aArte Corale.4prf2 aCathédrale Saint-Alexandre-Nevski (Paris, France).bChœur russe.4prf a92bPUL02202cjm a22004931a 4500001001300000003000600013005001700019007001500036008004100051010001700092040008200109019003400191024001700225024001700242024001600259028003300275028003100308035007200339042001300411050001400424082002000438100002100458245007300479260004000552300005100592306001100643336003700654337002300691338003100714511005900745500001800804508009400822518015000916505039601066650003001462650003401492650004501526648002001571655001901591655001901610655002601629938004101655994001201696ocm50446400 OCoLC20230718213016.0sd fsngnnmmned030402s2002 tnucynn n eng d a 2003572705 aNTGbengcDLCdDLCdJEDdOMPdMVPdTNHdBTCTAdJBOdJSEdOCLCFdMVQdILMdNTG a51443321a84543754a75999455510a0088170331291 a00881703302010a0881702872902a088 170 287-2bMCA Nashville02a088170287-2bMCA Nashville a(OCoLC)50446400z(OCoLC)51443321z(OCoLC)84543754z(OCoLC)759994555 alcderive00aSDA 6274304a782.42/16422211 aWomack, Lee Ann.10aSomething worth leaving behindh[sound recording] /cLee Ann Womack. aNashville :bMCA Nashville,cp2002. a1 sound disc (57 min.) :bdigital ;c4 3/4 in. a005712 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aPerformed by Lee Ann Womack; with assisting musicians. aCompact disc. aProduced by Mark Wright, Frank Liddell, Mike McCarthy, Matt Serletic, and Lee Ann Womack. aRecorded and mixed in Nashville, TN at Ocean Way Nashville, Starstruck Studios, Quad Studios, New Reflections Studio, and Tragedy/Tragedy Studio.00tSomething worth leaving behindg(3:48) --tI saw your lightg(6:01) --tWhen you gonna run to meg(3:56) --tTalk to meg(5:45) --tForever everydayg(3:50) --tOrphan traing(4:03) --tI need youg(4:54) --tYou should've liedg(4:43) --tHe'll be backg(2:47) --tSurrenderg(4:21) --tBlame it on meg(4:06) --tClosing this memory downg(4:05) --tSomething worth leaving behindg(4:32). 0aCountry musicy2001-2010. 6aCountry (Musique)y2001-2010. 7aCountry music.2fast0(OCoLC)fst00881424 7a2001-20102fast 0aCompact discs. 4aCountry music. 7aCompact discs.2lcgft aBaker and TaylorbBTCPnbe2002000599 a92bPUL02395cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109019001300149028002900162035003700191041002300228042001400251082003800265245002400303264004900327264001200376300002700388336003700415337002300452338003100475344001800506344001500524344001900539500011900558511002500677518008200702508006600784500008800850505042400938650002801362650001601390650001601406650001701422650003101439650002701470650002301497650004201520650004201562650003701604650004301641655004701684655002301731655002301754710004001777994001201817ocm51516988 OCoLC20230718213016.0sd bsmennmplue910204t19891989njufmnn fi n mul d a 91742709  aCLUbengerdacDLCdDLCdOCLCFdCLU a2410746802a67001bShanachie Records a(OCoLC)51516988z(OCoLC)241074680 dmulegennmulgeng alccopycat04a782.42162qOCoLC222/eng/2023021600aSojourns /cLibana. 1a[Newton, N.J.] :bShanachie Records,c[1989] 4c℗1989 a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm gstereo2rdacpc a"From Bulgaria to Bolivia, Libana intertwines the captivating sounds and rhythms of the world's women"--Container.0 aPerformed by Libana. oRecorded atpNewbury Sound, Boston, MA and at HBS Productions, Cambridge, MA. aProduced by Susan Robbins with Bruce Bartone and Alan Mattes. aProgram notes by Susan Robbins and English translations of song texts on container.0 aAd cethent tulas (4:02) -- Sovev galgal rehaim (1:39) -- Medley of Transylvanian dance music (4:39) -- Planino pirin, planino dzhunam (2:20) -- Bre Petrounko (1:01) -- ¡O! Que mueve mezes (4:10) -- Debka benot-hakfar (2:59) -- Tri bilbala (2:34) -- Prefrʺkna pticka (2:04) -- Patinada (3:43) -- Simira gamos (3:47) -- El ginat egoz (2:52) -- Medley of Quechua songs: Wataj quillasnin (2:07) ; Way'ko Wayko'sta (2:41). 0aWomenvSongs and music. 0aFolk music. 0aFolk songs. 0aWorld music. 6aFemmesvChants et musique. 6aChansons folkloriques. 6aMusiques du monde. 7aFolk music.2fast0(OCoLC)fst00929383 7aFolk songs.2fast0(OCoLC)fst00929707 7aWomen.2fast0(OCoLC)fst01176568 7aWorld music.2fast0(OCoLC)fst01181375 7aSongs and music.2fast0(OCoLC)fst01985328 7aFolk music.2lcgft 7aFolk songs.2lcgft2 aLibana (Musical group),eperformer. a92bPUL02089cjm a2200589 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028001700144035002000161042001400181043001200195100003100207245005300238264005200291264001200343300005700355336003700412337002300449338003100472340001900503344001800522344001500540344002300555344001900578500002700597500002700624511002500651505029300676650003600969650002701005650004801032650005101080651004101131655002301172655002301195740001601218740003101234740003001265740001701295740002801312740002001340740002301360740002601383740002201409740002201431740003401453994001201487ocm55659550 OCoLC20230718213016.0sd bsmennmplue860714t19731973enkfmnn n eng d a 74761324  aMUMbengerdacDLCdOCLCFdMUM02aZFB 82bArgo a(OCoLC)55659550 alccopycat au-at---1 aWyndham-Read, Martyn.4prf10aHarry the hawker is dead /cMartyn Wyndham-Read. 1aLondon :bArgo :bDecca Record Company,c[1973] 4c℗1973 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aAustralian folk songs. aTitle from disc label.0 aMartyn Wyndham-Read.0 aJones' ale -- Perry merry winkle domine -- The sailor home from the sea -- Harry the hawker is dead -- Bluey Brink -- The female rambling sailor -- Lachlan tigers -- Ginny on the moor -- Cane cutter's lament -- The bullockie's ball -- The shearer's lament -- Christ was born in Bethlehem. 0aFolk songs, EnglishzAustralia. 0aFolk musiczAustraila. 6aChansons folkloriques anglaiseszAustralie. 7aFolk songs, English.2fast0(OCoLC)fst00929875 7aAustralia.2fast0(OCoLC)fst01204543 7aFolk songs.2lcgft 7aFolk music.2lcgft0 aJones' ale.0 aPerry merry winkle domine.0 aSailor home from the sea.0 aBluey Brink.0 aFemale rambling sailor.0 aLachlan tigers.0 aGinny on the moor.0 aCane cutter's lament.0 aBullockie's ball.0 aShearer's lament.0 aChrist was born in Bethlehem. a92bPUL01988cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020002800136020001800164035002000182042001400202050002100216100006200237245013000299264004600429300004000475336002600515337002800541338002700569500017900596504004100775588004900816650002300865650003100888650002600919650004900945700005900994880018901053880006501242880027101307994001201578ocm58451558 OCoLC20230718213016.0230710s1991 ru a b 000 0 rus d a 2023396632 aTXAbengerdacDLCdOCLCFdTXA c(N a5217013605q(hardcover) a9785217013609 a(OCoLC)58451558 alccopycat00aTL678b.S51 19911 aSini︠a︡kov, A. N.q(Aleksandr Nazarʹevich),eauthor.106880-01aSistemy avtomaticheskogo upravlenii︠a︡ LA i ikh silovymi ustanovkami /cA.N. Sini︠a︡kov, F.A. Shaĭmardanov. 16880-02aMoskva :bMashinostroenie,c1991. a320 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 6880-03a"Dopushcheno Gosudarstvennym komitetom SSSR po narodnomu obrazovanii︠u︡ v kachestve uchebnika dli︠a︡ studentov vysshikh tekhnicheskikh ichebnykh zavedeniĭ". aIncludes bibliographical references. aNon-Latin script generated programmatically. 0aAutomatic control. 0aFlying-machinesxPiloting. 6aCommande automatique. 7aAutomatic control.2fast0(OCoLC)fst008227021 aShaĭmardanov, F. A.q(Faragat Akhmetovich),eauthor.106245-01aСистемы автоматического управления ЛА и их силовыми установками /cА.Н. Синяков, Ф.А. Шаймарданов. 16264-02aМосква :bМашиностроение,c1991. 6500-03a"Допущено Государственным комитетом СССР по народному образованию в качестве учебника для студентов высших технических ичебных заведений". a92bPUL02759cjm a22006971a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109019002300154024001700177028002100194028002900215035005400244041001400298042001300312047001100325048001300336048000700349050001400356100003600370240003300406245005100439260002700490300005000517306002700567336003700594337002300631338003100654500003900685511010900724518007000833500001800903500006200921505014600983650002201129650001501151650003201166650002201198650002701220650003201247650004801279650005801327650004101385655004101426655004101467655002201508655002201530655003201552700003801584700003901622700003501661700008501696700005301781700009401834710003801928856008301966994001202049ocm62150800 OCoLC20230718213016.0sd fsngnnmmned020306p20012000enkmunn ehfi n und d a 2002328444 aCINbengcDLCdDLCdCEFdCDSdOCLCFdCIN a48035352a841632811 a74362510972602aCD DCA 1097bASV02aCD DCA 1097bASV Digital a(OCoLC)62150800z(OCoLC)48035352z(OCoLC)841632810 gengfreger alcderive acoaov bka01aoa aoa00aSDA 522681 aSgambati, Giovanni,d1841-1914.10aOrchestra music.kSelections10aPiano concertoh[sound recording] /cSgambati. aLondon :bASV,cp2001. a1 sound disc :bdigital, stereo. ;c4 3/4 in. a004255a002028a000652 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aThe 3rd work originally for piano.0 aFrancesco Caramiello, piano (1st work) ; Nuremberg Philharmonic Orchestra ; Fabrizio Ventura, conductor. aRecorded Apr. 26-28, 2000, Nürnberg Studio, Colosseum, Germany. aCompact disc. aProgram notes in English, French and German in container.0 aPiano concerto in G minor, op. 15 (42:55) -- Cola di Rienzo : overture (20:28) -- Berceuse-Rêverie : op. 42, no. 2 / orch. Massenet (6:52). 0aConcertos (Piano) 0aOvertures. 0aOrchestral music, Arranged. 6aConcertos (Piano) 6aOuvertures (Orchestre) 6aOrchestre, Musique d', arr. 7aConcertos (Piano)2fast0(OCoLC)fst00873657 7aOrchestral music, Arranged.2fast0(OCoLC)fst01047300 7aOvertures.2fast0(OCoLC)fst01049384 7aConcertos.2fast0(OCoLC)fst01726450 7aOvertures.2fast0(OCoLC)fst01726472 7aConcertos.2lcgft 7aOvertures.2lcgft 7aOuvertures (Musique)2rvmgf1 aMassenet, Jules,d1842-1912.4arr1 aCaramiello, Francesco,d1964-4prf1 aVentura, Fabrizio,d1958-4cnd12aSgambati, Giovanni,d1841-1914.tConcerto,mpiano, orchestra,nop. 10,rG minor.12aSgambati, Giovanni,d1841-1914.tCola di Rienzo.12aSgambati, Giovanni,d1841-1914.tPieces,mpiano,nop. 42.pBerceuse-Rêverie;oarranged.2 aNürnberger Philharmoniker.4prf413Alexander Street Pressuhttp://www.aspresolver.com/aspresolver.asp?CLMU;380610 a92bPUL01739cjm a2200445 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002000109028002200129035002000151042001400171045000900185047001100194048000700205100003200212240003800244245009600282260007100378300004100449336003700490337002300527338003100550511009600581500006800677505016300745500003200908650003600940650002100976650003200997650002701029650006201056650004701118700005401165710003901219740002301258994001201281ocm81578362 OCoLC20230718213016.0sd bmmennmplue230717s195u xx munn i n zxx d a 2023626394 aNBiSUbengcDLC02aMG 20037bMercury a(OCoLC)81578362 alccopycat ax2x5 ampasp aoa1 aNewman, Alfred,d1901-1970.10aMotion picture music.kSelections10aAlfred Newman and the Hollywood Symphony :bmotion picture music conducted by the composer. a[Place of publication not identified] :bMercury Records,c[195-?] a1 audio disc :b33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aHollywood Symphony Orchestra; Frank Beach, trumpet (on Gershwin); Alfred Newman, conductor. aSix film themes by Newman and An American in Paris by Gershwin.0 aCathy from Wuthering Heights -- All about Eve -- Pinky -- Razor's edge -- Song of Bernadette -- Letter to 3 wives -- (side 2) An American in Paris / Gershwin. aProgram notes on container. 0aMotion picture musicvExcerpts. 0aSymphonic poems. 6aFilm, Musique devExtraits. 6aPoèmes symphoniques. 7aMotion picture musicxExcerpts.2fast0(OCoLC)fst01027204 7aSymphonic poems.2fast0(OCoLC)fst011408491 aGershwin, George,d1898-1937.tAmerican in Paris.2 aHollywood Symphony Orchestra.4prf0 aAmerican in Paris. a92bPUL01942cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004900109024001700158028004400175035002100219042001400240050002700254082001800281110005800299245004300357264006300400264001200463300004100475336003700516337002300553338003100576344001900607344001900626344001900645347002200664347001300686500002700699511012300726500004000849518005300889500003200942505024500974650002701219650003101246650004201277648002201319655002301341655001801364938004201382994001201424ocn150103905OCoLC20230718213016.0sd fsngnnmmned230717t20052005caurcnn d n eng d a 2023627037 aBTCTAbengerdacDLCdBNYdTEFdOCLCFdBTCTA1 a04577868242302a86824-2bResist Records/Epitaph Records a(OCoLC)150103905 alccopycat 4aM1630.18.P37bK55 200504a782.421662232 aParkway Drive (Musical group),ecomposer,eperformer.10aKilling with a smile /cParkway Drive. 1aLos Angeles, CA :bResist Records/Epitaph Records,c[2005] 4c℗2005 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aParkway Drive (Winston McCall, vocals ; Luke Kilpatrick, Jeff Ling, guitars ; Ben Gordon, drums ; Jia O'Connor, bass). aAll songs written by Parkway Drive. oRecordedd2005 MayoZing Studios, Westfield, MA. aLyrics on container insert.0 aGimme a D -- Anasasis (Xenophontis) -- Pandora -- Romance is dead -- Guns for show, knives for a pro -- Blackout -- Picture perfect, pathetic -- It's hard to speak without a tongue -- Mutiny -- Smoke 'em if ya got 'em -- A cold day in hell. 0aRock musicy2001-2010. 6aRock (Musique)y2001-2010. 7aRock music.2fast0(OCoLC)fst01099204 7a2001 - 20102fast 7aRock music.2lcgft 7aSongs.2lcgft aBaker and TaylorbBTCPnBECDEPIT86824 a92bPUL02805cjm a2200685 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040008700109019006100196028002000257033004300277035012100320041000800441042001400449045000900463050001900472082002300491100001800514245003300532260003400565300005800599336003700657337002300694338003100717511040200748518004801150500005201198505011401250508006201364650001001426650002501436650003301461650003601494650005101530655001501581655003601596655001701632655001701649700002501666700002301691700002501714700002301739700002401762700002701786700003201813700002101845700003101866700003401897700003501931700003501966740002102001740001702022740002102039740003202060740001502092994001202107ocn156938296OCoLC20230718213016.0sd bmmennmplue860530p19701969nyujznn i n zxx d a 72760073  aTULbengcDLCdMRCdBOSdBGUdDRBdTXJdOCLCFdIADdMNGdNJRdIGAdSNNdTXHLSdMNU a564328a3093317a9902291a12706127a318953608a98704275302aGP 26bColumbia10a19690819a19690820a19690821b3804cN4 a(OCoLC)156938296z(OCoLC)564328z(OCoLC)3093317z(OCoLC)9902291z(OCoLC)12706127z(OCoLC)318953608z(OCoLC)9870427530 geng alccopycat ax7x714aM1366b.D38 B514a785.42bD263B 19701 aDavis, Miles.10aBitches brew /cMiles Davis. aNew York :bColumbia,c[1970] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier0 aMiles Davis, trumpet ; with Wayne Shorter, soprano sax ; Lenny White, drums ; Bennie Maupin, bass clarinet ; Chick Corea, electric piano ; Jim Riley, percussion ; Jack DeJohnette, drums ; Harvey Brooks, Fender bass ; Charles Alias, drums ; Dave Holland, bass ; John McLaughlin, electric guitar ; Joe Zawinul, electric piano (1st-3rd & 6th works) ; Larry Young, electric piano (1st, 3rd-5th works). aRecorded Aug. 19-21, 1969 in New York City. aProgram notes by Ralph J. Gleason on container.0 aPharaoh's dance -- Bitches brew -- Spanish key -- John McLaughlin -- Miles runs the voodoo down -- Sanctuary. aTeo Macero, producer ; Stan Tonkel, Ray Moore, engineers. 0aJazz. 0aTrumpet music (Jazz) 6aTrompette, Musique de (Jazz) 7aJazz.2fast0(OCoLC)fst00982165 7aTrumpet music (Jazz)2fast0(OCoLC)fst01158108 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf1 aShorter, Wayne.4prf1 aWhite, Lenny.4prf1 aMaupin, Bennie.4prf1 aCorea, Chick.4prf1 aSantos, Jumma.4prf1 aDeJohnette, Jack.4prf1 aBrooks, Harvey,d1944-4prf1 aAlias, Don.4prf1 aHolland, Dave,d1946-4prf1 aMcLaughlin, John,d1942-4prf1 aZawinul, Joe,d1932-2007.4prf1 aYoung, Larry,d1940-1978.4prf02aPharaoh's dance.02aSpanish key.02aJohn McLaughlin.02aMiles runs the voodoo down.02aSanctuary. a92bPUL02190cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004400109024001700153028002300170028002900193035002100222042001400243245003700257246003300294264004200327264001200369300004100381336003700422337002300459338003100482344001900513344001900532344001900551347002200570347001300592500002700605511022200632518007900854518007800933500004101011505039201052650002101444650003601465655001501501655003601516655001701552655003401569655001701603710005201620994001201672ocn221393543OCoLC20230718213016.0sd fsngnnmmned230714p19931991nyujznn fi n zxx d a 2023624763 aCaOTUFMbengerdacDLCdOCLCFdIXAdUTO1 a01241631582102a63158-2bNovus/RCA02a01241 63158-2bNovus/RCA a(OCoLC)221393543 alccopycat00aLive in concert /cJazz Futures.3 aJazz Futures live in concert 1aNew York, NY :bNovus :bRCA,c[1993] 4c℗1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aJazz Futures (Roy Hargrove, trumpet ; Marlon Jordan, trumpet ; Antonio Hart, also saxophone ; Tim Warfield, tenor saxophone ; Mark Whitfield, guitar ; Benny Green, piano ; Christian McBride, bass ; Carl Allen, drums). oRecorded lived1991 August 18pThe JVC Newport Jazz Festival, Newport, RI. oRecorded lived1991 July 18pFestival de Jazz de Vitoria, Gasteiz, Spain. aProgram notes inserted in container.0 aMode for John (7:52) / McCoy Tyner -- Sterling Sylvia (9:52) / Chris McBride -- Blue moon (4:36) / Rodgers, Hart -- Picadilly Square (6:40) / Carl Allen -- Bewitched, bothered & bewildered (4:02) / Rodgers, Hart -- Stardust (5:05) / Carmichael, Parish -- Medgar Evers blues (5:31) / Mark Whitfield -- You don't know what love is (4:20) / Raye, DePaul -- Public eye (7:40) / Roy Hargrove. 0aJazzy1991-2000. 7aJazz.2fast0(OCoLC)fst00982165 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aLive sound recordings.2lcgft 7aJazz.2rvmgf2 aJazz Futures (Musical group),einstrumentalist. a92bPUL04271cim a2200817 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010003100111040015500142019042700297020001500724020001800739020006700757020001500824020002500839020001500864024007400879024001800953028002800971028006000999035069701059037001001756042001401766050002801780082001601808100003001824245003901854250001601893264004401909264001201953300005201965306001102017336003302028337002302061338003102084344001902115344001902134344001202153344001902165347002202184347001302206490003502219500002702254511002502281508004402306520036802350546001602718650003502734650003302769650003802802650005602840650004902896650005002945650005202995655001603047655005003063655004203113655003903155655002903194655003103223655003003254655002303284655002503307700002903332830003903361938004103400994001203441ocn223418255OCoLC20230718213016.0a 000 0 sd fsngnnmmned230615t20082008nyunnnn f n eng d a 2023623197z 2008001144 aCPLbengerdacDLCdCPLdBTCTAdJAGdVP@dUPZdNXAdAXJdT7RdOCLCFdTXMLIdMWLdAL5HKdAL5SFdLNCdBRLdTXNUEdMLMdT3QdLKCdJX9dLIQdWIQdWANdFO7 a234314821a965574692a970679280a970772971a970964025a971939248a974866945a984019033a1001354700a1003372806a1004880676a1014244748a1020414387a1037484183a1038231160a1039289075a1042230888a1043684513a1052691079a1054379578a1057012043a1057389998a1059218772a1059480606a1060761369a1066018057a1079857576a1083805939a1089166367a1102083607a1102136124a1104921662a1106000439a1114583464a1121471376a1230289516 a1600241441 a9781600241444 a9781549150814q(Hachette Audio ; 2019 special price packaging) a1549150812 a9781415955895q(BoT) a14159558913 a9781549150814d52000q(Hachette Audio ; 2019 special price packaging)8 z978160024144402a2-72143bHachette Audio02a2-Y5081bHachette Audioq(2019 special price packaging) a(OCoLC)223418255z(OCoLC)234314821z(OCoLC)965574692z(OCoLC)970679280z(OCoLC)970772971z(OCoLC)970964025z(OCoLC)971939248z(OCoLC)974866945z(OCoLC)984019033z(OCoLC)1001354700z(OCoLC)1003372806z(OCoLC)1004880676z(OCoLC)1014244748z(OCoLC)1020414387z(OCoLC)1037484183z(OCoLC)1038231160z(OCoLC)1039289075z(OCoLC)1042230888z(OCoLC)1043684513z(OCoLC)1052691079z(OCoLC)1054379578z(OCoLC)1057012043z(OCoLC)1057389998z(OCoLC)1059218772z(OCoLC)1059480606z(OCoLC)1060761369z(OCoLC)1066018057z(OCoLC)1079857576z(OCoLC)1083805939z(OCoLC)1089166367z(OCoLC)1102083607z(OCoLC)1102136124z(OCoLC)1104921662z(OCoLC)1106000439z(OCoLC)1114583464z(OCoLC)1121471376z(OCoLC)1230289516 aabjw alccopycat 4aPS3552.A446bW48 2008bx04a813/.542221 aBaldacci, David,eauthor.14aThe whole truth /cDavid Baldacci. aUnabridged. 1aNew York, NY :bHachette Audio,c[2008] 4c℗2008 a12 audio discs (12 hr.) :bdigital ;c4 3/4 in. a120000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aShaw and Katie James ;vbook 1 aTitle from disc label.0 aRead by Ron McLarty. aProduced and directed by Kevin Thomsen. aIn this international thriller, Nicholas Creel, the head of the Ares Corporation, a huge defense contractor, hires a perception management firm to start a second cold war by planting fake news stories on the Internet about Russian atrocities. A shadowy operative, A Shaw, allies himself with a disgraced female journalist in an effort to thwart Creel's evil plot. aIn English. 0aIntelligence servicevFiction. 0aDefense industriesvFiction. 0aInternational relationsvFiction. 6aService des renseignementsvRomans, nouvelles, etc. 6aIndustrie militairevRomans, nouvelles, etc. 7aDefense industries.2fast0(OCoLC)fst00889634 7aIntelligence service.2fast0(OCoLC)fst00975848 0aAudiobooks. 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aSuspense fiction.2gsafd 7aThrillers (Fiction)2lcgft 7aPolitical fiction.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aMcLarty, Ron,enarrator. 0aShaw and Katie James series ;v#1. aBaker and TaylorbBTCPnbl2008007733 a92bPUL02970cjm a2200757 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040004700109019001400156024001700170024002800187028003000215033002300245033002300268035003900291042001400330100002700344245008200371260005400453300006200507306001100569336003700580337002300617338003100640344001900671344001900690344001200709344001900721347002200740347001300762546002100775500006100796511025800857518007701115500003001192500001901222500009901241600005101340600006901391650001201460650003801472655003701510655005301547655003801600655003401638655004101672700003601713700002401749700002901773700002601802700003001828700002501858700003401883700002401917700002901941700002501970700003001995700004302025700005302068710003902121938004002160994001202200ocn429023956OCoLC20230718213016.0sd fsngnnmmned090527p20092007enkopnn defi n eng d a 2011615942 aMNUbengcDLCdCINdBTCTAdOCLCFdTFWdMNU a3179328631 a6352120154217 a006352120154212gtin-1402aSIGCD154bSignum Classics0 a200706--b4164cS400a200706--b4164cS2 a(OCoLC)429023956z(OCoLC)317932863 alccopycat1 aCarlson, David,d1952-10aAnna Kareninah[sound recording] :ban opera in two acts /cby David Carlson. aPerivale, Middx, U.K. :bSignum Classics,cp2009. a2 sound discs (140 min.) :bdigital, stereo. ;c4 3/4 in. a021947 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aSung in English. aLibretto by Colin Graham after the novel by Leo Tolstoy.0 aKelly Kaduce, Christine Abraham, William Joyner, Brandon Jovanovich, Josepha Gayer, Robert Gierlach, Sarah Coburn, Nicholas Pallesen, Dorothy Byrne, Christian Van Horn, supporting soloists ; Saint Louis Symphony Orchestra ; Stewart Robertson, conductor. aRecorded live at the Loretto-Hilton Center, St. Louis, Mo. in June 2007. aEd. recorded: C. Fischer. aCompact discs. aProgram and biographical notes, synopsis, and libretto (43 p. : ports.) inserted in container.10aKarenina, Annac(Fictitious character)vDrama.17aKarenina, Annac(Fictitious character)2fast0(OCoLC)fst00986293 0aOperas. 7aOperas.2fast0(OCoLC)fst01046191 7aDrama.2fast0(OCoLC)fst01423879 7aLive sound recordings.2fast0(OCoLC)fst01726308 7aOperas.2fast0(OCoLC)fst01726688 7aLive sound recordings.2lcgft 7aEnregistrements sonores live.2rvmgf1 aGraham, Colin,d1931-2007.4lbt1 aKaduce, Kelly.4prf1 aAbraham, Christine.4prf1 aJoyner, William.4prf1 aJovanovich, Brandon.4prf1 aGayer, Josepha.4prf1 aGierlach, Robert,d1969-4prf1 aCoburn, Sarah.4prf1 aPallesen, Nicholas.4prf1 aByrne, Dorothy.4prf1 aVan Horn, Christian.4prf1 aRobertson, Stewart,d1948 May 22-4cnd1 aTolstoy, Leo,cgraf,d1828-1910.tAnna Karenina.2 aSt. Louis Symphony Orchestra.4prf aBaker and TaylorbBTCPnBECDSGM 154 a92bPUL01367cem a22004091i 4500001001300000003000600013005001700019007000900036008004100045010001700086040003500103019002300138034001500161035005500176043001200231050002000243052000900263110004200272245004000314255003700354264005300391300003400444336004000478337002800518338002600546500005500572500004000627500001100667651002500678650007000703651004500773655004500818655003600863655001700899655002900916994001200945ocn742056902OCoLC20230718213016.0aj canzn971106s1958 nyu a 0 eng  a 97690632  aDLCbengerdacDLCdUIUdOCLCF a33901112a685691191 aab4500000 a(OCoLC)742056902z(OCoLC)33901112z(OCoLC)68569119 an-us---00aG3700 1958b.B6 a37002 aBook Enterprises Inc.,ecartographer.10aUniversal map of the United States. aScale approximately 1:4,500,000. 1aNew York, N.Y. :bBook Enterprises Inc.,c[1958] a1 map :bcolor ;c90 x 122 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aVarient edition, showing entrance of Hawaii, 1959. aNot in G&M and no copyright record. a#745A. 0aUnited StatesvMaps. 7aAdministrative and political divisions.2fast0(OCoLC)fst00796826 7aUnited States.2fast0(OCoLC)fst01204155 7aPhysical maps.2fast0(OCoLC)fst01423806 7aMaps.2fast0(OCoLC)fst01423704 7aMaps.2lcgft 7aCartes physiques.2rvmgf a92bPUL03064cjm a2200673 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040016000109019003700269024001700306024002800323028005200351028006500403035007600468042001400544047001100558050002700569082001800596245002900614264006000643264001200703300005100715306001100766336003700777337002300814338003100837344001900868344001900887344001900906347002200925347001300947500002700960511010100987508006201088500003201150520032701182505023101509586004701740650002701787650002801814650002101842650003101863650005401894650004201948648002001990655001902010655005402029655003502083655001802118655002802136710003902164856007902203938005402282938004202336994001202378ocn745080969OCoLC20230718213016.0sd fsngnnmmned230714t20112011caurcnn d n eng d a 2023627032 aTEFMTbengerdacDLCdTEFdGK8dIEBdIEPdVP@dZAGdUPZdTDFdBTCTAdKYBdOJ4dCQAdOCLCFdDILBDdCHYdSNCdIOUdHRFdQT4dEYBdSINLBdTL4dLKCdJTAdTEFMT a748342023a846533150a10142926181 a0457787156267 a000457787156262gtin-1402a87156-2 / 87174-2D1bdBpm Records/Epitaph/ANTI-02aANTI- 87156-2bdBpm Records/Epitaph/ANTI-q(container spine) a(OCoLC)745080969z(OCoLC)748342023z(OCoLC)846533150z(OCoLC)1014292618 alccopycat arcacy 4aM1630.18.W55bW46 201104a782.4216622304aThe whole love /cWilco. 1aLos Angeles, CA :bDBpm Recordsd/Epitaph/ANTI-,c[2011] 4c℗2011 a1 audio disc (56 min.) :bdigital ;c4 3/4 in. a005600 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aWilco (Jeff Tweedy, John Stirratt, Glenn Kotche, Mikael Jorgensen, Nels Cline, Patrick Sansone). aProduced by Jeff Tweedy, Patrick Sansone, and Tom Schick. aLyrics on container insert. aThe eighth studio album from Wilco represents more than just another CD, it signifies a new chapter in the band's constantly evolving and storied career. The Whole Love captures a balance between the band's art sensibilities, their fondness for traditional American music, and their love of classic guitar-driven pop-rock.00tArt of almost --tI might --tSunloathe --tDawned on me --tBlack moon --tBorn alone --tOpen mind --tCapitol city --tStanding O --tRising red lung --tWhole love --tOne Sunday morning (Song for Jane Smiley's boyfriend). a54th Grammy Award nominee, Best Rock Album 0aRock musicy2011-2020. 0aAlternative rock music. 6aRock alternatif. 6aRock (Musique)y2011-2020. 7aAlternative rock music.2fast0(OCoLC)fst00806181 7aRock music.2fast0(OCoLC)fst01099204 7a2011-20202fast 0aCompact discs. 7aAlternative rock music.2fast0(OCoLC)fst01726525 7aAlternative rock music.2lcgft 7aSongs.2lcgft 7aRock alternatif.2rvmgf2 aWilco (Musical group),eperformer.7 3View cover artuhttp://midwesttapes.com/images/movies/wem715626c.gif2http aTheodore Front Musical LiteraturebTFRTnTF309843 aBaker and TaylorbBTCPnBECDANTR87156 a92bPUL01962cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109028003300144035002100177042001400198055000900212110005600221245002300277264008000300264001200380300004100392336003700433337002300470338003100493344001900524344001900543344001900562347002200581347001300603500002700616500004400643511005900687508002900746500005300775500004100828505031000869650002601179650002201205650003201227650003001259650005201289655002601341700003501367700004201402994001201444ocn754989534OCoLC20230718213016.0sd fsngnnmmned230711t19891989nyuzznn efi n eng d a 2023624750 aDKUbengerdacDLCdOCLCFdDKU02a10251bWilliam L. Cahn/Denon a(OCoLC)754989534 alccopycat01aM1782 aNexus (Musical group),ecomposer,einstrumentalist.14aThe best of Nexus. 1aHolcomb, NY :bWilliam L. Cahn ;a[Pacific Palisades, CA] :bDenon,c[1989] 4c℗1989 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aPrimarily composed by members of Nexus.0 aNexus ; with Earle Birney, narrator (8th & 9th works). aProduced by Ray Dillard. aCompilation of released and unreleased material. aProgram notes inserted in container.0 aKobina (6:23) -- Triplets (2:31) -- Xylophonia -- Passage (4:42) -- Amazing space (4:04) -- The birds (9:38) -- Third construction (12:28) -- Daybreak, an aubade (2:07) -- McSimpton's annual boat excursion to Nanaimo, June 1949 (4:12) -- The hummingbird (3:25) -- Spanish waltz (4:20) -- Frivolity (3:00). 0aPercussion ensembles. 0aPercussion music. 0aPopular instrumental music. 6aEnsembles à percussion. 7aPercussion ensembles.2fast0(OCoLC)fst01057725 7aPopular music.2lcgft1 aDillard, Ray,eaudio producer.1 aBirney, Earle,d1904-1995,enarrator. a92bPUL03921cam a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020003100129020002800160035002100188042001400209043002100223050002500244100003700269245011200306264005900418300003100477336002600508337002800534338002700562490005400589500017200643504006900815505054200884520097801426610006002404610004902464610005902513610004702572651004902619651003302668651003302701651003102734651003402765650005202799650005502851650004002906651003902946651005002985651003903035648002003074655004603094655003903140710003903179710007003218710004303288994001203331ocn768442641OCoLC20230718213016.0170425s2007 it b f b 001 0 fre d a 2017382319 aDGUbengerdacDLCdDGUdOCLCF a9789639662117q(paperback) a9639662119q(paperback) a(OCoLC)768442641 alccopycat ae-ci---ae-hu---00aBV2240.C87bM65 20111 aMolnár, Antal,d1969-eauthor.13aLe Saint-Siège, Raguse et les missions catholiques de la Hongrie ottomane :b1572-1647 /cAntal Molnár. 1aRome ;aBudapest :b[publisher not identified].c2007. a431 pages :bmaps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBibliotheca Academiae Hungariae-Roma, Studia ;v1 aOriginally presented as the author's thesis on the religious history of the Balkans, especially Hungary, under Ottoman occupation (1572-1647), Sorbonne-Paris IV, 2002. aIncludes bibliographical references (pages 361-401) and indexes.0 aCommunautés catholiques dans les Balkans -- Les débuts de l'organisation des missions dans les Balkans et dans la Hongrie occupée (1572-1612) -- Le début et la première décennie de la mission jésuite dans la Hongrie occupée (1612-1622) -- La Congrégation de la Propagande et les missions des territoires ottomans de la Hongrie (1622-1634) -- La consolidation de l'hégémonie des franciscains de Bosnie sur les terrritoires occupés (1635-1647) -- Le bilan de l'organisation des missions au milieu du XVIIe siècle.8 a"Occupés par les Ottomans après avoir été largement touchés par le protestantisme, les territoires de Hongrie et des Balkans deviennent pour Rome un objectif de reconquête et une terre de missions. De l'Adriatique à la Bulgarie, les communautés et les institutions catholiques n'ont pas complètement disparu. Mais elles n'auraient pu se maintenir très longtemps sans le zèle des envoyés de Rome, qui parcourent ces régions des les années 1570 afin de soutenir les fidèles par leurs prédications et de mettre en place une hiérarchie missionnaire. C'est un élément important et mé̀́́́́́̀connu du renouveau catholique en Europe centrale à l'époque moderne. Antal Molnár nous permet de suivre l'organisation des missions, leur réalité sur le terrain ainsi que leurs résultats, apportant ainsi une contribution sigxnificative à l'histoire de l'Europe centrale et balkanique"--Publisher's description, p. [2] of cover.20aCatholic ChurchxMissionszCroatiazDubrovnikxHistory.20aCatholic ChurchxForeign relationszHungary.26aÉglise catholiquexRelations extérieureszHongrie.27aCatholic Church.2fast0(OCoLC)fst00531720 0aHungaryxForeign relationsxCatholic Church. 0aCroatiaxHistoryy1527-1918. 0aHungaryxHistoryy1526-1683. 0aDubrovnikxChurch history. 6aCroatiexHistoirey1527-1918. 7aDiplomatic relations.2fast0(OCoLC)fst01907412 7aInternational relations.2fast0(OCoLC)fst00977053 7aMissions.2fast0(OCoLC)fst01023771 7aCroatia.2fast0(OCoLC)fst01212674 7aCroatiazDubrovnik.2fast0(OCoLC)fst01208734 7aHungary.2fast0(OCoLC)fst01205132 7a1526-19182fast 7aChurch history.2fast0(OCoLC)fst01411629 7aHistory.2fast0(OCoLC)fst014116282 aAccademia d'Ungheria (Rome, Italy)2 aMagyar Egyháztörténeti Enciklopédia Munkaközössége.2 aOrszágos Széchényi Könyvtár. a92bPUL01420cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040003000094016001800124035002100142042000800163043001200171050002600183100005900209245004800268264006500316300004000381336002600421337002800447338002700475340001600502500004700518500004900565500004700614500012100661650004200782655002800824655007600852700003400928710007200962994001201034ocn771371799OCoLC20230718213016.0230717s1949 enka 000 1 eng  a 2022658258 aDLCbengerdacDLCdUKMGB7 a0015180472Uk a(OCoLC)771371799 apcc an-usp--00aPS3513.R763bK56 19491 aGrinstead, J. E.q(Jesse Edward),d1866-1948,eauthor.10aKing of Hualpi Valley /cby J.E. Grinstead. 1aRedhill, Surrey :bWells Gardner, Darton & Co., Ltd.,c1949. a186 pages :billustrations ;c19 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier m8vo.2rdabf aJacket illustration signed: Raymond Mills. aPublisher's advertisements on 1 page at end. aPublisher's advertisements on dust jacket. aLC copy in original illustrated dust jacket. Dinkytown Antiquarian Books, Minneapolis label on rear paste-down.5DLC 0aRancheszNorthwest, PacificvFiction. 7aWestern stories.2gsafd 7aDust jackets (Binding)zEnglandzRedhill (Surrey)y20th century.2rbbin1 aMills, Raymond,eillustrator.2 aLarry Dingman Western Fiction Collection (Library of Congress)5DLC a92bPUL01268cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002100162042000800183043002100191050002500212100003600237245006300273264004300336300005800379336002600437337002800463338002700491504005700518650005500575651004500630651004300675651004600718650004000764651004700804655004300851994001200894ocn785717224OCoLC20230718213016.0120611s2011 hu ab b 000 0chun  a 2012447957 aDLCbengerdacDLCdOCLCFdHLS a9789630824972 a9630824973 a(OCoLC)785717224 apcc ae-rb---ae-hu---00aDR2105.B32bL45 20111 aLelbach, Gyula,d1942-eauthor.10aBácskai katonacsaládok története /cLelbach Gyula. 1aBudapest :bSzerzői kiadás,c2011. a467 pages :billustrations (some color), map ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 464-467). 0aSoldierszBačka (Serbia and Hungary)vBiography. 0aBačka (Serbia and Hungary)vBiography. 0aBačka (Serbia and Hungary)xHistory. 6aBačka (Serbie et Hongrie)vBiographies. 7aSoldiers.2fast0(OCoLC)fst01125233 7aEuropezBačka.2fast0(OCoLC)fst01310192 7aBiographies.2fast0(OCoLC)fst01919896 a92bPUL03173cam a2200733 i 4500001001300000003000600013005001700019008004100036010001700077040012800094015001900222016001800241019002500259020001800284020001500302020001800317020001500335035005700350041002800407042001400435043001200449050002400461055002400485082001700509084001800526130002900544245014900573246002400722264003100746300004000777336002600817336003300843337002800876338002700904520020200931546004401133505023201177600004801409600003601457600005701493600003501550650003001585650004401615650004601659650003501705650003201740650004601772650004901818651003701867650002501904655003901929700003301968700002302001700002902024700004302053700003602096700003702132700004402169730006702213730006602280938004002346938004102386994001202427ocn819377403OCoLC20230718213016.0160725s2013 gw a 000 0deng  a 2016439099 aBTCTAbengerdacDLCdNPLdJHYdVP@dMZAdYDXCPdOMBdUKMGBdAU@dPEUPCdUVVdOCLCFdCHVBKdS1CdUKBOLdCNGULdCNUTOdBTCTA aGBB3021212bnb7 a0162469202Uk a857653406a965984698 a9783836536202 a383653620X a9783836536219 a3836536218 a(OCoLC)819377403z(OCoLC)857653406z(OCoLC)9659846981 aengagerafreachihita alccopycat ae-it---00aTT505.P83bF75 2013 3aTT505.P83bE54 201304a391.0092223 aTS941.112clc0 aEmilio (Taschen (Firm)).10aEmilio :bPucci fashion story /cArmando Chitolina (ed.) ; Vanessa Friedman, Alessandra Arezzi Boza ; directed and produced by Benedikt Taschen.1 aPucci fashion story 1aKöln :bTaschen,c[2013] a418 pages :billustrations ;c31 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier8 aEmilio Pucci (1914-1992) had an amazing passion for women, a visionary sense of style, and an aesthete's eye for colour and design. These talents led him to create a fashion house unlike any other. aIn English, French, German and Chinese.0 aForeword / Laudomia Pucci -- Aristocratic design / by Vanessa Friedman -- Of country and culture -- You draw what you see -- The living wardrobe -- Worldy inspiration -- Travels in art -- Imagining the universe -- Pucci galaxy.10aPucci, Emilio,d1914-1992xThemes, motives.17aPucci, Emilio,d1914-1992.2cct17aPucci, Emilio,d1914-1992.2fast0(OCoLC)fst0149719417aPucci, Emiliod1914-1992.2gnd 0aFashion designerszItaly. 0aFashion designzItalyvPictorial works. 6aCouturiers (Créateurs de mode)zItalie. 7aFashion designersyItaly.2cct 7aFashion designyItaly.2cct 7aFashion design.2fast0(OCoLC)fst01200123 7aFashion designers.2fast0(OCoLC)fst00921628 7aItaly.2fast0(OCoLC)fst01204565 7aModeschöpfer.2gnd 7aHistory.2fast0(OCoLC)fst014116281 aChitolina, Armando,eeditor.1 aFriedman, Vanessa.1 aArezzi Boza, Alessandra.1 aReiner-Franklin, Antonia,etranslator.1 aLe Breton, Claire,etranslator.1 aZeltner, Henriette,etranslator.1 aZhang, Linac(Translator),etranslator.02iContainer of (expression):aEmilio (Taschen (Firm)).lEnglish.02iContainer of (expression):aEmilio (Taschen (Firm)).lFrench. aYBP Library ServicesbYANKn9929400 aBaker and TaylorbBTCPnBK0012461622 a92bPUL04112cjm a2200829 a 4500001001300000003000600013005001700019007001500036007001000051008004100061010001700102040007600119019001500195024001700210024002800227028002400255028002300279035004000302042001400342050002700356082001800383110003600401245004400437250001800481260003600499300005800535336003700593337002300630338003100653340001900684344001800703344001500721344002300736344001900759511020300778500007300981500003701054500006801091500013801159505033101297505023801628505019801866520022202064650002702286650003102313650004202344648002002386655001902406655005102425655004402476655005302520655004802573655005002621655004202671655002302713655002502736655003402761655003102795655003202826655002902858655002602887655001902913655004102932655003502973655003203008655004003040700001903080700002803099856010103127938004203228994001203270ocn828058294OCoLC20230718213016.0sd fsngnnmmnedvd cvaizs161018r20131995nyurcnn dfi n eng d a 2016626725 aBTCTAbengcDLCdTEFdOHRRHdAZDdOCLCFdIOUdOJ4dNTGdJTBdFBPdBTCTA a10526300671 a8872547339287 a008872547339282gtin-1402a88725473392bLegacy00aCK 67057bColumbia a(OCoLC)828058294z(OCoLC)1052630067 alccopycat 4aM1630.18.M33bA26 201304a782.421662232 aMad Season (Musical group)4prf10aAboveh[sound recording] /cMad Season. aDeluxe [ed.]. aNew York, NY :bLegacy,c[2013] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc0 aMad Season (Layne Staley, vocals, guitar ; Mike McCready, guitars ; John Baker Saunders, bass ; Barrett Martin, drums, percussion, bass) ; lyrics and vocals on disc one bonus tracks by Mark Lanegan. aReissue of: Columbia CK 67057 (p1995) ; with bonus tracks and discs. aCompact disc accompanied by DVD. aProgram notes by Barrett Martin and lyrics on container insert. aBonus DVD includes: more Live at the Moore footage ; Live at RKCNDY ; Self Pollution Radio performance ; River of deceit music video.00gDisc one [CD].tWake up --tX-ray mind --tRiver of deceit --tI'm above --tArtificial red --tLifeless dead --tI don't know anything --tLong gone day --tNovember hotel --tAll alone --gBonus tracks (previously unreleased).tInterlude ;tLocomotive ;tBlack book of fear ;tSlip away ;tI don't wanna be a soldier (remix)00gDisc two [CD],tLive at the Moore.tWake up --tLifeless dead --tArtificial red --tRiver of deceit --tI don't wanna be a soldier --tLong gone day --tAbove --tI don't know anything --tX-ray mind --tAll alone --tNovember hotel00gDisc three [DVD].tLive at the Moore /rdirected by Duncan Sharp.tLifeless dead --tRiver of deceit --tLong gone day --tI don't know anything --tX-ray mind --tAll alone --tNovember hotel. aAn essential touchstone in the history of Seattle rock. Includes an unreleased acoustic instrumental titled Interlude, and three new songs from the band's unfinished second album with newly recorded vocals and lyrics. 0aRock musicy2011-2020. 6aRock (Musique)y2011-2020. 7aRock music.2fast0(OCoLC)fst01099204 7a2011-20202fast 0aCompact discs. 7aFilmed performances.2fast0(OCoLC)fst01726178 7aGrunge music.2fast0(OCoLC)fst01920169 7aLive sound recordings.2fast0(OCoLC)fst01726308 7aNonfiction films.2fast0(OCoLC)fst01710269 7aRock concert films.2fast0(OCoLC)fst01726121 7aRock music.2fast0(OCoLC)fst01726724 7aRock music.2lcgft 7aGrunge music.2lcgft 7aLive sound recordings.2lcgft 7aRock concert films.2lcgft 7aFilmed performances.2lcgft 7aNonfiction films.2lcgft 7aRock (Musique)2rvmgf 7aGrunge.2rvmgf 7aEnregistrements sonores live.2rvmgf 7aConcerts rock filmés.2rvmgf 7aSpectacles filmés.2rvmgf 7aFilms autres que de fiction.2rvmgf1 aLanegan, Mark.1 aMartin, Barrett,d1967-4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/010/748/000000000010748339.gif aBaker and TaylorbBTCPnBECDLGAC47339 a92bPUL02036cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004900109019001400158024001700172028002300189028002900212035003900241042001400280082001800294100005300312245005200365264004200417264001200459300004100471336003700512337002300549338003100572344001900603344001900622344001900641347002200660347001300682382004400695500002700739500009500766511007000861500004100931505023600972650002101208650002601229650003901255650003601294650006701330655001501397655003601412655001701448655001701465994001201482ocn858200331OCoLC20230718213016.0sd fsngnnmmned230712t19921992nyujznn efi n zxx d a 2023624757 aCNCARbengerdacDLCdOCLCFdQS7dWSUdCNCAR a7955172321 a01241631342102a63134-2bNovus/RCA02a01241 63134-2bNovus/RCA a(OCoLC)858200331z(OCoLC)795517232 alccopycat04a785.42qOCoLC1 aMarsalis, Delfeayo,ecomposer,einstrumentalist.10aPontius Pilate's decision /cDelfeayo Marsalis. 1aNew York, NY :bNovus :bRCA,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01btrombonen1ajazz comboe1r1t12lcmpt aTitle from disc label. aAll works composed by Delfeayo Marsalis. The 4th & 8th works in collaboration with others.0 aDelfeayo Marsalis, trombone ; with accompanying instrumentalists. aProgram notes inserted in container.0 aPontius Pilate's decision -- Adam's ecstasy ; Eve's delight -- Barabbas -- The weary ways of Mary Magdalene -- Nicodemus -- Son of the Virgin Mary -- Reverent Judas Iscariot -- Simon's journey -- The last supper -- The Crucifixion. 0aJazzy1991-2000. 0aTrombone music (Jazz) 6aTrombone et ensemble instrumental. 7aJazz.2fast0(OCoLC)fst00982165 7aTrombone with instrumental ensemble.2fast0(OCoLC)fst01157370 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf a92bPUL02213cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040008700094015001900181016001800200019002500218020003100243020002800274035005700302042001400359050002300373082001600396100002500412245004700437264004100484300004600525336002600571337002800597338002700625490001900652500002000671520085100691650002401542650002301566650005001589650002501639830002601664938004101690938004801731994001201779ocn865491751OCoLC20230718213016.0230531s2014 enka 001 0 eng d a 2023287651 aUKMGBbengerdacDLCdUKMGBdCDXdOCLCFdFOLLTdCLEdVP@dYDXCPdLTSCAdNTAUPdS3O aGBB3B37742bnb7 a0165646952Uk a894333554a894623185 a9781471801525q(paperback) a1471801527q(paperback) a(OCoLC)865491751z(OCoLC)894333554z(OCoLC)894623185 alccopycat00aHD69.P75bD36 201404a658.4042231 aDann, Jill,eauthor.14aThe project management coach /cJill Dann. 1aLondon :bHodder & Stoughton,c2014. axxii, 266 pages :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aTeach yourself aIncludes index. aBy the end of this book you will have everything in place to start managing your project - Build the skills you need - Understand your stakeholders and their role - Construct a project plan - Motivate yourself and your team - Be on time and on budget Other books help you talk the talk. The Teach Yourself Coach books helps you walk the walk. Who are you? * Anyone who has to manage a project Where this book take you? * You will be fully prepared to manage a specific project How does it work? * A combination of practical tried-and-tested advice, and unique interactive exercises When can you do it? * In your own time, at your own pace What else do you get? * Access to free online videos and printable resources Why Teach Yourself?? * Teach Yourself books are trusted around the world and have helped sixty million people achieve their goals. 0aProject management. 6aGestion de projet. 7aProject management.2fast0(OCoLC)fst01078797 7aProjektledning.2sao 0aTeach yourself books. aYBP Library ServicesbYANKn10756733 aCoutts Information ServicesbCOUTn25739883 a92bPUL04967cjm a2200889 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028004300132028003800175028003600213033003300249035002100282041000800303042001400311046002100325047001100346048002100357048001500378048003300393245008900426246006100515246006300576264006100639264001200700300004100712306004300753336003700796337002300833338003100856344001900887344001900906344001900925347002200944347001300966382004400979382003401023382006401057500004201121500002701163511017001190518005801360500002901418500011501447505066001562650002802222650004102250650002102291650005402312650001902366650003202385650004002417650002502457650002402482650004502506650008002551650004702631650005402678700004402732700004002776700004502816700004702861700003802908700004702946700014402993700014403137700014403281700014403425700014403569700014403713700010403857700010403961994001204065ocn867851178OCoLC20230718213016.0sd fsngnnzmned230713p20122011azumunn fi n zxx d a 2023626580 aTFWbengerdacDLC02aWGSM CD4001bWilliam Grant Still Music02aCD4001bWilliam Grant Still Music02a4001bWilliam Grant Still Music20a20110622a20110624b4104cC6 a(OCoLC)8678511780 geng alccopycat k1943l19762edtf asuaft asa02asb01asc01 asa01aka01 aka01awa01asa02asb01asc0100aFolks and fantasies :bthe chamber music of William Grant Still & Clifford Julstrom.30aChamber music of William Grant Still & Clifford Julstrom3 aChamber music of William Grant Still and Clifford Julstrom 1a[Flagstaff, Ariz.] :bWilliam Grant Still Music,c[2012] 4c℗2012 a1 audio disc :bdigital ;c4 3/4 in. a000500a000400a000634a002100a001307 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aviolinn2aviolan1acellon1s42lcmpt01aviolinn1apianon1s22lcmpt01afluten1aviolinn2aviolan1acellon1apianon1s62lcmpt aThe 1st-6th works for string quartet. aTitle from disc label.0 aVariously: Caen Thomason-Redus, flute ; Tami C. Lee Hughes, Michael Jorgensen, violin ; Dorthy Okpedholo, viola ; Victor Sotelo, cello ; Everett N. Jones III, piano. oRecordedpChicago Recording Companyd2011 June 22-24. aRecordable compact disc. aProgram and biographical notes by Everett N. Jones III (4 unnumbered pages : portraits) inserted in container.0 aLittle folk suite #1. Salangadou ; El capotin (5:00) ; Little folk suite #2. El nido ; Sweet Betsy from Pike (5:00) ; Little folk suite #3. Aurore pradere and Tant sirop est doux ; Wade in the water (4:00) ; Little folk suite #4. Los Indios ; The crawdad song (4:00) ; Little folk suite #5. Tutu marimba ; La varsoviana (5:00) ; Little folk suite #6. Anda buscando de rosa en rosa ; Whoopee ti yi yo (5:00) ; Suite for violin and piano. Second movement (6:34) / William Grant Still -- Four moods : for string quartet. Drammatico ; Semplice ; Scherzando giocoso ; Patetico (21:00) ; Fantasy for flute, string quartet, and piano (13:07) / Clifford Julstrom. 0aSuites (String quartet) 0aSuites (Violin and piano)vExcerpts. 0aString quartets. 0aSextets (Piano, flute, violins (2), viola, cello) 0aChamber music. 6aSuites (Quatuor à cordes) 6aSuites (Violon et piano)vExtraits. 6aQuatuors à cordes. 6aMusique de chambre. 7aChamber music.2fast0(OCoLC)fst00851938 7aSextets (Piano, flute, violins (2), viola, cello)2fast0(OCoLC)fst01863587 7aString quartets.2fast0(OCoLC)fst01135315 7aSuites (String quartet)2fast0(OCoLC)fst011380491 aThomason-Redus, Caen,einstrumentalist.1 aHughes, Tami Lee,einstrumentalist.1 aJorgensen, Michael L.,einstrumentalist.1 aOkpebholo, Dorthy White,einstrumentalist.1 aSotelo, Victor,einstrumentalist.1 aJones, Everett N.,cIII,einstrumentalist.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 1.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 2.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 3.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 4.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 5.12iContainer of (work):aStill, William Grant,d1895-1978.tLittle folk suite from the Western Hemisphere,mviolins (2), viola, cello,nno. 6.12iContainer of (work):aStill, William Grant,d1895-1978.tSuites,mviolin, piano.pMother and child.12iContainer of (work):aJulstrom, Clifford A.,d1907-1991.tFantasies,mflute, instrumental ensemble. a92bPUL03138cjm a2200709 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109019001300154024001700167024001500184028003700199028004300236028004600279035003800325041001800363042001400381082001100395245003100406264004200437264001100479300004100490336003700531337002300568338003100591340001400622344001900636344001900655344001900674347002200693347001300715500002700728546005900755511030100814518004101115500006801156505054501224650002101769650001701790650003601807650004301843648002001886655001501906655003601921655001701957655001801974655001701992700002902009700004802038700003702086700005002123700003602173700003502209700003602244700003902280700004202319700005502361994001202416ocn872175416OCoLC20230718213016.0sd fsngnnmmned230713t19931993nyujznn dfi n eng d a 2023624759 aLGGbengerdacDLCdOCLCFdTJCdJDPdLGG a281169651 a0124163152271 a124163152202a63152-2bNovus/RCAq(disc label)02a01241 63152-2bNovus/RCAq(disc label)02aNOV 01241 63152-2bNovus/RCAq(container) a(OCoLC)872175416z(OCoLC)281169650 dengdspageng alccopycat04a782.4200aPastiche /cVanessa Rubin. 1aNew York, NY :bNovus :bRCA,c[1993] 4c©1993 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aPrincipally sung in English; 8th work sung in Spanish.0 aVanessa Rubin, vocals ; Aaron Graves, piano, organ ; Aaron Walker, drums ; Tarik Shah, bass ; E.J. Allen, trumpet, flugelhorn ; Roger Byam, saxophones ; Steve Turre, trombone ; Houston Person, tenor saxophone (9th work) ; Cecil Bridgewater, trumpet (2nd & 11th works) ; Michael Rubin, percussion. oRecordedpSystems Two, Brooklyn, NY. aProgram notes and lyrics to the 2nd work inserted in container.00tIn a sentimental mood /rEllington ; Mills ; Kurtzg(6:19) --tSimone /rRubin ; Fosterg(4:25) --tI'm just a lucky so and so /rEllington ; Davidg(5:18) --tWhen love is new /rHackett ; Hackett ; Waltong(5:26) --tBlack Nile /rRashiek ; Shorterg(4:41) --tI only have eyes for you /rDubin ; Warreng(3:29) --tMosaic /rHackett ; Hackett ; Waltong(4:00) --tEstoy siempre junto a ti /rPepe Delgadog(4:35) --tWeekend /rReid ; Damerong(4:17) --tA certain love /rReginald Woodsg(5:47) --tArise and shine /rDoug Carng(4:13). 0aJazzy1991-2000. 0aJazz vocals. 7aJazz.2fast0(OCoLC)fst00982165 7aJazz vocals.2fast0(OCoLC)fst00982216 7a1991-20002fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aSongs.2lcgft 7aJazz.2rvmgf1 aRubin, Vanessa,esinger.1 aGraves, Aaronc(Pianist),einstrumentalist.1 aWalker, Aaron,einstrumentalist.1 aShah, Tariqc(Bass player),einstrumentalist.1 aAllen, Eddie,einstrumentalist.1 aByam, Roger,einstrumentalist.1 aTurre, Steve,einstrumentalist.1 aPerson, Houston,einstrumentalist.1 aBridgewater, Cecil,einstrumentalist.1 aRubin, Michaelc(Percussionist),einstrumentalist. a92bPUL02083cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040005800094020001800152020001500170035002100185041001300206042001500219050002200234082001800256100003600274245021000310250001900520264005000539300002300589336002600612337002800638338002700666504006700693546004100760505061500801650005601416650005601472650003401528650006001562710006301622994001201685ocn879297450OCoLC20230718213016.0230418s2013 th b f001 0 eng  a 2023350239 aDLCbengerdacDLCdOCLCFdCULIBdTULIBdTHHCUdKASET a9786165561167 a6165561160 a(OCoLC)8792974500 aengatha alcodeapcc00aPL4178b.C43 201304a418.02bC442P0 aChamaipak Tayjasanant,eauthor.10aPrinciples of translation :ba textbook for English-Thai/Thai-English translation students /cAsst. Prof. Chamaipak Tayjasanant, PhD, Department of Linguistics, Faculty of Humanities, Kasetsart University. aFirst edition. 1aBangkok :bKasetsart University Press,c2013. a148 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 141-144) and index. aIn English, with some texts in Thai.0 aCh. 1 Introduction to translation and a review of translation principles -- ch. 2 Some problems of 'first-try' translation -- ch. 3 Translation of English and Thai words -- ch. 4 Translating English and Thai collocations and figurative language -- ch. 5 Translating English and Thai Words based on their grammatical categories -- ch. 6 Translating English and Thai texts and discourse -- ch. 7 Situational and contextual factors in translation -- ch. 8 Social factors in translation -- ch. 9 The influence of information technology on translation -- ch. 10 Translation of some genre-and register-related texts. 0aEnglish languagexTranslating into ThaivTextbooks. 0aThai languagexTranslating into EnglishvTextbooks. 0aTranslating and interpreting. 7aTranslating and interpreting.2fast0(OCoLC)fst011547952 aMahāwitthayālai Kasētsāt.bSamnakphim,epublisher. a92bPUL01460cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020003100129020002800160035002100188042001400209050002200223100003900245245011600284264003800400300002100438336002600459337002800485338002700513490003900540504005900579630006100638610003500699610004700734630004800781650004400829650003800873650004100911650007000952830004001022994001201062ocn880352084OCoLC20230718213016.0131010s2013 sp b 000 0 spa d a 2014437778 aNYPbengerdacDLCdOCLCFdNYP a9788480052023q(paperback) a8480052023q(paperback) a(OCoLC)880352084 alccopycat00aBS2638b.M46 20131 aMendoza, Manuel Villalobos,d1967-10aCristianos de la segunda generación :blas Cartas Pastorales desde el otro lado /cManuel Villalobos Mendoza. 1aCórdoba :bEl Almendro,c[2013] a125 p. ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aEn torno al Nuevo Testamento ;v24 aIncludes bibliographical references (pages [123]-125).00aBible.pEpistles and Gospels, Liturgical.xCommentaries.26aÉglise catholiquexLiturgie.27aCatholic Church.2fast0(OCoLC)fst0053172007aBible.pEpistles.2fast0(OCoLC)fst01892899 0aMarginality, SocialxReligious aspects. 0aHomosexualityxReligious aspects. 7aLiturgics.2fast0(OCoLC)fst01000579 7aMarginality, SocialxReligious aspects.2fast0(OCoLC)fst01009168 0aEn torno al Nuevo Testamento ;v24. a92bPUL02587cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109024001700127028003000144035002100174042001400195043001200209110003400221245003700255260004900292264001000341300005400351306001100405336003700416337002300453338003100476344001900507344001900526344001200545344001900557347002200576347001300598500004800611500003400659500052700693511009601220505046001316650002701776650001201803650002701815650003101842650003101873650003801904650004201942651004101984648002002025994001202045ocn881088608OCoLC20230718213016.0sd fsngnnmmned230714s2013 wiurcnn n eng d a 2023626357 aGZQbengcDLC1 a88829503700600aHGRO10bHomegrown Records a(OCoLC)881088608 alccopycat an-us-wi2 aSunblind Lion (Musical group)14aThe sanatorium /cSunblind Lion. aPlymouth, WI :bHomegrown Records,c℗2013. 0c2013. a1 audio disc (approximately 58 min.) ;c4 3/4 in. a005800 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aArtist information taken from the Internet. aSong information from jacket. aSunblind Lion's first album release in 33 years. The Sanatorium is a unified collection of songs written by Keith Abler and Michael Dellger, two of the major writers of the previous Sunblind Lion LPs. The songs, based on a short story by Dellger and which takes place in 1927, tell the story of a young man, Leonard Koltien, who has been placed in a tuberculosis sanatorium by his elder brother as a ploy to get rid of him. The songs recount Leonard's experiences at the sanatorium as well as of those whom he meets there.1 aKeith Abler, Michael Dellger, Dave Steffen, Duane Abler, Larry Baldock and Steve Olschesky.1 aIntroduction -- Thesis (Phthisis) -- My name is Leonard -- Maid with the emerald eyes (Leonard's dream) -- Price we paid -- You're in no condition (to take a bath all by yourself) -- What's your name, honey? -- Hold to your dreams (Dr. Bavet's advice to Leonard) -- Another christmas time -- Love into battle -- Night we Danced as one -- Levina's song (A perilous journey) -- Everything comes falling (J. Henry's lament) -- Air they breathe -- Rumination. 0aRock musicy2011-2020. 0aOperas. 0aRock musiczWisconsin. 6aRock (Musique)y2011-2020. 6aRock (Musique)zWisconsin. 7aOperas.2fast0(OCoLC)fst01046191 7aRock music.2fast0(OCoLC)fst01099204 7aWisconsin.2fast0(OCoLC)fst01204595 7a2011-20202fast a92bPUL01726cjm a2200505 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002200127035002100149041000800170042001400178100004500192245005800237260003500295300004900330336003700379337002300416338003100439500002700470511003800497500003700535505017900572650002700751650004300778650003600821650004800857650005300905650005800958648002001016740001101036740001701047740001301064740001101077740002201088740002601110740001601136740002301152740001601175740001701191994001201208ocn892428833OCoLC20230718213016.0sd bmmennmplue230717s1958 iluppnn f n zxx d a 2023626390 aZCUbengcDLC02aMG-20010bMercury a(OCoLC)8924288330 geng alccopycat1 aMarterie, Ralph,d1914-1978,eperformer.10aSweet and lovely /cRalph Marterie and his Orchestra. a[Chicago] :bMercury,c[1958?] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aDance-orchestra music.0 aRalph Marterie and his Orchestra. aBiographical notes on container.0 aTruly -- Danse arabe -- For you -- Vilia -- Anniversary song -- Green Dolphin Street -- Yesterdays -- Sweet and lovely -- It ain't necessarily so ; Summertime -- Heartbroken. 0aDance orchestra music. 0aPopular instrumental musicy1951-1960. 6aOrchestre de danse, Musique d'. 6aMusique instrumentale populairey1951-1960. 7aDance orchestra music.2fast0(OCoLC)fst00887553 7aPopular instrumental music.2fast0(OCoLC)fst01071403 7a1951-19602fast0 aTruly.0 aDanse arabe.0 aFor you.0 aVilia.0 aAnniversary song.0 aGreen Dolphin Street.0 aYesterdays.0 aIt necessarily so.0 aSummertime.0 aHeartbroken. a92bPUL01501cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004500094020003100139020001500170035002100185042001400206043001200220050002700232100003800259245011100297264009300408300002300501336002600524337002800550338002700578504005700605520004500662546001900707650002700726650002600753650002700779650002500806651003800831650002600869650005100895650005100946651003900997700003101036994001201067ocn897751540OCoLC20230718213016.0200504s2014 vm b 000 0 vie  a 2020314332 aHMYbengerdacDLCdOCLCFdDLCdWAUdHMY a9786045708163q(paperback) a6045708164 a(OCoLC)897751540 alccopycat aa-vt---00aGT2853.V5bN48154 20141 aNguyễn, Thị Bảy,eauthor.10aVăn hóa ẩm thực qua tục ngữ người Việt /cNguyễn Thị Bảy, Phạm Lan Oanh. 1aHà Nội :bNhà xuất bản Chính trị quốc gia - Sự thật,c2014. a159 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 148-153). aVietnamese proverbs on culinary culture. aIn Vietnamese. 0aFood habitszVietnam . 0aProverbs, Vietnamese. 0aCooking in literature. 0aCooking, Vietnamese. 0aVietnamxSocial life and customs. 6aCuisine vietnamienne. 7aCooking, Vietnamese.2fast0(OCoLC)fst01753479 7aManners and customs.2fast0(OCoLC)fst01007815 7aVietnam.2fast0(OCoLC)fst012047781 aPhạm, Lan Oanh,eauthor. a92bPUL02870cam a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040004900094066000900143020003000152020002700182025002700209035002100236037005300257042002100310043001200331050002400343082002100367100004700388245011500435246003400550264004300584300002800627336002600655337002800681338002700709504005700736500027100793520010301064546001401167650002701181651003901208651004101247650002801288651004701316651005201363650003701415650004801452650004901500651003701549648001801586655003901604880006901643880018301712880034601895938005102241994001202292ocn911400481OCoLC20230718213016.0201218s2015 ii b 000 0 hinod a 2020329827 aDKAGEbengerdacDLCdOCLCFdDLCdGZMdDKAGE cDeva a9788193019016q(hardback) a8193019016q(hardback) aI-H-2020-329827; 21-91 a(OCoLC)911400481 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aDS422.C3bV493 201504a305.512209542231 6880-01aVināyaka, Anurādhā,eauthor.106880-02aPrācīna Bhārata meṃ jātiyoṃ kī sāmājika gatiśīlatā /cAnurādhā Vināyaka.30aSāmājika gatiśīlatā 1aNew Delhi :bAayu Publications,c2015. axii, 231 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 207-231). 6880-03aOriginally presented as the author's thesis (Ph. D.--Lucknow University, Department of Ancient Indian History & Archaeology) under the title: Prācīna Bhārata meṃ prācīna meṃ jātiyoṃ kī gatiśīlatā evaṃ unakā ārthika ādhāra. aOn social and economic development of different caste in India from Vedic period to Maurya period. aIn Hindi. 0aCastezIndiaxHistory. 0aIndiaxSocial conditionsyTo 1200. 0aIndiaxEconomic conditionsyTo 1000. 6aCasteszIndexHistoire. 6aIndexConditions socialesyJusqu'à 1200. 6aIndexConditions économiquesyJusqu'à 1200. 7aCaste.2fast0(OCoLC)fst00848395 7aEconomic history.2fast0(OCoLC)fst00901974 7aSocial conditions.2fast0(OCoLC)fst01919811 7aIndia.2fast0(OCoLC)fst01210276 7aTo 12002fast 7aHistory.2fast0(OCoLC)fst014116281 6100-01/Devaaविनायक, अनुराधा,eauthor.106245-02/Devaaप्राचीन भारत में जातियों की सामाजिक गतिशीलता /cअनुराधा विनायक. 6500-03/DevaaOriginally presented as the author's thesis (Ph. D.--Lucknow University, Department of Ancient Indian History & Archaeology) under the title: प्राचीन भारत में प्राचीन में जातियों की गतिशीलता एवं उनका आर्थिक आधार. aD. K. Agencies (P) Ltd.bDKAPnDKHIN-53238-HBD a92bPUL02756cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149028002400177028002700201035002100228042001400249245001000263264004400273264001100317300005100328336003700379337002300416338003100439344003400470347003000504500002700534546003500561511010900596500008200705505065600787520011801443650002801561650003401589650001101623650004101634650004501675650002901720650004901749650006001798650005401858650006701912700003201979710005202011710003202063710004102095938005402136994001202190ocn918302377OCoLC20230718213016.0sd fsngnnmmned230713s2015 azuuunn fz n eng d a 2023626327 aTDFbengerdacDLC10a09940266392002aDCD 663bSummit Records00a663bSummit Records00aSMT663bSummit Records a(OCoLC)918302377 alccopycat00aHope. 1aTempe, Ariz. :bSummit Records,c[2015] 4c©2015 a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigitalbopticalgstereo2rda aaudio filebCD audio2rda aTitle from disc label. aVocal portion sung in English.0 aTim Zimmerman, trumpet, flugelhorn solos & duets ; King's Brass ; Men of the Chapel ; Aire Born Strings. aProgram notes in English ([8] unnumbered folded pages) inserted in container.00tBe Thou my visiong(3:30) --tHigher ground ;tI have decidedg(6:18) --tCalvary covers it allg(3:11) --tGod of wonders ;tThis is my Father's worldg(4:27) --tBe still and knowg(3:47) --tI love to tell the storyg(4:10) --tJesus loves meg(3:52) --tAchieved is the glorious work from the Creation /rFranz Joseph Haydng(2:44) -- As the deer ; Holy, holy, holyg(6:07) --tOur great Saviourg(3:20) --tFor by grace ; Grace greater than our sing(3:48) --tThe Savior is waitingg(2:16) --tWhat a friend we have in Jesusg(3:32) --tThe Lord bless and keep youg(2:47) --t10,000 reasonsg(4:16) --gbonus tracks:tOld-time religiong(5:04). aTim Zimmerman and The King's Brass present a program of spirituals. With Men of The Chapel and Aire Born Strings. 0aInstrumental ensembles. 0aHymnsvInstrumental settings. 0aHymns. 0aSacred songsvInstrumental settings. 0aSacred songs with instrumental ensemble. 6aEnsembles instrumentaux. 6aChants sacrésvArrangements instrumentaux. 7aHymnsxInstrumental settings.2fast0(OCoLC)fst00965496 7aInstrumental ensembles.2fast0(OCoLC)fst00974411 7aSacred songsxInstrumental settings.2fast0(OCoLC)fst019063581 aZimmerman, Tim,eperformer.2 aKing's Brass (Musical group),einstrumentalist.2 aMen of the Chapel,esinger.2 aAire Born Strings,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF390829 a92bPUL03429cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002400171028002800195033003300223035002100256041000800277042001400285047001100299048002700310050002000337245004700357264004600404264001200450300004000462336003700502337002300539338003100562344003400593347003000627382005600657500002700713511011200740518007800852508006200930500005600992505056301048650005601611650006701667650006401734650008201798650009301880655005101973655004502024655002602069655003202095655003102127655003402158700007502192700011002267700009802377700005702475700006202532700006202594710004502656938005402701994001202755ocn920686218OCoLC20230718213016.0sd fsngnnmmned230713p20152013azumunn n zxx d a 2023626329 aTDFbengerdacDLCdINTdOCLCFdEXWdTDF10a09940266592402a665bSummit Records02aDCD 665bSummit Records20a20130603a20130606b4114cK2 a(OCoLC)9206862180 geng alccopycat amdasu abb02aba01abd01abe01 4aM555b.W47 201500aFor then and now /cWestern Brass Quintet. 1aTempe, Arizona :bSummit Records,c[2015] 4c℗2015 a1 audio disc (1:08:41) ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigitalbopticalgstereo2rda aaudio filebCD audio2rda01atrumpetn2ahornn1atrombonen1atuban1s52lcmpt aTitle from disc label.0 aScott Thornburg, Stephen Jones, trumpet ; Lin Foulk, horn ; Daniel Mattson, trombone ; Jacob Cameron, tuba. oRecordedd2013 June 3-6pDalton Center Recital Hall, Kalamazoo, Michigan. aGlenn Brown, recording engineer; Jacob Cameron, producer. aBiographical and program notes on container insert.0 aFor then and now : (2011) / Laurence Bitensky (9:39) -- Four Monteverdi madrigals. Che se tu se' 'l cor mio (2:25) ; Cor mio, mentre vi miro (1:39) ; Longe da te, cor mio (2:36) ; Io mi son giovinetta (2:13) / Claudio Monteverdi ; transcription, Daniel Mattson -- Brass quintet (2012). Distant fanfares (8:55) ; Concurrence (5:27) / Pierre Jalbert -- Flying circus : (2009) / David Colson (12:04) -- Suite impromptu. Epithalame (2:22) ; Marche (2:03) ; Elegie (3:12) ; Mouvement (2:39) / André LaFosse -- Distant dancing : (1992) / Richard Peaslee (13:27). 0aBrass quintets (Horn, trombone, trumpets (2), tuba) 0aBrass quintets (Horn, trombone, trumpets (2), tuba), Arranged. 6aQuintettes de cuivres (Cor, trombone, trompettes (2), tuba) 7aBrass quintets (Horn, trombone, trumpets (2), tuba)2fast0(OCoLC)fst00838014 7aBrass quintets (Horn, trombone, trumpets (2), tuba), Arranged.2fast0(OCoLC)fst01185706 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aArrangements (Music)2lcgft 7aMusique de chambre.2rvmgf 7aArrangements (Musique)2rvmgf12iContainer of (work):aBitensky, Laurence S.,d1966-tFor then and now.12iContainer of (expression):aMonteverdi, Claudio,d1567-1643.tMadrigals,nbook 4.kSelections;oarranged.12iContainer of (work):aJalbert, Pierre,d1967-tQuintets,mtrumpets (2), horn, trombone, tuba.12iContainer of (work):aColson, David.tFlying circus.12iContainer of (work):aLafosse, André.tSuite impromptu.12iContainer of (work):aPeaslee, Richard.tDistant dancing.2 aWestern Brass Quintet,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF391863 a92bPUL01765cem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040003500103034001300138035002100151041002300172043001200195050002700207052001300234082002100247110009200268245001000360255003400370264005700404264007500461300005500536336004000591337002800631338002600659500004200685500013300727500005000860546006900910651002400979651004201003651004301045655002301088655003601111655004401147655002501191655003501216655003201251994001201283ocn921931787OCoLC20230718213016.0aj canzn230717s1972 it a 1 ita  a 2023591399 aDLCbengerdacDLCdOCLCFdGHQ1 aab22000 a(OCoLC)9219317870 aitaaengagerafre ae-it---00aG6714.R7E635 1972b.R6 a6714bR704a912.45632qOCoLC2 aRome (Italy : Province).bEnte provinciale per il turismo,ecartographer,edistributor.10aRoma. aScale approximately 1:22,000. 1a[Roma] :b[Ente provinciale per il turismo],c[1972] 2aRoma :bEnte provinciale per il turismo, distribuzione gratuita,c1972 a1 map :bcolor ;c67 x 47 cm, folded to 25 x 12 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aSelected buildings shown pictorially. aTourist information, indexes to street names and places of interest, map of metropolitan area, and color illustrations on verso. aLC copy imperfect: torn along the folds.5DLC aText in Italian, English, German, and French. Legend in Italian. 0aRome (Italy)vMaps. 0aRome Metropolitan Area (Italy)vMaps. 7aItalyzRome.2fast0(OCoLC)fst01204500 7atourist maps.2aat 7aMaps.2fast0(OCoLC)fst01423704 7aTourist maps.2fast0(OCoLC)fst01423809 7aTourist maps.2lcgft 7aCartes géographiques.2rvmgf 7aCartes touristiques.2rvmgf a92bPUL01758cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020002700149025002300176035002100199037005300220041001300273042002100286043001200307050002500319082001400344100005000358245008300408264004700491300002300538336002600561337002800587338002700615504005700642520006900699546004500768650001100813650004400824650004100868650002600909650004600935650004200981650004401023650003701067650004701104655006201151938005101213994001201264ocn930493036OCoLC20230718213016.0151123s2015 ii b 000 0 hinod a 2023340422 aDKAGEbengerdacDLC a9789381953655q(hardback) a9381953651q(hardback) aI-H-2023340422; 12 a(OCoLC)930493036 bLibrary of Congress -- New Delhi Overseas Office0 ahinasan alccopycatalcode aa-ii---00aPK2916b.M57442 201504a808.12231 aMiśra, Kr̥shṇa Gopāla,d1962-eauthor.10aRasa-siddhānta :bāja taka /clekhaka, Ḍô. Kr̥shṇagopāla Miśra. 1aJayapura :bRacanā Prakāśana,c2015. a368 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 363-368). aOn theory of rasas; with reference to Sanskrit and Hindi poetry. aIn Hindi; includes passages in Sanskrit. 0aRasas. 0aSanskrit poetryxHistory and criticism. 0aHindi poetryxHistory and criticism. 6aRāsa (Esthétique) 6aPoésie sanscritexHistoire et critique. 6aPoésie hindixHistoire et critique. 7aHindi poetry.2fast0(OCoLC)fst00956988 7aRasas.2fast0(OCoLC)fst01090196 7aSanskrit poetry.2fast0(OCoLC)fst01105263 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 aD. K. Agencies (P) Ltd.bDKAPnDKHIN-54531-HBD a92bPUL06077cgm a2201225 i 4500001001300000003000600013005001700019007001000036008004100046010001700087040005000104020001500154020001800169024001700187028004400204035002100248043001200269046000900281050002500290245009500315257001900410264006900429264002100498300009400519336005000613337002300663338003000686340003000716344005900746346002400805347004100829380001900870500002600889546006500915500004600980500002601026511008401052508020201136520038901338500005401727500017001781500008301951586005902034586003902093500011602132600006102248630007102309650003302380650002102413650002102434650002102455650003902476650002402515650002702539650001702566650001402583650004702597650004802644650005502692650004702747650005202794650005302846650005102899650004102950650004702991655007303038655004803111655005903159655004503218655003703263655004503300655004803345655006203393655004703455655002803502655002603530655002603556655005403582655002903636655004503665655003203710655002903742655005703771655006003828655002103888700007903909700004503988700003704033700003904070700003704109700003504146700004604181700005704227700005204284700005704336700005104393700004704444700009704491710004404588710006304632730004704695773005204742786004504794994001204839ocn932074363OCoLC20230718213016.0vd cvair|170615s2006 cau110 vleng  a 2017600660 aDLCbengerdacDLCdRB0dOCLCFdDKUdUMKdAZD a1404913769 a97814049137691 a04339613052442a13052bSony Pictures Home Entertainment a(OCoLC)932074363 an-usu-- k194900aDVC9448(viewingcopy)00aAll the king's men /cColumbia Pictures ; written, produced and directed by Robert Rossen. aUnited States. 1aCulver City, Calif. :bSony Pictures Home Entertainment,c[2006] 4c© 1949c© 2006 3viewing copya1 videodisc (approximately 110 min.) :bsound, black and white ;c4 3/4 in. atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier avideodiscb4 3/4 in.2rda adigitalbopticalgstereo soundhDolby Digital 5.12rda alaser opticalbNTSC avideo filebDVD videoeregion 12rda aMotion picture aFull screen (1.33:1). aClosed-captioned; special features are not closed-captioned. aBased on the novel by Robert Penn Warren. aTitle from container.1 aBroderick Crawford, John Ireland, Joanne Dru, John Derek, Mercedes McCambridge. aDirector of photography, Burnett Guffey ; original music by Louis Gruenberg ; musical director, Morris Stoloff ; editor, Al Clark ; editorial advisor, Robert Parrish ; art direction, Sturges Carne. aSet in the American South. Tells the story of Willie Stark, an unassuming, unsophisticated idealistic farmer who becomes Governor of his state, and Jack Burden, reporter and Stark ally. Stark fights his way up from lowly beginnings, initially failing at politics but then succeeding. Once in office, his ideals slip, the standards fall and the power of his office leads to corruption. aPart of summary from the Internet movie database. aSpecial features: sneak peak of the 2006 version of All the king's men including interviews with James Gandolfini, Jude Law and Hanthony Hopkins; theatrical trailer. aLC also holds a laser disc viewing copy and a 35 mm. print of this title.5DLC aThis film was selected for the National Film Registry. aAcademy Award, Best Picture, 1949. aSources used: Internet movie database WWW site, viewed June 16, 2017; Wikipedia WWW site, viewed June 16, 2017.17aLong, Huey Pierce,d1893-1935.2fast0(OCoLC)fst0001528107aAll the king's men (Warren, Robert Penn)2fast0(OCoLC)fst01356768 0aPolitical corruptionvDrama. 0aAmbitionvDrama. 0aIdealismvDrama. 0aPopulismvDrama. 0aGovernorszSouthern StatesvDrama. 0aJournalistsvDrama. 6aThéâtre politique. 6aDVD vidéo. 6aVidéos. 7avideo recordings (physical artifacts)2aat 7aVideo recordings.2fast0(OCoLC)fst01166472 7aReporters and reporting.2fast0(OCoLC)fst01094906 7aPolitical plays.2fast0(OCoLC)fst01069480 7aPolitical corruption.2fast0(OCoLC)fst01069240 7aManipulative behavior.2fast0(OCoLC)fst01007738 7aGovernorsxElection.2fast0(OCoLC)fst00945712 7aGovernors.2fast0(OCoLC)fst00945704 7aDVD-Video discs.2fast0(OCoLC)fst00886641 7aVideo recordings for the hearing impaired.2fast0(OCoLC)fst01710450 7aVideo recordings.2fast0(OCoLC)fst01692913 7aMelodramas (Motion pictures)2fast0(OCoLC)fst01726217 7aFiction films.2fast0(OCoLC)fst01710264 7aDrama.2fast0(OCoLC)fst01423879 7aFeature films.2fast0(OCoLC)fst01710384 7aFilm adaptations.2fast0(OCoLC)fst01710491 7aFilms for the hearing impaired.2fast0(OCoLC)fst01710386 7aPolitical films.2fast0(OCoLC)fst01710460 7aPolitical films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft 7aFilms politiques.2rvmgf 7aAdaptations cinématographiques.2rvmgf 7aMélodrames (Films)2rvmgf 7aFilms de fiction.2rvmgf 7aFilms pour personnes handicapées auditives.2rvmgf 7aVidéos pour personnes handicapées auditives.2rvmgf 7aVidéos.2rvmgf1 aRossen, Robert,d1908-1966,escreenwriter,efilm director,efilm producer.1 aCrawford, Broderick,d1911-1986,eactor.1 aDru, Joanne,d1923-1996,eactor.1 aIreland, John,d1914-1992,eactor.1 aDerek, John,d1926-1998,eactor.1 aMcCambridge, Mercedes,eactor.1 aGuffey, Burnettedirector of photography.1 aGruenberg, Louis,d1884-1964,ecomposer (expression)1 aStoloff, Morris,d1898-1980,emusical director.1 aClark, Al,d1902-1971,eeditor of moving image work.1 aParrish, Robert,eeditor of moving image work.1 aCarne, Sturges,d1899-1965,eart director.1 iMotion picture adaptation of (work) :aWarren, Robert Penn,d1905-1989.tAll the king's men.2 aColumbia Pictures,eproduction company.2 aSony Pictures Home Entertainment (Firm)efilm distributor.0 aAll the king's men (Motion picture : 1949)0 tSnelson (John) Collection (Library of Congress)18tAll the king's menw(DLC) 1850379nMAVIS a92bPUL02022cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040005300094020003100147020002800178035002100206042001400227050002300241082003600264245007500300264003800375300004100413336002600454337002800480338002700508490004200535500002300577504005700600504007600657650003800733650003300771650004700804650004800851650005500899650003100954650003900985650004201024650007301066650007401139650005901213650004101272655006201313700006101375830004401436938003601480994001201516ocn944209455OCoLC20230718213016.0160309s2016 fr a b 000 0 fre d a 2023414492 aAUXAMbengerdacDLCdLTSCAdOCLCFdMEAUCdAUXAM a9782271087591q(paperback) a2271087597q(paperback) a(OCoLC)944209455 alccopycat00aPN6714b.B368 201604a741.502222/eng/20230216qOCoLC00aBande dessinée et numérique /csous la direction de Pascal Robert. 1aParis :bCNRS éditions,c[2016] a251 pages :billustrations ;c19 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aLes Essentiels d'Hermès,x1967-3566 aIncludes glossary. aIncludes bibliographical references (pages 217-220). a"Principaux acteurs de la bande dessinée numérique": pages 221-223. 0aWebcomicsxHistory and criticism. 0aLiterature and the Internet. 0aComic books, strips, etc.xSocial aspects. 0aComic books, strips, etc.xThemes, motives. 6aBandes dessinées en lignexHistoire et critique. 6aLittérature et Internet. 6aBandes dessinéesxAspect social. 6aBandes dessinéesxThèmes, motifs. 7aComic books, strips, etc.xSocial aspects.2fast0(OCoLC)fst00869173 7aComic books, strips, etc.xThemes, motives.2fast0(OCoLC)fst00869177 7aLiterature and the Internet.2fast0(OCoLC)fst01000106 7aWebcomics.2fast0(OCoLC)fst01763366 7aCriticism, interpretation, etc.2fast0(OCoLC)fst014116351 aRobert, Pascal,d1962-eeditor,ewriter of introduction. 0aCollection "Les essentiels d'Hermès." aAMALIVREbAUXAnAAL0708308-0001 a92bPUL01472cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004700094025002300141035002100164037005300185042001500238043001200253050002900265082002000294110003500314245003100349250001900380264013300399300002300532336002600555337002800581338002700609650002600636650002800662650004500690651003700735655002400772655004500796655002600841655002600867710002800893710006700921938005000988994001201038ocn946072919OCoLC20230718213016.0160616s2015 np l f000 0 eng  a 2015357211 aDLCbengerdacDLCdOCLCFdNDLdDLCdDKAGE aN-E-2015357211; 24 a(OCoLC)946072919 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc aa-np---00aKPK171.A311962bN47 201504a342.54960232231 aNepal,eenacting jurisdiction.14aThe Constitution of Nepal. aFirst edition. 1aKathmandu :bLaw Books Management Board, Ministry of Law, Justice and Parliamentary Affairs, Government of Nepal,cOctober 2015. a252 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aConstitutionszNepal. 6aConstitutionszNépal. 7aConstitutions.2fast0(OCoLC)fst00875851 7aNepal.2fast0(OCoLC)fst01206102 7aconstitutions.2aat 7aConstitutions.2fast0(OCoLC)fst01774254 7aConstitutions.2lcgft 7aConstitutions.2rvmgf1 aNepal.tSaṃvidhāna.1 aNepal.bKānūna Kitāba Vyavasthā Samiti,eissuing body. aD. K. Agencies (P) Ltd.bDKAPnDKNPL-2054-PBK a92bPUL02597cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040005800094015001900152016001800171020003100189020002800220035002100248042001400269050002600283082001500309100003700324245004500361250002300406264002900429264001100458300002300469336002600492337002800518338002700546520095900573650002201532650002201554650002301576651003301599650003601632650003601668650004701704650004001751650003901791650003901830651004901869655003901918655005001957655003102007938004102038994001202079ocn952156327OCoLC20230718213016.0230610t20172016enk e 000 1 eng d a 2023289628 aYDXCPbengerdacDLCdYDXCPdAUPTLdOCLCFdUKMGBdFWP aGBB7600322bnb7 a0182853772Uk a9780751565034q(paperback) a0751565032q(paperback) a(OCoLC)952156327 alccopycat00aPR6101.S525bB46 201704a823.922231 aAshcroft, Jenny,d1980-eauthor.10aBeneath a burning sky /cJenny Ashcroft. aPaperback edition. 1aLondon :bSphere,c2017. 4c©2016 a406 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aWhen twenty-two-year-old Olivia is coerced into marriage by the cruel Alistair Sheldon, she leaves England for Egypt, his home and the land of her own childhood. Reluctant as she is to go with Alistair, it's in her new home that she finds happiness in surprising places: she is reunited with her long-estranged sister, Clara, and falls - impossibly and illicitly - in love with her husband's boarder, Captain Edward Bertram. Then Clara is abducted from one of the busiest streets in the city. Olivia is told it's thieves after ransom money, but she's convinced there's more to it. As she sets out to discover what's happened to the sister she's only just begun to know, she falls deeper into the shadowy underworld of Alexandria, putting her own life, and her chance at a future with Edward, the only man she's ever loved, at risk. Because, determined as Olivia is to find Clara, there are others who will stop at nothing to conceal what's become of her. 0aSistersvFiction. 0aSecrecyvFiction. 0aBetrayalvFiction. 0aAlexandria (Egypt)vFiction. 6aSœursvRomans, nouvelles, etc. 6aSecretvRomans, nouvelles, etc. 6aTrahison (Morale)vRomans, nouvelles, etc. 7aBetrayal.2fast0(OCoLC)fst00830942 7aSecrecy.2fast0(OCoLC)fst01110644 7aSisters.2fast0(OCoLC)fst01119758 7aEgyptzAlexandria.2fast0(OCoLC)fst01208911 7aFiction.2fast0(OCoLC)fst01423787 7aHistorical fiction.2fast0(OCoLC)fst01726640 7aHistorical fiction.2lcgft aYBP Library ServicesbYANKn13045047 a92bPUL02123cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003200109024001700141024002800158028001900186035002100205042001400226100003900240240004700279245004600326264004200372264001200414300003000426336003700456337002300493338003100516344001900547344001900566344001900585347002200604347001300626382002100639500002700660511023200687500004100919505027100960650001801231650002801249655002201277655002601299700005101325700004401376700004201420700003801462700003601500938004501536994001201581ocn953450802OCoLC20230718213016.0sd fsngnnmmned230714t20162016nyuzznn i n zxx d a 2023626368 aBTCTAbengerdacDLCdBTCTA1 a8809561610207 a008809561610202gtin-1402aZM201610bZoho a(OCoLC)953450802 alccopycat1 aWilliams, Mason,d1938-ecomposer.10aInstrumental music.kSelections;oarranged10aCarlos Barbosa-Lima plays Mason Williams. 1aMillwood, NY :bZoho Classix,c[2016] 4c℗2016 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11aguitarn12lcmpt aTitle from disc label.0 aCarlos Barbosa-Lima, guitar ; Larry Del Casale, guitar (1st-2nd, 5th-6th, 8th-9th tracks) ; Duduka da Fonseca, percussion (1st, 5th-6th works) ; Daisy Jopling, violin (2nd, 12th works) ; Rick Kriska, clarinet (6th, 8th tracks). aProgram notes inserted in container.00tClassical gas --tBaroque-a-nova --tFlamenco lingo --tCountry idyll --tSaturday night at the world --tSunflower --tFettucini western --tGuitar carol --tIn honor of... --tKatydid's ditty --tRiding the low moon --tLargo-de-luxe --tShady dell --tShenandoah. 0aGuitar music. 0aInstrumental ensembles. 7aArt music.2lcgft 7aChamber music.2lcgft1 aBarbosa-Lima, Carlos,d1944-einstrumentalist.1 aDel Casale, Lawrence,einstrumentalist.1 aFonseca, Duduka da,einstrumentalist.1 aJopling, Daisy,einstrumentalist.1 aKriska, Rick,einstrumentalist. aBaker and TaylorbBTCPnBECDVMI ZM201610 a92bPUL02253cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002600166035002100192042001400213082001900227100003000246245005700276264004200333300007900375336003700454337002300491338003100514344002900545347002500574500001600599500001800615505033700633508011800970511014001088518006601228650001201294650003001306650002101336650002801357650005601385650003801441655004501479655002601524655002801550700006001578700002801638710006901666994001201735ocn959758136OCoLC20230718213016.0sd fsngnnmmned230714s2016 nyuuunn n eng  a 2023626363 aAU@bengerdacDLCdOCLCFdNFRdAU@1 a88095616072632aZM 201607bZoho Music a(OCoLC)959758136 alccopycat04aCD JazzbBotti1 aBotti, Julio,eperformer.10aSax to tango /cJulio Botti, Pablo Ziegler producer. 1aMillwood, New YorkbZoho Music,c2016 a1 audio discs :bdigital ;c12 cm. +eissued with 8 page fold-out leaflet. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigitalbopticalgstereo aaudio filebCD audio a"ZM 201607" aCompact disc.0 aPrimavera Porteña (5:12) -- Invierno Perteño (6:13) -- Nieblas del Riachuelo (4:01) -- Años de Soledad (3:40) -- Fuga y Misterio (5:05) -- Oblivion (4:03) -- Rojotango (4:47) -- Flor de Lino (3:52) -- Otoño Porteño (5:14) -- Verano Perteño (6:27) -- Milonga en el Viento (5:10) -- La Rayuela (4:28) -- Libertango (4:57). aProduced by Pablo Ziegler ; Recorded by John Fomsgaard ; Mixed by Alejandro Venguer ; Mastered by Oscar Zambrano.0 aJulio Botti, soprano & tenor saxophone ; Pablo Ziegler, piano ; University of Southern Denmark Symphony Orchestra, Saul Zaks conductor. aKoncertsalen Alsion in Sonderborg, Denmark, June 10-11, 2015. 0aTangos. 0aSaxophone with orchestra. 6aTangos (Musique) 6aSaxophone et orchestre. 7aSaxophone with orchestra.2fast0(OCoLC)fst01106240 7aTangos.2fast0(OCoLC)fst01142651 7aTangos (Music)2fast0(OCoLC)fst01726758 7aTangos (Music)2lcgft 7aTangos (Musique)2rvmgf1 aZiegler, Pablo,eperformer,emusic director,eproducer.1 aZaks, Saul,econductor.2 aUniversity of Southern Denmark.bSymphony Orchestraeperformers. a92bPUL02341cjm a2200577 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028004200161035002100203042001400224245005700238246002600295264007200321264008500393264001200478300004100490336003700531337002300568338003100591344001900622344001900641344001900660347002200679347001300701500002600714511003400740505033800774650002701112650002801139650003101167650004201198648002001240655004201260655002301302655003501325655002601360710004201386710004101428710004201469710004701511710005901558710003901617710004301656710005201699994001201751ocn961945430OCoLC20230718213016.0sd fsngnnmmned190819t19941994nyurcnn z n eng d a 2019625036 aIXAbengerdacDLCdIXAdOCLCF1 a01753150162302agrow016-2bGrass Recordsq(container) a(OCoLC)961945430 alccopycat00aPulled from the wreckage :ba Grass Records sampler.30aGrass Records sampler 1aRockville Centre, NY :bGrass Records :bLSR Records, Inc.,c[1994] 3aRockville Centre, NY :bManufactured and distributed by Dutch East India Trading 4c℗1994 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aPerformed by various artists.00tLute fisk ;tPressure facer(Sunbrain) --tInertia ;tRevivalr(Bridget) --tRide ;tAnesthetizer(Brainiac) --tCookie jar ;tAngel in the morningr(Barnyard Slut) --tPull ;tLocomotive godr(Twitch) --tPenaluna ;tWhistle downr(Edsel) --tHave fun in hell ;tHello footpadr(Mousetrap) --tSunshine ;tForr(Cactus Nerve Thang). 0aRock musicy1991-2000. 0aAlternative rock music. 6aRock (Musique)y1991-2000. 7aRock music.2fast0(OCoLC)fst01099204 7a1991-20002fast 7aRock music.2fast0(OCoLC)fst01726724 7aRock music.2lcgft 7aAlternative rock music.2lcgft 7aRock (Musique)2rvmgf2 aSunbrain (Musical group),eperformer.2 aBridget (Musical group),eperformer.2 aBrainiac (Musical group),eperformer.2 aBarnyard Slut (Musical group),eperformer.2 aTwitch (Musical group : Kalamazoo, Mich.),eperformer.2 aEdsel (Musical group),eperformer.2 aMousetrap (Musical group),eperformer.2 aCactus Nerve Thang (Musical group),eperformer. a92bPUL01692cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020003000134020001500164035002100179042000800200043001200208050002500220055002500245082001800270100003400288245006800322264005200390264001100442300005200453336002600505337002800531338002700559520018400586650004100770651003700811651003100848650003400879650004100913651003700954655002500991655005301016655004601069655002701115655003001142700005001172994001201222ocn974039571OCoLC20230718213016.0170404t20162016quca 6 000 0 fre  a 2016364329 aDLCbengerdacDLCdOCLCFdREBdUAB a9782897770020q(hardback) a2897770023 a(OCoLC)974039571 apcc an-us-me00aPN6733.F37bL54 2016 3aPN6734 L53bF37 201604a741.5/9712231 aFarah, Alain,d1979-eauthor.13aLa ligne la plus sombre /cAlain Farah, Mélanie Baillairgé. 1aMontréal (Québec) :bLa Pastèque,c[2016] 4c©2016 a93 pages :billustrations (some color) ;c29 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"La ligne la plus sombre retrace les aventures d'un écrivain qui voit ses vacances dans le Maine interrompues par un coup de fil qui changera sa vie."--From publisher's website. 0aVacationsvComic books, strips, etc. 0aMainevComic books, strips, etc. 6aMainevBandes dessinées. 6aVacancesvBandes dessinées. 7aVacations.2fast0(OCoLC)fst01163528 7aMaine.2fast0(OCoLC)fst01204270 7agraphic novels.2aat 7aComics (Graphic works)2fast0(OCoLC)fst01921613 7aGraphic novels.2fast0(OCoLC)fst01726630 7aGraphic novels.2lcgft 7aRomans graphiques.2rvmgf1 aBaillairgé, Mélanie,d1974-eillustrator. a92bPUL01859cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152035002100167042000800188043001200196050002100208082003500229100002800264245010600292246003000398250002300428264004000451300002300491336002600514337002800540338002700568504004100595600004500636650003200681650005900713650004300772650005000815650002300865650003300888650004300921650004000964650005001004650004901054650004901103651003801152648002001190655004301210700003201253700004401285994001201329ocn980600959OCoLC20230718213016.0170130s2016 mx b 000 0 spa  a 2016485929 aDLCbengerdacDLCdOCLCFdGZMdIXA a9786079733902 a6079733900 a(OCoLC)980600959 apcc an-mx---00aN6555b.T48 201604a709.72qOCoLC223/eng/202302031 aTibol, Raquel,eauthor.10aRaquel Tibol :bla crítica y la militancia /cElvira Concheiro y Victor Hugo Pacheco, compiladores.30aCrítica y la militancia aPrimera edición. 1aCiudad de México :bCEMOS,c2016. a252 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.17aTibol, Raquel.2fast0(OCoLC)fst00064541 0aArt, Mexicany20th century. 0aArtxPolitical aspectszMexicoxHistoryy20th century. 6aCritiques d'artzMexiquevBiographies. 6aFemmes critiques d'artzMexiquevBiographies. 6aPeintreszMexique. 6aPeinture abstraitezMexique. 7aArt critics.2fast0(OCoLC)fst00815508 7aPainters.2fast0(OCoLC)fst01050530 7aPainting, Abstract.2fast0(OCoLC)fst01050640 7aPainting, Mexican.2fast0(OCoLC)fst01050982 7aWomen art critics.2fast0(OCoLC)fst01177147 7aMexico.2fast0(OCoLC)fst01211700 7a1900-19992fast 7aBiographies.2fast0(OCoLC)fst019198961 aConcheiro, Elvira,eeditor.1 aPacheco Chávez, Victor Hugo,eeditor. a92bPUL01963cjm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002100149042001400170100007700184245004000261264005000301264001200351300004100363336003700404337002300441338003100464344001900495344001900514344001900533347002200552347001300574500002600587511014900613508018200762518009900944518005901043505016801102650002701270650003101297650004201328648002001370655004201390655002301432655002601455994001201481ocn987417029OCoLC20230718213016.0sd fsngnnmmned230714t20072007nyurcnn n eng d a 2023628015 aIXAbengerdacDLC1 a796873012881 a(OCoLC)987417029 alccopycat1 aCherry, Jerry,d1970-ecomposer,elyricist,eperformer,eaudio producer.10aLife is sweeter... /cJerry Cherry. 1a[Brooklyn, N.Y.] :b[Jerry Giamundo],c[2007] 4c℗2007 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aJerry Cherry, vocals, guitars, piano, synth, tambourine ; with Ricardo Rodriguez, bass ; Felipe Torres, drums ; additional accompanying artists. aAll songs written by Jerry Cherry ; produced by Jerry Cherry ; mixed by Mike Rogers ; recorded by Mike Presta, Mike Rogers, and Alex Nizich ; mastered by Mark Biorn Christensen. oRecordedpEngine Room Audio, Chinatown, NYCpMagic Shop, Soho, NYCd2006 December-2007 August. oMixed and masteredpEngine Room Audio, Chinatown, NYC.00tBig city life --tLancelot --tTurned around --tSlip --tEverywhere --tPunished --tFreakshow --tHello my dear --tFit in --tThe meaning --tWorst looking man. 0aRock musicy2001-2010. 6aRock (Musique)y2001-2010. 7aRock music.2fast0(OCoLC)fst01099204 7a2001-20102fast 7aRock music.2fast0(OCoLC)fst01726724 7aRock music.2lcgft 7aRock (Musique)2rvmgf a92bPUL01219cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020003100134020002800165035002100193042001400214043002100228050003100249082001200280100003800292245006200330250002400392264004300416300002300459336002600482337002800508338002700536490002000563500001100583500002100594586008500615650002100700650001900721650004700740938003400787994001200821ocn992800847OCoLC20230718213016.0170406s2017 sp 000 1 cat d a 2017391630 aC3LbengerdacDLCdNYPdOCLCFdC3L a9788490345955q(paperback) a8490345953q(paperback) a(OCoLC)992800847 alccopycat ae-po---ae-sp---00aPC3942.423.A7834bC66 201714a8492141 aMartorell, Tecla,d1960-eauthor.10aCom les soques de les figueres velles /cTecla Martorell. aPrimera edició́. 1aValls :bCossetània Edicions,c2017. a285 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNarrativa ;v91 aNovel. aText in Catalan. aPremi de Narrativa Fra Albert Vidal de les Festes de la Serra, 2016 de Montblanc 0aCatalan fiction. 6aRoman catalan. 7aCatalan fiction.2fast0(OCoLC)fst00848533 aCasalini LibribCASAn4146581 a92bPUL02262cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002100162042000800183050002400191100004400215240002700259245007800286264005000364300005500414336002600469337002800495338002700523500011600550500002500666520106100691600004801752655005101800710006101851994001201912ocn994232722OCoLC20230718213016.0170629s2016 po 000 0 por  a 2017502541 aDLCbengerdacDLCdOCLCFdZCU a9789896584153 a989658415X a(OCoLC)994232722 apcc00aND833.R627bA4 20161 aRodrigues, Ana Leonor Madeira,eartist.10aPaintings.kSelections12aO meu laboratório :bpintura 2008-2016 /cAna Leonor Madeira Rodrigues. 1aCoimbra :bCaleidoscópio,cmarço de 2016. a55 pages :billustrations (chiefly color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCatalog of an exhibition held at the Centro Cultural Português em Dili, Dili, East Timor, October 1-15, 2015. aChiefly illustrated. aEntre 1 e 15 de Outubro de 2015 expus em Luanda, a convite do Centro Cultural Português, Instituto Camões um grupo de 24 pinturas, em óleo e acrílico sobre tela, com o título o Meu Laboratório. O meu laboratório é o lugar onde misturo elementos físicos, químicos, biológicos e afectivos para construir o mundo que inventei. São trabalhos que se integram num projecto mais alargado que desenvolvo há alguns anos, não só em pintura como em vídeo, instalação e performance e que trata da infestação de criaturas amigáveis e simbióticas com os humanos, nos espaços onde habitamos. Estas pinturas são um registo dos lugares afectados pelas alterações das Bacteria Caerúlea, bem como algumas representações dos próprios aglomerados de bactérias. O texto de Maria João Gamito, ainda não publicado, foi escrito como texto de sala, para a exposição. Quando uma cozinha sonha II, na Rock Gallery VPF, Lisboa, em 2012, da qual faziam parte as pinturas de pequeno formato da presente exposição.10aRodrigues, Ana Leonor MadeiravExhibitions. 7aExhibition catalogs.2fast0(OCoLC)fst014240282 aCentro Cultural Português em Dili.,ehost institution. a92bPUL01424cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020001800178020001500196035002200211042000800233043001200241050002400253082001900277245010700296264003200403300002200435336002600457337002800483338002700511504005100538650005700589650005400646651005100700651005400751650005500805651003800860648002000898700004300918938004100961994001201002on1001277640OCoLC20230718213016.0210624s2017 gm 000 0 eng  a 2021355836 aDLCbengerdacDLCdUKMGBdOCLCFdAUWdYDX aGBB7M78982bnb7 a0186244372Uk a9781138309401 a1138309400 a(OCoLC)1001277640 apcc af------00aJQ1875b.A7494 201704a320.96090422300aAfrican political thought of the twentieth century :ba re-engagement /cedited by Shiera S. el-Malik. 1aGambia :bRoutledge,c2017. a95 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aPolitical sciencezAfricaxPhilosophyy20th century. 0aPolitical sciencezAfricaxHistoryy20th century. 0aAfricaxPolitics and governmenty20th century. 6aAfriquexPolitique et gouvernementy20e siècle. 7aPolitics and government.2fast0(OCoLC)fst01919741 7aAfrica.2fast0(OCoLC)fst01239509 7a1900-19992fast1 aMalik, Shiera S. el-,d1972-,eeditor. aYBP Library ServicesbYANKn14749227 a92bPUL03204cim a2200769 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040008500109019002700194020001800221020001500239024002500254028002800279035006000307037003400367037003400401042001400435043001200449050002500461082002300486100004200509245011100551250001600662264004100678300005400719306001100773336003300784337002300817338003100840344001900871344001900890344001200909347002200921347001300943500002600956511002700982520014801009505037701157600003301534600005901567650004101626651004901667650004701716650006901763650004801832650005501880650004201935651004401977648002102021655002202042655001502064655001602079655004202095655004302137655002302180655002402203655002502227655002402252700003502276700004202311700003102353938003802384994001202422on1002134277OCoLC20230718213016.0sd fsngnnmmned230705s2017 nyunnnne b n eng d a 2023626545 aBLACPbengerdacDLCdOCLCFdBLACPdTEFMTdTEFdKLPdRECBXdROCdB@LdAZZPTdVVW a1006911476a1015327164 a9781427292353 a14272923533 a9781427292353d5399902aDD33951bRecorded Books a(OCoLC)1002134277z(OCoLC)1006911476z(OCoLC)1015327164 a60bkk5bBlackstone Publishing a40bkk5bBlackstone Publishing alccopycat af-sa--- 4aDT1974b.M327 2017ab04a968.07/1092aB2231 aMandela, Nelson,d1918-2013,eauthor.10aDare not linger :bthe presidential years /cNelson Mandela and Mandla Langa ; prologue by Graça Machel. aUnabridged. 1aNew York :bMacmillan Audio,c[2017] a11 audio discs (13.5 hr.) :bdigital ;c4 3/4 in. a133000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from container.0 aRead by Adrian Lester. aTells the story of Nelson Mandela's presidency, drawing heavily on the memoir he began to write as he prepared to finish his term as president.0 aThe challenge of freedom -- Negotiating democracy -- A free and fair election -- Getting into the union buildings -- National unity -- The presidency and the Constitution -- Parliament -- Traditional leadership and democracy -- Transformation of the state -- Reconciliation -- Social and economic transformation -- Negotiating the media -- On the African and world stages.10aMandela, Nelson,d1918-2013.17aMandela, Nelson,d1918-2013.2fast0(OCoLC)fst01899655 0aPresidentszSouth AfricavBiography. 0aSouth AfricaxPolitics and governmenty1994- 6aPrésidentszAfrique du SudvBiographies. 7aBIOGRAPHY & AUTOBIOGRAPHYxPresidents & Heads of State.2bisacsh 7aPOLITICAL SCIENCExWorldxAfrican.2bisacsh 7aPolitics and government.2fast0(OCoLC)fst01919741 7aPresidents.2fast0(OCoLC)fst01075723 7aSouth Africa.2fast0(OCoLC)fst01204616 7aSince 19942fast 0aAudiobooks on CD. 2aBiography. 4aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aBiographies.2fast0(OCoLC)fst01919896 7aAudiobooks.2lcgft 7aBiographies.2lcgft 7aLivres audio.2rvmgf 7aBiographies.2rvmgf1 aLanga, Mandla,d1950-eauthor.1 aMachel, Graça,ewriter of prologue.1 aLester, Adrian,enarrator. aRecorded BooksbRECBnrdd90033951 a92bPUL02231cam a2200493 i 4500001001300000003000600013005001700019008004100036010003100077040005000108066000700158020003800165020003500203035002200238042000800260043001200268050002500280245007700305264009200382300005800474336002600532337002800558338002700586500009600613504005300709505007200762600002000834600004600854650006700900650006900967650007201036650007401108650005301182650005101235651004901286648002001335655003901355710006401394880006301458880007701521880007101598880005601669994001201725on1007542136OCoLC20230718213016.0210510s2013 ja abh b 001 0 jpn  a 2020436563z 2021369222 aDLCbengerdacDLCdOCLCFdSTFdPAUdPULdZCU c$1 a9784805506912q(hardcover ;qset) a4805506911q(hardcover ;qset) a(OCoLC)1007542136 apcc aa-ja---00aNA6056.O57bK55 2013006880-01aKikudaki no chūmon /cKikudaki no Chūmon Kenkyūkai hencho. 16880-02aTōkyō-to Chūō-ku :bChūō Kōron Bijutsu Shuppan,cHeisei 25 [2013] a2 volumes :billustrations, maps, facsimiles ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aReproduction of manifestations in the collection of Sumoto Shiritsu Awaji Bunka Rekishikan. aIncludes bibliographical references and indexes.006880-03g[1]tEiin, shakubun hen --g[2]tKaidai, gendai goyaku hen.30aSaitō family.37aSaitō family.2fast0(OCoLC)fst00215520 0aShinto architecturezJapanzŌita-kenxHistoryy16th century. 0aBuddhist architecturezJapanzŌita-kenxHistoryy16th century. 6aArchitecture shintōzJaponzŌita (Ken)xHistoirey16e siècle. 6aArchitecture bouddhiquezJaponzŌita (Ken)xHistoirey16e siècle. 7aBuddhist architecture.2fast0(OCoLC)fst01727575 7aShinto architecture.2fast0(OCoLC)fst01116102 7aJapanzŌita-ken.2fast0(OCoLC)fst01209091 7a1500-15992fast 7aHistory.2fast0(OCoLC)fst014116282 6880-04aKikudaki no Chūmon Kenkyūkai,eauthor,eeditor.006245-01a木砕之注文 /c木砕之注文研究会編著. 16264-02a東京都中央区 :b中央公論美術出版,c平成25 [2013]006505-03g[1]t影印・釈文篇 --g[2]t解題・現代語訳篇.2 6710-04a木砕之注文研究会,eauthor,eeditor. a92bPUL01950cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040005100094016001800145020003100163020001500194020002700209025002600236035002200262037005300284042002100337043001200358050002300370082001700393100004100410245006000451246000900511264004800520300006400568336002600632337002800658338002700686500002000713530003300733504006700766610004700833600002900880600005500909650003300964651004200997650002801039651005101067650003601118650005201154650005501206651003701261648002001298700002901318938004901347994001201396on1015874484OCoLC20230718213016.0171216s2018 ii a 001 0 eng d a 2017326165 aDKAGEbengerdacDLCdDLCdOCLCFdUKMGBdDKAGE7 a0188829702Uk a9789387324176q(paperback) a9387324176 z9789387324183q(ebook) aI-E-2017326165; 63-91 a(OCoLC)1015874484 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aJQ292b.S4688 201804a954.05332231 aSharma, Pankajc(Engineer),eauthor.10a2019 :bwill Modi win? /cPankaj Sharma, Saurav Sanyal.30aModi 1aNew Delhi :bKW Publishers Pvt Ltd,c[2018] axxvi, 240 pages :billustrations (black and white) ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. aAlso available as an e-book. aIncludes bibliographical references (pages 211-232) and index.10aIndia.bParliament.bLok SabhaxElections.10aModī, Narendra,d1950-17aModī, Narendra,d1950-2fast0(OCoLC)fst01570188 0aElection forecastingzIndia. 0aIndiaxPolitics and governmenty2014- 0aBharatiya Janata Party. 6aIndexPolitique et gouvernementy21e siècle. 6aÉlectionsxPrévisionzInde. 7aElection forecasting.2fast0(OCoLC)fst00904298 7aPolitics and government.2fast0(OCoLC)fst01919741 7aIndia.2fast0(OCoLC)fst01210276 7a2000-20992fast1 aSanyal, Saurav,eauthor. aD. K. Agencies (P) Ltd.bDKAPnDK-269197-PBK a92bPUL01546cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040005700094015001900151016001800170019001500188020003100203020002800234035004100262042000800303043001200311050003000323082002100353100003400374245006600408264005500474264001100529300009500540336002600635337002800661338002700689504005300716650005300769650004600822650004500868651004000913648002000953655003900973710004701012938004101059994001201100on1022201745OCoLC20230718213016.0230109t20172017stkabf b 001 0 eng  a 2021387518 aDLCbengerdacDLCdYDXdOCLCFdEQOdUKMGBdYUSdNLE aGBB7O66952bnb7 a0186525162Uk a1012526100 a9781907233241q(hardcover) a1907233245q(hardcover) a(OCoLC)1022201745z(OCoLC)1012526100 apcc ae-uk-st00aGV199.44.G72bS27266 201704a796.522094112231 aCrocket, Ken,d1948-eauthor.10aMountaineering in Scotland :byears of change /cKen Crocket. 1a[Glasgow] :bScottish Mountaineering Trust,c2017. 4c©2017 avii, 371 pages, 32 unnumbered pages of plates :billustrations (some color), maps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and indexes. 0aMountaineeringzScotlandxHistoryy20th century. 7aMountaineering.2fast0(OCoLC)fst01028334 7aRock climbing.2fast0(OCoLC)fst01099140 7aScotland.2fast0(OCoLC)fst01206715 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst014116282 aScottish Mountaineering Trust,epublisher. aYBP Library ServicesbYANKn14986605 a92bPUL02441cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004700109019001400156024001700170024002800187028002800215035004000243042001400283100001900297245003900316264004400355300003000399336003700429337002300466338003100489344001900520344001900539344001200558347002200570347001300592511002500605518004100630505057600671650001701247650002301264650001901287650002301306650002301329650001901352650004301371650004501414650004901459700007101508700007901579700005001658700006901708700005301777938004501830994001201875on1024081816OCoLC20230718213016.0sd fsngnnmmned230714s2017 nyumunn n zxx d a 2023626362 aZXCbengerdacDLCdBTCTAdZYUdOCLCFdZXC a9934246541 a8809561706267 a008809561706262gtin-1402aZM 201706bZoho Classix a(OCoLC)1024081816z(OCoLC)993424654 alccopycat1 aDeane, Alison.10aReflections :bVienna to Brooklyn. 1aMillwood, NY :bZoho Classix,c℗2017. a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio0 aAlison Deane, piano. aRecorded in Brooklyn, NY, Apr. 2016.00tImpromptu in B flat major, op. 142 #3, D.835 /rFranz Schubertg(13:20) --t32 variations on an original theme in C minor, WoO 80 /rLudwig van Beethoveng(12:04) --tSuite.t1. Allegrog(1:49) ;t2. Lentog(2:55) ;t3. Andantinog(1:55) ;t4. Very slow and ad libg(4:53) ;t5. Prestog(4:00) /rArturo "Chico" O'Farrill --tVariations on the name "Abegg", op.1 /rRobert Schumanng(9:43) --t"In the Bottoms" suitet1. Prelude -- Nightg(4:25) ;t2. His songg(3:14) ;t3. Honeyg(1:41) ;t4. Barcarolle -- Morningg(4:59) ;t5. Juba danceg(2:38) /rR. Nathaniel Dett. 0aPiano music. 0aVariations (Piano) 0aSuites (Piano) 6aPiano, Musique de. 6aVariations (Piano) 6aSuites (Piano) 7aPiano music.2fast0(OCoLC)fst01063403 7aSuites (Piano)2fast0(OCoLC)fst01137963 7aVariations (Piano)2fast0(OCoLC)fst0116433512aSchubert, Franz,d1797-1828.tImpromptus,mpiano,nD. 935.nNo. 3.12aBeethoven, Ludwig van,d1770-1827.tVariations,mpiano,nWoO 80,rC minor.12aO'Farrill, Chico,d1921-2001.tSuite,mpiano.12aSchumann, Robert,d1810-1856.tThème sur le nom Abegg varié.12aDett, R. Nathaniel,d1882-1943.tIn the bottoms. aBaker and TaylorbBTCPnBECDZHOOZM201706 a92bPUL03352cim a2200829 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040005400124019001400178020001800192020001500210024002500225028002800250035004000278042001400318043001200332050002400344082001400368100004800382245007100430250003000501250001600531264004400547264001200591300006200603306001100665336003300676336003300709337002300742337002600765338003100791344001900822344001900841344001200860344001900872347003300891347001800924500002700942511002400969500009100993520029001084650003901374650006801413650004301481650003801524650003101562650003701593650007001630650004801700650004601748650003901794650005101833650005601884650004601940650004701986651004902033655004202082655004502124655003902169655004902208655002602257655002302283655003702306655002502343856010102368938004102469994001202510on1026234168OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230622t20172017nyunnnndq f n eng d a 2023623214 aQT4bengerdacDLCdBTCTAdTEFdOCLCFdTEFMTdQT4 a972386791 a9781478922681 a14789226803 a9781478922681d5200002a2-X2268bHachette Audio a(OCoLC)1026234168z(OCoLC)972386791 alccopycat an-us-wa 4aPZ7.A382bAb 2017ab04a[Fic]2231 aAlexie, Sherman,d1966-eauthor,enarrator.14aThe absolutely true diary of a part-time Indian /cSherman Alexie. a10th anniversary edition. aUnabridged. 1aNew York, NY :bHachette Audio,c[2017] 4c℗2017 a7 audio discs (480 min.) :bdigital ;c4 3/4 in. +e1 PDF a080000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF aTitle from disc label.0 aRead by the author. aDisc 7 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). aThe story of Junior, a budding cartoonist growing up on the Spokane Indian Reservation. Determined to take his future into his own hands, Junior leaves his troubled school on the reservation to attend an all-white farm town high school where the only other Indian is the school mascot. 0aSpokane IndiansvJuvenile fiction. 0aIndians of North AmericazWashington (State)vJuvenile fiction. 0aIndian reservationsvJuvenile fiction. 0aRace relationsvJuvenile fiction. 0aDiariesvJuvenile fiction. 6aSpokanevRomans, nouvelles, etc. 6aPeuples autochtoneszWashington (État)vRomans, nouvelles, etc. 6aRelations racialesvRomans, nouvelles, etc. 6aJournaux intimesvRomans, nouvelles, etc. 7aDiaries.2fast0(OCoLC)fst00892657 7aIndian reservations.2fast0(OCoLC)fst00969192 7aIndians of North America.2fast0(OCoLC)fst00969633 7aRace relations.2fast0(OCoLC)fst01086509 7aSpokane Indians.2fast0(OCoLC)fst01130331 7aWashington (State)2fast0(OCoLC)fst01204703 7aAudiobooks.2fast0(OCoLC)fst01726208 7aDiary fiction.2fast0(OCoLC)fst01726582 7aFiction.2fast0(OCoLC)fst01423787 7aYoung adult works.2fast0(OCoLC)fst01726790 7aDiary fiction.2lcgft 7aAudiobooks.2lcgft 7aJournaux intimes fictifs.2rvmgf 7aLivres audio.2rvmgf4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/011/829/000000000011829432.jpg aBaker and TaylorbBTCPnBK0020345772 a92bPUL01561cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020002700122020001500149020002500164020002900189035002200218042000800240050002200248100005100270245013700321250001900458264007300477300002400550336002600574337002800600338002700628490003800655504006700693650003800760650003000798650004100828650006400869650005600933650006700989650004301056651004001099994001201139on1030783233OCoLC20230718213016.0180605s2016 ck b f001 0 spa  a 2018406211 aDLCbengerdacDLCdSTF a9789587758689q(papel) a9587758684 z9789587758702q(IDB) z9789587758696q(digital) a(OCoLC)1030783233 apcc00aZ286.S4bR36 20161 aRamírez Martínez, Diana Cristina,eauthor.10aDivulgación y difusión del conocimiento :blas revistas científicas /cDiana Cristina Ramírez Martínez [and three others]. a2a. edición. 1aBogotá, D.C., Colombia :bUniversidad Nacional de Colombia,c2016. a225 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Ciencias de gestión aIncludes bibliographical references (pages 213-222) and index. 0aSciencexPeriodicalsxPublishing. 0aCommunication in science. 0aPeriodicalsxPublishingxManagement. 7aSciencexPeriodicalsxPublishing.2fast0(OCoLC)fst01108328 7aCommunication in science.2fast0(OCoLC)fst00870268 7aPeriodicalsxPublishingxManagement.2fast0(OCoLC)fst01058104 7aPeer review.2fast0(OCoLC)fst01056591 7aColombia.2fast0(OCoLC)fst01205916 a92bPUL05115cim a2201129 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040014500124019001500269020001800284020001500302020006200317020005900379024002500438028002800463035004100491037004600532037003400578037003400612042001400646043001200660050002600672082001400698100003800712245009300750246002700843250001600870264004400886264001200930300006800942306001101010336003301021336003301054337002301087337002601110338003101136344001901167344001901186344001201205344001901217347003301236347001801269490001701287500002701304500008701331511002801418520037801446650003301824650004801857650003201905650004301937650006201980650002402042650003902066650002302105650003402128650005602162651003202218650005602250650007102306650007402377650005502451650008702506650004902593650007502642650006102717650005902778650004102837650004002878650004002918650005602958650005103014651006003065655003303125655002203158655001603180655004203196655005303238655003903291655004803330655004603378655004703424655002903471655003403500700003303534700003203567800006503599856010103664856008403765856008103849938004303930994001203973on1030916891OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230623t20182018nyunnnnjq f n eng d a 2023623220 aTEFMTbengerdacDLCdTEFdBLACPdOCLCFdGK8dIK2dILCdRECBCdVP@dTOHdRCLdZHBdMWDdQQ3dEHHdB@LdLKCdLMJdSINLBdSDDdVVWdWLMdTEFMT a1035001651 a9781478995289 a1478995289 a9781549198519q(sound recording ;qBlackstone Library CD) a1549198513q(sound recording ;qBlackstone Library CD)3 a9781478995289d5180002a2-X9528bHachette Audio a(OCoLC)1030916891z(OCoLC)1035001651 bMidwest Tapenhttp://www.midwesttapes.com aZPcdc9bBlackstone Publishing a40cdc9bBlackstone Publishing alccopycat an-us-ny 4aPZ7.P27653bNc 2018ab04a[Fic]2231 aPatterson, James,d1947-eauthor.14aThe nerdiest, wimpiest, dorkiest I funny ever /cJames Patterson with Chris Grabenstein.1 iSeries title:aI funny aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a4 audio discs (4 hr., 9 min.) :bdigital ;c4 3/4 in. +e1 PDF. a040900 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aI funny ;v6 aTitle from disc label. aDisc 4 includes concluding audio and a PDF of illustrations (Mac & PC compatible).0 aRead by Adam McCarthur. aMiddle school comedian Jamie Grimm can't help feeling like he's reached the top, he has his own smash hit television show and he's won a national funny kid competition. Now he's taking his fame and fortune to international levels by competing in the upcoming world kid comic contest! Will Jamie prove that he's the funniest kid on Earth, or does he stand to lose his crown? 0aComediansvJuvenile fiction. 0aPeople with disabilitiesvJuvenile fiction. 0aContestsvJuvenile fiction. 0aVoyages and travelsvJuvenile fiction. 0aFamilieszNew York (State)zLong BeachvJuvenile fiction. 1aComediansvFiction. 1aPeople with disabilitiesvFiction. 1aContestsvFiction. 1aVoyages and travelsvFiction. 1aFamily lifezNew York (State)zLong BeachvFiction. 1aLong Beach (N.Y.)vFiction. 6aComiquesvRomans, nouvelles, etc. pour la jeunesse. 6aPersonnes handicapéesvRomans, nouvelles, etc. pour la jeunesse. 6aConcours et compétitionsvRomans, nouvelles, etc. pour la jeunesse. 6aVoyagesvRomans, nouvelles, etc. pour la jeunesse. 6aFamilleszNew York (État)zLong BeachvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxHumorous Stories.2bisacsh 7aJUVENILE FICTIONxSocial IssuesxSelf-Esteem & Self-Reliance.2bisacsh 7aJUVENILE FICTIONxSocial IssuesxSpecial Needs.2bisacsh 7aJUVENILE FICTIONxFamilyxAlternative Family.2bisacsh 7aComedians.2fast0(OCoLC)fst00869077 7aContests.2fast0(OCoLC)fst00876656 7aFamilies.2fast0(OCoLC)fst01728849 7aPeople with disabilities.2fast0(OCoLC)fst01057245 7aVoyages and travels.2fast0(OCoLC)fst01169308 7aNew York (State)zLong Beach.2fast0(OCoLC)fst01220448 0aChildren's audiobooks on CD. 0aAudiobooks on CD. 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aJuvenile works.2fast0(OCoLC)fst01411637 7aHumorous fictionvJuvenile fiction.2gsafd 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft1 aGrabenstein, Chris,eauthor.1 aMcCarthur, Adam,enarrator.1 aPatterson, James,d1947-tI funny novels.hSpoken word ;v6.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/011/969/000000000011969989.jpg4 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD37336/DD37336_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781478995289 aRecorded Books, LLCbRECCnrbcdDD37336 a92bPUL02976cjm a2200685 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177041000800199042001400207048002100221048002100242245004000263264004600303264001200349300005500361306006700416336003700483337002300520338003100543344001900574344001900593344001200612347002200624347001300646382004600659382005100705500002700756511008900783500008800872505027600960650003501236650004601271650004301317650007201360650006101432655004501493655005101538655004101589655003201630655002201662655002601684655003401710655002801744655003101772700005201803700003901855700003801894700012301932700007102055700011102126710004102237994001202278on1045797676OCoLC20230718213016.0sd fsngnnmmned230711t20182018azuuunn efi n zxx d a 2023626314 aZJSbengerdacDLC1 a09940272392102aDCD 723bSummit Records a(OCoLC)10457976760 geng alccopycat awc01asc01aka01 awg01asc01aka0100aMusic of Fauré, Buide, Zemlinsky. 1aTempe, Arizona :bSummit Records,c[2018] 4c℗2018 a1 audio disc (1 hr., 3 min., 26 sec.) ;c4 3/4 in. a000550a000904a000455a000648a000737a001414a000912a000546 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio01aclarinetn1acellon1apianon1s32lcmpt01abass clarinetn1acellon1apianon1s32lcmpt aTitle from disc label.0 aTrio Séléné (Mingzhe Wang, clarinet ; Eli Lara, cello ; Ilya Poletaev, piano). aProgram and biographical notes in English (8 unnumbered pages : portrait) inserted.0 aTrio in D minor for clarinet (originally violin), cello, and piano, op. 120 / Gabriel Fauré (19:49) -- Two fragments for bass clarinet, cello, and piano / Fernando Buide (14:25) -- Trio in D minor for clarinet, cello, and piano, op. 3 / Alexander von Zemlinsky (29:12). 0aTrios (Piano, clarinet, cello) 0aTrios (Piano, clarinet, cello), Arranged. 6aTrios (Piano, clarinette, violoncelle) 7aTrios (Piano, clarinet, cello), Arranged.2fast0(OCoLC)fst01861726 7aTrios (Piano, clarinet, cello)2fast0(OCoLC)fst01861725 7aChamber music.2fast0(OCoLC)fst01726551 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aArt music.2fast0(OCoLC)fst01920007 7aArrangements (Music)2lcgft 7aArt music.2lcgft 7aChamber music.2lcgft 7aArrangements (Musique)2rvmgf 7aMusique savante.2rvmgf 7aMusique de chambre.2rvmgf1 aWang, Mingzhec(Clarinetist),einstrumentalist.1 aLara, Elizabeth,einstrumentalist.1 aPoletaev, Ilya,einstrumentalist.12iContainer of (expression):aFauré, Gabriel,d1845-1924.tTrio,mpiano, violin, cello,nop. 120,rD minor;oarranged.12iContainer of (work):aBuide del Real, Fernando,d1980-tFragments.12iContainer of (work):aZemlinsky, Alexander,d1871-1942.tTrios,mpiano, clarinet, cello,nop. 3,rD minor.2 aTrio Séléné,einstrumentalist. a92bPUL04296cjm a2201033 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007400109024001700183028002800200028002800228035002200256041000800278042001400286047001100300050002100311082001500332245003100347264004600378264001200424300003000436306005100466336003700517337002300554338003100577340001400608344001900622344001900641344001200660344001900672347002200691347001300713382003200726382002200758382004400780500002700824511006800851518004700919500004300966505031401009650003601323650001601359650002601375650002901401650002601430650002301456650003301479650003601512650002201548650003101570650002801601650002501629650006201654650004201716650005201758650005501810650005201865650004901917650005901966655003902025655004902064655004502113655004102158655005102199655002602250655003202276655002202308655002002330655003002350655003102380655003402411655002802445655002002473655003202493700004402525700003902569700003602608700009902644700006802743700006302811700008102874700009502955700009903050856010103149994001203250on1046055874OCoLC20230718213016.0sd fsngnnmmned230714t20182018azumunn efi n zxx d a 2023626365 aTEFMTbengerdacDLCdTEFdOCLCFdJTHdCINdB@LdNYPdCLEdGK8dTEFMT10a09940271892702aDCD 718bSummit Records02aSMT-718bSummit Records a(OCoLC)10460558740 geng alccopycat asnarp 4aM5.C87bA45 201804a788.9822300aAlight /cTom Curry, tuba. 1aTempe, Arizona :bSummit Records,c[2018] 4c℗2018 a1 audio disc ;c4 3/4 in. a000721a000409a000902a001310a000716a001827 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01atuban1apianon1s22lcmpt01atuban1s12lcmpt01apiccolon1atuban1apianon1s32lcmpt aTitle from disc label.0 aTom Curry, tuba ; Iva Ugrčič, piccolo ; Vincent Fuh, piano. oRecordedpAudio for the Arts, Maidson, WI. aProgram notes in English in container.00tDeux mélodies hébraïques /rMaurice Ravelg(7:21) --tMaknongan /rGiacinto Scelsig(4:09) --tLamento /rSofia Gubaidulinag(9:02) --tSonata for tuba and piano /rWilliam Bardwellg(13:10) --tRhapsody /rWillson Osborneg(7:16) --tComposition no. 1: "Dona nobis pacem" /rGalina Ustvolskayag(18:27) 0aTuba and piano music, Arranged. 0aTuba music. 0aTuba and piano music. 0aSonatas (Tuba and piano) 0aTuba music, Arranged. 0aRhapsodies (Music) 0aTrios (Piano, piccolo, tuba) 6aTuba et piano, Musique de, arr. 6aTuba, Musique de. 6aTuba et piano, Musique de. 6aSonates (Tuba et piano) 6aRhapsodies (Musique) 7aTuba and piano music, Arranged.2fast0(OCoLC)fst01158455 7aTuba music.2fast0(OCoLC)fst01158460 7aTuba and piano music.2fast0(OCoLC)fst01158454 7aSonatas (Tuba and piano)2fast0(OCoLC)fst01125974 7aTuba music, Arranged.2fast0(OCoLC)fst01197042 7aRhapsodies (Music)2fast0(OCoLC)fst01096907 7aTrios (Piano, piccolo, tuba)2fast0(OCoLC)fst01196740 7aSonatas.2fast0(OCoLC)fst01920363 7aRhapsodies (Music)2fast0(OCoLC)fst01726722 7aChamber music.2fast0(OCoLC)fst01726551 7aArt music.2fast0(OCoLC)fst01920007 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2lcgft 7aArrangements (Music)2lcgft 7aArt music.2lcgft 7aSonatas.2lcgft 7aRhapsodies (Music)2lcgft 7aMusique de chambre.2rvmgf 7aArrangements (Musique)2rvmgf 7aMusique savante.2rvmgf 7aSonates.2rvmgf 7aRhapsodies (Musique)2rvmgf1 aCurry, Tomc(Tubist),einstrumentalist.1 aUgrčić, Iva,einstrumentalist.1 aFuh, Vincent,einstrumentalist.12iContainer of (expression):aRavel, Maurice,d1875-1937.tMélodies hébraïques;oarranged.12iContainer of (work):aScelsi, Giacinto,d1905-1988.tMaknongan.12iContainer of (work):aGubaidulina, Sofia,d1931-tLamento.12iContainer of (work):aBardwell, William,d1915-1994.tSonatas,mtuba, piano.12iContainer of (expression):aOsborne, Willson,d1906-1979.tRhapsody,mclarinet;oarranged.12iContainer of (work):aUstvolʹskai︠a︡, Galina Ivanovna,d1919-2006.tCompositions,nno. 1.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/148/000000000012148166.jpg a92bPUL03516cim a2200793 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040009900109019001500208020001800223020001500241020006200256020005900318024002500377028002800402035004100430037003400471037003400505042001400539050002700553082001600580100003400596245003500630250001600665264004400681264001200725300005200737306001100789336003300800337002300833338003100856344001900887344001900906344001200925344001900937347002200956347001300978500002700991511002501018520058401043650003501627650002201662650005401684650003501738650005301773650003701826650007601863650005301939650004801992650005202040650003902092650007102131650005202202655005002254655005302304655004202357655003902399655002902438655002302467655003102490655003402521655002502555700002902580856010102609994001202710on1047696573OCoLC20230718213016.0sd fsngnnmmned230615t20182018nyunnnn f n eng d a 2023623194 aTOHbengerdacDLCdTEFdOCLCFdBLACPdKLPdDPLdOZ2dPX0dB@LdIDLEWdLMJdJCWdSOMdILCdTOH a1084370259 a9781549168765 a1549168762 a9781549176296q(sound recording ;qBlackstone Library CD) a1549176293q(sound recording ;qBlackstone Library CD)3 a9781549168765d5350002a2-Y6876bHachette Audio a(OCoLC)1047696573z(OCoLC)1084370259 aZPcngbbBlackstone Publishing a40cngbbBlackstone Publishing alccopycat 4aPR6103.A72bS66 2018ab04a823/.922231 aCarey, M. R.,d1959-eauthor.10aSomeone like me /cM.R. Carey. aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a14 audio discs (17 hr.) :bdigital ;c4 3/4 in. a170000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aRead by Robin Miles. aShe looks like me. She sounds like me. Now she's trying to take my place. Liz Kendall wouldn't hurt a fly. She's a gentle woman devoted to bringing up her kids in the right way, no matter how hard times get. But there's another side to Liz; one which is dark and malicious. A version of her who will do anything to get her way, no matter how extreme or violent. And when this other side of her takes control, the consequences are devastating. The only way Liz can save herself and her family is if she can find out where this new alter-ego has come from, and how she can stop it. 0aMultiple personalityvFiction. 0aMothersvFiction. 0aMarital violencexPsychological aspectsvFiction. 0aWomenxMental healthvFiction. 6aPersonnalité multiplevRomans, nouvelles, etc. 6aMèresvRomans, nouvelles, etc. 6aViolence entre conjointsxAspect psychologiquevRomans, nouvelles, etc. 6aFemmesxSanté mentalevRomans, nouvelles, etc. 7aFICTIONxThrillersxPsychological.2bisacsh 7aWomenxMental health.2fast0(OCoLC)fst01176848 7aMothers.2fast0(OCoLC)fst01026940 7aMarital violencexPsychological aspects.2fast0(OCoLC)fst01430728 7aMultiple personality.2fast0(OCoLC)fst01028994 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aPsychological fiction.2fast0(OCoLC)fst01726481 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aSuspense fiction.2gsafd 7aAudiobooks.2lcgft 7aThrillers (Fiction)2lcgft 7aPsychological fiction.2lcgft 7aLivres audio.2rvmgf1 aMiles, Robin,enarrator.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/079/000000000012079610.jpg a92bPUL05019cim a2201105 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040009600124019001500220020005500235020001500290020006200305020005900367024002500426028002800451035004100479037004600520037003400566037003400600042001400634043001200648050002800660082001400688100003200702245004700734246004800781250001600829264004400845264001200889300006200901306001100963336003300974336003301007337002301040337002601063338003101089344001901120344001901139344001201158344001901170347003301189347001801222490003901240500002601279511002701305500008501332520054601417600004101963600005802004650002702062650002702089650003102116650002702147651005802174650005402232650004702286650004602333651007702379650004202456650006502498650006902563650005402632650007502686650004902761650004702810650007102857650005602928650006802984650004403052650004403096650004403140650004803184651004503232648002003277655002503297655006103322655004203383655003903425655003903464655004603503655004903549655002703598655004203625655002303667655002703690655002503717700003803742700004103780800008003821994001203901on1048899790OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230626t20182018nyunnnndq f n eng d a 2023623229 aTEFMTbengerdacDLCdTEFdBLACPdOCLCFdLIVdIUKdUEOdIDQdLKCdWYGdBYVdKSLdSOMdTEFMT a1100776400 a9781478995975q(sound recording ;qHachette Audio) a1478995971 a9781549145681q(sound recording ;qBlackstone Library CD) a1549145681q(sound recording ;qBlackstone Library CD)3 a9781478995975d5300002a2-X9597bHachette Audio a(OCoLC)1048899790z(OCoLC)1100776400 bMidwest Tapenhttp://www.midwesttapes.com aZPcichbBlackstone Publishing a40cichbBlackstone Publishing alccopycat ae-uk--- 4aPZ7.1.M3648bEsc 2018ab04a[Fic]2231 aManiscalco, Kerri,eauthor.10aEscaping from Houdini /cKerri Maniscalco.1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a12 audio discs (13 hr.) :bdigital ;c4 3/4 in. +e1 PDF. a130000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aStalking Jack the Ripper ;vbook 3 aTitle from container.0 aRead by Nicola Barber. aDisc 12 includes the concluding audio and a PDF of images (Mac & PC compatible). aAudrey Rose Wadsworth and her partner-in-crime-investigation, Thomas Cresswell, are en route to New York to help solve another blood-soaked mystery. Embarking on a week-long voyage across the Atlantic on the opulent RMS Etruria, they're delighted to discover a traveling troupe of circus performers, fortune tellers, and a certain charismatic young escape artist entertaining the first-class passengers nightly. But then, privileged young women begin to go missing without explanation, and a series of brutal slayings shocks the entire ship.10aHoudini, Harry,d1874-1926vFiction.17aHoudini, Harry,d1874-1926.2fast0(OCoLC)fst00041614 0aCruise shipsvFiction. 0aOcean travelvFiction. 0aSerial murderersvFiction. 0aMagic tricksvFiction. 0aGreat BritainxHistoryyVictoria, 1837-1901vFiction. 6aPaquebots de croisièrevRomans, nouvelles, etc. 6aTueurs en sérievRomans, nouvelles, etc. 6aPrestidigitationvRomans, nouvelles, etc. 6aGrande-BretagnexHistoirey1837-1901 (Victoria)vRomans, nouvelles, etc. 7aYOUNG ADULT FICTIONxHorror.2bisacsh 7aYOUNG ADULT FICTIONxMysteries & Detective Stories.2bisacsh 7aYOUNG ADULT FICTIONxParanormal, Occult & Supernatural.2bisacsh 7aYOUNG ADULT FICTIONxHistoricalxEurope.2bisacsh 7aYOUNG ADULT FICTIONxHistoricalzUnited Statesx19th Century.2bisacsh 7aYOUNG ADULT FICTIONxGhost Stories.2bisacsh 7aYOUNG ADULT FICTIONxLaw & Crime.2bisacsh 7aYOUNG ADULT FICTIONxPerforming ArtsxTheater & Musicals.2bisacsh 7aYOUNG ADULT FICTIONxScience & Technology.2bisacsh 7aYOUNG ADULT FICTIONxSocial ThemesxClass Differences.2bisacsh 7aCruise ships.2fast0(OCoLC)fst00884372 7aMagic tricks.2fast0(OCoLC)fst01005507 7aOcean travel.2fast0(OCoLC)fst01043585 7aSerial murderers.2fast0(OCoLC)fst01113110 7aGreat Britain.2fast0(OCoLC)fst01204623 7a1837-19012fast 0aYoung Adult fiction. 7aDetective and mystery fiction.2fast0(OCoLC)fst01726581 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aHistory.2fast0(OCoLC)fst01411628 7aHorror fiction.2fast0(OCoLC)fst01921684 7aYoung adult works.2fast0(OCoLC)fst01726790 7aHorror fiction.2gsafd 7aDetective and mystery fiction.2lcgft 7aAudiobooks.2lcgft 7aHorror fiction.2lcgft 7aLivres audio.2rvmgf1 aBarber, Nicola,d1978-enarrator.1 aPatterson, James,d1947-epresenter.1 aManiscalco, Kerri.tStalking Jack the Ripper series.sSpoken word ;vbk. 3. a92bPUL05748cim a2201321 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040011600124020005500240020001500295020006200310020005900372024002500431028002800456035002200484037004600506037003400552037003400586042001400620050002800634082001400662100005300676245004800729246001400777246003300791250001600824264004400840264001200884300007200896306001100968336003300979336003301012337002301045337002601068338003101094344001901125344001901144344001901163347003301182347001801215490002901233500002701262511005701289521001001346500008901356520052001445650003601965650003102001650005602032650003202088650003402120650003502154650002702189650002202216650002302238650002302261650002502284650002602309650006402335650005802399650005702457650005602514650006702570650004902637650006002686650006202746650006102808650005002869650004202919650004302961650004803004650006303052650004403115650003903159650004003198650004303238650003803281650003903319650004103358650003403399650002903433650003003462650003203492650004403524650005003568650004603618650004103664650004203705655001703747655003803764655004803802655004203850655005303892655004703945655003903992655004604031655002804077655002904105655003404134655002304168655002804191655001904219655002004238655002504258655001904283700004404302800006804346994001204414on1050271238OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230626t20182018nyunnnnjq f n eng d a 2023623226 aTEFMTbengerdacDLCdTEFdBLACPdOJ4dOCLCFdGK8dJTHdVP@dGO3dEHHdIQ2dKLPdB@LdIZ8dYW6dLD4dBYVdTEFMT a9781549114960q(sound recording ;qHachette Audio) a1549114964 a9781549145667q(sound recording ;qBlackstone Library CD) a1549145665q(sound recording ;qBlackstone Library CD)3 a9781549114960d5250002a2-Y1496bHachette Audio a(OCoLC)1050271238 bMidwest Tapenhttp://www.midwesttapes.com aZPcicibBlackstone Publishing a40cicibBlackstone Publishing alccopycat 4aPZ7.1.H3747bMag 2018ab04a[Fic]2231 aHarris, Neil Patrick,d1973-eauthor,enarrator.14aThe second story /cby Neil Patrick Harris.3 a2nd story1 iSeries title:aMagic misfits aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a5 audio discs (5.5 hr.) :bCD audio, digital ;c4 3/4 in. +e1 PDF. a053000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 a[The Magic Misfits] ;v2 aTitle from disc label.0 aRead by Neil Patrick Harris and Christina Hendricks.1 a8-12. aDisc 1 includes audio and a PDF of how-to's and illustrations (Mac & PC compatible). aGrowing up in an orphanage, Leila was bullied for being different. But she turned her hardship into skill by becoming an escape artist, a valuable trait when belonging to a group of magical best friends. When a famous psychic comes to town, however, Leila and her pals won't be able to escape the big mystery heading their way. Whether chasing mad monkeys or banishing ghosts from haunted hotels, these six friends will do their best to keep Mineral Wells safe. But can they still protect themselves in the process? 0aMagic tricksvJuvenile fiction. 0aOrphansvJuvenile fiction. 0aIdentity (Philosophical concept)vJuvenile fiction. 0aPsychicsvJuvenile fiction. 0aFriendshipvJuvenile fiction. 0aGay fathersvJuvenile fiction. 1aMagic tricksvFiction. 1aOrphansvFiction. 1aIdentityvFiction. 1aPsychicsvFiction. 1aFriendshipvFiction. 1aGay fathersvFiction. 6aPrestidigitationvRomans, nouvelles, etc. pour la jeunesse. 6aIdentitévRomans, nouvelles, etc. pour la jeunesse. 6aMédiumsvRomans, nouvelles, etc. pour la jeunesse. 6aAmitiévRomans, nouvelles, etc. pour la jeunesse. 6aPères homosexuelsvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTION / Fantasy & Magic.2bisacsh 7aJUVENILE FICTION / Social Issues / Friendship.2bisacsh 7aJUVENILE FICTION / Action & Adventure / General.2bisacsh 7aJUVENILE FICTION / Family / Alternative Family.2bisacsh 7aJUVENILE FICTION / Humorous Stories.2bisacsh 7aFriendship.2fast0(OCoLC)fst00935174 7aGay fathers.2fast0(OCoLC)fst00939096 7aHumorous stories.2fast0(OCoLC)fst00963818 7aIdentity (Philosophical concept)2fast0(OCoLC)fst00966889 7aMagic tricks.2fast0(OCoLC)fst01005507 7aOrphans.2fast0(OCoLC)fst01048433 7aPsychics.2fast0(OCoLC)fst01081230 7aMagic tricksvJuvenile fiction.2sears 7aOrphansvJuvenile fiction.2sears 7aPsychicsvJuvenile fiction.2sears 7aFriendshipvJuvenile fiction.2sears 7aMagic tricksvFiction.2sears 7aOrphansvFiction.2sears 7aPsychicsvFiction.2sears 7aFriendshipvFiction.2sears 7aFriendship.0(OCoLC)fst00935174.2sears 7aHumorous fiction.0(OCoLC)fst00963818.2sears 7aMagic tricks.0(OCoLC)fst01005507.2sears 7aOrphans.0(OCoLC)fst01048433.2sears 7aPsychics.0(OCoLC)fst01081230.2sears 7anovels.2aat 7aNovels.2fast0(OCoLC)fst01921742 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2gsafd 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aFantasy fiction.2lcgft 7aNovels.2lcgft 7aFiction.2lcgft 7aLivres audio.2rvmgf 7aRomans.2rvmgf1 aHendricks, Christina,d1975-enarrator.1 aHarris, Neil Patrick,d1973-tMagic Misfits.hSpoken word ;v2. a92bPUL03267cim a2200793 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040014800109019001500257020001800272020001500290024002500305028002800330035004100358037004600399042001400445050002700459082001400486100003100500245003600531246003600567250001600603264004400619264001200663300006700675306001100742336003300753337002300786338003100809344001900840344001900859344001200878344001900890347002200909347001300931490003500944500002700979511002701006520052001033650002901553650003101582650003101613650004001644650002201684650002501706650002201731650002201753650002001775650005901795650003701854650003901891650003901930655001601969655004201985655005302027655003902080655004602119655005802165655004102223655002802264655003402292655002502326700003802351800007202389994001202461on1051239320OCoLC20230718213016.0sd fsngnnmmned230626t20182018nyunnnnc f n eng d a 2023623223 aTEFMTbengerdacDLCdTEFdOCLCFdCNWPUdJNEdDV1dSJPdJTHdKLPdJQJdJQHdIUKdLKCdANKdB@LdDPLdY#4dWYWBLdRB0dLD4dBYVdGO3dWLMdTEFMT a1091271302 a9781478999454 a14789994543 a9781478999454d5300002a2-X9945bHachette Audio a(OCoLC)1051239320z(OCoLC)1091271302 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.C83535bTwi 2018ab04a[Fic]2231 aCowell, Cressida,eauthor.10aTwice magic /cCressida Cowell.1 iSeries title:aWizard's of Once aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a5 audio discs (approximately 360 min.) :bdigital ;c4 3/4 in. a060000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aThe Wizards of once ;v[bk. 2] aTitle from disc label.0 aRead by David Tennant. aThis was once the story of a young boy Wizard and a young girl Warrior who had been taught since birth to hate each other like poison. Now, the boy Wizard and girl Warrior have been brought together in the Badwoods and they have witnessed the shocking consequences of the Stone That Takes Away Magic. They will need to cast aside their differences once more--for an Evil Spell has broken free. It's up to thirteen-year-old Xar and Wish to find the ingredients. But it means entering dangerous territory unannounced. 0aMagicvJuvenile fiction. 0aWizardsvJuvenile fiction. 0aWitchesvJuvenile fiction. 1aAdventure and adventurersvFiction. 1aPrincesvFiction. 1aPrincessesvFiction. 1aWizardsvFiction. 1aWitchesvFiction. 1aMagicvFiction. 6aSorcièresvRomans, nouvelles, etc. pour la jeunesse. 7aMagic.2fast0(OCoLC)fst01005468 7aWitches.2fast0(OCoLC)fst01176346 7aWizards.2fast0(OCoLC)fst01176452 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aAdventure fiction.vJuvenile sound recordings.2gsafd 7aAction and adventure fiction.2lcgft 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aTennant, David,d1971-enarrator.1 aCowell, Cressida.tWizards of once (Series).hSpoken word ;vbk. 2. a92bPUL03208cim a2200817 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040010400124020001800228020001500246024002500261028002800286035002200314037004600336042001400382050002800396082001400424100004600438245007700484250001600561264004400577264001200621300007300633306001100706336003300717336003300750337002300783337002600806338003100832344001900863344001900882344001200901344001900913347003300932347001800965490002400983500002701007511002401034500010201058520022401160600006501384600004401449650002901493650004001522650002001562650003101582650003901613650006501652650004801717650003701765650007601802650004301878655002201921655001901943655001601962655004201978655005302020655003902073655004202112655004602154655002802200655003402228655002302262700003502285800005802320994001202378on1051774290OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230623t20182018nyunnnnjq f n eng d a 2023623221 aTEFMTbengerdacDLCdTEFdOCLCFdTEFMTdGK8dDV1dOCJdVP@dEHHdIA4dLKCdB@LdLD4dBYVdKC#dVVW a9781549142635 a15491426313 a9781549142635d5200002a2-Y4263bHachette Audio a(OCoLC)1051774290 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.C677474bLan 2018ab04a[Fic]2231 aColfer, Chris,d1990-eauthor,enarrator.14aThe Land of Stories :bthe ultimate book hugger's guide /cChris Colfer. aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a2 audio discs (approximately 2 hr.) :bdigital ;c4 3/4 in. +e1 PDF a020000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bPDFbCD audio1 aThe land of stories aTitle from disc label.0 aRead by the author. aDisc 2 includes the concluding audio and a PDF of illustrations and photos (Mac & PC compatible). aPerfect for new and mega-fans alike, this guidebook captures the magical ins and outs of the Land of Stories listeners know and love and delivers new, never before heard information sure to thrill and satisfy listeners.10aColfer, Chris,d1990-tLand of StoriesvJuvenile literature.11aColfer, Chris,d1990-tLand of Stories. 0aMagicvJuvenile fiction. 0aImaginary placesvJuvenile fiction. 1aMagicvFiction. 1aImaginary placesvFiction. 1aCharacters in literaturevFiction. 6aLieux imaginairesvRomans, nouvelles, etc. pour la jeunesse. 7aImaginary places.2fast0(OCoLC)fst00967571 7aMagic.2fast0(OCoLC)fst01005468 7aCharacters and characteristics in literature.2fast0(OCoLC)fst00852295 7aFairy tales.2fast0(OCoLC)fst00919916 0aAudiobooks on CD. 1aCompact discs. 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aGuidebooks.2fast0(OCoLC)fst01423871 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aChildren's.2migfg1 aDorman, Brandon,eillustrator.1 aColfer, Chris,d1990-tLand of Stories.hSpoken word. a92bPUL01156cam a22003494i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002600117020001500143035002200158042000800180050002400188100003500212245009000247264005800337264001300395300002800408336002600436337002800462338002700490504005600517600002700573650003700600650004600637938004100683938002900724938004100753994001200794on1054364488OCoLC20230718213016.0190831t20192019pau b 001 0 eng  a 2019302757 aDLCbengerdacDLC a9780768448412q(pbk.) a0768448417 a(OCoLC)1054364488 apcc00aBT732.5b.H799 20191 aHunter-Urban, Connie,eauthor.10aBe healed! :bsecrets to divine healing in the model of Jesus /cConnie Hunter-Urban. 1aShippensburg, PA :bDestiny Image Publishers,c[2019] 4c© 2019. avii, 250 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 247-250).00aJesus ChristxExample. 0aSpiritual healingxChristianity. 0aHealingxReligious aspectsxChristianity. aYBP Library ServicesbYANKn15726423 aBrodartbBRODn123244110 aYBP Library ServicesbYANKn16208548 a92bPUL04388cim a2201057 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040009100109020005500200020001500255020006200270020005900332024002500391028002800416035002200444037004600466037003400512037003400546042001400580050002700594082001400621100002800635245004500663246004800708250001600756264004400772264001200816300006100828306001100889336003300900337002300933338003100956344001900987344001901006344001201025344001901037347002201056347001301078500002601091511002801117521001301145520046201158650002301620650002501643650002901668650003101697650002601728650002501754650004101779650002501820650002901845650004201874650002601916650003401942650001301976650004001989650004102029650004602070650004802116650004302164650003102207650005402238650004902292650004902341650005702390650006302447650006702510650005102577650005802628650004002686650004202726650004802768650004302816650004602859655002502905655001702930655004202947655004702989655003903036655004903075655004603124655002303170655002803193655002503221700003103246700004103277994001203318on1056158037OCoLC20230718213016.0sd fsngnnmmned230626t20182018nyunnnnd f n eng d a 2023623228 aTEFMTbengerdacDLCdTEFdOCLCFdBLACPdTZIdKLPdLIVdNZ1dTQ6dCLEdI#XdBYVdTEFMT a9781478992691q(sound recording ;qHachette Audio) a1478992697 a9781549176357q(sound recording ;qBlackstone Library CD) a1549176358q(sound recording ;qBlackstone Library CD)3 a9781478992691d5300002a2-X9269bHachette Audio a(OCoLC)1056158037 bMidwest Tapenhttp://www.midwesttapes.com aZPcl3nbBlackstone Publishing a40cl3nbBlackstone Publishing alccopycat 4aPZ7.N48845bGir 2018ab04a[Fic]2231 aNgan, Natasha,eauthor.10aGirls of paper and fire /cNatasha Ngan.1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2018] 4c℗2018 a12 audio discs (14 hr., 30 min.) :bdigital ;c4 3/4 in. a143000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Allison Hiroto.1 a15 & up. aEach year, eight beautiful girls are chosen as Paper Girls to serve the king. It's the highest honor they could hope for, and the cruelest. But this year, there's a ninth girl. Instead of paper, she's made of fire. Lei isn't content to watch her fate consume her. Instead, she does the unthinkable, she falls in love. Her forbidden romance becomes enmeshed with an explosive plot and Lei must decide just how far she's willing to go for justice and revenge. 0aLesbiansvFiction. 0aCourtesansvFiction. 0aSocial classesvFiction. 0aKings and rulersvFiction. 0aRevolutionsvFiction. 0aYoung adult fiction. 0aTeenagersxSexual behaviorvFiction. 1aCourtesansvFiction. 1aSocial classesvFiction. 1aKings, queens, rulers, etc.vFiction. 1aRevolutionsvFiction. 1aImaginary creaturesvFiction. 1aFantasy. 6aLesbiennesvRomans, nouvelles, etc. 6aCourtisanesvRomans, nouvelles, etc. 6aClasses socialesvRomans, nouvelles, etc. 6aRois et souverainsvRomans, nouvelles, etc. 6aRévolutionsvRomans, nouvelles, etc. 6aRoman pour jeunes adultes. 6aAdolescentsxSexualitévRomans, nouvelles, etc. 7aYOUNG ADULT FICTIONxRomancexLGBT.2bisacsh 7aYOUNG ADULT FICTIONxFantasyxEpic.2bisacsh 7aYOUNG ADULT FICTIONxFantasyxDark Fantasy.2bisacsh 7aYOUNG ADULT FICTIONxAnimalsxMythical Creatures.2bisacsh 7aYOUNG ADULT FICTIONxLegends, Myths, FablesxGeneral.2bisacsh 7aYoung adult fiction.2fast0(OCoLC)fst01183080 7aTeenagersxSexual behavior.2fast0(OCoLC)fst01145644 7aLesbians.2fast0(OCoLC)fst00996540 7aCourtesans.2fast0(OCoLC)fst00881707 7aKings and rulers.2fast0(OCoLC)fst00987694 7aRevolutions.2fast0(OCoLC)fst01096737 7aSocial classes.2fast0(OCoLC)fst01122346 0aYoung Adult fiction. 4aYoung Adult. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aYoung adult works.2fast0(OCoLC)fst01726790 7aFantasy fictionvSound recordings.2gsafd 7aAudiobooks.2lcgft 7aFantasy fiction.2lcgft 7aLivres audio.2rvmgf1 aHiroto, Alison,enarrator.1 aPatterson, James,d1947-epresenter. a92bPUL01818cem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040003500103034000600138035002200144043001200166050002900178052001400207245009400221246013900315255002600454264005700480300003400537336004000571337002800611338002600639490003500665500001800700500010100718534005900819500007500878651003700953650004300990650004701033651005601080651005601136655004201192655003601234655002301270655001701293710003801310994001201348on1056470605OCoLC20230718213016.0aj canzn230717r19771886ie a 0 eng  a 2023585565 aDLCbengerdacDLCdOCLCFdCEF0 aa a(OCoLC)1056470605 af-sa---00aG8504.S79 1886b.S7 1977 a8504bS7900aStellaland :bdiagram shewing farms granted, reserves and government farms in Stellaland.1 iTitle from publisher's brochure:aStellaland :bdiagram shewing farms granted, [native] reserves [town commonage] and government farms aScale not determined. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c71 x 53 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v83 a"12531 8/26." a"Scale: Time with a horse at a walk. N.B. Most farms are "ridden off 60" minutes by 40 minutes." pOriginal version:cLondon : Dangerfield Lith., [1886]. aMap reprinted from the IUP series of the British Parliamentary papers. 0aStellaland (South Africa)vMaps. 0aFarmszSouth AfricazStellalandvMaps. 7aLand use, Rural.2fast0(OCoLC)fst00991587 7aSouth AfricazFree State.2fast0(OCoLC)fst01275637 7aSouth AfricazNorth-West.2fast0(OCoLC)fst01272829 7aFacsimiles.2fast0(OCoLC)fst01411642 7aMaps.2fast0(OCoLC)fst01423704 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01574cem a2200445 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040003500103034001500138035002200153043001200175050002800187052001300215052000900228245009700237255003700334264005700371300003400428336004000462337002800502338002600530490003500556500003000591534006400621500007500685500002200760651003100782651003300813650005200846651004400898651005600942655004200998655003601040655001701076655002301093994001201116on1056471444OCoLC20230718213016.0aj canzn230712r19771853enkd a 0 eng  a 2023585552 aDLCbengerdacDLCdOCLCFdCEF1 aab1250000 a(OCoLC)1056471444 af-sa---00aG8482.O7 1853b.S4 1977 a8482bO7 a850100aSketch of the sovereignty beyond the Orange River :band a supplemetary map of South Africa. aScale approximately 1:1,250,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c45 x 57 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v56 aRelief shown by hachures. pOriginal version:c[London] : J. Arrowsmith Litho., [1853]. aMap reprinted from the IUP series of the British Parliamentary papers. aIncludes 1 inset. 0aOrange River ValleyvMaps. 0aSouth AfricaxHistoryvMaps. 7aHistorical geography.2fast0(OCoLC)fst00958122 7aSouth Africa.2fast0(OCoLC)fst01204616 7aSouth AfricazFree State.2fast0(OCoLC)fst01275637 7aFacsimiles.2fast0(OCoLC)fst01411642 7aMaps.2fast0(OCoLC)fst01423704 7aMaps.2lcgft 7aFacsimiles.2lcgft a92bPUL01139cjm a2200337 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002000127035002200147042001400169082003500183100003300218245005300251260006000304300005800364336003700422337002300459338003100482500001800513500013400531511002400665650001400689650002800703650004000731700001800771994001200789on1066811644OCoLC20230718213016.0sd bsmennmplue230717q19701975xx opnn n eng d a 2023626404 aUWObengcDLC00aDXA 7206bDecca a(OCoLC)1066811644 alccopycat04a782.14qOCoLC221/eng/202302161 aLloyd Webber, Andrew,d1948-10aJesus Christ Superstar /c[Andrew Lloyd Webber]. a[Place of publication not identified],bDecca,c[197-?] a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aA rock opera. aFeaturing Murray Head as Judas Iscariot and Ian Gillan as Jesus Christ, with supporting soloists, and instrumental accompaniment.0 aLyrics by Tim Rice. 0aMusicals. 0aJesus ChristxIn music. 7aMusicals.2fast0(OCoLC)fst010308141 aHead, Murray. a92bPUL01534cam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129035002200136042001400158050002800172100008500200245024900285264004900534300002300583336002600606337002800632338002700660504004100687650002700728650001300755650003900768700007600807880005600883880025700939994001201196on1073012773OCoLC20230718213016.0160609s2015 mk b 000 0 ara d a 2016338664 aUTObengerdacDLCdOCLCFdUTO c(3 a(OCoLC)1073012773 alccopycat00aKBP542.25.S25bA35 20151 6880-01aSālimī, ʻAbd Allāh ibn Ḥumayyid,dapproximately 1871-,eauthor.106880-02aĪḍāḥ al-bayān fī aḥkām nikāḥ al-ṣabyān /clil-ʻAllāmah al-Imām Nūr al-Dīn ʻAbd Allāh ibn Ḥamīd al-Sālimī ; dirāsah wa-taḥqīq ʻAbd al-ʻAzīz ibn Muḥammad ibn Ṣāliḥ al-ʻAwaḍ. 1a[Oman] :b[publisher not identified],c2015. a104 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aMarriage (Islamic law) 6aʻIddah. 7aʻIddah.2fast0(OCoLC)fst011850681 aʻAwaḍī, ʻAbd al-ʻAzīz ibn Muḥammad ibn Ṣāliḥ,eeditor.1 6100-01aسالمي، عبد الله بن حميد.106245-02aإيضاح البيان في أحكام نكاح الصبيان /cللعلامة الإمام نور الدين عبد الله بن حميد السالمي ؛ دراسة وتحقيق عبد العزيز بن محمد بن صالح العوض. a92bPUL03497cim a2200925 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040010800109020001800217020001500235024002500250028002800275035002200303037004600325042001400371043001200385050002700397082001400424100002600438245008200464246003000546246004800576250001600624264004400640264001200684300006700696306001100763336003300774337002300807338003100830344001900861344001900880344001200899344001900911347002200930347001300952490004000965490004301005500002601048511002901074521001101103520029301114650002201407650002201429650003601451650003201487651002001519650002801539650002201567650002201589650003601611650003201647650003001679651002001709650003701729650003701766650006101803650005601864650003901920650003901959650005301998650004902051651003702100655002502137655004202162655003902204655004702243655004902290655002502339655002802364655002302392655002502415700002402440700003302464700006202497994001202559on1079066670OCoLC20230718213016.0sd fsngnnmmned230620t20192019nyunnnnd z n eng d a 2023623205 aTEFMTbengerdacDLCdTEFdOCLCFdOCJdSJPdT7RdFCSdJCXdJTHdKYCdCNCARdIVJdOV7dBYVdWYLSRdTEFMT a9781478999089 a147899908X3 a9781478999089d5300002a2-X9908bHachette Audio a(OCoLC)1079066670 bMidwest Tapenhttp://www.midwesttapes.com alccopycat aa-ii--- 4aPZ7.1.R817bAah 2019ab04a[Fic]2231 aRoy, Rachel,eauthor.10a96 words for love /cRachel Roy and Ava Dash ; [foreword by James Patterson].3 aNinety-six words for love1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a8 audio discs (approximately 540 min.) :bdigital ;c4 3/4 in. a090000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio0 aSpoken word compact discs : Fiction0 aSpoken word compact discs : Unabridged aTitle from container.0 aRead by Soneela Nankani.1 a12-17. aWhile exploring her grandmother's past at an ashram in India with her cousin Anandi, seventeen-year-old Raya finds herself and, perhaps, true love in this modern retelling of the legend of Dushyanta and Shakuntala. A touching coming-of-age story that reads like Eat, Pray, Love for teens. 0aAshramsvFiction. 0aCousinsvFiction. 0aEast Indian AmericansvFiction. 0aHuman traffickingvFiction. 0aIndiavFiction. 1aComing of agevFiction. 1aAshramsvFiction. 1aCousinsvFiction. 1aEast Indian AmericansvFiction. 1aHuman traffickingvFiction. 1aFolklorezIndiavFiction. 1aIndiavFiction. 6aAshramsvRomans, nouvelles, etc. 6aCousinsvRomans, nouvelles, etc. 6aAméricains d'origine indiennevRomans, nouvelles, etc. 6aTraite des êtres humainsvRomans, nouvelles, etc. 7aAshrams.2fast0(OCoLC)fst00818550 7aCousins.2fast0(OCoLC)fst00881894 7aEast Indian Americans.2fast0(OCoLC)fst00901040 7aHuman trafficking.2fast0(OCoLC)fst01739818 7aIndia.2fast0(OCoLC)fst01210276 0aYoung Adult fiction. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aRomance fiction.2fast0(OCoLC)fst01921732 7aYoung adult works.2fast0(OCoLC)fst01726790 7aLove stories.2gsafd 7aRomance fiction.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aDash, Ava,eauthor.1 aNankani, Soneela,enarrator.1 aPatterson, James,d1947-eauthor of foreword,epresenter. a92bPUL04234cim a2200865 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040011600109019001500225020006200240020005900302020001800361020001500379024002500394028002800419035004100447037003400488037003400522042001400556050002400570082002300594100005000617245012100667250001600788264004400804264001200848300005000860306001100910336003300921337002300954338003100977344001901008344001901027344001201046344001901058347002201077347001301099500002601112511008901138520040101227505053901628600003002167600005602197650001402253650002202267650001302289650001802302650001902320650009002339650007002429650007302499650007202572650007902644650004802723650004002771655001902811655002802830655005102858655004202909655004702951655004302998655005303041655004603094655003203140655002303172655003603195655002503231700003203256700003803288700003003326994001203356on1080649925OCoLC20230718213016.0sd fsngnnmmned230620t20192019nyunnnnd z n eng d a 2023623206 aBLACPbengerdacDLCdBLACPdTEFdOCLCFdCGPdJQWdJCXdCNCARdCLEdB@LdDPLdKYCdUTPdWYGdIVJdSOMdBYVdJTA a1097593911 a9781549146114q(sound recording ;qBlackstone Library CD) a1549146114q(sound recording ;qBlackstone Library CD) a9781549170119 a15491701123 a9781549170119d5250002a2-Y7011bHachette Audio a(OCoLC)1080649925z(OCoLC)1097593911 aZPco20bBlackstone Publishing a40co20bBlackstone Publishing alccopycat 4aHV640b.Y685 2019ab04a305.23092/69142231 aYousafzai, Malala,d1997-eauthor,enarrator.10aWe are displaced :bmy journey and stories from refugee girls around the world /cMalala Yousafzai [with Liz Welch]. aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a4 audio discs (4 hr.) :bdigital ;c4 3/4 in. a040000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Neela Vaswani & Deepti Gupta. Featuring a prologue read by Malala Yousafzai. aWith her powerful new book, Nobel Peace Prize winner Malala Yousafzai starts with her own story of displacement to show what it means to lose your home, your community, and the only world you've ever known. She also shares the personal stories of some of the incredible girls she has met on her various journeys to refugee camps and the cities where refugee girls and their families have settled.0 aPart 1: I am displaced. Life as we knew it -- How could this be happening? -- Internally displaced -- Shangla -- Returning home -- Caught between two worlds -- Part 2: We are displaced. Zaynab: Why me and not her? -- Sabreen: No turning back -- Zaynab: Dream big -- Muzoon: I saw hope -- Najla: Thousands of people, just like us -- María: Nobody can take away what we carry inside -- Analisa: Lucky -- Marie Claire: A new beginning -- Jennifer: I needed to do something -- Ajida: At nighttime, we walked -- Farah: This was my story.10aYousafzai, Malala,d1997-17aYousafzai, Malala,d1997-2fast0(OCoLC)fst01918454 0aRefugees. 0aForced migration. 2aRefugees 6aRéfugiés. 7arefugees.2aat 7aJUVENILE NONFICTIONxBiography & AutobiographyxCultural, Ethnic & Regional.2bisacsh 7aJUVENILE NONFICTIONxBiography & AutobiographyxGeneral.2bisacsh 7aJUVENILE NONFICTIONxBiography & AutobiographyxHistorical.2bisacsh 7aJUVENILE NONFICTIONxBiography & AutobiographyxPolitical.2bisacsh 7aJUVENILE NONFICTIONxBiography & AutobiographyxSocial Activists.2bisacsh 7aForced migration.2fast0(OCoLC)fst00931606 7aRefugees.2fast0(OCoLC)fst01092797 0aCompact discs. 4aYoung adult audiobooks. 7aInformational works.2fast0(OCoLC)fst01919930 7aAudiobooks.2fast0(OCoLC)fst01726208 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aJuvenile works.2fast0(OCoLC)fst01411637 7aInformational works.2lcgft 7aAudiobooks.2lcgft 7aDocuments d'information.2rvmgf 7aLivres audio.2rvmgf1 aWelch, Liz,d1969-eauthor.1 aVaswani, Neela,d1974-enarrator.1 aGupta, Deepti,enarrator. a92bPUL02784cim a2200685 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007400109019002700183020001800210020001500228024002500243028002800268035006000296037004600356042001400402050002500416082001400441100004400455245016400499246003800663246010400701250001600805264004400821264001200865300006700877306001100944336003300955337002300988338003101011344001901042344001901061344001201080344001901092347002201111347001301133500002601146511002401172520038601196650002301582650003601605650002201641650001301663650001701676650002601693650001401719650004001733650006201773650004801835650003901883655003901922655004201961655003502003655002302038655002502061994001202086on1082146557OCoLC20230718213016.0sd fsngnnmmned230626t20192019nyunnnn z n eng d a 2023623231 aTEFMTbengerdacDLCdTEFdOCLCFdJBLdTOHdZQPdTYAdLKCdIMDdTEFMT a1091120347a1091174880 a9781478999768 a14789997643 a9781478999768d5300002a2-X9976bHachette Audio a(OCoLC)1082146557z(OCoLC)1091120347z(OCoLC)1091174880 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aBF637.S4bR67 2019ab04a158.12231 aRosenberg, Joan I.,eauthor,enarrator.10a90 seconds to a life you love :bhow to master your difficult feelings to cultivate lasting confidence, resilience, and authenticity /cJoan I. Rosenberg, PhD.3 aNinety seconds to a life you love30aHow to master your difficult feelings to cultivate lasting confidence, resilience, and authenticity aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a8 audio discs (approximately 540 min.) :bdigital ;c4 3/4 in. a090000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by the author. aIn her 30 years as a practicing psychologist, Dr. Joan Rosenberg has found that what most often blocks people from success and feeling capable in life is the inability to experience, move through, and handle eight unpleasant feelings. Knowing how to deal with these intense, overwhelming or unwanted feelings is essential to building confidence, emotional strength, and resilience. 0aEmotionsvFiction. 0aSelf-actualization (Psychology) 0aSelf-realization. 0aSuccess. 2aAchievement. 6aRéalisation de soi. 6aSuccès. 7aEmotions.2fast0(OCoLC)fst00908819 7aSelf-actualization (Psychology)2fast0(OCoLC)fst01111481 7aSelf-realization.2fast0(OCoLC)fst01111892 7aSuccess.2fast0(OCoLC)fst01137041 7aFiction.2fast0(OCoLC)fst01423787 7aAudiobooks.2fast0(OCoLC)fst01726208 7aSelf-help publications.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf a92bPUL02043cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001400172050002300186082001500209100003600224245010600260250002400366264009100390264001100481300004500492336003300537337002800570338002700598385002000625520011200645650005200757650005400809650003200863650004900895650005400944650003400998650005801032650004801090650005001138655002101188655002401209655004501233655003901278655004601317655002601363655002801389700004301417938004101460994001201501on1082447603OCoLC20230718213016.0200402t20202020maua j 000 0 eng d a 2020906228 aYDXbengerdacDLC a9781536203103 a1536203106 a(OCoLC)1082447603 alccopycat00aHT111b.S7135 202004a307.762231 aSteele, Philip,d1948-eauthor.10aCities in layers :bsix famous cities through time /cPhilip Steele ; illustrated by Andrés Lozano. aFirst U.S. edition. 1aSomerville, Massachusetts :bBig Picture Press, an imprint of Candlewick Press,c2020. 4c©2020 a61 pages :bcolor illustrations ;c32 cm astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aChildren2lcdgt aThis book looks at the cities Rome, Beijing, Paris, London, Istanbul, and New York City throughout history. 0aCities and townsxHistoryvJuvenile literature. 0aCity and town lifexHistoryvJuvenile literature. 0aPicture books for children. 6aVillesxHistoirevOuvrages pour la jeunesse. 6aVie urbainexHistoirevOuvrages pour la jeunesse. 6aLivres d'images pour enfants. 7aPicture books for children.2fast0(OCoLC)fst01063717 7aCities and towns.2fast0(OCoLC)fst00861748 7aCity and town life.2fast0(OCoLC)fst00862081 0aChildrens books. 7apicture books.2aat 7aPicture books.2fast0(OCoLC)fst01726789 7aHistory.2fast0(OCoLC)fst01411628 7aJuvenile works.2fast0(OCoLC)fst01411637 7aPicture books.2lcgft 7aLivres d'images.2rvmgf1 aLozano, Andrés,d1980-eillustrator. aYBP Library ServicesbYANKn15975809 a92bPUL05453cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002800171033001500199035002200214042001400236047002700250050002300277082001700300245005200317264004600369264001200415300003000427336003700457337002300494338003100517340001400548344001900562344001900581344001200600344001900612347002200631347001300653382002700666500002700693511004100720508003000761518007500791500009300866520065800959505134101617505133202958650002604290650002104316650003404337650004804371650002704419650003504446650004704481650003704528655001904565655006204584655004004646655002104686655002104707700005104728994001204779on1085580311OCoLC20230718213016.0sd fsngnnmmned230714s2018 azumunn fi n eng d a 2023626364 aLIQbengerdacDLCdLIQdTEFdOCLCFdINU1 a09940273692102aDCD 736bSummit Records 0b3844cS677 a(OCoLC)1085580311 alccopycat amrasuatcavraovasy 4aM110.B33bJ46 201804a788.9/7522300aEuphonium :bexcerpts for band /cMark Jenkins. 1aTempe, Arizona :bSummit Records,c[2018] 4c℗2018 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01aeuphoniumn1s12lcmpt aTitle from disc label.0 aMark Jenkins, euphonium, commentary. aProduced by Mark Jenkins. oRecordedpSpencerville Seventh-day Adventist Church, Spencerville, MD. aProgram notes and biographical notes on Jenkins (8 pages, folded) inserted in container. aFeaturing 26 standard solo "Euphonium Excerpts for Band" with commentary (53 tracks in all), the goal of this recording is not to present a definitive version of these excerpts, nor to give a comprehensive list of every excerpt that could possibly show up on an audition list. Rather, to provide some basic principles of technique and style as they apply to a selection of excerpts, which have become standard repertoire in euphonium auditions over the past thirty years and represent a wide variety of styles and roles that the euphonium is called upon to fill. These principles can then be used as a starting point to create one's own interpretations.0 aIntroduction on march style (1:52) -- Commentary on "Stars and stripes" (1:10) -- The stars and stripes forever / John Philip Sousa (1:31) -- Commentary on "The invicinble eagle" (0:50) -- The invicinble eagle / John Philip Sousa (1:31) -- Commentary on "Army of the Nile" (0:36) -- Army of the Nile / Kenneth Alford (1:18) -- Commentary on "The melody shop" (0:37) -- The melody shop / Karl L. King (1:40) -- Commentary on "The world is waiting for the sunrise" (0:32) -- The world is waiting for the sunrise / Harry Alford (0:20) -- Commentary on "Commando march" (0:44) -- Commando march / Samuel Barber (0:26) -- Commentary on "First suite" (1) (1:08) -- First suite in E-flat for military band (I) / Gustav Holst (0:19) -- Commentary on "First suite" (2) (0:30) -- First suite in E-flat for military band (2) / Gustav Holst (1:06) -- Commentary on "First suite" (3) (0:42) -- First suite in E-flat for military band (3) / Gustav Holst (0:38) -- Commentary on "Second suite" (0:58) -- Second suite in F for military band / Gustav Holst (0:35) -- Commentary on "Theme and variations" (1:27) -- Theme and variations, op. 43a / Arnold Schoenberg (1:04) -- Commentary on "Toccata marziale" (1:03) -- Toccata marziale / Ralph Vaughan Williams (0:41) -- Commentary on "When Jesus wept" (1:08) -- When Jesus wept / William Schumann (2:39).8 aCommentary on "Festival variations" (0:34) -- Festival variations / Claude T. Smith (0:28) -- Commentary on "Rocky Point holiday" (0:49) -- Rocky Point holiday / Ron Nelson (0:46) -- Commentary on "Fiesta del Pacifico" (1:04) -- Fiesta del Pacifico / Roger Nixon (0:30) -- Commentary on "Colonial song" (0:53) -- Colonial song / Percy Grainger (1:32) -- Commentary on "Molly on the shore" (0:44) -- Molly on the shore / Percy Grainger (0:34) -- Commentary on "Pineapple poll" (0:50) -- Pineapple poll / Arthur Sullivan ; arr. Mackerras (1:13) -- Commentary on "J'ai été au bal" (0:43) -- J'ai été au bal / Donald Grantham (0:55) -- Introductory note on transcriptions (0:30) -- Commentary on "Festive overture" (0:53) -- Festive overture / Dmitri Shostakovich ; trans. Hunsberger (0:43) -- Commentary on "Roman carnival overture" (0:59) -- Roman carnival overture / Hector Berlioz ; trans. Safranek (1:16) -- Roman carnival overture / Hector Berlioz ; trans. Godfired (0:42) -- Commentary on "Aegean festival overture" (0:59) -- Aegean festival overture / Andreas Makris ; trans. Bader (0:31) -- Commentary on "The cowboys" (0:47) -- The cowboys / John Williams ; trans. Curnow (0:34) -- Commentary on "Finale from Symphony no. 4" (0:34) -- Finale from Symphoy no. 4 / Pyotr Ilyich Tchaikovsky ; trans. Safranek (0:47). 0aBand musicvExcerpts. 0aEuphonium music. 0aMusicxHistory and criticism. 6aHarmonie (Orchestre), Musique d'vExtraits. 6aEuphonium, Musique d'. 6aMusiquexHistoire et critique. 7aEuphonium music.2fast0(OCoLC)fst00916532 7aMusic.2fast0(OCoLC)fst01030269 7aexcerpts.2aat 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aExcerpts.2fast0(OCoLC)fst01692837 7aExcerpts.2lcgft 7aExtraits.2rvmgf1 aJenkins, Markc(Euphonium player),eperformer. a92bPUL04667cjm a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002800166035002200194041000800216042001400224050002500238245007700263246003500340246004300375264004600418264002000464300003000484306003500514336003700549337002300586338003100609344001900640344001900659344001200678344001900690347002200709347001300731382009700744382005800841382008600899382008300985500002701068500011801095511033401213508016501547500010701712518007101819518010301890518009101993518007202084500010302156505024802259520011402507650003902621650002302660650004002683650004502723650002702768650007102795650006602866650004902932650006502981700003903046700004203085700003703127700003203164700004503196700007403241700006803315700006103383700011303444710004003557710004703597710004503644710005303689710005903742994001203801on1088505112OCoLC20230718213016.0sd fsngnnmmned230713p20182016azuconn iz n zxx d a 2023626328 aVRCbengerdacDLCdVRCdOCLCFdINU1 a09940272492802aDCD 724bSummit Records a(OCoLC)10885051120 geng alccopycat 4aM3.1.R5223bF74 201800aFreedom of movement :b21st century trumpet concertos /cRex Richardson.30a21st century trumpet concertos3 aTwenty first century trumpet concertos 1aTempe, Arizona :bSummit Records,c[2018] 4c℗2018c©2018 a1 audio disc ;c4 3/4 in. a002017a001427a001217a001956 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio013Three world windsbtrumpetn1dpiccolo trumpetn1dflugelhornn1abrass bande1r1t12lcmpt013Freedom of movementbtrumpetn1abande1r1t12lcmpt013Concerto no. 3 for trumpet and brass bandbtrumpetn1abrass bande1r1t12lcmpt013Concerto no. 2 for trumpet and wind ensemblebtrumpetn1abande1r1t12lcmpt aTitle from disc label. aThe 1st work originally for trumpet and wind ensemble, accompaniment arranged for brass band by Patrick Sheridan.0 aRex Richardson, trumpet, piccolo trumpet, flugelhorn (all works) ; Salt River Brass, conducted by Patrick Sheridan (1st work) ; Maidstone Wind Symphony, conducted by Jonathan Crowhurst (2nd work) ; Brass Band of Central Florida, conducted Chad Shoopman (3rd work) ; Symphonic Wind Tokyo, conducted by James Stephenson (4th work). aProducers: Rex Richardson, Clarke Rigsby, Patrick Sheridan, James M. Stephenson, Andy Scott, Jonathan Crowhurst, Gareth Pritchard, Chad Shoopman & Yoshiaki Ito. aAll compositions were written for Rex Richardson and commissioned by Virginia Commonwealth University. 31st workorecordedd2016 November 13,pMesa Arts Center, Mesa, AZ. 32nd workorecordedd2016 October 15,pThe Space Performing Arts Centre, Sevenoaks, United Kingdom. 33rd workorecordedd2016 June 12pWinter Park High School auditorium, Winter Park, FL. 34th workorecordedd2017 September 25pVictor Studio, Tokyo, Japan. aProgram notes and full credits (8 unnumbered pages, folded : illustrations) inserted in container.0 aThree world winds / Allen Vizzutti (20:17) -- Freedom of movement / Andy Scott (14:27) -- Concerto no. 3 for trumpet and brass band / Anthony Plog (12:17) -- Concerto no. 2 for trumpet and wind ensemble : "Rextreme" / James Stephenson (19:56). aFour new concertos by Plog, Scott, Stephenson and Vizzutti, recorded with four ensembles on three continents. 0aTrumpet with brass band, Arranged. 0aTrumpet with band. 0aConcertos (Trumpet with brass band) 0aConcertos (Trumpet with band), Arranged. 6aTrompette et harmonie. 7aConcertos (Trumpet with band), Arranged.2fast0(OCoLC)fst00873848 7aConcertos (Trumpet with brass band)2fast0(OCoLC)fst00873849 7aTrumpet with band.2fast0(OCoLC)fst01158114 7aTrumpet with brass band, Arranged.2fast0(OCoLC)fst011970151 aRichardson, Rex,einstrumentalist.1 aSheridan, Patrick,d1968-econductor.1 aCrowhurst, Jonathan,econductor.1 aShoopman, Chad,econductor.1 aStephenson, James M.,d1969-econductor.12iContainer of (expression):aVizzutti, Allen.tWorld winds;oarranged.12iContainer of (work):aScott, Andy,d1966-tFreedom of movement.12iContainer of (work):aPlog, Anthony.tConcertos,nno. 3.12iContainer of (expression):aStephenson, James M.,d1969-tConcertos,mtrumpet, orchestra,nno. 2;oarranged.2 aSalt River Brass,einstrumentalist.2 aMaidstone Wind Symphony,einstrumentalist.2 aSymphonic Winds Tokyo,einstrumentalist.2 aBrass Band of Central Florida,einstrumentalist.2 aVirginia Commonwealth University,ecommissioning body. a92bPUL03387cim a2200901 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040011300109019001500222020001800237020001500255024002500270028002800295035004100323037004600364042001400410050002700424082001400451100003800465245006000503246002100563246001800584246001600602250001600618264004400634264001200678300007600690306001100766336003300777337002300810338003100833344001900864344001900883344001900902347002200921347001300943490002800956500002600984511002701010521001001037520018701047650002801234650002801262650003901290650003401329650005101363650003401414650001901448650001901467650004201486650003001528650002501558650005401583650007501637650005601712650006301768650003601831650004701867650003601914650004201950650005901992655001602051655004202067655005302109655004702162655003902209655004602248655002902294655002702323655003402350655002502384700003302409700003102442994001202473on1089150703OCoLC20230718213016.0sd fsngnnmmned230623t20192019nyunnnnj f n eng d a 2023623218 aTEFMTbengerdacDLCdTEFdWSDdIEPdW@PdB@LdWYEBRdOE8dSOMdOCLCFdBYVdJRIdEHHdJTHdSINLBdWLMdTEFMT a1101064249 a9781478995951 a14789959553 a9781478995951d5200002a2-X9595bHachette Audio a(OCoLC)1089150703z(OCoLC)1101064249 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.P27653bKat 2019ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aKatt vs. Dogg /cJames Patterson and Chris Grabenstein.3 aKatt versus Dogg3 aCatt vs. Dogg3 aCat vs. Dog aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a4 audio discs (approximately 4.5 hr.) :bCD audio, digital ;c4 3/4 in. a044800 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 a[Katt vs. Dogg]v[v. 1] aTitle from container.0 aRead by Marc Thompson.1 a8-12. aA Dogg family and a Katt family are spending their vacations at Western Frontier Park fighting with each other when a youngster from each family becomes lost in the dangerous forest. 0aCatsvJuvenile fiction. 0aDogsvJuvenile fiction. 0aCooperativenessvJuvenile fiction. 0aFriendshipvJuvenile fiction. 0aNational parks and reservesvJuvenile fiction. 1aImaginary creaturesvFiction. 1aCatsvFiction. 1aDogsvFiction. 1aNational parks and reservesvFiction. 1aCooperativenessvFiction. 1aFriendshipvFiction. 6aChiensvRomans, nouvelles, etc. pour la jeunesse. 6aCoopération (Psychologie)vRomans, nouvelles, etc. pour la jeunesse. 6aAmitiévRomans, nouvelles, etc. pour la jeunesse. 6aParcs nationauxvRomans, nouvelles, etc. pour la jeunesse. 7aCats.2fast0(OCoLC)fst00849374 7aCooperativeness.2fast0(OCoLC)fst00878236 7aDogs.2fast0(OCoLC)fst00896265 7aFriendship.2fast0(OCoLC)fst00935174 7aNational parks and reserves.2fast0(OCoLC)fst01033642 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aHumerous fiction.2lcgft 7aAnimal fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aGrabenstein, Chris,eauthor.1 aThompson, Marc,enarrator. a92bPUL01551cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003100119020001500150025002300165035002200188037005300210042002100263043002100284050002100305100003300326245021000359264005900569300002900628336002600657337002800683338002700711504005700738500021900795650004101014650002601055650004601081938005001127994001201177on1089526790OCoLC20230718213016.0190309s2018 np 000 0 eng d a 2018330764 aDKAGEbengerdacDLC a9789937051880q(paperback) a9937051886 aN-E-2018330764; 28 a(OCoLC)1089526790 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-np---aaz-----00aKPK99b.S36 20181 aSangroula, Yubaraj,eauthor.10aRight to have rights :btheory of anti-deprivation development threshold : a critical discourse on law and development against absurdity of calculus magic or statistical puzzles /cYubaraj Sangroula (PhD). 1aBhaktapur :bLex & Juris Publication Pvt. Ltd.,c2018. axxix, 316 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 284-316). a"Counter argument to neoliberalism, conventional poverty-line theory--a calculus magic, South Asian political structure inheriting colonial legacy, donor driven development modality and privatization of education." 0aLaw and economic developmentzNepal. 0aNeoliberalismzNepal. 0aLaw and economic developmentzSouth Asia. aD. K. Agencies (P) Ltd.bDKAPnDKNPL-2325-PBK a92bPUL04148cim a2201021 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040005600124020005500180020001500235020006200250020005900312024002500371028002800396035002200424037004600446037003400492037003400526042001400560050002600574082001400600100003400614245004200648246004400690246004800734250001600782264004400798264001200842300006000854306001100914336003300925336003300958337002300991337002601014338003101040344001901071344001901090344001201109344001901121347003301140347001801173490003901191500002701230511002401257521001001281500009101291520024501382650003701627650003401664650005601698650003701754650002201791650002801813650002501841650002301866650002201889650006001911650006501971650005802036650002802094650004402122650004902166650006002215650005802275650004802333650004502381650004802426650006302474650004202537650004502579655004202624655005302666655003902719655004802758655004602806655002902852655003002881655003402911655002502945700002802970700004102998800007503039994001203114on1096210155OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230626t20192019nyunnnnjq f n eng d a 2023623227 aTEFMTbengerdacDLCdTEFdBLACPdOCLCFdIA4dTEFMT a9781549117398q(sound recording ;qHachette Audio) a1549117394 a9781549180613q(sound recording ;qBlackstone Library CD) a1549180614q(sound recording ;qBlackstone Library CD)3 a9781549117398d5200002a2-Y1739bHachette Audio a(OCoLC)1096210155 bMidwest Tapenhttp://www.midwesttapes.com aZPcxe5bBlackstone Publishing a40cxe5bBlackstone Publishing alccopycat 4aPZ7.F9234bBad 2019ab04a[Fic]2231 aFry, Michael,d1959-eauthor.10aBad guys finish first /cMichael Fry.1 iSeries title:aHow to be a supervillain1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a3 audio discs (3 hr.) :bdigital ;c4 3/4 in. +e1 PDF. a030000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aHow to be a supervillain ;vbook 3 aTitle from disc label.0 aRead by Nate Begle.1 a8-12. aDisc 3 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). a12-year-old Victor Spoil realizes he's not cut out for life as a supervillain and instead decides to be a librarian. Little does he know that librarians are a kick-butt secret society who will stop at nothing to control and shush the world! 0aSupervillainsvJuvenile fiction. 0aLibrariansvJuvenile fiction. 0aIdentity (Philosophical concept)vJuvenile fiction. 0aGood and evilvJuvenile fiction. 0aHumorous stories. 1aSupervillainsvFiction. 1aLibrariansvFiction. 1aIdentityvFiction. 1aHumorous stories. 6aSupervilainsvRomans, nouvelles, etc. pour la jeunesse. 6aBibliothécairesvRomans, nouvelles, etc. pour la jeunesse. 6aIdentitévRomans, nouvelles, etc. pour la jeunesse. 6aRécits humoristiques. 7aJUVENILE FICTIONxSuperheroes.2bisacsh 7aJUVENILE FICTIONxHumorous Stories.2bisacsh 7aJUVENILE FICTIONxAction & AdventurexGeneral.2bisacsh 7aJUVENILE FICTIONxSocial ThemesxFriendship.2bisacsh 7aJUVENILE FICTIONxFamilyxParents.2bisacsh 7aGood and evil.2fast0(OCoLC)fst00944894 7aHumorous stories.2fast0(OCoLC)fst00963818 7aIdentity (Philosophical concept)2fast0(OCoLC)fst00966889 7aLibrarians.2fast0(OCoLC)fst00997301 7aSupervillains.2fast0(OCoLC)fst01763401 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aJuvenile works.2fast0(OCoLC)fst01411637 7aHumorous fiction.2lcgft 7aSuperhero fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aBegle, Nate,enarrator.1 aPatterson, James,d1947-epresenter.1 aFry, Michael,d1959-tHow to be a supervillain.hSpoken word ;vbk. 3. a92bPUL02929cam a2200625 i 4500001001300000003000600013005001700019008004100036010001700077040005700094066000700151020001800158020001500176035002200191041001800213042001500231043003000246050002600276100008400302240007200386245021800458246007100676246005900747264008100806300004100887336002600928337002800954338002700982490010301009504006701112546003901179650005101218650004701269651006701316651007001383650004201453650003601495650005101531650005401582650004201636650003601678650005701714650005201771650004101823650004701864650005601911650005501967651004602022655004302068700003702111700003102148700003602179880007602215994001202291on1097212673OCoLC20230718213016.0200220s2018 tu a b 001 0 tur c a 2019311777 aPULbengerdacDLCdZCUdOCLCFdSTFdPAUdMEAUCdPUL c(3 a9789751741042 a9751741041 a(OCoLC)10972126731 aturaarahara apccalcode aaw-----aff-----ae-sp---00aJC393.A3bT38185 20181 aṬaraṣūṣī, Ibrāhīm ibn ʻAlī,d1320-approximately 1356,eauthor.10aTuḥfat al-Turk fīmā yajibu an yuʻmala fī al-mulk.lTurkish10aTuhfetü't-Türk :bTarsûsî'nin siyâsetnâmesi (inceleme - eleştirmeli metin - çeviri) /cNecmeddin et-Tarsûsî ; hazırlayan Muhammed Usame Onuş ; editör Özgür Kavak. Hızır Murat Köse.156880-01aTuḥfat al-Turk fī-mā yajibu an yuʻmal fī al-muluk15aTuhfa al-Turk fīmā yajibu an yu'mala fī al-muluk 1aFatih, İstanbul :bTürkiye Yazma Eserler Kurumu Başkanlığı,c2018. a166 pages :billustrations ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTürkiye Yazma Eserler Kurumu Başkanlığı Yayınları ;v106.aBilim ve Felsefe Serisi ;v39 aIncludes bibliographical references (pages 157-161) and index. aIn Arabic and Turkish translation. 0aKings and rulersxDutiesvEarly works to 1800. 0aEducation of princesvEarly works to 1800. 0aIslamic EmpirexKings and rulersxDutiesvEarly works to 1800. 0aIslamic EmpirexKings and rulersxEducationvEarly works to 1800. 0aIslam and statevEarly works to 1800. 0aHanafitesvEarly works to 1800. 0aPublic law (Islamic law)vEarly works to 1800. 6aRois et souverainsxDevoirsvOuvrages avant 1800. 6aIslam et ÉtatvOuvrages avant 1800. 6aHanafitesvOuvrages avant 1800. 6aDroit public (Droit islamique)vOuvrages avant 1800. 7aEducation of princes.2fast0(OCoLC)fst00902875 7aHanafites.2fast0(OCoLC)fst00950818 7aIslam and state.2fast0(OCoLC)fst00979890 7aKings and rulersxDuties.2fast0(OCoLC)fst00987703 7aPublic law (Islamic law)2fast0(OCoLC)fst01082630 7aIslamic Empire.2fast0(OCoLC)fst01244134 7aEarly works.2fast0(OCoLC)fst014116361 aOnuş, Muhammed Usame,eeditor.1 aKavak, Özgür,eeditor.1 aKöse, Hızır Murat,eeditor.156246-01aتحفة الترك فيما يجب ا يعمل في الملك a92bPUL01842cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005400109024001800163028002400181035002200205037004600227041002300273050002700296082001800323245003700341264006400378300003000442336003700472337002300509338003100532340001400563344001900577344001900596344001900615347002200634347001300656500002600669511001900695500005700714505017700771546003300948650003000981650002401011650003101035650004201066648002001108655004201128655002601170655003101196655002601227710004701253994001201300on1100422892OCoLC20230718213016.0sd fsngnnmmned230713s2019 xxuppnn d n eng  a 2023626337 aDLCbengerdacDLCdTEFdOCLCFdUOKdNZAUCdTEFMT3 a711969125952902aMRBLP213bMr. Bongo a(OCoLC)1100422892 bMidwest Tapenhttp://www.midwesttapes.com0 dengdtureengetur 4aM1630.18.S43bM36 201904a782.4216622300aMantra moderne /cKit Sebastian. 1a[Place of publication not identified] :bMr. Bongo,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aKit Sebastian. aLyrics in English and Turkish inserted in container.00tSenden başka --tMantra moderne --tTyranny 20 --tPangea --tKuytu --tUanimda kal --tYürüdüm, büyüdüm, çürüdüm --tWith a sense of grace --tDurma. aSung in English and Turkish. 0aPopular musicy2011-2020. 0aElectronica (Music) 6aRock (Musique)y2011-2020. 7aRock music.2fast0(OCoLC)fst01099204 7a2011-20202fast 7aRock music.2fast0(OCoLC)fst01726724 7aPopular music.2lcgft 7aElectronica (Music)2lcgft 7aRock (Musique)2rvmgf2 aKit Sebastian (Musical group),eperformer. a92bPUL03765cim a2200865 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040009300109019002700202020001800229020001500247024002500262028002800287035006000315042001400375050002800389082001400417100004600431245004100477250001600518264004400534264001200578300006900590306001100659336003300670337002300703338003100726344001900757344001900776344001200795344001900807347002200826347001300848490004200861500002700903511002400930521001000954520056500964650003201529650004101561650002901602650003101631650002301662650003201685650002601717650002001743650002201763650006501785650005401850650005001904650004901954650003902003650003702042650004002079655002002119655004202139655005302181655004702234655003902281655004602320655002802366655002802394655003402422655002302456655002502479800007402504856010102578856008402679856008102763938004302844994001202887on1101639454OCoLC20230718213016.0sd fsngnnmmned230626t20192019nyunnnnc f n eng d a 2023623225 aBYVbengerdacDLCdBYVdTEFdTEFMTdOCLCFdILCdRECBCdJTHdMLSODdCNCARdEHHdN8VdM$K a1122693474a1129194995 a9781549124129 a15491241293 a9781549124129d5300002a2-Y2412bHachette Audio a(OCoLC)1101639454z(OCoLC)1122693474z(OCoLC)1129194995 alccopycat 4aPZ7.C677474bTal 2019ab04a[Fic]2231 aColfer, Chris,d1990-eauthor,enarrator.12aA tale of magic ... /cChris Colfer. aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a10 audio discs (approximately 11.39 hr.) :bdigital ;c4 3/4 in. a112300 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 a[The tale of magic series] ;v[bk. 1] aTitle from disc label.0 aRead by the author.1 a8-12. aFourteen-year-old Brystal Evergreen has always known she was destined for great things, that is, if she can survive the oppressive Southern Kingdom. The only escape she has are books, but since it's illegal for women to read in her country, she has to find creative ways of acquiring them. Working as a maid at her local library gives her the perfect excuse to be near them and allows her to sneak a few titles home when no one is looking. But one-day Brystal uncovers a secret section of the library and finds a book about magic that changes her life forever. 0aSex rolevJuvenile fiction. 0aBooks and readingvJuvenile fiction. 0aMagicvJuvenile fiction. 0aFairiesvJuvenile fiction. 1aSex rolevFiction. 1aBooks and readingvFiction. 1aFamily lifevFiction. 1aMagicvFiction. 1aFairiesvFiction. 6aLivres et lecturevRomans, nouvelles, etc. pour la jeunesse. 6aFéesvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxBooks & Libraries.2bisacsh 7aBooks and reading.2fast0(OCoLC)fst00836454 7aFairies.2fast0(OCoLC)fst00919878 7aMagic.2fast0(OCoLC)fst01005468 7aSex role.2fast0(OCoLC)fst01114598 0aJuvenile works. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2gsafd 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aColfer, Chris,d1990-tTale of magic (Series).hSpoken word ;vbk. 1.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/325/000000000012325949.jpg4 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD47183/DD47183_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781549124129 aRecorded Books, LLCbRECCnrbcdDD47183 a92bPUL03566cim a2200865 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040006200124020001800186020001500204024002500219028002800244035002200272042001400294050002700308082001400335100003800349245008200387246002400469250001600493264004400509264001200553300007400565306001100639336003300650336003300683337002300716337002600739338003100765344001900796344001900815344001200834344001900846347002200865347002100887347001300908347000800921490004200929500002600971511002600997521001501023500009101038520045801129650004401587650004001631650003901671650003001710650004001740650003501780650003101815650003001846650002101876650007101897650006201968650007402030650004802104650003802152650004702190650005202237655004202289655005302331655003902384655004602423655003002469655003402499655002502533700003302558700003002591800006702621994001202688on1101659640OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230621t20192019nyunnnnjq f n eng d a 2023623210 aBYVbengerdacDLCdBYVdTEFdOCLCFdMLSODdJTHdEHHdIEU a9781549117992 a15491179983 a9781549117992d5230002a2-Y1799bHachette Audio a(OCoLC)1101659640 alccopycat 4aPZ7.P27653bMax 2019ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aMax Einstein :brebels with a cause /cJames Patterson and Chris Grabenstein.30aRebels with a cause aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a4 audio discs (approximately 5 hr.) :bdigital ;c4 3/4 in. +e1 PDF. a050000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft atext file2rdaft bCD audio bPDF1 a[The Max Einstein series] ;v[book 2] aTitle from container.0 aRead by Andrea Emmes.1 aAges 8-12. aDisc 4 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). aAfter the evil Corporation attempts to kidnap her in Africa, twelve-year-old Max Einstein is hiding out in New York City. But how can she be like her hero Albert Einstein if she spends her time hiding instead of helping? When her friend Vihaan asks for Max's help at village in India having a water crisis, Max doesn't hesitate, even if it puts her life in danger. It sounds like a problem only the kid geniuses at the Change Makers Institute can solve! 0aSciencexExperimentsvJuvenile fiction. 0aCreative abilityvJuvenile fiction. 0aProblem solvingvJuvenile fiction. 0aGeniusvJuvenile fiction. 0aWaterxPollutionvJuvenile fiction. 1aSciencexExperimentsvFiction. 1aCreative abilityvFiction. 1aProblem solvingvFiction. 1aGeniusvFiction. 6aSciencesxExpériencesvRomans, nouvelles, etc. pour la jeunesse. 6aCréativitévRomans, nouvelles, etc. pour la jeunesse. 6aRésolution de problèmevRomans, nouvelles, etc. pour la jeunesse. 7aCreative ability.2fast0(OCoLC)fst00882417 7aGenius.2fast0(OCoLC)fst00940195 7aProblem solving.2fast0(OCoLC)fst01077890 7aSciencexExperiments.2fast0(OCoLC)fst01108230 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aAdventure fiction.2gsafd 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aGrabenstein, Chris,eauthor.1 aEmmes, Andrea,enarrator.1 aPatterson, James,d1947-tMax Einstein.hSpoken word ;vbk. 2. a92bPUL02357cjm a2200613 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002500161028002700186033003300213035002200246041001800268042001400286050002500300082001800325245006400343246001600407264004200423264001100465300004900476306009100525336003700616337002300653338003100676344001900707344001900726344001200745347002200757347001300779500002700792500008800819511007400907518009400981505029401075650002101369650001601390650002101406650001601427650003601443650004201479648002001521655001501541655003601556655001701592655001701609700005101626938005401677994001201731on1101715640OCoLC20230718213016.0sd fsngnnmmned230714t20192019nyujznn n mul d a 2023626350 aTDFbengcDLCdRBNdOCLCFdTDF10a88095619012902a201901bZoho Records02aZM201901bZoho Records20a201710--a201803--b3804cL6 a(OCoLC)11017156400 dengdspageng alccopycat 4aM1366.H84bV563 2019 4a781.65qOCoLC03aEl violin latinonVol. 3.pLos soñadorescGregor Huebner.3 aSoñadores 1aMillwood, NY :bZoho Records,c[2019] 4c©2019 a1 audio disc (61 min., 50 sec.) ;c4 3/4 in. a000510a000639a000640a000614a000520a000624a000431a000538a000412a000610a000452 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from disc label. aProgram notes in English (8 unnumbered pages; illustrations) inserted in container.0 aGregor Huebner, vocals, violin ; with various accompanying musicians. oRecordedd2017, October and 2018, MarchpAt Spin Recording Studios, Long Island City, NY.00tEquinoxg(5:10) --tObsesióng(6:39) --tLos soñadores =tDreamersg(6:40) --tCuban bluesg(6:14) --tPara un mejor mundog(5:20) --tZapato apretaog(6:24) --tLlanto de lunag(4:31) --tSouth Sudang(5:38) --tTu mi deliriog(4:12) --tYoruban fantasyg(6:10) --tBuey viejog(4:52) 0aJazzy2011-2020. 0aLatin jazz. 6aJazzy2011-2020. 6aLatin jazz. 7aJazz.2fast0(OCoLC)fst00982165 7aLatin jazz.2fast0(OCoLC)fst00993123 7a2011-20202fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf1 aHuebner, Gregor,d1967-eperformer,ecomposer. aTheodore Front Musical LiteraturebTFRTnTF475328 a92bPUL01006cam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040005000094020001800144020001500162035002200177042000800199050002700207100004700234245009400281264006800375300004000443336002600483337002800509338002700537504005200564655003800616655001900654655001900673994001200692on1104147413OCoLC20230718213016.0190528s2018 cr a b 000 0 spa  a 2019387697 aDLCbengerdacDLCdOCLCFdSTFdCUYdGUAdHLS a9789930964095 a9930964096 a(OCoLC)1104147413 apcc00aPQ7489.3.V58bN43 20181 aVíquez Salazar, Roberto,d1955-eauthor.10aNeblina al morir el sol :buna historia de amor y superacion /cRoberto Víquez Salazar. 1aSan José, Costa Rica :bEditorial Libreria Alma Mater,c2018. a203 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 201). 7aNovels.2fast0(OCoLC)fst01921742 7aNovels.2lcgft 7aRomans.2rvmgf a92bPUL02415cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005600109024001700165028002000182035002200202037004600224042001400270050002300284082001800307100003800325245004900363264003400412264001200446300003000458336003700488337002300525338003100548340001400579344001900593344001900612344001200631347002200643347001300665500002600678500006900704511013500773505027000908520017701178650001401355650001201369650001401381650002101395650004001416650003801456655001001494655001501504655003601519655001701555655001701572700007101589700008801660710005301748994001201801on1104496480OCoLC20230718213016.0sd fsngnnmmned230714t20192019nyudfnn n zxx d a 2023626361 aTEFMTbengerdacDLCdTEFdOCLCFdCNWPUdJASdTEFMT1 a88095619052502aZM 201905bZoho a(OCoLC)1104496480 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM485.Z54bR33 201904a785/.21942231 aZiegler, Pablo,einstrumentalist.10aRadiotango /cPablo Ziegler Chamber Quartet. 1aMillwood, NY :bZoho,c[2019] 4c℗2019 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from container. aAll compositions by Pablo Ziegler except #10 by Astor Piazzolla.0 aPablo Ziegler Chamber Quartet (Pablo Ziegler, piano ; Hector Del Curto, bandoneon ; Jisoo Ok, cello ; Pedro Giraudo, double bass).00tRadiotangog(5:14) --tMaria ciudadg(7:44) --tAsfaltog(5:16) --tEl empedradog(5:41) --tMilonga del adiosg(5:06) --tDesde otros tiempos (5:17) --tLa conexion porteñag(6:24) --tLa rayuelag(5:35) --tMuchacha de boedog(7:33) --tFuga y misteriog(5:59). aGrammy and Latin Grammy Award winner Pablo Ziegler introduces listeners to his spectacular quartet on an album that continues to push the musical boundaries of nuevo tango. 0aQuartets. 0aTangos. 6aQuatuors. 6aTangos (Musique) 7aQuartets.2fast0(OCoLC)fst01085212 7aTangos.2fast0(OCoLC)fst01142651 4aJazz. 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf12iContainer of (work):aZiegler, Pablo.tChamber music.kSelections.12iContainer of (work):aPiazzolla, Astor.tMaría de Buenos Aires.pFuga y misterio.2 aPablo Ziegler Chamber Quartet,einstrumentalist. a92bPUL03618cjm a2200841 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002800171035002200199041000800221042001400229047001900243050002400262082001200286245004600298264004600344264002100390300003000411336003700441337002300478338003100501340001400532344001900546344001900565344001200584344001900596347002200615347001300637382002200650382003700672500002700709511010000736500009200836505038800928650001601316650002601332650003401358650003801392650004301430650003801473650004201511650005201553650006001605655001901665655004101684655004101725655004001766655004701806655002101853655002801874655002201902655002201924655004501946655003201991655002802023655002202051700003602073700003602109700006902145700009502214700010302309700009502412700006202507700007302569700007402642710004802716994001202764on1106559367OCoLC20230718213016.0sd fsngnnmmned230714t20192019azumunn efh n zxx d a 2023626351 aTJCbengerdacDLCdOCLCFdTEFdFBPdTJC1 a09940275192402aDCD 751bSummit Records a(OCoLC)11065593670 geng alccopycat azzapracoaft 4aM1200.V36bS63 201904a78422300aSpanish eyes /cVanderbilt Wind Symphony. 1aTempe, Arizona :bSummit Records,c[2019] 4c℗2019,c©2019 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01abande1t12lcmpt01btrumpetn1abande1r1t12lcmpt aTitle from disc label.0 aJose Sibaja, trumpet (4th-5th works) ; Vanderbilt Wind Symphony ; Thomas E. Verrier, conductor. aProgram notes and notes on the performers (10 pages : portraits) inserted in container.0 aGran fanfarria / Giancarlo Castro d'Addona (7:29) -- 12 preludios americanos / Alberto Ginastera (14:59) -- Fantasía sobre motivos colombianos / Pedro Morales Pino (5:31) -- Concerto for trumpet & wind ensemble / Luis Serrano Alarcón (18:11) -- Spanish eyes fantasy / Jack Stamp (6:21) -- Invocación / Luis Serrano Alarcón (10:26) -- Fiesta del Pacifico / Roger Nixon (9:06). 0aBand music. 0aBand music, Arranged. 0aConcertos (Trumpet with band) 6aHarmonie (Orchestre), Musique d'. 6aHarmonie (Orchestre), Musique d', arr. 6aConcertos (Trompette et harmonie) 7aBand music.2fast0(OCoLC)fst00826435 7aBand music, Arranged.2fast0(OCoLC)fst00826443 7aConcertos (Trumpet with band)2fast0(OCoLC)fst00873846 0aCompact discs. 7aArt music.2fast0(OCoLC)fst01920007 7aConcertos.2fast0(OCoLC)fst01726450 7aFanfares.2fast0(OCoLC)fst01920138 7aPreludes (Music)2fast0(OCoLC)fst01920298 7aFanfares.2lcgft 7aPreludes (Music)2lcgft 7aArt music.2lcgft 7aConcertos.2lcgft 7aFanfares (Compositions musicales)2rvmgf 7aPréludes (Musique)2rvmgf 7aMusique savante.2rvmgf 7aConcertos.2rvmgf1 aSibaja, Jose,einstrumentalist.1 aVerrier, Thomas E.,econductor.12iContainer of (work):aCastro, Giancarlo,d1980-tGran fanfarria.12iContainer of (expression):aGinastera, Alberto,d1916-1983.tAmerican preludes;oarranged.12iContainer of (expression):aMorales Pino, Pedro.tFantasía sobre motivos colombianos;oarranged.12iContainer of (work):aSerrano Alarcón, Luis,d1972-tConcertos,mtrumpet, wind ensemble.12iContainer of (work):aStamp, Jack.tSpanish eyes fantasy.12iContainer of (work):aSerrano Alarcón, Luis,d1972-tInvocación.12iContainer of (work):aNixon, Roger,d1921-2009.tFiesta del Pacifico.2 aVanderbilt Wind Symphony,einstrumentalist. a92bPUL02574cjm a2200649 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002800161035002200189041000800211042001400219050002300233245006200256264004600318264001200364300003000376306003500406336003700441337002300478338003100501344001900532344001900551344001200570344001900582347002200601347001300623382003100636386004900667386005900716386002900775386003100804511006700835500008300902518013800985545003301123500007801156505016601234650002001400650002401420650004601444700003501490700006901525700005901594700005301653700006001706710005101766740001801817740002901835740002501864740002301889994001201912on1107322082OCoLC20230718213016.0sd fsngnnmmned230713p20192019azuuunn fi n zxx d a 2023626330 aBOSbengerdacDLCdOCLCFdBOS1 a09940273892502aDCD 738bSummit Records a(OCoLC)11073220820 geng alccopycat 4aM1245.B68bE9 201900aExpanding spaces :bmusic by Boston University composers. 1aTempe, Arizona :bSummit Records,c[2019] 4c℗2019 a1 audio disc ;c4 3/4 in. a001308a001039a000729a000655 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01awind ensemblen1t12lcmpt mNationality/regional groupaAmericans2lcdgt mOccupational/field of activity groupaComposers2lcdgt mGender groupaMen2lcdgt mGender groupaWomen2lcdgt0 aBoston University Wind Ensemble ; David J. Martins, conductor. aDuration: 13 min., 08 sec.; 10 min., 39 sec.; 7 min., 29 sec.; 6 min., 55 sec. aRecorded March 1 and April 28, 2016, and February 23 and April 20, 2017 at WGBH's Fraser Performance Studio in Boston, Massachusetts. aIncludes biographical notes. aIncludes program notes (8 unnumbered pages folded into one) by composers.0 a1. The vacant shore / John Wallace -- 2. Four scenes from Juliet / Ketty Nez -- 3. Squares and oblongs / Rodney Lister -- 4. Solar prominences / Richard Cornell. 0aWind ensembles. 6aEnsembles à vent. 7aWind ensembles.2fast0(OCoLC)fst011755861 aMartins, David J.,econductor.12aWallace, John H.q(John Harry),d1960-ecomposer.tVacant shore.12aNez, Ketty,d1965-ecomposer.tFour scenes for Juliet.12aLister, Rodney,ecomposer.tSquares and oblongs.12aCornell, Richard,d1946-ecomposer.tSolar prominences.2 aBoston University.bWind Ensemble,eperformer.02aVacant shore.02aFour scenes from Juliet.02aSquares and oblongs.02aSolar prominences. a92bPUL01582cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020002600134020001500160035002200175042000800197050002300205082001700228100003000245245010800275264005600383300002300439336002600462337002800488338002700516520027300543630006000816650005000876650002700926650003600953650006400989650006301053650005101116938002901167994001201196on1111577786OCoLC20230718213016.0181023t20192019ctu 000 0 eng  a 2018962307 aDLCbengerdacDLCdIG$dBDXdOCLCF a9781627853385q(pbk.) a1627853383 a(OCoLC)1111577786 apcc00aBV4527b.R557 201904a248.8/432231 aRigney, Melanie,eauthor.10aWoman of worth :bprayers and reflections for women inspired by the book of Proverbs /cMelanie Rigney. 1aNew London, CT :bTwenty-Third Publications,c2019. a120 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"These days women are so busy about so many things that it's eay to lose sight of one's being in the midst of one's doing. Any woman wondering about her worth to her family, to her colleagues, to herself, and to God will find much to rejoice in here."--Page 4 of cover00aBible.pProverbs, XXXIxCriticism, interpretation, etc. 0aChristian womenxReligious lifevMeditations. 6aFormation spirituelle. 6aChrétiennesxMorale pratique. 7aChristian womenxConduct of life.2fast0(OCoLC)fst00859569 7aChristian womenxReligious life.2fast0(OCoLC)fst00859575 7aSpiritual formation.2fast0(OCoLC)fst01130081 aBrodartbBRODn124001335 a92bPUL03376cim a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007800109019001500187020001800202020001500220024002500235028002800260035004100288037004600329042001400375050002600389082001400415100003500429245008600464246001900550250001600569264004400585264001200629300007600641306001100717336003300728337002300761338003100784344001900815344001900834344001900853347002200872347001300894490005100907500002700958511002600985521001001011520017001021650003401191650003101225650003301256650003901289650004001328650002501368650002201393650005601415650005601471650006301527650004201590650003901632655002301671655006001694655004901754655004201803655005301845655003901898655004601937655004701983655002802030655002802058655004102086655003402127655002502161700003002186800008602216856008102302856008402383938004302467994001202510on1114267428OCoLC20230718213016.0sd fsngnnmmned230622t20192019nyunnnnc f n eng d a 2023623213 aTEFMTbengerdacDLCdTEFdOCLCFdRECBCdB@LdJTHdIEPdSINLBdWLMdTEFMT a1126198947 a9781549124020 a15491240213 a9781549124020d5350002a2-Y2402bHachette Audio a(OCoLC)1114267428z(OCoLC)1126198947 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.S8513bMym 2019ab04a[Fic]2231 aStewart, Trenton Lee,eauthor.14aThe Mysterious Benedict Society and the riddle of ages /cby Trenton Lee Stewart.30aRiddle of ages aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a10 audio discs (approximately 12 hr.) :bCD audio, digital ;c4 3/4 in. a120000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio1 a[Mysterious Benedict Society series] ;vbook 4 aTitle from disc label.0 aRead by Eric Pollins.1 a8-12. aWith the Ten Men on the loose and a telepathic enemy tracking them, Kate, Reynie, Sticky, and Constance must join with a new Society member to keep their world safe. 0aFriendshipvJuvenile fiction. 0aSchoolsvJuvenile fiction. 0aSocietiesvJuvenile fiction. 0aGifted childrenvJuvenile fiction. 1aAdventure and adventurersvFiction. 1aFriendshipvFiction. 1aSchoolsvFiction. 6aAmitiévRomans, nouvelles, etc. pour la jeunesse. 6aÉcolesvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTION / Mysteries & Detective Stories.2bisacsh 7aFriendship.2fast0(OCoLC)fst00935174 7aSchools.2fast0(OCoLC)fst01107958 0aAdventure stories. 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAdventure stories.2fast0(OCoLC)fst01726519 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aScience fiction.2fast0(OCoLC)fst01726489 7aScience fiction.2gsafd 7aScience fiction.2lcgft 7aAction and adventure fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aPollins, Eric,enarrator.1 aStewart, Trenton Lee.tMysterious Benedict Society series.hSpoken word ;vbk. 4.4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/97815491240204 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD46049/DD46049_image_148x230.jpg aRecorded Books, LLCbRECCnrbcdDD46049 a92bPUL03623cim a2200901 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007600109019001500185020001800200020001500218024002500233028002800258035004100286037004600327042001400373050002400387082001400411100003100425245004200456246001800498246003500516250001600551264007100567264001200638300006400650306001100714336003300725337002300758338003100781344001900812344001900831344001200850344001900862347002200881347001300903490002900916500002600945511002700971520027900998650003101277650003101308650002901339650003101368650003401399650004101433650003101474650002201505650002001527650005901547650005501606650005801661650006001719650003901779650004201818650003901860650003701899650003901936655006001975655004202035655005302077655004702130655003902177655004602216655002802262655004102290655003402331655002502365700003802390800007202428856008502500856008102585938004302666994001202709on1119668977OCoLC20230718213016.0sd fsngnnmmned230616t20202020nyunnnnj f n eng d a 2023623201 aTEFMTbengerdacDLCdTEFdOCLCFdCHYdGL4dYW6dNTGdRECBCdEHHdTEFMT a1155172997 a9781478999478 a14789994703 a9781478999478d5300002a2-X9947bHachette Audio a(OCoLC)1119668977z(OCoLC)1155172997 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.C67bKno 2019ab04a[Fic]2231 aCowell, Cressida,eauthor.10aKnock three times /cCressida Cowell.3 aKnock 3 times1 iSeries title:aWizards of Once aUnabridged. 1aNew York, NY :bHachette Audio :bHodder Children's Books,c[2020] 4c℗2020 a5 audio discs (approximately 6 hr.) :bdigital ;c4 3/4 in. a060000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aThe wizards of once ;v3 aTitle from container.0 aRead by David Tennant. aThirteen-year-old Xar and Wish are heroes with a huge task ahead, confronting the Nuckalavee is not for the faint-hearted. But with Magic and Iron together, they might just have a chance of saving their beloved homes from those who seek to destroy everything they hold dear. 0aWizardsvJuvenile fiction. 0aWitchesvJuvenile fiction. 0aMagicvJuvenile fiction. 0aPrincesvJuvenile fiction. 0aPrincessesvJuvenile fiction. 0aAdventure storiesvJuvenile fiction. 0aFantasyvJuvenile fiction. 1aWizardsvFiction. 1aMagicvFiction. 6aSorcièresvRomans, nouvelles, etc. pour la jeunesse. 6aPrincesvRomans, nouvelles, etc. pour la jeunesse. 6aPrincessesvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxAction & AdventurexGeneral.2bisacsh 7aWitches.2fast0(OCoLC)fst01176346 7aPrincesses.2fast0(OCoLC)fst01076505 7aPrinces.2fast0(OCoLC)fst01076481 7aMagic.2fast0(OCoLC)fst01005468 7aWizards.2fast0(OCoLC)fst01176452 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2lcgft 7aAction and adventure fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aTennant, David,d1971-enarrator.1 aCowell, Cressida.tWizards of once (Series).hSpoken word ;vbk. 3.4 3RBMediauhttps://d2cv0ie6dlin9h.cloudfront.net/DD47184/DD47184_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781478999478 aRecorded Books, LLCbRECCnrbcdDD47184 a92bPUL02353ccm a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028004600117028005500163028005800218028005600276028005500332028005600387035002200443042001400465046001500479050002200494072001200516100003100528245011000559250003000669264005200699300003500751300005700786306001100843336003500854337002800889338002700917348001800944348003300962348001700995348002701012382009701039546002001136500002101156500006301177650007201240650009601312655006201408655005501470655006101525655006501586655002601651655001901677655002501696938004201721994001201763on1120742867OCoLC20230718213016.0200509s2019 enkuul n zxx d a 2020564182 aOHXbengerdacDLC32ace-ss1s1-pr-sbComposers Editionq(score)30ace-ss1s1-pr-p0105bComposers Editionq(cello part)30ace-ss1s1-pr-p0205bComposers Editionq(clarinet part)30ace-ss1s1-pr-p0305bComposers Editionq(piano score)30ace-ss1s1-pr-p0405bComposers Editionq(flute part)30ace-ss1s1-pr-p0505bComposers Editionq(violin part) a(OCoLC)1120742867 alccopycat k20182edtf00aM522.S44bS5 2019 7aM2lcco1 aSelf, Susannah,ecomposer.10aSLAP :bfor flute/piccolo, clarinet B♭/bass clarinet B♭, violin, cello and piano /cby Susannah Self. aFull score [and 5 parts]. 1a[Chipping Norton] :bComposers Edition,c[2019] a1 score (14 pages)c30 x 42 cm a1 piano conductor part (18 pages) + 4 parts ;c30 cm a000800 anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm apiano conductor part2rdafnm apart2rdafnm cstaff notation2rdafmn01afluten1dpiccolon1aclarinetn1dbass clarinetn1aviolinn1acellon1apianon1s52lcmpt bStaff notation. aDuration: 8 min. aComposed 2018 for the Birmingham Contemporary Music Group. 0aQuintets (Piano, clarinet, flute, violin, cello)vScores and parts. 7aQuintets (Piano, clarinet, flute, violin, cello)2fast0http://id.worldcat.org/fast/1861283 7aChamber music.2fast0http://id.worldcat.org/fast/1726551 7aScores.2fast0http://id.worldcat.org/fast/1692898 7aParts (Music)2fast0http://id.worldcat.org/fast/1692889 7aScores and parts.2fast0http://id.worldcat.org/fast/1692899 7aChamber music.2lcgft 7aScores.2lcgft 7aParts (Music)2lcgft aOtto HarrassowitzbHARRnhar195007646 a92bPUL02785cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005900109024001700168028002800185035002200213037004600235042001400281050002500295082001600320245004900336264004800385300003000433336003700463337002300500338003100523340001400554344001900568344001900587344001200606347002200618347001300640500002500653508004400678518005400722511004500776505037300821520042801194650002101622650002101643650002401664650002601688650004701714650005701761650004701818655005301865655004701918655002801965655003401993655003002027655003902057700003802096710003702134994001202171on1121597619OCoLC20230718213016.0sd fsngnnmmned230714s2019 azucrnn n zxx d a 2023626345 aTEFMTbengerdacDLCdTEFdOCLCFdOELdGO4dWIQdTEFMT1 a09940273792802aSMT-737bSummit Records a(OCoLC)1121597619 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM1629.3.C5bI88 201904a781.72322300aWe need a little Christmas /cIsthmus Brass. 1a[Tempe, Arizona] :bSummit Records,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from web page. aProduced by Mike Forbes & John Stevens. aRecorded at Tanner Monagle, Milwaukee, Wisconsin.0 aIsthmus Brass ; John Stevens, conductor.00tWe need a little Christmas --tFantasy de Noel --tJesu, joy of man's desiring --tFum, fum, fum --tRussian Christmas music --tWexford carol --tBugler's holiday --tAve Maria --tFarandollissimo --tA child is born --tFeliz Navidad --tO holy night --tDo you hear a little drummer boy? --tChristmas time is here --tFrosty the snowman --tWhat a wonderful world. aFor their second Christmas album, the Isthmus Brass offer a diverse program of traditional carols, more contemporary holiday favorites, and works that are in the spirit and festive nature of the season. The arrangements, almost all of which have been created especially for the group by members of the Isthmus Brass, are designed to feature the ensemble and soloists in a rich variety of classical, popular and jazz styles. 0aChristmas music. 0aBrass ensembles. 6aNoël, Musique de. 6aEnsembles de cuivres. 7aBrass ensembles.2fast0(OCoLC)fst00837964 7aBrass ensembles, Arranged.2fast0(OCoLC)fst01185401 7aChristmas music.2fast0(OCoLC)fst00859831 7aInstrumental settings.2fast0(OCoLC)fst01692928 7aChristmas music.2fast0(OCoLC)fst01726560 7aChristmas music.2lcgft 7aInstrumental settings.2lcgft 7aMusique de Noël.2rvmgf 7aArrangements instrumentaux.2rvmgf1 aStevens, John,d1951-econductor.2 aIsthmus Brass,einstrumentalist. a92bPUL03041cjm a2200745 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149024002800166028002800194033002700222033002500249035002200274041000800296042001400304046002100318100002900339240004100368245005200409264004600461264001200507300004000519306001100559336003700570337002300607338003100630340001400661344001900675344001900694344001200713344001900725347002200744347001300766382004400779500002700823511025000850518011001100518006901210500009701279505005001376650002101426650002501447650004701472655004501519655002601564655003101590700003901621700003601660700004501696700003901741700003601780700004701816700003701863700004201900700008701942700008702029700008702116710004002203710004002243994001202283on1123220001OCoLC20230718213016.0sd fsngnnmmned230714p20192002azuuunn efi n zxx d a 2023626346 aCINbengerdacDLCdZJSdOCLCFdCIN1 a0994027469207 a000994027469202gtin-1402aDCD 746bSummit Records00a201810--b4334cT8:2U500a200211--b4364cN515 a(OCoLC)11232200010 geng alccopycat o1975p20072edtf1 aAsia, Daniel,ecomposer.10aQuartets,mviolins (2), viola, cello10aString quartets nos. 1, 2 and 3 /cDaniel Asia. 1aTempe, Arizona :bSummit Records,c[2019] 4c℗2019 a1 audio disc (1:05:19) ;c4 3/4 in. a010519 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01aviolinn2aviolan1acellon1s42lcmpt aTitle from disc label.0 aAmernet String Quartet (Misha Vitenson, Franz Felkl, violins ; Michael Klotz, viola ; Jason Calloway, cello) (1st, 3rd works) ; Cypress String Quartet (Cecily Ward, Tom Stone, violins ; Ethan Filner, viola ; Jennifer Kloetzel, cello) (2nd work). 31st, 3rd worksorecordedd2018 OctoberpFred Fox School of Music Recording Studio, University of Arizona. 32nd workorecordedd2002 NovemberpSkywalker Sound, Nicasio, CA. aProgram notes and information on the performers (10 unnumbered pages) inserted in container.0 aNo. 1 (1975) -- No. 2 (1985) -- No. 3 (2007). 0aString quartets. 6aQuatuors à cordes. 7aString quartets.2fast0(OCoLC)fst01135315 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aMusique de chambre.2rvmgf1 aVitenson, Misha,einstrumentalist.1 aFelkl, Franz,einstrumentalist.1 aKlotz, Michael,d1978-einstrumentalist.1 aCalloway, Jason,einstrumentalist.1 aWard, Cecily,einstrumentalist.1 aStone, Tomc(Violinist),einstrumentalist.1 aFilner, Ethan,einstrumentalist.1 aKloetzel, Jennifer,einstrumentalist.12iContainer of (work):aAsia, Daniel.tQuartets,mviolins (2), viola, cello,nno. 1.12iContainer of (work):aAsia, Daniel.tQuartets,mviolins (2), viola, cello,nno. 2.12iContainer of (work):aAsia, Daniel.tQuartets,mviolins (2), viola, cello,nno. 3.2 aAmernet String Quartet,eperformer.2 aCypress String Quartet,eperformer. a92bPUL02100ccm a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040002300094019001500117020003600132020001500168024003300183024003600216028003100252035004100283041001300324042001400337046001500351050002300366072001200389100003700401245006400438264004100502264001100543300003700554306001100591336003500602337002800637338002700665348001800692382004300710500003600753500008900789500010200878546002000980650006501000650007901065650009101144655004501235655003801280655002601318655001901344655003101363655003201394938005401426938004201480994001201522on1124676967OCoLC20230718213016.0200418t20192019gw uul eh n zxx d a 2020431638 aOHXbengerdacDLC a1122893539 a9783733322496q(spiral binding) a37333224952 aM203237945q(spiral binding)2 a9790203237945q(spiral binding)32aNM 3003bVerlag Neue Musik a(OCoLC)1124676967z(OCoLC)11228935390 genggger alccopycat k20122edtf00aM852.C53bA15 2019 7aM2lcco1 aClarke, James,d1957-ecomposer.10a2012-S :bfor two string quartets : (2012) /cJames Clarke. 1aBerlin :bVerlag Neue Musik,c[2019] 4c©2019 a1 score (29 pages) ;c31 x 46 cm a001400 anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm01aviolin 4aviolan2acellon2s82lcmpt aDuration: approximately 14 min. aIncludes performance notes in English, and biographical notes in German and English. aCommissioned by Stadt Witten with funds from Kunststiftung NRW and The Wigmore Hall Tust, London. bStaff notation. 0aString octets (Violins (4), violas (2), cellos (2))vScores. 6aOctuors à cordes (Violons (4), altos (2), violoncelles (2))vPartitions. 7aString octets (Violins (4), violas (2), cellos (2))xScores.2fast0(OCoLC)fst01906504 7aChamber music.2fast0(OCoLC)fst01726551 7aScores.2fast0(OCoLC)fst01692898 7aChamber music.2lcgft 7aScores.2lcgft 7aMusique de chambre.2rvmgf 7aPartitions (Musique)2rvmgf aTheodore Front Musical LiteraturebTFRTnTF479239 aOtto HarrassowitzbHARRnhar195016640 a92bPUL03746cim a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040008800109020001800197020001500215024002500230028002800255035002200283037004600305042001400351043001200365050002800377082001600405082001400421100003800435245003400473250001600507264004400523264001200567300005200579306001100631336003300642337002300675338003100698344001900729344001900748344001200767344001900779347002200798347001300820490003500833500002700868511004300895520054900938600005801487600005901545600004901604600005001653600006601703650004001769650004601809650003901855651004101894650003001935650006701965650006202032650004702094655002002141655004202161655006102203655003902264655004602303655003802349655002802387655004202415655003302457655002502490655001902515700003802534700002902572800007102601856008402672856008102756938004302837994001202880on1125342436OCoLC20230718213016.0sd fsngnnmmned230621t20192019nyunnnnj f n eng d a 2023623211 aTEFMTbengerdacDLCdTEFdGK8dILCdOCLCFdJQWdRECBCdNTGdW6AdCNCARdM$KdTEFMT a9781549121784 a15491217823 a9781549121784d5250002a2-Y2178bHachette Audio a(OCoLC)1125342436 bMidwest Tapenhttp://www.midwesttapes.com alccopycat an-us-dc 4aPS3566.A822bA45 2019ab04a813/.5422304a[Fic]2231 aPatterson, James,d1947-eauthor.10aAli Cross /cJames Patterson. aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a4 audio discs (4.5 hr.) :bdigital ;c4 3/4 in. a043000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aThe Ali Cross series ;vbook 1 aTitle from disc label.0 aRead by Zeno Robinson and Andre Blake. aMiddle school aged Ali Cross has always looked up to his father, former detective and FBI agent Alex Cross. While solving some of the nation's most challenging crimes, his father always kept his head and did the right thing. Can Ali have the same strength and resolve? When Ali's best friend is reported missing, Ali is desperate to find him. At the same time, a string of burglaries targets his neighborhood, and even his own house. With his father on trial for a crime he didn't commit, it's up to Ali to search for clues and find his friend.10aCross, Alic(Fictitious character)vJuvenile fiction.10aCross, Alexc(Fictitious character)vJuvenile fiction.11aCross, Alic(Fictitious character)vFiction.11aCross, Alexc(Fictitious character)vFiction.17aCross, Alexc(Fictitious character)2fast0(OCoLC)fst00884129 0aChild detectivesvJuvenile fiction. 0aMiddle school studentsvJuvenile fiction. 0aMissing personsvJuvenile fiction. 0aWashington (D.C.)vJuvenile fiction. 1aMissing personsvFiction. 6aPersonnes disparuesvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxMysteries & Detective Stories.2bisacsh 7aMissing persons.2fast0(OCoLC)fst01023702 0aJuvenile works. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aDetective and mystery fiction.2fast0(OCoLC)fst01726581 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aNovels.2fast0(OCoLC)fst01921742 7aMystery fiction.2gsafd 7aDetective and mystery fiction.2lcgft 7aChildrens audiobooks.2lcgft 7aLivres audio.2rvmgf 7aRomans.2rvmgf1 aRobinson, Zeno,d1993-enarrator.1 aBlake, Andre,enarrator.1 aPatterson, James,d1947-tAli Cross series.sSpoken word ;vbk. 1.4 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD47554/DD47554_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781549121784 aRecorded Books, LLCbRECCnrbcdDD47554 a92bPUL02560cjm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005400109024001700163028002800180035002200208037004600230042001400276050002200290082001700312245005800329264004100387300003000428336003700458337002300495338003100518340001400549344001900563344001900582344001200601347002200613347001300635500002500648511010500673505066500778650004501443650004901488650007101537655004501608655002601653655003101679700007601710700007901786700007501865700006401940710002602004994001202030on1126569994OCoLC20230718213016.0sd fsngnnmmned230714s2019 azuzznn n zxx d a 2023626366 aTEFMTbengerdacDLCdZYUdTEFdOCLCFdGK8dTEFMT1 a09940275492502aSMT-754bSummit Records a(OCoLC)1126569994 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM357.2b.F68 201904a785.819322300aFound objects :bnew music for reed trio /cPen Trio. 1aTempe, AZ :bSummit Records,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from web page.0 aPen Trio: Nora A. Lewis, oboe ; Philip O. Paglialonga, clarinet ; Eric Van der Veer Varner, bassoon.00t5-4-3 (except after C): I. freely, quietly --t5-4-3 (except after C): II. presto --t5-4-3 (except after C): III. majestic --t5-4-3 (except after C): IV. suspended, gently --t5-4-3 (except after C): V. forceful, dynamic /rWilliam Bradbury --tFound objects on the beach: I. tumbled stones --tFound objects on the beach: II. kelly green sea glass --tFound objects on the beach: III. driftwood --tFound objects on the beach: IV. black feather on the sand --tFound objects on the beach: V. white sea glass --tFound objects on the beach: VI. seashells /rJenni Brandon --tOblique strategies /rAleksander Sternfeld-Dunn --tIn threes /rM. Shawn Hundley. 0aWoodwind trios (Bassoon, clarinet, oboe) 6aTrios de bois (Basson, clarinette, hautbois) 7aWoodwind trios (Bassoon, clarinet, oboe)2fast0(OCoLC)fst01179863 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aMusique de chambre.2rvmgf12iContainer of (work):aBradbury, William,d1956-t5-4-3 (except after C)12iContainer of (work):aBrandon, Jenni,d1977-tFound objects: on the beach.12iContainer of (work):aSternfeld-Dunn, Aleksander.tOblique strategies.12iContainer of (work):aHundley, M. Shawn,d1971-tIn threes.2 aPEN Trio,eperformer. a92bPUL03819cam a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040006100094019001500155020003100170020002800201035004100229042001400270043002100284050002200305082000800327100003000335245007900365246004300444264007200487300005700559336002600616337002800642338002700670490002700697500010200724504005700826520152500883650006202408650006302470650004802533650004902581650004002630650004102670650004102711650004302752650004902795650005602844650005702900651003902957651003802996655006203034655003903096830002803135938004203163938003603205994001203241on1126781238OCoLC20230718213016.0191107s2019 fr a b 000 0 fre d a 2023414488 aAUXAMbengerdacDLCdSTFdOCLCFdERASPdCGUdJPGdAUXAM a1128824244 a9782869067202q(paperback) a2869067208q(paperback) a(OCoLC)1126781238z(OCoLC)1128824244 alccopycat ae-fr---ae-be---00aPN6745b.L47 201904a7411 aLesage, Sylvain,eauthor.12aL'effet livre :bmétamorphoses de la bande dessinée /cSylvain Lesage.30aMétamorphoses de la bande dessinée 1aTours, France :bPresses universitaires François-Rabelais,c2019. a431 pages :billustrations (chiefly color) ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCollection Iconotextes aRevision of the author's thesis (doctoral)--Université Versailles-St Quentin en Yvelines, 2014. aIncludes bibliographical references (pages 421-431).8 aLongtemps perçue avec méfiance, la bande dessinée a depuis gagné sa place dans les bibliothèques, les écoles, les musées, les galeries... Si elle a obtenu de haute lutte le statut de "neuvième art" en France et en Belgique, c'est notamment grâce à une nouvelle génération d'auteurs, au cercles bédéphiles et même, en France, grâce à l'Etat. Toutefois, son entrée au panthéon des arts est aussi le fruit d'une mutation décisive dans les circuits de diffusion.0Pendant des décennies, la bande dessinée est restée un produit de presse et l'album, quant à lui, était tout au plus un produit de luxe. Mais dans la deuxième moitié du XXe siècle, le marché de l'édition se transforme en profondeur, et bascule de l'univers de l'illustré vers celui du livre. Cet ouvrage explore ce passage de la presse à l'album, et montre comment ce processus affecte les manières de créer, de transmettre et de lire la bande dessinée.0L'album transforme les métiers du dessin, bouleverse les manières de raconter en images, et contribue au sacre de l'auteur. Il confère à la bande dessinée une respectabilité ; il la dote, également, d'une mémoire, forgeant peu à peu un canon des littératures dessinées. L'identité de la bande dessinée franco-belge ne tient-elle pas au rôle central de l'album ? Ce format, si banal en apparence et pourtant si singulier à l'espace franco-wallon, participe à l'émergence d'une nouvelle culture graphique. 0aComic books, strips, etc.zFrancexHistory and criticism. 0aComic books, strips, etc.zBelgiumxHistory and criticism. 0aPublishers and publishingzFrancexHistory. 0aPublishers and publishingzBelgiumxHistory. 0aBooks and readingzFrancexHistory. 0aBooks and readingzBelgiumxHistory. 6aLivres et lecturezFrancexHistoire. 6aLivres et lecturezBelgiquexHistoire. 7aBooks and reading.2fast0(OCoLC)fst00836454 7aComic books, strips, etc.2fast0(OCoLC)fst00869145 7aPublishers and publishing.2fast0(OCoLC)fst01083463 7aBelgium.2fast0(OCoLC)fst01210278 7aFrance.2fast0(OCoLC)fst01204289 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aHistory.2fast0(OCoLC)fst01411628 0aCollection Iconotextes. aLibrarie ErasmusbERAPnNTS0000079457 aAMALIVREbAUXAnAAL0830964-0001 a92bPUL02219cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149025002400164035002200188037005300210042002100263043001200284050002300296082001900319100003700338245020900375246005800584250002900642264006700671300004300738336002600781337002800807338002700835520014700862546001301009650003401022650003301056650002001089650003201109650003301141650002301174650004101197650003901238650005201277651003701329655004201366655007901408655007801487710006101565938005101626994001201677on1128200625OCoLC20230718213016.0191024s2018 ii 000 0chinod a 2023335466 aDKAGEbengerdacDLC a9788181970688q(hardback) a8181970683 aI-H-2023-335466; 06 a(OCoLC)1128200625 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aPN2887b.K364 201804a792.0280922230 aKamala Kumāra,d1948-eauthor.10aLokamañca aura samakālīna Hindī raṅgamañca kā strī vimarśa /cḌô. (Śrīmatī) Kamala Kumāra = Lokmanch aur samkalin Hindi rangmanch ka stri vimarsh / by Dr. (Smt.) Kamal Kumar.31aLokmanch aur samkalin Hindi rangmanch ka stri vimarsh aPrathama saṃskaraṇa. 1aNaī Dillī :bRāshṭrīya Nāṭya Vidyālaya,c2018. a197 pages, 3 unnumbered pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOn folk theater and role of women in contemporary theater alongwith interviews of Hindi theater actresses and associated female personalities. an Hindi. 0aActresseszIndiavInterviews. 0aWomen in the theaterzIndia. 0aTheaterzIndia. 6aActriceszIndevEntretiens. 6aFemmes au théâtrezInde. 6aThéâtrezInde. 7aActresses.2fast0(OCoLC)fst00796328 7aTheater.2fast0(OCoLC)fst01149217 7aWomen in the theater.2fast0(OCoLC)fst01178050 7aIndia.2fast0(OCoLC)fst01210276 7aInterviews.2fast0(OCoLC)fst01423832 7aBiographies.2lcgft0http://id.loc.gov/authorities/genreForms/gf2014026049 7aInterviews.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140261152 aNational School of Drama (New Delhi, India),epublisher. aD. K. Agencies (P) Ltd.bDKAPnDKHIN-65854-HBD a92bPUL02521cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006500109019003900174020001800213020001500231024001700246024002800263028003200291028002800323028002300351033002300374035007900397041000800476042001400484100006100498240003300559245004500592264004200637264001100679300006200690306001900752336003700771337002300808338003100831340001400862344001900876344001900895347002200914347001300936382002300949500002700972511003100999518007201030500010201102505015001204650002001354650002001374650004601394650004301440655003901483655002001522655002001542700009301562700009301655740002301748740002201771938005401793994001201847on1129851748OCoLC20230718213016.0sd fsngnnmmned230713t20192019nyusnnn efi n zxx d a 2023626333 aTDFbengerdacDLCdCINdB@LdOCLCFdCODdCIAdINUdUMCdTDF a1141416489a1151146128a1155178736 a9786318044615 a631804461210a0340611795287 a000340611795282gtin-1402aTROY1795/96bAlbany Records00a1795/96bAlbany Records02aTROY1795--TROY179600a201907--b4144cM7 a(OCoLC)1129851748z(OCoLC)1141416489z(OCoLC)1151146128z(OCoLC)11551787360 geng alccopycat1 aKhachatryan, Grigor,d1986-ecomposer,einstrumentalist.10aSonatas,mpiano.kSelections10aSpirit of freedom /cGrigor Khachatryan. 1aAlbany, NY :bAlbany Records,c[2019] 4c©2019 a2 audio discs (1:29:46) :bdigital, CD audio ;c4 3/4 in. a004148a004758 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label.0 aGrigor Khachatryan, piano. oRecordedd2019 JulypJuliara Recording Stuios, Moorhead, Minnesota. aProgram and biographical notes in English (10 unnumbered pages : portrait) inserted in container.0 aPiano sonata in F sharp minor, op. 2 : Battle of Avarayr : 2019 (41:48) -- Piano sonata in C sharp minor, op. 1 : David of Sassoun : 2019 (47:58) 0aSonatas (Piano) 6aSonates (Piano) 7aSonatas (Piano)2fast0(OCoLC)fst01125930 7aPiano music.2fast0(OCoLC)fst01063403 7aSonatas.2fast0(OCoLC)fst01920363 7aSonatas.2lcgft 7aSonates.2rvmgf12iContainer of (work):aKhachatryan, Grigor,d1986-tSonatas,mpiano,nop. 1,rC♯ minor.12iContainer of (work):aKhachatryan, Grigor,d1986-tSonatas,mpiano,nop. 2,rF♯ minor.02aBattle of Avarayr.02aDavid of Sassoun. aTheodore Front Musical LiteraturebTFRTnTF482888 a92bPUL01563cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040003700094020003100131020001500162025002700177035002200204037005300226042001500279043001200294050002200306082001700328100004200345245010400387246005700491250001900548264006800567300002200635336002600657337002800683338002700711504005700738650002400795650003100819650003600850650002700886650005000913651003700963655002601000655002901026938005001055994001201105on1129887867OCoLC20230718213016.0191107s2019 np b 000 0 eng  a 2019346708 aDLCbengerdacDLCdOCLCFdDKAGE a9789937064163q(paperback) a9937064163 aN-E-2019346708 ; 22-91 a(OCoLC)1129887867 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc aa-np---00aK3165b.K477 201904a342.54962231 aKharel, Laxmi Prasad,d1973-eauthor.13aAn analytical study on Constitutions of Nepal and major world constitutions /cLaxmi Prasad Kharel.3 aConstitutions of Nepal and major world constitutions aEdition first. 1aKathmandu :bKharel Kanuni Sewa Tatha Anusandhan Kendra,c2019. a332 pages;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 169-172). 0aConstitutional law. 0aConstitutional lawzNepal. 6aDroit constitutionnelzNépal. 6aDroit constitutionnel. 7aConstitutional law.2fast0(OCoLC)fst00875797 7aNepal.2fast0(OCoLC)fst01206102 7aConstitutions.2lcgft 7aLaw commentaries.2lcgft aD. K. Agencies (P) Ltd.bDKAPnDKNPL-2372-PBK a92bPUL03009cjm a2200625 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005500109024001700164028002900181033003700210035002200247041000800269042001400277046002100291050002300312245013100335264004200466264001100508300005900519306004300578336003700621337002300658338003100681340001400712344001900726344001900745347002200764347001300786382004000799500002700839500005500866511005800921518010200979500016201081505039101243650003401634650003901668650006001707655004501767655002601812655003101838700004001869700003801909700007901947700005902026700007702085700006302162700009202225938005402317994001202371on1129949594OCoLC20230718213016.0sd fsngnnmmned230714p20192017nyuuunn efiz n zxx d a 2023626367 aTDFbengerdacDLCdUMCdOCLCFdRBNdINUdOBEdTDF10a03406117912202aTROY1791bAlbany Records20a20170111a20170113b4034cA7:2U5 a(OCoLC)11299495940 geng alccopycat o2012p20172edtf 4aM286.W35bD53 201904aThe diaries of Adam and Eve /cmusic by Michael Daugherty, Daniel M. Cavanagh, Tom Knific, Andrea Clearfield, George B. Chave. 1aAlbany, NY :bAlbany Records,c[2019] 4c©2019 a1 audio disc (68:11) :bdigital, CD audio ;c4 3/4 in. a002224a000959a001003a001616a000729 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm aaudio file2rdaft bCD audio01aviolinn1adouble bassn1s22lcmpt aTitle from disc label. aThe 1st work performed without optional narration.0 aMartha Walvoord, violin ; Jack Unzicker, double bass. oRecordedd2017 January 11-13pStudio 301, The University of Texas at Arlington, Arlington, Texas. aProgram notes, biographical notes on the performers and composers, and optional text to the 1st work (20 unnumbered pages : portraits) inserted in container.00tThe diaries of Adam and Eve : for violin, double bass, and optional narrators, 2016 /rMichael Daughertyg(22:24) --tReach : 2016 /rDaniel M. Cavanaghg(9:59) --tDuo no. 3 for violin and double bass, 2015 /rTom Knificg(10:03) --tA dream of trees : for violin and double bass, 2017 /rAndrea Clearfieldg(16:16) --tDuos for double bass and violin, 2012 /rGeorge B. Chaveg(7:29). 0aViolin and double bass music. 6aViolon et contrebasse, Musique de. 7aViolin and double bass music.2fast0(OCoLC)fst01167379 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aMusique de chambre.2rvmgf1 aWalvoord, Martha,einstrumentalist.1 aUnzicker, Jack,einstrumentalist.12iContainer of (work):aDaugherty, Michael,d1954-tDiaries of Adam and Eve.12iContainer of (work):aCavanagh, Danq(Daniel).tReach.12iContainer of (work):aKnific, Tom.tDuets,mviolin, double bass,nno. 3.12iContainer of (work):aClearfield, Andrea.tDream of trees.12iContainer of (work):aChave, George B.q(George Bidgood).tDuets,mviolin, double bass. aTheodore Front Musical LiteraturebTFRTnTF482886 a92bPUL01269cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002200162041001300184042001500197050002400212100006600236245014000302246002000442250002000462264005100482300002900533336002600562337002800588338002700616504006700643650003000710650002700740650005600767650004600823700002600869994001200895on1135178266OCoLC20230718213016.0200211s2018 tu b 001 0 tur c a 2019310421 aPULbengerdacDLCdOCLCFdPUL a9786052885802 a6052885807 a(OCoLC)11351782660 aturakum apccalcode00aBP183.6b.S585 20180 aŞıhammat Kadi Baybolatoğlu,d1833 or 1834-1918,eauthor.10aKumuk Türkçesiyle yazılmış Arap harfli bir vaaz kitabı: Gül Bağça :b(inceleme - metin - aktarma - dizin) /cHakan Akca.30aGül Bağça aBirinci basım. 1aÇankaya, Ankara:bGece Kitaplığı,c2018. axvii, 456 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 129-131) and index. 0aIslamic sermons, Turkish. 0aKumyk languagevTexts. 7aIslamic sermons, Turkish.2fast0(OCoLC)fst00980067 7aKumyk language.2fast0(OCoLC)fst009893381 aAkca, Hakan,eeditor. a92bPUL01684cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003000094020001800124020001500142035002200157042000800179043001200187050002400199245017100223250002600394264007200420300002900492336002600521337002800547338002700575490006100602500001800663504004100681600002500722650005700747650007200804651004100876655004500917655002600962700003600988700004201024700004801066856013601114994001201250on1136749698OCoLC20230718213016.0230629s2019 ag 010 0 spa  a 2023417788 aDLCbengcDLCdOCLCFdYLS a9789870337584 a9870337589 a(OCoLC)1136749698 apcc as-ag---00aKHA3739b.C645 201900aComentarios al anteproyecto de Ley de defensa del consumidor :bhomenaje a Rubén S. Stiglitz /cdirectores, Fulvio G. Santarelli y Demetrio Alejandro Chamatropulos. a[1a ed. facsímil.]. 1a[Ciudad Autónoma de Buenos Aires]bThomson Reuters La Leyc[2019] axiv, 961 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRevista jurídica argentina La Ley. Suplemento especial a"Marzo 2019." aIncludes bibliographical references.10aStiglitz, Rubén S. 0aConsumer protectionxLaw and legislationzArgentina. 7aConsumer protectionxLaw and legislation.2fast0(OCoLC)fst00876372 7aArgentina.2fast0(OCoLC)fst01205614 7aFestschriften.2fast0(OCoLC)fst01941036 7aFestschriften.2lcgft1 aStiglitz, Rubén S.ehonouree.1 aGermán Santarelli, Fulvio,eeditor.1 aChamatropulos, Demetrio Alejandro,eeditor.42uhttp://swbplus.bsz-bw.de/bsz1662752148inh.htmmB:V:DE-576mB:B:DE-B212qapplication/pdfv20190501165000xVerlag3Inhaltsverzeichnis a92bPUL03790cim a2200841 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040007300124019002700197020001800224020001500242024002500257028002800282035006000310037004600370042001400416050002700430082001400457100003800471245006200509246003300571250001600604264004400620264001200664300008300676306001100759336003300770336003300803337002300836337002600859338003100885344001900916344001900935344001200954344001900966347003300985347001801018490002401036500002701060511004601087500009101133500002901224500002901253520059701282650004401879650002801923650003501951650001901986650006802005650005702073650004902130650003602179650005202215655004802267655004202315655003902357655004602396655002902442655003402471655002502505700003602530700005202566700003802618800007202656856008402728856008102812938004302893994001202936on1137067714OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230623t20202020nyunnnnjq f n eng d a 2023623216 aTEFMTbengerdacDLCdTEFdOCLCFdIGAdILCdRECBCdKCPdCNCARdTEFMT a1142802602a1193567294 a9781549117459 a15491174593 a9781549117459d5250002a2-Y1745bHachette Audio a(OCoLC)1137067714z(OCoLC)1142802602z(OCoLC)1193567294 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.P27653bMas 2020ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aMaster of disaster /cJames Patterson and Chris Tebbetts.1 iSeries title:aMiddle school aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a4 audio discs (approximately 4 hr., 31 min.) :bdigital ;c4 3/4 in. +e1 PDF. a043100 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aMiddle school ;v12 aTitle from disc label.0 aRead by Michael Crouch and Caitlin Kelly. aDisc 4 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). a"Jimmy Patterson Books." aSequel to: Born to rock. aMiddle school students Rafe and Jimmy, two misunderstood 'troublemakers,' are finally up to something good. They're in charge of a huge celebration of books and reading. But when a small issue snowballs into a big problem that threatens to derail the whole event, they need to work fast to keep things on track! And the best part? Rafe and Jimmy are joined by the funniest storytellers they know, including Jamie Grimm from I Funny, Jacky Ha-Ha, the Kidd family of Treasure Hunters, super-genius Max Einstein, everyone's favorite characters from James Patterson's bestselling series for kids! 0aJuvenile delinquentsvJuvenile fiction. 0aBoysvJuvenile fiction. 1aJuvenile delinquentsvFiction. 1aBoysvFiction. 6aJeunes délinquantsvRomans, nouvelles, etc. pour la jeunesse. 6aGarçonsvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxHumorous Stories.2bisacsh 7aBoys.2fast0(OCoLC)fst00837358 7aJuvenile delinquents.2fast0(OCoLC)fst00985367 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aTebbetts, Christopher,eauthor.1 aCrouch, Michaelq(Michael Lockwood),enarrator.1 aKelly, Caitlin,d1984-enarrator.1 aPatterson, James,d1947-tMiddle school novels.hSpoken word ;v12.4 3RBMediauhttp://d2cv0ie6dlin9h.cloudfront.net/DD48065/DD48065_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781549117459 aRecorded Books, LLCbRECCnrbcdDD48065 a92bPUL02243cam a2200601 i 4500001001300000003000600013005001700019008004100036010001700077040004500094016001800139020001800157020001500175035002200190042001400212043001200226050002200238100003000260245011400290250002300404264005700427300002400484336002600508337002800534338002700562490002500589504005700614651003100671651003600702650006000738650004800798651003200846651003800878650004200916650003600958650004800994650005501042650003501097650004001132650004501172650004301217650005401260651003601314651003701350651004501387650005201432650003701484648002101521648002001542655003801562830002901600994001201629on1137595202OCoLC20230718213016.0200130s2019 cl b 000 0 spa d a 2020501584 aZCUbengerdacDLCdUKMGBdDGUdCUVdZCU7 a0197161132Uk a9789560012333 a9560012339 a(OCoLC)1137595202 alccopycat as-cl---00aF3100b.G365 20191 aGarcés, Mario,eauthor.10aPan, trabajo, justicia y libertad :blas luchas de los pobladores en dictadura (1973-1990) /cMario Garcés. aPrimera edición. 1aSantiago de Chile :bLOM ediciones,cdiciembre 2019. a228 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aColección Historia aIncludes bibliographical references (pages 221-228). 0aChilexHistoryy1973-1988. 0aChilexSocial conditionsy1970- 0aPoorxPolitical activityzChilexHistoryy20th century. 0aDictatorshipzChilexHistoryy20th century. 6aChilixHistoirey1973-1988. 6aChilixConditions socialesy1970- 6aPauvresxActivité politiquezChili. 6aDictaturezChiliy20e siècle. 7aSocial conditions2fast0(OCoLC)fst01919811 7aPoorxPolitical activity2fast0(OCoLC)fst01071131 7aPoor2fast0(OCoLC)fst01071040 7aSquatters2fast0(OCoLC)fst01131119 7aSocial justice2fast0(OCoLC)fst01122603 7aDictatorship2fast0(OCoLC)fst00892878 7aPolitics and government2fast0(OCoLC)fst01919741 7aChile2fast0(OCoLC)fst01205362 7aChilexHistoriay1973-19882qlsp 7aChilexCondiciones socialesy1970-2qlsp 7aClarisasxActividades poííticaszChile2qlsp 7aDictadurazChileySiglo XX2qlsp 7aSince 19002fast 7a1973-19902fast 7aHistory2fast0(OCoLC)fst01411628 0aHistoria (LOM Ediciones) a92bPUL02063ccm a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135028003500150035002200185041000800207042001400215050002200229100003900251245003800290246006700328264005600395264001100451300004500462336003500507337002800542338002700570348001800597382002400615490003000639500007500669500003900744500004500783500008600828546002000914650003500934650003600969650003801005655004601043655003801089655005301127655004601180655002701226655002701253655001901280655003001299655003201329655003201361830003101393856004901424994001201473on1138130346OCoLC20230718213016.0230711t20192019moustl ei n zxx d a 2023565067 aYUSbengerdacDLC a9781513464558 a151346455832aMB30698MbMel Bay Publications a(OCoLC)11381303460 geng alccopycat00aMT585b.P472 20191 aPennanen, Keijo,d1962-ecomposer.10aLyrical etudes /cKeijo Pennanen.1 iTitle page reads:aAchieving guitar artistry :blyrical etudes 1a[Fenton, Missouri] :bMel Bay Publications,c[2019] 4c©2019 a1 score (67 pages) :bportrait ;c30 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm01aguitarn1s12lcmpt1 aAchieving guitar artistry aTen of the 21 etudes may be performed by 2 guitars or guitar ensemble. aMay be used as performance pieces. aIncludes URL for access to online audio. aIncludes composer's note, biographical information, and program notes in English. bStaff notation. 0aGuitarvStudies and exercises. 6aGuitarevÉtudes et exercices. 7aGuitar.2fast0(OCoLC)fst00949140 7aConcert etudes.2fast0(OCoLC)fst01920075 7aScores.2fast0(OCoLC)fst01692898 7aStudies and exercises.2fast0(OCoLC)fst01423893 7aStudies (Music)2fast0(OCoLC)fst01920374 7aStudies (Music)2lcgft 7aConcert etudes.2lcgft 7aScores.2lcgft 7aÉtudes (Musique)2rvmgf 7aÉtudes de concert.2rvmgf 7aPartitions (Musique)2rvmgf 0aAchieving guitar artistry.423Online audiouhttp://www.melbay.com/30698MEB a92bPUL02893cjm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177041000800199042001400207245006700221264004300288300003000331336003700361337002300398338003100421340001400452344001900466344001900485344001200504347002200516347001300538500002700551511010200578518009200680500009700772505025000869650001901119650002401138650002901162650003401191650003101225650002701256650002301283650003601306650003201342650003801374650006001412650005001472650005701522650005501579650004501634700004001679700003701719700004101756700005801797700007401855700007901929700010702008700010402115994001202219on1138991539OCoLC20230718213016.0sd fsngnnmmned230713p20192018azuuunn hi n eng d a 2023626331 aLGGbengerdacDLC1 a09940275592202aDCD 755bSummit Records a(OCoLC)11389915390 geng alccopycat00aStill and quiet places /cMatthew Vangjel, trumpet/flugelhorn. 1a[Tempe, AZ] :bSummit Records,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from disc label.0 aMatthew Vangjel, trumpet/flugelhorn ; Ellen Sommer, piano ; Joshua J. Knight, marimba/vibraphone. oRecordedd2018 August 6-10pSwarthout Recital Hall, University of Kansas, Lawrence, KS. aProgram notes in English (1 folded sheet (6 unnumbered pages); 12 cm) inserted in container.0 aTwo images / Joseph Turrin -- Kindertotenlieder / Gustav Mahler -- Still and quiet places / David Biedenbender -- Siete canciones populares españolas / Manuel de Falla, arr. Joshua J. Knight -- Over the rainbow / Harold Arlen, arr. Alex Noppe. 0aTrumpet music. 0aFlügelhorn music. 0aTrumpet and piano music. 0aFlügelhorn and piano music. 0aTrumpet and marimba music. 6aTrompette, Musique de. 6aBugle, Musique de. 6aTrompette et piano, Musique de. 6aBugle et piano, Musique de. 6aTrompette et marimba, Musique de. 7aFlügelhorn and piano music.2fast0(OCoLC)fst00928465 7aFlügelhorn music.2fast0(OCoLC)fst00928468 7aTrumpet and marimba music.2fast0(OCoLC)fst01158074 7aTrumpet and piano music.2fast0(OCoLC)fst01158078 7aTrumpet music.2fast0(OCoLC)fst011581041 aVangjel, Matthew,einstrumentalist.1 aSommer, Ellen,einstrumentalist.1 aKnight, Joshua J.,einstrumentalist.12iContainer of (work):aTurrin, Joseph,d1947-tImages.12iContainer of (work):aMahler, Gustav,d1860-1911.tKindertotenlieder.12iContainer of (work):aBiedenbender, David,d1984-tStill and quiet places.12iContainer of (expression):aFalla, Manuel de,d1876-1946.tCanciones populares españolas;oarranged.12iContainer of (expression):aArlen, Harold,d1905-1986.tWizard of Oz.pOver the rainbow;oarranged. a92bPUL04766cjm a2200961 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149033003700178035002200215041000800237042001400245043001200259245011300271246004700384264004200431264001100473300003800484306001100522336003700533337002300570338003100593344001900624344001900643344001200662347002200674347001300696370001600709382003500725500002700760511005400787518011200841500009300953505059501046650002901641650001901670650003101689650003901720650001601759650003301775650002101808650003801829650002601867650005501893650006501948650003702013650004202050650005702092651003802149655005102187655004502238655004902283655003802332655003002370655002602400655001902426655003202445655003302477655003102510655002802541655003402569700004102603700003802644700007902682700010302761700009102864700008402955700010203039700009203141700007003233700007403303700008303377700007803460700010503538700009503643938005403738994001203792on1139895370OCoLC20230718213016.0sd fsngnnmmned230713p20192018nyuuunn fi n zxx d a 2023626332 aTDFbengerdacDLC10a03406117992402aTROY1799bAlbany Records20a201804----a201805----b4104cU7 a(OCoLC)11398953700 geng alccopycat ae-fr---00aNovelette :bFrench recital music for bassoon and piano /cTimothy McGovern, bassoon ; Cara Chowning, piano.30aFrench recital music for bassoon and piano 1aAlbany, NY :bAlbany Records,c[2019] 4c©2019 a1 audio disc (51:42) ;c4 3/4 in. a005142 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio gFrance2naf01abassoonn1apianon1s22lcmpt aTitle from disc label.0 aTimothy McGovern, bassoon ; Cara Chowning, piano. oRecordedd2018 April-MaypFoellinger Great Hall, Krannert Center for the Performing Arts, Urbana, Illinois. aProgram notes and biographical notes on the performers in English inserted in container.0 aAndante / Eugène Bourdeau (2:14) -- Recit, sicilienne et rondo / Eugène Bozza (4:52) -- Andante, molto moderato / Adrien Barthe (1:20) -- Suite pour bassoon / Alexandre Tansman (8:00) -- Pièce en forme de habanera / Maurice Ravel (3:08) -- Recit et allegro / Noël Gallon (5:19) -- Novellette / Marcel Mihalovici (3:31) -- Concertpiece : op. 35 / Gabriel Pierné (5:18) -- Mouvement de sicilienne / Philippe Gaubert (1:30) -- Cantilene et rondeau : op. 73 / Henri Busser (5:33) -- Sicilienne et allegro giocoso / Gabriel Grovlez (5:46) -- Première solo / Eugène Bourdeau (4:40). 0aBassoon and piano music. 0aMusiczFrance. 0aSuites (Bassoon and piano) 0aBassoon and piano music, Arranged. 0aSicilianas. 6aBasson et piano, Musique de. 6aMusiquezFrance. 6aBasson et piano, Musique de, arr. 6aSiciliennes (Musique) 7aBassoon and piano music.2fast0(OCoLC)fst00828544 7aBassoon and piano music, Arranged.2fast0(OCoLC)fst00828545 7aMusic.2fast0(OCoLC)fst01030269 7aSicilianas.2fast0(OCoLC)fst01118029 7aSuites (Bassoon and piano)2fast0(OCoLC)fst01137654 7aFrance.2fast0(OCoLC)fst01204289 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2fast0(OCoLC)fst01726551 7aSicilianas (Music)2fast0(OCoLC)fst01920355 7aSuites.2fast0(OCoLC)fst01726502 7aSicilianas (Music)2lcgft 7aChamber music.2lcgft 7aSuites.2lcgft 7aArrangements (Music)2lcgft 7aSiciliennes (Musique)2rvmgf 7aMusique de chambre.2rvmgf 7aSuites (Musique)2rvmgf 7aArrangements (Musique)2rvmgf1 aMcGovern, Timothy,einstrumentalist.1 aChowning, Cara,einstrumentalist.12iContainer of (work):aBourdeau, E.q(Eugène).tAndante,mbassoon, piano.12iContainer of (work):aBozza, Eugène,d1905-1991.tRécit, sicilienne et rondo,mbassoon, piano.12iContainer of (work):aBarthe, A.q(Adrien).tAndante, molto moderato,mbassoon, piano.12iContainer of (work):aTansman, Alexandre,d1897-1986.tSuites,mbassoon, piano.12iContainer of (expression):aRavel, Maurice,d1875-1937.tVocalise en forme d'habanera;oarranged.12iContainer of (work):aGallon, Noël,d1891-1966.tRécit et allegro,mbassoon, piano.12iContainer of (work):aMihalovici, Marcel,d1898-1985.tNovelette.12iContainer of (work):aPierné, Gabriel,d1863-1937.tConcertstück.12iContainer of (work):aGaubert, Philippe,d1879-1941.tMouvement de sicilienne.12iContainer of (work):aBusser, Henri,d1872-1973.tCantilène et rondeau.12iContainer of (work):aGrovlez, Gabriel,d1879-1944.tSicilienne et allegro giocoso,mbassoon, piano.12iContainer of (work):aBourdeau, E.q(Eugène).tSolos,mbassoon, piano,nno. 1,rC major. aTheodore Front Musical LiteraturebTFRTnTF485820 a92bPUL02726cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040004500094019006300139020002600202020001500228020001800243020001500261020002700276020002400303035011700327042000800444050002400452082003400476100002300510245007000533264004100603300002300644336002600667337002800693338002700721504005700748520046000805505040201265650002001667650005801687650005101745650005601796650004601852650005401898650005101952655005302003938004102056938004102097938004102138938002902179994001202208on1141261269OCoLC20230718213016.0190722s2019 tnu b 000 0 eng  a 2019946591 aDLCbengerdacDLCdYDXdOCLCFdKATdICU a1088906189a1088927895a1088930037a1089119384a1089167520 a9781501884016q(pbk.) a1501884018 a9781501884054 a1501884050 z9781501884023q(ebook) z1501884026q(ebook) a(OCoLC)1141261269z(OCoLC)1088906189z(OCoLC)1088927895z(OCoLC)1088930037z(OCoLC)1089119384z(OCoLC)1089167520 apcc00aBV4501.3bR623 201904a248.4qOCoLC223/eng/202302161 aRobb, Ed,eauthor.10aMountaintop moments :bmeeting God in the high places /cEd Robb. 1aNashville :bAbingdon Press,c[2019] a142 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 139-142). a"Mountaintop moments-those moments when we experience the power, love, and grace of God in a way difficult to capture with words. They give us a sense of God's presence in our lives and often changes our perspective of who God is and who we are. In this book, Dr. Ed Robb connects personal mountaintop experiences in our spiritual life with the mountains in the Old and New Testament and the events related to this sacred places"--cProvided by publisher.0 aBase camp -- 1. Moriah : mount of provision ; Peak perspectives : Ararat -- 2. Sinai : mount of God's law ; Peak perspectives : Nebo -- 3. Carmel : mount of decision ; Peak perspectives : Masada -- 4. Beatitudes : mount of blessings ; Peak perspectives : Olivet -- 5. Tabor : mount of transfiguration ; Peak perspectives : Calvary -- 6. Zion : mount of God's presence ; Peak perspectives : Hermon. 0aChristian life. 6aMontagnes dans la BiblevLittérature de dévotion. 6aVie chrétiennevLittérature de dévotion. 6aFormation spirituellevLittérature de dévotion. 7aChristian life.2fast0(OCoLC)fst00859185 7aMountains in the Bible.2fast0(OCoLC)fst01028390 7aSpiritual formation.2fast0(OCoLC)fst01130081 7aDevotional literature.2fast0(OCoLC)fst01423773 aYBP Library ServicesbYANKn16079357 aYBP Library ServicesbYANKn16079359 aYBP Library ServicesbYANKn16079358 aBrodartbBRODn124287891 a92bPUL02842cam a2200685 i 4500001001300000003000600013005001700019008004100036010001700077040003300094020001800127020001500145035002200160037001400182042001500196043001200211050002300223100002700246245010700273246009500380250001500475264005000490300004100540336002600581337002800607338002700635490003600662504005100698651005100749651005200800650005000852650004400902650004600946650005200992650007201044650005201116650005701168650002401225651002701249651005201276651005901328650004301387650004901430651002901479650005201508650005101560650006701611650004701678650004101725650005001766650004701816650004501863650003901908650003701947651003801984648002102022655006202043655003902105994001202144on1143765990OCoLC20230718213016.0210806s2019 tu a b 001 0 tur c a 2021338719 aINUbengerdacDLCdPULdINU a9789750846380 a9750846389 a(OCoLC)1143765990 c50.00 USD apccalcode aa-tu---00aDR432b.B4547 20191 aBengi, Derya,eauthor.10a80'li yıllarda Türkiye :bsazlı cazlı sözlük : "yaprak döker bir yanımız" /cDerya Bengi.3 aSeksen'li yıllarda Türkiye :bsazlı cazlı sözlük : "yaprak döker bir yanımız" a1. baskı. 1aİstanbul :bYapı Kredi Yayınları,c2019. a416 pages :billustrations ;c28 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aYapı Kredi Yayınları ;v5514 aIncludes bibliographical references and index. 0aTurkeyxSocial life and customsy20th century. 0aTurkeyxSongs and musicxHistory and criticism. 0aPopular musiczTurkeyxHistory and criticism. 0aSingerszTurkeyxHistoryy20th century. 0aMusicianszTurkeyxHistoryy20th century. 0aMotion pictureszTurkeyxHistoryy20th century. 0aMotion picture actors and actresseszTurkeyxHistoryy20th century. 0aPopular culturezTurkeyxHistoryy20th century. 0aEntertainment eventszTurkeyxHistoryy20th century. 0aNineteen seventies. 0aTurkeyxHistoryy1960- 6aAsie MineurexMœurs et coutumesy20e siècle. 6aAsie MineurexChants et musiquexHistoire et critique. 6aCinéma turcxHistoirey20e siècle. 6aAnnées soixante-dix (Vingtième siècle) 6aTurquiexHistoirey1960- 7aEntertainment events.2fast0(OCoLC)fst00912691 7aManners and customs.2fast0(OCoLC)fst01007815 7aMotion picture actors and actresses.2fast0(OCoLC)fst01027096 7aMotion pictures.2fast0(OCoLC)fst01027285 7aMusicians.2fast0(OCoLC)fst01030837 7aNineteen seventies.2fast0(OCoLC)fst01037812 7aPopular culture.2fast0(OCoLC)fst01071344 7aPopular music.2fast0(OCoLC)fst01071422 7aSingers.2fast0(OCoLC)fst01119301 7aSongs.2fast0(OCoLC)fst01126120 7aTurkey.2fast0(OCoLC)fst01208963 7aSince 19002fast 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL02985cjm a2200697 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002300150028001700173033004300190035002200233041000800255047001100263100006100274240002900335245002600364264004200390264001200432300007000444306005100514336003700565337002300602338003100625340001400656344001900670344001900689344001200708344001900720347002200739347001300761382002300774500002700797511002800824518008000852500009300932505022001025650001401245650001701259650001401276650002301290650004001313650004301353655004701396655002801443655003001471655003001501700004701531700009901578700010001677700010001777700011001877700011001987700012402097938005402221994001202275on1145459189OCoLC20230718213016.0sd fungnnmmned200316t20202019fi munn efi n zxx d a 2023626583 aTDFbengerdacDLC3 a076119513292002aODE 1329-2bOndine00a1329bOndine10a20190716a20190717a20190718b6713cP6 a(OCoLC)11454591890 geng amzazz1 aScriabin, Aleksandr Nikolayevich,d1872-1915,ecomposer.10aPiano music.kSelections10aMazurkas /cScriabin. 1aHelsinki [Finland] :bOndine,c[2020] 4c℗2020 a1 audio disc (76 min., 48 sec.) :bdigital, CD audio ;c4 3/4 in. a003355a003224a000308a000312a000220a000149 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label.0 aPeter Jablonski, piano. oRecordedpFazioli Concert Hall, Sacile (Pordenone), Italyd2019 July 16-18. aBiographical and program notes in English (11 pages : portraits), inserted in container.0 a10 mazurkas, op. 3 (33:55) -- 9 mazurkas, op. 25 (32:24) -- 2 mazurkas, op. 40 (3:08) -- Mazurka in F major (1889) (3:12) -- Mazurka in B minor (1889) (2:20) -- Impromptu à la mazur in C major, op. 2 no. 3 (1:49). 0aMazurkas. 0aPiano music. 6aMazurkas. 6aPiano, Musique de. 7aMazurkas.2fast0(OCoLC)fst01012946 7aPiano music.2fast0(OCoLC)fst01063403 7aMazurkas (Music)2fast0(OCoLC)fst01726669 7aMazurkas (Music)2lcgft 7aImpromptus (Music)2lcgft 7aMazurkas (Musique)2rvmgf1 aJablonski, Peter,d1971-einstrumentalist.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nop. 3.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nop. 25.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nop. 40.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nWoO 15,rB minor.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMazurkas,mpiano,nWoO 16,rF major.12iContainer of (work):aScriabin, Aleksandr Nikolayevich,d1872-1915.tMorceaux,mpiano,nop. 2.pImpromptu à la mazur. aTheodore Front Musical LiteraturebTFRTnTF488565 a92bPUL01824cjm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003200150028002800182028002600210028005400236035002200290042001400312100007200326245004000398264005100438264001100489300004100500336003700541337002300578338003100601344001900632344001900651344001900670347002200689347001300711382002300724500002000747500002700767511003800794518007100832505034600903650001701249655002201266938005401288994001201342on1148831552OCoLC20230718213016.0sd fsngnnmmned230706p20152010gw uunn n zxx d a 2023626555 aTDFbengerdacDLC3 a912003668312902aRA CD 028bRandom Acoustics02aRA 28bRandom Acoustics02a028bRandom Acoustics02aRA 028 CDbRandom Acousticsq(no. on vendor card) a(OCoLC)1148831552 alccopycat1 aGraewe, Georg,d1956-ecomposer,eaudio producer,einstrumentalist.10aStills and stories /cGeorg Graewe. 1a[Berlin, Germany] :bRandom Acoustics,c[2015] 4c©2015 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aFor solo piano. aTitle from disc label.0 aPresumably the composer on piano. oRecorded by Ansgar Ballhornd2010 December 21-22pBochum, Germany.0 aAfternoon in coloured frames: Breathing Spells ; Fountain Rhythms VII ; Pavane -- Thumbnails: Cloudy ; Under glass ; Tarnished -- Moods, modes and manners : I-V -- Three stills: Stains ; Streaks ; Bandeaux -- Narrative lines: In secret ; A tale ; An incident ; A tale continued ; A ballad -- Rhyme and discourse : [3 tracks] -- Afterthought. 0aPiano music. 7aArt music.2lcgft aTheodore Front Musical LiteraturebTFRTnTF495534 a92bPUL03433cjm a2200781 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028001700132033002300149035002200172041001800194042001400212245010100226246006000327264003200387264001200419300003500431306004300466336003700509337002300546338003100569340001900600340001100619344001800630344002500648344002200673344001500695344002300710370001600733382003900749382004600788500002600834511010300860518007800963500003001041500008701071500006301158505032801221650002501549650003201574650002101606650001901627650002201646650003301668650002001701650002101721650004701742650005101789650005801840650003701898651003801935655004101973655002202014655002202036700003902058700003402097700009502131700010102226700006502327700009202392700008802484710006702572994001202639on1151851119OCoLC20230718213016.0sd bsmennmplue230717p19741973fr conn i n zxx d a 2023626405 aMNObengerdacDLC02a7.213bDecca00a197312--b5984cM6 a(OCoLC)11518511190 genggfregger alccopycat00aDeux siècles de musique française pour cor /cChabrier, Corette, d'Indy, Dukas, Saint-Saens.1 iTitle on container spine:aMusique française pour cor 1a[France?] :bDecca,c[1974] 4c℗1974 a1 audio disc (34:21) ;c12 in. a000657a000209a000704a000855a000916 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat b12 in. aanalog2rdatr gquadraphonic2rdacpc hQS regular matrix c33 1/3 rpm dmicrogroove2rdagw gFrance2naf01bhornn1aorchestrae1r1t12lcmpt01bhornn1astring orchestrae1r1t12lcmpt aTitle from container.0 aDaniel Bourgue, horn ; Orchestre National de l'Opera de Monte Carlo ; direction : Massimo Freccia. oRecordedd1973 DecemberpGrand Auditorium du Théâtre à Monte-Carlo. a"Aristocrate"--Container. aEditions recorded: Durand (Dukas, Saint-Saens); Leloir; Hienrichshofen; Costallat. aProgram notes in English, French, and German on container.0 aVillanelle pour cor et orchestre / Paul Dukas (6:57) -- Andante cantabile pour cor et cordes / Vincent d'Indy (2:09) -- Concerto en do majeur "La choisy" / Michel Corrette (7:04) -- Morceau de concert pour cor et orchestre, opus 94 / Camille Saint-Saens (8:55) -- Larghetto pour cor et orchestre / Emmanuel Chabrier (9:16). 0aHorn with orchestra. 0aHorn with string orchestra. 0aConcertos (Horn) 0aMusiczFrance. 6aCor et orchestre. 6aCor et orchestre à cordes. 6aConcertos (Cor) 6aMusiquezFrance. 7aConcertos (Horn)2fast0(OCoLC)fst00873481 7aHorn with orchestra.2fast0(OCoLC)fst00960294 7aHorn with string orchestra.2fast0(OCoLC)fst00960300 7aMusic.2fast0(OCoLC)fst01030269 7aFrance.2fast0(OCoLC)fst01204289 7aConcertos.2fast0(OCoLC)fst01726450 7aConcertos.2lcgft 7aConcertos.2rvmgf1 aBourgue, Daniel,einstrumentalist.1 aFreccia, Massimo,econductor.12iContainer of (expression):aDukas, Paul,d1865-1935.tVillanelle,mhorn, piano;oarranged.12iContainer of (work):aIndy, Vincent d',d1851-1931.tAndante cantabile,mhorn, string orchestra.12iContainer of (work):aCorrette, Michel,d1707-1795.tChoisy.12iContainer of (work):aSaint-Saëns, Camille,d1835-1921.tMorceau de concert,nop. 94.12iContainer of (work):aChabrier, Emmanuel,d1841-1894.tLarghetto,mhorn, orchestra.2 aOpéra de Monte-Carlo.bOrchestre national,einstrumentalist. a92bPUL04785cim a2201009 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007900109019001500188020001800203020001500221024002500236028002800261035004100289042001400330043001200344050002900356082001400385100004100399245005600440250001600496264004400512264001200556300006600568306001100634336003300645337002300678338003100701344001900732344001900751344001200770344001900782347002200801347001300823490003400836500002700870511003100897520093800928610008701866610009201953610007902045650002602124650003502150650002302185650002702208650002802235650004202263650004802305650003302353650004302386650004702429650004002476650004402516650004502560650004102605650005202646650004302698655002402741655004602765655004602811655004502857655003802902655004202940655003902982655005003021655002903071655002703100655003103127655002603158655001903184655002303203655002703226655003603253655001903289655002503308700002703333700003503360800005803395856010103453856008503554856008103639938004303720994001203763on1153039639OCoLC20230718213016.0sd fsngnnmmned230614t20202020nyunnnne f n eng d a 2023623193 aTOHbengerdacDLCdTEFdOCLCFdGK8dRECBCdTVPdILCdY38dGL4dCNCARdTOH a1198448416 a9781478999379 a14789993733 a9781478999379d5350002a2-X9937bHachette Audio a(OCoLC)1153039639z(OCoLC)1198448416 alccopycat an-us--- 4aPS3620.O5875bH65 2020ab04a813.62231 aToro, Guillermo del,d1964-eauthor.14aThe hollow ones /cGuillermo Del Toro, Chuck Hogan. aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a8 audio discs (approximately 9.5 hr.) :bdigital ;c4 3/4 in. a093000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aThe Blackwood tapes ;vvol. 1 aTitle from disc label.0 aRead by Brittany Pressley. aOdessa Hardwicke's life is derailed when she's forced to turn her gun on her partner, Walt Leppo, a decorated FBI agent who turns suddenly, inexplicably violent while apprehending a rampaging murderer. The shooting, justified by self-defense, shakes the young FBI agent to her core. Devastated, Odessa is placed on desk leave, pending a full investigation. But what most troubles Odessa isn't the tragedy itself, it's the shadowy presence she thought she saw fleeing the deceased agent's body after his death. Questioning her future with the FBI and her sanity, Hardwicke accepts a low-level assignment to clear out the belongings of a retired agent in the New York office. What she finds there will put her on the trail of a mysterious figure named John Silence, a man of enormous means who claims to have been alive for centuries, and who is either an unhinged lunatic, or humanity's best and only defense against unspeakable evil.10aUnited States.bFederal Bureau of InvestigationxOfficials and employeesvFiction.16aÉtats-Unis.bFederal Bureau of InvestigationxFonctionnairesvRomans, nouvelles, etc.17aUnited States.bFederal Bureau of Investigation.2fast0(OCoLC)fst00528882 0aPolicewomenvFiction. 0aJustifiable homicidevFiction. 0aShootingvFiction. 0aSelf-defensevFiction. 0aGood and evilvFiction. 6aPolicièresvRomans, nouvelles, etc. 6aHomicide excusablevRomans, nouvelles, etc. 6aTirvRomans, nouvelles, etc. 6aAutodéfensevRomans, nouvelles, etc. 7aFICTIONxThrillersxSupernatural.2bisacsh 7aShooting.2fast0(OCoLC)fst01116836 7aSelf-defense.2fast0(OCoLC)fst01111577 7aGood and evil.2fast0(OCoLC)fst00944894 7aEmployees.2fast0(OCoLC)fst00909111 7aJustifiable homicide.2fast0(OCoLC)fst00985239 7aPolicewomen.2fast0(OCoLC)fst01068789 7aghost stories.2aat 7aHorror fiction.2fast0(OCoLC)fst01921684 7aGothic fiction.2fast0(OCoLC)fst01921675 7aGhost stories.2fast0(OCoLC)fst01726625 7aNovels.2fast0(OCoLC)fst01921742 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aSuspense fiction.2gsafd 7aHorror fiction.2lcgft 7aThrillers (Fiction)2lcgft 7aGhost stories.2lcgft 7aNovels.2lcgft 7aAudiobooks.2lcgft 7aGothic fiction.2lcgft 7aHistoires de fantômes.2rvmgf 7aRomans.2rvmgf 7aLivres audio.2rvmgf1 aHogan, Chuck,eauthor.1 aPressley, Brittany,enarrator.1 aToro, Guillermo del,d1964-tBlackwood tapes ;vv. 1.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/586/000000000012586143.jpg4 3RBMediauhttps://d2cv0ie6dlin9h.cloudfront.net/DD50176/DD50176_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781478999379 aRecorded Books, LLCbRECCnrbcdDD50176 a92bPUL01100cam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002400180082003000204245006100234264003100295300002800326336002600354337002800380338002700408490004500435504005100480650002800531650003400559650003500593650003900628700003000667938004100697994001200738on1153449511OCoLC20230718213016.0210616s2020 nyu b 001 0 eng  a 2021285392 aDLCbengerdacDLC a9781536179743 a1536179744 a(OCoLC)1153449511 apcc00aHV6626.3b.N87 202000a362.6/82223/eng/2023071700aNursing homes and elder abuse /cJoshua Newland, editor. 1aNew York :bSnova,c[2020] aix, 239 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aGeriatrics, gerontology and elder issues aIncludes bibliographical references and index. 0aOlder peoplexAbuse of. 0aOlder peoplexCrimes against. 0aNursing homesxSocial aspects. 0aNursing homesxComplaints against.1 aNewland, Joshua,eeditor. aYBP Library ServicesbYANKn16753434 a92bPUL03615cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040005900094020001800153020001500171035002200186042001400208043001200222050002400234082000800258100003600266245007300302264003700375300003100412336002600443337002800469338002700497490002300524504005300547520184800600600006002448600005502508600007202563600006802635630007302703650002702776650003702803650004502840650004302885651003802928653001002966655006202976938004903038938003403087994001203121on1153462471OCoLC20230718213016.0190930t20202020it b 001 0 ita d a 2020380303 aNARDEbengerdacDLCdC3LdZCUdOCLCFdUIUdIULdNARDE a9788842826170 a8842826170 a(OCoLC)1153462471 alccopycat ae------00aML410.M9bB759 202014a7801 aBramani, Lidia,d1958-eauthor.13aLe nozze di Figaro :bMozart massone e illuminista /cLidia Bramani. 1aMilano :bIl Saggiatore,c[2020] axviii, 422 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLa cultura ;v1324 aIncludes bibliographical references and indexes. a"Cristallizzato nell'immagine del genio irriverente preso solo dalla sua arte, folle e sregolato nel suo inconsapevole talento, Wolfgang Amadeus Mozart è rimasto intrappolato per secoli nel mito del puer aeternus. Tuttavia Mozart non era svagato o ingenuo. D'indole brillante e multiforme, era perfettamente immerso nel suo tempo: sensibile ai fermenti che ispiravano gli ultimi fulgori del Secolo dei Lumi, aveva una biblioteca ricchissima con testi all'avanguardia e frequentava le personalità più illustri dell'epoca; era in sintonia con i princìpi riformatori dell'assolutismo illuminato dell'imperatore Giuseppe e manteneva intensi rapporti con le logge massoniche viennesi e tedesche, nutrendosi dei loro ideali di tolleranza etica, religiosa e politica, di uguaglianza fra i sessi e fra le classi, arrivando persino a progettare di fondare una società segreta ispirata agli stessi valori. Soprattutto, Mozart diede voce a questo afflato con lo strumento che meglio padroneggiava, la musica, attraverso capolavori come Le nozze di Figaro, Don Giovanni, Così fan tutte e La clemenza di Tito. Le nozze di Figaro, in particolare - con la sua trama di una coppia di servi e una moglie che si oppongono a un padrone e marito dispotico e bugiardo -, grazie all'analisi di Lidia Bramani si rivela testimonianza massima della cultura europea di fine Settecento, vero e proprio manifesto illuminista, nonché critica serrata e implacabile alle forze più ottuse e conservatrici della società, di allora come di oggi. Leggere Le nozze di Figaro di Lidia Bramani significa immergersi nella biografia di una delle menti più straordinarie della storia, e poter fruire con nuova consapevolezza di quelle opere con cui Mozart sognava di cambiare il mondo - quelle opere con cui Mozart il mondo l'ha cambiato"--Publisher's description.10aMozart, Wolfgang Amadeus,d1756-1791.tNozze di Figaro.10aMozart, Wolfgang Amadeus,d1756-1791xFreemasonry.10aMozart, Wolfgang Amadeus,d1756-1791xCriticism and interpretation.17aMozart, Wolfgang Amadeus,d1756-1791.2fast0(OCoLC)fst0005070207aNozze di Figaro (Mozart, Wolfgang Amadeus)2fast0(OCoLC)fst01357624 0aEnlightenmentzEurope. 6aSiècle des LumièreszEurope. 7aEnlightenment.2fast0(OCoLC)fst00912527 7aFreemasonry.2fast0(OCoLC)fst00934082 7aEurope.2fast0(OCoLC)fst012450641 aMusic 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 aLibreria già NardecchiabNARDnD0437060843 aCasalini LibribCASAn4554709 a92bPUL04693cim a2201009 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007600109020001800185020001500203020003600218020003300254024002500287028002800312035002200340037004600362042001400408043001200422050002700434082001400461100003800475245006900513246003600582250001600618264004400634264001200678300005000690306001100740336003300751337002300784338003100807344001900838344001900857344001200876344001900888347002200907347001300929490003100942500002600973511002700999520086801026650003101894650004201925650003901967650003202006650002902038651003302067650004002100650002202140650003302162650003002195650002302225650002002248650005502268650006302323650006802386650006602454651005702520650006002577650004702637650004002684650005002724650003902774650003702813651004102850655004802891655006002939655004202999655005303041655003903094655004603133655004103179655002903220655003403249655002303283655002503306700003303331700003103364800006703395856008503462856008103547938004303628994001203671on1153939219OCoLC20230718213016.0sd fsngnnmmned230623t20202020nyunnnnj f n eng d a 2023623217 aTEFMTbengerdacDLCdTEFdOCLCFdILCdRECBCdIP6dWIQdSDDdGO6dTEFMT a9781549117435 a1549117432 a9781549159695q(Hachette Audio) a1549159690q(Hachette Audio)3 a9781549117435d5250002a2-Y1743bHachette Audio a(OCoLC)1153939219 bMidwest Tapenhttp://www.midwesttapes.com alccopycat au-at--- 4aPZ7.P27653bPlu 2020ab04a[Fic]2231 aPatterson, James,d1947-eauthor.14aThe plunder down under /cJames Patterson and Chris Grabenstein.1 iSeries title:aTreasure hunters aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a4 audio discs (5 hr.) :bdigital ;c4 3/4 in. a050000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aTreasure hunters ;vBook 7 aTitle from container.0 aRead by Bryan Kennedy. aThe Kidds' parents are in trouble once again, and the kids must traverse the Australian Outback, recover a pair of stolen gems, and defeat treasure-hunting pirates to save them! The Kidd family is on their way to Australia to find Lasseter's Gold when they are challenged by fellow treasure hunter Charlotte Badger, who challenges them to a race to the gold! But when the Kidds pull into port in Australia, their parents are suddenly arrested; they've been framed! It turns out Charlotte Badger is a pirate, and she's planted a priceless stolen black opal on the Kidds' ship, The Lost! Now Bick, Beck, Storm, and Tommy have seven days to traverse the Australian Outback, find Charlotte Badger and her pirate cronies, and bring back the evidence that will prove their parents innocent. If they fail, their parents will be found guilty and thrown in prison forever! 0aPiratesvJuvenile fiction. 0aFalse imprisonmentvJuvenile fiction. 0aTreasure trovesvJuvenile fiction. 0aSiblingsvJuvenile fiction. 0aTwinsvJuvenile fiction. 0aAustraliavJuvenile fiction. 1aAdventure and adventurersvFiction. 1aPiratesvFiction. 1aFalse imprisonmentvFiction. 1aBuried treasurevFiction. 1aSiblingsvFiction. 1aTwinsvFiction. 6aPiratesvRomans, nouvelles, etc. pour la jeunesse. 6aSéquestrationvRomans, nouvelles, etc. pour la jeunesse. 6aTrésorsxRecherchevRomans, nouvelles, etc. pour la jeunesse. 6aFrères et sœursvRomans, nouvelles, etc. pour la jeunesse. 6aAustralievRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxAction & AdventurexGeneral.2bisacsh 7aTreasure troves.2fast0(OCoLC)fst01431639 7aSiblings.2fast0(OCoLC)fst00839671 7aFalse imprisonment.2fast0(OCoLC)fst00920104 7aPirates.2fast0(OCoLC)fst01064776 7aTwins.2fast0(OCoLC)fst01159851 7aAustralia.2fast0(OCoLC)fst01204543 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aAction and adventure fiction.2lcgft 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aGrabenstein, Chris,eauthor.1 aKennedy, Bryan,enarrator.1 aPatterson, James,d1947-tTreasure hunters.hSpoken word ;v7.4 3RBMediauhttps://d2cv0ie6dlin9h.cloudfront.net/DD50332/DD50332_image_148x230.jpg4 3recordedbooks.comuhttps://www.recordedbooks.com/title-details/9781549117435 aRecorded Books, LLCbRECCnrbcdDD50332 a92bPUL02868cjm a2200673 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003000150028005600180035002200236041001300258042001400271100004800285245004100333264004600374264001200420300006000432306003500492336003700527337002300564338003100587344001900618344001900637344001900656347002200675347001300697382004200710382005300752382003600805382005000841500002700891511012800918518010101046520009201147505023001239600005101469650003101520650002701551650001501578650001801593650002001611650001701631655002001648655002901668655002701697655002601724700008501750700008001835700007701915700008901992710004702081938005402128994001202182on1154788393OCoLC20230718213016.0sd fsngnnmmned230711p20202019ne munn efi n zxx d a 2023626575 aTDFbengerdacDLC3 a502842195971902a95971bBrilliant Classics02aBRI 95971bBrilliant Classicsq(no. on vendor card) a(OCoLC)11547883930 genggita alccopycat1 aMalipiero, Riccardo,d1914-2003,ecomposer.10aChamber music /cRiccardo Malipiero. 1aLeeuwarden :bBrilliant Classics,c[2020] 4c℗2020 a1 audio disc (62 min., 49 sec.) :bdigital ;c4 3/4 in. a002059a001305a000834a002006 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio013Sonataaviolinn1apianon1s22lcmpt013Ciaccona di Davideaviolan1apianon1s22lcmpt013Mosaico IIaviolinn1s12lcmpt013Trioapianon1aviolinn1acellon1s32lcmpt aTitle from disc label.0 aRest Ensemble (Rebecca Raimondi, violin ; Daniele Valabrega, viola ; Michele Marco Rossi, cello ; Alessandro Viale, piano). oRecordedd2019 August 6-8pAuditorium of the Casa della Culture e della Musica, Velletri, Italy. aThe music of 20th century Italian composer Malipiero is performed by the Rest Ensemble.0 aSonata (1956) for violin and piano (20:59) -- Ciaccona di Davide (1970) for viola and piano (13:05) -- Mosaico II : hommage to Rodolfo Lipizer (1987) for violin solo (8:34) -- Trio (1968) for piano, violin, and cello (20:06).10aLipizer, Rodolfo,d1895-1974vSongs and music. 0aSonatas (Violin and piano) 0aViola and piano music. 0aChaconnes. 0aViolin music. 0aMemorial music. 0aPiano trios. 7aSonatas.2lcgft 7aChaconnes (Music)2lcgft 7aMemorial music.2lcgft 7aChamber music.2lcgft12iContainer of (work):aMalipiero, Riccardo,d1914-2003.tSonatas,mviolin, piano.12iContainer of (work):aMalipiero, Riccardo,d1914-2003.tCiaccona di Davide.12iContainer of (work):aMalipiero, Riccardo,d1914-2003.tMosaico,nno. 2.12iContainer of (work):aMalipiero, Riccardo,d1914-2003.tTrio,mpiano, violin, cello.2 aRest Ensemble (Musical group),eperformer. aTheodore Front Musical LiteraturebTFRTnTF496081 a92bPUL03095cjm a2200613 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002900150028002600179035002200205041002800227042001400255100006300269245005000332264004700382264001200429300007600441336003700517337002300554338003100577344001900608344001900627344001900646347002200665347001300687382003800700382003100738500002700769511016000796518003800956500011700994505021201111505027301323650003401596650002801630650005101658650001901709655002101728655002001749700009801769700011101867700009301978700009802071700011302169700009102282710004202373938005402415994001202469on1156201537OCoLC20230718213016.0sd fsngnnmmned230710p20202019it munn dfi n zxx d a 2023626572 aTDFbengerdacDLC3 a805177357056802aLDV14056bUrania Records02a14056bUrania Records a(OCoLC)11562015370 ditaeitagenggitamita alccopycat1 aBernardi, Bartolomeo,dapproximately 1660-1732,ecomposer.10aQual di feroce tromba /cBartolomeo Bernardi. 1a[Italy] :bUrania Records,c2020 Janurary. 4c℗2020 a2 audio discs (1 hr., 45 min., 45 sec.) :bdigital, stereo ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01asoprano voicen1acontinuo2lcmpt01aviolinn1acontinuo2lcmpt aTitle from disc label.0 aI Solisti Ambrosiani (Tullia Pedersoli, soprano ; Davide Belosi, violin ; Claudio Frigerio, cello ; Emma Bolamperti, harpsichord ; Enrico Barbagli, organ). oRecordedd2019 July 15-18pMilan. aProgram and biographical notes in Italian with English translations, and texts (15 pages) inserted in container.0 aCD 1. Qual di feroce tromba : cantata per l'armi di Cesare per soprano & b.c. -- Violin sonata no. 1 op. 3 -- Violin sonata no. 2, op. 3 -- Violin sonata no. 3, op. 3 -- Sorte era l'alba : per soprano & b.c.0 aCD 2. Violin sonata no. 4, op. 3 -- Violin sonata no. 5, op. 3 -- Violin sonata no. 6, op. 3 -- Belle d'amore nemiche : per soprano & b.c. -- Chamber sonata no. 10 in E minor : from Sonate per camera a violino e' violoncello di vari autori -- Violin sonata in C minor. 0aSonatas (Violin and continuo) 0aSolo cantatas, Secular. 0aSongs (High voice) with instrumental ensemble. 0aChamber music. 7aCantatas.2lcgft 7aSonatas.2lcgft12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tQual di feroce tromba.12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tSonatas,mviolin, continuo,nop. 3.12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tSorte era l'alba.12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tBelle d'amore nemiche.12iContainer of (work):aBernardi, Bartolomeo,dapproximately 1660-1732.tSonatas,mviolin, continuo,rE minor.12aBernardi, Bartolomeo,dapproximately 1660-1732.tSonatas,mviolin, continuo,rC minor.2 aSolisti Ambrosiani,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF497118 a92bPUL02207cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040004900094020003000143020001500173025002400188035002200212037005300234042002100287050002300308082001400331245013400345246002100479246002300500250002900523264004000552300002300592336002600615337002800641338002700669504004100696520012700737546001400864650005700878650005000935650003600985650005801021650004801079650005001127650006401177655006501241655006201306655010101368700003401469710007301503710005001576938005101626994001201677on1156618682OCoLC20230718213016.0200321s2020 ii b 100 0 hinod a 2020329926 aDKAGEbengerdacDLCdOCLCFdDLCdPAUdDKAGE a9789389341164q(hardback) a9389341167 aI-H-2020-329926; 12 a(OCoLC)1156618682 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aPK2033b.A335 202004a891.122300aĀdivāsī sāhitya /csampādaka, Mohana Cahvāṇa = Aadivasi sahitya = Aadivasi discourse / edited by Dr. Mohan Chauhan.31aAadivasi sahitya31aAadivasi discourse aPrathama saṃskaraṇa. 1aDillī :bAnujñā Buksa,c2020. a152 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aSeminar papers on Adivasis in Hindi literature, jointly organised by H.P.T. College and Savitribai Phule University, Pune. aIn Hindi. 0aHindi literaturexHistory and criticismvCongresses. 0aIndigenous peoples in literaturevCongresses. 0aIndigenous peoplesvCongresses. 6aLittérature hindixHistoire et critiquevCongrès. 7aHindi literature.2fast0(OCoLC)fst00956959 7aIndigenous peoples.2fast0(OCoLC)fst00970213 7aIndigenous peoples in literature.2fast0(OCoLC)fst00970266 7aConference papers and proceedings.2fast0(OCoLC)fst01423772 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aConference papers and proceedings.2lcgft0http://id.loc.gov/authorities/genreForms/gf20140260681 aCavhāṇa, Mohana,eeditor.2 aH.P.T. Arts and R.Y.K. Science College (Nāsik, India),eorganizer.2 aSavitribai Phule Pune University,eorganizer. aD. K. Agencies (P) Ltd.bDKAPnDKHIN-67469-HBD a92bPUL03382cjm a2200757 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132024001800149028002900167028002600196035002200222041003800244042001400282100004500296240002300341245010500364264003900469264001200508300006000520306001100580336003700591337002300628338003100651344001900682344001900701344001900720347002200739347001300761382004200774490002200816500002700838511003600865518006800901500011900969505023401088520007501322500003901397600005801436650003701494650001901531650001701550655001801567655002601585655002901611655002401640700004701664700007801711700007001789700006801859700009901927700007102026700006802097700007302165700007402238700006602312700008002378700007702458830002302535938005402558994001202612on1159133361OCoLC20230718213016.0sd fsngnnmmned230711p20202018gw sgnn defi n fre d a 2023626574 aTDFbengerdacDLC8 aDEPU719143013 a425070280143602aTXA19143bTyxart Records02a19143bTyxart Records a(OCoLC)11591333610 dfreefreegernfregenggfregger alccopycat1 aPoulenc, Francis,d1899-1963,ecomposer.10aSongs.kSelections10aEt vogue la galère :bmelodies /cFrancis Poulenc ; [performed by] Matthias Veit, voice and piano. 1aGermany :bTyxart Records,c[2020] 4c℗2020 a1 audio disc (73 min., 25 sec.) :bdigital ;c4 3/4 in. a011325 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01abaritone voicen1apianon1s22lcmpt1 aChromart classics aTitle from disc label.0 aMatthias Veit, baritone, piano. aRecordedd2018 "08+12"pKlangscheune Lottstetten-Nack, Germany. aProgram notes in German, English, and French with texts with German translations (35 pages) inserted in container.0 aChansons gaillardes -- Banalités -- Le bestiaire -- Quatre poèmes de Guillaume Apollinaire -- Calligrammes -- Rosemonde -- La grenouilliere -- Priez pour paix -- Le disparu -- A fraîcheur et le feu -- Le travail du peintre. aVeit accompanies himself on piano in this program of songs by Poulenc. aISRC: DEPU71914301...DEPU71914348.10aApollinaire, Guillaume,d1880-1918vMusical settings. 0aSongs (Medium voice) with piano. 0aSongs, French. 0aSong cycles. 7aSongs.2lcgft 7aChamber music.2lcgft 7aMusical settings.2lcgft 7aSong cycles.2lcgft1 aVeit, Matthias,esinger,einstrumentalist.12iContainer of (work):aPoulenc, Francis,d1899-1963.tChansons gaillardes.12iContainer of (work):aPoulenc, Francis,d1899-1963.tBanalités.12iContainer of (work):aPoulenc, Francis,d1899-1963.tBestiaire.12iContainer of (work):aPoulenc, Francis,d1899-1963.tPoèmes de Guillaume Apollinairen(1931)12iContainer of (work):aPoulenc, Francis,d1899-1963.tCalligrammes.12iContainer of (work):aPoulenc, Francis,d1899-1963.tRosemonde.12iContainer of (work):aPoulenc, Francis,d1899-1963.tGrenouillère.12iContainer of (work):aPoulenc, Francis,d1899-1963.tPriez pour paix.12iContainer of (work):aPoulenc, Francis,d1899-1963.tDisparu.12iContainer of (work):aPoulenc, Francis,d1899-1963.tFraîcheur et le feu.12iContainer of (work):aPoulenc, Francis,d1899-1963.tTravail du peintre. 0aChromart classics. aTheodore Front Musical LiteraturebTFRTnTF497663 a92bPUL03944cim a2200937 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004900109020006200158020005900220020001800279020001500297024002500312028002800337035002200365037003400387037003400421042001400455050002800469082001400497100003000511245003500541246001700576246004800593250001600641264004400657264001200701300006700713306001100780336003300791337002300824338003100847344001900878344001900897344001200916344001900928347002200947347001300969500002600982511002701008520061901035650003601654650002201690650002701712650002701739650002101766650002701787650002701814650003501841650004901876650003901925650004201964650004402006650005602050650006502106650005302171650005902224650006202283650004902345650004402394650004402438650005302482650003902535650005102574655002002625655004202645655003902687655005002726655002902776655001902805655002302824655003102847655001902878655002502897700004102922700003102963994001202994on1160181137OCoLC20230718213016.0sd fsngnnmmned230616t20202020nyunnnnd f n eng d a 2023623200 aBLACPbengerdacDLCdTEFdGK8dOCLCFdBLACP a9781549159671q(sound recording ;qBlackstone Library CD) a1549159674q(sound recording ;qBlackstone Library CD) a9781549123450 a15491234593 a9781549123450d5300002a2-Y2345bHachette Audio a(OCoLC)1160181137 aZPdmfdbBlackstone Publishing a40dmfdbBlackstone Publishing alccopycat 4aPZ7.1.S3352bYou 2020ab04a[Fic]2231 aSchachte, Kylie,eauthor.10aYou're next /cKylie Schachte.3 aYou are next1 iAt head of title:aJames Patterson presents aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a9 audio discs (approximately 10.5 hr.) :bdigital ;c4 3/4 in. a103000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Tessa Netting. aFlora Calhoun has a reputation for sticking her nose where it doesn't belong. After stumbling upon a classmate's body years ago, the trauma of that discovery and the police's failure to find the killer has haunted her ever since. One night, she gets a midnight text from Ava McQueen, the beautiful girl who had ignited Flora's heart last summer, then never spoke to her again. Just in time to witness Ava's death from a gunshot wound, Flora is set on a path of rage and vengeance for all the dead girls whose killer is never found. Her tunnel-visioned sleuthing leads to valuable clues about a shocking conspiracy. 0aMurderxInvestigationvFiction. 0aRevengevFiction. 0aConspiraciesvFiction. 0aGrandfathersvFiction. 1aMurdervFiction. 1aConspiraciesvFiction. 1aGrandfathersvFiction. 1aMystery and detective stories. 6aMeurtrexEnquêtesvRomans, nouvelles, etc. 6aVengeancevRomans, nouvelles, etc. 6aConspirationvRomans, nouvelles, etc. 6aGrands-pèresvRomans, nouvelles, etc. 7aYOUNG ADULT FICTIONxThrillers & Suspense.2bisacsh 7aYOUNG ADULT FICTIONxMysteries & Detective Stories.2bisacsh 7aYOUNG ADULT FICTIONxLoners & Outcasts.2bisacsh 7aYOUNG ADULT FICTIONxSocial ThemesxViolence.2bisacsh 7aYOUNG ADULT FICTIONxFamilyxAlternative Family.2bisacsh 7aYOUNG ADULT FICTIONxGirls & Women.2bisacsh 7aConspiracies.2fast0(OCoLC)fst00875715 7aGrandfathers.2fast0(OCoLC)fst00946347 7aMurderxInvestigation.2fast0(OCoLC)fst01029788 7aRevenge.2fast0(OCoLC)fst01096476 7aYoung adult fiction.2fast0(OCoLC)fst01183080 2aFictional Work. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aSuspense fiction.2gsafd 7aNovels.2lcgft 7aAudiobooks.2lcgft 7aThrillers (Fiction)2lcgft 7aRomans.2rvmgf 7aLivres audio.2rvmgf1 aPatterson, James,d1947-epresenter.1 aNetting, Tessa,enarrator. a92bPUL01837cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040006500094019001500159020003100174020001500205020002500220035004100245042001500286043001200301050002800313100003000341245013900371264004400510300002700554336002100581337002500602338002300627500002000650520006400670546001900734542003400753650004200787650003800829650003500867650004500902650004300947650004700990650005201037650006001089650006801149650005801217651004101275700002701316994001201343on1160208817OCoLC20230718213016.0200629s2020 io 001 0 ind  a 2020311752 aDLCbengerdacDLCdOCLCFdL2UdIULdHUHdDLCdHULdCLUdAU@ a1162002882 a9786232412910q(paperback) a6232412915 z9786232412927q(pdf) a(OCoLC)1160208817z(OCoLC)1162002882 alcodeapcc aa-io---00aBP188.16.M59bA974 20201 aAzra, Azyumardi,eauthor.10aRelevansi Islam Wasathiyah :bdari melindungi kampus hingga mengaktualisasikan kesalehan /cAzyumardi Azra, CBE ; editor, Idris Thaha. 1aJakarta :bPenerbit Buku Kompas,c2020. axi, 348 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes index. aOn moderation of Islam and its implementation in Indonesia. aIn Indonesian. f©2020 Azyumardi Azra, C.B.E. 0aModerationxReligious aspectsxIslam. 0aIslamxSocial aspectszIndonesia. 0aIslam and politicszIndonesia. 0aIslamzIndonesiaxCustoms and practices. 6aModérationxAspect religieuxxIslam. 6aIslamzIndonésiexCoutumes et pratiques. 7a11.80 Islam: general.0(NL-LeOCL)0775945332bcl 7aIslamxCustoms and practices.2fast0(OCoLC)fst00979785 7aModerationxReligious aspectsxIslam.2fast0(OCoLC)fst01024416 7aReligious tolerancexIslam.2fast0(OCoLC)fst01752188 7aIndonesia.2fast0(OCoLC)fst012092421 aThaha, Idris,eeditor. a92bPUL02021cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020001800152020001500170035002200185042001400207043001200221050002500233245010500258250002200363264005800385300003300443336002600476337002800502338002700530490005300557500002000610650004800630651005000678651003700728647006600765648002000831655003900851655003900890700003400929700003500963700003300998880008501031880002301116880005201139880004301191880003201234880003201266880003201298938006401330938008501394994001201479on1162824515OCoLC20230718213016.0210319s2019 cc 001 0 chi d a 2021365670 aBCBTCbengerdacDLCdCNPITdPAUdOCLCFdBCBTC c$1 a9787305228407 a7305228400 a(OCoLC)1162824515 alccopycat aa-cc---00aDS777.5b.G8628 2019006880-01aGuo lian diao cha tuan fang tan yu diao cha /cbian zhe: Chen Haiyi, Qu Shengfei, Wu Jiajia. 6880-02aDi 1 ban. 16880-03aNanjing :bNanjing da xue chu ban she,c2019. a8, 2, 8, 451 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aLi Dun diao cha tuan dang an wen xian ji aIncludes index. 0aSino-Japanese Conflict, 1931-1933vSources. 0aChinaxHistoryyRepublic, 1912-1949vSources. 7aChina.2fast0(OCoLC)fst01206073 7aSino-Japanese Conflictd(1931-1933)2fast0(OCoLC)fst01709728 7a1912-19492fast 7aHistory.2fast0(OCoLC)fst01411628 7aSources.2fast0(OCoLC)fst014239001 6880-05aChen, Haiyi,eeditor.1 6880-06aQu, Shengfei,eeditor.1 6880-07aWu, Jiajia,eeditor.006245-01a国联调查团访谈与调查 /c编者陈海懿, 屈胜飞, 吴佳佳. 6250-02a第 1 版. 16264-03a南京 :b南京大学出版社,c2019.0 6490-04a李顿调查团档案文献集1 6700-05a陈海懿,eeditor.1 6700-06a屈胜飞,eeditor.1 6700-07a吴佳佳,eeditor. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20200625024 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000000732522 a92bPUL01975cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020001800152020001500170035002200185042001400207050002200221245011300243250002200356264005800378300003000436336002600466337002800492338002700520490005300547651005200600651005000652651003700702651004800739648002000787655003900807655003900846700004500885700003300930700003800963880008501001880002301086880005201109880004301161880004001204880003201244880003201276938006401308938008501372994001201457on1162824555OCoLC20230718213016.0210319s2019 cc 000 0 chi d a 2021365665 aBCBTCbengerdacDLCdCNPITdPAUdOCLCFdBCBTC c$1 a9787305228445 a7305228443 a(OCoLC)1162824555 alccopycat00aDS784b.Z446 2019006880-01aZhongguo min zhong yu tuan ti Ying wen cheng wen /cbian zhe: Xiang Ming, Li Yingzi, Wang Xiaoqiang. 6880-02aDi 1 ban. 16880-03aNanjing :bNanjing da xue chu ban she,c2019. a8, 20, 307 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aLi Dun diao cha tuan dang an wen xian ji 0aManchuria (China)xHistoryy1931-1945vSources. 0aChinaxHistoryyRepublic, 1912-1949vSources. 7aChina.2fast0(OCoLC)fst01206073 7aChinazManchuria.2fast0(OCoLC)fst01242805 7a1912-19492fast 7aHistory.2fast0(OCoLC)fst01411628 7aSources.2fast0(OCoLC)fst014239001 6880-05aXiang, Ming,d1909-1969eeditor.1 6880-06aLi, Yingzi,eeditor.1 6880-07aWang, Xiaoqiang,eauthor.006245-01a中国民众与团体英文呈文 /c编者向明, 李英姿, 王小强. 6250-02a第 1 版. 16264-03a南京 :b南京大学出版社,c2019.0 6490-04a李顿调查团档案文献集1 6700-05a向明,d1909-1969eeditor.1 6700-06a李英姿,eeditor.1 6700-07a王小强,eeditor. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20200625027 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000000732513 a92bPUL01971cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020001800152020001500170035002200185042001400207043001200221050002200233245010500255250002200360264005800382300003100440336002600471337002800497338002700525490005300552651005200605651005000657651003700707651004800744648002000792655003900812655003900851700003500890700003600925700003500961880008200996880002301078880005201101880004301153880003201196880003201228880003201260938006401292938008501356994001201441on1162826639OCoLC20230718213016.0210319s2019 cc 000 0 chi d a 2021365672 aBCBTCbengerdacDLCdCNPITdPAUdOCLCFdBCBTC c$1 a9787305086519 a7305086517 a(OCoLC)1162826639 alccopycat aa-cc---00aDS784b.G836 2019006880-01aGuan nei tuan ti yu min zhong cheng wen /cbian zhe: Sun Hongjun, Guo Zhaozhao, Hao Baoping. 6880-02aDi 1 ban. 16880-03aNanjing :bNanjing da xue chu ban she,c2019. a8, 11, 329 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aLi Dun diao cha tuan dang an wen xian ji 0aManchuria (China)xHistoryy1931-1945vSources. 0aChinaxHistoryyRepublic, 1912-1949vSources. 7aChina.2fast0(OCoLC)fst01206073 7aChinazManchuria.2fast0(OCoLC)fst01242805 7a1912-19492fast 7aHistory.2fast0(OCoLC)fst01411628 7aSources.2fast0(OCoLC)fst014239001 6880-05aSun, Hongjun,eeditor.1 6880-06aGuo, Zhaozhao,eeditor.1 6880-07aHao, Baoping,eeditor.006245-01a关内团体与民众呈文 /c编者孙洪军, 郭昭昭, 郝宝平. 6250-02a第 1 版. 16264-03a南京 :b南京大学出版社,c2019.0 6490-04a李顿调查团档案文献集1 6700-05a孙洪军,eeditor.1 6700-06a郭昭昭,eeditor.1 6700-07a郝宝平,eeditor. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20200625021 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000000732516 a92bPUL02411cam a2200553 i 4500001001300000003000600013005001700019008004100036010001700077040004900094066000700143020003000150020002700180020003000207020002700237035002200264042001400286043001200300050002200312245010300334250002200437264005800459300002400517336002600541337002800567338002700595490005300622651005200675651005000727651005600777651003700833651004800870648002000918655003900938655003900977700003601016700004501052700004301097880007901140880002301219880005201242880004301294880031001337880003201647880004201679880003901721938008501760994001201845on1166312024OCoLC20230718213016.0210319s2019 cc 000 0 chi d a 2021365671 aCNPITbengerdacDLCdPAUdOCLCFdEYMdCNPIT c$1 a9787305078460q(volume 1) a7305078468q(volume 1) a9787305079221q(volume 2) a7305079227q(volume 2) a(OCoLC)1166312024 alccopycat aa-cc---00aDS784b.G838 2019006880-01aGuan wai tuan ti yu min zhong cheng wen /cbian zhe: Guo Zhaozhao, Sun Hongjun, Tang Yang. 6880-02aDi 1 ban. 16880-03aNanjing :bNanjing da xue chu ban she,c2019. a2 volumes ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aLi Dun diao cha tuan dang an wen xian ji 0aManchuria (China)xHistoryy1931-1945vSources. 0aChinaxHistoryyRepublic, 1912-1949vSources. 6aChinexHistoirey1912-1949 (République)vSources. 7aChina.2fast0(OCoLC)fst01206073 7aChinazManchuria.2fast0(OCoLC)fst01242805 7a1912-19492fast 7aHistory.2fast0(OCoLC)fst01411628 7aSources.2fast0(OCoLC)fst014239001 6880-05aGuo, Zhaozhao,eeditor.1 6880-06aSun, Hongjunc(Editor),eeditor.1 6880-07aTang, Yangc(Editor),eeditor.006245-01a关外团体与民众呈文 /c编者郭昭昭, 孙洪军, 唐杨. 6250-02a第 1 版. 16264-03a南京 :b南京大学出版社,c2019.0 6490-04a李顿调查团档案文献集 6520-00a本册文件集编纂收录的资料均来自于日内瓦的"国联和联合国档案馆"(League of Nations and United Nations Archives), 译文内容主要来自"S"系列中的S36,S38,S39以及S40四个卷宗, 收录了辽宁, 黑龙江, 吉林等关外各地机关团体及群众个人的呈文.1 6700-05a郭昭昭,eeditor.1 6700-06a孙洪军c(Editor),eeditor.1 6700-07a唐杨c(Editor),eeditor. aChina National Publications Import & Export (Group) Corp.bCNPInZT0000000732521 a92bPUL06185cjm a2200865 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003000150033004300180035002200223041000800245042001400253245011600267264005200383264001200435300003800447306001100485336003700496337002300533338003100556344001900587344001900606344001900625347002200644347001300666382003400679500002700713511004800740518007600788500010100864505157600965650002802541650003802569650003302607650003802640650005402678650006402732655005102796655004502847655002602892655003202918655003102950655003402981700005903015700004203074700003703116700003903153700005603192700012703248700013203375700010003507700011303607700010803720700010003828700009803928700008204026700010604108700010504214700010704319700012704426700010404553700014004657700010204797700009004899700007204989700008605061700010605147938005405253994001205307on1176570547OCoLC20230718213016.0sd fsngnnmmned230717p20202019enkuunn efi n zxx d a 2023628021 aTDFbengerdacDLC30a506021634498002aFHR80bFirst Hand Records10a20191227a20191228a20191230b5754cL7 a(OCoLC)11765705470 geng alccopycat00aHistory of the salon :bmorceaux caractéristiques (1823-1913) /cVaughan Jones, violin ; Marcus Price, piano. 1a[Essex, England] :bFirst Hand Records,c[2020] 4c℗2020 a1 audio disc (82:50) ;c4 3/4 in. a012250 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aviolinn1apianon1s22lcmpt aTitle from disc label.0 aVaughn Jones, violin ; Marcus Price, piano. oRecordedd2019 December 27-28 and 30pPlumcroft Primary School, London. aProgram and biographical notes by Vaughn Jones (19 pages : illustrations) inserted in container.0 aMazurka no. 1 in G major, op. 26 / Aleksander Zarzycki (6:14) -- Cantabile e Valzer, op. 19 / Niccolò Paganini (6:01) -- Sérénade in D major, op. 4 / Alfredo D'Ambrosio (3:31) -- 5 piano pieces, op. 18. No. 1. Mélodie in F major / Moritz Moszkowski ; arranged by F. Hermann (2:33) -- Concerto romantique, op. 35. III. Canzonetta / Benjamin Godard ; arranged by B. Godard (3:39) -- 6 morceaux, op. 85. No. 3. Cavatina / Joachim Raff (3:36) -- Serenade no. 1 in A major / František Drdla (3:38) -- La serenata : Angel's serenade / Gaetano Braga ; arranged by A. Pollitzer (4:15) -- 12 bagatelles, op. 13. No. 3. Allegretto gracioso ; No. 4. Allegretto agitato ; No. 8. Le désir ; No. 9. L'abeille (original version) ; No. 12. Barcarola / Franz Anton (François) Schubert (11:18) -- 2 pezzi, op. 24. No. 2. Serenata napoletana / Giovanni Sgambati (3:28) -- Aria, op. 22 / Alfredo D'Ambrosio (4:05) -- Mazurka no. 2 in E major, op. 39 / Aleksander Zarzycki (3:51) -- 4 morceaux, op. 12. No. 1. Canzonetta in B minor / Ferdinand Laub (2:32) -- Méditation : in A major, op. 75, no. 5 : Après le coucher du soleil / Joachim Raff ; arranged by F. Hermann (3:33) -- Mazurek in E major, op. 25 / Benoit "Benno" Hollander (4:58) -- 6 salonstücke, op. 135. No. 1. Barcarole in G major / Louis Spohr (4:09) -- Valse triste in C minor, / Franz Von Vecsey (2:35) -- 2 pièces op. 45. No. 2. Guitarre in G major / Moritz Moszkowski ; arranged by P. de Sarasate (3:37) -- 12 danzas españolas, op. 37. No. 2. Oriental / Enrique Granados ; arranged by V. Jones (4:27). 0aViolin and piano music. 0aViolin and piano music, Arranged. 6aViolon et piano, Musique de. 6aViolon et piano, Musique de, arr. 7aViolin and piano music.2fast0(OCoLC)fst01167402 7aViolin and piano music, Arranged.2fast0(OCoLC)fst01167406 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2fast0(OCoLC)fst01726551 7aChamber music.2lcgft 7aArrangements (Music)2lcgft 7aMusique de chambre.2rvmgf 7aArrangements (Musique)2rvmgf1 aJones, Vaughan,d1970-eperformer,earranger of music.1 aPrice, Marcusc(Pianist),eperformer.1 aHermann, F.,earranger of music.1 aPollitzer, A.,earranger of music.1 aSarasate, Pablo de,d1844-1908,earranger of music.12iContainer of (expression):aZarzycki, Aleksander,d1834-1895.tMazurkas,mviolin, orchestra,nop. 26,rG major;oarranged.12iContainer of (expression):aPaganini, Nicolò,d1782-1840.tCantabile e valtz,mviolin, guitar,nM.S. 45,rE major;oarranged.12iContainer of (work):aD'Ambrosio, A.q(Alfredo),d1871-1914.tSerenade,mviolin, piano,nop. 4.12iContainer of (expression):aMoszkowski, Moritz,d1854-1925.tStücke,mpiano,nop. 18.pMelodie;oarranged.12iContainer of (expression):aGodard, Benjamin,d1849-1895.tConcerto romantique.pCanzonetta;oarranged.12iContainer of (work):aRaff, Joachim,d1822-1882.tMorceaux,mviolin, piano,nop. 85.pCavatina.12iContainer of (work):aDrdla, Franz,d1868-1944.tSerenades,mviolin, piano,nno. 1,rA major.12iContainer of (expression):aBraga, Gaetano,d1829-1907.tSerenata;oarranged.12iContainer of (work):aSchubert, Franz,d1808-1878.tBagatelles,mviolin, piano,nop. 13.kSelections.12iContainer of (work):aSgambati, Giovanni,d1841-1914.tPieces,mviolin, piano.pSerenata napoletana.12iContainer of (work):aD'Ambrosio, A.q(Alfredo),d1871-1914.tAria,mviolin, piano,nop. 22,rD minor.12iContainer of (expression):aZarzycki, Aleksander,d1834-1895.tMazurkas,mviolin, orchestra,nop. 39,rE major;oarranged.12iContainer of (work):aLaub, Ferdinand,d1832-1875.tMorceaux,mviolin, piano,nop. 12.pCanzonetta.12iContainer of (expression):aRaff, Joachim,d1822-1882.tSuite de morceaux pour petites mains.pAprès le coucher du soleil;oarranged.12iContainer of (work):aHollander, Benoit,d1853-1942.tMazurka,mviolin, piano,nop. 25,rE major.12iContainer of (work):aSpohr, Louis,d1784-1859.tSalonstücke,nop. 135.pBarcarole.12iContainer of (work):aVecsey, Franz von,d1893-1935.tValse triste.12iContainer of (expression):aMoszkowski, Moritz,d1854-1925.tGuitarre;oarranged.12iContainer of (expression):aGranados, Enrique,d1867-1916.tDanzas españolas.pOriental;oarranged. aTheodore Front Musical LiteraturebTFRTnTF498942 a92bPUL04323cjm a2200865 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001800149028001800167028001400185035002200199041001800221042001400239100004100253240004000294245003800334264003400372300005900406306003500465336003700500337002300537338003100560344001900591344001900610347002200629347001300651382006900664382008400733382006400817382007200881500002700953511035100980518010401331518007801435500007601513505029801589650004801887650005001935650004401985650002102029650003402050650002402084650002402108650005002132650004902182650002402231650004802255650003802303650002902341650007402370650007002444650007602514650005002590650006002640655002202700655002802722655002302750700004302773700005502816700004802871700003902919700003002958700007102988700007003059700007003129700007603199710005403275710006203329938005403391994001203445on1176570723OCoLC20230718213016.0sd fsngnnmmned230717p20202019pl munn fi n zxx d a 2023628019 aTDFbengerdacDLCdPULdOCLCFdTDF30a590254701659702aDUX 1659bDux00a1659bDux a(OCoLC)11765707230 genggpolmpol alccopycat1 aWesołowski, Adam,d1980-ecomposer.10aString orchestra music.kSelections10aIndustrially /cAdam Wesołowski. 1aWarsaw, Poland :bDux,c2020. a1 audio disc (68 min., 3 sec.) :bdigital ;c4 3/4 in. a001200a001740a002254a001529 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm aaudio file2rdaft bCD audio013Euphory concertobeuphoniumn1astring orchestrae1r1t12lcmpt113Silver concertobharpsichordn1apre-recorded audioastring orchestrae12lcmpt013Encore concertobfluten1astring orchestrae1r1t12lcmpt013Industrial sinfoniaastring orchestrae1apre-recorded audio2lcmpt aTitle from disc label.0 aSteven Mead; euphonium (in the Euphory concerto) ; Aleksandra Gajecka-Antosiewicz, harpsichord (in the Silver concerto) ; Łukasz Długosz, flute (in the Encore concerto) ; Silesian Chamber Orchestra, Robert Kabara, conductor (in the concertos) ; AUKSO--Chamber Orchestra of the City of Tychy, Marek Moś, conductor (in the Industrial sinfonia). 3ConcertosoRecordedpHenryk Mikolaj Górecki Silesian Philharmonicd2019 November 15-16 and 22-23. 3Industrial sinfoniaoRecordedpMediateka, Tychy, Polandd2019 October 25. aProgram notes in Polish with English translation inserted in container.0 aEuphory concerto : for euphonium and string orchestra (12:00) -- Silver concerto : for harpsichord, string orchestra and sounds of the Historic Silver Mine (17:40) -- Encore concerto : for flute and string orchestra (22:54) -- Industrial sinfonia : for string orchestra and multimedia (15:29). 0aConcertos (Euphonium with string orchestra) 0aConcertos (Harpsichord with string orchestra) 0aConcertos (Flute with string orchestra) 0aOpen form music. 0aSymphonies (String orchestra) 0aMusique concrète. 0aMixed media (Music) 6aConcertos (Euphonium et orchestre à cordes) 6aConcertos (Clavecin et orchestre à cordes) 6aMusique concrète. 6aConcertos (Flûte et orchestre à cordes) 6aSymphonies (Orchestre à cordes) 7amusique concrète.2aat 7aConcertos (Euphonium with string orchestra)2fast0(OCoLC)fst00873275 7aConcertos (Flute with string orchestra)2fast0(OCoLC)fst00873326 7aConcertos (Harpsichord with string orchestra)2fast0(OCoLC)fst00873440 7aMusique concrète.2fast0(OCoLC)fst01030904 7aSymphonies (String orchestra)2fast0(OCoLC)fst01140936 7aConcertos.2lcgft 7aOpen form music.2lcgft 7aSymphonies.2lcgft1 aMead, Steven,d1962-einstrumentalist.1 aGajecka-Antosiewicz, Aleksandra,einstrumentalist.1 aDługosz, Łukasz,d1983-einstrumentalist.1 aKabara, Robert,d1964-econductor.1 aMoś, Marek,econductor.12iContainer of (work):aWesołowski, Adam,d1980-tEuphory concerto.12iContainer of (work):aWesołowski, Adam,d1980-tSilver concerto.12iContainer of (work):aWesołowski, Adam,d1980-tEncore concerto.12iContainer of (work):aWesołowski, Adam,d1980-tSinfonia industrialna.2 aŚląska Orkiestra Kameralna,einstrumentalist.2 aAukso Orkiestra Kameralna Miasta Tychy,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF498941 a92bPUL04082cjm a2200625 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040004000124024001700164028002900181028002700210035002200237041003300259042001400292100004200306240001200348245008200360264004200442264001200484300006000496306001100556336003700567337002300604338003100627344001900658344001900677347002200696347001900718382010100737500004800838546002000886500002700906511018000933518008101113538007401194500012001268505162101388600004703009650002203056650004803078655002903126700002903155700003203184700002903216700003203245710003203277710004003309710004103349938005403390994001203444on1176571037OCoLC20230718213016.0sd fsngnnmmnedsd fqngnnmmned230717t20202020dk zznn dfi n dan d a 2023628020 aTDFbengerdacDLCdRCEdOCLCFdTDF10a74731316486802a6.220648bDacapo Records00a220648bDacapo Records a(OCoLC)11765710370 ddanbdanbenggdangengmdan alccopycat1 aNielsen, Carl,d1865-1931,ecomposer.10aModeren14aThe Mother :bop. 41 : a play in a prologue and seven scenes /cCarl Nielsen. 1aCopenhagen :bDacapo Records,c[2020] 4c℗2020 a1 audio disc (71 min., 27 sec.) :bdigital ;c4 3/4 in. a011127 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm aaudio file2rdaft bCD audiobSACD01btenor voicen1abaritone voicen1avocal ensemblee1amixed choruse1aorchestrae1r2t32lcmpt aIncidental music to the play by Helge Rode. aSung in Danish. aTitle from disc label.0 aAdam Riis, tenor (the Scald) ; Palle Knudsen, baritone (the Fool) ; Danish National Vocal Ensemble ; Philharmonic Choir ; Odense Symphony Orchestra ; Andreas Delfs, conductor. oRecordedpCarl Nielsen Salen, Odense Koncerthusd2020 January 27-February 1. aHybrid multichannel Super Audio CD: plays on all SACD and CD players. aProgram notes in Danish with English translation, and Danish text (38 pages : illustrations) inserted in container.0 aProlog = Prologue. Marsch = March (5:12) -- Første billede = Scene one. Saga-drøm = Saga dream (10:01) ; Roselil og hendes moder = Roselil and her mother (0:29) ; Tågen letter = The mist is rising (2:04) ; Melodrama (2:12) ; Tro og Håg spiller = Faith and hope are playing (0:59) -- Andet billede = Scene two. Vildt går storm mod sorte vande = Wild the storm on blackened waters (1:36) -- Tredje billede = Scene three. Grammofon-vals = Gramophone waltz (2:50) ; Min pige er så lys som rav = Like golden amber is my girl (2:17) ; Ved festen fik en moder bud = A mother at the feast was told (1:28) ; Dengang ørnen var flyveklar = When the eagle would fly to rule (1:13) ; Tidselhøsten tegner godt = Thistle crop looks promising (2:36) -- Fjerde billede = Scene four. Forspil = Prelude (4:29) ; Så bittert var mit hjerte = My heart was truly bitter (3:11) ; Her vil ties, her vil bies = Life is lower, life is slower (0:57) ; Børnene leger = The children are playing (1:16) -- Femte billede = Scene five. Brudstykker af de krigsførende landes nationalmelodier = Fragments of the national anthems of the belligerents (1:56) ; Der er et yndigt land = This fair and lovely land (1:52) ; Søndret folk er vokset sammen = Grown together, sundered nation (2:17) -- Sjette billede = Scene six. Menuet = Minuet (3:12) ; Dengang døden var i vente = Testament, as he was dying (1:49) ; Fanfare-musik = Fanfare music (0:23) ; Menuet = Minuet (3:12) -- Syvende billede = Scene seven. Forspil = Prelude (3:11) ; Ekkosang = Echo song (5:06) ; Som en rejselysten flåde = There's a fleet of floating islands (5:39).10aRode, Helge,d1870-1937vMusical settings. 0aIncidental music. 7aIncidental music.2fast0(OCoLC)fst00968568 7aIncidental music.2lcgft1 aRode, Helge,d1870-1937.1 aRiis, Adam,d1978-esinger.1 aKnudsen, Palle,esinger.1 aDelfs, Andreas,econductor.2 aDR VokalEnsemblet,esinger.2 aOdense Philharmonic Choir,esinger.2 aOdense byorkester,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF498932 a92bPUL02462cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002800117020003100145035002200176041001300198042001400211050002300225082001600248100003200264240003400296245010100330264004000431264001100471300005300482336002600535336003300561337002800594338002700622500002500649546003400674505046900708520046601177650001301643650001601656650002001672650001301692650002301705650004601728650003901774650004201813700003101855938004101886938002901927994001201956on1180974079OCoLC20230718213016.0230711t20212021ja a 000 0 eng d a 2023277979 aYDXbengerdacDLC a4805316446q(paperback) a9784805316443q(paperback) a(OCoLC)11809740791 aenghjpn alccopycat00aTT870b.K3913 202104a736.9822231 aKawahata, Fumiaki,eauthor.10aDoubutsu no origami.lEnglish10aRealistic origami animals :b32 amazing paper models from a Japanese master /cFumiaki Kawahata. 1aTokyo :bTuttle Publishing,c[2021] 4c©2021 a127 pages :billustrations (some color) ;c28 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSubtitle from cover. aTranslated from the Japanese.00tOrigami symbols --tBasic origami folds --tDog face --tCat face --tFennec fox face --tRed panda face --tFox --tTiger face --tGiraffe --tCamel --tPolar bear --tWater buffalo --tKoala face --tLion --tSquirrel --tAardvark --tMouse --tMoose --tFlying squirrel --tSheep --tAlpaca --tScottish terrier --tBoar --tRhinoceros --tRabbit --tBison --tElephant --tGorilla --tJapanese macaque --tPanda --tDachshund --tRaccoon --tKangaroo --tDeer. a"Realistic Origami Animals shows you how to create 32 exquisite paper animals designed by renowned origami master, Fumiaki Kawahata. This diverse collection features many unusual models that will bring your origami skills to the next level and help you to explore the endless possibilities of paper folding. This full-color book has detailed, step-by-step instructions showing you exactly how to fold each of the 32 impressive animals"--Publisher's description. 0aOrigami. 0aPaper work. 0aAnimals in art. 6aOrigami. 6aTravail du papier. 7aAnimals in art.2fast0(OCoLC)fst00809573 7aOrigami.2fast0(OCoLC)fst01048174 7aPaper work.2fast0(OCoLC)fst010525841 aItoh, Makiko,etranslator. aYBP Library ServicesbYANKn16872593 aBrodartbBRODn127534903 a92bPUL03815cim a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006300109019001500172020001800187020001500205024002500220028002800245035004100273037004600314042001400360050002700374082001400401100002800415245003800443250001600481264004400497264001200541300006400553306001100617336003300628337002300661338003100684344001900715344001900734344001200753344001900765347002200784347001300806500002700819511002500846520089700871650003201768650003501800650003001835650002901865650002601894650003001920650004001950650002301990650002102013650002002034650002202054650006602076650005902142650005402201650004002255650004302295650003702338650003802375655006002413655004202473655005302515655004702568655003902615655004602654655002802700655004102728655004102769655002802810655003402838655002302872655002502895700002902920994001202949on1181960139OCoLC20230718213016.0sd fsngnnmmned230620t20202020nyunnnnc z n eng d a 2023623207 aTEFMTbengerdacDLCdTEFdOCLCFdCNCARdJTHdDEERPdTEFMT a1369591993 a9781549158490 a154915849X3 a9781549158490d5350002a2-Y5849bHachette Audio a(OCoLC)1181960139z(OCoLC)1369591993 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.1.G785bSil 2020ab04a[Fic]2231 aGrossman, Lev,eauthor.14aThe Silver Arrow /cLev Grossman. aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a4 audio discs (approximately 4 hr.) :bdigital ;c4 3/4 in. a040000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aRead by Simon Vance. aKate and her younger brother Tom lead dull, uninteresting lives. Why can't Kate have thrilling adventures and save the world the way people do in books? Even her eleventh birthday is shaping up to be mundane that is, until her mysterious and highly irresponsible Uncle Herbert, whom she's never even met before, surprises her with the most unexpected, exhilarating, inappropriate birthday present of all time: a colossal steam locomotive called the Silver Arrow. Kate and Tom's parents want to send it right back where it came from. But Kate and Tom have other ideas, and so does the Silver Arrow, and soon they're off to distant lands along magical rail lines in the company of an assortment of exotic animals who, it turns out, can talk. With only curiosity, excitement, their own resourcefulness and the thrill of the unknown to guide them, Kate and Tom are on the adventure of a lifetime. 0aSiblingsvJuvenile fiction. 0aLocomotivesvJuvenile fiction. 0aUnclesvJuvenile fiction. 0aMagicvJuvenile fiction. 1aLocomotivesvFiction. 1aRailroad trainsvFiction. 1aAdventure and adventurersvFiction. 1aSiblingsvFiction. 1aUnclesvFiction. 1aMagicvFiction. 1aAnimalsvFiction. 6aFrères et sœursvRomans, nouvelles, etc. pour la jeunesse. 6aLocomotivesvRomans, nouvelles, etc. pour la jeunesse. 6aOnclesvRomans, nouvelles, etc. pour la jeunesse. 7aSiblings.2fast0(OCoLC)fst00839671 7aLocomotives.2fast0(OCoLC)fst01001752 7aMagic.2fast0(OCoLC)fst01005468 7aUncles.2fast0(OCoLC)fst01160857 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aFantasy fiction.2gsafd 7aAction and adventure fiction.2gsafd 7aAction and adventure fiction.2lcgft 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf1 aVance, Simon,enarrator. a92bPUL02100cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020004100117020001500158020003200173035002200205042001400227043001200241050002200253082002000275100005600295245008700351246004500438264005100483300005700534336002600591336003300617337002800650338002700678505011000705520067900815650003301494650004401527650003701571651004301608655003901651994001201690on1184686071OCoLC20230718213016.0191223s2020 mdua 000 0 eng d a 2019957519 aSX2bengerdacDLC a9781493043521q(paper ;qalk. paper) a1493043528 z9781493043538q(electronic) a(OCoLC)1184686071 alccopycat an-usn--00aVM307b.V386 202004a623.82009742231 aVerde, Thomas A.q(Thomas Aquinas),d1958-eauthor.10aIn a class all their own :bunique and historic boats of New England /cTom Verde.30aUnique and historic boats of New England 1aGuilford, Connecticut :bGlobe Pequot,c[2020] axv, 198 pages :billustrations (some color) ;c26 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier2 aSailboats & racers -- Cruisers, speedoats & runabouts -- Working boats, active & retired -- Rowing boats. aIn a Class All Their Own is a lush and loving homage to nearly forty classic/unique boats. Each has a story to tell, including the fabled history of the cat boat: the first fiberglass sailing yacht; a New York ferry boat repurposed as a houseboat; the oldest working fishing boat in Stonington, Connecticut; racing rivalries in the Sound; the French love affair with American boat designs; and the Jazz Age era of luxury yachting, among others. Explore not only the histories of the individual vessels, but their classes and designers, as well as their relationships to the environs in which they sailed, raced, cruised, and, in some cases, still operate as working vessels. 0aShipszNew EnglandxHistory. 6aNavireszNouvelle-AngleterrexHistoire. 7aShips.2fast0(OCoLC)fst01116439 7aNew England.2fast0(OCoLC)fst01241913 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL02966cjm a2200685 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005200109024001800161028005600179028003900235028004800274028004800322035002200370041004300392050002500435082003200460100005000492240002000542245003500562250002100597264005500618264001100673300005100684306001100735336003700746337002300783338003100806344001900837344001900856344001200875344001900887347002200906347001300928500015800941500002801099511021801127518007401345500015001419650001201569650003801581655003801619655001901657700004901676700005001725700007301775700003301848700004501881700003801926700003601964700003202000700004202032710006402074710007602138938005402214994001202268on1193039816OCoLC20230718213016.0sd fsngnnmmned200831t20192019pl opnn di n ita d a 2023626584 aTDFbengerdacDLCdPULdOCLCFdRBMDSdUMCdTDF3 a590254701622102aDUX 1622-1623bDux Recording Producersq(container)02a1622-1623bDux Recording Producers02aDUX 1622bDux Recording Producersq(disc 1)02aDUX 1623bDux Recording Producersq(disc 2) a(OCoLC)11930398161 ditahpoleitaepolnpolgpolgengmpol 4aM1500.M656bP37 201914a780qOCoLC215/eng/202302161 aMoniuszko, Stanisław,d1819-1872,ecomposer.10aParia.lItalian10aParia /cStanisław Moniuszko. aItalian version. 1aWarsaw, Poland :bDux Recording Producers,c[2019] 4c©2019 a2 audio discs (125:55) :bdigital ;c4 3/4 in. a020555 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aOpera in a prologue & 3 acts ; libretto by Jan Che̜ciński (Italian translation by Władysław Miller) after Casimir Delavigne's play of the same name. aTitle from disc labels.0 aKatarzyna Hołysz, soprano ; Yuri Gorodetski, Tomasz Warmijak, tenors ; Szymon Komasa, baritone ; Robert Jezierski, bass ; Warsaw Philharmonic Choir ; Poznań Philharmonic Orchestra ; Łukasz Borowicz, conductor. oRecordedd2019 April 7-12pConcert Hall of the Poznań Philharmonic. aLibretto in Italian & Polish & program notes by Piotr Kamiński in Polish with English translation (91 pages : portraits) inserted in container. 0aOperas. 7aOperas.2fast0(OCoLC)fst01046191 7aOperas.2fast0(OCoLC)fst01726688 7aOperas.2lcgft1 aChęciński, Jan,d1826-1874,elibrettist.1 aMiller, Władysław,d1830-1896,etranslator.1 iOpera adaptation of (work):aDelavigne, Casimir,d1793-1843.tParia.1 aHołysz, Katarzyna,esinger.1 aHaradzet︠s︡ki, I︠U︡ryi,esinger.1 aWarmijak, Tomasz,d1979-esinger.1 aKomasa, Szymon,d1985-esinger.1 aJezierski, Robert,esinger.1 aBorowicz, Łukasz,d1977-econductor.2 aFilharmonia Narodowa (Warsaw, Poland).bChór,eperformer.2 aPaństwowa Filharmonia w Poznaniu.bOrkiestra Symfoniczna,eperformer. aTheodore Front Musical LiteraturebTFRTnTF500388 a92bPUL03217cim a2200733 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005600109020001800165020001500183024002500198028002800223035002200251037004600273042001400319050002800333082001400361100004600375245004600421250001600467264004400483264001200527300006600539306001100605336003300616337002300649338003100672344001900703344001900722344001200741344001900753347002200772347001300794490002300807500002700830511002400857520076900881650002901650650003101679650003101710650004001741650002001781650002201801650002201823650003101845650005901876650005401935650003801989650003602027650003802063655004102101655005202142655004602194655003802240655004502278655002802323655003402351655002502385800006102410994001202471on1193577874OCoLC20230718213016.0sd fsngnnmmned230626t20202020nyunnnnc f n eng d a 2023623224 aTEFMTbengerdacDLCdTEFdOCLCFdILCdCNCARdTEFMT a9781549129056 a15491290583 a9781549129056d5350002a2-Y2905bHachette Audio a(OCoLC)1193577874 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.C677474bTar 2020ab04a[Fic]2231 aColfer, Chris,d1990-eauthor,enarrator.12aA tale of witchcraft ... /cChris Colfer. aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a7 audio discs (approximately 7.5 hr.) :bdigital ;c4 3/4 in. a073000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aTale of magic ;v2 aTitle from disc label.0 aRead by the author. a14-year-old Brystal and her friends have saved the world from the evil Snow Queen and secured worldwide acceptance for the magical community. However, when a mysterious new witch arrives at the academy, the celebrations are cut short. As the witch begins recruiting faeries into her rival school of witchcraft, it becomes clear she has dark intentions. And soon Brystal's friend Lucy becomes embroiled in an ominous plot against humankind. Elsewhere, the fragile peace is on the brink of shattering. Outrage has spread throughout the kingdoms in opposition to the legalization of magic. And, a dangerous and centuries-old clan known as the Righteous Brotherhood has resurfaced, with one goal in mind: to exterminate all magical life forever. Starting with Brystal. 0aMagicvJuvenile fiction. 0aWitchesvJuvenile fiction. 0aFairiesvJuvenile fiction. 0aSecret societiesvJuvenile fiction. 1aMagicvFiction. 1aWitchesvFiction. 1aFairiesvFiction. 1aSecret societiesvFiction. 6aSorcièresvRomans, nouvelles, etc. pour la jeunesse. 6aFéesvRomans, nouvelles, etc. pour la jeunesse. 7aFairies2fast0(OCoLC)fst00919878 7aMagic2fast0(OCoLC)fst01005468 7aWitches2fast0(OCoLC)fst01176346 7aAudiobooks2fast0(OCoLC)fst01726208 7aChildren's audiobooks2fast0(OCoLC)fst01920772 7aFantasy fiction2fast0(OCoLC)fst01726607 7aFiction2fast0(OCoLC)fst01423787 7aJuvenile works2fast0(OCoLC)fst01411637 7aFantasy fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aLivres audio.2rvmgf1 aColfer, Chris,d1990-tTale of magic.sSpoken word ;v2. a92bPUL01895cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001400172050002000186082001800206100002900224245015500253264005100408300004400459336002600503337002800529338002700557504005100584520041400635650003401049650002301083650002701106650002301133650003801156650003301194650004901227650005301276650006001329700004301389938002901432994001201461on1196045078OCoLC20230718213016.0190819s2020 nyua b 001 0 eng d a 2019948483 aSFRbengerdacDLC a9781933820682 a1933820683 a(OCoLC)1196045078 alccopycat00aHD53b.K46 202004a658.5/0382231 aKalbach, James,eauthor.14aThe jobs to be done playbook :balign your markets, organizations, and strategy around customer needs /cby Jim Kalbach ; foreword by Michael Schrage. 1aNew York, New York :bTwo Waves Books,c[2020] axx, 300 :bcolor illustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"These days, consumers have real power: they can research companies, compare ratings, and find alternatives with a simple tap. Focusing on customer needs isn't a nice to have, it's a strategic imperative. The Jobs To Be Done Playbook (JTBD) helps organizations turn market insight into action. This book shows you techniques to make offerings people want, as well as make people want your offering"--cAmazon. 0aCreative ability in business. 0aBusiness planning. 0aConsumer satisfaction. 2aConsumer Behavior. 6aCréativité dans les affaires. 6aConsommateursxSatisfaction. 7aBusiness planning.2fast0(OCoLC)fst00842819 7aConsumer satisfaction.2fast0(OCoLC)fst00876403 7aCreative ability in business.2fast0(OCoLC)fst008824381 aSchrage, Michael,ewriter of foreword. aBrodartbBRODn125704690 a92bPUL03407cjm a2200733 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001800144028002200162035002200184041002800206042001400234100003400248240002300282245006500305264004500370264002100415300007000436336003700506337002300543338003100566340001400597344001900611344001900630344001900649347002200668347001300690382006000703382003900763382002300802500002700825500008700852511017000939518007101109500008501180500015801265505029701423650004001720650002501760650002301785650005001808650002901858650006601887650004901953655002102002655002202023655002102045655002702066655002002093700002902113700006702142700007102209700007802280700008002358700006902438700006502507710004002572730004902612994001202661on1198154597OCoLC20230718213016.0sd fsngnnmmned210826t20192019be ctnn defi n ita d a 2021616894 aPULbengerdacDLCdOCLCFdPUL3 a542500484061502a1061bPassacaille a(OCoLC)11981545970 ditaeengeitanitageng alccopycat1 aPorsile, Giuseppe,ecomposer.10aWorks.kSelections10aMannaggia amore :bcantatas for soprano /cGiuseppe Porsile. 1a[Halle, Belgium] :bPassacaille,c[2019] 4c℗2019,c©2019 a1 audio disc (69 min., 51 sec.) :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01bsoprano voicen1ainstrumental ensemblee1r1t12lcmpt01ainstrumental ensemblee1t12lcmpt01afluten1s12lcmpt aTitle from disc label. aQual per ignoto calle exists in versions with attributions to Porsile and Vivaldi.0 aStefanie True, soprano ; La Cicala (Inés d'Avena, recorder ; Sara Decorso, violin ; Shizuko Noiri, archlute ; Rebecca Rosen, cello ; Claudio Ribeiro, harpsichord). aRecordedd2019 May 8-10pOude Kerk, Zweijndrecht, The Netherlands. a"Temperament: adjusted 1/6 comma meantone, 1/6 comma meantone; pitch: A=415 Hz." aTexts with English translations, manuscript sources, and program notes by Ines d'Avena in English (23 pages : color illustrations) inserted in container.0 aCantata. Le sofferte amare pene -- Andante from Il giorno felice -- Cantata, Qual per ignoto calle -- Menuet I & II from Dialogo pastorale a cinque voci -- Cantata, Violetta gentil -- Cantata sopra l'Arcecalascione, Sfogandose 'no juorno -- Sonata a flauto solo -- Cantata, E già tre volte. 0aSolo cantatas, Secular (High voice) 0aSerenatasvExcerpts. 0aSonatas (Recorder) 6aCantates pour soliste profanes (Voix aiguë) 6aSérénadesvExtraits. 7aSolo cantatas, Secular (High voice)2fast0(OCoLC)fst01125592 7aSonatas (Recorder)2fast0(OCoLC)fst01193878 7aCantatas.2lcgft 7aArt music.2lcgft 7aExcerpts.2lcgft 7aMinuets (Music)2lcgft 7aSonatas.2lcgft1 aTrue, Stefanie,esinger.12iContainer of (work):aPorsile, Giuseppe.tSofferte amare pene.12iContainer of (work):aPorsile, Giuseppe.tGiorno felice.pAndante.12iContainer of (work):aPorsile, Giuseppe.tDialogo pastorale.kSelections.12iContainer of (work):aPorsile, Giuseppe.tVioletta gentil, tu sei pur cara.12iContainer of (work):aPorsile, Giuseppe.tSfogandose 'no juorno.12iContainer of (work):aPorsile, Giuseppe.tE già tre volte.2 aCicala (Musical group),eperformer.0 iContainer of (work):aQual per ignoto calle. a92bPUL01172cam a22003254i 4500001001300000003000600013005001700019008004100036010001700077040003500094020003200129020001500161035002200176042000800198043001200206050002400218082002100242100001900263245006700282264004700349300004400396336002100440337002500461338002300486520019900509611003500708611005200743655003900795994001200834on1200232089OCoLC20230718213016.0160923s2014 nyua 000 0 eng  a 2016561337 aDLCbengerdacDLCdYQRdOCLCF a9780986044540q(alk. paper) a0986044547 a(OCoLC)1200232089 apcc an-us-co00aML38.A87bA874 201400a780.78788/432231 aBerger, Bruce.10aAspen Music Festival :bthe first fifty years /cBruce Berger. 1aRochester, NY :bTiger Bark Press,c[2014] aix, 159 pages :billustrations ;c22 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier a"A lively insider's history of the Aspen Music Festival and the visionaries and world-famous musicians who have made it one of the world's most renowned centers for classical music."--Back cover20aAspen Music FestivalxHistory.27aAspen Music Festival.2fast0(OCoLC)fst01407348 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL00952cam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155042000800177050002300185082001200208100004100220245009600261264003000357300002300387336002600410337002800436338002700464490002900491504005700520650001500577938003400592994001200626on1201191057OCoLC20230718213016.0230523s2020 sp b 000 0 spa  a 2023417742 aDLCbengerdacDLCdC3L a9788430981007 a8430981004 a(OCoLC)1201191057 apcc00aKJA147b.R532 202014a9372141 aRibas-Alba, José María,eauthor.10aTerritorio, pueblo, nación, estado :bla experiencia romana /cJosé María Ribas-Alba. 1aMadrid :bTecnos,c[2020] a254 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteca universitaria aIncludes bibliographical references (pages 241-254). 0aRoman law. aCasalini LibribCASAn4700688 a92bPUL02989cjm a2200637 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005200109024001800161028002700179028003000206033003300236035002200269041001300291050002100304082001800325100004300343240002800386245004600414264005900460264002000519300009300539306001100632336003700643337002300680338003100703344001900734344001900753344001200772344001900784347002200803347001300825382002700838500002600865511006600891508002900957518006400986500007701050505065201127520006601779650001601845650001601861650004201877655004201919655002301961655002301984700003702007700009302044700009602137710005202233938005402285994001202339on1201358812OCoLC20230718213016.0sd fsngnn|||ed201008p20202019enksynn ei n zxx d a 2023626585 aTDFbengerdacDLCdTEFdOCOdOCLCFdSINLBdTDF3 a506500214954102a1055bRubicon Classics02aRCD1055bRubicon Classics20a20190805a20190807b5754cL7 a(OCoLC)12013588120 genggger 4aM1001b.S53 202004a784.2/1842231 aSibelius, Jean,d1865-1957,ecomposer.10aSymphonies.kSelections10aSymphonies nos. 1 and 3 /cJean Sibelius. 1a[Eastbourne, East Sussex] :bRubicon Classics,c[2020] 4c℗2020c©2020 a1 audio disc (73 min.) :bdigital ;c4 3/4 in. +e1 booklet (illustrations ; 12 x 12 cm) a011300 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01aorchestrae1t12lcmpt aTitle from container.0 aRoyal Philharmonic Orchestra ; Owain Arwel Hughes, conductor. aProducer, Andrew Keener. oRecordedd2019 August 5-7pSt. John's Smith Square. London. aProgram notes in English with German translations inserted in container.00tSymphony no. 1 in E minor op. 39: I. Andante ma non troppo -- Allegro energicog(12:19) ;tSymphony no. 1 in E minor op. 39: II. Andante (ma non troppo lento)g(9:55) ;tSymphony no. 1 in E minor op. 39: III. Scherzo: allegrog(5:42) ;tSymphony no. 1 in E minor op. 39: IV. Finale (Quasi una fantasia): andante -- Allegro molto -- Andante assai -- allegro molto come proma -- andante (ma non troppo)g(13:07) --tSymphony no. 3 in C major op. 52: I. Allegro moderatog(11:32) ;tSymphony no. 3 in C major op. 52: II. Andantino con moto, quasi allegrettog(10:31) ;tSymphony no. 3 in C major op. 52: III. Moderato -- Allegro ma non tantog(9:41). aOwain Arwel Hughes conducts the Royal Philharmonic Orchestra. 0aSymphonies. 6aSymphonies. 7aSymphonies.2fast0(OCoLC)fst01140873 7aSymphonies.2fast0(OCoLC)fst01726504 7aSymphonies.2lcgft 7aSymphonies.2rvmgf1 aHughes, Owain Arwel,econductor.12iContainer of (work):aSibelius, Jean,d1865-1957.tSymphonies,nno. 1, op. 39,rE minor.12iContainer of (work):aSibelius, Jean,d1865-1957.tSymphonies,nno. 5, op. 82,rE♭ major.2 aRoyal Philharmonic Orchestra,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF501780 a92bPUL03103cim a2200793 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040005900124020001800183020001500201024002500216028002800241035002200269037004600291042001400337050002700351082002300378100002700401245006800428250001600496264004400512264001200556300007700568306001100645336003300656336003300689337002300722337002600745338003100771344001900802344001900821344001200840344001900852347003300871347001800904490002700922500002600949511002700975500009101002520040101093650003101494650002201525650002701547650004801574650003601622650004301658650003901701650004801740650004401788655002501832655001601857655004201873655004701915655003901962655003802001655004902039655002802088655001902116655002302135655001902158655002502177700003802202800005702240994001202297on1201544121OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230616t20202020nyunnnndq f n eng d a 2023623202 aTEFMTbengerdacDLCdTEFdOCLCFdTEFMTdILCdWLMdIEU a9781549187520 a154918752X3 a9781549187520d5250002a2-Y8752bHachette Audio a(OCoLC)1201544121 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aPZ7.B52878bHow 2020ab04a813.6223/eng/20111 aBlack, Holly,eauthor.10aHow the king of Elfhame learned to hate stories /cHolly Black. aUnabridged. 1aNew York, NY :bHachette Audio,c[2020] 4c℗2020 a3 audio discs (approximately 150 min.) :bdigital ;c4 3/4 in. +e1 PDF. a023000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF1 aFolk of the Air ;v3.5 aTitle from container.0 aRead by Caitlin Kelly. aDisc 3 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). aBefore he was a cruel prince or a wicked king, he was a faerie child with a heart of stone. Holly Black reveals a deeper look into the dramatic life of Elfhame's enigmatic high king, Cardan. This tale includes delicious details of life before The Cruel Prince, an adventure beyond The Queen of Nothing, and familiar moments from The Folk of the Air trilogy, told wholly from Cardan's perspective. 0aKings and rulersvFiction. 0aFairiesvFiction. 0aStorytellingvFiction. 6aRois et souverainsvRomans, nouvelles, etc. 6aFéesvRomans, nouvelles, etc. 6aArt de contervRomans, nouvelles, etc. 7aFairies.2fast0(OCoLC)fst00919878 7aKings and rulers.2fast0(OCoLC)fst00987694 7aStorytelling.2fast0(OCoLC)fst01134169 0aYoung adult fiction. 1aAudiobooks. 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFiction.2fast0(OCoLC)fst01423787 7aNovels.2fast0(OCoLC)fst01921742 7aYoung adult works.2fast0(OCoLC)fst01726790 7aFantasy fiction.2lcgft 7aNovels.2lcgft 7aAudiobooks.2lcgft 7aRomans.2rvmgf 7aLivres audio.2rvmgf1 aKelly, Caitlin,d1984-enarrator.1 aBlack, Holly.tFolk of the Air.hSpoken word ;v3.5. a92bPUL03607cjm a2200841 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024003700154028002000191028001700211035002200228042001400250100006300264245003000327264003600357264002100393300004100414306002700455336003700482337002300519338003100542340001400573344001900587344001900606344001200625344001900637347002200656347001300678546003100691500002700722500003700749511027400786508005001060518006401110518006401174518006401238520020701302500007301509505013101582600004801713600005401761600004801815650002401863650002701887650002801914650003901942650004901981650002902030650002102059650005002080650003602130650004302166648002002209655001502229655003602244655002302280655003102303655003502334655001702369700003002386700002902416700003802445700005102483700005902534700005302593710005302646938005402699994001202753on1203069270OCoLC20230718213016.0sd fsngnnmmned230711t20202020nyumunn i n eng d a 2023626577 aGZKbengerdacDLCdGZKdOCLCFdTJCdTDF1 a702397837329q(UPC on obi strip)02aTZ 8373bTzadik02a8373bTzadik a(OCoLC)1203069270 alccopycat1 aZorn, John,d1953-ecomposer,eperformer,eaudio producer.14aLes maudits /cJohn Zorn. 1aNew York, NY :bTzadik,c[2020] 4c©2020,c℗2020 a1 audio disc :bdigital ;c4 3/4 in. a002008a001204a000938 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aSpoken/shouted in English. aTitle from disc label. aAll music composed by John Zorn.0 aJohn Zorn, sax, organ, piano, percussion, vocals, Simon Hanes, guitars, bass, piano, accordion, cello, percussion, vocals, Ches Smith, drums, vibes, glockenspiel percussion, vocals (track 1) ; International Contemporary Ensemble, conducted by David Fulmer (tracks 2,3). aComposed, arranged and produced by John Zorn. 3Track 1orecordedd2020 January 23-25pEastSide Sound, NYC. 3Track 2orecordedd2015 January 30pAbrons Art Center, NYC. 3Track 3orecordedd2015 January 31pAbrons Art Center, NYC. a"Les Maudits presents three dynamic chamber pieces inspired by heroic "cursed" artists of French cultures. Demolishing all boundaries and pushing the artistic envelope beyond all expectations."--Insert. aThree insert with program notes for each work inserted in container.00tUbug(20:08) --tBaudelaires.tI. Paris spleen ;tII. Flowers of evil ;tIII. Artificial paradisesg(12:04) --tOvirig(9:38).10aJarry, Alfred,d1873-1907vSongs and music.10aBaudelaire, Charles,d1821-1867vSongs and music.10aGauguin, Paul,d1848-1903vSongs and music. 0aAvant-garde (Music) 0aRock musicy2011-2020. 0aInstrumental ensembles. 0aProgressive rock musicy2011-2020. 0aUbu (Fictitious character)vSongs and music. 6aMusique expérimentale. 6aJazzy2011-2020. 7aAvant-garde (Music)2fast0(OCoLC)fst00824287 7aJazz.2fast0(OCoLC)fst00982165 7aJazz vocals.2fast0(OCoLC)fst00982216 7a2011-20202fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aRock music.2lcgft 7aExperimental music.2lcgft 7aProgressive rock music.2lcgft 7aJazz.2rvmgf1 aHanes, Simon,eperformer.1 aSmith, Ches,eperformer.1 aFulmer, David,d1981-econductor.12iContainer of (work):aZorn, John,d1953-tUbu.12iContainer of (work):aZorn, John,d1953-tBaudelaires.12iContainer of (work):aZorn, John,d1953-tOviri.2 aInternational Contemporary Ensemble,eperformer. aTheodore Front Musical LiteraturebTFRTnTF512775 a92bPUL02362ccm a2200613 i 4500001001300000003000600013005001700019008004100036010001700077040002300094024003700117024003400154028003300188028002800221035002200249041000800271042001400279046001500293050002100308072001200329100005700341240001900398245012000417246001900537250006800556264003800624264001100662300006000673336003500733337002800768338002700796348001800823382002300841490004400864546002000908500008000928500010701008500002401115650005501139650005701194655003801251655005301289655004601342655002701388655001901415655003001434655003201464700004201496710005901538830004301597938004201640938005401682994001201736on1204200870OCoLC20230718213016.0210515t20202020it stl ehiz n zxx d a 2021371120 aOHXbengerdacDLC2 a9790215824485q(saddle stitched)2 aM215824485q(saddle stitched)22aAM - OIO 301bArmelin Musica32aOIO 301bArmelin Musica a(OCoLC)12042008700 gita alccopycat k18742edtf00aMT187b.C22 2020 7aM2lcco1 aCasamorata, Luigi Ferdinando,d1807-1881,ecomposer.10aBrevi esercizi10aDodici brevi esercizi :bin forma di versetti per organo : per lo studio del pedale /cLuigi Ferdinando Casamorata.3 aBrevi esercizi aPrima edizione moderna /ba cura di Giovanni Clavorà Braulin. 1aPadova :bArmelin Musica,c[2020] 4c©2020 a1 score (v, 36 pages) :bportrait, facsmilies ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm01aorgann1s12lcmpt1 aL'organo italiano nell'Ottocento ;v301 bStaff notation. a"Con il contributo del Conservatorio di Musica Luigi Cherubini di Firenze." aAppendix contains Del retto modo di suonar l'Organo by Casamorata (Gazzetta Musicale di Milano, 1844). aPreface in Italian. 0aOrgan (Musical instrument)vStudies and exercises. 7aOrgan (Musical instrument)2fast0(OCoLC)fst01047572 7aScores.2fast0(OCoLC)fst01692898 7aStudies and exercises.2fast0(OCoLC)fst01423893 7aStudies (Music)2fast0(OCoLC)fst01920374 7aStudies (Music)2lcgft 7aScores.2lcgft 7aÉtudes (Musique)2rvmgf 7aPartitions (Musique)2rvmgf1 aBraulin, Giovanni Clavorà,eeditor.2 aConservatorio di musica Luigi Cherubini,econtributor. 0aOrgano italiano nell'Ottocento ;v301. aOtto HarrassowitzbHARRnhar205018363 aTheodore Front Musical LiteraturebTFRTnTF502723 a92bPUL00927cam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155042000800177043001200185050002400197082001200221100003600233245007000269264002900339300002400368336002600392337002800418338002700446490002600473650002800499650002800527938003400555994001200589on1223537797OCoLC20230718213016.0230523s2020 sp 000 0 spa  a 2023417741 aDLCbengerdacDLCdC3L a9788430981106 a8430981101 a(OCoLC)1223537797 apcc ae-sp---00aKKT1710b.M665 202014a3472141 aMoreno, Juan Damián,eauthor.13aEl proceso civil :bese gran desconocido /cJuan Damián Moreno. 1aMadrid :bTecnos,c2020. a279 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPráctica jurídica 0aCivil procedurezSpain. 0aProcedure (Law)zSpain. aCasalini LibribCASAn4720545 a92bPUL02964cam a2200589 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160019001500178020003100193020002800224020004400252035004100296042001400337043001200351050002400363082001600387100003000403245006000433264004400493300002600537336002600563337002800589338002700617500003100644504006700675520084500742600004401587610004901631610004801680600007001728610004701798650003501845650003701880650004001917650004401957650003802001650004102039650004302080651003902123655003302162655004302195655002402238655002402262776003502286938004102321994001202362on1225848386OCoLC20230718213016.0230710s2020 enk e b 001 0beng d a 2023289870 aAU@bengerdacDLCdAU@dOCLCFdYDXdUKMGB aGBC0467742bnb7 a0197574472Uk a1125090759 a9781474617154q(paperback) a1474617158q(paperback) z9781474617161q(electronic publication) a(OCoLC)1225848386z(OCoLC)1125090759 alccopycat ae-uk-en00aBX4705.N5bF45 202004a282.0922231 aFfinch, Michael,eauthor.10aCardinal Newman :bthe second spring /cMichael Ffinch. 1aLondon :bWeidenfeld & Nicolson,c2020. ax, 220 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally published 1991. aIncludes bibliographical references (pages 206-211) and index. aThis highly lyrical and accomplished biography not only covers his religious life (he played a vital role in the Oxford Movement, and subsequently converted to Catholicism), but also places him in the context of 19th-century religious revival and changing attitudes. In addition to his sometimes controversial teachings, Cardinal Newman was also a poet who wrote the text of Elgar's The Dream of Gerontius and was responsible for the foundation of the Oratorian Order in England. Michael Ffinch shows an unusual insight into Newman's character, finding an unexpected warmth and humour in a man often thought of as cold and austere. This fascinating biography also shows a deep understanding of a church emerging from dark centuries of persecution and misunderstanding into the light of what Newman himself chose to call 'The Second Spring'.10aNewman, John Henry,cSaint,d1801-1890.20aCatholic ChurchzEnglandxClergyvBiography.26aÉglise catholiquexClergévBiographies.17aNewman, John Henry,cSaint,d1801-1890.2fast0(OCoLC)fst0002909927aCatholic Church.2fast0(OCoLC)fst00531720 0aCardinalszEnglandvBiography. 0aTheologianszEnglandvBiography. 6aCardinauxzAngleterrevBiographies. 6aThéologienszAngleterrevBiographies. 7aClergy.2fast0(OCoLC)fst00864014 7aCardinals.2fast0(OCoLC)fst00847097 7aTheologians.2fast0(OCoLC)fst01149517 7aEngland.2fast0(OCoLC)fst01219920 7acollective biographies.2aat 7aBiographies.2fast0(OCoLC)fst01919896 7aBiographies.2lcgft 7aBiographies.2rvmgf08iEbook version :z9781474617161 aYBP Library ServicesbYANKn16515211 a92bPUL02100cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020003100131020002800162035002200190042000800212043001200220050002300232084002000255245012600275264007800401300004100479336002600520337002800546338002700574490007400601600005000675610004100725650003200766650003800798700005100836710007400887830007500961880010101036880006701137880008101204880003401285880004301319880004401362880007301406880008101479938004601560994001201606on1225870191OCoLC20230718213016.0211115s2020 ja a f000 0bjpn  a 2021422393 aDLCbengerdacDLCdTRCLS c$1 a9784864820813q(paperback) a4864820813q(paperback) a(OCoLC)1225870191 apcc aa-ja---00aU55.T665bT66 2020 a392.10762njb/9006880-01aTomizawa Hikaru "moto Rikujō Bakuryōchō" /chenshū Bōeishō Bōei Kenkyūjo Senshi Kenkyū Sentā. 16880-02aTōkyō-to Shinjuku-ku :bBōeishō Bōei Kenkyūjo,c2020. a257 pages :billustrations ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-07aŌraru hisutorī nihon no anzen hoshō to bōeiryoku ;v6106880-04aTomizawa, Hikaru,d1938-vInterviews.10aJapan.bRikujō JieitaivBiography. 0aGeneralszJapanvBiography.07aNihon-Kokubō-Rekishi.2jlabsh/41 6880-05aTomizawa, Hikaru,d1938-einterviewee.2 6880-06aBōei Kenkyūjo (Japan).bSenshi Kenkyū Sentā,eeditor. 06880-08aŌraru hisutorī nihon no anzen hoshō to bōeiryoku ;v6.006245-01a富澤暉<元陸上幕僚長> /c編集防衛省防衛研究所戦史研究センター. 16264-02a東京都新宿区 :b防衛省防衛研究所,c2020.1 6490-07aオーラル・ヒストリー日本の安全保障と防衛力 ;v6 6500-00a富沢暉氏略歴:p9146600-04a富澤暉,d1938-vInterviews.1 6700-05a富澤暉,d1938-einterviewee.2 6710-06a防衛研究所 (Japan).b戦史研究センター,eeditor. 06830-08aオーラル・ヒストリー日本の安全保障と防衛力 ;v6 aTRC Library Service, Inc.bTRCLn20104913 a92bPUL02098cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020003100131020002800162035002200190042000800212043001200220050002100232084002000253245011800273264007800391300004100469336002600510337002800536338002700564490007400591610004200665600004800707650003800755700004900793710007400842830007500916880010400991880006701095880008101162880003401243880004301277880004001320880004401360880007301404880008101477938004601558994001201604on1225871206OCoLC20230718213016.0211115s2020 ja a 000 0djpn  a 2021422392 aDLCbengerdacDLCdTRCLS c$1 a9784864820820q(paperback) a4864820821q(paperback) a(OCoLC)1225871206 apcc aa-ja---00aUA847b.H59 2020 a392.10762njb/9006880-01aHiyoshi Akira "moto Bōei Jimu Jikan" /chenshū Bōeishō Bōei Kenkyūjo Senshi Kenkyū Sentā. 16880-02aTōkyō-to Shinjuku-ku :bBōeishō Bōei Kenkyūjo,c2020. a191 pages :billustrations ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-08aŌraru hisutorī nihon no anzen hoshō to bōeiryoku ;v7106880-04aJapan.bBōeichōxHistory.106880-05aHiyoshi, Akira,d1933-vInterviews.07aNihon-Kokubō-Rekishi.2jlabsh/41 6880-06aHiyoshi, Akira,d1933-einterviewee.2 6880-07aBōei Kenkyūjo (Japan).bSenshi Kenkyū Sentā,eeditor. 06880-09aŌraru hisutorī nihon no anzen hoshō to bōeiryoku ;v7.006245-01a日吉章<元防衛事務次官> /c編集防衛省防衛研究所戦史研究センター. 16264-02a東京都新宿区 :b防衛省防衛研究所,c2020.1 6490-08aオーラル・ヒストリー日本の安全保障と防衛力 ;v7 6500-00a日吉章氏略歴:p9146600-05a日吉章,d1933-vInterviews.146610-04aJapan.b防衛庁xHistory.1 6700-06a日吉章,d1933-einterviewee.2 6710-07a防衛研究所 (Japan).b戦史研究センター,eeditor. 06830-09aオーラル・ヒストリー日本の安全保障と防衛力 ;v7 aTRC Library Service, Inc.bTRCLn20104914 a92bPUL02073cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005400109024003700163028002400200028003300224028001700257033003300274035002200307037004600329042001400375050002200389082001400411100005100425245003800476264003600514264002100550300004100571336003700612337002300649338003100672340001400703344001900717344001900736344001200755344001900767347002200786347001300808382002300821500002700844500010600871511002800977508002701005518007001032500005501102650001701157650002301174650004301197655004601240655002701286655003201313700004001345700007401385994001201459on1226439713OCoLC20230718213016.0sd fsngnnmmned230711t20202020nyujznn i n zxx d a 2023626578 aTEFMTbengerdacDLCdTEFdINOdOCLCFdTJCdTEFMT1 a702397837626q(UPC on obi strip)00aCD-TZA-8376bTzadik02aTZ 8376bTzadikq(container)02a8376bTzadik20a202008--a202009--b3804cM8 a(OCoLC)1226439713 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM25.Z67bT87 202004a786.22231 aZorn, John,d1953-ecomposer,eaudio producer.14aThe Turner études /cJohn Zorn. 1aNew York, NY :bTzadik,c[2020] 4c©2020,c℗2020 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label. a18 studies from the later sketchbooks of J.M.W. Turner (1841-1845): images and impressions for piano.0 aStephen Gosling, piano. aProduced by John Zorn. oRecordedd2020 August-SeptemberpOktaven Audio, Mount Vernon, NY. aProgram notes by the composer on container insert. 0aPiano music. 6aPiano, Musique de. 7aPiano music.2fast0(OCoLC)fst01063403 7aConcert etudes.2fast0(OCoLC)fst01920075 7aConcert etudes.2lcgft 7aÉtudes de concert.2rvmgf1 aGosling, Stephen,einstrumentalist.1 iInspired by:aTurner, J. M. W.q(Joseph Mallord William),d1775-1851. a92bPUL02108cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020003000138020001500168025002600183035002200209037005300231042002100284043001200305050002600317082001700343245011700360250002900477264006500506300005800571336002600629337002800655338002700683504004100710520009200751546001400843650004700857650004900904651003200953651003000985650004101015650003501056651003601091651003101127650006801158650006601226650004801292650004901340651003701389700004801426700004101474938005101515994001201566on1226479468OCoLC20230718213016.0201127s2020 ii a b 000 0 hinod a 2020510110 aDKAGEbengerdacDLCdOCLCFdDLCdDKAGE a9789388793650q(hardback) a938879365X aI-H-2020510110; 22-90 a(OCoLC)1226479468 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aRA644.C67bK6238 202004a616.241422300aKoronā eka trāsadī /csampādaka, Ḍô. Añjanī Kumāra Jhā, Ḍô. Sunīla Dīpaka ghoḍake. aPrathama saṃskaraṇa. 1aGājiyābāda :bKe. Ela. Pacaurī Prakāśana,c2020. a198 pages :billustrations (black and white) ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aOn impact of COVID-19 on social and economic conditions of India, contributed articles. aIn Hindi. 0aCOVID-19 (Disease)xSocial aspectszIndia. 0aCOVID-19 (Disease)xEconomic aspectszIndia. 0aIndiaxEconomic conditions. 0aIndiaxSocial conditions. 6aCOVID-19xAspect économiquezInde. 6aCOVID-19xAspect socialzInde. 6aIndexConditions économiques. 6aIndexConditions sociales. 7aCOVID-19 (Disease)xEconomic aspects.2fast0(OCoLC)fst02021810 7aCOVID-19 (Disease)xSocial aspects.2fast0(OCoLC)fst01984649 7aEconomic history.2fast0(OCoLC)fst00901974 7aSocial conditions.2fast0(OCoLC)fst01919811 7aIndia.2fast0(OCoLC)fst012102761 aJhā, Añjanī Kumāra,d1969-eeditor.1 aGhoḍake, Sunīla,d1987-eeditor. aD. K. Agencies (P) Ltd.bDKAPnDKHIN-68672-HBD a92bPUL03355cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159035002200174042000800196050002200204082001200226100003000238245006600268264004000334300002400374336002600398337002800424338002700452490005400479504006900533520230100602650002102903650004702924938003402971994001203005on1227515180OCoLC20230718213016.0230524s2020 sp b 001 0 spa  a 2023417751 aDLCbengerdacDLCdMXSCJdGXRdOCLCFdC3L a9788498798470 a8498798477 a(OCoLC)1227515180 apcc00aK232.S6bA89 202014a3402141 aAtienza, Manuel,eauthor.14aUna apología del derecho y otros ensayos /cManuel Atienza. 1aMadrid :bEditorial Trotta,c[2020] a237 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Estructuras y procesos. Serie Derecho aIncludes bibliographical references (pages 223-229) and indexes. aLos diez ensayos jurídicos que se recogen en este libro tratan sobre temas muy variados: el futuro del Derecho y de la filosofía del Derecho, el razonamiento jurídico, los límites del Derecho, el activismo judicial, los derechos humanos, el Derecho y la literatura...Todos ellos obedecen, sin embargo, a un mismo propósito de fondo que se concreta en la idea de que, en contra de lo que suele pensarse (de lo que suelen pensar los no juristas apoyándose -hay que reconocerlo- en formas de actuar bastante frecuentes entre los propios juristas), el Derecho es una empresa esencialmente problemática, abierta, que exige dosis considerables de imaginación, notables recursos teóricos, formación y entereza moral, y que resulta esencial para comprender el mundo social y contribuir a su transformación. El autor reivindica por ello la importancia de desarrollar y transmitir un tipo de cultura jurídica que quizás no esté muy presente en nuestras facultades de Derecho, ni tampoco en la práctica de muchos profesionales del Derecho, pero que reviste un valor que, en cierto sentido, podría ponerse incluso por encima del de la cultura científica. Como se dice al final del ensayo que da título a todo el volumen, al fin y al cabo, las leyes de la física o de la biología siguen valiendo lo mismo, o sea, siguen funcionando, con independencia de que las conozcamos o no, de que las compartamos o las rechacemos. Pero eso no ocurre en relación con el Derecho, porque la realidad jurídica no es de carácter natural, sino convencional: el Derecho es un gran artefacto social que moldea nuestras vidas. Un sistema jurídico -en particular, el de un Estado constitucional- no puede funcionar bien si no existe un número suficiente de agentes que compartan sus valores, que comprendan lo que significa tener derechos, vivir en un Estado de Derecho, qué es lo que razonablemente puede exigírsele a un juez o cuándo tiene sentido reglamentar jurídicamente una relación. La ignorancia del Derecho -como dice el viejo adagio- no exime de su cumplimiento, pero la falta de cultura jurídica bien entendida sí que contribuye al incumplimiento de las promesas de emancipación humana en las que se basan nuestros sistemas de democracia constitucional. 0aLawxPhilosophy. 7aLawxPhilosophy.2fast0(OCoLC)fst00993788 aCasalini LibribCASAn4736052 a92bPUL01847cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020003100138020001500169025002600184035002200210037005300232042002100285043001200306050002600318082002000344100003200364245007400396246001300470246001700483250002900500264005500529300005800584336002600642337002800668338002700696520005000723530003300773546001400806650003900820650004100859650003900900651002900939650004900968650006001017650005801077650005801135650004801193651003701241938005101278994001201329on1228255598OCoLC20230718213016.0201204s2020 ii a 000 0 hinod a 2022325627 aDKAGEbengerdacDLCdOCLCFdDLCdDKAGE a9789389915877q(paperback) a9389915872 aI-H-2022325627; 22-91 a(OCoLC)1228255598 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---00aHD8039.F32bI456 202004a305.96309542231 aJaina, Aṅkitā,eauthor.10aOha re! kisāna /cAṅkitā Jaina = Oh re! kisan / by Ankita Jain.30aKisāna31aOh re! kisan aPrathama saṃskaraṇa. 1aNayī Dillī :bVāṇī Prakāśana,c2020. a220 pages :billustrations (black and white) ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOn socio-economic status of farmers in India. aAlso available as an e-book. aIn Hindi. 0aFarmerszIndiaxSocial conditions. 0aFarmerszIndiaxEconomic conditions. 0aFarmersxSuicidal behaviorzIndia. 0aIndiaxRural conditions. 6aAgriculteursxComportement suicidairezInde. 7aFarmersxEconomic conditions.2fast0(OCoLC)fst00921329 7aFarmersxSocial conditions.2fast0(OCoLC)fst00921364 7aFarmersxSuicidal behavior.2fast0(OCoLC)fst00921369 7aRural conditions.2fast0(OCoLC)fst01101474 7aIndia.2fast0(OCoLC)fst01210276 aD. K. Agencies (P) Ltd.bDKAPnDKHIN-68792-PBK a92bPUL03830cim a2200889 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007200109019002700181020001800208020001500226024002500241028002800266035006000294042001400354050002400368082001400392100003800406245005600444250001600500264004400516264001200560300005800572306001100630336003300641337002300674338003100697344001900728344001900747344001200766344001900778347002200797347001300819500002600832511002700858521001500885520074200900650001901642650002801661650002801689650001901717650002101736650002901757650006501786650006001851650004601911650004901957650003602006650004502042650003602087655001602123655002402139655005002163655004802213655004502261655004602306655006002352655004202412655005302454655003902507655004602546655002602592655004102618655002702659655003102686655002902717655003402746655002302780655003602803655002502839700003302864700003102897994001202928on1228512767OCoLC20230718213016.0sd fsngnnmmned230623t20212021nyunnnnj f n eng d a 2023623219 aTOHbengerdacDLCdMLSODdTEFdOCLCFdZACdIEPdGO6dXZHdWLMdTOH a1226440680a1226441247 a9781549100703 a154910070X3 a9781549100703d5220002a2-Y0070bHachette Audio a(OCoLC)1228512767z(OCoLC)1226440680z(OCoLC)1226441247 alccopycat 4aPZ7.P38bSca 2021ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aScaredy cat /cJames Patterson & Chris Grabenstein. aUnabridged. 1aNew York, NY :bHachette Audio,c[2021] 4c℗2021 a4 audio discs (5 hr., 9 min.) :bdigital ;c4 3/4 in. a050900 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Marc Thompson.1 aAges 8-12. aThere are Scaredy Cats everywhere. It's just that human beings can't see them. Only cats can see a Scaredy Cat. When housecats Pasha and Poop move to Strawberry Lane with their humans, they find themselves in the domain of the shadowy Scaredy Cat, a feline specter who demands that they follow his rules for being a proper cat or he'll bring chaos to their home, knocking over lamps and spilling kitty litter everywhere! But Pasha and Poop are rebellious and headstrong and they won't follow the ridiculous rules of the Scaredy Cat like all of the other pets on the block. Together with a stray named Ermine, they set out to find the truth behind who the Scaredy Cat really is, and how they can end his reign of mischief-making for good. 0aGhost stories. 0aCatsvJuvenile fiction. 0aPetsvJuvenile fiction. 1aCatsvFiction. 1aGhostsvFiction. 6aHistoires de fantômes. 6aAnimaux familiersvRomans, nouvelles, etc. pour la jeunesse. 7aJUVENILE FICTIONxAction & AdventurexGeneral.2bisacsh 7aJUVENILE FICTIONxAnimalsxCats.2bisacsh 7aJUVENILE FICTIONxHumorous Stories.2bisacsh 7aPets.2fast0(OCoLC)fst01059908 7aGhost stories.2fast0(OCoLC)fst00942396 7aCats.2fast0(OCoLC)fst00849374 1aAudiobooks. 7aghost stories.2aat 7aParanormal fiction.2fast0(OCoLC)fst01921727 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aGhost stories.2fast0(OCoLC)fst01726625 7aAnimal fiction.2fast0(OCoLC)fst01982492 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aGhost stories.2lcgft 7aAction and adventure fiction.2lcgft 7aAnimal fiction.2lcgft 7aParanormal fiction.2lcgft 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aHistoires de fantômes.2rvmgf 7aLivres audio.2rvmgf1 aGrabenstein, Chris,eauthor.1 aThompson, Marc,enarrator. a92bPUL03630cim a2200841 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007400109019002700183020001800210020001500228024002500243035006000268037003400328037003400362043002100396050003100417082001500448100003800463245005300501250001600554264004500570264001200615300005000627306001100677336003300688337002300721338003100744344001900775344001900794344001200813347002200825347001300847500002600860511002700886520056800913650003601481650003501517650004701552650002901599651002701628651002201655651001901677650004701696650006101743650004801804651003701852651003401889650003201923650004101955650002901996650005202025650004602077650006402123650005302187651004602240651003902286651003602325655004802361655004202409655004602451655003902497655002302536655002902559655002702588655002502615700003102640856010502671994001202776on1228517540OCoLC20230718213016.0sd fsngnnzmned230628t20212021nyunnnn f n eng  a 2023616854 aDLCbengerdacDLCdTEFdBLACPdOCLCFdZACdKAAdDUDdTYPMLdFBPdTOH a1249559007a1258802156 a9781250790989 a12507909803 a9781250790989d53499 a(OCoLC)1228517540z(OCoLC)1249559007z(OCoLC)1258802156 a60dweubBlackstone Publishing a40dweubBlackstone Publishing an-us-flanwcu--- 4aPS3607.A721833bO38 2021ab04a813/.62231 aGarcia, Gabriela,d1984-eauthor.10aOf women and salt :ba novel /cGabriela Garcia. aUnabridged. 1aNew York, NY :bMacmillan Audio,c[2021] 4c℗2021 a6 audio discs (7 hr.) :bdigital ;c4 3/4 in. a073000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from container.0 aRead by Frankie Corzo. aIn present-day Miami, Jeanette is battling addiction. Daughter of Carmen, a Cuban immigrant, she is determined to learn more about her family history from her reticent mother and makes the snap decision to take in the daughter of a neighbor detained by ICE. Carmen, still wrestling with the trauma of displacement, must process her difficult relationship with her own mother while trying to raise a wayward Jeanette. Steadfast in her quest for understanding, Jeanette travels to Cuba to see her grandmother and reckon with secrets from the past destined to erupt. 0aMothers and daughtersvFiction. 0aCuban American womenvFiction. 0aImmigrantsxFamily relationshipsvFiction. 0aFamily secretsvFiction. 0aMiami (Fla.)vFiction. 0aFloridavFiction. 0aCubavFiction. 6aMères et fillesvRomans, nouvelles, etc. 6aAméricaines d'origine cubainevRomans, nouvelles, etc. 6aSecrets de famillevRomans, nouvelles, etc. 6aFloridevRomans, nouvelles, etc. 6aCubavRomans, nouvelles, etc. 7aFICTIONxLiterary.2bisacsh 7aFICTIONxHispanic & Latino.2bisacsh 7aFICTIONxSagas.2bisacsh 7aCuban American women.2fast0(OCoLC)fst00884774 7aFamily secrets.2fast0(OCoLC)fst01737651 7aImmigrantsxFamily relationships.2fast0(OCoLC)fst00967734 7aMothers and daughters.2fast0(OCoLC)fst01026997 7aFloridazMiami.2fast0(OCoLC)fst01213727 7aFlorida.2fast0(OCoLC)fst01205150 7aCuba.2fast0(OCoLC)fst01205805 7aDomestic fiction.2fast0(OCoLC)fst01726589 7aAudiobooks.2fast0(OCoLC)fst01726208 7aBildungsromans.2fast0(OCoLC)fst01726536 7aFiction.2fast0(OCoLC)fst01423787 7aAudiobooks.2lcgft 7aDomestic fiction.2lcgft 7aBildungsromans.2lcgft 7aLivres audio.2rvmgf1 aCorzo, Frankie,enarrator.4 3View cover artuhttps://www.midwesttape.com/images/movies/000/000/000/013/350/000000000013350074.jpg a92bPUL05362cim a2201105 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005900109020001800168020001500186024002500201028002800226035002200254037004600276042001400322043002100336050002600357082001400383100003800397245006400435246003300499250001600532264004400548264001200592300006400604306001100668336003300679337002300712338003100735344001900766344001900785344001200804344001900816347002200835347001300857490002400870500002700894511002800921520093800949600006701887600005801954600007402012650005402086650003802140650005402178650005502232650004602287650002902333651003402362650004502396651002402441650007702465650006502542650008002607650008402687650006902771650005502840651005802895650005402953650004603007650003703053650006303090650006203153650005003215651004103265651004203306655002503348655001603373655002003389655004603409655006003455655004903515655004803564655004803612655004203660655005303702655003903755655004603794655002703840655002903867655002903896655004103925655003403966655002304000655002004023655002504043655001904068700003304087700005204120800007204172994001204244on1228842182OCoLC20230718213016.0sd fsngnnmmned230623t20212021nyunnnnj f n eng d a 2023623215 aTEFMTbengerdacDLCdTEFdOCLCFdIHXdGO6dWLMdTEFMT a9781549186295 a15491862993 a9781549186295d5250002a2-Y8629bHachette Audio a(OCoLC)1228842182 bMidwest Tapenhttp://www.midwesttapes.com alccopycat an-us-caau-at--- 4aPZ7.P27653bFi 2021ab04a[Fic]2231 aPatterson, James,d1947-eauthor.10aField trip fiasco /cJames Patterson and Martin Chatterton.1 iSeries title:aMiddle School aUnabridged. 1aNew York, NY :bHachette Audio,c[2021] 4c℗2021 a3 audio discs (approximately 4 hr.) :bdigital ;c4 3/4 in. a040000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio1 aMiddle school ;v13 aTitle from disc label.0 aRead by Michael Crouch. aThings have quieted down for lovable troublemaker Rafe Khatchadorian, and after all the mishaps and adventures he's been through, he's feeling a little restless. So when he's invited to attend an all-expenses-paid art field trip in California, Rafe jumps at the opportunity. But things go sideways, as they always do for Rafe, when he arrives and realizes his trip isn't the Hollywood vacation he thought it would be. Instead, he'll be participating in a 'Cultural Campout' in the desert. What follows is a series of unfortunate events that only Rafe could find himself in, including an encounter with a cranky crocodile, a claustrophobic trip into an ancient cave, and a set of ancient cave paintings that may or may not have been faked. To make matters worse, Rafe finds himself smack dab in the middle of a plot to smuggle a legendary missing diamond. Has he finally stumbled his way into an adventure he can't get himself out of?10aKhatchadorian, Rafec(Fictitious character)vJuvenile fiction.11aKhatchadorian, Rafec(Fictitious character)vFiction.17aKhatchadorian, Rafec(Fictitious character)2fast0(OCoLC)fst01933978 0aSchool field tripszCaliforniavJuvenile fiction. 0aMiddle schoolsvJuvenile fiction. 0aEmotional problems of childrenvJuvenile fiction. 0aEmotional problems of teenagersvJuvenile fiction. 0aDysfunctional familiesvJuvenile fiction. 0aGriefvJuvenile fiction. 0aCaliforniavJuvenile fiction. 1aSchool field tripszCaliforniavFiction. 1aAustraliavFiction. 6aSorties scolaireszCalifornievRomans, nouvelles, etc. pour la jeunesse. 6aÉcoles moyennesvRomans, nouvelles, etc. pour la jeunesse. 6aTroubles affectifs chez l'enfantvRomans, nouvelles, etc. pour la jeunesse. 6aTroubles affectifs chez l'adolescentvRomans, nouvelles, etc. pour la jeunesse. 6aFamilles inadaptéesvRomans, nouvelles, etc. pour la jeunesse. 6aChagrinvRomans, nouvelles, etc. pour la jeunesse. 6aCalifornievRomans, nouvelles, etc. pour la jeunesse. 7aDysfunctional families.2fast0(OCoLC)fst01728523 7aMiddle schools.2fast0(OCoLC)fst01020553 7aGrief.2fast0(OCoLC)fst00947883 7aEmotional problems of teenagers.2fast0(OCoLC)fst00908818 7aEmotional problems of children.2fast0(OCoLC)fst00908812 7aSchool field trips.2fast0(OCoLC)fst01107418 7aAustralia.2fast0(OCoLC)fst01204543 7aCalifornia.2fast0(OCoLC)fst01204928 0aYoung adult fiction. 1aAudiobooks. 2aFictional Work. 7aSchool fiction.2fast0(OCoLC)fst02020484 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aYoung adult works.2fast0(OCoLC)fst01726790 7aHumorous fiction.2fast0(OCoLC)fst01726649 7aDomestic fiction.2fast0(OCoLC)fst01726589 7aAudiobooks.2fast0(OCoLC)fst01726208 7aChildren's audiobooks.2fast0(OCoLC)fst01920772 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 7aSchool fiction.2lcgft 7aDomestic fiction.2lcgft 7aHumorous fiction.2lcgft 7aAction and adventure fiction.2lcgft 7aChildren's audiobooks.2lcgft 7aAudiobooks.2lcgft 7aFiction.2lcgft 7aLivres audio.2rvmgf 7aRomans.2rvmgf1 aChatterton, Martin,eauthor.1 aCrouch, Michaelq(Michael Lockwood),enarrator.1 aPatterson, James,d1947-tMiddle school novels.hSpoken word ;v13. a92bPUL03398cam a2200661 i 4500001001300000003000600013005001700019008004100036010001700077040006400094015001900158016001800177020003100195020001500226020002700241035002200268042000800290043001200298050002700310082001400337100003400351245005600385264004500441300002300486336002600509337002800535338002700563520095200590650002301542650002901565650002901594651004401623650004501667650004501712650003601757650004901793650006701842650006901909650004701978650005302025650004902078650004602127650003902173650004502212650004602257651005002303648002002353655006102373655003902434655005002473655003902523655001902562655003102581655004202612938004102654938002902695994001202724on1230460327OCoLC20230718213016.0210302s2021 cau 000 1 eng  a 2021904267 aDLCbengerdacDLCdBDXdUKMGBdCD5dOCLCFdSMDRLdHCOdYDX aGBC1E54532bnb7 a0203124812Uk a9781647421694q(paperback) a1647421691 z9781647421700q(ebook) a(OCoLC)1230460327 apcc an-us-ca00aPS3606.I8866bA88 202104a813.62231 aFitzPatrick, Joanna,eauthor.14aThe artist colony :ba novel /cJoanna FitzPatrick. 1aBerkeley, CA :bShe Writes Press,c2021. a317 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"A sister gone. A mystery uncovered. July 1924. Sarah Cunningham, a young Modernist painter, arrives in Carmel-by-the-Sea from Paris to bury her older sister, Ada Belle. En route, she is shocked to learn that Ada Belle's suspicious death is a suicide. But why kill herself? Her plein air paintings were famous and her upcoming exhibition of portraitures would bring her even wider recognition. Sarah puts her own artistic career on hold and, trailed by Ada Belle's devoted dog, Albert, becomes a secret sleuth--a task made harder by the misogyny and racism she discovers in this seemingly idyllic locale. Part mystery, part historical fiction, this engrossing novel celebrates the artistic talents of early women painters, the deep bonds of sisterhood, the muse that is beautiful scenery, and the determination of one young woman to discover the truth, to protect an artistic legacy, and to give her sister the farewell she deserves."--Back cover. 0aPaintersvFiction. 0aWomen paintersvFiction. 0aSistersxDeathvFiction. 0aCarmel (Calif.)xHistoryy20th century. 6aFemmes artistesvRomans, nouvelles, etc. 6aFemmes peintresvRomans, nouvelles, etc. 6aSœursvRomans, nouvelles, etc. 6aMeurtrexEnquêtesvRomans, nouvelles, etc. 6aAnnées vingt (Vingtième siècle)vRomans, nouvelles, etc. 6aColonies d'artisteszCaliforniezCarmelvRomans, nouvelles, etc. 7aArtist colonies.2fast0(OCoLC)fst00817549 7aMurderxInvestigation.2fast0(OCoLC)fst01029788 7aNineteen twenties.2fast0(OCoLC)fst01037835 7aRace relations.2fast0(OCoLC)fst01086509 7aSisters.2fast0(OCoLC)fst01119758 7aWomen artists.2fast0(OCoLC)fst01177159 7aWomen painters.2fast0(OCoLC)fst01178251 7aCaliforniazCarmel.2fast0(OCoLC)fst01209285 7a1900-19992fast 7aDetective and mystery fiction.2fast0(OCoLC)fst01726581 7aFiction.2fast0(OCoLC)fst01423787 7aHistorical fiction.2fast0(OCoLC)fst01726640 7aHistory.2fast0(OCoLC)fst01411628 7aNovels.2lcgft 7aHistorical fiction.2lcgft 7aDetective and mystery fiction.2lcgft aYBP Library ServicesbYANKn17210545 aBrodartbBRODn128359439 a92bPUL05419cam a2200649 i 4500001001300000003000600013005001700019008004100036010001700077040004700094016001800141020003100159020002800190020002700218020002400245035002200269042000800291043001200299050002100311245014700332264007400479264001100553300004500564336002600609336003300635337002800668338002700696490001900723504004100742505185500783520116602638600004003804650002903844650002803873650002803901650003303929650003303962650004903995651005104044651004304095650004004138650005004178650007304228650004404301650005904345651006304404651004804467648002004515700002804535700003404563700003304597700002404630710004204654830002004696938004104716994001204757on1231438133OCoLC20230718213016.0230503t20212021acaa g b 010 0 eng c a 2021388684 aANVbengerdacDLCdANVdOCLCFdYDXdUKMGB7 a0201841282Uk a9781760464103q(softcover) a1760464104q(softcover) z9781760464110q(ebook) z1760464112q(ebook) a(OCoLC)1231438133 apcc aa-pp---00aGN662b.U53 202100aUnequal lives :bgender, race and class in the western Pacific /cedited by Nicholas Bainton, Debra McDougall, Kalissa Alexeyeff and John Cox. 1aActon, ACT, Australia :bAustralia National University Press,c[2021] 4c©2021 axix, 560 pages :billustrations,c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aPacific series aIncludes bibliographical references.0 aPrologue: Pragmatism, Prescience and Principle / Neil Maclean -- 1. Unequal Lives in the Western Pacific / Nicholas Bainton and Debra McDougall -- 2. 'I Will Be Travelling to Kavieng!': Work, Labour and Inequality in New Ireland, Papua New Guinea / Paige West and John Aini -- 3. The Unequal Place of Anthropology in Cross-Disciplinary Research on Environmental Management in the Pacific and What to Do About It / Simon Foale -- 4. The Problem of the Semi-Alienable Anthropologist / Melissa Demian -- 5. Global Health, Tuberculosis and Local Health Campaigns: Reinforcing and Reshaping Health and Gender Inequalities in Lihir, Papua New Guinea / Susan R. Hemer -- 6. The Missionary's Dilemma: A Short History of Christian Marriage and its Impact upon Gender Equality in Maisin Society / John Barker -- 7. Gendered Ambition and Disappointment: Women and Men in a Vernacular Language Education Movement in Melanesia / Debra McDougall -- 8. Stingy Egalitarianism: Precarity and Jealousy at the Sisiak Settlement, Madang, Papua New Guinea / Deborah Gewertz and Frederick Errington -- 9. Inequalities of Aspiration: Class, Cargo and the Moral Economy of Development in Papua New Guinea / John Cox -- 10. Exiles and Empty Houses: Contingent Events and Their Aftermath in the Ok Tedi Hinterland / Dan Jorgensen -- 11. Transforming Inequalities and Uncertainty: Gender, Generational and Class Dimensions in the Gende's Longue Durée / Laura Zimmer-Tamakoshi -- 12. From Donation to Handout: Resource Wealth and Transformations of Leadership in Huli Politics / Michael Main -- 13. Measuring Mobilities and Inequalities in Papua New Guinea's Mining Workforce / Colin Filer -- 14. Menacing the Mine: Double Asymmetry and Mutual Incomprehension in Lihir / Nicholas Bainton -- 15. Intersecting Inequalities, Moving Positionalities: An Interlude / Margaret Jolly.1 aAs we move further into the twenty-first century, we are witnessing both the global extensification and local intensification of inequality. Unequal Lives deals with the particular dilemmas of inequality in the Western Pacific. The authors focus on four dimensions of inequality: the familiar triad of gender, race and class, and the often-neglected dimension of generation. Grounded in meticulous long-term ethnographic enquiry and deep awareness of the historical contingency of these configurations of inequality, this volume illustrates the multidimensional, multiscale and epistemic nature of contemporary inequality. This collection is a major contribution to academic and political debates about the perverse effects of inequality, which now ranks among the greatest challenges of our time. The inspiration for this volume derives from the breadth and depth of Martha Macintyre's remarkable scholarship. The contributors celebrate Macintyre's groundbreaking work, which exemplifies the explanatory power, ethical force and pragmatism that ensures the relevance of anthropological research to the lives of others and to understanding the global condition.10aMacintyre, Martha,d1945-ehonoree. 0aEthnologyzPacific Area. 0aSex rolezPacific Area. 0aEqualityzPacific Area. 0aGlocalizationzPacific Area. 0aGlobalizationzPacific Area. 0aGlobalizationxSocial aspectszPacific Area. 0aPacific AreaxSocial conditionsy21st century. 0aPacific AreaxSocial life and customs. 6aEthnologiezPacifique, Région du. 6aRôle selon le sexezPacifique, Région du. 6aDécentralisation de l'économie mondialezPacifique, Région du. 6aMondialisationzPacifique, Région du. 6aMondialisationxAspect socialzPacifique, Région du. 6aPacifique, Région duxConditions socialesy21e siècle. 6aPacifique, Région duxMœurs et coutumes. 7a2000-20992fast1 aBainton, Nick,eeditor.1 aMcDougall, Debra L.,eeditor.1 aAlexeyeff, Kalissa,eeditor.1 aCox, John,eeditor.2 aAustralian National University Press. 0aPacific series. aYBP Library ServicesbYANKn17282479 a92bPUL02103ccm a2200589 i 4500001001300000003000600013005001700019008004100036010001700077040002300094024001500117024001800132028002900150028002400179035002200203041000800225042001400233050003300247072001200280100005200292240005800344245009800402250001400500264003600514264001100550300003300561336003500594337002800629338002700657348001800684382002700702383003400729384001200763490006200775500007800837500006300915546002000978505007100998650002401069650002801093650005001121655003801171655004201209655002301251655001901274655002301293655003201316700004101348800007001389938004201459994001201501on1232447123OCoLC20230718213016.0210814t20212021gw syl ehi n zxx d a 2020564183 aOHXbengerdacDLC2 aM2020178692 a979020201786922aE.D. 28786bEdition Dohr32a28786bEdition Dohr a(OCoLC)12324471230 gger alccopycat00aM1101b.M74 MWV VII 162 2021 7aM2lcco1 aMolter, Johann Melchior,d1696-1765,ecomposer.10aSinfonie,mchamber orchestra,nMWV VII, 162,rD major10aSinfonie D-Dur, MWV VII 162 /cJohann Melchior Molter ; herausgegeben von Michael Schumacher. aPartitur. 1aKöln :bEdition Dohr,c[2021] 4c©2021 a1 score (54 pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm0 aorchestrae1t12lcmpt cMWV VII, 162dHäfner2mlati0 aD major1 aSämtliche Sinfonien / Johann Melchior Molter ;vvol. 86 aBased on a manuscript source from the Badische Landesbibliothek Karlsuhe. aPreface, biographical note, and critical report in German. bStaff notation.0 aAllegro -- Andante, un poco allegro -- Menuetto ; Trio -- Allegro. 0aSymphoniesvScores. 6aSymphoniesvPartitions. 7aSymphoniesxScores.2fast0(OCoLC)fst01140878 7aScores.2fast0(OCoLC)fst01692898 7aSymphonies.2fast0(OCoLC)fst01726504 7aSymphonies.2lcgft 7aScores.2lcgft 7aSymphonies.2rvmgf 7aPartitions (Musique)2rvmgf1 aSchumacher, Michael,d1959-eeditor.1 aMolter, Johann Melchior,d1696-1765.tSymphonies.f2009 ;vv. 86. aOtto HarrassowitzbHARRnhar215000827 a92bPUL02313cam a2200613 i 4500001001300000003000600013005001700019008004100036010001700077040005700094015001900151016001800170020003100188020001500219025003300234035002200267037005300289042002100342043003000363050002300393082001800416100003400434245010600468250002100574264008300595300002800678336002600706337002800732338002700760504005700787530003300844600002900877600005500906651004500961651004501006650001401051650002801065651003001093651004901123651004901172650002501221650002801246651003601274650005201310650004001362650005401402651003701456651003701493651004501530700004201575938004101617938002901658994001201687on1233265793OCoLC20230718213016.0210129s2021 ii b 000 0 eng d a 2020335544 aYDXbengerdacDLCdBDXdZQPdOCLCFdDLCdUKMGBdYDX aGBC3916062bnb7 a0207318572Uk a9780143453055q(paperback) a014345305X aI-E-2020335544; 63-91; 63-02 a(OCoLC)1233265793 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode aa-ii---an-us---aa-cc---00aDS450.U6bG46 202104a327.540732231 aGeorge, Varghese K.,eauthor.10aOpen embrace :bIndiia-US ties in a divided world /cVarghese K. George ; foreword by Amitabh Mattoo. aUpdated edition. 1aGurgaon, Haryana, India :bVintage, an imprint of Penguin Random House,c2021. axxi, 339 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 293-339). aAlso available as an e-book.10aModī, Narendra,d1950-17aModī, Narendra,d1950-2fast0(OCoLC)fst01570188 0aIndiaxForeign relationszUnited States. 0aUnited StatesxForeign relationszIndia. 0aHindutva. 0aIslamic fundamentalism. 0aChinaxForeign relations. 6aIndexRelations extérieureszÉtats-Unis. 6aÉtats-UnisxRelations extérieureszInde. 6aIntégrisme hindou. 6aIntégrisme islamique. 6aChinexRelations extérieures. 7aDiplomatic relations.2fast0(OCoLC)fst01907412 7aHindutva.2fast0(OCoLC)fst01741119 7aIslamic fundamentalism.2fast0(OCoLC)fst00979941 7aChina.2fast0(OCoLC)fst01206073 7aIndia.2fast0(OCoLC)fst01210276 7aUnited States.2fast0(OCoLC)fst012041551 aMattoo, Amitabh,ewriter of foreword. aYBP Library ServicesbYANKn17236990 aBrodartbBRODn128534249 a92bPUL01097cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152035002200167037001400189042002100203043001200224050002100236100003700257245005500294264008400349300004400433336002800477336002100505337002500526338002300551490003800574651004000612651004800652655004700700994001200747on1235572280OCoLC20230718213016.0210807s2018 tu a 000 0 tur d a 2021338679 aHULbengerdacDLCdPULdOCLCFdHUL a9786059492874 a6059492878 a(OCoLC)1235572280 c30.00 USD alccopycatalcode aa-tu---00aDR724b.D67 20181 aDora, Ruşen,eauthor,eartist.10aÇizgilerde İstanbul /cProf. Dr. Ruşen Dora. 1aİstanbul :bİstanbul büyükşehir belediyesi Kültür A.Ş.,c[2018] a164 pages :billustrations ;c24x28 cm. astill image2rdacontent atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 aKültür medeniyet serisi ;v54 0aIstanbul (Turkey)vPictorial works. 7aTurkeyzIstanbul.2fast0(OCoLC)fst01204833 7aPictorial works.2fast0(OCoLC)fst01423874 a92bPUL01908cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002900211245012400240246002300364250002200387264009600409300010500505336002600610337002800636338002700664650005400691651007000745650003700815651004900852655003900901710014600940880010601086880002301192880008301215880006601298880011001364994001201474on1236157176OCoLC20230718213016.0210205s2019 cc abch 000 0 chi  a 2020386508 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787555017936 a7555017938 a(OCoLC)1236157176 apcc aa-cc-fu00aDS797.26.F89bF8985 2019006880-01aFuzhou Xi Hu shi hua =bFuzhou Xihu shihua /cFuzhou Shi zheng xie wen hua wen shi he xue xi wei yuan hui bian.31aFuzhou Xihu shihua 6880-02aDi 1 ban. 16880-03aFuzhou Shi :bHai xia chu ban fa xing ji tuan :bHai xia wen yi chu ban she,c2019. a20, 7, 330 pages :billustrations (chiefly color), maps (some color), portraits, facsimiles ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aLakeszChinazFuzhou Shi (Fujian Sheng)xHistory. 06880-04aFuzhou Shi (Fujian Sheng, China)xDescription and travel. 7aLakes.2fast0(OCoLC)fst00990901 7aChinazFuzhou Shi.2fast0(OCoLC)fst01924337 7aHistory.2fast0(OCoLC)fst014116282 6880-05aZhongguo ren min zheng zhi xie shang hui yi.bFujian Sheng Fuzhou Shi wei yuan hui.bWen hua wen shi he xue xi wei yuan hui,eeditor.006245-01a福州西湖史话 =bFuzhou Xihu shihua /c福州市政协文化文史和学习委员会编. 6250-02a第 1 版. 16264-03a福州市 :b海峡出版发行集团 :b海峡文艺出版社,c2019. 46651-04a福州市 (福建省, China)xDescription and travel.2 6710-05a中国人民政治协商会议.b福建省福州市委员会.b文史和学习委员会,eeditor. a92bPUL01769cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040005100094016001800145020003000163020001500193025003300208035002200241037005300263042002100316050002300337082002100360245012900381250001900510264004900529300010100578336002600679337002800705338002700733504005100760600005200811600005000863600006100913600006300974651002901037651002901066650005501095650003801150651003701188651003701225938004901262994001201311on1237343467OCoLC20230718213016.0210210s2020 ii a b 001 0 eng d a 2023339265 aDKAGEbengerdacDLCdDKAGEdOCLCFdUKMGBdDLC7 a0202336132Uk a9788175055094q(hardback) a817505509X aI-E-2023339265; 07-91; 63-05 a(OCoLC)1237343467 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aDS450.J3bM43 202004a303.4825405222304aThe story of India-Japan relationship :bSwami Vivekananda & Okakura Tenshin, the modern era pioneers /cSwami Medhasananda. aFirst edition. 1aKolkata :bAdvaita Ashrama,cSeptember 2020. a464 pages, 48 unnumbered pages of plates :billustrations (black and white, and colour) ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.00aVivekananda,cSwami,d1863-1902xTravelzJapan.10aOkakura, Kakuzō,d1862-1913xTravelzIndia.17aOkakura, Kakuzō,d1862-1913.2fast0(OCoLC)fst0006878807aVivekananda,cSwami,d1863-1902.2fast0(OCoLC)fst00051859 0aIndiaxRelationszJapan. 0aJapanxRelationszIndia. 7aInternational relations.2fast0(OCoLC)fst00977053 7aTravel.2fast0(OCoLC)fst01155558 7aIndia.2fast0(OCoLC)fst01210276 7aJapan.2fast0(OCoLC)fst01204082 aD. K. Agencies (P) Ltd.bDKAPnDK-289510-HBD a92bPUL01774cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066001100122020001800133020001500151035002200166042000800188043001200196050003000208100004000238245015300278264005000431300002400481336002600505337002800531338002700559490004900586504005100635546002300686610004200709650005100751655003100802655002900833700003900862710004200901880024600943880007001189880008101259994001201340on1239743549OCoLC20230718213016.0230718s2020 rb bl 001 0 srp  a 2022488479 aDLCbengerdacDLCdHVL c(Nc(Q a9788651925378 a8651925379 a(OCoLC)1239743549 apcc ae-rb---00aKKS1292.A312007bM55 20201 aMilosavljević, Bogoljub,eauthor.106880-01aKomentar Zakona o lokalnoj samoupravi :bprema stanju zakonodavstva od 30. juna. 2020. godine /cBogoljub Milosavljević, Jelena Jerinić. 16880-02aBeograd :bSlužbeni glasnik,c2020. a469 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-03aPravna biblioteka. Edicija Komentari aIncludes bibliographical references and index. aSerbianbCyrillic.10aSerbia.tZakon o lokalnoj samoupravi. 0aLocal GovernmentxLaw and legislationzSerbia. 7aStatutes and codes.2lcgft 7aLaw commentaries.2lcgft1 aJerinić, Jelena,d1978-eauthor.12aSerbia.tZakon o lokalnoj samoupravi.106245-01aКоментар Закона о локалној самоуправи :bпрема стању законодавства од 30. јуна. 2020. године /cБогољуб Милосављевић, Јелена Јеринић. 16264-02aБеоград :bСлужбени гласник,c2020.0 6490-03aПравна библиотека. Едиција Коментари a92bPUL01774cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004500094019002500139020003100164020002800195035005800223042001400281043001200295050002600307082001200333245015000345264006400495300004700559336002600606337002800632338002700660490004000687504004100727610005800768650004500826650003800871650003600909650005400945650007100999651004001070700005601110700002801166830004301194856004501237938003401282994001201316on1239746504OCoLC20230718213016.0180614s2017 po a b 000 0 por d a 2018423862 aYUSbengerdacDLCdHULdC3LdOCLCFdYUS a993983085a994854827 a9789728361792q(paperback) a9728361793q(paperback) a(OCoLC)1239746504z(OCoLC)993983085z(OCoLC)994854827 alccopycat ae-po--- 4aBX2347.8.Y7bA66 201714a26821400aApostolado de Adolescentes e Crianças em Portugal :bhistória de um movimento /cPaulo F. de Oliveira Fontes, Carla Santos (coordenação). 1aLisboa :bCentro de Estudos de História Religiosa,c2017. a263 pages :bcolor illustrations ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aEstudos de historia religiosa ;v22 aIncludes bibliographical references.20aMovimento de Apostolado de Adolescentes e Crianças. 0aChurch work with youthxCatholic Church. 0aChurch work with youthzPortugal. 6aPastorale des jeuneszPortugal. 7aChurch work with youth.2fast0(OCoLC)fst00861142 7aChurch work with youthxCatholic Church.2fast0(OCoLC)fst00861143 7aPortugal.2fast0(OCoLC)fst012084761 aFontes, Paulo Fernando de Oliveira,d1959-eeditor.1 aSantos, Carla,eeditor. 0aEstudos de história religiosa ;v22.42uhttp://digital.casalini.it/9789728361792 aCasalini LibribCASAn4149489 a92bPUL01443cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152035002200167042001400189043001200203050002200215245016500237250002300402264005200425300004000477336002600517337002800543338002700571504004100598650002000639650003300659650005000692650002600742650004200768650004000810650005300850650005600903651003600959700003800995994001201033on1241253591OCoLC20230718213016.0210803s2020 pe a b 000 0 spa d a 2021437654 aGUAbengerdacDLCdOCLCFdHULdGUA a9786124467387 a6124467380 a(OCoLC)1241253591 alccopycat as-pe---00aHQ1572b.P33 202000aPachakuti feminista :bensayos y testimonios sobre arte, escritura, y pensamiento feminista en el Perú contemporáneo /cClaudia Salazar Jiménez (editora). aPrimera edición. 1aLima, Perú :bCaja Negra,csetiembre de 2020. a210 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aFeminismzPeru. 0aFeminism and the artszPeru. 0aWomenzPeruxSocial conditionsx21st century. 6aFéminismezPérou. 6aFemmeszPérouxConditions sociales. 7aFeminism.2fast0(OCoLC)fst00922671 7aFeminism and the arts.2fast0(OCoLC)fst00922747 7aWomenxSocial conditions.2fast0(OCoLC)fst01176947 7aPeru.2fast0(OCoLC)fst012051901 aSalazar, Claudia,d1976-eeditor. a92bPUL01536cjm a2200433 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109024001700127028003000144035002200174042001400196100004700210245003400257260006100291300005100352336003700403337002300440338003100463340001400494344001900508344001900527344001900546347002200565347001300587500005600600511008500656505014300741650001900884650003000903650004500933650004500978648002001023700004701043994001201090on1242060337OCoLC20230718213016.0sd fsngnnmmned230714s2020 xxuppnn n eng d a 2023626358 aZYUbengcDLC1 a79401732772302aSKM-73277-2bDomo Records a(OCoLC)1242060337 alccopycat1 aKaur, Sangeeta,d1980-ecomposer,esinger.10aIlluminance /cSangeeta Kaur. aU.S.A. :bSangeeta Kaur Music :bDomo Records,c℗2020. a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aAll songs written by Peter Kater and Sangeeta Kaur.0 aSangeeta Kaur, vocals ; Peter Kater, piano, keyboards ; other assisting artists.0 aAll my love -- Illuminance -- Worlds collide -- Light of love -- Path of light -- Come and find me -- Supernova -- Stardust -- Dedication. 0aNew Age music. 0aPopular musicy2011-2020. 7aNew Age music.2fast0(OCoLC)fst01036703 7aPopular music.2fast0(OCoLC)fst01071422 7a2011-20202fast1 aKater, Peter,ecomposer,einstrumentalist. a92bPUL01500cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020003800131020001500169035002200184042000800206050002500214100004900239245013700288246002600425250002200451264005200473300005600525336002600581337002800607338002700635490004400662504004100706880004600747880011200793880002300905880004600928880004300974938008501017994001201102on1242103810OCoLC20230718213016.0220218s2020 cc a b 000 0 chi  a 2023388326 aDLCbengerdacDLCdCNPIT c$1 a9787546189185q(set ;qhardcover) a7546189187 a(OCoLC)1242103810 apcc00aDS778.L587bA25 20201 6880-01aLiu Wang Liming,d1896-1970eauthor.106880-02aLiu Wang Liming wen ji =bLIU WANG LIMING WENJI /cZhongguo ren min zheng zhi xie shang hui yi Taihu Xian wei yuan hui bian.31aLIU WANG LIMING WENJI 6880-03aDi 1 ban. 16880-04aHefei Shi :bHuang Shan shu she,c2020. a2 volumes (5, 722 pages) :billustrations ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-05aTaihu wen shi zi liao. Di 14 ji aIncludes bibliographical references.1 6100-01a刘王立明,d1896-1970eauthor.106245-02a刘王立明文集 =bLIU WANG LIMING WENJI /c中国人民政治协商会议太湖县委员会编. 6250-03a第 1 版. 16264-04a合肥市 :b黄山书社,c2020.0 6490-05a太湖文史资料. 第 14 辑 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000001208655 a92bPUL02058cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020002500129020002200154035002200176042000800198043001200206050002500218082002200243100002800265245008400293246004400377250001700421264004900438300003000487336002600517337002800543338002700571490001800598500002000616520045600636650002801092650003801120650003101158650004401189650005401233650004901287650006801336650005801404651003801462700004201500700003401542994001201576on1242283300OCoLC20230718213016.0190411s2019 nju 001 0 eng  a 2019939298 aDLCbengerdacDLCdOCLCFdOTP a9781119575894q(pbk) a1119575893q(pbk) a(OCoLC)1242283300 apcc an-cn---00aHD2346.C35bD34 201904a658.1/14109712231 aDagys, Andrew,eauthor.10aCanadian small business kit /cby Andrew Dagys, Margaret Kerr, and JoAnn Kurtz.3 aCanadian small business kit for dummies a4th edition. 1aHoboken, NJ :bJohn Wiley and Sons.,c[2019] axviii, 502 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a--for dummies aIncludes index. a"This guide covers every aspect of starting, building, staffing, and running a small business. Offering information for entrepreneurs starting from scratch, people buying a business, or new franchise owners, it features updated information about the latest tax laws and its impact on small businesses, along with insight into how small business can take advantage of social media such as Facebook, LinkedIn, Twitter, and Instagram, etc."--cAmazon.ca. 0aSmall businesszCanada. 0aNew business enterpriseszCanada. 0aBusiness planningzCanada. 6aNouvelles entrepriseszCanadaxGestion. 6aPetites et moyennes entrepriseszCanadaxGestion. 7aBusiness planning.2fast0(OCoLC)fst00842819 7aNew business enterprisesxManagement.2fast0(OCoLC)fst01036850 7aSmall businessxManagement.2fast0(OCoLC)fst01121306 7aCanada.2fast0(OCoLC)fst012043101 aKerr, Margaret Helen,d1954-eauthor.1 aKurtz, JoAnn,d1951-eauthor. a92bPUL01425cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040004400094015001900138016001800157019001500175020002600190020001500216035004100231042001400272050002300286082001800309082001700327100003200344245011600376264004000492300002300532336002100555337002500576338002300601650002200624650002200646650002600668650002800694650002200722650004000744650004700784650004800831650004800879650005200927994001200979on1242746881OCoLC20230718213016.0200702s2021 cau 000 0 eng d a 2020941606 aUKMGBbengerdacDLCdUKMGBdTOHdOCLCF aGBC1297002bnb7 a0201136892Uk a1202530697 a9781641702683q(pbk.) a1641702680 a(OCoLC)1242746881z(OCoLC)1202530697 alccopycat00aHQ756b.M3427 202004a306.874/222304a306.87422231 aMandelstein, Paul,eauthor.14aThe world's best dad during and after divorce :ba guide to co-parenting for divorced dads /cPaul Mandelstein. 1aSanger, CA :bFamilius LLC,c[2020] a197 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier 0aFather and child. 0aDivorced fathers. 0aParenting, Part-time. 2aFather-Child Relations. 6aPère et enfant. 6aRôle parental partagé (Divorce) 7aFAMILY & RELATIONSHIPS / General.2bisacsh 7aDivorced fathers.2fast0(OCoLC)fst00895904 7aFather and child.2fast0(OCoLC)fst00921829 7aParenting, Part-time.2fast0(OCoLC)fst01053450 a92bPUL02848cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004400094015001900138016001800157020002600175020002900201020003500230020004200265035002200307042001400329043001200343050002200355082001700377100002700394245007400421264004700495300003000542336002600572337002800598338002700626504005100653520113600704650001701840651005001857651004001907651005601947651005002003650005502053650004902108651004302157648002002200655003902220655004802259776003502307994001202342on1242747022OCoLC20230718213016.0230405s2021 oncb b 001 0 eng d a 2021388557 aUKMGBbengerdacDLCdOCLCFdYDXdUKMGB aGBC1294812bnb7 a0201134702Uk a1459746643qpaperback a9781459746640qpaperback z9781459746657qelectronic book z9781459746664qelectronic publication a(OCoLC)1242747022 alccopycat aa-af---00aDS361b.H332 202104a958.1/042231 aHalton, Phil,eauthor.10aBlood washing blood :bAfghanistan's hundred-year war /cPhil Halton. 1aToronto, Ontario :bDundurn Press,c[2021] a392 pages :bmap ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"A clear-eyed view of the conflict in Afghanistan and its century-deep roots. The war in Afghanistan has consumed vast amounts of blood and treasure, causing the Western powers to seek an exit without achieving victory. The seemingly never-ending conflict has become synonymous with a number of issues--global jihad, rampant tribalism, and the narcotics trade--but despite being cited as causes of the conflict, they are in fact symptoms. Rather than beginning after 9/11, or with the Soviet "invasion" in 1979, the current conflict in Afghanistan began with the social reforms imposed by Amanullah Amir in 1919. Western powers have failed to recognize that legitimate grievances dating back as long ago as that are driving the local population to turn to insurgency in Afghanistan. The issues they are willing to fight over today-- secularism, modernity, and centralized power--are not new ones; in fact, they have been the source of a hundred-year-long social conflict. The first step toward achieving a "solution" to the Afghanistan "problem" is to have a clear-eyed view of what is really driving it."--cProvided by publisher. 0aAfghan Wars. 0aAfghanistanxHistory, Militaryy20th century. 0aAfghanistanxHistoryy20th century. 0aAfghanistanxPolitics and governmenty20th century. 0aAfghanistanxSocial conditionsy20th century. 7aPolitics and government.2fast0(OCoLC)fst01919741 7aSocial conditions.2fast0(OCoLC)fst01919811 7aAfghanistan.2fast0(OCoLC)fst01205406 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst01411628 7aMilitary history.2fast0(OCoLC)fst0141163008iebook version :z9781459746664 a92bPUL01460cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004400094015001900138016001800157020002800175020001500203020002500218035002200243042001400265050002400279082002200303100002700325245004300352264003400395300002300429336002100452337002500473338002300498500003200521600001800553650005200571650005900623650004100682650005200723651005100775651004500826648002000871655004300891655003900934938002900973994001201002on1242828482OCoLC20230718213016.0230403r20222020enk 000 0aeng d a 2023287266 aUKMGBbengerdacDLCdUKMGBdBDXdOCLCF aGBC1339502bnb7 a0201214442Uk a9781841883489q(pbk.) : a1841883484 z9781841883496qebook a(OCoLC)1242828482 alccopycat00aHV6430.L48bA3 202204a942.7330860922231 aLewis, Freya,eauthor.10aWhat makes us stronger /cFreya Lewis. 1aLondon :bSeven Dials,c2022. a291 pages ;c20 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aOriginally published: 2020.10aLewis, Freya. 0aVictims of terrorismzGreat BritainvBiography. 0aTerrorismzEnglandzManchesterxHistoryy21st century. 7aTerrorism.2fast0(OCoLC)fst01148101 7aVictims of terrorism.2fast0(OCoLC)fst01166347 7aEnglandzManchester.2fast0(OCoLC)fst01212972 7aGreat Britain.2fast0(OCoLC)fst01204623 7a2000-20992fast 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 aBrodartbBRODn128115432 a92bPUL01294cam a2200361 i 4500001001300000003000600013005001700019008004100036010003100077040004000108020001800148020001500166035002200181042001400203043001200217050002600229082003200255100003200287245013800319264004300457300003500500336002600535337002800561338002700589504005700616651004500673651004700718651004700765651004900812648002000861655003900881994001200920on1242884854OCoLC20230718213016.0210223s2020 pl c b 000 0 pol d a 2022380907z 2020427504 aUIUbengerdacDLCdOCLCFdPULdUIU a9788365826497 a8365826496 a(OCoLC)1242884854 alccopycat ae-pl---00aDK4600.K345bW37 202004a910qOCoLC222/eng/202302161 aWapiński, Roman,eauthor.10aW kręgu spraw kaszubskich i pomorskich :bw 100-lecie powrotu Pomorza w granice niepodległej Rzeczypospolitej /cRoman Wapiński. 1aGdańsk :bInstytut Kaszubski,c2020. a387 pages :bportrait ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 386-387). 0aKaszuby (Poland)xHistoryy20th century. 0aPomerelia (Poland)xHistoryy20th century. 7aPolandzKaszuby.2fast0(OCoLC)fst01245078 7aPolandzPomerelia.2fast0(OCoLC)fst01245839 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL04911cam a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040007600094015001900170016001800189020003100207020002800238035002200266042001400288043001200302050002300314082002100337100004600358245007800404264004200482264001100524300006100535336002600596337002800622338002700650500005700677500007100734504002000805520084200825505186901667600003703536600006803573650006703641650007003708650005403778651005803832650004803890650004103938651004203979655004304021655004404064655008004108700003404188938004104222938002904263938004104292994001204333on1243307194OCoLC20230718213016.0230516r20212016cauab 001 0aeng d a 2023394149 aYDXbengerdacDLCdBDXdUKMGBdOCLCFdERASAdYDXdPAUdCDXdDEBBGdTEU aGBC1A67092bnb7 a0202496882Uk a9781954081338q(hardcover) a1954081332q(hardcover) a(OCoLC)1243307194 alccopycat an-us-ny00aHD268.N5bZ43 202104a333.73/150922231 aZeckendorf, William,d1929-2014,eauthor.10aDeveloping :bmy life /cWilliam Zeckendorf Jr., with Joan Duncan Oliver. 1a[Novato, CA] :bORO Editions,c[2021] 4c©2021 a303 pages :billustrations (chiefly color), map ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPublishing location obtained from publisher website. aReprint, originally published in 2016 by Andrea Monfried Editions. aIncludes index.8 aIn 1986, the New York Times called William Zeckendorf Jr. "Manhattan's most active real-estate developer," a judgment borne out by Zeckendorf's fascinating memoir. The second generation of a legendary family of developers, "Bill" Zeckendorf was a developer with a social conscience, not only putting up buildings but opening neglected parts of the city and transforming whole communities. Among the projects Zeckendorf chronicles in detail-and with rich documentary illustrations-are the Columbia, which set off a building boom on the Upper West Side; the four-acre Worldwide Plaza, a landmark in West Midtown; Queens West, the first residential project on the waterfront in Queens; the enormous Ronald Reagan Office Building and International Trade Center in Washington, D.C.; and numerous projects in Santa Fe, his beloved second home.00tEducating the Mastergp. 27 --tGrowing Up Zeckendorfgp. 29 --tLearning the Businessgp. 37 --tOn My Owngp. 55 --tMoving Up: The Mayfair Housegp. 57 --tSaved by a Dog: Hotel Delmonicogp. 62 --tA Nightmare: The McAlpingp. 67 --tEasy Money: The Statler Hiltongp. 71 --tWin Some, Lose Some: The Navarro, the Barbizon, and the Shorehamgp. 74 --tThe Visionarygp. 77 --tOpening the Broadway Corridor: The Columbiagp. 79 --tLooking Up: The Park Belvederegp. 87 --tWin-Win with the A&P: The Copleygp. 93 --tLocation, Location: Central Park Placegp. 97 --tAt a Crossroads: The Alexandriagp. 106 --tThe Innovatorgp. 109 --tA Noble Experiment: Delmonico Plazagp. 111 --tSelling Convenience: The Cosmopolitan and the Vanderbiltgp. 115 --tBreaking New Ground: The Belairegp. 118 --tDowntown: The Hudson Residencesgp. 126 --tThe Transformergp. 129 --tRevitalizing Union Square: Zeckendorf Towersgp. 131 --tOpening Up Eighth Avenue: Worldwide Plazagp. 142 --tA Capital First: The Ronald Reagan Building and International Trade Centergp. 161 --tTurnaround in Queens: Citylightsgp. 172 --tThe Hotel Mavengp. 181 --tLighting Up Times Square: The Crowne Plaza Hotelgp. 183 --tA Royal Mess: The Rihga Royalgp. 193 --tA Crowning Achievement: The Four Seasonsgp. 199 --t515 Park: Legacy to My Sonsgp. 217 --tLeaving New Yorkgp. 226 --tSanta Fe: New Beginningsgp. 231 --tThe Zeckendorfs in the Southwest: Return to My Rootsgp. 233 --tNancy Zeckendorf: A Living Treasuregp. 240 --tScenic Views: Los Miradoresgp. 245 --tSuccessful Site Planning: Sierra del Nortegp. 251 --tIntroducing Luxury: The Eldorado Hotel and the Hotel Santa Fegp. 255 --tRestoring a Landmark: The Lensic Performing Arts Centergp. 264 --tMy Passionsgp. 271 --tAn Inherited Tastegp. 273 --tGiving Backgp. 277 --tThree Generationsgp. 281.10aZeckendorf, William,d1929-2014.17aZeckendorf, William,cJr.,d1929-2014.2gnd0(DE-588)1265732019 0aReal estate developerszNew York (State)zNew YorkvBiography. 6aPromoteurs immobilierszNew York (État)zNew YorkvBiographies. 7aReal estate developers.2fast0(OCoLC)fst01090964 7aNew York (State)zNew York.2fast0(OCoLC)fst0120433307aUnbewegliche Sache.2gnd0(DE-588)4186834-107aArchitektur.2gnd0(DE-588)4002851-3 7aNew York, NY.2gnd0(DE-588)4042011-5 7aBiographies.2fast0(OCoLC)fst01919896 7aAutobiografie.2gnd0(DE-588)4003939-0. 7aBiographies.2lcgft0https://id.loc.gov/authorities/genreForms/gf20140260491 aOliver, Joan Duncan,eauthor. aYBP Library ServicesbYANKn17305825 aBrodartbBRODn129524883 aErasmus BoekhandelbERAAn0000389060 a92bPUL01628cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040004500094020001800139020001500157035002200172042000800194043001200202050002100214082001200235100004400247245009100291264003400382300004500416336002600461337002800487338002700515504005100542600003600593650004200629650002800671650003100699650004400730650003500774650004000809650003600849650005000885650003800935651003700973648002001010655004301030655003901073938003401112994001201146on1243745129OCoLC20230718213016.0210118s2020 it a b 001 0dita  a 2021361055 aDLCbengerdacDLCdPAUdOCLCFdIULdC3L a9788868573720 a8868573725 a(OCoLC)1243745129 apcc ae-it---00aML800b.C36 202014a7872141 aCarutti, Carlo Alberto,d1923-eauthor.12aL'ultimo testimone :bil violino della Shoah e la sua storia /cCarlo Alberto Carutti. 1aNovara :bInterlinea,c[2020] a77 pages :bcolor illustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.10aLevy, Enzo,d1922-1958xFamily. 0aViolinzItalyxHistoryy20th century. 0aJewszItalyvBiography. 0aJewsxPersecutionszItaly. 6aViolonzItaliexHistoirey20e siècle. 6aJuifsxPersécutionszItalie. 7aFamilies.2fast0(OCoLC)fst01728849 7aJews.2fast0(OCoLC)fst00983135 7aJewsxPersecutions.2fast0(OCoLC)fst00983322 7aViolin.2fast0(OCoLC)fst01167350 7aItaly.2fast0(OCoLC)fst01204565 7a1900-19992fast 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 aCasalini LibribCASAn4755810 a92bPUL04199cim a2200925 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006400109020001800173020001500191024002500206028001300231035002200244037003400266037003400300043001200334050002700346082001500373100002900388245004300417250001600460264004500476264001200521300007400533306001100607336003300618337002300651338003100674344001900705344001900724344001200743344001900755347002200774347001300796500002600809511011000835500003000945520084100975600005201816600005201868600006901920650003401989650002902023651004502052650002302097650005402120650003602174650003902210650004502249650003502294650003302329650005102362650004002413650004602453651003902499648002002538655001702558655005202575655004702627655003902674655005002713655004202763655003902805655003802844655002802882655002302910655003102933655003302964655002802997655001903025655002503044655001903069700003803088700003403126856010103160994001203261on1244276324OCoLC20230718213016.0sd fsngnnzmned230628t20212021nyunnnn f n eng  a 2023616853 aDLCbengerdacDLCdTEFdTEFMTdOCLCFdBLACPdIK2dJASdTOH a9781250807014 a12508070183 a9781250807014d5509942a13572078 a(OCoLC)1244276324 a60e9dcbBlackstone Publishing a40e9dcbBlackstone Publishing an-us--- 4aPS3616.U55bR53 2021ab04a813/.62231 aPunke, Michael,eauthor.10aRidgeline :ba novel /cMichael Punke. aUnabridged. 1aNew York, NY :bMacmillan Audio,c[2021] 4c℗2021 a10 audio discs (approximately 12 hr., 9 min.) :bdigital ;c4 3/4 in. a120900 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aRead by Tatanka Means and Amanda Stribling ; with historical notes & acknowledgements read by the author. aRecordable compact discs. aIn December 1866, tensions were rising in Wyoming, between the Native American tribes who had lived on the land for generations and the settlers who would destroy their home. Crazy Horse and his fellow Lakota hunters had been watching for months as Colonel Carrington and his army set up camp on one of the most crucial swaths of hunting ground in hundreds of miles, and began to build forts. More disconcertingly, the settlers had brought women and children, which meant they planned to stay. As the Lakota and neighboring tribes set forth with repeated attacks to discourage the settlers, Captain William J. Fetterman, anxious and arrogant, claimed that he could take offense and rid the area of Native American people with only a small army of 80 men. And he would, unless Crazy Horse could find a way to lure the army to their doom.10aGlass, Hugh,dapproximately 1780-1833vFiction.00aCrazy Horse,dapproximately 1842-1877vFiction.07aCrazy Horse,dapproximately 1842-1877.2fast0(OCoLC)fst01814293 0aWilderness survivalvFiction. 0aLakota IndiansvFiction. 0aWyomingxHistoryy19th centuryvFiction. 0aTrappersvFiction. 6aSurvie en milieu sauvagevRomans, nouvelles, etc. 6aLakotavRomans, nouvelles, etc. 6aTrappeursvRomans, nouvelles, etc. 7aFICTION / Historical / General.2bisacsh 7aFICTION / Indigenous.2bisacsh 7aFICTION / Westerns.2bisacsh 7aWilderness survival.2fast0(OCoLC)fst01175202 7aTrappers.2fast0(OCoLC)fst01155496 7aLakota Indians.2fast0(OCoLC)fst01148316 7aWyoming.2fast0(OCoLC)fst01204583 7a1800-18992fast 7anovels.2aat 7aBiographical fiction.2fast0(OCoLC)fst01726537 7aWestern fiction.2fast0(OCoLC)fst01726776 7aHistory.2fast0(OCoLC)fst01411628 7aHistorical fiction.2fast0(OCoLC)fst01726640 7aAudiobooks.2fast0(OCoLC)fst01726208 7aFiction.2fast0(OCoLC)fst01423787 7aNovels.2fast0(OCoLC)fst01921742 7aWestern stories.2gsafd 7aAudiobooks.2lcgft 7aHistorical fiction.2lcgft 7aBiographical fiction.2lcgft 7aWestern fiction.2lcgft 7aNovels.2lcgft 7aLivres audio.2rvmgf 7aRomans.2rvmgf1 aMeans, Tatanka,d1985-enarrator.1 aStribling, Amanda,enarrator.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/013/572/000000000013572078.jpg a92bPUL01720cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159035002200174037001500196042002100211043001200232050002500244100003700269245009900306246004700405250001500452264006100467300004100528336002600569336003300595337002800628338002700656490004600683504005700729650003300786650003400819650001900853650002000872650002300892650005100915650005200966650003701018650003801055651003801093830004401131938005101175994001201226on1244812068OCoLC20230718213016.0220114s2021 tu a b 000 0ctur d a 2021325812 aPULbengerdacDLCdOCLCFdJPGdEVIEWdPUL a9789754004335 a9754004331 a(OCoLC)1244812068 c150.00 USD alccopycatalcode aa-tu---00aNK3636.5b.O954 20211 aÖzkafa, Fatih,d1974-eauthor.10aYâ hazret-i pîr :bTürk hat sanatında tasavvuf önderleri /cProf. Dr. Fatih Özkafa.30aTürk hat sanatında tasavvuf önderleri a1. baskı. 1aİstanbul :bMarmara Üniversitesi :bHalkbank,c2021. a559 pages :billustrations ;c33 cm. atextbtxt2rdacontent astill imagebtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aMarmara Üniversitesi yayınları ;v872 aIncludes bibliographical references (pages 547-551). 0aIslamic calligraphyzTurkey. 0aMuslim calligrapherszTurkey. 0aSufiszTurkey. 0aSufismzTurkey. 6aSoufismezTurquie. 7aIslamic calligraphy.2fast0(OCoLC)fst01430565 7aMuslim calligraphers.2fast0(OCoLC)fst01030942 7aSufis.2fast0(OCoLC)fst01137253 7aSufism.2fast0(OCoLC)fst01137257 7aTurkey.2fast0(OCoLC)fst01208963 0aMarmara Üniversitesi (Series) ;v872. aEast View Information ServicesbEASTn2405307B a92bPUL02412cim a2200625 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109020001800144020001500162024001700177024002500194035002200219082002100241100003800262245004800300250001600348264005200364264001200416300006300428300001100491306001100502336003300513337002300546338003100569344001900600344001900619344001900638347002200657347001300679490005300692500002700745500003000772520025200802511002401054600004201078610006001120600004801180600004401228610007501272650003601347650003001383650006201413650005601475650007001531650005101601655004201652655003201694655002301726655002501749994001201774on1246313481OCoLC20230718213016.0sd fsngnnzmned230628t20212021utunnnn z n eng  a 2023616855 aDLCbengerdacDLCdOCLCFdUUC a9781629728926 a16297289261 a7830277289273 a9781629728926d52499 a(OCoLC)124631348104a232.088/28932231 aAburto, Reyna I.,d1963-eauthor.10aReaching for the Savior /cReyna I. Aburto. aUnabridged. 1a[Salt Lake City, Utah] :bDeseret Book,c[2021] 4c℗2021 a4 compact discs (241 mins, 39 sec) :bdigital ;c4 3/4 in. a040139 a040000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aDeseret book audio library. Unabridged audiobook aTitle from disc label. aRecordable compact discs. a"Drawing upon her unique life experiences, Sister Reyna Aburto, Second Counselor in the Relief Society of The Church of Jesus Christ of Latter-day Saints, invites readers to join with her in strengthening Christ's Church"--cProvided by publisher.0 aRead by the author.00aJesus ChristxMormon interpretations.20aChurch of Jesus Christ of Latter-day SaintsxDoctrines.06aJésus-ChristxInterprétations mormones.07aJesus Christ.2fast0(OCoLC)fst0004011627aChurch of Jesus Christ of Latter-day Saints.2fast0(OCoLC)fst00549691 0aChristian lifexMormon authors. 0aMormon ChurchxDoctrines. 7aChristian lifexMormon authors.2fast0(OCoLC)fst00859205 7aMormon ChurchxDoctrines.2fast0(OCoLC)fst01026232 7aMormon interpretations of Jesus Christ.2fast0(OCoLC)fst01353846 7aTheology, Doctrinal.2fast0(OCoLC)fst01149617 7aAudiobooks.2fast0(OCoLC)fst01726208 7aReligious materials.2lcgft 7aAudiobooks.2lcgft 7aLivres audio.2rvmgf a92bPUL02069cjm a2200553 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003000150028003300180033003300213035002200246041000800268042001400276082003200290100005100322240004300373245002200416264004800438264001200486300003800498306004300536336003700579337002300616338003100639344001900670344001900689344001200708347002200720347001300742382003400755500002700789511006600816518007800882500007300960505019001033650004201223655005101265655003901316655003201355655002001387700004201407938005401449994001201503on1246317040OCoLC20230718213016.0sd fsngnnmmned230711p20212019ne snnn efi n zxx d a 2023627512 aTDFbengerdacDLC30a502842195509402a95509bBrilliant Classics00aBRI95509bBrilliant Classics20a20190615a20190616b4094cV2 a(OCoLC)12463170400 geng alccopycat04a780qOCoLC222/eng/202302161 aWeiss, Silvius Leopold,d1687-1750,ecomposer.10aSonatas,mlute.kSelections;oarranged10aSonatas /cWeiss. 1a[Leeuwarden] :bBrilliant Classics,c[2021] 4c℗2021 a1 audio disc (76:13) ;c4 3/4 in. a001600a001300a001500a001600a001800 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio01alute-harpsichordn1s12lcmpt aTitle from disc label.0 aWolfgang Rübsam, lute-harpsichord (2015, U.S., Keith Hill). oRecordedd2019 June 15-16pImmanuel Lutheran Church, Valparaiso, Indiana. aProgram and biographical notes (7 pages : color portrait) on insert.0 aSonata WeissSW.61 in D minor (16:00) -- Sonata WeissSW.97 in F (13:00) -- Sonata WeissSW.93 in D minor (15:00) -- Sonata WeissSW.95 in G minor (16:00) -- Sonata WeissSW.96 in G (18:00). 0aSonatas (Lute-harpsichord), Arranged. 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aSonatas.2fast0(OCoLC)fst01920363 7aArrangements (Music)2lcgft 7aSonatas.2lcgft1 aRübsam, Wolfgang,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF507108 a92bPUL04516cjm a2200889 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005700109024001800166028002900184033003900213033003300252033002900285035002200314041001300336042001400349050002500363100003000388240002300418245002800441264005300469264002100522300005900543306003500602336009100637337007500728338008500803340007200888340001400960344006600974344006801040347007001108347001301178382004401191382006201235382003701297382005801334500002701392546013701419511002401556518013201580518006201712518008301774500011401857505039401971588010102365650002802466650003802494650002302532650002202555650002702577650003602604650004902640650005402689650004802743650006402791655003802855655004102893655002202934655001902956700004302975700004003018700003303058700006203091700005003153700005903203700005503262700006403317710005503381710005903436710006503495938005403560994001203614on1246317341OCoLC20230718213016.0sd fsngnnmmned230713t20212014enksunn eh n eng d a 2023627530 aTDFbengerdacDLCdUIUdOCLCFdCUSdRBMDSdUMCdTDF30a502336302602402aNMC D260bNMC Recordings0031st, 3rd worksa20180914b6944cO90032nd worka20140510b5754cB50034th worka20150808b5754 a(OCoLC)12463173410 denggeng alccopycat 4aM3.1.D3872bS45 20211 aDavies, Tansy,ecomposer.10aWorks.kSelections10aNature /cTansy Davies. 1aBethnal Green, London :bNMC Recordings,c[2021] 4c©2021,c℗2018 a1 audio disc (68:26) :bdigital, CD audio ;c4 3/4 in. a001358a001956a002541a000837 aperformed musicbprm2rdacontent0http://rdaregistry.info/termList/RDAContentType/1011 aaudiobs2rdamedia0http://rdaregistry.info/termList/RDAMediaType/1001 aaudio discbsd2rdacarrier0http://rdaregistry.info/termList/RDACarrierType/1004 aplastic.2rdamat0http://rdaregistry.info/termList/RDAMaterial/1029 b4 3/4 in. adigital2rdatr0http://rdaregistry.info/termList/typeRec/1002 boptical2rdarm0http://rdaregistry.info/termList/recMedium/1003 aaudio file2rdaft0http://rdaregistry.info/termList/fileType/1001 bCD audio0131st workastring orchestrae1t12lcmpt0132nd workbpianon1ainstrumental ensemblee1r1t12lcmpt0133rd workaorchestrae1t12lcmpt0134th workaorchestrae1vmusicians also singt12lcmpt aTitle from disc label. aVocal portions of the 4th work sung in English by orchestra members. Text from old English songs (Sumer is icumen in, Tallis canon).0 aVarious performers. 31st, 3rd worksorecorded during the Ultima Oslo Contemporary FestivalpMarmorsalen, Sentralen, Oslo, Norwayd2018 September 14. 32nd workorecordedpCBSO Centre, Birminghamd2014 May 10. 34th workorecorded during BBC PromspRoyal Albert Hall, Londond2015 August 8. aProgram notes and biographical notes on the composer in English (14 pages : portrait), inserted in container.0 aDune of footprints (Norwegian Radio Orchestra ; Karen Kamensek, conductor) (13:58) -- Nature (Huw Watkins, piano ; Birmingham Contemporary Music Group ; Oliver Knussen, conductor) (19:56) -- What did we see? : suite from Between worlds (Norwegian Radio Orchestra ; Kamensek, conductor) (25:41) -- Re-greening (National Youth Orchestra of Great Britain, performed without conductor) (8:37). aSome URIs added to this record for the PCC URI MARC pilot. Please do not remove these subfields. 0aString orchestra music. 0aPiano with instrumental ensemble. 0aSuites (Orchestra) 0aOrchestral music. 6aOrchestre, Musique d'. 6aPiano et ensemble instrumental. 7aSuites (Orchestra)2fast0(OCoLC)fst01137923 7aString orchestra music.2fast0(OCoLC)fst01135302 7aOrchestral music.2fast0(OCoLC)fst01047289 7aPiano with instrumental ensemble.2fast0(OCoLC)fst01063496 7aSuites.2fast0(OCoLC)fst01726502 7aArt music.2fast0(OCoLC)fst01920007 7aArt music.2lcgft 7aSuites.2lcgft1 aWatkins, Huw,d1976-einstrumentalist.1 aKamensek, Karen,d1970-econductor.1 aKnussen, Oliver,econductor.12iContainer of (work):aDavies, Tansy.tDune of footprints.12iContainer of (work):aDavies, Tansy.tNature.12iContainer of (work):aDavies, Tansy.tWhat did we see?12iContainer of (work):aDavies, Tansy.tRe-greening.1 33rd workiBased on (work):aDavies, Tansy.tBetween worlds.2 aNorsk rikskringkasting orkester,einstrumentalist.2 aBirmingham Contemporary Music Group,einstrumentalist.2 aNational Youth Orchestra of Great Britain,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF507140 a92bPUL02418cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002500149028002600174033002400200035002200224041001800246042001400264100003900278240003300317245005100350264004000401264002000441300003800461306001100499336003700510337002300547338003100570344001900601344001900620344001200639347002200651347001300673382004200686500002700728511006300755518007900818500014500897505042101042650003601463650006201499655004501561655003901606655002001645655002601665700004701691700004801738938005401786994001201840on1246317922OCoLC20230718213016.0sd fsngnnmmned230713p20212020sz snnn efi n zxx d a 2023627526 aTDFbengerdacDLC10a63083552381002aPROSP 0010bProspero02a63083552381bProspero00a202010--b6044cS52 a(OCoLC)12463179220 ggergenggfre alccopycat1 aDreyer, Domenico Maria,ecomposer.10aSonatas,mrecorder, continuo10aSonatas for recorder /cDomenico Maria Dreyer. 1a[Zollikerberg] :bProspero,c[2021] 4c℗2020c©2021 a1 audio disc (66:49) ;c4 3/4 in. a010649 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio01arecordern1aharpsichordn1s22lcmpt aTitle from disc label.0 aIsaac Makhdoomi, recorder ; Sebastian Bausch, harpsichord. oRecordedd2020 OctoberpSt. German Church, Seewen, Solothurn, Switzerland. aProgram notes in German, English and French and biographical notes on the composer and performers (36 pages : portraits) bound in container.0 aSonata prima in G minor for alto recorder & B.C. -- Sonata seconda in C major for soprano recorder & B.C. -- Sonata terza in G major for alto recorder & B.C. -- Sonata quarta in D minor for soprano recorder & B.C. -- Sonata quinta in G minor for soprano recorder & B.C. -- Sonata sesta in A minor for soprano recorder & B.C. -- Sonata in C major for alto recorder & B.C. -- Sonata in A minor for alto recorder & B.C. 0aSonatas (Recorder and continuo) 7aSonatas (Recorder and continuo)2fast0(OCoLC)fst01125946 7aChamber music.2fast0(OCoLC)fst01726551 7aSonatas.2fast0(OCoLC)fst01920363 7aSonatas.2lcgft 7aChamber music.2lcgft1 aMakhdoomi, Isaac,d1984-einstrumentalist.1 aBausch, Sebastian,d1988-einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF507149 a92bPUL03174cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040004400094066000700138020001800145020001500163035002200178042001400200043001200214050002300226100003600249245011300285250002200398264007600420300002900496336002600525337002800551338002700579490012000606504005900726650003000785650005200815651002900867650005500896700004100951700003300992830012101025880003201146880009101178880002301269880006401292880008801356880007801444880078901522880003902311880003202350880008902382938006402471938008502535994001202620on1248772591OCoLC20230718213016.0220516s2021 cc b 000 0 chi d a 2023392287 aBCBTCbengerdacDLCdCNPITdEYMdBCBTC c$1 a9787553798035 a7553798037 a(OCoLC)1248772591 alccopycat aa-cc---00aHN49.C6bW364 20211 6880-01aWang, Jingxin,eauthor.106880-02aZhongguo chuan tong cun luo yu xiang cun shan zhi zhi lu /cWang Jingxin, Guo Haixia, Li Linlin zhu. 6880-03aDi 1 ban. 16880-04aNanjing :bJiangsu feng huang ke xue ji shu chu ban she,c2021. a2, 5, 203 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aZhonghua nong ye wen ming yan jiu yuan wen ku : Zhongguo chuan tong cun luo yu xiang cun zhen xing cong shu aIncludes bibliographical references (pages [199]-203). 0aRural developmentzChina. 0aRural developmentzChinaxSociological aspects. 0aChinaxRural conditions. 7aNong cunxQun zhong zi zhixYan jiuyZhongguo2cct1 6880-06aGuo, Haixia,d1980-eauthor.1 6880-07aLi, Linlin,eauthor. 06880-08aZhonghua nong ye wen ming yan jiu yuan wen ku : Zhongguo chuan tong cun luo yu xiang cun zhen xing cong shu.1 6100-01a王景新,eauthor.106245-02a中国传统村落与乡村善治之路 /c王景新, 郭海霞, 李林林著. 6250-03a第 1 版. 16264-04a南京 :b江苏凤凰科学技术出版社,c2021.1 6490-05a中华农业文明研究院文库 : 中国传统村落与乡村振兴丛书 6500-00a国家出版基金项目 江苏省金陵科技著作出版基金. 6520-00a本书以党的十九大"实施乡村振兴战略"以及"健全自治,法治,德治相结合的乡村治理体系"思路为指导,厘清并界定治理,乡村治理,善治,中国特色乡村善治等基本概念,梳理古代中国善治思想及传统村落治理机制,总结近现代中国乡村复兴的历史进程及治理格局演变的历史经验,调查研究新时代中国乡村振兴的趋势,特征及乡村治理体系结构.在此基础上,讨论以下乡村治理专题:村域集体所有制实现形式与社区基本公共服务体制机制;传统村落土地房屋产权治理与农村土地制度改革;传统村落互助合作与新时代农民合作组织发展与治理;新时代村级组织建设,乡村利益关系重构与自治,德治与法治融合.1 6700-06a郭海霞,d1980-eauthor.1 6700-07a李林林,eauthor. 06830-08a中华农业文明研究院文库 : 中国传统村落与乡村振兴丛书. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20210415161 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000001598485 a92bPUL08053cjm a2201345 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002000149033002300169035002200192041006800214042001400282047001100296082003400307245004100341264004000382264001200422300006000434306001100494336003700505337002300542338003100565340001400596344001900610344001900629344001200648344001900660347002200679347001300701382003400714546003100748500002700779511055300806518005701359500010401416500018701520505129201707650002202999650003403021650002503055650003103080650003103111650002403142650003603166650002503202650003403227650003403261650004803295650005103343650006003394650004303454648002003497655001903517655004103536655004003577655005303617655003803670655004103708655004403749655002203793655002503815655001903840655002203859655002103881655003403902655002803936655002903964655002203993655002104015655004104036700003404077700003604111700003404147700003704181700003504218700004204253700003604295700005904331700003204390700004304422700003804465700003304503700003304536700010504569700009404674700011204768700008804880700011704968700009105085700009605176700010605272700008905378700010705467700010105574700008705675700011005762700011205872700010705984700010106091700010906192710004506301710005106346710005706397710005706454710004906511710005206560710004006612710004306652994001206695on1250095245OCoLC20230718213016.0sd fsngnnmmned230510r20201993enkmunn di n ita d a 2023622380 aLRUbengerdacDLC1 a02894851275102a485 1275bDecca20a199110--a20170314 a(OCoLC)12500952450 ditadlateengegereitaefreelatnitanlatgengggergfremeng alccopycat aopaor04a782.1qOCoLC223/eng/2023021600aQueen of baroque /cCecilia Bartoli. 1a[London, England] :bDecca,c[2020] 4c℗2020 a1 audio disc (78 min., 40 sec.) :bdigital ;c4 3/4 in. a011840 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio file2rdaft bCD audio11amezzo-soprano voicen12lcmpt aSung in Italian and Latin. aTitle from disc label.0 aCecila Bartoli, mezzo-soprano ; with, variously: June Anderson, soprano ; Philippe Jaroussky, countertenor ; Franco Fagioli, countertenor ; Daniel Behle, Julian Prégardian, tenor ; Sol Gabetta, cello ; Coro della Radiotelevisione Svizzera ; I Barocchisti ; Il Giardino armonico ; Academy of Ancient Music ; Sinfonietta de Montréal ; Sonatori de la Gioiosa Marca ; Les Musiciens du Louvre ; Cappella Gabetta ; Diego Fasolis, Giovanni Antonini, Christopher Hogwood, Charles Dutoit, Marc Minkowski, conductor ; Andrés Gabetta, conductor, violin. oRecorded (in part live)d1991 October-2017 March 14. aPrincipally previously released recordings (℗1993-℗2017); tracks 1-2 are previously unreleased. aProgram notes by Markus Wyler in English with French and German translations and lyrics with English, German, and French translations (51 pages : color portraits) bound in container.00tI trionfi del fato.tE l'honor stella tiranna /rSteffanig(2:01) --tAlessandro nell'Indie.tQuanto invidio la sorte... Chi vive amante /rVincig(4:00) --tRinaldo.tLascia ch'io pianga mia cruda sorte /rHandelg(4:50) --tArtaserse.tSon qual nave ch'agitata /rBroschig(7:28) --tStabat Mater.tStabat Mater dolorosa /rPergolesig(3:53) --tGriselda.tAgitata da due venti /rVivaldig(5:22) --tNiobe, regina di Tebe.tSerena, O mio bel sole... Mia fiamma... Mio ardore /rSteffanig(2:18) --tIl Sedecia, re di Gerusalemme.tCaldo sangue /rScarlattig(5:29) --tSerse.tOmba mai fu /rHandelg(3:24) --tIl nascimento dell'Aurora.tAure, andate e baciate /rAlbinonig(3:21) --tAdriano in Siria.tDeh, tu bel Dio d'amore... Ov'è il mio bene? /rGraung(3:41) --tStabat Mater.tEja Mater, fons amoris... Fac, ut ardeat.... Sancta Mater... Tui nati, vulnerati /rSteffanig(4:19) --tIl trionfo dell'Innocenza.tVanne pentita a piangere /rCaldarag(8:49) --tOratorio per la Resurrezione di Nostro Signor Gesù Cristo.tDisserratevi, o porte d'Averno /rHandelg(4:44) --tGermanico in Germania.tParto ti lascio, o cara /rPorporag(10:45) --tI triondi del fato.tCombatton quest'alma /rSteffanig(2:06) --tRinaldo.tBel piacere è godere fido amor! /rHandelg(2:05). 0aOperasvExcerpts. 0aStabat Mater dolorosa (Music) 0aOratoriosvExcerpts. 0aVocal musicy17th century. 0aVocal musicy18th century. 6aOpérasvExtraits. 6aStabat Mater dolorosa (Musique) 6aOratoriosvExtraits. 6aMusique vocaley17e siècle. 6aMusique vocaley18e siècle. 7aOperasxExcerpts.2fast0(OCoLC)fst01046203 7aOratoriosxExcerpts.2fast0(OCoLC)fst01047202 7aStabat Mater dolorosa (Music)2fast0(OCoLC)fst01131201 7aVocal music.2fast0(OCoLC)fst01168379 7a1600-17992fast 7aexcerpts.2aat 7aArt music.2fast0(OCoLC)fst01920007 7aExcerpts.2fast0(OCoLC)fst01692837 7aLive sound recordings.2fast0(OCoLC)fst01726308 7aOperas.2fast0(OCoLC)fst01726688 7aOratorios.2fast0(OCoLC)fst01726689 7aSacred music.2fast0(OCoLC)fst01920332 7aArt music.2lcgft 7aSacred music.2lcgft 7aOperas.2lcgft 7aOratorios.2lcgft 7aExcerpts.2lcgft 7aLive sound recordings.2lcgft 7aMusique savante.2rvmgf 7aMusique sacrée.2rvmgf 7aOratorios.2rvmgf 7aExtraits.2rvmgf 7aEnregistrements sonores live.2rvmgf1 aBartoli, Cecilia,eperformer.1 aAnderson, June,d1952-esinger.1 aJaroussky, Philippe,esinger.1 aFagioli, Franco,d1981-esinger.1 aBehle, Daniel,d1974-esinger.1 aPrégardien, Julian,d1984-esinger.1 aGabetta, Sol,einstrumentalist.1 aGabetta, Andrés,d1976-econductor, instrumentalist.1 aFasolis, Diego,econductor.1 aAntonini, Giovanni,d1965-econductor.1 aHogwood, Christopher,econductor.1 aDutoit, Charles,econductor.1 aMinkowski, Marc,econductor.12iContainer of (work) :aSteffani, Agostino,d1654-1728.tTrionfi del fato.pE l'honor stella tiranna.12iContainer of (work) :aVinci, Leonardo,d-1730.tAlessandro nell'Indie.pChi vive amante.12iContainer of (work) :aHandel, George Frideric,d1685-1759.tRinaldo.pLascia ch'io pianga mia cruda sorte.12iContainer of (work) :aBroschi, Riccardo,dapproximately 1698-1756.tSon qual nave.12iContainer of (work) :aPergolesi, Giovanni Battista,d1710-1736.tStabat Mater,nP. 77,rF minor.pStabat Mater.12iContainer of (work) :aVivaldi, Antonio,d1678-1741.tGriselda.pAgitata da due venti.12iContainer of (work) :aSteffani, Agostino,d1654-1728.tNiobe, regina di Tebe.pMio ardore.12iContainer of (work) :aScarlatti, Alessandro,d1660-1725.tSedecia, re di Gerusalemme.pCaldo sangue.12iContainer of (work) :aHandel, George Frideric,d1685-1759.tSerse.pOmbra mai fù.12iContainer of (work) :aAlbinoni, Tomaso,d1671-1750.tNascimento dell'Aurora.pAure, andate e baciate.12iContainer of (work) :aGraun, Karl Heinrich,d1704-1759.tAdriano in Siria.pOv'è il mio bene?12iContainer of (work) :aSteffani, Agostino,d1654-1728.tStabat Mater.kSelections.12iContainer of (work) :aCaldara, Antonio,d1670-1736.tTrionfo della innocenza.pVanne pentita a piangere.12iContainer of (work) :aHandel, George Frideric,d1685-1759.tResurrezione.pDisseratevi, oh porte d'averno!12iContainer of (work) :aPorpora, Nicola,d1686-1768.tGermanico in Germania.pParto, ti lascio, o cara.12iContainer of (work) :aSteffani, Agostino,d1654-1728.tTrionfi del fato.pCombatton quest'alma.12iContainer of (work) :aHandel, George Frideric,d1685-1759.tRinaldo.pBel piacere è godere fido amor.2 aRadio svizzera italiana.bCoro,esinger.2 aBarocchisti (Musical group),einstrumentalist.2 aGiardino armonico (Musical group),einstrumentalist.2 aAcademy of Ancient Music (1973- ),einstrumentalist.2 aSinfonietta de Montréal,einstrumentalist.2 aSonatori de la Gioiosa Marca,einstrumentalist.2 aCappella Gabetta,einstrumentalist.2 aMusiciens du Louvre,einstrumentalist. a92bPUL04559cjm a2201021 i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040002300124024001800147028002900165035002200194042001400216100002700230240002300257245004200280264005300322264002100375300003000396336003700426337002300463338003100486344001900517344001900536344001200555347002200567347001300589382005200602382003400654382004100688382003900729500002700768511002400795518006900819518008000888518008100968518007801049500004801127500011301175505051501288600005601803600006401859650003801923650003301961650001701994650003502011650002802046650003802074650002602112650004902138650002902187650005402216650005902270650004302329650006102372655004502433655004802478655004102526655004302567655003702610655002402647655002902671655002602700655002202726655001802748655003302766655002902799655003102828655003202859700003702891700004502928700003702973700002903010700005003039700003003089700005203119700005503171700006403226700005003290710003903340710004803379710004403427938005403471994001203525on1250487963OCoLC20230718213016.0sd fsngnnmmnedsd fsngnnmmnee230713p20211988enksgnn dei n zxx d a 2023627531 aTDFbengerdacDLC30a502336302652902aNMC D265bNMC Recordings a(OCoLC)1250487963 alccopycat1 aVir, Param,ecomposer.10aWorks.kSelections10aWheeling past the stars /cParam Vir. 1aBethnal Green, London :bNMC Recordings,c[2021] 4c©2021,c℗2020 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio01bsarodn1ainstrumental ensemblee1r1t12lcmpt01astring orchestrae1t12lcmpt01asoprano voicen1acellon1s22lcmpt01ainstrumental ensemblee1t12lcmpt aTitle from disc label.0 aVarious performers. 3Raga fieldsorecordedd2015 May 23pKonzerthaus Vienna, Austria. 3Before Krishnaorecordedd1988 December 14pMaida Vale BBC Studios, London. 3Wheeling past the starsorecordedd2020 October 10pHenry Wood Hall, London. 3Hayagrivaorecordedd2005 December 13pMuziekgebouw aan 't IJ, Amsterdam. aThird work on poems by Rabindranath Tagore. aProgram notes, notes on the composer, and text of the 3rd work (15 pages : portraits) inserted in container.0 aRaga fields : three spaces for sarod soloist and large ensemble of 17 players (2014) (Soumik Datta, sarod ; Klangforum Wien ; Enno Poppe, conductor) (26:48) -- Before Krishna : overture for strings (1987) (London Chamber Orchestra ; Odaline de la Martinez, conductor) (8:39) -- Wheeling past the stars : for soprano and cello (2007) (Patricia Auchterlonie, soprano ; Ulrich Heinen, cello) (20:14) -- Hayagriva : for a mixed ensemble of 15 players (2005) (Schönberg Ensemble ; Micha Hamel, conductor) (13:26).10aTagore, Rabindranath,d1861-1941vMusical settings.17aTagore, Rabindranath,d1861-1941.2fast0(OCoLC)fst00052355 0aSarod with instrumental ensemble. 0aOvertures (String orchestra) 0aSong cycles. 0aSongs (High voice) with cello. 0aInstrumental ensembles. 6aOuvertures (Orchestre à cordes) 6aCycles de mélodies. 6aChansons (Voix aiguë) acc. de violoncelle. 6aEnsembles instrumentaux. 7aInstrumental ensembles.2fast0(OCoLC)fst00974411 7aOvertures (String orchestra)2fast0(OCoLC)fst01049439 7aSong cycles.2fast0(OCoLC)fst01126056 7aSongs (High voice) with cello.2fast0(OCoLC)fst01861443 7aChamber music.2fast0(OCoLC)fst01726551 7aMusical settings.2fast0(OCoLC)fst01423813 7aOvertures.2fast0(OCoLC)fst01726472 7aSong cycles.2fast0(OCoLC)fst01726743 7aSongs.2fast0(OCoLC)fst01726744 7aSong cycles.2lcgft 7aMusical settings.2lcgft 7aChamber music.2lcgft 7aOvertures.2lcgft 7aSongs.2lcgft 7aCycles de mélodies.2rvmgf 7aMises en musique.2rvmgf 7aMusique de chambre.2rvmgf 7aOuvertures (Musique)2rvmgf1 aDatta, Soumik,einstrumentalist.1 aHeinen, Ulrich,d1946-einstrumentalist.1 aAuchterlonie, Patricia,esinger.1 aPoppe, Enno,econductor.1 aMartínez, Odaline de la,d1949-econductor.1 aHamel, Micha,econductor.12iContainer of (work):aVir, Param.tRaga fields.12iContainer of (work):aVir, Param.tBefore Krishna.12iContainer of (work):aVir, Param.tWheeling past the stars.12iContainer of (work):aVir, Param.tHayagriva.2 aKlangforum Wien,einstrumentalist.2 aLondon Chamber Orchestra,einstrumentalist.2 aSchönberg-Ensemble,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF508259 a92bPUL03155cjm a2200697 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001800149028002900167028002600196033004300222035002200265041000800287042001400295100004500309240003400354245005600388264006900444264001200513300003800525306001100563336003700574337002300611338003100634344001900665344001900684347001300703347002200716382002300738500002700761511002600788518010400814500010300918505065901021650002701680650003401707650003401741650002801775650004201803650006001845650005301905650006001958655001902018655005102037655004002088655002102128655002102149655003402170655003202204655002102236655003402257700004302291700003802334740001902372938005402391994001202445on1250487964OCoLC20230718213016.0sd fsngnnmmned230713p20212020xx munn fi n zxx d a 2023627527 aTDFbengerdacDLCdUMCdOCLCFdTDF30a502936510218602aPCL10218bPiano Classics02a10218bPiano Classics10a20200104a20200125a20200801b6014cG5 a(OCoLC)12504879640 geng alccopycat1 aGershwin, George,d1898-1937,ecomposer.10aWorks.kSelections;oarranged10aGershwin arrangements ;bMore Gershwin /cFinnissy. 1a[Place of publication not identified] :bPiano Classics,c[2021] 4c℗2020 a1 audio disc (80:01) ;c4 3/4 in. a012001 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier boptical2rdarm adigital2rdatr bCD audio aaudio file2rdaft01apianon1s12lcmpt aTitle from disc label.0 aLukas Huisman, piano. oRecordedd2020 January 4, 25oandd2020 August 1pMiry Concertzaal, School of Arts, Ghent, Belgium. aProgram notes and biographical notes on the performer (19 pages : portrait) inserted in container.0 aHow long has this been going on? (4:02) -- Things are looking up (3:08) -- A foggy day in London town (3:11) -- Love is here to stay (4:45) -- They can't take that away from me (3:16) -- Shall we dance? (3:19) -- But not for me (3:49) -- Fidgety feet (2:01) -- Embraceable you (5:43) -- Waiting for the sun to come out (4:02) -- Innocent ingénue baby (4:39) -- Blah, blah, blah (2:01) -- Boy wanted (4:18) -- Limehouse nights (3:26) -- Wait a bit, Susie (2:51) -- I'd rather Charleston (3:23) -- Isn't it wonderful! (2:16) -- Nobody but you (1:49) -- Swanee (4:41) -- Dixie Rose (1:03) -- Someone believes in you (3:26) -- Nashville nightingale (8:41). 0aPiano music, Arranged. 0aMusicalsvExcerpts, Arranged. 0aSongsvInstrumental settings. 6aPiano, Musique de, arr. 6aChansonsvArrangements instrumentaux. 7aMusicalsxExcerpts, Arranged.2fast0(OCoLC)fst01426046 7aPiano music, Arranged.2fast0(OCoLC)fst01063453 7aSongsxInstrumental settings.2fast0(OCoLC)fst01126127 7aexcerpts.2aat 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aExcerpts.2fast0(OCoLC)fst01692837 7aMusicals.2lcgft 7aExcerpts.2lcgft 7aInstrumental settings.2lcgft 7aArrangements (Music)2lcgft 7aExtraits.2rvmgf 7aArrangements (Musique)2rvmgf1 aFinnissy, Michael,earranger of music.1 aHuisman, Lukas,einstrumentalist.02aMore Gershwin. aTheodore Front Musical LiteraturebTFRTnTF508270 a92bPUL03586cjm a2200757 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001800154028003900172028004400211033006000255033003900315035002200354041001300376042001400389050002300403100002700426240002900453245003000482264004000512264001200552300007000564306005900634336003700693337002300730338003100753344002600784347002200810347001300832382002300845382004300868490002400911500002600935511017300961518008201134518004901216500013901265505057501404650001701979650002901996650002002025650002302045650002502068650001902093650004602112650004302158655004602201655004102247655002202288655002702310655002802337655003202365700004702397700003902444700006702483700005902550700006302609700004402672700004602716938005402762994001202816on1250488711OCoLC20230718213016.0sd fsngnnmmned230713p20121993gw zznn i n zxx d a 2023627525 aTDFbengerdacDLCdRBNdOCLCFdUMCdTDF30a425031741626102a06026bPhil.harmonieq(disc label)02aPHIL. 06026bPhil.harmonieq(container)203(CD 1. Early piano works)a19930618a19930619b6299cC6 03(CD 2. Late piano works)b6299cL4 a(OCoLC)12504887110 ggergeng alccopycat 4aM22.C34bP542 20121 aCage, John,ecomposer.10aPiano music.kSelections10aPiano works /cJohn Cage. 1a[Germany] :bPhil.harmonie,c[2012] 4c℗2012 a2 audio discs (68 min., 53 sec. ;c4 3/4 in.c61 min., 43 sec.) ; a001029a000235a002034a000245a001026a004139a000937 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigitalboptical2rda aaudio file2rdaft bCD audio01apianon1s12lcmpt013(7th work: Two² )apianon2s22lcmpt0 aKlassik aus Berlin! aTitle from container.0 aSteffen Schleiermacher, solo piano (1st-5th, 8th works) ; Josef Christof, solo piano (6th work) ; Schleiermacher and Christof, two pianos, four hands (7th work: Two²). 3(CD 1. Early piano works)oRecordedd1993 June 18-19pCornet Studio, Cologne. 3(CD 2. Late piano works)oRecordedpLeipzig. aProgram notes in German (Early Piano Works) and English (Late Piano Works) (8 unnumbered pages ; illustrations) inserted in container.00gCD 1.tEarly piano works.tMusic for piano 4-19 (1953) for Harick Schneiderg(10:29) ;tMusic for piano 20 (1953) for Jimmy Curleyg(2:35) ;tMusic for piano 21-36, 37-52 (1955)g(20:34) ;tVariations I (1958) for any number of players and any sound producing meansg(2:45) ;tSolo for piano (1958) for Elaine de Kooningg(32:28) --gCD 2.tLate piano works.tOne (1987) for piano solo for Juan Allende-Blin on his 60th birthdayg(10:26) ;tTwo² (1989) for two pianos, four handsg(41:39) ;tOne (1987) for piano solo for Juan Allende-Blin on his 60th birthdayg(9:37). 0aPiano music. 0aPiano music (Pianos (2)) 0aAleatory music. 6aPiano, Musique de. 6aMusique aléatoire. 7aaleatory.2aat 7aAleatory music.2fast0(OCoLC)fst00804693 7aPiano music.2fast0(OCoLC)fst01063403 7aAleatory music.2fast0(OCoLC)fst01726522 7aArt music.2fast0(OCoLC)fst01920007 7aArt music.2lcgft 7aAleatory music.2lcgft 7aMusique savante.2rvmgf 7aMusique aléatoire.2rvmgf1 aSchleiermacher, Steffen,einstrumentalist.1 aChristof, Josef,einstrumentalist.12iContainer of (work):aCage, John.tMusic,mpiano.kSelections.12iContainer of (work):aCage, John.tVariations,nno. 1.12iContainer of (work):aCage, John.tConcert.pSolo,mpiano.12iContainer of (work):aCage, John.tOne.12iContainer of (work):aCage, John.tTwo². aTheodore Front Musical LiteraturebTFRTnTF508269 a92bPUL01868cjm a2200493 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003400149035002200183041001300205042001400218100006200232240002900294245003600323264004500359264001200404300003800416306004300454336003700497337002300534338003100557344001900588344001900607344001200626347002200638347001300660500004800673500002700721511002700748518013100775500011900906505012901025650001701154655002201171655003401193711008101227938005401308994001201362on1255905732OCoLC20230718213016.0sd fsngnnmmned230711p20202019it conn ei n zxx d a 2023627514 aTDFbengerdacDLC10a74511034988402aIDA 045bI Dischi di Angelica a(OCoLC)12559057320 genggita alccopycat1 aNitsch, Hermann,d1938-2022,ecomposer,einstrumentalist.10aOrgan music.kSelections10aOrgelkonzert /cHermann Nitsch. 1a[Italy] :bI Dischi di Angelica,c[2020] 4c℗2020 a1 audio disc (67:49) ;c4 3/4 in. a001628a001436a001332a002113a000157 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aNitsch performs his own massive organ work. aTitle from disc label.0 aHermann Nitsch, organ. oRecordedd2019 May 25pBasilica di Santa Maria dei Servi during AngelicA Festival Internazionale di Musica, twenty-nine years. aProgram and biographical notes in English and Italian (28 pages : color illustrations, color portraits) on insert.0 aOrgelkonzert I (16:28) -- Orgelkonzert II (14:36) -- Orgelkonzert III (13:32) -- Orgelkonzert IV (21:13) -- Applause (1:57). 0aOrgan music. 7aArt music.2lcgft 7aLive sound recordings.2lcgft2 aAngelicA Festival Internazionale di Musican(29th :d2019 :cBologna, Italy) aTheodore Front Musical LiteraturebTFRTnTF509145 a92bPUL02927cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040005400094020003100148020002800179035002200207042001400229043001200243050002600255100003000281245008300311250002200394264003400416264001100450300007600461336002600537337002800563338002700591546001500618504005900633520115800692600002201850600004801872650003101920650006301951650003502014650006902049650003802118650007002156651003802226655001502264655004302279655002402322655002402346938005102370994001202421on1256558600OCoLC20230718213016.0210324t20212021pl ach b 000 0bpol d a 2022380910 aEVIEWbengerdacDLCdGO6dOCLCFdCGPdOSUdEVIEW a9788366335370q(paperback) a8366335372q(paperback) a(OCoLC)1256558600 alccopycat ae-pl---00aPN2859.P66bH578 20211 aTurowska, Zofia,eauthor.10aGustaw :bopowieść o Holoubku /cscenariusz i reżyseria, Zofia Turowska. aWydanie pierwsze. 1aWarszawa :bMarginesy,c2021. 4c©2021 a412 pages :billustrations (some color), portraits, facsimiles ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn Polish. aIncludes bibliographical references (pages [394]-409). a"Na deskach teatru debiutował w 1947 roku, w swoim pierwszym filmie pojawił się 6 lat później. Rola Feliksa Dzierżyńskiego w filmie "Żołnierz zwycięstwa" otworzyła mu drzwi do kariery, chociaż to jego późniejsze kreacje filmowe najbardziej zapadły widzom w pamięci. "Gustaw. Opowieść o Holoubku" to nie tylko opowieść o jego życiu i dokonaniach artystycznych, lecz również o jego aktywności politycznej - w 1976 roku otrzymał mandat posła na sejm PRL. Zofia Turowska dotarła do rodzinnego archiwum aktora, do którego nikt inny nie miał wcześniej dostępu, a także przeprowadziła liczne rozmowy z członkami jego rodziny, którzy podzielili się z czytelnikiem swoimi wspomnieniami o aktorze. Gustaw był nie tylko znakomitym artystą, aktorem i reżyserem, ale przede wszystkim wspaniałym i optymistycznym człowiekiem, którego niezwykle ciepło wspominają rodzina oraz najbliżsi przyjaciele. Ta książka stanowi uhonorowanie jego życia oraz pracy, jaką wkładał w każdy realizowany przez siebie projekt artystyczny. Dla fanów - pozycja obowiązkowa"--Provided by publisher.10aHoloubek, Gustaw.17aHoloubek, Gustaw.2fast0(OCoLC)fst00283821 0aActorszPolandvBiography. 0aMotion picture producers and directorszPolandvBiography. 6aActeurszPolognevBiographies. 6aProducteurs et réalisateurs de cinémazPolognevBiographies. 7aActors.2fast0(OCoLC)fst00796296 7aMotion picture producers and directors.2fast0(OCoLC)fst01027225 7aPoland.2fast0(OCoLC)fst01206891 2aBiography. 7aBiographies.2fast0(OCoLC)fst01919896 7aBiographies.2lcgft 7aBiographies.2rvmgf aEast View Information ServicesbEASTn2410791B a92bPUL03483cam a2200661 i 4500001001300000003000600013005001700019008004100036010001700077040006100094016001800155020003100173020002800204035002200232042001400254043001200268050002300280082001400303100003400317245008000351246003900431264003100470300006400501336002600565337002800591338002700619504005200646505046000698520096601158546001502124650002802139650001402167650002202181650001402203650001402217650003002231650002102261650002902282650002602311650002502337650001702362650001902379650001902398650003802417650004002455650003702495650005402532655001102586655001502597655001702612655004302629655001902672655002402691655001902715655002402734938005102758994001202809on1256558899OCoLC20230718213016.0210416s2021 pl ac b 000 edpol d a 2022380746 aEVIEWbengerdacDLCdLM1dOCLCFdCGPdCUYdUKMGBdEVIEW7 a0204996582Uk a9788366275232q(paperback) a836627523Xq(paperback) a(OCoLC)1256558899 alccopycat ae-pl---00aBJ1610b.P554 202104a305.42231 aPlebanek, Grażyna,eauthor.10aRozbójniczki :bopowieść o ważnych kobietach /cGrażyna Plebanek.30aOpowieść o ważnych kobietach 1aWarszawa :bOsnoVa,c2021. a263 pages :billustrations (some color), portraits ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 263).0 aBaśń : wchodzi królowa! -- Imię : Kropka nad "ż" -- Droga : potrzeba mi drogi -- Miejsce : bez dystansu -- Obość : panna nie -- Zwierzę : autobiografia kobiecego ciała -- Zwierzę, wiwisekcja : biografia dominowanego ciała -- Futro : wynurzenie -- Wiedza : ewo ... feminizm! -- Duchowość : dzikie beginki -- Siła : filozofia siły -- Bohaterka : w podrózy -- Świadomość : na początku była krew -- Głos : stawanie się. a"Rozbójniczki. Opowieść o ważnych kobietach" to z pozoru tylko literatura lekka. Autorka ukazuje 14 kobiet, które żyły na przekór swojej epoce. Zwraca uwagę na ich siłę, upór i zdecydowanie. To postaci, które mogą stać się inspiracją dla każdej z nas! Tytułowe rozbójniczki to bohaterki zarówno współczesne, jak i dawne. Nie poddawały się sztywnym ramom swoich czasów. Zachowały własną tożsamość, mimo wyznaczonych im ról społecznych. Autorka zamieściła w książce historie kobiet o różnych osobowościach i postawach życiowych, tworząc ciekawy zbiór indywiduów. Pokazała jednocześnie, że kobiecość nie jest słabością, a każdy jej przejaw może stać się siłą i impulsem do działania. W zbiorze felietonów znalazły się życiorysy mało znanych kobiecych postaci, dzięki czemu zainteresuje ON nie tylko zwolenników feminizmu, ale i badaczy historii. aIn Polish. 0aWomenxConduct of life. 0aSex role. 0aWomenvBiography. 0aFeminism. 2aFeminism.04aEssays (Literary history)04aWomen. Feminism. 6aFemmesxMorale pratique. 6aRôle selon le sexe. 6aFemmesvBiographies. 6aFéminisme. 7asex role.2aat 7afeminism.2aat 7aEssays.2fast0(OCoLC)fst00915437 7aFeminism.2fast0(OCoLC)fst00922671 7aWomen.2fast0(OCoLC)fst01176568 7aWomenxConduct of life.2fast0(OCoLC)fst01176610 2aEssay. 2aBiography. 7aessays.2aat 7aBiographies.2fast0(OCoLC)fst01919896 7aEssays.2lcgft 7aBiographies.2lcgft 7aEssais.2rvmgf 7aBiographies.2rvmgf aEast View Information ServicesbEASTn2410797B a92bPUL01536cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003300094020003100127020001500158035002200173042000800195043001200203050002400215100004100239245015800280264008300438300004000521336002600561337002800587338002700615600002100642600002500663600002200688600003900710600004300749600004000792651003500832651004300867650002400910651003800934650004900972650004201021655003901063994001201102on1256637574OCoLC20230718213016.0210324s2021 pl a b 000 0dpol  a 2022380893 aDLCbengerdacDLCdHULdSTF a9788395544972q(hardcover) a8395544979 a(OCoLC)1256637574 apcc ae-pl---00aPN5355.P6bM56 20211 aMilewski, Jan Jerzy,d1950-eauthor.10aHistoria bliska i najbliższa :bwybór publicystyki : pamięci Anatola Wakaluka, Zbigniewa Krzywickiego i Andrzeja Gajewskiego /cJan Jerzy Milewski. 1aBiałystok :bPolskie Towarzystwo Historyczne, Oddział w Białymstoku,c2021. a222 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aWakaluk, Anatol.10aKrzywicki, Zbigniew.10aAndrzej Gajewski.17aWakaluk, Anatol,d1953-2004.2fast17aKrzywicki, Zbigniew,d1948-2015.2fast17aAndrzej Gajewski,d1944-2016.2fast 0aPolandxHistoryy20th century. 0aPolandxPolitics and governmenty1945- 0aJournalismzPoland. 7aPoland.2fast0(OCoLC)fst01206891 7aCollective memory.2fast0(OCoLC)fst01739814 7aJournalism.2fast0(OCoLC)fst00984032 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL01447cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153035002200168042000800190043001200198050002400210100002900234245010700263246002400370250001500394264004900409300005300458336002600511337002800537338002700565504005700592610003000649600006300679651004400742650003100786650003400817651004600851650004600897655004300943655003900986994001201025on1256641105OCoLC20230718213016.0210310s2020 pl a b 000 0dpol  a 2022380768 aDLCbengcDLCdHULdSTF a9788362509256q(paperback) a8362509252 a(OCoLC)1256641105 apcc ae-pl---00aDK4800.K5bO75 20201 aOsiecki, Jerzy,eauthor.10aRzeczpospolita Kielecka czyli Strzelcy w Kielcach :bmiejska ścieżka historyczna /cJerzy Osiecki.30aStrzelcy w Kielcach aWydanie I. 1aKielce :bWydawnictwo "Światowid",c[2020] a119 pages :billustrations (some color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 118-119).10aPoland.bLegiony Polskie.17aPiłsudski, Józef,d1867-1935.2fast0(OCoLC)fst00003273 0aKielce (Poland)xHistoryy20th century. 0aMonumentszPolandzKielce. 0aWorld War, 1914-1918zPoland. 7aPolandzKielce.2fast0(OCoLC)fst01215046 7aHistoric sites.2fast0(OCoLC)fst00957846 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL01896cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169037001400191042001500205043001200220050002200232100004200254245023300296250003700529264005300566300002300619336002600642337002800668338002700696504004100723520007300764650003000837650005600867650007300923650004700996651003901043880003301082880024101115880003901356880005501395994001201450on1256641288OCoLC20230718213016.0210325s2019 ti b 000 0 ara  a 2021324629 aDLCbengerdacDLCdHVLdOCLCF c(3 a9789938404920 a9938404928 a(OCoLC)1256641288 c17.50 USD alcodeapcc af-ti---00aKTV921b.A36 20191 6880-01aAḥmar, ʻIṣām,eauthor.106880-02aMajallat al-sharikāt al-tijārīyah :bmuḥayyanah ṭibq al-Qānūn ʻadad 47 li-sanat 2019 wa-muthrāh bi-fiqh al-qaḍāʼ /cʻIṣām al-Aḥmar, qāḍi, mudarris bi-al-Maʻhad al-Aʻlá lil-Qaḍāʼ. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aTūnis :bʻIṣām al-Aḥmar,c2019. a200 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aCorporation law; Business enterprises; Law and legislation; Tunisia. 0aCorporation lawzTunisia. 0aBusiness enterprisesxLaw and legislationzTunisia. 7aBusiness enterprisesxLaw and legislation.2fast0(OCoLC)fst00842588 7aCorporation law.2fast0(OCoLC)fst00879728 7aTunisia.2fast0(OCoLC)fst012054771 6100-01aأحمر، عصام.106245-02aمجلة الشركات التجارية :bمحينة طبق القانون عدد ٤٧ لسنة ٢٠١٩ ومثراه بفقه القضاء /cعصام الأحمر، قاض، مدرس بالمعهد الأعلى للقضاء. 6250-03aالطبعة الأولى. 16264-04aتونس :bعصام الأحمر،c2019. a92bPUL02472cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020002800148035002200176042001400198043001200212050002500224100003900249245007900288250001500367264003300382300002300415336002600438337002800464338002700492505126600519651004501785650003901830651003801869650005101907655001101958655001701969655003801986655001902024655001902043994001202062on1256653153OCoLC20230718213016.0210415s2021 pl 000 e pol d a 2022380750 aHULbengerdacDLC a9788395867224q(paperback) a8395867220q(paperback) a(OCoLC)1256653153 alccopycat ae-pl---00aPG7175.I49bP74 20211 aPilch, Jerzy,d1952-2020,eauthor.10aPretensja o tytuł jest jedyną, jaką mieć tu można /cJerzy Pilch. aWydanie I. 1aWarszawa :bPolityka,c2021. a235 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLiteratura : Monolog Silnego ; Lot koszący ; Zachodni wiatr ; Martwy jak Przybyszewski ; Dwie wieże i Witkacy ; Prezes Jan Józef ; Przybywaj, ogniu! ; Tomik w Wuelu ; Strofy o Bronku Maju ; Darmowy przewóz zwłok ; Strzęp całunu ; Pogięte rączki ; Gipsowe łoże i smak jabłecznika ; Wzrost Franza Kafki ; Zła pora ; Jacek Kaczmarski ; Duch i Libera ; Miłosz w niebie ; Turniej sprzedajnych garbusów ; Jazda Różyckiego ; Pisarz, który wygrał w totka ; Wyka ; Pies, który miał oczy Grydzewskiego ; "Cycki astronomki" ; Jak być czytanym ; Piękna teoria niemożności ; Muchy na zadku lajkonika ; Turowicz i Herbert ; Ruski kod ; Cień Miłosza ; Poeta nieszczęśliwy ; Olo Jurewicz i Księżyc ; Mój mały antysemita ; Listy do kobiety życia ; William Faulkner i TW Ketman -- Piłka : Boniek : kwiat mojego sekretu ; O kunszcie nogi Bóg wybacza ; Kapitan Smiertin przy piłce ; Gmoch i czeska historia ; Metafizyka dogrywki ; Grecja musi być zburzona ; Reformatorzy krowiego zadka (I) ; Reformatorzy krowiego zadka (II) ; Liga rachmistrzów ; Gdy rozum śpi, budzi się Wembley ; Powrót na fotel ; Święta wojna ; Ortalion, parasol i gazeta ; Kod, który mówi ; Trzecie przebudzenie? ; Wirtuozi nizin. 0aPolandxIntellectual lifey21st century. 0aFeuilletons, Polishy21st century. 7aPoland.2fast0(OCoLC)fst01206891 7aFeuilletons, Polish.2fast0(OCoLC)fst00923514 2aEssay. 7aessays.2aat 7aEssays.2fast0(OCoLC)fst01919922 7aEssays.2lcgft 7aEssais.2rvmgf a92bPUL03537cjm a2200817 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040006200109024001700171028003600188028003900224035002200263042001400285047001900299050001800318082001400336100004700350240001600397245003900413264005200452264001200504300009600516306001100612336003700623337002300660338003100683344001900714344001900733344001200752347002200764347001300786500002700799511002700826518007600853500008700929520008101016505067001097650003301767650001701800650002301817650001901840650003301859650002301892650002301915650001901938650005901957650004302016650004502059650004902104655003802153655004702191655004002238655003802278655004902316655001902365655002802384655002102412655003002433655001902463655001902482655003202501655002102533655003202554655002802586700003902614938005402653994001202707on1257032825OCoLC20230718213016.0sd fsngnnmmned230713p20212020enkmunn efhi n zxx d a 2023627532 aTDFbengerdacDLCdTEFdOCLCFdUOKdVP@dOCOdSINLBdTDF10a82223170532102a0053bKing's College Recordings02aKGS0053bKing's College Recordings a(OCoLC)1257032825 alccopycat afgapravrasu 4aM7b.D87 202104a786.52231 aDuruflé, Maurice,d1902-1986,ecomposer.10aOrgan music10aComplete organ works /cDuruflé. 1aCambridge :bKing's College Recordings,c[2021] 4c℗2021 a1 audio disc (73 min., 25 sec.) :bCD audio, digital ;c4 3/4 in. +e1 booklet (12 x 12 cm) a011325 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s aaudio file2rdaft bCD audio aTitle from disc label.0 aThomas Trotter, organ. oRecordedd2020 March 18-20 in thepChapel of King's College, Cambridge. aProgram notes by David Gammie and Patrick Garvey (14 pages) inserted in container. aMusic by one of the most influential composer-organists of the 20th century.00tFugue sur le thème du Carillon des heures de la Cathédrale de Soissons, op. 12g(3:15) --tMéditation, op. post.g(3:53) --tPrélude et fugue sur le nom d'Alain, op. 7.tPréludeg(6:25) ;tFugueg(5:51) --tScherzo, op. 2 : dedicated to Charles Tournemireg(5:58) --tPrélude sur l'introït de l'Épiphanie, op. 13g(2:19) --tPrélude, adagio et choral varié sur le thème du 'Veni Creator,' op. 4 : dedicated to Louis Vierne.tPréludeg(8:03) ;tAdagiog(6:08) ;tChoral variég(5:43) --tChant donné : hommage à Jean Gallong(1:43) --tSuite, op. 5 : dedicated to Paul Dukas.tPréludeg(8:44) ;tSicilienneg(6:40) ;tToccatag(8:43). 0aCanons, fugues, etc. (Organ) 0aOrgan music. 0aVariations (Organ) 0aSuites (Organ) 6aCanons, fugues, etc. (Orgue) 6aOrgue, Musique d'. 6aVariations (Orgue) 6aSuites (Orgue) 7aCanons, fugues, etc. (Organ)2fast0(OCoLC)fst00845996 7aOrgan music.2fast0(OCoLC)fst01047598 7aSuites (Organ)2fast0(OCoLC)fst01137933 7aVariations (Organ)2fast0(OCoLC)fst01164312 7aFugues.2fast0(OCoLC)fst01920150 7aPreludes (Music)2fast0(OCoLC)fst01920298 7aScherzos.2fast0(OCoLC)fst01920342 7aSuites.2fast0(OCoLC)fst01726502 7aVariations (Music)2fast0(OCoLC)fst01726509 7aFugues.2lcgft 7aPreludes (Music)2lcgft 7aScherzos.2lcgft 7aVariations (Music)2lcgft 7aSuites.2lcgft 7aFugues.2rvmgf 7aPréludes (Musique)2rvmgf 7aScherzos.2rvmgf 7aVariations (Musique)2rvmgf 7aSuites (Musique)2rvmgf1 aTrotter, Thomas,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF509327 a92bPUL04243cam a2200601 i 4500001001300000003000600013005001700019008004100036010001700077040004700094016001800141020001500159020001800174035002200192042001400214050002600228055002600254082002700280084001800307100003800325245012200363264007100485264001100556300005600567336003300623336002600656337002800682338002700710490003900737504005700776520173400833600006702567600006402634600006102698600005802759600007902817600007602896600007302972600007003045600005403115650002603169650003503195650003403230650004003264650003503304650003503339650005203374650006003426655006203486830004003548938004103588994001203629on1260160255OCoLC20230718213016.0230517t20212021quca b 000 0 fre  a 2021388736 aCDXbengerdacDLCdCDXdYDXdOCLCFdUKMGB7 a0204707142Uk a2760644197 a9782760644199 a(OCoLC)1260160255 alccopycat00aPQ3919.G8bZ6156 2021 3aPS8513.U47bZ624 202104a843/.912aC843/.52223 acci1icc2lacc1 aDécarie, David,d1969-eauthor.13aLe rêve de Phonsine :bpoétique/psychocritique du Cycle du Survenant de Germaine Guèvremont /cDavid Décarie. 1aMontréal :bLes Presses de l'Université de Montréal,c[2021] 4c©2021 a295 pages :billustrations (chiefly color) ;c22 cm astill imagebsti2rdacontent atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aNouvelles études québécoises aIncludes bibliographical references (pages 289-295). a"Le cauchemar de la chute de Phonsine dans un puits (Marie-Didace) possède une extraordinaire résonnance dans les écrits de Germaine Guèvremont. Clef de l'œuvre, le rêve est l'expression des traumatismes importants qui ont marqué son imaginaire. Le cauchemar synthétise de plus les enjeux de la création chez l'autrice et son interprétation révèle les principes mêmes de son écriture et notamment l'importance du cycle littéraire. Cet essai vise à dégager, à partir d'une étude psychocritique du rêve de Phonsine, la poétique du Cycle du Survenant. Une idée reçue voudrait que Guèvremont soit l'autrice d'une seule œuvre. Cet essai montre au contraire que son œuvre s'anime et prend vie par la mise en relation et en mouvements de ses parties et que, pour prendre la pleine mesure de son ambition et de son talent, il faut étudier celle-ci dans son ensemble. S'appuyant sur les recherches qu'il mène depuis une dizaine d'années sur Guèvremont, David Décarie analyse, pour la première fois, l'ensemble de l'œuvre de l'une des plus grandes romancières du Québec. Il étudie notamment les versants inédits de ses textes radiophoniques et télévisuels. L'étude psychocritique et l'analyse poétique sont mises en relation et en mouvement dans les trois parties de l'ouvrage qui rapprochent des évènements traumatiques et des éléments formels (genres, procédés d'écritures, figures de style). La première partie met en relation le deuil et l'écriture verticale, la seconde les secrets de famille et l'écriture du secret et la troisième la question de l'enfant de remplacement et l'écriture de la variation."--cPublisher's description.10aGuèvremont, Germaine.tEn pleine terre.0(CaOONL)ncf1167184310aGuèvremont, Germaine.tMarie-Didace.0(CaOONL)ncf1039327910aGuèvremont, Germaine.tSurvenant.0(CaOONL)ncf1039328310aGuèvremont, GermainexCriticism and interpretation.16aGuèvremont, Germaine,d1893-1968.tEn pleine terre.0(CaOONL)ncf1167184316aGuèvremont, Germaine,d1893-1968.tMarie-Didace.0(CaOONL)ncf1039327916aGuèvremont, Germaine,d1893-1968.tSurvenant.0(CaOONL)ncf1039328316aGuèvremont, Germaine,d1893-1968xCritique et interprétation.17aGuèvremont, Germaine.2fast0(OCoLC)fst00272841 0aDreams in literature. 0aPsychoanalysis and literature. 0aPsychoanalysis in literature. 6aPsychanalyse dans la littérature. 6aPsychanalyse et littérature. 6aRêves dans la littérature. 7aDreams in literature.2fast0(OCoLC)fst00897911 7aPsychoanalysis in literature.2fast0(OCoLC)fst01081285 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 0aNouvelles études québécoises. aYBP Library ServicesbYANKn17561536 a92bPUL03588cam a2200601 i 4500001001300000003000600013005001700019008004100036010001700077040004700094016001800141020001500159020001800174035002200192042001400214043001200228050002200240055002400262082003200286084001800318100003300336245013800369264007300507264001100580300002300591336002600614337002800640338002700668490001200695504006700707520136600774650003002140650004802170650007602218650001702294650003702311650003102348650003102379650005202410650003402462650005602496650001802552650003802570650005602608650005302664650005802717650004302775651004002818655006202858830001302920938004102933994001202974on1260160442OCoLC20230718213016.0210713t20212021quc b 001 0 fre  a 2022360188 aCDXbengerdacDLCdCDXdYDXdOCLCFdUKMGB7 a0204700952Uk a2760644340 a9782760644342 a(OCoLC)1260160442 alccopycat an-cn-qu00aPQ3902b.R39 2021 3aPS8131.Q8bR39 202104a840.9/9714aC840.9/9714223 acci1icc2lacc1 aRaymond, Dominique,eauthor.10aÉchafaudages, squelettes et patrons de couturière :bessai sur la littérature à contraintes au Québec /cDominique Raymond. 1a[Montréal] :bLes Presses de l'Université de Montréal,c[2021] 4c©2021 a180 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCavales aIncludes bibliographical references (pages 167-174) and index. a"Ce livre recense une somme de pratiques littéraires et artistiques à contraintes québécoises dans une configuration qui les problématise. Il expose, d'une part, le caractère atemporel, actuel et international de la contrainte dans le domaine littéraire et d'autre part, il fait la démonstration qu'au-delà des avatars de l'écriture romantique (inspiration, création, écriture spontanée, culture du moi) et des questions identitaires, il existe dans la littérature québécoise un travail formel plus répandu qu'on ne le croit, qui repose sur la contrainte. L'approche théorique relève de la poétique historique. L'ouvrage circonscrit trois points d'ancrage de la littérature à contraintes à même le corpus québécois : la 'Pataphysique, le formalisme et la machine. Chaque chapitre aborde ainsi l'un de ces trois points d'ancrage, en précisant d'abord les raisons qui justifient sa présence dans ce livre, ses liens avec la littérature à contraintes et avec l'Oulipo. Les principales oeuvres québécoises et les contraintes qui les animent sont ensuite analysées en fonction d'un enjeu que chaque point d'ancrage a su faire émerger : pour la 'Pataphysique, l'alliance du rire et de la science; pour le formalisme, le féminisme et pour la machine, la potentialité."--cPublisher's description. 0aConstraints (Linguistics) 0aFormalism (Literature)zQuébec (Province) 0aFrench-Canadian literaturezQuébec (Province)xHistory and criticism. 0aPataphysics. 0aPataphysicszQuébec (Province) 6aContraintes (Linguistique) 6aFormalisme (Littérature) 6aFormalisme (Littérature)zQuébec (Province) 6aLittérature québécoise. 6aLittérature québécoisexHistoire et critique. 6aPataphysique. 6aPataphysiquezQuébec (Province) 7aConstraints (Linguistics)2fast0(OCoLC)fst00875876 7aFormalism (Literature)2fast0(OCoLC)fst01747836 7aFrench-Canadian literature.2fast0(OCoLC)fst00934875 7aPataphysics.2fast0(OCoLC)fst01054779 7aQuébec.2fast0(OCoLC)fst01207316 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 0aCavales. aYBP Library ServicesbYANKn17561537 a92bPUL02096cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124035002200131042000800153050002400161084001800185110006400203245021700267246013200484246010300616264009000719300006700809336002600876337002800902338002700930504005200957610006401009880005901073880018501132880010701317880009001424880007901514880005901593938004601652994001201698on1260437097OCoLC20230718213016.0211026s2020 ja ac b 000 0djpn  a 2021422240 aDLCbengerdacDLCdTRCLS c$1 a(OCoLC)1260437097 apcc00aRA990.J32bK65 2020 a498.162njb/92 6880-01aKokuritsu Kokusai Iryō Kenkyū Sentā,eeditor.106880-02aRekishi to dentō soshite hiyaku :bKokuritsu Kenkyū Kaihatsu Hōjin Kokuritsu Kokusai Iryō Kenkyū Sentā sōritsu 150-shūnen kinenshi 1868-2018 /chensan 150-nen Kinen Jigyō Jikkō Iinkai.306880-03aKokuritsu Kenkyū Kaihatsu Hōjin Kokuritsu Kokusai Iryō Kenkyū Sentā sōritsu 150-shūnen kinenshi 1868-20181 6880-04iColophon title:aKokuritsu Kokusai Iryō Kenkyū Sentā sōritsu 150-shūnen kinenshi 16880-05aTōkyō-to Shinjuku-ku :bKokuritsu Kokusai Iryō Kenkyū Sentā,c2020. a215 pages :billustrations (chiefly color), portraits ;c31 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 212).206880-06aKokuritsu Kokusai Iryō Kenkyū SentāxHistory.2 6110-01a国立国際医療研究センター,eeditor.106245-02a歴史と伝統そして飛躍 :b国立研究開発法人国立国際医療研究センター創立150周年記念誌 1868-2018 /c編纂150年記念事業実行委員会.306246-03a国立研究開発法人国立国際医療研究センター創立150周年記念誌 1868-20181 6246-04iColophon title:a国立国際医療研究センター創立150周年記念誌 16264-05a東京都新宿区 :b国立国際医療研究センター,c2020.246610-06a国立国際医療研究センターxHistory. aTRC Library Service, Inc.bTRCLn21102575 a92bPUL01947cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028003000166033003300196035002200229050002500251245003100276264005000307264001100357300004100368306007500409336003700484337002300521338003100544344001900575344001900594344001900613347002200632347001300654500002700667511012200694518006800816505010100884650002100985650002101006650003601027648002001063655001501083655003601098655001701134655001701151700004901168700003701217700004801254700003701302938005401339994001201393on1261344185OCoLC20230718213016.0sd fsngnnmmned230714p20212020caujznn n zxx  a 2023627028 aDLCbengerdacDLCdRBNdOCLCFdTDF1 a76870782192102aPR8219bPosi-Tone Records20a20201024a20201025b3804cB7 a(OCoLC)1261344185 4aM1366.S625bU67 202100aUpstream /cAlex Sipiagin. 1aLos Angeles, CA :bPosi-Tone Records,c[2021] 4c©2021 a1 audio disc :bdigital ;c4 3/4 in. a000523a000531a000521a000621a000545a000710a000646a000500a000738 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aAlex Sipiagin, trumpet, flugelhorn ; with Art Hirahara, piano ; Boris Kozlov, bass ; Rudy Royston, drums, percussion. oRecordedd2020 October 24-25pAcoustic Recording, Brooklyn, NY.00tCall -- Echo Canyon -- Sight -- SipaTham -- Magic square -- Rain -- Shura -- Miyako -- Upstream. 0aJazzy2011-2020. 6aJazzy2011-2020. 7aJazz.2fast0(OCoLC)fst00982165 7a2011-20202fast 7ajazz.2aat 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aJazz.2rvmgf1 aSipiagin, Alex,ecomposer,einstrumentalist.1 aHirahara, Art,einstrumentalist.1 aKozlov, Boris,ecomposer,einstrumentalist.1 aRoyston, Rudy,einstrumentalist. aTheodore Front Musical LiteraturebTFRTnTF510457 a92bPUL01389cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040005200094016001800146020001500164020001800179020002500197020002600222035002200248042001400270050002300284082001700307100003900324245010800363264007100471264001100542300002400553336002600577337002800603338002700631490001200658504003300670650002800703650001400731650003600745650001400781650005400795650004000849830001300889938004100902994001200943on1262368356OCoLC20230718213016.0210731t20212021quc b 001 0 fre d a 2022360189 aYDXbengerdacDLCdEEMdOCLCFdNDDdUKMGBdYDX7 a0204706812Uk a2760644162 a9782760644168 z9782760644175q(PDF) z9782760644182q(EPUB) a(OCoLC)1262368356 alccopycat00aPN56.M55bC53 202104a809.93372231 aChassay, Jean-François,eauthor.13aLa monstruosité en face :bles sciences et leurs monstres dans la fiction /cJean-François Chassay. 1aMontréal :bLes Presses de l'Université de Montréal,c[2021] 4c©2021 a284 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCavales aWith bibliography and index. 0aMonsters in literature. 0aMonsters. 6aMonstres dans la littérature. 6aMonstres. 7aMonsters in literature.2fast0(OCoLC)fst01025760 7aMonsters.2fast0(OCoLC)fst01025752 0aCavales. aYBP Library ServicesbYANKn17561534 a92bPUL02519cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040005000094020002700144020001500171035002200186042001400208043001200222050002200234082001200256245005500268264004500323264001100368300006600379336002600445336003300471337002800504338002700532500009800559504005200657520071900709650009501428650008601523650006201609650005701671650007501728651004601803655005101849655005901900700004601959710005602005994001202061on1263685937OCoLC20230718213016.0210419t20212021be ab bc 000 0 dut d a 2020437144 aHULbengerdacDLCdJPGdOCLCFdCGUdIXAdHUL a9789463934329q(cloth) a9463934324 a(OCoLC)1263685937 alccopycat ae-be---00aTH4521b.K38 202104a72022200aKathedralen van de industrie /cAlexander Dumarey. 1aGent :bBorgerhoff & Lamberigts,c[2021] 4c©2021 a103 pages :billustrations (chiefly color), map ;c22 x 28 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCatalog of an exhibition held at Industriemuseum, Gent, Belgium, April 24-September 26, 2021. aIncludes bibliographical references (page 103).8 aIndustrieel erfgoed is hip. Fabrieksgebouwen, ketelhuizen, machinekamers en loodsen krijgen nieuwe bestemmingen. De oude constructies krijgen daardoor een nieuw jasje. Dat weet het Gentse Industriemuseum - het vroegere MIAT -maar al te goed. Daarom organiseert het in 2021 de expo "Kathedralen van de Industrie". Daarin worden enkele tientallen industriële textielsites uit Gent in hun oude én hun nieuwe jas getoond. Foto's uit de jaren 70 en 80 worden vergeleken met foto's van nu, met tekst en uitleg. Zwart-wit van toen wordt vergeleken met kleur van nu. De herontdekking van een prachtig stuk erfgoed wordt geëvoceerd in dit heerlijke boek. Exhibition: Industriemuseum, Gent, Belgium (24.04-26.09.2021). 0aTextile factoriesxRemodeling for other usezBelgiumzGhentxPictorial worksvExhibitions. 6aUsines textilesxReconversionzBelgiquezGandvOuvrages illustrésvExpositions. 6aPhotographie d'architecturezBelgiquezGandvExpositions. 7aArchitectural photography.2fast0(OCoLC)fst00813301 7aTextile factoriesxRemodeling for other use.2fast0(OCoLC)fst01148788 7aBelgiumzGhent.2fast0(OCoLC)fst01204545 7aExhibition catalogs.2fast0(OCoLC)fst01424028 7aExhibition, pictorial works.2fast0(OCoLC)fst014241871 aDumarey, Alexander,d1985-ephotographer.2 aIndustriemuseum (Gent, Belgium),ehost institution. a92bPUL01874cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040005500094020008100149020001500230020007500245020001500320020006700335020001500402020006000417020005700477035002200534042000800556050002800564100002800592240002300620245003900643246001300682250002300695264011200718264001100830300002400841336002600865337002800891338002700919490003600946504005700982600001901039600004501058650005001103655003801153655004701191655001901238655003701257655002801294830003401322994001201356on1266272306OCoLC20230718213016.0210623t20202020mx b 000 0 spa  a 2021360829 aDLCbengerdacDLCdOCLCFdSTFdUPMdNUIdHULdTJC a9786070294907q(Universidad Nacional Autónoma de México : obra completa) a6070294904 a9786073034487q(Universidad Nacional Autónoma de México : volumen) a6073034482 a9786079764937q(Academia Mexicana de la Lengua : obra general) a6079764938 a9786079871789q(Volumen Academia Mexicana de la Lengua) a6079871785q(Volumen Academia Mexicana de la Lengua) a(OCoLC)1266272306 apcc00aPQ7298.17.L36bA6 2020b1 aGlantz, Margo,eauthor.10aWorks.kSelections10aA los dieciséis /cMargo Glantz.3 aA los 16 aPrimera edición. 1aCiudad de México :bUniversidad Nacional Autónoma de México :bAcademia Mexicana de la Lengua,c2020. 4c©2020 a145 pages ;c19 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aLa academia para jóvenes ;v9 aIncludes bibliographical references (pages 141-145).10aGlantz, Margo.17aGlantz, Margo.2fast0(OCoLC)fst00078952 7aMexican literature.2fast0(OCoLC)fst01019210 7aEssays.2fast0(OCoLC)fst01919922 7aAutobiographies.2fast0(OCoLC)fst01919894 7aEssays.2lcgft 7aAutobiographical fiction.2lcgft 7aAutobiographies.2lcgft 0aAcademia para jóvenes ;v9. a92bPUL02205cam a2200613 i 4500001001300000003000600013005001700019008004100036010001700077040005700094015001900151016001800170019001500188020002800203020003100231020002800262020003100290020003200321020003100353035004100384042001400425043001200439050002600451082001500477100003100492245007600523246005400599264007300653264001100726300002800737336002600765336003300791337002800824338002700852504005100879650003400930650003000964650003700994650002601031650004301057650003001100650003801130650002801168650005201196650004801248650004401296650005501340651003801395776003501433938004101468938004101509938002901550994001201579on1266360310OCoLC20230718213016.0210830t20222022enk b 001 0 eng d a 2021946203 aYDXbengerdacDLCdYDXdBDXdUKMGBdOCLCFdCDXdLML aGBC2027082bnb7 a0204438152Uk a1266358736 a1526469391q(hardcover) a9781526469397q(hardcover) a1526469383q(paperback) a9781526469380q(paperback) z9781529792812q(ePub ebook) z9781529792836q(PDF ebook) a(OCoLC)1266360310z(OCoLC)1266358736 alccopycat af------00aHC800.Z9bE51266 202204a338.962231 aAnosike, Paschal,eauthor.10aEntreneurship and sustainable development in Africa /cPaschal Anosike.18aEntreneurship & sustainable development in Africa 1aLondon ;aThousand Oaks, California :bSAGE Publications Ltd,c2022. 4c©2022 axxi, 199 pages ;c25 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aEconomic developmentzAfrica. 0aEntrepreneurshipzAfrica. 0aSustainable developmentzAfrica. 0aIndustry 4.0zAfrica. 6aDéveloppement économiquezAfrique. 6aEntrepreneuriatzAfrique. 6aDéveloppement durablezAfrique. 6aIndustrie 4.0zAfrique. 7aEconomic development.2fast0(OCoLC)fst00901785 7aEntrepreneurship.2fast0(OCoLC)fst00912787 7aIndustry 4.0.2fast0(OCoLC)fst02024640 7aSustainable development.2fast0(OCoLC)fst01139731 7aAfrica.2fast0(OCoLC)fst0123950908iebook version :z9781529792812 aYBP Library ServicesbYANKn17621265 aYBP Library ServicesbYANKn17621266 aBrodartbBRODn130698385 a92bPUL02815cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040007500094015001900169016001800188019001500206020003100221020002800252035004100280042001400321050002300335082001500358100004200373245005700415264005300472264001100525300002700536336002600563337002800589338002700617504006700644505022300711520107200934650003102006650005302037650005702090776016402147938004102311938002902352994001202381on1268206664OCoLC20230718213016.0230714t20222022nyu b 001 0 eng d a 2023277889 aYDXbengerdacDLCdYDXdBDXdTOHdNYPdAUVdTFWdUKMGBdMUUdCDXdQGJ aGBC2F71922bnb7 a0207363812Uk a1343156588 a9780197574232q(hardcover) a0197574238q(hardcover) a(OCoLC)1268206664z(OCoLC)1343156588 alccopycat00aBJ1461b.M454 202204a123/.52231 aMele, Alfred R.,d1951-eauthor.4aut10aFree will :ban opinionated guide /cAlfred R. Mele. 1aNew York, NY :bOxford University Press,c[2022] 4c©2022 aix, 150 pages ;c19 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 145-146) and index.0 aGetting started -- Free will : straight up -- Alternative possibilities -- A whirlwind tour -- Mixing it up -- Some sources of skepticism -- More skeptical arguments -- Free will and neuroscience -- Wrapping things up. a"What did you do a moment ago? What will you do after you read this? Are you deciding as we speak, or is something else going on in your brain or elsewhere in your body that is determining your actions? Stopping to think this way can freeze us in our tracks. A lot in the world feels far beyond our control--the last thing we need is to question whether we make our own choices in the way we usually assume we do. Questions about free will are so major and consequential that we may prefer not to think about them at all, lest we feel completely lost and unsure of everything we thought we knew! Free Will: An Opinionated Guide offers a clear and straightforward introduction to this vexing topic. Drawing on decades of extensive research in philosophy, neuroscience, and psychology, internationally recognized authority on free will Alfred R. Mele explains and explores the most prominent theories, puzzles, and arguments in free will, all the while presenting his own distinctive take on the topic. like determinism, neuroscience, and control."--cBook dust jacket. 0aFree will and determinism. 7aPHILOSOPHY / Ethics & Moral Philosophy.2bisacsh 7aFree will and determinism.2fast0(OCoLC)fst0093396808iOnline version:aMele, Alfred R., 1951-tFree will.dNew York, NY, United States of America : Oxford University Press, [2022]z9780197574249w(OCoLC)1336404757 aYBP Library ServicesbYANKn17635860 aBrodartbBRODn130767891 a92bPUL03124cam a2200589 a 4500001001300000003000600013005001700019008004100036010001700077040006400094015001900158016001800177019001500195020003100210020002800241035004100269042001400310043001200324050002500336082002000361100003000381245009500411264005200506264001100558300008400569336002600653337002800679338002700707520095700734500004001691600002101731610003801752610006401790650004801854650004501902650009701947650004902044650004802093651004502141655001902186655001502205655004702220655004302267655002802310655002402338655002802362655002402390700003802414938004102452938002902493994001202522on1269512706OCoLC20230718213016.0210525t20212021iluaf e 000 0aeng  a 2021939954 aWCFLSbengcDLCdWCFLSdGO3dYDXdBDXdRCLdANKdNMPdUKMGB aGBC3609832bnb7 a0207059792Uk a1240210312 a9781629378909q(hardcover) a1629378909q(hardcover) a(OCoLC)1269512706z(OCoLC)1240210312 alccopycat an-us---00aGV939.S7495bA3 202104a796.332/0922231 aStudwell, Scott,eauthor.10aViking for life :ba four-decade football love affair /cScott Studwell ; with Jim Bruton. 1aChicago, Illinois :bTriumph Books LLC,c[2021] 4c©2021 a239 pages, 16 unnumbered pages of plates :billustrations (some color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn professional football, careers are often short and turnover is a constant. So when one man's career spans more than four decades with one organization, it is quite an achievement. Scott Studwell did just that with the Minnesota Vikings. As a linebacker, Studwell totaled a Vikings record 1,981 tackles in 14 seasons, reaching two Pro Bowls. After retiring as a player after the 1990 season, Studwell moved into the Vikings' player personnel department and served as the team's Director of College Scouting. In Viking for Life: A Four-Decade Football Love Affair, Studwell shares stories from the Vikings teams of the 1970s and '80s under head coaches Bud Grant and Jerry Burns, teams that reached two NFC championship games. He also provides rare insight into his three decades in the Vikings' scouting department and draft room, during which he helped the Vikings identify countless stars, including Randy Moss, Adrian Peterson, and Harrison Smith. aAutographed copy signed by authors.10aStudwell, Scott.20aMinnesota Vikings (Football team)27aMinnesota Vikings (Football team)2fast0(OCoLC)fst00594090 0aFootball playerszUnited StatesvBiography. 7aSPORTS & RECREATION / Football.2bisacsh 7aTRAVEL / United States / Midwest / West North Central (IA, KS, MN, MO, ND, NE, SD).2bisacsh 7aBIOGRAPHY & AUTOBIOGRAPHY / Sports.2bisacsh 7aFootball players.2fast0(OCoLC)fst00931425 7aUnited States.2fast0(OCoLC)fst01204155 2aAutobiography. 2aBiography. 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aAutobiographies.2lcgft 7aBiographies.2lcgft 7aAutobiographies.2rvmgf 7aBiographies.2rvmgf1 aBruton, James H.,d1945-eauthor. aYBP Library ServicesbYANKn17267110 aBrodartbBRODn128726865 a92bPUL04539cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040006600094019002700160020003100187020002800218035006000246042001400306043001200320050002300332082000800355245022400363264005000587300006000637336002600697337002800723338002700751490005600778500002800834504004100862520088100903505139801784650006203182650003903244651005503283650005903338650004003397651005603437650005303493650005303546650005603599651004803655655006503703700002903768700003403797700003403831830004503865938003903910938003603949994001203985on1269613167OCoLC20230718213016.0210929s2021 fr ab b 100 0 fre d a 2021418488 aAUXAMbengerdacDLCdERASPdYUSdOCLCFdJPGdPULdHULdAUXAM a1274120775a1277138239 a9782355180620q(paperback) a2355180628q(paperback) a(OCoLC)1269613167z(OCoLC)1274120775z(OCoLC)1277138239 alccopycat ae-fr---00aDC607.4b.D38 2021 4a93603aLa datation des contextes archéologiques dans le sud-est de la Gaule (IIe-IIIe s. apr. J.-C.) /csous la direction d'Amaury Gilles et Stéphane Mauné ; avec les contributions de D. Baldassari [and nineteen others]. 1aDrémil-Lafage :bÉditions Mergoil,c2021. a374 pages :billustrations (some color), maps ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aArchéologie et Histoire romaine,x1285-6371 ;v46 aConference proceedings. aIncludes bibliographical references.8 aCe volume rassemble une douzaine de contributions qui traitent de la délicate question de la datation des contextes des IIe et IIIe s. en Gaule Narbonnaise. L'aire géographique considérée s'étend de Lyon jusqu'à Fréjus et Béziers. Le parti pris a été de concentrer la réflexion sur les deux principaux fossiles directeurs céramiques utilisés par les archéologues. Ainsi, l'objectif principal est de préciser dans quelle mesure et à quels rythmes les productions à revêtement argileux non grésé auxquelles est rattachée la sigillée claire B rhodanienne, avaient concurrencé/remplacé les productions de sigillées grésées du Sud et du Centre de la Gaule. Deux articles apportent par ailleurs l'éclairage bienvenu de la vaisselle en verre ainsi que des amphores à huile Dr. 20 dont on connaît la richesse épigraphique.00tLe mobilier de deux niveaux de remblai du IIe s. fouillés à Lyon -- Place d'Albon --tDu milieu du IIe s. apr. J.-C. à la seconde moitié du IIIe s. : trois ensembles de mobilier céramique inédits de Lugdunum --tL'évolution des assemblages céramiques de la fouille de la Visitation à Lyon, la phase de transition entre la fin du IIe et le début du IIIe siècle --tNouveaux contextes de la première moitié du IIe s. dans le suburbium de Vienne --tFaciès matériel et échanges commerciaux à Arles au IIe s. Les ensembles céramiques de la place J.-B. Massillon --tAssemblages céramiques de la seconde moitié du IIe s. à la première moitié du IIe s. à Aix-en-Provence --tSigillées claires B en Provence orientale (territoire d'Antibes et de Fréjus) --tUn dépotoir de la fin du IIe s. ap. J.-C. sur le site des Aubettes à Mudaison (Hérault) --tSigillées de mode C, sigillées claire B rhodaniennes et aveyronnaises en Narbonnaise centrale au IIe et au début du IIIe s. ap. J.-C. Un état de la question --tLa sigillée claire B : nouvel état de la question --tApports récents des amphores Dr. 20 à la datation des contextes des IIe et IIIe s. ap. J.-C. : des centres de consommation au Monte Testaccio --tVases en verre des IIe et IIIe s. ap. J.-C. en Gaule du Sud et du Sud-Est : quelques repères chrono-typologiques. 0aExcavations (Archaeology)zFrance, SoutheastvCongresses. 0aArchaeological datingvCongresses. 0aFrance, SoutheastxAntiquities, RomanvCongresses. 6aFouilles (Archéologie)zFrance (Sud-Est)vCongrès. 6aArchéologiexDatationvCongrès. 6aFrance (Sud-Est)xAntiquités romainesvCongrès. 7aArchaeological dating.2fast0(OCoLC)fst00812899 7aClassical antiquities.2fast0(OCoLC)fst00863445 7aExcavations (Archaeology)2fast0(OCoLC)fst00917564 7aSoutheast France.2fast0(OCoLC)fst01692692 7aConference papers and proceedings.2fast0(OCoLC)fst014237721 aGilles, Amaury,eeditor.1 aMauné, Stéphane,eeditor.1 aBaldassari, D.,econtributor. 0aArchéologie et histoire romaine ;v46. aLibrarie ErasmusbERAPn0000089628 aAMALIVREbAUXAnAAL0880874-0001 a92bPUL04165cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040006900094019001500163020003100178020002800209035004100237042000800278043001200286050002500298082000800323245020600331264005000537300006000587336002600647337002800673338002700701490004400728504004100772505104500813520122201858650004503080651004003125650004403165650005603209651004403265655006203309655008103371700003103452700003803483700003003521830004503551938003903596938003603635994001203671on1273910179OCoLC20230718213016.0211007s2021 fr ab b 010 0 fre  a 2021418490 aDLCbengerdacDLCdERASPdUBCdOCLCFdCGUdPAUdHULdPULdAUXAM a1285279124 a9782355181153q(paperback) a2355181152q(paperback) a(OCoLC)1273910179z(OCoLC)1285279124 apcc ae-fr---00aDC801.L964bA73 2021 4a93600aArchéologies romaines en Gaule lyonnaise :bhommages au professeur Gilles Sauron /ctextes réunis par Morgane Andrieu et Michel Kasprzyk ; avec les contributions de: A. Ahü-Delor [and 14 others]. 1aDrémil Lafage :bÉditions Mergoil,c2021. a222 pages :billustrations (some color), maps ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aArchéologie et histoire romaine ;v47 aIncludes bibliographical references.00tLa sigillée italique de Chartres. Bilan de quartorze années de fouilles archéologiques préventives --tCrémation et mobilier céramique : au sujet des pratiques funéraires à Troyes et Autun à l'époque augustéenne --tLa vie privée des Éduens : le décor de l'habitat urbain --tAutun, naissance d'une ville augustéenne --tUne gestion de l'eau dans les agglomérations antiques de la cité des Éduens ? --tLe colosse de Lugdunum : Mercure ou Génie de Lyon ? --tLes ouvrages et les archives Pierre Wuilleumier à la Maison de l'Orient et de la Méditerranée (Lyon) --tUne découverte exceptionnelle ! Ce que révèlent une amphore et ses graffites mis au jour au Sénat (jardin du Luxembourg, Paris) --tL'établissement rural aristocratique de l'Antiquité tardive "Dessous la Côte Mitière" à Migennes (Yonne) : les fouilles de Jean-Louis Tainturier Michel Kasprzyk, Thomas Inacio --tQuelques images du temps qui passe... évocations de sites de la province de Lyonnaise Antoine Louis.8 aGilles Sauron, archéologue, ancien élève de l'École normale supérieure, ancien membre de l'École Française de Rome, professeur d'archéologie à l'Université de Bourgogne puis à l'Université de Paris-Sorbonne, a consacré ses recherches à l'étude de l'art romain à la fin de la République et du début du Principat. Durant sa carrière universitaire, il a dirigé de nombreux mémoires de Maîtrise puis de Master et plus de trente thèses de doctorat portant sur l'archéologie et l'art de l'Empire romain. Une quinzaine d'anciennes étudiantes et étudiants en archéologie mais aussi des collègues ont souhaité lui rendre hommage à travers ce recueil d'hommages consacré à l'archéologie de la Gaule Lyonnaise. Les dix contributions réunies dans cet ouvrage concernent les cités romaines et leur territoire de Lyon à Chartres et couvrent l'ensemble de la période impériale, de l'époque triumvirale à l'Antiquité tardive. Elles abordent l?architecture domestique et publique, son décor, mais aussi les pratiques funéraires et la culture matérielle. Un cahier d'aquarelles donne à voir des restitutions de plusieurs sites de cette province. 0aExcavations (Archaeology)zFrancezLyon. 0aLyon (France)zxAntiquities, Roman. 6aFouilles (Archéologie)zFrancezLyon. 7aExcavations (Archaeology)2fast0(OCoLC)fst00917564 7aFrancezLyon.2fast0(OCoLC)fst01214593 7aFestschriften.2fast0http://id.worldcat.org/fast/1941036 7aFestschriften.2lcgft0http://id.loc.gov/authorities/genreForms/gf20160260821 aAndrieu, Morgane,eeditor.1 aKasprzyk, Michel,d1974-eeditor.1 aSauron, Gilles,ehonoree. 0aArchéologie et histoire romaine ;v47. aLibrarie ErasmusbERAPn0000090163 aAMALIVREbAUXAnAAL0882424-0001 a92bPUL01443cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040004900094020003000143020001500173025002300188035002200211037005300233042002100286050002100307082001200328100003500340245009500375264007300470300003000543336002600573337002800599338002700627490003100654500005300685504006700738650002000805650004600825710005900871710006600930938004900996994001201045on1277030506OCoLC20230718213016.0211014s2021 ii b 001 0 eng d a 2020510281 aDKAGEbengerdacDLCdDLCdDKAGEdOCLCFdGZM a9789351485711q(hardback) a9351485714 aI-E-2020510281; 05 a(OCoLC)1277030506 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aBD632b.P28 202104a1152231 aPandikattu, Kuruvila,eauthor.10aTime's up! :bthe story of time weaving physics and philosophy /cKuruvilla Pandikattu SJ. 1aPune :bJnana Deepa ;aNew Delhi :bChristian World Imprints,c2021. axvii, 167 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJD philosophy series ;v19 a"DOI: 10.5281/zenodo.4765653"--Title page verso. aIncludes bibliographical references (pages 149-154) and index. 0aSpace and time. 7aSpace and time.2fast0(OCoLC)fst011276222 aJnana-Deepa Vidyapeeth,ecopyright holder,epublisher.2 aMissionswissenschaftliches Institut Missio,eassociated name. aD. K. Agencies (P) Ltd.bDKAPnDK-293639-HBD a92bPUL01506cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152020001800167020001500185035002200200042001500222043001200237050002400249245003900273250002300312264006300335300002400398336002100422337002500443338002300468490001900491520006500510546001600575610004700591610007300638650005700711650005700768650005600825650005700881655005300938710008100991994001201072on1280938751OCoLC20230718213016.0230331s2015 ph f000 0 tgl  a 2023353061 aDLCbengerdacDLCdOCLCFdDLCdYUS a9789710197347 a9710197347 a9789710197699 a971019769X a(OCoLC)1280938751 alcodeapcc aa-ph---00aPL5665.1b.K84 201500aKWF manwal sa masinop na pagsulat. aIkalawang edisyon. 1aSan Miguel, Maynila :bKomisyon sa Wikang Filipino,c2015. a157 pages ;c26 cm. atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 aAklat ng bayan aHandbook on grammar and proper writing in Filipino language. aIn Tagalog.10aPhilippines.bKomisyon sa Wikang Filipino.17aPhilippines.bKomisyon sa Wikang Filipino.2fast0(OCoLC)fst01524984 0aFilipino languagexGrammarvHandbooks, manuals, etc. 0aFilipino languagexWritingvHandbooks, manuals, etc. 6aPilipino (Langue)xGrammairevGuides, manuels, etc. 6aPilipino (Langue)xÉcriturevGuides, manuels, etc. 7aHandbooks and manuals.2fast0(OCoLC)fst014238771 aPhilippines.bKomisyon sa Wikang Filipino,eissuing body,ecopyright holder. a92bPUL04941cam a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040005400094020003000148020002700178035002200205042001400227043001200241050002200253082000800275245008600283264003000369300005600399336002600455336003300481337002800514338002700542504006600569500010800635505173100743520084102474650003303315650006903348650006903417650007203486650007203558650007503630650007503705650003903780650004603819650004203865651005003907648002003957655003003977655005104007655003904058655003204097655003604129700003104165700003504196710008404231938003604315994001204351on1282575403OCoLC20230718213016.0211109s2021 fr a bc 001 0 fre d a 2021418492 aAUXAMbengerdacDLCdISMdOCLCFdJPGdZVPdAUXAM a9782359063455q(hardback) a2359063456q(hardback) a(OCoLC)1282575403 alccopycat ae-fr---00aN7660b.A676 2021 4a94404aLes animaux du roi /csous la direction d'Alexandre Maral et Nicolas Milovanovic. 1aParis :bLienArt,c[2021] a463 pages :billustrations (chiefly color) ;c30 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pags 441-459) and index. aCatalog of the exhibition held at the Palace of Versailles, France, October 12, 2021-February 13, 2022.00tDe L. XIV à L 214 /rIntroduction par Alexandre Maral et Nicolas Milovanovic --tL'animal étudié et collectionné --tNicasius Bernaerts, portraitiste des animaux de Versailles /rVincent Delieuvin --tVersailles contre les animaux-machines /rNicolas Milovanovic --tLa ménagerie royale et le labyrinthe royal (1664-1674) /rPeter Sahlins (traduction de l'anglais par Marine Van Hoof) --tDe Versailles à Paris, le voyage des animaux à travers le temps (1664-2021) /rAnne Nivart et Jacques Cuisin --tÀ la recherche des auges perdues de la ménagerie de Versailles /rPierre Pénicaud --tL'animal symbolique et politique --tLe sauvage en majesté : grandeur et paradoxes des chasses de Versailles /rHenri Pinoteau --tVersailles et la peinture animalière française /rNicolas Milovanovic --tL'animal sculpté à Versailles /rAlexandre Maral --tL'animal dans les décors sculptés et peints du château de Versailles sous Louis XV /rLionel Arsac --tL'animal tissé dans les tapisseries de la manufacture des Gobelins durant le règne de Louis XIV /rMaxime Georges Métraux --tL'animal de compagnie et d'agrément --tL'écologie de Versailles /rGrégory Quénet --tLa représentation des animaux de compagnie, du portrait à la peinture animalière /rLoreline Pelletier --tUn bestiaire foisonnant: L'animal dans les arts décoratifs à Versailles aux XVIIe et XVIIIe siècles /rMarie-Laure de Rochebrune --tRésidences versaillaises des animaux du roi /rAlexandre Maral --tVersailles et la bête du Gévaudan /rAlexandre Maral --tLes animaux de la ferme à Versailles : Trianon, hameau de la Reine et Rambouillet /rCécile Callou et Bernard Denis --tAnnexes. a"Peut-on imaginer aujourd'hui le château de Versailles et ses jardins grouillant de vie animale? Et pourtant les animaux de Compagnie se comptaient par dizaines dans les appartements des princes, et jusqu'aux antichambres des rois, encombrées de niches: braques, épagneuls, carlins, singes vervets, chats angoras, aras et perruches... La Ménagerie abritait les animaux les plus rares, du coati au couagga, du casoar à la grue couronnée, que l'on surnommait l''oiseau royal'; le gibier était abondant dans le petit et le grand parc; sept cents chevaux logeaient à la Petite et à la Grande Écurie, trois cents chiens de chasse dans le grand chenil... L'exposition Les Animaux du Roi a pour ambition de faire revivre ce bestiaire, et de faire redécouvrir les hauts lieux de la vie animale versaillaise"--cBack cover. 0aAnimals in artvExhibitions. 0aAnimalszFrancezVersaillesxHistoryy17th centuryvExhibitions. 0aAnimalszFrancezVersaillesxHistoryy18th centuryvExhibitions. 0aMenagerieszFrancezVersaillesxHistoryy17th centuryvExhibitions. 0aMenagerieszFrancezVersaillesxHistoryy18th centuryvExhibitions. 6aMénagerieszFrancezVersaillesxHistoirey17e sièclevExpositions. 6aMénagerieszFrancezVersaillesxHistoirey18e sièclevExpositions. 7aAnimals.2fast0(OCoLC)fst00809468 7aAnimals in art.2fast0(OCoLC)fst00809573 7aMenageries.2fast0(OCoLC)fst01016096 7aFrancezVersailles.2fast0(OCoLC)fst01204688 7a1600-17992fast 7aexhibition catalogs.2aat 7aExhibition catalogs.2fast0(OCoLC)fst01424028 7aHistory.2fast0(OCoLC)fst01411628 7aExhibition catalogs.2lcgft 7aCatalogues d'exposition.2rvmgf1 aMaral, Alexandre,eeditor.1 aMilovanovic, Nicolas,eeditor.2 aMusée national des châteaux de Versailles et de Trianon,ehost institution. aAMALIVREbAUXAnAAL0886201-0001 a92bPUL02292cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040005000094020001800144020001500162035002200177041001300199042001400212043001200226050002200238082001200260100005400272245018500326264007600511300007300587336002600660337002800686338002700714500012000741546006600861504005700927610006500984610006701049610007301116610006501189610006901254651007801323650004301401650004101444650004101485651006101526655005101587655003901638710007501677938003401752994001201786on1285298047OCoLC20230718213016.0230610s2021 sp ac bc 000 0 glg d a 2023409502 aC3LbengerdacDLCdZCUdOCLCFdHFLdHULdC3L a9788418445675 a841844567X a(OCoLC)12852980470 aglgaspa alccopycat ae-sp---00aLF4730b.G37 202114a7092141 aGarcía Iglesias, José Manuel,d1950-eauthor.12aA Minerva Compostelá :bas súas glorias : catálogo de exposición : Colexio de Fonseca, 7 de outubro de 2021-22 de xaneiro de 2022 /ctexto, José Manuel García Iglesias. 1aSantiago de Compostela :bUniversidad de Santiago de Compostela,c2021. a173 pages :billustrations (chiefly color), color portraits ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCatalog of an exhibition held at the Colexio de Fonseca, Santiago de Compostela, Spain, Oct. 7, 2021-Jan. 22, 2022. aText in Galician; introductory texts in Galician and Spanish. aIncludes bibliographical references (pages 165-173).20aUniversidad de Santiago de CompostelaxHistoryvExhibitions.20aUniversidad de Santiago de CompostelaxBuildingsvExhibitions.20aUniversidad de Santiago de CompostelaxArt collectionsvExhibitions.20aUniversidad de Santiago de CompostelaxLibraryvExhibitions.27aUniversidad de Santiago de Compostela.2fast0(OCoLC)fst00532139 0aSantiago de Compostela (Spain)xBuildings, structures, etc.vExhibitions. 7aArt museums.2fast0(OCoLC)fst00815631 7aBuildings.2fast0(OCoLC)fst00840962 7aLibraries.2fast0(OCoLC)fst00997341 7aSpainzSantiago de Compostela.2fast0(OCoLC)fst01205050 7aExhibition catalogs.2fast0(OCoLC)fst01424028 7aHistory.2fast0(OCoLC)fst014116282 aColegio de Fonseca (Santiago de Compostela, Spain),ehost institution. aCasalini LibribCASAn5053179 a92bPUL01356cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040003500094016001800129020002900147020002600176020002700202020002400229035002200253042000800275043001200283050002300295100003700318245008000355264008700435264001100522300004000533336002600573337002800599338002700627504004100654650002100695650002900716651002900745650003800774650004600812651003800858655003800896994001200934on1286075039OCoLC20230718213016.0210413t20202020pl a 000 0 pol  a 2022380754 aDLCbengerdacDLCdUKMGBdZCU7 a0205773892Uk a9788311156937q(Bellona) a831115693Xq(Bellona) a9788364889356q(NIMOZ) a8364889354q(NIMOZ) a(OCoLC)1286075039 apcc ae-pl---00aAM70.P6bM327 20201 aMajewski, Piotr,d1971-eauthor.10aMuzealna twarz Klio :bwybór tekstów z lat 1999-2019 /cPiotr Majewski. 1aWarszawa :bBellona :bNarodowy Instytut Muzealnictwa i Ochrony Zbiorów,c[2020] 4c©2020 a214 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aMuseumszPoland. 0aMuseumsxSocial aspects. 0aPolandxCultural policy. 7aMuseums2fast0(OCoLC)fst01030128 7aCultural policy2fast0(OCoLC)fst00885007 7aPoland.2fast0(OCoLC)fst01206891 7aHistory2fast0(OCoLC)fst01411628 a92bPUL05801cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040007200094016002300166020003100189020002800220024001800248035002200266042001400288043001200302050002100314082001900335110009700354245019300451264006000644264001100704300004700715336002600762337002800788338002700816490007500843546004100918500003300959504004100992520071201033505310601745650005004851650005804901650004304959651005105002655006505053700003805118700003405156830006305190938004205253994001205295on1286534183OCoLC20230718213016.0221212t20212021sz a b 100 0 ger d a 2022486044 aOHXbengerdacDLCdISBdNLUKBdCLUdPTSdOCLCFdCGUdYDXdCUYdOHX7 a11989474112DE-101 a9783290183042q(hardbound) a3290183041q(hardbound)3 a9783290183042 a(OCoLC)1286534183 alccopycat ae-sz---00aBR410b.I57 201904a274.9457062232 aInstitut für Schweizerische Reformationsgeschichte.bTagungd(2019 :cZurich, Switzerland)14aDie Zürcher Reformation in Europa :bBeiträge der Tagung des Instituts für Schweizerische Reformationsgeschichte 6.-8. Februar 2019 in Zürich /cAriane Albisser, Peter Opitz (Hg.). 1aZürich :bTVZ, Theologischer Verlag Zürich,c[2021] 4c©2021 a712 pages :bcolor illustrations ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aZürcher Beiträge zur Reformationsgeschichte,x0514-8693 ;vBand 29 a24 German, 12 English contributions. aIncludes 1 errata (4 pages). aIncludes bibliographical references. a"Im Januar 2019 jährte sich zum 500. Mal der Beginn der Zürcher Reformation und damit der Beginn des weltweiten reformierten Protestantismus als Konfessionskultur und als kulturprägende Kraft. Am Jubiläumskongress im Februar trafen sich die führenden Reformationsgeschichtlerinnen und Reformationsgeschichtler aus aller Welt in Zürich. Die Beiträge präsentieren und bündeln den aktuellen Forschungsstand zur Zürcher Reformation und eröffnen neue Perspektiven in historischer, wirkungsgeschichtlicher und theologischer Hinsicht. Das Hauptaugenmerk der Forschenden liegt dabei auf der Rolle der Zürcher Reformation in der europäischen Reformationsbewegung."c--Provided by publisher.00tFrom "Zwinglian" to "Swiss" Reformation. What's in a name? /rEmidio Campi --tContemplatio und meditatio bei Huldrych Zwingli /rMartin Sallmann --tUlrich Zwingli und das Apostolikum /rGergely Csukás --tDie Klagschrift des Chorherrn Hofmann als Quelle für das Verständnis der altgläubigen Opposition gegen Zwingli /rVolker Leppin --tAuf dem Weg zum Reformator /rUrs B. Leu --tZwingli and the Zurich catechetical tradition /rDaniël Timmerman --tDie Einheit von Bund und Erwählung bei Huldreich Zwingli /rPierrick Hildebrand --tDie Bedeutung der Pneumatologie für die Anfänge der reformierten Theologie /rAriane Albisser --t"Wider die Ränke der Wiedertäufer" /rMarco Hofheinz --tComparing Zwingli's and Calvin's calling as prophets /rJon Balserak --tLeo Juds konfessionspolitische Spuren in der lateinischen Übersetzung von Zwinglis Usslegen /rChristian Hild --t"Apostel Helvetiens" /rLuca Baschera --tThe doctrine of scripture in Zwingli and in Bullinger /rAurelio Garcia --tBullinger's commentary on 1 Corinthians and the doctrine of the Lord's Supper /rJoe Mock --tFeier der Eucharistie /rPeter Opitz --tFunktion, Theologie und Wirkung von Zwinglis 67 Thesen in der Eidgenossenschaft /rJan-Andrea Bernhard --tTheologen in Austauch /rJudith Engeler --tWahrheit im Gespräch /rFabrice Flückiger --tUlrich Zwingli and the Pays de Vaud /rMichael Bruening --tPredigtkultur in der reformierten Schwiez während der ersten Hälfte des 16. Jahrhunderts /rMax Engammare --tArchival practices and the interpretation of the Zurich Reformation, 1519-2019 /rRandolph C. Head --tFriending Zwingli : The formation of the Swiss/southern German correspondence network /rAmy Nelson Burnett --tAustrahlngen der Zürcher Reformation auf den Südwesten des Reichs /rChristoph Strohm --tZwingli und das Rheinland -- das Rheinland und Zwingli /rAndreas Müling --tWolfgang Fabritus Capito und die Zürcher Reformation /rMartin Heimbucher --tZürich und die Fremdengemeinde in London /rJudith Becker --tDie Rezeptionsgeschichte des Zürcher Taufertums und seine Rolle in der Memorialkultur der täuferischen Kirchen /rAndrea Strübind --tDie Wechselbeziehungen Zürich-Niederlande 1591-1619 /rHerman J. Sederhuis --tWhy Johannes Anastasius, refugee from the low countries and pastor in the Palantinate, turned to Zürich (1557) /rErik A. De Boer --tZurich and the shaping of Elizabethan settlement /rTorrance Kirby --tDetecting interactions between Zurich and reformation Scotland /rIan Hazlett --t"A heroic tragedy": Huldrych Zwingli in the hands of Anglo-American writers of the ninteenth century /rBruce Gordon --tThe influence of the Second Helvetic Confession on the Hungarian Reformed Church life in Transylvania /rDezső Buzogány --tGüter-, tugend- und pflichtethische Motive in Zwinglis Ethik /rMatthias Neugebauer --tDer die Welt regiert /rMatthias Freudenberg --tDen gnädigen Gott wiederentdecken /rMatthias Zeindler --tGott ehren im theologischen Verständnis von Zwingli /rJohannes Voigtländer. 0aReformationzSwitzerlandzZurichvCongresses. 6aRéforme (Christianisme)zSuissezZurichvCongrès. 7aReformation.2fast0(OCoLC)fst01092555 7aSwitzerlandzZurich.2fast0(OCoLC)fst01207630 7aConference papers and proceedings.2fast0(OCoLC)fst014237721 aAlbisser, Ariane,d1993-eeditor.1 aOpitz, Peter,d1957-eeditor. 0aZürcher Beiträge zur Reformationsgeschichte ;vBd. 29. aOtto HarrassowitzbHARRnhar190631554 a92bPUL02964ccm a2200697 i 4500001001300000003000600013005001700019008004100036010001700077040002300094024003200117024003500149028002500184035002200209041000800231042001400239050002400253072001200277082003200289100005400321240006100375245009300436250005800529264003300587264001100620300005700631336003500688337002800723338002700751348003300778382005400811383001700865490002400882500004400906500027300950504004101223546002001264650006001284650006201344650007201406650007401478650008801552650003801640655005101678655004501729655004401774655003801818655002601856655003201882655001901914655002501933655003101958655003401989655003202023655002902055700003202084830004202116938004202158938005402200994001202254on1286534190OCoLC20230718213016.0220716t20212021it dvl ehi n zxx d a 2022453307 aOHXbengerdacDLC2 aM520156707qsaddle stitched2 a9790520156707qsaddle stitched32aV.671 M.bVigormusic a(OCoLC)12865341900 gita alccopycat00aM462b.V8 W.IIa, 31 7aM2lcco14a784qOCoLC214/eng/202302161 aViotti, Giovanni Battista,d1755-1824,ecomposer.10aSerenades,mviolins (2),nW. IV, 31,rA major;oarranged10aSerenata I per flauto, violino, viola e violoncello, op. 25 /cGiovanni Battista Viotti. aPrima edizione moderna /ba cura di Claudio Paradiso. 1aEboli :bVigormusic,c[2021] 4c©2021 a1 score (24 pages) :bfacsimiles +a4 parts ;c32 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier cstaff notationd10072rdafmn01afluten1aviolinn1aviolan1acellon1s42lcmpt bop. 25 no. 11 aFlute series ;v174 aPreface and editorial notes in Italian. a"[Le] serenate op. 25 sono ... una trascrizione delle sei originariamente dedicate a due violini soli pubblicate con il numero d'opus 23 e seguono come da tradizione la piu libera e disimpegnata consecutio di movimenti brevi tipici della serenata strumentale"--Page 4. aContains bibliographical references. bStaff notation. 0aSuites (Flute, violin, viola, cello)vScores and parts. 0aQuartets (Flute, violin, viola, cello)vScores and parts. 6aSuites (Flûte, violon, alto, violoncelle)vPartitions et parties. 6aQuatuors (Flûte, violon, alto, violoncelle)vPartitions et parties. 7aQuartets (Flute, violin, viola, cello)xScores and parts.2fast0(OCoLC)fst01906289 7aSuites.2fast0(OCoLC)fst01137633 7aArrangements (Music)2fast0(OCoLC)fst01920435 7aChamber music.2fast0(OCoLC)fst01726551 7aParts (Music)2fast0(OCoLC)fst01692889 7aScores.2fast0(OCoLC)fst01692898 7aChamber music.2lcgft 7aArrangements (Music)2lcgft 7aScores.2lcgft 7aParts (Music)2lcgft 7aMusique de chambre.2rvmgf 7aArrangements (Musique)2rvmgf 7aPartitions (Musique)2rvmgf 7aParties (Musique)2rvmgf1 aParadiso, Claudio,eeditor. 0aFlute series (Vigor Music) ;vFl.174. aOtto HarrassowitzbHARRnhar215019838 aTheodore Front Musical LiteraturebTFRTnTF515615 a92bPUL01678ccm a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040002800094024001800122024003200140028002900172028002400201035002200225041001300247042000800260046001500268050000900283072001200292082003200304100003900336245007800375246008000453250002500533264003600558264001100594300005100605336003500656337002800691338002700719348001800746348001700764348002700781382004200808546002000850500005800870505006600928650005800994655001901052655002501071655002201096938004201118994001201160on1287230060OCoLC20230718213016.0220709t20212021gw snl ei n zxx  a 2022453301 aDLCbengerdacDLCdOHX2 a97902020981272 aM202098127qsaddle stitched22aE.D. 88812bEdition Dohr32a88812bEdition Dohr a(OCoLC)12872300600 genggger apcc1 k20192edtf00aM184 7aM2lcco04a780qOCoLC222/eng/202302161 aConnell, Adrian,d1964-ecomposer.10aSonatina festiva :bfor flute and chest organ : (2019) /cAdrian Connell.1 iParallel title on cover:aSonatina festiva :bfür Flöte und Truhenorgel aPartitur und Stimme. 1aKöln :bEdition Dohr,c[2021] 4c©2021 a1 score (21 pages) + 1 part (7 pages) ;c31 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm apart2rdafnm cstaff notation2rdafmn01afluten1apositive organn1s22lcmpt bStaff notation. aBiographical and program notes in English and German.0 aPrelude -- Theme and variations -- Scherzo and trio -- Rondo. 0aSonatas (Flute and positive organ)vScores and parts. 7aScores.2lcgft 7aParts (Music)2lcgft 7aSonatinas.2lcgft aOtto HarrassowitzbHARRnhar215020784 a92bPUL02861cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159025003400174035002200208037005300230042001500283050002400298082001400322100002800336245007400364264004200438300002800480336002600508337002800534338002700562504005700589505106100646630004301707630004401750650005501794650004801849650003901897650004401936650005401980650007402034650005102108650005702159650007102216710004302287938004902330994001202379on1287917432OCoLC20230718213016.0211207s2021 ii b 000 0 eng  a 2020514908 aDLCbengerdacDLCdDKAGEdOCLCFdDLCdPTS a9789390569939 a9390569931 aI-E-2020514908; 13-90 ; 79-90 a(OCoLC)1287917432 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc00aBR115.E3bI889 202104a220.62231 aItty, John M.,eauthor.10aBiblical perspective on political economy and empire /cJohn M. Itty. 1aKashmere Gate, Delhi :bISPCK,c2021. axxx, 229 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 226-229).00gPart 1.tWealth, welfare, economy, economics and political economy.tWealth and welfare --tNature and functioning of the economy --tEconomics and political economy --gPart 2.tGod's approach to wealth and poverty.tBible on material wealth --tBible on poverty and the poor --gPart 3.tImportant issues in political economy, and God's approach to them.tAggressive consumption --tWork and the workers --tSlaves, migrant workers and refugees --tThe ascent of money and financialisation of the economy --tViolence-ridden accumulation --tThe race for debt-driven economic progress --tCoalition of economic, political and religious powers --tThe empire today --gPart 4.tEncroachment on God's domain by political economy.tPrivate appropriation of land --tCommoditization of water --tForcing people to sell their body --gPart 4.tPolitical economy of the Israelites, and Jesus on 'empire'.tPolitical economy of the Israelites at different stages --tConflict between the interests of God of Israel and their kings --tJesus' approach to empire.00aBiblexCriticism, interpretation, etc.06aBiblexCritique, interprétation, etc. 0aChristianityxEconomic aspectsxBiblical teaching. 0aEconomicsxReligious aspectsxChristianity. 0aKingdom of GodxBiblical teaching. 6aRoyaume de DieuxEnseignement biblique. 7aEconomics in the Bible.2fast0(OCoLC)fst00902248 7aEconomicsxReligious aspectsxChristianity.2fast0(OCoLC)fst00902184 7aSociology, Biblical.2fast0(OCoLC)fst01123940 7aWealthxBiblical teaching.2fast0(OCoLC)fst01172974 7aWealthxReligious aspectsxChristianity.2fast0(OCoLC)fst011729922 aI.S.P.C.K. (Organization),epublisher. aD. K. Agencies (P) Ltd.bDKAPnDK-294833-PBK a92bPUL02078cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040005000094019001500144020001800159020001500177035004100192041001800233042001400251050002200265082001200287100002300299240002200322245009300344264005500437300004000492336002600532337002800558338002700586490014100613546010300754504006900857650005900926650007200985650006301057650005401120650006401174655006201238655004301300700004501343700003001388830014401418938003401562994001201596on1290170312OCoLC20230718213016.0211109s2021 it a b 001 0 ita  a 2021395823 aHULbengerdacDLCdC3LdOCLCFdHTVdIULdHUL a1292475805 a9788884508461 a8884508460 a(OCoLC)1290170312z(OCoLC)12924758051 aitaalathgrc alccopycat00aML168.P7bM4 202114a7802140 aPlutarch,eauthor.10aDe musica.lLatin10aPlutarchi Chaeronensis De musica Carolo Valgulio interprete /ca cura di Angelo Meriani. 1aFirenze :bSISMEL · Edizioni del Galluzzo,c2021. a156 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aRitorno dei classici nell'Umanesimo. III, Edizione nazionale delle traduzioni dei testi greci in età umanistica e rinascimentale ;v12 aLatin translation of the original Ancient Greek text; introduction and critical matter in Italian. aIncludes bibliographical references (pages 125-135) and indexes. 0aMusicxPhilosophy and aestheticsvEarly works to 1800. 0aMusic, Greek and RomanxHistory and criticismvEarly works to 1800. 6aMusiquexPhilosophie et esthétiquevOuvrages avant 1800. 7aMusic, Greek and Roman.2fast0(OCoLC)fst01030666 7aMusicxPhilosophy and aesthetics.2fast0(OCoLC)fst01030408 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aEarly works.2fast0(OCoLC)fst014116361 aValgulius, Carolus,d-1498,etranslator.1 aMeriani, Angelo,eeditor. 0aRitorno dei classici nell'Umanesimo.nIII,pEdizione nazionale delle traduzioni dei testi greci in età umanistica e rinascimentale ;v12. aCasalini LibribCASAn5054504 a92bPUL02697cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040006200094015001900156016001800175019002700193020003100220020001500251020002600266035006000292042000800352043001200360050002200372082003400394100002900428245006400457264004500521300003500566336002600601337002800627338002700655520105300682600002001735650002901755650002901784650003801813650005501851651003701906648002101943655004701964655004302011655003902054655002802093938004102121938002902162994001202191on1291170478OCoLC20230718213016.0220420s2022 cauc 000 0 eng  a 2022907467 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdSFRdGP5dJQFdYDX aGBC2F43262bnb7 a0207298132Uk a1290841815a1291147753 a9781647422516q(paperback) a1647422515 z9781647422523q(epub) a(OCoLC)1291170478z(OCoLC)1290841815z(OCoLC)1291147753 apcc ae-sp---00aHQ801b.M528 202200a306.73092aB223/eng/202307171 aMencos, Isidra,eauthor.10aPromenade of desire :ba Barcelona memoir /cIsidra Mencos. 1aBerkeley, CA :bShe Writes Press,c2022. a291 pages :bportrait ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"María Isidra is a proper Catholic girl raised in 1960s Spain by a strong matriarch during a repressive dictatorship. Early sexual trauma and a hefty dose of fear keep her in line for much of her childhood, but also lead her to live a double life. In her home, there is no discussing the needs of her growing body. In the street, kissing in public is forbidden. Upon the dictator's death in 1975, Spain bursts wide open, giving way to democracy and a cultural revolution. Barcelona's vibrant downtown and its new freedoms seduce María Isidra. She dives into a world of activism, communal living, literature, counterculture, open sexuality, and alcohol. And yet she knows something is missing. Longing to reconnect with her body--from which she has felt estranged since childhood--she finds a surprising home in a rundown salsa club, where the lush rhythm sparks a deep wave of healing. Transformed, she sets off on a series of sexual and romantic misadventures, in search for what she has always found painfully elusive: true intimacy"--cAmazon.10aMencos, Isidra. 0aMan-woman relationships. 0aWomenzSpainvBiography. 0aSpainxHistoryy1975-vBiography. 7aMan-woman relationships.2fast0(OCoLC)fst01007080 7aSpain.2fast0(OCoLC)fst01204303 7aSince 19752fast 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 7aAutobiographies.2lcgft aYBP Library ServicesbYANKn17782351 aBrodartbBRODn131551353 a92bPUL03146cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002300094019003900117020003100156020002800187020002700215020002400242035007900266042001400345050002200359082003400381100003900415245007400454264004300528264001100571300004600582336002600628337002800654338002700682504005700709520147200766650002502238650002502263650005502288650002702343650005102370650005302421650008102474650005102555938004102606938002902647994001202676on1292589789OCoLC20230718213016.0230714t20222022mnua b 000 0 eng d a 2023277881 aYDXbengerdacDLC a1292523823a1292565028a1292706236 a9781506484785q(paperback) a1506484786q(paperback) z9781506484792q(ebook) z1506484794q(ebook) a(OCoLC)1292589789z(OCoLC)1292523823z(OCoLC)1292565028z(OCoLC)1292706236 alccopycat00aBV4511b.L44 202204a248.4223/eng/20221107qOCoLC1 aLee, Cindy S.q(Sing-Yi),eauthor.10aOur unforming :bde-westernizing spiritual formation /cCindy S. Lee. 1aMinneapolis :bFortress Press,c[2022] 4c©2022 aviii, 154 pages :billustrations ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 143-149). aChristian spiritual formation resources and teachings have primarily come from Western spiritual traditions. Our current approach to formation comes out of that way of thinking and being, communicating that the white experience of God is the norm and authority. In Our Unforming: De-Westernizing Spiritual Formation, Cindy S. Lee proposes that we as the church need a new way to engage in spiritual formation. To thrive in our increasingly diverse contexts, we need an unforming and a reforming of our souls. We need to unform the ways Western-dominated church leaders have understood formation. We need to reform--to imagine and create a more intricate spirituality that includes diverse experiences of God. Our Unforming is organized into three cultural orientations and eight postures. Lee proposes that when we consider non-Western cultural ways of being--turning from linear to cyclical, from cerebral to experiential, and from individual to collective--the formation journey shifts. We live out these movements through postures, ways of entering into deeper spiritual transformation. The eight postures reflect our experience of time, generations, imagination, uncertainty, language, work, dependence, elders, and harmony. Lee offers a more robust spirituality to hold the complexities of a multicultural God and the God-human relationship. Our Unforming is sure to inspire further conversation as it shifts how we approach formation in our diverse communities. 0aSpiritual formation. 0aChristian education. 0aMulticulturalismxReligious aspectsxChristianity. 0aChurch and minorities. 7aChristian education.2fast0(OCoLC)fst00859019 7aChurch and minorities.2fast0(OCoLC)fst00860489 7aMulticulturalismxReligious aspectsxChristianity.2fast0(OCoLC)fst01028850 7aSpiritual formation.2fast0(OCoLC)fst01130081 aYBP Library ServicesbYANKn17794763 aBrodartbBRODn131735373 a92bPUL03176cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020002700138020001500165035002200180041001800202042001400220043001200234050002400246082001000270110007900280245013600359246004600495264004300541264001100584300007400595336002600669336003300695337002800728338002700756504004100783520115600824546005801980610004702038650007602085650007802161651005702239650004102296650008002337650007802417651005402495655003902549700004102588938004102629994001202670on1293296715OCoLC20230718213016.0220204t20232023ne ace b 000 0ddut d a 2023417157 aERASAbengerdacDLCdJPGdOCLCFdERASA a9789462086944q(cloth) a946208694X a(OCoLC)12932967150 adutbdutbeng alccopycat ae-ne---00aNA6403.N4bC75 202304a724.62 aCrimson Architectural Historians (Firm : Rotterdam, Netherlands),eauthor.10aMeelfabriek CO-OP :been industrieel icoon in de Rotterdamse haven /cauteurs, Crimson Historians & Urbanists, Sebastian van Damme.30aIndustrieel icoon in de Rotterdamse haven 1aRotterdam :bnai010 uitgevers,c[2023] 4c©2023 a300 pages :billustrations (chiefly color), plans, portraits ;c32 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.8 aAan de Rijnhavenkade in Rotterdam staat Meelfabriek CO-OP aan de vooravond van een transformatie. Vlak voor het startschot van deze ingrijpende ontwikkeling is de huidige vorm van het iconische industriële gebouw gedocumenteerd en de bijzondere ontstaansgeschiedenis ervan vastgelegd.00'Meelfabriek CO-OP' vertelt aan de hand van een architectonisch, stedenbouwkundig en cultuurhistorisch onderzoek door Crimson Historians & Urbanists de bouw, gebruiksgeschiedenis en functie van dit industriële erfgoed. Het rijk geïllustreerde boek belicht de ruimtelijke historische context van Katendrecht, de totstandkoming van de meelfabriek, de ondergang van de coöperatieve beweging, de partijen die daarna actief waren in het gebouw en het complexe functioneren van de meelfabriek in relatie tot de architectuur van het gebouw.00Naast een korte biografie van de architect, rijksbouwmeester en stedenbouwkundige J.J.M. Vegter, zijn hedendaagse beschrijvingen opgenomen en getuigenverslagen van Rotterdammers. Aangevuld met een uitgebreid beeldessay van fotograaf Sebastian van Damme documenteert dit boek een rijksmonument op een belangrijk kantelpunt. aText in Dutch; includes summary in Dutch and English.20aMeelfabriek CO-OP (Rotterdam, Netherlands) 0aIndustrial buildingsxRemodeling for other usezNetherlandszRotterdam. 0aHistoric buildingsxConservation and restorationzNetherlandszRotterdam. 0aRotterdam (Netherlands)xBuildings, structures, etc. 7aBuildings.2fast0(OCoLC)fst00840962 7aHistoric buildingsxConservation and restoration.2fast0(OCoLC)fst00957729 7aIndustrial buildingsxRemodeling for other use.2fast0(OCoLC)fst00970893 7aNetherlandszRotterdam.2fast0(OCoLC)fst01204434 7aHistory.2fast0(OCoLC)fst014116281 aDamme, Sebastian van,ephotographer. aErasmus BoekhandelbERAAn0000399241 a92bPUL01651cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129020001500147035002200162042000800184043001200192050002100204111010600225245008600331250002200417264005600439300004600495336002600541337002800567338002700595500005400622504004100676650005600717650005400773650004500827710005500872880009600927880007201023880002301095880004901118880005001167994001201217on1293828407OCoLC20230718213016.0220127s2021 cc a b 100 0 chi  a 2021432748 aDLCbengerdacDLCdLNN c$1 a9787507761382 a750776138X a(OCoLC)1293828407 apcc aa-cc---00aAM148b.W46 20192 6880-01aWen wu zhan lan an quan xue shu yan tao huid(2019 :cXuzhou, Jiangsu Sheng, China)jcreator.106880-02aWen wu zhan lan an quan yan jiu /cWen wu zhan lan an quan ke ti zu bian. 6880-03aDi 1 ban. 16880-04aBeijing Shi :bXue yuan chu ban she,c2021. a2, 2, 260 pages :billustrations ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aProceedings of conference held November 28, 2019. aIncludes bibliographical references. 0aMuseum objectszChinaxSafety measuresvCongresses. 6aObjets d'artvExpositionsxSécuritéxMesures. 6aObjets exposésxSécuritéxMesures.2 6880-05aWen wu zhan lan an quan ke ti zu,eeditor.2 6111-01a文物展览安全学术研讨会d(2019 :cXuzhou, Jiangsu Sheng, China)jcreator.106245-02a文物展览安全研究 /c文物展览安全课题组编. 6250-03a第 1 版. 16264-04a北京市 :b學苑出版社,c2021.2 6710-05a文物展览安全课题组,eeditor. a92bPUL01042ccm a2200301 a 4500001001300000003000600013005001700019008004100036010001700077040001800094028004200112035002200154042001400176050000800190100004400198245011500242260005100357300003200408500002200440500005100462650002600513650005200539655001900591655002200610938005400632938004200686994001200728on1293992342OCoLC20230718213016.0220730s2021 xxkuul n zxx d a 2022453213 aTDFbengcDLC32ace-av1de1-pr-sbCE, Composers Edition a(OCoLC)1293992342 alccopycat00aM251 aVrebalov, Aleksandra,d1970-ecomposer.10aDanube etude :bfor prepared piano with fine metal chains and ping pong balls : (2021) /cAleksandra Vrebalov. a[Oxfordshire] :bCE, Composers Edition,c2021. a1 score (6 pages) ;c30 cm. aTitle from cover. aCommissioned by and written for Branka Parlic. 0aPrepared piano music. 7aPrepared piano music.2fast0(OCoLC)fst01075500 7aScores.2lcgft 7aArt music.2lcgft aTheodore Front Musical LiteraturebTFRTnTF515874 aOtto HarrassowitzbHARRnhar215017544 a92bPUL03661cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040009000094015001900184016001800203019003900221020003100260020002800291020002700319035007900346042001400425050002300439082001800462100003400480245009000514250001900604264003800623300004400661336002600705337002800731338002700759504006700786505028700853520012201140520119801262650002302460650002602483650001802509650002202527650002902549650004902578650005202627650004402679650003002723650003302753650002502786776022602811938004103037938002903078994001203107on1294391653OCoLC20230718213016.0211220s2022 nyua b 001 0 eng d a 2021953008 aTOHbengerdacDLCdTOHdIMTdOJ4dSDGdCGBdUKMGBdYDXdBDXdGZTdZ#6dINRdNWQdMUU aGBC2398212bnb7 a0205100752Uk a1257292452a1297033664a1298596724 a9781541700093q(hardcover) a1541700090q(hardcover) z9781541700109q(ebook) a(OCoLC)1294391653z(OCoLC)1257292452z(OCoLC)1297033664z(OCoLC)1298596724 alccopycat00aHV551.2b.K39 202204a658.4/0562231 aKayyem, Juliette N.,eauthor.14aThe devil never sleeps :blearning to live in an age of disasters /cJuliette Kayyem. aFirst edition. 1aNew York :bPublicAffairs,c2022. aix, 219 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 193-209) and index.00gPrologue --tWhat's in a name? --tAssume the boom --tWhat's the word? --tUnity of effort --tAvoid the last line of defense trap --tStop the bleed --tThe way we were --tThe near miss fallacy --tListen to the dead --gConclusion:tWhere to begin if it never ends --gEpilogue. aAn urgent, transformative guide to dealing with disasters from one of today's foremost thinkers in crisis management. a"The future may still be unpredictable, but nowadays, disasters are not. We live in a time of constant, consistent catastrophe, where things more often go wrong than they go right. So why do we still fumble when disaster hits? Why are we always one step behind? In The Devil Never Sleeps, Juliette Kayyem lays the groundwork for a new approach to dealing with disasters. Presenting the basic themes of crisis management, Kayyem amends the principles we rely on far too easily. Instead, she offers us a new framework to anticipate the "devil's" inevitable return, highlighting the leadership deficiencies we need to overcome and the forward thinking we need to harness. It's no longer about preventing a disaster from occurring, but learning how to use the tools at our disposal to minimize the consequences when it does. Filled with personal anecdotes and real-life examples from natural disasters like the California wildfires to man-made ones like the Boeing 737 MAX crisis, The Devil Never Sleeps is a guide for governments, businesses, and individuals alike on how to alter our thinking so that we can develop effective strategies in the face of perpetual catastrophe.''--Dust jacket flap. 0aCrisis management. 0aEmergency management. 0aPreparedness. 6aGestion de crise. 6aÉtat de préparation. 7aCrisis management.2fast0(OCoLC)fst00883617 7aEmergency management.2fast0(OCoLC)fst00908500 7aPreparedness.2fast0(OCoLC)fst01075502 7aCrisis management.2sears 7aEmergency management.2sears 7aPreparedness.2sears08iOnline version:aKayyem, Juliette.tDevil Never Sleeps: Learning to Live in an Age of Disasters.d[Place of publication not identified] : Hachette Book Group (eBook) : PublicAffairs, 2022z9781541700109w(OCoLC)1312648472 aYBP Library ServicesbYANKn17503539 aBrodartbBRODn130125083 a92bPUL03471cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004500094016001800139020002800157020003100185020002500216020002600241035002200267042001400289050002200303055002200325082001400347084001800361100003100379245011700410264007000527264001100597300004100608336003300649336002600682337002800708338002700736490003300763504005700796505046200853520132401315650002202639650003902661650006702700650006402767700003202831700003602863700003002899700003602929994001202965on1295679796OCoLC20230718213016.0220208t20212021quca b 000 0 fre  a 2022482789 aCDXbengerdacDLCdCDXdTOHdUABdUKMGB7 a0205834842Uk a2760644898q(paperback) a9782760644892q(paperback) z9782760644908q(PDF) z9782760644915q(EPUB) a(OCoLC)1295679796 alccopycat00aHV7921b.D87 2021 3aHV7921b.D87 202104a363.2223 acci1icc2lacc1 aDupont, Benoît,eauthor.12aL'avenir du travail policier /cBenőt Dupont, Anthony Amicelle, Řmi Boivin, Francis Fortin et Samuel Tanner. 1a[Montřal] :bLes Presses de l'Universiť de Montřal,c[2021] 4c©2021 a186 pages :billustrations ;c23 cm. astill imagebsti2rdacontent atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCollection Jean-Paul Brodeur aIncludes bibliographical references (pages 159-186).00tIntroduction /rBenőt Dupont --tLa police, le radicalisme et l'extr̊misme violent /rSamuel Tanner --tLa police et la přvention de la cybercriminaliť /rBenőt Dupont --tLa police et les criẗres d'̌valuation de son rendement /rŘmi Boivin --tLes plateformes de m̌dias sociaux et l'intervention policïre /rFrancis Fortin --tLe policing, les nouvelles technologies et les algorithmes /rAnthony Amicelle --tConclusion /rBenőt Dupont. a"Cet ouvrage tente de cerner les tendances sociales, technologiques ou ̌conomiques assocǐes ̉ l'av̈nement d'Internet et ̉ la mondialisation des ̌changes qui transforment le travail policier. Il s'agit d'un portrait přcis et exhaustif de cette mouvance qui influence et fȧonne irřm̌diablement les pratiques professionnelles des institutions charǧes de faire appliquer la loi et de garantir la šcuriť des citoyens. ° la fois bilan de ce qui est ̉ retenir ou ̉ rejeter et photographie des meilleures avenues pour penser l'avenir, on y aborde cinq tḧmes, tous en relation avec la řaliť du Canada: l'extřmisme violent, la cybercriminaliť, les criẗres de mesure de l'efficaciť du travail policier, les m̌dias sociaux et enfin l'usage des algorithmes. Ce collectif řunit cinq chercheurs de grande řputation qui analysent et documentent la nature de cette ̌volution socǐtale sur les organisations policïres dans un contexte technologique en perp̌tuel mouvement. Il s'adresse particulïrement aux chercheurs et aux ̌tudiants en criminologie et en science politique, mais aussi aux politiques, aux gestionnaires policiers et aux journalistes qui couvrent les affaires criminelles ; enfin ̉ tous ceux qui s'inťressent au fonctionnement de la police." - publisher's description. 0aPolicexPractice. 0aPolicexTechnological innovations. 6aPolice0(CaQQLa)201-0000408xInnovations.0(CaQQLa)201-0379286 6aPolice0(CaQQLa)201-0000408xPratique.0(CaQQLa)201-03776901 aAmicelle, Anthony,eauthor.1 aBoivin, Rémi,d1983-eauthor.1 aFortin, Francis,eauthor.1 aTanner, Samuel,d1975-eauthor. a92bPUL01633cjm a2200433 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040003000109028002200139035002200161041001300183042001400196050002400210100002500234245004800259260003400307300002700341336003700368337002300405338003100428344001800459344001500477500002600492511009900518500005300617505025500670650002000925650001900945650002200964650002900986650004501015650004601060700003401106710004701140994001201187on1295733931OCoLC20230718213016.0sd bmmennmplue770216s1955 ilusgnn ei n heb d a 99567320  aCGPbengcDLCdOCLCFdCGP02aMG 20052bMercury a(OCoLC)12957339310 ahebayid alccopycat14aM1852.S54bF76 19551 aSheyṿer, Ema.4prf10aFrom the heart of a people /cEmma Schaver. a[Chicago] :bMercury,c[1955] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr c33 1/3 rpm aTitle from container.0 aEmma Schaver, soprano ; Voice of Zion vocal and instrumental ensemble ; Marc Lavry, conductor. aProgram notes and text paraphrases on container.0 aShir hashirim / L. Saminsky -- Kinneret / M. Lavry -- Nigun / L. Weiner -- Drei yingelech / N. Saslawsky -- Tsvei vaise toiln / S. Golub -- Reisala / M. Gebirtig -- Ani maamin -- Wiglied -- Es brennt / M. Gebirtig -- Nirkoda -- Partisanen / H. Glick. 0aSongs, Yiddish. 0aSongs, Hebrew. 6aChansons yiddish. 6aChansons hébraïques. 7aSongs, Hebrew.2fast0(OCoLC)fst01126361 7aSongs, Yiddish.2fast0(OCoLC)fst011265791 aLavry, Marc,d1903-1967.4cnd1 aIsrael.bRashut ha-shidur.bTizmoret.4prf a92bPUL02299cjm a2200589 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144024001500161028002300176028002900199035002200228042001400250043001200264050001600276100004800292245004300340264003500383264001200418300004100430336003700471337002300508338003100531340002400562344001900586344001900605344001900624347002200643347001300665500002700678500005700705511026800762508002901030518005101059500004101110505018401151650002101335650002701356650003301383650003501416650004501451650003601496650005301532650006001585655001701645700003501662994001201697on1296996020OCoLC20230718213016.0sd fsngnnmmned230714t19921992nyujznn fi n zxx d a 2023624765 aVVWbengerdacDLCdOCLCFdVVW1 a0124163142201 a124163142202a63142-2bNovus/RCA02a01241 63142-2bNovus/RCA a(OCoLC)1296996020 alccopycat an-us--- 4aCD784.1655H1 aHart, Antonio,ecomposer,einstrumentalist.10aDon't you know I care /cAntonio Hart. 1aNew York, NY :bNovus,c[1992] 4c℗1992 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in.f1.4 m/s. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll but the 4th & 7th works written by Antonio Hart.0 aAntonio Hart, alto saxophone ; Aaron Graves, piano ; Rodney Whitaker, bass ; Greg Hutchinson, drums ; Darren Barrett, trumpet ; with, Gary Bartz, alto saxophone (3rd work) ; Jamal Haynes, trombone (6th & 7th works) ; Kimati Dinizulu, percussion (5th & 9th works). aProduced by Jimmy Heath. oRecordedpBMG Recording Studios, New York, NY. aProgram notes inserted in container.0 aZero grade reliance -- Black children -- At the Closet Inn -- Don't you know I care -- Mandela freed -- Do what you want -- Jessica's day -- Black & gold -- From across the ocean. 0aJazzy1991-2000. 0aSaxophone music (Jazz) 6aSaxophone, Musique de (Jazz) 6aSaxophone et ensemble de jazz. 7aCompact discs.2fast0(OCoLC)fst00871275 7aJazz.2fast0(OCoLC)fst00982165 7aSaxophone music (Jazz)2fast0(OCoLC)fst01106225 7aSaxophone with jazz ensemble.2fast0(OCoLC)fst01106239 7aJazz.2lcgft1 aHeath, Jimmy,eaudio producer. a92bPUL01900cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040004000094016001800134019001500152020001800167020001500185035004100200042000800241043001200249050002800261100003100289245003800320250001500358264005000373300004000423336002600463337002800489338002700517504005200544650003700596650004800633651004000681650002600721651003200747651003900779650004100818650005100859650003000910651003400940650004400974650005801018650004801076650003601124651003801160651004601198648002001244655004301264655003901307994001201346on1302203421OCoLC20230718213016.0210319s2020 pl a b 000 0cpol  a 2022380775 aDLCbengcDLCdHULdYUSdUKMGBdNYP7 a0204996972Uk a1256655413 a9788364676031 a8364676032 a(OCoLC)1302203421z(OCoLC)1256655413 apcc ae-pl---00aDS134.66.P58bK684 20201 aKowalski, Rafał,eauthor.10aReszta ciała /cRafał Kowalski. aWydanie 1. 1aPłock :bMuzeum Mazowieckie w Płocku,c2020 a227 pages :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 226). 0aJewszPolandzPłockvBiography. 0aJews, PolishzForeign countriesvBiography. 0aPolandxEmigration and immigration. 0aAntisemitismzPoland. 0aPolandxHistoryy1945-1980. 0aPłock (Poland)xEthnic relations. 6aJuifszPolognezPłockvBiographies. 6aJuifs polonaiszPays étrangersvBiographies. 6aAntisémitismezPologne. 6aPolognexHistoirey1945-1980. 7aAntisemitism.2fast0(OCoLC)fst00810769 7aEmigration and immigration.2fast0(OCoLC)fst00908690 7aEthnic relations.2fast0(OCoLC)fst00916005 7aJews.2fast0(OCoLC)fst00983135 7aPoland.2fast0(OCoLC)fst01206891 7aPolandzPłock.2fast0(OCoLC)fst01217093 7a1945-19802fast 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 a92bPUL01965cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004900109024001700158028003400175035002200209037004600231042001400277050002700291082001800318245003300336264004800369264001100417300004100428336003700469337002300506338003100529340001400560344001900574344001900593344001900612347002200631347001300653500002700666511001800693500003300711505021000744650002700954650002800981650002101009650005401030650004201084648002001126655005401146655004201200655003501242655001801277655002801295655002601323700003801349994001201387on1303392571OCoLC20230718213016.0sd fsngnnmmned230714s2022 ilurcnn d n eng d a 2023627031 aTEFMTbengerdacDLCdTEFdOCLCFdUOKdTEFMT1 a64411004452502aPRC-445bPolyvinyl Record Co. a(OCoLC)1303392571 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM1630.18.C64bW58 202204a782.4216622300aWith people /cDiane Coffee. 1a[Champaign, Illinois] :bPolyvinyl,c[2022] 4c©2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aDiane Coffee. aLyrics printed on container.00tCorrina from Colina --tBullied --tForecastr(featuring Deep Sea Diver) --tThe great escape --tOur love ; The run --tSharks --tHollywood --tForever you & I --tWhat good is it now --tSong for David. 0aRock musicy2021-2030. 0aAlternative rock music. 6aRock alternatif. 7aAlternative rock music.2fast0(OCoLC)fst00806181 7aRock music.2fast0(OCoLC)fst01099204 7a2021-20302fast 7aAlternative rock music.2fast0(OCoLC)fst01726525 7aRock music.2fast0(OCoLC)fst01726724 7aAlternative rock music.2lcgft 7aSongs.2lcgft 7aRock alternatif.2rvmgf 7aRock (Musique)2rvmgf1 aCoffee, Diane,d1987-eperformer. a92bPUL01751ccm a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028003800117035002200155042001400177046001500191050000900206072001200215100003800227245005700265250001100322264005300333264001100386300003200397336003500429337002800464338002700492348002400519348003300543382014500576500001700721500011200738500003500850500004000885546002000925650010500945655004501050655003801095655002601133655001901159710004901178938004201227994001201269on1304454602OCoLC20230718213016.0220730t20212020enkuul n zxx d a 2021560340 aOHXbengerdacDLC32ace-lp1cc1-pr-sbComposers Edition a(OCoLC)1304454602 alccopycat k20202edtf00aM985 7aM2lcco1 aPlowman, Lynne,d1969-ecomposer.10aClarion call :bfor ensemble, 2020 /cLynne Plowman. aScore. 1a[Chipping Norton] :bComposers Edition,c[2021?] 4c©2020 a1 score (40 pages) ;c30 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascoreb10072rdafnm cstaff notationd10072rdafmn01afluten1dpiccolon1aclarinetvin B♭n1atrumpetn1aaccordionn1apianon1apercussionn1aviolinn1acellon1adouble bassn1s92lcmpt aCover title. aFor flute/piccolo, clarinet in B♭, trumpet, accordion, piano, percussion, violin, cello, and double bass. aDuration: approximately 9 min. aCommissioned by Ensemble Telemaque. bStaff notation. 0aNonets (Accordion, piano, clarinet, flute, trumpet, percussion, violin, cello, double bass)vScores. 7aChamber music.2fast0(OCoLC)fst01726551 7aScores.2fast0(OCoLC)fst01692898 7aChamber music.2lcgft 7aScores.2lcgft2 aEnsemble Télémaque,ecommissioning body. aOtto HarrassowitzbHARRnhar215021922 a92bPUL01514cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040005200094015001900146016001800165019002700183020002600210020001500236035006000251042000800311043001200319050002400331082001700355100002900372245003500401264006200436300004100498336002600539336003300565337002800598338002700626490002200653651004600675651006200721651004800783651004600831655003900877655004700916830002300963938004100986938002901027994001201056on1308393055OCoLC20230718213016.0220224s2022 scua 000 0deng  a 2022933606 aDLCbengerdacDLCdUKMGBdOCLCFdIMFdBDXdYDX aGBC2G00392bnb7 a0207392302Uk a1308798595a1309023134 a9781467108287q(pbk.) a1467108286 a(OCoLC)1308393055z(OCoLC)1308798595z(OCoLC)1309023134 apcc an-us-tx00aF394.C825bI73 202204a976.45312231 aIsaacs, Sandie,eauthor.10aCrowley /cSandie Isaacs, MLS. 1aCharleston, South Carolina :bArcadia Publishing,c[2022] a127 pages :billustrations ;c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aImages of America 0aCrowley (Tex.)xHistoryvPictorial works. 0aCrowley (Tex.)xSocial life and customsvPictorial works. 0aCrowley (Tex.)vBiographyvPictorial works. 7aTexaszCrowley.2fast0(OCoLC)fst01211711 7aHistory.2fast0(OCoLC)fst01411628 7aPictorial works.2fast0(OCoLC)fst01423874 0aImages of America. aYBP Library ServicesbYANKn17892662 aBrodartbBRODn132252856 a92bPUL00928cam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159035002200174042000800196050002800204100002900232245004400261264004000305300004000345336002600385337002800411338002700439490001200466655003800478655001900516830003700535938003000572994001200602on1308762010OCoLC20230718213016.0220331s2021 ag a 000 0 spa  a 2022409779 aDLCbengerdacDLCdSTFdOCLCFdIULdARFGC a9789874794864 a9874794860 a(OCoLC)1308762010 apcc00aPQ7798.17.E52bO76 20211 aGenovese, Alicia,d1953-10aOro en la lejanía /cAlicia Genovese. 1aBuenos Aires :bGog y Magog,c2021. a85 pages :billustrations ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aPoesía 7aPoetry.2fast0(OCoLC)fst01423828 7aPoetry.2lcgft 0aPoesía (Gog y Magog Ediciones) aVentarabVENTn0-202608/6 a92bPUL01568cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155042001500177043001200192050002800204100003400232245014700266246003300413264005100446300004500497336002600542337002800568338002700596600003400623650003600657650004800693651005100741650004000792651005400832650005500886650004200941651003800983648002001021655004301041700005001084994001201134on1308953581OCoLC20230718213016.0220319s2020 ug a 001 0beng  a 2022324049 aDLCbengerdacDLCdZCU a9789970977208 a9970977202 a(OCoLC)1308953581 apccalcode af-ug---00aDT433.287.B53bP33 20201 aP'Ado, Wagira Moses,eauthor.10aJaberi Bidandi SSali :bthe perilous voyage of a patriot : a political biography /cby P'Ado Moses Wagira ; foreword by prof. Mahmood Mamdani.17aPerilous voyage of a patriot 1a[Uganda] :b[publisher not identified],c2020. axxv, 233 pages :billustrations ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aBidandi-Ssali, Jaberi,d1937- 0aPoliticianszUgandavBiography. 0aPresidential candidateszUgandavBiography. 0aUgandaxPolitics and governmenty21st century. 6aPrésidentszOugandavBiographies. 6aOugandaxPolitique et gouvernementy21e siècle. 7aPolitics and government.2fast0(OCoLC)fst01919741 7aPresidents.2fast0(OCoLC)fst01075723 7aUganda.2fast0(OCoLC)fst01210282 7a2000-20992fast 7aBiographies.2fast0(OCoLC)fst019198961 aMamdani, Mahmood,d1946-ewriter of foreword. a92bPUL02617cam a2200589 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020002800148020003100176020002800207020002700235035002200262042001400284043001200298050002600310100002800336245017600364264005200540300006200592336002600654337002800680338002700708504005700735520029400792650004701086650003901133650002501172651004701197651003901244650003001283650005501313650002601368651005001394651004301444650003401487650003901521650004201560650005601602650005501658650004701713651006101760651003901821655003901860700004401899700004601943710002601989994001202015on1308953673OCoLC20230718213016.0210910s2021 vtua b 000 0 eng d a 2021918618 aVTUbengerdacDLC a9781578690633q(Paperback) a1578690633q(Paperback) z9781578690824q(Hardcover) z157869082Xq(Hardcover) z9781578690831q(eBook) a(OCoLC)1308953673 alccopycat an-us-vt00aHD2769.2.U6bW55 20211 aWilhelm, Doug,eauthor.10aCatalysts for change :bhow nonprofits and a foundation are helping shape Vermont's future /cDoug Wilhelm ; preface by Jeffrey Hollender ; introduction by Crea Lintilhac. 1aMontpelier, VT :bRootstock Publishing,c[2021] axvii, 289 pages :bblack and white illustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 267-287). a"Supported by an activist family foundation [Lintilhac] and often working closely with it, Vermont nonprofits have played vital roles in making positive progress on these and other complex challenges. Catalysts for Change tells what these partnerships have achieved, and how."--Back cover. 0aNonprofit organizationszVermontxHistory. 0aMaternal health serviceszVermont. 0aJournalismzVermont. 0aChamplain, LakexEnvironmental conditions. 0aVermontxEnvironmental conditions. 0aQuality of lifezVermont. 6aAssociations sans but lucratifzVermontxHistoire. 6aJournalismezVermont. 6aChamplain, LacxConditions environnementales. 6aVermontxConditions environnementales. 6aQualité de la viezVermont. 7aEcology.2fast0(OCoLC)fst00901476 7aJournalism.2fast0(OCoLC)fst00984032 7aMaternal health services.2fast0(OCoLC)fst01011995 7aNonprofit organizations.2fast0(OCoLC)fst01038875 7aQuality of life.2fast0(OCoLC)fst01085009 7aNorth AmericazLake Champlain.2fast0(OCoLC)fst01244711 7aVermont.2fast0(OCoLC)fst01204305 7aHistory.2fast0(OCoLC)fst014116281 aHollender, Jeffrey,ewriter of preface.1 aLintilhac, Crea,ewriter of introduction.2 aLintilhac Foundation. a92bPUL02709cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040003800094020002600132020001500158035002200173042000800195043001200203050002200215100003000237245003700267264006200304300004100366336002600407336003300433337002800466338002700494490002200521504005200543520123300595651005301828651006901881650004201950651004901992655004302041655003902084655004702123830002302170938004102193938002902234994001202263on1309031284OCoLC20230718213016.0211112s2022 scua b 000 0deng  a 2021950639 aDLCbengerdacDLCdS#LdBDXdYDX a9781467108201q(pbk.) a1467108200 a(OCoLC)1309031284 apcc an-us-mn00aF612.W7bB46 20221 aBennick, Walter,eauthor.10aWinona County /cWalter Bennick. 1aCharleston, South Carolina :bArcadia Publishing,c[2022] a127 pages :billustrations ;c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aImages of America aIncludes bibliographical references (page 127). aWinona County, located in the Driftless Area of southeastern Minnesota, was organized in 1854 by an act of the territorial legislature. Following treaties with the local Native Americans, many eastern farmers came to the frontier to settle on a rich land obtained through a system of land transfers called patents. As the area opened to the settlers, railroads were provided with land on which to lay track across the county to bring farm products to market and carry supplies to the interior. In addition to the railroads, roadways were established and villages sprang up at regular intervals where businessmen settled to provide goods and services locally. Scattered throughout the county, churches and cemeteries were established, and one-room schoolhouses were built. As the county entered the 20th century, a system of commerce had been well established, and goods and services easily flowed about the area. However, the 20th century was also a time of change; new technologies were developed, some farms grew while other disappeared, some villages died, and the old ways were cast aside. Winona County uses rarely viewed images from the collections of the Winona County Historical Society.--cFrom publisher's description. 0aWinona County (Minn.)xHistoryvPictorial works. 0aWinona County (Minn.)xSocial life and customsvPictorial works. 0aRural lifezMinnesotazWinona County. 7aMinnesotazWinona.2fast0(OCoLC)fst01202921 7aBiographies.2fast0(OCoLC)fst01919896 7aHistory.2fast0(OCoLC)fst01411628 7aPictorial works.2fast0(OCoLC)fst01423874 0aImages of America. aYBP Library ServicesbYANKn17892655 aBrodartbBRODn132015595 a92bPUL02625cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040006700094015001900161016001800180019002700198020003100225020002800256035006000284042001400344050002400358082001700382082003100399100002800430245011500458250001900573264004500592264001100637300004400648336002600692336003300718337002800751338002700779504005100806520077800857505024701635650004501882650001601927650002601943650006201969650004202031938002902073938004102102994001202143on1309064917OCoLC20230718213016.0230706t20222022caua b 001 0 eng d a 2023277326 aYDXbengerdacDLCdYDXdUKMGBdOCLCFdSFRdBKLdUNLdBDXdTAW aGBC2H52712bnb7 a0207645142Uk a1309131439a1309863450 a9781098118730q(paperback) a1098118731q(paperback) a(OCoLC)1309064917z(OCoLC)1309131439z(OCoLC)1309863450 alccopycat00aTK7885.4b.R45 202204a620.002322304a621.39023223/eng/202212091 aReilly, Tanya,eauthor.14aThe staff engineer's path :ba guide for individual contributors navigating growth and change /cTanya Reilly. aFirst edition. 1aSebastopol, CA :bO'Reilly Media,c2022. 4c©2022 axx, 335 pages :billustrations ;c23 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"For years, companies have rewarded their most effective engineers with management positions. But treating management as the default path for an engineer with leadership ability doesn't serve the industry well--or the engineer. The staff engineer's path allows engineers to contribute at a high level as role models, driving big projects, determining technical strategy, and raising everyone's skills. This in-depth book shows you how to understand your role, manage your time, master strategic thinking, and set the standard for technical work. You'll read about how to be a leader without direct authority, how to plan ahead to make the right technical decisions, and how to make everyone around you better, while still growing as an expert in your domain"--cAmazon.com.0 aForeword -- Introduction -- What would you say you do here? -- Three maps -- Creating the big picture -- Finite time -- Leading big projects -- Why have we stopped? -- You're a role model now (sorry) -- Good influence at scale -- What's next? 0aComputer engineersxVocational guidance. 0aLeadership. 0aComputer engineering. 7aEngineersxVocational guidance.2fast0(OCoLC)fst00910688 7aLeadership.2fast0(OCoLC)fst00994701 aBrodartbBRODn132231158 aYBP Library ServicesbYANKn17896868 a92bPUL02484cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040004200094020001800136020001500154035002200169041001300191042002100204050002700225082002900252100003100281240002700312245002900339264005800368300002900426336002600455337002800481338002700509500001100536546006100547520135500608650001901963655004701982655002802029938004102057994001202098on1309133318OCoLC20230718213016.0220624s2021 si 000 1 eng d a 2022320249 aYDXbengerdacDLCdSINLBdOCLCFdYDX a9789815017793 a9815017799 a(OCoLC)13091333181 aenghmay alccopycatalcode00aPL5139.F26bP3713 201804a899/.28223/eng/202209270 aFahd Razy,d1984-eauthor.00aPascasejarah.lEnglish10aAfter time /cFahd Razy. 1aSingapore :bPenguin Random House SEA Pte Ltd,c2021. aviii, 129 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aNovel. aEnglish translation of the author's original Malay work. a"After civilization as we know it ends in a nuclear war, triggered by pursuit of black gold, mankind is given a fresh start. The thrones of power are void and unclaimed. Survivors crawl out from the darkness where they hid to wait out the aftermath of the disaster, grasping at all the hopes and opportunities above the ruins of the corrupted world. A second chance for humanity to prove itself. From semi-primitive settlements to architectural marvels, the homo-civilis sure is a master at survival. But as they breathe their new lives, greed pulses in their heartbeats. Their inner demons never cease to feed on power and riches, and this was the same curse that befell their ancestors. After Time witnesses the dawn of this new stronghold of humanity in fragments of tales, like a folklore. An ambitious commoner and a greedy royalty. A blind seer and a prodigal young genius. A murderous advisor, cunning princes, and kings who fall for their own machinations. A warrior blinded by love, and warlord who wields greed as his sword. Rulers so fearful of knowledge, they doom their people to illiteracy. Trails of blood, lust and intrigue trickle through each chapter, building up to a massive tidal wave that will eventually drag the empire to its knees, paving the way for a better generation to carry the torch of human civilization"--Amazon.com. 0aMalay fiction. 7aFantasy fiction.2fast0(OCoLC)fst01726607 7aFantasy fiction.2lcgft aYBP Library ServicesbYANKn17897895 a92bPUL01767cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040003300094066000700127035002200134042001400156050002400170100006400194240002800258245019000286246003600476264016600512300002300678336002600701337002800727338002700755504004100782630003900823630005100862655004400913730002500957880004100982880018901023880003401212880013501246994001201381on1309298825OCoLC20230718213016.0220802e20210906nju b 000 0 heb d a 2022397160 aHULbengerdacDLCdHULdSTF c(2 a(OCoLC)1309298825 alccopycat00aBM506.S33bK75 20211 6880-01aKohen, Yis̀raʼel Yaʻaḳov,d1938-2021,eauthor.10aShaʻashuʻe Yaʻaḳov106880-02aSefer Shaʻashuʻe Yaʻaḳov :bḥidushim u-veʼurim ʻal Masekhet Sheviʻit /cmeha-gaʼon Rabi Yis̀raʼel Yaʻaḳov Kohen, z. ts. ṿe-k. l. mi-Yeshivat Ṭelz Ḳlivlend.176880-03aShaʻashuʻe Yaʻaḳov 16880-04a[New Jersey] :bMosheh Mikhaʼel Kohen ;a[New York] :bYosef Mordekhai Kohen,cerev shenat ha-shemiṭah 782 [that is, 29 Elul 5781 = September 6, 2021] a140 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.00aMishnah.pSheviʻitvCommentaries.07aMishnah.pSheviʻit.2fast0(OCoLC)fst01362750 7aCommentaries.2fast0(OCoLC)fst0142372302aMishnah.pSheviʻit.1 6100-01aכהן, ישראל יעקב.106245-02aספר שעשועי יעקב :bחידושים וביאורים על מסכת שביעית /cמהגאון רבי ישראל יעקב כהן מישיבת טלז קליבלנד.176246-03aשעשועי יעקב 16264-04a[New Jersey] :bמשה מיכאל כהן ;a[New York] יוסף מרדכי כהן,cערב שנת השמיטה תשפ״ב. a92bPUL03063cjm a2200601 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028001900161035002200180042001400202082001900216100006100235245004500296264004800341264001200389300006800401336003700469337002300506338003100529340001800560344002300578500002600601511005000627508004400677518010700721500003100828500005000859505020300909520080001112650001601912650002801928650003001956650004501986650005402031650004202085648002002127655004302147655005402190655004202244655002302286655003502309655002402344655001802368655001702386655002902403655001702432994001202449on1310408993OCoLC20230718213016.0sd bsmennmplue230713p20212021cauppnn n eng d a 2023617317 aSAPbengerdacDLCdOCLCFdSAP1 a04577876911702a87691-1bAnti- a(OCoLC)1310408993 alccopycat04a782.4216442231 aHarding, Curtis,ecomposer,eaudio producer,eperformer.10aIf words were flowers /cCurtis Harding. 1a[Los Angeles, California] :bAnti-,c[2021] 4c℗2021 a1 audio disc (41 min., 36 sec.) :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinylb12 in. aanalogc33 1/3 rpm aTitle from container.0 aCurtis Harding ; with accompanying musicians. aProduced by Sam Cohen & Curtis Harding. oRecordedpVelvet Touch Sounds ;pStandard Electric Studios ;pJupiter Recording ;pLucy's Meat Market. aWritten by Curtis Harding. aLP pressed on orange vinyl in gatefold cover.00tIf words were flowers --tHopeful --tCan't hide it --tWith your(feat. Sasami) --tExplore --tWhere is the love --tThe one --tSo low --tForever more --tIt's a wonder --tI won't let you down. aHarding's first new music since 2018, a follow-up to his critically acclaimed Face Your Fears album features songs like Hopeful, where Harding croons with devotion over a classic soul groove, textured with infectious horn playing, background singers, and modern psychedelic flourishes. Harding fuels his psychedelic sound with the essence of Soul but isn't bound by it. Instead, his songs convey an eclectic blend of genres leaping from the many musical lives he has lived from following his evangelical Gospel-singing mother on tour around the country as a child to rapping in Atlanta, forming a garage band with The Black Lips' Cole Alexander to singing back-up for Cee Lo Green. Through these experiences, he fully embraces life's darkest intricacies and conjures dynamic, addictive melodies. 0aSoul music. 0aRhythm and blues music. 0aPopular musicy2021-2030. 7aPopular music.2fast0(OCoLC)fst01071422 7aRhythm and blues music.2fast0(OCoLC)fst01097281 7aSoul music.2fast0(OCoLC)fst01126930 7a2021-20302fast 7aFunk (Music)2fast0(OCoLC)fst01726622 7aRhythm and blues music.2fast0(OCoLC)fst01726723 7aSoul music.2fast0(OCoLC)fst01726745 7aSoul music.2lcgft 7aRhythm and blues music.2lcgft 7aFunk (Music)2lcgft 7aSongs.2lcgft 7aSoul.2rvmgf 7aRhythm and blues.2rvmgf 7aFunk.2rvmgf a92bPUL01687cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002500211100004400236245007400280246006300354250002200417264009200439300003200531336002600563337002800589338002700617504005700644650003400701650004200735650002900777650005200806650004400858651003700902700003800939880003900977880006201016880002301078880008001101880003601181994001201217on1310612162OCoLC20230718213016.0220413s2021 cc b 000 0 chi  a 2021433224 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787557709181 a7557709187 a(OCoLC)1310612162 apcc aa-cc---00aHV5840.C6bL524 20211 6880-01aLiang, Huizhan,d1970-eauthor.106880-02aZhongguo jin du li shi yan jiu /cLiang Huizhan, Xu Yong zhu.1 iRunning title also in pinyin:aZhongguo jindu lishi yanjiu 6880-03aDi 1 ban. 16880-04aTaiyuan Shi :bShanxi jing ji chu ban she :bShanxi jing ji chu ban she,c2021. a9, 3, 4, 631 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 609-625). 0aDrug controlzChinaxHistory. 0aDrug abuse and crimezChinaxHistory. 6aLutte antidroguezChine. 7aDrug abuse and crime.2fast0(OCoLC)fst00898614 7aDrug control.2fast0(OCoLC)fst01032891 7aChina.2fast0(OCoLC)fst012060731 6880-05aXu, Yong,d1972,eauthor.1 6100-01a梁挥展,d1970-eauthor.106245-02a中国禁毒历史研究 /c梁挥展, 徐勇著. 6250-03a第 1 版. 16264-04a太原市 :b山西经济出版社 :b山西经济出版社,c2021.1 6700-05a徐勇,d1972-eauthor. a92bPUL03673cjm a2200805 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040007900109024001700188028003900205035002200244037004600266042001400312050002400326082003200350245005100382246004900433246003400482246005100516264005500567264001200622300004100634336003700675337002300712338003100735340001400766344001900780344001900799344001900818347002200837347001300859500002700872511002100899500005300920520020900973505072901182650003001911650003001941650003401971650004502005648002002050655001902070655001302089655004502102655002602147655001802173655002002191700003202211700003202243700003102275700005102306700003902357700003902396700003102435700004302466700003202509700003102541700003002572700003202602700003102634700003102665710004102696710003202737710003802769710004802807994001202855on1310985335OCoLC20230718213016.0sd fsngnnmmned230717r20221979caucynn n eng d a 2023627036 aTEFMTbengerdacDLCdTEFdOCLCFdGO3dAPLdJPLdMJ8dJQWdINRdSMPdTEFMT1 a60244559655302aB0035448-02bUniversal Music Group a(OCoLC)1310985335 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM1630.18b.N69 202204a782.421642223/eng/2022041500aNow that's what I call country classics.p80s.3 aNow that is what I call country classics 80s3 aNow country classics eighties3 aNow that is what I call country classics 1980s 1aSanta Monica, CA :bUniversal Music Group,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aVarious artists. aContains material previously released 1979-1989. aThe third installment in the Country Classics series features songs from Country superstars like Dolly Parton, Kenny Rogers, Reba McEntire, Willie Nelson, George Strait, The Oak Ridge Boys, and many more!00tGod bless the U.S.Ar(Lee Greenwood) --tLove in the first degreer(Alabama) --tI love a rainy nightr(Eddie Rabbitt) --t9 to 5r(Dolly Parton) --tElvirar(Oak Ridge Boys) --tThe Devil went down to Georgiar(Charlie Daniels Band) --tSwingin'r(John Anderson) --tAmarillo by morningr(George Strait) --tAlways on my mindr(Willie Nelson) --tLadyr(Kenny Rogers) --tHe stopped loving her todayr(George Jones) --tWhoever's in New Englandr(Reba McEntire) --tForever and ever, amenr(Randy Travis) --tKillin' timer(Clint Black) --tWhen you say nothing at allr(Keith Whitley) --tI'll still be loving your(Restless Heart) --tSeven year acher(Rosanne Cash) --tEighteen wheels and a dozen rosesr(Kathy Mattea). 0aCountry musicy1971-1980. 0aCountry musicy1981-1990. 6aCountry (Musique)y1981-1990. 7aCountry music.2fast0(OCoLC)fst00881424 7a1971-19902fast 0aCountry music. 0aCountry. 7aCountry music.2fast0(OCoLC)fst01726574 7aCountry music.2lcgft 7aSongs.2lcgft 7aCountry.2rvmgf1 aGreenwood, Lee,eperformer.1 aRabbitt, Eddie,eperformer.1 aParton, Dolly,eperformer.1 aAnderson, John,d1954 December 13-eperformer.1 aStrait, George,d1952-eperformer.1 aNelson, Willie,d1933-eperformer.1 aRogers, Kenny,eperformer.1 aJones, George,d1931-2013,eperformer.1 aMcEntire, Reba,eperformer.1 aTravis, Randy,eperformer.1 aBlack, Clint,eperformer.1 aWhitley, Keith,eperformer.1 aCash, Rosanne,eperformer.1 aMattea, Kathy,eperformer.2 aAlabama (Musical group),eperformer.2 aOak Ridge Boys,eperformer.2 aCharlie Daniels Band,eperformer.2 aRestless Heart (Musical group),eperformer. a92bPUL02162cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020002500136020002200161035002200183042000800205043001200213050002800225111010400253245018300357246006800540250002200608264006200630300004000692336002600732337002800758338002700786504004100813650004900854650004200903650004700945651003700992655006501029655003901094700004101133700003501174880009401209880014901303880005501452880002301507880005501530880003901585880003201624994001201656on1311260510OCoLC20230718213016.0220418s2021 cc a b 100 0 chi  a 2021433334 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787503971112q(set) a7503971118q(set) a(OCoLC)1311260510 apcc aa-cc---00aPN1993.5.C4bZ5685 20202 6880-01aZhongguo ying shi shi xue nian huin(2nd :d2020 :cZhongguo yi shu yan jiu yuan)jcreator.106880-02a"Ying xiang Beijing" yu "Zhongguo zhi zao": li shi, xian zhuang yu wei lai :bdi er jie Zhongguo ying shi shi xue nian hui lun wen ji /cHu Zhifeng, Ding Yaping zhu bian.306880-03aDi er jie Zhongguo ying shi shi xue nian hui lun wen ji 6880-04aDi 1 ban. 16880-05aBeijing Shi :bWen hua yi shu chu ban she,c2021. a2 volumes :billustrations ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aMotion pictureszChinaxHistoryvCongresses. 6aCinémazChinexHistoirevCongrès. 7aMotion pictures.2fast0(OCoLC)fst01027285 7aChina.2fast0(OCoLC)fst01206073 7aConference papers and proceedings.2fast0(OCoLC)fst01423772 7aHistory.2fast0(OCoLC)fst014116281 6880-06aHu, Zhifeng,d1965-eeditor.1 6880-07aDing, Yaping,eeditor.2 6111-01a中国影视史学年会n(2nd :d2020 :cZhongguo yi shu yan jiu yuan)jcreator.106245-02a"影像北京" 与 "中国制造": 历史、现状与未来 :b第二届中国影视史学年会论文集 /c胡智锋, 丁亚平主编.306246-03a第二届中国影视史学年会论文集 6250-04a第 1 版. 16264-05a北京市 :b文化藝術出版社,c2021.1 6700-06a胡智锋,d1965-eeditor.1 6700-07a丁亚平,eeditor. a92bPUL01957ccm a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028005100117028005500168035002200223042001400245046001500259050002400274072001200298100003000310245007700340264005600417264001100473300006900484306001100553336003500564337002800599338002700627348001800654348002700672500002200699500002500721500002900746500003600775546001900811546002000830650002000850650002300870650002800893650004900921650004600970655004101016655003801057655003801095655001901133655001901152655002201171700003401193700004801227700005001275938004201325994001201367on1311261363OCoLC20230718213016.0220813t20221998enkopl dz n eng d a 2022453430 aOHXbengerdacDLC32ace-ns1m1-pr-psbCE, Composers Editionq(score)32ace-ns1m1-pr-libbCE, Composers Editionq(libretto) a(OCoLC)1311261363 alccopycat k19982edtf00aM1500.S654bM3 2022 7aM2lcco1 aSohal, Naresh,ecomposer.10aMaya :ba chamber opera /cmusic Naresh Sohal ; libretto Trevor Preston. 1a[Chipping Norton] :bCE, Composers Edition,c[2022] 4c©1998 a1 score (202 pages) ;c30 cm +e1 libretto (15 unnumbered pages) a010700 anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm cstaff notation2rdafmn aComposed in 1998. aSynopsis in English. aSynopsis dated 02.02.22. aDuration: approximately 67 min. aEnglish words. bStaff notation. 0aOperasvScores. 0aOperasvLibrettos. 0aMaya (Hinduism)vDrama. 7aOperasxLibrettos.2fast0(OCoLC)fst01046219 7aOperasxScores.2fast0(OCoLC)fst01046228 7aLibrettos.2fast0(OCoLC)fst01692883 7aOperas.2fast0(OCoLC)fst01726688 7aScores.2fast0(OCoLC)fst01692898 7aOperas.2lcgft 7aScores.2lcgft 7aLibrettos.2lcgft1 aPreston, Trevor,elibrettist.12iContainer of (work):aSohal, Naresh.tMaya.12iContainer of (work):aPreston, Trevor.tMaya. aOtto HarrassowitzbHARRnhar225004454 a92bPUL02166cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002200211110012600233245016900359246008400528250002200612264005400634300004600688336002600734337002800760338002700788500005000815504004100865650004200906650005300948650003201001650003901033651003701072655006501109710005301174880011401227880014001341880006901481880002301550880005201573880004701625994001201672on1312223760OCoLC20230718213016.0220424s2021 cc a b 100 0 chi  a 2021433411 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787307227071 a730722707X a(OCoLC)1312223760 apcc aa-cc---00aAM111b.H833 20202 6880-01aHubei Sheng bo wu guan xie hui.bLi shi hui ji xue shu yan tao huin(6th :d2020 ;cXiaogan Shi, China)ecreator.106880-02aBo wu guan de wei lai: hui fu yu chong su :b2021 nian Hubei Sheng bo wu guan xie hui xue shu yan tao hui lun wen ji /cHubei Sheng bo wu guan xie hui bian.306880-03a2021 nian Hubei Sheng bo wu guan xie hui xue shu yan tao hui lun wen ji 6880-04aDi 1 ban. 16880-05aWuhan :bWuhan da xue chu ban she,c2021. a2, 6, 524 pages :billustrations ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aProceedings of conference held December 2020. aIncludes bibliographical references. 0aMuseum techniqueszChinavCongresses. 0aCOVID-19 Pandemic, 2020-xInfluencevCongresses. 6aMuséeszChinevCongrès. 7aMuseums.2fast0(OCoLC)fst01030128 7aChina.2fast0(OCoLC)fst01206073 7aConference papers and proceedings.2fast0(OCoLC)fst014237722 6880-06aHubei Sheng bo wu guan xie hui,eeditor.2 6110-01a湖北省博物馆协会.b理事会暨学术研讨会n(6th :d2020 ;cXiaogan Shi, China)ecreator.106245-02a博物馆的未来: 恢复与重塑 :b2021 年湖北省博物馆协会学术研讨会论文集 /c湖北省博物馆协会编.306246-03a2021 年湖北省博物馆协会学术研讨会论文集 6250-04a第 1 版. 16264-05a武汉 :b武汉大学出版社,c2021.2 6710-06a湖北省博物馆协会,eeditor. a92bPUL01813cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002600211245019800237250002200435264007600457300007100533336002600604337002800630338002700658600005000685600006800735651004000803651004200843650004400885710006500929880015400994880002301148880006401171880005101235880004001286880005301326994001201379on1312226481OCoLC20230718213016.0220424s2021 cc ab 000 0dchi  a 2021433481 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787560771311 a7560771319 a(OCoLC)1312226481 apcc aa-cc-sp00aDS741.85.D3bD39 2021006880-01aDa Yu zhi shui yu Yucheng /cZhong gong Yucheng Shi wei xuan chuan bu, Yucheng Shi Da Yu wen hua yan jiu hui, Zhongguo xian Qin shi xue hui Yucheng Da Yu wen hua yan jiu zhong xin bian. 6880-02aDi 1 ban. 16880-03aShandong Sheng Jinan Shi :bShandong da xue chu ban she,c2021. a2, 3, 5, 384 pages :billustrations (chiefly color), maps ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier006880-04aDa Yu,cEmperor of China,d-2197 B.C.07aDa Yu,cEmperor of China,d-2197 B.C.2fast0(OCoLC)fst01814719 0aChinaxKings and rulersvBiography. 06880-05aYucheng Shi (China)xHistory. 7aCivilization.2fast0(OCoLC)fst008628982 6880-06aZhong gong Yucheng Shi wei.bXuan chuan bu,eeditor.006245-01a大禹治水与禹城 /c中共禹城市委宣传部, 禹城市大禹文化研究会, 中国先秦史学会禹城大禹文化研究中心编. 6250-02a第 1 版. 16264-03a山东省济南市 :b山东大学出版社,c2021.046600-04a大禹,cEmperor of China,d-2197 B.C. 46651-05a禹城市 (China)xHistory.2 6710-06a中共禹城市委.b宣传部,eeditor. a92bPUL02489cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020003100138020001500169025002500184035002200209037005300231042002100284050002100305082001500326100002700341240001800368245035900386264017500745300003000920336002600950337002800976338002701004490011301031500001001144500015801154500002001312546001701332520007801349650004401427650006201471655002001533655003701553700003701590700003401627700004201661700008901703710005801792830007001850938005101920994001201971on1312685566OCoLC20230718213016.0220404s2020 ii 001 d sanod a 2022326043 aDKAGEbengerdacDLCdDLCdOCLCFdDKAGE a9789380171500q(paperback) a9380171501 aI-San-2022326043; 11 a(OCoLC)1312685566 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aPK3796b.S3 202004a891.222230 aKālidāsa,eauthor.10aŚakuntalā10aAbhijñānaśākuntalaṃ nāma nāṭakam :bPūrṇacandrikāparākhyayā Mr̥tyuñjayabhūpālīyayā vyākhyā saṃvalitam /cMahākavikālidāsaviracitam ; pradhānasampādakaḥ, Ācārya Ke Nīlakaṇṭham ; sampādakau pariyojanā-anusandhātārau ca, Ḍā Vi Subrahmaṇyam, Ḍā Jośī Santoṣakumāraḥ. 1aHaidarābāda :bSaṃskr̥ta Akāḍamī (Kendrīyasaṃskr̥taviśvavidyālayena mānita Ādarśaśodhasaṃsthā), Usmāniāviśvavidyālayaḥ,c2022. aliii, 394 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aSaṃskr̥ta-Akāḍamī-ṣaṣṭhayabdagranthamālā =aSanskrit Academy shashtyabda granthamala ;v5 aPlay. a"Rāṣṭriyasaṃskr̥tasaṃsthānasya aṣṭādaśīpariyojanāyāḥ durlabhagranthapunarmudraṇapariyojanāntargatatvena prakāśyate." aIncludes index. aIn Sanskrit. aPlay dealing with the love and marriage of Dushyanta and Śākuntalā. 0aŚakuntalā (Hindu mythology)vDrama. 7aŚakuntalā (Hindu mythology)2fast0(OCoLC)fst01185115 0aSanskrit drama. 7aDrama.2fast0(OCoLC)fst014238791 aNīlakaṇṭham, Ke.,eeditor.1 aSubrahmaṇyam, Vi.,eeditor.1 aSantoṣakumāra, Joṣī,eeditor.02aMr̥tyuñjayaniśśaṅkabhūpāla,dactive 18th century.tPūrṇacandrikā.2 aOsmania University.bSanskrit Academy,eissuing body. 0aSaṃskr̥ta Akāḍamī ṣaṣṭhayabdagranthamālā =v5. aD. K. Agencies (P) Ltd.bDKAPnDKSAN-12976-PBK a92bPUL02227cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117035002200135042002100157043001200178050002600190100003200216245011300248264005600361300004300417336002600460337002800486338002700514520090900541586008001450600002201530610004101552610004801593650003701641650003801678650004401716651003801760655004301798994001201841on1317772387OCoLC20230718213016.0220319s2021 ug a 000 0aeng d a 2022324046 aHULbengerdacDLC z4938167989677 a(OCoLC)1317772387 alccopycatalcode af-ug---00aBX5700.8.Z8bN54 20211 aNkesiga, Diana M.,eauthor.10aWoven in spirals :bthe journey of an African woman to priesthood : a memoir /cRev. Canon Diana M. Nkesiga. 1aKampala, Uganda :bQuiet Garden Publishing,c[2021] ax, 115 pages :billustrations ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"In 1983, as a young teacher at Gayaza High School in Uganda, Diana was appointed as the Assistant Chaplain and her main duty was to mentor girls in their personal relationship with Christ. During her interactions with the girls, she learnt about the assault, rape and violation many of them suffered during the 1979 war that had ousted president Idi Amin. She was horrified by the brutality the girls endured and, overwhelmed by a deep desire for justice, Diana sought a way to help them. This yearning prompted her to enroll in a Theological College and what she thought would be a straight forward road to ordination turned out to be quite bumpy indeed. The journey to ordination that usually took the male clergy two years took Diana five long ones. In spite of all the pitfalls she faced, Diana eventually went on the become an ordained Priest in the Anglican Church of Uganda." --cPage 4 of cover. a"Winner of the Quiet Garden Publishing, Christian writing competition 2020"10aNkesiga, Diana M.20aChurch of UgandaxClergyvBiography.27aChurch of Uganda.2fast0(OCoLC)fst00566309 0aWomen clergyzUgandavBiography. 7aClergy.2fast0(OCoLC)fst00864014 7aWomen clergy.2fast0(OCoLC)fst01177414 7aUganda.2fast0(OCoLC)fst01210282 7aBiographies.2fast0(OCoLC)fst01919896 a92bPUL01271cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001700134020001500151035002200166042000800188043001200196050002500208245009400233246006700327264004700394300002900441336002600470337002800496338002700524504005100551650002400602650003200626650002400658650004100682650004100723650004900764651003900813700003300852994001200885on1320867503OCoLC20230718213016.0230505s2017 nr 000 0 eng  a 2022445191 aDLCbengerdacDLCdOCLCFdEEMdOUN z[9780557185] z9780557185 a(OCoLC)1320867503 apcc af-nr---00aJQ3099.A45bD46 201700aDemocracy, party systems & election administration in Nigeria /cedited by Dr. Emeka Obi.33aDemocracy party systems and election administration in Nigeria 1aOnitsha, Nigeria :bBookpoint Ltd.,c2017. aviii, 324 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aDemocracyzNigeria. 0aPolitical partieszNigeria. 0aElectionszNigeria. 7aDemocracy.2fast0(OCoLC)fst00890077 7aElections.2fast0(OCoLC)fst00904324 7aPolitical parties.2fast0(OCoLC)fst01069410 7aNigeria.2fast0(OCoLC)fst012052291 aObi, Emeka Anthony,eeditor. a92bPUL03114cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040005700094015001900151016001800170019001500188020003100203020002800234020003100262020002800293020004400321020003700365035004100402042001400443050002300457082001400480100003000494245008700524264004700611264001100658300004700669336002600716337002800742338002700770490002600797504006900823520129100892650003002183650003002213650003702243650005602280650005602336776003502392830004602427938004102473938004102514938002902555994001202584on1322367258OCoLC20230718213016.0230427t20232023enka b 001 0 eng d a 2023937573 aYDXbengerdacDLCdYDXdBDXdUKMGBdOCLCFdTOHdIG$ aGBC3542702bnb7 a0209898582Uk a1322368589 a9781350210998q(hardcover) a1350210994q(hardcover) a9781350211001q(paperback) a1350211001q(paperback) z9781350211025q(electronic publication) z9781350211018q(electronic book) a(OCoLC)1322367258z(OCoLC)1322368589 alccopycat00aNA2500b.W558 202304a720.12231 aWinters, Edward,eauthor.10aArchitectural aesthetics :bappreciating architecture as an art /cEdward Winters. 1aLondon, UK :bBloomsbury Academic,c[2023] 4c©2023 axiii, 216 pages :billustrations ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBloomsbury aesthetics aIncludes bibliographical references (pages [208]-212) and index. a"The fine arts are traditionally seen to have intrinsic value: that is, they are valuable in themselves. But this poses a problem for architecture: its works are designed to serve our purposes, and therefore it is classed as functional. Carving out a new space, Edward Winters argues why architecture is a fine art and finds a place for the fine art of architecture in the cultural environment in which we structure our lives. Winters reconciles intrinsic value, as a fine art, with extrinsic value, as shelter, security and comfort, without collapsing into the modernist conception of Functionalism. He draws on the Apollonian and the Dionysian to resolve the apparent conflict between the two values: the former requiring contemplative, detached reflection, the latter an engaged, embodied entanglement with the festive mood inspired by the immediate situation. Architecture, Winters claims, is to be regarded as functional; but this functionality is subsumed under the intrinsic aesthetic value of living well. Introducing the main positions in the philosophy of architecture through the lens of the timeless argument about what constitutes art, Winters lays out a humanistic view of the medium and extends our understanding of aesthetics and the everyday" --cProvided by publisher. 0aArchitecturexAesthetics. 0aArchitecturexPhilosophy. 7aARCHITECTURE / General.2bisacsh 7aArchitecturexAesthetics.2fast0(OCoLC)fst00813349 7aArchitecturexPhilosophy.2fast0(OCoLC)fst0081349708iebook version :z9781350211025 0aBloomsbury aesthetics (Bloomsbury (Firm)) aYBP Library ServicesbYANKn17956814 aYBP Library ServicesbYANKn17956813 aBrodartbBRODn132640317 a92bPUL01783cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040005200094015001900146016001800165020003100183020001500214020002600229020003300255020001500288020002700303035002200330042000800352050002200360082001400382100003800396245018600434250001900620264004600639300002300685336002100708337002500729338002300754504004100777505012700818650002800945650002900973650002601002650004301028650005501071650005401126655003901180938004101219938002901260994001201289on1322810808OCoLC20230718213016.0221026s2022 oru b 000 0 eng  a 2022948759 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdIMDdYDX aGBC2H18982bnb7 a0207585562Uk a9781634244190q(hardcover) a1634244192 z9781634244213q(epub) a9781634244206q(trade paper) a1634244206 a9781634244190q(cloth) a(OCoLC)1322810808 apcc00aHS425b.L255 202204a366.12231 aLaos, Nicolas K.,d1974-eauthor.14aThe modern and perfecting rite of symbolic masonry :ba freemasonic reformation to the glory of the enlightened humanity and a movement for a humanistic world order /cNicolas Laos. aFirst edition. 1aWalterville, OR :bTrine Day LLC,c[2022] a112 pages ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references.00tFrequent abbreviations --tFundamental concepts --tInitiatory systems --tModern and perfecting rite of symbolic masonry. 0aFreemasonryxSymbolism. 0aFreemasonryxPhilosophy. 0aFreemasonryxHistory. 7aFreemasonry.2fast0(OCoLC)fst00934082 7aFreemasonryxPhilosophy.2fast0(OCoLC)fst00934094 7aFreemasonryxSymbolism.2fast0(OCoLC)fst00934115 7aHistory.2fast0(OCoLC)fst01411628 aYBP Library ServicesbYANKn17960221 aBrodartbBRODn132632209 a92bPUL01447cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020002600178020001500204035002200219042000800241043001200249050002300261082001700284100004700301245003700348264006200385300004100447336002600488336003300514337002800547338002700575490002200602504005200624651005200676651006800728651006100796655003900857655004700896938004100943938002900984994001201013on1323246284OCoLC20230718213016.0220513s2022 scua b 000 0deng  a 2022938573 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdYDX aGBC2J61422bnb7 a0207914242Uk a9781467108713q(pbk.) a1467108715 a(OCoLC)1323246284 apcc an-us-nc00aF262.D77bC65 202204a975.63822231 aCole, Andrew C.q(Andrew Chance),eauthor.10aDuplin County /cAndrew C. Cole. 1aCharleston, South Carolina :bArcadia Publishing,c[2022] a127 pages :billustrations ;c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aImages of America aIncludes bibliographical references (page 127). 0aDuplin County (N.C.)xHistoryvPictorial works. 0aDuplin County (N.C.)xSocial life and customsvPictorial works. 7aNorth CarolinazDuplin County.2fast0(OCoLC)fst01218233 7aHistory.2fast0(OCoLC)fst01411628 7aPictorial works.2fast0(OCoLC)fst01423874 aYBP Library ServicesbYANKn17961290 aBrodartbBRODn132539934 a92bPUL03530cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040005200094020003000146020002700176020004200203020003900245035002200284041001300306042001400319043001200333050002600345100005900371245011400430264004200544264001100586300012500597336002600722336003300748336004000781337002800821338002700849500017600876500006101052500009601113500003401209504004101243520137601284546004002660650006002700650005502760650007202815650004402887650004202931700005102973994001203024on1327824714OCoLC20230718213016.0220727t20222022ne abce b 000 0 dut d a 2022457594 aWURSTbengerdacDLCdWURSTdQGJdZCUdDRBdJPG a9789083245058q(hardback) a9083245055q(hardback) a9789083245072q(booklet ;qpaperback) a9083245071q(booklet ;qpaperback) a(OCoLC)13278247140 adutbeng alccopycat ae-ne---00aSB470.55.N4bB54 20221 aBlerck, Henk van,eauthor,ephotographer (expression).10aLandschapsplan Nederland /cHenk van Blerck ; fotografie, Peter van Bolhuis (luchtfoto's) [and seven others]. 1aRhenen :bSchokland en Water,c[2022] 4c©2022 a420 pages :billustrations (chiefly color), facsimiles, maps, plans, portraits ;c35 cm +ebooklet (43, 8 pages ; 30 cm) atextbtxt2rdacontent astill imagebsti2rdacontent acartographic imagebcri2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Over ons grootste kunstwerk bestaande uit de miljoenen bomen en struiken die tussen 1946 en 1976 geplant zijn en nu het beeld van het cultuurlandschap bepalen"--On cover. aAlso published as thesis, University of Groningen, 2022. aWith an accompanying booklet containing summary in Dutch and English and endnotes in Dutch. aIncludes epilogue (page 401). aIncludes bibliographical references. a"You will find trees and shrubs everywhere in the Dutch landscape. Few people realize that together they are part of our greatest work of art. These planting patterns in the historically strongly layered Dutch landscape form one large cultural artifact. It was designed and constructed during the post-World War II reconstruction period. For about seventy percent of the Netherlands, a 'landscape plan' was designed by landscape architects of the State Forestry Commission between 1946 and 1976 as part of hundreds of land consolidation. When the trees of those landscape plans were planted, they were small and inconspicuous, but now they determine the image and appearance of the Dutch landscape. This resulted in a composite work of art that has been characterized as 'Landschapsplan Nederland' in this study. It is unique in the global history of garden and landscape architecture and is a recent addition to the biography of the Dutch landscape. This PhD research shows the origin, coherence and diversity of this special cultural artefact. Landscape Plan Netherlands offers inspiration for consciously shaping our contemporary dynamic landscape. Are we providing a renewed synthesis between all-encompassing nature and creative human intervention? Does Landscape Plan Netherlands inspire us to consciously shape the beauty of the country?"--cProvided by publisher. aText in Dutch ; summary in English. 0aLandscape architecturezNetherlandsvDesigns and plans. 0aTree plantingzNetherlandsxHistoryy20th century. 7aLandscape architecturexDesigns and plans2fast0(OCoLC)fst00991825 7aTree planting2fast0(OCoLC)fst01155955 7aNetherlands2fast0(OCoLC)fst012040341 aBolhuis, Peter van,ephotographer (expression) a92bPUL01268cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147025002600162035002200188037005300210041001300263042001500276043001200291050002400303130004700327245006100374250001900435264004800454300005400502336002600556337002800582338002700610500005300637500002000690610003300710650004300743700003500786938004900821994001200870on1332787200OCoLC20230718213016.0230708e20219999ii a 001 0ceng  a 2023339257 aDLCbengerdacDLC a9788175055186q(hardback) a8175055189 aI-E-2023339257; 07-91 a(OCoLC)1332787200 bLibrary of Congress -- New Delhi Overseas Office1 aenghben alcodeapcc aa-ii---00aBL1171b.P7213 20210 aPrācīna sādhudera kathā.lEnglish.10aStories of Vedanta monks /c[editor] Swami Chetanananda. aFirst edition. 1aKolkata :bAdvaita Ashrama,cDecember 2021- avolumesbillustrations (black and white) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTranslatios of: Prācīna sādhudera kathā. aIncludes index.20aRamakrishna MathvBiography. 0aHinduszIndiazWest BengalvBiography.1 aChetanananda,cSwami,eeditor. aD. K. Agencies (P) Ltd.bDKAPnDK-298746-HBD a92bPUL01465cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042001400191050002200205100003600227245007800263250002100341264006300362300003700425336002600462337002800488338002700516490004100543650002800584650002000612650005200632650005400684830004300738880003500781880006200816880002000878880005500898880003800953880004000991994001201031on1333160582OCoLC20230718213016.0220119s2021 ch 000 0dchi d a 2023392456 aHULbengerdacDLCdOCLCFdHUL c$1 a9789571733142 a9571733148 a(OCoLC)1333160582 alccopycat00aBQ7494b.Z36 20210 6880-01aZesheng,cShi,eauthor.106880-02aWei shi zong yu ying cheng pai zong yi jue ze /cShi Zesheng zhu. 6880-03aChu ban. 16880-04aTaibei Shi :bXin wen feng chu ban gong si,c2021. a2 volumes (1722 pages) ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aBo ya ji lin. Zong jiao ;v9 0aYogācāra (Buddhism) 0aPrāsaṅgika. 7aVijñaptimātratā2fast0(OCoLC)fst01166928 7aYogācāra (Buddhism)2fast0(OCoLC)fst01182908 06880-06aBo ya ji lin.pZong jiao ;v9.0 6100-01a則生,cShi,eauthor.106245-02a唯識宗與應成派宗義抉擇 /c釋則生著 6250-03a初版. 16264-04a臺北市 :b新文豐出版公司,c2021.1 6490-05a博雅集林. 宗教 ;v9 06830-06a博雅集林.p宗教 ;v9. a92bPUL02443cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040002500094015002100119020003100140020002800171035002200199042001400221050002600235055003000261082001400291084001800305100003000323245003700353264004500390264001100435300002300446336002600469337002800495338002700523520076700550650003801317650003101355650002301386650002901409650004001438650005501478650004601533650004801579655002301627655002101650655004901671655004901720655003901769655004701808655002801855655003001883994001201913on1334493249OCoLC20230718213016.0230605t20222022onc 000 1 eng d a 2023289491 aCNWPUbengerdacDLC a202301924322can a9781335933997q(paperback) a1335933999q(paoerback) a(OCoLC)1334493249 alccopycat00aPS3570.H363bA79 202200aPR1309.L68bH3 no. a2642104a813.6223 acci1icc2lacc1 aThayne, RaeAnne,eauthor.10aAll is bright /cRaeAnne Thayne. 1aToronto, Ontario, Canada :bHQN,c[2022] 4c©2022 a344 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Sage McKnight is an ambitious young architect working at her father's firm who takes on her most challenging client in Mason Tucker. The former pro baseball player is still healing from the physical and emotional scars after a plane crash left him a wheelchair-using single dad, and he's determined not to let anyone breach his emotional defenses. Sage knows her work on Mason's new home in Hope's Crossing is her best work yet, and she won't let her grumpy client prevent her from showcasing her work personally. With Sage's gift for taking broken things and making them better, the matchmaking talent of the quirky locals and a generous sprinkling of Christmas cheer, Mason doesn't stand a chance against the power of this magical holiday season"--Amazon.com. 0aMan-woman relationshipsvFiction. 0aWomen architectsvFiction. 0aHolidaysvFiction. 0aSingle fathersvFiction. 7aHolidays.2fast0(OCoLC)fst00958730 7aMan-woman relationships.2fast0(OCoLC)fst01007080 7aSingle fathers.2fast0(OCoLC)fst01119359 7aWomen architects.2fast0(OCoLC)fst01177137 0aChristmas stories. 0aRomance fiction. 7aChristmas stories.2fast0(OCoLC)fst01726561 7aChristmas fiction.2fast0(OCoLC)fst01981983 7aFiction.2fast0(OCoLC)fst01423787 7aRomance fiction.2fast0(OCoLC)fst01921732 7aRomance fiction.2lcgft 7aChristmas fiction.2lcgft a92bPUL02014cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002600211245015300237246005700390246005200447250002200499264005500521300010300576336002600679337002800705338002700733500005500760504004100815600003300856600005100889650003400940650004200974651003701016655004301053710009101096880011501187880004301302880002301345880004901368880003201417880007101449994001201520on1334716575OCoLC20230718213016.0220708s2021 cc acfh b 010 0 chi  a 2021434332 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787010235714 a7010235716 a(OCoLC)1334716575 apcc aa-cc---00aDS778.H8323bS54 2021006880-01aSheng jiu shi fen dou :bHu Hua bai nian dan chen ji nian wen ji /cZhongguo ren min da xue zhong gong dang shi dang jian yan jiu yuan bian.1 iColophon title also in pinyin :aSheng jiushi fendou306880-02aHu Hua bai nian dan chen ji nian wen ji 6880-03aDi 1 ban. 16880-04aBeijing Shi :bRen min chu ban she,c2021. a13, 2, 7, 617 pages, 8 unnumbered pages of plates :billustrations, portraits, facsimiles ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes a list of author's works (pages 600-614). aIncludes bibliographical references.106880-05aHu, Hua,d1921-1987.17aHu, Hua,d1921-1987.2fast0(OCoLC)fst01753843 0aHistorianszChinavBiography. 7aHistorians.2fast0(OCoLC)fst00957686 7aChina.2fast0(OCoLC)fst01206073 7aBiographies.2fast0(OCoLC)fst019198962 6880-06aZhongguo ren min da xue.bZhong gong dang shi dang jian yan jiu yuan,eeditor.006245-01a生就是奋斗 :b胡华百年诞辰纪念文集 /c中国人民大学中共党史党建研究院编.306246-02a胡华百年诞辰纪念文集 6250-03a第 1 版. 16264-04a北京市 :b人民出版社,c2021.146600-05a胡华,d1921-1987.2 6710-06a中国人民大学.b中共党史党建研究院,eeditor. a92bPUL02175cjm a2200541 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005900109024001700168028001900185035002200204037004600226042001400272050002700286082003100313100005900344245003100403246001500434264003800449264001200487300004100499336003700540337002300577338003100600340001400631344001900645344001900664344001900683347002200702347001300724500002700737511004600764500003100810508008300841500003200924520036000956505013501316650002701451650002801478650004201506648002001548655003501568655001801603994001201621on1335084418OCoLC20230718213016.0sd fsngnnmmned230717t20222022caurcnn d n eng d a 2023627034 aTEFMTbengerdacDLCdTEFdOCLCFdINOdGP5dNOQdTEFMT1 a04577875462502a87546-2bAnti- a(OCoLC)1335084418 bMidwest Tapenhttp://www.midwesttapes.com alccopycat 4aM1630.18.M33bH43 202204a782.42166223/eng/202207141 aMcCombs, Cass,ecomposer,eaudio producer,eperformer.10aHeartmind /cCass McCombs.3 aHeart mind 1aLos Angeles, CA :bAnti-,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aCass McCombs ; with additional musicians. aAll songs by Cass McCombs. aProduced by Cass McCombs and Shahzad Ismaily, Arial Rechstaid, and Buddy Ross. aLyrics on container insert. aFor an artist who has never seemed particularly interested in discussing the facts of his life or the meaning of his songs, Cass McCombs has been unmistakably straightforward about both when it comes to his latest record, Heartmind. "I made this album as a way to handle the loss of some close friends," the 44-year-old songwriter said in a press release.00tMusic is blue --tKaraoke --tNew Earth --tUnproud warrior --tKrakatau --tA blue, blue band --tBelong to heaven --tHeartmind. 0aRock musicy2021-2030. 0aAlternative rock music. 7aRock music.2fast0(OCoLC)fst01099204 7a2021-20302fast 7aAlternative rock music.2lcgft 7aSongs.2lcgft a92bPUL02649cam a22004938i 4500001001300000003000600013005001700019007000300036008004100039010001700080040005200097015001900149016001800168020003100186020001500217020003100232020002600263035002200289042000800311043001200319050002400331082003000355100002900385245012000414263000900534264004100543300004700584336002600631337002800657338002700685504005100712520082300763650004601586650004301632650002701675650003901702650005301741650006901794650007201863776013801935938004102073938002902114994001202143on1336537082OCoLC20230718213016.0t|230717s2023 nju b 001 0 eng  a 2023019344 aDLCbengerdacDLCdBDXdGK8dUKMGBdYDXdOCLCF aGBC3963422bnb7 a0210609432Uk a9781119901068q(paperback) a1119901065 z9781119901082q(adobe pdf) z9781119901075q(epub) a(OCoLC)1336537082 apcc an-us---00aLB1590.3.R6296 202300a370.15/2223/eng/202307171 aRitchhart, Ron,eauthor.10aCultures of thinking in action :b10 mindsets to transform our teaching and students' learning /cby Ron Ritchhart. a2310 1aHoboken, N.J. :bJossey-Bass,c2023. axxxiv, 318 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"According to a 2020 survey by Georgetown University, 96% of employers say that critical thinking and active listening are extremely important to success. Critical thinking is a skill used not only in occupations, but everyday life. Given this, it is no surprise that past studies have found a strong correlation between critically thinking about subjects and high academic success. Ron Ritchhart argues that being able to think critically about the world is more important than any particular subject or fact a student might learn. While it is important to learn specific details, critical thinkers are equipped to face any scenario with greater success than those who are not taught the skill. Creating a Culture of Thinking is all about making sure schools foster critical thinking skills"--cProvided by publisher. 0aThought and thinkingxStudy and teaching. 0aCritical thinkingxStudy and teaching. 0aCognition in children. 0aEducational changezUnited States. 7aCognition in children.2fast0(OCoLC)fst00866501 7aCritical thinkingxStudy and teaching.2fast0(OCoLC)fst00883699 7aThought and thinkingxStudy and teaching.2fast0(OCoLC)fst0115026508iOnline version:aRitchhart, Ron.tCultures of thinking in actiondHoboken, N.J. : Jossey-Bass, 2023z9781119901082w(DLC) 2023019345 aYBP Library ServicesbYANKn18050088 aBrodartbBRODn133584712 a92bPUL02524cam a2200481 i 4500001001300000003000600013005001700019008004100036010003100077040006500108019001500173020002600188020002300214020002600237020002300263020002300286024001800309035004100327042001400368050002400382082001500406245014500421264005000566300002300616336002600639337002800665338002700693490004200720546004100762504005100803505012500854520069600979650005501675650005501730650001701785650002101802650006701823648002001890700002801910700003901938830005301977994001202030on1337080846OCoLC20230718213016.0230613m20212022gw b 001 0 ger d a 2022503171z 2022503177 aAZUbengerdacDLCdAZUdBNGdYUSdINDdOCLCFdZCUdSTFdHUL a1255622940 a9783402136386q(v. 1) a3402136384q(v. 1) a9783402138151q(v. 2) a3402138158q(v. 2) z9783402136393qPDF3 a9783402136386 a(OCoLC)1337080846z(OCoLC)1255622940 alccopycat00aBV825.5b.S236 202104a230qOCoLC00aSacrum convivium :bdie Eucharistiegebete der westlichen Kirchen im 20 und frühen 21 Jahrhundert /cIrmgard Pahl, Stefan Böntert (Hrsg). 1aMünster :bAschendorff Verlag,c[2021-2022] a2 volumes ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aSpicilegium Friburgense ;vvol. 49-50 aText in German, French, and English. aIncludes bibliographical references and index.0 aBand 1. Kirchen der Reformation -- Band 2. Römisch-katholische Kirche, Alt-katholische Kirche, Kirchen der Reformation a'In the 20th century, Christian churches around the world have paid much attention to the renewal of their communion or Eucharistic prayers. The theological foundations were put to the test, as was the organization of practice. The first part of Sacrum Convivium. The Eucharistic Celebration of the Western Churches in the 20th and early 21st Century" documents central texts and executions. Detailed comments introduce the respective peculiarities. Based on the volumes "Prex Eucharistica" and "Coena Domini" previously published in the "Spicilegium Friburgense" series. "Sacrum Convivium" continues the annotated edition of the communion and Eucharistic prayers.'c--Provided by publisher. 0aLord's SupperxHistory of doctrinesy20th century. 0aLord's SupperxHistory of doctrinesy21st century. 6aEucharistie. 7aeucharists.2aat 7aLord's SupperxHistory of doctrines.2fast0(OCoLC)fst01002553 7a1900-20992fast1 aPahl, Irmgard,eeditor.1 aBöntert, Stefan,d1969-eeditor. 0aSpicilegium Friburgense ;vBd. 49-50.x0561-6158 a92bPUL01573cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191043001200199050002400211245008200235246005000317250002200367264009000389300010400479336002600583336003300609337002800642338002700670650004600697650004100743651005200784655003900836710006100875880006300936880002300999880007701022880005201099994001201151on1338128045OCoLC20230718213016.0220802s2021 cc ach 000 0 chi  a 2022460032 aDLCbengerdacDLCdOCLCFdLNN c$1 a9787221165381 a7221165386 a(OCoLC)1338128045 apcc aa-cc-kw00aHG8709.Z8bG85 2021006880-01aGuizhou bao xian bai nian /cGuizhou Sheng bao xian xue hui bian zhu.14aCentury History Insurance of Guizhou Province 6880-02aDi 1 ban. 16880-03aGuiyang Shi :bGuizhou chu ban ji tuan :bGuizhou ren min chu ban she,c2021. a2, 151 pages :billustrations (chiefly color), color portraits, facsimiles (chiefly color) ;c24 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aInsurancezChinazGuizhou ShengxHistory. 7aInsurance.2fast0(OCoLC)fst00974532 7aChinazGuizhou Sheng.2fast0(OCoLC)fst01212364 7aHistory.2fast0(OCoLC)fst014116282 6880-04aGuizhou Sheng bao xian xue hui,eeditoreauthor.006245-01a贵州保险百年 /c贵州省保险学会编著. 6250-02a第 1 版. 16264-03a贵阳市 :b贵州出版集团 :b贵州人民出版社,c2021.2 6710-04a贵州省保险学会,eeditoreauthor. a92bPUL02352cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169042000800191050002100199100005500220245025100275246006700526264008000593300002300673336002600696337002800722338002700750504006700777650002900844650003700873650004500910650002200955650004500977650005401022650005001076650005501126650004801181655001901229700004001248700003801288752002301326880004401349880027801393880008301671880004401754880003601798994001201834on1338153227OCoLC20230718213016.0220507s2021 is b 001 0 heb  a 2022504473 aDLCbengerdacDLCdOCLCFdHUL c(2 a9789655263206 a9655263207 a(OCoLC)1338153227 apcc00aBM723b.L53 20211 6880-01aLichtenstein, Aharon,d1933-2015,eauthor.106880-02aRuaḥ aviv :bʻal ʻavodat H., mishpaḥah u-ḳehilah /cha-Rav Aharon Likhṭenshṭain ; ʻorkhim Reʼuven Tsigler ṿe-Elyaḳim Ḳrumbain = Ruaḥ aviv : essays on divine service, family, and community / Rabbi Aharon Lichtenstein.31aRuaḥ aviv :bessays on divine service, family, and community 16880-03aYerushalayim :bMagid :bYeshivat Har ʻEtsyon,c782 [2021 or 2022] a378 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 359-374) and index. 0aSpiritual lifexJudaism. 0aJewish familiesxReligious life. 0aCommunitiesxReligious aspectsxJudaism. 0aOrthodox Judaism. 7aJewish ethics.2fast0(OCoLC)fst01199497 7aJewish sermons, Hebrew.2fast0(OCoLC)fst00982992 7aJewish way of life.2fast0(OCoLC)fst00983050 7aSpiritual lifexJudaism.2fast0(OCoLC)fst01130128 7aWorship (Judaism)2fast0(OCoLC)fst01181462 7aEssays.2lcgft1 6880-04aKrumbein, Elyakim,eeditor.1 6880-05aZiegler, Reuven,eeditor. aIsraeldJerusalem.1 6100-01aליכטנשטיין, אהרן.106245-02aרוח אביב :bעל עבודת ה', משפחה וקהילה /cהרב אהרן ליכטנשטיין ; עורכים ראובן ציגלר ואליקים קרומביין = Ruaḥ aviv : essays on divine service, family, and community / Rabbi Aharon Lichtenstein. 16264-03aירושלים :bמגיד :bישיבת הר עציון,cתשפ״ב.1 6700-04aקרומביין, אליקים.1 6700-05aציגלר, ראובן. a92bPUL03401cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020002900141020001500170035002200185041001800207042000800225043001200233050002300245245033500268264005400603264001100657300005700668336002600725337002800751338002700779490004200806504005700848546006200905520147200967651002402439650003202463650004202495650005602537650003702593651003702630651005802667655003902725700003702764700003202801830004402833938004202877994001202919on1338195517OCoLC20230718213016.0230225s2021 sz a b 000 0 ger  a 2022503246 aDLCbengerdacDLCdMEAUCdOCLCFdOHXdJPG a9783906897325qhardbound a390689732X a(OCoLC)13381955170 agerbfrebeng apcc af-ua---00aDT73.B44bR38 202100aRäuber--Priester--Königskinder :bdie Gräber KV 40 und KV 64 im Tal der Könige : die beschrifteten Objekte der 18. Dynastie und die Keramik /cSusanne Bickel (Hrsg.) ; mit Beiträgen von Faried Adrom [and 11 others] ; Zeichnungen: Martina Aeschlimann-Langer, Marina Estermann, Faried Adrom ; Fotografien: Matjaz Kacicnik. 1aBasel :bLibrum Publishers & Editors LLC,c[2021] 4c©2021 a542 pages :billustrations (chiefly color) ;c31 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aSwiss Egyptological studies ;vv. 2.1 aIncludes bibliographical references (pages 508-526). aIncludes summaries in German, French, English and Arabic.8 aSeit 200 Jahren ist das so genannte Tal der Könige einer der wichtigsten Anziehungspunkte für Ägypten-Reisende. Entdecker wie Giovanni Battista Belzoni, Victor Loret und Howard Carter verliehen nicht nur dem Wüstental seinen Ruhm, sie trugen auch nachhaltig zur Verbreitung des Interesses und der Faszination für das Alte Ägypten in der modernen westlichen Öffentlichkeit bei. Nicht zuletzt wurde über die Entdeckung der Pharaonengräber und des Grabschatzes von Tutanchamun auch die Vermittlerrolle der jungen Disziplin Ägyptologie zwischen öffentlichem Interesse und wissenschaftlicher Erschließung der altägyptischen Hinterlassenschaft etabliert.0In den Jahren 2011 bis 2014 konnte das University of Basel Kings? Valley Project zwei bisher gänzlich unbekannte Grabanlagen archäologisch erschließen. Diese bilden den Gegenstand der vorliegenden Veröffentlichung. Die Auswertung der verschiedenen Befundsituationen und der äußerst umfangreichen Fundkonvolute bietet die ertragreiche Möglichkeit, neue Perspektiven auf drei aufeinanderfolgende Epochen sowie drei historisch, gesellschaftlich und religiös sehr unterschiedliche Kontexte der Nutzung des Tals der Könige und dessen gebauter Strukturen aufzuzeichnen.0Teil 1. Die beschrifteten Objekte der 18. Dynastie und die Keramik0Teil 2. Archäologie, Architektur und Funde der 18. Dynastie0Teil 3. Beraubung, Nachnutzungen der Dritten Zwischenzeit, Mumien, Gesamtauswertung. 0aEgyptxAntiquities. 0aValley of the Kings (Egypt) 7aEgyptology.2fast0(OCoLC)fst00904000 7aExcavations (Archaeology)2fast0(OCoLC)fst00917564 7aTombs.2fast0(OCoLC)fst01152439 7aEgypt.2fast0(OCoLC)fst01208755 7aEgyptzValley of the Kings.2fast0(OCoLC)fst01241843 7aHistory.2fast0(OCoLC)fst014116281 aBickel, Susanne,d1960-eeditor.1 aAdrom, Fariedecontributor. 0aSwiss Egyptological studies ;vBd. 2.1. aOtto HarrassowitzbHARRnhar190509905 a92bPUL03138cjm a2200649 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040005700109024001700166028002900183035002200212042001400234050002600248082001900274110005700293245003700350264004800387264001200435300004100447336003700488337002300525338003100548344001900579344001900598344001900617347002200636347001300658500002700671511013700698500005700835508003000892518003000922500003200952520059100984505031701575650002701892650002101919650002101940650004701961650004202008650004702050648002002097655004702117655004202164655004702206655002802253655002802281655001802309700003902327700003002366710004002396710004002436994001202476on1338647850OCoLC20230718213016.0sd fsngnnmmned230717t20222022caurcnn d n eng  a 2023627035 aKA7bengerdacDLCdAPLdTEFMTdTEFdOCLCFdNOQdKA71 a04577805432902a80543-2bHellcat Records a(OCoLC)1338647850 alccopycat 4aM1630.18.I68bI5 202204a782.42/1662232 aInterrupters (Musical group),ecomposer,eperformer.10aIn the wild /cthe Interrupters. 1aLos Angeles, CA :bHellcat Records,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aInterrupters (Aimee Interrupter, vocals ; Kevin Bivona, guitar, vocals ; Justin Bivona, bass, vocals ; Jesse Bivona, drums, vocals). aAll songs written or co-written by the Interrupters. aProduced by Kevin Bivona. oRecordedpBivona Studios. aLyrics on container insert. aAfter three studio albums and over a decade deep into the music game, The Interrupters deliver their new album. This fourteen-track opus is authentic; it's a story of survival, a story of resilience, by a band being bold and rejecting the easy impulses of simply repeating what's worked before. The record took shape in an unforced and organic fashion, and the recording process was evidently a fun one, which is reflected in the sound of the album, gliding across a spectrum of breathless punk rock, doo-wop, gospel, dancehall, and the band's customary nods to the lineage of two-tone.00tAnything was better --tAs we liver(featuring Tim Armstrong, Rhoda Dakar) --tRaised by wolves --tIn the mirror --tKiss the ground --tJailbird --tThe hard way --tMy heart --tLet 'em go --tWorst for me --tBurdensr(featuring Hepcat) --tLove never diesr(featuring the Skints) --tAfterthought --tAlien. 0aRock musicy2021-2030. 0aPunk rock music. 0aSka punk (Music) 7aPunk rock music.2fast0(OCoLC)fst01084153 7aRock music.2fast0(OCoLC)fst01099204 7aSka punk (Music)2fast0(OCoLC)fst02010796 7a2021-20302fast 7aPunk rock music.2fast0(OCoLC)fst01726712 7aRock music.2fast0(OCoLC)fst01726724 7aSka punk (Music)2fast0(OCoLC)fst02010886 7aSka punk (Music)2lcgft 7aPunk rock music.2lcgft 7aSongs.2lcgft1 aArmstrong, Tim,d1961-eperformer.1 aDakar, Rhoda,eperformer.2 aHepcat (Musical group),eperformer.2 aSkints (Musical group),eperformer. a92bPUL03116cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040005000094020003100144020001500175020002600190035002200216042000800238043001200246050002600258082002800284100003200312245005000344264004500394300002300439336002600462337002800488338002700516520146000543650002902003650002302032650002202055650002902077651002502106650004002131650004602171650004602217650003902263651004202302655004802344655003902392655003802431655005002469655003102519655002902550655001902579994001202598on1339099694OCoLC20230718213016.0220112s2022 cau 000 1 eng  a 2022900537 aDLCbengerdacDLCdFSPdJCXdOCLCFdCDXdJTH a9781647423797q(paperback) a1647423791 z9781647423803q(epub) a(OCoLC)1339099694 apcc an-us-ca00aPS3626.A586bB58 202204a813/.6223/eng/202205171 aZadeik, Anastasia,eauthor.10aBlurred fates :ba novel /cAnastasia Zadeik. 1aBerkeley, CA :bShe Writes Press,c2022. a301 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Kate Whittier has it all--a loving, even-keeled husband, two great kids, and a beautiful home in Southern California. But Kate is living a lie. In a desperate attempt to create for her children the safe, happy family she never had, she has been hiding dark secrets for decades--things she's convinced make her unworthy of her wellborn husband, Jacob, and the privileged life he has provided. Then, one ordinary evening, always dependable Jacob confesses to a drunken sexual indiscretion he doesn't quite remember, and Kate cracks open. Molten memories rise to the surface: hiding in the dark, her brother's whisper in her ear; crying out, knowing no one will hear. Along with the memories, volatile emotions swirl--a sign, Kate fears, that the mental illness that took her mother has finally come for her. Stepping in to support Kate and Jacob as their lives unravel is the guy who introduced them: Ryan McCann, a peripatetic journalist who has recently settled nearby to write his first novel. Ryan was with Jacob on the night of the indiscretion. Ryan is with Kate when Jacob leaves. And when Kate's malevolent older brother calls with news of her father's imminent death, it is Ryan who accompanies her as she journeys back to her childhood home looking for closure. Instead, as the past invades the present and relationships collide, Kate discovers complicated truths that could mean redemption--or destroy her entire world"--cProvided by publisher. 0aMarried peoplevFiction. 0aAdulteryvFiction. 0aSecrecyvFiction. 0aMental illnessvFiction. 0aCaliforniavFiction. 7aAdultery.2fast0(OCoLC)fst00797378 7aMarried people.2fast0(OCoLC)fst01010656 7aMental illness.2fast0(OCoLC)fst01016547 7aSecrecy.2fast0(OCoLC)fst01110644 7aCalifornia.2fast0(OCoLC)fst01204928 7aDomestic fiction.2fast0(OCoLC)fst01726589 7aFiction.2fast0(OCoLC)fst01423787 7aNovels.2fast0(OCoLC)fst01921742 7aThrillers (Fiction)2fast0(OCoLC)fst01726755 7aThrillers (Fiction)2lcgft 7aDomestic fiction.2lcgft 7aNovels.2lcgft a92bPUL03216cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040004000094066000700134020001800141020001500159035002200174037001500196042001500211043001200226050002700238100004400265245086800309264007201177300002301249336002601272337002801298338002701326546001501353600004901368600007501417651004701492651004401539650004901583650005501632651003701687648002001724880003701744880091101781880007802692994001202770on1340660618OCoLC20230718213016.0220209s2022 ua 000 0 ara  a 2022351950 aDLCbengerdacDLCdZCUdOCLCFdSTF c(3 a9789777516570 a9777516576 a(OCoLC)1340660618 c225.00 EGP apccalcode af-ua---00aDT107.87b. H8654 20221 6880-01aḤusayn, al-Bahāʼ,eauthor.136880-02aal-Aḥyāʼ yukhbirūn qiṣṣatahim :bʻan Mubārak wa-ʻasrihi wa-humūm ukhrá maʻa Makram Muḥammad Aḥmad, Muḥammad Maḥmūd al-Ṭablāwī, Rifʻat al-Saʻīd, Jābir ʻUṣfūr, Muṣṭfá Ḥusayn, Maḥfūẓ ʻAbd al-Raḥmān, ʻAbd Allah Kamāl, Saʻd al-Dīn Ibrāhīm, ʻAbd al-Ḥalīm Qandīl, ʻAlī Luṭfī, Fārūq Ḥusnī, Muḥammad Nur Faraḥāt, Waḥīd Ḥāmid, ʻAmr Mūsá, Yaḥyá al-Jamal, Ṭāriq al-Bishrī, Maẓhar Shāhīn, Muḥammad ʻAbd al-Ḥakam Diyāb, Nawāl al-Saʻdāwī, Samīḥah Ayyūb, ʻĀṣim al-Dasūqī, ʻAlī Sālim, Shākir ʻAbd al-Ḥamīd, al-Sayyid Yasīn, Ṣalāḥ ʻĪsá, ʻAbd al-Munʻim Saʻīd, Ṣāfī Nāz Kāẓim, Anwar al-Bulkīmī, Mukhtār Nūḥ, ʻUmar Khayrat /cḥāwarahum al-Bahāʼ Ḥusayn. 16880-03aal-Qāhirah :bRawāfid lil-Nashr wa-al-Tawzīʻ,c2022. a605 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn Arabic.10aMubārak, Muḥammad Ḥusnī,d1928-2020.17aMubārak, Muḥammad Ḥusnī,d1928-2020.2fast0(OCoLC)fst00125828 0aEgyptxPolitics and governmenty1981-2011. 0aEgyptxIntellectual lifey20th century. 7aIntellectual life.2fast0(OCoLC)fst00975769 7aPolitics and government.2fast0(OCoLC)fst01919741 7aEgypt.2fast0(OCoLC)fst01208755 7a1900-20112fast1 6100-01aحسين، البهاء.126245-02aالأحياء يخبرون قصتهم :bعن مبارك وعصره وهموم أخرى مع مكرم محمد أحمد، محمد محمود الطبلاوي، رفعت السعيد، جابر عصفور، مصطفى حسين، حفوظ عبد الرحمن، عبد الله كمال، سعد الدين إبراهيم، عبد الحليم قنديل، علي لطفي، فاروق حسني، محمد نور فرحات، وحيد حامد، عمرو موسى، يحيى الجمل، طارق البشري، مظهر شاهين، محمد عبد الحكم دياب، نوال السعداوي، سميحة أيوب، عاصم الدسوقي، علي سالم، شاكر عبد الحميد، السيد يسين، صلاح عيسى، عبد المنعم سعيد، صافي ناز كاظم، أنور البلكيمي، مختار نوح، عمر خيرت /cحاورهم البهاء حسين. 16264-03aالقاهرة :bروافد للنشر والتوزيع،c2022. a92bPUL02319cjm a2200565 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002600149028002600175035002200201042001400223110005300237245002800290250004700318264005600365264001100421300005000432336003700482337002300519338003100542340001900573344001800592344001500610344002300625382006800648500002700716500003400743511005000777500007700827518004500904508004300949500004100992500010301033505026001136505015401396650002701550650002101577648002001598655002301618655002801641655003401669655001801703740002001721994001201741on1341304045OCoLC20230718213016.0sd bmmennmplue230713r20211995caurcnne d n eng d a 2023617315 aMLNbengerdacDLC1 a09362488457602a093624885269bReprise00a093624884576bReprise a(OCoLC)1341304045 alccopycat2 aGreen Day (Musical group)ecomposer,eperformer.10aInsomniac /cGreen Day. aDeluxe edition ; 25th anniversary edition. 1aLos Angeles, California :bReprise Records,c[2021] 4c©2021 a2 audio discs :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw01amale voicen1dguitarn1abass guitarn1adrum setn1s32lcmpt aTitle from disc label. a2 disc, 3-sided vinyl LP set.0 aGreen Day (Billie Joe, Mike Dirnt, Tre Cool). aInsomniac originally released in 1995 ; Live in Prague released in 2020. 3Live in Pragueorecordedd1996 March 26. aProduced by Rob Cavallo and Green Day. aParental advisory: explicit content. aLyrics on inner disc sleeve; with additional one-sided disc with sleeve containing Live in Prague.00gDisc 1,tInsomniac.tArmatage Shanks --tBrat --tStuck with me --tGeek stink breath --tNo pride --tBab's uvula who? --t86 --tPanic song --tStuart and the ave. --tBrain stew --tJaded --tWestbound sign --tTight Wad Hill --tWalking contradiction.00gDisc 2,tLive in Prague.tArmatage Shanks --tBrat --tGeek stink breath --tStuck with me --tBrain stew --tJaded --tWalking contradiction --t86. 0aRock musicy1991-2000. 0aPunk rock music. 7a1991-20002fast 7aRock music.2lcgft 7aPunk rock music.2lcgft 7aLive sound recordings.2lcgft 7aSongs.2lcgft02aLive in Prague. a92bPUL01597cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149025002400164035002200188037005300210042002100263050002800284082001800312100004000330245020200370246002200572250002900594264008200623300006900705336002600774337002800800338002700828504005700855520009000912546001401002600007001016655006201086938005101148994001201199on1343868943OCoLC20230718213016.0230208s2022 ii b b 000 0 hinod a 2023335445 aDKAGEbengerdacDLC a9789383628391q(hardback) a9383628391 aI-H-2023-335445; 12 a(OCoLC)1343868943 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aPK2098.29.I73bZ76 202204a891.438712231 aNavīna, Devaśaṅkara,eauthor.10aMahattva Māyānanda :bMāyānanda Miśra kā racanātmaka jīvanavr̥ta /cDevaśaṅkara Navīna = Mahattwa Mayanand : a creative life sketch of Mayanand Mishra / by Deo Shankar Navin.31aMahattwa Mayanand aPrathama saṃskaraṇa. 1aGājiyābāda :bŚruti Buksa :bKe. Ela. Pacaurī Prakāśana,c2022. a310 pages, 6 unnumbered pages :bmaps (black and white) ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 314-316). aOn the life and works of Māyānanda Miśra, 1934-2013, Hindi and Maithili author. aIn Hindi.10aMiśra, Māyānanda,d1934-2013xCriticism and interpretation. 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 aD. K. Agencies (P) Ltd.bDKAPnDKHIN-73536-HBD a92bPUL01345cjm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003300149035002200182042001400204100005500218245003200273264004600305264001200351300004100363336003700404337002300441338003100464344001900495344001900514344001900533347002200552347001300574511009500587500002700682505012300709650002100832655002800853938005400881994001200935on1344101321OCoLC20230718213016.0sd fsngnnmmned230711t20222022gw uunn n zxx d a 2023627513 aTDFbengerdacDLC10a88091825731002aMIACD057bMiasmah Recordings a(OCoLC)1344101321 alccopycat1 aMondkopfc(Musician),ecomposer,einstrumentalist.10aSpring stories /cMondkopf. 1a[Germany?] :bMiasmah Recordings,c[2022] 4c℗2022 a1 sound disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aPaul Régimbeau [Mondkopf], electric guitar, modular synthesizer ; additional performers. aTitle from disc label.0 aElevation -- Phased harmony I -- Through the storm, in your arms -- Transmission -- Phased harmony II -- Continuation. 0aShoegaze (Music) 7aShoegaze (Music)2lcgft aTheodore Front Musical LiteraturebTFRTnTF522967 a92bPUL01688cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149025002300164035002200187037005300209041001300262042002100275043001200296050002300308082001900331100003800350245011400388264004700502300005800549336002600607337002800633338002700661504005700688546004300745650008100788651006200869650005200931650005100983651006101034655006201095700003601157938004901193994001201242on1345276979OCoLC20230718213016.0220920s2022 ii a b 000 0 eng d a 2023335763 aDKAGEbengerdacDLC a9789392816208q(hardback) a9392816200 aI-E-2023335763; 30 a(OCoLC)1345276979 bLibrary of Congress -- New Delhi Overseas Office0 aengaasm alccopycatalcode aa-ii---00aPK1562b.B485 202204a891.4511092231 aBhattacharjee, Somenath,eauthor.10aSocio-cultural perspective of Goalparia folk songs in Assam /cDr. Somenath Bhattacharjee, Dr. Nijora Sharma. 1aNew Delhi :bAbhijeet Publications,c2022. a212 pages :billustrations (black and white) ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 209-212). aIncludes texts in Goalpariyab(roman). 0aFolk songs, AssamesezIndiazGoālpāra (District)xHistory and criticism. 0aGoālpāra (India : District)xSocial life and customs. 7aFolk songs, Assamese.2fast0(OCoLC)fst00929757 7aManners and customs.2fast0(OCoLC)fst01007815 7aIndiazGoālpāra (District)2fast0(OCoLC)fst01335582 7aCriticism, interpretation, etc.2fast0(OCoLC)fst014116351 aSharma, Nijora,d1973-eauthor. aD. K. Agencies (P) Ltd.bDKAPnDK-300526-HBD a92bPUL01395cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020002800178020003100206020002700237020003100264035002200295042001400317050002300331082003000354245013900384250002000523264005700543264001100600300003100611336002100642337002500663338002300688504005100711650001600762650001600778650001600794650004200810700003300852776003500885938004100920994001200961on1345667760OCoLC20230718213016.0221207t20232023enk b 001 0 eng d a 2022951317 aYDXbengerdacDLCdYDXdUKMGBdOCLCFdB6U aGBC3021942bnb7 a0208599762Uk a152976906Xq(hardcover) a9781529769067q(hardcover) z9781529787832q(ebook) z9781529783872q(PDF ebook) a(OCoLC)1345667760 alccopycat00aHM1261b.S345 202304a658.4092223/eng/2023032004aThe SAGE handbook of leadership /cedited by Doris Schedlitski, Magnus Larsson, Brigid Carroll, Michelle C. Bligh and Olga Epitropaki. aSecond edition. 1aLondon ;aThousand Oaks, California :bSage,c[2023] 4c©2023 axxxiii, 561 pages ;c25 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references and index. 0aLeadership. 2aLeadership. 6aLeadership. 7aLeadership.2fast0(OCoLC)fst009947011 aSchedlitzki, Doris,eeditor.08iebook version :z9781529787832 aYBP Library ServicesbYANKn18128195 a92bPUL01953cam a2200577 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160019001500178020002800193020003100221020003000252020002700282020003200309020003100341035004100372042001400413050002300427060001100450082003000461082001500491245010400506246004600610246003400656250001900690264004900709300004500758336002100803336002800824337002500852338002300877500002800900504005100928650001600979650001900995650002801014650002501042650003101067650004201098650004501140700002801185700003301213776003501246938004101281938004101322994001201363on1345667879OCoLC20230718213016.0220708s2023 enka b 001 0 eng d a 2022942317 aYDXbengerdacDLCdYDXdUKMGBdH@UdOCLCF aGBC3080242bnb7 a0208693282Uk a1345667977 a1529781086q(paperback) a9781529781083q(paperback) a9781529781090q(hardback) a1529781094q(hardback) z9781529787849q(ePub ebook) z9781529783889q(PDF ebook) a(OCoLC)1345667879z(OCoLC)1345667977 alccopycat00aBF636.6b.S24 2023 4aWM 42004a616.8914223/eng/2023050104a361.0622304aThe SAGE handbook of counselling and psychotherapy /cedited by Terry Hanley and Laura Anne Winter.30aHandbook of counselling and psychotherapy30aCounselling and psychotherapy aFifth edition. 1aLondon ;aThousand Oaks, CA :bSAGE,c[2023] axxx, 650 pages :billustrations ;c24 cm atext2rdacontent astill image2rdacontent aunmediated2rdamedia avolume2rdacarrier aPrevious edition: 2017. aIncludes bibliographical references and index. 0aCounseling. 0aPsychotherapy. 2aPsychotherapyxmethods. 2aCounselingxmethods. 2aMental Disordersxtherapy. 7aCounseling.2fast0(OCoLC)fst00881212 7aPsychotherapy.2fast0(OCoLC)fst010817551 aHanley, Terry,eeditor.1 aWinter, Laura Anne,eeditor.08iebook version :z9781529787849 aYBP Library ServicesbYANKn18128193 aYBP Library ServicesbYANKn18128194 a92bPUL01770cjm a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028002700161035002200188042001400210245004000224264005000264264001200314300004100326336003700367337002300404338003100427340003500458344001900493344001900512344001900531347002200550347001300572500002700585511019800612500004900810505015800859650002101017650001701038650003601055648002001091655003601111655001701147655001801164700004601182710004801228994001201276on1346124379OCoLC20230718213016.0sd fsngnnmmned230714p20222021waujznn i n eng d a 2023627030 aCLEbengerdacDLCdOCLCFdCLE1 a80555221982102aOA2 22198bOA2 Records a(OCoLC)1346124379 alccopycat00aHeat wave /cIdit Shner & Mhondoro. 1a[Seattle, Washington] :bOA2 Records,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aplastic, metalb4 3/4 in.2rda adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aIdit Shner, alto, soprano saxophone & Mhondoro (Josh Mambira, percussion, vocals ; Torrey Newhart, keyboard, vocals ; Garrett Baxter, bass ; Ken Mastrogiovanni, drums ; Ratie D, mibra, vocals). aNotes by Kristin Thiel printed on container.0 aObsidian horses (6:51) -- Heat wave (6:19) -- Mhondoro (6:18) -- Usavabvumire (6:04) -- Mantra song (3:59) -- Step by step (7:26) -- Fingerprints (7:00). 0aJazzy2021-2030. 0aJazz vocals. 7aJazz.2fast0(OCoLC)fst00982165 7a2021-20302fast 7aJazz.2fast0(OCoLC)fst01726653 7aJazz.2lcgft 7aSongs.2lcgft1 aShner, Idit,ecomposer,einstrumentalist.2 aMhondoro (musical group),einstrumentalist. a92bPUL02296cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040006200094015001900156016001800175019001500193020002900208020002600237020002900263020002600292020004200318035004100360042001400401050002200415082001400437100003800451245010300489264005600592264001100648300004400659336002600703337002800729338002700757500002000784520066800804650001101472650001501483650004101498650003701539655003001576700003801606776003501644938004101679938004101720938002901761994001201790on1346351163OCoLC20230718213016.0220910t20232023enka 001 0 eng d a 2022946154 aYDXbengerdacDLCdYDXdBDXdUKMGBdOCLCFdQGQdSDAdTOH aGBC3020482bnb7 a0208598302Uk a1346351556 a9781509554614qpaperback a1509554610qpaperback a9781509554607qhardcover a1509554602qhardcover z9781509554621qelectronic publication a(OCoLC)1346351163z(OCoLC)1346351556 alccopycat00aHG221b.W893 202304a332.42231 aWray, L. Randall,d1953-eauthor.10aMoney for beginners :ban illustrated guide /cL. Randall Wray ; illustrated by Heske van Doornen. 1aCambridge, UK ;aHoboken, NJ :bPolity Pressc2023. 4c©2023 avi, 126 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. a"Money is mysterious. We love it, we hate it, but few people can tell you what the heck it really is. Wouldn't it be good to get out of the fog? This book will help you understand both the way money works and how to leverage its power. The authors take you on an illuminating journey from your piggy bank to the Federal Reserve with no pesky jargon or complex math. Once you see money clearly, life will never be the same. You'll know what really goes on in banks and what the cash in your wallet represents. You'll know how government really spends and why it can't run out of money. You'll know what money can actually do -- and how we can make it work for us." 0aMoney. 0aEconomics. 7aEconomics.2fast0(OCoLC)fst00902116 7aMoney.2fast0(OCoLC)fst01025265 7aIllustrated works.2lcgft1 avan Doornen, Heske,eillustrator.08iebook version :z9781509554621 aYBP Library ServicesbYANKn18141428 aYBP Library ServicesbYANKn18141429 aBrodartbBRODn133686191 a92bPUL02498cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040004400094066000700138020002600145020001500171035002200186042000800208043002100216050002200237245018500259264005900444300007100503336002600574337002800600338002700628500011500655500004600770504005100816610005500867610008100922650003701003650004401040650004001084651005001124651004401174655003901218700005101257700005401308710007001362880028301432880006701715880016901782880005301951994001202004on1346391364OCoLC20230718213016.0220321s2020 ru af b 011 0 rus c a 2022497810 aRuMoNKBbengerdacDLCdPULdOCLCFdHUL c(N a9785604394557q(hbk.) a5604394556 a(OCoLC)1346391364 apcc ae-ur---ae-ru---00aCD1732b.R67 2020006880-01aRossiĭskiĭ gosudarstvennyĭ voennyi arkhiv v dokumentakh i materialakh :b1920-2022 /cotbetstvennyĭ redaktor V.P. Tarasov ; sostaviteli: V.I. Korotaev [and others]. 16880-02aMoskva :bFond "Svi︠a︡zʹ Ėpokh",c2020. a860 pages, 32 unnumbered pages of plates :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 6880-03aAt head of title: Federalʹnoe arkhivnoe agentstvo. Rossiĭskiĭ gosudarstvennyĭ voennyĭ arkhiv. 6880-04a"100 let RGVA"--Preliminary page. aIncludes bibliographical references and index.20aRossiĭskiĭ gosudarstvennyĭ voennyĭ arkhiv.27aRossiĭskiĭ gosudarstvennyĭ voennyĭ arkhiv.2fast0(OCoLC)fst00726287 0aArchiveszSoviet UnionxHistory. 0aArchiveszRussia (Federation)xHistory. 7aArchives.2fast0(OCoLC)fst00814030 7aRussia (Federation)2fast0(OCoLC)fst01262050 7aSoviet Union.2fast0(OCoLC)fst01210281 7aHistory.2fast0(OCoLC)fst014116281 aTarasov, V. P.q(Vladimir Petrovich),eeditor.1 aKorotaev, V. I.q(Vladimir Ivanovich),ecompiler.2 aRossiĭskiĭ gosudarstvennyĭ voennyĭ arkhiv,eissuing body.006245-01aРоссийский государственный военный архив в документах и материалах :b1920-2020 /cответственный редактор Б.П. Тарасов ; составители В.И. Коротаев [and others]. 16264-02aМосква :bФонд "Связь Эпох",c2020. 6500-03aAt head of title: Федеральное архивное агентство. Российский государственный военный архив. 6500-04a"100 лет РГВА"--Preliminary page. a92bPUL02900cam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129035002200136037001600158042001500174043001200189050002500201111011000226245025500336246013500591246009200726264010700818300002300925336002600948337002800974338002701002504004101029600004401070600006201114650003401176650004201210650004001252651003901292655006501331700005601396700004101452880011901493880028101612880014201893880009802035880011502133880004702248880005402295880003302349994001202382on1346461448OCoLC20230718213016.0210403s2020 sy b 000 0 ara  a 2021338302 aDLCbengerdacDLCdOCLCFdIXA c(3 a(OCoLC)1346461448 c1100.00 SYP alcodeapcc aa-sy---00aDS98.5.Z86bQ26 20192 6880-01aQāmāt fī al-Fikr wa-al-Adab wa-al-Ḥayāh (Conference)n(6th :d2019 :cDamascus, Syria).106880-02aQāmāt fī al-Fikr wa-al-Adab wa-al-Ḥayāh, al-nadwah al-shahrīyah al-sādisah :bQusṭanṭīn Zurayq al-mufakkir al-qawmī al-ʻArabī fī zaman al-ḥulm /ciʻdād wa-tawthīq D. Ismāʻīl Marwah, Nazīh al-Khūrī.346880-03aWaqāʼiʻ al-nadwah al-thaqāfīyah :bQusṭanṭīn Zurayq al-mufakkir al-qawmī al-ʻArabī fī zaman al-ḥulm306880-04aQusṭanṭīn Zurayq al-mufakkir al-qawmī al-ʻArabī fī zaman al-ḥulm 16880-05aDimashq :bal-Hayʼah al-ʻĀmmah al-Sūrīyah lil-Kitāb, Wizārat al-Thaqāfah,c2020. a142 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.106880-06aZurayq, Qusṭanṭīn,d1909-17aZurayq, Qusṭanṭīn,d1909-2fast0(OCoLC)fst00125655 0aHistorianszSyriavBiography. 7aHistorians.2fast0(OCoLC)fst00957686 7aScholars.2fast0(OCoLC)fst01106878 7aLebanon.2fast0(OCoLC)fst01206063 7aConference papers and proceedings.2fast0(OCoLC)fst014237721 6880-07aMarwah, Ismāʻīl Ismāʻīl,eeditor.1 6880-08aKhūrī, Nazīh,eeditor.2 6111-01aقامات في الفكر والأدب والحياه (ندوة)n(6th :d2020 :cدمشق، سوريا).106245-02aقامات في الفكر والأدب والحياة، الندوة الشهرية السادسة :bقسطنطين زريق المفكر القومي العربي في زمن الحلم /cإعداد وتوثيق د. إسماعيل مروة، نزيه الخوري.346246-03aوقائع الندوة الثقافية :bقسطنطين زريق المفكر القومي العربي في زمن الحلم306246-04aقسطنطين زريق المفكر القومي العربي في زمن الحلم 16264-05aدمشق :bالهيئة العامة السورية للكتاب، وزارة الثقافة،c2020.146600-06aزريق، قسطنطين،d1909-1 6700-07aمروة، إسماعيل إسماعيل.1 6700-08aخوري، نزيه. a92bPUL01434cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040004400094015001900138016001800157020002600175020002300201035002200224042001400246050002200260082001600282100003500298245009500333246005900428264005900487300004800546336002100594337002500615338002300640504005100663650003200714650003500746650004900781650006100830650005800891710004600949938002900995994001201024on1346475814OCoLC20230718213016.0230420s2022 vaua b 001 0 eng d a 2023385077 aUKMGBbengerdacDLCdUKMGBdBDXdOCLCF aGBC2F37892bnb7 a0207292762Uk a9781572783584q(pbk.) a1572783583q(pbk.) a(OCoLC)1346475814 alccopycat00aTD367b.S684 202204a628.1612231 aSpencer, Mark Nelson,eauthor.10aWater quality instrumentation /cby Mark Spencer ; original illustrations by Leah Spencer.14aWater quality instrumentation : pinciples and practice 1aAlexandria, VA :bWater Environment Federation,c2022. axxviii, 443 pages :billustrations ;c26 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references and index. 0aWater qualityxMeasurement. 0aWaterxPollutionxMeasurement. 0aChemical detectorsxIndustrial applications. 7aWaterxPollutionxMeasurement.2fast0(OCoLC)fst01171315 7aWater qualityxMeasurement.2fast0(OCoLC)fst011718542 aWater Environment Federation,epublisher. aBrodartbBRODn132632187 a92bPUL01477cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040004900094015001900143016001800162020002600180020001500206025002600221035002200247037005300269042002100322050002500343082001500368245007700383264008700460300007500547336002100622337002500643338002300668504005700691530003200748600007400780600006000854655006100914700007400975700003001049994001201079on1346498972OCoLC20230718213016.0220823s2022 ii ah b 000 0 eng d a 2023335772 aUKMGBbengerdacDLCdOCLCFdDLCdEQOdUKMGB aGBC2F28432bnb7 a0207283292Uk a9780670097036q(hbk.) a0670097039 aI-E-2023335772; 07-91 a(OCoLC)1346498972 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aB5134.G421bR43 202204a181.4522300aReading Sri Aurobindo /cedited by Gautam Chikermane and Devdip Ganguli. 1aGurgaon, Haryana, India :bEbury Press, an imprint of Penguin Random House,c2022. axxii, 289 pages :billustrations (black and white), facsimile ;c22 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 259-289). aAlso available as an ebook.10aGhose, Aurobindo,d1872-19501https://isni.org/isni/000000012137144X.17aGhose, Aurobindo,d1872-1950.2fast0(OCoLC)fst00038288 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411631 aChikermane, Gautam,eeditor.1https://isni.org/isni/0000000436153690.1 aGanguli, Devdip,eeditor. a92bPUL03300cam a2200745 i 4500001001300000003000600013005001700019008004100036010001700077040011100094015001900205016001800224019002700242020003100269020001500300020002600315035006000341042000800401050002300409082001200432100003200444245013500476250001900611264008300630300005500713336002600768336003300794337002800827338002700855380002200882380001600904385002500920385002400945520026200969521007601231521007701307504004101384586003801425600005601463600004401519600006101563630007301624650002001697650002501717650007301742650002401815650005001839650004901889650006201938650003702000650005302037650004402090651004502134648002002179655002402199655004302223655005102266655004602317655004502363655002602408700003802434938002902472938004102501994001202542on1346934144OCoLC20230718213016.0210904s2022 nyua b 000 1deng  a 2021918214 aDLCbengerdacDLCdOCOdJBIdGL7dCLEdOCLCFdYEQdUABdBDXdUAPdKYCdCCPLGdEHHdRB0dCHILDdUKMGBdTX5 aGBC2H59802bnb7 a0207652232Uk a1334083311a1385365427 a9781635923926q(hardcover) a1635923921 z9781635928273q(epub) a(OCoLC)1346934144z(OCoLC)1334083311z(OCoLC)1385365427 apcc00aPZ7.1.S63bMr 202200a[E]2231 aSmith, Emma Bland,eauthor.10aMr. McCloskey's marvelous mallards :bthe making of make way for ducklings /cEmma Bland Smith ; illustrated by Becca Stadtlander. aFirst edition. 1aNew York :bCalkins Creek, an imprint of Astra Books for Young Readers,c2022. a1 volume (unpaged) :bcolor illustrations ;c29 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aBiography2marcgt aBook2tlcgt aJuvenile2marctarget aJuvenile2tlctarget aRobert McCloskey finds himself navigating the delightful chaos of raising a flock of ducklings in his cramped New York City apartment, facing challenges as he tries to capture their essence through his illustrations before they outgrow their adorable stage. aAges 7-10.bCalkins Creek, an imprint of Astra Books for Young Readers. aGrades 2-3.bCalkins Creek, an imprint of Astra Books for Young Readers. aIncludes bibliographical references. aA Junior Library Guild Selection.10aMcCloskey, Robert,d1914-2003vJuvenile literature.11aMcCloskey, Robert,d1914-2003vFiction.17aMcCloskey, Robert,d1914-2003.2fast0(OCoLC)fst0008857507aMake way for ducklings (McCloskey, Robert)2fast0(OCoLC)fst01372672 1aDucksvFiction. 1aAuthorshipvFiction. 7aJUVENILE NONFICTION / Biography & Autobiography / Literary.2bisacsh 7aJNF006020.2bisacsh 7aJUVENILE NONFICTION / Art / Drawing.2bisacsh 7aAuthors, American.2fast0(OCoLC)fst00821764 7aChildren's storiesxAuthorship.2fast0(OCoLC)fst00856634 7aDucks.2fast0(OCoLC)fst00899294 7aIllustration of books.2fast0(OCoLC)fst00967406 7aIllustrators.2fast0(OCoLC)fst00967426 7aUnited States.2fast0(OCoLC)fst01204155 7a1900-19992fast 0aChildren's stories. 7aBiographies.2fast0(OCoLC)fst01919896 7aCreative nonfiction.2fast0(OCoLC)fst01919909 7aJuvenile works.2fast0(OCoLC)fst01411637 7aPicture books.2fast0(OCoLC)fst01726789 7aPicture books.2lcgft1 aStadtlander, Becca,eillustrator. aBrodartbBRODn131895613 aChildren's Plus, Inc.bCHILn2300660 a92bPUL01759cjm a2200457 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002000150035002200170041001300192042001400205100004300219245006000262246003300322264003800355300004200393336003700435337002300472338003100495344001900526344001900545344001900564347002200583347001300605500017600618500002800794511001900822500005300841505025500894650002201149650001901171650001901190655002601209938005401235994001201289on1346994785OCoLC20230718213016.0sd fsngnnmmned230711s2022 sz uunn n zxx d a 2023627515 aTDFbengerdacDLC30a425180413728702aW066CDbWRWTFWW a(OCoLC)13469947850 genggjpn alccopycat1 aHirose, Yutaka,ecomposer,eperformer.10aTrace :bsound design works 1986-1989 /cYutaka Hirose.30aSound design works 1986-1989 1a[Switzerland] :bWRWTFWW,c[2022] a2 audio discs :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio a"a collection of re-edited versions from the audio sources produced during the Sound Process Design recording sessions after the release of my album Nova in 1996"--Insert. aTitle from disc labels.0 aYutaka Hirose. aProgram notes in English and Japanese on insert.0 aReflection -- Fluctuation -- Light from clouds -- Air to feel outside -- Inner voice -- Looking back at the past -- The breath of cyberspace -- Babel's Library -- Cross section of the underground -- Voice from past technology -- Study for scientists. 0aElectronic music. 0aMinimal music. 0aAmbient music. 7aMinimal music.2lcgft aTheodore Front Musical LiteraturebTFRTnTF523873 a92bPUL04010cjm a2200853 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004000109024001700149028002300166028002100189033003300210035002200243041001800265042001400283047002300297050002200320100003900342240002900381245007500410264006600485264001200551300006000563306008300623336003700706337002300743338003100766344001900797344001900816344001900835347002200854347001300876382002300889500002700912511002500939518011500964518012401079518012601203518012101329500012201450505031901572650002001891650001901911650001701930650003301947650005901980650004302039650004602082650004502128655004102173655004502214655003902259655003802298655002002336655001902356655002202375655002802397655001902425655002602444700004402470700008002514700006602594700005802660700006902718700007702787700006402864700007802928700008403006938005403090994001203144on1346995038OCoLC20230718213016.0sd fsngnnmmned230711t20222022xx munn fi n zxx d a 2023626576 aTDFbengerdacDLCdRBNdOCLCFdTDF1 a74731398622402aGP862bGrand Piano02a862bGrand Piano20a20220131a20220203b6714cV4 a(OCoLC)13469950380 genggitamita alccopycat asnasuacnafgauu 4aM22.C39bP53 20221 aCastiglioni, Niccolò,ecomposer.10aPiano music.kSelections10aComplete piano works.n1 /cCastiglioni ; [performed by] Aldo Orvieto. 1a[Place of publication not identified] :bGrand Piano,c[2022] 4c℗2022 a1 audio disc (57 min., 42 sec.) :bdigital ;c4 3/4 in. a000936a001010a000558a000232a001101a000627a000329a000210a000127a000431 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label.0 aAldo Orvieto, piano. 3Tracks 1-10orecorded 2022 February 2pSala del Chiostro dei Cipressi, Fondazione Giorgio Cini, Venice, Italy. 3Tracks 11-14, 20-32orecordedd2022 February 1pSala del Chiostro dei Cipressi, Fondazione Giorgio Cini, Venice, Italy. 3Tracks 15-19, 34, 40-42orecordedd2022 FebruarypSala del Chiostro dei Cipressi, Fondazione Giorgio Cini, Venice, Italy. 3Tracks 33, 35-39orecordedd2022 January 31pSala del Chiostro dei Cipressi, Fondazione Giorgio Cini, Venice, Italy. aProgram and biographical notes in Italian with English translations (20 pages ; illustrations) inserted in container.00tPiano sonatina in G majorg(9:36) --tPiccola suite in Gg(10:10) --tQuattro cantig(5:58) --tMomento musicaleg(2:32) --tCome io passo l'estateg(11:01) --tPiano sonatinag(6:27) --tSeconda sonatinag(3:29) --tDas Reh im Waldg(2:10) --tIn principio era la danzag(1:27) --tPreludio, corale e fugag(4:31) 0aSonatas (Piano) 0aSuites (Piano) 0aPiano music. 0aCanons, fugues, etc. (Piano) 7aCanons, fugues, etc. (Piano)2fast0(OCoLC)fst00846007 7aPiano music.2fast0(OCoLC)fst01063403 7aSonatas (Piano)2fast0(OCoLC)fst01125930 7aSuites (Piano)2fast0(OCoLC)fst01137963 7aArt music.2fast0(OCoLC)fst01920007 7aCanons (Music)2fast0(OCoLC)fst01920043 7aSonatas.2fast0(OCoLC)fst01920363 7aSuites.2fast0(OCoLC)fst01726502 7aSonatas.2lcgft 7aSuites.2lcgft 7aArt music.2lcgft 7aPreludes (Music)2lcgft 7aFugues.2lcgft 7aCanons (Music)2lcgft1 aOrvieto, Aldo,d1961-einstrumentalist.12iContainer of (work):aCastiglioni, Niccolò.tSonatinas,mpiano,rG major.12iContainer of (work):aCastiglioni, Niccolò.tPiccola suite.12iContainer of (work):aCastiglioni, Niccolò.tCanti.12iContainer of (work):aCastiglioni, Niccolò.tMomento musicale.12iContainer of (work):aCastiglioni, Niccolò.tCome io passò l'estate.12iContainer of (work):aCastiglioni, Niccolò.tReh im Wald.12iContainer of (work):aCastiglioni, Niccolò.tIn principio era la danza.12iContainer of (work):aCastiglioni, Niccolò.tPreludio, corale e fuga,mpiano. aTheodore Front Musical LiteraturebTFRTnTF523733 a92bPUL03222cjm a2200721 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040004500109024001700154028002300171028002100194033002300215035002200238041001300260047001100273050002400284100004500308240002900353245007400382264006600456264001200522300006000534306005900594336003700653337002300690338003100713344001900744344001900763344001900782347002200801347001300823382002300836500002700859511003000886518007000916500009000986505027001076650001701346650003401363650002101397650001601418650004301434655006001477655004801537655004701585655004101632655002801673655002301701655002901724700004901753700009601802700009301898700008501991700008702076700009902163700009602262700007602358938005402434994001202488on1346995234OCoLC20230718213016.0sd fsngnnmmned220930t20222022xx munn efi n zxx d a 2023626573 aTDFbengerdacDLCdRBNdOCLCFdTDFdUMC1 a74731399142602aGP914bGrand Piano00a914bGrand Piano00a20220429b4364cB8 a(OCoLC)13469952340 genggger ancauu 4aM3.1.E455bP53 20221 aElmas, Stéphan,d1862-1937,ecomposer.10aPiano music.kSelections10aComplete piano works.n1 /cElmas ; [performed by] Mikael Ayrapetyan. 1a[Place of publication not identified] :bGrand Piano,c[2022] 4c℗2022 a1 audio disc (69 min., 2 sec.) :bCD audio ;c4 3/4 in. a000822a000835a000336a000311a000524a000700a003237 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01apianon1s12lcmpt aTitle from disc label.0 aMikael Ayrapetyan, piano. oRecordedd2022 April 29pAllegro Recordings, Burbank, California. aProgram notes in English and German (12 pages ; illustrations) inserted in container.00tBallade no. 1 in E flat majorg(8:22) --tBallade no. 2 in B majorg(8:35) --tBallade in G majorg(3:36) --tRomance for piano in E flat majorg(3:11) --tBarcarolle no. 1 in E-flat minorg(5:24) --tBarcarolle no. 2 in C minorg(7:00) --tSeven nocturnesg(32:37) 0aPiano music. 0aBallades (Instrumental music) 0aRomances (Music) 0aBarcaroles. 7aPiano music.2fast0(OCoLC)fst01063403 7aBallades (Instrumental music)2fast0(OCoLC)fst01920013 7aNocturnes (Music)2fast0(OCoLC)fst01986227 7aRomances (Music)2fast0(OCoLC)fst02000473 7aBallades (Instrumental music)2lcgft 7aRomances (Music)2lcgft 7aBarcaroles.2lcgft 7aNocturnes (Music)2lcgft1 aAyrapetyan, Mikael,d1984-einstrumentalist.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBallades,mpiano,nno. 1,rE♭ major.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBallades,mpiano,nno. 2,rB major.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBallades,mpiano,rG major.12iContainer of (work):aElmas, Stéphan,d1862-1937.tRomance,mpiano,rE♭ major.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBarcarolles,mpiano,nno. 1,rE♭ minor.12iContainer of (work):aElmas, Stéphan,d1862-1937.tBarcarolles,mpiano,nno. 2,rC minor.12iContainer of (work):aElmas, Stéphan,d1862-1937.tNocturnes,mpiano. aTheodore Front Musical LiteraturebTFRTnTF523735 a92bPUL01813cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020003100178020002800209020003000237035002200267042000800289043001200297050002400309082001500333100002900348245008000377264004900457264001100506300002300517336002600540337002800566338002700594600002000621600006400641650004300705650003700748650004000785650003700825650004300862650003800905650004900943651003900992651004801031651005601079655004301135776003501178938004101213938002901254994001201283on1347427790OCoLC20230718213016.0230605t20232023ie 000 0aeng  a 2022367063 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdYDX aGBC2L93602bnb7 a0208322872Uk a9781788493567q(paperback) a1788493567q(paperback) z9781788494250qePub ebook a(OCoLC)1347427790 apcc ae-ie---00aPN5146.D65bA3 202304a070.922231 aDonaghy, Kathy,eauthor.10aFinding my wild :bhow a move to the edge brought me home /cKathy Donaghy. 1aDublin, Ireland :bO'Brien Press Ltd,c2023. 4c©2023 a223 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aDonaghy, Kathy.10aDonaghy, KathyxHomes and hauntszIrelandzDonegal (County) 0aWomen journalistszIrelandvBiography. 0aJournalistszIrelandvBiography. 7aFamilies.2fast0(OCoLC)fst01728849 7aHomes.2fast0(OCoLC)fst01353235 7aJournalists.2fast0(OCoLC)fst00984188 7aTravel.2fast0(OCoLC)fst01155558 7aWomen journalists.2fast0(OCoLC)fst01178072 7aIreland.2fast0(OCoLC)fst01205427 7aIrelandzDonegal.2fast0(OCoLC)fst01260954 7aIrelandzDonegal (County)2fast0(OCoLC)fst01330711 7aBiographies.2fast0(OCoLC)fst0191989608iebook version :z9781788494250 aYBP Library ServicesbYANKn18167949 aBrodartbBRODn133688364 a92bPUL03388cam a22006018i 4500001001300000003000600013005001700019008004100036010001700077040005200094015001900146016001800165020003000183020001500213020003100228020001500259020002700274020002400301020003200325020002900357020003100386020002800417035002200445042000800467043001200475050002700487082003300514100003300547245011800580263000900698264005600707300005000763336002600813337002800839338002700867504005100894520109300945610004602038650004702084650003802131650003702169650003502206651006002241651006002301650004602361650005102407651003802458776016702496938004102663938004102704938002902745994001202774on1347428766OCoLC20230718213016.0230712s2023 enk b 001 0 eng  a 2023026611 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdINUdYDX aGBC3186532bnb7 a0209384832Uk a9781032222707q(hardback) a1032222700 a9781032230467q(paperback) a1032230460 z9781003275404q(ebook) z1003275400q(ebook) z9781000859485q(ePub ebook) z1000859487q(ePub ebook) z9781000859409q(PDF ebook) z1000859401q(PDF ebook) a(OCoLC)1347428766 apcc af------00aJQ1873.5.C58bA53 202300a327.1/72094223/eng/202307171 aAhmad Khan, Saleem,eauthor.10aUnited Nations peace operations in Africa :bcivil-military coordination and state-building /cSaleem Ahmad Khan. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. axx, 194 pages :billustrations, maps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book provides a comprehensive overview of the United Nations peace operations in Africa with a focus on civil-military coordination and state-building. With case studies from Sudan, South Sudan, and Congo, it examines themes like the colonization of Africa and long-term conflicts; United Nations peace operations in Africa from 1956-1964; and United Nations' return to Africa in the 1990s and 2000s. The author investigates how modern civil-military coordination gradually becomes an effective tool to assist in national-level state-building in conflict-ridden countries. The volume also discusses the organizational culture of civilian and military entities as well as civil-military cooperation in health, agriculture, energy, sports, and education to showcase the strategic direction for long-term peace in the region. Rich in ethnographic analysis, this book will be an essential read for scholars and researchers of African Studies, UN studies, peace and conflict studies, defence and strategic studies, international relations, and military studies"--cProvided by publisher.27aUnited Nations.2fast0(OCoLC)fst00530351 0aCivil-military relationszAfricaxHistory. 0aNation-buildingzAfricaxHistory. 0aPeace buildingzAfricaxHistory. 0aColonizationzAfricaxHistory. 0aAfricazPolitics and governmentxHistoryy20th century. 0aAfricazPolitics and governmentxHistoryy21st century. 7aPeace-building.2fast0(OCoLC)fst01055902 7aPeacekeeping forces.2fast0(OCoLC)fst01055909 7aAfrica.2fast0(OCoLC)fst0123950908iOnline version:aAhmad Khan, Saleem.tUnited Nations peace operations in AfricadAbingdon, Oxon ; New York, NY : Routledge, 2023z9781003275404w(DLC) 2023026612 aYBP Library ServicesbYANKn18167804 aYBP Library ServicesbYANKn18174678 aBrodartbBRODn133461688 a92bPUL02023cjm a2200505 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028002500178035002200203041002300225042001400248100004200262245004400304264003300348264001200381300006000393306001900453336003700472337002300509338003100532344001900563344001900582344001900601347002200620347001300642382004400655500002700699511011600726518006400842500011600906505009401022650002101116655002601137700011901163700012601282710004301408938005401451994001201505on1347486633OCoLC20230718213016.0sd fsngnnmmned230711p20222021gw uunn efi n zxx d a 2023626579 aTDFbengerdacDLC1 a76062322552402aMDG 307 2255-2bMDG Gold02a307 2255-2bMDG Gold a(OCoLC)13474866330 genggfreggermeng alccopycat1 aRaff, Joachim,d1822-1882,ecomposer.10aChamber music.nVol. 2 /cJoachim Raff. 1aDetmold :bMDG Gold,c[2022] 4c℗2022 a1 audio disc (62 min., 27 sec.) :bdigital ;c4 3/4 in. a003158a003027 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aviolinn2aviolan1acellon1s42lcmpt aTitle from disc label.0 aLeipziger Streichquartett (Stefan Arzberger, Tilman Büning, violins ; Ivo Bauer, viola ; Peter Bruns, cello). oRecordedd2021 July 20-22pKonzerthaus Abtei Marienmunster. aProgram and biographical notes in German with English and French translations (23 pages) inserted in container.0 aQuartet no. 5 op. 138, C major (31:58) -- Quartet no. 7, op. 192, 2, E flat major (30:27) 0aString quartets. 7aChamber music.2lcgft12iContainer of (work):aRaff, Joachim,d1822-1882.tQuartets,mviolins (2), viola, cello,nno. 5, op. 138,rG major.12iContainer of (work):aRaff, Joachim,d1822-1882.tQuartets,mviolins (2), viola, cello,nno. 7, op. 192, no. 2,rD major.2 aLeipziger Streichquartett,eperformer. aTheodore Front Musical LiteraturebTFRTnTF524094 a92bPUL00970cam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002600150035002200176037005300198042001500251043001200266050002600278100002700304245007900331264003600410300002800446336002600474337002800500338002700528650004800555938004100603994001200644on1347785526OCoLC20230718213016.0230117s2022 ii 000 0ceng  a 2022339936 aDLCbengerdacDLC a9789382579359 a9382579354 aI-E-2022339936; 26-91 a(OCoLC)1347785526 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc aa-ii---00aHQ73.3.I42bG857 20221 aSharma, Maya,eauthor.10aFootprints of a queer history :blife-stories from Gujarat /cMaya Sharma. 1aNew Delhi :bYoda Press,c2022. axvi, 359 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aLGBTQ+ peoplezIndiazGujaratvBiographies. aYBP Library ServicesbYANKn18172605 a92bPUL01259cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002200162042001500184043001200199050002100211245008800232264004700320300002300367336002600390337002800416338002700444504004100471650002300512650003500535650005300570650004100623650004800664650006700712651003800779648002000817700003600837994001200873on1348114890OCoLC20230718213016.0220526s2019 bl b 000 0 por  a 2022330367 aDLCbengerdacDLCdOCLCFdPAU a9786580033232 a6580033231 a(OCoLC)1348114890 alcodeapcc as-bl---00aLA556b.M88 201900aMúltiplos olhares sobre a educação e o ensino /cMauro Gomes da Costa (org.). 1aManaus, AM, Brasil :bEditora UEA,c[2019] a236 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aEducationzBrazil. 0aTeachersxTraining ofzBrazil. 0aInterdisciplinary approach in educationzBrazil. 7aEducation.2fast0(OCoLC)fst00902499 7aEducation, Rural.2fast0(OCoLC)fst00903233 7aIndians of South AmericaxEducation.2fast0(OCoLC)fst00969992 7aBrazil.2fast0(OCoLC)fst01206830 7a2000-20992fast1 aCosta, Mauro Gomes da,eeditor. a92bPUL01325cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002200162042001500184043002100199050002800220245010600248264004700354300004000401336002600441337002800467338002700495504004100522650005100563650004800614650004800662650006100710650005300771651003800824651004800862700004100910994001200951on1348114897OCoLC20230718213016.0220526s2021 bl a b 000 0 por  a 2022330362 aDLCbengerdacDLCdOCLCFdPAU a9786587214375 a6587214371 a(OCoLC)1348114897 alcodeapcc asa-----as-bl---00aLC5148.B652bA4287 202100aTecendo reflexões sobre a educação no contexto amazônico /cLucinete Gadelha da Costa (org.). 1aManaus, AM, Brasil :bEditora UEA,c[2021] a226 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aEducation, RuralzBrazilzAmazon River Region. 0aTeachersxTraining ofzAmazon River Region. 7aEducation, Rural.2fast0(OCoLC)fst00903233 7aEducationxStudy and teaching.2fast0(OCoLC)fst00902796 7aTeachersxTraining of.2fast0(OCoLC)fst01144404 7aBrazil.2fast0(OCoLC)fst01206830 7aBrazilzAmazonas.2fast0(OCoLC)fst012097441 aCosta, Lucinete Gadelha da,eeditor. a92bPUL01338cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002500193082001400218100003100232245003500263250001900298263000900317264004500326300001300371336002600384337002800410338002700438520011100465521003800576521003900614650003000653650003500683650002700718650003800745650002900783650002200812938004100834938002900875994001200904on1348287182OCoLC20230718213016.0230717s2023 nyu c 000 1 eng  a 2023016246 aDLCbengerdacDLC a9780374389697q(hardcover) a0374389691 a(OCoLC)1348287182 apcc00aPZ7.1.W979bJaw 202300a[Fic]2231 aWyman, Christina,eauthor.10aJawbreaker /cChristina Wyman. aFirst edition. a2310 1aNew York :bFarrar Straus Giroux,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTwleve-year-old Max, who has an extreme overbite, must navigate sibling rivalry and middle school bullies. aAges 8-12.bFarrar Straus Giroux. aGrades 4-6.bFarrar Straus Giroux. 1aSibling rivalryvFiction. 1aBullies and bullyingvFiction. 1aOrthodonticsvFiction. 1aTeethxCare and hygienevFiction. 1aMiddle schoolsvFiction. 1aSchoolsvFiction. aYBP Library ServicesbYANKn18176003 aBrodartbBRODn133511480 a92bPUL01784cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020001800131020001500149035002200164042000800186043001200194050002200206100006000228245013900288264006500427300002400492336002600516337002800542338002700570490006300597504005700660650006600717650005900783650005900842650006900901880018700970880008601157880008001243938005101323994001201374on1349230131OCoLC20230718213016.0220913s2022 ru b 000 0 rus  a 2022485809 aDLCbengerdacDLCdEVIEW c(N a9785439624256 a5439624252 a(OCoLC)1349230131 apcc ae-ru---00aKLB920b.K57 20221 aKirillovykh, A. A.q(Andreĭ Aleksandrovich),eauthor.106880-01aT︠S︡ifrovoe gosudarstvo (digital state) :borganizat︠s︡ionno-pravovye aspekty : monografii︠a︡ /cA.A. Kirillovykh. 16880-02aMoskva :bIzdatelʹstvo "I︠U︡rlitinform",c2022. a183 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-03aTeorii︠a︡ i istorii︠a︡ gosudarstva i prava aIncludes bibliographical references (pages 164-182). 0aElectronic commercexLaw and legislationzRussia (Federation) 0aElectronic government informationzRussia (Federation) 0aInternet in public administrationzRussia (Federation) 0aInformation technologyxLaw and legislationzRussia (Federation)106245-01aЦифровое государство (digital state) :bорганизационно-правовые аспекты : монография /cА.А. Кирилловых. 16264-02aМосква :bИздательство "Юрлитинформ",c2022.0 6490-03aТеория и история государства и права aEast View Information ServicesbEASTn1363231B a92bPUL01451cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004400094066000700138020003100145020002800176035002200204042001400226043001200240050002500252084001700277100004400294245005200338250002000390264005600410300005300466336002100519337002500540338002300565504005200588650004300640650004300683880004200726880004800768880002000816880005400836880004100890880004000931938004600971994001201017on1349327366OCoLC20230718213016.0221031s2022 ja a b 000 0 jpn d a 2023381056 aTRCLSbengcDLCdUCIDSdEYMdAZSdTRCLS c$1 a9784044007195q(paperback) a4044007195q(paperback) a(OCoLC)1349327366 alccopycat aa-ja---00aRA643.7.J3bG66 2022 a493.82njb/91 6880-01aGomi, Fumihiko,d1946-eauthor.106880-02aEkibyō no shakaishi /cGomi Fumihiko. 6880-03aShohan. 16880-04aTōkyō-to Chiyoda-ku :bKadokawa,c2022. a111 pages :billustrations (some color) ;c26 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (page 111). 0aCommunicable diseaseszJapanxHistory.076880-05aKansenshō-Rekishi.2jlabsh/41 6100-01a五味文彦,d1946-eauthor.106245-02a疫病の社会史 /c五味文彦. 6250-03a初版. 16264-04a東京都千代田区 :bKADOKAWA,c2022. 6500-00a"文献:p111"--TRCLS report.076650-05a感染症-歴史.2jlabsh/4 aTRC Library Service, Inc.bTRCLn22041302 a92bPUL01831cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004200094020003100136020002800167035002200195042000800217050002200225082000800247245009700255264005600352300004100408336002600449337002800475338002700503490002400530500011100554504005100665650006600716650003800782650004400820650005600864650005200920650005700972655006501029655006201094700003701156700002901193710005501222830005901277938003701336994001201373on1349733983OCoLC20230718213016.0220812s2022 fr a b 101 0 fre  a 2023414489 aDLCbengerdacDLCdOCLCFdAUXAMdHUL a9782753586062q(paperback) a2753586063q(paperback) a(OCoLC)1349733983 apcc00aPN6714b.G48 202214a74100aGestes et bandes dessinées /csous la direction de Frédéric Chauvaud et Denis Mellier. 1aRennes :bPresses universitaires de Rennes,c[2022] a435 pages :billustrations ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCollection "Essais" aBased on the colloquium held at Musée de la bande dessinée, Angoulême, France, November 28-30, 2018. aIncludes bibliographical references and index. 0aComic books, strips, etc.xHistory and criticismvCongresses. 0aMotion in literaturevCongresses. 0aMotion perception (Vision)vCongresses. 7aComic books, strips, etc.2fast0(OCoLC)fst00869145 7aMotion in literature.2fast0(OCoLC)fst01027086 7aMotion perception (Vision)2fast0(OCoLC)fst01027087 7aConference papers and proceedings.2fast0(OCoLC)fst01423772 7aCriticism, interpretation, etc.2fast0(OCoLC)fst014116351 aChauvaud, Frédéric,eeditor.1 aMellier, Denis,eeditor.2 aMusée de la bande dessinée,ehost institution. 0aCollection "Essais" (Presses universitaires de Rennes) aAMALIVREbAUXAnAAL08186606-0001 a92bPUL02948cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122042000800144050002600152082002800178100002600206245003700232264003900269300002400308336002600332337002800358338002700386490002700413520166900440650004502109650002002154651002802174650003702202650006102239651004502300655004602345655006102391655003902452655002802491655001902519994001202538on1350283668OCoLC20230718213016.0220224s2022 inu 000 1 eng  a 2022933621 aDLCbengerdacDLCdZHT a(OCoLC)1350283668 apcc00aPS3606.I359bB48 202200a813/.6223/eng/202307171 aFields, Jan,eauthor.10aBetween the lines /cJan Fields. 1aBerne, Indiana :bAnnie's,c[2022] a201 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRose Cottage book club aAs April descends on the harbor town of Nantucket, bookshop owner Meagan Poe embraces the promise of fresh starts--beginning with the first book club meeting at Rose Cottage Books. She soon discovers that the few but mighty inaugural members bring big personalities and plenty of new revelations to break the ice. Married for two years to the love of her life, Olivia James has uncovered information about her husband that makes her question everything he's told her about himself. Through the help of the book club, she works to unravel the mystery surrounding him that deepens around every corner. Successful realtor Avery Sheridan confides that the man who broke her heart years ago has returned to town and wants a second chance with her. His efforts make her think he's turned a new page in the book of love. But does she dare risk losing her heart to him again? To find her answer, she must search her soul. Meanwhile, Piper Watts tries to survive her new role as a beauty columnist. A serious journalist for over three decades, a corporate buyout has relegated her to what she calls "beauty product guinea pig." She tests everything from lash enhancers that make her eyes swell shut to an impossibly tight shapewear garment that fails at a most inopportune time. Now she must find a way to cope with this unexpected detour in her career and learn to live in the moment. Together, the members of the Rose Cottage Book Club support each other through hilarious antics, difficult decisions, and a little bit of mystery. Will their newfound connections and surprising discoveries make the club a success and forge bonds that last a lifetime? - publisher website 0aBook clubs (Discussion groups)vFiction. 0aWomenvFiction. 0aMassachusettsvFiction. 7aWomen.2fast0(OCoLC)fst01176568 7aBook clubs (Discussion groups)2fast0(OCoLC)fst00836131 7aMassachusetts.2fast0(OCoLC)fst01204307 7aCozy mysteries.2fast0(OCoLC)fst02010328 7aDetective and mystery fiction.2fast0(OCoLC)fst01726581 7aFiction.2fast0(OCoLC)fst01423787 7aMystery fiction.2gsafd 7aNovels.2lcgft a92bPUL03294cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040011500094019008700209020003100296020002800327035015500355042001400510050002600524082002000550100002700570245007400597264004600671264001100717300004600728336002600774337002800800338002700828520128900855600002702144650003002171650003402201650005902235650006502294650004802359650004502407650004902452650003702501650004102538655002102579655004702600655004302647655002802690938004102718938002902759994001202788on1352474701OCoLC20230718213016.0221024t20232023nyua 000 0aeng d a 2022948614 aTOHbengerdacDLCdBDXdY$5dHQDdYDXdHRFdIK2dIUKdILCdVA@dUAPdINRdKUAdIMTdJRJdFHPdZ#6dOCLCFdTOH a1310770457a1311074825a1311159675a1311237538a1311267026a1311358390a1374072509 a9781635579123q(hardcover) a1635579120q(hardcover) a(OCoLC)1352474701z(OCoLC)1310770457z(OCoLC)1311074825z(OCoLC)1311159675z(OCoLC)1311237538z(OCoLC)1311267026z(OCoLC)1311358390z(OCoLC)1374072509 alccopycat00aPS3619.N946bS67 202304a813/.6a[B]2231 aSnyder, Rachel Louise.10aWomen we buried, women we burned :ba memoir /cRachel Louise Snyder. 1aNew York :bBloomsbury Publishing,c2023. 4c©2023 axiii, 256 pages :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"A memoir of survival, self-discovery, and forgiveness. For decades, Rachel Louise Snyder has been a fierce advocate reporting on the darkest social issues that impact women's lives. Women We Buried, Women We Burned is her own story. Snyder was eight years old when her mother died, and her distraught father thrust the family into an evangelical, cult-like existence halfway across the country. Furiously rebellious, she was expelled from school and home at age 16. Living out of her car and relying on strangers, Rachel found herself masquerading as an adult, talking her way into college, and eventually traveling the globe. Survival became her reporter's beat. In places like India, Tibet, and Niger, she interviewed those who had been through the unimaginable. In Cambodia, where she lived for six years, she watched a country reckon with the horrors of its own recent history. When she returned to the States with a family of her own, it was with a new perspective on old family wounds, and a chance for healing from the most unexpected place. A piercing account of Snyder's journey from teenage runaway to reporter on the global epidemic of domestic violence, Women We Buried, Women We Burned is a memoir that embodies the transformative power of resilience"--Dust jacket flap.10aSnyder, Rachel Louise. 0aWomen authorsvBiography. 0aWomen journalistsvBiography. 7aBIOGRAPHY & AUTOBIOGRAPHY / Personal Memoirs.2bisacsh 7aFAMILY & RELATIONSHIPS / Death, Grief, Bereavement.2bisacsh 7aBIOGRAPHY & AUTOBIOGRAPHY / Women.2bisacsh 7aWomen authors.2fast0(OCoLC)fst01177198 7aWomen journalists.2fast0(OCoLC)fst01178072 7aWomen authorsvBiography.2sears 7aWomen journalistsvBiography.2sears 0aAutobiographies. 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aAutobiographies.2lcgft aYBP Library ServicesbYANKn17910821 aBrodartbBRODn132359405 a92bPUL01911cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040005700094016001800151019001500169020001800184020001500202035004100217042001400258043002100272050002200293082001200315100004200327245022500369264004100594300007900635336002600714337002800740338002700768490003400795504004000829600004900869610003700918610005400955650004701009650005501056650004101111651005701152651003701209655003901246700003701285700003801322830002301360938003401383994001201417on1352958483OCoLC20230718213016.0220907s2022 sp abh b 000 0 spa d a 2022427843 aPITbengerdacDLCdC3LdOCLCFdPITdEMUdCUYdUKMGB7 a0209483292Uk a1354356069 a9788413693972 a8413693977 a(OCoLC)1352958483z(OCoLC)1354356069 alccopycat ae-sp---acl-----00aLF4637b.L67 202214a3782141 aLópez Guzmán, Rafael J.,eauthor.10aCarlos V y las enseñanzas universitarias :bpatrimonio y memoria histórica /cRafael López Guzmán y Yolanda Guasch Marí (coordinación científica) ; Ignacio José García Zapata (coordinación editorial). 1aGranada :bComares Editorial,c2022. axv, 251 pages :billustrations (chiefly color), facsimiles, maps ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aColección Comares arte ;v8 aInclues bibliographical references.00aCharlesbV,cHoly Roman Emperor,d1500-1558.20aUniversidad de GranadaxHistory.27aUniversidad de Granada.2fast0(OCoLC)fst00543307 0aUniversities and collegeszSpainxHistory. 0aUniversities and collegeszLatin AmericaxHistory. 7aEducation.2fast0(OCoLC)fst00902499 7aEuropezHoly Roman Empire.2fast0(OCoLC)fst01205344 7aSpain.2fast0(OCoLC)fst01204303 7aHistory.2fast0(OCoLC)fst014116281 aGuasch Marí, Yolanda,eauthor.1 aGarcía Zapata, José,eeditor. 0aComares arte ;v8. aCasalini LibribCASAn5343182 a92bPUL01929cam a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040005000094016002300144020003100167020002800198024001800226035002200244041001300266042001400279043001200293050002900305100002600334240004500360245009300405264005500498264001100553300004500564336002600609337002800635338002700663546003900690504006700729610002800796650006600824650006400890650005300954650005801007650006001065651003901125647005301164648002001217655003901237776003401276776002301310776002401333938004201357994001201399on1353174249OCoLC20230718213016.0220521t20232023gw a b 001 0 eng d a 2022939309 aOHXbengerdacDLCdOHXdCODdINUdCLUdOCLCF7 a118248056X2DE-101 a9783110642193q(hardbound) a3110642190q(hardbound)3 a9783110642193 a(OCoLC)13531742491 aenghger alccopycat ae-gx---00aHD9710.3.G42bE7513 20231 aErker, Paul,eauthor.00aZulieferer für Hitlers Krieg.lEnglish10aSupplier for Hitler's war :bthe Continental Group during the Nazi period /cPaul Erker. 1aBerlin ;aBoston :bDe Gruyter Oldenbourg,c[2023] 4c©2023 avii, 838 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn English translated from German. aIncludes bibliographical references (pages 802-809) and index.20aContinental Group, Inc. 0aAutomobile supplies industryzGermanyxHistoryy20th century. 0aAircraft supplies industryzGermanyxHistoryy20th century. 0aWorld War, 1939-1945xEconomic aspectszGermany. 7aAircraft supplies industry.2fast0(OCoLC)fst00802895 7aAutomobile supplies industry.2fast0(OCoLC)fst00823178 7aGermany.2fast0(OCoLC)fst01210272 7aWorld Ward(1939-1945)2fast0(OCoLC)fst01180924 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst0141162808z9783110642209iGerman edition08z9783110646436iPDF08z9783110642551iePub aOtto HarrassowitzbHARRnhar190050394 a92bPUL02078cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020002500152020002200177035002200199042001400221043001200235050002200247130003500269245006500304250002200369264006700391300004100458336002600499337002800525338002700553490004600580500002800626630002600654650006800680650006000748650005000808650004200858651005100900648002000951655003900971710004401010830004701054880002901101880005101130880002301181880005801204880003701262880003801299880003801337938006401375938008501439994001201524on1354288924OCoLC20230718213016.0230717s2022 cc a 000 0 chi d a 2023388065 aBCBTCbengerdacDLCdCNPITdCLUdOCLCFdBCBTC c$1 a9787501374748q(set) a7501374740q(set) a(OCoLC)1354288924 alccopycat aa-cc-kn00aAP95.C4bG36 20220 6880-01aGang Zhou xing qi bao.106880-02aGang Zhou xing qi bao /cJing tang tu shu guan bian. 6880-03aDi 1 ban. 16880-04aBeijing Shi :bGuo jia tu shu guan chu ban she,c2022. a4 volumes ;billustrations ;c27 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aMinguo wen xian zi liao cong bian aCollection of reprints.00aGangzhou xing qi bao. 0aChinese newspaperszChinazJiangmen ShixHistoryy20th century. 0aJournalismzChinazJiangmen ShixHistoryy20th century. 7aChinese newspapers.2fast0(OCoLC)fst00857651 7aJournalism.2fast0(OCoLC)fst00984032 7aChinazJiangmen Shi.2fast0(OCoLC)fst01263297 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst014116282 6880-06aJing tang tu shu guan,eeditor. 06880-07aMinguo wen xian zi liao cong bian.0 6130-01a岡州星期報.106245-02a岡州星期報 /c景堂圖書館編. 6250-03a第 1 版. 16264-04a北京市 :b國家圖書館出版社,c2022.1 6490-05a民國文獻資料叢編2 6710-06a景堂圖書館,eeditor. 06830-07a民國文獻資料叢編. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20220324012 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000002569072 a92bPUL02066cam a2200541 i 4500001001300000003000600013005001700019008004100036010001700077040005100094066000700145020002500152020002200177035002200199042001400221043001200235050002200247130003100269245006100300250002200361264006700383300004100450336002600491337002800517338002700545490004600572500002800618630002200646650006800668650006000736650005000796650004200846651005100888648002000939655003900959710004400998830004701042880002901089880005101118880002301169880005801192880003701250880003801287880003801325938006401363938008501427994001201512on1354289190OCoLC20230718213016.0221121s2022 cc a 000 0 chi d a 2023388064 aBCBTCbengerdacDLCdCNPITdCLUdOCLCFdBCBTC c$1 a9787501374755q(set) a7501374759q(set) a(OCoLC)1354289190 alccopycat aa-cc-kn00aAP95.C4bS88 20220 6880-01aSi yi xing qi bao.106880-02aSi yi xing qi bao /cJing tang tu shu guan bian. 6880-03aDi 1 ban. 16880-04aBeijing Shi :bGuo jia tu shu guan chu ban she,c2022. a4 volumes ;billustrations ;c27 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aMinguo wen xian zi liao cong bian aCollection of reprints.00aSiyi xing qi bao. 0aChinese newspaperszChinazJiangmen ShixHistoryy20th century. 0aJournalismzChinazJiangmen ShixHistoryy20th century. 7aChinese newspapers.2fast0(OCoLC)fst00857651 7aJournalism.2fast0(OCoLC)fst00984032 7aChinazJiangmen Shi.2fast0(OCoLC)fst01263297 7a1900-19992fast 7aHistory.2fast0(OCoLC)fst014116282 6880-06aJing tang tu shu guan,eeditor. 06880-07aMinguo wen xian zi liao cong bian.0 6130-01a四邑星期報.106245-02a四邑星期報 /c景堂圖書館編. 6250-03a第 1 版. 16264-04a北京市 :b國家圖書館出版社,c2022.1 6490-05a民國文獻資料叢編2 6710-06a景堂圖書館,eeditor. 06830-07a民國文獻資料叢編. aBeijing Zhenben Technology Co. Ltd.bBCBTnbcbtc20220324014 aChina National Publications Import & Export (Group) Corp.bCNPInZT0000002479492 a92bPUL00898cam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042002100172050002600193100003700219245003200256264003500288264001100323300006800334336002600402336002800428337002800456338002700484655004600511655002700557994001200584on1354331012OCoLC20230718213016.0230414t20222021bl a 6 000 1 por d a 2023313144 aSTFbengerdacDLC a9788595711549 a8595711542 a(OCoLC)1354331012 alcodealccopycat00aPN6790.B73bG372 20221 aGarcez, Ulisses,d1979-eauthor.10aAgropunk /cUlisses Garcez. 1aSão Paulo :bVeneta,c[2022] 4c©2021 a132 pages, 2 unnumbered pages :bchiefly illustrations ;c23 cm atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 7aGraphic novels.2fast0(OCoLC)fst01726630 7aGraphic novels.2lcgft a92bPUL04020cam a22005538i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004700097015001900144016001800163020003000181020001500211020003100226020001500257020002700272020003000299020002900329035002200358042000800380043001200388050002300400082003100423100002900454245011600483263000900599264006100608300001500669336002600684337002800710338002700738490004000765504005100805505041900856520160601275650004902881650004102930650003602971650003903007650006703046650005803113700004003171776017303211938004103384938002903425994001203454on1354519976OCoLC20230718213016.0t|221214s2023 enk b 001 0 eng  a 2022059850 aDLCbengerdacDLCdBDXdUKMGBdOCLCFdYDX aGBC3786352bnb7 a0210315692Uk a9781032151076q(hardback) a1032151072 a9781032195285q(paperback) a1032195282 z9781003259626q(ebook) z9781000892598qePub ebook z9781000892567qPDF ebook a(OCoLC)1354519976 apcc ae-pl---00aKKP3249b.W56 202300a343.43807223/eng/202307171 aWinczorek, Jan,eauthor.10aSmall and medium enterprises, law and business :buncertainty and justice /cJan Winczorek and Karol Muszynski. a2305 1aAbingdon, Oxon [UK] ;aNew York, NY :bRoutledge,c2023. avolumes cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRoutledge research in corporate law aIncludes bibliographical references and index.0 aA money-making machine : the first look at SMEs' paths to justice -- The payment game : indebtedness as a justiciable issue -- Contractual uncertainty and trickle-down economics -- Paradise lost, SMEs, authorities, and regulation -- "I've got these nice lads" accountants, lawyers, and courts as instruments of managing uncertainty -- Bigger is better, until you go extinct, economic growth, and legal uncertainty. a"The law plays an ambiguous role in running business. While legal tools can be used to tame uncertainties, for example, by concluding contracts to safeguard enforcement of future claims, they can also generate uncertainty. These secondary uncertainties like ones stemming from vague rights and obligations may be counterbalanced by using different resources and strategies, including acting informally, modifying business plans or accepting the losses from unpaid dues. This book discusses how small and medium enterprises use the law, abstain from using the law, and use alternative pathways to manage business uncertainties. Examining these topics through the lenses of an extensive qualitative and quantitative empirical study on justiciable issues, access to justice and legal uncertainty among SMEs in Poland, it implements and expands upon the paradigmatic paths to justice methodology which has been successfully used to study conflict resolution, access to justice and utilisation of the law by individuals in more than 30 jurisdictions. It argues that the grand promise of modern law - that it is a certainty-providing, neutral and democratic device to resolve problems and conflicts - is not fully delivered. It reveals how the conditions of a freshly developed capitalism combined with the rule of law backsliding contribute to universal, structural problems with access to justice meaning that accessing justice is a resource-hungry process, which incentivises small businesses to settle for their legal problems and engage in informal and alternative strategies"--cProvided by publisher. 0aSmall businessxLaw and legislationzPoland. 0aSmall businessxLaw and legislation. 0aSmall businessxSocial aspects. 0aSmall businessxGovernment policy. 7aSmall businessxLaw and legislation.2fast0(OCoLC)fst01121300 7aSmall businessxManagement.2fast0(OCoLC)fst011213061 aMuszyński, Karol,d1988-eauthor.08iOnline version:aWinczorek, Jan.tSmall and medium enterprises, law and businessdAbingdon, Oxon [UK] ; New York, NY : Routledge, 2023z9781003259626w(DLC) 2022059851 aYBP Library ServicesbYANKn18406317 aBrodartbBRODn133790746 a92bPUL01411cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212043001200220050002500232082001400257100003000271245004500301250001900346263000900365264004000374300001300414336002600427337002800453338002700481521003400508520020400542650002500746650003800771650002700809650003300836651003800869938004100907938002900948994001200977on1355027165OCoLC20230718213016.0230717s2023 nyu d 000 1 eng  a 2023023651 aDLCbengerdacDLC a9781250846808q(hardcover) a1250846803 z9781250846815q(ebook) a(OCoLC)1355027165 apcc anwjm---00aPZ7.1.B7583bSo 202300a[Fic]2231 aBromfield, Asha,eauthor.10aSongs of Irie /cAsha Ashanti Bromfield. aFirst edition. a2310 1aNew York :bWednesday Books,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 13-18.bWednesday Books. aDuring the political turmoil in 1976 Jamaica, Irie and Jilly must navigate their opposing upbringings as they fall in love and choose between the futures decided for them and the futures they desire. 1aFriendshipvFiction. 1aInterpersonal relationsvFiction. 1aReggae musicvFiction. 1aRastafari movementvFiction. 1aJamaicaxHistoryy1962-vFiction. aYBP Library ServicesbYANKn18435143 aBrodartbBRODn133804224 a92bPUL01433cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040003900094015001900133016001800152020003100170020002800201035002200229042000800251050002100259082001800280100007400298245012100372264004400493264001100537300004200548336002100590336002800611337002500639338002300664650003400687650005100721655003900772700007500811700007700886700007200963994001201035on1355078921OCoLC20230718213016.0230113t20212021vraa b 001 0 eng c a 2021388167 aUKMGBbengerdacDLCdOCLCFdUKMGB aGBC2714032bnb7 a0205637082Uk a9781743796573q(hardcover) a1743796579q(hardcover) a(OCoLC)1355078921 apcc00aGV947b.N53 202204a796.336092231 aNicholson, Matthew,eauthor.1https://isni.org/isni/0000000116899426.10aAustralia's game :bthe history of Australian football /cMatthew Nicholson, Bob Stewart, Greg de Moore, & Rob Hess. 1aMelbourne :bHardie Grant Books,c2021. 4c©2021 axi, 784 pagesbillustrations ;c24 cm atext2rdacontent astill image2rdacontent aunmediated2rdamedia avolume2rdacarrier 0aAustralian footballxHistory. 7aAustralian football.2fast0(OCoLC)fst00821430 7aHistory.2fast0(OCoLC)fst014116281 aStewart, Bob,d1946-eauthor.1https://isni.org/isni/0000000064051625.1 aDe Moore, Greg,d1958-eauthor.1https://isni.org/isni/0000000040464353.1 aHess, Rob,d1957-eauthor.1https://isni.org/isni/0000000079004506. a92bPUL01638cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040004000094066000700134020003100141020001500172024001800187035002200205042000800227043001200235050002200247072001300269100003000282245011700312264003400429264001100463300003300474336002600507337002800533338002700561490007800588504005700666650004300723650001300766650001500779650002000794650004600814655006200860776002600922776002400948880015400972938004201126994001201168on1355288287OCoLC20230718213016.0230217s2022 gw d b 000 p rus  a 2023286192 aDLCbengerdacDLCdKKUdOCLCFdOHX c(N a9783631890325q(paperback) a363189032X3 a9783631890325 a(OCoLC)1355288287 apcc ae-ru---00aPG3057b.Z55 2022 7aPG2lcco1 aZhitenev, A. A.,eauthor.106880-01aSovremennai︠a︡ rossiĭskai︠a︡ poėtologii︠a︡ i problema ėkfrasisa /cAleksandr Zhitenev. 1aBerlin :bPeter Lang,c[2022] 4c©2022 a455 pages :bcharts ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNeuere Lyrik : interkulturelle und interdisziplinäre Studien ;vBand 14 aIncludes bibliographical references (pages 425-455). 0aRussian poetryxHistory and criticism. 0aPoetics. 0aEkphrasis. 0aLiterary style. 7aRussian poetry.2fast0(OCoLC)fst01102394 7aCriticism, interpretation, etc.2fast0(OCoLC)fst0141163508z9783631890592iE-Book08z9783631890608iePub106245-01aСовременная российская поэтология и проблема экфрасиса /cАлександр Житенев. aOtto HarrassowitzbHARRnhar225020909 a92bPUL02012cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040003000094020003100124035002200155042000800177043001200185050002000197082001300217245029600230264008200526300006600608336002600674337002800700338002700728500014400755504004100899505006400940610007001004610006901074610006801143650005301211650005201264650005101316700003601367700003001403700003101433710007801464938003601542994001201578on1355764431OCoLC20230718213016.0211117m20219999fr ab b 100 0 fre  a 2022414481 aDLCbengerdacDLCdAUXAM a9791069983434q(paperback) a(OCoLC)1355764431 apcc ae-fr---00aZ798b.A24 202114a090a02603aLa bibliothèque et les archives de l'Abbaye de la Sainte-Trinité de Fécamp :bsplendeur et dispersion des manuscrits et des chartes d'une prestigieuse abbaye bénédictine normande /cAmis du Vieux Fécamp et du Pays de Caux ; dir. Stéphane Lecouteux, Nicolas Leroux, Ourdia Siab. 1aFécamp :bAssociation des amis du Vieux Fécamp et du Pays-de-Caux,c2021- avolumes :billustrations (chiefly color), color maps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aProceedings of the Journées d'études sur la bibliothèque et le chartrier de Fécamp, held at Fécamp (France), October 25-26, 2017. aIncludes bibliographical references.1 aVolume 1 : La bibliothèque et les archives au Moyen Âge20aAbbaye de la Trinité (Fécamp, France)xLibrariesvCongresses.20aAbbaye de la Trinité (Fécamp, France)xArchivesvCongresses.20aAbbaye de la Trinité (Fécamp, France)xHistoryvCongresses. 0aAbbeyszFrancezFécampxLibrariesvCongresses. 0aAbbeyszFrancezFécampxArchivesvCongresses. 0aAbbeyszFrancezFécampxHistoryvCongresses.1 aLecouteux, Stéphane,eeditor.1 aLeroux, Nicolas,eeditor.1 aMougenot, Ourdia,eeditor.2 aAssociation des amis du Vieux Fécamp et du Pays de Caux,eissuing body. aAMALIVREbAUXAnAAL0887477-0001 a92bPUL01567cam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163020002700190035002200217042000800239050002300247082001200270100002600282245006800308263000900376264003900385300001300424336002600437336002800463337002800491338002700519521003000546521003200576520018400608650001900792650003000811655002900841655002600870700003200896776011100928938002901039938004101068994001201109on1356959635OCoLC20230718213016.0230717s2023 nyu b 000 1 eng  a 2023028200 aDLCbengerdacDLC a9780593404577q(hardcover) a0593404572 z9780593404591q(ebook) z9780593404584q(ebook) a(OCoLC)1356959635 apcc00aPZ7.L4478bFl 202300a[E]2231 aLazar, Tara,eauthor.10aFlat cat /cwritten by Tara Lazar ; illustrated by Pete Oswald. a2309 1aNew York :bFlamingo Books,c2023. apages cm atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 3-7bFlamingo Books. aGrades K-1bFlamingo Books. aFlat Cat likes being flat--roaming anywhere and happy to be unseen--until one day when he becomes fluffy, he learns to enjoy the attention it brings, and grows to love being seen. 1aCatsvFiction. 1aSelf-acceptancevFiction. 7aHumorous fiction.2lcgft 7aPicture books.2lcgft1 aOswald, Pete,eillustrator.08iOnline version:aLazar, Tara.tFlat catdNew York : Flamingo Books, 2023z9780593404591w(DLC) 2023028201 aBrodartbBRODn133864049 aYBP Library ServicesbYANKn19017204 a92bPUL02465cam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040004400094020003100138020002800169035002200197042001400219050002600233082000800259100003600267245003600303264004700339300005300386336002600439336003300465337002800498338002700526490001400553520134600567655005301913655003401966830001502000938003702015938003902052994001202091on1356963637OCoLC20230718213016.0221029s2022 fr a 6 000 1 fre d a 2023414416 aAUXAMbengerdacDLCdZCUdERASPdAUXAM a9782916383699q(paperback) a2916383697q(paperback) a(OCoLC)1356963637 alccopycat00aPN6747.D475bZ26 202214a7411 aDescamps, Paul,d1995-eauthor.10aZboing zboing /cPaul Descamps. 1aMontreuil :bÉditions Matière,c[2022] a93 pages :billustrations (some color) ;c24 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aImagème8 aC'est la rentrée et le bahut est en émoi : une bande de nouveaux vient de débarquer ! Avec l'outrecuidance, l'aisance, la nonchalance d'une bordée de marins dans le port de Nantes, les petits mignons s'arrogent tous les droits et briguent les meilleures places dans la salle de cours (celles du fond où "chaque jour nous nous installions, chaque jour nous nous racontions ô combien nous nous aimions").0Les caïds populaires n'entendent pas céder le terrain aux querelleurs (puisque "c'est sous ces tables du fond que j'avais gravé ton nom"). Entre les deux bandes rivales s'engage une battle effrénée mais royale dont les armes sont l'éloquence, la sape, le chant, la prestance et les patins à roulette. Ce qui s'appelle être stylé. Avec Zboing zboing, Paul Descamps déroule une comédie musicale de rêve.0Ses personnages sensuels, échevelés, charismatiques, toujours fringants, se livrent à de longues joutes psychédéliques parfumées d'amour courtois, funky, électrique. West Side story vénéneux et sexy trempé de manga et de glam rock, Zboing zboing est une bande dessinée montée sur ressorts et platform shoes, un flot visuel saturé de splashs, de couleurs, de mouvements et de sons, une cavalcade canaille un peu cracra, franchement kawaï, secouée de rimes et de gouaille. 7aComics (Graphic works)2fast0(OCoLC)fst01921613 7aComics (Graphic works)2lcgft 0aImagème. aAMALIVREbAUXAnAAL08205021-0001 aLibrarie ErasmusbERAPn0000097294 a92bPUL03283ccm a2200805 i 4500001001300000003000600013005001700019006001900036007000300055007000300058008004100061010001700102040008700119016001800206019003900224020001800263024001800281024001500299028003200314035007900346041001800425042001400443050003900457072001200496082001400508100004800522240002700570245012500597250001500722264004100737264005200778264001100830300008500841336004200926336003800968337004801006338004701054348002501101348003401126490009701160490011501257500001701372500004401389546005101433546002001484504004101504500007501545505006601620650002001686650002301706650004901729650004601778655004101824655004101865655003801906655003801944655001901982655001902001655002202020655002202042700004502064700003402109700007902143800007102222938003402293938005402327938004202381938004202423994001202465on1357069994OCoLC20230718213016.0tg 000 0 quta230128t20222022it opl bhi n ita d a 2022453581 aOHXbengerdacDLCdUKMGBdBCOdZMSdYDXdTDFdC3LdGRUdVGMdTJCdHULdOCLCFdOHX7 a0209341522Uk a1356181758a1356721961a1356877832 a97912806404372 a979070509712220aM28064043730aGR 4900bFondazione Rossini a(OCoLC)1357069994z(OCoLC)1356181758z(OCoLC)1356721961z(OCoLC)13568778320 aitaeitagita alccopycat00aM3b.R67 1979 Ser. I vol. 2aM1500 7aM2lcco04a782.12231 aRossini, Gioacchino,d1792-1868,ecomposer.10aCambiale di matrimonio13aLa cambiale di matrimonio /cfarsa comica di Gaetano Rossi ; musica di Gioachino Rossini ; a cura di Eleonora di Cintio. aPartitura. 1aPesaro :bFondazione Rossini,c2022. 2aMilano :bDistribuzione affidata a Casa Ricordi 4c©2022 a1 score (lxxvi, 398 pages) ;c33 cm +e1 critical commentary (119 pages ; 25 cm) 3Scoreanotated musicbntm2rdacontent 3Commentaryatextbtxt2rdacontent 3Score & commentaryaunmediatedbn2rdamedia 3Score & commentaryavolumebnc2rdacarrier 3Scoreascore2rdafnm 3Scorecstaff notation2rdafmn1 aEdizione critica delle opere di Gioachino Rossini. Sezione prima, Opere teatrali ;vvolume 21 aEdizione critica delle opere di Gioachino Rossini. Sezione prima, Opere teatrali. Commento critico ;vvolume 2 aComic opera. aPreface and critical report in Italian. aItalian words also printed separately as text. bStaff notation. aIncludes bibliographical references. aIncludes general preface, introduction and critical report in Italian.0 aPartitura (lxxvi, 398 pages) -- Commento critico (119 pages). 0aOperasvScores. 0aOperasvLibrettos. 7aOperasxLibrettos.2fast0(OCoLC)fst01046219 7aOperasxScores.2fast0(OCoLC)fst01046228 7aArt music.2fast0(OCoLC)fst01920007 7aLibrettos.2fast0(OCoLC)fst01692883 7aOperas.2fast0(OCoLC)fst01726688 7aScores.2fast0(OCoLC)fst01692898 7aOperas.2lcgft 7aScores.2lcgft 7aLibrettos.2lcgft 7aArt music.2lcgft1 aRossi, Gaetano,d1774-1855,elibrettist.1 aDi Cintio, Eleonora,eeditor.12iContainer of (work):aRossi, Gaetano,d1774-1855.tCambiale di matrimonio.1 aRossini, Gioacchino,d1792-1868.tWorks.f1979 ;vsezione 1, v. 2. aCasalini LibribCASAn5378548 aTheodore Front Musical LiteraturebTFRTnTF525320 aYBP Library ServicesbYANKn110061940 aOtto HarrassowitzbHARRnhar235000163 a92bPUL01353cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153035002200168042000800190043001200198050002900210110003800239240002500277245012900302264007100431300002400502336002600526337002800552338002700580490002100607500002000628504005100648610003700699650003300736650002500769650003100794650003500825655003100860700005200891994001200943on1358415986OCoLC20230718213016.0220307s2021 xv l 001 0 slv  a 2021447934 aDLCbengerdacDLCdHVL a9789612046859q(softbound) a9612046859 a(OCoLC)1358415986 apcc ae-xv---00aKKS6080.A312001bA4 20211 aSlovenia,eenacting jurisdiction.10aObligacijski zakonik10aObligacijski zakonik (OZ) :b(neuradno prečiščeno besedilo) /cuvodna pojasnila in stvarno kazalo dr. Luigi Varanelli. 1aLjubljana :bUradni list Republike Slovenije :bLitteralis,c2021. a525 pages ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aZbirka predpisov aIncludes index. aIncludes bibliographical references and index.10aSlovenia.tObligacijski zakonik. 0aObligations (Law)zSlovenia. 0aContractszSlovenia. 0aLiability (Law)zSlovenia. 0aDebtor and creditorzSlovenia. 7aStatutes and codes.2lcgft1 aVaranelli, Luigi,eauthor of introduction, etc. a92bPUL01384cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020002800178020003100206035002200237042001400259050002400273082002800297082001500325100003200340245006700372246004500439264005900484264001100543300002600554336002100580337002500601338002300626504006700649650002000716650004200736650006800778650004600846938004100892938002900933994001200962on1358748263OCoLC20230718213016.0230111t20232023enk b 001 0 eng d a 2023930620 aYDXbengerdacDLCdYDXdBDXdUKMGBdOCLCF aGBC3578572bnb7 a0209968202Uk a0192847848q(hardcover) a9780192847843q(hardcover) a(OCoLC)1358748263 alccopycat00aHD1691b.B6628 202304a333.91223/eng/2023060504a363.612231 aBrears, Robert C.,eauthor.10aFinancing water security and green growth /cRobert C. Brears.10aFinancing water security & green growth. 1aOxford ;aNew York :bOxford University Press,c[2023] 4c©2023 ax, 226 pages ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 203-217) and index. 0aWater security. 0aWater resources developmentxFinance. 7aWater resources developmentxFinance.2fast0(OCoLC)fst01171984 7aWater security.2fast0(OCoLC)fst01795729 aYBP Library ServicesbYANKn19022888 aBrodartbBRODn133956059 a92bPUL02489cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040001800094020001500112020001800127035002200145042001400167050002200181082001200203100003000215245013000245246008700375246002400462250003200486264006400518264001100582300004600593336002600639336003300665337002800698338002700726520064400753504004101397630002301438630003701461650002501498650002801523650004801551650004801599650007401647650007401721650005101795650005401846655004201900938004101942994001201983on1360273424OCoLC20230718213016.0230711s2023 paua e 000 0 eng d a 2023277940 aYDXbengcDLC a0768471958 a9780768471953 a(OCoLC)1360273424 alccopycat00aBF1721b.B74 202304a231.7451 aBrewer, Troy A.,eauthor.10aLooking up.nBook one,pProphetic signs in the constellations and how the heavens declare the glory of God /cTroy A. Brewer.30aProphetic signs in the constellations and how the heavens declare the glory of God3 aLooking up.nBook 1 aUpdated & expanded edition. 1aShippensburg, PA :bDestiny Image Publishers, Inc.,c[2023] 4c©2023 a197 pages :bcolor illustrations ;c23 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aUntil the mid-20th century, the heavens were the greatest show on Earth. Ancient people recognized the same constellations we do today, though they understood the signs behind those pictures in the sky in a way that's been lost to us - until now. Troy Brewer reveals the connection between the story in the stars and the Biblical account of the fall of man and redemption through Jesus. What does the night sky tell us about God's plan? How does the Almighty speak through the constellations? The answers are astounding as the dramatic truth about the cosmos is unveiled for these last days. The time is short. We should all be Looking Up. aIncludes bibliographical references.00aBiblexProphecies.07aBible.2fast0(OCoLC)fst01356024 0aBible and astrology. 0aProphecyxChristianity. 0aAstronomyxReligious aspectsxChristianity. 0aAstrologyxReligious aspectsxChristianity. 7aAstrologyxReligious aspectsxChristianity.2fast0(OCoLC)fst00819411 7aAstronomyxReligious aspectsxChristianity.2fast0(OCoLC)fst00819721 7aBible and astrology.2fast0(OCoLC)fst00831207 7aProphecyxChristianity.2fast0(OCoLC)fst01079203 7aProphecies.2fast0(OCoLC)fst01922509 aYBP Library ServicesbYANKn19198274 a92bPUL03071cam a22005178i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020003000176020001500206020002700221035002200248042000800270043001200278050002300290082002800313100002700341245009500368263000900463264008400472300001400556336002600570337002800596338002700624504005100651505026100702520102000963650003101983650002402014650002902038650001802067650004902085650003602134651003002170651003602200650005002236651003702286776017702323938004102500994001202541on1360314277OCoLC20230718213016.0t|230510s2023 enk b 001 0 eng  a 2023022399 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3785282bnb7 a0210314622Uk a9781009317757q(hardback) a100931775X z9781009317726q(ebook) a(OCoLC)1360314277 apcc aa-ii---00aKNS1750b.J64 202300a342.54223/eng/202307171 aJohn, Mathew,eauthor.10aIndia's communal constitution :blaw, religion, and the making of a people /cMathew John. a2309 1aCambridge, United Kingdom ;aNew York, NY :bCambridge University Press,c2023. a280 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aThe communalisation of religion in Indian constitutional law -- The communal Image of the people in India's personal laws -- A lurking majoritarianism : a communal account of minority rights -- Sacralising caste : the Hindu resolution of equal citizenship. a"This book speaks to debates on law, constitutionalism and the contested terrain of political identity in modern India. Set against the overwhelmingly liberal design of the Indian Constitution, the book demonstrates a tendency in the Constitution and its practice to identify the Indian people in parochial and communal terms. This tendency is identified as India's Communal Constitution and its imprint on contemporary constitutional practice is illustrated by drawing on the constitutional practice as it addresses religious freedom, personal law, minority rights and the identification of caste groups. Thus, casting the Constitution and its practice as a field of contest, the aspiration to define the Indian people as a community of individual citizens is brought face to face with its antagonists. The most significant of these antagonists is the tendency to cast the Indian people as a collection of communities which this book examines and details as India's Communal Constitution"--cProvided by publisher. 0aConstitutional lawzIndia. 0aCommunalismzIndia. 0aReligion and lawzIndia. 0aCastezIndia. 0aMinoritiesxLegal status, laws, etc.zIndia. 0aEquality before the lawzIndia. 0aIndiaxSocial conditions. 0aIndiaxPolitics and government. 7aConstitutional law.2fast0(OCoLC)fst00875797 7aIndia.2fast0(OCoLC)fst0121027608iOnline version:aJohn, Mathew.tIndia's communal constitutiondCambridge, United Kingdom ; New York, NY : Cambridge University Press, 2023z9781009317726w(DLC) 2023022400 aYBP Library ServicesbYANKn19089546 a92bPUL02007cjm a2200529 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040003500109024001700144028003000161035002200191042001400213245003700227264005000264264001200314300004100326336003700367337002300404338003100427340001400458344001900472344001900491344001900510347002200529347001300551500002700564511013800591518008100729505019800810650002101008650001001029650003601039648002001075700005701095700003701152700004801189700003701237700003601274700004201310700003701352700003901389700003701428994001201465on1360418050OCoLC20230718213016.0sd fsngnnmmned230714p20212018caujznn n zxx d a 2023627029 aZYUbengerdacDLCdOCLCFdZYU1 a76870782232402aPR8223bPosi-Tone Records a(OCoLC)1360418050 alccopycat00aFeel the love /cFarnell Newton. 1aLos Angeles, CA :bPosi-Tone Records,c[2021] 4c℗2021 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier b4 3/4 in. adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aFarnell Newton, trumpet ; Art Hirahara, piano ; Boris Kozlov, bass ; Rudy Royston, drums & percussion ; with other assisting artists. oRecordedd2018 June 21d2019 September 17pAcoustic Recording, Brooklyn, NY.0 aFeel the love -- Affectionately Roy -- I'll catch you -- A child not yet born -- The bluest eyes -- Litoral -- Pale -- The force of gravity -- Laws of motion -- Lawn darts -- Our chosen family. 0aJazzy2021-2030. 0aJazz. 7aJazz.2fast0(OCoLC)fst00982165 7a2021-20302fast1 aNewton, Farnell,d1977-ecomposer,einstrumentalist.1 aHirahara, Art,einstrumentalist.1 aKozlov, Borisc(Bassist),einstrumentalist.1 aRoyston, Rudy,einstrumentalist.1 aShaw, Jaleel,einstrumentalist.1 aCornelius, Patrick,einstrumentalist.1 aCook, Braxton,einstrumentalist.1 aWright, Brandon,einstrumentalist.1 aStrasser, Joe,einstrumentalist. a92bPUL01697cam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001500117020001800132035002200150042001400172050002200186082003000208100002900238245011800267264004500385300005000430336002600480337002800506338002700534504005100561520043200612650003901044650001601083650004201099650006501141700003501206938004101241938002901282994001201311on1362756262OCoLC20230718213016.0220804s2023 nyua b 001 0 eng d a 2022943939 aYDXbengerdacDLC a1959029142 a9781959029144 a(OCoLC)1362756262 alccopycat00aHD58.8b.G58 202304a658.4/06223/eng/202302241 aGiudice, Maria,eauthor.10aChangemakers :bhow leaders can design change in an insanely complex world /cMaria Giudice, Christopher Ireland. 1aNew York, NY :bTwo Waves Books,c[2023] axi, 259 pages :bcolor illustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"Today's radically complex problems require people to lead with design. Changemakers is an essential playbook for designers and nondesigners who want to drive change at work, at home, and in their communities. Groundbreaking designers Maria Giudice and Christopher Ireland armed with insights from some of today's top minds in business, tech, and social justice offer a pragmatic, people-centered approach to change"--cAmazon. 0aOrganizational changexManagement. 0aLeadership. 7aLeadership.2fast0(OCoLC)fst00994701 7aOrganizational changexManagement.2fast0(OCoLC)fst010478381 aIreland, Christopher,eauthor. aYBP Library ServicesbYANKn19282193 aBrodartbBRODn133443981 a92bPUL01720cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040004700094015001900141016001800160020002800178020003100206035002200237042001400259050002600273082001800299245014700317264004600464300004500510336002100555337002500576338002300601500003700624504005100661650003300712650002900745650003900774650003300813650005900846650005500905650005900960650006501019700003201084700003001116700003401146938004101180938002901221994001201250on1363102807OCoLC20230718213016.0221027s2023 enka b 001 0 eng d a 2022948850 aYDXbengerdacDLCdYDXdUKMGBdBDXdOCLCF aGBC3178612bnb7 a0209376912Uk a0192889192q(hardcover) a9780192889195q(hardcover) a(OCoLC)1363102807 alccopycat00aHD7105.4b.P4644 202304a332.6725422300aPension funds and sustainable investment :bchallenges and opportunities /cedited by P. Brett Hammond, Raimond Maurer and Olivia S. Mitchell. 1aOxford :bOxford University Press,c2023. axvi, 252 pages :billustrations ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aA Pension Research Council book. aIncludes bibliographical references and index. 0aPension trustsxInvestments. 0aPension trustsxFinance. 0aSocial responsibility of business. 0aInvestmentsxSocial aspects. 7aInvestmentsxSocial aspects.2fast0(OCoLC)fst00978291 7aPension trustsxFinance.2fast0(OCoLC)fst01057054 7aPension trustsxInvestments.2fast0(OCoLC)fst01057060 7aSocial responsibility of business.2fast0(OCoLC)fst011228511 aHammond, P. Brett,eeditor.1 aMaurer, Raimond,eeditor.1 aMitchell, Olivia S.,eeditor. aYBP Library ServicesbYANKn19286810 aBrodartbBRODn134105362 a92bPUL02064cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004500094066000700139020001800146035002200164042001400186043001200200050002400212245012000236246003700356250002200393264005700415300004600472336002600518337002800544338002700572504005100599650003800650650004200688650002900730651004400759650005400803650005000857650004100907650005500948651004401003700005301047700010501100880011001205880002001315880005001335880004901385880009201434938003201526994001201558on1363225380OCoLC20230718213016.0230519s2022 ko a b 001 0 kor d a 2023424510 aHULbengerdacDLCdSTFdOCLCFdCSLdHUL c$1 a9791130315546 a(OCoLC)1363225380 alccopycat aa-ko---00aKPA2101b.H368 2022006880-01aHan'guk ŭi minjujuŭi wa pŏp ŭi chibae =bDemocracy & rule of law in Korea /cPak Chong-min p'yŏn.31aDemocracy & rule of law in Korea 6880-02aCh'op'an. 16880-03aSŏul T'ŭkpyŏlsi :bPagyŏngsa,c2022. aviii, 363 pages :billustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aConstitutional lawzKorea (South) 0aConstitutional historyzKorea (South) 0aDemocracyzKorea (South) 0aKorea (South)xPolitics and government. 7aConstitutional history.2fast0(OCoLC)fst00875777 7aConstitutional law.2fast0(OCoLC)fst00875797 7aDemocracy.2fast0(OCoLC)fst00890077 7aPolitics and government.2fast0(OCoLC)fst01919741 7aKorea (South)2fast0(OCoLC)fst012067911 6880-04aPak, Chong-min,d1956-eauthor,eeditor.126880-05iContainer of (work):aYi, Hwang-hŭi.tHŏnpŏp Chaep'anso wa pŏpch'ijŏk minjujuŭi.006245-01a한국 의 민주주의 와 법 의 지배 =bDemocracy & rule of law in Korea /c박 종민 편. 6250-02a초판. 16264-03a서울 특별시 :b박영사,c2022.1 6700-04a박 종민,d1956-eauthor,eeditor.126700-05iContainer of (work):a이 황희.t헌법 재판소 와 법치적 민주주의. aPanmun -- SEKLE -- 01072023 a92bPUL01830cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040004500094020001800139020001500157035002200172042000800194043001200202050002300214100004200237245008300279250002300362264011200385300002400497336002600521337002800547338002700575490002800602500005300630504005700683610004900740610008400789650004400873650007800917650004700995650003801042651003701080651007201117650006501189651003801254655003901292830002901331994001201360on1365638335OCoLC20230718213016.0230119s2022 mx b 000 0 spa  a 2022456992 aDLCbengerdacDLCdEEMdOCLCFdNUIdIQU a9786075258386 a6075258388 a(OCoLC)1365638335 apcc an-mx---00aHN120.Z9bR29 20221 aDávila Peralta, Nicolás,eauthor.10aSed de poder :bel camino de la extrema derecha /cNicolás Dávila Peralta. aPrimera edición. 1aPuebla, Pue. :bBenemérita Universidad Autónoma de Puebla, Dirección General de Publicaciones,c2022. a236 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aColección Homo Ludens aIncludes documentary appendices (pages 211-223). aIncludes bibliographical references (pages 225-236).20aOrganización Nacional del YunquexHistory.20aFrente Universitario Anticomunista (Universidad Autónoma de Puebla)xHistory. 0aRight-wing extremistszMexicoxHistory. 0aRight-wing extremistszMexicozPuebla de ZaragozaxHistoryy20th century. 0aAnti-communist movementszMexicoxHistory. 0aReligious rightzMexicoxHistory. 0aMexicoxPolitics and government. 0aPuebla de Zaragoza (Mexico)xPolitics and governmenty20th century. 7aRight and left (Political science)2fast0(OCoLC)fst01097849 7aMexico.2fast0(OCoLC)fst01211700 7aHistory.2fast0(OCoLC)fst01411628 0aColección Homo ludens. a92bPUL00917cam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155042000800177050002900185082001200214100004600226245005000272250001800322264003800340300002400378336002600402337002800428338002700456490002100483546002200504655001900526938003400545994001200579on1368402868OCoLC20230718213016.0221122s2022 sp 000 1 glg  a 2022445787 aDLCbengerdacDLCdC3L a9788491519515 a8491519513 a(OCoLC)1368402868 apcc00aPQ9469.3.F457bC665 202214a8692141 aFernández, Miguel Anxo,d1955-eauthor.12aA conxura do sete /cMiguel Anxo Rodríguez. a1a edición. 1aVigo :bEditorial Galaxia,c2022. a270 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLiteraria ;v466 aText in Galician. 7aNovels.2lcgft aCasalini LibribCASAn5407637 a92bPUL01032cam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040004000094020001800134020001500152035002200167042000800189050002600197082002900223100003000252245004500282264007700327300002300404336002600427337002800453338002700481490002600508655003800534655001900572830006900591938003400660994001200694on1368403150OCoLC20230718213016.0221230s2022 sp 000 0 spa  a 2023406832 aDLCbengerdacDLCdCODdOCLCFdC3L a9788419231949 a8419231940 a(OCoLC)1368403150 apcc00aPQ6611.E734bM54 202200a861/.64223/eng/202307171 aFerrán, Jaime,eauthor.10aMientras tú duermes /cJaime Ferrán. 1aValencina de la Concepción (Sevilla) :bEditorial Renacimiento,c2022. a69 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCalle del aire ;v227 7aPoetry.2fast0(OCoLC)fst01423828 7aPoetry.2lcgft 0aCalle del aire (Editorial Renacimiento (Seville, Spain)) ;v227. aCasalini LibribCASAn5406418 a92bPUL01873cam a22004695i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020001800136020001500154035002200169037001400191042001500205043002100220050002200241100007200263245012600335250003700461264007600498300004000574336002600614337002800640338002700668504004100695650003300736650004000769651003600809651004300845650004100888650003800929651003600967651004301003655004501046880005901091880012301150880003901273880007901312994001201391on1368405141OCoLC20230718213016.0221015s2022 jo a be 000 0 ara  a 2022324865 aDLCbengerdacDLCdOCLCFdMNU c(3 a9789957969516 a995796951X a(OCoLC)1368405141 c16.00 JOD apccalcode aa-iq---aaw-----00aCS1522b.H36 20221 6880-01aḤamdūnī, Balāwī Fatḥī Ḥammūdī,eauthor.106880-02aMawsūʻat ʻashāʼir al-ʻIrāq wa-bilād al-Shām /cBalāwī Fatḥī Ḥammūdī al-Ḥamdūnī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Ghaydāʼ lil-Nashr wa-al-Tawzīʻ,c2022. a520 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aTribeszIraqvEncyclopedias. 0aTribeszMiddle EastvEncyclopedias. 0aIraqxGenealogyvEncyclopedias. 0aMiddle EastxGenealogyvEncyclopedias. 7aGenealogy.2fast0(OCoLC)fst00939652 7aTribes.2fast0(OCoLC)fst01156484 7aIraq.2fast0(OCoLC)fst01205757 7aMiddle East.2fast0(OCoLC)fst01241586 7aEncyclopedias.2fast0(OCoLC)fst014237981 6100-01aحمدوني، بلاوي فتحي حمودي.106245-02aموسوعة عشائر العراق وبلاد الشام /cبلاوي فتحي حمودي الحمدوني. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار غيداء للنشر والتوزيع،c2022. a92bPUL01745cam a22004098i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020003000176020001500206020002700221035002200248042000800270050003000278082003200308100004900340245009700389263000900486264008400495300001400579336002600593337002800619338002700647504005100674520038200725650003301107650004901140650005101189650004201240938004101282994001201323on1369597436OCoLC20230718213016.0t|230714s2023 nyu b 001 0 eng  a 2023028332 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3959392bnb7 a0210605402Uk a9781009282079q(hardback) a1009282077 z9781009282086q(ebook) a(OCoLC)1369597436 apcc00aTK5103.592.F52bA355 202300a621.382/75223/eng/202307171 aAgrawal, G. P.q(Govind P.),d1951-eauthor.10aPhysics and engineering of graded-index media /cGovind P. Agrawal, University of Rochester. a2310 1aCambridge, United Kingdom ;aNew York, NY :bCambridge University Press,c2023. a315 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book synthesises recent research developments in the growing field of graded-index media, presenting both the underlying physical principles behind optical propagation in these materials and important engineering applications. The text will be useful for graduate students and researchers working in optics, photonics and optical communications"--cProvided by publisher. 0aOptical fiber communication. 7aOptical materials.2fast0(OCoLC)fst01046768 7aOpticsxMathematics.2fast0(OCoLC)fst01046856 7aRefraction.2fast0(OCoLC)fst01092658 aYBP Library ServicesbYANKn19536288 a92bPUL04185cam a2200601 i 4500001001300000003000600013005001700019008004100036010001700077040009200094019001500186020003100201020001500232020002700247035004100274042000800315043002100323050002300344082004000367100003000407245011300437246004700550250001900597264003900616300005700655336002600712337002800738338002700766505014100793520166200934600002102596600002902617650007002646650006502716650005902781650007502840650005802915651003402973651004703007650007403054650004303128650005303171651006103224651004503285650003803330655001503368655004703383655004303430655002803473938004103501938002903542994001203571on1369803755OCoLC20230718213016.0220917s2023 nyuab 000 0aeng  a 2022946564 aDLCbengerdacDLCdJBLdGO6dYDXdBDXdY$5dJCXdIMTdCDXdSFRdNBOdOCLCFdZGRdTXSCH a1329421876 a9780306828843q(hardcover) a0306828847 z9780306828867q(ebook) a(OCoLC)1369803755z(OCoLC)1329421876 apcc aa-cc-suan-us-dc00aDS731.U4bH64 202304a305.894/3230516aB223/eng/202112201 aHoja, Gulchehra,eauthor.12aA stone is most precious where it belongs :ba memoir of Uyghur exile, hope, and survival /cGulchehra Hoja.30aMemoir of Uyghur exile, hope, and survival aFirst edition. 1aNew York :bHachette Books,c2023. axvi, 303 pages :bcolor illustrations, maps ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aGrowing up in the Uyghur homeland -- A fall to earth -- The seeds of disillusionment -- A new start and a new low -- A sense of purpose. a"In February 2018, twenty-four members of Gulchehra Hoja's family disappeared overnight. In one evening, all those she had left behind in Ürümchi when she fled to a new life in the United States were arrested because of her. Her crime--and thus that of her family--was her award-winning investigations for Radio Free Asia on the plight of the Uyghur people. A Stone is Most Precious Where it Belongs is Gulchehra Hoja's, stunning literary memoir, taking us into the everyday world of life under Chinese rule in East Turkistan (more formally as the Xinjiang Autonomous Region of China). The grandchild of a renowned Uyghur musician and the daughter of an esteemed Uyghur archaeologist, Hoja grew up with her people's culture and history running through her veins. She showed her gifts early on as a dancer, actress, and storyteller, putting her on a path to success as a major television start for China's state TV. Slowly though, she began to realize the realities of Communist rule and understand what China was doing to her people. As her rising fame and growing political awakening coincided, she made the decision to flee to the U.S., where she has fought to expose the crimes Beijing is committing in the far reaches of its nation. Revealing the beauty of East Turkistan and its people--its music, its culture, its heritage, and above all its emphasis on community and family--A Stone is Most Precious Where it Belongs gives us a glimpse beyond what the Chinese state wants us to see, showcasing a woman who was willing to risk not just her own life, but also that of her family, to expose her people's story to the world"--cProvided by publisher.10aHoja, Gulchehra.10aHoja, GulchehraxFamily. 0aUighur (Turkic people)zChinazXinjiang Uygur ZizhiquvBiography. 0aWomen journalistszChinazXinjiang Uygur ZizhiquvBiography. 0aJournalistszChinazXinjiang Uygur ZizhiquvBiography. 0aUighur (Turkic people)xCrimes againstzChinazXinjiang Uygur Zizhiqu. 0aUighur (Turkic people)zWashington (D.C.)vBiography. 0aWashington (D.C.)vBiography. 0aXinjiang Uygur Zizhiqu (China)vBiography. 7aBIOGRAPHY & AUTOBIOGRAPHY / Editors, Journalists, Publishers2bisacsh 7aJournalists.2fast0(OCoLC)fst00984188 7aUighur (Turkic people)2fast0(OCoLC)fst01160372 7aChinazXinjiang Uygur Zizhiqu.2fast0(OCoLC)fst01212006 7aUnited States.2fast0(OCoLC)fst01204155 7aTurkic peoplesvBiography.2sears 0aBiography. 7aAutobiographies.2fast0(OCoLC)fst01919894 7aBiographies.2fast0(OCoLC)fst01919896 7aAutobiographies.2lcgft aYBP Library ServicesbYANKn17996280 aBrodartbBRODn132678012 a92bPUL03701cam a22005178i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020003000176020001500206020003100221020001500252020002700267020003000294020002900324035002200353042000800375043001200383050002500395082003400420100002700454245012600481263000900607264005600616300002400672336002600696337002800722338002700750490004100777504005100818505028800869520164501157650006702802650004802869650005502917650007502972651004803047776003503095938004103130994001203171on1369998849OCoLC20230718213016.0t|230221s2023 enk b 001 0 eng  a 2023008377 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3B58622bnb7 a0210950052Uk a9781032526317q(hardback) a1032526319 a9781032526331q(paperback) a1032526335 z9781003407591q(ebook) z9781000921953qePub ebook z9781000921922qPDF ebook a(OCoLC)1369998849 apcc aa-cc-hk00aKNQ9323.6b.L39 202300a346.5125/082223/eng/202307171 aLaw, Sau Wei,eauthor.10aBanking and finance dispute resolution in Hong Kong :bthe suitability of arbitration in private disputes /cSau Wei Law. a2307 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a280 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPractical finance and banking guides aIncludes bibliographical references and index.0 aIntroduction -- Private banking in Hong Kong -- Arbitration and dispute resolution for banks in Hong Kong -- Unfolding the clients' perspective : knowledge versus experience -- The transformation of disputes -- case studies -- The self-corrective mechanism for dispute "elimination". a"This book examines the concept of 'Naming, Blaming, Claiming' in the application of arbitration for private banking dispute resolution. With dispute resolution proving to be a barrier for efficient operation of private banking, the author focuses on examining the Hong Kong context, blending theory and empirical evidence to provide readers with an understanding of how current disputes are resolved within the banking and finance industry, which will enable them to explore possible effective and efficient mechanisms to resolve their own financial disputes. The book offers a comprehensive review of the laws and regulations governing the private banking industry in Hong Kong and selected jurisdictions, as well as how they are implemented. It examines the clients' perceptions through an innovative methodology for empirical studies. Describing how clients react to the laws and regulations and the potential adverse impacts to the stability of the banking industry, the author identifies possible factors that could trigger another financial crisis. Synthesising his analysis, the author proposes newly discovered self-corrective mechanisms embedded among clients and concludes with policy recommendations. Directly relevant to banking practitioners, particularly legal and compliance departments, and senior management, the book is also written for legal professionals interested in the practices of dispute resolution in banking and finance. Additional readerships will include bank regulators, government officials and policy makers, researchers and those involved in courses in banking and financial law"--cProvided by publisher. 0aFinancial institutionsxLaw and legislationzChinazHong Kong. 0aDispute resolution (Law)zChinazHong Kong. 7aDispute resolution (Law)2fast0(OCoLC)fst00895372 7aFinancial institutionsxLaw and legislation.2fast0(OCoLC)fst00924669 7aChinazHong Kong.2fast0(OCoLC)fst0126079608iebook version :z9781000921953 aYBP Library ServicesbYANKn19543834 a92bPUL02205cam a22004338i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004400097015001900141016001800160020003000178020001500208020003100223020001500254020002700269035002200296042000800318050002100326082002500347100003300372245007200405263000900477264006800486300001400554336002600568337002800594338002700622520037900649504005101028505056601079600001101645600003701656650002501693938004101718994001201759on1370003041OCoLC20230718213016.0t|230708s2023 enk b 001 0 eng  a 2023028732 aLBSORbengerdacDLCdUKMGBdOCLCFdYDX aGBC3C00512bnb7 a0211189162Uk a9781108483087q(hardback) a1108483089 a9781108716369q(paperback) a1108716369 z9781108716369q(ebook) a(OCoLC)1370003041 apcc00aB395b.S326 202300a184223/eng/202307171 aSchofield, Malcolm,eauthor.10aHow Plato writes :bperspectives and problems /cMalcolm Schofield. a2310 1aCambridge ;aNew York, NY :bCambridge University Press,c2023. a320 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Plato is a philosophical writer of unusual and impressive versatility. His dialogues not only engage in argument but also abound in allegory, myth and paradox, with clearly characterised participants set against a particular historical context. This engrossing book shows how Plato's literary qualities are crucial to understanding his philosophy"--cProvided by publisher. aIncludes bibliographical references and index.0 aPlato in his time and place -- When and why did Plato write narrated dialogues? -- Against system: the historical Plato in the mid-Victorian era -- Callicles' return: Gorgias 509-22 reconsidered -- Likeness and likenesses in the Parmenides -- The elusiveness of Cratylus in the Cratylus -- The noble lie -- The cave -- Religion and philosophy in the laws -- The laws' two projects -- Plato, Xenophon, and the Laws of Lycurgus -- Injury, injustice, and the involuntary in the Laws -- Plato's marionette -- Paradoxes of childhood and play in Heraclitus and Plato.00aPlato.07aPlato.2fast0(OCoLC)fst00046610 0aPhilosophy, Ancient. aYBP Library ServicesbYANKn19539686 a92bPUL02371cam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002300094019001500117020003000132020001500162020003100177020001500208020002600223020002600249035004100275042000800316050002300324082002500347100003000372245006100402263000900463264008000472300001300552336002600565337002800591338002700619504005100646505038500697520048201082650001701564650001501581650002501596700003501621776016301656938004101819938004101860994001201901on1370485445OCoLC20230718213016.0230714s2023 enk b 001 0 eng  a 2023016390 aDLCbengerdacDLC a1370487835 a9781800503335q(hardback) a1800503334 a9781800503342q(paperback) a1800503342 z9781800503359q(ePDF) z9781800504097q(ePub) a(OCoLC)1370485445z(OCoLC)1370487835 apcc00aP121b.L38545 202300a410223/eng/202307171 aO'Grady, Gerard,eauthor.14aThe language dynamic /cGerard O'Grady and Tom Bartlett. a2311 1aSheffield, South Yorkshire ;aBristol, CT :bEquinox Publishing Ltd,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aRecursive processes from morpheme to ideology -- Embodiment -- A systemic and stratal account of language and society, as told by three t-shirts, a urinal and a karaoke machine -- Stratification, redundancy and the mechanism of change -- Prospection: the emergence of target states and common ground in speech -- Emergent creativity -- A socio-biosemiotic theory in bullet points. a"The Language Dynamic identifies a number of mechanisms that enable the meaning potential of language from the phoneme through grammar and discourse and onto ideological systems. This book, which underpins functional theories of language with concepts from biological and cultural evolution, social semiotics and systems theory, is relevant to all who are interested in how and why we can mean and what it means for us as humans to be semiotic agents"--cProvided by publisher. 0aLinguistics. 0aSemiotics. 0aMeaning (Philosophy)1 aBartlett, Tom,d1962-eauthor.08iOnline version:aO'Grady, Gerard.tLanguage dynamicdSheffield, South Yorkshire ; Bristol, CT : Equinox Publishing Ltd, 2023z9781800503359w(DLC) 2023016391 aYBP Library ServicesbYANKn19552918 aYBP Library ServicesbYANKn19552919 a92bPUL02467cam a2200529 i 4500001001300000003000600013005001700019008004100036010001700077040004900094016001800143020003000161020002700191035002200218041001300240042000800253043002100261050002500282082000800307100003800315245007700353264003900430300004000469336002600509336003300535337002800568338002700596500005300623520053700676650006101213650006701274650004601341650004601387650005101433650005001484651003801534655005301572655004601625655003901671655004901710655002701759655003401786655003001820700003801850938003701888994001201925on1370609570OCoLC20230718213016.0221216s2023 fr a 6 000 0dfre  a 2023414421 aDLCbengerdacDLCdORUdUKMGBdOCLCFdAUXAM7 a0210510842Uk a9782413043676q(hardback) a2413043675q(hardback) a(OCoLC)13706095700 afreaeng apcc ae-fr---aa------00aPN6747.L94bH64 202314a7411 aLyfoung, Vicky,eauthor,eartist.10aHmong /cscénario et dessin, Vicky Lyfoung ; préface de Cyril Payen. 1aParis :bDelcourt/Encrages,c2023. a157 pages :billustrations ;c24 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"L'histoire vraie d'un peuple méconnu"--Cover. a"Hmong, c'est le nom d'un peuple le mien fille d'immigrés Hmong, je me suis longtemps posé de nombreuses questions sur mes origines mais pour savoir qui j'étais, il fallait avant tout que je sache d'où venaient mes parents et comment l'histoire avec un grand h les avait conduits jusqu'en France. De la chine au Laos en passant par la Thaïlande et l'occident. Découvrez dans ce livre le périple de ce peuple méconnu et l'histoire plus personnelle de mes parents qui ont vécu la guerre et la diaspora."--Back cover. 0aHmong (Asian people)xHistoryvComic books, strips, etc. 0aImmigrant familieszFrancexHistoryvComic books, strips, etc. 0aAsian diasporavComic books, strips, etc. 7aAsian diaspora.2fast0(OCoLC)fst01736225 7aHmong (Asian people)2fast0(OCoLC)fst00958436 7aImmigrant families.2fast0(OCoLC)fst01746411 7aFrance.2fast0(OCoLC)fst01204289 7aComics (Graphic works)2fast0(OCoLC)fst01921613 7aGraphic novels.2fast0(OCoLC)fst01726630 7aHistory.2fast0(OCoLC)fst01411628 7aNonfiction comics.2fast0(OCoLC)fst01921721 7aGraphic novels.2lcgft 7aComics (Graphic works)2lcgft 7aNonfiction comics.2lcgft1 aPayen, Cyril,ewriter of preface. aAMALIVREbAUXAnAAL08221560-0001 a92bPUL02353cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040005400094020003100148020002800179035002200207041001300229042001400242043001200256050002300268082001200291100003100303245005000334264002900384264001100413300007500424336002600499336003300525337002800558338002700586504005700613520098800670546003901658600003501697600006101732651006201793700003501855938004101890994001201931on1371247943OCoLC20230718213016.0230209t20232023ne aeh b 000 0 dut d a 2023437423 aERASAbengerdacDLCdQGJdOCLCFdJPGdQGKdERASA a9789462585454q(hardbound) a9462585458q(hardbound) a(OCoLC)13712479430 adutbeng alccopycat ae-ne---00aND653.V5bW45 202304a723-7241 aWeve, Wim,d1947-eauthor.10aVermeer en de Delftse topografie /cWim Weve. 1aZwolle :bWBOOKSc[2023] 4c©2023 a127 pages :billustrations (chiefly color), facsimiles, plans ;c28 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 121-124).8 a"Wim Weve bestudeerde 'Het Gezicht op Delft' en 'Het Straatje' van Johannes Vermeer met een bouwhistorisch oog en ontdekte nieuwe interessante aspecten. 'Het Gezicht op Delft' blijkt een accuraat gezicht op die stad te zijn. Vermeer heeft daarop geen gebouwen aangepast of verdraaid en heeft de brug tussen de stadspoorten correct afgebeeld. Het huist met de trapgevel op 'Het Straatje' moet een bestaand huis geweest zijn. Vaak veronderstelde bouwkundige 'fouten' blijken op bouwkundige gronden te verklaren. Rechts van de ingang moet het huis een binnenmuur hebben gehad die een zijkamer van het voorhuis afscheidde. Vanwege de plaats van die muur is het venster rechts iets smaller dan het venster links. Door de geopende deuropening laat Johannes Vermeer echter geen binnenmuur zien. Vermeer combineerde verschillende bouwkundige elementen op een bouwkundig onmogelijke wijze, waarschijnlijk als visueel tegenwicht van het huis met de trapgevel rechts."--cProvided by publisher. aText in Dutch; summary in English.10aVermeer, Johannes,d1632-1675.17aVermeer, Johannes,d1632-1675.2fast0(OCoLC)fst00030117 0aDelft (Netherlands)xBuildings, structures, etc.vIn art.1 aVermeer, Johannes,d1632-1675. aErasmus BoekhandelbERAAn0000428311 a92bPUL05197cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040006100094020003100155035002200186042001400208043001200222050002200234082000800256245012700264246005600391264006600447300006000513336002600573337002800599338002700627490005000654505210700704520132302811650004104134650003204175650004004207650003904247651003104286651004304317650004004360650005004400655003904450700002804489700003004517700003004547830005004577938003704627938003904664994001204703on1371285842OCoLC20230718213016.0230117s2023 fr ab b 000 0 fre d a 2023414427 aAUXAMbengerdacDLCdPAUdPULdOCLCFdIULdERASPdAUXAM a9791032004258q(paperback) a(OCoLC)1371285842 alccopycat ae-fr---00aHF3555b.C43 202314a90900aChaînes et maillons du commerce XVIe-XIXe siècle /csous la direction de Gilbert Buti, Anne Montenach, Olivier Raveux.3 aChaînes et maillons du commerce, 16e-19e siècle 1aAix-en-Provence :bPresses universitaires de Provence,c2023. a300 pages :billustrations (some color), maps ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aCollection le temps de l'histoire,x1631-946X00tIntroduction /rGilbert Buti, Anne Montenach, et Olivier Raveux --tDes acteurs entre ombre et lumière --tEntre Levant et Ponant : d'une compagnie l'autre : les frères Joseph et Georges Audibert, négociants de Marseille au XVIIIe siècle /rGilbert Buti --tUne fin à tout ? Le capitanat bordelais face au spectre des invendus au XVIIIe siècle / Fré́déric Candelon Boudet --tFemmes et circulations marchandes à Marseille au XVIIIe siècle : un maillon sous-estimé du négoce /rRomain Facchini --tDans le secret des faillites : contrôle de l'information et anonymat dans les sociétés en participation du commerce intra-européen au début des années 1770 /rMarguerite Martin --tÊtre marchand d'esclaves dans l'Empire ottoman XVIe-XVIIe siècles /rHayri Gökşin Özkoray --tLes chaînes entre jeux d'échelles et jeux relationnels --tChaînes du commerce dans l'Atlantique hispanique, 750-1850 : circuits, acteurs et institutions /rArnaud Bartolomei --tLes chaînes maritimes des négociants "suisses" à Marseille : entre l'Europe septentrionale et la Méditerranée XVIIIe siècle /rLaurent Burrus --tLa préférence pour la négociation : oligopoles, concurrence et coordination entre marchands dans les appareils commerciaux régionaux. Lorraine, XVIIIe siècle /rJulien Villain --tLes réseaux marchands sous le regard de l'État : fiscalité et relations commerciales dans la France du XVIIIe siècle / Boris Deschanel --tDes produits comme maillons des chaînes de collecte et de distribution --tLa vente des biens de luxe des émigrés et condamnés, 1792-1795 : les aléas d'une chaîne de commerce inédite /rNatacha Coquery --tUne économie du déchet : le piquage d'once dans la soierie lyonnaise au XVIIIe siècle /rAnne Montenach --tLe commerce français du corail de Méditerranée vers l'Inde et la Chine aux XVIIe et XVIIIe siècles /rOlivier Raveux --tRivalités industrielles et contrôle du commerce des matières premières en Méditerranée : le soufre de Sicile /rXavier Daumalin. a"Avant la révolution des transports, l'apparition de nouveaux moyens de communication et la mise en place des premiers réseaux logistiques d'approvisionnement et de distribution des marchandises au cours du XIXe siècle, les chaînes de collecte, de circulation et de vente des matières premières et des produits manufacturés étaient d'une grande diversité, le plus souvent segmentées et composées d'une succession d'acteurs aux statuts et aux rôles variés. Selon les cas, elles se trouvaient caractérisées par une plasticité et une instabilité permanente ou, inversement, accrochées à des traditions et des pratiques validées par le temps, des cadres juridiques contraignants ou la force d'appartenances communautaires. Le but de cet ouvrage est de porter un éclairage sur ces chaînes et ces maillons du commerce des économies et des sociétés préindustrielles, afin d'approcher leurs natures, d'examiner leurs types de fonctionnement et de saisir leurs évolutions. Cerner, dans les échanges, ce qui se joue entre la production et la consommation, c'est essayer de comprendre comment le commerce s'organise avec ses besoins humains, matériels ou juridiques et ses objectifs économiques en termes d'achat, de transport et de vente de marchandises."--Back cover. 0aMarketing channelszFrancexHistory. 0aMerchantszFrancexHistory. 0aCommercial agentszFrancexHistory. 0aTrade regulationzFrancexHistory. 0aFrancexCommercexHistory. 0aMarseille (France)xCommercexHistory, 7aCommerce.2fast0(OCoLC)fst00869279 7aMarketing channels.2fast0(OCoLC)fst01010265 7aHistory.2fast0(OCoLC)fst014116281 aButi, Gilbert,eeditor.1 aMontenach, Anne,eeditor.1 aRaveux, Olivier,eeditor. 0aCollection Le temps de l'histoire,x1631-946X aAMALIVREbAUXAnAAL08228867-0001 aLibrarie ErasmusbERAPn0000099081 a92bPUL02837cam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040006000094019001500154020003100169020002800200035004100228042001400269050002500283100003900308245003700347250002300384264004400407300007900451336002600530337002800556338002700584490003500611520131800646650003901964650003702003650002902040650005602069650004602125650005402171655003902225655003802264655001902302830003602321938003402357994001202391on1371294772OCoLC20230718213016.0230222s2023 sp af 000 f spa d a 2023417452 aRBNbengerdacDLCdCGUdGZMdBBHdOCLCFdCODdC3LdRBN a1372501128 a9788433901675q(paperback) a8433901672q(paperback) a(OCoLC)1371294772z(OCoLC)1372501128 alccopycat00aPQ6658.U35bS68 20231 aHuertas, Begoña,d1965-eauthor.13aEl sótano /cBegoña Huertas. aPrimera edición. 1aBarcelona :bEditorial Anagrama,c2023. a119 pages, 16 unnumbered leaves of plates :bcolor illustrations ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aNarrativas hispánicas ;v705 a"Instalada en el cansancio crónico, fruto de una inespecífica dolencia, la narradora de esta novela decide ingresar en una clínica de lujo eficazmente diseñada para restaurar cuerpos enfermos. Allí se rodea de un selecto grupo de pacientes que, como ella, se entregan a los tratamientos --algunos secretos y otros experimentales-- que les suministran en el sótano del edificio. Entre sus compañeros se encuentra Rubén, que actúa como maestro de ceremonias, y su mujer Dolores, con quien la protagonista entabla una amistad incierta. También la señora Goosens y su sobrino Adolfo, que parecen sanar y empeorar, respectivamente, a ritmos sospechosos. En común tienen una máxima: «Las miserias nos las callamos todos por dignidad.» Pero cuando la mejoría física de la protagonista no llega, cuando las dinámicas del grupo parecen obligar a sus integrantes a elegir entre soledad o tiranía, los recelos emergen. ¿Y si lo raro es precisamente estar sano? Si la identidad, acaso más enferma que el cuerpo, puede convertirse en un lastre, ¿sería preferible aceptar su disolución o tratar de oponer resistencia? Y, ante lo que parece el principio del fin, ¿vale la pena dedicar esfuerzos a escribir, en palabras de la narradora, «una novela de trama médica, sórdida y criminal»?"--Back cover. 0aChronic fatigue syndromevFiction. 0aMedicine, ExperimentalvFiction. 0aMedical ethicsvFiction. 7aChronic fatigue syndrome.2fast0(OCoLC)fst00860107 7aMedical ethics.2fast0(OCoLC)fst01014081 7aMedicine, Experimental.2fast0(OCoLC)fst01015244 7aFiction.2fast0(OCoLC)fst01423787 7aNovels.2fast0(OCoLC)fst01921742 7aNovels.2lcgft 0aNarrativas hispánicas ;v705. aCasalini LibribCASAn5428527 a92bPUL01218cam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020002900122020001500151024001800166035002200184042000800206043001200214050002300226072001300249100004200262245013800304264003300442300007200475336002600547337002800573338002700601504006900628610003300697650003700730700004700767938004200814994001200856on1371807178OCoLC20230718213016.0230325s2022 sz ab b 000 0 ger  a 2022487767 aDLCbengerdacDLCdOHX a9783034016674qhardbound a30340166703 a9783034016674 a(OCoLC)1371807178 apcc ae-sz---00aTF92.W95bE43 2022 7aTF2lcco1 aEichenberger, Thomas,d1959-eauthor.10aVom Gotthardzubringer zur S-Bahn :bdie Wynental- und Suhrentalbahn /cThomas Eichenberger ; unter Mitarbeit von Dieter Eichenberger. 1aZürich :bChronos,c[2022] a527 pages :billustrations (some color) maps (some color) ;c27 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and sources (pages 519-525).20aWynental- und Suhrentalbahn. 0aRailroadszSwitzerlandxHistory.1 aEichenberger, Dieter,d1955-econtributor. aOtto HarrassowitzbHARRnhar220005862 a92bPUL01849cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040005400094020003100148020001500179035002200194042000800216050002300224082001200247100003300259245010600292264005800398300005400456336002600510337002800536338002700564490003100591504004100622600002300663600004900686600005900735650002800794650003300822650003500855650005700890650006100947650005401008650004201062650004801104650003601152650003401188655006201222938003401284938003701318994001201355on1371869207OCoLC20230718213016.0221121s2022 it a b 000 0 fre  a 2023415170 aDLCbengerdacDLCdAUXAMdYUSdDEBBGdOCLCFdC3L a9788869763540q(paperback) a8869763544 a(OCoLC)1371869207 apcc00aT14.S552bT87 202214a1112141 aTurquety, Benoît,eauthor.10aPolitiques de la technicité :bcorps, monde et médias avec Gilbert Simondon /cBenoît Turquety. 1a[Sesto San Giovanni] :bÉditions Mimésis,c[2022] a285 pages :billustrations (some color) ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aImages, médiums ;vn. 33 aIncludes bibliographical references.10aSimondon, Gilbert.17aSimondon, Gilbert.2fast0(OCoLC)fst0025362117aSimondon, Gilbert,d1924-1989.0(DE-588)1247925102gnd 0aTechnologyxPhilosophy. 0aTechnology and civilization. 0aTechnology in motion pictures. 7aIndividuation (Philosophy)2fast0(OCoLC)fst00970369 7aTechnology in motion pictures.2fast0(OCoLC)fst01145293 7aTechnologyxPhilosophy.2fast0(OCoLC)fst0114517107aLeiblichkeit.0(DE-588)4114388-72gnd07aTechnikphilosophie.0(DE-588)4126976-72gnd07aMedien.0(DE-588)4169187-82gnd07aFilm.0(DE-588)4017102-42gnd 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 aCasalini LibribCASAn5361630 aAMALIVREbAUXAnAAL08197306-0001 a92bPUL02460cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003100119020001500150025002500165035002200190037005300212042002100265050002200286082001500308100002700323240002100350245034900371264017500720300002800895336002600923337002800949338002700977490011301004500001001117500015901127520009401286546001701380600002501397600005201422600007001474655003701544700003701581700003401618700004201652700008301694710005501777830007101832938005101903994001201954on1372630561OCoLC20230718213016.0230216s2022 ii 000 d sanod a 2023338524 aDKAGEbengerdacDLC a9789380171678q(paperback) a9380171676 aI-San-2023338524; 11 a(OCoLC)1372630561 bLibrary of Congress -- New Delhi Overseas Office alccopycatalcode00aPK3796b.V55 202204a891.222230 aKālidāsa,eauthor.10aVikramorvaśī10aVikramorvaśīyaṃ nāma nāṭakam :bRatnadīpikāparākhyayā Mr̥tyuñjayabhūpālīyayā vyākhyayā saṃvalitam /cMahākavikālidāsaviravitam ; pradhānasampādakaḥ, Ācārya Ke Nīlakaṇṭham ; sampādakau pariyojanā-anusandhātārau ca, Ḍā Vi Subrahmaṇyam, Ḍā Jośī Santoṣakumāraḥ. 1aHaidarābāda :bSaṃskr̥ta Akāḍamī (Kendrīyasaṃskr̥taviśvavidyālayena mānita Ādarśaśodhasaṃsthā), Usmāniāviśvavidyālayaḥ,c2022. axi, 239 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aSaṃskr̥ta-Akāḍamī-ṣaṣṭhyabdagranthamālā =aSanskrit Academy shashtyabda granthamala ;v12 aPlay. a"Kendrīyasaṃskr̥taviśvavidyālayasya aṣṭādaśīpariyojanāyāḥ durlabhagranthapunarmudraṇapariyojanāntargatatvena prakāśyate." aPlay based on the story of the love of King Purūravā and the devine nymph Urvaśī. aIn Sanskrit.00aPurūravāvDrama.00aUrvashic(Hindu mythological character)vDrama.07aUrvashic(Hindu mythological character)2fast0(OCoLC)fst01163090 7aDrama.2fast0(OCoLC)fst014238791 aNīlakaṇṭham, Ke.,eeditor.1 aSubrahmaṇyam, Vi.,eeditor.1 aSantoṣakumāra, Joṣī,eeditor.02aMr̥tyuñjayaniśśaṅkabhūpala,dactive 18th century.tRatnadīpikā.2 aOsmania University.bSanskrit Academy,epublisher. 0aSaṃskr̥ta Akāḍamī ṣaṣṭhayabdagranthamālā =v12. aD. K. Agencies (P) Ltd.bDKAPnDKSAN-13336-PBK a92bPUL01951cam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002800094020001800122020001500140035002200155041001300177042000800190043001200198050002400210245013300234264004200367300004600409336002600455337002800481338002700509500032900536500002000865546003500885504002000920650005000940650004800990650003901038650005001077650003501127650005201162650004801214650004001262651004701302655005101349700004001400700004101440994001201481on1372850757OCoLC20230718213016.0230412s2022 hu a c 001 0 hun  a 2023449595 aDLCbengerdacDLCdZCU a9789634561293 a9634561292 a(OCoLC)13728507570 aengahun apcc ae-hu---00aNA2310.H9bP44 202200aTowards a new normal :ba book about design by research and research by design /ceditors Gabriella Medvegy, Donát Rétfalvi. 1a[Budapest] :bBalassi Kiadó,c2022. a192 pages :bcolor illustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"The publication contains projects edited from the exhibition 'Towards a New Normal', organized by the Institute of Architecture of the Faculty of Engineering and Informatics of the University of Pécs and Marcel Breuer Doctoral School Wuhan Design Day 2021 & The Sixth Wuhan Design Biennale 1-12 November 2021."--Colophon. aIncludes index. aText in English and Hungarian. aIncludes index. 0aArchitecturexResearchzHungaryvExhibitions. 0aArchitectural designzHungaryvExhibitions. 0aArchitectural designvExhibitions. 0aArchitecturexDesigns and plansvExhibitions. 0aDesignxResearchvExhibitions. 7aArchitectural design.2fast0(OCoLC)fst00813184 7aDesignxResearch.2fast0(OCoLC)fst00891290 7aStudents.2fast0(OCoLC)fst01136041 7aHungaryzPécs.2fast0(OCoLC)fst01207558 7aExhibition catalogs.2fast0(OCoLC)fst014240281 aMedvegy, Gabriella,d1979-eeditor.1 aRétfalvi, Donát,d1976-eeditor. a92bPUL03183cam a22005058i 4500001001300000003000600013005001700019008004100036010001700077040002700094020002700121020001500148020003100163020001500194020002700209035002200236042000800258043002100266050002400287082003000311100003800341245013500379263000900514264006200523300001300585336002600598337002800624338002700652504005100679505027500730520110501005650003002110650004002140651003102180651003502211651004402246651004402290700004402334700003802378700002402416776015502440938004102595938002902636994001202665on1373012470OCoLC20230718213016.0230411s2024 cau b 001 0 eng  a 2023017223 aCSt/DLCbengerdacDLC a9781503637313q(cloth) a150363731X a9781503637801q(paperback) a1503637808 z9781503637818q(ebook) a(OCoLC)1373012470 apcc aa-ir---an-us---00aHF1586.4b.B36 202400a327.1/17223/eng/202307171 aBajoghli, Narges,d1982-eauthor.10aHow sanctions work :bIran and the impact of economic warfare /cNarges Bajoghli, Vali Nasr, Djavad Salehi-Isfahani, and Ali Vaez. a2402 1aStanford, California :bStanford University Press,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aIntroduction : the invisible war -- When society is sanctioned -- When politics is sanctioned -- When Iran was sanctioned -- When an economy is sanctioned -- What sanctions cost the United States -- What sanctions cost Iran-and the world -- Conclusion : permanent siege. a"Sanctions have enormous consequences. Especially when imposed by a country with the economic influence of the United States, sanctions induce clear shockwaves in both the economy and political culture of the targeted state, and in the everyday lives of citizens. But do economic sanctions induce the behavioral changes intended? Do sanctions work in the way they should ? To answer these questions, the authors of How Sanctions Work highlight Iran, the most sanctioned country in the world. Comprehensive sanctions are meant to induce uprisings or pressures to change the behavior of the ruling establishment, or to weaken its hold on power. But, after four decades, the case of Iran shows the opposite to be true: sanctions strengthened the Iranian state, impoverished its population, increased state repression, and escalated Iran's military posture toward the U.S. and its allies in the region. Instead of offering an 'alternative to war,' sanctions have become a cause of war. Consequently, this book reveals how necessary it is to understand how sanctions really work"--cProvided by publisher. 0aEconomic sanctionszIran. 0aEconomic sanctions, AmericanzIran. 0aIranxEconomic conditions. 0aIranxPolitics and government. 0aUnited StatesxForeign relationszIran. 0aIranxForeign relationszUnited States.1 aNasr, Seyyed Vali Reza,d1960-eauthor.1 aSalehi-Isfahani, Djavad,eauthor.1 aVaez, Ali,eauthor.08iOnline version:aBajoghli, Narges, 1982-tHow sanctions workdStanford, California : Stanford University Press, 2024z9781503637818w(DLC) 2023017224 aYBP Library ServicesbYANKn19588796 aBrodartbBRODn134138023 a92bPUL01060cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002800094016002300122020002900145020001500174024001800189035002200207042000800229043001200237050002500249072001300274245008700287246004200374250001900416264004500435300006600480336002600546337002800572338002700600651004100627938004200668994001200710on1373380170OCoLC20230718213016.0230408s2022 au a 000 0 ger  a 2022487308 aDLCbengerdacDLCdOHX7 a12561111712DE-101 a9783990162385qhardbound a39901623813 a9783990162385 a(OCoLC)1373380170 apcc ae-au---00aDB879.M325bA25 2022 7aDB2lcco00a800 Jahre Markt St. Martin :b1222-2022 /cHerausgeber: Gemeinde Markt St. Martin.31aAcht hundert Jahre Markt Sankt Martin aErste Auflage. 1aOberwart :bEdition Lex Liszt 12,c2022. a350 pages :bcolor illustrations ;c26 cm +e1 folded poster. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aMarkt St. Martin (Austria)xHistory. aOtto HarrassowitzbHARRnhar220148931 a92bPUL01265cam a2200397 i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004400097015001900141016001800160020002900178020002600207020003000233035002200263042001400285050002100299082001400320100007000334245005800404264006000462300002700522336002600549337002800575338002700603504004100630650002000671650001400691650004000705650004600745776003500791938002900826994001200855on1373398126OCoLC20230718213016.0t|220429s2023 enk b 000 0 eng d a 2022937876 aUKMGBbengerdacDLCdXFFdOCLCFdUKMGB aGBC3549362bnb7 a0209905232Uk a9781789049350qpaperback a1789049350qpaperback z9781789049367qePub ebook a(OCoLC)1373398126 alccopycat00aHT609b.N56 202304a305.52231 aNineham, Chris,eauthor.1https://isni.org/isni/0000000357225588.10aRadical chains :bwhy class matters /cChris Nineham. 1aWinchester, UK ;aWashington, USA :bZer0 Books,c2023. aix, 197 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aSocial classes. 0aEquality. 7aEquality.2fast0(OCoLC)fst00914456 7aSocial classes.2fast0(OCoLC)fst0112234608iebook version :z9781789049367 aBrodartbBRODn133197530 a92bPUL03346cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040003000094020003700124020001500161020002700176035002200203042000800225050002300233082002900256084003400285100003700319245010000356263000900456264003800465300001300503336002600516337002800542338002700570520037400597520151300971650004802484650004302532650002902575650006702604650004102671776013002712938002902842938004102871994001202912on1373607383OCoLC20230718213016.0230714s2023 miu 000 0 eng  a 2023026110 aNcWfSB/DLCbengerdacDLC a9780310367413q(trade paperback) a0310367417 z9780310367420q(ebook) a(OCoLC)1373607383 apcc00aBV4909b.V365 202300a248.8/6223/eng/20230717 aREL012030aPSY0360002bisacsh1 aVanRuler, Jason,d1980-eauthor.10aGet past your past :bhow facing your broken places leads to true connection /cJason VanRuler. a2310 1aGrand Rapids :bZondervan,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"In Get Past Your Past, licensed therapist and popular online content creator Jason VanRuler offers understanding, empathy, grace, and a hand to hold as he shares from his own places of brokenness and his learnings as a therapist to help readers embark upon their own journeys toward healing from the hardships, pitfalls, and missteps of life"--cProvided by publisher. a"Your brokenness is not the end of the story. It's time to heal. Any of us can get stuck in our struggle. Jesus came to set us free and give us life--abundant life--but while we believe it for everyone else, it's hard to accept his forgiveness and grace for ourselves. We continue in our old ways, living as one with no hope because we're afraid of failing if we try to get better. But what if brokenness--the array of behaviors and symptoms that show us that all is not as it should be with us--isn't all there is? What if we can change?As a licensed therapist and a man who's dealt with his own problems--including childhood trauma, alcohol abuse, drug use, and bouts of depression--Jason VanRuler understands what you're going through. In Get Past Your Past, he offers empathy, grace, and a hand to hold as he shares from his own places of brokenness and his professional knowledge to help you: overcome the lie that you're the only one who struggles with brokenness, look your brokenness square in the face and take small, doable steps to overcome it, find the courage to be vulnerable about your story--all of it--and embrace the freedom that comes from sharing it,learn to love and be loved in your most cherished relationships, cultivate authentic connection with those around you and with God. The life you dream of isn't that far away. But you can't stay where you are. It's time to embark on your journey toward healing. Let Get Past Your Past be your guide along the way"--cProvided by publisher. 0aSufferingxReligious aspectsxChristianity. 0aPainxReligious aspectsxChristianity. 0aAddictsxReligious life. 7aRELIGION / Christian Living / Family & Relationships.2bisacsh 7aPSYCHOLOGY / Mental Health.2bisacsh08iOnline version:aVanRuler, Jason, 1980-tGet past your pastdGrand Rapids : Zondervan, 2023z9780310367420w(DLC) 2023026111 aBrodartbBRODn134359739 aYBP Library ServicesbYANKn19599358 a92bPUL03285cam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040003000094020003100124020001500155035002200170042000800192050002100200082002500221084003400246100003800280245010000318263000900418264003800427300001300465336002600478337002800504338002700532500002000559520041300579520162900992650002002621650002802641650001702669650005902686650004802745938002902793938004102822994001202863on1373609036OCoLC20230718213016.0230714s2023 miu 001 0 eng  a 2023026112 aNcWfSB/DLCbengerdacDLC a9780310155874q(paperback) a0310155878 a(OCoLC)1373609036 apcc00aBR148b.D53 202300a270223/eng/20230717 aREL110000aREL0150002bisacsh1 aDickson, John P.,d1967-eauthor.10aBullies and saints :ban honest look at the good and evil of Christian history /cJohn Dickson. a2312 1aGrand Rapids :bZondervan,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. a"John Dickson gives an honest account of the mixed history of Christianity, the evil and the good. He concedes the Christians' complicity for centuries of bullying but also shows the myriad ways the beautiful teaching of Christ has enriched our world and the lives of countless individuals. Now in softcover, this new edition provides a new chapter on the conversion of the Vikings"--cProvided by publisher. a"Is the world better off without Christianity? Combining narrative with keen critique of contemporary debates, author and historian John Dickson gives an honest account of 2,000 years of Christian history that helps us understand what Christianity is and what it's meant to be. To say that the Christian Church has an "image problem" doesn't quite capture it. From the Crusades and the Inquisition to the racism and abuse present in today's Church--both in Catholic and Protestant traditions--the institution that Christ established on earth has a lot to answer for. But the Church has also had moments throughout history when it has been in tune with Jesus' teachings--from the rise of charity to the invention of hospitals. For defenders of the faith, it's important to be able to recognize the good and bad in the church's history and be inspired to live aligned with Christ. For skeptics, this book is a thought-provoking introduction to the idea that Christianity is, despite all, an essential foundation of our civilization. Now in softcover, this new edition provides a new chapter on the conversion of the Vikings. Bullies and Saints will take you on a big-picture journey from the Sermon on the Mount to the modern church: giving contextual accounts of infamous chapters of Christian history, such as the Crusades, and acknowledging their darkness, outlining the great movements of the faith and defending its heroes and saints, some of whom are not commonly recognized, examining the Church beside the teachings and life of Jesus and how it has succeeded in its mission to imitate Christ"--cProvided by publisher. 0aChurch history. 0aGood and evilxHistory. 0aApologetics. 7aRELIGION / Christianity / Saints & Sainthood.2bisacsh 7aRELIGION / Christianity / History.2bisacsh aBrodartbBRODn134359283 aYBP Library ServicesbYANKn19599345 a92bPUL02202cam a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040004000094066000700134020001800141035002200159042001400181050002700195082001600222100004400238245004600282250002200328264006600350300002300416336002600439337002800465338002700493490002700520650002600547650003000573650004700603650004300650655006000693655003900753655004000792655004100832655002100873830001100894880004000905880004000945880001900985880005901004880002701063880061801090994001201708on1374129799OCoLC20230718213016.0230609s2023 ko 000 1 kor d a 2023434207 aBRGbengerdacDLCdOCLCFdEYMdBRG c$1 a9791168127012 a(OCoLC)1374129799 alccopycat00aPL994.43.P96bP37 202304a895.7372231 6880-01aKu, Pyŏng-mo,d1976-eauthor.106880-02aP'aswae /cKu Pyŏng-mo chiŭm. 6880-03aCh'op'an. 16880-04aSŏul T'ŭkpyŏl-si :bWijŭdŏm Hausŭ,c2023. a95 pages ;c18 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 6880-05aWip'ik = Wefic 0aYoung womenvFiction. 0aMurder for hirevFiction. 7aMurder for hire.2fast0(OCoLC)fst01029802 7aYoung women.2fast0(OCoLC)fst01183301 7aAction and adventure fiction.2fast0(OCoLC)fst01921574 7aFiction.2fast0(OCoLC)fst01423787 7aNovellas.2fast0(OCoLC)fst01921741 7aAction and adventure fiction.2lcgft 7aNovellas.2lcgft 0aWefic.1 6100-01a구 병모,d1976-eauthor.106245-02a파쇄 /c구병모 지음. 6250-03a초판 16264-04a서울 특별시 :b위즈덤하우스,c2023.1 6490-05a위픽 = Wefic 6520-00aSummary in Korean: " 위즈덤하우스에서 새롭게 선보이는 단편소설 시리즈 '위픽(WEFIC)'이 세상을 향해 그 첫발을 내딛는다. 첫 번째 주인공은 구병모 작가다. "파쇄"는 그녀의 대표작 "파과"의 외전으로, '조각'이라는 인물이 어떻게 킬러가 되었는지 그 시작을 그린 소설이다. 혹독한 훈련을 통해 타인을 부숴버리는 방법을 터득함으로써 결국 자신의 삶도 산산조각 나기를 선택한 조각의 탄생기가 구병모 작가의 압도적인 문장으로 생생히 되살아난다." --cYes24.com. a92bPUL01736cam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002400117020001500141020002600156020002700182035002200209042000800231050002400239082003000263100003900293245011300332263000900445264005400454300001400508336002600522337002800548338002700576490004400603504005100647520015200698600003000850600004200880650004700922650004300969650001701012700003601029776014301065938004101208938002901249994001201278on1374242156OCoLC20230718213016.0230510s2023 nyu b 001 0 eng  a 2023022793 aDLCbengerdacDLC a9781350362314q(hb) a135036231X z9781350362321q(epdf) z9781350362338q(ebook) a(OCoLC)1374242156 apcc00aB4259.S54bS56 202300a284.1092223/eng/202307171 aShestov, Lev,d1866-1938,eauthor.10aBy faith alone :bthe medieval church and Martin Luther /cLev Shestov ; translated by Stephen P. Van Trees. a2310 1aLondon ;aNew York :bBloomsbury Academic,c2023. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aExplorations in philosophy and theology aIncludes bibliographical references and index. a"First English-language translation of Lev Shestov's early writings on faith, ancient philosophy and biblical revelation"--cProvided by publisher.10aShestov, Lev,d1866-1938.10aLuther, Martin,d1483-1546xTheology. 0aFaithxHistory of doctrinesy16th century. 0aChurch historyyMiddle Ages, 600-1500. 0aManichaeism.1 aTrees, Stephen P. Van,eeditor.08iOnline version:aShestov, Lev, 1866-1938.tBy faith alonedLondon ; New York : Bloomsbury Academic, 2023z9781350362321w(DLC) 2023022794 aYBP Library ServicesbYANKn19656036 aBrodartbBRODn134498607 a92bPUL02641cam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002600193082003100219100003400250245018200284263000900466264003700475300001300512336002600525336003300551337002800584338002700612500008900639520059000728520050001318655003401818655004101852655002401893655002701917700003901944700003101983700003002014700002702044700003002071938004102101938002902142994001202171on1374243642OCoLC20230718213016.0230626s2023 cau 6 000 1 eng  a 2023025636 aDLCbengerdacDLC a9781779520623q(hardcover) a177952062X a(OCoLC)1374243642 apcc00aPN6728.G377bR53 202300a741.5/973223/eng/202307101 aRidley, John,d1965-eauthor.10aGCPD :bthe blue wall /cJohn Ridley, writer ; Stefano Raffaele, artist ; Brad Anderson, colorist ; Ariana Maher, Josh Reed, letterers ; Reiko Murakami, collection cover artist. a2309 1aBurbank, CA :bDC Comics,c2023. apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Originally published in single magazine form in GCPD: The Blue Wall 1-6."--Indicia. a"No one said protecting a city like Gotham would be easy. Still relatively early in her tenure as GCPD commissioner, Renee Montoya sets out to rebuild her department and restore public faith in the historically troubled PD during some of the worst conditions it's ever seen. But Renee can't do it alone-in order for her plan to work, everyone from the topmost officials all the way down to the most fresh-faced new officers must contend with the harsh realities of being a symbol of law and order in a city of super-powered saviors and superhuman lawlessness"--cProvided by publisher.4 a"This comic contains themes of a sensitive nature dealing with bigotry, abuse, addiction, and mental illness. It also includes language of a racially offensive nature and may not be suitable for all age groups. Its inclusion is an intentional creative choice intended to highlight the fact that language of this type was frequently deployed in past decades and remains in use today, even as contexts evolve. Readers for whom such language is triggering or hurtful should be advised."--cIndicia. 7aComics (Graphic works)2lcgft 7aDetective and mystery comics.2lcgft 7aNoir comics.2lcgft 7aGraphic novels.2lcgft1 aRaffaele, Stefano,d1970-eartist.1 aAnderson, Brad,ecolorist.1 aMaher, Ariana,eletterer.1 aReed, Josh,eletterer.1 aMurakami, Reiko,eartist. aYBP Library ServicesbYANKn19653682 aBrodartbBRODn134394933 a92bPUL03058cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004900094020003100143020001500174035002200189042001400211043001200225050002400237082001000261100003500271245017500306264005400481300008600535336002600621336003300647337002800680338002700708504005100735520147500786610004102261650004002302650004402342651004302386655003902429700004302468700004002511710003202551938004102583994001202624on1374565657OCoLC20230718213016.0211201s2021 ne aceh b 001 0 dut d a 2023437416 aERASAbengerdacDLCdJPGdQGJdOCLCFdERASA a9789082215649q(hardbound) a9082215640 a(OCoLC)1374565657 alccopycat ae-ne---00aNA1153.A62bA4 202104a724.61 aBaanders, Rudolf-Jan,eauthor.10aArchitectenbureau Baanders :bvan jugendstil naar modernisme /csamenstelling en tekst, Rudolf-Jan Baanders en Antoinette Baanders-Buisman ; redactie, Michiel Kruidenier. 1aNijmegen :bUitgeverij De Onderste Steen,c[2021] a287 pages :billustrations (chiefly color), facsimiles, plans, portraits ;c23 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.8 aHonderd jaar lang bouwde de architectenfamilie Baanders geschiedenis, een geschiedenis die begint aan het eind van de negentiende eeuw, wanneer Hermanus Baanders vanuit Zutphen naar Amsterdam verhuist. De hoofdstad is op dat moment volop in ontwikkeling. Hermanus profiteert hiervan en ontwerpt winkels, kantoren en woningen. Zijn zoons Herman en Jan zetten het werk van hun vader voort. Het architectenbureau groeit uit tot één van de grootste van het land, met projecten als Het Amsterdams Lyceum, het Vondelpark, Tuindorp Heijplaat en tal van landhuizen en villa's in Laren en Bloemendaal. Aankomende architecten leren het vak bij bureau Baanders, zoals Michel de Klerk, Jan Boterenbrood en Arthur Staal. In hun vrije tijd houden Herman, Jan en zus Tine, die grafisch vormgeefster is, zich bezig met reizen, zeilen en sportwagens. Ze verkeren in kunstzinnige kringen en hebben nauw contact met kunstenaars als Else Berg, Lizzy Ansingh, Hildo Krop en Chris Lebeau. Na de Tweede Wereldoorlog neemt zoon Jan jr. het stokje over. Samen met de compagnons Frenken, Wilgers en Verhey slaat hij een nieuwe weg in; het bureau wordt onder andere toonaangevend in de bouw van zwembaden. Dit boek vertelt het verhaal van drie generaties Baanders, samengesteld door (achter)kleinzoon Rudolf-Jan Baanders. Het is een boek over architectuur, cultuur en vrije tijd, gelardeerd met veel foto's en anekdotes; een mooie familiekroniek, die de tijdsgeest op pakkende wijze weergeeft.20aArchitectenbureau BaandersxHistory. 0aArchitecturezNetherlandsxHistory. 7aArchitecture.2fast0(OCoLC)fst00813346 7aNetherlands.2fast0(OCoLC)fst01204034 7aHistory.2fast0(OCoLC)fst014116281 aBaanders-Buisman, Antoinette,eauthor.1 aKruidenier, M.q(Michiel),eeditor.2 aArchitectenbureau Baanders. aErasmus BoekhandelbERAAn0000432784 a92bPUL03801cam a22005178i 4500001001300000003000600013005001700019007000300036008004100039010001700080040003500097015001900132016001800151019001500169020003000184020001500214020003100229020001500260020002700275020003000302020002900332035004100361042000800402050002100410082002900431245013100460263000900591264003800600300005900638336002600697337002800723338002700751490004800778504005100826505079000877520122601667650004802893655001902941700002802960700003002988776014203018938004103160938002903201938004103230994001203271on1374815414OCoLC20230718213016.0t|230626s2023 nyu b 001 0 eng  a 2023018960 aDLCbengerdacDLCdUKMGBdYDX aGBC3D12592bnb7 a0211383892Uk a1374818616 a9781032292847q(hardback) a1032292849 a9781032292823q(paperback) a1032292822 z9781003300847q(ebook) z9781000961621qePub ebook z9781000961577qPDF ebook a(OCoLC)1374815414z(OCoLC)1374818616 apcc00aP129b.C589 202300a410.007223/eng/2023071700aConducting genre-based research in applied linguistics :ba methodological guide /cedited by Matt Kessler and Charlene Polio. a2310 1aNew York, NY :bRoutledge,c2023. a240 pages :billustrations (black and white) ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSecond language acquisition research series aIncludes bibliographical references and index.0 aIntroduction / Matt Kessler and Charlene Polio -- Research methods. Case studies / Raffaella Negretti and Baraa Khuder -- Ethnographic research / Christine M. Tardy -- Analyses, tools, and topics. Metadiscourse / Ken Hyland -- Rhetorical move-step analysis / J. Elliott Casal and Matt Kessler -- Lexical bundles and phrase frames / Viviana Cortes -- Multidimensional analysis / Larissa Goulart and Shelley Staples -- Complexity, accuracy, and fluency (CALF) measures / Charlene Polio and Hyung-Jo Yoon -- Multimodal analysis / Larissa D'Angelo and Francesca Marino -- Focus on the learner and learning. Multilingualism and multicompetence / Bruna Sommer-Farias -- Systemic functional linguistics and the (expanded) teaching and learning cycle / Kathryn Accurso and Jennifer Walsh Marr. a"This collection is a comprehensive resource on conducting research in applied linguistics involving written genres, distinctive in its coverage of a multiplicity of interdisciplinary perspectives. The volume explores the central approaches, methodologies, analyses, and tools used in conducting genre-based research, extending the traditional focus on a single framework for defining genres by explicating the major approaches that have been invoked in applied linguistics. Chapters address a mix of commonly used methodologies (e.g., case studies, ethnographic approaches), types of analyses (e.g., metadiscourse, rhetorical move-step analysis, multidimensional analysis, lexical bundles and phrase frames, CALF measures, multimodal analysis), along with studies that focus on other areas of second language (L2) teaching and learning (e.g., multilingualism, and the Teaching and Learning Cycle). Taken together, the volume provides a theoretically and methodologically diverse introduction to foundational topics in genre-related research, supported by detailed discussions of the challenges and practical considerations to take into account when conducting research involving written genres"--cProvided by publisher. 0aApplied linguisticsxResearchxMethodology. 7aEssays.2lcgft1 aKessler, Matt,eeditor.1 aPolio, Charlene,eeditor.08iOnline version:tConducting genre-based research in applied linguisticsdNew York, NY : Routledge, 2023z9781003300847w(DLC) 2023018961 aYBP Library ServicesbYANKn19661966 aBrodartbBRODn134460006 aYBP Library ServicesbYANKn19661965 a92bPUL03419cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020001500154020002700169035002200196042000800218043001200226050002600238082003200264100003800296245010600334263000900440264005500449300001300504336002600517337002800543338002700571520167900598504004102277505040802318600002902726650004002755650004302795650005102838650002602889938004102915938002902956994001202985on1374817687OCoLC20230718213016.0230713s2023 oru b 000 0aeng  a 2023030060 aDLCbengerdacDLC a9780870712579q(trade paperback) a0870712578 z9780870712586q(ebook) a(OCoLC)1374817687 apcc an-us---00aPS3553.A717bZ46 202300a813/.54aB223/eng/202307171 aCarlisle, Andrea,d1944-eauthor.10aThere was an old woman :breflections on these strange, surprising, shining years /cAndrea Carlisle. a2309 1aCorvallis :bOregon State University Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Andrea Carlisle isn't struggling with her new identity as the Old Woman in the ways society seems to think she should. In fact, she is finding her later years to be an extraordinary and interesting time. In trying to understand the discrepancy, she interrogates the sources of negativity in literature, art, and received wisdom that often lead women to dread this transformative time of life. Given the cultural pervasiveness of ill will toward older women, it is small wonder that growing older is not seen as a natural, even desirable, process. Although some elements of aging are hard to reckon with, there is much to make use of and delight in, along with mysteries, surprises, and revelations. In these personal essays, Carlisle looks for new ways to bring herself more fully to this time of life, such as daily walks with other women and connecting to the natural world that surrounds her houseboat on an Oregon river at the foot of a forest. She writes about experiences shared with many, if not most, older women: wondering at her body's transformation, discovering new talents, caregiving, facing loss, tuning in to life patterns and drawing strength through understanding them, letting go (or not) of pieces of the past, and facing other changes large and small. Those curious about, approaching, or living in old age will find wisdom and insight in her unique perspective. In a voice that rings with clarity, humor, and humility, Carlisle shows us that old age is not another country where we can expect to find the Old Woman grimly waiting, but is instead an expansion of the borders in the country we're most familiar with: ourselves"--cProvided by publisher. aIncludes bibliographical references.0 aPreface: A wide view from a far shore -- Old is a long walk -- The second coming of age -- Poultice -- Living in the family museum -- Hair : the thick and thin of it -- Where are we now? -- There was an old woman -- The inside of old -- The old woman in time -- The queen and I -- Look at me -- Winter's tales -- The ages of grief -- Weathering -- Before your eyes -- When we were two -- Between worlds.10aCarlisle, Andrea,d1944- 0aWomen authors, AmericanvBiography. 0aOlder womenzUnited StatesvBiography. 0aOlder womenzUnited StatesxSocial conditions. 0aAgingzUnited States. aYBP Library ServicesbYANKn19661879 aBrodartbBRODn134408373 a92bPUL01746cam a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040004900094020003000143020002700173035002200200041001300222042001400235050002100249082000800270245010000278264007500378300005600453336002600509336003300535337002800568338002700596500011700623504004100740546003300781650003000814650004600844650004300890650005900933655005100992700003301043700004001076700003801116710006301154938003701217938003401254994001201288on1375007991OCoLC20230718213016.0230215s2023 fr a bc 000 0 fre d a 2023407311 aAUXAMbengerdacDLCdJPGdC3LdOCLCFdAUXAM a9782490862306q(hardback) a2490862308q(hardback) a(OCoLC)13750079910 afreaeng alccopycat00aN6350b.A93 202314a70400aAu-delà /csous la direction de Agnes Gryczkowska, Guillaume Houzé, Rebecca Lamarche-Vadel. 1aParis :bLafayette Anticipations-Fondation Galeries Lafayette,c[2023] a204 pages :billustrations (chiefly color) ;c22 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCatalog of an exhibition held at Lafayette Anticipations, Fondation Galeries Lafayette, February 15-May 7, 2023. aIncludes bibliographical references. aTexts in French and English. 0aArt, ModernvExhibitions. 0aRites and ceremonies in artvExhibitions. 7aArt, Modern.2fast0(OCoLC)fst00816615 7aRites and ceremonies in art.2fast0(OCoLC)fst01098230 7aExhibition catalogs.2fast0(OCoLC)fst014240281 aGryczkowska, Agnes,eeditor.1 aHouzé, Guillaume,d1981-eeditor.1 aLamarche-Vadel, Rebecca,eeditor.2 aLafayette Anticipations (Organization),ehost institution. aAMALIVREbAUXAnAAL08237205-0001 aCasalini LibribCASAn5424308 a92bPUL03651cam a22006738i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040004200128015001900170016001800189020002700207020001500234020003000249020003100279020003600310020003300346020004300379020004000422020001500462024003100477035002200508037003600530042000800566043001200574050001700586072002500603072002500628072002500653072001600678082003300694100003300727245011800760263000900878264005600887300002200943336002600965337002600991338003601017504005101053520109301104588010302197610004602300650004702346650003802393650003702431650003502468651006002503651006002563650004602623650005102669651003802720776016602758938004102924994001202965on1375265605OCoLC20230718213016.0m o d cr |||||||||||230712s2023 enk ob 001 0 eng  a 2023026612 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3217622bnb7 a0209415912Uk a9781003275404q(ebook) a1003275400 z9781032222707q(hardback) z9781032230467q(paperback) a9781000859409q(electronic bk.) a1000859401q(electronic bk.) a9781000859485q(electronic bk. : EPUB) a1000859487q(electronic bk. : EPUB) z10322304607 a10.4324/97810032754042doi a(OCoLC)1375265605 a9781003275404bTaylor & Francis apcc af------00aJQ1873.5.C58 7aPOLx0110102bisacsh 7aPOLx0530002bisacsh 7aPOLx0000002bisacsh 7aRGL2bicssc00a327.1/72094223/eng/202307171 aAhmad Khan, Saleem,eauthor.10aUnited Nations peace operations in Africa :bcivil-military coordination and state-building /cSaleem Ahmad Khan. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book provides a comprehensive overview of the United Nations peace operations in Africa with a focus on civil-military coordination and state-building. With case studies from Sudan, South Sudan, and Congo, it examines themes like the colonization of Africa and long-term conflicts; United Nations peace operations in Africa from 1956-1964; and United Nations' return to Africa in the 1990s and 2000s. The author investigates how modern civil-military coordination gradually becomes an effective tool to assist in national-level state-building in conflict-ridden countries. The volume also discusses the organizational culture of civilian and military entities as well as civil-military cooperation in health, agriculture, energy, sports, and education to showcase the strategic direction for long-term peace in the region. Rich in ethnographic analysis, this book will be an essential read for scholars and researchers of African Studies, UN studies, peace and conflict studies, defence and strategic studies, international relations, and military studies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.27aUnited Nations.2fast0(OCoLC)fst00530351 0aCivil-military relationszAfricaxHistory. 0aNation-buildingzAfricaxHistory. 0aPeace buildingzAfricaxHistory. 0aColonizationzAfricaxHistory. 0aAfricazPolitics and governmentxHistoryy20th century. 0aAfricazPolitics and governmentxHistoryy21st century. 7aPeace-building.2fast0(OCoLC)fst01055902 7aPeacekeeping forces.2fast0(OCoLC)fst01055909 7aAfrica.2fast0(OCoLC)fst0123950908iPrint version:aAhmad Khan, Saleem.tUnited Nations peace operations in AfricadAbingdon, Oxon ; New York, NY : Routledge, 2023z9781032222707w(DLC) 2023026611 aYBP Library ServicesbYANKn19567111 a92bPUL01074cam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020001800129020001500147035002200162042001400184050002900198100003100227245004200258250001900300264004100319264001200360300002400372336002600396337002800422338002700450650002800477650003900505650003600544650004700580655003900627655004600666994001200712on1376011735OCoLC20230718213016.0230213s2023 sp j 000 1 spa d a 2023414747 aGUAbengerdacDLCdOCLCFdGUA a9788414315408 a8414315402 a(OCoLC)1376011735 alccopycat00aPQ6653.O47285bT453 20231 aConejo, Ana Isabel,d1970-14aLos tejados de París /cAna Alonso. a1a. edición. 1a[Madrid] :bAnaya,cfebrero de 2023. 4c©2023. a168 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aLovevJuvenile fiction. 0aSocial networksvJuvenile fiction. 7aLove.2fast0(OCoLC)fst01002769 7aSocial networks.2fast0(OCoLC)fst01122678 7aFiction.2fast0(OCoLC)fst01423787 7aJuvenile works.2fast0(OCoLC)fst01411637 a92bPUL03679cam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040004700094020001800141020001500159035002200174042000800196050002300204082000800227100003700235245005400272264003500326300002400361336002600385337002800411338002700439504004100466505184100507520085402348650003203202650005803234938003703292994001203329on1376237030OCoLC20230718213016.0230509s2023 fr b 000 0 fre  a 2023407286 aDLCbengerdacDLCdSTFdPULdOCLCFdAUXAM a9782226448446 a2226448446 a(OCoLC)1376237030 apcc00aBD422.F7bO54 202314a1281 aOnfray, Michel,d1959-,eauthor.10aAnima :bvie et mort de l'âme /cMichel Onfray. 1aParis :bAlbin Michel,c[2023] a412 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.00tIntroduction La magnifique désolation --gPt. 1.tConstruire l'âme sous le signe du serpent --tAnticorps, non-corps et contre-corps --tDématérialiser le corps --tUn squelette avec une âme --tAccabler la matière --tLe devenir hérisson de la plante --tPurifier la chair --tCorps de papier et vie textuelle --tCréer un anticorps --tLes langues de feu de l'esprit-saint --tDamner la chair --tNulle érection dans le jardin d'éden --tSexualiser le péché --tLe sang, semence de chrétien --tSupplicier les corps --tL'amour de la sainte abjection --tImiter le cadavre --tL'art de dresser les corps --tEncager le désir --gPt. 2.tDéconstruire l'âme sous le signe du chien --tLe lieu du fil de la hache --tDéplatoniser l'âme --tLes ratiocinations du renard --tRéhabiliter l'animal --tLeçons des leçons d'anatomie --tEffacer l'âme --tUne certaine glande fort petite --tLocaliser l'âme --tLe cartésianisme contre descartes --tCerner l'esprit --tPenser sans penser qu'on pense --tHumaniser l'animal --tLa fleur des atomes --tAtomiser l'âme --tComme la flamme d'une chandelle --tMécaniser l'âme --tLe cœur de la grenouille sur une assiette réchauffée --tÉlectriser les corps --gPt. 3.tDétruire l'âme sous le signe du singe --tVie et mort de l'huître --tBestialiser l'homme --tFabriquer l'émule d'un chevreuil --tRégénérer l'Homo sapiens --tGénéalogie de l'eugénisme républicain --tDécapiter l'âme --tUne glande pinéale postmoderne --tMétapsychologiser la psyché --tLe temps du corps sans organes --tStructuraliser l'être --tUn visage de sable effacé par la mer --tTuer l'homme --tConclusion : Sous le signe de la méduse vers les chimères transhumanistes --tNumériser l'âme --tÉpilogue : Le silence éternel des espaces finis --tBibliographie. a""L'histoire de l'âme est l'histoire de l'idée que l'homme se fait de lui-même face à la mort. Des premiers hommes qui découvrent les cycles de la nature aux derniers que nous sommes qui envisagent le posthumain en dehors de la vie sur terre, en passant par les hommes des pyramides, de l'agora, du forum, de l'église, avant d'en arriver à celui du supermarché planétaire, c'est cette odyssée que je me propose de raconter. De l'âme immatérielle à l'âme numérique, tout converge vers la possibilité d'un posthumain inaugural de l'inhumain. Cet avenir est déjà notre présent." Véritable enquête philosophique construite comme un roman policier, Anima est le premier volume d'une réflexion consacrée à l'homme et au posthumain. Il sera suivi de Barbarie, qui examinera la nature de cet avenir qui se dessine."--Page 4 of cover. 0aSoulxHistory of doctrines. 7aSoulxHistory of doctrines.2fast0(OCoLC)fst01126913 aAMALIVREbAUXAnAAL08237849-0001 a92bPUL06829cam a22007098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040004200128019002700170020002700197020001500224020003000239020003100269020004200300020003900342020004300381020004000424020001500464024003100479035006000510037003600570042000800606043001200614050001100626072002500637072002500662072002500687072001500712082002800727245014800755263000900903264005600912300002200968336002600990337002601016338003601042504005101078520109201129588010302221505307602324650003005400650004005430650003305470650003405503650003305537650003205570650005305602651003705655700002705692700002705719700002605746700003605772776014405808856007205952938004206024938004106066994001206107on1376454788OCoLC20230718213016.0m o d cr |||||||||||230621s2023 enk ob 001 0 eng  a 2023026799 aDLCbengerdacDLCdTYFRSdYDXdOCLCF a1376417737a1376418443 a9781003285670q(ebook) a1003285678 z9781032195773q(hardback) z9781032259246q(paperback) a9781000893106q(electronic bk. : PDF) a1000893103q(electronic bk. : PDF) a9781000893113q(electronic bk. : EPUB) a1000893111q(electronic bk. : EPUB) z10321957707 a10.4324/97810032856702doi a(OCoLC)1376454788z(OCoLC)1376417737z(OCoLC)1376418443 a9781003285670bTaylor & Francis apcc aa-ii---00aLA1153 7aEDUx0000002bisacsh 7aEDUx0150002bisacsh 7aEDUx0010302bisacsh 7a1F2bicssc00a378.54223/eng/2023071400aCommunity engagement in higher education :bfrom theory to practice /cEdited by Manju Singh, Purva Bhatt, Wafa Singh and Kumar Sambhav Pareek. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book explores the finer nuances of community engagement in Indian higher education ranging from theory to practice. It contextualizes the concept and practice of community engagement in the contemporary context, capturing global experiences, insights, and varied standpoints. The volume also identifies gaps present in the system and recommends solutions for the successful implementation and scaling up of the practice of community engagement, not only in India but also at the global level. It also brings to the forefront, opinions, perspectives and experiences of stellar women and their valuable scholarship with the aim to address gender gap in the field of knowledge production on community engagement. The book will be of interest to scholars, teachers and researchers of education, higher education, and sociology of education. It will also be useful for academicians, think tanks, higher education administration, policymakers, civil society organizations, higher education institutions and those interested in the study of community engagement"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aPART IIntroduction: Positioning Community Engagement in Higher Education1 Community Engagement in Higher Education: An IntroductionManju Singh, Purva Bhatt, Wafa Singh and Kumar Sambhav Pareek2 Decoloniality, Community Engaged Scholarship and Epistemic Justice Purva Bhatt and Manju Singh3 Community Engagement in Higher Education Institutions: Critical EnablersWafa Singh and Manju SinghPART IIGlobal Perspectives: Experiences and Insights4 Pedagogies of Community Engagement: Reflections from a Higher Education Setting in the Global SouthDoris Santos5 Weaving Knowledge Systems: Challenges and Possible Solutions through Community-Engaged Research in Canada and Nordic CountriesWalter Lepore and Leslie King6 European Science Shops in Higher Education: Building Capacity for Engaged Research and TeachingEmma McKenna7 University-Community Engagement within the Indonesian Context: A Case Study of UINSANabiela Naily, Hernik Farisia, Muchammad Helmi Umam and Noor Wahyudi8 Community Engagement for Social Transformation: Experiences in the UK and CanadaCeri Davies9 Insights into Community Engagement at Higher Education Institutions in South Africa Raisuyah Bhagwan and Shannal Rowkith10 Evolution of Community Engagement Policy Agenda: Italian Perspectives on Equitable Partnerships Under Growing Neoliberal PressureFrancesca Antongiovanni, Valentina Ghibellini and Andrea Vargiu11 Weaving Paths from the Convergence of Knowledge: Colombian Experiences of University-Community PartnershipsIrma Flores, Andrés Astaiza, Luisa González and Daniel LoperaPART IIIThe Indian Standpoint: Institutional Programmes, Experiences and Partnerships12 Community Engagement in the Indian Higher Education Landscape Purva Bhatt, Wafa Singh, Manju Singh and Kumar Sambhav Pareek13 Towards Developing Responsible Managers: Goa Institute of Management's GiveGoa InitiativeDivya Singhal and Padhmanabhan Vijayaraghavan14 Establishing University-Community Collaborations: Experiential Learning Initiatives at Manipal University, JaipurMadhura Yadav and Manish Sharma15 Creating a Sustainable Waste Management System as a Service-Learning Project at Amrita Vishwa Vidyapeetham UniversityVipina Valsan, Akshay Viswanath and J. Sophie von Lieres16 Community Engagement as a Tool for Social Development: The Experiences at Bhagat Phool Singh (BPS) Women's UniversityManju Panwar17 Service-Learning at Christ University: An Experiential Instrument for Community Engagement in Higher Education InstitutionsPhinu Mary Jose and Sudhansubala Sahu18 Mainstreaming Community Engagement and Participation in Urban Planning Education: A Case Study of MNIT, JaipurShradha Chandan, Bansari Sharma,Satish Pipralia, Nand Kumar and Ashwani Kumar19 Embedding Community Engagement in the Architecture of JK Lakshmipat University for Achieving the SDGsSheetal Mundra and Umesh GuptaPART IVConclusion: Ways Forward for Community Engagement in Higher Education20 Community Engagement in Higher Education: Weaving the Threads and Future DirectionsWafa Singh, Purva Bhatt, Manju Singh and Kumar Sambhav Pareek 0aEducation, HigherzIndia. 0aEducation, HigherxResearchzIndia. 0aSchool and communityzIndia. 0aEducational sociologyzIndia. 7aEDUCATION / General2bisacsh 7aEDUCATION / Higher2bisacsh 7aCommunity and college.2fast0(OCoLC)fst00870663 7aIndia.2fast0(OCoLC)fst012102761 aSingh, Manju,eeditor.1 aBhatt, Purva,eeditor.1 aSingh, Wafa,eeditor.1 aPareek, Kumar Sambhav,eeditor.08iPrint version:tCommunity engagement in higher educationdAbingdon, Oxon ; New York, NY : Routledge, 2023z9781032195773w(DLC) 2023026798403Taylor & Francisuhttps://www.taylorfrancis.com/books/9781003285670 aYBP Library ServicesbYANKn304915970 aYBP Library ServicesbYANKn19764931 a92bPUL01907cam a22004338i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020002700176020001500203020002700218035002200245042000800267050002400275082002900299245012200328263000900450264003900459300002300498336002600521337002800547338002700575504005100602520028300653650005600936650005800992650006401050650006901114700003301183776017501216938002901391938004101420994001201461on1377697264OCoLC20230718213016.0t|230227s2023 mdu b 001 0 eng  a 2023008589 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3965922bnb7 a0210611932Uk a9781666909852q(cloth) a1666909858 z9781666909869q(ebook) a(OCoLC)1377697264 apcc00aBV4011.3b.E56 202300a253.076223/eng/2023071700aEnriching awareness and practice in the pastoral and reflective supervision of clergy /cedited by Peter Madsen Gubi. a2306 1aLanham :bLexington Books,c[2023] a250 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"Enriching Awareness and Practice in the Pastoral and Reflective Supervision of Clergy increases and enriches the awareness, knowledge, and skills of pastoral and reflective supervisors who work with clergy in a pastoral/reflective supervision context"--cProvided by publisher. 0aPastoral theologyxStudy and teachingxSupervision. 0aPastoral counselingxStudy and teachingxSupervision. 7aClergyxPost-ordination training.2fast0(OCoLC)fst00864068 7aPastoral theologyxStudy and teaching.2fast0(OCoLC)fst010547151 aMadsen Gubi, Peter,eeditor.08iOnline version:tEnriching awareness and practice in the pastoral and reflective supervision of clergydLanham : Lexington Books, [2023]z9781666909869w(DLC) 2023008590 aBrodartbBRODn134283961 aYBP Library ServicesbYANKn20119104 a92bPUL01404cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001800135020001500153035002200168042001400190050002400204100002500228245006000253264005300313264001100366300004500377336002600422336003300448337002800481338002700509490002500536520019200561650005400753650005900807655004600866700002600912800003900938938002900977994001201006on1377728306OCoLC20230718213016.0220506t20232023ilua j 000 0 eng d a 2022908723 aJCXbengerdacDLC a9798765400388 a9789798765407 a9798765400 a(OCoLC)1377728306 alccopycat00aBF575.S39bS67 20231 aSnow, Todd,eauthor.10aConfidence is in you /cwritten by Todd and Peggy Snow. 1aChicago, Illinois :bSequoia Kids Media,c[2023] 4c©2023 a33 pages :bcolor illustrations ;c21 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aKid character series aThis book shows that learning, playing, and practicing are just some of the many ways children can be confident. Includes simple rhyming words with vibrant, diverse, and relatable photos. 0aSelf-confidence in childrenvJuvenile literature. 7aSelf-confidence in children.2fast0(OCoLC)fst01111525 7aJuvenile works.2fast0(OCoLC)fst014116371 aSnow, Peggy,eauthor.1 aSnow, Todd.tKid character series. aBrodartbBRODn133863522 a92bPUL01718cam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040003800094066000700132020001800139020001500157035002200172042001400194043001200208050002700220100003500247245013200282246005200414250002000466264005800486300008100544336002100625337002500646338002300671504005700694600004300751610002600794650003600820650002400856655002400880880003300904880010300937880003701040880001801077880005401095880003601149880002301185938002801208994001201236on1377993661OCoLC20230718213016.0230609s2023 ko ac b 000 0bkor  a 2023434104 aEYMbengerdacDLCdPULdHUHdEYM c$1 a9788968572203 a8968572208 a(OCoLC)1377993661 alccopycat aa-kr---00aBL2240.C592bC486 20231 6880-01aKim, Sam-ung,eauthor.106880-02aSaengmyŏng sasang ŭi wŏllyu, Tonghak ŭl ikkŭn Haewŏl Ch'oe Si-hyŏng p'yŏngjŏn /cKim Sam-ung chiŭm.306880-03aHaewŏl Ch'oe Si-hyŏng p'yŏngjŏn 6880-04a1-p'an. 16880-05aSŏul T'ŭkpyŏlsi :bMidiŏ Saem,c2023. a6 unnumbered pages of plates, 255 pages :billustrations, portraits ;c19 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 241-246).106880-06aCh'oe, Si-hyŏng,d1827-1898.206880-07aCh'ŏndogyo. 0aNationalistszKoreavBiography. 0aPhilosophy, Korean. 7aBiographies.2lcgft1 6100-01a김 삼웅,eauthor.106245-02a생명 사상 의 원류, 동학 을 이끈 해월 최 시형 평전 /c김 삼웅 지음.306246-03a해월 최 시형 평전 6250-04a1판. 16264-05a서울 특별시 :b미디어 샘,c2023.146600-06a최 시형,d1827-1898.246610-07a천도교. aKong & Park Shelf Ready a92bPUL01261cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129020001500147035002200162042000800184043001200192050002600204100004600230245005700276250002200333264003800355300002300393336002100416337002500437338002300462504006700485600006800552880004000620880004900660880002000709880004000729880006600769938002800835994001200863on1377994578OCoLC20230718213016.0230609s2023 ko b 001 0 kor  a 2023434278 aDLCbengerdacDLCdEYM c$1 a9788993241792 a8993241791 a(OCoLC)1377994578 apcc aa-kr---00aPL992.62.I5bZ56 20231 6880-01aCh'oe, Ra-yŏng,d1973-eauthor.106880-02aPak In-hwan si yŏn'gu /cCh'oe, Ra-yŏng. 6880-03aCh'op'an. 16880-04aSŏul-si :bYeok,c2023. a599 pages ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 566-574) and index.106880-05aPak, In-hwan,d1926-1956xCriticism and interpretation.1 6100-01a최 라영,d1973-eauthor.106245-02a박 인환 시 연구 /c최 라영. 6250-03a초판. 16264-04a서울시 :b예옥,c2023.146600-05a박 인환,d1926-1956xCriticism and interpretation. aKong & Park Shelf Ready a92bPUL01597cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129035002200147042000800169043001200177050002300189082001900212100005000231245022300281246002600504250002200530264004200552300004600594336002100640337002500661338002300686650002300709650003600732650003700768700004200805880004000847880018800887880002001075880004001095880004001135994001201175on1378079984OCoLC20230718213016.0230609s2023 ko a 000 0 kor  a 2023434117 aDLCbengerdacDLCdBRG c$1 a9791140703562 a(OCoLC)1378079984 apcc aa-ko---00aTK2941b.C476 202304a621.3124242231 6880-01aChŏng, Kyŏng-yun,d1972-eauthor.106880-02aIch'a chŏnji sŭngja ŭi chokŏn :bpaet'ŏri ka chudohanŭn 400-cho kŏdae sijang ŭi p'aekwŏn kyŏngjaeng = Second battery report /cChŏng Kyŏng-yun, Yi Sang-min, Yi Yŏng-gi, Chŏng Hun-gi.31aSecond battery report 6880-03aCh'op'an. 16880-04aSŏul-si :bKilbŏt,c2023. a253 pages :bcolor illustrations ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier 0aStorage batteries. 0aBattery industryzKorea (South) 0aElectric automobilesxBatteries.1 6880-05aYi, Sang-min,d1971-eauthor.1 6100-01a정 경윤,d1972-eauthor.106245-02a이차 전지 승자 의 조건 :b배터리 가 주도하는 400조 거대 시장 의 패권 경쟁 = Second battery report /c정 경윤, 이 상민, 이 영기, 정 훈기. 6250-03a초판. 16264-04a서울시 :b길벗,c2023.1 6700-05a이 상민,d1971-eauthor. a92bPUL02435cam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002700159035002200186042000800208043001200216050002000228082003200248100005300280245008900333246004000422263000900462264008000471300001300551336002600564337002800590338002700618504005100645505026900696520093700965650003001902650002301932938004101955938002901996994001202025on1378101113OCoLC20230718213016.0230707s2023 ncu b 001 0deng  a 2023031552 aDLCbengerdacDLC a9781476692395q(print) a1476692394 z9781476650166q(ebook) a(OCoLC)1378101113 apcc aaw-----00aDS66b.L33 202300a939/.30722223/eng/202307171 aLabruto, Fausto,d1976-eauthor. (To be created)14aThe quest for the Hittites :buncovering a forgotten civilization /cFausto Labruto.30aUncovering a forgotten civilization a2309 1aJefferson, North Carolina :bMcFarland & Company, Inc., Publishers,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aThe Beginning -- Hittites and Where to Find Them -- Anatolia -- Writing Letters -- Hattusa -- Eat Bread, Drink Wine -- The Hittites Start to Tell Their Story -- Troy -- Between the Two Wars -- From Plague to Family Dramas -- Luwian -- The Late Bronze Age Collapse. a"The Hittites, one of the most powerful peoples of the ancient Near East, successfully challenged all other nations, including almighty Egypt, from their Anatolian stronghold. Then, their empire collapsed, was consigned to oblivion, and lay forgotten. Three thousand years later, a motley group of scholars, archaeologists, and adventurers rediscovered the Hittites in an enterprise spanning a century and weaving through the worlds of German Kaisers, Turkish Sultans, and even the Nazis. This is the history of the rediscovery of the Hitties, a story packed with intrigue and played out against a compelling historical backdrop. It involves colorful characters like an explorer fluent in 29 languages and an archaeologist who slept in royal tombs, along with Victorian historians, cuneiform experts, code-crackers, and grave robbers. These unlikely sleuths uncovered the very roots of the Hittite Empire."--cProvided by publisher. 0aHittitesxHistoriography. 0aHittitesxHistory. aYBP Library ServicesbYANKn20138680 aBrodartbBRODn134489616 a92bPUL01320cam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129035002200147042001400169043001200183050002600195100003700221245009400258250002200352264005500374300002300429336002100452337002500473338002300498504005700521650005400578650004300632650003000675650003200705880003300737880007900770880002000849880005300869994001200922on1378423637OCoLC20230718213016.0230609s2023 ko b 000 0 kor d a 2023434231 aPULbengerdacDLCdPUL c$1 a9791168101364 a(OCoLC)1378423637 alccopycat aa-kr---00aPL967.15b.C4645 20231 6880-01aCho, Kwang-guk,eauthor.106880-02aChosŏn sidae taesosŏl ŭi inyŏmjŏk chip'yŏng /cCho Kwang-guk chiŭm. 6880-03aCh'op'an. 16880-04aKyŏnggi-do P'aju-si :bT'aehaksa,c2023. a293 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 287-293). 0aKorean fictiony1392-1894xHistory and criticism. 0aElite (Social sciences) in literature. 0aPatriarchy in literature. 0aFilial piety in literature.1 6100-01a조 광국,eauthor.106245-02a조선 시대 대소설 의 이념적 지평 /c조 광국 지음. 6250-03a초판. 16264-04a경기도 파주시 :b태학사,c2023. a92bPUL02047cam a2200493 i 4500001001300000003000600013005001700019008004100036010001700077040004500094019002700139020003100166020002800197020002600225035006000251042001400311043001200325050002500337100003800362245012300400264007200523300004600595336002100641337002500662338002300687490004700710500008900757504005100846650003900897650004600936650005200982650005901034651006001093651005301153650003801206650005101244651004801295651005501343648002001398655003901418830005001457938003401507994001201541on1378728047OCoLC20230718213016.0230610s2022 sp ab b 001 0 cat d a 2023409498 aEQObengerdacDLCdGUAdC3LdOCLCFdEQO a1373558642a1373558659 a9788400110543q(paperback) a8400110544q(paperback) z9788400110550qe-ISBN a(OCoLC)1378728047z(OCoLC)1373558642z(OCoLC)1373558659 alccopycat ae-sp---00aHG3729.S73bS35 20221 aSales I Favà, Lluís,eauthor.10aCrèdit privat i morositat a la Catalunya baixmedieval :bBaronia de Llagostera, 1330-1395 /cLluís Sales i Favà. 1aMadrid :bConsejo Superior de Investigaciones Científicas,c2022. a413 pages :billustrations, maps ;c24 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier1 aAnuario de estudios medievales Anejo ;v83 aOriginally presented as the author's thesis (Doctoral)--Universitat de Girona, 2019. aIncludes bibliographical references and index. 0aCreditzSpainzCataloniaxHistory. 0aCreditzSpainzGironès RegionxHistory. 0aDebtor and creditorzSpainzCataloniaxHistory. 0aDebtor and creditorzSpainzGironès RegionxHistory. 0aGironès Region (Spain)xEconomic conditionsyTo 1500. 0aCatalonia (Spain)xEconomic conditionsyTo 1500. 7aCredit.2fast0(OCoLC)fst00882525 7aDebtor and creditor.2fast0(OCoLC)fst00888809 7aSpainzCatalonia.2fast0(OCoLC)fst01206043 7aSpainzGironès Region.2fast0(OCoLC)fst01270504 7a1300-13992fast 7aHistory.2fast0(OCoLC)fst01411628 0aAnuario de estudios medievales.pAnejo ;v83. aCasalini LibribCASAn5433361 a92bPUL01327cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040003500094020003100129020001500160035002200175042000800197043001200205050002400217100003200241245007000273246003400343264004800377264001100425300006100436336002600497337002800523338002700551500004000578651003400618650004200652650003000694650003800724651004700762655004200809700002900851700003700880994001200917on1378750539OCoLC20230718213016.0230505t20232023ie ab 000 0 eng  a 2022361845 aDLCbengerdacDLCdOCLCFdBXM a9781739649012q(paperback) a173964901X a(OCoLC)1378750539 apcc ae-ie---00aDA990.B87bM34 20231 aMcGinley, Patrick,eauthor.10aOur Burren walks /cPatrick McGinley, Tim O'Connell, Eddie Joyce.14aOur Burren walks :bguidebook 1aGalway, Ireland :bWellpark Galway,c[2023] 4c©2023 a100 pages :billustrations, map (chiefly color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aLC copy signed by the authors.5DLC 0aBurren (Ireland)vGuidebooks. 0aWalkingzIrelandzBurrenvGuidebooks. 0aFlowerszIrelandzBurren. 7aTravel.2fast0(OCoLC)fst01155558 7aIrelandzBurren.2fast0(OCoLC)fst01243613 7aGuidebooks.2fast0(OCoLC)fst014238711 aO'Connell, Tim,eauthor.1 aJoyce, Eddiec(Edward),eauthor. a92bPUL01316cam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003700163020001500200020002500215035002200240042000800262050002400270082002900294100003400323245005300357250001900410263000900429264004000438300001300478336002600491337002800517338002700545520026900572655001900841938004100860938002900901994001200930on1379220510OCoLC20230718213016.0230717s2024 nyu 000 1 eng  a 2023014342 aDLCbengerdacDLC a9781368097260q(hardcover) a136809726X a9781368103800q(trade paperback) a1368103804 z9781368097444q(ebk) a(OCoLC)1379220510 apcc00aPS3613.Z3bM66 202400a813/.63223/eng/202307170 aMZc(Choreographer),eauthor.14aThe moorings of Mackerel Sky /cwith love by MZ. aFirst edition. a2402 1aNew York :bHyperion Avenue,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"A novel of coming out, surviving grief, and embracing myth in a Maine lobstering town purportedly founded when a sea captain fell in love with a mermaid 300 years ago. For readers of Madeline Miller, Alix E. Harrow, and Erin Morgenstern"--cProvided by publisher. 7aNovels.2lcgft aYBP Library ServicesbYANKn20214472 aBrodartbBRODn134659503 a92bPUL01503cam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147035002200162042000800184050002500192082001200217100004900229245003800278250001900316263000900335264008500344300001300429336002600442336003300468337002800501338002700529521007300556521007500629520010300704650002200807650002400829650001900853650002600872650002200898655002900920655002600949938004100975938002901016994001201045on1379221615OCoLC20230718213016.0230714s2024 nyu b 000 1 eng  a 2023029393 aDLCbengerdacDLC a9780063049376q(hardback) a0063049376 a(OCoLC)1379221615 apcc00aPZ8.3.R1768bTo 202400a[E]2231 aRaschka, Christopher,eauthor,eillustrator.10aTomorrow's lily /cChris Raschka. aFirst edition. a2401 1aNew York, NY :bGreenwillow Books, an Imprint of HarperCollinsPublishers,c2024. apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 4-8.bGreenwillow Books, an Imprint of HarperCollinsPublishers. aGrades K-1.bGreenwillow Books, an Imprint of HarperCollinsPublishers. aIllustrates how just like daylilies, we come and we go, but memories and friendships last forever. 1aStories in rhyme. 1aDayliliesvFiction. 1aDaysvFiction. 1aLife cyclesvFiction. 1aAnimalsvFiction. 7aStories in rhyme.2lcgft 7aPicture books.2lcgft aYBP Library ServicesbYANKn20214454 aBrodartbBRODn134681177 a92bPUL01689cam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094019002700117020001800144020001500162020002700177035006000204042000800264050002400272082003000296100004100326245008500367263000900452264004500461300001300506336002600519337002800545338002700573504004100600520034100641630002700982650002101009650003701030776014201067938002901209938004101238994001201279on1379437844OCoLC20230718213016.0230224s2023 ilu b 000 0 eng  a 2023007227 aDLCbengerdacDLC a1379478721a1379484248 a9780802428073 a080242807X z9780802475947q(ebook) a(OCoLC)1379437844z(OCoLC)1379478721z(OCoLC)1379484248 apcc00aBV4527b.S6383 202300a248.8/43223/eng/202307171 aSobolik, Chelsea Patterson,eauthor.10aCalled to cultivate :ba gospel vision for women and work /cby Chelsea Sobolik. a2310 1aChicago, IL :bMoody Publishers,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"Grasping the dignity and significance of women and work. Whether in the home or in a professional environment, women are cultivating a world of beauty, truth, and hope. But it's not easy. We have doubts and dreams ... questions and concerns. Chelsea shares a theological foundation for our pressing questions"--cProvided by publisher.00aBible.pNew Testament. 0aChristian women. 0aWomen employeesxReligious life.08iOnline version:aSobolik, Chelsea Patterson.tCalled to cultivatedChicago, IL : Moody Publishers, 2023z9780802475947w(DLC) 2023007228 aBrodartbBRODn134311795 aYBP Library ServicesbYANKn20216285 a92bPUL05836cam a22004818i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043001200265050002500277082003500302245012600337263000900463264005500472300001300527336002600540337002800566338002700594520160000621504005102221505259102272650002304863650001704886650003704903650005404940650003604994650002605030700003405056700002705090776015505117938004105272938002905313994001205342on1380389863OCoLC20230718213016.0230712s2023 nyu b 001 0 eng  a 2023023889 aDLCbengerdacDLC a9781032516462q(hardback) a1032516461 a9781032559612q(paperback) a1032559616 z9781003433088q(ebook) a(OCoLC)1380389863 apcc aa-ii---00aHD9556.I4bR654 202400a338.2/3240954223/eng/2023071704aThe role of coal in a sustainable energy mix for India :ba wide-angle view /cedited by Mritiunjoy Mohanty, Runa Sarkar. a2308 1aAbingdon, Oxon ; New York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"As India switches away from coal to a more sustainable energy use pattern, which pathway will it adopt? What is the nature of challenges that it will face and who will be affected? Who will gain? This volume offers insights into the steps and challenges involved in this transition and addresses some urgent questions about the possible pathways for India's renewable energy generation. Including contributions from researchers, policy makers and practitioners, it draws on different disciplines, ranging from science and technology to economics and sociology, and situates the issue of low carbon transition within an interdisciplinary framework. India has committed to a gradual decarbonisation of its economy. This book takes this as its starting point and uses a wide angle lens, incorporating a macro as well as micro views, to understand the possible next steps as well as trade-offs that will inevitably be posed. It incorporates perspectives of all stakeholders ranging from central and state governments, public and private sector firms on the one hand to individuals and local communities on the other to explore their role in the transition, their interests and how these will change and evolve. This timely volume will be of interest to students and researchers of environmental studies, development studies, environmental economics, political studies and Asian studies. It will also be useful to academics, practitioners and policymakers working on issues related to climate change, sustainable development, energy policy and economics, and public policy"--cProvided by publisher. aIncludes bibliographical references and index.0 aIntroduction: Towards a sustainable energy mix in India / Mritiunjoy Mohanty and Runa Sarkar -- India's coal and coal-fired electricity needs by 2030 : clearing vision beyond black coal and hazy skies / Aditya Lolla, Nandikesh Sivalingam, Priyanshu Gupta and Sunil Dahiya -- India's energy trilemma and coal-based power generation / Sambit Basu and Saumya Prakash Nayak -- Energy transition and centre-state priorities : alignments and misalignments of policies and decisions / Tirthankar Mandal -- Macroeconomic impacts of coal transition / Saon Ray, Piyali Majumder and Vasundhara Thakur -- The social costs of India's energy transition : socioeconomic dependencies and lessons from international experiences / Vigya Sharma and Julia Loginova -- Deep electrification in India : a review of strategies, policies and sectoral developments / Sarthak Shukla, Shubham Thakare and Raghav Pachouri -- Governance principles for a just energy transition / Simran Grover, Naini Swami and V. Suresh -- Policy framework for energy transition in India / Sarthak Shukla and Raghav Pachouri -- Industrial policy 2.0 : policy space and decarbonisation / Mritiunjoy Mohanty, Saon Ray and Naini Swani -- International experiences on just energy transition planning and lessons for India / Madhura Joshi and Swati D'Souza -- Grounded perspectives on energy transition : the view of Panchayat members on energy transition and impact of climate change / Jahnavi G. Pai, Munna Jha and Vinuta Gopal -- Retrofit decarbonisation and reutilization of thermal power plants / Sucharita Bhattacharjee and Trinayani Sen -- Future-proofing India's coal PSUs : an analysis of CIL and NTPC / Saarthak Khurana, Arnab Sarkar and Balasubramanian Viswanathan -- An evaluation of energy and environmental efficiency of the Indian thermal power plants : a state level analysis / Sabuj Kumar Mandal -- Energy storage and its potential role in electricity transition / Shubham Thakare and Rishikesh Srihari -- International experiences : the case of Iberdrola, Enel and Nextera Energy / Shubh Majumdarr and Abhinav Jindal -- Financing India's 2030 NDC targets and beyond / Vaibhav Pratap Singh and Neha Kumar -- Transition finance / Dhruba Purkayastha, Neha Khanna and Aanandita Sikka -- Role of domestic institutional capital in funding India's energy transition / Shantanu Srivastava -- Operationalising just transition in India : financing challenge and options / Neha Kumar and Suranjali Tandon -- International climate financing and just energy transition : exploring the synergies / Pradip Swarnakar and Rajshri Shukla. 0aCoal tradezIndia. 0aCoalzIndia. 0aRenewable energy sourceszIndia. 0aEnergy developmentxEnvironmental aspectszIndia. 0aSustainable developmentzIndia. 0aEnergy policyzIndia.1 aMohanty, Mritiunjoy,eeditor.1 aSarkar, Runa,eeditor.08iOnline version:tRole of coal in a sustainable energy mix for IndiadAbingdon, Oxon ; New York, NY : Routledge, 2024z9781003433088w(DLC) 2023023890 aYBP Library ServicesbYANKn20218209 aBrodartbBRODn134744586 a92bPUL03314cam a22005418i 4500001001300000003000600013005001700019007000300036008004100039010001700080040004200097015001900139016001800158020003000176020001500206020002700221035002200248042000800270043001200278050002200290082003600312100003500348245011100383263000900494264003900503300002300542336002600565337002800591338002700619490006500646520069500711504005101406505065501457610003402112610003802146610003302184650005302217650005302270651005502323651005502378650004102433650004102474651004502515655003902560776012002599938004102719994001202760on1380459880OCoLC20230718213016.0t|230712s2023 ne b 001 0 eng  a 2023021806 aDLCbengerdacDLCdUKMGBdOCLCFdYDX aGBC3C13522bnb7 a0211202172Uk a9789004549616q(hardback) a9004549617 z9789004549623q(ebook) a(OCoLC)1380459880 apcc ae-uk---00aHX243b.C575 202300a335.0094109034223/eng/202307171 aCollins, Tony,d1961-eauthor.10aRaising the red flag :bMarxism, labourism, and the roots of British communism, 1884-1921 /cTony Collins. a2308 1aLeiden :aBoston :bBrill,c[2023] a1 volume ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aHistorical materialism book series,x1570-1522 ;vvolume 288 a"Raising the Red Flag explores the origins of the British Marxist movement from the creation of the Social Democratic Federation to the foundation of the Communist Party. It tells a story of rising class struggle, the founding of the Labour Party, the fight against World War One, the Russian Revolution, and the explosive year of 1919. The book also uses new archival sources to re-examine Marxist organisations such as the British Socialist Party, the Socialist Labour Party, and Sylvia Parkhurst's Workers' Socialist Federation. Above all, this is the story of men and women who fought to liberate the working class from capitalism through socialist revolution"--cProvided by publisher. aIncludes bibliographical references and index.0 aMr Hyndman versus Comrade Engels : the birth of the Social Democratic Federation -- The Labour Party question : Labourism, leftism, and the Second International -- Britain in crisis : Labour's great unrest and the revolutionary left -- August 1914 : British Marxists in the face of war -- The Clyde turns red : John Maclean and the enemy at home -- 'Lads like me had whacked the bosses' : the coming of the Russian Revolution -- 1919 : the question of power -- Between Labour and Bolshevism : towards a Communist Party -- 'Long live the Communist Party!' Building a British section of the Communist International -- Conclusion: In praise of learning.20aSocial Democratic Federation.20aCommunist Party of Great Britain.20aLabour Party (Great Britain) 0aCommunismzGreat BritainxHistoryy19th century. 0aCommunismzGreat BritainxHistoryy20th century. 0aGreat BritainxPolitics and governmenty1837-1901. 0aGreat BritainxPolitics and governmenty1901-1936. 7aCommunism.2fast0(OCoLC)fst00870421 7aSocialism.2fast0(OCoLC)fst01123637 7aGreat Britain.2fast0(OCoLC)fst01204623 7aHistory.2fast0(OCoLC)fst0141162808iOnline version:aCollins, Tony, 1961-tRaising the red flagdBoston : Brill, 2023z9789004549623w(DLC) 2023021807 aYBP Library ServicesbYANKn20221188 a92bPUL02937cam a22004818i 4500001001300000003000600013005001700019008004100036010001700077040002300094020004900117020001500166020002700181035002200208042000800230043001200238050002100250082002700271100003500298245013000333263000900463264003900472300001400511336002600525337002800551338002700579490008500606504005100691520108900742610005501831650005001886650003801936650004601974650006202020651004302082650002602125650002702151650003402178650003402212776015602246938004102402994001202443on1380460438OCoLC20230718213016.0230605s2023 ne b 001 0 eng  a 2023024076 aDLCbengerdacDLC a9789004514355q(hardback ;qacid-free paper) a900451435X z9789004514362q(ebook) a(OCoLC)1380460438 apcc ae-uk-en00aBR67b.G698 202300a270.1223/eng/202307171 aGriffin, Lauren Horn,eauthor.10aFabricating founders in early modern England :bhistory, rhetoric, and the origins of Christianity /cby Lauren Horn Griffin. a2310 1aLeiden :aBoston :bBrill,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSupplements to method & theory in the study of religion,x2214-3270 ;vvolume 22 aIncludes bibliographical references and index. a"This book explores how early modern Catholics and Protestants strategically reimagined, rewrote, and reinterpreted the lives of the founder-saints (British, Celtic, Anglo-Saxon, and Roman) who brought Christianity to Britain and were responsible for its spread. Tudor historians, politicians, and theologians used stories of the origins of English Christianity to draw a continuous line to a deep past, to rhetorically construct the territories of England, Britain, and Christendom, and to negotiate changing conceptions of divine interaction in the human world. This focus on founding figures sheds light on changing conceptions of the past, the production of space and spatial understandings of culture, and the ongoing construction of sainthood and martyrdom in the sixteenth century. Griffin ultimately shows how early modern English Catholics and their interlocutors not only mobilized the story of Christianity's arrival in Britain for a variety of social ends, but also reconsidered the nature of historical knowledge and what counts as truth itself"--cProvided by publisher.20aCatholic ChurchxDoctrinesxHistoryy16th century. 0aFathers of the churchxHistory and criticism. 0aFathers of the churchxInfluence. 0aReligious thoughtzEnglandy16th century. 0aChristianity and culturezEnglandxHistoryy16th century. 0aEnglandxChurch historyy16th century. 0aChristianityxOrigin. 0aReligionxMethodology. 0aReligionxStudy and teaching. 0aChurch historyy16th century.08iOnline version:aGriffin, Lauren Horn.tFabricating founders in early modern EnglanddLeiden ; Boston : Brill, [2023]z9789004514362w(DLC) 2023024077 aYBP Library ServicesbYANKn20221060 a92bPUL01565cam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094019001500117020002400132020002400156020002700180020002600207020001800233035004100251042000800292050002300300082002900323100003400352245006600386263000900452264004400461300001300505336002600518337002800544338002700572504005100599520022200650650003100872776012900903938004101032938004101073938002901114994001201143on1380687813OCoLC20230718213016.0230714s2024 nyu b 001 0 eng  a 2023031932 aDLCbengerdacDLC a1380686332 a9798765104620q(HB) a9798765104613q(PB) z9798765104651q(eBook) z9798765104644q(ePDF) z9798765104637 a(OCoLC)1380687813z(OCoLC)1380686332 apcc00aPN1996b.G857 202400a808.2/3223/eng/202307141 aGulino, Paul Joseph,eauthor.10aScreenwriting :bthe sequence approach /cPaul Joseph Gulino. a2402 1aNew York :bBloomsbury Academic,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"A substantial update of the previous edition, Screenwriting: The Sequence Approach discusses recent feature films and a new section analysing popular television series and streaming content"--cProvided by publisher. 0aMotion picture authorship.08iOnline version:aGulino, Paul Joseph.tScreenwritingdNew York : Bloomsbury Academic, 2024z9798765104651w(DLC) 2023031933 aYBP Library ServicesbYANKn20222029 aYBP Library ServicesbYANKn20222028 aBrodartbBRODn134728378 a92bPUL01597cam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040004200094019001500136020001800151020001500169035004100184042001500225043001200240050002200252100003000274245009900304246004200403264007200445264008900517264001100606300005800617336002100675336002800696337002500724338002300749546001600772610004200788610005900830650005400889650005800943651004301001710004501044710007401089994001201163on1381435287OCoLC20230718213016.0230426t20202020ph a f000 0 eng  a 2023353177 aDLCbengerdacDLCdPHBSPdDLCdOCLCF a1377550763 a9786218173057 a6218173054 a(OCoLC)1381435287z(OCoLC)1377550763 alcodeapcc aa-ph---00aHG3316b.L37 20201 aLandingin, Roel,eauthor.10aCool minds, brave hearts :bthe people of the Philippine Central Bank /cby Roel R. Landingin.30aPeople of the Philippine Central Bank 1aMalate, Manila, Philippines :bBangko Sentral ng Pilipinas,c[2020] 2aMalate, Manila, Philippines :bCorporate Affairs Office, Bangko Sentral ng Pilipinas 4c©2020 a290 pages :billustrations (some color) ;c24 x 31 cm atext2rdacontent astill image2rdacontent aunmediated2rdamedia avolume2rdacarrier aIn English.20aBangko Sentral ng PilipinasxHistory.27aBangko Sentral ng Pilipinas.2fast0(OCoLC)fst00699376 0aBanks and banking, CentralzPhilippinesxHistory. 7aBanks and banking, Central.2fast0(OCoLC)fst00827036 7aPhilippines.2fast0(OCoLC)fst012052612 aBangko Sentral ng Pilipinas,epublisher.2 aBangko Sentral ng Pilipinas.bCorporate Affairs Office,edistributor. a92bPUL03026cam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020004500117020001500162020002500177035002200202042000800224050002100232082003200253100003000285245009100315263000900406264007500415300001400490336002600504337002800530338002700558490006700585500009100652504005100743505035500794520109301149650002302242650002502265650004502290776018702335938004102522938002902563994001202592on1381441210OCoLC20230718213016.0230717s2023 ne b 001 0 eng  a 2023026236 aDLCbengerdacDLC a9789027214041q(hardcover ;qalk. paper) a9027214042 z9789027249531q(pdf) a(OCoLC)1381441210 apcc00aP165b.U545 202300a415.01/835223/eng/202307171 aUngerer, Tobias,eauthor.10aStructural priming in the grammatical network /cTobias Ungerer, Concordia University. a2310 1aAmsterdam ;aPhiladelphia :bJohn Benjamins Publishing Company,c2023. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aConstructional approaches to language,x1573-594X ;vvolume 35 aOriginally presented as the author's thesis (doctoral)--University of Edinburgh, 2022. aIncludes bibliographical references and index.0 aSimilarity relations in the grammatical network -- Structural priming: background, methods and applications -- Priming evidence of similarity relations among alternating constructions: a reinterpretation -- Extending the scope of structural priming: comprehension experiments with non-alternating constructions -- Conclusion and further implications. a"This book brings together research in cognitive linguistics and experimental psychology to construct a psychologically plausible account of grammar as a mental network. To explore the organisation of this network, the author examines evidence from structural priming, which occurs when speakers' processing of a grammatical construction is affected by prior exposure to a similar construction. Previous experimental findings are innovatively reinterpreted to shed light on various aspects of the grammatical network, including the strength of the similarities between constructions, the level of abstraction at which they are represented and the ways in which similar constructions can either boost or inhibit each other. Moreover, new experiments are reported that extend structural priming to understudied phenomena like the resultative, the depictive and the caused-motion construction. The book is directed at theoretical linguists, psycholinguists and cognitive psychologists alike, showcasing how recent work in these areas can be integrated and extended"--cProvided by publisher. 0aCognitive grammar. 0aPriming (Psychology) 0aEnglish languagexPsychological aspects.08iOnline version:aUngerer, Tobias.tStructural priming in the grammatical networkdAmsterdam ; Philadelphia : John Benjamins Publishing Company, 2023z9789027249531w(DLC) 2023026237 aYBP Library ServicesbYANKn20338995 aBrodartbBRODn134782887 a92bPUL02299cam a22004458i 4500001001300000003000600013005001700019007000300036008004100039010001700080040003500097015001900132016001800151020003100169020003100200035002200231042000800253043003900261050002100300082003000321100002800351245011600379263000900495264004900504300001300553336002600566337002800592338002700620490002500647504005100672505005700723520072800780650002801508650002501536650003001561650003201591776017701623938004101800994001201841on1382257260OCoLC20230718213016.0t|230517s2023 nyu b 001 0 eng  a 2023023404 aDLCbengerdacDLCdUKMGBdYDX aGBC3C73152bnb7 a0211302742Uk a9798886977936q(hardcover) z9798886979237q(adobe pdf) a(OCoLC)1382257260 apcc au-at---an-cn---au-nz---an-us---00aK1066b.B33 202300a346/.082223/eng/202307131 aBaber, Graeme,eauthor.13aAn overview of banking law in four English-language jurisdictions /cGraeme Baber, researcher in financial law. a2308 1aHauppauge :bNova Science Publishers,c2023. a1 volume atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLaws and legislation aIncludes bibliographical references and index.0 aAustralia -- Canada -- New Zealand -- United States. a"In each of Chapters 1 to 4, the monograph introduces the legal system of four English-Language jurisdictions, namely Australia, Canada, New Zealand and the United States of America, and then considers the regulators, and some of the laws that regulate, banking activities there. Chapter 5 comprises concluding comments, based upon the work performed for the earlier chapters. In all three federal jurisdictions, namely, Australia, Canada, and the United States of America, banking law falls within the purview of the federal government. Notwithstanding this, the structure and content of the laws differs to some extent - which is a result, in part, of the particular history of the jurisdiction"--cProvided by publisher. 0aBanking lawzAustralia. 0aBanking lawzCanada. 0aBanking lawzNew Zealand. 0aBanking lawzUnited States.08iOnline version:aBaber, Graeme.tOverview of banking law in four english-language jurisdictionsdHauppauge : Nova Science Publishers, 2023z9798886979237w(DLC) 2023023405 aYBP Library ServicesbYANKn20217463 a92bPUL01882cam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040003000094066000700124020001800131020001500149035002200164037001400186042001500200043001200215050002200227100006900249245015100318250003700469264010700506300002300613336002600636337002800662338002700690504005700717520014600774650006000920650006000980650005201040880005701092880016001149880003901309880011201348994001201460on1382362854OCoLC20230718213016.0221018s2022 iq b 000 0 ara  a 2022324631 aDLCbengerdacDLCdMEAUC c(3 a9789922615721 a992261572X a(OCoLC)1382362854 c10.00 JOD apccalcode ae-sp---00aPJ2399b.K48 20221 6880-01aKhuwaylidī, Isrāʼ Muṭashshar Ḥammūd,eauthor.106880-02aShuʻarāʼ al-Barbar fī al-Andalus bayna al-ikhtilāf wa-al-iʼtilāf /ctaʼlīf Isrāʼ Muṭashshar Ḥammūd al-Khuwaylidī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aBābil :bMuʼassasat Dār al-Ṣādiq al-Thaqāfīyah, Ṭabʻ, Nashr, Tawzīʻ,c2022. a321 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 215-231). aArabic poetry--Spain--Andalusia--history and criticism; Arabic poetry--750-1258--history and criticism; Berber poetry--history and criticism. 0aBerber poetryzSpainzAndalusiaxHistory and criticism. 0aArabic poetryzSpainzAndalusiaxHistory and criticism. 0aArabic poetryy750-1258xHistory and criticism.1 6100-01aخويلدي، إسراء مطشر حمود.106245-02aشعراء البربر في الأندلس بين الإختلاف والائتلاف /cتأليف إسراء مطشر حمود الخويلدي. 6250-03aالطبعة الأولى. 16264-04aبابل :bمؤسسة دار الصادق الثقافية، طبع، نشر، توزيع،c2022. a92bPUL04170cam a22005538i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040005600128015001900184016001800203019001500221020002700236020001500263020002700278020001500305035004100320037004000361042000800401050001300409082002900422245012200451263000900573264003900582300002200621336002600643337002600669338003600695504005100731520028300782588010301065505164101168650005602809650005802865650006402923650005402987655002203041700003303063776017403096856010903270856008203379938004203461938004503503938005603548994001203604on1382696448OCoLC20230718213016.0m o d cr |||||||||||230227s2023 mdu ob 001 0 eng  a 2023008590 aDLCbengerdacDLCdYDXdUKMGBdUKAHLdOCLCFdEBLCP aGBC3982752bnb7 a0210628782Uk a1381742929 a9781666909869q(ebook) a1666909866 z9781666909852q(cloth) z1666909858 a(OCoLC)1382696448z(OCoLC)1381742929 a9781666909869bIngram Content Group apcc00aBV4011.300a253.076223/eng/2023071700aEnriching awareness and practice in the pastoral and reflective supervision of clergy /cedited by Peter Madsen Gubi. a2306 1aLanham :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Enriching Awareness and Practice in the Pastoral and Reflective Supervision of Clergy increases and enriches the awareness, knowledge, and skills of pastoral and reflective supervisors who work with clergy in a pastoral/reflective supervision context"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 a

Dedication

Acknowledgments

Introduction, Peter Madsen Gubi

Chapter One: The Effect of Presence and Power in the Pastoral Supervisory Relationship, Bill Mullally

Chapter Two: Reflecting Theologically in Pastoral Supervision, Peter Madsen Gubi

Chapter Three: Prayer in Pastoral Supervision, Peter Madsen Gubi

Chapter Four: Supervisee Self-Care in Pastoral Supervision, Michelle Seabrook

Chapter Five: Working with Diversity in Pastoral Supervision, Deanne Gardner

Chapter Six: Working with Stuckness in Pastoral Supervision, Sally Bubbers

Chapter Seven: Developing an Understanding of Trauma in Pastoral Supervision, Sally Bubbers

Chapter Eight: Working with Shame in Pastoral Supervision, Sally Nash

Chapter Nine: Some Implications of Culture and Religion for Pastoral Supervision, Tuntufye Anangisye Mwenisongole

Chapter Ten: Pastoral Supervision for Clergy Spouses, Deanne Gardner

Index

About the Contributors

 0aPastoral theologyxStudy and teachingxSupervision. 0aPastoral counselingxStudy and teachingxSupervision. 7aClergyxPost-ordination training.2fast0(OCoLC)fst00864068 7aClergyxReligious life.2fast0(OCoLC)fst00864077 0aElectronic books.1 aMadsen Gubi, Peter,eeditor.08iPrint version:tEnriching awareness and practice in the pastoral and reflective supervision of clergydLanham : Lexington Books, [2023]z9781666909852w(DLC) 202300858940zClick here to view bookuhttps://public.ebookcentral.proquest.com/choice/PublicFullRecord.aspx?p=726058740uhttps://www.vlebooks.com/vleweb/product/openreader?id=none&isbn=9781666909869 aYBP Library ServicesbYANKn305516675 aProQuest Ebook CentralbEBLBnEBL7260587 aAskews and Holts Library ServicesbASKHnAH41231906 a92bPUL04002cam a22007218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040004400128020002600172020001500198020003000213020002600243020001500269020002600284020001800310020001500328024003100343035002200374042000800396043002100404050001400425082003500439100003000474245011900504263000900623264006200632300002200694336002600716337002600742338003600768347002700804504005100831505079000882520015401672588010301826532025801929600003202187600003102219650005802250650004602308650004002354650005402394651004402448651004402492650005202536650003702588650002702625651004502652647005202697648002002749655002202769700003102791776015402822856008702976856010903063938005103172938004503223994001203268on1382715264OCoLC20230718213016.0m o d cr |||||||||||230426s2023 enk ob 001 0 eng  a 2023019444 aDLCbengerdacDLCdEBLCPdOCLCFdBLOOM a9781350338197q(ePDF) a1350338192 z9781350338180q(hardback) a9781350338203q(epub) a1350338206 z9781350338319q(pbk.) a9781350341562 a13503415687 a10.5040/97813503415622doi a(OCoLC)1382715264 apcc ae-ur---an-us---00aKLA42.M6600a345/.02310947223/eng/202307141 aEvans, Kelly J.,eauthor.10aWitnessing Stalin's justice :bthe United States and the Moscow show trials /cKelly J. Evans and Jeanie M. Welch. a2309 1aLondon, UK ;aNew York, NY :bBloomsbury Academic,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier atext filebHTML2rdaft aIncludes bibliographical references and index.0 aThe United States and the Soviet Union (1917-33) -- Prelude to the Moscow Show Trials (1917-35) -- The First Moscow Show Trial : "The Case of the Trotskyite-Zinovievite Terrorist Centre" (1936) -- The Second Moscow Show Trial : "The Case of the Anti-Soviet Trotskyite Centre" (1937) -- Other American reactions to the Second Trial (1937) -- The Army Trial : "The Case of the Trotskyist Anti-Soviet Military Organization" (1937), the Navy Purges (1937-8), and the Anti-Foreigner Campaign (1937-8) -- The Third Moscow Show Trial : "The Bloc of Rightists and Trotskyites" (1938) and "The Moscow Trials : A Statement by American Progressives" (1938) -- The aftermath of the Moscow show trials : Part I -- 1939-55 -- The aftermath of the Moscow show trials : Part II -- 1956 to the present. a"A study of contemporary American reactions to the Moscow show trials of the 1930s and their impact on US-Soviet relations"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aCompliant with Level AA of the Web Content Accessibility Guidelines. Content is displayed as HTML full text which can easily be resized or read with assistive technology, with mark-up that allows screen readers and keyboard-only users to navigate easily10aStalin, Joseph,d1878-1953.10aTrotsky, Leon,d1879-1940. 0aTrials (Political crimes and offenses)zSoviet Union. 0aMoscow Trials, Moscow, Russia, 1936-1937. 0aMoscow Trial, Moscow, Russia, 1945. 0aSoviet UnionxPolitics and governmenty1936-1953. 0aUnited StatesxRelationszSoviet Union. 0aSoviet UnionxRelationszUnited States. 7a20th century history: c 1900 to c 2000.2bicssc 7aHistory of the Americas.2bicssc 7aLegal history.2bicssc 7aUnited States.2fast0(OCoLC)fst01204155 7aCold Ward(1945-1989)2fast0(OCoLC)fst01754978 7a1900-19992fast 0aElectronic books.1 aWelch, Jeanie M.,eauthor.08iPrint version:aEvans, Kelly J.tWitnessing Stalin's justicedLondon, UK ; New York, NY : Bloomsbury Academic, 2023z9781350338180w(DLC) 202301944340uhttps://doi.org/10.5040/9781350341562?locatt=label:secondary_bloomsburyCollections40zClick here to view bookuhttps://public.ebookcentral.proquest.com/choice/PublicFullRecord.aspx?p=7264992 aBloomsbury PublishingbBLOOnBP9781350341562BC aProQuest Ebook CentralbEBLBnEBL7264992 a92bPUL02438cam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003700128020002700165020001500192020003100207035002200238042000800260043001200268050001100280082003000291100002900321245006000350263000900410264004700419300002300466336002600489337002600515338003600541490003700577504005100614520046000665521002601125521002901151588010301180505013801283650005901421650006201480650004901542650005201591651004501643655004601688776014401734938004201878994001201920on1383660950OCoLC20230718213016.0m o d cr |||||||||||230413s2024 cau job 001 0 eng  a 2023014671 aDLCbengerdacDLCdOCLCFdGGVRL a9781678206956q(ebook) a1678206954 z9781678206949q(hardcover) a(OCoLC)1383660950 apcc an-us---00aKF477200a323.44/3223/eng/202307141 aBell, Samantha,eauthor.10aFreedom of speech and the press /cby Samantha S. Bell. a2308 1aSan Diego, CA :bBrightPoint Press,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aUnderstanding American democracy aIncludes bibliographical references and index. a"The First Amendment of the US Constitution states that all people have the right to freedom of the speech and the press. This means citizens can speak, write, and publish freely. But there are limits to these rights. People continue to debate what types of speech are protected by the First Amendment. Freedom of Speech and the Press explores these rights, looking at how our understanding of these freedoms continues to change"--cProvided by publisher. aAges 13bBrightPoint. aGrades 7-9bBrightPoint. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aCh. 1. What is freedom of speech? -- ch. 2. The history of the freedomes -- ch. 3. Figuring out the freedoms -- ch. 4. Up for debate. 0aFreedom of speechzUnited StatesvJuvenile literature. 0aFreedom of the presszUnited StatesvJuvenile literature. 7aFreedom of speech.2fast0(OCoLC)fst00934044 7aFreedom of the press.2fast0(OCoLC)fst00934063 7aUnited States.2fast0(OCoLC)fst01204155 7aJuvenile works.2fast0(OCoLC)fst0141163708iPrint version:aBell, Samantha.tFreedom of speech and the pressdSan Diego, CA : BrightPoint Press, 2024z9781678206949w(DLC) 2023014670 aGale Cengage LearningbGVRLnGVRL560Z a92bPUL02260cam a2200553 i 4500001001300000003000600013005001700019008004100036010001700077040003500094066000700129020002400136020002200160020002500182035002200207037001400229041001300243042001500256043001200271050002300283100004500306240006000351245018400411250003700595264008100632300002300713336002600736337002800762338002700790546002900817520004900846651004900895651004000944651002900984651003101013650003001044650002101074650003701095650005501132651003601187648002001223655003901243700005001282880003901332880019501371880003901566880008901605994001201694on1385982080OCoLC20230718213016.0221019s2022 jo 000 0 ara  a 2022324705 aDLCbengerdacDLCdOCLCFdVA@ c(3 z9789923769184 (set) a9923769186q(set) a9789923769188q(set) a(OCoLC)1385982080 c20.00 JOD1 aarahper alcodeapcc aa-ir---00aDS292b.J3412 20221 6880-01aJaʻfariyān, Rasūl,eauthor.10aSiyāsat va farhang-i rūzgār-i Ṣafavī.lArabic106880-02aSiyāsat al-ʻaṣr al-Ṣafawī wa-thaqāfatuh /cRasūl Jaʻfarīyān, ustādh musāʻid, Jāmiʻat Ṭahrān ; tarjamat D. Māzin Ismāʻīl al-Nuʻaymī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aAmman :bDār Ward al-Urdunīyah lil-Nashr wa-al-Tawzīʻ,c2022. a2 volumes ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTranslated from Persian. aIran; history; Ṣafavid dynasty, 1501-1736. 0aIranxHistoryyṢafavid dynasty, 1501-1736. 0aIranxHistoryy16th-18th centuries. 0aIranxSocial conditions. 0aIranxEconomic conditions. 0aIslam and politicszIran. 0aShīʻahzIran. 7aIslam.2fast0(OCoLC)fst00979776 7aṢafavid Dynasty (Iran)2fast0(OCoLC)fst01696767 7aIran.2fast0(OCoLC)fst01204889 7a1501-17362fast 7aHistory.2fast0(OCoLC)fst014116281 aNuʻaymī, Māzin Ibrāhīm,etranslator.1 6100-01aجعفريان، رسول.106245-02aسياسة العصر الصفوي وثقافته /cرسول جعفريان، أستاذ مساعد، جامعة طهران ؛ ترجمة د. مازن إسماعيل النعيمي. 6250-03aالطبعة الأولى. 16264-04aAmman :bدار ورد الأردنية للنشر والتوزيع،c2022. a92bPUL05008cam a22006498i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003500128020002700163020001500190020003600205020003300241020004300274020004000317020003000357020003100387020001500418024003100433035002200464037003600486042000800522050000900530072002500539072002500564072002500589072001600614082003300630245010600663263000900769264006100778300002300839336002600862337002600888338003600914490001900950504005100969505130601020520124802326588010303574545017003677650002403847650002203871650004403893650003203937650004003969650004104009700002504050700002904075776012804104856007204232938004204304994001204346on1388319163OCoLC20230718213016.0m o d cr |||||||||||230427s2023 enk ob 001 0 eng  a 2023011156 aDLCbengerdacDLCdYDXdTYFRS a9781003312994q(ebook) a1003312993 a9781000931815q(electronic bk.) a1000931811q(electronic bk.) a9781000931884q(electronic bk. : EPUB) a1000931889q(electronic bk. : EPUB) z9781032307572q(hardback) z9781032321318q(paperback) z10323075797 a10.4324/97810033129942doi a(OCoLC)1388319163 a9781003312994bTaylor & Francis apcc00aK670 7aEDUx0150002bisacsh 7aLAWx0380002bisacsh 7aLAWx0380102bisacsh 7aLNM2bicssc00a346.01/5071223/eng/2023071400aTeaching family law :breflections on pedagogy and practice /cedited by Henry Kha and Mark Henaghan. a2308 1aAbingdon, Oxon [UK] ;aNew York, NY :bRoutledge,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLegal pedagogy aIncludes bibliographical references and index.0 aIntroduction / Mark Henaghan and Henry Kha -- Ideologies of family law / Mark Henaghan -- Family property law : learning from best practice in teaching controversial topics / Kathryn O'Sullivan -- The use of family law assessments as a vehicle for skills development / Lisa Young -- Comparative family law and family law teaching / Jens Scherpe -- Family dispute resolution : teaching the benefits and challenges / Rachael Field -- Practical legal training in 'child law' : lessons in collaboration, emotion and relationships / Tamara Walsh -- Australian family law going round the twist : teaching opportunities and challenges / Henry Kha -- Canadian challenges and initiatives in teaching family law : a multi-jurisdictional and multi-jural country / Martha Bailey -- Three pillars : articulating a family law pedagogy for Hong Kong / Anne Scully-Johnson -- Teaching parenting law in the face of cultural challenges in Aotearoa New Zealand / Bill Atkin -- Teaching family law in South Africa : family law in flux of substance and form / Bradley Smith -- Teaching family law in England and Wales : the challenge of expanding content and perspectives / Stephen Gilmore -- Teaching family law in the United States : riding the rollercoaster / Linda D. Elrod -- Conclusion / Henry Kha and Mark Henaghan. a"This book provides a comprehensive analysis of the teaching of an eclectic range of family law topics and the unique opportunities and challenges of teaching family law in different jurisdictions from a varied international perspective. Written by leading legal scholars, the book addresses a gap in the scholarship to comprehensively and systematically analyse the teaching of family law. The first part of the book explores ways of teaching the varied range of topics under the heading of family law and captures the diverse approaches to the discipline. Chapters illustrate how the subject can be best taught in an interdisciplinary way that considers feminist perspectives and the philosophy of teaching, while encompassing legal positivism, empirical research and critical legal theory. The second part of the book examines teaching in different jurisdictions and illustrates policy and practice in Australia, New Zealand, the United States, Canada, the United Kingdom, Hong Kong and South Africa. Showcasing examples of best practice of teaching family law, the book will be essential reading for legal scholars, as well as researchers and postgraduate students in the fields of family law and legal education"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aHenry Kha is Senior Lecturer, Macquarie Law School, Macquarie University, Australia. Mark Henaghan is Professor, Faculty of Law, University of Auckland, New Zealand. 0aDomestic relations. 0aMarital property. 0aDomestic relationsxStudy and teaching. 7aEDUCATION / Higher2bisacsh 7aLAW / Family Law / General2bisacsh 7aLAW / Family Law / Children2bisacsh1 aKha, Henry,eeditor.1 aHenaghan, Mark,eeditor.08iPrint version:tTeaching family lawdAbingdon, Oxon [UK] ; New York, NY : Routledge, 2023z9781032307572w(DLC) 2023011155403Taylor & Francisuhttps://www.taylorfrancis.com/books/9781003312994 aYBP Library ServicesbYANKn305552351 a92bPUL01530cam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002700159035002200186042000800208050002400216082003000240100003300270245009900303263000900402264005400411300001300465336002600478337002800504338002700532504005100559520021300610650003500823650002900858650003400887776014100921938004101062938002901103994001201132on1388402339OCoLC20230718213016.0230717s2024 mdu b 001 0 eng  a 2023027672 aDLCbengerdacDLC a9781538175538q(cloth) a1538175533 z9781538175545q(ebook) a(OCoLC)1388402339 apcc00aGV706.4b.P364 202400a796.01/9223/eng/202307171 aParry, John,d1948-eauthor.14aThe burden of sports :bhow and why athletes struggle with mental health /cJohn Weston Parry. a2402 1aLanham, Maryland :bRowman & Littlefield,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book looks at how sports negatively impact the mental health and emotional well-being of athletes as well as the reactions of spectators and media to these athletes' struggles"--cProvided by publisher. 0aSportsxPsychological aspects. 0aAthletesxMental health. 0aAthletesxHealth and hygiene.08iOnline version:aParry, John, 1948-tBurden of sportsdLanham, Maryland : Rowman & Littlefield, [2024]z9781538175545w(DLC) 2023027673 aYBP Library ServicesbYANKn20371090 aBrodartbBRODn134934016 a92bPUL02830cam a22005178i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003700128015001900165016001800184020002700202020001500229020002700244035002200271037004000293042000800333050001300341082002500354100002700379245006000406263000900466264003900475300002200514336002600536337002600562338003600588490005400624504005100678520036100729588010301090505057801193600004801771600003501819600007401854600006101928650002601989650003202015650005802047650005202105776014302157994001202300on1388645526OCoLC20230718213016.0m o d cr |||||||||||230303s2023 mdu ob 001 0 eng  a 2023010071 aDLCbengerdacDLCdOCLCFdUKMGB aGBC3645192bnb7 a0210079342Uk a9781666905632q(ebook) a1666905631 z9781666905625q(cloth) a(OCoLC)1388645526 a9781666905632bIngram Content Group apcc00aB2949.N300a113223/eng/202307131 aPadui, Raoni,eauthor.10aHegel and Heidegger on nature and world /cRaoni Padui. a2305 1aLanham :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aContinental philosophy and the history of thought aIncludes bibliographical references and index. a"This book argues that Hegel and Heidegger offer two divergent paths towards reconciling the dichotomy between nature and world inherited from modern philosophy. Raoni Padui traces the ways in which nature is incorporated into the domain of meaningful human dwelling that Heidegger calls "world" and Hegel calls "Spirit" or Geist"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 a

Introduction: Our Amphibian Condition

Historical Interlude 1: The Modern Dichotomy between Nature and World

Chapter 1: Hegel on the Reconciliation of Nature and Spirit

Historical Interlude 2: The Modern Dichotomy Transformed and Repeated

Chapter 2: Heidegger on World and Nature: The Withdrawal of Being

Chapter 3: Hegel or Heidegger

Conclusion: The Step Back from the Step Back

10aHegel, Georg Wilhelm Friedrich,d1770-1831.10aHeidegger, Martin,d1889-1976.17aHegel, Georg Wilhelm Friedrich,d1770-1831.2fast0(OCoLC)fst0003181617aHeidegger, Martin,d1889-1976.2fast0(OCoLC)fst00032385 0aPhilosophy of nature. 0aPhilosophical anthropology. 7aPhilosophical anthropology.2fast0(OCoLC)fst01060766 7aPhilosophy of nature.2fast0(OCoLC)fst0106084508iPrint version:aPadui, Raoni.tHegel and Heidegger on nature and worlddLanham : Lexington Books, [2023]z9781666905625w(DLC) 2023010070 a92bPUL03426cam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003500128020002700163020001500190020003000205035002200235042000800257050001100265082002500276245010200301263000900403264004700412300002200459336002600481337002600507338003600533500002000569505126600589520054201855588010302397504005102500600001902551650002302570650004902593700003002642700003902672776012802711856012902839994001202968on1389343823OCoLC20230718213016.0m o d cr |||||||||||230510s2023 ne o 011 0 eng  a 2023022429 aDLCbengerdacDLCdOCLCFdUEJ a9789004545946q(ebook) a9004545948 z9789004545939q(hardback) a(OCoLC)1389343823 apcc00aKZ341000a341223/eng/2023071400aReflections on international law :bstudies in honour of Lindy Melman /cedited by Tim McCormack. a2307 1aLeiden ;aBoston :bBrill Nijhoff,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.0 aIntroduction : honouring Lindy Melman / Tim McCormack -- Indigenous peoples : the battle over definition / Siegfried Wiessner -- Immunities of foreign states' property against attachment : recent practice of the Swedish Courts / Said Mahmoudi -- The Brownian Motion of legal terms in the Case Law of the European Court of Human Rights / Kanstantsin Dzehtsiarou -- Analogical reasoning / María José Falcón y Tella -- Religious protection and the law of armed conflict / Yoram Dinstein -- Some notes on the history of police cooperation in the meuse -- Rhine Euroregion / Cyrille Fijnaut -- The UN Human Rights Committee's Torres Strait Islanders Decision : 'true' climate change litigation? / Vassilis P. Tzevelekos -- The conflict between EU Law and International Investment Law : the Energy Charter Treaty (ECT) as a Case Study / Nikos Lavranos -- From the Netherlands to Van Diemen's Land and back again : extending Dutch-Tasmanian connections / Tim McCormack -- The future role of the International Legal Order / Bertrand G. Ramcharan -- Beyond cultural internationalism? International law and the return of cultural colonial objects / Carsten Stahn -- The persistent relevance of the Travaux Préparatoires of the Genocide Convention / Philippa Webb. a"For 40 years Lindy Melman has been a publisher in heart and soul. Some of the authors she encountered along the way have dedicated an essay to her to celebrate this milestone. This book contains essays written by leading human rights and international law scholars from different parts of the world, discussing a wide range of topics, from indigenous peoples to the persistent relevance of the travaux préparatoires of the Genocide Convention and the conflict between EU law and international investment law"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. aIncludes bibliographical references and index.10aMelman, Lindy. 0aInternational law. 7aInternational law.2fast0(OCoLC)fst009769841 aMelman, Lindy,ehonouree.1 aMcCormack, Timothy L. H.,eeditor.08iPrint version:tReflections on international lawdLeiden ; Boston : Brill Nijhoff, [2023]z9789004545939w(DLC) 202302242840zAccess onsite at IALS {u2013} Brill Online Booksuhttp://0-dx.doi.org.catalogue.libraries.london.ac.uk/10.1163/9789004545946 a92bPUL01612cam a22004215i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020001800129020001500147035002200162037001400184041001300198042001500211050002400226100005100250245013400301250003700435264008900472300002300561336002600584337002800610338002700638504004100665546003100706520003400737650003300771650002400804650002600828880004400854880014700898880003901045880009401084994001201178on1389823488OCoLC20230718213016.0221017s2023 jo b 000 0 ara  a 2022358649 aDLCbengerdacDLCdVA@ c(3 a9789923255438 a9923255433 a(OCoLC)1389823488 c13.00 JOD0 aarabeng apccalcode00aB745.K53bM345 20231 6880-01aMaḥmūd, Muʼayyad Jubayr,eauthor.136880-02aal-Murtakazāt al-fikrīyah li-aslamat al-maʻrifah :bdirāsah naqdīyah /cal-Duktūr Muʼayyad Jubayr Maḥmūd. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Kafāʼat al-Maʻrifah lil-Nashr wa-al-Tawzīʻ,c2023. a438 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aIncludes English abstract. aKnowledge, Theory of (Islam). 0aKnowledge, Theory of (Islam) 0aIslamic philosophy. 0aKnowledge, Theory of.1 6100-01aمحمود، مؤيد جبير.126245-02aالمرتكزات الفكرية لأسلمة المعرفة :bدراسة نقدية /cالدكتور مؤيد جبير محمود. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار كفاءة المعرفة للنشر والتوزيع،c2023. a92bPUL03336cam a22004698i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003100119020001500150020002500165020003600190035002200226042000800248043002100256050002400277082003500301100004500336245010600381250001900487263000900506264006000515300001300575336002600588337002800614338002700642520082500669504005101494505072501545651003102270650006302301651005902364651004702423651006602470651006702536776018102603938002902784938004102813994001202854on1390118633OCoLC20230718213016.0230708s2023 tnu b 001 0 eng  a 2023031042 aLBSORbengerdacDLC a9781621908258q(hardcover) a1621908259 z9781621908265q(pdf) z9781621908272q(kindle edition) a(OCoLC)1390118633 apcc an-us-paan-us---00aF159.P657bY67 202300a973.709748/86223/eng/202307171 aYork, Allen Christopher,d1977-eauthor.10aOur people are warlike :bCivil War Pittsburgh and home-front mobilization /cAllen Christopher York. aFirst edition. a2311 1aKnoxville :bThe University of Tennessee Press,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"While one of the most persistent underlying themes in the historiography of the Civil War is the "brother against brother" one, particularly in states that were deeply divided, Pittsburgh and its citizenry provide an instance of almost universal pro-Union ideological solidarity as the war approached and overtook the country. The city achieved this unity despite forces that might ordinarily tear it apart: an ethnically diverse population, including many new immigrants, a complex industrial-economic situation, and an enormous contribution of soldiers who died in combat. A study of local history during a tumultuous time and of pro-Unionism in which different groups tried to outdo one another in patriotic fervor, this book provides a wide-ranging look at Pittsburgh during the war years"--cProvided by publisher. aIncludes bibliographical references and index.0 aFor the victory that must sooner or later crown their efforts : Pittsburgh on the eve of war -- Not only by expressions of sentiment, but by the exercise of physical force : reactions to rebellion -- Every prominent point will bristle with cannon and bayonets : soldiers and soldiering in the city -- The country has a right to the services of her citizens : the draft, emancipation, and sustaining local volunteerism -- Your patriotism, as well as your honor ... in the performance of your duties : manufacturing a war effort -- The voluntary and spontaneous action of the people : benevolent mobilization on the home front and front line -- Unite in doing honor to the deceased hero : managing death on the home front. 0aPittsburgh (Pa.)xHistory. 0aSoldierszPennsylvaniazPittsburghxHistoryy19th century. 0aUnited StatesxArmed ForceszPennsylvaniazPittsburgh. 0aUnited StatesxArmed ForcesxMobilization. 0aUnited StatesxHistoryyCivil War, 1861-1865xSocial aspects. 0aUnited StatesxHistoryyCivil War, 1861-1865xCivilian relief.08iOnline version:aYork, Allen Christopher, 1977-tOur people are warlikebFirst edition.dKnoxville : The University of Tennessee Press, [2023]z9781621908265w(DLC) 2023031043 aBrodartbBRODn134915933 aYBP Library ServicesbYANKn20384535 a92bPUL01931cam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122020002500129020001500154035002200169042001400191050002200205100005300227245023800280250003700518264008900555300002400644336002600668337002800694338002700722490005800749504006700807505004800874650005000922650007600972880003901048880024301087880003901330880009101369880006101460994001201521on1390156466OCoLC20230718213016.0230204s2021 iq b 000 0 ara d a 2023359604 aOSUbengerdacDLCdOSU c(3 a9786057477125q(set) a605747712X a(OCoLC)1390156466 alccopycat00aKBP461b.I83 20211 6880-01aʻĪsá, Muḥammad Ḥājj,eauthor.106880-02aManhaj al-baḥth fī ʻilm uṣūl al-fiqh :buṭrūḥah jāmiʻīyah tuʻālij mawḍūʻ al-tajdīd wa-ṭarīqah taḥqīqahu /cal-Duktūr Muḥammad Ḥājj ʻĪsá, Jāmiʻat Tilimsān, al-Jazāʼir. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aBaghdād :bMuʼassasat al-Baṣāʼir lil-Dirāsāt wa-al-Nashr,c2021. a2 volumes ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-05aSilsilat al-rasāʼil al-jāmiʻīyah ;v2 aIncludes bibliographical references (volume 2, pages 469-502).0 aal-Juzʼ al-awwal. -- al-Juzʼ al-thānī 0aIslamic lawxInterpretation and construction. 7aIslamic lawxInterpretation and construction.2fast0(OCoLC)fst009799551 6100-01aعيسى، محمد حاج106245-02aمنهج البحث في علم أصول الفقه :bأطروحة جامعية تعالج موضوع التجديد وطريقة تحقيقه /cالدكتور محمد حاج عيسى، جامعة تلمسان، الجزائر. 6250-03aالطبعة الأولى. 16264-04aبغداد :bمؤسسة البصائر للدراسات والنشر،c2021.0 6490-05aسلسلة الرسائل الجامعية ؛v2 a92bPUL01891cam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003000128020002700158020003700185020003100222035002200253042000800275050001400283082002700297100002700324245004400351263000900395264005400404300002300458336002600481337002600507338003600533490004400569504005100613520023300664521003300897521003400930588010300964505010401067650004701171650003501218776013801253938004201391994001201433on1390622317OCoLC20230718213016.0m o d cr |||||||||||230517s2024 mnu job 001 0 eng  a 2023022003 aDLCbengerdacDLCdGGVRL a9798886877052q(ebook) z9798886875171q(library binding) z9798886875676q(paperback) a(OCoLC)1390622317 apcc00aQA76.611500a005.1223/eng/202307171 aBurns, Kylie,eauthor.10aCoding with robotics /cby Kylie Burns. a2308 1aMinneapolis, MN :bBellwether Media, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aExpress! Adventures in unplugged coding aIncludes bibliographical references and index. a"Information accompanies instructions for various robotics-themed activities that demonstrate skills needed for coding. The text level and subject matter are intended for students in grades 3 through 8"--cProvided by publisher. aAges 7-13bBellwether Media. aGrades 4-6bBellwether Media. aDescription based on print version record and CIP data provided by publisher; resource not viewed.0 aWhat is unplugged coding? -- Robot cleaner! -- Handy robot -- Changing gears -- Think like a robot! 0aComputer programmingvJuvenile literature. 0aRoboticsvJuvenile literature.08iPrint version:aBurns, Kylie.tCoding with roboticsdMinneapolis, MN : Bellwether Media, Inc., 2024z9798886875171w(DLC) 2023022002 aGale Cengage LearningbGVRLnGVRL55P9 a92bPUL01056cas a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001400122025002200136035002200158042000800180043001200188050002000200110003900220245006100259260005000320300002100370310001100391336002600402337002800428338002700456588004000483588001700523651004100540780011700581850000800698994001200706on1390658524OCoLC20230718213016.0230717c201u9999ii ar 1 0eng  a 2023345298 aDLCbengerdacDLCdDLC a2277-744X aI-E-E-2023-345298 a(OCoLC)1390658524 apcc aa-ii---00aDS485.O6bO673a2 aOdisha History Congress.bSession.10aProceedings of the Odisha History Congress ... Session. aBhubaneswar, India :bOdisha History Congress avolumes ;c24 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a36th (2015); title from title page.1 a38th (2017). 0aOdisha (India)xHistoryvCongresses.00aOrissa History Congress. Session.tProceedings of the Orissa History Congressw(DLC) 98659020w(OCoLC)38587937 aDLC a92bPUL01057cas a22003377i 4500001001300000003000600013005001700019008004100036010001700077040002800094025002200122035002200144042000800166043001200174050002000186245002800206246003000234246004000264264008400304300002600388310001100414336002600425337002800451338002700479588003300506588001000539651007700549710007300626850000800699994001200707on1390672841OCoLC20230718213016.0230718c200u9999ii ar s s0 0eng  a 2023345299 aDLCbengerdacDLCdDLC aI-E-E--2023345299 a(OCoLC)1390672841 apcc aa-ii---00aHC437.J34bJ31700aJ& K in Indian economy.3 aJ and K in Indian economy17aJammu and Kashmir in Indian economy 1aJammu :bDirectorate of Economics & Statistics, Government of Jammu and Kashmir avolumes ;c11 x 15 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2018; title from title page.1 a2018. 0aJammu and Kashmir (India)xEconomic conditionsvStatisticsvPeriodicals.1 aJammu and Kashmir (India).bDirectorate of Economics and Statistics. aDLC a92bPUL02909nam a2200373Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003700122020003400159035002200193043001200215050002500227082003000252100002700282240001500309245004300324264005800367300004300425336002600468337002800494338002700522500010900549520151800658500006902176651005102245655003002296655004302326655001902369776013502388994001202523on1390676769OCoLC20230718213016.0230718r20232022ilua 000 1 eng  a 2022061841 aDLCbengerdacBULdBUL a9781728248479q(trade paperback) a1728248477q(trade paperback) a(OCoLC)1390676769 ae-uk-en00aPR6070.H96bQ44 202300a823/.914223/eng/202301031 aCarey, C. J.,eauthor.10aQueen high10aQueen Wallis :ba novel /cC.J. Carey. 1aNaperville, Illinois :bSourcebooks Landmark,c[2023] axv, 398 pages :billustration ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Originally published in 2022 as Queen High in Great Britain by Quercus Editions Ltd"--Title page verso. a"The thrilling sequel to Widowland, a feminist dystopian novel set in an alternative history that terrifyingly imagines what a British alliance with Germany would look like if the Nazis had won WWII. London, 1955. The Leader has been dead for two years. His assassination, on British soil, provoked violent retribution and intensified repression of British citizens, particularly women. Now, more than ever, the Protectorate is a place of surveillance and isolation-a land of spies. Every evening Rose Ransom looks in the mirror and marvels that she's even alive. A mere woman, her role in the Leader's death has been miraculously overlooked. She still works at the Culture Ministry, where her work now focuses on poetry, which has been banned for its subversive meanings, emotions, and signals that cannot be controlled. A government propaganda drive to promote positive images of women has just been announced ahead of a visit from Dwight D. Eisenhower, the first American president to set foot on English soil in two decades. Queen Wallis Simpson will be spearheading the campaign, and Rose has been tasked with visiting her to explain the plan. When Rose arrives at the palace, she finds Wallis in a state of paranoia, desperate to return to America and enjoy the liberty of her homeland following her husband's death. Wallis claims she has a secret document so explosive that it will blow the Protectorate apart. But will the last queen of England pull the trigger on the Alliance?"--cProvided by publisher. aIncludes reading group guide and a conversation with the author. 0aGreat BritainxHistoryy20th centuryvFiction. 7aDystopian fiction.2lcgft 7aAlternative histories (Fiction)2lcgft 7aNovels.2lcgft08iOnline version:aCarey, C. J.tQueen WallisdNaperville, Illinois : Sourcebooks Landmark, [2023]z9781728248486w(DLC) 2022061842 a92bPUL01900nam a2200337Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020002800153035002200181050002800203082002900231100003100260245004100291250001900332264003900351300002400390336002600414337002800440338002700468490003600495520089100531650003101422650003601453655004201489655001901531994001201550on1390681372OCoLC20230718213016.0230718s2023 nyu 000 1 eng  a 2023009264 aDLCbengerdacBULdBUL a9781250783080q(hardcover) a1250783089q(hardcover) a(OCoLC)139068137200aPS3552.L36512bS53 202300a813/.54223/eng/202302271 aBlanchard, Alice,eauthor.14aThe shadow girls /cAlice Blanchard. aFirst edition. 1aNew York :bMinotaur Books,c2023. a307 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aA Natalie Lockhart novel ;v[4] a"Someone is playing deadly games. Lieutenant Luke Pittman lies in the hospital in a coma after being attacked by one of their own. Veronica Manes, Burning Lake's most respected modern-day witch, is dead, her murder left unsolved. Natalie Lockhart has become embroiled in a case with threads that become increasingly difficult to untangle. Now, a new horror is uncovered, one that shocks the town as never before, and the dark, shadowy path forward for Natalie is paved with challenges that haunt her past--Veronica's unsolved case. Her sister's traumatic murder. The long-lost disappearance of her old best friend. Natalie's obsession with finding the truth leads to a twisted, elemental struggle between good and evil--and nothing will ever be the same again. The woods have secrets. The trees are carved with curses. There's something wicked in Burning Lake"--cProvided by publisher. 0aWomen detectivesvFiction. 0aMurderxInvestigationvFiction. 7aDetective and mystery fiction.2lcgft 7aNovels.2lcgft a92bPUL01595cas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094025002200122035002200144042000800166043001200174050001900186110003000205245014800235246003500383264004100418300002100459310001100480336002600491337002800517338002700545362002500572500014400597515003000741588003800771588001500809650007000824651007700894710004500971780016101016850000801177994001201185on1390681793OCoLC20230718213016.0230718c20199999ii ar f0 0eng  a 2023345300 aDLCbengerdacDLCdDLC aI-E-E-2023-345300 a(OCoLC)1390681793 apcc aa-ii---00aHJ65.J36bJ36e1 aJammu and Kashmir (India)10aState finances audit report of the Comptroller and Auditor General of India for the year ended 31 March ... /cGovernment of Jammu and Kashmir.18aAudit report on state finances 1aNew Delhi :bThe Comptroller,c2019- avolumes ;c31 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with 2017/2018 aAlso numbered relative to other reports of the Comptroller and Auditor General; e.g. issue for 2017/2018 called also: report no. 1 of 2019. aReport year ends Mar. 31.0 a2017/2018; title from title page.1 a2019/2020. 0aFinance, PubliczIndiazJammu and KashmirxAuditingvPeriodicals. 0aJammu and Kashmir (India)xAppropriations and expendituresvPeriodicals.1 aIndia.bComptroller and Auditor-General.00aJammu and Kashmir (India).tReport of the Comptroller and Auditor General of India on state finances for the year endedw(DLC) 2011352018w(OCoLC)793215876 aDLC a92bPUL01366njm a22003733i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002300150035002200173245003300195264007400228264001100302300004100313336003700354337002300391338003100414344001900445344001900464344001900483347002200502347001300524511006400537500001800601500003200619505028100651500001800932650003000950994001200980on1390681824OCoLC20230718213016.0sd fsngnnmmned230717s2009 xnappnn d n eng  a 2023621515 aDLCbengerdacDLC3 a932680600679602aF1bFolksinger Pty a(OCoLC)139068182400aHome by dark /cNigel Foote. 1aBlue Mountains, New South Wales, Australia :bFolksinger Pty,c[2009] 4c©2009 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aNigel Foote, guitar, vocals ; with accompanying performers. aCompact disc. aLyrics on container insert.0 aThe water smoothes the stones -- Sleeping like an angel -- Dark on the wind -- Away in the distance -- The ballad of C.F. Martin -- She wore no shoes -- Rivers of my home -- Just the way it goes -- Shadows of the moon -- Shine like silver -- In the shadowland -- Home by dark. aBrief record. 0aPopular musicy2001-2010. a92bPUL01889nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245012800282260010300410300008000513336003300593337002800626338002600654540004200680500003300722500001100755500004500766500026700811651004801078650004501126650005001171650004901221655003601270655004301306700003601349856009401385994001201479on1390681825OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637595 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390681825 aLC-DIG-stereo-1s48041bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aRuins around the Legations burned by Chinese--from Chienmen (gate) where Capt. Reilly was killed--Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 75). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aRuinszChinazBeijingy1900-1910.2lctgm 7aWar damagezChinazBeijingy1900-1910.2lctgm 7aEmbassieszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48041qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48041 a92bPUL01335ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245007900163246002700242264007400269300004700343336003500390337002800425338002700453490002900480500003500509500003600544546002000580650003500600655003000635655003000665655001900695700004700714730007800761773012200839994001200961on1390681831OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561461 aDLCbengerdacDLC a(OCoLC)1390681831 apcc00aML31b.C59500aWesley Barry in "George Washington, Jr." /ccompiled by James C. Bradford.30aGeorge Washington, Jr. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGeorge Washington, Jr. (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 6w(DLC) 2018571961 a92bPUL02706ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245027900160257001200439260007900451300008200530508018100612511002900793520082200822500003801644536051501682655003002197655002902227700003202256700003202288710006002320994001202380on1390681832OCoLC20230718213016.0vd cvaiz|210923s2013 mw 017 vleng  a 2021316752 aDLCbengeamimcDLC a(OCoLC)1390681832 alcode00aEconomic valuation of sustainable natural resource use in Malawi.pWildlife resources /cauthors: Gil Yaron, Ronald Mangani, John Mlava, Patrick Kambewa, Steve Makungwa, Austine Mtethiwa, Spy Muuthali, William Mgoola, John Kazembe ; script: Madalitso Mvula, Patrick Njawala. aMalawi. aLilongwe, Malawi :bMinistry of Economic Planning and Development,cc2013. a1 videodisc of 1 (DVD) (ca. 17 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Lucius Funsani, Patrick Njawala ; editor, Patrick Njawala, Blessings Simon ; sound track, Masankho Banda ; production coordinator, Michael Mmangisa, Mzithembi Mbekeani.0 aMarvin Mbwana, narrator. aThe Government of Malawi is implementing the Malawi Poverty and Environment Initiative (MPEI) of the United Nations Development Programme (UNDP). MPEI's aim is to enhance the contribution of the sustainable management of natural resources to poverty reduction, food security and economic growth, and to facilitate the achievement of both the Malawi Growth and Development Strategy (MGDS) and the Millennium Development Goals (MDGs). The Economic Study was conducted within the context of the MPEI project. The primary aim of the study is to provide evidence on the costs and benefits of sustainable and unsustainable natural resource management in Malawi. Focus is on four selected natural resources: forestry resources, fisheries resources, wildlife resources and soils. This video is focusing on wildlife resources. aSource used: videodisc container. aSupported by United Nations Development Programme (UNDP), Department of State United States of America, Irish Aid, Norwegian Ministry of Foreign Affairs, Spanish Ministry of Foreign Affairs and Cooperation, UK Department for International Development (DFID), Danish Ministry of Foreign Affairs (DANIDA), European Commission, Belgian Development Cooperation, Swedish International Development Cooperation Agency (SIDA), Swedish Environmental Protection Agency, and United Nations Environmental Programme (UNEP). 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMvula, Madalitso,ewriting.1 aNjawala, Patrick,ewriting.1 aMalawi.bMinistry of Economic Planning and Development. a92bPUL01440nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180041001800202050002300220052000900243052000900252110009700261245013600358246005400494255006900548264009800617300003300715336004000748337002800788338002600816500004600842546004100888500005800929651006200987655001701049994001201066on1390681838OCoLC20230718213016.0aj canzn230714s2015 aj bg a f 0 aze  a 2023585559 aDLCbengerdacDLC1 aab850000dE0450000eE0510000fN0410000gN0390000 a(OCoLC)13906818380 aazeaengarus00aG7141.F7 2015b.A9 a7141 a71401 aAzerbaijan.bEkologiya vä Täbii Särvätlär Nazirliyi,ecartographer,eissuing body.10aAzärbaycan Respublikası, siyasi-inzibati xäritä =bAzerbaijan Republic, political administrative map = Azerbaĭdzhanskiĭ.31aAzerbaijan Republic, political administrative map aScale 1:850,000. 1 cm = 8.5 kmc(E 45°--E 51°/N 41°--N 39°). 1aBakı :bAzärbaycan Respublikası, Ekologiya vä Täbii Särvätlär Nazirliyi,c2015. a1 map :bcolor ;c71 x 45 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aIn Azerbaijani, English and Russian. aIncludes location map (inset) and color illustration. 0aAzerbaijanxAdministrative and political divisionsvMaps. 7aMaps.2lcgft a92bPUL01832nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245019800257260002100455300005700476336003300533337002800566338002600594540004200620500003600662500001700698500002300715506018500738580006500923600007000988600007601058650005501134650005501189650005401244655004601298856009001344994001201434on1390681839OCoLC20230718213016.0kl co|230711s1892 riunnn kneng  a 2023634292 aDLCbengedcrmgcDLC a(OCoLC)1390681839 aLC-DIG-ppmsca-87290bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Iron grilles for doors and windows on main staircase landing.]p[Elevations.]h[graphic] /cR. M. Hunt, Arch't. c[March 21, 1892] a1 drawing :bblueprint on paper ;csheet 20 x 22 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aSigned: WBC. aDrawing no. 203 A. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aIronworkzRhode IslandzNewporty1890-1900.2lctgm 7aGrilleszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87290qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87290 a92bPUL01610nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012100257260002800378300007900406336003300485337002800518338002600546540004200572500003600614500001100650506018500661580006500846600007000911600007600981650005501057655004601112856009001158994001201248on1390681840OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634716 aDLCbengedcrmgcDLC a(OCoLC)1390681840 aLC-DIG-ppmsca-87325bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Second floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 22 x 31 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 5. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87325qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87325 a92bPUL00831njm a22002537a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001800159245007100177260004700248300004100295500002700336546001900363500001800382505013200400500003300532994001200565on1390681846OCoLC20230718213016.0sd fsngnnmmned211117s2020 rh ppnn n sna  a 2021316857 aDLCbengcDLC a(OCoLC)1390681846 alcode1 aNgwazi, Mark.10aChamugwegweduh[sound recording] :b"chamatindike" /cMark Ngwazi. aHarare :bB "African" Nyamhondera,cp2020. a1 sound disc :bdigital ;c4 3/4 in. aPopular sungura music. aSung in Shona. aCompact disc.0 aChamugwegwedu chamatindike -- Take nemakonzo -- Taurai madzoka -- Pasi pemavheji pane nyama -- Makwikwi -- Tezvara vavatezvara. aProduction level cataloging. a92bPUL03167ngm a22006377i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041002300195046001500218050002500233245011300258246006700371257002000438264004900458264001100507300012300518336005000641337002300691338003000714340001900744344005300763347007100816380002700887538016000914500002601074532003401100546003801134500005301172500002601225511008401251520023601335500037701571500004701948500008801995650003202083650002002115650002202135655003002157655002602187655002702213655002602240655002602266655005402292700003902346700003902385710004102424773005202465994001202517on1390681847OCoLC20230718213016.0vd csaizm230713t20212021ch 100 vleng  a 2023600566 aDLCbengerdacDLC1 a81445602422642aVS-379bVinegar Syndrome a(OCoLC)13906818471 achijengpenghchi k19962edtf00aDVE8174(viewingcopy)00aEbola syndrome /cJing's Production ; written by Ting Chau ; directed by Herman Yau ; produced by Jing Wong.1 iOriginal language title as shown on IMDb:aYi boh lai beng duk aHong Kong.2naf 1a[United States] :bVinegar Syndrome,c[2021] 4c©2021 3viewing copya1 videodisc (100 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) + 1 booklet. atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aCantonese with English subtitles. aOriginally released as a motion picture in 1996. aTitle from container.1 aFui-On Shing, Anthony Chau-Sang Wong, Yeung-Ming Wan, Miu-Ying Chan, Bobby Yip. a"A Chinese restaurant worker wanted for murder in Hong Kong contracts Ebola in South Africa, becomes immune to it, and unknowingly spreads the virus there, then comes back to Hong Kong and continues to infect people with it"--IMDb. aSpecial features: brand new introduction by Herman Yau; "Cantonese with Dr. Yau" brand new featurette with Herman Yau on the difficulties of translating Cantonese into English; archival interview with Herman Yau and lead actor Anthony Wong; archival commentary track with Herman Yau and Anthony Wong; brand new commentary track with film historian and author Samm Deighan. aAlso includes a Blu-ray copy of the movie. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aEbola virus diseasevDrama. 0aVirusesvDrama. 0aMurderersvDrama. 7aDark comedy films.2lcgft 7aSlasher films.2lcgft 7aDisaster films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aQiu, Litao,d1961-efilm director.1 aWang, Jing,d1955-efilm producer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01599nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245011000257260002800367300007900395336003300474337002800507338002600535540004200561500003600603500001100639506018500650580006500835600007000900600007600970650005501046655004601101856009001147994001201237on1390681848OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634711 aDLCbengedcrmgcDLC a(OCoLC)1390681848 aLC-DIG-ppmsca-87320bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Floor plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 22 x 36 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 9. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87320qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87320 a92bPUL01373njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110005900171245005100230264004400281300003000325336003700355337002300392338003100415344001900446344001900465344001900484347002200503347001300525382011800538500002700656511011100683505012500794650002700919655002300946655001800969994001200987on1390681852OCoLC20230718213016.0sd fsngnnmmned230714s2003 okurcnn n eng  a 2023626355 aDLCbengerdacDLC1 a829914013025 a(OCoLC)13906818522 aEveryday Value (Musical group),ecomposer,eperformer.10aAt the third lion's roar... /cEveryday Value. 1aCalera, OK :bNextstep Records,c[2003] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen1dpianon1dbass guitarn1amale voicen1dpianon1aguitarn1dmale voicen1adrum setn1s42lcmpt aTitle from disc label.0 aEveryday Value (Max, vocals, piano, bass guitar ; Luke, vocals, piano ; Mark guitar, vocals ; Jed, drums).00tManifestation of the new armies --tShattered at best --tTransit point treason --tPacesetter --tAll stars shine west. 0aRock musicy2001-2010. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL00879njm a22002537a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001600159245005000175260003000225300004100255500001600296546001900312500001800331505023100349500003300580994001200613on1390681853OCoLC20230718213016.0sd fsngnnmmned211117s2017 rh jznn n sna  a 2021316950 aDLCbengcDLC a(OCoLC)1390681853 alcode1 aDondo, Sam.10aGame changerh[sound recording] /cSam Dondo. aHarare :b[s.n.],cc2017. a1 sound disc :bdigital ;c4 3/4 in. aJazz music. aSung in Shona. aCompact disc.1 a1. Shamwari -- 2 Ndoenda -- 3. Game changer -- 4. Marume shanda -- 5. Only you -- 6. Hutano -- 7. Kushandira mhuri -- 8. Nhapwa yerudo -- 9. Kazevezeve -- 10. Tunyemba -- 11. Tichasangana -- 12. Huyai -- 13. Shamwari acoustic. aProduction level cataloging. a92bPUL01988nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245014000283260010300423300008000526336003300606337002800639338002600667540004200693500003300735500001900768500004500787500026700832651004801099650007001147650004801217650004601265650004601311655003601357655004301393700003601436856009401472994001201566on1390681854OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023637585 aDLCbengedcrmgcDLC aH16944bU.S. Copyright Office. a(OCoLC)1390681854 aLC-DIG-stereo-1s48070bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom British concession (E.) to east arsenal, over plain occupied by Russians--during battle July 13, 1900, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 54; No. 2. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 54). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aMilitary occupationsxRussianszChinazTianjiny1900-1910.2lctgm 7aArmorieszChinazTianjiny1900-1910.2lctgm 7aPlainszChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48070qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48070 a92bPUL01659ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245018300163246001700346264007300363300004700436336003500483337002800518338002700546490002900573500003500602546002000637650003500657655003000692655003000722655001900752700004700771730007500818773012300893787026901016994001201285on1390681859OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561427 aDLCbengerdacDLC a(OCoLC)1390681859 apcc00aML31b.C59500aSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "The eternal city," a First National picture /ccompiled by James C. Bradford.30aEternal City 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEternal City (Motion picture : 1923)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 22w(DLC) 201857196108iRelated item of manifestation:tSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "The eternal city," a First National picture.dNew York City : Cameo Music Publishing Co. Inc., [not before 1923]w(DLC) 2022561426 a92bPUL01833ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245021800160257001400378260005500392300006800447508032500515511025000840546005901090520019201149500002801341541001401369655002601383655002601409700002901435700004301464994001201507on1390681866OCoLC20230718213016.0vd cvaiz|120529s200u tz --- vlswa  a 2012314090 aDLCbengeamimcDLC a(OCoLC)1390681866 alcode00aDiana.n[No. ] 2 /cSteps Entertainment presents ; A Elite Entrepreneurs for Africa (EE4A) film ; story, Julieth Samson (Kemmy), Salim Rupia ; script, Ignas Mkindi ; director, story development, Single Mtambalike. aTanzania. aDar es Salaam :bSteps Entertainment Ltd.,c[200-] a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Mathias Chalange ; continuity, Said Mbuli ; boom swing, light, Hussein Sharobaro ; location manager, Sabrina Rupia ; production manager, Said Mbuli ; producer, Bulls Entertainment ; executive producer, Elite Entrepreneurs for Africa (EE4A) ; sound, graphics, edited by, Hamis Koba ; subtitles, Edwin "7.6" Kileo.1 aSingle Mtambalike (Samweli), Sabrina Rupia (Diana), Halima Yahaya (Celine), Juma Chikoka (Hamidu), Salum Mchoma (mganga), Asha Mahanyu (Mama Samweli), Herieth Chumila (Mama Diana), Ashura Kilua (Rafiki), Abdul Koba (Jesica), Tiko Hassami (Mary). aIn Swahili with English subtitles, credits in English. aA continuation of the story of Samweli who falls in love with another woman (Celine) and leaves his wife. The neglect of his family brings about squabbles and suffering to all around him. aSource used: videodisc. cPurchase. 7aFeature films.2lcgft 7aFiction films.2lcgft1 aMkindi, Ignas,ewriting.1 aMtambalike, Single,edirection,ecast. a92bPUL02706ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245027900160257001200439260007900451300008200530508018100612511002900793520082200822500003801644536051501682655003002197655002902227700003202256700003202288710006002320994001202380on1390681867OCoLC20230718213016.0vd cvaiz|210923s2013 mw 012 vleng  a 2021316754 aDLCbengeamimcDLC a(OCoLC)1390681867 alcode00aEconomic valuation of sustainable natural resource use in Malawi.pForestry resources /cauthors: Gil Yaron, Ronald Mangani, John Mlava, Patrick Kambewa, Steve Makungwa, Austine Mtethiwa, Spy Muuthali, William Mgoola, John Kazembe ; script: Madalitso Mvula, Patrick Njawala. aMalawi. aLilongwe, Malawi :bMinistry of Economic Planning and Development,cc2013. a1 videodisc of 1 (DVD) (ca. 12 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Lucius Funsani, Patrick Njawala ; editor, Patrick Njawala, Blessings Simon ; sound track, Masankho Banda ; production coordinator, Michael Mmangisa, Mzithembi Mbekeani.0 aMarvin Mbwana, narrator. aThe Government of Malawi is implementing the Malawi Poverty and Environment Initiative (MPEI) of the United Nations Development Programme (UNDP). MPEI's aim is to enhance the contribution of the sustainable management of natural resources to poverty reduction, food security and economic growth, and to facilitate the achievement of both the Malawi Growth and Development Strategy (MGDS) and the Millennium Development Goals (MDGs). The Economic Study was conducted within the context of the MPEI project. The primary aim of the study is to provide evidence on the costs and benefits of sustainable and unsustainable natural resource management in Malawi. Focus is on four selected natural resources: forestry resources, fisheries resources, wildlife resources and soils. This video is focusing on forestry resources. aSource used: videodisc container. aSupported by United Nations Development Programme (UNDP), Department of State United States of America, Irish Aid, Norwegian Ministry of Foreign Affairs, Spanish Ministry of Foreign Affairs and Cooperation, UK Department for International Development (DFID), Danish Ministry of Foreign Affairs (DANIDA), European Commission, Belgian Development Cooperation, Swedish International Development Cooperation Agency (SIDA), Swedish Environmental Protection Agency, and United Nations Environmental Programme (UNEP). 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMvula, Madalitso,ewriting.1 aNjawala, Patrick,ewriting.1 aMalawi.bMinistry of Economic Planning and Development. a92bPUL01891nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245012200282260010300404300008000507336003300587337002800620338002600648540004200674500003300716500001100749500004500760500026700805651004801072650004501120650005001165650005701215655003601272655004301308700003601351856009401387994001201481on1390681873OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637594 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390681873 aLC-DIG-stereo-1s48022bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aReminders of the terrible eight weeks' siege--ruins of French Legation, on Legation Street, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 73). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aRuinszChinazBeijingy1900-1910.2lctgm 7aWar damagezChinazBeijingy1900-1910.2lctgm 7aEmbassiesxFrenchzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48022qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48022 a92bPUL01976nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040001800101017003500119035002200154037006100176037006100237110003900298245009700337260010300434300005600537540004200593500003300635500001900668500004500687500026700732650006300999650005601062650005101118650005101169655003601220655003901256655004301295700003601338856009401374856009801468994001201566on1390681874OCoLC20230718213016.0kh |||060420s1902 enknnn knund  a 2006681326 aDLCbengcDLC aH16947bU.S. Copyright Office. a(OCoLC)1390681874 aLC-DIG-stereo-1s19390bDLCc(digital file from original) aLC-USZ62-52358bDLCc(b&w film copy neg. of half stereo)2 aUnderwood & Underwood,epublisher.12aA group of Pekinese women in the court of a wealthy Chinese house, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photographic print on stereo card :bstereograph. aNo known restrictions on publication. aTitle transcribed from item. aNo. 90; No. 1. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 91). 7aWomenxClothing & dresszChinazBeijingy1900-1910.2lctgm 7aClothing & dresszChinazBeijingy1900-1910.2lctgm 7aRich peoplezChinazBeijingy1900-1910.2lctgm 7aUpper classzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aGroup portraitsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19390qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19390413digital file from b&w film copy neg.dcphf3b00339qpuhttp://hdl.loc.gov/loc.pnp/cph.3b00339 a92bPUL01508njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003700149035002200186110005300208245004200261264005200303300003000355336003700385337002300422338003100445344001900476344001900495344001900514347002200533347001300555500002600568511001400594500003400608505035500642650002400997655003101021655001801052655002801070994001201098on1390681880OCoLC20230718213016.0sd fsngnnmmned230713p20181994caurcnn d n eng  a 2023626336 aDLCbengerdacDLC1 a03984156372602a3984-15637-2bMetal Edge Records a(OCoLC)13906818802 aVomitory (Musical group),ecomposer,eperformer.10aRaped in their own blood /cVomitory. 1aSherman Oaks, CA :bMetal Edge Records,c[2018] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aVomitory. aLyrics inserted in container.00tNervegasclouds --tRaped in their own blood --tDark grey epoch --tPure death --tThrough sepulchral shadows --tInferno --tSad fog over sinister runes --tInto winter through sorrow --tPerdition --tThorns --tBonus (Through sepulchral shadows, demo 1994).tThrough sepulchral shadows (demo) ;tThorns (demo) ; Sad fog over sinister runes (demo). 0aHeavy metal (Music) 7aHeavy metal (Music)2lcgft 7aSongs.2lcgft 7aDemo recordings.2lcgft a92bPUL01650nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041002800194050002800222052001400250110003500264245013200299246001100431255003400442264005500476264001100531300008500542336004000627337002800667338002600695500002200721500001600743500018100759546007000940651002501010650005201035651004301087655002501130710004901155994001201204on1390681881OCoLC20230718213016.0aj cinzn230717t20032003it a 1 ita  a 2023591402 aDLCbengerdacDLC a9788851104283 a885110428X1 aab13000 a(OCoLC)13906818810 aitaaengafreageraspa00aG6714.P15E635 2003b.G4 a6714bP152 aGEOnext (Firm),ecartographer.10aIstituto geografico De Agostini Padova :bpianta turistica : tourist map : plan touristique : Touristenplan : mapa turístico.30aPadova aScale 1:13,000. 1 cm = 130 m. 1aNovara :bIstituto geografico De Agostini,c[2003] 4c©2003 a1 map :bboth sides, color, plastic ;con sheet 25 x 99 cm, folded to 25 x 11 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. a"203030-3." aIncludes indexes, public transit information, directories to points of interest, transport companies, and emergency services, and maps of the metropolitan area and city center. aText and legend in Italian, English, French, German, and Spanish. 0aPadua (Italy)vMaps. 0aCentral business districtszItalyzPaduavMaps. 0aPadua Metropolitan Area (Italy)vMaps. 7aTourist maps.2lcgft2 aIstituto geografico De Agostini,epublisher. a92bPUL01642ndm a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117050002300139100005500162240002900217245009600246264006300342300003100405336003000436337002500466338002300491382003100514500005000545500001200595546001900607500001700626546002000643500005900663500006300722500016600785541004700951500004900998600004701047650003501094655001801129655002201147700003901169994001201208on1390681887OCoLC20230718213016.0170424s1958 causgl n eng  a 2017560002 aDLCbengerdacDLC a(OCoLC)139068188700aML96b.C34 no. 1791 aCastelnuovo-Tedesco, Mario,d1895-1968,ecomposer.10aLittle songs.pPastorale10aPastorale :bfor voice and piano /cMario Castelonuovo-Tedesco ; [poems by] Ulric Devaré. 0aBeverly Hills, Calif. :bMario Castelnuovo-Tedesco,c1958. a1 score (3 pages) ;c34 cm anotated music2rdacontent aunmediated2rdamedia avolume2rdacarrier01ahigh voicen1apianon1s2 aDyeline copies of the composer's authographs. aIn ink. aEnglish words. aCover title. bStaff notation. aDyline copies of musical manuscripts signed and dated. aAt end: Signed, "Mario Beverly Hills Calif. Dec. 17,1958." aWith a signed inscription to the poet, Ulric Devaré, from the composer, "a 'late Xmas card'-with all best wishes for the New Year! Mario Dec. 26, 1958"--Cover. cPurchase;aJ & J Lubrano;dMarch 13, 2012. aLC has: 2 copies. One with inscription.5DLC10aDe Vaere, Ulric,d1932-vMusical settings. 0aSongs (High voice) with piano. 7aSongs.2lcgft 7aArt music.2lcgft1 aDe Vaere, Ulric,d1932-elyricist. a92bPUL01903njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002900150035002200179042001400201245007400215264004400289264002100333300004900354336003700403337002300440338003100463340001900494344001800513344001500531344002300546344001900569500002700588500009200615511026000707505020800967650003001175650001801205650001601223655002501239655002301264655001801287700004201305700003901347710003501386994001201421on1390681888OCoLC20230718213016.0sd bsmennmplue230630p20231997it ppnn n eng d a 2023616858 aTDFbengerdacDLC30a805551523395702aRR00380bRadiation Roots a(OCoLC)1390681888 alccopycat00aBarry Brown meets the Scientist at King Tubbys with the Roots Radics. 1aRome, Italy :bRadiation Roots,c[2023] 4c℗2023,c©1997 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label. aAll tracks written by Nkrumah Thomas exept tracks 1, 3, & 12 written by Nkrumah Thomas.0 aBarry Brown, the Scientist ; with the Roots Radics Band (Errol Flabbel Holt, bass ; Style Scott, drums ; Bingy Bunny, rhythm guitar ; Dwight Pickney, lead guitar ; Sticky, Sky Juice, percussion ; Dean Fraser, Nambo, horns ; Gladstone Anderson, keyboards).0 aMovements of jah -- Movements in dub -- Jealous lover -- Love dub -- Girlfriend -- Girlfriend In dub -- Peace & love -- Peace dub -- What you don't know -- Don't know dub -- One away love -- One way dub. 0aPopular musicy1991-2000. 0aReggae music. 0aDub (Music) 7aReggae music.2lcgft 7aDub (Music)2lcgft 7aSongs.2lcgft1 aBrown, Barry,d1962-2004,eperformer.0 aScientistc(Musician),eperformer.2 aRoots Radics Band,eperformer. a92bPUL01289nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002300154052001300177110005900190245009100249250002300340255001900363264005700382300009900439336004000538337002800578338002600606500002200632500005100654500001900705500009300724500004300817651003800860655001700898994001200915on1390681889OCoLC20230718213016.0aj canzn230714s2023 dcu a f 0 eng  a 2023587326 aDLCbengerdacDLC0 aa a(OCoLC)139068188900aG3732.A3 2023b.U5 a3732bA31 aUnited States.bNational Park Service.,ecartographer.10aAcadia National Park, Maine /cNational Park Service, U.S. Department of the Interior. aLast updated 2023. aScales differ. 1a[Washington, D.C.] :bNational Park Service,c[2023] a4 maps on 1 sheet :bcolor ;c39 x 43 cm or smaller, on sheet 60 x 43 cm, folded to 10 x 21 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. a"*GPO:2023---423-201/83009 Last updated 2023." aIncludes text. aMaps: Acadia National park -- Isle au Haut -- Schoodic Peninsula -- Mount Desert Island. aText and color illustrations on verso. 0aAcadia National Park (Me.)vMaps. 7aMaps.2lcgft a92bPUL02084nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245013500282260010300417264002600520300008000546336003300626337002800659338002600687540022200713500003300935500001300968500004500981500026701026600002501293650006001318650003101378655003601409655004401445655004301489700003601532856009401568994001201662on1390681902OCoLC20230718213016.0kh |o|190501s1901 enknnn kneng  a 2019634332 aDLCbengedcrmgcDLC aH2777bU.S. Copyright Office. a(OCoLC)1390681902 aLC-DIG-stereo-1s19631bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aPrince Ching, commander of city guard--secret friend of legations during siege-- now Peace Commissioner, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. 4cCopyright 1901 Mar 28 a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication in the U.S. Use elsewhere may be restricted by other countries' laws. For general information see "Copyright and Other Restrictions ...,"uhttp://www.loc.gov/rr/print/195_copr.html aTitle transcribed from item. aNo. (2). aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 98).00aYikuang,d1836-1916. 7aGovernment officialszChinazBeijingy1900-1910.2lctgm 7aSittingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPortrait photographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19631qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19631 a92bPUL01833nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245010500282260010300387300008000490336003300570337002800603338002600631540004200657500004000699500002900739500004500768500026700813650005901080650004301139650004401182655003601226655004301262700003601305856009401341994001201435on1390681903OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023635246 aDLCbengedcrmgcDLC aH8379bU.S. Copyright Office. a(OCoLC)1390681903 aLC-DIG-stereo-1s48075bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aLooking down the Peiho River toward North Port and Bay, from Northwest Fort, Taku, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from spreadsheet. aTitle damaged on stereo. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 46). 7aForts & fortificationszChinazTakuy1900-1910.2lctgm 7aRiverszChinazTakuy1900-1910.2lctgm 7aHarborszChinazTakuy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48075qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48075 a92bPUL01294njm a22003375i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182110003700194245004700231264005100278264001200329300004200341336003700383337002300420338003100443500001800474500002600492505032100518500003300839650003800872655003400910994001200944on1390682006OCoLC20230718213016.0sd fsngnnmnned160901p20152015bl ppnn n zxx  a 2016309037 aDLCbengerdacDLC3 a7891430383923 a(OCoLC)1390682006 alcode as-bl---2 aTrio Madeira Brasil,eperformer.10aTrio Madeira Brasil ao vivo em Copacabana. 1a[Rio de Janeiro, Brazil] :bSom Livre,c[2015] 4c℗2015 a1 audio disc :bCD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aCompact disc. aCAP DLI 51 FY16.5DLC00aSanta morena --tQuebrando o galho --tAssanhado --tChoro pro tio --tFeia (pertinho do céu) --tOlha Maria --tPassarim --tDança do corrupião --tFuite retratos --tFuga y misterio --tDanza de la vida breve --tAs vitrines --tChoro da bisa --tLoro --tBachianas brasileiras no 2 (o trenzinho do caipira). aProduction level cataloging. 0aPopular musiczBrazily2011-2020. 7aLive sound recordings.2lcgft a92bPUL04188njm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002500149035002200174245008000196264004900276264001200325300010900337336003700446337002300483338003100506340001900537344001800556344001500574344002300589344001900612382015200631500002000783511026100803508007101064500007301135500014501208505047001353505036701823505042702190505038302617505046803000650001603468650002203484655002303506655002803529655003403557655001803591710004903609994001203658on1390682007OCoLC20230718213016.0sd bsmennmplue230714p20191969caurcnn fi n eng  a 2023617318 aDLCbengerdacDLC10a60257799778502aB0030769-01bMercury a(OCoLC)139068200700aTrouble no more :b50th anniversary collection /cthe Allman Brothers Band. 1aSanta Monica, California :bMercury,c[2019] 4c℗2019 a10 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. +e1 book (45 pages : illustrations ; 27 x 27 cm) aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aguitarn1dslide guitarn1aguitarn1amale voicen1dorgann1dpianon1abass guitarn1adrum setn1dcongasn1adrum setn1dpercussionn12lcmpt aTitle from box.0 aThe Allman Brothers Band (initial lineup: Duane Allman, lead and slide guitars ; Gregg Allman, organ, piano, vocals ; Dickey Betts, lead guitar ; Berry Oakley, bass guitar ; Jaimoe, drums, congas ; Butch Trucks, drums, percussion) ; and subsequent lineups. aCompilation produced by Bill Levenson, John Lynskey and Kirk West. aMaterial from 1969-2014, with some selections previously unreleased. aBox set contains book with credits, photos, history of band lineups, and essay by John P. Lynskey (45 pages) ; and 5 double LPs with covers.00tThe Capricorn years. 1969-1979, part I.tTrouble no more (demo) --tDon't want you no more --tIt's not my cross to bear --tDreams --tWhipping post --tI'm gonna move to the outskirts of town (live at Ludlow Garage) --tMidnight rider --tRevival --tDon't keep me wonderin' --tHoochie coochie man --tPlease call home --tStatesboro blues (live at Fillmore East) --tStormy Monday (live at Fillmore East) --tIn memory of Elizabeth Reed (live at Fillmore East).00tThe Capricorn years. 1969-1979, part II.tOne way out (live at Fillmore East) --tYou don't love me ;tSoul serenade (live at A&R Studios) --tHot' lanta (live at A&R Studios) --tStand back --tMelissa --tBlue sky --tAin't wastin' time no more (live at Mar y Sol) --tWasted words --tRamblin' man --tSouthbound --tJessica --tEarly morning blues (outtake).00tThe Capricorn years. 1969-1979, part III ; The Arista years. 1980-1981.tCome and go blues (live at Watkins Glen) --tMountain jam (live at Watkins Glen) --tCan't lose what you never had --tWin, lose or draw --tHigh Falls --tCrazy love --tCan't take it with you --tPegasus --tJust ain't easy (live at Merriweather Post Pavilion) --tHell & high water --tAngeline --tLeavin' --tNever knew how much (I needed you).00tThe Epic years. 1990-2000.tGood clean fun --tSeven turns --tGambler's roll --tEnd of the line --tNobody knows --tLow down dirty mean (live at Beacon Theatre) --tCome on into my kitchen (live at Radio & Records Convention) --tSailin' 'cross the Devil's Sea --tBack where it all begins --tSoulshine --tNo one to run with --tI'm not crying (live at the Beacon Theatre).00tThe Peach years. 2000-2014.tLoan me a dime (live at World Music Theatre) --tDesdemona (live at the Beacon Theatre) --tHigh cost of low living --tOld before my time --tBlue sky (live at the Beacon Theatre) --tLittle Martha (live at the Beacon Theatre) --tBlack hearted woman (live at the Beacon Theatre) --tThe sky is crying (live at the Beacon Theatre) --t"Farewell" speeches (live at the Beacon Theatre) --tTrouble no more (live at the Beacon Theatre). 0aRock music. 0aBlues-rock music. 7aRock music.2lcgft 7aDemo recordings.2lcgft 7aLive sound recordings.2lcgft 7aSongs.2lcgft2 aAllman Brothers Band,eperformer,ecomposer. a92bPUL01759nem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172050002400194052001400218110006100232245014300293246011500436250001700551255003400568264007000602264001100672300007600683336004000759337002800799338002600827490003300853490001500886500001700901500006600918500002400984500006801008500010301076651002801179651003501207655001701242710003001259994001201289on1390682008OCoLC20230718213016.0aj canzn230717t19951995at a 1 eng  a 2023592549 aDLCbengerdacDLC a9780731907755 a07319077521 aab21000 a(OCoLC)139068200800aG8964.G37 1996b.U5 a8964bG372 aUniversal Business Directories Pty. Ltd.,ecartographer.10aGeraldton & district :bUBD Australia : including Cervantes, Dongara & Port Denison, Jurien, Kalbarri, Leeman /cUniversal Press Pty. Ltd.3 aGeraldton and district, UBD Australia, including Cervantes, Dongara and Port Denison, Jurien, Kalbarri, Leeman a2nd edition. aScale approximately 1:21,000. 1aOsborne Park, W.A. :bUBD, a division of Universal Press,c[1996] 4c©1996 a1 map :bcolor ;c56 x 38 cm, on sheet 81 x 63 cm, folded to 25 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aWestern Australia map series0 aMap ;v680 aPanel title. aIncludes inset, index, advertisements and color illustration. aInset: City centre. aIndex, 6 maps, color advertisements and illustrations on verso. aMaps on verso: District map -- Jurien -- Cervantes --Leeman -- Kalbarri -- Dongara & Port Denison. 0aGeraldton (W.A.)vMaps. 0aGeraldton Region (Vic.)vMaps. 7aMaps.2lcgft2 aUniversal Press Pty. Ltd. a92bPUL05263nkc a2200553 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148245010400160260007300264300011100337336003300448337002800481338002600509520150800535540015602043500003702199500009002236500025202326500002002578500075502598500014503353500003503498506003603533545013903569555007903708610007903787610006203866650006703928650004603995650004804041650007204089650005104161650004504212650004204257650004904299655003804348655004104386655004504427773009504472856006104567856006904628994001204697on1390682009OCoLC20230718213016.0kh b|o230713s1926 caunnn kneng  a 2023631490 aDLCbengedcrmgcDLC a(OCoLC)1390682009 ae-it---04aThe Gwin Flex Stretcherh[graphic] /cSan Francisco, California, Gwin Flex Stretcher Company, 1926. a[San Francisco, California] :b[Gwin Flex Stretcher Company],c1926. a69 photographs in 1 album :bgelatin silver prints ;calbum 30 x 38 cm, photographs 21 x 26 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show people using the Gwin-Flex stretcher, a flexible stretcher made of "twisted duck" material with wood handles. Most images depict the stretcher in use, in both posed photographs and views of real incidents. Some photographs show military use of the stretcher including staged images of "wounded" soldiers on a field and in a trench. Other photographs taken on the Mexican border, portray the Naps Ambulance Company, No. 1 of the National Guard of California with actual wounded soldiers. Images of patients include the Mark Shaw Ambulance Company, San Bernardino, California at an industrial accident; hospital staff transferring patients to beds, gurneys and operating tables; an ophthalmologic operation; two men lowering a patient on a stretcher into a bathtub; and staff lifting a convalescent patient into a wheelchair, possibly at the Battle Creek Sanitarium in Michigan. Several images depict the use of the stretcher for railroad travel, including men carrying a patient through a train car window. Another series of photographs show police and fire departments using the stretcher including two Oakland Police Department officers transporting a man in an elevator going to a detention ward at City Hall, the San Francisco Fire Department rescue squad training staff in stretcher use and the Richmond, California Fire Department. One image shows American Red Cross nurses of the San Francisco Chapter, probably during an outdoor training exercise, putting a man into a stretcher. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title transcribed from item. aOn album cover: "Gwin-Flex Stretcher Co., San Francisco, Calif. Pat'd 12-12-16."5DLC aLabel inside front cover: "From Gwin-Flex Stretcher Co. Manufacturers of Stretchers for Hospitals Ambulances and Patrols 1715 Folsom Street P.O. Box 954 San Francisco, Calif. To Bureau of Medicine and Surgery, File No. DNC: MFD 124704 (111)."5DLC aIncludes index. aIncludes certified copies of correspondence or statements from Gwin-Flex stretcher users including Dr. J.C. Egbert, M.D., surgeon, Harbor Emergency Hospital, San Francisco; Colonel W.O. Owen, Curator, Army Medical Museum; Forest Troutman, Modern Ambulance Service, Berkley, California; Thomas M. Burns, Burns & Campbell Company; J.J. Sherry, Oakland Police Department; F.A. Kenyon, Commissioner of Public Health and Safety, Department of Public Health, Stockton, California; Charles H. Whitehead, Receiving Hospital, City of Los Angeles; J.H. Kellogg, M.D., Battle Creek Sanitarium, Battle Creek, Michigan; Edmund Butler, Chief Surgeon, San Francisco Department of Public Health; and S. Rocca, Captain and Drill Master, San Francisco Fire Department. aIt can be hard to tell whether some images are posed or actual incidents. Copies of correspondence next to some photographs may offer clues. aAll photographs have captions.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxPeoplezCaliforniazSan Franciscoy1920-1930.24aBattle Creek Sanitarium (Battle Creek, Mich.)y1920-1930. 7aMilitary personnelxAmericanzUnited Statesy1920-1930.2lctgm 7aLitterszUnited Statesy1920-1930.2lctgm 7aHospitalszUnited Statesy1920-1930.2lctgm 7aNurseszCaliforniazSan FranciscozUnited Statesy1920-1930.2lctgm 7aSick personszUnited Statesy1920-1930.2lctgm 7aPrisonerszCaliforniay1920-1930.2lctgm 7aPolicezCaliforniay1920-1930.2lctgm 7aFire fighterszCaliforniay1920-1930.2lctgm 7aCorrespondencey1920-1930.2gmgpc 7aPhotograph albumsy1920-1930.2gmgpc 7aGelatin silver printsy1920-1930.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01644njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100006200171245004000233264006700273264001100340300004100351336003700392337002300429338003100452344001900483344001900502344001900521347002200540347001300562382012500575382008900700500002700789511010300816500004000919500003100959505014200990650002201132650003001154655002601184994001201210on1390682021OCoLC20230718213016.0sd fsngnnmmned230714t20192019iluppnn n eng  a 2023628013 aDLCbengerdacDLC1 a888295966672 a(OCoLC)13906820211 aMacdonald, Brad,d1988-ecomposer,elyricist,eperformer.10aBack home to you /cBrad Macdonald. 1a[Collinsville, Ill.] :bCanteen Creek Publishing, LLC,c[2019] 4c©2019 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio013Two halves of a broken heartamale voicen1dpianon1afemale voicen1aguitarn1abass guitarn1adrum setn1s52lcmpt013Remainderamale voicen1dpianon1aguitarn1abass guitarn1adrum setn1s42lcmpt aTitle from disc label.0 aBrad Macdonald, piano, vocals ; with Chris Parsons, guitar ; Kyle Meyers, bass ; Rob Dicke, drums. aMusic and lyrics by Brad Macdonald. aProgram note on container.0 aTake me away -- Let me say goodbye -- Back home to you -- When I ask you to dance -- Two halves of a broken heart (feat. Bethany Norman). 0aAmericana (Music) 0aPopular musicy2011-2020. 7aPopular music.2lcgft a92bPUL00771njm a22002534a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001800159245004900177260002700226300004100253500002500294546003000319500001800349505010500367500003300472994001200505on1390682022OCoLC20230718213016.0sd fsngnnmmned200706s2019 ua fmnn n nub  a 2020337240 aDLCbengcDLC a(OCoLC)1390682022 alcode1 aMadani, Asia.10aAfriCairoh[sound recording] /cAsia Madani. a[Cairo :bs.n.c2019?] a1 sound disc :bdigital ;c4 3/4 in. aSudanese folk music. aSung in Nubian languages. aCompact disc.0 aAl zoul -- Samaar alloun -- Foulfouldy -- Nuba -- Matgoly way -- Zagal -- Mandy balawya -- Al manam. aProduction level cataloging. a92bPUL01406ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015200163246002600315264007300341300004700414336003500461337002800496338002700524490002900551500003500580500003600615546002000651650003500671655003000706655003000736655001900766700004700785730007700832773012300909994001201032on1390682118OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561466 aDLCbengerdacDLC a(OCoLC)1390682118 apcc00aML31b.C59500aChadwick Pictures Corporation presents Larry Semon in "The girl in the limousine," a First National picture /cmusic compiled by James C. Bradford.30aGirl in the limousine 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGirl in the limousine (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 11w(DLC) 2018571961 a92bPUL01111nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002000162052000900182052000900191110005800200245006400258250001800322255002100340264004400361300005300405336004000458337002800498338002600526500002100552505005500573651002000628651003200648650004000680655001700720994001200737on1390682119OCoLC20230718213016.0aj aazaa230711s1990 sq b f 0 eng  a 2023585548 aDLCbengerdacDLC1 aab250000 a(OCoLC)139068211900aG8590 S250b.S8 a8590 a85911 aSwaziland.bSurveyor General's Office,ecartographer.10aTinkhundla boundaries and polling divisions :b[Swaziland]. aRevised 1990. aScale 1:250,000. 1a[Mbabane] :b[Surveyor General],c1990. a2 maps :bphotocopy ;c62 x 92 cm and 72 x 63 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aBlue-line print.0 a4090. Topography -- 4091. Population distribution. 0aEswatinivMaps. 0aEswatinixPopulationvMaps. 0aElection districtszEswatinivMaps. 7aMaps.2lcgft a92bPUL01701nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014200257260002200399300007900421336003300500337002800533338002600561540004200587500003600629500005500665500002000720506018500740580006500925600007000990600007601060650005501136655004601191856009001237994001201327on1390682120OCoLC20230718213016.0kl co|230712s1892 riunnn kneng  a 2023634707 aDLCbengedcrmgcDLC a(OCoLC)1390682120 aLC-DIG-ppmsca-87316bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan.]h[graphic] /cR. M. Hunt Arch't. c24 December 1892. a1 drawing :bgraphite and watercolor on tracing paper ;csheet 41 x 58 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aStamped: Richard M. Hunt, Architect, Jan 14, 1893. aInitialed: ELM. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87316qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87316 a92bPUL00935njm a22002533a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100002000159245004800179260004500227300004100272500003800313546002000351500001800371505024700389500003300636994001200669on1390682139OCoLC20230718213016.0sd fsngnnmmned150331s2014 sx sgnn n her  a 2014325277 aDLCbengcDLC a(OCoLC)1390682139 alcode0 aMBMc(Musician)10aOld but not coldh[sound recording] /cMBM. aNamibia :bMBM Music Production,c[2014] a1 sound disc :bdigital ;c4 3/4 in. aNamibian oviritje genre of music. aSung in Herero. aCompact disc.0 aUaendavi -- Ngarisengue -- Komuramba -- Ombirive -- Only legend can do this -- Africa -- Omaheke -- Hinakujako -- Hano part 2 -- Kahorere -- Omundu maheeua -- Late Chief Kuaima -- Hunguriva investment -- Onduzu otjari jarinatjo -- Supporters. aProduction level cataloging. a92bPUL01296ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009800163246001200261264007300273300004700346336003500393337002800428338002700456490002900483500003500512500001900547546002000566650003500586655003000621655003000651655001900681700003600700730006300736773012300799994001200922on1390682140OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561391 aDLCbengerdacDLC a(OCoLC)1390682140 apcc00aML31b.C59500aWilliam Fox feature production, Madge Bellamy in "Colleen" /ccompiled by Michael P. Krueger.30aColleen 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKrueger, Michael P.,ecompiler.0 iMusic for motion picture (work):aColleen (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 36w(DLC) 2018571961 a92bPUL01877nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132041001300154050002300167052001700190110007100207245013900278246002600417246006100443255001900504264008500523300011200608336004000720337002800760338002600788500002200814500004100836500004400877500007300921505016300994546004601157650006601203650006001269650006301329655001701392655002201409994001201431on1390682141OCoLC20230718213016.0aj canzn230707s1996 sa a 1 eng  a 2023591370 aDLCbengerdacDLC0 aa a(OCoLC)13906821410 aengaafr00aG8504.B6 1996b.A9 a8504bB6bW42 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, reisdiens, Bloemfontein & Welkom /ccompiled, drawn and published by the Automobile Association of South Africa.30aBloemfontein & Welkom3 aAARSA travel service, reisdiens, Bloemfontein and Welkom aScales differ. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1996] a3 maps on 1 sheet :bboth sides, color ;c58 x 39 cm and smaller, on sheet 60 x 42 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TP-1. aIn lower left corner on verso: 9610/15. aIncludes text, index to points of interest, and color illustrations.0 aBloemfontein central area / Sentrale gebied Bloemfontein -- Welkom central area / Sentrale gebied Welkom -- Bloemfontein arterial routes / hoof-verkeersweë. aText and legend in English and Afrikaans. 0aCentral business districtszSouth AfricazBloemfonteinvMaps. 0aCentral business districtszSouth AfricazWelkomvMaps. 0aRoadszSouth AfricazBloemfontein Metropolitan AreavMaps. 7aMaps.2lcgft 7aRoad maps.2lcgft a92bPUL01041njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182100003300194245004900227264004100276300005100317336003700368337002300405338003100428505016600459500003300625650003800658700003100696994001200727on1390682181OCoLC20230718213016.0sd |uugnnmuneu160427s2014 bl uunn n por  a 2016305643 aDLCbengerdacDLC3 a7892860236704 a(OCoLC)1390682181 alcode as-bl---1 aDelass, Yannick,eperformer.10aOutros rios /cYannick Delass, Juliano Both. 1a[Brazil] :bNAVE Estúdio,c[2014?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier00aViva --tAngeluana --tCata-vento --tComo o verdo como a noite --tRevoada --tMalu --tBibale misusu (outros rios) --tGravana --tBongima blues --tDespedida. aProduction level cataloging. 0aPopular musiczBrazily2011-2020.1 aBoth, Juliano,eperformer. a92bPUL00878nem a22003011i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002100163052000900184110004300193245005300236255003700289264005800326300003300384336004000417337002800457338002600485500001100511651002500522655001700547994001200564on1390682182OCoLC20230718213016.0aj canzn971106s1958 inu a 0 eng  a 97690634  aDLCbengerdacDLC1 aab4000000 a(OCoLC)139068218200aG3700 1958b.C68 a37002 aGeorge F. Cram Company,ecartographer.10aCram's Quick reference map of the United States. aScale approximately 1:4,000,000. 1aIndianapolis, Ind. :bGeorge F. Cram Company,c[1958] a1 map :bcolor ;c86 x 62 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier a#755A. 0aUnited StatesvMaps. 7aMaps.2lcgft a92bPUL01656nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034005500159035002200214050002000236052000900256110006500265245017900330246004400509246004100553250001800594255005700612264005500669264001200724300007700736336004000813337002800853338002600881500003600907500002200943500013600965500008501101651003101186655001701217994001201234on1390682183OCoLC20230718213016.0aj canzn230717t20162016txuc a 1 eng  a 2023587331 aDLCbengerdacDLC a9781771298421 a17712984211 aab1000000dW0830000eW0660000fN0470000gN0370000 a(OCoLC)139068218300aG3710 2016b.I5 a37102 aInternational Travel Maps (Firm),ecartographer,epublisher.10aUSA northeast :bBoston Region, NYC Region, Lower Manhattan /cInternational Travel Maps ; edited by Yusuke Ujimiya, Mark Ramsay, Tran Dinh Cuong ; Lan Joyce editor in chief.3 aInternational Travel Maps USA northeast18aITMB USA northeast scale 1:1,000,000 a2016 edition. aScale 1:1,000,000.c(W 83°--W 66°/N 47°--N 37°). 1aRichmond, BC :bInternational Travel Maps,c[2016] 4c© 2016 a1 map :bboth sides, color ;con sheet 68 x 100 cm, folded to 25 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by gradient tints. aTitle from panel. aCovers a region as far south as Cincinnati, Ohio, and Richmond, Virginia, as far west as Detroit, Michigan, up to the top of Maine. aIncludes index and insets of Lower Manhattan, Boston region and New York region. 0aNortheastern StatesvMaps. 7aMaps.2lcgft a92bPUL00972ngm a22002775a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245011000160257001800270260003500288300006700323500003600390520011200426500003800538541001000576655002400586655002900610710004300639994001200682on1390682184OCoLC20230718213016.0vd cvaiz|200116s2018 mg --- i vleng  a 2019352483 aDLCbengeamimcDLC a(OCoLC)1390682184 alcode00aFather's day :bthe role of the father during the first moments of the child's life /cProd. CoffeeMelon. a[Madagascar]. a[Madagascar] :bUnicef,c2018. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aTitle from videodisc container. aOn fathers interacting with their toddlers and how important these moments are for the child's development. aSource used: videodisc container. cGift. 7aShort films.2lcgft 7aNonfiction films.2lcgft2 aProd. CoffeeMelon (Production company) a92bPUL01609nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002800377300007900405336003300484337002800517338002600545540004200571500003600613500001100649506018500660580006500845600007000910600007600980650005501056655004601111856009001157994001201247on1390682185OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634298 aDLCbengedcrmgcDLC a(OCoLC)1390682185 aLC-DIG-ppmsca-87296bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 30 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 6. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87296qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87296 a92bPUL01804nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012600256260002800382300009800410336003300508337002800541338002600569540004200595500003600637500006800673506018500741580006500926600007000991600007601061650005501137650005601192655004601248655003401294856009001328994001201418on1390682186OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634691 aDLCbengedcrmgcDLC a(OCoLC)1390682186 aLC-DIG-ppmsca-87300 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[South elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 29 x 53 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87300qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87300 a92bPUL01465nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180050002500202052000900227245010700236246016300343255007600506264005700582300003400639336004000673337002800713338002600741490003500767534005900802500005300861500007500914651002400989655002301013655001701036710003801053994001201091on1390682202OCoLC20230718213016.0aj canzn230714r19771886ie a 0 eng  a 2023585561 aDLCbengerdacDLC1 aab696960dW0140000eW0110000fN0090000gN0070000 a(OCoLC)139068220200aG8860 1886b.S4 1977 a886004aThe settlement of Sierra Leone :bmap to illustrate Sir Samuel Rowe's dispatch of the 17th March 1886.1 iTitle from publisher's brochure:aSettlement of Sierra Leone :bmap to illustrate Sir Samuel Rowe's dispatch of the 17 March 1886, from R. Maneah to R. Mannah aScale 1:696,960 or 11 miles to the inchc(W 14°--W 11°/N 9°--N 7°). 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c53 x 47 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v30 pOriginal version:c[London] : Dangerfield Lith., 1886. a"Intelligence Branch No 550"--Lower left corner. aMap reprinted from the IUP series of the British Parliamentary papers. 0aSierra LeonevMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01439njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132245002800154264004700182264001200229300003000241336003700271337002300308338003100331344001900362344001900381344001900400347002200419347001300441382002500454500002700479511004200506500002500548505038300573650001800956655002500974655001800999700002401017994001201041on1390682209OCoLC20230718213016.0sd fsngnnmmned230714t20052005xxugmnn n eng  a 2023626348 aDLCbengerdacDLC a(OCoLC)139068220900aSongs of encouragement. 1a[United States] :bBlapop Records,c[2005] 4c℗2005 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen12lcmpt aTitle from disc label.0 aJoe Jr., vocals ; with accompaniment. a"Vol. I cd sampler."00tGod is blessing you today --tTotally awesome woman --tI'll always love my mama --tColor him step father --tWhere are the fathers --tGod is blessing you today (radio edit) --tTotally awesome woman (radio edit) --tI'll always love my mama (radio edit) --tColor him step father (radio edit) --tWhere are the fathers (radio edit) --tChange --tDrive motivation youth demo. 0aGospel music. 7aGospel music.2lcgft 7aSongs.2lcgft1 aJoe,cJr.,esinger. a92bPUL01320ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011100163246002200274264007300296300004700369336003500416337002800451338002700479490002900506500003500535500001900570546002000589650003500609655003000644655003000674655001900704700002700723730007300750773012300823994001200946on1390682210OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561430 aDLCbengerdacDLC a(OCoLC)1390682210 apcc00aML31b.C59500aMetro Goldwyn Mayer presents Exchange of wives, a Hobart Henley production /cmusic compiled by Ernst Luz.30aExchange of wives 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aExchange of wives (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 25w(DLC) 2018571961 a92bPUL01698njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028004200150035002200192042001400214110005000228245004300278264005400321264001100375300004900386336003700435337002300472338003100495340001900526344001800545344001500563344002300578344001900601500008600620500002800706511012400734500006500858505026400923650002701187650002701214655002301241994001201264on1390682216OCoLC20230718213016.0sd bsmennnplue230712r20222007enkrcnn efi n eng d a 2023627517 aTDFbengerdacDLC30a506501005118802aOPT4.053bON (Optic Nerve Recordings) a(OCoLC)1390682216 alccopycat2 aExits (Musical group),eperformer,ecomposer.14aThe legendary lost album /cthe Exits. 1a[England] :bON (Optic Nerve Recordings),c[2022] 4c©2022 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc a"These recording first the saw light of day back in 2007 [...]"--Container verso. aTitle from disc labels.0 aThe Exits (Geno Buckmaster, guitar, vocals ; Colin Swan, bass, vocals ; John Clarkson, keyboards ; Gary Hurley, drums). aProgram and biographical notes on and inserted in container.0 aThe fashion plague -- Cheam -- This toy town world (keep on tryin') -- Fool to fall in love -- Mood walk -- Holiday shots -- The radio -- Index linked -- School of intrigue -- Revolt into style -- We broke up today -- Lovers talk -- Chantelle -- Fashion Page. 0aRock musicy2001-2010. 0aRock musicy2021-2030. 7aRock music.2lcgft a92bPUL05840njm a2200745 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109066000700132028003300139035002200172041002800194245013800222246001700360264005200377300005700429336003700486337002300523338003100546340001900577344001800596344001500614344002300629344001900652382005100671382005100722546004100773500002600814511012800840518012100968500005701089505092001146600004602066650003502112650004202147655001802189655002502207655002902232655002602261700004702287700004002334700003602374700002802410700009702438700009302535700008702628700008402715700008502799700006502884700007602949700007203025700012703097700011803224700015603342700013303498700012003631880004503751880018003796880007403976880103204050994001205082on1390682217OCoLC20230718213016.0sd bsmennmplue230711p19891986bu sgnn fi n ger  a 2023628007 aDLCbengerdacDLC c(N026880-01aVKA 12102bBalkanton a(OCoLC)13906822170 dgerditadfregbulgeng006880-02aKameren ret︠s︡ital =bSong recital /cBlagovesta Karnobatlova Dobreva, sopran = Blagovesta Karnobatlova Dobreva, soprano.31aSong recital 16880-03a[Sofia, Bulgaria] :bBalkanton,c[1989] a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc013Respighiasoprano voicen1apianon1s22lcmpt013Schützasoprano voicen1aorgann1s22lcmpt aSung in German, Italian, and French. aTitle from container.0 aBlagovesta Karnobatlova Dobreva, soprano ; Elena Mindizova, piano (in the Respighi) ; Velin Iliev, organ (in the Schütz). oRecordedp"Bulgaria" Concert Hall, Sofia, BulgariapStudio 1 of the Bulgarian National Radio, Sofia, Bulgariad1986. aProgram notes in Bulgarian and English on container.0 6880-04aPesni = Songs. Ako ti zhelaesh = Si tu veux / t. V. I︠U︡go = V. Hugo (1:40) ; Vŭzdishka = Soupir / t. S. Pri︠u︡dom = S. Prudhomme (2:35) ; Da zhivei︠a︡ ili da umra = Non so qual yo mi voglia / t. Bokacho = Boccaccio (2:02) ; Nosht = Notte (3:50) ; Nokti︠u︡rno = Notturno (3:30) ; Shtastie = Luce (1:20) ; Poslednoto li︠u︡bovno opii︠a︡nenie = L'ultima ebbrezza (4:05) ; Tolkova krasiva = Tanto bella (3:10) / t. A. Negri = A. Negri / Otorino Respigi = Ottorino Respighi -- T︠S︡ikŭl ot pet kont︠s︡ertni arii = A cycle of five concert arias. Psalm 40 = Psalm 40 : Eile mich, Gott, zu erretten (3:22) ; Psalm 111 = Psalm 111 : Ich danke dem Herrn (4:50) ; Avgustin = Augustin : O süsser Herr Jesu Christe (4:43) ; Psalm 34 = Psalm 34 : Ich will den Herren loben (3:42) ; Psalm 29 = Psalm 29 : Bringt her dem Herrn (3:50) / Khaĭnrikh Shi︠u︡tt︠s︡ = Heinrich Schutz.10aNegri, Ada,d1870-1945vMusical settings. 0aSongs (High voice) with piano. 0aSacred songs (High voice) with organ. 7aSongs.2lcgft 7aSacred music.2lcgft 7aMusical settings.2lcgft 7aChamber music.2lcgft1 aDobreva, Blagovesta Karnobatlova,esinger.1 aMindizova, Elena,einstrumentalist.1 aIliev, Velin,einstrumentalist.1 aNegri, Ada,d1870-1945.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tMelodies,mvoice, piano.pSi tu veux.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tMelodies,mvoice, piano.pSoupir.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tCanti all'antica.pBallata.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tLirichen(1912).pNotte.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tNocturnes,mtenor, piano.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tLuce.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tUltima ebbrezza.12iContainer of (work):aRespighi, Ottorino,d1879-1936.tTanto bella.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte,nTeil 1.pEile mich, Gott, zu erretten.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte.nTeil 1.pIch danke dem Herrn.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte,nTeil 1.pO süsser, o freundlicher, o gütiger Herr Jesu Christe.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte,nTeil 2.pIch will den Herren loben allezeit.12iContainer of (work):aSchütz, Heinrich,d1585-1672.tKleine geistliche Konzerte,nTeil 1.pBringt her dem Herren.026028-01aВКА 12102bБалкантон006245-02aКамерен рецитал =bSong recital /cБлаговеста Карнобатлова Добрева, сопран = Blagovesta Karnobatlova Dobreva, soprano. 16264-03a[София, България] :bБалкантон,c[1989]0 6505-04aПесни = Songs. Ако ти желаеш = Si tu veux / т. В. Юго = V. Hugo (1:40) ; Въздишка = Soupir / т. С. Прюдом = S. Prudhomme (2:35) ; Да живея или да умра = Non so qual yo mi voglia / т. Бокачо = Boccaccio (2:02) ; Нощ = Notte (3:50) ; Ноктюрно = Notturno (3:30) ; Щастие = Luce (1:20) ; Последното любовно опиянение = L'ultima ebbrezza (4:05) ; Толкова красива = Tanto bella (3:10) / т. А. Негри = A. Negri / Оторино Респиги = Ottorino Respighi -- Цикъл от пет концертни арии = A cycle of five concert arias. Псалм 40 = Psalm 40 : Eile mich, Gott, zu erretten (3:22) ; Псалм 111 = Psalm 111 : Ich danke dem Herrn (4:50) ; Августин = Augustin : O süsser Herr Jesu Christe (4:43) ; Псалм 34 = Psalm 34 : Ich will den Herren loben (3:42) ; Псалм 29 = Psalm 29 : Bringt her dem Herrn (3:50) / Хайнрих Шютц = Heinrich Schutz. a92bPUL01093njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182100003400194245003000228264005800258300005100316336003700367337002300404338003100427500001800458505023200476500003300708650003800741994001200779on1390682218OCoLC20230718213016.0sd fsngnnmmned170208s2016 bl uunn n por  a 2017314027 aDLCbengerdacDLC3 a7898928409318 a(OCoLC)1390682218 alcode as-bl---1 aMaguá, Gustavo,eperformer.10aGustavo Maguá.pVol. 1. 1a[Belo Horizonte, Brazil] :bEstúdio Verde,c[2016?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.0 aLero lero -- A noite é uma criança pra quem vive nela -- Homenagem ao Mané -- Samba pra João -- Casa de marimbondo -- Drible da vaca -- Samba do apagão -- Assim eu vou -- Tato nem paladar -- Plano B -- Ouro do jardim. aProduction level cataloging. 0aPopular musiczBrazily2011-2020. a92bPUL01344ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012600163246001700289264007300306300004700379336003500426337002800461338002700489490002900516500003500545500001900580546002000599650003500619655003000654655003000684655001900714700004700733730006800780773012200848994001200970on1390682219OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561463 aDLCbengerdacDLC a(OCoLC)1390682219 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Clara Bow in "Get your man" with Charles Rogers /ccompiled by James C. Bradford.30aGet your man 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGet your man (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 8w(DLC) 2018571961 a92bPUL01683nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012100257260002800378300007900406336003300485337002800518338002600546540004200572500003600614506018500650580006500835600007000900600007600970650005501046650008401101655004601185856009001231994001201321on1390682220OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634712 aDLCbengedcrmgcDLC a(OCoLC)1390682220 aLC-DIG-ppmsca-87321bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Wall or ceiling study]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 27 x 14 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural decorations & ornamentszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87321qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87321 a92bPUL01578njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003500149035002200184110008700206245003000293264005600323264001200379300004100391336003700432337002300469338003100492344001900523344001900542344001900561347002200580347001300602500002700615511007500642508007200717500007700789500003900866505020100905650002701106655002301133994001201156on1390682237OCoLC20230718213016.0sd fsngnnmmned230714t20202020mourcnn i n eng  a 2023628016 aDLCbengerdacDLC1 a88829598335802aES 0862bChatham Drive Records a(OCoLC)13906822372 aAlready August (Musical group),ecomposer,elyricist,eperformer,eaudio producer.10a"Tree" /cAlready August. 1a[St. Louis, Mo.?] :bChatham Drive Records,c[2020] 4c℗2020 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aAlready August (M.D. Coleman, all instruments and vocals ; J. Warner). aProduced and arranged by M.D. Coleman & J. Warner [Already August]. aAll songs written by James Warner & Michael D. Coleman [Already August]. aProgram notes on container insert.0 aSometimes -- Wrong -- Either way you go -- (I will forever be) Your light -- Don't waste your time -- Survival -- What you tell yourself -- Calm & critical -- Always with you -- Pictures of Marie. 0aRock musicy2011-2020. 7aRock music.2lcgft a92bPUL01015ncm a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050002300159100005600182245004400238264003700282300003300319336003500352337002800387338002700415382002400442500007200466546001900538546002000557650003100577650002000608655001900628655001800647994001200665on1390682244OCoLC20230718213016.0181109s2018 aj ppz d n lezo  a 2018371805 aDLCbengerdacDLC a(OCoLC)1390682244 apcc aa-aj---00aM1824.A9bK37 20181 aKärimova, Sädaqät,d1953-eauthor,ecomposer.10aZi manii︠a︡r /cSedakʹet Kerimova. 1aBaku :bSėda chapkhana,c2018. a1 score (207 pages) ;c25 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier01asingern1s12lcmpt aCollection of Lezgian songs by S. Kerimova; melodies unaccompanied. aLezgian words. bStaff notation. 0aPopular musiczAzerbaijan. 0aSongs, Lezgian. 7aScores.2lcgft 7aSongs.2lcgft a92bPUL01411ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012400163246002700287264007300314300004700387336003500434337002800469338002700497490002900524500003500553500001900588500003600607546002000643650003500663655003000698655003000728655001900758700004700777730007800824773012300902994001201025on1390682245OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561387 aDLCbengerdacDLC a(OCoLC)1390682245 apcc00aML31b.C59500aAlbert E. Smith presents "The code of the wilderness," a David Smith production /cmusic compiled by James C. Bradford.30aCode of the wilderness 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCode of the wilderness (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 32w(DLC) 2018571961 a92bPUL01549ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014100163264007400304300004700378336003500425337002800460338002700488490002900515500003500544500001900579546002000598650003500618655003000653655003000683655001900713730007100732773012300803787026100926994001201187on1390682251OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561420 aDLCbengerdacDLC a(OCoLC)1390682251 apcc00aML31b.C59505a"The eagle's feather" directed by Edward Sloman with a notable cast including: James Kirkwood, Lester Cuneo, Mary Alden, Rosemary Theby. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft0 iMusic for motion picture (work):aEagle's feather (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 15w(DLC) 201857196108iRelated item of manifestation:t"The eagle's feather" directed by Edward Sloman with a notable cast including: James Kirkwood, Lester Cuneo, Mary Alden, Rosemary Theby.dNew York City : Cameo Music Publishing Co., Inc., [not before 1923]w(DLC) 2022561419 a92bPUL01740nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245026600272246007300538255002000611264007600631300010600707336004000813337002800853338002600881490001900907546003100926500009000957880026801047880007501315994001201390on1390682252OCoLC20230718213016.0aj canzn230712s2019 ti a f 0 fre  a 2023364514 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390682252 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pHalk El Menzel =bKharīṭat Tūnis al-jiyūlūjīyah.pḤalq al-Minzil /cles levés géologiques ont été effectués par Mohsen Rabhi et Ridha Maamri ; la rédaction a été assurée par Moez Mansoura.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pḤalq al-Minzil aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2019] a1 map :bcolor ;c44 X 68 cm. on sheet 55 X 89 cm. folded in cover 20 X 17 cm +e1 booklet (16 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 50 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pHalk El Menzel =bخريطة تونس الجيولوجية.pحلق المنزل /cles levés géologiques ont été effectués par Mohsen Rabhi et Ridha Maamri ; la rédaction a été assurée par Moez Mansoura.316246-02aخريطة تونس الجيولوجية.pحلق المنزل a92bPUL01343nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002300161052002300184110005400207245013000261246006200391255003400453264006000487300005500547336004000602337002800642338002600670500007100696500006300767651002700830651004500857651002500902651002500927655001700952994001200969on1390682253OCoLC20230718213016.0aj canzn830324s1960 nz a 1 eng  a 2023592547 aDLCbengerdacDLC1 aab90000 a(OCoLC)139068225300aG9084.P9 1960b.N4 a9084bP9bW42bT762 aNew Zealand Map and Guide Company,ecartographer.14aThe new and revised authentic map of Pukekohe and districts including Waiuku and Tuakau /cNew Zealand Map and Guide Company.30aMap of Pukekohe and districts including Waiuku and Tuahau aScale approximately 1:90,000. 1aAuckland :bNew Zealand Map and Guide Company,c[1960?] a1 map :bcolor ;c73 x 48 cm, on sheet 102 x 76 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aIncludes 3 insets, index to district map and color advertisements. aInsets: Pukekohe Borough--Waiuku Borough --Tuakau Borough. 0aPukekohe (N.Z.)vMaps. 0aPukekohe Metropolitan Area (N.Z.)vMaps. 0aWaiuku (N.Z.)vMaps. 0aTuakau (N.Z.)vMaps. 7aMaps.2lcgft a92bPUL02651nkc a2200481 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126100003300148245008000181260003700261300006700298336003300365337002800398338002600426505035200452520005800804540011400862500003600976611007301012600007201085600005501157600005601212600008101268600007501349600007601424600007101500600007001571600006701641600006101708650006701769650005201836650007001888650005401958650005802012655004402070655004302114994001202157on1390682254OCoLC20230718213016.0kh bo|110727s1963 xxunnn kneng  a 2012645136 aDLCbengedcrmgcDLC a(OCoLC)13906822541 aAdelman, Bob,ephotographer.10a[Selected prints from March on Washington for Jobs and Freedom]h[graphic]. c[28, August 1963, printed later] a10 photographs :bblack and white prints ;csheet, 41 x 51 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 a1. Demonstrator with his children; -- 2. Joan Baez singing; -- 3. John Lewis rising to speak; -- 4. Rosa Parks; -- 5. Rev. Abernathy, Whitney Young, Martin Luther King, Jr., and Walther Reuther pleding allegiance; -- 6. Ossie Davis, Jr.; -- 7. Martin Luther King, Jr., speaking; -- 8. Demonstrator; -- 9. Bayard Rustin; -- 10. Members of Congress.0 aPhotographs related to the March on Washington, 1963. aPublication restricted. For information see "Bob Adelman ...,"uhttp://www.loc.gov/rr/print/res/672_adel.html aTitle devised by Library staff.20aMarch on Washington for Jobs and Freedomd(1963 :cWashington, D.C.)14aAbernathy, Ralph,d1926-1990xPublic appearanceszWashington (D.C.)14aBaez, Joan,xPublic appearanceszWashington (D.C.)14aDavis, OssiexPublic appearanceszWashington (D.C.)14aKing, Martin Luther,cJr.,d1929-1968xPublic appearanceszWashington (D.C.)14aLewis, John,d1940 February 21-xPublic appearanceszWashington (D.C.)14aPowell, Adam Clayton,d1908-1972xPublic appearanceszWashington (D.C.)14aReuther, Walter,d1907-1970xPublic appearanceszWashington (D.C.)14aRustin, Bayard,d1912-1987xPublic appearanceszWashington (D.C.)14aParks, Rosa,d1913-2005xPublic appearanceszWashington (D.C.)14aYoung, Whitney M.xPublic appearanceszWashington (D.C.) 4aAfrican AmericansxCivil rightszWashington (D.C.)y1960-1970. 7aActivistszWashington (D.C.)y1960-1970.2lctgm 7aCivil rights demonstrationszWashington (D.C.)y1960-1970.2lctgm 7aLegislatorszWashington (D.C.)y1960-1970.2lctgm 7aPublic speakingzWashington (D.C.)y1960-1970.2lctgm 7aPortrait photographsy1960-1970.2gmgpc 7aPhotographic printsy1960-1970.2gmgpc a92bPUL01391njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245003900171264008300210264001200293300003000305336003700335337002300372338003100395344001900426344001900445344001900464347002200483347001300505382002700518500002700545511002600572505028000598650001800878655002500896655001800921710005400939994001200993on1390682258OCoLC20230718213016.0sd fsngnnmmned230711t20212021vaugmnn n eng  a 2023626317 aDLCbengerdacDLC1 a195269102753 a(OCoLC)139068225800aOne sound /cUnited For A Purpose. 1aWoodbridge, VA :bUnity Christian Fellowship International Ministries,c[2021] 4c℗2021 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from disc label.0 aUnited For A Purpose.00aMy hope --tAll the way --tAmazed --t(Amazed (reprise) --tOpen to receive --tAuthorityr(ft. Lejuene Thompson) --tBe readyr(ft. Joann Rosario) --tJohn 4 --tRain down on me --tRain down on me (reprise) --tOne sound --tAuthorityr(ft. Lejuene Thompson) (radio edit). 0aGospel music. 7aGospel music.2lcgft 7aSongs.2lcgft2 aUnited For A Purpose (Musical group),eperformer. a92bPUL01410ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014200163246001900305264007300324300004700397336003500444337002800479338002700507490002900534500003500563500001900598500003600617546002000653650003500673655003000708655003000738655001900768700004400787730007000831773012300901994001201024on1390682259OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561400 aDLCbengerdacDLC a(OCoLC)1390682259 apcc00aML31b.C59500aPriscilla Dean in "The crimson runner" by Harvey Gates with Ward Crane, Alan Hale and Mitchell Lewis /cmusic compiled by Edward Kilenyi.30aCrimson runner 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aCrimson runner (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 45w(DLC) 2018571961 a92bPUL01386ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012000163246001700283264007300300300004700373336003500420337002800455338002700483490002900510500003500539500001900574500003600593546002000629650003500649655003000684655003000714655001900744700004700763730006800810773012200878994001201000on1390682260OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561464 aDLCbengerdacDLC a(OCoLC)1390682260 apcc00aML31b.C59500aJoseph P. Kennedy presents Lois Wilson and George K. Arthur in "The gingham girl" /ccompiled by James C. Bradford.30aGingham girl 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGingham girl (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 9w(DLC) 2018571961 a92bPUL01788nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034005400159035002200213041002300235050002300258052000900281052001300290110005800303245013100361246003400492246002800526246003900554250002300593255006900616264006100685300010000746336004000846337002800886338002600914490002400940500004600964500002201010500003601032500008701068546005001155650004501205650003401250655002201284994001201306on1390682261OCoLC20230718213016.0aj canzn230405s2006 sz bg a 1 ita  a 2023591036 aDLCbengerdacDLC a9783828300279 a38283002781 aab650000dE0070000eE0163000fN0470000gN0420000 a(OCoLC)13906822610 aitaageraengafre00aG6711.P2 2006b.H3 a6711 a6714bA12 aHallwag Kümmerly + Frey,ecartographer,epublisher.10aItalia del Nord :bcarta stradale = Italian Nord : Strassenkarte = Italy North : road map = Italie du Nord : carte routière.31aItalian Nord :bStrassenkarte31aItaly North :broad map31aItalie du Nord :bcarte routière aEdition 2006-2008. aScale 1:650,000c(E 7°00ʹ--E 16°30ʹ/N 47°00ʹ--N 42°00ʹ). 1aSchönbühl-Bern :bHallwag Kümmerly + Frey,c[2006] a1 map :bcolor ;c97 x 124 cm, folded in cover 25 x 13 cm +eindex in cover (29 pages ; 21 cm). acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aDistoguide Euro map aRelief shown by shading and spot heights. aTitle from cover. a"Hallwag international"--Cover. aIncludes insets of Corsica and 7 cities, and Distoguide distance map (perforated). aText in Italian, German, English, and French. 0aCities and townszItaly, NorthernvMaps. 0aRoadszItaly, NorthernvMaps. 7aRoad maps.2lcgft a92bPUL01614nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180050002500202052000900227052000900236245009900245246016300344255006600507264005700573300003400630336004000664337002800704338002600732490003500758534005900793500004700852500004400899500004100943500007500984651002401059650003101083655002301114655001701137710003801154994001201192on1390682272OCoLC20230718213016.0aj canzn230712r19771885ie a 0 eng  a 2023585553 aDLCbengerdacDLC1 aab400000dW0130000eW0120000fN0090000gN0080000 a(OCoLC)139068227200aG8860 1885b.M3 1977 a8860 a886100aMap shewing journey through part of the settlement of Sierra Leone in March, April & May 1885.1 iTitle from publisher's brochure:aMap shewing journey through part of the settlement of Sierra Leone in March, April & May 1885 :b[showing also fenced towns] aScale approximately 1:400,000c(W 13°--W 12°/N 9°--N 8°). 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c85 x 51 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v26 pOriginal version:c[London] : Dangerfield Lith., 1885. aOriented with North toward the upper left. a"Enclosure No. 14"--Upper right corner. a"10758 (10.85)"--Lower right corner. aMap reprinted from the IUP series of the British Parliamentary papers. 0aSierra LeonevMaps. 0aRoadszSierra LeonevMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01415nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180041001800202050002300220052000900243052000900252110009700261245011000358246005000468255006900518264009800587300003300685336004000718337002800758338002600786500009800812546004100910650004200951651002200993655002601015994001201041on1390682273OCoLC20230718213016.0aj canzn230714s2015 aj cge a f 0 aze  a 2023585560 aDLCbengerdacDLC1 aab850000dE0450000eE0510000fN0410000gN0390000 a(OCoLC)13906822730 aazeaengarus00aG7141.C2 2015b.A9 a7141 a71401 aAzerbaijan.bEkologiya vä Täbii Särvätlär Nazirliyi,ecartographer,eissuing body.10aAzärbaycan Respublikası, ümum coğrafi xäritä =bAzerbaijan Republic, general geographical map.31aAzerbaijan Republic, general geographical map aScale 1:850,000. 1 cm = 8.5 kmc(E 45°--E 51°/N 41°--N 39°). 1aBakı :bAzärbaycan Respublikası, Ekologiya vä Täbii Särvätlär Nazirliyi,c2015. a1 map :bcolor ;c71 x 45 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by gradient tints and spot heights. Depth shown by gradient tints and soundings. aIn Azerbaijani, English and Russian. 0aPhysical geographyzAzerbaijanvMaps. 0aAzerbaijanvMaps. 7aPhysical maps.2lcgft a92bPUL01732ncm a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152050001100160100004400171240003800215245009700253246005100350264007000401300003100471336003500502337002800537338002700565348001800592348002700610382003400637546009900671546002000770500002400790500003700814501027800851650002201129650001701151655001801168655002201186655003101208700004701239994001201286on1390682300OCoLC20230718213016.0230714q18401850mausgl n eng  a 2020564186 aDLCbengerdacDLC a(OCoLC)13906823001 aenghfre apcc00aM1.A151 aMalibran, Maria,d1808-1836,ecomposer.10aRéveil d'un beau jour.lEnglish10aThere is no home like my own :ban admired Tyrolien /ccomposed and sung by Madame Malibran.1 iFirst line of text:aIn the wild chamois tract 1aBoston :bGeo. P. Reed, 17 Tremont Row,c[between 1840 and 1850?] a1 score (3 pages) ;c34 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm cstaff notation2rdafmn01asingern1apianon1s22lcmpt aEnglish words, translated from the original French, with additional verse printed above staff. bStaff notation. aTitle from caption. aAt end: "A.F. Winnemore, Eng.r." aWith: The blind boy / poetry by Miss Hannah F. Gould ; the music composed and most cordially dedicated to Mrs. Archibald Robertson (of Philadelphia), by William R. Dempster. Boston (135 Washington St.) : Oliver Ditson, [1842]. Bound together subsequent to publication.5DLC 0aSongs with piano. 0aTyroliennes. 7aSongs.2lcgft 7aArt music.2lcgft 7aTyroliennes (Music)2lcgft1 aWinnemore, A. F.q(Anthony F.),eengraver. a92bPUL01405ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245017700163246001800340264007300358300004700431336003500478337002800513338002700541490002900568500003500597500001900632546002000651650003500671655003000706655003000736655001900766700004700785730007600832773012300908994001201031on1390682301OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561452 aDLCbengerdacDLC a(OCoLC)1390682301 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Zane Grey's "Forlorn River" with Jack Holt, Raymond Hatton, Arlette Marchal and Edmund Burns /cmusic compiled by James C. Bradford.30aForlorn River 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aForlorn River (Motion picture : 1926)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 47w(DLC) 2018571961 a92bPUL01808ncm a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010100163246001900264264007300283300004700356336003500403337002800438338002700466490002900493500003500522500001900557500003600576546002000612650003500632655003000667655003000697655001900727700004700746730007000793773012300863776023400986787017801220994001201398on1390682302OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561469 aDLCbengerdacDLC a(OCoLC)1390682302 apcc00aML31b.C59500aCharles R. Rogers presents Ken Maynard in "The glorious trail" /ccompiled by James C. Bradford.30aGlorious trail 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGlorious trail (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 14w(DLC) 201857196108iReproduced as (manifestation):tCharles R. Rogers presents Ken Maynard in "The glorious trail".dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057100508iRelated item of item:tCharles R. Rogers presents Ken Maynard in "The glorious trail".dNew York City : Cameo Music Service Corporation, [not before 1928]w(DLC) 2022561470 a92bPUL01354njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028002600178035002200204042001400226245001700240264004000257300004900297336003700346337002300383338003100406340001900437344001800456344001500474344002300489344001900512500002700531511001700558505014100575650002700716650002300743650002100766655003000787655002800817655001800845710004500863994001200908on1390682303OCoLC20230718213016.0sd bsmennmplue230630s2022 enkrcnn d n eng d a 2023616860 aTDFbengerdacDLC10a82888711491302aUTR149bUpset The Rhythm02a149bUpset The Rhythm a(OCoLC)1390682303 alccopycat00aShake Chain. 1aLondon :bUpset The Rhythm,c[2022] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label.0 aShake Chain.8 aStace -- RU -- Copy me -- Birthday -- Cavalry -- Highly conceptual -- Mike -- Second home -- Arthur -- Architecture -- Internet -- Duck. 0aRock musicy2021-2030. 0aNoise rock (Music) 0aPost-punk music. 7aNoise rock (Music)2lcgft 7aPost-punk music.2lcgft 7aSongs.2lcgft2 aShake Chain (Musical group),eperformer. a92bPUL01683njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245002700284264004500311264001100356300005700367336003700424337002300461338003100484340001900515344001800534344001500552344002300567344001900590382002300609500002600632511001200658508003100670500003300701500003300734505021200767650003000979650002301009655003901032655003101071655002601102655003101128655001801159994001201177on1390682304OCoLC20230718213016.0sd fsngnnmmned230626r20182003ne ppnn n eng  a 2023617276 aDLCbengerdacDLC1 a60255736408802a0602557364088bUniversal02a0602557364088bPolydor/Island a(OCoLC)13906823042 aEnigma (Musical group)ecomposer,eperformer.10aVoygeur.nV /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2003. aPressed on clear pink vinyl.00tFrom east to west --tVoyageur --tIncognito --tPage of cups --tBoum-boum --tTotal eclipse of the moon --tLook of today --tIn the shadow, in the light --tWeightless --tThe piano --tFollowing the sun. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01930nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040001800101035002200119037006800141037006600209110003900275245009700314260010300411300005600514540004200570500003300612500001900645500004500664500026700709650006300976650005601039650005101095650005101146655003601197655003901233655004301272700003601315856010101351856008001452994001201532on1390682305OCoLC20230718213016.0kh |||041112s1902 enknnn kneng  a 2004681145 aDLCbengcDLC a(OCoLC)1390682305 aLC-DIG-stereo-1s19581bDLCc(digital file from original, front) aLC-USZ62-59964bDLCc(b&w film copy neg. of righ half stereo)2 aUnderwood & Underwood,epublisher.12aA group of Pekinese women in the court of a wealthy Chinese house, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photographic print on stereo card :bstereograph. aNo known restrictions on publication. aTitle transcribed from item. aNo. 90; No. 2. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 91). 7aWomenxClothing & dresszChinazBeijingy1900-1910.2lctgm 7aClothing & dresszChinazBeijingy1900-1910.2lctgm 7aRich peoplezChinazBeijingy1900-1910.2lctgm 7aUpper classzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aGroup portraitsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from original, frontdstereof1s19581qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19581413b&w film copy neg.dcphf3b07704qpuhttp://hdl.loc.gov/loc.pnp/cph.3b07704 a92bPUL01322njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245003500171264006900206300003000275336003700305337002300342338003100365344001900396344001900415344001900434347002200453347001300475382004900488500002700537511006400564505015900628650002700787650002100814655002800835655001800863700004300881994001200924on1390682378OCoLC20230718213016.0sd fsngnnmmned230714r20212021xxurcnn n eng  a 2023626359 aDLCbengerdacDLC1 a195269103316 a(OCoLC)139068237800aAlways honey /cScotty Karate. 1a[Place of publication not identified] :bRavine Records,c[2021] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen1dguitarn1ddrum setn12lcmpt aTitle from disc label.0 aScotty Karate, guitars, vocals, drums ; with accompaniment.00tLot lot --tAlways honey --tLil B --tSSMM --tRuby red --tInterlude --tGone it --tHe's the DD --tIcy road --tUnchained melody --tX's on the prowl. 0aRock musicy2021-2030. 0aPunk rock music. 7aPunk rock music.2lcgft 7aSongs.2lcgft1 aKarate, Scotty,ecomposer,eperformer. a92bPUL01340nem a2200373 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002500163052000900188052000900197245006400206246012700270255003700397264005700434300003400491336004000525337002800565338002600593490003500619534005900654500007500713500003800788651002400826651006400850655001700914655002300931994001200954on1390682379OCoLC20230718213016.0aj canzn230714r19771888enk a 0 eng  a 2023585562 aDLCbengerdacDLC1 aab7500000 a(OCoLC)139068237900aG8500 1888b.S6 1977 a8500 a850100aSouth Africa in 1888 :bfrom the Zambezi to Cape L Agulhas.1 iTitle from publisher's brochure:aSouth Africa in 1888 :bfrom the Zambesi to Cape L'Agulhas showing territorial divisions aScale approximately 1:7,500,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c37 x 31 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v84 pOriginal version:c[London] : Dangerfield Lith., 1888. aMap reprinted from the IUP series of the British Parliamentary papers. a"16701.7/88"--Lower right corner. 0aSouth AfricavMaps. 0aSouth AfricaxAdministrative and political divisionsvMaps. 7aMaps.2lcgft 7aFacsimiles.2lcgft a92bPUL01686nem a2200481 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159034001400172035002200186041001300208050002300221052001300244052001400257110006000271245012100331246003600452250001700488255002000505255002100525264006100546264001100607300011100618336004000729337002800769338002600797500004700823500002200870500005300892500005100945505005600996546004601052651003601098651004101134655001701175994001201192on1390682380OCoLC20230718213016.0aj canzn230707t19921992sa g a 1 eng  a 2023591376 aDLCbengerdacDLC a9781868091737 a18680917321 aab200001 aab100000 a(OCoLC)13906823800 aengaafr00aG8504.C3 1992b.M3 a8504bC3 a8502bC352 aMap Studio (Firm),ecartographer,eprinter,epublisher.10aCape Town and Peninsula minimap =bKaapstad en Skiereiland minimap /ccompiled, printed and published by Map Studio.31aKaapstad en Skiereiland minimap a8th edition. aScale 1:20,000. aScale 1:100,000. 1aSandton ;aCape Town :bpublished by Map Studio,c[1992] 4c©1992 a2 maps on 1 sheet :bboth sides, color ;c34 x 46 cm and 57 x 34 cm, sheet 35 x 66 cm, folded to 18 x 9 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights on both maps. aTitle from panel. aIncludes index to street names and specimen map. aLC copy imperfect: torn along panel fold.5DLC0 a[Cape Town] -- Cape Peninsula / Kaapse Skiereiland. aText and legend in English and Afrikaans. 0aCape Town (South Africa)vMaps. 0aCape Peninsula (South Africa)vMaps. 7aMaps.2lcgft a92bPUL01558nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146050002600168052001600194110007500210245012300285255002000408264008900428300007100517336004000588337002800628338002600656500004700682500004100729500004300770651003000813651007000843655001700913880007100930880008101001880007801082994001201160on1390682381OCoLC20230718213016.0aj aanzn230712s1962 ja ag a 0 jpn  a 2023592537 aDLCbengerdacDLC c$11 aab10000 a(OCoLC)139068238100aG7964.H4142 1962b.P3 a7964bH41422 6880-01aPashifikku Kōku ̄Sokuryo ̄Kabushiki Kaisha,ecartographer.106880-02aHidaka-chō zenzu /cPashifikku Kōku ̄Sokuryo ̄Kabushiki Kaisha chōsei Nihon Kōsoku Kabushiki Kaisha. aScale 1:10,000. 16880-03aHidaka-chō :bSaitama-ken Iruma-gun Hidaka Machiyakuba,cShōwa 37 [1962] a1 map on 2 sheets ;c73 x 150 cm, sheet 73 x 102 cm and 72 x 48 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. aIncludes location map and index map. aLC copy mounted on cloth backing.5DLC 0aHidaka-shi (Japan)vMaps. 0aHidaka-shi (Japan)xAdministrative and political divisionsvMaps. 7aMaps.2lcgft2 6110-01aパシフィック航空測量株式会社,ecartographer.106245-02a日高町全図 /cパシフィック航空測量株式会社調製. 16264-03a日高町 :b埼玉県入間郡日高町役場,c昭和 37 [1962] a92bPUL04545nkd a2200565 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148242006000160245008500220260001000305300009700315336003300412337002800445338002600473520095700499520066101456540015602117500005602273500017702329500010602506500010902612506003602721545013902757555007902896650005102975650005203026650005903078650005603137650005103193650005203244650006003296650005203356650005103408650005103459650005003510650005403560655004503614655004403659655003903703773009503742856006103837856006903898994001203967on1390682382OCoLC20230718213016.0kh b|o230717s1929 cc nnn knchi  a 2023631494 aDLCbengedcrmgcDLC a(OCoLC)1390682382 aa-cc---00aDisaster Situation in Henan Province, August 1929.yeng00a[Disaster Situation in Henan Province, August 1929]h[graphic] /c[Li Huanying]. c1929. a50 photographs :bgelatin silver prints ;calbum 25 x 36 cm, photographs 20 x 27 or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show the devastation caused by the famine of 1928-1930 in Henan Province (Henan Sheng), China. Depicted are famine refugees, including families, traveling to other areas, waiting for transportation, begging and starving. Refugees at two food distribution centers in the Ling Pao District and the Ha Yap District, a boy's home at Kai Fung, refugee homes for women and children in the Shin Chang District and in the Nan Yang District are also shown. Other images document rice, rye and wheat fields destroyed by locusts or droughts as well as impoverished farmers and people killing locusts with traps. One image shows a crowd of refugees in front of a building, with well-dressed people behind them on a balcony in the Shen District. A flag, possibly of the Kuomintang Party is in the building's doorway. Also depicted are "victims" of the Sun Yeh District, refugees from Tong Ho, "victims" of the Sun Yeh District and refugees from Tong Ho.0 aLocations include the Shen District, Ling Pao District, Yen Shing District, Kung District, Loyang District, Sheng District, Ha Yap District, Yen Lee District, Ip District, Ki Shiu District, Lo Shan District, Shin Chang (Chong?), Nan Yang District, King District, Wu On, Shin District, Wu Yang, Sun On District, U Yang (Wu Yang?) District, Loyang District, Lan Hu District, Pao Fung District, Nanyang District, Wu On District, Nan Yang, Kai Fung, Wing Yang, Loyang, Chen District, Shit District, Mang Tsun District, Kap District, Kung District, Tong Ho District, Sheu(?) District, Shing Chi District, Yen Le District, Yen Le District, and Tit Tang District. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title translated from Chinese by Library staff. aOn album cover in calligraphy and seal: "Li Huanying." Li Huanying was one of the members of the National Disaster Relief Committee in China. (Source: Library staff, 2022). aPhotographs are captioned in English. Chinese language captions are on slips of paper loose in album. aThis album does not depict American Red Cross activities and probably documents local relief activities.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001 4aChinesexHealth & welfarezChinazHenan Sheng. 7aRefugeeszChinazHenan Shengy1920-1930.2lctgm 7aDisaster reliefzChinazHenan Shengy1920-1930.2lctgm 7aPoor personszChinazHenan Shengy1920-1930.2lctgm 7aPovertyzChinazHenan Shengy1920-1930.2lctgm 7aFamilieszChinazHenan Shengy1920-1930.2lctgm 7aDisaster victimszChinazHenan Shengy1920-1930.2lctgm 7aDroughtszChinazHenan Shengy1920-1930.2lctgm 7aLocustszChinazHenan Shengy1920-1930.2lctgm 7aFarmerszChinazHenan Shengy1920-1930.2lctgm 7aFaminezChinazHenan Shengy1920-1930.2lctgm 7aStarvationzChinazHenan Shengy1920-1930.2lctgm 7aGelatin silver printsy1920-1930.2gmgpc 7aPortrait photographsy1920-1930.2gmgpc 7aGroup portraitsy1920-1930.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01988nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001400133035002200147050002500169052001700194110006100211245009700272255002100369264006600390300003500456336004000491337002800531338002600559500004700585500003100632500015300663650004900816650004800865650004300913650004200956650005400998650005301052650006701105650006601172655002801238655002901266880005801295880009201353880006101445994001201506on1390684260OCoLC20230718213016.0aj canzn840817s1979 ja ag b f 0 jpn  a 2020592303 aDLCbengerdacDLC c$11 aab200000 a(OCoLC)139068426000aG7963.S6C2 S200b.J3 a7963bS6bR81 6880-01aJapan.bKokudochō.bTochikyoku,ecartographer.106880-02aTochi bunruizu :bHokkaidō VII : Sōya, Rumoi Chichō /cKokudochō Tochikyoku. aScale 1:200,000. 16880-03a[Tokyo] :bKokudochō Tochikyoku,cShōwa 54 [1979] a9 maps :bcolor ;c106 x 74 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. aIncludes insets and notes. aAccompanied by booklet: Shukushaku 20-manbun no ichi tochi bunruizu fuzoku shiryō, Hokkaido VII (Sōya, Rumoi Shichō) / Kokudochō Tochikyoku. 0aGeomorphologyzJapanzSōya-shichōvMaps. 0aGeomorphologyzJapanzRumoi-shichōvMaps. 0aGeologyzJapanzSōya-shichōvMaps. 0aGeologyzJapanzRumoi-shichōvMaps. 0aPhysical geographyzJapanzSōya-shichōvMaps. 0aPhysical geographyzJapanzRumoi-shichōvMaps. 0aLand capability for agriculturezJapanzSōya-shichōvMaps. 0aLand capability for agriculturezJapanzRumoi-shichōvMaps. 7aGeological maps.2lcgft 7aTopographic maps.2lcgft1 6110-01aJapan.b国土庁.b土地局,ecartographer.106245-02a土地分類図 :b北海道 VII : 宗谷・留萌支庁 /c国土庁土地局. 16264-03a[Tokyo] :b国土庁土地局,c昭和 54 [1979] a92bPUL01351ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013600163246001100299264007400310300004700384336003500431337002800466338002700494490002900521500003500550500001900585546002000604650003500624655003000659655003000689655001900719700004700738730006900785773012300854994001200977on1390684267OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561436 aDLCbengerdacDLC a(OCoLC)1390684267 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Betty Compson in a Sam Wood production "The female" /cmusic compiled by James C. Bradford.30aFemale 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFemale (Motion picture : 1924)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 31w(DLC) 2018571961 a92bPUL01374nem a22004091i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132043001200154050002200166052001700188110004200205245007800247246003900325264006000364264001900424300005500443336004000498337002800538338002700566510002100593500003100614500003400645651003300679651003200712650005500744650005400799651004000853651003900893655002000932994001200952on1390684268OCoLC20230718213016.0ad canzn810327t19651965sdu e 1 eng  amap66000350  aDLCbengerdacDLC0 aa a(OCoLC)1390684268 an-us-sd00aG1448.D2bM5 1965 a4183bD2bH52 aMidland Atlas Company,ecartographer.10aAtlas Davison & Hanson Counties /ccompiled by the Midland Atlas Company.30aAtlas, Davison and Hanson Counties 1aMilbank, South Dakota :bMidland Atlas Company,c[1965] 4cCopyright 1965 a1 atlas (92 pages) :bmaps, illustrations ;c37 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier4 aPhillips,c17029 aShows names of landowners. aIncludes index and directory. 0aDavison County (S.D.)vMaps. 0aHanson County (S.D.)vMaps. 0aReal propertyzSouth DakotazDavison CountyvMaps. 0aReal propertyzSouth DakotazHanson CountyvMaps. 0aDavison County (S.D.)xDirectories. 0aHanson County (S.D.)xDirectories. 7aAtlases.2lcgft a92bPUL01336ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013000163246002200293264007400315300004700389336003500436337002800471338002700499490002900526500003500555546002000590650003500610655003000645655003000675655001900705700004700724730008000771773012300851994001200974on1390684274OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561422 aDLCbengerdacDLC a(OCoLC)1390684274 apcc00aML31b.C59500aRichard Barthelmess in "The enchanted cottage" with May McAvoy, a John Robertson production /ccompiled by James C. Bradford.30aEnchanted cottage 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEnchanted cottage (Motion picture : 1924)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 17w(DLC) 2018571961 a92bPUL01988nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245014000283260010300423300008000526336003300606337002800639338002600667540004200693500003300735500001900768500004500787500026700832651004801099650007001147650004801217650004601265650004601311655003601357655004301393700003601436856009401472994001201566on1390684275OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023637584 aDLCbengedcrmgcDLC aH16943bU.S. Copyright Office. a(OCoLC)1390684275 aLC-DIG-stereo-1s48069bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom British concession (E.) to east arsenal, over plain occupied by Russians--during battle July 13, 1900, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 54; No. 1. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 54). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aMilitary occupationsxRussianszChinazTianjiny1900-1910.2lctgm 7aArmorieszChinazTianjiny1900-1910.2lctgm 7aPlainszChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48069qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48069 a92bPUL01559ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018100160257001100341260005300352300006700405500005200472508026500524511013700789546001600926500001400942500003800956541001400994655002401008655002601032700004101058700003101099700003401130710003301164994001201197on1390684276OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336484 aDLCbengeamimcDLC a(OCoLC)1390684276 alcode00aLokoloko.nSeason 1,nEpisode 8 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01366ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012200163246001700285264007400302300004700376336003500423337002800458338002700486490002900513500003500542500003600577546002000613650003500633655003000668655003000698655001900728700004700747730007500794773012300869994001200992on1390684281OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561446 aDLCbengerdacDLC a(OCoLC)1390684281 apcc00aML31b.C59500aRichard Walton Tully presents "Flowing gold" by Rex Beach, a First National picture /ccompiled by James C. Bradford.30aFlowing gold 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFlowing gold (Motion picture : 1924)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 41w(DLC) 2018571961 a92bPUL01622ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010800163246002500271264007300296300004700369336003500416337002800451338002700479490002900506500003500535500003600570546002000606650003500626655003000661655003000691655001900721700004700740730007600787773012300863776025000986994001201236on1390684282OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561455 aDLCbengerdacDLC a(OCoLC)1390684282 apcc00aML31b.C59500aCarl Laemmle presents Lewis Stone in "Freedom of the press" with Marceline Day /cby James C. Bradford.30aFreedom of the press 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (8 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFreedom of the press (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 50w(DLC) 201857196108iReproduced as (manifestation):tCarl Laemmle presents Lewis stone in "Freedom of the press" with Marceline Day.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570978 a92bPUL01723nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245013100256260002800387300006400415336003300479337002800512338002600540540004200566500003600608506018500644580006500829600007000894600007600964650005501040650006301095650005501158655004601213856009001259994001201349on1390684283OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634728 aDLCbengedcrmgcDLC a(OCoLC)1390684283 aLC-DIG-ppmsca-87337 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Door with lunette.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 31 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aLunetteszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87337qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87337 a92bPUL01739njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028004100149035002200190100003800212245003100250264008400281264001200365300004100377336003700418337002300455338003100478344001900509344001900528344001900547347002200566347001300588500002700601500004800628511008400676508002700760518007000787500003400857505019700891650003401088650001801122655004101140655002501181655001801206700003301224994001201257on1390684289OCoLC20230718213016.0sd fsngnnmmned230711t19981998caumunn d n eng  a 2023624748 aDLCbengerdacDLC1 a02629716042502aNPD1604bNewPort/Catalyst Ministries a(OCoLC)13906842891 aClark, Terry,ecomposer,esinger.10aLove heals /cTerry Clark. 1aNewbury Park, CA :bNewPort ;aSan Clemente, CA :bCatalyst Ministries,c[1998] 4c℗1998 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label. aAll but the 1st & 2nd works by Terry Clark.0 aTerry Clark, vocals ; with accompanying instrumentalists and backing vocalists. aProduced by Roby Duke. oRecordedpMichael Lord Studios and Red Door Studios, Seattle, WA. aLyrics inserted in container.0 aLeaning on the everlasting arms -- Daybreak -- Everlasting -- John 3:16 -- Love heals -- Oh what love can do -- Simple answer -- Come Holy Spirit -- Safe -- Thats why I can sing -- Every step. 0aContemporary Christian music. 0aGospel music. 7aContemporary Christian music.2lcgft 7aGospel music.2lcgft 7aSongs.2lcgft1 aDuke, Roby,eaudio producer. a92bPUL01665nem a2200445 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180041002300202050002300225052000900248052001300257052000900270100003600279245015200315250002200467255006900489264003900558264001100597300007600608336004000684337002800724338002600752500004600778500002200824500011200846546006100958650003401019650004501053651002701098655002201125655002501147710003501172994001201207on1390684290OCoLC20230718213016.0aj canzn230406t19771968it bg a 0 ita  a 2023591040 aDLCbengerdacDLC1 aab500000dE0070000eE0133000fN0463000gN0440000 a(OCoLC)13906842900 aitaaengafreager00aG6711.P2 1977b.E8 a6711 a6714bA1 a67101 aEsposito, Nello,ecartographer.10aItalia nord :battraversamento di 11 città, itinerari turistici Dolomiti, Laghi Lombardi e di Garda, Canton Ticino /ccartografia Prof. Esposito. aEdizione 1977/78. aScale 1:500,000c(E 7°00ʹ--E 13°30ʹ/N 46°30ʹ--N 44°00ʹ). 1aRoma :bEsso italiana SpA,c[1977] 4c©1968 a1 map :bboth sides, color ;con sheet 82 x 72 cm, folded to 20 x 11 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aTitle from panel. aIncludes 11 ancillary city maps, 3 maps of tourist itineraries with text, distance chart, and coverage map. aText and legend in Italian, English, French, and German. 0aRoadszItaly, NorthernvMaps. 0aCities and townszItaly, NorthernvMaps. 0aItaly, NorthernvMaps. 7aRoad maps.2lcgft 7aTourist maps.2lcgft2 aEsso italiana SpA,epublisher. a92bPUL01784nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245010400282260010300386300008000489336003300569337002800602338002600630540004200656500003300698500004500731500026700776650005901043650004301102650004401145655003601189655004301225700003601268856009401304994001201398on1390684291OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023635245 aDLCbengedcrmgcDLC aH8381bU.S. Copyright Office. a(OCoLC)1390684291 aLC-DIG-stereo-1s48037bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom Pilot's Tower, looking north across the Peiho River to Northwest Fort, Taku, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 45). 7aForts & fortificationszChinazTakuy1900-1910.2lctgm 7aRiverszChinazTakuy1900-1910.2lctgm 7aHarborszChinazTakuy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48037qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48037 a92bPUL01121njm a22002897a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003500127035002200162042001000184100001700194245011500211260004100326300004100367500002700408546001900435511017900454500001800633505009100651500003300742710004400775994001200819on1390684295OCoLC20230718213016.0sd fsngnnmmned211117s2021 rh ppnn n sna  a 2021316861 aDLCbengcDLC02aCD WPPS 004bWizard Production a(OCoLC)1390684295 alcode0 aPetso Petso.10aRemekedzoh[sound recording] /cPetso Petso and The Thunderbolt Express ; all songs composed by Peter Sibanda. aHarare :bWizard Production,cp2021. a1 sound disc :bdigital ;c4 3/4 in. aPopular sungura music. aSung in Shona.0 aPetso Petso, lead guitar ; Joseph Dendera, backing vocals ; Stephen Jack, lead guitar ; Petso Petso, rythmn guitar ; Joseph Dendera, bass guitar ; Tinotenda Chimbandi, drums. aCompact disc.0 aTeresa -- Nguva -- Sekuru na mbuya -- Varefu nevapfupi -- Baba ndovatenda nei (remix). aProduction level cataloging.2 aThe Thunderbolt Express (Musical group) a92bPUL01739nem a2200505 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001200159034001300171035002200184041002300206050002300229052001300252110006000265245008500325246001400410246001500424246001400439255001900453255002000472264006100492300008000553336004000633337002800673338002600701500003400727500004700761500004000808500004300848500004100891505004700932546005400979650005601033651003001089651004801119651003701167655001701204994001201221on1390684296OCoLC20230718213016.0aj canzn230508s2008 au g a 0 ger  a 2023591179 aDLCbengerdacDLC a9783850841184 a38508411891 aab75001 aab15000 a(OCoLC)13906842960 agerafreaitaapor00aG6494.S2 2008b.F7 a6494bS22 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aSalzburg =bSalzbourg = Salisburgo = Salzburgo /ccartography, Freytag & Berndt.31aSalzbourg31aSalisburgo31aSalzburgo aScale 1:7,500. aScale 1:15,000. 1aVienna, Austria :bFreytag-Berndt u. Artaria KG,c[2008] a2 maps on 1 sheet :bboth sides, color ;cboth 89 x 85 cm, sheet 92 x 89 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aIncludes insets of city center and region. aIn lower left corner: 082075B-9376. aIn lower left corner: [arrow] 12/2009. aLC copy imperfect: lacks cover.5DLC0 a[Salzburg] -- [Salzburg Metropolitan Area] aTitle in German, French, Italian, and Portuguese. 0aCentral business districtszAustrazSalzburgvMaps. 0aSalzburg (Austria)vMaps. 0aSalzburg Metropolitan Area (Austria)vMaps. 0aSalzburg Region (Austria)vMaps. 7aMaps.2lcgft a92bPUL01398njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132245008200154264004300236300003000279336003700309337002300346338003100369344001900400344001900419344001900438347002200457347001300479500002700492511008600519505020500605650003000810655002600840655001800866700003800884700005500922710003500977994001201012on1390684302OCoLC20230718213016.0sd fsngnnmmned230714s2015 xxuppnn n eng  a 2023626349 aDLCbengerdacDLC a(OCoLC)139068430200aSecond chance /cRodney Stepp & the Steppin' Out Band featuring Steve Cooper. 1a[United States] :bM.E.C.A.P.,c[2015] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aRodney Stepp & the Steppin' Out Band featuring Steve Cooper ; with accompaniment.00tSteppin out --tGenesis --tSecond chance --tFunk funk --tTrix --tInto my life --tThree way --tSheena's song --tAll synth --tImma b alright --tSteppin' out (featuring Staci McCrackin & Skypp). 0aPopular musicy2011-2020. 7aPopular music.2lcgft 7aSongs.2lcgft1 aStepp, Rodney,d1952-eperformer.1 aCooper, Stevec(Trumpet player),einstrumentalist.2 aSteppin' Out Band,eperformer. a92bPUL01863nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003300126035002200159037006100181110003900242245008900281260010300370300008000473336003300553337002800586338002600614540004200640500003300682500001100715500004500726500026700771651004801038650005101086650004701137650006001184655003601244655004301280700003601323856009401359994001201453on1390684303OCoLC20230718213016.0kh |o|230713s1901 enknnn kneng  a 2023635244 aDLCbengedcrmgcDLC aH442bU.S. Copyright Office. a(OCoLC)1390684303 aLC-DIG-stereo-1s48106bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMissionary refugees fleeing from the "Boxers"--landing at Cheefoo, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 44). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aMissionarieszChinazChefooy1900-1910.2lctgm 7aRefugeeszChinazChefooy1900-1910.2lctgm 7aArrivals & departureszChinazChefooy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48106qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48106 a92bPUL01447ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245020800163246002700371264007300398300004700471336003500518337002800553338002700581490002900608500003500637500001900672546002000691650003500711655003000746655003000776655001900806700004700825730007800872773012300950994001201073on1390684309OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561440 aDLCbengerdacDLC a(OCoLC)1390684309 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Wallace Beery and Raymond Hatton in "Firemen, save my child" with Josephine Dunn and Tom Kennedy, an Edward Sutherland production /ccompiled by James C. Bradford.30aFiremen, save my child 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFiremen, save my child (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 35w(DLC) 2018571961 a92bPUL01604nem a2200373 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002800162052001700190245023200207246020500439255003500644264005700679300003400736336004000770337002800810338002600838490003500864500003000899534005700929500007500986651003501061651004401096655002301140655001701163710003801180994001201218on1390684316OCoLC20230718213016.0aj canzn230717r19771877ie d a 0 eng  a 2023585564 aDLCbengerdacDLC1 aab250000 a(OCoLC)139068431600aG8503.T6 1877b.S4 1977 a8503bT6bC300aSketch map of the Transkei & Trans-Bashee territories :bshewing the routes taken by the forces under commandant Griffith, during September, October & November 1877 /cSd. Murray Grant, staff officer, Colonial Forces, Transkei.1 iTitle from publisher's brochure:aSketch map of the Transkei and Trans-Baskee territories :bshewing the routes taken by the forces under commandant Griffith, during September, October & November 1877 aScale approximately 1:250,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c62 x 50 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v62 aRelief shown by hachures. pOriginal version:cLondon : Dangerfield Lith., 1877. aMap reprinted from the IUP series of the British Parliamentary papers. 0aTranskei (South Africa)vMaps. 0aCape of Good Hope (South Africa)vMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01735nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245016100257260002800418300009800446336003300544337002800577338002600605540004200631500003600673500001100709506018500720580006500905600007000970600007601040650005501116650005401171655004601225856009001271994001201361on1390684317OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634701 aDLCbengedcrmgcDLC a(OCoLC)1390684317 aLC-DIG-ppmsca-87310bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor and site with garden.]p[Plan]h[graphic] /cR.M. Hunt, Archt. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 29 x 48 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 1. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aGardenszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87310qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87310 a92bPUL01501njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245004100171246004700212264004200259264001200301300003000313336003700343337002300380338003100403344001900434344001900453344001900472347002200491347001300513382006800526500002700594511012400621505022500745650002700970655002300997655001801020710005301038994001201091on1390684323OCoLC20230718213016.0sd fsngnnmmned230711t20202020xxurcnn n eng  a 2023626319 aDLCbengerdacDLC1 a195269068127 a(OCoLC)139068432300aNowhere to go but down /cthe Nerve.1 iTitle on container:aNowhere 2 go but down 1a[United States] :bNerve Ink,c[2020] 4c℗2020 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01amale voicen1aguitarn2abass guitarn1adrum setn1s42lcmpt aTitle from disc label.0 aThe Nerve (Dace Arnold, vocals ; Brien Brown, Stephen Rodolf, guitars ; Kirk Vanvalkenburgh, bass ; Sean Smith, drums).00aNobody gets out alive --tYou got the nerve --tMarry me --tIt's just me --tMysterious lady --tYeah yeah yeah --tAlien girl --tLeona --tThe purple place --tHow come you don't care --tBaker Street --tThis is all. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aNerve (Musical group : Dace Arnold),eperformer. a92bPUL01879nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245012200282260010300404300008000507336003300587337002800620338002600648540004200674500003300716500001100749500004500760500026700805651004801072650004601120650004401166650005001210655003601260655004301296700003601339856009401375994001201469on1390684324OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637590 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390684324 aLC-DIG-stereo-1s48096bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMotley crowds and jumbled huts of old Tien-tsin--view inside So. Gate soon after city was occupied, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 60). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aCrowdszChinazTianjiny1900-1910.2lctgm 7aHutszChinazTianjiny1900-1910.2lctgm 7aWar damagezChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48096qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48096 a92bPUL02683ngm a22005537i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245013200253246001600385257002400401264004900425264001100474300007800485336005000563337002300613338003000636340001900666344005300685347005900738380002700797538002900824500002600853532003400879500005300913500002600966511006100992508006101053520052201114500010801636500004301744521003801787500008801825655003101913655002601944655005401970710004102024773005202065994001202117on1390684325OCoLC20230718213016.0vd csaizm230712t20192019xxu084 vleng  a 2023600556 aDLCbengerdacDLC1 a81445602199742aVS-266bVinegar Syndrome a(OCoLC)13906843251 aengpengheng k19802edtf00aDVE8164(viewingcopy)00aTinseltown /cCarter Stevens Studios ; directed and produced by Carter Stevens ; screenplay by Carter Stevens and E.M. Kennedy.3 aTinsel town aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2019] 4c©2019 3viewing copya1 videodisc (84 min.) :bsound, color ;c4 3/4 in. +e1 DVD atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo filebBlu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft aRequires Blu-ray player. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1980. aTitle from container.1 aAshley Brooks, Danielle Raye, Tawny Pearl, Eric Edwards. aCinematographer, Carter Stevens ; editor, George Thomas. a"Mary Jo Harmon is a small town country girl who dreams of moving to Hollywood to pursue her ambition of becoming a famous movie star. But no sooner than arriving, her fantasies of glitz and glamour begin to get chipped away, as she learns that all of the things she's heard about LA's sleazy casting couches, lecherous producers, and perverted parties are...absolutely true! Will Mary Jo ever be able to fulfil her dream, as the world around her turns into an ever greater orgy of disappointment?"--Container insert. aSpecial features: brand new commentary track with director Carter Stevens; original theatrical trailer. aAlso includes a DVD copy of the movie. aContains explicit sexual content. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 7aPornographic films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL02329nkm a22004337a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037006600148037006500214110005200279245004600331260005600377300007800433336003300511337002800544338002600572520015000598540014400748500003300892500015100925500008901076561008001165600006101245650005901306650006001365650005001425650005101475655004601526655004301572773007501615856009701690856009601787994001201883on1390684330OCoLC20230718213016.0kh bo|220118q19201945vaunnn kneng  a 2022632911 aDLCbengedcrmgcDLC a(OCoLC)1390684330 aLC-DIG-ppmsca-77431bDLCc(digital file from original, front) aLC-DIG-ppmsca-77432bDLCc(digital file from original, back)2 aKelly and Green Photo Craftsmen,ephotographer.10aVirginia-Tennessee state lineh[graphic]. aBristol, Va. :bSilverglo,c[between 1920 and 1945] a1 photograph :bgelatin silver print ;csheet 9 x 14 cm (postcard format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographic postcard shows State Street in Bristol, Virginia and Tennessee; one side of the street is in Virginia and the other is in Tennessee. aRights status not evaluated. For general information see "Copyright and Other Restrictions ...,"uhttp://www.loc.gov/rr/print/195_copr.html aTitle transcribed from item. aPostcard is addressed to R.M. Anderson, Esq., National Fire Ins. Co., 100 Asylum Ave.,Hartford 15, Conn. with message from Dan dated 5/15/45.5DLC aDate based on year the company was established and the date written on the postcard. aPurchased from: Regimental Headquarters, Falmouth, Virginia, February 2019.14aHowell, Julius Franklin,d1846-1948xAssociated objects. 7aCity & town lifezVirginiazBristoly1920-1950.2lctgm 7aCity & town lifezTennesseezBristoly1920-1950.2lctgm 7aStreetszVirginiazBristoly1920-1950.2lctgm 7aStreetszTennesseezBristoly1920-1950.2lctgm 7aPhotographic postcardsy1920-1950.2gmgpc 7aPhotographic printsy1920-1950.2gmgpc0 tLiljenquist Family collection (Library of Congress)w(DLC) 2010650519413digital file from original, frontdppmscaf77431qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.77432413digital file from original, backdppmscaf77432qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.77432 a92bPUL01576nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245011000257260002800367300007900395336003300474337002800507338002600535540004200561500003600603506018500639580006500824600007000889600007600959650005501035655004601090856009001136994001201226on1390684337OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634702 aDLCbengedcrmgcDLC a(OCoLC)1390684337 aLC-DIG-ppmsca-87311bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Floor plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 20 x 33 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87311qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87311 a92bPUL01869njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100006500171245006500236246002000301264005900321264001100380300004100391336003700432337002300469338003100492344001900523344001900542344001900561347002200580347001300602500002700615511030300642508002800945500012600973518003701099505019101136650003001327650001301357655002601370655002701396994001201423on1390684344OCoLC20230718213016.0sd fsngnnmmned230717t20222022miuppnn n eng  a 2023628017 aDLCbengerdacDLC1 a653485806058 a(OCoLC)13906843441 aArmstrong, Michael,d1963-ecomposer,elyricist,eperformer.10aLectric prop EP :ba longing for you /cMickle Pickle Tunes.30aLonging for you 1a[Atlantic Mine, Mich.] :bMickle Pickle Tunes,c[2022] 4c©2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aMichael Armstrong, vocals, guitars, pianos, organs, synthesizers, orchestra, bass, percussion, drum programming, Michael Armstrong ; with Carter Green, background vocals (on Into the core) ; featured performers ; violins, violas, cello, brass, oboe, clarinets, percussion, Vienna Symphonic Library. aProducer, Carter Green. aAll songs written and arranged by Michael Armstrong; except Into the core written by Michael Armstrong and William Buege. oRecordedpMickle Pickle Studios.0 aStarry sky (feat. Spaceman Jack King ; with Andrew Haines, NASA Control Center Commander) -- Into the core -- There waits hope (feat. Abby Gehrke, vocal) -- Starry sky electronica remix. 0aPopular musicy2021-2030. 0aRemixes. 7aPopular music.2lcgft 7aRemixes (Music)2lcgft a92bPUL01401ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015100163246004700314264007300361300004700434336003500481337002800516338002700544490002900571500003500600500001900635546002000654650003500674655003000709655003000739655001900769700004400788730007200832773012300904994001201027on1390684345OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561441 aDLCbengerdacDLC a(OCoLC)1390684345 apcc00aML31b.C59500aCarl Laemmle presents "The flaming frontier or the Indians are coming" with Dustin Farnum and Hoot Gibson /cmusic compiled by Dr. Edward Kilenyi.30aFlaming frontier or the Indians are coming 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aFlaming frontier (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 36w(DLC) 2018571961 a92bPUL01588ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014800163246001800311264007400329300004700403336003500450337002800485338002700513490002900540500003500569546002000604650003500624655003000659655003000689655001900719700004700738730006900785773012300854787023700977994001201214on1390684346OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561443 aDLCbengerdacDLC a(OCoLC)1390684346 apcc00aML31b.C59500aAssociated First National Pictures, Inc. presents "Flaming youth" with Coleen Moore, a First National picture /ccompiled by James C. Bradford.30aFlaming youth 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFlaming youth (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 38w(DLC) 201857196108iRelated item of manifestation:tAssociated First National Pictures, Inc. presents "Flaming youth" with Coleen Moore, a First National picture.dNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923]w(DLC) 2022561442 a92bPUL01087nem a2200337 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002600163052001400189110006400203245003500267246002200302255003700324264006300361300003300424336004000457337002800497338002600525500003000551500003500581650005200616650005200668655001700720994001200737on1390684347OCoLC20230718213016.0aj canzn230714s2004 dcu a f 0 eng  a 2023585558 aDLCbengerdacDLC1 aab2250000 a(OCoLC)139068434700aG7624.D38H8 2004b.U6 a7624bD381 aUnited States.bCentral Intelligence Agency,ecartographer.10aIran :bAzadegan oilfield (U).30aAzadegan oilfield aScale approximately 1:2,250,000. 1a[Washington, D.C.] :bCentral Intelligence Agency,c[2004] a1 map :bcolor ;c17 x 19 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier a"766123Al (R00964) 3-04." aIncludes location map (inset). 0aOil fieldszIranzDasht-i ĀzādagānvMaps. 0aGas fieldszIranzDasht-i ĀzādagānvMaps. 7aMaps.2lcgft a92bPUL01865ncm a2200445 i 4500001001300000003000600013005001700019008004100036010003100077040002300108020002900131035002200160041001800182042000800200043001200208050002300220245025500243264005500498300003400553336003500587337002800622338002700650382004600677490004500723500011900768546002000887546002000907500005000927504004100977504005701018650006101075650007101136655001901207655002301226655002401249655001801273700008501291700003101376994001201407on1390684352OCoLC20230718213016.0230717s2020 ci fml bh n hrv  a 2021560341z 2023450033 aDLCbengerdacDLC a9790901370005qsoftbound a(OCoLC)13906843520 ahrvbengghrv apcc ae-ci---00aM1722.3b.H92 202000aHvatajte se u pleteno kolo :btradicijska glazba Virovitičko-podravske županije /c[snimke, tra urednica] Miroslava Hadžihusejnović Valašek ; [prijepis i uređinje nota Dubravko Bedeković, Tomislav Košćak] ; [uredila] Dragica Šuvak. 1aZagreb :bMatica hrvatska, Ogranak Slatina,c2020. a1 score (371 pages) ;c24 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier01asingern1pvocal ensemblee1s1t12lcmpt0 aMala slatinska biblioteka ;vknjiga XIX. aCollection of folk songs and folk dance music from Virovitica-Podravina County in Croatia; melodies unaccompanied. aCroatian words. aStaff notation. aCommentaries in Croatian; summary in English. aIncludes bibliographical references. aIncludes bibliographical references (pages 349-352). 0aFolk musiczCroatiazVirovitičko-podravska županija. 0aFolk songs, CroatianzCroatiazVirovitičko-podravska županija. 7aScores.2lcgft 7aFolk music.2lcgft 7aDance music.2lcgft 7aSongs.2lcgft1 aHadžihusejnović-Valašek, Miroslava,d1935-ecompiler,ecollector,eeditor.1 aŠuvak, Dragica,eeditor. a92bPUL02054nem a2200493 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001200159035002200171041003300193050002700226052002900253110005800282245021900340246005100559246006100610246005800671255001900729264006400748300005600812336004000868337002800908338002600936490001300962500002200975500003700997500011001034500002901144500005701173500011501230546007601345651002601421651002601447651002601473651002401499655002501523994001201548on1390684358OCoLC20230718213016.0aj canzn230717s2006 sz a 1 ger  a 2023591403 aDLCbengerdacDLC a9783828305823 a38283058221 aab5500 a(OCoLC)13906843580 ageraengafreaitaadutaswe00aG6714.V4E635 2006b.H3 a6714bV4bB96bM97bL6992 aHallwag Kümmerly + Frey,ecartographer,epublisher.10aVenedig :bMurano, Burano, Lido, Fährlinien, Index = Venice : Murano, Burano, Lido, ferries, index = Venezia : Murano, Burano, Lido, linee traghetti, indice = Venise : Murano, Burano, Lido, lignes de bacs, index.31aVenice :bMurano, Burano, Lido, ferries, index31aVenezia :bMurano, Burano, Lido, linee traghetti, indice31aVenise :bMurano, Burano, Lido, lignes de bacs, index aScale 1:5,500. 1aSchönbühl-Bern :bHallwag Kümmerly + Frey AG,c[2006] a1 map :bcolor ;c56 x 86 cm, folded to 23 x 11 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aCity map aTitle from panel. aIn lower right corner: 04070306. aIn lower left corner: Laufzeit bis 2007, Valid until 2007, Recommandé jusqu'en 2007, Validità a 2007. a"Hallwag international." aAncillary maps: Burano -- Murano -- Lido di Venezia. aIndexes to street names, emergency services, transportation, and tourist sites and emergency numbers on verso. aText and legend in German, English, French, Italian, Dutch and Swedish. 0aVenice (Italy)vMaps. 0aBurano (Italy)vMaps. 0aMurano (Italy)vMaps. 0aLido (Italy)vMaps. 7aTourist maps.2lcgft a92bPUL01560ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018200160257001100342260005300353300006700406500005200473508026500525511013700790546001600927500001400943500003800957541001400995655002401009655002601033700004101059700003101100700003401131710003301165994001201198on1390684359OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336486 aDLCbengeamimcDLC a(OCoLC)1390684359 alcode00aLokoloko.nSeason 1,nEpisode 10 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL03005ngm a22006257i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245011500253246003200368246003700400257001600437264004900453264001100502300010900513336005000622337002300672338003000695340001900725344005500744347007100799380002700870538016000897500002601057532003401083500005301117500002601170511006001196508008701256520037301343500011201716500004701828500008801875655002501963655003401988655002602022655002602048655005402074700004002128700004202168700003702210700002702247710004102274773005202315994001202367on1390684379OCoLC20230718213016.0vd csaizs230714t20232023it 092 vleng  a 2023600569 aDLCbengerdacDLC1 a81445602730242aVS-428bVinegar Syndrome a(OCoLC)13906843791 aengpengheng k19882edtf00aDVE8177(viewingcopy)00aPrimal rage /cEl Pico S.A. ; director, Vittorio Rambaldi ; producers, William J. Immerman and Josi W. Konski.1 iAlso known as:aAnimal rage1 iOriginal title:aFuria primitiva aItaly.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (92 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1988. aTitle from container.1 aPatrick Lowe, Cheryl Arutt, Sarah Buxton, Mitch Watson. aCinematographer, Antonio Climati ; music, Claudio Simonetti ; editor, John Rawson. a"A scientist at a Florida university inadvertently creates a "rage virus" while performing experiments intended to restore dead brain tissue in baboons. When a journalist for the college paper breaks into the campus lab, he's bitten by one of the infected baboons; the virus soon spreads to a trio of rapists and a valley girl, all of whom go on killing sprees"--IMDb. aSpecial features: "Baboon bites maniacs!"; interview with Bill Immerman, originally shot in 2020 (12 min.). aAlso includes a Blu-ray copy of the movie. aSources used: videodisc container; Internet movie database WWW site, July 14, 2023. 7aHorror films.2lcgft 7aScience fiction films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aRambaldi, Vittorio,efilm director.1 aImmerman, William J.,efilm producer.1 aKonski, Josi W.,efilm producer.1 aArutt, Cheryl,eactor.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01605ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013500163264007300298300004700371336003500418337002800453338002700481490002900508500003500537500001900572500003300591546002000624650003500644655003000679655003000709655001900739700004600758730007000804773012300874787022200997994001201219on1390684386OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561398 aDLCbengerdacDLC a(OCoLC)1390684386 apcc00aML31b.C59505a"The country doctor" with Rudolph Schildkraut, Junior Coghlan, Virginia Bradford and Frank Marion /ccompiled by Rudolph Berliner. 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in ink. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBerliner, Rudolph,d1878-1965,ecompiler.0 iMusic for motion picture (work):aCountry doctor (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 43w(DLC) 201857196108iRelated manifestation of item:t"The country doctor" with Rudolph Schildkraut, Junior Coghlan, Virginia Bradford and Frank Marion.dNew York City : Cameo Music Service Corporation, [not before 1927]w(DLC) 2021563509 a92bPUL01846nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003300126035002200159037006100181110003900242245013600281260010300417300008000520336003300600337002800633338002600661540004200687500003300729500001100762500004500773500026700818651004801085650006001133650004601193655003601239655004301275700003601318856009401354994001201448on1390684387OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023637588 aDLCbengedcrmgcDLC aH456bU.S. Copyright Office. a(OCoLC)1390684387 aLC-DIG-stereo-1s48073bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aDestructive guns from H.M.S. "Terrible" and distant burning city fired by their shells--bombardment of, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 56). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aArtillery (Weaponry)zChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48073qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48073 a92bPUL02406njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028004300132035002200175245006000197246004600257264006100303264001200364300003000376336003700406337002300443338003100466344001900497344001900516344001900535347002200554347001300576500002700589511002300616500003400639505095400673650003601627650001101663650002301674650003401697650003401731655001801765655003401783655003001817655004101847710003601888994001201924on1390684393OCoLC20230718213016.0sd fsngnnmmned010521t19991999mnumunn d n eng  a 2001570092 aDLCbengerdacDLC02aNCPC01bNorth Como Presbyterian Church a(OCoLC)139068439300aCelebrate :bmusic from North Como Presbyterian Church.30aMusic from North Como Presbyterian Church 1aRoseville, MN :bNorth Como Presbyterian Church,c[1999] 4c℗1999 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aVarious ensembles. aLyrics inserted in container.00aImmortal, invisible, God only wiser(Sanctuary Choir) --tSeek firstr(Rejoice! Music Team) --tClimbin' up the mountainr(Shalomers I & II) --tComfort, comfortr(Sanctuary Choir) --tGod is the gas in my go-cartr(Shalomers I) --tWe plow the fields and scatterr(Sanctuary Choir, Handbell Ensemble) --tHope eternalr(Handbell Ensemble) --tWe'll soon be done with troubles and trialsr(Men's Choir) -- Joyful, joyful we adore theer(Como Chimes) --tPrecious Lord take my handr(Men's Choir) --tGentle Maryr(A Striking Assortment) --tSteal awayr(Men's Choir) --tFollow the riverr(Women's Chorus) --tEvery time I feel the Spiritr(Sanctuary Choir) --tHeaven's gater(Rejoice! Music Team) --tWith one heartr(Shalomers I & II) --tLargor(A Pealers) --tJohn 3:16r(Shalomers I & II) --tKyrier(Prime Chimers) --tJesu, grant me this I prayr(Sanctuary Choir) --tAmazing lover(Rejoice! Music Team) --tAmazing gracer(Sanctuary Choir). 0aChoruses, Sacred (Mixed voices) 0aHymns. 0aSpirituals (Songs) 0aHymnsvInstrumental settings. 0aContemporary Christian music. 7aHymns.2lcgft 7aInstrumental settings.2lcgft 7aSpirituals (Songs)2lcgft 7aContemporary Christian music.2lcgft2 aNorth Como Presbyterian Church. a92bPUL01513njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110005900171245003500230264006900265300003000334336003700364337002300401338003100424344001900455344001900474344001900493347002200512347001300534382010600547500002700653511010200680518004200782505022300824650002701047655002301074655001801097994001201115on1390684400OCoLC20230718213016.0sd fsngnnmmned230714s2020 xxurcnn n eng  a 2023626353 aDLCbengerdacDLC1 a195269027629 a(OCoLC)13906844002 aVine and Stone (Musical group),ecomposer,eperformer.14aThe project /cVine and Stone. 1a[Place of publication not identified] :bVine and Stone,c[2020] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aguitarn1amale voicen1adrum setn1dpercussionn1dkeyboard instrumentn1dmale voicen1s22lcmpt aTitle from disc label.0 aVine and Stone (Bront Davis, guitars, vocals ; Paul Nuzzo, drums, percussion, keyboards, vocals). oRecorded atpPaul's DR, DRBR and DRC.00tPromise --tOne out of ten --tTurn out the light --tThe system --tInterlude : nightfall --tChess --tSeverance --tInterlude : compulsion --tStupidity --tTongues --tInterlude : rainy afternoon --tPoison flower. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL01113nem a2200325 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002300161052001300184110006100197245014700258246002200405255002000427264005200447300003300499336004000532337002800572338002600600500003500626500004700661651005000708655001700758994001200775on1390684401OCoLC20230718213016.0aj canzn230714q1965 ug ag a f 0 eng  a 2023585563 aDLCbengerdacDLC1 aab25000 a(OCoLC)139068440100aG8422.R8 1965b.U4 a8422bR81 aUganda.bDepartment of Lands and Surveys,ecartographer.10aUganda 1:25,000 :bCentral Ruwenzori /cconstructed by direct photographic enlargement of 1:50,000 sheet 65/11, Series Y 732, Edition 3 U.S.D.30aCentral Ruwenzori aScale 1:25,000. 1aUganda :bLands and Survey Department,c[1965?] a1 map :bcolor ;c81 x 59 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier a"© Crown Copyright reserved." aRelief shown by contours and spot heights. 0aRuwenzori Mountains (Congo and Uganda)vMaps. 7aMaps.2lcgft a92bPUL01696njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028002700132035002200159100003400181240002300215245009700238264004000335300002700375336003700402337002300439338003100462340001900493344001800512344001500530344002300545500004300568500002700611511006200638650003400700650003200734650002100766655001900787655001900806655002000825655003200845655002800877700005100905700011000956700009401066710005401160994001201214on1390684407OCoLC20230718213016.0sd bumennmplue230717s1965 ilusunn n zxx  a 2023626379 aDLCbengerdacDLC00aWC 18072bMercury-Wing a(OCoLC)13906844071 aStrauss, Richard,d1864-1949.10aWorks.kSelections10aSuite from Der Rosenkavalier ; Till Eulenspiegel's merry pranks : op. 28 /cRichard Strauss. 1a[Chicago] :bMercury-Wing,c[1965?] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw aThe 1st work arranged by Antal Dorati. aTitle from disc label.0 aMinneapolis Symphony Orchestra ; Antal Dorati, conductor. 0aSuites (Orchestra), Arranged. 0aOperasvExcerpts, Arranged. 0aSymphonic poems. 7aSuites.2lcgft 7aOperas.2lcgft 7aExerpts.2lcgft 7aArrangements (Music)2lcgft 7aSymphonic poems.2lcgft1 aDorati, Antal,econductor,earranger of music.12iContainer of (expression):aStrauss, Richard,d1864-1949.tRosenkavalier (Opera).kSelections;oarranged.12iContainer of (work):aStrauss, Richard,d1864-1949.tTill Eulenspiegels lustige Streiche.2 aMinneapolis Symphony Orchestra,einstrumentalist. a92bPUL01837nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245014100282260010300423300008000526336003300606337002800639338002600667540004200693500003300735500001100768500004500779500026700824651004801091650005001139650004101189655003601230655004301266700003601309856009401345994001201439on1390684408OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637589 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390684408 aLC-DIG-stereo-1s48067bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom mud wall near west arsenal (N.) to south gate of native city, where allies are entering, July 14, 1900, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 58). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aWar allieszChinazTianjiny1900-1910.2lctgm 7aXzChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48067qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48067 a92bPUL01650nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300009800404336003300502337002800535338002600563540004200589500003600631506018500667580006500852600007000917600007600987650005501063655004601118655003401164856009001198994001201288on1390684409OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634725 aDLCbengedcrmgcDLC a(OCoLC)1390684409 aLC-DIG-ppmsca-87334 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 20 x 40 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87334qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87334 a92bPUL01048njm a22002775i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154100002900164245001600193264006400209300005100273336003700324337002300361338003100384500001800415505025400433500003300687650003800720994001200758on1390684414OCoLC20230718213016.0sd fsngnnmmned161019s2015 bl uunn n por  a 2016321345 aDLCbengerdacDLC a(OCoLC)1390684414 alcode1 aAiram, Cida,eperformer.10aCida Airam. 1a[Curitiba, Brazil] :bGramophone Produtora Cultural,c2015. a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.00aAparelho de memoriar --tArribaçã --tCacau caju laranja --tEclipse em meia lua --tMemória --tProcissão de lpêes --tCoco sincopado --tFlor das águas --tTunina --tTamanquero --tRitual profano --tSolitária --tPara badeba quiki. aProduction level cataloging. 0aPopular musiczBrazily2011-2020. a92bPUL01184nem a2200373 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002700162052001300189110004300202245002400245250001800269255003500287264003500322264001100357300005400368336004000422337002800462338002600490500003600516500004400552500008400596651002700680651004500707655002500752710002100777994001200798on1390684415OCoLC20230718213016.0aj canzn230711t20112011at c a 1 eng  a 2023592534 aDLCbengerdacDLC1 aab100000 a(OCoLC)139068441500aG8964.A2E635 2011b.I6 a8964bA22 aIntroMedia,ecartographer,epublisher.10aAdelaide & suburbs. a37th edition. aScale approximately 1:100,000. 1aAdelaide :bIntroMedia,c2011. 4c©2011 a1 map :bcolor ;c42 x 29 cm, on sheet 44 x 56 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by gradient tints. aIncludes index and color illustrations. aMap of city center and city walk, color illustrations, advertisements on verso. 0aAdelaide (S.A.)vMaps. 0aAdelaide Metropolitan Area (S.A.)vMaps. 7aTourist maps.2lcgft1 aSouth Australia. a92bPUL01287ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245007900163246002700242264007400269300004700343336003500390337002800425338002700453490002900480500003500509546002000544650003500564655003000599655003000629655001900659700004700678730007800725773012200803994001200925on1390684421OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561462 aDLCbengerdacDLC a(OCoLC)1390684421 apcc00aML31b.C59500aWesley Barry in "George Washington, Jr." /ccompiled by James C. Bradford.30aGeorge Washington, Jr. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGeorge Washington, Jr. (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 7w(DLC) 2018571961 a92bPUL01460njm a22003853i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028005700149035002200206245003500228264006300263264001200326300004100338336003700379337002300416338003100439344001900470344001900489344001900508347002200527347001300549511002900562500001800591500003200609505037200641500001801013650001601031650001501047994001201062on1390684422OCoLC20230718213016.0sd fsngnnmmned230717s1998 at zznn d n eng  a 2023621516 aDLCbengerdacDLC1 a72434938112402a7243 4 93811 2 4bAustralian Broadcasing Corporation a(OCoLC)139068442200aSleep baby sleep /cDawn Egan. 1a[Australia] :bAustralian Broadcasing Corporation,c[1998] 4c℗1998 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aDawn Egan, harp, vocals. aCompact disc. aLyrics on container insert.0 aSleep baby, sleep (The troubled child) -- Hush-a-bye, don't you cry -- The Christ-child's lullaby -- Cornish lullaby -- Sho-ho -- Brahms' lullaby -- The Connacht mother's slumber song -- Sleep, my pretty little baby -- Hush-a-bye baby -- An Eriskay lullaby -- Ethne's croon to her child, Columba (Iona lullaby) -- Hush song -- The fairies' lullaby -- Nurse's lullaby. aBrief record. 0aHarp music. 0aLullabies. a92bPUL01635nkc a22003253a 4500001001300000003000600013005001700019008004100036010001700077040002500094035002200119100004800141245006900189260001400258300009900272336003300371337002800404338002600432520039700458540004200855561006200897500004000959580004900999650004101048655003801089655004101127655004401168773008501212994001201297on1390684423OCoLC20230718213016.0100312s1860 gw nnn u knund  a 2010632962 aDLCbengedcrmgcDLC a(OCoLC)13906844231 aBreitenbach, Josef,d1896-1984,ecollector.10aSayn-Wittgenstein Family photograph album collectionh[graphic]. cca. 1860. a56 photographic prints in two albums :balbumen prints ;csheets x mm (carte de visite format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aTwo photograph albums compiled by members of the Sayn-Wittgenstein families around 1860 chiefly showing members of the German aristocracy. Most of the sitters are identified with hand-written annotations on the album pages below the portraits. There are 36 portraits of women, 18 portraits of men and two of couples. The portraits are mostly full length. A few of the photos are hand colored. aNo known restrictions on publication. aJosef Breitenback purchased the albums in Munich in 1967. aLOT title devised by Library staff. aForms part of: Josef Breitenbach Collection. 7aNobilityzGermanyy1860-1870.2lctgm 7aAlbumen printsy1860-1870.2gmgpc 7aPhotograph albumsy1860-1870.2gmgpc 7aPortrait photographsy1860-1870.2gmgpc0 aBreitenbach, Josef, 1896-1984.tJosef Breitenbach Collection.w(DLC) 2023631425 a92bPUL01798nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300009800404336003300502337002800535338002600563540004200589500003600631500006800667506018500735580006500920600007000985600007601055650005501131650005601186655004601242655003401288856009001322994001201412on1390684424OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634724 aDLCbengedcrmgcDLC a(OCoLC)1390684424 aLC-DIG-ppmsca-87333 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 19 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87333qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87333 a92bPUL01957nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003300126035002200159037006100181110003900242245013100281260010300412300008000515336003300595337002800628338002600656540004200682500003300724500001100757500004500768500026700813651004801080650005401128650005201182650004601234650004601280655003601326655004301362700003601405856009401441994001201535on1390684429OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023635247 aDLCbengedcrmgcDLC aH423bU.S. Copyright Office. a(OCoLC)1390684429 aLC-DIG-stereo-1s48026bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aHorrors of war--dead Chinese floating in the Pei-ho--showing riddled buildings along French Bund, Tien-tsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 48). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aWar casualtieszChinazTianjiny1900-1910.2lctgm 7aDead personszChinazTianjiny1900-1910.2lctgm 7aBargeszChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48026qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48026 a92bPUL01468njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245004700171264005300218300003000271336003700301337002300338338003100361344001900392344001900411344001900430347002200449347001300471382002500484500002700509511005000536518003300586505033300619650002600952655003300978655001801011700004101029994001201070on1390684464OCoLC20230718213016.0sd fsngnnmmned230714s2019 txumunn n eng  a 2023626343 aDLCbengerdacDLC1 a888295893411 a(OCoLC)139068446400aLife's biggest moments /cDwayne Williams. 1aWoden, TX :b[publisher not identified],c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen12lcmpt aTitle from disc label.0 aDwayne Williams, vocals ; with accompaniment. oRecorded atpAbstract Audio.00tMansion over the hilltop --tA king once did that for me --tAll my hope --tChain breaker --tSweet Beulah Land --tI got down on my knees --tLife's biggest moments --tI won't have to worry anymore --tShine from the mountain --tMore than that --tWhat a friend we have in Jesus --tSing me to heaven --tJesus hold my hand. 0aCountry gospel music. 7aCountry gospel music.2lcgft 7aSongs.2lcgft1 aWilliams, Dwaynec(Singer),esinger. a92bPUL01465njm a22004097i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245005500171264006900226264001200295300004100307336003700348337002300385338003100408344001900439344001900458344001900477347002200496347001300518500002700531511011300558508006100671500008700732518006300819500003100882505006700913500001800980650001900998655002601017994001201043on1390684465OCoLC20230718213016.0sd fsngnnmmned230714t20192019fluppnn n eng  a 2023628011 aDLCbengerdacDLC1 a888295942416 a(OCoLC)139068446504aThe peace project /cBruce Berger ; Lynnie Berger. 1a[Cape Coral, Fla.] :b[Bruce Berger] :b[Lynnie Berger],c[2019] 4c℗2019 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aBruce Berger (on Come back home), Lynnie Berger (on the remainder), lead vocals ; with supporting musicians. aProduced by Brian Coombes ; co-produced by Josh Kimball. aMusic, lyrics, Bruce Berger (on Come back home), Lynnie Berger (on the remainder). oRecordedpRocking Horse Studio, Pittsfield, New Hampshire. aProgram note on container.0 aPraying for peace -- Come back home -- 200 years -- Wandering. aBrief record. 0aPopular music. 7aPopular music.2lcgft a92bPUL01790ncm a2200481 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028003100117035002200148042000800170050001000178245013100188250002100319264005000340264001100390300004700401336003500448337002800483338002700511348002400538382011100562382003400673382003400707500012100741546001900862546002000881650004700901650003800948650003700986655002301023655001901046655002501065655003201090655002601122655002301148655001801171700005401189730005301243994001201296on1390684470OCoLC20230718213016.0230705t20212021nyufml n eng  a 2019566267 aDLCbengerdacDLC32aLCC-33bLoux Music Company a(OCoLC)1390684470 apcc00aM174500aWhat strangers are these? :bfor sopranino, S, A, T, B recorders, voice-piano or solo organ /carranged by Joseph A. Louz, Jr. aScore and parts. 1aHannacroix, NY :bLoux Music Company,c[2021] 4c©2021 a3 scores (5 pages each) + 5 parts ;c28 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascoreapart2rdafnm01asopranino recordern1 soprano recordern1aalto recordern1atenor recordern1abass recordern1s52lcmpt01asingern1apianon1s22lcmpt01asingern1aorgann1s22lcmpt aTraditional Irish song arranged for sopranino, SATB recorders with versions for voice and piano and voice and organ. aEnglish words. bStaff notation. 0aWoodwind quintets (Recorders (5))vScores. 0aSongs (Medium voices) with piano. 0aSongs (Medium voice) with organ. 4aFolk songs, Irish. 7aScores.2lcgft 7aParts (Music)2lcgft 7aArrangements (Music)2lcgft 7aChamber music.2lcgft 7aFolk music.2lcgft 7aSongs.2lcgft1 aLoux, Joseph A.,cJr.,d1945-earranger of music.02iExpression of (work):aWhat strangers are these? a92bPUL01548nem a2200481 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041004800194050002300242052001300265110006000278245010800338246001100446246001100457246001000468246001000478246001400488246001300502246001100515246001300526255002000539264005800559300003400617336004000651337002800691338002600719500003400745500004200779500004400821500005200865546009200917651002801009655001701037994001201054on1390684471OCoLC20230718213016.0aj canzn230508s2010 au g a 0 ger  a 2023591177 aDLCbengerdacDLC a9783850841023 a38508410221 aab25000 a(OCoLC)13906844710 ageraengafreadutaspaaczeasloahunapol00aG6494.V4 2010b.F7 a6494bV42 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aWien =bVienna = Vienne = Wenen = Viena = Vídeň = Viedeň = Bécs = Wiedeń /cfreytag & berndt.31aVienna31aVienne31aWenen31aViena31aVídeň31aViedeň31aBécs31aWiedeń aScale 1:25,000. 1aVienna, Austria :bFreytag-Berndt u. Artaria,c[2010] a1 map :bcolor ;c118 x 92 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aIn bottom left corner: 122076B-10023. aIn bottom left corner: [arrow] 12/2010. aLC copy imperfect: lacks cover and legend.5DLC aTitle in German, English, French, Dutch, Spanish, Czech, Slovak, Hungarian, and Polish. 0aVienna (Austria)vMaps. 7aMaps.2lcgft a92bPUL01864nkd a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100004200207245007500249260003300324300006900357336003300426337002800459338002600487540015800513500003600671530008500707500010700792500016900899580009801068650005101166650005001217655003301267773010001300856009001400994001201490on1390684484OCoLC20230718213016.0kg bi|230717s1960 xxunnn kneng  a 2023631498 aDLCbengedcrmgcDLC a(OCoLC)1390684484 aLC-DIG-ppmsca-83280bDLCc(digital file from original)1 aO'Halloran, Thomas J.,ephotographer.10a[People leaving a church in Worthington, Minnesota]h[graphic] /cTOH. c09/18/60 [18 September 1960] a1 photograph :bsafety negative ;cfilm width 35mm (roll format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. For information see "U.S. News & World Report Magazine Collection,"uhttps://www.loc.gov/rr/print/res/078_usnw.html aTitle devised by Library staff. aContact sheet available for reference purposes: USN&WR COLL - Job no. 4952,b30. aRelated log book caption from USN&WR COLL - Job no. 4952: "Mood of America interviews 09/18/1960 TOH." aRelated log book caption from USN&WR COLL - Job no. 4952: "Mood of America interivew Frames 26-32 - Farm Town church & parishioners Worthington, Minn. TOH 9-26-60." aForms part of: U.S. News & World Report Magazine Photograph Collection (Library of Congress). 7aChurcheszMinnesotazWorthingtony1960.2lctgm 7aStreetszMinnesotazWorthingtony1960.2lctgm 7aFilm negativesy1960.2gmgpc0 tU.S. News & World Report Magazine Photograph Collection (Library of Congress)w(DLC) 92517073413digital file from originaldppmscaf83280qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.83280 a92bPUL01896nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245012100282260010300403300008000506336003300586337002800619338002600647540004200673500003300715500001100748500004500759500026700804651004801071650004601119650005201165650006001217655003601277655004301313700003601356856009401392994001201486on1390684485OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023635248 aDLCbengedcrmgcDLC aH2541bU.S. Copyright Office. a(OCoLC)1390684485 aLC-DIG-stereo-1s48025bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aStrange medley from many nations at the public water hydrant--during foreign occupation, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 51). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aCrowdszChinazTianjiny1900-1910.2lctgm 7aWater supplyzChinazTianjiny1900-1910.2lctgm 7aMilitary occupationszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48025qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48025 a92bPUL01560njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100004200171245004800213264004500261300003000306336003700336337002300373338003100396344001900427344001900446344001900465347002200484347001300506382010500519500002700624511014300651500005200794505018900846650002701035655002301062655001801085710004701103994001201150on1390684498OCoLC20230718213016.0sd fsngnnmmned230711t20202020xxurcnn n eng  a 2023626312 aDLCbengerdacDLC1 a798576003791 a(OCoLC)13906844981 aShipman, Jade,ecomposer,eperformer.14aThe good thing about time /cLittle Shrine. 1a[United States] :bJade Shipman,c[2020] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen1dbass guitarn1aguitarn1aviolinn1akeyboard instrumentn1adrum setn1s52lcmpt aTitle from disc label.0 aLittle Shrine (Jade Shipman, vocals, bass ; Tony Schoenberg, guitar ; Ryan Avery, violin ; Garrett Andrews, keys ; Andrew Griffin, drums). a"All songs written by Jade Shipman"--Container.00aMake me better --tThe good thing about time --tCome on --tCan't take it with you --tLost potential --tOne more chance --tI'm a ghost --tStart again --tShadow --tSound barrier. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aLittle Shrine (Musical group),eperformer. a92bPUL01357njm a22003495i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172100003600182240003400218245003000252264004600282300004200328336003700370337002300407338003100430500003000461511002400491500001800515505036300533500003300896650001200929655002200941655003200963994001200995on1390684499OCoLC20230718213016.0sd fsngnnmnned160927s2016 bl zznn n zxx  a 2016309166 aDLCbengerdacDLC3 a7897019002698 a(OCoLC)1390684499 alcode1 aVilla-Lobos, Heitor,ecomposer.10aWorks.kSelections;oarranged10aVilla Lobos por solistas. 1a[São Paulo, Brazil] :bKuarup,c[2016?] a1 audio disc :bCD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aPrincipally arrangements.0 aVarious performers. aCompact disc.00aBachianas brasilieras no 4. Coral --tChoro no 1 --tBachianas brasilieras no 5. Ária --tSeresta no 5 --tBachianas brasileiras no. 2. Tocata --tImpressões seresteiras (ciclo brasileiro) --tMazurka (choro da Suíte popular brasileira) --tSchottish (choro da Suíte popular brasileira) --tValsa (choro da Suíte popular brasileira) --tChoro no 4. aProduction level cataloging. 0aChoros. 7aArt music.2lcgft 7aArrangements (Music)2lcgft a92bPUL01808ncm a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010100163246001900264264007300283300004700356336003500403337002800438338002700466490002900493500003500522500001900557500003600576546002000612650003500632655003000667655003000697655001900727700004700746730007000793773012300863776023400986787017801220994001201398on1390684500OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561470 aDLCbengerdacDLC a(OCoLC)1390684500 apcc00aML31b.C59500aCharles R. Rogers presents Ken Maynard in "The glorious trail" /ccompiled by James C. Bradford.30aGlorious trail 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGlorious trail (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 15w(DLC) 201857196108iReproduced as (manifestation):tCharles R. Rogers presents Ken Maynard in "The glorious trail".dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057100508iRelated item of item:tCharles R. Rogers presents Ken Maynard in "The glorious trail".dNew York City : Cameo Music Service Corporation, [not before 1928]w(DLC) 2022561469 a92bPUL01349nem a22003015i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139042001500161110008900176245026400265246007000529255002000599264007600619300010600695336004000801337002800841338002600869490001900895546003100914500009000945994001201035on1390684501OCoLC20230718213016.0aj canzn230712s2003 ti a f 0 fre  a 2023364818 aDLCbengerdacDLC1 aab50000 a(OCoLC)1390684501 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.10aCarte geologique de la Tunisie.pSidi Bou Ali =bKharīṭat Tūnis al-jiyūlūjīyah.pSīdī Bū ʻAlī /cles levés géologiques ont été effectués par Mohsen Rabhi et Ridha Maamri ; la rédaction a été assurée par Mohamed M'hadhbi.31aKharīṭat Tūnis al-jiyūlūjīyah.pSīdī Bū ʻAlī aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2003] a1 map :bcolor ;c45 X 68 cm. on sheet 52 X 87 cm. folded in cover 19 X 17 cm +e1 booklet (16 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 49 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm. a92bPUL01384njm a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028001700132035002200149043001200171110005500183245003900238264005300277264001200330300005300342336003700395337002300432338003100455340001900486340001100505344001800516344001100534344002300545344001900568382002500587500002700612511003700639508002800676500002700704500002000731650003000751650001700781650001600798655002400814655002300838655001800861740001100879994001200890on1390684506OCoLC20230718213016.0sd csmennmplue230630t20202020caurcnn n eng  a 2023617295 aDLCbengerdacDLC02aLA 1991bHit a(OCoLC)1390684506 an-us---2 aRazzmatazz (Musical group),ecomposer,eperformer.10aSet it out ;bSunny /cRazzmatazz. 1aSanta Monica, California :bHit Records,c[1982] 4c℗1982 a1 audio disc :banalog, 45 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat b12 in. aanalog2rdatr c45 rpm dmicrogroove2rdagw gstereo2rdacpc11amale voicen12lcmpt aTitle from disc label.0 aRazzmatazz ; with accompaniment. aProduced by Razzmatazz. aArranged by L. Walton. a12 inch single. 0aPopular musicy1981-1990. 0aFunk (Music) 0aSoul music. 7aFunk (Music)2lcgft 7aSoul music.2lcgft 7aSongs.2lcgft02aSunny. a92bPUL01564nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001300241110007100254245016000325246002200485246003700507255007000544264008500614300005500699336004000754337002800794338002600822500002200848500003200870500003400902500005100936500005400987546004601041650004501087655002201132994001201154on1390684507OCoLC20230718213016.0aj canzn230707s1995 sa a 1 eng  a 2023591373 aDLCbengerdacDLC1 aab1500000dE0230000eE0300000fS0300000gS0350000 a(OCoLC)13906845070 aengaafr00aG8503.E2P2 1995b.A9 a8503bE22 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Cape Eastern area =bAARSA reisdiens, Oos-Kaap gebied /ccompiled, drawn and published by the Automobile Association of South Africa.30aCape Eastern area31aAARSA reisdiens, Oos-Kaap gebied aScale 1:1,500,000. 1 cm = 15 kmc(E 23°--E 30°/S 30°--S 35°). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1995] a1 map :bcolor ;c39 x 48 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner: PM-2. aIn lower left corner: 954/21. aIncludes coverage map and color illustrations. aDescriptive index to points of interest on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazEastern CapevMaps. 7aRoad maps.2lcgft a92bPUL01560ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018200160257001100342260005300353300006700406500005200473508026500525511013700790546001600927500001400943500003800957541001400995655002401009655002601033700004101059700003101100700003401131710003301165994001201198on1390684508OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336489 aDLCbengeamimcDLC a(OCoLC)1390684508 alcode00aLokoloko.nSeason 1,nEpisode 13 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01760nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245022700257260002800484300007900512336003300591337002800624338002600652540004200678500003600720506018500756580006500941600007001006600007601076650005401152650005601206655004601262856009001308994001201398on1390684509OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634299 aDLCbengedcrmgcDLC a(OCoLC)1390684509 aLC-DIG-ppmsca-87297bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Gardener's cottage.]p[Front, rear, and side elevations, renderings; first and second floor plans.]h[graphic] /cRichard M. Hunt Architect. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 36 x 31 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87297qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87297 a92bPUL01815nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245019000257260002800447300009900475336003300574337002800607338002600635540004200661500003600703506018500739580006500924600007000989600007601059650005501135650006301190650005201253655004601305856009001351994001201441on1390684510OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634709 aDLCbengedcrmgcDLC a(OCoLC)1390684510 aLC-DIG-ppmsca-87318bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Billiard room.]p[Walls, doors, and fireplace.]p[Elevations.]h[graphic] /cRichard M. Hunt Architect. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 82 x 48 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aBilliard parlorszRhode IslandzNewporty1880-1900.2lctgm 7aWallszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87318qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87318 a92bPUL01618nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001400133035002200147050002500169052001300194110005800207245012100265246004600386255002100432264008200453300003400535336004000569337002800609338002600637500004700663500005600710500006200766650003700828650004200865650003700907655001700944880005300961880010901014880007301123994001201196on1390684547OCoLC20230718213016.0aj canzn230712s1954 ja ag a 0 jpn  a 2023592542 aDLCbengerdacDLC c$11 aab200000 a(OCoLC)139068454700aG7963.N5J3 1954b.N5 a7963bN52 6880-01aNaigai Chizu Kabushiki Kaisha,ecartographer.106880-02aNiigata-ken dojō no sando oyobi fushoku ganryō o arawasu zu = Acidity and humus content of Niigata soil.31aAcidity and humus content of Niigata soil aScale 1:200,000. 16880-03a[Niigata-shi] :bNiigata-ken Nōgyō Shikenjō,cShōwa 29 [1954] a1 map :bcolor ;c103 x 73 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. aPublication date inferred from date of acquisition. aIncludes tables and inset of Western part of Niigata-ken. 0aSoilszJapanzNiigata-kenvMaps. 0aAcid soilszJapanzNiigata-kenvMaps. 0aHumuszJapanzNiigata-kenvMaps. 7aMaps.2lcgft2 6110-01a内外地図株式会社,ecartographer.106245-02a新潟県土壌の酸度及腐植含量を表す図 = Acidity and humus content of Niigata soil. 16264-03a[Niigata-shi] :b新潟県農業試験場,c昭和 29 [1954] a92bPUL01046njm a2200361 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028002800132035002200160110004300182245002500225264007100250264001200321300004100333336003700374337002300411338003100434344001900465344001900484344001900503347002200522347001300544511001300557500001800570500005200588650001600640650001600656994001200672on1390684554OCoLC20230718213016.0sd fsngnnmmned230627t19911991nyuppnn n eng  a 2023621512 aDLCbengerdacDLC02aPRCD 6712-2bGee Street a(OCoLC)13906845542 aP.M. Dawn (Musical group),eperformer.10aComatose /cPM Dawn. 1aNew York, N.Y. :bGee Street ; Licensed to Island Records,c[1991] 4c℗1991 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aPM Dawn. aCompact disc. a"For promotional use only. Not for sale"--Disc. 0aSoul music. 0aRap (Music) a92bPUL01641ngm a22003253a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245015800160257001400318260005500332300006600387508011900453511023100572546003600803520025600839500002801095541001401123655002601137655002601163700002901189700005401218710003101272994001201303on1390684555OCoLC20230718213016.0vd cvaiz|100810s200u tz --- vlswa  a 2010324693 aDLCbengeamimcDLC a(OCoLC)1390684555 alcode00aDeath in love. [No. ] 2 /cSSG Distributors presents ; story, script, location manager, Fikiri Salum (Tom) ; director, editor, producer, Mshindo Jumanne. aTanzania. aDar es Salaam, Tanzania :bSSG Production,c[200-] a1 videodisc of (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Emmanuel Samson, Mohammed Majaliwa ; light, Jumanne Mkomwa ; make up, Saida Othman ; costume, John Makoye.1 aMark Boniface, Saida Othman, Amina Salum, Fadhil Omary, Uwesu Jumanne, Charles Magari, Mshindo Jumanne, Hashim Kambi, Husna Posh (Dotnata), Jumanne Mkomwa, Theopista Revelian, Salome Mbilinyi, Said Hamisi, Zuhura Juma, Sakina. aIn Swahili, credits in English. aHelen is being forced by her family to get married to Bluetooth instead of Mark whom she loves because of the material wealth the family is enjoying, courtesy of Bluetooth. Meanwhile Dora who is from a wealthy family has also fallen in love with Mark. aSource used: videodisc. cPurchase. 7aFeature films.2lcgft 7aFiction films.2lcgft1 aSalum, Fikiri,ewriting.1 aJumanne, Mshindo,edirection,eproduction,ecast.2 aSSG Film Production (Firm) a92bPUL01502ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009100163246001300254264007300267300004700340336003500387337002800422338002700450490002900477500003500506500003600541546002000577650003500597655003000632655003000662655001900692700004400711730006400755773012300819787017400942994001201116on1390684568OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561450 aDLCbengerdacDLC a(OCoLC)1390684568 apcc00aML31b.C59500aFirst National Pictures, Inc. presents "For sale" /cmusic compiled by Edward Kilenyi.30aFor sale 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aFor sale (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 45w(DLC) 201857196108iRelated manifestation of item:tFirst National Pictures, Inc. presents "For sale".dNew York City : Cameo Music Service Corporation, [not before 1924]w(DLC) 2022561451 a92bPUL01284ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008800163246001200251264007300263300004700336336003500383337002800418338002700446490002900473500003500502500001900537546002000556650003500576655003000611655003000641655001900671700002700690730007000717773012300787994001200910on1390684569OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561471 aDLCbengerdacDLC a(OCoLC)1390684569 apcc00aML31b.C59500aJoseph M. Schenck presents Buster Keaton in Go West /cmusic compiled by Ernst Luz.30aGo West 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aGo West (Motion picture : 1925)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 16w(DLC) 2018571961 a92bPUL00881njm a22002773i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154245002500164264003400189300004300223336003700266337002000303338002700323500003000350500002600380500003400406505013000440546002100570994001200591on1390684570OCoLC20230718213016.0sd fsngnnmmned230713s2023 io sgnn n eng  a 2023330267 aDLCbengerdacDLC a(OCoLC)1390684570 alcode00aAvesta /cIris Bevy. 1a[Jakarta] :bDemajors,c2023. a1 compact disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudio2rdamedia aaudio disc2rdacarrier aIndonesian popular songs. aTitle from container. aLyrics inserted in container.0 aTemples -- Perspective -- Arius -- Bright red and march away -- Prosaic -- Phantasmagoria -- Whiteout -- Endeavor -- Electra. aSung in English. a92bPUL02307njm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002600149035002200175100004900197245002700246264004400273264001200317300005800329336003700387337002300424338003100447340001900478344001800497344001500515344002300530344001900553382018600572500002700758511031400785508005001099518006601149500005501215500004501270505018501315650003001500650002101530650002801551650002001579655002601599655002801625655003501653700004601688710004301734994001201777on1390684571OCoLC20230718213016.0sd bsmennmplue230630t20182018nyuppnn d n eng  a 2023617294 aDLCbengerdacDLC1 a19075877741202a19075877741bColumbia a(OCoLC)13906845711 aGrobler, Jean-Philip,ecomposer,eperformer.10aHyperion /cSt. Lucia. 1aNew York, New York :bColumbia,c[2018] 4c℗2018 a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11amale voicen1dsynthesizern1dkeyboard instrumentn1delectric guitarn1afemale voicen1dpercussionn1adrum setn1aelectric guitarn1dbass guitarn1aelectric guitarn12lcmpt aTitle from disc label.0 aSt. Lucia (Jean-Philip Grobler, vocals, synthesizers, keyboards, programming, guitars, bass, percussion ; Patricia Beranek, vocals, keyboards, percussion ; Dustin Kaufman, drums, programming ; Ross Clark, guitars, bass guitar, keyboards, percussion ; Garrett Jenner, guitar, pedal steel) ; with accompaniment. aProduced by Jean-Philip Grobler & Rob Kirwan. oRecorded atpSchatzi, BrooklynoandpMission Sound, Brooklyn. aWritten by Jean-Philip Grobler & Patricia Beranek. aLyrics and full credits on disc sleeves.00tBigger --tA brighter love --tParadise is waiting --tWalking away --tTokyo --tGun --tChina shop --tLast dance --tFull moon rising --tNext to you --tYou should know better. 0aPopular musicy2011-2020. 0aSynthpop (Music) 0aAlternative rock music. 0aNew wave music. 7aPopular music.2lcgft 7aSynthpop (Music)2lcgft 7aAlternative rock music.2lcgft1 aBeranek, Patricia,ecomposer,eperformer.2 aSt. Lucia (Musical group),eperformer. a92bPUL02964njm a2200661 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003000149028003000179028002000209028002000229028002100249028001700270035002200287100004100309245003600350250003000386264004800416264001100464300005800475336003700533337002300570338003100593340001900624344001800643344001500661344002300676344001900699382003500718500006300753511009400816508002900910500010300939518008901042500016201131505024001293505035801533650001601891650002801907650003001935650001301965650003901978650002102017655002302038655003502061655002602096655002702122655004702149655002802196655001802224700004802242994001202290on1390684572OCoLC20230718213016.0sd bsmennmplue230713r20211971nyuppnn dfi n eng  a 2023617316 aDLCbengerdacDLC1 a60243596835302aB0033741-01bTamla/Motown00aB0033348-01bTamla/Motown00aHS-1867bMotown00aHS-1868bMotown00aHSW-2021bMotown00aT 310bTamla a(OCoLC)13906845721 aGaye, Marvin.ecomposer,eperformer.10aWhat's going on /cMarvin Gaye. a50th anniversary edition. 1aNew York, New York :bTamla/Motown,c[2021] 4c©2021 a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11amale voicen1dpianon12lcmpt aMotown: B0033741-01 (set and prints); B0033348-01 (discs).0 aMarvin Gaye, vocals, piano ; with accompaniment ; David Van DePitte, arranger, conductor. aProduced by Marvin Gaye. aOriginal album released in 1971 (Tamla TS 310); 2nd LP features alternate versions and mono mixes. oRecorded atpHitsville,pGolden World, andpUnited Sound Studios, Detroit, Michigan. aTrack histories on inner sleeves ; lyrics and original program notes by Marvin Gaye printed inside gatefold ; 3 portraits of Gaye inserted (black and white).00gDisc 1.tWhat's going on --tWhat's happening brother --tFlyin' high (in the friendly sky) --tSave the children --tGod is love --tMercy mercy me (the ecology) --tRight on --tWholy holy --tInner city blues (Make me wanna holler).00gDisc 2.tWhat's going on (stripped version) --tWhat's going on (mix 1/no strings or horns) --tWhat's going on (rhythm 'n' strings instrumental mix) --tSymphony (demo version) --gOriginal mono single mixes.tWhat's going on --tGod is love --tMercy mercy me (the ecology) --tSad tomorrows --tInner city blues (Make me wanna holler) --tWholy holy. 0aSoul music. 0aRhythm and blues music. 0aPopular musicy1971-1980. 0aRemixes. 0aAlternate takes (Sound recordings) 0aDemo recordings. 7aSoul music.2lcgft 7aRhythm and blues music.2lcgft 7aPopular music.2lcgft 7aRemixes (Music)2lcgft 7aAlternate takes (Sound recordings )2lcgft 7aDemo recordings.2lcgft 7aSongs.2lcgft1 aVan de Pitte, David.econductor,earranger. a92bPUL01506nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002500163052000900188245017400197246020900371255003700580264005700617300003400674336004000708337002800748338002600776490003500802534006600837500005400903500007500957651002201032655002301054655001701077710003801094994001201132on1390684573OCoLC20230718213016.0aj canzn230711r19771880ie a 0 eng  a 2023585545 aDLCbengerdacDLC1 aab2800000 a(OCoLC)139068457300aG8460 1880b.S4 1977 a846000aSketch of the northern half of Madagascar :bshowing boundaries which divide the different Sakalaon tribes, the names of the reigning monarchs and notorious slave ports.1 iTitle from publisher's brochure:aSketch of the northern half of Madagascar :b[showing boundaries which divide the different Sakalaon tribes, the names of the reigning monarchs and notorious slave ports] aScale approximately 1:2,800,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c39 x 29 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v40 pOriginal version:c[London] : Harrison & Sons Litho., [1880]. a"(1100. 9/81. 1352) F.O. 971"--Lower left corner. aMap reprinted from the IUP series of the British Parliamentary papers. 0aMadagascarvMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01847nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245009800282260010300380300008000483336003300563337002800596338002600624540004200650500003300692500001100725500004500736500026700781651004801048650004101096650004101137650005001178655003601228655004301264700003601307856009401343994001201437on1390684574OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637591 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390684574 aLC-DIG-stereo-1s48049bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aOld Tien-tsin, showing terrible destruction caused by bombardment and fire, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 62). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aXzChinazTianjiny1900-1910.2lctgm 7aXzChinazTianjiny1900-1910.2lctgm 7aWar damagezChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48049qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48049 a92bPUL03561ngm a22005897a 4500001001300000003000600013005001700019007002400036008004100060010001700101040002400118017003400142035002200176046001500198245018400213257002400397260010200421300010600523300011500629500005700744508006600801511008100867500014900948500012901097520032601226500009401552500007801646586005901724500026701783600003502050600004702085655002902132655002702161655002402188655002602212700004902238700004802287700003202335700003502367700003002402700004102432700005302473700005402526700003202580700004402612700004302656710004802699710007002747710007502817786006702892994001202959on1390684589OCoLC20230718213016.0mr caaadmnara||ac------980305r19501936xxu017 maeng  a 98503418  aDLCbengeamimcDLC aLP6754bU.S. Copyright Office a(OCoLC)1390684589 k19362edtf00aPopeye the Sailor meets Sinbad the Sailor /cFleischer Studios ; director, Dave Fleischer ; produced by Max Fleischer ; animation, Willard Bowsky, George Germanetti, Edward Nolan. aUnited States.2naf aUnited States :bParamount Pictures, Inc.,c1936 ;aUnited States :bAtlas-Sterex, Inc.,c[1950?] 3viewing printa1 film reel of 1 (approximately 17 min., approximately 600 ft.) :bsd., col. ;c16 mm. 3viewing print (copy 2)a1 film reel of 1 (approximately 17 min., approximately 600 ft.) :bsd., col. ;c16 mm. aCopyright: Parmount Pictures, Inc.; 27Nov36; LP6754. aMusic and lyrics, Samuel Lerner, Bob Rothberg, Sammy Timberg.0 aVoices: Jack Mercer (Popeye), Mae Questel (Olive Oyl), Gus Wickie (Sindbad). aCopy 1 is the original 1936 release. Copy 2 is a reissue; precise date of reissue is unknown; taken from AFI/Triangle Laboratory inventory.5DLC aReissue copy is a Nostalgia Films Ltd. presentation. Associated Artists Productions may also be associated with the reissue. aIn Sinbad, the title character (Bluto with a few changes in his attire) catches sight of Popeye's ship through his spyglass and is instantly smitten with Olive Oyl. He instructs his pet Rokh to sink the ship, but bring the woman to him. Of course, Popeye manages to save himself (and Wimpy) and soon settles Bluto's hash. aSummary taken partly from Solomon, C. The history of animation, enchanted drawings, 1989. aLC also holds a digital viewing copy in the Bundesarchiv Collection.5DLC aThis film was selected for the National Film Registry. aSources used: Solomon, C. The history of animation, enchanted drawings, 1989, p. 79; OCLC/FirstSearch (WorldCat database), viewed March 3, 1993 ; Catalog of copyright entries, motion pictures, 1912-1939, p. 673; Eagan, D. America's film legacy, 2010, p. 253-255.00aPopeyec(Fictitious character)00aSindbad,cthe Sailor (Legendary character) 7aChildren's films.2lcgft 7aAnimated films.2lcgft 7aShort films.2lcgft 7aFiction films.2lcgft1 aFleischer, Dave,d1894-1979,efilm director.1 aFleischer, Max,d1883-1972,efilm producer.1 aBowsky, Willard,eanimator.1 aGermanetti, George,eanimator.1 aNolan, Edward,eanimator.1 aLerner, Sammy,ecomposer,elyricist.1 aRothberg, Bob,d1901-1938,ecomposer,elyricist.1 aTimberg, Sammy,d1903-1992,ecomposer,elyricist.1 aMercer, Jack,evoice actor.1 aQuestel, Mae,d1910-1998,evoice actor.1 aWickie, Gus,d1885-1947,evoice actor.2 aFleischer Studios Inc.eproduction company.2 aParamount Pictures, Inc.,efilm distributor,ecopyright claimant.2 aAFI/Triangle Laboratories Estate Collection (Library of Congress)5DLC18tPopeye The Sailor meets Sindbad The Sailorw(DLC) 68306nMAVIS a92bPUL02696ngm a22005897i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195044001200213046001500225050002500240245015700265246003700422257003500459264004900494264001100543300013200554336005000686337002300736338003000759340001900789344005300808347007100861380002700932538016000959500002601119532003401145500005301179500002601232511004501258508007901303520016901382500007401551500008001625500008801705650002001793655003101813655002601844655002601870655005401896700005101950710004102001773005202042994001202094on1390684590OCoLC20230718213016.0vd csaizm230713t20232023xxu095 vleng  a 2023600562 aDLCbengerdacDLC1 a81445602762342aVS-436bVinegar Syndrome a(OCoLC)13906845901 aengpengheng axxuacc k19932edtf00aDVE8170(viewingcopy)00aUndefeatable /cAction Star Pictures and Filmswell International ; screenplay by Steve Harper and Robert Vassar ; directed and produced by Godfrey Hall.1 iAlso known as:aCui hua kuang mo aUnited StatesaHong Kong.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (95 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) + 1 booklet atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1993. aTitle from container.1 aCynthia Rothrock, Don Niam, John Miller. aMusic, Todd M. Hahn ; cinematographer, Philip J. Cook ; editor, Grand Yee. aA martial arts expert fights in illegal matches to put her young sister through college, and when the sister is murdered, she sets out to avenge her sister's death. aSpecial feature: commentary track with lead actress Cynthia Rothrock. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aRevengevDrama. 7aMartial arts films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aHall, Godfrey,efilm director,efilm producer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01701nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012500257260002100382300006300403336003300466337002800499338002600527540004200553500003600595506018500631580006500816600007000881600007600951650005501027650005501082650005401137655004601191856009001237994001201327on1390684591OCoLC20230718213016.0kl co|230711s1892 riunnn kneng  a 2023634293 aDLCbengedcrmgcDLC a(OCoLC)1390684591 aLC-DIG-ppmsca-87291bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Iron grille.]p[Elevation]h[graphic]. c[March 21, 1892] a1 drawing :bgraphite on tracing paper ;csheet 14 x 9 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aIronworkzRhode IslandzNewporty1890-1900.2lctgm 7aGrilleszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87291qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87291 a92bPUL01694njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028002000132035002200152041000800174100004300182240002400225245004600249246001100295264003700306264006700343264001200410300002700422336003700449337002300486338003100509340001900540344001800559344001500577344002300592344001900615382002700634500002600661511003100687500003200718505027700750650003601027655003301063655002101096700003301117730006201150994001201212on1390684603OCoLC20230718213016.0sd bsmennmplue230717t19791979nyumpnn i n zxx  a 2023626407 aDLCbengerdacDLC02aVIM-7237bDecca a(OCoLC)13906846030 geng1 aRosenthal, Laurence,d1926-ecomposer.10aBecket.kSelections10aFrom the Paramount motion picture Becket.30aBecket 1aNew York, N.Y. :bDecca,c[1979] 3aTokyo, Japan :bManufactured by Victor Musical Industries Inc. 4c℗1979 a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc01aorchestrae1t12lcmpt aTitle from container.0 aMuir Mathieson, conductor. aProgram notes on container.00aMain title and King Henry's arrival at Canterbury Cathedral --tDays of youth --tThe hunt --tGwendolyn --tTriumph in France --tConsecration at Canterbury --tTrial and escape to the court of King Louis --tThe meeting on the beach --tBecket's martyrdom --tEnd title. 0aMotion picture musicvExcerpts. 7aMotion picture music.2lcgft 7aExcerpts.2lcgft1 aMathieson, Muir,econductor.0 iMusic for motion picture (work):aBecket (Motion picture) a92bPUL01134njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149042001000171100003000181245003700211264006700248300005100315336003700366337002300403338003100426500001800457500026200475500003300737650003800770650001200808994001200820on1390684604OCoLC20230718213016.0sd fsngnnmmned170203s2009 bl uunn n por  a 2017314017 aDLCbengerdacDLC1 a789827751004 a(OCoLC)1390684604 alcode1 aLessa, Chico,eperformer.10aNo tom de sempre /cChico Lessa. 1a[Vitória, Espírito Santo, Brazil] :bMinas Records,c2009. a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc. a1. Cá entre nós -- 2. Ciúmes do rei -- 3. Puxando um trem -- 4. Poucas e boas -- 5. No tom de sempre -- 6. Mesmo assim -- 7. Vitória blues -- 8. Sinal verde -- 9. Groove do suá -- 10. Samba do caxinguelê -- 11. Seu fã -- 12. Veneciano ausente. aProduction level cataloging. 0aPopular musiczBrazily2001-2010. 0aSambas. a92bPUL01634nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014200257260002200399300007900421336003300500337002800533338002600561540004200587500003600629500002000665506018500685580006500870600007000935600007601005650005501081655004601136856009001182994001201272on1390684605OCoLC20230718213016.0kl co|230712s1893 riunnn kneng  a 2023634708 aDLCbengedcrmgcDLC a(OCoLC)1390684605 aLC-DIG-ppmsca-87317bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan.]h[graphic] /cR. M. Hunt Arch't. cJanuary 26, 1893. a1 drawing :bgraphite and watercolor on tracing paper ;csheet 38 x 59 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aInitialed: ELM. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87317qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87317 a92bPUL01910ncm a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015000163246001600313264007300329300004700402336003500449337002800484338002700512490002900539500003500568500001900603546002000622650003500642655003000677655003000707655001900737700004700756730006700803773012300870776028300993787023601276994001201512on1390684610OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561403 aDLCbengerdacDLC a(OCoLC)1390684610 apcc00aML31b.C59500aRobert Kane presents the Halperin production "Dance magic" with Ben Lyon, Pauline Starke and Louis John Bartels /ccompiled by James C. Bradford.30aDance magic 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDance magic (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 48w(DLC) 201857196108iReproduced as (manifestation):tRobert Kane presents The Halperin Production "Dance magic" with Ben Lyon, Pauline Starke and Louis John Bartels.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057087908iRelated item of manifestation:tRobert Kane presents the Halperin production "Dance magic" with Ben Lyon, Pauline Starke and Louis John Bartels.dNew York City : Cameo Music Service Corporation, [not before 1927]w(DLC) 2021561234 a92bPUL01559ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018100160257001100341260005300352300006700405500005200472508026500524511013700789546001600926500001400942500003800956541001400994655002401008655002601032700004101058700003101099700003401130710003301164994001201197on1390684611OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336483 aDLCbengeamimcDLC a(OCoLC)1390684611 alcode00aLokoloko.nSeason 1,nEpisode 7 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL04997njm a2200757 i 4500001001300000003000600013005001700019007001500036007001000051008004100061010001700102040002300119024001700142028003900159028004000198028004200238028004300280028003600323035002200359100004600381245002000427246002500447264005100472264001200523300008500535336003700620336005500657337002300712337002800735338003500763338003100798340002400829344002300853344002000876344002800896344001900924346001400943347002700957347002800984380003201012382003601044500002001080511031501100518007101415518006101486500004801547500035901595505027701954505043302231505035802664505034603022505023903368505031803607650002803925650002703953650003003980650001704010655002604027655002304053655003104076655003204107655003404139655003604173655001804209994001204227on1390684617OCoLC20230718213016.0sd bsmennmmluevd cvadzs230710p20191982caurcnn dfiz n eng  a 2023617297 aDLCbengerdacDLC1 a60349785005102aR1 604568bNPG/Warnerq(discs 1-4)02aR1 604571bNPG/Warnerq(discs 5-10)00a603497850020bNPG/Warnerq(discs 1-4)00a603497850051bNPG/Warnerq(discs 5-10)42aR1 604571-11bNPG/Warnerq(DVD) a(OCoLC)13906846170 aPrince,ecomposer,eperformer,eproducer.10a1999 /cPrince.3 aNineteen ninety-nine 1aLos Angeles, California :bNPG/Warner,c[2019] 4c℗2019 a10 audio discs :banalog, 33 1/3 rpm ;c12 in. +e1 DVD (sd., col. ; 4 3/4 in.). aperformed musicbprm2rdacontent atwo-dimensional moving imagebtdi2rdacontent3DVD aaudiobs2rdamedia avideobv2rdamedia3DVD avideodiscbvd2rdacarrier3DVD aaudio discbsd2rdacarrier avinyl2rdamat3LPs. aanalog2rdatr3LPs c33 1/3 rpm3LPs dmicrogroove2rdagw3LPs gstereo2rdacpc bNTSC3DVD avideo file2rdaft3DVD eall regions2rdare3DVD aMotion pictures2lcgft3DVD11amale voicen1dguitarn12lcmpt aTitle from box.0 aPrince, all voices and instruments ; except Dez, guitar solos on Little red Corvette, co-lead vocals on Corvette and 1999 ; Lisa, co-lead vocals on Corvette and 1999 ; J.J., co-lead vocals on 1999. Additional background vocals by Lisa, J.J., Vanity, Wendy, Jamie, Carol, Peggy, Brown Mark, Poochie & the Count. 3Discs 9-10orecorded live inpDetroit, Michigand1982 November 30. 3DVDorecorded live inpHouston, Texasd1982 December 29. aOriginal 1999 music album released in 1982. aColor photos, track notes by Duane Tudahl, facsimiles of Prince's handwritten lyrics, download code, articles ("The sky was all purple" by David Fricke; "My mind says prepare to fight" by Andrea Swensson; "Prince will always live within us" by Duff McKagan) in booklet (35 pages) with DVD, analog discs with covers and sleeves, laid in box (33 x 33 cm.).00gLP1-2,t1999,goriginal album.t1999 --tLittle red Corvette --tDelirious --tLet's pretend we're married --tD.M.S.R. --tAutomatic --tSomething in the water (does not compute) --tFree --tLady cab driver --tAll the critics love U in New York --tInternational lover.00gLP3-4,tPromo mixes & B-sides remastered.t1999 (7" stereo edit) --t1999 (7" mono promo-only edit) --tFree (promo-only edit) --tHow come you don't call me anymore? ("1999" B-side) --tLittle red Corvette (7" edit) --tAll the critics love U in New York (7" edit) --tLady cab driver (7" edit) --tLittle red Corvette (7" edit) --tLittle red Corvette (dance remix promo-only edit) --tLittle red Corvette (special dance mix).00gLP5-6,tVault tracks I.tFeel you up --tIrresistible bitch --tMoney don't grow on trees --tVagina --tRearrange --tBold generation --tColleen --tInternational lover (take 1, live in studio) --tTurn it up --tYou're all I want --tSomething in the water --tIf it'll make you happy --tHow come you don't call me anymore? (take 2, live in studio).00gLP7-8,tVault tracks II.tPossessed (1982 version) --tDelirious (full-length) --tPurple music --tYah, you know --tMoonbeam levels --tNo call U --tCan't stop this feeling I got --tDo yourself a favor --tDon't let him fool ya --tTeacher, teacher --tLady cab driver ;tI wanna be your lover ;tHead ;tLittle red Corvette (tour demo).00gLP9-10,tLive in Detroit, 11/30/82.tControversy --tLet's work --tLittle red Corvette --tDo me, baby --tHead --tUptown --tInterlude --tHow come U don't call me anymore --tAutomatic --tInternational lover --t1999 --tD.M.S.R.00gDVD,tLive in Houston, 12/29/82.tControversy --tLet's work --tDo me, baby --tD.M.S.R. --tInterlude --tPiano improvisationg(contains elements of "With you") --tHow come U don't call me anymore? --tLady cab driver --tAutomatic --tInternational lover --t1999 --tHeadg(contains elements of "Sexuality"). 0aProgressive rock music. 0aRock musicy1981-1990. 0aPopular musicy1981-1990. 0aFunk (Music) 7aPopular music.2lcgft 7aRock music.2lcgft 7aRock concert films.2lcgft 7aFilmed performances.2lcgft 7aLive sound recordings.2lcgft 7aProgressive rock (Music)2lcgft 7aSongs.2lcgft a92bPUL01326ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011200163246001400275264007400289300004700363336003500410337002800445338002700473490002900500500003500529500001900564546002000583650003500603655003000638655003000668655001900698700004700717730006500764773012300829994001200952on1390684645OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561432 aDLCbengerdacDLC a(OCoLC)1390684645 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Walter Hiers in "Fair week" /cmusic compiled by James C. Bradford.30aFair week 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c34 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFair week (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 27w(DLC) 2018571961 a92bPUL01321njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003400150035002200184042001400206245003200220264004400252264001200296300004900308336003700357337002300394338003100417340001900448344001800467344001500485344002300500344001900523500002600542511001100568505011800579650003000697650001700727650001800744655002400762655002600786655002700812700003600839994001200875on1390684646OCoLC20230718213016.0sd bsmennmplue230630t20232023gw ppnn n zxx d a 2023616859 aTDFbengerdacDLC30a425180413964902aWGVinyl096bWatergate Records a(OCoLC)1390684646 alccopycat00aUnfold voices EP /cJamiie. 1a[Germany] :bWatergate Records,c[2022] 4c℗2022 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from container.0 aJamie.0 aVoices -- Unfold me -- Voices (DJEFF remix) -- Voices (Malandra Jr. remix) -- Unfold Me (Annett Gapstream remix). 0aPopular musicy2021-2030. 0aHouse music. 0aTechno music. 7aHouse music.2lcgft 7aTechno (Music)2lcgft 7aRemixes (Music)2lcgft0 aJamiiec(Musician),eperformer. a92bPUL02960ngm a22006737i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245020000253246004300453257002400496264004900520264001100569300010900580336005000689337002300739338003000762340001900792344005300811347005100864380002700915538016000942500002601102532003401128500005301162500002601215511006501241508008001306520012101386500006901507500008801576650002301664650002401687650002701711655002501738655002601763655002601789655005401815700004701869700005801916700002501974700003201999700004102031700003902072700004202111700002802153710004102181773005202222994001202274on1390684647OCoLC20230718213016.0vd csaizm230713t20222022xxu086 vleng  a 2023600565 aDLCbengerdacDLC1 a81445602572842aVS-402bVinegar Syndrome a(OCoLC)13906846471 aengpengheng k19772edtf00aDVE8173(viewingcopy)04aThe incredible melting man /cMax J. Rosenberg presents a Rosenberg-Gelfman production ; an American International release ; produced by Samuel W. Gelfman ; written and directed by William Sachs.1 iAlso known as:aGhoul from outer space aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (86 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1977. aTitle from container.1 aAlex Rebar, Michael Alldredge, Burr DeBenning, Myron Healey. aMusic, Arlon Ober ; cinematographer, Willy Kurant ; editor, James Beshears. a"An astronaut is transformed into a murderous gelatinous mass after returning from an ill-fated space voyage"--IMDb. aAlso includes a Blu-ray copy of the movie with special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aAstronautsvDrama. 0aCannibalismvDrama. 0aSkinxDiseasesvDrama. 7aHorror films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aRosenberg, Max J.,d1914-2004,epresenter.1 aSachs, William,d1942-efilm director,escreenwriter.1 aRebar, Alex,eactor.1 aAlldredge, Michael,eactor.1 aDeBenning, Burr,d1936-2003,eactor.1 aHealey, Myron,d1923-2005,eactor.1 aKurant, Willy,d1934-2021,ecomposer.1 aOber, Arlon,ecomposer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01686nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245013300257260002800390300009900418336003300517337002800550338002600578540004200604500003600646506018500682580006500867600007000932600007601002650005401078650005601132655004601188856009001234994001201324on1390684648OCoLC20230718213016.0kl bo|230711q18881893riunnn kneng  a 2023634689 aDLCbengedcrmgcDLC a(OCoLC)1390684648 aLC-DIG-ppmsca-87298bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Cross section.]h[graphic] /cR.M. Hunt Archt. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 19 x 27 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87298qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87298 a92bPUL01233njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003300149028003300182035002200215042001400237100004900251245002900300264004100329264001100370300004900381336003700430337002300467338003100490340001900521344001800540344001500558344002300573344001900596500002800615511001800643505011300661650002100774655002800795994001200823on1390684659OCoLC20230718213016.0sd bsmennmplud230712t20222022it ppnn n zxx d a 2023627519 aTDFbengerdacDLC10a60583267748402aNEOLIFE002bNeo Life Records02aCANNLP001bCannibald Records a(OCoLC)1390684659 alccopycat1 aAnibaldi, Leo,d1972-ecomposer,eperformer.10aPro pop /cLeo Anibaldi. 1a[Italy] :bNeo Life Records,c[2022] 4c©2022 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc labels.0 aLeo Anibaldi.0 aCafrica -- Ariboo -- Esperanza -- Estate -- Devasto -- Mare -- Miles -- Nina pop -- NooSo -- La funk -- Jim. 0aTrip hop (Music) 7aTrip-hop (Music)2lcgft a92bPUL01215nem a2200349 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002400154052001400178110005200192245010500244246003800349255002100387264005200408300007600460336004000536337002800576338002600604500002200630500006600652500005300718500003800771651002700809655001700836994001200853on1390684660OCoLC20230718213016.0aj canzn230711s2001 pau a 1 eng  a 2023587324 aDLCbengerdacDLC0 aa a(OCoLC)139068466000aG3824.L55 2001b.P7 a3824bL552 aProfiles of Pennsylvania (Firm),ecartographer.10aWelcome to Lewisburg, in the valleys of the Susquehanna, Pennsylvania :b"memories last a lifetime".1 iTitle in lower margin:aLewisburg aScale not given. 1aMilton, PA :bProfiles of Pennsylvania,c[2001] a1 map :bcolor ;c30 x 20 cm, on sheet 44 x 56 cm, folded to 22 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn theater advertisement on verso: 2000-2001 season brochure. aIncludes text, street index, and advertisements. aText and advertisements on verso. 0aLewisburg (Pa.)vMaps. 7aMaps.2lcgft a92bPUL01586nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002800377300007900405336003300484337002800517338002600545540004200571500003600613506018500649580006500834600007000899600007600969650005501045655004601100856009001146994001201236on1390684666OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634706 aDLCbengedcrmgcDLC a(OCoLC)1390684666 aLC-DIG-ppmsca-87315bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 27 x 34 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87315qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87315 a92bPUL01188njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182110004900194245006300243264004100306300005100347336003700398337002300435338003100458500001800489505030900507500003300816650002500849994001200874on1390684673OCoLC20230718213016.0sd fsngnnmmned170211s2009 bl uunn n por  a 2017312803 aDLCbengerdacDLC3 a7898119331268 a(OCoLC)1390684673 alcode as-bl---2 aRealidade Negra (Musical group),eperformer.10aÉ prus guerreiro a missão, ao vivo /cRealidade Negra. 1a[Brazil] :b[Direct Sound],c[2009?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.0 aQuilombo do campinho -- Realidade negra -- Tempo que não volta -- Ano de lamento -- Deus primeiro depois os guerreiros -- Sou quem sou, 100% negro -- Violência social -- É prus guerreiro a missão -- Você é você -- Minha metade -- Terra de Quilombo -- Quilombo do campinho -- Porta estreita. aProduction level cataloging. 0aRap (Music)zBrazil. a92bPUL02115nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245011900282260010300401264002600504300008000530336003300610337002800643338002600671540022200697500003300919500001300952500004500965500026701010600004801277650006001325650005201385650004701437655003601484655004301520700003601563856009401599994001201693on1390684675OCoLC20230718213016.0kh |o|190501s1901 enknnn kneng  a 2019634331 aDLCbengedcrmgcDLC aH2139bU.S. Copyright Office. a(OCoLC)1390684675 aLC-DIG-stereo-1s19630bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMinister Conger leaving legation in his official chair - always used on official calls - Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. 4cCopyright 1901 Mar 13 a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication in the U.S. Use elsewhere may be restricted by other countries' laws. For general information see "Copyright and Other Restrictions ...,"uhttp://www.loc.gov/rr/print/195_copr.html aTitle transcribed from item. aNo. (2). aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 97).10aConger, Edwin H.q(Edwin Hurd),d1843-1907. 7aGovernment officialszChinazBeijingy1900-1910.2lctgm 7aSedan chairszChinazBeijingy1900-1910.2lctgm 7aPorterszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19630qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19630 a92bPUL01763nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245016800256260002800424300006400452336003300516337002800549338002600577540004200603500003600645506018500681580006500866600007000931600007601001650005501077650006301132650005801195655004601253856009001299994001201389on1390684677OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634727 aDLCbengedcrmgcDLC a(OCoLC)1390684677 aLC-DIG-ppmsca-87336 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Bedroom No. 9.]p[Wall with wainscoting and door.]p[North elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 30 x 41 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aWainscotingzRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87336qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87336 a92bPUL01654ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016800163246002000331264007300351300004700424336003500471337002800506338002700534490002900561500003500590500001900625546002000644650003500664655003000699655003000729655001900759700004700778730007100825773012300896787024901019994001201268on1390684701OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561386 aDLCbengerdacDLC a(OCoLC)1390684701 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a Victor Fleming production "Code of the sea" with Rod LaRoque and Jacqueline Logan /cmusic compiled by James C. Bradford.30aCode of the sea 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c34 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCode of the sea (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 31w(DLC) 201857196108iRelated item of manifestation:tAdolph Zukor and Jesse L. Lasky present a Victor Fleming production "Code of the sea" with Rod LaRoque and Jacqueline Logan.dNew York City : Cameo Music Publishing Co., Inc., [not before 1924]w(DLC) 2022561385 a92bPUL01417ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016300163246002100326246001500347264007300362300004700435336003500482337002800517338002700545490002900572500003500601500001900636546002000655650003500675655003000710655003000740655001900770700004700789730007200836773012300908994001201031on1390684702OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561438 aDLCbengerdacDLC a(OCoLC)1390684702 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Bebe Daniels in "The fifty fifty girl" with James Hall, a Clarence Badger production /ccompiled by James C. Bradford.30aFifty fifty girl3 a50/50 girl 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFifty-fifty girl (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 33w(DLC) 2018571961 a92bPUL01551ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009400163246001700257264007300274300004700347336003500394337002800429338002700457490002900484500003500513500001900548546002000567650003500587655003000622655003000652655001900682700004700701730006800748773012200816776022700938994001201165on1390684703OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561458 aDLCbengerdacDLC a(OCoLC)1390684703 apcc00aML31b.C59500aCarl Laemmle presents Glenn Tryon in "The gate crasher" /ccompiled by James C. Bradford.30aGate crasher 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGate crasher (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 3w(DLC) 201857196108iReproduced as (manifestation):tCarl Laemmle presents Glenn Tryon in "The gate crasher".dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570989 a92bPUL00929njm a22002773i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154245002400164264003400188300003700222336003700259337002000296338002700316340001900343500003000362500002600392505019700418546002400615994001200639on1390684704OCoLC20230718213016.0sd csmennmplue230713s2017 io sgnn n ind  a 2023330268 aDLCbengerdacDLC a(OCoLC)1390684704 alcode00a7 bidadari /cNaif. 1a[Jakarta] :bDemajors,c2017. a1 audio disc :banalog ;c12 in. aperformed musicbprm2rdacontent aaudio2rdamedia aaudio disc2rdacarrier avinyl.2rdamat aIndonesian popular songs. aTitle from container.0 aAlangkah indahnya Indonesia -- Selama ada cinta -- 7 bidadari -- Berubah -- Sedjak -- Kenali dirimu -- Apa yang membuat dirimu untuk terus di sini -- Diriku diriku -- Indah -- Sayang disayang. aSung in Indonesian. a92bPUL01713nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002800400300011600428336003300544337002800577338002600605540004200631500003600673506018500709580006500894600007000959600007601029650005401105650005601159655004601215856009001261994001201351on1390684705OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634297 aDLCbengedcrmgcDLC a(OCoLC)1390684705 aLC-DIG-ppmsca-87295bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Gardener's cottage?]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 23 x 29 cm, mount 27 x 34 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87295qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87295 a92bPUL01559nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002300154052001300177110004700190245016000237255002100397264006100418300005500479336004000534337002800574338002600602500002900628500002200657500006300679500011800742500008600860611005100946651005000997655001701047700005001064700004701114994001201161on1390684709OCoLC20230718213016.0aj canzn230717s2003 dcub a f 0 eng  a 2023587332 aDLCbengerdacDLC0 aa a(OCoLC)139068470900aG4127.L4 2003b.U5 a4127bL41 aUnited States.bArmy.bCorps of Engineers.14aThe bicentennial commemoration of the Lewis and Clarks corps of discovery 2003-2006 :bthe beginning of the great expedition /cUS Army Corps of Engineers. aScale not given. 1a[Washington, D.C.] :bUS Army Corps of Engineers,c2003. a1 map :bcolor ;c30 x 43 cm, folded to 23 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading. aTitle from panel. aCovers the trail from Pittsburgh to St. Charles, Missouri. aIncludes text, historic information and U.S. map showing portion of trail covered and illustrations (some color). aText, historic information, 3 portraits, and illustaions (mainly color) on verso.20aLewis and Clark Expeditiond(1804-1806)vMaps. 0aLewsiand CLark National Historic TrailvMaps. 7aMaps.2lcgft1 aLewis, Meriwether,d1774-1809.,econtributor.1 aClark, William,d1770-1838.,econtributor. a92bPUL01451ncm a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041000800172042000800180050001200188100003700200245006800237264005800305264001100363300004500374336003500419337002800454338002700482348001800509348002700527348002200554382002500576500002200601546003200623500006200655500016700717650004000884655001900924655002700943655004700970994001201017on1390684715OCoLC20230718213016.0230711t20212021caustl er n zxx  a 2023565068 aDLCbengerdacDLC a9781735969220 a1735969222 a(OCoLC)13906847150 geng apcc00aMT645.81 aCarter, Terry,d1973-ecomposer.14aThe ukulele soloing secrets book for beginners /cTerry Carter. 1a[San Diego, California] :bUke Like The Pros,c[2021] 4c©2021 a1 score (33, that is, 49 pages) ;c28 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm cstaff notation2rdafmn ctablature2rdafmn01aukulelen1s12lcmpt aFor solo ukulele. bStaff notation;bTablature. aIncludes biographical and instructional notes in English. aScore paginated with pages A-L (instructional methods for ukulele), pages 1-34 (scales and exercises for ukulele), and pages M-O (about the author and publisher). 0aUkulelevMethodsvSelf-instruction. 7aScores.2lcgft 7aMethods (Music)2lcgft 7aProgrammed instructional materials.2lcgft a92bPUL00920nem a2200301 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103025002500126035002200151042001000173043001200183110005900195245003200254255001700286264005900303300001000362336004000372336003400412337002800446338002600474500003500500655007100535994001200606on1390684716OCoLC20230718213016.0aj canzn230712s2022 ii a ff 0 eng  a 2023340256 aDLCbengerdacDLC aI-Map-2023340256; 01 a(OCoLC)1390684716 alcode aa-ii---2 aNational Atlas & Thematic Mapping Organisation (India)10aWest Bengal administrative. a1:1,200,000. 1a[Kolkata, India] :bNATMO, DST, Govt. of India,c2022. a1 map acartographic imagebcri2rdacontent atactile textbtct2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle also in braille letters. 7aCartographic materials for people with visual disabilities.2lcgft a92bPUL01598nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001500126020001800141034005400159035002200213041002300235050002300258052000900281110006000290245007900350255006900429264004800498300005600546336004000602337002800642338002600670490002900696500004600725500003300771500004100804500005600845500006000901500005300961500004101014546005201055650002301107655002201130994001201152on1390684717OCoLC20230718213016.0aj canzn230504q2007 au bg a 1 ger  a 2023591164 aDLCbengerdacDLC a3707904253 a97837079042531 aab500000dE0033000eE0170000fN0490000gN0430000 a(OCoLC)13906847170 ageraitaaengafre00aG6036.P2 2007b.F7 a60362 aFreytag, Berndt und Artaria,ecartographer,epublisher.10a[Alps road map] /cKartgraphie, Druck u. Verlag Freytag-Berndt u. Artaria. aScale 1:500,000c(E 3°30ʹ--E 17°00ʹ/N 49°00ʹ--N 43°00ʹ). 1aWien :bFreytag-Berndt u. Artaria,c[2007?] a1 map :bboth sides, color ;con sheet 95 x 125 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFreytag-Berndt Autokarte aRelief shown by shading and spot heights. aTitle supplied by cataloger. aIncludes index of Alpine pass roads. aMap printed in two segments: Westalpen -- Ostalpen. a"Laufzeit 12/2007"--In bottom right corner, both sides. a"8075/2073"--In bottom right corner, both sides. aLC copy imperfect: lacks cover.5DLC aLegend in German, Italian, English, and French. 0aRoadszAlpsvMaps. 7aRoad maps.2lcgft a92bPUL01731ngm a22003853a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245017300160257001400333260005800347300008100405500005500486508025600541511004300797546002700840520011300867500003000980500003801010541001401048655003001062655002601092655002901118700006201147700002801209700002701237710003701264710003201301994001201333on1390684729OCoLC20230718213016.0vd cvaiz|230715s2005 rh 075 vlnde  a 2010323770 aDLCbengeamimcDLC a(OCoLC)1390684729 alcode04aThe world as we dance along.nVolume 1 /cPoint One Production, Music Fusion International ; producer-director-writer, Calvin Gudu ; written by Nampu Mzana, Busi Mzana. aZimbabwe. a[Zimbabwe] :bPoint One Television Production,c2005. a1 videodisc of 1 (DVD) (ca. 75 min) :bsd., col. ;c4 3/4 in.3viewing copy. aCopyright: Point One Television Production ; 2004. aSound, Alfred Merhcant, Attie Van Zyle ; lighting, Emma Pointer, Delvin Mayo, Paul Blackburn ; studio cameras, Vinnie Moya, Yvonne Reeves, Calvin Gudu ; live cameras, Aswad Simba, Calvin Gudu, Vinnie Moya, Yvonne Reeves ; presenter stylist, Sima Gudu.0 aPerformers: Albert Nyathi and Imbongi. aIn Ndebele (Zimbabwe). aA collection of various video footage of the performance by Albert Nyathi and Imbongi from around the world. aCatalogue no: wfidvdimo5. aSource used: videodisc container. cPurchase. 7aDocumentary films.2lcgft 7aFeature films.2lcgft 7aNonfiction films.2lcgft1 aGudu, Calvin,ecamera,edirection,eproduction,ewriting.1 aMzana, Nampu,ewriting.1 aMzana, Busi,ewriting.2 aPoint One Television Production.2 aMusic Fusion International. a92bPUL03181ngm a22006857i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228130003500253245015500288246004000443246001900483250001900502257002400521264004900545264001100594300010900605336005000714337002300764338003000787340001900817344004700836347005100883380002700934538016000961500002601121532003401147500005301181511008501234508012601319520020701445500012601652500008801778650002301866650002501889655003901914655002601953655002601979655005402005700003702059700004802096700003502144700004202179700003902221700003102260700005502291700004402346710004102390773005202431994001202483on1390684757OCoLC20230718213016.0vd csaiz|230713t20222022xxu092 vleng  a 2023600567 aDLCbengerdacDLC1 a81445602515542aVS-393bVinegar Syndrome a(OCoLC)13906847571 aengpengheng k19822edtf00aDVE8175(viewingcopy)0 aDeath wish II (Motion picture)10aDeath wish II /cAmerican-European Productions ; produced by Menahem Golan and Yoram Globus ; written by David Engelbach ; directed by Michael Winner.1 iTitle from container:aDeath wish 23 aDeath wish two aUncut version. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (92 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalhDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1982.1 aCharles Bronson, Jill Ireland, Vincent Gardenia, J.D. Cannon, Anthony Franciosa. aMusic, Jimmy Page ; cinematographers, Thomas Del Ruth and Richard H. Kline ; editors, Julian Semilian and Michael Winner. aPaul Kersey is trying to nurse his daughter back to health when she is raped and driven to suicide by a gang. Kersey relentlessly hunts down the gang, and in turn is hunted by a New York City detective. aAlso includes a Blu-ray copy of the movie with additional special features, including the 95 minute alternate TV version. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aVigilantesvDrama. 0aRape victimsvDrama. 7aAction and adventure films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aWinner, Michael,efilm director.1 aGolan, Menahem,d1929-2014,efilm producer.1 aGlobus, Yoram,efilm producer.1 aBronson, Charles,d1921-2003,eactor.1 aIreland, Jill,d1936-1990,eactor.1 aGardenia, Vincent,eactor.1 aCannon, J. D.q(John Donovan),d1922-2005,eactor.1 aFranciosa, Anthony,d1928-2006,eactor.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01472njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100005400171245004100225264004800266300004100314336003700355337002300392338003100415344001900446344001900465344001900484347002200503347001300525500002700538511021200565508002900777518005800806505012000864650002200984650003001006655003801036994001201074on1390684764OCoLC20230718213016.0sd fsngnnmmned230714s2013 alucynn n eng  a 2023628012 aDLCbengerdacDLC1 a884501864602 a(OCoLC)13906847641 aLynn, Cristina,ecomposer,elyricist,eperformer.10aSinners and saints /cCristina Lynn. 1a[Madison, Ala.] :b[Cristina Lynn],c[2013] a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aCristina Lynn, acoustic guitar, vocals ; with, variously Russ Holder, mandolin, dobro, steel guitar, acoustic guitar, harmony vocals (except on Today) ; Shane Adkins, acoustic guitar (on Sinners and saints). aProducer, Greg Clements. oRecordedpThe Construction Zone, Huntsville, Alabama.0 aSinners and saints (3:01) -- Today (4:10) -- Whiskey & honey (3:31) -- Rainin' (3:52) -- Service your heart (3:41). 0aAmericana (Music) 0aCountry musicy2011-2020. 7aAlternative country music.2lcgft a92bPUL01893nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245011700282260010300399300008000502336003300582337002800615338002600643540004200669500003300711500001100744500004500755500026700800600004801067650006001115650005201175650004701227655003601274655004301310700003601353856009401389994001201483on1390684765OCoLC20230718213016.0kh bco190429s1901 enknnn kneng  a 2019634041 aDLCbengedcrmgcDLC aH2138bU.S. Copyright Office. a(OCoLC)1390684765 aLC-DIG-stereo-1s19453bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMinister Conger leaving Legation in his official chair--always used on official calls--Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 97).10aConger, Edwin H.q(Edwin Hurd),d1843-1907. 7aGovernment officialszChinazBeijingy1900-1910.2lctgm 7aSedan chairszChinazBeijingy1900-1910.2lctgm 7aPorterszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19453qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19453 a92bPUL01798nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300009800404336003300502337002800535338002600563540004200589500003600631500006800667506018500735580006500920600007000985600007601055650005501131650005601186655004601242655003401288856009001322994001201412on1390684766OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634721 aDLCbengedcrmgcDLC a(OCoLC)1390684766 aLC-DIG-ppmsca-87330 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 22 x 47 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87330qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87330 a92bPUL01713nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002800400300011600428336003300544337002800577338002600605540004200631500003600673506018500709580006500894600007000959600007601029650005401105650005601159655004601215856009001261994001201351on1390684771OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634295 aDLCbengedcrmgcDLC a(OCoLC)1390684771 aLC-DIG-ppmsca-87293bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Gardener's cottage?]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 26 x 30 cm, mount 28 x 32 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87293qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87293 a92bPUL03338ngm a22006497i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028003200144035002200176041001800198043001200216046001500228050002500243245014200268246004600410257002400456264004900480264001100529300010900540336005000649337002300699338003000722340001900752344005300771347007100824380002700895538016000922500002601082532003401108500005301142500002601195511009801221508004901319520052501368500018901893500004702082500008802129650002702217650003402244650002802278651004202306655002402348655004002372655003102412655002602443655002602469655005402495700003402549710004102583773005202624994001202676on1390684785OCoLC20230718213016.0vd csaizm230712t20232023xxu081 vleng  a 2023600554 aDLCbengerdacDLC1 a81445602700542aVS-004UHDbVinegar Syndrome a(OCoLC)13906847851 aengpengheng an-us-ny k19732edtf00aDVE8162(viewingcopy)00aMassage parlor murders /ca Cinemid Flims production ; produced by Craig Nolan and Bert Cohen ; directed by Chester Fox and Alex Stevens.1 iRe-release title:aMassage parlor hookers aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (81 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1973. aTitle from container.1 aGeorge Spencer, John Moser, Sandra Peabody, Anne Gaybis, Marlene Kallevig, Theodore Gottlieb. aDirector of photography, Victor Petrashevic. a"A deranged maniac is stalking the sleazy massage parlors of Times Square, murdering helpless hookers in a variety of nasty ways. Grizzled Detective Rizotti and his younger, more romantic minded partner, Detective O'Mara, are on the case, but keep hitting dead ends and diversions, all while having to fend off the seductive charms of the very massage hostesses they're trying to protect. Will they unmask this demented and bloodthirsty pervert before all the city's prostitutes wind up in body bags?"--Container insert. aSpecial features: commentary track with film historian and author Samm Deighan; "Sin City" the locations of Massage Parlor Murders; theatrical trailers; original TV spot; outtake reel. aAlso includes a Blu-ray copy of the movie. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aSerial murdersvDrama. 0aMurderxInvestigationvDrama. 0aMassage parlorsvDrama. 0aTimes Square (New York, N.Y.)vDrama. 7aCrime films.2lcgft 7aDetective and mystery films.2lcgft 7aExploitation films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aFox, Chester,efilm director.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL03144ngm a22006737i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228130003100253245018100284257002400465264004900489264001100538300016600549336005000715337002300765338003000788340001900818344006100837347005100898380002700949538016000976500002601136532003401162500005301196500002601249511008101275508010401356520017401460500009101634500008001725500008801805650002501893650003601918655002501954655002601979655002602005655005402031700003102085700003702116700004302153700004802196700003502244700003302279700002702312700002602339710004102365773005202406994001202458on1390684786OCoLC20230718213016.0vd csaizq230713t20232023xxu131 vleng  a 2023600560 aDLCbengerdacDLC1 a81445602765442aVSU.06bVinegar Syndrome a(OCoLC)13906847861 aengpengheng k19952edtf00aDVE8168(viewingcopy)0 aShowgirls (Motion picture)10aShowgirls /cMario Kassar presents ; a Chargeurs/Charles Evans production ; directed by Paul Verhoeven ; written by Joe Eszterhas ; produced by Alan Marshall and Charles Evans. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (131 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) + 1 booklet (34 pages : color illustrations) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgsurroundh5.1 DTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (2.35:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1995. aTitle from container.1 aElizabeth Berkeley, Gina Gershon, Robert Davi, Kyle MacLachlan, Gina Ravera. aMusic, David A. Stewart ; Cinematographer, Jost Vacano ; editors, Mark Goldblatt and Mark Helfrich. aA young stripper, with the help of a more experienced dancer, starts to make it big, only to realize that there is only room for one of them to be the star of the stage. aSpecial features: "The greatest movie ever made" commentary track with David Schmader. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aStripteasersvDrama. 0aMan-woman relationshipsvDrama. 7aErotic films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aKassar, Mario,epresenter.1 aVerhoeven, Paul,efilm director.1 aMarshall, Alan,d1938-efilm producer.1 aEvans, Charles,d1926-2007,efilm producer.1 aEszterhas, Joe,escreenwriter.1 aBerkeley, Elizabeth,eactor.1 aGershon, Gina,eactor.1 aDavi, Robert,eactor.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL02198nkd a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100004200207245018700249260003300436300006900469336003300538337002800571338002600599540015800625500003600783530008500819500010700904500017401011580009801185600006301283650006301346650006001409650004701469650004901516655003301565773010001598856009001698994001201788on1390684787OCoLC20230718213016.0kg bi|230717s1960 xxunnn kneng  a 2023631499 aDLCbengedcrmgcDLC a(OCoLC)1390684787 aLC-DIG-ppmsca-83281bDLCc(digital file from original)1 aO'Halloran, Thomas J.,ephotographer.10a[Vice President Richard M. Nixon shaking hands with a man while standing on a tractor at a plowing contest in Guthrie, Iowa, during his 1960 presidential campaign]h[graphic] /cTOH. c09/18/60 [18 September 1960] a1 photograph :bsafety negative ;cfilm width 35mm (roll format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. For information see "U.S. News & World Report Magazine Collection,"uhttps://www.loc.gov/rr/print/res/078_usnw.html aTitle devised by Library staff. aContact sheet available for reference purposes: USN&WR COLL - Job no. 4952,b30. aRelated log book caption from USN&WR COLL - Job no. 4952: "Mood of America interviews 09/18/1960 TOH." aRelated log book caption from USN&WR COLL - Job no. 4952: "Mood of America interivew Iowa Frames 3-5 - V.P. Nixon at plowing contest - Guthrie Center, Iowa TOH 9-26-60." aForms part of: U.S. News & World Report Magazine Photograph Collection (Library of Congress).14aNixon, Richard M.q(Richard Milhous),d1913-1994xTravels. 7aPresidential electionszIowazGuthrie Centery1960.2lctgm 7aPolitical campaignszIowazGuthrie Centery1960.2lctgm 7aCrowdszIowazGuthrie Centery1960.2lctgm 7aTractorszIowazGuthrie Centery1960.2lctgm 7aFilm negativesy1960.2gmgpc0 tU.S. News & World Report Magazine Photograph Collection (Library of Congress)w(DLC) 92517073413digital file from originaldppmscaf83281qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.83281 a92bPUL02698ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245027500160257001200435260007900447300008200526508018100608511002900789520081800818500003801636536051501674655003002189655002902219700003202248700003202280710006002312994001202372on1390684806OCoLC20230718213016.0vd cvaiz|210923s2013 mw 015 vleng  a 2021316755 aDLCbengeamimcDLC a(OCoLC)1390684806 alcode00aEconomic valuation of sustainable natural resource use in Malawi.pSoil resources /cauthors: Gil Yaron, Ronald Mangani, John Mlava, Patrick Kambewa, Steve Makungwa, Austine Mtethiwa, Spy Muuthali, William Mgoola, John Kazembe ; script: Madalitso Mvula, Patrick Njawala. aMalawi. aLilongwe, Malawi :bMinistry of Economic Planning and Development,cc2013. a1 videodisc of 1 (DVD) (ca. 15 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Lucius Funsani, Patrick Njawala ; editor, Patrick Njawala, Blessings Simon ; sound track, Masankho Banda ; production coordinator, Michael Mmangisa, Mzithembi Mbekeani.0 aMarvin Mbwana, narrator. aThe Government of Malawi is implementing the Malawi Poverty and Environment Initiative (MPEI) of the United Nations Development Programme (UNDP). MPEI's aim is to enhance the contribution of the sustainable management of natural resources to poverty reduction, food security and economic growth, and to facilitate the achievement of both the Malawi Growth and Development Strategy (MGDS) and the Millennium Development Goals (MDGs). The Economic Study was conducted within the context of the MPEI project. The primary aim of the study is to provide evidence on the costs and benefits of sustainable and unsustainable natural resource management in Malawi. Focus is on four selected natural resources: forestry resources, fisheries resources, wildlife resources and soils. This video is focusing on soil resources. aSource used: videodisc container. aSupported by United Nations Development Programme (UNDP), Department of State United States of America, Irish Aid, Norwegian Ministry of Foreign Affairs, Spanish Ministry of Foreign Affairs and Cooperation, UK Department for International Development (DFID), Danish Ministry of Foreign Affairs (DANIDA), European Commission, Belgian Development Cooperation, Swedish International Development Cooperation Agency (SIDA), Swedish Environmental Protection Agency, and United Nations Environmental Programme (UNEP). 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMvula, Madalitso,ewriting.1 aNjawala, Patrick,ewriting.1 aMalawi.bMinistry of Economic Planning and Development. a92bPUL01670nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146050002800168052001500196110006000211245009200271255002000363264007500383300003400458336004000492337002800532338002600560500004700586500020600633500002900839500004300868650004600911650003900957650004100996655001701037880005301054880007801107880006301185994001201248on1390684813OCoLC20230718213016.0aj canzn230712s1952 ja ag a 0 jpn  a 2023592536 aDLCbengerdacDLC c$11 aab10000 a(OCoLC)139068481300aG7964.H234G45 1952b.N5 a7964bH2342 6880-01aNihon Kōsoku Kabushiki Kaisha,ecartographer.106880-02aHanamaki toshi keikaku gairomōzu /cchōsei Nihon Kōsoku Kabushiki Kaisha. aScale 1:10,000. 16880-03aHanamaki-chō :bIwate-ken Hanamaki-chō,cShōwa 27 [1952] a1 map :bcolor ;c104 x 73 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. a"Honzu wa sensai fukkō oyobi keizai saiken no tame taiyosareta Beikoku kūchū shashin narabini Chiri Chōsajo no sankakuten ... Nihon Kōsoku Kaushiki Kaisha o shite chōseisaseta mono de aru." aIncludes note and inset. aLC copy mounted on cloth backing.5DLC 0aCity planningzJapanzHanamaki-shivMaps. 0aZoningzJapanzHanamaki-shivMaps. 0aLand usezJapanzHanamaki-shivMaps. 7aMaps.2lcgft2 6110-01a日本航測株式会社,ecartographer.106245-02a花卷都市計画街路網図 /c調製日本航測株式会社. 16264-03a花卷町 :b岩手県花卷町,c昭和 27 [1952] a92bPUL05115ngm a2200865 a 4500001001300000003000600013005001700019007002400036007000700060007002400067007002400091008004100115010001700156040002400173017005300197033001900250035002200269046001500291245008200306250003200388257001800420260006100438300007600499300008500575300007500660300009100735300007000826500014800896500007401044500013501118511025201253500006201505500013801567518004201705520046501747500012502212500008802337500011402425500009102539500024602630581012902876650002103005650002003026650002903046650003403075655004003109655002503149655002403174655002603198700004603224700003603270700004503306700004003351700004003391700003903431700003803470700004103508700004103549700003203590700003803622700003803660700004103698700003903739700004203778700003903820700004203859700004103901700004903942710006803991710005404059730004004113773005004153786003404203994001204237on1390684814OCoLC20230718213016.0mr bf dnnaranna|------kh bo mr bf dnnbdanna|------mr bf dnnaeanna|------230516s1912 dk 032 mlzxx  a 2023602006 aDLCbengeamimcDLC aJ166581aJ166582aJ166583bU.S. Copyright Office00a19110810b6920 a(OCoLC)1390684814 k19112edtf00aVengeance /cNordisk Films ; directed by August Blom ; script, C.W. de Wolff. a[English language version]. aDenmark.2naf a[Place of distribution not identified :bNordisk,c1912] 3viewing printa3 film reels of 3 on 1 (1,021 ft.) :bsi., b&w ;c16 mm. 3viewing print (copy 2)a3 film reels of 3 on 1 (1,021 ft.) :bsi., b&w ;c16 mm. 3dupe neg pica3 film reels of 3 on 1 (1,021 ft.) :bsi., b&w ;c16 mm. 3master pos pica3 film reels of 3 on 1 (approximately 1,000 ft.) :bsi., b&w ;c16 mm. 3paper posa1 roll of 1 (approximately 2,200 ft.) :bb&w ;c35 mm. aOriginally released in Denmark in 1911 by Fotorama under the title, Det bødes der for. Original length, 900 meters (approximately 3,000 feet). aCopyright: Ingevald C. Oes; 21Feb1212; J166581-83 (parts 1, 2 and 3). aOriginally copyrighted as 3 parts. LC holds three paper rolls: Box 0604A is part 1; Box 0600A is part 2; Box 0596A is part 3.5DLC1 aValdemar Psilander, Henry Seemann, Edith Buemann, Augusta Blad, Carlo Wieth, Gerhard Jessen, Thorkild Roose, Frederik Jacobsen, Svend Bille, Axel Boesen, Franz Skondrup, H.C. Nielsen, Waldemar Hansen, Ella la Cour, Julie Henriksen, Aage Lorentzen. aRunning time (32 min.) from Danske Filminstitut WWW site. aDoes not appear to have been released in the United States. May have been released in Great Britain under the title "Love and money". aFilmed in Denmark on August 10, 1911. aA wild crush on the family's lodger, Lieutenant Von Bremer, drives a young woman to steal money from her own father. Von Bremer has charmed her with empty words. He runs off with the money, and the father throws his daughter out. She dies giving birth to a son. Twenty-two years later, the young man seeks accommodation with Von Bremer and his wife. Von Bremer suddenly discovers the trouble he started so long ago has caught up with him after all these years. aSummary derived from the Danske Filminstitut WWW site and Bergsten's The Great Dane and the Great Northern Film Company. aDate of filming from Bergsten's The Great Dane and the Great Northern Film Company. aPaper print shelf numbers (LC 2763, LC 2764, LC 2765) were changed when the paper prints were re-housed.5DLC aAdditional holdings for this title may be available. Contact reference librarian.5DLC aSources used: Niver, R. Early motion pictures, p. 349; Bergsten, B. The Great Dane and the Great Northern Film Company, p. 62-66; Danske Filminstitut WWW site (Det bødes der for) viewed May 16, 2023; Dansk film database viewed May 16, 2023. aEarly motion pictures : the Paper Print Collection in the Library of Congress / by Kemp R. Niver. Library of Congress. 1985. 0aBetrayalvDrama. 0aRevengevDrama. 0aFather and childvDrama. 0aIllegitimate childrenvDrama. 7aMelodramas (Motion pictures)2lcgft 7aSilent films.2lcgft 7aShort films.2lcgft 7aFiction films.2lcgft1 aBlom, August,d1869-1947,efilm director.1 aWolff, C. W. de,escreenwriter.1 aPsilander, Valdemar,d1884-1917,eactor.1 aSeemann, Henry,d1875-1948,eactor.1 aBuemann, Edith,d1879-1968,eactor.1 aBlad, Augusta,d1871-1953,eactor.1 aWieth, Carlo,d1885-1943,eactor.1 aJessen, Gerhard,d1885-1939,eactor.1 aRoose, Thorkild,d1874-1961,eactor.1 aJacobsen, Frederik,eactor.1 aBille, Svend,d1888-1973,eactor.1 aBoesen, Axel,d1879-1957,eactor.1 aSkondrup, Franz,d1874-1941,eactor.1 aNilsen, H. C.,d1880-1941,eactor.1 aHansen, Valdemar,d1869-1930,eactor.1 aLa Cour, Ella,d1851-1935,eactor.1 aHenriksen, Julie,d1872-1949,eactor.1 aLorentzen, Aage,d1880-1955,eactor.1 aOes, Ingvald C.,d1882-ecopyright claimant.2 aNordisk films kompagni,eproduction company,efilm distributor.2 aPaper Print Collection (Library of Congress)5DLC0 aDet bødes der for (Motion picture)0 tNiver (Kemp) Collection (Library of Congress)18tVengeancew(DLC) 52357nMAVIS a92bPUL01697nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245016200257260002800419300007100447336003300518337002800551338002600579540004200605500003600647506018500683580006500868600007000933600007601003650005401079650005701133655005501190856009001245994001201335on1390684815OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634294 aDLCbengedcrmgcDLC a(OCoLC)1390684815 aLC-DIG-ppmsca-87292bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[IGarden, inner court.]p[Bird's-eye view.]h[graphic] /cR. M. Hunt Arch't. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on paper ;csheet 45 x 68 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aGardenszRhode IslandzNewporty1880-1900.2lctgm 7aCourtyardszRhode IslandzNewporty1880-1900.2lctgm 7aLandscape architecture drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87292qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87292 a92bPUL01256ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008200163264007300245300004700318336003500365337002800400338002700428490002900455500003500484500001900519546002000538650003500558655003000593655003000623655001900653700002700672730007300699773012200772994001200894on1390684841OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561457 aDLCbengerdacDLC a(OCoLC)1390684841 apcc00aML31b.C59500aFrisco Sally Levy with Sally O'Neill and Roy D'Arcy /ccompiled by Ernst Luz. 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aFrisco Sally Levy (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 2w(DLC) 2018571961 a92bPUL01705nim a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109020001500132020001800147028002600165035002200191042001400213082001400227100006300241245005100304250001600355264005000371264001200421300005600433306001100489336003300500337002300533338003400556340003700590344001800627344002000645344001400665500003100679511003500710530003300745520027800778650002501056651002201081650002101103655002901124655002301153700003501176994001201211on1390684842OCoLC20230718213016.0sd fsngnnmmned230628t19891989mdunnnn f n eng d a 2023616856 aUIBbengerdacDLC a1556901097 a978155690109602a89600bRecorded Books a(OCoLC)1390684842 alccopycat04a823/.9/121 aWodehouse, P. G.q(Pelham Grenville),d1881-1975,eauthor.14aThe code of the Woosters /cby P.G. Wodehouse. aUnabridged. 1aCharlotte Hall, MD :bRecorded Books,c[1989] 4c℗1989 a6 audiocassettes (8 hr.) :banalog, Dolby processed a080000 aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudiocassettebss2rdacarrier b3 7/8 x 2 1/2 in., 1/8 in. tape. aanalog2rdatr bmagnetic2rdarm c1 7/8 ips aTitle from cassette label.0 aNarrated by Alexander Spencer. aIssued also on compact disc. aSir Watkyn Bassett, who nicked Bertie for swiping a copper's helmet on boat-race night, has Wooster marked as a repeat criminal. Now, Bertie's Aunt Dahlia wants Bertie to realize Bassett's worst suspicions by stealing a silver cream jug right from under the old boy's nose. 0aSingle menvFiction. 0aEnglandvFiction. 0aValetsvFiction. 7aHumorous fiction.2lcgft 7aAudiobooks.2lcgft1 aSpencer, Alexander,enarrator. a92bPUL01371nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181050002300203052001300226110005900239245011400298246008900412255005900501264005600560300005500616336004000671337002800711338002600739500002900765500002200794500001700816500004300833500007300876651003100949655001700980994001200997on1390684843OCoLC20230718213016.0aj canzn230714s2021 dcub a f 0 eng  a 2023587327 aDLCbengerdacDLC1 aab2000000dW1230000eW1160000fN0480000gN0330000 a(OCoLC)139068484300aG4232.P3 2021b.U5 a4232bP31 aUnited States.bNational Park Service.,ecartographer.10aPacific Crest scenic trail, California, Oregon, Washington /cU.S. Forest Service, Department of Agriculture.1 iAlternate panel title:aPacific Crest Trail, National scenic trail, Mexico to Canada aScale 1:2,000,000.c(W 123°--W 116°/N 48°--N 33°). 1a[Washington, D.C.] :bNational Park Service,c2021. a1 map :bcolor ;c96 x 40 cm, folded to 10 x 23 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading. aTitle from panel. a"July 2021." aIncludes text and color illustrations. aText, "National Trail Systems" map and color illustrations on verso. 0aPacific Crest TrailvMaps. 7aMaps.2lcgft a92bPUL02759nkm a22004217a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148245008300207260001000290300008300300336003300383337002800416338002600444520050700470540013400977500008301111500004001194500002101234500002001255500034401275580011001619600007701729650005901806650005301865650006701918655003901985655004502024655004302069773011202112856010102224994001202325on1390684844OCoLC20230718213016.0kh bo|230714s1950 xxunnn kneng  a 2023635250 aDLCbengedcrmgcDLC a(OCoLC)1390684844 aLC-DIG-ppmsca-87793bDLCc(digital file from original)00aPresident Truman invited to speak at Tri-Convention in Kansas Cityh[graphic]. c1950. a1 photograph :bgelatin silver print, black and white ;csheet 18.2 x 22.8 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotograph shows delegation from left, Robert L. Sweeney, J. McKinley Neal, Missouri State Legislature; Brother Burt A. Mayberry, former general secretary of Alpha Phi Alpha; Brother Dowdal H. Davis, John H. Gregg, President Truman, Brother Dr. Walter R. Peterson, Brother J.A. Bradford, president of Beta Lambda Chapter; Miss Byrd Jackson, Alpha Kappa Alpha; Girard T. Bryant, Kappa Alpha Psi; and Miss Lucile Blueford, managing editor, The Kansas City Call, and representative from Alpha Kappa Alpha. aPublication may be restricted. For information see "New York World-Telegram & ...,"uhttp://www.loc.gov/rr/print/res/076_nyw.html aTitle taken from The Sphinx (https://issuu.com/apa1906network/docs/195003603). aDate stamped on verso: Nov 7, 1950. aACME Photograph. aNo. KC293-11/6. aCaption on photo: President Truman poses with group of Kansas City Negroes who invited him to address Dec. 27 tri-convention of three Negro national collegiate fraternities & sororities, Alphia Phi Alpha, Alpha Kappa Alpha & Kappa Alphia Psi. Groups will be holding simultaneous meetings here when the President will be home for Christmas. aForms part of: New York World-Telegram and the Sun Newspaper Photograph Collection (Library of Congress).14aTruman, Harry S.,d1884-1972xPublic appearanceszMissourizKansas City. 7aAfrican AmericanszMissourizKansas Cityy1950.2lctgm 7aDelegationszMissourizKansas Cityy1950.2lctgm 7aFraternities & sororitieszMissourizKansas Cityy1950.2lctgm 7aGroup portraitsy1960-1970.2gmgpc 7aGelatin silver printsy1960-1970.2gmgpc 7aPhotographic printsy1960-1970.2gmgpc0 tNew York World-Telegram and the Sun Newspaper Photograph Collection (Library of Congress)w(DLC) 94505083413digital file from original photographdppmscaf87793qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87793 a92bPUL01851nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245012000283260010300403300008000506336003300586337002800619338002600647540004200673500003300715500001100748500004500759500026700804651004801071650004501119650004401164655003101208655003401239655003801273700003601311856009401347994001201441on1390684845OCoLC20230718213016.0kh |o|230713s1900 enknnn kneng  a 2023635242 aDLCbengedcrmgcDLC aD15687bU.S. Copyright Office. a(OCoLC)1390684845 aLC-DIG-stereo-1s48014bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMission children, with one little American girl, Canton, China--thousands of such massacred by "Boxers"h[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1900. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 2. aCopyright 1900 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 12). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aChildrenzChinazGuangzhouy1900.2lctgm 7aWaitingzChinazGuangzhouy1900.2lctgm 7aStereographsy1900.2gmgpc 7aGroup portraitsy1900.2gmgpc 7aPhotographic printsy1900.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48014qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48014 a92bPUL01509njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132110002900154245007200183246003600255264004100291264001200332300004200344336003700386337002300423338003100446344001900477344001900496344001900515347002200534347001300556490002700569500002700596511005200623518006900675505024100744650002700985655002301012655001801035655003401053994001201087on1390684855OCoLC20230718213016.0sd fsngnnmmned230714t20202020nyurcnn n eng  a 2023626369 aDLCbengerdacDLC a(OCoLC)13906848552 aDave Matthews Band.4prf10a11.2.98 :bBoise State University Pavilion /c[Dave Matthews Band].30aBoise State University Pavilion 1aNew York, NY :bRCA Records,c[2020] 4c℗2020 a2 audio discs :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aDMB live trax ;vv. 53 aTitle from disc label.0 aDave Matthews Band ; with Tim Reynolds, guitar. oRecorded lived1998 November 2pBoise State University Pavilion.00tSeek up --tPantala naga pampa-Rapunzel --tCrash into me --tDon't drink the water --tMinarets --tCrush --tLie in our graves --tStay (wasting time) --tJimi thing --tTwo step --tTripping billies --tI'll back you up --tToo much. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft 7aLive sound recordings.2lcgft a92bPUL01098njm a22002894a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003500127035002200162042001000184100001700194245005600211246002100267260004500288300004100333500003500374546002400409500006600433500001800499505024600517500003300763994001200796on1390684856OCoLC20230718213016.0sd fsngnnmmned230714s2010 ao ppnn n por  a 2015331442 aDLCbengcDLC02aDJSCD01bSemba Comunicação a(OCoLC)1390684856 alcode0 aDJ Sottão.10aRitmo & lógicah[sound recording] /cDJ Sottão.3 aRitmo e lógica aLuanda :bSemba Comunicação,cc2010. a1 sound disc :bdigital ;c4 3/4 in. aPopular music in hiphop genre. aSung in Portuguese. aAccompanying insert contains lyrics of the songs and credits. aCompact disc.0 aIntro -- Sentido silêncio -- Me segura -- Eu sou moço direito -- Tarados -- Tá-se sentir moça -- Xama-me nomes -- Quem te mandou -- Mando massa -- Buke de flores -- Dicas da banda -- Kuribotas -- Tá-se sentir moço -- Bonus track. aProduction level cataloging. a92bPUL01410njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002700149035002200176100006400198245005200262264005500314264001200369300004500381336003700426337002300463338003100486340001900517344001800536344001100554344002300565344001900588382002300607500002700630511002300657500003100680500002800711505013100739650002200870650001900892655002600911655002700937994001200964on1390684857OCoLC20230718213016.0sd csmennmplue230712t20192019cauppnn n eng  a 2023617312 aDLCbengerdacDLC1 a60257758735102aASW.WL008bAstralwerks a(OCoLC)13906848571 aJarre, Jean-Michel,ecomposer,eperformer,eaudio producer.10aEquinoxe infinity remixes /cJean-Michel Jarre. 1a[Los Angeles, California?] :bAstralwerks,c[2019] 4c℗2019 a1 audio disc :banalog, 45 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c45 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from disc label.0 aJean-Michel Jarre. a"DJ copy, not for resale." aWhite label 12" single.00tIf the wind could speak, movement 5 (Tale of us remix)g(6:32) --tDon't look back, movement 9 (Jonas Rathsman remix)g(8:18). 0aElectronic music. 0aNew Age music. 7aNew Age music.2lcgft 7aRemixes (Music)2lcgft a92bPUL01584nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034000600159035002200165050002700187052001300214052001300227110004600240245021000286246002500496246003700521255002100558264004400579264001100623300006300634336004000697337002800737338002600765500002200791500004200813500006000855500008800915651002801003650005501031651002701086655002501113994001201138on1390684858OCoLC20230718213016.0aj cinzn230717t20052005nyu a 0 eng  a 2023591400 aDLCbengerdacDLC a9781878979339 a18789793370 aa a(OCoLC)139068485800aG6714.F5E635 2005b.M2 a6714bF5 a6713bT82 aMapEasy, Inc.,ecartographer,epublisher.10aMapEasy's guidemap to Florence :ba location map and guidebook in one : waterproof & tear resistant : the unique easy-to-use guide to Florence : detail maps for central Florence, Greater Florence, Tuscany.30aGuidemap to Florence1 iTitle on map:aFlorence, Firenze aScale not given. 1aWainscott, NY :bMapEasy, Inc.,c[2005] 4c©2005 a1 map :bcolor, plastic ;c47 x 43 cm, folded to 23 x 9 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aSelected buildings shown pictorially. aIncludes notes and ancillary map of "A day in Tuscany." aText, maps of city center and "Greater Florence," and color illustrations on verso. 0aFlorence (Italy)vMaps. 0aCentral business districtszItalyzFlorencevMaps. 0aTuscany (Italy)vMaps. 7aTourist maps.2lcgft a92bPUL02820ngm a22006017i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245016500253246004100418257002400459264004900483264001100532300010900543336005000652337002300702338003000725340001900755344005300774347007100827380002700898538016000925500002601085532003401111500003701145500005301182500002601235511008601261508008201347520010701429500015801536500008001694500008801774655002501862655002501887655003401912655003101946655002601977655005402003700005602057710004102113773005202154994001202206on1390684859OCoLC20230718213016.0vd csaizm230712t20222022xxu086 vleng  a 2023600553 aDLCbengerdacDLC1 a81445602647342aVS-418bVinegar Syndrome a(OCoLC)13906848591 aengpengheng k19902edtf00aDVE8161(viewingcopy)00aInvisible maniac /cSmoking Gun Pictures ; director and screenwriter, Rif Coogan ; producer, Anthony Markes ; story, Matt Devlen, Anthony Markes and Rif Coogan.1 iAlso known as:aInvisible sex maniac aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (86 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aBased on a comic by Milo Manara. aOriginally released as a motion picture in 1990. aTitle from container.1 aNoel Peters, Savannah, Stephanie Blake, Melissa Moore, Clement von Franckenstein. aMusic, Marc David Decker ; cinematographer, James Bay ; editing, Ron Resnick. a"An invisible scientist escapes from an asylum and teaches high-school physics to nubile teens"--IMDb. aSpecial features: commentary track with writer/director Adam Rifkin, moderated by filmmaker Elijah Drenner; commentary track with The Hysteria Continues! aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 7aHorror films.2lcgft 7aComedy films.2lcgft 7aScience fiction films.2lcgft 7aExploitation films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aRifkin, Adam,d1966-efilm director,escreenwriter.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01714njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245004000284264004500324264001100369300005700380336003700437337002300474338003100497340001900528344001800547344001500565344002300580344001900603382002300622500002600645511001200671508003100683500003300714500003300747505023000780650003001010650002301040655003901063655003101102655002601133655003101159655001801190994001201208on1390684862OCoLC20230718213016.0sd fsngnnmmned230626r20181993ne ppnn n eng  a 2023617281 aDLCbengerdacDLC1 a60255737237302a0602557372373bUniversal02a0602557372373bPolydor/Island a(OCoLC)13906848622 aEnigma (Musical group)ecomposer,eperformer.14aThe cross of changesnII /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 1993. aPressed on clear lime vinyl.00tSecond chapter --tThe eyes of truth --tReturn to innocence --tI love you... I'll kill you --tSilent warrior --tThe dream of the dolphin --tAge of loneliness (Carly's song) --tOut from the deep --tThe cross of changes. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL02353ngm a22004335a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128041001800150042001400168245006300182250004200245257001900287260004700306300009900353546005100452511003200503508007100535520079400606500001601400541009101416600002401507650004301531650003201574650003901606650002801645651002801673651002001701700004901721700002301770710002901793710005201822730003301874994001201907on1390684863OCoLC20230718213016.0vf cbaho|030623s2002 xxu058 vleng d a 2003389576 aFGMbengeamimcDLC a(OCoLC)13906848630 aengaspajeng alccopycat00aGoodbye dear love /cdirector/producer/writer, Ruth Behar. a[English language subtitled version]. aUnited States. aUnited States :bWomen Make Movies,c2002. a1 videocassette of 1 (VHS) (58 min.) :bsd., col. with b&w sequences ;c1/2 in.3viewing copy. aIn English and Spanish with English subtitles.0 aNarrator, Elizabeth Peña. aEditor, Marc Drake ; music, Mori Behar, Susana Behar ... [et al.]. aA personal journey about the search for identity and memory among Sephardic Jews with roots in Cuba. Anthropologist Ruth Behar returns to her native Cuba in search of the country's remaining Sephardic Jews and her family's ties to them. Presents a lyrical journey into Cuba's Jewish past and present-day that is filled with painful goodbyes and a belief in the possibility of return and renewal. Behar addresses her goodbye to her native land, from which she departed as a child, before she developed her own memories. Her grandparents were Jewish emigrants to Cuba and hoped it would be their promised land. Like most Cuban Jews, they left Cuba and resettled in the United States, with only a small number of Jews remaining on the island. Interviews with Sephardic Jews in Cuba and Miami. aNot viewed. dReceived: 8/24/2003;3viewing copy;ccopyright collection--407;aCopyright Collection.10aBehar, Ruth,d1956- 0aJews, CubanzUnited StatesvBiography. 0aCuban AmericansvBiography. 0aJewszCubaxHistoryy20th century. 0aJewszCubaxMigrations. 0aCubaxEthnic relations. 0aCubaxReligion.1 aBehar, Ruth,d1956-edirection,eproduction.1 aPeña, Elizabeth.2 aWomen Make Movies (Firm)2 aCopyright Collection (Library of Congress)5DLC0 aAdio kerida (Motion picture) a92bPUL01345nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002500162052000900187245009200196246016700288255003500455264005700490300003400547336004000581337002800621338002600649490003500675500003000710534005900740500007500799651001900874655002300893655001700916710003800933994001200971on1390684869OCoLC20230718213016.0aj canzn230712r19771871ie d a 0 eng  a 2023585551 aDLCbengerdacDLC1 aab450000 a(OCoLC)139068486900aG8580 1871b.M3 1977 a858000aMap of Basutoland /cdrawn and prepared for the stone by me (Neumann Thomas) July 1871.1 iTitle from publisher's brochure:aMap of Basutoland showing the line fixed by Aliwal convention 1869 and divisions into Molappo's Masupha's and Letsie's countries aScale approximately 1:450,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c62 x 47 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v59 aRelief shown by hachures. pOriginal version:c[London] : Dangerfield Lith., 1871. aMap reprinted from the IUP series of the British Parliamentary papers. 0aLesothovMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01560ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018200160257001100342260005300353300006700406500005200473508026500525511013700790546001600927500001400943500003800957541001400995655002401009655002601033700004101059700003101100700003401131710003301165994001201198on1390684870OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336487 aDLCbengeamimcDLC a(OCoLC)1390684870 alcode00aLokoloko.nSeason 1,nEpisode 11 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01218ndm a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094017004500117035002200162042000800184050001200192100004000204245006500244264001100309300004100320336003500361337002800396338002600424382001800450500001600468500002600484500002400510500002400534500009000558546002000648650003000668655002600698655001800724655001900742700005900761994001200820on1390684876OCoLC20230718213016.0230711s1930 xx ppl n zxx  a 2020561445 aDLCbengerdacDLC aEU28867bU.S. Copyright Officed19301003 a(OCoLC)1390684876 apcc00aM1630.21 aGorney, Jay,d1896-1990,ecomposer.10aAh! jus' like you /clyrics E.Y. Harburg ; music Jay Gorney. 0c[1930] a1 score (1 unnumbered leaf) ;c32 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier11asinger2lcmpt aFor singer. aUnaccompanied melody. aManuscript, in ink. aTitle from caption. aEnglish words printed separately as text, in typescript, on accompanying lyric sheet. bStaff notation. 0aPopular musicy1921-1930. 7aPopular music.2lcgft 7aSongs.2lcgft 7aScores.2lcgft1 aHarburg, E. Y.q(Edgar Yipsel),d1896-1981,elyricist. a92bPUL01671nem a2200421 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001700241110007100258245016000329246002200489246003700511255007000548264008500618300005500703336004000758337002800798338002600826500002200852500003200874500003400906500003300940500005100973500005401024546004601078650004501124650004601169655002201215994001201237on1390684877OCoLC20230718213016.0aj canzn230707s1996 sa a 1 eng  a 2023591375 aDLCbengerdacDLC1 aab1500000dE0170000eE0220000fS0290000gS0350000 a(OCoLC)13906848770 aengaafr00aG8503.W4P2 1996b.A9 a8503bW4bN62 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Cape Western area =bAARSA reisdiens, Wes-Kaap gebied /ccompiled, drawn and published by the Automobile Association of South Africa.30aCape Western area31aAARSA reisdiens, Wes-Kaap gebied aScale 1:1,500,000. 1 cm = 15 kmc(E 17°--E 22°/S 29°--S 35°). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1996] a1 map :bcolor ;c47 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner: PM-1. aIn lower left corner: 964/19. aMap printed in two segments. aIncludes coverage map and color illustrations. aDescriptive index to points of interest on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazWestern CapevMaps. 0aRoadszSouth AfricazNorthern CapevMaps. 7aRoad maps.2lcgft a92bPUL00850njm a22002537a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001900159245005300178260003100231300004100262500001500303546001900318500001800337505019600355500003300551994001200584on1390684883OCoLC20230718213016.0sd fsngnnmmned200715s2019 rh ppnn n sna  a 2020337261 aDLCbengcDLC a(OCoLC)1390684883 alcode1 aMpofu, Dereck.10aGodobori 2.0h[sound recording] /cDereck Mpofu. aHarare :bLazzie T,c2019. a1 sound disc :bdigital ;c4 3/4 in. aUrban pop. aSung in Shona. aCompact disc.0 aMagetsi auya -- Kumachonyonyo -- Ngithande -- Ancestor -- Imali -- Husiku hutatu -- Mbavha inonzi hupenyu -- Njiva -- Imagine -- Godobori -- Mweya wechiZimba -- Tururu -- Bonus track Chihera. aProduction level cataloging. a92bPUL01081nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002000162052000900182052001300191052001400204110006400218245001300282255003500295264004200330300004900372336004000421337002800461338002600489500003000515505007300545651001700618651003000635650002500665655001700690994001200707on1390684884OCoLC20230718213016.0aj canzn230711s1976 dcua b f 0 eng  a 2023585550 aDLCbengerdacDLC1 aab250000 a(OCoLC)139068488400aG8300 S250b.U5 a8300 a8302bS9 a8302bS521 aUnited States.bCentral Intelligence Agency,ecartographer.10a[Egypt]. aScale approximately 1:250,000. 1a[Washington, D. C.] :b[CIA],c[1976] a2 maps :bcolor ;c96 x 72 cm and 80 x 97 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours.0 a502884. [Buffer zones : Suez Canal] -- 502886. [East sheet : Sinai]. 0aEgyptvMaps. 0aSuez Canal (Egypt)vMaps. 0aSinai (Egypt)vMaps. 7aMaps.2lcgft a92bPUL01713nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002800400300011600428336003300544337002800577338002600605540004200631500003600673506018500709580006500894600007000959600007601029650005401105650005601159655004601215856009001261994001201351on1390684911OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634296 aDLCbengedcrmgcDLC a(OCoLC)1390684911 aLC-DIG-ppmsca-87294bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Gardener's cottage?]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 22 x 29 cm, mount 26 x 32 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aEstateszRhode IslandzNewporty1880-1900.2lctgm 7aDwellingszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87294qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87294 a92bPUL01728njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003000149035002200179042001400201245008200215264004200297300002700339336003700366337002300403338003100426344001800457500005400475500002800529511005100557518006000608518008800668505029700756650002701053655002301080655003401103655004101137700004301178700003001221710005501251994001201306on1390684918OCoLC20230718213016.0sd bumennmplue230712p20221970it rcnn n eng d a 2023627524 aTDFbengerdacDLC10a78193006934202aOUTS013bOutsider Records a(OCoLC)1390684918 alccopycat00aLive at Fillmore East and Johnny Cash TV show, 1970 /cDerek and the Dominos. 1a[Italy?] :bOutsider Records,c[2022] a1 audio disc ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aanalog2rdatr aClassic live recordings by the Eric Clapton band. aTitle from disc labels.0 aDerek and the Dominos ; additional performers. 3FM broadcastorecordedd1970 October 24pFillmore East. 3Johnny Cash TV show Nashville, Tennesseeorecordedd1970 November 5pFillmore East.0 aFM broadcast recorded at Fillmore East. Nobody knows you when you're down and out ; Why does love have to be so sad ; Presence [of] the Lord ; Bottle of red wine ; Roll it over ; Little wing -- Johnny Cash TV show Nashville, Tennessee. It's too late ; Matchbox (w/Carl Perkins & Johnny Cash). 0aRock musicy1961-1970. 7aRock music.2lcgft 7aLive sound recordings.2lcgft 7aPopular music radio programs.2lcgft1 aPerkins, Carl,d1932-1998,eperformer.1 aCash, Johnny,eperformer.2 aDerek and the Dominos (Musical group),eperformer. a92bPUL01342nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002300162052001300185245018000198255003500378264005700413300005000470336004000520337002800560338002600588490003900614500003000653534007100683500007500754505002500829651003600854655002300890655001700913710003800930994001200968on1390684933OCoLC20230718213016.0aj canzn230711r19771881ie d b 0 eng  a 2023585546 aDLCbengerdacDLC1 aab310000 a(OCoLC)139068493300aG8503.T7 S310b.S4 a8503bT700aSketch map to illustrate the S.W. boundary of the Transvaal State beaconed from Ramathlabama to Griqualand west in accordance with the Pretoria convention of 3rd. August 1881. aScale approximately 1:310,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a2 maps :bcolor ;c60 x 46 cm and 53 x 41 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v75, 76 aRelief shown by hachures. pOriginal version:c[London] : Dangerfield Lith., 3rd. August 1881. aMap reprinted from the IUP series of the British Parliamentary papers.0 aSheet 1. -- Sheet 2. 0aTransvaal (South Africa)vMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01857nem a2200349 a 4500001001300000003000600013005001700019007000900036008004100045010001700086040001800103034001400121035002200135050002300157052001300180100006800193245063800261255003500899264006200934300008600996336003501082337002501117338002201142500003001164546003201194500008901226651006301315655002301378700004501401700004901446994001201495on1390684934OCoLC20230718213016.0aj aanzn111017s1720 gw i a 0 lat  a 2011588565 aDLCbengcDLC1 aab132000 a(OCoLC)139068493400aG6513.B6 1720b.M8 a6513bB61 aMüller, J. C.q(Johann Christoph),d1673-1721,ecartographer.10aMappa geographica Regni Bohemiae in duodecim circulos divisae cum Comitatu Glacensi et Districtu Egerano adiunctis circumiacentium regionum partibus conterminis ex accurata totius Regni perlustratione et geometrica dimensione omnibus, ut par est, numeris absoluta et ad usum commodum nec non omnia et singula distinctiùs cognoscenda XXV sectionibus exhibita /cà Joh. Christoph. Müller, S.C.M. Capitan. et Ingen. A.C. M.DCC.XX ; Michael Kauffer sculpsit Augusta Vind. ; Wenceslaus Laurentius Reinner inventor et delineavit Prag ; Iohann. Daniel Herz sculpsit Aug. Vindelicorum ; Michael Kauffer sculpsit mappam Augustae Vindel. aScale approximately 1:132,000. 1a[Augsburg] :b[publisher not indicated],cM.DCC.XX [1720] a1 map on 25 sheets ;c241 x 283 cm, sheets 30 x 34 cm, folded in cases 30 x 34 cm acartographic image2rdacontent aunmediated2rdamedia asheet2rdacarrier aRelief shown pictorially. aLegend in Latin and German. aEach sheet mounted on cloth and labeled with an 18th century letterpress title.5DLC 0aBohemia (Czech Republic)vMapsvEarly works to 1800vMaps. 7aEarly maps.2lcgft1 aKauffer, Michael,d1673-1756,eengraver.1 aHertz, Johann Daniel,d1693-1754,eengraver. a92bPUL01668nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100006200207245014700269260001800416300006400434336003300498337002800531338002600559540004200585500003600627506018500663580006500848600007000913600007600983650005201059655005501111700005001166856009001216994001201306on1390684935OCoLC20230718213016.0kl co|230712s1892 riunnn kneng  a 2023634720 aDLCbengedcrmgcDLC a(OCoLC)1390684935 aLC-DIG-ppmsca-87329bDLCc(digital file from original)1 aOlmsted, Frederick Law,d1822-1903,elandscape architect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Entry gates and wall.]p[Plan.]h[graphic] /cF. L. Olmsted. cOct. 6, 1892. a1 drawing :bgraphite on tracing paper ;csheet 12 x 28 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aGateszRhode IslandzNewporty1890-1900.2lctgm 7aLandscape architecture drawingsy1890-1900.2gmgpc1 aHunt, Richard Morris,d1827-1895,earchitect.413digital file from originaldppmscaf87329qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87329 a92bPUL01673njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003100149035002200180245005200202264004900254300003000303336003700333337002300370338003100393344001900424344001900443344001900462347002200481347001300503382013000516500002700646511016500673518003300838500003400871505018800905650002701093655002301120655001801143700003301161710004501194994001201239on1390684939OCoLC20230718213016.0sd fsngnnmmned230711s2020 xxurcnn d n eng  a 2023626313 aDLCbengerdacDLC1 a68609183324802aBSR-0041bBig Stir Records a(OCoLC)139068493900aGood karma /cLeslie Pereira & the Lazy Heroes. 1a[United States] :bBig Star Records,c[2020] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aguitarn1dmale voicen1adrum setn1dmale voicen1abass guitarn1dmale voicen1afemale voicen1dpercussionn1s42lcmpt aTitle from disc label.0 aLeslie Pereira & the Lazy Heroes (Leslie Pereira, guitar, lead vocals ; Jeff Page, drums, vocals ; Rob Lontok, bass, vocals ; Paula Venise, percussion, vocals). oRecorded atpKaren's Studio. aLyrics inserted in container.00aGood karma --tIf I could --tIn my back yard --tHot tamale --tSlip --tChrome --tTime to rock --tSo hard --tRace car --tI'm waiting --tNot to me --tCoralline (where are you). 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft1 aPereira, Leslie,eperformer.2 aLazy Heroes (Musical group),eperformer. a92bPUL01345ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012100163246002100284264007300305300004700378336003500425337002800460338002700488490002900515500003500544500001900579546002000598650003500618655003000653655003000683655001900713700004400732730007200776773012300848994001200971on1390684946OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561415 aDLCbengerdacDLC a(OCoLC)1390684946 apcc00aML31b.C59500aCarl Laemmle presents Marian Nixon and Jack Daugherty in "Down the stretch" /cmusic compiled by Dr. Edward Kilenyi.30aDown the stretch 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (2 unnumbered pages) ;c34 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aDown the stretch (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 10w(DLC) 2018571961 a92bPUL01582nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005400126035002200180050002800202052001300230245009800243246015800341255008300499264005700582300003400639336004000673337002800713338002600741490003500767534006400802500005600866500001600922500007500938651004501013655002301058655001701081700004801098710003801146994001201184on1390684953OCoLC20230718213016.0aj canzn230711r19771880ie a 0 eng  a 2023585544 aDLCbengerdacDLC1 aab300000dE0401500eE0405000fS0115000gS0130000 a(OCoLC)139068495300aG8452.Q8 1880b.Q8 1977 a8452bQ800aQuerimba Islands on the East Coast of Africa :bwith Consul O'Neill's desp. of Nov. 3rd 1880.1 iTitle from publisher's brochure:aChart of the Querimba Islands on the East Coast of Africa :bincluded with Consul O'Neill's despatch of 3 November 1880 aScale approximately 1:300,000c(E40°15ʹ--E 40°50ʹ/S 11°50ʹ--S 13°00ʹ). 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c62 x 29 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v37 pOriginal version:c[London] : Harrison & Sons Litho., 1880. a"(1100. 9/81. 1445) [F.O. 971]"--Lower left corner. a"Sheet VI." aMap reprinted from the IUP series of the British Parliamentary papers. 0aQuirimba Archipelago (Mozambique)vMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft1 aO'Neill, H. E.q(Henry Edward),d1848-1925.2 aIrish Academic Press,epublisher. a92bPUL01920nem a2200481 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001200159035002200171041002300193050002300216052001900239052001400258110007600272245009700348246002700445246002000472255003200492264007900524300006100603336004000664337002800704338002600732500002200758500004200780500007700822500008400899500012200983500012501105500004201230546005001272651002601322651002401348651003701372655001701409994001201426on1390684954OCoLC20230718213016.0aj canzn230717s1989 it a 1 ita  a 2023591401 aDLCbengerdacDLC a9788879140416 a88791404181 aab6000 a(OCoLC)13906849540 aitaaengagerafre00aG6714.V4 1989b.L5 a6714bV4bL699 a6712bV332 aLitografia artistica cartografica,ecartographer,eprinter,epublisher.10aVenezia e le isole della laguna :bpianta della città, city map, Stadtplan, plan de ville.1 iTitle on map:aVenezia38aVenezia, L.A.C. aScale 1:6,000. 1 cm = 60 m. 1aFirenze :bstampato ed edito da Litografia artistica cartografica,c[1989] a1 map :bcolor ;c67 x 97 cm, folded in cover 23 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from cover. aSelected buildings shown pictorially. aIn bottom right corner: Nulla alla diffusione n. 427 in data 12-12-1989. aIncludes index to monuments and insets of "Laguna Venezia" and Lido di Venezia. aText, indexes to street names and museums, map of "Estuario a Nord-Est di Venezia," and color illustrations on verso. aLC copy stamped in bottom right corner: Geography and Map Division, Library of Congress, Hammond Collection - 2003.5DLC aLC Copy imperfect: torn at fold.5DLC aText in Italian, English, German, and French. 0aVenice (Italy)vMaps. 0aLido (Italy)vMaps. 0aVenice, Lagoon of (Italy)vMaps. 7aMaps.2lcgft a92bPUL01433ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016200163246001900325264007300344300004700417336003500464337002800499338002700527490002900554500003500583500001900618500003600637546002000673650003500693655003000728655003000758655001900788700004700807730007000854773012300924994001201047on1390684967OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561448 aDLCbengerdacDLC a(OCoLC)1390684967 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present W.C. Fields and Chester Conklin in "Fools for luck" with Sally Blane and Jack Luden /ccompiled by James C. Bradford.30aFools for luck 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFools for luck (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 43w(DLC) 2018571961 a92bPUL00719nem a22002537i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103025002500126035002200151042001000173245005900183250001900242255001800261264007000279300001000349336004000359337002800399338002600427994001200453on1390684968OCoLC20230718213016.0aj canzn230715s2022 ii a 0 eng  a 2023341720 aDLCbengerdacDLC aI-Map-2023341720; 02 a(OCoLC)1390684968 alcode00aKedarnath :btourist map /cedited by Tapati Banerjee. aFirst Edition. aScale varies. 1aKolkata :bNational Atlas & Thematic Mapping Organisation,c2022. a1 map acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier a92bPUL01705nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245009500283260010300378300008000481336003300561337002800594338002600622540004200648500003300690500001100723500004500734500026700779650004001046650003401086655003101120655003801151700003601189856009401225994001201319on1390684969OCoLC20230718213016.0kh |o|230713s1900 enknnn kneng  a 2023635243 aDLCbengedcrmgcDLC aD15678bU.S. Copyright Office. a(OCoLC)1390684969 aLC-DIG-stereo-1s48110bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.12aA Chinese bible woman--many of these faithful teachers have suffered martyrdomh[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1900. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 2. aCopyright 1900 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 15). 7aWomenxChinesezChinay1900.2lctgm 7aTeacherszChinay1900.2lctgm 7aStereographsy1900.2gmgpc 7aPhotographic printsy1900.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48110qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48110 a92bPUL02577nim a22007217i 4500001001300000003000600013005001700019007001500036007001500051008004100066010001700107040002300124020001800147020001500165024002500180028002800205035002200233042001400255082001400269100003800283245005600321246003400377250001600411264004400427264001200471300006200483306001100545336003300556336003300589337002300622337002600645338003100671344001900702344001900721344001200740344001900752347003300771347001800804490002900822500002600851511002700877521001000904521000900914500005800923500009100981520018901072650004601261650003801307650003101345650003101376650003501407650003401442650004501476650003701521650002201558650002501580655002901605655003401634700003601668700003801704856010101742994001201843on1390684981OCoLC20230718213016.0sd fsngnnmmnedco cga|||m||||230620t20192019nyunnnnjq f n eng d a 2023623203 aTOHbengerdacDLC a9781549117428 a15491174243 a9781549117428d5250002a2-Y1742bHachette Audio a(OCoLC)1390684981 alccopycat04a[Fic]2231 aPatterson, James,d1947-eauthor.10aBorn to rock /cJames Patterson and Chris Tebbetts.1 iSeries title:aMiddle school. aUnabridged. 1aNew York, NY :bHachette Audio,c[2019] 4c℗2019 a3 audio discs (3.5 hr.) :bdigital ;c4 3/4 in. +e1 PDF. a033000 aspoken wordbspw2rdacontent astill imagebsti2rdacontent aaudiobs2rdamedia acomputerbc2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm c1.4 m/s gstereo2rdacpc aaudio fileatext file2rdaft bCD audiobPDF0 aMiddle school ;vbook 11 aTitle from container.0 aRead by Caitlin Kelly.1 a8-12.2 a3-7. a"Includes a pdf of illustrations!"--Container insert. aDisc 3 includes the concluding audio and a PDF of illustrations (Mac & PC compatible). aWhen her favorite rock band Lulu and the Handbags announces a contest, Georgia is determined the all-girl rock band she's in will win--even if she has to ask her brother Rafe for help. 0aMiddle school studentsvJuvenile fiction. 0aMiddle schoolsvJuvenile fiction. 0aSchoolsvJuvenile fiction. 0aSistersvJuvenile fiction. 0aRock groupsvJuvenile fiction. 0aRock musicvJuvenile fiction. 0aWomen's bands (Music)vJuvenile fiction. 1aMiddle school studentsvFiction. 1aSistersvFiction. 1aRock musicvFiction. 7aHumorous fiction.2lcgft 7aChildren's audiobooks.2lcgft1 aTebbetts, Christopher,eauthor.1 aKelly, Caitlin,d1984-enarrator.4 3View cover artuhttp://midwesttapes.com/images/movies/000/000/000/012/158/000000000012158794.jpg a92bPUL01455njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100005300171245003300224264005600257264001200313300004100325336003700366337002300403338003100426344001900457344001900476344001900495347002200514347001300536500002700549511008300576508003000659500003600689500003100725505014600756650002800902650003000930655003500960655002600995994001201021on1390684982OCoLC20230718213016.0sd fsngnnmmned230714t20192019nyuppnn d n eng  a 2023628008 aDLCbengerdacDLC1 a888295931007 a(OCoLC)13906849821 aAmi, Shoshana,ecomposer,elyricist,eperformer.10aPretty liar /cShoshana Ami. 1a[New York, N.Y.?] :bSound City Recordings,c[2019] 4c℗2019 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aShoshana Ami, vocals, guitars, synths, percussion ; with supporting musicians. aProduced by Tony Conniff. aMusic and lyrics, Shoshana Ami. aLyrics bound in container.0 aMy affection -- Pretty liar -- Hotel 99 -- Back together -- Crying shame -- Different -- Happy -- Hard -- When I'm gone -- The electric show. 0aAlternative rock music. 0aPopular musicy2011-2020. 7aAlternative rock music.2lcgft 7aPopular music.2lcgft a92bPUL00679ncm a22002297a 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050000800134100003200142245003700174260006300211300003400274490002200308500003300330650001700363830005700380994001200437on1390684983OCoLC20230718213016.0911122s1980 mx uun n und  a 91761148  aDLCbengcDLC a(OCoLC)139068498300aM621 aLavista, Mario,d1943-2021.10aCanto del alba /cMario Lavista. aMéxico, D.F. :bEdiciones Mexicanas de Música,cc1980. a[4] leaves of music ;c32 cm.1 aSerie D ;vno. 31 aProduction level cataloging. 0aFlute music. 0aSerie D (Ediciones Mexicanas de Música) ;vno. 31. a92bPUL01410nim a22004455i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132245004400154246002600198264003600224300004100260336003300301337002300334338003100357344001900388344001900407344001900426347002200445347001300467490002000480500004700500500002700547511002900574538011400603650005400717650001200771650001600783650001100799650002700810655003600837655003600873655002900909710001400938994001200952on1390684988OCoLC20230718213016.0sd fsngnnmmned220817s1994 xxunnnn z n eng  a 2022616494 aDLCbengerdacDLC a(OCoLC)139068498800aTerror T.R.A.X.pTrack of the werewolf.30aTrack of the werewolf 1a[United States] :bTSR,c[1994] a1 audio disc :bdigital ;c4 3/4 in. aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aTerror T.R.A.X. a"An audio CD interactive game"--Container. aTitle from disc label.0 aUnidentified performers. aPlayable on CD players. Users navigate between 52 tracks based on interactive prompts in the sound recording. 0aTerror T.R.A.X. (Fictitious characters)vFiction. 0aHorror. 0aWerewolves. 0aGames. 0aPlot-your-own stories. 7aChoose-your-own stories.2lcgft 7aAudio interactive games.2lcgft 7aSound recordings.2lcgft2 aTSR, Inc. a92bPUL01548nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132041001300154050002300167052001300190110007100203245020300274246003600477246006100513255002100574264008800595300007500683336004000758337002800798338002600826500002200852500005000874500004300924500001900967500004300986546003501029651005701064655001701121994001201138on1390684989OCoLC20230718213016.0aj canzn230712s1991 sa a 0 afr  a 2023591386 aDLCbengerdacDLC0 aa a(OCoLC)13906849890 aafraeng00aG8502.K2 1991b.A9 a8502bK22 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA reisdiens, die Kalahari Gemsbok Nasionale Park =bAARSA travel service, the Kalahari Gemsbok National Park /csaamgestel, geteken en gepubliseer deur die Automobiel-Assosiasie van Suid-Afrika.30aKalahari Gemsbok Nasionale Park31aAARSA travel service, the Kalahari Gemsbok National Park aScale not given. 1aJohannesburg :bgepubliseer deur die Automobiel-Assosiasie van Suid-Afrika,c[1991] a1 map :bcolor ;c22 x 8 cm, on sheet 42 x 30 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K4 (TB-K5). aIn lower left corner on verso: 916/24. aIncludes text. aText and color illustrations on verso. aText in Afrikaans and English. 0aKalahari Gemsbok National Park (South Africa)vMaps. 7aMaps.2lcgft a92bPUL01898nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245014000283260010300423300008000526336003300606337002800639338002600667540004200693500003300735500001200768500004500780500026700825651004801092650004801140650004801188650004301236655003601279655004301315700003601358856009401394994001201488on1390684990OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023635251 aDLCbengedcrmgcDLC aH16949bU.S. Copyright Office. a(OCoLC)1390684990 aLC-DIG-stereo-1s48065bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom German Club (W.S.W.) over battlefield, during battle July 13, 1900--showing mud wall and west arsenal, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 53. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 53). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aArmorieszChinazTianjiny1900-1910.2lctgm 7aRooftopszChinazTianjiny1900-1910.2lctgm 7aMenzChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48065qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48065 a92bPUL00934njm a22002775a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100003100159245005900190246006300249260002900312300004100341500003000382546002000412500003500432500001800467505012600485500003300611994001200644on1390685016OCoLC20230718213016.0sd fsngnnmmned150416s2015 bs sgnn n tsn  a 2014320380 aDLCbengcDLC a(OCoLC)1390685016 alcode0 aMonnamogolo wa Thulaganyo.10aXepu!h[sound recording] /cMonnamogolo wa Thulaganyo.1 iOther information on spine of insert:aMosimane wa mosarwa aGaborone :bs.n.,c2015. a1 sound disc :bdigital ;c4 3/4 in. aTswana traditional songs. aSung in Tswana. a"Katara e NTSHA"--On CD label. aCompact disc.0 aXepu -- Katara e ncha -- Ka goreng -- Ka mosumo -- Ba re bone kae -- Jwala -- Katara e ncha (remix) -- Ka goreng (remix). aProduction level cataloging. a92bPUL01547nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132041001300154050002500167052001300192110009200205245006300297250001600360255002400376264005500400300005600455336004000511337002800551338002600579500016500605500003000770500008600800546005100886651003400937650006200971650005201033655002501085655002701110994001201137on1390685017OCoLC20230718213016.0ay canzn230706s1971 it i a 0 ita  a 2023591358 aDLCbengerdacDLC0 aa a(OCoLC)13906850170 aitaafre00aG6712.P6A3 1971b.R6 a6712bP61 aRovigo (Italy : Province).bEnte provinciale per il turismo,ecartographer,epublisher.10aDelta Polesano /cEnte provinciale per il turismo, Rovigo. aEdiz. 1971. aNot drawn to scale. 1aRovigo :bEnte provinciale per il turismo,c[1971] a1 view :bcolor ;c40 x 35 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aAerial view and pictorial map of the Po River Delta between Chioggia and Bacucco, showing sites for hunting, fishing, boating and local restaurants and markets. aRelief shown pictorially. aText, distance map of Italy and Central Europe, and color illustrations on verso. aText in Italian and French. Legend in Italian. 0aPo River Delta (Italy)vMaps. 0aWildlife-related recreationzItalyzPo River DeltavMaps. 0aBoats and boatingzItalyzPo River DeltavMaps. 7aAerial views.2lcgft 7aPictorial maps.2lcgft a92bPUL01846nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003300126035002200159037006100181110003900242245013600281260010300417300008000520336003300600337002800633338002600661540004200687500003300729500001100762500004500773500026700818651004801085650006001133650004601193655003601239655004301275700003601318856009401354994001201448on1390685018OCoLC20230718213016.0kh |o|230714s1901 enknnn kneng  a 2023637587 aDLCbengedcrmgcDLC aH456bU.S. Copyright Office. a(OCoLC)1390685018 aLC-DIG-stereo-1s48052bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aDestructive guns from H.M.S. "Terrible" and distant burning city fired by their shells--bombardment of, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 56). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aArtillery (Weaponry)zChinazTianjiny1900-1910.2lctgm 7aRiverszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48052qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48052 a92bPUL01709nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002200400300009800422336003300520337002800553338002600581540004200607500003600649500002100685500004200706506018500748580006500933600007000998600007601068650005501144655004601199856009001245994001201335on1390685019OCoLC20230718213016.0kl co|230711s1893 riunnn kneng  a 2023634698 aDLCbengedcrmgcDLC a(OCoLC)1390685019 aLC-DIG-ppmsca-87307bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan.]h[graphic] /cR. M. Hunt, Arch't. cJanuary 26, 1893. a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 38 x 56 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aInitials: E.L.M. aPossibly accession item no. 1987.370. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87307qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87307 a92bPUL01370ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014500163246001300308264007400321300004700395336003500442337002800477338002700505490002900532500003500561500003600596546002000632650003500652655003000687655003000717655001900747700004300766730006400809773012300873994001200996on1390685044OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561402 aDLCbengerdacDLC a(OCoLC)1390685044 apcc00aML31b.C59500aSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "Cytherea" /ccompiled by Carl Edouarde.30aCytherea 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aEdouarde, Carl,d1875-1932,ecompiler.0 iMusic for motion picture (work):aCytherea (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 47w(DLC) 2018571961 a92bPUL01741njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245004900284264004500333264001100378300005700389336003700446337002300483338003100506340001900537344001800556344001500574344002300589344001900612382002300631500002600654511001200680508003100692500003300723500003500756505024600791650003001037650002301067655003901090655003101129655002601160655003101186655001801217994001201235on1390685073OCoLC20230718213016.0sd fsngnnmmned230626r20181999ne ppnn n eng  a 2023617275 aDLCbengerdacDLC1 a60255736196402a0602557361964bUniversal02a0602557361964bPolydor/Island a(OCoLC)13906850732 aEnigma (Musical group)ecomposer,eperformer.14aThe screen behind the mirror.nIV /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2000. aPressed on clear orange vinyl.00tThe gate --tPush the limits --tGravity of love --tSmell of desire --tModern crusaders --tTraces (light and weight) --tThe screen behind the mirror --tEndless quest --tCamera obscura --tBetween mind & heart --tSilence must be heard. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01314nim a22002535a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149245003700159260005100196300004100247546001500288511006100303500001700364505059400381520004000975500003301015994001201048on1390685107OCoLC20230718213016.0sd fsngnnmmned230225s2022 cm nnnn o n fre  a 2023323213 aDLCbengcDLC a(OCoLC)1390685107 alcode00aConte bamounh[sound recording]. a[Cameroon :bpublisher not identified,c2022?] a1 sound disc :bdigital ;c4 3/4 in. aIn French.0 aNji Arouna Nchouwet Ndassa, conception et réalisation. aCompat disc.0 aComment le lièvre et la panthère tuerent leurs mères à cause de la famine -- Histoire de Monfonka -- Ki la tortue et Gbetkom -- Ki la tortue et Goueh la panthère -- La panthère et la biche -- La panthère et le lièvre pendant la disette -- La panthère et le singe -- La tête de Njakuem -- La tortue et l'éléphant -- Le chien perdit le trône à cause de sa gourmandise -- Le lièvre et le porc épic -- Le morceau de viande qui attira la guerre dans le pays -- Mbouombouo et l'homme de Nso -- Mbuh Mangé et sa mère -- Messout, l'hyène et l'acheteur de ble. aA collection of 15 Bamun folktales. aProduction level cataloging. a92bPUL01557njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177100004300199245001900242264006800261264007300329264001200402300003000414336003700444337002300481338003100504344001900535344001900554344001900573347002200592347001300614382003600627500002700663511005600690518002800746500003400774505022900808650003001037655002601067655001801093994001201111on1390685121OCoLC20230718213016.0sd fsngnnmmned230714t20192019xxucynn d n eng  a 2023626344 aDLCbengerdacDLC1 a65373801072002aDMR 0107bDavmo Records a(OCoLC)13906851211 aGoodvin, Aaron,ecomposer,eperformer.10aAaron Goodvin. 1a[Place of publication not identified] :bDavmo Records,c[2019] 2a[Place of distribution not identified] :bDistributed by the Orchard 4c℗2019 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen1dguitarn12lcmpt aTitle from disc label.0 aAaron Goodvin, guitar, vocals ; with accompaniment. oRecorded atpthe Roost. aLyrics inserted in container.00tGood ol' bad days --tYou are --tBars & churches --tSerious --tFor the life of me --tBurn out in Vegas --tFree beer & free bird --tEvery time you take your time --tKill a kiss --tTake it to the house --tLonely drum. 0aCountry musicy2011-2020. 7aCountry music.2lcgft 7aSongs.2lcgft a92bPUL02337nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034005400133035002200187050002500209052001300234100004600247245022500293246010800518255007200626264007400698300006700772336004000839337002800879338002600907500004700933500003500980500003801015500008601053500008101139650003301220650003501253650005901288655002801347655001701375710007101392880003801463880022201501880006701723880006501790994001201855on1390685122OCoLC20230718213016.0aj canzn230712s1935 ja ag a f 0 jpn  a 2023592540 aDLCbengerdacDLC c$11 aab100000dE1361000eE1364000fN0351000gN0353000 a(OCoLC)139068512200aG7963.M4C5 1935b.K3 a7963bM41 6880-01aKamoshita, Yutaka,ecartographer.106880-02aDai Nippon Teikoku Mie-ken hokubu doseizu :bIga zenkoku, Ise no kuni hokubu = Agronomic map of northern part of Mie-Prefecture, Japan, Iga-Province and Northern part of Ise-Province /cby Y. Kamoshita, S. Okada.31aAgronomic map of northern part of Mie-Prefecture, Japan, Iga-Province and Northern part of Ise-Province aScale 1:100,000c(E 136°10ʹ--E 136°40ʹ/N 35°10ʹ--N 35°30ʹ). 16880-03a[Tokyo] :bNōrinshō Nōji Shikenjō,cShōwa 10 [1935] a1 map on 4 sheets :bcolor ;c103 x 75 cm, on sheet 56 x 40 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. a"10th year of Shōwa (1935)." a"Shōwa 10-nen 6-gatsu kankō." a"Dosei chōsa gishi Kamoshita Yutaka, gishu Okada Shunji, seizu Yoshida Tokuji." aIncludes list of "Dojō sokudanzu (profile of soil, scale 1:100 in meter)." 0aSoilszJapanzMie-kenvMaps. 0aGeologyzJapanzMie-kenvMaps. 0aLand capability for agriculturezJapanzMie-kenvMaps. 7aGeological maps.2lcgft 7aMaps.2lcgft2 6880-04aNōrinshō Nōji Shikenjō (Tokyo, Japan),epublisher.1 6100-01a鴨下寬,ecartographer.106245-02a大日本帝國三重縣北部土性圖 :b伊賀全國・伊勢國北部 = Agronomic map of northern part of Mie-Prefecture, Japan, Iga-Province and Northern part of Ise-Province /cby Y. Kamoshita, S. Okada. 16264-03a[Tokyo] :b農林省農事試験場,c昭和 10 [1935]2 6710-04a農林省農事試験場 (Tokyo, Japan),epublisher. a92bPUL04358ngm a22007337i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195043001200213046001500225050002500240130004700265245021800312246003200530257002400562264004900586264001100635300012100646336005000767337002300817338003000840340001900870344005500889347005100944380002700995538016001022500002601182532003401208500005301242500002601295511007801321508010301399520079601502500041302298500008002711500008802791650003102879650003402910655002602944655003002970655002603000655002603026655005403052700005703106700004803163700003503211700003803246700004003284700003903324700002503363700003403388710005103422710004603473710004103519773005203560994001203612on1390685128OCoLC20230718213016.0vd csaizs230714t20222022xxu101 vleng  a 2023600568 aDLCbengerdacDLC1 a81445602624442aVS-410bVinegar Syndrome a(OCoLC)13906851281 aengpengheng an-us-tx k19862edtf00aDVE8176(viewingcopy)0 aTexas chainsaw massacre 2 (Motion picture)14aThe Texas chainsaw massacre 2 /cThe Cannon Group, Inc. presents a Golan-Globus production of a Tobe Hooper film ; written by L.M. Kit Carson ; produced by Menahem Golan and Yoram Globus ; directed by Tobe Hooper.3 aTexas chainsaw massacre two aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (101 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1986. aTitle from container.1 aDennis Hopper, Caroline Williams, Jim Siedow, Bill Moseley, Bill Johnson. aCinematographer, Richard Kooris ; editor, Alain Jakubowicz ; music, Tobe Hooper and Jerry Lambert. a"In the dozen years since the original massacre, countless more people have vanished without a trace and, despite fears from the locals that Leatherface and his family of cannibals have resumed their murderous ways, the police seem disinterested in looking into the disappearances. But everything changes when a couple of yuppies are attacked by Leatherface while calling into a local radio show hosted by DJ Vanita "Stretch" Brock, thus blasting their ghastly murders over the airways. Fed up with the inaction from local law enforcement, ex-lawman Lt. "Lefty" Enright decides to go rogue and sets out into Texas Hill Country in a bid to finally put an end to the terror which has been gripping his community. Meanwhile, Leatherface sets his sights, and chainsaw, on Stretch..."--Container. aSpecial features: brand new commentary track with historian and film critic Patrick Bromley; commentary track with director Tobe Hooper; commentary track with actors Bill Moseley, Caroline Williams and special effects makeup creator Tom Savini; commentary track with director of photography Richard Kooris, production designer Cary White, script supervisor Laura Kooris, and property master Michael Sullivan. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 14, 2023. 0aCannibalismzTexasvDrama. 0aSerial murderszTexasvDrama. 7aSlasher films.2lcgft 7aDark comedy films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aHooper, Tobe,d1943-2017,efilm director,ecomposer.1 aGolan, Menahem,d1929-2014,efilm producer.1 aGlobus, Yoram,efilm producer.1 aCarson, L. M. Kit,escreenwriter.1 aHopper, Dennis,d1936-2010,eactor.1 aWilliams, Caroline,d1957-eactor.1 aSiedow, Jim,eactor.1 aMoseley, Bill,d1951-eactor.2 aCannon Group,eproduction company,epresenter.2 aGolan-Globus (Firm),eproduction company.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01776njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028003400150035002200184041001800206042001400224100004700238245003100285264004800316300004900364336003700413337002300450338003100473340001900504344001800523344001500541344002300556344001900579500034000598546004500938500002800983511004001011505018201051650001601233650001901249655002301268655003901291994001201330on1390685142OCoLC20230718213016.0sd bsmennmplud230712s2022 stkfmnn n eng d a 2023627520 aTDFbengerdacDLC30a506044612839802aLSSN083bNight School Records a(OCoLC)13906851420 dengdhundslo alccopycat1 aMede, Adela,d1995-eperformer,ecomposer.10aSzabadság /cAdela Mede. 1a[Scotland] :bNight School Records,c[2022] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aSlovak-Hungarian musician Adela Mede explores the interplay between voice and technology with field recordings. She sings in three languages (Slovak, Hungarian and English). Intimate ambient utterances with themes of spiritual growth accompanied by experimental electronics with a wide scope of influences; from minimalism to folklore. aWords in English, Hungarian, and Slovak. aTitle from disc labels.0 aAdela Mede ; additional performers.0 aHáromszorra jövök össze -- Interlude I -- Spolu -- Interlude II -- Gyöngyvirág -- Interlude III -- Sloboda -- Na jar sa všetko roztopí -- Voda sa vráti tiež. 0aFolk music. 0aAmbient music. 7aFolk music.2lcgft 7aAmbient music (Electronica)2lcgft a92bPUL01350nem a2200349 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181050002300203052000900226110007500235245005000310255007200360264007400432300003400506336004000540337002800580338002600608500005800634500003000692500001900722500014200741650004800883650004000931655001700971994001200988on1390685143OCoLC20230718213016.0aj canzn230717s1980 txua a 0 eng  a 2023587333 aDLCbengerdacDLC1 aab2431250dW1000000eW0660000fN0440000gN0240000 a(OCoLC)139068514300aG3701.P4 1980b.T7 a37012 aTranscontinental Gas Pipe Line Corporation,ecartographer,epublisher.10aSystem map shwoing gas supply and sales area. aScale approximately 1:2,431,250.c(W 100°--W 66°/N 44°--N 24°). 1a[Houston, Tex.] :bTranscontinental Gas Pipe Line Corporation,c1980. a1 map :bcolor ;c147 x 71 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aCovers area from central Texas through eastern Maine. aRelief shown by contours. a"August 1980." aIncludes U.S. map showing main gas line, list to sales and purchase stations by state and inset of the Philadephia/New York city regions. 0aNatural gas pipelineszUnited StatesvMaps. 0aGas producerszUnited StatesvMaps. 7aMaps.2lcgft a92bPUL00914njm a22002535a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109020001800127020001500145035002200160042001000182100003000192245009600222260004400318300004100362500001800403505019400421500003300615994001200648on1390685149OCoLC20230718213016.0sd fsngnnmmned120308s2010 mw zznn n eng  a 2011349945 aDLCbengcDLC a9789990896909 a9990896909 a(OCoLC)1390685149 alcode1 aPhoya, Michael M'tisunge.10aFinding realityh[sound recording] :bshort stories inspired by Malawi /cMichael M. Phoya. a[Blantyre] :bMichael M. Phoya,cc2010. a1 sound disc :bdigital ;c4 3/4 in. aCompact disc.0 aPrologue -- Life! -- Burnt bridges -- The lesson -- Nostalgia -- Finding reality -- Dying in time -- Malawian blue -- Requiem for a past -- Sober eyes of Noah's dove -- One more flute song. aProduction level cataloging. a92bPUL01056njm a22003015i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154100004100164245002100205264004000226300004200266336003700308337002300345338003100368500001800399500002600417505021600443500003300659650001200692650003800704994001200742on1390685150OCoLC20230718213016.0sd fsngnnmnned160901s2014 bl ppnn n zxx  a 2016309032 aDLCbengerdacDLC a(OCoLC)1390685150 alcode1 aCamarero, João,d1990-eperformer.10aJoão Camarero. 1a[Brazil] :bAcari Records,c[2014?] a1 audio disc :bCD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aCompact disc. aCAP DLI 51 FY16.5DLC00aDe João pra Pernambuco --tFazenda a cama --tMimoso --tDescaso --tPasseandor(part. Cristovão Bastos) --tCaminho do sertão --tCaribeano no 3 --tColibri --tChoro --tImpressões sobre uma despedida. aProduction level cataloging. 0aChoros. 0aPopular musiczBrazily2011-2020. a92bPUL01729njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245004400284264004500328264001100373300005700384336003700441337002300478338003100501340001900532344001800551344001500569344002300584344001900607382002300626500002600649511001200675508003100687500003300718500003100751505024300782650003001025650002301055655003901078655003101117655002601148655003101174655001801205994001201223on1390685156OCoLC20230718213016.0sd fsngnnmmned230626r20182008ne ppnn n eng  a 2023617278 aDLCbengerdacDLC1 a60255736428602a0602557364286bUniversal02a0602557364286bPolydor/Island a(OCoLC)13906851562 aEnigma (Musical group)ecomposer,eperformer.10aSeven lives many faces.nVII /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2008. aPressed on turquois vinyl.00tEncounters --tSeven lives --tTouchness --tThe same parents --tFata morgana --tHell's Heaven --tLa puerta del cielo --tDistorted love --tJe t'aime till my dying day --tDéjà vu --tBetween generations --tThe language of sound. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01774nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245012500283260010300408300008000511336003300591337002800624338002600652540004200678500003300720500001200753500004500765500026700810651004801077650005401125655003601179655004301215700003601258856009401294994001201388on1390685157OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023637586 aDLCbengedcrmgcDLC aH16950bU.S. Copyright Office. a(OCoLC)1390685157 aLC-DIG-stereo-1s48068bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aFrom German club (N.W.) to burning native city, during progress of the battle July 13, 1900, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 55. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 55). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aCities & townszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48068qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48068 a92bPUL01066njm a22002895i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172100002900182245004200211264005500253300005100308336003700359337002300396338003100419500001800450505022500468500003300693650003800726994001200764on1390685170OCoLC20230718213016.0sd fsngnnmmned170817s2016 bl uunn n por  a 2017317087 aDLCbengerdacDLC3 a7892860246901 a(OCoLC)1390685170 alcode1 aRuiz, Breno,eperformer.10aCantilenas brasileiras /cBreno Ruiz. 1a[São Paulo, Brazil?] :bLaje Produtora,c[2016?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc.00aMarinheiro do mar --tEstrela branca --tFlor lilás --tChoro bordado --tDança de mucama --tRoxinha --tDonana --tCaçada de onça --tModinha triste --tCanteilena sertaneja --tViola do bem querer --tRoseira. aProduction level cataloging. 0aPopular musiczBrazily2011-2020. a92bPUL01467nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001500126020001800141034005400159035002200213041002300235050002300258052000900281052000900290110006000299245008800359255006900447264004700516300004600563336004000609337002800649338002600677500004600703500009800749500002200847500004100869546006800910650002600978651001901004655002201023994001201045on1390685177OCoLC20230718213016.0aj canzn230427s1999 au bg a 0 ger  a 2023591118 aDLCbengerdacDLC a3850843491 a97838508434921 aab300000dE0093000eE0171000fN0490000gN0462000 a(OCoLC)13906851770 ageraengafreaita00aG6491.P2 1999b.F7 a6491 a64902 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aÖsterreich Massstab 1:300,000 /cKartographie u. Druck Freytag-Berndt u. Artaria. aScale 1:300,000c(E 9°30ʹ--E 17°10ʹ/N 49°00ʹ--N 46°20ʹ). 1aWien :bFreytag-Berndt u. Artaria,c[1999] a1 map :bboth sides, color ;c108 x 94 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aIncludes distance chart, Austrian & International license plate codes, and emergency numbers. a"02/1999 993214." aLC copy imperfect: lacks cover.5DLC aText in German. Legend in German, English, French, and Italian. 0aRoadszAustriavMaps. 0aAustriavMaps. 7aRoad maps.2lcgft a92bPUL03828nkd a2200553 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148245007700160260003200237300008800269336003300357337002800390338002600418520091000444540015601354500004001510500009801550500016501648500014101813500007101954506003602025545013902061555007902200600003702279600006902316610005802385610006202443650005002505650005102555650004702606650005102653650004902704650005002753650005802803650004802861655004502909655004402954655003902998773009503037856006103132856006903193994001203262on1390685178OCoLC20230718213016.0kh b|o230717q19241926bu nnn kneng  a 2023631491 aDLCbengedcrmgcDLC a(OCoLC)1390685178 ae-bu---00a[Bulgarian Red Cross School, Sofia, Bulgaria, ca. 1924-1926]h[graphic]. c[between ca. 1924 and 1926] a30 photographs :bgelatin silver prints ;cpages 33 x 24 cm, photographs 7 x 12 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs chiefly show the Bulgarian Red Cross School for nurses located in Sofia, Bulgaria. Some images show exterior views of the school and the nearby Vitosha mountain. Images depict nurses and nursing students in school, in a hospital, in dining room, at tea, and "Bulgarian instructors." Many photos show nurses posed in group portraits. Individuals identified include Rachel Torrance, the first American director of the school; Miss N. Nicoloua, "Secretary"; and "interpreter" Miss B. Christova. Other photographs show a trip to the "Sanitarium of Jskrotz" including the staff, "Judge Payne" and visitors posed in groups outside. Also depicted is the Bulgarian Red Cross Hospital which was connected to the nursing school, including exterior views of the building, doctors, nurses, and surgical staff. Identified people are superintendant "Dr. Karakasheff", and "Sisters Alexsandrova & Kirinkova." aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title devised by Library staff. aMost photographs are captioned in English. Captions on first page are faded and hard to read. aOn paper slip: "Bulgaria Miss Noyes File." American nurse Clara Dutton Noyes (1869-1936) headed the American Red Cross department of nursing during World War I. aFor more information see: "Department of Red Cross Nursing," Clara D. Noyes, The American Journal of Nursing, Vol. 23, No. 3, Dec. 1922. aPages were probably once part of an album, but have been disbound.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300110aTorrance, Rachel C.,d1886-1937.14aNoyes, Clara D.q(Clara Dutton),d1869-1936xAssociated objects.24aAmerican National Red CrossxPeoplezBulgariazSofia.24aAmerican National Red CrossxFacilitieszBulgariazSofia. 4aAmericansxHealth & welfarezBulgariazSofia. 4aBulgariansxHealth & welfarezBulgariazSofia. 7aNurseszBulgariazSofiay1920-1930.2lctgm 7aPhysicianszBulgariazSofiay1920-1930.2lctgm 7aStudentszBulgariazSofiay1920-1930.2lctgm 7aHospitalszBulgariazSofiay1920-1930.2lctgm 7aMedical educationzBulgariazSofiay1920-1930.2lctgm 7aSchoolszBulgariazSofiay1920-1930.2lctgm 7aGelatin silver printsy1920-1930.2gmgpc 7aPortrait photographsy1920-1930.2gmgpc 7aGroup portraitsy1920-1930.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01294ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245006100163264007300224300004700297336003500344337002800379338002700407490002900434500003500463500001900498500003600517546002000553650003500573655003000608655003000638655001900668700003300687730007700720773012300797994001200920on1390685191OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561401 aDLCbengerdacDLC a(OCoLC)1390685191 apcc00aML31b.C59505a"The critical age" /cmusic compiled by E. Jessup Smith. 1aNew York City :bCameo Music Service Corporation,c[not before 1923] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aSmith, E. Jessup,ecompiler.0 iMusic for motion picture (work):aGlengarry school days (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 46w(DLC) 2018571961 a92bPUL01329ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012600163246002100289264007300310300004700383336003500430337002800465338002700493490002900520500003500549546002000584650003500604655003000639655003000669655001900699700004700718730007900765773012300844994001200967on1390685192OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561435 aDLCbengerdacDLC a(OCoLC)1390685192 apcc00aML31b.C59500aGreater thematic music cue sheet for "Fast and furious" with Reginald Denny, a Universal special /cby James C. Bradford.30aFast and furious 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (8 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFast and furious (Motion picture : 1927)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 30w(DLC) 2018571961 a92bPUL01583nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001300241110007100254245015200325246001700477246003400494255007000528264008500598300005500683336004000738337002800778338002600806500002200832500003900854500003400893500005100927500008200978546004601060650004501106655002201151994001201173on1390685193OCoLC20230718213016.0aj canzn230707s1991 sa a 1 eng  a 2023591372 aDLCbengerdacDLC1 aab1500000dE0230000eE0290000fS0300000gS0350000 a(OCoLC)13906851930 aengaafr00aG8503.E2P2 1991b.A9 a8503bE22 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Eastern Cape =bAARSA reisdiens, Oos-Kaapland /ccompiled, drawn and published by the Automobile Association of South Africa.30aEastern Cape31aAARSA reisdiens, Oos-Kaapland aScale 1:1,500,000. 1 cm = 15 kmc(E 23°--E 29°/S 30°--S 35°). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1991] a1 map :bcolor ;c39 x 47 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner: PM-2 (PM-1). aIn lower left corner: 915/24. aIncludes coverage map and color illustrations. aText, descriptive index to points of interest, and road tolls chart on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazEastern CapevMaps. 7aRoad maps.2lcgft a92bPUL04711nkd a2200589 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148110005300160242003400213245011200247260001100359300011100370336003300481337002800514338002600542520132300568540015601891500003702047500004202084500028002126500030802406500011302714500007102827500005502898506003602953545013902989555007903128611006503207610006303272650005003335650005503385650004503440651005403485650005103539650004903590650003703639650004103676650004003717650004103757655004103798655004503839773009503884856006103979856006904040994001204109on1390685194OCoLC20230718213016.0kh b|o230711s1918 it nnn knita  a 2023631484 aDLCbengedcrmgcDLC a(OCoLC)1390685194 ae-it---2 aItaly.bDirezione generale di sanità militare.00aArmy Surgical Ambulance.yeng10aAmbulanza Chirugica d'Armata /cMinistero della Guerra Dirizione Generale di Sanità Militaireh[graphic]. c[1918] a67 photographs in 1 album :bgelatin silver prints ;calbum 26 x 36 cm, photographs 18 x 24 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show a mobile army surgical hospital (Ambulanza Chirugica d'Armata or autochir) set up in the Piazza Santo Stefano in Bologna, Italy during the National Exposition of the War (Esposizione Nazionale della Guerra) in 1918. The Depot of Surgical Army Ambulances at Bologna built the mobile hospital for the American Red Cross, on order of the Department of the Italian Surgeon General. The mobile hospital included trucks, trailers and tents containing medical facilities. Images depict facility interiors and exteriors including tents for taking in the wounded and for recovery; an operating room, a pharmacy, an X-ray room, a kitchen, a workshop, a disinfection tent with an autoclave (disinfection machine), generators and boilers, and a vehicle with litters. Also shown are medical staff carrying man on a stretcher, men assembling an operating room and two nurses with a patient on an operating table. Also included is a map of the mobile hospital display at the exposition. Mobile surgical hospitals are also depicted in other locations in Italy including Osteria di Granezza, Enego, Campi di Mezzavia, Pian del Ronchetto, Lovisce, Gabrje Gorenje, Osteria du Granezza, and Tappogliano. Two images of wounded men in tents and a map of locations of mobile hospitals on the Italian front are also included. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title transcribed from item. aPhotographs are captioned in Italian. aIncludes text in Italian describing the mobile hospital titled: "Ambulanza Chirugica d'Armata allestita per la Croce Rossa Americana dal Deposito Ambulanze Chirurgiche d'Armata" (Army Surgical Ambulance set up for the American Red Cross by the Army Surgical Ambulance Depot). aTyped on slip of paper: "For the A.R.C. Museum at Washington, D.C. Rome, June 1919. Album of photographs: with short description of "Autochir" built for the American Red Cross by the : Depot of Surgical Army Ambulances at Bologna, Italy by order of the Department of the (Italian) Surgeon General."5DLC aIncludes typed list of vehicles titled: ""The Autochir" is made out of 15 motor-trucks and 3 trailers."5DLC aPrinted on paper slip: "American Red Cross Croce Rossa Americana." aDuplicate albums are located in PR 09 LOT 15379-1.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300120aEsposizione nazionale della Guerrad(1918 :cBologna, Italy)24aAmerican National Red CrossxFacilitieszItalyy1910-1920. 4aWorld War, 1914-1918xMedical aspectszItaly. 4aWorld War, 1914-1918xExhibitionszItalyzBologna. 4aWorld War, 1914-1918xCasualtieszItaly. 4aPiazza Santo Stefano (Bologna, Italy)y1910-1920. 7aExhibitionszItalyzBolognay1910-1920.2lctgm 7aMilitary personnelzItalyy1910-1920.2lctgm 7aNurseszItalyy1910-1920.2lctgm 7aPhysicianszItalyy1910-1920.2lctgm 7aHospitalszItalyy1910-1920.2lctgm 7aWar reliefzItalyy1910-1920.2lctgm 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01798nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300009800404336003300502337002800535338002600563540004200589500003600631500006800667506018500735580006500920600007000985600007601055650005501131650005601186655004601242655003401288856009001322994001201412on1390685195OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634723 aDLCbengedcrmgcDLC a(OCoLC)1390685195 aLC-DIG-ppmsca-87332 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 20 x 19 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87332qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87332 a92bPUL00923nem a22003131i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002000163052000900183110004500192245005200237255003700289264005600326300003300382336004000415337002800455338002600483500003500509500001100544651002500555655001700580994001200597on1390685198OCoLC20230718213016.0aj canzn971105s1957 ilu a 0 eng  a 97690630  aDLCbengerdacDLC1 aab4000000 a(OCoLC)139068519800aG3700 1957b.R3 a37002 aRand McNally and Company,ecartographer.10aCentennial map of the United States of America. aScale approximately 1:4,000,000. 1a[Chicago, Ill.] :bRand McNally and Company,c1957. a1 map :bcol. ;c81 x 166 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aInsets show Alaska and Hawaii. a#331A. 0aUnited StatesvMaps. 7aMaps.2lcgft a92bPUL01832nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037006100148110003900209245011900248260010300367264001900470300008000489336003300569337002800602338002600630540004200656500003300698500004500731500026700776651003201043650004601075650004701121650005701168655003601225655004301261700003601304856009401340994001201434on1390685199OCoLC20230718213016.0kh |o|190429s1901 enknnn kneng  a 2019633834 aDLCbengedcrmgcDLC a(OCoLC)1390685199 aLC-DIG-stereo-1s19371bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aGrand Porcelain Tower, one of the splendid buildings of the Imperial Summer Palace, near Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. 4cCopyright 1901 a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 96). 4aBeijing (China)y1900-1910. 7aTowerszChinazBeijingy1900-1910.2lctgm 7aPagodaszChinazBeijingy1900-1910.2lctgm 7aCastles & palaceszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19371qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19371 a92bPUL01332ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011200163246001800275264007300293300004700366336003500413337002800448338002700476490002900503500003500532500001900567546002000586650003500606655003000641655003000671655001900701700004600720730006900766773012300835994001200958on1390685213OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561395 aDLCbengerdacDLC a(OCoLC)1390685213 apcc00aML31b.C59500aVera Reynolds in "Corporal Kate" with Julia Faye and Kenneth Thomson /cmusic compiled by Rudolph Berliner.30aCorporal Kate 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBerliner, Rudolph,d1878-1965,ecompiler.0 iMusic for motion picture (work):aCorporal Kate (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 40w(DLC) 2018571961 a92bPUL01937nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126034001300139035002200152041001300174050002300187052001300210110007100223245017800294246004600472246004900518255003400567255003400601264008700635300011100722336004000833337002800873338002600901500006500927500002200992500002001014500002101034500007701055505008801132546004601220651003301266650006001299650005701359655001701416655002201433994001201455on1390685214OCoLC20230718213016.0aj canzn230707s1983 sa g a 1 eng  a 2023591371 aDLCbengerdacDLC1 aab139001 aab60000 a(OCoLC)13906852140 aengaafr00aG8504.D8 1983b.A9 a8504bD82 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA Durban :breference and through-route map = AARSA Durban : verwysings-en deurroetekaart /ccompiled, drawn and published by the Automobile Association of South Africa.30aDurban :breference and through-route map31aAARSA Durban :bverwysings-en deurroetekaart aScale approximately 1:13,900. aScale approximately 1:60,000. 1a[South Africa] :bpublished by the Automobile Association of South Africa,c[1983] a2 maps on 1 sheet :bboth sides, color ;c31 x 49 cm and 41 x 40 cm, sheet 42 x 59 cm, folded to 21 x 9 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights on "Durban through-routes" map. aTitle from panel. aOn panel: TP-3. aOn panel: 832/9. aIncludes text, index to points of interest, and 10 maps of local routes.0 aDurban central area / Sentrale gebied Durban -- Durban through-routes / deurroetes. aText and legend in English and Afrikaans. 0aDurban (South Africa)vMaps. 0aCentral business districtszSouth AfricazDurbanvMaps. 0aRoadszSouth AfricazDurban Metropolitan AreavMaps. 7aMaps.2lcgft 7aRoad maps.2lcgft a92bPUL01433ngm a22003375a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018500160257001600345260006800361300007200429546002900501500004700530520013000577500002800707500004500735500005500780610002700835655003000862655002900892700005500921710006500976710004201041994001201083on1390685215OCoLC20230718213016.0vd bvaizu230617s2010 mz 020 vlpor  a 2023323650 aDLCbengeamimcDLC a(OCoLC)1390685215 alcode00aMoçambique independente :b25 de setembro /cRepública de Moçambique, Ministério da Cultura, Instituto Nacional de Audiovisuale e Cinema ; [distributed by] Blue Art Filmes. aMozambique. a[Maputo] :bInstituto Nacional de Audiovisual e Cinema,c[2010] a1 videodisc of 1 (ca. 20 min.) :bsd., black and white ;c4 3/4 in. aNarration in Portuguese. aOriginally released between 1976 and 1980. aNarration over video footage discussing the reorganization of Mozambican society following independence from Portuguese rule. aSource used: videodisc. a"Imagens de arquivo do Inac"--Container. a"Ministério da Informação"--Opening credits.20aFRELIMO (Organization) 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMachel, Samora,d1933-1986,eonscreen participant.2 aInstituto Nacional de Audiovisual e Cinema,efilm presenter.2 aBlue Art Filmes (Firm),edistributor. a92bPUL01306njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100006200171245006300233264004700296300003000343336003700373337002300410338003100433344001900464344001900483344001900502347002200521347001300543382002500556500002700581511004800608518006800656650003000724650001800754655002600772655001800798655002500816710004300841994001200884on1390685219OCoLC20230718213016.0sd fsngnnmmned230711s2017 xxuzznn n eng  a 2023626309 aDLCbengerdacDLC1 a195269063566 a(OCoLC)13906852191 aDunbar, Michaelc(Singer-songwriter),ecomposer,esinger.10aOn the road to Sligo /cwords and music by Michael Dunbar. 1a[United States] :bMichael Dunbar,c[2017] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11amale voicen12lcmpt aTitle from disc label.0 aMichael Dunbar, lead vocal ; and Garavogue. oRecorded atpBoardwalk Entertainment, Inc., Rockaway Beach, NY. 0aPopular musicy2011-2020. 0aCeltic music. 7aPopular music.2lcgft 7aSongs.2lcgft 7aCeltic music.2lcgft2 aGaravogue (Musical group),eperformer. a92bPUL01676nem a2200445 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146050002700168052001400195110005000209245007400259255002000333264007100353264007400424300003400498336004000532337002800572338002600600490004500626500004000671650004500711650003800756650004000794655001700834710003800851880004700889880007500936880006501011880006501076880004501141880003201186994001201218on1390685220OCoLC20230718213016.0aj canzn230712s1968 ja a 0 jpn  a 2023592535 aDLCbengerdacDLC c$11 aab10000 a(OCoLC)139068522000aG7964.K54G45 1968b.T6 a7964bK542 6880-01aTōyō Chizu Gakkai,ecartographer.106880-02aKodaira-shi toshi keikakuzu :bgairo, yōto, bōka, akichi. aScale 1:10,000. 16880-03aTōkyō-to Chiyoda-ku :bTōyō Chizu Gakkai,c[1968?] 26880-04aTōkyō-to Chiyoda-ku :bKokusai Chigaku Kyōkai,c[1968?] a1 map :bcolor ;c62 x 88 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 6880-05aSantama toshi keikakuzu ;vno. 8 aIndex map, list and table on verso. 0aCity planningzJapanzKodaira-shivMaps. 0aZoningzJapanzKodaira-shivMaps. 0aLand usezJapanzKodaira-shivMaps. 7aMaps.2lcgft2 6880-06aKokusai Chigaku Kyōkai.2 6110-01a東洋地図学会,ecartographer.106245-02a小平市都市計画図 :b街路・用途・防火・空地. 16264-03a東京都千代田区 :b東洋地図学会,c[1968] 26264-04a東京都千代田区 :b国際地学協会,c[1968]0 6490-05a三多摩都市計画図;vno. 82 6710-06a国際地学協会. a92bPUL03807ngm a22007697i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041002800195046001500223050002500238245019800263246004800461257001600509264004900525264001100574300016700585336005000752337002300802338003000825340001900855344005300874347007100927380002700998538016001025500002601185532003401211546006201245500005301307500002601360511011301386508004001499520032601539500008801865500010401953500010302057500008802160650002202248650002502270650003402295650002902329650002702358655002602385655002502411655004002436655002602476655002602502655005402528700004302582700003902625700004202664700003202706700003502738700003002773700003402803700003702837710005802874710004102932773005202973994001203025on1390685254OCoLC20230718213016.0vd csaizm230713t20232023it 206 vleng  a 2023600563 aDLCbengerdacDLC1 a81445602759342aVS-433bVinegar Syndrome a(OCoLC)13906852541 aitaaengjengpenghita k19832edtf00aDVE8171(viewingcopy)02aA blade in the dark /ca National Cinematografica/Nuova Dania Cinematografica production ; directed and produced by Lamberto Bava ; story and screenplay by Dardano Sacchetti and Elisa Briganti.1 iOriginal title:aCasa con la scala nel buio aItaly.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya2 videodiscs (206 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) + 1 booklet (38 pages : color illustrations) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.66:1).1 aClosed captioning in English. aIn Italian or dubbed English. Optional English subtitles. aOriginally produced as a motion picture in 1983. aTitle from container.1 aAndrea Occhipinti, Anny Papa, Fabiola Toledo, Michele Soavi, Valeria Cavalli, Stanko Molnar, Lara Naszinsky. aMusic, Guido & Maurizio De Angelis. aA composer working on the score for a new horror film rents an isolated villa. But when several beautiful young women are brutally murdered within the house, he becomes obsessed with solving the crimes. The killer's identity may be hidden in the film, or it there may be a more horrifying secret lurking deep in the dark. aContains the extended Italian TV edit (109 min.) and the theatrical edit (97 min.). aSpecial features: commentary track with The Hysteria Continues; commentary track with Kat Ellinger. aAlso includes a Blu-ray copy of the movie (both edited versions) with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aComposersvDrama. 0aHorror filmsvDrama. 0aWomenxCrimes againstvDrama. 0aSerial murderersvDrama. 0aSuburban homesvDrama. 7aSlasher films.2lcgft 7aHorror films.2lcgft 7aDetective and mystery films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aBava, Lamberto,d1944-efilm director.1 aSacchetti, Dardano,escreenwriter.1 aBriganti, Elisa Livia,escreenwriter.1 aOcchipinti, Andrea,eactor.1 aSoavi, Michele,d1957-eactor.1 aCavalli, Valeria,eactor.1 aDe Angelis, Guido,ecomposer.1 aDe Angelis, Maurizio,ecomposer.2 aNational Cinematografica (Firm),eproduction company.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01069nem a2200313 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181050002300203052000900226245013300235255005600368264005200424300003300476336004000509337002800549338002600577650003400603650003200637650003300669655001700702700002400719994001200743on1390685262OCoLC20230718213016.0aj canzn230713s1972 gw a 0 ger  a 2023585555 aDLCbengerdacDLC1 aab3500000dE0610000eE0740000fN0380000gN0300000 a(OCoLC)139068526200aG7631.J5 1972b.A4 a763100aAfghanistan :bNaturräumliche möglichkeiten der weidewirtschaft /cKartographie, G. Koch Pfarrkirchen ; Entwurf Ch. Jentsch. aScale 1:3,500,000c(E 61°--E 74°/N 38°--N 30°). 1a[Germany] :b[publisher not identified],c1972. a1 map :bcolor ;c38 x 30 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier 0aLivestockzAfghanistanvMaps. 0aGrazingzAfghanistanvMaps. 0aPastureszAfghanistanvMaps. 7aMaps.2lcgft1 aJentsch, Christoph. a92bPUL01584njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100003600171245003900207264004000246300003000286336003700316337002300353338003100376344001900407344001900426344001900445347002200464347001300486382015800499500002600657511019200683518004000875505014400915650002701059655002301086655001801109710004701127994001201174on1390685275OCoLC20230718213016.0sd fsngnnmmned230713s2016 xxurcnn n eng  a 2023626326 aDLCbengerdacDLC1 a678572232046 a(OCoLC)13906852751 aThomasX,ecomposer,eperformer.10aEnnui go :bdark /cSaint ThomasX. 1a[United States] :bThomasX,c[2016] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01asingern1dguitarn1dpercussionn1aguitarn1dkeyboard instrumentn1abass guitarn1ddouble bassn1adrum setn1asteel guitarn1aviolinn1s62lcmpt aTitle from container.0 aSaint ThomasX (ThomasX, voice guitar, percussion ; Jonas Wilson, guitar, keys ; Zac Arnault, eletric & upright bass ; Don Clark, drums ; Ricky Ray Jackson, pedal steel ; Violinda, violin. oRecorded atpSkeleton Farm Studios.00tEnnui go --tWe get what we hate for --tManic recession --tRun reverend run --tMother's demons --tSing on your grave --tDr. Destructo. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aSaint ThomasX (Musical group),eperformer. a92bPUL01280njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177245005200199246005500251246001600306264004400322264001200366300004100378336003700419337002300456338003100479344001900510344001900529344001900548347002200567347001300589500002700602511001800629505012900647650003000776655002600806700003800832994001200870on1390685276OCoLC20230718213016.0sd fsngnnmmned230714t20192019tnucynn n eng  a 2023628010 aDLCbengerdacDLC1 a19439712592402a19439-71259-2bMonument a(OCoLC)139068527600a8 tracks.nVol 3,pBlack sheep /cWalker Hayes.1 iTitle on container:a8tracks.nVol 3,pBlack sheep30aBlack sheep 1a[Nashville, Tenn.] :bMonument,c[2019] 4c℗2019 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aWalker Hayes.0 aBlack sheep -- Love hate -- Dad's sailboat -- Chapel -- Goldest -- Wish I could drink -- Acceptance speech -- Don't let her. 0aCountry musicy2011-2020. 7aCountry music.2lcgft1 aHayes, Walker,d1979-eperformer. a92bPUL01771ndm a22004094i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117050002300139100005500162240002900217245009400246264006300340300003100403336003000434337002500464338002300489382003800512500005000550500001200600546001900612500001700631546002000648500011000668500012900778500023400907541004701141600004701188650003501235655001801270655002201288700003901310994001201349on1390685277OCoLC20230718213016.0170424s1958 causgl n eng  a 2017560003 aDLCbengerdacDLC a(OCoLC)139068527700aML96b.C34 no. 1781 aCastelnuovo-Tedesco, Mario,d1895-1968,ecomposer.10aLittle songs.pSoliloquy10aSoliloquy :bfor voice and piano /cMario Castelonuovo-Tedesco ; poems by Ulric Devaré. 0aBeverly Hills, Calif. :bMario Castelnuovo-Tedesco,c1958. a1 score (3 pages) ;c34 cm anotated music2rdacontent aunmediated2rdamedia avolume2rdacarrier01ahigh voicen1apianon1s22lcmpt aDyeline copies of the composer's authographs. aIn ink. aEnglish words. aCover title. bStaff notation. aDyline copy of musical manuscript signed and dated. Signed, "Mario Beverly Hills Calif. Nov. 16th, 1958." aWith a signed inscription to the poet, Ulric Devaré, "an early Christmas card from his friend Mario Nov. 20, 1958"--Cover. aPastrale: Dyline copy of the composer's autograph musical manuscript. With a signed inscription to the poet, Ulric Devaré, from the composer: "To Ulric-a late Xmas card-with all best wishes for the New Year! Mario, Dec., 1958." cPurchase;aJ & J Lubrano;dMarch 13, 2012.10aDe Vaere, Ulric,d1932-vMusical settings. 0aSongs (High voice) with piano. 7aSongs.2lcgft 7aArt music.2lcgft1 aDe Vaere, Ulric,d1932-elyricist. a92bPUL01883ncm a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013000163246000800293264007300301300004700374336003500421337002800456338002700484490002900511500003500540500001900575500003600594546002000630650003500650655003000685655003000715655001900745700004600764730005900810773012300869776026400992787021701256994001201473on1390685278OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561394 aDLCbengerdacDLC a(OCoLC)1390685278 apcc00aML31b.C59500aPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong /ccompiled by Rudolph Berliner.30aCop 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBerliner, Rudolph,d1878-1965,ecompiler.0 iMusic for motion picture (work):aCop (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 39w(DLC) 201857196108iReproduced as (manifestation):tPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057085908iRelated item of manifestation:tPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong.dNew York City : Cameo Music Service Corporation, [not before 1928]w(DLC) 2022561393 a92bPUL01255ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245006900163246001300232264007300245300004700318336003500365337002800400338002700428490002900455500003500484546002000519650003500539655003000574655003000604655001900634700004700653730007100700773012200771994001200893on1390685279OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561456 aDLCbengerdacDLC a(OCoLC)1390685279 apcc00aML31b.C59500aHarold Llyod in "The freshman" /ccompiled by James C. Bradford.30aFreshman 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFreshman (Motion picture : 1925)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 1w(DLC) 2018571961 a92bPUL00910nem a22003131i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002100163052000900184110004500193245004300238255003700281264005600318300003300374336004000407337002800447338002600475500003100501500001000532651002500542655001700567994001200584on1390685280OCoLC20230718213016.0aj canzn971105s1957 ilu a 0 eng  a 97690631  aDLCbengerdacDLC1 aab4000000 a(OCoLC)139068528000aG3700 1957b.R31 a37002 aRand McNally and Company,ecartographer.10aVacationland map of the United States. aScale approximately 1:4,000,000. 1a[Chicago, Ill.] :bRand McNally and Company,c1957. a1 map :bcol. ;c82 x 124 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aModified Conic projection. a#298. 0aUnited StatesvMaps. 7aMaps.2lcgft a92bPUL02839nkd a2200445 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126245004500148260002800193300011100221336003300332337002800365338002600393520078300419540015601202500004001358500003501398500009401433506003601527545013901563555007901702610004701781650003801828650004101866650003801907650004801945650003501993655004502028655004402073655003902117773009502156856006102251856006902312994001202381on1390685281OCoLC20230718213016.0kh b|o230717q19241922xx nnn knund  a 2023631492 aDLCbengedcrmgcDLC a(OCoLC)139068528100a[American Red Cross pageant]h[graphic]. c[between 1917 and 1922] a32 photographs in 1 album :bgelatin silver prints ;calbum 25 x 33 cm, photographs 22 x 28 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show adults and children performing in an American Red Cross pageant, possibly in the Philippines or Japan. Included are portraits of participants offstage and performing on stage with a band and piano. Some people portray different countries such as a woman draped in an American flag, a woman holding a shield with the British Union Jack and a woman wearing a Liberty Cap depicting France. Also shown are a woman wearing a kimono and group portraits of Japanese? local Red Cross staff. The Red Cross flag, the United States flag, the British flag and Japanese flag and others are displayed across the stage. Also visible are posters for the Third Liberty Loan campaign, as well as banners and flags with the backward swastika. One view of the audience is included. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title devised by Library staff. aPhotographs are not captioned. aFront board of the album cover is detached. A few pages are also detached from the spine.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxPeoplezAsia. 7aPageantszAsiay1920-1930.2lctgm 7aWar posterszAsiay1920-1930.2lctgm 7aCostumeszAsiay1920-1930.2lctgm 7aStages (Platforms)zAsiay1920-1930.2lctgm 7aFlagszAsiay1920-1930.2lctgm 7aGelatin silver printsy1920-1930.2gmgpc 7aPortrait photographsy1920-1930.2gmgpc 7aGroup portraitsy1920-1930.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL00920njm a22002895i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172043001200182100003400194245006800228264008900296300005100385336003700436337002300473338003100496500001800527500003300545700004000578994001200618on1390685296OCoLC20230718213016.0sd fsngnnmmned170817s2016 bl uunn n por  a 2017317620 aDLCbengerdacDLC3 a7898936520357 a(OCoLC)1390685296 alcode as-bl---1 aLacerda, César,eperformer.12aO meu nome é qualquer um /cCésar Lacerda e Romulo Fróes. 1a[São Paulo, Brazil] :bCircus Produções e Fonográficas :bYB Music,c[2016?] a1 audio disc :bdigital, CD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc. aProduction level cataloging.1 aFróes, Romulo,d1971-eperformer. a92bPUL01301njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245002900171264008200200300003000282336003700312337002300349338003100372344001900403344001900422344001900441347002200460347001300482382002700495500002600522511004900548505021100597650003000808655002600838655001800864700003300882994001200915on1390685346OCoLC20230718213016.0sd fsngnnmmned230713s2019 xx ppnn n eng  a 2023626342 aDLCbengerdacDLC1 a700261458328 a(OCoLC)139068534600aSounds from outer space. 1a[Place of publication not identified] :b[publisher not identified],c[2019?] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from container.0 aCamille Abordo, vocals ; with accompaniment.00tFly away --tAttitude dude --tSounds from outer space --tI need my space --tAlien --tImaginary conversations --tAria --tMonopoly --tForces --tMade with love --tConcrete jungle --tYou can't see me. 0aPopular musicy2011-2020. 7aPopular music.2lcgft 7aSongs.2lcgft1 aAbordo, Camille,eperformer. a92bPUL01186njm a22002777a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127041001300149042001000162245004300172260004400215300004100259490002400300546003100324500023800355500007500593500001800668505017700686500003300863994001200896on1390685347OCoLC20230718213016.0sd fsngnnmmned220307s2011 mw sgnn n eng  a 2022322033 aDLCbengcDLC a(OCoLC)13906853470 dengdnya alcode00aHIV is not a crimeh[sound recording]. a[Lilongwe] :bIn Tune for Life,cc2011. a1 sound disc :bdigital ;c4 3/4 in.0 aTitenge udindo ;v2 aSung in English and Chewa. aThe album is mastered in the UK, and distributed through Christian Aid in Lilongwe.The music in the album is focussed on HIV awareness and addressing some of the social issues that surround it like domestic violence, rape and stigma. aAccompanying insert contains background information about the project. aCompact disc.0 aHIV is not a crime -- There's a way out -- Ukayezetse -- Moyo waulele -- Dear son -- Kuzengeleza -- Musachite nkhaza -- Ndifwenge -- Langizo langa -- Ndinthawi inalembedwa. aProduction level cataloging. a92bPUL00819njm a22002657a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028002500127035002200152042001000174100001900184245004800203260003600251300004100287500002700328546003200355500001800387505010300405500003300508994001200541on1390685443OCoLC20230718213016.0sd fsngnnmmned190716s2018 rh ppnn n nde  a 2019351138 aDLCbengcDLC02aDSLN22bAsakhe Music a(OCoLC)1390685443 alcode1 aNcube, Likhwa.10aNgaliweh[sound recording] /cLikhwa Ncube. aHarare :bAsakhe Music,cp2018. a1 sound disc :bdigital ;c4 3/4 in. aPopular Ndebele music. aSung in Ndebele (Zimbabwe). aCompact disc.0 aMama -- Ngiqome -- Nomalanga -- BakoKhumalo -- Kheth omthandayo -- S'thandana sobabili -- Ngaliwe. aProduction level cataloging. a92bPUL01374ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015800163246001700321264007300338300004700411336003500458337002800493338002700521490002900548500003500577500001900612546002000631650003500651655003000686655003000716655001900746700004400765730006800809773012300877994001201000on1390685444OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561437 aDLCbengerdacDLC a(OCoLC)1390685444 apcc00aML31b.C59500aJohn C. Flinn presents "Fifth avenue," a Robert G. Vignola special with Marguerite de la Motte and Allen Forrest /cmusic compiled by Dr. Edward Kilenyi.30aFifth Avenue 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aFifth Avenue (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 32w(DLC) 2018571961 a92bPUL01743njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245003300284264004500317264001100362300005700373336003700430337002300467338003100490340001900521344001800540344001500558344002300573344001900596382002300615500002600638511001200664508003100676500003300707500003300740505026600773650003001039650002301069655003901092655003101131655002601162655003101188655001801219994001201237on1390685445OCoLC20230718213016.0sd fsngnnmmned230626r20182006ne ppnn n eng  a 2023617277 aDLCbengerdacDLC1 a60255736416302a0602557364163bUniversal02a0602557364163bPolydor/Island a(OCoLC)13906854452 aEnigma (Musical group)ecomposer,eperformer.10aA posteriori.nVI /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2006. aPressed on clear pink vinyl.00tEppur si muove --tFeel me Heaven --tDreaming of Andromeda --tDancing with Mephisto --tNorthern lights --tInvisible love --tMessage from Io --tHello and welcome --t20,000 miles over the sea --tSitting on the moon --tThe alchemist --tGoodbye milky way. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01860nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245032800272246007000600255002000670264007600690300010600766336004000872337002800912338002600940490001900966546003100985500009001016880033101106880007301437994001201510on1390685446OCoLC20230718213016.0aj canzn230712s2022 ti a f 0 fre  a 2023364814 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390685446 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pJebel Serj =bKharīṭat Tūnis al-jiyūlūjīyah.pJabal al-Sirj /cles levés géologiques ont été effectués par Moez Mansoura ; la rédaction a été assurée par Moez Mansoura et Mohamed Mhdhabi ; révision Lassad Chihi, Hayet Khayati et Mohamed Raouf Karray.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pJabal al-Sirj aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2022] a1 map :bcolor ;c43 X 66 cm. on sheet 55 X 88 cm. folded in cover 20 X 16 cm +e1 booklet (54 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 54 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pJebel Serj =bخريطة تونس الجيولوجية.pجبل السرج /cles levés géologiques ont été effectués par Moez Mansoura ; la rédaction a été assurée par Moez Mansoura et Mohamed Mhdhabi ; révision Lassad Chihi, Hayet Khayati et Mohamed Raouf Karray.316246-02aخريطة تونس الجيولوجية.pجبل السرج a92bPUL01508ndm a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094017004500117035002200162042000800184050001200192100004400204245006300248246002200311264001100333300004100344300002100385336003500406336002600441337002800467338002600495382001800521500009200539500018400631546001900815546002000834500004100854500006000895650003000955655001900985655001801004655002601022700002601048994001201074on1390685480OCoLC20230718213016.0230711s1923 xx ppl d n eng  a 2022560127 aDLCbengerdacDLC aE576379bU.S. Copyright Officed19231024 a(OCoLC)1390685480 apcc00aM1630.21 aEllington, Duke,d1899-1974,ecomposer.10aBlind man's buff /cwritten by J.H. Trent, Duke Ellington.1 aBlind man's bluff 0c[1923] a1 score (1 unnumbered leaf) ;c32 cm a1 sheet ;c28 cm anotated musicbntm2rdacontent atextbtxt2rdacontent aunmediatedbn2rdamedia asheetbnc2rdacarrier11asinger2lcmpt aNotated music is a manuscript, in ink; lyrics printed separately on a typescript sheet. aTitle from caption on score; originally written as Blind man's bluff, but the letter l in the word bluff subsequently crossed out; title on typescript printed as Blind man's buff. aEnglish words. bStaff notation. aMusic by Ellington, lyrics by Trent. aEarliest known copyright deposit of music by Ellington. 0aPopular musicy1921-1930. 7aScores.2lcgft 7aSongs.2lcgft 7aPopular music.2lcgft1 aTrent, Jo,elyricist. a92bPUL03610ngm a22007457i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028003000144028003200174035002200206041002800228046001500256050002500271245016100296246006100457246005200518250002800570257001700598264004900615264001100664300011900675336005000794337002300844338003000867340001900897344005300916347007100969380002701040538016001067500002601227532003401253546008401287500005201371500005301423500002601476511012001502508009601622520016701718500008001885500014701965521003802112500008802150650002502238650002002263650001702283655003902300655003902339655003102378655003102409655002602440655002602466655005402492700008902546700004002635700004502675700003902720710004102759773005202800994001202852on1390685481OCoLC20230718213016.0vd csaizm230712t20222022sw 108 vlswe  a 2023600552 aDLCbengerdacDLC1 a81445602541442aVS-396AbVinegar Syndrome42aVS-396UHDbVinegar Syndrome a(OCoLC)13906854811 asweaengjengpenghswe k19732edtf00aDVE8020(viewingcopy)00aThriller, a cruel picture /cBo A. Vibenius presents ; screenplay by Bo A. Vibenius ; produced by Bo A. Vibenius ; directed by Alex Fridolinski ; BAV Films.1 iFormerly released in the U.S. as:aThey call her one eye1 iOriginal language title:aThriller en grym film aUncut festival version. aSweden.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (108 min.) :bsound, color ;c4 3/4 in.e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aAspect ratio, 1.66:1.1 aClosed captioning in English. aSwedish with optional English subtitles, or optional dubbed English soundtrack. aBased on an original story by Alex Fridolinski. aOriginally produced as a motion picture in 1973. aTitle from container.1 aChristina Lindberg, Heinz Hopf, Per Axel Arosenius, Solveig Andersson, Bjorn Kristiansson, Marie Louise Mannervall. aDirector of photography, Andreas Bellis ; music, Ralph Lundsten ; editor, Brian Wikström. a"A young woman, rendered mute after a childhood sexual assault, is trained to seek violent revenge on those who kidnapped and forced her into prostitution"--IMDb. aIncludes commentary track with author and critic Alexandra Heller-Nicholas. aAlso includes two Blu-ray videodiscs with a copy of the movie and the English dubbed theatrical version. Includes additional special features. aContains explicit sexual content. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aMute personsvDrama. 0aRevengevDrama. 0aRapevDrama. 7aAction and adventure films.2lcgft 7aThrillers (Motion pictures)2lcgft 7aPornographic films.2lcgft 7aExploitation films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aVibenius, Bo Arne,d1943-epresenter,efilm director,efilm producer,escreenwriter.1 aLindberg, Christina,d1950-eactor.1 aArosenius, Per-Axel,d1920-1981,eactor.1 aLundsten, Ralph,d1936-ecomposer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01444njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003200149035002200181042001400203245005200217246002500269264005100294264001100345300005000356336003700406337002300443338003100466340001900497344001800516344001500534344002300549344001900572500002600591511001400617518011500631505009700746650002700843650002800870655002300898655003500921710004200956994001200998on1390685485OCoLC20230718213016.0sd bsmennmplud230712p20212020xxkrcnn n eng d a 2023627516 aTDFbengerdacDLC10a60456558011502aHMRLP014bHive Mind Records a(OCoLC)1390685485 alccopycat00aEau'd to a fake bookie.nVol 1 & 2 /cWet Tuna.3 aOde to a fake bookie 1a[United Kingdom] :bHive Mind Records,c[2021] 4c©2021 a2 audio discs :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from container.0 aWet Tuna. oRecordedd2020 January and spring/summerpGreen Extensions, Sweet Pond, Hotel Bardo, Fort Future, Spacemind 2.0 aWhen I get home -- Water train -- Fallin' like fominoes ; THTC -- Deal>Dealin' ; Baudelaire. 0aRock musicy2011-2020. 0aPsychedelic rock music. 7aRock music.2lcgft 7aPsychedelic rock music.2lcgft2 aWet Tuna (Musical group),eperformer. a92bPUL00977njm a22003135i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132035002200150042001000172100003500182240002300217245009600240246001500336264005400351300004200405336003700447337002300484338003100507500001800538500003300556650003800589700002400627994001200651on1390685548OCoLC20230718213016.0sd fsngnnmnned160926s2016 bl ppnn n por  a 2016309156 aDLCbengerdacDLC3 a7898539573200 a(OCoLC)1390685548 alcode1 aSilva, Abel,d1943-ecomposer.10aSongs.kSelections10aA bel prazer Abel Silva :bletras e canções inéditas /cSimone [and thirteen others].3 aAbel Silva 1a[Rio de Janeiro, Brazil] :bBiscoito Fino,c2016. a1 audio disc :bCD audio ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aCompact disc. aProduction level cataloging. 0aPopular musiczBrazily2011-2020.0 aSimone,eperformer. a92bPUL02484nkd a2200481 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148245006100160260002800221300010000249336003300349337002800382338002600410520032900436540015600765500004000921500003600961506003600997545013901033555007901172650004301251650004901294650003901343650003501382650004901417650004801466650004101514650004101555655004401596655003901640655004101679655004501720773009501765856006101860856006901921994001201990on1390685549OCoLC20230718213016.0kh b|o230711q19171919it nnn knund  a 2023631485 aDLCbengedcrmgcDLC a(OCoLC)1390685549 ae-it---00a[Activities at a child care facility, Italy]h[graphic]. c[between 1917 and 1919] a23 photographs in 1 album :bgelatin silver prints ;calbum 23 x 32 cm, photographs 17 x 24 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show children with women staff, possibly nuns, at a childcare facility. Children are depicted seated and standing outdoors, in a classroom, listening to a woman play a keyboard instrument outside, eating indoors and outdoors, posed with gardening tools, outside a large building and walking in a circle outdoors. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title devised by Library staff. aNo captions or text with album.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001 4aWorld War, 1914-1918xChildrenzItaly. 4aWorld War, 1914-1918xSocial aspectszItaly. 7aChildrenzItalyy1910-1920.2lctgm 7aNunszItalyy1910-1920.2lctgm 7aInstitutional carezItalyy1910-1920.2lctgm 7aEating & drinkingzItalyy1910-1920.2lctgm 7aClassroomszItalyy1910-1920.2lctgm 7aWar reliefzItalyy1910-1920.2lctgm 7aPortrait photographsy1910-1920.2gmgpc 7aGroup portraitsy1910-1920.2gmgpc 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL03352ngm a22003613a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245011000160246008400270257001200354260008400366300008400450490002800534520018700562500003100749505041000780505027901190505030801469505093701777508006302714655003002777655002102807655003002828700003402858710008602892994001202978on1390685702OCoLC20230718213016.0vd cvaiz|230617s2010 ao 360 vlpor  a 2023323649 aDLCbengeamimcDLC a(OCoLC)1390685702 alcode00aPoligamia ou adultério? :bmesa redonda, 5 de Março de 2010 /cFundação António Agostinho Neto.1 iTitle from container and disc label:aMesa redonda :bpoligamia ou adultério? aAngola. aLuanda, República de Angola :bFundação António Agostinho Neto,c[2010] a4 videodiscs of 4 (DVD) (ca. 360 min.) :bsd., col. ;c4 3/4 in.3viewing copy.0 aDíalogos em família aVideorecording of the proceedings of a conference on polygamy and the Angolan family, sponsored by Fundação António Agostinho Neto and held in Luanda, Angola, on March 5, 2010. aTitle from opening screen.0 aParte 1. Discurso de abertura dos diálogos em família / Dra. Guilhermina Prata, Ministra da Justiça -- Encenação com Luí́s Dias e Josefina Dias -- O fundamento da família: como casal constrói a família / Frei João Domingos, teólogo -- Dr. Pedro Fançony, jurista: Moderador -- Algumas reflexões a poligamia na sociedade Angolana / Dra. Fátima Viegas, socióloga -- Diálogos.0 aParte 2. Algumas reflexões sobre a poligamia / Dra. Fátima Viegas, socióloga -- Dr. Pedro Fançony, jurista: Moderador -- Poligamia ou adultério, âmbito cultural Bantu / Dr. Makuta Nkondo, biólogo -- Dr. Artur Filipe Vidal, historiador: Moderador -- Diálogos.0 aParte 3. Sistemas de acasalamento nos animais / Dra. Maria da Encarnação Pimenta, psicóloga -- A poligamia no Mali: pode falar-se em adultério? / Dr. Farouk Camra, sóciopedagogo e embaixador do Mali -- Poligamia e adultério, que relação? / Dr. Laurindo Vieira, sociólogo -- Diálogos.0 aParte 4. Sistemas de acasalamento nos animais / Dra. Maria da Encarnação Pimenta, psicóloga -- Poligamia e adultério, que relação? / Dr. Laurindo Vieira, sociólogo -- A poligamia no Mali: pode falar-se em adultério? / Dr. Farouk Camra, sóciopedagogo e embaixador do Mali -- A poligamia e o adultério, uma experéncia da polícia nacional na prespectiva do género / Dra. Laurinda Baptista, psicóloga e Inspectora Chefe da Polícia Nacional -- A poligamia e o adultério no âmbiti da Constituição Angolana, numa época de enormes liberdades sexuais como conjugar a liberdade, a ética e a moral? / Dra. Adélia de Carvalho, Mestre em Relações Internacionais -- Enquadramento histórico-filosófico e jurídico-político, realidade sócio-cultural da poligamia e do adultério / Dr. João Pinto Jurista -- Diálogos -- Conclusões da Mesa Redonda / Maria Dalva, mestre de cerimónias. aDirection and production, FAAN ; coordination, Irene Neto. 7aDocumentary films.2lcgft 7aSpeeches.2lcgft 7aPanel discussions.2lcgft1 aNeto, Irene Alexandra,d1961-2 aFundação Dr. António Agostinho Neto,esponsoring body,eproduction company. a92bPUL01544ncm a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094024001700117028002600134035002200160042000800182050001000190100002800200245010500228264004400333264006800377264001100445300003200456306001100488336003500499337002800534338002700562348001800589348002700607382004900634500009800683546001900781546002000800500002100820650005700841655002500898655001900923700009900942700005701041994001201098on1390685716OCoLC20230718213016.0230714t20082008aluuul n eng  a 2020564184 aDLCbengerdacDLC1 a88408821432662a08748110bHal Leonard a(OCoLC)1390685716 apcc00aM20721 aFettke, Tom,ecomposer.14aThe light medley :bwith For unto us a child is born & In the first light /carranged by Tom Fettke. 1aMobile, AL :bIntegrity Choral,c[2008] 2aMilwaukee, Wisconsin :bexclusively distributed by Hal Leonard. 4c©2008 a1 score (14 pages) ;c27 cm a000400 anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm cstaff notation2rdafmn01amixed chorusvSATBe1apianon1r1t12lcmpt aFor mixed chorus (SATB) and piano; parts for instrumental accompaniment published separately. aEnglish words. bStaff notation. aDuration: 4 min. 0aChoruses, Sacred (Mixed voices, 4 parts) with piano. 7aSacred music.2lcgft 7aScores.2lcgft1 iBased on (work):aHandel, George Frideric,d1685-1759.tMessiah.pFor unto us a child is born.1 iBased on (work):aKauflin, Bob.tIn the first light. a92bPUL01452ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245021500163246002600378264007300404300004700477336003500524337002800559338002700587490002900614500003500643500001900678546002000697650003500717655003000752655003000782655001900812700004700831730007700878773012300955994001201078on1390685717OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561416 aDLCbengerdacDLC a(OCoLC)1390685717 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a Paul Bern production "The dressmaker from Paris" with Leatrice Joy, Ernest Torrence and the fourteen international beauty models /cmusic compiled by James C. Bradford.30aDressmaker from Paris 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDressmaker from Paris (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 11w(DLC) 2018571961 a92bPUL00916njm a22002413a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109024001700127035002200144245004900166260004500215300004100260511008700301500001800388505021100406500001800617650002700635994001200662on1390685723OCoLC20230718213016.0sd fsngnnmmned140228s2009 courcnn n eng  a 2014615901 aDLCbengcDLC1 a802114273024 a(OCoLC)139068572300aBlumatchuh[sound recording] /cJerry Rasch. a[Golden, Colo.?] :bJerry Rasch,c[2009] a1 sound disc :bdigital ;c4 3/4 in.0 aJerry Rasch, guitar, vocals, harmonica, mandolin, bass ; with assisting musicians. aCompact disc.0 aWise old fool of a boy -- Suffering in stereo -- Graffiti winds -- Blumatchu -- Sleeping with a monster -- Tried -- Down at the club -- Listen here -- Suffering in the lounge -- Crescent moon -- 13 stories. aBrief record. 0aRock musicy2001-2010. a92bPUL01671nem a2200421 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001700241110007100258245016000329246002200489246003700511255007000548264008500618300005500703336004000758337002800798338002600826500002200852500003200874500003400906500003300940500005100973500005401024546004601078650004501124650004601169655002201215994001201237on1390685724OCoLC20230718213016.0aj canzn230707s1995 sa a 1 eng  a 2023591374 aDLCbengerdacDLC1 aab1500000dE0170000eE0220000fS0290000gS0350000 a(OCoLC)13906857240 aengaafr00aG8503.W4P2 1995b.A9 a8503bW4bN62 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Cape Western area =bAARSA reisdiens, Wes-Kaap gebied /ccompiled, drawn and published by the Automobile Association of South Africa.30aCape Western area31aAARSA reisdiens, Wes-Kaap gebied aScale 1:1,500,000. 1 cm = 15 kmc(E 17°--E 22°/S 29°--S 35°). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1995] a1 map :bcolor ;c47 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner: PM-1. aIn lower left corner: 954/21. aMap printed in two segments. aIncludes coverage map and color illustrations. aDescriptive index to points of interest on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazWestern CapevMaps. 0aRoadszSouth AfricazNorthern CapevMaps. 7aRoad maps.2lcgft a92bPUL02137nkd a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100004200207245018600249260003300435300006900468336003300537337002800570338002600598540015800624500003600782530008500818500010100903500015001004580009801154600006301252600003701315650005701352650005401409650004101463655003301504773010001537856009001637994001201727on1390685725OCoLC20230718213016.0kg bi|230717s1960 xxunnn kneng  a 2023631497 aDLCbengedcrmgcDLC a(OCoLC)1390685725 aLC-DIG-ppmsca-83279bDLCc(digital file from original)1 aO'Halloran, Thomas J.,ephotographer.10a[Vice President Richard M. Nixon and his wife Pat Nixon, standing on a platform, waving to a crowd at a stop during his1960 presidential campaign, Atlantic, Iowa]h[graphic] /cTOH. c09/26/60 [26 September 1960] a1 photograph :bsafety negative ;cfilm width 35mm (roll format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. For information see "U.S. News & World Report Magazine Collection,"uhttps://www.loc.gov/rr/print/res/078_usnw.html aTitle devised by Library staff. aContact sheet available for reference purposes: USN&WR COLL - Job no. 4951,b12. aRelated log book caption from USN&WR COLL - Job no. 4951: "Nixon Campaign Trip. 09/26/1960 TOH." aRelated log book caption from USN&WR COLL - Job no. 4951: "Nixon campaign trip Frames 4-31 - Box picnic and rally at Atlantic, Iowa TOH 9-26-60." aForms part of: U.S. News & World Report Magazine Photograph Collection (Library of Congress).14aNixon, Richard M.q(Richard Milhous),d1913-1994xTravels.14aNixon, Pat,d1912-1993xTravels. 7aPresidential electionszIowazAtlanticy1960.2lctgm 7aPolitical campaignszIowazAtlanticy1960.2lctgm 7aCrowdszIowazAtlanticy1960.2lctgm 7aFilm negativesy1960.2gmgpc0 tU.S. News & World Report Magazine Photograph Collection (Library of Congress)w(DLC) 92517073413digital file from originaldppmscaf83279qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.83279 a92bPUL01851nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245012000283260010300403300008000506336003300586337002800619338002600647540004200673500003300715500001100748500004500759500026700804651004801071650004501119650004401164655003101208655003401239655003801273700003601311856009401347994001201441on1390685726OCoLC20230718213016.0kh |o|230713s1900 enknnn kneng  a 2023635241 aDLCbengedcrmgcDLC aD15686bU.S. Copyright Office. a(OCoLC)1390685726 aLC-DIG-stereo-1s48029bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aMission children, with one little American girl, Canton, China--thousands of such massacred by "Boxers"h[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1900. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1900 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 12). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aChildrenzChinazGuangzhouy1900.2lctgm 7aWaitingzChinazGuangzhouy1900.2lctgm 7aStereographsy1900.2gmgpc 7aGroup portraitsy1900.2gmgpc 7aPhotographic printsy1900.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48029qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48029 a92bPUL02726ngm a22005657i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002400144035002200168041002800190046001500218050002500233245012700258257002400385264004200409264001100451300010900462336005000571337002300621338003000644340001900674344005300693347007100746380002700817538016000844500002601004532003401030546004501064500005301109500002601162511012601188508005801314520018701372500014301559500004701702521003801749500013101787655003101918655002601949655005401975700003102029700003602060773005202096994001202148on1390685758OCoLC20230718213016.0vd csaizm230711t20222022xxu094 vleng  a 2023600551 aDLCbengerdacDLC1 a81445602516242aPEEK-012bPeekarama a(OCoLC)13906857581 aengafraagerpengheng k19842edtf00aDVE8019(viewingcopy)00aStiff competition /cCaballero Control Corporation (CCC) ; director and producer, Paul Vatelli ; writer, Colin De Jacques. aUnited States.2naf 1a[United States] :bPeekarama,c[2022] 4c©2022 3viewing copya1 videodisc (94 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOptional French and German audio tracks. aOriginally released as a motion picture in 1984. aTitle from container.1 aGina Carrera, Cyndee Summers, Patty Plenty, Bridgette Monet, Kitten Natividad, John Leslie, Herschel Savage, Pual Thomas. aCinematography, Frisby Fulton ; editor, Drake Petero. a"In one corner of the ring stand some of the hunkiest men imaginable, in the other stand four gorgeous, hard-working ladies, one of whom will win $50,000 cash"-- Letterboxd WWW site. aSpecial features: feature length audio interview with lead actress Gina Carrera by historian Casey Scott; interview with Kitten Natividad. aAlso includes a Blu-ray copy of the movie. aContains explicit sexual content. aSources used: videodisc container; Letterboxd WWW site, viewed July 11, 2023; Internet movie database WWW site, July 11, 2023. 7aPornographic films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aNatividad, Kitten,eactor.1 aSavage, Herscheld1952-eactor.0 tSnelson (John) Collection (Library of Congress) a92bPUL01651nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014300257260002200400300009400422336003300516337002800549338002600577540004200603500003600645500002100681506018500702580006500887600007000952600007601022650005501098655004601153856009001199994001201289on1390685759OCoLC20230718213016.0kl co|230711s1893 riunnn kneng  a 2023634697 aDLCbengedcrmgcDLC a(OCoLC)1390685759 aLC-DIG-ppmsca-87306bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan.]h[graphic] /cR. M. Hunt, Arch't. cFebruary 7, 1893. a1 drawing :bgraphite and watercolor on tracing paper on paper mount ;csheet 41 x 60 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aInitials: E.L.M. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87306qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87306 a92bPUL01887nem a2200493 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172050002300194052002500217110006100242245012800303246008800431246004200519250001700561255003400578264007000612264001100682300007600693336004000769337002800809338002600837490003300863490001500896500001700911500008300928500005801011500006801069500008001137651002901217651002601246651002601272651003601298655001701334710003001351994001201381on1390685800OCoLC20230718213016.0aj canzn230717t19961996at a 1 eng  a 2023592550 aDLCbengerdacDLC a9780731907762 a07319077601 aab18000 a(OCoLC)139068580000aG8964.K3 1996b.U5 a8964bK3bB575bN5842 aUniversal Business Directories Pty. Ltd.,ecartographer.10aNortham to Kalgoorlie :bUBD Australia : including Coolgardie, Merredin, Southern Cross & York /cUniversal Press Pty. Ltd.3 aNortham to Kalgoorlie, UBD Australia, Coolgardie, Merredin, Southern Cross and York1 iTitle within map:aKalgoorlie/Boulder a2nd edition. aScale approximately 1:18,000. 1aOsborne Park, W.A. :bUBD, a division of Universal Press,c[1996] 4c©1996 a1 map :bcolor ;c50 x 37 cm, on sheet 81 x 63 cm, folded to 25 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aWestern Australia map series0 aMap ;v683 aPanel title. aIncludes 2 insets, district map, index, advertisements and color illustration. aInset: Kalgoorlie town centre -- Boulder town centre. aIndex, 5 maps, color advertisements and illustrations on verso. aMaps on verso: Northam -- York -- Coolgardie -- Southern Cross -- Merredin. 0aKalgoorlie (W.A.)vMaps. 0aBoulder (W.A.)vMaps. 0aNortham (W.A.)vMaps. 0aKalgoorlie Region (Vic.)vMaps. 7aMaps.2lcgft2 aUniversal Press Pty. Ltd. a92bPUL01885nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245014500282260010300427300008000530336003300610337002800643338002600671540004200697500003300739500001100772500004500783500026700828651004801095650004101143650004101184650004101225655003601266655004301302700003601345856009401381994001201475on1390685801OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637592 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390685801 aLC-DIG-stereo-1s48097bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aNorth from Ha-ta-men (gate) over scene of the German minister Baron Ketteler's murder--now called Ketteler Street, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 70). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48097qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48097 a92bPUL01360njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002500149035002200174245002600196264005100222264001200273300004900285336003700334337002300371338003100394340001900425344001800444344001500462344002300477344001900500500002700519511012800546500002200674505016700696650002700863650002800890710004400918994001200962on1390685856OCoLC20230718213016.0sd bsmennmplue230714s2010 nyurcnn d n eng  a 2023625628 aDLCbengerdacDLC1 a60252732076202aB0013972-01bMercury a(OCoLC)139068585600aHabits /cNeon Trees. 1aNew York :bMercury :bIsland Def Jam,c[2010] 4c℗2010 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label.0 aNeon Trees (Tyler Glenn, vocals, keyboards ; Chris Allen, guitar ; Branden Campbell, bass ; Elaine Bradley, vocals, drums). aLyrics on insert.0 aSins of my youth -- Love and affection -- Animal -- Your surrender -- 1983 -- Girls and boys in school -- In the next room -- Our war -- Helpless -- Farther down. 0aRock musicy2001-2010. 0aAlternative rock music.2 aNeon Trees (Musical group),eperformer. a92bPUL01309ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008000163246002200243264007300265300004700338336003500385337002800420338002700448490002900475500003500504500001900539546002000558650003500578655003000613655003000643655001900673700004700692730007300739773012300812994001200935on1390685857OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561449 aDLCbengerdacDLC a(OCoLC)1390685857 apcc00aML31b.C59500aHarold Lloyd in "For heaven's sake' /cmusic compiled by James C. Bradford.30aFor heaven's sake 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFor heaven's sake (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 44w(DLC) 2018571961 a92bPUL05200ngm a2200733 a 4500001001300000003000600013005001700019007002400036007000700060007002400067007002400091008004100115010001700156040002400173017004400197033000900241035002200250046001500272245009700287250002800384257001800412260004400430300007400474300007300548300008900621300007100710500009900781500016800880500005801048500025501106511017101361518002301532520109701555500007402652500010502726500009102831500043702922581012903359650003003488650002103518655002503539655002503564655002403589655002603613700004603639700005903685700004103744700004103785700004103826700004703867700004003914700004303954700003903997700003704036700004204073700004904115710004904164710005204213710005404265730004304319773005004362786004204412994001204454on1390685858OCoLC20230718213016.0mr bf dnnaranna|------kh bo mr bf dnnbdanna|------mr bf dnnaeanna|------230505s1913 dk --- mlzxx  a 2023602005 aDLCbengeamimcDLC aJ168441aJ168442bU.S. Copyright Office 0b6920 a(OCoLC)1390685858 k19122edtf04aThe two convicts /cNordisk Films ; directed by August Blom ; screenplay, Nicolai Brechling. a[U.S. release version]. aDenmark.2naf aUnited States :bGreat Northern,c1913. 3viewing printa2 film reels of 2 on 1 (713 ft.) :bsi., b&w ;c16 mm. 3dupe neg pica2 film reels of 2 on 1 (713 ft.) :bsi., b&w ;c16 mm. 3master pos pica2 film reels of 2 on 1 (approximately 700 ft.) :bsi., b&w ;c16 mm. 3paper posa2 rolls of 2 (approximately 2,050 ft.) :bb&w ;c35 mm. aAdapted from the play by Jens Christian Hostrup, first performed at the Royal Theater in 1848. aOriginally released in Denmark in 1912 by Fotorama under the title, Eventyr paa fodrejsen. Original length, two 35 mm reels, 625 meters (approximately 2,050 feet). aCopyright: Ingevald C. Oes; 1c 22Apr1912; J168441-42. aErroneous Danish titles from Niver's Early motion pictures, p. 341, Politimesteren, and, Tughusfangerne nr. 10 og 13 are actually variant titles for a different Danish film: Den Undvegne, 1911, directed by August Blom from a script by Alfred Kjerulf.1 aThorkild Roose, Dagny Schyberg, Zanny Petersen, Frederik Christensen, Henry Seemann, Nicolai Brechling, Einar Zangenberg, H.C. Nilsen, Karen Poulsen, Hr. V. Petersen. aFilmed in Denmark. aTwo young tourists, Beck and Lind, make their appearance in a country place. About the time of their arrival, Black Bill and another convict escape from a prison in the neighborhood. The convicts discard their prison garb and come across the tourists. The former decide upon a ruse and inform the local magistrate that two escaped convicts are in the vicinity disguised as tourists. In the meantime, the latter are enjoying the hospitality of a wealthy resident and his daughter and niece. During the night, Black Bill enters the house and steals a wallet belonging to Lind. As he makes his escape, Lind, the tourist, nabs him. Instead of turning him over to the police, he allows him to go free and gives him the wallet. The following morning, the magistrate appears and accuses the tourists of being the escaped convicts. The family, especially the young women, insist that the accusation is unfounded. As Beck and Lind are about to be arrested, Black Bill appears and returns the purse to Lind. The tourists, cleared of wrongdoing, propose to the young women of the house and are accepted. aParts of summary from the Moving picture world, v. 16, no. 6, p. 603. aPaper print shelf numbers (LC 2759, LC 2760) were changed when the paper prints were re-housed.5DLC aAdditional holdings for this title may be available. Contact reference librarian.5DLC aSources used: Niver, R. Early motion pictures, p. 341; Bergsten, B. The Great Dane and the Great Northern Film Company, p. 37-41; Danske Filminstitut WWW site ( entry & film program notes) viewed May 5, 2023; Dansk film database viewed May 5, 2023; Moving picture world, v. 16, no. 3 (April 19, 1913), p. 312, p. 320 and Moving picture world, v. 16, no. 6 (May 10, 1913), p. 603 viewed May 5, 2023 via the Internet Archive WWW site. aEarly motion pictures : the Paper Print Collection in the Library of Congress / by Kemp R. Niver. Library of Congress. 1985. 0aEscaped prisonersvHumor. 0aTouristsvHumor. 7aComedy films.2lcgft 7aSilent films.2lcgft 7aShort films.2lcgft 7aFiction films.2lcgft1 aBlom, August,d1869-1947,efilm director.1 aBrechling, Nicolai,d1883-1935,escreenwriter,eactor.1 aRoose, Thorkild,d1874-1961,eactor.1 aSchyberg, Dagny,d1885-1917,eactor.1 aPetersen, Zanny,d1892-1976,eactor.1 aChristensen, Frederik,d1847-1929,eactor.1 aSeemann, Henry,d1875-1948,eactor.1 aZangenberg, Einar,d1882-1918,eactor.1 aNilsen, H. C.,d1880-1941,eactor.1 aLund, Karen,d1881-1953,eactor.1 aHostrup, C.q(Christian),d1818-1892.1 aOes, Ingvald C.,d1882-ecopyright claimant.2 aNordisk films kompagni,eproduction company.2 aGreat Northern Film Company,efilm distributor.2 aPaper Print Collection (Library of Congress)5DLC0 aEventyr paa fodrejsen (Motion picture)0 tNiver (Kemp) Collection (Library of Congress)18tThe two convictsw(DLC) 145051nMAVIS a92bPUL02078nem a2200493 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041003300194050002700227052001300254110005800267245018700325246005200512246005100564246004800615255002000663264006400683300005600747336004000803337002800843338002600871490001300897500002200910500003700932500011000969500002901079500008801108500011501196546007601311651002801387651003501415650005501450650004201505655002501547994001201572on1390685940OCoLC20230718213016.0aj canzn230717s2006 sz a 1 ger  a 2023591404 aDLCbengerdacDLC a9783828305809 a38283058061 aab15000 a(OCoLC)13906859400 ageraengafreaitaadutaswe00aG6714.F5E635 2006b.H3 a6714bF52 aHallwag Kümmerly + Frey,ecartographer,epublisher.10aFlorenz :bZentrum, Verkehrsplan, Index = Florence : centre, public transport map, index = Firenze : centro, pianta del traffico, indice = Florence : centre, transport public, index.31aFlorence :bcentre, public transport map, index31aFirenze :bcentro, pianta del traffico, indice31aFlorence :bcentre, transport public, index aScale 1:15,000. 1aSchönbühl-Bern :bHallwag Kümmerly + Frey AG,c[2006] a1 map :bcolor ;c64 x 86 cm, folded to 23 x 11 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aCity map aTitle from panel. aIn lower right corner: 03060407. aIn lower left corner: Laufzeit bis 2007, Valid until 2007, Recommandé jusqu'en 2007, Validità a 2007. a"Hallwag international." aAncillary maps: [City Center] -- [Florence Region] -- Mappa schematica delle linee. aIndexes to street names, emergency services, transportation, and tourist sites and emergency numbers on verso. aText and legend in German, English, French, Italian, Dutch and Swedish. 0aFlorence (Italy)vMaps. 0aFlorence Region (Italy)vMaps. 0aCentral business districtszItalyzFlorencevMaps. 0aLocal transitzItalyzFlorencevMaps. 7aTourist maps.2lcgft a92bPUL01815nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034005400133035002200187050002600209052001300235110005600248245015900304246005400463255007200517264012300589264001100712300006700723336004000790337002800830338002600858490004300884500004700927500005800974650004701032655001701079880005201096880015601148880010101304994001201405on1390685941OCoLC20230718213016.0aj canzn230714t19901990ja ag a f 0 jpn  a 2023592544 aDLCbengerdacDLC c$11 aab200000dE1393000eE1410000fN0400000gN0390000 a(OCoLC)139068594100aG7963.A5C95 1990b.C5 a7963bA51 6880-01aChishitsu Chōsajo (Japan),ecartographer.106880-02aAkita chiiki jūryokuzu (Būgē ijō) /cChishitsu Chōsajo = Gravity map of Akita District (Bouguer anomalies) / Geological Survey of Japan.31aGravity map of Akita District (Bouguer anomalies) aScale 1:200,000c(E 139°30ʹ--E 141°00ʹ/N 40°00ʹ--N 39°00ʹ). 16880-03aTsukuba-shi, Ibaraki-ken :bTsūshō Sangyōshō Kōgyō Gijutsuin Chishitsu Chōsajo,cHeisei 2 [1990] 4c©1990 a1 map :bcolor ;c84 x 76 cm, , folded in envelope 31 x 22 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aJūryokuzu =aGravity map series ;v2 aRelief shown by contours and spot heights. aIncludes inset "Henshu ̄shiryō kubunzu" and notes. 0aGravity anomalieszJapanzAkita-kenvMaps. 7aMaps.2lcgft1 6110-01a地質調查所 (Japan),ecartographer.106245-02a秋田地域重力図 (ブーゲー異常) /c地質調查所 = Gravity map of Akita District (Bouguer anomalies) / Geological Survey of Japan. 16264-03aつくば市茨城県 :b通商産業省工業技術院地質調查所,c平成 2 [1990] a92bPUL01431ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245020800163246001600371264007300387300004700460336003500507337002800542338002700570490002900597500003500626500001900661546002000680650003500700655003000735655003000765655001900795700004700814730007400861773012200935994001201057on1390686010OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561410 aDLCbengerdacDLC a(OCoLC)1390686010 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Zane Grey's "Desert gold," a George B. Seitz production with Neil Hamilton, Shirley Mason, William Powell and Robert Frazer /cmusic compiled by James C. Bradford.30aDesert gold 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDesert gold (Motion picture : 1926)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 5w(DLC) 2018571961 a92bPUL00987njm a22002893i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132042001000154245002500164264005300189300003800242336003700280337002000317338002700337340001900364500003400383500002600417500003400443505018400477546002400661994001200685on1390686011OCoLC20230718213016.0sd csmennmplue230713s2017 io sgnn n ind  a 2023330269 aDLCbengerdacDLC a(OCoLC)1390686011 alcode00aCermin /cGod Bless. 1a[Jakarta, Indonesia] :bRumah Musik Kita,c2017. a2 audio discs :banalog ;c12 in. aperformed musicbprm2rdacontent aaudio2rdamedia aaudio disc2rdacarrier avinyl.2rdamat aIndonesian heavy metal songs. aTitle from container. aLyrics inserted in container.0 aMusisi -- Cermin -- Balada sejuta wajah -- Anak adam -- Sodom gomorah -- Tuan tanah -- Ingat -- Selamat pagi Indonesia -- Insan sesat -- Damai -- Kukuh -- Bukan mimpi bukan ilusi. aSung in Indonesian. a92bPUL01905nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245019800257260002300455300005700478336003300535337002800568338002600596540004200622500003600664500006100700500002100761500001700782506018500799580006500984600007001049600007601119650005501195650005501250650005401305655004601359856009001405994001201495on1390686012OCoLC20230718213016.0kl co|230711s1891 riunnn kneng  a 2023634291 aDLCbengedcrmgcDLC a(OCoLC)1390686012 aLC-DIG-ppmsca-87289bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Iron grilles for doors and windows on main staircase landing.]p[Elevations.]h[graphic] /cR. M. Hunt, Arch't. cNovember 16, 1891. a1 drawing :bblueprint on paper ;csheet 26 x 25 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aStamped on drawing: "Return to Richard M. Hunt, Arch't." aDrawing no. 203. aSigned: ELM. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aIronworkzRhode IslandzNewporty1890-1900.2lctgm 7aGrilleszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87289qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87289 a92bPUL01597ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014100163264007400304300004700378336003500425337002800460338002700488490002900515500003500544500001900579500003600598546002000634650003500654655003000689655003000719655001900749730007100768773012300839787026100962994001201223on1390686073OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561419 aDLCbengerdacDLC a(OCoLC)1390686073 apcc00aML31b.C59505a"The eagle's feather" directed by Edward Sloman with a notable cast including: James Kirkwood, Lester Cuneo, Mary Alden, Rosemary Theby. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft0 iMusic for motion picture (work):aEagle's feather (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 14w(DLC) 201857196108iRelated manifestation of item:t"The eagle's feather" directed by Edward Sloman with a notable cast including: James Kirkwood, Lester Cuneo, Mary Alden, Rosemary Theby.dNew York City : Cameo Music Publishing Co., Inc., [not before 1923]w(DLC) 2022561420 a92bPUL01273nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002500154052001300179245004800192255001900240264005700259300004800316336004000364337002800404338002600432490004700458534006200505500007500567505009800642651004500740651003600785655002300821655001700844710003800861994001200899on1390686074OCoLC20230718213016.0aj canzn230712r19771882ie b 0 eng  a 2023585554 aDLCbengerdacDLC0 aa a(OCoLC)139068607400aG8503.T7S1 svarb.K4 a8503bT700aKeate Award territory :b[Transvaal State]. aScales difeer. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a<4> maps :bcolor ;c86 x 55 cm or smaller. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v70, 71, 72, 78 pOriginal version:cLondon : Dangerfield Lith., 1880-1882. aMap reprinted from the IUP series of the British Parliamentary papers.1 aMap No. 1. Dec. 1880 -- Map No. 2. Nov. 1880 -- Map No. 4. Nov. 1880 -- Anexure N. Oct. 1882. 0aTransvaal (South Africa)xHistoryvMaps. 0aTransvaal (South Africa)vMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01586nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002800377300007900405336003300484337002800517338002600545540004200571500003600613506018500649580006500834600007000899600007600969650005501045655004601100856009001146994001201236on1390686075OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634704 aDLCbengedcrmgcDLC a(OCoLC)1390686075 aLC-DIG-ppmsca-87313bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 33 x 51 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87313qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87313 a92bPUL01675ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015900163246002800322264007000350300004700420336003500467337002800502338002700530490002900557500003500586500003600621546002000657650003500677655003000712655003000742655001900772700004700791730008600838773012300924787024201047994001201289on1390686094OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561467 aDLCbengerdacDLC a(OCoLC)1390686094 apcc00aML31b.C59500aEdwin Carewe's production of David Belasco's great stage success "The girl of the golden West," a First National picture /ccompiled by James C. Bradford.30aGirl of the golden West 1aNew York City :bCameo Music Publishing, Inc.,c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGirl of the golden West (Motion picture : 1923)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 12w(DLC) 201857196108iRelated manifestation of item:tEdwin Carewe's production of David Belasco's great stage success "The girl of the golden West," a First National picture.dNew York City : Cameo Music Publishing, Inc., [not before 1923]w(DLC) 2022561468 a92bPUL01398ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016900163246002200332264007300354300004700427336003500474337002800509338002700537490002900564500003500593500001900628546002000647650003500667655003000702655003000732655001900762700004700781730007300828773012300901994001201024on1390686115OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561388 aDLCbengerdacDLC a(OCoLC)1390686115 apcc00aML31b.C59500aCarl Laemmle presents "The Cohens and Kellys," a Harry Pollard production with George Sidney, Charles Murray and Vera Gordon /cmusic compiled by James C. Bradford.30aCohens and Kellys 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCohens and Kellys (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 33w(DLC) 2018571961 a92bPUL02232nem a2200433 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002600161052001300187100004200200245046900242255003400711264013300745300004100878336004000919337002800959338002600987500002201013500003001035500018901065500007001254510003301324530007901357650004901436650004601485650005201531655002701583655002201610662004801632700003801680856006801718994001201786on1390686116OCoLC20230718213016.0aj canzn120808s1860 meud a 0 eng  a 2012592370 aDLCbengerdacDLC1 aab63360 a(OCoLC)139068611600aG3733.S6G46 1860b.C5 a3733bS61 aChace, J.,ecartographer,epublisher.10aMap of Somerset County, Maine /cfrom actual surveys for and under the direction of J. Chace Jr., civil and topographical engineer and map publisher ; field notes taken by J.L. Page, topogl. engr., N.Y. ; drawn by J.B. McChesney, A.B. Troy, N.Y. ; northern portion surveyed compiled and drawn by J.J. Batchelor, Portland ; village plans made by J. Chace Jr. & J.J. Batchelor, Portland, and A.F. church, Portland, Me ; engraved, colored and mounted by Wm. H. Rease. aScale approximately 1:63,360. 1aPortland and Philadelphia :bJ. Chace Jr., publisher :bD.S. Stinson, topogr. engr., assistant publisher & general agent,c1860. a1 map :bhand colored,c169 x 132 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aShows landowners. aRelief shown by hachures. aIncludes color illustrations, distance table, statistics table, directories, 29 insets of towns and villages, text, decorate border, and inset of "Northern portion of Somerset County." aLC copy sectioned in six and mounted on two sheets of cloth.5DLC4 aLC Land ownership maps,c275 aAvailable also through the Library of Congress Web site as a raster image. 0aReal propertyzMainezSomerset CountyvMaps. 0aLandownerszMainezSomerset CountyvMaps. 0aCities and townszMainezSomerset CountyvMaps. 7aCadastral maps.2lcgft 7aWall maps.2lcgft aUnited StatesbMainecSomerset County.2naf1 aRease, W. H,eengraver,eprinter.41dg3733sfla000275uhttp://hdl.loc.gov/loc.gmd/g3733s.la000275qc a92bPUL02822ngm a22006017i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245014000253246001400393257002400407264004900431264001100480300010900491336005000600337002300650338003000673340001900703344005300722347007100775380002700846538016000873500002601033532003401059500005301093500002601146511009301172508017201265520010001437500014401537500008001681500008801761650002101849650002001870655002501890655002601915655002601941655005401967700006502021700002902086710004102115773005202156994001202208on1390686117OCoLC20230718213016.0vd csaizm230712t20232023xxu082 vleng  a 2023600557 aDLCbengerdacDLC1 a81445602758642aVS-432bVinegar Syndrome a(OCoLC)13906861171 aengpengheng k19802edtf00aDVE8165(viewingcopy)04aThe boogey man /cJerry Gross presents ; producer and director, Ulli Lommel ; screenplay, Ulli Lommel, Suzanna Love and David Herschel.3 aBoogeyman aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (82 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1980. aTitle from container.1 aSuzanna Love, Ron James, Nicholas Love, John Carradine, Llewelyn Thomas, Raymond Boyden. aDirectors of photography, David Sperling, Jochen Breitenstein ; special effects, Craig Harris ; film editor, Terrell Tannen ; music composed and performed by Tim Krog. a"Through the reflection in the mirror, a girl witnesses her mother's boyfriend's murder"--IMDb. aSpecial features: brand new commentary track with editor Terrell Tannen; brand new commentary track with historian and author Kat Ellinger. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aSiblingsvDrama. 0aMirrorsvDrama. 7aHorror films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aLommel, Ulli,efilm director,efilm producer,escreenwriter.1 aCarradine, John,eactor.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01885nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245014500282260010300427300008000530336003300610337002800643338002600671540004200697500003300739500001100772500004500783500026700828651004801095650004101143650004101184650004101225655003601266655004301302700003601345856009401381994001201475on1390686248OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637593 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390686248 aLC-DIG-stereo-1s48048bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aNorth from Ha-ta-men (gate) over scene of the German minister Baron Ketteler's murder--now called Ketteler Street, Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 70). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48048qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48048 a92bPUL01701njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245004300171264004500214300003100259336003700290337002300327338003100350344001900381344001900400344001900419347002200438347001300460382002100473500002700494511007000521518011900591505048700710650002701197655002301224655001801247700003801265994001201303on1390686451OCoLC20230718213016.0sd fsngnnmmned230711p20112009xxurcnn n eng  a 2023626310 aDLCbengerdacDLC1 a884501537902 a(OCoLC)139068645100aFrom space and beyond /cTim Reynolds. 1a[United States] :bTim Reynolds,c[2011] a2 audio discs ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11aguitarn12lcmpt aTitle from disc label.0 aTim Reynolds, guitar ; with vocal and instrumental accompaniment. oRecorded atpSpace, Evanston, IL,pChameleon Club, Lancaster, PA,oandpRecher Theater, Towson, MDd2009 November.00aDo you wanna --tI must be going insane --tKabbalah --tNon-violent approach --tSee you in your dreams --tThe wind just blew the door wide open --tCave man --tVictory express --tMatte kudasai --tMercury direct --tUncover the reason --tIndustrial complex --tWhole lotta love --tIndoctrinate --tGet up (I feel like being a sex machine) --tTest of time --tMeaning to tell you --tBurning season --tBelly of the beast --tFace off --tHocus pocus --tHow many more times. 0aRock musicy2001-2010. 7aRock music.2lcgft 7aSongs.2lcgft1 aReynolds, Tim,d1957-eperformer. a92bPUL01559ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018100160257001100341260005300352300006700405500005200472508026500524511013700789546001600926500001400942500003800956541001400994655002401008655002601032700004101058700003101099700003401130710003301164994001201197on1390686452OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336485 aDLCbengeamimcDLC a(OCoLC)1390686452 alcode00aLokoloko.nSeason 1,nEpisode 9 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01348ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011700163246002300280264007300303300004700376336003500423337002800458338002700486490002900513500003500542500001900577546002000596650003500616655003000651655003000681655001900711700004700730730007400777773012300851994001200974on1390686577OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561418 aDLCbengerdacDLC a(OCoLC)1390686577 apcc00aML31b.C59500aJoseph M. Schenk presents Constance Talmadge in "The duchess of Buffalo" /cmusic compiled by James C. Bradford.30aDuchess of Buffalo 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDuchess of Buffalo (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 13w(DLC) 2018571961 a92bPUL02099ncm a2200517 i 4500001001300000003000600013005001700019008004100036010001700077040002300094028003200117028003200149035002200181041000800203042000800211050002300219245011400242250001900356264005200375264001100427300004100438336003500479337002800514338002700542348001800569348001700587348002700604382008900631382012300720500006800843546002000911500015500931500003001086650006701116650007001183650004701253655003201300655001901332655002501351655002601376655003001402655003401432700005401466700004901520994001201569on1390686591OCoLC20230718213016.0230710t20212021nyuuul i n zxx  a 2023565066 aDLCbengerdacDLC22aLMP-229bLoux Music Company32aLMP-229bLoux Music Company a(OCoLC)13906865910 geng apcc00aM457.2b.G663 202102aDe gospel train :ban encore : for SATB recorders with optional percussion /carranged by Joseph A. Loux, Jr. aScore & parts. 1aHannacroix, N.Y. :bLoux Music Company,c[2021] 4c©2021 a1 score (3 pages) + 4 parts ;c28 cm anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier ascore2rdafnm apart2rdafnm cstaff notation2rdafmn01asoprano recordern1aalto recordern1atenor recordern1abass recordern1s42lcmpt01asoprano recordern1aalto recordern1atenor recordern1abass recordern1awhistlevwooden train whistlen1s52lcmpt aFor recorder quartet (SATB) with optional wooden train whistle. bStaff notation. aArrangement of a 19th-century piece sometimes attributed to Rev. John Chamberlain; other sources claim it as a traditional African-American spiritual. aProgram notes in English. 0aWoodwind quartets (Recorders (4)), ArrangedvScores and parts. 0aQuintets (Recorders (4), percussion), ArrangedvScores and parts. 0aSpirituals (Songs)vInstrumental settings. 7aArrangements (Music)2lcgft 7aScores.2lcgft 7aParts (Music)2lcgft 7aChamber music.2lcgft 7aSpirituals (Songs)2lcgft 7aInstrumental settings.2lcgft1 aLoux, Joseph A.,cJr.,d1945-earranger of music.1 aChamberlain, John,d1821-1893,econtributor. a92bPUL03187ngm a2200577 a 4500001001300000003000600013005001700019008004100036010001700077040002400094017003400118035002200152046001500174245020800189257002400397260005400421300005200475500005700527508006600584511008100650500008900731520032400820500010101144500011901245586005901364500019901423600004301622600005501665655002901720655002701749655002501776655002401801655002601825700004901851700004801900700003201948700003501980700003002015700004302045700004102088700005302129700005402182700003202236700004402268700004302312710004802355710007002403773005702473786006702530994001202597on1390686592OCoLC20230718213016.0230630s1936 xxu017 vleng  a 2023602008 aDLCbengeamimcDLC aLP6754bU.S. Copyright Office a(OCoLC)1390686592 k19362edtf00aPopeye the Sailor meets Sinbad the Sailor /cFleischer Studios ; director, Dave Fleischer ; produced by Max Fleischer ; animation, Willard Bowsky, George Germanetti, Edward Nolan ; Adolph Zukor presents. aUnited States.2naf aUnited States :bParamount Pictures, Inc.,c1936. a1 video file (digital) (17 min.) :bsd., color. aCopyright: Parmount Pictures, Inc.; 27Nov36; LP6754. aMusic and lyrics, Samuel Lerner, Bob Rothberg, Sammy Timberg.0 aVoices: Jack Mercer (Popeye), Mae Questel (Olive Oyl), Gus Wickie (Sindbad). aOn title frame: "Popeye Color Feature" and "A Max Fleischer Cartoon in Technicolor". aIn Sindbad, the title character (Bluto with a few changes in his attire) catches sight of Popeye's ship through his spyglass and is instantly smitten with Olive Oyl. He instructs his pet Rokh to sink the ship, but bring Olive to him. Of course, Popeye manages to save himself, Wimpy and Olive, and settles Bluto's hash. aSummary taken partly from Solomon, C. The history of animation, enchanted drawings, 1989, p. 79. aLC also holds an original release copy and a reissue copy in the AFI/Triangle Laboratories Estate Collection.5DLC aThis film was selected for the National Film Registry. aSources used: Solomon, C. The history of animation, enchanted drawings, 1989; Catalog of copyright entries, motion pictures, 1912-1939, p. 673; Eagan, D. America's film legacy, 2010, p. 253-255.00aPopeyec(Fictitious character)vHumor.00aSindbad,cthe Sailor (Legendary character)vHumor. 7aChildren's films.2lcgft 7aAnimated films.2lcgft 7aComedy films.2lcgft 7aShort films.2lcgft 7aFiction films.2lcgft1 aFleischer, Dave,d1894-1979,efilm director.1 aFleischer, Max,d1883-1972,efilm producer.1 aBowsky, Willard,eanimator.1 aGermanetti, George,eanimator.1 aNolan, Edward,eanimator.1 aZukor, Adolph,d1873-1976,epresenter.1 aLerner, Sammy,ecomposer,elyricist.1 aRothberg, Bob,d1901-1938,ecomposer,elyricist.1 aTimberg, Sammy,d1903-1992,ecomposer,elyricist.1 aMercer, Jack,evoice actor.1 aQuestel, Mae,d1910-1998,evoice actor.1 aWickie, Gus,d1885-1947,evoice actor.2 aFleischer Studios Inc.eproduction company.2 aParamount Pictures, Inc.,efilm distributor,ecopyright claimant.0 tDiCrescenzo (Louis) Collection (Library of Congress)18tPopeye the Sailor meets Sindbad the Sailorw(DLC) 68306nMAVIS a92bPUL02240nem a2200493 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052001700241052001300258110007100271245024200342246005900584246008200643255008600725264008500811300005500896336004000951337002800991338002601019500003401045500002201079500003201101500003401133500006501167500013501232546004601367650004301413650005001456650005301506651003701559651004401596651004701640655002201687655002501709994001201734on1390687004OCoLC20230718213016.0aj canzn230711s1997 sa g a 1 eng  a 2023591379 aDLCbengerdacDLC1 aab1500000dE0293000eE0320000fS0223000gS0253000 a(OCoLC)13906870040 aengaafr00aG8503.M7P2 1997b.A9 a8503bM7bN7 a8502bK72 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, Mpumalanga, Northern Province and Kruger National Park =bAARSA reisdiens, Mpumalanga, Noordelike-Provinsie en Nasionale Krugerwildtuin /ccompiled, drawn and published by the Automobile Association of South Africa.30aMpumalanga, Northern Province and Kruger National Park31aAARSA reisdiens, Mpumalanga, Noordelike-Provinsie en Nasionale Krugerwildtuin aScale 1:1,500,000. 1 cm = 15 kmc(E 29°30ʹ--E 32°00ʹ/S 22°30ʹ--S 25°30ʹ). 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1997] a1 map :bcolor ;c81 x 57 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aTitle from panel. aIn upper left corner: TM-2. aIn upper left corner: 975/28. aIncludes inset of Mauchsberg region and color illustrations. aText, descriptive index to points of interest, park visitation times, distance tables, and table of rest camp facilities on verso. aText and legend in English and Afrikaans. 0aRoadszSouth AfricazMpumalangavMaps. 0aRoadszSouth AfricazNorthern ProvincevMaps. 0aRoadszSouth AfricazKruger National ParkvMaps. 0aMpumalanga (South Africa)vMaps. 0aNorthern Province (South Africa)vMaps. 0aKruger National Park (South Africa)vMaps. 7aRoad maps.2lcgft 7aTourist maps.2lcgft a92bPUL01650ncm a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011900163246001800282264007300300300004700373336003500420337002800455338002700483490002900510500003500539500001900574500003600593546002000629650003500649655003000684655003000714655001900744700004700763730006900810773012300879776025001002994001201252on1390687277OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561404 aDLCbengerdacDLC a(OCoLC)1390687277 apcc00aML31b.C59500aJoseph P. Kennedy presents "Danger Street" with Warner Baxter and Martha Sleeper /ccompiled by James C. Bradford.30aDanger Street 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDanger Street (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 49w(DLC) 201857196108iReproduced as (manifestation):tJoseph P. Kennedy presents Danger Street with Warner Baxter and Martha Sleeper.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570882 a92bPUL01691njm a2200481 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002700149035002200176100005200198245004200250264005500292264001200347300004500359336003700404337002300441338003100464340001900495344001800514344001100532344002300543344001900566382002300585500002700608511006600635500003100701500002800732505019300760650003000953650001700983650002801000655003501028655002701063655002401090655001801114700006501132994001201197on1390687278OCoLC20230718213016.0sd csmennmplue230712t20182018cauppnn n eng  a 2023617307 aDLCbengerdacDLC1 a60257714576602aASW.WL001bAstralwerks a(OCoLC)13906872780 aAxwell,ecomposer,eperformer,eaudio producer.10aDancing alone /cAxwell [&] Ingrosso. 1a[Los Angeles, California?] :bAstralwerks,c[2018] 4c℗2018 a1 audio disc :banalog, 45 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c45 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from disc label.0 aAxwell (Axel Hedfors) and Ingrosso (Sebastian Ingrosso), DJs. a"DJ copy, not for resale." aWhite label 12" single.00tDancing alone (club mix)g(4:11) --tDancing alone (Brohug extended remix)g(5:14) --tDancing alone (Minds&Machines extended remix)g(4:42) --tDancing alone (CYA extended remix)g(6:14). 0aPopular musicy2011-2020. 0aHouse music. 0aElectronic dance music. 7aElectronic dance music.2lcgft 7aRemixes (Music)2lcgft 7aHouse music.2lcgft 7aSongs.2lcgft1 aIngrosso, Sebastian,ecomposer,eperformer,eaudio producer. a92bPUL01958nkm a22004097a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037006100148110003900209245014100248260010300389264001900492300008000511336003300591337002800624338002600652520006600678540004200744500003300786500001900819500004500838500026700883651003201150650004301182650004501225650005701270655003601327655004301363700003601406856009401442994001201536on1390687279OCoLC20230718213016.0kh |o|190429s1902 enknnn kneng  a 2019633833 aDLCbengedcrmgcDLC a(OCoLC)1390687279 aLC-DIG-stereo-1s19369bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aWan-Shou-Shan (Hill of Ten Thousand Ages) Summer Palace of the empress, from island in Lake Kung-Ming-Hu, near Peking, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. 4cCopyright 1902 a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aStereograph shows a man sitting on ornate marble palace wall. aNo known restrictions on publication. aTitle transcribed from item. aNo. 93; No. 1. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 94). 4aBeijing (China)y1900-1910. 7aMenzChinazBeijingy1900-1910.2lctgm 7aWallszChinazBeijingy1900-1910.2lctgm 7aCastles & palaceszChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s19369qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s19369 a92bPUL01340ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010400163246001700267264007300284300004700357336003500404337002800439338002700467490002900494500003500523500003600558546002000594650003500614655003000649655003000679655001900709700004700728730006800775773012300843994001200966on1390687613OCoLC20230718213016.0230616s1922 nyumpz n zxx  a 2022561421 aDLCbengerdacDLC a(OCoLC)1390687613 apcc00aML31b.C59500aConstance Talmadge in "East is west," a First National attraction /ccompiled by James C. Bradford.30aEast is west 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1922] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEast is west (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 16w(DLC) 2018571961 a92bPUL01383ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013000163246002200293264007300315300004700388336003500435337002800470338002700498490002900525500003500554500003600589546002000625650003500645655003000680655003000710655001900740700004700759730008000806773012300886994001201009on1390687614OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561423 aDLCbengerdacDLC a(OCoLC)1390687614 apcc00aML31b.C59500aRichard Barthelmess in "The enchanted cottage" with May McAvoy, a John Robertson production /ccompiled by James C. Bradford.30aEnchanted cottage 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEnchanted cottage (Motion picture : 1924)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 18w(DLC) 2018571961 a92bPUL01354ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008200163246001900245264007400264300004700338336003500385337002800420338002700448490002900475500003500504500001900539500003600558546002000594650003500614655003000649655003000679655001900709700004700728730007000775773012300845994001200968on1390687615OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561439 aDLCbengerdacDLC a(OCoLC)1390687615 apcc00aML31b.C59500aRichard Barthelmess in "The fighting blade" /ccompiled by James C. Bradford.30aFighting blade 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFighting blade (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 34w(DLC) 2018571961 a92bPUL00948njm a22002895i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149042001000171100003300181245002800214264003600242300004100278336003700319337002300356338003100379500001800410505014700428500003300575650003800608994001200646on1390688215OCoLC20230718213016.0sd fsngnnmmned160627s2015 bl uunn n por  a 2016306971 aDLCbengerdacDLC1 a742832652063 a(OCoLC)1390688215 alcode1 aCarvalho, Allan,eperformer.10aOura /cAllan Carvalho. 1aBelém, PA :bNA Music,c2015. a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobn2rdamedia aaudio discbnc2rdacarrier aCompact disc.0 aOura --tTa russo! --tQue brege é você --tCorticoide --tSeilá, entende? --tTchê-tchê-tchê --tVai... --tTudo --tTámeu bem? aProduction level cataloging. 0aPopular musiczBrazily2011-2020. a92bPUL00721ncm a22002417a 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050000800134100003200142240001800174245005700192260006300249300003400312490003500346500003300381650001700414830003600431994001200467on1390688216OCoLC20230718213016.0920106s1972 mx uuz n und  a 92750121  aDLCbengcDLC a(OCoLC)139068821600aM251 aLavista, Mario,d1943-2021.10aPieza,mpiano10aPieza para una pianista y un piano /cMario Lavista. aMéxico, D.F. :bEdiciones Mexicanas de Música,cc1972. a[3] leaves of music ;c32 cm.1 aColección Arión ;vno. 120 aProduction level cataloging. 0aPiano music. 0aColección Arión ;vno. 120. a92bPUL01691nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002600161052001300187110003900200245027700239255003400516264005400550264002200604300004400626336004000670337002800710338002600738500004900764500002200813500003300835500016200868500010501030650004201135650005401177651003301231655002901264994001201293on1390688217OCoLC20230718213016.0aj cenzn230717t19981998txuac a 1 eng  a 2023587330 aDLCbengerdacDLC1 aab63360 a(OCoLC)139068821700aG4032.T3E63 1998b.A2 a4032bT32 aA.I.D. Associates.,ecartographer.10aLake Tawakoni and global position system coordinates tailored to be serious fisherman :bfeaturing fishing guide data, updated underwater features, improved shoreline, landmark details /cprepared and published by A.I.D. Associates, Inc ; cartography by A.I.D. Associates. aScale approximately 1:63,360. 1aDallas, Texas :bA.I.D. Associates, Inc.,c[1998] 4cCopyright © 1998 a1 map :bcolor, synthetic ;c58 x 72 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aDepths shown by contours and gradient tints. aTitle from panel. aOn panel: Water-proof paper. aIncludes index, inset of West Tawakoni, list to subdivisions, location map showing radial distances, list to GPS coordnates and lake position reference grid. aDirectory, map of Lake Tawakoni State Park, fisherman's reference chart and advertisements on verso. 0aFishingzTexaszTawakoni, LakevMaps. 0aOutdoor recreationzTexaszTawakondi, LakevMaps. 0aTawakoni, Lake (Tex.)vMaps. 7aBathymetric maps.2lcgft a92bPUL01374njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245003200171264005500203264001200258300003000270336003700300337002300337338003100360344001900391344001900410344001900429347002200448347001300470382002700483500002700510511004700537500003400584505024400618650003000862655002600892655001800918700002800936994001200964on1390694425OCoLC20230718213016.0sd fsngnnmmned230711t20212021xxucynn d n eng  a 2023626316 aDLCbengerdacDLC1 a195269082185 a(OCoLC)139069442500aLone rider /cJessica Lynn. 1a[United States] :bDaydreamer Productions,c[2021] 4c℗2021 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from disc label.0 aJessica Lynn, vocals ; with accompaniment. aLyrics inserted in container.00aNow or never --tGetaway car --tOne more song --tLone rider --tBetter than that --tYou wouldn't know --tLove me that way --tYou won't --tYou never remind me --tLove the day away --tWorth it --tRun to --tThe morning always comes. 0aPopular musicy2011-2020. 7aPopular music.2lcgft 7aSongs.2lcgft1 aLynn, Jessica,esinger. a92bPUL00990njm a22002654a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003200127035002200159042001000181100001600191245007300207260004100280300004100321546002100362500009300383500001800476505018500494500003300679994001200712on1390694426OCoLC20230718213016.0sd fsngnnmmned090324s2008 sx sgnn n khi  a 2009319218 aDLCbengcDLC02aCD AMAKU7bAmaku Production a(OCoLC)1390694426 alcode1 aBackoz, Om.10a#Au xū-e #âih[sound recording] /cOm Backoz & the Amaku family. aWindhoek :bAmaku Production,c2008. a1 sound disc :bdigital ;c4 3/4 in. aSung in Khoisan. aAccompanying insert contains credits in English and summary of the message of each song. aCompact disc.0 a#Au xū-e #âi -- Axagu -- Ais/khãb//ga kõ -- Ú ta tide -- #Khai!nâbasen -- No xenophobia -- Tã sa/ae-aisa/uru -- Xoma re -- !Khõ!khõba te -- Khoeta ge -- !Núbes. aProduction level cataloging. a92bPUL02162njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002300149028002800172035002200200100005400222245005600276264004700332264001100379300005800390336003700448337002300485338003100508340001900539344001800558344001500576344002300591344001900614382002800633500005300661511004700714500004100761500011200802500002800914505061000942650003001552655002601582655003101608655001801639740002301657994001201680on1390694427OCoLC20230718213016.0sd bsmennmplue230713p20221967ne ppnn di n eng  a 2023617313 aDLCbengerdacDLC1 a60243890839402a389 083-9bFontana00a00602438908394bFontana a(OCoLC)13906944271 aWalker, Scott,d1943-2019,ecomposer,eperformer.10aBoy child :bthe best of 1967-1970 /cScott Walker. 1aHilversum, Netherlands :bFontana,c[2022] 4c©2022 a2 audio discs :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11amale voicen1n12lcmpt aTitle from disc label; sub-title from container.0 aScott Walker, vocals ; with accompaniment. aSongs originally released 1967-1970. aProgram notes by Marc Almond and Neil Hannon printed on inner sleeves, with lyrics printed inside gatefold. aPressed on white vinyl.00tMontague Terrace (in blue) --tSuch a small love --tThe plague --tAlways coming back to you --tThe amorous Humphrey Plugg --tThe girls from the streets --tPlastic palace people --tThe bridge -- It's raining today --tCopenhagen --tBig Louise --t30 century man --tWe came through --tThe seventh seal --tOn your own again --tAngels of ashes --tBoy child --tThe old man's back again (dedicated to the Neo-Stalinist regime) --tPrologue --tLittle things that keep us together --tTime operator --tThanks for Chicago Mr. James --tThe rope and the colt --tEpilogue: The war is over (Sleepers). 0aPopular musicy1961-1970. 7aPopular music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft02aBest of 1967-1970. a92bPUL01159njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002300150035002200173042001400195100006000209245003800269264003600307300005700343336003700400337002300437338003100460340001900491344001800510344001500528344002300543344001900566500002700585511004500612505007500657650001700732655002400749994001200773on1390694431OCoLC20230718213016.0sd bsmennmplud230712s2022 gw ppnn n und d a 2023627522 aTDFbengerdacDLC30a425180413538202aDIRT138bDirt Crew a(OCoLC)1390694431 alccopycat0 aClive from Accountsc(Musician),ecomposer,eperformer.10aPearls EP /cClive from Accounts. 1a[Germany] :bDirt Crew,c[2022] a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc label.0 aClive from Accounts; with accompaniment.0 aPearls (feat. Jessica Roch) -- 4 time -- Rough and tough -- Gravitate. 0aHouse music. 7aHouse music.2lcgft a92bPUL01600nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002300377300009800400336003300498337002800531338002600559540004200585500003600627506018500663580006500848600007000913600007600983650005501059655004601114856009001160994001201250on1390694432OCoLC20230718213016.0kl co|230711s1893 riunnn kneng  a 2023634699 aDLCbengedcrmgcDLC a(OCoLC)1390694432 aLC-DIG-ppmsca-87308bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[January 14, 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 32 x 50 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1890-1900.2lctgm 7aArchitectural drawingsy1890-1900.2gmgpc413digital file from originaldppmscaf87308qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87308 a92bPUL01371nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041002300194050002300217052001300240110005900253245013400312255002000446264004700466300005500513336004000568337002800608338002600636500003400662500002200696500003000718500002000748500003400768546006100802651003100863651003800894655001700932994001200949on1390694438OCoLC20230718213016.0aj canzn230427s2006 au g a 1 ger  a 2023591116 aDLCbengerdacDLC a9783707904871 a37079048731 aab12500 a(OCoLC)13906944380 ageraengafreaita00aG6494.I7 2006b.F7 a6494bI72 aFreytag, Berndt und Artaria,ecartography,epublisher.10aInnsbruck :bStadtplan, city map, plan de ville, pianta della città /cKartographie, Druck u. Verlag Freytag-Berndt u. Artaria. aScale 1:12,500. 1aWien :bFreytag-Berndt u. Artaria,c[2006] a1 map :bcolor ;c59 x 79 cm, folded to 20 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aTitle from panel. aIncludes inset of region. aIndex on verso. a"2073-8019 Laufzeit 12/2007." aText and legend in German, English, French, and Italian. 0aInnsbruck (Austria)vMaps. 0aInnsbruck Region (Austria)vMaps. 7aMaps.2lcgft a92bPUL01372ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245015200160257001400312260004900326300006600375508023300441500004700674546003700721520009900758500002800857541001400885655002600899655003000925700005600955710003501011994001201046on1390694439OCoLC20230718213016.0vd cvaiz|190228s2012 tz --- vlswa  a 2018339944 aDLCbengeamimcDLC a(OCoLC)1390694439 alcode00aHistoria ya Afrika /cAfrican Creative presents ; director, graphics, Renatus Siyantemi; script, Raphael Walles, Revocatus Mhoja, Theophil Renatus. aTanzania. a[Dar es Salaam] :bAfrican Creative,cc2012. a1 videodisc of (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aProducer, African Creative ; narration, Laurian Pima ; location, Eliza Aya Oto, Mama Joan, African Creative ; graphics, Renatus Siyantemi, Joseph Julu, Theophil Renatus ; studio, African Creative, Eliza Aya Oto, Butatoli Studio. aCopyright notice: African Creative, c2012. aIn Swahili , credits in English. aOn the history of Africa with emphasis on colonialism, fight for independence and development. aSource used: videodisc. cPurchase. 7aFeature films.2lcgft 7aDocumentary films.2lcgft1 aSiyantemi, Renatus,eediting,edirection,ewriting.2 aAfrican Creative,eproduction. a92bPUL01344ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012300163246001800286264007300304300004700377336003500424337002800459338002700487490002900514500003500543500001900578546002000597650003500617655003000652655003000682655001900712700004700731730006900778773012300847994001200970on1390694445OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561399 aDLCbengerdacDLC a(OCoLC)1390694445 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a James Cruze production "The covered wagon" /ccompiled by James C. Bradford.30aCovered wagon 1aNew York City :bCameo Music Service Corporation,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCovered wagon (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 44w(DLC) 2018571961 a92bPUL01358ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245009700160257001400257260004900271300006600320508016600386500005400552546008300606520015400689500002800843541001400871655002600885655003000911700005600941710003500997994001201032on1390694446OCoLC20230718213016.0vd cvaiz|190228s2014 tz --- vlswa  a 2018339943 aDLCbengeamimcDLC a(OCoLC)1390694446 alcode00aVita vya Kagera /cAfrican Creative presents ; director, script, editing, Renatus Siyantemi. aTanzania. a[Dar es Salaam] :bAfrican Creative,cc2014. a1 videodisc of (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aFootage, Discovery Civilisation, Tanzania Broadcasting Corporation ; translation, Laurian Pima, Renatus Siyantemi ; studio, executive producer, African Creative. aCopyright notice: Darasa Nyumbani Project, c2014. aIn Swahili with Swahili subtitles where English is spoken, credits in English. aOn the battle at Kagera in 1978 following the invasion of Tanzania by the Ugandan army and how this eventually led to the overthrow of Idi Amin Dada. aSource used: videodisc. cPurchase. 7aFeature films.2lcgft 7aDocumentary films.2lcgft1 aSiyantemi, Renatus,eediting,edirection,ewriting.2 aAfrican Creative,eproduction. a92bPUL01779nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012000256260002800376300007900404336003300483337002800516338002600544540004200570500003600612500006800648506018500716580006500901600007000966600007601036650005501112650005601167655004601223655003401269856009001303994001201393on1390694447OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634722 aDLCbengedcrmgcDLC a(OCoLC)1390694447 aLC-DIG-ppmsca-87331 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 20 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87331qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87331 a92bPUL01610nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012100257260002800378300007900406336003300485337002800518338002600546540004200572500003600614500001100650506018500661580006500846600007000911600007600981650005501057655004601112856009001158994001201248on1390694571OCoLC20230718213016.0kl bo|230711q18881893riunnn kneng  a 2023634700 aDLCbengedcrmgcDLC a(OCoLC)1390694571 aLC-DIG-ppmsca-87309bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Second floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 29 x 46 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 1. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87309qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87309 a92bPUL00860njm a22002655a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127041001300149042001000162110002400172245004300196260003000239300004100269500005300310546003100363500001800394505013700412500003300549994001200582on1390694676OCoLC20230718213016.0sd fsngnnmmned230715s2012 ug ppnn n eng  a 2013439816 aDLCbengcDLC a(OCoLC)13906946760 dengdlug alcode2 aQwela (Music group)10aAfrotopiah[sound recording] /cQwela. a[Kampala] :bs.n.,c2012. a1 sound disc :bdigital ;c4 3/4 in. aContemporary music blend of jazz, blue and rock. aSung in English and Ganda. aCompact disc.0 aTendeko -- Twinkle -- Okello -- Ingaha -- Eija nkutware -- Mama tokaaba -- Mwana wanje -- Bhe -- What goes around -- Nalulungi live. aProduction level cataloging. a92bPUL01406ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014900163246001200312264007300324300004700397336003500444337002800479338002700507490002900534500003500563500001900598500003600617546002000653650003500673655003000708655003000738655001900768700004700787730006300834773012300897994001201020on1390694677OCoLC20230718213016.0230616s1929 nyumpz n zxx  a 2022561417 aDLCbengerdacDLC a(OCoLC)1390694677 apcc00aML31b.C59500aWilliam Le Baron presents Tom Mix and Tony in "The drifter" with Bernard Bolden and his white mule "Uncle Sam" /ccompiled by James C. Bradford.30aDrifter 1aNew York City :bCameo Music Service Corporation,c[not before 1929] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDrifter (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 12w(DLC) 2018571961 a92bPUL01268ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008400163264007400247300004700321336003500368337002800403338002700431490002900458500003500487500001900522500003600541546002000577650003500597655003000632655003000662655001900692730007200711773012300783994001200906on1390694697OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561447 aDLCbengerdacDLC a(OCoLC)1390694697 apcc00aML31b.C59504aThe fool's awakening, adapted from William J. Locke's story The tale of Triona. 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft0 iMusic for motion picture (work):aFool's awakening (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 42w(DLC) 2018571961 a92bPUL01250ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008100163264007300244300004700317336003500364337002800399338002700427490002900454500003500483500001900518546002000537650003500557655003000592655003000622655001900652700002700671730006800698773012200766994001200888on1390694711OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561459 aDLCbengerdacDLC a(OCoLC)1390694711 apcc00aML31b.C59504aThe gay deceiver, a John M. Stahl production /cmusic compiled by Ernst Luz. 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c29 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aGay deceiver (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 4w(DLC) 2018571961 a92bPUL01339ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014500163246001500308264007300323300004700396336003500443337002800478338002700506490002900533500003500562500001900597546002000616650003500636655003000671655003000701655001900731700002700750730006600777773012200843994001200965on1390694886OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561409 aDLCbengerdacDLC a(OCoLC)1390694886 apcc00aML31b.C59500aNorma Shearer with Lew Cody in The demi-bride, a Robert Z. Leonard production with Carmel Myers, Dorothy Sebastian /ccompiled by Ernst Luz.30aDemi-bride 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aDemi-bride (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 4w(DLC) 2018571961 a92bPUL01385ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015400163246002300317264007300340300004700413336003500460337002800495338002700523490002900550500003500579500001900614546002000633650003500653655003000688655003000718655001900748700004700767730007400814773012300888994001201011on1390694887OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561434 aDLCbengerdacDLC a(OCoLC)1390694887 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Esther Ralston in "Fashions for women" with Raymond Hatton and Einar Hanson /ccompiled by James C. Bradford.30aFashions for women 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFashions for women (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 29w(DLC) 2018571961 a92bPUL01697nem a2200409 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141041001300163050002500176052001300201110007100214245020500285246004000490246006400530255003700594264008500631300007600716336004000792337002800832338002600860500002200886500005000908500004300958500005701001500004301058546003501101650006801136650005401204655001701258994001201275on1390694888OCoLC20230718213016.0aj canzn230712s1991 sa a 1 eng  a 2023591387 aDLCbengerdacDLC1 aab3300000 a(OCoLC)13906948880 aengaafr00aG8503.K9D5 1991b.A9 a8503bK92 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, some Natal game and nature reserves =bAARSA reisdiens, enkele wild- en natuur- reservate in Natal /ccompiled, drawn and published by the Automobile Association of South Africa.30aSome Natal game and nature reserves31aAARSA reisdiens, enkele wild- en natuur- reservate in Natal aScale approximately 1:3,300,000. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1991] a1 map :bcolor ;c15 x 18 cm, on sheet 42 x 30 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-N3 (TB-N7). aIn lower left corner on verso: 918/14. aIncludes text and index to game and nature reserves. aText and color illustrations on verso. aText in English and Afrikaans. 0aNational parks and reserveszSouth AfricazKwaZulu-NatalvMaps. 0aGame reserveszSouth AfricazKwaZulu-NatalvMaps. 7aMaps.2lcgft a92bPUL01949njm a2200457 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003200149035002200181100008200203245004300285264005400328264001200382300004100394336003700435337002300472338003100495344001900526344001900545344001900564347002200583347001300605490003000618500002600648511021600674508003500890500004400925500004200969500003201011505028101043650002801324650002701352655003601379710006401415994001201479on1390694914OCoLC20230718213016.0sd fsngnnmmned230717r20221997miurcnn d n eng  a 2023628018 aDLCbengerdacDLC1 a76222568152402aSOR6815bStrung Out Records a(OCoLC)13906949141 aParmenter, Matthew,d1968-ecomposer,elyricist,eperformer,eaudio producer.10aUnfolded like staircase /cDiscipline. 1a[Royal Oak, Mich.] :bStrung Out Records,c[2022] 4c℗2022 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aProgRock.com's essentials aTitle from container.0 aDiscipline (Jon Preston Bouda, electric and acoustic guitars ; Mathew Kennedy, bass guitar ; Matthew Parmenter, vocals, keyboards, violin, alto saxophone, orchestra chimes ; Paul Dzendzel, drums and percussion). aProduced by Matthew Parmenter. aAll songs written by Matthew Parmenter. aReissue: originally released in 1997. aLyrics on container insert.0 aCanto IV : Limbo -- Crutches. The carrot ; The silent mirror ; Down the hatch ; Crutches -- Into the dream. Decent ; Chock full o'guts ; Drawn and quartered ; Clearing ; Stealing the key ; Sum music ; Turtles all the way down -- Before the storm. The ocean ; The storm ; Eden. 0aProgressive rock music. 0aRock musicy1991-2000. 7aProgressive rock (Music)2lcgft2 aDiscipline (Musical group : (Detroit : Mich.)),eperformer. a92bPUL01707ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245018300163246001700346264007300363300004700436336003500483337002800518338002700546490002900573500003500602500003600637546002000673650003500693655003000728655003000758655001900788700004700807730007500854773012300929787026901052994001201321on1390694915OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561426 aDLCbengerdacDLC a(OCoLC)1390694915 apcc00aML31b.C59500aSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "The eternal city," a First National picture /ccompiled by James C. Bradford.30aEternal City 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEternal City (Motion picture : 1923)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 21w(DLC) 201857196108iRelated manifestation of item:tSamuel Goldwyn (not now connected with Goldwyn pictures) presents the George Fitzmaurice production "The eternal city," a First National picture.dNew York City : Cameo Music Publishing Co. Inc., [not before 1923]w(DLC) 2022561427 a92bPUL01406nim a22004455i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132245004300154246002500197264003600222300004100258336003300299337002300332338003100355344001900386344001900405344001900424347002200443347001300465490002000478500004700498500002700545511002900572538011400601650005400715650001200769650001400781650001100795650002700806655003600833655003600869655002900905710001400934994001200948on1390694916OCoLC20230718213016.0sd fsngnnmmned220817s1994 xxunnnn z n eng  a 2022616495 aDLCbengerdacDLC a(OCoLC)139069491600aTerror T.R.A.X.pTrack of the vampire.30aTrack of the vampire 1a[United States] :bTSR,c[1994] a1 audio disc :bdigital ;c4 3/4 in. aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio0 aTerror T.R.A.X. a"An audio CD interactive game"--Container. aTitle from disc label.0 aUnidentified performers. aPlayable on CD players. Users navigate between 52 tracks based on interactive prompts in the sound recording. 0aTerror T.R.A.X. (Fictitious characters)vFiction. 0aHorror. 0aVampires. 0aGames. 0aPlot-your-own stories. 7aChoose-your-own stories.2lcgft 7aAudio interactive games.2lcgft 7aSound recordings.2lcgft2 aTSR, Inc. a92bPUL01802nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012700256260002800383300011600411336003300527337002800560338002600588540004200614500003600656506018500692580006500877600007000942600007601012650005501088650006501143650008401208655004601292856009001338994001201428on1390694917OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634730 aDLCbengedcrmgcDLC a(OCoLC)1390694917 aLC-DIG-ppmsca-87339 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Wall or ceiling.]p[Details]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 25 x 27 cm, mount 26 x 30 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aCoffers (Ceilings)zRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural decorations & ornamentszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87339qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87339 a92bPUL01714nem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159034001300172035002200185041002300207050002700230052001300257052001300270110005900283245013500342255003400477255003400511264004700545300009400592336004000686337002800726338002600754500014800780500002200928500002900950500003400979505003401013546006201047651003201109651004901141655002501190655002901215994001201244on1390695334OCoLC20230718213016.0aj canzn230427s2004 au bgfa a 1 ger  a 2023591114 aDLCbengerdacDLC a9783707901993 a37079019981 aab150001 aab50000 a(OCoLC)13906953340 ageraengafreaita00aG6494.E6E635 2004b.F7 a6494bE6 a6492bN42 aFreytag, Berndt und Artaria,ecartography,epublisher.10aEisenstadt :bStadtplan, city map, plan de ville, pianta della città /cKartographie, Druck u. Verlag Freytag-Berndt u. Artaria. aScale 1:15,000. 1 cm = 150 m. aScale 1:50,000. 1 cm = 500 m. 1aWien :bFreytag-Berndt u. Artaria,c[2004] a2 maps on 1 sheet :bboth sides, color ;c70 x 49 cm and 70 x 59 cm, folded to 20 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights on Eisenstadt map, and by shading, spot heights, and form lines on lake map. Depths shown by contours on lake map. aTitle from panel. aIncludes text and index. a"2071-1832 Laufzeit 12/2005."0 aEisenstadt -- Neusiedler See. aText and legends in German, English, French, and Italian. 0aEisenstadt (Austria)vMaps. 0aNeusiedler Lake (Austria and Hungary)vMaps. 7aTourist maps.2lcgft 7aTopographic maps.2lcgft a92bPUL01815nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245015400257260002800411300008400439336003300523337002800556338002600584540004200610500003600652500003400688506018500722580006500907600007000972600007601042650005501118650006301173650005701236655004601293856009001339994001201429on1390695335OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634713 aDLCbengedcrmgcDLC a(OCoLC)1390695335 aLC-DIG-ppmsca-87322bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Wall with fireplace, doors, and lunettes.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper, with paper backing ;csheet 13 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aPossibly for wall in Library. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aFireplaceszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87322qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87322 a92bPUL01643njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132110007600154245006900230264005400299300003000353336003700383337002300420338003100443344001900474344001900493344001900512347002200531347001300553500002600566511003700592518007200629518006200701518006700763518006700830500003400897505022200931650002701153655002301180655001801203994001201221on1390695341OCoLC20230718213016.0sd fsngnnmmned230713s2019 xxurcnn d n eng  a 2023626335 aDLCbengerdacDLC a(OCoLC)13906953412 aTelevangelist and the Architect (Musical group),ecomposer,eperformer.10aExiled in the exit aisle /cthe Televangelist and the Architect. 1a[United States] :bUndetected Plagiarism,c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from container.0 aTelevangelist and the Architect. oRecorded atpA Basement, Cambridge, MAd2007 January-2010 December. oRecorded atpMusicol Recording, Columbus, OHd2016 March. oRecorded atpKeith's Project Studio, Columbus, OHd2016 March. oRecorded atpHyde Street Studios, San Francisco, CAd2016 May. aLyrics inserted in container.00tLeaving it all behind --tGrandview --tSpring park --tDa scopello a orta San Giulio --tParis dissapoints --tOerlikon --tSettling in is unsettling --tThe station or the train --tLost and found --tMarney Street. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL00802njm a22002535a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100002600159245004800185260004500233300004100278500002300319546002000342500001800362505012300380500003300503994001200536on1390695342OCoLC20230718213016.0sd fsngnnmmned100413s2009 bs sgnn n bnt  a 2010306226 aDLCbengcDLC a(OCoLC)1390695342 alcode0 aM Squaredc(Musician)10aTshimologoh[sound recording] /cM Squared. aGaborone :bM Squared Production,c2009. a1 sound disc :bdigital ;c4 3/4 in. aConteporary music. aSung in Tswana. aCompact disc.0 aAo morena -- Botshelo -- Tshimologo -- Confession -- In the last days -- Lentswe -- Kea morata -- Ngwana wa mosetsana. aProduction level cataloging. a92bPUL00990njm a22002535a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100002100159245005300180260004400233300004100277500002400318500001800342500005500360505027600415500003300691994001200724on1390695343OCoLC20230718213016.0sd fsngnnmmned190627s2018 bs ppnn n eng  a 2019351410 aDLCbengcDLC a(OCoLC)1390695343 alcode1 aProctor, Bokang.10aCollectionsh[sound recording] /cby BK Proctor. aGaborone :bBokang "BK" Proctor,c2018. a1 sound disc :bdigital ;c4 3/4 in. aContemporary music. aCompact disc. aInsert contains the perfoming crew for each track.0 a1. Intro (Hold me) -- 2. In love -- 3. Confessions of a lunatic -- 4. Old skool love -- 5. Scarecrow -- 6. Auwele -- 7. Can we -- 8. Promise -- 9. After you -- 10. Tired -- 11. Jazzing up -- 12. Express yourself -- 13. Sweetest escape -- 14. Feeling you -- 15. I believe. aProduction level cataloging. a92bPUL01314ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011800163264007300281300004700354336003500401337002800436338002700464490002900491500003500520500003600555546002000591650003500611655003000646655003000676655001900706700003000725730007400755773012300829994001200952on1390695344OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561445 aDLCbengerdacDLC a(OCoLC)1390695344 apcc00aML31b.C59500a"Flirting with love" with Colleen Moore and Conway Tearle, a First National picture /ccompiled by Eurgene Conte. 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aLC copy 2 lacks pages 3-4.5DLC bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aConte, Eugene,ecompiler.0 iMusic for motion picture (work):aFlirting with love (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 40w(DLC) 2018571961 a92bPUL01526nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132041001300154050002300167052001300190110007100203245019700274246003500471246005700506255002100563264008500584300007500669336004000744337002800784338002600812500002200838500004200860500004300902500001900945500004300964546003501007651005701042655001701099994001201116on1390695345OCoLC20230718213016.0aj canzn230712s1994 sa a 0 eng  a 2023591385 aDLCbengerdacDLC0 aa a(OCoLC)13906953450 aengaafr00aG8502.K2 1994b.A9 a8502bK22 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, the Kalahari Gemsbok National Park =bAARSA reisdiens, die Kalahari Gemsbok Nasionale Park /ccompiled, drawn and published by the Automobile Association of South Africa.30aKalahari Gemsbok National Park31aAARSA reisdiens, die Kalahari Gemsbok Nasionale Park aScale not given. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1994] a1 map :bcolor ;c22 x 8 cm, on sheet 42 x 30 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K4. aIn lower left corner on verso: 944/20. aIncludes text. aText and color illustrations on verso. aText in English and Afrikaans. 0aKalahari Gemsbok National Park (South Africa)vMaps. 7aMaps.2lcgft a92bPUL01309ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009700163246001900260264007300279300004700352336003500399337002800434338002700462490002900489500003500518500001900553546002000572650003500592655003000627655003000657655001900687700003600706730007000742773012300812994001200935on1390695348OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561397 aDLCbengerdacDLC a(OCoLC)1390695348 apcc00aML31b.C59500aWilliam Fox feature production "The country beyond" /cmusic compiled by Michael P. Krueger.30aCountry beyond 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (2 unnumbered pages) ;c35 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKrueger, Michael P.,ecompiler.0 iMusic for motion picture (work):aCountry beyond (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 42w(DLC) 2018571961 a92bPUL01328ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010600163246002400269264007300293300004700366336003500413337002800448338002700476490002900503500003500532500001900567546002000586650003500606655003000641655003000671655001900701700003600720730007500756773012300831994001200954on1390695349OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561429 aDLCbengerdacDLC a(OCoLC)1390695349 apcc00aML31b.C59500aWilliam Fox production, Tom Mix in "The everlasting whisper" /cmusic compiled by Michael P. Krueger.30aEverlasting whisper 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKrueger, Michael P.,ecompiler.0 iMusic for motion picture (work):aEverlasting whisper (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 24w(DLC) 2018571961 a92bPUL01289ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011300163246001100276264007300287300004700360336003500407337002800442338002700470490002900497500003500526546002000561650003500581655003000616655003000646655001900676700004700695730006200742773012300804994001200927on1390695350OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561454 aDLCbengerdacDLC a(OCoLC)1390695350 apcc00aML31b.C59500aFirstional National Pictures, Inc. presents Milton Sills in "Framed" /cmusic compiled by James C. Bradford.30aFramed 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFramed (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 49w(DLC) 2018571961 a92bPUL01662nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181041001300203050002500216052000900241110004500250245024600295255005800541264004400599300006700643336004000710337002800750338002600778500003400804500004900838505019500887650003301082655001701115710005801132773009801190994001201288on1390695351OCoLC20230718213016.0aj canzn230717s1977 dcug b f 0 ind  a 2023592546 aDLCbengerdacDLC1 aab1000000dE1030000eE1070000fS0140000gS0110000 a(OCoLC)13906953510 aindaeng00aG8011.C34 S1000b.G4 a80112 aGeological Survey (U.S.),ecartographer.10aWater-supply paper 1608-P [Ground-water resources of Cambodia] /cUnited States Department f Interior, Geological Survey, prepared in cooperation with the Government of Cambodia under the auspices of the Agency for International Development. aScale 1:1,000,000c(E 103°--E 107°/S 14°--S 11°). 1aWashington :bGeological Survey,c1977. a3 maps :bcolor ;c49 x 50 cm or smaller, on sheet 61 x 107 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. aIncludes glossary, insets, text, and graphs.0 aPlate 1. Geologic map of Cambodia showing location of lithologic sections -- Plate 2. Map showing location of wells in Cambodia -- Plate 3. Lithologic sections of selected areas in Cambodia. 0aGroundwaterzCambodiavMaps. 7aMaps.2lcgft1 aUnited States.bAgency for International Development.0 aGround-water resources of Cambodia, 1977dWashington : U.S. Govt. Print. Off., 1977w74020781 a92bPUL03190nkd a2200517 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148242012300160245013400283260001000417300010000427336003300527337002800560338002600588520066700614540015601281500003701437500002501474500003301499506003601532545013901568555007901707610007201786650005201858650004801910650004701958650004502005650004702050650005802097650005002155655004402205655006102249655003902310655004102349655004502390773009502435856006102530856006902591994001202660on1390695352OCoLC20230718213016.0kh b|o230712s1918 it nnn knita  a 2023631487 aDLCbengedcrmgcDLC a(OCoLC)1390695352 ae-it---04aMarine Colony of Nettuno of the American Red Cross for the children of our soldiers year of war and victory 1918.yeng00aColonia Marina di Nettuno della Croce Rossa Americana pei figli dei notstri soldati anno di guerra e di vittoria 1918h[graphic]. c1918. a13 photographs in 1 album :bgelatin silver prints ;calbum 17 x 24 cm, photographs 17 x 24 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show the Nettuno Marine Colony (camp) run by the American Red Cross for war orphans and children of soldiers, in Nettuno, Italy. Images depict an exterior view of a building and indoor view of dormitories. Most photographs show boys and girls outdoors on the beach. Also shown are children in boats and seated outside a wood pavilion building with sign "Croce Rossa Americana" and American flags painted on it. Also included is a reproduction of an architectural drawing of the colony building titled "Edificio Per le Colonie estive Marine, prospetto verso mare" (Building for the marine summer colonies, prospect towards the sea) by Ingegnere Ricci. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title transcribed from item. aCaptions in Italian. aPhotographer not identified.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxFacilitieszItalyzNettunoy1910-1920. 4aWorld War, 1914-1918xChildrenzItalyzNettuno. 7aChildrenzItalyzNettunoy1910-1920.2lctgm 7aBeacheszItalyzNettunoy1910-1920.2lctgm 7aCampszItalyzNettunoy1910-1920.2lctgm 7aOrphanszItalyzNettunoy1910-1920.2lctgm 7aInstitutional carezItalyzNettunoy1910-1920.2lctgm 7aWar reliefzItalyzNettunoy1910-1920.2lctgm 7aPortrait photographsy1910-1920.2gmgpc 7aArchitectural drawingsxReproductionsy1910-1920.2gmgpc 7aGroup portraitsy1910-1920.2gmgpc 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01487njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100003600171245004000207264004000247300003000287336003700317337002300354338003100377344001900408344001900427344001900446347002200465347001300487382009900500500002600599511016000625518004000785505013700825650002700962655002300989655001801012710004701030994001201077on1390695355OCoLC20230718213016.0sd fsngnnmmned230713s2016 xxurcnn n eng  a 2023626325 aDLCbengerdacDLC1 a678572231940 a(OCoLC)13906953551 aThomasX,ecomposer,eperformer.10aEnnui go :blight /cSaint ThomasX. 1a[United States] :bThomasX,c[2016] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01asingern1dguitarn1aguitarn1dbass guitarn1dkeyboard instrumentn1adrum setn1s32lcmpt aTitle from container.0 aSaint ThomasX (ThomasX, voice, 12-string ; Jonas Wilson, guitar, bass, keys ; Don Clark (3rd, 5th-6th tracks), Falcon Valdez (2nd, 4th, 7th tracks) drums). oRecorded atpSkeleton Farm Studios.00tMomento mori --tSee now my armor --tGood mourning son shine --tLullaby --tHello ghost --tDear Wormwood --tScience of the soul. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aSaint ThomasX (Musical group),eperformer. a92bPUL00954njm a22002655a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127041001300149042001000162110003100172245005100203260003500254300004100289500002400330546003200354500001800386505023900404500003300643994001200676on1390695356OCoLC20230718213016.0sd fsngnnmmned190627s2018 bs ppnn n eng  a 2019351413 aDLCbengcDLC a(OCoLC)13906953560 dengdtsn alcode2 aMMP Family (Musical group)10aOn a missionh[sound recording] /cMMP Family. aGaborone :bMMP Family,c2018. a1 sound disc :bdigital ;c4 3/4 in. aContemporary music. aSung in English and Tswana. aCompact disc.0 aMMP on a mission -- Kwela kwela -- In my bones -- Weekend special -- Chooseday -- Faded -- Re godile -- I like it -- Palamonwana -- Lonyalo -- Re monate -- Back again -- Doing great -- Sthandwa -- Ramasedi -- Gao tagilwe -- Good life. aProduction level cataloging. a92bPUL01615ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013300163246001400296264007300310300004700383336003500430337002800465338002700493490002900520500003500549500001900584546002000603650003500623655003000658655003000688655001900718700004700737730006500784773012200849776025800971994001201229on1390695357OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561412 aDLCbengerdacDLC a(OCoLC)1390695357 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Marshall Neilan's "Diplomacy" with Blanche Sweet /cmusic compiled by James C. Bradford.30aDiplomacy 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDiplomacy (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 7w(DLC) 201857196108iReproduced as (manifestation):tAdolph Zukor and Jesse L. Lasky present Marshall Neilan's Diplomacy with Blanche Sweet.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570896 a92bPUL01755ngm a22003013a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245006000160257001300220260005400233300006800287500006800355508020700423511039100630520026201021500002801283541001401311655002401325700005701349710003501406994001201441on1390695358OCoLC20230718213016.0vd cvaiz|181201s2018 sx --- vleng  a 2018338708 aDLCbengeamimcDLC a(OCoLC)1390695358 alcode00aKukuri /cdirector-producer, script, Philippe Talavera. aNamibia. aWindhoek :bOmbetja Yehinga Organisation,cc2018. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aCopyright notice on video: Ombetja Yehinga Organisation ; 2018. aDirector of photography, Bernd Curschmann ; sound, Jacques "Kauna" Hoabeb ; post production, Wojtek Majewski ; editing, Haiko Boldt ; music, Ponti Dikuua ; first assistant director, Nyandee Mbarandongo.1 aGeorge Antonio (Chindo), Hanty Kashongo (Kukuri), Laina Ashipala (Dorina), David Domingo (Junius), Cecilia Haingura (Dorina's mother), Diyanna Longwani (Mukwa), Regina Moses (Lulu), Mbango Munyima (Piusa), David Mushavanga (Pesa), Nangana Mushavanga (Joyce), Othilie Ngandu (Maria), Christiaan Haingura Njamba (Teacher), Rozalina Wanga (Social worker), Renah Mushavanga Xuesom (Makena). aKukuri is a story of a teenager from the Kavango East region of Namibia who is in school with dreams of becoming a lawyer. The dreams are cut short as her grandmother doesn't value education and has organized for her wedding to the local brickmaker, Chindo. aSource used: videodisc. cPurchase. 7aShort films.2lcgft1 aTalavera, Philip,edirection,eproduction,ewriting.2 aOmbetja Yehinga (Organization) a92bPUL01057njm a22003135i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109020001800132035002200150042001000172110005400182245002800236264003000264264001200294300004100306336003700347337002300384338003100407500001800438500003200456500003300488505017200521650003800693994001200731on1390695362OCoLC20230718213016.0sd fsngnnmmned170330t20142014bl rcnn n por  a 2017314603 aDLCbengerdacDLC z7891430342029 a(OCoLC)1390695362 alcode2 aMombojó (Musical group),eperformer,eproducer.10aMombojó :bAlexandre. 1a[Brazil] :bSlap,c[2014] 4c℗2014 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier aCompact disc. aCAP CD Assort. 5 FY17.5DLC aProduction level cataloging.00aRebulico --tMe encantei por Rosario --tHello --tSummer long --tPing pong beat --tDiz o leao --tHortella --tDance --tAlexandre --tCuicado, perigo! --tPro sol. 0aPopular musiczBrazily2011-2020. a92bPUL01382ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014700163246002500310264007300335300004700408336003500455337002800490338002700518490002900545500003500574500001900609546002000628650003500648655003000683655003000713655001900743700004700762730007600809773012300885994001201008on1390695363OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561465 aDLCbengerdacDLC a(OCoLC)1390695363 apcc00aML31b.C59500aAssociated Holding Corporation presents "The girl from Montmartre" with Barbara LaMarr and Lewis Stone /cmusic compiled by James C. Bradford.30aGirl from Montmartre 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGirl from Montmartre (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 10w(DLC) 2018571961 a92bPUL01947njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100004700171245006400218264004300282264001200325300003000337336003700367337002300404338003100427344001900458344001900477344001900496347002200515347001300537382019300550500002700743511020300770505041500973650003001388650001601418655002601434655001801460710004701478994001201525on1390695369OCoLC20230718213016.0sd fsngnnmmned230711t20212021xxuppnn n eng  a 2023626318 aDLCbengerdacDLC1 a195269063474 a(OCoLC)13906953691 aNewsom, Jim,d1952-ecomposer,eperformer.10aPeace, love, happiness /cJim Newsom and the Cloudless Sky. 1a[United States] :bJim Newsom,c[2021] 4c℗2021 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01amale voicen1dguitarn1dfluten1dbass guitarn1dpianon1dkeyboard instrumentn1dpercussionn1apianon1dkeyboard instrumentn1dsteel drumn1dfemale voicen1adrum setn1s32lcmpt aTitle from disc label.0 aJim Newsome and the Cloudless Sky (Jim Newsom, vocals, guitars, flutes, bass, piano, keyboards, harmonica, percussion ; Gail Keller Smith, piano, keyboards, steel drum, vocals ; Rick Jebavy, drums).00aOur finest hour --tBitterness backfires --tI am not a jukebox --tMy daddy's records --tPeace love happiness --tThe days of being Bob Dylan are gone --tOne kiss --tHere and now --tGeraldine --tOrange clown --tSadie Grace and her butterfly chase --tA hug and a kiss (for Christmas) --tWindup toys on parade (music adapted from Parade of the tin soldiers by Leon Jessel, 1897) -- Sunshine and flowers. 0aPopular musicy2021-2030. 0aFolk music. 7aPopular music.2lcgft 7aSongs.2lcgft2 aCloudless Sky (Musical group),eperformer. a92bPUL05452nkd a2200613 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148100003100160245016200191260003200353300011300385336003300498337002800531338002600559520127100585520109601856540015602952500004003108500002503148506003603173545013903209545009703348545020503445555007903650610005903729650002803788650004403816650004003860650005203900650005303952650004404005650005704049650004804106650004704154650004104201650004404242650005504286650004404341650004704385655004404432655003904476655004104515655004504556773009504601856006104696856006904757994001204826on1390695370OCoLC20230718213016.0kh b|o230711s1919 it nnn knita  a 2023631486 aDLCbengedcrmgcDLC a(OCoLC)1390695370 ae-it---1 aFelici, G.,ephotographer.10a[Photograph albums depicting children assisted by the American Red Cross, Tiburtino District, Rome, Italy]h[graphic] /cG. Felici Roma Via Babuino 74-75-76. c[January and February 1919] a35 photographs in 2 albums :bgelatin silver prints ;calbums 29 x 37 cm, photographs 19 x 27 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aLOT 15379-3 includes two photograph albums. The first album is titled: "Omaggio alla Croce R. Americana Istituto Pio X Quartiere Tiburtino Roma, Gennajo 26 1919, Panizzardi Di Camillo." (Homage to the American Red Cross Instituto Pio X Tiburtino District Rome, January 26 1919, Panizzardi D. Camillo). Most images depict group portraits of children assisted by the Red Cross, including Boy Scouts gathered outdoors to greet American Red Cross visitors; Red Cross officials with children during a clothing distribution; two group portraits of boys from the "Collegio Pio X" showing how they looked before and after they received clothing from the Red Cross; the children of the "Via Campani" kindergarten in clothes donated by the Red Cross; girls of the "Istituto Femm. of V. Etrucschi" wearing donated clothing; girls of the "Istituto della Madonna dell'Orto" seated outside a building to thank the Red Cross for clothing; orphans at the "Istituto della Madonna dell'Orto" during Red Cross visit; girls from the kindergarten of the "Asilo delle Scuole di P. Tiburtina"; and girls seated outside a building with a nun at the "Asilo e Scuole di S. Savelli Bambini." Also shown is the exterior of the Pio X Institute assistance headquarters for the Tiburtino District.0 aThe second album is titled: "Album d'Omaggio alla Benemerita Croce R.A. con fotographie di nuovi istituzioni, maschili e femminili beneficate, Roma, Quartiere Tiburtino, 8-2-1919, D. Camillo Panizzardi" (Tribute album to the meritorious Cross R.A. with photographs of new institutions, benefited males and females, Rome, Tiburtino Quarter, 8-2-1919 [February 8, 1919]). Images depict mostly group portraits of children helped by the Red Cross including schoolchildren outside the Istituto Pio X on a field trip in Red Cross clothing (dated February 1, 1919); boys of the Collegio Pio X in school uniforms donated by Red Cross (dated February 4, 1919); aerial view of schoolchildren of "Patronato" playing outdoors in clothing given by Red Cross, some holding American flags; classes of girls working on needlework and lace in the Tiburtino Quarter workshops of "SS Pietro e Paolo" and "Madonna dell'Orto"; and girls of the "Villa Mercede" in the Tiburtino Quarter posed outdoors with sewing projects including an aerial view of children outdoors. The American flag is visible in some images. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title devised by Library staff. aCaptions in Italian.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc . aPhotographs were taken by Giuseppe Felici (1839-1923), official photographer of the Vatican. aCamillo Panizzardi (1875-1935) was an Italian presbyter (priest) who worked in the foundation of the Opera Pio X, in the Tiburtino district. (Source: https://it.wikipedia.org/wiki/Camillo_Panizzardi).8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxPeoplezItalyy1910-1920. 0aCatholicszItalyzRome. 4aWorld War, 1914-1918xAftermathzItaly. 4aBoy ScoutszItalyzRomey1920-1930. 7aSchool childrenzItalyzRomey1910-1920.2lctgm 7aClothing & dresszItalyzRomey1910-1920.2lctgm 7aOrphanszItalyzRomey1910-1920.2lctgm 7aReligious facilitieszItalyzRomey1910-1920.2lctgm 7aLace makingzItalyzRomey1910-1920.2lctgm 7aNeedleworkzItalyzRomey1910-1920.2lctgm 7aNunszItalyzRomey1910-1920.2lctgm 7aPriestszItalyzRomey1910-1920.2lctgm 7aInstitutional carezItalyzRomey1910-1920.2lctgm 7aSchoolszItalyzRomey1910-1920.2lctgm 7aWar reliefzItalyzRomey1910-1920.2lctgm 7aPortrait photographsy1910-1920.2gmgpc 7aGroup portraitsy1910-1920.2gmgpc 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01636ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245014800163246001800311264007400329300004700403336003500450337002800485338002700513490002900540500003500569500003600604546002000640650003500660655003000695655003000725655001900755700004700774730006900821773012300890787023701013994001201250on1390695377OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561442 aDLCbengerdacDLC a(OCoLC)1390695377 apcc00aML31b.C59500aAssociated First National Pictures, Inc. presents "Flaming youth" with Coleen Moore, a First National picture /ccompiled by James C. Bradford.30aFlaming youth 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (6 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFlaming youth (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 37w(DLC) 201857196108iRelated manifestation of item:tAssociated First National Pictures, Inc. presents "Flaming youth" with Coleen Moore, a First National picture.dNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923]w(DLC) 2022561443 a92bPUL01618ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012500163246001600288264007300304300004700377336003500424337002800459338002700487490002900514500003500543500001900578546002000597650003500617655003000652655003000682655001900712700004700731730007300778773012300851776025800974994001201232on1390695378OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561444 aDLCbengerdacDLC a(OCoLC)1390695378 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present Clara Bow in "The fleet's in!" with James Hall /ccompiled by James C. Bradford.30aFleet's in! 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFleet's in (Motion picture : 1928)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 39w(DLC) 201857196108iReproduced as (manifestation):tAdolph Zukor and Jesse L. Lasky present Clara Bow in "The fleet's in!" with James Hall.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570959 a92bPUL01748nem a2200337 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245028100272246006400553255002000617264007600637300010600713336004000819337002800859338002600887490001900913546003100932500009000963880028101053880006401334994001201398on1390695379OCoLC20230718213016.0aj canzn230712s2019 ti a 0 eng  a 2023364632 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390695379 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pThala =bKharīṭat Tūnis al-jiyūlūjīyah.pTālah /cles levés géologiques ont été effectués par Mohamed Faouzi Zagrarni, Amine Hanini et Mohamed Hédi Negra ; la rédaction a été assurée par Moez Mansoura.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pTālah aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2019] a1 map :bcolor ;c42 x 67 cm. on sheet 55 X 90 cm. folded in cover 21 X 17 cm +e1 booklet (24 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 67 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pThala =bخريطة تونس الجيولوجية.pتالة /cles levés géologiques ont été effectués par Mohamed Faouzi Zagrarni, Amine Hanini et Mohamed Hédi Negra ; la rédaction a été assurée par Moez Mansoura.316246-02aخريطة تونس الجيولوجية.pتالة a92bPUL01287nem a2200337 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002600162052001300188110007300201245009100274255002100365264007700386300005500463336004000518337002800558338002600586500006400612500005700676650007400733650006200807651004300869655002500912994001200937on1390695380OCoLC20230718213016.0aj canzn230717s1989 xoaacg a l 0 eng  a 2023592548 aDLCbengerdacDLC1 aab100000 a(OCoLC)139069538000aG9042.L5E63 1989b.N6 a9042bL51 aNorthern Territory.bDepartment of Lands and Housing,ecartographer.14aThe Northern Territory's Litchfield /cproduced by NT Department of Lands and Housing. aScale 1:100,000. 1aDarwin, Northern Territory :bNT Department of Lands and Housing,c1989. a1 map :bcolor ;c65 x 55 cm, folded to 22 x 14 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours, gradient tints, and spot heights. aLocation map, text and color illustrations on verso. 0aOutdoor recreationzAustraliazLitchfield National Park (N.T.)vMaps. 0aTrailszAustraliazLitchfield National Park (N.T.)vMaps. 0aLitchfield National Park (N.T.)vMaps. 7aTourist maps.2lcgft a92bPUL01710nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245014700257260002800404300009900432336003300531337002800564338002600592540004200618500003600660506018500696580006500881600007000946600007601016650005501092650006501147655004601212856009001258994001201348on1390695381OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634714 aDLCbengedcrmgcDLC a(OCoLC)1390695381 aLC-DIG-ppmsca-87323bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Ceiling with coffers.]p[Reflected ceiling plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 14 x 21 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aCoffers (Ceilings)zRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87323qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87323 a92bPUL01763nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012800256260002800384300007900412336003300491337002800524338002600552540004200578500003600620506018500656580006500841600007000906600007600976650005501052650006201107650008401169655004601253856009001299994001201389on1390695382OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634729 aDLCbengedcrmgcDLC a(OCoLC)1390695382 aLC-DIG-ppmsca-87338 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Breakfast room (2)]p[Detail]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 26 x 18 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aBreakfast roomszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural decorations & ornamentszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87338qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87338 a92bPUL01703ncm a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016800163246002000331264007400351300004700425336003500472337002800507338002700535490002900562500003500591500001900626500003600645546002000681650003500701655003000736655003000766655001900796700004700815730007100862773012300933787024901056994001201305on1390695411OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561385 aDLCbengerdacDLC a(OCoLC)1390695411 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a Victor Fleming production "Code of the sea" with Rod LaRoque and Jacqueline Logan /cmusic compiled by James C. Bradford.30aCode of the sea 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c34 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCode of the sea (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 30w(DLC) 201857196108iRelated manifestation of item:tAdolph Zukor and Jesse L. Lasky present a Victor Fleming production "Code of the sea" with Rod LaRoque and Jacqueline Logan.dNew York City : Cameo Music Publishing Co., Inc., [not before 1924]w(DLC) 2022561385 a92bPUL01827nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012600256260002800382300009800410336003300508337002800541338002600569540004200595500003600637500001100673500006800684506018500752580006500937600007001002600007601072650005501148650005601203655004601259655003401305856009001339994001201429on1390695412OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634690 aDLCbengedcrmgcDLC a(OCoLC)1390695412 aLC-DIG-ppmsca-87299 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[South elevation; rendering]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper with paper backing ;csheet 23 x 36 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 6. aDrawing shows house; and adjoining terrace with garden trellis. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aTrelliseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc 7aRenderingsy1880-1900.2gmgpc413digital file from originaldppmscaf87299qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87299 a92bPUL01286nem a2200385 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146050002800168052001500196110004300211245005200254255002000306264006300326300003300389336004000422337002800462338002600490500004400516500004400560500005300604650004900657651003100706650004700737655001700784880004300801880004400844994001200888on1390695614OCoLC20230718213016.0aj canzn230712s1923 ja ae a f 0 jpn  a 2023592538 aDLCbengerdacDLC c$11 aab10000 a(OCoLC)139069561400aG7962.K557G45 1923b.J3 a7962bK5571 6880-01aJapan.bKaigun,ecartographer.106880-02aKōbekō shūchiku keikaku heimenzu. aScale 1:10,000. 1a[Tokyo] :b[publisher not identified],cTaishō 12 [1923] a1 map :bcolor ;c46 x 87 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aDepths shown by contours and soundings. aKobe Harbor reconstruction ground plan. a"Taisho ̄7-nen Kaigun sokuryōzu ni motozuku." 0aRegional planningzJapanzKōbe PortvMaps. 0aKōbe Port (Japan)vMaps. 0aNautical chartszJapanzKōbe PortvMaps. 7aMaps.2lcgft1 6110-01aJapan.b海軍,ecartographer.106245-02a神戶港修築計畫平面圖. a92bPUL01196njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001800132028002900150035002200179042001400201100003600215245002900251246000800280264004100288264001200329300004900341306003500390336003700425337002300462338003100485340001900516344001800535344001500553344002300568344001900591511001100610500002800621505007000649650002400719655003100743994001200774on1390695740OCoLC20230718213016.0sd bsmennmplud230712t20222022gw ppnn n eng d a 2023627518 aTDFbengerdacDLC30a425180412906002aNECH 021bNechto Records a(OCoLC)1390695740 alccopycat0 aR.M.K.c(Musician),eperformer.10aNECH 021 EP12" /cR.M.K.30a021 1a[Ukraine] :bNechto Records,c[2022] 4c℗2022 a1 audio disc :banalog, 33 1/3 rpm ;c12 in. a000538a000633a000605a000617 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc0 aR.M.K. aTitle from disc labels.0 aMuscle (5:38) -- Connect (6:33) -- Mind (6:05) -- Release (6:17). 0aElectronica (Music) 7aElectronica (Music)2lcgft a92bPUL01265njm a22002897a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127041001300149042001000162245003600172260004400208300006400252490002400316546003100340500005800371500023800429500007500667500001800742505017000760500003300930994001200963on1390695741OCoLC20230718213016.0sd fsngnnmmned220307s2011 mw sgnn n eng  a 2022322037 aDLCbengcDLC a(OCoLC)13906957410 dengdnya alcode00aSankha moyoh[sound recording]. a[Lilongwe] :bIn Tune for Life,cc2011. a1 sound disc :bdigital ;c4 3/4 in. +eDVD-ROM (4 3/4 in.)0 aTitenge udindo ;v3 aSung in English and Chewa. aAccompanied by: DVD titled: Mofanana 2: Mary's story. aThe album is mastered in the UK, and distributed through Christian Aid in Lilongwe.The music in the album is focussed on HIV awareness and addressing some of the social issues that surround it like domestic violence, rape and stigma. aAccompanying insert contains background information about the project. aCompact disc.0 aImvani kulira kwawo -- Edzi yasuzya -- Someday -- Mumve -- Sankha moyo -- Mwana ndi chuma -- Chizolowezi -- Chitemwa chikondi -- Maybe if -- Limbikabe -- Amatikonda. aProduction level cataloging. a92bPUL01514njm a2200469 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002600149035002200175100004600197245002700243246001700270264005800287264001200345300005700357336003700414337002300451338003100474340001900505344001800524344001500542344002300557344001900580500002600599511002700625500002500652505016200677650002700839650002200866650002800888650002100916650002100937655002800958655002800986655001801014994001201032on1390695742OCoLC20230718213016.0sd bsmennmplue230711t20172017ncurcnn n eng  a 2023617301 aDLCbengerdacDLC1 a67385505781102aMRG578bMerge Records a(OCoLC)13906957420 aSneaksc(Musician)ecomposer,eperformer.10aIt's a myth /cSneaks.30aIt is a myth 1aChapel Hill, North Carolina :bMerge Records,c[2017] 4c℗2017 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from container.0 aSneaks (Eva Moolchan). a"SS2017"--Container.00tInside edition --tLook like that --tNot my combination --tHair slick back --tDevo --tPBNJ --tAct out --tDaffodils --tWith a cherry on top --tFuture. 0aRock musicy2011-2020. 0aElectronic music. 0aAlternative rock music. 0aPost-punk music. 0aIndie pop music. 7aPost-punk music.2lcgft 7aIndie pop music.2lcgft 7aSongs.2lcgft a92bPUL01723nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245013100256260002800387300006400415336003300479337002800512338002600540540004200566500003600608506018500644580006500829600007000894600007600964650005501040650006301095650005501158655004601213856009001259994001201349on1390695743OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634693 aDLCbengedcrmgcDLC a(OCoLC)1390695743 aLC-DIG-ppmsca-87302 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Door with lunette.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 28 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aLunetteszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87302qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87302 a92bPUL01466njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110006900171245005000240264005700290264001200347300003000359336003700389337002300426338003100449344001900480344001900499344001900518347002200537347001300559382008300572500002700655511009100682505022700773650002701000655002301027655001801050994001201068on1390695768OCoLC20230718213016.0sd fsngnnmmned230711t20192019xxurcnn n eng  a 2023626320 aDLCbengerdacDLC1 a700261473635 a(OCoLC)13906957682 aJonny & the Black Frames (Musical group),ecomposer,eperformer.10aRevolver junkies /cJonny & the Black Frames. 1a[United States] :bJonny & the Black Frames,c[2019] 4c℗2019 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01adrum setn1abass guitarn1dmale voicen1aguitarn1dmale voicen1s32lcmpt aTitle from disc label.0 aJonny & the Black Frames (J, drums ; Chad Z, bass, voice ; Jonny Yen, guitar, vocals).00aSwitchblade --tShadows fading --tSaint Valentine's massacre --tKeep the fire alive --tAttention whore --tKick & the snare --tShowing teeth --tSequestration blues --tDeadbeat --tWe awake --tDesolate --tWasteland. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL00916njm a22002777a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028003100127035002200158042001000180100002300190245012700213260003800340300004100378500002700419546001900446500001800465505007900483500003300562710003100595994001200626on1390695769OCoLC20230718213016.0sd fsngnnmmned201105s2019 rh ppnn n sna  a 2020337665 aDLCbengcDLC02aCDIMZM 007bGramma Records a(OCoLC)1390695769 alcode1 aMjintu, Innocente.10aChari nejasih[sound recording] /cInnocente Mijuntu and Zare Music ; all songs arranged and composed by Innocent Mijuntu. aHarare :bGramma Records,cp2019. a1 sound disc :bdigital ;c4 3/4 in. aPopular sungura music. aSung in Shona. aCompact disc.0 aFototo zii -- Tavaona -- Kurasiswa -- Tigoziva -- Tigoziva (Instrumental). aProduction level cataloging.2 aZARE Music (Musical group) a92bPUL01627ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245015900163246002800322264007000350300004700420336003500467337002800502338002700530490002900557500003500586546002000621650003500641655003000676655003000706655001900736700004700755730008600802773012300888787024201011994001201253on1390695770OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561468 aDLCbengerdacDLC a(OCoLC)1390695770 apcc00aML31b.C59500aEdwin Carewe's production of David Belasco's great stage success "The girl of the golden West," a First National picture /ccompiled by James C. Bradford.30aGirl of the golden West 1aNew York City :bCameo Music Publishing, Inc.,c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aGirl of the golden West (Motion picture : 1923)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 13w(DLC) 201857196108iRelated item of manifestation:tEdwin Carewe's production of David Belasco's great stage success "The girl of the golden West," a First National picture.dNew York City : Cameo Music Publishing, Inc., [not before 1923]w(DLC) 2022561467 a92bPUL01723njm a2200433 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003000149035002200179245003900201264004900240264001200289300004100301336003700342337002300379338003100402344001900433344001900452344001900471347002200490347001300512500002700525511011400552508002800666518004700694500002500741505035100766650002201117650003001139655003801169655002601207710004401233994001201277on1390695803OCoLC20230718213016.0sd fsngnnmmned230714t20202020txucynn d n eng  a 2023628009 aDLCbengerdacDLC1 a88829594182202aFA00191bFlying A Records a(OCoLC)139069580300aNo holds barred /cthe Flyin' A's. 1a[Austin, Tex.?] :bFlying A Records,c[2020] 4c℗2020 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aThe Flyin' A's (Hilary Claire Adamson, vocals ; Stuart Adamson, vocals, guitars) ; with supporting musicians. aProduced by Chris Gage. oRecordedpMoonHouse Studio, Austin, Texas. aLyrics on container.0 aGoing crazy (3:01) -- Rhyme or reason (2:59) -- She feels like home (3:24) -- Heart brakes (2:34) -- Coal tattoo (3:41) -- Faith and gasoline (3:57) -- What's wrong with you for loving me (3:04) -- First taste (2:32) -- We will again (3:14) -- House for my dog (2:38) -- Nothing can stop my loving you (2:23) -- Lungs (2:12) -- Letting go (4:09). 0aAmericana (Music) 0aCountry musicy2011-2020. 7aAlternative country music.2lcgft 7aCountry music.2lcgft2 aFlyin' A's (Musical group),eperformer. a92bPUL01410ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245019100163246001700354264007300371300004700444336003500491337002800526338002700554490002900581500003500610500001900645546002000664650003500684655003000719655003000749655001900779700004700798730006800845773012300913994001201036on1390695804OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561389 aDLCbengerdacDLC a(OCoLC)1390695804 apcc00aML31b.C59500aColumbia pictures presents "The college hero" with Robert Agnew, Pauline Garon, Ben Turpin, Rex Lease, Churchill Ross, Joan Standing and Charles Paddock /ccompiled by James C. Bradford.30aCollege hero 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCollege hero (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 34w(DLC) 2018571961 a92bPUL02859nkd a2200493 a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126043001200148245005000160260002800210300011300238336003300351337002800384338002600412520061800438540015601056500003701212500002501249500003301274506003601307545013901343555007901482610007201561610006801633650005201701650003901753650003801792650003901830650004901869650004101918655004401959655003902003655004102042655004502083773009502128856006102223856006902284994001202353on1390695805OCoLC20230718213016.0kh b|o230712q19171919it nnn knita  a 2023631488 aDLCbengedcrmgcDLC a(OCoLC)1390695805 ae-it---00aViserbo Asilo, American Red Crossh[graphic]. c[between 1917 and 1919] a12 photographs in 1 album :bgelatin silver prints ;c; album 25 x 35 cm, photographs 17 x 23 cm or smaller. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aPhotographs show the Viserbo Asilo nursery for children, in Viserbo (Viserba?), Italy. Most images show children on the beach exercising, playing in water, resting and walking. Photographs also depict a woman taking a snack out of a bowl held by another woman, a nurse examining a boy's eyes, a dormitory and a dining room. Also shown is a group portrait, possibly of the nursery staff including: Lieutenant Roberts, Contessa Bevilacquia, Fortunato Buzzi, mayor of Ravenna; Major Bartlett, Director of Civil Affairs and Lieutenant Pacifici. An image of Buzzi visiting the children at the nursery is also included. aPublication may be restricted. For information, see "American National Red Cross photograph collection,"uhttp://www.loc.gov/rr/print/res/717_anrc.html aLOT title transcribed from item. aCaptions in Italian. aPhotographer not identified.0 aCollection is open to research. aGeneral information about the American National Red Cross photograph collection is available at.uhttp://hdl.loc.gov/loc.pnp/pp.anrc .8 aFinding aid available online.uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp02300124aAmerican National Red CrossxFacilitieszItalyzViserboy1910-1920.24aAmerican National Red CrossxPeoplezItalyzViserboy1910-1920. 4aWorld War, 1914-1918xChildrenzItalyzViserbo. 7aChildrenzItalyy1910-1920.2lctgm 7aBeacheszItalyy1910-1920.2lctgm 7aDay carezItalyy1910-1920.2lctgm 7aInstitutional carezItalyy1910-1920.2lctgm 7aWar reliefzItalyy1910-1920.2lctgm 7aPortrait photographsy1910-1920.2gmgpc 7aGroup portraitsy1910-1920.2gmgpc 7aPhotograph albumsy1910-1920.2gmgpc 7aGelatin silver printsy1910-1920.2gmgpc1 tAmerican National Red Cross photograph collection (Library of Congress)w(DLC) 2009632518423Finding aiduhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001423Finding aid (PDF)uhttps://hdl.loc.gov/loc.pnp/eadpnp.pp023001.3 a92bPUL01833nkd a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100004200207245007900249260003300328300006900361336003300430337002800463338002600491540015800517500003600675530008500711500010700796500014600903580009801049650005001147650003901197655003301236773010001269856009001369994001201459on1390695806OCoLC20230718213016.0kg bi|230717s1960 xxunnn kneng  a 2023631495 aDLCbengedcrmgcDLC a(OCoLC)1390695806 aLC-DIG-ppmsca-83278bDLCc(digital file from original)1 aO'Halloran, Thomas J.,ephotographer.10a[Two men standing by Conoco gas pumps, Ida Grove, Iowa]h[graphic] /cTOH. c09/18/60 [18 September 1960] a1 photograph :bsafety negative ;cfilm width 35mm (roll format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. For information see "U.S. News & World Report Magazine Collection,"uhttps://www.loc.gov/rr/print/res/078_usnw.html aTitle devised by Library staff. aContact sheet available for reference purposes: USN&WR COLL - Job no. 4948,b12. aRelated log book caption from USN&WR COLL - Job no. 4948: "Mood of America interviews 09/18/1960 TOH." aRelated log book caption from USN&WR COLL - Job no. 4948: "Mood of America interviews Ida Grove, Iowa ... Farm town main street TOH 9-19-60." aForms part of: U.S. News & World Report Magazine Photograph Collection (Library of Congress). 7aGasoline pumpszIowazIda Grovey1960.2lctgm 7aMenzIowazIda Grovey1960.2lctgm 7aFilm negativesy1960.2gmgpc0 tU.S. News & World Report Magazine Photograph Collection (Library of Congress)w(DLC) 92517073413digital file from originaldppmscaf83278qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.83278 a92bPUL01582nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245011600257260002800373300007900401336003300480337002800513338002600541540004200567500003600609506018500645580006500830600007000895600007600965650005501041655004601096856009001142994001201232on1390695807OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634719 aDLCbengedcrmgcDLC a(OCoLC)1390695807 aLC-DIG-ppmsca-87328bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Floor plan study]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 21 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87328qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87328 a92bPUL03452njm a2200697 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003600149035002200185245002000207264006200227300004100289336003700330337002300367338003100390344001900421344001900440344001900459347002200478347001300500500002700513511002400540508018100564500004800745500010000793505078400893650001901677650001001696650001701706650002901723655002601752655001701778655001801795655004501813700004701858700002901905700004601934700004101980700004702021700004002068700005502108700003302163700003002196700002702226700004402253700005402297700002902351710004002380710005402420710006902474710005202543710004202595710004802637710005702685994001202742on1390695824OCoLC20230718213016.0sd fsngnnmmned000727r199919uumnumunn n eng  a 00521716  aDLCbengerdacDLC1 a76776381072602aMPR 107bMinnesota Public Radio a(OCoLC)139069582400aKeepers coffee. 1aSaint Paul, Minnesota :bMinnesota Public Radio,c[1999?] a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aVarious performers. aMusic consultants from MPR's the Morning Show: Tom Keith, Dale Connelly, Silverster Vicic ; Marlis Schmidt and Wendy Turner, producers ; Tom Mudge and Craig Thorson, rngineers. aCompiled from previously released material. aMPR 107 is also published by Minnesota Public Radio with the title "Keepers coffee with cream."0 tCoffee in bedr(Tom Paxton)g(2:36) -- A cuppa coffee the size of my headr(Dan Newton)g(3:56) --tDouble cappuccinor(Dakota Dave Hull, Kari Larson)g(2:24) --tExpresso my lover(Divers)g(3:32) --tAnother cuppa coffeer(Mr Elk and Mr Seal)g(2:31) --tWhat I want is a proper cup of coffeer(R.P. Weston and Bert Lee)g(3:47) --tGood morning coffeer(Greg Brown)g(2:59) --tJava jiver(Manhattan Transfer)g(2:52) --tSt. caffeiner(John Gorka)g(3:27) --tCoffee songr(The Guy's All Shoe Band)g(2:52) --tCoffee breakr(Frank Loesser)g(1:44) --tBlack coffeer(Cookie Coleman with Adi Yeshaya, Phil Hey and Gordon Johnson)g(5:05) --tLets have another cup of coffeer(Fred Waring and his Pennsylvanians)g(3:11) --tCoffee in a cardboard cupr(Dennis Spears)g(4:02). 0aPopular music. 0aJazz. 0aJazz vocals. 0aCoffeevSongs and music. 7aPopular music.2lcgft 7aJazz.2lcgft 7aSongs.2lcgft 7aSampler albums (Sound recordings)2lcgft1 aPaxton, Tom,d1937-eperformer,ecomposer.1 aNewton, Dan,eperformer.1 aHull, Dakota Dave,eperformer,ecomposer.1 aLarson, Kari,eperformer,ecomposer.1 aBrown, Greg,d1949-eperformer,ecomposer.1 aGorka, John,eperformer,ecomposer.1 aLoesser, Frank,d1910-1969,eperformer,ecomposer.1 aColeman, Cookie,eperformer.1 aYeshaya, Adi,eperformer.1 aHey, Phil,eperformer.1 aJohnson, Gordonc(Bassist),eperformer.1 aWaring, Fred,d1900-1984,eperformer,econductor.1 aSpears, Dennis,esinger.2 aDivers (Musical group),eperformer.2 aMr. Elk and Mr. Seal (Musical group),eperformer.2 aTrout Fishing in America (Musical group),ecomposer,eperformer.2 aManhattan Transfer (Musical group),eperformer.2 aGuy's All-Star Shoe Band,eperformer.2 aPennsylvanians (Musical group),eperformer.2 aMinnesota Public Radio,epublisher,eaudio producer. a92bPUL01725njm a2200421 i 4500001001300000003000600013005001700019007001500036008004100051010004500092040002300137028002400160028002100184035002200205043001200227245007500239264005200314300004900366336003300415337002300448338003100471340001900502344001800521344001500539344002300554344001700577500002600594511004300620505013700663650004500800650005700845655002100902655003400923700006500957700006301022773020601085994001201291on1390695825OCoLC20230718213016.0sd bmmennmplue230623s1962 nyuuunn n eng  a 2023616839zr 66001523 zr 66001524  aDLCbengerdacDLC02aSA 827bSpoken Arts02a827bSpoken Arts a(OCoLC)1390695825 an-us---04aThe inaugural addresses of Dwight D. Eisenhower [and] John F. Kennedy. 1aNew Rochelle, New York :bSpoken Arts,c[1962?] a1 audio disc :banalog, 33 1/3 rpm ;c12 in. aspoken wordbspw2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gmono2rdacpc aTitle from container.0 aDwight D. Eisenhower, John F. Kennedy.00tFirst inaugural address, January 20, 1953 /rDwight D. Eisenhower --tSecond inaugural address, January 21, 1957 /rJohn F. Kennedy. 0aPresidentszUnited StatesxInauguration. 0aPresidentszUnited StatesvSpeeches, addresses, etc. 7aSpeeches.2lcgft 7aLive sound recordings.2lcgft1 aEisenhower, Dwight D.q(Dwight David),d1890-1969,espeaker.1 aKennedy, John F.q(John Fitzgerald),d1917-1963,espeaker.0 iIn multivolume (manifestation):tInaugural addresses of Franklin D. Roosevelt, Harry S. Truman, Dwight D. Eisenhower [and] John F. Kennedy.dNew Rochelle, New York : Spoken Arts, 1962w(DLC)r 66001135 a92bPUL00850nem a22002891i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001500126035002200141050002000163052000900183110004300192245003600235255003700271264005800308300004600366336004000412337002800452338002600480651002500506655001700531994001200548on1390695826OCoLC20230718213016.0aj canzn971106s1958 inu a 0 eng  a 97690635  aDLCbengerdacDLC1 aab3070800 a(OCoLC)139069582600aG3700 1958b.C7 a37002 aGeorge F. Cram Company,ecartographer.10aCram's Political United States. aScale approximately 1:3,070,800. 1aIndianapolis, Ind. :bGeorge F. Cram Company,c[1958] a1 map on 2 sheets :bcolor ;c126 x 82 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier 0aUnited StatesvMaps. 7aMaps.2lcgft a92bPUL01842nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002500154052000900179245028300188246017100471255002100642264005700663300003400720336004000754337002800794338002600822490003400848500003000882534015900912500007501071500009601146500003201242651002401274651004901298655002301347655001701370700004501387994001201432on1390695827OCoLC20230718213016.0aj canzn230711r19771842enkd a 0 eng  a 2023585547 aDLCbengerdacDLC0 aa a(OCoLC)139069582700aG8735 1842b.M3 1977 a873500aMap of the West Coast of Africa :bcomprising Guinea and the British possessions at Sierra Leone, on the Gambia and the Gold Coast together with the countries within the courses of the Rivers Senegal, Gambia & Kowara /ccompiled from official documents by John Arrowsmith, 1842.30aGuinea and the British possessions, Sierra Leone, on the Gambia and the Gold Coast together with the countries within the courses on Rivers Senegal, Gambia and Kowara aScale not given. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map :bcolor ;c96 x 59 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v4 aRelief shown by hachures. pOriginal version:c[London] : John Arrowsmith Litho. : James & Luke J. Hansard, Printers.nOrdered by the House of Commons to be printed 5th. August 1842. aMap reprinted from the IUP series of the British Parliamentary papers. a"Appendix to report from the select committee on West Coast of Africa"--Upper right corner. a"(551)"--Lower left corner. 0aAfrica, WestvMaps. 0aGreat BritainxColonieszAfrica, WestvMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft1 aArrowsmith, John,d1790-1873,ecompiler. a92bPUL01861nkm a22003977a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003400126035002200160037006100182110003900243245009600282260010300378300008000481336003300561337002800594338002600622540004200648500003300690500001100723500004500734500026700779651004801046650006601094650004101160650004101201655003601242655004301278700003601321856009401357994001201451on1390695828OCoLC20230718213016.0kh |o|230717s1901 enknnn kneng  a 2023637596 aDLCbengedcrmgcDLC aHXXXXbU.S. Copyright Office. a(OCoLC)1390695828 aLC-DIG-stereo-1s48071bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aImperial observatory, one of Peking's famous sights--on the eastern wall--Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1901. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 1. aCopyright 1901 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 89). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aAstronomical observatorieszChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aXzChinazBeijingy1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48071qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48071 a92bPUL01861nkm a22003737a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245016500257260002800422300009900450336003300549337002800582338002600610540004200636500003600678506018500714580006500899600007000964600007601034650005501110650006201165650005501227650005701282655004601339856009001385994001201475on1390695829OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634715 aDLCbengedcrmgcDLC a(OCoLC)1390695829 aLC-DIG-ppmsca-87324bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Breakfast room.]p[Wall with paneling and fireplace.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 14 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aBreakfast roomszRhode IslandzNewporty1880-1900.2lctgm 7aPanelingzRhode IslandzNewporty1880-1900.2lctgm 7aFireplaceszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87324qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87324 a92bPUL01320ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009100163246001400254264007300268300004700341336003500388337002800423338002700451490002900478500003500507500003600542546002000578650003500598655003000633655003000663655001900693700004700712730006500759773012200824994001200946on1390695845OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561407 aDLCbengerdacDLC a(OCoLC)1390695845 apcc00aML31b.C59500aWarner Bros. classics of the screen, "The dark swan" /ccompiled by James C. Bradford.30aDark Swan 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDark Swan (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 2w(DLC) 2018571961 a92bPUL01312ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009800163246002000261264007300281300004700354336003500401337002800436338002700464490002900491500003500520500001900555546002000574650003500594655003000629655003000659655001900689700003600708730007100744773012300815994001200938on1390695895OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561433 aDLCbengerdacDLC a(OCoLC)1390695895 apcc00aML31b.C59500aWilliam Fox special production "The family upstairs" /cmusic compiled by Michael P. Krueger.30aFamily upstairs 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (2 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKrueger, Michael P.,ecompiler.0 iMusic for motion picture (work):aFamily upstairs (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 28w(DLC) 2018571961 a92bPUL00944nem a2200313 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050002400162052000900186245005800195255003500253264003300288300003300321336004000354337002800394338002600422650003200448650004200480650003200522655001700554710004700571994001200618on1390695896OCoLC20230718213016.0aj canzn230711q2002 so a i 0 eng  a 2023585549 aDLCbengerdacDLC1 aab700000 a(OCoLC)139069589600aG8351.E59 2002b.S6 a835100aSomalia food economy groups :bareas (draft) /cFSAU. aScale approximately 1:700,000. 1a[Somalia?] :bFSAU,c[2002?] a1 map :bcolor ;c22 x 28 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier 0aFood reliefzSomaliavMaps. 0aEmergency food supplyzSomaliavMaps. 0aFood supplyzSomaliavMaps. 7aMaps.2lcgft2 aFood Security Assessment Unit for Somalia. a92bPUL01576nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245011000257260002800367300007900395336003300474337002800507338002600535540004200561500003600603506018500639580006500824600007000889600007600959650005501035655004601090856009001136994001201226on1390695897OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634703 aDLCbengedcrmgcDLC a(OCoLC)1390695897 aLC-DIG-ppmsca-87312bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Floor plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 21 x 45 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87312qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87312 a92bPUL01699njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245004800284264004500332264001100377300005700388336003700445337002300482338003100505340001900536344001800555344001500573344002300588344001900611382002300630500002600653511001200679508003100691500003300722500003600755505020400791650003000995650002301025655003901048655003101087655002601118655003101144655001801175994001201193on1390695929OCoLC20230718213016.0sd fsngnnmmned230627r20182008ne ppnn n eng  a 2023617282 aDLCbengerdacDLC1 a60256723560602a0602567235606bUniversal02a0602567235606bPolydor/Island a(OCoLC)13906959292 aEnigma (Musical group)ecomposer,eperformer.14aThe fall of a rebel angel.nVIII /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Michael Cretu. aOriginally released in 2016. aPressed on clear magenta vinyl.00tCircle eight --tThe omega point --tDiving --tThe die is cast --tMother --tAgnus Dei --tSadeness (part II) --tLost in nothingness --tOxygen red --tConfession of the mind --tAbsolvo --tAmen. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01531nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139041001300161050002600174052001300200110007100213245014600284246003300430246006800463255003400531264008500565300007600650336004000726337002800766338002600794500002200820500004200842500004300884500005100927500004300978546003501021650004801056655001701104994001201121on1390695930OCoLC20230718213016.0aj canzn230706s1995 sa a 1 eng  a 2023591368 aDLCbengerdacDLC1 aab11000 a(OCoLC)13906959300 aengaafr00aG8504.C3P55 1995b.A9 a8504bC32 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, reisdiens, Victoria & Alfred Waterfront /ccompiled, drawn and published by the Automobile Association of South Africa.30aVictoria & Alfred Waterfront3 aAARSA travel service, reisdiens, Victoria and Alfred Waterfront aScale approximately 1:11,000. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1995] a1 map :bcolor ;c22 x 18 cm, on sheet 42 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K7. aIn lower left corner on verso: 958/10. aIncludes text and index to points of interest. aText and color illustrations on verso. aText in English and Afrikaans. 0aWaterfrontszSouth AfricazCape TownvMaps. 7aMaps.2lcgft a92bPUL01712nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245015000256260002800406300009900434336003300533337002800566338002600594540004200620500003600662506018500698580006500883600007000948600007601018650005501094650006501149655004601214856009001260994001201350on1390695931OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634695 aDLCbengedcrmgcDLC a(OCoLC)1390695931 aLC-DIG-ppmsca-87304 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Ceiling for dining room.]p[Reflected ceiling plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 24 x 34 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aCoffers (Ceilings)zRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87304qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87304 a92bPUL01313nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001400126035002200140050003000162052001300192245016100205255003500366264005700401300002500458336004000483337002800523338002600551490003500577500003000612534006400642500004200706500007500748650003800823655002300861655001700884710003800901994001200939on1390696034OCoLC20230718213016.0aj aanzn230713r19771882ie d a 0 eng  a 2023585557 aDLCbengerdacDLC1 aab170000 a(OCoLC)139069603400aG8854.A2P2 1882b.S4 1977 a8854bA200aSketch map of road from Accra to Prahsue /cby C.W. Thompson, Asst. Inspr. G.C.C. June 1882 ; reduced and zincographed at the Intelligence Dept. War Office. aScale approximately 1:170,000. 1a[Dublin, Ireland] :b[Irish Academic Press],c[1977] a1 map ;c87 x 31 cm. acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aMaps of Africa 1829-1898 ;v17 aRelief shown by hachures. pOriginal version:c[London] : Dangerfield Lith., June 1882. aShows magnitude north and true north. aMap reprinted from the IUP series of the British Parliamentary papers. 0aRoadszGhanazAccra RegionvMaps. 7aFacsimiles.2lcgft 7aMaps.2lcgft2 aIrish Academic Press,epublisher. a92bPUL01998nem a2200505 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159034000600172035002200178041002300200050002500223052001300248110006000261245019300321246003800514246004800552246004600600246003900646255002000685255002400705264006200729300012800791336004000919337002800959338002600987500009401013500002201107500004401129500005701173500005301230546006201283650003401345651002701379655002201406655002501428655002701453994001201480on1390696035OCoLC20230718213016.0aj canzn230504s2008 au bg a 1 ger  a 2023591165 aDLCbengerdacDLC a9783707905762 a37079057641 aab750000 aa a(OCoLC)13906960350 ageraengafreaita00aG6032.C6P2 2008b.F7 a6032bC62 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aAutokarte, Bodensee Panorama =bRoad map, Lake Constance panorama = Carte routière, Lac de Constance panorama = Carta stradale, Lago di Costanze panorama /ccartography Freytag & Berndt.31aRoad map, Lake Constance panorama31aCarte routière, Lac de Constance panorama31aCarta stradale, Lago di Costanze panorama38aBodensee, Lake Constance, Panorama aScale 1:75,000. aNot drawn to scale. 1aVienna, Austria :bFreytag-Berndt u. Artartia AG,c[2008] a1 map + 1 view on 1 sheet :bboth sides, color ;c64 x 112 cm and 60 x 84 cm, sheet 67 x 113 cm, folded in cover 24 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights on road map, and by spot heights on aerial view. aTitle from cover. aIncludes color illustrations and index. aSelected buildings shown pictorially on aerial view. aIn bottom left corner of road map: 042074A-8561. aTitle and legend in German, English, French, and Italian. 0aRoadszConstance, LakevMaps. 0aConstance, LakevMaps. 7aRoad maps.2lcgft 7aAerial views.2lcgft 7aPictorial maps.2lcgft a92bPUL01892nem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126034001300139035002200152041001300174050002300187052001300210110007800223245013400301246001900435255003400454255003400488264008800522300011200610336004000722337002800762338002600790500007300816500002200889500001200911500001400923500009800937505012701035546004701162650006801209651004101277650006501318655001701383655002201400994001201422on1390696036OCoLC20230718213016.0aj canzn230707s1994 sa g a 1 eng  a 2023591369 aDLCbengerdacDLC1 aab165001 aab60000 a(OCoLC)13906960360 aengaafr00aG8504.P6 1994b.A2 a8504bP62 aAA Mapping and Publishing Services (Pty) Ltd.,ecartographer,epublisher.10aAARSA travel service, reisdiens, Port Elizabeth /ccompiled, drawn and published by AA Mapping and Publishing Services (Pty) Ltd.30aPort Elizabeth aScale approximately 1:16,500. aScale approximately 1:60,000. 1aJohannesburg :bpublished by AA Mapping and Publishing Services (Pty) Ltd.,c[1994] a2 maps on 1 sheet :bboth sides, color ;c39 x 47 cm and 57 x 39 cm, sheet 42 x 60 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights on "Port Elizabeth through-routes" map. aTitle from panel. a"TP-9." a"948/10." aIncludes text, index to point of interest, 5 insets of local routes, and color illustrations.0 aPort Elizabeth Central Area / Sentrale gebied Port Elizabeth -- Port Elizabeth through-routes / Deurroetes Port Elizabeth. aTitle and legend in English and Afrikaans. 0aCentral business districtszSouth AfricazPort ElizabethvMaps. 0aPort Elizabeth (South Africa)vMaps. 0aRoadszSouth AfricazPort Elizabeth Metropolitan AreavMaps. 7aMaps.2lcgft 7aRoad maps.2lcgft a92bPUL02942ngm a22006137i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002400144035002200168041001800190046001500208050002500223245008900248246002200337257002400359264004200383264001100425300011000436336005000546337002300596338003000619340001900649344005300668347007100721380002700792538016000819500002600979532003401005500005201039500002601091511006701117511006201184508012601246508014001372520012401512520015001636505004901786500007001835521003801905500008801943655003102031655002602062655005402088700003902142700004902181700003402230773005202264994001202316on1390696037OCoLC20230718213016.0vd csaizm230712t20222022xxu176 vleng  a 2023600555 aDLCbengerdacDLC1 a81445602577342aPEEK-014bPeekarama a(OCoLC)13906960371 aengpengheng k19832edtf00aDVE8163(viewingcopy)04aThe young like it hot ;bSweet young foxes /cCaribbean Films ; director, Bob Chinn.1 aSweet young foxes aUnited States.2naf 1a[United States] :bPeekarama,c[2022] 4c©2022 3viewing copya1 videodisc (176 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as motion pictures in 1983. aTitle from container.1 aThe young like it hot: Hyapatia Lee, Kay Parker, Shauna Grant.1 aSweet young foxes: Hyapatia Lee, Cindy Carver, Cara Lott. aThe young like it hot: producer, story and screenwriter, Gail Palmer ; cinematography, Jack Remy ; editor, Pearl Diamond. aSweet young foxes: producer, Elliot Lewis ; story and screenplay, Deborah Sullivan ; cinematography, Jack Remy ; editor, Pearl Diamond. aThe young like it hot: "Threatened by automation, telephone operators at a small-town company turn to phone-sex"--IMDb. aSweet young foxes: "A bored group of coeds decides to throw a party to liven things up. They wind up getting more than they bargained for"--IMDb.00tThe young like it hot --tSweet young foxes. aAlso includes a Blu-ray copy of the movies with special features. aContains explicit sexual content. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 7aPornographic films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aChinn, Bob,d1943-efilm director.1 aPalmer, Gail,efilm producer,escreenwriter.1 aLee, Hyapatia,d1960-eactor.0 tSnelson (John) Collection (Library of Congress) a92bPUL02480njm a2200517 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002200109024001700131028003500148035002200183042001400205245005100219246005500270264008100325264001200406300006800418306005900486336003700545337002300582338003100605344001900636344001900655344001900674347002200693347001300715382002700728500002700755511003900782500006800821505077800889650003201667650002601699650001301725650002201738650002701760650004801787655002201835655002101857655002701878655004501905994001201950on1390696699OCoLC20230718213016.0sd fsngnnmmneu230717r199519uuenkmunn n zxx  a 2023626586 aNzbengerdacDLC1 a08464690022102aLCD-9002bScarborough Classics a(OCoLC)1390696699 alccopycat00aSelections from World's favorite masterpieces.1 iTitle on container:aWorld's favorite masterpieces 1aHainault, England :bScarborough Classics :bMichele International,c[1995?] 4c℗1988 a1 audio disc (63 min., 21 sec.) :bdigital, stereo ;c4 3/4 in. a000748a001152a000256a000619a001418a000942a000938 aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01aorchestrae1t12lcmpt aTitle from disc label.0 aVarious orchestras and conductors. aConsists of previously released material, digitally remastered.0 aSymphony no. 5. 1st movement / Beethoven (South German Philharmonic ; Hans Swarowsky, conductor) (7:48) -- Emperor waltz, op. 437 / Strauss (Vienna Opera Orchestra ; Alfred Scholz, conductor) (11:52) -- Brandenburg concerto no. 2. 3rd movement / Bach (Wurzburg Soloists Orchestra ; Hans Reinartz, conductor) (2:56) -- Eine kleine Nachtmusik. Allegro / Mozart (Camerata Academica Salzburg ; Hanspeter Gmur, conductor) (6:19) -- Symphony no. 8, "Unfinished". 1st movement / Schubert (South German Philharmonic ; Carlo Pantelli, conductor) (4:18) -- Prelude from Meistersinger of Nuremberg / Wagner (Nuremberg Symphony Orchestra ; Erich Kloss, conductor) (9:42) -- Symphony no. 40. 1st movement / Mozart (Mozarteum Orchestra Salzburg ; Bernhard Paumgartner, conductor) (9:38). 0aOrchestral musicvExcerpts. 0aSymphoniesvExcerpts. 0aWaltzes. 0aOperasvExcerpts. 6aOrchestre, Musique d'. 7aOrchestral music.2fast0(OCoLC)fst01047289 7aArt music.2lcgft 7aExcerpts.2lcgft 7aWaltzes (Music)2lcgft 7aSampler albums (Sound recordings)2lcgft a92bPUL01407njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002800149035002200177245003500199264004700234264001200281300004100293336003700334337002300371338003100394344001900425344001900444344001900463347002200482347001300504500002700517511014300544500004700687505018200734650002700916655002300943710004300966994001201009on1390696720OCoLC20230718213016.0sd fsngnnmmned230712t19971997nmurcnn f n eng  a 2023627521 aDLCbengerdacDLC1 a79920807012902aDA0701bTMPB Recordings a(OCoLC)139069672000aDefinitely Moore /cJane Hair. 1aCloudcroft, NM :bTMPB Recordings,c[1997] 4c℗1997 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aJane Hair (Danois Cordova, guitar, vocals ; Douglas Ray Cordova, percussion, drums, vocals ; Paul Benshoof, bass guitar, keyboard, flute). aNote on the performing group on container.0 aColors of love -- No, no, know, know Moore -- You're no good -- 20 miles high -- Raleigha -- Bring back the summer -- Holiday -- Sonny -- Jane -- What you do to me -- Amore mio. 0aRock musicy1991-2000. 7aRock music.2lcgft2 aJane Hair (Musical group),eperformer. a92bPUL00931njm a22002657a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001900159245013400178260003800312300004100350500002700391546001900418500001800437505013000455500003300585710003500618994001200653on1390696721OCoLC20230718213016.0sd fsngnnmmned200715s2019 rh ppnn n sna  a 2020337263 aDLCbengcDLC a(OCoLC)1390696721 alcode1 aSlomo, Franco.10aKumberi kwenzara magutwah[sound recording] /c/ Franco 'Slomo' Dhakha & The Extra Kwazvose ; all songs composed by Franco Slomo. aHarare :bJonathan Mgazi,c[2019] a1 sound disc :bdigital ;c4 3/4 in. aPopular sungura music. aSung in Shona. aCompact disc.0 aBaba namai -- Ndofira chipo changu -- Gara naye -- Nguva nenguva -- Kumberi kwenzara magutwa -- Mhanduwe -- Mupfungwa dzangu. aProduction level cataloging.2 aExtra Kwazvose (Musical group) a92bPUL01900ncm a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013000163246000800293264007300301300004700374336003500421337002800456338002700484490002900511500003500540500001900575500005300594546002000647650003500667655003000702655003000732655001900762700004600781730005900827773012300886776026401009787021701273994001201490on1390696727OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561393 aDLCbengerdacDLC a(OCoLC)1390696727 apcc00aML31b.C59500aPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong /ccompiled by Rudolph Berliner.30aCop 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil; lacks pages 3-4. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBerliner, Rudolph,d1878-1965,ecompiler.0 iMusic for motion picture (work):aCop (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 38w(DLC) 201857196108iReproduced as (manifestation):tPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 202057085908iRelated manifestation of item:tPathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong.dNew York City : Cameo Music Service Corporation, [not before 1928]w(DLC) 2022561394 a92bPUL01474ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245019600163246002300359264007300382300004700455336003500502337002800537338002700565490002900592500003500621500001900656500003600675546002000711650003500731655003000766655003000796655001900826700004700845730007400892773012200966994001201088on1390696728OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561408 aDLCbengerdacDLC a(OCoLC)1390696728 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present a George Melford production "The dawn of a tomorrow" with Jacqueline Logan, David Torrence and Raymond Griffith /cmusic compiled by James C. Bradford.30aDawn of a tomorrow 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDawn of a tomorrow (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 3w(DLC) 2018571961 a92bPUL00977njm a22002777a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109028001300127035002200140042001000162100001700172245006900189260003000258300004100288500003100329546001900360500001800379505023200397500003300629710002500662994001200687on1390696748OCoLC20230718213016.0sd fsngnnmmned211117s2021 rh ppnn n sna  a 2021316954 aDLCbengcDLC02aCD/JP/11 a(OCoLC)1390696748 alcode0 aJah Prayzah.10aGwarah[sound recording] /cJah Prayzah and 3rd Generation Band. a[Harare? :bs.n.],c2021. a1 sound disc :bdigital ;c4 3/4 in. aPopular traditional music. aSung in Shona. aCompact disc.0 aBvumbamirai -- Takarasima -- Murder -- Nyeredzi -- Ndodzungaira -- Boi boi -- Mhaka -- Ndichiyamwa -- Umhandara -- Gone -- Mbwende -- Mhondoro -- Chimwe nechimwe -- Gwara -- Nherera -- Chigaro chehushe -- Handichada -- Kokovha. aProduction level cataloging.2 a3rd Generation Band. a92bPUL01426njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149245004700171264005300218264001200271300003000283336003700313337002300350338003100373344001900404344001900423344001900442347002200461347001300483382006500496500002700561511006800588518008200656505016700738650002700905655002300932655001800955710004300973994001201016on1390696783OCoLC20230718213016.0sd fsngnnmmned230711p20202019xxurcnn n eng  a 2023626311 aDLCbengerdacDLC1 a700261481562 a(OCoLC)139069678300aLet's go where there's booze /cRebel Son. 1a[United States] :bHot Rod Hell Records,c[2020] 4c℗2020 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11aguitarn1dbass guitarn1dmale voiceadrum setn1s22lcmpt aTitle from disc label.0 aRebel Son (Lee Johnson, guitar, bass, voice ; Ron Kirk, drums). oRecorded atpSchaefer Sound Productions, Raleigh, NCd2019 November-December.00aLet's go where there's booze --tI love drinking --tWay downtown --tThe death of me --tSir bartender --tIf I drink enough --tHow many more --tMorning glory. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft2 aRebel Son (Musical group),eperformer. a92bPUL01705nem a2200421 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001800126020001500144034001300159035002200172041002300194050002300217052001300240110005100253245024000304246006700544246007000611246005200681255002000733264004000753300007300793336004000866337002800906338002600934500006100960500002201021500006301043546006101106650005101167651003601218655001701254994001201271on1390696785OCoLC20230718213016.0aj canzn230502s2007 sz ge a 1 ger  a 2023591143 aDLCbengerdacDLC a9783905706956 a39057069541 aab10000 a(OCoLC)13906967850 agerafreaitaaeng00aG6044.B6 2007b.O7 a6044bB62 aOrell Füssli Kartographie AG,ecartographer.10aBiel und Umgebung :bStadtplan mit Strassenverzeichnis = Bienne et environs : plan de ville avec répertoire des rues = Bienne e dintorni : pianta della città con indice delle strade = Biel and environs : city map with street index.31aBienne et environs :bplan de ville avec répertoire des rues31aBienne e dintorni :bpianta della città con indice delle strade31aBiel and environs :bcity map with street index aScale 1:10,000. 1aZürich :bOrell Füssli,c[2007] a1 map :bcolor ;c48 x 76 cm, sheet 84 x 91 cm, folded to 21 x 13 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by spot heights. Depths shown by soundings. aTitle from panel. aIncludes index and ancillary map of public transit system. aText and legend in German, French, Italian, and English. 0aLocal transitzSwitzerlandzBiel (Bern)vMaps. 0aBiel (Bern, Switzerland)vMaps. 7aMaps.2lcgft a92bPUL02708ngm a22003133a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245028000160257001200440260007900452300008200531508018100613511002900794520082300823500003801646536051501684655003002199655002902229700003202258700003202290710006002322994001202382on1390696786OCoLC20230718213016.0vd cvaiz|210923s2013 mw 018 vleng  a 2021316753 aDLCbengeamimcDLC a(OCoLC)1390696786 alcode00aEconomic valuation of sustainable natural resource use in Malawi.pFisheries resources /cauthors: Gil Yaron, Ronald Mangani, John Mlava, Patrick Kambewa, Steve Makungwa, Austine Mtethiwa, Spy Muuthali, William Mgoola, John Kazembe ; script: Madalitso Mvula, Patrick Njawala. aMalawi. aLilongwe, Malawi :bMinistry of Economic Planning and Development,cc2013. a1 videodisc of 1 (DVD) (ca. 18 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCamera, Lucius Funsani, Patrick Njawala ; editor, Patrick Njawala, Blessings Simon ; sound track, Masankho Banda ; production coordinator, Michael Mmangisa, Mzithembi Mbekeani.0 aMarvin Mbwana, narrator. aThe Government of Malawi is implementing the Malawi Poverty and Environment Initiative (MPEI) of the United Nations Development Programme (UNDP). MPEI's aim is to enhance the contribution of the sustainable management of natural resources to poverty reduction, food security and economic growth, and to facilitate the achievement of both the Malawi Growth and Development Strategy (MGDS) and the Millennium Development Goals (MDGs). The Economic Study was conducted within the context of the MPEI project. The primary aim of the study is to provide evidence on the costs and benefits of sustainable and unsustainable natural resource management in Malawi. Focus is on four selected natural resources: forestry resources, fisheries resources, wildlife resources and soils. This video is focusing on fisheries resources. aSource used: videodisc container. aSupported by United Nations Development Programme (UNDP), Department of State United States of America, Irish Aid, Norwegian Ministry of Foreign Affairs, Spanish Ministry of Foreign Affairs and Cooperation, UK Department for International Development (DFID), Danish Ministry of Foreign Affairs (DANIDA), European Commission, Belgian Development Cooperation, Swedish International Development Cooperation Agency (SIDA), Swedish Environmental Protection Agency, and United Nations Environmental Programme (UNEP). 7aDocumentary films.2lcgft 7aNonfiction films.2lcgft1 aMvula, Madalitso,ewriting.1 aNjawala, Patrick,ewriting.1 aMalawi.bMinistry of Economic Planning and Development. a92bPUL01724nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245012800256260002800384300007900412336003300491337002800524338002600552540004200578500003600620506018500656580006500841600007000906600007600976650005501052650005201107650005501159655004601214856009001260994001201350on1390696787OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634694 aDLCbengedcrmgcDLC a(OCoLC)1390696787 aLC-DIG-ppmsca-87303 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Wall paneling.]p[Elevations]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 12 x 29 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aWallszRhode IslandzNewporty1880-1900.2lctgm 7aPanelingzRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87303qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87303 a92bPUL01699nem a2200457 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001400133035002200147050002400169052001900193110004800212245007900260246005400339255002100393264006300414300003300477336004000510337002800550338002600578500004700604500002200651500005600673500004500729500004700774651004100821651003900862655001700901880004700918880007500965880005101040880006101091880003701152880004001189994001201229on1390696790OCoLC20230718213016.0aj canzn230712q1952 ja ag a 0 jpn  a 2023592541 aDLCbengerdacDLC c$11 aab100000 a(OCoLC)139069679000aG7964.J57 1951b.F8 a7964bJ57bN381 6880-01aFujinami Shuppansha,ecartographer.106880-02aTakada-shi to Naoetsu-shi, Nakakeijō-gun /cFujinami Shuppansha.1 6880-03iTitle within map border:aNakakeijō-gun aScale 1:100,000. 16880-04a[Tokyo] :bFujinami Shuppansha,cShōwa 26 [1951] a1 map :bcolor ;c74 x 53 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. aTitle from panel. aPublication date inferred from date of acquisition. aIncludes lists, notes and illustrations. aTables, 7 maps and illustrations on verso. 06880-05aJōetsu-shi (Japan),vMaps. 06880-06aNaoetsu-shi (Japan)vMaps. 7aMaps.2lcgft1 6110-01a富士波出版社,ecartographer.106245-02a高田市と直江津市・中頸城郡 /c富士波出版社.1 6246-03iTitle within map border:a中頸城郡 16264-04a[Tokyo] :b富士波出版社,c昭和 26 [1951] 46651-05a上越市 (Japan)vMaps. 46651-06a直江津市 (Japan)vMaps. a92bPUL01364ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245013500163246001500298264007000313300004700383336003500430337002800465338002700493490002900520500003500549500003600584546002000620650003500640655003000675655003000705655001900735700004700754730006600801773012300867994001200990on1390696797OCoLC20230718213016.0230616s1923 xxumpz n zxx  a 2022561392 aDLCbengerdacDLC a(OCoLC)1390696797 apcc00aML31b.C59500aRobert W. Chambers, "The common law" co-starring Corinne Griffith, Conway Tearle, Elliott Dexter /ccompiled by James C. Bradford.30aCommon law 1a[United States] :b[publisher not identified],c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aCommon law (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 2, Folder 37w(DLC) 2018571961 a92bPUL01749njm a2200493 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002900149028003400178035002200212110005000234245002900284264004500313264001100358300005700369336003700426337002300463338003100486340001900517344001800536344001500554344002300569344001900592382002300611500002600634511001200660508002400672500003300696500003200729505028400761650003001045650002301075655003901098655003101137655002601168655003101194655001801225994001201243on1390696798OCoLC20230718213016.0sd fsngnnmmned230626r20181990ne ppnn n eng  a 2023617279 aDLCbengerdacDLC1 a60255737231102a0602557372311bUniversal02a0602557372311bPolydor/Island a(OCoLC)13906967982 aEnigma (Musical group)ecomposer,eperformer.10aMCMXC A.D.nI /cEnigma. 1aBaarn, Netherlands :bUniversal,c[2018] 4c©2018 a1 audio disc :banalog, 33 1/3 rpm, stereo ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc11aelectronics2lcmpt aTitle from container.1 aEnigma. aProduced by Enigma. aOriginally released in 1990. aPressed on clear red vinyl.00tThe voice of Enigma --tPrinciples of lust --tSadeness --tFind love --tSadeness (reprise) --tCallas went away --tMea culpa --tThe voice & the snake --tKnocking on forbidden doors --tBack to the rivers of belief --tWay to eternity --tHallelujah --tThe rivers of belief. 0aPopular musicy1991-2000. 0aWorld beat (Music) 7aAmbient music (Electronica)2lcgft 7aElectronica (Music)2lcgft 7aNew Age music.2lcgft 7aExperimental music.2lcgft 7aSongs.2lcgft a92bPUL01258nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139050002300161052001300184110005900197245010300256250002300359255003400382264005700416300005500473336004000528337002800568338002600596500004600622500002200668500005100690500003600741500004300777651004700820655001700867994001200884on1390696799OCoLC20230718213016.0aj canzn230714s2023 dcubg a f 0 eng  a 2023587325 aDLCbengerdacDLC1 aab83000 a(OCoLC)139069679900aG4282.M6 2023b.U5 a4282bM61 aUnited States.bNational Park Service.,ecartographer.10aMount Rainier National Park, Washington /cNational Park Service, U.S. Department of the Interior. aLast updated 2023. aScale approximately 1:83,000. 1a[Washington, D.C.] :bNational Park Service,c[2023] a1 map :bcolor ;c43 x 58 cm, folded to 10 x 22 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aTitle from panel. a"*GPO:2023---423-201/83006 Last updated 2023." aIncludes text and coverage map. aText and color illustrations on verso. 0aMount Rainier National Park (Wash.)vMaps. 7aMaps.2lcgft a92bPUL01560ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018200160257001100342260005300353300006700406500005200473508026500525511013700790546001600927500001400943500003800957541001400995655002401009655002601033700004101059700003101100700003401131710003301165994001201198on1390696818OCoLC20230718213016.0vd cvaiz|200720s2014 ke --- vlswa  a 2020336488 aDLCbengeamimcDLC a(OCoLC)1390696818 alcode00aLokoloko.nSeason 1,nEpisode 12 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01753nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066001100126034001400137035002200151042001500173110008900188245026900277246007400546255002100620264007600641300010600717336004000823337002800863338002600891490002000917546003100937500009000968880027001058880007501328994001201403on1390696832OCoLC20230718213016.0aj canzn230712s2019 ti a f 0 fre  a 2023364724 aDLCbengerdacDLC c(3c(41 aab100000 a(OCoLC)1390696832 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pAlouet El Gounna =bKharīṭat Tūnis al-jiyūlūjīyah.pʻAlwat al-Vannah /cles levés géologiques ont été effectués en 1995-1996 par Younès Jedoui ; la rédaction a été assurée par Moez Mansoura.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pʻAlwat al-Vunnah aScale 1:100,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2019] a1 map :bcolor ;c32 X 49 cm. on sheet 54 X 80 cm. folded in cover 21 X 17 cm +e1 booklet (18 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 102 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pAlouet El Gounna =bخريطة تونس الجيولوجية.pعلوة الڤنة /cles levés géologiques ont été effectués en 1995-1996 par Younès Jedoui ; la rédaction a été assurée par Moez Mansoura.316246-02aخريطة تونس الجيولوجية.pعلوة الڤنة a92bPUL03446ngm a22006737i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195044001200213046001500225050002500240245017000265246004200435246004400477257003200521264004900553264001100602300010900613336005000722337002300772338003000795340001900825344005500844347005100899380002700950538016000977500002601137532003401163500005301197500002601250511007201276508005701348520065601405500006902061500008802130650002502218650002002243655002402263655003102287655002602318655005402344700005202398700003302450700002902483700003002512700003502542700004602577710004402623710004102667773005202708994001202760on1390696833OCoLC20230718213016.0vd csaizs230712t20232023xxu098 vleng  a 2023600558 aDLCbengerdacDLC1 a81445602728942aVS-426bVinegar Syndrome a(OCoLC)13906968331 aengpengheng axxuamx k19992edtf00aDVE8166(viewingcopy)00aFreeway II, confessions of a trickbaby /cAlliance Cinema ; Kushner-Locke Company ; written and directed by Matthew Bright ; produced by Chris Hanley and Brad Wyman.3 aFreeway 2, confessions of a trickbaby3 aFreeway two, confessions of a trickbaby aUnited StatesaMexico.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (98 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1999. aTitle from container.1 aNatasha Lyonne, María Celedonio, Vincent Gallo, David Alan Grier. aCinematography, Joel Ransom ; editor, Suzanne Hines. a"White Girl is a twisted teenage prostitute with a bad attitude and a nasty eating disorder, who's been sent to the slammer for 25 years. Her cellmate, Cyclona, is equally deranged, being a vicious killer. And, as like minds attract, the two are quick to form a truly twisted alliance. When the opportunity arises, White Girl and Cyclona manage to escape from the pen and embark on a non-stop orgy of violence and debauchery, all while hoping to make it across the border into Mexico to seek refuge with Cyclona's proxy caretaker, Sister Gomez. However, there's a big hitch in their plans as the good Sister isn't as 'she' seems..."--Container insert. aAlso includes a Blu-ray copy of the movie with special features. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aProstitutionvDrama. 0aPrisonsvDrama. 7aCrime films.2lcgft 7aExploitation films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aBright, Matthew,efilm director,escreenwriter.1 aWyman, Brad,efilm producer.1 aLyonne, Natasha,eactor.1 aCeledonio, Maria,eactor.1 aGallo, Vincent,d1961-eactor.1 aGrier, David Alan,d1956 June 30-eactor.2 aKushner-Locke Co.,eproduction company.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01796nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245016600257260002800423300009900451336003300550337002800583338002600611540004200637500003600679506018500715580006500900600007000965600007601035650005501111650006401166650005601230655004601286856009001332994001201422on1390696839OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634710 aDLCbengedcrmgcDLC a(OCoLC)1390696839 aLC-DIG-ppmsca-87319bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Library.]p[Walls with bookshelves, door, and window.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, with paper backing ;csheet 14 x 37 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aLibraries (Rooms)zRhode IslandzNewporty1880-1900.2lctgm 7aBookcaseszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87319qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87319 a92bPUL01589njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028003300149035002200182110005000204245005500254264005900309264001200368300003000380336003700410337002300447338003100470344001900501344001900520344001900539347002200558347001300580500002700593511001900620500004100639505046100680650002701141655002301168994001201191on1390696846OCoLC20230718213016.0sd fsngnnmmned230713t20202020ne rcnn i n eng  a 2023626339 aDLCbengerdacDLC1 a60250741822902aEMICDY 2020bUniversal Music a(OCoLC)13906968462 aVamps (Musical group),ecomposer,eperformer.10aCherry blossom :bcommentary version /cthe Vamps. 1aHilversum, the Netherlands :bUniversal Music,c[2020] 4c℗2020 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aKit Sebastian. aProgram notes inserted in container.00tGlory days (commentary) --tGlory days (intro.) --tGlory days --tBetter (commentary) --tBetter --tMarried in Vegas (commentary) --tMarried in Vegas --tChemicals (commentary) --tChemicals --tWould you (commentary) --tWould you --tBitter (commentary) --tBitter --tPart of me (commentary) --tPart of me --tProtocol (commentary) --tProtocol --tNothing but you (commentary) --tNothing but you --tTreading water (commentary) --tTreading water. 0aRock musicy2011-2020. 7aRock music.2lcgft a92bPUL01392ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012200163246001900285264007300304300004700377336003500424337002800459338002700487490002900514500003500543500001900578500003600597546002000633650003500653655003000688655003000718655001900748700004700767730007000814773012200884994001201006on1390696847OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561411 aDLCbengerdacDLC a(OCoLC)1390696847 apcc00aML31b.C59500aCharles R. Rogers present Ken Maynard in "The devil's saddle" with Kathleen Collins /ccompiled by James C. Bradford.30aDevil's saddle 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDevil's saddle (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 6w(DLC) 2018571961 a92bPUL01596nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245013000257260002800387300007900415336003300494337002800527338002600555540004200581500003600623506018500659580006500844600007000909600007600979650005501055655004601110856009001156994001201246on1390696860OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634705 aDLCbengedcrmgcDLC a(OCoLC)1390696860 aLC-DIG-ppmsca-87314bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Third floor.]p[Plan.]h[graphic] /cR.M.H. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 23 x 38 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87314qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87314 a92bPUL01587nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012100257260002800378300007900406336003300485337002800518338002600546540004200572500003600614506018500650580006500835600007000900600007600970650005501046655004601101856009001147994001201237on1390696868OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634718 aDLCbengedcrmgcDLC a(OCoLC)1390696868 aLC-DIG-ppmsca-87327bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Second floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 31 x 44 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87327qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87327 a92bPUL01353njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100006000171245003200231264005800263264001900321300004100340336003700381337002300418338003100441344001900472344001900491344001900510347002200529347001300551500002700564511001900591505019400610650002200804650002100826650003000847655003800877655002800915994001200943on1390696874OCoLC20230718213016.0sd fsngnnmmned230714t20202020cauppnn n eng  a 2023628014 aDLCbengerdacDLC1 a888295963169 a(OCoLC)13906968740 aWhite Owl Red,d1968-ecomposer,elyricist,eperformer.10aAfterglow /cWhite Owl Red. 1a[Mill Valley, Calif.?] :bHush Mouse Records,c[2020] 4ccopyright 2020 a1 audio disc :bdigital ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aWhite Owl Red.0 aAfterglow -- Hold on -- Hell and the blues -- I walk the line (for you) -- Out on the waters -- Through is through -- Tip top Bob's -- Wake up -- The way I feel now -- Working class heroes. 0aAmericana (Music) 0aFolk-rock music. 0aPopular musicy2011-2020. 7aAlternative country music.2lcgft 7aFolk-rock music.2lcgft a92bPUL00775nem a22002773i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132042001000154245003400164250002200198255002400220264005400244300003400298336004000332337002800372338002600400546001900426653004000445994001200485on1390696875OCoLC20230718213016.0aj canzn230717s2021 io a 0 ind  a 2023330335 aDLCbengerdacDLC1 aa a(OCoLC)1390696875 alcode00aPeta wilayah yurisdiksi NKRI. aEdisi tahun 2017. aScale 1: 6,000,000. 1aJakarta :bPusat Hidro-Oseanografi TNI AL,c2021. a1 map :bcolor ;c92 x 124 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aIn Indonesian.0 anational territoryaIndonesiaamaps a92bPUL01573ngm a22003493a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245018100160257001100341260005300352300008100405500005200486508026500538511013700803546001600940500001400956500003800970541001401008655002401022655002601046700004101072700003101113700003401144710003301178994001201211on1390696876OCoLC20230718213016.0vd cvaiz|200720s2014 ke 022 vlswa  a 2020336482 aDLCbengeamimcDLC a(OCoLC)1390696876 alcode00aLokoloko.nSeason 1,nEpisode 6 :ba comedy /cCheruscopic Productions Ltd. ; producers, Neil Schell and Scolly Cheruto ; director, Gilbert Lukalia ; created by Scolly Cheruto. aKenya. aNairobi :bCheruscopic Productions Ltd.,cc2014. a1 videodisc of 1 (DVD) (ca. 22 min.) :bsd., col. ;c4 3/4 in.3viewing copy aCopyright: Cheruscopic Productions Ltd. ; 2014. aDirector of photography, Arsher Lomo ; assistant camera, Anthony Ochieng ; 1st AD, Christine Njeri Wanyoike ; 2nd AD, Shiashia Jumuma ; continuity, Charity Kuria ; gaffer/grips, Patrick Muia ; assistant grips, Steve ; editor, Winnie Ndoge ; sound mixer, Chris.1 aTimothy Ndisii, Winnie Lyria, Scolly Cheruto, Kevin Amwoma, Zainabu Harri, Raphael Ndegwa, Peris Kamau, Peter Nyungesa, Moses Ngugi. aIn Swahili. aA comedy. aSource used: videodisc container. cPurchase. 7aShort films.2lcgft 7aFiction films.2lcgft1 aCheruto, Scolly,ecast,eproduction.1 aSchell, Neil,eproduction.1 aLukalia, Gilbert,edirection.2 aCheruscopic Productions Ltd. a92bPUL01662ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245016500163246002000328264007300348300004700421336003500468337002800503338002700531490002900558500003500587500001900622546002000641650003500661655003000696655003000726655001900756700004700775730007100822773012300893787026001016994001201276on1390696902OCoLC20230718213016.0230616s1927 nyumpz n zxx  a 2022561428 aDLCbengerdacDLC a(OCoLC)1390696902 apcc00aML31b.C59500aAdolph Zukor and Jessse L. Lasky present Adolphe Menjou in "Evening clothes" with Virginia Valli, Noah Beery and Louise Brooks /ccompiled by James C. Bradford.30aEvening clothes 1aNew York City :bCameo Music Service Corporation,c[not before 1927] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEvening clothes (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 23w(DLC) 201857196108iRelated manifestation of manifestation:tAdolph Zukor and Jessse L. Lasky present Adolphe Menjou in "Evening clothes" with Virginia Valli, Noah Beery and Louise Brooks.dNew York City : Cameo Music Service Corporation, [not before 1927]w(DLC) 2021561246 a92bPUL01541nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139041001300161050002600174052001300200110007800213245014800291246003300439246006800472255003400540264008700574300007600661336004000737337002800777338002600805500002200831500004200853500004200895500005100937500004300988546003501031650004801066655001701114994001201131on1390696903OCoLC20230718213016.0aj canzn230706s1994 sa a 1 eng  a 2023591366 aDLCbengerdacDLC1 aab11000 a(OCoLC)13906969030 aengaafr00aG8504.C3P55 1994b.A2 a8504bC32 aAA Mapping and Publishing Services (Pty) Ltd.,ecartographer,epublisher.10aAARSA travel service, reisdiens, Victoria & Alfred Waterfront /ccompiled, drawn and published by AA Mapping and Publishing Services (Pty) Ltd.30aVictoria & Alfred Waterfront3 aAARSA travel service, reisdiens, Victoria and Alfred Waterfront aScale approximately 1:11,000. 1aJohannesburg :bpublished by AA Mapping and Publishing Services (Pty) Ltd,c[1994] a1 map :bcolor ;c22 x 18 cm, on sheet 42 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K7. aIn lower left corner on verso: 946/9. aIncludes text and index to points of interest. aText and color illustrations on verso. aText in English and Afrikaans. 0aWaterfrontszSouth AfricazCape TownvMaps. 7aMaps.2lcgft a92bPUL01674njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109035002200132100004200154245003300196264005000229300003000279336003700309337002300346338003100369344001900400344001900419344001900438347002200457347001300479382015600492500002600648511021000674500004900884518004800933505016100981650002601142655003301168655001801201710004501219994001201264on1390696916OCoLC20230718213016.0sd fsngnnmmned230713s2019 xxurcnn n eng  a 2023626334 aDLCbengerdacDLC a(OCoLC)13906969161 aWhitaker, Lee,ecomposer,eperformer.10aTruth is /cthe Broken Ones. 1a[United States] :b[The Broken Ones],c[2019] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio01amale voicen1dguitarn1dpianon1afemale voicen1abass guitarn1adrum setn1aguitarn1dkeyboard instrumentn1dpercussionn1aguitarn1s52lcmpt aTitle from container.0 aThe Broken Ones (Lee Whitaker, vocals, guitars, piano ; Maria Atkins, vocals ; Billy Lowe, bass guitar ; Kirk McWilliams, drums ; Van Atkins, gutiar, keyboards, percussion ; Troy Jackson, acoustic guitar). a"All songs written by Lee Whitaker"--Insert. oRecorded atpCrossroads Studios, Arden, NC.00tPrevail --tTruth is --tAll that remains --tVictory --tInto the light --tHero --tSoldier --tSurrender --tThe great divide --tSomething from nothing. 0aChristian rock music. 7aChristian rock music.2lcgft 7aSongs.2lcgft2 aBroken Ones (Musical group),eperformer. a92bPUL01278ncm a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245012200163264006700285300004700352336003500399337002800434338002700462490002900489500003500518500001900553546002000572650003500592655003000627655003000657655001900687700002700706730006100733773012200794994001200916on1390696917OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561413 aDLCbengerdacDLC a(OCoLC)1390696917 apcc00aML31b.C59500aDon't, from the story by Rupert Hughes with Sally O'Neil, John Patrick and Bert Roach /cmusic compiled by Ernst Luz. 1aNew York City :bMusic Service Corporation,c[not before 1925] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aLuz, Ernst,ecompiler.0 iMusic for motion picture (work):aDon't (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 8w(DLC) 2018571961 a92bPUL01331ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245008500163246001700248246001600265264007300281300004700354336003500401337002800436338002700464490002900491500003500520500001900555546002000574650003500594655003000629655003000659655001900689700004700708730006700755773012300822994001200945on1390696918OCoLC20230718213016.0230616s1928 nyumpz n zxx  a 2022561453 aDLCbengerdacDLC a(OCoLC)1390696918 apcc00aML31b.C59500aCarl Laemmle presents "The four flusher" /cmusic compiled by James C. Bradford.30aFour flusher3 aFourflusher 1aNew York City :bCameo Music Service Corporation,c[not before 1928] a1 cue sheet (2 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aFourflusher (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 48w(DLC) 2018571961 a92bPUL01908nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245035700272246006900629255002000698264007600718300010600794336004000900337002800940338002600968490001900994546003101013500009001044880035601134880006801490994001201558on1390696919OCoLC20230718213016.0aj canzn230712s2022 ti a f 0 fre  a 2023364815 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390696919 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pBouchebka =bKharīṭat Tūnis al-jiyūlūjīyah.pBūshabakah /cles levés géologiques ont été effectués par El Mabrouk Essid ; la rédaction a été assurée par Ilyes Salhi et Mohamed Daoussi ; coordination Moez Mansoura ; révision Hayet Khayati, Moez Mansoura et Mohamed Raouf Karray.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pBūshabakah aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2019] a1 map :bcolor ;c45 X 68 cm. on sheet 53 X 90 cm. folded in cover 20 X 15 cm +e1 booklet (29 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 83 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pBouchebka =bخريطة تونس الجيولوجية.pبوشبكة /cles levés géologiques ont été effectués par El Mabrouk Essid ; la rédaction a été assurée par Ilyes Salhi et Mohamed Daoussi ; coordination Moez Mansoura ; révision Hayet Khayati, Moez Mansoura et Mohamed Raouf Karray.316246-02aخريطة تونس الجيولوجية.pبوشبكة a92bPUL01920ngm a22003253a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245011300160257001300273260006200286300006800348500006800416508023900484511017800723520045800901500002801359541001401387655002401401700003401425700003101459700005701490710003501547994001201582on1390696920OCoLC20230718213016.0vd cvaiz|220210s2020 sx --- vleng  a 2021334751 aDLCbengeamimcDLC a(OCoLC)1390696920 alcode00aKapana :ba Namibian love story /ca Philippe Talavera film ; director-producer, casting, Philippe Talavera. aNamibia. aWindhoek, Namibia :bOmbetja Yehinga Organisation,c2020. a1 videodisc of 1 (DVD) :bsd., col. ;c4 3/4 in.3viewing copy. aCopyright notice on video: Ombetja Yehinga Organisation ; 2020. aEditor, Haiko Boldt ; director of photography, Kit Hoffman ; script, Senga Brockerhoff, Mikiros Garoes ; location sound, Jacques `Kauna' Hoabeb ; music, Ponti Dikuua, Micheal Pulse ; post production and sound effects, Wojtek Majewski.1 aAdriano Visagie (George), Simon Hanga (Simeon), Mikiros Garoes, Dawie Engelbrecht, Felicity Philander, Elize de Wee, Foreversun Haiduwah, Albertina Hainane, Chanwrill Vries. aA film about the gay community in Namibia, a country where sodomy is still a crime and gay relationships are stigmatized against. Here two lives intersect: George and Simeon meet in a bar and something clicks. It is at a kapana stand (grilled meat stand) that the two protagonists are brought back together and despite initial hesitations romance blossoms, though there is another secret yet to be revealed, and it will turn everything else upside down. aSource used: videodisc. cPurchase. 7aShort films.2lcgft1 aBrockerhoff, Senga,ewriting.1 aGaroes, Mikiros,ewriting.1 aTalavera, Philip,ecasting,edirection,eproduction.2 aOmbetja Yehinga (Organization) a92bPUL01309ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010100163246002000264264007300284300004700357336003500404337002800439338002700467490002900494500003500523500001900558546002000577650003500597655003000632655003000662655001900692700003000711730007100741773012300812994001200935on1390696937OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561472 aDLCbengerdacDLC a(OCoLC)1390696937 apcc00aML31b.C59500aJoseph P. Kennedy presents George O'Hara in "Going the limit" /cmusic compiled by Eugene Conte.30aGoing the limit 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aConte, Eugene,ecompiler.0 iMusic for motion picture (work):aGoing the limit (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 4, Folder 17w(DLC) 2018571961 a92bPUL01850nem a22003375i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034001300133035002200146042001500168110008900183245032600272246007000598255002000668264007600688300010600764336004000870337002800910338002600938490001900964546003100983500009001014880032601104880007001430994001201500on1390696979OCoLC20230718213016.0aj canzn230712s2022 ti a f 0 fre  a 2023364566 aDLCbengerdacDLC c(31 aab50000 a(OCoLC)1390696979 alcodeapcc1 aTunisia.bOffice national des mines.bDépartement de la géologie,ecartographer.106880-01aCarte geologique de la Tunisie.pJebeniana =bKharīṭat Tūnis al-jiyūlūjīyah.pJibiniyānah /cles levés géologiques ont été effectués par Adel Sghaier et Mohsen Hassine ; la rédaction a été assurée par Moez Mansoura et Ilyes Salhi ; révision Moez Mansoura et Mohamed Raouf Karray.316880-02aKharīṭat Tūnis al-jiyūlūjīyah.pJibiniyānah aScale 1:50,000. 1aTunis :bDirection de la géologie, Office national des mines,c[2022] a1 map :bcolor ;c45 X 68 cm. on sheet 55 X 90 cm. folded in cover 21 X 17 cm +e1 booklet (21 pages) acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier0 aFeuille no. 90 aText in French and Arabic. aMap accompanied by: Notice explicative de la Carte géologique de la tunisie, 21 cm.106245-01aCarte geologique de la Tunisie.pJebeniana =bخريطة تونس الجيولوجية.pجبنيانة /cles levés géologiques ont été effectués par Adel Sghaier et Mohsen Hassine ; la rédaction a été assurée par Moez Mansoura et Ilyes Salhi ; révision Moez Mansoura et Mohamed Raouf Karray.316246-02aخريطة تونس الجيولوجية.pجبنيانة a92bPUL01363njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100004000171245003900211264004600250300003000296336003700326337002300363338003100386344001900417344001900436344001900455347002200474347001300496382002700509500002700536511004800563518005100611500003400662505018300696650003000879655002600909655001800935994001200953on1390696993OCoLC20230718213016.0sd fsngnnmmned230711s2020 xxuppnn d n eng  a 2023626315 aDLCbengerdacDLC1 a195079068799 a(OCoLC)13906969931 aDownes, Kyleen,ecomposer,esinger.10aCome on sit down /cKyleen Downes. 1a[United States] :bKyleen Downes,c[2020] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11afemale voicen12lcmpt aTitle from disc label.0 aKyleen Downes, vocals ; with accompaniment. oRecorded atpReel Love Recordings Co., Dayton. aLyrics inserted in container.00aGive up the ghost --tLast drop --tAll my life --tKeep your ways --t(If you've got) time won't matter --tBig top --tTiny little table --tMyself --tDrained --tIn the dark. 0aPopular musicy2011-2020. 7aPopular music.2lcgft 7aSongs.2lcgft a92bPUL01776ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245020700163246001900370264007300389300004700462336003500509337002800544338002700572490002900599500003500628500001900663546002000682650003500702655003000737655003000767655001900797700004700816730007000863773012300933776033401056994001201390on1390696994OCoLC20230718213016.0230616s1926 nyumpz n zxx  a 2022561424 aDLCbengerdacDLC a(OCoLC)1390696994 apcc00aML31b.C59500aAdolph Zukor and Jesse L. Lasky present An Irvin Willat Production "The enchanted hill" with Jack Holt, Florence Vidor, Noah Beery, George Bancroft and Mary Brian /cmusic compiled by James C. Bradford.30aEnchanted hill 1aNew York City :bCameo Music Service Corporation,c[not before 1926] a1 cue sheet (2 unnumbered pages) ;c33 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aEnchanted hill (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 19w(DLC) 201857196108iReproduced as (manifestation):tAdolph Zukor and Jesse L. Lasky present An Irvin Willat Production "The enchanted hill" with Jack Holt, Florence Vidor, Noah Beery, George Bancroft and Mary Brian.dWashington, D.C. : Library of Congress Photoduplication Service, 1979.hOn reel 23 of 27 microfilm reels ; 35 mm.w(DLC) 2020570925 a92bPUL00934njm a2200265 a 4500001001300000003000600013005001700019007001500036008004100051010001700092040001800109035002200127042001000149100001400159245010800173246002200281260003200303300004100335500002100376546001900397500001800416505018900434500003300623994001200656on1390697007OCoLC20230718213016.0sd fsngnnmmned200715s2019 rh ppnn n sna  a 2020337266 aDLCbengcDLC a(OCoLC)1390697007 alcode0 aKiller T.10aGhetto rinenharoh[sound recording] :bsingles collection /cKiller T. ; all songs written by Killer T.30aGhetto rine nharo aHarare :bKiller T.,c2019. a1 sound disc :bdigital ;c4 3/4 in. aUrban pop music. aSung in Shona. aCompact disc.0 aTidanane -- Ma socks -- Mai vangu varozvi -- Ghetto rine nharo -- Mufambo -- Vane pamuromo -- Baba vako imboko -- Tichasangana -- Ndiyani -- Ndakakutadzireyi -- Kukuona -- Makomborero. aProduction level cataloging. a92bPUL03427ngm a22007097i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245015200253257002400405264004900429264001100478300011000489336005000599337002300649338003000672340001900702344005500721347005100776380002700827538016000854500002601014532003401040500005301074500002601127511007201153508007701225520023701302500020401539500008001743500012301823650003001946650002901976650003102005655003002036655003902066655002402105655002602129655002602155655005402181700005202235700003302287700005202320700003902372700003902411700003802450700002502488710005502513710004402568710004102612773005202653994001202705on1390697008OCoLC20230718213016.0vd csaizs230713t20222022xxu104 vleng  a 2023600561 aDLCbengerdacDLC1 a81445602646642aVS-417bVinegar Syndrome a(OCoLC)13906970081 aengpengheng k19962edtf00aDVE8169(viewingcopy)00aFreeway /cIllusion Entertainment Group ; Kushner-Locke Company ; directed and written by Matthew Bright ; produced by Brad Wyman and Chris Hanley. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (104 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion A2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1996. aTitle from container.1 aKiefer Sutherland, Reese Witherspoon, Wolfgang Bodison, Dan Hedaya. aCinematographer, John Thomas ; editor, Maysie Hoy ; music, Danny Elfman. a"A twisted take on 'Little Red Riding Hood', with a teenage juvenile delinquent on the run from a social worker travelling to her grandmother's house and being hounded by a charming, but sadistic, serial killer and pedophile"--IMDb. aSpecial features: brand new commentary track with writer/director Matthew Bright, moderated by special features producer Brad Henserson; archival commentary track with writer/director Matthew Bright. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023; Wikipedia WWW site, July 13, 2023. 0aRunaway teenagersvDrama. 0aSerial murderersvDrama. 0aFalse imprisonmentvDrama. 7aDark comedy films.2lcgft 7aThrillers (Motion pictures)2lcgft 7aCrime films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aBright, Matthew,escreenwriter,efilm director.1 aWyman, Brad,efilm producer.1 aHanley, Chrisc(Film producer),efilm producer.1 aSutherland, Kiefer,d1966-eactor.1 aWitherspoon, Reese,d1976-eactor.1 aBodison, Wolfgang,d1966-eactor.1 aHedaya, Dan,eactor.2 aIllusion Entertainment Group,eproduction company.2 aKushner-Locke Co.,eproduction company.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL02492nem a2200469 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103066000700126034005400133035002200187050002500209052001300234100004600247245028900293246014000582255007200722264007400794300007000868336004000938337002800978338002601006500004701032500003501079500003801114500008601152500008101238650003301319650003501352650005901387655002801446655001701474710007101491880003801562880027801600880006701878880006501945994001202010on1390697014OCoLC20230718213016.0aj canzn230712s1937 ja ag a f 0 jpn  a 2023592539 aDLCbengerdacDLC c$11 aab100000dE1361000eE1365000fN0343000gN0345000 a(OCoLC)139069701400aG7963.M4C5 1937b.K3 a7963bM41 6880-01aKamoshita, Yutaka,ecartographer.106880-02aDai Nippon Teikoku Mie-ken nanbu doseizu :bIse no Kuni nanbu Shima zenkoku, Kii no Kuni minami Kitamuro-gun = Agronomic map of southern part of Mie-Prefecture, Japan, southern part of Ise-Province, Shima-Province and eastern part of Kii-Province /cby Y. Kamoshita, S. Okada.31aAgronomic map of southern part of Mie-Prefecture, Japan, southern part of Ise-Province, Shima-Province and eastern part of Kii-Province aScale 1:100,000c(E 136°10ʹ--E 136°50ʹ/N 34°30ʹ--N 34°50ʹ). 16880-03a[Tokyo] :bNōrinshō Nōji Shikenjō,cShōwa 12 [1937] a1 map on 4 sheets :bcolor ;c111 x 105 cm, each sheet 40 x 55 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by contours and spot heights. a"11th year of Shōwa (1936)." a"Shōwa 12-nen 3-gatsu kankō." a"Dosei chōsa gishi Kamoshita Yutaka, gishu Okada Shunji, seizu Yoshida Tokuji." aIncludes list of "Dojō sokudanzu (profile of soil, scale 1:100 in meter)." 0aSoilszJapanzMie-kenvMaps. 0aGeologyzJapanzMie-kenvMaps. 0aLand capability for agriculturezJapanzMie-kenvMaps. 7aGeological maps.2lcgft 7aMaps.2lcgft2 6880-04aNōrinshō Nōji Shikenjō (Tokyo, Japan),epublisher.1 6100-01a鴨下寬,ecartographer.106245-02a大日本帝國三重縣南部土性圖 :b伊勢國南部志摩全國・紀伊國南北牟婁郡 = Agronomic map of southern part of Mie-Prefecture, Japan, southern part of Ise-Province, Shima-Province and eastern part of Kii-Province /cby Y. Kamoshita, S. Okada. 16264-03a[Tokyo] :b農林省農事試験場,c昭和 12 [1937]2 6710-04a農林省農事試験場 (Tokyo, Japan),epublisher. a92bPUL01508njm a2200385 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110005500171245003600226264005000262300003000312336003700342337002300379338003100402344001900433344001900452344001900471347002200490347001300512382009800525500002700623511012000650500003400770505023800804650002701042655002301069655001801092994001201110on1390697035OCoLC20230718213016.0sd fsngnnmmned230714s2016 xxurcnn d n eng  a 2023626354 aDLCbengerdacDLC1 a888295444729 a(OCoLC)13906970352 aAbler Boys (Musical group),ecomposer,eperformer.10aSee in sound /cthe Abler Boys. 1a[United States] :bHomegrown Records,c[2016] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio11aguitarn1dmale voicen1aguitarn1dbass guitarn1dpianon1dorgann1dmale voicen22lcmpt aTitle from disc label.0 aThe Abler Boys (Keith Abler, guitar, vocals ; Luke Abler, guitar, bass, piano, organ, vocals) ; with accompaniment. aLyrics inserted in container.00tYesterday's dreams --tWeight of the world --tI don't believe it (just like everyday) --tWords of worth --tThink --tJunior --tRemembering --tShare a smile --tMoonbeam --tDynamite Bill --tSimilar opposites --tHeaven or hell. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL01454ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245009100163246001300254264007300267300004700340336003500387337002800422338002700450490002900477500003500506546002000541650003500561655003000596655003000626655001900656700004400675730006400719773012300783787017400906994001201080on1390697036OCoLC20230718213016.0230616s1924 nyumpz n zxx  a 2022561451 aDLCbengerdacDLC a(OCoLC)1390697036 apcc00aML31b.C59500aFirst National Pictures, Inc. presents "For sale" /cmusic compiled by Edward Kilenyi.30aFor sale 1aNew York City :bCameo Music Service Corporation,c[not before 1924] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aKilenyi, Edward,d1884-1968,ecompiler.0 iMusic for motion picture (work):aFor sale (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 46w(DLC) 201857196108iRelated item of manifestation:tFirst National Pictures, Inc. presents "For sale".dNew York City : Cameo Music Service Corporation, [not before 1924]w(DLC) 2022561450 a92bPUL01370nem a2200373 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001500126020001800141034005400159035002200213041002800235050002300263052000900286110006000295245010300355246002700458255006900485264004800554300003400602336004000636337002800676338002600704500007300730500004100803546009200844650002600936655002200962994001200984on1390697038OCoLC20230718213016.0aj canzn230508q2010 au bge a 1 ger  a 2023591175 aDLCbengerdacDLC a3850842134 a97838508421361 aab500000dE0093000eE0170000fN0480000gN0453000 a(OCoLC)13906970380 ageraengafreaitaahun00aG6491.P2 2010b.F7 a64912 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aFreytag-Berndt Autokarte Österreich /cKartographie, Druck, u. Verlag Freytag-Berndt u. Artaria.30aAutokarte Österreich aScale 1:500,000c(E 9°30ʹ--E 17°00ʹ/N 48°00ʹ--N 45°30ʹ). 1aWien :bFreytag-Berndt u. Artaria,c[2010?] a1 map :bcolor ;c82 x 119 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. Depths shown by soundings. aText and descriptive index on verso. aText in German, English, French, and Italian. Legend in additional language, Hungarian. 0aRoadszAustriavMaps. 7aRoad maps.2lcgft a92bPUL01724ngm a22003013a 4500001001300000003000600013005001700019007001000036008004100046010001700087040002400104035002200128042001000150245010000160257001300260260005900273300007800332500006500410508026100475511011800736520041700854500002801271541001401299655002401313700004301337700003001380994001201410on1390697039OCoLC20230718213016.0vd cvaiz|220211s2019 sx 029 vleng  a 2021334537 aDLCbengeamimcDLC a(OCoLC)1390697039 alcode00aBaxu and the giants /cwritten by: Florian Schott, Girley Jazama ; directed by: Florian Schott. aNamibia. aWindhoek, Namibia :bMamokobo Video & Research,c2019. a1 videodisc of 1 (DVD) (29 min.) :bsd., col. ;c4 3/4 in.3viewing copy. aCopyright notice on video: Mamokobo Video & Research ; 2019. aDirector of photography, Kit Hoffmann ; editor, Robert Scott ; sound designer, Wojtek Majewski ; production designer, Tanya Stroh ; co-producers, Florian Schott, Girley Jazama ; producer, Andrew Botelle ; executive producer, Willem Odendaal, Clive Johnson.1 aCamilla Jo-Ann Daries, Wafeeq /Narimab, Anna Louw, Robert Hara#gaeb, West Uarije, Steven Afrikaner, Ashwyn Mberi. aThis film follows 9-year old Baxu (Camilla Jo-Ann Daries), who lives in impoverished Damaraland with her alcoholic grandmother (Anna Louw) and older brother Khata (Wafeeq /Narimab). Khata is offered a "golden" opportunity involving rhino poaching by his neighbour (Robert Hara#gaeb). This would afford Khata's family an easier lifestyle, however Baxu's deep relationship with wildlife won't allow this to happen. aSource used: videodisc. cPurchase. 7aShort films.2lcgft1 aSchott, Florian,edirection,ewriting.1 aJazama, Girley,ewriting. a92bPUL01619nkm a22003497a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245013000257260002800387300007900415336003300494337002800527338002600555540004200581500003600623500001100659506018500670580006500855600007000920600007600990650005501066655004601121856009001167994001201257on1390697040OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634717 aDLCbengedcrmgcDLC a(OCoLC)1390697040 aLC-DIG-ppmsca-87326bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Second or third floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper ;csheet 27 x 36 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aNo. 6. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87326qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87326 a92bPUL01557njm a2200409 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132028002700149028003100176035002200207042001400229110006900243245006900312264008800381300004500469336003700514337002300551338003100574340001900605344001800624344001500642344002300657344001900680500002800699511010100727505020100828650003001029650002701059655002601086655002301112994001201135on1390697043OCoLC20230718213016.0sd csmennmplud230712s2022 sp munn n zxx d a 2023627523 aTDFbengerdacDLC10a72920821518302aBBI-029bBobo Integral02aTJR-006bTear Jerk Records a(OCoLC)1390697043 alccopycat2 aBoys with the Perpetual Nervousness (Musical group),eperformer.14aThe third wave of... /cthe Boys with the Perpetual Nervousness. 1aHortaleza (Madrid) :bBobo Integral ;a[Australia?] :b[Tear Jerk Records],c[2022] a1 audio disc :banalog, 45 rpm ;c12 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier avinyl.2rdamat aanalog2rdatr c33 1/3 rpm dmicrogroove2rdagw gstereo2rdacpc aTitle from disc labels.0 aThe Boys with the Perpetual Nervousness (Andrew Taylor and Gonzalo Marcos) ; with accompaniment.0 aAs the day begins -- Look back -- Isolation (Mary Lou Lord, vocals) -- In the right -- The stars go round -- Open up the box -- Turning red -- Old pictures of ourselves -- Out of time -- Old ways. 0aPopular musicy2021-2030. 0aRock musicy2021-2030. 7aPopular music.2lcgft 7aRock music.2lcgft a92bPUL01388nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103020001500126020001800141034005400159035002200213041002300235050002400258052000900282110006000291245010200351246002700453255006900480264004700549300003400596336004000630337002800670338002600698500004600724500002000770500004800790500004100838546005100879650002600930655002200956994001200978on1390697070OCoLC20230718213016.0aj canzn230428s1999 au bg a 1 ger  a 2023591130 aDLCbengerdacDLC a3850842010 a97838508420131 aab600000dE0083000eE0170000fN0490000gN0453000 a(OCoLC)13906970700 ageraengafreaita00aG6491.P2 1999b.F71 a64912 aFreytag, Berndt und Artaria,ecartographer,epublisher.10aFreytag-Berndt Autokarte Österreich /cKartographie, Druck u. Verlag Freytag-Berndt u. Artaria.30aAutokarte Österreich aScale 1:600,000c(E 8°30ʹ--E 17°00ʹ/N 49°00ʹ--N 45°30ʹ). 1aWien :bFreytag-Berndt u. Artaria,c[1999] a1 map :bcolor ;c75 x 112 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aRelief shown by shading and spot heights. aIndex on verso. aIn lower right corner on verso: 01/99 3401. aLC copy imperfect: lacks cover.5DLC aLegend in German, English, French and Italian. 0aRoadszAustriavMaps. 7aRoad maps.2lcgft a92bPUL01723nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245013100256260002800387300006400415336003300479337002800512338002600540540004200566500003600608506018500644580006500829600007000894600007600964650005501040650006301095650005501158655004601213856009001259994001201349on1390697071OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634692 aDLCbengedcrmgcDLC a(OCoLC)1390697071 aLC-DIG-ppmsca-87301 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Door with lunette.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 28 x 20 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aLunetteszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87301qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87301 a92bPUL01369njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149100005400171245002700225264008100252300003000333336003700363337002300400338003100423344001900454344001900473344001900492347002200511347001300533500002700546511003600573505026600609650002700875650002800902655003500930655001800965994001200983on1390697098OCoLC20230718213016.0sd fsngnnmmned230714s2021 xxurcnn n eng  a 2023626356 aDLCbengerdacDLC1 a194152942209 a(OCoLC)13906970980 aGalactikrakenc(Musician),ecomposer,eperformer.10aStarship velociraptor. 1a[Place of publication not identified] :b[publisher not identified],c[2021] a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aGalactikraken (Jonathan Young).00tGlory or gold --tBest band in the universer(featuring Ninja Brian) --tSettle it with a swordfight --tHyperspeed --tArmy of tigers --tStorm the castle --tStarship velociraptor --tMan the cannons --tJetpack race --t10,000 light-years --tFinal frontier. 0aRock musicy2021-2030. 0aAlternative rock music. 7aAlternative rock music.2lcgft 7aSongs.2lcgft a92bPUL01493nem a2200361 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034000600126035002200132050002800154052001500182110006300197245011700260255002400377264007400401300005500475336004000530337002800570338002600598500002200624500009900646500006600745500005100811650009000862650008500952651005601037655002601093994001201119on1390697099OCoLC20230718213016.0aj canzn230714s2014 dcu a f 0 eng  a 2023587328 aDLCbengerdacDLC0 aa a(OCoLC)139069709900aG4292.R715E63 2014b.U5 a4292bR7152 aUnited States.bDepartment of Agriculture.,ecartographer.10aProspect OHV trail system 2014, Rogue River-Siskiyou National Forest /cUnited States Department of Agriculture. aNot drawn to scale. 1a[Washington, D.C.] :bUnited States Department of Agriculture,c2014. a1 map :bcolor ;c65 x 45 cm, folded to 23 x 11 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. a"This map has been printed through a grant from the State of Oregon ATV fund"--On panel title. aIncludes text, 5 insets, location map and list to OHV trails. aText, and illustrations (some color) on verso. 0aOff-road vehicle trailszRogue River-Siskiyou National Forest (Or. and Calif.)vMaps. 0aOutdoor recreationzRogue River-Siskiyou National Forest (Or. and Calif.)vMaps. 0aRogue River National Forest (Or. and Calif.)vMaps. 7aThematic maps.2lcgft a92bPUL01722nkm a22003617a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005800148100005000206245013100256260002800387300006300415336003300478337002800511338002600539540004200565500003600607506018500643580006500828600007000893600007600963650005501039650006301094650005501157655004601212856009001258994001201348on1390697100OCoLC20230718213016.0kl co|230712q18881893riunnn kneng  a 2023634726 aDLCbengedcrmgcDLC a(OCoLC)1390697100 aLC-DIG-ppmsca-87335 DLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[Door with lunette.]p[Elevation]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite on tracing paper ;csheet 31 x 9 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aDoors & doorwayszRhode IslandzNewporty1880-1900.2lctgm 7aLunetteszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87335qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87335 a92bPUL01833nkm a22003857a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101017003500126035002200161037006100183110003900244245013000283260010300413300008000516336003300596337002800629338002600657540004200683500003300725500001200758500004500770500026700815651004801082650004801130650004801178655003601226655004301262700003601305856009401341994001201435on1390697101OCoLC20230718213016.0kh |o|230714s1902 enknnn kneng  a 2023635249 aDLCbengedcrmgcDLC aH16951bU.S. Copyright Office. a(OCoLC)1390697101 aLC-DIG-stereo-1s48064bDLCc(digital file from original)2 aUnderwood & Underwood,epublisher.10aBattlefield of Tientsin (during the battle July 13, 1900), from German Club (W.) to west arsenal, Tientsin, Chinah[graphic]. aNew York ;aLondon ;aToronto-Canada ;aOttawa-Kansas :bUnderwood & Underwood, Publishers,c1902. a1 photograph :bprint on card mount ;cmount 9 x 18 cm (stereograph format) astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle transcribed from item. aNo. 52. aCopyright 1902 by Underwood & Underwood. aPhotograph taken by photographer James Ricalton during his trip to China in 1900. (Source: China through the stereoscope; a journey through the dragon empire at the time of the Boxer uprising ... personally conducted by James Ricalton, 1901, caption for no. 52). 0aChinaxHistoryyBoxer Rebellion, 1899-1901. 7aArmorieszChinazTianjiny1900-1910.2lctgm 7aRooftopszChinazTianjiny1900-1910.2lctgm 7aStereographsy1900-1910.2gmgpc 7aPhotographic printsy1900-1910.2gmgpc1 aRicalton, James,ephotographer.413digital file from originaldstereof1s48064qpuhttp://hdl.loc.gov/loc.pnp/stereo.1s48064 a92bPUL01530nem a2200397 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034001300126035002200139041001300161050002600174052001300200110007100213245014600284246003300430246006800463255003400531264008500565300007600650336004000726337002800766338002600794500002200820500004200842500004200884500005100926500004300977546003501020650004801055655001701103994001201120on1390697112OCoLC20230718213016.0aj canzn230706s1992 sa a 1 eng  a 2023591367 aDLCbengerdacDLC1 aab11000 a(OCoLC)13906971120 aengaafr00aG8504.C3P55 1992b.A9 a8504bC32 aAutomobile Association of South Africa,ecartographer,epublisher.10aAARSA travel service, reisdiens, Victoria & Alfred Waterfront /ccompiled, drawn and published by the Automobile Association of South Africa.30aVictoria & Alfred Waterfront3 aAARSA travel service, reisdiens, Victoria and Alfred Waterfront aScale approximately 1:11,000. 1aJohannesburg :bpublished by the Automobile Association of South Africa,c[1992] a1 map :bcolor ;c22 x 18 cm, on sheet 42 x 40 cm, folded to 21 x 10 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aTitle from panel. aIn lower left corner on verso: TB-K7. aIn lower left corner on verso: 926/8. aIncludes text and index to points of interest. aText and color illustrations on verso. aText in English and Afrikaans. 0aWaterfrontszSouth AfricazCape TownvMaps. 7aMaps.2lcgft a92bPUL01414njm a2200397 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109028003000132035002200162245004000184264004700224264001200271300003000283336003700313337002300350338003100373344001900404344001900423344001900442347002200461347001300483500002700496511002900523518005500552500003400607505023200641650003000873655002600903655001800929710005700947994001201004on1390697134OCoLC20230718213016.0sd fsngnnmmned230714t19961996wiuppnn d n eng  a 2023626352 aDLCbengerdacDLC02aGP0496bHomegrown Records a(OCoLC)139069713400aGo easy /cGilbert and the Pirates. 1aPlymouth, WI :bHomegrown Records,c[1996] 4c℗1996 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aGilbert and the Pirates. oRecorded atpMade You Look Studios, Green Bay, WI. aLyrics inserted in container.00tOn my way --tLove is the garden --tGonna find you --tBallad of old Santa Fe --tShow me a sign --tWhat's going on? --tMarie Laveau --tMoments like these --tNolo contendere --tLong legs --tGo easy mon --tNew beginning. 0aPopular musicy1991-2000. 7aPopular music.2lcgft 7aSongs.2lcgft2 aGilbert and the Pirates (Musical group),eperformer. a92bPUL02826ngm a22006257i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028002900144035002200173041001800195046001500213050002500228245016000253257002400413264004900437264001100486300012000497336005000617337002300667338003000690340001900720344005500739347007100794380002700865538016000892500002601052532003401078500005301112500002601165511005601191508008601247520007401333500015101407500008001558500008801638650003301726650002001759650001901779655002501798655002601823655002601849655002601875655005401901700003401955700004001989700006602029710004102095773005202136994001202188on1390697135OCoLC20230718213016.0vd csaizs230713t20232023xxu085 vleng  a 2023600564 aDLCbengerdacDLC1 a81445602761642aVS-435bVinegar Syndrome a(OCoLC)13906971351 aengpengheng k19872edtf00aDVE8172(viewingcopy)00aNight screams /cDill II Productions ; directed by Allen Plone ; screenplay by Dillis L. Hart II and Mitch Brian ; story and produced by Dillis L. Hart II. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2023] 4c©2023 3viewing copya1 videodisc (85 min.) :bsound, color ;c4 3/4 in. +e2 Blu-ray videodiscs (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgstereohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1987. aTitle from container.1 aJoe Manno, Ron Thomas, Randy Lundsford, Megan Wyss. aMusic, Michael Linn ; cinematographer, Eric Anderson ; editor, Herbert L. Strock. aA high school party becomes a killing ground for an inventive killer. aSpecial features: commentary track with director Allen Plone and cinematographer, Eric Anderson, moderated by special feature producer, Ewan Cant. aAlso includes a Blu-ray copy of the movie with additional special features. aSources used: videodisc container; Internet movie database WWW site, July 13, 2023. 0aHigh school studentsvDrama. 0aPartiesvDrama. 0aMurdervDrama. 7aHorror films.2lcgft 7aSlasher films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aPlone, Allen,efilm director.1 aBrian, Mitch,d1961-escreenwriter.1 aStrock, Herbert L.,d1918-2005,eeditor of moving image work.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01300nem a2200337 i 4500001001300000003000600013005001700019007000900036008004100045010001700086040002300103034005500126035002200181050002300203052000900226110009300235245012100328250001200449255008500461264006100546300003300607336004000640337002800680338002600708500004300734610005500777650004500832651005600877655001700933994001200950on1390697155OCoLC20230718213016.0aj canzn230605s1999 nyu a i 0 eng  a 2023585404 aDLCbengerdacDLC1 aab2300000dW0133000eW0103000fN0100000gN0063000 a(OCoLC)139069715500aG8861.R2 1999b.U5 a88612 aUnited Nations.bDepartment of Public Information.bCartographic Section,ecartographer.10aUNOMSIL deployment as of September 1999 :b[Sierra Leone] /cDepartment of Public Information, Cartographic Section. aRev. 6. aScale approximately 1:2,300,000c(W 13°30ʹ--W 10°30ʹ/N 10°00ʹ--N 6°30ʹ). 1a[New York?] :bDepartment of Public Information,c[1999] a1 map :bcolor ;c21 x 17 cm acartographic imagebcri2rdacontent aunmediatedbn2rdamedia asheetbnc2rdacarrier a"Map No. 4065 Rev. 6. United Nations."20aUnited Nations.bObserver Mission in Sierra Leone. 0aPeacekeeping forceszSierra LeonevMaps. 0aSierra LeonexPolitics and governmenty1961-vMaps. 7aMaps.2lcgft a92bPUL01386ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010200163246002600265264007300291300004700364336003500411337002800446338002700474490002900501500003500530500001900565500003600584546002000620650003500640655003000675655003000705655001900735700004700754730007700801773012200878994001201000on1390697161OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561414 aDLCbengerdacDLC a(OCoLC)1390697161 apcc00aML31b.C59500aB.P. Fineman presents "Don't marry for money" with House Peters /ccompiled by James C. Bradford.30aDon't marry for money 1aNew York City :bCameo Music Publishing Co. Inc.,c[not before 1923] a1 cue sheet (2 unnumbered pages) ;c36 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aDon't marry for money (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 9w(DLC) 2018571961 a92bPUL02838ngm a22006257i 4500001001300000003000600013005001700019007001000036008004100046010001700087040002300104024001700127028003000144035002200174041001800196043001200214046001500226050002500241245015700266257002400423264004900447264001100496300010900507336005000616337002300666338003000689340001900719344005300738347007100791380002700862538016000889500002601049532003401075500005301109500002601162511008001188508009301268520023501361500006901596500008801665650003301753650003501786650003501821650003401856655002501890655002601915655002601941655005401967700002602021700002402047700003602071710004102107773005202148994001202200on1390697162OCoLC20230718213016.0vd csaizm230712t20222022xxu088 vleng  a 2023600559 aDLCbengerdacDLC1 a81445602439442aVS-078UbVinegar Syndrome a(OCoLC)13906971621 aengpengheng an-us--- k19812edtf00aDVE8167(viewingcopy)00aMadman /cthe Legend Lives Company ; directed by Joe Giannone ; produced by Gary Sales ; story by Joe Giannone, Gary Sales ; screenplay by Joe Giannone. aUnited States.2naf 1a[United States] :bVinegar Syndrome,c[2022] 4c©2022 3viewing copya1 videodisc (88 min.) :bsound, color ;c4 3/4 in. +e1 Blu-ray (sound, color ; 4 3/4 in.) atwo-dimensional moving imagebtdi2rdacontent avideobv2rdamedia avideodiscbvd2rdacarrier b4 3/4 in.2rda adigitalbopticalgmonohDTS-HD Master Audio2rda avideo fileb4K Ultra HD Blu-rayeregion Aeregion Beregion C2rda aMotion pictures2lcgft a4K Ultra HD Blu-ray player required. 4K television required for full 4K UHD effect; can also be viewed using a 1080 television without full 4K UHD effects. aWide screen (1.85:1).1 aClosed captioning in English. aOriginally released as a motion picture in 1981. aTitle from container.1 aAlexis Dubin, Tony Fish, Harriet Bass, Seth Jones, Jan Claire, Paul Ehlers. aDirector of photography, James Momel ; editor, Dan Loewenthal ; music, Stephen Horelick. aOn the last night of summer camp, the story is told of "Madman Marz," a berserk farmer who butchered his entire family before disappearing into the woods forever. But when a cocky teen ridicules the story, the Madman is unleashed. aAlso includes a Blu-ray copy of the movie with special features. aSources used: videodisc container; Internet movie database WWW site, July 12, 2023. 0aCampszUnited StatesvDrama. 0aFarmerszUnited StatesvDrama. 0aLegendszUnited StatesvDrama. 0aMurderzUnited StatesvDrama. 7aHorror films.2lcgft 7aFeature films.2lcgft 7aFiction films.2lcgft 7aVideo recordings for the hearing impaired.2lcgft1 aRoss, Gaylen,eactor.1 aFish, Tony,eactor.1 aLemmo, James,ecinematographer.2 aVinegar Syndrome (Firm),epublisher.0 tSnelson (John) Collection (Library of Congress) a92bPUL01300njm a2200373 i 4500001001300000003000600013005001700019007001500036008004100051010001700092040002300109024001700132035002200149110006400171245002500235264004300260264001200303300003000315336003700345337002300382338003100405344001900436344001900455344001900474347002200493347001300515500002700528511002500555505026600580650002700846655002300873655001800896994001200914on1390697231OCoLC20230718213016.0sd fsngnnmmned230711t20182018caurcnn d n eng  a 2023626321 aDLCbengerdacDLC1 a081227931063 a(OCoLC)13906972312 aStone Temple Pilots (Musical group),ecomposer,eperformer.10aStone Temple Pilots. 1aBurbank, CA :bPlay Pen Music,c[2018] 4c℗2018 a1 audio disc ;c4 3/4 in. aperformed musicbprm2rdacontent aaudiobs2rdamedia aaudio discbsd2rdacarrier adigital2rdatr boptical2rdarm gstereo2rdacpc aaudio file2rdaft bCD audio aTitle from disc label.0 aStone Temple Pilots.00aMiddle of nowhere --tGuilty --tMeadow --tJust a little lie --tSix eight --tThought she'd be mine --tRoll me under --tNever enough --tThe art of letting go --tFinest hour --tGood shoes --tReds & blues --gBonus tracks.tAlready gone ;tForget forever. 0aRock musicy2011-2020. 7aRock music.2lcgft 7aSongs.2lcgft a92bPUL01385ncm a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245011400163246002100277264007400298300004700372336003500419337002800454338002700482490002900509500003500538500001900573500003600592546002000628650003500648655003000683655003000713655001900743700004200762730007200804773012300876994001200999on1390697232OCoLC20230718213016.0230616s1923 nyumpz n zxx  a 2022561425 aDLCbengerdacDLC a(OCoLC)1390697232 apcc00aML31b.C59504aThe Cosmopolitan Corporation presents "Enemies of women" by Vincente Blasco Ibanez /ccompiled by Erno Rapee.30aEnemies of women 1aNew York City :bCameo Music Publishing Co., Inc.,c[not before 1923] a1 cue sheet (4 unnumbered pages) ;c32 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. aIncludes annotations in pencil. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aRapée, Erno,d1891-1945,ecompiler.0 iMusic for motion picture (work):aEnemies of women (Motion picture)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 3, Folder 20w(DLC) 2018571961 a92bPUL01331ncm a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050001600147245010100163246001900264264007300283300004700356336003500403337002800438338002700466490002900493500003500522500001900557546002000576650003500596655003000631655003000661655001900691700004700710730007700757773012300834994001200957on1390697233OCoLC20230718213016.0230616s1925 nyumpz n zxx  a 2022561631 aDLCbengerdacDLC a(OCoLC)1390697233 apcc00aML31b.C59500aFirst National Pictures, Inc. presents "The necessary evil" /cmusic compiled James C. Bradford.30aNecessary evil 1aNew York City :bCameo Music Service Corporation,c[not before 1925] a1 cue sheet (4 unnumbered pages) ;c31 cm. anotated musicbntm2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThematic music cue sheet aCue sheet with music incipits. aCaption title. bStaff notation. 0aSilent film musicvCue sheets. 7aSilent film music.2lcgft 7aCue sheets (Music)2lcgft 7aScores.2lcgft1 aBradford, James C.,d1885-1941,ecompiler.0 iMusic for motion picture (work):aNecessary evil (Motion picture : 1925)08iHolding of:tIda V. Clarke silent film music cue sheets, circa 1920s-circa 1920s.nBox 7, Folder 26w(DLC) 2018571961 a92bPUL01619nkm a22003377a 4500001001300000003000600013005001700019007000700036008004100043010001700084040002500101035002200126037005900148100005000207245012000257260002800377300011200405336003300517337002800550338002600578540004200604500003600646506018500682580006500867600007000932600007601002650005501078655004601133856009001179994001201269on1390697234OCoLC20230718213016.0kl co|230711q18881893riunnn kneng  a 2023634696 aDLCbengedcrmgcDLC a(OCoLC)1390697234 aLC-DIG-ppmsca-87305bDLCc(digital file from original)1 aHunt, Richard Morris,d1827-1895,earchitect.10a[Ochre Court, Ogden and Mary "May" Wilson Goelet house, Newport, Rhode Island.]p[First floor.]p[Plan]h[graphic]. c[between 1888 and 1893] a1 drawing :bgraphite and watercolor on tracing paper, linen backing ;csheet 31 x 52 cm, mount 44 x 59 cm. astill imagebsti2rdacontent aunmediatedbn2rdamedia asheetbnb2rdacarrier aNo known restrictions on publication. aTitle devised by Library staff. aUse digital images. Original served only by appointment because material requires special handling. For more information see: (https://www.loc.gov/rr/print/info/617_apptonly.html). aForms part of: The AIA/AAF Collection (Library of Congress).14aGoelet, Ogden,d1846-1897xHomes & hauntszRhode IslandzNewport.14aGoelet, Mary Wilson,d1855-1929xHomes & hauntszRhode IslandzNewport. 7aMansionszRhode IslandzNewporty1880-1900.2lctgm 7aArchitectural drawingsy1880-1900.2gmgpc413digital file from originaldppmscaf87305qpuhttp://hdl.loc.gov/loc.pnp/ppmsca.87305 a92bPUL01467nas a22004097i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037006300196042001400259050001600273082003300289222004900322245004000371246003500411264005100446310001100497336002600508337002600534338003600560362003000596500002500626588008300651588004100734710002200775710002600797776010400823856011800927994001201045on1390699510OCoLC20230718213016.0m o d | cr |||||||||||230718c20239999nyuar m o 0 a0eng  a 2023201351 aDLCbengerdacDLC l10 a2993-454021 a(OCoLC)1390699510 bLexisNexis, 230 Park Avenue, 7th Floor, New York, NY 10169 apccansdp10aISSN RECORD00a346.7303/23223/eng/20230718 0aSouth Carolina personal injury lawb(Online)00aSouth Carolina personal injury law.1 aSouth Carolina personal injury 1aNew York, New York :bMatthew Bender,c[2023]- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aBegan with: 2023 Edition. aTrey Nicolette, Esq.0 a2023 Edition; title from caption (store.lexisnexis.com, viewed July 18, 2023).1 a2023 Edition (viewed July 18, 2023).2 aLexisNexis (Firm)2 aMatthew Bender (Firm)08iPrint version:tSouth Carolina personal injury lawx2993-4524w(DLC) 2023201350w(OCoLC)139069992940uhttps://store.lexisnexis.com/categories/area-of-practice/torts-195/south-carolina-personal-injury-law-skuSKU07425 a92bPUL01211nam a2200337Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020002800153035002200181050002500203082002800228100002700256245003700283264004600320300002400366336002600390337002800416338002700444490003100471520013500502650001900637655002800656655003000684655001900714776012800733994001200861on1390699838OCoLC20230718213016.0230718s2023 nyu 000 1 eng  a 2023017369 aDLCbengerdacPCXdPCX a9781680998627q(paperback) a1680998625q(paperback) a(OCoLC)139069983800aPS3602.Y53bT36 202300a813/.6223/eng/202304171 aByler, Linda,eauthor.10aTapestry of love /cLinda Byler. 1aNew York, New York :bGood Books,c[2023] a270 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNew directions ;vbook two a"The second book in the New Directions series, this Amish romance will keep you guessing until the end!"--cProvided by publisher. 0aAmishvFiction 7aRomance fiction.2lcgft 7aChristian fiction.2lcgft 7aNovels.2lcgft08iOnline version:aByler, Linda.tTapestry of lovedNew York, New York : Good Books, [2023]z9781680998818w(DLC) 2023017370 a92bPUL01974nam a2200325Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003700122020003400159035002200193050002700215082002800242100003100270245004600301250001900347264003200366300002300398336002600421337002800447338002700475520101300502650003801515650003601553655002801589655001901617994001201636on1390699839OCoLC20230718213016.0230718s2023 nyu 000 1 eng  a 2023003969 aDLCbengerdacPCXdPCX a9781538754801q(trade paperback) a1538754800q(trade paperback) a(OCoLC)139069983900aPS3619.C4543bS66 202300a813/.6223/eng/202302011 aSchorr, Meredith,eauthor.10aSomeone just like you /cMeredith Schorr. aFirst edition. 1aNew York :bForever,c2023. a337 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Jude Stark is the bane of Molly Blum's existence. The former neighbors and complete opposites began a rivalry in grade school that continued all the way through high school, consisting of fights, pranks, and generally one upping each other--until one over-the-top prank changed everything. A decade later, their siblings have forced them to collaborate on a surprise co-wedding anniversary celebration for their parents, and soon Molly and Jude are reverting to their old tricks. But eventually, a reluctant friendship develops...along with an unexpected spark of sexual tension. The two come to discover they have more in common than they thought, including continually dating doppelgängers of each other, raising the question why are they seeking in romantic partners what they claim to hate about each other. They finally give in to their growing feelings, but will that old competitive spirit take over, or will they finally realize being on the same team is a lot more fun?"--cProvided by publisher. 0aMan-woman relationshipsvFiction. 0aWedding anniversariesvFiction. 7aRomance fiction.2lcgft 7aNovels.2lcgft a92bPUL01382cas a22003857i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037006300167042001400230050001600244082003300260222004800293245004000341246003500381264009100416310001100507336002600518337002800544338002700572362003000599500002500629588004100654588001800695710002200713710002600735776010500761856011800866994001200984on1390699929OCoLC20230718213016.0230718c20239999nyuar m 0 a0eng  a 2023201350 aDLCbengerdacDLCdDLC l10 a2993-452421 a(OCoLC)1390699929 bLexisNexis, 230 Park Avenue, 7th Floor, New York, NY 10169 apccansdp10aISSN RECORD00a346.7303/23223/eng/20230718 0aSouth Carolina personal injury lawb(Print)00aSouth Carolina personal injury law.1 aSouth Carolina personal injury 1aNew York, New York :bMatthew Bender & Company, Inc., a member of LexisNexis,c[2023]- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: 2023 Edition. aTrey Nicolette, Esq.0 a2023 Edition; title from title page.1 a2023 Edition.2 aLexisNexis (Firm)2 aMatthew Bender (Firm)08iOnline version:tSouth Carolina personal injury lawx2993-4540w(DLC) 2023201351w(OCoLC)139069951041uhttps://store.lexisnexis.com/categories/area-of-practice/torts-195/south-carolina-personal-injury-law-skuSKU07425 a92bPUL01377nas a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050001900168245006500187264009600252300005700348310001400405336002600419337002800445338002700473362003000500500011900530546004000649588004700689650006200736651005600798650004300854710007100897850000800968936002700976994001201003on1390699941OCoLC20230718213016.0230718c20189999iq qr 0 0kuro  a 2023355211 aDLCbengerdacDLC a(OCoLC)1390699941 apcc aa-iq---aaw-----00aDS70.8.K8bZ4700aZerde /cRekxirawî Geşepêdan u Runakbîrîy Qeredax. 3aSilêmanî [Kurdistan, Iraq :bRekxirawî Geşepêdan u Runakbîrîy Qeredax,c2018- avolumes :bchiefly color illustrations, maps,c26 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Payizê 2018). a"Kovarêkî ronakbîrîy giştî werzîye, Rekxirawî Geşepêdan u Runakbîrîy Qeredax derîdekat." aIn Sorani Kurdishb(Arabic script).1 aJimare 4 (Payizê 2020); ttle from cover. 0aKurdszIraqzKurdistānxIntellectual lifevPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals.2 aRekxirawî Geşepêdan u Runakbîrîy Qeredax,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01291nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043002100160050001400181245002400195246003000219264006100249300003700310310001400347336002600361337002800387338002700415362004200442500011300484500003200597525002100629546005200650588004300702650002400745650004300769650003400812850000800846936002700854994001200881on1390699948OCoLC20230718213016.0230718u2016uuuuiq qr 0 0kur  a 2023355212 aDLCbengerdacDLC a(OCoLC)13906999480 akuraara apcc aa-iq---aaw-----00aBP1b.E9800aGovarî Eyûbî.3 aGovarî Eyûb A w B î 1aHewlêr [Kurdistan, Iraq :b[publisher not identified], avolumes :billustrations,c29 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Jimare 1 (Beharî 2016). a"Govarêkî roşinbîrî ayînî werzîye bo aşnakirdinî mirov le ayînî pîrozî Îslam." aThe issues 1-4 are missing. aHas supplements. aIn Sorani Kurdishb(Arabic script); and Arabic.1 aJimare 5 (2018); ttle from title page. 0aIslamvPeriodicals. 0aIslamzIraqzKurdistānvPeriodicals. 0aKurdsxReligionvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01176cas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122042000800144043001200152050002000164245004100184246002000225264006600245300004000311310001400351336002600365337002800391338002700419362002100446500004100467546004000508588004400548650004900592650003000641650004300671850000800714856004100722936002700763994001200790on1390699949OCoLC20230718213016.0230718u2017uuuuiq qr p 0 0kur  a 2023355205 aDLCbengerdacDLCdDLC a(OCoLC)1390699949 apcc aa-iq---00aDS70.8.K87bK8500aKultur megezîn =bCulture project.14aCulture project 1aSilêmanî [Kurdistan, Iraq :bKompanyay Bilav Peyk,c2017- avolumes :billustrations,c24-29 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (2017)- a"Govarêkî kulturî werzîyet." aIn Sorani Kurdishb(Arabic script).0 aJimare 3 (2018); title from title page. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdszIraqvPeriodicals. 0aWomenxSocial conditionsvPeriodicals. aDLC41uhttp://cultureproject.org.uk/kurdish aLC Cairo Office [we46] a92bPUL01621nas a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050001800168245009100186246001900277246009000296264005700386300004200443310001400485336002600499337002800525338002700553362004500580500014100625500002700766546004000793650003300833650003900866651004400905650003000949651003900979650003301018650004601051710004301097850000801140936002701148994001201175on1390699990OCoLC20230718213016.0230718c20229999iq qr p 0 0kuro  a 2023355189 aDLCbengerdacDLC a(OCoLC)1390699990 apcc aa-iq---aaw-----00aDS59.K86bG6800aGovarî mêjûnasî =bMajallat mêjûnasî (al-maʻrifah al-tārīkhīyah).30aMêjûnasî1 iTitle on page 4 of cover:aMajallat mêjûnasî (al-maʻrifah al-tārīkhīyah) 1aHewlêr [Kurdistan, Iraq] :bZankoy Cîhan,c2022- avolume :billustrations, maps,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSałî yekem, jimare 1 (Beharî 2022)- a"Govarêkî mêjûyî werzîye, lelayên komełêk le pispor̄anî mêjû be hawbeşî legeł Zankoy Cîhan derdeçêt." aTitle from title page. aIn Sorani Kurdishb(Arabic script). 0aKurdsxHistoryvPeriodicals. 0aKurdszIraqxHistoryvPeriodicals. 0aKurdistanxHistoriographyvPeriodicals. 0aKurdszIraqvPeriodicals. 0aMiddle EastxHistoryvPeriodicals. 0aHistoriographyvPeriodicals. 0aHistoriographyzMiddle EastvPeriodicals.2 aCihan University-Erbil,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01355nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050002100168245001900189264006600208300003700274310001400311336002600325337002800351338002700379362003000406500009600436500002700532546004000559650004300599651004700642650004900689650005500738651006900793650006000862850000800922936002700930994001200957on1390700020OCoLC20230718213016.0230718u2019uuuuiq qr p 0 0kuro  a 2023355203 aDLCbengerdacDLC a(OCoLC)1390700020 apcc aa-iq---aaw-----00aDS59.K86b.H549700aHizrî jiyan. 1aSilêmanî [Kurdistan, Iraq :bKompanyay Bilav Peyk,c2019- avolumes :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Beharî 2019)- a"Govarêkî werzîy ekadîmî siyasîy şîkarîye, torî hewałî derîdekat." aTitle from title page. aIn Sorani Kurdishb(Arabic script). 0aKurdsxIntellectual lifevPeriodicals. 0aKurdistanxIntellectual lifevPeriodicals. 0aKurdsxPolitics and governmentvPeriodicals. 0aKurdszIraqxPolitics and governmentvPeriodicals. 0aMiddle EastxPolitics and governmenty21st centuryvPeriodicals. 0aKurdish literaturexHistory and criticismvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01210nas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050002000172245002600192246001100218264006600229300003700295310001400332336002600346337002800372338002700400362002500427546008600452588004500538650006200583650005200645650004900697650004300746850000800789936002700797994001200824on1390700089OCoLC20230718213016.0230718c20169999iq uu 0 0kuro  a 2023355208 aDLCbengcDLCerda a(OCoLC)13907000891 akurhmul apcc aa-iq---00aPK6908.2b.S54500aŞîʻir =bPoetry.13aPoetry 1aSilêmanî [Kurdistan, Iraq :bKompanyay Bilav Peyk,c2016- avolumes :billustrations,c24 cm aIrregular atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare yekem (2016)- aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.0 aJimare 11 (2022); title from title page. 0aKurdish poetryzIraqxHistory and criticismvPeriodicals. 0aPoetryvTranslations into KurdishvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdszIraqzKurdistānvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01323nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050001500159245001100174264005500185300003700240310001400277336002600291337002800317338002700345362003300372500004000405546008600445588003000531588004300561650002900604650005600633650004800689651005600737650004900793710003600842850000800878936002700886994001200913on1390700093OCoLC20230718213016.0230718u2017uuuuiq qx p 0 0kuro  a 2023355202 aDLCbengerdacDLC a(OCoLC)1390700093 apcc aa-iq---00aB8.K8bL6400aLogos. 1aSilêmanî [Kurdistan, Iraq] :bNawendî Logos, avolumes :billustrations,c21 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Jimare 1 (2017). a"Sofîstayî w gutarî Kurdî." aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.0 aJimare 4 (Payizî 2018).1 aJimare 5 (2019); ttle from title page. 0aPhilosophyvPeriodicals. 0aPhilosophyvTranslations into KurdishvPeriodicals. 0aPhilosophyzIraqzKurdistānvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals.2 aNawendî Logos,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01237nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001800172245001700190264004700207300003600254310001400290336002600304337002800330338002700358362003200385500002700417546008600444588004900530650004600579650004400625650006500669650004300734850000800777856002700785936002700812994001200839on1390700227OCoLC20230718213016.0230718c20219999iq qr 0 0kur  a 2023355204 aDLCbengerdacDLC a(OCoLC)13907002271 akurhmul apcc aa-iq---00aJA26.I72bM5600aMînêrva. 1a[Kurdistan, Iraq] :bMinerva Publ.,c2021- avolume :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Payîzî 2021)- aTitle from title page. aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.0 aJimare 2 (Zistanî 2022); title from cover. 0aPolitical sciencexResearchvPeriodicals. 0aSocial sciencesxResearchvPeriodicals. 0aPolitical sciencexResearchzIraqzKurdistānzPeriodicals. 0aKurdszIraqzKurdistānvPeriodicals. aDLC41uhttp://minervapubl.com aLC Cairo Office [we46] a92bPUL01897cas a22004097i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001700122035002200139042001400161050001600175082002500191111007000216210004900286222008200335245007400417246006700491246000800558246004300566246008900609264003700698264005300735310001100788336002600799337002800825338002700853588005300880588002900933776020500962785019301167856006801360856004701428994001201475on1390700266OCoLC20230718213016.0230718duuuu2014njuar 1 a0eng  a 2023202259 aDLCbengerdacDLCdDLC0 a2993-455921 a(OCoLC)1390700266 ansdpamsc10aISSN RECORD10a621223/eng/202307172 aInternational Workshop on Research and Education in Mechatronics.0 aInt. Workshop Res. Educ. Mechatron.b(Print) 0a... International Workshop on Research and Education in Mechatronicsb(Print)10a... International Workshop on Research and Education in Mechatronics.1 aInternational Workshop on Research & Education in Mechatronics1 aREM1 aResearch and Education in Mechatronics1 aProceedings for the International Workshop on Research and Education in Mechatronics 1a[Piscataway, New Jersey] :bIEEE 2aRed Hook, NY :bAvailable from Curran Associates aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a15th (2014) ; title from title page (surrogate).1 a15th (2014) (surrogate).08iOnline version:aInternational Workshop on Research and Education in Mechatronics.t... International Workshop on Research and Education in Mechatronicsx2993-4567w(DLC) 2023202260w(OCoLC)97191682200aInternational Conference on Research and Education in Mechatronics.t... International Conference on Research and Education in Mechatronicsx2993-4583w(DLC) 2023202261w(OCoLC)139070978641uhttps://ieeexplore.ieee.org/xpl/conhome/1804050/all-proceedings42uhttps://www.proceedings.com/zSearch "REM" a92bPUL01740nam a2200409Ii 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020002800153020002700181035002200208050002500230082001400255100003400269245006900303250001900372264005600391300002400447336002600471337002800497338002700525490004800552520027200600650002200872650002500894650003200919650002200951650001300973655002800986655001901014700009401033776019101127994001201318on1390700291OCoLC20230718213016.0230718s2023 nyu c 000 1 eng  a 2023007714 aDLCbengerdacCZAdCZA a9781250208309q(hardcover) a1250208300q(hardcover) z9781250208293q(ebook) a(OCoLC)139070029100aPZ7.1.L5165bKg 202300a[Fic]2231 aLewis, Erika,d1968-eauthor.10aKelcie Murphy and the hunt for The Heart of Danu /cErika Lewis. aFirst edition. 1aNew York :bStarscape, Tor Publishing Group,c2023. a424 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThe Academy for the Unbreakable Arts ;v[2] aWhile at The Academy for the Unbreakable Arts, Kelcie receives a warning from her goddess mother that The Heart of Danu, the legendary source of all light and warmth, will be stolen, so Kelcie and her friends set off to prevent their world from falling into darkness. 1aAbilityvFiction. 1aFriendshipvFiction. 1aMythology, CelticvFiction. 1aSchoolsvFiction. 1aFantasy. 7aFantasy fiction.2lcgft 7aNovels.2lcgft1 iSequel to:aLewis, Erika,d1968-tKelcie Murphy and the academy for the unbreakable arts.08iOnline version:aLewis, Erika, 1968-tKelcie Murphy and the hunt for The Heart of DanubFirst edition.dNew York : Starscape, Tor Publishing Group, 2023z9781250208293w(DLC) 2023007715 a92bPUL01344nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001300172042000800185050002100193245022700214246008700441264005000528300002300578336002600601337002800627338002700655546003300682500006500715504004100780650002400821650002700845650002600872650001800898700005400916994001200970on1390700389OCoLC20230718213016.0200422s2021 rb b 000 0 srp  a 2022472823 aDLCbengerdacDLC a9788680186764 a8680186767 a(OCoLC)13907003890 asrpaeng apcc00aK3165b.P74 202100aPreispitivanje klasičnih ustavnopravnih shvatanja u uslovima savremene države i politike =bChallenging traditional constitutional ideas in terms of modern state and politics /curednik/editor Dr Miroslav Đorđević.31aChallenging traditional constitutional ideas in terms of modern state and politics 1aBeograd :bInstitut za uporedno pravo,c2021. a380 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSerbian (Latin) and English. a"Beogradski ustavnopravni forum"--Page preceding title page. aIncludes bibliographical references. 0aConstitutional law. 0aConstitutional courts. 0aSeparation of powers. 0aHuman rights.1 aĐorđević, Miroslavc(Writer on law),eeditor. a92bPUL02463nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001300254082002500267100003300292245012000325263000900445264004200454300002200496336002600518337002600544338003600570504005100606505050700657520038001164588010301544600003601647600003101683650003401714650003001748650004901778650004501827776013301872994001202005on1390700390OCoLC20230718213016.0m o d cr |||||||||||230512s2023 mnu ob 001 0 eng  a 2023021872 aDLCbengerdacDLC a9781506481272q(ebook) a1506481272 z9781506481265q(paperback) a(OCoLC)1390700390 apcc00aBV4501.300a242223/eng/202307121 aGeiman, Shodhin K.,eauthor.10aObstacles to stillness :bthoughts, hindrances, and self-surrender in Evagrius and the Buddha /cShodhin K. Geiman. a2312 1aMinneapolis :bFortress Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction -- Part I. The Renunciant Horizon: 1. The Practical Life -- 2. The Holy Life -- Part II. Confronting the Obstacles: 3. The Varied Allures of Sensory Desire -- 4. The Sheer Madness of Anger and Ill-Will -- 5. The Querulous Spirit of Sadness -- 6. The Maelstrom of Perfection: Restlessness-Remorse -- 7. Facing the Prospect of Emptiness: Acedia and Sloth-Torpor -- 8. Indecision, the Wasteland -- 9. Delusions of Spiritual Success: Vainglory and Pride -- Conclusion -- Bibliography -- Index. a"This book compares the "obstacles" to prayer discussed by the 4th-century monk Evagrius of Pontus with similar "hindrances" found in the scriptures of Buddhist tradition. Offering a fresh approach to Buddhist-Christian dialogue, Geiman focuses on the difficulties faced, and tools used, by both communities in their forms of contemplative practice"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aEvagrius,cPonticus,d345?-399.00aGautama BuddhaxTeachings. 0aSpiritual lifexChristianity. 0aSpiritual lifexBuddhism. 0aAestheticsxReligious aspectsxChristianity. 0aAestheticsxReligious aspectsxBuddhism.08iPrint version:aGeiman, Shodhin K.tObstacles to stillnessdMinneapolis : Fortress Press, 2023z9781506481265w(DLC) 2023021871 a92bPUL01566nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002500205110003800230245023600268250001400504264005700518300002400575336002600599337002800625338002700653490002100680650002700701650002900728650003000757655003100787700005300818700004700871700005000918710003800968710003601006710003201042740002501074740002101099994001201120on1390700391OCoLC20230718213016.0230609s2022 xv bl 000 0 slv  a 2023442278 aDLCbengerdacDLC a9789612046965q(softbound) a9612046964 a(OCoLC)1390700391 apcc ae-xv---00aKKS6188.2b.A28 20221 aSlovenia,eenacting jurisdiction.10aZakon o sodnih taksah (ZST-1) ;bOdvetniška tarifa ; Notarska tarifa : (neuradna prečiščena besedila) /cuvodna pojasnila mag. Barbara Petrič (ZST-1), dr. Nana Weber (Odvetniška tarifa), Darko Jerše (Notarska tarifa). a1. natis. 1aLjubljana :bUradni list Republike Slovenije,c2022. a262 pages ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aZbirka predpisov 0aCosts (Law)zSlovenia. 0aLawyersxFeeszSlovenia. 0aNotariesxFeeszSlovenia. 7aStatutes and codes.2lcgft1 aPetrič, Barbara,eauthor of introduction, etc.1 aWeber, Nana,eauthor of introduction, etc.1 aJerše, Darko,eauthor of introduction, etc.12aSlovenia.tZakon o sodnih taksah.12aSlovenia.tOdvetniška tarifa.12aSlovenia.tNotarska tarifa.02aOdvetniška tarifa.02aNotarska tarifa. a92bPUL00784nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002400180100003300204245004000237264004100277300002300318336002600341337002800367338002700395600003300422650003900455994001200494on1390700528OCoLC20230718213016.0230417s2022 hu 000 0ahun  a 2023449578 aDLCbengerdacDLC a9789635564057 a9635564058 a(OCoLC)1390700528 apcc00aRA644.C67bV57 20221 aVirágh, Ildikó,eauthor.10aKoronanapló /cVirágh Ildikó. 1aBudapest :bGondolat Kiadó,c2022. a164 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aVirágh, IldikóvDiaries. 0aCOVID-19 Pandemic, 2020-vDiaries. a92bPUL00870nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003800198245016900236260005100405300004600456650001400502700005300516710005900569994001200628on1390700529OCoLC20230718213016.0820504s1683 fr 000 0 fre  a 31025085  aDLCbengcDLC a(OCoLC)139070052900aHQ731b.M2 1683 aHQ731b.M2 1683 Copy 2cToinet no. 12261 aMainville, de. [from old catalog]10aDu bonheur et du malheur du mariage et des considérations qu'il faut faire avant que de s'y engager,bouvrage moral et curiuexcpar le sieur de mainville escuyer. aParis,bChez la veuve Sebastien Huré.c1683. a5 p.l., 360, [10] p., 1 l.c16 cm. (12mo) 0aMarriage.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL03283nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050000900254082003000263084003400293100003200327245011200359263000900471264005200480300002200532336002600554337002600580338003600606504004100642520086000683520086101543588010302404650001202507650002502519650002702544650005502571650006102626776013802687994001202825on1390700688OCoLC20230718213016.0m o d cr |||||||||||230510s2023 vau ob 000 0 eng  a 2023022512 aDLCbengerdacDLC a9781513813219q(ebook) a1513813218 z9781513813202q(paperback) a(OCoLC)1390700688 apcc00aBV4000a242/.332223/eng/20230717 aREL012020aREL0121202bisacsh1 aDycus, Shannon W.,eauthor.14aThe holy in the night :bfinding freedom in a season of waiting (an advent devotional) /cShannon W. Dycus. a2310 1aHarrisonburg, Virginia :bHerald Press,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references. a"Listen for the voice of God. If you approach this Advent season waiting for something-in your life, in your family or community, or in a fractured world-you are not alone. This season reminds us that our waiting is not wasted. Even in our longest nights, divine work endures. What if we were free enough to do the same? Drawing on lectionary scripture readings from the Old and New Testaments and the voices of Black and Brown modern-day prophets, author Shannon Dycus offers reflections for each day of the season. Her meditations stretch open possibilities for faithfulness during silence, ambivalence, doubt, and unknowing. This Advent, accept the invitation to witness and know the presence of God amid waiting. Give voice to freedom, grace, struggle, and beauty-to see again the ways that God emerges in this inward season"--cProvided by publisher. a"Listen for the voice of God. If you approach this Advent season waiting for something-in your life, in your family or community, or in a fractured world-you are not alone. This season reminds us that our waiting is not wasted. Even in our longest nights, divine work endures. What if we were free enough to do the same?Drawing on lectionary scripture readings from the Old and New Testaments and the voices of Black and Brown modern-day prophets, author Shannon Dycus offers reflections for each day of the season. Her meditations stretch open possibilities for faithfulness during silence, ambivalence, doubt, and unknowing. This Advent, accept the invitation to witness and know the presence of God amid waiting. Give voice to freedom, grace, struggle, and beauty-to see again the ways that God emerges in this inward season. "--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAdvent. 0aDevotional calendar. 0aDevotional literature. 7aRELIGION / Christian Living / Devotional.2bisacsh 7aRELIGION / Christian Living / Spiritual Growth.2bisacsh08iPrint version:aDycus, Shannon W.tHoly in the nightdHarrisonburg, Virginia : Herald Press, [2023]z9781513813202w(DLC) 2023022511 a92bPUL03619nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020004500192020002500237020001500262020004400277035002200321042000800343050001100351082003400362100003700396245009300433246003700526250001900563263000900582264003600591300002300627336002600650337002600676338003600702490006600738504005100804505028900855520163101144588010302775650004602878650002702924650001802951776015602969994001203125on1390700780OCoLC20230718213016.0m o d cr |||||||||||230630s2023 nyu ob 001 0 eng  a 2023024377 aDLCbengerdacDLC a9781636672472q(epub) a1636672477 z9781636672328q(paperback :qalk. paper) a9781636672465q(pdf) a1636672469 z9781636672458q(hardback :qalk. paper) a(OCoLC)1390700780 apcc00aLB232400a338.9/270711223/eng/202307141 aTimmerman, Nora,d1982-eauthor.10aBetween complicity & integrity :beducators' stories in tangled times /cNora Timmerman.3 aBetween complicity and integrity aFirst edition. a2310 1aNew York :bPeter Lang,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 a[Re]thinking environmental education,x1949-0747 ;vvolume 17 aIncludes bibliographical references and index.0 aPart 1. Questioning. Encountering complicity, questioning integrity -- Seeking and sketching stories through portraiture -- Part 2. Storying. David Greenwood -- Madhu Suri Prakash -- Ray Barnhardt -- Educator vignettes -- Part 3. Learning. Lessons on integrity -- So much is possible. a"Our lives are tangled up in all kinds of suffering. The daily tasks of eating, working, clothing, and sheltering are tied to extreme ecological degradation, climate change, systems of oppression, colonial legacies of stolen land, and so much more. In the face of these complex, systemic challenges, and with the knowledge of our participation within them, what do we do? Particularly for educators - folks who are responsible both for reproducing and resisting the dominant culture - what does it look like to live with integrity in the midst of complicity? This book shares intimate narratives from 12 experienced, respected educators as they describe their understandings and experiences of integrity and complicity in today's world. Specifically, the educators highlighted here are academics working at the intersection of education, environment, and social change. Based on five years of research, their stories show the diverse ways people make sense of their lives and give readers opportunities to reflect on their own. Nora Timmerman argues that these stories collectively teach us how scale matters, to stop being one person, and to act anyway. Integrity comes not from ridding oneself of complicity but from critical learning, community accountability, cultivating interdependence, and strategic experimentation to create new worlds. This book is written for current and future educators studying teacher experience and postsecondary education. However, the stories have resonance for anyone working to understand the experiences of complicity and how to understand integrity in its midst"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxEnvironmental aspects. 0aEducatorsxInterviews. 0aStorytelling.08iPrint version:aTimmerman, Nora, 1982-tBetween complicity & integritybFirst edition.dNew York : Peter Lang, [2023]z9781636672328w(DLC) 2023024376 a92bPUL01398nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163020002500189035002200214042000800236050002500244082001200269100003300281245008600314263000900400264006100409300001300470336002600483336003300509337002800542338002700570520010300597650002600700650002600726650002100752655002600773700003500799776015400834994001200988on1390700781OCoLC20230718213016.0230717s2024 ilu b 000 1 eng  a 2023028557 aDLCbengerdacDLC a9781728256122q(hardcover) a1728256127 z9781728256139q(epub) z9781728256146q(pdf) a(OCoLC)1390700781 apcc00aPZ7.1.M4639bEl 202400a[E]2231 aMcMorris, Kristina,eauthor.10aEllie Mae dreams big! /cwords by Kristina McMorris ; pictures by Amanda Yoshida. a2401 1aNaperville, Illinois :bSourcebooks Jabberwocky,c[2024] apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aEllie Mae's mind swirls with ideas when her teacher asks, What do you want to be when you grow up? 1aOccupationsvFiction. 1aImaginationvFiction. 1aChoicevFiction. 7aPicture books.2lcgft1 aYoshida, Amanda,eillustrator.08iOnline version:aMcMorris, Kristina.tEllie Mae dreams big!dNaperville, Illinois : Sourcebooks Jabberwocky, [2024]z9781728256139w(DLC) 2023028558 a92bPUL01645nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008200324263000900406264004300415300002300458336002600481337002600507338003600533490002000569490002700589500002000616520011200636521002800748588010300776650002000879650002000899650002300919655002700942655002600969700003500995776013301030994001201163on1390700782OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mnu bo 001 1 eng  a 2023029040 aDLCbengerdacDLC a9798889969686q(ebook) z9798889969662q(hardcover) z9798889969679q(paperback) a(OCoLC)1390700782 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aMason the moose feels mad /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aMason the moose gets mad when his brother steals his turn to play seeker in a forest game of hide-and-seek. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aAngervFiction. 1aMoosevFiction. 1aBrothersvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tMason the moose feels maddMinneapolis, MN : Jump!, Inc., 2024z9798889969662w(DLC) 2023029039 a92bPUL01923nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193020003100230035002200261042000800283050001600291082003000307100003300337245004200370263000900412264004200421300002300463336002600486337002600512338003600538490003500574500002000609520051800629521003501147588010301182650003801285650003801323776012801361994001201489on1390700783OCoLC20230718213016.0m o d cr |||||||||||230630s2024 nyu jo 001 0 eng  a 2023029805 aDLCbengerdacDLC a9781978537330q(ebook) a1978537336 z9781978537323q(library binding) z9781978537316q(paperback) a(OCoLC)1390700783 apcc00aQL666.L225600a597.95/9223/eng/202307121 aEmminizer, Theresa,eauthor.10aLegless lizards /cTheresa Emminizer. a2310 1aBuffalo :bEnslow Publishing,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aAnimals that slither and slide aIncludes index. a"Is it a snake? Is it a worm? No! It's a legless lizard! Up to 18 inches (45 cm) long, legless lizards are snake-like in appearance but have important differences. In this fascinating and informative book, readers will learn all about how legless lizards live and move. They'll discover how this unique creature evolved, where it lives, and what makes it so special. Filled with colorful photographs, which bring the information to life, this book is a must-have for young animal lovers"--cProvided by publisher. aGrades K-1bEnslow Publishing. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAnniellidaevJuvenile literature. 0aPygopodidaevJuvenile literature.08iPrint version:aEmminizer, Theresa.tLegless lizardsdBuffalo : Enslow Publishing, [2024]z9781978537323w(DLC) 2023029804 a92bPUL00965nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002400199100002900223245010400252264005600356300002900412336002600441337002800467338002700495504005700522600002000579650005200599994001200651on1390700924OCoLC20230718213016.0220613s2022 ke b 000 0aeng  a 2022322424 aDLCbengerdacDLC a9789914405620 a9914405622 a(OCoLC)1390700924 alcodeapcc af-ke---00aBF637.M45bK36 20221 aKanyi, Wairimu,eauthor.10aWired weird :bthe journey to discovering God's cues, clues & calling in my story /cWairimu Kanyi. 1a[Nairobi] :bRosslyne Wairimu Kanyi,cJanuray 2022. axiii, 196 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 193-196).10aKanyi, Wairimu. 0aMentoringzKenyaxReligious aspectsvBiography. a92bPUL01497nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002500163035002200188042000800210050002300218082002500241100003400266245008400300250001900384263000900403264003500412300001400447336002600461337002800487338002700515490001900542520034300561650004000904700003300944776014600977994001201123on1390700925OCoLC20230718213016.0230630s2024 nyu j 000 0 eng  a 2023025164 aDLCbengerdacDLC a9781662670701q(hardcover) a1662670702 z9781662670695q(ebk) a(OCoLC)1390700925 apcc00aSB357.2b.C43 202400a634223/eng/202307171 aChancellor, Deborah,eauthor.10aGranny root grows fruit /cby Deborah Chancellor ; illustrated by Julia Groves. aFirst edition. a2408 1aNew York :bKane Press,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aFollow my food a"A child narrator helps her Granny grow fruit through the year, as they put in new plants in the fall, prune in the winter, weed and hang nets in the spring, and water and harvest in the summer. Backmatter includes a matching game, more information about growing fruit, types of fruit, and a kid-friendly recipe"--cProvided by publisher. 0aFruit-culturevJuvenile literature.1 aGroves, Julia,eillustrator.08iOnline version:aChancellor, Deborah.tGranny root grows fruitbFirst edition.dNew York : Kane Press, 2024z9781662670695w(DLC) 2023025165 a92bPUL02020nam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001800142020001500160035002200175041001300197042000800210043001200218050002500230245019600255246009200451264006000543300004600603336002800649336002100677337002500698338002300723500009000746500006000836504005700896546005300953650003801006650003901044650004201083710006501125880018301190880005701373880005601430880006401486994001201550on1390700926OCoLC20230718213016.0230519s2022 ko a bc l000 0 kor  a 2023424455 aDLCbengerdacDLC c$1 a9791185344843 a9789791185349 a9791185344 a(OCoLC)13907009260 akoraeng apcc aa-kr---00aN8193.K6bC4637 2022006880-01aCh'iyu ŭi sigan, Puch'ŏ rŭl mannada :b2022 Pusan Pangmulgwan t'ŭkpyŏl kihoekchŏn = Encounter with the Buddha : Buddhist art of Korea : special exhibition of Busan Museum.31aEncounter with the Buddha :bBuddhist art of Korea : special exhibition of Busan Museum 16880-02aPusan Kwangyŏksi :bPusan Pangmulgwan,c2022. a231 pages :bcolor illustrations ;c28 cm astill image2rdacontent atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aCatalog of Pusan Pangmulgwan special exhibition held May 12 10, 2022 - July 10, 2022. 6880-03aPalgan tŭngnok pŏnho: 52-6260140-000112-01. aIncludes bibliographical references (pages 540-542). aChielfy in Korean with some English translation. 0aBuddhist artzKoreavExhibitions. 0aArt, KoreanyTo 1900vExhibitions. 0aBuddhism and artzKoreavExhibitions.2 6880-04aPusan Pangmulgwan,eissuing body,ehost institution.006245-01a치유 의 시간, 부처 를 만나다 :b2022 부산 박물관 특별 기획전 = Encounter with the Buddha : Buddhist art of Korea : special exhibition of Busan Museum 16264-02a부산 광역시 :b부산 박물관,c2022. 6500-03a발간 등록 번호: 52-6260140-000112-01.2 6710-04a부산 박물관,eissuing body,ehost institution. a92bPUL00903nam a2200289 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002600199100003800225245008800263264005500351300002800406336002600434337002800460338002700488504005700515650002900572994001200601on1390700959OCoLC20230718213016.0220526s2022 ug b 000 0 eng  a 2022321187 aDLCbengerdacDLC a9789970694013 a9970694014 a(OCoLC)1390700959 alcodeapcc af-ug---00aJQ2951.A38bS433 20221 aAsiimwe, Solomon Muchwa,eauthor.14aThe security sector in Uganda :bprinciples and practice /cSolomon Muchwa Asiimwe. 1aEntebbe, Uganda :bNkumba University Press,c2022. axvi, 256 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 241-256). 0aSecurity sectorzUganda. a92bPUL02018nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002300220082002800243100004600271245009500317263000900412264006400421300001300485336002600498337002800524338002700552490004300579520030700622504004100929505028500970650003201255650004201287650002001329650002001349650005101369776017601420994001201596on1390700960OCoLC20230718213016.0230712s2023 enk b 000 0 eng  a 2023026416 aDLCbengerdacDLC a9781009217798q(paperback) a1009217798 z9781009217781q(ebook) a(OCoLC)1390700960 apcc00aR697.F6b.W35 202300a610.69223/eng/202307171 aWalton-Roberts, Margaret,d1968-eauthor.10aGlobal health worker migration :bproblems, solutions, stories /cMargaret Walton-Roberts. a2308 1aCambridge ;aNew York :bCambridge University Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aElements in global development studies a"This Element examines the complex processes that feed health worker migrants into global circulation, the losses and gains associated with such mobility and examples of good practices, where migrants, sending and destination communities experience the best possible outcomes"--cProvided by publisher. aIncludes bibliographical references.0 aIntroduction: The global mobility of health care workers -- Feminist political economy and global care chain perspectives on health worker migration -- Health worker global migration : patterns, processes and problems -- International policy responses to health worker mobilities. 0aMedical personnel, Foreign. 0aMedical personnelxSupply and demand. 0aMedical policy. 0aLabor mobility. 0aEmigration and immigrationxGovernment policy.08iOnline version:aWalton-Roberts, Margaret, 1968-tGlobal health worker migrationdCambridge ; New York : Cambridge University Press, 2023z9781009217781w(DLC) 2023026417 a92bPUL01640nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193035002200223042000800245050001700253082001200270100003500282245009100317263000900408264004700417300002300464336002600487337002600513338003600539490003900575520016600614521003200780588010300812650002900915650002300944650002000967650002900987700003601016776014201052994001201194on1390700961OCoLC20230718213016.0m o d cr |||||||||||230714s2023 ncu bo 000 1 eng  a 2023030029 aDLCbengerdacDLC a9781645073864q(ebook) a1645073866 z9781645073857q(hardback) a(OCoLC)1390700961 apcc00aPZ7.1.S7953800a[E]2231 aStrickland, Darby A.,eauthor.10aSomething scary happened /cby Darby A. Strickland ; illustrations by Carlotta Notaro. a2310 1aGreensboro, NC :bNew Growth Press,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aComfort for children in hard times a"Helps children process their feelings after experiencing a trauma and provides comfort through the story of a little lamb named Miles"--cProvided by publisher. aAges 4-7bNew Growth Press. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aPsychic traumavFiction. 1aEmotionsvFiction. 1aSheepvFiction. 1aChristian lifevFiction.1 aNotaro, Carlotta,eillustrator.08iPrint version:aStrickland, Darby A.tSomething scary happeneddGreensboro, NC : New Growth Press, 2023z9781645073857w(DLC) 2023030028 a92bPUL02284nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001400254070002400268082003300292100002900325245010900354250001700463263000900480264005000489300002200539336002600561337002600587338003600613504005100649505026500700520054100965588010301506650003301609650002201642650002501664776014901689994001201838on1390701041OCoLC20230718213016.0m o d cr |||||||||||230525s2023 mau ob 001 0 eng  a 2023024733 aDLCbengerdacDLC a9781635867640q(ebook) a1635867649 z9781635867633q(paperback) a(OCoLC)1390701041 apcc00aRM666.D260 aRM666.D26bM37 202300a615.3/23983223/eng/202307171 aMars, Brigitte,eauthor.10aDandelion medicine :bforage, feast, and nourish yourself with this extraordinary weed /cBrigitte Mars. a2nd edition. a2310 1aNorth Adams, MA :bStorey Publishing,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.00g1. -- Thetvirtues of the dandelion --g2. --tCollecting, growing, and harvesting --g3. --tTraditional uses of dandelion medicine --g4. --tDandelion's medicinal properties --g5. --tMaking and using dandelion medicines --g6. --tCooking with dandelions. a"Dandelion Medicine, 2nd Edition is a colorful dive into the many creative uses of dandelions for food and medicine. From dandelion root "coffee" to dandelion flower cookies, there are dozens of delicious ways to use the plant in food, and all parts of the dandelion are medicinal in a variety of ways. In addition to providing ideas for ways to use the plant, the author also shares some of the history and lore surrounding the dandelion, creating a book that is both a practical guide and a fascinating read"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aDandelionsxTherapeutic use. 0aCooking (Flowers) 0aWild plants, Edible.08iPrint version:aMars, Brigitte.tDandelion medicineb2nd edition.dNorth Adams, MA : Storey Publishing, [2023]z9781635867633w(DLC) 2023024732 a92bPUL03792nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020004400193035002200237042000800259043001200267050001500279082003000294084003400324100003500358245008700393263000900480264006200489300002300551336002600574337002600600338003600626490003100662504005100693505087500744520124001619588010302859610005102962650003903013650005103052650006603103776015303169994001203322on1390701042OCoLC20230718213016.0m o d cr |||||||||||230713s2024 inu ob 001 0 eng  a 2023031547 aDLCbengerdacDLC a9780253068354q(ebook) a0253068355 z9780253068330q(hardback ;qalk. paper) a(OCoLC)1390701042 apcc an-us---00aHE2791.K1700a385.0976223/eng/20230713 aTRA004010aBUS0770002bisacsh1 aGalligan, William H.,eauthor.10aVision accomplished :bthe history of Kansas City Southern /cWilliam H. Galligan. a2402 1aBloomington, Indiana :bIndiana University Press,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRailroads past and present aIncludes bibliographical references and index.0 aIntroduction -- The Story Begins -- Arthur E. Stilwell: Early Years -- The Push South: 1890-1893 -- The Final Drive to the Gulf: 1894-1897 -- Receivership: The End of the Line for the KCP&G -- Stilwell's Final Years -- The Dawn of a New Century Brings Prosperity -- William N. Deramus II: An Era Begins -- William N. Deramus III -- The KCSI Years -- Years of Turmoil: 1960-1979 -- Recovery -- The Great Contraction: Consolidation in the 1990s -- A Change at the Top: The Haverty Era Begins -- Growth on the Fast Track: 1995-2000 -- The Panama Canal Railway Company -- The Birth of Mexico's Railroad System -- The Game Changer -- From KCSI to KCS; from TFM to KCSM -- KCS Turns a Page -- KCS Looks to the Future -- Service Begets Growth -- Game On: Private Equity Strikes First -- The Canadians Pay a Visit-and Decide to Stay -- The Curtain Falls on a 136-Year Adventure. a"The remarkable story of the Kansas City Southern tells of a company that from day 1 followed its own path, led by a succession of visionaries who were not afraid to take risks in pursuit of the railroad company's success. Without the resources of the earlier land grant railroads, the Kansas City-based company forged a unique approach to growing its franchise. It compensated for its modest size by developing an outsize, personalized commitment to its customers, suppliers, and rail partners. While larger railroads, with their vast rail networks, sometimes cajoled customers and smaller railroads into conforming to their service offerings, Kansas City Southern sought to develop mutually beneficial relationships with multiple constituents. Vision Accomplished is the story of a succession of individuals who through the strength of their personalities, vision, courage, and character led the railroad through one perilous situation after another and in so doing crafted a corporate culture truly unique in the railroad industry. It's a story of a railroad that by rights should have died dozens of times but continued to survive and grew to become a major participant in the North American supply chain"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aKansas City Southern Railway CompanyxHistory. 0aRailroadszUnited StatesxHistory. 7aTRANSPORTATION / Railroads / History.2bisacsh 7aBUSINESS & ECONOMICS / Corporate & Business History.2bisacsh08iPrint version:aGalligan, William H.tVision accomplisheddBloomington, Indiana : Indiana University Press, [2024]z9780253068330w(DLC) 2023031546 a92bPUL01328nam a22002897i 4500001001300000003000600013005001700019008004100036010001700077040002300094025002600117035002200143037005300165042001000218100003800228245006800266264006300334300002300397336002600420337002800446338002700474500001900501500004300520505044700563546001601010994001201026on1390701043OCoLC20230718213016.0230324r20212013ii 000 1 kano  a 2023337773 aDLCbengerdacDLC aI-Kan-2023-337773; 10 a(OCoLC)1390701043 bLibrary of Congress -- New Delhi Overseas Office alcode0 aAlaka Tīrthahaḷḷi,eauthor.10aNavilesara :b(kathā saṅkalana) /cAlaka Tīrthahaḷḷi. 1aBeṅgaḷūru :bSāhityalōka Pablikēṣans,c2021. a156 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aShort stories. aReprint: Originally published in 2013.0 a1. Pada kusiye nelavihudu -- 2. Ammā, innellū bāmbu bēḍammā -- 3. Rāmana baṇṭa -- 4. Hara kollal para kāyvane? -- 5. Gōgrahaṇa -- 6. Hasugaḷa hāḍu -- 7. Māyāmr̥gada benniḷidu.... -- 8. Bhujaṅga -- 9. Pāpada parijanaru -- 10. Jōḍu heṇḍirañji ōḍi hōguvāga -- 11. Ninne ninnege... -- 12. Svargādapi garīyasī! -- 13. Ayyō! nanna navilesarave! -- 14. Śāmarāyara sandēśa. aIn Kannada. a92bPUL01218nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002400199100004000223245017600263264003700439300002300476336002600499337002800525338002700553504005700580610006700637651005000704651006900754651005700823994001200880on1390701052OCoLC20230718213016.0210526s2015 bl b 000 0 por  a 2021329611 aDLCbengerdacDLC a9788567302164 a8567302161 a(OCoLC)1390701052 alcodeapcc as-bl---00aF2651.P85bN86 20151 aNunes, Maria Zilles Magno,eauthor.12aO começo de Porto Novo :bPorto Novo : uma colônia para teuto-católicos no processo de expansão colonial no sul brasileiro (1912-1933) /cMaria Zilles Magno Nunes. 1aPorto Alegre :bAuthor,c[2015?] a175 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 170-175).20aCatholic ChurchzBrazilzPorto Novo (Santa Catarina)xHistory. 0aPorto Novo (Santa Catarina, Brazil)xHistory. 0aPorto Novo (Santa Catarina, Brazil)xReligious life and customs. 0aPorto Novo (Santa Catarina, Brazil)xChurch history. a92bPUL00689nam a22002417i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003500172245004200207264004100249300002300290336002600313337002800339338002700367504004100394994001200435on1390701068OCoLC20230718213016.0230417s2022 hu b 000 f hun  a 2023449591 aDLCbengerdacDLC a9786156387097 a6156387099 a(OCoLC)13907010681 aNyiry, Attila,d1956-eauthor.12aA kódex rejtélye /cNyiry Attila. 1a[Miskolc] :bBíbor Kiadó,c2022. a288 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a92bPUL00851nam a22002537i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163100003600185245007800221250003500299264005600334300006800390336002600458337002800484338002700512700004600539994001200585on1390701069OCoLC20230718213016.0230717s2022 cy a 000 1 gre  a 2023450915 aDLCbengerdacDLC a9789925606054q(softbound) a9925606055 a(OCoLC)13907010691 aTsivika, Maria,d1984-eauthor.10aTi einai ta oneira bampa? /cMaria Tsivika ; eikones: Nikos Giannopoulos. aa' ekdosē: Oktōvrios 2022. 1aLeukōsia, Kypros :bEkdoseis Eugnōmōn,c2022. a1 volume (32 unnumbered pages) :bcolor illustrations ;c26 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aGiannopoulos, Nikos,d1986-eillustrator. a92bPUL01714nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193043001200208050002400220100005700244245017900301264007100480300004500551336002600596337002800622338002700650490005900677504005300736651004800789651005000837651004300887880004900930880018700979880007701166880006101243994001201304on1390701070OCoLC20230718213016.0180412s2017 su ab b 001 0 ara  a 2018340064 aDLCbengerdacDLC c(3 a9786038194126 a6038194126 a(OCoLC)1390701070 c30.00 SAR apccalcode aa-su---00aDS248.W35bH37 20171 6880-01aḤarbī, Nūrah bint Muṣliḥ,eauthor.136880-02aal-Wajah baʻd tawḥīd al-Mamlakah al-ʻArabīyah al-Saʻūdīyah 1351-373 H/1932-1953 M :bdirāsah wathāʼiqīyah /cNūrah bint Muṣliḥ al-ḥarbī. 16880-03aal-Riyāḍ :bDārat al-Malik ʻAbd al-ʻAzīz,c2017. a285 pages :billustrations, map ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-04aSIlsilat al-rasāʼil al-jāmiʻīyah ;v49 aIncludes bibliographical references and indexes. 0aWajh (Saudi Arabia)z20th centuryvSources. 0aWajh (Saudi Arabia)xSocial life and customs. 0aSaudi ArabiaxHistoryy1932-vSources.1 6100-01aحربي، نورة بنت مصلح.126245-02aالوجه بعد توحيد المملكة العربية السعودية، 1351-373 هـ/1932-1953م :bدراسة وثائقية /cنورة بنت مصلح الحربي. 16264-03aالرياض :bدارة الملك عبد العزيز،c2017.0 6490-04aسلسلة الرسائل الجامعية ;v49 a92bPUL02192nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002400154100005100178240002200229245007300251246009400324250021700418264005600635300002300691336002600714337002800740338002700768500017500795500005300970504005101023650002501074700003801099752002301137880004001160880008901200880010401289880026301393880006401656880003801720994001201758on1390701071OCoLC20230718213016.0180708s2018 is b 001 0dheb  a 2019402615 aDLCbengerdacDLC c(2 a(OCoLC)1390701071 apcc00aBM522.6b.A565 20181 6880-01aLandsopher, Jona,d1678-1712,eauthor.10aMeʻil tsedaḳah106880-02aSheʼelot u-teshuvot Meʻil tsedaḳah /c[Yonah Landsofer].186880-03aShut Meʻil tsedaḳah :bshut be-4. ḥelke ha-Shu. ʻa. : mevoʼot u-mafteḥot 6880-04aYotse laʼor me-ḥadash be-ʻarikhah meḥudeshet be-otiyot meʼirot ʻenayim u-be-hagaha meduyeḳet be-tosefet marʼeh meḳomot heʻarot ṿe-tsiyunim mafteḥot ha-ʻinyanim ṿe-toldot ha-meḥaber. 16880-05aYerushalayim :bZikhron Aharon,c778 [2018] a263 pages ;c26 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aThe title page reproduces the title page of the book's first edition, in which the author's name is left out. The book was first printed in Prague in 5517 (1756 or 1757). aPublication date inferred from publisher's note. aIncludes bibliographical references and index. 0aResponsay1600-1800.1 6880-06aBlaier, Yonatan,eeditor. aIsraeldJerusalem.1 6100-01aלאנדסופר, יונה.106245-02aשאלות ותשובות מעיל צדקה /c[יונה לאנדסופר] .186246-03aשו"ת מעיל צדקה :bשו"ת בד' חלקי השו"ע : מבואות ומפתחות 6250-04aיוצא לאור מחדש בעריכה מחודשת באותיות מאירות עינים ובהגה מדוייקת בתוספת מראי מקומות הערות וציונים מפתחות הענינים והמקורות ותולדות המחבר. 16264-05aירושלים :bזכרון אהרן,cתשע״ח.1 6700-06aבלייער, יונתן. a92bPUL00737nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003500198245003600233260004200269300003600311650003600347700005300383710005900436994001200495on1390701072OCoLC20230718213016.0810903s1692 fr 000 0 fre  a 31035030  aDLCbengcDLC a(OCoLC)139070107200aBF822b.B6 1692 aBF822b.B6 1692 Copy 2cToinet no. 11681 aBordelon, Laurent,d1653-1730.10aCaracteres naturels des hommes. aA Paris,bChez Arnoul Seneuze,c1692. a8 p.bl., 368 p.c17 cm. (12mo) 0aCharacters and characteristics.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02663nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043002100250050001600271082003700287100003300324245010400357263000900461264003900470300002200509336002600531337002600557338003600583504004100619505064400660520034501304588010301649600004001752650003501792651004501827651004501872651004101917651005201958655002402010776014702034994001202181on1390701077OCoLC20230718213016.0m o d cr |||||||||||230513s2023 mdu ob 000 0deng  a 2023021096 aDLCbengerdacDLC a9781666915204q(ebook) a1666915203 z9781666915198q(cloth) a(OCoLC)1390701077 apcc aa-ja---an-us---00aPN5406.K36700a070.4/332092aB223/eng/202307141 aHoover, William D.,eauthor.10aK.K. Kawakami and U.S.-Japan relations :bthe forty-year road to Pearl Harbor /cWilliam D. Hoover. a2309 1aLanham :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.0 aThe historical setting of Japanese-American relations -- Kawakami's Japanese roots and the lure of America, 1873-1901 -- Kawakami analyzes the beginnings of tension between Japan and America, 1901-13 -- World War I and expanding Japan-US controversies, 1914-1919 -- Growing problems in US-Japan relations, 1919-1921 -- Kawakami describes uplifting factors but sees shadows in Japanese-American relations, 1921-1930 -- Kawakami confronts declining Japanese-American relations, 1931-1937 -- Kawakami's dream of amiable Japanese-American relations crushed, 1937-1941 -- The United States exerts economic pressure in attempt to reign in Japan. a"U.S.-Japan relations occupy an important position in international affairs. This book analyzes the writings of Japanese journalist K. K. Kawakami to provide insight into the decline of U.S.-Japan relations from 1901 to 1941. His writings do much to help us understand the reasons behind the clash at Pearl Harbor"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aKawakami, Kiyoshi Karl,d1875-1949. 0aJournalistszJapanvBiography. 0aJapanxForeign relationszUnited States. 0aUnited StatesxForeign relationszJapan. 0aJapanxForeign relationsy1912-1945. 0aUnited StatesxForeign relationsy20th century. 7aBiographies.2lcgft08iPrint version:aHoover, William D.tK.K. Kawakami and U.S.-Japan relationsdLanham : Lexington Books, [2023]z9781666915198w(DLC) 2023021095 a92bPUL02731nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001100254082003300265100003500298245009900333263000900432264003300441300002300474336002600497337002600523338003600549490002200585504005100607520126200658588010301920650003602023650003502059650003102094650002002125650001702145776012302162994001202285on1390701078OCoLC20230718213016.0m o d cr |||||||||||230710s2023 nyu ob 001 0 eng  a 2023025376 aDLCbengerdacDLC a9781668031667q(ebook) a1668031663 z9781668031643q(hardcover) a(OCoLC)1390701078 apcc00aJZ569500a320.1/20919223/eng/202307111 aMarshall, Tim,d1959-eauthor.14aThe future of geography :bhow the competition in space will change our world /cTim Marshall. a2311 1aNew York :bScribner,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aPolitics of place aIncludes bibliographical references and index. a"Spy satellites orbiting the moon. Space metals worth more than most countries' GDP. People on Mars within the next ten years. This isn't science fiction-it's reality. Humans are venturing up and out, and we're taking our competitive spirit with us. Soon, what happens in space will shape human history as much the mountains, rivers, and seas have impacted civilizations around the world. It's no coincidence that Russia, China, and the USA are leading the way. The next fifty years will change the face of global politics and the world order as we know it. In this gripping work, bestselling author Tim Marshall navigates the new geopolitical landscape to show how we got here and where we're heading. Extensively researched and drawing on the latest information from intelligence, government, and civilian institutions, this book provides a detailed, clear account of the new space race, the power rivalries, and how technology, economics, and war have a ripple effect on everyone across the globe. Written with all the insight and wit that have made Marshall one of the world's most popular and trusted writer on geopolitics, The Future of Geography is an essential read about global power, politics, and the future of humanity"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aOuter spacexStrategic aspects. 0aOuter spacexEconomic aspects. 0aOuter spacexCivilian use. 0aSpace security. 0aGeopolitics.08iPrint version:aMarshall, Tim, 1959-tFuture of geographydNew York : Scribner, 2023z9781668031643w(DLC) 2023025375 a92bPUL00870nam a22002533i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150245006800172250002100240264004200261300002700303336002100330337002500351338002300376520018600399546001900585994001200604on1390701079OCoLC20230718213016.0230717s2023 io 000 0 ind  a 2023330334 aDLCbengerdacDLC a9786234977110 a6234977111 a(OCoLC)139070107900aProbosutedjo, sang inspirator kewirausahaan /cDarwin Sebayang. aCetakan pertama. 1aIndramayu, Jawa Barat :bAdab,c2023. axi, 192 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aOn entrepreneurship, education development, and social aspects within Mercu Buana University in Indonesia; festschrift in honor of Probosutedjo, a founder of Mercu Buana University. aIn Indonesian. a92bPUL01538nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002700185035002200212042000800234050002600242082002700268100002700295245004400322263000900366264005400375300001400429336002600443337002800469338002700497490004400524504005100568520023300619521003300852521003400885650004700919650003500966776013901001994001201140on1390701113OCoLC20230718213016.0230517s2024 mnu j b 001 0 eng  a 2023022002 aDLCbengerdacDLC a9798886875171q(library binding) a9798886875676q(paperback) z9798886877052q(ebook) a(OCoLC)1390701113 apcc00aQA76.6115b.B875 202400a005.1223/eng/202307171 aBurns, Kylie,eauthor.10aCoding with robotics /cby Kylie Burns. a2308 1aMinneapolis, MN :bBellwether Media, Inc.,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aExpress! Adventures in unplugged coding aIncludes bibliographical references and index. a"Information accompanies instructions for various robotics-themed activities that demonstrate skills needed for coding. The text level and subject matter are intended for students in grades 3 through 8"--cProvided by publisher. aAges 7-13bBellwether Media. aGrades 4-6bBellwether Media. 0aComputer programmingvJuvenile literature. 0aRoboticsvJuvenile literature.08iOnline version:aBurns, Kylie.tCoding with roboticsdMinneapolis, MN : Bellwether Media, Inc., 2024z9798886877052w(DLC) 2023022003 a92bPUL03742nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192035002200219042000800241043001200249050001400261082003200275245019500307263000900502264004800511300002200559336002600581337002600607338003600633504005100669505167100720520032102391588010302712650006202815650004602877650004702923650006102970650006803031700004403099776014103143994001203284on1390701114OCoLC20230718213016.0m o d cr |||||||||||230626s2023 mdu ob 001 0 eng  a 2023026486 aDLCbengerdacDLC a9781666917031q(epub) a1666917036 z9781666917024q(cloth) a(OCoLC)1390701114 apcc an-us---00aLB2332.3200a378.1/2082223/eng/2023071400aWomen educators' experiences during COVID-19 :bon the front lines /cedited by Victoria McDermott, Amy R. May, Teresa Heinz Housel, Erica Knotts, Stevie M. Munz, and Leandra H. Hernández. a2309 1aLanham, Maryland :bLexington Books,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction / Victoria McDermott, Amy R. May, Teresa Heinz Housel, Erica Knotts, Stevie M. Munz, Leandra H. Hernández -- The never-ending pandemic(s) : a narrative analysis on Black women educators dealing with COVID, sexism, and racism / Aisha Powell, Symone Campbell, and Ashley Leveille -- The radical specificity of COVID autoethnographic mother writing / Patty Sotirin -- "I want to be the supporter, not the supported" : the impact of unreciprocated caregiving on women faculty during COVID-19 / Rachel L. Reilly -- Balancing academic mothers and academic scholars : gender imbalances in service loads in academic institutions / Chin-Chung Chao and Ming Xie -- The soul of working women : holistic identity challenges for women graduate students during COVID-19 / Lakelyn E. Taylor and Elaine Schnabel -- Stories of efective and ineffective support for women faculty through lockdowns, wildfires, and budget cuts / Erica Knotts, Alena Ruggerio, and Isabella McCord -- "I don't have ducks, they're not in a line. I have a squirrels at a rave" : higher education administrators' meaning-making of COVID-19 / Victoria McDermott, and Olivia Truban -- Deconstructing COVID-19 pandemic institutional initiatives : where do women academics fit? / Rita Daniels -- "Asking us to do more with less" : academic mother's muted experiences during the "shecession" / Megan Lambertz-Berndt and Anuraj Dhillon -- Pandemic impact statements : challenges, opportunities, and considerations for gender equity in academe / Dawn Culpepper and Sarah Kilmer -- Conclusion / Victoria McDermott, Amy R. May, Teresa Heinz Housel, Erica Knotts, Stevie M. Munz, Leandra H. Hernández. a"Women Educators' Experiences During COVID-19: On the Front Lines examines the gendered experiences, challenges, and rapid changes faced by women in higher education during COVID-19. Scholars of communication, gender studies, and higher education will find this book of particular interest"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomen college teachersxSocial conditionszUnited States. 0aWomen in higher educationzUnited States. 0aSexism in higher educationzUnited States. 0aCOVID-19 Pandemic, 2020-xSocial aspectszUnited States. 0aSocial distancing (Public health) and educationzUnited States.1 aMcDermott, Victoria M.,d1995-eeditor.08iPrint version:tWomen educators' experiences during COVID-19dLanham, Maryland : Lexington Books, 2023z9781666917024w(DLC) 2023026485 a92bPUL01860nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193020003100230035002200261042000800283050001200291082002900303100003300332245004600365263000900411264004200420300002300462336002600485337002600511338003600537490003500573500002000608520050300628521003501131588010301166650003701269776013201306994001201438on1390701116OCoLC20230718213016.0m o d cr |||||||||||230627s2024 nyu jo 001 0 eng  a 2023027907 aDLCbengerdacDLC a9781978537309q(ebook) a1978537301 z9781978537293q(library binding) z9781978537286q(paperback) a(OCoLC)1390701116 apcc00aQL449.500a595.6/2223/eng/202307131 aEmminizer, Theresa,eauthor.10aCrawling centipedes /cTheresa Emminizer. a2310 1aBuffalo :bEnslow Publishing,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aAnimals that slither and slide aIncludes index. a"Have you ever lifted a rock to see a long, flat-bodied bug come scurrying out? Centipedes like to spend their time in damp, dark places. When spotted, they scuttle away on as many as 177 pairs of legs! In this entertaining and educational book, readers will learn all about the creepy, crawly centipede! They'll discover how centipedes evolved to move as they do and what centipede varieties there are in the world, ranging from tiny house centipedes to giant centipedes"--cProvided by publisher. aGrades K-1bEnslow Publishing. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCentipedesvJuvenile literature.08iPrint version:aEmminizer, Theresa.tCrawling centipedesdBuffalo : Enslow Publishing, [2024]z9781978537293w(DLC) 2023027906 a92bPUL02734nam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003000122020001500152020003100167020001500198020002700213035002200240042000800262050001200270060001100282082002800293100003900321245015200360263000900512264005600521300001300577336002600590337002800616338002700644504005100671505042100722520072401143650004101867650002301908650002301931650003601954650002601990650003802016700002702054776018302081994001202264on1390701132OCoLC20230718213016.0230620s2024 enk b 001 0 eng  a 2023012628 aDNLM/DLCbengerdacDLC a9781032553498q(hardback) a1032553499 a9781032360027q(paperback) a103236002X z9781003430261q(ebook) a(OCoLC)1390701132 apcc00aRA645.500aWX 21500a362.18223/eng/202307171 aJacobs, Don Trent,d1946-eauthor.10aHypnotic communication in emergency medical settings :bfor life-saving and therapeutic outcomes /cDon Trent Jacobs (Four Arrows) and Bram Duffee. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aCredibility -- Confidence -- Rapport -- Expectation -- Directives (An Overview) -- Images -- Believability -- Literal Interpretation -- Enthusiasm -- Managing "Pain" ("Discomfort") -- Stopping Bleeding -- Cardiovascular Emergencies -- Hypnotic Treatment for Burns -- Respiratory Diseases -- Anaphylaxis -- Childbirth and Pediatric Emergencies -- Psychological Emergencies -- Self-Hypnosis -- The Planetary Emergency. a"This fascinating book demonstrates how hypnotic communication has the potential to improve patient outcomes in emergency care, integrating insights on the connection between mind and body for paramedics and other first responders. Fully referenced and based on a robust range of evidence, the book is written by an active paramedic with over 20 years' experience with a Ph.D. in Human Development with a focus on paramedic decision-making; and a professor with doctorates in Health Psychology and Education who field tested the skills as a professional EMT. This book will interest any professional working in emergency care, including paramedics, EMTs, trauma nurses, and psychiatric nurses"--cProvided by publisher.12aEmergency Medical Servicesxmethods.12aHypnosisxmethods.22aTreatment Outcome.22aProfessional-Patient Relations.22aPatientsxpsychology.22aEmergency Respondersxpsychology.1 aDuffee, Bram,eauthor.08iOnline version:aJacobs, Don Trent, 1946-tHypnotic communication in emergency medical settingsdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781003430261w(DLC) 2023012629 a92bPUL05204nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001400296082003400310245016400344263000900508264005600517300002300573336002600596337002600622338003600648490003900684504005100723505229000774520111103064588010304175650004404278650005404322650004004376650004604416700003104462700002704493700003804520776015204558994001204710on1390701133OCoLC20230718213016.0m o d cr |||||||||||230706s2024 enk ob 001 0 eng  a 2023023031 aDLCbengerdacDLC a9781003342373q(ebook) a100334237X z9781032378749q(hardback) z9781032378787q(paperback) a(OCoLC)1390701133 apcc aas-----00aLB2331.2500a428.0071/054223/eng/2023071400aEnglish as a medium of instruction in South Asia :bissues in equity and social justice /cedited by Ram Ashish Giri, Amol Padwad, and Mian Md. Naushaad Kabir. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aGlobal South perspectives on TESOL aIncludes bibliographical references and index.0 aEMI in South Asia : the ideological underpinnings and practical contradictions / Ram Ashish Giri, Amol Padwad, Mian Md. Naushaad Kabir -- EMI in the multilingual ecology of South Asia : historical development, shifting paradigms, and transformative practices / Shaila Sultana -- Medium of education and inequality in university admission tests : exploring the case of a flagship university in Bangladesh / Mohammod Moninoor Roshid, Golam Kader Zilany, Noshin Afroz -- Social construction of EMI in India : situating EMI within the multilingual education paradigm / Padmini Boruah, A.K. Mohanty -- EMI, ELT and social justice : case of Pakistan / Fauzia Shamim -- English, EMI and social justice : the South Asian (hi)story / Amol Padwad -- English medium education in Sri Lanka : from colonial to postcolonial period / S.A. Kularathne, T Karunakaran -- Bhutanese education system : a historical journey / Pema Dendup -- Trajectory of English medium education (EMI) in a post-war community : a historical perspective from Jaffna, Sri Lanka / Karuna Sivaji, Maheswara Kurukkal Saravanapava Iyer -- English as medium of instruction and social justice in higher education in Bangladesh and Nepal : a capability perspective / Prithvi N. Shrestha, Sayeedur Rahman, Bharat Babu Shrestha -- Effectiveness of English medium instruction (EMI) at the undergraduate level at the University of Dhaka / Tazin Aziz Chaudhury & Rumana Rafique -- Issues of English language and social justice : towards bridging the gap between language education policy and practices in India / A.L. Khanna, Ruchi Kaushik -- Building or bridging the gap : issues and perspectives on linguistic ecology, social justice and EMI in the context of Pakistan / Urooj Yahya, Rahila Huma Anwar, Sajida Zaki -- EMI in Pakistan : a capability-based evaluation / Tayyaba Tamim -- The long fingers of English" : the impact of EMI policies and ideologies on teacher education courses in the students' mother tongue in the Maldives / Naashia Mohamed -- Policy negotiations, equity, and social justice in EMI classrooms : a study of teachers' perspectives / Santosh Mahapatra, Anik Nandi -- Multi-layered framework of promoting social justices in ELT classrooms : a case of Nepal / Kamal Raj Devkota -- Afterword / Mahmud Hasan Khan. a"This book examines the 'English mania phenomenon' and the complex circumstances of adopting English Medium Instruction (EMI) by South Asian education systems and the effect of an uneven distribution of resources on the already under-resourced countries in the region. Chapters explore linguistic, social, and economic injustices by using an analytic-critical approach to examinations of the place, role, provisions, and practices of EMI in specific English language teaching (ELT) contexts. The book consequently advocates for the wholescale reform of a system, which, the authors argue, is unjust. Ultimately, the book explores socio-cultural, poststructuralist, and English linguistic imperialism theories to contribute a South Asian perspective on the controversy surrounding EMI and examine its role within a wider global discourse on equity and social justice. Critically examining the spread of English in South Asia, this book will be of relevance to researchers, scholars, and postgraduate students in applied linguistics, language education, TESOL, and sociolinguistics"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEnglish-medium instructionzSouth Asia. 0aEnglish languagexStudy and teachingzSouth Asia. 0aLanguage and educationzSouth Asia. 0aSocial justice and educationzSouth Asia.1 aGiri, Ram Ashish,eeditor.1 aPadwad, Amol,eeditor.1 aNaushaad Kabir, Mian Md,eeditor.08iPrint version:tEnglish as a medium of instruction in South AsiadAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032378749w(DLC) 2023023030 a92bPUL00954nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245008500214264007200299300004700371336002600418337002800444338002700472500001700499504004100516700003400557710007300591994001200664on1390701134OCoLC20230718213016.0230717s2022 pk ad b 000 0 eng  a 2023318308 aDLCbengerdacDLC a(OCoLC)1390701134 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aStolen childhood /cauthors & researchers Altaf Hussain Wani [and three others]. 1aIslamabad :bKashmir Institute of international Relations,c[2022]. a49 pages :billustrations, charts ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references.1 aWani, Altaf Hussain,eeditor.2 aKashmir Institute of International Relations (Rawalpindi, Pakistan). a92bPUL02177nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043001200281050001300293082003300306100002500339245012000364263000900484264004400493300002200537336002600559337002600585338003600611504004100647505041100688520030301099588010301402650003701505650006201542776013901604994001201743on1390701149OCoLC20230718213016.0m o d cr |||||||||||230624s2023 mdu ob 000 0 eng  a 2023021580 aDLCbengerdacDLC a9781475872453q(ebook) a1475872453 z9781475872439q(cloth) z9781475872446q(paperback) a(OCoLC)1390701149 apcc an-us---00aLC1037.500a370.1130973223/eng/202307151 aEddy, Jean,eauthor.10aCrisis-proofing today's learners :breimagining career education to prepare kids for tomorrow's world /cJean Eddy. a2310 1aLanham :bRowman & Littlefield,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.0 aForeword : Reimagining our "north star" / by former Massachusetts governor Jane Swift -- The uncertainty continuum -- From A+ to A path -- Start early & stay many steps ahead -- Defrosting the frozen classroom -- The skills that will change save the world -- The shift to work-based -- The quest for Ikigai -- Flipping the "risk" narrative on education and work -- Harnessing informal -- A powerful vision. a"Crisis-Proofing Today's Learners: Reimagining Career Education to Prepare Kids for Tomorrow's World offers insights into the types of skills young people need to be successful in today's workforce and prepare them for careers that we might not even have imagined in 2023"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCareer educationzUnited States. 0aEducation, SecondaryxAims and objectiveszUnited States.08iPrint version:aEddy, Jean.tCrisis-proofing today's learnersdLanham : Rowman & Littlefield, [2023]z9781475872439w(DLC) 2023021579 a92bPUL01413nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002600180100003300206245022000239250003500459264003800494300005300532336002600585337002800611338002700639490009300666490009100759546002300850504004100873650006500914700003600979700003601015994001201051on1390701150OCoLC20230718213016.0050220s2019 rb ab bd 000 0 srpo  a 2020429768 aDLCbengerdacDLC a9788679462596 a8679462594 a(OCoLC)1390701150 apcc00aPG1396.V64bV385 20191 aVarenika, Svetlana,eauthor.10aRečnik srpskih govora Vojvodine.nKnjiga druga,pZ-M /cSvetlana Varenika, Dejan Miloradović́, Katarina Sunajko, Ivana Ćelić́, Dragoljub Petrović́ ; redaktor Dragoljub Petrović; karte Dejan Miloradov. aIzmenjeno i dopunjeno izdanje. 1aNovi Sad :bMatica srpska,c2019. a537, [10] pages :billustrations, maps ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLeksikografska izdanja / Matica srpska, Odeljenje za književnost i jezik ;vKnjiga III0 aDijelekatski rečnici / Matica srpska, Odeljenje za književnost i jezik ;vKnjiga 2 aSerbianbCyrillic. aIncludes bibliographical references. 0aSerbian languagexDialectszSerbiazVojvodinavDictionaries.1 aPetrović, Dragoljub,eeditor.1 aMiloradov, Dejan,eillustrator. a92bPUL01526nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117035002200135042000800157043001200165050002500177245043000202264003400632300002400666336002600690337002800716338002700744490004500771546002000816650005200836650005300888650005300941650003800994650003201032700004701064710005301111994001201164on1390701165OCoLC20230718213016.0220930s2021 rb l 000 0 srp  a 2022472171 aDLCbengerdacDLC z9771450713000 a(OCoLC)1390701165 apcc ae-rb---00aKKS1142.3b.A28 202100aRad, bezbednost na radu i pandemija :bZakon o bezbednosti i zdravlju na radu, Pravilnik o preventivnim merama za bezbedan i zdrav rad za sprečavanje pojave i širenje epidemije zarazne bolesti, Pravilnik o preventivnim merama za bezbedan i zdrav rad pri izlaganju biološkim šetnostima, Zaključci Vlade - Preporuke poslodavicma, Izvodi iz Zakona o radu /cglavni i odgovorni urednik, Ljiljana Milanković-Vasović. 1aBeograd :b"Intermex",c2021. a127 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka Pravni informator,x1450-7137 aSerbianbLatin. 0aIndustrial safetyxLaw and legislationzSerbia. 0aIndustrial hygienexLaw and legislationzSerbia. 0aCOVID-19 (Disease)xLaw and legislationzSerbia. 0aCOVID-19 Pandemic, 2020-zSerbia. 0aPublic health lawszSerbia.1 aMilanković-Vasović, Ljiljana,eeditor.12aSerbia.tZakon o bezbednosti i zdravlju na radu. a92bPUL03235nam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043002100281050001300302082003000315100003800345245013500383263000900518264006200527300002200589336002600611337002600637338003600663504005100699505027500750520110501025588010302130650003002233650004002263651003102303651003502334651004402369651004402413700004402457700003802501700002402539776015402563994001202717on1390701251OCoLC20230718213016.0m o d cr |||||||||||230411s2024 cau ob 001 0 eng  a 2023017224 aDLCbengerdacDLC a9781503637818q(ebook) a1503637816 z9781503637313q(cloth) z9781503637801q(paperback) a(OCoLC)1390701251 apcc aa-ir---an-us---00aHF1586.400a327.1/17223/eng/202307171 aBajoghli, Narges,d1982-eauthor.10aHow sanctions work :bIran and the impact of economic warfare /cNarges Bajoghli, Vali Nasr, Djavad Salehi-Isfahani, and Ali Vaez. a2402 1aStanford, California :bStanford University Press,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction : the invisible war -- When society is sanctioned -- When politics is sanctioned -- When Iran was sanctioned -- When an economy is sanctioned -- What sanctions cost the United States -- What sanctions cost Iran-and the world -- Conclusion : permanent siege. a"Sanctions have enormous consequences. Especially when imposed by a country with the economic influence of the United States, sanctions induce clear shockwaves in both the economy and political culture of the targeted state, and in the everyday lives of citizens. But do economic sanctions induce the behavioral changes intended? Do sanctions work in the way they should ? To answer these questions, the authors of How Sanctions Work highlight Iran, the most sanctioned country in the world. Comprehensive sanctions are meant to induce uprisings or pressures to change the behavior of the ruling establishment, or to weaken its hold on power. But, after four decades, the case of Iran shows the opposite to be true: sanctions strengthened the Iranian state, impoverished its population, increased state repression, and escalated Iran's military posture toward the U.S. and its allies in the region. Instead of offering an 'alternative to war,' sanctions have become a cause of war. Consequently, this book reveals how necessary it is to understand how sanctions really work"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEconomic sanctionszIran. 0aEconomic sanctions, AmericanzIran. 0aIranxEconomic conditions. 0aIranxPolitics and government. 0aUnited StatesxForeign relationszIran. 0aIranxForeign relationszUnited States.1 aNasr, Seyyed Vali Reza,d1960-eauthor.1 aSalehi-Isfahani, Djavad,eauthor.1 aVaez, Ali,eauthor.08iPrint version:aBajoghli, Narges, 1982-tHow sanctions workdStanford, California : Stanford University Press, 2024z9781503637313w(DLC) 2023017223 a92bPUL03831nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082002700295100003100322245019700353263000900550264005600559300002200615336002600637337002600663338003600689504005100725520172900776588010302505650007802608650007702686650010102763650010002864650007502964650007403039650003603113700003603149776016403185994001203349on1390701252OCoLC20230718213016.0m o d cr |||||||||||230629s2024 enk ob 001 0 eng  a 2023017846 aDLCbengerdacDLC a9781003409038q(ebook) a1003409032 z9781032528960q(hardback) z9781032528977q(paperback) a(OCoLC)1390701252 apcc00aLB104200a371.3223/eng/202307141 aBowkett, Stephen,eauthor.10aUnderstanding the world through narrative :b160+ classroom activities in fiction, mythology, science, history, and the media : Storywise for 9-15 year-olds /cSteve Bowkett and Tony Hitchman. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"While many educational books focus on creative and critical thinking skills, this ground-breaking work is the first to deal specifically with the ability to understand, question and evaluate information presented, broadly speaking, in story form. Story or narrative is central to our understanding of and interaction with the world around us. We only have to think of the 'mini stories' encapsulated in many advertisements; the way that topics in science - the story of human evolution for example, in history and other subjects present themselves; the power of myths and legends to act as guides to moral behaviour; and the pervasive way that gossip, rumour and superstition can spread - to recognise the benefits of heightening such awareness in young learners. Understanding the World Through Narrative explores the narrative structure of fiction, but uses this as a template to show how the story form appears in mythology and modern urban folklore, science, history, the media - including advertising; in our internal dialogues (stories we tell ourselves about ourselves and others), and how narrative structure can be used in curriculum planning to enhance children's learning. The book contains over 160 thinking / discussing / researching activities for use in the classroom and as project work. Chapters can be used independently, although they are arranged with increasing degrees of sophistication and challenge. This fascinating work is an essential resource for any teacher of upper primary and lower secondary students, covering not only children's evolving intellectual ability and promoting curiosity and critical engagement but also enhancing their mental and emotional wellbeing"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aNarration (Rhetoric)xStudy and teaching (Elementary)xActivity programs. 0aNarration (Rhetoric)xStudy and teaching (Secondary)xActivity programs. 0aEnglish languagexComposition and exercisesxStudy and teaching (Elementary)xActivity programs. 0aEnglish languagexComposition and exercisesxStudy and teaching (Secondary)xActivity programs. 0aCritical thinkingxStudy and teaching (Elementary)xActivity programs. 0aCritical thinkingxStudy and teaching (Secondary)xActivity programs. 0aActivity programs in education.1 aHitchman, Tony,d1952-eauthor.08iPrint version:aBowkett, Stephen.tUnderstanding the world through narrativedAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032528960w(DLC) 2023017845 a92bPUL01570nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002700185035002200212042000800234050002600242082002700268100002700295245005000322263000900372264005400381300001400435336002600449337002800475338002700503490004400530504005100574520023500625521003900860521004000899650004700939650004100986776014501027994001201172on1390701253OCoLC20230718213016.0230524s2023 mnu j b 001 0 eng  a 2023022004 aDLCbengerdacDLC a9798886875188q(library binding) a9798886875683q(paperback) z9798886877069q(ebook) a(OCoLC)1390701253 apcc00aQA76.6115b.B876 202400a005.1223/eng/202307171 aBurns, Kylie,eauthor.10aCoding with the paranormal /cby Kylie Burns. a2308 1aMinneapolis, MN :bBellwether Media, Inc.,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aExpress! Adventures in unplugged coding aIncludes bibliographical references and index. a"Information accompanies instructions for various paranormal-themed activities that demonstrate skills needed for coding. The text level and subject matter are intended for students in grades 3 through 8"--cProvided by publisher. aAges 7-13bBellwether Media, Inc., aGrades 4-6bBellwether Media, Inc., 0aComputer programmingvJuvenile literature. 0aParapsychologyvJuvenile literature.08iOnline version:aBurns, Kylie.tCoding with the paranormaldMinneapolis, MN : Bellwether Media, Inc., 2024z9798886877069w(DLC) 2023022005 a92bPUL00882nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100006200190245008800252260004300340300005000383650004200433650004100475700005300516710005900569994001200628on1390701749OCoLC20230718213016.0860220s1671 fr 000 0 fre  a 32007849  aDLCbengcDLC a(OCoLC)139070174900aBJ1602b.C5 aBJ1602b.C5 Copy 2cToinet no. 11881 a[Chalesme, XXX de],dactive 1671-1676. [from old catalog]12aL'homme de qualité, ov Les moyens de vivre en homme de bien, & en homme du monde. aA Paris,bChez André Pralard.c1671. a6 p.l., 252 (i.e. 250), [2] p.c16 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aMaxims, FrenchvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02602nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192020001500219020004400234035002200278042000800300043001200308050001000320082002800330100002800358245006800386263000900454264003600463300002300499336002600522337002600548338003600574490008600610504005100696520107800747588010301825650004201928651004201970776014402012994001202156on1390701750OCoLC20230718213016.0m o d cr |||||||||||230714s2023 nyu ob 001 0 eng  a 2023030398 aDLCbengerdacDLC a9781636675824q(epub) a1636675824 a9781636675817q(ebook) a1636675816 z9781636675800q(hardback ;qalk. paper) a(OCoLC)1390701750 apcc aec-----00aHC24400a330.94223/eng/202307141 aLevitt, Cyril,eauthor.14aThe beginnings of capitalism in Central Europe /cCyril Levitt. a2312 1aNew York :bPeter Lang,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLawrence Krader's legacy in science, history and philosophy,x2837-0627 ;vvol. 1 aIncludes bibliographical references and index. a"This book focuses on the beginnings of capitalism in Central Europe with emphasis on the German-speaking areas from the 14th to the 17th century. It also reviews and assesses the writings on the topic by the most important thinkers of the twentieth century. At the center of the presentation are the developments in mining, metallurgy, smelting, book publishing, clock making, ship building and advances in trade, commerce and finance. This book will be of interest to students of medieval and early modern European history, the so-called transition debate of feudalism to capitalism, social scientists and historians who are interested in the various transitions in human history, and philosophers who follow developments in the changing issues regarding freedom and bondage over the course of human development. Anthropologists who are familiar with Krader's writings on the development of the Asiatic mode of production will be interested to see how Krader treats this transition from feudalism to capitalism by way of comparison and contrast"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCapitalismzEurope, CentralxHistory. 0aEurope, CentralxEconomic conditions.08iPrint version:aLevitt, Cyril.tBeginnings of capitalism in Central EuropedNew York : Peter Lang, [2023]z9781636675800w(DLC) 2023030397 a92bPUL01870nam a22004698i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003700163020001500200020002700215035002200242041001300264042000800277043001200285050002700297082003300324100002800357240002800385245018600413263000900599264004400608300001300652336002600665337002800691338002700719504004100746520018600787521003500973600002901008610004801037650005801085650003801143650004501181700003401226776012801260994001201388on1390701751OCoLC20230718213016.0230717s2024 nyu j b 000 0 spa  a 2023032792 aDLCbengerdacDLC a9780593711330q(hardcover) a0593711335 a9780593711347q(library binding) a0593711343 z9780593711354q(ebook) a(OCoLC)13907017511 aspaheng apcc an-us---10aTX649.A529bF7318 202400a641.5092aB223/eng/202307171 aFrankel, Erin,eauthor.10aPlate of hope.lSpanish13aUn plato de esperanza :bla inspiradora historia del Chef José Andrés y World Central Kitchen /cErin Frankel ; ilustrado por Paola Escobar ; traducción María Camila Correa. a2402 1aNew York :bRandom House Studio,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"A biography about chef Jose Andres, who, through his World Central Kitchen organization, is fulfilling a vision to feed people in need all over the world"--cProvided by publisher. aAges 4-8bRandom House Studio.10aAndrés, José,d1969-20aWorld Central KitchenvJuvenile literature. 0aCookszUnited StatesvBiographyvJuvenile literature. 0aFood reliefvJuvenile literature. 0aHungerxPreventionvJuvenile literature.1 aEscobar, Paola,eillustrator.08iOnline version:aFrankel, Erin.tPlato de esperanzadNew York : Random House Studio, 2024z9780593711354w(DLC) 2023032793 a92bPUL01720nam a22003615i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147025002400162035002200186037005300208042001000261100005600271245012600327246003200453250003100485264009100516300002400607336002600631337002800657338002700685490003700712500001900749500008400768500007300852505040700925546001401332994001201346on1390701752OCoLC20230718213016.0230717s2023 ii 000 j hino  a 2023339949 aDLCbengerdacDLC a9789357750417q(hardback) a935775041X aI-H-2023-339949; 11 a(OCoLC)1390701752 bLibrary of Congress -- New Delhi Overseas Office alcode1 aBirājadāra, Dhanyakumāra Jinapāla,eauthor.10aSamāja dhana /cDhanyakumāra Jinapāla Birājadāra = Samaj dhan : short-stories / by Dhanyakumar Jinpal Birajdar.31aSamaj dhan :bshort-stories aDūsarā saṃskaraṇa. 1aNayī Dillī :bBhāratīya Jñānapīṭha :bVāṇī Prakāśana,c2023. a118 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLokodaya granthamālā ;v1414 aShort stories. aOther title information from cover: Sāmājika jīvana kī kahāniyām̐. aOther title information from half title page: Kahānī-saṅgraha.0 aAbhinandana -- Pānī -- Kanyādāna -- Kākasparśa -- Mānavatā jīvita hai -- Sīkha -- Vātsalya -- Sakārātmaka soca -- Mehanata kā phala -- Padmā -- Ciṭṭhī -- Svīkāra -- Gāna-svābhimāna -- Matalaba -- Praśna -- Baṛā ādamī -- Nekī kā phala -- Campābāī kī mr̥tyu -- Māī -- Īmanadārī -- Pahacāna -- Ṭūṭatā vahama -- Hala. aIn Hindi. a92bPUL03106nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002000220082003000240084003400270100003200304245011200336263000900448264005200457300001300509336002600522337002800548338002700576504004100603520086000644520086101504650001202365650002502377650002702402650005502429650006102484776013902545994001202684on1390701801OCoLC20230718213016.0230510s2023 vau b 000 0 eng  a 2023022511 aDLCbengerdacDLC a9781513813202q(paperback) a151381320X z9781513813219q(ebook) a(OCoLC)1390701801 apcc00aBV40b.D93 202300a242/.332223/eng/20230717 aREL012020aREL0121202bisacsh1 aDycus, Shannon W.,eauthor.14aThe holy in the night :bfinding freedom in a season of waiting (an advent devotional) /cShannon W. Dycus. a2310 1aHarrisonburg, Virginia :bHerald Press,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"Listen for the voice of God. If you approach this Advent season waiting for something-in your life, in your family or community, or in a fractured world-you are not alone. This season reminds us that our waiting is not wasted. Even in our longest nights, divine work endures. What if we were free enough to do the same? Drawing on lectionary scripture readings from the Old and New Testaments and the voices of Black and Brown modern-day prophets, author Shannon Dycus offers reflections for each day of the season. Her meditations stretch open possibilities for faithfulness during silence, ambivalence, doubt, and unknowing. This Advent, accept the invitation to witness and know the presence of God amid waiting. Give voice to freedom, grace, struggle, and beauty-to see again the ways that God emerges in this inward season"--cProvided by publisher. a"Listen for the voice of God. If you approach this Advent season waiting for something-in your life, in your family or community, or in a fractured world-you are not alone. This season reminds us that our waiting is not wasted. Even in our longest nights, divine work endures. What if we were free enough to do the same?Drawing on lectionary scripture readings from the Old and New Testaments and the voices of Black and Brown modern-day prophets, author Shannon Dycus offers reflections for each day of the season. Her meditations stretch open possibilities for faithfulness during silence, ambivalence, doubt, and unknowing. This Advent, accept the invitation to witness and know the presence of God amid waiting. Give voice to freedom, grace, struggle, and beauty-to see again the ways that God emerges in this inward season. "--cProvided by publisher. 0aAdvent. 0aDevotional calendar. 0aDevotional literature. 7aRELIGION / Christian Living / Devotional.2bisacsh 7aRELIGION / Christian Living / Spiritual Growth.2bisacsh08iOnline version:aDycus, Shannon W.tHoly in the nightdHarrisonburg, Virginia : Herald Press, [2023]z9781513813219w(DLC) 2023022512 a92bPUL03467nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193050002500208111014700233245081600380264011501196300004001311336002601351337002801377338002701405504004101432600007701473650003201550650004201582650003301624710010601657880015301763880084201916880011302758880008102871880009302952994001203045on1390701986OCoLC20230718213016.0220524q2021 mr a b 010 0 ara  a 2022357208 aDLCbengerdacDLC c(3 a9789920640046 a9920640042 a(OCoLC)1390701986 c65.00 MAD apccalcode00aBP188.8.M6bM87 20192 6880-01aMurūr qarnayn ʻalá wafāt al-Shaykh Mawlāy al-ʻArabī al-Darqāwī (Conference)d(2019 :cBeni Mellal (Province), Morocco)106880-02aMurūr qarnayn ʻalá wafāt al-Shaykh Mawlāy al-ʻArabī al-Darqāwī :baʻmāl al-nadwah al-ʻilmīyah al-duwalīyah allatī naẓamatuhā muʼassasat Muḥammad Baṣīr lil-Abḥāth wa-al-Dirāsāt wa-al-Iʻlām taḥta al-riʻāyah al-sāmīyah li-Amīr al-Muʼminīn Ṣāḥib al-jalālah al-Malik Muḥammad al-Sādis naṣarahu Allāh : takhlīdan lil-dhikrá al-tāsiʻah wa-al-arbaʻīn li-intifāḍat al-Munāḍil Sayyidī Muḥammad Baṣīr ḍidd al-istiʻmār al-Isbānī bi-al-ʻUyūn : yawmay 13-14 Shawwāl 1440 H muwāfiq 17-18 Yūnyū 2019 M bi-maqarr al-Zāwiyah al-Baṣīrīyah bi-Banī Aʻyāṭ wa-bi-madīnatay Azyilāl wa-al-Faqīh ibn Ṣāliḥ /ciʻdād wa-murājaʻat wa-taqdīm D. ʻAbd al-Mughīth Baṣīr. 16880-03a[Rabat?] :bMuʼassasat Muḥammad Baṣīr lil-Abḥāth wa-al-Dirāsāt wa-al-Iʻlām,c[2021?] a372 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.106880-04aDarqāwī, Muḥammad al-ʻArbī ibn Aḥmad,d-1823 or 1824. 0aSufiszMoroccovCongresses. 0aMuslim scholarszMoroccovCongresses. 0aSufismzMoroccovCongresses.2 6880-05aMuʼassasat Muḥammad Baṣīr lil-Abḥāth wa-al-Dirāsāt wa-al-Iʻlām,eorganizer.2 6111-01aمرور قرنين على وفات الشيخ مولاي العربي الدرقاوي (ندوة)d(2019 :cبني ملال، المغرب)106245-02aمرور قرنين على وفاة الشيخ مولاي العربي الدرقاوي :bأعمال الندوة العلمية الدولية التي نظمتها مؤسسة محمد بصير للأبحاث والدراسات والإعلام تحت الرعاية السامية لأمير المؤمنين صاحب الجلالة الملك محمد السادس نصره الله : تخليدا للذكرى التاسعة والاربعين لإنتفاضة المناضل سيدي محمد بصير ضد الإستعمار الإسباني بالعيون : يومي 13-14 شوال 1440 ه موافق 17-18 يونيو 2019 م بمقر الزاوية البصيرية ببني أعياط وبمدينتي أزيلال والفقيه بن صالح /cإعداد ومراجعة وتقديم د. عبد المغيث بصير. 16264-03a[Rabat] :bمؤسسة محمد بصير للأبحاث والدراسات والإعلام،c[2021]146600-04aدرقاوي، محمد العربي بن أحمد،d-1823 or 1824.2 6710-05aمؤسسة محمد بصير للأبحاث والدراسات والإعلام. a92bPUL01691nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001500265082003200280100002600312245009800338250002000436263000900456264002900465300002300494336002600517337002600543338003600569490002700605520027700632588010300909650004001012650003501052651003901087776013101126994001201257on1390701987OCoLC20230718213016.0m o d cr |||||||||||230717s2023 ilu o 000 0 eng  a 2023032450 aDLCbengerdacDLC a9781572848801q(epub) a1572848804 z9781572843318q(hardcover) a(OCoLC)1390701987 apcc an-us-wi00aTX907.3.W600a647.957504223/eng/202307171 aFaiola, Ron,eauthor.10aWisconsin supper clubs :pan old fashioned experience /cWords and photography by Ron Faiola. aSecond edition. a2311 1aChicago :bAgate,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aWisconsin supper clubs a"Supper clubs guru Ron Faiola is back with updated chronicles and beautiful new photographs from the clubs that captured the attention of readers of his first three books, and also features several new venues shaking up this midwestern tradition"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aRestaurantszWisconsinvGuidebooks. 0aDinners and diningzWisconsin. 0aWisconsinxDescription and travel.08iPrint version:aFaiola, Ron.tWisconsin supper clubsbSecond edition.dChicago : Agate, 2023z9781572843318w(DLC) 2023032449 a92bPUL02912nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193035002200223042000800245043001200253050001300265082003000278100002700308245013900335263000900474264005600483300002200539336002600561337002600587338003600613504005100649505017300700520115300873588010302026650003302129650003402162650003702196655001902233700002802252700003302280776012902313994001202442on1390702381OCoLC20230718213016.0m o d cr |||||||||||230623s2023 nyu ob 001 0 eng  a 2023014465 aDLCbengerdacDLC a9781003433712q(ebook) a1003433715 z9781032406275q(hardback) a(OCoLC)1390702381 apcc aaz-----00aP120.N3700a427/.954223/eng/202307151 aHarder, Hans,eauthor.14aThe vernacular :bthree essays on an ambivalent concept and its uses in South Asia /cHans Harder, Nishat Zaidi and Torsten Tschacher. a2311 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aThe vernacular as a concept / Hans Harder -- English and the vernacular: genealogy, praxis, politics / Nishat Zaidi -- Vernacularity and aesthetics / Torsten Tschacher. a"This book examines the validity of the notion of the 'vernacular' and the position of the so-called 'vernaculars' in colonial and postcolonial settings. It addresses recent formulations and debates regarding the status of regional languages of South Asia in relation to English. The authors explore the range of meanings the term has assumed and trace a history of contestation since the colonial age. They contend that though the 'vernacular' in South Asia has, since the 19th century, often operated as a hegemonic category relegating the languages thus designated to an inferior status, those languages (and other cultural formations labeled as 'vernacular') have also received empowering impulses and vested with qualities like groundedness and strength. The book highlights the need for a critical discussion of the notion of the 'vernacular' in the context of the ongoing rise of Anglophonia in South Asia as a whole, and post-liberalization India in particular. The volume will be of great interest to scholars and researchers of literary and culture studies, history, postcolonial studies and South Asian studies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aNative languagezSouth Asia. 0aEnglish languagezSouth Asia. 0aEnglish languagexGlobalization. 7aEssays.2lcgft1 aZaidi, Nishat,eauthor.1 aTschacher, Torsten,eauthor.08iPrint version:aHarder, Hans.tVernaculardAbingdon, Oxon ; New York, NY : Routledge, 2023z9781032406275w(DLC) 2023014464 a92bPUL02010nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192035002200219042000800241043001200249050000900261082002700270100003100297245008200328246005400410263000900464264006100473300002200534336002600556337002600582338003600608500005800644504005100702520036700753588010301120600003601223650004301259651006201302651005501364776013301419994001201552on1390702382OCoLC20230718213016.0m o d cr |||||||||||230714s2023 mdu ob 001 0deng  a 2023032238 aDLCbengerdacDLC a9781538183106q(epub) a1538183102 z9781538183090q(cloth) a(OCoLC)1390702382 apcc an-us---00aE31000a973.4223/eng/202307171 aAllen, Thomas B.,eauthor.10a1789 :bGeorge Washington and the founders create America /cThomas B. Allen.30aGeorge Washington and the founders create America a2309 1aLanham :bRowman & Littlefield Publishing Group,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aPrevious title: 1789: the year that launched America. aIncludes bibliographical references and index. a"In 1789, the federal government described in the recently ratified U.S. Constitution came into being. Drawing on hundreds of sources to paint a vivid portrait of the new nation, veteran journalist Thomas B. Allen tells the long-hidden history of how George Washington and the other Founders set this new federal government into motion"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aWashington, George,d1732-1799. 0aConstitutional historyzUnited States. 0aUnited StatesxHistoryyConstitutional period, 1789-1809. 0aUnited StatesxPolitics and governmenty1789-1809.08iPrint version:aAllen, Thomas B.t1789dLanham : Rowman & Littlefield Publishing Group, [2023]z9781538183090w(DLC) 2023032237 a92bPUL01066nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002300205100002700228245013700255264005700392300002400449336002600473337002800499338002700527490002100554504004100575650002900616700003400645700004900679994001200728on1390702411OCoLC20230718213016.0220830s2022 xv b 000 0 slv  a 2022451673 aDLCbengerdacDLC a9789612046798q(hardbound) a9612046794 a(OCoLC)1390702411 apcc ae-xv---00aKKS6308b.S66 20221 aSodja, Vesna,eauthor.10aNove Posebne gradbene uzance (PGU) 2020 :bs komentarjem /cavtorice, mag Vesna Sodja, Maja Prebil, mag. Maja Koršič Potočnik. 1aLjubljana :bUradni list Republike Slovenije,c2022. a238 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aZbirka predpisov aIncludes bibliographical references. 0aBuilding lawszSlovenia.1 aPrebil, Maja,d1986-eauthor.1 aKoršič Potočnik, Maja,d1980-eauthor. a92bPUL02774nam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258043001200266050002700278082003800305084003400343100003600377245009000413250004700503263000900550264004200559300001300601336002600614337002800640338002700668520115200695600002701847650005601874650004901930650003401979650004802013650003102061655002802092776018402120994001202304on1390702412OCoLC20230718213016.0230717s2023 nyu 000 0 eng  a 2023023214 aDLCbengerdacDLC a9781668013304q(hardcover) a1668013304 a9781668013311q(paperback) a1668013312 z9781668013328q(ebook) a(OCoLC)1390702412 apcc an-us---00aPN1992.4.S283bA3 202300a791.4502/8092aB223/eng/20230717 aBIO031000aSCI0800002bisacsh1 aSchneider, Amy,d1979-eauthor.10aIn the form of a question :bthe joys and rewards of a curious life /cAmy Schneider. aFirst Avid Reader Press hardcover edition. a2310 1aNew York :bAvid Reader Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"An inspirational and bold memoir from the most successful woman ever to compete on Jeopardy!-and an exploration of what it means to ask questions of the world and of yourself.ANSWER: Who Is Amy Schneider? In eighth grade, Amy was voted "Most likely to appear on Jeopardy!" by her classmates. Decades later, this trailblazer finally got her chance. Not only did she walk away with $1.3 million while captivating the world with her impressive forty-game winning streak, but she made history and won an even greater prize-the joy of being herself on national television and blazing a trail for openly queer and transgender people around the world. Now, she shares her singular journey that led to becoming an unlikely icon and hero to millions. Her super power: Boundless curiosity and fearless questioning. In the Form of a Question explores some of the innumerable topics that have fascinated Amy throughout her life-books and music, Tarot and astrology, popular culture and computers, sex and relationships-but they all share the same purpose: to illustrate, and celebrate, the results of a lifetime spent asking, why? "--cProvided by publisher.10aSchneider, Amy,d1979- 0aTelevision personalitieszUnited StatesvBiography. 0aSexual minoritieszUnited StatesvBiography. 0aJeopardy (Television program) 7aBIOGRAPHY & AUTOBIOGRAPHY / LGBTQ+2bisacsh 7aSCIENCE / Essays.2bisacsh 7aAutobiographies.2lcgft08iOnline version:aSchneider, Amy, 1979-tIn the form of a questionbFirst Avid Reader Press hardcover edition.dNew York : Avid Reader Press, 2023z9781668013328w(DLC) 2023023215 a92bPUL02196nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001200254082002800266100004600294245009500340263000900435264006400444300002300508336002600531337002600557338003600583490004300619504004100662505028500703520030700988588010301295650003201398650004201430650002001472650002001492650005101512776017501563994001201738on1390702439OCoLC20230718213016.0m o d cr |||||||||||230712s2023 enk ob 000 0 eng  a 2023026417 aDLCbengerdacDLC a9781009217781q(ebook) a100921778X z9781009217798q(paperback) a(OCoLC)1390702439 apcc00aR697.F600a610.69223/eng/202307171 aWalton-Roberts, Margaret,d1968-eauthor.10aGlobal health worker migration :bproblems, solutions, stories /cMargaret Walton-Roberts. a2308 1aCambridge ;aNew York :bCambridge University Press,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aElements in global development studies aIncludes bibliographical references.0 aIntroduction: The global mobility of health care workers -- Feminist political economy and global care chain perspectives on health worker migration -- Health worker global migration : patterns, processes and problems -- International policy responses to health worker mobilities. a"This Element examines the complex processes that feed health worker migrants into global circulation, the losses and gains associated with such mobility and examples of good practices, where migrants, sending and destination communities experience the best possible outcomes"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aMedical personnel, Foreign. 0aMedical personnelxSupply and demand. 0aMedical policy. 0aLabor mobility. 0aEmigration and immigrationxGovernment policy.08iPrint version:aWalton-Roberts, Margaret, 1968-tGlobal health worker migrationdCambridge ; New York : Cambridge University Press, 2023z9781009217798w(DLC) 2023026416 a92bPUL05288nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192020003000223035002200253042000800275050001500283082003200298245015400330263000900484264004800493300002200541336002600563337002600589338003600615504005100651505190700702520162802609588010304237650003504340650005804375650003604433650004404469650003304513650001304546700002504559700003004584700003004614776015004644994001204794on1390702854OCoLC20230718213016.0m o d cr |||||||||||230712s2023 nyu ob 001 0 eng  a 2023032486 aDLCbengerdacDLC a9780197692707q(epub) a0197692702 z9780197692684q(paperback) z9780197692677q(hardback) a(OCoLC)1390702854 apcc00aML3918.P6700a306.4/8424223/eng/2023071200aMusic for inclusion and healing in schools and beyond :bhip hop, techno, grime, and more /cedited by Pete Dale, Pamela Burnard, and Raphael Travis. a2311 1aNew York :bOxford University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aPART ONE. CURRICULUM AND MUSIC EDUCATION. Beat(s) For Blame: UK Drill Music, 'Race' and Criminal Injustice / Lambros Fatsis ; DJ School UK and Beyond : My Journey As a DJ and DJ Educator / Jim Reiss ; 'Bildung Life' -- Holistic Ideals of Hip Hop Education / Johan Söderman ; Technology and the Music Curriculum : Maximising Inclusion, Diversifying Options / Pete Dale ; Musical Futures and Music Technology in Mainstream Music Education / Fran Hannan & Martin Ainscough ; Rethinking the curriculum with Future DJs and Virtuoso / Austen Smart & Scott Smart -- PART TWO. HEALING AND WELLNESS. Power and Connection / Rawz ; Intentional Uses of Music : Hip Hop, Healing, and Empowerment for Youth Self-Care and Community Well-Being / Raphael Travis, Alex Crooke, and Ian Levy ; Becoming a Therapeutic Hip Hop Mentor / Kiran Manley ; Global Inclusion and Healing through Therapeutic Beat Making / Elliot Gann and Alex Crooke ; The Sound Pad Project : Co-Creation of Breakdancing, Dance Education, and an Inclusive Educational Technology / Nathan Geering and Simon Hayhoe ; Using Social Media to Cultivate Connected Learning and Social and Emotional Support through a Hip Hop Based Education Programme / Jabari Evans -- PART THREE. EVALUATION AND IMPACT. The Hip Hopification of Education and its Evaluation / BREIS ; Translating Evaluation and Research into Practice : What Matters for Socially Engaged Arts Programmes in and Beyond Schools? / Pamela Burnard ; Untangling Earphones -- Voice and Agency in Participatory Music Impact Evaluation / Douglas Lonie ; Evaluating Young People's Spoken Word : Popular Music Projects / Beate Peter ; Evaluating Well-being Outcomes of the Social Enterprise 'Noise Solution': Digital Approaches to Outcome Capture / Simon Glenister ; Who is Heard and Who Gets to Belong in Hip Hop? The Counterspaces of Women and Gender Minority Rappers in Finland / Inka Rantakallio. a"The chapters that make up this book recognize through examples from research, practice and evaluation of quality with lived experiences that diverse contemporary popular musics can provide useful tools not just for entertainment and fun, but for learning, growth and healing/wellness. Hip hop, techno, grime, drill and suchlike are contemporary genres that have been stigmatized through association with the BAME community. At the same time, however, these musics are typically the listening diet of choice today in our inner cities. These contemporary musics of the inner-city and their associated music-related activities (e.g., deejaying, beat making, mixtape making but also dance, visual art and more) are celebrated and embraced as extraordinarily powerful tools for building and maintaining academic, social, and emotional competencies. These musics are loved and they can open up opportunities for creativities among those who often feel seriously marginalized. In turn, these musics (and activities associated with them) can provided opportunities to engage and/or support those at the social and educational margins. In other words, the musics at the heart of this book have faced exclusionary pressures but they can also work for inclusion when utilized in educational/pedagogical or therapeutic practices. As a whole, the book seeks to account for the power and impact of a set of contemporary popular musics in educational, therapeutic and community contexts, and to ask questions as to just where this power comes from, how we can measure its impact and where the future might lead"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aPopular musicxSocial aspects. 0aPopular musicxInstruction and studyxSocial aspects. 0aCulturally sustaining pedagogy. 0aRap (Music)xMoral and ethical aspects. 0aMusic therapy for teenagers. 0aHip-hop.1 aDale, Pete,eeditor.1 aBurnard, Pamela,eeditor.1 aTravis, Raphael,eeditor.08iPrint version:tMusic for inclusion and healing in schools and beyonddNew York : Oxford University Press, 2023z9780197692684w(DLC) 2023032485 a92bPUL01137nam a22003615i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182100003200194245007700226250001500303264005500318300002300373336002100396337002500417338002300442504005900465520005000524546001900574650003600593650003600629650002600665653004200691700003000733994001200763on1390702855OCoLC20230718213016.0230530s2019 io b 000 0 ind  a 2023309689 aDLCbengerdacDLC a9786023134854 a6023134858 a(OCoLC)1390702855 alcode aa-io---1 aDuraesa, M. Abzar,eauthor.10aDiskursus pluralisme agama di Indonesia /cDr. H.M. Abzar Duraesa, M.Ag. aCetakan I. 1aDepok, Sleman, Yogyakarta :bAr-Ruzz Media,c2019. a158 pages ;c25 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages [148]-158). aOn religious pluralism of Islam in Indonesia. aIn Indonesian. 0aReligious pluralismzIndonesia. 0aReligious tolerancezIndonesia. 0aReligionsxRelations.0 areligious pluralismaIslamaIndonesia1 aAhyar, Muzayyin,eeditor. a92bPUL01415nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002400194100003000218245011100248264008000359300004100439336002600480337002800506338002700534490004000561504005700601500009400658650004600752650005200798650005000850650004300900650004400943650004200987994001201029on1390702943OCoLC20230718213016.0230512s2021 bl a b 000 0 por  a 2023314079 aDLCbengerdacDLC a9786599661105 a6599661106 a(OCoLC)1390702943 alcode as-bl---00aKHD1083b.S578 20211 aSiqueira, Joana,eauthor.10aLimites da responsabilidade penal por omissão imprópria de acionistas controladores /cJoana Siqueira. 1aMadri :aBarcelona :aBuenos Aires :aSão Paulo :bMarcial Pons,c[2021?] a179 pages :billustrations ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColeção Reflexões Jurídicas aIncludes bibliographical references (pages 171-179). aOriginally presented as the author's thesis (master's)--Escola de Direito de São Paulo. 0aStockholders' pre-emptive rightszBrazil. 0aCriminal liability of juristic personszBrazil. 0aCorporation lawzBrazilxCriminal provisions. 0aStockholdersxLegal status, laws, etc. 0aCriminal liability of juristic persons. 0aCorporation lawxCriminal provisions. a92bPUL04128nam a22005418i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020003100151020001500182020003100197035002200228042000800250043001200258050000900270082003100279086001700310100003000327245007600357246003700433263000900470264006000479264001100539300002300550336002600573337002600599338003600625490004200661500038100703500019001084504004101274505022401315520121801539542025602757588010303013610005003116650003103166650004703197710005203244776014303296830004303439856009203482994001203574on1390702952OCoLC20230718213016.0m o d cr |||||||||||230705t20232023dcu ob f000 0 eng  a 2023024255 aDLCbengerdacDLC a9781944466688q(Adobe pdf) a1944466681 z9781944466695q(paperback) a(OCoLC)1390702952 apcc an-us---00aML8504a704.94978223/eng/202307050 aSI 1.60:M 971 aGrayson, Saisha,eauthor.10aMusical thinking :bnew video art & sonic strategies /cSaisha Grayson.30aNew video art & sonic strategies a2310 1aWashington, D.C. :bSmithsonian Scholarly Press,c2023. 4c©2023 a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aSmithsonian contribution to knowledge a"Published in conjunction with the exhibition of the same name, on view at the Smithsonian American Art Museum, Washington, D.C., June 16, 2023, to January 29, 2024 ... This digital-first publication was produced by the offices of Publications and Digital Strategies, Smithsonian American Art Museum, with design support from Smithsonian Exhibits."--CIP galley copyright page. aIn scope of the U.S. Government Publishing Office Cataloging and Indexing Program (C&I); Federal Depository Library Program (FDLP) distribution status to be determined upon publication. aIncludes bibliographical references.2 aLiner notes: works in the exhibition. -- ADÁL -- Raven Chacon (Diné) -- Mariam Ghani and Erin Ellen Kelly -- Martine Gutierrez -- Arthur Jafa -- Christine Sun Kim -- Simone Leigh and Liz Magic Laser -- Cauleen Smith a""Musical Thinking: New Video Art and Sonic Strategies" invites renewed attention to the intersections and influences of video and sound, focusing on recently made works by some of the most important voices in contemporary art today. Music is more than a formal element in these works; it is a framework through which artists understand the histories and traditions that inspire them. All privilege music as a means to explore individual and collective experiences of the United States and to connect with their audiences. Their use of musical thinking encompasses subjects and concepts, processes and production modes, and intentions for how the work will be received and experienced by music fans of all kinds. The media works presented in "Musical Thinking" are all drawn from the collection of the Smithsonian American Art Museum. These transformative additions bring the museum's time-based art collection firmly into the 21st century, while extending a core insight recognizable in SAAM's earlier holdings - that music lent much to the development of media art. Thanks to these new acquisitions, SAAM can now trace this relationship across nearly 100 years of American art history"--cProvided by publisher. fCompilation copyright © 2023 Smithsonian Institutiong2023lThis monograph's text is in the public domain. The rights to images in this publication and to cover and interior designs are owned either by the Smithsonian Institution or by third parties. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aSmithsonian American Art MuseumvExhibitions. 0aMusic in artvExhibitions. 0aVideo artzWashington (D.C.)vExhibitions.2 aSmithsonian American Art Museum,eissuing body.08iPrint version:aGrayson, Saisha.tMusical thinkingdWashington, D.C. : Smithsonian Scholarly Press, 2023z9781944466695w(DLC) 2023024254 0aSmithsonian contribution to knowledge.42zVideo excerpts from exhibitionuhttps://americanart.si.edu/exhibitions/musical-thinking a92bPUL00907nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002700180082002800207100005200235245008700287250002300374264006000397300002300457336002600480337002800506338002700534490001300561655001900574994001200593on1390702953OCoLC20230718213016.0221208s2020 sp 000 0 spa  a 2023379956 aDLCbengerdacDLC a9788412179255 a8412179250 a(OCoLC)1390702953 apcc00aPQ6701.N4662bP64 202000a861/.7223/eng/202307171 aAndrés de la Morena, Silvano,d1953-eauthor.10aPoeta en la Covid /cSilvano Andrés de la Morena ; epílogo Dolors Fernández. aPrimera edición. 1a[Madrid, España] :bHuerga & Fierro Editores,c[2020] a98 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPoesía 7aPoetry.2lcgft a92bPUL02083nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002300220082003000243245012200273263000900395264006600404300001300470336002600483337002800509338002700537504005100564520077100615650003401386650002501420650002201445700004201467776020001509994001201709on1390703009OCoLC20230718213016.0230622s2023 pau b 001 0 eng  a 2023028809 aDLCbengerdacDLC a9781668499832q(hardcover) a1668499835 z9781668499849q(ebook) a(OCoLC)1390703009 apcc00aRJ499b.H3328 202400a362.2083223/eng/2023071700aHandbook of research on child and adolescent psychology practices and interventions /cedited by Sanjeev Kumar Gupta. a2310 1aHershey, PA :bMedical Information Science Reference,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"The Handbook of Research on Child and Adolescent Psychology Practices and Interventions offers a crucial solution to the pressing need for comprehensive resources in the field of child and adolescent mental health. Edited by esteemed scholar Sanjeev Gupta from the All India Institute of Speech and Hearing, this groundbreaking handbook brings together the latest research, evidence-based practices, and multidisciplinary perspectives to address the diverse challenges faced by children and adolescents. From affective disorders to global crises in mental health, the book covers a wide range of topics, providing multidimensional insights and empowering strategies for mental health practitioners, academicians, researchers, and students"--cProvided by publisher. 0aChild mental health services. 0aChild mental health. 0aChild psychology.1 aGupta, Sanjeev Kumar,d1983-eeditor.08iOnline version:tHandbook of research on child and adolescent psychology practices and interventionsdHershey, PA : Medical Information Science Reference, [2024]z9781668499849w(DLC) 2023028810 a92bPUL00813nam a22002773i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002500163035002200188100004000210245005000250264004400300300002800344336002100372337002500393338002300418500002000441546001900461653004300480994001200523on1390703010OCoLC20230718213016.0230717s2023 io 001 0 ind  a 2023330063 aDLCbengerdacDLC a9786233469548q(paperback) a6233469546 z9786233469555q(PDF) a(OCoLC)13907030101 aTanuredjo, Budiman,d1964-eauthor.10aMimpi tentang Indonesia /cBudiman Tanuredjo. 1aJakarta :bPenerbit Buku Kompas,c2023. axvi, 360 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes index. aIn Indonesian.0 apoliticsasocial conditionsaIndonesia a92bPUL01174nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163020003100190035002200221042000800243043001200251050002600263100003500289245009600324246008000420264005300500264001100553300009000564336002600654337002800680338002700708650004800735650004100783994001200824on1390703188OCoLC20230718213016.0230606t20222022enkaf 000 0 eng  a 2022481968 aDLCbengerdacDLC a9781789461909q(paperback) a1789461901 z9781789461916q(ebook) z9781789462838q(audiobook) a(OCoLC)1390703188 apcc ae-uk---00aGV943.9.F35bP45 20221 aPennant, Cass,d1958-eauthor.10aYou're going home in a f*cking ambulance :bhooligan wars-the inside story /cCass Pennant.3 aYou are going home in a fucking ambulance :bhooligan wars-the inside story 1aLondon, England :bJohn Blake Publishing,c2022. 4c©2022 axviii, 347 pages, 8 unnumbered pages of plates :billustrations (some color) ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aSoccer hooliganismzGreat BritainxHistory. 0aSoccer fanszGreat BritainxHistory. a92bPUL01125nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050002900159100005200188245014800240250010100388264005200489300002300541336002600564337002800590338002700618504004100645650003300686700003900719710005300758994001200811on1390703189OCoLC20230718213016.0230116s2022 bo b 000 0 spa  a 2023379772 aDLCbengerdacDLC a(OCoLC)1390703189 apcc as-bo---00aKHC5814.31999b.G37 20221 aGarcía Caba, Wilson Remberto,d1981-eauthor.10aCódigo de procedimiento penal :bcada artículo con jurisprudencia constitucional /cWilson Remberto García Caba, Ever Álvarez Orellana. aTercera Edición, corregida, aumentada y actualizada con la Ley no 1443 de 04 de julio de 2022. 1aLa Paz, Bolivia :b[Editorial Iustitia],c2022. a2 volumes ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aCriminal procedurezBolivia.1 aÁlvarez Orellana, Ever,eauthor.12aBolivia.tCódigo de procedimiento penal (1999) a92bPUL00830nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003700198245002900235260004000264300003900304650003500343650003500378700003900413700005300452710005900505994001200564on1390703190OCoLC20230718213016.0840822s1674 fr 000 0 fre  a 31023501  aDLCbengcDLC a(OCoLC)139070319000aHQ731b.C8 1674 aHQ731b.C8 1674 Copy 2cToinet no. 12221 aCourtin, Antoine de,d1622-1685.10aTraité de la jalousie, aA Paris,bChez Helie Josset,c1674. a6 p.l., 182, [9] p.c15 cm. (12mo) 0aMarriagevEarly works to 1800. 0aJealousyvEarly works to 1800.1 aMeusnier, Jean,dactive 1670-1674.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01315nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002200199245019000221250001900411264004300430300004000473336002600513337002800539338002700567490007200594504004100666650003600707650007300743700003800816700005200854700004700906994001200953on1390703223OCoLC20230718213016.0221230s2022 bl a b 000 0 por  a 2022334984 aDLCbengerdacDLC a9786525026145 a6525026148 a(OCoLC)1390703223 alcodeapcc as-bl---00aF2546b.G455 202200aGeografia e meio ambiente, uma abordagem interdisciplinar na Amazônia /cEnilson da Silva Sousa, Dulcidéia da Conceição Palheta, Ana Valéria dos Reis Pinheiro (organizadores). a1a edição. 1aCuritiba, PR :bAppris Editora,c2022. a251 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColeção Sustentabilidade, impacto, direito e gestão ambiental aIncludes bibliographical references. 0aAmazon River RegionxGeography. 0aSustainable developmentxEnvironmental aspectszAmazon River Region.1 aSousa, Enilson da Silva,eeditor.1 aPalheta, Dulcidéia da Conceição,eeditor.1 aPinheiro, Ana Valéria dos Reis,eeditor. a92bPUL01073nam a22002657i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150111011800172245019400290264006500484300004000549336002600589337002800615338002700643504004100670653005000711700003400761994001200795on1390703224OCoLC20230718213016.0230713s2018 ci a b 000 0 hrv  a 2023450788 aDLCbengerdacDLC a9789532920598 a9532920595 a(OCoLC)13907032242 aInternational Conference on Wood Science and Technology (Conference)n(29th :d2018 :cZagreb, Croatia),jauthor.10aImplementation of wood science in woodworking sector :b29th International conference on wood science and technology (ICWST) : proceedings /ceditors: Ivica Župčić, Nikola Španić. 1aZagreb :bUniversity of Zagreb - Faculty of Forestry,c2018. a205 pages :billustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. aWood technologyaWoodworking sectoraWoodwork1 aŽupčić, Ivica,eeditor. a92bPUL00898nam a22002531 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001700134051003400151100004000185245013300225260005000358300003900408500004800447561004400495650002500539650001500564700005300579994001200632on1390703225OCoLC20230718213016.0820322s1669 be 000 0 fre  a 31034299  aDLCbengcDLC a(OCoLC)139070322500aBV1474b.V25 aBV1474b.V25cToinet no. 12151 aVaret, Alexandre-Louis,d1632-1676.10aDe l'education chrestienne des enfans, selon les maximes de l'Escriture Sainte, & les instructions des saints peres de l'eglise. aA Bruxelles,bChez François Foppens,c1669. a6 p.l., 323, [1] p.c14 cm. (12mo) aTitle vignette (emblem of the Holy Spirit). aLC Copy: Ex bibliotheca R. Toinet.5DLC 0aReligious education. 0aEducation.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL00916nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002900187100003500216245005000251264005000301300002300351336002600374337002800400338002700428500003900455650004600494655004200540655002000582994001200602on1390703312OCoLC20230718213016.0221221s2019 bl 000 f por  a 2022334735 aDLCbengerdacDLC a9788554946142 a8554946146 a(OCoLC)1390703312 alcodeapcc00aPQ9698.426.E69bM67 20191 aPerdigão, Fernando,eauthor.12aA morte visita Lisboa /cFernando Perdigão. 1a[Rio de Janeiro, Brazil] :bÍmã,c[2019?] a292 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aLC copy signed by the author.5DLC 0aDetective and mystery stories, Brazilian. 7aDetective and mystery fiction.2lcgft 7aFiction.2lcgft a92bPUL05045nam a22006138i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163041002300185042000800208050002200216082002500238100005100263240002300314245040100337246003200738246003100770263000900801264008700810300001400897336002600911337002800937338002700965490009900992500031001091500070001401504004102101520126602142546003903408600002603447600004203473600004503515650003103560650004703591650004603638700003303684700003903717700003803756700003703794700006403831700006203895700006203957700008004019700007804099700007804177700008304255700008104338994001204419on1390703313OCoLC20230718213016.0230714s2023 wiu b 000 0 eng  a 2023023634 aDLCbengerdacDLC a9781623400491q(hardcover) a162340049X a(OCoLC)13907033131 aengagrealathlat apcc00aB415b.T5312 202300a128223/eng/202307170 aThomas,cAquinas, Saint,d1225?-1274,eauthor.10aWorks.kSelections10aCommentary on Aristotle's On the soul ;bOn sense and what is sensed ; On memory and recollection /cSaint Thomas Aquinas ; commentary on Aristotle's On the soul translated by Kenelm Foster, OP, and Sylvester Humphries, OP ; commentary on Aristotle's On sense and what is sensed translated by Kevin White ; commentary on Aristotle's On memory and recollection translated by Edward M. Macierowski.30aOn sense and what is sensed30aOn memory and recollection a2308 1aGreen Bay, WI :bAquinas Institute ;aSteubenville, OH :bEmmaus Academic,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLatin/English edition of the works of St. Thomas Aquinas ;vvolume 49.aAristotle commentaries a"The Greek text of On the soul is based on the edition of Paul Siwek, SJ (Rome: Desclée & C.i Editori Pontifici, 1965). The Greek text of On the sense and on memory is taken from the edition of W. D. Ross (Oxford: Clarendon Press, 1955). It has been revised by The Aquinas Institute"--Preliminary pages. a"The English translation of the Commentary on Aristotle's On the soul, together with the translation of Aristotle's text, was prepared by Kenelm Foster, O.P. and Sylvester Humphries, O.P. (New Haven: Yale University Press, 1951); it has been revised and edited by The Aquinas Institute. The English translation of the Commentary on Aristotle's On sense and what is sensed was prepared by Kevin White, and the English translation of the Commentary on Aristotle's On memory and recollection was prepared by Edward M. Macierowski; these two translations were originally published by the Catholic University of America Press, ©2005, and are here used gratefully with permission"--Preliminary pages. aIncludes bibliographical references. a"Dating from 1267-1268, at the end of his time in Rome, St. Thomas Aquinas's Commentary on Aristotle's On the soul is the first of his commentary works on Aristotle, followed shortly thereafter by his writings on Aristotle's On sense and what is sensed and On memory and recollection, also included in this volume. Although commenting on Aristotle was not among Aquinas's duties as a university master, he seems to have undertaken this task in part as an aid to his theological work: just as he later comments on Aristotle's Nicomachean ethics while drafting the material on moral theology in the Secunda Pars of the Summa theologiae, so too his writing of the Commentary on Aristotle's On the soul was contemporaneous with his composition of questions 75-89 in the Prima Pars, on the human soul. Displaying a sound grasp of Aristotle's thought as well as a deeply developed understanding of the human person, the Commentary on Aristotle's On the soul finds Aquinas working for the first time with William of Moerbeke's new Latin translations of On the soul and its paraphrase by Themestius. This important work of Aquinas is presented here with his other two earliest writings on Aristotle in a two-column Latin-English facing format"--cProvided by publisher. aText in English, Greek, and Latin.00aAristotle.tDe anima.00aAristotle.tDe sensu et sensibilibus.00aAristotle.tDe memoria et reminiscentia. 0aSoulvEarly works to 1800. 0aSenses and sensationvEarly works to 1800. 0aMemory (Philosophy)vEarly works to 1800.1 aFoster, Kenelm,etranslator.1 aHumphries, Silvester,etranslator.1 aWhite, Kevin,d1952-etranslator.1 aMacierowski, E. M.,etranslator.02iContainer of (expression):aAristotle.tDe anima.lEnglish.02iContainer of (expression):aAristotle.tDe anima.lGreek.02iContainer of (expression):aAristotle.tDe anima.lLatin.02iContainer of (expression):aAristotle.tDe sensu et sensibilibus.lEnglish.02iContainer of (expression):aAristotle.tDe sensu et sensibilibus.lGreek.02iContainer of (expression):aAristotle.tDe sensu et sensibilibus.lLatin.02iContainer of (expression):aAristotle.tDe memoria et reminiscentia.lEnglish.02iContainer of (expression):aAristotle.tDe memoria et reminiscentia.lLatin. a92bPUL03060nam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020004900193035002200242042000800264043001200272050000900284082002700293100003500320245013000355263000900485264003900494300002300533336002600556337002600582338003600608490008500644504005100729520108900780588010301869610005501972650005002027650003802077650004602115650006202161650002602223650002702249650003402276650003402310651004302344776015502387994001202542on1390703434OCoLC20230718213016.0m o d cr |||||||||||230605s2023 ne ob 001 0 eng  a 2023024077 aDLCbengerdacDLC a9789004514362q(ebook) a9004514368 z9789004514355q(hardback ;qacid-free paper) a(OCoLC)1390703434 apcc ae-uk-en00aBR6700a270.1223/eng/202307171 aGriffin, Lauren Horn,eauthor.10aFabricating founders in early modern England :bhistory, rhetoric, and the origins of Christianity /cby Lauren Horn Griffin. a2310 1aLeiden :aBoston :bBrill,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aSupplements to method & theory in the study of religion,x2214-3270 ;vvolume 22 aIncludes bibliographical references and index. a"This book explores how early modern Catholics and Protestants strategically reimagined, rewrote, and reinterpreted the lives of the founder-saints (British, Celtic, Anglo-Saxon, and Roman) who brought Christianity to Britain and were responsible for its spread. Tudor historians, politicians, and theologians used stories of the origins of English Christianity to draw a continuous line to a deep past, to rhetorically construct the territories of England, Britain, and Christendom, and to negotiate changing conceptions of divine interaction in the human world. This focus on founding figures sheds light on changing conceptions of the past, the production of space and spatial understandings of culture, and the ongoing construction of sainthood and martyrdom in the sixteenth century. Griffin ultimately shows how early modern English Catholics and their interlocutors not only mobilized the story of Christianity's arrival in Britain for a variety of social ends, but also reconsidered the nature of historical knowledge and what counts as truth itself"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aCatholic ChurchxDoctrinesxHistoryy16th century. 0aFathers of the churchxHistory and criticism. 0aFathers of the churchxInfluence. 0aReligious thoughtzEnglandy16th century. 0aChristianity and culturezEnglandxHistoryy16th century. 0aChristianityxOrigin. 0aReligionxMethodology. 0aReligionxStudy and teaching. 0aChurch historyy16th century. 0aEnglandxChurch historyy16th century.08iPrint version:aGriffin, Lauren Horn.tFabricating founders in early modern EnglanddLeiden : Boston : Brill, [2023]z9789004514355w(DLC) 2023024076 a92bPUL01640nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008400324263000900408264004300417300002300460336002600483337002600509338003600535490002000571490002700591500002000618520009800638521002800736588010300764650002400867650002000891650002400911655002700935655002600962700003500988776013501023994001201158on1390703435OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mnu bo 001 1 eng  a 2023029075 aDLCbengerdacDLC a9798889969624q(ebook) z9798889969600q(hardcover) z9798889969617q(paperback) a(OCoLC)1390703435 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aHarper the hare feels happy /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aHarper the hare is overcome with joy as she jumps in the fall leaves with her forest friends. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aHappinessvFiction. 1aHaresvFiction. 1aSquirrelsvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tHarper the hare feels happydMinneapolis, MN : Jump!, Inc., 2024z9798889969600w(DLC) 2023029074 a92bPUL02510nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246043002100254050001500275082003400290100003200324245006700356250003400423263000900457264008300466300002200549336002600571337002600597338003600623504004100659520087200700588010301572600002301675650004101698650002401739650002301763650003001786650002501816776019901841994001202040on1390703556OCoLC20230718213016.0m o d cr |||||||||||230608s2023 nyu ob 000 0aeng  a 2023017010 aDLCbengerdacDLC a9781952177217q(ebook) a1952177219 z9781952177071q(paperback) a(OCoLC)1390703556 apcc aa-ku---ae-uk---00aHV3013.S2500a616.8/340092223/eng/202307131 aShammarī, Shahd,eauthor.10aHead above water /cShahd Alshammari ; foreword by Mara Mills. aFirst Feminist Press edition. a2307 1aNew York City :bThe Feminist Press at the City University of New York,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references. a"Shahd Alshammari is just eighteen when she is diagnosed with multiple sclerosis and told by her neurologist that she would not make it past age thirty. Despite what she is told, by thirty she has managed to navigate education systems in both Kuwait and the United Kingdom, and inspire generations of students as a professor of literature. Head above Water is the memoir of Alshammari's life of triumph and resistance, as a woman marked "ill" by society and as a lifelong reader, student, and teacher. Charting her journey, Alshammari explores disability, displacement, and belonging-not only of the body, but of culture, gender, and race, and imparts wisdom of philosophical value throughout. It is people, human connections, that keep us afloat, she argues-"and in storytelling we have the power to gain a sense of agency over our lives.""--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aShammarī, Shahd. 0aPeople with disabilitiesvBiography. 0aMultiple sclerosis. 0aEducationzKuwait. 0aEducationzGreat Britain. 0aMarginality, Social.08iPrint version:aShammarī, Shahd.tHead above waterbFirst Feminist Press edition.dNew York City : The Feminist Press at the City University of New York, 2023z9781952177071w(DLC) 2023017009 a92bPUL01607nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002500209020002600234020001800260035002200278042000800300050002200308082001600330100003300346245007600379250001700455263000900472264004400481300001300525336002600538337002800564338002700592500007300619504005100692520017200743650002000915650003200935700004200967776015201009994001201161on1390703557OCoLC20230718213016.0230717s2024 nyu b 001 0 eng  a 2023031636 aDLCbengerdacDLC a9781350303690q(paperback) a1350303690 a9781350303706q(hardcover) a1350303704 z9781350303713q(pdf) z9781350303720q(epub) z9781350324831 a(OCoLC)1390703557 apcc00aHV40b.H6829 202404a361.3012221 aHowe, David,d1946-eauthor.12aA brief introduction to social work theory /cDavid Howe & Darren Hill. a2nd edition. a2403 1aNew York :bBloomsbury Academic,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aRevised edition of A brief introduction to social work theory, 2009. aIncludes bibliographical references and index. a"Fully revised and updated, this is a must-have text for students and practitioners looking for a concise introduction to social work theory"--cProvided by publisher. 0aSocial service. 0aSocial servicexPhilosophy.1 aHill, Darrenq(Darren John),eauthor.08iOnline version:aHowe, David.tBrief introduction to social work theoryb2.dNew York : Bloomsbury Academic, 2024z9781350303713w(DLC) 2023031637 a92bPUL01263nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001300179042001500192043001200207050002600219100004600245245007700291250003700368264007200405300002300477336002600500337002800526338002700554650003500581650003000616880003700646880008100683880003900764880007400803994001200877on1390703624OCoLC20230718213016.0221018s2022 jo 000 0 ara  a 2022324662 aDLCbengerdacDLC c(3 a9789923710920 a9923710920 a(OCoLC)1390703624 c5.00 JOD alcodeapcc ama-----00aBP192.7.A65bM34 20221 6880-01aMaḥādīn, Muwaffaq,eauthor.136880-02aal-Ṭarīq ilá al-Binīlūks /cD. Muwaffaq Maḥādīn. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bal-Ṣāyil lil-Nashr wa-al-Tawzīʻ,c2022. a141 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aIslamic sectszArab countries. 0aIdeologyzArab countries.1 6100-01aمحادين، موفق.126245-02aالطريق إلى البنيلوكس /cد. موفق محادين. 6250-03aالطبعة الأولى. 16264-04aعمان :bالصايل للنشر والتوزيع،c2022. a92bPUL03194nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002500117020001500142020002500157020001500182020002500197035002200222042000800244050002200252082003100274100002800305245010600333250002000439263000900459264003400468300001300502336002600515337002800541338002700569520146200596500006102058504005102119505041602170650002502586776017302611994001202784on1390703625OCoLC20230718213016.0230518s2024 nyu b 001 0 eng  a 2023022212 aDLCbengerdacDLC a9781032353517q(hbk) a1032353511 a9781032353548q(pbk) a1032353546 z9781003326472q(ebk) a(OCoLC)1390703625 apcc00aLC1200b.N67 202400a371.9/046223/eng/202307171 aNorwich, Brahmeauthor.10aAddressing tensions and dilemmas in inclusive education :bresolving democratically /cBrahm Norwich. aSecond edition. a2310 1aNew York :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"This updated second edition of Addressing Tensions and Dilemmas in Inclusive Education further develops the critical analysis of the initial edition that integrates the interaction between different perspectives and positions in the field of inclusive education. This key resource expands the arguments present in the first edition with clearer implications about how to address tensions and dilemmas in inclusive education, and resolve them through democratic deliberation. Based on contemporary research, theory and policy, as well as responding to current perspectives towards the education of children and young people with learning difficulties and disabilities, Brahm Norwich extends and refines the original core argument of the previous edition - the practical realisation of inclusion involves tensions and dilemmas that have to be addressed and resolved. This core analysis focuses on: - identification and classification - current national and international conceptions - pedagogic and curriculum issues - organisation of schooling - parental and student perspectives and the contribution of research to policy and practice. Re-engaging with the fundamental issues in the field and providing a coherent perspective that recognises and justifies the inter-connection between specialised and general school provision, this accessible new edition will be of interest to all students and researchers of inclusive education"--cProvided by publisher. a"First edition published by Routledge 2013"--T.p. verso. aIncludes bibliographical references and index.0 aSetting the agenda -- Special educational needs, barriers and disability -- Classification and identification of special educational needs or disability in education -- Inclusive curriculum issues -- Inclusive pedagogy -- Inclusive educational institutions: schools and universities -- Parents and children: participation, partnerships and preferences -- Philosophical issues -- Researching inclusive education. 0aInclusive education.08iOnline version:aNorwich, Brahm.tAddressing tensions and dilemmas in inclusive educationbSecond edition.dNew York : Routledge, 2024z9781003326472w(DLC) 2023022213 a92bPUL02042nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002100205082002500226245009600251263000900347264011900356300001400475336002600489337002800515338002700543490005700570504005100627505024600678520046400924600004201388600003501430650005701465650002601522650001401548650002901562700002901591994001201620on1390703626OCoLC20230718213016.0230530s2023 dcu b 001 0 eng  a 2023024745 aDLCbengerdacDLC a9780997220537q(paperback) a0997220538 a(OCoLC)1390703626 apcc ae------00aBT26b.A586 202300a180223/eng/2023071700aAncient beauty restored :bthe renewal of Thomistic theology /cedited by James F. Keating. a2308 1aWashington, D.C. :bAmerican Maritain Association, distributed by the Catholic Univesity of America Press,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aAmerican Maritain Association book series ;vvol. 31 aIncludes bibliographical references and index.1 aJacques Maritain : Incarnational humanism / Thomas Weinandy, OFM, CAP. -- Jacques Maritain and the "Wounding of God" / Francis Feingold -- Civility's decline : Aquinas and Maritain on the value and limits of the social virtues / Joel Johnson a"This volume presents a collection of scholarship inspired by the 2018 conference of the American Maritain Association entitled "Thomism and Theology." The essays fall under four basic headings: (1) those which deal with the Association's patron, Jacques Maritain; (2) those dedicated to perennial themes of Thomist theology; (3) those centered on contemporary metaphysical issues: and (4) those with an ethical or practical concern"--cProvided by publisher.00aThomas,cAquinas, Saint,d1225?-1274.10aMaritain, Jacques,d1882-1973. 0aTheology, DoctrinalxHistoryyMiddle Ages, 600-1500. 0aPhilosophy, Medieval. 0aHumanism. 0aMetaphysicsxPhilosophy.1 aKeating, James,eeditor. a92bPUL01821nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020003700191035002200228042000800250043001200258050001100270082003000281245012900311246005700440250001900497263000900516264004900525300002200574336002600596337002600622338003600648500009800684520014200782588010300924650004401027651003001071700003401101700002801135710006701163776013301230994001201363on1390703627OCoLC20230718213016.0m o d cr |||||||||||230714s2023 dcu o 000 0deng  a 2023031671 aDLCbengerdacDLC a9781588347381q(ebk) a1588347389 z9781588347367q(trade paperback) a(OCoLC)1390703627 apcc an-us-dc00aF192.300a910.9753223/eng/2023071700aWashington on foot :btwenty-four walking tours and maps of Washington, DC /cedited by William J. Bonstra and Judith Meany.30aTwenty-four walking tours and maps of Washington, DC aSixth edition. a2401 1aWashington, DC :bSmithsonian Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"Published in association with National Capital Area Chapter, American Planning Association." a"An essential walking tour guide to one of the most walkable and historic cities in the U.S.: Washington, D.C."--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWalkingzWashington (D.C.)vGuidebooks. 0aWashington (D.C.)vTours.1 aBonstra, William J.,eeditor.1 aMeany, Judith,eeditor.2 aAmerican Planning Association.bNational Capital Area Chapter.08iPrint version:tWashington on footbSixth edition.dWashington, DC : Smithsonian Books, [2023]z9781588347367w(DLC) 2023031670 a92bPUL01287nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020002700124020001500151035002200166042000800188043001200196050002200208100003600230245007100266250002200337264006400359300005200423336002600475337002800501338002700529504006900556651003100625700003500656880003200691880005600723880002300779880005500802880003200857994001200889on1390703628OCoLC20230718213016.0220416s2020 cc b 001 0 chi  a 2023388269 aDLCbengerdacDLC c$1 a9787210119302q(set) : a7210119302 a(OCoLC)1390703628 apcc aa-cc---00aDS736b.G595 20201 6880-01aGong, Xinggen,eauthor.106880-02aShi shuo tong lan /cGong Xinggen, Gong Jipeng bian zhuan. 6880-03aDi 1 ban. 16880-04aNanchang Shi :bJiangxi ren min chu ban she,c2020. a4 volumes (2, 1, 2, 2, 29, 2787 pages) ;c27 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 2778-2787) and index. 0aChinaxHistoryvAnecdotes.1 6880-05aGong, Jipeng,eauthor.1 6100-01a龚杏根,eauthor.106245-02a世说通览 /c龚杏根, 龚霁芃编撰. 6250-03a第 1 版. 16264-04a南昌市 :b江西人民出版社,c2020.1 6700-05a龚霁芃,eauthor. a92bPUL03079nam a22004818i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153020002700168035002200195042000800217050000900225060001300234082003200247130005400279245017400333250001900507263000900526264005700535300001300592336002600605337002800631338002700659500021300686504005100899520116500950650002902115650001802144650002002162650003102182650002202213700003202235700003802267700004302305700003402348700003402382776016902416994001202585on1390703733OCoLC20230718213016.0230613s2024 nyu b 001 0 eng  a 2023027812 aDNLM/DLCbengerdacDLC a9780826167217q(paperback) a0826167217 z9780826167224q(ebook) a(OCoLC)1390703733 apcc00aRT4200aWA 309.100a613/.04244223/eng/202307170 aWomen's health care in advanced practice nursing.10aWomen's healthcare in advanced practice nursing /cIvy M. Alexander, Versie Johnson-Mallard, Elizabeth A. Kostas-Polson, Joyce D. Cappiello, Heather S. Hubbard, editors. aThird edition. a2310 1aNew York, NY :bSpringer Publishing Company,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPreceded by Women's health care in advanced practice nursing / Ivy M. Alexander, Versie Johnson-Mallard, Elizabeth A. Kostas-Polston, Catherine Ingram Fogel, Nancy Fugate Woods, editors. Second edition. 2017. aIncludes bibliographical references and index. a"We support an individual's right to autonomy in decision-making about their health based on the personal context of their lives, including but not limited to early pregnancy decision-making and gender affirmation. We believe that individuals have the right to high value, equitable, and unbiased care. In this third edition of Women's Healthcare in Advanced Practice Nursing, we attempt to make high value, equitable, and unbiased care more evident than in prior editions. While the number of women included in research studies is increasing, we remain limited in our ability to accurately address perspectives and needs for minoritized gender persons because of the lack of research that focuses on, includes, or even identifies transgender and non-binary persons. Throughout the book we have attempted to use inclusive language while remaining true to research findings, which are translated into evidence-based practice. In many instances, this means we use the terms woman, women, she, her, hers, because that reflects the data that are available. We purposefully use they, them, theirs, patient, person, etc., whenever possible"--cProvided by publisher.12aWomen's Health Services.12aNursing Care.22aWomen's Health.22aAdvanced Practice Nursing.22aHealth Promotion.1 aAlexander, Ivy M.,eeditor.1 aJohnson-Mallard, Versie,eeditor.1 aKostas-Polston, Elizabeth A.,eeditor.1 aCappiello, Joyce D.,eeditor.1 aHubbard, Heather S.,eeditor.08iOnline version:tWomen's healthcare in advanced practice nursingbThird edition.dNew York, NY : Springer Publishing Company, 2024z9780826167224w(DLC) 2023027813 a92bPUL00807nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051003800150051004000188100003000228245011600258260003700374300004200411700005300453710005900506994001200565on1390703788OCoLC20230718213016.0840830s1665 ne 000 0 fre  a 09022506  aDLCbengcDLC a(OCoLC)139070378800aBF1242b.J7 aBF1242b.J7 Copy 2cAnother copy. aBF1242b.J7 Copy 3cToinet no. 12101 aJoly, Claude,d1607-1700.10aTraité des restitutions des grands, precedé d'une lettre touchant quelques points de la morale chrestienne. a[Amsterdam,bD. Elsevier]c1665. a1 p.l., 96, 228 p.c14 x 8 cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01356nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002500199100004200224245016100266246010000427264005800527300002300585336002600608337002800634338002700662504004100689650006600730650006600796650007200862650007200934994001201006on1390703789OCoLC20230718213016.0221031s2022 bl b 000 0 por  a 2022333311 aDLCbengerdacDLC a9786525232843 a6525232848 a(OCoLC)1390703789 alcodeapcc as-bl---00aHV9594.R56bF37 20221 aFerreira, Ana Laura Marinho,eauthor.10aVelhice atrás das grades :bcondições de saúde de mulheres idosas nas unidades prisionais do estado do Rio de Janeiro /cAna Laura Marinho Ferreira.30aCondições de saúde de mulheres idosas nas unidades prisionais do estado do Rio de Janeiro 1a[São Paulo, Brazil] :bDialética Editora,c[2022] a154 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aOlder prisonersxMedical carezBrazilzRio de Janeiro (State) 0aWomen prisonersxMedical carezBrazilzRio de Janeiro (State) 0aOlder prisonersxHealth and hygienezBrazilzRio de Janeiro (State) 0aWomen prisonersxHealth and hygienezBrazilzRio de Janeiro (State) a92bPUL01219nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043002100187050002400208100002900232245006200261264006900323300004600392336002600438337002800464338002700492504005200519600003500571650004900606651008800655650004800743651003100791651003500822994001200857on1390703801OCoLC20230718213016.0211214s2021 bl a b 000 0bpor  a 2021332938 aDLCbengerdacDLC a9786599508820 a6599508820 a(OCoLC)1390703801 alcodeapcc as-bl---ae-it---00aF2536.G23bS26 20211 aSant'Ana, Elma,eauthor.10aAnita Garibaldi :b1821-2021 : 200 anos /cElma Sant'Ana. 1aSão Leopoldo, RS :bBenchimol Soluções Gráficas,c[2021] a128 pages :bcolor illustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 128).10aGaribaldi, Anita,d1821?-1849. 0aRevolutionaries' spouseszBrazilvBiography. 0aRio Grande do Sul (Brazil : State)xHistoryyRevolution of the Farrapos, 1835-1845. 0aRevolutionaries' spouseszItalyvBiography. 0aItalyxHistoryy1815-1870. 0aBrazilxHistoryy19th century. a92bPUL01173nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050002800147051014200175100005900317245004800376250001900424264005000443264001100493300002300504336002600527337002800553338002700581490002100608500002900629655002800658655007700686710007200763994001200835on1390703802OCoLC20230718213016.0820716t19421942nyu 000 1 eng  a 42015822  aDLCbengerdacDLC a(OCoLC)1390703802 apcc00aPZ3.G89363aPS3513.R763 aPS3513.R763bF48 1942 Copy 1cIn original illustrated dust jacket. Dinkytown Antiquarian Bookstore, Minneapolis label on rear paste-down.1 aGrinstead, J. E.q(Jesse Edward),d1866-1948,eauthor.10aFeud at Twin Mountain /cby J.E. Grinstead. aFirst edition. 1aNew York :bDodge Publishing Company,c[1942] 4c©1942 a256 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTwo gun westerns aSeries from dust jacket. 7aWestern stories.2gsafd 7aDust jackets (Binding)zNew York (State)zNew Yorky20th century.2rbbin2 aLarry Dingman Western Fiction Collection (Library of Congress)5DLC a92bPUL00891nam a2200289 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002000192100003200212245010600244264004900350300002800399336002600427337002800453338002700481504005600508650002500564994001200589on1390703803OCoLC20230718213016.0230428s2022 nr 000 0 eng  a 2022426611 aDLCbengerdacDLC a9789789106271 a9789106270 a(OCoLC)1390703803 apcc af------00aB5305bN85 20221 aNtui, Victor Ntui,eauthor.10aPerspectives in African philosophy :bNdibhi Nju, Moninyen, Ochima bhiji-Ubuntu /cNtui, Victor Ntui. 1aEnugu, Nigeria :b[Snaap Press Ltd.],c2022. axvi, 156 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliograhical references (pages 146-156). 0aPhilosophy, African. a92bPUL01919nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020001500154020003100169020001500200020002700215035002200242042000800264043001200272050002000284082002700304100003200331245007700363263000900440264005200449300001400501336002600515337002800541338002700569490003000596504005100626505020100677520056900878651007401447994001201521on1390703860OCoLC20230718213016.0230706s2024 nyu j b 001 0 eng  a 2023031352 aDLCbengerdacDLC a9781978537798q(library binding) a1978537794 a9781978537781q(paperback) a1978537786 z9781978537804q(ebook) a(OCoLC)1390703860 apcc an-us---00aE162b.C77 202400a973.2223/eng/202307171 aConnors, Kathleen,eauthor.10aForgotten facts about life in the American colonies /cKathleen Connors. a2401 1aBuffalo, New York :bEnslow Publishing,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aHistory's forgotten facts aIncludes bibliographical references and index.0 aThe British Colonies -- The Choice to Come -- A Life of Enslavement -- Hard Lives, Hard Work -- What's the Weather? -- Staying Near Home -- What to Wear -- School Days -- From Colonies to Country. a"Sometimes the life in colonial America can seem picturesque: no technology, close ties to the nearby community, and local, homemade food to nourish the whole family. However, when you look a bit closer, it's fascinating to see the funny and strange things colonists did and had to deal with, from colonial men paying for a wife to be brought to the colonies for him to the brand-new illnesses that killed many colonists. The main content supports the social studies curriculum and engages even reluctant readers with history information"--cProvided by publisher. 0aUnited StatesxSocial life and customsyTo 1775vJuvenile literature. a92bPUL00916nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002600180082002800206100003400234245005200268250002300320264004300343300002400386336002600410337002800436338002700464490004500491490003500536655001900571994001200590on1390703861OCoLC20230718213016.0221230s2022 sp 000 0 spa  a 2023406831 aDLCbengerdacDLC a9788412472431 a8412472438 a(OCoLC)1390703861 apcc00aPQ6702.E692bV65 202200a861/.7223/eng/202307171 aBenetó, Juan Luis,eauthor.13aEl voluntario errático /cJuan Luis Benetó. aPrimera edición. 1a[Madrid] :bEdiciones Vitruvio,c2022. a100 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Baños del Carmen ;vno 8790 aEdiciones Vitruvio ;vno 1.479 7aPoetry.2lcgft a92bPUL02413nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163041001800185042000800203050002600211082002500237100005100262245008600313263000900399264008700408300001400495336002600509337002800535338002700563490004300590490009500633500015500728520066500883546002601548610005301574650003501627700010701662700011501769700003201884710006301916994001201979on1390703949OCoLC20230718213016.0230601s2023 wiu 000 0 eng  a 2023023627 aDLCbengerdacDLC a9781623400286q(hardcover) a1623400287 a(OCoLC)13907039491 aengalathlat apcc00aBX1749.T35bQ347 202300a239223/eng/202307170 aThomas,cAquinas, Saint,d1225?-1274,eauthor.10aQuodlibetal questions I-XII /cSaint Thomas Aquinas ; translated by Urban Hannon. a2308 1aGreen Bay, WI :bAquinas Institute ;aSteubenville, OH :bEmmaus Academic,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aAquinas Institute's opera omnia series0 aLatin/English edition of the works of St. Thomas Aquinas ;vvolume 28.aDisputed questions a"Published with the ecclesiastical approval of The Most Reverend Paul D. Etienne, dd, stl Bishop of Cheyenne, given on November 10, 2012"--t.p. verso. a"Quodlibetal disputes were formal university debates, held twice a year during Advent and Lent, in which questions on any topic could be brought forward by those in attendance; supporting and opposing arguments were discussed and then ultimately resolved by the presiding master. Thomas Aquinas presided over twelve quodlibetal disputes, which cover a range of topics, both speculative and practical; the Quodlibets here are considerably edited reports of these debates. Quodlibets VII-XI are from Aquinas's first teaching period in Paris (1256-1259), and Quodlibets I-VI, XII are from his second teaching period in Paris (1269-1272)"--cProvided by publisher. aIn English and Latin.20aCatholic ChurchxDoctrinesvEarly works to 1800. 0aTheologyvEarly works to 1800.02iContainer of (expression):aThomas,cAquinas, Saint,d1225?-1274.tQuaestiones de quodlibet.lEnglish.02iContainer of (expression):aThomas,cAquinas, Saint,d1225?-1274.tQuaestiones de quodlibet.sLeonine edition.1 aHannon, Urban,etranslator.2 aAquinas Institute (Green Bay, Wis.),eeditor,etranslator. a92bPUL01467nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002500163020002600188035002200214042000800236050002100244082002800265100002800293245007000321263000900391264007300400300001300473336002600486337002800512338002700540504004100567520017800608650002400786650002900810650003600839650004100875776015300916994001201069on1390703950OCoLC20230718213016.0230707s2023 mau bd 000 0 eng  a 2023029248 aDLCbengerdacDLC a9781800620889q(paperback) a1800620888 z9781800620896q(ebk) z9781800620902q(epub) a(OCoLC)1390703950 apcc00aQL76b.R444 202300a590.73223/eng/202307171 aRees, Paul A.,eauthor.10aStudents' dictionary of zoo and aquarium studies /cPaul A. Rees. a2311 1aWallingford, Oxfordshire ;aBoston, MA :bCAB International,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"A concise, affordable, illustrated dictionary for undergraduate and graduate students and pracitioners of zoo and aquarium studies and management"--cProvided by publisher. 0aZoosvDictionaries. 0aAquariumsvDictionaries. 0aZoosxManagementvDictionaries. 0aAquariumsxManagementvDictionaries.08iOnline version:aRees, Paul A.tStudents' dictionary of zoo and aquarium studiesdBoston : CAB International, 2023z9781800620896w(DLC) 2023029249 a92bPUL02214nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258043001200266050002500278082003200303084003400335100003400369245007700403263000900480264004300489300001300532336002600545337002800571338002700599520086300626600003601489650004801525650004901573650004401622650006101666655001901727655002201746994001201768on1390703954OCoLC20230718213016.0230717s2024 nyu 000 0 eng  a 2023012569 aDLCbengerdacDLC a9781982177461q(hardcover) a1982177462 a9781982177478q(paperback) a1982177470 z9781982177485q(ebook) a(OCoLC)1390703954 apcc an-us---00aPS3555.V259bA6 202400a813/.54aB223/eng/20230717 aLCO010000aREL0121702bisacsh1 aEvans, Richard Paul,eauthor.10aSharing too much :blessons from an unlikely life /cRichard Paul Evans. a2403 1aNew York City :bGallery Books,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"The #1 New York Times bestselling author and "king of Christmas fiction" (The New York Times) delivers a charming and inspirational collection of personal essays.Before he was the #1 New York Times bestselling author of holiday classics such as The Christmas Box, Richard Paul Evans was a young boy being raised by a suicidal mother and dealing with relentless bullying. He could not fathom what the future held for him. Now, in this intimate and heartfelt collection of personal essays, Evans shares his moving journey from childhood to beloved author. With his signature "seasoned finesse" (Booklist), he offers the insightful lessons he's learned and engaging advice about everything from marriage to parenthood and even facing near-death experiences. This is a charming essay collection that is the perfect gift all year round"--cProvided by publisher.10aEvans, Richard PaulvAnecdotes. 0aAuthors, Americany20th centuryvAnecdotes. 0aChristian authorszUnited StatesvAnecdotes. 7aLITERARY COLLECTIONS / Essays.2bisacsh 7aRELIGION / Christian Living / Personal Memoirs.2bisacsh 7aEssays.2lcgft 7aAnecdotes.2lcgft a92bPUL03891nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001300284082002900297100003500326245012300361263000900484264003800493300002300531336002600554337002600580338003600606490003900642504005100681505108000732520120501812588010303017650003503120650004403155650003503199650001503234700003503249776013703284994001203421on1390703955OCoLC20230718213016.0m o d cr |||||||||||230629s2024 nyu ob 001 0 eng  a 2023018973 aDLCbengerdacDLC a9781003155201q(ebook) a1003155200 z9780367725365q(hardback) z9780367725389q(paperback) a(OCoLC)1390703955 apcc00aLB2322.200a378.001223/eng/202307141 aLacković, Nataša,eauthor.10aMultimodal higher education :bdigital, social and environmental relationalities /cNataša Lacković, Alin Olteanu. a2310 1aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge studies in multimodality aIncludes bibliographical references and index.0 aIntroducing relational and multimodal higher education -- Learning from and with everyday relations -- Educational relationality through meanings : a semiotic approach -- Rethinking higher education through social relationality -- Learning with more-than-humans and digital media -- How does learning happen? -- Developing higher education through the environment and others -- Social, material and digital semiotics at universities -- Challenging one-dimensional literacy, media culture and identity -- Multimodal identity in higher education, an identity+ -- Posthuman pedagogy as a relational and multimodal practice : in conversation with Kay Sidebottom -- Mapping and counter-mapping pedagogies : in conversation with Shibboleth Schechter -- Graduate employment futures and relational employability : in conversation with Elizabeth J. Cook -- Using images to explore troublesome concepts and self-other and in higher education : in conversation with Denise MacGiollaRí -- Pedagogy with digital artefacts, materiality and social media : in conversation with Zoe Hurley. a"This book envisions a relational and multimodal conceptualisation of higher education, which advocates for knowledge to be analyzed under three relational dimensions: social, digital and environmental. The volume draws on interdisciplinary approaches grounded in Peirceian semiotics, in exploring an integration of these dimensions in higher education theory and practice. The book situates learning in an awareness of the environment, grounded in principles of interconnectedness and flattened hierarchies. The volume features practical case studies through dialogues with higher education teachers, presenting different ways of practicing multimodal and relational higher education which prioritize and embrace expression and creation through more than one dominant modality of communication. The book highlights how a relational multimodal paradigm can serve as a way forward for universities to address global challenges concerning social, technological, and environmental futures through a social justice lens. This innovative book will be of interest to students and scholars in semiotics, multimodality, and higher education, as well as stakeholders in these fields"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxPhilosophy. 0aEducation, HigherxAims and objectives. 0aModality (Theory of knowledge) 0aSemiotics.1 aOlteanu, Alin,d1987-eauthor.08iPrint version:aLacković, Nataša.tMultimodal higher educationdNew York, NY : Routledge, 2024z9780367725365w(DLC) 2023018972 a92bPUL00865nam a22002535i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002600150035002200176037005300198042001000251245019000261264004900451300001800500336002600518337002800544338002700572994001200599on1390703956OCoLC20230718213016.0230717s2022 ii 000 0 eng  a 2023336798 aDLCbengerdacDLC a9789395675215 a9395675217 aI-E-2023336798; 63-02 a(OCoLC)1390703956 bLibrary of Congress -- New Delhi Overseas Office alcode04aThe intelligence war in Britain :bpublic perceptions of the UK intelligence agencies, foreign espionage, the Tory party and its response to the Salisbury attacks /cMusa Khan Jalalzai. 1aNew Delhi :bVij Books India Pvt Ltd,c2022. avi, 224 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a92bPUL02203nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001100254082002700265100003300292245010000325263000900425264005300434300002200487336002600509337002600535338003600561500002000597505054500617520034201162588010301504650001701607650002901624776014001653994001201793on1390704003OCoLC20230718213016.0m o d cr |||||||||||230609s2023 cau o 001 0 eng  a 2023023431 aDLCbengerdacDLC a9781608688777q(ebook) a1608688771 z9781608688760q(paperback) a(OCoLC)1390704003 apcc00aHG450100a332.6223/eng/202307131 aDeYoe, Jonathan K.,eauthor.10aMindful investing :bright focus, better outcome, greater well-being /cJonathan K. DeYoe, AIF. a2309 1aNovato, California :bNew World Library,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.0 aPart 1: why we invest -- The tale of the nine-year-old investor -- A brief history of investing -- What is investing anyway? -- The purpose of investing -- The psychology of investing -- Part 2: how to invest -- Before you invest -- Before you hire an adviser -- The risk/return relationship -- Plan-appropriate asset allocation -- What to expect when you're investing -- Diversification (not prognostication) -- Do nothing, nothing, nothing...then rebalance -- Angel investing -- How I invest -- Speculating yesterday, today, and tomorrow. a"An experienced financial adviser offers a no-stress investing strategy that integrates Western behavioral finance with the Eastern discipline of mindfulness. Topics include: understanding financial markets, building an investment portfolio, socially conscious investing, and avoiding common investing mistakes"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInvestments. 0aMindfulness (Psychology)08iPrint version:aDeYoe, Jonathan K.tMindful investingdNovato, California : New World Library, [2023]z9781608688760w(DLC) 2023023430 a92bPUL03004nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003000192020001800222020001800240035002200258042000800280050001600288082003300304100003700337245010900374263000900483264005200492300002200544336002600566337002600592338003600618504005100654520151100705588010302216650004102319650004002360700003002400776014002430994001202570on1390704004OCoLC20230718213016.0m o d cr |||||||||||230713s2024 nyu ob 001 0 eng  a 2023032613 aDLCbengerdacDLC a9780197635414q(epub) a0197635415 z9780197635391q(hardback) z9780197635421 z9780197635407 a(OCoLC)1390704004 apcc00aPN1995.9.H600a791.43/6164223/eng/202307131 aLaycock, Joseph,d1980-eauthor.14aThe Exorcist effect :bhow horror and religion shape each other /cJoseph P. Laycock and Eric Harrelson. a2312 1aNew York, NY :bOxford University Press,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"The Exorcist Effect is a historical study of the ongoing relationship between religious culture in the West and horror movies, looking particularly at the period from 1968 to the present. Taking its name from the 1973 film The Exorcist, which was widely understood to be based on a true story, this book outlines a cycle in which religious beliefs and practices become the basis of films that in turn inspire religious beliefs, practices, and experiences. This book draws on archival research to shed new light on such figures as Ed and Lorraine Warren and Malachi Martin, who inserted themselves into this cycle. It also incorporates interviews with horror authors, film writers, and paranormal investigators. This book draws on such fields as psychology, sociology, and folklore studies in order to theorize how film informs religious experience and shapes religious cultures. Next, it examines the production and reception of Rosemary's Baby (1968), The Exorcist (1973), and The Omen (1976) as seminal films in the genre. Two chapters examine the Warrens and Malachi Martin, respectively, including the horror films that influenced and were inspired by their careers. The next three chapters examine areas of culture where the influence of this cycle was most apparent: exorcism, Satanic Panic, and moral panic over heavy metal. The final chapter considers the QAnon conspiracy theory and its numerous allusions to film as a contemporary manifestation of The Exorcist effect."--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aHorror filmsxHistory and criticism. 0aMotion picturesxReligious aspects.1 aHarrelson, Eric,eauthor.08iPrint version:aLaycock, Joseph, 1980-tExorcist effectdNew York, NY : Oxford University Press, 2024z9780197635391w(DLC) 2023032612 a92bPUL00845nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100006800190245005300258260004100311300002700352650003600379700005300415710005900468740002900527740002300556994001200579on1390704155OCoLC20230718213016.0840214s1701 fr 000 0 fre  a 32003560  aDLCbengcDLC a(OCoLC)139070415500aBF822b.B66 aBF822b.B66 Copy 2cToinet no. 11671 aBoyer, de Rivière],csieur,dfl 1698-1701, [from old catalog]13aLe nouveau Democrite ov Délassements d'esprit. aA Paris,bChez Michel Brunet.c1701. a6 p.l., 239 p.c16 cm. 0aCharacters and characteristics.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aDélassements d'esprit.0 aDemocrite moderne. a92bPUL03672nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082003000295100002900325245011300354263000900467264005600476300002300532336002600555337002600581338003600607490004300643504005100686505054800737520147501285588010302760650003902863650004702902650003302949650002302982700003003005776016703035994001203202on1390704156OCoLC20230718213016.0m o d cr |||||||||||230706s2024 enk ob 001 0 eng  a 2023022674 aDLCbengerdacDLC a9781003222316q(ebook) a1003222315 z9781032119540q(hardback) z9781032119571q(paperback) a(OCoLC)1390704156 apcc00aLB234100a371.1/01223/eng/202307151 aLing, Lorraine,eauthor.10aUniversities in times of crisis and disruption :bdislocated complexity /cLorraine Ling and Kay Livingston. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge research in higher education aIncludes bibliographical references and index.0 aIntroduction : inspiration for this book -- The concept of dislocated complexity -- The university in dislocated complexity -- University policymaking in dislocated complexity -- University leadership in dislocated complexity -- Learning and teaching in universities in dislocated complexity -- University research in dislocated complexity -- The university workforce in dislocated complexity -- University and the community : a mutual affinity paradigm -- From the neoliberal to the agentic university -- Reflections on dislocated complexity. a"This book examines the role and future of universities in times of chronic disruption and crisis - presented via an original conceptual framework which the authors term 'dislocated complexity' - and discusses how to move forward in the face of severely disrupted social, political, economic and environment contexts. Demonstrating how global crises, especially the COVID-19 pandemic, have dramatically dislocated and disrupted all contexts of society (and further building on Barnett's notion of supercomplexity), chapters use this framework of dislocated complexity to propose a set of characteristics and values that underpin roles for universities, considering the future of universities with regards to teaching and learning, research, management and leadership, workforce change, policymaking and engagement. Novel, innovative concepts and theoretical perspectives are brought to the analysis of futures, roles and activities of universities by the authors, such as 'Unscripted Agency', 'Clashing -ologies', 'Emanant Trust' and 'Dislocated Complexity Leadership Theory'. Ultimately calling for a rethink of university futures, this timely book will be of great interest to academics, researchers and post-graduate students in the fields of higher education research and teaching and learning. It will also be of interest to university managers, educational policy makers, and those who are 'hidden' or informal educators in the community"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxAdministration. 0aUniversities and collegesxAdministration. 0aEducation and globalization. 0aCrisis management.1 aLivingston, Kay,eauthor.08iPrint version:aLing, Lorraine.tUniversities in times of crisis and disruptiondAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032119540w(DLC) 2023022673 a92bPUL02356nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153020002600168020002600194035002200220042000800242050001100250060001200261082002800273084003400301245011400335250002000449263000900469264004400478300001300522336002600535337002800561338002700589504005100616505022700667520069100894650002101585650005001606650005001656655002701706700003201733776014501765994001201910on1390704157OCoLC20230718213016.0230620s2024 pau b 001 0 eng  a 2023028602 aDNLM/DLCbengerdacDLC a9781975213466q(paperback) a1975213467 z9781975213473q(epub) z9781975213480q(epub) a(OCoLC)1390704157 apcc00aR834.500aWB 18.200a610.76223/eng/20230717 aMED029000aMED0860002bisacsh04aThe family medicine board review book :bmultiple choice questions & answers /c[edited by] Robert A. Baldor. aSecond edition. a2309 1aPhiladelphia :bWolters Kluwer,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aAdult medicine -- Care of children and adolescents -- Care of the female patient (including maternity care) -- Mental health/community health -- Emergent and surgical care -- Care of the elderly patient -- Pictorial atlas. a"Packed with more than 1,000 multiple choice questions and answers on topics commonly found on ABFM board examinations, The Family Medicine Board Review Book, Second Edition, edited by Dr. Robert A. Baldor, helps you make the most of your study time and achieve exam success. It provides valuable background information on ABFM in-training, board certification, and recertification examinations and their formats before presenting questions that are weighted and structured to mimic the ABFM exam. This unique, cost-effective review tool is ideal for testing your knowledge in every area of family medicine and identifying areas that may require further study"--cProvided by publisher.12aFamily Practice. 7aMEDICAL / Family & General Practice.2bisacsh 7aMEDICAL / Test Preparation & Review.2bisacsh 2aExamination Questions.1 aBaldor, Robert A.,eeditor.08iOnline version:tFamily medicine board review bookbSecond edition.dPhiladelphia : Wolters Kluwer, [2024]z9781975213473w(DLC) 2023028603 a92bPUL00734ntm a22002534i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117050001700139100003400156245004400190264001600234300003800250336002600288337002800314338002700342500004200369600003400411650002300445994001200468on1390704158OCoLC20230718213016.0170110m19511969xx 000 0 eng  a 2016564035 aDLCbengerdacDLC a(OCoLC)139070415800aML95b.B48351 aBergsma, William,d1921-1994.10aAppointment books from 1951, 1953-1969. 0c[1951-1969] a20 volumes ;c8 x 5 cm-16 x 11 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aComposer's personal appointment book.10aBergsma, William,d1921-1994. 0aAppointment books. a92bPUL00707nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100005000190245004200240260004300282300003900325650002200364650002600386700005300412994001200465on1390704161OCoLC20230718213016.0830825s1684 fr 000 0 fre  a 32007843  aDLCbengcDLC a(OCoLC)139070416100aBJ1602b.T7 aBJ1602b.T7 Copy 2cToinet no. 11941 aTrotti de La Chétardie,cchevalier,d-1703.10aInstruction pour une jeune princesse, aA Paris,bChes Theodore Girard,c1684. a5 p.l., 129, [2] p.c16 cm. (12mo) 0aWomenxEducation. 0aEducation of princes.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01887nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020004200117020001500159020004300174020001500217020003900232035002200271042000800293050002200301082002900323100004300352245006200395250002000457263000900477264006900486300001500555336002600570337002800596338002700624504005100651505005300702520071900755650002701474994001201501on1390704162OCoLC20230718213016.0230612s2024 enk b 001 0 eng  a 2023024798 aDLCbengerdacDLC a9781032532776q(volume 1 ;qhardback) a1032532777 a9781032532752q(volume 1 ;qpaperback) a1032532750 z9781003411246q(volume 1 ;qebook) a(OCoLC)1390704162 apcc00aRG852b.K448 202400a618.7/6223/eng/202307171 aKendall-Tackett, Kathleen A.,eauthor.10aDepression in new mothers /cKathleen A. Kendall-Tackett. aFourth edition. a2310 1aMilton Park, Abingdon, Oxon ;aNew York, NY :bRoutledge,c2024. avolumes cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.1 aVolume 1. Causes, consequences, and risk factors a"Depression in New Mothers, Volume 1: Causes, Consequences, and Risk Factors provides a comprehensive, evidence-based approach to understanding symptoms and risk factors of depression, anxiety, and posttraumatic stress disorder (PTSD) in perinatal women, which are common complications of childbirth. Depression in New Mothers, Volume 1 includes mothers' stories throughout, which provide examples of principles described in studies. Each chapter highlights key research findings and clinical takeaways. It is an essential resource for all healthcare practitioners working with mothers in the perinatal period, including nurses, midwives, doctors, lactation consultants and psychologists"--cProvided by publisher. 0aPostpartum depression. a92bPUL00943nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192100003100216245005000247264002800297300002400325336002600349337002800375338002700403504005700430650001600487650001500503650002000518650002800538650002700566994001200593on1390704248OCoLC20230718213016.0220718s2019 rb b 000 0 srpo  a 2022442427 aDLCbengerdacDLC a9788662930941 a8662930948 a(OCoLC)1390704248 apcc ae------00aBL2747.8b.S64 20191 aŠljuka, Stojan,eauthor.10aFilosofija sekularizacije /cStojan Šljuka. 1aBeograd :bJasen,c2019 a196 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 189-196). 0aSecularism. 0aReligions. 0aSecularization. 0aSecularizationzEurope. 0aCivilization, Secular. a92bPUL01695nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020001800193035002200211042000800233050001100241082003000252100004100282245008500323263000900408264004500417300002200462336002600484337002600510338003600536504004100572520034100613588010300954630002701057650002101084650003701105776014301142994001201285on1390704249OCoLC20230718213016.0m o d cr |||||||||||230224s2023 ilu ob 000 0 eng  a 2023007228 aDLCbengerdacDLC a9780802475947q(ebook) a0802475949 z9780802428073 a(OCoLC)1390704249 apcc00aBV452700a248.8/43223/eng/202307171 aSobolik, Chelsea Patterson,eauthor.10aCalled to cultivate :ba gospel vision for women and work /cby Chelsea Sobolik. a2310 1aChicago, IL :bMoody Publishers,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references. a"Grasping the dignity and significance of women and work. Whether in the home or in a professional environment, women are cultivating a world of beauty, truth, and hope. But it's not easy. We have doubts and dreams ... questions and concerns. Chelsea shares a theological foundation for our pressing questions"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aBible.pNew Testament. 0aChristian women. 0aWomen employeesxReligious life.08iPrint version:aSobolik, Chelsea Patterson.tCalled to cultivatedChicago, IL : Moody Publishers, [2023]z9780802428073w(DLC) 2023007227 a92bPUL00933nam a22002533i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100002900172245022700201264007800428300002800506336002100534337002500555338002300580546001900603653004500622994001200667on1390704250OCoLC20230718213016.0230717s2022 io 000 0 ind  a 2023330061 aDLCbengerdacDLC a9786239718749 a6239718742 a(OCoLC)13907042501 aSaputra, Irfan,eauthor.10aPetaka dan prakarsa di Sungai Saddang :bkumpulan cerita adaptasi perubahan iklim di sepanjang aliran Sungai Saddang, Sulawesi Selatan /cpenulis, Irfan Saputra [and five others] ; editor, Mulyani Hasan, Nurhady Sirimorok. 1a[Makassar, Indonesia] :bYayasan Tim Layanan Kehutanan Masyarakat,c2022. avii, 130 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIn Indonesian.0 aSaddang River Watershedaclimatic change a92bPUL01332nam a2200325 a 4500001001300000003000600013005001700019008004100036010001700077040002500094035002200119041001300141042000800154050002100162050002300183130003700206245018500243246009500428260004400523300003600567500002800603500002900631500002900660500002000689501018300709650003600892700004800928752001800976994001200994on1390704357OCoLC20230718213016.0230717s1556 fr 001 0 lat  a 2022658063 aDLCbengedcrmbcDLC a(OCoLC)13907043571 alathgrc apcc00aKK722b.T47 157010aKJA1216b.L38 15560 aNovellae constitutiones.lLatin.10aNouellarum constitutionum domini Iustiniani sacratissimi principis & imperatoris libri duo :bepitomis, praeter ueterum exemplarium & collationem & emendationem, nouè illustrati.3 aNovellarum constitvtionvm domini Ivstiniani sacratissimi principis & imperatoris libri duo aLugduni :bApud Ludouicum Pesnot, 1556. a[2], 286, [8] p. ;c17 cm (8vo) a"Cum priuilegio regis." aPrinter's device on t.p. aSignatures: a-s⁸ A⁴. aIncludes index. aWith: Termineus, Petrus. Processus iuris scripti et consuetudinis frequentioris per Germaniam hoc tempore vsitatus. Coloniae : [Walter Fabritius], [1570]. Issued separately.5DLC 0aRoman lawvEarly works to 1800.1 aPesnot, Louis,dactive 1537-1564,eprinter. aFrancedLyon. a92bPUL00734nam a22002535i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025001900150035002200169037005300191042001000244245007600254264003900330300001800369336002600387337002800413338002700441994001200468on1390704358OCoLC20230718213016.0230717s2022 ii 000 0 eng  a 2023339280 aDLCbengerdacDLC a9788124611081 a8124611084 aI-E-2023339280 a(OCoLC)1390704358 bLibrary of Congress -- New Delhi Overseas Office alcode00aJainism :bbefore 650 BCE /cEditors, Shugan C. Jain, Shrinetra Pandey. 1aNew Delhi :bDK Printworld,c2022. avi, 275 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a92bPUL01024nam a22002897i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001300172100003300185240007200218245012400290264004900414300002300463336002600486337002800512338002700540546002000567504004100587653009400628994001200722on1390704359OCoLC20230718213016.0230713s2017 rb b 000 0 srp  a 2023450789 aDLCbengerdacDLC a9788649902176 a8649902170 a(OCoLC)13907043591 asrphger1 aMarčeta, Slavica,eauthor.10aTatertherapie bei Sexuellem Missbrauch, Strafe oder Hilfe?lSerbian10aTerapija seksualnih zlostavljača - kazna ili pomoć? /cSlavica Marčeta ; prevod sa nemačkog: Krešimir Bosnar. 1aNovi Sad :bUniverzitet u Novom Sadu,c2017. a130 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSerbianbLatin. aIncludes bibliographical references. aEffectiveness of treatment for sex offendersaSexual abuse preventionaChild sexual abuse a92bPUL03407nam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149020003100164020001500195020002700210035002200237042000800259050002200267082002700289100004000316245009600356263000900452264005600461300001300517336002600530337002800556338002700584520138600611504005101997505053202048650003602580650004202616650002402658650001802682650002902700700004002729700002602769776015402795994001202949on1390704365OCoLC20230718213016.0230708s2022 enk b 001 0 eng  a 2023010882 aLBSORbengerdacDLC a9781032042299q(hardback) a103204229X a9781032042305q(paperback) a1032042303 z9781003191025q(ebook) a(OCoLC)1390704365 apcc00aHE305b.C527 202200a388.4223/eng/202307171 aChristensen, Hilda Rømer,eauthor.10aGender smart mobility /cHilda Rømer Christensen, Michala Hvidt Breengaard and Lena Levin. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2022. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"This book presents gender and diversity in smart transport as a cutting-edge issue in urban contexts around the globe. It will address new challenges and possibilities related to the smart transport sector. It demonstrates how gender and diversity are entangled in concepts and various forms of current smart mobility practices in policy, planning, and innovation. Gender Smart Mobility is presented as a game changer for future transport planning and mobility practices and how smart mobility technologies and practices might be created as a common good for all. The readers are presented with cutting-edge approaches ranging from intersectional and visual analyses of smart mobility, gender scripts and language, to gendered innovation of design and planning. Moreover, the readers will encounter engaging boxed features which present historical, cross-cultural, and methodological examples and pose questions for critical thinking. This book meets a need for a systematic, accessible, and practical introduction and is of interest to city planners, transport providers, and politicians as well as the general public. It will also be a valuable reference for graduate and postgraduate students at technical universities, schools of architecture and planning, and for students and faculties in the social sciences, humanities, and IT and design studies"--cProvided by publisher. aIncludes bibliographical references and index.0 aEpilogue : gender smart mobility as a game changer? -- Gender smart mobility as a pillar of smart city developments -- Gender smart mobility -- concepts, methods, practices -- Gender and diversity in transport -- theories and concepts -- Gender smart mobility -- approaches -- How to do gender and diversity action planning -- From one-to-many tracks : methodology and data collection for gender smart mobility -- Gender smart transport policy, employment, and innovation -- From the covid-19 pandemic to gender smart mobility. 0aUrban transportationxPlanning. 0aUrban transportationxSocial aspects. 0aSex discrimination. 0aSmart cities. 0aWomen and city planning.1 aBreengaard, Michala Hvidt,eauthor.1 aLevin, Lena,eauthor.08iOnline version:aChristensen, Hilda Rømer.tGender smart mobilitydAbingdon, Oxon ; New York, NY : Routledge, 2022z9781003191025w(DLC) 2023010883 a92bPUL00782nam a22002411 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051003300150245004500183260006500228300003200293500002000325500003200345650003900377700005300416710005900469994001200528on1390704366OCoLC20230718213016.0810825n gw 000 0 fre  a 31025097  aDLCbengcDLC a(OCoLC)139070436600aHQ1201b.C3 aHQ1201b.C3cToinet no. 117603aLe caractere d'une femme sans education. aA Cologne,bChez Samuel Rentrock, aux Trois navires.c[n.d.] a4 p.l., 222, [6] p.c16 cm. aTitle vignette. a"Ex bibliotheca R. Toinet." 0aWomenxSocial and moral questions.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02768nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020003100151020003100182035002200213042000800235050001300243082002800256100002800284245007300312263000900385264004900394300002300443336002600466337002600492338003600518490003500554504005100589505054400640520081301184588010301997650001602100650003602116700004602152776014802198994001202346on1390704422OCoLC20230718213016.0m o d cr |||||||||||230713s2023 nyu ob 001 0 eng  a 2023031747 aDLCbengerdacDLC a9798886979978q(adobe pdf) z9798886977837q(paperback) a(OCoLC)1390704422 apcc00aBF637.L400a158/.4223/eng/202307171 aCaldwell, Cam,eauthor.10aDiscovering the leader within you /cCam Caldwell and Verl Anderson. a2309 1aNew York :bNova Science Publishers,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLeadership in a changing world aIncludes bibliographical references and index.0 aDiscovering the leader within: why it matters -- Moral leadership in a troubled world -- Why so many leaders are failing: twelve compelling factors -- Leadership as a covenantal duty: a view from the inside-out -- The courage to be great: and why it matters -- Humility and servant leadership -- The leader within: why self-leadership matters -- The challenge of discovery: converting dreams into realities -- Finding your voice: discovering your unique significance -- Deep change and the leader within: an interview with Robert E. Quinn. a"Within each individual lies the potential for greatness - as a leader, as an example, and as a servant to others. Nonetheless, the discovery process for achieving that potential requires great effort and the willingness to invest in self-analysis and self-improvement in the quest for self-mastery. Leaders owe a "covenantal" set of duties to themselves, to the world, and to those individuals with whom they work. In every sense, those who lead most effectively honor a complex set of moral and ethical responsibilities that enable them to fulfill the calling of leadership. This book offers insights into the nature of the self-discovery process that every great leader goes through and offers encouragement and counsel to those individuals willing to discover the leader within"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aLeadership. 0aSelf-actualization (Psychology)1 aAnderson, Verl A.q(Verl Allen),eauthor.08iPrint version:aCaldwell, Cam.tDiscovering the leader within youdNew York : Nova Science Publishers, [2023]z9798886977837w(DLC) 2023031746 a92bPUL01101nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192100003200216245013700248250004900385264003800434300002400472336002600496337002800522338002700550490003800577650004900615700003200664856006700696994001200763on1390704423OCoLC20230718213016.0230511s2022 sp 000 0 spa  a 2023417749 aDLCbengerdacDLC a9788418433528 a8418433523 a(OCoLC)1390704423 apcc ae-sp---00aKKT1504b.B345 20221 aBallester Laguna, Fernando.10aLecciones y prácticas de seguridad social :b(adaptadas al EEES) /cautores, Fernando Ballester Laguna, Nancy Sirvent Hernández. aEdición actualizada a 31 de julio de 2022. 1aMadrid :bEdiciones Cinca,c2022. a194 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Universidad ;vno. 21 0aSocial securityxLaw and legislationzSpain.1 aSirvent Hernández, Nancy.42uhttp://www.puvill.com/toc/9788418433528.pdfzTable of contents a92bPUL02739nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002000192100003200212245007700244250001900321264007800340300005100418336002600469337002800495338002700523504006700550520168700617650005502304651004202359994001202401on1390704520OCoLC20230718213016.0220309s2022 enkab b 001 0deng  a 2022934368 aDLCbengerdacDLC a9780192858030 a0192858033 a(OCoLC)1390704520 apcc aed-----00aD766b.R54 20221 aRieber, Alfred J.,eauthor.10aStorms over the Balkans during the Second World War /cAlfred J. Rieber. aFirst edition. 1aOxford, United Kingdom ;aNew York, NY :bOxford University Press,c2022. avii, 281 pages :billustrations, maps ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 267-270) and index. a"In a new interpretation of the history of the Balkans during the Second World War, Alfred J. Reiber explores the tangled political rivalries, cultural clashes, and armed conflicts among the great powers and the indigenous people competing for influence and domination. The study takes an original approach to the region based on the geography, social conditions, and imperial rivalries that spans several centuries, culminating in three wars during the first half of the twentieth century. Against this background, Rieber focuses on leadership--personified by Mussolini, Hitler, Stalin, Churchill, and Tito--as the key to explaining events. For each one the Balkans represented a strategic prize vital for the fulfilment of their ambitious war aims. For the local forces the destabilization of the war offered the opportunity to reorder societies, expel ethnic minorities, and expand national borders. Storms over the Balkans during the Second World War illustrates how the leaders of the external powers were forced to improvise their tactics and compromise their ideologies under the pressure of war and the competing claims of their allies and clients. Neither the Axis nor the Allied camps were uniform blocs, and deep divisions ran through the ranks of the resistance and those collaborating with the occupying powers. These tensions contributed to the failure of all the participants in the struggle to achieve their aims. The complexities of the wartime experiences help to explain the persistence of memories and unfulfilled aspirations that continue to haunt the region. The study is based on extensive research in new sources in seven languages"--cProvided by publisher. 0aWorld War, 1939-1945xCampaignszBalkan Peninsula. 0aBalkan PeninsulaxHistoryy1918-1945. a92bPUL01703nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124035002200142042000800164043001200172050002700184100004200211245007600253264007700329300004700406336002100453336002800474337002500502338002300527490006300550504005500613650005900668650007800727650006000805650007900865650004600944650004800990880004001038880006901078880006701147880005501214994001201269on1390704521OCoLC20230718213016.0230519s2022 ko ab b 000 0 kor  a 2023424931 aDLCbengerdacDLC c$1 a9791190608343 a(OCoLC)1390704521 apcc aa-ko---00aNA7453.6.C47bK56 20221 6880-01aKim, Chi-min,d1954-eauthor.106880-02aHan'guk namsŏhae tosŏ min'ga yŏn'gu /cKim Chi-min chŏ. 16880-03aKwangju Kwangyŏksi :bHan'gukhak Honam Chinhŭngwŏn,c2022. a551 pages :billustrations, maps ;c26 cm. atext2rdacontent astill image2rdacontent aunmediated2rdamedia avolume2rdacarrier0 6880-04aHonam Han'gukhak chŏsul chiwŏn ch'ongsŏ ;v6 aIncludes bibliographical references (pages 84-85). 0aArchitecture, DomesticzKorea (South)zChŏlla-namdo. 0aArchitecture, DomesticzKorea (South)zChŏlla-namdovDesigns and plans. 0aVernacular architecturezKorea (South)zChŏlla-namdo. 0aVernacular architecturezKorea (South)zChŏlla-namdovDesigns and plans. 0aDwellingszKorea (South)zChŏlla-namdo. 0aIsland lifezKorea (South)zChŏlla-namdo.1 6100-01a김 지민,d1954-eauthor.106245-02a한국 남서해 도서 민가 연구 /c김 지민 저. 16264-03a광주 광역시 :b한국학 호남 진흥원,c2022.0 6490-04a호남 한국학 저술 지원 총서 ;v6 a92bPUL02598nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002800163035002200191042000800213043003000221050002400251100003600275245008000311246003700391250002200428264003800450300008600488336002600574337002800600338002700628500009900655504006700754520098700821600005201808600005301860650005201913650005101965651005702016651004302073651004802116994001202164on1390704522OCoLC20230718213016.0200605s2021 nyuab b 001 0deng  a 2020940070 aDLCbengerdacDLC a9781610399647q(hardcover) a1610399641 z9781610399661q(e-book) a(OCoLC)1390704522 apcc ae-gx---ae-ur---aee-----00aDD247.H5bR385 20211 aRees, Laurence,d1957-eauthor.10aHitler and Stalin :bthe tyrants and the Second World War /cLaurence Rees.30aTyrants and the Second World War aFirst US edition. 1aNew York :bPublicAffairs,c2021. axxxviii, 488 pages, 24 unnumbered pages of plates :billustrations, maps ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Originally published in 2020 by Viking, part of the Penguin Random House group of companies." aIncludes bibliographical references (pages 405-464) and index. a"Two 20th century tyrants stand apart from all the rest in terms of their ruthlessness and the degree to which they changed the world around them. Briefly allies during World War II, Adolph Hitler and Josef Stalin then tried to exterminate each other in sweeping campaigns unlike anything the modern world had ever seen, affecting soldiers and civilians alike. Millions of miles of Eastern Europe were ruined in their fight to the death, millions of lives sacrificed. Laurence Rees has met more people who had direct experience of working for Hitler and Stalin than any other historian. Using their evidence he has pieced together a compelling comparative portrait of evil, in which idealism is polluted by bloody pragmatism, and human suffering is used casually as a political tool. It's a jaw-dropping description of two regimes stripped of moral anchors and doomed to destroy each other, and those caught up in the vicious magnetism of their leadership"--cProvided by publisher.10aHitler, Adolf,d1889-1945xMilitary leadership.10aStalin, Joseph,d1878-1953xMilitary leadership. 0aWorld War, 1939-1945xCampaignszEastern Front. 0aWorld War, 1939-1945xCampaignszSoviet Union. 0aSoviet UnionxHistoryyGerman occupation, 1941-1944. 0aGermanyxForeign relationsy1933-1945. 0aSoviet UnionxForeign relationsy1917-1945. a92bPUL00922nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245012300259246001600382264004000398300003300438336002600471337002800497338002700525490001900552500002100571546001600592994001200608on1390704630OCoLC20230718213016.0230717s2023 ii 000 0 beno  a 2023341573 aDLCbengerdacDLC a9789392722172 a9392722176 aI-B-2023-341573; 09 a(OCoLC)1390704630 bLibrary of Congress -- New Delhi Overseas Office alcode00aSūryatāmasī /cKauśika Majumadāra ; alaṃkaraṇa, Gautama Karmakāra = Surjotamosi / by Kaushik Majumdar.31aSurjotamosi 1aKalakātā :bBuka Pharma,c2022. a230 pages, 1 unnumbered page atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMyasana sirija aDetective novel. aIn Bengali. a92bPUL00786nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050002700147082002800174100004200202245003900244250002100283264003900304300002400343336002600367337002800393338002700421490002900448655001900477994001200496on1390704631OCoLC20230718213016.0230106s2023 inu 000 1 eng  a 2023930358 aDLCbengerdacDLC a(OCoLC)1390704631 apcc00aPS3602.L3344bD43 202300a813/.6223/eng/202307171 aBlair, Elizabethc(Novelist)eauthor.10aDeadly garland /cElizabeth Blair. aSpecial edition. 1aBerne, Indiana :bAnnie's,c[2023] a226 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCreative woman mysteries 7aNovels.2lcgft a92bPUL01928nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002100192245011300213264009600326300004700422336002600469337002800495338002700523546005400550500013400604500047000738504004101208650003401249650003001283650003401313711007901347711007701426740003901503994001201542on1390704653OCoLC20230718213016.0210614s2017 rb ag 000 0 mul  a 2021368665 aDLCbengerdacDLC a9788688619899 a8688619891 a(OCoLC)1390704653 apcc ae-rb---00aML36b.M876 201700aMusical semiotics and music theory /ceditors, Ana Stefanović, Anica Sabo, Ivana Vuksanović, Atila Sabo. 1aBelgrade, Serbia :bDepartment of Music Theory, Faculty of Music, University of Arts,c2017 a284 pages :billustrations, music ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aArticles include in English, French, and Serbian. aIncludes reprint articles from the First International Congress on Semiotics of Music presented in October 17-21, 1973, Belgrade. a"This book is a collection of the papers presented at the 10th conference Music Theory and Analysis, organized by the Department of Music Theory of the Faculty of Music, University of Arts in Belgrade, and held in Belgrade from 8 to 10 November 2013. The conference was entitled Musical Semiotics, 40 years after ... referring to a jubilee--the 40th anniversary of the First International Congress on Semiotics of Music, held in October 1973 in Belgrade"--Foreword. aIncludes bibliographical references. 0aMusicxSemioticsvCongresses. 0aMusic theoryvCongresses. 0aMusical analysisvCongresses.2 aMusic Theory and Analysis (Conference)n(10th :d2013 :cBelgrade, Serbia)2 aInternational Congress on Semiotics of Musicd(1973 :cBelgrade, Serbia)0 aMusical Semiotics, 40 years after. a92bPUL01003nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192100003500202245010200237246006300339250002400402264004400426300002300470336002600493337002800519338002700547546001500574520012400589994001200713on1390704654OCoLC20230718213016.0220922s2019 pk 000 0 snd  a 2022310093 aDLCbengerdacDLC a(OCoLC)1390704654 bLibrary of Congress -- Islamabad Overseas Office alcode1 aCānḍiyo, Sarmadu,eauthor.10aCand vadyā jā aṣūl ain sakiyā =bChand wadya ja aasol en sakhya /cSarmadu Cānḍiyo.1 iTitle on title page verso:aChand wadya ja aasol en sakhya aChāpo phariyūn. 1aQanbar :bKanval Pablīkeshani,c2019. a112 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIn Sindhi. aResearch study of the poetic works Shah ʻAbd al-Laṭīf, ca. 1689-ca. 1752, and other sufi saint of Sindh, Pakistan. a92bPUL02049nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193020003100230035002200261042000800283050001100291082003200302100005600334245002700390263000900417264005000426300002300476336002600499337002600525338003600551490002800587500002000615520054100635521004301176588010301219650003301322650003701355650003801392650004101430776012001471994001201591on1390704655OCoLC20230718213016.0m o d cr |||||||||||230710s2024 nyu jo 001 0 eng  a 2023031952 aDLCbengerdacDLC a9781538292389q(ebook) a1538292386 z9781538292372q(library binding) z9781538292365q(paperback) a(OCoLC)1390704655 apcc00aHG466100a332.63/228223/eng/202307101 aBanks, Rosiec(Children's fiction writer),eauthor.10aStocks /cRosie Banks. a2401 1aBuffalo :bGareth Stevens Publishing,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aA look at money matters aIncludes index. a"Stocks, shares, bull and bear markets . . . these are terms often spoken of in the news. Though simple words, they can seem quite complex to someone outside the financial world. This valuable volume-a great addition to any social studies collection-makes outsiders into insiders, explaining stocks and even the stock market in an accessible way. Readers will learn why companies sell shares, how investors can make or lose money, about historical stock market crashes, and how these money matters affect them"--cProvided by publisher. aGrades 2-3bGareth Stevens Publishing. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aStocksvJuvenile literature. 0aSecuritiesvJuvenile literature. 0aInvestmentsvJuvenile literature. 0aCapital marketvJuvenile literature.08iPrint version:aBanks, RosietStocksdBuffalo : Gareth Stevens Publishing, [2024]z9781538292372w(DLC) 2023031951 a92bPUL02617nam a22003975i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000900117020001800126020001500144035002200159042001000181043001200191100004500203245013400248250003300382264025900415300002300674336002600697337002800723338002700751500001700778504005700795520005900852546001300911710020900924880005701133880018801190880005501378880042401433880035001857994001202207on1390704656OCoLC20230718213016.0230519s2022 th f000 0 thao  a 2023350361 aDLCbengerdacDLC cThai a9786164076952 a6164076951 a(OCoLC)1390704656 alcode aa-th---0 6880-01aPhanom Khlīchāyā,eauthor.106880-02aYang ʻōn (young-old) Thai nai withī dičhithan /cRō̜ng Sāttrāčhān Dō̜rō̜. Phanom Khlīchāyā. 6880-03aPhim khrang thī 1. 16880-04a[Bangkok, Thailand] :bNūai Patibatkān Wičhai læ Phatthanā Sapphayākō̜n Manut dān Khwāmrō̜prū Thāng Dičhithan læ Kānrūthaothan Sư̄(DIRU), Khana Nithētsāt, Čhulālongkō̜nmahāwitthayālai,c2565 [2022] a221 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references (pages 204-216). aStudy on aging society in the digital era of Thailand. aIn Thai.2 6880-05aČhulālongkō̜nmahāwitthayālai.bNūai Patibatkān Wičhai læ Phatthanā Sapphayākō̜n Manut dān Khwāmrō̜prū Thāng Dičhithan læ Kānrūthaothan Sư̄,epublisher.0 6100-01aพนม คลี่ฉายา,eauthor.106245-02aยังโอลด์ (Young-old) ไทยในวิถีดิจิทัล /cรองศาสตราจารย์ ดร. พนม คลี่ฉายา. 6250-03aพิมพ์ครั้งที่ 1. 16264-04a[Bangkok, Thailand] :bหน่วยปฏิบัติการวิจัยและพัฒนาทรัพยากรมนุษย์ด้านความรอบรู้ทางดิจิทัลและการรู้เท่าทันสื่อ (DIRU), คณะนิเทศศาสตร์, จุฬาลงกรณ์มหาวิทยาลัย,c2565 [2022]2 6710-05aจุฬาลงกรณ์มหาวิทยาลัย.bหน่วยปฏิบัติการวิจัยและพัฒนาทรัพยากรมนุษย์ด้านความรอบรู้ทางดิจิทัลและการรู้เท่าทันสื่อ,epublisher. a92bPUL01231nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043002100187050002600208100003600234245009400270246002400364264004400388300004600432336002600478337002800504338002700532500010800559611006000667650004100727650003900768650003000807650003200837994001200869on1390704657OCoLC20230718213016.0190823s2017 bl a 000 0 por  a 2019312993 aDLCbengerdacDLC a9788572345408 a857234540X a(OCoLC)1390704657 alcodeapcc as-bl---ae-po---00aGV722 2016b.D56 20171 aDiniz, Luciana,d1970-eauthor.10aFit4Gold :bum diário olímpico : vivendo em cores do preto e branco /cLuciana Diniz.30aDiário olímpico 1aSão Paulo, SP, Brasil :bDBA,c[2017] a269 pages :bcolor illustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Do preto e branco às cores, a jornada de Luciana Diniz com sua égua Fit for Fun nos Jogos do Rio".20aOlympic Gamesn(31st :d2016 :cRio de Janeiro, Brazil) 0aOlympicsxParticipation, Portuguese. 0aHorsemen and horsewomenzPortugal. 0aHorse trainerszPortugal. 0aOlympic athleteszPortugal. a92bPUL01801nam a2200385 a 4500001001300000003000600013005001700019008004100036010001700077040002500094035002200119042000800141043002100149050002100170050002300191100003800214245019400252246009300446246003300539260009000572300002800662500002900690500002400719510011200743500002000855500005000875501018300925650005401108650006101162650005901223700006001282710003901342752002201381994001201403on1390704706OCoLC20230718213016.0230717s1563 gw 001 0 lat  a 2022658062 aDLCbengedcrmbcDLC a(OCoLC)1390704706 apcc ae------ae-gx---00aKK722b.T47 157010aKJA2700b.G64 15631 aGoeden, Henning,d-1521,eauthor.10aDn. Henningi Goeden Hauelbergensis iureconsulti clarissimi, Iudiciarij ordinis processus :bitem, domini Odofredi Summa de libellis formandis : cum indice rerum ac verborum notatu dignorum.3 aDn. Henningi Goeden Havelbergensis ivreconsulti clarissimi, Iudiciarii ordinis processus30aIudiciarij ordinis processus aColoniae Agrippinae :bApud haeredes Arnoldi Birckmanni,canno salutis MDLXIII [1563] a[352] p. ;c17 cm (8vo) aPrinter's device on t.p. aSignatures: A-Y⁸.4 aVerzeichnis der im deutschen Sprachbereich erschienenen Drucke des 16. Jahrhunderts (VD 16),cG 2479, O 278 aIncludes index. aLC copy: scattered ms. notes throughout.5DLC aWith: Termineus, Petrus. Processus iuris scripti et consuetudinis frequentioris per Germaniam hoc tempore vsitatus. Coloniae : [Walter Fabritius], [1570]. Issued separately.5DLC 0aCivil procedure (Roman law)vEarly works to 1800. 0aCivil procedurezHoly Roman EmpirevEarly works to 1800. 0aCivil procedurezGermanyzSaxonyvEarly works to 1800.12aDenari, Odofredo,d-1265.tSumma de libellis formandis.2 aArnold Birckmanns Erben,eprinter. aGermanydCologne. a92bPUL01640nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124041001300146042001500159043001200174050002300186100006800209245015900277250003700436264007400473300002300547336002600570337002800596338002700624504005700651546002500708610004200733650002600775650004700801651004700848880005700895880016200952880003901114880007701153994001201230on1390704802OCoLC20230718213016.0220202s2023 jo b 000 0 ara  a 2022355123 aDLCbengerdacDLC c(3 a(OCoLC)13907048020 aarabeng apccalcode ad------00aHD85.A7bB378 20221 6880-01aBaṭṭāwī, Ḥusayn ʻAlī Ibrāhīm,eauthor.136880-02aal-Umam al-Muttaḥidah wa-qaḍāyā al-tanmiyah fī al-ʻĀlam al-Thālith /ctaʼlīf D. Ḥusayn ʻAlī Ibrāhīm al-Baṭṭāwī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Āminah lil-Nashr wa-al-Tawzīʻ,c2022. a369 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 331-352). aAbstract in English.20aUnited NationszDeveloping countries. 0aEconomic development. 0aEconomic assistancezDeveloping countries. 0aDeveloping countriesxEconomic conditions.1 6100-01aبطاوي، حسين علي إبراهيم.126245-02aالأمم المتحدة وقضايا التنمية في العالم الثالث /cتأليف د. حسين علي إبراهيم البطاوي. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار آمنة للنشر والتوزيع،c2022. a92bPUL03095nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082002900295100005100324245012200375263000900497264003800506300002200544336002600566337002600592338003600618504005100654520145200705588010302157650003502260650004302295650003502338650005102373650001802424700003802442776015702480994001202637on1390704803OCoLC20230718213016.0m o d cr |||||||||||230707s2024 nyu ob 001 0 eng  a 2023022705 aDLCbengerdacDLC a9781003444954q(ebook) a1003444954 z9781642673920q(hardback) z9781642673937q(paperback) a(OCoLC)1390704803 apcc00aLB233100a378.1/7223/eng/202307141 aAdare-Tasiwoopa ápi, Sierra,d1956-eauthor.10aGamification in higher education :ba how-to instructional guide /cSierra Adare-Tasiwoopa ápi and Nathan K. Silva. a2310 1aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Gamification in Higher Education is a user-friendly text for anyone curious about gamification and how it increases student engagement. This book presents actual examples from gamified college courses, furnishing strategies and detailed plans for integrating gamification, regardless of the subject area, discipline, or modality. Moreover, the step-by-step how-to aspects of gamification that do not require expensive, proprietary gaming software sets this book apart from others in the field. Gamification in Higher Education explores ways to incorporate real-world simulations and promote critical thinking skill, while focusing on storytelling through which to draw in students and help them get into the game, both literally and figuratively. Additionally, the book examines gamification research and how it can be used to support reluctant learners who normally struggle with complex course content. The authors share their experiences with what has worked and, more importantly, what has not worked in adding gamification to their courses. This key resource offers educators a practical guide that will take instructors step-by-step through the design, development, and implementation of game elements, games, and fully gamified courses without using costly specialized software. It's conversational tone endeavors to put educators, whether novice, mid-career, or veteran, at ease with the process of gamification"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCollege teachingxMethodology. 0aEducation, HigherxSimulation methods. 0aSimulation games in education. 0aCritical thinkingxStudy and teaching (Higher) 0aGamification.1 aSilva, Nathan K.,d1981-eauthor.08iPrint version:aAdare-Tasiwoopa ápi, Sierra, 1956-tGamification in higher educationdNew York, NY : Routledge, 2024z9781642673920w(DLC) 2023022704 a92bPUL04330nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043001200265050002300277082003100300245011300331263000900444264005500453300001400508336002600522337002800548338002700576490003800603504005100641505174800692520138402440650003503824650002903859700003203888994001203920on1390704828OCoLC20230718213016.0230313s2024 enk b 001 0 eng  a 2023011840 aDLCbengerdacDLC a9781032410098q(hardback) a1032410094 a9781032410104q(paperback) a1032410108 z9781003355793q(ebook) a(OCoLC)1390704828 apcc ae------00aKJC5456b.C66 202400a347.4/035223/eng/2023071700aConstitutionality of law without a constitutional court :ba view from Europe /cedited by Mirosław Granat. a2309 1aAbingdon, Oxon ; New York, NY :bRoutledge,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aComparative constitutional change aIncludes bibliographical references and index.0 aMirosław Granat, Turbulent times in the constitutionalism of Central and Eastern European countries -- Rainer Arnold, Constitutional jurisdiction and primacy of the Constitution -- Mirosław Granat, Constitutionality of law without a constitutional court in the Polish setting -- Piotr Chybalski, The problem of the so-called dispersed judicial review of parliamentary acts in Poland -- traditions and current perspectives -- Aleksandra Syryt, Admissibility of judicial review in states with a centralised model of constitutional review -- in search of effective means of constitutional protection -- Ewelina Gierach, Parliamentary constitutional review in times of the constitutional crisis in Poland -- Zoltán Szente, From guarding the constitution to serving politics -- the decline of the Hungarian Constitutional Court -- Peter Kruzslicz, For now, we see in a mirror dimly -- a current perception of Hungarian constitutional justice from an international and comparative national perspective -- Elena-Simina Tanasescu, A missed dialogue : the European Court of Justice and the Romanian Constitutional Court -- Selin Esen, The Turkish Constitutional Court and emergency regimes in the age of democratic backsliding -- Leszek Garlicki, Marta Derlatka, Constitutional review in the abusive constitutionalism (continuation, corruption, or disappearance?) -- Leonard F.M. Besselink, The curious case of the Netherlands -- reflections on the question whether the dismantling of democracy and the rule of law can be stopped by courts of law -- Tuomas Ojanen, The Finnish Constitutional Exceptionalism : the pluralist system of constitutional review combining ex ante and ex post functions of review -- Mirosław Granat, Conclusion. What next? a"This book analyses the problem of the possibility of guaranteeing the constitutionality of law in cases when a constitutional court either has been weakened or does not exist. A starting point of the research is the emergence of the so-called illiberal constitutionalism in several states, namely Poland, Hungary and Turkey, as this phenomenon gravely affects the functioning of constitutional courts. The work is divided into three parts. The first contains contributions of a theoretical nature dedicated to the current shape of constitutional review, in particular in the light of the emergence of "illiberal constitutionalism". This part of the book also deals with the collapse of the centralised constitutional review in Poland and the attempts to resolve the constitutional crisis. The second is focused on discussing specific, current problems with constitutional review, on the basis of states such as Hungary, Romania, Turkey and Poland. The third relates to other forms of constitutional review, that is, the so-called dispersed model and the parliamentary one executed in the course of the legislative process. The contributions discuss such forms of constitutional review in the Netherlands and Finland. The book will be a valuable resource for students, academics and policy-makers working in the areas of constitutional law and politics"--cProvided by publisher. 0aConstitutional courtszEurope. 0aJudicial reviewzEurope.1 aGranat, Mirosław,eeditor. a92bPUL05892nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001400296082003500310245012600345263000900471264005500480300002200535336002600557337002600583338003600609504005100645505259100696520160003287588010304887650002304990650001705013650003705030650005405067650003605121650002605157700003405183700002705217776015405244994001205398on1390704829OCoLC20230718213016.0m o d cr |||||||||||230712s2023 nyu ob 001 0 eng  a 2023023890 aDLCbengerdacDLC a9781003433088q(ebook) a1003433081 z9781032516462q(hardback) z9781032559612q(paperback) a(OCoLC)1390704829 apcc aa-ii---00aHD9556.I400a338.2/3240954223/eng/2023071704aThe role of coal in a sustainable energy mix for India :ba wide-angle view /cedited by Mritiunjoy Mohanty, Runa Sarkar. a2308 1aAbingdon, Oxon ; New York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction: Towards a sustainable energy mix in India / Mritiunjoy Mohanty and Runa Sarkar -- India's coal and coal-fired electricity needs by 2030 : clearing vision beyond black coal and hazy skies / Aditya Lolla, Nandikesh Sivalingam, Priyanshu Gupta and Sunil Dahiya -- India's energy trilemma and coal-based power generation / Sambit Basu and Saumya Prakash Nayak -- Energy transition and centre-state priorities : alignments and misalignments of policies and decisions / Tirthankar Mandal -- Macroeconomic impacts of coal transition / Saon Ray, Piyali Majumder and Vasundhara Thakur -- The social costs of India's energy transition : socioeconomic dependencies and lessons from international experiences / Vigya Sharma and Julia Loginova -- Deep electrification in India : a review of strategies, policies and sectoral developments / Sarthak Shukla, Shubham Thakare and Raghav Pachouri -- Governance principles for a just energy transition / Simran Grover, Naini Swami and V. Suresh -- Policy framework for energy transition in India / Sarthak Shukla and Raghav Pachouri -- Industrial policy 2.0 : policy space and decarbonisation / Mritiunjoy Mohanty, Saon Ray and Naini Swani -- International experiences on just energy transition planning and lessons for India / Madhura Joshi and Swati D'Souza -- Grounded perspectives on energy transition : the view of Panchayat members on energy transition and impact of climate change / Jahnavi G. Pai, Munna Jha and Vinuta Gopal -- Retrofit decarbonisation and reutilization of thermal power plants / Sucharita Bhattacharjee and Trinayani Sen -- Future-proofing India's coal PSUs : an analysis of CIL and NTPC / Saarthak Khurana, Arnab Sarkar and Balasubramanian Viswanathan -- An evaluation of energy and environmental efficiency of the Indian thermal power plants : a state level analysis / Sabuj Kumar Mandal -- Energy storage and its potential role in electricity transition / Shubham Thakare and Rishikesh Srihari -- International experiences : the case of Iberdrola, Enel and Nextera Energy / Shubh Majumdarr and Abhinav Jindal -- Financing India's 2030 NDC targets and beyond / Vaibhav Pratap Singh and Neha Kumar -- Transition finance / Dhruba Purkayastha, Neha Khanna and Aanandita Sikka -- Role of domestic institutional capital in funding India's energy transition / Shantanu Srivastava -- Operationalising just transition in India : financing challenge and options / Neha Kumar and Suranjali Tandon -- International climate financing and just energy transition : exploring the synergies / Pradip Swarnakar and Rajshri Shukla. a"As India switches away from coal to a more sustainable energy use pattern, which pathway will it adopt? What is the nature of challenges that it will face and who will be affected? Who will gain? This volume offers insights into the steps and challenges involved in this transition and addresses some urgent questions about the possible pathways for India's renewable energy generation. Including contributions from researchers, policy makers and practitioners, it draws on different disciplines, ranging from science and technology to economics and sociology, and situates the issue of low carbon transition within an interdisciplinary framework. India has committed to a gradual decarbonisation of its economy. This book takes this as its starting point and uses a wide angle lens, incorporating a macro as well as micro views, to understand the possible next steps as well as trade-offs that will inevitably be posed. It incorporates perspectives of all stakeholders ranging from central and state governments, public and private sector firms on the one hand to individuals and local communities on the other to explore their role in the transition, their interests and how these will change and evolve. This timely volume will be of interest to students and researchers of environmental studies, development studies, environmental economics, political studies and Asian studies. It will also be useful to academics, practitioners and policymakers working on issues related to climate change, sustainable development, energy policy and economics, and public policy"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCoal tradezIndia. 0aCoalzIndia. 0aRenewable energy sourceszIndia. 0aEnergy developmentxEnvironmental aspectszIndia. 0aSustainable developmentzIndia. 0aEnergy policyzIndia.1 aMohanty, Mritiunjoy,eeditor.1 aSarkar, Runa,eeditor.08iPrint version:tRole of coal in a sustainable energy mix for IndiadAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032516462w(DLC) 2023023889 a92bPUL01694nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008900324263000900413264004300422300002300465336002600488337002600514338003600540490002000576490002700596500002000623520012900643521002800772588010300800650002300903650002400926650003400950655002700984655002601011700003501037776014001072994001201212on1390704879OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mnu bo 001 1 eng  a 2023029080 aDLCbengerdacDLC a9798889969655q(ebook) z9798889969631q(hardcover) z9798889969648q(paperback) a(OCoLC)1390704879 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aJimmy the blue jay feels jealous /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aJimmy becomes jealous when he realizes he is the only blue jay in the forest without a place to store his acorns for winter. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aJealousyvFiction. 1aBlue jaysvFiction. 1aCrow family (Birds)vFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tJimmy the blue jay feels jealousdMinneapolis, MN : Jump!, Inc., 2024z9798889969631w(DLC) 2023029079 a92bPUL01414nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002700205100003100232245009700263264006200360300005600422336002600478337002800504338002700532490003100559520034800590650002800938651002900966700003500995700003401030994001201064on1390704883OCoLC20230718213016.0230118s2022 nz a a 001 j smo  a 2021389174 aDLCbengerdacDLC a9789821013246q(softcover) a9821013244 a(OCoLC)1390704883 apcc apows---00aPR9665.9.Y68bH35 20221 aYoung, Lani Wendteauthor.10aHalu Bongo! /cstory by Lani Young ; Gagana Samoa by Sisilia Eteuati ; art by Nikki Mariner. 1aSydney, New South Wales Australia :bNafanua Press,c2022 a[40 pages] ;bchiefly color illustrations ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aE.M Tippetts Book Designs. aBella and her dog Bongo are best friends. But Bongo loves to bark. At everyone and everything in the village. "Halu Bongo!" is heard everyday as passersby try to chase him away. With so many complaints about Bongo, it looks like Bella and her best friend might be parted. Until a robber comes to the village. Can Bongo's barking save the day?! 0aDogsvJuvenile fiction. 0aSamoavJuvenile fiction.1 aEteuati, Sisilia,etranslator.1 aMariner, Nikki,eillustrator. a92bPUL01846nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002600208020002600234035002200260042000800282050002000290082002900310245015900339263000900498264008100507300001300588336002600601337002800627338002700655504005100682520042700733650004801160655001901208700004101227776018001268994001201448on1390704952OCoLC20230718213016.0230607s2023 enk b 001 0 eng  a 2023008958 aDLCbengerdacDLC a9781800503632q(hardback) a1800503636 a9781800503649q(paperback) a1800503644 z9781800503656q(ePDF) z9781800504059q(ePub) a(OCoLC)1390704952 apcc00aP129b.E96 202300a418.007223/eng/2023071700aExtending research horizons in applied linguistics :bbetween interdisciplinarity and methodological diversity /cedited by Hadrian Aleksander Lankiewicz. a2310 1aSheffield, South Yorkshire ;aBristol, CT :bEquinox Publishing Ltd.,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"The book is targeted at professional scholars as well as language students who plan their own research in the fuzzy field of applied linguistics, while working on their degree papers, or doing an any academic work related to language study. The uniqueness of the volume consists in its methodological character which is made operational and thus the book may function as a methodological manual"--cProvided by publisher. 0aApplied linguisticsxResearchxMethodology. 7aEssays.2lcgft1 aLankiewicz, Hadrian,d1966-eeditor.08iOnline version:tExtending research horizons in applied linguisticsdSheffield, South Yorkshire ; Bristol, CT : Equinox Publishing Ltd., 2023z9781800503656w(DLC) 2023008959 a92bPUL01452nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002600185035002200211042000800233050002500241082002900266100002800295245004400323263000900367264004800376300001400424336002600438337002800464338002700492490006600519500002000585520021000605521003500815521003700850650003700887776014200924994001201066on1390704953OCoLC20230718213016.0230710s2025 mnu j 001 0 eng  a 2023031817 aDLCbengerdacDLC a9798765626269q(library binding) a9798765629291q(paperback) z9798765634561q(epub) a(OCoLC)1390704953 apcc00aQL737.C22bP455 202500a599.775223/eng/202307171 aPeters, Katie,eauthor.10aArctic fox on the move /cKatie Peters. a2408 1aMinneapolis :bLerner Publications,c[2025] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLet's look at polar animals (pull ahead readers - nonfiction) aIncludes index. a"Arctic foxes are busy little creatures. Leveled text and full-color photographs help support learning about these active animals. Pairs with the fiction title, Frosty's Snow Day"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. 0aArctic foxvJuvenile literature.08iOnline version:aPeters, Katie, 1975-tArctic fox on the movedMinneapolis : Lerner Publications , 2024z9798765634561w(DLC) 2023031818 a92bPUL00678nam a22002053u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001400134051003100148100004100179245012300220260004600343300001800389700005300407994001200460on1390704954OCoLC20230718213016.0230717s1697 ne 000 0 fre  a 2023769284 aDLCbengcDLC a(OCoLC)139070495400aU768b.R4 aU768b.R4cToinet no. 11981 aRémond des Cours, Nicolas,d-1716.14aLes véritables devoirs de l'homme d'epée particulièrement d'un gentilhomme qui veut réussir dans les armées. aAmsterdamn,bChez Adrian Braakman,c1697. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01408nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147035002200162042000800184043001200192050002400204082001400228100002800242245009200270263000900362264007200371300001300443336002600456336003300482337002800515338002700543521006100570520020100631650002700832650002600859650003300885651002400918655002600942700003000968994001200998on1390704979OCoLC20230718213016.0230616s2023 lau j 000 1 eng  a 2023023700 aDLCbengerdacDLC a9781959569046q(hardback) a195956904X a(OCoLC)1390704979 apcc an-us-la00aPZ7.1.I894bJo 202300a[Fic]2231 aIstre, Elista,eauthor.10aJosette and friends cook a gumbo /cwritten by Elista Istre ; illustrated by Joy Dabby. a2310 1aLafayette, LA :bUniversity of Louisiana at Lafayette Press,c2023. apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aGrades 7-9.bUniversity of Louisiana at Lafayette Press. a"Join Josette and her friends as they prepare a Louisiana gumbo, exploring the history and cultures behind each ingredient that blend together in the state's staple dish"--cProvided by publisher. 1aGumbo (Soup)vFiction. 1aFood habitsvFiction. 1aCultural pluralismvFiction. 1aLouisianavFiction. 7aPicture books.2lcgft1 aDabby, Joy,eillustrator. a92bPUL02882nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002600209020001800235035002200253042000800275043001200283050002500295082003100320100002500351245009400376263000900470264004800479300001300527336002600540337002800566338002700594490004500621504005100666505047400717520102101191650001902212650003702231650003302268776013502301994001202436on1390705031OCoLC20230718213016.0230717s2023 nyu b 001 0 eng  a 2023017302 aDLCbengerdacDLC a9780197623428q(paperback) a0197623425 a9780197623411q(hardcover) a0197623417 z9780197623442q(epub) z9780197623459 a(OCoLC)1390705031 apcc af-rw---00aPN5499.R84bM66 202300a079.67571223/eng/202307171 aMoon, Ruth,eauthor.10aAuthoritarian journalism :bcontrolling the news in post-conflict Rwanda /cby Ruth Moon. a2310 1aNew York :bOxford University Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJournalism and pol commun unbound series aIncludes bibliographical references and index.0 aOn the margins: understanding peripheral journalism -- Strong state, weak field: the forces shaping journalism in Rwanda -- Founding myths: stories as building blocks of journalism practice -- Underbaked or unrealized: "underdevelopment" as a journalistic keyword -- Money matters: the news values of business pressure -- Bridging worlds: working global while living local -- Conclusion: What is weak journalism good for? The power and potential of peripheral practice. a"What happens to journalism when its credibility has been decimated and journalists no longer believe in themselves? Can the journalism field reinvigorate itself from within or with assistance from global journalism culture? This book examines journalism practice in Rwanda to draw conclusions applicable to journalism fields everywhere. Drawing on seven months of fieldwork, Ruth Moon argues that this field of journalism is weak in part because of powerful but murky political boundaries but also because journalists themselves do not trust their profession. Compounding these forces are a powerful field orientation that emphasizes cooperation and positive development as news values and economic pressures that reward these values and render precarious any other behavior. Moreover, while global professional influences might provide an animating force, they in fact serve to reinforce the limitations of the local field - highlighting the limitations of globalization to effect change"--cProvided by publisher. 0aPresszRwanda. 0aJournalismxObjectivityzRwanda. 0aJournalistic ethicszRwanda.08iOnline version:aMoon, Ruth.tAuthoritarian journalismdNew York : Oxford University Press, 2023z9780197623442w(DLC) 2023017303 a92bPUL02788nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003000163020001500193020002700208035002200235042000800257043002100265050002500286082003000311100003600341245015600377263000900533264003800542300001300580336002600593337002800619338002700647504005100674520122100725610005701946650004902003650004002052650003802092650003102130700003702161776014402198994001202342on1390705032OCoLC20230718213016.0230717s2023 nyu b 001 0 eng  a 2023020802 aDLCbengerdacDLC a9781642671575q(paperback) a1642671576 a9781642671568q(hardback) a1642671568 z9781003439837q(ebook) a(OCoLC)1390705032 apcc an-us---an-us-md00aLB2361.5b.H367 202300a375/.001223/eng/202307171 aHarrison, Jennifer M.,eauthor.12aA guide to curriculum mapping :bcreating a collaborative, transformative, and learner-centered curriculum /cJennifer M. Harrison and Vickie Williams. a2311 1aNew York, NY :bRoutledge,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"A Guide to Curriculum Mapping synthesizes teaching, learning, and assessment research with an innovative, inclusive, and comprehensive approach to effective curriculum design that centers student learning and evidence-informed continuous improvement. It offers adaptable tools, resources, and templates that readers can customize to their own institutions and programs. The authors offer ways to document, synthesize, integrate, and visually represent how learning opportunities work together-whether within courses, across degree programs, or throughout an entire college or university. The authors have presented their integrated mapping approach to acclaim at conferences for close to a decade and have tested their use in programs large and small across the US, beyond systematically applying them at their home institution, the University of Maryland, Baltimore County (UMBC). This volume enables educators-whether faculty, chairs, deans, administrators, educational developers, staff, or assessment leaders, concerned with student learning and success-to think through the clarity, organization, and alignment of their programs for improving learning using learner-centered research"--cProvided by publisher.20aUniversity of Maryland, Baltimore CountyxCurricula. 0aEducation, HigherxCurriculazUnited States. 0aCurriculum planningzUnited States. 0aCurriculum changezUnited States. 0aStudent-centered learning.1 aWilliams, Vickie Hiatt,eauthor.08iOnline version:aHarrison, Jennifer M. 1949-tGuide to curriculum mappingdNew York, NY : Routledge, 2023z9781003439837w(DLC) 2023020803 a92bPUL03048nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149020003100164020001500195020002500210020002600235020001800261035002200279042000800301043002100309050002400330082003200354100003300386245011000419263000900529264004500538300001300583336002600596337002800622338002700650520128800677504004101965505035502006651004602361651004602407776016102453994001202614on1390705033OCoLC20230718213016.0230624s2024 enk b 000 0 eng  a 2023024103 aLBSORbengerdacDLC a9780755650750q(hardback) a0755650751 a9780755650767q(paperback) a075565076X z9780755650774q(pdf) z9780755650781q(epub) z9780755650798 a(OCoLC)1390705033 apcc an-us---aa-tu---00aE183.8.T8bK36 202400a327.561073223/eng/202307171 aKanat, Kilic Bugra,eauthor.10aMapping the fault lines in Turkey-US relations :bmaking the vulnerable partnership /cKilic Bugra Kanat. a2401 1aLondon ;aNew York :bI.B Tauris,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"For the last seventy years, experts have tried to define the nature of Turkey's partnership with the US. While Turkish-US relations have always been susceptible to different crises, they enjoyed a brief "golden era" in the 1950s. This book argues that a false nostalgia about that period - when the strategic interests of two countries fully converged - has distorted analyses by scholars and policymakers ever since. To provide a more accurate assessment, this book look at the patterns of crises between the two countries throughout history and how these relate to the current points of tension in Turkish-American relations today. It coins a new conceptual framework to understand the Turkey-US partnership: the "vulnerable partnership". The book outlines the key causes of this vulnerability, showing that for the last 70 years, there have been recurring frictions and faultlines that have been repeated across different political periods. These especially involve the US congress, public opinion, Russia, and crises in the Middle East. Based on journalistic, archival and scholarly sources, the topic of the book is at the intersection foreign policy studies, Middle East politics, the history of Turkish-American relations, and foreign policy making"--cProvided by publisher. aIncludes bibliographical references.0 aIntroduction : mapping the fault lines in Turkish-American relations -- The role of public opinion -- US congressional attitudes : a long running challenge for Turkey -- Turkey-US-Russia triangle : common enemy, realignments, unipolarity -- Syria as a faultline in Turkish-American relations -- Fault lines in the Middle East : Iraq, Iran and Israel. 0aUnited StatesxForeign relationszTurkey. 0aTurkeyxForeign relationszUnited States.08iOnline version:aKanat, Kilic Bugra.tMapping the fault lines in Turkey-US relationsdLondon ; New York : I.B Tauris, 2024z9780755650774w(DLC) 2023024104 a92bPUL01061nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002500199100003200224245018900256264006800445300002500513336002600538337002800564338002700592504005500619650004200674651003100716994001200747on1390705073OCoLC20230718213016.0220215s2021 ke b 000 0 eng  a 2021334672 aDLCbengerdacDLC a9789966188175 a9966188177 a(OCoLC)1390705073 alcodeapcc af-ke---00aJC599.K42bM335 20211 aKithuka, Peterson,eauthor.12aA report of human rights abuses committed during the colonial period :ba case of the members of the Muindi Mbingu family and the people of the now Machakos County /cPeterson Kithuka. 1aNairobi, Kenya :bKenya Human Righs Commission,cNovember 2021. av, 43 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 41-43). 0aHuman rightszKenyazMachakos County. 0aKenyaxHistoryy1895-1963. a92bPUL00871nam a2200289 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002100199245008800220264005200308300002300360336002600383337002800409338002700437504004100464650002200505700004200527994001200569on1390705081OCoLC20230718213016.0220610s2022 ke b 000 0 eng  a 2022322410 aDLCbengerdacDLC a9789914996241 a9914996248 a(OCoLC)1390705081 alcodeapcc af------00aHQ691b.O37 202200aFamily life in contemporary Africa /ceditor: Sr. Elizabeth Ngozi Okpalaenwe (PhD). 1aLimuru, Kenya :bFranciscan Kolbe Press,c2022. a173 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aFamilieszAfrica.1 aOkpalaenwe, Elizabeth Ngozi,eeditor. a92bPUL01090nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002200193100003500215245011400250246006800364264003900432300005600471336002600527337002800553338002700581504005700608650002800665650003100693650004000724994001200764on1390705082OCoLC20230718213016.0210413s2021 pl a b 000 0 pol  a 2022380758 aDLCbengerdacDLC a9788382237436q(paperback) a8382237436 a(OCoLC)1390705082 apcc00aHM621b.G786 20211 aGrzybczyk, Katarzyna,eauthor.10aSkradziona kultura :bjak Zachód wykorzystuje cudzą własność intelektualną /cKatarzyna Grzybczyk.30aJak Zachód wykorzystuje cudzą własność intelektualną 1aWarszawa :bWolters Kluwer,c2021. a301 pages :billustrations (chiefly color) ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 271-301). 0aCultural appropriation. 0aCulture and globalization. 0aIntellectual property infringement. a92bPUL01917nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192020002700223020001500250020003100265035002200296042000800318050001500326082002900341100002900370245008100399263000900480264005400489300002200543336002600565337002600591338003600617504005100653505024800704520014700952588010301099600004701202650003501249650002601284776014901310994001201459on1390705092OCoLC20230718213016.0m o d cr |||||||||||230629s2023 enk ob 001 0 eng  a 2023026329 aDLCbengerdacDLC a9781350355149q(epub) a1350355143 z9781350355125q(hardcover) a9781350355132q(ebook) a1350355135 z9781350355118q(paperback) a(OCoLC)1390705092 apcc00aLB775.L42300a378.001223/eng/202307151 aGoetz, Stewart,eauthor.10aC.S. Lewis on higher education :bthe pedagogy of pleasure /cStewart Goetz. a2310 1aLondon ;aNew York :bBloomsbury Academic,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction : why higher education? -- The intrinsic goodness of pleasure -- The pleasure of higher education -- Higher education and being a Christian -- Higher education and naturalism -- Lewis and higher education today -- What do I think? a"Explores C. S. Lewis's views of the purpose of higher education and his distinctive answer: to experience pleasure"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aLewis, C. S.q(Clive Staples),d1898-1963. 0aEducation, HigherxPhilosophy. 0aPleasurexPhilosophy.08iPrint version:aGoetz, Stewart.tC.S. Lewis on higher educationdLondon ; New York : Bloomsbury Academic, 2023z9781350355125w(DLC) 2023026328 a92bPUL01610nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008200324263000900406264004300415300002300458336002600481337002600507338003600533490002000569490002700589500002000616520006900636521002800705588010300733650001900836650002800855650002100883655002700904655002600931700003500957776013600992994001201128on1390705093OCoLC20230718213016.0m o d cr |||||||||||230717s2024 mnu bo 001 1 eng  a 2023029050 aDLCbengerdacDLC a9798889969747q(ebook) z9798889969723q(hardcover) z9798889969730q(paperback) a(OCoLC)1390705093 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aSally the skunk feels scared /cby Megan Atwood ; illustrated Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aSally the skunk enjoys the meadow until a thunderstorm rolls in. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aFearvFiction. 1aThunderstormsvFiction. 1aSkunksvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tSally the skunk feels scareddMinneapolis, MN : Jump!, Inc., 2024z9798889969723w(DLC) 2023029049 a92bPUL02294nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043001200250050001100262082003600273100003500309245009600344263000900440264003900449300002200488336002600510337002600536338003600562504005100598505038400649520033001033588010301363650004201466650004901508650004501557650005201602650003101654776015101685994001201836on1390705141OCoLC20230718213016.0m o d cr |||||||||||230617s2023 mdu ob 001 0ceng  a 2023024578 aDLCbengerdacDLC a9781666940831q(ebook) a1666940836 z9781666940824q(cloth) a(OCoLC)1390705141 apcc an-us---00aPN228500a792.7/60280922223/eng/202307131 aViña, Sean Matthew,eauthor.10aHealth and inequality in standup comedy :bstories that challenge stigma /cSean M. Viña. a2309 1aLanham :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aWhy use standup to understand stigma and inequality? -- Invisible stigma from least to most taboo -- Visible stigmas that define what others see -- Testing social boundaries -- Tactics to manage stigma -- Context matters : Black and Latino lives -- Cultivated outcomes -- The structure and culture of comedy -- Lost opportunities to cope and heal -- Conclusion : lessons learned. a"Health and Inequality in Standup Comedy is a fascinating study that interviews comedians to uncover the truth about stigma resistance. With compelling evidence, the book argues that it's not comedians' ability to be funny that determines their success, but rather the level of prejudice in society"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aComedianszUnited StatesvInterviews. 0aComedianszUnited StatesxSocial conditions. 0aComediansxMental healthzUnited States. 0aStand-up comedyxSocial aspectszUnited States. 0aStigma (Social psychology)08iPrint version:aViña, Sean Matthew.tHealth and inequality in standup comedydLanham : Lexington Books, [2023]z9781666940824w(DLC) 2023024577 a92bPUL01833nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002600159035002200185042000800207043001200215050002000227082002700247100003100274245008200305246005400387263000900441264006100450300001300511336002600524337002800550338002700578500005800605504005100663520036700714600003601081651006201117651005501179650004301234776013401277994001201411on1390705142OCoLC20230718213016.0230714s2023 mdu b 001 0deng  a 2023032237 aDLCbengerdacDLC a9781538183090q(cloth) a1538183099 z9781538183106q(epub) a(OCoLC)1390705142 apcc an-us---00aE310b.A34 202300a973.4223/eng/202307171 aAllen, Thomas B.,eauthor.10a1789 :bGeorge Washington and the founders create America /cThomas B. Allen.30aGeorge Washington and the founders create America a2309 1aLanham :bRowman & Littlefield Publishing Group,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPrevious title: 1789: the year that launched America. aIncludes bibliographical references and index. a"In 1789, the federal government described in the recently ratified U.S. Constitution came into being. Drawing on hundreds of sources to paint a vivid portrait of the new nation, veteran journalist Thomas B. Allen tells the long-hidden history of how George Washington and the other Founders set this new federal government into motion"--cProvided by publisher.10aWashington, George,d1732-1799. 0aUnited StatesxHistoryyConstitutional period, 1789-1809. 0aUnited StatesxPolitics and governmenty1789-1809. 0aConstitutional historyzUnited States.08iOnline version:aAllen, Thomas B.t1789dLanham : Rowman & Littlefield Publishing Group, [2023]z9781538183106w(DLC) 2023032238 a92bPUL00911nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135020001500150035002200165037005300187042001000240043001200250100002800262245010000290250001900390264004700409300004000456336002600496337002800522338002700550500002000577994001200597on1390705218OCoLC20230718213016.0230717s2023 pk 001 0 eng  a 2023318312 aDLCbengerdacDLC a9789693535105 z9693535103 a9693535103 a(OCoLC)1390705218 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---1 aIqbal, Jawaid,eauthor.10aSlums to university :b33 innovatory teaching methodologies, mind, mirror, map /cJawaid Iqbal. aFirst edition. 1aLahore :bSang-e-Meel Publications,c2023. a324 pages :billustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. a92bPUL01566nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001400254082001500268100002900283245003900312263000900351264005000360300002200410336002600432337002600458338003600484520034700520588010300867650001500970650003400985650001601019776013301035994001201168on1390705242OCoLC20230718213016.0m o d cr |||||||||||230713s2023 mau o 000 0 eng  a 2023019622 aDLCbengerdacDLC a9781635866650q(ebook) a1635866650 z9781635866643q(paperback) a(OCoLC)1390705242 apcc00aBF575.G6800a179/.92231 aNelson, Kristi,eauthor.10aWake up grateful /cKristi Nelson. a2310 1aNorth Adams, MA :bStorey Publishing,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"In Wake Up Grateful, Kristi Nelson, executive director of A Network for Grateful Living, unlocks the path to recognizing abundance in every moment, no matter the moment. With questions for reflection, daily exercises, and perspective prompts, Nelson introduces readers to the benefits of a daily gratitude practice"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aGratitude. 0aGratitudexReligious aspects. 0aWell-being.08iPrint version:aNelson, Kristi.tWake up gratefuldNorth Adams, MA : Storey Publishing, [2023]z9781635866643w(DLC) 2023019621 a92bPUL02262nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020004600193020005000239035002200289042000800311043001200319050001400331082003000345100003400375245018300409263000900592264004900601300002300650336002600673337002600699338003600725490003300761504005100794520023900845588010301084650006001187650004001247650006901287650007401356650007701430700004401507700003001551700003401581776014101615994001201756on1390705243OCoLC20230718213016.0m o d cr |||||||||||230626s2023 nyu ob 001 0 eng  a 2023023012 aDLCbengerdacDLC a9780807781807q(ebook) a0807781800 z9780807768501q(paper :qacid-free paper) z9780807768518q(hardcover :qacid-free paper) a(OCoLC)1390705243 apcc an-us---00aLB2806.1500a375/.001223/eng/202307151 aDawes, Erika Thulin,eauthor.10aReading with purpose :bselecting and using children's literature for inquiry and engagement /cErika Thulin Dawes, Katie Egan Cunningham, Grace Enriquez, and Mary Ann Cappiello. a2312 1aNew York :bTeacher's College Press,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLanguage and literacy series aIncludes bibliographical references and index. a"Reading With Purpose provides teaching ideas, narratives from diverse classrooms, student work samples, reflective questions, and recommendations for recently published children's and young adult literature"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInterdisciplinary approach in educationzUnited States. 0aCurriculum planningzUnited States. 0aLanguage artsxCorrelation with content subjectszUnited States. 0aContent area readingxStudy and teaching (Elementary)zUnited States. 0aContent area readingxStudy and teaching (Middle school)zUnited States.1 aCunningham, Katie Egan,d1978-eauthor.1 aEnriquez, Grace,eauthor.1 aCappiello, Mary Ann,eauthor.08iPrint version:aDawes, Erika Thulin.tReading with purposedNew York : Teacher's College Press, [2023]z9780807768501w(DLC) 2023023011 a92bPUL01506nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163035002200189042000800211050002300219082002900242100003400271245004100305250002000346263000900366264005100375300001300426336002600439337002800465338002700493504005100520520037200571650002300943650002700966776013900993994001201132on1390705244OCoLC20230718213016.0230612s2023 nyu b 001 0 eng  a 2023024326 aDLCbengerdacDLC a9781108927222q(paperback) a110892722X z9781108924849q(epub) a(OCoLC)1390705244 apcc00aQH541.2b.S59 202300a577.072223/eng/202307171 aSinger, Fred,d1952-eauthor.10aEcology in action /cFred D. Singer. aSecond edition. a2311 1aNew York :bCambridge University Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This undergraduate textbook enables students to develop a strong grasp of key ecological concepts, a deep understanding of the origins and evolution of scientific knowledge, and an appreciation of their realworld applications. The pedagogically-rich and engaging second edition is filled with diverse resources that support active learning"--cProvided by publisher. 0aEcologyxResearch. 0aEcologyvCase studies.08iOnline version:aSinger, Fred D.tEcology in actionb2.dNew York : Cambridge University Press, 2023z9781108924849w(DLC) 2023024327 a92bPUL01767nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001500254082003100269100003500300245005500335263000900390264004100399300002200440336002600462337002600488338003600514500002000550505022000570520025200790588010301042650002501145655002201170700002501192776012801217994001201345on1390705245OCoLC20230718213016.0m o d cr |||||||||||230707s2024 cau o 001 0 eng  a 2023031730 aDLCbengerdacDLC a9781984861917q(ebook) a1984861913 z9781984861900q(hardcover) a(OCoLC)1390705245 apcc00aTX724.5.V500a641.59597223/eng/202307141 aPhu, Tu David,d1985-eauthor.14aThe memory of taste /cTu David Phu and Soleil Ho. a2409 1aCalifornia :b4 Color Books,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.0 aMẹ & Ba's kitchen -- We are from Phú Quốc Island -- We are ocean people -- We lived through war -- We are inauthentic as hell -- We ate what the garden gave us -- I run these shores -- Unfamiliar traditions. a"A playful collection of California-Vietnamese dishes from Top Chef contestant Tu David Phu that integrates the Oakland native's ambitious and modern culinary style with the food wisdom from his parents that nurtured him"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCooking, Vietnamese. 7aCookbooks.2lcgft1 aHo, Soleil,eauthor.08iPrint version:aPhu, Tu David, 1985-tMemory of tastedCalifornia : 4 Color Books, [2024]z9781984861900w(DLC) 2023031729 a92bPUL01043nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002600192100003200218245005200250264005300302300005500355336002600410337002800436338002700464504005100491650005700542650006500599650005300664994001200717on1390705273OCoLC20230718213016.0230421s2017 nr d 000 0 eng  a 2022427304 aDLCbengerdacDLC a9789788506768 a9788506763 a(OCoLC)1390705273 apcc af-nr---00aHF5718.2.N6bO24 20171 aObeta, Charles E.,eauthor.10aCommunication for business /cCharles E. Obeta. 1aEnugu, Nigeria :bRhyce Kerex Publishers,c2017. axviii, 398 pages :billustrations, charts ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aBusiness communicationxStudy and teachingzNigeria. 0aCommunication in organizationsxStudy and teachingzNigeria. 0aOral communicationxStudy and teachingzNigeria. a92bPUL00952nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002100187100003500208245016700243264006500410300002700475336002600502337002800528338002700556504006700583650001200650994001200662on1390705314OCoLC20230718213016.0220504s2021 ke b 001 0 eng  a 2022322273 aDLCbengerdacDLC a9789966836670 a9966836675 a(OCoLC)1390705314 alcodeapcc00aBV593b.E36 20221 aEkomwa, Joseph Ekiru,eauthor.10aChurch as mixed family of God :bintegrating ecclesiologies of Augustine of Hippo and Post-Vatican II special synods of Bishops for Africa /cJoseph Ekiru Ekomwa. 1aEldoret, Kenya :bAMECA Gaba Publications-CUEA Press,c2021. axl, 344 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 331-340) and index. 0aChurch. a92bPUL03130nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193035002200223042000800245043001200253050001000265082003600275100003500311245011100346263000900457264003900466300002300505336002600528337002600554338003600580490006500616504005100681505065500732520069501387588010302082610003402185610003802219610003302257650005302290650005302343651005502396651005502451776013002506994001202636on1390705315OCoLC20230718213016.0m o d cr |||||||||||230712s2023 ne ob 001 0 eng  a 2023021807 aDLCbengerdacDLC a9789004549623q(ebook) a9004549625 z9789004549616q(hardback) a(OCoLC)1390705315 apcc ae-uk---00aHX24300a335.0094109034223/eng/202307171 aCollins, Tony,d1961-eauthor.10aRaising the red flag :bMarxism, labourism, and the roots of British communism, 1884-1921 /cTony Collins. a2308 1aLeiden :aBoston :bBrill,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aHistorical materialism book series,x1570-1522 ;vvolume 288 aIncludes bibliographical references and index.0 aMr Hyndman versus Comrade Engels : the birth of the Social Democratic Federation -- The Labour Party question : Labourism, leftism, and the Second International -- Britain in crisis : Labour's great unrest and the revolutionary left -- August 1914 : British Marxists in the face of war -- The Clyde turns red : John Maclean and the enemy at home -- 'Lads like me had whacked the bosses' : the coming of the Russian Revolution -- 1919 : the question of power -- Between Labour and Bolshevism : towards a Communist Party -- 'Long live the Communist Party!' Building a British section of the Communist International -- Conclusion: In praise of learning. a"Raising the Red Flag explores the origins of the British Marxist movement from the creation of the Social Democratic Federation to the foundation of the Communist Party. It tells a story of rising class struggle, the founding of the Labour Party, the fight against World War One, the Russian Revolution, and the explosive year of 1919. The book also uses new archival sources to re-examine Marxist organisations such as the British Socialist Party, the Socialist Labour Party, and Sylvia Parkhurst's Workers' Socialist Federation. Above all, this is the story of men and women who fought to liberate the working class from capitalism through socialist revolution"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aSocial Democratic Federation.20aCommunist Party of Great Britain.20aLabour Party (Great Britain) 0aCommunismzGreat BritainxHistoryy19th century. 0aCommunismzGreat BritainxHistoryy20th century. 0aGreat BritainxPolitics and governmenty1837-1901. 0aGreat BritainxPolitics and governmenty1901-1936.08iPrint version:aCollins, Tony, 1961-tRaising the red flagdLeiden : Boston : Brill, [2023]z9789004549616w(DLC) 2023021806 a92bPUL01840nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001300179042001500192043003000207050002600237100007800263245021300341250003700554264007600591300002300667336002600690337002800716338002700744504005700771600002500828650003300853651002900886651003900915651004100954880006900995880022401064880003901288880007901327994001201406on1390705346OCoLC20230718213016.0221015s2022 jo b 000 0 ara  a 2022324860 aDLCbengerdacDLC c(3 a9789957969127 a9957969129 a(OCoLC)1390705346 c9.00 JOD apccalcode aa-iq---aaw-----aff-----00aDS70.88.Y37bS23 20221 6880-01aSabʻāwī, Ḍiyāʼ Ḥusayn ʻAbd Allāh Khiḍr,eauthor.106880-02aNajmān Yāsīn :bmanhajahu wa-juhūduhu fī tadwīn al-tārīkh al-ʻArabī al-Islāmī al-iqtiṣādī wa-al-ijtimāʻī /cḌiyāʼ Ḥusayn ʻAbd Allāh Khiḍr al-Sabʻāwī. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Ghaydāʼ lil-Nashr wa-al-Tawzīʻ,c2022. a221 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 199-221).10aYāsīn, Najmān. 0aHistorianszIraqxBiography. 0aIslamic EmpirexHistory. 0aIslamic EmpirexSocial conditions. 0aIslamic EmpirexEconomic conditions.1 6100-01aسبعاوي، ضياء حسين عبد الله خضر.106245-02aنجمان ياسين :bمنهجه وجهوده في تدوين التاريخ العربي الإسلامي الإقتصادي والإجتماعي /cضياء حسين عبد الله خضر السبعاوي. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار غيداء للنشر والتوزيع،c2022. a92bPUL00993nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020002700147020003100174020002800205035002200233042000800255050002200263245007300285264004500358264001100403300002300414336002600437337002800463338002700491650003500518650003400553650003400587700003400621994001200655on1390705347OCoLC20230718213016.0230309t20222022ie 000 0 eng  a 2022367391 aDLCbengerdacDLC a9781915629067q(hardback) a1915629063q(hardback) a9781915629074q(paperback) a1915629071q(paperback) a(OCoLC)1390705347 apcc00aPR8858b.B66 202204aThe book of life :bpoems to tide you over /cedited by Grace Wells. 1aDublin, Ireland :bDedalus Press,c2022. 4c©2022 a170 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aEnglish poetryxIrish authors. 0aEnglish poetryy20th century. 0aEnglish poetryy21st century.1 aWells, Grace,d1968-eeditor. a92bPUL03329npc a2200589 i 4500001001300000003000600013005001700019008004100036010001700077040002400094035002200118041001300140100003400153245009300187300003200280300006000312300006500372300002500437300004400462506018400506520082900690520007901519524014501598540005901743541002401802541003901826545006201865546001601927600003701943600003801980610002602018610005102044610004702095650004702142650003802189650001602227650001302243651001102256651001102267655002202278655002402300655002302324655002702347655002902374655002002403700002902423710004002452710004902492773009702541856008902638994001202727on1390705348OCoLC20230718213016.0230717i19522006xx eng  a 2022655492 aDLCbengedacscDLC a(OCoLC)13907053480 aengdeng1 aKrischef, Robert K.ecreator.10aRobert K. Krischef collectionf1952-1954, 2003, 2006 :bVeterans History Project (U.S.). 3whole collectiona27fitems 3sound recordingsa1 audio cassettes (90 min.) :bstereo 3graphic materialsa22 photographic prints :bblack and white 3typescriptsa1fitem 3optical mediaa3 discs (CD);c4 3/4 in.1 aCollection is open for research; access restrictions apply. To request collection materials, please contact the Veterans History Project at.uhttps://ask.loc.gov/veterans-history/ aThe Krischef collection contains audio recordings and transcripts of a 14 July 2003 interview with Krischef about his service in the United States Army during the Korean War from 1952 until 1954. Krischef discusses getting drafted, basic training in Fort Indiantown Gap in Pennsylvania, having a "C profile" body type and a blindspot, shipping out to Korea, and stopping in Japan. He also talks about his assignment as a clerk, his efforts to get into the Public Information Office (PIO), his role as a writer in the PIO, Marilyn Monroe's visit, keeping in touch with his family, living conditions, money earned, and the importance of Americans knowing what veterans did for them. He also speaks about life after the war, including working as a freelance writer, joining the Veterans of Foreign Wars, and becoming an author. aThis collection also includes photographs taken during Krischef's service.8 aRobert K. Krischef collection (AFC/2001/001/8284), Veterans History Project, American Folklife Center, Library of Congress, Washington, D.C. aDuplication of collection materials may be restricted. aAccessioned,d2003. aPatricia Kuentz;cDonation;d2003. aDuring his service Krischef rose to the rank of Sergeant. aIn English.10aKrischef, Robert K.vInterviews.10aKrischef, Robert K.vPhotographs.10aUnited States.bArmy.10aUnited States.bArmy.bInfantry Division, 2nd.10aIndiantown Gap Military Reservation (Pa.). 0aKorean WarvPersonal narratives, American. 0aKorean WarxVeteranszMinnepolis. 0aJournalism. 0aAuthors. 0aJapan. 0aKorea. 7aManuscripts.2aat 7aPhotographs.2gmgpc 7aInterviews.2lcgft 7aOral histories.2lcgft 7aSound recordings.2lcgft 7aDiaries.2lcgft1 aPatricia Kuentz,edonor.2 aAmerican Folklife Center,esponsor.2 aVeterans History Project (U.S.),ecollector.0 iForms part of:tVeterans History Project collection (Library of Congress)w(DLC) 2006700247423Veterans History Project database recorduhttps://www.loc.gov/item/afc2001001.08284/ a92bPUL01693nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285050001000293082003000303100002600333245010900359263000900468264004600477300002200523336002600545337002600571338003600597520027700633588010300910650005501013650004301068700003601111776012401147994001201271on1390705349OCoLC20230718213016.0m o d cr |||||||||||230710s2023 ilu jo 000 0 eng  a 2023028567 aDLCbengerdacDLC a9781728275420q(pdf) a1728275423 a9781728275413q(epub) a1728275415 z9781728275406q(hardcover) a(OCoLC)1390705349 apcc00aQL76200a591.3/92223/eng/202307131 aReid, Aimee,eauthor.10aAnimal snuggles :baffection in the animal kingdom /cwords by Aimee Reid ; pictures by Sebastien Braun. a2311 1aNaperville :bSourcebooks eXplore,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"This heartwarming, lullaby-like nonfiction picture book combines animal facts with a comforting message of love and belonging. With back matter about ways animals show love included, this sweet book is perfect for homes, schools, and libraries!"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aParental behavior in animalsvJuvenile literature. 0aAnimalsxInfancyvJuvenile literature.1 aBraun, Sebastien,eillustrator.08iPrint version:aReid, Aimee.tAnimal snugglesdNaperville : Sourcebooks eXplore, 2023z9781728275406w(DLC) 2023028566 a92bPUL01580nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020001800163020001500181020002700196035002200223042000800245050002300253082003000276100004000306245010900346246003400455263000900489264010200498300001300600336002600613337002800639338002700667520038000694650003701074650005801111650002501169994001201194on1390705369OCoLC20230718213016.0230616s2023 mnu 000 0 eng  a 2023026947 aDLCbengerdacDLC a9780764241956q(paperback) a0764241958 a9780764242328 a0764242326 z9781493443864q(ebook) a(OCoLC)1390705369 apcc00aBV4527b.C776 202300a248.8/43223/eng/202307171 aCreekmore, Heather,d1974-eauthor.14aThe 40-day body image workbook :bhope for Christian women who've tried everything /cHeather Creekmore.30aForty-day body image workbook a2312 1aMinneapolis, Minnesota :bBethany House Publishers, a division of Baker Publishing Group,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"With humor, grace, and biblical truth, nationally known body-image coach Heather Creekmore leads you on a 40-day journey to stop stressing and free your mental space. With hands-on exercises, quizzes, guided questions, and healthy tips, this one-of-a-kind book will help you stop comparing, start living, and feel confident in the way God made you"--cProvided by publisher. 0aChristian womenxReligious life. 0aBody image in womenxReligious aspectsxChristianity. 0aSpiritual exercises. a92bPUL01477nam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228050002400236082001200260100002800272245008200300263000900382264004300391300001400434336002600448336003300474337002800507338002700535490002000562490002700582500002000609520006900629521002800698650001900726650002800745650002100773655002700794655002600821700003500847776013700882994001201019on1390705370OCoLC20230718213016.0230717s2024 mnu b 001 1 eng  a 2023029049 aDLCbengerdacDLC a9798889969723q(hardcover) a9798889969730q(paperback) z9798889969747q(ebook) a(OCoLC)1390705370 apcc00aPZ7.A8952bSal 202400a[E]2231 aAtwood, Megan,eauthor.10aSally the skunk feels scared /cby Megan Atwood ; illustrated Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. apages cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aForest feelings0 aGrasshopper ;vlevel 2 aIncludes index. aSally the skunk enjoys the meadow until a thunderstorm rolls in. aAges 7-10.bJump!, Inc. 1aFearvFiction. 1aThunderstormsvFiction. 1aSkunksvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iOnline version:aAtwood, Megan.tSally the skunk feels scareddMinneapolis, MN : Jump!, Inc., 2024z9798889969747w(DLC) 2023029050 a92bPUL01022nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002200193082002800215100003200243245014700275250001900422264003500441300003000476336002600506337002800532338002700560504005100587650003100638650002700669994001200696on1390705407OCoLC20230718213016.0230315s2021 cau b 001 0 eng  a 2021276770 aDLCbengerdacDLC a9781516515257q(paperback) a1516515250 a(OCoLC)1390705407 apcc00aHV8763b.M36 202100a365/.6223/eng/202307171 aMboka, Abu Karimu,eauthor.10aCriminal justice assessment and classification of prisoners, probationers, and parolees /cAbu Mboka, California State University, Stanislaus. aFirst edition. 1aSan Diego :bCognella,c[2021] axviii, 231 pages ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. 0aPrisonersxClassification. 0aCrimexClassificaiton. a92bPUL01131nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020002800162035002200190042000800212043001200220050002300232100004700255245009700302264004600399300003000445336002600475337002800501338002700529490002500556504005900581650004600640650006400686650003100750994001200781on1390705408OCoLC20230718213016.0200916s2020 pl b 001 0 pol  a 2021404882 aDLCbengerdacDLC a9788381987271q(hardback) a838198727X z9788381987288q(e-book) a(OCoLC)1390705408 apcc ae-pl---00aKKP3695b.P53 20201 aPiątkowska-Zagiczek, Katarzyna,eauthor.10aIdealny zbieg czynów karalnych w prawie karnymskarbowe /cKatarzyna Piątkowska-Zagiczek. 1aWarszawa :bWydawnictwo C.H. Beck,c2020. axxxi, 227 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMonografie prawnicze aIncludes bibliographical references (xi-xx) and index. 0aTax evasionxLaw and legislationzPoland. 0aTaxationxLaw and legislationzPolandxCriminal provisions. 4aPrawo karne skarbowexLaw. a92bPUL01225nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002700192100005900219245010300278264003900381300004000420336002100460337002500481338002300506504005500529650005900584650005100643650004200694650005200736651004300788700003200831994001200863on1390705409OCoLC20230718213016.0130521s2012 hu a b 000 0 hun  a 2013436122 aDLCbengerdacDLC a9789637082382 a9637082387 a(OCoLC)1390705409 apcc ae-hu---00aGT3248.5.P55bK63 20121 aKocsis, László, 1949-eillustrator,ephotographer.12aA pilisszántói régi temető /cszerkesztette: Csipka Rozália ; fotó: Kocsis László. 1a[Budapest] :bSiker X Bt.,c[2012] a432 pages :billustrations ;c30 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 64-66). 0aCemeterieszHungaryzPilisszántóvPictorial works. 0aCemeterieszHungaryzPilisszántóxHistory. 0aGravepostszHungaryzPilisszántó. 0aSepulchral monumentszHungaryzPilisszántó. 0aPilisszántó (Pest Megye)xHistory.1 aCsipka, Rozália,eeditor. a92bPUL02092nam a22003131 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001700134051003400151245029300185260005600478300004500534500002000579500022600599505055100825500003201376600006101408600006401469650004701533650002101580700005301601700005301654710005901707994001201766on1390705436OCoLC20230718213016.0831221s1713 ne 000 0 fre  a 31032602  aDLCbengcDLC a(OCoLC)139070543600aDC130.L7bO7 aDC130.L7bO7cToinet no. 120500aOraisons funebres des dauphins de France et de la dauphine.bPar mr. l'evêque d'Alet, le pere Gaillard, le pere de La Rue, &c. On y a joint le Recueil des vertus du duc de Bourgogne, e ensuite dauphin, pour servir à l'education d'un grand prince. Par le r.p. Martineau son confesseur. aA Amsterdam.bChez J. Desbordes & L. Renard.c1713. a2 pt. in 1 v.bfront., fold. pl.c16 cm. aTitle vignette. aThe "Second partie" bound first has special t.-p.: Recueil des vertus de Louis de France duc de Bourgogne ... Second de edition. Augmentée du Mémoire de m. le dauphin au pape. Suivant la copie de Paris. A Amsterdam...0 a1. ptie. Lettre du roi au cardinal de Noailles. Mandement du cardinal de Noailles. Mausolée des dauphins e de la dauphine. Oraison funebre, par mr. Jacques Maboul. Oraison funebre, par le pere Gaillard. Oraison funebre, par le pere de La Ruë. Discours sur la mort de monseigneur le duc de Bretagne dauphin, par mr. de Menervile. -- 2. ptie. Recueil des vertus de duc de Bourgogne dauphin, par le pere Martineau. Memoire des principales actions de vertu de monseigneur le dauphin, petit fils du roi. Le deuil de la France, par mr. de La Motte. a"Ex bibliotheca R. Toinet".00aLouis,cDuke of Burgundy, Dauphin of France,d1682-1712.00aMarie Adelaide,cof Savoy, Duchess of Burgundy,d1685-1712. 0aEducation of princesvEarly works to 1800. 0aFuneral sermons.1 aMartineau, Isaac,d1650-1720. [from old catalog]1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01546nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002700094020003100121020003100152020002700183035002200210042000800232050002200240082002700262100003600289245002900325263000900354264004400363264001100407300001400418336002600432337002800458338002700486490002400513520041200537521002600949650004200975650002101017776012201038994001201160on1390705585OCoLC20230718213016.0230707t20242024mnu j 000 0 eng  a 2023030575 aPSt/DLCbengerdacDLC a9798889968405q(hardcover) a9798889968412q(paperback) z9798889968429q(ebook) a(OCoLC)1390705585 apcc00aTF148b.M379 202400a625.2223/eng/202307171 aMather, Charis,d1999-eauthor.10aTrains /cCharis Mather. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] 4c©2024 apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLevel 5 - green set a"What are trains for? The phoneme /oy/ is featured in this title. Trains is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 5-8bJump!, Inc. 0aRailroad trainsvJuvenile literature. 1aRailroad trains.08iOnline version:aMather, Charis, 1999-tTrainsdMinneapolis, MN : Jump!, Inc., 2024z9798889968429w(DLC) 2023030576 a92bPUL01740nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002500192111013100217245038000348246009300728246008600821264004100907300002400948336002600972337002800998338002701026490002601053504004101079650006201120650005301182700003301235700004501268700004101313994001201354on1390705586OCoLC20230718213016.0230524s2020 sp b 100 0 spa  a 2023417810 aDLCbengerdacDLC a9788413552132 a8413552133 a(OCoLC)1390705586 apcc ae-sp---00aKKT966.A67bC66 20192 aCongreso Internacional sobre Prevención y Represión del Blanqueo de Dineron(7th :d2019 :cSantiago de Compostela, Spain)10aVII Congreso Internacional sobre Prevención y Represión del Blanqueo de Dinero :bponencias y conclusiones del congreso sobre las reformas de 2018, economía, sociedad y cultura digitales, celebrado en el salón del actos de la EGAP, Santiago de Compostela, en julio de 2019 /ccoordinadores, Miguel Abel Souto, José Manuel Lorenzo Salgado, Nielson Sánchez Stewart.3 aSéptimo Congreso Internacional sobre Prevención y Represión del Blanqueo de Dinero3 a7. Congreso Internacional sobre Prevención y Represión del Blanqueo de Dinero 1aValencia :bTirant lo Blanch,c2020. a557 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aHomenajes & congresos aIncludes bibliographical references. 0aMoney launderingxLaw and legislationzSpainvCongresses. 0aMoney launderingxPreventionzSpainvCongresses.1 aAbel Souto, Miguel,eeditor.1 aLorenzo Salgado, José Manuel,eeditor.1 aSánchez Stewart, Nielson,eeditor. a92bPUL00894nam a22002777i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003600172245009100208264003200299300005700331336002600388337002800414338002700442490003000469546002300499653005400522700002800576994001200604on1390705587OCoLC20230718213016.0230713s2017 rb a 000 0 srpo  a 2023450787 aDLCbengerdacDLC a9788671826136 a8671826139 a(OCoLC)13907055871 aJanković, Nebojša,eauthor.10aPrirodna i graditeljska čuda Srbije /cpriredili Nebojša Janković, Maja Lekić. 1aBeograd :bBookland,c2017. a109 pages :billustrations (chiefly color) ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka Riznica Srbije aSerbianbCyrillic. aNature attractions in SerbiaaLandmarks in Serbia1 aLekić, Maja,eauthor. a92bPUL01994nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193050002600208100008900234245028200323250003700605264005100642264005100693300004600744336002600790337002800816338002700844504005300871600004400924650003600968650005601004700003501060880007401095880031101169880003901480880005301519994001201572on1390705659OCoLC20230718213016.0220525s2021 mr a b 001 0 ara  a 2022357266 aDLCbengerdacDLC c(3 a9789920343152 a9920343153 a(OCoLC)1390705659 c70.00 MAD apccalcode00aPJ7755.H3bM4234 20211 6880-01aIbn Ilyās, Khayr al-Dīn ibn Tāj al-Dīn,d1675 or 1676-1715,eauthor.136880-02aal-Maqālāt al-jawharīyah ʻalá al-maqāmāt al-ḥarīrīyah :bmin al-maqāmah al-ūlá ilá al-maqāmah al-ʻāshirah /ctaʼlīf Khayr al-Dīn ibn Tāj al-Dīn Ilyās Zādah al-Madanī ; taqdīm wa-taḥqīq al-Duktūr Būjumʻah Jimī. 6880-03aal-Ṭabʻah al-ūlá. 1a[Fès?] :b[publisher not identified],c2021. 36880-04aFās :bMaṭbaʻat Wirāqat Bilāl a406 pages :bcolor illustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and indexes.10aḤarīrī,d1054-1122.tMaqāmāt. 0aMaqamahxHistory and criticism. 0aArabic literaturey750-1258xHistory and criticism.1 aJamī, Bū Jumʻah,eeditor.1 6100-01aإبن إلياس، خير الدين بن تاج الدين.126245-02aالمقالات الجوهرية على المقامات الحريرية :bمن المقامة الأولى إلى المقامة العاشرة /cتأليف خير الدين بن تاج الدين إلياس زادة المدني ؛ تقديم وتحقيق الدكتور بوجمعة جمي. 6250-03aالطبعة الأولى. 36264-04aفاس :bمطبعة وراقة بلال a92bPUL02954nam a22004818i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043002100265050002300286082002800309245017100337263000900508264005600517300001400573336002600587337002800613338002700641490004200668504005100710520111400761650004801875650005601923650004101979650004802020650004002068650003302108651004502141651004502186700003402231700004102265776015402306994001202460on1390705660OCoLC20230718213016.0230630s2024 nyu b 001 0 eng  a 2023019084 aDLCbengerdacDLC a9781032497860q(hardback) a1032497866 a9781032497877q(paperback) a1032497874 z9781003395454q(ebook) a(OCoLC)1390705660 apcc an-us---aa-cc---00aLC179.C6bF76 202400a379.51223/eng/2023071700aFrom missionary education to Confucius institutes :bhistorical reflections on Sino-American cultural exchange /cEdited by Jeff Kyong-McClain and Joseph Tse-Hei Lee. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRoutledge research in Asian education aIncludes bibliographical references and index. a"From Missionary Education to Confucius Institutes examines the history and globalization of cultural exchange between the US and China and corrects many myths surrounding the incompatibility of American and Chinese cultures in the higher educational sphere. Providing a fresh look at the role of non-state actors in advancing Sino-American cross-cultural knowledge exchange, the book presents empirical studies highlighting the diverse experiences and practices involved. Case studies include the US-initiated missionary education in modern China, the involvement of private foundations and professional associations in education, the impact of Chinese and American laws on student exchanges, and the evaluation of the experience of US Confucius Institutes. This book will appeal to students and scholars of US and Chinese higher education from the past to the present, as well as international admission officers and university executives who are concerned about the global educational partnership with China and questions around the internationalization of education more broadly"--cProvided by publisher. 0aHigher education and statezChinaxHistory. 0aHigher education and statezUnited StatesxHistory. 0aMissionsxStudy and teachingzChina. 0aCultural diplomacyxHistoryzUnited States. 0aCultural diplomacyxHistoryzChina. 0aEducation and globalization. 0aUnited StatesxForeign relationszChina. 0aChinaxForeign relationszUnited States.1 aKyong-McClain, Jeff,eeditor.1 aLee, Joseph Tse-Hei,d1971-eeditor.08iOnline version:tFrom missionary education to Confucius institutesdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781003395454w(DLC) 2023019085 a92bPUL00651nam a22002417i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003400172245002500206264004100231300002400272336002600296337002800322338002700350490002000377994001200397on1390705661OCoLC20230718213016.0230412s2022 hu 000 f hun  a 2023449588 aDLCbengerdacDLC a9789635511105 a9635511108 a(OCoLC)13907056611 aCaine, Ronil,d1981-eauthor.10aLuna /cRonil Caine. 1aBudapest :bMetropolis Media,c2022. a316 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aGFK,x0238-3063 a92bPUL00715nam a22002417i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163100003800185245006800223250002400291264004100315300002400356336002600380337002800406338002700434994001200461on1390705662OCoLC20230718213016.0230717s2022 cy 000 1 gre  a 2023450919 aDLCbengerdacDLC a9789925551552q(softbound) a9925551552 a(OCoLC)13907056621 aPierē Stasinou, Maria,eauthor.14aHē apithanthē peripeteia tou Pha /cMaria Pierē Stasinou. aPrōtē ekdosē. 1aLeukōsia, Kypros :bteleia,c2022. a182 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a92bPUL02028nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094016002300117020002900140020001500169035002200184041001800206042000800224043002100232050002000253100003700273245032500310246013300635264003700768300003700805336002600842337002800868338002700896546008800923504005901011505010101070600004001171651006201211651005601273650007401329700006901403700009101472776003101563994001201594on1390705700OCoLC20230718213016.0230603s2023 au b 000 0 ger  a 2022487703 aDLCbengerdacDLC7 a12650391192DE-101 a9783205216759qhardbound a320521675X a(OCoLC)13907057001 alatbgermger apcc aaw-----af-ua---00aDS47b.G43 20230 aGeorgius,cGemnicensis,eauthor.10aEphemeris sive diarium peregrinationis transmarinae /cGeorgius Gemnicensis = Martin Baumgartners Pilgerreise nach Ägypten, auf den Berg Sinai, ins Heilige Land und nach Syrien in den Jahren 1507 und 1508 / Georg von Gaming ; Einleitung, Edition und Kommentar von Hermann Niedermayr ; Übersetzung von Gerhard Frener.31aMartin Baumgartners Pilgerreise nach Ägypten, auf den Berg Sinai, ins Heilige Land und nach Syrien in den Jahren 1507 und 1508 1aWien :bBöhlau Verlag,c[2023] a2 volumes (1540 pages) ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginal text in Latin with parallel German translation; critical matter in German. aIncludes bibliographical references (pages 1524-1540).0 aBand 1. Einleitung, Text und Übersetzung -- Band 2. Kommentar, Appendix, Literaturverzeichnis.10aBaumgarten, Martin von,d1473-1535. 0aMiddle EastxDescription and travelvEarly works to 1800. 0aEgyptxDescription and travelvEarly works to 1800. 0aChristian pilgrims and pilgrimageszMiddle EastvEarly works to 1800.1 aNiedermayr, Hermann,d1955-eeditorewriter of added commentary.0 aGeorgius,cGemnicensis.tEphemeris sive diarium peregrinationis transmarinae.lGerman.08z9783205216766iPDF version a92bPUL01032nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002500192100003700217245010700254264005200361300002800413336002600441337002800467338002700495650003900522650004900561650004400610651005200654994001200706on1390705712OCoLC20230718213016.0230505s2015 nr 000 0 eng  a 2022445185 aDLCbengerdacDLC a9789789519811 a9789519818 a(OCoLC)1390705712 apcc af-nr---00aJC574.2.N6bA96 20151 aAyorinde, Steve,d1970-eauthor.10aCascade of change :ba decade of liberal thoughts /cSteve Ayorinde : Foreword By Asiwaju Bola Tinubu. 1aLagos, [Nigeria] :bLiberal Publishing,c[2015] axxi, 558 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aLiberalismzNigeriay21st century. 0aFreedom of the presszNigeriay21st century. 0aSocial problemszNigeriay21st century. 0aNigeriaxPolitics and governmenty21st century. a92bPUL02403nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002700094020003100121020001500152020002700167020001500194020002700209035002200236042000800258050002400266082002500290100003700315245009000352263000900442264006400451300001300515336002600528337002800554338002700582504005100609505106200660520023701722650001901959650001201978650001501990994001202005on1390705713OCoLC20230718213016.0230620s2024 ilu b 001 0 eng  a 2023028393 aIEN/DLCbengerdacDLC a9780810146402q(paperback) a0810146401 a9780810146419q(cloth) a081014641X z9780810146426q(ebook) a(OCoLC)1390705713 apcc00aBJ1408.5b.D35 202404a170223/eng/202306201 aDalton, Drew M.,d1978-eauthor.14aThe matter of evil :bfrom speculative realism to ethical pessimism /cDrew M Dalton. a2310 1aEvanston, Illinois :bNorthwestern University Press,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aIntroduction. The Matter of Evil -- After Kant: The End of Western Metaphysics and Ethics? -- Absolutes within the Bounds of Reason: Speculative Realism and the Return of the Absolute -- Toward a Post-Critical Ethics: Meillassoux and Badiou on the Mathematization of Nature and the Possibility of Absolute Metaphysical and Moral Claims -- The Science of Entropic Absolutes: The (Dis)Order of Nature -- The Value of Science and the Science of Value: Reevaluating the Moral Neutrality of Material Reality -- Moral Value and Absolute Necessity: Baruch Spinoza's Metaphysical Monism -- The Monstrous Will of Nature: Arthur Schopenhauer's Ethical Monism -- The Specter of Nihilism: Friedrich Nietzsche's Moral Naturalism -- The Ethical Potency of Pessimism: Schopenhauerian Negation, Buddhist Renunciation, and the Political Activism of Philipp Mainländer -- New Directions in Pessimism: Cosmic Pessimism, Afropessimism, and Extinctual Nihilism -- Conclusion. Speculative Absolutes and Pessimistic Activism: The Evangel of Entropy and the Ethics of Resistance. a"Overturning our assumptions about the nature and value of reality, The Matter of Evil presents a provocative new model of ethical responsibility that is both logically justifiable and scientifically sound"--cProvided by publisher. 0aGood and evil. 0aEthics. 0aPessimism. a92bPUL00863nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100006800198245009600266260004300362300003900405650001400444650003900458700005300497710005900550994001200609on1390705714OCoLC20230718213016.0840822s1690 fr 000 0 fre  a 31025093  aDLCbengcDLC a(OCoLC)139070571400aHQ731b.C5 1690 aHQ731b.C5 1690 Copy 2cToinet no. 12231 aChaussé, Jacques,csieur de La Terrière,dactive 1685-1687.10aTraité de l'excélence du mariage:bde sa nécessité, et des moyens d'y vivre hereux. aA Paris,bChez Martin Jouvenel.c1690. a6 p.l., 338, [2] p.c17 cm. (12mo) 0aMarriage. 0aWomenxSocial and moral questions.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00792nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003500198245002500233260006200258300003400320650003600354700005300390710005900443740003600502994001200538on1390705752OCoLC20230718213016.0840817s1699 fr 000 0 fre  a 32001048  aDLCbengcDLC a(OCoLC)139070575200aBF822b.B6 1699 aBF822b.B6 1699 Copy 2cToinet no. 11691 aBordelon, Laurent,d1653-1730.13aLe theatre du monde, aParis,bet se vend a Bruxelles, chez Jean Leonard.c1699. a1 p.l., 296 p.c14 cm. (12mo) 0aCharacters and characteristics.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aCaracteres naturels des hommes. a92bPUL01110nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050001900193100003900212245006900251246006400320250001700384264005200401300005300453336002100506336003300527337002500560338002300585500000900608504005700617650003500674700005100709994001200760on1390705753OCoLC20230718213016.0140930s2014 be a b 000 0 eng  a 2015454834 aDLCbengerdacDLC a9789034115409q(hardcover) a9034115402 a(OCoLC)1390705753 apcc00aD521bS84 20141 aSteyaert, Katrien,d1982-eauthor.10a1914-1918 :b100 years on /cKatrien Steyaert, Katrijn van Giel.3 aNineteen fourteen-nineteen eighteen :bone hundred years on a1st edition. 1aAntwerpen :bWPG Uitgevers België nv,c[2014] a183 pages :billustrations (some color) ;c28 cm atext2rdacontent astill imagebsti2rdacontent aunmediated2rdamedia avolume2rdacarrier a"M". aIncludes bibliographical references (pages 178-181). 0aWorld War, 1914-1918xHistory.1 aVan Giel, Katrijn,ephotographer (expression). a92bPUL03679nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020002600176020003100202035002200233042000800255050001100263082002700274100003900301245011400340250001900454263000900473264008200482300002200564336002600586337002600612338003600638504005100674520195500725588010302680650002902783650002602812650003202838650004202870650002302912650002402935650005102959776019903010994001203209on1390705779OCoLC20230718213016.0m o d cr |||||||||||230626s2023 oru ob 001 0 eng  a 2023024713 aDLCbengerdacDLC a9798888370018q(pdf) a9798888370001q(epub) z9781564849991q(paperback) a(OCoLC)1390705779 apcc00aLB284000a371.1223/eng/202307151 aBoullion, Meredith Masar,eauthor.10aTech for teacher wellness :bstrategies for a healthy life and sustainable career /cMeredith Masar Boullion. aFirst edition. a2311 1aPortland, Oregon :bInternational Society for Technology in Education,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Get practical strategies for using technology to reclaim more personal space and time; connect with colleagues; and make positive changes in your life, in the classroom and on campus. Educators are feeling overwhelmed. The global pandemic brought a tsunami of edtech tools that had to be adopted suddenly under emergency circumstances, and the stress of that and other unprecedented challenges has caused many teachers to consider leaving the profession. Technology has often been portrayed as part of the problem, with many believing that the best way to pursue wellness is to unplug and avoid digital tools altogether. This book takes a different approach, showing that technology used wisely can promote wellness, rather than undermine it. Author and technology facilitator Meredith Masar Boullion presents research on the importance of caring for the emotional health of educators, then offers strategies for using technology to reduce educator stress and better provide for the social and emotional needs of school communities. The book: - Gives readers permission, and the tools needed, to set boundaries and get back personal time. - Demonstrates positive ways to use resources such as social media, professional learning networks (PLNs) and other collaborative tools to find, support and learn from fellow educators. - Provides suggestions for educators to share their own learnings to enhance the well-being and positivity of students, parents and colleagues. - Includes access to an online platform through which readers can connect and support one another's efforts to achieve greater well-being. With recommendations that are concrete and easy to implement, the book fosters collaboration and connection among readers, and encourages them to share their own techniques and resources for building a healthy, sustainable life and career. Audience: Elementary and secondary teachers; education coaches and leaders"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aTeachersxMental health. 0aTeachersxJob stress. 0aTeachersxJob satisfaction. 0aTeachersxProfessional relationships. 0aStress management. 0aWork-life balanace. 0aInformation technologyxPsychological aspects.08iPrint version:aBoullion, Meredith Masar.tTech for teacher wellnessbFirst edition.dPortland, Oregon : International Society for Technology in Education, 2023z9781564849991w(DLC) 2023024712 a92bPUL01477nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002600185035002200211042000800233050002500241082003100266100002800297245004000325263000900365264004800374300001400422336002600436337002800462338002700490490006600517500002000583520024200603521003500845521003700880650003600917776013800953994001201091on1390705780OCoLC20230718213016.0230707s2025 mnu j 001 0 eng  a 2023031596 aDLCbengerdacDLC a9798765626276q(library binding) a9798765629338q(paperback) z9798765634684q(epub) a(OCoLC)1390705780 apcc00aQL737.P64bP425 202500a599.79/29223/eng/202307171 aPeters, Katie,eauthor.10aSo many harp seals /cKatie Peters. a2408 1aMinneapolis :bLerner Publications,c[2025] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLet's look at polar animals (pull ahead readers - nonfiction) aIncludes index. a"Harp seals can have many different traits. For example, they can be white or gray. Colorful photographs and engaging text help readers learn about seal features. Pairs with the fiction text, Harper and the Ice"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. 0aHarp sealvJuvenile literature.08iOnline version:aPeters, Katie, 1975-tSo many harp sealsdMinneapolis : Lerner Publications , 2024z9798765634684w(DLC) 2023031597 a92bPUL00756nam a22002533i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150245012000172250002100292264004300313300002700356336002100383337002500404338002300429500001900452546001900471994001200490on1390705781OCoLC20230718213016.0230717s2023 io 000 0 ind  a 2023330333 aDLCbengerdacDLC a9786238010714 a6238010711 a(OCoLC)139070578100aGlorious :bkumpulan cerpen /cAkbar Nurfathan [and thirty one others] ; tim penulis kelas IX-G SMPN 2 Tasikmalaya. aCetakan pertama. 1aTasikmalaya :bLanggam Pustaka,c2023. avii, 47 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aShort stories. aIn Indonesian. a92bPUL01234nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192100005000215245013400265250002300399264004900422300002400471336002600495337002800521338002700549490001700576504005700593650003900650650005000689650006600739856006700805994001200872on1390705799OCoLC20230718213016.0230511s2020 sp b 000 0 spa  a 2023417750 aDLCbengerdacDLC a9788418349270 a8418349271 a(OCoLC)1390705799 apcc ae-sp---00aKKT1270b.A99 20201 aArruga Segura, María Concepción,eauthor.13aLa transformación digital en las relaciones laborales y en la organización del trabajo /cMaría Concepción Arruga Segura. aPrimera edición. 1aLas Rozas (Madrid) :bWolters Kluwer,c2020. a514 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTemas La Ley aIncludes bibliographical references (pages 489-514). 0aLabor laws and legislationzSpain. 0aIndustrial relationszSpainxData processing. 0aLaborxTechnological innovationsxLaw and legislationzSpain.42uhttp://www.puvill.com/toc/9788418349270.pdfzTable of contents a92bPUL01545nam a22004578i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228050002400236082001200260100002800272245008000300263000900380264004400389300001400433336002600447336003300473337002800506338002700534490002000561490001600581500002000597520010600617521002800723650002200751650003000773650002100803650002900824655002700853655002600880700003500906776013400941994001201075on1390705812OCoLC20230718213016.0230717s2024 mnu b 001 1 eng  a 2023029081 aDLCbengerdacDLC a9798889969754q(hardcover) a9798889969761q(paperback) z9798889969778q(ebook) a(OCoLC)1390705812 apcc00aPZ7.A8952bSam 202400a[E]2231 aAtwood, Megan,eauthor.10aSam the snake feels sad /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] apages cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aForest feelings0 aGrasshopper aIncludes index. aSam the snake becomes sad when she fears her slither will not be fast enough to win an upcoming race. aAges 7-10.bJump!, Inc. 1aSadnessvFiction. 1aSelf-confidencevFiction. 1aSnakesvFiction. 1aForest animalsvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iOnline version:aAtwood, Megan.tSam the snake feels saddMinneapolis, MN : Jump!, Inc., [2024]z9798889969778w(DLC) 2023029082 a92bPUL01655nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001600265082003300281100003600314245009500350263000900445264004800454300002200502336002600524337002600550338003600576504005100612520027100663588010300934650003801037651003001075776014001105994001201245on1390705814OCoLC20230718213016.0m o d cr |||||||||||230623s2024 ctu ob 001 0 eng  a 2023027828 aDLCbengerdacDLC a9781493068623q(epub) a1493068628 z9781493068616q(paperback) a(OCoLC)1390705814 apcc an-us-sd00aGV199.42.S600a796.5109783223/eng/202307111 aHeerdt, Marcus,d1987-eauthor.10aHiking South Dakota :ba guide to the state's greatest hiking adventures /cMarcus Heerdt. a2403 1aEssex, Connecticut :bFalconGuides,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"A guide to 50 hikes to mountains, forests, lakes, rivers, waterfalls, plains, and badlands formations throughout the state. Hikes are distributed across five regions: the Glacial Lakes, Southeast, Missouri River, Badlands, and Black Hills"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aHikingzSouth DakotavGuidebooks. 0aSouth DakotavGuidebooks.08iPrint version:aHeerdt, Marcus, 1987-tHiking South DakotadEssex, Connecticut : FalconGuides, [2024]z9781493068616w(DLC) 2023027827 a92bPUL01401nam a22003735i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147025002300162035002200185037005300207042001000260100003800270245013300308246002500441250003100466264009100497300002400588336002600612337002800638338002700666490005200693500001000745500011800755520004100873546001400914650003700928710005000965994001201015on1390705815OCoLC20230718213016.0230717s2023 ii 000 0 hino  a 2023339951 aDLCbengerdacDLC a9789357750240q(hardback) a935775024X aI-H-2023339951; 11 a(OCoLC)1390705815 bLibrary of Congress -- New Delhi Overseas Office alcode1 aMilana, Rameśa,d1946-eauthor.10aYe ākāśa merā bhī hai /cḌô. Rameśa Candra Guptā = Ye aakash mera bhi h : drama / by Dr. Ramesh Chandra Gupta.31aYe aakash mera bhi h aDūsarā saṃskaraṇa. 1aNayī Dillī :bBhāratīya Jñānapīṭha :bVāṇī Prakāśana,c2023. a112 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLokodaya granthamālā ;vgranthāṅka 1464 aPlay. aOther title information from half title page: Nārī sañcetanā kā saśakta dhārāvāhika nāṭaka. aPlay based on the status of a woman. aIn Hindi. 0aWomenxSocial conditionsvDrama.2 aBhāratīya Jñānapīṭha,epublisher. a92bPUL00813nam a2200277 a 4500001001300000003000600013005001700019008004100036010001700077040001800094020002600112020001500138035002200153042000800175050002300183082002200206245002800228260003800256300002900294490004100323650003900364650003500403650004800438650003700486994001200523on1390705827OCoLC20230718213016.0110830s2011 ilua 000 0 eng  a 2011937800 aDLCbengcDLC a9780981982670q(pbk.) a0981982670 a(OCoLC)1390705827 apcc00aBV639.C6bS68 201100a259/.2408995722300aSpirit ministry vision. aChicago, IL :bUBF Press,cc2011. a174 p. :bill. ;c19 cm.0 a2011 UBF Shepherd-Missionary Seminar 0aChurch work with college students. 0aChurch work with young adults. 0aChristian college studentsxReligious life. 0aKorean studentsxReligious life. a92bPUL01695nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042000800193050002400201100006800225245016100293250003600454264005000490300003800540336002600578337002800604338002700632504006700659520004100726600007200767630002300839630002500862880005800887880016300945880003801108880005501146880007201201994001201273on1390705874OCoLC20230718213016.0211102s2021 ti h b 001 0 ara  a 2021344177 aDLCbengerdacDLC c(3 a9789938908701 a9938908705 a(OCoLC)1390705874 c20.30 USD apcc00aBP131.5b.A896 20211 6880-01aʻAwnī, Muḥammad Amīn ibn Muṣṭafá,eauthor.106880-02aNaqd kitāb al-muṣḥaf wa-qirāʼatuh alladhī taḥta ishrāf ʻAbd al-Majīd al-Sharafī /cMuḥammad Amīn ibn Muṣṭafá ʻAwnī. 6880-03aal-Ṭabʻah al-ūlá 16880-04aTūnis :bDar al-Māzirdī,c2021. a183 pages :bfacsimiles ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 136-177) and index. aQuran; criticism and interpretation.106880-05aSharafī, ʻAbd al-Majīd.tMuṣḥaf wa-qirāʼātuh.00aQurʼanxReadings.00aQurʼanxRecitation.1 6100-01aعوني، محمد أمين بن مصطفى.106245-02aنقد كتاب المصحف وقراءته الذي تحت إشراف عبد المجيد الشرفي /cمحمد أمين بن مصطفى عوني. 6250-03aالطبعة الأولى 16264-04aتونس :bدر المازردي،c2021.146600-05aشرفي، عبد المجيد.tمصحف وقراءاته. a92bPUL03296nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050000900254082002700263084003400290100002000324245010800344263000900452264004400461300002200505336002600527337002600553338003600579504005100615505064400666520039901310520069901709588010302408650000902511650001902520650002102539650002902560650005302589650004302642776012902685994001202814on1390705875OCoLC20230718213016.0m o d cr |||||||||||230712s2023 nyu ob 001 0 eng  a 2023023010 aDLCbengerdacDLC a9781454950042q(ebook) a1454950048 z9781454950035q(paperback) a(OCoLC)1390705875 apcc00aHQ2100a306.7223/eng/20230713 aOCC041000aHEA0420002bisacsh1 aJaiya,eauthor.10aYour blueprint for pleasure :bdiscover the 5 erotic types to awaken-and fulfill-your desires /cJaiya. a2312 1aNew York :bUnion Square & Co.,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction: This is a book about sexual awakening -- How a sexologist ended up in a sexless relationship -- Foundations for your erotic journey -- Who are we? Erotic blueprints are born -- Erotic myths -- Five stages of sexuality : which one are you living in? -- The five erotic blueprint types -- The energetic -- The sensual -- The sexual -- The kinky -- The shapeshifter -- Determining erotic blueprints -- How blueprints play together -- The four obstacles to sexual health and pleasure -- Creating your core erotic blueprint map -- Feeding, speaking, healing, and expanding your erotic blueprint -- Creating hot sex for a lifetime. a"Sexologist Jaiya has identified five erotic types that empower people with the understanding that we are each erotically gifted and that our differences are our strengths. Jaiya's framework will help readers bridge the sexual incompatibility gap, become masters of their own sexual desire, and experience the deeper connection and sexual satisfaction that they crave"--cProvided by publisher. a"When it comes to sex, many of us have been sold on the idea that certain techniques and tools are surefire turn-ons. If those techniques don't work, and we don't connect with our partners or our own pleasure, then something is inherently wrong with us. But sexologist Jaiya has identified five erotic types that, like Gary Chapman's The 5 Love Languages, empower people with the understanding that we are each erotically gifted and that our differences are our strengths. Jaiya's framework will help readers bridge the sexual incompatibility gap, become masters of their own sexual desire, and experience the deeper connection and sexual satisfaction that they crave"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSex. 0aSexual health. 0aSex (Psychology) 0aInterpersonal relations. 7aBODY, MIND & SPIRIT / Sacred Sexuality.2bisacsh 7aHEALTH & FITNESS / Sexuality.2bisacsh08iPrint version:aJaiya.tYour blueprint for pleasuredNew York : Union Square & Co., [2023]z9781454950035w(DLC) 2023023009 a92bPUL03314nam a22005178i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050000900254060001300263082003200276130005400308245017400362250001900536263000900555264005700564300002200621336002600643337002600669338003600695500021300731504005100944520116500995588010302160650002902263650001802292650002002310650003102330650002202361700003202383700003802415700004302453700003402496700003402530776022002564994001202784on1390705919OCoLC20230718213016.0m o d cr |||||||||||230613s2024 nyu ob 001 0 eng  a 2023027813 aDLCbengerdacDLC a9780826167224q(ebook) a0826167225 z9780826167217q(paperback) a(OCoLC)1390705919 apcc00aRT4200aWA 309.100a613/.04244223/eng/202307170 aWomen's health care in advanced practice nursing.10aWomen's healthcare in advanced practice nursing /cIvy M. Alexander, Versie Johnson-Mallard, Elizabeth A. Kostas-Polson, Joyce D. Cappiello, Heather S. Hubbard, editors. aThird edition. a2310 1aNew York, NY :bSpringer Publishing Company,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aPreceded by Women's health care in advanced practice nursing / Ivy M. Alexander, Versie Johnson-Mallard, Elizabeth A. Kostas-Polston, Catherine Ingram Fogel, Nancy Fugate Woods, editors. Second edition. 2017. aIncludes bibliographical references and index. a"We support an individual's right to autonomy in decision-making about their health based on the personal context of their lives, including but not limited to early pregnancy decision-making and gender affirmation. We believe that individuals have the right to high value, equitable, and unbiased care. In this third edition of Women's Healthcare in Advanced Practice Nursing, we attempt to make high value, equitable, and unbiased care more evident than in prior editions. While the number of women included in research studies is increasing, we remain limited in our ability to accurately address perspectives and needs for minoritized gender persons because of the lack of research that focuses on, includes, or even identifies transgender and non-binary persons. Throughout the book we have attempted to use inclusive language while remaining true to research findings, which are translated into evidence-based practice. In many instances, this means we use the terms woman, women, she, her, hers, because that reflects the data that are available. We purposefully use they, them, theirs, patient, person, etc., whenever possible"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.12aWomen's Health Services.12aNursing Care.22aWomen's Health.22aAdvanced Practice Nursing.22aHealth Promotion.1 aAlexander, Ivy M.,eeditor.1 aJohnson-Mallard, Versie,eeditor.1 aKostas-Polston, Elizabeth A.,eeditor.1 aCappiello, Joyce D.,eeditor.1 aHubbard, Heather S.,eeditor.08iPrint version:aWomen's health care in advanced practice nursingtWomen's healthcare in advanced practice nursingbThird edition.dNew York, NY : Springer Publishing Company, [2024]z9780826167217w(DLC) 2023027812 a92bPUL01465nam a22003735i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147025002400162035002200186037005300208041001300261042001000274245020000284246005200484250003100536264009100567300002400658336002600682337002800708338002700736490003700763500001900800520006200819546003900881650005300920700005600973710005001029994001201079on1390705920OCoLC20230718213016.0230717s2023 ii 000 j hino  a 2023339945 aDLCbengerdacDLC a9789357750257q(hardback) a9357750258 aI-H-2023-339945; 11 a(OCoLC)1390705920 bLibrary of Congress -- New Delhi Overseas Office1 ahinhpan alcode00aPañjābī kī samakālīna kahāniyām̐ /ccayana aura sampādana, Phūlacanda Mānava = Punjabi ki samkaleen kahaniyan : short-stories / compiled and translated by Phoolchand Manav.31aPunjabi ki samkaleen kahaniyan :bshort-stories aDūsarā saṃskaraṇa. 1aNayī Dillī :bBhāratīya Jñānapīṭha :bVāṇī Prakāśana,c2023. a199 pages ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLokodaya granthamālā ;v1461 aShort stories. aAn anthology of Panjabi short-stories by various authors. aIn Hindi; translated from Panjabi. 0aShort stories, PanjabivTranslations into Hindi.0 aPhūlacanda Mānava,d1945-eeditor,etranslator.2 aBhāratīya Jñānapīṭha,epublisher. a92bPUL01956nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001500179042001500194043001200209050002500221100007600246245034300322264005300665264003000718300003600748336002600784337002800810338002700838504004100865600010400906650003001010650003001040700007401070880006801144880034601212994001201558on1390705946OCoLC20230718213016.0220526s2021 mr b 000 0 ara  a 2022357342 aDLCbengerdacDLC c(3 a9789920561068 a9920561061 a(OCoLC)1390705946 c300.00 MAD apccalcode af-mr---00aBP80.M8889bT33 20211 6880-01aTādilī, al-Ḥasan ibn Muḥammad al-Maʻdānī,eauthor.136880-02aal-Rawḍ al-yāniʻ al-fāʼiḥ fī manāqib Sayyidinā wa-Mawlānā Abī ʻAbd Allāh Muḥammad, al-madʻū bi-al-Ṣāliḥ /cmin taʼlīf al-ʻAllāmah Sayyidī al-Ḥasan ibn Muḥammad al-Maʻdānī al-Tādilī ; dirāsat wa-taḥqīq Dh. Muḥammad al-Rāḍī Kannūn al-Ḥasanī al-Idrīsī. 1a[Rabat?] :b[publisher not identified],c[2021?] 3aRabat :bImprimerie Yadip a2 volumes (1150 pages) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.10aMuʻṭá al-Sharqāwī, Muḥammad al-Muʻṭá ibn Muḥammad al-Ṣāliḥ,d-1766 or 1767. 0aSufismzMoroccoxHistory. 0aSharqāwīyahxHistory.1 aIdrīsī, Muḥammad al-Rāḍī Kannūn al-Ḥasanī,eeditor.1 6100-01aتادلي، الحسن بن محمد المعداني.126245-02aالروض اليانع الفائح في مناقب سيدنا ومولانا أبي عبد الله محمد، المدعو بالصالح /cمن تأليف العلامة سيدي الحسن بن محمد المعداني التادلي ؛ دراسة وتحقيق ذ. محمد الراضي كنون الحسني الإدريسي. a92bPUL03144npc a2200625 i 4500001001300000003000600013005001700019008004100036010001700077040002400094035002200118041001300140100004400153245010600197300004300303300007700346300007200423300002900495300002400524300002700548300003100575300002200606506018400628520021300812520028501025524015401310540005901464541002401523541003701547545004601584546001601630600005101646600004701697600004801744610002601792610005901818650004801877650003601925650002201961651002901983655002202012655002502034655002402059655002202083655002302105655002702128655002902155655002002184700002702204710004002231710004902271773009702320856008902417994001202506on1390705947OCoLC20230718213016.0230717i19652013xx eng  a 2022655491 aDLCbengedacscDLC a(OCoLC)13907059470 aengdeng1 aBarner, William Maxwell,cIIIecreator.10aWilliam Maxwell Barner III collectionf1965-1970, 2010, 2012-2013 :bVeterans History Project (U.S.). 3whole collectionamore than 244fitems 3moving imagesa2 videodiscs (optical) (DVD) :bsound, color ;c4 3/4 in. 3graphic materialsa13 photographic prints :bblack and white, color 3graphic materialsa1 map 3artifactsa9fitems 3manuscriptsa47fitems 3correspondencea179fitems 3journala1fitems1 aCollection is open for research; access restrictions apply. To request collection materials, please contact the Veterans History Project at.uhttps://ask.loc.gov/veterans-history/ aThe Barner collection contains video recordings of an 02 October 2012 oral history interview and interview transcript about Barner's time in the United States Army during the Vietnam War from 1966 until 1969. aThis collection also contains correspondence, a journal, map, newpaper clippings, artifacts, photographs, a training book, and ephemoria created and compliled by Barner while serving in the war. Also included is a copy of the 2010 obituary for fellow soldier Jack Ellis Westbrook.8 aWilliam Maxwell Barner III collection (AFC/2001/001/89316), Veterans History Project, American Folklife Center, Library of Congress, Washington, D.C. aDuplication of collection materials may be restricted. aAccessioned,d2013. aJames Showers;cDonation;d2013. aDuring his service Barner's rank was E-5. aIn English.10aBarner, William Maxwell,cIIIvCorrespondence.10aBarner, William Maxwell,cIIIvInterviews.10aBarner, William Maxwell,cIIIvPhotographs.10aUnited States.bArmy.10aUnited States.bArmy.bArmored Cavalry Regiment, 11th. 0aVietnam WarvPersonal narratives, American. 0aVietnam WarxVeteranszAlabama. 0a[other subjects]. 0a[geographical subjects]. 7aManuscripts.2aat 7aCorrespondence.2aat 7aPhotographs.2gmgpc 7aClippings.2gmgpc 7aInterviews.2lcgft 7aOral histories.2lcgft 7aVideo recordings.2lcgft 7aDiaries.2lcgft1 aJames Showers,edonor.2 aAmerican Folklife Center,esponsor.2 aVeterans History Project (U.S.),ecollector.0 iForms part of:tVeterans History Project collection (Library of Congress)w(DLC) 2006700247423Veterans History Project database recorduhttps://www.loc.gov/item/afc2001001.89316/ a92bPUL01483nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001500253082001200268100002900280245009000309263000900399264003100408300002200439336002600461337002600487338003600513520014200549521002400691521002400715588010300739650004000842650002700882700003300909776011900942994001201061on1390705948OCoLC20230718213016.0m o d cr |||||||||||230714s2023 nyu bo 000 1 eng  a 2023010116 aDLCbengerdacDLC a9781984816924q(epub) a1984816926 z9781984816917q(hardcover) a(OCoLC)1390705948 apcc00aPZ7.W6485300a[E]2231 aWilkins, Ebony,eauthor.10aZora, the story keeper /cwritten by Ebony Joy Wilkins ; illustrated by Dare Coulter. a2310 1aNew York :bKokila,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"A young Black girl and her aunt celebrate the wonder and magic of their family's legacy through storytelling."--cProvided by publisher. aAges 4 - 8bKokila. aGrades 2-3bKokila. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aAfrican American familiesvFiction. 1aStorytellingvFiction.1 aCoulter, Dare,eillustrator.08iPrint version:aWilkins, Ebony.tZora, the story keeperdNew York : Kokila, 2023z9781984816917w(DLC) 2023010115 a92bPUL02558nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040003000094020002700124020001500151020003100166020002600197035002200223042000800245050002600253082003400279100003500313245007900348263000900427264004900436300001300485336002600498337002800524338002700552504005100579520132500630650005001955650003002005776014902035994001202184on1390705949OCoLC20230718213016.0230512s2024 enk b 001 0 eng c a 2023022913 aWaSeSS/DLCbengerdacDLC a9781119756200q(cloth) a1119756200 z9781119756217q(adobe pdf) z9781119756224q(epub) a(OCoLC)1390705949 apcc00aHF5415.153b.G88 202400a658.5/750688223/eng/202307171 aGuidolin, Mariangela,eauthor.10aInnovation diffusion models :btheory and practice /cMariangela Guidolin. a2311 1aChichester, West Sussex, UK :bWiley,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"New product growth models - also called innovation diffusion models - are used to describe and forecast the evolution in time of sales of new products. Commercial products are characterized by a finite life cycle, which follows a nonlinear path, namely birth, growth, maturity, and decline. Previously, traditional time series frameworks such as ARIMA models have been used, however, they do not prove a satisfactory choice. A growing need for quantitative marketing in today's market is driving the development of new product diffusion models to determine the life cycle of a new product. The statistical techniques involved in new model estimations combine time series analysis with nonlinear regression techniques, which this book shall explore. Innovation Diffusion Models: Theory and Practice fully assesses the main mathematical features of the models, discussing the meaning of the parameters from the marketing point of view with several real-data examples; presents and discuss the statistical aspects involved in model estimation and selection; presents and discusses forecasting and explanatory ability of the proposed models with real-data applications in several industrial and commercial sector and proposes new ideas for future achievements in research and commercial practice."--cProvided by publisher. 0aNew productsxMarketingxMathematical models. 0aDiffusion of innovations.08iOnline version:aGuidolin, Mariangela.tInnovation diffusion modelsdChichester, West Sussex, UK : Wiley, 2024z9781119756217w(DLC) 2023022914 a92bPUL01345nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002600194100004600220245020800266264004000474300004000514336002600554337002800580338002700608504006700635500012500702650004300827650003100870650004600901700004800947994001200995on1390705950OCoLC20230718213016.0230425s2022 bl a b 001 0 por  a 2023313459 aDLCbengerdacDLC a9788536299204 a8536299207 a(OCoLC)1390705950 alcode as-bl---00aKHD335.C65b.A93 20221 aAzambuja, Mariana Menna Barreto,eauthor.10aInternet das coisas e as relações de consumo :ba necessidade de ressignificação e efetividade do direito à privacidade /cMariana Menna Barreto Azambuja ; prefácio por Adalberto Pasqualotto. 1aCuritiba :bJuruá Editora,c2022. a209 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index (pages 193-203). aOriginally presented as the author's thesis (master's)--Pontifícia Universidade Católica do Rio Grande do Sul, 2014. 0aInternetxLaw and legislationzBrazil. 0aPrivacy, Right ofzBrazil. 0aElectronic commercexLaw and legislation.1 aPasqualotto, Adalberto,ewriter of preface. a92bPUL02442nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258050002400266082002900290245009900319263000900418264005800427300001300485336002600498337002800524338002700552504005100579520102600630650003401656650003601690650002401726650002501750653003601775700003801811776017101849994001202020on1390705960OCoLC20230718213016.0230712s2024 pau b 001 0 eng  a 2023027740 aDLCbengerdacDLC a9781668491843q(hardcover) a1668491842 a9781668491881q(paperback) a1668491885 z9781668491850q(ebook) a(OCoLC)1390705960 apcc00aLB1027.2b.R65 202400a379.2/8223/eng/2023071704aThe role of faith and religious diversity in educational practices /cEdited by: Jason DeHart. a2310 1aHershey, PA :bInformation Science Reference,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"The Role of Faith and Religious Diversity in Educational Practices, edited by Jason DeHart, offers a compelling solution to address this critical issue. This transformative book explores the intersections between faith and educational practices, drawing on research-based narratives and studies to illuminate the implications of policy and practice through a faith-based lens. By embracing a broad definition of religion and faith, it fosters diverse perspectives and encourages critical reflection on the importance of religious diversity in education. Through practical insights and evidence-based guidance, this book empowers researchers and educators to create inclusive spaces for faith-related discussions and develop policies that honor and respect religious identities. By engaging with this book, scholars and educators can take tangible steps toward cultivating inclusive and enriching learning environments that value and celebrate the diverse religious perspectives of all students"--cProvided by publisher. 0aEducationxReligious aspects. 0aReligion in the public schools. 0aCultural pluralism. 0aInclusive education. aCultural pluralism in education1 aDeHart, Jason D.,d1982-eeditor.08iOnline version:tRole of faith and religious diversity in educational practicesdHershey, PA : Information Science Reference, [2024]z9781668491850w(DLC) 2023027741 a92bPUL00990nam a22002893 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051003300150245003500183260008500218300005000303650003300353650001500386650003700401650001700438650005000455700004000505700003100545700005300576710005900629994001200688on1390706007OCoLC20230718213016.0840604s1715 fr f 000 0 fre  a 32003557  aDLCbengcDLC a(OCoLC)139070600700aBJ1662b.T3 aBJ1602b.T3cToinet no. 118700aTablettes de l'homme du monde, aA Cosmopoli,bChez Auguste Le Catholique, à l'enseigne de l'Orthodoxie.c1715. a8 p.l., 344 p.bfront., platesc16 cm. (12mo) 0aHandbooks, vade-mecums, etc. 0aEducation. 0aBest booksvEarly works to 1800. 0aAmbassadors. 0aWar (International law)vEarly works to 1800.1 aWicquefort, Abraham de,d1606-1682.1 aGrotius, Hugo,d1583-1645.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL03987nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193035002200223042000800245050001000253082003000263245010900293263000900402264004600411300002200457336002600479337002600505338003600531504005100567505173900618520070302357588010303060650005603163650005403219650001803273650004003291700002803331700003103359776015103390994001203541on1390706008OCoLC20230718213016.0m o d cr |||||||||||230307s2023 ne ob 001 0 eng  a 2023010738 aDLCbengerdacDLC a9789004434011q(ebook) a9004434011 z9789004433991q(hardback) a(OCoLC)1390706008 apcc00aK379100a344/.094223/eng/2023071400aHeritage destruction, human rights, and international law /cedited by Amy Strecker and Joseph Powderly. a2307 1aLeiden ;aBoston :bBrill/Nijhoff,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIs international law ready for the recognition of a general obligation to prevent and avoid destruction of cultural heritage? / Francesco Francioni -- The geneology of 'universality' within cultural heritage law / Sophie Starrenburg -- Grave crimes : conservation, conflict, and criminality in Timbuktu / Lynn Meskell -- Heritage destruction as a collective harm : challenges and pitfalls of international cultural justice / Andrzej Jakubowski -- International destruction of cultural heritage : sentencing and reparations / Ana filipa Vrdoljak -- Responding to the destruction of intagible cultural heritage in situations of armed conflict : what international law to apply? / Janet Blake -- Toward a human rights-based approach as an element in post-conflict cultural hertiage reconstruction / Patty Gerstenblith -- Cultural heritage losses in peacetime : challenges and lingering questions / Alessandro Chechi -- Balancing economic interests with cultural preservation in development contexts : insight into the meaning of "imperatives of development" / Berenika Drazewska -- The right to participate in cultural life and heritage destruction : Panacea or part of the problem? / Lucas Lixinski -- The destruction of indigenous people's heritage and international law / Federico Lenzerini -- Environmental principles and heritage in Australia : a first nations focus / Ben Boer -- Beyond sovereignty : Tara, the M3, access to justice for cultural landscape destruction in Ireland / Amy Strecker and Conor Newman -- Virtual enclosure, Spatial injustice, and heritage destruction in the Caribbean : the case of Camerhogne Park, Grenada / Amanda Byer -- The notion of 'Heritage title' for contested cultural objects / Evelien Campfens. a"This book brings together prominent scholars in the fields of international cultural heritage law and heritage studies to scrutinise the various branches of international law and governance dealing with heritage destruction from human rights perspectives, both in times of armed conflict as well as in peace. Importantly, it also examines cases of heritage destruction that may not be intentional, but rather the consequence of large-scale infrastructural development or resource extraction. Chapters deal with high profile cases from Europe, North Africa, The Middle East, Latin America and the Caribbean, with a substantial afterword on heritage destruction in Ukraine"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCultural propertyxProtectionxLaw and legislation. 0aCultural propertyxProtection (International law) 0aHuman rights. 0aInternational law and human rights.1 aStrecker, Amy,eeditor.1 aPowderly, Joseph,eeditor.08iPrint version:tHeritage destruction, human rights, and international lawdLeiden ; Boston : Brill/Nijhoff, 2023z9789004433991w(DLC) 2023010737 a92bPUL01643nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001000253082002900263100003100292245009100323263000900414264005300423300002200476336002600498337002600524338003600550504004100586520031100627588010300938650001401041650001401055650002501069776013901094994001201233on1390706014OCoLC20230718213016.0m o d cr |||||||||||230601s2023 cau ob 000 0 eng  a 2023023425 aDLCbengerdacDLC a9781608688487q(epub) a1608688488 z9781608688470q(paperback) a(OCoLC)1390706014 apcc00aHV87500a362.734223/eng/202307171 aMadrid, Michelle,eauthor.10aLet us be greater :ba gentle, guided path to healing for adoptees /cMichelle Madrid. a2310 1aNovato, California :bNew World Library,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references. a"A soulful approach to healing the misunderstanding, myth, and sense of marginalization within the adoptee community. Through illuminating exercises, affirmations, and stories, the book lays out a path that guides adoptees to come home to themselves - the greatest reunion of all"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAdoption. 0aAdoptees. 0aMarginality, Social.08iPrint version:aMadrid, Michelle.tLet us be greaterdNovato, California : New World Library, [2023]z9781608688470w(DLC) 2023023424 a92bPUL01861nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246043001200254050001000266082003000276100003600306245009000342250000900432263000900441264005900450300002200509336002600531337002600557338003600583500002000619520028100639521003900920521004000959588010300999650004301102650005901145650004301204776015601247994001201403on1390706015OCoLC20230718213016.0m o d cr |||||||||||230615s2023 mnu jo 001 0 eng  a 2023028034 aDLCbengerdacDLC a9781647554125q(ebook) a1647554128 z9781647554118q(paperback) a(OCoLC)1390706015 apcc an-us-ga00aQL17100a591.9758223/eng/202307131 aTroutman, Alex,d1990-eauthor.10aCritters of Georgia /cAlex Troutman ; produced in cooperation with Wildlife Forever. a2nd. a2310 1aCambridge, Minnesota :bAdventure Publications,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index. a"Critters of Georgia is your wildlife pocket guide that's informative, concise, and easy to use. Written by wildlife biologist Alex Troutman, this handy book presents 63 critters of the Peach State-if an animal is in this book, it's found in Georgia"--cProvided by publisher. aAges 7-12bAdventure Publications. aGrades 2-3bAdventure Publications. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAnimalszGeorgiavJuvenile literature. 0aAnimalszGeorgiavIdentificationvJuvenile literature. 0aZoologyzGeorgiavJuvenile literature.08iPrint version:aTroutman, Alex, 1990-tCritters of Georgiab2nd.dCambridge, Minnesota : Adventure Publications, 2023z9781647554118w(DLC) 2023028033 a92bPUL03510nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001300296082002800309100004900337245012900386263000900515264005600524300002300580336002600603337002600629338003600655490005600691504005100747505045300798520109401251588010302345600005502448650005702503650005602560650003302616650006502649650004602714650004002760776020402800994001203004on1390706023OCoLC20230718213016.0m o d cr |||||||||||230707s2024 enk ob 001 0 eng  a 2023020811 aDLCbengerdacDLC a9781003268451q(ebook) a1003268455 z9781032214405q(hardback) z9781032214412q(paperback) a(OCoLC)1390706023 apcc ae-gx---00aLA721.8200a379.43223/eng/202307141 aPhillips, David,d1944 December 15-eauthor.12aA British education control officer in occupied Germany, 1945-1949 :bthe letters of Edward Aitken-Davies /cDavid Phillips. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge studies in modern European history ;v101 aIncludes bibliographical references and index.0 aIntroduction -- Education in the British Zone of Germany, 1945-1949 -- Edward Aitken-Davies, 1899-1981 -- Edward Aitken-Davies's letters to his mother, May 1945-December 1947 -- Postscript, 1948-1949 and after -- Appendices A. EAD : lecture on his work in Germany, 1945-1949 -- B. EAD : outline of the views of the German political parties on the subject of educational reform (July 1948) -- C. EAD : thoughts on the British Relations Board scheme. a"Edward Aitken-Davies (1899-1981) served as an Education Control Officer in the British Zone of occupied Germany from the early summer of 1945 until December 1949. He thus experienced the implementation of policy in the Zone from the very beginnings of the occupation until the founding of the Federal Republic of Germany in 1949. During the period 1945 to 1947 he wrote weekly letters home to his mother. Those letters, together with the many speeches he gave in Germany during his time as a leading British officer in the Hanover region have not hitherto been available to researchers but can now be made accessible in edited form. The letters are placed in the context of developments in British policy and with explanatory notes on the detail. Taken together, his letters and other documents provide insights into the day-to-day lives of the impressive group of individuals who oversaw the development of education in Germany from post-war chaos to the reform and stability which restored the education system of the country to a pre-eminent status in Europe"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aAitken-Davies, Edward,d1899-1981vCorrespondence. 0aEducation and statezGermanyxHistoryy20th century. 0aEducational changezGermanyxHistoryy20th century. 0aGermanyxHistoryy1945-1955. 0aBritishzGermanyzHanover (Province)xHistoryy20th century. 0aEducatorszGreat BritainvCorrespondence. 0aEducatorszGermanyvCorrespondence.08iPrint version:aPhillips, David, 1944 December 15-tBritish education control officer in occupied Germany, 1945-1949dAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032214405w(DLC) 2023020810 a92bPUL02064nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001800178020001500196020003100211020003100242035002200273042000800295050001100303082002900314100003000343245005000373263000900423264005200432300002300484336002600507337002600533338003600559490001600595500008900611520045000700521003201150588010301182650005501285650005101340650002201391655003501413776014601448994001201594on1390706024OCoLC20230718213016.0m o d cr |||||||||||230712s2024 mnu jo 000 0 eng  a 2023031563 aDLCbengerdacDLC a9798889967859q(ebook) a9789798889967 a9798889967 z9798889967835q(hardcover) z9798889967842q(paperback) a(OCoLC)1390706024 apcc00aPE115900a428.1/3223/eng/202307171 aTyler, Madeline,eauthor.10aBen can run, Bell can run! /cMadeline Tyler. a2401 1aMinneapolis, MN :bDecodables by Jump!,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRed level 2 a"This edition is published by arrangement with Booklife Publishing"--Copyright page. a"It is Sports Day. What can they all do? The phoneme /b/ is featured in this title. Ben Can Run, Bell Can Run! is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 3-6 yearsbJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEnglish languagexConsonantsvJuvenile literature. 0aReadingxPhonetic methodvJuvenile literature. 0aReaders (Primary) 7aReaders (Publications).2lcgft08iPrint version:aTyler, Madeline.tBen can run, Bell can run!dMinneapolis, MN : Decodables by Jump!, [2024]z9798889967835w(DLC) 2023031562 a92bPUL00979nam a22002895i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245016700259246001700426264004200443300003300485336002600518337002800544338002700572520006200599546001600661994001200677on1390706025OCoLC20230718213016.0230717s2023 ii 000 0 beno  a 2023341575 aDLCbengerdacDLC a9788195391066 a8195391060 aI-B-2023-341575; 10 a(OCoLC)1390706025 bLibrary of Congress -- New Delhi Overseas Office alcode00aBhaẏa samagra :b35ṭi bhaẏera galpera br̥hattama saṃkalana /cHarinārāẏaṇa Caṭṭopādhyāẏa = Bhoy samagra / by Harinarayan Chattopadhyay.31aBhoy samagra 1aKalakātā :bBuka Phārma,c2023. a247 pages, 1 unnumbered page atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aComplete horror stories of a 20th century Bengali author. aIn Bengali. a92bPUL01380nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002500159020002600184020002700210035002200237041001300259042000800272043002100280050002400301245011300325264004900438300004600487336002600533337002800559338002700587546002600614504004100640610005200681610005700733610005700790700003800847700004100885700004400926994001200970on1390706057OCoLC20230718213016.0210324s2020 pl a b 000 0 pol  a 2022380903 aDLCbengerdacDLC a9788375237979q(print) a8375237973 z9788375239492q(pdf) z9788375239508q(mobi) z9788375239515q(e-pub) a(OCoLC)13907060570 apolbeng apcc aee-----aec-----00aUA646.3b.B482 202000aBezpieczeństwo północno-wschodniej flanki NATO /cMarek Żyła, Piotr Krzykowski, Jarosław Grabowski. 1aWarszawa :bAkademia Sztuki Wojennej,c2020. a309 pages :bcolor illustrations ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSummaries in English. aIncludes bibliographical references.20aNorth Atlantic Treaty OrganizationxMembership.20aNorth Atlantic Treaty OrganizationzEurope, Eastern.20aNorth Atlantic Treaty OrganizationzEurope, Central.1 aŻyła, Marek,eeditor,eauthor.1 aKrzykowski, Piotr,eeditor,eauthor.1 aGrabowski, Jarosław,eeditor,eauthor. a92bPUL02114nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002300220082002900243100003000272245009700302250003000399250002100429263000900450264004000459300001300499336002600512337002800538338002700566500005100593520106500644650001601709650001501725994001201740on1390706124OCoLC20230718213016.0230713s2023 nyu 000 0 eng  a 2023030644 aDLCbengerdacDLC a9780306832017q(paperback) a0306832011 z9780306832024q(ebook) a(OCoLC)1390706124 apcc00aBF637.M4bK23 202300a158.1/2223/eng/202307171 aKabat-Zinn, Jon,eauthor.10aWherever you go, there you are :bmindfulness meditation in everyday life /cJon Kabat-Zinn. a30th anniversary edition. aRevised edition. a2312 1aNew York, NY :bHachette Go,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally published in hardcover by Hyperion. a"When Wherever You Go, There You Are was first published in 1994, no one could have predicted that the book would launch itself onto bestseller lists nationwide and sell over 1 million copies to date. Thirty years later, Wherever You Go, There You Are remains a foundational guide to mindfulness and meditation, introducing readers to the practice and guiding them through the process. The author of over half a dozen books on mindfulness, Jon Kabat-Zinn combines his research and medical background with his spiritual knowledge to help readers find peace and change their lives. In this new edition, readers will find a new introduction and afterword from Kabat-Zinn, as well as factual updates throughout to address changes in research and knowledge since it was originally published. After the special tumult of the last few years, as well as the promise of more unrest in the future, Wherever You Go, There You Are serves as an anchor for a whole new generation of readers looking to find their center and achieve their true self"--cProvided by publisher. 0aMeditation. 0aAttention. a92bPUL01666nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020001500154020002500169035002200194042000800216043001200224050002300236082003000259245012900289246005700418250001900475263000900494264004900503300001300552336002600565337002800591338002700619500009800646520014200744651003000886650004400916700003400960700002800994710006701022776015501089994001201244on1390706125OCoLC20230718213016.0230714s2023 dcu 000 0deng  a 2023031670 aDLCbengerdacDLC a9781588347367q(trade paperback) a1588347362 z9781588347381q(ebk) a(OCoLC)1390706125 apcc an-us-dc00aF192.3b.W335 202300a910.9753223/eng/2023071700aWashington on foot :btwenty-four walking tours and maps of Washington, DC /cedited by William J. Bonstra and Judith Meany.30aTwenty-four walking tours and maps of Washington, DC aSixth edition. a2401 1aWashington, DC :bSmithsonian Books,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Published in association with National Capital Area Chapter, American Planning Association." a"An essential walking tour guide to one of the most walkable and historic cities in the U.S.: Washington, D.C."--cProvided by publisher. 0aWashington (D.C.)vTours. 0aWalkingzWashington (D.C.)vGuidebooks.1 aBonstra, William J.,eeditor.1 aMeany, Judith,eeditor.2 aAmerican Planning Association.bNational Capital Area Chapter.08iOnline version:aBonstra, William J.tWashington on foot.bSixth editiondWashington, DC : Smithsonian Books, [2023]z9781588347381w(DLC) 2023031671 a92bPUL01260nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050002500159110003600184245025000220264003200470300003300502336002600535337002800561338002700589490005500616546002000671500009900691650002400790650003000814655003100844700004700875994001200922on1390706139OCoLC20230718213016.0221108s2022 rb k l 000 0 srp  a 2022472774 aDLCbengerdacDLC a(OCoLC)1390706139 apcc ae-rb---00aKKS1250.7b.A28 20221 aSerbia,eenacting jurisdiction.10aReferendum :bZakon o referendumu i narodnoj inicijativi, Odluka o raspisivanju republičkog referenduma radi potvrđivanja Akta o promeni Ustava Republike Srbije, podzakonski akti /cglavni i odgovorni urednik, Ljiljana Milanković-Vasović. 1aBeograd :bIntermex,c2022. a175 pages :bforms ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka Pravni Informator,x1450-7137 ;v2022/1 aSerbianbLatin. aIncludes Zakon o referendumu i narodnoj inicijativi and related legislation, regulations, etc. 0aReferendumzSerbia. 0aDirect democracyzSerbia. 7aStatutes and codes.2lcgft1 aMilanković-Vasović, Ljiljana,eeditor. a92bPUL02876nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263043001200271050001300283082003300296100003600329245010500365250001900470263000900489264003400498300002200532336002600554337002600580338003600606504005100642520117400693588010301867650004501970650003402015650003602049650004802085650005202133650005002185776015902235994001202394on1390706140OCoLC20230718213016.0m o d cr |||||||||||230524s2023 nyu ob 001 0 eng  a 2023009009 aDLCbengerdacDLC a9781003224457q(ebk) a1003224458 z9781032124179q(hbk) z9781032123219q(pbk) a(OCoLC)1390706140 apcc an-us---00aLB2864.500a363.11/9371223/eng/202307151 aYarbrough, Jeffrey D.,eauthor.10aRedefining school safety and policing :ba transformative four-pillar model /cJeffrey D. Yarbrough. aFirst edition. a2309 1aNew York :bRoutledge,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Redefining School Safety and Policing identifies and works to eliminate systemic issues in school policing that negatively impact students of color, LGBTQIA+ students, and other marginalized populations. Focusing on the fundamental goal of creating safe learning environments, Yarbrough lays out the unintended consequences of involving police in the administrative disciplinary process, as agents of school administrators and enforcers of zero-tolerance policies. Behavioral health support is important to students going through social, emotional, and mental health crises. True equity work brings everyone to a safe space in the middle, encouraging open discussion and courageous dialogue and aiming to create positive change. Yarbrough argues that behavioral health and racial equity are vital to transforming school policing and providing beneficial alternative solutions to school policing that do not lead students to the juvenile or criminal justice system. This book is suitable for school administrators, teachers, counselors, social workers, police and school resource officers, and community activists working to defund the police"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSchoolsxSafety measureszUnited States. 0aSchool policezUnited States. 0aPolice trainingzUnited States. 0aSchool violencexPreventionzUnited States. 0aBullying in schoolszUnited StatesxPrevention. 0aMinoritieszUnited StatesxSocial conditions.08iPrint version:aYarbrough, Jeffrey D.tRedefining school safety and policingbFirst edition.dNew York : Routledge, 2023z9781032124179w(DLC) 2023009008 a92bPUL03308nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001100285082002900296245013700325263000900462264005700471300002200528336002600550337002600576338003600602504004100638505079700679520096301476588010302439650003402542650002502576650002702601700003702628776020902665994001202874on1390706141OCoLC20230718213016.0m o d cr |||||||||||230610s2023 pau ob 000 0 eng  a 2023025847 aDLCbengerdacDLC a9781668486474q(ebook) a1668486474 z9781668486467q(hardcover) z9781668486504q(paperback) a(OCoLC)1390706141 apcc00aLB236100a378.1/9223/eng/2023071400aDynamic curriculum development and design strategies for effective online learning in higher education /cedited by: Kelley Walters. a2309 1aHershey PA :bInformation Science Reference,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.0 aDesigning online learning environments via mobile technologies a padlet example : designing online learning environments / Sibel Ergün Elverici -- Getting started with augmented reality (AR) in inclusive online teaching and learning in higher education : an extended environmental scan for pedagogical design leads / Shalin Hai-Jew -- Designing universal and passive prompts for ideational creativity and innovation in inclusive online learning spaces : instructional leadership, course policies, ecosystem, and social media enablements / Shalin Hai-Jew -- Social constructivism examined : online learning through collaboration in an undergraduate Applied Linguistics classroom in Hong Kong / Amy Suen -- Holistic approaches to student support in online learning environments / Sabire Akay. a"Organized into three main sections, the book begins with an overview of the current landscape of online learning and the challenges and opportunities it presents for curriculum development. It then delves into the design and development of online courses, followed by the implementation and delivery of those courses. The book is relevant to both novice and experienced educators and practitioners who are involved in designing, developing, and delivering online courses in higher education. It provides a comprehensive understanding of the strategies and techniques required to design and deliver effective online courses, while examining the challenges and opportunities presented by online learning in higher education. As such, this book is an essential resource for anyone involved in online learning in higher education who seeks to develop and deliver dynamic and engaging courses that cater to the needs of online learners"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxCurricula. 0aCurriculum planning. 0aWeb-based instruction.1 aWalters, Kelley,d1966-eeditor.08iPrint version:tDynamic curriculum development and design strategies for effective online learning in higher educationdHershey PA : Information Science Reference, [2023]z9781668486467w(DLC) 2023025846 a92bPUL01122nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002600117020001500143020002600158020001500184035002200199042000800221043001200229050002400241100003400265245013300299250002000432264006400452300002300516336002600539337002800565338002700593500003100620504004100651650003100692700003700723994001200760on1390706142OCoLC20230718213016.0230510s2022 sp b 000 0 spa  a 2023417783 aDLCbengerdacDLC a9788411255530q(v. 1) a8411255530 a9788411255561q(v. 2) a8411255565 a(OCoLC)1390706142 apcc ae-sp---00aKKT2720b.F465 20221 aFernández, Tomás Ramón.10aCurso de derecho administrativo /cTomás Ramón Fernández Rodríguez, Eduardo García de Enterría y Martínez-Carande. a20.a Edición. 1aCizur Menor (Navarra) :bCivitas :bThomson Reuters,c2022. a2 volumes ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aVolume II: 17.a Edición. aIncludes bibliographical references. 0aAdministrative lawzSpain.1 aGarcía de Enterría, Eduardo. a92bPUL03804nam a22005298i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277043001200285050001100297082003300308084003400341100004400375245012900419263000900548264004400557300002200601336002600623337002600649338003600675504005100711505048300762520130001245588010302545650003902648650004402687650002102731650005002752650004102802650004802843650007002891650009202961650004503053700001803098776014603116994001203262on1390706178OCoLC20230718213016.0m o d cr |||||||||||230609s2023 ncua ob 001 0 eng  a 2023025643 aDLCbengerdacDLC a9781478027737q(ebook) a1478027738 z9781478025603q(paperback) z9781478020851q(hardcover) a(OCoLC)1390706178 apcc an-us---00aHQ117800a004.67/8082223/eng/20230712 aSOC001000aSOC0520002bisacsh1 aWade, Ashleigh Greene ,d1985-eauthor.10aBlack girl autopoetics :bagency in everyday digital practice /cAshleigh Greene Wade ; with illustrations by Al Valentín. a2403 1aDurham :bDuke University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aDefining Black Girl Autopoetics -- Interlude: On Developing Digital Ethics for/with Black Girls -- Places to Be: Black Girls Mapping, Navigating, and Creating Space through Digital Practice -- "You Gotta Show Your Life": Reading the Digital Archives of Everyday Black Girlhood -- "I Love Posting Pictures of Myself": Hypervisibility as a Politics of Refusal -- Making Time: Black Girls' Digital Activism as Temporal Reclamation -- What Does Black Girl Autopoetics Make Possible? a"Black Girl Autopoetics maps the everyday digital practices Black girls, showing us what their digital content reveals about their everyday experiences and how their digital production contributes to a broader archive of Black life. Ashleigh Greene Wade coins the term "Black girl autopoetics" as a way of describing how Black girls' self-making creatively reinvents cultural products, spaces, and discourse in digital space. By contrast to the pre-internet era, Black girls can seize the means of representation for themselves with a speed and flexibility enabled by smart phones. Throughout the book, Wade analyzes the double bind Black girls face when creating content on-line: on one hand, their online activity makes them hyper-visible, putting them at risk for cyberbullying, harassment, and other forms of violence, and on the other hand, Black girls are rarely given credit for their digital inventiveness, rendering them invisible. Using ethnographic research into the digital cultural production of adolescent Black girls in Richmond, Virginia to illustrate Black girl autopoetics, Wade draws a complex picture of how Black girls navigate contemporary reality, and she urges us to listen to Black girls' experience and learn from their techniques of survival"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInternet and womenzUnited States. 0aAfrican American womenxSocial aspects. 0aWomenxIdentity. 0aDigital mediaxSocial aspectszUnited States. 0aTechnology and womenzUnited States. 0aTechnology and Black peoplezUnited States. 0aAfrican American women in popular culturexHistoryy21st century. 7aSOCIAL SCIENCE / Ethnic Studies / American / African American & Black Studies.2bisacsh 7aSOCIAL SCIENCE / Media Studies.2bisacsh1 avalentin, al.08iPrint version:aWade, Ashleigh Greene , 1985-tBlack girl autopoeticsdDurham : Duke University Press, 2023z9781478025603w(DLC) 2023025642 a92bPUL01042nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245010500214246002200319264007200341300004500413336002600458337002800484338002700512500001700539504004100556700002900597700002900626710007300655994001200728on1390706179OCoLC20230718213016.0230717s2022 pk a b 000 0 eng  a 2023318819 aDLCbengerdacDLC a(OCoLC)1390706179 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aInternational reactions on Kashmir situation /cresearch by, Ayesha Waheed ; edited by Mehr un Nisa.30aKashmir situation 1aIslamabad :bKashmir Institute of international Relations,c[2022]. a43 pages :bcolor illustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references.1 aWaheed, Ayesha,eeditor.0 aMehr un Nisa,ecompiler.2 aKashmir Institute of International Relations (Rawalpindi, Pakistan). a92bPUL00898nam a22002773i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003000172245011400202250002100316264005400337300003000391336002100421337002500442338002300467504005700490546001900547653004200566994001200608on1390706180OCoLC20230718213016.0230717s2023 io b 000 0 ind  a 2023330066 aDLCbengerdacDLC a9786233211833 a6233211832 a(OCoLC)13907061801 aRumkabu, Elvira,eauthor.10aBayang-bayang kerentanan :btantangan kehidupan orang Sowek ndi Supiori /cElvira Rumkabu [and three others]. aCetakan pertama. 1aJakarta :bYayasan Pustaka Obor Indonesia,c2023. alxiii, 176 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 164-167). aIn Indonesian.0 aevironmental managementawomenaSowek a92bPUL00570nam a22001933u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051003300150245008400183260002600267300001800293700005300311994001200364on1390706211OCoLC20230718213016.0230717s1708 xx 000 0 fre  a 2023769289 aDLCbengcDLC a(OCoLC)139070621100aHQ1201b.M6 aHQ1201b.M6cToinet no. 124103aLe monde renversé ou dialogue des génies différ. qui gouvernent le monde. a[s.l.,bs.n.],c1708. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01869nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002400180100002900204245005200233264005100285300007900336336002600415337002800441338002700469504008500496520091400581600002501495650003501520994001201555on1390706220OCoLC20230718213016.0230614s2023 vraac bkq 000 0beng  a 2021388787 aDLCbengerdacDLC a9781922810885 a1922810886 a(OCoLC)1390706220 apcc00aML420.N49bY68 20231 aYoung, Miranda,eauthor.10aOlivia :bgrace and gratitude /cMiranda Young. 1aMelbourne, Vic :bWilkinson Publishing,c2023. a320 pages, 8 unnumbered pages of plates:billustrations; portraits;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographic references (pages 300-319), discography, and filmography. aNo matter how far she roamed Olivia always called Australia home. From the UK to Melbourne and all around the world, Grease superstar Olivia Newton-John is one of the most beloved musical and acting icons in the world. Grace and Gratitude covers Olivias journey as a dedicated woman in music who conquered the international entertainment world as well as being a mother, a wife and a relentless charity advocate who fought against the cancer that sadly took her from the world in August of 2022. With over twenty years of music and film research under her belt author Miranda Young celebrates Olivia's achievements while also paying tribute to the incredible woman she has become beyond her fame. With tributes from famous celebrities and public figures and exclusive insights from some of Australia's biggest names in music, Grace and Gratitude is the perfect tribute to an Australian and world-beloved icon.10aNewton-John, Olivia. 0aSingerszAustraliavBiography. a92bPUL04083nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001100296082003100307100003000338245007400368263000900442264005600451300002200507336002600529337002600555338003600581504005100617505098200668520164801650588010303298650004203401650003203443650003103475776013103506994001203637on1390706221OCoLC20230718213016.0m o d cr |||||||||||230609s2024 enk ob 001 0 eng  a 2023021582 aDLCbengerdacDLC a9781003431589q(ebook) a1003431585 z9781032495644q(hardback) z9781032591544q(paperback) a(OCoLC)1390706221 apcc aa-ii---00aHV413900a362.50954223/eng/202307171 aSinha, Amarjeet,eauthor.14aThe last mile :bturning public policy upside down /cAmarjeet Sinha. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aPrologue -- A poverty free India -- building systems for outcomes -- The historical legacy -- The diversity of geographies -- High growth, ease of doing business, and well-being -- Improving ease of living of the poor -- Why incomes matter -- Women's well -- being and livelihoods -- Women, work and empowerment -- Vulnerable social groups, inclusive policies and programmes -- Policy and programme formulation in basic education -- Revisiting skills for full employment -- Higher education reforms -- Policy and programme formulation in health -- Making quality health for all a reality -- Poshan, people and panchayats -- Improving governance of programmes -- Community connect and gpdps -- Human resource reforms -- Poverty free gram panchayats -- Challenges in urban governance for the poor -- Why we need a PM's human development council -- Global warming, local churning -- waste to wealth as way forward -- A poverty free India -- An India for all in a post COVID world. a"The Last Mile explores the gaps and dichotomy between drafted policies and their implementation and the last mile challenges which often make public services inaccessible to the poorest and most vulnerable sections of society. It provides an in-depth overview of the dynamics between communities, research and consultation and the implementation of policies for development. Rich in empirical data and case studies from different government programmes and reports, this book examines the implementation of government service programmes for poverty reduction, women's empowerment, income generation for the poor, among others, from a people's perspective. It highlights the need for policies and institutions to align their methods to community needs. Offering guidelines for redesigning as well as solutions to counter challenges related to lack of trust and effective communication, human resource management, capacity development, redressal mechanisms, and facilitating the last mile connection, the author delineates effective ways for integrating new technologies in policy implementation. The book also addresses legacy issues in institutions and re-orienting policy for better governance, transparency and building trust. Part of the 'Public Policy in India' series, this book, by a senior practitioner, will be an essential resource for students and researchers of development studies, sociology, public policy and governance, economics and South Asian studies. This book is freely available as a downloadable Open Access PDF at http://www.taylorfrancis.com under a Creative Commons (CC-BY-NC-ND) 4.0 license"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aUrban poorxGovernment policyzIndia. 0aMarginality, SocialzIndia. 0aMunicipal serviceszIndia.08iPrint version:aSinha, Amarjeet.tLast miledAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032495644w(DLC) 2023021581 a92bPUL01703nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001800172042000800190043001200198050002500210245026800235246006800503246005000571264007200621300005300693336002600746336003300772337002800805338002700833500018500860500005701045546002801102600003301130651005601163650004001219710004601259994001201305on1390706249OCoLC20230718213016.0150113s2012 mx a c 000 0 eng  a 2014437209 aDLCbengerdacDLC a9786074558944 a6074558949 a(OCoLC)13907062491 aengaspahspa apcc an-mx---00aF1386.1b.D4813 201200aDF penúltima región :bGerardo Suter : bitácora 2005-2011 /ctextos, Anasella Acosta, Ery Camara, Christine Férot, Laura González Flores, Mercedes Nasta, Blanca Ruiz Pérez, Paloma Porraz, José Antonio Rodríguez, Marisol Rodríguez, Gerardo Suter.18aGerardo Suter :bDF penúltima región : bitácora 2005-20113 aDF penúltima región, bitácora 2005-2011 1a[Ciudad de México] :b[Antiguo Colegio de San Ildefonso],c[2012] a143 pages :billustrations (some color) ;c23 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPublished on the occasion of the exhibition "DF Penultimate Region" as part of Fotoseptiembre 2011, held in the Antiguo Colegio de San Ildefonso from Sep. 7, 2011 to Jan. 15, 2012. aLC copy lacks disc apparently issued with item.5DLC aIn Spanish and English.10aSuter, GerardovExhibitions. 0aMexico City (Mexico)xPictorial worksvExhibitions. 0aPhotography, ArtisticvExhibitions.2 aAntiguo Colegio de San Ildefonso (Museum) a92bPUL02186nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124037001300146041001300159042001500172043001200187050002200199100005100221245038600272246009100658250003700749264007400786300002300860336002600883337002800909338002700937500012100964546004101085650002001126650002701146650002201173880004801195880040401243880003901647880007801686994001201764on1390706262OCoLC20230718213016.0210630s2020 jo 000 0 ara  a 2021326168 aDLCbengerdacDLC c(3 a(OCoLC)1390706262 a7.00 JOD0 aarabeng apccalcode ae-dk---00aBP65.D4bA23 20201 6880-01aʻAbd al-Qādir, Yāsmīn,eauthor.106880-02aTajallīyāt al-Islāmūfūbyā fī al-iʻlām al-gharbī :btāthīr nashr al-rusūm al-kārīkātīrīyah al-musīʼah lil-Nabī Muḥammad (ṣallá Allāh ʻalayhi wasallam) ʻalá al-Muslimīn fī al-Dinimārk = the effect of publishing abusive cartoons about the Prophet Mohammed on Muslims in Denmark /ciʻdād Yāsmīn ʻAbd al-Qādir.11aEffect of publishing abusive cartoons about the Prophet Mohammed on Muslims in Denmark 6880-03aal-Ṭabʻah al-ūlá. 16880-04aʻAmmān :bDār Āminah lil-Nashr wa al-Tawzīʻ,c2020. a179 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally presented as the authors thesis (master's)--Jāmiʻat al-Sharq al-Awsaṭ, Kullīyat al-Iʻlām, 2017. aText in Arabic; abstract in English. 0aIslamzDenmark. 0aIslamophobiazDenmark. 0aMuslimszDenmark.1 6100-01aعبد القادر، ياسمين.106245-02aتجليات الإسلاموفوبيا في الإعلام الغربي :bتاثير نشر الرسوم الكاريكاتيرية المسيئة للنبي محمد (صلى الله عليه وسلم) على المسلمين في الدنمارك = the effect of publishing abusive cartoons about the Prophet Mohammed on Muslims in Denmark /cإعداد ياسمين عبد القادر. 6250-03aالطبعة الأولى. 16264-04aعمان :bدار آمنة للنشر و التوزيع،c2020. a92bPUL01927nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124041001800146042000800164050002500172130005000197245018300247246003800430264007100468300002400539336002600563337002800589338002700617490005900644500001700703546007400720700004000794700002900834710003800863880018100901880006701082880006701149880010201216880006101318880003801379880002601417880003801443994001201481on1390706263OCoLC20230718213016.0211116s2020 ja s000 0 jpn  a 2021422413 aDLCbengerdacDLC c$1 a(OCoLC)13907062631 aainajpnhain apcc00aPL495.9.R36bJ3 20200 aRamat chish hawe anu menoko yukar.lJapanese.106880-01aTamashii no naku koe ga kikoeru "Onna no yukara" =bRamat chish hawe anu menoko yukar : Kannari Matsu hitsuroku Ainu jojishi /cKannari Matsu [cho] ; Kayano Shirō yaku.31aRamat chish hawe anu menoko yukar 16880-02aSapporo-shi :bHokkaidō Kyōiku Iinkai,cReiwa 2 [2020] a164 pages ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-03aAinu minzoku bunkazai yūkara shirīzu ;v64 aCover title. aIn Ainu and Japanese; introductory materials and summary in Japanese.1 6880-04aKannari, Matsu,d1875-1961.1 6880-05aKayano, Shirō.2 6880-06aHokkaidō Ainu Kyōkai.106245-01a魂の泣く声が聞こえる「女のユカラ」 =bRamat chish hawe anu menoko yukar : 金成マツ筆錄アイヌ叙事詩 /c金成マツ [著] ; 萱野志朗訳. 16264-02a札幌市 :b北海道教育委員会,c令和2 [2020]0 6490-03aアイヌ民俗文化財ユーカラシリーズ ;v64 6500-00a令和2年度アイヌ民俗文化財調查事業「金成マツノート」翻訳整理. 6500-00a委託業務受託者: 北海道アイヌ協会.1 6700-04a金成マツ,d1875-1961.1 6700-05a萱野志朗.2 6710-06a北海道アイヌ協会. a92bPUL01092nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002100199245016800220264004300388300002300431336002600454337002800480338002700508504004100535651004800576651004800624651005600672700003800728994001200766on1390706289OCoLC20230718213016.0220216s2019 bl b 000 0 por  a 2022306033 aDLCbengerdacDLC a9788594353825 a8594353820 a(OCoLC)1390706289 alcodeapcc as-bl---00aF2535b.E59 201900aEntre as províncias e a nação :bos diversos significados da política no Brasil do Oitocentos /cAdriana Pereira Campos [and three others] (organizadoras). 1aVitória :bEditora Milfontes,c2019. a255 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aBrazilxPolitics and governmenty1822-1889. 0aBrazilxPolitics and governmenty1763-1822. 0aBrazilxHistoryyDeclaration of Independence, 1822.1 aCampos, Adriana Pereira,eeditor. a92bPUL01618nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246043001200254050001600266082001400282100002800296245004500324250001900369263000900388264004100397300002200438336002600460337002600486338003600512520012600548521003500674521003700709588010300746650003100849650003200880650003000912650003800942651002300980776014501003994001201148on1390706290OCoLC20230718213016.0m o d cr |||||||||||230714s2023 nyu do 000 1 eng  a 2023017483 aDLCbengerdacDLC a9781250868107q(ebook) a1250868106 z9781250868091q(hardcover) a(OCoLC)1390706290 apcc aa-my---00aPZ7.1.M553300a[Fic]2231 aMikail, Nadia,eauthor.10aAt the end of the world /cNadia Mikail. aFirst edition. a2310 1aNew York :bFeiwel & Friends,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aWith the world about to end, seventeen-year-old Aisha and her mother set out on a road trip to find her estranged sister. aAges 13-18.bFeiwel & Friends. aGrades 10-12.bFeiwel & Friends. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aEnd of the worldvFiction. 1aAutomobile travelvFiction. 1aFamily problemsvFiction. 1aInterpersonal relationsvFiction. 1aMalaysiavFiction.08iPrint version:aMikail, Nadia.tAt the end of the worldbFirst edition.dNew York : Feiwel & Friends, 2023z9781250868091w(DLC) 2023017482 a92bPUL00727nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003800198245004100236260004300277300003900320650001400359700005300373710005900426994001200485on1390706304OCoLC20230718213016.0820504s1684 ne 000 0 fre  a 32016377  aDLCbengcDLC a(OCoLC)139070630400aHQ731b.M2 1684 aHQ731b.M2 1684 Copy 2cToinet no. 12271 aMainville, de. [from old catalog]10aDu bonheur et du malheur du mariage, aLa Haye,bChez Adrian Moetjens,c1684. a4 p.l., 274, [6] p.c14 cm. (12mo) 0aMarriage.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00835nam a22002417i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163100003900185245013600224264004500360300005500405336002600460337002800486338002700514700004000541994001200581on1390706305OCoLC20230718213016.0230717s2022 cy a 000 j gre  a 2023450917 aDLCbengerdacDLC a9789925568772q(softbound) a9925568773 a(OCoLC)13907063051 aPaulou, Geōrgia,d1969-eauthor.13aHo kēpos tōn axiōn /cGeōrgia Paulou ; eikonographēsē Antrē Ploutarchou, ekpaideutikos ; poiēsē Geōrgia Paulou. 1aLeukōsia :bEkdoseis en Typois,c2022. a111 pages :bchiefly color illustrations ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aPloutarchou, Antrē,eillustrator. a92bPUL01017nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002200205100003900227245005200266264005600318264001100374300005300385336002600438337002800464338002700492490001900519500002400538600003400562650004700596655002400643994001200667on1390706313OCoLC20230718213016.0230418r20071999enka 000 0beng  a 2022361813 aDLCbengerdacDLC a9780853729426q(paperback) a0853729425 a(OCoLC)1390706313 apcc ae-uk-en00aPR4581b.P27 20071 aParker, Michael St. John,eauthor.14aThe world of Dickens /cMichael St John Parker. 1aAndover, Hampshire :bPitkin Publishing Ltd,c2007. 4c©1999 a28 pages :billustrations (some color) ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aA Pitkin guide aTitle from caption.10aDickens, Charles,d1812-1870. 0aAuthors, Englishy19th centuryvBiography. 7aBiographies.2lcgft a92bPUL01021nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002500194100003800219245015000257264005800407300004000465336002600505337002800531338002700559504005700586650003800643650002600681994001200707on1390706314OCoLC20230718213016.0230414s2023 bl a b 000 0 por  a 2023313265 aDLCbengerdacDLC a9786525264622 a6525264626 a(OCoLC)1390706314 alcode as-bl---00aKHD5891.5b.V54 20231 aVieira, Guilherme Gomes,eauthor.10aPresunção de inocência e antecipação da prisão :binflexões jurisprudenciais do Supremo Tribunal Federal /cGuilherme Gomes Vieira. 1a[São Paulo, Brazil] :bDialética Editora,c[2023] a255 pages :billustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 231-255). 0aPresumption of innocencezBrazil. 0aImprisonmentzBrazil. a92bPUL00801nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100006000198245003800258250001600296260004100312300002700353650005500380700005300435710005900488994001200547on1390706315OCoLC20230718213016.0820225s1667 fr 000 0 fre  a 31034297  aDLCbengcDLC a(OCoLC)139070631500aBJ682b.A8 1667 aBJ682b.A8 1667 Copy 2cToinet no. 12421 aAubignac, François-Hédelin,cabbé d',d1604-1676.14aLes conseils d'Ariste a Celimene, aSeconde ed. aA Paris,bChez N. Pepingvé,c1667. a5 p.l., 239 p.c14 cm. 0aYoung womenxConduct of lifevEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00751nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002400134051004800158100003800206245003200244260004100276300003900317600004100356700005300397710005900450994001200509on1390706316OCoLC20230718213016.0831028s1669 fr 000 0bfre  a 31035562  aDLCbengcDLC a(OCoLC)139070631600aDC122.9.J6bC3 1669 aDC122.9.J6bC3 1669 Copy 2cToinet no. 11911 aCaillières, Jacques de,d-1697.10aHistoire du duc de Joyeuse, aA Paris,bChez Denys Thierry,c1669. a6 p.l., 344, [4] p.c16 cm. (12mo)10aJoyeuse, Henri,cduc de,d1567-1608.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL03262nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001300253082002700266100004700293245012100340263000900461264006800470264001100538300002200549336002600571337002600597338003600623500002000659505041600679520125201095588010302347650003602450650004002486650002602526650004702552650001002599700002602609776015702635994001202792on1390706348OCoLC20230718213016.0m o d cr |||||||||||230713t20232023mau o 001 0 eng  a 2023018765 aDLCbengerdacDLC a9781647823252q(epub) a1647823250 z9781647823245q(hardcover) a(OCoLC)1390706348 apcc00aBF637.S800a158.1223/eng/202307141 aGervais, Michaelc(Psychologist),eauthor.14aThe first rule of mastery :bstop worrying about what people think of you /cMichael Gervais (PhD), with Kevin Lake. a2311 1aBoston, Massachusetts :bHarvard Business Review Press,c[2023] 4c©2023 a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.00tBeethoven's secret --tThe mechanics --tFear factors --tIdentity: a breeding ground --tOutsourcing self-worth --tThe neurobiology of FOPO --tI always feel like somebody's watching me --tDo we really know what someone else in thinking? --tWe see things as they [cross out over they] we are --tSocial animals and separate selves --tOur closely held beliefs --tLook who's talking --tThe litmus test. EST a"With the proliferation of social media, the intense pressure to succeed, and our overreliance on external rewards, metrics, and validation, FOPO is running rampant. Our concern with what other people think about us has become an irrational, unproductive, and unhealthy obsession in the modern world. And its negative effects reach into all aspects of our lives. In The First Rule of Mastery, Michael Gervais shows us the key to leading a high-performance life is to redirect our attention from the world outside us to the world inside us. As one of the world's leading experts on the relationship between the mind and human performance, Gervais takes an in-depth look at the noxious effects of FOPO while laying out the mental skills and practices we need to achieve personal excellence-the same skills he's taught to the top performers in the world including sports MVPs and Fortune 100 leaders and teams. Filled with fascinating stories from the worlds of sports and business, leading-edge science, and insights from the popular Finding Mastery podcast, The First Rule of Mastery is a much-needed wake-up call that when we give more value to other people's opinions than our own, we live life on their terms, not ours"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSuccessxPsychological aspects. 0aPerformancexPsychological aspects. 0aCognitive psychology. 0aOther (Philosophy)xPsychological aspects. 0aFear.1 aLake, Kevin,eauthor.08iPrint version:aGervais, MichaeltFirst rule of masterydBoston, Massachusetts : Harvard Business Review Press, [2023]z9781647823245w(DLC) 2023018764 a92bPUL05154nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163020003300190035002200223042000800245050002200253082002500275245009300300263000900393264004400402300001300446336002600459337002800485338002700513490008000540520188900620504005102509505206902560610003504629650003604664700003004700700002604730994001204756on1390706349OCoLC20230718213016.0230713s2024 nju b 001 0 eng  a 2023023146 aDLCbengerdacDLC a9781800614475q(hardcover) a1800614470 z9781800614482q(ebook) z9781800614499q(ebook other) a(OCoLC)1390706349 apcc00aHG101b.G744 202400a332223/eng/2023071700aGreen finance and Sustainable Development Goals /ceditors: Sabri Boubaker, Thai- Ha Le. a2309 1aNew Jersey :bWorld Scientific,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTransformations in banking, finance and regulation,x2752-5821 ;vvolume 12 a"Green finance plays a crucial role in promoting sustainable development by mobilizing financial resources towards environmentally sustainable projects. It enables the transition to a low-carbon and climate-resilient economy, which is essential for achieving global climate goals. Green Finance and Sustainable Development Goals explores how, by aligning financial investments with sustainable development objectives, green finance can contribute to the achievement of the United Nations' Sustainable Development Goals (SDGs). The first part of the book examines the connection between climate change and green finance in emerging markets and developing countries, with a particular focus on the impact of globalization and financial development on climate change. The second part of the book focuses on environmental disclosure, standards, and their relevance, with a specific focus on how European countries have implemented green finance to support sustainable development and achieve their climate goals. In the third and final part of the book, the authors discuss green finance and sustainable development goals from a global perspective. They examine the role of finance and renewable energy transition in supporting sustainable economic development, and how this can be applied to green recovery in the post-COVID-19 era. The book provides a comprehensive and up-to-date analysis of the relationship between green finance and sustainable development goals, and offers insights and potential solutions for researchers, investors, and policymakers. It also includes real-life case studies, empirical analyses, and policy recommendations from scholars around the world, making it a valuable resource for anyone interested in understanding and addressing the challenges of climate change and sustainable finance in the aftermath of the COVID-19 pandemic"--cProvided by publisher. aIncludes bibliographical references and index.0 aThe impact of globalization and financial development on climate change : fresh evidence from 60 developing countries / Michael L. Polemis and Thanasis Stengos -- Green finance and sustainable development in India : current status and challenges beyond the COVID-19 period / Mita Bhattacharya and Eric Yan -- Green finance in China : development and impact analysis / Zheng Fang, Youngho Chang, and Yinghui Yu -- Green financing and its future prospects in climate-vulnerable Asian countries : the case of Bangladesh / Syeda Shehtaz Hasib and Syed Abul Basher -- Determinants of green banking disclosures : evidence from Mauritius / Dineshwar Ramdhony, Foolchand M, and Boopen Seetanah -- How should sustainable finance standards be designed for developing countries? / Kathrin Berensmann -- Environmental disclosure in financial institutions : a critical review of the literature/ Eleonora Broccardo, Graziano Coller, and Maria Mazzuca -- Disclosure on climate-related risks in the insurance sector : the state of the art in Europe / Maria Mazzuca, Damiana Giuseppina Costanzo, and Angella Coscarelli -- The relevance of environmental, social, and governance issues in corporate valuation : concepts and reflections/ Murad Harasheh and Giovanni Cardillo -- Financing renewable energy transition toward sustainable development goals : policies and economic implications in the era of climate change / Diem Thi Hong Vo and Hai Hong Trinh -- The role of financing in achieving sustainable development goals: economic and legal implications / Muhammad Azam, Ahmed Imran Hunjra, and M. Kabir Hassan -- Green finance : between commitment and illusion/ Mohamed Bechir Chenguel -- Green finance, corporate performance, and the role of financial institutions / Fateh Saci and Boualem Aliouat -- The establishment of a gross ecosystem product : a country comparison / Silvio Andrae -- Renewable energy transition for sustainable economic development : implications for green recovery post COVID-19 era / Ahmed Imran Hunjra, Mahnoor Hanif, Dilvin Taskin, and Qasim Zureigat.20aSustainable Development Goals. 0aFinancexEnvironmental aspects.1 aBoubaker, Sabri,eeditor.1 aLe, Thai-Ha,eeditor. a92bPUL03121nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043002100250050001500271082003300286245011000319263000900429264003900438300002300477336002600500337002600526338003600552490004000588504005100628505128100679520029601960588010302256650002202359651003102381651003102412700003302443700003202476776015502508994001202663on1390706350OCoLC20230718213016.0m o d cr |||||||||||230706s2023 mdu ob 001 0deng  a 2023030087 aDLCbengerdacDLC a9781666938197q(ebook) a166693819X z9781666938180q(cloth) a(OCoLC)1390706350 apcc aa-kr---ae-gx---00aDS910.2.G300a305.8957043223/eng/2023071300aCross-border interactions and encounters between Germany and Korea /cedited by Yonson Ahn and Jihye Kim. a2310 1aLanham :bLexington Books,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aKorean communities across the world aIncludes bibliographical references and index.0 aChallenging "Other-ness" in Berlin : German Koreans, Multi-raciality, and Diasporic Resources / Helen Kim -- Mothering Practices of Korean Healthcare Workers in Germany / Yonson Ahn -- Korean Newcomers in Germany : The Changing Sociodemographics of Korean Immigrants / Jaok Kwon -- Recent Immigration and Self-Employment : Motivations and Factors in the Rise of Korean Restaurants in Frankfurt / Jihye Kim -- P'ansori in Germany : Korean Singing-Storytelling, from Representation of Culture to Creative Collaboration / Jan Creutzenberg -- Ethnographic Collecting and Transculturally Shaped Images of Korean Culture in Germany Towards the End of the Chosŏn Dynasty / Katharina Süberkrüb -- Translation as Cultural Transfer between Korean and German / Yuri Ko -- Discursive Conflicts in the Transfer of Ideas and Institutions across Borders : Narratives of the "German Model" in South Korean Media / Jin-Wook Shin and Boyeong Jeong -- German Diplomats' and Journalists' Perspectives on the April Revolution in South Korea / Hannes B. Mosler -- Initiating German Korean Studies in Context : 1930s, the GDR, and the FRG / Yvonne Schulz Zinda -- The History of German Language and Literature Studies in South Korea : A Female Philologist's Personal Perspective / Yonsuk Chae. a"Through an interdisciplinary approach, this book examines the multi-layered dimensions of Germany and Korea's historical and contemporary relations and interactions as witnessed in migration flows, media representations, cultural trends, and the field of academia"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aKoreanszGermany. 0aKoreaxRelationszGermany. 0aGermanyxRelationszKorea.1 aAhn, Yonson,d1963-eeditor.1 aKim, Jihye,d1979-eeditor.08iPrint version:tCross-border interactions and encounters between Germany and KoreadLanham : Lexington Books, [2023]z9781666938180w(DLC) 2023030086 a92bPUL04164nam a22005298i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277043001200285050001400297082003400311084003400345100003300379245010800412263000900520264004400529300002200573336002600595337002600621338003600647504005100683505079800734520126901532588010302801610005002904650004902954650005803003650007803061650007603139650005903215650006903274651004803343650004803391650004303439776014003482994001203622on1390706358OCoLC20230718213016.0m o d cr |||||||||||230510s2023 ncu ob 001 0 eng  a 2023003685 aDLCbengerdacDLC a9781478027546q(ebook) a1478027541 z9781478025405q(paperback) z9781478020622q(hardcover) a(OCoLC)1390706358 apcc an-us-ny00aHV8148.N500a363.209747/1223/eng/20230714 aHIS036000aSOC0040002bisacsh1 aGuariglia, Matthew,eauthor.10aPolice and the Empire City :brace and the origins of modern policing in New York /cMatthew Guariglia. a2311 1aDurham :bDuke University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aBecoming blue : New York police's earliest encounters with race and ethnicity, 1845-1871 -- Racial hierarchies of crime and policing : bodies, morals, and gender in the NYPD from 1890 to 1897 -- Colonial methods : Francis Vinton Greene's journey from empire to policing the Empire City -- The rise of ethnic policing : Warren Charles, Cornelius Willemse, and the German Squad -- Policing the "Italian problem" : criminality, racial difference, and the NYPD Italian Squad, 1903-1909 -- "They needed me as much as I needed them" : Black patrolmen and resistance to police brutality, 1900-1913 -- "Police are raw materials" : training bodies in the World War I era -- Global knowledge/American police : information, international collaboration, and the rise of technocratic "colorblind" policing. a"During the years between the Civil War and World War II, police in New York City struggled with how to control a diverse city. In Police and the Empire City Matthew Guariglia tells the history of the New York Police to show how its origins were built upon and inseparably entwined with the history of race, ethnicity, and whiteness in the United States. Guariglia explores the New York City Police Department through its periods of experimentation and violence as police experts import tactics from the US occupation of the Philippines and Cuba, devise modern bureaucratic techniques to better suppress Black communities, and infiltrate supposedly-unknowable immigrant neighborhoods. Innovations ranging from recruiting Chinese, Italian, or German police to form "ethnic squads," the use of deportation and federal immigration restrictions to control local crime-even the introduction of fingerprinting-were motivated by attempts to govern a multiracial city. Campaigns to remake the police department created an urban landscape where power, gender, sexuality, race, ethnicity, crime, and bodies collided and provided a foundation for the supposedly "colorblind," technocratic, federally-backed, and surveillance-based policing of today"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aNew York (N.Y.).bPolice DepartmentxHistory. 0aPolicezNew York (State)zNew YorkxHistory. 0aLaw enforcementzNew York (State)zNew YorkxHistory. 0aRacial profiling in law enforcementzNew York (State)zNew YorkxHistory. 0aDiscrimination in law enforcementzNew York (State)zNew YorkxHistory. 0aPolice brutalityzNew York (State)zNew YorkxHistory. 0aPolice-community relationszNew York (State)zNew YorkxHistory. 0aNew York (N.Y.)xEthnic relationsxHistory. 7aHISTORY / United States / General.2bisacsh 7aSOCIAL SCIENCE / Criminology.2bisacsh08iPrint version:aGuariglia, Matthew.tPolice and the Empire CitydDurham : Duke University Press, 2023z9781478025405w(DLC) 2023003684 a92bPUL00848nam a2200289 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002600193100003700219245004500256264004500301264001100346300005200357336002600409337002800435338002700463655002600490655003000516994001200546on1390706389OCoLC20230718213016.0230404t20142014enka 000 1 eng  a 2022361832 aDLCbengerdacDLC a9781907598265q(paperback) a190759826X a(OCoLC)1390706389 apcc00aPR6053.L328bC47 20141 aClarke, Gillian,d1937-eauthor.14aThe Christmas wren /cby Gillian Clarke. 1aNottingham :bCandlestick Press,c[2014] 4c©2014 a15 pages :billustrations (some color) ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 7aShort stories.2lcgft 7aChristmas fiction.2lcgft a92bPUL01823nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002500209020003600234020002600270035002200296042000800318050002500326082002900351100002900380245006300409263000900472264005600481300001400537336002600551337002800577338002700605490002000632504005100652520037600703521003101079521003201110650004101142650004701183776014701230994001201377on1390706390OCoLC20230718213016.0230630s2024 mnu j b 001 0 eng  a 2023019035 aDLCbengerdacDLC a9781669065104q(hardcover) a1669065103 a9781669065180q(paperback) a1669065189 z9781669065142q(pdf) z9781669065203q(kindle edition) z9781669065197q(epub) a(OCoLC)1390706390 apcc00aQL737.C23bH614 202400a599.756223/eng/202307171 aHofer, Charles,eauthor.10aSiberian tiger vs. saber-tooth cat /cby Charles C. Hofer. a2401 1aNorth Mankato, Minnesota :bCapstone Press,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBeastly battles aIncludes bibliographical references and index. a"It's a battle between two fearsome, fanged beasts! Today, the Siberian tiger holds the record as the world's biggest cat. But in prehistoric times, the saber-tooth cat held that title as it prowled the land for prey. Learn what makes these similar animals such effective hunters. Then decide which fierce fighter would best the other in battle"--cProvided by publisher. aAges 9-11bCapstone Press. aGrades 4-6bCapstone Press. 0aSiberian tigervJuvenile literature. 0aSaber-toothed tigersvJuvenile literature.08iOnline version:aHofer, Charles C.tSiberian tiger vs. saber-tooth catdNorth Mankato : Capstone Press, 2024z9781669065142w(DLC) 2023019036 a92bPUL01725nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258050002200266082002800288100003300316245005300349263000900402264004400411300001400455336002600469337002800495338002700523490001900550500007300569520025900642521003500901521003700936650005300973650003501026650003501061650004401096776013901140994001201279on1390706391OCoLC20230718213016.0230531s2024 ilu j 000 0 eng  a 2023024999 aDLCbengerdacDLC a9781684507252q(Hardcover) a1684507251 a9781684048618q(Paperback) a1684048613 z9781684049202q(eBook) a(OCoLC)1390706391 apcc00aTA1149b.C67 202400a629.04223/eng/202307171 aCorrigan, Kathleen,eauthor.10aTerrific transportation /cby Kathleen Corrigan. a2308 1aChicago :bNorwood House Press,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aThe decodables a"Search for sounds. Consonants: b, d, j, k, p, q, t, v, z"--caption. a"A child's class is exploring transportation. Introductionary look at decoding multiple words using consonants whose sound is in the initial position of the letter name such as p or t. Includes a note to caregiver and word list"--cProvided by publisher. aAges 3-5bNorwood House Press. aGrades K-1bNorwood House Press. 0aTransportation engineeringvJuvenile literature. 0aVehiclesvJuvenile literature. 0aBicyclesvJuvenile literature. 0aBoats and boatingvJuvenile literature.08iOnline version:aCorrigan, Kathleen.tTerrific transportationdChicago : Norwood House Press, [2024]z9781684049202w(DLC) 2023025000 a92bPUL02542nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002500117020001500142020002600157035002200183042000800205050002300213082002500236100004700261245007700308263000900385264007900394300001500473336002600488337002800514338002700542504005100569520124200620650005101862650003601913650003801949776018101987994001202168on1390706428OCoLC20230718213016.0230227s2024 nyu b 001 0 eng  a 2023008579 aDLCbengerdacDLC a9780197682098q(c/p) a019768209X z9780197682104q(epub) a(OCoLC)1390706428 apcc00aBT701.3b.Z33 202400a231223/eng/202307171 aZagzebski, Linda Trinkaus,d1946-eauthor.10aOmnisubjectivity :ban essay on God and subjectivity /cLinda Zagzebski. a2308 1aNew York, NY, United States of America :bOxford University Press,c[2024] avolumes cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book explains and defends the idea that the God of the monotheistic religions has the property of omnisubjectivity, the property of perfectly grasping every conscious state of every conscious being from the first- person perspective of the subject. God not only knows all objective facts, such as the fact that someone is in pain, but God is present in the pain, grasping it the way the bearer of the pain grasps it. The book argues that this attribute is entailed by omniscience, omnipresence, divine love, and divine justice, and it is presupposed in common practices of prayer. Three models of omnisubjectivity are described: the empathy model, the perceptual model, and panentheism. The book then defends the idea that omnisubjectivity extends to the possible but non-actual conscious states of all possible conscious beings. God grasps all possible subjective states in his imagination. The book then shows how the Christian form of the attribute of omnisubjectivity affects the doctrines of the Trinity, the Incarnation, and the infusion of the Holy Spirit. The book concludes that subjectivity and intersubjectivity are deep in the universe, deeper than the universe as it is objectively described"--cProvided by publisher. 0aSubjectivityxReligious aspectsxChristianity. 0aGod (Christianity)xOmniscence. 0aGod (Christianity)xOmnipresence.08iOnline version:aZagzebski, Linda Trinkaus, 1946-.tOmnisubjectivitydNew York, NY, United States of America : Oxford University Press, [2024]z9780197682104w(DLC) 2023008580 a92bPUL01983nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002600154100004600180240003300226245031800259246003300577264011400610300002300724336002600747337002800773338002700801505007300828630003800901700005600939752002600995880004101021880035201062880003001414880011301444880004001557994001201597on1390706447OCoLC20230718213016.0220703s2021 is 000 0 heb  a 2022462759 aDLCbengerdacDLC c(2 a(OCoLC)1390706447 apcc00aBS1225.53b.K572 20211 6880-01aḲlain, Mosheh Shaʼul,eauthor.10aṾa-yaḳhel Mosheh (Torah)106880-02aSefer Ṿa-yaḳhel Mosheh :bʻal ha-Torah : ʻiyunim be-halakhah ṿe-nidunim maʻaśiyim ʻal seder parashiyot ha-Torah /cshe-nishmeʻu mi-pi talmido ha-muvhaḳ shel Rabenu Baʻal ha-Sheveṭ ha-Leṿi ... Rabi Mosheh Shaʼul Ḳlain, sheliṭa ... ; ʻorekh rashi ha-Rav Yitsḥaḳ Ṿerṭhaimer.176880-03aṾa-yaḳhel Mosheh 16880-04aBene Beraḳ :bBe-hotsaʼat Mekhon Ṿa-yaḳhel Mosheh :bTsuf hotsaʼah la-or,c782 [2021 or 2022] a3 volumes ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a[1] Be-reshit -- [2] Shemot. Ṿa-yiḳra -- [3] Ba-midbar. Devarim.00aBible.pPentateuchvCommentaries.1 6880-05aṾerṭhaimer, Yitsḥaḳ,echief editor. aIsraeldBene Beraḳ.1 6100-01aקליין, משה שאול.106245-02aספר ויקהל משה :bעל התורה : עיונים בהלכה ונידונים מעשיים על סדר פרשיות התורה /cשנשמעו מפי תלמידו המובהק של רבנו מרן בעל השבט הלוי ... רבי משה שאול קליין, שליט"א ... ; עורך ראשי הרב יצחק ורטהיימר.176246-03aויקהל משה 16264-04aבני ברק :bבהוצאת מכון ויקהל משה :bצוף הוצאה לאור,cתשפ״ב.1 6700-05aורטהיימר, יצחק. a92bPUL00984nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163041001300185042000800198050002400206245010100230264004300331300002300374336002600397337002800423338002700451650006000478650006000538655001900598700005300617994001200670on1390706448OCoLC20230718213016.0230602s2022 enk 000 0 eng  a 2022481972 aDLCbengerdacDLC a9781915553003q(paperback) a1915553008 a(OCoLC)13907064481 aenghger apcc00aPT1160.E8bM46 202200aAcross a sheet of paper :ba selection of poems translated from the German /cChristine McNeill. 1aNottingham :bShoestring Press,c2022. a119 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aGerman poetryy19th centuryvTranslations into English. 0aGerman poetryy20th centuryvTranslations into English. 7aPoetry.2lcgft1 aMcNeill, Christine,d1953-eeditor,etranslator. a92bPUL01967nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001000284070002200294082002800316245015200344246006500496250001900561263000900580264004800589300002200637336002600659337002600685338003600711504005100747520027900798588010301077650003301180650003001213700002801243700003301271700005001304776014301354994001201497on1390706449OCoLC20230718213016.0m o d cr |||||||||||230708s2024 flu ob 001 0 eng  a 2023003281 aDLCbengerdacDLC a9781003242192q(ebook) a1003242197 z9781032120805q(hardback) z9781032150338q(paperback) a(OCoLC)1390706449 apcc00aTP4340 aTP434b.C474 202400a664/.7223/eng/2023071200aCereal processing technologies :bimpact on nutritional, functional, and biological properties /cedited by Rajan Sharma, B. N. Dar, Savita Sharma.3 aImpact on nutritional, functional, and biological properties aFirst edition. a2310 1aBoca Raton, FL :bTaylor and Francis,c2024 a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book reviews cereal processing technologies and their impact on quality attributes of cereals, detailing the processing techniques of cereals with recent advancements followed by their impact on nutritive, functional and biological potential"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCereal productsxProcessing. 0aAgricultural innovations.1 aSharma, Rajan,eeditor.1 aDar, Basharat Nabi,eeditor.1 aSharma, Savitac(Food technologist),eeditor.08iPrint version:tCereal processing technologiesbFirst editiondBoca Raton, FL : Taylor and Francis, 2024z9781032120805w(DLC) 2023003280 a92bPUL01605nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178035002200209042000800231050001500239082001200254100002800266245006100294246004200355263000900397264005500406300002200461336002600483337002600509338003600535520019500571521004900766588010300815650002200918650002400940650003700964655002601001776015601027994001201183on1390706465OCoLC20230718213016.0m o d cr |||||||||||230717s2024 nyu bo 000 1 eng  a 2023020242 aDLCbengerdacDLC a9798887071343q(ebook) z9781419770586q(hardcover) a(OCoLC)1390706465 apcc00aPZ7.1.V46800a[E]2231 aVernon, Katie,eauthor.10aWe're having a party (for everyone!) /cby Katie Vernon.30aWe are having a party (for everyone!) a2405 1aNew York :bAbrams Books for Young Readers,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aLana has a few tips for her nervous pup, Lemon, on how to make sure their first dinner party is a total success, including social etiquette, accommodating others, and how much fun it can be. aAges 4 to 8bAbrams Books for Young Readers. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aPartiesvFiction. 1aEtiquettevFiction. 1aIndividual differencesvFiction. 7aPicture books.2lcgft08iPrint version:aVernon, Katie.tWe're having a party (for everyone!)dNew York : Abrams Books for Young Readers, 2024z9781419770586w(DLC) 2023020241 a92bPUL03816nam a22005178i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043002100281050001100302082003000313100003100343245011800374263000900492264006200501300002300563336002600586337002600612338003600638490002500674504005100699505013300750520165200883588010302535650005202638650005602690650005202746650005602798650005502854650005902909650007102968650007503039776014603114830002603260994001203286on1390706480OCoLC20230718213016.0m o d cr |||||||||||221021s2023 cau ob 001 0 eng  a 2022051127 aDLCbengerdacDLC a9781503636101q(ebook) a1503636100 z9781503632981q(cloth) z9781503636095q(paperback) a(OCoLC)1390706480 apcc aaz-----aas-----00aKNC56500a325/.359223/eng/202307121 aRamnath, Kalyani,eauthor.10aBoats in a storm :blaw, migration, and decolonization in South and Southeast Asia, 1942-1962 /cKalyani Ramnath. a2308 1aStanford, California :bStanford University Press,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aSouth Asia in motion aIncludes bibliographical references and index.0 a1942 -- Banana money -- Tax receipts -- Application forms -- Women who wait -- Red flags -- 1962 -- Conclusion : an uneasy calm. a"For more than a century before World War II, traders, merchants, financiers, and laborers steadily moved between places on the Indian Ocean, trading goods, supplying credit, and seeking work. This all changed with the war and as India, Burma, Ceylon, and Malaya wrested independence from the British empire. Set against the tumult of the postwar period, Boats in a Storm centers on the legal struggles of migrants to retain their traditional rhythms and patterns of life, illustrating how they experienced citizenship and decolonization. Even as nascent citizenship regimes and divergent political trajectories of decolonization papered over migrations between South and Southeast Asia, migrants continued to recount cross-border histories in encounters with the law. These accounts, often obscured by national and international political developments, unsettle the notion that static national identities and loyalties had emerged, fully formed and unblemished by migrant pasts, in the aftermath of empires. Drawing on archival research conducted in India, Sri Lanka, Myanmar, London, and Singapore, Kalyani Ramnath narrates how former migrants battled legal requirements to revive prewar circulations of credit, capital, and labor, in a postwar context of rising ethno-nationalisms that accused migrants of stealing jobs and hoarding land. Ultimately, Ramnath shows how decolonization was marked not only by shipwrecked empires and nation-states assembled and ordered from the debris of imperial collapse, but also by these forgotten stories of wartime displacements, their unintended consequences, and long afterlives"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCitizenshipzSouth AsiaxHistoryy20th century. 0aCitizenshipzSoutheast AsiaxHistoryy20th century. 0aNoncitizenszSouth AsiaxHistoryy20th century. 0aNoncitizenszSoutheast AsiaxHistoryy20th century. 0aDecolonizationzSouth AsiaxHistoryy20th century. 0aDecolonizationzSoutheast AsiaxHistoryy20th century. 0aEmigration and immigration lawzSouth AsiaxHistoryy20th century. 0aEmigration and immigration lawzSoutheast AsiaxHistoryy20th century.08iPrint version:aRamnath, Kalyani.tBoats in a stormdStanford, California : Stanford University Press, 2023z9781503632981w(DLC) 2022051126 0aSouth Asia in motion. a92bPUL00956nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245014200214264004900356300005800405336002600463337002800489338002700517500001700544504004100561700003400602700003000636994001200666on1390706481OCoLC20230718213016.0230717s2022 pk ah b 000 0 eng  a 2023318786 aDLCbengerdacDLC a(OCoLC)1390706481 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aGlobal reactions to Kashmir crisis :bwhat states, organizations, and leaders say /cresearch by Ghulam Shabbir ; editor, Ahmed Quraishi. 1aIslamabad :bYouth Forum for Kashmir,c2020. a109 pages :bcolor illustrations, facsimiles ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references.1 aShabbir, Ghulam,eresearcher.1 aAhmed, Quraishi,eeditor. a92bPUL01107nam a22002891 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112043001200134050002100146051003800167100003700205245009100242250004500333260003800378300003900416500004200455500015600497500003200653650002300685700004400708700005300752994001200805on1390706526OCoLC20230718213016.0831210s1672 fr 000 0 fre  a 32008547  aDLCbengcDLC a(OCoLC)1390706526 ae-fr---00aBJ1881b.C8 1672 aBJ1881b.C8 1672cToinet no. 12201 aCourtin, Antoine de,d1622-1685.10aNouveau traité de la civilité qui se pratique en France, parmi les honnestes gens. aSeconde éd., corrigée & augmentée. aParis,bChez Helie Josset.c1672. a8 p.l., 264, [6] p.c16 cm. (12mo) aTitle vignette : device of H. Josset. aThe privilege is granted to "Sieur I. M." (i. e. Jean Meusnier) who appears to be the editor. cf. Barbier, Dict. des ouvr. anon., 1875, t. 3, col. 521. a"Ex bibliotheca R. Toinet." 0aEtiquettezFrance.1 aMeusnier, Jean,dactive 1670-1674,eed.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01927nam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002500159020002600184020001500210035002200225042000800247043001200255050002200267082002900289100003200318245012500350263000900475264006900484300001300553336002600566337002800592338002700620500013800647504005100785520038100836650005301217650005201270650001901322650001601341650002901357700004201386710004101428994001201469on1390706527OCoLC20230718213016.0230517s2023 vau b 001 0 eng  a 2023023291 aDLCbengerdacDLC a9780784416143q(print) a0784416141 z9780784484944q(PDF) a9780784484951q(ePub) a0784484953 a(OCoLC)1390706527 apcc an-us---00aTH891b.S732 202300a693.8/9223/eng/202307171 aStafford, T. Eric,eauthor.10aWind loads :bguide to the wind load provisions of ASCE 7-22 /cT. Eric Stafford, P.E., Timothy A. Reinhold, Ph.D., P.E. a2310 1aReston, Virginia :bAmerican Society of Civil Engineers,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aRevision of: Wind loads : guide to the wind load provisions of ASCE 7-16 / William L. Coulbourne, P.E., T. Eric Stafford, P.E., 2020. aIncludes bibliographical references and index. a"Authors Stafford and Reinhold provide a comprehensive overview of the wind load provisions in Minimum Design Loads and Associated Criteria for Buildings and Other Structures, ASCE/SEI 7-22, focusing on providing direction while using the provisions that affect planning, designing, and constructing buildings for residential and commercial purposes"--cProvided by publisher. 0aWind resistant designxStandardszUnited States. 0aBuilding, StormproofxStandardszUnited States. 0aWind-pressure. 0aGust loads. 0aBuildingsxAerodynamics.1 aReinhold, Timothy A.,d1951-eauthor.2 aAmerican Society of Civil Engineers. a92bPUL01162nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179050002700187100003800214245007900252250002000331264005900351300002400410336002100434337002500455338002300480490004300503655001900546880003300565880007200598880001800670880005700688880004300745994001200788on1390706528OCoLC20230718213016.0230609s2022 ko 000 0 kor  a 2023434156 aDLCbengerdacDLC c$1 a9788954690072 a8954690076 a(OCoLC)1390706528 apcc00aPL994.42.M96bU75 20221 6880-01aKo, Myŏng-jae,eauthor.106880-02aUri ka k'isŭ hal ttae nun ŭl kamnŭn kŏn /cKo Myŏng-jae. 6880-03a1-p'an. 16880-04aKyŏnggi-do P'aju-si :bMunhak Tongne,c2022. a108 pages ;c23 cm. atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 6880-05aMunhak Tongne siinsŏn ;v184 7aPoetry.2lcgft1 6100-01a고 명재,eauthor.106245-02a우리 가 키스 할 때 눈 을 감는 건 /c고 명재. 6250-03a1판. 16264-04a경기도 파주시 :b문학 동네,c2022.0 6490-05a문학 동네 시인선 ;v184 a92bPUL01175nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002300199245009400222250002100316264005300337300003100390336002100421337002500442338002300467504004100490520007400531546001400605650004500619650005700664700005000721710004200771994001200813on1390706529OCoLC20230718213016.0201026s2020 my b f001 0 may  a 2020309010 aDLCbengerdacDLC a9789834925543 a9834925549 a(OCoLC)1390706529 alcodeapcc aa-my---00aPL5130b.S276 202000aSastera popular :bantara komersialisme dengan intelektualisme /ceditor, Misran Rokimin. aCetakan pertama. 1aKuala Lumpur :bDewan Bahasa dan Pustaka,c2020. axxxiii, 398 pages ;c22 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references. aCritics on contemporary Malay literary works; collection of articles. aIn Malay. 0aMalay literaturexHistory and criticism. 0aPopular literaturezMalaysiaxHistory and criticism.0 aMisran Rokimin,d1949-econtributor,eeditor.2 aDewan Bahasa dan Pustaka,epublisher. a92bPUL02594nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003000192035002200222042000800244043001200252050001600264082003800280100003000318245004700348263000900395264005200404300002200456336002600478337002600504338003600530504005100566520119300617588010301810600002601913650006701939655002402006776014202030994001202172on1390706539OCoLC20230718213016.0m o d cr |||||||||||230714s2024 nyu ob 001 0beng  a 2023021255 aDLCbengerdacDLC a9780197556399q(epub) a0197556396 z9780197556375q(hardback) a(OCoLC)1390706539 apcc an-us---00aPN2287.C22700a791.4302/8092aB223/eng/202307141 aSchonfeld, Zach,eauthor.10aHow Coppola became Cage /cZach Schonfeld. a2310 1aNew York, NY :bOxford University Press,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"How Coppola Became Cage chronicles Nicolas Cage's early career and rise to fame, examining the formative performances that made him an icon of independent cinema in the 1980s and early 1990s. Drawing on more than 100 new interviews with Cage's collaborators-including filmmakers David Lynch, John Patrick Shanley, Mike Figgis, Martha Coolidge, and Amy Heckerling-this book offers a revealing portrait of Cage's origin story as a member of the Coppola family, his early roles in low-budget teen films, and his rise to stardom with memorable performances in cult films like Raising Arizona, Moonstruck, and Wild at Heart. The book examines how Cage drew on influences as eclectic as silent cinema and German Expressionism while displaying an intense commitment to his performances both on- and off-screen. The book demystifies the actor's onscreen eccentricities and argues that his commercial failures are as interesting as his successes. How Coppola Became Cage meticulously traces Cage's career from 1981, when he was a young drama student at Beverly Hills High, to 1995, when he gave an Oscar-winning performance as a suicidal alcoholic in Leaving Las Vegas."--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aCage, Nicolas,d1965- 0aMotion picture actors and actresseszUnited StatesvBiography. 7aBiographies.2lcgft08iPrint version:aSchonfeld, Zach.tHow Coppola became CagedNew York, NY : Oxford University Press, 2024z9780197556375w(DLC) 2023021254 a92bPUL01061nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004400150100006200194245019200256260004700448300003900495650004900534650004200583700005800625700005300683710005900736994001200795on1390706540OCoLC20230718213016.0860205s1698 fr 000 0 fre  a 31032381  aDLCbengcDLC a(OCoLC)139070654000aHQ1223b.L5 aHQ1223b.L5 Copy 2cToinet no. 1238 bis1 aLiancourt, Jeanne de Schomberg,cduchesse de,d1600-1674.10aReglement donné par une dame de haute qualité a m*** sa petite-fille pour sa conduite,c& our celle de sa maison: avec un autre Reglement que cette dame avoit dressé pour ellemesme. aA Paris,bChez Augustin Leguerrier.c1698. a1 p.l., 104, 234 p.c16 cm. (12mo) 0aWomenxConduct of lifevEarly works to 1800. 0aConduct of lifevEarly works to 1800.1 aBoileau, Jean Jacques,d1649-1735. [from old catalog]1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01559nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285050001600293082001200309100003300321245008600354263000900440264006100449300002200510336002600532337002600558338003600584520010300620588010300723650002600826650002600852650002100878655002600899700003500925776015300960994001201113on1390706551OCoLC20230718213016.0m o d cr |||||||||||230717s2024 ilu bo 000 1 eng  a 2023028558 aDLCbengerdacDLC a9781728256146q(pdf) a1728256143 a9781728256139q(epub) a1728256135 z9781728256122q(hardcover) a(OCoLC)1390706551 apcc00aPZ7.1.M463900a[E]2231 aMcMorris, Kristina,eauthor.10aEllie Mae dreams big! /cwords by Kristina McMorris ; pictures by Amanda Yoshida. a2401 1aNaperville, Illinois :bSourcebooks Jabberwocky,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aEllie Mae's mind swirls with ideas when her teacher asks, What do you want to be when you grow up? aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aOccupationsvFiction. 1aImaginationvFiction. 1aChoicevFiction. 7aPicture books.2lcgft1 aYoshida, Amanda,eillustrator.08iPrint version:aMcMorris, Kristina.tEllie Mae dreams big!dNaperville, Illinois : Sourcebooks Jabberwocky, [2024]z9781728256122w(DLC) 2023028557 a92bPUL00945nam a22002777i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100004000172245006300212264005900275300005400334336002600388337002800414338002700442490002800469504005800497546002300555653007700578994001200655on1390706552OCoLC20230718213016.0230713s2018 rb a b 000 0 srpo  a 2023450791 aDLCbengerdacDLC a9788675962151 a8675962150 a(OCoLC)13907065521 aMatović, Milić,d1943-eauthor.10aMatovići sa Zlatarske Gradine /cMilić Matović-Mate. 1aBeograd :bKulturno-prosvetna zajednica Srbije,c2018. a138 pages :billustrations (some color) ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka Hronika sela aIncludes bibliographical references (pages 113 -115). aSerbianbCyrillic. aMatović family historyaSerbs from Zlatarska GradinaaMatović family a92bPUL00849nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100005000190245004000240260004300280300003000323650004200353650003500395650004100430700005300471710005900524994001200583on1390706570OCoLC20230718213016.0830825s1686 fr 000 0 fre  a 32007842  aDLCbengcDLC a(OCoLC)139070657000aBJ1602b.T7 aBJ1602b.T7 Copy 2cToinet no. 11931 aTrotti de La Chétardie,cchevalier,d-1703.10aInstruction pour un jeune seigneur, aA Paris,bChez Theodore Girard,c1686. a2 v. in 1.c16 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aCourtesyvEarly works to 1800. 0aMaxims, FrenchvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02933nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212043001200220050002500232082002800257100003600285245008700321250002000408263000900428264004000437300001300477336002600490337002800516338002700544500002000571520178500591600002002376650003302396650005002429651005602479994001202535on1390706571OCoLC20230718213016.0230717s2023 nyu 001 0beng  a 2023023593 aDLCbengerdacDLC a9781641773553q(paperback) a1641773553 z9781641773560q(ebook) a(OCoLC)1390706571 apcc an-us---00aJC573.2.U6bE57 202300a320.01223/eng/202307171 aEllmers, Glenn,d1966-eauthor.14aThe soul of politics :bHarry V. Jaffa and the fight for America /cGlenn Ellmers. aSecond edition. a2310 1aNew York :bEncounter Books,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. a"Harry V. Jaffa (1918-2015), professor at Claremont McKenna College and distinguished fellow of the Claremont Institute, was one of the most influential thinkers of the twentieth century. His hundreds of students have reached positions of power and prestige throughout the intellectual and political world, including at the Supreme Court and the Trump White House. Jaffa authored Barry Goldwater's famous 1964 Republican Convention speech, which declared, "Extremism in the defense of liberty is no vice. And moderation in the pursuit of justice is no virtue." William F. Buckley, Jaffa's close friend and a key figure in shaping the modern conservative movement, wrote, "If you think it is hard arguing with Harry Jaffa, try agreeing with him." His widely acclaimed book Crisis of the House Divided: An Interpretation of the Issues in the Lincoln-Douglas Debates (1959) was the first scholarly work to treat Abraham Lincoln as a serious philosophical thinker. As the earliest protégé of the controversial scholar Leo Strauss, Jaffa used his theoretical insights to argue that the United States is the "best regime" in principle. He saw the American Revolution and the Civil War as world-historical events that revealed the true nature of politics. Statesmanship, constitutional government, and the virtues of republican citizenship are keys to unlocking the most important truths of political philosophy. Jaffa's student, Glenn Ellmers, was given complete access to Jaffa's private papers at Hillsdale College to produce the first comprehensive examination of his teacher's vast body of work. In addition to Lincoln and the founding fathers, the book shares Jaffa's profound insights into Aristotle, William Shakespeare, Winston Churchill, and more"--cProvided by publisher.10aJaffa, Harry V. 0aConservatismzUnited States. 0aPolitical sciencezUnited StatesxPhilosophy. 0aUnited StatesxPolitics and governmentxPhilosophy. a92bPUL01449nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002600180100003300206245022100239250003500460264003800495300005200533300002400585336002600609337002800635338002700663490009300690490009100783546002300874504004100897650006500938700003601003700003601039994001201075on1390706572OCoLC20230718213016.0050220s2019 rb ab bd 000 0 srpo  a 2020429767 aDLCbengerdacDLC a9788679462602 a8679462608 a(OCoLC)1390706572 apcc00aPG1396.V64bV384 20191 aVarenika, Svetlana,eauthor.10aRečnik srpskih govora Vojvodine.nKnjiga prva,pA-Ž /cSvetlana Varenika, Dejan Miloradović́, Katarina Sunajko, Ivana Ćelić́, Dragoljub Petrović́ ; redaktor Dragoljub Petrović; karte Dejan Miloradov. aIzmenjeno i dopunjeno izdanje. 1aNovi Sad :bMatica srpska,c2019. a469, [8] pages :billustrations, maps ;c24 cm. a469 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLeksikografska izdanja / Matica srpska, Odeljenje za književnost i jezik ;vKnjiga III0 aDijelekatski rečnici / Matica srpska, Odeljenje za književnost i jezik ;vKnjiga 2 aSerbianbCyrillic. aIncludes bibliographical references. 0aSerbian languagexDialectszSerbiazVojvodinavDictionaries.1 aPetrović, Dragoljub,eeditor.1 aMiloradov, Dejan,eillustrator. a92bPUL00756nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050003100180100003200211245003800243250002200281264004400303300002400347336002600371337002800397338002700425490001400452994001200466on1390706592OCoLC20230718213016.0220225s2022 sp 000 1 cat  a 2021454086 aDLCbengerdacDLC a9788418375613 a8418375612 a(OCoLC)1390706592 apcc00aPC3942.26.O4745bM356 20221 aPons, Joan,d1960-eauthor.13aLa malaltia del cor /cJoan Pons. aPrimera edició. 1aBarcelona :bUnivers,cfebrer del 2022. a189 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNarrativa a92bPUL01746nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003700178020003100215035002200246042000800268050001400276082002700290100002700317245005000344263000900394264005400403300002300457336002600480337002600506338003600532490004400568504005100612520023500663521003900898521004000937588010300977650004701080650004101127776014401168994001201312on1390706621OCoLC20230718213016.0m o d cr |||||||||||230524s2023 mnu job 001 0 eng  a 2023022005 aDLCbengerdacDLC a9798886877069q(ebook) z9798886875188q(library binding) z9798886875683q(paperback) a(OCoLC)1390706621 apcc00aQA76.611500a005.1223/eng/202307171 aBurns, Kylie,eauthor.10aCoding with the paranormal /cby Kylie Burns. a2308 1aMinneapolis, MN :bBellwether Media, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aExpress! Adventures in unplugged coding aIncludes bibliographical references and index. a"Information accompanies instructions for various paranormal-themed activities that demonstrate skills needed for coding. The text level and subject matter are intended for students in grades 3 through 8"--cProvided by publisher. aAges 7-13bBellwether Media, Inc., aGrades 4-6bBellwether Media, Inc., aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aComputer programmingvJuvenile literature. 0aParapsychologyvJuvenile literature.08iPrint version:aBurns, Kylie.tCoding with the paranormaldMinneapolis, MN : Bellwether Media, Inc., 2024z9798886875188w(DLC) 2023022004 a92bPUL00873nam a22002653i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003200172245011400204264004400318300003000362336002100392337002500413338002300438504006700461546001900528653004800547994001200595on1390706636OCoLC20230718213016.0230717s2023 io b 001 0 ind  a 2023330348 aDLCbengerdacDLC a9786233469722 a6233469724 a(OCoLC)13907066361 aJauharudin, Addin,eauthor.10aAwas digulung arus sejarah :bwarisan sang pemimpin pikiran dan tindakan Presiden Jokowi /cAddin Jauharudin. 1aJakarta :bPenerbit Buku Kompas,c2023. axxiii, 272 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 241-260) and index. aIn Indonesian.0 aJoko Widodoapoliticsaeconomic development a92bPUL01222nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002200192100004500214245016700259250002300426264007100449300004900520336002600569337002800595338002700623490003000650504005700680650007100737650007600808994001200884on1390706637OCoLC20230718213016.0230428s2020 sp ad b 000 0 spa  a 2023417758 aDLCbengerdacDLC a9788473516969 a8473516966 a(OCoLC)1390706637 apcc amm-----00aK487.T4bG65 20201 aGonzález de Uña, Ovidio J.,eauthor.13aEl reto de innovación abierta como instrumento público para desarrollar nuevas soluciones TIC en territorios mediterráneos /cOvidio J. González de Uña. aPrimera edición. 1aMadrid :bInstituto Nacional de Administración Pública,c2020. a238 pages :billustrations, charts ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección monografías aIncludes bibliographical references (pages 183-199). 0aInformation technologyxLaw and legislationzMediterranean Region. 0aPublic administrationxTechnological innovationszMediterranean Region. a92bPUL03965nam a2200505 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020002800148035002200176042000800198043002100206050002300227245019700250264003200447300006100479336002600540336003300566337002800599338002700627380002300654500009800677500013500775504004100910520088400951505096001835600003502795650004602830650005002876650004702926651003802973650007103011651004403082700003803126700004003164700003803204700003303242700003503275710010003310710003703410994001203447on1390706638OCoLC20230718213016.0211028s2021 fr ab bc 000 0 fre  a 2020437380 aDLCbengerdacDLC a9782824111360q(paperback) a2824111364q(paperback) a(OCoLC)1390706638 apcc ae------ae-fr---00aN6425.N4bB66 202104aLes Bonaparte et l'Antique, un langage impérial /cont contribué à la rédaction de cet ouvrage: Jean-Marc Olivesi, Françoise Mardrus, Saveria Maroselli, Erick Miceli, Aude Pontalier. 1aAjaccio :bAlbiana,c[2021] a153 pages :billustrations (chiefly color), map ;c24 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aExhibition catalog aAt head of title: Musée national de la maison Bonaparte, Bibliothèque patrimoniale Fesch. aCatalog of an exhibition held at the Musée national de la maison Bonaparte, Ajaccio, France, September 25, 2021-January 9, 2022. aIncludes bibliographical references.8 aC'est que la référence à l'Antiquité est permanente chez les Bonaparte et apparaît sous des formes très diverses (beaux-arts, architecture, peinture, sculpture et arts décoratifs), références littéraires et discours politique. Pour alimenter ce discours, Napoléon va faire de Rome la seconde capitale de l'Empire français, porter une couronne de lauriers d'or et remettre en selle la vieille querelle qui opposait Louis XIV et le pape Alexandre VII pour la primauté européenne. Le fonds exceptionnel de la bibliothèque municipale d'Ajaccio, constitué par le cardinal Fesch et Lucien Bonaparte, témoigne de ces enjeux symboliques, culturels et politiques. L'exposition et la publication qui l'accompagnent seront bâties à partir de ses collections. Exhibition: Musée national de la Maison Bonaparte, Ajaccio, France (25.09.2021-09.01.2022).00tUn langage impérial, des références communes à toute l'Europe --tRêves de pierre (exposition du musée Fesch, Ajaccio, 2000). Collection des plâtres pédagogiques du musée --tDe la bibliothèque nationale du Liamone à la bibliothèque municipale Fesch --tLes compatriotes des Bonaparte : qui sont les lecteurs de la bibliothèque ? --tLa culture des révolutionnaires paulistes (1755-1769) --tDe la gloire plutarquéenne à la félicita pubblica --tDominique Vivant-Denon (Chalon-sur-Saône 1747 -- Paris 1825). L'oeil de Napoléon --tLa gypsothèque de Pise --tLa gloire de l'Antique de Charlemagne aux Bonaparte : Rome n'est plus dans Rome, elle est toute à Paris --tBeau comme l'Antique ! Les Antiques du Museon Arlaten --tCatalogue des oeuvres. Une exposition, trois séquences --tNotices des ouvrages de la bibliothèque patrimoniale Fesch présentés dans l'exposition --tQuelques Antiques remarquables.30aBonaparte familyvExhibitions. 0aNeoclassicism (Art)zFrancevExhibitions. 0aSculpture, NeoclassicalzFrancevExhibitions. 0aNeoclassicism (Architecture)vExhibitions. 0aEuropexAntiquitiesvExhibitions. 0aClassical antiquities in literaturevPictorial worksvExhibitions. 0aFrancexIntellectual lifevExhibitions.1 aOlivesi, Jean-Marc,econtributor.1 aMardrus, Françoise,econtributor.1 aMaroselli, Saveria,econtributor.1 aMiceli, Erick.econtributor.1 aPontalier, Aude,econtributor.2 aMusée national de la maison Bonaparte (Ajaccio, France),esponsoring body,ehost institution.2 aMusée Fesch,esponsoring body. a92bPUL00972nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002300199100004400222245010300266264005100369300004600420336002600466337002800492338002700520600003500547650003600582650004000618994001200658on1390706648OCoLC20230718213016.0220610s2022 ke a 000 0aeng  a 2022322413 aDLCbengerdacDLC a9789914408584 a9914408583 a(OCoLC)1390706648 alcodeapcc af-ke---00aRT37.W363bA3 20221 aWambua, Diana Wangeshi,d1983-eauthor.10aDespite everything :ba memoir of family, resilience and the PhD journey /cDiana Wangeshi Wambua. 1aNairobi :bWriters Guild Kenya,cJanuary 2022. a127 pages :bcolor illustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aWambua, Diana Wangeshi,d1983- 0aWomen nurseszKenyavBiography. 0aMothersxEducation (Higher)zKenya. a92bPUL01836nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001400254070002500268082003000293100003900323245010800362246005000470246005800520263000900578264005300587300002200640336002600662337002600688338003600714500002000750520012800770588010300898650001301001650002201014650003101036650002801067700004801095710005501143776015601198994001201354on1390706649OCoLC20230718213016.0m o d cr |||||||||||230115s2023 dcu o 001 0 eng  a 2023001735 aDLCbengerdacDLC a9781426222399q(ebook) a1426222394 z9781426222382q(hardcover) a(OCoLC)1390706649 apcc00aRM666.H330 aRM666.H33bH476 202300a615.3/21223/eng/202307131 aHernandez, Mimi Prunella,eauthor.10aNational Geographic herbal :b100 herbs from the world's healing traditions /cMimi Prunella Hernandez.30a100 herbs from the world's healing traditions30aOne hundred herbs from the world's healing traditions a2311 1aWashington, D.C. :bNational Geographic,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index. a"This comprehensive guide to medicinal herbs illuminates the art and practice of herbal remedies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aHerbals. 0aMedicinal plants. 0aMateria medica, vegetable. 0aHerbsxTherapeutic use.1 aLow Dog, Tieraona,eauthor of introduction.2 aNational Geographic Society (U.S.),eissuing body.08iPrint version:aHernandez, Mimi Prunella.tNational Geographic herbaldWashington, D.C. : National Geographic, [2023]z9781426222382w(DLC) 2023001734 a92bPUL01916nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020004100193035002200234042000800256050001600264082002800280100003800308245005800346263000900404264005800413300002300471336002600494337002600520338003600546490002100582505028400603520015300887586002801040588010301068650002801171650002701199650003201226655002401258655002601282776015001308994001201458on1390706650OCoLC20230718213016.0m o d cr |||||||||||230711s2024 txu o 000 1 eng  a 2023017012 aDLCbengerdacDLC a9781682832004q(ebook) a1682832007 z9781682831953q(cloth ;qalk. paper) a(OCoLC)1390706650 apcc00aPS3619.P62600a813/.6223/eng/202307111 aSpivey, Jefferey,d1984-eauthor.14aThe birthright of sons :bstories /cJefferey Spivey. a2401 1aLubbock, Texas :bTexas Tech University Press,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aIron Horse prize0 aQueue -- Safe space -- Beasts -- Moments when you knew you weren't true -- The path up the mountain -- Party trick -- BetterYou: a pulp novelette -- Flushed -- Knots -- Keenly alive & exuberant -- Badgers -- SweetLuis87 -- Gay best friend (30s) -- Both ways: a romance novelette. a"A short story collection presenting nuanced portrayals and a three-dimensional view of Black LGBTQ+ and other characters"--cProvided by publisher. aIron Horse Prize, 2023. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aMinority gaysvFiction. 0aBlack peoplevFiction. 0aSexual minoritiesvFiction. 7aGay fiction.2lcgft 7aShort stories.2lcgft08iPrint version:aSpivey, Jefferey, 1984-tBirthright of sonsdLubbock, Texas : Texas Tech University Press, 2024z9781682831953w(DLC) 2023017011 a92bPUL01606nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228050002200236082002700258100003600285245003500321263000900356264004400365300001400409336002600423337002800449338002700477490002300504520047600527521002601003650003401029650005101063776011801114994001201232on1390706651OCoLC20230718213016.0230630s2024 mnu j 000 0 eng  a 2023030544 aDLCbengerdacDLC a9798889968191q(hardcover) a9798889968207q(paperback) z9798889968214q(ebook) a(OCoLC)1390706651 apcc00aSH445b.M239 202400a799.1223/eng/202307171 aMather, Charis,d1999-eauthor.10aCatch a fish /cCharis Mather. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLevel 4 - blue set a"Have you ever gone fishing? You need the correct tools and a bit of luck. The phonemes /er/ar/ are featured in this title. Catch a Fish is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 5-8bJump!, Inc. 0aFishingvJuvenile literature. 0aReadingxPhonetic methodvJuvenile literature.08iOnline version:aMather, Charis.tCatch a fishdMinneapolis : Jump!, Inc., 2024z9798889968214w(DLC) 2023030545 a92bPUL03463nam a22004698i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003000122020001500152020003100167020001500198020002700213035002200240042000800262050002200270070002300292082003100315100002700346245011600373263000900489264003800498300001300536336002600549337002800575338002700603490003500630504005100665520185100716530002702567650001402594650003502608650003602643650002502679650003202704700002902736776018002765830003602945994001202981on1390706667OCoLC20230718213016.0230420s2024 nyu b 001 0 eng  a 2023018956 aDNAL/DLCbengerdacDLC a9781032508443q(hardback) a1032508442 a9781032519128q(paperback) a1032519126 z9781003404408q(ebook) a(OCoLC)1390706667 apcc00aHD1521b.T54 20240 aHD1521b.T552 202400a305.5/633223/eng/202307171 aTilzey, Mark,eauthor.10aPeasants, capitalism, and imperialism in an age of politico-ecological crisis /cMark Tilzey and Fraser Sugden. a2309 1aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aEarthscan food and agriculture aIncludes bibliographical references and index. a"In this companion volume to Peasants, Capitalism, and the Work of Eric R Wolf: Reviving Critical Agrarian Studies, the authors further develop their thinking on agrarian transitions to capitalism, the development of imperialism, and the place of the peasantry in these dynamics, with special reference to the global South in an era of politico-ecological crisis. This book seeks to elaborate further the authors' approach to the agrarian question, utilising a new theoretical approach to understand the dynamics of the peasantry, and peasant resistance, in relation to capitalism, state, class, and imperialism in the global South. Focusing on the political role of the peasantry in contested transitions to capitalism and to modes of production beyond capitalism, the book contends that an understanding of these dynamics requires an analysis of class struggle and of the resources, material and discursive, that different classes can bring to bear on this struggle. The book focuses on the rise of capitalism in the global South within the context of imperial subordination to the global North, and the place of the peasantry in shaping and resisting these dynamics. The book presents case studies of contested transitions to agrarian capitalism in Bolivia, Ecuador, Guatemala, Mexico, Peru, and South Asia. It also examines the case of transition to a post-capitalist mode of production in Cuba. The book concludes with an assessment of the nature of capitalism and imperialism within the contemporary politico-ecological crisis, and the potential role of the peasantry as agent of emancipatory change towards social and environmental sustainability. This book will be of great interest to students and researchers in the areas of peasant studies, rural politics, agrarian studies, development and political ecology"--cProvided by publisher. aAlso available online. 0aPeasants. 0aAgriculturexEconomic aspects. 0aAgriculture and statexHistory. 0aCapitalismxHistory. 0aCapitalismxSocial aspects.1 aSugden, Fraser,eauthor.08iOnline version:aTilzey, Mark.tPeasants, capitalism, and imperialism in an age of politico-ecological crisisdNew York, NY : Routledge, 2024z9781003404408w(DLC) 2023018957 0aEarthscan food and agriculture. a92bPUL02613nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020004500192035002200237042000800259043001200267050001100279082003600290100003700326245006900363250001900432263000900451264004200460300002200502336002600524337002600550338003600576504005100612505081700663520029101480588010301771650003201874650003001906651002501936700003601961776015801997994001202155on1390706668OCoLC20230718213016.0m o d cr |||||||||||230709s2023 ctu ob 001 0 eng  a 2023030460 aDLCbengerdacDLC a9781493068746q(epub) a1493068741 z9781493068739q(paperback ;qalk. paper) a(OCoLC)1390706668 apcc an-us-co00aCT326000a920.7209788aB223/eng/202307131 aShirley, Gayle Corbett,eauthor.10aRemarkable Colorado women /cGayle C. Shirley and Linda Wommack. aThird edition. a2310 1aEssex, Connecticut :bTwoDot,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 a"Aunt Clara" Brown, angel of the Rockies -- Elsa Jane Guerin, Mountain Charley -- Julia Archibald Holmes, conqueror of Pikes Peak -- Frances Wisebart Jacobs, mother of charities -- Chipeta, Indian peacemaker -- Blandina Segale, sister of charity -- Mary Elitch Long, first lady of fun -- Florence Sabin, distinguished scientist -- Martha Maxwell, naturalist and taxidermist -- Caroline Nichols Churchill, wielder of pistol and pen -- Elizabeth "Baby" Doe Tabor, silver queen -- Polly Pry, pugnacious journalist -- Ann Bassett and Josie Bassett, cattle-rustling queens -- Margaret Tobin Brown, daughter of adventure -- Josephine Roche, labor advocate -- Mo-chi, first female Cheyenne warrior -- Mabel Barbee Lee, frontier teacher -- Mildred Montague Genevieve "Tweet" Kimball, Colorado's front range cattle queen. a"Remarkable Colorado Women celebrates the women who shaped the Centennial State. Short, illuminating biographies and archival photographs and paintings tell the stories of women from across the state who served as teachers, writers, entrepreneurs, and artists"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomenzColoradovBiography. 0aWomenzColoradoxHistory. 0aColoradovBiography.1 aWommack, Linda,d1958-eauthor.08iPrint version:aShirley, Gayle Corbett.tRemarkable Colorado womenbThird edition.dEssex, Connecticut : TwoDot, [2023]z9781493068739w(DLC) 2023030459 a92bPUL01680nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124035002200142042000800164043001200172050002800184100003900212245019400251246006500445264009400510300004600604336002100650337002500671338002300696600003900719651005500758650003000813710007100843880016800914880005701082880008701139880006801226994001201294on1390706669OCoLC20230718213016.0230519s2023 ko a b 001 0 kor  a 2023424949 aDLCbengerdacDLC c$1 a9791188024896 a(OCoLC)1390706669 apcc aa-ko---00aDS922.4642.R64bA5 20231 aRoh, Tae Woo,d1932-2021,eauthor.106880-01aNo T'ae-u ŭi saenggak, Taet'ongnyŏng ŭi yŏnsŏl :b1988-1993 No T'ae-u Tat'ongnyŏng yŏnsŏl munjip /cChaedan Pŏbin Pot'ong Saramdŭl ŭi Sidae No T'ae-u Sent'ŏ.306880-02a1988-1993 No T'ae-u Tat'ongnyŏng yŏnsŏl munjip 16880-03aSŏul T'ŭkpyŏlsi :bPot'ong Saramdŭl ŭi Sidae No T'ae-u Sent'ŏ,c2023. a469 pages :bcolor illustrations ;c27 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier10aRoh, Tae Woo,d1932-2021xOratory. 0aKorea (South)xPolitics and governmenty1988-2002. 0aPresidentszKorea (South)2 6880-04aPot'ong Saramdŭl ŭi Sidae No T'ae-u Sent'ŏ,eeditor.106245-01a노 태우 의 생각, 대통령 의 연설 :b1988-1993 노 태우 대통령 연설 문집 /c재단 법인 보통 사람들 의 시대 노 태우 센터.306246-02a1988-1993 노 태우 대통령 연설 문집 16264-03a서울 특별시 :b보통 사람들 의 시대 노 태우 센터 ,c2023.2 6710-04a보통 사람들 의 시대 노 태우 센터,eeditor. a92bPUL00784nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001500134051003900149100006600188245008600254260004200340300003400382650001400416700005300430710005900483994001200542on1390706670OCoLC20230718213016.0841003s1679 fr 000 0 fre  a 31025088  aDLCbengcDLC a(OCoLC)139070667000aHQ731b.L6 aHQ731b.L6 Copy 2cToinet no. 12301 a[Lochon, Étienne],d-approximately 1720. [from old catalog]13aLe vray devot consideré a l'egard du mariage et des peines qui s'y rencontrent. aParis,bChez Lambert Roulland,c1679. a9 p.l., 191 p.c15 cm. (12mo) 0aMarriage.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00859nam a22002655i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245008800214264006100302264001100363300004400374336002600418337002800444338002700472504004100499710004100540994001200581on1390706702OCoLC20230718213016.0230717s2022 pk a b 000 0 eng  a 2023318326 aDLCbengerdacDLC a(OCoLC)1390706702 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aIndia's impunity in Kashmir :bsurveillance, counter insurgency & politics of fear. 1a[Islāmābād] :bLegal Forum for Kashmir-LFK,c2023. 4c©2023 avi, 103 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.2 aLegal Forum for Kashmir,epublisher. a92bPUL01761nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043001200250050001600262082003100278100003600309245010800345263000900453264004300462300002200505336002600527337002600553338003600579504005100615520014400666588010300810630003100913650003500944650004600979650005001025650005201075700003901127776013701166994001201303on1390706709OCoLC20230718213016.0m o d cr |||||||||||230714s2024 ctu ob 001 0 eng  a 2023029679 aDLCbengerdacDLC a9781493079186q(ebook) a1493079182 z9781493079179q(cloth) a(OCoLC)1390706709 apcc an-us---00aPN1997.D32700a791.43/72223/eng/202307171 aCraig, David Randolph,eauthor.10aApocalypse television :bhow The day after helped save the world /cDavid Craig ; foreword by Bob Iger. a2311 1aEssex, Connecticut :bApplause,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Apocalypse Television features a dramatic insider's account of the making of and backlash against The Day After"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aDay after (Motion picture) 0aApocalypse in motion pictures. 0aMotion picturesxInfluencevCase studies. 0aScience fiction filmsxHistory and criticism. 0aNuclear warfarexSocial aspectszUnited States.1 aIger, Robert,ewriter of foreword.08iPrint version:aCraig, David Randolph.tApocalypse televisiondEssex, Connecticut : Applause, 2024z9781493079179w(DLC) 2023029678 a92bPUL01071nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192100003200215245012900247250002300376264006200399300002400461336002600485337002800511338002700539490002900566504005700595650002700652700005400679994001200733on1390706710OCoLC20230718213016.0230428s2020 sp b 000 0 spa  a 2023417839 aDLCbengerdacDLC a9788413450179 a8413450179 a(OCoLC)1390706710 apcc ae-sp---00aKKT1270b.N38 20201 aNavas-Parejo Alonso, Marta.13aLa delegación de funciones en el contrato de trabajo /cMarta Navas-Parejo Alonso ; prólogo, Santiago González Ortega. aPrimera edición. 1aCizur Menor (Navarra) :bThomson Reuters Aranzadi,c2020. a232 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aAranzadi derecho laboral aIncludes bibliographical references (pages 217-232). 0aLabor contractzSpain.1 aGonzález Ortega, Santiago,ewriter of prologue. a92bPUL01299nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002000220082002800240100003500268245007900303263000900382264007100391300001300462336002600475336003300501337002800534338002700562520012600589521004900715650004900764650004700813655002000860700003300880994001200913on1390706718OCoLC20230718213016.0230620s2024 miu j 000 0 eng  a 2023023596 aDLCbengerdacDLC a9780802856258q(hardcover) a080285625X z9781467467865q(ebook) a(OCoLC)1390706718 apcc00aP124b.S26 202400a306.44223/eng/202307171 aSantos, Victor D. O.,eauthor.10aWhat makes us human /cVictor D.O. Santos ; illustrations by Anna Forlati. a2403 1aGrand Rapids, Michigan :bEerdmans Books for Young Readers,c2024. apages cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"This illustrated riddle introduces children to language's impact on human culture and history"--cProvided by publisher. aAges 5-9.bEerdmans Books for Young Readers. 0aLanguage and languagesvJuvenile literature. 0aLanguage and culturevJuvenile literature. 7aRiddles.2lcgft1 aForlati, Anna,eillustrator. a92bPUL01652nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001600254082002900270100004100299245004200340263000900382264008400391264001100475300002300486336002600509337002600535338003600561490003400597520032700631588010300958655001901061776017401080994001201254on1390706719OCoLC20230718213016.0m o d cr |||||||||||230616t20242024ilu o 000 0 eng  a 2023026967 aDLCbengerdacDLC a9780809339310q(ebook) a0809339315 z9780809339303q(paperback) a(OCoLC)1390706719 apcc00aPS3558.U51700a811/.54223/eng/202306161 aHuntington, Cynthia,d1951-eauthor.10aCivil twilight /cCynthia Huntington. a2404 1aCarbondale :bCrab Orchard Review ;bSouthern Illinois University Press,c2024. 4c©2024 a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aCrab Orchard series in poetry a"Civil twilight is the astronomical term for the minutes just before sunrise and just after sunset. In this collection, National Book Award finalist Cynthia Huntington examines the civil twilight we live in now, unsure of whether the darkness is closing in or whether the light is about to break"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 7aPoetry.2lcgft08iPrint version:aHuntington, Cynthia, 1951-tCivil twilightdCarbondale : Crab Orchard Review ; Southern Illinois University Press, 2024z9780809339303w(DLC) 2023026966 a92bPUL03708nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001100285082002900296245015300325263000900478264005800487300002200545336002600567337002600593338003600619504005100655505084400706520116201550588010302712650002902815650002202844650001902866650002902885650004402914700003302958700003802991776020903029994001203238on1390706720OCoLC20230718213016.0m o d cr |||||||||||230625s2023 pau ob 001 0 eng  a 2023029590 aDLCbengerdacDLC a9781668488331q(ebook) a1668488337 z9781668488324q(hardcover) z9781668488362q(paperback) a(OCoLC)1390706720 apcc00aLC109900a370.117223/eng/2023071500aPromoting intercultural agility and leadership development at home and abroad for first-year students /cedited by: Jon Stauff, and Jill E. Blondin. a2310 1aHershey, PA :bInformation Science Reference,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aNorth African perspectives on studying abroad : examining Morocco's transition from French to English speaking destinations and programs / Karim Darban, Kabbaj Smail -- The other side of the equation : promoting intercultural agility of students / C K Kwai -- Promoting first-year college students' civic skills through community participatory learning experiences / Sherri Sklarwitz, Jessye Crowe-Rothstein, Sunah Hyun, Cara Lane-Toomey, Poorvi Sethi -- Growing global : how a minority-serving institution built capacity to support student success during a pandemic / Maria Anastasiou, Stephanie Guzman -- Developing interculturally effective global leaders, a design approach / Michael Bittinger -- Using globally infused experiences to develop intercultural agility in first-year students at an HBCU / Nathan Mitchell, Godlove Fonjweng. a"This book will examine innovative approaches to fostering cultural agility and will serve as a practical guide for international educators, including faculty and global learning staff. It is a much-needed resource in an area in which the literature has not yet caught up with the academic programming. Acknowledging that intercultural competency skills can be developed over time, this publication will address how educators can design global learning programs for first-year university students that both build upon the assets students bring from secondary studies and introduce new concepts to students as they transition to university coursework, thus preparing them to be culturally agile change agents in global settings. Research in cultural agility formation and leadership development over the past decades, when applied to the design of curriculum delivered on home campuses and in global mobility programs, challenge many long-held assumptions about first-year student programming in international education and yield new insights into the first-year experience in academics, student development, and career preparation"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aMulticultural education. 0aCollege freshmen. 0aForeign study. 0aInternational education. 0aEducation, HigherxAims and objectives.1 aStauff, Jon,d1965-eeditor.1 aBlondin, Jill E.,d1970-eeditor.08iPrint version:tPromoting intercultural agility and leadership development at home and abroad for first-year studentsdHershey, PA : Information Science Reference, [2023]z9781668488324w(DLC) 2023029589 a92bPUL01594nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001300172042001500185043002100200050002400221100003200245245016900277250001900446264004400465300003800509336002600547337002800573338002700601490003500628546004200663500010100705504005700806610006400863650004500927650004200972651003101014651003101045650003301076650005101109994001201160on1390706721OCoLC20230718213016.0180621s2017 bl b b 000 0 por  a 2018343135 aDLCbengerdacDLC a9788555078583 a855507858X a(OCoLC)13907067210 aporaspa alcodeapcc as-bl---as-pe---00aJZ6377.B6bG37 20171 aGalastri, Leandro,eauthor.10aGuerra e paz na Amazônia :ba Missão de Observadores Militares Equador-Peru MOMEP (1995-1999) e a participação do Exército brasileiro /cLeandro Galastri. a1a edição. 1aCuritiba, PR :bEditora Prismas,c2017. a179 pages :bcolor maps ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColeção História militar aText in Portuguese with some Spanish. aOriginally presented as the author's thesis (master's)--Universidade Estadual de Campinas, 2005. aIncludes bibliographical references (pages 129-137).20aMissão de Observadores Militares Equador-Peru (1995-1999) 0aPeacekeeping forces, BrazilianzEcuador. 0aPeacekeeping forces, BrazilianzPeru. 0aEcuadorxBoundarieszPeru. 0aPeruxBoundarieszEcuador. 0aEcuador-Peru Conflict, 1995. 0aPacific settlements of international disputes. a92bPUL03107nam a2200565 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002300154100005000177240002000227245025900247246003300506246004900539250009400588264006200682264001100744300005000755336002600805337002800831338002700859505020700886504005101093600003601144600007601180630004501256650002501301700003901326700007501365700007801440740003101518740003401549752002301583880003201606880028501638880003701923880005401960880010502014880006502119880024002184880003202424880003702456880003602493994001202529on1390706722OCoLC20230718213016.0200806s2019 is ah b 001 0 heb  a 2020460254 aDLCbengerdacDLC c(2 a(OCoLC)1390706722 apcc00aBM522.8b.A74 20201 6880-01aRath, Meshullam,d1875-1963,eauthor.10aḲol mevaśer106880-02aa Sefer Ḳol mevaśer :bsheʼelot u-teshuvot /cme-et ha-gaʼon ha-mufla Rabi Meshulam Raṭh, zatsal, Rav ṿe-a.b.d. ḳ.ḳ. Milintsya, Ḥrosṭḳov, Shats ṿe-Tsernovits, ḥaver moʻetset ha-rabanut le-Yiśraʼel be-Erets Yiśraʼel.146880-03aShut Ḳol mevaśer3 6880-04aSheʼelot u-teshuvot Ḳol mevaśer 6880-05aMahadurah ḥadashah u-mefoʼeret ʻim tosefet tamtsit ha-teshuvot ṿe-heʻarot. 16880-06aYerushalayim :bMosad ha-Rav Ḳuḳ,c780 [2020] 4c©2020 avolumes :billustrations, facsimiles ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-07a[1] Ḥeleḳ rishon. Be-tseruf Beśorot Eliyahu : heʻarot u-veʼurim ʻal sifre ha-Gera -- [2] Ḥeleḳ sheni. Be-tseruf Śimḥat Yom Ṭov : heʻarot u-veʼurim ʻal sifre ha-To. Yo. Ṭ. aIncludes bibliographical references and index.00aElijah ben Solomon,d1720-1797.10aHeller, Yom Tov Lipmann ben Nathan ha-Levi ben Wallerstein,d1579-1654.00aMishnahxCriticism, interpretation, etc. 0aResponsay1800-1948.1 6880-08aSegel, Elḳanah,eeditor.12iContainer of (work):aRath, Meshullam,d1875-1963.tBeśorot Eliyahu.12iContainer of (work):aRath, Meshullam,d1875-1963.tŚimḥat Yom Ṭov.026880-09aBeśorot Eliyahu.026880-10aŚimḥat Yom Ṭov. aIsraeldJerusalem.1 6100-01aראטה, משלם.106245-02aספר קול מבשר :bשאלות ותשובות /cמאת הגאון המופלא רבי משולם ראטה, זצ''ל, רב ואב''ד ק''ק מילינציא, חרוסטקוב, שאץ וצרנוביץ, חבר מועצת הרבנות לישראל בארץ ישראל.146246-03aשו״ת קול מבשר3 6246-04aשאלות ותשובות קול מבשר 6250-05aמהדורה חדשה ומפוארת עם תוספת תמצית התשובות והערות. 16264-06aירושלים :bמוסד הרב קוק,cתש״פ.0 6505-07a[1]חלק ראשון. בצירוף בשורת אליהו : הערות וביאורים על ספרי הגר"א -- [2] חלק שני. בצירוף שמחת יום טוב : הערות וביאורים על ספרי התויו"ט.1 6700-08aסגל, אלקנה.026740-09aבשורות אליהו.026740-10aשמחת יום טוב. a92bPUL02107nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285043001200293050001000305082003000315100004200345245013600387246004400523263000900567264004900576300002200625336002600647337002600673338003600699504005100735520046500786588010301251650003901354650002301393651003601416651002501452776016001477994001201637on1390706723OCoLC20230718213016.0m o d cr |||||||||||230705s2023 ilu ob 001 0 eng  a 2023028421 aDLCbengerdacDLC a9781728274355q(pdf) a1728274354 a9781728274348q(epub) a1728274346 z9781728274331q(hardcover) a(OCoLC)1390706723 apcc ae-it---00aDG45100a305.85/1223/eng/202307111 aMautner, Raeleen D'Agostino,eauthor.10a45 ways to live like an Italian :bItalian-inspired self-care traditions for everyday happiness /cRaeleen D'Agostino Mautner, PhD.3 aForty-five ways to live like an Italian a2310 1aNaperville, Illinois :bSourcebooks,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Long before hygge, lagom, or ikigai took the world by storm, there was la dolce vita-the Italian phrase for "the sweet life." La dolce vita encourages the benefits of practicing Italian traditions on improving your mental health by taking life slow and relishing in the sweet moments. This unique self-help approach offers practical advice on forming habits, love, balance, and simplicity that make daily life in Italy a celebration"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aItaliansxSocial life and customs. 0aLifestyleszItaly. 0aItalyxSocial life and customs. 0aItalyxCivilization.08iPrint version:aMautner, Raeleen D'Agostino.t45 ways to live like an ItaliandNaperville, Illinois : Sourcebooks, [2023]z9781728274331w(DLC) 2023028420 a92bPUL03169nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001100265082003200276245010800308250001900416263000900435264005600444300002200500336002600522337002600548338003600574504004100610505059700651520096701248588010302215650005102318650005402369650002002423651002802443700003202471700002802503776016802531994001202699on1390706724OCoLC20230718213016.0m o d cr |||||||||||230712s2024 onc ob 000 0deng  a 2023032636 aDLCbengerdacDLC a9780190167714q(epub) a0190167718 z9780199039920q(softcover) a(OCoLC)1390706724 apcc an-cn---00aE78.C200a305.800971223/eng/2023071300aRacism, colonialism, and indigeneity in Canada :ba reader /cedited by Martin J. Cannon, Lina Sunseri. aThird edition. a2310 1aOntario, Canada :bOxford University Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.2 aTheoretical Foundations -- Nation-Building and the Deeply Racialized Other -- Race, Territoriality, and Peoplehood -- Indigenous Refusal, Settler Sovereignty and Border Imperialism -- Racialization, Colonialism, and Gender Binaries -- Gendered Violence -- Family, Belonging, and Displacement -- Indigenous Rights, Citizenship, and Nationalism -- Decolonizing Indigenous Education -- Indigenous Research and Methodologies -- Violence and the Construction of Criminality -- Environmental Racism -- Poverty, Economic Marginality, and Community Development -- Health -- Resistance and Resurgence. a"Our 3rd edition of Racism, Colonialism, and Indigeneity in Canada follows on the heels of several significant developments and events in Canada. Following from the publication of our second edition in 2018, we provide a brief overview of some of these developments in Chapter Fifteen of this volume, including the resurgent and historic Land Back initiative aimed at recuperating economic control and territory across Turtle Island ; the Wet'suwet'en defending their land from the Coastal GasLink pipeline project ; the insistence by Mi'kmaq lobster fishers of their sovereign right to fish without interferences by non-Indigenous peoples and Fisheries and Oceans Canada (CBC News, 12 July 2022a); Red Dress Day, and the Every Child Matters movements marked by the now yearly Orange Shirt Day and other initiatives aimed at creating and rejuvenating "meaningful reconciliation in Canada" (National Centre for Truth and Reconciliation)"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aIndigenous peopleszCanadaxSocial conditions. 0aIndigenous peopleszCanadaxGovernment relations. 0aRacismzCanada. 0aCanadaxRace relations.1 aCannon, Martin J.,eeditor.1 aSunseri, Lina,eeditor.08iPrint version:tRacism, colonialism, and indigeneity in CanadabThird edition.dOntario, Canada : Oxford University Press, [2024]z9780199039920w(DLC) 2023032635 a92bPUL00567nam a22002053u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001700134051003400151100003500185245002600220260003200246300001800278700005300296994001200349on1390706725OCoLC20230718213016.0230717s1693 fr 000 0 fre  a 2023769286 aDLCbengcDLC a(OCoLC)139070672500aLB475.B6bA3 aLB475.B6bA3cToinet no. 12141 aBordelon, Laurent,d1653-1730.13aLa belle éducation, aParis,bNic. Belley,c1693. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01213nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002400194100003800218245013700256264006200393300004000455336002600495337002800521338002700549500003200576504005700608500010200665650002400767650003000791700004200821994001200863on1390706738OCoLC20230718213016.0220113s2021 bl a b 000 0 por  a 2022305430 aDLCbengerdacDLC a9786555182460 a6555182466 a(OCoLC)1390706738 alcode as-bl---00aKHD3123b.P674 20211 aPorfiro, Camila Almeida,eauthor.10aDecretos presidenciais :blimites constitucionais e dimensões de controle /cCamila Almeida Porfiro ; prefácio, Daniel Sarmento. 1aBelo Horizonte :bFórum Conhecimento Jurídico,c2021. a202 pages :billustrations ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Direito público"--Spine. aIncludes bibliographical references (pages 193-202). aOriginally presented as the author's thesis (master's)--Universidade do Estado do Rio de Janeiro. 0aPresidentszBrazil. 0aExecutive orderszBrazil.1 aSarmento, Daniel,ewriter of preface. a92bPUL01720nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001000270082002700280100003600307245002900343263000900372264004400381264001100425300002300436336002600459337002600485338003600511490002400547520041200571521002600983588010301009650004201112650002101154776012301175994001201298on1390706747OCoLC20230718213016.0m o d cr |||||||||||230707t20242024mnu jo 000 0 eng  a 2023030576 aDLCbengerdacDLC a9798889968429q(ebook) z9798889968405q(hardcover) z9798889968412q(paperback) a(OCoLC)1390706747 apcc00aTF14800a625.2223/eng/202307171 aMather, Charis,d1999-eauthor.10aTrains /cCharis Mather. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] 4c©2024 a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLevel 5 - green set a"What are trains for? The phoneme /oy/ is featured in this title. Trains is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 5-8bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aRailroad trainsvJuvenile literature. 1aRailroad trains.08iPrint version:aMather, Charis, 1999-tTrainsdMinneapolis, MN : Jump!, Inc., [2024]z9798889968405w(DLC) 2023030575 a92bPUL00896nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100006300190245004500253260004000298300004800338650004200386650004700428700005300475710005900528740004300587994001200630on1390706748OCoLC20230718213016.0810903s1688 fr 000 0 fre  a 31035042  aDLCbengcDLC a(OCoLC)139070674800aBJ1552b.G4 aBJ1552b.G4 Copy 2cToinet no. 11951 aGérard, Armand de,dactive 1679-1687. [from old catalog]13aLe caractere de l'honneste-homme morale. aA Paris,bChez Amable Auroy.c1688. a9 p.l., 324, [30] p.bfront.c17 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aCourts and courtiersvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aEntretiens de Philemon et de Theandre. a92bPUL01949nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001400285082003100299084003400330100003000364245006900394263000900463264006500472300002200537336002600559337002600585338003600611520021000647521003800857521003600895588010300931650002201034650002201056650002901078650002201107650006801129650005001197655002701247700003301274776013601307994001201443on1390706753OCoLC20230718213016.0m o d cr |||||||||||230713s2023 nyu co6 000 1 eng  a 2023012942 aDLCbengerdacDLC a9781534496569q(ebook) a1534496564 z9781534496552q(hardcover) z9781534496545q(paperback) a(OCoLC)1390706753 apcc00aPZ7.7.B1700a741.5/973223/eng/20230713 aJUV008110aJUV0130602bisacsh1 aBagley, Jessixa,eauthor.10aDuel /cwritten by Jessixa Bagley ; illustrated by Aaron Bagley. a2311 1aNew York :bSimon & Schuster Books for Young Readers,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aSixth grader Lucy is brand-new to middle school, and when her older sister GiGi--the undisputed queen bee of eighth grade--humiliates her in the cafeteria, Lucy snaps and challenges her to a fenncing duel. aAges 8 to 12bSimon and Schuster. aGrades 4-6bSimon and Schuster. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aSistersvFiction. 1aFencingvFiction. 1aMiddle schoolsvFiction. 1aSchoolsvFiction. 7aJUVENILE FICTION / Comics & Graphic Novels / Humorous.2bisacsh 7aJUVENILE FICTION / Family / Parents.2bisacsh 7aGraphic novels.2lcgft1 aBagley, Aaron,eillustrator.08iPrint version:aBagley, Jessixa.tDueldNew York : Simon & Schuster Books for Young Readers, 2023z9781534496552w(DLC) 2023012941 a92bPUL03175nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263050001100271082003000282245012000312263000900432264003400441300002200475336002600497337002600523338003600549504005100585505143700636520030702073588010302380650002202483650004102505700005202546700004302598776010002641994001202741on1390706754OCoLC20230718213016.0m o d cr |||||||||||230608s2024 nyu ob 001 0 eng  a 2023014009 aDLCbengerdacDLC a9781003316336q(ebk) a1003316336 z9781032327112q(hbk) z9781032327105q(pbk) a(OCoLC)1390706754 apcc00aLB233100a378.1/25223/eng/2023071400aEmerging stronger :bpedagogical lessons from the pandemic /cedited by Jeffrey Chin and Michele Lee Kozimor, Ph.D. a2309 1aNew York :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction -- Section 1. Modalities of Teaching and Learning. Inclusive student engagement strategies and students' sense of belonging in multimodal learning environments -- Emerging stronger with the HyFlex Teaching Design -- Section 2. Pedagogical Strategies. Understanding, experiencing, connecting: The benefits of empathy in the classroom -- Teaching toward hope: Centering possibility in courses on collective problems -- Experience matters: Belonging interventions, the student experience, and student success in class -- Designing with grace in mind: Intentionality in teaching and learning practices -- Trauma informed teaching: Looking back on a decade -- Advancing social justice and anti-racism efforts through inclusive pedagogy -- Afrofuturism as an instructional method -- Section 3. Tools for Engagement. Supporting the students we never "Meet": Strategies for increasing retention in the online classroom -- Setting expectations: Using the Four Tendencies Framework in higher education -- Teaching strategies for under privileged and under prepared students in higher education -- Deviant interactions or interaction as deviance? Using norm violation assignments in the post-COVID era -- Inclusive podcast pedagogies: Three models and strategies for creating engaging and accessible assignments -- Using pathways of public service and civic engagement to cultivate vocational discernment in the college classroom. a"Responding to the sudden and far-reaching implications of the COVID-19 pandemic in college classrooms and on campus, Emerging Stronger assembles an original compilation of essays that revisit, reframe, and refine the practice of teaching in a fundamentally altered landscape"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCollege teaching. 0aCOVID-19 Pandemic, 2020-xInfluence.1 aChin, Jeffrey C.q(Jeffrey Chuan-che),eeditor.1 aKozimor-King, Michele,d1971-eeditor.08iPrint version:tEmerging strongerdNew York : Routledge, 2024z9781032327112w(DLC) 2023014008 a92bPUL02566nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002600192020001500218020003100233035002200264042000800286050001100294060001200305082002800317084003400345245011400379250002000493263000900513264004400522300002200566336002600588337002600614338003600640504005100676505022700727520069100954588010301645650002101748650005001769650005001819655002701869700003201896776014401928994001202072on1390706755OCoLC20230718213016.0m o d cr |||||||||||230620s2024 pau ob 001 0 eng  a 2023028603 aDLCbengerdacDLC a9781975213480q(epub) a1975213483 a9781975213473q(epub) a1975213475 z9781975213466q(paperback) a(OCoLC)1390706755 apcc00aR834.500aWB 18.200a610.76223/eng/20230717 aMED029000aMED0860002bisacsh04aThe family medicine board review book :bmultiple choice questions & answers /c[edited by] Robert A. Baldor. aSecond edition. a2309 1aPhiladelphia :bWolters Kluwer,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aAdult medicine -- Care of children and adolescents -- Care of the female patient (including maternity care) -- Mental health/community health -- Emergent and surgical care -- Care of the elderly patient -- Pictorial atlas. a"Packed with more than 1,000 multiple choice questions and answers on topics commonly found on ABFM board examinations, The Family Medicine Board Review Book, Second Edition, edited by Dr. Robert A. Baldor, helps you make the most of your study time and achieve exam success. It provides valuable background information on ABFM in-training, board certification, and recertification examinations and their formats before presenting questions that are weighted and structured to mimic the ABFM exam. This unique, cost-effective review tool is ideal for testing your knowledge in every area of family medicine and identifying areas that may require further study"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.12aFamily Practice. 7aMEDICAL / Family & General Practice.2bisacsh 7aMEDICAL / Test Preparation & Review.2bisacsh 2aExamination Questions.1 aBaldor, Robert A.,eeditor.08iPrint version:tFamily medicine board review bookbSecond edition.dPhiladelphia : Wolters Kluwer, [2024]z9781975213466w(DLC) 2023028602 a92bPUL02428nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002900094020003100123020001500154035002200169042000800191043001200199050002200211082001900233100003800252245013600290246008700426246005200513263000900565264004000574300001300614336002600627337002800653338002700681504004100708505058000749520033001329651005801659651006801717650007901785787015401864994001202018on1390706756OCoLC20230718213016.0230706s2023 nmu b 000 0 eng  a 2023030785 aNmSSL/DLCbengerdacDLC a9781632935458q(paperback) a1632935457 a(OCoLC)1390706756 apcc an-us-nm00aF802.C4bW55 202304a779.4789822231 aWilson, James C.,d1948-eauthor.10aNew Mexico's Chaco Canyon :bphotographing the ancient city : a companion to "Hiking New Mexico's Chaco Canyon" /cJames C. Wilson.30aPhotographing the ancient city : a companion to "Hiking New Mexico's Chaco Canyon"30aCompanion to "Hiking New Mexico's Chaco Canyon" a2309 1aSanta Fe :bSunstone Press,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.0 aPhotographing with Respect -- A Quick Overview of Chaco and its History -- Gallo Campground -- Red Pictograph -- Overlook Trail -- Downtown Chaco -- Pueblo Bonito -- Chetro Ketl -- North Mesa -- Kin Kletso -- Pueblo Bonito Overlook -- Pueblo Alto -- Chetro Ketl Overlook -- Canyon Overlook -- West Mesa -- Petroglyph Panels -- Supernova Pictograph -- Peñasco Blanco -- The Convergence of the Chaco and Escavada Washes -- Casa Rinconada -- South Mesa -- The Chaco Meridian -- Tsin Kletsin -- Wijiji and Chacra Mesa -- Chaco Wash -- Wijiji -- After the Fall, a short History. a"New Mexico's Chaco Canyon: Photographing the Ancient City is a guide to photographing the monumental stone city, including advice on where, when, and sometimes how to photograph, with detailed information about the history of the Chaco culture with map and a collection of the author's photographs"--cProvided by publisher. 0aChaco Culture National Historical Park (N.M.)vTours. 0aChaco Culture National Historical Park (N.M.)vPictorial works. 0aLandscape photographyzNew MexicozChaco Culture National Historical Park.08iComplemented by (work):aWilson, James C., 1948-tHiking New Mexico's Chaco CanyondSanta Fe : Sunstone Press, 2019z9781632932709w(DLC) 2019023439 a92bPUL01519nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002300187245012500210250002100335264004200356300004000398336002600438337002800464338002700492500025200519504004100771650005900812650003900871700003300910710013600943711009001079994001201169on1390706768OCoLC20230718213016.0220601s2018 bl a b 000 0 por  a 2022330411 aDLCbengerdacDLC a9788595830257 a8595830258 a(OCoLC)1390706768 alcodeapcc00aPN56.R32bL57 201800aLiteraturas estrangeiras :bpercepções do real e representação na contemporaneidade /cAna Cecilia Olmos (org.). a1a̲ edição. 1aSão Paulo :bTodas as Musas,c2018. a136 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPapers produced by GT Literaturas Estrangeiras da ANPOLL (Associação Nacional de Programas de Pós-Graduação em Letras e Linguística) and presented at Encontro Nacional da ANPOLL, Universidade Federal de Santa Catarina, June 9-11, 2014. aIncludes bibliographical references. 0aLiterature, ModernxHistory and criticismvCongresses. 0aReality in literaturevCongresses.1 aOlmos, Ana Cecilia,eeditor.2 aAssociação Nacional de Pós-Graduação e Pesquisa em Letras e Lingüística.bGrupo de Trabalho Literaturas Estrangeiras.2 aEncontro Nacional da ANPOLLn(29th :d2014 :cUniversidade Federal de Santa Catarina) a92bPUL02258nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001000254082003000264245012200294263000900416264006600425300002200491336002600513337002600539338003600565504005100601520077100652588010301423650003401526650002501560650002201585700004201607776019901649994001201848on1390706769OCoLC20230718213016.0m o d cr |||||||||||230622s2023 pau ob 001 0 eng  a 2023028810 aDLCbengerdacDLC a9781668499849q(ebook) a1668499843 z9781668499832q(hardcover) a(OCoLC)1390706769 apcc00aRJ49900a362.2083223/eng/2023071700aHandbook of research on child and adolescent psychology practices and interventions /cedited by Sanjeev Kumar Gupta. a2310 1aHershey, PA :bMedical Information Science Reference,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"The Handbook of Research on Child and Adolescent Psychology Practices and Interventions offers a crucial solution to the pressing need for comprehensive resources in the field of child and adolescent mental health. Edited by esteemed scholar Sanjeev Gupta from the All India Institute of Speech and Hearing, this groundbreaking handbook brings together the latest research, evidence-based practices, and multidisciplinary perspectives to address the diverse challenges faced by children and adolescents. From affective disorders to global crises in mental health, the book covers a wide range of topics, providing multidimensional insights and empowering strategies for mental health practitioners, academicians, researchers, and students"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aChild mental health services. 0aChild mental health. 0aChild psychology.1 aGupta, Sanjeev Kumar,d1983-eeditor.08iPrint version:tHandbook of research on child and adolescent psychology practices and interventionsdHershey, PA : Medical Information Science Reference, [2024]z9781668499832w(DLC) 2023028809 a92bPUL01992nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043001200250050001700262082003500279100003000314245008600344263000900430264004900439300002200488336002600510337002600536338003600562504005100598505021000649520033300859588010301192650005601295650004001351776017901391994001201570on1390706770OCoLC20230718213016.0m o d cr |||||||||||230705s2023 mdu ob 001 0 eng  a 2023030528 aDLCbengerdacDLC a9781666919974q(ebook) a1666919977 z9781666919967q(cloth) a(OCoLC)1390706770 apcc af-nr---00aHV6626.23.N600a362.829209669223/eng/202307141 aAgbese, Aje-Ori,eauthor.10aNigerian news coverage of intimate partner violence, 2011-2022 /cAje-Ori Agbese. a2311 1aLanham, Maryland :bLexington Books,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction -- Understanding Intimate Partner Violence -- Mass Media and Intimate Partner Violence -- Nigeria: The Case Study -- News Coverage of Intimate Partner Violence in Nigeria, 2011- -- Conclusion. a"Nigerian News Coverage of Intimate Partner Violence, 2011-2022 analyzes the news and blog coverage of intimate partner violence in Nigeria that has continuously grown over the years. It examines how these instances are represented in the news and explores how this can be done in a more inclusive way"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aIntimate partner violencexPress coveragezNigeria. 0aIntimate partner violencezNigeria.08iPrint version:aAgbese, Aje-Ori.tNigerian news coverage of intimate partner violence, 2011-2022dLanham, Maryland : Lexington Books, [2023]z9781666919967w(DLC) 2023030527 a92bPUL02342nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043001200281050001300293082002900306100003000335245008300365263000900448264005300457300002200510336002600532337002600558338003600584504004100620505038000661520042901041588010301470650004901573650003901622650004301661650004401704776013601748994001201884on1390706781OCoLC20230718213016.0m o d cr |||||||||||230710s2023 mdu ob 000 0 eng  a 2023026555 aDLCbengerdacDLC a9781475872934q(ebook) a1475872933 z9781475872910q(cloth) z9781475872927q(paperback) a(OCoLC)1390706781 apcc an-us---00aLC1099.300a370.117223/eng/202307151 aGutierrez, Hank,eauthor.10aBridging the gap :bcreating a culturally responsive school /cHank Gutierrez. a2311 1aLanham, Maryland :bRowman & Littlefield,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.0 aIntroduction -- Culturally responsive pedagogy : a mindset -- A nation at-risk : still -- Culturally relevant pedagogy : capacity over contention -- The surface-level examination -- Deep instructional undercurrents -- Culturally responsive school leadership -- The prepared leader : a lens of equity -- The culturally responsive school -- Building the Black teacher pipeline. a"Built on an interdisciplinary synthesis that draws from cognitive science, educational leadership, psychology, neuroscience, and history. Bridging the Gap: Creating a Culturally Responsive School offers research, concrete examples of practice, and policy connections in securing high impact culturally responsive teaching and leadership, while laying the foundation for the Black teacher pipeline"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCulturally relevant pedagogyzUnited States. 0aSchool environmentzUnited States. 0aEducational leadershipzUnited States. 0aAfrican American teachersxTraining of.08iPrint version:aGutierrez, Hank.tBridging the gapdLanham, Maryland : Rowman & Littlefield, 2023z9781475872910w(DLC) 2023026554 a92bPUL01481nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002600185035002200211042000800233050002500241082002900266100002800295245004100323263000900364264004800373300001400421336002600435337002800461338002700489490006600516500002000582520024500602521003500847521003700882650003700919776013900956994001201095on1390706782OCoLC20230718213016.0230707s2025 mnu j 001 0 eng  a 2023031598 aDLCbengerdacDLC a9798765626313q(library binding) a9798765629352q(paperback) z9798765634806q(epub) a(OCoLC)1390706782 apcc00aQL737.C27bP423 202400a599.786223/eng/202307171 aPeters, Katie,eauthor.10aWhat Polar bears do /cKatie Peters. a2408 1aMinneapolis :bLerner Publications,c[2025] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLet's look at polar animals (pull ahead readers - nonfiction) aIncludes index. a"Polar bears know how to survive in their polar environments. Leveled text and exciting photographs help young readers learn about how these bears live in the cold. Pairs with the fiction title, Polar Bear Lessons"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. 0aPolar bearvJuvenile literature.08iOnline version:aPeters, Katie, 1975-tWhat polar bears dodMinneapolis : Lerner Publications , 2024z9798765634806w(DLC) 2023031599 a92bPUL01454nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003600124020001500160035002200175042000800197043001200205050002200217110006200239245009400301250002200395264006700417300005600484336002600540337002800566338002700594504005700621610005700678650004600735880005900781880008100840880002300921880005800944880005401002994001201056on1390706783OCoLC20230718213016.0190125s2022 cc a abc 000 0 chi  a 2023388268 aDLCbengerdacDLC c$1 a9787501371587q(set ;hardcover) a750137158X a(OCoLC)1390706783 apcc aa-cc-nn00aPN5361b.N56 20222 6880-01aNingxia Huizu Zizhiqu tu shu guan,eissuing body.106880-02aMinguo shi qi chuang kan hao tu lu /cNingxia Huizu Zizhiqu tu shu guan bian zhu. 6880-03aDi 1 ban. 16880-04aBeijing Shi :bGuo jia tu shu guan chu ban she,c2022. a2 volumes (19, 819 pages) :billustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 773-819).206880-05aNingxia Huizu Zizhiqu tu shu guanvCatalogs. 0aChinese periodicalsvAbstractsvCatalogs.2 6110-01a宁夏回族自治区图书馆,eissuing body.106245-02a民国时期創刊號图录 /c宁夏回族自治区图书馆编著. 6250-03a第 1 版. 16264-04a北京市 :b国家图书馆出版社,c2022.246610-05a宁夏回族自治区图书馆vCatalogs. a92bPUL01700nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001200253082002900265100003400294245004100328250002000369263000900389264005100398300002200449336002600471337002600497338003600523504005100559520037200610588010300982650002301085650002701108776015501135994001201290on1390706829OCoLC20230718213016.0m o d cr |||||||||||230612s2023 nyu ob 001 0 eng  a 2023024327 aDLCbengerdacDLC a9781108924849q(epub) a1108924840 z9781108927222q(paperback) a(OCoLC)1390706829 apcc00aQH541.200a577.072223/eng/202307171 aSinger, Fred,d1952-eauthor.10aEcology in action /cFred D. Singer. aSecond edition. a2311 1aNew York :bCambridge University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This undergraduate textbook enables students to develop a strong grasp of key ecological concepts, a deep understanding of the origins and evolution of scientific knowledge, and an appreciation of their realworld applications. The pedagogically-rich and engaging second edition is filled with diverse resources that support active learning"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEcologyxResearch. 0aEcologyvCase studies.08iPrint version:aSinger, Fred, 1952-tEcology in actionbSecond edition.dNew York : Cambridge University Press, 2023z9781108927222w(DLC) 2023024326 a92bPUL03672nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003000224035002200254042000800276050001100284082002800295100002700323245011200350263000900462264005600471300002300527336002600550337002600576338003600602490007100638504005100709505029000760520183201050588010302882650003702985650003903022650001403061776015103075994001203226on1390706835OCoLC20230718213016.0m o d cr |||||||||||230624s2023 enk ob 001 0 eng  a 2023018795 aDLCbengerdacDLC a9781003353676q(ebook) a1003353673 z9781032405667q(paperback) z9781032405612q(hardback) a(OCoLC)1390706835 apcc00aLB102800a370.72223/eng/202307141 aLand, Nicole,eauthor.10aBodying postqualitative research :bon being a researching body within fissures of humanism /cNicole Land. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aPostqualitative new materialist and critical posthumanist research aIncludes bibliographical references and index.0 aBiocultural creatures, postqualitative data, and caffeine shakes -- Biomedical imaginaries, methodology, and antipsychotic medications -- Biopossibility, clarity, and scars -- Pedagogical inquiry work, proprioception, and a sweaty quad -- Conclusion : bodying postqualitative research. a"Bodying Postqualitative Research posits the question of what happens when lived, fleshy human bodies engage in postqualitative research in education. It takes as its central concern research propositions aimed at dismantling the structures of humanism that typically govern research in education and uses postqualitative conceptions of data, methodology, and clarity in conjunction with insights from feminist science studies scholars to imagine how we might 'body' postqualitative work. This book uses the provocations offered by postqualitative research and takes these touchpoints to dismantle dominant logics of research, born of neoliberalism and ongoing settler colonialism to offer alternative perspectives. Importantly, this book stays near to the body by proposing caffeine shakes, antipsychotic medications, and scars as moments to take seriously how bodies do researching practices. After each chapter, the book turns to poetry as a "fracture" or a moment of disruption to the rhythm of the text that incites readers to reconsider the previous chapter otherwise. It concludes by asking what bodying postqualitative research might mean for pedagogy and for propositions toward future inquiry. Drawing together the work of feminist science and education scholars oriented toward the biosciences and whose work has not yet been immersed into postqualitative scholarship in a sustained way, this book brings together a vein of feminist science studies theorizing that both deepens and troubles postqualitative scholarship through its focus on the politics of science and the possibilities of doing bodies with biology, culture, and life. The volume is suitable for students and scholars interested in postqualitative and embodied research methods in education, and feminist and gender studies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducationxResearchxPhilosophy. 0aQualitative researchxMethodology. 0aHumanism.08iPrint version:aLand, Nicole.tBodying postqualitative researchdAbingdon, Oxon ; New York, NY : Routledge, 2023z9781032405667w(DLC) 2023018794 a92bPUL01866nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002500220082003400245100002800279245013900307263000900446264005100455300001300506336002600519337002800545338002700573520050900600505006901109630002401178650004801202650002101250650005001271700003201321700003301353700002701386700003101413994001201444on1390706836OCoLC20230718213016.0230713s2023 gw 000 0 eng  a 2023024491 aDLCbengerdacDLC a9781493223961q(hardcover) a1493223968 z9781493223978q(ebook) a(OCoLC)1390706836 apcc00aHD30.213b.B487 202300a658.4/038011223/eng/202307171 aBertram, Erik,eauthor.10aSAP Analytics Cloud performance optimization guide /cErik Bertram, Carl Dannenhauer, Melanie Holzapfel, Sandra Loop, Stephanie Range. a2308 1aBonn ;aBoston :bRheinwerk Publishing,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Frustrated with slow performance in SAP Analytics Cloud? This guide is your answer! Learn the basics of solution performance and optimization and then start making your adjustments: get the story builder and analytics designer apps running smoothly, fine-tune your backend settings, and follow best practices for viewing dashboards. With detailed examples of performance improvements throughout, this book has everything you need for an optimal SAP Analytics Cloud experience!"--cProvided by publisher.0 aMeasuring, testing and monitoring performance -- Viewer choices.00aSAP cloud platform. 0aDashboards (Management information systems) 0aCloud computing. 0aBusinessxData processingxComputer programs.1 aDannenhauer, Carl,eauthor.1 aHolzapfel, Melanie,eauthor.1 aLoop, Sandra,eauthor.1 aRange, Stephanie,eauthor. a92bPUL01119nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043003000182050002400212100003900236245012100275250002100396264004400417300005800461336002600519337002800545338002700573504005700600650009400657650004200751994001200793on1390706837OCoLC20230718213016.0230328s2022 bl ab b 000 0 por  a 2023312645 aDLCbengerdacDLC a9786586537819 a6586537819 a(OCoLC)1390706837 alcode as-bl---as-ag---as-py---00aKH966.H85bD54 20221 aDiehl, Rodrigo Cristiano,eauthor.10aTráfico internacional de crianças e adolescentes na Tríplice Fronteira do Cone Sul /cRodrigo Cristiano Diehl. a1a̲ edição. 1aBlumenau :bEditora Dom Modesto,c2022. a284 pages :bcolor illustrations, color maps ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 260-281). 0aChild traffickingxLaw and legislationzTri-Border Area (Argentina, Brazil, and Paraguay) 0aHuman trafficking (International law) a92bPUL02199nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192020003100223035002200254042000800276050001700284082002800301100003800329245003800367263000900405264005200414300002200466336002600488337002600514338003600540520094600576588010301522655002401625655001901649776013301668994001201801on1390706856OCoLC20230718213016.0m o d cr |||||||||||230224s2024 tnu o 000 1 eng  a 2023005303 aDLCbengerdacDLC a9781684429714q(epub) a1684429714 z9781684429691q(hardcover) z9781684429707q(paperback) a(OCoLC)1390706856 apcc00aPS3619.T475400a813/.6223/eng/202307121 aStein, Nathaniel,d1987-eauthor.14aThe threat /cby Nathaniel Stein. a2401 1aNashville, Tennessee :bKeylight Books,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"Melvin Levin is dissatisfied-with his job, with life, with it all. He's too polite and too boring, and the monotony of his days is only broken when he has to clean up after his neighbor's frequently vomiting cat. That is, until he receives a mysterious death threat in the mail. Under the thrill of potentially getting murdered, Melvin begins to feel truly alive again. The threat gives Melvin a sense of self-importance-someone wants him dead-and, ironically, a new lease on life. However, soon, Melvin becomes obsessed with the threat, increasingly forming the basis of his new, unstable identity. The greatest danger to Melvin might not be his threatener but his own deranged mind. Dripping with voice, The Threat is a hilariously relatable story of self-doubt, aging, and frustration. Literary yet accessible, Stein's story explores what happens when the only way you can live is by feeling like you might die"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 7aBlack humor.2lcgft 7aNovels.2lcgft08iPrint version:aStein, Nathaniel, 1987-tThreatdNashville, Tennessee : Keylight Books, [2024]z9781684429691w(DLC) 2023005302 a92bPUL02442nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001100265082003200276100004000308240004600348245007300394246004300467250002000510263000900530264005600539300002200595336002600617337002600643338003600669504005100705520079600756588010301552650005101655650005401706651002801760776019601788994001201984on1390706857OCoLC20230718213016.0m o d cr |||||||||||230712s2024 onc ob 001 0deng  a 2023032638 aDLCbengerdacDLC a9780190167356q(epub) a0190167351 z9780190167332q(paperback) a(OCoLC)1390706857 apcc an-cn---00aE78.C200a305.800971223/eng/202307131 aFrideres, James S.,d1943-eauthor.10aFirst Nations in the twenty-first century10aIndigenous peoples in the twenty-first century /cJames S. Frideres.3 aIndigenous peoples in the 21st century aFourth edition. a2310 1aOntario, Canada :bOxford University Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Major social and legal events in Canada have influenced--some might say forced--the changing relationship between the Crown and Indigenous people, and this changed relationship is central to the present work. In short, the political climate of Canada has changed. Nearly four decades ago, the Supreme Court defined Aboriginal rights as sui generis (of its own kind or class). Now, after considerable time, the judiciary is beginning to use this phrase in various contexts impacting Indigenous peoples. This expansion of the term in the courts has meant that the courts have begun to make decisions based on Aboriginal rights as sui generis. This has meant that the negative characterizations of Indigenous rights have now turned into positive points of protection"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aIndigenous peopleszCanadaxSocial conditions. 0aIndigenous peopleszCanadaxGovernment relations. 0aCanadaxRace relations.08iPrint version:aFrideres, James S., 1943-tIndigenous peoples in the twenty-first centurybFourth edition.dOntario, Canada : Oxford University Press, [2024]z9780190167332w(DLC) 2023032637 a92bPUL01354nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002600150035002200176037005300198042001500251050002500266100003200291245015400323264004200477300002700519336002600546337002800572338002700600500009700627504006100724630006100785630006500846600003800911710004300949994001200992on1390706870OCoLC20230718213016.0220424s2021 ii b 001 0 eng  a 2020514894 aDLCbengerdacDLC a9789390569496 a9390569494 aI-E-2020514894; 13-90 a(OCoLC)1390706870 bLibrary of Congress -- New Delhi Overseas Office alcodeapcc00aBS2595.52b.T44 20211 aThekkekkara, Biju,eauthor.10aPresentation of Jesus to the Lord :bthe scriptural composition and narrative significance of Luke 2:22-39 and Acts 6:1-8:3 /cBiju Thekkekkara, CMI. 1aKashmere Gate, Delhi :bISPCK,c2021. axi, 271 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally presented as the author's thesis (doctoral)--Studium Biblicum Franciscanum, 2019. aIncludes bibliographical references (237-263) and index.00aBible.pLuke, II, 22-39xCriticism, interpretation, etc.00aBible.pActs, VI, 1-VIII, 3xCriticism, interpretation, etc.00aJesus ChristxPerson and offices.2 aI.S.P.C.K. (Organization),epublisher. a92bPUL00975nam a22002895i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192100003400202245009500236246005600331250002400387264005200411300002300463336002600486337002800512338002700540520005700567546001500624710003400639994001200673on1390706893OCoLC20230718213016.0220928s2020 pk 000 0 snd  a 2022312989 aDLCbengerdacDLC a(OCoLC)1390706893 bLibrary of Congress -- Islamabad Overseas Office alcode1 aBāghī, Bakhshal,eauthor.10aKitāb paṛahn kānpo ʼi :babhiyās = Kitaab parhan khaan poe /cBakhshal Bāghī.1 iTitle on title page verso:aKitaab parhan khaan poe aChāpo phariyūn. 1aKarācī :bSindhīkā Ikaiḍamī,c2020. a239 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAuthor's articles on different topic of social life. aIn Sindhi.2 aSindhica Academy,epublisher. a92bPUL03365nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001100296082002700307100003900334245008400373263000900457264005500466300002300521336002600544337002600570338003600596490006500632504005100697505038100748520134301129588010302472650004102575650003402616650003502650650002902685776018102714994001202895on1390706894OCoLC20230718213016.0m o d cr |||||||||||230706s2024 enk ob 001 0 eng  a 2023021321 aDLCbengerdacDLC a9781003364740q(ebook) a1003364748 z9781032428833q(hardback) z9781032428840q(paperback) a(OCoLC)1390706894 apcc af------00aLA150300a378.6223/eng/202307141 aAdeyemo, Kolawole Samuel,eauthor.10aAfrican epistemologies in higher education research /cKolawole Samuel Adeyemo. a2309 1aAbingdon, Oxon ;aNew York, NY:bRoutledge,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge research on decoloniality and new postcolonialisms aIncludes bibliographical references and index.0 aAn introduction to debates on African epistemologies -- Transforming knowledge from history -- Existentialist epistemology and the purpose of higher education -- Epistemology of pragmatism in postgraduate research -- Epistemic injustice in research publication -- Epistemology realism and racism in higher education -- Epistemological access to corruption in higher education. a"Bringing a needed perspective on African Epistemologies on the critical topics of higher education in relation to knowledge systems, this book highlights how knowledge creation processes influence higher education systems, society, and African development. This book uses an interdisciplinary approach to frame the connections between academic knowledge systems. Specifically, it seeks to answer questions on the trends in knowledge mobility, histories, and sociological dimensions in knowledge production in postcolonial Africa. The discussion explores how existing knowledge systems can better align with past and present narratives throughout African history and philosophies. The primary thought behind this book is to deconstruct the idea of a free market, the issue of corruption, racism and the neoliberalist approach to knowledge creation and transmission. Thus, it seeks to answer questions on the history and sociological dimensions of knowledge production in higher education. The book argues that African epistemologies can be better understood by investigating present sociologies and histories shaping African higher education research. Researchers and university students in the field of sociology of education, economics of education, higher education and policy will find this book very useful"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherzAfricaxResearch. 0aKnowledge, Theory ofzAfrica. 0aEducational sociologyzAfrica. 0aPostcolonialismzAfrica.08iPrint version:aAdeyemo, Kolawole Samuel.tAfrican epistemologies in higher education researchdAbingdon, Oxon ; New York, NY: Routledge, 2023z9781032428833w(DLC) 2023021320 a92bPUL01554nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003700117020003100154020002600185035002200211042000800233050002500241082003100266100003400297245008600331263000900417264004800426300001400474336002600488337002800514338002700542490006300569500002000632520022500652521003500877521003700912650003700949700003300986776013701019994001201156on1390706895OCoLC20230718213016.0230710s2025 mnu j 001 0 eng  a 2023031825 aDLCbengerdacDLC a9798765626184q(library binding) a9798765629208q(paperback) z9798765634202q(epub) a(OCoLC)1390706895 apcc00aQL737.C23bV365 202500a599.776/4223/eng/202307171 aVan Oosbree, Ruthie,eauthor.10aFrosty's snow day /cwritten by Ruthie Van Oosbree ; illustrated by Mette Engell. a2408 1aMinneapolis :bLerner Publications,c[2025] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLet's look at polar animals (pull ahead readers - fiction) aIncludes index. a"Frosty shows readers her typical day as an Arctic fox. With full-color illustrations and engaging text, young readers can join in on the fun. Pairs with nonfiction text, Arctic Fox on the Move"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. 0aArctic foxvJuvenile literature.1 aEngell, Mette,eillustrator.08iOnline version:aVan Oosbree, Ruthie.tFrosty's snow daydMinneapolis : Lerner Publications , 2024z9798765634202w(DLC) 2023031826 a92bPUL01872nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246043002100254050001700275082002800292100002700320245005900347250001900406263000900425264003100434300002200465336002600487337002600513338003600539520038300575588010300958650004401061650004801105650003201153651005501185655003101240655001901271776012401290994001201414on1390706898OCoLC20230718213016.0m o d cr |||||||||||230414s2024 nyu o 000 1 eng  a 2023017897 aDLCbengerdacDLC a9780063299771q(ebook) a0063299771 z9780063299757q(hardcover) a(OCoLC)1390706898 apcc an-us-laae-fr---00aPS3613.A524700a813/.6223/eng/202307121 aMalye, Julia,eauthor.10aPelican girls :ba novel /cJulia Sixtine Marie Malye. aFirst edition. a2403 1aNew York :bHarper,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"For fans of sweeping historical literature in the vein of Philipp Meyer's The Son or Min Jin Lee's Pachinko, an extraordinary US literary debut set in Paris and colonial New Orleans and based on a true story, about three of the 88 young women-among them an orphan, a madwoman, and an abortionist-who were deported to the Louisiana Territory as brides"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomenzLouisianazNew OrleansvFiction. 0aDeporteeszLouisianazNew OrleansvFiction. 0aDeporteeszFrancevFiction. 0aNew Orleans (La.)xHistoryy18th centuryvFiction. 7aHistorical fiction.2lcgft 7aNovels.2lcgft08iPrint version:aMalye, Julia.tPelican girlsbFirst edition.dNew York : Harper, 2024z9780063299757w(DLC) 2023017896 a92bPUL00807nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050003000180100004300210245005300253250002300306264005400329300002400383336002600407337002800433338002700461490002900488994001200517on1390706899OCoLC20230718213016.0221019s2022 pe 000 1 spa  a 2023415479 aDLCbengerdacDLC a9786124142659 a6124142651 a(OCoLC)1390706899 apcc00aPQ8498.432.I424bC66 20221 aVílchez Vela, Percy,d1960-eauthor.13aLa comedia de las armas /cPercy Vílchez Vela. aPrimera edición. 1aPunchana, Iquitos, Perú :bTierra Nueva,c2022. a304 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Ukamara ;v3 a92bPUL02477nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001200284082002700296100005900323245011200382263000900494264005600503300002300559336002600582337002600608338003600634490006700670504005100737520084900788588010301637600002201740650002701762650002201789650002601811650001601837776016601853994001202019on1390706930OCoLC20230718213016.0m o d cr |||||||||||230628s2024 enk ob 001 0 eng  a 2023025468 aDLCbengerdacDLC a9781003450726q(ebook) a1003450725 z9781032585802q(hardback) z9781032585819q(paperback) a(OCoLC)1390706930 apcc00aLB85.P700a370.1223/eng/202307151 aBazaluk, O. A.q(Oleg Aleksandrovich),d1968-eauthor.10aDiscursive thinking through of education :blearning from those who transform the universe /cOleg Bazaluk. a2311 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge international studies in the philosophy of education aIncludes bibliographical references and index. a"This book is a contribution to the philosophical discourse on education. Education is considered as a tool of philosophy. Education (paideia) and politics (politeia) are equal in importance for building a sustainable society free from feud and unhappiness. Discursive thinking through of education is based on Plato's dialogues and the results of epistemological, metaphysical and ethical research in the fields of cosmology, biology and neuroscience. The author demonstrates the potential of the threefold scheme of philosophy, a Platone philosophandi ratio triplex, for ordering individual and collective discourse and way of life in strict accordance with the intelligible complexity of the expanding cosmos. An essential read for students and scholars interested in the crossroad between education and philosophy"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aPlatoxInfluence. 0aEducationxPhilosophy. 0aEducation, Greek. 0aThought and thinking. 0aDiscussion.08iPrint version:aBazaluk, O. A. 1968-tDiscursive thinking through of educationdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032585802w(DLC) 2023025467 a92bPUL02661nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002700209035002200236042000800258050002800266082002700294245010100321263000900422264005700431300001300488336002600501337002800527338002700555520075800582504005101340505054501391650005601936650006001992700003602052776017502088994001202263on1390706959OCoLC20230718213016.0230705s2023 pau b 001 0 eng  a 2023022597 aDLCbengerdacDLC a9781668488461q(hardcover) a1668488469 a9781668488508q(paperback) a1668488507 z9781668488478q(ebook) a(OCoLC)1390706959 apcc00aQA76.9.A25bC91916 202300a005.8223/eng/2023071700aCyber security policies and strategies of the world's leading states /cedited by Nika Chitadze. a2309 1aHershey, PA :bInformation Science Reference,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"This book is essential for government officials, academics, researchers, NGO representatives, mass-media representatives, business sector representatives, and students interested in cyber warfare, cyber security, information security, defense and security, and world political issues. With its comprehensive coverage of cyber security policies and strategies of the world's leading states, it is a valuable resource for those seeking to understand the evolving landscape of cyber security and its impact on global politics. It aims to identify, prevent, reduce, and eliminate existing threats and provide readers with a comprehensive understanding of cyber security policies and strategies used by leading countries worldwide"--cProvided by publisher. aIncludes bibliographical references and index.0 aVirtual threats and asymmetric military challenges / C.V. Suresh Babu, Akshara PM -- China's cyber security policy and the democratic world / Irakli Kervalishvili -- The fifth space of military action and confrontation / Nika Chitadze -- Framework for detection of cyberbullying in text data using natural language processing and machine learning / C.V. Suresh Babu, Kowsika S, Sai Tejaswi M, Janarakshani T R, Mercysha Princy S -- The role and place of cyber warfare and cyber security in the world : past, present, future / Nika Chitadze. 0aComputer securityxGovernment policyvCase studies. 0aCyberspace operations (Military science)vCase studies.1 aChitadze, Nika,d1969-eeditor.08iOnline version:tCyber security policies and strategies of the world's leading statesdHershey, PA : Information Science Reference, 2023z9781668488478w(DLC) 2023022598 a92bPUL02896nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020004500192035002200237042000800259043001200267050001500279082003300294100004500327245006700372250001900439263000900458264004200467300002200509336002600531337002600557338003600583504005100619505105500670520030801725588010302033650004202136650004002178651003502218700003002253776015502283994001202438on1390706960OCoLC20230718213016.0m o d cr |||||||||||230709s2023 ctu ob 001 0ceng  a 2023030453 aDLCbengerdacDLC a9781493068760q(epub) a1493068768 z9781493068753q(paperback ;qalk. paper) a(OCoLC)1390706960 apcc an-us-wa00aCT3262.W2700a920.7209797223/eng/202307131 aBragg, L. E.q(Lynn E.),d1956-eauthor.10aRemarkable Washington women /cL. E. Bragg and Christy Karras. aThird edition. a2310 1aEssex, Connecticut :bTwoDot,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aNarcissa Prentiss Whitman, tragedy at Waiilatpu -- Kick-Is-Om-Lo, Princess Angeline-Seattle's last royalty -- Mary Ann Boren Denny, mother of Seattle -- Mother Joseph, chief of the Lady Black Robes -- Lizzie Ordway, Mercer girl -- Dr. Mary Archer Latham, physician-fugitive -- Olive Spore Ryther, Mother Ryther-mother to thousands -- Thea Christiansen Foss, The Original "Tugboat annie" -- dr. Nettie j. Craig Asberry, doctor of music/champion of civil rights -- Bertha KnighT landes, mayor of Seattle -- Fay Fuller, first lady of Mount Rainier -- Kathleen Rockwell, Klondike Kate -- Judge Reah Mary Whitehead, lady justice -- Imogen Cunningham, exposed to the light -- Isabel Friedlander Arcasa, custodian of Colville Heritage -- Maude C. Lillie Bolin, Yakama cowgirl aviator -- Pang Yee Ching, journey to "Gam Saan" -- Hazel Wolf, citizen of three centuries -- Susie Revels Cayton, journalist who believed in equality -- Emma Smith DeVoe, "good-natured and cheerful"fighter for the vote -- Kara Matsushita Kondo, committed to justice and community. a"Remarkable Washington Women, Third edition, celebrates the women who shaped the Evergreen State. Short, illuminating biographies and archival photographs and paintings tell the stories of women from across the state who served as teachers, writers, entrepreneurs, and artists"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomenzWashington (State)vBiography. 0aWomenzWashington (State)xHistory. 0aWashington (State)vBiography.1 aKarras, Christy,eauthor.08iPrint version:aBragg, L. E. 1956-tRemarkable Washington womenbThird edition.dEssex, Connecticut : TwoDot, [2023]z9781493068753w(DLC) 2023030452 a92bPUL03371nam a22005178i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263043001200271050001000283082002900293245015500322250001900477263000900496264003400505300002300539336002600562337002600588338003600614490004900650504005100699505005800750520147900808588010302287650004102390650003102431650004302462650002602505650004102531650003502572650004802607700003202655700003202687776012202719994001202841on1390706968OCoLC20230718213016.0m o d cr |||||||||||230531s2024 nyu ob 001 0 eng  a 2023018130 aDLCbengerdacDLC a9781003426097q(ebk) a1003426093 z9781032546728q(hbk) z9781032546735q(pbk) a(OCoLC)1390706968 apcc an-cn---00aLC15400a379.2/4223/eng/2023071500aDecolonizing literacies :bdisrupting, reclaiming, and remembering relationship in literacy education /cedited by Kimberly Lenters, Towani Duchscher. aFirst edition. a2309 1aNew York :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aRoutledge research in decolonizing education aIncludes bibliographical references and index.2 aDisrupting -- Reclaiming -- Remembering Relationship. a"This volume examines the ways literacy has been used as a weapon and a means for settler colonialism, challenging colonized definitions of literacy and centering relationships as key to broadening understandings. It begins by confronting the multiple ways that settler colonialism has used literacy and definitions of literacy as a gatekeeper to participation in society. In response to settler colonialism's violent acts of extraction, displacement, and replacement enacted upon the land, the resources, the people, and understandings of literacy, the editors propose a unique approach to decolonizing understandings of literacy through a triangulation of disruption, reclamation, and remembering relationships. This is enacted and explored through a range of diverse chapter contributions, written in the form of stories, poems, art, theatre, and essays, allowing the authentic voices of the authors to shine through, and opening up the English language arts as a space for engagement and interpretation with divers, racialized understandings of literacy. Disrupting Eurocentric, colonized understandings that narrowly define literacy as reading and writing the colonial word, and advancing the movement to decolonize education, it will be of key interest to scholars, researchers and educators with interest in literacy education, decolonizing education, anti-racist education, inclusive education, land-based literacy, and arts-based literacy"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aLiteracyxGovernment policyzCanada. 0aLiteracy programszCanada. 0aNative language and educationzCanada. 0aStorytellingzCanada. 0aIntergenerational relationszCanada. 0aMinoritiesxEducationzCanada. 0aDiscrimination in higher educationzCanada.1 aDucshcher, Towani,eeditor.1 aLenters, Kimberly,eeditor.08iPrint version:tDecolonizing literaciesbFirst edition.dNew York : Routledge, 2024z9781032546728w(DLC) 2023018129 a92bPUL02136nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002900220082003700249100002900286245007000315263000900385264005100394300001300445336002600458337002800484338002700512520055800539505050101097630004001598630003501638650002201673650003101695650002401726994001201750on1390706976OCoLC20230718213016.0230713s2023 gw 000 0 eng  a 2023024529 aDLCbengerdacDLC a9781493224067q(hardcover) a1493224069 z9781493224074q(ebook) a(OCoLC)1390706976 apcc00aHF5548.4.B875bK864 202300a658.4/038028553223/eng/202307171 aKumar, Renjith,eauthor.10aOperational data provisioning with SAP BW/4HANA /cRenjith Kumar. a2308 1aBonn ;aBoston :bRheinwerk Publishing,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Operational data provisioning (ODP) is the new standard for data extraction in SAP BW/4HANA-are you ready for it? Use ODP to extract information from SAP S/4HANA and connect to other key data sources, including SAP HANA information views, CDS views, SAP BW, and flat files. Use SAP Landscape Transformation Replication Server to replicate data, and review the prerequisites for SAP BW/4HANA remote conversion projects. With detailed instructions throughout, this hands-on guide has all the information you need to master ODP!"--cProvided by publisher.0 aGeneric extraction from S/4HANA -- Extracting BW 7.x data into BW/4HANA -- Extracting data using CDS Views -- Extraction using Open ODS Views -- Extracting data using HANA Calculation Views -- Additional Topics -- Introduction -- Creating an operational data provisioning (ODP) source system -- Working with SAP extractors -- Extracting LO datasource from other applications -- Extracting master data -- Extracting MM inventory management data -- Extracting financial data -- Extracting HCM data.00aSAP Business information warehouse.00aSAP HANA (Electronic resource) 0aData warehousing. 0aBusinessxData processing. 0aBusinessxComputer. a92bPUL01674nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020003100191035002200222042000800244050001200252082002500264100003400289245008400323250001900407263000900426264003500435300002300470336002600493337002600519338003600545490001900581520034300600588010300943650004001046700003301086776014501119994001201264on1390706977OCoLC20230718213016.0m o d cr |||||||||||230630s2024 nyu jo 000 0 eng  a 2023025165 aDLCbengerdacDLC a9781662670695q(ebk) a1662670699 z9781662670701q(hardcover) a(OCoLC)1390706977 apcc00aSB357.200a634223/eng/202307171 aChancellor, Deborah,eauthor.10aGranny root grows fruit /cby Deborah Chancellor ; illustrated by Julia Groves. aFirst edition. a2408 1aNew York :bKane Press,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aFollow my food a"A child narrator helps her Granny grow fruit through the year, as they put in new plants in the fall, prune in the winter, weed and hang nets in the spring, and water and harvest in the summer. Backmatter includes a matching game, more information about growing fruit, types of fruit, and a kid-friendly recipe"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aFruit-culturevJuvenile literature.1 aGroves, Julia,eillustrator.08iPrint version:aChancellor, Deborah.tGranny root grows fruitbFirst edition.dNew York : Kane Press, 2024z9781662670701w(DLC) 2023025164 a92bPUL00872nam a22002537i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001500117020001800132035002200150245010400172264008100276300002400357336002600381337002800407338002700435490004500462653007100507700002800578994001200606on1390706978OCoLC20230718213016.0230714s1997 ci 000 0 hrv  a 2023450821 aDLCbengerdacDLC a9536466007 a9789536466009 a(OCoLC)139070697800aReči rieč :bknjiževni zbornik : međimurski književni krug /cglavni urednik Ivan Kutnjak. 1aČakovec :bKnjiževni krug "Reči rieč" Županije međimurske,c1997. a150 pages ;c29 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteka posebnih izdanja ;vknjiga 2. aPoems from CroatiaaPoems and literary work from Međimurje County1 aKutnjak, Ivan,eeditor. a92bPUL03037nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002800151020001500179020005000194020004900244035002200293042000800315043001200323050001300335082002800348245015800376246007700534263000900611264002900620300002300649336002600672337002600698338003600724490009500760504005100855520127500906588010302181610007202284650004302356650004202399700004802441776009002489994001202579on1390706983OCoLC20230718213016.0m o d cr |||||||||||230711s2023 mau ob 001 0 eng  a 2023029533 aDLCbengerdacDLC a9789004682580q(e-book) a9004682589 z9789004682566q(paperback :qacid-free paper) z9789004682573q(hardback :qacid-free paper) a(OCoLC)1390706983 apcc an-us---00aLB1028.300a371.33223/eng/2023071400aAECT at 100 :ba legacy of leadership /cedited by Christopher T. Miller, Anthony A. Piña, Michael H. Molenda, Phillip L. Harris and Barbara B. Lockee.3 aAssociation for Educational Communications and Technology at one hundred a2309 1aBoston :bBrill,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLeadership and best practices in educational technology management,x2666-7010 ;vvolume.6 aIncludes bibliographical references and index. a"The purpose of AECT at 100: A Legacy of Leadership is to highlight the Association for Educational Communications and Technology's 100 years of leadership in educational technology and learning. AECT has a rich history, evolving from the National Education Association's (NEA) Department of Visual Instruction (DVI) and later the Department of Audio-Visual Instruction (DAVI). Over its 100 years, AECT and its members have had a substantial impact on the evolution of American educational technology and learning, including in the areas of audiovisual instruction, instructional design, and online learning. AECT at 100: A Legacy of Leadership brings together writers and experts in the organization to explore various periods of history within the field and how AECT and its membership stood as a leader within the field. Topics such as visual instruction, the audiovisual movement, leadership development, programmed instruction, diversity leadership, AECT and educational technology topics, journals, ethics, and social justice are explored. Additionally, a number of leaders are explored from the early days of AECT such as James Finn, F. Dean McClusky, Edgar Dale, and Elizabeth Golterman all the way to recent leaders such as Rob Branch"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aAssociation for Educational Communications and TechnologyxHistory. 0aEducational technologyzUnited States. 0aInstructional systemszUnited States.1 aMiller, Christopher Thomas,d1972-eeditor.08iPrint version:tAECT at 100dBoston : Brill, [2023]z9789004682566w(DLC) 2023029532 a92bPUL01493nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002400220082001200244100002800256245006100284246004200345263000900387264005500396300001300451336002600464336002800490337002800518338002700546521004900573520019500622650002200817650002400839650003700863655002600900776015700926994001201083on1390707010OCoLC20230718213016.0230717s2024 nyu b 000 1 eng  a 2023020241 aDLCbengerdacDLC a9781419770586q(hardcover) a1419770586 z9798887071343q(ebook) a(OCoLC)1390707010 apcc00aPZ7.1.V468bWe 202400a[E]2231 aVernon, Katie,eauthor.10aWe're having a party (for everyone!) /cby Katie Vernon.30aWe are having a party (for everyone!) a2405 1aNew York :bAbrams Books for Young Readers,c2024. apages cm atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 4 to 8bAbrams Books for Young Readers. aLana has a few tips for her nervous pup, Lemon, on how to make sure their first dinner party is a total success, including social etiquette, accommodating others, and how much fun it can be. 1aPartiesvFiction. 1aEtiquettevFiction. 1aIndividual differencesvFiction. 7aPicture books.2lcgft08iOnline version:aVernon, Katie.tWe're having a party (for everyone!)dNew York : Abrams Books for Young Readers, 2024z9798887071343w(DLC) 2023020242 a92bPUL01842nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192035002200219042000800241050001300249082002900262245013500291263000900426264003800435300002200473336002600495337002600521338003600547504005100583520033000634588010300964600003101067650006001098650004701158650003801205700004101243776013601284994001201420on1390707011OCoLC20230718213016.0m o d cr |||||||||||230705s2023 mdu ob 001 0 eng  a 2023023776 aDLCbengerdacDLC a9781978715820q(epub) a197871582X z9781978715813q(cloth) a(OCoLC)1390707011 apcc00aBS2506.300a225.9/2223/eng/2023071300aReceptions of Paul during the first two centuries :bexploration of the Jewish matrix of early Christianity /cFrantišek Ábel. a2309 1aLanham :bLexington Books,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book explores the historical context of Paul and the way Paul's Jewish heritage was received, including the specifics of contemporary Jewish phenomena, within the successive generations of Jesus-followers during the first two centuries CE (in and outside the corpus of New Testament writings)"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aPaul,cthe Apostle, Saint. 0aChurch historyyPrimitive and early church, ca. 30-600. 0aChristianity and other religionsxJudaism. 0aJudaismxRelationsxChristianity.1 aÁbel, František,d1964-eeditor.08iPrint version:tReceptions of Paul during the first two centuriesdLanham : Lexington Books, 2023z9781978715813w(DLC) 2023023775 a92bPUL01408nam a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003100124020002800155035002200183042000800205043001200213050002500225100004500250245007500295246002500370246001700395250002000412264006200432300002300494336002600517337002800543338002700571504005200598600003900650650003800689880004200727880007000769880002500839880002000864880005500884880003500939994001200974on1390707012OCoLC20230718213016.0230627s1993 ja b 000 0bjpn  a 2023426184 aDLCbengerdacDLC c$1 a9784651150413q(hardcover) a4651150411q(hardcover) a(OCoLC)1390707012 apcc aa-ja---00aML420.O948bS55 19931 6880-01aShibata, Yōko,d1964-eauthor.106880-02aOzaki Yutaka :beien no yume = Yutaka Ozaki /cShibata Yōko.306880-03aEien no yume31aYutaka Ozaki 6880-04aShohan. 16880-05aTōkyō-to Meguro-ku :bRippū Shobō,c1993. a215 pages ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (page 215).106880-06aOzaki, Yutaka,d1965-1992. 0aRock musicianszJapanvBiography.1 6100-01a柴田曜子,d1964-eauthor.106245-02a尾崎豊 :b永遠の夢 = Yutaka Ozaki /c柴田曜子.306246-03a永遠の夢 6250-04a初版. 16264-05a東京都目黒区 :b立風書房,c1993.146600-06a尾崎豊,d1965-1992. a92bPUL01771nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066001100117020001800128020001500146035002200161042000800183043001200191050002500203100007700228245011300305264008600418300002300504336002600527337002800553338002700581500011400608504004100722650004700763650005300810650004200863650004600905650005200951650004101003700006501044880014501109880009501254994001201349on1390707013OCoLC20230718213016.0180319s2017 un bd 000 0 ukr  a 2019279677 aDLCbengerdacDLC c(Nc(Q a9789669163578 a9669163579 a(OCoLC)1390707013 apcc ae-un---00aKKY2717.3b.K65 20171 aKolomoi︠e︡t︠s︡ʹ, T. O.q(Teti︠a︡na Oleksandrivna),eauthor.106880-01aSluz︠h︡bove pravo Ukraïny :bslovnyk terminiv /cT.O. Kolomoi︠e︡t︠s︡ʹ, V.K. Kolpakov. 16880-02aZaporiz︠h︡z︠h︡i︠a︡ :bVydavnychyĭ dim "Helʹvetyka",c2017. a339 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAt head of title: Ministerstvo osvity i nauky Ukraïny, "Zaporizʹkyĭ nat︠s︡ionalʹnyĭ universytet." aIncludes bibliographical references. 0aAdministrative lawzUkrainevDictionaries. 0aAdministrative procedurezUkrainevDictionaries. 0aCivil servicezUkrainevDictionaries. 0aAdministrative lawzUkrainevTerminology. 0aAdministrative procedurezUkrainevTerminology. 0aCivil servicezUkrainevTerminology.1 aKolpakov, V. K.q(Valeriĭ Kosti︠a︡ntynovych),eauthor.106245-01aСлужбове право України :bсловник термінів /cТ.О. Коломоєць, В.К. Колпаков. 16264-02aЗапоріжжя :bВидавничий дім "Гельветика",c2017. a92bPUL03288nam a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020003100159020001500190020002600205035002200231042000800253043001200261050002300273082003100296100006200327245010400389264004600493264001100539300002300550336002600573337002800599338002700627504006700654505025400721520151300975650003902488650002902527650005702556650005602613650005202669651004202721651003802763650001702801994001202818on1390707030OCoLC20230718213016.0221218t20232023nyu b 001 0 eng  a 2022046754 aDLCbengerdacDLC a9781583679906q(cloth) a1583679901 a9781583679890q(paperback) a1583679898 z9781583679913q(epub) a(OCoLC)1390707030 apcc an-us---00aHN90.V5bS658 202300a303.60973223/eng/202302101 aSmith, David Michaelc(Professor of government),eauthor.10aEndless holocausts :bmass death in the history of the United States empire /cDavid Michael Smith. 1aNew York :bMonthly Review Press,c[2023] 4c©2023 a290 pages ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 290-506) and index.0 aThe indigenous peoples holocaust -- The African American holocaust -- The workers holocaust -- From colonial wars to global holocausts -- The holocausts of Pax Americana I -- The holocausts of Pax Americana II -- Other holocausts at home and abroad. a"Endless Holocausts: Mass Death in the History of the United States Empire helps us to come to terms with what we have long suspected: the rise of the U.S. Empire has relied upon an almost unimaginable loss of life, from its inception during the European colonial period, to the present. And yet, in the face of a series of endless holocausts at home and abroad, the doctrine of American exceptionalism has plagued the globe for over a century. However much the ruling class insists on U.S. superiority, we find ourselves in the midst of a sea change. Perpetual wars, deteriorating economic conditions, the resurgence of white supremacy, and the rise of the Far Right have led millions of people to abandon their illusions about this country. Never before have so many people rejected or questioned traditional platitudes about the United States. In Endless Holocausts author David Michael Smith demolishes the myth of exceptionalism by demonstrating that manifold forms of mass death, far from being unfortunate exceptions to an otherwise benign historical record, have been indispensable in the rise of the wealthiest and most powerful imperium in the history of the world. At the same time, Smith points to an extraordinary history of resistance by Indigenous peoples, people of African descent, people in other nations brutalized by U.S. imperialism, workers, and democratic-minded people around the world determined to fight for common dignity and the sake of the greater good"--cProvided by publisher. 0aPolitical violencezUnited States. 0aGenocidezUnited States. 0aIndigenous peoplesxViolence againstzUnited States. 0aAfrican AmericansxViolence againstzUnited States. 0aWorking classxViolence againstzUnited States. 0aUnited StatesxTerritorial expansion. 0aUnited StatesxForeign relations. 0aImperialism. a92bPUL01045nam a2200301 a 4500001001300000003000600013005001700019008004100036010001700077040001800094066000700112035002200119042000800141043001200149050002200161100003800183245006000221260007000281300004700351500005800398500003300456650004400489710004700533880003500580880005300615880006300668994001200731on1390707033OCoLC20230718213016.0831122s1973 ch 000 0 chi  a 76838835  aDLCbengcDLC c$1 a(OCoLC)1390707033 apcc aa-cc---00aBQ1725b.T86 19731 6880-01aShi, Tongrun,d1565-1624.106880-02aLeng jia he che :b[4 juan] /cShi Tongrun zhu. 6880-03aTaibei :bXin wen feng chu ban gong si,cMinguo 62 [1973] a389 leaves in various foliations ;c22 cm. aCaption title: Leng qie a ba duo luo bao jing he che. aReprint ed: with new introd. 0aLaṅkāvatārasūtravCommentaries.2 aLaṅkāvatārasūtra.bChinese.b1973.0 6100-01a釋通潤,d1565-1924.106245-02a楞枷合轍 :b[4 卷] /c釋通潤著. 6260-03a臺北 :b新文豐出版公司,c民國 62 [1973] a92bPUL01467nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163035002200189042000800211050002200219082002900241100003100270245009100301263000900392264005300401300001300454336002600467337002800493338002700521504004100548520031100589650001400900650001400914650002500928776014000953994001201093on1390707034OCoLC20230718213016.0230601s2023 cau b 000 0 eng  a 2023023424 aDLCbengerdacDLC a9781608688470q(paperback) a160868847X z9781608688487q(epub) a(OCoLC)1390707034 apcc00aHV875b.M337 202300a362.734223/eng/202307171 aMadrid, Michelle,eauthor.10aLet us be greater :ba gentle, guided path to healing for adoptees /cMichelle Madrid. a2310 1aNovato, California :bNew World Library,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a"A soulful approach to healing the misunderstanding, myth, and sense of marginalization within the adoptee community. Through illuminating exercises, affirmations, and stories, the book lays out a path that guides adoptees to come home to themselves - the greatest reunion of all"--cProvided by publisher. 0aAdoption. 0aAdoptees. 0aMarginality, Social.08iOnline version:aMadrid, Michelle.tLet us be greaterdNovato, California : New World Library, [2023]z9781608688487w(DLC) 2023023425 a92bPUL01230nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002400194100004600218245020300264264006200467300002300529336002600552337002800578338002700606500003700633504005700670500004100727600003000768650003200798700005000830994001200880on1390707035OCoLC20230718213016.0230125s2022 bl b 000 0 por  a 2023311232 aDLCbengerdacDLC a9786555184570 a6555184574 a(OCoLC)1390707035 alcode as-bl---00aKHD3230b.C377 20221 aCarvalho, Fábio Lins de Lessa,eauthor.10aRaul Seixas e a administração pública :buma abordagem musical dos grandes desafios do direito administrativo no Brasil /cFábio Lins de Lessa Carvalho ; prefácio, Irene Patrícia Nohara. 1aBelo Horizonte :bFórum Conhecimento Jurídico,c2022. a216 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"Direito administrativo"--Spine. aIncludes bibliographical references (pages 207-216). aIncludes chronology (pages 203-205).10aSeixas, Raul,d1945-1989. 0aAdministrative lawzBrazil.1 aNohara, Irene Patrícia,ewriter of preface. a92bPUL00957nam a22003017i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020001500163020003100178020001500209020001800224035002200242100002700264245009100291264005900382300004700441336002600488337002800514338002700542490003200569700004200601994001200643on1390707036OCoLC20230718213016.0230417s2022 hu a 000 j hun  a 2023449575 aDLCbengerdacDLC a9788688971485q(Életjel) a868897148X a8688971455 a9789634683544q(Kalligram) a9634683541 a9788688971454 a(OCoLC)13907070361 aBlumm, Aaron,eauthor.10aKi ölte meg a Török Zolit? /cAaron Blumm ; Maurits Ferenc illusztrációival. 1aSzabadka :bÉletjel ;aBudapest :bKalligram,c2022. a105 pages :bcolor illustrations ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aÉletjel könyvek ;v193.1 aMaurits, Ferenc,d1945-eillustrator. a92bPUL01076nam a22003017i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150041001300172245011500185246005300300250001800353264004500371300005600416336002600472337002800498338002700526546003600553504005700589653007500646700004100721994001200762on1390707037OCoLC20230718213016.0230714s2019 ci a b 000 0 hrv  a 2023450823 aDLCbengerdacDLC a9789533312460 a9533312467 a(OCoLC)13907070370 ahrvbeng00aSto godina učiteljskog obrazovanja u Gospiću /curednice Vesna Grahovac-Pražić, Sanja Vrcić-Mataija.3 a100 godina učiteljskog obrazovanja u Gospiću aPrvo izdanje. 1aZadar :bSveučilište u Zadru,c2019. a251 pages :billustrations (chiefly color) ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCroatian, with English summary. aIncludes bibliographical references (pages 248-251). aTeachers training in CroatiaaHistory of teachers training in Gospić1 aGrahovac-Pražić, Vesna,eeditor. a92bPUL01089nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050002900205100003200234245008500266246003700351264005200388300007600440336002600516337002800542338002700570500004500597650004400642651003700686700002800723994001200751on1390707047OCoLC20230718213016.0230505t20222022ie ab 000 0 eng  a 2022361846 aDLCbengerdacDLC a9781739649005q(paperback) a1739649001 a(OCoLC)1390707047 apcc ae-ie---00aGV199.44.I732bC666 20221 aMcGinley, Patrick,eauthor.10aOur Connemara walks :ba Connemara guidebook /cPatrick McGinley & Amelia Joyce.14aOur Connemara walks :bguidebook 1a[Galway, Ireland] :b[Wellpark Galway],c[2022] a84 pages :billustrations (chiefly color), map (chiefly color) ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aLC copy signed by Patrick McGinley.5DLC 0aTrailszIrelandzConnemaravGuidebooks. 0aConnemara (Ireland)vGuidebooks.1 aJoyce, Amelia,eauthor. a92bPUL02097nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262043001200270050000900282082002500291100003900316245004000355263000900395264004400404300002300448336002600471337002600497338003600523490002500559500002000584505013100604520053400735521002701269588010301296651006001399651005801459776013401517994001201651on1390707048OCoLC20230718213016.0m o d cr |||||||||||230712s2024 mnu jo 001 0 eng  a 2023029044 aDLCbengerdacDLC a9798889969266q(ebook) z9798889969242q(hardcover) z9798889969259q(paperback) a(OCoLC)1390707048 apcc ae-gr---00aDF7800a938223/eng/202307171 aRedshaw, Hermione,d1998-eauthor.10aAncient Greece /cHermione Redshaw. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLevel 10 : White set aIncludes index.0 aAncient Greece -- The Gods -- Family -- Homes -- Food -- Clothes -- Health and Medicine -- School and Learning -- Being a Kid. a"From the Olympic Games to amazing mythology, we have gotten a lot from the ancient Greeks. Look inside this book to learn even more about what it was like to be an ancient Greek. Ancient Greece is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of readers that encourages reading development"--cProvided by publisher. aAges 7-10bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aGreecexCivilizationyTo 146 B.C.vJuvenile literature. 0aGreecexSocial life and customsvJuvenile literature.08iPrint version:aRedshaw, Hermione, 1998-tAncient GreecedMinneapolis, MN : Jump!, Inc., [2024]z9798889969242w(DLC) 2023029043 a92bPUL02590nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148035002200179042000800201050002300209082002800232100002800260245007300288263000900361264004900370300001400419336002600433337002800459338002700487490003500514504005100549505054400600520081301144650001601957650003601973700004602009776014902055994001202204on1390707049OCoLC20230718213016.0230713s2023 nyu b 001 0 eng  a 2023031746 aDLCbengerdacDLC a9798886977837q(paperback) z9798886979978q(adobe pdf) a(OCoLC)1390707049 apcc00aBF637.L4bC27 202300a158/.4223/eng/202307171 aCaldwell, Cam,eauthor.10aDiscovering the leader within you /cCam Caldwell and Verl Anderson. a2309 1aNew York :bNova Science Publishers,c[2023] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLeadership in a changing world aIncludes bibliographical references and index.0 aDiscovering the leader within: why it matters -- Moral leadership in a troubled world -- Why so many leaders are failing: twelve compelling factors -- Leadership as a covenantal duty: a view from the inside-out -- The courage to be great: and why it matters -- Humility and servant leadership -- The leader within: why self-leadership matters -- The challenge of discovery: converting dreams into realities -- Finding your voice: discovering your unique significance -- Deep change and the leader within: an interview with Robert E. Quinn. a"Within each individual lies the potential for greatness - as a leader, as an example, and as a servant to others. Nonetheless, the discovery process for achieving that potential requires great effort and the willingness to invest in self-analysis and self-improvement in the quest for self-mastery. Leaders owe a "covenantal" set of duties to themselves, to the world, and to those individuals with whom they work. In every sense, those who lead most effectively honor a complex set of moral and ethical responsibilities that enable them to fulfill the calling of leadership. This book offers insights into the nature of the self-discovery process that every great leader goes through and offers encouragement and counsel to those individuals willing to discover the leader within"--cProvided by publisher. 0aLeadership. 0aSelf-actualization (Psychology)1 aAnderson, Verl A.q(Verl Allen),eauthor.08iOnline version:aCaldwell, Cam.tDiscovering the leader within youdNew York : Nova Science Publishers, [2023]z9798886979978w(DLC) 2023031747 a92bPUL00804nam a2200265 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002600193100004500219245008400264264003300348300002300381336002600404337002800430338002700458504004100485994001200526on1390707050OCoLC20230718213016.0230226s2023 fr b 000 1 fre  a 2023414367 aDLCbengerdacDLC a9782073019394q(paperback) a2073019390 a(OCoLC)1390707050 apcc00aPQ2673.A775bO33 20231 aMasséra, Jean-Charles,d1965-eauthor.10aOccupy masculinité et autres problèmes déposés /cJean-Charles Massera. 1aParis :bVerticales,c[2023] a162 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a92bPUL01466nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001100254082003100265100002700296245011000323263000900433264003700442300002200479336002600501337002600527338003600553504005100589520016100640588010300801650002900904650001100933776012400944994001201068on1390707063OCoLC20230718213016.0m o d cr |||||||||||230713s2024 nyu ob 001 0 eng  a 2023021137 aDLCbengerdacDLC a9781265495459q(ebook) a1265495459 z9781265495435q(paperback) a(OCoLC)1390707063 apcc00aHD58.600a658.4/052223/eng/202307131 aJensen, Keld,eauthor.10aNegotiation essentials :bthe tools you need to find common ground and walk away a winner /cKeld Jensen. a2311 1aNew York :bMcGraw Hill,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Must-know concepts and smart strategies for every step of a negotiation from the new Essential Series for business professionals"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aNegotiation in business. 0aTrust.08iPrint version:aJensen, Keld.tNegotiation essentialsdNew York : McGraw Hill, [2024]z9781265495435w(DLC) 2023021136 a92bPUL01590nam a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001800142020001500160035002200175042000800197043001200205050002400217100004700241245006700288250002200355264005200377300004100429336002100470337002500491338002300516490003700539546006800576650003000644650002600674700004400700700004800744880004400792880006000836880002600896880002000922880005300942880003200995880003701027880004401064994001201108on1390707064OCoLC20230718213016.0230609s2022 ko a 000 0 kor  a 2023434146 aDLCbengerdacDLC c$1 a9791165874018 a9789791165877 a9791165874 a(OCoLC)1390707064 apcc aa-kr---00aPL976.15b.H65 20221 6880-01aHŏ, Kyun,d1569-1618,ecompiler.106880-02aKukcho sisan /cHŏ Kyŏng-jin, Ku Chi-hyŏn omgim. 6880-03aCh'op'an. 16880-04aKyŏnggi-do P'aju-si :bPogosa,c2022. a654 pages :billustrations ;c23 cm. atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 6880-05aHŏ Kyun chŏnjip ;v4 aText in Koreanb(Hanmun) and Korean with Korean interpretation. 0aKorean poetryy1392-1894. 0aHansi (Korean poetry)1 6880-06aHŏ, Kyŏng-jin,etranslator.1 6880-07aKu, Chi-hyŏn,d1970-etranslator.1 6100-01a허 균,d1569-1618,ecompiler.106245-02a국조 시산 /c허 경진, 구 지현 옮김.3 6246-00a國朝 詩删 6250-03a초판. 16264-04a경기도 파주시 :b보고사,c2022.0 6490-05a허 균 전집 ;v41 6700-06a허 경진,etranslator.1 6700-07a구 지현,d1970-etranslator. a92bPUL03560nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193035002200220042000800242043001200250050001300262082003300275100003900308245009800347263000900445264004400454300002200498336002600520337002600546338003600572504005100608505131300659520037501972588010302347650003002450650004102480650006402521650004702585650006002632650006002692650008502752650005502837700003302892776012902925994001203054on1390707080OCoLC20230718213016.0m o d cr |||||||||||230504s2023 mdu ob 001 0 eng  a 2023020849 aDLCbengerdacDLC a9781538168226q(ebook) a1538168227 z9781538168219q(cloth) a(OCoLC)1390707080 apcc an-us---00aKF3030.100a346.7304/82223/eng/202307141 aFerullo, Donna L.,d1957-eauthor.10aCopyright :bbest practices for academic libraries /cDonna L. Ferullo and Dwayne K. Buttler. a2309 1aLanham :bRowman & Littlefield,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aIntroduction to copyright / Donna L. Ferullo -- Copyright, torts, and property, oh my! / Dwayne K. Buttler -- A practical guide to copyright, contracts, and licenses in libraries / Sandra Aya Enimil -- Welcome to the public domain / Melissa Levine and Raven Lanier -- Fair use / Nancy Sims -- Face to face instruction, remote learning, and the copyright conundrum / Pia M. Hunter -- Interlibrary loan / Lisa A. Macklin -- E-reserves / Laura Burtle -- Archives and Copyright / Hope O'Keeffe -- Audio-visual works / Brandon Butler -- images / Peter Hirtle -- Music copyright and libraries / Kathleen DeLaurenti, Eric Harbeson, and Naz Pantaloni -- Introducing software copyright for academic libraries / Brandon Butler -- The Digital Millennium Copyright Act or the DMCA / Nate Wise -- Controlled digital lending : best practices for academic libraries / Kyle K. Courtney and David R. Hansen -- Best practices in copyright for open access / Will Cross and Sara Kittleson -- Text and data mining : negotiating computational access to library resources / Katie Zimmerman -- International copyright considerations / Rina Elster Pantalony -- Brick by brick : establishing Copyright services at universities / Emilie Algenio, Carla Myers, and Donna L. Ferullo -- Conclusion / Donna L. Ferullo and Dwayne K. Buttler. a"Copyright issues continue to perplex librarians and educators. The difficulties and confusion in applying the U.S. Copyright Act became essentially apparent when covid hit and many universities turned to remote learning. This book provides advice on how to analyze and apply the law to specific areas encountered by librarians and instructors"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCopyrightzUnited States. 0aFair use (Copyright)zUnited States. 0aCopyrightxElectronic information resourceszUnited States. 0aLibrary copyright policieszUnited States. 0aAcademic librariesxLaw and legislationzUnited States. 0aInterlibrary loansxLaw and legislationzUnited States. 0aElectronic reserve collections in librariesxLaw and legislationzUnited States. 0aPhotocopyingxFair use (Copyright)zUnited States.1 aButtler, Dwayne K.,eauthor.08iPrint version:aFerullo, Donna L., 1957-tCopyrightdLanham : Rowman & Littlefield, [2023]z9781538168219w(DLC) 2023020848 a92bPUL01101nam a22002771 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002400134051004800158100004700206240005000253245011300303260004500416300004900461500003200510650004100542650004700583700006900630700005300699710005900752994001200811on1390707081OCoLC20230718213016.0860205s1684 fr 000 0 fre  a 12027649  aDLCbengcDLC a(OCoLC)139070708100aPQ6398.G3bO82 1684 aPQ6398.G3bO82 1684 Copy 2cToinet no. 12021 aGracián y Morales, Baltasar,d1601-1658.10aOráculo manual y arte de prudencia.lFrench12aL'homme de cour,btr. de l'espagnol de Baltasar Graciancpar le Sieur Amelot de La Houssaie. Avec des notes. aParis,bVeuve-Martin & J. Boudot,c1684. a32 p.l., 326, [18] p.bfront.c25 cm. (12mo) aTitle vignette; head-piece. 0aMaxims, FrenchvEarly works to 1800. 0aCourts and courtiersvEarly works to 1800.1 aAmelot de La Houssaie, Abraham-Nicolas,csieur,d1634-1706,etr.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01043nam a22002773 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051004900155100007700204245006500281260004300346300004300389650004200432650004100474650005100515700005300566710005900619740002200678740005300700994001200753on1390707094OCoLC20230718213016.0840830s1661 fr 000 0 fre  a 32005768  aDLCbengcDLC a(OCoLC)139070709400aBJ1562b.L3 1661 aBJ1562b.L3 1661 Copy 2cToinet no. 1217 bis1 aLa Hoguette, Pierre Fortin,cseigneur de,d1582-1670. [from old catalog]10aTestament, ov conseils fideles d'vn bon pere à ses enfans. aA Paris,bChez Pierre Le Petit.c1661. a6 p.l., 358, [6], 56 p.c15 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aChristian lifevEarly works to 1800. 0aKings and rulersxDutiesvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aCatechisme royal.0 aConseils fideles d'vn bon père à ses enfans. a92bPUL01119nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194035002200209041001300231042000800244050002500252100005500277240004000332245013200372264004200504264001100546300003400557504006700591650004900658650002800707700004600735994001200781on1390707095OCoLC20230718213016.0230519s2021 nyu b 001 0 eng  a 2022462556 aDLCbengerdacDLC a9781947857551q(hardcover) a194785755X a9781947857568q(paperback) a1947857568 a(OCoLC)13907070951 aenghheb apcc00aBM520.7b.I2413 20211 aIbn Ezra, Abraham ben Meïr,d1089-1164,eauthor.10aYesod mora ṿe-sod Torah.lEnglish14aThe secret of the Torah :ba translation of Ibn Ezra's Yesod mora /ctranslated and annotated by Rabbi Dr. H. Norman Strickman. 1aNew York, NY :bKodesh Press,c[2021] 4c©2021 axxxvi, 147, 31 pages ;c22 cm aIncludes bibliographical references (pages 145-147) and index. 0aCommandments (Judaism)vEarly works to 1800. 0aJudaismvWorks to 1900.1 aStrickman, H. Norman,d1940-etranslator. a92bPUL04949nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003000224035002200254042000800276050001300284082003000297245012200327263000900449264003800458300002300496336002600519337002600545338003600571490008500607504004100692505185200733520129402585588010303879650007703982650006104059650003804120650004704158700003004205700002804235700003604263700002704299776012904326994001204455on1390707096OCoLC20230718213016.0m o d cr |||||||||||230626s2023 ne ob 000 0 eng  a 2023024207 aDLCbengerdacDLC a9789004680371q(ebook) a9004680373 z9789004680364q(paperback) z9789004543386q(hardback) a(OCoLC)1390707096 apcc00aLB2395.700a378.1/01223/eng/2023071400aAccelerating the future of higher education /cedited by Bruno Broucker, Clare Milsom, James Calleja and Mark O'Hara. a2308 1aLeiden ;aBoston :bBrill,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aHigher education : linking research, policy and practice,x2666-7789 ;vvolume 4 aIncludes bibliographical references.0 aIntroduction : accelerating the future of higher education / Bruno Broucker, Clare Milsom, James Calleja and Mark O'Hara -- The influence of cognitive abilities when evaluating information within an information problem online / Alice Laufer and Christian Schemer -- Higher education governance in Austria : a comparative analysis on academics' perception of institutional governance and management practices at public universities and university colleges of teacher education / Florian Reisky, Corinna Geppert and Attila Pausits -- Engaging students in their learning journey : the role of social integration in higher education / Pascale Stephanie Petri -- A mapping of key activity areas for development of higher education : examples from Norwegian Centres for Excellence in Education / Torstein Nielsen Hole, Marit Ubbe and Ida Iselin Eriksson -- To innovate or not to innovate? : professors' motives and withholding reasons for cooperative innovations / Cindy Konen -- Collaborative policymaking : bringing together evidence and expertise in policymaking towards recommendations / Carmen Heidenwolf, Katharina Riesinger, Magdalena Fellner and attila Pausits -- Managerial adjustments to improve strategic alignment : the case of a Chilean university / Mario Alarcón and Pablo Hormazábal Saavedra -- What competences we need for HE managers : tesults from the German Mixed Methods Project KaWuM / Julia Rathke, René Krempkow and Kerstin Janson -- Globalization of higher education : short-term study abroad programs / Andrew S. Herridge, Lisa J. James and Hugo A. García -- Lessons from the student learning experience in the pandemic era : a South African university perspective / Darlington Mutakwa and Denyse Webbstock -- University governance reform in an illiberal democracy : public interest trusts in Hungary / Gergely Kováts. a"The events of the last years have shaken the world of higher education. The post-COVID-19 period has raised multiple questions in key areas, from digitalisation over quality assurance to internationalisation. This book brings together scholars, practitioners and policymakers in higher education, and discusses in a variety of topics the future of the higher education sector in a rapidly changing context: the complexities of digital education, the need or necessity for innovation or the impact of globalisation are some of the topics addressed in this book. Those topics are brought together around one central theme: how can the future of higher education be accelerated to address in a sustainable way the needs of a changing global context? Contributors are: Mario Alarcón, Bruno Broucker, James Calleja, Ida Iselin Eriksson, Magdalena Fellner, Hugo A. García, Corinna Geppert, Carmen Heidenwolf, Andrew S. Herridge, Torstein Nielsen Hole, Pablo Hormazábal Saavedra, Lisa J. James, Kerstin Janson, Cindy Konen, Gergely Kováts, René Krempkow, Alice Laufer, Clare Milsom, Darlington Mutakwa, Mark O'Hara, Attila Pausits, Pascale Stephanie Petri, Julia Rathke, Florian Reisky, Katharina Riesinger, Christian Schemer, Marit Ubbe and Denyse Webbstock"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducation, HigherxEffect of technological innovations onvCase studies. 0aUniversities and collegesxAdministrationvCase studies. 0aEducational changevCase studies. 0aEducation and globalizationvCase studies.1 aBroucker, Bruno,eeditor.1 aMilsom, Clare,eeditor.1 aCalleja, James,d1957-eeditor.1 aO'Hara, Mark,eeditor.08iPrint version:tAccelerating the future of higher educationdLeiden ; Boston : Brill, 2023z9789004680364w(DLC) 2023024206 a92bPUL04185nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002600094020002700120020001500147035002200162042000800184043001200192050002300204082002700227100003500254245010700289263000900396264006500405264001100470300001300481336002600494337002800520338002700548504005100575505056900626520217701195600006003372600004903432600005903481600004803540651005303588651005503641651005503696994001203751on1390707097OCoLC20230718213016.0230713t20242024mau b 001 0 eng  a 2023027832 aMH/DLCbengerdacDLC a9780674292499q(cloth) a0674292499 a(OCoLC)1390707097 apcc an-us---00aE312.17b.C64 202400a973.4223/eng/202307171 aCogliano, Francis D.,eauthor.12aA revolutionary friendship :bWashington, Jefferson, and the American Republic /cFrancis D. Cogliano. a2402 1aCambridge, Massachusetts :bHarvard University Press,c2024. 4c©2024 apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.00tNever Did Nature and Fortune Combine More Perfectly --tMy Great Good Fortune --tDrivers of Negroes --tAmericans Will Never Be Tax'd without Their Own Consent --tAn Immense Misfortune to the Whole Empire --tOur Lives, Our Fortunes, Our Sacred Honour --tThat Service to the Cause of Liberty --tYr. Most Obedt. & very Hble. Servt. --tThe Same World Will Scarcely Do for Them and Us --tI Like Much the General Idea of Framing a Government --tI Will Converse with You on the Subject --tThe Sincerity of a Friendship --tCruel War Against Human Nature Itself. a"After Thomas Jefferson visited Mount Vernon in 1801 to pay his respects to George Washington's widow, Martha Washington remembered the encounter as the second-worst experience of her life-after the death of her husband. The two founders had become estranged by the time that Washington died. But for most of the time that they had known one another, from their first meeting in 1769, they enjoyed a productive and positive relationship. Contrary to the way that many historians portray them, they agreed on much more than they disagreed over, particularly about the meaning and legacy of the American Revolution. Their relationship is crucial to understanding the Revolution and its legacies. Their differences began in the aftermath of revolution, during Washington's administration, especially over disagreements in fiscal and foreign policy. They also had different visions of society. Washington believed that elites like the Virginia gentry should rule in the new republic. Jefferson believed that an elite should be chosen by the electorate and based on merit, as demonstrated by education and service. Washington thought the United States needed a strong central government; Jefferson imagined power decentralized in the states. Their final rupture came when a private criticism of Washington by Jefferson was made public and the president took grave offense. They were never reconciled, but Jefferson, who outlived Washington by more than twenty-five years, later emphasized their agreements. As early as his first inaugural address in March 1801, Jefferson said that 'every difference of opinion is not a difference of principle. We have called by different names brethren of the same principle. We are all republicans, we are all federalists.' Products of the same culture and class, Washington and Jefferson joined a common struggle in the American Revolution and developed a close relationship that eventually collapsed under the weight of political differences. A Revolutionary Friendship brilliantly captures the two founders in the fullness of all human friendships: sometimes dramatic, often challenging, and ultimately poignant"--cProvided by publisher.10aWashington, George,d1732-1799xFriends and associates.10aWashington, George,d1732-1799xAdversaries.10aJefferson, Thomas,d1743-1826xFriends and associates.10aJefferson, Thomas,d1743-1826xAdversaries. 0aUnited StatesxPolitics and governmentyTo 1775. 0aUnited StatesxPolitics and governmenty1775-1783. 0aUnited StatesxPolitics and governmenty1783-1809. a92bPUL00864nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100003400198245014200232260004200374300003500416650003500451650001200486700005300498710005900551994001200610on1390707098OCoLC20230718213016.0820428s1664 fr 000 0 fre  a 31025087  aDLCbengcDLC a(OCoLC)139070709800aHQ731b.L4 1664 aHQ731b.L4 1664 Copy 2cToinet no. 12291 aLe Blanc, Thomas,d1599-1669.13aLa direction et la consolation des personnes mariees,bou les moyens infaillibles de faire un mariage heureux d'un qui serait malheureux, aA Paris,bChez Gilles André,c1664. a10 p.l., 652 p.c15 cm. (12mo) 0aMarriagevEarly works to 1800. 0aSaints.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00773nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002000134051004400154100006800198245002500266260004500291300001800336650001400354650003900368700005300407710005900460994001200519on1390707099OCoLC20230718213016.0810311s1713 ne 000 0 fre  a 31025094  aDLCbengcDLC a(OCoLC)139070709900aHQ731b.C5 1713 aHQ731b.C5 1713 Copy 2cToinet no. 12241 aChaussé, Jacques,csieur de La Terrière,dactive 1685-1687.10aApologie des femmes, aA Amsterdam,bChez Claude Jordan,c1713. ap. cm. (12mo) 0aMarriage. 0aWomenxSocial and moral questions.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02214nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245043001200253050001100265082002200276245016300298250001900461263000900480264003500489300002200524336002600546337002600572338003600598504005100634505044300685520028001128588010301408650005601511700003501567710006001602776011801662994001201780on1390707109OCoLC20230718213016.0m o d cr |||||||||||230717s2023 mdu ob 001 0 eng  a 2023032876 aDLCbengerdacDLC a9781641434263q(epub) a1641434260 z9781641434256q(paperback) a(OCoLC)1390707109 apcc an-us---00aKF381200a344.7304/634222300aClean air handbook /cHunton Andrews Kurth LLP ; prinicple author and contributor, F. William Brownell ; contributing authors, Shannon S. Broome [and others]. aFifth edition. a2310 1aLanham :bBernan Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aFederal-stat partnership : an overview of the Clean Air Act -- National ambient air quality standards -- Control technology regulation -- Oerating and reconstruction permitting programs -- Hazardous air pollutants -- Visibility protection -- Cliamte change -- Mobile sources -- The acid deposition control program -- Stratospheric ozone protection -- Enforcement and jusicial review -- Treneds in Clean Air Act regulation and legislation. a"Revised to include several recent and important Clean Air Act developments, this completely updated fifth edition of the Clean Air Handbook provides you with a broad overview of all the complex regulatory requirements of the Act and its amendments"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aAirxPollutionxLaw and legislationzUnited States.1 aBrownell, F. William,eauthor.2 aHunton Andrews Kurth LLP (Richmond, Virginia),eauthor.08iPrint version:tClean air handbookbFifth edition.dLanham : Bernan Press, 2023z9781641434256w(DLC) 2023032875 a92bPUL00622nam a22002053u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051003800155100004100193245006000234260003900294300001800333700005300351994001200404on1390707110OCoLC20230718213016.0230717s1692 fr 000 0 fre  a 2023769283 aDLCbengcDLC a(OCoLC)139070711000aBA1552b.R4 1692 aBA1552b.R4 1692cToinet no. 11971 aRémond des Cours, Nicolas,d-1716.13aLa véritable politique des perssonnes de qualité... aA Paris,bChez Jean Boudot,c1692. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL02180nam a22003858i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001000254082003000264100003200294245011700326263000900443264005000452300002200502336002600524337002600550338003600576504005100612520081200663588010301475650002501578700003201603776014701635994001201782on1390707124OCoLC20230718213016.0m o d cr |||||||||||230508s2024 inu ob 001 0 eng  a 2023019926 aDLCbengerdacDLC a9781943360819q(ebook) a1943360812 z9781943360802q(paperback) a(OCoLC)1390707124 apcc00aGV71100a796.07/7223/eng/202307111 aHeflebower, Tammy,eauthor.10aCoaching competitive sports :ba field book for assessing the intangibles /cTammy Heflebower, Logan Heflebower. a2310 1aBloomington, IN :bMarzano Resources,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"The responsibility of coaching school sports is rewarding but challenging in many ways. "Coaching Competitive Sports: How to Develop and Assess Student Knowledge, Skills, and Intangibles" takes the guesswork out of this complex endeavor. Writing from vast experience in school athletic coaching, authors Tammy Heflebower and Logan Heflebower detail the specific attributes and behaviors of effective youth sports coaches as well as the intangible assets and skills that these coaches must help student athletes develop. This resource guides coaches in meeting the needs of the athletes they serve through practical ideas and clear expectations. The authors envision upper elementary, middle, and high school coaches referencing this field book before, during, and after practices"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCoaching (Athletics)1 aHeflebower, Logan,eauthor.08iPrint version:aHeflebower, Tammy.tCoaching competitive sportsdBloomington, IN : Marzano Resources, [2024]z9781943360802w(DLC) 2023019925 a92bPUL01149nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192245019400216250002000410264002800430300003300458336002600491337002800517338002700545490005600572650004400628650004400672700003700716710005800753994001200811on1390707125OCoLC20230718213016.0230427s2022 sp k 000 0 spa  a 2023417767 aDLCbengerdacDLC a9788445444245 a8445444247 a(OCoLC)1390707125 apcc ae-sp---00aKKT3573b.I448 202200aImpuesto sobre la renta de las personas físicas e impuesto sobre el patrimonio :bcasos prácticos /cobra realizada por Gabinete Jurídico del CEF ; dirigida por Roberto Alonso Alonso. a11.a edición. 1aMadrid :bCEF,c[2022?] a711 pages :bforms ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRevista de contabilidad y Tributación,x2695-6896 0aIncome taxxLaw and legislationzSpain. 0aWealth taxxLaw and legislationzSpain.1 aAlonso Alonso, Roberto,eeditor.2 aCentro de Estudios Financieros.bGabinete Jurídico. a92bPUL01587nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124035002200142041001300164042000800177050002400185245009800209246003300307246011400340250002400454264008800478300002800566336002100594337002500615338002300640504005700663546002500720650004200745700005600787880008800843880009800931880002201029880007401051880005201125994001201177on1390707126OCoLC20230718213016.0230519s2022 ko b 000 0 kor  a 2023424883 aDLCbengerdacDLC c$1 a9791198156013 a(OCoLC)13907071260 akoralat apcc00aPL937.L38bL36 2022006880-01aLa-Han sajŏn =bDictionarium Latino-Coreanum /cYi Chae-ryon ch'aegim p'yŏnch'an.31aDictionarium Latino-Coreanum1 6880-02iAt head of title:aCh'ŏnjugyo Chosŏn kyogu sŏlchŏng 200-chunyŏn (1831-2031) kinyŏm saŏp 6880-03aChe 1-p'an. 16880-04aKangwŏn-do Hoengsŏng-gun :bHan'guk Sŏng T'omasŭ Yŏn'guso,c2022. axl, 2100 pages ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages xvii-xx). aIn Korean and Latin. 0aLatin languagevDictionariesxKorean.1 6880-05aYi, Chae-ryongc(Catholic priest),eeditor.006245-01a라-한 사전 =bDictionarium Latino-Coreanum /c이 재룡 책임 편찬.1 6246-02iAt head of title:a천주교 조선 교구 설정 200주년 (1831-2031) 기념 사업 6250-03a제 1판. 16264-04a강원도 횡성군 :b한국 성 토마스 연구소,c2022.1 6700-05a이 재룡c(Catholic priest),eeditor. a92bPUL01718nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163041001300185042000800198050002200206100003300228245018600261264004200447300002900489336002600518337002800544338002700572490001800599546006300617504005200680500009300732505027900825650002401104650004601128650004201174651003701216650002901253650002601282994001201308on1390707129OCoLC20230718213016.0211013s2021 fr b 000 0 fre  a 2023414497 aDLCbengerdacDLC a9782221250198q(paperback) a2221250192 a(OCoLC)13907071291 afrehmul apcc00aPN6086b.C45 20211 aChiflet, Jean-Loup,eauthor.13aLe bouquin des mots d'esprit :bet, Petit dictionnaire des mots retrouvâes ; [suivi de], Le cafard laqué ; [et de], Perles de librairies /c[présenté par] Jean-Loup Chiflet. 1aParis :bÉditions Bouquins,c[2021] axi, 1004 pages ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLa collection aIncludes translations from multiple languages into French. aIncludes bibliographical references (page 979). a"Je préfère le paradis pour son climat mais l'enfer pour ses fréquentions"--Cover.0 aPetit dictionnaire des mots retrouvés / présenté par Jean-Loup Chiflet ; préface de Jean d'Ormesson. -- Le cafard laqué : les mots-portemanteaux / Jean-Loup Chiflet ; avec la collaboration de Noëlle Audejean. -- Perles de librairies / édition Jean-Loup Chiflet 0aQuotations, French. 0aFrench languagexQuotations, maxims, etc. 0aQuotationsxTranslations into French. 0aFrancevQuotations, maxims, etc. 0aAphorisms and apothegms. 0aFrench wit and humor. a92bPUL01312nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002500159020002600184020002700210035002200237042000800259043002100267050002400288245009800312264004900410300005600459336002600515337002800541338002700569504006700596610005200663610005700715610005700772700003200829700003600861700002900897994001200926on1390707146OCoLC20230718213016.0210324s2020 pl a b 001 0 pol  a 2022380902 aDLCbengerdacDLC a9788375237511q(print) a8375237515 z9788375239348q(pdf) z9788375239355q(mobi) z9788375239362q(e-pub) a(OCoLC)1390707146 apcc aee-----aec-----00aUA646.3b.K635 202000aKonsolidacja wschodniej flanki NATO /cPiotr Krzykowski, Sławomir Piotrowski, Marek Żyła. 1aWarszawa :bAkademia Sztuki Wojennej,c2020. a325 pages :billustrations (chiefly color) ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 294-319) and index.20aNorth Atlantic Treaty OrganizationxMembership.20aNorth Atlantic Treaty OrganizationzEurope, Eastern.20aNorth Atlantic Treaty OrganizationzEurope, Central.1 aKrzykowski, Piotr,eauthor.1 aPiotrowski, Sławomir,eauthor.1 aŻyła, Marek,eauthor. a92bPUL03934nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001500296082002800311100003300339245008800372263000900460264005600469300002300525336002600548337002600574338003600600490006300636504005100699505077100750520141701521588010302938600005303041650005203094650002903146650004703175650004403222776018603266994001203452on1390707147OCoLC20230718213016.0m o d cr |||||||||||230618s2024 enk ob 001 0deng  a 2023022219 aDLCbengerdacDLC a9781003374848q(ebook) a1003374840 z9781032449890q(hardback) z9781032449876q(paperback) a(OCoLC)1390707147 apcc ae-ur---00aLB775.V94200a150.92223/eng/202307151 aSmagorinsky, Peter,eauthor.10aL. S. Vygotsky and English in education and the language arts /cPeter Smagorinsky. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aKey thinkers in English in education and the language arts aIncludes bibliographical references and index.0 aBiographical elements of a short life -- Culture, history, and society -- Marxism and Vygotsky in the Soviet context -- Historicizing Vygotsky's hierarchical views -- Three principal themes of Vygotsky's work -- Phylogeny, ontogeny, and human development -- Emotions in human development and education -- Play and labor in human development and education -- The next zone of development (Not the ZPD) : a genetic understanding -- Vygotsky's contributions to pedagogy -- Orientation, interests, attention, memory, and relevance -- Teaching literature -- Teaching writing -- Vygotsky, "Defectology," and inclusive education -- Vygotsky the pedologist -- The pedology decree : Vygotsky as anti-Marxist bourgeoisie -- The pedology decree : critiques of method and focus. a"L. S. Vygotsky and English in Education and the Language Arts focuses on the hugely significant contributions of L. S. Vygotsky to research, theory and practice in English and the Language Arts, exploring the relevance of Vygotsky's works for today's teachers and researchers. Drawing on his 30-years of study, Smagorinsky interprets Vygotsky in relation to literacy education, teacher education, special education and how life outside school have an impact on how people function within them. This insightful and accessible text firstly explores Vygotsky's early life to situate him historically and culturally and goes on to trace his understanding of human psychology as it relates to the social contexts of schools and pupils' lives at home. Vygotsky's pedagogical ideas are then discussed in depth, with specific attention on the role of emotions, the zone of proximal development, expanding textuality beyond writing and his belief in the primacy of socialization. This book illuminates new areas of understanding, and challenges common perceptions available through limited and selective readings, establishing Vygotsky as a complex developmental psychologist rather than a classroom practitioner. With points for discussion and reflection provided throughout, this text will be invaluable for student teachers, teachers, academics in the field of English and the Language Arts"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aVygotskiĭ, L. S.q(Lev Semenovich)d1896-1934. 0aEnglish languagexStudy and teachingxResearch. 0aLanguage artsxResearch. 0aEducational psychologyxResearchxHistory. 0aPsychologistszSoviet UnionvBiography.08iPrint version:aSmagorinsky, Peter.tL. S. Vygotsky and English in education and the language artsdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032449890w(DLC) 2023022218 a92bPUL02452nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128066000700151020002700158020001500185020003100200035002200231041001300253042000800266043001200274050001300286082003200299100003400331240005800365245016400423263000900587264004400596300002300640336002600663337002600689338003600715490004000751504005100791520048000842546004001322588010301362610005201465700005401517776016001571880018501731880004201916994001201958on1390707148OCoLC20230718213016.0m o d cr |||||||||||230615s2023 nju ob 001 0 eng  a 2023026791 aDLCbengerdacDLC c(3 a9781463245467q(ebook) a1463245467 z9781463245450q(paperback) a(OCoLC)13907071481 aaraheng apcc an------00aBX174.N700a281/.63097223/eng/202307121 aKiraz, George Anton,eauthor.10aSyriac Orthodox in North America (1895-1995).lArabic136880-01aal-Suryān fī Amīrkā al-Shamālīyah (1895-1995) :btārīkh mūjaz /cJūrj Anṭūn Kīrāz ; tarjamat Hilāl Muḥammad al-Jihād. a2309 1aPiscataway :bGorgias Press LLC,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aGorgias handbooks,x1935-6838 ;v59 aIncludes bibliographical references and index. a"An Arabic translation of George Anton Kiraz's 'The Syriac Orthodox in North America (1895-1995)' - a short history of the Syriac Orthodox community in North America between 1895, the year of the First Sayfo that triggered the first wave of immigration to North America, and 1995, marking the passing away of Metropolitan Mor Athanasius Yeshue Samuel, the first and only Archbishop of the Syriac Orthodox Archdiocese of the United States and Canada"--cProvided by publisher. aIn Arabic; translated from English. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aSyrian Orthodox ChurchzNorth AmericaxHistory.1 6880-02aJihād, Hilāl Muḥammad,etranslator.08iPrint version:aKiraz, George Anton.tFī Amīrkā al-Shamālīyah (1895-1995)dPiscataway : Gorgias Press LLC, 2023z9781463245450w(DLC) 2023026790126245-01aالسريان في أميركا الشمالية (١٨٩٥-١٩٩٥) :bتاريخ موجز /cجورج أنطون كيراز ؛ ترجمة هلال محمد الجهاد.1 6700-02aجهاد، هلال محمد. a92bPUL01678nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008000324263000900404264004400413300002300457336002600480337002600506338003600532490002000568490001600588500002000604520010600624521002800730588010300758650002200861650003000883650002100913650002900934655002700963655002600990700003501016776013301051994001201184on1390707149OCoLC20230718213016.0m o d cr |||||||||||230717s2024 mnu bo 001 1 eng  a 2023029082 aDLCbengerdacDLC a9798889969778q(ebook) z9798889969754q(hardcover) z9798889969761q(paperback) a(OCoLC)1390707149 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aSam the snake feels sad /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings0 aGrasshopper aIncludes index. aSam the snake becomes sad when she fears her slither will not be fast enough to win an upcoming race. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aSadnessvFiction. 1aSelf-confidencevFiction. 1aSnakesvFiction. 1aForest animalsvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tSam the snake feels saddMinneapolis, MN : Jump!, Inc., [2024]z9798889969754w(DLC) 2023029081 a92bPUL02990nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082003000295100003200325245009300357263000900450264005600459300002200515336002600537337002600563338003600589504005100625520151300676588010302189650004702292650002802339650003102367776017002398994001202568on1390707161OCoLC20230718213016.0m o d cr |||||||||||230705s2024 enk ob 001 0 eng  a 2023020069 aDLCbengerdacDLC a9781003309918q(ebook) a1003309917 z9781032314747q(hardback) z9781032314730q(paperback) a(OCoLC)1390707161 apcc00aLB234100a378.1/01223/eng/202307151 aKrause, Kerri-Lee,eauthor.10aLearner-centred leadership in higher education :ba practical guide /cKerri-Lee Krause. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This is the go-to guide for higher education leaders of learning, teaching and the learner experience. It offers research-enriched, practical insights and case studies, together with a must-have toolkit of strategies for future-focused higher education leaders. Kerri-Lee Krause combines her extensive track record as a senior university executive, award-winning teacher and higher education researcher. Inspired by the disruptive educational opportunities arising from the global COVID-19 pandemic, Krause takes academic and professional staff leaders on a journey through the core capabilities required of successful leaders in a rapidly changing higher education landscape. Key topics include: Learner-centred strategy co-design Collaborative strategy implementation with learners at the heart Leading curriculum innovation and renewal Partnering with learners for engagement and success Collegial academic and professional staff capability-building and leadership development Coming to terms with educational policy development and quality work Shaping learner-centred cultures Leading with integrity in higher education As universities and higher education providers look for ways to rebuild in the wake of a global pandemic, capable, courageous, learner-centred leadership matters more than ever. This readable, intellectually rich and practical book is for current and aspiring higher education leaders who have a passion for effective leadership with learners at the heart"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aUniversities and collegesxAdministration. 0aEducational leadership. 0aStudent-centered learning.08iPrint version:aKrause, Kerri-Lee.tLearner-centred leadership in higher educationdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032314747w(DLC) 2023020068 a92bPUL00933nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002300199100004000222245009900262250001900361264005800380300004000438336002600478337002800504338002700532504004100559650001900600994001200619on1390707169OCoLC20230718213016.0220526s2021 ug a b 000 0 eng  a 2022321185 aDLCbengerdacDLC a9789913994606 a9913994608 a(OCoLC)1390707169 alcodeapcc af-ug---00aGN659.U3bM84 20211 aMuhumuza, Shadrach,d1957-eauthor.10aRoots of the Abagara (Abatsyaba, Abasaaba, Abacyaba, Abacaaba) /cRev. Can. Shadrach Muhumuza. aFirst edition. 1aKampala, Uganda :b[publisher not identified],c2021. a175 pages :billustrations ;c20 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aClanszUganda. a92bPUL01875nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001100285082002800296100003300324245005300357263000900410264004400419300002300463336002600486337002600512338003600538490001900574500007300593520025900666521003500925521003700960588010300997650005301100650003501153650003501188650004401223776013801267994001201405on1390707170OCoLC20230718213016.0m o d cr |||||||||||230531s2024 ilu jo 000 0 eng  a 2023025000 aDLCbengerdacDLC a9781684049202q(eBook) a1684049202 z9781684507252q(Hardcover) z9781684048618q(Paperback) a(OCoLC)1390707170 apcc00aTA114900a629.04223/eng/202307171 aCorrigan, Kathleen,eauthor.10aTerrific transportation /cby Kathleen Corrigan. a2308 1aChicago :bNorwood House Press,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aThe decodables a"Search for sounds. Consonants: b, d, j, k, p, q, t, v, z"--caption. a"A child's class is exploring transportation. Introductionary look at decoding multiple words using consonants whose sound is in the initial position of the letter name such as p or t. Includes a note to caregiver and word list"--cProvided by publisher. aAges 3-5bNorwood House Press. aGrades K-1bNorwood House Press. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aTransportation engineeringvJuvenile literature. 0aVehiclesvJuvenile literature. 0aBicyclesvJuvenile literature. 0aBoats and boatingvJuvenile literature.08iPrint version:aCorrigan, Kathleen.tTerrific transportationdChicago : Norwood House Press, [2024]z9781684507252w(DLC) 2023024999 a92bPUL03664nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263050000900271082002700280100003700307245010200344250001900446263000900465264003400474300002300508336002600531337002600557338003600583490004000619504005100659505025000710520177600960588010302736600002302839650005102862650004102913650001902954650002202973650003302995776014203028994001203170on1390707171OCoLC20230718213016.0m o d cr |||||||||||230614s2024 nyu ob 001 0 eng  a 2023020083 aDLCbengerdacDLC a9781003378525q(ebk) a1003378528 z9781032456959q(hbk) z9781032457505q(pbk) a(OCoLC)1390707171 apcc00aLB4300a370.9223/eng/202307151 aMa, Yingc(Instructor),eauthor.14aThe ethics of becoming a good teacher :bin conversation with Aristotle and Confucius /cYing Ma. aFirst edition. a2309 1aNew York :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aStudies in curriculum theory series aIncludes bibliographical references and index.0 aA moral quest of teaching -- Why do we educate? Eudaimonia and Dao -- What do we educate? Phronesis, Philia and Ren -- How do we educate? Techne and Liuyi -- Becoming a good teacher does not come that easily -- Post-pandemic teaching reimagined. a"This book explores Aristotelian and Confucian wisdom traditions to understand education and what counts as a good teacher in an embodied dialogic approach. The book creates a dialogue between ancient ideas and the author's lived experiences as a teacher in cross-cultural landscapes today to ruminate on the important themes of educational purpose, teacher excellence, teacher-student relationships, and teaching skill. It asks fundamental educational questions including "Why Do We Educate? Eudaimonia and Dao"; "What Do We Educate? Phronesis, Philia and Ren"; and "How Do We Educate? Techne and Liuyi". Moving beyond the dominant epistemological concerns such as how to teach more effectively to help students gain better marks in schools, it constitutes an ethical inquiry that illuminates the values, purposes, concerns, and hopes that animate genuinely educational work. Using a comparative approach to wisdom traditions from both the East and the West, it addresses parochialism and challenges Eurocentric research paradigms. Embedded in the messy ground of teaching in intergenerational and cross-cultural narratives, the author's own experiences as a student/teacher/daughter of a teacher/mother of a student crucially unpacks and concretizes ancient concepts and reactivates them in concrete situations. A sense of a whole without completeness, a conception of the good without closure, and an aspiration without achievement continue to haunt the search for an ultimate answer to the question "what counts as a good teacher?". It will appeal to scholars, teachers, and teacher educators with an interest in narrative inquiry and educational research, as well as those in the field of curriculum studies and the philosophy of education"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aAristotlexEthics. 0aComparative educationvCross-cultural studies. 0aTeachingxMoral and ethical aspects. 0aEast and West. 0aConfucian ethics. 0aIntergenerational relations.08iPrint version:aMa, YingtEthics of becoming a good teacherbFirst edition.dNew York : Routledge, 2024z9781032456959w(DLC) 2023020082 a92bPUL01493nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192100003600216245015900252250001400411264006600425300003000491336002600521337002800547338002700575490001900602500020700621504005700828650002700885650003400912650002600946650003900972700003901011700004501050994001201095on1390707185OCoLC20230718213016.0230629t20182018ag f b 000 0 spa  a 2019421656 aDLCbengerdacDLC a9789877062397 a9877062399 a(OCoLC)1390707185 apcc as-ag---00aKHA1479b.G749 20181 aGraziabile, Darío J.,eautor.10aEfectos concursales sobre las obligaciones y los contratos /cDarío J. Graziabile ; colaborador, sebastián E. Almada ; prólogo de Miguel E. Rubín. a[1a ed.]. 1aCiudad Autónoma de Buenos Aires :bEditorial Astrea,c2018. axxxi, 583 pages ;c23 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aAstrea Virtual a"Obligaciones a plazo, dinerarias y no dinerarias, sustitución subjetiva, obligaciones solidarias, restitución y readquisición de la poseción, pago retención, extinción de las obligaciones." aIncludes bibliographical references (pages 569-583). 0aBankruptcyzArgentina. 0aObligations (Law)zArgentina. 0aContractszArgentina. 0aExtinguishment of debtszAgentina.1 aAlmada, Sebastíán E.,eeditor.1 aRubín, Miguel E.,ewriter of prologue. a92bPUL00804nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100006600190245005600256260006200312300003400374650004200408700005300450710005900503994001200562on1390707272OCoLC20230718213016.0820601s1709 fr 000 0 fre  a 32005774  aDLCbengcDLC a(OCoLC)139070727200aBJ1562b.B6 aBJ1562b.B6 Copy 2cToinet no. 11861 a[Bourret, Pierre Abel],dactive 1699-1709. [from old catalog]10aEssais sur le caractere de l'homme sage et prudent. aA. Paris,bChez Jean Herissant, et Pierre Mergé.c1709. a9 p.l., 232 p.c15 cm. (12mo) 0aConduct of lifevEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02890nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001200284060001100296082002800307100003900335245015200374263000900526264005600535300002200591336002600613337002600639338003600665504005100701505042100752520072401173588010301897650004102000650002302041650002302064650003602087650002602123650003802149700002702187776018202214994001202396on1390707273OCoLC20230718213016.0m o d cr |||||||||||230620s2024 enk ob 001 0 eng  a 2023012629 aDLCbengerdacDLC a9781003430261q(ebook) a1003430260 z9781032553498q(hardback) z9781032360027q(paperback) a(OCoLC)1390707273 apcc00aRA645.500aWX 21500a362.18223/eng/202307171 aJacobs, Don Trent,d1946-eauthor.10aHypnotic communication in emergency medical settings :bfor life-saving and therapeutic outcomes /cDon Trent Jacobs (Four Arrows) and Bram Duffee. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aCredibility -- Confidence -- Rapport -- Expectation -- Directives (An Overview) -- Images -- Believability -- Literal Interpretation -- Enthusiasm -- Managing "Pain" ("Discomfort") -- Stopping Bleeding -- Cardiovascular Emergencies -- Hypnotic Treatment for Burns -- Respiratory Diseases -- Anaphylaxis -- Childbirth and Pediatric Emergencies -- Psychological Emergencies -- Self-Hypnosis -- The Planetary Emergency. a"This fascinating book demonstrates how hypnotic communication has the potential to improve patient outcomes in emergency care, integrating insights on the connection between mind and body for paramedics and other first responders. Fully referenced and based on a robust range of evidence, the book is written by an active paramedic with over 20 years' experience with a Ph.D. in Human Development with a focus on paramedic decision-making; and a professor with doctorates in Health Psychology and Education who field tested the skills as a professional EMT. This book will interest any professional working in emergency care, including paramedics, EMTs, trauma nurses, and psychiatric nurses"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.12aEmergency Medical Servicesxmethods.12aHypnosisxmethods.22aTreatment Outcome.22aProfessional-Patient Relations.22aPatientsxpsychology.22aEmergency Respondersxpsychology.1 aDuffee, Bram,eauthor.08iPrint version:aJacobs, Don Trent, 1946-tHypnotic communication in emergency medical settingsdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032553498w(DLC) 2023012628 a92bPUL02579nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276043001200284050001700296082003300313100002800346245009400374263000900468264005600477300002200533336002600555337002600581338003600607504005100643520096500694588010301659650005601762650004201818650004201860650003401902776019701936994001202133on1390707274OCoLC20230718213016.0m o d cr |||||||||||230706s2024 enk ob 001 0 eng  a 2023019079 aDLCbengerdacDLC a9781003440819q(ebook) a1003440819 z9781032577500q(hardback) z9781032577517q(paperback) a(OCoLC)1390707274 apcc aa-cc---00aLB1028.27.C600a379.1/10951223/eng/202307141 aRan, Lid1980-eauthor.10aResearch on the balance of educational resources allocation and spatial layout /cLi Ran. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Based on the spatial perspective, this book takes the urban area of Xi'an, China, as the main research region and studies the balance of resource allocation, focusing on educational resources and school layout. The author constructs a mathematical model to measure the level and types of resource allocation and regional differences in primary schools and uses GIS spatial analysis to explore the efficiency and fairness of school spatial layout. The book suggests a better way for the balanced development of basic education in Xi'an city. It also provides theoretical foundations, analytical methods, and empirical support for the study of balanced public resource management in public service, urban planning and urban geography. This book is suitable for students and scholars of tourism management, regional planning, facilities and urban management and those interested in resource allocation in Chinese urban areas in general"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducationxInformation servicesxManagementzChina. 0aResource allocationzChinaxResearch. 0aSpatial analysis (Statistics)zChina. 0aSpacexSocial aspectszChina.08iPrint version:aRan, Li 1980-tResearch on the balance of educational resources allocation and spatial layoutdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032577500w(DLC) 2023019078 a92bPUL03254nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082002700295100003800322245015900360263000900519264005600528300002200584336002600606337002600632338003600658504005100694505051500745520089301260588010302153650003502256650002902291650003302320650004202353650005302395700004302448700006002491700003702551776017202588994001202760on1390707275OCoLC20230718213016.0m o d cr |||||||||||230707s2024 enk ob 001 0 eng  a 2023024759 aDLCbengerdacDLC a9781003391661q(ebook) a1003391664 z9781032489681q(hardback) z9781032489674q(paperback) a(OCoLC)1390707275 apcc00aLB177900a371.1223/eng/202307141 aDay, Christopher,d1943-eauthor.10aTeacher professionalism during the pandemic :bcourage, care, and resilience /cChristopher Day, Helen Victoria Smith, Ruth Graham, Despoina Athanasiadou. a2310 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aProfessionalism in times of change -- Building relationships and managing emotions: early-career teachers' perspectives -- Adapting to the challenges: mid-career teachers' perspectives -- Teaching as service: later-career teachers' perspectives -- Navigating the storm: occupational and subjective wellbeing -- Professional identities: the importance of agency -- Commitment to care -- Organisational belonging and commitment: the importance of trust -- Teacher professionalism: more than the sum of the parts. a"This insightful book uniquely charts the events, experiences and challenges faced by teachers during and beyond the COVID-19 pandemic including periods of national lockdowns and school closures. Research-based and evidence informed, this key title explores the multiple media outputs created by teachers in a variety of different socio-economic contexts. The authors reflect on their stories through a series of themed analyses, as well as describe and discuss key issues related to the enactment of teacher professionalism in challenging times. With fascinating vignettes and interview extracts that reinforce the idea that teachers can manage rather than survive, this book unveils a strong sense of moral purpose, professional identity, commitment, care, and resilience. It will be of interest to teachers, headteachers and teacher educators internationally"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aTeachersxProfessional ethics. 0aCOVID-19 Pandemic, 2020- 0aTeachersxSocial conditions. 0aTeachersxProfessional relationships. 0aSocial distancing (Public health) and education.1 aSmith, Helen Victoria,d1974-eauthor.1 aGraham, Ruthc(Education assistant professor),eauthor.1 aAthanasiadou, Despoina,eauthor.08iPrint version:aDay, Christopher, 1943-tTeacher professionalism during the pandemicdAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032489681w(DLC) 2023024758 a92bPUL00513nam a22001933u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001500134051003200149245002600181260002900207300001800236700005300254994001200307on1390707292OCoLC20230718213016.0230717s1681 fr 000 0 fre  a 2023769288 aDLCbengcDLC a(OCoLC)139070729200aHQ769b.T7 aHQ769b.T7cToinet no. 121900aTraité de la civil. aLyon,bJ. Certev,c1681. ap. cm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL01605nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002300180111014900203245024100352264004900593300005800642336002600700337002800726338002700754490005100781500003500832504005100867650002400918650006000942650005401002650003601056650003101092655004601123710005001169994001201219on1390707293OCoLC20230718213016.0170612s2016 waua b 101 0 eng  a 2016461857 aDLCbengerdacDLC a9781628419764 a1628419768 a(OCoLC)1390707293 apcc00aTA1673b.H528 20162 aHigh-Power Laser Materials Processing: Lasers, Beam Delivery, Diagnostics, and Applications (Conference)n(5th :d2016 :cSan Francisco, Calif.)10aHigh-Power Laser Materials Processing: Lasers, Beam Delivery, Diagnostics, and Applications Vb16-18 February 2016, San Francisco, California, United States /cFriedhelm Dorsch, Stefan Kaierle, editors ; sponsored and published by SPIE. 1aBellingham, Washington, USA :bSPIE,c[2016] a1 volume (various pagings) :billustrations ;c28 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aProceedings of SPIE,x0277-786X ;vvolume 9741 a"SPIE. Photonics West"--Cover. aIncludes bibliographical references and index. 0aLasersvCongresses. 0aHigh power lasersxIndustrial applicationsvCongresses. 0aLaser beamsxIndustrial applicationsvCongresses. 0aLaser beam cuttingvCongresses. 0aLaser weldingvCongresses. 7aConference papers and proceedings.2lcgft2 aSPIE (Society),epublisher,esponsoring body. a92bPUL02009nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192110005800216245028500274250002300559264007500582300006800657336002600725336003300751337002800784338002700812504004100839505016700880610006201047600006701109650003701176650004701213650003601260650003801296651004301334700005601377700005601433700007401489994001201563on1390707294OCoLC20230718213016.0170420s2017 mx ac bc 000 0 spa  a 2017386538 aDLCbengerdacDLC a9786079517557 a6079517558 a(OCoLC)1390707294 apcc an-mx---00aN8217.E6bM876 20172 aMuseo del Estanquillo (Mexico City, Mexico),eauthor.10a¡Que se abra esa puerta! :bsexualidad, sensualidad y erotismo : exposición presentada en el Museo del Estanquillo de agosto de 2016 a enero de 2017 /cAlejandro Brito, Rafael Barajas (El Fisgón), Carlos Monsiváis ; Rafael Barajas Durán, Alejandro Brito Lemus, curadores. aPrimera edición. 1aCiudad de Mexico :bAsociación Cultural El Estanquillo, A.C.,c2017. a125 pages :billustrations (chiefly color), portraits ;c27 cm. atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references.0 aDe hábitos morales y sexuales / Alejandro Brito -- Del padre Ripalda al padre Macie / Rafael Barajas -- Ya estaría de Dios que te tocaba / Carlos Monsiváis.20aMuseo del Estanquillo (Mexico City, Mexico)vExhibitions.10aMonsiváis, Carlos.d1938-2010xArt collectionsvExhibitions. 0aErotic artzMexicovExhibitions. 0aSex customszMexicoxHistoryvExhibitions. 0aSensuality in artvExhibitions. 0aPhotography, EroticvExhibitions. 0aMexicoxMoral conditionsvExhibitions.12aBrito, Alejandro.tDe hábitos morales y sexuales.12aBarajas, Rafael.tDel padre Ripalda al padre Macie.12aMonsiváis, Carlos,d1938-2010.tYa estaría de Dios que te tocaba. a92bPUL00964nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002500192100002800217245006700245264003800312300002300350336002600373337002800399338002700427504005700454650005800511650003400569650003500603994001200638on1390707346OCoLC20230718213016.0210513s2021 ci b 000 0 hrv  a 2022472170 aDLCbengerdacDLC a9789538119705 a9538119703 a(OCoLC)1390707346 apcc ae-ci---00aKJM7427.6b.S58 20211 aSkorup, Vlado,eauthor.10aPobijanje dužnikovih pravnih radnji /cdr. sc. Vlado Skorup. 1aZagreb :bNovi informator,c2021. a226 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 217-223). 0aFraudulent conveyancesxLaw and legislationzCroatia. 0aDebtor and creditorzCroatia. 0aActions and defenseszCroatia. a92bPUL03554nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001000284082002700294100004000321245009600361263000900457264005600466300002200522336002600544337002600570338003600596504005100632505053200683520138601215588010302601650003602704650004202740650002402782650001802806650002902824700004002853700002602893776015302919994001203072on1390707347OCoLC20230718213016.0m o d cr |||||||||||230708s2022 enk ob 001 0 eng  a 2023010883 aDLCbengerdacDLC a9781003191025q(ebook) a1003191029 z9781032042299q(hardback) z9781032042305q(paperback) a(OCoLC)1390707347 apcc00aHE30500a388.4223/eng/202307171 aChristensen, Hilda Rømer,eauthor.10aGender smart mobility /cHilda Rømer Christensen, Michala Hvidt Breengaard and Lena Levin. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2022. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aEpilogue : gender smart mobility as a game changer? -- Gender smart mobility as a pillar of smart city developments -- Gender smart mobility -- concepts, methods, practices -- Gender and diversity in transport -- theories and concepts -- Gender smart mobility -- approaches -- How to do gender and diversity action planning -- From one-to-many tracks : methodology and data collection for gender smart mobility -- Gender smart transport policy, employment, and innovation -- From the covid-19 pandemic to gender smart mobility. a"This book presents gender and diversity in smart transport as a cutting-edge issue in urban contexts around the globe. It will address new challenges and possibilities related to the smart transport sector. It demonstrates how gender and diversity are entangled in concepts and various forms of current smart mobility practices in policy, planning, and innovation. Gender Smart Mobility is presented as a game changer for future transport planning and mobility practices and how smart mobility technologies and practices might be created as a common good for all. The readers are presented with cutting-edge approaches ranging from intersectional and visual analyses of smart mobility, gender scripts and language, to gendered innovation of design and planning. Moreover, the readers will encounter engaging boxed features which present historical, cross-cultural, and methodological examples and pose questions for critical thinking. This book meets a need for a systematic, accessible, and practical introduction and is of interest to city planners, transport providers, and politicians as well as the general public. It will also be a valuable reference for graduate and postgraduate students at technical universities, schools of architecture and planning, and for students and faculties in the social sciences, humanities, and IT and design studies"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aUrban transportationxPlanning. 0aUrban transportationxSocial aspects. 0aSex discrimination. 0aSmart cities. 0aWomen and city planning.1 aBreengaard, Michala Hvidt,eauthor.1 aLevin, Lena,eauthor.08iPrint version:aChristensen, Hilda Rømer.tGender smart mobilitydAbingdon, Oxon ; New York, NY : Routledge, 2022z9781032042299w(DLC) 2023010882 a92bPUL00697nam a22002535i 4500001001300000003000600013005001700019008004100036010001700077040002300094025002400117035002200141037005300163042001000216245003400226264004100260300001400301336002600315337002800341338002700369500001900396546001600415994001200431on1390707348OCoLC20230718213016.0230717s2022 ii 000 0 beno  a 2023341571 aDLCbengerdacDLC aI-B-2023-341571; 09 a(OCoLC)1390707348 bLibrary of Congress -- New Delhi Overseas Office alcode00aJadu kalama /cAloka Sanyala. 1aKalakātā :bBulka Pharma,c2022. a224 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aShort stories. aIn Bengali. a92bPUL03056nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263043001200271050001400283082003600297100003000333245017200363246005600535250001900591263000900610264003400619300002200653336002600675337002600701338003600727504004100763505014700804520108200951588010302033650007502136650004902211650007902260650006502339700002502404776013302429994001202562on1390707364OCoLC20230718213016.0m o d cr |||||||||||230705s2024 nyu obf 000 0 eng  a 2023027378 aDLCbengerdacDLC a9781003391654q(ebk) a1003391656 z9781032489667q(hbk) z9781032489650q(pbk) a(OCoLC)1390707364 apcc ae-uk---00aLB1588.G700a372.37/0440941223/eng/202307141 aManning, Sophie,eauthor.10aBig picture RSHE :bready-made analogies and practical activities for relationships, sex and health education in the primary classroom /cSophie Manning and Yoan Reed.3 aBig picture relationships, sex and health education aFirst edition. a2311 1aNew York :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references.2 aPart 1. About this resource and its context -- Part 2. How to use this resource? -- Part 3. What topics are included? -- Part 4. The Toolkits. a"How are families like trees? How are children like caterpillars? Containing an age-appropriate analogy for key Relationships, Sex and Health Education topics, the toolkits in this book provide carefully constructed, memorable metaphors to deepen learners' understanding of some of the trickiest concepts around relationships and sexual development. Each toolkit opens with a story that draws comparisons between a common childhood experience, and a conceptual RSHE topic. Learners are supported in breaking down the analogy, comparing each part of the familiar story to a new concept. Knowledge is deepened with matching games, extension activities and teaching tips. Crafted by RSHE experts, this off-the-shelf resource offers RSHE teachers, PSHE departments and other educators a thread of consistency across curricula to deliver a seamless learning experience in Key Stage Two and beyond. These skilfully crafted and age-appropriate metaphors are the perfect way to neutralise awkwardness, engage cross-curricular thinking and make learning stick"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aHealth education (Elementary)zGreat BritainvHandbooks, manuals, etc. 0aSex instruction for childrenzGreat Britain. 0aSocial skills in childrenxStudy and teaching (Elementary)zGreat Britain. 0aLife skillsxStudy and teaching (Elementary)zGreat Britain.1 aReed, Yoan,eauthor.08iPrint version:aManning, Sophie.tBig picture RSHEbFirst edition.dNew York : Routledge, 2024z9781032489667w(DLC) 2023027377 a92bPUL01701nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001900254082002800273100002800301240002300329245002600352263000900378264008400387264001100471300002300482336002600505337002600531338003600557490003400593520039000627588010301017655001901120776015201139994001201291on1390707365OCoLC20230718213016.0m o d cr |||||||||||230626t20242024ilu o 000 0 eng  a 2023028107 aDLCbengerdacDLC a9780809339297q(ebook) a0809339293 z9780809339280q(paperback) a(OCoLC)1390707365 apcc00aPS3608.E56453600a811/.6223/eng/202306261 aHenning, Sara,eauthor.10aBurn (Compilation)10aBurn /cSara Henning. a2404 1aCarbondale :bCrab Orchard Review ;bSouthern Illinois University Press,c2024. 4c©2024 a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aCrab Orchard series in poetry a"In these poems, we follow a speaker as she works through the loss of young love, the death of her parents, marriage's hardness and beauty, sexual assault, and the devastation of a pandemic-evolutions of trauma that fracture time and alter perception. Twinned with these extremes are shimmering manifestations of joy only an imperfect world can make possible"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 7aPoetry.2lcgft08iPrint version:aHenning, Sara.tBurndCarbondale : Crab Orchard Review ; Southern Illinois University Press, 2024z9780809339280w(DLC) 2023028106 a92bPUL01871nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193020003100230035002200261042000800283050001200291082002800303100003300331245003900364263000900403264004200412300002300454336002600477337002600503338003600529490003500565500002000600520058000620588010301200650003301303776012501336994001201461on1390707387OCoLC20230718213016.0m o d cr |||||||||||230630s2024 nyu jo 001 0 eng  a 2023029814 aDLCbengerdacDLC a9781978537361q(ebook) a1978537360 z9781978537354q(library binding) z9781978537347q(paperback) a(OCoLC)1390707387 apcc00aQL430.400a594/.3223/eng/202307131 aEmminizer, Theresa,eauthor.10aSlimy snails /cTheresa Emminizer. a2310 1aBuffalo :bEnslow Publishing,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aAnimals that slither and slide aIncludes index. a"Why do snails live in shells? How slowly do snails really move? What's that slimy trail that snails leave behind them? In this fun and educational book, readers will learn all about snails! They'll find out what snail mucus is made of, why it's used, and much, much more. From tiny backyard snails to giant African land snails, readers will discover the complexities of this seemingly simple creature and learn how it developed its unique adaptations. The fact-packed content is enriched by vibrant photographs, which bring the information to life"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSnailsvJuvenile literature.08iPrint version:aEmminizer, Theresa.tSlimy snailsdBuffalo : Enslow Publishing, [2024]z9781978537354w(DLC) 2023029813 a92bPUL00934nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002600187100003300213245003900246264007000285300004900355336002600404336003300430337002800463338002700491650003800518650003700556655002700593994001200620on1390707392OCoLC20230718213016.0230427s2013 bl a 6 000 1 por  a 2023313515 aDLCbengerdacDLC a9788591632305 a8591632303 a(OCoLC)1390707392 alcodeapcc00aPN6790.B73bO754 20131 aOrlandeli,eauthor,eartist.10aEu matei o Libório /cOrlandeli. 1aSão José do Rio Preto, SP :bWalmir Americo Orlandeli,c2013. a1 volume (unpaged) :billustrations ;c20 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aMurdervComic books, strips, etc. 0aDeathvComic books, strips, etc. 7aGraphic novels.2lcgft a92bPUL00990nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192100003700215245004400252264004800296300003900344336002600383337002800409338002700437490003000464500003200494650003800526650002900564650002600593650002100619994001200640on1390707393OCoLC20230718213016.0230717s2021 tg a 000 0 ewe  a 2023405773 aDLCbengerdacDLC a9782373163018 a2373163012 a(OCoLC)1390707393 apcc af-tg---00aPL8161b.A564 20211 aAkoly, Cephas K. Dodji,eauthor.10aMo̳fiala akpa 2 /cCephas Dodji Akoly. 1aLome, Togo :bEditions Awoudy,c[mars 2021] a87 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a"Collection God's wisdom" aEwe grammar and vocabulary. 0aEwe languagexStudy and teaching. 0aMiddle school education. 0aEducation, Secondary. 0aAdult education. a92bPUL00800nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135020001500150035002200165037005300187042001000240043001200250100003000262245005700292264005100349300002900400336002600429337002800455338002700483994001200510on1390707411OCoLC20230718213016.0230717s2023 pk 000 0 eng  a 2023318307 aDLCbengerdacDLC a9789693534825 z9693534824 a9693534824 a(OCoLC)1390707411 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---1 aAli, Asim Imdad,eauthor.10aBlind spots in Pakistan's history /cAsim Imdad Ali. 1aKarachi :bParamount Books (Pvt.) Ltd.,c2023. aviii, 223 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a92bPUL01231nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192110003500216245002300251250016600274264006200440300002500502336002600527337002800553338002700581490004500608504006900653650002100722650003900743700004300782700004400825994001200869on1390707412OCoLC20230718213016.0230427s2020 sp bl 001 0 spa  a 2023417837 aDLCbengerdacDLC a9788413466590 a8413466598 a(OCoLC)1390707412 apcc ae-sp---00aKKT1846b.A28 2020b1 aSpain,eenacting jurisdiction.10aCódigo notarial. a2.a Edición cerrada a 12 de julio de 2020 /bedición preparada y actualizada por Ana Fernández-Tresguerres García, Antonio Fernández-Golfín Aparicio. 1aCizur Menor (Navarra) :bThomson Reuters Aranzadi,c2020. a2375 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Códigos con jurisprudencia aIncludes bibliographical references (pages 2321-2349) and index. 0aNotarieszSpain. 0aRecording and registrationzSpain.1 aFernández-Tresguerres García, Ana.1 aFernández-Golfín Aparicio, Antonio. a92bPUL00817npcaa2200253 i 4500001001300000003000600013005001700019008004100036010001700077040002400094024001900118035002200137072001200159100006000171245003500231506005200266541003100318545006800349546003600417580006000453583001700513656002100530994001200551on1390707413OCoLC20230718213016.0230717n xx eng  amm2023086614 aDLCbengedacscDLC8 aMSS866142lcmd a(OCoLC)1390707413 7aA2lcmd1 aSanborn, Herbert J.q(Herbert James),cSr.,d1907-1996.10aHerbert J. Sanborn Sr. papers. aRestrictions may apply to unprocessed material. cGift,aJim Sanborn,d2023.0 aArtist and chief of the Library of Congress Division of Prints. aCollection material in English. aCollection related to the Library of Congress Archives. aUnprocessed. 7aArtists.2itoamc a92bPUL01185nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001700117035002200134042000800156043001200164050002400176245019300200250001900393264004900412300002700461336002600488337002800514338002700542504005100569650005600620650003600676650003500712700003100747700002800778700002900806994001200835on1390707416OCoLC20230718213016.0230428s2015 nr 000 0 eng  a 2022426609 aDLCbengerdacDLC z[9788060358] a(OCoLC)1390707416 apcc af-nr---00aHG4267.6b.E26 201500aEconomic development and management :bincluding issues in business, the arts, politics/other social sciences, law and education /cedited by: J.U.J. Onwumere, C. Segun Ige, Frank O. Ozoh. aThird edition. 1aEnugu, Nigeria :bQuarter Press Ltd.,c2015. aix, 370 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aincludes bibliographical references and index. 0aBusiness enterprisesxFinancexManagementzNigeria. 0aMarketingxManagementzNigeria. 0aEconomic developmentzNigeria.1 aOnwumere, J.U.J.,eeditor.1 aIge, C. Segun,eeditor.1 aOzoh, Frank O.,eeditor. a92bPUL05342nam a22004458i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194035002200209042000800231050002100239082003100260084003400291245014100325263000900466264004300475300001300518336002600531337002800557338002700585504005100612505187500663520119902538520082103737650003404558650002704592650005404619650006604673650005104739700002804790700003704818700002904855994001204884on1390707417OCoLC20230718213016.0230713s2024 nyu b 001 0 eng  a 2023027831 aDLCbengerdacDLC a9781462552870q(paperback) a1462552870 a9781462552887q(hardcover) a1462552889 a(OCoLC)1390707417 apcc00aLC149b.D57 202400a372.6/044223/eng/20230717 aEDU029020aEDU0460002bisacsh00aDisciplinary literacies :bunpacking research, theory, and practice /cedited by Evan Ortlieb, Britnie Delinger Kane, Earl H. Cheek, Jr. a2310 1aNew York :bThe Guilford Press,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aMachine generated contents note: Preface -- 1. Tracing the History of Disciplinary Literacies, Britnie Dellinger Kane, Evan Ortlieb, & Earl H. Cheek, Jr. -- I. Disciplinary Literacies in Core Content-Area Classrooms -- 2. Teaching and Learning Literary Literacy, Emily C. Rainey, Corey A. Humphrey, & Gianina Morales -- 3. Disciplinary Literacy in Mathematics, Keri-Anne Croce -- 4. Promoting Science Literacy through Reading: A Disciplinary Literacy Approach, Zhihui Fang & Natalie Colosimo -- 5. Integrative, Culturally Responsive Disciplinary Literacy Instruction in Social Studies, Tamara Shreiner -- II. Disciplinary Literacies in Other Areas -- 6. Disciplinary Literacy and Physical Education, Kavin M. Ming -- 7. Disciplinary Literacy in the Visual Arts, Jennifer Morrison -- 8. Disciplinary Literacy in the Performing Arts, Rachelle S. Savitz & Alison E. Leonard -- 9. Disciplinary Literacy in Computer Science, Amy Hutchison & Jamie Colwell -- III. Opportunities and Challenges in Disciplinary Literacies -- 10. Centering Minoritized Voices in Disciplinary Literacy Instruction, Alexis Patterson Williams & Danny C. Martinez -- 11. Who Defines Disciplinary Literacy, and at What Grade Levels Should It Be Taught?, Rachael E. Gabriel & Shannon Kelley -- 12. Cultivating Disciplinary Literacy Spaces for Youth Connection and Agency, Philip Wilder & Michael Manderino -- 13. Transcending Disciplinary Literacy in a Digital World, Ian O'Byrne -- IV. Research and Teaching Teachers in Disciplinary Literacies -- 14. Methodologies in Research on Disciplinary Literacy in English Language Arts, Jodi P. Lampi, Jodi Patrick Holschuh, Leslie S. Rush, & Todd Reynolds -- 15. Collaborative Inquiry to Drive Development of Disciplinary Literacy Pedagogy: Purposeful Experiences across Teacher Development, Christina Dobbs, Jacy Ippolito, & Megin Charner-Laird -- Index -- . a"Educators increasingly recognize the importance of disciplinary literacy for student success, beginning as early as the primary grades. This cutting-edge volume examines ways to help K-12 students develop the literacy skills and inquiry practices needed for high-level work in different academic domains. Chapters interweave research, theory, and practical applications for teaching literature, mathematics, science, and social studies, as well as subjects outside the standard core--physical education, visual and performing arts, and computer science. Essential topics include use of multimodal and digital texts, culturally responsive sustaining pedagogy, and new directions for teacher professional development. The book features vivid classroom examples and samples of student work. Key Words/Subject Areas: content areas, disciplines, reading instruction, adolescent literacy, teaching writing, academic vocabulary, methods, learning, English language arts, literature, science, social studies, mathematics, computer, arts, physical education, teachers Audience: Teacher educators and graduate students; researchers; academic coaches and school leaders in K-12"--cProvided by publisher. a"Educators increasingly recognize the importance of disciplinary literacy for student success, beginning as early as the primary grades. This cutting-edge volume examines ways to help K-12 students develop the literacy skills and inquiry practices needed for high-level work in different academic domains. Chapters interweave research, theory, and practical applications for teaching literature, mathematics, science, and social studies, as well as subjects outside the standard core--physical education, visual and performing arts, and computer science. Essential topics include use of multimodal and digital texts, culturally responsive sustaining pedagogy, and new directions for teacher professional development. The book features vivid classroom examples and samples of student work. "--cProvided by publisher. 0aLiteracyxStudy and teaching. 0aReading comprehension. 0aLanguage artsxCorrelation with content subjects. 7aEDUCATION / Teaching / Subjects / Reading & Phonics.2bisacsh 7aEDUCATION / Professional Development.2bisacsh1 aOrtlieb, Evan,eeditor.1 aKane, Britnie Delinger,eeditor.1 aCheek, Earl H.,eeditor. a92bPUL00798nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001500134051003900149245004300188260004700231300004100278650003600319700005300355700005300408710005900461740002400520994001200544on1390707418OCoLC20230718213016.0820312s1711 fr 000 0 fre  a 31024540  aDLCbengcDLC a(OCoLC)139070741800aBF822b.C7 aBF822b.C7 Copy 2cToinet no. 117303aLe critique et l'apologiste sans fard, aA Paris,bChez François Fournier.c1711. a4 p.bl., 350, [2] p.c17 cm. (12mo) 0aCharacters and characteristics.1 aGacon, François,d1667-1725,esupposed author.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aCaracteres opposez. a92bPUL01090nam a22003255i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002300180100003700203245015400240250002300394264004900417300002300466336002600489337002800515338002700543600002800570610003700598610003500635650004400670650003800714994001200752on1390707434OCoLC20230718213016.0210609s2021 sp 000 0 spa  a 2021409164 aDLCbengerdacDLC a9788401024405 a8401024404 a(OCoLC)1390707434 apcc00aML419.J53bA3 20211 aJiménez, Eric,d1967-eauthor,10aViaje al centro de mi cerebro :blas anécdotas más ácidas y salvajes del mítico batería de Lagartija Nick y Los Planetas /cEric Jiménez. aPrimera edición. 1aBarcelona :bPlaza & Janés,cmayo de 2021. a220 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier10aJiménez, Eric,d1967-20aPlanetas (Musical group : Spain)20aLagartija Nick (Musical group) 0aDrummers (Musicians)zSpainvBiography. 0aRock musicianszSpainvBiography. a92bPUL01998nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124041001800146042000800164050002500172130005400197245018100251246004200432264007200474300002200546336002600568337002800594338002700622490005900649500001700708546007400725700005100799700004200850710004700892880017800939880006801117880006701185880010401252880006101356880004901417880003901466880004701505994001201552on1390707435OCoLC20230718213016.0220111m20209999ja s000 0 jpn  a 2021431461 aDLCbengerdacDLC c$1 a(OCoLC)13907074351 aainajpnhain apcc00aPL495.9.M46bJ3 20200 aMenashsamun attush Menashsamun konchi.lJapanese.106880-01aMenashisamu no atsushi, Menashisamu no bōshi :bKannari Matsu hitsuroku Ainu jojishi = Menashsamun attush Menashsamun konchi /c[Kannari Matsu] ; Hasuike Etsuko yaku.31aMenashsamun attush Menashsamun konchi 16880-02aSapporo-shi :bHokkaidō Kyōiku Iinkai,cReiwa 2 [2020]- avolumes ;c30 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 6880-03aAinu minzoku bunkazai yūkara shirīzu ;v66 aCover title. aIn Ainu and Japanese; introductory materials and summary in Japanese.1 6880-04aKannari, Matsu,d1875-1961,ecompiler.1 6880-05aHasuike, Etsuko,etranslator.2 6880-06aHokkaidō Ainu Kyōkai,eeditor.106245-01aメナシサムの厚司メナシサムの帽子 :b金成マツ筆錄アイヌ叙事詩 = Menashsamun attush Menashsamun konchi /c[金成マツ] ; 蓮池悦子訳. 16264-02a札幌市 :b北海道教育委員会,c令和2 [2020]-0 6490-03aアイヌ民俗文化財ユーカラシリーズ ;v66 6500-00a令和元年度アイヌ民俗文化財調查事業「金成マツノート」翻訳整理. 6500-00a委託業務受託者: 北海道アイヌ協会.1 6700-04a金成まつ,d1875-1961,ecompiler.1 6700-05a蓮池悦子,etranslator.2 6710-06a北海道アイヌ協会,eeditor. a92bPUL02027nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002000193100003700213245011100250250001900361264005300380300005200433336002600485337002800511338002700539504005500566520076200621610005001383650005801433650002401491650002201515700003701537700003201574700003501606994001201641on1390707436OCoLC20230718213016.0210326s2021 inuag b 000 0 eng  a 2021936116 aDLCbengerdacDLC a9781616715830q(paperback) a1616715839 a(OCoLC)1390707436 apcc00aMT88b.K47 20211 aBudziak, Jennifer Kerr,eauthor.10aGuide for music ministers /cJennifer Kerr Budziak, Christopher J. Ferraro, Corinna Laughlin, Paul Turner. aThird edition. 1aChicago :bLiturgy Training Publications,c2021. aviii, 88 pages :billustrations, music ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 76-81). a"This third edition has been updated with enhanced content and features. As part of the Liturgical Ministry Series, this book is grounded in Church doctrine and liturgical practice and follows a format which provides newly formed and experienced ministers with basic skills and theological insights in order to perform their ministry well and in a Christ-like manner. This resource includes: Scripture reflections on the ministry Theological and historical commentary on the liturgy and the ministry Practical skills-building and advice for serving in this role Ways to deepen your spirituality and call to discipleship Answers to frequently asked questions Recommended resources A glossary Questions for discussion and reflection"--cProvided by publisher.20aCatholic ChurchxLiturgyxStudy and teaching. 0aChurch musicxCatholic ChurchxInstruction and study. 0aMinisters of music. 0aChurch musicians.1 aFerraro, Christopher J,eauthor.1 aLaughlin, Corinna,eauthor.1 aTurner, Paul,d1953-,eauthor. a92bPUL02550nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002700192020001500219020003000234035002200264042000800286050001200294082002700306100003300333245015200366263000900518264004500527300002300572336002600595337002600621338003600647490007600683500005600759504004100815520080800856588010301664650003101767650003701798650003101835650002801866650003801894776013601932994001202068on1390707437OCoLC20230718213016.0m o d cr |||||||||||230630s2023 nyu ob 000 0 eng  a 2023021597 aDLCbengerdacDLC a9783631902097q(epub) a3631902093 a9783631902080q(ebook) a3631902085 z9783631902073q(hardback) a(OCoLC)1390707437 apcc00aP120.I600a004.6223/eng/202307151 aGretenkort, Tobias,eauthor.14aThe semiotics of consensus :bimpact of network topology on communication strategies in Spanish language interaction networks /cTobias Gretenkort. a2309 1aBerlin ;aNew York :bPeter Lang,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aSprache und Digitalkultur =aLanguage and digital culture ;vvol. no. 2 aOriginally presented as author's thesis (doctoral). aIncludes bibliographical references. a"This book draws from graph theory and a semiotic comparison between language and distributed ledger technologies (also known as Blockchains) to motivate three experiments on language and network structure. The work explores the importance of this concept in different areas of linguistic research and establishes elements of a tentative linguistics of networks. Its empirical investigation is based on data from threads posted to the imageboard Hispachan, which often displays radicalized language and hate speech. The experiments (based on topic modeling and sentiment analysis) reveal an impact of the network structure of interaction on the interaction itself as well as the use of ingroup signalling and emotionally charged vocabulary to expand the network of interaction"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aLanguage and the Internet. 0aCommunicationxNetwork analysis. 0aElectric network topology. 0aOnline social networks. 0aSpanish languagexSocial aspects.08iPrint version:aGretenkort, Tobias.tSemiotics of consensusdBerlin ; New York : Peter Lang, 2023z9783631902073w(DLC) 2023021596 a92bPUL03934nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043001200265050002300277082003100300100003000331245007400361263000900435264005600444300001300500336002600513337002800539338002700567504005100594505098200645520164801627650004203275650003203317650003103349776013203380994001203512on1390707444OCoLC20230718213016.0230609s2024 enk b 001 0 eng  a 2023021581 aDLCbengerdacDLC a9781032495644q(hardback) a1032495642 a9781032591544q(paperback) a1032591544 z9781003431589q(ebook) a(OCoLC)1390707444 apcc aa-ii---00aHV4139b.S564 202400a362.50954223/eng/202307171 aSinha, Amarjeet,eauthor.14aThe last mile :bturning public policy upside down /cAmarjeet Sinha. a2309 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aPrologue -- A poverty free India -- building systems for outcomes -- The historical legacy -- The diversity of geographies -- High growth, ease of doing business, and well-being -- Improving ease of living of the poor -- Why incomes matter -- Women's well -- being and livelihoods -- Women, work and empowerment -- Vulnerable social groups, inclusive policies and programmes -- Policy and programme formulation in basic education -- Revisiting skills for full employment -- Higher education reforms -- Policy and programme formulation in health -- Making quality health for all a reality -- Poshan, people and panchayats -- Improving governance of programmes -- Community connect and gpdps -- Human resource reforms -- Poverty free gram panchayats -- Challenges in urban governance for the poor -- Why we need a PM's human development council -- Global warming, local churning -- waste to wealth as way forward -- A poverty free India -- An India for all in a post COVID world. a"The Last Mile explores the gaps and dichotomy between drafted policies and their implementation and the last mile challenges which often make public services inaccessible to the poorest and most vulnerable sections of society. It provides an in-depth overview of the dynamics between communities, research and consultation and the implementation of policies for development. Rich in empirical data and case studies from different government programmes and reports, this book examines the implementation of government service programmes for poverty reduction, women's empowerment, income generation for the poor, among others, from a people's perspective. It highlights the need for policies and institutions to align their methods to community needs. Offering guidelines for redesigning as well as solutions to counter challenges related to lack of trust and effective communication, human resource management, capacity development, redressal mechanisms, and facilitating the last mile connection, the author delineates effective ways for integrating new technologies in policy implementation. The book also addresses legacy issues in institutions and re-orienting policy for better governance, transparency and building trust. Part of the 'Public Policy in India' series, this book, by a senior practitioner, will be an essential resource for students and researchers of development studies, sociology, public policy and governance, economics and South Asian studies. This book is freely available as a downloadable Open Access PDF at http://www.taylorfrancis.com under a Creative Commons (CC-BY-NC-ND) 4.0 license"--cProvided by publisher. 0aUrban poorxGovernment policyzIndia. 0aMarginality, SocialzIndia. 0aMunicipal serviceszIndia.08iOnline version:aSinha, Amarjeet.tLast miledAbingdon, Oxon ; New York, NY : Routledge, 2024z9781003431589w(DLC) 2023021582 a92bPUL02295nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002500193035002200218042000800240050001100248082002900259245016200288246007700450263000900527264005800536300002200594336002600616337002600642338003600668504005100704520064200755588010301397650006401500650003301564700004301597700004101640776019201681994001201873on1390707445OCoLC20230718213016.0m o d cr |||||||||||230606s2023 pau obf 001 0 eng  a 2023022610 aDLCbengerdacDLC a9781668487969q(eISBN) a1668487969 z9781668487952q(h/c) a(OCoLC)1390707445 apcc00aLC109000a370.116223/eng/2023071500aHandbook of research on critical issues and global trends in international education /cedited by Megel Ricardo Barker, Robyn Conrad Hansen, and Liam Hammer.3 aResearch on critical issues and global trends in international education a2309 1aHershey, PA :bInformation Science Reference,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"Whether you are an educator, researcher, policymaker, school leader, lecturer, or anthropologist, the Handbook of Research on Critical Issues and Global Trends in International Education is a must-read. This book is a comprehensive guide to the complexities and challenges of international education, providing practical solutions for improving the quality of education in this rapidly evolving field. If you are looking to gain a nuanced understanding of the critical issues facing international schools and evidence-based approaches for addressing these challenges, this book is the perfect resource for you"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInternational educationxResearchvHandbooks, manuals, etc. 0aEducation and globalization.1 aBarker, Megel Ricardo,d1974-eeditor.1 aHammer, Liam Leslie,d1973-eeditor.08iPrint version:tHandbook of research on critical issues and global trends in international educationdHershey, PA : Information Science Reference, [2023]z9781668487952w(DLC) 2023022609 a92bPUL01450nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193043001200208050002600220100004400246245012900290250002200419264008300441300002300524336002600547337002800573338002700601504004100628650002300669650002800692650004600720880003300766880013300799880002100932880008700953994001201040on1390707456OCoLC20230718213016.0220126s2021 ts b 000 0 ara  a 2021333317 aDLCbengerdacDLC c(3 a9789948330097 a9948330099 a(OCoLC)1390707456 c75.00 AED apccalcode aa-ts---00aRA644.C67bH3555 20211 6880-01aḤammādī, ʻUmar,eauthor.136880-02aal-Ijtiyāḥ :bKūrūnā : mādhā ḥadatha, wa-kayfa yabdū al-mustaqbal ? /cD. ʻUmar al-Ḥammādī. 6880-03a[Ṭ. 1]. 16880-04aAbū Ẓaby :bMarkaz Abū Ẓaby lil-Lughah al-ʻArabīyah,c2021. a384 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aCOVID-19 (Disease) 0aCoronavirus infections. 0aCOVID-19 (Disease)zUnited Arab Emirates.1 6100-01aحمادي، عمر.126245-02aالاجتياح :bكورونا : ماذا حدث، وكيف يبدو المستقبل ؟ /cد. عمر الحمادي. 6250-03a[ط. ١] 16264-04aأبو ظبي :bمركز أبو ظبي لللغة العربية،c2021. a92bPUL01427nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185043001200193050003000205245016800235250001400403264005700417300002400474336002600498337002800524338002700552490002100579504006700600610003700667650002900704650005800733650003200791655003100823655002900854700003100883700002700914700002700941710003700968994001201005on1390707457OCoLC20230718213016.0230608s2023 xv bl 001 0 slv  a 2023442270 aDLCbengerdacDLC a9789612047016q(hardbound) a9612047014 a(OCoLC)1390707457 apcc ae-xv---00aKKS6308.A312021bK66 202300aKomentar Gradbenega zakona (GZ-1) /curednici, prof. dr. Polonca Kovač, mag. Vesna Sodja ; avtorji mag. Petra Čas [and 16 others] ; stvarno kazalo Jasna Karin. a1. natis. 1aLjubljana :bUradni list Republike Slovenije,c2023. a773 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aZbirka predpisov aIncludes bibliographical references (pages 735-745) and index.10aSlovenia.tGradbeni zakon (2021) 0aBuilding lawszSlovenia. 0aConstruction industryxLaw and legislationzSlovenia. 0aBuilding permitszSlovenia. 7aStatutes and codes.2lcgft 7aLaw commentaries.2lcgft1 aKovač, Polonca,eeditor.1 aSodja, Vesna,eeditor.1 aČas, Petra,eauthor.12aSlovenia.tGradbeni zakon (2021) a92bPUL00828nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051004500155245004900200260005000249300003900299650001400338700003600352700003500388700005300423710005900476740002700535994001200562on1390707458OCoLC20230718213016.0831220s1692 fr 000 0 fre  a 31025086  aDLCbengcDLC a(OCoLC)139070745800aHQ731b.M36 1692 aHQ731b.M36 1692 Copy 2cToinet no. 122503aLe mariage, ses agréemens et ses chagrins. aA Paris,bChez Jean-Baptiste Langlois,c1692. a4 p.l., 219, [1] p.c15 cm. (12mo) 0aMarriage.1 aC., J. D. D. [from old catalog]0 aJ. D. D. C. [from old catalog]1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC0 aPhilogame et Antigame. a92bPUL01880nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002200154100004600176240003600222245031300258246003300571264011400604300002300718336002600741337002800767338002700795630003100822700005600853752002600909880004100935880034700976880003001323880011301353880004001466994001201506on1390707470OCoLC20230718213016.0220630s2021 is 000 0 heb  a 2022462798 aDLCbengerdacDLC c(2 a(OCoLC)1390707470 apcc00aBM690b.K573 20211 6880-01aḲlain, Mosheh Shaʼul,eauthor.10aṾa-yaḳhel Mosheh (Moʻadim)106880-02aSefer Ṿa-yaḳhel Mosheh :bʻal ha-moʻadim : ʻiyunim be-halakhah ṿe-nidunim maʻaśiyim ʻal seder ha-moʻadim /cshe-nishmeʻu mi-pi talmido ha-muvhaḳ shel Rabenu Baʻal ha-Sheveṭ ha-Leṿi ... Rabi Mosheh Shaʼul Ḳlain, sheliṭa ... ; ʻorekh rashi ha-Rav Yitsḥaḳ Ṿerṭhaimer.176880-03aṾa-yaḳhel Mosheh 16880-04aBene Beraḳ :bBe-hotsaʼat Mekhon Ṿa-yaḳhel Mosheh :bTsuf hotsaʼah la-or,c782 [2021 or 2022] a2 volumes ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier00aFasts and feastsxJudaism.1 6880-05aṾerṭhaimer, Yitsḥaḳ,echief editor. aIsraeldBene Beraḳ.1 6100-01aקליין, משה שאול.106245-02aספר ויקהל משה :bעל המועדים : עיונים בהלכה ונידונים מעשיים על סדר המועדים /cשנשמעו מפי תלמידו המובהק של רבנו מרן בעל השבט הלוי ... רבי משה שאול קליין, שליט"א ... ; עורך ראשי הרב יצחק ורטהיימר.176246-03aויקהל משה 16264-04aבני ברק :bבהוצאת מכון ויקהל משה :bצוף הוצאה לאור,cתשפ״ב.1 6700-05aורטהיימר, יצחק. a92bPUL01648nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224041001300246042000800259050001500267082001200282100004100294240003200335245006500367263000900432264007100441300002200512336002600534337002600560338003600586520017100622521004900793588010300842650003400945650002300979650001901002655002601021776015501047994001201202on1390707471OCoLC20230718213016.0m o d cr |||||||||||230714s2024 miu bo 000 1 eng  a 2023023607 aDLCbengerdacDLC a9781467467674q(ebook) a1467467677 z9780802856210q(hardcover) a(OCoLC)13907074711 aenghfre apcc00aPZ7.1.K17600a[E]2231 aKadi, Marion,eauthor,eillustrator.10aReflets d'Hariett.lEnglish10aHarriet's reflection /cwritten and illustrated Marion Kadi. a2402 1aGrand Rapids, Michigan :bEerdmans Books for Young Readers,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aWhen an old lion dies, his reflection finds someone new to follow--a little girl named Harriet, who finds she is much more ferocious with this new face in the mirror. aAges 4-8.bEerdmans Books for Young Readers. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aReflection (Optics)vFiction. 1aAttitudevFiction. 1aLionvFiction. 7aPicture books.2lcgft08iPrint version:aKadi, Marion.tHarriet's reflectiondGrand Rapids, Michigan : Eerdmans Books for Young Readers, 2024z9780802856210w(DLC) 2023023606 a92bPUL03961nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001000253082003000263100002600293245014500319263000900464264006800473264001100541300002200552336002600574337002600600338003600626500002000662505113200682520139001814588010303204650002203307650002503329650002403354776014903378994001203527on1390707479OCoLC20230718213016.0m o d cr |||||||||||230712t20232023mau o 001 0 eng  a 2023010773 aDLCbengerdacDLC a9781647825607q(epub) a1647825601 z9781647825591q(hardcover) a(OCoLC)1390707479 apcc00aHB61500a658.4/21223/eng/202307131 aShaich, Ron,eauthor.10aKnow what matters :blessons in building transformative companies and creating a life you can respect /cRon Shaich (founder, Panera Bread). a2310 1aBoston, Massachusetts :bHarvard Business Review Press,c[2023] 4c©2023 a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.00tFuture-Back --tBe a Better Competitive Alternative --tMeans, Ends, and Byproducts --tEntrepreneurs Are Opportunists, Not Capitalists --tThink Before You IPO --tYou Take the Money, I'll Take Control --tFeeding the Growth Monster --tFalling into the Future --tDiscovering Today What Matters Tomorrow: Fast Casual --tImagining Tomorrow: Concept Essence --tBringing the Vision to Life: Changing Everything --tYou Don't Own the Business; the Business Owns You --tThe Essence of Life and Business Is Choice --tGet Growth Right --tBreak the Cycle of Failure --tInnovator In Chief --tMake Smart Bets --tSeek Out the Tough Stuff and Create a Barrier to Entry --tKnow When to Fold 'Em --tIf You Don't Have Control, Credibility Is Everything --tThe Doing of the Doing --tI Should Have Fired More People Faster --tParish Priest in a Business Suit --tBe Contrarian: Conserve in a Boom, Build in a Bust --tBusiness Is Personal --tManage the Desire/Friction Ratio --tOperationalize Transformation --tFind New Runways for Growth --tCome Clean, with Yourself and Others --tKeep Your Promises --tKnow When to Let Go a"How did Ron Shaich, the visionary founder of Panera Bread, build a little bakery in St. Louis into 2,400 restaurants with 6 billion dollars in revenue and annual returns of 25 percent, outperforming Starbucks, Chipotle, and all others? By seeing the future and clearing a path to it, leading and innovating from the future back. Now, Shaich shares his story, starting with its humble entrepreneurial beginnings: the college-campus convenience store he opened to compete with one he was ejected from when the clerk wrongly assumed he and his scruffy friends were shoplifting. He takes us through his successful turnaround of Au Bon Pain and how that led to his creation of a new category of restaurant, fast casual, and the mega-success of Panera. He also shares the lows, the defeats, and the uncertainties along the way and how he persevered through them. In each chapter Shaich brings to life a principle for success that has guided his career-and his life. Sometimes practical ("Make smart bets"), and often challenging ("You don't own the business, the business owns you"), Shaich's principles combine to form a blueprint for innovators, leaders, and entrepreneurs set on success, and on making a difference. When you know what matters, you can build transformative businesses while leading a life you respect, and leaving a positive impact on the world"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEntrepreneurship. 0aSuccess in business. 0aGoodwill (Commerce)08iPrint version:aShaich, Ron.tKnow what mattersdBoston, Massachusetts : Harvard Business Review Press, [2023]z9781647825591w(DLC) 2023010772 a92bPUL05171nam a22004338i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020002600162035002200188042000800210043001200218050002300230082003100253245023400284263000900518264008000527300001400607336002600621337002800647338002700675490002800702504005100730505308300781500035003864650007504214650005804289650004704347651003504394700003804429700003304467700002904500776019604529994001204725on1390707480OCoLC20230718213016.0230313s2022 enk b 001 0 eng  a 2023011483 aDLCbengerdacDLC a9781009364690q(hardback) a1009364693 z9781009364706q(epub) a(OCoLC)1390707480 apcc ae------00aKJE2188b.C36 202200a346.4/082223/eng/2023071704aThe Cambridge handbook on European monetary, economic and financial market integration/cedited by Dariusz Adamski, University of Wroclaw; Fabian Amtenbrink, Erasmus Universiteit Rotterdam; Jakob de Haan, University of Groningen. a2309 1aCambridge, United Kingdom ;aNew York :bCambridge University Press,c2022. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCambridge law handbooks aIncludes bibliographical references and index.0 aIntroduction / Dariusz Adamski, Fabian Amtenbrink, and Jakob de Haan -- Conceptual foundations of economic and monetary union : the economic dimension / Barry Eichengreen -- Theorizing economic and monetary union -- between concepts and pragmatism / Amy Verdun -- Monetary union and the single currency / Harold James -- On the misalignment of monetary, economic, and political integration in European economic and monetary union / Fabian Amtenbrink -- Ideas, interests, and power : Germany's Complex Balancing Act in the process of economic and monetary union in Europe / Kenneth Dyson -- Coping with economic crises through learning by doing : an evolving policy response / Iain Begg -- The political economy of reinsurance / Waltraud Schelkle -- Euro crises, the productivity slowdown and the EMU / Nauro F. Campos -- The overburdened monetary policy mandate of the ECB / Dariusz Adamski -- Government bond buying by the European central bank : leadership versus accountability / Michele Chang -- ECB monetary policies : the increasing importance of communication / Jakob de Haan -- From market to green economics : impact on monetary and financial policies / Dirk Schoenmaker and Hans Stegeman -- The politics of monetary union and the democratic legitimacy of the ECB as a strategic actor / Sebastian Diessner -- How can courts contribute to accountability in EU monetary policy? / Ana Bobić and Mark Dawson -- Reviving the case for policy coordination in EMU / Maria Demertzis, Marta Domínguez Jiménez, Nicola Viegi -- Ten years of the European semester : from sovereign debt crisis to COVID-19 crisis / Edgars Eihmanis -- The EU fiscal rules : principle, policy, and reform prospects / Menelaos Markakis -- National fiscal policy in EMU : insufficient sustainability and stabilisation? / Jakob de Haan and Bram Gootjes -- The politics of fiscal integration in eurozone reforms and next generation EU / Fabio Wasserfallen -- Adjustments in economic crises : the different outcomes of the sovereign debt and pandemic crises in Europe / Sergio Fabbrini, Andrea Capati -- Designing a permanent EU-wide stabilisation facility / Roel Beetsma and George Kopits -- Enhancing private and public risk-sharing : lessons from the literature and reflections on the Covid-19 crisis / Jacopo Cimadomo, Esther Gordo Mora, and Alessandra Anna Palazzo -- Banking regulation in Europe : from reaction to thinking ahead / Katarzyna Parchimowicz -- The politics behind the creation of the banking union / Elena Ríos Camacho -- Failing banks within the banking union at the crossroads : a great step forward -- with many loose ends / Jens-Hinrich Binder -- The banking union : supervision and crisis management / Willem Pieter de Groen -- The reemergence of market-based finance? The politics of capital markets union / Giuseppe Montalbano and Markus Haverland -- The European strategy on digital finance and its interplay with capital markets integration in the EU / Diego Valiante, Marco Lamandini, and David Ramos Muñoz -- Regulating crypto and cyberware in the EU / Karel Lannoo. a"Written by experts in the field, this volume offers an in-depth and forward-looking legal, economic, and political science analysis of the rationale, main features, as well as the shortcomings of European economic, monetary, and financial integration. It is primarily intended for an academic audience and policymakers"-- Provided by publisher. 0aFinancial institutionsxLaw and legislationzEuropean Union countries. 0aMoneyxLaw and legislationzEuropean Union countries. 0aMonetary policyzEuropean Union countries. 0aEuropexEconomic integration .1 aAdamski, Dariusz,d1975-eeditor.1 aAmtenbrink, Fabian,eeditor.1 aHaan, Jakob de,eeditor.08iOnline version:tCambridge handbook on European monetary, economic and financialdCambridge, United Kingdom ; New York, NY : Cambridge University Press, 2022z9781009364706w(DLC) 2023011484 a92bPUL02962nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263050001000271082002900281100002700310245011300337250002000450263000900470264005600479300002200535336002600557337002600583338003600609504005100645520151100696588010302207650003002310650003102340776016902371994001202540on1390707493OCoLC20230718213016.0m o d cr |||||||||||230714s2024 enk ob 001 0 eng  a 2023032601 aDLCbengerdacDLC a9781003334989q(ebk) a1003334989 z9781032370354q(hbk) z9781032370347q(pbk) a(OCoLC)1390707493 apcc00aTR89100a777/.52223/eng/202307151 aBrown, Blain,eauthor.10aMotion picture and video lighting :bfor cinematographers, gaffers, and lighting technicians /cBlain Brown. aFourth edition. a2312 1aAbingdon, Oxon ;aNew York, NY :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This fully revised and updated fourth edition of Motion Picture and Video Lighting explores the technical, aesthetic, and practical aspects of lighting for film and video. It covers not only how to light, but also why. Written by experienced author and filmmaker Blain Brown, this book emphasizes how the image, the mood, and the visual impact of a film are, to a great extent, determined by the skill and sensitivity of the director of photography in using lighting. It provides an indispensable, highly illustrated and comprehensive guide to making every scene look its best. Key topics include: Lighting sources, the lighting process, lighting basics, LED, tungsten, Kino-Flo, HMI, and plasma lights, methods of controlling light, planning your lighting, the basic methods: a lighting playbook, visual storytelling with light, understanding and controlling color, terminology, electricity and distribution, gripology, set operations, the team: DP, gaffer, grips, lighting technicians, technical issues, lighting for greenscreen/bluescreen, typical equipment orders for large and small jobs, lighting for high speed and macro photography, lighting plans for small, medium, and large films. This new edition has also been expanded to provide further guidance at the introductory level for students and those just starting in their careers. A robust accompanying companion website also includes up-to-date video tutorials and other resources for students and professionals alike"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCinematographyxLighting. 0aVideo recordingxLighting.08iPrint version:aBrown, Blain.tMotion picture and video lightingbFourth edition.dAbingdon, Oxon ; New York, NY : Routledge, 2024z9781032370354w(DLC) 2023032600 a92bPUL01246nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037001400139042001500153043001200168245016500180250002000345264006600365300005700431336002600488337002800514338002700542504005700569546004200626651005600668651003800724651003400762651006300796700004900859994001200908on1390707522OCoLC20230718213016.0230409s2021 iq ab b 000 0 kur  a 2023358728 aDLCbengerdacDLC a(OCoLC)1390707522 c10.74 USD apccalcode aa-iq---00aŞer̄ê Siḧêla :b26 Oktobera 2017ê biserkirdayetiya Mensûr Barzanî : xwandineka dirûkî, leşkerî /camadekirin, M. Jibîr Yûsif Remezan. aÇapa êkê. 1aDihok [Kurdistan, Iraq] :bM. Jibîr Yûsif Remezan,c2021. a237 pages :bcolor illustrations, color map ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 203-209). aIn Kurmanji Kurdishb(Arabic script). 0aKurdistān (Iraq)xHistory, Militayy21st century. 0aKurdistān (Iraq)xArmed Forces. 0aKurdistān (Iraq)xDefenses. 0aKurdistān (Iraq)xPolitics and governmenty21st century.1 aRemezan, M. Jibîr Yûsif,d1996-eeditor. a92bPUL01794nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001000270082002700280100003600307245003500343263000900378264004400387300002300431336002600454337002600480338003600506490002300542520047600565521002601041588010301067650003401170650005101204776012901255994001201384on1390707531OCoLC20230718213016.0m o d cr |||||||||||230630s2024 mnu jo 000 0 eng  a 2023030545 aDLCbengerdacDLC a9798889968214q(ebook) z9798889968191q(hardcover) z9798889968207q(paperback) a(OCoLC)1390707531 apcc00aSH44500a799.1223/eng/202307171 aMather, Charis,d1999-eauthor.10aCatch a fish /cCharis Mather. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLevel 4 - blue set a"Have you ever gone fishing? You need the correct tools and a bit of luck. The phonemes /er/ar/ are featured in this title. Catch a Fish is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 5-8bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aFishingvJuvenile literature. 0aReadingxPhonetic methodvJuvenile literature.08iPrint version:aMather, Charis, 1999-tCatch a fishdMinneapolis, MN : Jump!, Inc., [2024]z9798889968191w(DLC) 2023030544 a92bPUL01888nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001800148020001500166020003100181020002700212035002200239042000800261050002300269082002900292100003000321245005000351263000900401264005200410300001400462336002600476337002800502338002700530490001600557500008900573520045000662521003201112650005501144650005101199650002201250655003501272776014701307994001201454on1390707532OCoLC20230718213016.0230712s2024 mnu j 000 0 eng  a 2023031562 aDLCbengerdacDLC a9798889967835q(hardcover) a9789798889967 a9798889967 a9798889967842q(paperback) z9798889967859q(ebook) a(OCoLC)1390707532 apcc00aPE1159b.T954 202400a428.1/3223/eng/202307171 aTyler, Madeline,eauthor.10aBen can run, Bell can run! /cMadeline Tyler. a2401 1aMinneapolis, MN :bDecodables by Jump!,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aRed level 2 a"This edition is published by arrangement with Booklife Publishing"--Copyright page. a"It is Sports Day. What can they all do? The phoneme /b/ is featured in this title. Ben Can Run, Bell Can Run! is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of reading that encourages reading development"--cProvided by publisher. aAges 3-6 yearsbJump!, Inc. 0aEnglish languagexConsonantsvJuvenile literature. 0aReadingxPhonetic methodvJuvenile literature. 0aReaders (Primary) 7aReaders (Publications).2lcgft08iOnline version:aTyler, Madeline.tBen can run, Bell can run!dMinneapolis, MN : Decodables by Jump!, [2024]z9798889967859w(DLC) 2023031563 a92bPUL04935nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020002800148035002200176042000800198043001200206050002300218100002800241245007600269264003400345300002400379336002600403337002800429338002700457490005300484504005700537505262900594520111403223600002904337600003104366600002504397650003404422650003904456651004204495994001204537on1390707542OCoLC20230718213016.0230304s2023 fr b 000 0 fre  a 2023414377 aDLCbengerdacDLC a9782140333651q(paperback) a2140333659q(paperback) a(OCoLC)1390707542 apcc aaw-----00aBP63.A35bS25 20231 aSalman, Wasim,eauthor.13aLe califat et la laïcité :bperspectives syriennes /cWasim Salman. 1aParis :bL'Harmattan,c[2023] a214 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPensée religieuse et philosophique arabe ;v47 aIncludes bibliographical references (pages 199-211).00tSystème de transcription des lettres arabes --g1.tMuhammad Shahrour --tDe l'anthropologie à la politique --tBiographie --tL'exégèse des récits coraniques chez Shahrour --tLes récits de la création : exégèse classique et implications politiques --tLa création comme preuve de l'unicité de Dieu --tLes mythes de la création dans la tradition islamique --tLe califat d'Adam et le califat historique --tDémythologisation du récit d'Adam à la lumière des sciences modernes --tLes récits de la création et la théorie de l'évolution --tL'élection d'Adam --tLe problème du mal dans le Coran --tLa question de loyauté politique et religieuse (Al-walāʼ wa-l-barāʼ) --tLa citoyenneté et la loyauté religieuse (al-walāʼ al-dīnī) --tLa citoyenneté et le patriotisme (al-walāʼ al-waṭanī) --tLe jihad collectif comme défense de la patrie --g2.tGeorges Tarabichi : Les Lumières arabes --tBiographie --tLa laïcité en islam et la crise du monde arabe contemporain --tPolitique et germes de laïcité en islam --tLa laïcité comme problème islamo-islamique --tLa laïcité et son application dans le monde arabe --tDe la philosophie arabe médiévale au réveil philosophique d'al-Nahda --tDestins de la philosophie entre christianisme et islam --tLa philosophie islamique : de la grandeur au déclin --tLa rationalité dans la philosophie orientale et l'unité de la raison arabe --tLe retour de la philosophie au XIXe siècle et le souci de la modernisation --g3.tAziz al-Azmeh : Penseur de l'identité arabe --tLaïcité, pouvoir et pensée politique islamique --tL'Europe : de la théocratie aux Lumières --tLe rapport entre le pouvoir et la hiérarchie religieuse en islam --tCritique des études contemporaines sur la pensée politique islamique --tNationalisme arabe et réforme religieuse --tLe nationalisme arabe : de l'épanouissement à la décadence. --tConstantin Zureik pionnier du nationalisme laïc --tRéformisme, interprétation et modernité en islam --tLe nouveau Moyen-Orient : islamisme et démocratie --tDe la démocratie au démocratisme islamiste --tDe la bataille contre le communisme au nouveau Moyen-Orient --tIslamisme, postmodernisme et postcommunisme --g4.tÉtat religieux, État laïc et radicalisation islamiste --tL'échec de l'État islamique --tThéocratie et classe sacerdotale en islam : le modèle d'al-Azhar --tLe débat sur la raison arabe et sur la laïcité --tLa réislamisation des sociétés arabes selon Gilles Kepel. a"Le califat ou la laïcité, deux possibilités opposées qui se présentent à la société arabe contemporaine. Si le premier se réfère à la monarchie islamique, à la théocratie et au pouvoir absolu, l'autre nous met face à un monde moderne allergique à l'amalgame entre pouvoir et religion. Après les révoltes arabes (2011), le terme califat revient avec force, en coïncidence avec les élections qui ont amené les islamistes au pouvoir, visant à fonder un État islamique guidé par le nouveau sultan ottoman, ainsi qu'avec l'émergence de la nébuleuse de Daesh. L'islamisme est-il le destin des Arabes ? C'est à cette question que nous répondent les trois auteurs que présente cet ouvrage : M. Shahrour, G. Tarabichi et A. al-Azmeh. Y a-t-il encore une place pour les modérés parmi les musulmans et les chrétiens au Proche-Orient ? L'approche historique et l'analyse minutieuse de la pensée arabo-islamique menée ici révèlent des scénarios possibles de l'avenir du Proche-Orient tiraillé entre le califat et la laïcité."--Page 4 of cover.10aShaḥrūr, Muḥammad.10aṬarābīshī, Jūrj.10aʻAẓmah, ʻAzīz. 0aIslam and statezMiddle East. 0aIslam and secularismzMiddle East. 0aMiddle EastxPolitics and government. a92bPUL03118nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020002700193020003100220035002200251042000800273043002100281050001400302082003200316100005900348245010400407263000900511264006200520300002200582336002600604337002600630338003600656504005100692505016900743520124600912588010302158650003402261650002702295650004402322650003702366650003002403650002302433700002702456776014102483994001202624on1390707651OCoLC20230718213016.0m o d cr |||||||||||221205s2023 cau ob 001 0 eng  a 2022058402 aDLCbengerdacDLC a9781503636934q(ebook) a1503636933 z9781503609044q(cloth) z9781503636927q(paperback) a(OCoLC)1390707651 apcc an-us---an-cn---00aHV41.9.U500a658.15/224223/eng/202307131 aSchneiderhan, Erikc(Professor of sociology),eauthor.10aDonate now :bthe promise and failure of digital crowdfunding /cErik Schneiderhan and Martin Lukk. a2310 1aStanford, California :bStanford University Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aA brief history of the rise of digital philanthropy -- A well of sadness -- A very daunting task -- Queen for a day? -- What to know better, do better, help better. a"The gaping holes in the U.S. and Canadian safety nets at a federal level mean that most people live in a state of financial precarity that can instantly become untenable in the face of another big expense, such as a large medical bill or damaged property. Historically and today, people have turned to their communities, neighbors, families, and loved ones, for help in these situations. Today, digital crowdfunding is the most popular medium for seeking and donating charity, and for-profit enterprises realized that tapping into this instinct for seeking help would be extremely good business. This book reveals how these sites, like GoFundMe, are enjoying massive revenue, without providing the help they promise. They fail their users while using sneaky tactics to obscure that reality. With unprecedented access to hundreds of thousands of cases across North America, Erik Schneiderhan and Martin Lukk take on pressing questions with critical insight: When do we turn to others for help? Who succeeds and who fails in the digital crowd? Who do these sites target? Ultimately, the failure of GoFundMe is emblematic of the inability of the for-profit sector and Big Tech to engineer an end to social inequality"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCrowd fundingzUnited States. 0aCrowd fundingzCanada. 0aElectronic fund raisingzUnited States. 0aElectronic fund raisingzCanada. 0aCharitieszUnited States. 0aCharitieszCanada.1 aLukk, Martin,eauthor.08iPrint version:aSchneiderhan, EriktDonate nowdStanford, California : Stanford University Press, 2023z9781503609044w(DLC) 2022058401 a92bPUL01867nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002500220082003700245100003000282245009500312263000900407264005100416300001300467336002600480337002800506338002700534505022400561520044000785630003801225650005901263650006101322650004901383650004901432994001201481on1390707652OCoLC20230718213016.0230713s2023 gw 000 0 eng  a 2023024403 aDLCbengerdacDLC a9781493224555q(paperback) a1493224557 z9781493224562q(ebook) a(OCoLC)1390707652 apcc00aHD30.213b.B344 202300a658.4/038011076223/eng/202307171 aBagga, Jaspreet,eauthor.10aSAP Integration Suite certification guide :bdevelopment associate exam /cJaspreet Bagga. a2308 1aBonn ;aBoston :bRheinwerk Publishing,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aObjectives of this portion of the test -- SAP open connector -- Integration advisor -- Trading partner management -- Excercise: Practice exam -- API provisioning -- consuming and processing APIs using cloud integration. a"Preparing for your C-CPI-14 exam? Make the grade with this SAP Integration Suite certification study guide! From API Management to the Integration Advisor, this guide will review the key technical and functional knowledge you need to pass the test. Explore test methodology, key concepts for each topic area, and practice questions and answers. Your path to SAP Integration Suite certification begins here!" --cProvided by publisher.00aSAP Business Technology Platform. 0aBusinessxData processingxExaminationsvStudy guides. 0aBusinessxComputer programsxExaminationsvStudy guides. 0aCloud computingxExaminationsvStudy guides. 0aComputer software developersxCertification. a92bPUL02878nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003000192035002200222042000800244050001200252082003000264100003500294245010800329263000900437264004900446300002200495336002600517337002600543338003600569500002000605505031700625520098000942588010301922650001802025650003202043650005002075650003202125650002602157650002402183650004002207776016102247994001202408on1390707695OCoLC20230718213016.0m o d cr |||||||||||230501s2022 nyu o 001 0 eng  a 2023014256 aDLCbengerdacDLC a9780197693315q(epub) a0197693318 z9780197693308q(hardback) a(OCoLC)1390707695 apcc00aK579.I600a342.08/5223/eng/202307141 aCronin, Bruce,d1957-eauthor.10aPurging the odious scourge of atrocities :bthe limits of consent in international law /cBruce Cronin. a2309 1aNew York :bOxford University Press,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes index.0 aThe limits of consent in international law -- A theory of consensus-based international law -- The universal ban on extreme internal state violence -- The violent persecution of minorities -- Torture -- Civilian immunity in domestic armed conflicts -- International consensus and the future of international law. a"The introductory chapter outlines the issues raised in the subsequent five chapters. It argues that current theories regarding the sources of international law lack a foundation for explaining how states can be required to assume legal obligations that transcend state consent. In making this case, the chapter critiques attempts to expand the concept of customary international law to include certain types of legal norms that form over a short period of time without necessarily reflecting widespread, consistent state practice. Rather, it provides an overview of current theories on the sources of international law and examines how international law is directly connected to the four variables that characterize the structure of the international system: the nature of the constitutive units; the organizing principles of the system; the density of interaction among the units; and the scope and depth of institutionalization within the system"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aConsent (Law) 0aTorture (International law) 0aResponsibility to protect (International law) 0aMinoritiesxCrimes against. 0aPolitical atrocities. 0aPolitical violence. 0aInternational law and human rights.08iPrint version:aCronin, Bruce, 1957-tPurging the odious scourge of atrocitiesdNew York : Oxford University Press, [2023]z9780197693308w(DLC) 2023014255 a92bPUL01842nam a22004698i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020001500194020002500209020003600234020002600270035002200296042000800318043001200326050002500338082003100363100004500394245011200439263000900551264006100560300001400621336002600635336002800661337002800689338002700717490004000744520025500784521003601039521003801075650002001113650002301133655002301156655002701179776015401206994001201360on1390707723OCoLC20230718213016.0230717s2024 mnu b 6 000 1 eng  a 2023019839 aDLCbengerdacDLC a9781484689370q(hardcover) a1484689372 a9781484689325q(paperback) a1484689321 z9781484689332q(pdf) z9781484689356q(kindle edition) z9781484689349q(epub) a(OCoLC)1390707723 apcc ae-un---00aPZ7.7.B3346bRo 202400a741.5/973223/eng/202307171 aBamber, Adrianna,eauthor,eillustrator.14aThe rooster and the two mice :ba Ukrainian graphic folktale /cwritten and illustrated by Adrianna Bamber. a2401 1aNorth Mankato, Minnesota :bPicture Window Books,c2024. apages cm. atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aDiscover graphics: global folktales a"When Ku-ku-ri-ku finds some wheat in his yard, he shows it to his friends Twist and Turn. They decide to use it to make some buns. But turning wheat into a delicious bun is a lot of work--and not everyone does their share."--cProvided by publisher. aAges 5-7bPicture Window Books. aGrades K-1bPicture Window Books. 1aGraphic novels. 1aFolklorezUkraine. 7aFolk tales.2lcgft 7aGraphic novels.2lcgft08iOnline version:aBamber, Adrianna.tRooster and the two micedNorth Mankato, Minnesota : Picture Window Books, 2024z9781484689332w(DLC) 2023019840 a92bPUL02664nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191035002200216042000800238050001400246082003000260100002900290245014900319250001900468263000900487264003400496300002200530336002600552337002600578338003600604520106700640521003301707521002901740588010301769650003301872650001801905650003901923650003401962650001301996700002702009776015802036994001202194on1390707724OCoLC20230718213016.0m o d cr |||||||||||230626s2024 nyu jo 000 0 eng  a 2023021371 aDLCbengerdacDLC a9781003412687q(ebk) a1003412688 z9781032524092q(pbk) a(OCoLC)1390707724 apcc00aLB2343.3200a378.1/98223/eng/202307151 aDunlap, Scotty,eauthor.10aHow to become a successful college student :bthe tools, habits, and skills needed to foster college readiness /cScotty Dunlap and Brian Dudak. aFirst edition. a2310 1aNew York :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"This book is your one-stop shop for the academic tools and habits needed to make your transition from high school to college a resounding success! The shift from high school to college can be a challenge, with many students finding the skills that had previously worked so well no longer seem to be enough. How to Become a Successful College Student outlines the strategies you need to 'level up' your current processes in order to foster learning and retention of information in a new and rigorous environment, while also addressing topics that affect your experience outside of the classroom, such as financial literacy and career preparation. Learn how to pick a major, the benefits of getting out of your comfort zone, how and when to ask for help, and much more. Each chapter ends with a reflective activity designed to assist in creating an overall strategy personalized to fit YOUR specific higher education and career needs. This guide is a must-have resource for anyone who wants to maximize their higher education experience"--cProvided by publisher. aAges 14-18 yearsbRoutledge. aGrades 10-12bRoutledge. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aCollege student orientation. 0aStudy skills. 0aCollege studentsxConduct of life. 0aCollege studentsxPsychology. 0aSuccess.1 aDudak, Brian,eauthor.08iPrint version:aDunlap, Scotty.tHow to become a successful college studentbFirst edition.dNew York : Routledge, 2024z9781032524092w(DLC) 2023021370 a92bPUL02045nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020003700177035002200214041001300236042000800249050001200257082002700269100004800296240003200344245007400376250002800450263000900478264004300487300002200530336002600552337002600578338003600604500023700640504004100877520022800918521003101146521003301177588010301210650003201313650003601345700003801381776015601419994001201575on1390707725OCoLC20230718213016.0m o d cr |||||||||||230706s2024 mnu job 000 0 eng  a 2023029557 aDLCbengerdacDLC a9798765627167q(epub) z9798765627136q(library binding) a(OCoLC)13907077251 aenghita apcc00aQK603.500a579.5223/eng/202307141 aStella, Gaia,d1982-eauthor,eillustrator.10aSe fossi un fungo.lEnglish10aIf I were a fungus /cGaia Stella ; translated by Nanette McGuinness. aFirst American edition. a2403 1aMinneapolis :bMillbrook Press,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"Story and art by Gaia Stella. Translated from the Italian by Nanette McGuinness. Se Fossi Un Fungo by Gaia Stella copyright © by Gaia Stella 2023. English-language translation copyright © 2024 by Nanette McGuinness"-- CIP galley. aIncludes bibliographical references. a"If you were a fungus, what would you do? Would you live in the mountains or the city? Or on some cheese?! Discover more in this colorful introduction to these surprisingly fascinating life-forms!"--cProvided by publisher. aAges 5-9bMillbrook Press. aGrades 2-3bMillbrook Press. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aFungivJuvenile literature. 0aMushroomsvJuvenile literature.1 aMcGuinness, Nanette,etranslator.08iPrint version:aStella, Gaia, 1982-tIf I were a fungusbFirst American edition.dMinneapolis : Millbrook Press, 2024z9798765627136w(DLC) 2023029556 a92bPUL00821nam a2200277 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050003000180100004900210245006100259250002300320264005400343300002400397336002600421337002800447338002700475490002900502994001200531on1390707726OCoLC20230718213016.0221019s2022 pe 000 1 spa  a 2023415478 aDLCbengerdacDLC a9786124142635 a6124142635 a(OCoLC)1390707726 apcc00aPQ8498.428.O379bP35 20221 aRodríguez Noriega, Gerald,d1984-eauthor.13aEl país de los errantes /cGerald Rodríguez Noriega. aPrimera edición. 1aPunchana, Iquitos, Perú :bTierra Nueva,c2022. a468 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Ukamara ;v1 a92bPUL00744nam a22002173u 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051003800155100004400193245010100237260003700338300002700375700005300402710005900455994001200514on1390707727OCoLC20230718213016.0230717s1685 ne 000 0 fre  a 2023769287 aDLCbengcDLC a(OCoLC)139070772700aBJ1672b.D8 1686 aBJ1672b.D8 1686cToinet no. 12181 aDufour, Philippe Sylvestre,d1622-1687.10aInstruction morale d'un père à son fils qui part pour un long voyagecpar Silvestre du Four. aAmsterdam,bAbr. Wolgang,c1685. ap.bfront.ccm. (12mo)1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01415nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020001800163020001500181020002700196020002500223035002200248042000800270050002000278082003200298100004100330245014700371263000900518264009100527300001300618336002600631337002800657338002700685504005100712520015800763650003800921650002200959700003600981994001201017on1390707995OCoLC20230718213016.0230516s2024 miu b 001 0 eng  a 2023023290 aDLCbengerdacDLC a9781540965998q(paperback) a1540965996 a9781540967305 a1540967301 z9781493444465q(ebook) z9781493444472q(pdf) a(OCoLC)1390707995 apcc00aBR44b.M47 202400a808.06/623223/eng/202307171 aMerkle, Benjamin L.,d1971-eauthor.10aChristian academic writing :btwelve practices and principles for becoming a successful writer /cBenjamin L. Merkle and Adrianne Cheek Miles. a2403 1aGrand Rapids, Michigan :bBaker Academic, a division of Baker Publishing Group,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This concise guide to writing in Christian academic settings offers practices and principles for becoming a successful writer"--cProvided by publisher. 0aChristian literaturexAuthorship. 0aAcademic writing.1 aMiles, Adrianne Cheek,eauthor. a92bPUL02244nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002500117020001500142020002500157020001500182020002500197020001500222035002200237042000800259050002700267082003100294245012300325250001900448263000900467264003600476300001300512336002600525337002800551338002700579504005100606505015300657520070600810650003001516650003201546650004201578700003801620776015201658994001201810on1390708030OCoLC20230718213016.0230307s2024 flu b 001 0 eng  a 2023009969 aDLCbengerdacDLC a9781032414775q(hbk) a1032414774 a9781032540818q(pbk) a1032540818 a9781003415060q(ebk) a1003415067 a(OCoLC)1390708030 apcc00aZA3086.5.C93bN49 202400a303.48/34223/eng/2023071700aNew perspectives in behavioral cybersecurity :bhuman behavior and decision-making models /cedted by Wayne Patterson. aFirst edition. a2309 1aBoca Raton :bCRC Press,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.2 aCybersecurity concerns in the work environment -- Cybersecurity threats to the individual -- Cybersecurity concerns in the home and work environment a"New Perspectives in Behavioral Cybersecurity offers direction for readers in areas related to human behavior and cybersecurity, by exploring some of the new ideas and approaches in this subject, specifically with new techniques in this field coming from scholars with very diverse backgrounds in dealing with these issues. It seeks to show an understanding of motivation, personality, and other behavioral approaches to understand cyberattacks and create cyberdefenses. This title is an ideal read for senior undergraduates, graduate students, and professionals in fields including ergonomics, human factors, human-computer interaction, computer engineering, and psychology"--cProvided by publisher. 0aBehavioral cybersecurity. 0aInternet usersxPsychology. 0aComputer networksxSecurity measures.1 aPatterson, Wayne,d1945-eeditor.08iOnline version:tNew perspectives in behavioral cybersecuritybFirst editiondBoca Raton : Taylor & Francis, 2024z9781003415060w(DLC) 2023009970 a92bPUL02475nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020003100163020002600194035002200220042000800242050002400250082003000274245012900304263000900433264009000442300001300532336002600545337002800571338002700599490002800626504005100654520089000705650001701595650004101612650006001653650002301713650006901736700003001805700004401835776016201879994001202041on1390708037OCoLC20230718213016.0230713s2023 cou b 001 0 eng  a 2023029001 aDLCbengerdacDLC a9781646425037q(paperback) a1646425030 z9781642151961q(adobe pdf) z9781642151978q(epub) a(OCoLC)1390708037 apcc00aLB1031.5b.R48 202300a371.39/4223/eng/2023071300aRethinking peer review :bcritical reflections on a pedagogical practice /cEdited by Phoebe Jackson and Christopher Weaver. a2309 1aFort Collins, Colorado :bThe WAC Clearinghouse; University Press of Colorado,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aPerspectives on writing aIncludes bibliographical references and index. a"Rethinking Peer Review: Critical Reflections on a Pedagogical Practice interrogates peer review, a foundational practice of writing instruction, from both practical and theoretical perspectives, provoking discussion and re-examination of this practice in light of changing demographics, new technologies, and changing goals and priorities among teachers and institutions. Though long considered an essential element in writing and writing-intensive courses, peer review continues to provoke questions and provide challenges for instructors and students. By questioning and clarifying the goals of peer review, the contributors to this edited collection demonstrate how peer review can inform and enhance student writing and learning. In doing so, Rethinking Peer Review offers a roadmap for revitalizing this critical practice for the 21st century classroom"--cProvided by publisher. 0aPeer review. 0aWritingxStudy and teaching (Higher) 0aEnglish languagexRhetoricxStudy and teaching (Higher) 0aCritical pedagogy. 0aEnglish languagexStudy and teaching (Higher)xForeign speakers.1 aJackson, Phoebe,eeditor.1 aWeaver, Christopher C.,d1962-eeditor.08iOnline version:tRethinking peer reviewdFort Collins, Colorado : The WAC Clearinghouse; University Press of Colorado, 2023z9781642151961w(DLC) 2023029002 a92bPUL00809nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051004500155100003800200245003800238260004200276300003600318650004700354650004200401700005300443710005900496994001200555on1390708071OCoLC20230718213016.0830107s1680 fr 000 0 fre  a 32005773  aDLCbengcDLC a(OCoLC)139070807100aBJ1602b.C3 1680 aBJ1602b.C3 1680 Copy 2cToinet no. 11901 aCaillières, Jacques de,d-1697.13aLa fortune des gens de qualité, aA Paris,bChez Claude Audinet,c1680. a6 p.bl., 347 p.c16 cm. (12mo) 0aCourts and courtiersvEarly works to 1800. 0aConduct of lifevEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02097nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001300270082003000283100002900313245003000342263000900372264008300381300002300464336002600487337002600513338003600539490002400575490002400599500008500623500002000708520054500728521003301273588010301306650005101409650003401460776015701494994001201651on1390708072OCoLC20230718213016.0m o d cr |||||||||||230705s2024 mnu jo 001 0 eng  a 2023029064 aDLCbengerdacDLC a9798889969471q(ebook) z9798889969457q(hardcover) z9798889969464q(paperback) a(OCoLC)1390708072 apcc00aLB1573.300a372.46/5223/eng/202307141 aHolmes, Kirsty,eauthor.10aFossils /cKirsty Holmes. a2401 1aMinneapolis, MN :bDecodables by Jump! are published by Jump! Library,c[2024] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLevel 11 - Lime set0 aDecodables by Jump! a"This edition is published by arrangement with Booklife Publishing"--T.p. verso. aIncludes index. a"Deep under our feet, our planet is full of history. Fossils can teach us a lot about Earth. Look inside to find out what fossils are, how they are formed, and where you can find real-life fossils! Fossils is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of readers that encourages reading development"--cProvided by publisher. aAges 7-10 yearsbJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aReadingxPhonetic methodvJuvenile literature. 0aReadersvJuvenile literature.08iPrint version:aHolmes, Kirsty.tFossilsdMinneapolis, MN : Decodables by Jump! are published by Jump! Library, [2024]z9798889969457w(DLC) 2023029063 a92bPUL01699nam a2200433 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003100124020002800155035002200183042000800205050002200213245015900235246004300394250002300437264005800460300004300518336002600561337002800587338002700615500002300642504006900665546001700734650001500751700004500766700004100811700004400852880015000896880002301046880005501069880004201124880004201166880004501208994001201253on1390708446OCoLC20230718213016.0230602s2023 ja a b 001 0 jpn  a 2022511973 aDLCbengerdacDLC c$1 a9784641174818q(paperback) a4641174814q(paperback) a(OCoLC)1390708446 apcc00aHM604b.S548 2023006880-01aShakaigaku no chikara :bsaijūyō gainen, meidaishū = Sociology : concepts and propositions /cTomoeda Toshio, Hama Hideo, Yamada Mamoru hen.31aSociology :bconcepts and propositions 6880-02aKaiteiban. 16880-03aTōkyō-to Chiyoda-ku :bYūhikaku,c2023. ax, 323 pages :billustrations ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aRevision of: 2017. aIncludes bibliographical references (pages 291-310) and indexes. aIn Japanese. 0aSociology.1 6880-04aTomoeda, Toshio,d1951-eeditor.1 6880-05aHama, Hideo,d1954-eeditor.1 6880-06aYamada, Mamoru,d1962-eeditor.006245-01a社会学の力 :b最重要概念・命題集 = Sociology : concepts and propositions /c友枝敏雄, 浜日出夫, 山田真茂留編. 6250-02a改訂版. 16264-03a東京都千代田区 :b有斐閣,c2023.1 6700-04a友枝敏雄,d1951-eeditor.1 6700-05a浜日出夫,d1954-eeditor.1 6700-06a山田真茂留,d1962-eeditor. a92bPUL03416nam a22004938i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002300151020001500174020002400189020002400213035002200237042000800259043001200267050001300279082003000292100003800322245007500360250002000435263000900455264005300464300002300517336002600540337002600566338003600592490003200628504005100660505020300711520151300914588010302427610003202530650002302562650003302585651005602618651002602674651005002700776016002750994001202910on1390708447OCoLC20230718213016.0m o d cr |||||||||||230712s2023 nyu ob 001 0deng  a 2023032478 aDLCbengerdacDLC a9780197622117q(e) a0197622119 z9780197622094q(pb) z9780197622087q(hb) a(OCoLC)1390708447 apcc aaw-----00aDS63.12300a320.9/56223/eng/202307131 aGelvin, James L.,d1951-eauthor.14aThe new Middle East :bwhat everyone needs to know /cJames L. Gelvin. aSecond edition. a2310 1aNew York, NY :bOxford University Press,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aWhat everyone needs to know aIncludes bibliographical references and index.2 aBefore the Deluge : The Middle East, 1945-2011 -- The Arab Uprisings and Their Fallout -- Things Fall Aparte Syria Imbroglio -- The Rise and Decline of ISIS -- Human Security in the New Middle East. a"In the second edition of The New Middle East: What Everyone Needs to Know, renowned Middle East scholar James L. Gelvin explains how in the aftermath of the collapse of the USSR, the American invasion of Iraq, and the Arab uprisings of 2010-11, a new Middle East has emerged. Syria, Libya, and Yemen have become "crisis states," where warlords vie against governments and each other. The economies of Iran, Turkey, and Lebanon, weakened by corruption, sanctions, and neoliberal economic policies, have imploded. Some states have doubled-down on repression, while others intervene in the internal affairs of their neighbors with impunity. The revised and expanded edition explores these hallmarks of the New Middle East, along with the end of American hegemony in the region, the expansion of "conflict zones," the continued centrality of the Saudi-Iranian competition, and the ramifications of the breakdown of the Israel-Palestine peace process. It also highlights the crisis of human security brought on by the COVID-19 pandemic, bad governance, stagnant economies, poor healthcare and educational delivery systems, climate change, food and water insecurity, population growth and imbalance, and the unprecedented displacement of populations. In a concise question-and-answer format, Gelvin outlines the social, political, and economic contours of the New Middle East, illuminating the current crisis in the region and exploring how it is likely to evolve in the decades to come"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.20aIS (Organization)xHistory. 0aArab Spring, 2010- 0aHuman securityzMiddle East. 0aMiddle EastxPolitics and governmenty21st century. 0aMiddle EastxHistory. 0aMiddle EastxForeign relationsy21st century.08iPrint version:aGelvin, James L., 1951-tNew Middle EastbSecond edition.dNew York, NY : Oxford University Press, [2023]z9780197622094w(DLC) 2023032477 a92bPUL00933nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192245005000215250004900265264003900314300002500353336002600378337002800404338002700432490004000459500002000499650002800519650002000547650002800567994001200595on1390708448OCoLC20230718213016.0230426s2023 sp 001 0 spa  a 2023417836 aDLCbengerdacDLC a9788418899867 a8418899867 a(OCoLC)1390708448 apcc ae-sp---00aKKT1629b.E34 202300aEjercicio profesional de la abogacía, 2023. aFecha de edición: 7 de septiembre de 2022. 1aMadrid :bFrancis Lefebvre,c2023. a1327 pages ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMemento práctico Francis Lefebvre aIncludes index. 0aPractice of lawzSpain. 0aLawyerszSpain. 0aProcedure (Law)zSpain. a92bPUL01444nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172043001200187050002500199100002800224245012000252246006800372264003900440300004000479336002600519337002800545338002700573500015100600504005700751600004800808650005200856651005100908651005100959651002801010650002001038994001201058on1390708550OCoLC20230718213016.0220602s2021 bl a b 000 0bpor  a 2022330434 aDLCbengerdacDLC a9786550610753 a6550610753 a(OCoLC)1390708550 alcodeapcc as-bl---00aF2551.A425bR45 20211 aReis, Sivaldo,eauthor.10aMaxwell Assumpção Alakija :ba trajetória e militância de um africano na Bahia (1871-1933) /cSivaldo Reis.30aTrajetória e militância de um africano na Bahia (1871-1933) 1aBelo Horizonte :bCaravana,c2021. a134 pages :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aOriginally presented as the author's thesis (master's)--Programa de Pós-Graduação em História Social, Universidade Federal da Bahia, 2020. aIncludes bibliographical references (pages 127-134).10aAlakija, Maxwell Assumpção,d1871-1933. 0aBlack peoplezBrazilzBahia (State)vBiography. 0aBahia (Brazil : State)xHistoryy18th century. 0aBahia (Brazil : State)xHistoryy19th century. 0aBrazilxRace relations. 0aRacismzBrazil. a92bPUL01052nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179050002800187100005700215245007700272264005800349300002200407336002600429337002800455338002700483500001100510880005500521880008900576880006100665994001200726on1390708551OCoLC20230718213016.0220417s2021 is 000 0 heb  a 2022504717 aDLCbengerdacDLC c(2 a9789657598986 a9657598982 a(OCoLC)1390708551 apcc00aPJ5055.12.B38bM33 20211 6880-01aʻAbed al Ḥaḳ, Moriyah Ḥayah,eauthor.106880-02aMa'ayan ha-deyo :bshirim /cMoriyah Ḥayah ʻAbed A-l Ḥaḳ. 16880-03a[Israel] :bHotsaʼat Piyuṭit,c781 = 2021. a83 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aPoems.1 6100-01aעבד א־ל חאק, מוריה חייה.106245-02aמעין הדיו :bשירים /cמוריה חייה עבד א־ל חאק. 16264-03a[Israel] :bהוצאת פיוטית,cתשפ"א. a92bPUL01241nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148035002200163042000800185050002600193082001200219100002700231245006100258263000900319264004500328300001300373336002600386336002800412337002800440338002700468521003700495521003800532520020900570650002600779655002600805700003600831994001200867on1390708552OCoLC20230718213016.0230717s2023 nyu b 000 1 eng  a 2023027197 aDLCbengerdacDLC a9781592703838q(hardcover) a1592703836 a(OCoLC)1390708552 apcc00aPZ7.1.H36365bWh 202300a[E]2231 aHandy, Bruce,eauthor.10aWhat if one day... /cBruce Handy, Ashleigh Corrin Webb. a2309 1aNew York :bEnchanted Lion Books,c2023. apages cm atextbtxt2rdacontent astill image2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aAges 4-12bEnchanted Lion Books. aGrades 2-3bEnchanted Lion Books. aConsiders how our world would change and how we would feel if it lacked birds, water, plants, bugs or people--and wonders what makes our world what it is and if all we need is already here in front of us. 1aMindfulnessvFiction. 7aPicture books.2lcgft1 aCorrin, Ashleigh,eillustrator. a92bPUL00784nam a22002415i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245010600214264004900320300003900369336002600408337002800434338002700462504004100489994001200530on1390708553OCoLC20230718213016.0230717s2022 enka b 000 0 eng  a 2023318321 aDLCbengerdacDLC a(OCoLC)1390708553 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aIndia's war crimes in Kashmir :bviolence, dissent and the war on terror /ceditor Tahirah Amatullah. 1aLondon :bStoke White Investigations,c2022. a40 pages :billustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. a92bPUL03151nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002500191020002500216035002200241042000800263043001200271050001100283082003500294245026900329250001900598263000900617264003400626300002200660336002600682337002600708338003600734504005100770520122600821588010302047650006602150650004402216650006202260650006002322650004402382700002902426700003002455700002902485776014302514994001202657on1390708569OCoLC20230718213016.0m o d cr |||||||||||230606s2024 nyu ob 001 0 eng  a 2023014237 aDLCbengerdacDLC a9781003219750q(ebk) a1003219756 z9781032113999q(hbk) z9781032114019q(pbk) a(OCoLC)1390708569 apcc an-us---00aLB280600a371.2/0110973223/eng/2023071400aAdministrative leaders and school counselors :bbuilding on theories, standards, and experiences for optimal mental health collaboration /cedited by Lisa A. Wines, Ph.D., LPC-S, CSC, Judy A. Nelson, Ph.D., LPC-S, CSC, and Natalie Fikac, Ed.D., CSC, SMART, CDTLF . aFirst edition. a2309 1aNew York :bRoutledge,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This practice-based text offers a roadmap to optimal collaboration for all school leaders - including counselors, superintendents, principals, and university faculty - to provide the best mental health outcomes for students. Administrative Leaders and School Counselors is a timely publication that creatively and cohesively authenticates the relationship between administrative leaders and school counselors. In order to systemically promote mental health consciousness and considerations for school counselors as practitioners and in training, collaboration among school leaders is essential for comprehensive school counseling programs, practices, funding, partnerships, and services designed for students. The first to feature perspectives from a diverse set of leadership positions in schools, the book provides individuals with exposure to educational leadership models and decisions that impact the roles of school counselors. The book will appeal to faculty who are teaching and training those who are or will ultimately be working as professional school counselors, counseling psychologists, or educational leaders such as principals, directors, department chairs, and superintendents"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducational leadershipzUnited StatesxPsychological aspects. 0aStudentsxMental healthzUnited States. 0aSchool psychologistsxIn-service trainingzUnited States. 0aStudent counselorsxIn-service trainingzUnited States. 0aGroup work in educationzUnited States.1 aWines, Lisa A.,eeditor.1 aNelson, Judy A.,eeditor.1 aFikac, Natalie,eeditor.08iPrint version:tAdministrative leaders and school counselorsbFirst edition.dNew York : Routledge, 2024z9781032113999w(DLC) 2023014236 a92bPUL02922nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257050002500265082003000290100002800320245011600348250001900464263000900483264003800492300001300530336002600543337002800569338002700597504005100624520163200675650003602307700003302343776014802376994001202524on1390708576OCoLC20230718213016.0230717s2024 nyu b 001 0 eng  a 2023028268 aDLCbengerdacDLC a9781032429755q(hardback) a1032429755 a9781032429748q(paperback) a1032429747 z9781003365136q(ebook) a(OCoLC)1390708576 apcc00aHF5415.35b.B37 202400a658.8007223/eng/202307171 aBarkas, Linda,eauthor.10aMarketing skills in practice :bdeveloping a successful marketing career /cLinda Barkas and Yvonne Dixon-Todd. aFirst edition. a2311 1aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"Based around research into marketing education and marketing practice, Marketing Skills in Practice: Developing a Successful Marketing Career helps students embarking on their career to develop their professional identity, as well as the key skills required by employers in the industry. Divided into four core sections, the book begins with an overview of the field of marketing. Section two shows students how to relate practice to their own transferable skills, while section three gives students the opportunity to consider how they lead, develop, and manage within marketing. Section four provides students with the opportunity to reflect on their own learning and identify what knowledge and skills they have enhanced for their future careers. Fundamentally, the book identifies the key skills required in the marketing industry whilst also addressing the challenge of developing a career in leading and managing in a marketing context. Theoretical aspects are applied through real-life cases, practical examples and a themed case study, coupled with tasks that allow students to test and apply their knowledge to a workplace scenario, all of which are adaptable for hybrid teaching methods. Unique in its focus on employability, this text is suitable for all marketing students embarking on a career in the field, and particularly as core reading for any modules based on Marketing in Practice and Professional Development. Online resources include PowerPoint slides for lecturers and an instructor's manual, which includes lesson plans, tasks, suggested answers, and a test bank with answers"--cProvided by publisher. 0aMarketingvVocational guidance.1 aDixon-Todd, Yvonne,eauthor.08iOnline version:aBarkas, Linda.tMarketing skills in practicebFirst edition.dNew York, NY : Routledge, 2024z9781003365136w(DLC) 2023028269 a92bPUL01825nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020004100192035002200233042000800255050001100263082003000274245011200304263000900416264003900425300002300464336002600487337002600513338003600539490002500575504005100600520029300651588010300944650003101047650002801078650001501106650001401121700003901135700003001174700004401204776011901248994001201367on1390708632OCoLC20230718213016.0m o d cr |||||||||||230622s2023 mdu ob 001 0 eng  a 2023026882 aDLCbengerdacDLC a9781666917062q(epub) a1666917060 z9781666917055q(cloth ;qalk. paper) a(OCoLC)1390708632 apcc00aLC156700a378.0082223/eng/2023071500aFeminist mentoring in academia /cedited by Jessica A. Pauly, Stevie M. Munz, Leandra Hinojosa Hernández. a2309 1aLanham :bLexington Books,c[2023] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aCommunicating gender aIncludes bibliographical references and index. a"Feminist Mentoring in Academia offers a collection of auto-ethnographic and research-based accounts of support, struggle, and resilience from the ivory tower. Scholars of communication, feminist studies, and sociology will find this book of particular interest"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomen in higher education. 0aMentoring in education. 0aMentoring. 0aFeminism.1 aPauly, Jessica A.,d1985-eeditor.1 aMunz, Stevie M.,eeditor.1 aHernández, Leandra Hinojosa,eeditor.08iPrint version:tFeminist mentoring in academiadLanham : Lexington Books, [2023]z9781666917055w(DLC) 2023026881 a92bPUL01627nam a22004578i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082001200284100002800296245008500324263000900409264004300418300002300461336002600484337002600510338003600536490002000572500002000592520013100612521002800743588010300771650002000874650002000894650001900914655002700933655002600960700003500986776013601021994001201157on1390708633OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mnu bo 001 1 eng  a 2023029077 aDLCbengerdacDLC a9798889969716q(ebook) z9798889969693q(hardcover) z9798889969709q(paperback) a(OCoLC)1390708633 apcc00aPZ7.A895200a[E]2231 aAtwood, Megan,eauthor.10aNando the newt feels nervous /cby Megan Atwood ; illustrated by Carissa Harris. a2401 1aMinneapolis, MN :bJump!, Inc.,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aForest feelings aIncludes index. aWhen Nando the newt loses his tail during dance practice, he worries it will not grow back in time for the forest talent show. aAges 7-10.bJump!, Inc. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 1aWorryvFiction. 1aNewtsvFiction. 1aTailvFiction. 7aAnimal fiction.2lcgft 7aPicture books.2lcgft1 aHarris, Carissa,eillustrator.08iPrint version:aAtwood, Megan.tNando the newt feels nervousdMinneapolis, MN : Jump!, Inc., 2024z9798889969693w(DLC) 2023029076 a92bPUL01389nam a22003498i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002700163035002200190042000800212050002500220082001500245100002900260245003900289263000900328264005000337300001300387336002600400337002800426338002700454520034700481650001500828650003400843650001600877776013400893994001201027on1390708679OCoLC20230718213016.0230713s2023 mau 000 0 eng  a 2023019621 aDLCbengerdacDLC a9781635866643q(paperback) a1635866642 z9781635866650q(ebook) a(OCoLC)1390708679 apcc00aBF575.G68bN447 202300a179/.92231 aNelson, Kristi,eauthor.10aWake up grateful /cKristi Nelson. a2310 1aNorth Adams, MA :bStorey Publishing,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a"In Wake Up Grateful, Kristi Nelson, executive director of A Network for Grateful Living, unlocks the path to recognizing abundance in every moment, no matter the moment. With questions for reflection, daily exercises, and perspective prompts, Nelson introduces readers to the benefits of a daily gratitude practice"--cProvided by publisher. 0aGratitude. 0aGratitudexReligious aspects. 0aWell-being.08iOnline version:aNelson, Kristi.tWake up gratefuldNorth Adams, MA : Storey Publishing, [2023]z9781635866650w(DLC) 2023019622 a92bPUL00840nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245003800259264004000297300001400337336002600351337002800377338002700405490001900432500003800451500002100489546001600510994001200526on1390708680OCoLC20230718213016.0230717s2023 ii 000 0 beno  a 2023341572 aDLCbengerdacDLC a9789392722301 a9392722303 aI-B-2023-341572; 09 a(OCoLC)1390708680 bLibrary of Congress -- New Delhi Overseas Office alcode00aAgniniraya /cKausika Majumadara. 1aKalakātā :bBuka Pharma,c2023. a247 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMyasana sirija a"Myasana sirijera antima khanda." aDetective novel. aIn Bengali. a92bPUL01574nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002700117020001500144020002700159035002200186042000800208043001200216050002600228082003100254100003600285245010800321263000900429264004300438300001300481336002600494337002800520338002700548504005100575520014400626630003100770650003500801650004600836650005000882650005200932700003900984776012901023994001201152on1390708722OCoLC20230718213016.0230714s2024 ctu b 001 0 eng  a 2023029678 aDLCbengerdacDLC a9781493079179q(cloth) a1493079174 z9781493079186q(ebook) a(OCoLC)1390708722 apcc an-us---00aPN1997.D327bC73 202400a791.43/72223/eng/202307171 aCraig, David Randolph,eauthor.10aApocalypse television :bhow The day after helped save the world /cDavid Craig ; foreword by Bob Iger. a2311 1aEssex, Connecticut :bApplause,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"Apocalypse Television features a dramatic insider's account of the making of and backlash against The Day After"--cProvided by publisher.00aDay after (Motion picture) 0aApocalypse in motion pictures. 0aMotion picturesxInfluencevCase studies. 0aScience fiction filmsxHistory and criticism. 0aNuclear warfarexSocial aspectszUnited States.1 aIger, Robert,ewriter of foreword.08iOnline version:aCraig, David.tApocalypse televisiondEssex, Connecticut : Applause, 2024z9781493079186w(DLC) 2023029679 a92bPUL00833nam a22002777i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150037001400172042001000186100003300196245010700229264004600336300002400382336002600406337002800432338002700460490003200487500002400519994001200543on1390708723OCoLC20230718213016.0230717s2019 tu 000 1 tur  a 2023360165 aDLCbengerdacDLC a9786052350102 a6052350105 a(OCoLC)1390708723 c10.00 USD alcode1 aKalaycı, Bülent,eauthor.10aHadi gel Anadolu'ya geçelim :bMustafa Kemal ve prenses Mevhibe Celalettin /cDr. Bülent Kalaycı. 1aİstanbul :bTogan Yayıncılık,c2019. a152 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aTogan Yayıncıları ;v231 aBiographical novel. a92bPUL02048nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228050002300236082003000259100004800289245005200337263000900389264006700398300001400465336002600479337002800505338002700533490003200560500002000592505017600612520041500788521004301203521004501246650005201291650003901343650007701382776016701459994001201626on1390708760OCoLC20230718213016.0230707s2024 mnu j 001 0ceng  a 2023030997 aDLCbengerdacDLC a9798889163565q(hardcover) a9798889163619q(paperback) z9798889163657q(ebook) a(OCoLC)1390708760 apcc00aTP369.5b.P45 202400a664.0092223/eng/202307171 aPhillips-Bartlett, Rebecca,d1999-eauthor.10aFood inventors /cby Rebecca Phillips-Bartlett. a2401 1aMinneapolis, Minnesota :bBearport Publishing Company,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBrilliant people, big ideas aIncludes index.0 aBig ideas -- Nicolas Appert -- James Mease -- Nancy Johnson -- William Morrison -- George Washington Carver -- Otto Frederick Rohwedder -- Rose Totino -- The Hall of Fame. a"What is your favorite food? Do you know the first person to make this tasty treat or yummy meal? From tasty frozen pizzas to colorful cotton candy, who do we have to thank for our favorite food inventions? Follow along with engaging illustrations, captivating photos, and fun text to learn all about the chefs, scientists, and food inventors who were brilliant people with big ideas"--cProvided by publisher. aAges 6-8bBearport Publishing Company. aGrades 2-3bBearport Publishing Company. 0aFood engineersvBiographyvJuvenile literature. 0aFood sciencevJuvenile literature. 0aFood industry and tradexTechnological innovationsvJuvenile literature.08iOnline version:aPhillips-Bartlett, Rebecca, 1999-tFood inventorsdMinneapolis, Minnesota : Bearport Publishing Company, [2024]z9798889163657w(DLC) 2023030998 a92bPUL01015nam a22002897i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150100003700172245011100209250001800320264007500338300002200413336002600435337002800461338002700489546002000516504005500536653007700591700004500668994001200713on1390708761OCoLC20230718213016.0230713s2017 rb b 000 0 srp  a 2023450790 aDLCbengerdacDLC a9788662750754 a8662750753 a(OCoLC)13907087611 aMosić, Dijana,d1981-eauthor.10aKonačno dimenzionalni vektorski prostori :bzadaci i problemi /cDijana Mosić, Dragan S. Đorđević. aPrvo izdanje. 1aNiš :bUniverzitet u Nišu, Prirodno-matematički fakultet,c2017. a94 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aSerbianbLatin. aIncludes bibliographical references (pages 93-94). aVector spacesaMatrix analytic methodsaLinear algebra practice problems1 aĐorđević, Dragan S.,d1970-eauthor. a92bPUL00979nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192100003800215245008700253264005500340300004200395336002600437337002800463338002700491490001400518504005100532650004200583650002800625994001200653on1390708804OCoLC20230718213016.0220712s2022 po b 000 0 por  a 2022406137 aDLCbengerdacDLC a9789725408421 a972540842X a(OCoLC)1390708804 apcc ae-po---00aKKQ3090b.G36 20221 aGama, João Taborda da,eauthor.10aRegular e proteger :bpor uma nova política de drogas /cJoão Taborda da Gama. 1aLisboa :bUniversidade Católica Editora,c[2022] a54 pages, 1 unnumbered page ;c17 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aArgumento aIncludes bibliographical references (page 55). 0aDrugsxLaw and legislationzPortugal. 0aDrug controlzPortugal. a92bPUL02809nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277050001500285082002700300245010100327263000900428264005700437300002200494336002600516337002600542338003600568504005100604505054500655520075801200588010301958650005602061650006002117700003602177776017402213994001202387on1390708805OCoLC20230718213016.0m o d cr |||||||||||230705s2023 pau ob 001 0 eng  a 2023022598 aDLCbengerdacDLC a9781668488478q(ebook) a1668488477 z9781668488461q(hardcover) z9781668488508q(paperback) a(OCoLC)1390708805 apcc00aQA76.9.A2500a005.8223/eng/2023071700aCyber security policies and strategies of the world's leading states /cedited by Nika Chitadze. a2309 1aHershey, PA :bInformation Science Reference,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index.0 aVirtual threats and asymmetric military challenges / C.V. Suresh Babu, Akshara PM -- China's cyber security policy and the democratic world / Irakli Kervalishvili -- The fifth space of military action and confrontation / Nika Chitadze -- Framework for detection of cyberbullying in text data using natural language processing and machine learning / C.V. Suresh Babu, Kowsika S, Sai Tejaswi M, Janarakshani T R, Mercysha Princy S -- The role and place of cyber warfare and cyber security in the world : past, present, future / Nika Chitadze. a"This book is essential for government officials, academics, researchers, NGO representatives, mass-media representatives, business sector representatives, and students interested in cyber warfare, cyber security, information security, defense and security, and world political issues. With its comprehensive coverage of cyber security policies and strategies of the world's leading states, it is a valuable resource for those seeking to understand the evolving landscape of cyber security and its impact on global politics. It aims to identify, prevent, reduce, and eliminate existing threats and provide readers with a comprehensive understanding of cyber security policies and strategies used by leading countries worldwide"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aComputer securityxGovernment policyvCase studies. 0aCyberspace operations (Military science)vCase studies.1 aChitadze, Nika,d1969-eeditor.08iPrint version:tCyber security policies and strategies of the world's leading statesdHershey, PA : Information Science Reference, 2023z9781668488461w(DLC) 2023022597 a92bPUL03570nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284070002300295082003100318100002700349245011600376263000900492264003800501300002300539336002600562337002600588338003600614490003500650504005100685520185100736588010302587650001402690650003502704650003602739650002502775650003202800700002902832776017902861830003603040994001203076on1390708821OCoLC20230718213016.0m o d cr |||||||||||230420s2024 nyu ob 001 0 eng  a 2023018957 aDLCbengerdacDLC a9781003404408q(ebook) a1003404405 z9781032508443q(hardback) z9781032519128q(paperback) a(OCoLC)1390708821 apcc00aHD15210 aHD1521b.T552 202400a305.5/633223/eng/202307171 aTilzey, Mark,eauthor.10aPeasants, capitalism, and imperialism in an age of politico-ecological crisis /cMark Tilzey and Fraser Sugden. a2309 1aNew York, NY :bRoutledge,c2024. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aEarthscan food and agriculture aIncludes bibliographical references and index. a"In this companion volume to Peasants, Capitalism, and the Work of Eric R Wolf: Reviving Critical Agrarian Studies, the authors further develop their thinking on agrarian transitions to capitalism, the development of imperialism, and the place of the peasantry in these dynamics, with special reference to the global South in an era of politico-ecological crisis. This book seeks to elaborate further the authors' approach to the agrarian question, utilising a new theoretical approach to understand the dynamics of the peasantry, and peasant resistance, in relation to capitalism, state, class, and imperialism in the global South. Focusing on the political role of the peasantry in contested transitions to capitalism and to modes of production beyond capitalism, the book contends that an understanding of these dynamics requires an analysis of class struggle and of the resources, material and discursive, that different classes can bring to bear on this struggle. The book focuses on the rise of capitalism in the global South within the context of imperial subordination to the global North, and the place of the peasantry in shaping and resisting these dynamics. The book presents case studies of contested transitions to agrarian capitalism in Bolivia, Ecuador, Guatemala, Mexico, Peru, and South Asia. It also examines the case of transition to a post-capitalist mode of production in Cuba. The book concludes with an assessment of the nature of capitalism and imperialism within the contemporary politico-ecological crisis, and the potential role of the peasantry as agent of emancipatory change towards social and environmental sustainability. This book will be of great interest to students and researchers in the areas of peasant studies, rural politics, agrarian studies, development and political ecology"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aPeasants. 0aAgriculturexEconomic aspects. 0aAgriculture and statexHistory. 0aCapitalismxHistory. 0aCapitalismxSocial aspects.1 aSugden, Fraser,eauthor.08iPrint version:aTilzey, Mark.tPeasants, capitalism, and imperialism in an age of politico-ecological crisisdNew York, NY : Routledge, 2024z9781032508443w(DLC) 2023018956 0aEarthscan food and agriculture. a92bPUL01599nam a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124035002200142042000800164043001200172050002700184100004800211245012700259246003500386250002200421264005100443300004600494336002100540337002500561338002300586504006200609650006200671650005300733650006600786650006800852880004000920880011300960880003701073880002001110880004701130994001201177on1390708822OCoLC20230718213016.0230519s2022 ko a b 001 0 kor  a 2023424885 aDLCbengerdacDLC c$1 a9791156374374 a(OCoLC)1390708822 apcc aa-ko---00aQK99.K627bP33457 20221 6880-01aPak, Chong-ch'ŏl,d1955-eauthor.106880-02aTongŭi pogam uri yakch'o wa yakchae :b214-chong yakch'o wa 188-chong yakchae /ckŭl, sajin Pak Chong-ch'ŏl.306880-03aUri yakch'o wa yakchae 6880-04aCh'op'an. 16880-05aSŏul-si :bP'urŭn Haengbok,c2022. a800 pages :bcolor illustrations ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (page 782) and index. 0aMedicinal plantszKorea (South)vHandbooks, manuals, etc. 0aMedicinal plantszKorea (South)vIdentification. 0aMateria medica, VegetablezKorea (South)vHandbooks, manuals, 0aHerbsxTherapeutic usezKorea (South)vHandbooks, manuals, etc.1 6100-01a박 종철,d1955-eauthor.106245-02a동의 보감 우리 약초 와 약재 :b214종 약초 와 188종 약재 /c글, 사진 박 종철.306246-03a우리 약초 와 약재 6250-04a초판. 16264-05a서울시 :b푸른 행복,c2022. a92bPUL01624nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020003700177020003100214035002200245042000800267050001400275082002900289100002800318245004400346263000900390264004800399300002300447336002600470337002600496338003600522490006600558500002000624520021000644521003500854521003700889588010300926650003701029776013601066994001201202on1390708841OCoLC20230718213016.0m o d cr |||||||||||230710s2025 mnu jo 001 0 eng  a 2023031818 aDLCbengerdacDLC a9798765634561q(epub) z9798765626269q(library binding) z9798765629291q(paperback) a(OCoLC)1390708841 apcc00aQL737.C2200a599.775223/eng/202307171 aPeters, Katie,eauthor.10aArctic fox on the move /cKatie Peters. a2408 1aMinneapolis :bLerner Publications,c[2025] a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLet's look at polar animals (pull ahead readers - nonfiction) aIncludes index. a"Arctic foxes are busy little creatures. Leveled text and full-color photographs help support learning about these active animals. Pairs with the fiction title, Frosty's Snow Day"--cProvided by publisher. aAges 4-7bLerner Publications. aGrades K-1bLerner Publications. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aArctic foxvJuvenile literature.08iPrint version:aPeters, Katie.tArctic fox on the movedMinneapolis : Lerner Publications, [2025]z9798765626269w(DLC) 2023031817 a92bPUL00918nam a22002773 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112043001200134050001500146051003700161051003900198100004200237245001700279260003200296300004400328650005100372650003500423651005800458700005300516710005900569994001200628on1390708857OCoLC20230718213016.0831201s1661 fr 000 0 eng  a 10016891  aDLCbengcDLC a(OCoLC)1390708857 ae-fr---00aJC381b.S5 aJC381b.S5 Copy 2cAnother copy. aJC381b.S5 Copy 3cToinet no. 12071 aSenault, Jean-François,d1601-1672.13aLe monarqve. aParis,bP. Le Petit,c1661. a18 p.l., 514, [2] p.c26 x 19 cm. (8vo) 0aKings and rulersxDutiesvEarly works to 1800. 0aMonarchyvEarly works to 1800. 0aFrancexPolitics and governmentvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00932nam a2200277 a 4500001001300000003000600013005001700019008004100036010001700077040001800094066000700112035002200119050001600141100003000157245008300187260005500270300005100325490003600376500002300412650001300435880002600448880008700474880005000561880003100611994001200642on1390708872OCoLC20230718213016.0851119s1967 ja af 000 0 jpn  a 78806720  aDLCbengcDLC c$1 a(OCoLC)139070887200aTT870b.T351 6880-01aTakehara, Seisen.106880-02aOrigami zensho :bdare demo oreru 260-shu /c[chosha Takehara Seisen]. 6880-03aTōkyō :bKin'ensha,cShōwa 42 [1967] a286 p., [2] leaves of plates :bill. ;c19 cm.0 6880-04aJitsuyō hyakka sensho aColophon inserted. 0aOrigami.1 6100-01a竹原聖千.106245-02aおりがみ全書 :bだれでも折れる260種 /c[著者竹原聖千]. 6260-03a東京 :b金園社,c昭和42 [1967]0 6490-04a実用百科選書 a92bPUL01757nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285050001100293082002700304100003300331245011700364263000900481264005500490300002200545336002600567337002600593338003600619504005100655520018300706588010300889650004600992650003401038650002001072650003201092700003201124776014301156994001201299on1390708873OCoLC20230718213016.0m o d cr |||||||||||230714s2024 mau ob 001 0 eng  a 2023015941 aDLCbengerdacDLC a9780262377942q(pdf) a0262377942 a9780262377959q(epub) a0262377950 z9780262048866q(hardcover) a(OCoLC)1390708873 apcc00aHD605300a331.4223/eng/202111171 aArmstrong, Mary A.,eauthor.10aDisparate measures :bthe intersectional economics of women in STEM work /cMary A. Armstrong, Susan L. Averett. a2402 1aCambridge, Massachusetts :bThe MIT Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"A quantitative look at labor market outcomes for women in STEM along multiple dimension of identity, including race, disability, immigrant status, etc"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWomenxEmploymentxHistoryy21st century. 0aWomen scientistsxEmployment. 0aWomen's rights. 0aDiversity in the workplace.1 aAverett, Susan L.,eauthor.08iPrint version:aArmstrong, Mary A.tDisparate measuresdCambridge, Massachusetts : The MIT Press, [2024]z9780262048866w(DLC) 2023015940 a92bPUL02148nam a22004098i 4500001001300000003000600013005001700019008004100036010001700077040002800094020003100122020001500153020002700168035002200195042000800217050002400225070002400249082003300273100002900306245010900335250001700444263000900461264005000470300001300520336002600533337002800559338002700587504005100614505026500665520054100930530002701471650003301498650002201531650002501553776014801578994001201726on1390708874OCoLC20230718213016.0230525s2023 mau b 001 0 eng  a 2023024732 aDNAL/DLCbengerdacDLC a9781635867633q(paperback) a1635867630 z9781635867640q(ebook) a(OCoLC)1390708874 apcc00aRM666.D26bM37 20230 aRM666.D26bM37 202300a615.3/23983223/eng/202307171 aMars, Brigitte,eauthor.10aDandelion medicine :bforage, feast, and nourish yourself with this extraordinary weed /cBrigitte Mars. a2nd edition. a2310 1aNorth Adams, MA :bStorey Publishing,c[2023] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.00g1. -- Thetvirtues of the dandelion --g2. --tCollecting, growing, and harvesting --g3. --tTraditional uses of dandelion medicine --g4. --tDandelion's medicinal properties --g5. --tMaking and using dandelion medicines --g6. --tCooking with dandelions. a"Dandelion Medicine, 2nd Edition is a colorful dive into the many creative uses of dandelions for food and medicine. From dandelion root "coffee" to dandelion flower cookies, there are dozens of delicious ways to use the plant in food, and all parts of the dandelion are medicinal in a variety of ways. In addition to providing ideas for ways to use the plant, the author also shares some of the history and lore surrounding the dandelion, creating a book that is both a practical guide and a fascinating read"--cProvided by publisher. aAlso available online. 0aDandelionsxTherapeutic use. 0aCooking (Flowers) 0aWild plants, Edible.08iOnline version:aMars, Brigitte.tDandelion medicineb2nd edition.dNorth Adams, MA : Storey Publishing, 2023z9781635867640w(DLC) 2023024733 a92bPUL00746nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001800134051004200152100004900194245004800243260004500291300004000336650001600376700005300392710005900445994001200504on1390708886OCoLC20230718213016.0810826s1688 fr 000 0 fre  a 32007845  aDLCbengcDLC a(OCoLC)139070888600aBJ1533.F8bP6 aBJ1533.F8bP6 Copy 2cToinet no. 11831 aPortes, XX,dactive 1688. [from old catalog]13aLe caractere d'un veritable et parfiat amy. aA Paris,bChez Jacques Le Febvre.c1688. a6 p.l., 167, [11] p.c15 cm. (12mo) 0aFriendship.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01309nam a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003100124020002800155035002200183042000800205043001200213050002400225100004700249245008000296246002300376250002300399264006600422300003200488336002600520337002800546338002700574504005300601546001700654650004200671880004200713880007400755880002100829880006100850994001200911on1390708887OCoLC20230718213016.0230530s2023 ja b 001 0 jpn  a 2022511913 aDLCbengerdacDLC c$1 a9784502445613q(hardcover) a4502445614q(hardcover) a(OCoLC)1390708887 apcc aa-ja---00aKNX3550b.M598 20231 6880-01aMizuno, Tadatsune,d1951-eauthor.106880-02aTaikei sozeihō =bThe theory of taxation /cMizuno Tadatsune cho.31aTheory of taxation 6880-03aDai 4-han. 16880-04aTōkyō-to Chiyoda-ku :bChūō Keizaisha,c2023. aii, 23, 1245 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and indexes. aIn Japanese. 0aTaxationxLaw and legislationzJapan.1 6100-01a水野忠恒,d1951-eauthor.106245-02a大系租稅法 =bThe theory of taxation /c水野忠恒著. 6250-03a第4版. 16264-04a東京都千代田区 :b中央経済社,c2023. a92bPUL02865nam a22003618i 4500001001300000003000600013005001700019008004100036010001700077040002500094020003000119020001500149020002600164035002200190042000800212050002400220082002500244100004700269245009400316263000900410264005300419300001300472336002600485337002800511338002700539520145400566504005102020505023902071650001102310650001502321776015502336994001202491on1390708888OCoLC20230718213016.0230708s2024 nyu b 001 0 eng  a 2023022736 aLBSORbengerdacDLC a9780197544594q(hardback) a0197544592 z9780197544617q(epub) a(OCoLC)1390708888 apcc00aBJ1535.F3bL57 202400a205223/eng/202307171 aLippert-Rasmussen, Kasper,d1964-eauthor.14aThe beam and the mote :bon blame, standing, and normativity /cKasper Lippert-Rasmussen. a2311 1aNew York, NY :bOxford University Press,c[2024] apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier a""Thou hypocrite, first cast out the beam out of thine own eye; and then shalt thou see clearly to cast out the mote out of thy brother's eye" (Matthew 7:3-5), says the Bible. The "porridge-pot calls the kettle black-arse," says the non-religious proverb, making its first known literary appearance in Cervantes' (2008, 736) Don Quixote. Both sayings point to the same deep fact about the nature of blame-i.e., that blame is interpersonal in that there is something problematic about one person blaming another when the blamer's faults are similar (the pot is black too) or even greater (one would rather have a mote than have a beam in one's eye). Such blaming is hypocritical and, typically, we see ourselves as entitled to dismiss any hypocritical blame that is directed at us. In fact, we often react quite strongly to being subjected to hypocritical blame. When we dismiss hypocritical blame, we might not deny that we have done something blameworthy (though, of course, we might). Accordingly, nor need we think that we would be entitled to dismiss blame from those who have a better moral record than our blamer. After all, those who dismiss their hypocritical brother's blame in the biblical saying do have a mote in their eye. Some think this renders our typical responses to hypocritical blame puzzling. If we have done something blameworthy, should not others-even people worse than us-be in a position to blame"--cProvided by publisher. aIncludes bibliographical references and index.0 aHypocritical blame -- Complications and defeaters of standing -- What, if anything, makes hypocritical blame morally wrong? -- Other ways of not having standing to blame -- Praising -- Forgiving -- Morality, normativity, and standing. 0aBlame. 0aHypocrisy.08iOnline version:aLippert-Rasmussen, Kasper, 1964-tBeam and the motedNew York, NY : Oxford University Press, [2024]z9780197544617w(DLC) 2023022737 a92bPUL01307nam a22003131 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112043001200134050001700146051003400163100008500197245022200282260004900504300005100553500003800604500005500642500003100697600004300728610003300771650002200804651004300826700005300869710005900922994001200981on1390708889OCoLC20230718213016.0831028s1693 fr 000 0 fre  aca 31001133  aDLCbengcDLC a(OCoLC)1390708889 ae-fr---00aDC130.L7bL5 aDC130.L7bL5cToinet no. 12041 aL'Hérault de Lionnière, Thomas Armand,dactive 1692-1703. [from old catalog]10aPanegyrique ou Portrait de monseigneur le dauphin,boù l'on voit les caracteres des generaux françois, & ce qui s'est passé depuis la declaration de la guerre jusqu'à present.cPar m. l'abbé de Lionniere ... aA Paris,bChez Martin Jouvenel.cM.DC.XCIII. a9 p.l., 424 (i.e. 422), [16] p.c16 cm. (12mo) aError in paging: 336-337 omitted. aDedicatory epistle signed: L'Herault de Lionniere. a"Ex bibliotheca R. Toinet"00aLouis,cDauphin of France,d1661-1711.10aFrance.bArméexBiography. 0aGeneralszFrance. 0aFrancexHistoryyLouis XIV, 1643-1715.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00802nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002400134051004800158100004400206240001400250245003000264250001600294260005600310300001800366700004000384700005300424710005900477994001200536on1390708890OCoLC20230718213016.0810331s1658 fr 000 0 fre  a 31028873  aDLCbengcDLC a(OCoLC)139070889000aPQ1713.A8bA2 1658a aPQ1713.A8bA2 1658a Copy 2cToinet no. 12001 aBalzac, Jean-Louis Guez de,d1597-1654.10aAristippe10aAristippe, ov De la covr. aSeconde ed. aImprimé à Rouen et Paris,bAug. Courbéc1658. ap. cm. (12mo)1 aConrart, Valentin,d1603-1675,eed.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL02607nam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003700193035002200230041001300252042000800265050001100273082003000284100004600314240004900360245014700409250002400556263000900580264004900589300002200638336002600660337002600686338003600712500005600748500014200804520059500946588010301541600006001644650003501704650003601739650002901775650003301804650002701837700003601864700003401900776015501934994001202089on1390708982OCoLC20230718213016.0m o d cr |||||||||||230526s2023 vtu o 000 0 eng  a 2023024689 aDLCbengerdacDLC a9781591435013q(ebook) a1591435013 z9781591435006q(trade paperback) a(OCoLC)13907089821 aenghita apcc00aBS248500a226/.092223/eng/202307140 aMary Magdalene,cSaint (Spirit),eauthor.10aNuova Coscienza di Maria Maddalena.lEnglish14aThe Magdalene frequency :bbecome the love you are, not the love you seek /c[channeled through] Adele Venneri ; translated by Susanna Memoli. aFirst U.S. edition. a2311 1aRochester, Vermont :bBear & Company,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aTranslation of: Nuova Coscienza di Maria Maddalena. a"Originally published in Italian in 2016 under the title La Nuova Coscienza di Maria Maddalena by Edizioni Stazione Celeste"--t.p. verso. a"An initiatory journey to unite the Feminine and Masculine within your soul and discover the Divine Love within. Reveals how Mary Magdalene, Myriam, is not a biblical myth but an ancient frequency of the soul, a reverberation of the alchemy of Feminine and Masculine. Presents ancestral knowledge embedded with the frequency of Myriam through which you can discover your complete soul. Reveals new Akashic rooms where you can become aware of your multidimensionality, learn to create your own reality, and connect with Myriam and feminine and masculine archetypes"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.00aMary Magdalene,cSaintxSpiritualistic interpretations. 0aFemininityxReligious aspects. 0aMasculinityxReligious aspects. 0aLovexReligious aspects. 0aSoulxPsychological aspects. 0aArchetype (Psychology)1 aVenneri, Adele,d1962-emedium.1 aMemoli, Susanna,etranslator.08iPrint version:aMary Magdalene.tMagdalene frequencybFirst U.S. edition.dRochester, Vermont : Bear & Company, 2023z9781591435006w(DLC) 2023024688 a92bPUL01111nam a22003257i 4500001001300000003000600013005001700019008004100036010001700077040002300094066001100117035002200128037005300150042001000203100004500213245006700258250003200325264007200357300002300429336002600452337002800478338002700506500001100533546001300544880004100557880006400598880003500662880007600697994001200773on1390708983OCoLC20230718213016.0230523s2022 pk 000 1 urd  a 2023318719 aDLCbengerdacDLC c(3c(4 a(OCoLC)1390708983 bLibrary of Congress -- Islamabad Overseas Office alcode1 6880-01aK̲h̲aṭak, ʻĀrif,eauthor.106880-02aYih pālā hai! :bnāvil /cʻĀrif K̲h̲aṭak. 6880-03aAiḍīshan avval. 16880-04aHarīʹpūr :bSang-i Mīl Pablishing Hāʼūs,c2022. a204 pages ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aNovel. aIn Urdu.1 6100-01aخٹک، عارف،eauthor.106245-02aيه پالا هے! :bناول /cعارف خٹک. 6250-03aايڈيشن اوّل. 16264-04aهرى‌پور :bسنگ ميل پبلشنگ هاؤس،c2022. a92bPUL01921nam a22003978i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020003100148020002700179035002200206042000800228043001200236050002100248082002500269100003900294245004000333263000900373264004400382300001400426336002600440337002800466338002700494490002500521500002000546505013100566520053400697521002701231651006001258651005801318776013501376994001201511on1390709060OCoLC20230718213016.0230712s2024 mnu j 001 0 eng  a 2023029043 aDLCbengerdacDLC a9798889969242q(hardcover) a9798889969259q(paperback) z9798889969266q(ebook) a(OCoLC)1390709060 apcc ae-gr---00aDF78b.R355 202400a938223/eng/202307171 aRedshaw, Hermione,d1998-eauthor.10aAncient Greece /cHermione Redshaw. a2401 1aMinneapolis, MN :bJump!, Inc.,c[2024] apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aLevel 10 : White set aIncludes index.0 aAncient Greece -- The Gods -- Family -- Homes -- Food -- Clothes -- Health and Medicine -- School and Learning -- Being a Kid. a"From the Olympic Games to amazing mythology, we have gotten a lot from the ancient Greeks. Look inside this book to learn even more about what it was like to be an ancient Greek. Ancient Greece is part of Decodables by Jump!, a comprehensive library of decodable leveled readers that follow a sequenced approach to phonics instruction. Young readers will enjoy colorful, photo-packed nonfiction as they follow a prescribed format supported by the science of readers that encourages reading development"--cProvided by publisher. aAges 7-10bJump!, Inc. 0aGreecexCivilizationyTo 146 B.C.vJuvenile literature. 0aGreecexSocial life and customsvJuvenile literature.08iOnline version:aRedshaw, Hermione, 1998-tAncient GreecedMinneapolis, MN : Jump!, Inc., [2024]z9798889969266w(DLC) 2023029044 a92bPUL00964nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050001800192110003500210245002500245250003100270264005600301300002500357336002600382337002800408338002700436490002100463500002300484500002000507650004200527650004500569994001200614on1390709180OCoLC20230718213016.0230510s2022 sp l 001 0 spa  a 2023417823 aDLCbengerdacDLC a9788419032591 a841903259X a(OCoLC)1390709180 apcc ae-sp---00aKKT3544b20221 aSpain,eenacting jurisdiction.10aCódigo tributario. aEdición septiembre 2022. 1aLas Rozas (Madrid) :bLa Ley Wolters Kluwer,c2022. a1674 pages ;c21 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCódigos La Ley a"Septiembre 2022." aIncludes index. 0aTaxationxLaw and legislationzSpain. 0aTax administration and procedurezSpain. a92bPUL01231nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002300192110003500215245009500250250006300345264002900408300002500437336002600462337002800488338002700516490004000543500008500583500002000668650002900688650002500717650003100742700003600773700003600809994001200845on1390709181OCoLC20230718213016.0230523s2022 sp l 001 0 spa  a 2023417832 aDLCbengerdacDLC a9788430986644 a8430986642 a(OCoLC)1390709181 apcc ae-sp---00aKKT2460b.A28 20221 aSpain,eenacting jurisdiction.10aNormas políticas /cedición preparado por Luis Aguiar de Luque y Pablo Pérez Tremps. aVigésima Tercera Edición, actualizada septiembre 2022. 1aMadrid :bTecnos,c2022. a1258 pages ;c17 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aBiblioteca de textos legales ;v250 a"La presente edición ha sido revisada y actualizada por Luis Aguiar de Luque." aIncludes index. 0aPolitical rightszSpain. 0aCivil rightszSpain. 0aConstitutional lawzSpain.1 aAguiar de Luque, Luis,eeditor.1 aPérez Tremps, Pablo,eeditor. a92bPUL01525nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179043001200187050002500199245015800224246006100382264008600443300004600529336002100575337002500596338002300621504005700644650004300701650005200744650004400796700003300840880015900873880007401032880003301106994001201139on1390709182OCoLC20230718213016.0230519s2023 ko ab b 000 0 kor  a 2023424891 aDLCbengerdacDLC c$1 a9788968499548 a8968499543 a(OCoLC)1390709182 apcc aa-ko---00aHT178.K6bT6756 2023006880-01aTosi chaesaeng ssiat yungja ŏdi kkaji ani? =bHow far do you know about urban regeneration seed loans? /cSin U-jin [and five others] kongjŏ.31aHow far do you know about urban regeneration seed loans? 16880-02aKwangju Kwangyŏksi :bChŏnnam Taehakkyo Ch'ulp'an Munhwawŏn,c2023. a264 pages :billustrations, maps ;c23 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier aIncludes bibliographical references (pages 262-263). 0aUrban renewalzKorea (South)xFinance. 0aUrban renewalxGovernment policyzKorea (South) 0aLoansxGovernment policyzKorea (South)1 6880-03aSin, U-jin,eauthor.006245-01a도시 재생 씨앗 융자 어디 까지 아니=bHow far do you know about urban regeneration seed loans/c신 우진 [and five others] 공저 . 16264-02a광주 광역시 :b전남 대학교 출판 문화원,c2023.1 6700-03a신 우진,eauthor. a92bPUL02926nam a22004818i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193020003100224035002200255042000800277043001200285050001800297082003800315084003400353100003600387245009000423250004700513263000900560264004200569300002200611336002600633337002600659338003600685520115200721588010301873600002701976650005602003650004902059650003402108650004802142650003102190655002802221776018302249994001202432on1390709205OCoLC20230718213016.0m o d cr |||||||||||230717s2023 nyu o 000 0 eng  a 2023023215 aDLCbengerdacDLC a9781668013328q(ebook) a1668013320 z9781668013304q(hardcover) z9781668013311q(paperback) a(OCoLC)1390709205 apcc an-us---00aPN1992.4.S28300a791.4502/8092aB223/eng/20230717 aBIO031000aSCI0800002bisacsh1 aSchneider, Amy,d1979-eauthor.10aIn the form of a question :bthe joys and rewards of a curious life /cAmy Schneider. aFirst Avid Reader Press hardcover edition. a2310 1aNew York :bAvid Reader Press,c2023. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"An inspirational and bold memoir from the most successful woman ever to compete on Jeopardy!-and an exploration of what it means to ask questions of the world and of yourself.ANSWER: Who Is Amy Schneider? In eighth grade, Amy was voted "Most likely to appear on Jeopardy!" by her classmates. Decades later, this trailblazer finally got her chance. Not only did she walk away with $1.3 million while captivating the world with her impressive forty-game winning streak, but she made history and won an even greater prize-the joy of being herself on national television and blazing a trail for openly queer and transgender people around the world. Now, she shares her singular journey that led to becoming an unlikely icon and hero to millions. Her super power: Boundless curiosity and fearless questioning. In the Form of a Question explores some of the innumerable topics that have fascinated Amy throughout her life-books and music, Tarot and astrology, popular culture and computers, sex and relationships-but they all share the same purpose: to illustrate, and celebrate, the results of a lifetime spent asking, why? "--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed.10aSchneider, Amy,d1979- 0aTelevision personalitieszUnited StatesvBiography. 0aSexual minoritieszUnited StatesvBiography. 0aJeopardy (Television program) 7aBIOGRAPHY & AUTOBIOGRAPHY / LGBTQ+2bisacsh 7aSCIENCE / Essays.2bisacsh 7aAutobiographies.2lcgft08iPrint version:aSchneider, Amy, 1979-tIn the form of a questionbFirst Avid Reader Press hardcover edition.dNew York : Avid Reader Press, 2023z9781668013304w(DLC) 2023023214 a92bPUL00877nam a22002775i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245007200259264005300331300001400384336002600398337002800424338002700452520009200479546001600571994001200587on1390709206OCoLC20230718213016.0230717s2015 ii 000 0 beno  a 2023341568 aDLCbengerdacDLC a9789384816063 a938481606X aI-B-2023-341568; 12 a(OCoLC)1390709206 bLibrary of Congress -- New Delhi Overseas Office alcode00aRabindrika uttaradhikara o Banali samaja /cAbhra Ghosha sampadita. 1aKalakātā :bBangiya-Sahitya-Parishat,c2015. a286 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCritical essays chiefly on the works of Rabindranath Tagore, 1861-1941, Bengali author. aIn Bengali. a92bPUL00739nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001600134051004000150100003300190245002200223260002000245300003100265650004200296650003500338700005300373710005900426994001200485on1390709228OCoLC20230718213016.0830808s1649 sz 000 0 fre  a 32001046  aDLCbengcDLC a(OCoLC)139070922800aBJ1602b.F3 aBJ1602b.F3 Copy 2cToinet no. 11821 aFaret, Nicolas,d1596?-1646.12aL'honneste homme. aYverdon.c1649. a125, [7] p.c14 cm. (12mo) 0aConduct of lifevEarly works to 1800. 0aCourtesyvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL00850nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135025002400150035002200174037005300196042001000249245004100259264004000300300001400340336002600354337002800380338002700408490001900435500004500454500002100499546001600520994001200536on1390709229OCoLC20230718213016.0230717s2022 ii 000 0 beno  a 2023341574 aDLCbengerdacDLC a9789392722165 a9392722168 aI-B-2023-341574; 09 a(OCoLC)1390709229 bLibrary of Congress -- New Delhi Overseas Office alcode00aNibarasaptaka /cKausika Majumadara. 1aKalakātā :bBuka Pharma,c2022. a204 pages atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aMyasana sirija a"Suryatamasi upanyasera dvitiya khanda." aDetective novel. aIn Bengali. a92bPUL00996nam a22003137i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002900117020001500146020002800161020001500189035002200204100002900226245008100255264003200336300004100368336002600409337002800435338002700463490002400490504005700514546002000571653004600591700003300637994001200670on1390709230OCoLC20230718213016.0230714s2017 mo a b 000 0 srp  a 2023450820 aDLCbengerdacDLC a9788679561060q(HERAedu) a8679561061 a9789940598297q(Medeon) a9940598297 a(OCoLC)13907092301 aFabris, Nikola,eauthor.10aFinansijsko obrazovanje dece i omladine /cNikola Fabris, Radoica Luburić. 1aPodgorica :bMedeon,c2017. a166 pages :billustrations ;c22 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aEdicija Docta dicta aIncludes bibliographical references (pages 163-166). aSerbianbLatin. aFinancial literacy for children and youth1 aLuburić, Radoica,eauthor. a92bPUL03069nam a2200553 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020003900124020003600163020004000199020001500239020004000254020001500294020004000309020001500349020004000364020001500404020004000419020001500459020004000474020001500514020004000529020001500569035002200584042000800606050002400614245002400638250002000662264006600682300004700748336002600795336003300821337002800854338002700882500002000909505064100929546001701570650004201587710002401629880002001653880006801673880073001741880003202471994001202503on1390709248OCoLC20230718213016.0210914m20122018ja a 001 0 jpn  a 2021369452 aDLCbengerdacDLC c$1 a9784896101584q(paperback ;qv. 9) a4896101588q(paperback ;qv. 9) a9784896101638q(paperback ;qv. 10) a4896101634 a9784802110020q(paperback ;qv. 11) a4802110022 a9784802110051q(paperback ;qv. 12) a4802110057 a9784802110075q(paperback ;qv. 13) a4802110073 a9784802110112q(paperback ;qv. 14) a4802110111 a9784802110174q(paperback ;qv. 15) a4802110170 a9784802110259q(paperback ;qv. 16) a4802110251 a(OCoLC)1390709248 apcc00aGV1469.3b.O42 201200aOld gamers history. 6880-01aShohan. 16880-02aTōkyō-to Shinjuku-ku :bMedia Paru,c[2012]-2018. a16 volumes :bcolor illustrations ;c21 cm atextbtxt2rdacontent astill imagebsti2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index.106880-03gVol. 9.tShūtingu gēmu: enjukuki hen (1992-nen--2005-nen) --gVol. 10.tShūtingu gēmu: saiseiki hen (1987-nen--1991-nen) --gVol. 11.tAdobenchā gēmu, pazuru gēmu: sōsōki hen (1976-nen--1988-nen) --gVol. 12.tAdobenchā gēmu, pazuru gēmu: kōbōshi hen (1989-nen--1994-nen) --gVol. 13.tAdobenchā gēmu, pazuru gēmu: ranjukuki hen (1995-nen--2006-nen) --gVol. 14.tSupōtsu gēmu, rēsu gēmu: keiseiki hen (1972-nen--1985-nen) --gVol. 15.tSupōtsu gēmu, rēsu gēmu: bokkōki hen (1972-nen--1985-nen) --gVol. 16.tSupōtsu gēmu, rēsu gēmu: jukuseiki hen (1991-nen--1995-nen) aIn Japanese. 0aVideo gamesvHandbooks, manuals, etc.2 6880-04aMedia Paru. 6250-01a初版. 16264-02a東京都新宿区 :bメディアパル,c[2012]-2018.106505-03gVol. 9.tシューティングゲーム: 円熟期編 (1995年--2005年) --gVol. 10.tシューティングゲーム: 最盛期編 (1987年--1991年) --gVol. 11.tアドベンチャーゲーム・パズルゲーム: 草創期編 (1976年--1988年) --gVol. 12.tアドベンチャーゲーム・パズルゲーム: 興亡史編 (1989年--1994年) --gVol. 13.tアドベンチャーゲーム・パズルゲーム: 爛熟期編 (1995年--2006年) --gVol. 14.tスポーツゲーム・レースゲーム: 形成期編 (1972年--1985年) --gVol. 15.tスポーツゲーム・レースゲーム: 勃興期編 (1986年--1990年) --gVol. 16.tスポーツゲーム・レースゲーム: 熟成期編 (1991年--1995年)2 6710-04aメディアパル. a92bPUL01095nam a22003015i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117037005300139042001000192043001200202245015000214264007200364300003900436336002600475337002800501338002700529500001700556504004100573700003400614700002900648700003100677710007300708994001200781on1390709249OCoLC20230718213016.0230717s2022 pk a b 000 0 eng  a 2023317558 aDLCbengerdacDLC a(OCoLC)1390709249 bLibrary of Congress -- Islamabad Overseas Office alcode aa-pk---00aStop sexual assault against Kashmiri women :brespect women /cedited by Altaf Hussain Wani ; research & compiled by Mehr un Nisa, Ayesha Waheed. 1aIslamabad :bKashmir Institute of international Relations,c[2022]. a66 pages :billustrations ;c30 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aCover title. aIncludes bibliographical references.1 aWani, Altaf Hussain,eeditor.0 aMehr un Nisa,ecompiler.1 aWaheed, Ayesha,ecompiler.2 aKashmir Institute of International Relations (Rawalpindi, Pakistan). a92bPUL01290nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001300179042001500192050002200207100004600229245010700275250003700382264007200419300004000491336002600531337002800557338002700585650002500612651003500637651002900672880003100701880006300732880003900795880007000834994001200904on1390709289OCoLC20230718213016.0221005s2020 iq a 000 0 ara  a 2022316956 aDLCbengerdacDLC c(3 a9789922629780 a992262978X a(OCoLC)1390709289 c9.80 USD apccalcode00aPJ8042b.D45 20201 6880-01aDhakar, Ḥusayn,d1965-eauthor.106880-02aBanafsijīyat al-wahm! :bmi'at 'ām taḥta ṭābūr al-ajandāt /cḤusayn al-Dhakar. 6880-03aal-Ṭabʻah al-ūlá. 16880-04aBaghdād :bMuʼassasat Thāʼir al-ʻIṣāmī,c2020. a259 pages :billustrations ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aArabic essayszIraq. 0aIraqxPolitics and government. 0aIraqxSocial conditions.1 6100-01aذكر، حسين.106245-02aبنفسجية الوهم! /cحسين الذكر. 6250-03aالطبعة الأولى. 16264-04aبغداد :bمؤسسة ثائر العصامي،c2020. a92bPUL03138nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020003100178020003100209035002200240042000800262050001400270082002700284245014700311246009100458263000900549264005800558300002200616336002600638337002600664338003600690504005100726520116600777588010301943650005502046650006502101650004302166650003702209653004102246700006102287700002802348700004102376700006602417776017302483994001202656on1390709290OCoLC20230718213016.0m o d cr |||||||||||230701s2024 pau ob 001 0 eng  a 2023027795 aDLCbengerdacDLC a9798369303801q(ebook) z9798369303788q(hardcover) z9798369303795q(paperback) a(OCoLC)1390709290 apcc00aLB1028.4300a371.9223/eng/2023071400aAI-assisted special education for students with exceptional needs /cEdited by Ashish Kumar, Anand Nayyar, Rohit Kumar Sachan,and Rachna Jain.3 aArtificial intelligence assisted special education for students with exceptional needs a2310 1aHershey, PA :bInformation Science Reference,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"The book also explores the impact of AI-based special education on both educators and students, providing valuable insights and strategies for stakeholders to adopt and implement these technologies effectively. Legal aspects surrounding the right to education for disabled individuals are discussed, ensuring a comprehensive understanding of the legal framework supporting special education initiatives. Real-world case studies and success stories serve as inspiration, illustrating the transformative potential of AI in special education. Featuring contributions from academicians and professionals from esteemed organizations, this book provides hands-on chapters that cover topics such as research challenges, data analysis, machine learning, intelligent learning environments, IoT wearable devices, comprehensive systems with intelligent teacher assistance, parental and societal roles, and the prospects of AI assisted special education. Whether educator, mentor, training professional, researcher, or student, AI-Assisted Special Education for Students With Exceptional Needs offers a wealth of knowledge and practical insights"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aArtificial intelligencexEducational applications. 0aArtificial intelligencexEducational applicationsxResearch. 0aStudents with disabilitiesxEducation. 0aSpecial educationvCase studies. aArtificial intelligence in education1 aKumar, Ashishc(Professor of computer science),eeditor.1 aNayyar, Anand,eeditor.1 aSachan, Rohit Kumar,d1984-eeditor.1 aJain, Rachnac(Professor of information technology),eeditor.08iPrint version:tAI-assisted special education for students with exceptional needsdHershey, PA : Information Science Reference, [2024]z9798369303788w(DLC) 2023027794 a92bPUL02876nam a22004218i 4500001001300000003000600013005001700019008004100036010001700077040002700094020003000121020001500151020003100166020001500197020002600212020002500238035002200263042000800285043001200293050002400305082003700329100003200366245011900398263000900517264005400526300001300580336002600593337002800619338002700647504005100674520144300725600003102168650006402199650006802263650005502331651005602386994001202442on1390709291OCoLC20230718213016.0230623s2023 gau b 001 0ceng  a 2023028630 aNcU/DLCbengerdacDLC a9780820365749q(hardback) a0820365742 a9780820365756q(paperback) a0820365750 z9780820365763q(epub) z9780820365770q(pdf) a(OCoLC)1390709291 apcc an-us-al00aHD7304.B5bM67 202300a363.5/109761781223/eng/202307171 aMorris, Jerome E.,eauthor.10aCentral City's joy and pain :bsolidarity, survival, and soul in a Birmingham housing project /cJerome E. Morris. a2401 1aAthens :bThe University of Georgia Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"With Central City's Joy and Pain, Jerome E. Morris explores complex social issues through personal narrative. He does so by blending social-science research with his own memoir of life in Birmingham, Alabama. As someone who lived in the Central City housing project for two transitional decades (1968-91) and whose family continued to reside there until 1999, when the city razed the community, the author provides us with the often unexplored bottom-up perspective on Black public-housing residents' experiences. As Morris's experiential and authoritative narrative voice unfolds in the pages of Central City's Joy and Pain, both the scholarly and lay reader are brought on a journey of what life is like for people who live and die at the intersection of race and poverty in a rapidly evolving southern urban center. The setting of a historic public-housing community provides a rich canvas on which to paint a world through the author's personal experience of growing up there-and his later observations as a researcher and academic. Through its syncopation of personal stories and scholarly research, Central City's Joy and Pain captures what it means to be Black, poor, and full of dreams. In this setting, dreams are realized by some and swallowed up for others in the larger historical, social, economic, and political context of African Americans' experiences during and after the civil rights movement"--cProvided by publisher.10aMorris, Jerome E.xFamily. 0aPublic housingzAlabamazBirminghamxHistoryy20th century. 0aLow-income housingzAlabamazBirminghamxHistoryy20th century. 0aAfrican AmericanszAlabamazBirminghamvBiography. 0aBirmingham (Ala.)xSocial conditionsy20th century. a92bPUL02915nam a22004458i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003000193020003100223035002200254042000800276050001100284082003200295245011800327263000900445264003800454300002300492336002600515337002600541338003600567490006000603504004100663520127800704588010301982650002902085650005202114650007002166650002302236650002902259700003202288776013702320994001202457on1390709320OCoLC20230718213016.0m o d cr |||||||||||230707s2023 ne ob 000 0deng  a 2023030360 aDLCbengerdacDLC a9789004685673q(ebook) a9004685677 z9789004685666q(hardback) z9789004685659q(paperback) a(OCoLC)1390709320 apcc00aLB157600a372.6/5044223/eng/2023070700aLeaders in english language arts education research :bintellectual self-portraits /cEdited by JuliAnna Ávila. a2309 1aLeiden ;aBoston :bBrill,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLeaders in educational studies,x2542-8659 ;vVolume 10 aIncludes bibliographical references. a"Leaders in English Language Arts Education Research contains autobiographical essays by leading English Language Arts scholars throughout the world. In this volume, English Language Arts is presented as a complex and porous discipline-intersecting with writing, literacy studies, multicultural/multilingual education, digital and multimodal literacies, critical and social justice pedagogies, teacher education, linguistics and second language learning, and, not least of all, subject English, including teaching literature and drama. Contributors are retired or current professors in the following countries: Australia, Canada, England, Ireland, South Africa, and the United States. ELA scholars often begin their careers as K-12 teachers and then become teacher-educators at universities; due to this, they work at the intersection of theory and practice throughout their careers. Therefore, this volume will be of interest to undergraduate and graduate English Language Arts Education students as well as to in-service English practitioners. This volume will also appeal to ELA researchers at all levels since it contains first-hand, personal narratives of well-established ELA researchers as they reflect on their own development as scholars"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aLanguage artsxResearch. 0aEnglish languagexStudy and teachingxResearch. 0aEnglish languagexStudy and teachingxForeign speakersxResearch. 0aCritical pedagogy. 0aMulticultural education.1 aÁvila, JuliAnna,eeditor.08iPrint version:tLeaders in english language arts education researchdLeiden ; Boston : Brill, 2023z9789004685666w(DLC) 2023030359 a92bPUL01334nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001000172043001200182050002400194245018800218264006600406300004000472336002600512337002800538338002700566504005700593650005300650700004800703700005500751700004900806700014100855994001200996on1390709321OCoLC20230718213016.0230209s2022 bl a b 000 0 por  a 2023311650 aDLCbengerdacDLC a9786555895780 a6555895780 a(OCoLC)1390709321 alcode as-bl---00aKHD1254b.D574 202200aDireito securitário na aviação /cAlessandro Azzi Laender, Paulo Henrique Stahlberg Natal, Sérgio Luís Mourão, org. ; Alessandro Azzi Laender [and eleven others], autores. 1aSão Paulo ;aBelo Horizonte :bEditora D'Plácido,c[2022] a348 pages :billustrations ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 341-348). 0aAviation insurancexLaw and legislationzBrazil.1 aLaender, Alessandro Azzi,eeditor,eauthor.1 aNatal, Paulo Henrique Stahlberg,eeditor,eauthor.1 aMourão, Sérgio Luís,eeditor,eauthor.12iContainer of (work):aLaender, Alessandro Azzi.tPanorama do seguro aeronáutico no mercado brasileiro e as suas principais coberturas. a92bPUL01721nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146043001200154050002200166130002900188245009500217246001900312264006100331264001100392300005700403336002600460337002800486338002700514500007000541500034000611500016600951500009501117655002801212700002801240700004601268880002101314994001201335on1390709322OCoLC20230718213016.0161007s2016 is a 000 0 heb  a 2016469127 aDLCbengerdacDLC c(2 a(OCoLC)1390709322 apcc aa-is---00aBS1242b.K66 20180 aBible.pExodus.lHebrew.10aExodus =bShemot /ccreator and illuminator, Avner Moriah ; calligrapher, Izzy Pludwinski.316880-01aShemot 1aJerusalem :bJerusalem Fine Art Prints Workshop,c[2016] 4c©2016 a1 unnumberged volume :bcolor illustrations ;c58 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aTitle taken from the last page because of its fuller information. a"Prof. Yair Zakovitch, friend and advisor. This book is printed under the Epson Digigraphie Standarts. The prints and accompanying materials were produced at the Jerusalem Fine Art Prints Workshop, Israel, under the supervision of Yair Medina and the artist. Binding by Omanut Hakricha, by Shevach Black, Jerusalem, Israel"--Last page. a"The edition is strictly limited to one hundred books signed by the artist: One hundred bear the numbers 1/100 to 100/100. This is copy number 5/100"--Last page. aLC holds copy number 5, signed by the book artist, Avner Moriah, and is housed in its box. 0aArtists' bookszIsrael.1 aMoriah, Avner,eartist.1 aPludvinsḳi, Yitsḥaḳ,ecalligrapher.316246-01aשמות a92bPUL02792nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146050002400154100004700178240001600225245044800241264006900689300002300758336002600781337002800807338002700835500074100862650002501603650001601628650003601644700006301680752002301743880003201766880049401798880006602292880004802358994001202406on1390709366OCoLC20230718213016.0170528s2016 is 000 0dheb  a 2017441589 aDLCbengerdacDLC c(2 a(OCoLC)1390709366 apcc00aBM522.39b.R63 20161 6880-01aGros, Meʼir,d1901-1945,eauthor.10aImre Meʼir106880-02aShut Imre Meʼir :bsefer zeh hu ud mutsal me-esh mi-shenot ha-hafikhah ket. y. she-nishʼar li-feleṭah teshuvot she-heshiv ha-meḥaber le-shoʼalaṿ be-shiveto ʻal kes ha-rabanut be-ḳ.ḳ. Śarḳad, y. Ts. ṿ., kolel teshuvot mi-teḳufat ha-Shoʼah /cme-et ha-gaʼon Rabi Meʼir Gros, zatsal, H.y.d., a.b.de-ḳ.ḳ Śarḳad, y. ʻa. E. ; yatsa ʻa. y. ben ha-meḥaber avinu mo. r. ha-Rav Yiśraʼel Gros, zatsal ... . 16880-03aYerushalayim :b[Mishpaḥat Gros?],c777 [2016 or 2017] a281 pages ;c25 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aThe author of this Responsa was murdered during the Holocaust. After the war, his son returned to their house in Hungary, which was now occupied by people who moved in under the assumption that the original Jewish inhabitants would never return. The son asked the people occupying his house for their "permission" to search his home. While searching the house, he found his father's manuscript of this Responsa. The Hungarian authorities promptly arrested him for conducting an "illegal" search of his house. Owing to the Communists being in power, the author's son was never able to get the manuscript out of Hungary until many years later. Unfortunately, he passed away while bringing the Responsa to print and never saw it published. 0aResponsay1800-1948. 0aJewish law. 0aJudaismxCustoms and practices.1 6880-04aGros, Yiśraʼel ben Meʼir,d1922-2001,eeditor. aIsraeldJerusalem.1 6100-01aגרוס, מאיר.106245-02aשו"ת אמרי מאיר :bספר זה הוא אוד מוצל מאש משנות ההפיכה כת״י שנשאר לפליטה תשובות שהשיב המחבר לשואליו בשבתו על כס הרבנות בק״ק שארקאד, יצ"ו, כולל תשובות מתקופת השואה /cמאת הגאון רבי מאיר גרוס, זצ"ל, הי"ד, אבדק"ק שארקאד, יע"א ; יצא ע״י בן המחבר אבינו מו"ר הרב ישראל גרוס, זצ"ל ... . 16264-03aירושלים :b[משפחת גרוס],cתשע״ז.1 6700-04aגרוס, ישראל בן מאיר. a92bPUL00870nam a22002533 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050002100134051004500155100006300200245001400263260005900277300003800336650004200374650003500416650004100451700005300492710005900545994001200604on1390709375OCoLC20230718213016.0830909s1698 fr 000 0 fre  a 32007844  aDLCbengcDLC a(OCoLC)139070937500aBJ1552b.S3 1698 aBJ1552b.S3 1698 Copy 2cToinet no. 11851 a[Saint Hilaire, de],dactive 1697-1698. [from old catalog]12aL'idée, aA Paris,bAu Palais, Chez Medard-Michel Brunet.c1698. a8 p.l., 341, [3] p.c17 cm. (8vo) 0aConduct of lifevEarly works to 1800. 0aCourtesyvEarly works to 1800. 0aMaxims, FrenchvEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01003nam a2200301 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117035002200135042000800157043001200165050002600177245009200203264005600295300004800351336002600399337002800425338002700453504004100480650005200521650005100573650003200624700003300656994001200689on1390709398OCoLC20230718213016.0230501s2023 nr a 000 0 eng  a 2022445174 aDLCbengerdacDLC z9789780921826 a(OCoLC)1390709398 apcc af-nr---00aRA644.C67bC6877 202200aCovid 19 :bthe effect on Nigeria economy and security /cedited by: A. Y. Adedeji Isa. 1aJos, Nigeria :b[University Press Jos Plc.],c2022. a156 pages :billustrations, charts ;c23 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references. 0aCOVID-19 (Disease)xPolitical aspectszNigeria. 0aCOVID-19 (Disease)xEconomic aspectszNigeria. 0aNational securityzNigeria.1 aAdedeji Isa, A. Y.,eeditor. a92bPUL02792nam a2200421 a 4500001001300000003000600013005001700019008004100036010001700077040002500094035002200119041001300141042000800154043002100162050002100183100003200204245048900236246009400725246018200819260005001001300003701051546002501088500003001113500007301143500003501216510010401251500002001355500032001375501033301695650006102028650005902089650005402148700004102202700003902243700005402282752002202336994001202358on1390709399OCoLC20230718213016.0230530s1570 gw a 001 0 lat  a 2022658061 aDLCbengedcrmbcDLC a(OCoLC)13907093990 alatager apcc ae------ae-gx---00aKK722b.T47 15701 aTermineus, Petrus,eauthor.10aProcessus iuris scripti et consuetudinis frequentioris per Germaniam hoc tempore vsitatus :bbreuiter complectens officia omnium personarum legitime in iudicio versantium = Gerichtlicher Process des geschriebenen Rechts, gewonheit, vnd teglichen brauchs, in Germanien jtziger zeit vblich, darinnen fürtzlich eines jeden ampt, der im gericht wandelt, begriffen wird : cum indice gemino, & modo legendi abbreuiationes in hoc processu vsurpatas /cauctore Petro Termineo iurisconsulto.3 aProcessvs ivris scripti et consvetvdinis freqventioris per Germaniam hoc tempore vsitatus31aGerichtlicher Process des geschriebenen Rechts, gewonheit, vnd teglichen brauchs, in Germanien jtziger zeit vblich, darinnen fürtzlich eines jeden ampt, der im gericht wandelt aColoniae :b[Walter Fabritius],cMDLXX [1570] a[9], 251, [28] p. ;c17 cm (8vo) aIn Latin and German. aPrinter's name from VD16. aColophon: Coloniae. Apud Ioannem Gymnicum sub Monocerote. Anno 1570. aSignatures: A-S⁸ (S8 blank).4 aVerzeichnis der im deutschen Sprachbereich erschienenen Drucke des 16. Jahrhunderts (VD 16),cT 550 aIncludes index. aLC copy: In full contemporary pressed pigskin, with initials W.H.D. and date (1571) blind-stamped on front. Front pastedown inscribed: VVulphgangi Halleri Studiis inscri[ ..] emptus Tubingae Anno 71 mense Iulii. Latin verse on Aristotle's Politics in ms. on front free endpaper. Scattered ms. notes throughout.5DLC aBound with: Goede, Henning. Iudicarii ordinis processus. Item, Domini Odofredi summa de libellis formandis. Coloniae Agrippinae : Apud haeredes Arnoldi Birckmanni, [1563] -- Nouellarum constitutionum domini Iustiniani sacratissimi principis & imperatoris libri duo. Lugduni : Apud Ludouicum Pesnot, 1556. Issued separately.5DLC 0aCivil procedurezHoly Roman EmpirevEarly works to 1800. 0aCivil procedurezGermanyzSaxonyvEarly works to 1800. 0aCivil procedure (Roman law)vEarly works to 1800.1 aFabritius, Walter,d-1589,eprinter.1 aGymnich, Johann,d-1596,eprinter.1 aHaller, Wolfgang,d1521-1591,eformer owner.5DLC aGermanydCologne. a92bPUL01119nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139050002600147051002600173100003700199245009000236264005300326300007100379336002600450337002800476338002700504650002200531650002200553650002800575651004500603655002800648700003300676710007200709994001200781on1390709414OCoLC20230718213016.0820415s1913 nyuaf 000 1 eng  a 13008078  aDLCbengerdacDLC a(OCoLC)1390709414 apcc00aPZ3.G87aPS3513.R6545 aPS3513.R6545bD4 19131 aGrey, Zane,d1872-1939,eauthor.10aDesert gold :ba romance of the border /cby Zane Grey ; illustrated by Douglas Duer. 1aNew York :bHarper & Brothers Publishers,c1913. a325 pages, 4 unnumbered leaves of plates :billustrations ;c19 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 0aOutlawsvFiction. 0aDesertsvFiction. 0aYaqui IndiansvFiction. 0aMexican-American Border RegionvFiction. 7aWestern stories.2gsafd1 aDuer, Douglas,eillustrator.2 aLarry Dingman Western Fiction Collection (Library of Congress)5DLC a92bPUL02102nam a22005058i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285043001200293050001400305082003200319084003400351100003000385245026800415250002000683263000900703264006700712300002200779336002600801337002600827338003600853500002700889504005100916520007800967588010301045650003501148650004701183650004001230650004601270650005401316700003201370776018201402994001201584on1390709415OCoLC20230718213016.0m o d cr |||||||||||230713s2023 mdu ob 001 0 eng  a 2023028397 aDLCbengerdacDLC a9781681256047q(pdf) a1681256045 a9781681256030q(epub) a1681256037 z9781681256023q(paperback) a(OCoLC)1390709415 apcc an-us---00aLB1028.3800a371.9/0473223/eng/20230714 aEDU048000aEDU0260002bisacsh1 aScott, LaRon A.,eauthor.10aUniversal design for transition :bthe educators' guide for equity-focused transition planning /cby LaRon A. Scott, Ed.D., University of Virginia, Charlottesville and Colleen A. Thoma, Ph.D., Virginia Commonwealth University, Richmond, with invited contributors. aSecond edition. a2310 1aBaltimore, Maryland :bPaul H. Brookes Publishing Co.,c[2023] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aPrevious editon: 2009. aIncludes bibliographical references and index. a"[There is no Summary available at this time.]"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aInstructional systemsxDesign. 0aStudents with disabilitieszUnited States. 0aInclusive educationzUnited States. 7aEDUCATION / Inclusive Education.2bisacsh 7aEDUCATION / Special Education / General.2bisacsh1 aThoma, Colleen A.,eauthor.08iPrint version:aScott, LaRon A.tUniversal design for transitionbSecond edition.dBaltimore, Maryland : Paul H. Brookes Publishing Co., [2023]z9781681256023w(DLC) 2023028396 a92bPUL02038nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163035002200189042000800211043001200219050002300231082002200254245016300276250001900439263000900458264003500467300001300502336002600515337002800541338002700569504005100596505044300647520028001090650005601370700003501426710006001461776011901521994001201640on1390709418OCoLC20230718213016.0230717s2023 mdu b 001 0 eng  a 2023032875 aDLCbengerdacDLC a9781641434256q(paperback) a1641434252 z9781641434263q(epub) a(OCoLC)1390709418 apcc an-us---00aKF3812b.B769 202300a344.7304/634222300aClean air handbook /cHunton Andrews Kurth LLP ; prinicple author and contributor, F. William Brownell ; contributing authors, Shannon S. Broome [and others]. aFifth edition. a2310 1aLanham :bBernan Press,c2023. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index.0 aFederal-stat partnership : an overview of the Clean Air Act -- National ambient air quality standards -- Control technology regulation -- Oerating and reconstruction permitting programs -- Hazardous air pollutants -- Visibility protection -- Cliamte change -- Mobile sources -- The acid deposition control program -- Stratospheric ozone protection -- Enforcement and jusicial review -- Treneds in Clean Air Act regulation and legislation. a"Revised to include several recent and important Clean Air Act developments, this completely updated fifth edition of the Clean Air Handbook provides you with a broad overview of all the complex regulatory requirements of the Act and its amendments"--cProvided by publisher. 0aAirxPollutionxLaw and legislationzUnited States.1 aBrownell, F. William,eauthor.2 aHunton Andrews Kurth LLP (Richmond, Virginia),eauthor.08iOnline version:tClean air handbookbFifth edition.dLanham : Bernan Press, 2023z9781641434263w(DLC) 2023032876 a92bPUL01327nam a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179050002900187100004600216245006300262250002000325264005900345300002300404336002100427337002500448338002300473490004900496500009300545880004500638880005800683880001800741880005700759880004200816880008300858994001200941on1390709419OCoLC20230718213016.0230609s2023 ko 000 1 kor  a 2023434152 aDLCbengerdacDLC c$1 a9788954691154 a8954691153 a(OCoLC)1390709419 apcc00aPL994.415.S745bK69 20231 6880-01aKim, Su-binc(Novelist),eauthor.106880-02aKoyohan uyŏn :bKim Su-bin changp'yŏn sosŏl. 6880-03a1-p'an. 16880-04aKyŏnggi-do P'aju-si :bMunhak Tongne,c2023. a232 pages ;c21 cm atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 6880-05aMunhak Tongne ch'ŏngsonyŏn ;v63 6880-06a"Che 13-hoe Munhak Tongne Ch'ŏngsonyŏn Munhaksang taesang susangjak"--Cover.1 6100-01a김 수빈c(Novelist),eauthor.106245-02a고요한 우연 :b김 수빈 장편 소설. 6250-03a1판. 16264-04a경기도 파주시 :b문학 동네,c2023.0 6490-05a문학 동네 청소년 ;v63 6500-06a"제 12회 문학 동네 청소년 문학상 대상 수상작"--Cover. a92bPUL01231nam a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042001500172050002300187100003900210245013900249264004400388300004000432336002600472337002800498338002700526490010000553500010800653504004100761650005200802650002100854650001800875994001200893on1390709458OCoLC20230718213016.0220513s2020 bl a b 000 0 por  a 2022307978 aDLCbengerdacDLC a9786588053041 a6588053045 a(OCoLC)1390709458 alcodeapcc00aBR115.H6bM88 20201 aMusskopf, André Sidnei,eauthor.10a"Viado não nasce, estreia! Não morre, vira purpurina" :bdiversidade sexual, performatividade e religião /cAndré S. Musskopf. 1aBelo Horizonte :bEditora Senso,c2020. a97 pages :billustrations ;c15 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColeção Teologia e religião de bolso. Série Ensaios teológicos indecentes ;vvolume 3 aLC copy imperfect: book has two title pages, one of which belonging to the book "Nem santo te protege". aIncludes bibliographical references. 0aHomosexualityxReligious aspectsxChristianity. 0aPerformance art. 0aQueer theory. a92bPUL02716nam a22003978i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020002500192035002200217042000800239050001200247082002500259100004700284245007700331263000900408264007900417300002200496336002600518337002600544338003600570504005100606520124200657588010301899650005102002650003602053650003802089776017902127994001202306on1390709459OCoLC20230718213016.0m o d cr |||||||||||230227s2024 nyu ob 001 0 eng  a 2023008580 aDLCbengerdacDLC a9780197682104q(epub) a0197682103 z9780197682098q(c/p) a(OCoLC)1390709459 apcc00aBT701.300a231223/eng/202307171 aZagzebski, Linda Trinkaus,d1946-eauthor.10aOmnisubjectivity :ban essay on God and subjectivity /cLinda Zagzebski. a2308 1aNew York, NY, United States of America :bOxford University Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"This book explains and defends the idea that the God of the monotheistic religions has the property of omnisubjectivity, the property of perfectly grasping every conscious state of every conscious being from the first- person perspective of the subject. God not only knows all objective facts, such as the fact that someone is in pain, but God is present in the pain, grasping it the way the bearer of the pain grasps it. The book argues that this attribute is entailed by omniscience, omnipresence, divine love, and divine justice, and it is presupposed in common practices of prayer. Three models of omnisubjectivity are described: the empathy model, the perceptual model, and panentheism. The book then defends the idea that omnisubjectivity extends to the possible but non-actual conscious states of all possible conscious beings. God grasps all possible subjective states in his imagination. The book then shows how the Christian form of the attribute of omnisubjectivity affects the doctrines of the Trinity, the Incarnation, and the infusion of the Holy Spirit. The book concludes that subjectivity and intersubjectivity are deep in the universe, deeper than the universe as it is objectively described"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aSubjectivityxReligious aspectsxChristianity. 0aGod (Christianity)xOmniscence. 0aGod (Christianity)xOmnipresence.08iPrint version:aZagzebski, Linda Trinkaus, 1946-tOmnisubjectivitydNew York, NY, United States of America : Oxford University Press, [2024]z9780197682098w(DLC) 2023008579 a92bPUL01735nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157037001400179042001500193043003000208050002200238100005000260245026100310264005800571300002300629336002600652337002800678338002700706504005700733651003600790651003400826650002500860651003500885651003300920880003300953880028000986880005901266994001201325on1390709521OCoLC20230718213016.0210820s2021 mr b 000 0 ara  a 2021341327 aDLCbengerdacDLC c(3 a9789954659700 a9954659706 a(OCoLC)1390709521 c45.00 MAD alcodeapcc af-mr---af------aa------00aHD70.M8bG43 20211 6880-01aGhammāz, Saʻīd,d1965-,eauthor.136880-02aal-Namūdhaj al-tanmawī fī al-Maghrib :bmuqārabah maʻa namādhij tanmawīyah nājiḥah fī Āsyā wa-Ifrīqiyā : mālīzyā, Singhāfūrah, al-Hind, Turkiyā, al-Ṣīn, Ruwandā, Būtsiwānā /cSaʻīd al-Ghammāz. 16880-03a[Casablanca] :bSaʻīd al-Ghammāz,c2021. a163 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 162-163). 0aIndustrial managementzMorocco. 0aMoroccoxEconomic conditions. 0aManagementzMorocco. 0aIndustrial managementzAfrica. 0aIndustrial managementzAsia.1 6100-01aغماز، سعيد.136245-02aالنموذج التنموي في المغرب :bمقاربة مع نماذج تنموية ناجحة في آسيا وإفريقيا : ماليزيا، سنغافورة، الهند، تركيا، الصين، روندا، بوتسوانا /cسعيد الغماز. 16264-03a[Casablanca] :bسعيد الغماز،c2021. a92bPUL00912nam a22002532 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001800134051003500152245009900187260006100286300004000347500002800387500008100415561003700496650001000533700005000543700005300593994001200646on1390709522OCoLC20230718213016.0810904s1716 fr 000 0 fre  a 32008546  aDLCbengcDLC a(OCoLC)139070952200aBF575.L8bC23 aBF575.L8bC23cToinet no. 117504aLes caracteres du faux et du veritable amour, et le portrait de l'homme de lettres amoureux... aA Paris,bChez Claude Jombert, et Edme Grandjean,c1716. a5 p. l., 284, [4] p.c17 cm. (12mo) aSigned at end: L.B.D.P. aManuscript note on fly-leaf: Cet ouurage est de mr. Le--Breton medecin.5DLC a"Ex bibliotheca R. Toinet."5DLC 0aLove.1 aLe Breton, Charles,d-1677,esupposed author.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC a92bPUL02316nam a22004218i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192035002200223042000800245050001100253082003000264084003400294100003700328245008600365263000900451264006000460300002200520336002600542337002600568338003600594520030100630520048600931588010301417650002801520650004801548650007001596650006701666776014901733994001201882on1390709523OCoLC20230718213016.0m o d cr |||||||||||230624s2024 miu o 000 0 eng  a 2023029090 aDLCbengerdacDLC a9781640702868q(epub) a1640702865 z9781640702844q(paperback) a(OCoLC)1390709523 apcc00aBV452800a248.8/66223/eng/20230712 aREL012010aREL0120302bisacsh1 aNutter, Marilyn,d1946-eauthor.10aHope for widows :breflections on mourning, living, and change /cMarilyn Nutter. a2401 1aGrand Rapids, MI :bOur Daily Bread Publishing,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier a"Sixty-five interactive reflections guide widows to God's faithfulness in their upside-down lives, moving loss toward hope. Women will discover how, even in overwhelming grief, they can find treasures, purpose, and hope in a new journey marked by changes and challenges"--cProvided by publisher. a"Hope for Widows offers women connections in their grief, guiding them to see hope, grace, and comradery on an unfamiliar path. With personal reflections, questions, and expressions of gratitude, widows will join Marilyn Nutter in recognizing God's faithful presence in details and unusual places. The 65 vignettes apply Scripture and relevant quotes to grief and mourning and look with transparency at how widowhood dramatically changes a woman's life. "--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aWidowsxReligious life. 0aWidowhoodxReligious aspectsxChristianity. 7aRELIGION / Christian Living / Death, Grief, Bereavement.2bisacsh 7aRELIGION / Christian Living / Family & Relationships.2bisacsh08iPrint version:aNutter, Marilyn, 1946-tHope for widowsdGrand Rapids, MI : Our Daily Bread Publishing, [2024]z9781640702844w(DLC) 2023029089 a92bPUL01522nam a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042001500179050002200194100004200216245015200258250003100410264006200441300002300503336002600526337002800552338002700580504005700607650002200664650002800686650002000714650004200734650005000776880003300826880015700859880003101016880006501047994001201112on1390709539OCoLC20230718213016.0200303s2019 ae b 000 0 ara  a 2020348837 aDLCbengerdacDLC c(3 a9789961528549 a9961528549 a(OCoLC)1390709539 alcodeapcc00aKZ6471b.R87 20191 6880-01aRūshū, Khālid,eauthor.136880-02aal-Uṭur al-nāẓimah li-ḥālat al-ḍarūrah al-ʻaskarīyah fī al-qānūn al-duwalī al-insānī /cD. Khālid Rūshū. 6880-03aal-Ṭabʻah 2019. 16880-04aal-Jazāʼir :bDār al-Khaldūnīyah,c2019. a381 pages ;c24 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references (pages 337-371). 0aHumanitarian law. 0aWar (International law) 0aNecessity (Law) 0aWar victimsxLegal status, laws, etc. 0aPacific settlement of international disputes.1 6100-01aروشو، خالد.126245-02aالأطر الناظمة لحالة الضرورة العسكرية في القانون الدولي الإنساني /cد. خالد روشو. 6250-03aالطبعة 2019. 16264-04aالجزائر :bدار الخلدونية،c2019. a92bPUL01483nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002500151020001500176020002600191020001500217020003100232035002200263042000800285050001000293082002800303100002800331245006000359263000900419264005500428300002200483336002600505337002600531338003600557504005100593520010700644588010300751650001500854650003700869776015500906994001201061on1390709553OCoLC20230718213016.0m o d cr |||||||||||230713s2024 mau ob 001 0 eng  a 2023028464 aDLCbengerdacDLC a9780262379038q(pdf) a0262379031 a9780262379021q(epub) a0262379023 z9780262548229q(paperback) a(OCoLC)1390709553 apcc00aHB17100a330.01223/eng/202307131 aSpiegler, Ran,eauthor.14aThe curious culture of economic theory /cRan Spiegler. a2403 1aCambridge, Massachusetts :bThe MIT Press,c[2024] a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"One economist's reflections on the professional culture of economic theory"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEconomics. 0aEconomicsxSociological aspects.08iPrint version:aSpiegler, Ran.tCurious culture of economic theorydCambridge, Massachusetts : The MIT Press, [2024]z9780262548229w(DLC) 2023028463 a92bPUL02139nam a22004098i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002700151020001500178020003100193035002200224042000800246050001100254082003300265100003200298245013700330263000900467264006200476300002200538336002600560337002600586338003600612504005100648520052600699588010301225650009401328650007801422650002801500700002901528776016001557994001201717on1390709560OCoLC20230718213016.0m o d cr |||||||||||230525s2024 nhu ob 001 0 eng  a 2023018096 aDLCbengerdacDLC a9781625316325q(ebook) a1625316321 z9781625316318q(paperback) a(OCoLC)1390709560 apcc00aLB157600a372.62/3044223/eng/202307151 aLa Rocca, Whitney,eauthor.10aPatterns of revision, grade 3 :binviting 3rd graders into conversations that elevate writing /cWhitney La Rocca and Jeff Anderson. a2312 1aPortsmouth, New Hampshire :bStenhouse Publishers,c2024. a1 online resource atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references and index. a"With every lesson grounded in the critical strategy of writers talking out their revisions, Patterns of Revision will establish routines, practices, and mindsets to set you and your students up for success from day one. Discover the joy inherent in writing - and writing instruction - when we explore revision through engaging inquiry and the study of models, building flexible, competent revisors, step-by-step, in an open-ended discussion of meaning driven revision choices and their effects"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEnglish languagexComposition and exercisesxStudy and teaching (Elementary)xEvaluation. 0aComposition (Language arts)xStudy and teaching (Elementary)xEvaluation. 0aThird grade (Education)1 aAnderson, Jeff,eauthor.08iPrint version:aLa Rocca, Whitney.tPatterns of revision, grade 3dPortsmouth, New Hampshire : Stenhouse Publishers, 2024z9781625316318w(DLC) 2023018095 a92bPUL02336nam a22004338i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020003100151020003100182035002200213042000800235043003900243050001000282082003000292100002800322245011600350263000900466264004900475300002300524336002600547337002600573338003600599490002500635504005100660505005700711520072800768588010301496650002801599650002501627650003001652650003201682776017601714994001201890on1390709561OCoLC20230718213016.0m o d cr |||||||||||230517s2023 nyu ob 001 0 eng  a 2023023405 aDLCbengerdacDLC a9798886979237q(adobe pdf) z9798886977936q(hardcover) a(OCoLC)1390709561 apcc au-at---an-cn---au-nz---an-us---00aK106600a346/.082223/eng/202307131 aBaber, Graeme,eauthor.13aAn overview of banking law in four English-language jurisdictions /cGraeme Baber, researcher in financial law. a2308 1aHauppauge :bNova Science Publishers,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aLaws and legislation aIncludes bibliographical references and index.0 aAustralia -- Canada -- New Zealand -- United States. a"In each of Chapters 1 to 4, the monograph introduces the legal system of four English-Language jurisdictions, namely Australia, Canada, New Zealand and the United States of America, and then considers the regulators, and some of the laws that regulate, banking activities there. Chapter 5 comprises concluding comments, based upon the work performed for the earlier chapters. In all three federal jurisdictions, namely, Australia, Canada, and the United States of America, banking law falls within the purview of the federal government. Notwithstanding this, the structure and content of the laws differs to some extent - which is a result, in part, of the particular history of the jurisdiction"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aBanking lawzAustralia. 0aBanking lawzCanada. 0aBanking lawzNew Zealand. 0aBanking lawzUnited States.08iPrint version:aBaber, Graeme.tOverview of banking law in four English-language jurisdictionsdHauppauge : Nova Science Publishers, 2023z9798886977936w(DLC) 2023023404 a92bPUL02668nam a22004698i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128020002600151020001500177020003100192020002500223020001500248020003000263035002200293042000800315050001100323082002700334100004000361245012300401263000900524264003500533300002300568336002600591337002600617338003600643490005200679504004100731520099000772588010301762650002701865650004101892650003801933700003401971700004402005776013702049994001202186on1390709562OCoLC20230718213016.0m o d cr |||||||||||230710s2023 nyu ob 000 0 eng  a 2023027959 aDLCbengerdacDLC a9781636670829q(mobi) a1636670822 z9781636671666q(paperback) a9781636670812q(pdf) a1636670814 z9781636671673q(hardback) a(OCoLC)1390709562 apcc00aLB14.700a370.1223/eng/202307141 aLatremouille, Jodi,d1978-eauthor.13aAn ecological pedagogy of joy :bon relations, aliveness and love /cJodi Latremouille, Lesley Tait, David W. Jardine. a2310 1aNew York :bPeter Lang,c2023. a1 online resource. atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 aComplicated conversation,x1534-2816 ;vVol. 59 aIncludes bibliographical references. a"An Ecological Pedagogy of Joy is an interweaving that explores the conduct of pedagogy in these ecologically sorrowful times. Drawing upon our collective experiences as teachers and students, as well as First Nations ancestries and knowledge, ecological images and ideas, and threads of thought from interpretive traditions, our book not only speaks about these matters, but is organized to provide readers with pathways, alternating voices, deep philosophical ventures, and personal and practice examples. This book is a valuable resource for any practicing teacher or education student (graduate or undergraduate) who is interested in exploring emerging ventures into relations, aliveness, and love as keys to the well-being of schools. It also provides examples of how interpretive work can be done in a rigorous and scholarly manner, and carefully threads into this First Nations ideas and practices that enhance and elaborate the pathways we have taken"--cProvided by publisher. aDescription based on print version record and CIP data provided by publisher; resource not viewed. 0aEducationxPhilosophy. 0aEnvironmental educationxPhilosophy. 0aTraditional ecological knowledge.1 aTait, Lesley,d1979-eauthor.1 aJardine, David William,d1950-eauthor.08iPrint version:aLatremouille, Jodi, 1978-tEcological pedagogy of joydNew York : Peter Lang, 2023z9781636671666w(DLC) 2023027958 a92bPUL01513nam a22003858i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003100117020001500148020002600163035002200189042000800211043001200219050002500231082003200256100002600288245009800314250002000412263000900432264002900441300001400470336002600484337002800510338002700538490002700565520027700592650004000869650003500909651003900944776013200983994001201115on1390709563OCoLC20230718213016.0230717s2023 ilu 000 0 eng  a 2023032449 aDLCbengerdacDLC a9781572843318q(hardcover) a1572843314 z9781572848801q(epub) a(OCoLC)1390709563 apcc an-us-wi00aTX907.3.W6bF35 202300a647.957504223/eng/202307171 aFaiola, Ron,eauthor.10aWisconsin supper clubs :pan old fashioned experience /cWords and photography by Ron Faiola. aSecond edition. a2311 1aChicago :bAgate,c2023. apages cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aWisconsin supper clubs a"Supper clubs guru Ron Faiola is back with updated chronicles and beautiful new photographs from the clubs that captured the attention of readers of his first three books, and also features several new venues shaking up this midwestern tradition"--cProvided by publisher. 0aRestaurantszWisconsinvGuidebooks. 0aDinners and diningzWisconsin. 0aWisconsinxDescription and travel.08iOnline version:aFaiola, Ron.tWisconsin supper clubsbSecond edition.dChicago : Agate, 2023z9781572848801w(DLC) 2023032450 a92bPUL01778nam a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117020001800124020001500142035002200157042000800179043001200187050002200199100007400221245010000295264009100395300002300486336002600509337002800535338002700563500015900590504005700749650003500806650004300841880013800884880014601022880023601168994001201404on1390709580OCoLC20230718213016.0201203s2019 ru b 000 0 rus  a 2021429604 aDLCbengerdacDLC c(N a9785725330083 a5725330087 a(OCoLC)1390709580 apcc ae-ru---00aKLB858b.V56 20191 aVinichenko, I︠U︡. V.q(I︠U︡lii︠a︡ Varazdatovna),eauthor.106880-01aGrazhdanskiĭ oborot :bopyt sistemnogo issledovanii︠a︡ /cI︠U︡.V. Vinichenko. 16880-02aIrkutsk :bIzdatelʹstvo Baĭkalʹskogo gosudarstvennogo universiteta,c2019. a373 pages ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier 6880-03aAt head of title: Ministerstvo nauki i vysshego obrazovanii︠a︡ Rossiĭskoĭ Federat︠s︡ii, Baĭkal'skiĭ gosudarstvennyĭ universitet. aIncludes bibliographical references (pages 319-373). 0aContractszRussia (Federation) 0aObligations (Law)zRussia (Federation)106245-01aГражданский оборот :bопыт системного исследования /cЮ.В. Виниченко. 16264-02aИркутск :bИздательство Байкальского государственного университета,c2019. 6500-03aAt head of title: Министерство науки и высшего образования Российской Федерации, Байкальский государственный университет. a92bPUL01146nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020002900117020001500146035002200161042000800183043001200191050002600203100004100229245008600270250002000356264008000376300005300456336002600509337002800535338002700563500002000590504007900610600003100689650004100720650003500761994001200796on1390709586OCoLC20230718213016.0220716s2022 gw ah b 001 0 ger  a 2022389054 aDLCbengerdacDLC a9783947373697qhardbound a3947373694 a(OCoLC)1390709586 apcc ae-gx---00aML410.M4395bB48 20221 aBeuys, Barbara C.,d1943- ,eauthor.10aEmilie Mayer, Europas grösste Komponistin :beine Spurensuche /cBarbara Beuys. a2 Auflage 2022. 1aWeilerswist-Metternich :bDittrich, ein Imprint der Velbrück GmbH,c2022. a235 pages :billustrations, facsimilies ;c22 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes index. aIncludes bibliographical references and sources (pages 219-230) and index.10aMayer, Emilie,d1812-1883. 0aWomen composerszGermanyvBiography. 0aComposerszGermanyvBiography. a92bPUL00756nam a2200265 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172050002900180100004500209245005300254264003600307300004000343336002600383337002800409338002700437490001400464994001200478on1390709587OCoLC20230718213016.0220514s2021 ag a 000 1 spa  a 2022409782 aDLCbengerdacDLC a9789874147844 a9874147849 a(OCoLC)1390709587 apcc00aPQ7798.422.A87bH39 20151 aLastero, Lucila Rosario,d1978-eauthor.13aUn tango interminable /cLucila Rosario Lastero. 1a[Morón?] :bMacedonia,c2021. a62 pages :billustrations ;c20 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aNarrativa a92bPUL01622nam a2200349 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117035002200124042000800146043001200154050002400166245016900190264009500359300004000454336002600494337002800520338002700548610007300575650006300648710009000711880014100801880008400942880006301026880002501089880006701114880007901181994001201260on1390709594OCoLC20230718213016.0211110s2021 ja a f000 0 jpn  a 2021422341 aDLCbengerdacDLC c$1 a(OCoLC)1390709594 apcc aa-ja---00aUA849.K96bF85 2021006880-01aFukuchiyama to Jieitai no ayumi :bRikujō Jieitai Fukuchiyama Chūtonchi sōritsu 70-shūnen kinenshichenshū Fukuchiyama Chūtonchi Kōhōshitsu. 16880-02a[Kyōto-fu Fukuchiyama-shi] :bFukuchiyama Jieitai Kyōryokukai,cReiwa 3 [2021] a179 pages :billustrations ;c31 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier106880-03aJapan.bRikujō Jieitai.bFukuchiyama ChūtonchixHistory. 0aMilitary bases, JapanesezJapanzFukuchiyama-shixHistory.1 6880-04aJapan.bRikujō Jieitai.bFukuchiyama Chūtonchi.bKōhōshitsu,eeditor.006245-01a福知山と自衛隊の步み :b陸上自衛隊福知山駐屯地創立70周年記念誌 /c編集福知山駐屯地広報室. 16264-02a[京都府福知山市] :b福知山自衛隊協力会,c令和3 [2021] 6500-00a共同刊行: 宮津の鄉土を愛する友の会 6504-00a年表あり146610-03aJapan.b陸上自衛隊.b福知山駐屯地xHistory.1 6710-04aJapan.b陸上自衛隊.b福知山駐屯地.b広報室,eeditor. a92bPUL01107nam a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192100003500216245013400251264006700385300005500452336002600507337002800533338002700561490003700588504005700625651004400682650005500726994001200781on1390709595OCoLC20230718213016.0220313s2020 ht adb b 000 0 fre  a 2022490121 aDLCbengerdacDLC a9789997064547 a9997064542 a(OCoLC)1390709595 apcc anwht---00aHC153.Z7bV475 20201 aLucien, Georges Eddy,eauthor.10aEspaces périphériques et économie d'archipel :bla trajectoire contemporaine de Verrettes (Haïti) /cGeorges Eddy Lucien. 1aPort-au-Prince, Haïti :bÉditions Gouttes-Lettres,c[2020] a234 pages :billustrations, charts, maps ;c24 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aCollection Études haïtiennes aIncludes bibliographical references (pages 229-234). 0aVerrettes (Haiti)xEconomic conditions. 0aGlobalizationxEconomic aspectszHaitizVerrettes. a92bPUL00793nam a22002413 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001500134051003900149100006100188245002700249260005000276300002400326650003500350650004200385700005300427710005900480994001200539on1390709628OCoLC20230718213016.0820519s1700 fr 000 0 fre  a 31025080  aDLCbengcDLC a(OCoLC)139070962800aHQ800b.S8 aHQ800b.S8 Copy 2cToinet no. 12321 aSuchon, Gabrielle,dactive 1698-1700. [from old catalog]10aDu celibat volontaire. aA Paris,bChez Jean & Michel Guignard,c1700. a2 v.c18 cm. (12mo) 0aCelibacyvEarly works to 1800. 0aConduct of lifevEarly works to 1800.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01218nam a2200337 i 4500001001300000003000600013005001700019008004100036010001700077040002300094020001800117020001500135035002200150042000800172043001200180050002400192245017200216250002500388264006200413300002500475336002600500337002800526338002700554490004700581504004100628610006900669650001900738650003200757700007900789994001200868on1390709644OCoLC20230718213016.0230524s2020 sp b 000 0 spa  a 2023417825 aDLCbengerdacDLC a9788413092850 a841309285X a(OCoLC)1390709644 apcc ae-sp---00aKKT880b.C6625 202000aComentarios a la Ley de arrendamientos urbanos /cRodrigo Bercovitz Rodríguez-Cano (coordinador) ; autores, Rodrigo Bercovitz Rodríguez-Cano [and fourteen others]. aSéptima edición. 1aCizur Menor (Navarra) :bThomson Reuters Aranzadi,c2020. a1527 pages ;c25 cm. atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aColección Grandes tratados Aranzadi ;v7 aIncludes bibliographical references.10aSpain.tLey 29/1994, de 24 noviembre, de arrendamientos urbanos. 0aLeaseszSpain. 0aLandlord and tenantzSpain.1 aBercovitz Rodríguez-Cano, Rodrigo,ewriter of added commentary,eeditor. a92bPUL02882nam a22003738i 4500001001300000003000600013005001700019008004100036010001700077040002300094020003000117020001500147020003100162020001500193020002700208035002200235042000800257043001200265050002500277082003000302100004200332245007400374263000900448264003800457300001300495336002600508337002800534338002700562504005100589520179000640610003102430650003502461994001202496on1390709650OCoLC20230718213016.0230609s2024 nyu b 001 0 eng  a 2023018895 aDLCbengerdacDLC a9780367427443q(hardback) a0367427443 a9781032575728q(paperback) a1032575727 z9781003001065q(ebook) a(OCoLC)1390709650 apcc an-us---00aHG3751.7b.C374 202400a332.7/43223/eng/202307171 aCash, Danielc(Law teacher),eauthor.12aA modern credit rating agency :bthe story of Moody's /cDaniel Cash. a2309 1aNew York, NY :bRoutledge,c2024. apages cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aIncludes bibliographical references and index. a"This book aims to present a picture of one of the world's leading credit rating agencies. Credited as being the first credit rating agency, Moody's stands as the epitome of the rating sector and all that it effects. However, outside of internal and non-public histories compiled within the rating agency itself, the story of Moody's has never been told, until now. However, this is not a historical book. Rather, this book paints a picture of Moody's on a wider canvass that introduces the concept of rating to you, taking into account the origins of the sector, the competitive battles that formed the modern-day oligopoly, and the characters that have each taken their turn on sculpting the industry that, today, is critical to the modern economy. The book is a story of personable people who provided the market with what it needed, but it is more than that. It is a story of conflict, impact, strategy, and most of all the relationship between big business and modern society. Standing as the gatekeeper to the capital markets that form the core of modern society, Moody's represents the very best of what the marketplace can produce, but also the very worst. This story takes in economic crises in the antebellum United States, the Panics of the early 1900s, the Wall Street Crash and the Great Depression and, of course, the Global Financial Crisis. It does this because, at the heart of each one was a member of the rating industry or the reporting industry that preceded it. Associated with almost any financial scandal you may care to remember the credit rating agencies, in their often-uncomfortable role as gatekeepers, have their fingerprints on most financial scandals and calamities. This book tells the story of the industry's founding member"--cProvided by publisher.20aMoody's Investors Service. 0aCredit ratingszUnited States. a92bPUL00714nam a22002293 4500001001300000003000600013005001700019008004100036010001700077040001800094035002200112050001400134051003800148100007800186245002300264260004500287300001800332650001000350700005300360710005900413994001200472on1390709651OCoLC20230718213016.0810220s1695 ne 000 0 fre  a 31023497  aDLCbengcDLC a(OCoLC)139070965100aHQ19b.P7 aHQ19b.P7 Copy 2cToinet no. 11781 a[Pringy, (de Marenville),cMme. de]dactive 1694-1709. [from old catalog]12aL'amour a la mode. aA Amsterdam,bChez George Galler,c1695. ap. cm. (12mo) 0aLove.1 aToinet, Raymond,d1843-1936,eformer owner.5DLC2 aPre-1801 Imprint Collection (Library of Congress)5DLC a92bPUL01537nas a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050002000172130004000192245002100232264007600253300003700329310001400366336002600380337002800406338002700434362003000461362004500491500009200536546008600628588005400714650003000768650004900798650006400847650006600911650003900977710005201016850000801068936002701076994001201103on1390709697OCoLC20230718213016.0230718u2019uuuuiq qr p 0 0kuro  a 2023355201 aDLCbengcDLCerda a(OCoLC)13907096971 akurhmul apcc aa-iq---00aDS70.8.K8bS4760 aSerdemî nwê (Kurdistān, Iraq)10aSerdemî nwê. 1aSilemanî [Kurdistan, Iraq] :bDezgay Çap u Pexşî Serdem,c2019- avolumes :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Beharî 2019)-0 aSałî yekem, jimare 1 (Beharî 2022)- a"Werznameyekî keltûrîy giştîye, Dezgay Çap u Pexşî Serdem derîdekat." aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.1 aJimare 2 (Hawînî 2019); ttle from title page. 0aKurdszIraqvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aLiterature, ModernvTranslations into KurdishvPeriodicals. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aCivilization, ModernvPeriodicals.2 aDezgay Çap u Pexşî Serdem,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01291nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050001800159245001300177264007100190300005100261310001400312336002600326337002800352338002700380362003000407500004700437546004000484588004300524650006600567650004700633650004100680651005600721650004300777650003800820850000800858936002700866994001200893on1390709717OCoLC20230718213016.0230718c20179999iq qr p 0 0kur  a 2023355196 aDLCbengerdacDLC a(OCoLC)1390709717 apcc aa-iq---00aPK6901b.A32900aKelên. 3aSoran, Hewlêr [Kurdistan, Iraq :bÇapxaney R̄ojhełat,c2017- avolumes :bchiefly color illustrations,c20 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Beharî 2017)- a"Govarêkî edebî hunerî werzîye." aIn Sorani Kurdishb(Arabic script).1 aJimare 5 (2018); ttle from title page. 0aKurdihs literaturezIraqxHistory and criticismvPeriodicals. 0aCriticismzIraqzKurdistānvPeriodicals. 0aArtzIraqzKurdistānvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals. 0aKurdsxCivilizationvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01225cas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001700122035002200139037005000161042001400211050001700225082002500242110003700267222006300304245005700367246003200424246004100456264003400497300003800531310001100569321001300580336002600593337002800619338002700647588004500674588002700719610003800746650003500784850000800819994001200827on1390709742OCoLC20230718213016.0230718u18uuuuuunyuar c 0 a0eng  a 2023204287 aDLCbengerdacDLCdDLC0 a2993-457521 a(OCoLC)1390709742 bAugust Pollmann, No. 58 Maiden Lane, New York apccansdp00aML155b.P65a00a784223/eng/202307182 aAugust Pollmann (Firm),eauthor. 0aCatalogue of musical merchandiseb(August Pollmann (Firm))10aCatalogue of musical merchandise /cAugust Pollmann.1 aAugust Pollmann's catalogue1 aAugust Pollmann's complete catalogue 1aNew York :b[August Pollmann] avolumes :billustrations ;c27 cm aAnnual aBiennial atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aEdition G (1887/1888); title from cover.1 aEdition L (1895/1896).20aAugust Pollmann (Firm)vCatalogs. 0aMusical instrumentsvCatalogs. aDLC a92bPUL02040cas a22004337i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001700122035002200139042001400161050001600175082002500191111007200216210004600288222008400334245007600418246000800494246006900502246004300571246009100614246008300705264003700788264005300825310001100878336002600889337002800915338002700943362002800970588005300998588002901051776021001080780018901290856006801479856004701547994001201594on1390709786OCoLC20230718213016.0230718c20159999njuar 1 a0eng  a 2023202261 aDLCbengerdacDLCdDLC0 a2993-458321 a(OCoLC)1390709786 ansdpamsc10aISSN RECORD10a621223/eng/202307182 aInternational Conference on Research and Education in Mechatronics.0 aInt. Conf. Res. Educ. Mechatron.b(Print) 0a... International Conference on Research and Education in Mechatronicsb(Print)10a... International Conference on Research and Education in Mechatronics.1 aREM1 aInternational Conference on Research & Education in Mechatronics1 aResearch and Education in Mechatronics1 aProceedings for the International Conference on Research and Education in Mechatronics1 aInternational Conference on Research and Education in Mechatronics proceedings 1a[Piscataway, New Jersey] :bIEEE 2aRed Hook, NY :bAvailable from Curran Associates aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: 16th (2015)0 a16th (2015) ; title from title page (surrogate).1 a21st (2020) (surrogate).08iOnline version:aInternational Conference on Research and Education in Mechatronics.t... International Conference on Research and Education in Mechatronicsx2993-4591w(DLC) 2023202262w(OCoLC)107647441800aInternational Workshop on Research and Education in Mechatronics.t... International Workshop on Research and Education in Mechatronicsx2993-4559w(DLC) 2023202259w(OCoLC)139070026641uhttps://ieeexplore.ieee.org/xpl/conhome/1804050/all-proceedings42uhttps://www.proceedings.com/zSearch "REM" a92bPUL01426cas a2200409 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002800128035002200156042000800178050001100186245006300197246004200260246004200302264004800344300002400392310001100416336002600427337002600453338003400479500003900513500008300552515004100635588003800676588001400714610004700728650003500775710006100810710004000871776008500911850000800996994001201004on1390709829OCoLC20230718213016.0m q d co |g|||||||||230718u20uuuuuumouar psq 0 a0eng  a 2023207307 aDLCbengerdacDLCdDLC a(OCoLC)1390709829 apcc00aBX867000aWorship resources :bbeginning advent ... up to advent ...1 aBeginning advent ... up to advent ...1 aCommunity of Christ worship resources 1aIndependence, MO :bHerald Publishing House aCD-ROMs ;c4 3/4 in aAnnual atextbtxt2rdacontent acomputerbc2rdamedia acomputer discbcd2rdacarrier aEach issue also has a theme title. aChurch of Christ follows a three year lectionary cycle, Year A through Year C. a2012/2012 volume also called Year C.0 a2012/2013; title from disc label.1 a2012/201320aCommunity of ChristxLiturgyvPeriodicals. 0aWorship programsvPeriodicals.2 aHerald Publishing House (Independence, Mo.),epublisher.2 aCommunity of Christ,eissuing body.08iPrint version:tWorship resourcesx1553-1287w(DLC) 2004209554w(OCoLC)56627660 aDLC a92bPUL01351cas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022002500122035002200147042000800169043001200177050001500189245007200204246001100276264009700287300004300384310001100427336002600438337002800464338002700492362003100519500010000550588005400650588003100704650005100735650003700786650005200823710008200875850000800957994001200965on1390709834OCoLC20230718213016.0230718c20219999nr uu j 0 0eng  a 2023213102 aDLCbengerdacDLCdDLC a2814-290Xl2814-290X a(OCoLC)1390709834 apcc af-nr---00aG143b.J3500aJalingo journal of geography and environmental resource management.1 aJJGERM 1aJalingo, Taraba State, Nigeria :bDepartment of Geography, Taraba State University,c[2021]- avolumes :billustration, maps ;c27 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aVol. 1, no. 1 (July 2021). a"A journal of Department of Geography, Taraba State University, Jalingo, Taraba State Nigeria".0 aVol. 1, no. 1 (July 2021); title from title page.1 aVol. 1, no. 1 (July 2021). 0aEnvironmental geographyzNigeriavPeriodicals. 0aGeographyzNigeriavPeriodicals. 0aEnvironmental managementzNigeriavPeriodicals.2 aTaraba State University.bDepartment of Geography,eissuing body,epublisher. aDLC a92bPUL01097nas a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117043001200139050002000151110004300171245008600214246007000300264005600370300003800426310001100464336002600475337002800501338002700529362001000556588005500566588003400621650004200655650005400697850000800751994001200759on1390709858OCoLC20230718213016.0230718u2015uuuugy ar f0 0eng  a 2023325844 aDLCbengerdacDLC a(OCoLC)1390709858 as-gy---00aHJ9923.G87bG871 aGuyana.bMinistry of Finance,eauthor.10aPublic debt annual report /cCooperative Republic of Guyana, Ministry of Finance.1 iIssues for <2016-> have title:aGuyana public debt annual report. 1a[Georgetown, Guyana] :bMinistry of Finance,c2015- avolumes :billustrations ;c28 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2015-0 aDescription based on: 2015; title from title page.1 aLatest issue consulted: 2017. 0aFinance, PubliczGuyanavPeriodicals. 0aFinance, PubliczGuyanaxAccountingvPeriodicals. aDLC a92bPUL01327nas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001800172245003800190264009600228300005100324310001400375336002600389337002800415338002700443362003100470500009000501546007500591588005200666650003600718650003900754650004300793710007000836850000800906936002700914994001200941on1390709919OCoLC20230718213016.0230718u2016uuuuiq uu p 0 0kuro  a 2023355197 aDLCbengerdacDLC a(OCoLC)13907099191 akurhmul apcc aa-iq---00aB105.T54bN3900aNawext /cNawendî Ẍezelnûs. 1aSilêmanî [Kurdistan, Iraq] :bNawendî Ẍezelnûs bo Çap u Biławkirdinewe,c2016- avolumes :bchiefly color illustrations,c20 cm aIrregular atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Zistanî 2016)- a"Nawextnameyekî bîrî rexneyî hewçerxe, Nawendî Ẍezelnûs derîdekat." aIn Sorani Kurdishb(Arabic script); translated from various languages.1 aJimare 2 (Zistani 2019); title from title page. 0aCritical thinkingvPeriodicals. 0aThought and thinkingvPeriodicals. 0aKurdsxIntellectual lifevPeriodicals.2 aNawendî Ẍezelnûs bo Çap u Biławkirdinewe,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL00987nas a22003138i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204110006700220245008600287263001100373264009600384310001100480336002600491337002600517338003600543856003400579936004800613994001200661on1390710073OCoLC20230718213016.0m o d cr |||||||||||230718c20239999njuar o 0 a0eng  a 2023202100 aDLCbengerdacDLC l10 a2993-461321 a(OCoLC)1390710073 amsc10aISSN RECORD2 aAcademy of Latin American Business and Sustainability Studies.00aProceedings of the Academy of Latin American Business and Sustainability Studies. a202311 1aEast Brunswick, NJ :bAcademy of Latin American Business and Sustainability Studies,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier40uhttps://albus.lat/proceedings aPREPUB: Publication expected: November 2023 a92bPUL01551nas a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050001700168245004600185264007000231300005400301310001400355336002600369337002800395338002700423362003900450500008300489546008600572588002100658588004300679650006600722650006000788650005600848651005600904650004300960650003801003710005301041850000801094936002701102994001201129on1390710091OCoLC20230718213016.0230718c20219999iq qr p 0 0kuro  a 2023355195 aDLCbengerdacDLC a(OCoLC)1390710091 apcc aa-iq---aaw-----00aPK6901b.A5500aWaner /cKomelgey Perwerdeyî Margrêt. 1aSilêmanî [Kurdistan, Iraq :bKomelgey Perwerdeyî Margrêt, avolumes :bchiefly color illustrations,c23x23 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Jimare 1 (05/03/2021). a"Govarêkî edebî werzîye, Komelgey Perwerdeyî Margrêt derîdekat." aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.0 aJimare 2 (2021).1 aJimare 6 (2022); ttle from title page. 0aKurdihs literaturezIraqxHistory and criticismvPeriodicals. 0aKurdihs literaturexHistory and criticismvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals. 0aKurdsxCivilizationvPeriodicals.2 aKomełgey Perwerdeyî Margrêt,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01467nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043001200147050001700159245006400176246004600240264009600286300005400382310001400436336002600450337002800476338002700504362003300531500010900564546004000673588005000713650006600763651005600829650004300885650003800928710006800966850000801034936002701042994001201069on1390710186OCoLC20230718213016.0230718c20219999iq qr p 0 0kur  a 2023355200 aDLCbengerdacDLC a(OCoLC)1390710186 apcc aa-iq---00aPK6901b.A1900aDiyalog /cNawendî R̄roşinbîrî w Hunerî Diyalog.1 iTile on page 4 of cover in Latin:aDyalog 1aSoran, Hewlêr [Kurdistan, Iraq :bNawendî R̄roşinbîrî w Hunerî Diyalog,c2021- avolumes :bchiefly color illustrations,c23x23 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Temmûzî 2021)- a"Govarêkî edebî, fikrîy werzîye, Nawendî R̄roşinbîrî w Hunerî Diyalog derîdekat." aIn Sorani Kurdishb(Arabic script).1 aJimare 5 (Temmuz 2022); ttle from title page. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals. 0aKurdsxCivilizationvPeriodicals.2 aNawendî R̄roşinbîrî w Hunerî Diyalog,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL01345nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001700172245000900189246001600198246002300214264005600237300003700293310001400330336002600344337002800370338002700398362003200425500009200457546008600549588005100635650006600686650005600752650004900808650004300857850000800900936002700908994001200935on1390710211OCoLC20230718213016.0230718c20219999iq qr p 0 0kuro  a 2023355206 aDLCbengerdacDLC a(OCoLC)13907102111 akurhmul apcc aa-iq---00aPK6908b.A4900a2+5.3 aTû+pênc3 aTû zêde pênc 3a[Kurdistan, Iraq :bÇapxaney Çwarçira,c2021- avolumes :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Hawînî 2021)- a"Govarêkî werzîy edebî w hunerîye, Zana Xelîl u Bahoz Mistefa derîdekat." aIn Sorani Kurdishb(Arabic script); some texts translated from various languages.1 aJimare 4 (Behari 2022); title from title page. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdszIraqzKurdistānvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01316cas a22003737i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005100167042001400218050001600232082002500248210002700273222002700300245004500327264005000372310001400422336002600436337002800462338002700490362005700517500006200574546004900636588006300685588004500748776008300793856005400876994001200930on1390710245OCoLC20230718213016.0230718c20239999cauqr j 0 a0eng  a 2023201026 aDLCbengerdacDLCdDLC l10 a2993-460521 a(OCoLC)1390710245 b211 El Camino Real #852, Santa Clara, CA 95050 apccansdp10aISSN RECORD10a500223/eng/202307180 aShodh Utkarshb(Print) 0aShodh Utkarshb(Print)00aShodh Utkarsh :bresearch arete journal. 1a[Santa Clara, CA] :b[Shodh Utkarsh?],c2023- aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Volume 1, issue 01 (January/March 2023). aEditor: Dr. Naresh Reddy; Chief editor: Dr. Mukesh Konda. aText in English; title in English and Hindi.0 aVolume 1, issue 01 (January/March 2023); title from cover.1 aVolume 1, issue 01 (January/March 2023).08iOnline versiontShodh Utkarshx2993-4648w(DLC) 2023201027w(OCoLC)139071114741uhttps://edwin.co.in/JMS/index.php/SU/issue/view/3 a92bPUL01264nas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001400172245001800186264006900204300003700273310001400310336002600324337002800350338002700378362003900405500005000444546007900494588006600573650005200639650005600691650004700747650004900794850000800843936002700851994001200878on1390710379OCoLC20230718213016.0230718c20219999iq qr p 0 0kuro  a 2023355199 aDLCbengcDLCerda a(OCoLC)13907103790 akurhmul apcc aa-iq---00aPN9b.G4700aGêr̄anewe. 1aHewlêr [Kurdistan, Iraq] :b[publisher not identified],c2021- avolumes :billustrations,c24 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSałi 1, jimare 1 (Beharî 2021)- a"Govarêkî taybete be gêr̄anewenasî." aIn Sorani and Kurdishb(Arabic script); translated from various languages.1 aSałî 1, jimare 3 (Payîzî 2021); title from title page. 0aLiteraturexHistory and criticismvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aTranslating and interpretingvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01317cas a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122035002200129042000800151043001200159050002500171245005400196264006000250300003800310336002600348337002800374338002700402588007100429588005000500500004400550651006600594651006500660710005000725850000800775880005400783880005600837880005000893994001200943on1390710413OCoLC20230718213016.0230718c20uu9999ja uu p 0 d0jpn  a 2023211691 aDLCbengerdacDLCdDLC c$1 a(OCoLC)1390710413 apcc aa-ja---00aDS894.39.A559bT7878006880-01aTsugarugaku :baruku, miru, kiku Tsugaru. 16880-02aAomori-ken Aomori-shi :bTsugaru ni Manabu Kai. avolumes :billustrations ;c21 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier aDescription based on: 12-gō (April 2020); title from title page. aLatest issue consulted: 12-gō (April 2020). aEach issue has also a distictive title. 0aTsugaru Region (Japan)xSocial life and customsvPeriodicals. 0aTsugaru Region (Japan)xDescription and travelvPeriodicals.2 6880-03aTsugaru ni Manabu Kai,eissuing body. aDLC006245-01/$1a津軽学 :b步く見る聞く津軽. 16264-02/$1a青森県青森市 :b津軽に学ぶ会2 6710-03/$1a津軽に学ぶ会,eissuing body. a92bPUL01445nas a2200385 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001800139042000800157043002100165050001800186245005300204264007800257300005100335310001400386336002600400337002800426338002700454362003000481500013900511546009200650588005500742650003500797650004500832651003900877650004300916710005300959850000801012936002701020994001201047on1390710414OCoLC20230718213016.0230718c20219999iq qr p 0 0kuro  a 2023355198 aDLCbengerdacDLC a(OCoLC)13907104140 akurazzaaira apcc aa-iq---aaw-----00aPK6901b.A59300aZiman u zar /cKomełgey Perwerdeyî Margrêt. 1aSilêmanî [Kurdistan, Iraq] :bKomelgey Perwerdeyî Margrêt,c2021- avolumes :bchiefly color illustrations,c25 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aJimare 1 (Payizî 2021)- a"Govarêkî zamannasîy werzîye, Komelgey Perwerdeyî Margrêt u Rêkxirawî Xanî bo Lêkołînewey Hizrî derîdekat." aIn Sorani and Kurmanji Kurdishb(Arabic script & roman); some texts in Zaza and Gurani.1 aJimare 4 (Hawînî 2022); title from title page. 0aKurdish languagevPeriodicals. 0aKurdish languagexDialectsvPeriodicals. 0aKurdistanxLanguagesvPeriodicals. 0aKurdsxIntellectual lifevPeriodicals.2 aKomełgey Perwerdeyî Margrêt,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL00993cas a22003258i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130003700244245003000281246002700311263001100338264003900349310001100388336002600399337002800425338002700453776009500480856003400575936004600609994001200655on1390710578OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202101 aDLCbengerdacDLCdDLC l10 a2993-462121 a(OCoLC)1390710578 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aTexas search and seizure (Print)10aTexas search and seizure.1 aTexas search & seizure a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tTexas search and seizurex2993-463Xw(DLC) 2023202102w(OCoLC)139071081641uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: August 2023 a92bPUL01300nas a2200373 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050002200172245002200194264006900216300003700285310002600322336002600348337002800374338002700402362004700429500006600476546007500542588005500617650005900672650005600731650004900787650004300836850000800879936002700887994001200914on1390710641OCoLC20230718213016.0230718c20159999iq qx p 0 0kur  a 2023355207 aDLCbengcDLCerda a(OCoLC)13907106411 akurhmul apcc aa-iq---00aPN6120.9.K87bI4900aÎlyan =bIlian. 3aKelar, Germîyan [Kurdistan, Iraq :bÇapxane: Pencere,c2015- avolumes :billustrations,c21 cm aQuarterly (Irregular) atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aSałî yekem, jimare 1 (Hawînî 2015)- a"Govarêkî taybet be wergêr̄anî çirokî biyanî." aIn Sorani Kurdishb(Arabic script); translated from various languages.1 aJimare 7 (Payîzî 2020); title from title page. 0aShort storiesvTranslations into KurdishvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdszIraqzKurdistānvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01256nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001900172245003800191246002200229264007200251300005100323310001400374336002600388337002800414338002700442362002100469500005700490500002200547546005500569588004800624650003600672651003700708650003600745650003000781850000800811936002700819994001200846on1390710771OCoLC20230718213016.0230718c20199999iq qr p 0 0kuro  a 2023355190 aDLCbengerdacDLC a(OCoLC)13907107710 akuraeng apcc aa-iq---00aDS70.8.K8bD3800aDavinşî =bDa Vinci magazine.31aDa Vinci magazine 1aDuhok, Kurdistan Region, Iraq :b[publisher not identified],c2019- avolumes :bchiefly color illustrations,c30 cm aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 a1 (Gulana 2019)- a"Govareka zanistî r̄oşinbîrî giştî ye." aTitle from cover. aIn Kurmanji Kurdishb(Arabic script); and English.1 a7 (Kanuyna êkê, 2021); ttle from cover. 0aKurdszIraqxIntellectual life. 0aKurdistanxHistoryvPeriodicals. 0aIntellectual lifevPeriodicals. 0aKurdszIraqvPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01035nas a22003498i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130003800247245003000285246002700315263001100342264003900353310001100392336002600403337002600429338003600455776010200491856003400593936004600627994001200673on1390710816OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202102 aDLCbengerdacDLC l10 a2993-463X21 a(OCoLC)1390710816 bhttps://plus.lexis.com amsc10aISSN RECORD0 aTexas search and seizure (Online)10aTexas search and seizure.1 aTexas search & seizure a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tTexas search and seizure (Print)x2993-4621w(DLC) 2023202101w(OCoLC)13907105784 uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: August 2023 a92bPUL01656nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117041001300139042000800152043001200160050001900172245010100191264012600292300005100418310001200469336002600481337002800507338002700535362003500562500016700597546005300764588005800817650003000875650004900905650006600954651005601020650003801076710009701114850000801211936002701219994001201246on1390710972OCoLC20230718213016.0230718c20219999iq mr p 0 0kuro  a 2023355194 aDLCbengerdacDLC a(OCoLC)13907109720 akuraeng apcc aa-iq---00aDS70.8.K8bD3900aDîwan /cNawendî Hewlêrî Mektebî Rageyandinî, Yekêtîy Niştîmanî Kurdistan. 1aHewlêr [Kurdistan, Iraq :bNawendî Hewlêrî Mektebî Rageyandinî, Yekêtîy Niştîmanî Kurdistan,c2021- avolumes :bchiefly color illustrations,c27 cm aMonthly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aJimare 1 (Ḧuzeyranî 2021)- a"Govarêkî manganey edebî w r̄oşinbîrî giştîye, Nawendî Hewlêrî Mektebî Rageyandinî, Yekêtîy Niştîmanî Kurdistan derîdekat." aIn Sorani Kurdishb(Arabic script); and English.1 aJimare 13 (Ḧuzeyranî 2022); ttle from title page. 0aKurdszIraqvPeriodicals. 0aKurdszIraqxIntellectual lifevPeriodicals. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxCivilizationvPeriodicals.2 aPatriotic Union of Kurdistan.bNawendî Hewlêrî Mektebî Rageyandinî,eissuing body. aDLC aLC Cairo Office [we46] a92bPUL00972cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130004300244245003600287263001100323264003900334310001100373336002600384337002800410338002700438776010100465856003400566936004600600994001200646on1390711138OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202103 aDLCbengerdacDLCdDLC l10 a2993-465621 a(OCoLC)1390711138 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aNew Jersey cannabis regulation (Print)00aNew Jersey cannabis regulation. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tNew Jersey cannabis regulationx2993-4664w(DLC) 2023202104w(OCoLC)139071257541uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: August 2023 a92bPUL01428nas a22003977i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037005100196042001400247050001600261082002500277210002800302222002800330245004500358264005000403310001400453336002600467337002600493338003600519362005300555500006200608546003100670588011600701588006400817776008300881856005400964994001201018on1390711147OCoLC20230718213016.0m o d | cr |||||||||||230718c20239999cauqr j o 0 a0eng  a 2023201027 aDLCbengerdacDLC l10 a2993-464821 a(OCoLC)1390711147 b211 El Camino Real #852, Santa Clara, CA 95050 apccansdp10aISSN RECORD10a500223/eng/202307180 aShodh Utkarshb(Online) 0aShodh Utkarshb(Online)00aShodh Utkarsh :bresearch arete journal. 1a[Santa Clara, CA] :b[Shodh Utkarsh?],c2023- aQuarterly atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aBegan with: Vol. 1, no. 01 (January/March 2023). aEditor: Dr. Naresh Reddy; Chief editor: Dr. Mukesh Konda. aText in English and Hindi.0 aVol. 1, no. 01 (January/March 2023); title from journal about page (edwin.co.in website, viewed July 18, 2023).1 aVol. 1, no. 01 (January/March 2023) (viewed July 18, 2023).08iPrint version:tShodh Utkarshx2993-4605w(DLC) 2023201026w(OCoLC)139071024540uhttps://edwin.co.in/JMS/index.php/SU/issue/view/3 a92bPUL01006nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130004400247245003600291263001100327264003900338310001100377336002600388337002600414338003600440776010000476856003400576936004600610994001200656on1390712575OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202104 aDLCbengerdacDLC l10 a2993-466421 a(OCoLC)1390712575 bhttps://plus.lexis.com amsc10aISSN RECORD0 aNew Jersey cannabis regulation (Online)10aNew Jersey cannabis regulation. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tNew Jersey cannabis regulationx2993-4656w(DLC) 2023202103w(OCoLC)139071113840uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: August 2023 a92bPUL01504nas a2200409 i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117042000800139043002100147050001900168245001100187246001200198264005500210300005900265310001200324336002600336337002800362338002700390362002900417500009200446546004200538588005400580650006200634650006600696650005600762650006400818650006600882651005600948650004301004850000801047936002701055994001201082on1390712872OCoLC20230718213016.0230718c20069999iq mr 0 0kur  a 2023355229 aDLCbengerdacDLC a(OCoLC)1390712872 apcc aaw-----aa-iq---00aDS70.8.K8bS6500aSolav.3 aSîlav 3aAmêd [Kurdistan, Iraq :bÇapxana Xebat,c2006- avolumes :bchiefly color illustrations, mapsc25-28 cm aMonthly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 aHejmar 1 (Şiwat 2006). a"Kovareka heyvane ya rewşenbîrî giştî ye le devera Amêdiyê derdikevît." aIn Kurmanji Kurdishb(Arabic script).1 aJimare 128 (Tîrmeh 2022); ttle from title page. 0aKurdszIraqzKurdistānxIntellectual lifevPeriodicals. 0aKurdish literaturezIraqxHistory and criticismvPeriodicals. 0aLiteraturevTranslations into KurdishvPeriodicals. 0aPhilosophy, ModernvTranslations into KurdishvPeriodicals. 0aCivilization, ModernvTranslations into KurdishvPeriodicals. 0aKurdistān (Iraq)xIntellectual lifevPeriodicals. 0aKurdsxIntellectual lifevPeriodicals. aDLC aLC Cairo Office [we46] a92bPUL01277cas a2200361 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122041001300144043001200157050002400169111003700193245002800230264008300258300004100341310001100382336002600393337002800419338002700447362003700474546003100511588007700542588006000619611004100679650005100720650005200771710007200823850000800895994001200903on1390712961OCoLC20230718213016.0230718u200uuuuubl ar p s1 0por  a 2023325845 aDLCbengerdacDLCdDLC a(OCoLC)13907129610 aporaeng as-bl---00aPN1993.43.A43bA43a2 aAmazonas Film Festival,jauthor.10aAmazonas Film Festival. 1aManaus, Brasil :bAmazonas, Governo do Estado, Secretaria de Estado de Cultura avolumes :billustrations ;c24-27 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a5o (7 a 13 de novembro de 2008)- aIn Portuguese and English.0 aDescription based on: 5o (7 a 13 de novembro de 2008); title from cover.1 aLatest issue consulted: 9o (3 a 9 de novembro de 2012).20aAmazonas Film FestivalvPeriodicals. 0aFilm festivalszBrazilzAmazonasvPeriodicals. 0aMotion pictureszBrazilzAmazonasvPeriodicals.1 aAmazonas (Brazil).bSecretaria de Estado da Cultura,eissuing body. aDLC a92bPUL01723cas a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122042000800144043001200152050002000164245008400184246008500268246006300353246001200416264009000428300002100518310002500539336002600564337002800590338002700618362005100645500008000696588006200776588003900838650004300877650003700920650004700957650003701004710007301041710009101114780007601205850000801281994001201289on1390712973OCoLC20230718213016.0230718c20229999nr qx j 0 0eng  a 2023213103 aDLCbengerdacDLCdDLC a(OCoLC)1390712973 apcc af-nr---00aZ665.2.N6bG56500aGloryland international journal of library and information science & education.1 aGloryland international journal of library and information science and education1 aGloryland int'l journal of library and information science1 aGIJLISE 1aWilberforce Island, Bayelsa State [Nigeria] :bWetlands Academic Publishers,c[2022]- avolumes ;c29 cm aFour issues per year atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Volume 1, issue 1 (February 2022). a"A publication of the Nigerian Library Association, Bayelsa State Chapter".0 aVolume 1, issue 1 (February 2022); title from title page.1 aVolume 1, issue 1 (February 2022). 0aLibrary sciencezNigeriavPeriodicals. 0aLibrarieszNigeriavPeriodicals. 0aInformation sciencezNigeriavPeriodicals. 0aEducationzNigeriavPeriodicals.2 aNigerian Library Association.bBayelsa State Chapter,eissuing body.2 aNiger Delta University.bDepartment of Library and Information Science,eissuing body.00tGloryland journal of library and information sciencew(OCoLC)1351861555 aDLC a92bPUL02335nas a2200445 i 4500001001300000003000600013005001700019008004100036010001700077040002300094066000700117022002800124035002200152041001800174042000800192043001200200050001800212245007300230246007900303264005000382300003800432310001900470336002600489337002800515338002700543362003000570500017000600546006500770588007600835588005500911651005700966651005301023710014201076850000801218880012101226880007401347880025101421880020501672994001201877on1390713001OCoLC20230718213016.0230718c20189999ru qx p 0 0rus  a 2023214628 aDLCbengerdacDLC c(N a2658-5960l2658-596020 a(OCoLC)13907130010 arusbengfeng apcc ae-urf--00aDK771.D3bT77006880-01aTrudy instituta istorii, arkheologii i ėtnografii DVO RAN.11aProceedings of the Institute of History, Archaeology and Ethnology FEB RAS 16880-02aVladivostok :bIIAĖ DVO RAN,c2018- avolumes :billustrations ;c27 cm aFour no a year atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with Tom 18 (2018). 6880-03aContinues monographic series previously titled "Trudy Otdela istorii i arkheologii Dal'nevostochnogo filiala Sibirskogo otdelenii︠a︡ Akademii nauk SSSR". aTable of contents, summaries, and key words also in English. aDescription based on: Tom 20, published in 2018; title from title page. aLatest issue consulted: Tom 20, published in 2018. 0aRussian Far East (Russia)xAntiquitiesvPeriodicals. 0aRussian Far East (Russia)xHistoryvPeriodicals.2 6880-04aInstitut istorii, arkheologii i ėtnografii narodov Dalʹnego Vostoka (Rossiĭskai︠a︡ akademii︠a︡ nauk),eissuing body. aDLC006245-01/(NaТруды института истории, археологии и этнографии ДВО РАН. 16264-02/(NaВладивосток : :bИИАЭ ДВО РАН,c2018- 6500-03/(NaContinues monographic series previously titled "Труды Отдела истории и археологии Дальневосточного филиала Сибирского отделения Академии наук СССР".2 6710-04/(NaИнститут истории, археологии и этнографии народов Дальнего Востока (Российская академия наук),eissuing body. a92bPUL00941nas a22003258i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204130004300220245002500263246004600288263001100334264006400345310002100409336002600430337002600456338003600482856003800518936004700556994001200603on1390713320OCoLC20230718213016.0m o d cr |||||||||||230718c20239999txubr p o 0 b0spa  a 2023202105 aDLCbengerdacDLC l10 a2993-467221 a(OCoLC)1390713320 amsc10aISSN RECORD0 aEnlace científico (Kingsville, Tex.)00aEnlace científico.1 aEnlace científico e ingenieria aplicada a202310 1aKingsville, Texas :bMario Alberto Gonzalez De Leon,c2023- aEvery two months atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier40uhttps://www.enlacecientifico.com/ aPREPUB: Publication expected: October 2023 a92bPUL01057cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130006900244245006600313263001100379264003900390310001100429336002600440337002800466338002700494776012700521856003400648936004900682994001200731on1390713379OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202106 aDLCbengerdacDLCdDLC l10 a2993-468021 a(OCoLC)1390713379 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aGuide to the law of evidence in the District of Columbia (Print)04aThe Guide to the law of evidence in the District of Columbia. a202309 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tGuide to the law of evidence in the District of Columbiax2993-4699w(DLC) 2023202107w(OCoLC)139071358341uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: September 2023 a92bPUL01003nas a22003258i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204130004300220245003500263263001100298264006700309310001400376336002600390337002600416338003600442776009900478856004200577936004600619994001200665on1390713455OCoLC20230718213016.0m o d cr |||||||||||230718c20239999pauqr p o 0 a0eng  a 2023202109 aDLCbengerdacDLC l10 a2993-471021 a(OCoLC)1390713455 amsc10aISSN RECORD0 aGabby & Min's literary review (Online)10aGabby & Min's literary review. a202308 1aPhiladelphia, Pennsylvania :bGabby & Min Publications,c2023- aQuarterly atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tGabby & Min's literary reviewx2993-4702w(DLC) 2023202108w(OCoLC)139071463340uhttps://gabbyandmin.com/current-issue aPREPUB: Publication expected: August 2023 a92bPUL01091nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130007000247245006600317263001100383264003900394310001100433336002600444337002600470338003600496776012600532856003400658936004900692994001200741on1390713583OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202107 aDLCbengerdacDLC l10 a2993-469921 a(OCoLC)1390713583 bhttps://plus.lexis.com amsc10aISSN RECORD0 aGuide to the law of evidence in the District of Columbia (Online)04aThe Guide to the law of evidence in the District of Columbia. a202309 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tGuide to the law of evidence in the District of Columbiax2993-4680w(DLC) 2023202106w(OCoLC)139071337940uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: September 2023 a92bPUL00943cas a22003018i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145042000800167050001600175130004200191245003500233263001100268264006700279310001400346336002600360337002800386338002700414776010000441856004200541936004600583994001200629on1390714633OCoLC20230718213016.0230718c20239999pauqr p 0 a0eng  a 2023202108 aDLCbengerdacDLCdDLC l10 a2993-470221 a(OCoLC)1390714633 amsc10aISSN RECORD0 aGabby & Min's literary review (Print)10aGabby & min's literary review. a202308 1aPhiladelphia, Pennsylvania :bGabby & Min Publications,c2023- aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tGabby & Min's literary reviewx2993-4710w(DLC) 2023202109w(OCoLC)139071345541uhttps://gabbyandmin.com/current-issue aPREPUB: Publication expected: August 2023 a92bPUL05938nam a2200553 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162035002200180043001200202050002100214245038600235264005600621300003400677336002600711337002600737338003600763500018100799500032400980500006201304504004101366505063701407588010702044610005202151651006602203651006002269651005202329651006302381700005602444710007202500710008502572776011202657856004902769880058602818880007103404880045703475880007203932880105404004880008005058880010605138880012805244994001205372on1390714898OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru ob 100 0 rus  a 2022552980 aDLCbengerdaepncDLC c(N z9785001655442 a(OCoLC)1390714898 ae-ur---00aDK1.5b.I58 2022006880-01aIntegrat︠s︡ionnye prot︠s︡essy na prostranstve SNG :bitogi i perspektivy 30 let razvitii︠a︡ : materialy onlaĭn zasedanii︠a︡ Foruma rektorov gumanitarnykh universitetov i dekanov gumanitarnykh fakulʹtetov gosudarstv-uchastnikov SNG, priurochennogo k 30-letii︠u︡ sozdanii︠a︡ SNG, 4 dekabri︠a︡ 2020 goda /cotvetstvennyĭ redaktor E.I. Pivovar. 16880-02aSankt-Peterburg :bAleteĭi︠a︡,c2022. a1 online resource (157 pages) atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aProceedings of online forum organized by "Rossiĭskoe obshchestvo istorikov-arkhivistov" and "Rossiĭskiĭ gosudarstvennyĭ gumanitarnyĭ universitet" on December 4, 2020. 6880-03aAt head of title: Obshcherossiĭskai︠a︡ obshchestvennai︠a︡ organizat︠s︡ii︠a︡ "Rossiĭskoe obshchestvo istorikov-arkhivistov". Federalʹnoe gosudarstvennoe bi︠u︡dzhetnoe obrazovatelʹnoe uchrezhdenie vysshego obrazovanii︠a︡ "Rossiĭskiĭ gosudarstvennyĭ gumanitarnyĭ universitet". 6880-04a"Nezavisimyĭ alʹi︠a︡ns"--Preliminary page. aIncludes bibliographical references.0 6880-05aIntegrat︠s︡ionnye i dezintegrat︠s︡ionnye prot︠s︡essy na prostranstve SNG. Sodruzhestvo kak faktor stabilʹnosti i ustoĭchivogo razvitii︠a︡ -- Onlaĭn-zasedanie Foruma rektorov gumanitarnykh universitetov i dekanov gumanitarnykh fakulʹtetov gosudarstv-uchastnikov SNG -- Stenogramma vystupleniĭ uchastnikov Foruma rektorov gumanitarnykh universitetov i dekanov gumanitarnykh fakulʹtetov gosudarstv-uchastnikov SNG -- Memorandum uchastnikov onlaĭn-zasedanii︠a︡ Foruma rektorov gumanitarnykh universitetov i dekanov gumanitarnykh fakulʹtetov gosudarstv-uchastnikov SNG, 4 dekabri︠a︡ 2020 goda. aDescription based on online resource; title from digital title page (East View, viewed July 18, 2023).20aCommonwealth of Independent StatesvCongresses. 0aFormer Soviet republicsxPolitics and governmentvCongresses. 0aFormer Soviet republicsxForeign relationsvCongresses. 0aFormer Soviet republicsxRelationsvCongresses. 0aFormer Soviet republicsxEconomic integrationvCongresses.1 6880-06aPivovar, E. I.q(Efim Iosifovich),eeditor.2 6880-07aRossiĭskoe obshchestvo istorikov-arkhivistov,eorganizer.2 6880-08aRossiĭskiĭ gosudarstvennyĭ gumanitarnyĭ universitet,eorganizer.08iPrint version:tIntegrat︠s︡ionnye prot︠s︡essy na prostranstve SNGz9785001655442w(OCoLC)137807271640uhttps://dlib.eastview.com/browse/book/332668006245-01/(NaИнтеграционные процессы на пространстве СНГ :bитоги и перспективы 30 лет развития : материалы онлайн заседания Форума ректоров гуманитарных университетов и деканов гуманитарных факультетов государств-участников СНГ, приуроченного к 30-летию создания СНГ, 4 декабря 2020 года /cответственный редактор Е.И. Пивовар. 16264-02/(NaСанкт-Петербург :bАлетейя,c2022. 6500-03/(NaAt head of title: Общероссийская общественная организация "Российское общество историков-архивистов". Федеральное государственное бюджетное образовательное учреждение высшего образования "Российский государственный гуманитарный университет". 6500-04/(Na"Независимый альянс"--Preliminary page.0 6505-05/(NaИнтеграционные и дезинтеграционные процессы на пространстве СНГ. Содружество как фактор стабильности и устойчивого развития -- Онлайн-заседание Форума ректоров гуманитарных университетов и деканов гуманитарных факультетов государств-участников СНГ -- Стенограмма выступлений участников Форума ректоров гуманитарных университетов и деканов гуманитарных факультетов государств-участников СНГ -- Меморандум участников онлайн-заседания Форума ректоров гуманитарных университетов и деканов гуманитарных факультетов государств-участников СНГ, 4 декабря 2020 года.1 6700-06/(NaПивовар, Е. И.q(Ефим Иосифович),eeditor.2 6710-07/(NaРоссийское общество историков-архивистов,eorganizer.2 6710-08/(NaРоссийский государственный гуманитарный университет,eorganizer. a92bPUL00942cas a22003258i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145042000800167050001600175130001800191245001100209246001700220263001100237264004500248310001400293336002600307337002800333338002700361776007600388780006000464856003100524936004900555994001200604on1390715092OCoLC20230718213016.0230718c20239999nyuqr p 0 a0eng  a 2023202110 aDLCbengerdacDLCdDLC l10 a2993-473721 a(OCoLC)1390715092 amsc10aISSN RECORD0 aGen V (Print)00aGen V.1 aGeneration V a202309 1aNew York, NY :bV Magazine, LLC.,c2023- aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tGen Vx2993-4745w(DLC) 2023202111w(OCoLC)139071565000tMini Vx2834-5320w(DLC) 2022201653w(OCoLC)134828842241uhttps://minivmagazine.com/ aPREPUB: Publication expected: September 2023 a92bPUL01478nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022002500122035002200147042000800169043001200177050002000189245011800209246004100327246003800368246005800406246001100464246000800475264012200483300002100605336002600626337002800652338002700680362004500707588005600752588003300808650004600841710009100887776005100978856003101029850000801060994001201068on1390715121OCoLC20230718213016.0230718c20199999nr uu j 0 0eng  a 2023213105 aDLCbengerdacDLCdDLC a2714-335Xl2714-335X a(OCoLC)1390715121 apcc af-nr---00aHF1176.N6bJ68800aJournal of business educators /cDepartment of Business Education, Faculty of Education, Ambrose Alli University.1 aA.A.U. journal of business educators1 aAAU journal of business educators1 aAmbrose Alli University journal of business educators1 aAAUJBE1 aJBE 1aEkpoma, Edo State, Nigeria :bDepartment of Business Education, Faculty of Education, Ambrose Alli University,c2019- avolumes ;c28 cm atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Volume 1, no. 1 (June 2019).0 aVolume 1, no. 1 (June 2019); title from title page.1 aVolume 1, no. 1 (June 2019). 0aBusiness educationzNigeriavPeriodicals.2 aAmbrose Alli University.bDepartment of Business Education,eissuing body,epublisher.08iOnline version:aJournal of business educators41uhttps://www.aaujbe.com.ng/ aDLC a92bPUL01632nas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022002500122035002200147042000800169043001200177050002000189245017800209246000800387264009100395300002100486310002400507336002600531337002800557338002700585362004900612500002100661588006000682588003700742650006100779650006100840650005000901710009400951776007301045850000801118856009601126994001201222on1390715170OCoLC20230718213016.0230718c20219999nr fx j 0 0eng  a 2023213104 aDLCbengerdacDLCdDLC a2992-3182l2992-3182 a(OCoLC)1390715170 apcc af-nr---00aZ678.9.A4bN64600aInformation technology and librarianship :bjournal of the Information Technology Section /cpublished by Information Technology Section, Nigerian Library Association (NLA).1 aITL 1aAbuja, Nigeria :bInformation Technology Section, Nigerian Library Association,c2021- avolumes ;c29 cm aTwo issues per year atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan with: Vol. 1, no. 1/2 (December 2021). aSubtitle varies.0 aVol. 1, no. 1/2 (December 2021); title from title page.1 aVol. 1, no. 1/2 (December 2021). 0aLibrariesxInformation technologyzNigeriavPeriodicals. 0aLibrary sciencexTechnological innovationsvPeriodicals. 0aEducational technologyzNigeriavPeriodicals.2 aNigerian Library Association.bInformation Technology Section,eissuing body,epublisher.08iOnline version:tInformation technology and librarianshipx2992-3654 aDLC41uhttp://www.itljournal.nla.ng/index.php/itl/index/zlink no longer valid as of July 18, 2023 a92bPUL01002nas a22003498i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204130001900220245001100239246001700250263001100267264004500278310001400323336002600337337002600363338003600389776007500425780006000500856003100560936004900591994001200640on1390715650OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuqr p o 0 a0eng  a 2023202111 aDLCbengerdacDLC l10 a2993-474521 a(OCoLC)1390715650 amsc10aISSN RECORD0 aGen V (Online)00aGen V.1 aGeneration V a202309 1aNew York, NY :bV Magazine, LLC.,c2023- aQuarterly atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tGen Vx2993-4737w(DLC) 2023202110w(OCoLC)139071509200tMini Vx2834-5339w(DLC) 2022201652w(OCoLC)134828701940uhttps://minivmagazine.com/ aPREPUB: Publication expected: September 2023 a92bPUL02177cas a2200457 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003200128012000600160022001700166035002200183037008400205042001400289050001600303050000800319082002800327210005200355222007200407245006300479264008000542300004000622310001400662336002600676337002600702338003600728362001900764500003500783588022200818588016301040650003901203650003601242700005301278710002701331776012701358856022201485994001201707on1390715709OCoLC20230718213016.0m o d cr |||||||||||230718c20179999flu x m o | a0eng  a 2023202456 aFlBoTFGbengcDLCerdadDLC l10 a2993-475321 a(OCoLC)1390715709 bCRC Press, 6000 Broken Sound Parkway, Northwest, Suite 300 Boca Raton, FL 33487 apccansdp10aISSN RECORD 4aT5500a613.62223/eng/202307180 aSustain. improv. environ. saf. healthb(Online) 0aSustainable improvements in environment safety and healthb(Online)00aSustainable improvements in environment safety and health. 1aBoca Raton [Florida] ;aLondon :bCRC Press, Taylor & Francis Group,c2017- aonline resources :btext files, PDF aIrregular atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aBegan in 2017. aSeries editor: Frances Alston.0 aLean implementation : applications and hidden costs / by Frances Alston, copyrighted 2017; title from series title page (excerpt of book's PDF file supplied by publisher, amazon.com website, viewed February 16, 2023).1 aOccupational exposures : chemical carcinogens and mutagens / Frances Alston and Onwuka Okorie, copyrighted 2023 (routledge.com website, viewed July 18, 2023). 0aEnvironmental healthvPeriodicals. 0aIndustrial safetyvPeriodicals.1 aAlston, Francesc(Industrial engineer),eeditor.2 aCRC Press,epublisher.08iPrint version:tSustainable improvements in environment safety and healthx2993-4761w(DLC) 2023202457w(OCoLC)139071572040uhttps://www.routledge.com/Sustainable-Improvements-in-Environment-Safety-and-Health/book-series/CRCSUSIMPENVSAFqapplication/PDFzDistributed by publisher. Purchase or institutional license may be required for access. a92bPUL01894nas a2200421 i 4500001001300000003000600013005001700019008004100036010001700077040002700094012000600121022001700127035002200144037008400166042001400250050002300264050000800287082002800295210005100323222007100374245006300445264008100508300003800589310001400627336002600641337002800667338002700695362001900722500003500741588013700776588012900913650003901042650003601081700005301117776012801170856016201298994001201460on1390715720OCoLC20230718213016.0230718c20179999flu x m | a0eng  a 2023202457 aFlBoTFGbengcDLCerda l10 a2993-476121 a(OCoLC)1390715720 bCRC Press, 6000 Broken Sound Parkway, Northwest, Suite 300 Boca Raton, FL 33487 apccansdp10aCLASSED SEPARATELY 4aT5500a613.62223/eng/202307180 aSustain. improv. environ. saf. healthb(Print) 0aSustainable improvements in environment safety and healthb(Print)00aSustainable improvements in environment safety and health. 1aBoca Raton [Florida] ;aLondon :bCRC Press, Taylor & Francis Group,c2017- avolumes :billustrations ;c24 cm aIrregular atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan in 2017. aSeries editor: Frances Alston.0 aLean implementation : applications and hidden costs / by Frances Alston, copyrighted 2017; title from series title page (surrogate).1 aOccupational exposures : chemical carcinogens and mutagens / Frances Alston and Onwuka Okorie, copyrighted 2023 (surrogate). 0aEnvironmental healthvPeriodicals. 0aIndustrial safetyvPeriodicals.1 aAlston, Francesc(Industrial engineer),eeditor.08iOnline version:tSustainable improvements in environment safety and healthx2993-4753w(DLC) 2023202456w(OCoLC)1390715709413Publisher list of available titles in seriesuhttps://www.routledge.com/Sustainable-Improvements-in-Environment-Safety-and-Health/book-series/CRCSUSIMPENVSAF a92bPUL03086cas a2200481 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040003200128012000600160022001700166035002200183037008400205042001400289050001600303050001200319082002500331210003900356222005300395245008100448264008100529300004000610310001400650336002600664337002600690338003600716362001900752500005200771520073800823588031001561588018501871650006602056650006502122650004202187700003102229710002702260776010802287856019702395994001202592on1390716104OCoLC20230718213016.0m o d cr |||||||||||230718c20229999flu x m o | a0eng  a 2023202458 aFlBoTFGbengcDLCerdadDLC l10 a2993-478821 a(OCoLC)1390716104 bCRC Press, 6000 Broken Sound Parkway, Northwest, Suite 300 Boca Raton, FL 33487 apccansdp10aISSN RECORD 4aTS155.700a670223/eng/202307180 aSustain. manuf. technol.b(Online) 0aSustainable manufacturing technologiesb(Online)00aSustainable manufacturing technologies :badditive, subtractive, and hybrid. 1aBoca Raton [Florida] ;aLondon :bCRC Press, Taylor & Francis Group,c2022- aonline resources :btext files, PDF aIrregular atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier1 aBegan in 2022. aSeries editors: Chander Prakash [and 3 others]. a"This book series offers the reader comprehensive insights of recent research breakthroughs in additive, subtractive, and hybrid technologies while emphasizing their sustainability aspects. Sustainability has become an integral part of all manufacturing enterprises to provide various techno-social pathways toward developing environmental friendly manufacturing practices. It has also been found that numerous manufacturing firms are still reluctant to upgrade their conventional practices to sophisticated sustainable approaches. Therefore this new book series is aimed to provide a globalized platform to share innovative manufacturing mythologies and technologies. "--Publisher Web site (routledge.com, viewed February 24, 2023).0 aAdvances in manufacturing technology : computational materials processing and characterization / edited by Rupinder Singh, Sukhdeep Singh Dhami, and B.S. Pabla, copyrighted 2022; title from series title page (excerpt of book's PDF file supplied by publisher, amazon.com website, viewed February 24, 2023).1 aSustainable advanced manufacturing and materials processing : methods and technologies / edited by Sarbjeet Kaushal, copyrighted 2023 (routledge.com website, viewed July 18, 2023). 0aManufacturing industriesxEnvironmental aspectsvPeriodicals. 0aManufacturing processesxEnvironmental aspectsvPeriodicals. 0aSustainable engineeringvPeriodicals.1 aPrakash, Chander,eeditor.2 aCRC Press,epublisher.08iPrint version:tSustainable manufacturing technologiesx2993-4796w(DLC) 2023202459w(OCoLC)139071623940uhttps://www.routledge.com/Sustainable-Manufacturing-Technologies/book-series/CRCSMTASHqapplication/PDFzDistributed by publisher. Purchase or institutional license may be required for access. a92bPUL02855nas a2200457 i 4500001001300000003000600013005001700019008004100036010001700077040002700094012000600121022001700127035002200144037008400166042001400250050002300264050001200287082002500299210003800324222005200362245008100414264008000495300003800575310001400613336002600627337002800653338002700681362001900708500005200727520073800779588022501517588016601742650006601908650006501974650004202039700003102081710002702112776010902139856013702248994001202385on1390716239OCoLC20230718213016.0230718c20229999flu x m | a0eng  a 2023202459 aFlBoTFGbengcDLCerda l10 a2993-479621 a(OCoLC)1390716239 bCRC Press, 6000 Broken Sound Parkway, Northwest, Suite 300 Boca Raton, FL 33487 apccansdp10aCLASSED SEPARATELY 4aTS155.700a670223/eng/202307180 aSustain. manuf. technol.b(Print) 0aSustainable manufacturing technologiesb(Print)00aSustainable manufacturing technologies :badditive, subtractive, and hybrid. 1aBoca Raton [Florida] ;aLondon :bCRC Press, Taylor & Francis Group,c2022- avolumes :billustrations ;c24 cm aIrregular atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan in 2022. aSeries editors: Chander Prakash [and 3 others]. a"This book series offers the reader comprehensive insights of recent research breakthroughs in additive, subtractive, and hybrid technologies while emphasizing their sustainability aspects. Sustainability has become an integral part of all manufacturing enterprises to provide various techno-social pathways toward developing environmental friendly manufacturing practices. It has also been found that numerous manufacturing firms are still reluctant to upgrade their conventional practices to sophisticated sustainable approaches. Therefore this new book series is aimed to provide a globalized platform to share innovative manufacturing mythologies and technologies. "--Publisher Web site (routledge.com, viewed February 24, 2023).0 aAdvances in manufacturing technology : computational materials processing and characterization / edited by Rupinder Singh, Sukhdeep Singh Dhami, and B.S. Pabla, copyrighted 2022; title from series title page (surrogate).1 aSustainable advanced manufacturing and materials processing : methods and technologies / edited by Sarbjeet Kaushal [and 3 others], copyrighted 2023 (surrogate). 0aManufacturing industriesxEnvironmental aspectsvPeriodicals. 0aManufacturing processesxEnvironmental aspectsvPeriodicals. 0aSustainable engineeringvPeriodicals.1 aPrakash, Chander,eeditor.2 aCRC Press,epublisher.08iOnline version:tSustainable manufacturing technologiesx2993-4788w(DLC) 2023202458w(OCoLC)1390716104413Publisher list of available titles in seriesuhttps://www.routledge.com/Sustainable-Manufacturing-Technologies/book-series/CRCSMTASH a92bPUL01106cas a2200325 i 4500001001300000003000600013005001700019008004100036010001700077040002800094035002200122043001200144050001900156110005100175245010700226264002600333300003800359310001100397336002600408337002800434338002700462362001000489588007400499588005300573610005500626650003100681650004800712850000800760994001200768on1390716507OCoLC20230718213016.0230718u201uuuuubl ar f0 0por  a 2023325846 aDLCbengerdacDLCdDLC a(OCoLC)1390716507 as-bl---00aTC558.B6bA44a2 aAgência Nacional de Aguas (Brazil),eauthor.10aRelatório de segurança de barragens /cAgência Nacional de Águas, Ministério do Meio Ambiente. 1aBrasília, DF :bANA avolumes :billustrations ;c30 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2017-0 aDescription based on: 2017, published in 2018; title from title page.1 aLatest issue consulted: 2019, published in 2020.20aAgência Nacional de Aguas (Brazil)vPeriodicals. 0aDamszBrazilvPeriodicals. 0aDamszBrazilxSafety measuresvPeriodicals. aDLC a92bPUL01131cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130007600244245005200320263001100372264003900383310001100422336002600433337002800459338002700487776011700514856012600631936004800757994001200805on1390716532OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202112 aDLCbengerdacDLCdDLC l10 a2993-480X21 a(OCoLC)1390716532 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aMichigan criminal law and procedure with forms (New York, N.Y. : Print)10aMichigan criminal law and procedure with forms. a202311 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tMichigan criminal law and procedure with formsx2993-4818w(DLC) 2023202113w(OCoLC)139071688041uhttps://store.lexisnexis.com/categories/content-type/forms-159/michigan-criminal-law-and-procedure-with-forms-skuSKU02965 aPREPUB: Publication expected: November 2023 a92bPUL01165nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130007700247245005200324263001100376264003900387310001100426336002600437337002600463338003600489776011600525856012600641936004800767994001200815on1390716880OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202113 aDLCbengerdacDLC l10 a2993-481821 a(OCoLC)1390716880 bhttps://plus.lexis.com amsc10aISSN RECORD0 aMichigan criminal law and procedure with forms (New York, N.Y. : Online)10aMichigan criminal law and procedure with forms. a202311 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tMichigan criminal law and procedure with formsx2993-480Xw(DLC) 2023202112w(OCoLC)139071653240uhttps://store.lexisnexis.com/categories/content-type/forms-159/michigan-criminal-law-and-procedure-with-forms-skuSKU02965 aPREPUB: Publication expected: November 2023 a92bPUL01030cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130003600244245002900280263001100309264003900320310001100359336002600370337002800396338002700424776009400451856011300545936004600658994001200704on1390717278OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202114 aDLCbengerdacDLCdDLC l10 a2993-483421 a(OCoLC)1390717278 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aIndiana personal injury (Print)10aIndiana personal injury. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tIndiana personal injuryx2993-4842w(DLC) 2023202115w(OCoLC)139071739941uhttps://store.lexisnexis.com/categories/shop-by-jurisdiction/indiana-193/indiana-personal-injury-skuSKU07431 aPREPUB: Publication expected: August 2023 a92bPUL01636cas a2200397 i 4500001001300000003000600013005001700019008004100036010001700077040002800094022001400122035002200136050001400158222007800172245010800250246003700358246004000395246007700435246001800512246010700530246009900637260002500736300003800761310002200799336002600821337002800847338002700875362001800902546013600920588004001056588004301096650003301139710004601172850000801218994001201226on1390717284OCoLC20230718213016.0230718c19589999aj bx p 0 0aze  a 2022212638 aDLCbengerdacDLCdDLC a2218-8754 a(OCoLC)139071728400aQE26bX33 0aXäbärla̕r. Yer elmlarib(Azärbaycän milli elmlär akademiyası)00aXäbärlär.pYer elmläri =bIzvestii︠a︡. Nauki o zemle = Proceedings. The Sciences of Earth.31aIzvestii︠a︡.pNauki o zemle31aProceedings.pThe sciences of earth16aAzärbaycan Milli Elmlär Akademiyası. Xäbärlär.pYer elmläri3 aYer elmläri16aIzvestii︠a︡ Nat︠s︡ionalʹnai︠a︡ akademii nauk Azerbaĭdzhana.pSerii︠a︡ Nauki o zemle14aProceedings of the National Academy of Sciences of the Republic of Azerbaijan (Earth sciences) aBakı :bNafta-Press avolumes :billustrations ;c24 cm aSix issues a year atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier1 aBegan in 1958 aIn Azerbaijani (roman) or Russian, with summaries in English, Azerbaijani or Russian; table of contents in Azerbaijani and Russian. aDescription based on: 2017, no 1-2. aLatest issue consulted: no 1-2 (2017). 0aEarth SciencesvPeriodicals.2 aAzärbaycan Milli Elmlär Akademiyası. aDLC a92bPUL01069cas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002800128012000600156022001700162035002200179037002700201042000800228050001600236130003700252245002900289263001100318264003900329310001100368336002600379337002600405338003600431776009300467856011300560936004600673994001200719on1390717399OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202115 aDLCbengerdacDLCdDLC l10 a2993-484221 a(OCoLC)1390717399 bhttps://plus.lexis.com amsc10aISSN RECORD0 aIndiana personal injury (Online)00aIndiana personal injury. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tIndiana personal injuryx2993-4834w(DLC) 2023202114w(OCoLC)139071727840uhttps://store.lexisnexis.com/categories/shop-by-jurisdiction/indiana-193/indiana-personal-injury-skuSKU07431 aPREPUB: Publication expected: August 2023 a92bPUL01091nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130003900247245003100286263001100317264003900328310001100367336002600378337002600404338003600430776009500466856013400561936004600695994001200741on1390717502OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar o 0 a0eng  a 2023202117 aDLCbengerdacDLC l10 a2993-486921 a(OCoLC)1390717502 bhttps://plus.lexis.com amsc10aISSN RECORD0 aTennessee personal injury (Online)10aTennessee personal injury. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tTennessee personal injuryx2993-4850w(DLC) 2023202116w(OCoLC)139071786840uhttps://store.lexisnexis.com/categories/area-of-practice/personal-injury-lawmedicolegal-197/tennessee-personal-injury-skuSKU07432 aPREPUB: Publication expected: August 2023 a92bPUL01424cas a22003737i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145042001400167050001600181082001200197111004300209210004900252222006600301245005900367246004200426246005400468246006100522264008300583336002600666337002800692338002700720588005100747588002800798710002700826776012100853856006400974994001201038on1390717866OCoLC20230718213016.0230718c199u9999cauar 1 a0eng  a 2023200289 aDLCcDLCbengerdadDLC l10 a2993-487721 a(OCoLC)1390717866 apccansdp10aISSN RECORD10a0042232 aPanhellenic Conference on Informatics.0 aProceedingsb(Pan-hell. Conf. Inform. Print) 0aProceedings b (Pan-hellenic Conference on Informatics. Print)10aProceedings /cPan-hellenic Conference on Informatics.1 aPanhellenic Conference on Informatics1 aInformatics ... PCI ... Panhellenic Conference on1 aProceedings of the Panhellenic Conference on Informatics 1aLos Alamitos, Calif. :bConference Publishing Services,bIEEE Computer Society atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a12th (2008)(Surrogate); title from title page.1 a16th (2012)(Surrogate).2 aIEEE Computer Society.08iOnline version:aPanhellenic Conference on Informatics.tProceedingsx2993-4826w(DLC) 2023200288w(OCoLC)32158082640uhttp://ieeexplore.ieee.org/xpl/conhome.jsp?punumber=1002434 a92bPUL01057cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130003800244245003100282263001100313264003900324310001100363336002600374337002800400338002700428776009600455856013400551936004600685994001200731on1390717868OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202116 aDLCbengerdacDLCdDLC l10 a2993-485021 a(OCoLC)1390717868 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aTennessee personal injury (Print)10aTennessee personal injury. a202308 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tTennessee personal injuryx2993-4869w(DLC) 2023202117w(OCoLC)139071750241uhttps://store.lexisnexis.com/categories/area-of-practice/personal-injury-lawmedicolegal-197/tennessee-personal-injury-skuSKU07432 aPREPUB: Publication expected: August 2023 a92bPUL00876cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145042000800167050001600175130002300191245001600214246001400230263001100244264004300255310001400298336002600312337002800338338002700366776008100393856003000474936004600504994001200550on1390718936OCoLC20230718213016.0230718c20239999nyuqr p 0 a0eng  a 2023202118 aDLCbengerdacDLCdDLC l10 a2993-488521 a(OCoLC)1390718936 amsc10aISSN RECORD0 aOwl voices (Print)00aOwl voices.1 aOwlvoices a202308 1aBuffalo, New York :bAdil Ayaz,c2023- aQuarterly atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tOwl voicesx2993-4893w(DLC) 2023202119w(OCoLC)139071949941uhttps://www.owlvoices.com aPREPUB: Publication expected: August 2023 a92bPUL00902nas a2200313 i 4500001001300000003000600013005001700019008004100036010001700077040002300094022001400117035002200131043001200153050001400165245005800179264003700237300003800274310001100312336002600323337002800349338002700377362001000404588005000414588003400464650003100498650003900529850000800568994001200576on1390719168OCoLC20230718213016.0230718c201u9999bl ar p 0 0por  a 2023325847 aDLCbengerdacDLC a1808-6586 a(OCoLC)1390719168 as-bl---00aNA5b.A6800aAnuário PROJETO /cPROJETO ; Galeria da Arquitetura. 1aSão Paulo, SP :bArco Editorial avolumes :billustrations ;c28 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2022-0 aDescription based on: 2022; title from cover.1 aLatest issue consulted: 2023. 0aArchitecturevPeriodicals. 0aArchitecturezBrazilvPeriodicals. aDLC a92bPUL01024nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174037002700196042000800223050001600231130004900247245004100296263001100337264003900348310001100387336002600398337002600424338003600450776010500486856003400591936004900625994001200674on1390719319OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuar m o 0 a0eng  a 2023202121 aDLCbengerdacDLC l10 a2993-491521 a(OCoLC)1390719319 bhttps://plus.lexis.com amsc10aISSN RECORD0 aArizona business and commercial law (Online)10aArizona business and commercial law. a202309 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tArizona business and commercial lawx2993-4907w(DLC) 2023202120w(OCoLC)139071939240uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: September 2023 a92bPUL00990cas a22003138i 4500001001300000003000600013005001700019008004100036010001700077040002800094012000600122022001700128035002200145037005300167042000800220050001600228130004800244245004100292263001100333264003900344310001100383336002600394337002800420338002700448776010600475856003400581936004900615994001200664on1390719392OCoLC20230718213016.0230718c20239999nyuar 0 a0eng  a 2023202120 aDLCbengerdacDLCdDLC l10 a2993-490721 a(OCoLC)1390719392 b230 Park Avenue, 7th Floor, , New York, NY 10169 amsc10aISSN RECORD0 aArizona business and commercial law (Print)00aArizona business and commercial law. a202309 1aNew York, NY :bLexisNexis,c2023- aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier08iOnline version:tArizona business and commercial lawx2993-4915w(DLC) 2023202121w(OCoLC)139071931941uhttps://store.lexisnexis.com/ aPREPUB: Publication expected: September 2023 a92bPUL00928nas a22003378i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002300128012000600151022001700157035002200174042000800196050001600204130002400220245001600244246001400260263001100274264003700285310001400322336002600336337002600362338003600388776008000424856003000504936004400534994001200578on1390719499OCoLC20230718213016.0m o d cr |||||||||||230718c20239999nyuqr p o 0 a0eng  a 2023202119 aDLCbengerdacDLC l10 a2993-489321 a(OCoLC)1390719499 amsc10aISSN RECORD0 aOwl voices (Online)00aOwl voices.1 aOwlvoices a202307 1aBuffalo, NY :bAdil Ayaz,c2023- aQuarterly atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier08iPrint version:tOwl voicesx2993-4885w(DLC) 2023202118w(OCoLC)139071893640uhttps://www.owlvoices.com aPREPUB: Publication expected: July 2023 a92bPUL02196cas a2200469 i 4500001001300000003000600013005001700019008004100036010001700077040002800094066000700122022001400129035002200143222002000165245016600185264011500351310001600466336002100482337002500503338002300528362001300551500003600564546005000600588004000650650006100690650005900751650004200810650004600852650011300898650011701011650004701128650005101175650004301226650004901269651004201318655006201360655004301422710006101465850000801526880018001534994001201714on1390719537OCoLC20230718213016.0230718c20159999aj fr p 0 b0aze  a 2022212639 aDLCbengerdacDLCdDLC c(N a2410-5619 a(OCoLC)1390719537 0aElmi əsərlər006880-01aElmi əsərlər :bNauchnye trudy = Scientific proceedings /cAzərbaycan Milli Elmlər Akademiyası Məhəmməd Füzuli adına Əlyazmalar İnstitutu. 1aBakı :bAzərbaycan Milli Elmlər Akademiyası Məhəmməd Füzuli adına Əlyazmalar İnstitutu,c[2015?-] aSemi-annual atext2rdacontent aunmediated2rdamedia avolume2rdacarrier0 a[2015?]- aAlso includes special editions. aArticles in Azerbaijani, Russian and English.0 aDescription based on No1 (8), 2019. 0aManuscripts, TurkicxHistory and criticismvPeriodicals. 0aTurkic literaturexHistory and criticismvPeriodicals. 0aPaleographyzAzerbaijanvPeriodicals. 0aLibrary sciencezAzerbaijanvPeriodicals. 6aPaléographie0(CaQQLa)201-0006004zAzerbaïdjan0(CaQQLa)201-0476583vPériodiques.0(CaQQLa)201-0378307 6aBibliothéconomie0(CaQQLa)201-0003523zAzerbaïdjan0(CaQQLa)201-0476583vPériodiques.0(CaQQLa)201-0378307 7aLibrary science.2fast0(OCoLC)fst00997916 7aManuscripts, Turkic.2fast0(OCoLC)fst01008520 7aPaleography.2fast0(OCoLC)fst01051420 7aTurkic literature.2fast0(OCoLC)fst01159371 7aAzerbaijan.2fast0(OCoLC)fst01260665 7aCriticism, interpretation, etc.2fast0(OCoLC)fst01411635 7aPeriodicals.2fast0(OCoLC)fst014116412 aMähämmäd Füzuli adına Älyazmalar İnstitutu. aDLC006245-01/(NaElmi əsərlər :bНаучные труды = Scientific proceedings /cAzərbaycan Milli Elmlər Akademiyası Məhəmməd Füzuli adına Əlyazmalar İnstitutu. a92bPUL01201nas a22003255i 4500001001300000003000600013005001700019008004100036010001700077040002300094035002200117245005800139264003700197300003800234310001100272336002600283337002800309338002700337362001000364500010800374588005000482588003400532650005000566650005700616650005100673650003900724770009200763850000800855994001200863on1390719786OCoLC20230718213016.0230718c201u9999bl ar p 0 0por  a 2023325848 aDLCbengerdacDLC a(OCoLC)139071978600aGuia de produtos /cPROJETO ; Galeria da Arquitetura. 1aSão Paulo, SP :bArco Editorial avolumes :billustrations ;c28 cm aAnnual atextbtxt2rdacontent aunmediatedbn2rdamedia avolumebnc2rdacarrier0 a2022- a"Os principais lançamentos e linhas de produtos para auxiliá-lo na especificação de seus projetos".0 aDescription based on: 2022; title from cover.1 aLatest issue consulted: 2023. 0aArchitecturevDesigns and plansvPeriodicals. 0aDecoration and ornament, ArchitecturalvPeriodicals. 0aArchitectural services marketingvPeriodicals. 0aArchitecturezBrazilvPeriodicals.08iSupplement (work):tAnuário PROJETOx1808-6586w(DLC) 2023325847w(OCoLC)on1390719168 aDLC a92bPUL02873nam a22004697i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162035002200180050002100202100007400223245006100297264005500358300008100413336002600494337002600520338003600546504006700582505046800649588010701117650002101224650002601245650001501271650001201286650002201298650002101320650002001341650003101361650002501392856004901417880009001466880007901556880008101635880067501716994001202391on1390720008OCoLC20230718213016.0m o d cr |||||||||||230718s2023 ru a ob 001 0crus  a 2022554305 aDLCbengerdaepncDLC c(N z9785001724483 a(OCoLC)139072000800aGN281b.C45 20231 6880-01aChisti︠a︡kov, N. M.q(Nikolaĭ Mikhaĭlovich),eauthor.106880-02aChelovek i ego taĭny /cN.M. Chisti︠a︡kov. 16880-03aMoskva :bIzdatelʹstvo Prometeĭ,c2023. a1 online resource (484 pages, 1 unnumbered page) :billustrations, portraits atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aIncludes bibliographical references (pages 483-485) and index.2 6880-04aIstoricheskie taĭny vozniknovenii︠a︡ chelovecheskoĭ t︠s︡ivilizat︠s︡ii -- Taĭnye zagadki proiskhozhdenii︠a︡ cheloveka -- Osobennosti biosot︠s︡ialʹnoĭ prirody cheloveka -- Taĭny psikhiki cheloveka -- Vydai︠u︡shchiesi︠a︡ genii chelovechestva -- Genii i talanty svoeĭ ėpokhi -- Genialʹnostʹ i bezumie -- Mozhno li vospitatʹ genii︠a︡ -- Fenomenalʹnye sposobnosti i sverkhʺestestvennye vozmozhnosti cheloveka. aDescription based on online resource; title from digital title page (East View, viewed July 14, 2023). 0aHuman evolution. 0aHuman beingsxOrigin. 0aIntellect. 0aGenius. 0aCreative ability. 0aPsychic ability. 0aParapsychology. 0aGifted personsvBiography. 0aPsychicsvBiography.40uhttps://dlib.eastview.com/browse/book/3438261 6100-01/(NaЧистяков, Н. М.q(Николай Михайлович),eauthor.106245-02/(NaЧеловек и его тайны /cН.М. Чистяков. 16264-03/(NaМосква :bИздательство Прометей,c2023.2 6505-04/(NaИсторические тайны возникновения человеческой цивилизации -- Тайные загадки происхождения человека -- Особенности биосоциальной природы человека -- Тайны психики человека -- Выдающиеся гении человечества -- Гении и таланты своей эпохи -- Гениальность и безумие -- Можно ли воспитать гения -- Феноменальные способности и сверхъестественные возможности человека. a92bPUL04825nam a22004457i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162035002200180050002100202245026700223264004100490300004700531336002600578337002600604338003600630500039900666504004101065505055101106588010701657650003201764650002601796650002501822700007101847710014101918856004902059880043102108880005002539880059602589880087903185880009004064880021304154994001204367on1390720573OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru c ob 000 0 rus  a 2022554310 aDLCbengerdaepncDLC c(N z9785436506180 a(OCoLC)139072057300aBD450b.C44 2022006880-01aChelovek v kulʹture :bfilosofskie, antropologicheskie, regionalʹnye aspekty kulʹtury i russkogo kosmizma : monografii︠a︡ /cV.V. Lytkin [and five others] ; otvetstvennyĭ redaktor i sostavitelʹ: V.V. Lytkin, doktor filosofskikh nauk, professor. 16880-02aMoskva :bRU-SCIENCE,c2022. a1 online resource (176 pages) :bportraits atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier 6880-03aAt head of title: Ministerstvo nauki i vysshego obrazovanii︠a︡ Rossiĭskoĭ Federat︠s︡ii (Minobrnauki Rossii). Federalʹnoe gosudarstvennoe bi︠u︡dzhetnoe obrazovatelʹnoe uchrezhdenie vysshego obrazovanii︠a︡ "Kaluzhskiĭ gosudarstvennyĭ universitet im. K.Ė. T︠S︡iolkovskogo" (FGBOU VO "KGU im. K.Ė. T︠S︡iolkovskogo"), Kafedra filosofii i kulʹturologii. aIncludes bibliographical references.0 6880-04aGlava 1. Osmyslenie "ideala" russkim kosmizmom -- Glava 2. Analiz osnovnykh filosofsko-antropologicheskikh ideĭ v russkoĭ religioznoĭ filosofii -- Glava 3. Idei kosmizma v russkoĭ religioznoĭ filosofii -- Glava 4. V.I. Vernadskiĭ o sootnoshenii nauki, filosofii i religii -- Glava 5. Mifologicheskoe i nauchnoe v izuchenii obraza protopopa Avvakuma -- Glava 6. Ėkonomicheskoe razvitie i nravstvennai︠a︡ degradat︠s︡ii︠a︡ cheloveka i obshchestva v format︠s︡ionnom podkhode Karla Marksa i Fridrikha Ėngelʹsa. aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aPhilosophical anthropology. 0aReligionxPhilosophy. 0aPhilosophy, Russian.1 6880-05aLytkin, V. V.q(Vladimir Vladimirovich),eeditor,eauthor.2 6880-06aKaluzhskiĭ gosudarstvennyĭ universitet imeni K.Ė. T︠S︡iolkovskogo.bKafedra filosofii i kulʹturologii,eissuing body.40uhttps://dlib.eastview.com/browse/book/309167006245-01/(NaЧеловек в культуре :bфилософские, антропологические, региональные аспекты культуры и русского космизма : монография /cВ.В. Лыткин [and five others] ; ответственный редактор и составитель: В.В. Лыткин, доктор философских наук, профессор. 16264-02/(NaМосква :bRU-SCIENCE,c2022. 6500-03/(NaAt head of title: Министерство науки и высшего образования Российской Федерации (Минобрнауки России). Федеральное государственное бюджетное образовательное учреждение высшего образования "Калужский государственный университет им. К.Э. Циолковского" (ФГБОУ ВО "КГУ им. К.Э. Циолковского"), Кафедра философии и культурологии.0 6505-04/(NaГлава 1. Осмысление "идеала" русским космизмом -- Глава 2. Анализ основных философско-антропологических идей в русской религиозной философии -- Глава 3. Идеи космизма в русской религиозной философии -- Глава 4. В.И. Вернадский о соотношении науки, философии и религии -- Глава 5. Мифологическое и научное в изучении образа протопопа Аввакума -- Глава 6. Экономическое развитие и нравственная деградация человека и общества в формационном подходе Карла Маркса и Фридриха Энгельса.1 6700-05/(NaЛыткин, Владимир Владимирович,eeditor,eauthor.1 6710-06/(NaКалужский государственный университет имени К.Э. Циолковского.bКафедра философии и культурологии,eissuing body. a92bPUL03071nam a2200517 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162020001500180035002200195050001900217100005900236245014100295246009400436264005300530300003400583336002600617337002600643338003600669500019700705504005700902588010700959650002301066650004801089650003401137650004701171650002601218710006801244710006401312776011601376856004901492880008301541880022201624880016201846880008102008880026002089880010002349880009202449994001202541on1390720614OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru ob 000 0 rus  a 2022554306 aDLCbengerdaepncDLC c(N z9785917914442 z5917914443 a(OCoLC)1390720614 4aP37b.M46 20221 6880-01aMenʹshikov, Vladimir Mikhaĭlovich,eauthor.106880-02aChelovek i i︠a︡zyk :brechevoe razvitie i rechevoe vospitanie (popytka teologo-teoreticheskogo analiza) /cV.M. Menʹshikov.306880-03aRechevoe razvitie i rechevoe vospitanie (popytka teologo-teoreticheskogo analiza) 16880-04aMoskva :bIzdatelʹstvo Kvadriga,c2022. a1 online resource (446 pages) atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier 6880-05a"Nauchno-obrazovatelʹnai︠a︡ teologicheskai︠a︡ assot︠s︡iat︠s︡ii︠a︡. Kurskiĭ gosudarstvennyĭ universitet. Obʺedinenie pravoslavnykh uchenykh"--Preliminary page. aIncludes bibliographical references (pages 428-442). aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aPsycholinguistics. 0aLanguage and languagesxStudy and teaching. 0aRhetoricxStudy and teaching. 0aLanguage and languagesxReligious aspects. 0aLanguage and culture.2 6880-06aKurskiĭ gosudarstvennyĭ universitet,eissuing body.2 6880-07aObʺedinenie pravoslavnykh uchenykh,eissuing body.08iPrint version:aMenʹshikov, Vladimir Mikhaĭlovich.tChelovek i i︠a︡zykz9785917914442w(OCoLC)134638871640uhttps://dlib.eastview.com/browse/book/2970661 6100-01/(NaМеньшиков, Владимир Михайлович,eauthor.106245-02/(NaЧеловек и язык :bречевое развитие и речевое воспитание (попытка теолого-теоретического анализа) /cВ.М. Меньшиков.306246-03/(NaРечевое развитие и речевое воспитание (попытка теолого-теоретического анализа) 16264-04/(NaМосква :bИздательство Квадрига,c2022. 6500-05/(Na"Научно-образовательная теологическая ассоциация. Курский государственный университет. Объединение православных ученых"--Preliminary page.2 6710-06/(NaКурский государственный университет,eissuing body.2 6710-07/(NaОбъединение православных ученых,eissuing body. a92bPUL03156nam a22005297i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066001100155020001800166035002200184043001200206050003400218100003400252245014100286264004200427300005000469336002600519337002600545338003600571500008500607504005500692505021800747588010700965610009401072600005001166610009101216600006101307650002901368650003301397650006401430650003801494856004901532880004301581880021801624880005901842880010701901880029902008880011602307880010402423880008702527994001202614on1390720635OCoLC20230718213016.0m o d cr |n|||||||||230718s2022 ru a obc 000 0 rus  a 2022554314 aDLCbengerdaepncDLC c(Nc(Q z9785751008307 a(OCoLC)1390720635 ae-ur---00aZ820.R674bU88 2022aZ688.A721 6880-01aUtva, S. P.,eauthor.106880-02aDary Imperatorskogo Doma Moskovskomu publichnomu muzeumu i Rumi︠a︡nt︠s︡evskomu muzeumu :balʹbom--katalog /cS.P. Utva. 16880-03aMoskva :bPashkov dom,c2022. a1 online resource (82 pages) :billustrations atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier 6880-04aAt head of title: Rossiĭskai︠a︡ gosudarstvennai︠a︡ biblioteka. aIncludes bibliographical references (pages 70-73).0 6880-05aVazy. Chasha porfirovai︠a︡ ; Chasha i︠a︡shmovai︠a︡ ; Chashi mramornye (parnye) ; Vaza stekli︠a︡nnai︠a︡ ; Parnye farforovye vazy -- Mebelʹ. Knizhnye shkafy ; K biografii odnogo mastera. aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023).206880-06aRossiĭskai︠a︡ gosudarstvennai︠a︡ bibliotekaxArt collectionsvCatalogs.30aRomanov, House ofxArt collectionsvCatalogs.206880-07aMoskovskīĭ publichnyĭ i Rumi︠a︡nt︠s︡ovskīĭ muzeĭxHistory.106880-08aNalimov, G. F.q(Gavrila Firsovich),d1807-1877. 0aVaseszRussiavCatalogs. 0aBookcaseszRussiavCatalogs. 0aLibrariesxSpecial collectionszRussiaxArt worksxHistory. 0aStone carverszRussiavBiography.40uhttps://dlib.eastview.com/browse/book/3258861 6100-01/(NaУтва, С. П.,eauthor.106245-02/(NaДары Императорского Дома Московскому публичному музеуму и Румянцевскому музеуму :bальбом--каталог /cС.П. Утва. 16264-03/(NaМосква :bПашков дом,c2022. 6500-04/(NaAt head of title: Российская государственная библиотека.0 6505-05/(NaВазы. Чаша порфировая ; Чаша яшмовая ; Чаши мраморные (парные) ; Ваза стеклянная ; Парные фарфоровые вазы -- Мебель. Книжные шкафы ; К биографии одного мастера.246610-06/(NaРоссийская государственная библиотекаxArt collectionsvCatalogs.246610-07/(NaМосковскій публичный и Румянцовскій музейxHistory.146600-08/(NaНалимов, Г. Ф.q(Гаврила Фирсович),d1807-1877. a92bPUL02681nam a2200517 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162035002200180050002300202245013700225264005600362300007400418336002600492337002600518338003600544500010700580500006200687504004100749588010700790650001900897650002500916650002400941650003300965650002600998650003301024650003801057650003201095700005401127710010501181776009301286856004901379880019401428880007101622880016001693880007401853880006501927880015901992994001202151on1390720644OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru ach ob 000 0 rus  a 2022554309 aDLCbengerdaepncDLC c(N z9785001655367 a(OCoLC)139072064400aBH301.E9bC44 2022006880-01aChelovek v iskusstve ėkspressionizma /cavtor kont︠s︡ept︠s︡ii i sostavitelʹ Irina Ilʹinichna Nikolʹskai︠a︡. 16880-02aSankt-Peterburg :bAleteĭi︠a︡,c2022. a1 online resource (669 pages) :billustrations, portraits, facsimiles atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier 6880-03aAt head of title: Gosudarstvennyĭ institut iskusstvoznanii︠a︡ Ministerstva kulʹtury RF. 6880-04a"Nezavisimyĭ alʹi︠a︡ns"--Preliminary page. aIncludes bibliographical references. aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aExpressionism. 0aHuman beings in art. 0aExpressionism (Art) 0aExpressionism (Architecture) 0aExpressionism (Music) 0aExpressionism in literature. 0aExpressionism in motion pictures. 0aArts, Moderny20th century.1 6880-05aNikolʹskai︠a︡, I.q(Irina),eeditor.2 6880-06aGosudarstvennyĭ institut iskusstvovedenii︠a︡ Ministerstva kulʹtury RF,eissuing body.08iPrint version:tChelovek v iskusstve ėkspressionizmaz9785001655367w(OCoLC)138101029340uhttps://dlib.eastview.com/browse/book/332867006245-01/(NaЧеловек в искусстве экспрессионизма /cавтор концепции и составитель Ирина Ильинична Никольская. 16264-02/(NaСанкт-Петербург :bАлетейя,c2022. 6500-03/(NaAt head of title: Государственный институт искусствознания Министерства культуры РФ. 6500-04/(Na"Независимый альянс"--Preliminary page.1 6700-05/(NaНикольская, И.q(Ирина),eeditor.2 6710-06/(NaГосударственный институт искусствоведения Министерства культуры РФ,eissuing body. a92bPUL03181nam a2200517 i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162020001500180035002200195050002100217100006400238245009900302246008100401264005600482300003400538336002600572337002600598338003600624490002300660500006200683504004100745505036800786588010701154650003301261650003201294650004301326650003201369650004401401776016701445856004901612880009601661880012101757880009401878880007101972880003502043880007402078880049902152994001202651on1390720919OCoLC20230718213016.0m o d cr |||||||||||230718s2022 ru ob 000 0 rus  a 2022554308 aDLCbengerdaepncDLC c(N z9785001654766 z5001654769 a(OCoLC)139072091900aCB478b.K88 20221 6880-01aKutyrev, V. A.q(Vladimir Aleksandrovich),eauthor.106880-02aChelo-vek tekhnologiĭ, t︠s︡ivilizat︠s︡ii︠a︡ falʹshizma /cV.A. Kutyrev.3 6880-03aChelovek tekhnologiĭ, t︠s︡ivilizat︠s︡ii︠a︡ falʹshizma 16880-04aSankt-Peterburg :bAleteĭi︠a︡,c2022. a1 online resource (281 pages) atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier0 6880-05aTela mysli 6880-06a"Nezavisimyĭ alʹi︠a︡ns"--Preliminary page. aIncludes bibliographical references.0 6880-07aChastʹ I. Tekhnos reshaet vse(kh) -- Chastʹ II. Pri--rod(in)a ili smertʹ -- Chastʹ III. O prekrasno degradirui︠u︡shchai︠a︡ t︠s︡ivilizat︠s︡ii︠a︡ -- Chastʹ IV. Pro(sti)shchaĭ, Chelovek -- Chastʹ V. Falʹshizm kak ideologii︠a︡ transgumanizma -- Chastʹ VI. Antropokonservatizm: nauku i tekhnologii - pod kontrolʹ obshchestva. aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aTechnology and civilization. 0aTechnologyxSocial aspects. 0aTechnologyxMoral and ethical aspects. 0aPhilosophical anthropology. 0aTruthfulness and falsehoodxPhilosophy.08iPrint version:aKutyrev, V. A. (Vladimir Aleksandrovich),tChelo-vek tekhnologiĭ, t︠s︡ivilizat︠s︡ii︠a︡ falʹshizmaz9785001654766w(OCoLC)134724124940uhttps://dlib.eastview.com/browse/book/3041061 6100-01/(NaКутырев, В. А.q(Владимир Александрович),eauthor.106245-02/(NaЧело-век технологий, цивилизация фальшизма /cВ.А. Кутырев.3 6246-03/(NaЧеловек технологий, цивилизация фальшизма 16264-04/(NaСанкт-Петербург :bАлетейя,c2022.0 6490-05/(NaТела мысли 6500-06/(Na"Независимый альянс"--Preliminary page.0 6505-07/(NaЧасть I. Технос решает все(х) -- Часть II. При--род(ин)а или смерть -- Часть III. О прекрасно деградирующая цивилизация -- Часть IV. Про(сти)щай, Человек -- Часть V. Фальшизм как идеология трансгуманизма -- Часть VI. Антропоконсерватизм: науку и технологии - под контроль общества. a92bPUL01656nam a22004097i 4500001001300000003000600013005001700019006001900036007001500055008004100070010001700111040002700128066000700155020001800162020001500180035002200195043001200217050002800229100003500257245009300292264004000385300005100425336002600476337002600502338003600528588010700564650004400671650003700715700004800752776009500800856004900895880004800944880012200992880005601114880006401170994001201234on1390720968OCoLC20230718213016.0m o d cr |||||||||||230718s2020 ru a o 000 f rus  a 2022554312 aDLCbengerdaepncDLC c(N z9785995306634 z5995306634 a(OCoLC)1390720968 ae-ur---00aPG3491.6.A745bC48 20201 6880-01aDarev, Roman,eauthor.106880-02aChuzhai︠a︡ i︠u︡dolʹ :broman /cRoman Darev ; khudozhnik Maksim Kantor. 16880-03aMoskva :bKnizhniki,c2020. a1 online resource (699 pages) :billustrations atextbtxt2rdacontent acomputerbc2rdamedia aonline resourcebcr2rdacarrier aDescription based on online resource; title from digital title page (East View, viewed July 15, 2023). 0aJewish soldierszSoviet UnionvFiction. 0aDrafteeszSoviet UnionvFiction.1 6880-04aKantor, Maxim,d1957-eillustrator.08iPrint version:aDarev, R.,tChuzhai︠a︡ i︠u︡dolʹz9785995306634w(OCoLC)123973765640uhttps://dlib.eastview.com/browse/book/3187271 6100-01/(NaДарев, Роман,eauthor.106245-02/(NaЧужая юдоль :bроман /cРоман Дарев ; художник Максим Кантор. 16264-03/(NaМосква :bКнижники,c2020.1 6700-04/(NaКантор, Максим,d1957-eillustrator. a92bPUL \ No newline at end of file diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 1e8c8e80..48982758 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -25,8 +25,8 @@ # directory. Alternatively, in the individual `*_spec.rb` files, manually # require only the support files necessary. # -Dir[Rails.root.join('lib', '**', '*.rb')].sort.each { |f| require f } -Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f } +Rails.root.glob('lib/**/*.rb').sort.each { |f| require f } +Rails.root.glob('spec/support/**/*.rb').sort.each { |f| require f } # Checks for pending migrations and applies them before tests are run. # If you are not using ActiveRecord, you can remove these lines. diff --git a/yarn.lock b/yarn.lock index c813f433..7cb5e15d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -406,90 +406,105 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@rollup/rollup-android-arm-eabi@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz#8b613b9725e8f9479d142970b106b6ae878610d5" - integrity sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w== - -"@rollup/rollup-android-arm64@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz#654ca1049189132ff602bfcf8df14c18da1f15fb" - integrity sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA== - -"@rollup/rollup-darwin-arm64@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz#6d241d099d1518ef0c2205d96b3fa52e0fe1954b" - integrity sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q== - -"@rollup/rollup-darwin-x64@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz#42bd19d292a57ee11734c980c4650de26b457791" - integrity sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw== - -"@rollup/rollup-linux-arm-gnueabihf@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz#f23555ee3d8fe941c5c5fd458cd22b65eb1c2232" - integrity sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ== - -"@rollup/rollup-linux-arm-musleabihf@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz#f3bbd1ae2420f5539d40ac1fde2b38da67779baa" - integrity sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg== - -"@rollup/rollup-linux-arm64-gnu@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz#7abe900120113e08a1f90afb84c7c28774054d15" - integrity sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw== - -"@rollup/rollup-linux-arm64-musl@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz#9e655285c8175cd44f57d6a1e8e5dedfbba1d820" - integrity sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA== - -"@rollup/rollup-linux-powerpc64le-gnu@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz#9a79ae6c9e9d8fe83d49e2712ecf4302db5bef5e" - integrity sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg== - -"@rollup/rollup-linux-riscv64-gnu@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz#67ac70eca4ace8e2942fabca95164e8874ab8128" - integrity sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA== - -"@rollup/rollup-linux-s390x-gnu@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz#9f883a7440f51a22ed7f99e1d070bd84ea5005fc" - integrity sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q== - -"@rollup/rollup-linux-x64-gnu@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz#70116ae6c577fe367f58559e2cffb5641a1dd9d0" - integrity sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg== - -"@rollup/rollup-linux-x64-musl@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz#f473f88219feb07b0b98b53a7923be716d1d182f" - integrity sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g== - -"@rollup/rollup-win32-arm64-msvc@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz#4349482d17f5d1c58604d1c8900540d676f420e0" - integrity sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw== - -"@rollup/rollup-win32-ia32-msvc@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz#a6fc39a15db618040ec3c2a24c1e26cb5f4d7422" - integrity sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g== - -"@rollup/rollup-win32-x64-msvc@4.22.4": - version "4.22.4" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz#3dd5d53e900df2a40841882c02e56f866c04d202" - integrity sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q== - -"@types/estree@1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" - integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== +"@rollup/rollup-android-arm-eabi@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.30.0.tgz#f2552f6984cfae52784b2fbf0e47633f38955d66" + integrity sha512-qFcFto9figFLz2g25DxJ1WWL9+c91fTxnGuwhToCl8BaqDsDYMl/kOnBXAyAqkkzAWimYMSWNPWEjt+ADAHuoQ== + +"@rollup/rollup-android-arm64@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.30.0.tgz#7e5764268d3049b7341c60f1c650f1d71760a5b2" + integrity sha512-vqrQdusvVl7dthqNjWCL043qelBK+gv9v3ZiqdxgaJvmZyIAAXMjeGVSqZynKq69T7062T5VrVTuikKSAAVP6A== + +"@rollup/rollup-darwin-arm64@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.30.0.tgz#c9245577f673802f0f6de0d46ee776691d77552e" + integrity sha512-617pd92LhdA9+wpixnzsyhVft3szYiN16aNUMzVkf2N+yAk8UXY226Bfp36LvxYTUt7MO/ycqGFjQgJ0wlMaWQ== + +"@rollup/rollup-darwin-x64@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.30.0.tgz#e492705339542f8b54fa66f630c9d820bc708693" + integrity sha512-Y3b4oDoaEhCypg8ajPqigKDcpi5ZZovemQl9Edpem0uNv6UUjXv7iySBpGIUTSs2ovWOzYpfw9EbFJXF/fJHWw== + +"@rollup/rollup-freebsd-arm64@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.30.0.tgz#3e13b5d4d44ea87598d5d4db97181db1174fb3c8" + integrity sha512-3REQJ4f90sFIBfa0BUokiCdrV/E4uIjhkWe1bMgCkhFXbf4D8YN6C4zwJL881GM818qVYE9BO3dGwjKhpo2ABA== + +"@rollup/rollup-freebsd-x64@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.30.0.tgz#138daa08d1b345d605f57b4dedd18a50420488e7" + integrity sha512-ZtY3Y8icbe3Cc+uQicsXG5L+CRGUfLZjW6j2gn5ikpltt3Whqjfo5mkyZ86UiuHF9Q3ZsaQeW7YswlHnN+lAcg== + +"@rollup/rollup-linux-arm-gnueabihf@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.30.0.tgz#bdaece34f93c3dfd521e9ab8f5c740121862468e" + integrity sha512-bsPGGzfiHXMhQGuFGpmo2PyTwcrh2otL6ycSZAFTESviUoBOuxF7iBbAL5IJXc/69peXl5rAtbewBFeASZ9O0g== + +"@rollup/rollup-linux-arm-musleabihf@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.30.0.tgz#1804c6ec49be21521eac612513e0666cdde2188c" + integrity sha512-kvyIECEhs2DrrdfQf++maCWJIQ974EI4txlz1nNSBaCdtf7i5Xf1AQCEJWOC5rEBisdaMFFnOWNLYt7KpFqy5A== + +"@rollup/rollup-linux-arm64-gnu@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.30.0.tgz#2c4bd90f77fcf769502743ec38f184c00a087e08" + integrity sha512-CFE7zDNrokaotXu+shwIrmWrFxllg79vciH4E/zeK7NitVuWEaXRzS0mFfFvyhZfn8WfVOG/1E9u8/DFEgK7WQ== + +"@rollup/rollup-linux-arm64-musl@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.30.0.tgz#63eadee20f220d28e85cbd10aba671ada8e89c84" + integrity sha512-MctNTBlvMcIBP0t8lV/NXiUwFg9oK5F79CxLU+a3xgrdJjfBLVIEHSAjQ9+ipofN2GKaMLnFFXLltg1HEEPaGQ== + +"@rollup/rollup-linux-loongarch64-gnu@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.30.0.tgz#1c2c2bb30f61cbbc0fcf4e6c359777fcdb7108cc" + integrity sha512-fBpoYwLEPivL3q368+gwn4qnYnr7GVwM6NnMo8rJ4wb0p/Y5lg88vQRRP077gf+tc25akuqd+1Sxbn9meODhwA== + +"@rollup/rollup-linux-powerpc64le-gnu@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.30.0.tgz#cea71e0359f086a01c57cf312bef9ec9cc3ba010" + integrity sha512-1hiHPV6dUaqIMXrIjN+vgJqtfkLpqHS1Xsg0oUfUVD98xGp1wX89PIXgDF2DWra1nxAd8dfE0Dk59MyeKaBVAw== + +"@rollup/rollup-linux-riscv64-gnu@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.30.0.tgz#25ab4a6dbcbd27f4a68382f7963363f886a237aa" + integrity sha512-U0xcC80SMpEbvvLw92emHrNjlS3OXjAM0aVzlWfar6PR0ODWCTQtKeeB+tlAPGfZQXicv1SpWwRz9Hyzq3Jx3g== + +"@rollup/rollup-linux-s390x-gnu@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.30.0.tgz#7054b237152d9e36c51194532a6b70ca1a62a487" + integrity sha512-VU/P/IODrNPasgZDLIFJmMiLGez+BN11DQWfTVlViJVabyF3JaeaJkP6teI8760f18BMGCQOW9gOmuzFaI1pUw== + +"@rollup/rollup-linux-x64-gnu@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.0.tgz#3656a8341a6048f2111f423301aaad8e84a5fe90" + integrity sha512-laQVRvdbKmjXuFA3ZiZj7+U24FcmoPlXEi2OyLfbpY2MW1oxLt9Au8q9eHd0x6Pw/Kw4oe9gwVXWwIf2PVqblg== + +"@rollup/rollup-linux-x64-musl@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.30.0.tgz#cf8ae018ea6ff65eb36722a28beb93a20a6047f0" + integrity sha512-3wzKzduS7jzxqcOvy/ocU/gMR3/QrHEFLge5CD7Si9fyHuoXcidyYZ6jyx8OPYmCcGm3uKTUl+9jUSAY74Ln5A== + +"@rollup/rollup-win32-arm64-msvc@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.30.0.tgz#6b968f5b068469db16eac743811ee6c040671042" + integrity sha512-jROwnI1+wPyuv696rAFHp5+6RFhXGGwgmgSfzE8e4xfit6oLRg7GyMArVUoM3ChS045OwWr9aTnU+2c1UdBMyw== + +"@rollup/rollup-win32-ia32-msvc@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.30.0.tgz#0321de1a0540dd402e8e523d90cbd9d16f1b9e96" + integrity sha512-duzweyup5WELhcXx5H1jokpr13i3BV9b48FMiikYAwk/MT1LrMYYk2TzenBd0jj4ivQIt58JWSxc19y4SvLP4g== + +"@rollup/rollup-win32-x64-msvc@4.30.0": + version "4.30.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.30.0.tgz#7384b359bb45c0c3c76ba2c7aaec1d047305efcb" + integrity sha512-DYvxS0M07PvgvavMIybCOBYheyrqlui6ZQBHJs6GqduVzHSZ06TPPvlfvnYstjODHQ8UUXFwt5YE+h0jFI8kwg== + +"@types/estree@1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50" + integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== "@vue/compiler-sfc@2.7.15": version "2.7.15" @@ -1074,6 +1089,11 @@ picocolors@^1.1.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== +picocolors@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== + picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" @@ -1409,7 +1429,7 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.26: picocolors "^0.2.1" source-map "^0.6.1" -postcss@^8.4.14, postcss@^8.4.39: +postcss@^8.4.14: version "8.4.47" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365" integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ== @@ -1418,6 +1438,15 @@ postcss@^8.4.14, postcss@^8.4.39: picocolors "^1.1.0" source-map-js "^1.2.1" +postcss@^8.4.43: + version "8.4.49" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19" + integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA== + dependencies: + nanoid "^3.3.7" + picocolors "^1.1.1" + source-map-js "^1.2.1" + punycode@^2.1.0: version "2.3.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" @@ -1461,29 +1490,32 @@ reusify@^1.0.4: resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== -rollup@^4.13.0: - version "4.22.4" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.22.4.tgz#4135a6446671cd2a2453e1ad42a45d5973ec3a0f" - integrity sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A== +rollup@^4.20.0: + version "4.30.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.30.0.tgz#44ae4260029a8362113ef2a0cee7e02f3f740274" + integrity sha512-sDnr1pcjTgUT69qBksNF1N1anwfbyYG6TBQ22b03bII8EdiUQ7J0TlozVaTMjT/eEJAO49e1ndV7t+UZfL1+vA== dependencies: - "@types/estree" "1.0.5" + "@types/estree" "1.0.6" optionalDependencies: - "@rollup/rollup-android-arm-eabi" "4.22.4" - "@rollup/rollup-android-arm64" "4.22.4" - "@rollup/rollup-darwin-arm64" "4.22.4" - "@rollup/rollup-darwin-x64" "4.22.4" - "@rollup/rollup-linux-arm-gnueabihf" "4.22.4" - "@rollup/rollup-linux-arm-musleabihf" "4.22.4" - "@rollup/rollup-linux-arm64-gnu" "4.22.4" - "@rollup/rollup-linux-arm64-musl" "4.22.4" - "@rollup/rollup-linux-powerpc64le-gnu" "4.22.4" - "@rollup/rollup-linux-riscv64-gnu" "4.22.4" - "@rollup/rollup-linux-s390x-gnu" "4.22.4" - "@rollup/rollup-linux-x64-gnu" "4.22.4" - "@rollup/rollup-linux-x64-musl" "4.22.4" - "@rollup/rollup-win32-arm64-msvc" "4.22.4" - "@rollup/rollup-win32-ia32-msvc" "4.22.4" - "@rollup/rollup-win32-x64-msvc" "4.22.4" + "@rollup/rollup-android-arm-eabi" "4.30.0" + "@rollup/rollup-android-arm64" "4.30.0" + "@rollup/rollup-darwin-arm64" "4.30.0" + "@rollup/rollup-darwin-x64" "4.30.0" + "@rollup/rollup-freebsd-arm64" "4.30.0" + "@rollup/rollup-freebsd-x64" "4.30.0" + "@rollup/rollup-linux-arm-gnueabihf" "4.30.0" + "@rollup/rollup-linux-arm-musleabihf" "4.30.0" + "@rollup/rollup-linux-arm64-gnu" "4.30.0" + "@rollup/rollup-linux-arm64-musl" "4.30.0" + "@rollup/rollup-linux-loongarch64-gnu" "4.30.0" + "@rollup/rollup-linux-powerpc64le-gnu" "4.30.0" + "@rollup/rollup-linux-riscv64-gnu" "4.30.0" + "@rollup/rollup-linux-s390x-gnu" "4.30.0" + "@rollup/rollup-linux-x64-gnu" "4.30.0" + "@rollup/rollup-linux-x64-musl" "4.30.0" + "@rollup/rollup-win32-arm64-msvc" "4.30.0" + "@rollup/rollup-win32-ia32-msvc" "4.30.0" + "@rollup/rollup-win32-x64-msvc" "4.30.0" fsevents "~2.3.2" run-parallel@^1.1.9: @@ -1585,22 +1617,22 @@ v-calendar@^0.9.7: dependencies: vue "^2.5.0" -vite-plugin-ruby@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/vite-plugin-ruby/-/vite-plugin-ruby-5.0.0.tgz#cd891198a7672f2e8402439f53ab9d2b08f6502d" - integrity sha512-c8PjTp21Ah/ttgnNUyu0qvCXZI08Jr9I24oUKg3TRIRhF5GcOZ++6wtlTCrNFd9COEQbpXHxlRIXd/MEg0iZJw== +vite-plugin-ruby@^5.1.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/vite-plugin-ruby/-/vite-plugin-ruby-5.1.1.tgz#ecd72591ddb90a23613051005bd70a6410945129" + integrity sha512-I1dXJq2ywdvTD2Cz5LYNcYLujqQ3eUxPoCjruRdfm2QBtHBY15NEeb6x5HuPM3T5S+y8S3p9fwRsieQQCjk0gg== dependencies: debug "^4.3.4" fast-glob "^3.3.2" -vite@^5.3.6: - version "5.3.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.6.tgz#e097c0a7b79adb2e60bec9ef7907354f09d027bd" - integrity sha512-es78AlrylO8mTVBygC0gTC0FENv0C6T496vvd33ydbjF/mIi9q3XQ9A3NWo5qLGFKywvz10J26813OkLvcQleA== +vite@^5.0.0: + version "5.4.11" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5" + integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q== dependencies: esbuild "^0.21.3" - postcss "^8.4.39" - rollup "^4.13.0" + postcss "^8.4.43" + rollup "^4.20.0" optionalDependencies: fsevents "~2.3.3"