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 497

_id 1185
authors Faraj, I., Alshawi, M., Aouad, G., Child, T. and Underwood, J.
year 2000
title An industry foundation classes Web-based collaborative construction computer environment: WISPER
source Automation in Construction 10 (1) (2000) pp. 79-99
summary Collaborative working in construction is becoming a reality as many activities are performed globally with actors based in various geographical locations. This paper discusses the development and implementation of a collaborative working environment for construction at the University of Salford which is known as Web-based IFC Shared Project EnviRonment (WISPER). The environment is based on a three tier architecture, where user interfaces, business logic and database are kept separate. A Web and Industry Foundation Classes-based (IFC-based) distributed computer integrated environment has been developed. This environment supports design (CAD), visualisation (VR and Drawing Web Format –– DWF), estimating, planning, specifications and supplier information. WISPER enables project information to be exchanged through a STEP Part 21 file and shared through the IFC database. Meanwhile, a set of Web pages allows for remote interaction, as well as access to and the distribution of applications. This provides great flexibility and portability, thereby enabling construction professionals to contribute as well as to perform and manage their own activities.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id b4c4
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2000
title A framework for an Architectural Collaborative Design
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 57-60
doi https://doi.org/10.52842/conf.ecaade.2000.057
summary The building industry involves a larger number of disciplines, operators and professionals than other industrial processes. Its peculiarity is that the products (building objects) have a number of parts (building elements) that does not differ much from the number of classes into which building objects can be conceptually subdivided. Another important characteristic is that the building industry produces unique products (de Vries and van Zutphen, 1992). This is not an isolated situation but indeed one that is spreading also in other industrial fields. For example, production niches have proved successful in the automotive and computer industries (Carrara, Fioravanti, & Novembri, 1989). Building design is a complex multi-disciplinary process, which demands a high degree of co-ordination and co-operation among separate teams, each having its own specific knowledge and its own set of specific design tools. Establishing an environment for design tool integration is a prerequisite for network-based distributed work. It was attempted to solve the problem of efficient, user-friendly, and fast information exchange among operators by treating it simply as an exchange of data. But the failure of IGES, CGM, PHIGS confirms that data have different meanings and importance in different contexts. The STandard for Exchange of Product data, ISO 10303 Part 106 BCCM, relating to AEC field (Wix, 1997), seems to be too complex to be applied to professional studios. Moreover its structure is too deep and the conceptual classifications based on it do not allow multi-inheritance (Ekholm, 1996). From now on we shall adopt the BCCM semantic that defines the actor as "a functional participant in building construction"; and we shall define designer as "every member of the class formed by designers" (architects, engineers, town-planners, construction managers, etc.).
keywords Architectural Design Process, Collaborative Design, Knowledge Engineering, Dynamic Object Oriented Programming
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_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 483a
authors Yu, K. Froese, Th. and Grobler, F.
year 2000
title A development framework for data models for computer-integrated facilities management
source Automation in Construction 9 (2) (2000) pp. 145-167
summary Open computer-integrated facilities management systems hold the promise to improve facilities management practice, but they require extensive underlying technical foundations: particularly standardized data models to enable information sharing among computer applications. The International Alliance for Interoperability is developing Industry Foundation Classes to provide this type of support for all architecture, engineering, construction, and facilities management industries. Facilities Management Classes are a similar effort in advance of, and in extension to, the Industry Foundation Classes for facilities management. This paper presents a framework for the development of Facilities Management Classes and computer-integrated facilities management systems, including objectives, methodologies, implementation issues, etc.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id 3f35
authors Bermudez, Julio and King, Kevin
year 2000
title Media interaction and design process: establishing a knowledge base
source Automation in Construction 9 (1) (2000) pp. 37-56
summary Integrating computers in architectural design means to negotiate between centuries-old analog design methods and the new digital systems of production. Analog systems of architectural production use tracing paper, vellum, graphite and ink, clipboard, clay, balsa wood, plastic, metal, etc. Analog systems have also been termed "handmade", "manual", "material" or "physical". Digital systems of architectural production use scanning, image manipulation, visualization, solid modeling, computer aided drafting, animation, rendering, etc. Digital systems have also been called "electronic", "computer-aided", "virtual", etc. The difficulty lies in the underdeveloped state of the necessary methods, techniques, and theories to relate traditional and new media. Recent investigations on the use of multiple iterations between manual and electronic systems to advance architectural work show promising results. However, these experiments have not been sufficiently codified, cross-referenced and third party tested to conform a reliable knowledge base. This paper addresses this shortcoming by bringing together reported experiences from diverse researchers over the past decade. This summary is informed by more than three years of continuous investigation in the impacts of analog-digital conversations in the design process. The goal is to establish a state-of-the-art common foundation that permits instructors, researchers and practitioners to refer to, utilize, test, criticize and develop. An appendix is included providing support for the paper's arguments.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 4cc0
authors Bouchlaghem, N., Khosowshahi, F. and White, J.
year 2000
title Virtual reality as a visualisation tool: Benefits and constraints
source CIDAC, Volume 2 Issue 4 November 2000 pp. 216-224
summary The benefits and applications of virtual reality (VR) in the construction industry have been investigated for almost a decade. However, the practical implementation of VR in the construction industry has yet to reach maturity owing to technical constraints. The need for effective information management presents challenges: both transfer of building data to, and organisation of building information within, the virtual environment require consideration. This paper reviews the applications and benefits of VR in the built environment field and reports on a collaboration between Loughborough University and South Bank University to overcome constraints on the use of the overall VR model for whole lifecycle visualisation. The work at each research centre is concerned with an aspect of information management within VR applications for the built environment, and both data transfer and internal data organisation have been investigated. In this paper, similarities and differences between computer-aided design (CAD) and VR packages are first discussed. Three different approaches to the creation of VR models during the design stage are identified and described, with a view to providing sharing understanding across the interdiscipliary groups involved. The suitable organisation of building information within the virtual environment is then further investigated. This work focused on the visualisation of the degradation of a building, through its lifespan, with the view to provide a visual aid for developing an effective and economic project maintenance programme. Finally consideration is given to the potential of emerging standards to facilitate an integrated use of VR. The convergence towards similar data structures in VR and other construction packages may enable visualisation to be better utilised in the overall lifecycle model.
keywords Virtual Reality, Information Management, Data Exchange, 3D Modelling, 4D Visualisation
series journal paper
last changed 2003/05/15 21:23

