active_public_resources 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +19 -0
  3. data/.rspec +1 -0
  4. data/.travis.yml +3 -0
  5. data/Gemfile +24 -0
  6. data/Guardfile +9 -0
  7. data/LICENSE.txt +18 -0
  8. data/README.md +326 -0
  9. data/Rakefile +7 -0
  10. data/active_public_resources.gemspec +27 -0
  11. data/active_public_resources_config.yml.example +10 -0
  12. data/lib/active_public_resources/base_response_type.rb +11 -0
  13. data/lib/active_public_resources/base_return_type.rb +17 -0
  14. data/lib/active_public_resources/client.rb +22 -0
  15. data/lib/active_public_resources/driver.rb +21 -0
  16. data/lib/active_public_resources/driver_response.rb +15 -0
  17. data/lib/active_public_resources/drivers/khan_academy.rb +143 -0
  18. data/lib/active_public_resources/drivers/quizlet.rb +92 -0
  19. data/lib/active_public_resources/drivers/schooltube.rb +99 -0
  20. data/lib/active_public_resources/drivers/vimeo.rb +181 -0
  21. data/lib/active_public_resources/drivers/youtube.rb +113 -0
  22. data/lib/active_public_resources/request_criteria.rb +51 -0
  23. data/lib/active_public_resources/response_types/exercise.rb +11 -0
  24. data/lib/active_public_resources/response_types/folder.rb +18 -0
  25. data/lib/active_public_resources/response_types/image.rb +11 -0
  26. data/lib/active_public_resources/response_types/quiz.rb +11 -0
  27. data/lib/active_public_resources/response_types/video.rb +12 -0
  28. data/lib/active_public_resources/return_types/file.rb +11 -0
  29. data/lib/active_public_resources/return_types/iframe.rb +11 -0
  30. data/lib/active_public_resources/return_types/image_url.rb +11 -0
  31. data/lib/active_public_resources/return_types/oembed.rb +11 -0
  32. data/lib/active_public_resources/return_types/url.rb +11 -0
  33. data/lib/active_public_resources/version.rb +3 -0
  34. data/lib/active_public_resources.rb +55 -0
  35. data/spec/lib/active_public_resources/client_spec.rb +75 -0
  36. data/spec/lib/active_public_resources/driver_spec.rb +48 -0
  37. data/spec/lib/active_public_resources/drivers/khan_academy_spec.rb +106 -0
  38. data/spec/lib/active_public_resources/drivers/quizlet_spec.rb +50 -0
  39. data/spec/lib/active_public_resources/drivers/schooltube_spec.rb +50 -0
  40. data/spec/lib/active_public_resources/drivers/vimeo_spec.rb +71 -0
  41. data/spec/lib/active_public_resources/drivers/youtube_spec.rb +52 -0
  42. data/spec/lib/active_public_resources/live_client_spec.rb +91 -0
  43. data/spec/lib/active_public_resources/request_criteria_spec.rb +53 -0
  44. data/spec/spec_helper.rb +46 -0
  45. data/spec/vcr/active_public_resources/client/khan_academy_should_traverse_folders.yml +1039 -0
  46. data/spec/vcr/active_public_resources/client/quizlet_should_perform_request.yml +70 -0
  47. data/spec/vcr/active_public_resources/client/shooltube_should_perform_request.yml +815 -0
  48. data/spec/vcr/active_public_resources/client/vimeo_should_perform_request.yml +70 -0
  49. data/spec/vcr/active_public_resources/client/youtube_should_perform_request.yml +212 -0
  50. data/spec/vcr/active_public_resources/drivers/khan_academy_driver_perform_request/should_get_folder_cs/programming.yml +117 -0
  51. data/spec/vcr/active_public_resources/drivers/khan_academy_driver_perform_request/should_get_folder_cs.yml +72 -0
  52. data/spec/vcr/active_public_resources/drivers/khan_academy_driver_perform_request/should_get_folder_science/mcat/society_and_culture/social_structures.yml +578 -0
  53. data/spec/vcr/active_public_resources/drivers/khan_academy_driver_perform_request/should_get_root_folders.yml +122 -0
  54. data/spec/vcr/active_public_resources/drivers/khan_academy_perform_request/should_get_folder_cs/programming.yml +120 -0
  55. data/spec/vcr/active_public_resources/drivers/khan_academy_perform_request/should_get_folder_cs.yml +73 -0
  56. data/spec/vcr/active_public_resources/drivers/khan_academy_perform_request/should_get_folder_science/mcat/society_and_culture/social_structures.yml +577 -0
  57. data/spec/vcr/active_public_resources/drivers/khan_academy_perform_request/should_get_root_folders.yml +119 -0
  58. data/spec/vcr/active_public_resources/drivers/quizlet_driver_perform_request/should_perform_request.yml +75 -0
  59. data/spec/vcr/active_public_resources/drivers/quizlet_perform_request/should_perform_request.yml +72 -0
  60. data/spec/vcr/active_public_resources/drivers/schooltube_driver_perform_request/should_perform_request.yml +815 -0
  61. data/spec/vcr/active_public_resources/drivers/schooltube_perform_request/should_perform_request.yml +810 -0
  62. data/spec/vcr/active_public_resources/drivers/vimeo_driver_perform_request/should_perform_request.yml +279 -0
  63. data/spec/vcr/active_public_resources/drivers/vimeo_perform_request/should_perform_request.yml +70 -0
  64. data/spec/vcr/active_public_resources/drivers/youtube_driver_perform_request/should_perform_request.yml +212 -0
  65. data/spec/vcr/active_public_resources/drivers/youtube_perform_request/should_perform_request.yml +209 -0
  66. metadata +182 -0
