-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpublication.html
More file actions
362 lines (336 loc) · 20.2 KB
/
publication.html
File metadata and controls
362 lines (336 loc) · 20.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ladybug Tools | Publication</title>
<meta name="description" content="ladybug tools - publication" />
<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/publication/header.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#header-slide-show">
<img src="assets/img/logo.png">
</a>
<a class="navbar-brand page-scroll" href="index.html#header-slide-show">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="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">
Resources
</a>
<div class="dropdown-menu" aria-labelledby="educationDropdown">
<a class="dropdown-item" href="https://www.food4rhino.com/app/ladybug-tools" target="_blank">Download</a>
<a class="dropdown-item" href="https://docs.ladybug.tools/" target="_blank">Tutorials</a>
<a class="dropdown-item" href="https://ladybug-tools-academy.teachable.com/" target="_blank">Academy</a>
<a class="dropdown-item" href="./resource.html">Free Resources</a>
<a class="dropdown-item" href="./publication.html">Publications</a>
<a class="dropdown-item" href="./presentation.html">Presentations</a>
<a class="dropdown-item" href="./about.html#faq">FAQ</a>
<a class="dropdown-item" href="http://discourse.ladybug.tools" target="_blank">Forum</a>
<a class="dropdown-item" href="https://github.com/ladybug-tools" target="_blank">For Developers</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">
Products
</a>
<div class="dropdown-menu" aria-labelledby="educationDropdown">
<a class="dropdown-item" href="https://www.pollination.cloud/" target="_blank">Pollination</a>
</div>
</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="./membership.html#partners">Partners</a>
<a class="dropdown-item" href="./membership.html#patronwall">Patrons</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">
Publications
</a>
</h1>
<hr class="primary">
<p class="section-subcontent">
Here, you can find a selected list of publications featuring Laybug Tools, including any new methods that were developed using our software.<br>
<a href="mailto:info@ladybug.tools?subject=[Ladybug Tools] Missing Publication!">
Let us know</a> if your publication is missing from this page.
<br/>
</p>
<h3 id="2019" class="section-title padding-top-30">
<a href="#2019">
2019
</a>
</h3>
<p class="section-subcontent text-left">
Ganji, H. B.; Utzinger, D. M.; Bradley, D. E.
<b><a href="assets/pdf/BS2019_211292.pdf" target="_blank">"Create and Validate Hybrid Ventilation Components in Simulation using Grasshopper and Python in Rhinoceros.”</a></b> In Proceedings of the 16th IBPSA International Conference and Exhibition. Rome, Italy, Sep 2-4 2019.
</p>
<p class="section-subcontent text-left">
Maffessanti, Viola.
<b><a href="assets/pdf/Wind_and_Urban_Spaces.pdf" target="_blank">"Wind and Urban Spaces. Evaluation of a CFD Parametric Framework for Early-Stage Design."</a></b> In Proceedings of the 4th IBPSA-Italy Conference. Bozen-Bolzano, Italy, Jun 19-21 2019.
</p>
<h3 id="2017" class="section-title padding-top-30">
<a href="#2017">
2017
</a>
</h3>
<p class="section-subcontent text-left">
Mackey, Christopher; Sadeghipour Roudsari, Mostapha.
<b><a href="assets/pdf/ToolvsToolkit.pdf" target="_blank">"The Tool(s) vs. The Toolkit.”</a></b> In Proceedings of the Design Modeling Symposium. Paris, France, Aug 18-20 2017.
</p>
<p class="section-subcontent text-left">
Mackey, Christopher; Galanos, Theodore; Norford, Leslie; Sadeghipour Roudsari, Mostapha.
<b><a href="assets/pdf/BS2017_260.pdf" target="_blank"> <!--Old URL: "https://www.ibpsa.org/proceedings/BS2017/BS2017_260.pdf"-->
“Wind, Sun, Surface Temperature, and Heat Island: The Critical Variables for High‐Resolution
Outdoor Thermal Comfort.”</a></b> In Proceedings of the 15th International conference of Building
Performance Simulation Association. San Francisco, USA, Aug 7-9 2017.
</p>
<p class="section-subcontent text-left">
Salamone, Francesco; Belussi, Lorenzo; Danza, Ludovico; Galanos, Theodore;
Ghellere, Matteo; Meroni, Italo. <b><a href="https://www.mdpi.com/1424-8220/17/5/1021" target="_blank">
"Design and Development of a Nearable Wireless System to Control Indoor Air
Quality and Indoor Lighting Quality."</a></b> Sensors 2017, 17, 1021.
</p>
<p class="section-subcontent text-left">
Mackey, Christopher; Baranova, Vera; Petermann, Lynn; Menchaca-Brandan, Alejandra.
<b><a href="https://www.ibpsa.org/proceedings/BS2017/BS2017_682.pdf" target="_blank">
“Glazing and Winter Comfort Part 2: An Advanced Tool for Complex Spatial and Temporal Conditions.”</a></b> In Proceedings of the 15th International conference of Building
Performance Simulation Association. San Francisco, USA, Aug 7-9 2017.
</p>
<p class="section-subcontent text-left">
Fang, Yuan.
<b><a href="https://escholarship.org/uc/item/2zs2h81m" target="_blank">
Optimization of Daylighting and Energy Performance Using Parametric Design, Simulation Modeling, and Genetic Algorithms.”</a></b>
A dissertation submitted to the Graduate Faculty of North Carolina State University. San Francisco, USA, Spring , 2017.
</p>
<h3 id="2016" class="section-title padding-top-30">
<a href="#2016">
2016
</a>
</h3>
<p class="section-subcontent text-left">
Braasch, Elzine. <b><a href="https://researcharchive.vuw.ac.nz/xmlui/handle/10063/5474" target="_blank">
“The feasibility of 'Building Performance Sketching' within the building design process.”</a></b>
Thesis, Master of Building Science, Victoria University of Wellington, 2016.
</p>
<p class="section-subcontent text-left">
Sadeghipour Roudsari, Mostapha; Subramaniam, Sarith. <b>
<a href="https://www.radiance-online.org/community/workshops/2016-padua/presentations/213-SadeghipourSubramaniam-AutomatingWorkflows.pdf"
target="_blank">
“Automate Radiance Workflows through Python”</a></b> in
15th International Radiance Workshop, Padua, Italy, Aug 30 2016.
</p>
<p class="section-subcontent text-left">
Sadeghipour Roudsari, Mostapha; <b>
<a href="https://books.google.com/books?id=9XJ9DAAAQBAJ&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false"
target="_blank">
“Seeing the Process: Ladybug + Honeybee, Dynamic Building Simulation Solutions for Integrated Iterative Design”</a></b>
<i>Energy Accounts: Architectural Representations of Energy, Climate, and the Future</i>. Ed. Willis, Dan; Braham, William W.; Muramoto, Katsuhiko; BarberDaniel A.
Routledge, pp 112-116, 2016.
</p>
<p class="section-subcontent text-left">
Konis, Kyle; Gamas, Alejandro; Kensek, Karen;
<b><a href="https://www.researchgate.net/publication/289501910_Passive_performance_and_building_form_An_optimization_framework_for_early-stage_design_support"
target="_blank">
“Passive performance and building form: An optimization
framework for early-stage design support”</a></b> Solar Energy,
Volume 125, pp 161-179, Feb 2016.
</p>
<p class="section-subcontent text-left">
Mackey, Christopher;
<b><a href="https://issuu.com/rumoer/docs/rumoer59_issuu"
target="_blank">
“Overcoming Fears of Adaptive Comfort in Design”</a></b> Rumoer: 59, pp 16-23. May 2016.
</p>
<h3 id="2015" class="section-title padding-top-30">
<a href="#2015">
2015
</a>
</h3>
<p class="section-subcontent text-left">
Mackey, Christopher; Sadeghipour Roudsari, Mostapha; Samaras, Panagiotis.
<b><a href="assets/pdf/ComfortCover_SIMAUD_2015.pdf" target="_blank">
“ComfortCover: A Novel Method for the Design of Outdoor Shades.”</a></b>
In Proceedings of Symposium on Simulation for Architecture and Urban Design.
Washington, DC, United States, Apr 12-15 2015.
</p>
<p class="section-subcontent text-left">
Mackey, Christopher. <b><a href="https://dspace.mit.edu/handle/1721.1/99261" target="_blank">
“Pan Climatic Humans : Shaping Thermal Habits in an Unconditioned Society.”</a></b>
Thesis, MArch, Massachusetts Institute of Technology, Department of Architecture,
2015.
</p>
<p class="section-subcontent text-left">
Negendahl, Kristoffer. <b><a href="https://www.researchgate.net/profile/Kristoffer_Negendahl/publication/274736654_Building_performance_simulation_in_the_early_design_stage_An_introduction_to_integrated_dynamic_models/links/56332df508ae242468daed38/Building-performance-simulation-in-the-early-design-stage-An-introduction-to-integrated-dynamic-models.pdf" target="_blank">
“Building Performance Simulation in Early Design Stage: An Introduction to Integrated Dynamic Models.”</a></b>
Automation in Construction 54:39–53, 2015.
</p>
<h3 id="2013" class="section-title padding-top-30">
<a href="#2013">
2013
</a>
</h3>
<p class="section-subcontent text-left">
Sadeghipour Roudsari, Mostapha; Pak, Michelle. <b>
<a href="https://www.ibpsa.org/proceedings/bs2013/p_2499.pdf" target="_blank">
“Ladybug: A Parametric Environmental Plugin for Grasshopper to Help Designers
Create an Environmentally-Conscious Design.”</a></b> In Proceedings
of the 13th International conference of Building Performance Simulation Association. Chambery,
France, Aug 25-28 2013.
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col">
<h6 class="text-uppercase text-muted">Tools</h6>
<ul class="list-unstyled">
<li><a href="ladybug.html">Ladybug</a></li>
<li><a href="honeybee.html">Honeybee</a></li>
<li><a href="butterfly.html">Butterfly</a></li>
<li><a href="dragonfly.html">Dragonfly</a></li>
</ul>
</div>
<div class="col">
<h6 class="text-uppercase text-muted">Resources</h6>
<ul class="list-unstyled">
<li><a href="https://www.food4rhino.com/app/ladybug-tools" target="_blank">Download</a></li>
<li><a href="https://docs.ladybug.tools/" target="_blank">Tutorials</a></li>
<li><a href="https://ladybug-tools-academy.teachable.com/" target="_blank">Academy</a></li>
<li><a href="/resource.html">Free Resources</a></li>
<li><a href="./publication.html">Publications</a></li>
<li><a href="./presentation.html">Presentations</a></li>
<li><a href="./about.html#faq">FAQ</a></li>
<li><a href="http://discourse.ladybug.tools" target="_blank">Forum</a></li>
<li><a href="https://github.com/ladybug-tools" target="_blank">For Developers</a></li>
</ul>
</div>
<div class="col">
<h6 class="text-uppercase text-muted">Products</h6>
<ul class="list-unstyled">
<li><a href="https://www.pollination.cloud/">Pollination</a></li>
</ul>
</div>
<div class="col">
<h6 class="text-uppercase text-muted">About</h6>
<ul class="list-unstyled">
<li><a href="./about.html">Story</a></li>
<li><a href="./about.html#team">Team</a></li>
<li><a href="./membership.html#partners">Partners</a></li>
<li><a href="./membership.html#patronwall">Patrons</a></li>
</ul>
</div>
<div class="col">
<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>
</div>
</div>
<br>
<span class="float-left text-muted small">©2017-2025 Ladybug Tools LLC, Ladybug Tools logo® and Ladybug Tools®
are registered trademarks of 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>