CumInCAD is a Cumulative Index about publications in Computer Aided Architectural Design
supported by the sibling associations ACADIA, CAADRIA, eCAADe, SIGraDi, ASCAAD and CAAD futures

PDF papers
References

Hits 1 to 20 of 717

_id 8d50
authors Turk, Z., Cerovsek, T. and Martens, B.
year 2001
title The Topics of CAAD. A Machine's Perspective
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 547-560
summary Ontology of a scientific field typically includes a taxonomy that breaks up the field into several topics. The break-up is present in the organisation of information in books, libraries and on the Web. An on-line database of papers related to CAAD called CUMINCAD was created and it includes over 3000 papers with abstracts. They are available through the search interface - one knows an author or a keyword and can find the papers where such keyword or author's name appears. Alternative interface would be through browsing papers topic by topic. The papers, however, are not categorised. In this paper, we present the efforts to use the machine learning and data mining techniques to automatically group the papers into clusters and create a set of keywords that would label a cluster. The hypothesis was that an algorithm would create clusters of papers automatically and that the clusters would be similar to the groupings a human would have made. We investigated several algorithms for doing an analysis like that but were unable to prove the original hypothesis. We conclude that it requires more than objective statistical analysis of the words in abstracts to create an ontology of CAAD.
keywords CAAD, Machine Learning, Clustering, Pattern Recognition
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 4dd3
authors Reymen, Isabelle M.M.J.
year 2001
title Improving design processes through structured reflection : a domain-independent approach
source Eindhoven University of Technology
summary In the world of designing, three fields of attention can be recognised, namely design research, design practice, and design education. Gaps exist between these three fields. In this thesis about designing, the focus is on the gap between design research and design practice. Design practice includes many design disciplines and an increasing number of multidisciplinary teams. Main problems in design practice are the communication between designers with a different background and the integration and co-ordination of important aspects during a design process. By tackling these problems, the effectiveness and efficiency of design processes in practice can be improved. The study of similarities and differences between design processes in several design disciplines and the development of support for reflection on design processes are topics that can improve design practice and that deserve more attention in design research. The goal of my research is to decrease the gap between design research and design practice in order to improve design processes. Reflection on design processes can help designers to improve their design process, its results, and the designer’s proficiency: By reflecting explicitly on the current design situation and on the performed design activities, in a systematic way and on a regular basis, designers can plan next design activities that can be performed effectively and efficiently given the design goal at that moment. In this thesis, the combination of systematic and regular reflection is called structured reflection. To improve design processes in various design disciplines in practice, the study of similarities and differences between design processes in several disciplines can be useful. Similarities between design processes are the basis for domain-independent design knowledge (as distinguished from domain-specific design knowledge). To reach the goal of my research, I have chosen to combine, in a broad explorative study, the development of support for structured reflection on design processes and the development of domain-independent design knowledge. This thesis describes a domain-independent approach to improve design processes through structured reflection. My research process can be summarised as follows. I studied three design disciplines, namely architecture, mechanical engineering, and software engineering. To get input from design practice, I did qualitative empirical research: I performed twelve case studies in the three disciplines to inventory characteristics of design processes and I compared the cases for similarities and differences. The similarities, together with the results of a literature study, have been the basis for the development of domain-independent descriptive design knowledge. The developed descriptive knowledge, in turn, formed the basis for developing domain-independent prescriptive design knowledge. At the end of the project, I confronted all results with design practice to get feedback on the results in another empirical study and I performed a literature study to position the results in the design literature. My design philosophy and design frame are the descriptive results developed to answer the first research question, namely “How to describe design processes in a domain-independent way?”. My design philosophy is a set of domain-independent concepts and terms for describing a design process. The concepts and terms are based on an application of the general theory of state-transition systems to the context of designing; the concepts of state and state transition correspond to the main concepts of design situation and design activity in my design philosophy. The answer to the first research question given by the design philosophy is refined in a design frame: The design frame offers a means to structure the description of a design process in a domain-independent way. Major structuring concepts of the design frame are dimensions and subjects. I define three dimensions, namely level, perspective, and time. These dimensions define a three-dimensional space, called a positioning space, in which important aspects of design processes can be positioned. A positioning space must be defined for each subject, being the three parts of a design situation: the product being designed, the design process, and the design context. My design frame is a domain-independent structure formed by the combination of the three dimensions for each subject. My design method is the prescriptive result developed to answer the second research question, namely “How to support structured reflection on design processes in a domain-independent way?”. My design method is a domain-independent aid that offers designers support for reflecting on design processes in a structured way. Reflection on design processes is defined as an introspective contemplation on the designer’s perception of the design situation and on the remembered design activities. A reflection process is described as a process that consists of three steps that are called preparation, image forming, and conclusion drawing. The design method is based on two main concepts: The first concept is the systematic description and analysis of design situations and design activities by means of forms and checklists; only systematic support for the preparation step of a reflection process is developed. The second concept is the idea of design sessions, introduced to stimulate designers to reflect regularly during a design process. A design session is defined as a period of time during which one or more designers are working on a subtask of a certain design task, for example, one afternoon, a whole day, or a week. Both concepts are combined to support structured reflection on design processes. The complete design method consists of five steps for each design session, namely planning a design session, defining the subtask of the design session, reflecting at the beginning of a design session, designing during the core of a design session, and reflecting at the end of a design session. A prototype software tool, called ECHO, has been developed to explore the benefits of using a software system to facilitate the use of the design method. Together, the design philosophy and the design frame offer concepts, a vocabulary, and a structure to describe design processes in a domain-independent way. The design method is a first proposal of a method that supports structured reflection on design processes. My results are thus possible answers to the mentioned research questions and are starting points to improve the effectiveness and efficiency of design processes. Based on the feedback I collected, I am optimistic about the applicability of my results in design practice. By asking input from design practice and by developing results that are useful for design practice and that contribute to design research, I contribute to decrease the gap between design research and design practice. The most important recommendations for further research are to test all results extensively in design practice and to investigate how to apply the results in design education.
series thesis:PhD
email
last changed 2003/02/12 22:37