_id ac81
authors Brown, A.G.P.
year 1991
title Review of Building IT 2000
source Experiences with CAAD in Education and Practice [eCAADe Conference Proceedings] Munich (Germany) 17-19 October 1991
doi https://doi.org/10.52842/conf.ecaade.1991.x.q2c
summary Building IT2000 is a Building and Information Technology database which is presented in Hypertextformat. Its production has been co-ordinated by the CICA (the Construction Industry Computer Association), an independent association serving the needs of computer users, specifiers and suppliers in the Construction Industry. The stack is a collection of structured information prepared by a group of experts in computing and the construction industry. As such it represents an interesting advance from two points of view: (1.) It is a valuable source of information in its own right. It could provide a resource for students of architecture which could be used as a self-teaching package. (2.) It points a possible way forward for the development of similar hypertext based teaching packages which could be developed by academics within the European teaching community.
series eCAADe
email
more http://www.mediatecture.at/ecaade/91/brown.pdf
last changed 2022/06/07 07:50

_id 8802
authors Burry, Mark, Dawson, Tony and Woodbury, Robert
year 1999
title Learning about Architecture with the Computer, and Learning about the Computer in Architecture
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 374-382
doi https://doi.org/10.52842/conf.ecaade.1999.374
summary Most students commencing their university studies in architecture must confront and master two new modes of thought. The first, widely known as reflection-in-action, is a continuous cycle of self-criticism and creation that produces both learning and improved work. The second, which we call here design making, is a process which considers building construction as an integral part of architectural designing. Beginning students in Australia tend to do neither very well; their largely analytic secondary education leaves the majority ill-prepared for these new forms of learning and working. Computers have both complicated and offered opportunities to improve this situation. An increasing number of entering students have significant computing skill, yet university architecture programs do little in developing such skill into sound and extensible knowledge. Computing offers new ways to engage both reflection-in-action and design making. The collaboration between two Schools in Australia described in detail here pools computer-based learning resources to provide a wider scope for the education in each institution, which we capture in the phrase: Learn to use computers in architecture (not use computers to learn architecture). The two shared learning resources are Form Making Games (Adelaide University), aimed at reflection-in-action and The Construction Primer (Deakin University and Victoria University of Wellington), aimed at design making. Through contributing to and customising the resources themselves, students learn how designing and computing relate. This paper outlines the collaborative project in detail and locates the initiative at a time when the computer seems to have become less self-consciously assimilated within the wider architectural program.
keywords Reflection-In-Action, Design Making, Customising Computers
series eCAADe
email
last changed 2022/06/07 07:54

