bento_search 1.4.4 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +41 -19
  3. data/app/models/bento_search/result_item.rb +1 -1
  4. data/app/models/bento_search/search_engine.rb +36 -3
  5. data/app/models/bento_search/search_engine/capabilities.rb +14 -0
  6. data/app/search_engines/bento_search/doaj_articles_engine.rb +279 -0
  7. data/app/search_engines/bento_search/ebsco_host_engine.rb +27 -7
  8. data/app/search_engines/bento_search/google_books_engine.rb +8 -1
  9. data/app/search_engines/bento_search/mock_engine.rb +8 -2
  10. data/app/search_engines/bento_search/scopus_engine.rb +27 -8
  11. data/app/search_engines/bento_search/summon_engine.rb +1 -1
  12. data/app/search_engines/bento_search/worldcat_sru_dc_engine.rb +22 -3
  13. data/config/locales/en.yml +5 -2
  14. data/lib/bento_search/version.rb +1 -1
  15. data/test/dummy/config/environments/development.rb +0 -4
  16. data/test/dummy/config/environments/production.rb +0 -4
  17. data/test/search_engines/doaj_articles_engine_test.rb +200 -0
  18. data/test/search_engines/ebsco_host_engine_test.rb +38 -0
  19. data/test/search_engines/google_books_engine_test.rb +18 -2
  20. data/test/search_engines/scopus_engine_test.rb +45 -1
  21. data/test/search_engines/search_engine_base_test.rb +59 -0
  22. data/test/search_engines/worldcat_sru_dc_engine_test.rb +17 -0
  23. data/test/vcr_cassettes/doaj_articles/basic_search.yml +97 -0
  24. data/test/vcr_cassettes/doaj_articles/catches_errors.yml +42 -0
  25. data/test/vcr_cassettes/doaj_articles/complex_multi-field.yml +67 -0
  26. data/test/vcr_cassettes/doaj_articles/live__get_identifier__round_trip.yml +387 -0
  27. data/test/vcr_cassettes/doaj_articles/live_get_identifier__raises_on_no_results.yml +41 -0
  28. data/test/vcr_cassettes/doaj_articles/multifield_author-title.yml +79 -0
  29. data/test/vcr_cassettes/doaj_articles/pagination.yml +691 -0
  30. data/test/vcr_cassettes/ebscohost/affiliation_search.yml +929 -0
  31. data/test/vcr_cassettes/ebscohost/multi-field_author_title.yml +122 -0
  32. data/test/vcr_cassettes/ebscohost/multi-field_citation_numbers.yml +122 -0
  33. data/test/vcr_cassettes/scopus/multi-field_search.yml +55 -0
  34. data/test/vcr_cassettes/scopus/multi-fielded_citation_details_search.yml +86 -0
  35. data/test/vcr_cassettes/worldcat_sru_dc/multi_field_search.yml +1839 -0
  36. metadata +31 -2
