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 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 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 a8f2
authors Becker, R.
year 1999
title Research and development needs for better implementation of the performance concept in building
source Automation in Construction 8 (4) (1999) pp. 525-532
summary Gaps in basic knowledge, inadequacies in the procedural infrastructure and lack of working tools, that still prevent a more systematic application of the performance concept throughout the building process, are identified. One of the main conclusions is that, despite the vast knowledge accumulated during the years in the fields of ergonometrics, human needs, human factor engineering, architectural design, structural analysis, building physics, building materials and durability analysis, this knowledge is not applied systematically during the building process. The situation is attributed to lack of tools for some of the decision making phases in the process, and to the lack of a common, preferably computerized, design platform that would ensure a comprehensive and quantitative approach to all the relevant performance attributes, link smoothly between the various phases along the project development, and minimizes bias caused by human experts.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 7921
authors Carp, John
year 1999
title Discovering Theory
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 347-348
summary This abstract describes a course in design theory and methods for students in architecture. It deals with the principles of Morphogenetic Design, in a didactical setting. The course is special in the way that theory and methods are not being taught formally, but discovered by the students themselves. The mechanism for acquiring this knowledge is by means of a series of exercises the students have to carry out. Each exercise is put before the students with a minimum of explanation. The purpose of the exercise is explained afterwards, making maximal use of group discussions on the results of the exercise. The discussion is being focused on comparing the similarities and differences in the variants the students have produced. The aim of the discussion is firstly to discover the structural properties of these variants (the theory) and secondly to discover the most appropriate way of establishing these structural properties (the methods). The variants have come on the table by means of the group effort. The habitual reluctance of architects, when required to produce variants, is thus being overcome. Morphogenetic themes like creation, evaluation and selection are being dealt with in a natural way.
series AVOCAAD
last changed 2005/09/09 10:48

_id 0dc3
authors Chambers, Tom and Wood, John B.
year 1999
title Decoding to 2000 CAD as Mediator
doi https://doi.org/10.52842/conf.ecaade.1999.210
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 210-216
summary This paper will present examples of current practice in the Design Studio course of the BDE, University of Strathclyde. The paper will demonstrate an integrated approach to teaching design, which includes CAD among other visual communication techniques as a means to exploring design concepts and the presentation of complex information as part of the design process. It will indicate how the theoretical dimension is used to direct the student in their areas of independent study. Projects illustrated will include design precedents that have involved students in the review and assessment of landmarks in the history of design. There will be evidence of how students integrate DTP in the presentation of site analysis, research of appropriate design precedents and presentation of their design solutions. CADET underlines the importance of considering design solutions within the context of both our European cultural context and of assessing the environmental impact of design options, for which CAD is eminently suited. As much as a critical method is essential to the development of the design process, a historical perspective and an appreciation of the sophistication of communicative media will inform the analysis of structural form and meaning in a modem urban context. Conscious of the dynamic of social and historical influences in design practice, the student is enabled "to take a critical stand against the dogmatism of the school "(Gadamer, 1988) that inevitably insinuates itself in learning institutions and professional practice.
keywords Design Studio, Communication, Integrated Teaching
series eCAADe
email
last changed 2022/06/07 07:56

_id d931
authors Gabryszewski, Artur B.
year 1999
title Idea of an Intelligent Building - Development Prospects
doi https://doi.org/10.52842/conf.ecaade.1999.739
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 739-743
summary An ever-increasing number of offices as also residential buildings are being realised by designers and investors in accordance with the concept of an intelligent building. Houses of the new generation are being constructed. This is possible thanks to dynamic progress in the development of computer and microprocessor engineering techniques. Putting into reality the idea of the 'intelligent building' will become one of the most interesting assignments of Polish building industry in the rapidly approaching XXI century. The term 'intelligent building' first appeared in the eighties. The idea behind this conception is aspiring to create a friendly, work supporting, effective environment. The revolution in telecommunications and information technology along with change in the standards of office work, have caused computer networks and modem systems of automation and protection, to invade buildings. From the technical point of view, an intelligent building is an object in which all the subsystems co-operate with each other, forming a friendly environment for man. For users of an intelligent building, the most important issue is realisation of the following aims: object management which includes both control of human resources and automation systems in the building and also efficient management of the building space in such a way that the costs of its utilisation are minimised. The possibility of optional installation of modern systems and equipment should be facilitated by the architecture itself. Therefore, the specifics of all the building elements should be taken into account right at the designing stage. The following features characterise an intelligent building: integration of telecommunication systems in the building, central management and supervision system and utilisation of structural cabling as the carrier of signals controlling most of the systems in the building. Presently, there is no building in Poland that could be characterised by the three features mentioned.
keywords High-tech Architecture, Ecology, CAAD
series eCAADe
email
last changed 2022/06/07 07:50

