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 716

_id 3e51
authors Cerulli, C., Peng, C. and Lawson, B.
year 2001
title Capturing Histories of Design Processes for Collaborative Building Design Development. Field Trial of the ADS Prototype
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 427-437
summary The ADS Project - Advanced Design Support for the Construction Design Process - builds on the technological results of the previous COMMIT Project to exploit and demonstrate the benefits of a CAD based Design Decision Support System. COMMIT provides a system for storing knowledge about knowledge within the design process. It records design decisions, the actors who take them and the roles they play when doing so. ADS links COMMIT to an existing object-oriented CAD system, MicroStation/J from Bentley Systems. The project focuses on tackling the problem of managing design information without intruding too much on the design process itself. It provides the possibility to effectively link design decisions back to requirements, to gather rationale information for later stages of the building lifecycle, and to gather knowledge of rationale for later projects. The system enables members of the project team, including clients and constructors, to browse and search the recorded project history of decision making both during and after design development. ADS aims to facilitate change towards a more collaborative process in construction design, to improve the effectiveness of decision-making throughout the construction project and to provide clients with the facility to relate design outcomes to design briefs across the whole building life cycle. In this paper we will describe the field trials of the ADS prototype carried out over a three-month period at the Building Design Partnership (BDP) Manchester office. The objective of these trials is to assess the extent, to which the approach underlying ADS enhances the design process, and to gather and document the views and experiences of practitioners. The ADS prototype was previously tested with historical data of real project (Peng, Cerulli et al. 2000). To gather more valuable knowledge about how a Decision Support System like ADS can be used in practice, the testing and evaluation will be extended to a real project, while it is still ongoing. The live case study will look at some phases of the design of a mixed residential and retail development in Leeds, UK, recording project information while it is created. The users’ feedback on the system usability will inform the continuous redevelopment process that will run in parallel to the live case study. The ADS and COMMIT Projects were both funded by EPSRC.
keywords Design Rationale, Design Support Systems, Usability Evaluation
series CAAD Futures
email
last changed 2006/11/07 07:22

