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 714

_id b81b
authors Gross, Mark D.
year 2001
title Emergence in a Recognition Based Drawing Interface
source J. S. Gero, B. Tversky and T. Purcell (eds), 2001, Visual and Spatial Reasoning in Design, II - Key Centre of Design Computing and Cognition, University of Sydney, Australia
summary People perceive patterns in representations, patterns that may nothave been initially intended. This phenomenon of emergence is deemed toplay an important role in design. Computer based design assistants canand should support this human perceptual ability, using patternrecognition to anticipate human designers’ perception of emergent shapesand supporting the subsequent manipulation of and reasoning with theseshapes as part of the design. Freehand drawing programs with gesturerecognition are well positioned to implement shape emergence. Supportfor emergent shapes in the Back of an Envelope system is described.
series other
email
more http://www.arch.usyd.edu.au/kcdc/conferences/vr01/
last changed 2003/05/02 11:13

_id ef4b
authors Babalola, Olubi and Eastman, Charles
year 2001
title Semantic Interpretation of Architectural Drawings
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. 166-179
doi https://doi.org/10.52842/conf.acadia.2001.166
summary The paper reviews the needs and issues of automatically interpreting architectural drawings into building model representations. It distinguishes between recognition and semantic interpretation and reviews the steps involved in developing such a conversion capability, referring to the relevant literature and concepts. It identifies two potentially useful components, neither of which has received attention. One is the development of a syntactically defined drafting language. The other is a strategy for interpreting the semantic content of architectural drawings, based on the analogy of natural language interpretation
keywords Semantic Interpretation, Drawing Understanding
series ACADIA
email
last changed 2022/06/07 07:54

_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 diss_long
id diss_long
authors Long, A.
year 2001
title Quill A Gesture Design Tool for Pen-based User Interfaces
source U.C. Berkeley
summary This dissertation describes the motivation, design, and development of a tool for designing gestures for pen-based user interfaces. Pens and other styli have been ubiquitous for recording information for centuries. Recently, pen-based computers have recently become common, especially small devices such as the Palm Pilot. One benefit pens provide in computer interfaces is the ability to draw gestures—marks that invoke commands. Gestures can be intuitive and faster than other methods of invoking commands. However, our research shows that gestures are sometimes misrecognized and hard to remember. We believe these problems are due in part to the difficulty of designing “good” gestures—that is, gestures that are easy to remember and are recognized well—and the lack of tools for helping designers create good gestures. We believe that an improved gesture design tool can help interface designers create good gestures for their applications. Since people confuse similar objects and misremember them, we performed experiments to measure why people perceived gestures as similar. We derived computational metrics for predicting human perception of gesture similarity. Based on the results of our experiments, we developed a gesture design tool, quill. The tool warns designers about gestures that may be hard to remember or recognize, and provides advice about how to improve the gestures. It also provides a convenient way to test recognition of gestures. To evaluate quill, a user study was performed with 10 professional user interface designers and one professional web designer. All designers were able to create gesture sets using quill, but not all designers benefited from quill’s suggestions. More work is needed to make suggestions useful for most designers. The primary contributions of this work are: • Improved understanding of the gesture design process, including the types of problems people encounter when designing gestures. • Computational models for predicting human-perceived gesture similarity. • Confirmation of the importance of good naming for gesture memorability. • An intelligent gesture design tool, quill, which automatically warns designers about potential problems with their gestures and advises them about how to fix these problems. This work also suggests several areas for future work in the areas of gesture design tools and gesture similarity and memorability.
series thesis:PhD
email
more http://www-2.cs.cmu.edu/~chrisl/work/pubs/
last changed 2003/09/24 14:54