_id 70cc
authors Witten, I.H. and Frank, E.
year 2000
title Data Mining - Practical Machine Learning Tools and Techniques with JAVA Implementations
source Morgan Kaufmann
summary Witten and Frank's textbook was one of two books that I used for a data mining class in the Fall of 2001. The book covers all major methods of data mining that produce a knowledge representation as output. Knowledge representation is hereby understood as a representation that can be studied, understood, and interpreted by human beings, at least in principle. Thus, neural networks and genetic algorithms are excluded from the topics of this textbook. We need to say "can be understood in principle" because a large decision tree or a large rule set may be as hard to interpret as a neural network. The book first develops the basic machine learning and data mining methods. These include decision trees, classification and association rules, support vector machines, instance-based learning, Naive Bayes classifiers, clustering, and numeric prediction based on linear regression, regression trees, and model trees. It then goes deeper into evaluation and implementation issues. Next it moves on to deeper coverage of issues such as attribute selection, discretization, data cleansing, and combinations of multiple models (bagging, boosting, and stacking). The final chapter deals with advanced topics such as visual machine learning, text mining, and Web mining.
series other
last changed 2003/04/23 15:50

_id f95f
authors Angulo, A.H., Davidson, R.J. and Vásquez de Velasco, G.P.
year 2001
title Digital Visualization in the Teaching of Cognitive Visualization
source Reinventing the Discourse - How Digital Tools Help Bridge and Transform Research, Education and Practice in Architecture [Proceedings of the Twenty First Annual Conference of the Association for Computer-Aided Design in Architecture / ISBN 1-880250-10-1] Buffalo (New York) 11-14 October 2001, pp. 292-301
doi https://doi.org/10.52842/conf.acadia.2001.292
summary Professional design offices claim that our graduates have difficulties with their free-hand perspective drawing skills. This fact, which has become obvious over the last 5 years, is parallel to a clear tendency towards the use of 3-dimensional digital imagery in the projects of our students. Frequently, faculty tends to blame the computer for the shortcomings of our students in the use of traditional media, yet there is no clear evidence on the source of the blame. At a more fundamental level, the visualization skills of our students are questioned. This paper will explain how faculty teaching design communication techniques, with traditional and digital media, are working together in the development of a teaching methodology that makes use of computers in support of our student’s training on cognitive visualization skills, namely; “The Third-Eye Method”. The paper describes the Third-Eye Method as an alternative to traditional methods. As evidence of the benefits offered by the Third-Eye Method, the paper presents the results of testing it against traditional methods among freshman students. At the end, the paper draws as conclusion that computers are not the main source of the problem but a potential solution.
keywords Pedagogy, Visualization, Media
series ACADIA
email
last changed 2022/06/07 07:54