_id avocaad_2001_22
id avocaad_2001_22
authors Jos van Leeuwen, Joran Jessurun
year 2001
title XML for Flexibility an Extensibility of Design Information Models
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 VR-DIS research programme aims at the development of a Virtual Reality – Design Information System. This is a design and decision support system for collaborative design that provides a VR interface for the interaction with both the geometric representation of a design and the non-geometric information concerning the design throughout the design process. The major part of the research programme focuses on early stages of design. The programme is carried out by a large number of researchers from a variety of disciplines in the domain of construction and architecture, including architectural design, building physics, structural design, construction management, etc.Management of design information is at the core of this design and decision support system. Much effort in the development of the system has been and still is dedicated to the underlying theory for information management and its implementation in an Application Programming Interface (API) that the various modules of the system use. The theory is based on a so-called Feature-based modelling approach and is described in the PhD thesis by [first author, 1999] and in [first author et al., 2000a]. This information modelling approach provides three major capabilities: (1) it allows for extensibility of conceptual schemas, which is used to enable a designer to define new typologies to model with; (2) it supports sharing of conceptual schemas, called type-libraries; and (3) it provides a high level of flexibility that offers the designer the opportunity to easily reuse design information and to model information constructs that are not foreseen in any existing typologies. The latter aspect involves the capability to expand information entities in a model with relationships and properties that are not typologically defined but applicable to a particular design situation only; this helps the designer to represent the actual design concepts more accurately.The functional design of the information modelling system is based on a three-layered framework. In the bottom layer, the actual design data is stored in so-called Feature Instances. The middle layer defines the typologies of these instances in so-called Feature Types. The top layer is called the meta-layer because it provides the class definitions for both the Types layer and the Instances layer; both Feature Types and Feature Instances are objects of the classes defined in the top layer. This top layer ensures that types can be defined on the fly and that instances can be created from these types, as well as expanded with non-typological properties and relationships while still conforming to the information structures laid out in the meta-layer.The VR-DIS system consists of a growing number of modules for different kinds of functionality in relation with the design task. These modules access the design information through the API that implements the meta-layer of the framework. This API has previously been implemented using an Object-Oriented Database (OODB), but this implementation had a number of disadvantages. The dependency of the OODB, a commercial software library, was considered the most problematic. Not only are licenses of the OODB library rather expensive, also the fact that this library is not common technology that can easily be shared among a wide range of applications, including existing applications, reduces its suitability for a system with the aforementioned specifications. In addition, the OODB approach required a relatively large effort to implement the desired functionality. It lacked adequate support to generate unique identifications for worldwide information sources that were understandable for human interpretation. This strongly limited the capabilities of the system to share conceptual schemas.The approach that is currently being implemented for the core of the VR-DIS system is based on eXtensible Markup Language (XML). Rather than implementing the meta-layer of the framework into classes of Feature Types and Feature Instances, this level of meta-definitions is provided in a document type definition (DTD). The DTD is complemented with a set of rules that are implemented into a parser API, based on the Document Object Model (DOM). The advantages of the XML approach for the modelling framework are immediate. Type-libraries distributed through Internet are now supported through the mechanisms of namespaces and XLink. The implementation of the API is no longer dependent of a particular database system. This provides much more flexibility in the implementation of the various modules of the VR-DIS system. Being based on the (supposed to become) standard of XML the implementation is much more versatile in its future usage, specifically in a distributed, Internet-based environment.These immediate advantages of the XML approach opened the door to a wide range of applications that are and will be developed on top of the VR-DIS core. Examples of these are the VR-based 3D sketching module [VR-DIS ref., 2000]; the VR-based information-modelling tool that allows the management and manipulation of information models for design in a VR environment [VR-DIS ref., 2000]; and a design-knowledge capturing module that is now under development [first author et al., 2000a and 2000b]. The latter module aims to assist the designer in the recognition and utilisation of existing and new typologies in a design situation. The replacement of the OODB implementation of the API by the XML implementation enables these modules to use distributed Feature databases through Internet, without many changes to their own code, and without the loss of the flexibility and extensibility of conceptual schemas that are implemented as part of the API. Research in the near future will result in Internet-based applications that support designers in the utilisation of distributed libraries of product-information, design-knowledge, case-bases, etc.The paper roughly follows the outline of the abstract, starting with an introduction to the VR-DIS project, its objectives, and the developed theory of the Feature-modelling framework that forms the core of it. It briefly discusses the necessity of schema evolution, flexibility and extensibility of conceptual schemas, and how these capabilities have been addressed in the framework. The major part of the paper describes how the previously mentioned aspects of the framework are implemented in the XML-based approach, providing details on the so-called meta-layer, its definition in the DTD, and the parser rules that complement it. The impact of the XML approach on the functionality of the VR-DIS modules and the system as a whole is demonstrated by a discussion of these modules and scenarios of their usage for design tasks. The paper is concluded with an overview of future work on the sharing of Internet-based design information and design knowledge.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 23e4
authors Tuzmen, Ayca
year 2001
title Self-Sustainability of Effective Team Performance in a Collaborative Design Environment
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. 122-131
doi https://doi.org/10.52842/conf.acadia.2001.122
summary A number of studies have contributed to the design and development of effective collaborative design environments. They have focused on the communication of interrelated team members, the creation of shared understanding and vision, and shared discovery of design solutions. However, only few studies have focused on the design or the development of collaborative design environments that would allow all the members of the design team to plan their processes, enact according to their plan, monitor and influence their performance in following the planned processes, and prevent them from deviating unconsciously from their desired performance. This paper introduces the constructs of a distributed process management environment (DPME) which was designed to stimulate self-sustainability of effective team performance in an collaborative design environment by supporting: (a) the shared creation of a process plan, (b) the enactment of a process according to its plan, (c) the monitoring of the outcome and process of the team, and (d) the control of the team performance. It presents the findings of a study conducted for evaluating the effectiveness of the DPME in meeting the conditions required for collaborative building design.
keywords Collaboration, Process Management, Sustaining Effective Team Performance
series ACADIA
email
last changed 2022/06/07 07:58

_id 9c0c
authors Af Klercker, Jonas and HenrichsÈn, Jan
year 2001
title Can simulations in VE support architects in solving complex design problems?
source Stellingwerff, Martijn and Verbeke, Johan (Eds.), ACCOLADE - Architecture, Collaboration, Design. Delft University Press (DUP Science) / ISBN 90-407-2216-1 / The Netherlands, pp. 77-82 [Book ordering info: m.c.stellingwerff@bk.tudelft.nl]
summary Building design is facing development of industrialization of the production on the one hand and more complex 'One of a Kind' products on the other. This will be for rebuilding of a large stock of existing buildings and what can be left to new production. In both cases the results of the design process have to be solid to guarantee a successful product. In both cases an integrated and careful design process is absolutely crucial. The demands on the built environment make the systems of buildings more and more complex and have to be handled by a lot of different expertise. To avoid the 'Relay Race' of today the design teams of tomorrow must work much more integrated. To make integrated solutions, which means simultaneous constrains on all systems, the experts of different fields have to understand more of how all engaged systems relate and influence each other. Communication then consists of complex situations and processes that have to be understood and related to reality. In this aspect a multidimensional Virtual Environment interface has advantages and has been successfully used in design processes in other industries. In this paper the problems that have to be studied are for example Methodical, Conceptual, Technical and Process economical.
series other
email
last changed 2001/09/14 21:30