_id avocaad_2001_14
id avocaad_2001_14
authors Adam Jakimowicz
year 2001
title Non-Linear Postrationalisation: Architectural Values Emergence in a Teamwork Interpretation
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 paper presents the outcomes of the experiment being conducted at the Faculty of Architecture in Bialystok, which derives form three main sources: a new course of architectural composition by computer modelling, developed and conducted in Bialystok postrationalisation as a formulation platform for new architectural values and theories, applied by e.g. Bernard Tschumi the idea of new values emergence resulting form a teamwork, when placed in an appropriate environment; It is assumed that the work performed first intuitively, can be later seriously interpreted, and to some extent rationalised, verbalised, described. With no doubt we can state, that in creative parts of architectural activities, very often decision are taken intuitively (form design). So this ‘procedure’ of postrationalisation of intuitively undertaken efforts and results seems to be very important –when trying to explain ideas. This kind of activity is also very important during the first years of architectural education. In case of this experiment, the students’ works from the course of architectural composition are taken as a base and subjects for interpretation, and values research. However, when at first, individual works are being interpreted by their authors, at the latter stage, the teams are to be formed. The aim of the teamwork is to present individual works, analyse them, find common value(s), and represent it (them) in an appropriate, creative way. The ideal environment to perform this work is hypertext based internet, because the non-linearity of team interpretations is unavoidable. On the other hand, the digital input data (computer models) is a very appropriate initial material to be used for hypermedia development. The experiment is to analyse the specific of the following: the self-influence of the group on the individual work ‘qualification’, mutual influence of the team members on their own work interpretation, the influence of the digital non-linear environment on the final outcome definition. The added value of hypertext in architectural groupwork digital performance shall be examined and described. A new value of individualised, though group based, non-linearity of expression will be presented and concluded.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 40a6
authors Ennis, Gareth and Lindsay, Malcolm
year 2001
title VRGLASGOW.CO.UK implementation of internet multi-user functionality to Glasgow's virtual city
source Stellingwerff, Martijn and Verbeke, Johan (Eds.), ACCOLADE - Architecture, Collaboration, Design. Delft University Press (DUP Science) / ISBN 90-407-2216-1 / The Netherlands, pp. 135-142 [Book ordering info: m.c.stellingwerff@bk.tudelft.nl]
summary The development of the Virtual Reality Modelling Language (VRML) for the Internet has resulted in the emergence of a multiplicity of 3D web sites. The metaphor used by these sites varies enormously from virtual galleries to virtual cities and style varies from abstract to reality. Additionally these worlds are populated by virtual objects, some having reactive or interactive properties, including movement, audio, video, databases, artificial intelligence etc. Perhaps the most stimulating embodiment of these new environments are those that offer the participant the opportunity to meet and communicate with other visitors exploring the same virtual space/world. The Glasgow Directory is an established 3D web space, with around 10,000 visitors per year. The model represents approximayely 10,000 properties in the city and is populated by contextual information on its culture and socio-economic topography. This paper will describe the background to this VR space, and suggest a set of design criteria for successfully deploying multi-user software within this and similar environments. These criteria will take into account lessons learned by 'observing' and analysing how participants interact with the existing system under different conditions and also what benefits they perceive on entering the environment via the multi-user interface. These recommendations will hopefully be applicable to a wide spectrum of internet virtual environment builders and users.
series other
email
last changed 2001/09/14 21:30

_id 3dcd
authors Ennis, Gary and Maver, Tom
year 2001
title Visit VR Glasgow - Welcoming multiple visitors to the Virtual City
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 423-429
doi https://doi.org/10.52842/conf.ecaade.2001.423
summary The development of the Virtual Reality Modelling Language (VRML) for the Internet has resulted in the emergence of a multiplicity of 3D web sites. The metaphor used by these sites varies enormously from virtual galleries to virtual cities and style varies from abstract to reality. Additionally these worlds are populated by virtual objects, some having reactive or interactive properties, including movement, audio, video, databases, artificial intelligence etc. Perhaps the most stimulating embodiment of these new environments are those that offer the participant the opportunity to meet and communicate with other visitors exploring the same virtual space/world. The Glasgow Directory is an established 3D web space, with around 10,000 visitors per year. The model represents approximately 10,000 properties in the city and is populated by contextual information on its culture and socio-economic topography. This paper describes the background to this VR space, and suggests a set of design criteria for successfully deploying multi-user software within this and similar environments. These criteria take into account lessons learned by ‘observing’ and analysing how participants interact with the existing system under different conditions and also what benefits they perceive on entering the environment via the multi-user interface. These recommendations will hopefully be applicable to a wide spectrum of internet virtual environment builders and users.
keywords Virtual, City, 3-D, Databases, Interaction
series eCAADe
email
last changed 2022/06/07 07:55