_id 7da6
authors Campbell, Dace A.
year 2000
title Architectural construction documents on the web: VRML as a case study
source Automation in Construction 9 (1) (2000) pp. 129-138
summary The Virtual Reality Modeling Language (VRML) and the World Wide Web (WWW) offer new opportunities to communicate an architect's design intent throughout the design process. We have investigated the use of VRML in the production and communication of construction documents, the final phase of architectural building design. A prototype, experimental Web site was set up and used to disseminate design data as VRML models and HTML text to the design client, contractor, and fabricators. In this paper, we discuss the way our construction documents were developed in VRML, the issues we faced implementing it, and critical feedback from the users of the Web space/site. We analyze the usefulness of VRML as a communication tool for the design and construction industries. Finally, we discuss technical, social, and legal issues the AEC industry faces as it shifts to embrace widespread use of a "paperless" Web-based communications infrastructure for design documentation.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

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

_id 0898
authors Chastain, Thomas and Elliott, Ame
year 2000
title Cultivating design competence: online support for beginning design studio
source Automation in Construction 9 (1) (2000) pp. 83-91
summary A primary lesson of a beginning design studio is the development of a fundamental design competence. This entails acquiring skills of integration, projection, exploration, as well as critical thinking––forming the basis of thinking "like a designer". Plaguing the beginning architectural design student as she develops this competence are three typical problems: a lagging visual intelligence, a linking of originality with creativity, and the belief that design is an act of an individual author instead of a collaborative activity. We believe that computation support for design learning has particular attributes for helping students overcome these problems. These attributes include its inherent qualities for visualization, for explicitness, and for sharing. This paper describes five interactive multi-media exercises exploiting these attributes which were developed to support a beginning design studio. The paper also reports how they have been integrated into the course curriculum.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id ddssar0007
id ddssar0007
authors Cooper, G., Rezqui, Y., Jackson, M., Lawson, B., Peng, C. and Cerulli, C.
year 2000
title A CAD-based decision support system for the design stage of a construction project
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary Decisions made during the design process are multi-dimensional, combining together factors which range from the highly subjective to the perfectly objective. These decisions are made by many, often non co-located, actors belonging to different disciplines. Moreover, there is a high risk for misunderstandings, inappropriate changes, and decisions, which are not notified to all interested parties. The ADS project (Advanced Decision Support for Construction Design) builds on the results of the earlier COMMIT project to provide an information management system, which addresses these problems. It defines mechanisms to handle the proactive management of information to support decision-making in collaborative projects. Different aspects of the COMMIT system have already been widely published, and the team is now applying the results in the context of construction design. These are referenced in the present paper, which gives an overview of the results of the COMMIT project and discusses some of the issue involved in applying them to the design process in conjunction with an advanced CAD tool.
series DDSS
last changed 2003/08/07 16:36