_id 22ec
authors Bechthold, Martin
year 2001
title Complex shapes in wood: Computer-aided design and manufacture of wood-sandwich roof shells
source Harvard University
summary Computer-Aided-Design, Engineering and Manufacturing (CAD/CAE/CAM) technology has changed the way consumer products, automobiles or airplanes are designed and made. The emerging applications for CAD/CAE/CAM technology in architecture, and the way this technology impacts how we design and construct the built environment, are yet unclear. This thesis investigates the relation between advanced digital design tools and the making of physical objects by focusing on an exemplary architectural element—wooden roof shells. The research objective is to expand the scope of architectural design through the application of CAD/CAE/CAM technology rather than to use this technology to streamline existing processes. The thesis develops a specific technical solution that allows the design and manufacture of new types of wooden roof shells. These are complexly shaped multifunctional construction elements that are manufactured off-site. Based on the close connection between digital design tools and the new Computer-Numerically-Controlled manufacturing process the author proposes a theoretical model of shared digital environments for collaborative design in architecture. The proposed manufacturing process treats wood as a modern composite material. Thin wood strips and foams combine into structural sandwich panels that can then be joined into a roof shell. The geometrically complex panels are generated by a combination of subtractive Computer-Numerically-Controlled machining processes and manual work. Infrastructure elements can be embedded into the sandwich build-up in order to enhance the functionality of the roof as a building envelope. Numerical tools are proposed that allow the determination of manufacturing-related parameters in the digital design environment. These inform the architectural and structural design in the early design phases. The digital collaborative design environment is based on a shared parametric solid model and an associated database. This collectively owned, feature-based design model is employed throughout the design and manufacturing process and constitutes the means of concurrent design coordination of all participants. The new manufacturing process for wood/foam sandwich shells is verified by designing and manufacturing prototypes. Design guidelines and a cost estimation are presented as the practical basis for architects and engineers to incorporate new types of roof shells into architectural projects.
keywords Architecture; Agriculture; Wood Technology; Design and Decorative Arts
series thesis:PhD
last changed 2003/02/12 22:37

_id cf2011_p127
id cf2011_p127
authors Benros, Deborah; Granadeiro Vasco, Duarte Jose, Knight Terry
year 2011
title Integrated Design and Building System for the Provision of Customized Housing: the Case of Post-Earthquake Haiti
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. 247-264.
summary The paper proposes integrated design and building systems for the provision of sustainable customized housing. It advances previous work by applying a methodology to generate these systems from vernacular precedents. The methodology is based on the use of shape grammars to derive and encode a contemporary system from the precedents. The combined set of rules can be applied to generate housing solutions tailored to specific user and site contexts. The provision of housing to shelter the population affected by the 2010 Haiti earthquake illustrates the application of the methodology. A computer implementation is currently under development in C# using the BIM platform provided by Revit. The world experiences a sharp increase in population and a strong urbanization process. These phenomena call for the development of effective means to solve the resulting housing deficit. The response of the informal sector to the problem, which relies mainly on handcrafted processes, has resulted in an increase of urban slums in many of the big cities, which lack sanitary and spatial conditions. The formal sector has produced monotonous environments based on the idea of mass production that one size fits all, which fails to meet individual and cultural needs. We propose an alternative approach in which mass customization is used to produce planed environments that possess qualities found in historical settlements. Mass customization, a new paradigm emerging due to the technological developments of the last decades, combines the economy of scale of mass production and the aesthetics and functional qualities of customization. Mass customization of housing is defined as the provision of houses that respond to the context in which they are built. The conceptual model for the mass customization of housing used departs from the idea of a housing type, which is the combined result of three systems (Habraken, 1988) -- spatial, building system, and stylistic -- and it includes a design system, a production system, and a computer system (Duarte, 2001). In previous work, this conceptual model was tested by developing a computer system for existing design and building systems (Benr__s and Duarte, 2009). The current work advances it by developing new and original design, building, and computer systems for a particular context. The urgent need to build fast in the aftermath of catastrophes quite often overrides any cultural concerns. As a result, the shelters provided in such circumstances are indistinct and impersonal. However, taking individual and cultural aspects into account might lead to a better identification of the population with their new environment, thereby minimizing the rupture caused in their lives. As the methodology to develop new housing systems is based on the idea of architectural precedents, choosing existing vernacular housing as a precedent permits the incorporation of cultural aspects and facilitates an identification of people with the new housing. In the Haiti case study, we chose as a precedent a housetype called “gingerbread houses”, which includes a wide range of houses from wealthy to very humble ones. Although the proposed design system was inspired by these houses, it was decided to adopt a contemporary take. The methodology to devise the new type was based on two ideas: precedents and transformations in design. In architecture, the use of precedents provides designers with typical solutions for particular problems and it constitutes a departing point for a new design. In our case, the precedent is an existing housetype. It has been shown (Duarte, 2001) that a particular housetype can be encoded by a shape grammar (Stiny, 1980) forming a design system. Studies in shape grammars have shown that the evolution of one style into another can be described as the transformation of one shape grammar into another (Knight, 1994). The used methodology departs takes off from these ideas and it comprises the following steps (Duarte, 2008): (1) Selection of precedents, (2) Derivation of an archetype; (3) Listing of rules; (4) Derivation of designs; (5) Cataloguing of solutions; (6) Derivation of tailored solution.
keywords Mass customization, Housing, Building system, Sustainable construction, Life cycle energy consumption, Shape grammar
series CAAD Futures
email
last changed 2012/02/11 19:21

