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 710

_id 9bbb
authors Lees, B., Branki, C. and Aird, I.
year 2001
title A framework for distributed agent-based engineering design support
source Automation in Construction 10 (5) (2001) pp. 631-637
summary Concurrent engineering draws together team working and cooperation, with the aim of reducing the need for costly design modifications in the later stages of design and product development. However, the complexities arising in the process of design, in general, defy formal analysis and computational support is required. In providing intelligent computational support for concurrent engineering, a combination of various problem-solving strategies may be required for complex design situations. It is proposed that an appropriate model for such provision is in the form of a set of interacting autonomous intelligent agents, possessing different problem-solving capabilities and differing degrees of intelligence. The requirements for such agent-based design support are discussed and possibilities for its realisation, with the aid of Web technology, in a distributed design environment are explored.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 2fd6
authors Johnson, Brian R.
year 2001
title Unfocused Interaction in Distributed Workgroups. Establishing group presence in a web-based 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. 401-414
summary Face-to-face human interaction is divided into "focused" and "unfocused" types. Unfocused interaction often conveys important content and context information and contributes to group cohesiveness and effectiveness. Research in Computer Mediated Communication (CMC) and Computer Supported Collaborative Work (CSCW) is also concerned with human interaction. CMC tools, such as electronic mail, and CSCW tools, such as Decision Support Systems (DSS) and Group Support Systems (GSS) provide for focused interaction among members of distributed workgroups. However, little has been published regarding unfocused interaction in distributed workgroups, where group members' primary work activities hold "center-stage" and communication activities are peripheral, though this describes many distributed educational and work situations. A framework for studying this type of support using standard web browsers and server applications is described, and informal preliminary results are discussed. Opportunities for future support of peripheral awareness and unfocused interaction are also discussed.
keywords Distributed Workgroups, Unfocused Interaction, Presence, Collaboration
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 1b10
id 1b10
authors Bay, Joo-Hwa
year 2001
title Cognitive Biases - The case of tropical architecture
source Delft University of Technology
summary This dissertation investigates, i) How cognitive biases (or illusions) may lead to errors in design thinking, ii) Why architects use architectural precedents as heuristics despite such possible errors, and iii) Develops a design tool that can overcome this type of errors through the introduction of a rebuttal mechanism. The mechanism controls biases and improves accuracy in architectural thinking. // The research method applied is interdisciplinary. It employs knowledge from cognitive science, environmental engineering, and architectural theory. The case study approach is also used. The investigation is made in the case of tropical architecture. The investigation of architectural biases draws from work by A. Tversky and D. Kahneman in 1982 on “Heuristics and biases”. According to Tversky and Kahneman, the use of heuristics of representativeness (based on similarity) and availability (based on ease of recall and imaginability) for judgement of probability can result in cognitive biases of illusions of validity and biases due to imaginability respectively. This theory can be used analogically to understand how errors arise in the judgement of environmental behaviour anticipated from various spatial configurations, leading to designs with dysfunctional performances when built. Incomplete information, limited time, and human mental resources make design thinking in practice difficult and impossible to solve. It is not possible to analyse all possible alternative solutions, multiple contingencies, and multiple conflicting demands, as doing so will lead to combinatorial explosion. One of the ways to cope with the difficult design problem is to use precedents as heuristic devices, as shortcuts in design thinking, and at the risk of errors. This is done with analogical, pre-parametric, and qualitative means of thinking, without quantitative calculations. Heuristics can be efficient and reasonably effective, but may not always be good enough or even correct, because they can have associated cognitive biases that lead to errors. Several debiasing strategies are discussed, and one possibility is to introduce a rebuttal mechanism to refocus the designer’s thinking on the negative and opposite outcomes in his judgements, in order to debias these illusions. The research is carried out within the framework of design theory developed by the Design Knowledge System Research Centre, TUDelft. This strategy is tested with an experiment. The results show that the introduction of a rebuttal mechanism can debias and improve design judgements substantially in environmental control. The tool developed has possible applications in design practice and education, and in particular, in the designing of sustainable environments.
keywords Design bias; Design knowledge; Design rebuttal; Design Precedent; Pre-parametric design; Tropical architecture; Sustainability
series thesis:PhD
type normal paper
email
last changed 2006/05/28 07:42

