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="W1naAvX4A4v7r9ltLcM3CbWRVqsBHCGvzyzJPo3g70",
22
+ oauth_signature="4bXJeROs01YoXszKSzl%2FJGOe84s%3D", oauth_signature_method="HMAC-SHA1",
23
+ oauth_timestamp="1384981805", oauth_version="1.0"
24
+ response:
25
+ status:
26
+ code: 200
27
+ message: OK
28
+ headers:
29
+ Date:
30
+ - Wed, 20 Nov 2013 21:10:05 GMT
31
+ Server:
32
+ - Apache
33
+ X-Powered-By:
34
+ - PHP/5.4.14
35
+ Expires:
36
+ - Wed, 20 Nov 2013 09:10:05 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
+ - '7490'
44
+ X-Ratelimit-Reset:
45
+ - '1385063611'
46
+ X-Featureratelimit-Limit:
47
+ - '100'
48
+ X-Featureratelimit-Remaining:
49
+ - '95'
50
+ X-Featureratelimit-Reset:
51
+ - '1384981970'
52
+ X-Ua-Compatible:
53
+ - IE=edge
54
+ X-Dns-Prefetch-Control:
55
+ - 'on'
56
+ Vary:
57
+ - Accept-Encoding
58
+ Content-Length:
59
+ - '27634'
60
+ Connection:
61
+ - close
62
+ Content-Type:
63
+ - application/json
64
+ body:
65
+ encoding: UTF-8
66
+ string: |
67
+ {"generated_in":"0.8841","stat":"ok","videos":{"on_this_page":"25","page":"1","perpage":"25","total":"141538","video":[{"allow_adds":"1","embed_privacy":"anywhere","id":"15395471","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"F L U X","description":"by the courtesy of Plato Art Space (Plato College of higher education)\n\nilhan koman hulda festival, a journey into art and science exhibition\nAyvansaray Caddesi No:33 Balat - \u0130stanbul\n22 September - 31 october\n\nvideo and sound design by Candas Sisman\n\ncommissioned by Plato Art Space (Plato collage of higher education)\n\nthanks to :\u0130lhan Koman, Bager Akbay, Gorkem Sen, Burcu Beslioglu, Plato Art Space (Plato collage of higher education), Koman foundation, Deniz kader\n\nhttp:\/\/www.csismn.com\/\nhttp:\/\/www.PlatoSanat.com \nhttp:\/\/www.huldafestival.org\nhttp:\/\/www.koman.org\/\n\nA Short Animation Inspired by the Works of \u0130lhan Koman \n\nPlato Art Space is proud to present Canda\u015f \u015ei\u015fman\u2019s video dedicated to famous sculptor \u0130lhan Koman produced for the exhibition \u0130lhan Koman: Hulda Festival, a Journey into Art and Science opening on the 22nd September, 2010.\n\u0130lhan Koman\u2019s unique design approach in his form studies also inspires contemporary art works. The video installation Flux by young artist Canda\u015f \u015ei\u015fman can be defined as a digital animation which is inspired from the structural features of some of \u0130lhan Koman\u2019s works like Pi, 3D Moebius, Whirlpool and To Infinity... A red circle, which is colored in reference to the red radiators of Ogre, is traced in a morphological transformation which re-interprets the formal approach of Koman\u2019s works. The continuous movement sometimes connotes the formal characteristics of Pi, 3D Moebius, Whirlpool and To Infinity..., as well as the original formal interpretations of the design principles of the works . In Flux, Koman\u2019s design process in the making of the Pi series has been treated as the emerging of a sphere from a two-dimensional circle by the principle of increasing the surface; and that simple direction is re-interpreted in digital medium. Thanks to this, in the digital animation an entirely different form serial that does not resemble Pi yet remaining its design principle can be followed through the flow of a circle to the sphere. As a conscious attitude of the artist, this work is not designed in a direct visual analogy with Koman\u2019s works. During the animation, none of the moments of the transforming form look like Pi or 3D Moebius, however the subjective reading of Koman\u2019s approach can be observed. \n\nWith the integration of the sounds of various materials \u2013 which Koman used in his sculptures \u2013 Flux turns into an impressive spatial experience. Flux, also exemplifies that Koman\u2019s work can be re-interpreted by the analysis and manipulation of form in the digital medium.","upload_date":"2010-09-29 11:26:12","modified_date":"2013-11-20 14:38:28","number_of_plays":"662907","number_of_likes":"13842","number_of_comments":"344","width":"1920","height":"388","duration":"285","owner":{"display_name":"candas sisman","id":"212325","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/csisman","realname":"candas sisman","username":"csisman","videosurl":"http:\/\/vimeo.com\/csisman\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/393\/136\/3931363_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/393\/136\/3931363_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/393\/136\/3931363_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/393\/136\/3931363_300.jpg"}]}},"tags":{"tag":[{"author":"212325","id":"36561020","normalized":"candassisman","url":"http:\/\/vimeo.com\/tag:candas+sisman","_content":"candas sisman"},{"author":"212325","id":"36561021","normalized":"ilhankoman","url":"http:\/\/vimeo.com\/tag:ilhan+koman","_content":"ilhan koman"},{"author":"212325","id":"36561022","normalized":"platoartspace","url":"http:\/\/vimeo.com\/tag:plato+art+space","_content":"plato art space"},{"author":"212325","id":"36561023","normalized":"sculpture","url":"http:\/\/vimeo.com\/tag:sculpture","_content":"sculpture"},{"author":"212325","id":"36561024","normalized":"widescreen","url":"http:\/\/vimeo.com\/tag:widescreen","_content":"widescreen"},{"author":"212325","id":"36561025","normalized":"animation","url":"http:\/\/vimeo.com\/tag:animation","_content":"animation"},{"author":"212325","id":"36561026","normalized":"red","url":"http:\/\/vimeo.com\/tag:red","_content":"red"},{"author":"212325","id":"36561027","normalized":"soundart","url":"http:\/\/vimeo.com\/tag:sound+art","_content":"sound art"},{"author":"212325","id":"36561028","normalized":"installation","url":"http:\/\/vimeo.com\/tag:installation","_content":"installation"},{"author":"212325","id":"36561029","normalized":"organic","url":"http:\/\/vimeo.com\/tag:organic","_content":"organic"},{"author":"212325","id":"36561030","normalized":"cinema4d","url":"http:\/\/vimeo.com\/tag:cinema4d","_content":"cinema4d"},{"author":"212325","id":"36561031","normalized":"aftereffects","url":"http:\/\/vimeo.com\/tag:after+effects","_content":"after effects"},{"author":"212325","id":"36561032","normalized":"csisman","url":"http:\/\/vimeo.com\/tag:csisman","_content":"csisman"},{"author":"212325","id":"36561033","normalized":"flux","url":"http:\/\/vimeo.com\/tag:flux","_content":"flux"},{"author":"212325","id":"36561034","normalized":"videoart","url":"http:\/\/vimeo.com\/tag:video+art","_content":"video art"},{"author":"212325","id":"36561035","normalized":"experimental","url":"http:\/\/vimeo.com\/tag:experimental","_content":"experimental"},{"author":"212325","id":"36561036","normalized":"kinetic","url":"http:\/\/vimeo.com\/tag:kinetic","_content":"kinetic"},{"author":"212325","id":"36561037","normalized":"morphing","url":"http:\/\/vimeo.com\/tag:morphing","_content":"morphing"},{"author":"212325","id":"43035088","normalized":"audiovisual","url":"http:\/\/vimeo.com\/tag:audiovisual","_content":"audiovisual"},{"author":"212325","id":"43035092","normalized":"soundsculpture","url":"http:\/\/vimeo.com\/tag:sound+sculpture","_content":"sound sculpture"}]},"cast":{"member":{"display_name":"candas sisman","id":"212325","role":"sound and visuals","username":"csisman"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/15395471"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/15395471"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/319\/857\/319857212_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/319\/857\/319857212_200.jpg"},{"height":"129","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/319\/857\/319857212_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"3261363","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"The Crisis of Credit Visualized","description":"The Short and Simple Story of the Credit Crisis.\n\nCrisisofcredit.com\n\nThe goal of giving form to a complex situation like the credit crisis is to quickly supply the essence of the situation to those unfamiliar and uninitiated. This project was completed as part of my thesis work in the Media Design Program, a graduate studio at the Art Center College of Design in Pasadena, California.\n\nFor more on my broader thesis work exploring the use of new media to make sense of a increasingly complex world, visit jonathanjarvis.com.\n\n\u00a9 Copyright 2013 Jonathan Jarvis","upload_date":"2009-02-17 19:53:43","modified_date":"2013-11-20 14:41:23","number_of_plays":"2961942","number_of_likes":"10354","number_of_comments":"641","width":"1280","height":"720","duration":"670","owner":{"display_name":"Jonathan Jarvis","id":"606565","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/jonathanjarvis","realname":"Jonathan Jarvis","username":"jonathanjarvis","videosurl":"http:\/\/vimeo.com\/jonathanjarvis\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/104\/654\/1046545_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/104\/654\/1046545_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/104\/654\/1046545_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/104\/654\/1046545_300.jpg"}]}},"tags":{"tag":[{"author":"606565","id":"7812902","normalized":"credit","url":"http:\/\/vimeo.com\/tag:credit","_content":"credit"},{"author":"606565","id":"7812903","normalized":"crisis","url":"http:\/\/vimeo.com\/tag:crisis","_content":"crisis"},{"author":"606565","id":"7812904","normalized":"finance","url":"http:\/\/vimeo.com\/tag:finance","_content":"finance"},{"author":"606565","id":"7812905","normalized":"recession","url":"http:\/\/vimeo.com\/tag:recession","_content":"recession"},{"author":"606565","id":"7812906","normalized":"money","url":"http:\/\/vimeo.com\/tag:money","_content":"money"},{"author":"606565","id":"7812907","normalized":"economic","url":"http:\/\/vimeo.com\/tag:economic","_content":"economic"},{"author":"606565","id":"7812908","normalized":"animation","url":"http:\/\/vimeo.com\/tag:animation","_content":"animation"},{"author":"606565","id":"7812909","normalized":"diagram","url":"http:\/\/vimeo.com\/tag:diagram","_content":"diagram"},{"author":"606565","id":"7812910","normalized":"explanation","url":"http:\/\/vimeo.com\/tag:explanation","_content":"explanation"},{"author":"606565","id":"7812911","normalized":"education","url":"http:\/\/vimeo.com\/tag:education","_content":"education"},{"author":"606565","id":"7812912","normalized":"motion","url":"http:\/\/vimeo.com\/tag:motion","_content":"motion"},{"author":"606565","id":"7812913","normalized":"graphic","url":"http:\/\/vimeo.com\/tag:graphic","_content":"graphic"},{"author":"606565","id":"7812914","normalized":"cartoon","url":"http:\/\/vimeo.com\/tag:cartoon","_content":"cartoon"},{"author":"606565","id":"7812915","normalized":"simple","url":"http:\/\/vimeo.com\/tag:simple","_content":"simple"},{"author":"606565","id":"7812943","normalized":"mortgage","url":"http:\/\/vimeo.com\/tag:mortgage","_content":"mortgage"},{"author":"606565","id":"7812944","normalized":"bank","url":"http:\/\/vimeo.com\/tag:bank","_content":"bank"},{"author":"606565","id":"7812945","normalized":"investment","url":"http:\/\/vimeo.com\/tag:investment","_content":"investment"},{"author":"606565","id":"7812946","normalized":"cdo","url":"http:\/\/vimeo.com\/tag:CDO","_content":"CDO"},{"author":"606565","id":"7812966","normalized":"documentary","url":"http:\/\/vimeo.com\/tag:documentary","_content":"documentary"},{"author":"606565","id":"15501532","normalized":"hd","url":"http:\/\/vimeo.com\/tag:HD","_content":"HD"}]},"cast":{"member":{"display_name":"Jonathan Jarvis","id":"606565","role":"Writer, Director, Animator, Sound Editor","username":"jonathanjarvis"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/3261363"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/3261363"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/239\/674\/2396744_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/239\/674\/2396744_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/239\/674\/2396744_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"38101676","is_hd":"1","is_transcoding":"0","license":"by-nc-nd","privacy":"anybody","title":"The Most Astounding Fact","description":"Subscribe to my YouTube Channel: http:\/\/www.youtube.com\/user\/MaxSchlick?feature=mhee\n\nAstrophysicist Dr. Neil DeGrasse Tyson was asked in an interview with TIME magazine, \"What is the most astounding fact you can share with us about the Universe?\" This is his answer.\n\nSpecial thanks to:\n Reid Gower http:\/\/saganseries.com\/\n Michael Marantz http:\/\/vimeo.com\/2822787\n Carl Sagan http:\/\/www.hulu.com\/cosmos\n Neil deGrasse Tyson http:\/\/www.facebook.com\/neiltyson\n NASA http:\/\/www.nasa.gov\/\n...for their inspiration.\n\nCREDITS\nNarration: TIME Magazine's \"10 Questions for Neil Degrasse Tyson\"\nhttp:\/\/www.youtube.com\/watch?v=wiOwqDmacJo\nMusic: \"To Build a Home\" by the Cinematic Orchestra feat. Patrick Watson\nhttp:\/\/www.cinematicorchestra.com\n\nVideo (in order of appearance): \nIMAX: Hubble 3D (Orion)\nhttp:\/\/www.imax.com\/hubble\/\nAnimal Planet: Safari\nhttp:\/\/movies.netflix.com\/Movie\/Animal_Planet_Safari_The_Last_Lion_of_Liuwa\/70153174?trkid=438403\nYellowstone: Battle for Life (Waterfall)\nhttp:\/\/www.bbc.co.uk\/programmes\/b00jcdml \nSupernova to Crab Nebula \nhttp:\/\/www.spacetelescope.org\/videos\/heic0515a\/ \nBBC: Wonders of the Solar System (formation of the solar system)\nhttp:\/\/www.bbc.co.uk\/programmes\/b00qyxfb \nAccretion and First Eukaryotes from the 2011 film \"Tree of Life\" directed by Terrence Malick\nhttp:\/\/en.wikipedia.org\/wiki\/Accretion_(astrophysics) \nhttp:\/\/en.wikipedia.org\/wiki\/Origin_of_life\nhttp:\/\/en.wikipedia.org\/wiki\/Timeline_of_evolutionary_history_of_life\nhttp:\/\/www.wired.com\/wiredscience\/2009\/05\/ribonucleotides\/ \nhttp:\/\/www.twowaysthroughlife.com\/ \nBBC: Charles Darwin and the Tree of Life \nhttp:\/\/www.wellcometreeoflife.org\/\n\"Salar de Uyuni, Bolivia\" by Ayrton Orio (Model: Xharon Kendelker)\nhttp:\/\/vimeo.com\/9505354\nBBC: Wonders of the Solar System (Brian Cox w\/ telescope)\n\"Afghanistan - touch down in flight\" by Augustin Pictures\nhttp:\/\/vimeo.com\/31426899\nhttp:\/\/lukasugustin.de\n\"mongolia!\" by wiissa\nhttp:\/\/vimeo.com\/27876709\nhttp:\/\/wiissa.com\n\nExcerpt from \"Outside In\", Copyright Stephen van Vuuren\/SV2 Studios\nhttp:\/\/www.outsideinthemovie.com\nIMAX: Hubble 3D (Inside Orion Nebula)\nhttp:\/\/en.wikipedia.org\/wiki\/Orion_Nebula\nShuttle Launch from 1985 IMAX film \"The Dream is Alive\"\nhttp:\/\/en.wikipedia.org\/wiki\/The_Dream_Is_Alive\n\"Earth -- Time Lapse View from Space, Fly Over -- NASA, ISS\" by Michael Konig\nhttp:\/\/www.youtube.com\/watch?v=ls9yJTphLxg\nhttp:\/\/koenigm.com\nExcerpt from \"The Island\" - La Palma Time Lapse Video by Christoph Malin\nhttp:\/\/vimeo.com\/27539860\nhttp:\/\/christophmalin.com\nGalaxy Map and Galaxy Formation by NCSA's Advanced Visualization Lab\nhttp:\/\/avl.ncsa.illinois.edu\/\n\"Mars sunset\" captured by NASA's Mars Exploration Rover Spirit (from BBC: Wonders of the Solar System)\nhttp:\/\/www.nasa.gov\/multimedia\/imagegallery\/image_feature_347.html\n\nEdited by Max Schlickenmeyer\n\nNeil goes on to say \"For me, that is the most profound revelation of 20th century astrophysics and I look forward to what the 21st century will bring us, given the frontiers that are now unfolding.\"\n\nCopyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for \"fair use\" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use. All copyrighted materials contained herein belong to their respective copyright holders, I do not claim ownership over any of these materials. I realize no profit, monetary or otherwise, from the exhibition of these videos.","upload_date":"2012-03-07 11:06:53","modified_date":"2013-11-20 15:06:59","number_of_plays":"1064301","number_of_likes":"10245","number_of_comments":"315","width":"1280","height":"720","duration":"215","owner":{"display_name":"Max Schlickenmeyer","id":"4794926","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/maxschlick","realname":"Max Schlickenmeyer","username":"maxschlick","videosurl":"http:\/\/vimeo.com\/maxschlick\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/630\/486\/6304869_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/630\/486\/6304869_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/630\/486\/6304869_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/630\/486\/6304869_300.jpg"}]}},"tags":{"tag":[{"author":"4794926","id":"82133985","normalized":"neildegrassetyson","url":"http:\/\/vimeo.com\/tag:Neil+deGrasse+Tyson","_content":"Neil deGrasse Tyson"},{"author":"4794926","id":"82133986","normalized":"richardfeynman","url":"http:\/\/vimeo.com\/tag:Richard+Feynman","_content":"Richard Feynman"},{"author":"4794926","id":"82133987","normalized":"carlsagan","url":"http:\/\/vimeo.com\/tag:Carl+Sagan","_content":"Carl Sagan"},{"author":"4794926","id":"82133988","normalized":"briancox","url":"http:\/\/vimeo.com\/tag:Brian+Cox","_content":"Brian Cox"},{"author":"4794926","id":"82133989","normalized":"maxschlick","url":"http:\/\/vimeo.com\/tag:Max+Schlick","_content":"Max Schlick"},{"author":"4794926","id":"82133990","normalized":"schlickenmeyer","url":"http:\/\/vimeo.com\/tag:Schlickenmeyer","_content":"Schlickenmeyer"},{"author":"4794926","id":"82133991","normalized":"space","url":"http:\/\/vimeo.com\/tag:Space","_content":"Space"},{"author":"4794926","id":"82133992","normalized":"cosmos","url":"http:\/\/vimeo.com\/tag:Cosmos","_content":"Cosmos"},{"author":"4794926","id":"82133993","normalized":"ourplace","url":"http:\/\/vimeo.com\/tag:Our+Place","_content":"Our Place"},{"author":"4794926","id":"82133994","normalized":"universe","url":"http:\/\/vimeo.com\/tag:Universe","_content":"Universe"},{"author":"4794926","id":"82133995","normalized":"stars","url":"http:\/\/vimeo.com\/tag:Stars","_content":"Stars"},{"author":"4794926","id":"82133996","normalized":"planets","url":"http:\/\/vimeo.com\/tag:Planets","_content":"Planets"},{"author":"4794926","id":"82133997","normalized":"meaningoflife","url":"http:\/\/vimeo.com\/tag:Meaning+of+Life","_content":"Meaning of Life"},{"author":"4794926","id":"82133998","normalized":"connected","url":"http:\/\/vimeo.com\/tag:Connected","_content":"Connected"},{"author":"4794926","id":"82133999","normalized":"mostastoundingfact","url":"http:\/\/vimeo.com\/tag:Most+Astounding+Fact","_content":"Most Astounding Fact"},{"author":"4794926","id":"82134000","normalized":"nasa","url":"http:\/\/vimeo.com\/tag:NASA","_content":"NASA"},{"author":"4794926","id":"82134058","normalized":"tobuildahome","url":"http:\/\/vimeo.com\/tag:To+Build+A+Home","_content":"To Build A Home"},{"author":"4794926","id":"82134059","normalized":"cinematicorchestra","url":"http:\/\/vimeo.com\/tag:Cinematic+Orchestra","_content":"Cinematic Orchestra"},{"author":"4794926","id":"82134060","normalized":"bbc","url":"http:\/\/vimeo.com\/tag:BBC","_content":"BBC"},{"author":"4794926","id":"82372646","normalized":"solarsystem","url":"http:\/\/vimeo.com\/tag:Solar+System","_content":"Solar System"}]},"cast":{"member":{"display_name":"Max Schlickenmeyer","id":"4794926","role":"Creator","username":"maxschlick"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/38101676"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/38101676"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/262\/006\/262006216_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/262\/006\/262006216_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/262\/006\/262006216_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"40459347","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Where things come from","description":"If u love this video, please vote: http:\/\/www.fubizawards.com\/awards\/animation\/#!\/nominees\/where-things-come-from\/\n\u2014\nI just finished my Bachelor project - a short animated trailer for a fictional education tv-series.\n\nThe internet has established itself as a repository of knowledge. The lion\u2019s share of the world\u2019s knowledge, experience and information resides on server farms and can be accessed by anyone at any time.\n\nThe work focuses on the shift of knowledge onto the internet and a question that arises from that shift: What will we still want to know when all information is permanently available? \n\nThe product is a two-minute trailer for an animated series on this theme of the transfer of knowledge. I am responsible for the script, the general form, the coordination of everyone involved and the project realisation.\n\nThrough an emotional grandfather\/grandson relationship, the trailer illustrates how the transfer of knowledge has changed in the last three generations. At the same time, it deals with the difference between analogue and digital knowledge.\n\nwww.hardyseiler.de\n\nGraphic and realization\nHardy Seiler\n\nText:\nHardy Seiler\nDaniel Nauck\n\nMotion-Design:\nJascha M\u00fcller\nJonathan Winkler\n\nSound:\nTorsten Strer\n\nSpeaker:\nPeter Bennett\n\nKindly supported by:\nStefan Heijnk","upload_date":"2012-04-16 11:26:37","modified_date":"2013-11-20 14:44:13","number_of_plays":"294728","number_of_likes":"10693","number_of_comments":"159","width":"1280","height":"720","duration":"91","owner":{"display_name":"Hardy Seiler","id":"4421362","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/hardyseiler","realname":"Hardy Seiler","username":"hardyseiler","videosurl":"http:\/\/vimeo.com\/hardyseiler\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/354\/373\/3543739_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/354\/373\/3543739_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/354\/373\/3543739_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/354\/373\/3543739_300.jpg"}]}},"tags":{"tag":[{"author":"4421362","id":"86394339","normalized":"graphic","url":"http:\/\/vimeo.com\/tag:graphic","_content":"graphic"},{"author":"4421362","id":"86394340","normalized":"design","url":"http:\/\/vimeo.com\/tag:design","_content":"design"},{"author":"4421362","id":"86394341","normalized":"bachelor","url":"http:\/\/vimeo.com\/tag:bachelor","_content":"bachelor"},{"author":"4421362","id":"86394342","normalized":"wherethingscamefrom","url":"http:\/\/vimeo.com\/tag:where+things+came+from","_content":"where things came from"},{"author":"4421362","id":"86394343","normalized":"knowledge","url":"http:\/\/vimeo.com\/tag:knowledge","_content":"knowledge"},{"author":"4421362","id":"86394344","normalized":"nowadays","url":"http:\/\/vimeo.com\/tag:nowadays","_content":"nowadays"}]},"cast":{"member":[{"display_name":"Hardy Seiler","id":"4421362","role":"Graphic and realization","username":"hardyseiler"},{"display_name":"Nord Nord","id":"5947760","role":"Motion-Design","username":"nordnord"},{"display_name":"Daniel Nauck","id":"3037016","role":"Text","username":"user3037016"},{"display_name":"Torsten Strer","id":"1775195","role":"Sound","username":"user1775195"},{"display_name":"2470media","id":"2902731","role":"","username":"2470media"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/40459347"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/40459347"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/279\/551\/279551535_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/279\/551\/279551535_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/279\/551\/279551535_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"15841377","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"SKATEISTAN: TO LIVE AND SKATE KABUL","description":"Skateistan: To Live And Skate Kabul is a beautifully shot film that\nfollows the lives of a group of young skateboarders in Afghanistan. Operating against the backdrop of war and bleak prospects, the Skateistan charity project is the world\u2019s first co-educational skateboarding school, where a team of international volunteers work with girls and boys between the ages of 5 and 17, an age group largely untouched by other aid programmes.\n\n\nBY ORLANDO VON EINSIEDEL","upload_date":"2010-10-14 10:56:46","modified_date":"2013-11-20 14:49:17","number_of_plays":"727148","number_of_likes":"6799","number_of_comments":"318","width":"1280","height":"720","duration":"556","owner":{"display_name":"Diesel New Voices","id":"4966286","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user4966286","realname":"Diesel New Voices","username":"user4966286","videosurl":"http:\/\/vimeo.com\/user4966286\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/www.gravatar.com\/avatar\/67e9556d2c5cd907766c5d44854efdb5?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\/67e9556d2c5cd907766c5d44854efdb5?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\/67e9556d2c5cd907766c5d44854efdb5?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\/67e9556d2c5cd907766c5d44854efdb5?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_300_gray.png&s=300"}]}},"tags":{"tag":[{"author":"4966286","id":"37129536","normalized":"diesel","url":"http:\/\/vimeo.com\/tag:diesel","_content":"diesel"},{"author":"4966286","id":"37129537","normalized":"newvoices","url":"http:\/\/vimeo.com\/tag:newvoices","_content":"newvoices"}]},"cast":{"member":{"display_name":"Diesel New Voices","id":"4966286","role":"","username":"user4966286"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/15841377"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/15841377"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/104\/627\/104627141_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/104\/627\/104627141_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/104\/627\/104627141_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"12677264","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"TakePart: Participant Media - Waiting For 'Superman' - Infographic","description":"My first animation done at Buck, Joe Mullen was the art director.\n\nThis animation is for a startling documentary called, \u201cWaiting For \u2018Superman\u2019\u201d that highlights some very serious issues in America today and it made us feel good to make it.\n\nhttp:\/\/buck.tv\/library\/take-part\n\n\u2013\u2013\u2013\u2013\u2013\u2013\u2013\nBUCK\n\u2013\u2013\u2013\u2013\u2013\u2013\u2013\nCreative Director: Ryan Honey\nExecutive Producer: Maurie Enochson\nProducer: Eric Badros\nArt Director: Joe Mullen\nAnimation: Jorge R. Canedo Estrada\nOriginal Music: John Black\n\n\u2013\u2013\u2013\u2013\u2013\u2013\u2013\nTAKEPART\n\u2013\u2013\u2013\u2013\u2013\u2013\u2013\nCarolyn Sams: Co-Producer\nWendy Cohen: Co-Producer\n\nThanks to Max Hattler and his piece COLLISION for the inspiration: www.vimeo.com\/1295873","upload_date":"2010-06-18 14:13:57","modified_date":"2013-11-20 14:31:10","number_of_plays":"249001","number_of_likes":"6951","number_of_comments":"233","width":"1280","height":"720","duration":"127","owner":{"display_name":"Jr.canest","id":"464455","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/jrcanest","realname":"Jr.canest","username":"jrcanest","videosurl":"http:\/\/vimeo.com\/jrcanest\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/404\/362\/4043624_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/404\/362\/4043624_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/404\/362\/4043624_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/404\/362\/4043624_300.jpg"}]}},"tags":{"tag":[{"author":"464455","id":"30143457","normalized":"buck","url":"http:\/\/vimeo.com\/tag:BUCK","_content":"BUCK"},{"author":"464455","id":"30143458","normalized":"jrdotcanest","url":"http:\/\/vimeo.com\/tag:Jr.canest","_content":"Jr.canest"},{"author":"464455","id":"30143459","normalized":"infographic","url":"http:\/\/vimeo.com\/tag:Infographic","_content":"Infographic"},{"author":"464455","id":"30143460","normalized":"animation","url":"http:\/\/vimeo.com\/tag:Animation","_content":"Animation"},{"author":"464455","id":"30143461","normalized":"education","url":"http:\/\/vimeo.com\/tag:Education","_content":"Education"},{"author":"464455","id":"30143462","normalized":"takepart","url":"http:\/\/vimeo.com\/tag:TakePart","_content":"TakePart"},{"author":"464455","id":"30143463","normalized":"waitingforsuperman","url":"http:\/\/vimeo.com\/tag:Waiting+For+Superman","_content":"Waiting For Superman"}]},"cast":{"member":[{"display_name":"Jr.canest","id":"464455","role":"Animation","username":"jrcanest"},{"display_name":"Buck","id":"1776374","role":"","username":"buck"},{"display_name":"CypherAudio","id":"763275","role":"Sound Design","username":"cypheraudio"},{"display_name":"joe mullen","id":"1762426","role":"Art Director","username":"user1762426"},{"display_name":"TakePart","id":"1025194","role":"","username":"takepart"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/12677264"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/12677264"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/715\/742\/71574249_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/715\/742\/71574249_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/715\/742\/71574249_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"29999445","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Skinemax","description":"STARRING KURT RUSSELL\n\n1\/17\/13 Update: Watch the sequel \"Memorex\" here! https:\/\/vimeo.com\/55006097\n\nSkinemax is Koyaanisqatsi for a generation raised on late night television and B-movie VHS tapes. It's long form entertainment for short attention spans. An hour long VJ odyssey, it will move your body and warp your mind.\n\nA nostalgic look back at a half remembered childhood growing up in the 80s and early 90s, Skinemax takes a close look at the culture of that era. The images that motivated, delighted, and terrified us on the silver screen, set to propulsive modern music that pines for a simpler time.\n\nPlease support the original works, these are film makers and musicians that have upheld the values of originality and creativity.\n\nThis video is protected under fair use copyright law. It is presented for the purposes of entertainment, education, and criticism\/commentary only. No infringement is intended.\n\nTracklist:\n\nCom Truise - Norkuy\nDepakote - Tummler\nMartial Canterel - For Us\nFulgeance - Glamoure\nDaedelus - Penny Loafers\nTeebs - Why Like This\nLaurel Halo - Embassy\nGames - Strawberry Skies\nd'Eon - Transparency\nFOE - A Handsome Stranger Called Death (Com Truise Remix)\nGames - Shadows In Bloom\nWhite Car - No Better\nGatekeeper - Forgotten\nThe Hasbeens - You And Me\nFord & Lopatin - Emergency Room\nRainbow Arabia - Mechanical\noOoOO - Burnout Eyess\nVHS Head - Motions\nOuter Limits Recordings - Plastik Child\n\nDownload higher quality MP3 here:\nhttp:\/\/www.percussionlab.com\/sets\/smash_tv\/skinemax_video_mix\n\nMany more DJ Mixes here:\nhttp:\/\/www.percussionlab.com\/sets?list=tag&tag=sparkle%20motion\n\nBlog: http:\/\/supersmashtv.tumblr.com\/\nTwitter: @supersmashtv","upload_date":"2011-10-03 23:59:48","modified_date":"2013-11-20 15:14:43","number_of_plays":"608687","number_of_likes":"3749","number_of_comments":"263","width":"1280","height":"720","duration":"3305","owner":{"display_name":"Smash TV","id":"7631687","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/supersmashtv","realname":"Smash TV","username":"supersmashtv","videosurl":"http:\/\/vimeo.com\/supersmashtv\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/260\/707\/2607076_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/260\/707\/2607076_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/260\/707\/2607076_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/260\/707\/2607076_300.jpg"}]}},"tags":{"tag":[{"author":"7631687","id":"66513800","normalized":"smash","url":"http:\/\/vimeo.com\/tag:smash","_content":"smash"},{"author":"7631687","id":"66513801","normalized":"tv","url":"http:\/\/vimeo.com\/tag:tv","_content":"tv"},{"author":"7631687","id":"66513803","normalized":"skinemax","url":"http:\/\/vimeo.com\/tag:skinemax","_content":"skinemax"},{"author":"7631687","id":"66513804","normalized":"music","url":"http:\/\/vimeo.com\/tag:music","_content":"music"},{"author":"7631687","id":"66513805","normalized":"video","url":"http:\/\/vimeo.com\/tag:video","_content":"video"},{"author":"7631687","id":"66513806","normalized":"film","url":"http:\/\/vimeo.com\/tag:film","_content":"film"},{"author":"7631687","id":"66513807","normalized":"80s","url":"http:\/\/vimeo.com\/tag:80s","_content":"80s"},{"author":"7631687","id":"66513808","normalized":"comtruise","url":"http:\/\/vimeo.com\/tag:com+truise","_content":"com truise"},{"author":"7631687","id":"66513809","normalized":"daedelus","url":"http:\/\/vimeo.com\/tag:daedelus","_content":"daedelus"},{"author":"7631687","id":"66513810","normalized":"hipposintanks","url":"http:\/\/vimeo.com\/tag:hippos+in+tanks","_content":"hippos in tanks"},{"author":"7631687","id":"66513811","normalized":"hauntology","url":"http:\/\/vimeo.com\/tag:hauntology","_content":"hauntology"},{"author":"7631687","id":"66513812","normalized":"nostalgia","url":"http:\/\/vimeo.com\/tag:nostalgia","_content":"nostalgia"},{"author":"7631687","id":"66513813","normalized":"fordandlopatin","url":"http:\/\/vimeo.com\/tag:ford+and+lopatin","_content":"ford and lopatin"},{"author":"7631687","id":"66513814","normalized":"vhs","url":"http:\/\/vimeo.com\/tag:vhs","_content":"vhs"},{"author":"7631687","id":"66513815","normalized":"b-movie","url":"http:\/\/vimeo.com\/tag:b-movie","_content":"b-movie"},{"author":"7631687","id":"66513820","normalized":"ooooo","url":"http:\/\/vimeo.com\/tag:ooooo","_content":"ooooo"},{"author":"7631687","id":"66513849","normalized":"gatekeeper","url":"http:\/\/vimeo.com\/tag:gatekeeper","_content":"gatekeeper"},{"author":"7631687","id":"66513972","normalized":"dj","url":"http:\/\/vimeo.com\/tag:dj","_content":"dj"},{"author":"7631687","id":"66513973","normalized":"mix","url":"http:\/\/vimeo.com\/tag:mix","_content":"mix"},{"author":"7631687","id":"66514095","normalized":"vj","url":"http:\/\/vimeo.com\/tag:vj","_content":"vj"}]},"cast":{"member":{"display_name":"Smash TV","id":"7631687","role":"Editor","username":"supersmashtv"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/29999445"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/29999445"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/212\/448\/212448911_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/212\/448\/212448911_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/212\/448\/212448911_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"4433312","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Oxygen","description":"This is Oxygen, produced at the Ringling College of Art + Design as my thesis for the department of Computer Animation.\n\nLearn a little bit of basic chemistry while watching Oxygen try to make friends in Element-ary school.","upload_date":"2009-05-01 15:25:22","modified_date":"2013-11-20 15:02:11","number_of_plays":"731931","number_of_likes":"3264","number_of_comments":"236","width":"1280","height":"720","duration":"139","owner":{"display_name":"Christopher Hendryx","id":"1686211","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user1686211","realname":"Christopher Hendryx","username":"user1686211","videosurl":"http:\/\/vimeo.com\/user1686211\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/205\/999\/2059996_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/205\/999\/2059996_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/205\/999\/2059996_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/205\/999\/2059996_300.jpg"}]}},"tags":{"tag":[{"author":"1686211","id":"10757323","normalized":"animation","url":"http:\/\/vimeo.com\/tag:animation","_content":"animation"},{"author":"1686211","id":"10757324","normalized":"education","url":"http:\/\/vimeo.com\/tag:education","_content":"education"},{"author":"1686211","id":"10757325","normalized":"film","url":"http:\/\/vimeo.com\/tag:film","_content":"film"},{"author":"1686211","id":"10757327","normalized":"humor","url":"http:\/\/vimeo.com\/tag:humor","_content":"humor"},{"author":"1686211","id":"10757330","normalized":"effects","url":"http:\/\/vimeo.com\/tag:effects","_content":"effects"},{"author":"1686211","id":"10757331","normalized":"vfx","url":"http:\/\/vimeo.com\/tag:vfx","_content":"vfx"},{"author":"1686211","id":"10757332","normalized":"fx","url":"http:\/\/vimeo.com\/tag:fx","_content":"fx"},{"author":"543911","id":"10954360","normalized":"oxygen","url":"http:\/\/vimeo.com\/tag:oxygen","_content":"oxygen"}]},"cast":{"member":{"display_name":"Christopher Hendryx","id":"1686211","role":"","username":"user1686211"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/4433312"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/4433312"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/106\/584\/10658494_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/106\/584\/10658494_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/106\/584\/10658494_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"44123341","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Illegal","description":"Spread this message. Can you imagine going through something like this when you were in high school? \n\n-- OFFICIAL SELECTION - Austin Film Festival 2012 --\n-- OFFICIAL SELECTION - LA Shorts Fest 2012 --\n\nFor screening and press inquires please contact Diana Espitia at: 832.607.9624 \/ dianaespitia17@gmail.com \n\nYoutube link: https:\/\/www.youtube.com\/watch?v=YZhlScTZ-8Y&list=HL1339802914&feature=mh_lolz\n\nExecutive Producer : Curry Glassell\nProducer : Diana Espitia and Luis Velez\n\nDirector \/ editor : John X. Carey \nwww.johnxcarey.com \n\nDirectors of Photography : Chris Saul (http:\/\/www.chrissaul.com), Mike Mitchell (https:\/\/vimeo.com\/mikemitchell)\nComposer : Bill Francis | http:\/\/billfrancis.com\n\nMore info: http:\/\/www.illegalmovie.org\nFriend us: http:\/\/www.facebook.com\/IllegalMovie\nFollow us: https:\/\/twitter.com\/#!\/illegalmovie\n\nA compassionate look at undocumented youth in the United States. Through a series of interviews with undocumented kids, activists, policymakers, non-profit leaders, educators and members of the clergy Illegal seeks to raise the consciousness level of the American public regarding the importance of full immigration reform. Though an important step was taken with the president's order to halt the deportations of some young undocumented residents, we must remember that his executive order could change as early as January under a new administration. Our work is far from over. \n\nIllegal is an independent documentary film financed by Houston philanthropist Curry Glassell.","upload_date":"2012-06-15 14:59:58","modified_date":"2013-11-20 14:41:10","number_of_plays":"712953","number_of_likes":"3157","number_of_comments":"136","width":"1280","height":"544","duration":"362","owner":{"display_name":"John X. Carey","id":"908146","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/johnxcarey","realname":"John X. Carey","username":"johnxcarey","videosurl":"http:\/\/vimeo.com\/johnxcarey\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/315\/438\/3154387_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/315\/438\/3154387_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/315\/438\/3154387_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/315\/438\/3154387_300.jpg"}]}},"tags":{"tag":[{"author":"908146","id":"92011985","normalized":"illegal","url":"http:\/\/vimeo.com\/tag:Illegal","_content":"Illegal"},{"author":"908146","id":"92011986","normalized":"dreamact","url":"http:\/\/vimeo.com\/tag:dream+act","_content":"dream act"},{"author":"908146","id":"92011987","normalized":"immigration","url":"http:\/\/vimeo.com\/tag:immigration","_content":"immigration"},{"author":"908146","id":"92011988","normalized":"reform","url":"http:\/\/vimeo.com\/tag:reform","_content":"reform"},{"author":"908146","id":"92011989","normalized":"obama","url":"http:\/\/vimeo.com\/tag:obama","_content":"obama"},{"author":"908146","id":"92011990","normalized":"governormartinoapostrophemalley","url":"http:\/\/vimeo.com\/tag:Governor+Martin+O%26%23039%3BMalley","_content":"Governor Martin O'Malley"},{"author":"908146","id":"92011991","normalized":"limbo","url":"http:\/\/vimeo.com\/tag:limbo","_content":"limbo"},{"author":"908146","id":"92011992","normalized":"johnxdotcarey","url":"http:\/\/vimeo.com\/tag:john+x.+carey","_content":"john x. carey"},{"author":"908146","id":"92011995","normalized":"teens","url":"http:\/\/vimeo.com\/tag:teens","_content":"teens"},{"author":"908146","id":"92011996","normalized":"documentary","url":"http:\/\/vimeo.com\/tag:documentary","_content":"documentary"},{"author":"908146","id":"92011997","normalized":"2012","url":"http:\/\/vimeo.com\/tag:2012","_content":"2012"},{"author":"908146","id":"92012371","normalized":"workpermits","url":"http:\/\/vimeo.com\/tag:work+permits","_content":"work permits"},{"author":"908146","id":"92042754","normalized":"sb1070","url":"http:\/\/vimeo.com\/tag:sb+1070","_content":"sb 1070"},{"author":"908146","id":"92042755","normalized":"president","url":"http:\/\/vimeo.com\/tag:president","_content":"president"},{"author":"908146","id":"92080535","normalized":"luisgutierrez","url":"http:\/\/vimeo.com\/tag:Luis+Gutierrez","_content":"Luis Gutierrez"},{"author":"908146","id":"92080536","normalized":"marcmorial","url":"http:\/\/vimeo.com\/tag:Marc+Morial","_content":"Marc Morial"},{"author":"908146","id":"92080537","normalized":"hermanapostropheskipapostrophemason","url":"http:\/\/vimeo.com\/tag:Herman+%26%23039%3BSkip%26%23039%3B+Mason","_content":"Herman 'Skip' Mason"},{"author":"908146","id":"92083072","normalized":"redepic","url":"http:\/\/vimeo.com\/tag:red+epic","_content":"red epic"},{"author":"908146","id":"92083122","normalized":"7d","url":"http:\/\/vimeo.com\/tag:7d","_content":"7d"}]},"cast":{"member":[{"display_name":"John X. Carey","id":"908146","role":"Director\/Editor","username":"johnxcarey"},{"display_name":"Michael Mitchell","id":"4383003","role":"DP","username":"mikemitchell"},{"display_name":"Chris Saul","id":"939771","role":"DP","username":"chrissaul"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/44123341"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/44123341"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/306\/408\/306408509_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/306\/408\/306408509_200.jpg"},{"height":"272","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/306\/408\/306408509_640.jpg"},{"height":"544","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/306\/408\/306408509_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"52711779","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Landfill Harmonic- The world sends us garbage... We send back music.","description":"If you like our teaser, please share and follow us in Facebook. If you wish to make a donation to complete the film please visit: http:\/\/www.creativevisions.org\/get-involved\/cap\/landfill-harmonic","upload_date":"2012-11-02 16:16:55","modified_date":"2013-11-20 15:09:24","number_of_plays":"2313463","number_of_likes":"2750","number_of_comments":"184","width":"1280","height":"720","duration":"223","owner":{"display_name":"Landfill Harmonic","id":"7746747","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/user7746747","realname":"Landfill Harmonic","username":"user7746747","videosurl":"http:\/\/vimeo.com\/user7746747\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/www.gravatar.com\/avatar\/ab2f9e4703a9469512865539ad3ca242?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_30_green.png&s=30"},{"height":"75","width":"75","_content":"http:\/\/www.gravatar.com\/avatar\/ab2f9e4703a9469512865539ad3ca242?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_75_green.png&s=75"},{"height":"100","width":"100","_content":"http:\/\/www.gravatar.com\/avatar\/ab2f9e4703a9469512865539ad3ca242?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_100_green.png&s=100"},{"height":"300","width":"300","_content":"http:\/\/www.gravatar.com\/avatar\/ab2f9e4703a9469512865539ad3ca242?d=http%3A%2F%2Fb.vimeocdn.com%2Fimages_v6%2Fportraits%2Fportrait_300_green.png&s=300"}]}},"tags":{"tag":[{"author":"7746747","id":"103658296","normalized":"education","url":"http:\/\/vimeo.com\/tag:Education","_content":"Education"},{"author":"7746747","id":"103658297","normalized":"music","url":"http:\/\/vimeo.com\/tag:Music","_content":"Music"},{"author":"7746747","id":"103658298","normalized":"environment","url":"http:\/\/vimeo.com\/tag:Environment","_content":"Environment"},{"author":"7746747","id":"103658299","normalized":"achievement","url":"http:\/\/vimeo.com\/tag:Achievement","_content":"Achievement"},{"author":"7746747","id":"103658300","normalized":"youth","url":"http:\/\/vimeo.com\/tag:youth","_content":"youth"},{"author":"7746747","id":"103658301","normalized":"recycling","url":"http:\/\/vimeo.com\/tag:recycling","_content":"recycling"},{"author":"7746747","id":"103658302","normalized":"empowerment","url":"http:\/\/vimeo.com\/tag:empowerment","_content":"empowerment"},{"author":"7746747","id":"103658303","normalized":"landfillharmonicdocumentary","url":"http:\/\/vimeo.com\/tag:Landfill+Harmonic+Documentary","_content":"Landfill Harmonic Documentary"},{"author":"7746747","id":"116177696","normalized":"recycledorchestra","url":"http:\/\/vimeo.com\/tag:Recycled+Orchestra","_content":"Recycled Orchestra"},{"author":"7746747","id":"116177697","normalized":"classicalmusic","url":"http:\/\/vimeo.com\/tag:Classical+Music","_content":"Classical Music"},{"author":"7746747","id":"116177698","normalized":"green","url":"http:\/\/vimeo.com\/tag:green","_content":"green"},{"author":"7746747","id":"116177699","normalized":"orchestra","url":"http:\/\/vimeo.com\/tag:Orchestra","_content":"Orchestra"},{"author":"7746747","id":"116177700","normalized":"paraguay","url":"http:\/\/vimeo.com\/tag:Paraguay","_content":"Paraguay"},{"author":"7746747","id":"116177701","normalized":"latin","url":"http:\/\/vimeo.com\/tag:Latin","_content":"Latin"},{"author":"7746747","id":"116177702","normalized":"bach","url":"http:\/\/vimeo.com\/tag:Bach","_content":"Bach"}]},"cast":{"member":{"display_name":"Landfill Harmonic","id":"7746747","role":"Producer","username":"user7746747"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/52711779"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/52711779"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/363\/827\/363827218_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/363\/827\/363827218_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/363\/827\/363827218_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/363\/827\/363827218_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"13140360","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"stillmotion's guide to lenses for weddings and events \/\/ a cinema caravan tutorial","description":"thanks to all of our amazing sponsors that have made this trip possible and that have brought this tutorial to you. we have plenty more to come.\n\nfirst and foremost, thanks to canon live learning for making all of this possible (the bus and all). thanks to manfrotto for being so kind in providing 16 monopods plus tons more gear. thanks to cinevate for the shoulder rigs and atlas camera sliders. thanks to zacuto for the z-finders and DSLR rig. thanks to tiffen\/lowel\/steadicam for all of their lighting and stabilization support.\n\nwe setup for our first workshop tonight and it almost resembled the show floor of BH at times.\n\nlet us know what you think. we are happy to answer any questions and we look forward to hitting the road and shooting our next tutorial in chicago.\n\ncheck out our blog for the road trip here:\nhttp:\/\/canoncaravan.stillmotionblog.com\/\n\nP.","upload_date":"2010-07-06 18:50:49","modified_date":"2013-11-20 14:54:47","number_of_plays":"166305","number_of_likes":"3464","number_of_comments":"141","width":"1280","height":"720","duration":"335","owner":{"display_name":"stillmotion","id":"403001","is_plus":"0","is_pro":"1","is_staff":"0","profileurl":"http:\/\/vimeo.com\/stillmotionfilms","realname":"stillmotion","username":"stillmotionfilms","videosurl":"http:\/\/vimeo.com\/stillmotionfilms\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/527\/016\/5270167_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/527\/016\/5270167_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/527\/016\/5270167_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/527\/016\/5270167_300.jpg"}]}},"tags":{"tag":[{"author":"403001","id":"31168965","normalized":"canon","url":"http:\/\/vimeo.com\/tag:canon","_content":"canon"},{"author":"403001","id":"31168966","normalized":"zacuto","url":"http:\/\/vimeo.com\/tag:zacuto","_content":"zacuto"},{"author":"403001","id":"31168967","normalized":"cinevate","url":"http:\/\/vimeo.com\/tag:cinevate","_content":"cinevate"},{"author":"403001","id":"31168968","normalized":"manforotto","url":"http:\/\/vimeo.com\/tag:manforotto","_content":"manforotto"},{"author":"403001","id":"31168969","normalized":"livelearning","url":"http:\/\/vimeo.com\/tag:live+learning","_content":"live learning"},{"author":"403001","id":"31168970","normalized":"education","url":"http:\/\/vimeo.com\/tag:education","_content":"education"},{"author":"403001","id":"31168971","normalized":"workshops","url":"http:\/\/vimeo.com\/tag:workshops","_content":"workshops"},{"author":"403001","id":"31168972","normalized":"roadtrip","url":"http:\/\/vimeo.com\/tag:road+trip","_content":"road trip"},{"author":"403001","id":"31168973","normalized":"stillmotion","url":"http:\/\/vimeo.com\/tag:stillmotion","_content":"stillmotion"},{"author":"403001","id":"31168974","normalized":"weddingcinema","url":"http:\/\/vimeo.com\/tag:wedding+cinema","_content":"wedding cinema"}]},"cast":{"member":{"display_name":"stillmotion","id":"403001","role":"","username":"stillmotionfilms"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/13140360"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/13140360"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/749\/452\/74945252_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/749\/452\/74945252_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/749\/452\/74945252_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/749\/452\/74945252_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"22808564","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Shelter from the Storm","description":"Ms. Reifler is a one of a kind elementary school teacher who educates her students on the importance of living a life that matters. Her classroom gives her low-income, east Los Angeles students a brief refuge. \n\nDirector: John X. Carey \nwww.johnxcarey.com \n\nProducer : Roman Wyden\nCinematography : Chris Saul | www.chrissaul.com\nMusic: The Cinematic Orchestra: \"That Home\", \"To Build A Home\"; Frightened Rabbit: \"Skip The Youth\".","upload_date":"2011-04-24 14:03:51","modified_date":"2013-11-20 14:46:03","number_of_plays":"366356","number_of_likes":"2735","number_of_comments":"138","width":"1280","height":"720","duration":"220","owner":{"display_name":"John X. Carey","id":"908146","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/johnxcarey","realname":"John X. Carey","username":"johnxcarey","videosurl":"http:\/\/vimeo.com\/johnxcarey\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/315\/438\/3154387_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/315\/438\/3154387_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/315\/438\/3154387_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/315\/438\/3154387_300.jpg"}]}},"tags":{"tag":[{"author":"908146","id":"51908392","normalized":"documentary","url":"http:\/\/vimeo.com\/tag:Documentary","_content":"Documentary"},{"author":"908146","id":"51908395","normalized":"artcentercollegeofdesign","url":"http:\/\/vimeo.com\/tag:Art+Center+College+of+Design","_content":"Art Center College of Design"},{"author":"908146","id":"51908397","normalized":"hope","url":"http:\/\/vimeo.com\/tag:Hope","_content":"Hope"},{"author":"908146","id":"51908400","normalized":"canon","url":"http:\/\/vimeo.com\/tag:canon","_content":"canon"},{"author":"908146","id":"51908405","normalized":"teacher","url":"http:\/\/vimeo.com\/tag:Teacher","_content":"Teacher"},{"author":"908146","id":"51908408","normalized":"losangeles","url":"http:\/\/vimeo.com\/tag:Los+Angeles","_content":"Los Angeles"},{"author":"908146","id":"51908410","normalized":"waitingforsuperman","url":"http:\/\/vimeo.com\/tag:Waiting+for+Superman","_content":"Waiting for Superman"},{"author":"908146","id":"51908413","normalized":"johnxdotcarey","url":"http:\/\/vimeo.com\/tag:John+X.+Carey","_content":"John X. Carey"},{"author":"908146","id":"51908414","normalized":"humanitarian","url":"http:\/\/vimeo.com\/tag:Humanitarian","_content":"Humanitarian"},{"author":"908146","id":"51908418","normalized":"change","url":"http:\/\/vimeo.com\/tag:Change","_content":"Change"},{"author":"908146","id":"51908419","normalized":"education","url":"http:\/\/vimeo.com\/tag:Education","_content":"Education"},{"author":"908146","id":"51908420","normalized":"elementaryschool","url":"http:\/\/vimeo.com\/tag:Elementary+School","_content":"Elementary School"},{"author":"908146","id":"51908421","normalized":"children","url":"http:\/\/vimeo.com\/tag:Children","_content":"Children"},{"author":"908146","id":"51908422","normalized":"kids","url":"http:\/\/vimeo.com\/tag:Kids","_content":"Kids"},{"author":"908146","id":"51908512","normalized":"classroom","url":"http:\/\/vimeo.com\/tag:Classroom","_content":"Classroom"},{"author":"908146","id":"51908516","normalized":"hd","url":"http:\/\/vimeo.com\/tag:HD","_content":"HD"},{"author":"908146","id":"51908551","normalized":"mariarosareifler","url":"http:\/\/vimeo.com\/tag:Maria+Rosa+Reifler","_content":"Maria Rosa Reifler"},{"author":"908146","id":"51908660","normalized":"msdotreifler","url":"http:\/\/vimeo.com\/tag:Ms.+Reifler","_content":"Ms. Reifler"},{"author":"908146","id":"51908679","normalized":"shortfilm","url":"http:\/\/vimeo.com\/tag:Short+Film","_content":"Short Film"},{"author":"908146","id":"51925349","normalized":"5dmkii","url":"http:\/\/vimeo.com\/tag:5D+mk+II","_content":"5D mk II"}]},"cast":{"member":[{"display_name":"John X. Carey","id":"908146","role":"Writer\/Director\/Editor ","username":"johnxcarey"},{"display_name":"Chris Saul","id":"939771","role":"Cinematographer","username":"chrissaul"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/22808564"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/22808564"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/287\/151\/287151130_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/287\/151\/287151130_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/287\/151\/287151130_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/287\/151\/287151130_1280.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-11-20 14:40:05","number_of_plays":"131459","number_of_likes":"3391","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":"31215588","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"The Last Train","description":"'The Last Train' is an animated short movie that was made as part of The Animation Hub, a collaboration between staff and students of the Irish School of Animation (ISA) at Ballyfermot College of Further Education (BCFE), staff and students of Trinity College\u2019s Graphics, Vision and Visualisation Group (GV2) and the recently established animation studio Giant Creative (www.giant.ie), set up by BCFE graduates.\n\nThe Animation Hub, which received support from the Irish Film Board and Science Foundation Ireland, ran for 3 months over the summer in 2011 and involved Giant Creative working with animation and computer science students to create a one minute animated short fusing motion capture techniques with naturalistic 3D character animation.\n\n\nDirected by Giant Creative (www.giant.ie)\n\nTrinity College Project Manager Carol O Sullivan (http:\/\/www.tcd.ie\/)\n\nBallyfermot College Project Manager Gareth Lee (http:\/\/www.isa-bcfe.ie\/)\n\nTechnical Consultant Shane Whelan\n\nMusic by Epic Soul Factory\n\nBCFE Students Mark Fisher Owen Maloney\n\nTCD Students Kenneth Ryall Amy Davidson","upload_date":"2011-10-27 14:33:08","modified_date":"2013-11-20 14:25:42","number_of_plays":"245683","number_of_likes":"2570","number_of_comments":"107","width":"1280","height":"720","duration":"65","owner":{"display_name":"Animation Hub","id":"9052200","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/animationhub","realname":"Animation Hub","username":"animationhub","videosurl":"http:\/\/vimeo.com\/animationhub\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/271\/927\/2719278_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/271\/927\/2719278_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/271\/927\/2719278_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/271\/927\/2719278_300.jpg"}]}},"tags":{"tag":[{"author":"9052200","id":"68787352","normalized":"animation","url":"http:\/\/vimeo.com\/tag:animation","_content":"animation"},{"author":"9052200","id":"68787353","normalized":"3d","url":"http:\/\/vimeo.com\/tag:3d","_content":"3d"},{"author":"9052200","id":"68787354","normalized":"giantcreative","url":"http:\/\/vimeo.com\/tag:giant+creative","_content":"giant creative"},{"author":"9052200","id":"68787355","normalized":"trinity","url":"http:\/\/vimeo.com\/tag:trinity","_content":"trinity"},{"author":"9052200","id":"68787356","normalized":"college","url":"http:\/\/vimeo.com\/tag:college","_content":"college"},{"author":"9052200","id":"68787357","normalized":"ballyfermot","url":"http:\/\/vimeo.com\/tag:ballyfermot","_content":"ballyfermot"},{"author":"9052200","id":"68787358","normalized":"motioncapture","url":"http:\/\/vimeo.com\/tag:motion+capture","_content":"motion capture"},{"author":"9052200","id":"68787359","normalized":"tcd","url":"http:\/\/vimeo.com\/tag:TCD","_content":"TCD"},{"author":"9052200","id":"68787360","normalized":"bcfe","url":"http:\/\/vimeo.com\/tag:BCFE","_content":"BCFE"},{"author":"9052200","id":"68787365","normalized":"isa","url":"http:\/\/vimeo.com\/tag:ISA","_content":"ISA"}]},"cast":{"member":[{"display_name":"Animation Hub","id":"9052200","role":"","username":"animationhub"},{"display_name":"Giant Animation Studios","id":"9632323","role":"Director","username":"giantanimation"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/31215588"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/31215588"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/210\/439\/210439502_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/210\/439\/210439502_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/210\/439\/210439502_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/210\/439\/210439502_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"45232468","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Inge Druckrey: Teaching to See","description":"Directed and edited by Andrei Severny. Produced by Edward Tufte.\n\n\"If you do one thing today, watch this 40-minute crash course in Design Thinking.\"\nFastCompany [ http:\/\/www.fastcodesign.com\/1670615\/a-40-minute-crash-course-in-design-thinking ]\n\n\"A great story beautifully told.\"\nKen Carbone, Designer, Chief Creative Director, Carbone Smolan Agency\n\n\u201cThis [film] is about patient and dedicated teaching, about learning to look and visualize in order to design, about the importance of drawing. It is one designer\u2019s personal experience of issues that face all designers, expressed with sympathy and encouragement, and illustrated with examples of Inge [Druckrey]\u2019s own work and that of grateful generations of her students. There are simple phrases that give insights into complex matters, for example that letterforms are \u2018memories of motion.\u2019 Above all, it is characteristic of Inge that in this examination of basic principles the word \u201cbeautiful\u201d is used several times.\u201d\n\nMatthew Carter, type designer, MacArthur Fellow\n\n\n\u201cThis film is absolutely beautiful. I'm so impressed with it and learned so much in such a compact piece. I feel like it picked up where Helvetica left off with the subtle principles of typographical balance and some early history stemming from the human hand. Your wonderful teaching approach comes through loud and clear and stands as an inspiration and model for others including myself. This is fantastic.\u201d\n\nLuke Geissbuhler, Cinematographer of Helvetica and other films\n\n\n\"A great documentation of the visual values we hold dear.\"\n\nRoger Remington, Vignelli Distinguished Professor of Design, RIT\n\n\n\"A fine, insightful and educational documentary. It captures Inge\u2019s work as a designer and educator, her thinking and her SEEING, in a wonderful and most perfect way. Truly Inspirational!\"\n\nHans-Ulrich Allemann, Designer\/Educator\n\n\n\nMore info at www.tufte.com\nwww.TeachingToSee.org\nwww.facebook.com\/TeachingToSee","upload_date":"2012-07-05 01:56:20","modified_date":"2013-11-20 14:59:41","number_of_plays":"167992","number_of_likes":"2599","number_of_comments":"34","width":"1280","height":"720","duration":"2218","owner":{"display_name":"Edward Tufte","id":"350801","is_plus":"0","is_pro":"1","is_staff":"0","profileurl":"http:\/\/vimeo.com\/et","realname":"Edward Tufte","username":"et","videosurl":"http:\/\/vimeo.com\/et\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/110\/303\/1103035_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/110\/303\/1103035_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/110\/303\/1103035_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/110\/303\/1103035_300.jpg"}]}},"tags":{"tag":[{"author":"350801","id":"93554240","normalized":"ingedruckrey","url":"http:\/\/vimeo.com\/tag:Inge+Druckrey","_content":"Inge Druckrey"},{"author":"350801","id":"93554241","normalized":"arminhofmann","url":"http:\/\/vimeo.com\/tag:Armin+Hofmann","_content":"Armin Hofmann"},{"author":"350801","id":"93554243","normalized":"edwardtufte","url":"http:\/\/vimeo.com\/tag:Edward+Tufte","_content":"Edward Tufte"},{"author":"350801","id":"93554245","normalized":"letterform","url":"http:\/\/vimeo.com\/tag:letterform","_content":"letterform"},{"author":"350801","id":"93554246","normalized":"calligraphy","url":"http:\/\/vimeo.com\/tag:calligraphy","_content":"calligraphy"},{"author":"350801","id":"93554247","normalized":"typeface","url":"http:\/\/vimeo.com\/tag:typeface","_content":"typeface"},{"author":"350801","id":"94343944","normalized":"education","url":"http:\/\/vimeo.com\/tag:education","_content":"education"},{"author":"350801","id":"94343945","normalized":"learning","url":"http:\/\/vimeo.com\/tag:learning","_content":"learning"},{"author":"350801","id":"94343946","normalized":"yale","url":"http:\/\/vimeo.com\/tag:Yale","_content":"Yale"},{"author":"350801","id":"94343947","normalized":"risd","url":"http:\/\/vimeo.com\/tag:RISD","_content":"RISD"},{"author":"350801","id":"94343948","normalized":"uarts","url":"http:\/\/vimeo.com\/tag:UArts","_content":"UArts"},{"author":"350801","id":"94343949","normalized":"reedcollege","url":"http:\/\/vimeo.com\/tag:Reed+college","_content":"Reed college"},{"author":"350801","id":"94343950","normalized":"krisholmes","url":"http:\/\/vimeo.com\/tag:Kris+Holmes","_content":"Kris Holmes"},{"author":"350801","id":"94343951","normalized":"lloydreynolds","url":"http:\/\/vimeo.com\/tag:Lloyd+Reynolds","_content":"Lloyd Reynolds"},{"author":"350801","id":"94343952","normalized":"kencarbone","url":"http:\/\/vimeo.com\/tag:Ken+Carbone","_content":"Ken Carbone"},{"author":"350801","id":"94344852","normalized":"graphicsdesign","url":"http:\/\/vimeo.com\/tag:graphics+design","_content":"graphics design"},{"author":"350801","id":"94394797","normalized":"stevejobs","url":"http:\/\/vimeo.com\/tag:Steve+Jobs","_content":"Steve Jobs"},{"author":"350801","id":"94394798","normalized":"andreiseverny","url":"http:\/\/vimeo.com\/tag:Andrei+Severny","_content":"Andrei Severny"}]},"cast":{"member":[{"display_name":"Edward Tufte","id":"350801","role":"Executive Producer","username":"et"},{"display_name":"Andrei Severny","id":"352752","role":"Director, Editor, Cinematographer","username":"andrei"},{"display_name":"Giacomo Ciminello","id":"3312318","role":"Additional Editing","username":"giac"},{"display_name":"Kris Holmes","id":"1405766","role":"Speaks on calligraphy","username":"labloomba"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/45232468"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/45232468"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/316\/207\/316207219_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/316\/207\/316207219_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/316\/207\/316207219_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/316\/207\/316207219_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"46264514","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"The Biological Advantage of Being Awestruck - by @JasonSilva","description":"Follow me on twitter! @JasonSilva - https:\/\/twitter.com\/JasonSilva\n\nThis video was created by Jason Silva and shot and edited with my friends at Bravo Media, and is non-commercial and for educational and inspirational purposes only. Full credits and clip attributions can be found below. This video was inspired by three big ideas:\n\n1) The ideas of psychologist Nicholas Humphrey who has written of \"THE BIOLOGICAL ADVANTAGE OF BEING AWESTRUCK\". Basically, our ability to awe was biologically selected for by evolution because it imbues our lives with sense of cosmic significance that has resulted in a species that works harder not just to survive but to flourish and thrive... \n\n\"Humphrey refers to consciousness as a magic show that you stage for yourself inside your head, which lights up the world and makes you feel special and transcendent... this magical theater provides a reason to live, a love of occupying the present moment, and a desire to sustain it into the future, that over time has proved stronger than anything else, and accounts for humanity\u2019s swift and triumphant success-- \n\nHumphrey says \u201cbeing enchanted by the magic of experience, rather than being just an aid to survival, provides an essential incentive to survive.\u201d\n\n\"We relish just being here. We feel \u201cthe yen to confirm and renew, in small ways or large, our own occupancy of the present moment, to go deeper, to extend it, to revel in being there, and when we have the skill, to celebrate it in words..\u201d\n\nOur desire to understand brings exquisite pleasure... and feeds our exploratory voyage, our scientific inquiry, our technological development, and even our poetic self-regard..\n\nMore: http:\/\/online.wsj.com\/article\/SB10001424052748703858404576214771893335998.html\n\n2) The Stanford study that found that AWE is clinically good for you, expanding perception of time, increasing compassion and empathy and promoting well being:\n\nMore: http:\/\/www.theatlantic.com\/health\/archive\/2012\/07\/study-awe-inspiring-experiences-change-our-perception-of-time\/260138\/\n\n3) Ross Andersen's rapturous meditation on the ontological awakening of our psyches provided by the Hubble Space Telescope: \"At first glancing the Deep FIELD \u201cone might mistake it for gemstones scattered across black velvet, but a closer look reveals that each smudge of light, 2,600 in all, is a galaxy dense with billions of star-fired worlds, pinwheeling in deep time. \u2026 To that point, astronomy had imaged objects only four billion light years away, and poorly at that. Here a telescope reached 11 and a half billion light years into space and delivered an image legible to the layman: an unprecedented expansion of human vision.\"\n\nMore: http:\/\/lareviewofbooks.org\/article.php?id=331\n\n**Music by John Murphy - \"Kaneda's Death Pt 2\" from Sunshine Soundtrack\nitunes.apple.com\/us\/album\/sunshine-music-from-motion\/id297702863\n\n**Featuring Stock Footage from Shutterstock\nStill images courtesy of THE IMAGINARY FOUNDATION - http:\/\/www.imaginaryfoundation.com\/\nAnd clips from Knate Myers' \"ISS at Night\" featuring NASA images: http:\/\/vimeo.com\/45878034\n\nCamera: Liam O' Sullivan\nEdited by Jess Betz and Jason Silva \nShot and edited at BRAVO MEDIA - http:\/\/bravomediainc.com\/","upload_date":"2012-07-23 21:52:00","modified_date":"2013-11-20 14:49:08","number_of_plays":"372373","number_of_likes":"1986","number_of_comments":"82","width":"1280","height":"720","duration":"201","owner":{"display_name":"Jason Silva","id":"1524829","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/jasonsilva","realname":"Jason Silva","username":"jasonsilva","videosurl":"http:\/\/vimeo.com\/jasonsilva\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/323\/365\/3233659_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/323\/365\/3233659_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/323\/365\/3233659_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/323\/365\/3233659_300.jpg"}]}},"tags":{"tag":[{"author":"1524829","id":"95497100","normalized":"awe","url":"http:\/\/vimeo.com\/tag:awe","_content":"awe"},{"author":"1524829","id":"95497101","normalized":"inspiration","url":"http:\/\/vimeo.com\/tag:inspiration","_content":"inspiration"},{"author":"1524829","id":"95497102","normalized":"singularity","url":"http:\/\/vimeo.com\/tag:singularity","_content":"singularity"},{"author":"1524829","id":"95497103","normalized":"imagination","url":"http:\/\/vimeo.com\/tag:imagination","_content":"imagination"},{"author":"1524829","id":"95497104","normalized":"kurzweil","url":"http:\/\/vimeo.com\/tag:kurzweil","_content":"kurzweil"},{"author":"1524829","id":"95497105","normalized":"psychedelic","url":"http:\/\/vimeo.com\/tag:psychedelic","_content":"psychedelic"},{"author":"1524829","id":"95497106","normalized":"jasonsilva","url":"http:\/\/vimeo.com\/tag:jason+silva","_content":"jason silva"},{"author":"1524829","id":"95497107","normalized":"technology","url":"http:\/\/vimeo.com\/tag:technology","_content":"technology"},{"author":"1524829","id":"95497108","normalized":"hubble","url":"http:\/\/vimeo.com\/tag:hubble","_content":"hubble"},{"author":"1524829","id":"95497109","normalized":"space","url":"http:\/\/vimeo.com\/tag:space","_content":"space"},{"author":"1524829","id":"95497110","normalized":"universe","url":"http:\/\/vimeo.com\/tag:universe","_content":"universe"},{"author":"1524829","id":"95497111","normalized":"galaxy","url":"http:\/\/vimeo.com\/tag:galaxy","_content":"galaxy"},{"author":"1524829","id":"95497112","normalized":"science","url":"http:\/\/vimeo.com\/tag:science","_content":"science"},{"author":"1524829","id":"95497113","normalized":"humanity","url":"http:\/\/vimeo.com\/tag:humanity","_content":"humanity"},{"author":"1524829","id":"95497114","normalized":"carlsagan","url":"http:\/\/vimeo.com\/tag:carl+sagan","_content":"carl sagan"},{"author":"1524829","id":"95497115","normalized":"cosmos","url":"http:\/\/vimeo.com\/tag:cosmos","_content":"cosmos"},{"author":"1524829","id":"95497116","normalized":"time","url":"http:\/\/vimeo.com\/tag:time","_content":"time"},{"author":"1524829","id":"95497117","normalized":"infinity","url":"http:\/\/vimeo.com\/tag:infinity","_content":"infinity"},{"author":"1524829","id":"95497118","normalized":"beauty","url":"http:\/\/vimeo.com\/tag:beauty","_content":"beauty"},{"author":"1524829","id":"95497119","normalized":"truth","url":"http:\/\/vimeo.com\/tag:truth","_content":"truth"}]},"cast":{"member":{"display_name":"Jason Silva","id":"1524829","role":"","username":"jasonsilva"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/46264514"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/323\/967\/323967313_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/323\/967\/323967313_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/323\/967\/323967313_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/323\/967\/323967313_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"13621353","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Monstrous Wildlife","description":"Monstrous Wildlife is an educational film about Graboids, which i've created for my bachelor thesis at the university of applied sciences augsburg (germany) 2010.\n\nIdea and Animation\nFrank Robnik\n\nSpeaker\nDavid Ingram\n\nMusic\nSebastian Birkl\n\nGraboids\nbased on the Tremors-Movies","upload_date":"2010-07-25 10:41:28","modified_date":"2013-11-20 15:06:40","number_of_plays":"222632","number_of_likes":"2226","number_of_comments":"93","width":"1280","height":"720","duration":"300","owner":{"display_name":"Frank Robnik","id":"2065814","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/frobnik","realname":"Frank Robnik","username":"frobnik","videosurl":"http:\/\/vimeo.com\/frobnik\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/916\/916400_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/916\/916400_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/916\/916400_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/916\/916400_300.jpg"}]}},"tags":{"tag":[{"author":"2065814","id":"32577123","normalized":"graboids","url":"http:\/\/vimeo.com\/tag:Graboids","_content":"Graboids"},{"author":"2065814","id":"32577124","normalized":"monstermovies","url":"http:\/\/vimeo.com\/tag:Monstermovies","_content":"Monstermovies"},{"author":"2065814","id":"32577125","normalized":"tremors","url":"http:\/\/vimeo.com\/tag:Tremors","_content":"Tremors"},{"author":"2065814","id":"32577126","normalized":"hsaugsburg","url":"http:\/\/vimeo.com\/tag:HS+Augsburg","_content":"HS Augsburg"},{"author":"2065814","id":"32733022","normalized":"educationalfilm","url":"http:\/\/vimeo.com\/tag:educational+film","_content":"educational film"}]},"cast":{"member":[{"display_name":"Frank Robnik","id":"2065814","role":"concept, design and animation","username":"frobnik"},{"display_name":"Sebastian Birkl","id":"4435801","role":"music","username":"user4435801"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/13621353"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/13621353"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/784\/808\/78480880_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/784\/808\/78480880_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/784\/808\/78480880_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/784\/808\/78480880_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"14437767","is_hd":"1","is_transcoding":"0","license":"by","privacy":"anybody","title":"a rather short history of (believable) CG characters in movies","description":"UPDATE 05\/28\/2012:\nexchanged source video for 720p version, no big changes to the content, only small corrections to framing (4:3 --16:9), audio cleanup and 2 or 3 small changes to the edit.\ndue to the 500MB upload limit for free members the bitrate is still rather low at 3200, so don't expect a massive quality boost....\ni also changed the title and added \"rather\" and \"(believable)\" to clear up some misunderstandings as to why i didn't add this or that ;)\n---\nit's a little rough around the edges and could have used a day or two to refine the content, but i guess it's informative enough to share. \n\nFOR EDUCATIONAL PURPOSES ONLY, NO COPYRIGHT INFRINGEMENT INTENDED.\nALL COPYRIGHTED MATERIAL IS OWNED BY ITS RESPECTIVE COPYRIGHT HOLDERS. \nTHIS VIDEO IS COMMENTARY IN NATURE UNDER THE \"FAIR USE\" POLICY.","upload_date":"2010-08-25 19:57:08","modified_date":"2013-11-20 14:08:58","number_of_plays":"256193","number_of_likes":"1998","number_of_comments":"110","width":"1280","height":"720","duration":"1198","owner":{"display_name":"lnrdshelby","id":"1538137","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/lnrdshelby","realname":"lnrdshelby","username":"lnrdshelby","videosurl":"http:\/\/vimeo.com\/lnrdshelby\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/115\/914\/1159148_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/115\/914\/1159148_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/115\/914\/1159148_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/115\/914\/1159148_300.jpg"}]}},"tags":{"tag":[{"author":"1538137","id":"34073290","normalized":"avatar","url":"http:\/\/vimeo.com\/tag:avatar","_content":"avatar"},{"author":"1538137","id":"34073291","normalized":"kingkong","url":"http:\/\/vimeo.com\/tag:king+kong","_content":"king kong"},{"author":"1538137","id":"34073293","normalized":"benjaminbutton","url":"http:\/\/vimeo.com\/tag:benjamin+button","_content":"benjamin button"},{"author":"1538137","id":"34075104","normalized":"jurassicpark","url":"http:\/\/vimeo.com\/tag:jurassic+park","_content":"jurassic park"},{"author":"1538137","id":"34075105","normalized":"cgi","url":"http:\/\/vimeo.com\/tag:CGI","_content":"CGI"},{"author":"1538137","id":"34075106","normalized":"beowulf","url":"http:\/\/vimeo.com\/tag:beowulf","_content":"beowulf"},{"author":"1538137","id":"34075107","normalized":"finalfantasy","url":"http:\/\/vimeo.com\/tag:final+fantasy","_content":"final fantasy"},{"author":"1538137","id":"34075108","normalized":"toystory","url":"http:\/\/vimeo.com\/tag:toy+story","_content":"toy story"},{"author":"1538137","id":"34075109","normalized":"starwars","url":"http:\/\/vimeo.com\/tag:star+wars","_content":"star wars"},{"author":"1538137","id":"34075110","normalized":"matrix","url":"http:\/\/vimeo.com\/tag:matrix","_content":"matrix"},{"author":"1538137","id":"34075111","normalized":"terminator","url":"http:\/\/vimeo.com\/tag:terminator","_content":"terminator"},{"author":"1538137","id":"34075112","normalized":"abyss","url":"http:\/\/vimeo.com\/tag:abyss","_content":"abyss"},{"author":"1538137","id":"34075113","normalized":"lordoftherings","url":"http:\/\/vimeo.com\/tag:lord+of+the+rings","_content":"lord of the rings"},{"author":"1538137","id":"34075114","normalized":"piratesofthecaribbean","url":"http:\/\/vimeo.com\/tag:pirates+of+the+caribbean","_content":"pirates of the caribbean"},{"author":"1538137","id":"34075356","normalized":"stop-motion","url":"http:\/\/vimeo.com\/tag:stop-motion","_content":"stop-motion"},{"author":"1538137","id":"34075357","normalized":"motioncapturing","url":"http:\/\/vimeo.com\/tag:motion+capturing","_content":"motion capturing"},{"author":"1538137","id":"34075358","normalized":"computer-generated","url":"http:\/\/vimeo.com\/tag:computer-generated","_content":"computer-generated"},{"author":"1538137","id":"35400455","normalized":"documentary","url":"http:\/\/vimeo.com\/tag:documentary","_content":"documentary"}]},"cast":{"member":{"display_name":"lnrdshelby","id":"1538137","role":"edit, voiceover, titles","username":"lnrdshelby"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/14437767"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/14437767"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/298\/201\/298201103_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/298\/201\/298201103_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/298\/201\/298201103_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"21511013","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"Second Hand","description":"A 7-minute animated film by Isaac King.\n\nThe term \"second hand\" refers to the ticking hand on a clock; it also describes re-used items. Would you rather save time? Or save stuff? This film examines the imbalance and waste created by these modern obsessions.\n\nWinner - Audience Award, Annecy Animation Festival, France\nWinner - Best Children's Film, Animafest, Zagreb, Croatia\nWinner - Best short film, CromaFest, Mexico City\nWinner - Best short film, Cinanima Animation Festival, Portugal\nWinner - Best short film, VIEW Conference and Festival, Turin, Italy\nWinner - Best Ultra Short Film, Reel Earth Film Festival, New Zealand\nWinner - Best Educational Short Film, Anirmau, Spain\nWinner - Children's Award, EarthVision, Japan\nWinner - Best short film, Earth Port Film Festival, USA\nHonorable Mention, Ottawa Animation Festival, Canada\nHonorable mention, EcoFocus Film Festival, Georgia, USA\n\n\u00a92011 Isaac King\nwww.isaacking.net\nfor festival screenings and production photos: www.isaacking.tumblr.com \nMusic by Jeremy Singer\nAudio design\/mix by Greg Sextro","upload_date":"2011-03-25 23:04:55","modified_date":"2013-11-20 14:33:47","number_of_plays":"135508","number_of_likes":"2347","number_of_comments":"145","width":"640","height":"360","duration":"455","owner":{"display_name":"Isaac King","id":"6216951","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/isaacking","realname":"Isaac King","username":"isaacking","videosurl":"http:\/\/vimeo.com\/isaacking\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/231\/591\/2315916_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/231\/591\/2315916_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/231\/591\/2315916_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/231\/591\/2315916_300.jpg"}]}},"tags":{"tag":[{"author":"6216951","id":"60484601","normalized":"secondhand","url":"http:\/\/vimeo.com\/tag:second+hand","_content":"second hand"},{"author":"6216951","id":"60484602","normalized":"second","url":"http:\/\/vimeo.com\/tag:second","_content":"second"},{"author":"6216951","id":"60484603","normalized":"hand","url":"http:\/\/vimeo.com\/tag:hand","_content":"hand"},{"author":"6216951","id":"60484604","normalized":"animation","url":"http:\/\/vimeo.com\/tag:animation","_content":"animation"},{"author":"6216951","id":"60484605","normalized":"environment","url":"http:\/\/vimeo.com\/tag:environment","_content":"environment"},{"author":"6216951","id":"60484606","normalized":"reuse","url":"http:\/\/vimeo.com\/tag:reuse","_content":"reuse"},{"author":"6216951","id":"60484607","normalized":"reduce","url":"http:\/\/vimeo.com\/tag:reduce","_content":"reduce"},{"author":"6216951","id":"60484608","normalized":"recycle","url":"http:\/\/vimeo.com\/tag:recycle","_content":"recycle"},{"author":"6216951","id":"60484609","normalized":"stop-motion","url":"http:\/\/vimeo.com\/tag:stop-motion","_content":"stop-motion"},{"author":"6216951","id":"60484610","normalized":"mixed-media","url":"http:\/\/vimeo.com\/tag:mixed-media","_content":"mixed-media"},{"author":"6216951","id":"60484611","normalized":"2d","url":"http:\/\/vimeo.com\/tag:2D","_content":"2D"},{"author":"6216951","id":"60484613","normalized":"hoarding","url":"http:\/\/vimeo.com\/tag:hoarding","_content":"hoarding"},{"author":"6216951","id":"60484614","normalized":"disposable","url":"http:\/\/vimeo.com\/tag:disposable","_content":"disposable"},{"author":"6216951","id":"60484615","normalized":"energyefficiency","url":"http:\/\/vimeo.com\/tag:energy+efficiency","_content":"energy efficiency"},{"author":"6216951","id":"60484616","normalized":"balance","url":"http:\/\/vimeo.com\/tag:balance","_content":"balance"},{"author":"6216951","id":"60484617","normalized":"modernsociety","url":"http:\/\/vimeo.com\/tag:modern+society","_content":"modern society"},{"author":"6216951","id":"60484646","normalized":"isaacking","url":"http:\/\/vimeo.com\/tag:isaac+king","_content":"isaac king"},{"author":"6216951","id":"65948995","normalized":"jeremysinger","url":"http:\/\/vimeo.com\/tag:jeremy+singer","_content":"jeremy singer"}]},"cast":{"member":[{"display_name":"Isaac King","id":"6216951","role":"Direction, Story, Animation, ","username":"isaacking"},{"display_name":"Jeremy Singer","id":"5910312","role":"Music","username":"user5910312"},{"display_name":"Greg Sextro","id":"2779507","role":"Audio design\/mix","username":"user2779507"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/21511013"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/21511013"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/178\/685\/178685437_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/178\/685\/178685437_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/178\/685\/178685437_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"29112172","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"RAT Vs POSSUM 'FAT MONK' OFFICIAL MUSIC VIDEO","description":"Lucy has developed a Summer School concept that gives students the opportunity to work directly with industry professionals on a real project whilst at school. Working alongside Melbourne\u2019s RMIT University with architecture, fashion, media and interior design students, this three week intense Summer School offers a fresh and pragmatic framework summoning a new direction in creative education and evolution of music video.\n\nLucy approached Australian synth pop outfit Rat Vs Possum to see if they would be interested in uniting forces with twenty students and make a kaleidoscopic dance clip where students are the actors and actresses.\n\nRat Vs Possum\u2019s Let Music and Bodies Unite is a dance-inspired party album with a music video to match! Trained as a classical ballerina and renowned as a pedigree artist Lucy creates her very own Rock Eistedford! (an Australian nationwide competition for music, dance and drama school students).\n\nLead vocalist Daphne Shum takes us on her journey through her two disparate worlds; whimsical dance choreographies that reference synchronised swimming and a high school science lab are some of the scenes in this fun, theatrical, orchestrated puppet show. These two realities are united by the metallic clad vocalist, Daphne driving these kaleidoscopic worlds. Acclaimed video artist Kit Webster re-projects looped footage back into these worlds to add a synth-pop undertone which perfectly befits the feel of this album.\n\nTurn It Up www.lucymcrae.net\n\nThis project was made possible thanks to VESKI (Victorian Endowment for Science, Knowledge and Innovation) is a charitable institution working to enhance Victoria\u2019s intellectual capital through a dynamic program of fellowships, awards, and international networks. www.veski.org.au\n\nRMIT Students\nAlex Peters, Eli Ghias, Hugh Westland, Hannah Brasier, Janice Liyanage, K-Buzza, Kate Corke, Maya LaCroix, Megan Kiantos, Melissa Edwards, Michael Raymond, Molly Shelton, Simone Ling, Phoebe Baker-Gabb\n\nCredits\nDirector - Lucy McRae\nProduction Designer - Barnaby Monk\n1st Assistant Director - Laetitia Miglore\nCo - Producers - Laetitia Miglore \/ Emma Pisani \nDOP - Katie Milwright\nFocus Puller - Emily Jade Barr\nEditor - Ine van den Elsen\nStabiliser - Erwin van den IJssel\nChoreography - Bobilee Shahine \/ Lucy McRae\nDancers - Bobilee Shahine, Natalie Shahine, Kristiarne Anthony, Kathleen Skipp and Maggie\nMake Up Artist - Emma Louise \nCostume Design - Cassandra Wheat\nCostume Design - Adele Varcoe\nProjections - www.kitwebster.com.au\nTelevision Studio - RMIT Media\nWorkshop Assistance - Kevin The Man\nLead Vocalist - Daphne Shum\nBand Appearance - Kieran O'Shea\nBand Members - Matt Kulesza, Kieran O'Shea, Andrew Noble, Daphne Shum, Adrian Tregonning\nhttp:\/\/ratvspossum.bandcamp.com\n\nThanks to the staff at RMIT Andrea Mina, Anthony Fryatt, Leon van Schaik, Kev from the Workshop (and for teaching yoga), Brian and Keith from Media and Comm and all at the IT .\nSpecial Thanks to www.postpanic.com for being amazing.","upload_date":"2011-09-15 15:30:09","modified_date":"2013-11-20 14:57:52","number_of_plays":"157701","number_of_likes":"2149","number_of_comments":"46","width":"1280","height":"720","duration":"241","owner":{"display_name":"Lucy McRae","id":"2098487","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/lucymcrae","realname":"Lucy McRae","username":"lucymcrae","videosurl":"http:\/\/vimeo.com\/lucymcrae\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/102\/644\/1026445_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/102\/644\/1026445_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/102\/644\/1026445_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/102\/644\/1026445_300.jpg"}]}},"tags":{"tag":[{"author":"2098487","id":"65170093","normalized":"lucymcrae","url":"http:\/\/vimeo.com\/tag:Lucy+McRae","_content":"Lucy McRae"},{"author":"2098487","id":"65170094","normalized":"ratvspossum","url":"http:\/\/vimeo.com\/tag:Rat+Vs+Possum","_content":"Rat Vs Possum"},{"author":"2098487","id":"65170095","normalized":"synthpop","url":"http:\/\/vimeo.com\/tag:Synth+pop","_content":"Synth pop"}]},"cast":{"member":[{"display_name":"Lucy McRae","id":"2098487","role":"Director","username":"lucymcrae"},{"display_name":"Ine van den Elsen","id":"3156618","role":"Post Production","username":"inevandenelsen"},{"display_name":"PostPanic","id":"1398344","role":"Lucy Loves You","username":"postpanic"},{"display_name":"Kit Webster","id":"513903","role":"Projection","username":"kitw"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/29112172"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/29112172"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/196\/274\/196274460_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/196\/274\/196274460_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/196\/274\/196274460_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/196\/274\/196274460_1280.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"74158902","is_hd":"1","is_transcoding":"0","license":"0","privacy":"anybody","title":"Inappropriate Flash Mob","description":"This short film is making the festival rounds but the message is so strong, we had to share. Think of it as our first foray into educational content.\n\nIllustration and Animation: Bill Sneed, Jeffrey Jeong and Oliver Wee\nMusic: Scot Lang\nProducer: Jody MacKinnon","upload_date":"2013-09-09 19:04:50","modified_date":"2013-11-20 14:42:37","number_of_plays":"95865","number_of_likes":"2772","number_of_comments":"40","width":"1280","height":"720","duration":"65","owner":{"display_name":"Yankee Peddler","id":"8980962","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/yankeepeddler","realname":"Yankee Peddler","username":"yankeepeddler","videosurl":"http:\/\/vimeo.com\/yankeepeddler\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/586\/913\/5869139_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/586\/913\/5869139_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/586\/913\/5869139_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/586\/913\/5869139_300.jpg"}]}},"cast":{"member":[{"display_name":"Yankee Peddler","id":"8980962","role":"","username":"yankeepeddler"},{"display_name":"Jeffrey Jeong (Jip)","id":"3420448","role":"Animator\/Illustrator","username":"jipped"},{"display_name":"Oliver Wee","id":"9413520","role":"Animator\/Illustrator","username":"user9413520"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/74158902"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/74158902"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/448\/443\/448443158_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/448\/443\/448443158_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/448\/443\/448443158_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"20269757","is_hd":"1","is_transcoding":"0","license":"by-nd","privacy":"anybody","title":"Wobbleland 2011 (Skrillex, Nero, 12th Planet, Datsik)","description":"Stay Updated on Wobbleland 2012: http:\/\/www.facebook.com\/WobblelandMassive\n\nWobbleland 2011 - Official Video Filmed\/Edited by Jon Zombie Productions http:\/\/www.jonzombie.com\n\nPresented by Vital SC: http:\/\/www.vitalsc.com\/\u200b\nFilmed live on 1.22.11 at the Factory in San Francisco, California, USA.\n\nSkrillex, Nero, Datsik, 12th Planet, Jakwob, Kastle, Luke Nukem, Minnesota, Getter, Filthy Beaver, Skriptah vs. Rate P & Kryph\n\nJON ZOMBIE VIDEO PRODUCTIONS\nhttp:\/\/www.jonzombie.com\nhttp:\/\/www.facebook.com\/\u200bjonzombiepro\nhttp:\/\/www.vimeo.com\/\u200bchannels\/\u200bjonzombie\n\n:::PLAYLIST:::\nThe Cataracs & Dev -- Bass Down Low (Proper Villains Remix) \nKano - Spaceship (Trolley Snatcha Remix)\nFlux Pavilion - Bass Cannon\nShock One (Feat. Metrik) - True Believer (Phetsta Remix)\nPendulum - Witchcraft (Rob Swire Drumstep Mix)\nPlan B - Love Goes Down (Doctor P Remix)\nSkrillex - My Name Is Skrillex (Skrillex Remix)\niSQUARE - Hey Sexy Lady (Skrillex)\n(Unreleased Skrillex Remix)\nSkrillex - Scary Monsters And Nice Sprites\n\nCopyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for \"fair use\" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use. ---- I do not claim ownership of the audio \/ music used in this video. All rights go to the artists credited above.","upload_date":"2011-02-22 21:04:58","modified_date":"2013-11-20 15:27:12","number_of_likes":"1271","number_of_comments":"47","width":"1280","height":"720","duration":"421","owner":{"display_name":"JON ZOMBIE","id":"1032968","is_plus":"0","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/jonzombie","realname":"JON ZOMBIE","username":"jonzombie","videosurl":"http:\/\/vimeo.com\/jonzombie\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/448\/448318_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/448\/448318_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/448\/448318_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/448\/448318_300.jpg"}]}},"tags":{"tag":[{"author":"1032968","id":"46728990","normalized":"jonzombie","url":"http:\/\/vimeo.com\/tag:jon+zombie","_content":"jon zombie"},{"author":"1032968","id":"46728991","normalized":"dubstep","url":"http:\/\/vimeo.com\/tag:dubstep","_content":"dubstep"},{"author":"1032968","id":"46728992","normalized":"wobbleland","url":"http:\/\/vimeo.com\/tag:wobbleland","_content":"wobbleland"},{"author":"1032968","id":"46728993","normalized":"sanfrancisco","url":"http:\/\/vimeo.com\/tag:san+francisco","_content":"san francisco"},{"author":"1032968","id":"46728994","normalized":"skrillex","url":"http:\/\/vimeo.com\/tag:skrillex","_content":"skrillex"},{"author":"1032968","id":"46728995","normalized":"nero","url":"http:\/\/vimeo.com\/tag:nero","_content":"nero"},{"author":"1032968","id":"46728996","normalized":"bass","url":"http:\/\/vimeo.com\/tag:bass","_content":"bass"},{"author":"1032968","id":"46728997","normalized":"datsik","url":"http:\/\/vimeo.com\/tag:datsik","_content":"datsik"},{"author":"1032968","id":"46728998","normalized":"12thplanet","url":"http:\/\/vimeo.com\/tag:12th+planet","_content":"12th planet"},{"author":"1032968","id":"46728999","normalized":"hd","url":"http:\/\/vimeo.com\/tag:HD","_content":"HD"},{"author":"1032968","id":"46729000","normalized":"canon","url":"http:\/\/vimeo.com\/tag:canon","_content":"canon"},{"author":"1032968","id":"46729001","normalized":"550d","url":"http:\/\/vimeo.com\/tag:550D","_content":"550D"},{"author":"1032968","id":"46729002","normalized":"tokina11-16mm","url":"http:\/\/vimeo.com\/tag:tokina+11-16mm","_content":"tokina 11-16mm"},{"author":"1032968","id":"46729003","normalized":"50mm","url":"http:\/\/vimeo.com\/tag:50mm","_content":"50mm"},{"author":"1032968","id":"46729004","normalized":"lowlight","url":"http:\/\/vimeo.com\/tag:lowlight","_content":"lowlight"},{"author":"1032968","id":"46729005","normalized":"club","url":"http:\/\/vimeo.com\/tag:club","_content":"club"},{"author":"1032968","id":"46729006","normalized":"nightlife","url":"http:\/\/vimeo.com\/tag:nightlife","_content":"nightlife"},{"author":"1032968","id":"46729007","normalized":"dnb","url":"http:\/\/vimeo.com\/tag:dnb","_content":"dnb"},{"author":"1032968","id":"46808406","normalized":"t2i","url":"http:\/\/vimeo.com\/tag:t2i","_content":"t2i"},{"author":"1032968","id":"46808407","normalized":"t31","url":"http:\/\/vimeo.com\/tag:t31","_content":"t31"}]},"cast":{"member":{"display_name":"JON ZOMBIE","id":"1032968","role":"","username":"jonzombie"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/20269757"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/20269757"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/132\/275\/132275460_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/132\/275\/132275460_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/132\/275\/132275460_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/132\/275\/132275460_1280.jpg"}]}},{"allow_adds":"0","embed_privacy":"anywhere","id":"44181679","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"Progression of an Animated Shot: Gothel & Rapunzel Disney's Tangled","description":"-This video was created for a class I was teaching. It shows some of my process when creating a shot. The steps show what we receive from layout, the thoughts behind ref & planning, blocking, and taking the shot all the way to final\n\n-This was for educational purposes only, including my own","upload_date":"2012-06-17 02:24:25","modified_date":"2013-11-20 14:34:33","number_of_plays":"121166","number_of_likes":"2243","number_of_comments":"121","width":"640","height":"360","duration":"265","owner":{"display_name":"Jamaal Bradley","id":"4664347","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/jamaalbradley","realname":"Jamaal Bradley","username":"jamaalbradley","videosurl":"http:\/\/vimeo.com\/jamaalbradley\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/633\/269\/6332694_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/633\/269\/6332694_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/633\/269\/6332694_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/633\/269\/6332694_300.jpg"}]}},"cast":{"member":{"display_name":"Jamaal Bradley","id":"4664347","role":"","username":"jamaalbradley"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/44181679"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/44181679"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/309\/858\/309858137_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/309\/858\/309858137_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/309\/858\/309858137_640.jpg"}]}},{"allow_adds":"0","embed_privacy":"anywhere","id":"9820827","is_hd":"0","is_transcoding":"0","license":"0","privacy":"anybody","title":"Anatomy of Apple Design","description":"Transparent House used its visualization capabilities to create a tribute to a company they greatly admire on the occasion of the iPad release. The idea was to show a glimpse into the history of this product giant by modeling some of the innovative products they've developed in their 3+ decade history.\n\nThe animation was done entirely using 3Ds Max and V-Ray render and took about 10 days to complete. Professionally done 3D visualization is the perfect tool to present concepts or new products in a beautiful, photoreal style, while creating a mood with music and conveying a message, through on-screen text or narration.\n\nThis animation was an artistic exercise and not intended for commercial use. The animation is not affiliated with Apple or any third-party companies. We hope this animation will be used mainly as an educational tool for the 3d visualization or\/and design industry. \n\nUpdate: We get a lot of comments and questions on why iMacs or iPods were not shown in the animation. The movie was done on the occasion of release of iPad. We wanted to show the products in Apple history that in our opinion were best related to the nature of the iPad. There were also time limitations - we just couldn' t get every product in.\n\nUpdate: This animation was completed in 2010 and doesn't include any products Apple has unveiled since then. \n\nYou can follow on more news and projects from Transparent House on http:\/\/www.facebook.com\/transparenthouse","upload_date":"2010-03-01 03:09:45","modified_date":"2013-11-20 14:59:10","number_of_plays":"291649","number_of_likes":"1486","number_of_comments":"58","width":"640","height":"360","duration":"122","owner":{"display_name":"Transparent House","id":"1724770","is_plus":"0","is_pro":"1","is_staff":"0","profileurl":"http:\/\/vimeo.com\/transparenthouse","realname":"Transparent House","username":"transparenthouse","videosurl":"http:\/\/vimeo.com\/transparenthouse\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/250\/794\/2507940_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/250\/794\/2507940_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/250\/794\/2507940_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/250\/794\/2507940_300.jpg"}]}},"tags":{"tag":[{"author":"1724770","id":"23682053","normalized":"apple","url":"http:\/\/vimeo.com\/tag:apple","_content":"apple"},{"author":"1724770","id":"23682054","normalized":"design","url":"http:\/\/vimeo.com\/tag:design","_content":"design"},{"author":"1724770","id":"23682055","normalized":"evolution","url":"http:\/\/vimeo.com\/tag:evolution","_content":"evolution"},{"author":"1724770","id":"23682056","normalized":"3d","url":"http:\/\/vimeo.com\/tag:3d","_content":"3d"},{"author":"1724770","id":"23682057","normalized":"animation","url":"http:\/\/vimeo.com\/tag:animation","_content":"animation"},{"author":"1724770","id":"23682058","normalized":"cg","url":"http:\/\/vimeo.com\/tag:cg","_content":"cg"},{"author":"1724770","id":"23682059","normalized":"models","url":"http:\/\/vimeo.com\/tag:models","_content":"models"},{"author":"1724770","id":"23682060","normalized":"photorealistic","url":"http:\/\/vimeo.com\/tag:photorealistic","_content":"photorealistic"},{"author":"1724770","id":"23743117","normalized":"productdesign","url":"http:\/\/vimeo.com\/tag:product+design","_content":"product design"},{"author":"1724770","id":"23743118","normalized":"vintage","url":"http:\/\/vimeo.com\/tag:vintage","_content":"vintage"},{"author":"1724770","id":"23743119","normalized":"80s","url":"http:\/\/vimeo.com\/tag:80s","_content":"80s"},{"author":"1724770","id":"23743120","normalized":"computer","url":"http:\/\/vimeo.com\/tag:computer","_content":"computer"},{"author":"1724770","id":"23743121","normalized":"ipad","url":"http:\/\/vimeo.com\/tag:ipad","_content":"ipad"},{"author":"1724770","id":"23743122","normalized":"iphone","url":"http:\/\/vimeo.com\/tag:iphone","_content":"iphone"}]},"cast":{"member":[{"display_name":"Transparent House","id":"1724770","role":"","username":"transparenthouse"},{"display_name":"Oleg Galkin","id":"1052893","role":"Soundtrack","username":"oleggalkin"}]},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/9820827"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/9820827"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/497\/036\/49703620_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/497\/036\/49703620_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/497\/036\/49703620_640.jpg"}]}},{"allow_adds":"1","embed_privacy":"anywhere","id":"40940686","is_hd":"1","is_transcoding":"0","license":"by-nc-nd","privacy":"anybody","title":"'Welcome to the Anthropocene' Earth Animation","description":"This is the animation done by Globa\u00efa for the short film 'Welcome to the Anthropocene' commissionned for the Planet Under Pressure conference.\n\nThe film charts the growth of humanity into a global force on an equivalent scale to major geological processes. The film is part of the world's first educational webportal on the Anthropocene: http:\/\/www.anthropocene.info\n\nWatch the narrated version here: http:\/\/vimeo.com\/anthropocene\/shortfilm\n\nSite: www.globaia.org\nContact us: info@globaia.org\nHD stills of the original animation: http:\/\/www.igbp.net\/5.1081640c135c7c04eb480001217.html","upload_date":"2012-04-24 10:10:08","modified_date":"2013-11-20 13:45:20","number_of_plays":"438754","number_of_likes":"1266","number_of_comments":"18","width":"1280","height":"720","duration":"181","owner":{"display_name":"Globa\u00efa","id":"3359832","is_plus":"1","is_pro":"0","is_staff":"0","profileurl":"http:\/\/vimeo.com\/globaia","realname":"Globa\u00efa","username":"globaia","videosurl":"http:\/\/vimeo.com\/globaia\/videos","portraits":{"portrait":[{"height":"30","width":"30","_content":"http:\/\/b.vimeocdn.com\/ps\/245\/490\/2454907_30.jpg"},{"height":"75","width":"75","_content":"http:\/\/b.vimeocdn.com\/ps\/245\/490\/2454907_75.jpg"},{"height":"100","width":"100","_content":"http:\/\/b.vimeocdn.com\/ps\/245\/490\/2454907_100.jpg"},{"height":"300","width":"300","_content":"http:\/\/b.vimeocdn.com\/ps\/245\/490\/2454907_300.jpg"}]}},"tags":{"tag":[{"author":"3359832","id":"87203706","normalized":"anthropocene","url":"http:\/\/vimeo.com\/tag:anthropocene","_content":"anthropocene"},{"author":"3359832","id":"87203709","normalized":"world","url":"http:\/\/vimeo.com\/tag:world","_content":"world"},{"author":"3359832","id":"87203710","normalized":"environment","url":"http:\/\/vimeo.com\/tag:environment","_content":"environment"},{"author":"3359832","id":"87203711","normalized":"humanity","url":"http:\/\/vimeo.com\/tag:humanity","_content":"humanity"},{"author":"3359832","id":"87203712","normalized":"present","url":"http:\/\/vimeo.com\/tag:present","_content":"present"},{"author":"3359832","id":"87203713","normalized":"earth","url":"http:\/\/vimeo.com\/tag:earth","_content":"earth"},{"author":"3359832","id":"87203715","normalized":"climate","url":"http:\/\/vimeo.com\/tag:climate","_content":"climate"},{"author":"3359832","id":"87203716","normalized":"impacts","url":"http:\/\/vimeo.com\/tag:impacts","_content":"impacts"},{"author":"3359832","id":"87203717","normalized":"planet","url":"http:\/\/vimeo.com\/tag:planet","_content":"planet"},{"author":"3359832","id":"87203719","normalized":"global","url":"http:\/\/vimeo.com\/tag:global","_content":"global"},{"author":"3359832","id":"87203720","normalized":"change","url":"http:\/\/vimeo.com\/tag:change","_content":"change"},{"author":"3359832","id":"87203722","normalized":"science","url":"http:\/\/vimeo.com\/tag:science","_content":"science"},{"author":"3359832","id":"87203723","normalized":"great","url":"http:\/\/vimeo.com\/tag:great","_content":"great"},{"author":"3359832","id":"87203724","normalized":"acceleration","url":"http:\/\/vimeo.com\/tag:acceleration","_content":"acceleration"}]},"cast":{"member":{"display_name":"Globa\u00efa","id":"3359832","role":"","username":"globaia"}},"urls":{"url":[{"type":"video","_content":"http:\/\/vimeo.com\/40940686"},{"type":"mobile","_content":"http:\/\/vimeo.com\/m\/40940686"}]},"thumbnails":{"thumbnail":[{"height":"75","width":"100","_content":"http:\/\/b.vimeocdn.com\/ts\/284\/596\/284596136_100.jpg"},{"height":"150","width":"200","_content":"http:\/\/b.vimeocdn.com\/ts\/284\/596\/284596136_200.jpg"},{"height":"360","width":"640","_content":"http:\/\/b.vimeocdn.com\/ts\/284\/596\/284596136_640.jpg"},{"height":"720","width":"1280","_content":"http:\/\/b.vimeocdn.com\/ts\/284\/596\/284596136_1280.jpg"}]}}]}}
68
+ http_version:
69
+ recorded_at: Wed, 20 Nov 2013 21:10:06 GMT
70
+ recorded_with: VCR 2.6.0