_id cf2003_m_040
id cf2003_m_040
authors BAY, Joo-Hwa
year 2003
title Making Rebuttals Available Digitally for Minimising Biases in Mental Judgements
source Digital Design - Research and Practice [Proceedings of the 10th International Conference on Computer Aided Architectural Design Futures / ISBN 1-4020-1210-1] Tainan (Taiwan) 13–15 October 2003, pp. 147-156
summary The problem of heuristic biases (illusions) discussed by Tversky and Kahneman (1982) that can lead to errors in judgement by human designers, when they use precedent knowledge presented graphically (Bay 2001). A Cognitive framework of belief, goal, and decision, and a framework of representation of architectural knowledge by Tzonis are used to map out the problem of heuristic biases in the human mind. These are used to discuss what aspects of knowledge can be presented explicitly and digitally to users to make rebuttal more available for human thinking at the cognitive level. The discussion is applicable to both inductive and analytic digital knowledge systems that use precedent knowledge. This discussion is targeted directly at means of addressing bias in the human mind using digital means. The problem of human bias in machine learning and generalisation are discussed in a different paper, and the problems of international or non-intentional machine bias are not part of discussion in this paper.
keywords analogy, bias, design thinking, environmental design, heuristics
series CAAD Futures
last changed 2003/11/22 07:26

_id ga0108
id ga0108
authors Caicco, Gregory P.
year 2001
title Cunning Crafts or Poetic Place-Making? Towards a Historiography of Generative Art
source International Conference on Generative Art
summary This paper begins by considering the meaning and relationship between generativity and art. From there an historical analysis of these terms maps out the philosophical terrain of generative art in practice and theory. It is hypothesized that the degree to which a generativity, or birthing, may be understood as inherent in art understood as a poetic making, is the degree to which the term generative becomes a redundant qualifier of the term art. An argument is then made that art and art-making as a poetic production has an ethical vocation to critique its sources and its media in order to imagine worlds where the marginalized other, as other, is received. As a result, the unqualified adoption of computer, machine, biologicalor chemical media, as well as the mathematic or pragmatic instructions that define the execution of their works, needs to be questioned.I conclude with an historiographical examination of the Babylonian abacus and the medieval ars memoritiva, in particular, Ramon Lull’s 1274 figura universalis. Even though computing historians have claimed these as proto-computers, a deeper examination of their meaning, use and context reveal a fundamentally mimetic vocation that provides the possibility of poetic place-making, as an ethics, which is otherwise absent in thecontemporary microprocessor. The question is therefore raised whether the works presented at “generative art” galleries, websites and conferences such as this may make any claim to poetry, ethics or art per se if their use of mathematics and automation remains uncritical.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 0dbf
authors Chien, Sheng-Fen and Shih, Shen-Guan
year 2001
title Design through Information Filtering. A search driven approach for developing a layperson's CAAD environment
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 103-110
summary We propose a CAAD environment for non-designers. It is a new way to enable effective user participation during the design process. This CAAD environment contains an encapsulation of design knowledge and utilises information filtering as an interface to the design knowledge. Two prototypes are implemented as testbeds. So far, our experience has suggested that the approach has a promising future.
keywords Information Filtering, Design Knowledge Encapsulation, CAAD For Nondesigners
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 8a8c
authors Choi, J.W., Kwon, D.-Y. and Lee, H.-S.
year 2001
title DesignBUF: Exploring and Extending 2D Boolean Set Operations with Multiple Modes in the Early Design Phase
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 589-602
summary Boolean set operations have been a powerful design function set for any CAD systems including 2D and 3D domains. Their capacity to provide even more powerful design tools have not, however, been fully explored in the 2D system. The purpose of this study is to further explore 2D Boolean set operations with multiple modes, which include a pick mode, a wait mode, a drag-and-drop mode, and a draw-and-action mode. We develop a prototype design tool, called DesignBUF. It introduces a new concept of “design object buffer,” an intermediate design zone in which a designer freely sketches his/her design with design objects in a brainstorming fashion since valuable design ideas are ephemeral? and the designer needs to generate design schemes rapidly before the ideas disappear or are forgotten. After finishing such fast brainstorming processes, especially in the early design phase, the designer gets a stable and refined form of a floor plan, which in turn becomes a well structured form to maintain building and design information systematically. Therefore, the designer keeps switching back and forth between the “design object buffer” and structured floor plans. We believe that this dual working memory will not only increase system flexibility, but also reduce computation with unnecessarily complex design objects. This study also develops a robust algorithm to transform the intermediate design objects into a well-structured floor plan. In fact, the algorithm is also used for the extended Boolean set operations described above. A structured floor plan can also be transformed into non-structured forms. Research issues for future development are also identified at the end of the paper.
keywords Design Buffer, Extended Boolean Set Operations, Structured Floor Plan.
series CAAD Futures
email
last changed 2006/11/07 07:22