_id 7a20
id 7a20
authors Carrara, G., Fioravanti, A.
year 2002
title SHARED SPACE’ AND ‘PUBLIC SPACE’ DIALECTICS IN COLLABORATIVE ARCHITECTURAL DESIGN.
source Proceedings of Collaborative Decision-Support Systems Focus Symposium, 30th July, 2002; under the auspices of InterSymp-2002, 14° International Conference on Systems Research, Informatics and Cybernetics, 2002, Baden-Baden, pg. 27-44.
summary The present paper describes on-going research on Collaborative Design. The proposed model, the resulting system and its implementation refer mainly to architectural and building design in the modes and forms in which it is carried on in advanced design firms. The model may actually be used effectively also in other environments. The research simultaneously pursues an integrated model of the: a) structure of the networked architectural design process (operators, activities, phases and resources); b) required knowledge (distributed and functional to the operators and the process phases). The article focuses on the first aspect of the model: the relationship that exists among the various ‘actors’ in the design process (according to the STEP-ISO definition, Wix, 1997) during the various stages of its development (McKinney and Fischer, 1998). In Collaborative Design support systems this aspect touches on a number of different problems: database structure, homogeneity of the knowledge bases, the creation of knowledge bases (Galle, 1995), the representation of the IT datum (Carrara et al., 1994; Pohl and Myers, 1994; Papamichael et al., 1996; Rosenmann and Gero, 1996; Eastman et al., 1997; Eastman, 1998; Kim, et al., 1997; Kavakli, 2001). Decision-making support and the relationship between ‘private’ design space (involving the decisions of the individual design team) and the ‘shared’ design space (involving the decisions of all the design teams, Zang and Norman, 1994) are the specific topic of the present article.

Decisions taken in the ‘private design space’ of the design team or ‘actor’ are closely related to the type of support that can be provided by a Collaborative Design system: automatic checks performed by activating procedures and methods, reporting of 'local' conflicts, methods and knowledge for the resolution of ‘local’ conflicts, creation of new IT objects/ building components, who the objects must refer to (the ‘owner’), 'situated' aspects (Gero and Reffat, 2001) of the IT objects/building components.

Decisions taken in the ‘shared design space’ involve aspects that are typical of networked design and that are partially present in the ‘private’ design space. Cross-checking, reporting of ‘global’ conflicts to all those concerned, even those who are unaware they are concerned, methods for their resolution, the modification of data structure and interface according to the actors interacting with it and the design phase, the definition of a 'dominus' for every IT object (i.e. the decision-maker, according to the design phase and the creation of the object). All this is made possible both by the model for representing the building (Carrara and Fioravanti, 2001), and by the type of IT representation of the individual building components, using the methods and techniques of Knowledge Engineering through a structured set of Knowledge Bases, Inference Engines and Databases. The aim is to develop suitable tools for supporting integrated Process/Product design activity by means of a effective and innovative representation of building entities (technical components, constraints, methods) in order to manage and resolve conflicts generated during the design activity.

keywords Collaborative Design, Architectural Design, Distributed Knowledge Bases, ‘Situated’ Object, Process/Product Model, Private/Shared ‘Design Space’, Conflict Reduction.
series other
type symposium
email
last changed 2005/03/30 16:25

_id 6279
id 6279
authors Carrara, G.; Fioravanti, A.
year 2002
title Private Space' and ‘Shared Space’ Dialectics in Collaborative Architectural Design
source InterSymp 2002 - 14th International Conference on Systems Research, Informatics and Cybernetics (July 29 - August 3, 2002), pp 28-44.
summary The present paper describes on-going research on Collaborative Design. The proposed model, the resulting system and its implementation refer mainly to architectural and building design in the modes and forms in which it is carried on in advanced design firms. The model may actually be used effectively also in other environments. The research simultaneously pursues an integrated model of the: a) structure of the networked architectural design process (operators, activities, phases and resources); b) required knowledge (distributed and functional to the operators and the process phases). The article focuses on the first aspect of the model: the relationship that exists among the various ‘actors’ in the design process (according to the STEP-ISO definition, Wix, 1997) during the various stages of its development (McKinney and Fischer, 1998). In Collaborative Design support systems this aspect touches on a number of different problems: database structure, homogeneity of the knowledge bases, the creation of knowledge bases (Galle, 1995), the representation of the IT datum (Carrara et al., 1994; Pohl and Myers, 1994; Papamichael et al., 1996; Rosenmann and Gero, 1996; Eastman et al., 1997; Eastman, 1998; Kim, et al., 1997; Kavakli, 2001). Decision-making support and the relationship between ‘private’ design space (involving the decisions of the individual design team) and the ‘shared’ design space (involving the decisions of all the design teams, Zang and Norman, 1994) are the specific topic of the present article.

