-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathvideo-tutorial.html
More file actions
772 lines (739 loc) · 43.1 KB
/
video-tutorial.html
File metadata and controls
772 lines (739 loc) · 43.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ladybug Tools | Video Tutorial</title>
<meta name="description" content="ladybug tools - video tutorial" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="stylesheet" href="assets/css/header.css" />
</head>
<body class="bg-faded">
<header id="single-image" class="background-image" style="background-image:url('./assets/img/videos/leafy-backdrop.png')">
<div class="header-content">
<div class="container">
<div class="row">
<div class="col-md-2 col-12 inner">
<img src="./assets/img/videos/ladybug-scholar2.png" width=300px/>
</div>
<div class="col-md-9 col-12 inner">
<h1>On Demand Video Tutorials</h1>
<h6 class="wow fadeIn text-normal wow fadeIn">
<h6>The official channel for video tutorials from the developers of Ladybug Tools</h6>
</h6>
</div>
</div>
</div>
</div>
</header>
<!--|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<!-- Navigation bar on the top of the page -->
<!--
NOTE: If you're making a change to the nav bar you need to edit
it in all the other pages. On the main page logo, ladybug tools and products
scrolls down to the #products div however in other pages it is a drop-down
with multiple items.
-->
<!--|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<nav id="topNav" class="navbar fixed-top navbar-expand-sm">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsingNavbar">
<span>☰</span>
</button>
<a class="navbar-brand img page-scroll" href="./index.html">
<img src="assets/img/logo.png">
</a>
<a class="navbar-brand page-scroll" href="./index.html">Ladybug Tools</a>
<div class="collapse navbar-collapse" id="collapsingNavbar">
<!-- items on the left side of the navbar -->
<ul class="navbar-nav">
</ul>
<!-- items on the right side of the navbar -->
<ul class="nav navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" id="servicesDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Services
</a>
<div class="dropdown-menu" aria-labelledby="servicesDropdown">
<a class="dropdown-item" href="./workshop/index.html">Workshops</a>
<a class="dropdown-item" href="./consulting.html">Consulting</a>
<a class="dropdown-item" href="./video-tutorial.html">On demand videos</a>
<a class="dropdown-item" href="./cloud.html">Cloud computing</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" id="productsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Tools
</a>
<div class="dropdown-menu" aria-labelledby="productsDropdown">
<a class="dropdown-item" href="./ladybug.html">Ladybug</a>
<a class="dropdown-item" href="./honeybee.html">Honeybee</a>
<a class="dropdown-item" href="./butterfly.html">Butterfly</a>
<a class="dropdown-item" href="./dragonfly.html">Dragonfly</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" id="educationDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Education
</a>
<div class="dropdown-menu" aria-labelledby="educationDropdown">
<a class="dropdown-item" href="./resource.html">Resources</a>
<a class="dropdown-item" href="./publication.html">Publications</a>
<a class="dropdown-item" href="./presentation.html">Presentations</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="http://discourse.ladybug.tools" target="_blank">Forum</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" id="aboutDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="aboutDropdown">
<a class="dropdown-item" href="./about.html">Story</a>
<a class="dropdown-item" href="./about.html#team">Team</a>
<a class="dropdown-item" href="./about.html#faq">FAQ</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" id="membershipDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Membership
</a>
<div class="dropdown-menu" aria-labelledby="membershipDropdown">
<a class="dropdown-item" href="./membership.html">Patron</a>
<a class="dropdown-item" href="./membership.html#industry">Industry partner</a>
<a class="dropdown-item" href="./membership.html#institution">Institutional partner</a>
<a class="dropdown-item" href="./membership.html#patronwall">Patrons wall</a></a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!--|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<!-- Video Series grid -->
<!--|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<section id="series">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="section-title">
<a href="#series">
Tutorial Series
</a>
</h1>
<hr class="primary">
<p class="section-subcontent">
Every month, we will roll out a new series diving deep into specific capabilities of the Ladybug Tools software platform. <br>
Below, you can see all tutorials series that have been released to date.
<br/>
</p>
<!-- START OF VIDEO SERIES -->
<div id="5hbparametric" class="row">
<div class="container py-3">
<div class="card padding-top-50">
<div class="row white">
<div class="col-md-7">
<iframe src="https://player.vimeo.com/video/382242139" class="w-100" width="640" height="386" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</a>
</div>
<div class="col-md-5 px-3">
<div class="card-block px-3">
<h4 class="card-title">
<a href="#5hbparametric">
#5 Automated Iterative Modeling and Analysis
</a>
</h4>
<p class="card-text">
Mostapha Sadeghipour Roudsari<br>
Dec 2019</p>
<p>
A recording of a full-day workshop that covers best practices for automating parametric iterative studies.</p>
<p>
<a href="https://vimeo.com/ondemand/5hbparametric" class="btn btn-primary" target="_blank" style="color: white; background-color: #008CFF; border: None;">
Purchase the Series</a>
</p>
<p>
<a href="https://vimeo.com/groups/ladybugtoolssupporters/albums/22290" class="btn btn-primary" target="_blank" style="color: white; background-color: #197526; border: None;">
Membership Login</a>
</p>
<p>
<a href="https://drive.google.com/drive/folders/1WxeBLoWcom5EoNVfzAWoRinX_0I0IOIJ" class="btn btn-primary" target="_blank" >
Browse Examples Covered</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF VIDEO SERIES -->
<!-- START OF VIDEO SERIES -->
<div id="4hbhvac" class="row">
<div class="container py-3">
<div class="card padding-top-50">
<div class="row white">
<div class="col-md-7">
<iframe src="https://player.vimeo.com/video/382126214" class="w-100" width="640" height="386" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</a>
</div>
<div class="col-md-5 px-3">
<div class="card-block px-3">
<h4 class="card-title">
<a href="#4hbhvac">
#4 Energy Modeling for Heating/Cooling Systems
</a>
</h4>
<p class="card-text">
Chris Mackey<br>
Dec 2019</p>
<p>
A recording of a full-day workshop that builds off of the previous #3 workshop to add HVAC systems.</p>
<p>
<a href="https://vimeo.com/ondemand/4hbhvac" class="btn btn-primary" target="_blank" style="color: white; background-color: #008CFF; border: None;">
Purchase the Series</a>
</p>
<p>
<a href="https://vimeo.com/groups/ladybugtoolssupporters/albums/22599" class="btn btn-primary" target="_blank" style="color: white; background-color: #197526; border: None;">
Membership Login</a>
</p>
<p>
<a href="https://drive.google.com/drive/folders/1Ob2Pql-sWdO50a2QDYCiDdyG9onIO884" class="btn btn-primary" target="_blank" >
Browse Examples Covered</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF VIDEO SERIES -->
<!-- START OF VIDEO SERIES -->
<div id="3hbenergy" class="row">
<div class="container py-3">
<div class="card padding-top-50">
<div class="row white">
<div class="col-md-7">
<iframe src="https://player.vimeo.com/video/316206499" class="w-100" width="640" height="386" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</a>
</div>
<div class="col-md-5 px-3">
<div class="card-block px-3">
<h4 class="card-title">
<a href="#3hbenergy">
#3 Energy and Comfort Modeling for Passive Design | Workshop Recording
</a>
</h4>
<p class="card-text">
Chris Mackey<br>
Feb 2019</p>
<p>
A recording of a full-day workshop that covers Honeybee energy modeling workflows for passive design.</p>
<p>
<a href="https://vimeo.com/ondemand/3hbenergy" class="btn btn-primary" target="_blank" style="color: white; background-color: #008CFF; border: None;">
Purchase the Series</a>
</p>
<p>
<a href="https://vimeo.com/groups/ladybugtoolssupporters/albums/21540" class="btn btn-primary" target="_blank" style="color: white; background-color: #197526; border: None;">
Membership Login</a>
</p>
<p>
<a href="https://drive.google.com/open?id=1z0txtFCL2EeQXR6IDhvmGoLbgUCS1aFv" class="btn btn-primary" target="_blank" >
Browse Examples Covered</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF VIDEO SERIES -->
<!-- START OF VIDEO SERIES -->
<div id="2hbdaylight" class="row">
<div class="container py-3">
<div class="card padding-top-50">
<div class="row white">
<div class="col-md-7">
<iframe src="https://player.vimeo.com/video/381923177" class="w-100" width="640" height="386" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</a>
</div>
<div class="col-md-5 px-3">
<div class="card-block px-3">
<h4 class="card-title">
<a href="#2hbdaylight">
#2 Parametric Daylight Modeling with Honeybee
</a>
</h4>
<p class="card-text">
Mostapha Sadeghipour Roudsari<br>
Apr 2019</p>
<p>
A recording of a full-day workshop that covers fundamental daylight modeling workflows.</p>
<p>
<a href="https://vimeo.com/ondemand/2hbdaylight" class="btn btn-primary" target="_blank" style="color: white; background-color: #008CFF; border: None;">
Purchase the Series</a>
</p>
<p>
<a href="https://vimeo.com/groups/ladybugtoolssupporters/albums/21717" class="btn btn-primary" target="_blank" style="color: white; background-color: #197526; border: None;">
Membership Login</a>
</p>
<p>
<a href="https://drive.google.com/open?id=1e9x2ELjBFRQQknmKcu1lBw8L6W1cEINO" class="btn btn-primary" target="_blank" >
Browse Examples Covered</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF VIDEO SERIES -->
<!-- START OF VIDEO SERIES -->
<div id="1Ladybug" class="row">
<div class="container py-3">
<div class="card padding-top-50">
<div class="row white">
<div class="col-md-7">
<iframe src="https://player.vimeo.com/video/304956770" class="w-100" width="640" height="386" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</a>
</div>
<div class="col-md-5 px-3">
<div class="card-block px-3">
<h4 class="card-title">
<a href="#1Ladybug">
#1 Parametric Environmental Modeling with Ladybug
</a>
</h4>
<p class="card-text">
Mostapha Sadeghipour Roudsari<br>
Dec 2018</p>
<p>
A recording of a full-day workshop that covers fundamental Ladybug Tools workflows.</p>
<p>
<a href="https://vimeo.com/ondemand/1ladybug" class="btn btn-primary" target="_blank" style="color: white; background-color: #008CFF; border: None;">
Purchase the Series</a>
</p>
<p>
<a href="https://vimeo.com/groups/ladybugtoolssupporters/albums/21344" class="btn btn-primary" target="_blank" style="color: white; background-color: #197526; border: None;">
Membership Login</a>
</p>
<p>
<a href="https://drive.google.com/open?id=1H9ucCOC2cER0fEyLO5iJN2x2r9mN1uv7" class="btn btn-primary" target="_blank" >
Browse Examples Covered</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF VIDEO SERIES -->
<!-- START OF VIDEO SERIES -->
<div id="EnergyFundamentals" class="row">
<div class="container py-3">
<div class="card padding-top-50">
<div class="row white">
<div class="col-md-7">
<iframe src="https://player.vimeo.com/video/308942797" class="w-100" width="640" height="386" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</a>
</div>
<div class="col-md-5 px-3">
<div class="card-block px-3">
<h4 class="card-title">
<a href="#EnergyFundamentals">
Fundamentals of Energy Modeling with Honeybee
</a>
</h4>
<p class="card-text">
Chris Mackey<br>
Jan 2019</p>
<p>
A series that covers the fundamental workflows for building energy models with Honeybee.</p>
<p>
<a href="https://vimeo.com/ondemand/energyfundamentals" class="btn btn-primary" target="_blank" style="color: white; background-color: #008CFF; border: None;">
Purchase the Series</a>
</p>
<p>
<a href="https://vimeo.com/groups/ladybugtoolssupporters/albums/20566/" class="btn btn-primary" target="_blank" style="color: white; background-color: #197526; border: None;">
Membership Login</a>
</p>
<p>
<a href="https://hydrashare.github.io/hydra/index.html?keywords=EnergyFundementals" class="btn btn-primary" target="_blank" >
Browse Examples Covered</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF VIDEO SERIES -->
<!-- START OF VIDEO SERIES -->
<div id="HumanFacades" class="row">
<div class="container py-3">
<div class="card padding-top-50">
<div class="row white">
<div class="col-md-7">
<iframe src="https://player.vimeo.com/video/248075372" class="w-100" width="640" height="386" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</a>
</div>
<div class="col-md-5 px-3">
<div class="card-block px-3">
<h4 class="card-title">
<a href="#HumanFacades">
Early Design workflows for Human Centered Facades
</a>
</h4>
<p class="card-text">
Chris Mackey<br>
Dec 2017</p>
<p>
A 9-video, 3.5-hour series on workflows for shaping glazing and shade geometry using occupant comfort as a constraint.</p>
<p>
<a href="https://vimeo.com/ondemand/humanfacades" class="btn btn-primary" target="_blank" style="color: white; background-color: #008CFF; border: None;">
Purchase the Series</a>
</p>
<p>
<a href="https://vimeo.com/groups/ladybugtoolssupporters/albums/20196" class="btn btn-primary" target="_blank" style="color: white; background-color: #197526; border: None;">
Membership Login</a>
</p>
<p>
<a href="https://hydrashare.github.io/hydra/index.html?keywords=HumanCenteredFacades" class="btn btn-primary" target="_blank" >
Browse Examples Covered</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF VIDEO SERIES -->
<!-- START OF VIDEO SERIES -->
<div id="Therm" class="row">
<div class="container py-3">
<div class="card padding-top-50">
<div class="row white">
<div class="col-md-7">
<iframe src="https://player.vimeo.com/video/242320453" class="w-100" width="640" height="386" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</a>
</div>
<div class="col-md-5 px-3">
<div class="card-block px-3">
<h4 class="card-title">
<a href="#Therm">
Envelope Design with Honeybee THERM
</a>
</h4>
<p class="card-text">
Chris Mackey<br>
Nov 2017</p>
<p>
A 10-video, 3-hour series on the fundamentals of Honeybee THERM workflows.</p>
<p>
<a href="https://vimeo.com/ondemand/therm/" class="btn btn-primary" target="_blank" style="color: white; background-color: #008CFF; border: None;">
Purchase the Series</a>
</p>
<p>
<a href="https://vimeo.com/groups/ladybugtoolssupporters/albums/20063" class="btn btn-primary" target="_blank" style="color: white; background-color: #197526; border: None;">
Membership Login</a>
</p>
<p>
<a href="https://hydrashare.github.io/hydra/?keywords=ThermFundementals" class="btn btn-primary" target="_blank" >
Browse Examples Covered</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF VIDEO SERIES -->
</div>
</div>
</div>
</section>
<section id="access" class="bg-alt">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="section-title">
<a href="#access">
Accessing On Demand Videos
</a>
</h1>
<hr class="primary">
<p class="section-subcontent">
To view the videos on this channel, you have three options.</a>
</p>
<!-- start of the card deck-->
<div class="card-deck">
<!-- card -->
<div class="card" style="padding-bottom:35px;">
<ul class="list-inline workshop-header">
</ul>
<div class="card-block">
<h4 class="card-title">Buy access to individual videos or video series</h4>
<p class="card-text detail-text">Price varies per series</p>
<hr class="butterfly">
<p class="card-text">
This is the least economical option if you plan on watching a lot of videos but
it might serve your purpose if you are only interested in a few videos or one series.
</p>
<p class="card-text">
To purchase videos this way, simply click on the <br>
<a href="#access" class="btn btn-primary disabled" style="color: white; background-color: #008CFF; border: None;">
Purchase the Series</a>
<br>
buttons next to each video above.
</p>
</div>
</div>
<!-- end of card -->
<!-- card -->
<div class="card" style="padding-bottom:35px;">
<ul class="list-inline workshop-header">
</ul>
<div class="card-block">
<h4 class="card-title">Become a Ladybug Tools Supporter</h4>
<p class="card-text detail-text">$25 per month</p>
<hr class="dragonfly">
<p class="card-text">
With this, you will get access to all of the videos above and all future videos that we produce.
We make a new series each month and, if you plan on watching more than 2-3 of them,
this will likely be more economical than buying each individually.
</p>
<p class="card-text">
To become a Ladybug Tools Supporter, click on the "Become a Supporter" button below and follow the
<a href="#instructions">instructions at the bottom of this page</a>.
You can then access videos by clicking on the<br>
<a href="#access" class="btn btn-primary disabled" style="color: white; background-color: #197526; border: None;">
Membership Login</a>
<br>
buttons next to each video above.
</p>
<a href="https://www.patreon.com/ladybug_tools" target="_blank"
class="btn btn-primary-outline btn-l" style="color: white; background-color: #001A33; position: absolute; bottom: 20px;">Become a Supporter!</a>
</div>
</div>
<!-- end of card -->
<!-- card -->
<div class="card" style="padding-bottom:35px;">
<ul class="list-inline workshop-header">
</ul>
<div class="card-block">
<h4 class="card-title">Convince your school or company to become a Ladybug Tools Partner</h4>
<p class="card-text detail-text">Free for all students / employees of the partner school / company</p>
<hr class="ladybug">
<p class="card-text">
This is an annual commitment on the part of your school / company and will ensure that all
students or employees get access to all of the videos above and all future videos
that we produce over the course of the year.
</p>
<p class="card-text">
To apply, click one of the two buttons below. If you already belong to a partner organization, follow the
<a href="#instructions">instructions at the bottom of this page</a>.
</p>
<a href="membership.html#institution" target="_blank"
class="btn btn-primary-outline btn-l" style="color: white; background-color: #001A33; margin-bottom: 20px;">Become an Institutional Partner!</a>
<a href="membership.html#industry" target="_blank"
class="btn btn-primary-outline btn-l" style="color: white; background-color: #001A33;">Get Company-Wide Video Access!</a>
</div>
</div>
<!-- end of card -->
</div>
<!-- end of the card deck-->
</div>
</div>
</div>
</section>
<section id="instructions">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="section-title">
<a href="#instructions">
Already a Supporter or with a Partner?
</a>
</h1>
<hr class="primary">
<p class="section-subcontent">
You're so close! <br> To access the videos via the
<a href="#instructions" class="btn btn-primary disabled" style="color: white; background-color: #197526; border: None;">
Membership Login</a> buttons above, you need to follow these steps:
<ul id="video-instructions">
<li>Create an account on <a href="https://vimeo.com" target="_blank">Vimeo</a> that has the same email
address as your Patreon account. If you are with a partner,
make sure that your account email address is with your company or school's domain.</li>
<li>Email vimeo@ladybug.tools and state your vimeo account's email address and your Vimeo ID in the email.
Your Vimeo ID is the name that appears after "https://vimeo.com/" on your profile page.
Typically, this is "user########" with a random stream of numbers for new Vimeo users.</li>
<li>You will receive an email within 3 days telling you that you have been invited to the Ladybug Tools Supporters Group.
Follow the link in the email to join the group.
<li>After you join the group, the Membership login buttons above will
take you right to the videos whenever you are logged into your Vimeo account.</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<section id="coming-soon" class="bg-alt">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="section-title">
<a href="#coming-soon">
Coming Soon!
</a>
</h1>
<hr class="primary">
<!--
<h3 class="section-title">
Australia Workshop Video Recordings!
</h3>
<img src="./assets/img/workshop/australia.png" width=80%
style="margin-left:10%;" />
<br>
<img src="./assets/img/videos/preview/FundementalsOfEnergyModeling.gif" width=80%
style="margin-left:10%;" />
<br>
<div class="card" style="padding-bottom:35px;padding-top:25px;width:80%;margin-left:10%;">
<div class="card-block">
<p class="card-text">
So much has changed in the 2.5 years since the original Honeybee Energy Modeling Series8 was released. Many new visualizations of
energy model results are now available, countless metrics have been incorporated and, (perhaps most importantly of all)
we now have a complete OpenStudio component.
</p>
<p class="card-text">
This series proposes an updated remake of the original that will bring seasoned Honeybee energy modelers up-to-speed with the
latest recommended workflows and best practices. It will also serve as a foundation for all those getting into Honeybee Energy
modeling for the first time and will provide a starting point off of which many future video series will build.
</p>
<p class="card-text">
It will focus largely on exploring the many characteristics of a single test box energy model and will grant a deep intuition
about what is going on under the hood of EnergyPlus. Among the topics that will be covered are the following:
</p>
<p class="card-text">Introduction:</p>
<ul>
<li>Energy modeling advice</li>
<li>The first law of thermodynamics</li>
</ul>
<p class="card-text">Energy Model Creation:</p>
<ul>
<li>Simple parametric energy model with glazing ratio</li>
<li>Understanding default energy model inputs</li>
<li>Visualizing hourly results on flood plots (3D charts)</li>
<li>Energy use intensity (EUI) calculation (with ideal air loads)</li>
<li>Energy balance graphics</li>
<li>Peak loads (HVAC size) calculation</li>
<li>Coloring zone surfaces with results</li>
<li>Calculating thermal comfort from results</li>
<li>Plotting indoor conditions on the psychrometric chart</li>
<li>Requesting custom outputs from the energy model</li>
</ul>
</div>
</div>
-->
<p class="section-subcontent">
</p>
<p class="section-subcontent">
If you are a Ladybug Tools citizen,
don't forget to vote for the next series topic on our
<a href="http://discourse.ladybug.tools/c/videos" target="_blank">videos forum category</a>.
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-6 col-sm-3 column">
<h6 class="text-uppercase text-muted">About</h6>
<ul class="list-unstyled">
<li><a href="./about.html">Our Story</a></li>
<li><a href="./about.html#team">Team</a></li>
<li><a href="http://discourse.ladybug.tools" target="_blank">Forum</a></li>
</ul>
</div>
<div class="col-6 col-sm-3 column">
<h6 class="text-uppercase text-muted">Services</h6>
<ul class="list-unstyled">
<li><a href="./consulting.html">Consulting</a></li>
<li><a href="./workshop/index.html">Workshop</a></li>
<li><a href="./video-tutorial.html">Video tutorial</a></li>
<li><a href="./cloud.html">Cloud computing</a></li>
</ul>
</div>
<div class="col-6 col-sm-3 column">
<h6 class="text-uppercase text-muted">Members</h6>
<ul class="list-unstyled">
<li><a href="./membership.html">Patron</a></li>
<li><a href="./membership.html#industry">Industry partner</a></li>
<li><a href="./membership.html#institution">Institutional partner</a></li>
<li><a href="./membership.html#patronwall">Patrons wall</a></li>
</ul>
</div>
<div class="col-6 col-sm-3 column">
<h6 class="text-uppercase text-muted">Contact Us</h6>
<ul class="list-unstyled">
<li class="text-muted small"><a href="mailto:info@ladybug.tools?subject=[ladybug-tools] Hello!">info@ladybug.tools</a></li>
</ul>
<ul class="list-inline">
<li class="list-inline-item">
<a rel="nofollow" href="https://www.twitter.com/ladybug_tools" title="Twitter" target="_blank">
<i class="icon-sm fa fa-twitter fa-2x"></i>
</a>
</li>
<li class="list-inline-item">
<a rel="nofollow" href="https://www.linkedin.com/company/ladybug-tools/" title="LinkedIn" target="_blank">
<i class="icon-sm fa fa-linkedin fa-2x"></i>
</a>
</li>
<li class="list-inline-item">
<a rel="nofollow" href="https://www.github.com/ladybug-tools" title="GitHub" target="_blank">
<i class="icon-sm fa fa-github fa-2x"></i>
</a>
</li>
</ul>
<ul class="list-unstyled">
<li class="text-muted small">
<a href="https://www.patreon.com/bePatron?u=6230588" data-patreon-widget-type="become-patron-button" target="_blank"><img class="img-fluid d-block patron-button" src="assets/img/patreon_button.png" /></a>
</li>
</ul>
</div>
</div>
<br>
<span class="float-left text-muted small">©2017-2025 Ladybug Tools LLC</span>
</div>
</footer>
<!--scripts loaded here-->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"
integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh"
crossorigin="anonymous"></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"
integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
<script src="assets/js/scripts.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-100351402-1', 'auto');
ga('send', 'pageview');
</script>
</body>