_id 0cc1
authors Dave, Bharat and Danahy, John
year 2000
title Virtual study abroad and exchange studio
source Automation in Construction 9 (1) (2000) pp. 57-71
summary The digital design studio has an area of application where conventional media are incapable of being used; collaboration in learning, design and dialogue with people in places other than where one lives. This distinctive opportunity has lead the authors to explore a form of design brief and virtual design studio (VDS) format not well addressed in the literature. Instead of sharing the same design brief, students in this alternative format design a project in the other students' city and do not collaborate on the same design. Collaboration with other students takes the form of teaching each other about the city and culture served by the design. The authors discovered these studios produce a focus on site context that serves our pedagogical objectives – a blend of architectural, landscape architectural and urban design knowledge. Their students use a range of commercial CAD and computer supported collaborative work (CSCW) software common to that used in many VDS experiments reported on in the literature. However, this conventional use of technology is contrasted with a second distinctive characteristic of these studios, the use of custom software tools specifically designed to support synchronous and asynchronous three-dimensional model exchange and linked attribute knowledge. The paper analyzes some of the virtual design studio (VDS) work between the Swiss Federal Institute of Technology, the University of Toronto, and the University of Melbourne. The authors articulate a framework of VDS dimensions that structures their teaching and research.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id db00
authors Espina, Jane J.B.
year 2002
title Base de datos de la arquitectura moderna de la ciudad de Maracaibo 1920-1990 [Database of the Modern Architecture of the City of Maracaibo 1920-1990]
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 133-139
summary Bases de datos, Sistemas y Redes 134The purpose of this report is to present the achievements obtained in the use of the technologies of information andcommunication in the architecture, by means of the construction of a database to register the information on the modernarchitecture of the city of Maracaibo from 1920 until 1990, in reference to the constructions located in 5 of Julio, Sectorand to the most outstanding planners for its work, by means of the representation of the same ones in digital format.The objective of this investigation it was to elaborate a database for the registration of the information on the modernarchitecture in the period 1920-1990 of Maracaibo, by means of the design of an automated tool to organize the it datesrelated with the buildings, parcels and planners of the city. The investigation was carried out considering three methodologicalmoments: a) Gathering and classification of the information of the buildings and planners of the modern architectureto elaborate the databases, b) Design of the databases for the organization of the information and c) Design ofthe consultations, information, reports and the beginning menu. For the prosecution of the data files were generated inprograms attended by such computer as: AutoCAD R14 and 2000, Microsoft Word, Microsoft PowerPoint and MicrosoftAccess 2000, CorelDRAW V9.0 and Corel PHOTOPAINT V9.0.The investigation is related with the work developed in the class of Graphic Calculation II, belonging to the Departmentof Communication of the School of Architecture of the Faculty of Architecture and Design of The University of the Zulia(FADLUZ), carried out from the year 1999, using part of the obtained information of the works of the students generatedby means of the CAD systems for the representation in three dimensions of constructions with historical relevance in themodern architecture of Maracaibo, which are classified in the work of The Other City, generating different types ofisometric views, perspectives, representations photorealistics, plants and facades, among others.In what concerns to the thematic of this investigation, previous antecedents are ignored in our environment, and beingthe first time that incorporates the digital graph applied to the work carried out by the architects of “The Other City, thegenesis of the oil city of Maracaibo” carried out in the year 1994; of there the value of this research the field of thearchitecture and computer science. To point out that databases exist in the architecture field fits and of the design, alsoweb sites with information has more than enough architects and architecture works (Montagu, 1999).In The University of the Zulia, specifically in the Faculty of Architecture and Design, they have been carried out twoworks related with the thematic one of database, specifically in the years 1995 and 1996, in the first one a system wasdesigned to visualize, to classify and to analyze from the architectural point of view some historical buildings of Maracaiboand in the second an automated system of documental information was generated on the goods properties built insidethe urban area of Maracaibo. In the world environment it stands out the first database developed in Argentina, it is the database of the Modern andContemporary Architecture “Datarq 2000” elaborated by the Prof. Arturo Montagú of the University of Buenos Aires. The general objective of this work it was the use of new technologies for the prosecution in Architecture and Design (MONTAGU, Ob.cit). In the database, he intends to incorporate a complementary methodology and alternative of use of the informationthat habitually is used in the teaching of the architecture. When concluding this investigation, it was achieved: 1) analysis of projects of modern architecture, of which some form part of the historical patrimony of Maracaibo; 2) organized registrations of type text: historical, formal, space and technical data, and graph: you plant, facades, perspectives, pictures, among other, of the Moments of the Architecture of the Modernity in the city, general data and more excellent characteristics of the constructions, and general data of the Planners with their more important works, besides information on the parcels where the constructions are located, 3)construction in digital format and development of representations photorealistics of architecture projects already built. It is excellent to highlight the importance in the use of the Technologies of Information and Communication in this investigation, since it will allow to incorporate to the means digital part of the information of the modern architecturalconstructions that characterized the city of Maracaibo at the end of the XX century, and that in the last decades they have suffered changes, some of them have disappeared, destroying leaves of the modern historical patrimony of the city; therefore, the necessity arises of to register and to systematize in digital format the graphic information of those constructions. Also, to demonstrate the importance of the use of the computer and of the computer science in the representation and compression of the buildings of the modern architecture, to inclination texts, images, mapping, models in 3D and information organized in databases, and the relevance of the work from the pedagogic point of view,since it will be able to be used in the dictation of computer science classes and history in the teaching of the University studies of third level, allowing the learning with the use in new ways of transmission of the knowledge starting from the visual information on the part of the students in the elaboration of models in three dimensions or electronic scalemodels, also of the modern architecture and in a future to serve as support material for virtual recoveries of some buildings that at the present time they don’t exist or they are almost destroyed. In synthesis, the investigation will allow to know and to register the architecture of Maracaibo in this last decade, which arises under the parameters of the modernity and that through its organization and visualization in digital format, it will allow to the students, professors and interested in knowing it in a quicker and more efficient way, constituting a contribution to theteaching in the history area and calculation. Also, it can be of a lot of utility for the development of future investigation projects related with the thematic one and restoration of buildings of the modernity in Maracaibo.
keywords database, digital format, modern architecture, model, mapping
series SIGRADI
email
last changed 2016/03/10 09:51