Decisions taken in the ‘private design space’ of the design team or ‘actor’ are closely related to the type of support that can be provided by a Collaborative Design system: automatic checks performed by activating procedures and methods, reporting of 'local' conflicts, methods and knowledge for the resolution of ‘local’ conflicts, creation of new IT objects/ building components, who the objects must refer to (the ‘owner’), 'situated' aspects (Gero and Reffat, 2001) of the IT objects/building components.

Decisions taken in the ‘shared design space’ involve aspects that are typical of networked design and that are partially present in the ‘private’ design space. Cross-checking, reporting of ‘global’ conflicts to all those concerned, even those who are unaware they are concerned, methods for their resolution, the modification of data structure and interface according to the actors interacting with it and the design phase, the definition of a 'dominus' for every IT object (i.e. the decision-maker, according to the design phase and the creation of the object). All this is made possible both by the model for representing the building (Carrara and Fioravanti, 2001), and by the type of IT representation of the individual building components, using the methods and techniques of Knowledge Engineering through a structured set of Knowledge Bases, Inference Engines and Databases. The aim is to develop suitable tools for supporting integrated Process/Product design activity by means of a effective and innovative representation of building entities (technical components, constraints, methods) in order to manage and resolve conflicts generated during the design activity.

keywords Collaborative Design, Architectural Design, Distributed Knowledge Bases, ‘Situated’ Object, Process/Product Model, Private/Shared ‘Design Space’, Conflict Reduction.
series other
type symposium
email
last changed 2012/12/04 07:53

_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 cf2009_585
id cf2009_585
authors E. Swarts, Matthew; A. Sheward, Hugo
year 2009
title Using multi-level virtual environments as a medium for conducting design review through a shared IFC dataset
source T. Tidafi and T. Dorta (eds) Joining Languages, Cultures and Visions: CAADFutures 2009, PUM, 2009, pp. 585- 597
summary For a long time the Architecture-Engineering-Construction (AEC) community has had difficulty in communicating the content of their work, not only the various specialties involved, but also to their clients. Studies (Doorst and Cross 2001; Bakhtin 1994) suggest the importance of multi-role collaborative environments in supporting design processes. We are developing a Multi Level Design Review Tool for the AEC industry which allows multiple actors to congregate and interact as agents around a central Building Model. It merges real-time virtual 3D visualization technologies with Industry Foundation Classes (IFC) to support both high levels of semantic content and seamless interoperability.
keywords Design review, virtual environment, interoperability
series CAAD Futures
email
last changed 2009/06/08 20:53

_id e6c5
authors Heintz, John L.
year 2001
title Coordinating virtual building design teams
source Stellingwerff, Martijn and Verbeke, Johan (Eds.), ACCOLADE - Architecture, Collaboration, Design. Delft University Press (DUP Science) / ISBN 90-407-2216-1 / The Netherlands, pp. 65-76 [Book ordering info: m.c.stellingwerff@bk.tudelft.nl]
summary Most research in design project management support systems treats the subject as an isolated objective problem. The goals to be met are defined in terms of a supposed universal view of the project, and now outside concerns are taken into account. While such approaches, including project simulation, may yield excellent results, they ignore what, for many projects, are the real difficulties. Design projects are not isolated. All participants have other obligations that compete with the given project for attention and resources. The various participants in the design process have different goals. For these reasons it is proposed that design project management can be best facilitated by tools which assist the participating actors to share suitable management information in order to make better co-ordination possible, while allowing the resource balancing between projects to occur in private. Such a tool represents the design project management task as a negotiation task that spans both projects and firms; the management of one project is the management of all. The model of design collaboration upon which the Design Coordination System (DeCo) is built was developed from 1) a heuristic case study used to gain insight into the ways in which designers co-ordinate their efforts, and 2) the application of the theory of the social contract as developed by John Rawls to the problem of design project management. The key innovation in the DeCo system is the shaping of the project management system around existing practices of collaborative project design management and planning. DeCo takes advantage of how designers already co-ordinate their work with each other and resolve disputes over deadlines and time lines. The advantage of DeCo is that it formalises these existing practices in order to accommodate both the increasing co-ordination burden and the difficulties brought about by the internationalisation of design practice. DeCo, the design project management system proposed here, provides a representation, a communications protocol, and a game theoretical decision structure. The combination of these three units provides users with the ability to exchange structured pictures of the project as seen from the points of view of individual actors. Further, it suggests a mechanism based on a specific principle of fairness for arriving at mutually acceptable project plans. The DeCo system permits the users freedom to manage their design processes as they will, while providing a basic compatibility between practices of design team members which supports their collaborative efforts to co-ordinate their design work.
series other
last changed 2001/09/14 21:30