_id cf2011_p051
id cf2011_p051
authors Cote, Pierre; Mohamed-Ahmed Ashraf, Tremblay Sebastien
year 2011
title A Quantitative Method to Compare the Impact of Design Mediums on the Architectural Ideation Process.
source Computer Aided Architectural Design Futures 2011 [Proceedings of the 14th International Conference on Computer Aided Architectural Design Futures / ISBN 9782874561429] Liege (Belgium) 4-8 July 2011, pp. 539-556.
summary If we compare the architectural design process to a black box system, we can assume that we now know quite well both inputs and outputs of the system. Indeed, everything about the early project either feasibility studies, programming, context integration, site analysis (urban, rural or natural), as well as the integration of participants in a collaborative process can all be considered to initiate and sustain the architectural design and ideation process. Similarly, outputs from that process are also, and to some extent, well known and identifiable. We are referring here, among others, to the project representations or even to the concrete building construction and its post-evaluation. But what about the black box itself that produces the ideation. This is the question that attempts to answer the research. Currently, very few research works linger to identify how the human brain accomplishes those tasks; how to identify the cognitive functions that are playing this role; to what extent they operate and complement each other, and among other things, whether there possibly a chain of causality between these functions. Therefore, this study proposes to define a model that reflects the activity of the black box based on the cognitive activity of the human brain. From an extensive literature review, two cognitive functions have been identified and are investigated to account for some of the complex cognitive activity that occurs during a design process, namely the mental workload and mental imagery. These two variables are measured quantitatively in the context of real design task. Essentially, the mental load is measured using a Bakan's test and the mental imagery with eyes tracking. The statistical software G-Power was used to identify the necessary subject number to obtain for significant variance and correlation result analysis. Thus, in the context of an exploratory research, to ensure effective sample of 0.25 and a statistical power of 0.80, 32 participants are needed. All these participants are students from 3rd, 4th or 5th grade in architecture. They are also very familiar with the architectural design process and the design mediums used, i.e., analog model, freehand drawing and CAD software, SketchUp. In three experimental sessions, participants were asked to design three different projects, namely, a bus shelter, a recycling station and a public toilet. These projects were selected and defined for their complexity similarity, taking into account the available time of 22 minutes, using all three mediums of design, and this in a randomly manner to avoid the order effect. To analyze the two cognitive functions (mental load and mental imagery), two instruments are used. Mental imagery is measured using eye movement tracking with monitoring and quantitative analysis of scan paths and the resulting number and duration of participant eye fixations (Johansson et al, 2005). The mental workload is measured using the performance of a modality hearing secondary task inspired by Bakan'sworks (Bakan et al.; 1963). Each of these three experimental sessions, lasting 90 minutes, was composed of two phases: 1. After calibrating the glasses for eye movement, the subject had to exercise freely for 3 minutes while wearing the glasses and headphones (Bakan task) to get use to the wearing hardware. Then, after reading the guidelines and criteria for the design project (± 5 minutes), he had 22 minutes to execute the design task on a drawing table allowing an upright posture. Once the task is completed, the subject had to take the NASA TLX Test, on the assessment of mental load (± 5 minutes) and a written post-experimental questionnaire on his impressions of the experiment (± 10 minutes). 2. After a break of 5-10 minutes, the participant answered a psychometric test, which is different for each session. These tests (± 20 minutes) are administered in the same order to each participant. Thus, in the first experimental session, the subject had to take the psychometric test from Ekstrom et al. (1978), on spatial performance (Factor-Referenced Cognitive Tests Kit). During the second session, the cognitive style is evaluated using Oltman's test (1971). Finally, in the third and final session, participant creativity is evaluated using Delis-Kaplan test (D-KEFS), Delis et al. (2001). Thus, this study will present the first results of quantitative measures to establish and validate the proposed model. Furthermore, the paper will also discuss the relevance of the proposed approach, considering that currently teaching of ideation in ours schools of architecture in North America is essentially done in a holistic manner through the architectural project.
keywords design, ideation process, mental workload, mental imagery, quantitative mesure
series CAAD Futures
email
last changed 2012/02/11 19:21