_id ddssar0009
id ddssar0009
authors Findlay, Robert A. and Haugen, S. Lee
year 2000
title From individual inquiry and attention to cohorts to a "collaborative critique": the use of student groups to support individual designers
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary This study explores learning settings and strategies related to design collaboration and critical thinking. To this end, theories of education and of cognitive learning were assembled to describe learning design collaboration. Student perceptions of their learning experiences were then gathered in structured interviews and focus groups, and were analyzed qualitatively for concepts, tendencies, and trends. The study also concerns the effects of collaboration on individual learning. An emphasis of the investigation has been on the context in which a person's mind learns. The activity of learning has been enriched by being in a context in which students can participate in the social construction of knowledge, in this way enhancing the processes of developing knowledge, decision-making, and design. We discovered that a "collaborative critique" evolves during the course of activity of groups of students as they shift from the protective behavior of individual competition, through bargaining away ideas in compromise or subduing differences in consensus building, to critical ideation and the constructive behavior of the "collaborative critique".
series DDSS
last changed 2003/08/07 16:36

_id 6f41
authors Gambao, E., Balaguer, C. and Gebhart, F.
year 2000
title Robot assembly system for computer-integrated construction
source Automation in Construction 9 (5-6) (2000) pp. 479-487
summary The construction industry demands a productivity increase that cannot be attained by means of traditional methods for masonry that have already reached their system limits and cannot contribute to further effectiveness. Further rationalisation can only be achieved by the reduction of labour and construction times. Therefore, a certain innovative leap is required by a system approach that combines the already existing construction technologies with new information, automation and robot technologies. An integrated automation system has been developed in the European ESPRIT III Robot Assembly System for Computer Integrated Construction (ROCCO) Project. Industrial partners and research centres from Germany, Spain and Belgium that are linked to the construction industry and robotics have formed the consortium. Block assembly tasks are performed by means of two robotics systems. One of the many challenges of these systems is related with the development of the control approach of large-range robots with hydraulic actuators. Conventional control strategies, based on PID or PD controllers and linear models, are unsuitable and prove completely inefficient for these robots. New control methods are necessary in order to achieve high performance with a reasonable time-consuming algorithm, useful in a real time control system. The most significant aspects related to the development of these robotic systems and their control systems are presented in this paper.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id maver_090
id maver_090
authors Harrison C., Grant, M., Granat, M., Maver, T. and Conway, B.
year 2000
title Development of a Wheelchair Virtual
source 3rd International Conference on Disability, VR and Associated Technologies, Sardinia, (Ed. P Sharkey) ICDVRAT2000, 1-8
summary In the UK the Disability Discrimination Act 1995 aims to end discrimination against disabled people. Importantly the Act gives the disabled community new employment and access rights. Central to these rights will be an obligation for employers and organisations to provide premises which do not disadvantage disabled people. Many disabled people rely on wheelchairs for mobility. However, many buildings do not provide conditions suited to wheelchair users. This project aims to provide instrumentation allowing wheelchair navigation within virtual buildings. The provision of such instrumentation assists architects in identifying the needs of wheelchair users at the design stage. Central to this project is the need to provide a platform which can accommodate a range of wheelchair types, that will map intended wheelchair motion into a virtual world and that has the capacity to provide feedback to the user reflecting changes in floor surface characteristics and slope. The project represents a collaborative effort between architects, bioengineers and user groups and will be comprised of stages related to platform design, construction, interfacing, testing and user evaluation.
series other
email
last changed 2003/09/03 15:01

