-
Notifications
You must be signed in to change notification settings - Fork 9
/
consulting.html
311 lines (290 loc) · 17 KB
/
consulting.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ladybug Tools | Consulting</title>
<meta name="description" content="ladybug tools - consulting" />
<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" style="background-image:url('./assets/img/consulting/header3.png')">
<div class="header-content" >
</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>
<!--|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<!-- Facts grid -->
<!-- What is ladybug tools section -->
<!--|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<section id="intro">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="section-title">
<a href="#intro">
Consulting Services
</a>
</h1>
<hr class="primary">
<p class="section-subcontent">
As the creators of Ladybug Tools, we can help you make best use of our software. <br>
To request any of the following services, simply <a href="mailto:[email protected]?subject=ladybug tools workshop">contact us</a> over email ([email protected])!<br />
</p>
</br>
</div>
</div>
</div>
<!-- intro containers -->
<div class="container wow fadeInUp">
<div class="row">
<div class="col-lg-4 col-md-4 text-center">
<div class="feature">
<!--<img src="assets/img/consulting/icons/scripts.png" style="width:190px;"/>-->
<i class="icon-lg fa fa-thumbs-up wow fadeInUp" data-wow-delay=".1s"></i>
<h6 class="text-uppercase">Reviewing Scripts</h6>
<p class="text-muted m-b-0">
As the creators of Ladybug Tools, we know exactly what is happening under the hood of your Grasshopper/Dynamo/Python
scripts. We can look over your work to be sure that you are using Ladybug Tools in the way you intend and improve
those parts that are inefficient or not working correctly.
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 text-center">
<div class="feature">
<img src="assets/img/consulting/icons/project.png" style="width:110px;"/>
<h6 class="text-uppercase">Project Guidance</h6>
<p class="text-muted m-b-0">
Are you looking to get the most out of Ladybug Tools on your next building design? We can advise you on what
simulations are right for your project, when they are most appropriate, and to what level
of detail you should run them to obtain meaningful and quick feedback that ultimately meets your goals.
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 text-center">
<div class="feature">
<i class="icon-lg fa fa-graduation-cap wow fadeInUp" data-wow-delay=".1s"></i>
<h6 class="text-uppercase">Webinar Training</h6>
<p class="text-muted m-b-0">
If you or your staff need to get up-to-speed on a certain building performance topic but can't afford our <a href="./workshop/index.html" target="_blank">workshop packages</a>
or can't find what you are looking for in our <a href="./video-tutorial.html" target="_blank">video tutorials</a>, we can arrange webinar
training sessions to get you the knowledge you need.
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 text-center">
<div class="feature">
<i class="icon-lg fa fa-gears wow fadeInUp" data-wow-delay=".1s"></i>
<h6 class="text-uppercase">Custom Tools and Scripts</h6>
<p class="text-muted m-b-0">
Have an idea for a new tool, workflow, or script but aren't sure how to make it a reality?
We can help you build it, whether it's a new Grasshopper/Dynamo component, a script that automates your manual simulation workflows,
an <a href="https://nrel.github.io/OpenStudio-user-documentation/getting_started/about_measures/" target="_blank">OpenStudio Measure</a>,
or a web interface like any of those we have already developed (<a href="https://tt-acm.github.io/DesignExplorer/" target="_blank">DesignExplorer</a>,
<a href="https://www.ladybug.tools/epwmap/" target="_blank">EPWMap</a> or the
<a href="https://www.payette.com/building-science/glazing-and-winter-comfort-tool/" target="_blank">Glazing Tool</a>)
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 text-center">
<div class="feature">
<i class="icon-lg fa fa-group wow fadeInUp" data-wow-delay=".1s"></i>
<h6 class="text-uppercase">Business Strategy</h6>
<p class="text-muted m-b-0">
If you are looking to build in-house expertise on environmental modeling, there are many ways that we can assist.
In addition to helping you understand what types of expertise you should hire to achieve your goals, we can recommend you
to the talented members of our community who possess the talent you seek.
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 text-center">
<div class="feature">
<i class="icon-lg fa fa-leaf wow fadeInUp" data-wow-delay=".1s"></i>
<h6 class="text-uppercase">Simulating Your Product</h6>
<p class="text-muted m-b-0">
If you are a product manufacturer or you want to understand the benefits of a new product on
your building, we can help you correctly model its performance. Whether you want to understand the product's impact on daylight,
thermal comfort, energy use, HVAC size, U-value, or another performative metric, we can work with you to model
it with Ladybug Tools.
</p>
</div>
</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:[email protected]?subject=[ladybug-tools] Hello!">[email protected]</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-2022 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>