_id ddss9829
id ddss9829
authors De Hoog, J., Hendriks, N.A. and Rutten, P.G.S.
year 1998
title Evaluating Office Buildings with MOLCA(Model for Office Life Cycle Assessment)
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary MOLCA (Model for Office Life Cycle Assessment) is a project that aims to develop a tool that enables designers and builders to evaluate the environmental impact of their designs (of office buildings) from a environmental point of view. The model used is based on guidelinesgiven by ISO 14000, using the so-called Life Cycle Assessment (LCA) method. The MOLCA project started in 1997 and will be finished in 2001 resulting in the aforementioned tool. MOLCA is a module within broader research conducted at the Eindhoven University of Technology aiming to reduce design risks to a minimum in the early design stages.Since the MOLCA project started two major case-studies have been carried out. One into the difference in environmental load caused by using concrete and steel roof systems respectively and the role of recycling. The second study focused on biases in LCA data and how to handle them. For the simulations a computer-model named SimaPro was used, using the world-wide accepted method developed by CML (Centre for the Environment, Leiden, the Netherlands). With this model different life-cycle scenarios were studied and evaluated. Based on those two case studies and a third one into an office area, a first model has been developed.Bottle-neck in this field of study is estimating average recycling and re-use percentages of the total flow of material waste in the building sector and collecting reliable process data. Another problem within LCA studies is estimating the reliability of the input data and modelling uncertainties. All these topics will be subject of further analysis.
keywords Life-Cycle Assessment, Office Buildings, Uncertainties in LCA
series DDSS
last changed 2003/08/07 16:36

_id b111
authors De Vries, B., Achten, H.H., Coomans, M.K.D., Dijkstra, J., Fridqvist, S., Jessurun, A.J., Van Leeuwen, J.P., Orzechowski, M.A., Saarloos, D.J.M., Segers, N.M. and Tan, A.A.W.
year 2001
title VR-DIS Research Programme Design Systems group
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 795-808
summary This paper presents a summary of all on-going projects within the VR-DIS research programme at Eindhoven University of Technology.
keywords Interactive Design System, Distributed Multi Disciplinary Design, Interactive Measurement Of User Reactions
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 1229
authors Donath, D., Beetz, N., Grether, K., Kruijff, E., Petzold, F. and Seichter, H.
year 2001
title Cooling Factory, a concrete project to test new architectural applications for augmented reality
source Venetia Giagourta, Michael G. Strintzis (ed.): International Conference on Augmented, Virtual Environments and Three-Dimensional Imaging, Verlag Myconos, pp. 14-17
summary This paper will discuss possible fields of applications of AR/VR for revitalization of buildings from a user's perspective. Considerations are based on the real-world project "Cooling factory Gera". The project is founded by "Deutsche Forschungsgesellschaft (DFG)".
series other
email
last changed 2003/02/26 18:58