_id f7ec
authors Jeng, T., Chen, S.-C., Lee, C.-H., Chiang, J.-Y. and Huang, .-Y.
year 2001
title Developing asynchronous collaborative design environments: An experimental study
source CAADRIA 2001 [Proceedings of the Sixth Conference on Computer Aided Architectural Design Research in Asia / ISBN 1-86487-096-6] Sydney 19-21 April 2001, pp. 291-294
doi https://doi.org/10.52842/conf.caadria.2001.291
summary Our interest is in the development of design environments that incorporate means for representing ill-structured design knowledge and processes for use in design education. This paper describes the experiment in developing the foundations for generating a new paradigm for digital design studios, allowing significant movement toward coordination and process design.
series CAADRIA
email
last changed 2022/06/07 07:52

_id 81b8
authors Kolarevic, Branko
year 2001
title Digital Fabrication: Manufacturing Architecture in the Information Age
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. 268-278
doi https://doi.org/10.52842/conf.acadia.2001.268
summary This paper addresses the recent digital technological advances in design and fabrication and the unprecedented opportunities they created for architectural design and production practices. It investigates the implications of new digital design and fabrication processes enabled by the use of rapid prototyping (RP) and computer-aided manufacturing (CAM) technologies, which offer the production of small-scale models and full-scale building components directly from 3D digital models. It also addresses the development of repetitive non-standardized building systems through digitally controlled variation and serial differentiation, i.e. mass-customization, in contrast to the industrial-age paradigms of prefabrication and mass production. The paper also examines the implications of the recent developments in the architectural application of the latest digital design and fabrication technologies, which offer alternatives to the established understandings of architectural design and production processes and their material and economic constraints. Such critical examination should lead to a revised understanding of the historic relationship between architecture and its means of production.
keywords Digital Fabrication, Computer-Aided Manufacturing, Digital Construction
series ACADIA
email
last changed 2022/06/07 07:51

_id 0865
authors Mishima, Yoshitaka and Szalapaj, Peter John
year 2001
title Architectural Design Development through Multimedia Interaction
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 299-314
summary This paper describes the development of a multimedia system aimed at architects and architectural students for the purpose of helping them to understand the basic concepts of architectural analysis. Analytical features in the system that we have developed include many design-theoretic concepts such as massing, balance and circulation. Other concepts are more directly related to the built environment and include elements such as lighting, structure and construction. The system illustrates architectural analysis carried out on a range of building types dynamically, and allows users to navigate architectural analyses interactively. Users can learn about the differences between buildings and their corresponding analyses in a supportive non-linear learning process, and can explore building types depending upon their own interests or needs. The prototype system contains analyses of three British building projects. They show different types of architecture in order to demonstrate important design theoretic and environmental differences. Conceptual models in the system show important aspects of a particular analysis simply, and each analysis is additionally described with text, animations, video clips and interviews with architects (talking heads). Most of the models were generated by the use of architectural CAD software. Animation techniques were used to describe the analyses of buildings clearly and dynamically. Users can visualise how whole buildings were designed from an analytical point of view, and the system illustrates design thinking by showing dynamic presentations of analyses. Users can structure their own design learning processes through a series of interactions. These interactions are supported with flexible cross-referencing mechanisms implemented in Macromedia Director 8.0 exploiting Frame Markers, Event Handling, Navigation, and Buttons in the context of the object-oriented Lingo programming language. The navigation component of this system has a logical matrix structure reflecting the fact that analytical information is interrelated across building types, giving rise to vertical and horizontal patterns of access. The features of Director 8.0 can control this navigation in a flexible yet structured way. Users not only learn about analysis, but also how to present their own designs to the public through the use of different kinds of presentation techniques, particularly through the use of conceptual models. We intend that users can show their projects from their own analytical viewpoints instead of simply showing realistic images of final designs. Presentations can also be recorded in the system, and these can in turn be used as reference material for other users. This system is currently being developed further by storing presentations and translating them into different languages (e.g. Japanese) so that foreign users in other institutions can interact with these presentations. This system has been evaluated in the context of an undergraduate CAD course at the School of Architecture, University of Sheffield, UK. We are currently examining the usefulness of the system based upon an evaluation process, in addition to including more building types for future study.
keywords Analysis Of Form, Dynamic Interaction, Conceptual Models
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 0407
authors Peng, C., Chang, D.C., Blundell Jones, P. and Lawson, B.
year 2001
title Dynamic Retrieval in an Urban Contextual Databank System using Java-CGI Communications. Development of the SUCoD Prototype
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 89-102
summary This paper presents our current development of the Sheffield Urban Contextual Databank (SUCoD) prototype that provides users with a Webbased interface for dynamic retrieval of architectural and urban contextual information of the city of Sheffield. In comparison with past attempts of building Virtual Cities accessible over the Internet, we have experimented with a different system architecture capable of generating VRML models and other related documents on the fly according to users' requests. Through working examples, we describe our methods of implementing the data communications between Java applets and Common Gateway Interface (CGI) scripts. The SUCoD prototype has been developed to explore and demonstrate how user centred dynamic retrieval of urban contextual information can be supported, which we consider a user requirement of primary importance in its future use for collaborative design and research relating to the city of Sheffield.
keywords Urban Contextual Databank, Dynamic Retrieval, Java, Common Gateway Interface, VRML, HTML, Virtual Cities
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 5bcd
authors Rügemer, Jörg
year 2001
title Computer Generated Architectural Design: 160 custom-made Architectural data flow from schematic design into Computer Aided Manufacturing
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 288-292
doi https://doi.org/10.52842/conf.ecaade.2001.288
summary The paper constitutes the introduction of a new approach into architectural design methods at the Institute for Architectural Design and CAD. It describes the experience with regard to the learning process and explains the design studio experiment ‘160 custom-made’. The design method has been developed from different actual building procedures. ‘160 custom-made’ provokes the contradiction between a modernistic architectural approach (industrialized parts and series manufacturing) and computer based design and manufacturing processes which promise the realization of almost every imaginable architectural shape at no extra cost. The students visited several Companies in Germany, Switzerland and Austria, who demonstrated state-of-the-art-technology-manufacturing methods on various materials. This Computer Aided Manufacturing (CAM) process then became the basis for discovering a new way to speculate about solutions to a design problem. The project was described into computer aided modeling starting early in the design. In the beginning participants were asked to design an object using terms, images and ideas, entirely detached from architectural thinking and without the knowledge of the actual architectural goal. ‘Maya’, a three-dimensional modeling software, was introduced at the same time, which allowed participants to translate the analog data of their models into a digital model description. In the last project phase this knowledge was used to visualize the models with the computer; a programmatic task was added to the design as the students proceeded with the further development stages of the project. The group searched for ways to translate the produced data structures and to drive the Computer Aided Manufacturing (CAM) process. The easy building of quick models with this technology proved to be more difficult than expected. ‘160 custom-made’ participants were confronted with an entirely new method of designing due to the unusual procedures needed to handle digital data information in order to receive the desired output.
keywords Computer Aided Manufacturing, Rapid Prototyping, Design Education, Digital Design Development, Data Structures
series eCAADe
email
last changed 2022/06/07 07:56