_id 7b69
authors Borkowski, A., Branki, C., Grabska, E. and Palacz, W.
year 2001
title Towards collaborative creative design
source Automation in Construction 10 (5) (2001) pp. 607-616
summary The paper presents a design support system for collaborative work based upon the composite knowledge representation. It addresses the main challenges of distributed environment: ensuring a convenient access to the common data by multiple users and maintaining consistency of such data. The main idea is to couple the design support system implemented in C/C++ with the knowledge database using the ODBC library developed by the Microsoft. The ability of the proposed system is demonstrated on several examples.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 80f7
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2001
title Knowledge-based System to Support Architectural Design - Intelligent objects, project net-constraints, collaborative work
doi https://doi.org/10.52842/conf.ecaade.2001.080
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 80-85
summary The architectural design business is marked by a progressive increase in operators all cooperating towards the realization of building structures and complex infrastructures (Jenckes, 1997). This type of design implies the simultaneous activity of specialists in different fields, often working a considerable distance apart, on increasingly distributed design studies. Collaborative Architectural Design comprises a vast field of studies that embraces also these sectors and problems. To mention but a few: communication among operators in the building and design sector; design process system logic architecture; conceptual structure of the building organism; building component representation; conflict identification and management; sharing of knowledge; and also, user interface; global evaluation of solutions adopted; IT definition of objects; inter-object communication (in the IT sense). The point of view of the research is that of the designers of the architectural artefact (Simon, 1996); its focus consists of the relations among the various design operators and among the latter and the information exchanged: the Building Objects. Its primary research goal is thus the conceptual structure of the building organism for the purpose of managing conflicts and developing possible methods of resolving them.
keywords Keywords. Collaborative Design, Architectural And Building Knowledge, Distributed Knowledge Bases, Information Management, Multidisciplinarity
series eCAADe
email
last changed 2022/06/07 07:55

_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 51a0
authors Conti, G., Ucelli, G. and Maver, T.
year 2001
title JCAD-VR: Java Collaborative Architectural Design Tool in Virtual Reality - A Java3D based scalable framework for real-time, multiplatform VR environments
doi https://doi.org/10.52842/conf.ecaade.2001.454
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 454-459
summary This paper proposes a framework that provides the architect with a tool that uses Virtual Reality (VR) as part of the design path. It offers the possibility to deploy a system capable of assisting the design profession during the early stages of the design process. This way VR becomes the means for a new experience where the architect can, free from constraints of the 2D world, create and manipulate the space she/he is designing. The idea upon which JCAD-VR is being built is that all the users present in the virtual world have to be able to share the same virtual environment in a “transparent fashion” where the user interface, instead of the traditional menu/windows based layout, it is part of the virtual world itself. The aim is to provide the designer with a tool for creating 3D-shapes in a shared VR environment, thus allowing the design to be shared as it evolves.
keywords Collaborative Design, Virtual Reality, Java 3D, Distributed Environment
series eCAADe
email
last changed 2022/06/07 07:56