_id ebd0
authors Eggink, Dustin
year 2001
title Smart Objects: Constraints and Behaviors in a Dimensional Design
source University of Washington, Design Machine Group
summary Each new design problem in architecture presents a new set of requirements .A designer must remain aware of these requirements and effectively communicate them to collaborators because the degree to which the requirements are met will determine the success of the solution. This thesis explores how design can be effectively presented in a medium that is both explorative of form and descriptive of the design problem’s requirements. To facilitate this, we present Smart Objects, a constraint-based three-dimensional(3D) computer program. In Smart Objects, design intentions of an architectural problem are embedded as constraints into the modeled objects that compose a formal solution. A model is presented through a 3DVirtual Reality Modeling Language (VRML) viewer and constrained by a software program we wrote in the Java language. Both the VRML viewer and the Java program are contained within a single web page. In Smart Objectsd. A designer meets or violates constraints, objects behave in a manner that reflects the requirements of the problem and intentions of the designer. SmartObjects communicates the design principles and guidelines that inform an architectural design to the collaborators involved in the project. It ensures that these principles and guidelines are maintained as the design progresses.
series thesis:MSc
email
more http://dmg.caup.washington.edu/xmlSiteEngine/browsers/stylin/publications.html
last changed 2004/06/02 19:12

_id d960
authors Ekholm, Anders
year 2001
title Activity objects in CAD-programs for building design. A prototype program implementation
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 61-74
summary In the early stages of the building design process, during the programming and the proposal stages, both user activities and the building are in focus for the designer. In spite of this, today’s CAD programs give no support for management of information about user activities in the building. This paper discusses the requirements on modelling user activities in the context of building design and presents a prototype software. The prototype is developed as an add-on to the architectural design software ArchiCAD.
keywords CAD, User Activity Modelling, Building Design, Building Product Modelling, Building Brief Development, Space Function Program
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 6a37
authors Fowler, Thomas and Muller, Brook
year 2002
title Physical and Digital Media Strategies For Exploring ‘Imagined’ Realities of Space, Skin and Light
source Thresholds - Design, Research, Education and Practice, in the Space Between the Physical and the Virtual [Proceedings of the 2002 Annual Conference of the Association for Computer Aided Design In Architecture / ISBN 1-880250-11-X] Pomona (California) 24-27 October 2002, pp. 13-23
doi https://doi.org/10.52842/conf.acadia.2002.013
summary This paper will discuss an unconventional methodology for using physical and digital media strategies ina tightly structured framework for the integration of Environmental Control Systems (ECS) principles intoa third year design studio. An interchangeable use of digital media and physical material enabledarchitectural explorations of rich tactile and luminous engagement.The principles that provide the foundation for integrative strategies between a design studio and buildingtechnology course spring from the Bauhaus tradition where a systematic approach to craftsmanship andvisual perception is emphasized. Focusing particularly on color, light, texture and materials, Josef Albersexplored the assemblage of found objects, transforming these materials into unexpected dynamiccompositions. Moholy-Nagy developed a technique called the photogram or camera-less photograph torecord the temporal movements of light. Wassily Kandinsky developed a method of analytical drawingthat breaks a still life composition into diagrammatic forces to express tension and geometry. Theseschematic diagrams provide a method for students to examine and analyze the implications of elementplacements in space (Bermudez, Neiman 1997). Gyorgy Kepes's Language of Vision provides a primerfor learning basic design principles. Kepes argued that the perception of a visual image needs aprocess of organization. According to Kepes, the experience of an image is "a creative act ofintegration". All of these principles provide the framework for the studio investigation.The quarter started with a series of intense short workshops that used an interchangeable use of digitaland physical media to focus on ECS topics such as day lighting, electric lighting, and skin vocabulary tolead students to consider these components as part of their form-making inspiration.In integrating ECS components with the design studio, an nine-step methodology was established toprovide students with a compelling and tangible framework for design:Examples of student work will be presented for the two times this course was offered (2001/02) to showhow exercises were linked to allow for a clear design progression.
series ACADIA
email
last changed 2022/06/07 07:51