@@ -0,0 +1,70 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: http://vimeo.com/api/rest/v2
6
+ body:
7
+ encoding: US-ASCII
8
+ string: format=json&full_response=1&method=vimeo.videos.search&page=1&per_page=25&query=education&sort=relevant
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - '*/*'
14
+ User-Agent:
15
+ - OAuth gem v0.4.7
16
+ Content-Length:
17
+ - '0'
18
+ Content-Type:
19
+ - application/x-www-form-urlencoded
20
+ Authorization:
21
+ - OAuth oauth_consumer_key="VIMEO_CONSUMER_KEY", oauth_nonce="SIBa505wRtydXAtRUFxt6AM9ydjFa7KJ0ztI4ByLjo",
22
+ oauth_signature="bVH9yiEMYkIRR0M8V6kXP4eL160%3D", oauth_signature_method="HMAC-SHA1",
23
+ oauth_timestamp="1386015738", oauth_version="1.0"
24
+ response:
25
+ status:
26
+ code: 200
27
+ message: OK
28
+ headers:
29
+ Date:
30
+ - Mon, 02 Dec 2013 20:22:18 GMT
31
+ Server:
32
+ - Apache
33
+ X-Powered-By:
34
+ - PHP/5.4.14
35
+ Expires:
36
+ - Mon, 02 Dec 2013 08:22:18 GMT
37
+ Cache-Control:
38
+ - no-store, no-cache, must-revalidate
39
+ - post-check=0, pre-check=0
40
+ X-Ratelimit-Limit:
41
+ - '7500'
42
+ X-Ratelimit-Remaining:
43
+ - '7471'
44
+ X-Ratelimit-Reset:
45
+ - '1386084993'
46
+ X-Featureratelimit-Limit:
47
+ - '100'
48
+ X-Featureratelimit-Remaining:
49
+ - '99'
50
+ X-Featureratelimit-Reset:
51
+ - '1386016038'
52
+ X-Ua-Compatible:
53
+ - IE=edge
54
+ X-Dns-Prefetch-Control:
55
+ - 'on'
56
+ Vary:
57
+ - Accept-Encoding
58
+ Content-Length:
59
+ - '12835'
60
+ Connection:
61
+ - close
62
+ Content-Type:
63
+ - application/json
64
+ body:
65
+ encoding: UTF-8
66
+ string: |
67
+ {"generated_in":"0.5441","stat":"ok","videos":{"on_this_page":"25","page":"1","perpage":"25","total":"145819","video":[{"allow_adds":"1","embed_privacy":"anywhere","id":"67741947","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Kynect 'education'","description":"animateme.me.uk\/blog\nfacebook.com\/jensandanna\nhttp:\/\/animateme.me.uk\/blog\/?page_id=1179 - behind the scenes \/ making of stuff\n\nDirection \/\/\/ Jens & Anna\nProd. Company \/\/\/ Picasso Pictures\nProducer \/\/\/ Richard Price\nCharacter Design \/\/\/ Emanuelle Walker\nBackground Design \/\/\/ Jens & Anna\nAnimators \/\/\/ Frankie Swan, Moira Fox, Carlos Da Faria, Linda Kalcov, Alex Smith, Jimeno Farfan, Simon Bancroft \nAdditional Backgrounds \/\/\/ Shelley Revill\n\nAgency \/\/\/ Doe Anderson\nCreatives \/\/\/ David Vawter, Mike Bagby\nAgency prod \/\/\/ Delane Wise","upload_date":"2013-06-05 12:39:35","modified_date":"2013-12-02 15:13:18","number_of_plays":"16593","number_of_likes":"911","number_of_comments":"39","width":"1280","height":"720","duration":"30","owner":{"display_name":"Jens & Anna","id":"644259","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/jensandanna","realname":"Jens & Anna","username":"jensandanna","videosurl":"http:\/\/vimeo.com\/jensandanna\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/408\/491\/4084915_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/408\/491\/4084915_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/408\/491\/4084915_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/408\/491\/4084915_300.jpg"}]}},"cast":{"member":[{"display_name":"Jens & Anna","id":"644259","role":"","username":"jensandanna"},{"display_name":"Frankie Swan","id":"3836525","role":"animator","username":"frankieswan"},{"display_name":"Picasso Pictures","id":"2818910","role":"prod. Company","username":"picassopictures"},{"display_name":"Emmanuelle Walker","id":"969376","role":"character design","username":"emmanuellewalker"},{"display_name":"Jimeno Farfan","id":"4300131","role":"animator","username":"jimeno"},{"display_name":"Carlos De Faria","id":"469544","role":"animator","username":"user469544"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/67741947"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/440\/661\/440661028_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/440\/661\/440661028_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/440\/661\/440661028_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/440\/661\/440661028_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"77456946","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Welcome to VIP Financial Education","description":"Enjoy, critique, and share\nFreeCashFlowEd.com","upload_date":"2013-10-21 19:39:01","modified_date":"2013-12-02 13:26:20","number_of_plays":"6723","number_of_likes":"505","number_of_comments":"0","width":"1280","height":"720","duration":"220","owner":{"display_name":"VIP Financial Education","id":"14990189","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/vipfinancialeducation","realname":"VIP Financial Education","username":"vipfinancialeducation","videosurl":"http:\/\/vimeo.com\/vipfinancialeducation\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_300.jpg"}]}},"cast":{"member":{"display_name":"VIP Financial Education","id":"14990189","role":"","username":"vipfinancialeducation"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/77456946"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/77456946"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/636\/452636893_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/636\/452636893_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/636\/452636893_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"76100895","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"100 Percent Debt Free for Life Including Real Estate (UPDATED) AMAAAZZZING!!","description":"SHARE FEEDBACK HERE:\nwww.DebtWeaponFeedbackForm.com \n\nThis is one of the single most extraordinary financial trainings ever brought to the public. Learn how to work differently with banks in order to eliminate all debts, including mortgages, in a fraction of the time. Prevent up to 80% of interest costs on any type of loan. \n\nThis training is totally free and will never involve any attempt to sell you something. Please share your feedback after the class so we can continue to improve our trainings. SHARE FEEDBACK HERE:\nwww.DebtWeaponFeedbackForm.com","upload_date":"2013-10-03 18:59:57","modified_date":"2013-12-02 14:13:08","number_of_plays":"21754","number_of_likes":"474","number_of_comments":"0","width":"640","height":"480","duration":"3538","owner":{"display_name":"VIP Financial Education","id":"14990189","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/vipfinancialeducation","realname":"VIP Financial Education","username":"vipfinancialeducation","videosurl":"http:\/\/vimeo.com\/vipfinancialeducation\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_300.jpg"}]}},"tags":{"tag":[{"author":"14990189","id":"132968650","normalized":"100percentdebtfree","url":"http:\/\/vimeo.com\/tag:100%25+Debt+Free","_content":"100% Debt Free"},{"author":"14990189","id":"132968651","normalized":"howtobedebtfree","url":"http:\/\/vimeo.com\/tag:how+to+be+debt+free","_content":"how to be debt free"},{"author":"14990189","id":"132968652","normalized":"debtfree","url":"http:\/\/vimeo.com\/tag:debt+free","_content":"debt free"},{"author":"14990189","id":"132968653","normalized":"debtfreedom","url":"http:\/\/vimeo.com\/tag:debt+freedom","_content":"debt freedom"},{"author":"14990189","id":"132968654","normalized":"debtelimination","url":"http:\/\/vimeo.com\/tag:debt+elimination","_content":"debt elimination"},{"author":"14990189","id":"132968655","normalized":"debtreduction","url":"http:\/\/vimeo.com\/tag:debt+reduction","_content":"debt reduction"},{"author":"14990189","id":"132968656","normalized":"interestrates","url":"http:\/\/vimeo.com\/tag:interest+rates","_content":"interest rates"},{"author":"14990189","id":"132968657","normalized":"realestate","url":"http:\/\/vimeo.com\/tag:real+estate","_content":"real estate"},{"author":"14990189","id":"132968658","normalized":"vipfinancialeducation","url":"http:\/\/vimeo.com\/tag:VIP+Financial+Education","_content":"VIP Financial Education"}]},"cast":{"member":{"display_name":"VIP Financial Education","id":"14990189","role":"","username":"vipfinancialeducation"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/76100895"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/76100895"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/450\/816\/450816916_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/450\/816\/450816916_200.jpg"},{"height":"480","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/450\/816\/450816916_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"70411376","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"DISCOVERY EDUCATION","description":"Client: Discovery\nArt direction \/ Design \/ Animation : Loubersanes Romain\nCreative manager : Claire Oldaker\nScript : Chris Armstrong","upload_date":"2013-07-16 10:38:15","modified_date":"2013-12-02 15:10:55","number_of_plays":"2992","number_of_likes":"423","number_of_comments":"30","width":"1280","height":"720","duration":"30","owner":{"display_name":"Romain Loubersanes","id":"1993903","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/romainloubersanes","realname":"Romain Loubersanes","username":"romainloubersanes","videosurl":"http:\/\/vimeo.com\/romainloubersanes\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/503\/603\/5036033_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/503\/603\/5036033_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/503\/603\/5036033_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/503\/603\/5036033_300.jpg"}]}},"tags":{"tag":[{"author":"1993903","id":"125677147","normalized":"motiondesign","url":"http:\/\/vimeo.com\/tag:motion+design","_content":"motion design"},{"author":"1993903","id":"125677148","normalized":"discovery","url":"http:\/\/vimeo.com\/tag:discovery","_content":"discovery"},{"author":"1993903","id":"125677149","normalized":"discoveryeducation","url":"http:\/\/vimeo.com\/tag:discovery+education","_content":"discovery education"},{"author":"1993903","id":"125677150","normalized":"animation","url":"http:\/\/vimeo.com\/tag:animation","_content":"animation"},{"author":"1993903","id":"125677151","normalized":"aftereffect","url":"http:\/\/vimeo.com\/tag:after+effect","_content":"after effect"},{"author":"1993903","id":"125677154","normalized":"motiongraphic","url":"http:\/\/vimeo.com\/tag:motion+graphic","_content":"motion graphic"},{"author":"1993903","id":"125677156","normalized":"romainloubersanes","url":"http:\/\/vimeo.com\/tag:romain+loubersanes","_content":"romain loubersanes"}]},"cast":{"member":{"display_name":"Romain Loubersanes","id":"1993903","role":"Direction & Animation","username":"romainloubersanes"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/70411376"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/70411376"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/443\/631\/443631313_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/443\/631\/443631313_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/443\/631\/443631313_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/443\/631\/443631313_1280.jpg"}]}},{"allow_adds":"0","embed_privacy":"anywhere","id":"33173853","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"The Purity Myth Trailer","description":"Produced & Distributed by the Media Education Foundation\nFeaturing Jessica Valenti\n\nIn this video adaptation of her bestselling book, pioneering feminist blogger Jessica Valenti trains her sights on \"the virginity movement\" -- an unholy alliance of evangelical Christians, right-wing politicians, and conservative policy intellectuals who have been exploiting irrational fears about women's sexuality to roll back women's rights. From dad-and-daughter \"purity balls,\" taxpayer-funded abstinence-only curricula, and political attacks on Planned Parenthood, to recent attempts by legislators to de-fund women's reproductive health care and narrow the legal definition of rape, Valenti identifies a single, unifying assumption: the myth that the worth of a woman depends on what she does -- or does not do -- sexually. In the end, Valenti argues that the health and well-being of women are too important to be left to ideologues bent on vilifying feminism and undermining women's autonomy.","upload_date":"2011-12-05 14:12:15","modified_date":"2013-12-02 15:20:06","number_of_likes":"421","number_of_comments":"8","width":"1280","height":"720","duration":"217","owner":{"display_name":"Media Education Foundation","id":"4792389","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user4792389","realname":"Media Education Foundation","username":"user4792389","videosurl":"http:\/\/vimeo.com\/user4792389\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/132\/188\/1321883_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/132\/188\/1321883_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/132\/188\/1321883_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/132\/188\/1321883_300.jpg"}]}},"tags":{"tag":[{"author":"4792389","id":"72641833","normalized":"women","url":"http:\/\/vimeo.com\/tag:women","_content":"women"},{"author":"4792389","id":"72641834","normalized":"girls","url":"http:\/\/vimeo.com\/tag:girls","_content":"girls"},{"author":"4792389","id":"72641835","normalized":"abstinence","url":"http:\/\/vimeo.com\/tag:abstinence","_content":"abstinence"},{"author":"4792389","id":"72641836","normalized":"purityballs","url":"http:\/\/vimeo.com\/tag:purity+balls","_content":"purity balls"},{"author":"4792389","id":"72641837","normalized":"jessicavalenti","url":"http:\/\/vimeo.com\/tag:Jessica+Valenti","_content":"Jessica Valenti"},{"author":"4792389","id":"72641838","normalized":"contraception","url":"http:\/\/vimeo.com\/tag:contraception","_content":"contraception"},{"author":"4792389","id":"72641839","normalized":"planb","url":"http:\/\/vimeo.com\/tag:Plan+B","_content":"Plan B"},{"author":"4792389","id":"72641840","normalized":"sexuality","url":"http:\/\/vimeo.com\/tag:sexuality","_content":"sexuality"},{"author":"4792389","id":"72641841","normalized":"rape","url":"http:\/\/vimeo.com\/tag:rape","_content":"rape"},{"author":"4792389","id":"72641842","normalized":"reprodutivehealth","url":"http:\/\/vimeo.com\/tag:reprodutive+health","_content":"reprodutive health"}]},"cast":{"member":{"display_name":"Media Education Foundation","id":"4792389","role":"","username":"user4792389"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/33173853"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/33173853"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/224\/965\/224965973_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/224\/965\/224965973_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/224\/965\/224965973_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"approved","id":"43717783","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Education ~ 15 June 2012","description":"Nandana SGS MMS 16\n\nAudio Albums available at:\nitunes.apple.com\/us\/artist\/sri-ganapati-sachchidananda\/id418448608\n&\nflipkart.com\/mp3-downloads\/albums\/contributor-sri-ganapathy-sachchidananda-swamiji-cond9szgsveputpr","upload_date":"2012-06-09 04:17:05","modified_date":"2013-11-30 04:09:20","number_of_plays":"168210","number_of_likes":"1286","number_of_comments":"171","width":"1280","height":"720","duration":"100","owner":{"display_name":"Puttu Gam","id":"5750138","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/puttugam","realname":"Puttu Gam","username":"puttugam","videosurl":"http:\/\/vimeo.com\/puttugam\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/260\/002\/2600027_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/260\/002\/2600027_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/260\/002\/2600027_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/260\/002\/2600027_300.jpg"}]}},"cast":{"member":{"display_name":"Puttu Gam","id":"5750138","role":"","username":"puttugam"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/43717783"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/43717783"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/303\/570\/303570970_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/303\/570\/303570970_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/303\/570\/303570970_640.jpg"}]}},{"allow_adds":"0","embed_privacy":"anywhere","id":"33938841","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"Biophilia Educational Program in Iceland 2011","description":"\"Here you can explore spatial and structural similarities in crystals and music, hear how viruses behave like generative music, see how the full moon governs the tide which then rations water into a music sequencer, there is a simon says method in learning differences in scales, DNA multiplying shows us how time signature and speed changes songs, an algorithm of gravity pulls a pendulum into natural counterpoint and the tectonic plates rub against each other and behave like chords.\" (Bj\u00f6rk)\n\nDocumented by Christian Elgaard\nEdited by Curver","upload_date":"2011-12-19 18:36:19","modified_date":"2013-12-02 13:06:44","number_of_plays":"31513","number_of_likes":"239","number_of_comments":"0","width":"640","height":"360","duration":"197","owner":{"display_name":"Biophilia Educational Program","id":"9705162","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user9705162","realname":"Biophilia Educational Program","username":"user9705162","videosurl":"http:\/\/vimeo.com\/user9705162\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/297\/185\/2971854_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/297\/185\/2971854_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/297\/185\/2971854_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/297\/185\/2971854_300.jpg"}]}},"cast":{"member":{"display_name":"Biophilia Educational Program","id":"9705162","role":"","username":"user9705162"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/33938841"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/33938841"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/230\/742\/230742223_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/230\/742\/230742223_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/230\/742\/230742223_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"74425713","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"Debt Weapons Uncovered","description":"Learn about the ever changing and powerful VIP Financial Education Debt Weapons and how they can be used by nearly anyone for little to no money, to rapidly accelerate most financial goals.","upload_date":"2013-09-12 20:19:59","modified_date":"2013-12-02 13:11:05","number_of_plays":"6222","number_of_likes":"246","number_of_comments":"0","width":"640","height":"480","duration":"549","owner":{"display_name":"VIP Financial Education","id":"14990189","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/vipfinancialeducation","realname":"VIP Financial Education","username":"vipfinancialeducation","videosurl":"http:\/\/vimeo.com\/vipfinancialeducation\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_300.jpg"}]}},"cast":{"member":{"display_name":"VIP Financial Education","id":"14990189","role":"","username":"vipfinancialeducation"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/74425713"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/74425713"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/448\/783\/448783652_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/448\/783\/448783652_200.jpg"},{"height":"480","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/448\/783\/448783652_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"74073446","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"How to Eliminate ALL Non Mortgage and Business Debts Fast","description":"Whether you have $5,000 in debts or $150,000 these techniques can help you eliminate the interest on those debts and live a debt free life in a fraction of the original time. The best part is, it rarely requires a cutback in lifestyle.","upload_date":"2013-09-08 19:33:48","modified_date":"2013-12-02 13:15:57","number_of_plays":"11359","number_of_likes":"256","number_of_comments":"0","width":"640","height":"480","duration":"928","owner":{"display_name":"VIP Financial Education","id":"14990189","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/vipfinancialeducation","realname":"VIP Financial Education","username":"vipfinancialeducation","videosurl":"http:\/\/vimeo.com\/vipfinancialeducation\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_300.jpg"}]}},"cast":{"member":{"display_name":"VIP Financial Education","id":"14990189","role":"","username":"vipfinancialeducation"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/74073446"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/74073446"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/448\/784\/448784627_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/448\/784\/448784627_200.jpg"},{"height":"480","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/448\/784\/448784627_640.jpg"}]}},{"allow_adds":"0","embed_privacy":"anywhere","id":"73283912","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"How to Own Real Estate with NO Mortgages","description":"","upload_date":"2013-08-28 02:58:09","modified_date":"2013-12-02 12:07:45","number_of_plays":"12512","number_of_likes":"253","number_of_comments":"0","width":"640","height":"480","duration":"914","owner":{"display_name":"VIP Financial Education","id":"14990189","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/vipfinancialeducation","realname":"VIP Financial Education","username":"vipfinancialeducation","videosurl":"http:\/\/vimeo.com\/vipfinancialeducation\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/456\/794\/4567944_300.jpg"}]}},"cast":{"member":{"display_name":"VIP Financial Education","id":"14990189","role":"","username":"vipfinancialeducation"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/73283912"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/73283912"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/447\/334\/447334048_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/447\/334\/447334048_200.jpg"},{"height":"480","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/447\/334\/447334048_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"54303086","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Dalai Lama Centre \/\/ Educate the Heart","description":"Client: The Dalai Lama Centre\nAgency: Giant Ant\nProduction: Giant Ant\nMusic: Giant Ant\nVoice Over Performed by: Shane Koyczan","upload_date":"2012-11-26 12:30:53","modified_date":"2013-12-02 15:10:54","number_of_plays":"132462","number_of_likes":"3397","number_of_comments":"61","width":"1280","height":"720","duration":"128","owner":{"display_name":"Giant Ant","id":"578072","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/giantant","realname":"Giant Ant","username":"giantant","videosurl":"http:\/\/vimeo.com\/giantant\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/662\/631\/6626315_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/662\/631\/6626315_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/662\/631\/6626315_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/662\/631\/6626315_300.jpg"}]}},"tags":{"tag":[{"author":"578072","id":"107143244","normalized":"dalailama","url":"http:\/\/vimeo.com\/tag:dalai+lama","_content":"dalai lama"},{"author":"578072","id":"107143245","normalized":"education","url":"http:\/\/vimeo.com\/tag:education","_content":"education"},{"author":"578072","id":"107143246","normalized":"educatetheheart","url":"http:\/\/vimeo.com\/tag:educate+the+heart","_content":"educate the heart"},{"author":"578072","id":"107143247","normalized":"schools","url":"http:\/\/vimeo.com\/tag:schools","_content":"schools"},{"author":"578072","id":"107143266","normalized":"curiculum","url":"http:\/\/vimeo.com\/tag:curiculum","_content":"curiculum"}]},"cast":{"member":[{"display_name":"Giant Ant","id":"578072","role":"","username":"giantant"},{"display_name":"Sander van Dijk","id":"570589","role":"","username":"sander"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/54303086"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/54303086"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/375\/424\/375424285_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/375\/424\/375424285_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/375\/424\/375424285_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/375\/424\/375424285_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"36715604","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"A Classic Education - Forever Boy (Official Video)","description":"A CLASSIC EDUCATION - FOREVER BOY \nfrom \"Call It Blazing\" \nout on Lefse\/La Tempesta\/Tannen\/Moor Works\nwww.aclassiceducation.com\n\nFILMED & DIRECTED BY OPIFICIO CICLOPE: http:\/\/www.opificiociclope.com\/\n\nStarring \n- Giovanni Collina\n- A Classic Education\n- Gang (Erika Belluzzi, Luigi Jj Stigliano, Elena Belluzzi, Sara Marcato, Germana Bargoni, Giorgia Mandriani)","upload_date":"2012-02-13 14:27:05","modified_date":"2013-12-02 11:44:14","number_of_plays":"15375","number_of_likes":"123","number_of_comments":"8","width":"640","height":"352","duration":"248","owner":{"display_name":"A Classic Education","id":"1408366","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/aclassicedu","realname":"A Classic Education","username":"aclassicedu","videosurl":"http:\/\/vimeo.com\/aclassicedu\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/230\/802\/2308028_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/230\/802\/2308028_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/230\/802\/2308028_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/230\/802\/2308028_300.jpg"}]}},"tags":{"tag":[{"author":"1408366","id":"79601293","normalized":"aclassiceducation","url":"http:\/\/vimeo.com\/tag:a+classic+education","_content":"a classic education"},{"author":"1408366","id":"79601294","normalized":"foreverboy","url":"http:\/\/vimeo.com\/tag:forever+boy","_content":"forever boy"},{"author":"1408366","id":"79601295","normalized":"lefse","url":"http:\/\/vimeo.com\/tag:lefse","_content":"lefse"},{"author":"1408366","id":"79601296","normalized":"latempestainternational","url":"http:\/\/vimeo.com\/tag:la+tempesta+international","_content":"la tempesta international"},{"author":"1408366","id":"79601297","normalized":"tannen","url":"http:\/\/vimeo.com\/tag:tannen","_content":"tannen"},{"author":"1408366","id":"79601298","normalized":"records","url":"http:\/\/vimeo.com\/tag:records","_content":"records"},{"author":"1408366","id":"79601299","normalized":"moorworks","url":"http:\/\/vimeo.com\/tag:moor+works","_content":"moor works"},{"author":"1408366","id":"79601300","normalized":"opificiociclope","url":"http:\/\/vimeo.com\/tag:opificio+ciclope","_content":"opificio ciclope"},{"author":"1408366","id":"79601301","normalized":"gang","url":"http:\/\/vimeo.com\/tag:gang","_content":"gang"},{"author":"1408366","id":"79601302","normalized":"bikers","url":"http:\/\/vimeo.com\/tag:bikers","_content":"bikers"},{"author":"1408366","id":"79601303","normalized":"polesine","url":"http:\/\/vimeo.com\/tag:polesine","_content":"polesine"},{"author":"1408366","id":"79601304","normalized":"bologna","url":"http:\/\/vimeo.com\/tag:bologna","_content":"bologna"},{"author":"1408366","id":"79601305","normalized":"callitblazing","url":"http:\/\/vimeo.com\/tag:call+it+blazing","_content":"call it blazing"},{"author":"1408366","id":"79605724","normalized":"official","url":"http:\/\/vimeo.com\/tag:official","_content":"official"},{"author":"1408366","id":"79605725","normalized":"video","url":"http:\/\/vimeo.com\/tag:video","_content":"video"},{"author":"1408366","id":"79608594","normalized":"motorcycle","url":"http:\/\/vimeo.com\/tag:motorcycle","_content":"motorcycle"},{"author":"1408366","id":"79608595","normalized":"hut","url":"http:\/\/vimeo.com\/tag:hut","_content":"hut"},{"author":"1408366","id":"79608596","normalized":"valli","url":"http:\/\/vimeo.com\/tag:valli","_content":"valli"},{"author":"1408366","id":"79608597","normalized":"comacchio","url":"http:\/\/vimeo.com\/tag:comacchio","_content":"comacchio"}]},"cast":{"member":{"display_name":"A Classic Education","id":"1408366","role":"","username":"aclassicedu"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/36715604"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/36715604"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/251\/965\/251965391_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/251\/965\/251965391_200.jpg"},{"height":"352","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/251\/965\/251965391_640.jpg"}]}},{"allow_adds":"0","embed_privacy":"anywhere","id":"68735668","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Facebook for Educators","description":"https:\/\/www.facebook.com\/education\n\nProducer\/ Director\/ DP\/ Camera OP Philip Bloom\nCamera Operator Philip Bloom\/ Sarah Estela\nEditors Sarah Estela & Philip Bloom\nAssistants: Jack Daniel Mills & Yannick Hausler\n\nMusic: The Music Bed\n\n\"Into The Space\" by Young Oceans\n\nShot on Canon C300 and Canon 1DC\n\nBlog post here: http:\/\/wp.me\/s3ggTR-facebook","upload_date":"2013-06-19 19:03:42","modified_date":"2013-12-02 15:13:02","number_of_plays":"23022","number_of_likes":"292","number_of_comments":"40","width":"1920","height":"1080","duration":"273","owner":{"display_name":"Philip Bloom","id":"366636","is_plus":"0","is_pro":"1","is_staff":"0","profileurl":"http:\/\/vimeo.com\/philipbloom","realname":"Philip Bloom","username":"philipbloom","videosurl":"http:\/\/vimeo.com\/philipbloom\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/611\/240\/6112405_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/611\/240\/6112405_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/611\/240\/6112405_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/611\/240\/6112405_300.jpg"}]}},"tags":{"tag":[{"author":"366636","id":"123884734","normalized":"facebook","url":"http:\/\/vimeo.com\/tag:Facebook","_content":"Facebook"},{"author":"366636","id":"123884735","normalized":"philipbloom","url":"http:\/\/vimeo.com\/tag:Philip+Bloom","_content":"Philip Bloom"},{"author":"366636","id":"123884736","normalized":"c300","url":"http:\/\/vimeo.com\/tag:C300","_content":"C300"},{"author":"366636","id":"123884737","normalized":"education","url":"http:\/\/vimeo.com\/tag:Education","_content":"Education"}]},"cast":{"member":[{"display_name":"Philip Bloom","id":"366636","role":"Producer, Director, DP, Camera Op, Co-Editor","username":"philipbloom"},{"display_name":"Sarah Estela","id":"546098","role":"Camera Op\/ Co-edior","username":"user546098"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/68735668"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/68735668"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/019\/452019812_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/019\/452019812_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/019\/452019812_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"51356676","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"The Office of the UN Special Envoy for Global Education: A World at School","description":"","upload_date":"2012-10-13 14:41:02","modified_date":"2013-12-02 11:08:42","number_of_plays":"29887","number_of_likes":"46","number_of_comments":"4","width":"640","height":"360","duration":"263","owner":{"display_name":"Education Envoy","id":"13641116","is_plus":"0","is_pro":"1","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user13641116","realname":"Education Envoy","username":"user13641116","videosurl":"http:\/\/vimeo.com\/user13641116\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/www.gravatar.com\/avatar\/a6dab104ef6f12e3d6b9248651276716?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_30_gray.png&s=30"},{"height":"75","width":"75","_content":"http:\/\/www.gravatar.com\/avatar\/a6dab104ef6f12e3d6b9248651276716?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_75_gray.png&s=75"},{"height":"100","width":"100","_content":"http:\/\/www.gravatar.com\/avatar\/a6dab104ef6f12e3d6b9248651276716?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_100_gray.png&s=100"},{"height":"300","width":"300","_content":"http:\/\/www.gravatar.com\/avatar\/a6dab104ef6f12e3d6b9248651276716?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_300_gray.png&s=300"}]}},"cast":{"member":{"display_name":"Education Envoy","id":"13641116","role":"","username":"user13641116"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/51356676"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/355\/010\/355010776_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/355\/010\/355010776_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/355\/010\/355010776_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"2363584","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Voleurz Outdoor Education","description":"\"Voleurz Outdoor Education\" is a full-length action sports film brought to you for free by the Voleurz family. Featuring skiing, snowboarding and skateboarding filmed on the westcoast of Canada. For more information please visit www.Voleurz.com\n\nSponsors\nWhistler Blackcomb, Coors Light, Newschoolers\n\nAthletes\nJosh Bibby, Justin Dorey, Braden Dean, Corey Klim, Riley Leboe, Shayne Zwickel, Josh Stack, Justin VDP, Joe Schuster, Warren Williams, Andrew Jackson, Matt Margetts, Jeff Boake, Cam Schuster, Jesmond Dubeau, Tristan Jeswiet, Jan Schuster, TJ Schiller, Robbie Beaton & Friends of Voleurz\n\nProduced & Directed by\nDarren Rayner & The Voleurz Family","upload_date":"2008-11-27 12:42:21","modified_date":"2013-12-02 14:11:12","number_of_plays":"45148","number_of_likes":"300","number_of_comments":"43","width":"1280","height":"720","duration":"1919","owner":{"display_name":"Voleurz","id":"623672","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/voleurz","realname":"Voleurz","username":"voleurz","videosurl":"http:\/\/vimeo.com\/voleurz\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/113\/618\/1136180_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/113\/618\/1136180_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/113\/618\/1136180_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/113\/618\/1136180_300.jpg"}]}},"tags":{"tag":[{"author":"623672","id":"5368743","normalized":"voleurz","url":"http:\/\/vimeo.com\/tag:Voleurz","_content":"Voleurz"},{"author":"623672","id":"5368744","normalized":"ski","url":"http:\/\/vimeo.com\/tag:Ski","_content":"Ski"},{"author":"623672","id":"5368745","normalized":"snowboard","url":"http:\/\/vimeo.com\/tag:Snowboard","_content":"Snowboard"},{"author":"623672","id":"5368746","normalized":"skateboard","url":"http:\/\/vimeo.com\/tag:Skateboard","_content":"Skateboard"},{"author":"623672","id":"5368747","normalized":"extreme","url":"http:\/\/vimeo.com\/tag:Extreme","_content":"Extreme"},{"author":"623672","id":"5368748","normalized":"sports","url":"http:\/\/vimeo.com\/tag:Sports","_content":"Sports"},{"author":"623672","id":"5368752","normalized":"outdoor","url":"http:\/\/vimeo.com\/tag:Outdoor","_content":"Outdoor"},{"author":"623672","id":"5368754","normalized":"education","url":"http:\/\/vimeo.com\/tag:Education","_content":"Education"},{"author":"623672","id":"5368829","normalized":"clothing","url":"http:\/\/vimeo.com\/tag:Clothing","_content":"Clothing"},{"author":"623672","id":"5368830","normalized":"outdooreducation","url":"http:\/\/vimeo.com\/tag:Outdoor+Education","_content":"Outdoor Education"},{"author":"623672","id":"5368831","normalized":"apparel","url":"http:\/\/vimeo.com\/tag:Apparel","_content":"Apparel"},{"author":"623672","id":"5368832","normalized":"whistler","url":"http:\/\/vimeo.com\/tag:Whistler","_content":"Whistler"},{"author":"623672","id":"5368833","normalized":"blackcomb","url":"http:\/\/vimeo.com\/tag:Blackcomb","_content":"Blackcomb"},{"author":"623672","id":"5368834","normalized":"vancouver","url":"http:\/\/vimeo.com\/tag:Vancouver","_content":"Vancouver"},{"author":"623672","id":"5368835","normalized":"canada","url":"http:\/\/vimeo.com\/tag:Canada","_content":"Canada"},{"author":"623672","id":"5368837","normalized":"newschoolers","url":"http:\/\/vimeo.com\/tag:Newschoolers","_content":"Newschoolers"},{"author":"623672","id":"5368840","normalized":"coorslight","url":"http:\/\/vimeo.com\/tag:Coors+Light","_content":"Coors Light"},{"author":"623672","id":"5368852","normalized":"tjschiller","url":"http:\/\/vimeo.com\/tag:TJ+Schiller","_content":"TJ Schiller"},{"author":"623672","id":"5368853","normalized":"joshbibby","url":"http:\/\/vimeo.com\/tag:Josh+Bibby","_content":"Josh Bibby"},{"author":"623672","id":"12850466","normalized":"darrenrayner","url":"http:\/\/vimeo.com\/tag:darren+rayner","_content":"darren rayner"}]},"cast":{"member":{"display_name":"Voleurz","id":"623672","role":"Producer","username":"voleurz"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/2363584"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/2363584"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/130\/623\/130623974_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/130\/623\/130623974_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/130\/623\/130623974_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/130\/623\/130623974_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"22570825","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Why Design Thinking?","description":"","upload_date":"2011-04-18 15:12:58","modified_date":"2013-12-02 13:29:47","number_of_plays":"34733","number_of_likes":"124","number_of_comments":"6","width":"1280","height":"720","duration":"182","owner":{"display_name":"Design Thinking for Educators","id":"6721280","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/dtfe","realname":"Design Thinking for Educators","username":"dtfe","videosurl":"http:\/\/vimeo.com\/dtfe\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/190\/326\/1903260_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/190\/326\/1903260_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/190\/326\/1903260_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/190\/326\/1903260_300.jpg"}]}},"cast":{"member":{"display_name":"Design Thinking for Educators","id":"6721280","role":"","username":"dtfe"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/22570825"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/22570825"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/169\/455\/169455535_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/169\/455\/169455535_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/169\/455\/169455535_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/169\/455\/169455535_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"32918039","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"Educate Our State PSA","description":"Design + Animation | Elastic \n\nArt Director | Lisha Tan\n\nDesigns | Leanne Dare + Brian Gosset \n\nAnimation | Alan Chen + Steven Do\n\nComposer | Rama Kolesnikow\n\nMix | Nick Bozzone, POP Sound","upload_date":"2011-11-30 12:25:43","modified_date":"2013-12-02 11:22:45","number_of_plays":"9198","number_of_likes":"352","number_of_comments":"15","width":"640","height":"360","duration":"81","owner":{"display_name":"Elastic","id":"1675975","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/elastic","realname":"Elastic","username":"elastic","videosurl":"http:\/\/vimeo.com\/elastic\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/975\/975170_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/975\/975170_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/975\/975170_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/975\/975170_300.jpg"}]}},"cast":{"member":{"display_name":"Elastic","id":"1675975","role":"","username":"elastic"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/32918039"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/32918039"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/223\/042\/223042342_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/223\/042\/223042342_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/223\/042\/223042342_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"77492048","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"MOOC Fellowship - The Future Of Storytelling","description":"Because Youtube is banned in Pakistan we uploaded the videos once more to Vimeo. Talk about \"things you tend to forget when planning a MOOC\"\n\nThe MOOC is real, thanks to your votes! :)\nhttps:\/\/iversity.org\/courses\/the-future-of-storytelling\nEnroll to explore the future of storytelling together.\n\nSee the new preview trailer here:\nhttps:\/\/vimeo.com\/77241097\n\nFollow us on Twitter and Facebook for more updates\n@crossmedienne\n@julianvandieken\nhttps:\/\/www.facebook.com\/TheFutureOfStorytellingMooc\n\nTeam:\nUniversity Of Applied Sciences Potsdam | Fachhochschule Potsdam\nProf. Winfried Gerling\nProf. Constanze Langer\nChristina Maria Schollerer - www.crossmedienne.com\nJulian van Dieken - www.vandieken.com\nBernadette Klausberger\nand a whole list of supporters (see the end of the video)\n\nThis video is the application for the MOOC Production Fellowship of \"iversity\" and \"Stifterverband f\u00fcr die Deutsche Wissenschaft\" - which can be found here: https:\/\/moocfellowship.org\/\n\nMusic: Brad Sucks - Dropping out of School","upload_date":"2013-10-22 07:31:12","modified_date":"2013-12-02 15:18:51","number_of_plays":"2402","number_of_likes":"31","number_of_comments":"0","width":"1280","height":"720","duration":"171","owner":{"display_name":"Julian van Dieken","id":"6474091","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/julianvandieken","realname":"Julian van Dieken","username":"julianvandieken","videosurl":"http:\/\/vimeo.com\/julianvandieken\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/606\/598\/6065985_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/606\/598\/6065985_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/606\/598\/6065985_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/606\/598\/6065985_300.jpg"}]}},"tags":{"tag":[{"author":"6474091","id":"134609045","normalized":"education","url":"http:\/\/vimeo.com\/tag:education","_content":"education"}]},"cast":{"member":{"display_name":"Julian van Dieken","id":"6474091","role":"","username":"julianvandieken"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/77492048"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/77492048"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/719\/452719337_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/719\/452719337_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/719\/452719337_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/452\/719\/452719337_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"53166149","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Malala Day","description":"","upload_date":"2012-11-09 11:54:18","modified_date":"2013-12-02 15:19:51","number_of_plays":"17196","number_of_likes":"39","number_of_comments":"5","width":"1280","height":"720","duration":"215","owner":{"display_name":"Education Envoy","id":"13641116","is_plus":"0","is_pro":"1","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user13641116","realname":"Education Envoy","username":"user13641116","videosurl":"http:\/\/vimeo.com\/user13641116\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/www.gravatar.com\/avatar\/a6dab104ef6f12e3d6b9248651276716?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_30_gray.png&s=30"},{"height":"75","width":"75","_content":"http:\/\/www.gravatar.com\/avatar\/a6dab104ef6f12e3d6b9248651276716?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_75_gray.png&s=75"},{"height":"100","width":"100","_content":"http:\/\/www.gravatar.com\/avatar\/a6dab104ef6f12e3d6b9248651276716?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_100_gray.png&s=100"},{"height":"300","width":"300","_content":"http:\/\/www.gravatar.com\/avatar\/a6dab104ef6f12e3d6b9248651276716?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_300_gray.png&s=300"}]}},"cast":{"member":{"display_name":"Education Envoy","id":"13641116","role":"","username":"user13641116"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/53166149"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/367\/080\/367080467_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/367\/080\/367080467_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/367\/080\/367080467_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/367\/080\/367080467_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"14364946","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"A Classic Education - \"Gone To Sea\"","description":"http:\/\/www.myspace.com\/aclassiceducation\n-more infos about the video : http:\/\/ow.ly\/3hp0I","upload_date":"2010-08-23 12:54:33","modified_date":"2013-12-02 13:09:51","number_of_plays":"24628","number_of_likes":"209","number_of_comments":"6","width":"640","height":"272","duration":"173","owner":{"display_name":"Jamie Harley","id":"2751243","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user2751243","realname":"Jamie Harley","username":"user2751243","videosurl":"http:\/\/vimeo.com\/user2751243\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/332\/332048_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/332\/332048_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/332\/332048_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/332\/332048_300.jpg"}]}},"tags":{"tag":[{"author":"2751243","id":"44415134","normalized":"aclassiceducation","url":"http:\/\/vimeo.com\/tag:A+Classic+Education","_content":"A Classic Education"},{"author":"2751243","id":"44415135","normalized":"jamieharley","url":"http:\/\/vimeo.com\/tag:Jamie+Harley","_content":"Jamie Harley"}]},"cast":{"member":[{"display_name":"Jamie Harley","id":"2751243","role":"","username":"user2751243"},{"display_name":"A Classic Education","id":"1408366","role":"","username":"aclassicedu"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/14364946"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/14364946"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/841\/710\/84171092_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/841\/710\/84171092_200.jpg"},{"height":"272","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/841\/710\/84171092_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"16747575","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"Similes and Metaphors in Pop Culture","description":"Mr. Wasko presents Similes and Metaphors in Pop Culture","upload_date":"2010-11-11 17:43:50","modified_date":"2013-12-02 15:09:59","number_of_plays":"13227","number_of_likes":"30","number_of_comments":"5","width":"640","height":"360","duration":"472","owner":{"display_name":"Mr. Wasko","id":"5202666","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/mrwasko","realname":"Mr. Wasko","username":"mrwasko","videosurl":"http:\/\/vimeo.com\/mrwasko\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/496\/388\/4963881_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/496\/388\/4963881_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/496\/388\/4963881_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/496\/388\/4963881_300.jpg"}]}},"tags":{"tag":[{"author":"5202666","id":"39125637","normalized":"education","url":"http:\/\/vimeo.com\/tag:education","_content":"education"}]},"cast":{"member":{"display_name":"Mr. Wasko","id":"5202666","role":"","username":"mrwasko"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/16747575"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/103\/046\/103046637_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/103\/046\/103046637_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/103\/046\/103046637_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"22209827","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"Nuclear engineer Arnie Gundersen demonstrates how Fukushima's fuel rods melted and shattered","description":"","upload_date":"2011-04-10 17:55:52","modified_date":"2013-12-01 16:15:26","number_of_plays":"81892","number_of_likes":"84","number_of_comments":"12","width":"640","height":"360","duration":"273","owner":{"display_name":"Fairewinds Energy Education","id":"6415562","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user6415562","realname":"Fairewinds Energy Education","username":"user6415562","videosurl":"http:\/\/vimeo.com\/user6415562\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/623\/186\/6231862_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/623\/186\/6231862_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/623\/186\/6231862_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/623\/186\/6231862_300.jpg"}]}},"tags":{"tag":[{"author":"6415562","id":"50686816","normalized":"fukushima","url":"http:\/\/vimeo.com\/tag:Fukushima","_content":"Fukushima"},{"author":"6415562","id":"50686817","normalized":"fuel","url":"http:\/\/vimeo.com\/tag:fuel","_content":"fuel"},{"author":"6415562","id":"50686818","normalized":"rods","url":"http:\/\/vimeo.com\/tag:rods","_content":"rods"},{"author":"6415562","id":"50686819","normalized":"melted","url":"http:\/\/vimeo.com\/tag:melted","_content":"melted"},{"author":"6415562","id":"50686820","normalized":"shattered","url":"http:\/\/vimeo.com\/tag:shattered","_content":"shattered"},{"author":"6415562","id":"50686821","normalized":"gunderse","url":"http:\/\/vimeo.com\/tag:gunderse","_content":"gunderse"},{"author":"6415562","id":"50686822","normalized":"fairewinds","url":"http:\/\/vimeo.com\/tag:fairewinds","_content":"fairewinds"},{"author":"6415562","id":"50686823","normalized":"tepco","url":"http:\/\/vimeo.com\/tag:tepco","_content":"tepco"}]},"cast":{"member":{"display_name":"Fairewinds Energy Education","id":"6415562","role":"","username":"user6415562"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/22209827"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/22209827"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/280\/873\/280873208_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/280\/873\/280873208_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/280\/873\/280873208_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"58069426","is_hd":"0","is_transcoding":"0","license":"by-nc-nd","privacy":"anybody","title":"Sir Ken Robinson: Building a Culture of Innovation","description":"http:\/\/www.educationrevolution.org - Sir Ken Robinson delivers a brand new, insightful and entertaining talk to educators at the 9th Annual AERO Conference, \"Finding the Catalyst for the Education Revolution.\" \n\n-\nJoin educators, parents, and organizers who think outside the box at http:\/\/www.educationrevolution.org\n\nCome to the 10th annual AERO Conference: May 23-26, near New York City! Find out more at http:\/\/www.educationrevolution.org","upload_date":"2013-01-23 21:20:10","modified_date":"2013-12-02 13:16:25","number_of_plays":"12235","number_of_likes":"62","number_of_comments":"4","width":"640","height":"480","duration":"1370","owner":{"display_name":"AERO - Education Revolution","id":"14985046","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user14985046","realname":"AERO - Education Revolution","username":"user14985046","videosurl":"http:\/\/vimeo.com\/user14985046\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/468\/961\/4689615_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/468\/961\/4689615_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/468\/961\/4689615_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/468\/961\/4689615_300.jpg"}]}},"tags":{"tag":[{"author":"14985046","id":"110161483","normalized":"kenrobinson","url":"http:\/\/vimeo.com\/tag:ken+robinson","_content":"ken robinson"},{"author":"14985046","id":"110161484","normalized":"sirken","url":"http:\/\/vimeo.com\/tag:sir+ken","_content":"sir ken"},{"author":"14985046","id":"110161485","normalized":"sirkenrobinson","url":"http:\/\/vimeo.com\/tag:sir+ken+robinson","_content":"sir ken robinson"},{"author":"14985046","id":"110161486","normalized":"creativity","url":"http:\/\/vimeo.com\/tag:creativity","_content":"creativity"},{"author":"14985046","id":"110161487","normalized":"alternativeeducation","url":"http:\/\/vimeo.com\/tag:alternative+education","_content":"alternative education"},{"author":"14985046","id":"110161488","normalized":"alternativeschools","url":"http:\/\/vimeo.com\/tag:alternative+schools","_content":"alternative schools"},{"author":"14985046","id":"110161489","normalized":"educationalalternatives","url":"http:\/\/vimeo.com\/tag:educational+alternatives","_content":"educational alternatives"},{"author":"14985046","id":"110161490","normalized":"democraticeducation","url":"http:\/\/vimeo.com\/tag:democratic++education","_content":"democratic education"},{"author":"14985046","id":"110161491","normalized":"democraticschools","url":"http:\/\/vimeo.com\/tag:democratic+schools","_content":"democratic schools"},{"author":"14985046","id":"110161492","normalized":"nochildleftbehind","url":"http:\/\/vimeo.com\/tag:no+child+left+behind","_content":"no child left behind"},{"author":"14985046","id":"110161493","normalized":"innovation","url":"http:\/\/vimeo.com\/tag:innovation","_content":"innovation"},{"author":"14985046","id":"110161494","normalized":"aeroconference","url":"http:\/\/vimeo.com\/tag:aero+conference","_content":"aero conference"},{"author":"14985046","id":"110161495","normalized":"idec","url":"http:\/\/vimeo.com\/tag:idec","_content":"idec"},{"author":"14985046","id":"110161496","normalized":"jerrymintz","url":"http:\/\/vimeo.com\/tag:jerry+mintz","_content":"jerry mintz"},{"author":"14985046","id":"110161497","normalized":"tedtalks","url":"http:\/\/vimeo.com\/tag:ted+talks","_content":"ted talks"},{"author":"14985046","id":"110161498","normalized":"educationreform","url":"http:\/\/vimeo.com\/tag:education+reform","_content":"education reform"},{"author":"14985046","id":"110161499","normalized":"outsidethebox","url":"http:\/\/vimeo.com\/tag:outside+the+box","_content":"outside the box"},{"author":"14985046","id":"110161500","normalized":"racetothetop","url":"http:\/\/vimeo.com\/tag:race+to+the+top","_content":"race to the top"},{"author":"14985046","id":"110161501","normalized":"nclb","url":"http:\/\/vimeo.com\/tag:nclb","_content":"nclb"},{"author":"14985046","id":"110161502","normalized":"progressiveeducation","url":"http:\/\/vimeo.com\/tag:progressive+education","_content":"progressive education"}]},"cast":{"member":{"display_name":"AERO - Education Revolution","id":"14985046","role":"Host","username":"user14985046"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/58069426"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/58069426"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/402\/751\/402751876_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/402\/751\/402751876_200.jpg"},{"height":"480","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/402\/751\/402751876_640.jpg"}]}},{"allow_adds":"0","embed_privacy":"anywhere","id":"44771466","is_hd":"0","is_transcoding":"0","license":"by-nc-nd","privacy":"anybody","title":"Flex Alert Program - Education \"Community\" :30","description":"With Southern California facing persistent drought, as well as the loss of a major power plant, government and utility energy managers felt an urgent need to remind consumers about what to do if the state called a \"Flex Alert\" - a warning of potential power shortages. Working under the direction of McGuire & Company, Brainchild developed the creative and the statewide media plan needed to deliver both awareness\/education messages, as well as the actual notice of the need to take action. Partnering with the amazing animation talents at Buck, our campaign revolved around a very simple, yet compelling, message: \"the power is in all our hands.\"\n\nCredits: \nClient: Wally McGuire \/ State of California\nExectuive Creative Director\/Writer: Jef Loeb\nCD\/Art Director: Chris Chaffin\nExecutive Producer: Stephanie Heinsohn\nMotion Graphics: BUCK Los Angeles (buck.tv)\nMusic: Sunday Morzeno (sunofz.com)","upload_date":"2012-06-26 20:05:38","modified_date":"2013-12-02 14:10:01","number_of_plays":"21542","number_of_likes":"752","number_of_comments":"14","width":"640","height":"360","duration":"32","owner":{"display_name":"Brainchild Creative","id":"10076883","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/brainchild1","realname":"Brainchild Creative","username":"brainchild1","videosurl":"http:\/\/vimeo.com\/brainchild1\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/334\/119\/3341191_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/334\/119\/3341191_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/334\/119\/3341191_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/334\/119\/3341191_300.jpg"}]}},"tags":{"tag":[{"author":"10076883","id":"92910309","normalized":"brainchild","url":"http:\/\/vimeo.com\/tag:Brainchild","_content":"Brainchild"},{"author":"10076883","id":"92910310","normalized":"flexalert","url":"http:\/\/vimeo.com\/tag:Flex+Alert","_content":"Flex Alert"},{"author":"10076883","id":"92910311","normalized":"buck","url":"http:\/\/vimeo.com\/tag:Buck","_content":"Buck"},{"author":"10076883","id":"92910312","normalized":"hands","url":"http:\/\/vimeo.com\/tag:Hands","_content":"Hands"},{"author":"10076883","id":"92910313","normalized":"powershortage","url":"http:\/\/vimeo.com\/tag:Power+Shortage","_content":"Power Shortage"}]},"cast":{"member":{"display_name":"Brainchild Creative","id":"10076883","role":"","username":"brainchild1"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/44771466"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/311\/163\/311163562_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/311\/163\/311163562_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/311\/163\/311163562_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"43501916","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"The OERs - Open Educational Resources","description":"How technology is transforming our system of education to generate equal opportunities for all.\n\n\nSCRIPT & DIRECTION: Daniel Sierra, Ricardo Habalian\n\nILLUSTRATION AND ANIMATION: Victoria Fern\u00e1ndez\n\nVOICEOVER ARTIST: Vanessa Cuervo\n\nVOICEOVER RECORDING: Leonardo P\u00e9rez\n\nMUSIC AND SOUND DESIGN: Esparragus (Daniel Arreaza)\n\nSound Library: \n\n- creaky_swingset.aif by Corsica_S, CC BY 3.0\n- frontdoor-lock.wav by TwistedLemon, CC BY 3.0\n- Lizard eye blink.mp3 by DJ Burnham, CC BY 3.0\n- Wine glasses clink.mp3 by DJ Burnham, CC BY 3.0\n- Page_Turn_24.wav by Koops, CC BY 3.0\n- whip.mp3 by morgantj, CC BY 3.0\n- lightbulbwink.wav by FreqMan, BY CC 3.0\n- rocket.wav by Sergenious, CC BY 3.0\n- Dialup.mp3 by Jlew, CC BY 3.0\n- My Car Horn - Beep Beep.wav by fogma, CC BY 3.0\n- retro airplane.wav by Inplano, CC BY-NC\n- Fisher Price3.WAV by tombola, CC Sampling Plus, 1.0\n- Traffic-Horn Honking.aif by A43, CC Sampling Plus, 1.0\n- Open_03.WAV by kjackson, CC Sampling Plus, 1.0\n- Drop_Slow_Long_01.wav by mich3d, CC Sampling Plus, 1.0\n- HARTBEAT.WAV by dkmedic, CC Sampling Plus, 1.0\n\nAll other sounds used in this video belong to the Public Domain and therefore their Attribution is not required.","upload_date":"2012-06-05 19:06:37","modified_date":"2013-12-02 13:21:25","number_of_plays":"3752","number_of_likes":"204","number_of_comments":"11","width":"1280","height":"720","duration":"157","owner":{"display_name":"Victoria Fern\u00e1ndez","id":"1296235","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user1296235","realname":"Victoria Fern\u00e1ndez","username":"user1296235","videosurl":"http:\/\/vimeo.com\/user1296235\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/259\/275\/2592759_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/259\/275\/2592759_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/259\/275\/2592759_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/259\/275\/2592759_300.jpg"}]}},"tags":{"tag":[{"author":"1296235","id":"91146233","normalized":"oer","url":"http:\/\/vimeo.com\/tag:oer","_content":"oer"},{"author":"1296235","id":"91146234","normalized":"open","url":"http:\/\/vimeo.com\/tag:open","_content":"open"},{"author":"1296235","id":"91146235","normalized":"educational","url":"http:\/\/vimeo.com\/tag:educational","_content":"educational"},{"author":"1296235","id":"91146236","normalized":"resources","url":"http:\/\/vimeo.com\/tag:resources","_content":"resources"},{"author":"1296235","id":"91146237","normalized":"animation","url":"http:\/\/vimeo.com\/tag:animation","_content":"animation"},{"author":"1296235","id":"91146238","normalized":"education","url":"http:\/\/vimeo.com\/tag:education","_content":"education"}]},"cast":{"member":[{"display_name":"Victoria Fern\u00e1ndez","id":"1296235","role":"","username":"user1296235"},{"display_name":"Daniel Arreaza (Rino)","id":"4048057","role":"","username":"rino300"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/43501916"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/302\/387\/302387880_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/302\/387\/302387880_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/302\/387\/302387880_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/302\/387\/302387880_1280.jpg"}]}}]}}
68
+ http_version:
69
+ recorded_at: Mon, 02 Dec 2013 20:22:19 GMT
70
+ recorded_with: VCR 2.7.0