_id 7e02
authors Elger, Dietrich and Russell, Peter
year 2002
title The Virtual Campus: A new place for (lifelong) learning?
doi https://doi.org/10.52842/conf.ecaade.2002.472
source Connecting the Real and the Virtual - design e-ducation [20th eCAADe Conference Proceedings / ISBN 0-9541183-0-8] Warsaw (Poland) 18-20 September 2002, pp. 472-477
summary 472 eCAADe 20 [design e-ducation] Modeling Real and Virtual Worlds Session 13 In the early spring of 2001 a collection of German universities founded a virtual faculty of architecture, which was named „Liquid Campus“. Current thinking about future forms of education in the field of architecture combined with over 4 years of experience with net-based design studios, led to questions about the future of existing universities, their buildings and their use. This problem was put to 43 students in the form of a design exercise to create a place for a virtual university. In the current situation, in which the administration of knowledge is more and more located on the internet, and even the so-called meeting places themselves can be virtualised through the help of video-conference-software, the exercise was to design a virtual campus in the framework and to carry out this design work in a simulation of distributed practice. Initial criticism of the project came from the students in that exemplary working methods were not described, but left for the students to discover on their own. The creation of a concept for the Liquid Campus meant that the participants had to imagine working in a world without the face to face contacts that form the basis (at present) of personal interaction. Additionally, the assignment to create or design possible links between the real and the virtual was not an easy task for students who normally design and plan real physical buildings. Even the tutors had difficulties in producing focused constructive criticism about a virtual campus; in effect the virtualisation of the university leads to a distinctive blurring of its boundaries. The project was conducted using the pedagogical framework of the netzentwurf.de; a relatively well established Internet based communication platform. This means that the studio was organised in the „traditional“ structure consisting of an initial 3 day workshop, a face to face midterm review, and a collective final review, held 3,5 months later in the Museum of Communication in Frankfurt am Main, Germany. In teams of 3 (with each student from a different university and a tutor located at a fourth) the students worked over the Internet to produce collaborative design solutions. The groups ended up with designs that spanned a range of solutions between real and virtual architecture. Examples of the student’s work (which is all available online) as well as their working methods are described. It must be said that the energy invested in the studio by the organisers of the virtual campus (as well as the students who took part) was considerably higher than in normal design studios and the paper seeks to look critically at the effort in relation to the outcomes achieved. The range and depth of the student’s work was surprising to many in the project, especially considering the initial hurdles (both social and technological) that had to overcome. The self-referential nature of the theme, the method and the working environment encouraged the students to take a more philosophical approach to the design problem. The paper explores the implications of the student’s conclusions on the nature of the university in general and draws conclusions specific to architectural education and the role of architecture in this process.
series eCAADe
email
last changed 2022/06/07 07:55

_id bfc8
authors Fukai, Dennis and Srinivasan, Ravi
year 2001
title PCIS Revisited: A Visual Database for Design and Construction
doi https://doi.org/10.52842/conf.acadia.2001.372
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. 372-379
summary This paper presents research on a piece-based construction information system called PCIS(pronounced “pieces”) first published as a visual information concept at ACADIA’96, Tucson. After more than five years of development it has evolved into a multidimensional visual information system for design and construction. It includes a piece-based anatomical construction model layered according to a work breakdown structure; a dataTheater that surrounds the model as an index to plans, elevations, sections, and details; and a dataWorld with cameras fixed to the intersections of its latitudes and longitudes to add context and perspective. A standard services matrix (SSM) controls layer visibility and camera settings. PCIS can be “played” to access archived resources; support design development, analyze and resolve preconstruction conflicts, and coordinate construction activities. Current research will be used to demonstrate how PCIS might be valuable to increase the potential for technical cooperation, collaboration, and communication by literally aligning the points of view of architectural, engineering, and construction methodology.
keywords Construction, Pictorial, 3D/4D, Modeling, Database
series ACADIA
email
last changed 2022/06/07 07:50