_id ga0125
id ga0125
authors Galanter, Philip
year 2001
title Foundations of Generative Art Systems - a hybrid survey and studio class for graduate students
source International Conference on Generative Art
summary The Interactive Telecommunications Program is a well known professional master's program for artists interested in new media, and is part of the Tisch School of the Arts...informally known as the "NYU Film School". ITP graduates are very much in demand, and can be found in creative leadership positions throughout the multimedia industry. For two years the author has taught a class exclusively focused on generative art. This talk willoutline the structure of the class, discuss the challenges and rewards of teaching such an eclectic and interdisciplinary mix of topics, and show examples of student work.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 3847
authors Gattis, Merideth
year 2001
title Space as a Basis for Reasoning
source J. S. Gero, B. Tversky and T. Purcell (eds), 2001, Visual and Spatial Reasoning in Design, II - Key Centre of Design Computing and Cognition, University of Sydney, Australia
summary We use space as a basis for reasoning whenever we use aspatial representation of a nonspatial concept to make decisions orinferences. From a psychological perspective, our tendency to create andreason fluidly from spatial models is somewhat surprising, becauseusing a spatial model to reason involves creating correspondencesbetween two semantically unrelated concepts: space, and something thatisn’t space, whether that be time, performance, or the desirability of anew job. Our proficiency in using space as a basis for reasoning reliesour abilities to detect similarities in the structures of very differentconcepts. In this paper I discuss two types of similarities between spaceand nonspatial concepts and describe how those similarities influencereasoning from spatial representations.
series other
email
more http://www.arch.usyd.edu.au/kcdc/conferences/vr01/
last changed 2003/05/02 11:16

_id 3386
authors Gavin, L., Keuppers, S., Mottram, C. and Penn, A.
year 2001
title Awareness Space in Distributed Social Networks
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 615-628
summary In the real work environment we are constantly aware of the presence and activity of others. We know when people are away from their desks, whether they are doing concentrated work, or whether they are available for interaction. We use this peripheral awareness of others to guide our interactions and social behaviour. However, when teams of workers are spatially separated we lose 'awareness' information and this severely inhibits interaction and information flow. The Theatre of Work (TOWER) aims to develop a virtual space to help create a sense of social awareness and presence to support distributed working. Presence, status and activity of other people are made visible in the theatre of work and allow one to build peripheral awareness of the current activity patterns of those who we do not share space with in reality. TOWER is developing a construction set to augment the workplace with synchronous as well as asynchronous awareness. Current, synchronous activity patterns and statuses are played out in a 3D virtual space through the use of symbolic acting. The environment itself however is automatically constructed on the basis of the organisation's information resources and is in effect an information space. Location of the symbolic actor in the environment can therefore represent the focus of that person's current activity. The environment itself evolves to reflect historic patterns of information use and exchange, and becomes an asynchronous representation of the past history of the organisation. A module that records specific episodes from the synchronous event cycle as a Docudrama forms an asynchronous information resource to give a history of team work and decision taking. The TOWER environment is displayed using a number of screen based and ambient display devices. Current status and activity events are supplied to the system using a range of sensors both in the real environment and in the information systems. The methodology has been established as a two-stage process. The 3D spatial environment will be automatically constructed or generated from some aspect of the pre-existing organisational structure or its information resources or usage patterns. The methodology must be extended to provide means for that structure to grow and evolve in the light of patterns of actual user behaviour in the TOWER space. We have developed a generative algorithm that uses a cell aggregation process to transcribe the information space into a 3d space. In stage 2 that space was analysed using space syntax methods (Hillier & Hanson, 1984; Hillier 1996) to allow the properties of permeability and intelligibility to be measured, and then these fed back into the generative algorithm. Finally, these same measures have been used to evaluate the spatialised behaviour that users of the TOWER space show, and will used to feed this back into the evolution of the space. The stage of transcription from information structure to 3d space through a generative algorithm is critical since it is this stage that allows neighbourhood relations to be created that are not present in the original information structure. It is these relations that could be expected to help increase social density.
keywords Algorithmic Form Generation, Distributed Workgroups, Space Syntax
series CAAD Futures
email
last changed 2006/11/07 07:22