@@ -0,0 +1,122 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://eit.ebscohost.com/Services/SearchService.asmx/Search?db=awn&numrec=10&prof=DUMMY_PROFILE&pwd=DUMMY_PWD&query=(TI%20%22Reflections%20on%20the%20History%20of%20Debt%20Resistance%22)%20AND%20(AU%20Caffentzis)&sort=relevance
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ Cache-Control:
16
+ - private
17
+ Content-Type:
18
+ - text/xml
19
+ Server:
20
+ - Microsoft-IIS/7.5
21
+ X-Aspnet-Version:
22
+ - 4.0.30319
23
+ X-Powered-By:
24
+ - ASP.NET
25
+ Date:
26
+ - Mon, 21 Sep 2015 19:14:48 GMT
27
+ Content-Length:
28
+ - '3927'
29
+ body:
30
+ encoding: ASCII-8BIT
31
+ string: !binary |-
32
+ PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c2VhcmNoUmVzcG9uc2UgeG1sbnM6
33
+ eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5j
34
+ ZSIgeG1sbnM6eHNkPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVt
35
+ YSI+DQogIDxIaXRzIHhtbG5zPSJodHRwOi8vZXBuZXQuY29tL3dlYnNlcnZp
36
+ Y2VzL1NlYXJjaFNlcnZpY2UvUmVzcG9uc2UvMjAwNy8wNy8iPjE8L0hpdHM+
37
+ DQogIDxTdGF0aXN0aWNzIHhtbG5zPSJodHRwOi8vZXBuZXQuY29tL3dlYnNl
38
+ cnZpY2VzL1NlYXJjaFNlcnZpY2UvUmVzcG9uc2UvMjAwNy8wNy8iPg0KICAg
39
+ IDxTdGF0aXN0aWM+DQogICAgICA8RGF0YWJhc2U+YTloPC9EYXRhYmFzZT4N
40
+ CiAgICAgIDxIaXRzPjE8L0hpdHM+DQogICAgPC9TdGF0aXN0aWM+DQogICAg
41
+ PFN0YXRpc3RpYz4NCiAgICAgIDxEYXRhYmFzZT5hd248L0RhdGFiYXNlPg0K
42
+ ICAgICAgPEhpdHM+MDwvSGl0cz4NCiAgICA8L1N0YXRpc3RpYz4NCiAgPC9T
43
+ dGF0aXN0aWNzPg0KICA8U2VhcmNoUmVzdWx0cyB4bWxucz0iaHR0cDovL2Vw
44
+ bmV0LmNvbS93ZWJzZXJ2aWNlcy9TZWFyY2hTZXJ2aWNlL1Jlc3BvbnNlLzIw
45
+ MDcvMDcvIj4NCiAgICA8cmVjb3JkcyB4bWxucz0iIj4NCiAgICAgIDxyZWMg
46
+ cmVjb3JkSUQ9IjEiPg0KICAgICAgICA8cGRmTGluayAvPg0KICAgICAgICA8
47
+ cGxpbms+aHR0cDovL3NlYXJjaC5lYnNjb2hvc3QuY29tL2xvZ2luLmFzcHg/
48
+ ZGlyZWN0PXRydWUmYW1wO2RiPWE5aCZhbXA7QU49OTE3NTE4ODImYW1wO3Np
49
+ dGU9ZWhvc3QtbGl2ZSZhbXA7c2NvcGU9c2l0ZTwvcGxpbms+DQogICAgICAg
50
+ IDxoZWFkZXIgc2hvcnREYk5hbWU9ImE5aCIgdWlUZXJtPSI5MTc1MTg4MiIg
51
+ bG9uZ0RiTmFtZT0iQWNhZGVtaWMgU2VhcmNoIENvbXBsZXRlIiB1aVRhZz0i
52
+ QU4iPg0KICAgICAgICAgIDxjb250cm9sSW5mbz4NCiAgICAgICAgICAgIDxi
53
+ a2luZm8gLz4NCiAgICAgICAgICAgIDxqaW5mbz4NCiAgICAgICAgICAgICAg
54
+ PGppZCB0eXBlPSJpc3NuIj4wMDM4Mjg3NjwvamlkPg0KICAgICAgICAgICAg
55
+ ICA8amlkIHR5cGU9Im1pZCI+U0FRPC9qaWQ+DQogICAgICAgICAgICAgIDxq
56
+ dGw+U291dGggQXRsYW50aWMgUXVhcnRlcmx5PC9qdGw+DQogICAgICAgICAg
57
+ ICAgIDxpc3NuPjAwMzgyODc2PC9pc3NuPg0KICAgICAgICAgICAgICA8bWFn
58
+ bG9nbz5OPC9tYWdsb2dvPg0KICAgICAgICAgICAgPC9qaW5mbz4NCiAgICAg
59
+ ICAgICAgIDxwdWJpbmZvPg0KICAgICAgICAgICAgICA8ZHQgeWVhcj0iMjAx
60
+ MyIgbW9udGg9IjA5IiBkYXk9IjAxIj5GYWxsMjAxMzwvZHQ+DQogICAgICAg
61
+ ICAgICAgIDx2aWQ+MTEyPC92aWQ+DQogICAgICAgICAgICAgIDxpaWQ+NDwv
62
+ aWlkPg0KICAgICAgICAgICAgICA8cHViPkR1a2UgVW5pdmVyc2l0eSBQcmVz
63
+ czwvcHViPg0KICAgICAgICAgICAgPC9wdWJpbmZvPg0KICAgICAgICAgICAg
64
+ PGFydGluZm8+DQogICAgICAgICAgICAgIDx1aT45MTc1MTg4MjwvdWk+DQog
65
+ ICAgICAgICAgICAgIDx1aSB0eXBlPSJkb2kiPjEwLjEyMTUvMDAzODI4NzYt
66
+ MjM0NTMxNTwvdWk+DQogICAgICAgICAgICAgIDxwcGY+ODI0PC9wcGY+DQog
67
+ ICAgICAgICAgICAgIDxwcGN0Pjc8L3BwY3Q+DQogICAgICAgICAgICAgIDxm
68
+ b3JtYXRzPg0KICAgICAgICAgICAgICAgIDxmbXQgdHlwZT0iUCIgc2l6ZT0i
69
+ MzIzS0IiIC8+DQogICAgICAgICAgICAgIDwvZm9ybWF0cz4NCiAgICAgICAg
70
+ ICAgICAgPHRpZz4NCiAgICAgICAgICAgICAgICA8YXRsPlJlZmxlY3Rpb25z
71
+ IG9uIHRoZSBIaXN0b3J5IG9mIERlYnQgUmVzaXN0YW5jZTogVGhlIENhc2Ug
72
+ b2YgRWwgQmFyesOzbi48L2F0bD4NCiAgICAgICAgICAgICAgPC90aWc+DQog
73
+ ICAgICAgICAgICAgIDxhdWc+DQogICAgICAgICAgICAgICAgPGF1PkNhZmZl
74
+ bnR6aXMsIEdlb3JnZTwvYXU+DQogICAgICAgICAgICAgIDwvYXVnPg0KICAg
75
+ ICAgICAgICAgICA8c3U+U09DSUFMIG1vdmVtZW50czwvc3U+DQogICAgICAg
76
+ ICAgICAgIDxzdT5ERUJUPC9zdT4NCiAgICAgICAgICAgICAgPHN1PlNPQ0lB
77
+ TCBjbGFzc2VzPC9zdT4NCiAgICAgICAgICAgICAgPHN1PkRFQlQgY2FuY2Vs
78
+ bGF0aW9uPC9zdT4NCiAgICAgICAgICAgICAgPHN1Pk1FWElDTzwvc3U+DQog
79
+ ICAgICAgICAgICAgIDxzdT5VTklURUQgU3RhdGVzPC9zdT4NCiAgICAgICAg
80
+ ICAgICAgPHN1Zz4NCiAgICAgICAgICAgICAgICA8c3ViaiB0eXBlPSJ0aGVz
81
+ Ij5TT0NJQUwgbW92ZW1lbnRzPC9zdWJqPg0KICAgICAgICAgICAgICAgIDxz
82
+ dWJqIHR5cGU9InRoZXMiPkRFQlQ8L3N1Ymo+DQogICAgICAgICAgICAgICAg
83
+ PHN1YmogdHlwZT0idGhlcyI+U09DSUFMIGNsYXNzZXM8L3N1Ymo+DQogICAg
84
+ ICAgICAgICAgICAgPHN1YmogdHlwZT0idGhlcyI+REVCVCBjYW5jZWxsYXRp
85
+ b248L3N1Ymo+DQogICAgICAgICAgICAgICAgPHN1YmogdHlwZT0idW5jbGFz
86
+ cyI+TUVYSUNPPC9zdWJqPg0KICAgICAgICAgICAgICAgIDxzdWJqIHR5cGU9
87
+ InVuY2xhc3MiPlVOSVRFRCBTdGF0ZXM8L3N1Ymo+DQogICAgICAgICAgICAg
88
+ IDwvc3VnPg0KICAgICAgICAgICAgICA8YWI+VGhlIGFydGljbGUgZGlzY3Vz
89
+ c2VzIHRoZSBoaXN0b3J5IG9mIEVsIEJhcnrDs24sIGEgZGVidC1yZXNpc3Rh
90
+ bmNlIG9yZ2FuaXphdGlvbiBhY3RpdmUgaW4gTWV4aWNvIGR1cmluZyB0aGUg
91
+ bGF0ZSAyMHRoIGNlbnR1cnkuIFBhcnRpY3VsYXIgZm9jdXMgaXMgZ2l2ZW4g
92
+ dG8gdGhlIHdheXMgaW4gd2hpY2ggdGhlIDIxc3QtY2VudHVyeSBVLlMuIGRl
93
+ YnQtcmVzaXN0YW5jZSBvcmdhbml6YXRpb24gU3RyaWtlIERlYnQgbWlnaHQg
94
+ bGVhcm4gZnJvbSBFbCBCYXJ6w7NuJ3MgZWZmb3J0cy4gQWNjb3JkaW5nIHRv
95
+ IHRoZSBhdXRob3IsIGJvdGggbW92ZW1lbnRzIGJlbmVmaXQgZnJvbSBhbiBp
96
+ bmNyZWFzZWQgYXdhcmVuZXNzIG9mIHRoZSBjb2xsZWN0aXZlIGFuZCBzb2Np
97
+ YWwgbmF0dXJlIG9mIGRlYnQuIEludGVyY2xhc3MgYWxsaWFuY2VzIGFuZCBk
98
+ ZWJ0LWNhbmNlbGxhdGlvbiBqdWJpbGVlcyBhcmUgYWxzbyBkaXNjdXNzZWQu
99
+ PC9hYj4NCiAgICAgICAgICAgICAgPHB1YnR5cGU+QWNhZGVtaWMgSm91cm5h
100
+ bDwvcHVidHlwZT4NCiAgICAgICAgICAgICAgPGRvY3R5cGU+QXJ0aWNsZTwv
101
+ ZG9jdHlwZT4NCiAgICAgICAgICAgICAgPHNyYz5SPC9zcmM+DQogICAgICAg
102
+ ICAgICA8L2FydGluZm8+DQogICAgICAgICAgICA8bGFuZ3VhZ2UgY29kZT0i
103
+ ZW5nIj5FbmdsaXNoPC9sYW5ndWFnZT4NCiAgICAgICAgICAgIDxyZWZJbmZv
104
+ IC8+DQogICAgICAgICAgICA8Y29weXJpZ2h0IGZsYWc9IlkiPg0KICAgICAg
105
+ ICAgICAgICA8Y3VzdG9tPkNvcHlyaWdodCBvZiBTb3V0aCBBdGxhbnRpYyBR
106
+ dWFydGVybHkgaXMgdGhlIHByb3BlcnR5IG9mIER1a2UgVW5pdmVyc2l0eSBQ
107
+ cmVzcyBhbmQgaXRzIGNvbnRlbnQgbWF5IG5vdCBiZSBjb3BpZWQgb3IgZW1h
108
+ aWxlZCB0byBtdWx0aXBsZSBzaXRlcyBvciBwb3N0ZWQgdG8gYSBsaXN0c2Vy
109
+ diB3aXRob3V0IHRoZSBjb3B5cmlnaHQgaG9sZGVyJ3MgZXhwcmVzcyB3cml0
110
+ dGVuIHBlcm1pc3Npb24uIEhvd2V2ZXIsIHVzZXJzIG1heSBwcmludCwgZG93
111
+ bmxvYWQsIG9yIGVtYWlsIGFydGljbGVzIGZvciBpbmRpdmlkdWFsIHVzZS48
112
+ L2N1c3RvbT4NCiAgICAgICAgICAgICAgPGl0ZW0+U291dGggQXRsYW50aWMg
113
+ UXVhcnRlcmx5PC9pdGVtPg0KICAgICAgICAgICAgICA8aG9sZGVyPkR1a2Ug
114
+ VW5pdmVyc2l0eSBQcmVzczwvaG9sZGVyPg0KICAgICAgICAgICAgICA8ZHQg
115
+ eWVhcj0iMjAxMyIgLz4NCiAgICAgICAgICAgIDwvY29weXJpZ2h0Pg0KICAg
116
+ ICAgICAgICAgPGhvbGRpbmdzIGlzbG9jYWw9Ik4iIC8+DQogICAgICAgICAg
117
+ PC9jb250cm9sSW5mbz4NCiAgICAgICAgPC9oZWFkZXI+DQogICAgICA8L3Jl
118
+ Yz4NCiAgICA8L3JlY29yZHM+DQogIDwvU2VhcmNoUmVzdWx0cz4NCjwvc2Vh
119
+ cmNoUmVzcG9uc2U+
120
+ http_version:
121
+ recorded_at: Mon, 21 Sep 2015 19:14:48 GMT
122
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,122 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://eit.ebscohost.com/Services/SearchService.asmx/Search?db=awn&numrec=10&prof=DUMMY_PROFILE&pwd=DUMMY_PWD&query=(IS%2000382876)%20AND%20(VI%20112)%20AND%20(IP%204)%20AND%20(SP%20824)&sort=relevance
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ Cache-Control:
16
+ - private
17
+ Content-Type:
18
+ - text/xml
19
+ Server:
20
+ - Microsoft-IIS/7.5
21
+ X-Aspnet-Version:
22
+ - 4.0.30319
23
+ X-Powered-By:
24
+ - ASP.NET
25
+ Date:
26
+ - Mon, 21 Sep 2015 19:14:48 GMT
27
+ Content-Length:
28
+ - '3927'
29
+ body:
30
+ encoding: ASCII-8BIT
31
+ string: !binary |-
32
+ PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c2VhcmNoUmVzcG9uc2UgeG1sbnM6
33
+ eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5j
34
+ ZSIgeG1sbnM6eHNkPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVt
35
+ YSI+DQogIDxIaXRzIHhtbG5zPSJodHRwOi8vZXBuZXQuY29tL3dlYnNlcnZp
36
+ Y2VzL1NlYXJjaFNlcnZpY2UvUmVzcG9uc2UvMjAwNy8wNy8iPjE8L0hpdHM+
37
+ DQogIDxTdGF0aXN0aWNzIHhtbG5zPSJodHRwOi8vZXBuZXQuY29tL3dlYnNl
38
+ cnZpY2VzL1NlYXJjaFNlcnZpY2UvUmVzcG9uc2UvMjAwNy8wNy8iPg0KICAg
39
+ IDxTdGF0aXN0aWM+DQogICAgICA8RGF0YWJhc2U+YTloPC9EYXRhYmFzZT4N
40
+ CiAgICAgIDxIaXRzPjE8L0hpdHM+DQogICAgPC9TdGF0aXN0aWM+DQogICAg
41
+ PFN0YXRpc3RpYz4NCiAgICAgIDxEYXRhYmFzZT5hd248L0RhdGFiYXNlPg0K
42
+ ICAgICAgPEhpdHM+MDwvSGl0cz4NCiAgICA8L1N0YXRpc3RpYz4NCiAgPC9T
43
+ dGF0aXN0aWNzPg0KICA8U2VhcmNoUmVzdWx0cyB4bWxucz0iaHR0cDovL2Vw
44
+ bmV0LmNvbS93ZWJzZXJ2aWNlcy9TZWFyY2hTZXJ2aWNlL1Jlc3BvbnNlLzIw
45
+ MDcvMDcvIj4NCiAgICA8cmVjb3JkcyB4bWxucz0iIj4NCiAgICAgIDxyZWMg
46
+ cmVjb3JkSUQ9IjEiPg0KICAgICAgICA8cGRmTGluayAvPg0KICAgICAgICA8
47
+ cGxpbms+aHR0cDovL3NlYXJjaC5lYnNjb2hvc3QuY29tL2xvZ2luLmFzcHg/
48
+ ZGlyZWN0PXRydWUmYW1wO2RiPWE5aCZhbXA7QU49OTE3NTE4ODImYW1wO3Np
49
+ dGU9ZWhvc3QtbGl2ZSZhbXA7c2NvcGU9c2l0ZTwvcGxpbms+DQogICAgICAg
50
+ IDxoZWFkZXIgc2hvcnREYk5hbWU9ImE5aCIgdWlUZXJtPSI5MTc1MTg4MiIg
51
+ bG9uZ0RiTmFtZT0iQWNhZGVtaWMgU2VhcmNoIENvbXBsZXRlIiB1aVRhZz0i
52
+ QU4iPg0KICAgICAgICAgIDxjb250cm9sSW5mbz4NCiAgICAgICAgICAgIDxi
53
+ a2luZm8gLz4NCiAgICAgICAgICAgIDxqaW5mbz4NCiAgICAgICAgICAgICAg
54
+ PGppZCB0eXBlPSJpc3NuIj4wMDM4Mjg3NjwvamlkPg0KICAgICAgICAgICAg
55
+ ICA8amlkIHR5cGU9Im1pZCI+U0FRPC9qaWQ+DQogICAgICAgICAgICAgIDxq
56
+ dGw+U291dGggQXRsYW50aWMgUXVhcnRlcmx5PC9qdGw+DQogICAgICAgICAg
57
+ ICAgIDxpc3NuPjAwMzgyODc2PC9pc3NuPg0KICAgICAgICAgICAgICA8bWFn
58
+ bG9nbz5OPC9tYWdsb2dvPg0KICAgICAgICAgICAgPC9qaW5mbz4NCiAgICAg
59
+ ICAgICAgIDxwdWJpbmZvPg0KICAgICAgICAgICAgICA8ZHQgeWVhcj0iMjAx
60
+ MyIgbW9udGg9IjA5IiBkYXk9IjAxIj5GYWxsMjAxMzwvZHQ+DQogICAgICAg
61
+ ICAgICAgIDx2aWQ+MTEyPC92aWQ+DQogICAgICAgICAgICAgIDxpaWQ+NDwv
62
+ aWlkPg0KICAgICAgICAgICAgICA8cHViPkR1a2UgVW5pdmVyc2l0eSBQcmVz
63
+ czwvcHViPg0KICAgICAgICAgICAgPC9wdWJpbmZvPg0KICAgICAgICAgICAg
64
+ PGFydGluZm8+DQogICAgICAgICAgICAgIDx1aT45MTc1MTg4MjwvdWk+DQog
65
+ ICAgICAgICAgICAgIDx1aSB0eXBlPSJkb2kiPjEwLjEyMTUvMDAzODI4NzYt
66
+ MjM0NTMxNTwvdWk+DQogICAgICAgICAgICAgIDxwcGY+ODI0PC9wcGY+DQog
67
+ ICAgICAgICAgICAgIDxwcGN0Pjc8L3BwY3Q+DQogICAgICAgICAgICAgIDxm
68
+ b3JtYXRzPg0KICAgICAgICAgICAgICAgIDxmbXQgdHlwZT0iUCIgc2l6ZT0i
69
+ MzIzS0IiIC8+DQogICAgICAgICAgICAgIDwvZm9ybWF0cz4NCiAgICAgICAg
70
+ ICAgICAgPHRpZz4NCiAgICAgICAgICAgICAgICA8YXRsPlJlZmxlY3Rpb25z
71
+ IG9uIHRoZSBIaXN0b3J5IG9mIERlYnQgUmVzaXN0YW5jZTogVGhlIENhc2Ug
72
+ b2YgRWwgQmFyesOzbi48L2F0bD4NCiAgICAgICAgICAgICAgPC90aWc+DQog
73
+ ICAgICAgICAgICAgIDxhdWc+DQogICAgICAgICAgICAgICAgPGF1PkNhZmZl
74
+ bnR6aXMsIEdlb3JnZTwvYXU+DQogICAgICAgICAgICAgIDwvYXVnPg0KICAg
75
+ ICAgICAgICAgICA8c3U+U09DSUFMIG1vdmVtZW50czwvc3U+DQogICAgICAg
76
+ ICAgICAgIDxzdT5ERUJUPC9zdT4NCiAgICAgICAgICAgICAgPHN1PlNPQ0lB
77
+ TCBjbGFzc2VzPC9zdT4NCiAgICAgICAgICAgICAgPHN1PkRFQlQgY2FuY2Vs
78
+ bGF0aW9uPC9zdT4NCiAgICAgICAgICAgICAgPHN1Pk1FWElDTzwvc3U+DQog
79
+ ICAgICAgICAgICAgIDxzdT5VTklURUQgU3RhdGVzPC9zdT4NCiAgICAgICAg
80
+ ICAgICAgPHN1Zz4NCiAgICAgICAgICAgICAgICA8c3ViaiB0eXBlPSJ0aGVz
81
+ Ij5TT0NJQUwgbW92ZW1lbnRzPC9zdWJqPg0KICAgICAgICAgICAgICAgIDxz
82
+ dWJqIHR5cGU9InRoZXMiPkRFQlQ8L3N1Ymo+DQogICAgICAgICAgICAgICAg
83
+ PHN1YmogdHlwZT0idGhlcyI+U09DSUFMIGNsYXNzZXM8L3N1Ymo+DQogICAg
84
+ ICAgICAgICAgICAgPHN1YmogdHlwZT0idGhlcyI+REVCVCBjYW5jZWxsYXRp
85
+ b248L3N1Ymo+DQogICAgICAgICAgICAgICAgPHN1YmogdHlwZT0idW5jbGFz
86
+ cyI+TUVYSUNPPC9zdWJqPg0KICAgICAgICAgICAgICAgIDxzdWJqIHR5cGU9
87
+ InVuY2xhc3MiPlVOSVRFRCBTdGF0ZXM8L3N1Ymo+DQogICAgICAgICAgICAg
88
+ IDwvc3VnPg0KICAgICAgICAgICAgICA8YWI+VGhlIGFydGljbGUgZGlzY3Vz
89
+ c2VzIHRoZSBoaXN0b3J5IG9mIEVsIEJhcnrDs24sIGEgZGVidC1yZXNpc3Rh
90
+ bmNlIG9yZ2FuaXphdGlvbiBhY3RpdmUgaW4gTWV4aWNvIGR1cmluZyB0aGUg
91
+ bGF0ZSAyMHRoIGNlbnR1cnkuIFBhcnRpY3VsYXIgZm9jdXMgaXMgZ2l2ZW4g
92
+ dG8gdGhlIHdheXMgaW4gd2hpY2ggdGhlIDIxc3QtY2VudHVyeSBVLlMuIGRl
93
+ YnQtcmVzaXN0YW5jZSBvcmdhbml6YXRpb24gU3RyaWtlIERlYnQgbWlnaHQg
94
+ bGVhcm4gZnJvbSBFbCBCYXJ6w7NuJ3MgZWZmb3J0cy4gQWNjb3JkaW5nIHRv
95
+ IHRoZSBhdXRob3IsIGJvdGggbW92ZW1lbnRzIGJlbmVmaXQgZnJvbSBhbiBp
96
+ bmNyZWFzZWQgYXdhcmVuZXNzIG9mIHRoZSBjb2xsZWN0aXZlIGFuZCBzb2Np
97
+ YWwgbmF0dXJlIG9mIGRlYnQuIEludGVyY2xhc3MgYWxsaWFuY2VzIGFuZCBk
98
+ ZWJ0LWNhbmNlbGxhdGlvbiBqdWJpbGVlcyBhcmUgYWxzbyBkaXNjdXNzZWQu
99
+ PC9hYj4NCiAgICAgICAgICAgICAgPHB1YnR5cGU+QWNhZGVtaWMgSm91cm5h
100
+ bDwvcHVidHlwZT4NCiAgICAgICAgICAgICAgPGRvY3R5cGU+QXJ0aWNsZTwv
101
+ ZG9jdHlwZT4NCiAgICAgICAgICAgICAgPHNyYz5SPC9zcmM+DQogICAgICAg
102
+ ICAgICA8L2FydGluZm8+DQogICAgICAgICAgICA8bGFuZ3VhZ2UgY29kZT0i
103
+ ZW5nIj5FbmdsaXNoPC9sYW5ndWFnZT4NCiAgICAgICAgICAgIDxyZWZJbmZv
104
+ IC8+DQogICAgICAgICAgICA8Y29weXJpZ2h0IGZsYWc9IlkiPg0KICAgICAg
105
+ ICAgICAgICA8Y3VzdG9tPkNvcHlyaWdodCBvZiBTb3V0aCBBdGxhbnRpYyBR
106
+ dWFydGVybHkgaXMgdGhlIHByb3BlcnR5IG9mIER1a2UgVW5pdmVyc2l0eSBQ
107
+ cmVzcyBhbmQgaXRzIGNvbnRlbnQgbWF5IG5vdCBiZSBjb3BpZWQgb3IgZW1h
108
+ aWxlZCB0byBtdWx0aXBsZSBzaXRlcyBvciBwb3N0ZWQgdG8gYSBsaXN0c2Vy
109
+ diB3aXRob3V0IHRoZSBjb3B5cmlnaHQgaG9sZGVyJ3MgZXhwcmVzcyB3cml0
110
+ dGVuIHBlcm1pc3Npb24uIEhvd2V2ZXIsIHVzZXJzIG1heSBwcmludCwgZG93
111
+ bmxvYWQsIG9yIGVtYWlsIGFydGljbGVzIGZvciBpbmRpdmlkdWFsIHVzZS48
112
+ L2N1c3RvbT4NCiAgICAgICAgICAgICAgPGl0ZW0+U291dGggQXRsYW50aWMg
113
+ UXVhcnRlcmx5PC9pdGVtPg0KICAgICAgICAgICAgICA8aG9sZGVyPkR1a2Ug
114
+ VW5pdmVyc2l0eSBQcmVzczwvaG9sZGVyPg0KICAgICAgICAgICAgICA8ZHQg
115
+ eWVhcj0iMjAxMyIgLz4NCiAgICAgICAgICAgIDwvY29weXJpZ2h0Pg0KICAg
116
+ ICAgICAgICAgPGhvbGRpbmdzIGlzbG9jYWw9Ik4iIC8+DQogICAgICAgICAg
117
+ PC9jb250cm9sSW5mbz4NCiAgICAgICAgPC9oZWFkZXI+DQogICAgICA8L3Jl
118
+ Yz4NCiAgICA8L3JlY29yZHM+DQogIDwvU2VhcmNoUmVzdWx0cz4NCjwvc2Vh
119
+ cmNoUmVzcG9uc2U+
120
+ http_version:
121
+ recorded_at: Mon, 21 Sep 2015 19:14:48 GMT
122
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,55 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.elsevier.com/content/search/index:SCOPUS?count=10&query=TITLE(Protein%20measurement%20with%20the%20folin%20phenol%20reagent)%20AND%20AUTH(Lowry)%20AND%20ISSN(0021-9258)&sort=refeid
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers:
10
+ X-Els-Apikey:
11
+ - DUMMY_API_KEY
12
+ X-Els-Resourceversion:
13
+ - XOCS
14
+ Accept:
15
+ - application/atom+xml
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Server:
22
+ - api.elsevier.com 9999
23
+ X-Els-Status:
24
+ - OK
25
+ X-Els-Reqid:
26
+ - 0000014f72d218c9-4eef949
27
+ X-Els-Apikey:
28
+ - DUMMY_API_KEY
29
+ X-Els-Transid:
30
+ - 42632bf9-4ec5-415d-8590-d2820c7034ba
31
+ Allow:
32
+ - GET
33
+ Content-Type:
34
+ - application/atom+xml;charset=UTF-8
35
+ Content-Length:
36
+ - '2914'
37
+ Date:
38
+ - Thu, 17 Sep 2015 21:22:54 GMT
39
+ X-Re-Ref:
40
+ - 1 77227510
41
+ P3p:
42
+ - CP="IDC DSP LAW ADM DEV TAI PSA PSD IVA IVD CON HIS TEL OUR DEL SAM OTR IND
43
+ OTC"
44
+ body:
45
+ encoding: UTF-8
46
+ string: |2+
47
+
48
+ <feed xmlns="http://www.w3.org/2005/Atom" xmlns:cto="http://www.elsevier.com/xml/cto/dtd" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:prism="http://prismstandard.org/namespaces/basic/2.0/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"><title>SCOPUS Search Results: TITLE%28Protein+measurement+with+the+folin+phenol+reagent%29+AND+AUTH%28Lowry%29+AND+ISSN%280021-9258%29</title><updated>2015-09-17T21:22:53.739Z</updated><author><name>Elsevier, Inc.</name></author><id>http://api.elsevier.com:80/content/search/index:SCOPUS?&amp;count=10&amp;start=0&amp;query=TITLE%28Protein+measurement+with+the+folin+phenol+reagent%29+AND+AUTH%28Lowry%29+AND+ISSN%280021-9258%29&amp;sort=refeid</id><opensearch:totalResults>1</opensearch:totalResults><opensearch:startIndex>0</opensearch:startIndex><opensearch:itemsPerPage>1</opensearch:itemsPerPage><opensearch:Query role="request" searchTerms="TITLE%28Protein+measurement+with+the+folin+phenol+reagent%29+AND+AUTH%28Lowry%29+AND+ISSN%280021-9258%29" startPage="0"/><link ref="self" href="http://api.elsevier.com:80/content/search/index:scopus?start=0&amp;count=10&amp;query=TITLE%28Protein+measurement+with+the+folin+phenol+reagent%29+AND+AUTH%28Lowry%29+AND+ISSN%280021-9258%29&amp;sort=refeid" type="application/atom+xml"/><link ref="first" href="http://api.elsevier.com:80/content/search/index:scopus?start=0&amp;count=10&amp;query=TITLE%28Protein+measurement+with+the+folin+phenol+reagent%29+AND+AUTH%28Lowry%29+AND+ISSN%280021-9258%29&amp;sort=refeid" type="application/atom+xml"/><entry><link ref="self" href="http://api.elsevier.com/content/abstract/scopus_id:71849104860"/><link ref="author-affiliation" href="http://api.elsevier.com/content/abstract/scopus_id:71849104860?field=author,affiliation"/><link ref="scopus" href="http://www.scopus.com/inward/record.url?partnerID=HzOxMe3b&amp;scp=71849104860&amp;origin=inward"/><link ref="scopus-citedby" href="http://www.scopus.com/inward/citedby.url?partnerID=HzOxMe3b&amp;scp=71849104860&amp;origin=inward"/><prism:url>http://api.elsevier.com/content/abstract/scopus_id:71849104860</prism:url><dc:identifier>SCOPUS_ID:71849104860</dc:identifier><eid>2-s2.0-71849104860</eid><dc:title>Protein measurement with the Folin phenol reagent.</dc:title><dc:creator>LOWRY O.</dc:creator><prism:publicationName>The Journal of biological chemistry</prism:publicationName><prism:issn>00219258</prism:issn><prism:volume>193</prism:volume><prism:issueIdentifier>1</prism:issueIdentifier><prism:pageRange>265-275</prism:pageRange><prism:coverDate>1951-11-01</prism:coverDate><prism:coverDisplayDate>November 1951</prism:coverDisplayDate><citedby-count>173170</citedby-count><pubmed-id>14907713</pubmed-id><prism:aggregationType>Journal</prism:aggregationType><subtype>ar</subtype><subtypeDescription>Article</subtypeDescription><source-id>17592</source-id></entry></feed>
49
+
50
+
51
+
52
+
53
+ http_version:
54
+ recorded_at: Thu, 17 Sep 2015 21:22:54 GMT
55
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,86 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.elsevier.com/content/search/index:SCOPUS?count=10&query=ISSN(15385132)%20AND%20VOLUME(12)%20AND%20ISSUE(2)%20AND%20PAGEFIRST(179)&sort=refeid
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers:
10
+ X-Els-Apikey:
11
+ - DUMMY_API_KEY
12
+ X-Els-Resourceversion:
13
+ - XOCS
14
+ Accept:
15
+ - application/atom+xml
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: !binary |-
20
+ T0s=
21
+ headers:
22
+ !binary "U2VydmVy":
23
+ - !binary |-
24
+ YXBpLmVsc2V2aWVyLmNvbSAgOTk5OQ==
25
+ !binary "WC1FbHMtU3RhdHVz":
26
+ - !binary |-
27
+ T0s=
28
+ !binary "WC1FbHMtUmVxaWQ=":
29
+ - !binary |-
30
+ MDAwMDAxNGZlZWI5ZTZmNC0yOTQyMzQ=
31
+ !binary "WC1FbHMtQXBpa2V5":
32
+ - !binary |-
33
+ RFVNTVlfQVBJX0tFWQ==
34
+ !binary "WC1FbHMtVHJhbnNpZA==":
35
+ - !binary |-
36
+ ZmE0YWQ5YmMtOTc4My00OWY2LWFkMDctNTIwNzAxZWIzYTQ5
37
+ !binary "QWxsb3c=":
38
+ - !binary |-
39
+ R0VU
40
+ !binary "Q29udGVudC1UeXBl":
41
+ - !binary |-
42
+ YXBwbGljYXRpb24vYXRvbSt4bWw7Y2hhcnNldD1VVEYtOA==
43
+ !binary "Q29udGVudC1MZW5ndGg=":
44
+ - !binary |-
45
+ MzA0NA==
46
+ !binary "RGF0ZQ==":
47
+ - !binary |-
48
+ TW9uLCAyMSBTZXAgMjAxNSAxODoxNzozMCBHTVQ=
49
+ !binary "WC1SZS1SZWY=":
50
+ - !binary |-
51
+ MSAtNDUzNDQzMzgw
52
+ !binary "UDNw":
53
+ - !binary |-
54
+ Q1A9IklEQyBEU1AgTEFXIEFETSBERVYgVEFJIFBTQSBQU0QgSVZBIElWRCBD
55
+ T04gSElTIFRFTCBPVVIgREVMIFNBTSBPVFIgSU5EIE9UQyI=
56
+ body:
57
+ encoding: US-ASCII
58
+ string: ! '
59
+
60
+ <feed xmlns="http://www.w3.org/2005/Atom" xmlns:cto="http://www.elsevier.com/xml/cto/dtd"
61
+ xmlns:atom="http://www.w3.org/2005/Atom" xmlns:prism="http://prismstandard.org/namespaces/basic/2.0/"
62
+ xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"><title>SCOPUS
63
+ Search Results: ISSN%2815385132%29+AND+VOLUME%2812%29+AND+ISSUE%282%29+AND+PAGEFIRST%28179%29</title><updated>2015-09-21T18:17:30.349Z</updated><author><name>Elsevier,
64
+ Inc.</name></author><id>http://api.elsevier.com:80/content/search/index:SCOPUS?&amp;count=10&amp;start=0&amp;query=ISSN%2815385132%29+AND+VOLUME%2812%29+AND+ISSUE%282%29+AND+PAGEFIRST%28179%29&amp;sort=refeid</id><opensearch:totalResults>1</opensearch:totalResults><opensearch:startIndex>0</opensearch:startIndex><opensearch:itemsPerPage>1</opensearch:itemsPerPage><opensearch:Query
65
+ role="request" searchTerms="ISSN%2815385132%29+AND+VOLUME%2812%29+AND+ISSUE%282%29+AND+PAGEFIRST%28179%29"
66
+ startPage="0"/><link ref="self" href="http://api.elsevier.com:80/content/search/index:scopus?start=0&amp;count=10&amp;query=ISSN%2815385132%29+AND+VOLUME%2812%29+AND+ISSUE%282%29+AND+PAGEFIRST%28179%29&amp;sort=refeid"
67
+ type="application/atom+xml"/><link ref="first" href="http://api.elsevier.com:80/content/search/index:scopus?start=0&amp;count=10&amp;query=ISSN%2815385132%29+AND+VOLUME%2812%29+AND+ISSUE%282%29+AND+PAGEFIRST%28179%29&amp;sort=refeid"
68
+ type="application/atom+xml"/><entry><link ref="self" href="http://api.elsevier.com/content/abstract/scopus_id:84875913241"/><link
69
+ ref="author-affiliation" href="http://api.elsevier.com/content/abstract/scopus_id:84875913241?field=author,affiliation"/><link
70
+ ref="scopus" href="http://www.scopus.com/inward/record.url?partnerID=HzOxMe3b&amp;scp=84875913241&amp;origin=inward"/><link
71
+ ref="scopus-citedby" href="http://www.scopus.com/inward/citedby.url?partnerID=HzOxMe3b&amp;scp=84875913241&amp;origin=inward"/><prism:url>http://api.elsevier.com/content/abstract/scopus_id:84875913241</prism:url><dc:identifier>SCOPUS_ID:84875913241</dc:identifier><eid>2-s2.0-84875913241</eid><dc:title>Architects
72
+ and planners in the middle of a road war: The urban design concept team in
73
+ Baltimore, 1966-71</dc:title><dc:creator>Wong S.</dc:creator><prism:publicationName>Journal
74
+ of Planning History</prism:publicationName><prism:issn>15385132</prism:issn><prism:eIssn>15526585</prism:eIssn><prism:volume>12</prism:volume><prism:issueIdentifier>2</prism:issueIdentifier><prism:pageRange>179-202</prism:pageRange><prism:coverDate>2013-05-01</prism:coverDate><prism:coverDisplayDate>May
75
+ 2013</prism:coverDisplayDate><prism:doi>10.1177/1538513212471167</prism:doi><citedby-count>1</citedby-count><affiliation><affilname>Morgan
76
+ State University</affilname><affiliation-city>Baltimore</affiliation-city><affiliation-country>United
77
+ States</affiliation-country></affiliation><prism:aggregationType>Journal</prism:aggregationType><subtype>ar</subtype><subtypeDescription>Article</subtypeDescription><source-id>5700166917</source-id></entry></feed>
78
+
79
+
80
+
81
+
82
+
83
+ '
84
+ http_version:
85
+ recorded_at: Mon, 21 Sep 2015 18:17:31 GMT
86
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,1839 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://www.worldcat.org/webservices/catalog/search/sru?maximumRecords=10&query=srw.au%20=%20%22Noam%22%20AND%20srw.au%20=%20%22Chomsky%22%20AND%20%20srw.ti%20=%20%22Manufacturing%20Consent%22&recordSchema=info:srw/schema/1/dc&wskey=DUMMY_API_KEY
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ Date:
16
+ - Mon, 21 Sep 2015 15:15:39 GMT
17
+ Server:
18
+ - Apache
19
+ Transfer-Encoding:
20
+ - chunked
21
+ Content-Type:
22
+ - text/xml;charset=utf-8
23
+ body:
24
+ encoding: UTF-8
25
+ string: |
26
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
27
+ <?xml-stylesheet type='text/xsl' href='/webservices/catalog/xsl/searchRetrieveResponse.xsl'?>
28
+
29
+ <searchRetrieveResponse xmlns="http://www.loc.gov/zing/srw/" xmlns:oclcterms="http://purl.org/oclc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:diag="http://www.loc.gov/zing/srw/diagnostic/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
30
+ <version>1.1</version>
31
+ <numberOfRecords>55</numberOfRecords>
32
+ <records>
33
+ <record>
34
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
35
+ <recordPacking>xml</recordPacking>
36
+ <recordData>
37
+ <oclcdcs>
38
+ <dc:description>Not rated by MPAA.</dc:description>
39
+ <dc:contributor>Chomsky, Noam,</dc:contributor>
40
+ <dc:contributor>Achbar, Mark,</dc:contributor>
41
+ <dc:contributor>Wintonick, Peter,</dc:contributor>
42
+ <dc:contributor>Neale, Colin,</dc:contributor>
43
+ <dc:contributor>Murphy, Dennis R.,</dc:contributor>
44
+ <dc:contributor>Symansky, Adam,</dc:contributor>
45
+ <dc:contributor>Herman, Edward S.,</dc:contributor>
46
+ <dc:contributor>Moyers, Bill D.,</dc:contributor>
47
+ <dc:contributor>Jennings, Peter, 1938-2005,</dc:contributor>
48
+ <dc:contributor>Flook, Kelvin,</dc:contributor>
49
+ <dc:contributor>Buckley, William F., Jr., 1925-2008,</dc:contributor>
50
+ <dc:contributor>Miquet, Francis,</dc:contributor>
51
+ <dc:contributor>Bunge, Norbert,</dc:contributor>
52
+ <dc:contributor>Turnley, William,</dc:contributor>
53
+ <dc:contributor>Foucault, Michel, 1926-1984,</dc:contributor>
54
+ <dc:contributor>Necessary Illusions (Firm),</dc:contributor>
55
+ <dc:contributor>National Film Board of Canada,</dc:contributor>
56
+ <dc:contributor>Zeitgeist Films,</dc:contributor>
57
+ <dc:description>"Includes 45 minutes of extra video material"--Container.</dc:description>
58
+ <dc:description>Originally produced as a motion picture in 1992.</dc:description>
59
+ <dc:description>Disc also issued in Zeitgeist Video box set: Great minds: 20 years of thinkers on film.</dc:description>
60
+ <dc:description>Special features: Noam Chomsky vs. William F. Buckley from Firing Line, 1969 (18 min.); Noam Chomsky vs. Michel Foucault from Deel Vier, 1971 (13 min.); Noam Chomsky reflects on the film (14 min.); Filmmaker bios.</dc:description>
61
+ <dc:description>Explores the political life and times of the controversial author, linguist, and radical philosopher Noam Chomsky. Focuses on Chomsky's analysis of the hidden use of ideological manipulation in democratic societies.</dc:description>
62
+ <dc:description>pt. 1. Thought control in a democratic society -- pt. 2. Activating dissent.</dc:description>
63
+ <dc:format>1 videodisc (167 min.) : sound, color with black &amp; white sequences ; 4 3/4 in.</dc:format>
64
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
65
+ <dc:relation>Thought control in a democratic society.</dc:relation>
66
+ <dc:relation>Activating dissent.</dc:relation>
67
+ <dc:relation>DVD, NTSC.</dc:relation>
68
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
69
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
70
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
71
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Politics and government.</dc:subject>
72
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
73
+ <dc:title>Manufacturing consent : Noam Chomsky and the media </dc:title>
74
+ <dc:title>Noam Chomsky and the media</dc:title>
75
+ <dc:type>Feature films--Canada.</dc:type>
76
+ <dc:type>Image</dc:type>
77
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020418</oclcterms:recordCreationDate>
78
+ <oclcterms:recordIdentifier>49610706</oclcterms:recordIdentifier>
79
+ </oclcdcs>
80
+ </recordData>
81
+ </record>
82
+ <record>
83
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
84
+ <recordPacking>xml</recordPacking>
85
+ <recordData>
86
+ <oclcdcs>
87
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
88
+ <dc:creator>Herman, Edward S.</dc:creator>
89
+ <dc:date>©1988</dc:date>
90
+ <dc:description>1st ed.</dc:description>
91
+ <dc:description>Discusses the ways in which the mass media are manipulated to present the news according to an underlying elite consenus which affects the manner in which similar events in different parts of the world are presented.</dc:description>
92
+ <dc:description>A propaganda model -- Worthy and unworthy victims -- Legitimizing versus meaningless Third World elections : El Salvador, Guatemala, and Nicaragua -- The KGB-Bulgarian plot to kill the Pope : free-market disinformation as "news" -- The Indochina wars (I) : Vietnam -- The Indochina wars (II) : Laos and Cambodia -- Conclusions -- Appendix 1 : The U.S. official observers in Guatemala, July 1-2, 1984 -- Appendix 2 : Tagliabue's finale on the Bulgarian connection : a case study in bias -- Baestrup's Big Story : some "Freedom House exclusives."</dc:description>
93
+ <dc:format>xvi, 412 pages ; 25 cm</dc:format>
94
+ <dc:identifier>0394549260</dc:identifier>
95
+ <dc:identifier>9780394549262</dc:identifier>
96
+ <dc:identifier>0679720340</dc:identifier>
97
+ <dc:identifier>9780679720348</dc:identifier>
98
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
99
+ <dc:publisher>Pantheon Books</dc:publisher>
100
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.gbv.de/dms/bowker/toc/9780679720348.pdf</dc:relation>
101
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/bios/random056/88042614.html</dc:relation>
102
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/description/random042/88042614.html</dc:relation>
103
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
104
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1975-1985.</dc:subject>
105
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1985-1995.</dc:subject>
106
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
107
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity--United States.</dc:subject>
108
+ <dc:title>Manufacturing consent : the political economy of the mass media </dc:title>
109
+ <dc:type>Text</dc:type>
110
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">880413</oclcterms:recordCreationDate>
111
+ <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn"> 88042614 </oclcterms:recordIdentifier>
112
+ <oclcterms:recordIdentifier>17877574</oclcterms:recordIdentifier>
113
+ </oclcdcs>
114
+ </recordData>
115
+ </record>
116
+ <record>
117
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
118
+ <recordPacking>xml</recordPacking>
119
+ <recordData>
120
+ <oclcdcs>
121
+ <dc:description>Rated: G.</dc:description>
122
+ <dc:contributor>Symansky, Adam.</dc:contributor>
123
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
124
+ <dc:contributor>Achbar, Mark.</dc:contributor>
125
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
126
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
127
+ <dc:date>2004</dc:date>
128
+ <dc:description>Special features include: Extended excerpts from the 1969 'firing Line' debate between Noam Chomsky and William F. Buckley Jr. ; 1971 discussion between Noam Chomsky and Michel Foucault ; Noam Chomsky interview reflecting on managing consent 10 years later ; Resources and links for Noam Chomsky.</dc:description>
129
+ <dc:description>MMA2005.</dc:description>
130
+ <dc:description>Funny, provocative and surprisingly accessible, Manufacturing Consent explores the political life and ideas of Noam Chomsky, world-renowned linguist, intellectual and political activist. In a dynamic collage of new and original footage, biography, archival gems, imaginative graphics and outrageous illustrations, the film highlights Chomsky's probing analysis of mass media. A mammoth, two-part project, Manufacturing Consent is nonetheless light on its feet, favoring a style that encourages viewers to question its own workings, as Chomsky himself encourages his listeners to extricate themselves from this "web of deceit" by undertaking a course of "intellectual self-defense." Travelling with him through Canada, Japan, Europe and across the USA, we witness a tireless activist informing, challenging and being confronted by the public and the press.</dc:description>
131
+ <dc:format>1 videodisc (DVD) (167 min.) : sd., col. ; 4 3/4 in.</dc:format>
132
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
133
+ <dc:publisher>Madman Cinema </dc:publisher>
134
+ <dc:publisher>AV Channel [distributor]</dc:publisher>
135
+ <dc:relation>DVD ; region All ; PAL.</dc:relation>
136
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
137
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media policy.</dc:subject>
138
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Influence.</dc:subject>
139
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Moral and ethical aspects.</dc:subject>
140
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity.</dc:subject>
141
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
142
+ <dc:title>Manufacturing consent</dc:title>
143
+ <dc:type>Image</dc:type>
144
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">021023</oclcterms:recordCreationDate>
145
+ <oclcterms:recordIdentifier>224323981</oclcterms:recordIdentifier>
146
+ </oclcdcs>
147
+ </recordData>
148
+ </record>
149
+ <record>
150
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
151
+ <recordPacking>xml</recordPacking>
152
+ <recordData>
153
+ <oclcdcs>
154
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
155
+ <dc:contributor>Achbar, Mark.</dc:contributor>
156
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
157
+ <dc:contributor>Symansky, Adam.</dc:contributor>
158
+ <dc:contributor>Necessary Illusions (Firm)</dc:contributor>
159
+ <dc:contributor>Zeitgeist Films.</dc:contributor>
160
+ <dc:date>[1992? ;</dc:date>
161
+ <dc:date>1994]</dc:date>
162
+ <dc:description>Closed captioned for the hearing impaired.</dc:description>
163
+ <dc:description>"A Necessary Illusions/National Film Board of Canada co-production."</dc:description>
164
+ <dc:description>"A Zeitgeist Films release."--Cassette lables.</dc:description>
165
+ <dc:description>"113C, 9192 072"--Container.</dc:description>
166
+ <dc:description>Explores the political life and times of author, linguist, and radical philosopher, Noam Chomsky. Highlighting his analysis of media, Chomsky focuses on democratic societies where populations not disciplined by force are subject to more subtle forms of ideological control.</dc:description>
167
+ <dc:format>1 videocassette (94 min.) : sd., col. ; 1/2 in.</dc:format>
168
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
169
+ <dc:publisher>Necessary Illusions</dc:publisher>
170
+ <dc:publisher>Zeitgeist Films [distributor</dc:publisher>
171
+ <dc:relation>VHS format.</dc:relation>
172
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
173
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
174
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Films for the hearing impaired.</dc:subject>
175
+ <dc:title>Manufacturing consent, Noam Chomsky and the media. Part one, Thought control in a democratic society</dc:title>
176
+ <dc:title>Thought control in a democratic society</dc:title>
177
+ <dc:title>Noam Chomsky and the media</dc:title>
178
+ <dc:type>Image</dc:type>
179
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020820</oclcterms:recordCreationDate>
180
+ <oclcterms:recordIdentifier>50436383</oclcterms:recordIdentifier>
181
+ </oclcdcs>
182
+ </recordData>
183
+ </record>
184
+ <record>
185
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
186
+ <recordPacking>xml</recordPacking>
187
+ <recordData>
188
+ <oclcdcs>
189
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
190
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
191
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
192
+ <dc:date>[c1994]</dc:date>
193
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
194
+ <dc:description>Accompanied by series companion book.</dc:description>
195
+ <dc:description>Focusses on the formative influences in Noam Chomsky's life - those factors which enabled him to become a politically engaged intellectual. Starting out as a linguist at the Massachusetts Institute of Technology, where his work revolutionized the study of language, Chomsky was radicalized by the 1960s anti-war movement and become a major critic of American policy. We learn about the important Jewish intellectual influences of his family, as well as those defining incidents in his early schooling that made a lasting impression.</dc:description>
196
+ <dc:format>1 videocassette (28 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
197
+ <dc:language>Closed-captioned.</dc:language>
198
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
199
+ <dc:publisher>NFB</dc:publisher>
200
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; pt. 5</dc:relation>
201
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
202
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Political activists--United States--Biography.</dc:subject>
203
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Intellectuals--Political activity--United States.</dc:subject>
204
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
205
+ <dc:title>Noam Chomsky personal influences </dc:title>
206
+ <dc:type>Image</dc:type>
207
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
208
+ <oclcterms:recordIdentifier>496879741</oclcterms:recordIdentifier>
209
+ </oclcdcs>
210
+ </recordData>
211
+ </record>
212
+ <record>
213
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
214
+ <recordPacking>xml</recordPacking>
215
+ <recordData>
216
+ <oclcdcs>
217
+ <dc:contributor>Sargent, Lydia.</dc:contributor>
218
+ <dc:contributor>Z Video Productions.</dc:contributor>
219
+ <dc:creator>Chomsky, Noam.</dc:creator>
220
+ <dc:date>c2002</dc:date>
221
+ <dc:description>Chomsky discusses the war on terrorism, media disinformation, Mideast politics, and U.S. foreign policy.</dc:description>
222
+ <dc:format>1 videodisc (76 min.) : sd., col. ; 4 3/4 in.</dc:format>
223
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
224
+ <dc:publisher>Z Video Productions</dc:publisher>
225
+ <dc:relation>South End Press 25th anniversary series</dc:relation>
226
+ <dc:relation>DVD.</dc:relation>
227
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
228
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--United States--Objectivity.</dc:subject>
229
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
230
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
231
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Press and propaganda.</dc:subject>
232
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
233
+ <dc:title>Manufacturing consent in a time of war a talk </dc:title>
234
+ <dc:type>Image</dc:type>
235
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020910</oclcterms:recordCreationDate>
236
+ <oclcterms:recordIdentifier>50576585</oclcterms:recordIdentifier>
237
+ </oclcdcs>
238
+ </recordData>
239
+ </record>
240
+ <record>
241
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
242
+ <recordPacking>xml</recordPacking>
243
+ <recordData>
244
+ <oclcdcs>
245
+ <dc:contributor>Wintonick, Peter, 1953-....</dc:contributor>
246
+ <dc:contributor>Chomsky, Noam, 1928-....</dc:contributor>
247
+ <dc:date>[DL 2009]</dc:date>
248
+ <dc:description>Contient des images d'archives.</dc:description>
249
+ <dc:description>Cop. : Necessary illusions : National film board of Canada, 1992.</dc:description>
250
+ <dc:format>1 DVD vidéo monoface simple couche toutes zones (1 h 13 min) : 4/3, coul. avec séquences n. et b. (PAL), son.</dc:format>
251
+ <dc:language>Document en version originale anglaise sous-titrée en français.</dc:language>
252
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
253
+ <dc:publisher>Centre national de la cinématographie [distrib.]</dc:publisher>
254
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catalogue.bnf.fr/ark:/12148/cb41453940s</dc:relation>
255
+ <dc:relation>Images de la culture, Médias</dc:relation>
256
+ <dc:title>Manufacturing consent : Noam Chomsky and the media. 2</dc:title>
257
+ <dc:type>Image</dc:type>
258
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">090326</oclcterms:recordCreationDate>
259
+ <oclcterms:recordIdentifier>676507496</oclcterms:recordIdentifier>
260
+ </oclcdcs>
261
+ </recordData>
262
+ </record>
263
+ <record>
264
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
265
+ <recordPacking>xml</recordPacking>
266
+ <recordData>
267
+ <oclcdcs>
268
+ <dc:contributor>Wintonick, Peter (1953-2013).</dc:contributor>
269
+ <dc:contributor>Chomsky, Noam (1928-....).</dc:contributor>
270
+ <dc:creator>Achbar, Mark.</dc:creator>
271
+ <dc:date>[2008]</dc:date>
272
+ <dc:description>Film en version originale anglaise, sous-titrée en français.</dc:description>
273
+ <dc:description>2008 d'après la date de réception du document.</dc:description>
274
+ <dc:description>Copyright : Necessary illusions, cop. 1992.</dc:description>
275
+ <dc:description>Durée du film : 2 h 48 min.</dc:description>
276
+ <dc:description>Noam Chomsky, linguiste, philosophe et militant politique de renom examine le pouvoir de l'information et les forces qui, dans les sociétés, s'exercent sur sa formulation et sa propagation. Ses commentaires sont entrecoupés de documents d'archives, d'interviews, de conférences retraçant sa trajectoire, ses travaux en linguistique et de débats avec des personnalités directement impliquées dans le système de l'information.[Jaquette].</dc:description>
277
+ <dc:format>1 DVD vidéo double face simple couche zone 2 (3 h 01 min) : coul. (PAL), sonore.</dc:format>
278
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
279
+ <dc:publisher>K-Films Vidéo [prod., éd.]</dc:publisher>
280
+ <dc:title>Manufacturing consent Noam Chomsky and the media = La fabrication du consentement : Noam Chomsky et les médias </dc:title>
281
+ <dc:title>fabrication du consentement : Noam chomsky et les médias</dc:title>
282
+ <dc:type>Image</dc:type>
283
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">071129</oclcterms:recordCreationDate>
284
+ <oclcterms:recordIdentifier>496679243</oclcterms:recordIdentifier>
285
+ </oclcdcs>
286
+ </recordData>
287
+ </record>
288
+ <record>
289
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
290
+ <recordPacking>xml</recordPacking>
291
+ <recordData>
292
+ <oclcdcs>
293
+ <dc:contributor>Achbar, Mark.</dc:contributor>
294
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
295
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
296
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
297
+ <dc:contributor>Necessary Illusions (Firm)</dc:contributor>
298
+ <dc:date>[1994?]</dc:date>
299
+ <dc:description>The film is a co-production by Necessary Illusions and the National Film Board of Canada.</dc:description>
300
+ <dc:description>Cover title.</dc:description>
301
+ <dc:format>35 pages ; 27 cm</dc:format>
302
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
303
+ <dc:publisher>[Necessary Illusions]</dc:publisher>
304
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
305
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Manufacturing consent (Motion picture)</dc:subject>
306
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
307
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media and public opinion.</dc:subject>
308
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Politics and government--1945-</dc:subject>
309
+ <dc:title>Manufacturing consent : Noam Chomsky and the media : a feature documentary by Mark Achbar and Peter Wintonick.</dc:title>
310
+ <dc:type>Text</dc:type>
311
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020607</oclcterms:recordCreationDate>
312
+ <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn"> 94154599 </oclcterms:recordIdentifier>
313
+ <oclcterms:recordIdentifier>85105038</oclcterms:recordIdentifier>
314
+ </oclcdcs>
315
+ </recordData>
316
+ </record>
317
+ <record>
318
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
319
+ <recordPacking>xml</recordPacking>
320
+ <recordData>
321
+ <oclcdcs>
322
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
323
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
324
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
325
+ <dc:date>[c1994]</dc:date>
326
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
327
+ <dc:description>Accompanied by series companion book.</dc:description>
328
+ <dc:description>Examines the implications of television structure and format, especially the demand for conciseness, exploring how these factors can shape the messages of the medium. Also discusses how mainstream media ignore and/or marginalize dissent and dissenters such as Chomsky.</dc:description>
329
+ <dc:format>1 videocassette (15 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
330
+ <dc:language>Closed-captioned.</dc:language>
331
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
332
+ <dc:publisher>NFB</dc:publisher>
333
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; [pt. 3]</dc:relation>
334
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
335
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Television broadcasting of news.</dc:subject>
336
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
337
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
338
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
339
+ <dc:title>Concision no time for new ideas </dc:title>
340
+ <dc:type>Image</dc:type>
341
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
342
+ <oclcterms:recordIdentifier>496879749</oclcterms:recordIdentifier>
343
+ </oclcdcs>
344
+ </recordData>
345
+ </record>
346
+ </records>
347
+ <nextRecordPosition>11</nextRecordPosition>
348
+ <resultSetIdleTime/>
349
+ <echoedSearchRetrieveRequest xmlns:srw="http://www.loc.gov/zing/srw/">
350
+ <version>1.1</version>
351
+ <query>srw.au = "Noam" AND srw.au = "Chomsky" AND srw.ti = "Manufacturing Consent"</query>
352
+ <maximumRecords>10</maximumRecords>
353
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
354
+ <recordPacking>xml</recordPacking>
355
+ <startRecord>1</startRecord>
356
+ <sortKeys>relevance</sortKeys>
357
+ <wskey>DUMMY_API_KEY</wskey>
358
+ </echoedSearchRetrieveRequest>
359
+ </searchRetrieveResponse>
360
+ http_version:
361
+ recorded_at: Mon, 21 Sep 2015 15:15:41 GMT
362
+ - request:
363
+ method: get
364
+ uri: http://www.worldcat.org/webservices/catalog/search/sru?maximumRecords=10&query=srw.au%20=%20%22Noam%22%20AND%20srw.au%20=%20%22Chomsky%22%20AND%20%20srw.ti%20=%20%22Manufacturing%22%20AND%20srw.ti%20=%20%22Consent%22&recordSchema=info:srw/schema/1/dc&wskey=DUMMY_API_KEY
365
+ body:
366
+ encoding: UTF-8
367
+ string: ''
368
+ headers: {}
369
+ response:
370
+ status:
371
+ code: 200
372
+ message: OK
373
+ headers:
374
+ Date:
375
+ - Mon, 21 Sep 2015 15:18:03 GMT
376
+ Server:
377
+ - Apache
378
+ Transfer-Encoding:
379
+ - chunked
380
+ Content-Type:
381
+ - text/xml;charset=utf-8
382
+ body:
383
+ encoding: UTF-8
384
+ string: |
385
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
386
+ <?xml-stylesheet type='text/xsl' href='/webservices/catalog/xsl/searchRetrieveResponse.xsl'?>
387
+
388
+ <searchRetrieveResponse xmlns="http://www.loc.gov/zing/srw/" xmlns:oclcterms="http://purl.org/oclc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:diag="http://www.loc.gov/zing/srw/diagnostic/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
389
+ <version>1.1</version>
390
+ <numberOfRecords>55</numberOfRecords>
391
+ <records>
392
+ <record>
393
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
394
+ <recordPacking>xml</recordPacking>
395
+ <recordData>
396
+ <oclcdcs>
397
+ <dc:description>Not rated by MPAA.</dc:description>
398
+ <dc:contributor>Chomsky, Noam,</dc:contributor>
399
+ <dc:contributor>Achbar, Mark,</dc:contributor>
400
+ <dc:contributor>Wintonick, Peter,</dc:contributor>
401
+ <dc:contributor>Neale, Colin,</dc:contributor>
402
+ <dc:contributor>Murphy, Dennis R.,</dc:contributor>
403
+ <dc:contributor>Symansky, Adam,</dc:contributor>
404
+ <dc:contributor>Herman, Edward S.,</dc:contributor>
405
+ <dc:contributor>Moyers, Bill D.,</dc:contributor>
406
+ <dc:contributor>Jennings, Peter, 1938-2005,</dc:contributor>
407
+ <dc:contributor>Flook, Kelvin,</dc:contributor>
408
+ <dc:contributor>Buckley, William F., Jr., 1925-2008,</dc:contributor>
409
+ <dc:contributor>Miquet, Francis,</dc:contributor>
410
+ <dc:contributor>Bunge, Norbert,</dc:contributor>
411
+ <dc:contributor>Turnley, William,</dc:contributor>
412
+ <dc:contributor>Foucault, Michel, 1926-1984,</dc:contributor>
413
+ <dc:contributor>Necessary Illusions (Firm),</dc:contributor>
414
+ <dc:contributor>National Film Board of Canada,</dc:contributor>
415
+ <dc:contributor>Zeitgeist Films,</dc:contributor>
416
+ <dc:description>"Includes 45 minutes of extra video material"--Container.</dc:description>
417
+ <dc:description>Originally produced as a motion picture in 1992.</dc:description>
418
+ <dc:description>Disc also issued in Zeitgeist Video box set: Great minds: 20 years of thinkers on film.</dc:description>
419
+ <dc:description>Special features: Noam Chomsky vs. William F. Buckley from Firing Line, 1969 (18 min.); Noam Chomsky vs. Michel Foucault from Deel Vier, 1971 (13 min.); Noam Chomsky reflects on the film (14 min.); Filmmaker bios.</dc:description>
420
+ <dc:description>Explores the political life and times of the controversial author, linguist, and radical philosopher Noam Chomsky. Focuses on Chomsky's analysis of the hidden use of ideological manipulation in democratic societies.</dc:description>
421
+ <dc:description>pt. 1. Thought control in a democratic society -- pt. 2. Activating dissent.</dc:description>
422
+ <dc:format>1 videodisc (167 min.) : sound, color with black &amp; white sequences ; 4 3/4 in.</dc:format>
423
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
424
+ <dc:relation>Thought control in a democratic society.</dc:relation>
425
+ <dc:relation>Activating dissent.</dc:relation>
426
+ <dc:relation>DVD, NTSC.</dc:relation>
427
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
428
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
429
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
430
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Politics and government.</dc:subject>
431
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
432
+ <dc:title>Manufacturing consent : Noam Chomsky and the media </dc:title>
433
+ <dc:title>Noam Chomsky and the media</dc:title>
434
+ <dc:type>Feature films--Canada.</dc:type>
435
+ <dc:type>Image</dc:type>
436
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020418</oclcterms:recordCreationDate>
437
+ <oclcterms:recordIdentifier>49610706</oclcterms:recordIdentifier>
438
+ </oclcdcs>
439
+ </recordData>
440
+ </record>
441
+ <record>
442
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
443
+ <recordPacking>xml</recordPacking>
444
+ <recordData>
445
+ <oclcdcs>
446
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
447
+ <dc:creator>Herman, Edward S.</dc:creator>
448
+ <dc:date>©1988</dc:date>
449
+ <dc:description>1st ed.</dc:description>
450
+ <dc:description>Discusses the ways in which the mass media are manipulated to present the news according to an underlying elite consenus which affects the manner in which similar events in different parts of the world are presented.</dc:description>
451
+ <dc:description>A propaganda model -- Worthy and unworthy victims -- Legitimizing versus meaningless Third World elections : El Salvador, Guatemala, and Nicaragua -- The KGB-Bulgarian plot to kill the Pope : free-market disinformation as "news" -- The Indochina wars (I) : Vietnam -- The Indochina wars (II) : Laos and Cambodia -- Conclusions -- Appendix 1 : The U.S. official observers in Guatemala, July 1-2, 1984 -- Appendix 2 : Tagliabue's finale on the Bulgarian connection : a case study in bias -- Baestrup's Big Story : some "Freedom House exclusives."</dc:description>
452
+ <dc:format>xvi, 412 pages ; 25 cm</dc:format>
453
+ <dc:identifier>0394549260</dc:identifier>
454
+ <dc:identifier>9780394549262</dc:identifier>
455
+ <dc:identifier>0679720340</dc:identifier>
456
+ <dc:identifier>9780679720348</dc:identifier>
457
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
458
+ <dc:publisher>Pantheon Books</dc:publisher>
459
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.gbv.de/dms/bowker/toc/9780679720348.pdf</dc:relation>
460
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/bios/random056/88042614.html</dc:relation>
461
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/description/random042/88042614.html</dc:relation>
462
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
463
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1975-1985.</dc:subject>
464
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1985-1995.</dc:subject>
465
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
466
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity--United States.</dc:subject>
467
+ <dc:title>Manufacturing consent : the political economy of the mass media </dc:title>
468
+ <dc:type>Text</dc:type>
469
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">880413</oclcterms:recordCreationDate>
470
+ <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn"> 88042614 </oclcterms:recordIdentifier>
471
+ <oclcterms:recordIdentifier>17877574</oclcterms:recordIdentifier>
472
+ </oclcdcs>
473
+ </recordData>
474
+ </record>
475
+ <record>
476
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
477
+ <recordPacking>xml</recordPacking>
478
+ <recordData>
479
+ <oclcdcs>
480
+ <dc:description>Rated: G.</dc:description>
481
+ <dc:contributor>Symansky, Adam.</dc:contributor>
482
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
483
+ <dc:contributor>Achbar, Mark.</dc:contributor>
484
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
485
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
486
+ <dc:date>2004</dc:date>
487
+ <dc:description>Special features include: Extended excerpts from the 1969 'firing Line' debate between Noam Chomsky and William F. Buckley Jr. ; 1971 discussion between Noam Chomsky and Michel Foucault ; Noam Chomsky interview reflecting on managing consent 10 years later ; Resources and links for Noam Chomsky.</dc:description>
488
+ <dc:description>MMA2005.</dc:description>
489
+ <dc:description>Funny, provocative and surprisingly accessible, Manufacturing Consent explores the political life and ideas of Noam Chomsky, world-renowned linguist, intellectual and political activist. In a dynamic collage of new and original footage, biography, archival gems, imaginative graphics and outrageous illustrations, the film highlights Chomsky's probing analysis of mass media. A mammoth, two-part project, Manufacturing Consent is nonetheless light on its feet, favoring a style that encourages viewers to question its own workings, as Chomsky himself encourages his listeners to extricate themselves from this "web of deceit" by undertaking a course of "intellectual self-defense." Travelling with him through Canada, Japan, Europe and across the USA, we witness a tireless activist informing, challenging and being confronted by the public and the press.</dc:description>
490
+ <dc:format>1 videodisc (DVD) (167 min.) : sd., col. ; 4 3/4 in.</dc:format>
491
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
492
+ <dc:publisher>Madman Cinema </dc:publisher>
493
+ <dc:publisher>AV Channel [distributor]</dc:publisher>
494
+ <dc:relation>DVD ; region All ; PAL.</dc:relation>
495
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
496
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media policy.</dc:subject>
497
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Influence.</dc:subject>
498
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Moral and ethical aspects.</dc:subject>
499
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity.</dc:subject>
500
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
501
+ <dc:title>Manufacturing consent</dc:title>
502
+ <dc:type>Image</dc:type>
503
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">021023</oclcterms:recordCreationDate>
504
+ <oclcterms:recordIdentifier>224323981</oclcterms:recordIdentifier>
505
+ </oclcdcs>
506
+ </recordData>
507
+ </record>
508
+ <record>
509
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
510
+ <recordPacking>xml</recordPacking>
511
+ <recordData>
512
+ <oclcdcs>
513
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
514
+ <dc:contributor>Achbar, Mark.</dc:contributor>
515
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
516
+ <dc:contributor>Symansky, Adam.</dc:contributor>
517
+ <dc:contributor>Necessary Illusions (Firm)</dc:contributor>
518
+ <dc:contributor>Zeitgeist Films.</dc:contributor>
519
+ <dc:date>[1992? ;</dc:date>
520
+ <dc:date>1994]</dc:date>
521
+ <dc:description>Closed captioned for the hearing impaired.</dc:description>
522
+ <dc:description>"A Necessary Illusions/National Film Board of Canada co-production."</dc:description>
523
+ <dc:description>"A Zeitgeist Films release."--Cassette lables.</dc:description>
524
+ <dc:description>"113C, 9192 072"--Container.</dc:description>
525
+ <dc:description>Explores the political life and times of author, linguist, and radical philosopher, Noam Chomsky. Highlighting his analysis of media, Chomsky focuses on democratic societies where populations not disciplined by force are subject to more subtle forms of ideological control.</dc:description>
526
+ <dc:format>1 videocassette (94 min.) : sd., col. ; 1/2 in.</dc:format>
527
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
528
+ <dc:publisher>Necessary Illusions</dc:publisher>
529
+ <dc:publisher>Zeitgeist Films [distributor</dc:publisher>
530
+ <dc:relation>VHS format.</dc:relation>
531
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
532
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
533
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Films for the hearing impaired.</dc:subject>
534
+ <dc:title>Manufacturing consent, Noam Chomsky and the media. Part one, Thought control in a democratic society</dc:title>
535
+ <dc:title>Thought control in a democratic society</dc:title>
536
+ <dc:title>Noam Chomsky and the media</dc:title>
537
+ <dc:type>Image</dc:type>
538
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020820</oclcterms:recordCreationDate>
539
+ <oclcterms:recordIdentifier>50436383</oclcterms:recordIdentifier>
540
+ </oclcdcs>
541
+ </recordData>
542
+ </record>
543
+ <record>
544
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
545
+ <recordPacking>xml</recordPacking>
546
+ <recordData>
547
+ <oclcdcs>
548
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
549
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
550
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
551
+ <dc:date>[c1994]</dc:date>
552
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
553
+ <dc:description>Accompanied by series companion book.</dc:description>
554
+ <dc:description>Focusses on the formative influences in Noam Chomsky's life - those factors which enabled him to become a politically engaged intellectual. Starting out as a linguist at the Massachusetts Institute of Technology, where his work revolutionized the study of language, Chomsky was radicalized by the 1960s anti-war movement and become a major critic of American policy. We learn about the important Jewish intellectual influences of his family, as well as those defining incidents in his early schooling that made a lasting impression.</dc:description>
555
+ <dc:format>1 videocassette (28 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
556
+ <dc:language>Closed-captioned.</dc:language>
557
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
558
+ <dc:publisher>NFB</dc:publisher>
559
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; pt. 5</dc:relation>
560
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
561
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Political activists--United States--Biography.</dc:subject>
562
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Intellectuals--Political activity--United States.</dc:subject>
563
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
564
+ <dc:title>Noam Chomsky personal influences </dc:title>
565
+ <dc:type>Image</dc:type>
566
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
567
+ <oclcterms:recordIdentifier>496879741</oclcterms:recordIdentifier>
568
+ </oclcdcs>
569
+ </recordData>
570
+ </record>
571
+ <record>
572
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
573
+ <recordPacking>xml</recordPacking>
574
+ <recordData>
575
+ <oclcdcs>
576
+ <dc:contributor>Sargent, Lydia.</dc:contributor>
577
+ <dc:contributor>Z Video Productions.</dc:contributor>
578
+ <dc:creator>Chomsky, Noam.</dc:creator>
579
+ <dc:date>c2002</dc:date>
580
+ <dc:description>Chomsky discusses the war on terrorism, media disinformation, Mideast politics, and U.S. foreign policy.</dc:description>
581
+ <dc:format>1 videodisc (76 min.) : sd., col. ; 4 3/4 in.</dc:format>
582
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
583
+ <dc:publisher>Z Video Productions</dc:publisher>
584
+ <dc:relation>South End Press 25th anniversary series</dc:relation>
585
+ <dc:relation>DVD.</dc:relation>
586
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
587
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--United States--Objectivity.</dc:subject>
588
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
589
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
590
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Press and propaganda.</dc:subject>
591
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
592
+ <dc:title>Manufacturing consent in a time of war a talk </dc:title>
593
+ <dc:type>Image</dc:type>
594
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020910</oclcterms:recordCreationDate>
595
+ <oclcterms:recordIdentifier>50576585</oclcterms:recordIdentifier>
596
+ </oclcdcs>
597
+ </recordData>
598
+ </record>
599
+ <record>
600
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
601
+ <recordPacking>xml</recordPacking>
602
+ <recordData>
603
+ <oclcdcs>
604
+ <dc:contributor>Achbar, Mark.</dc:contributor>
605
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
606
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
607
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
608
+ <dc:contributor>Necessary Illusions (Firm)</dc:contributor>
609
+ <dc:date>[1994?]</dc:date>
610
+ <dc:description>The film is a co-production by Necessary Illusions and the National Film Board of Canada.</dc:description>
611
+ <dc:description>Cover title.</dc:description>
612
+ <dc:format>35 pages ; 27 cm</dc:format>
613
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
614
+ <dc:publisher>[Necessary Illusions]</dc:publisher>
615
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
616
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Manufacturing consent (Motion picture)</dc:subject>
617
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
618
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media and public opinion.</dc:subject>
619
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Politics and government--1945-</dc:subject>
620
+ <dc:title>Manufacturing consent : Noam Chomsky and the media : a feature documentary by Mark Achbar and Peter Wintonick.</dc:title>
621
+ <dc:type>Text</dc:type>
622
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020607</oclcterms:recordCreationDate>
623
+ <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn"> 94154599 </oclcterms:recordIdentifier>
624
+ <oclcterms:recordIdentifier>85105038</oclcterms:recordIdentifier>
625
+ </oclcdcs>
626
+ </recordData>
627
+ </record>
628
+ <record>
629
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
630
+ <recordPacking>xml</recordPacking>
631
+ <recordData>
632
+ <oclcdcs>
633
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
634
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
635
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
636
+ <dc:date>[c1994]</dc:date>
637
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
638
+ <dc:description>Accompanied by series companion book.</dc:description>
639
+ <dc:description>Examines the implications of television structure and format, especially the demand for conciseness, exploring how these factors can shape the messages of the medium. Also discusses how mainstream media ignore and/or marginalize dissent and dissenters such as Chomsky.</dc:description>
640
+ <dc:format>1 videocassette (15 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
641
+ <dc:language>Closed-captioned.</dc:language>
642
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
643
+ <dc:publisher>NFB</dc:publisher>
644
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; [pt. 3]</dc:relation>
645
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
646
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Television broadcasting of news.</dc:subject>
647
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
648
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
649
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
650
+ <dc:title>Concision no time for new ideas </dc:title>
651
+ <dc:type>Image</dc:type>
652
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
653
+ <oclcterms:recordIdentifier>496879749</oclcterms:recordIdentifier>
654
+ </oclcdcs>
655
+ </recordData>
656
+ </record>
657
+ <record>
658
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
659
+ <recordPacking>xml</recordPacking>
660
+ <recordData>
661
+ <oclcdcs>
662
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
663
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
664
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
665
+ <dc:date>[c1994]</dc:date>
666
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
667
+ <dc:description>Accompanied by series companion book.</dc:description>
668
+ <dc:description>Examines the misunderstanding (and misrepresentation in the media) of Chomsky's freedom of speech/civil rights defence of Robert Faurisson, a French intellectual brought to trial for his holocaust denial publications.</dc:description>
669
+ <dc:format>1 videocassette (12 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
670
+ <dc:language>Closed-captioned.</dc:language>
671
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
672
+ <dc:publisher>NFB</dc:publisher>
673
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; pt. 4</dc:relation>
674
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
675
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Freedom of speech.</dc:subject>
676
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Holocaust denial.</dc:subject>
677
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
678
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
679
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
680
+ <dc:title>Holocaust denial vs. freedom of speech</dc:title>
681
+ <dc:type>Image</dc:type>
682
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
683
+ <oclcterms:recordIdentifier>496879745</oclcterms:recordIdentifier>
684
+ </oclcdcs>
685
+ </recordData>
686
+ </record>
687
+ <record>
688
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
689
+ <recordPacking>xml</recordPacking>
690
+ <recordData>
691
+ <oclcdcs>
692
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
693
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
694
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
695
+ <dc:date>[c1994]</dc:date>
696
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
697
+ <dc:description>Accompanied by series companion book.</dc:description>
698
+ <dc:description>Chomsky presents his ideas for the intellectual self-defence of "ordinary people" &amp; the bringing about of social change. Topics include: combatting isolation, understanding the intrinsically violent nature of the state (e.g. near-genocide of aboriginal peoples), challenging institutions (government, media, corporate elites) for unjustified actions, political activism based on the interests of the global community.</dc:description>
699
+ <dc:format>1 videocassette (23 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
700
+ <dc:language>Closed-captioned.</dc:language>
701
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
702
+ <dc:publisher>NFB</dc:publisher>
703
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; pt. 6</dc:relation>
704
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
705
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Political participation.</dc:subject>
706
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Social change.</dc:subject>
707
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
708
+ <dc:title>Toward a vision of a future society</dc:title>
709
+ <dc:type>Image</dc:type>
710
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
711
+ <oclcterms:recordIdentifier>496879731</oclcterms:recordIdentifier>
712
+ </oclcdcs>
713
+ </recordData>
714
+ </record>
715
+ </records>
716
+ <nextRecordPosition>11</nextRecordPosition>
717
+ <resultSetIdleTime/>
718
+ <echoedSearchRetrieveRequest xmlns:srw="http://www.loc.gov/zing/srw/">
719
+ <version>1.1</version>
720
+ <query>srw.au = "Noam" AND srw.au = "Chomsky" AND srw.ti = "Manufacturing" AND srw.ti = "Consent"</query>
721
+ <maximumRecords>10</maximumRecords>
722
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
723
+ <recordPacking>xml</recordPacking>
724
+ <startRecord>1</startRecord>
725
+ <sortKeys>relevance</sortKeys>
726
+ <wskey>DUMMY_API_KEY</wskey>
727
+ </echoedSearchRetrieveRequest>
728
+ </searchRetrieveResponse>
729
+ http_version:
730
+ recorded_at: Mon, 21 Sep 2015 15:18:04 GMT
731
+ - request:
732
+ method: get
733
+ uri: http://www.worldcat.org/webservices/catalog/search/sru?maximumRecords=10&query=srw.au%20=%20%22Noam%22%20AND%20srw.au%20=%20%22Chomsky%22%20AND%20%20srw.ti%20=%20%22Manufacturing%22&recordSchema=info:srw/schema/1/dc&wskey=DUMMY_API_KEY
734
+ body:
735
+ encoding: UTF-8
736
+ string: ''
737
+ headers: {}
738
+ response:
739
+ status:
740
+ code: 200
741
+ message: OK
742
+ headers:
743
+ Date:
744
+ - Mon, 21 Sep 2015 15:18:17 GMT
745
+ Server:
746
+ - Apache
747
+ Transfer-Encoding:
748
+ - chunked
749
+ Content-Type:
750
+ - text/xml;charset=utf-8
751
+ body:
752
+ encoding: UTF-8
753
+ string: |
754
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
755
+ <?xml-stylesheet type='text/xsl' href='/webservices/catalog/xsl/searchRetrieveResponse.xsl'?>
756
+
757
+ <searchRetrieveResponse xmlns="http://www.loc.gov/zing/srw/" xmlns:oclcterms="http://purl.org/oclc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:diag="http://www.loc.gov/zing/srw/diagnostic/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
758
+ <version>1.1</version>
759
+ <numberOfRecords>59</numberOfRecords>
760
+ <records>
761
+ <record>
762
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
763
+ <recordPacking>xml</recordPacking>
764
+ <recordData>
765
+ <oclcdcs>
766
+ <dc:description>Not rated by MPAA.</dc:description>
767
+ <dc:contributor>Chomsky, Noam,</dc:contributor>
768
+ <dc:contributor>Achbar, Mark,</dc:contributor>
769
+ <dc:contributor>Wintonick, Peter,</dc:contributor>
770
+ <dc:contributor>Neale, Colin,</dc:contributor>
771
+ <dc:contributor>Murphy, Dennis R.,</dc:contributor>
772
+ <dc:contributor>Symansky, Adam,</dc:contributor>
773
+ <dc:contributor>Herman, Edward S.,</dc:contributor>
774
+ <dc:contributor>Moyers, Bill D.,</dc:contributor>
775
+ <dc:contributor>Jennings, Peter, 1938-2005,</dc:contributor>
776
+ <dc:contributor>Flook, Kelvin,</dc:contributor>
777
+ <dc:contributor>Buckley, William F., Jr., 1925-2008,</dc:contributor>
778
+ <dc:contributor>Miquet, Francis,</dc:contributor>
779
+ <dc:contributor>Bunge, Norbert,</dc:contributor>
780
+ <dc:contributor>Turnley, William,</dc:contributor>
781
+ <dc:contributor>Foucault, Michel, 1926-1984,</dc:contributor>
782
+ <dc:contributor>Necessary Illusions (Firm),</dc:contributor>
783
+ <dc:contributor>National Film Board of Canada,</dc:contributor>
784
+ <dc:contributor>Zeitgeist Films,</dc:contributor>
785
+ <dc:description>"Includes 45 minutes of extra video material"--Container.</dc:description>
786
+ <dc:description>Originally produced as a motion picture in 1992.</dc:description>
787
+ <dc:description>Disc also issued in Zeitgeist Video box set: Great minds: 20 years of thinkers on film.</dc:description>
788
+ <dc:description>Special features: Noam Chomsky vs. William F. Buckley from Firing Line, 1969 (18 min.); Noam Chomsky vs. Michel Foucault from Deel Vier, 1971 (13 min.); Noam Chomsky reflects on the film (14 min.); Filmmaker bios.</dc:description>
789
+ <dc:description>Explores the political life and times of the controversial author, linguist, and radical philosopher Noam Chomsky. Focuses on Chomsky's analysis of the hidden use of ideological manipulation in democratic societies.</dc:description>
790
+ <dc:description>pt. 1. Thought control in a democratic society -- pt. 2. Activating dissent.</dc:description>
791
+ <dc:format>1 videodisc (167 min.) : sound, color with black &amp; white sequences ; 4 3/4 in.</dc:format>
792
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
793
+ <dc:relation>Thought control in a democratic society.</dc:relation>
794
+ <dc:relation>Activating dissent.</dc:relation>
795
+ <dc:relation>DVD, NTSC.</dc:relation>
796
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
797
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
798
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
799
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Politics and government.</dc:subject>
800
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
801
+ <dc:title>Manufacturing consent : Noam Chomsky and the media </dc:title>
802
+ <dc:title>Noam Chomsky and the media</dc:title>
803
+ <dc:type>Feature films--Canada.</dc:type>
804
+ <dc:type>Image</dc:type>
805
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020418</oclcterms:recordCreationDate>
806
+ <oclcterms:recordIdentifier>49610706</oclcterms:recordIdentifier>
807
+ </oclcdcs>
808
+ </recordData>
809
+ </record>
810
+ <record>
811
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
812
+ <recordPacking>xml</recordPacking>
813
+ <recordData>
814
+ <oclcdcs>
815
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
816
+ <dc:creator>Herman, Edward S.</dc:creator>
817
+ <dc:date>©1988</dc:date>
818
+ <dc:description>1st ed.</dc:description>
819
+ <dc:description>Discusses the ways in which the mass media are manipulated to present the news according to an underlying elite consenus which affects the manner in which similar events in different parts of the world are presented.</dc:description>
820
+ <dc:description>A propaganda model -- Worthy and unworthy victims -- Legitimizing versus meaningless Third World elections : El Salvador, Guatemala, and Nicaragua -- The KGB-Bulgarian plot to kill the Pope : free-market disinformation as "news" -- The Indochina wars (I) : Vietnam -- The Indochina wars (II) : Laos and Cambodia -- Conclusions -- Appendix 1 : The U.S. official observers in Guatemala, July 1-2, 1984 -- Appendix 2 : Tagliabue's finale on the Bulgarian connection : a case study in bias -- Baestrup's Big Story : some "Freedom House exclusives."</dc:description>
821
+ <dc:format>xvi, 412 pages ; 25 cm</dc:format>
822
+ <dc:identifier>0394549260</dc:identifier>
823
+ <dc:identifier>9780394549262</dc:identifier>
824
+ <dc:identifier>0679720340</dc:identifier>
825
+ <dc:identifier>9780679720348</dc:identifier>
826
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
827
+ <dc:publisher>Pantheon Books</dc:publisher>
828
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.gbv.de/dms/bowker/toc/9780679720348.pdf</dc:relation>
829
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/bios/random056/88042614.html</dc:relation>
830
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/description/random042/88042614.html</dc:relation>
831
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
832
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1975-1985.</dc:subject>
833
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1985-1995.</dc:subject>
834
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
835
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity--United States.</dc:subject>
836
+ <dc:title>Manufacturing consent : the political economy of the mass media </dc:title>
837
+ <dc:type>Text</dc:type>
838
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">880413</oclcterms:recordCreationDate>
839
+ <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn"> 88042614 </oclcterms:recordIdentifier>
840
+ <oclcterms:recordIdentifier>17877574</oclcterms:recordIdentifier>
841
+ </oclcdcs>
842
+ </recordData>
843
+ </record>
844
+ <record>
845
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
846
+ <recordPacking>xml</recordPacking>
847
+ <recordData>
848
+ <oclcdcs>
849
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
850
+ <dc:contributor>Achbar, Mark.</dc:contributor>
851
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
852
+ <dc:contributor>Symansky, Adam.</dc:contributor>
853
+ <dc:contributor>Necessary Illusions (Firm)</dc:contributor>
854
+ <dc:contributor>Zeitgeist Films.</dc:contributor>
855
+ <dc:date>[1992? ;</dc:date>
856
+ <dc:date>1994]</dc:date>
857
+ <dc:description>Closed captioned for the hearing impaired.</dc:description>
858
+ <dc:description>"A Necessary Illusions/National Film Board of Canada co-production."</dc:description>
859
+ <dc:description>"A Zeitgeist Films release."--Cassette lables.</dc:description>
860
+ <dc:description>"113C, 9192 072"--Container.</dc:description>
861
+ <dc:description>Explores the political life and times of author, linguist, and radical philosopher, Noam Chomsky. Highlighting his analysis of media, Chomsky focuses on democratic societies where populations not disciplined by force are subject to more subtle forms of ideological control.</dc:description>
862
+ <dc:format>1 videocassette (94 min.) : sd., col. ; 1/2 in.</dc:format>
863
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
864
+ <dc:publisher>Necessary Illusions</dc:publisher>
865
+ <dc:publisher>Zeitgeist Films [distributor</dc:publisher>
866
+ <dc:relation>VHS format.</dc:relation>
867
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
868
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
869
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Films for the hearing impaired.</dc:subject>
870
+ <dc:title>Manufacturing consent, Noam Chomsky and the media. Part one, Thought control in a democratic society</dc:title>
871
+ <dc:title>Thought control in a democratic society</dc:title>
872
+ <dc:title>Noam Chomsky and the media</dc:title>
873
+ <dc:type>Image</dc:type>
874
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020820</oclcterms:recordCreationDate>
875
+ <oclcterms:recordIdentifier>50436383</oclcterms:recordIdentifier>
876
+ </oclcdcs>
877
+ </recordData>
878
+ </record>
879
+ <record>
880
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
881
+ <recordPacking>xml</recordPacking>
882
+ <recordData>
883
+ <oclcdcs>
884
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
885
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
886
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
887
+ <dc:date>[c1994]</dc:date>
888
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
889
+ <dc:description>Accompanied by series companion book.</dc:description>
890
+ <dc:description>Focusses on the formative influences in Noam Chomsky's life - those factors which enabled him to become a politically engaged intellectual. Starting out as a linguist at the Massachusetts Institute of Technology, where his work revolutionized the study of language, Chomsky was radicalized by the 1960s anti-war movement and become a major critic of American policy. We learn about the important Jewish intellectual influences of his family, as well as those defining incidents in his early schooling that made a lasting impression.</dc:description>
891
+ <dc:format>1 videocassette (28 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
892
+ <dc:language>Closed-captioned.</dc:language>
893
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
894
+ <dc:publisher>NFB</dc:publisher>
895
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; pt. 5</dc:relation>
896
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
897
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Political activists--United States--Biography.</dc:subject>
898
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Intellectuals--Political activity--United States.</dc:subject>
899
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
900
+ <dc:title>Noam Chomsky personal influences </dc:title>
901
+ <dc:type>Image</dc:type>
902
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
903
+ <oclcterms:recordIdentifier>496879741</oclcterms:recordIdentifier>
904
+ </oclcdcs>
905
+ </recordData>
906
+ </record>
907
+ <record>
908
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
909
+ <recordPacking>xml</recordPacking>
910
+ <recordData>
911
+ <oclcdcs>
912
+ <dc:description>MPAA rating: R; for some language.</dc:description>
913
+ <dc:contributor>Melnyk, Debbie.</dc:contributor>
914
+ <dc:contributor>Caine, Rick.</dc:contributor>
915
+ <dc:contributor>Persistence of Vision Productions.</dc:contributor>
916
+ <dc:contributor>CHUM Television.</dc:contributor>
917
+ <dc:contributor>Canal D.</dc:contributor>
918
+ <dc:contributor>Special Broadcasting Service (Australia)</dc:contributor>
919
+ <dc:contributor>Liberation Entertainment (Firm)</dc:contributor>
920
+ <dc:contributor>Starz Home Entertainment (Firm)</dc:contributor>
921
+ <dc:date>c2007</dc:date>
922
+ <dc:description>Widescreen format (1.85:1).</dc:description>
923
+ <dc:description>Originally released as a motion picture in 2007.</dc:description>
924
+ <dc:description>Special features (29 min.): photo gallery (1 min.); featurette (8 min.); 11 deleted scenes (18 min. total); trailer (2 min.).</dc:description>
925
+ <dc:description>"In the realm of documentary filmmaking there is no greater icon than Michael Moore, but are his films really the truth, the whole truth, and nothing but the truth? At what point is manipulation of 'fact' a work of fiction? See for yourself when the lens is turned on the most controversial director of our time."--Container.</dc:description>
926
+ <dc:format>1 videodisc (97 min.) : sd., col. ; 4 3/4 in.</dc:format>
927
+ <dc:language>In English.</dc:language>
928
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
929
+ <dc:publisher>Liberation Entertainment </dc:publisher>
930
+ <dc:publisher>Distributed by Starz Home Entertainment</dc:publisher>
931
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.manufacturingdissentmovie.com/</dc:relation>
932
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.mrqe.com/movies/m100001169?s=1</dc:relation>
933
+ <dc:relation>DVD, region 1; Dolby digital 2.0.</dc:relation>
934
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Moore, Michael, 1954 April 23---Criticism and interpretation.</dc:subject>
935
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Motion picture producers and directors--United States.</dc:subject>
936
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Motion pictures--Political aspects--United States.</dc:subject>
937
+ <dc:title>Manufacturing dissent</dc:title>
938
+ <dc:title>Subtitle on disc label: Uncovering Michael Moore</dc:title>
939
+ <dc:type>Image</dc:type>
940
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">070820</oclcterms:recordCreationDate>
941
+ <oclcterms:recordIdentifier>166147359</oclcterms:recordIdentifier>
942
+ </oclcdcs>
943
+ </recordData>
944
+ </record>
945
+ <record>
946
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
947
+ <recordPacking>xml</recordPacking>
948
+ <recordData>
949
+ <oclcdcs>
950
+ <dc:contributor>Sargent, Lydia.</dc:contributor>
951
+ <dc:contributor>Z Video Productions.</dc:contributor>
952
+ <dc:creator>Chomsky, Noam.</dc:creator>
953
+ <dc:date>c2002</dc:date>
954
+ <dc:description>Chomsky discusses the war on terrorism, media disinformation, Mideast politics, and U.S. foreign policy.</dc:description>
955
+ <dc:format>1 videodisc (76 min.) : sd., col. ; 4 3/4 in.</dc:format>
956
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
957
+ <dc:publisher>Z Video Productions</dc:publisher>
958
+ <dc:relation>South End Press 25th anniversary series</dc:relation>
959
+ <dc:relation>DVD.</dc:relation>
960
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
961
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--United States--Objectivity.</dc:subject>
962
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
963
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
964
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Press and propaganda.</dc:subject>
965
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
966
+ <dc:title>Manufacturing consent in a time of war a talk </dc:title>
967
+ <dc:type>Image</dc:type>
968
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020910</oclcterms:recordCreationDate>
969
+ <oclcterms:recordIdentifier>50576585</oclcterms:recordIdentifier>
970
+ </oclcdcs>
971
+ </recordData>
972
+ </record>
973
+ <record>
974
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
975
+ <recordPacking>xml</recordPacking>
976
+ <recordData>
977
+ <oclcdcs>
978
+ <dc:description>Rated: G.</dc:description>
979
+ <dc:contributor>Symansky, Adam.</dc:contributor>
980
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
981
+ <dc:contributor>Achbar, Mark.</dc:contributor>
982
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
983
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
984
+ <dc:date>2004</dc:date>
985
+ <dc:description>Special features include: Extended excerpts from the 1969 'firing Line' debate between Noam Chomsky and William F. Buckley Jr. ; 1971 discussion between Noam Chomsky and Michel Foucault ; Noam Chomsky interview reflecting on managing consent 10 years later ; Resources and links for Noam Chomsky.</dc:description>
986
+ <dc:description>MMA2005.</dc:description>
987
+ <dc:description>Funny, provocative and surprisingly accessible, Manufacturing Consent explores the political life and ideas of Noam Chomsky, world-renowned linguist, intellectual and political activist. In a dynamic collage of new and original footage, biography, archival gems, imaginative graphics and outrageous illustrations, the film highlights Chomsky's probing analysis of mass media. A mammoth, two-part project, Manufacturing Consent is nonetheless light on its feet, favoring a style that encourages viewers to question its own workings, as Chomsky himself encourages his listeners to extricate themselves from this "web of deceit" by undertaking a course of "intellectual self-defense." Travelling with him through Canada, Japan, Europe and across the USA, we witness a tireless activist informing, challenging and being confronted by the public and the press.</dc:description>
988
+ <dc:format>1 videodisc (DVD) (167 min.) : sd., col. ; 4 3/4 in.</dc:format>
989
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
990
+ <dc:publisher>Madman Cinema </dc:publisher>
991
+ <dc:publisher>AV Channel [distributor]</dc:publisher>
992
+ <dc:relation>DVD ; region All ; PAL.</dc:relation>
993
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
994
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media policy.</dc:subject>
995
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Influence.</dc:subject>
996
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Moral and ethical aspects.</dc:subject>
997
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity.</dc:subject>
998
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
999
+ <dc:title>Manufacturing consent</dc:title>
1000
+ <dc:type>Image</dc:type>
1001
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">021023</oclcterms:recordCreationDate>
1002
+ <oclcterms:recordIdentifier>224323981</oclcterms:recordIdentifier>
1003
+ </oclcdcs>
1004
+ </recordData>
1005
+ </record>
1006
+ <record>
1007
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1008
+ <recordPacking>xml</recordPacking>
1009
+ <recordData>
1010
+ <oclcdcs>
1011
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
1012
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
1013
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
1014
+ <dc:date>[c1994]</dc:date>
1015
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
1016
+ <dc:description>Accompanied by series companion book.</dc:description>
1017
+ <dc:description>Examines the implications of television structure and format, especially the demand for conciseness, exploring how these factors can shape the messages of the medium. Also discusses how mainstream media ignore and/or marginalize dissent and dissenters such as Chomsky.</dc:description>
1018
+ <dc:format>1 videocassette (15 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
1019
+ <dc:language>Closed-captioned.</dc:language>
1020
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1021
+ <dc:publisher>NFB</dc:publisher>
1022
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; [pt. 3]</dc:relation>
1023
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
1024
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Television broadcasting of news.</dc:subject>
1025
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
1026
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
1027
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
1028
+ <dc:title>Concision no time for new ideas </dc:title>
1029
+ <dc:type>Image</dc:type>
1030
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
1031
+ <oclcterms:recordIdentifier>496879749</oclcterms:recordIdentifier>
1032
+ </oclcdcs>
1033
+ </recordData>
1034
+ </record>
1035
+ <record>
1036
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1037
+ <recordPacking>xml</recordPacking>
1038
+ <recordData>
1039
+ <oclcdcs>
1040
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
1041
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
1042
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
1043
+ <dc:date>[c1994]</dc:date>
1044
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
1045
+ <dc:description>Accompanied by series companion book.</dc:description>
1046
+ <dc:description>Examines the misunderstanding (and misrepresentation in the media) of Chomsky's freedom of speech/civil rights defence of Robert Faurisson, a French intellectual brought to trial for his holocaust denial publications.</dc:description>
1047
+ <dc:format>1 videocassette (12 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
1048
+ <dc:language>Closed-captioned.</dc:language>
1049
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1050
+ <dc:publisher>NFB</dc:publisher>
1051
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; pt. 4</dc:relation>
1052
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
1053
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Freedom of speech.</dc:subject>
1054
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Holocaust denial.</dc:subject>
1055
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
1056
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
1057
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
1058
+ <dc:title>Holocaust denial vs. freedom of speech</dc:title>
1059
+ <dc:type>Image</dc:type>
1060
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
1061
+ <oclcterms:recordIdentifier>496879745</oclcterms:recordIdentifier>
1062
+ </oclcdcs>
1063
+ </recordData>
1064
+ </record>
1065
+ <record>
1066
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1067
+ <recordPacking>xml</recordPacking>
1068
+ <recordData>
1069
+ <oclcdcs>
1070
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
1071
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
1072
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
1073
+ <dc:date>[c1994]</dc:date>
1074
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
1075
+ <dc:description>Accompanied by series companion book.</dc:description>
1076
+ <dc:description>Chomsky presents his ideas for the intellectual self-defence of "ordinary people" &amp; the bringing about of social change. Topics include: combatting isolation, understanding the intrinsically violent nature of the state (e.g. near-genocide of aboriginal peoples), challenging institutions (government, media, corporate elites) for unjustified actions, political activism based on the interests of the global community.</dc:description>
1077
+ <dc:format>1 videocassette (23 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
1078
+ <dc:language>Closed-captioned.</dc:language>
1079
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1080
+ <dc:publisher>NFB</dc:publisher>
1081
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; pt. 6</dc:relation>
1082
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
1083
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Political participation.</dc:subject>
1084
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Social change.</dc:subject>
1085
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
1086
+ <dc:title>Toward a vision of a future society</dc:title>
1087
+ <dc:type>Image</dc:type>
1088
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
1089
+ <oclcterms:recordIdentifier>496879731</oclcterms:recordIdentifier>
1090
+ </oclcdcs>
1091
+ </recordData>
1092
+ </record>
1093
+ </records>
1094
+ <nextRecordPosition>11</nextRecordPosition>
1095
+ <resultSetIdleTime/>
1096
+ <echoedSearchRetrieveRequest xmlns:srw="http://www.loc.gov/zing/srw/">
1097
+ <version>1.1</version>
1098
+ <query>srw.au = "Noam" AND srw.au = "Chomsky" AND srw.ti = "Manufacturing"</query>
1099
+ <maximumRecords>10</maximumRecords>
1100
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1101
+ <recordPacking>xml</recordPacking>
1102
+ <startRecord>1</startRecord>
1103
+ <sortKeys>relevance</sortKeys>
1104
+ <wskey>DUMMY_API_KEY</wskey>
1105
+ </echoedSearchRetrieveRequest>
1106
+ </searchRetrieveResponse>
1107
+ http_version:
1108
+ recorded_at: Mon, 21 Sep 2015 15:18:18 GMT
1109
+ - request:
1110
+ method: get
1111
+ uri: http://www.worldcat.org/webservices/catalog/search/sru?maximumRecords=10&query=srw.au%20=%20%22Chomsky%22%20AND%20%20srw.ti%20=%20%22Manufacturing%22&recordSchema=info:srw/schema/1/dc&wskey=DUMMY_API_KEY
1112
+ body:
1113
+ encoding: UTF-8
1114
+ string: ''
1115
+ headers: {}
1116
+ response:
1117
+ status:
1118
+ code: 200
1119
+ message: OK
1120
+ headers:
1121
+ Date:
1122
+ - Mon, 21 Sep 2015 15:34:38 GMT
1123
+ Server:
1124
+ - Apache
1125
+ Transfer-Encoding:
1126
+ - chunked
1127
+ Content-Type:
1128
+ - text/xml;charset=utf-8
1129
+ body:
1130
+ encoding: UTF-8
1131
+ string: |
1132
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1133
+ <?xml-stylesheet type='text/xsl' href='/webservices/catalog/xsl/searchRetrieveResponse.xsl'?>
1134
+
1135
+ <searchRetrieveResponse xmlns="http://www.loc.gov/zing/srw/" xmlns:oclcterms="http://purl.org/oclc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:diag="http://www.loc.gov/zing/srw/diagnostic/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1136
+ <version>1.1</version>
1137
+ <numberOfRecords>60</numberOfRecords>
1138
+ <records>
1139
+ <record>
1140
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1141
+ <recordPacking>xml</recordPacking>
1142
+ <recordData>
1143
+ <oclcdcs>
1144
+ <dc:description>Not rated by MPAA.</dc:description>
1145
+ <dc:contributor>Chomsky, Noam,</dc:contributor>
1146
+ <dc:contributor>Achbar, Mark,</dc:contributor>
1147
+ <dc:contributor>Wintonick, Peter,</dc:contributor>
1148
+ <dc:contributor>Neale, Colin,</dc:contributor>
1149
+ <dc:contributor>Murphy, Dennis R.,</dc:contributor>
1150
+ <dc:contributor>Symansky, Adam,</dc:contributor>
1151
+ <dc:contributor>Herman, Edward S.,</dc:contributor>
1152
+ <dc:contributor>Moyers, Bill D.,</dc:contributor>
1153
+ <dc:contributor>Jennings, Peter, 1938-2005,</dc:contributor>
1154
+ <dc:contributor>Flook, Kelvin,</dc:contributor>
1155
+ <dc:contributor>Buckley, William F., Jr., 1925-2008,</dc:contributor>
1156
+ <dc:contributor>Miquet, Francis,</dc:contributor>
1157
+ <dc:contributor>Bunge, Norbert,</dc:contributor>
1158
+ <dc:contributor>Turnley, William,</dc:contributor>
1159
+ <dc:contributor>Foucault, Michel, 1926-1984,</dc:contributor>
1160
+ <dc:contributor>Necessary Illusions (Firm),</dc:contributor>
1161
+ <dc:contributor>National Film Board of Canada,</dc:contributor>
1162
+ <dc:contributor>Zeitgeist Films,</dc:contributor>
1163
+ <dc:description>"Includes 45 minutes of extra video material"--Container.</dc:description>
1164
+ <dc:description>Originally produced as a motion picture in 1992.</dc:description>
1165
+ <dc:description>Disc also issued in Zeitgeist Video box set: Great minds: 20 years of thinkers on film.</dc:description>
1166
+ <dc:description>Special features: Noam Chomsky vs. William F. Buckley from Firing Line, 1969 (18 min.); Noam Chomsky vs. Michel Foucault from Deel Vier, 1971 (13 min.); Noam Chomsky reflects on the film (14 min.); Filmmaker bios.</dc:description>
1167
+ <dc:description>Explores the political life and times of the controversial author, linguist, and radical philosopher Noam Chomsky. Focuses on Chomsky's analysis of the hidden use of ideological manipulation in democratic societies.</dc:description>
1168
+ <dc:description>pt. 1. Thought control in a democratic society -- pt. 2. Activating dissent.</dc:description>
1169
+ <dc:format>1 videodisc (167 min.) : sound, color with black &amp; white sequences ; 4 3/4 in.</dc:format>
1170
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1171
+ <dc:relation>Thought control in a democratic society.</dc:relation>
1172
+ <dc:relation>Activating dissent.</dc:relation>
1173
+ <dc:relation>DVD, NTSC.</dc:relation>
1174
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
1175
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
1176
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
1177
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Politics and government.</dc:subject>
1178
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
1179
+ <dc:title>Manufacturing consent : Noam Chomsky and the media </dc:title>
1180
+ <dc:title>Noam Chomsky and the media</dc:title>
1181
+ <dc:type>Feature films--Canada.</dc:type>
1182
+ <dc:type>Image</dc:type>
1183
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020418</oclcterms:recordCreationDate>
1184
+ <oclcterms:recordIdentifier>49610706</oclcterms:recordIdentifier>
1185
+ </oclcdcs>
1186
+ </recordData>
1187
+ </record>
1188
+ <record>
1189
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1190
+ <recordPacking>xml</recordPacking>
1191
+ <recordData>
1192
+ <oclcdcs>
1193
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
1194
+ <dc:creator>Herman, Edward S.</dc:creator>
1195
+ <dc:date>©1988</dc:date>
1196
+ <dc:description>1st ed.</dc:description>
1197
+ <dc:description>Discusses the ways in which the mass media are manipulated to present the news according to an underlying elite consenus which affects the manner in which similar events in different parts of the world are presented.</dc:description>
1198
+ <dc:description>A propaganda model -- Worthy and unworthy victims -- Legitimizing versus meaningless Third World elections : El Salvador, Guatemala, and Nicaragua -- The KGB-Bulgarian plot to kill the Pope : free-market disinformation as "news" -- The Indochina wars (I) : Vietnam -- The Indochina wars (II) : Laos and Cambodia -- Conclusions -- Appendix 1 : The U.S. official observers in Guatemala, July 1-2, 1984 -- Appendix 2 : Tagliabue's finale on the Bulgarian connection : a case study in bias -- Baestrup's Big Story : some "Freedom House exclusives."</dc:description>
1199
+ <dc:format>xvi, 412 pages ; 25 cm</dc:format>
1200
+ <dc:identifier>0394549260</dc:identifier>
1201
+ <dc:identifier>9780394549262</dc:identifier>
1202
+ <dc:identifier>0679720340</dc:identifier>
1203
+ <dc:identifier>9780679720348</dc:identifier>
1204
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1205
+ <dc:publisher>Pantheon Books</dc:publisher>
1206
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.gbv.de/dms/bowker/toc/9780679720348.pdf</dc:relation>
1207
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/bios/random056/88042614.html</dc:relation>
1208
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/description/random042/88042614.html</dc:relation>
1209
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
1210
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1975-1985.</dc:subject>
1211
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1985-1995.</dc:subject>
1212
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
1213
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity--United States.</dc:subject>
1214
+ <dc:title>Manufacturing consent : the political economy of the mass media </dc:title>
1215
+ <dc:type>Text</dc:type>
1216
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">880413</oclcterms:recordCreationDate>
1217
+ <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn"> 88042614 </oclcterms:recordIdentifier>
1218
+ <oclcterms:recordIdentifier>17877574</oclcterms:recordIdentifier>
1219
+ </oclcdcs>
1220
+ </recordData>
1221
+ </record>
1222
+ <record>
1223
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1224
+ <recordPacking>xml</recordPacking>
1225
+ <recordData>
1226
+ <oclcdcs>
1227
+ <dc:description>MPAA rating: R; for some language.</dc:description>
1228
+ <dc:contributor>Melnyk, Debbie.</dc:contributor>
1229
+ <dc:contributor>Caine, Rick.</dc:contributor>
1230
+ <dc:contributor>Persistence of Vision Productions.</dc:contributor>
1231
+ <dc:contributor>CHUM Television.</dc:contributor>
1232
+ <dc:contributor>Canal D.</dc:contributor>
1233
+ <dc:contributor>Special Broadcasting Service (Australia)</dc:contributor>
1234
+ <dc:contributor>Liberation Entertainment (Firm)</dc:contributor>
1235
+ <dc:contributor>Starz Home Entertainment (Firm)</dc:contributor>
1236
+ <dc:date>c2007</dc:date>
1237
+ <dc:description>Widescreen format (1.85:1).</dc:description>
1238
+ <dc:description>Originally released as a motion picture in 2007.</dc:description>
1239
+ <dc:description>Special features (29 min.): photo gallery (1 min.); featurette (8 min.); 11 deleted scenes (18 min. total); trailer (2 min.).</dc:description>
1240
+ <dc:description>"In the realm of documentary filmmaking there is no greater icon than Michael Moore, but are his films really the truth, the whole truth, and nothing but the truth? At what point is manipulation of 'fact' a work of fiction? See for yourself when the lens is turned on the most controversial director of our time."--Container.</dc:description>
1241
+ <dc:format>1 videodisc (97 min.) : sd., col. ; 4 3/4 in.</dc:format>
1242
+ <dc:language>In English.</dc:language>
1243
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1244
+ <dc:publisher>Liberation Entertainment </dc:publisher>
1245
+ <dc:publisher>Distributed by Starz Home Entertainment</dc:publisher>
1246
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.manufacturingdissentmovie.com/</dc:relation>
1247
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.mrqe.com/movies/m100001169?s=1</dc:relation>
1248
+ <dc:relation>DVD, region 1; Dolby digital 2.0.</dc:relation>
1249
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Moore, Michael, 1954 April 23---Criticism and interpretation.</dc:subject>
1250
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Motion picture producers and directors--United States.</dc:subject>
1251
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Motion pictures--Political aspects--United States.</dc:subject>
1252
+ <dc:title>Manufacturing dissent</dc:title>
1253
+ <dc:title>Subtitle on disc label: Uncovering Michael Moore</dc:title>
1254
+ <dc:type>Image</dc:type>
1255
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">070820</oclcterms:recordCreationDate>
1256
+ <oclcterms:recordIdentifier>166147359</oclcterms:recordIdentifier>
1257
+ </oclcdcs>
1258
+ </recordData>
1259
+ </record>
1260
+ <record>
1261
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1262
+ <recordPacking>xml</recordPacking>
1263
+ <recordData>
1264
+ <oclcdcs>
1265
+ <dc:description>Rated: G.</dc:description>
1266
+ <dc:contributor>Symansky, Adam.</dc:contributor>
1267
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
1268
+ <dc:contributor>Achbar, Mark.</dc:contributor>
1269
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
1270
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
1271
+ <dc:date>2004</dc:date>
1272
+ <dc:description>Special features include: Extended excerpts from the 1969 'firing Line' debate between Noam Chomsky and William F. Buckley Jr. ; 1971 discussion between Noam Chomsky and Michel Foucault ; Noam Chomsky interview reflecting on managing consent 10 years later ; Resources and links for Noam Chomsky.</dc:description>
1273
+ <dc:description>MMA2005.</dc:description>
1274
+ <dc:description>Funny, provocative and surprisingly accessible, Manufacturing Consent explores the political life and ideas of Noam Chomsky, world-renowned linguist, intellectual and political activist. In a dynamic collage of new and original footage, biography, archival gems, imaginative graphics and outrageous illustrations, the film highlights Chomsky's probing analysis of mass media. A mammoth, two-part project, Manufacturing Consent is nonetheless light on its feet, favoring a style that encourages viewers to question its own workings, as Chomsky himself encourages his listeners to extricate themselves from this "web of deceit" by undertaking a course of "intellectual self-defense." Travelling with him through Canada, Japan, Europe and across the USA, we witness a tireless activist informing, challenging and being confronted by the public and the press.</dc:description>
1275
+ <dc:format>1 videodisc (DVD) (167 min.) : sd., col. ; 4 3/4 in.</dc:format>
1276
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1277
+ <dc:publisher>Madman Cinema </dc:publisher>
1278
+ <dc:publisher>AV Channel [distributor]</dc:publisher>
1279
+ <dc:relation>DVD ; region All ; PAL.</dc:relation>
1280
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
1281
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media policy.</dc:subject>
1282
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Influence.</dc:subject>
1283
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Moral and ethical aspects.</dc:subject>
1284
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity.</dc:subject>
1285
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
1286
+ <dc:title>Manufacturing consent</dc:title>
1287
+ <dc:type>Image</dc:type>
1288
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">021023</oclcterms:recordCreationDate>
1289
+ <oclcterms:recordIdentifier>224323981</oclcterms:recordIdentifier>
1290
+ </oclcdcs>
1291
+ </recordData>
1292
+ </record>
1293
+ <record>
1294
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1295
+ <recordPacking>xml</recordPacking>
1296
+ <recordData>
1297
+ <oclcdcs>
1298
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
1299
+ <dc:contributor>Achbar, Mark.</dc:contributor>
1300
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
1301
+ <dc:contributor>Symansky, Adam.</dc:contributor>
1302
+ <dc:contributor>Necessary Illusions (Firm)</dc:contributor>
1303
+ <dc:contributor>Zeitgeist Films.</dc:contributor>
1304
+ <dc:date>[1992? ;</dc:date>
1305
+ <dc:date>1994]</dc:date>
1306
+ <dc:description>Closed captioned for the hearing impaired.</dc:description>
1307
+ <dc:description>"A Necessary Illusions/National Film Board of Canada co-production."</dc:description>
1308
+ <dc:description>"A Zeitgeist Films release."--Cassette lables.</dc:description>
1309
+ <dc:description>"113C, 9192 072"--Container.</dc:description>
1310
+ <dc:description>Explores the political life and times of author, linguist, and radical philosopher, Noam Chomsky. Highlighting his analysis of media, Chomsky focuses on democratic societies where populations not disciplined by force are subject to more subtle forms of ideological control.</dc:description>
1311
+ <dc:format>1 videocassette (94 min.) : sd., col. ; 1/2 in.</dc:format>
1312
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1313
+ <dc:publisher>Necessary Illusions</dc:publisher>
1314
+ <dc:publisher>Zeitgeist Films [distributor</dc:publisher>
1315
+ <dc:relation>VHS format.</dc:relation>
1316
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
1317
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
1318
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Films for the hearing impaired.</dc:subject>
1319
+ <dc:title>Manufacturing consent, Noam Chomsky and the media. Part one, Thought control in a democratic society</dc:title>
1320
+ <dc:title>Thought control in a democratic society</dc:title>
1321
+ <dc:title>Noam Chomsky and the media</dc:title>
1322
+ <dc:type>Image</dc:type>
1323
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020820</oclcterms:recordCreationDate>
1324
+ <oclcterms:recordIdentifier>50436383</oclcterms:recordIdentifier>
1325
+ </oclcdcs>
1326
+ </recordData>
1327
+ </record>
1328
+ <record>
1329
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1330
+ <recordPacking>xml</recordPacking>
1331
+ <recordData>
1332
+ <oclcdcs>
1333
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
1334
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
1335
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
1336
+ <dc:date>[c1994]</dc:date>
1337
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
1338
+ <dc:description>Accompanied by series companion book.</dc:description>
1339
+ <dc:description>Focusses on the formative influences in Noam Chomsky's life - those factors which enabled him to become a politically engaged intellectual. Starting out as a linguist at the Massachusetts Institute of Technology, where his work revolutionized the study of language, Chomsky was radicalized by the 1960s anti-war movement and become a major critic of American policy. We learn about the important Jewish intellectual influences of his family, as well as those defining incidents in his early schooling that made a lasting impression.</dc:description>
1340
+ <dc:format>1 videocassette (28 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
1341
+ <dc:language>Closed-captioned.</dc:language>
1342
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1343
+ <dc:publisher>NFB</dc:publisher>
1344
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; pt. 5</dc:relation>
1345
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
1346
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Political activists--United States--Biography.</dc:subject>
1347
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Intellectuals--Political activity--United States.</dc:subject>
1348
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
1349
+ <dc:title>Noam Chomsky personal influences </dc:title>
1350
+ <dc:type>Image</dc:type>
1351
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
1352
+ <oclcterms:recordIdentifier>496879741</oclcterms:recordIdentifier>
1353
+ </oclcdcs>
1354
+ </recordData>
1355
+ </record>
1356
+ <record>
1357
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1358
+ <recordPacking>xml</recordPacking>
1359
+ <recordData>
1360
+ <oclcdcs>
1361
+ <dc:contributor>Sargent, Lydia.</dc:contributor>
1362
+ <dc:contributor>Z Video Productions.</dc:contributor>
1363
+ <dc:creator>Chomsky, Noam.</dc:creator>
1364
+ <dc:date>c2002</dc:date>
1365
+ <dc:description>Chomsky discusses the war on terrorism, media disinformation, Mideast politics, and U.S. foreign policy.</dc:description>
1366
+ <dc:format>1 videodisc (76 min.) : sd., col. ; 4 3/4 in.</dc:format>
1367
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1368
+ <dc:publisher>Z Video Productions</dc:publisher>
1369
+ <dc:relation>South End Press 25th anniversary series</dc:relation>
1370
+ <dc:relation>DVD.</dc:relation>
1371
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
1372
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--United States--Objectivity.</dc:subject>
1373
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
1374
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
1375
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Press and propaganda.</dc:subject>
1376
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
1377
+ <dc:title>Manufacturing consent in a time of war a talk </dc:title>
1378
+ <dc:type>Image</dc:type>
1379
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020910</oclcterms:recordCreationDate>
1380
+ <oclcterms:recordIdentifier>50576585</oclcterms:recordIdentifier>
1381
+ </oclcdcs>
1382
+ </recordData>
1383
+ </record>
1384
+ <record>
1385
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1386
+ <recordPacking>xml</recordPacking>
1387
+ <recordData>
1388
+ <oclcdcs>
1389
+ <dc:contributor>Wintonick, Peter, 1953-....</dc:contributor>
1390
+ <dc:contributor>Chomsky, Noam, 1928-....</dc:contributor>
1391
+ <dc:date>[DL 2009]</dc:date>
1392
+ <dc:description>Contient des images d'archives.</dc:description>
1393
+ <dc:description>Cop. : Necessary illusions : National film board of Canada, 1992.</dc:description>
1394
+ <dc:format>1 DVD vidéo monoface simple couche toutes zones (1 h 13 min) : 4/3, coul. avec séquences n. et b. (PAL), son.</dc:format>
1395
+ <dc:language>Document en version originale anglaise sous-titrée en français.</dc:language>
1396
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1397
+ <dc:publisher>Centre national de la cinématographie [distrib.]</dc:publisher>
1398
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catalogue.bnf.fr/ark:/12148/cb41453940s</dc:relation>
1399
+ <dc:relation>Images de la culture, Médias</dc:relation>
1400
+ <dc:title>Manufacturing consent : Noam Chomsky and the media. 2</dc:title>
1401
+ <dc:type>Image</dc:type>
1402
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">090326</oclcterms:recordCreationDate>
1403
+ <oclcterms:recordIdentifier>676507496</oclcterms:recordIdentifier>
1404
+ </oclcdcs>
1405
+ </recordData>
1406
+ </record>
1407
+ <record>
1408
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1409
+ <recordPacking>xml</recordPacking>
1410
+ <recordData>
1411
+ <oclcdcs>
1412
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
1413
+ <dc:contributor>Chomsky, Noam (1928-....).</dc:contributor>
1414
+ <dc:contributor>Foucault, Michel (1926-1984).</dc:contributor>
1415
+ <dc:creator>Achbar, Mark.</dc:creator>
1416
+ <dc:date>[DL 2007]</dc:date>
1417
+ <dc:description>Version originale en anglais sous-titrée en français.</dc:description>
1418
+ <dc:description>Copyright : Necessary illusions ; National Board of Canada, cop. 1992.</dc:description>
1419
+ <dc:description>Durée du film : 2 h 47 min.</dc:description>
1420
+ <dc:description>Titre figurant sur la jaquette : Chomsky, les médias et les illusions nécessaires.</dc:description>
1421
+ <dc:format>1 DVD zone 0 (3 h) : coul. (PAL), sonore.</dc:format>
1422
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1423
+ <dc:publisher>K films vidéo [éd., distrib.]</dc:publisher>
1424
+ <dc:title>Manufacturing consents</dc:title>
1425
+ <dc:title>Fabrication du consentement : Noam Chomsky et les médias</dc:title>
1426
+ <dc:title>Chomsky, les médias et les illusions nécessaires</dc:title>
1427
+ <dc:type>Image</dc:type>
1428
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">071018</oclcterms:recordCreationDate>
1429
+ <oclcterms:recordIdentifier>496664221</oclcterms:recordIdentifier>
1430
+ </oclcdcs>
1431
+ </recordData>
1432
+ </record>
1433
+ <record>
1434
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1435
+ <recordPacking>xml</recordPacking>
1436
+ <recordData>
1437
+ <oclcdcs>
1438
+ <dc:contributor>Wintonick, Peter (1953-2013).</dc:contributor>
1439
+ <dc:contributor>Chomsky, Noam (1928-....).</dc:contributor>
1440
+ <dc:creator>Achbar, Mark.</dc:creator>
1441
+ <dc:date>[2008]</dc:date>
1442
+ <dc:description>Film en version originale anglaise, sous-titrée en français.</dc:description>
1443
+ <dc:description>2008 d'après la date de réception du document.</dc:description>
1444
+ <dc:description>Copyright : Necessary illusions, cop. 1992.</dc:description>
1445
+ <dc:description>Durée du film : 2 h 48 min.</dc:description>
1446
+ <dc:description>Noam Chomsky, linguiste, philosophe et militant politique de renom examine le pouvoir de l'information et les forces qui, dans les sociétés, s'exercent sur sa formulation et sa propagation. Ses commentaires sont entrecoupés de documents d'archives, d'interviews, de conférences retraçant sa trajectoire, ses travaux en linguistique et de débats avec des personnalités directement impliquées dans le système de l'information.[Jaquette].</dc:description>
1447
+ <dc:format>1 DVD vidéo double face simple couche zone 2 (3 h 01 min) : coul. (PAL), sonore.</dc:format>
1448
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1449
+ <dc:publisher>K-Films Vidéo [prod., éd.]</dc:publisher>
1450
+ <dc:title>Manufacturing consent Noam Chomsky and the media = La fabrication du consentement : Noam Chomsky et les médias </dc:title>
1451
+ <dc:title>fabrication du consentement : Noam chomsky et les médias</dc:title>
1452
+ <dc:type>Image</dc:type>
1453
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">071129</oclcterms:recordCreationDate>
1454
+ <oclcterms:recordIdentifier>496679243</oclcterms:recordIdentifier>
1455
+ </oclcdcs>
1456
+ </recordData>
1457
+ </record>
1458
+ </records>
1459
+ <nextRecordPosition>11</nextRecordPosition>
1460
+ <resultSetIdleTime/>
1461
+ <echoedSearchRetrieveRequest xmlns:srw="http://www.loc.gov/zing/srw/">
1462
+ <version>1.1</version>
1463
+ <query>srw.au = "Chomsky" AND srw.ti = "Manufacturing"</query>
1464
+ <maximumRecords>10</maximumRecords>
1465
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1466
+ <recordPacking>xml</recordPacking>
1467
+ <startRecord>1</startRecord>
1468
+ <sortKeys>relevance</sortKeys>
1469
+ <wskey>DUMMY_API_KEY</wskey>
1470
+ </echoedSearchRetrieveRequest>
1471
+ </searchRetrieveResponse>
1472
+ http_version:
1473
+ recorded_at: Mon, 21 Sep 2015 15:34:40 GMT
1474
+ - request:
1475
+ method: get
1476
+ uri: http://www.worldcat.org/webservices/catalog/search/sru?maximumRecords=10&query=srw.au%20=%20%22Chomsky%22%20AND%20srw.ti%20=%20%22Manufacturing%22&recordSchema=info:srw/schema/1/dc&wskey=DUMMY_API_KEY
1477
+ body:
1478
+ encoding: UTF-8
1479
+ string: ''
1480
+ headers: {}
1481
+ response:
1482
+ status:
1483
+ code: 200
1484
+ message: OK
1485
+ headers:
1486
+ Date:
1487
+ - Mon, 21 Sep 2015 16:26:16 GMT
1488
+ Server:
1489
+ - Apache
1490
+ Transfer-Encoding:
1491
+ - chunked
1492
+ Content-Type:
1493
+ - text/xml;charset=utf-8
1494
+ body:
1495
+ encoding: UTF-8
1496
+ string: |
1497
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1498
+ <?xml-stylesheet type='text/xsl' href='/webservices/catalog/xsl/searchRetrieveResponse.xsl'?>
1499
+
1500
+ <searchRetrieveResponse xmlns="http://www.loc.gov/zing/srw/" xmlns:oclcterms="http://purl.org/oclc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:diag="http://www.loc.gov/zing/srw/diagnostic/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1501
+ <version>1.1</version>
1502
+ <numberOfRecords>60</numberOfRecords>
1503
+ <records>
1504
+ <record>
1505
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1506
+ <recordPacking>xml</recordPacking>
1507
+ <recordData>
1508
+ <oclcdcs>
1509
+ <dc:description>Not rated by MPAA.</dc:description>
1510
+ <dc:contributor>Chomsky, Noam,</dc:contributor>
1511
+ <dc:contributor>Achbar, Mark,</dc:contributor>
1512
+ <dc:contributor>Wintonick, Peter,</dc:contributor>
1513
+ <dc:contributor>Neale, Colin,</dc:contributor>
1514
+ <dc:contributor>Murphy, Dennis R.,</dc:contributor>
1515
+ <dc:contributor>Symansky, Adam,</dc:contributor>
1516
+ <dc:contributor>Herman, Edward S.,</dc:contributor>
1517
+ <dc:contributor>Moyers, Bill D.,</dc:contributor>
1518
+ <dc:contributor>Jennings, Peter, 1938-2005,</dc:contributor>
1519
+ <dc:contributor>Flook, Kelvin,</dc:contributor>
1520
+ <dc:contributor>Buckley, William F., Jr., 1925-2008,</dc:contributor>
1521
+ <dc:contributor>Miquet, Francis,</dc:contributor>
1522
+ <dc:contributor>Bunge, Norbert,</dc:contributor>
1523
+ <dc:contributor>Turnley, William,</dc:contributor>
1524
+ <dc:contributor>Foucault, Michel, 1926-1984,</dc:contributor>
1525
+ <dc:contributor>Necessary Illusions (Firm),</dc:contributor>
1526
+ <dc:contributor>National Film Board of Canada,</dc:contributor>
1527
+ <dc:contributor>Zeitgeist Films,</dc:contributor>
1528
+ <dc:description>"Includes 45 minutes of extra video material"--Container.</dc:description>
1529
+ <dc:description>Originally produced as a motion picture in 1992.</dc:description>
1530
+ <dc:description>Disc also issued in Zeitgeist Video box set: Great minds: 20 years of thinkers on film.</dc:description>
1531
+ <dc:description>Special features: Noam Chomsky vs. William F. Buckley from Firing Line, 1969 (18 min.); Noam Chomsky vs. Michel Foucault from Deel Vier, 1971 (13 min.); Noam Chomsky reflects on the film (14 min.); Filmmaker bios.</dc:description>
1532
+ <dc:description>Explores the political life and times of the controversial author, linguist, and radical philosopher Noam Chomsky. Focuses on Chomsky's analysis of the hidden use of ideological manipulation in democratic societies.</dc:description>
1533
+ <dc:description>pt. 1. Thought control in a democratic society -- pt. 2. Activating dissent.</dc:description>
1534
+ <dc:format>1 videodisc (167 min.) : sound, color with black &amp; white sequences ; 4 3/4 in.</dc:format>
1535
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1536
+ <dc:relation>Thought control in a democratic society.</dc:relation>
1537
+ <dc:relation>Activating dissent.</dc:relation>
1538
+ <dc:relation>DVD, NTSC.</dc:relation>
1539
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political and social views.</dc:subject>
1540
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism.</dc:subject>
1541
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
1542
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Politics and government.</dc:subject>
1543
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
1544
+ <dc:title>Manufacturing consent : Noam Chomsky and the media </dc:title>
1545
+ <dc:title>Noam Chomsky and the media</dc:title>
1546
+ <dc:type>Feature films--Canada.</dc:type>
1547
+ <dc:type>Image</dc:type>
1548
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020418</oclcterms:recordCreationDate>
1549
+ <oclcterms:recordIdentifier>49610706</oclcterms:recordIdentifier>
1550
+ </oclcdcs>
1551
+ </recordData>
1552
+ </record>
1553
+ <record>
1554
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1555
+ <recordPacking>xml</recordPacking>
1556
+ <recordData>
1557
+ <oclcdcs>
1558
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
1559
+ <dc:creator>Herman, Edward S.</dc:creator>
1560
+ <dc:date>©1988</dc:date>
1561
+ <dc:description>1st ed.</dc:description>
1562
+ <dc:description>Discusses the ways in which the mass media are manipulated to present the news according to an underlying elite consenus which affects the manner in which similar events in different parts of the world are presented.</dc:description>
1563
+ <dc:description>A propaganda model -- Worthy and unworthy victims -- Legitimizing versus meaningless Third World elections : El Salvador, Guatemala, and Nicaragua -- The KGB-Bulgarian plot to kill the Pope : free-market disinformation as "news" -- The Indochina wars (I) : Vietnam -- The Indochina wars (II) : Laos and Cambodia -- Conclusions -- Appendix 1 : The U.S. official observers in Guatemala, July 1-2, 1984 -- Appendix 2 : Tagliabue's finale on the Bulgarian connection : a case study in bias -- Baestrup's Big Story : some "Freedom House exclusives."</dc:description>
1564
+ <dc:format>xvi, 412 pages ; 25 cm</dc:format>
1565
+ <dc:identifier>0394549260</dc:identifier>
1566
+ <dc:identifier>9780394549262</dc:identifier>
1567
+ <dc:identifier>0679720340</dc:identifier>
1568
+ <dc:identifier>9780679720348</dc:identifier>
1569
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1570
+ <dc:publisher>Pantheon Books</dc:publisher>
1571
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.gbv.de/dms/bowker/toc/9780679720348.pdf</dc:relation>
1572
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/bios/random056/88042614.html</dc:relation>
1573
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catdir.loc.gov/catdir/description/random042/88042614.html</dc:relation>
1574
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
1575
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1975-1985.</dc:subject>
1576
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">World politics--1985-1995.</dc:subject>
1577
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
1578
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity--United States.</dc:subject>
1579
+ <dc:title>Manufacturing consent : the political economy of the mass media </dc:title>
1580
+ <dc:type>Text</dc:type>
1581
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">880413</oclcterms:recordCreationDate>
1582
+ <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn"> 88042614 </oclcterms:recordIdentifier>
1583
+ <oclcterms:recordIdentifier>17877574</oclcterms:recordIdentifier>
1584
+ </oclcdcs>
1585
+ </recordData>
1586
+ </record>
1587
+ <record>
1588
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1589
+ <recordPacking>xml</recordPacking>
1590
+ <recordData>
1591
+ <oclcdcs>
1592
+ <dc:description>MPAA rating: R; for some language.</dc:description>
1593
+ <dc:contributor>Melnyk, Debbie.</dc:contributor>
1594
+ <dc:contributor>Caine, Rick.</dc:contributor>
1595
+ <dc:contributor>Persistence of Vision Productions.</dc:contributor>
1596
+ <dc:contributor>CHUM Television.</dc:contributor>
1597
+ <dc:contributor>Canal D.</dc:contributor>
1598
+ <dc:contributor>Special Broadcasting Service (Australia)</dc:contributor>
1599
+ <dc:contributor>Liberation Entertainment (Firm)</dc:contributor>
1600
+ <dc:contributor>Starz Home Entertainment (Firm)</dc:contributor>
1601
+ <dc:date>c2007</dc:date>
1602
+ <dc:description>Widescreen format (1.85:1).</dc:description>
1603
+ <dc:description>Originally released as a motion picture in 2007.</dc:description>
1604
+ <dc:description>Special features (29 min.): photo gallery (1 min.); featurette (8 min.); 11 deleted scenes (18 min. total); trailer (2 min.).</dc:description>
1605
+ <dc:description>"In the realm of documentary filmmaking there is no greater icon than Michael Moore, but are his films really the truth, the whole truth, and nothing but the truth? At what point is manipulation of 'fact' a work of fiction? See for yourself when the lens is turned on the most controversial director of our time."--Container.</dc:description>
1606
+ <dc:format>1 videodisc (97 min.) : sd., col. ; 4 3/4 in.</dc:format>
1607
+ <dc:language>In English.</dc:language>
1608
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1609
+ <dc:publisher>Liberation Entertainment </dc:publisher>
1610
+ <dc:publisher>Distributed by Starz Home Entertainment</dc:publisher>
1611
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.manufacturingdissentmovie.com/</dc:relation>
1612
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://www.mrqe.com/movies/m100001169?s=1</dc:relation>
1613
+ <dc:relation>DVD, region 1; Dolby digital 2.0.</dc:relation>
1614
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Moore, Michael, 1954 April 23---Criticism and interpretation.</dc:subject>
1615
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Motion picture producers and directors--United States.</dc:subject>
1616
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Motion pictures--Political aspects--United States.</dc:subject>
1617
+ <dc:title>Manufacturing dissent</dc:title>
1618
+ <dc:title>Subtitle on disc label: Uncovering Michael Moore</dc:title>
1619
+ <dc:type>Image</dc:type>
1620
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">070820</oclcterms:recordCreationDate>
1621
+ <oclcterms:recordIdentifier>166147359</oclcterms:recordIdentifier>
1622
+ </oclcdcs>
1623
+ </recordData>
1624
+ </record>
1625
+ <record>
1626
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1627
+ <recordPacking>xml</recordPacking>
1628
+ <recordData>
1629
+ <oclcdcs>
1630
+ <dc:description>Rated: G.</dc:description>
1631
+ <dc:contributor>Symansky, Adam.</dc:contributor>
1632
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
1633
+ <dc:contributor>Achbar, Mark.</dc:contributor>
1634
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
1635
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
1636
+ <dc:date>2004</dc:date>
1637
+ <dc:description>Special features include: Extended excerpts from the 1969 'firing Line' debate between Noam Chomsky and William F. Buckley Jr. ; 1971 discussion between Noam Chomsky and Michel Foucault ; Noam Chomsky interview reflecting on managing consent 10 years later ; Resources and links for Noam Chomsky.</dc:description>
1638
+ <dc:description>MMA2005.</dc:description>
1639
+ <dc:description>Funny, provocative and surprisingly accessible, Manufacturing Consent explores the political life and ideas of Noam Chomsky, world-renowned linguist, intellectual and political activist. In a dynamic collage of new and original footage, biography, archival gems, imaginative graphics and outrageous illustrations, the film highlights Chomsky's probing analysis of mass media. A mammoth, two-part project, Manufacturing Consent is nonetheless light on its feet, favoring a style that encourages viewers to question its own workings, as Chomsky himself encourages his listeners to extricate themselves from this "web of deceit" by undertaking a course of "intellectual self-defense." Travelling with him through Canada, Japan, Europe and across the USA, we witness a tireless activist informing, challenging and being confronted by the public and the press.</dc:description>
1640
+ <dc:format>1 videodisc (DVD) (167 min.) : sd., col. ; 4 3/4 in.</dc:format>
1641
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1642
+ <dc:publisher>Madman Cinema </dc:publisher>
1643
+ <dc:publisher>AV Channel [distributor]</dc:publisher>
1644
+ <dc:relation>DVD ; region All ; PAL.</dc:relation>
1645
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
1646
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media policy.</dc:subject>
1647
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Influence.</dc:subject>
1648
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Moral and ethical aspects.</dc:subject>
1649
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Objectivity.</dc:subject>
1650
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects.</dc:subject>
1651
+ <dc:title>Manufacturing consent</dc:title>
1652
+ <dc:type>Image</dc:type>
1653
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">021023</oclcterms:recordCreationDate>
1654
+ <oclcterms:recordIdentifier>224323981</oclcterms:recordIdentifier>
1655
+ </oclcdcs>
1656
+ </recordData>
1657
+ </record>
1658
+ <record>
1659
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1660
+ <recordPacking>xml</recordPacking>
1661
+ <recordData>
1662
+ <oclcdcs>
1663
+ <dc:contributor>Chomsky, Noam.</dc:contributor>
1664
+ <dc:contributor>Achbar, Mark.</dc:contributor>
1665
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
1666
+ <dc:contributor>Symansky, Adam.</dc:contributor>
1667
+ <dc:contributor>Necessary Illusions (Firm)</dc:contributor>
1668
+ <dc:contributor>Zeitgeist Films.</dc:contributor>
1669
+ <dc:date>[1992? ;</dc:date>
1670
+ <dc:date>1994]</dc:date>
1671
+ <dc:description>Closed captioned for the hearing impaired.</dc:description>
1672
+ <dc:description>"A Necessary Illusions/National Film Board of Canada co-production."</dc:description>
1673
+ <dc:description>"A Zeitgeist Films release."--Cassette lables.</dc:description>
1674
+ <dc:description>"113C, 9192 072"--Container.</dc:description>
1675
+ <dc:description>Explores the political life and times of author, linguist, and radical philosopher, Noam Chomsky. Highlighting his analysis of media, Chomsky focuses on democratic societies where populations not disciplined by force are subject to more subtle forms of ideological control.</dc:description>
1676
+ <dc:format>1 videocassette (94 min.) : sd., col. ; 1/2 in.</dc:format>
1677
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1678
+ <dc:publisher>Necessary Illusions</dc:publisher>
1679
+ <dc:publisher>Zeitgeist Films [distributor</dc:publisher>
1680
+ <dc:relation>VHS format.</dc:relation>
1681
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
1682
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
1683
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Films for the hearing impaired.</dc:subject>
1684
+ <dc:title>Manufacturing consent, Noam Chomsky and the media. Part one, Thought control in a democratic society</dc:title>
1685
+ <dc:title>Thought control in a democratic society</dc:title>
1686
+ <dc:title>Noam Chomsky and the media</dc:title>
1687
+ <dc:type>Image</dc:type>
1688
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020820</oclcterms:recordCreationDate>
1689
+ <oclcterms:recordIdentifier>50436383</oclcterms:recordIdentifier>
1690
+ </oclcdcs>
1691
+ </recordData>
1692
+ </record>
1693
+ <record>
1694
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1695
+ <recordPacking>xml</recordPacking>
1696
+ <recordData>
1697
+ <oclcdcs>
1698
+ <dc:contributor>Chomsky, Noam, 1928-</dc:contributor>
1699
+ <dc:contributor>Necessary Illusions Productions.</dc:contributor>
1700
+ <dc:contributor>National Film Board of Canada.</dc:contributor>
1701
+ <dc:date>[c1994]</dc:date>
1702
+ <dc:description>"A thematic module excerpted from Manufacturing consent : Noam Chomsky and the media."</dc:description>
1703
+ <dc:description>Accompanied by series companion book.</dc:description>
1704
+ <dc:description>Focusses on the formative influences in Noam Chomsky's life - those factors which enabled him to become a politically engaged intellectual. Starting out as a linguist at the Massachusetts Institute of Technology, where his work revolutionized the study of language, Chomsky was radicalized by the 1960s anti-war movement and become a major critic of American policy. We learn about the important Jewish intellectual influences of his family, as well as those defining incidents in his early schooling that made a lasting impression.</dc:description>
1705
+ <dc:format>1 videocassette (28 min.) : sd., col. with b&amp;w sequences ; 1/2 in. (VHS).</dc:format>
1706
+ <dc:language>Closed-captioned.</dc:language>
1707
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1708
+ <dc:publisher>NFB</dc:publisher>
1709
+ <dc:relation>Manufacturing consent : Noam Chomsky and the media ; pt. 5</dc:relation>
1710
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam.</dc:subject>
1711
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Political activists--United States--Biography.</dc:subject>
1712
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Intellectuals--Political activity--United States.</dc:subject>
1713
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Video recordings for the hearing impaired.</dc:subject>
1714
+ <dc:title>Noam Chomsky personal influences </dc:title>
1715
+ <dc:type>Image</dc:type>
1716
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">960311</oclcterms:recordCreationDate>
1717
+ <oclcterms:recordIdentifier>496879741</oclcterms:recordIdentifier>
1718
+ </oclcdcs>
1719
+ </recordData>
1720
+ </record>
1721
+ <record>
1722
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1723
+ <recordPacking>xml</recordPacking>
1724
+ <recordData>
1725
+ <oclcdcs>
1726
+ <dc:contributor>Sargent, Lydia.</dc:contributor>
1727
+ <dc:contributor>Z Video Productions.</dc:contributor>
1728
+ <dc:creator>Chomsky, Noam.</dc:creator>
1729
+ <dc:date>c2002</dc:date>
1730
+ <dc:description>Chomsky discusses the war on terrorism, media disinformation, Mideast politics, and U.S. foreign policy.</dc:description>
1731
+ <dc:format>1 videodisc (76 min.) : sd., col. ; 4 3/4 in.</dc:format>
1732
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1733
+ <dc:publisher>Z Video Productions</dc:publisher>
1734
+ <dc:relation>South End Press 25th anniversary series</dc:relation>
1735
+ <dc:relation>DVD.</dc:relation>
1736
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media criticism--United States.</dc:subject>
1737
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--United States--Objectivity.</dc:subject>
1738
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Mass media--Political aspects--United States.</dc:subject>
1739
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Public opinion--United States.</dc:subject>
1740
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Press and propaganda.</dc:subject>
1741
+ <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">United States--Foreign relations.</dc:subject>
1742
+ <dc:title>Manufacturing consent in a time of war a talk </dc:title>
1743
+ <dc:type>Image</dc:type>
1744
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">020910</oclcterms:recordCreationDate>
1745
+ <oclcterms:recordIdentifier>50576585</oclcterms:recordIdentifier>
1746
+ </oclcdcs>
1747
+ </recordData>
1748
+ </record>
1749
+ <record>
1750
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1751
+ <recordPacking>xml</recordPacking>
1752
+ <recordData>
1753
+ <oclcdcs>
1754
+ <dc:contributor>Wintonick, Peter, 1953-....</dc:contributor>
1755
+ <dc:contributor>Chomsky, Noam, 1928-....</dc:contributor>
1756
+ <dc:date>[DL 2009]</dc:date>
1757
+ <dc:description>Contient des images d'archives.</dc:description>
1758
+ <dc:description>Cop. : Necessary illusions : National film board of Canada, 1992.</dc:description>
1759
+ <dc:format>1 DVD vidéo monoface simple couche toutes zones (1 h 13 min) : 4/3, coul. avec séquences n. et b. (PAL), son.</dc:format>
1760
+ <dc:language>Document en version originale anglaise sous-titrée en français.</dc:language>
1761
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1762
+ <dc:publisher>Centre national de la cinématographie [distrib.]</dc:publisher>
1763
+ <dc:relation xsi:type="http://purl.org/dc/terms/URI">http://catalogue.bnf.fr/ark:/12148/cb41453940s</dc:relation>
1764
+ <dc:relation>Images de la culture, Médias</dc:relation>
1765
+ <dc:title>Manufacturing consent : Noam Chomsky and the media. 2</dc:title>
1766
+ <dc:type>Image</dc:type>
1767
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">090326</oclcterms:recordCreationDate>
1768
+ <oclcterms:recordIdentifier>676507496</oclcterms:recordIdentifier>
1769
+ </oclcdcs>
1770
+ </recordData>
1771
+ </record>
1772
+ <record>
1773
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1774
+ <recordPacking>xml</recordPacking>
1775
+ <recordData>
1776
+ <oclcdcs>
1777
+ <dc:contributor>Wintonick, Peter.</dc:contributor>
1778
+ <dc:contributor>Chomsky, Noam (1928-....).</dc:contributor>
1779
+ <dc:contributor>Foucault, Michel (1926-1984).</dc:contributor>
1780
+ <dc:creator>Achbar, Mark.</dc:creator>
1781
+ <dc:date>[DL 2007]</dc:date>
1782
+ <dc:description>Version originale en anglais sous-titrée en français.</dc:description>
1783
+ <dc:description>Copyright : Necessary illusions ; National Board of Canada, cop. 1992.</dc:description>
1784
+ <dc:description>Durée du film : 2 h 47 min.</dc:description>
1785
+ <dc:description>Titre figurant sur la jaquette : Chomsky, les médias et les illusions nécessaires.</dc:description>
1786
+ <dc:format>1 DVD zone 0 (3 h) : coul. (PAL), sonore.</dc:format>
1787
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1788
+ <dc:publisher>K films vidéo [éd., distrib.]</dc:publisher>
1789
+ <dc:title>Manufacturing consents</dc:title>
1790
+ <dc:title>Fabrication du consentement : Noam Chomsky et les médias</dc:title>
1791
+ <dc:title>Chomsky, les médias et les illusions nécessaires</dc:title>
1792
+ <dc:type>Image</dc:type>
1793
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">071018</oclcterms:recordCreationDate>
1794
+ <oclcterms:recordIdentifier>496664221</oclcterms:recordIdentifier>
1795
+ </oclcdcs>
1796
+ </recordData>
1797
+ </record>
1798
+ <record>
1799
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1800
+ <recordPacking>xml</recordPacking>
1801
+ <recordData>
1802
+ <oclcdcs>
1803
+ <dc:contributor>Wintonick, Peter (1953-2013).</dc:contributor>
1804
+ <dc:contributor>Chomsky, Noam (1928-....).</dc:contributor>
1805
+ <dc:creator>Achbar, Mark.</dc:creator>
1806
+ <dc:date>[2008]</dc:date>
1807
+ <dc:description>Film en version originale anglaise, sous-titrée en français.</dc:description>
1808
+ <dc:description>2008 d'après la date de réception du document.</dc:description>
1809
+ <dc:description>Copyright : Necessary illusions, cop. 1992.</dc:description>
1810
+ <dc:description>Durée du film : 2 h 48 min.</dc:description>
1811
+ <dc:description>Noam Chomsky, linguiste, philosophe et militant politique de renom examine le pouvoir de l'information et les forces qui, dans les sociétés, s'exercent sur sa formulation et sa propagation. Ses commentaires sont entrecoupés de documents d'archives, d'interviews, de conférences retraçant sa trajectoire, ses travaux en linguistique et de débats avec des personnalités directement impliquées dans le système de l'information.[Jaquette].</dc:description>
1812
+ <dc:format>1 DVD vidéo double face simple couche zone 2 (3 h 01 min) : coul. (PAL), sonore.</dc:format>
1813
+ <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
1814
+ <dc:publisher>K-Films Vidéo [prod., éd.]</dc:publisher>
1815
+ <dc:title>Manufacturing consent Noam Chomsky and the media = La fabrication du consentement : Noam Chomsky et les médias </dc:title>
1816
+ <dc:title>fabrication du consentement : Noam chomsky et les médias</dc:title>
1817
+ <dc:type>Image</dc:type>
1818
+ <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">071129</oclcterms:recordCreationDate>
1819
+ <oclcterms:recordIdentifier>496679243</oclcterms:recordIdentifier>
1820
+ </oclcdcs>
1821
+ </recordData>
1822
+ </record>
1823
+ </records>
1824
+ <nextRecordPosition>11</nextRecordPosition>
1825
+ <resultSetIdleTime/>
1826
+ <echoedSearchRetrieveRequest xmlns:srw="http://www.loc.gov/zing/srw/">
1827
+ <version>1.1</version>
1828
+ <query>srw.au = "Chomsky" AND srw.ti = "Manufacturing"</query>
1829
+ <maximumRecords>10</maximumRecords>
1830
+ <recordSchema>info:srw/schema/1/dc</recordSchema>
1831
+ <recordPacking>xml</recordPacking>
1832
+ <startRecord>1</startRecord>
1833
+ <sortKeys>relevance</sortKeys>
1834
+ <wskey>DUMMY_API_KEY</wskey>
1835
+ </echoedSearchRetrieveRequest>
1836
+ </searchRetrieveResponse>
1837
+ http_version:
1838
+ recorded_at: Mon, 21 Sep 2015 16:26:19 GMT
1839
+ recorded_with: VCR 2.9.3