_id avocaad_2001_17
id avocaad_2001_17
authors Ying-Hsiu Huang, Yu-Tung Liu, Cheng-Yuan Lin, Yi-Ting Cheng, Yu-Chen Chiu
year 2001
title The comparison of animation, virtual reality, and scenario scripting in design process
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 Design media is a fundamental tool, which can incubate concrete ideas from ambiguous concepts. Evolved from freehand sketches, physical models to computerized drafting, modeling (Dave, 2000), animations (Woo, et al., 1999), and virtual reality (Chiu, 1999; Klercker, 1999; Emdanat, 1999), different media are used to communicate to designers or users with different conceptual levels¡@during the design process. Extensively employed in design process, physical models help designers in managing forms and spaces more precisely and more freely (Millon, 1994; Liu, 1996).Computerized drafting, models, animations, and VR have gradually replaced conventional media, freehand sketches and physical models. Diversely used in the design process, computerized media allow designers to handle more divergent levels of space than conventional media do. The rapid emergence of computers in design process has ushered in efforts to the visual impact of this media, particularly (Rahman, 1992). He also emphasized the use of computerized media: modeling and animations. Moreover, based on Rahman's study, Bai and Liu (1998) applied a new design media¡Xvirtual reality, to the design process. In doing so, they proposed an evaluation process to examine the visual impact of this new media in the design process. That same investigation pointed towards the facilitative role of the computerized media in enhancing topical comprehension, concept realization, and development of ideas.Computer technology fosters the growth of emerging media. A new computerized media, scenario scripting (Sasada, 2000; Jozen, 2000), markedly enhances computer animations and, in doing so, positively impacts design processes. For the three latest media, i.e., computerized animation, virtual reality, and scenario scripting, the following question arises: What role does visual impact play in different design phases of these media. Moreover, what is the origin of such an impact? Furthermore, what are the similarities and variances of computing techniques, principles of interaction, and practical applications among these computerized media?This study investigates the similarities and variances among computing techniques, interacting principles, and their applications in the above three media. Different computerized media in the design process are also adopted to explore related phenomenon by using these three media in two projects. First, a renewal planning project of the old district of Hsinchu City is inspected, in which animations and scenario scripting are used. Second, the renewal project is compared with a progressive design project for the Hsinchu Digital Museum, as designed by Peter Eisenman. Finally, similarity and variance among these computerized media are discussed.This study also examines the visual impact of these three computerized media in the design process. In computerized animation, although other designers can realize the spatial concept in design, users cannot fully comprehend the concept. On the other hand, other media such as virtual reality and scenario scripting enable users to more directly comprehend what the designer's presentation.Future studies should more closely examine how these three media impact the design process. This study not only provides further insight into the fundamental characteristics of the three computerized media discussed herein, but also enables designers to adopt different media in the design stages. Both designers and users can more fully understand design-related concepts.
series AVOCAAD
email
last changed 2005/09/09 10:48

_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

