-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.html
More file actions
890 lines (682 loc) · 53.6 KB
/
source.html
File metadata and controls
890 lines (682 loc) · 53.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
<!doctype html>
<!--[if lt IE 7]><html class="no-js ie6 oldie" lang="en"><![endif]-->
<!--[if IE 7]><html class="no-js ie7 oldie" lang="en"><![endif]-->
<!--[if IE 8]><html class="no-js ie8 oldie" lang="en"><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta property="og:image" content="http://cloudsdocumentary.com/cdn/shop/t/1/assets/fb-image.jpg?v=143385686288789622741433283610" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1' /><![endif]-->
<title>
Clouds Documentary – CLOUDS Documentary
</title>
<meta name="description" content="A generation of artists and hackers have emerged on the internet using open source technologies for experiments in art and design. See it in VR or Desktop." />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://cloudsdocumentary.com/" />
<script src="//code.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/jquery.singlePageNav.min.js?v=167990880777772573991429812667" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/jquery.visible.js?v=97730327182276465501429812671" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/module.js?v=111554284879745891191433192732" type="text/javascript"></script>
<meta property="og:type" content="website" />
<meta property="og:title" content="Clouds Documentary" />
<meta property="og:description" content="A generation of artists and hackers have emerged on the internet using open source technologies for experiments in art and design. See it in VR or Desktop." />
<meta property="og:url" content="https://cloudsdocumentary.com/" />
<meta property="og:site_name" content="CLOUDS Documentary" />
<link href="//cloudsdocumentary.com/cdn/shop/t/1/assets/ajaxify.scss.css?v=102400956902187824411433187793" rel="stylesheet" type="text/css" media="all" />
<link href="//cloudsdocumentary.com/cdn/shop/t/1/assets/theme.scss.css?v=24177265226227934881674755311" rel="stylesheet" type="text/css" media="all" />
<link href="//cloudsdocumentary.com/cdn/shop/t/1/assets/swiper.min.css?v=153516852646893905291429812715" rel="stylesheet" type="text/css" media="all" />
<link href="//cloudsdocumentary.com/cdn/shop/t/1/assets/social-buttons.scss.css?v=54927298687877635451674755311" rel="stylesheet" type="text/css" media="all" />
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/html5shiv.js?v=107268875627107148941429587329" type="text/javascript"></script>
<script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/8391585/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="13209411cb44fbf19bd2f5286f21b881">
<meta id="in-context-paypal-metadata" data-shop-id="8391585" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=8391585" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://shop.app">
<script id="shopify-features" type="application/json">{"accessToken":"13209411cb44fbf19bd2f5286f21b881","betas":["rich-media-storefront-analytics"],"domain":"cloudsdocumentary.com","predictiveSearch":true,"shopId":8391585,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "clouds-documentary.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "US";
Shopify.theme = {"name":"launchpad-star","id":11688993,"schema_name":null,"schema_version":null,"theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "cloudsdocumentary.com/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
window.ShopifyPay = window.ShopifyPay || {};
window.ShopifyPay.apiHost = "shop.app\/pay";
window.ShopifyPay.redirectState = null;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//cloudsdocumentary.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"></script>
<script type="module">
await import("//cloudsdocumentary.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js");
window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true});
</script>
<script>
window.Shopify = window.Shopify || {};
if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
window.Shopify.featureAssets['shop-js'] = {"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]};
</script>
<script id="__st">var __st={"a":8391585,"offset":-14400,"reqid":"1da94f22-8e3b-4505-a230-77a412e2fb16-1774111994","pageurl":"cloudsdocumentary.com\/","u":"467e8f2d944f","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-Rd0I1U3I5BUKM/ZklNQ9ssBhyhvFP+5roZEEsW2MGUw=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//cloudsdocumentary.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//cloudsdocumentary.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-65b4c6d7.js?v=20250812"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://cloudsdocumentary.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://cloudsdocumentary.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
#shopify-buyer-consent {
margin-top: 1em;
display: inline-block;
width: 100%;
}
#shopify-buyer-consent.hidden {
display: none;
}
#shopify-subscription-policy-button {
background: none;
border: none;
padding: 0;
text-decoration: underline;
font-size: inherit;
cursor: pointer;
}
#shopify-subscription-policy-button::before {
box-shadow: none;
}
</style>
<script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/option_selection.js?v=107156704477754843601432943816" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shopifycloud/storefront/assets/themes_support/api.jquery-7ab1a3a4.js" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/scripts.js?v=81663515105605994661432940584" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/social-buttons.js?v=11321258142971877191429587334" type="text/javascript"></script>
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 8391585,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script id="web-pixels-manager-setup">(function e(e,d,r,n,o){if(void 0===o&&(o={}),!Boolean(null===(a=null===(i=window.Shopify)||void 0===i?void 0:i.analytics)||void 0===a?void 0:a.replayQueue)){var i,a;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),u="modern"===l?"modern":"legacy",c=(null!=n?n:{modern:"",legacy:""})[u],f=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:d,hashVersion:r,buildTarget:u}),m=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:r,bundleTarget:l,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{o.browserTarget=l,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:f,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach((function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)})),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return m.emit({status:"failed",errorMsg:"".concat(f," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(c)?c:"",scriptDataAttributes:o}),m.emit({status:"loading"})}catch(e){m.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 8391585,storefrontBaseUrl: "https://cloudsdocumentary.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["2dca8a86","5476ea20","ed8389fc"],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"CLOUDS Documentary","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"clouds-documentary.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/cloudsdocumentary.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},"https://cloudsdocumentary.com/cdn","2f2288a8w2fafd01bp23157a73mcb0adebf",{"modern":"","legacy":""},{"shopId":"8391585","storefrontBaseUrl":"https:\/\/cloudsdocumentary.com","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\", \"5476ea20\", \"ed8389fc\"]","isMerchantRequest":"false","hashVersion":"2f2288a8w2fafd01bp23157a73mcb0adebf","publish":"custom","events":"[[\"page_viewed\",{}]]"});</script><script>
window.ShopifyAnalytics = window.ShopifyAnalytics || {};
window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
window.ShopifyAnalytics.meta.currency = 'USD';
var meta = {"page":{"pageType":"home","requestId":"1da94f22-8e3b-4505-a230-77a412e2fb16-1774111994"}};
for (var attr in meta) {
window.ShopifyAnalytics.meta[attr] = meta[attr];
}
</script>
<script class="analytics">
(function () {
var customDocumentWrite = function(content) {
var jquery = null;
if (window.jQuery) {
jquery = window.jQuery;
} else if (window.Checkout && window.Checkout.$) {
jquery = window.Checkout.$;
}
if (jquery) {
jquery('body').append(content);
}
};
var hasLoggedConversion = function(token) {
if (token) {
return document.cookie.indexOf('loggedConversion=' + token) !== -1;
}
return false;
}
var setCookieIfConversion = function(token) {
if (token) {
var twoMonthsFromNow = new Date(Date.now());
twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
}
}
var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
if (trekkie.integrations) {
return;
}
trekkie.methods = [
'identify',
'page',
'ready',
'track',
'trackForm',
'trackLink'
];
trekkie.factory = function(method) {
return function() {
var args = Array.prototype.slice.call(arguments);
args.unshift(method);
trekkie.push(args);
return trekkie;
};
};
for (var i = 0; i < trekkie.methods.length; i++) {
var key = trekkie.methods[i];
trekkie[key] = trekkie.factory(key);
}
trekkie.load = function(config) {
trekkie.config = config || {};
trekkie.config.initialDocumentCookie = document.cookie;
var first = document.getElementsByTagName('script')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.onerror = function(e) {
var scriptFallback = document.createElement('script');
scriptFallback.type = 'text/javascript';
scriptFallback.onerror = function(error) {
var Monorail = {
produce: function produce(monorailDomain, schemaId, payload) {
var currentMs = new Date().getTime();
var event = {
schema_id: schemaId,
payload: payload,
metadata: {
event_created_at_ms: currentMs,
event_sent_at_ms: currentMs
}
};
return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
},
sendRequest: function sendRequest(endpointUrl, payload) {
// Try the sendBeacon API
if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
var blobData = new window.Blob([payload], {
type: 'text/plain'
});
if (window.navigator.sendBeacon(endpointUrl, blobData)) {
return true;
} // sendBeacon was not successful
} // XHR beacon
var xhr = new XMLHttpRequest();
try {
xhr.open('POST', endpointUrl);
xhr.setRequestHeader('Content-Type', 'text/plain');
xhr.send(payload);
} catch (e) {
console.log(e);
}
return false;
},
isIos12: function isIos12() {
return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
}
};
Monorail.produce('monorail-edge.shopifysvc.com',
'trekkie_storefront_load_errors/1.1',
{shop_id: 8391585,
theme_id: 11688993,
app_name: "storefront",
context_url: window.location.href,
source_url: "//cloudsdocumentary.com/cdn/s/trekkie.storefront.debbda03e9ac9faaa11b0ff77bcb79c971117f47.min.js"});
};
scriptFallback.async = true;
scriptFallback.src = '//cloudsdocumentary.com/cdn/s/trekkie.storefront.debbda03e9ac9faaa11b0ff77bcb79c971117f47.min.js';
first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//cloudsdocumentary.com/cdn/s/trekkie.storefront.debbda03e9ac9faaa11b0ff77bcb79c971117f47.min.js';
first.parentNode.insertBefore(script, first);
};
trekkie.load(
{"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":8391585,"isMerchantRequest":null,"themeId":11688993,"themeCityHash":"7674815209932994041","contentLanguage":"en","currency":"USD","eventMetadataId":"fd1186df-cf40-488e-b980-1af20e2c9d66"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["65f19447","b5387b81"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}}
);
var loaded = false;
trekkie.ready(function() {
if (loaded) return;
loaded = true;
window.ShopifyAnalytics.lib = window.trekkie;
var originalDocumentWrite = document.write;
document.write = customDocumentWrite;
try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
document.write = originalDocumentWrite;
window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"1da94f22-8e3b-4505-a230-77a412e2fb16-1774111994","shopifyEmitted":true});
var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
var token = match? match[1]: undefined;
if (!hasLoggedConversion(token)) {
setCookieIfConversion(token);
}
});
var eventsListenerScript = document.createElement('script');
eventsListenerScript.async = true;
eventsListenerScript.src = "//cloudsdocumentary.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js";
document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
<script
defer
src="https://cloudsdocumentary.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.0.min.js"
data-application="storefront-renderer"
data-shop-id="8391585"
data-render-region="gcp-us-east1"
data-page-type="index"
data-theme-instance-id="11688993"
data-theme-name=""
data-theme-version=""
data-monorail-region="shop_domain"
data-resource-timing-sampling-rate="10"
data-shs="true"
data-shs-beacon="true"
data-shs-export-with-fetch="true"
data-shs-logs-sample-rate="1"
data-shs-beacon-endpoint="https://cloudsdocumentary.com/api/collect"
></script>
</head>
<body>
<cart>
</cart>
<div id="container" class="opacZero"></div>
<div class="holdSlides">
<div class="slide first">
<div class="inner firstInner">
<div class="alignInner single-page-nav">
<h1 class="shop-name">CLOUDS</h1>
<a href="#trailer" id="viewTrailer" class="button whiteBorder opacZero">view trailer</a>
<a href="#store" id="getTheFilm" class="button whiteBorder opacZero">get the film</a>
</div>
</div>
</div>
<div class="slide trailerSlide">
<div class="inner" id="#trailer">
<!--<iframe id="trailer" src="https://player.vimeo.com/video/127444677" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>-->
<iframe id="trailer" src="https://player.vimeo.com/video/917357948?badge=0&autopause=0&player_id=0&app_id=58479" width="500" height="281" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" title="CLOUDS Documentary - Official Trailer / 2015"></iframe>
</div>
</div>
<div class="slide awards">
<div class="inner">
<section>
<h1>an interactive documentary<br /> exploring code and creativity</h1>
<img src="//cloudsdocumentary.com/cdn/shop/t/1/assets/sundance.png?v=54240803758203977431429812713" />
<img src="//cloudsdocumentary.com/cdn/shop/t/1/assets/tribeca.png?v=19325026715182350061429812727" />
<img src="//cloudsdocumentary.com/cdn/shop/t/1/assets/idfa-light.png?v=84110954987600584361433192955" />
</section>
</div>
</div>
<div id="store" class="slide products">
<div class="inner" id="store">
<div>
<div class="featuredProduct">
<a href="/products/usb" >
<div class="top" style="background-image: url(//cloudsdocumentary.com/cdn/shop/products/DataKey_large.jpg?v=1432856143);">
</div>
</a>
<div class="middle">
<section>
<h1>CLOUDS collectors edition drive</h1>
<div class="description"><h2>Order CLOUDS on a glass etched flash drive. This collectible edition includes expanded features and offline viewing. $50</h2>
<meta charset="utf-8">
<h3>
<span>System Requirements:<br></span>Windows 8+ / Mac OS X 10.9+<br>Intel HD Graphics 4200 or faster<br>4 Gigs of RAM more<br><strong>Watch in Virtual Reality with Oculus Rift on PC</strong>
</h3>
<meta charset="utf-8">
<h3></h3></div>
<p class="center">
<img class="oculusLogo" src="//cloudsdocumentary.com/cdn/shop/t/1/assets/oculus.png?v=140749615177388165931468338894" />
</p>
</section>
</div>
<div class="bottom">
<a href="/products/usb" class="button white">order now</a>
</div>
</div>
<div class="featuredProduct">
<a href="https://clouds.vhx.tv/buy/clouds" >
<div class="top" style="background-image: url(//cloudsdocumentary.com/cdn/shop/products/Screen_Shot_2015-05-28_at_7.14.02_PM_3f9038aa-1292-41ba-8fe4-b4b05c553019_large.png?v=1432855197);">
</div>
</a>
<div class="middle">
<section>
<h1>CLOUDS software download</h1>
<div class="description"><h2>Download the CLOUDS Application to watch instantly. This complete version streams from the internet. $10</h2>
<meta charset="utf-8"><meta charset="utf-8">
<h3>
<span>System Requirements:<br></span>Windows 8+ / Mac OS X 10.8+<br>Intel HD Graphics 4200 or faster<br>4 Gigs of RAM more<br><strong>Watch in Virtual Reality with Oculus Rift on PC</strong>
</h3></div>
<p class="center">
<img class="oculusLogo" src="//cloudsdocumentary.com/cdn/shop/t/1/assets/oculus.png?v=140749615177388165931468338894" />
</p>
</section>
</div>
<div class="bottom">
<a href="https://clouds.vhx.tv/buy/clouds" class="button white">download now</a>
</div>
</div>
</div>
<div class="underProductLogos">
<p>Open source available on <a href="https://github.com/CLOUDS-Interactive-Documentary/CLOUDS" target="_blank"><img src="//cloudsdocumentary.com/cdn/shop/t/1/assets/github_logo.svg?v=15764384987037416621429812644" /></a></p>
</div>
</div>
</div>
<div class="slide gallery">
<div class="inner" id="gallery">
<div class="swiper-container swiper-index">
<div class="swiper-wrapper">
<div class="swiper-slide swiper-slide-index" style="background-image: url(https://cdn.shopify.com/s/files/1/0839/1585/files/Aritst_MartinWattenberg_1_1024x1024.jpg?15148222331552755057);">
<p class="caption opacZero">Follow your curiosity through over ten hours of interviews <img src="//cdn.shopify.com/s/files/1/0839/1585/files/Aritst_MartinWattenberg_1_1024x1024.jpg?15148222331552755057"></p>
</div>
<div class="swiper-slide swiper-slide-index" style="background-image: url(https://cdn.shopify.com/s/files/1/0839/1585/files/Screen_Shot_2015-06-01_at_10.09.10_PM_1024x1024.png?9603316241701551851);">
<p class="caption opacZero">Explore the network<img src="//cdn.shopify.com/s/files/1/0839/1585/files/Screen_Shot_2015-06-01_at_10.09.10_PM_1024x1024.png?9603316241701551851"></p>
</div>
<div class="swiper-slide swiper-slide-index" style="background-image: url(https://cdn.shopify.com/s/files/1/0839/1585/files/screencapture_OpenP5SpaceJunk_6_23_30_19_1024x1024.png?17939916296942569837);">
<p class="caption opacZero">Space Junk visualization, one of many interactive graphics contained within CLOUDS<img src="//cdn.shopify.com/s/files/1/0839/1585/files/screencapture_OpenP5SpaceJunk_6_23_30_19_1024x1024.png?17939916296942569837"></p>
</div>
<div class="swiper-slide swiper-slide-index" style="background-image: url(https://cdn.shopify.com/s/files/1/0839/1585/files/screencapture_OpenP5NoiseSphere_6_19_1_39_1024x1024.png?10152503395339766977);">
<p class="caption opacZero">CLOUDS contains over 70 real time Visual Systems, such as this <em>Noise Sphere</em> <img src="//cdn.shopify.com/s/files/1/0839/1585/files/screencapture_OpenP5NoiseSphere_6_19_1_39_1024x1024.png?10152503395339766977"></p>
</div>
<div class="swiper-slide swiper-slide-index" style="background-image: url(https://cdn.shopify.com/s/files/1/0839/1585/files/Fernanda_1_1024x1024.png?15577931423397314183);">
<p class="caption opacZero">Fernanda Viegas
<p><img src="//cdn.shopify.com/s/files/1/0839/1585/files/Fernanda_1_1024x1024.png?15577931423397314183"></p></p>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-prev swiper-button-white"></div>
<div class="swiper-button-next swiper-button-white"></div>
</div>
</div>
</div>
<div class="slide">
<div class="inner tabbedSlide" id="info">
<div id="tabs">
<ul>
<li><a href="#tabs-1">about</a></li>
<li><a href="#tabs-2">press</a></li>
<li><a href="#tabs-3">screenings</a></li>
<li><a href="#tabs-4">cast</a></li>
<li><a href="#tabs-5">credits</a></li>
</ul>
<div class="tab" id="tabs-1">
<p><strong>A generation of artists and hackers have emerged on the internet using open source technologies for experiments in art and design.</strong></p>
<p> </p>
<p>CLOUDS is an interactive documentary and a portrait of this community of digital pioneers, explored through the lens of code. The project asks questions about the future of creativity at a time when algorithms play an important role in shaping culture.</p>
<p> </p>
<p>People featured in the film include 40 artists, designers and hackers who participate in the co-creation of free tools for creative expression: Processing and openFrameworks. Reflecting the story of these online communities, the software behind CLOUDS was built in C++ using openFrameworks, and includes real-time interactive visualizations by the artists featured in the documentary.</p>
<p> </p>
<p>In its revolutionary hybrid format, somewhere between a documentary, a videogame, and data visualization, CLOUDS allows viewers to navigate a web of ideas. It uses a data-driven Story Engine to present an endless ever-changing conversation, where artists co-exist with their code, presented through real-time interactive visual systems and lush 3D environments.</p>
<p> </p>
<p>The project has been presented at prestigious film festivals and museum exhibitions as both an installation and a cinematic experience for a live audience. It’s <i>now available</i> as a software application for audiences at home to download and explore on their personal computers, OS X or PC, with the option of viewing in Oculus VR. The techniques explored in CLOUDS suggest a possible future of storytelling that brings interactive graphics, visual effects and cinema closer together.</p>
<p> </p>
<h1>HISTORY </h1>
<p>In the mid 90s, John Maeda led the Aesthetics and Computation Group at the MIT Media Lab: a space for artists and designers experimenting with software. In 2001, Maeda’s students Casey Reas and Ben Fry built the foundations of Processing, a java toolkit for artists and designers creating work for the web. Over the next decade, Processing was widely adopted as a teaching tool in universities to introduce students to the art of creative coding, while gaining popularity among professional artists for designing interactive graphics and generative art. In 2005, a C++ language called openFrameworks was initiated by Zach Lieberman, Theo Watson and Arturo Castro. OF was inspired by Processing, while designed for faster real-time 3D graphics, and interactive installations using advanced computer vision. OF is now a popular tool for commercial interactive art and non-commercial projects alike. Both Processing and OF remain completely free and open relying on contributions and code addons from communities of individuals around the world who collaboratively build these software libraries using online repositories such as GitHub. As an international phenomenon, popular in North and South America, Japan and Europe, creative coding is broadly considered the first global art movement of the internet age.</p>
<p><strong><strong> </strong></strong></p>
<p>Independent non-profit labs, such as the Studio for Creative Inquiry at Carnegie Mellon, led by Golan Levin, and Eyebeam Art + Technology Center in New York, have supported the work of these open source communities, and supported this documentary.</p>
<p><br /><br /></p>
</div>
<div class="tab" id="tabs-2">
<section class="tab" class="pressColums">
<meta charset="utf-8">
<h1>CREATIVE APPLICATIONS</h1>
<p><a href="http://www.creativeapplications.net/reviews/clouds-code-creativity-and-immersion/">Code, Creativity and Immersion</a></p>
<meta charset="utf-8">
<h1>ROAD TO VR</h1>
<p><a href="http://www.roadtovr.com/clouds-immersive-documentary-combining-cg-data-visualization-live-action-depth-recordings/">CLOUDS is an Immersive VR Documentary Combining CG Data Visualization & Depth-mapped Interviews</a></p>
<meta charset="utf-8">
<h1>MoMA POP RALLY</h1>
<meta charset="utf-8"><meta charset="utf-8">
<p><a href="https://nyc.moma.org/james-george-5f73eef5fd57"><span mce-data-marked="1">Creative New York: James George</span></a></p>
<h1>WIRED</h1>
<p><a href="http://www.wired.com/2012/06/clouds-code-kinect/">CLOUDS, a documentary shot with Kinect, explores beauty and code</a></p>
<meta charset="utf-8">
<h1>VERGE</h1>
<meta charset="utf-8">
<p><a href="'Clouds':%20an%20interactive%20documentary%20shot%20on%20Kinect%20proves%20the%20future%20of%20video%20is%20not%20at%20CES">The Future of Video is not at CES </a></p>
<h1>PBS POV</h1>
<meta charset="utf-8">
<p><a href="http://www.pbs.org/pov/blog/2014/04/5-questions-for-jonathan-minard-and-james-george-creators-of-the-tribeca-storyscapes-award-winning-clouds/">5 Questions for Creators of CLOUDS</a></p>
<h1></h1>
<h1>PBS OFF BOOK</h1>
<meta charset="utf-8">
<p><a href="https://www.youtube.com/watch?v=eBV14-3LT-g">The Art of Creative Coding</a></p>
<h1>CREATORS PROJECT</h1>
<meta charset="utf-8">
<p><a href="http://thecreatorsproject.vice.com/blog/experimental-film-icloudsi-combines-kinects-and-dslrs-to-imagine-the-future-of-filmmaking">Combining Kinect & DSLR to Imagine the Future of Filmmaking </a></p>
<h1></h1>
<meta charset="utf-8">
<h1></h1>
</section>
<section class="contactSection">
<h1 class="contactH1">contact</h1>
<a href="//cloudsdocumentary.com/cdn/shop/t/1/assets/CLOUDS_RELEASE.pdf?v=55358542806676117871433178421" class="whiteBorder button pressKit">DOWNLOAD PRESS KIT</a>
</section>
</div>
<div class="tab" id="tabs-3">
<section class="upcoming">
<h3>upcoming</h3>
<meta charset="utf-8">
<h1>--</h1>
<h2>No Upcoming Screenings</h2>
<p> </p>
</section>
<section class="previous">
<h3>previous</h3>
<h1>01/14</h1>
<h2>Sundance New Frontier - Park City, UT</h2>
<h1>03/14</h1>
<h2>SXSW - Austin, TX</h2>
<h1>04/14</h1>
<h2>Tribeca Storyscapes - New York, NY</h2>
<h1>06/14</h1>
<h2>Eyeo Festival - <span>Minneapolis</span>, MN</h2>
<h1>06/14</h1>
<h2>Sonar+D Festival - Barcelona, Spain</h2>
<h1>07/14</h1>
<h2>Barbican Centre Digital Revolution - London, England</h2>
<h1>09/14</h1>
<h2>Ars Electronica - Linz, Austria</h2>
<h1>09/14</h1>
<h2>XOXO Festival - Portland, OR</h2>
<h1>11/14</h1>
<h2>RIDM Festival - Montreal, Québec, Canada</h2>
<h1>11/14</h1>
<h2>IDFA - Amsterdam, Netherlands</h2>
<h1>02/15</h1>
<h2>Art & Alternative Visions - Yebizo Festival - Tokyo, Japan</h2>
<h1>04/15</h1>
<h2>
<a href="http://resonate.io/2015/projects/clouds/">Resonate Festival</a> - Belgrade, Serbia </h2>
<h1>05/15</h1>
<h2>
<a href="https://www.facebook.com/events/368747596652057/">Documentary Edge Festival</a> - Aukland, New Zealand</h2>
<h1>07/15</h1>
<h2>
<a href="http://indiebo.co/">Bogota Independent Film Festival</a> - Bogota, Colombia</h2>
<h1>09/15</h1>
<h2>
<a href="http://zkm.de/en/event/2015/09/globale-infosphere">GLOBALE: Infosphere</a> - ZKM, Karlsruhe, Germany</h2>
<h1>09/15</h1>
<h2>
<a href="http://plunc.pt/">PLUNC Festival</a> - Lisbon, Portugal </h2>
<h1>10/15</h1>
<h2>
<a href="http://africanfutures.tumblr.com/">African Futures</a> - Johannesburg, South Africa </h2>
<h1>04/16</h1>
<h2>
<a href="http://www.moma.org/calendar/film/1630?locale=en" title="Slithering Screens">Slithering Screens</a> - MoMA, New York, New York</h2>
<h1>06/16</h1>
<h2>
<span>The James B. Hunt Jr. Library </span>- Raleigh, NC</h2>
<h1>04/21</h1>
<h2>
<a href="https://www.cairotronica.com/festivals/data-fiction/#!"><span>Cairotronica </span></a>- Cairo, Egypt<br>
</h2>
<h1>04/25</h1>
<h2>
<a href="https://rhizome.org/editorial/2025/apr/03/rhizome-world/">Rhizome World</a> - New York, NY USA</h2>
</section>
</div>
<div class="tab" id="tabs-4">
<meta charset="utf-8" />
<h1>CAST</h1>
<p>Aaron Koblin<br />Andres Colubri<br />Bruce Sterling<br />Casey Reas<br />Chris Sugrue<br />Damian Stewart<br />Daniel Shiffman<br />Diederick Huijbers<br />Elliot Woods<br />Fernanda Viegas<br />Golan Levin<br />Greg Borenstein<br />Javier Fadul<br />Jen Lowe<br />Jer Thorp<br />Jesse Louis-Rosenberg<br />Jessica Rosenkrantz<br />Joel Lewis<br />John Maeda<br />Josh Nimoy<br />Julia Kaganskiy<br />Julian Oliver<br />Karolina Sobecka<br />Karsten Schmidt<br />Kevin Slavin<br />Kyle Chayka<br />Kyle McDonald<br />Lauren McCarthy<br />LIA<br />Lindsay Howard<br />Marcus Wendt<br />Marius Watz<br />Martin Wattenberg<br />Memo Akten<br />Paola Antonelli<br />Patricio Gonzalez Vivo<br />Philip Whitfield<br />Rachel Binx<br />Ramsey Nasser<br />Regine Debatty<br />Shantell Martin<br />Sofy Yuditskaya<br />Theo Watson<br />Vera Glahn<br />Zach Lieberman</p>
</div>
<div class="tab tabs" id="tabs-5">
<h1>CREDITS</h1>
<p>DIRECTORS<br />Jonathan Minard<br />James George<br /> <br />EXECUTIVE PRODUCER<br />Golan Levin<br /> <br />PRODUCER<br />Winslow Porter<br /> <br />DESIGN DIRECTOR<br />Bradley G Munkowitz<br /> <br />MUSIC<br />R. Luke DuBois<br /> <br />LEAD INTERACTION DEVELOPER<br />Elie Zananiri<br /> <br />LEAD VISUAL SYSTEMS DEVELOPER<br />Lars Berg<br /><br /></p>
<p><br />STORY ENGINE DEVELOPER<br />Surya Mattu<br /><br />VISUAL SYSTEMS DEVELOPMENT<br />Patricio Gonzalez Vivo<br />Gal Sasson<br />Reza Ali<br />Jeff Crouse<br />Omer Shapira<br />Michael Allison<br />Quin Kennedy</p>
<p> </p>
<p>INTERACTION DESIGN<br />Sarah Hallacher<br /> <br />ADDITIONAL DESIGN<br />Erica Gorochow<br /> <br />INTERFACE DEVELOPMENT<br />Luisa Pereira<br />Jack Kalish<br />Charlie Whitney<br /> <br />RELEASE ENGINEER<br />Dan Moore</p>
<p>SCREENINGS PRODUCER<br />Mei-Ling Wong<br /> <br />ASSOCIATE PRODUCER<br />Alexandra Marvar<br /> <br />SOUND MIXING<br />Brett Murphy<br /> <br />UX CONSULTING<br />Jason Walters<br />Mike Ballard<br />Scott Garner<br /> <br />ADDITIONAL FOOTAGE<br />Alexander Porter<br />Future of Storytelling<br /> <br />ADDITIONAL MUSIC<br />Julian LaPlace<br />Tony Lim<br /> <br />WEB DESIGN<br />4Real.io</p>
</div>
</div>
</div>
</div>
<div class="slide">
<div class="inner contact" id="contact">
<div class="holdContactForm">
<form id="email-form" class="subscribeForm">
<p>sign up for updates</p>
<input id="email" type="text" placeholder="email@address.com" class="emailInput">
<input type="submit" value="Subscribe" class="submitInput">
</form>
</div>
<div class="contactFlex">
<p>Screening Inquiries<br /><a href="mailto:info@cloudsdocumentary.com">info@cloudsdocumentary.com</a></p>
<p>Press Inquiries<br /><a href="mailto:press@cloudsdocumentary.com">press@cloudsdocumentary.com</a></p>
<p>Software support<br /><a href="mailto:support@cloudsdocumentary.com">support@cloudsdocumentary.com</a></p>
</div>
</div>
</div>
</div>
<footer id="footer" class="single-page-nav">
<div class="left"><a href="/">OFFICIAL SITE FOR THE CLOUDS INTERACTIVE DOCUMENTARY</a></div>
<div class="right">
<p id="menuP">menu</p>
<a href="/#trailer" class="trailerLink">trailer<span class="underline"></span></a>
<a href="/#store" class="shopLink">store<span class="underline"></span></a>
<a href="/#gallery" class="galleryLink">gallery<span class="underline"></span></a>
<a href="/#info" class="infoLink">info<span class="underline"></span></a>
<a href="/#contact" class="contactLink">contact<span class="underline"></span></a>
<a class='social' href="/cart" id="cartToggle">
<div class="number hide"><span id="cartCount">0</span>x</div>
<img src="//cloudsdocumentary.com/cdn/shop/t/1/assets/social-cart.svg?v=34037210448045470241433129436">
</a>
</div>
</footer>
<div class="tag">
site by <a href="http://4real.io" target="_blank">4real</a>
</div>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/shop.js?v=76688031543053836771429812689" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/swiper.min.js?v=62855547453137837461429812717" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/three.min.js?v=77802162630292146741429812726" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/stats.min.js?v=36301781157206446201429812708" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/dat.gui.min.js?v=180593506952626226641429812638" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/OrbitControls.js?v=157237487391510000061429812678" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/CloudsTunnelParticleMaterial.js?v=166758470204554487441429812637" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/CloudsTunnel.js?v=47343922730238617851674755311" type="text/javascript"></script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/handlebars.min.js?v=79044469952368397291429812646" type="text/javascript"></script>
<script id="cartTemplate" type="text/template">
<form action="/cart" method="post" novalidate >
<div class="ajaxifyCart--products">
{{#items}}
<div class="ajaxifyCart--product">
<div class="ajaxifyCart--row" data-id="{{id}}">
<div class="grid">
<div class="grid-item large--two-thirds">
<div class="grid">
<div class="grid-item one-quarter">
<a href="{{url}}" class="ajaxCart--product-image"><img src="{{img}}" alt=""></a>
</div>
<div class="grid-item three-quarters">
<a href="{{url}}" class="h4">{{name}}</a>
<p>{{variation}}</p>
</div>
</div>
</div>
<div class="grid-item large--one-third">
<div class="grid">
<div class="grid-item one-third">
<div class="ajaxifyCart--qty">
<h5>
<input type="text" class="ajaxifyCart--num" value="{{itemQty}}" min="0" data-id="{{id}}" aria-label="quantity" pattern="[0-9]*">
</h5>
<span class="ajaxifyCart--qty-adjuster ajaxifyCart--add" data-id="{{id}}" data-qty="{{itemAdd}}">+</span>
<span class="ajaxifyCart--qty-adjuster ajaxifyCart--minus" data-id="{{id}}" data-qty="{{itemMinus}}">-</span>
</div>
</div>
<div class="grid-item one-third text-center">
<p>{{price}}</p>
</div>
<div class="grid-item one-third text-right">
<p>
<small><a href="/cart/change?id={{id}}&quantity=0" class="ajaxifyCart--remove removeButton" data-id="{{id}}">Remove</a></small>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
{{/items}}
</div>
<div class="ajaxifyCart--row text-right medium-down--text-center">
<span class="h4">Subtotal {{totalPrice}}</span>
<input type="submit" class="{{btnClass}}" name="checkout" value="Checkout">
</div>
</form>
</script>
<script id="drawerTemplate" type="text/template">
<div id="ajaxifyDrawer">
<a href="/#" class="cart-close close xDesktop"></a>
<a href="/#" class="cart-close close xMobile"></a>
<div id="ajaxifyCart" class="ajaxifyCart--content {{wrapperClass}}"></div>
</div>
<div class="ajaxifyDrawer-caret"><span></span></div>
</script>
<script id="modalTemplate" type="text/template">
<div id="ajaxifyModal">
<div id="ajaxifyCart" class="ajaxifyCart--content"></div>
</div>
</script>
<script id="ajaxifyQty" type="text/template">
<div class="ajaxifyCart--qty">
<input type="text" class="ajaxifyCart--num" value="{{itemQty}}" min="0" data-id="{{id}}" aria-label="quantity" pattern="[0-9]*">
<span class="ajaxifyCart--qty-adjuster ajaxifyCart--add" data-id="{{id}}" data-qty="{{itemAdd}}"></span>
<span class="ajaxifyCart--qty-adjuster ajaxifyCart--minus" data-id="{{id}}" data-qty="{{itemMinus}}"></span>
</div>
</script>
<script id="jsQty" type="text/template">
<div class="js-qty">
<input type="text" class="js--num" value="{{itemQty}}" min="1" data-id="{{id}}" aria-label="quantity" pattern="[0-9]*" name="{{inputName}}" id="{{inputId}}">
<span class="js--qty-adjuster js--add" data-id="{{id}}" data-qty="{{itemAdd}}"></span>
<span class="js--qty-adjuster js--minus" data-id="{{id}}" data-qty="{{itemMinus}}"></span>
</div>
</script>
<script src="//cloudsdocumentary.com/cdn/shop/t/1/assets/ajaxify.js?v=25674676817393149701429812611" type="text/javascript"></script>
<script>
jQuery(function($) {
initAjaxify()
});
function initAjaxify(){
ajaxifyShopify.init({
method: 'drawer', // Method options are drawer, modal, and flip. Default is drawer.
wrapperClass: 'wrapper', // The class that defines your site width. Default is null.
formSelector: '#addToCartForm', // Default is form[action^="/cart/add"].
addToCartSelector: '#addToCart', // Default is input[type="submit"] within 'formSelector'.
cartCountSelector: '#cartCount', // Update number of items in the cart when a product is added. Default is null.
cartCostSelector: '#cartCost', // Update the total cart cost when a product is added. Default is null.
toggleCartButton: '#cartToggle', // To toggle drawer/modal cart, include the selector here. Default is null and will take you to /cart page.
useCartTemplate: true, // True to use cart.liquid markup. False to use handlebars.js for template. Default is true.
btnClass: 'btn', // Your main button class for styling purposes if useCartTemplate is set to false. Default is null.
moneyFormat: "$ {{amount}}", // Your shop money format, defined in liquid.
disableAjaxCart: false, // If for some reason you want to disable the cart, set to true. Default is false.
enableQtySelectors: true, // Enable the quantity selectors on your templates, even if disableAjaxCart is false. Default is true.
prependDrawerTo: 'body' // The element selector where the cart is prepended. This is used for the drawer and flip methods. Default is 'body'.
});
}
</script>
</body>
</html>