_id 1f90
authors Garcia, Renato
year 1999
title PUSH: Generating Structural Form with Haptic Feedback
doi https://doi.org/10.52842/conf.acadia.1999.252
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 252-259
summary This paper looks into the use of haptic feedback (also known as force feedback) in helping generate and evolve structural forms, a process that is important to students of architecture and engineering. Force feedback provides these students with opportunities to “feel and manipulate” virtual 3D structures in a very natural and intuitive way. It also makes it possible to have real time holistic evaluation of structures in a qualitative rather than quantitative manner, something of particular importance to introductory-level students. Furthermore, the incorporation of force feedback into a highly interactive multimodal structural behavior application furnishes students not only with a means to observe virtual structures but also a tool to help generate and develop efficient, innovative and alternative ones. This also is of vital importance to students of architecture as they are often challenged to explore non-conventional forms.

Implementing force feedback systems for these purposes need not necessarily require sophisticated and expensive VR hardware. This paper describes a structural behavior application called PUSH which utilizes a simple force feedback joystick connected a reasonably fast desktop computer.

series ACADIA
email
last changed 2022/06/07 07:50

_id ga9928
id ga9928
authors Goulthorpe
year 1999
title Hyposurface: from Autoplastic to Alloplastic Space
source International Conference on Generative Art
summary By way of immediate qualification to an essay which attempts to orient current technical developments in relation to a series of dECOi projects, I would suggest that the greatest liberation offered by new technology in architecture is not its formal potential as much as the patterns of creativity and practice it engenders. For increasingly in the projects presented here dECOi operates as an extended network of technical expertise: Mark Burry and his research team at Deakin University in Australia as architects and parametric/ programmatic designers; Peter Wood in New Zealand as programmer; Alex Scott in London as mathematician; Chris Glasow in London as systems engineer; and the engineers (structural/services) of David Glover’s team at Ove Arup in London. This reflects how we’re working in a new technical environment - a new form of practice, in a sense - a loose and light network which deploys highly specialist technical skill to suit a particular project. By way of a second disclaimer, I would suggest that the rapid technological development we're witnessing, which we struggle to comprehend given the sheer pace of change that overwhelms us, is somehow of a different order than previous technological revolutions. For the shift from an industrial society to a society of mass communication, which is the essential transformation taking place in the present, seems to be a subliminal and almost inexpressive technological transition - is formless, in a sense - which begs the question of how it may be expressed in form. If one holds that architecture is somehow the crystallization of cultural change in concrete form, one suspects that in the present there is no simple physical equivalent for the burst of communication technologies that colour contemporary life. But I think that one might effectively raise a series of questions apropos technology by briefly looking at 3 or 4 of our current projects, and which suggest a range of possibilities fostered by new technology. By way of a third doubt, we might qualify in advance the apparent optimism of architects for CAD technology by thinking back to Thomas More and his island ‘Utopia’, which marks in some way the advent of Modern rationalism. This was, if not quite a technological utopia, certainly a metaphysical one, More’s vision typically deductive, prognostic, causal. But which by the time of Francis Bacon’s New Atlantis is a technological utopia availing itself of all the possibilities put at humanity’s disposal by the known machines of the time. There’s a sort of implicit sanction within these two accounts which lies in their nature as reality optimized by rational DESIGN as if the very ethos of design were sponsored by Modern rationalist thought and its utopian leanings. The faintly euphoric ‘technological’ discourse of architecture at present - a sort of Neue Bauhaus - then seems curiously misplaced historically given the 20th century’s general anti-, dis-, or counter-utopian discourse. But even this seems to have finally run its course, dissolving into the electronic heterotopia of the present with its diverse opportunities of irony and distortion (as it’s been said) as a liberating potential.1 This would seem to mark the dissolution of design ethos into non-causal process(ing), which begs the question of ‘design’ itself: who 'designs' anymore? Or rather, has 'design' not become uncoupled from its rational, deterministic, tradition? The utopianism that attatches to technological discourse in the present seems blind to the counter-finality of technology's own accomplishments - that transparency has, as it were, by its own more and more perfect fulfillment, failed by its own success. For what we seem to have inherited is not the warped utopia depicted in countless visions of a singular and tyrranical technology (such as that in Orwell's 1984), but a rich and diverse heterotopia which has opened the possibility of countless channels of local dialect competing directly with the channels of power. Undoubtedly such multiplicitous and global connectivity has sent creative thought in multiple directions…
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id f371
authors Hadjisophocleous, G.V. and Benichou, N.
year 1999
title Performance criteria used in fire safety design
source Automation in Construction 8 (4) (1999) pp. 489-501
summary In many countries around the world, building codes are shifting from prescriptive- to performance-based for technical, economic, and social reasons. This move is made possible by progress in fire safety technologies, including the development of engineering tools that are required to implement performance codes. The development of performance-based codes follows a transparent, hierarchical structure in which there are usually three levels of objectives. The top level objectives usually state the functional requirements and the lowest level the performance criteria. Usually, one middle level exists, however, more levels can be used in this hierarchical structure depending on the complexity of the requirements. The success of performance-based codes depends on the ability to establish performance criteria that will be verifiable and enforceable. The performance criteria should be such that designers can easily demonstrate, using engineering tools, that their designs meet them and that the code authority can enforce them. This paper presents the performance criteria that are currently used by fire protection engineers in designing fire safety systems in buildings. These include deterministic and probabilistic design criteria as well as safety factors. The deterministic criteria relate mainly to life safety levels, fire growth and spread levels, fire exposure and structural performance. The probabilistic criteria focus on the incident severity and incident likelihood. Finally, the inclusion of safety factors permits a conservative design and allows for a smaller margin of error due to uncertainty in the models and the input data.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id ca7b
authors Howes, Jaki
year 1999
title IT or not IT? An Examination of IT Use in an Experimental Multi-disciplinary Teamwork Situation
doi https://doi.org/10.52842/conf.ecaade.1999.370
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 370-373
summary Leeds Metropolitan University is well placed to carry out research into multi-disciplinary team-working, as all the design and construction disciplines are housed in one faculty. Staff have set up an experimental project, TIME IT (Team-working in Multi-disciplinary Environments using IT) which examines ways of working in the design/construction process and how IT is used when there is no commercial pressure. Four groups of four students, one graduate diploma architect, and one final year student from each of Civil Engineering, Construction Management and Quantity Surveying have been working on feasibility studies for projects that are based on completed schemes or have been devised by collaborators in the Construction Industry. Students have been asked to produce a PowerPoint presentation, in up to five working days, of a design scheme, with costs, structural analysis and construction programme. The students are not assessed on the quality of the product, but on their own ability to monitor the process and use of IT. Despite this, aggressive competition evolved between the teams to produce the 'best' design. Five projects were run in the 1998/99 session. A dedicated IT suite has been provided; each group of students had exclusive use of a machine. They were not told how to approach the projects nor when to use the available technology, but were asked to keep the use of paper to a minimum and to keep all their work on the server, so that it could be monitored externally. Not so. They plotted the AO drawings of an existing building that had been provided on the server. They like paper - they can scribble on it, fold it, tear it and throw it at one another.
keywords IT, Multi-disciplinary, Teamwork
series eCAADe
email
last changed 2022/06/07 07:50

_id 1873
authors Ji, Guohua and Feng, Jinlong
year 1999
title Structural Approach to the Organization of Information: A Teaching Experiment at SEU
doi https://doi.org/10.52842/conf.caadria.1999.153
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 153-159
summary Design studio still plays a very important role in architectural design education today since teachers and students can exchange their thinking directly. In the whole teaching/learning process, there are a lot of information to be exchanged between the teachers and the students. How to organize the information and record the whole teaching/learning process is very interesting to us. The increasing use of CAD raises some problems with its advantages when the amount of compute-files becomes very big and they are in different formats. In the third year design studio teaching in the academic year 1998/99 at Department of Architecture in Southeast University, we try to use WWW techniques and features to organise the design information. We try to integrate the teaching programme, the project information, the reference material and the students' work together, to record and monitor the teaching process. Since the teaching programme is clearly organised, we could use some strategies and ideas to control the organisation of file storage and presentation. It creates the basis for the further development of applying network to aid the studio teaching.
series CAADRIA
last changed 2022/06/07 07:52

_id 221d
authors Lee, Sanghyun
year 1999
title Internet-based collaborative design evaluation : an architect's perspective
source Harvard University
summary This research aims at developing a design evaluation system that employs a Product Model as the logical basis for integrating building design and construction processes. The system is implemented with Java language, which allows the system to work over the Internet. Accordingly, the system helps architects to collaborate with remote participants. Thus, this design evaluation system is a building performance evaluator like DOE-2, RADIANCE, HVAC, and the Automated Building Code Checker. This research, however, is mainly concerned with an architect's view during the schematic design and design development stage, while the existing design evaluation systems cover other special consultants' views such as those of HVAC designers, structural engineers, and contractors. From an architect's view, this evaluation system checks the compliance of design objects represented by means of physical objects such as walls and windows and conceptual objects such as rooms as well, to the design criteria focused on accommodating human behavior, rather than other building performances such as sustaining building structures and maintaining indoor livability. As such, the system helps designers analyze and evaluate design solutions according to their original intent. The innovative points of this research lie in the following: (1) Unlike other inquiries, it addresses a systematic evaluation of building design from an architect's view focusing on the experiential quality of the built environment. This research demonstrates that such an evaluation becomes available by introducing human activity-based evaluation. (2) It can take a multi-agenda for several groups of different interests by providing an Aspect Model based on human activity-centered systematic translation of their design considerations and 3D model-based graphical representations into system readable ones. (3) As a result, it addresses the possibility of expanding the capability of the design evaluator from a mere code checker to a general design evaluator while simultaneously, enhancing the availability from stand alone to Internet based networking.
keywords Architectural Rendering; Data Processing; Evaluation; Buildings; Performance; World Wide Web; Internet
series thesis:PhD
last changed 2003/02/12 22:37

_id 2c63
authors QaQish, Ra'Ed and Tarazi, Khaled
year 1999
title Formulating a Computer-Aided Architectural Design (CAAD) Program Model in Distance Education (DE) at Open Universities (OU)
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 189-204
summary This paper reports on a project that aims to formulate a CAAD program model in Distance Education (Learning/Teaching) framework, to be applied and implemented in future settings at Open Universities worldwide. The methodology used to establish the CAAD program model consisted of a worldwide literature review on the subject of Distance Education and Open Universities. It also involved an assessment of the methods and means used in the delivery of materials to students enrolled at Open Universities, together with an analysis of the current program of study and subject related courses. The methods of this investigation consisted of a comparative analysis between the existing models of teaching process at Open Universities and how it relates to CAAD in architecture schools. The study endeavored to examine several issues that were found to be key factors in any Open University system, namely: the methods of study, program of study, student type/body, academic/degree requirements, and residency/academic calendars. While attempting to establish a conceptual CAAD program model, this study investigated several questions concerning the efficiency of CAAD teaching in Distance Education. One of the study objectives was to determine which factors were mostly needed to effectively integrate CAAD in DE as a new program in Open Universities. In addition, how would these factors affect the design of CAAD courses in OU systems as a new DE program area? And what structural elements would be most affected by these factors? Another objective of this study was to determine to what extent the new CAAD program model in tandem with staff, learning environment, and administered materials would be effective in generating supplementary strategies in the virtual design studio. A third objective was to evaluate the personal computer station as an alternative design studio space in future settings of schools of architecture. Consequently, the principle objective of this study was to develop and establish a CAAD program model to be adopted by Open Universities as a new subject area in DE. Mainly, the study attempted to locate the areas where CAAD teaching excels in the context of virtual design studio of OU system.
series AVOCAAD
last changed 2005/09/09 10:48

_id c05b
authors Senagala, M.
year 1999
title An Epistemological and Systems Approach to Digital Technology Integration in Architectural Curriculum
doi https://doi.org/10.52842/conf.acadia.1999.016
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 16-26
summary Architectural institutions around the world have been faced with the question of digital technology integration for the last one decade. Numerous attempts have been made by those institutions to utilize and harness the new technology by trial and error methods. Although much has been said and done about the computer as a tool and a medium, there is a great paucity of well-considered and holistic theoretical frameworks that have been successfully applied in architectural curricula. The emergence of digital technology as an environment and as an overarching system has NOT been a much understood or acknowledged fact. This lack of systemic wisdom, in the digital technology integration process, is always punished by the system. In this paper, I intend to 1.) Outline the epistemological, philosophical, pedagogical and operational issues of digital technology integration efforts undertaken at Kansas State University. 2.) Meditate a systemic and holistic framework of principles, paradigms, proposals and strategies from a systems point of view that could be applied at other educational institutions. In contradistinction to the analytical, hierarchical and prosthetic approaches frequently adapted by the architectural institutions, I propose a systems approach and an ecological paradigm to understand and comprehensively integrate digital technology with architectural curricula. While many of the ideas brought under the framework may not be new, the framework itself is a new proposition. The framework draws heavily from Jean-François Lyotard’s postmodern pedagogical work, Deleuze and Guattari’s post-structural notions of “rhizome”, and Gregory Bateson’s expositions of ecological and systems approach.
series ACADIA
email
last changed 2022/06/07 07:56