_id avocaad_2001_10
id avocaad_2001_10
authors Bige Tunçer, Rudi Stouffs, Sevil Sariyildiz
year 2001
title Facilitating the complexity of architectural analyses
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 It is common practice for architecture students to collect documents on prominent buildings relevant to their design task in the early stage of design. While practitioners can rely on a body of design experience of their own, during the process of a new design, students can only draw from the examples of success and failure from other architects. In the past, such precedent based learning was implicit in the master-apprentice relationship common in the educational system. Nowadays academics commonly no longer have the possibility to maintain an extensive design practice, and instead introduce important outside precedents to the students. Thus, the study of important historical precedents or designs plays an important role in design instruction and in the students’ design processes. While there is no doubt that the most effective outcome of such a study would be achieved when the student does entire the study herself, students also benefit from a collaboration with peers, where they form groups to do an analysis of various aspects of a same building or over a group of buildings. By integrating the respective results into a common, extensible, library, students can draw upon other results for comparisons and relationships between different aspects or buildings. The complexity this introduces is best supported in a computer medium.The Web offers many examples of architectural analyses on a wide variety of subjects. Commonly, these analyses consist of a collection of documents, categorized and hyperlinked to support navigation through the information space. More sophisticated examples rely on a database for storage and management of the data, and offer a more complex categorization of the information entities and their relationships. These studies present effective ways of accessing and browsing information, however, it is precluded within these analyses to distinguish and relate different components within the project documents. If enabled, instead, this would offer a richer information structure presenting new ways of accessing, viewing, and interpreting this information. Hereto, documents can be decomposed by content. This implies both expanding the document structure, replacing document entities by detailed substructures, and augmenting the structure’s relatedness with content information. The relationships between the resulting components make the documents inherently related by content.We propose a methodology to integrate project documents into a single model, and present an application for the presentation of architectural analyses in an educational setting. This approach provides the students with a simple interface and mechanisms for the presentation of an analysis of design precedents, and possibly their own designs. Since all the information is integrated within a single environment, students will benefit from each others’ studies, and can draw new conclusions across analyses and presentations from their peers.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 0f49
authors Burry, M., Coulson, J., Preston, J. and Rutherford, E.
year 2001
title Computer-aided design decision support: interfacing knowledge and information
source Automation in Construction 10 (2) (2001) pp. 203-215
summary Computer-aided design decision support has proved to be an elusive and intangible project for many researchers as they seek to encapsulate information and knowledge-based systems as useful multifunctional data structures. Definitions of `knowledge', `information', `facts', and `data' become semantic footballs in the struggle to identify what designers actually do, and what level of support would suit them best, and how that support might be offered. The Construction Primer is a database-drivable interactive multimedia environment that provides readily updated access to many levels of information aimed to suit students and practitioners alike. This is hardly a novelty in itself. The innovative interface and metadata structures, however, combine with the willingness of national building control legislators, standards authorities, materials producers, building research organisations, and specification services to make the Construction Primer a versatile design decision support vehicle. It is both compatible with most working methodologies while remaining reasonably future-proof. This paper describes the structure of the project and highlights the importance of sound planning and strict adhesion to library-standard metadata protocols as a means to avoid the support becoming too specific or too paradigmatic.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id db26
authors Cao, J., Chan, J.Y.K., Li, Heng, Mahdjoubi, Lamine and Love, Peter E.D.
year 2001
title REALMEDIA: providing multimedia-based real-estate services through the Internet
source Automation in Construction 10 (2) (2001) pp. 275-289
summary This paper presents the design and implementation of a software system, known as REALMEDIA, which provides Web-based, multimedia real-estate services on the Internet. REALMEDIA is innovative in that it is designed to provide both on-line services to clients and a tool for maintaining the system to real-estate agent. The software consists of a web-based interface, a client side editor and an application server. The web interface is used by both the customer and the real-estate agent to request particular services. When used by a customer, it allows the potential buyer to select and view desired properties, and to make an appointment with agents. Multimedia information, which integrates text, graphics and video clips, are presented to the customer. When used by the agent, the web interface allows the agent to dynamically update the contents of the web page and to manipulate property details through the Client Side Editor. The application server acts as a bridge between the Web Interface and the Client Side Editor. The computational architecture and major components of REALMEDIA as well as its implementation using JAVA, TCP/IP and FTP will be described.
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
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 80-85
doi https://doi.org/10.52842/conf.ecaade.2001.080
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 0aed
authors Castello, Iára Regina
year 2001
title RE-CONHECENDO O TERRITÓRIO - COLETA E MAPEAMENTO DE ELEMENTOS SÓCIO-ESPACIAIS (Recognition of Territory - Survey and Maping of Social and Space Elements)
source SIGraDi biobio2001 - [Proceedings of the 5th Iberoamerican Congress of Digital Graphics / ISBN 956-7813-12-4] Concepcion (Chile) 21-23 november 2001, pp. 304-306
summary This paper examines the application of graphic technologies in spatial analysis and planning. Firstly it describes the method for organizing, selecting and analysing spatial resources. Secondly, it deals with registration techniques concerning the information collected. Emphasis is given to digital maps linking to elements selected through community based information. The possibility of instantaneous scale migration -from regional spaces to local particularities- provides a deeper knowledge of the spatial configuration. Finally, it argues that this technique, may provide: a comprehensive knowledge of reality; the public diffusion of socio-spatial information; a regional analysis based on the aggregation of local visions.
series SIGRADI
email
last changed 2016/03/10 09:48

_id avocaad_2001_02
id avocaad_2001_02
authors Cheng-Yuan Lin, Yu-Tung Liu
year 2001
title A digital Procedure of Building Construction: A practical project
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 In earlier times in which computers have not yet been developed well, there has been some researches regarding representation using conventional media (Gombrich, 1960; Arnheim, 1970). For ancient architects, the design process was described abstractly by text (Hewitt, 1985; Cable, 1983); the process evolved from unselfconscious to conscious ways (Alexander, 1964). Till the appearance of 2D drawings, these drawings could only express abstract visual thinking and visually conceptualized vocabulary (Goldschmidt, 1999). Then with the massive use of physical models in the Renaissance, the form and space of architecture was given better precision (Millon, 1994). Researches continued their attempts to identify the nature of different design tools (Eastman and Fereshe, 1994). Simon (1981) figured out that human increasingly relies on other specialists, computational agents, and materials referred to augment their cognitive abilities. This discourse was verified by recent research on conception of design and the expression using digital technologies (McCullough, 1996; Perez-Gomez and Pelletier, 1997). While other design tools did not change as much as representation (Panofsky, 1991; Koch, 1997), the involvement of computers in conventional architecture design arouses a new design thinking of digital architecture (Liu, 1996; Krawczyk, 1997; Murray, 1997; Wertheim, 1999). The notion of the link between ideas and media is emphasized throughout various fields, such as architectural education (Radford, 2000), Internet, and restoration of historical architecture (Potier et al., 2000). Information technology is also an important tool for civil engineering projects (Choi and Ibbs, 1989). Compared with conventional design media, computers avoid some errors in the process (Zaera, 1997). However, most of the application of computers to construction is restricted to simulations in building process (Halpin, 1990). It is worth studying how to employ computer technology meaningfully to bring significant changes to concept stage during the process of building construction (Madazo, 2000; Dave, 2000) and communication (Haymaker, 2000).In architectural design, concept design was achieved through drawings and models (Mitchell, 1997), while the working drawings and even shop drawings were brewed and communicated through drawings only. However, the most effective method of shaping building elements is to build models by computer (Madrazo, 1999). With the trend of 3D visualization (Johnson and Clayton, 1998) and the difference of designing between the physical environment and virtual environment (Maher et al. 2000), we intend to study the possibilities of using digital models, in addition to drawings, as a critical media in the conceptual stage of building construction process in the near future (just as the critical role that physical models played in early design process in the Renaissance). This research is combined with two practical building projects, following the progress of construction by using digital models and animations to simulate the structural layouts of the projects. We also tried to solve the complicated and even conflicting problems in the detail and piping design process through an easily accessible and precise interface. An attempt was made to delineate the hierarchy of the elements in a single structural and constructional system, and the corresponding relations among the systems. Since building construction is often complicated and even conflicting, precision needed to complete the projects can not be based merely on 2D drawings with some imagination. The purpose of this paper is to describe all the related elements according to precision and correctness, to discuss every possibility of different thinking in design of electric-mechanical engineering, to receive feedback from the construction projects in the real world, and to compare the digital models with conventional drawings.Through the application of this research, the subtle relations between the conventional drawings and digital models can be used in the area of building construction. Moreover, a theoretical model and standard process is proposed by using conventional drawings, digital models and physical buildings. By introducing the intervention of digital media in design process of working drawings and shop drawings, there is an opportune chance to use the digital media as a prominent design tool. This study extends the use of digital model and animation from design process to construction process. However, the entire construction process involves various details and exceptions, which are not discussed in this paper. These limitations should be explored in future studies.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 04f2
authors Cimerman, Benjamin
year 2001
title Clients, architects, houses and computers: Experiment and reflection on new roles and relationships in design
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. 100-109
doi https://doi.org/10.52842/conf.acadia.2001.100
summary This paper reports on recent work that focused on the potential impact of standard computer technology on the relationship between client and architect in the context of residential design. A study of software applications a client could use to develop and evaluate ideas exposed the dearth of software available for the design of spatial complexity by individuals without advanced computer skills, and led to the design of a specific piece of software we call “Space Modeler.” It was prototyped using off-the-shelf virtual reality technology, and tested by a group of freshmen students. The paper discusses the specificities of the software and provides analysis and reflection based on the results of the test, both in terms of design artifacts and users’ comments. The paper concludes that the evolution of the interface to electronic environments is a matter of interest for those concerned with rethinking the training, role and activity of the architect. In the near future prospective homeowners may be able to experience and experiment with the space of their home before it is built. How can the profession embrace new information technology developments and appropriate them for the benefits of society at large?
keywords Design Software, Design Participation, Visualization, Simulation
series ACADIA
email
last changed 2022/06/07 07:52

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

_id fe1b
authors Do, Ellen Yi-Luen
year 2001
title VR Sketchpad. Create Instant 3D Worlds by Sketching on a Transparent Window
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 161-172
summary This paper describes VR Sketchpad, a pen-based computing environment for inputting and locating 3D objects in a virtual world. Designer can use the transparency layers to quickly trace and extract any image underlay from other application software. The 3D scene generation has three levels of complexity: simple extrusion of any drawn lines of shapes (i.e., straight or curved wall and column extrusion), solid modelling from a given geometric object representation (spheres, cones and boxes), and complex configuration with objects from graphics library (furniture layout).
keywords Pen-Based Interface, Freehand Sketches, Diagramming, Transparent Window, Virtual Reality Modelling Language (VRML)
series CAAD Futures
email
last changed 2006/11/07 07:22

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

For more results click below:

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