_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 cf2011_p027
id cf2011_p027
authors Herssens, Jasmien; Heylighen Ann
year 2011
title A Framework of Haptic Design Parameters for Architects: Sensory Paradox Between Content and Representation
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. 685-700.
summary Architects—like other designers—tend to think, know and work in a visual way. In design research, this way of knowing and working is highly valued as paramount to design expertise (Cross 1982, 2006). In case of architecture, however, it is not only a particular strength, but may as well be regarded as a serious weakness. The absence of non-visual features in traditional architectural spatial representations indicates how these are disregarded as important elements in conceiving space (Dischinger 2006). This bias towards vision, and the suppression of other senses—in the way architecture is conceived, taught and critiqued—results in a disappearance of sensory qualities (Pallasmaa 2005). Nevertheless, if architects design with more attention to non visual senses, they are able to contribute to more inclusive environments. Indeed if an environment offers a range of sensory triggers, people with different sensory capacities are able to navigate and enjoy it. Rather than implementing as many sensory triggers as possible, the intention is to make buildings and spaces accessible and enjoyable for more people, in line with the objective of inclusive design (Clarkson et al. 2007), also called Design for All or Universal Design (Ostroff 2001). Within this overall objective, the aim of our study is to develop haptic design parameters that support architects during design in paying more attention to the role of haptics, i.e. the sense of touch, in the built environment by informing them about the haptic implications of their design decisions. In the context of our study, haptic design parameters are defined as variables that can be decided upon by designers throughout the design process, and the value of which determines the haptic characteristics of the resulting design. These characteristics are based on the expertise of people who are congenitally blind, as they are more attentive to non visual information, and of professional caregivers working with them. The parameters do not intend to be prescriptive, nor to impose a particular method. Instead they seek to facilitate a more inclusive design attitude by informing designers and helping them to think differently. As the insights from the empirical studies with people born blind and caregivers have been reported elsewhere (Authors 2010), this paper starts by outlining the haptic design parameters resulting from them. Following the classification of haptics into active, dynamic and passive touch, the built environment unfolds into surfaces that can act as “movement”, “guiding” and/or “rest” plane. Furthermore design techniques are suggested to check the haptic qualities during the design process. Subsequently, the paper reports on a focus group interview/workshop with professional architects to assess the usability of the haptic design parameters for design practice. The architects were then asked to try out the parameters in the context of a concrete design project. The reactions suggest that the participating architects immediately picked up the underlying idea of the parameters, and recognized their relevance in relation to the design project at stake, but that their representation confronts us with a sensory paradox: although the parameters question the impact of the visual in architectural design, they are meant to be used by designers, who are used to think, know and work in a visual way.
keywords blindness, design parameters, haptics, inclusive design, vision
series CAAD Futures
email
last changed 2012/02/11 19:21

_id f8e3
authors Hew, K.-P., Fisher, N. and Awbi, H.B.
year 2001
title Towards an integrated set of design tools based on a common data format for building and services design
source Automation in Construction 10 (4) (2001) pp. 459-476
summary The emerging technology in building product design using knowledge-based engineering (KBE), is currently exciting practitioners in the building construction industry. This paper investigates the use of KBE techniques and assesses the contribution this approach can make to the traditional design process. To do this, the investigation has developed an integrated set of design tools based on a common data format, for integrating 3D electronic prototypes with building services information for use in building design. This approach has been developed on the basis of an open framework and has been applied to the design of an airport terminal building and its plant room. Within the framework, the design process and the information needed, are divided into modules and represented in the form of 3D digital mock-up models (or electronic prototypes). Within the integrated system, an interface has been developed to facilitate the sharing of information with a thermal analysis software application, which contributes to the design process. In this paper, the methodology is discussed and its working system is illustrated and evaluated.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id a16d
authors Heylighen, A. and Neuckermans, H.
year 2001
title A case base of Case-Based Design tools for architecture
source Computer-Aided Design, Vol. 33 (14) (2001) pp. 1111-1122
summary In the 1990s, Case-Based Design (CBD) seemed an appealing approach to develop intelligent design support. Based on an alternative view of human cognition, CBDsystems find new design solutions by adapting similar experiences from the past. Although several CBD applications have been built, a convincing breakthrough by thesesystems has yet to come. In search of reasons for this limited success, this article embarks on a critical review of the CBD approach. Its underlying cognitive model servesas a framework to analyse six CBD systems and to identify gaps in CBD research. The article focuses primarily on CBD applications for architecture, yet the findings maybe relevant for other design domains as well.
keywords Design Automation, Case-Based Design, Architecture
series journal paper
last changed 2003/05/15 21:33