_id cdc8
authors Shea, K. and Cagan, J.
year 1999
title The design of novel roof trusses with shape annealing: assessing the ability of a computational method in aiding structural designers with varying design intent
source Design Studies 20 (1) (1999) pp. 3-23
summary A study of roof truss designs conceived by architects and civil engineers as well as those generated with shape annealing, a computational design method for structural configuration, is presented. The purpose of this study is to assess the capabilities of shape annealing in (1) meeting the needs of designers with varying intent, and (2) presenting spatially intriguing, yet functional, structures that expand the range of designs considered in the conceptual design stage. An advantage of shape annealing for conceptual design is unbiased, directed exploration of the design space. The conclusion of this study is that shape annealing generates alternatives that appeal to designers with different purposes while providing insight into relations between structural form and function.
series journal paper
last changed 2003/05/15 21:45

_id 2fd9
authors Siniacoff, Martha
year 1999
title The Cadastral Information System and its Objectives
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 213-218
summary The solutions that allow us to attend the potential exigencies planned for a territorial administration, oblige us to establish an informatizated step, performed with a group of logical tools, supported in the corresponding data bases. This means to establish an Information System who integrates basic data to activities and own resources, being a fundamental aspect of these Systems their capacity to synthetisize the dinamic of phenomena that reflect and several parameters that are the base to analyse this. Urban and Rural real estates (cadastral register) are elementary territorial unities whose integration, complemented with structural elements of a localization area, constitute the continuous of spatial information with the most degree of resolution. Trying as "variables” all physical, economical and juridical circunstances, this continuous of information in transformed in an extraordinary and interesting product, which can be potentiate if we include the Geographic Information System (GIS) concept, resulting of adding digital cartographic data bases to attributes and literal characteristics of elements stored in alphanumeric ones. The reason of this article is to divulge the Territorial Information System set up in the Cadastral Office of the City Hall of Montevideo, based on GIS technology, emphatizying the utility it produces in so large applications as: to investigate land occupation and property distribution, to planify and optimize resources and services, to act as a fundamental support to elaborate thematic cartographies, to serve as a detailed and precise support for urbanism, service flows and territorial ordenation and all other products issued for the own implantation philosofy, constituted with an open structure where the mentioned Office isn’t the only user.
series SIGRADI
email
last changed 2016/03/10 10:00