_id 2dba
id 2dba
authors Tasli, S
year 2001
title WHAT DOES COMPUTER AIDED DESIGN OFFER FOR PRODUCING LIVABLE BUILDINGS IN THE 21ST CENTURY?
source Proceedings of the Livable Environments and Architecture International Congress (LIVENARCH 2001). July 4-7, 2001, Trabzon, Turkey, pp. 278-282.
summary Designing livable buildings has always been a major concern for architects but they are often criticized on account of failing in this aim. However, this is not only due to the ignorance of the designers, but also of the complexity of the factors that are essential to design but difficult to incorporate the design process. Buildings are shaped and occupied under several dynamically changing conditions and paper-based media and conventional Computer Aided Design (CAD) tools are inefficient in representing them. This paper aims to discuss the changing role of digital media for architectural design in response to the increasing complexity of design processes. Some proposals, supported by recent technological innovations, are suggested for the future and they are compared with the conventional uses of CAD. It is claimed that in the 21st century, the main advantage of using computers will be to dynamically simulate buildings in time in highly visualized virtual environments to evaluate the future performance of proposed designs. The design model will not only look as if it were real, but it will also “behave” as if it were real so as to provide dynamic and intelligent response. The two key technologies for the development of such modeling, virtual reality and object-oriented programming are addressed and four promising application areas for near future (evaluation of user-building interaction, visualization of environmental factors, construction scheduling, and combined CAD-GIS) are discussed. Some important considerations for the development of dynamically simulated virtual models are analyzed and suggestions are made for further research.

keywords Architectural Design, Dynamic Simulation, and Virtual Environments
series other
type normal paper
email
last changed 2005/12/01 16:02

_id 76ea
authors Petzold, F., Thurow, T. and Donath, D.
year 2001
title Planing relevant survey of buildings - starting point in the revitalization process of existing buildings - requirements, concepts, prototypes and visions
source Abstract Book CIPA 2001 International Symposium, Potsdam 2001, pp. 58
summary Future tasks for the building trade in Germany will be more and more a combination of the fields of revitalization and new building projects. Prerequisite for computer-aided planing for existing buildings is both, the use of onsite computer-aided measurement and the integration of all specialists involved in the building process. Existing approaches for this problem are not yet satisfying. The aim of this research project is twofold: to design a practice-relevant software concept and to develop various prototypic systems, for a structured way of capturing and organizing building-related information about existing buildings in digital form. The research is oriented towards existing buildings, in particular residential and commercial buildings. This project is a special branch of SFB524. The project is founded by "Deutsche Forschungsgesellschaft (DFG)".
series other
email
last changed 2003/02/26 18:58