_id b07d
authors Gero, J.S., Chase, S. and Rosenman, M. (Eds.)
year 2001
title CAADRIA 2001 [Conference Proceedings]
source Proceedings of the Sixth Conference on Computer Aided Architectural Design Research in Asia / ISBN 1-86487-096-6 / Sydney 19-21 April 2001, 506 p.
doi https://doi.org/10.52842/conf.caadria.2001.
summary Computer-aided architectural design research and teaching has a long history going back to the 1960s. However, the last ten years has seen a dramatic upsurge in activity brought about by factors such as the increasing use of CAD systems in practice, the increase in computer literacy generally and perhaps, equally importantly, the development and widespread use of the World Wide Web. The CAADRIA conference series provides a forum for the presentation and exchange of ideas and experiences in CAAD, particularly focussed on Asian research and teaching. This, the proceedings of the Sixth International Conference on Computer-Aided Architectural Design Research and Teaching in Asia, presents 57 (31 long and 26 short) papers. The 57 papers were selected from the 114 submissions following a blind review of extended abstracts. Each submission was reviewed by two referees and the decision to accept was based on a committee's assessment of all the submissions. The final papers were assessed to determine if the reviewers' recommendations had been complied with. The authors of the selected papers represent 17 countries, making this an international as well as an Asian conference.
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:51

_id avocaad_2001_06
id avocaad_2001_06
authors Giovanni De Paoli
year 2001
title Architectural design and procedural models - A radical change of language to design in architecture
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary The history of architecture and its teaching clearly reveal how representations of the image and drawing have changed over centuries. Today, computers are increasingly found at the desks of architecture professionals and students, but their usage remains restricted to technical functions and what is commonly known as CAD (computer-assisted design), in architecture is often simply the other CAD (computer-assisted drawing).This presentation deals with architectural design, particularly at its earliest stage. Our objective is to propose a model for describing the architectural concept that meets the needs of architects through software. Only then will they really be able to use computers as an aid to design by overcoming the obstacles that presently keep us from making full use of them.This has led me to propose an avenue of exploration that examines projection through an object’s properties, and a method of computer-assisted design that makes use of procedural models. These procedural models consist of geometric operators and operators that define the properties, characteristics and performance of a building — operators which I have termed “semantic”.This research fits into a paradigm that leads to representation of the building through functions that can be called with parameters and encapsuled in an algorithm, making it possible to create procedural models that assist with the design. This approach opens up a means of integrating the logos with the figurative representation where drawing is used instead of words to convey the architectural concept.The example of a procedural model shows how we can use a generic model to produce a volume model with all the characteristics belonging to the same family of objects. This type of model can serve not only to illustrate the result of a process, or to draw connections among buildings on the basis of their construction process, or to test the validity of a rule typical of a set of objects, but also to integrate, through a functional language, semantic operators which to date have been excluded from the initial design phase. This descriptive mechanism is extremely powerful in making it possible to establish relationships among the functions and properties of a building and the purpose of the architectural project.The scientific contribution of this research is to test the hypothesis that we can use computer tools to manipulate operators which enable the architect to reappropriate a complex design of the building, and open up new lines of investigation into integrating geometric and knowledge-based systems into a unified representation. The declarative approach for creating three-dimensional scenes fits into this perspective.It is now a matter of exploring the possibility of working on a “common morphology” shared by everyone involved in the design process by rewriting the functions or by converting the functions used for representation, or else through a functional dialect (language) that allows for dialectic relationships among all types of operators and the actions of the protagonists in the architectural design process.
series AVOCAAD
email
last changed 2005/09/09 10:48

For more results click below:

this is page 0show page 1show page 2show page 3show page 4show page 5... show page 35HOMELOGIN (you are user _anon_71475 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002