forked from algorithmicdesign/algorithmicdesign.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
548 lines (506 loc) · 45.3 KB
/
publications.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
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
<!DOCTYPE HTML>
<!--
Twenty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!--<a class="image featured"><img src="images/index/ADA_black.png" alt="" /></a>-->
<title>ADA</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="shortcut icon" href="images/index/A-sqr.png" type="image/ico"/>
</head>
<body class="index">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<!-- <h1 id="logo"><a href="index.html" class="image"><img src="images/index/ADA_black.png" alt="" width="60"/></a></h1> -->
<h1 id="logo"><a href="index.html" class="image"><img src="images/index/ADA_grey1.png" alt="" width="50"/></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html" class="mobile-only">ADA</a></li>
<li><a href="projects.html">Projects</a></li>
<li class="submenu">
<a href="#">Expertise</a>
<ul>
<li><a href="architecture.html">Architecture</a></li>
<li><a href="performance.html">Performance</a></li>
<li><a href="structures.html">Structures</a></li>
<li><a href="urbanism.html">Urbanism</a></li>
</ul>
</li>
<li><a href="tools.html">Tools</a></li>
<li class="submenu">
<li class="current"><a href="#">Research</a>
<ul>
<li><a href="publications.html">Publications</a></li>
<li><a href="awards.html">Awards</a></li>
<li><a href="talks.html">Talks</a></li>
<li><a href="timeline.html">Timeline</a></li>
</ul>
</li>
<li class="submenu">
<a href="#">Contact</a>
<ul>
<li><a href="contact.html">Reach us</a></li>
<li><a href="team.html">Our Team</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-book"></span>
<!-- <span class="icon fa-pencil-square-o"></span> -->
<h2>Publications by <strong>ADA</strong></h2>
<pcenter>Here you can find a list of articles and scientific papers published by the members of our team</pcenter>
</header>
<!-- One -->
<section class="wrapper style4 container spetial">
<!-- Content -->
<div class="sidebar">
<section> <div class="row"> <header> <h2>2018</h2> </header> </div>
<div class="row"><div class="9u 12u(narrower)">
<p><strong>Case Studies on the Integration of Algorithmic Design Processes in Traditional Design Workflows </strong>
<br /> Inês Caetano, Guilherme Ilunga, Catarina Belém, Rita Aguiar, Sofia Feist, Francisco Bastos, António Leitão
<br /> CAADRIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2018_CaseStudiesOnTheIntegrationOfAlgorithmicDesignProcessesInTraditionalDesignWorkflows.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2018_CaseStudiesOnTheIntegrationOfAlgorithmicDesignProcessesInTraditionalDesignWorkflows.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Algorithmic Architectural Visualization </strong>
<br /> Renata Castelo Branco, António Leitão
<br /> CAADRIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2018_AlgorithmicArchitecturalVisualization.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2018_AlgorithmicArchitecturalVisualization.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Casos de estudo sobre a integração de processos de projeto algorítmico em fluxos de trabalho de projeto em modelo BIM (In Portuguese) </strong>
<br /> Inês Caetano, Catarina Belém, Guilherme Ilunga, Sofia Feist, António Leitão, Francisco Bastos
<br /> Portuguese Congress of Building Information Modelling (ptBIM) </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2018_CasosDeEstudoSobreAIntegraçãoDeProcessosDeProjetoAlgorítmicoEmFluxosDeTrabalhoDeProjetoEmModeloBIM.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2018_CasosDeEstudoSobreAIntegraçãoDeProcessosDeProjetoAlgorítmicoEmFluxosDeTrabalhoDeProjetoEmModeloBIM.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Design algorítmico integrado (In Portuguese)</strong>
<br /> Renata Castelo Branco, António Leitão
<br /> Portuguese Congress of Building Information Modelling (ptBIM) </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2018_DesignAlgoritmicoIntegrado.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2018_DesignAlgoritmicoIntegrado.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Context-Oriented Algorithmic Design</strong>
<br /> Bruno Ferreira, António Leitão
<br /> European Lisp Symposium </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2018_Context-OrientedAlgorithmicDesign.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2018_Context-OrientedAlgorithmicDesign.pps"> View presentation here </a>
</div> </div>
</section>
<section> <div class="row"> <header> <h2>2017</h2> </header> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Luna Moth: Supporting Creativity in the Cloud </strong>
<br /> Pedro Alfaiate, Inês Caetano, António Leitão
<br /> ACADIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_LunaMoth_SupportingCreativityInTheCloud.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2017_LunaMoth_SupportingCreativityInTheCloud.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Algorithmic Design and Analysis Fusing Disciplines </strong>
<br /> Rita Aguiar, Carmo Cardoso, António Leitão
<br /> ACADIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_AlgorithmicDesignAndAnalysisFusingDisciplines.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2017_AlgorithmicDesignAndAnalysisFusingDisciplines.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Luna Moth: A Web-based Programming Environment for Generative Design </strong>
<br /> Pedro Alfaiate, António Leitão
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_LunaMoth_AWeb-basedProgrammingEnvironmentForGenerativeDesign.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2017_LunaMoth_AWeb-basedProgrammingEnvironmentForGenerativeDesign.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Saving Lives with Generative Design and Agent-based Modeling </strong>
<br /> Sofia Sousa, Inês Caetano, António Leitão
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_SavingLivesWithGenerativeDesignAndAgent-BasedModeling.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2017_SavingLivesWithGenerativeDesignAndAgent-BasedModeling.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Integrated Algorithmic Design: A single-script approach for multiple design tasks </strong>
<br /> Renata Castelo Branco, António Leitão
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_IntegratedAlgorithmicDesign.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2017_IntegratedAlgorithmicDesign.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Algorithmic-based Analysis: Design and Analysis in a Multi Back-end Generative Tool</strong>
<br /> António Leitão, Renata Castelo Branco, Carmo Cardoso
<br /> CAADRIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_Algorithmic-basedAnalysis.pdf"> <strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2017_Algorithmic-basedAnalysis.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong> Collaborative Algorithmic-based Building Information Modelling</strong>
<br /> Sofia Feist, Bruno Ferreira, António Leitão
<br /> CAADRIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_CollaborativeAlgorithmic-BasedBuildingInformationModelling.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2017_CollaborativeAlgorithmic-BasedBuildingInformationModelling.pdf"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Integration of an Algorithmic BIM Approach in a Traditional Architecture Studio</strong>
<br /> Inês Caetano, António Leitão
<br /> CAADRIA Conference</p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_IntroductionOfAnAlgorithmicBIMApproachInATraditionalArchitectureStudio.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2017_IntroductionOfAnAlgorithmicBIMApproachInATraditionalArchitectureStudio.pdf"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Translating Algorithmic Design from CAD to BIM</strong>
<br /> Renata Castelo Branco, António Leitão
<br /> Kine[SIS]tem International Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_TranslatingAlgorithmicDesignFromCADtoBIM.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2017_TranslatingAlgorithmicDesignFromCADtoBIM.pps">View presentation here</a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Using Generative Design for Evaluating and Improving Energy Efficiency in Architecture</strong>
<br /> Catarina Rocha, António Leitão
<br /> Kine[SIS]tem International Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2017_UsingGenerativeDesignForEvaluatingAndImprovingEnergyEfficiencyInArchitecture.pdf"><strong> View article here </strong> </a>
</div> </div>
</section>
<section> <div class="row"> <header> <h2>2016</h2> </header> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Processing for Architecture</strong>
<br /> António Leitão, Inês Caetano
<br /> Education for Research, Research for Creativity </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2016_ProcessingForArchitecture.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2016_ProcessingForArchitecture.pdf"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Processing Architecture</strong>
<br /> António Leitão, Inês Caetano, Hugo Correia
<br /> International Journal of Architectural Computing (IJAC) </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2016_ProcessingArchitecture.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Portable Generative Design for Building Information Modelling </strong>
<br /> Sofia Feist, Guilherme Barreto, Bruno Ferreira, António Leitão
<br /> CAADRIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2016_PortableGenerativeDesignForBuildingInformationModelling.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2016_PortableGenerativeDesignForBuildingInformationModelling.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>DrAFT: an Algorithmic Framework for Facade Design</strong>
<br /> Inês Caetano, António Leitão
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2016_DrAFT_AnAlgorithmicFrameworkForFacadeDesign.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2016_DrAFT_AnAlgorithmicFrameworkForFacadeDesign.pdf"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)"> <p><strong>Using Processing with Architectural 3D Modelling</strong>
<br /> Inês Caetano, António Leitão
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2016_UsingProcessingWithArchitectural3DModelling.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2016_UsingProcessingWithArchitectural3DModelling.pdf"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>A-BIM: Algorithmic-based Building Information Modelling (In Portuguese)</strong>
<br /> Sofia Feist, António Leitão
<br /> Portuguese Congress of Building Information Modelling (ptBIM)</p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2016_A-BIM_Algorithmic-basedBuildingInformationModelling.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2016_A-BIM_Algorithmic-basedBuildingInformationModelling.pps"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Aplicação do design generativo nas tecnologias BIM (In Portuguese)</strong>
<br /> Inês Caetano, António Leitão, Francisco Teixeira Bastos
<br /> Portuguese Congress of Building Information Modelling (ptBIM)</p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2016_AplicaçãoDoDesignGenerativoNasTecnologiasBIM.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2016_AplicaçãoDoDesignGenerativoNasTecnologiasBIM.pdf"> View presentation here </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Design generativo para Building Information Modelling (In Portuguese)</strong>
<br /> Bruno Ferreira, António Leitão
<br /> Portuguese Congress of Building Information Modelling (ptBIM)</p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2016_DesignGenerativoParaBuildingInformationModelling.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>A generic shape grammar interpreter for discursive grammars</strong>
<br /> Rodrigo Correia, António Leitão, José Duarte
<br /> Generative Art Conference
</p> </div>
<div class="3u 12u(narrower)"> <p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2016_AGenericShapeGrammarInterpreterForDiscursiveGrammars.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2016_AGenericShapeGrammarInterpreterForDiscursiveGrammars.pdf"> View presentation here </a>
</div> </div>
</section>
<section> <div class="row"><header> <h2>2015</h2> </header> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Combining Processing with Racket</strong>
<br /> Hugo Correia, António Leitão
<br /> International Symposium on Languages, Applications and Technologies (SLATE) </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2015_CombiningProcessingWithRacket.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Extending Processing to CAD Applications</strong>
<br /> Hugo Correia, António Leitão
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2015_ExtendingProcessingToCADApplications.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Generative Design for Building Information Modelling</strong>
<br /> Bruno Ferreira, António Leitão
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2015_GenerativeDesignForBuildingInformationModeling.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Programming for Architecture: The Students' Point of View</strong>
<br /> Rita Aguiar, Afonso Gonçalves
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2015_ProgrammingForArchitecture_TheStudents'PointOfView.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>P2R: Implementation of Processing in Racket</strong>
<br /> Hugo Correia, António Leitão
<br /> European Lisp Symposium (ELS) </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2015_P2R_ImplementationOfPythonInRacket.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>From Idea to Shape, From Algorithm to Design: A Framework for the Generation of Contemporary Facades</strong>
<br /> Inês Caetano, Luís Santos, António Leitão
<br /> CAAD Futures Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2015_FromIdeaToShape_FromAlgorithmToDesign.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2015_FromIdeaToShape_FromAlgorithmToDesign.pdf"> View presentation here </a>
</div> </div>
</section>
<section> <div class="row"><header> <h2>2014</h2> </header> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>An Implementation of Python for Racket</strong>
<br /> Pedro Ramos, António Leitão
<br /> European Lisp Symposium (ELS) </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2014_AnImplementationOfPythonForRacket.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)"> <p><strong>Illustrated Programming</strong>
<br /> António Leitão, José Lopes, Luís Santos
<br /> ACADIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2014_Illustrated_Programming.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2014_Illustrated_Programming.pps">View presentation here</a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Implementing Python for DrRacket</strong>
<br /> Pedro Ramos, António Leitão
<br /> OpenAccess Series in Informatics (OASIcs) Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2014_ImplementingPythonForDrRacket.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Improving Generative Design by Combining Abstract Geometry and Higher-Order Programming</strong>
<br /> António Leitão
<br /> CAADRIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2014_ImprovingGenerativeDesignByCombiningAbstractGeometryAndHigher-OrderProgramming.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2014_ImprovingGenerativeDesignByCombiningAbstractGeometryAndHigher-OrderProgramming.pdf">View presentation here</a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>On the Expressive Power of Programming Languages for Generative Design: The Case of Higher-Order Functions</strong>
<br /> António Leitão, Sara Proença
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><br /><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2014_OnTheExpressivePowerOfProgrammingLanguagesForGenerativeDesign.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2014_OnTheExpressivePowerOfProgrammingLanguagesForGenerativeDesign.pdf">View presentation here</a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Reaching Python from Racket</strong>
<br /> Pedro Ramos, António Leitão
<br /> International Lisp Conference (ILC) </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2014_ReachingPythonFromRacket.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Teaching Computer Science with Geometric Modeling</strong>
<br /> António Leitão
<br /> International Symposium on Visual Computing (ISVC) </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2014_TeachingComputerScienceWithGeometricModeling.pdf"><strong> View article here </strong> </a>
</div> </div>
</section>
<section> <div class="row"><header> <h2>2013</h2> </header> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Pushing the Envelope: Stretching the Limits of Generative Design</strong>
<br /> António Leitão, Rita Fernandes, Luís Santos
<br /> SIGraDi Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2013_PushingTheEnvelope_StretchingTheLimitsOfGenerativeDesign.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2013_PushingTheEnvelope_StretchingTheLimitsOfGenerativeDesign.pdf">View presentation here</a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Teaching Computer Science for Architecture: A proposal</strong>
<br /> António Leitão
<br />eCAAde Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2013_TeachingComputerScienceForArchitecture.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2013_TeachingComputerScienceForArchitecture.pdf">View presentation here</a>
</div> </div>
</section>
<section> <div class="row"><header> <h2>2012</h2> </header> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Collaborative Digital Design: When the architect meets the software engineer</strong>
<br /> Luís Santos, José Lopes, António Leitão
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2012_CollaborativeDigitalDesign_WhenTheArchitectMeetsTheSoftwareEngineer.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2012_CollaborativeDigitalDesign_WhenTheArchitectMeetsTheSoftwareEngineer.pdf">View presentation here</a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Programming Languages for Generative design: A Comparative Study</strong>
<br /> António Leitão, José Lopes, Luís Santos
<br /> International Journal of Architectural Computing (IJAC) </p> </div>
<div class="3u
12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2012_ProgrammingLanguagesForGenerativeDesign_AComparativeStudy.pdf"><strong> View article here </strong> </a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>GRAMATICA: A general 3D shape grammar interpreter targeting the mass customization of housing</strong>
<br /> Rodrigo Correia, José Duarte, António Leitão
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2012_GRAMATICA_AGeneral3DShapeGrammarInterpreterTargetingTheMassCustomizationOfHousing.pdf"><strong> View article here </strong>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2012_GRAMATICA_AGeneral3DShapeGrammarInterpreterTargetingTheMassCustomizationOfHousing.pdf"> View presentation here </a> </a>
</div> </div>
</section>
<section> <div class="row"><header> <h2>2011</h2> </header> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Programming Languages for Generative Design: Visual or Textual?</strong>
<br /> António Leitão, Luís Santos
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2011_ProgrammingLanguagesForGenerativeDesign_VisualOrTextual.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2011_ProgrammingLanguagesForGenerativeDesign_VisualOrTextual.pps">View presentation here</a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Portable Generative Design for CAD Applications</strong>
<br /> José Lopes, António Leitão
<br /> ACADIA Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2011_PortableGenerativeDesignForCADApplications.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2011_PortableGenerativeDesignForCADApplications.pps">View presentation here</a>
</div> </div>
</section>
<section> <div class="row"><header> <h2>2010</h2> </header> </div>
<div class="row"> <div class="9u 12u(narrower)">
<p><strong>Revisiting the Architecture Curriculum: The programming perspective</strong> <br /> António Leitão, Filipe Cabecinhas, Susana Martins
<br /> eCAADe Conference </p> </div>
<div class="3u 12u(narrower)">
<p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2010_RevisitingTheArchitectureCurriculum_TheProgrammingPerspective.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2010_RevisitingTheArchitectureCurriculum_TheProgrammingPerspective.pdf">View presentation here</a>
</div> </div>
<div class="row"> <div class="9u 12u(narrower)"> <p><strong>MALAG: A discursive grammar interpreter for the online generation of mass customized housing</strong>
<br /> Rodrigo Correia, José Duarte, António Leitão
<br /> Design Computing and Cognition Conference</p> </div>
<div class="3u 12u(narrower)"> <p><a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_docs/2010_MALAG_ADiscursiveGrammarInterpreterForTheOnlineGenerationOfMassCustomizedHousing.pdf"><strong> View article here </strong> </a>
<br/> <a href="http://web.ist.utl.pt/antonio.menezes.leitao/ADA/documents/publications_pres/2010_MALAG_ADiscursiveGrammarInterpreterForTheOnlineGenerationOfMassCustomizedHousing.pdf">View workshop here</a>
</div> </div>
</section>
</div>
</section>
<!-- Bottom -->
<section class="wrapper style1 container special">
<div class="row">
<div class="4u 12u(narrower)">
<section>
<header>
<h2>Awards</h2>
</header>
<pcenter>Press to find the awards <br/> collected by our team members </pcenter>
<p> </p>
<footer>
<ul class="buttons">
<li><a href="awards.html" class="button small">Learn More</a></li>
</ul>
</footer>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<header>
<h2>Talks</h2>
</header>
<pcenter>Press to find the invited <br/> talks given by our team members </pcenter>
<p> </p>
<footer>
<ul class="buttons">
<li><a href="talks.html" class="button small">Learn More</a></li>
</ul>
</footer>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<header>
<h2>Timeline</h2>
</header>
<pcenter>Press to find out more about <br/> our research topics and projects </pcenter>
<p> </p>
<footer>
<ul class="buttons">
<li><a href="timeline.html" class="button small">Learn More</a></li>
</ul>
</footer>
</section>
</div>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>2018 © Algorithmic Design for Architecture</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>