_id 12e3
authors Ahmad Rafi, M.E., Che Zulkhairi, A. and Karboulonis, P.
year 2002
title Interactive Storytelling and Its Role in the Design Process
source CAADRIA 2002 [Proceedings of the 7th International Conference on Computer Aided Architectural Design Research in Asia / ISBN 983-2473-42-X] Cyberjaya (Malaysia) 18–20 April 2002, pp. 151-158
doi https://doi.org/10.52842/conf.caadria.2002.151
summary Projects of ever increasing complexity and size have incited the need for new and robust design methodologies and tools in an effort to manage complexity, lower costs, ascertain quality and reduce risk. Technology convergence through the growing availability of networked computers, rapid progress in Computer Aided Design (CAD) and information management have encouraged the undertaking of even more complex designs that demand high degrees of interaction, collaboration and the efficient sharing and dissemination of information. It is suggested that interactive storytelling and interactive design (Rafi and Karboulonis, 2001) techniques that use non-linear information mapping systems can be deployed to assist users as they navigate information that is structured to address localized needs as they arise. The design process is a collaborative effort that encompasses diverse knowledge disciplines and demands the management and utilization of available resources to satisfy the needs of a single or set of goals. It is thought that building industry specialists should work close together in an organised manner to solve design problems as they emerge and find alternatives when designs fall short. The design process involves the processing of dynamic and complex information, that can be anything from the amount of soil required to level lands - to the needs of specific lightings systems in operation theatres. Other important factors that affect the design process are related to costs and deadlines. This paper will demonstrate some of our early findings in several experiments to establish nonlinear storytelling. It will conclude with a recommendation for a plausible design of such a system based on experimental work that is currently being conducted and is reaching its final stages. The paper will lay the foundations of a possible path to implementation based on the concept of multi-path animation that is appropriate for structuring the design process as used in the building industry.
series CAADRIA
email
last changed 2022/06/07 07:54

_id avocaad_2001_05
id avocaad_2001_05
authors Alexander Koutamanis
year 2001
title Analysis and the descriptive approach
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 rise of consciousness concerning the quality of working and living conditions has been a permanent though frequently underplayed theme in architecture and building since the reconstruction period. It has led to an explosive growth of programmatic requirements on building behaviour and performance, thus also stimulating the development of design analysis. The first stage of development was characterized by the evolution of prescriptive systems. These reversed the structure of pre-existing proscriptive systems into sequences of known steps that should be taken in order to achieve adequate results. Prescriptive systems complemented rather than replaced proscriptive ones, thereby creating an uncertain mixture of orthodoxy and orthopraxy that failed to provide design guidance for improving design performance and quality.The second stage in the development of design analysis focuses on descriptive methods and techniques for analyzing and supporting evaluation. Technologies such as simulation and scientific visualization are employed so as to produce detailed, accurate and reliable projections of building behaviour and performance. These projections can be correlated into a comprehensive and coherent description of a building using representations of form as information carriers. In these representations feedback and interaction assume a visual character that fits both design attitudes and lay perception of the built environment, but on the basis of a quantitative background that justifies, verifies and refines design actions. Descriptive analysis is currently the most promising direction for confronting and resolving design complexity. It provides the designer with useful insights into the causes and effects of various design problems but frequently comes short of providing clear design guidance for two main reasons: (1) it adds substantial amounts of information to the already unmanageable loads the designer must handle, and (2) it may provide incoherent cues for the further development of a design. Consequently the descriptive approach to analysis is always in danger of been supplanted by abstract decision making.One way of providing the desired design guidance is to complement the connection of descriptive analyses to representations of form (and from there to synthesis) with two interface components. The first is a memory component, implemented as case-bases of precedent designs. These designs encapsulate integrated design information that can be matched to the design in hand in terms of form, function and performance. Comparison between precedents with a known performance and a new design facilitate identification of design aspects that need be improved, as well as of wider formal and functional consequences. The second component is an adaptive generative system capable of guiding exploration of these aspects, both in the precedents and the new design. The aim of this system is to provide feedback from analysis to synthesis. By exploring the scope of the analysis and the applicability of the conclusions to more designs, the designer generates a coherent and consistent collection of partial solutions that explore a relevant solution space. Development of the first component, the design case-bases, is no trivial task. Transformability in the representation of cases and flexible classification in a database are critical to the identification and treatment of a design aspect. Nevertheless, the state of the art in case-based reasoning and the extensive corpus of analysed designs provide the essential building blocks. The second component, the adaptive generative system, poses more questions. Existing generative techniques do not possess the necessary richness or multidimensionality. Moreover, it is imperative that the designer plays a more active role in the control of the process than merely tweaking local variables. At the same time, the system should prevent that redesigning degenerates into a blind trial-and-error enumeration of possibilities. Guided empirical design research arguably provides the means for the evolutionary development of the second component.
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_136487 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002