_id ca7b
authors Howes, Jaki
year 1999
title IT or not IT? An Examination of IT Use in an Experimental Multi-disciplinary Teamwork Situation
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 370-373
doi https://doi.org/10.52842/conf.ecaade.1999.370
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 146a
authors Johnson, Robert E.
year 2000
title The Impact of E-Commerce on the Design and Construction Industry
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 75-83
doi https://doi.org/10.52842/conf.acadia.2000.075
summary Historically, the design and construction industry has been slow to innovate. As a result, productivity in the construction industry has declined substantially compared to other industries. Inefficiencies in this industry are well documented. However, the potential for cost savings and increased efficiency through the use of the Internet and e-commerce may not only increase the efficiency of the design and construction industry, but it may also significantly change the structure and composition of the industry. This is suggested because effective implementations of e-commerce technologies are not limited to one aspect of one industry. E-commerce may be most effective when it is thought of and applied to multi-industry enterprises and in a global context. This paper continues the exploration of a concept that we have been working on for several years, namely that “…information technology is evolving from a tool that incrementally improves ‘backoffice’ productivity to an essential component of strategic positioning that may alter the basic economics, organizational structure and operational practices of facility management organizations and their interactions with service providers (architects, engineers and constructors).” (Johnson and Clayton 1998) This paper will utilize the case study methodology to explore these issues as they are affecting the AEC/FM industry.
series ACADIA
last changed 2022/06/07 07:52

_id 5f69
authors Kvan, Th., Gibson, I. and Ming, L.W.
year 2000
title Rapid Prototyping for Architectural Models
source ECPPM2000 – Product and Process Modelling in Building and Construction, Lisbon, Portugal, Balkema Publishers, September 25-27, 2000, pp. 351-359
summary Rapid prototyping (RP) technology has developed as a result of the requirements of manufacturing industry. There are a number of other application areas where RP has been used to good effect and one of these is architectural modelling. However; such application areas often have different requirements from what is offered by the current technology. This paper describes work carried out by the authors to investigate potential applications for architectural modelling; as well as an attempt to explore the limits of the technology. It will go on to discuss how the technology may be developed to better serve the requirements of architects.
keywords Rapid Prototyping; Architectural Design
series other
email
last changed 2002/11/15 18:29

For more results click below:

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