_id 89ba
authors Jeng, Taysheng
year 2001
title Coordination of Distributed Design Activities: A Rule-Driven Approach
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 415-426
summary The purpose of this work is to develop effective, yet flexible, methods of coordination in support of collaborative design. This work takes a rule-driven approach to modeling process knowledge for coordination of distributed activities. In this paper, coordination knowledge is represented by a set of dependency rules that determines when, how, and by whom each activity is performed. A design coordination model called DCM is introduced in terms of the dependency rules and the activity states associated with the use of the whole range of computer applications. DCM permits coordination flexibility and allows visibility of coordination logic dealing with dynamic aspects of design processes. A web-based system prototype that implements the design coordination model is demonstrated. Opportunities for using the system prototype to aid design coordination are discussed.
keywords Coordination, Dependency, Design Process Models, Collaborative Design
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 4b5f
authors Pang, King Wah
year 2001
title A Process planning and Optimization System for Laminated Object Manufacturing Application
source Hong Kong University of Schience and Technology (People’s Republic of China)
summary Rapid Prototyping (RP) technologies have emerged as a powerful set of manufacturing technologies in recent years. While these technologies invariably provide tremendous time-savings over traditional methods of manufacture of design prototypes, many are still quite inefficient. This thesis examines two ideas; first, that these processes can be optimized greatly by using better process planning; second, that several of these RP technologies use similar core planning technologies for optimization. The first hypothesis is verified in this thesis by presenting an improved process planning system for one RP technology, Laminated Object Manufacturing (LOM). The framework proposes the use of computational geometry and optimization tools at two levels to reduce process time and material wastage. Geometric techniques are used for process planning at the 3D part level. A genetic algorithm (GA) based path optimization technique is used for path planning optimization at the layer level. The second observation led to the development of an open architecture planning system for a host of RP technologies. A test-bed software system is described in this thesis. Evaluation on the performance of the new methodology is also provided. The methodologies developed can work equally well with the current industry standard STL format for storing object CAD data as well as direct slice data computed from the exact solid model of a part.
keywords Industrial Engineering; Mechanical Engineering
series thesis:PhD
last changed 2003/02/12 22:37

_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 ec42
authors Rosenman, Mike and Wang, Fujun
year 2001
title A component agent based open CAD system for collaborative design
source Automation in Construction 10 (4) (2001) pp. 383-397
summary The competitive market requires rapid product development. Virtual product development is a new development mode in this network times. It is featured by its dynamic development alliance, i.e., those partners are distributed in the world. This paper presents an open-system architecture for a collaborative CAD system supporting virtual product development. The software component technology is adopted to build the system. A component is a reusable application whose data and methods are exposed, and can be accessed and operated by other applications. In this system, each building element or assembly is designed as an independent component. The component agent (CA) method is used as the basic system modules. To manage these distributed CAs, a web-based interface manager is provided. The assembly shop is a product design space based on those CAs and the interface manager. To manage the collaborative session, a web-based design session manager is proposed. This paper describes such a system architecture.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id ascaad2007_026
id ascaad2007_026
authors Sarji, E.A.; A. Rafi and R. Mat Rani
year 2007
title Preparing a multimedia-based gallery for institute of higher learning: A case study of Malaysian experience
source Em‘body’ing Virtual Architecture: The Third International Conference of the Arab Society for Computer Aided Architectural Design (ASCAAD 2007), 28-30 November 2007, Alexandria, Egypt, pp. 305-316
summary While the majority of medium and small sized institutions still rely on their physical or traditional content, it has been observed a pre-disposition usually by major, recently founded or contemporary art institutions to display net-based projects (Buiani, 2001) and to some extent established as a permanent display. This changing of exhibitions has penetrated in many Asian galleries and as a result many schools trying to re-position and present in such a way that it can be easily changed and adapted to host multimedia, Internet, interactive and computer-based content. This funded research project investigates the functions of gallery in IHL in Malaysia. A triangulated study was conducted to understand the potentials and issues faced by galleries in public and private universities focusing on design schools that include art and design, and architecture. This research starts with the understanding of gallery design theories. It is then followed by a qualitative method survey to all galleries in the IHL. This research continues with an in depth study and a survey on Electronic Gallery (e-Gallery), Faculty of Creative Multimedia (FCM), Multimedia University (MMU) to understand between the theories and design ideas. A set of questionnaires was developed based on Mathews (1991) and Stewart’s (2002) principles and guidelines on research methods and distributed to visitors throughout a period of time consisting of open-ended, close-ended, Likert Summated Rating Scale and Multiple-choice. This involved a controlled group of visitors comprises students and staff of the faculty. The results of these studies will be used as a reference to further conduct a wider scope of galleries worldwide towards designing a multimedia-based gallery framework for Institute of Higher Learning.
series ASCAAD
email
last changed 2008/01/21 22:00

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_519587 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002