_id c0c4
authors Smith, Timothy M.
year 1999
title Suisse Telekom Headquarters Norton, Virginia
doi https://doi.org/10.52842/conf.acadia.1999.x.v8t
source ACADIA Quarterly, vol. 18, no. 3, p. 6
summary The design problem called for a mixed-use facility housing a bookstore, a secure telecommunications relay facility with training and conference areas, and a private employee fitness center. The site is at the end of the main street in Norton just off the main highway, and is where a four-story hotel project was abandoned twenty years prior. The structural steel frame for the hotel was erected and construction halted at this stage, leaving the skeletal frame and an empty lot at the end of the axis of the main street in Norton. Norton began as a coalmining town but has recently gained attention as a telecommunications hub after a national telecommunications firm located their TDD headquarters in Norton, making use of the fiber optic lines available in the area.
series ACADIA
email
last changed 2022/06/07 07:49

_id c041
authors Vakalo, E., Malkawi, A.M. and Emdanat, S.S.
year 1999
title An AI-based shell for linking thermal and form-making considerations
source Automation in Construction 8 (4) (1999) pp. 455-462
summary Over the past few years, our team has developed several computer-based models in the areas of architectural form-making and thermal analysis. These programs were designed to deal with specific problems and use a range of techniques including machine vision, knowledge-based systems, and artificial intelligence techniques. Recently, a project that integrates these systems was initiated. Its objective is to design an intelligent computer shell that forms the basis for this integration in the domain of architecture. The paper discusses the development of the shell and its use to analyze and study architectural form and its determinants. The shell accommodates modules that link the morphological structure of architectural design with more of its determinants (e.g., structural, acoustical, and lighting considerations, as well as code requirements). The paper presents and discusses the background of the shell, its structure, its methods of knowledge representation, and an example of its use.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id 3389
authors Van Wijk, J. and De Vries, B.
year 1999
title Towards an Understanding 3D VR Architectural Design System
source Nijholt, A. and Donk, O. and Dijk, B. van eds., 1999, Interactions in Virtual Worlds: Proceedings Twente Workshop on Language Technology 15, p. 219-224
summary Current systems for Computer Aided Architectural Design are of limited use for the early phase of a design. We give a speci cation of a new sys- tem, in which we strive for a more natural and intuitive interaction. A key element is geometric analysis. From the input of the user, implicit geo- metric and structural relations are derived, which are used during subsequent interaction.
series other
email
last changed 2003/04/23 15:50

_id 108f
authors Vassigh, Shahin
year 1999
title Structures E-Book
doi https://doi.org/10.52842/conf.acadia.1999.015
source ACADIA Quarterly, vol. 18, no. 3, pp. 15-15
summary Although understanding structures is central to the education of the architect, the engineering-based instructional materials currently in use are fundamentally inappropriate for the vast majority of architecture students. The teaching of structures is constrained by content, teaching methods and texts, which are increasingly ineffective in the classroom. Nonengineering (especially architecture) faculty and their student’s struggle with an aging, engineering-based approach to instruction, which is inappropriately quantitative, abstract and unrelated to the practical and creative aspects of design. The consequences of using this pedagogy are that many architecture students fail to master basic structural concepts, much less the more demanding aspects of practical application.
series ACADIA
email
last changed 2022/06/07 07:58

For more results click below:

this is page 0show page 1show page 2HOMELOGIN (you are user _anon_855406 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002