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 59

_id b4c4
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2000
title A framework for an Architectural Collaborative Design
doi https://doi.org/10.52842/conf.ecaade.2000.057
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
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 ga0026
id ga0026
authors Ransen, Owen F.
year 2000
title Possible Futures in Computer Art Generation
source International Conference on Generative Art
summary Years of trying to create an "Image Idea Generator" program have convinced me that the perfect solution would be to have an artificial artistic person, a design slave. This paper describes how I came to that conclusion, realistic alternatives, and briefly, how it could possibly happen. 1. The history of Repligator and Gliftic 1.1 Repligator In 1996 I had the idea of creating an “image idea generator”. I wanted something which would create images out of nothing, but guided by the user. The biggest conceptual problem I had was “out of nothing”. What does that mean? So I put aside that problem and forced the user to give the program a starting image. This program eventually turned into Repligator, commercially described as an “easy to use graphical effects program”, but actually, to my mind, an Image Idea Generator. The first release came out in October 1997. In December 1998 I described Repligator V4 [1] and how I thought it could be developed away from simply being an effects program. In July 1999 Repligator V4 won the Shareware Industry Awards Foundation prize for "Best Graphics Program of 1999". Prize winners are never told why they won, but I am sure that it was because of two things: 1) Easy of use 2) Ease of experimentation "Ease of experimentation" means that Repligator does in fact come up with new graphics ideas. Once you have input your original image you can generate new versions of that image simply by pushing a single key. Repligator is currently at version 6, but, apart from adding many new effects and a few new features, is basically the same program as version 4. Following on from the ideas in [1] I started to develop Gliftic, which is closer to my original thoughts of an image idea generator which "starts from nothing". The Gliftic model of images was that they are composed of three components: 1. Layout or form, for example the outline of a mandala is a form. 2. Color scheme, for example colors selected from autumn leaves from an oak tree. 3. Interpretation, for example Van Gogh would paint a mandala with oak tree colors in a different way to Andy Warhol. There is a Van Gogh interpretation and an Andy Warhol interpretation. Further I wanted to be able to genetically breed images, for example crossing two layouts to produce a child layout. And the same with interpretations and color schemes. If I could achieve this then the program would be very powerful. 1.2 Getting to Gliftic Programming has an amazing way of crystalising ideas. If you want to put an idea into practice via a computer program you really have to understand the idea not only globally, but just as importantly, in detail. You have to make hard design decisions, there can be no vagueness, and so implementing what I had decribed above turned out to be a considerable challenge. I soon found out that the hardest thing to do would be the breeding of forms. What are the "genes" of a form? What are the genes of a circle, say, and how do they compare to the genes of the outline of the UK? I wanted the genotype representation (inside the computer program's data) to be directly linked to the phenotype representation (on the computer screen). This seemed to be the best way of making sure that bred-forms would bare some visual relationship to their parents. I also wanted symmetry to be preserved. For example if two symmetrical objects were bred then their children should be symmetrical. I decided to represent shapes as simply closed polygonal shapes, and the "genes" of these shapes were simply the list of points defining the polygon. Thus a circle would have to be represented by a regular polygon of, say, 100 sides. The outline of the UK could easily be represented as a list of points every 10 Kilometers along the coast line. Now for the important question: what do you get when you cross a circle with the outline of the UK? I tried various ways of combining the "genes" (i.e. coordinates) of the shapes, but none of them really ended up producing interesting shapes. And of the methods I used, many of them, applied over several "generations" simply resulted in amorphous blobs, with no distinct family characteristics. Or rather maybe I should say that no single method of breeding shapes gave decent results for all types of images. Figure 1 shows an example of breeding a mandala with 6 regular polygons: Figure 1 Mandala bred with array of regular polygons I did not try out all my ideas, and maybe in the future I will return to the problem, but it was clear to me that it is a non-trivial problem. And if the breeding of shapes is a non-trivial problem, then what about the breeding of interpretations? I abandoned the genetic (breeding) model of generating designs but retained the idea of the three components (form, color scheme, interpretation). 1.3 Gliftic today Gliftic Version 1.0 was released in May 2000. It allows the user to change a form, a color scheme and an interpretation. The user can experiment with combining different components together and can thus home in on an personally pleasing image. Just as in Repligator, pushing the F7 key make the program choose all the options. Unlike Repligator however the user can also easily experiment with the form (only) by pushing F4, the color scheme (only) by pushing F5 and the interpretation (only) by pushing F6. Figures 2, 3 and 4 show some example images created by Gliftic. Figure 2 Mandala interpreted with arabesques   Figure 3 Trellis interpreted with "graphic ivy"   Figure 4 Regular dots interpreted as "sparks" 1.4 Forms in Gliftic V1 Forms are simply collections of graphics primitives (points, lines, ellipses and polygons). The program generates these collections according to the user's instructions. Currently the forms are: Mandala, Regular Polygon, Random Dots, Random Sticks, Random Shapes, Grid Of Polygons, Trellis, Flying Leap, Sticks And Waves, Spoked Wheel, Biological Growth, Chequer Squares, Regular Dots, Single Line, Paisley, Random Circles, Chevrons. 1.5 Color Schemes in Gliftic V1 When combining a form with an interpretation (described later) the program needs to know what colors it can use. The range of colors is called a color scheme. Gliftic has three color scheme types: 1. Random colors: Colors for the various parts of the image are chosen purely at random. 2. Hue Saturation Value (HSV) colors: The user can choose the main hue (e.g. red or yellow), the saturation (purity) of the color scheme and the value (brightness/darkness) . The user also has to choose how much variation is allowed in the color scheme. A wide variation allows the various colors of the final image to depart a long way from the HSV settings. A smaller variation results in the final image using almost a single color. 3. Colors chosen from an image: The user can choose an image (for example a JPG file of a famous painting, or a digital photograph he took while on holiday in Greece) and Gliftic will select colors from that image. Only colors from the selected image will appear in the output image. 1.6 Interpretations in Gliftic V1 Interpretation in Gliftic is best decribed with a few examples. A pure geometric line could be interpreted as: 1) the branch of a tree 2) a long thin arabesque 3) a sequence of disks 4) a chain, 5) a row of diamonds. An pure geometric ellipse could be interpreted as 1) a lake, 2) a planet, 3) an eye. Gliftic V1 has the following interpretations: Standard, Circles, Flying Leap, Graphic Ivy, Diamond Bar, Sparkz, Ess Disk, Ribbons, George Haite, Arabesque, ZigZag. 1.7 Applications of Gliftic Currently Gliftic is mostly used for creating WEB graphics, often backgrounds as it has an option to enable "tiling" of the generated images. There is also a possibility that it will be used in the custom textile business sometime within the next year or two. The real application of Gliftic is that of generating new graphics ideas, and I suspect that, like Repligator, many users will only understand this later. 2. The future of Gliftic, 3 possibilties Completing Gliftic V1 gave me the experience to understand what problems and opportunities there will be in future development of the program. Here I divide my many ideas into three oversimplified possibilities, and the real result may be a mix of two or all three of them. 2.1 Continue the current development "linearly" Gliftic could grow simply by the addition of more forms and interpretations. In fact I am sure that initially it will grow like this. However this limits the possibilities to what is inside the program itself. These limits can be mitigated by allowing the user to add forms (as vector files). The user can already add color schemes (as images). The biggest problem with leaving the program in its current state is that there is no easy way to add interpretations. 2.2 Allow the artist to program Gliftic It would be interesting to add a language to Gliftic which allows the user to program his own form generators and interpreters. In this way Gliftic becomes a "platform" for the development of dynamic graphics styles by the artist. The advantage of not having to deal with the complexities of Windows programming could attract the more adventurous artists and designers. The choice of programming language of course needs to take into account the fact that the "programmer" is probably not be an expert computer scientist. I have seen how LISP (an not exactly easy artificial intelligence language) has become very popular among non programming users of AutoCAD. If, to complete a job which you do manually and repeatedly, you can write a LISP macro of only 5 lines, then you may be tempted to learn enough LISP to write those 5 lines. Imagine also the ability to publish (and/or sell) "style generators". An artist could develop a particular interpretation function, it creates images of a given character which others find appealing. The interpretation (which runs inside Gliftic as a routine) could be offered to interior designers (for example) to unify carpets, wallpaper, furniture coverings for single projects. As Adrian Ward [3] says on his WEB site: "Programming is no less an artform than painting is a technical process." Learning a computer language to create a single image is overkill and impractical. Learning a computer language to create your own artistic style which generates an infinite series of images in that style may well be attractive. 2.3 Add an artificial conciousness to Gliftic This is a wild science fiction idea which comes into my head regularly. Gliftic manages to surprise the users with the images it makes, but, currently, is limited by what gets programmed into it or by pure chance. How about adding a real artifical conciousness to the program? Creating an intelligent artificial designer? According to Igor Aleksander [1] conciousness is required for programs (computers) to really become usefully intelligent. Aleksander thinks that "the line has been drawn under the philosophical discussion of conciousness, and the way is open to sound scientific investigation". Without going into the details, and with great over-simplification, there are roughly two sorts of artificial intelligence: 1) Programmed intelligence, where, to all intents and purposes, the programmer is the "intelligence". The program may perform well (but often, in practice, doesn't) and any learning which is done is simply statistical and pre-programmed. There is no way that this type of program could become concious. 2) Neural network intelligence, where the programs are based roughly on a simple model of the brain, and the network learns how to do specific tasks. It is this sort of program which, according to Aleksander, could, in the future, become concious, and thus usefully intelligent. What could the advantages of an artificial artist be? 1) There would be no need for programming. Presumbably the human artist would dialog with the artificial artist, directing its development. 2) The artificial artist could be used as an apprentice, doing the "drudge" work of art, which needs intelligence, but is, anyway, monotonous for the human artist. 3) The human artist imagines "concepts", the artificial artist makes them concrete. 4) An concious artificial artist may come up with ideas of its own. Is this science fiction? Arthur C. Clarke's 1st Law: "If a famous scientist says that something can be done, then he is in all probability correct. If a famous scientist says that something cannot be done, then he is in all probability wrong". Arthur C Clarke's 2nd Law: "Only by trying to go beyond the current limits can you find out what the real limits are." One of Bertrand Russell's 10 commandments: "Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric" 3. References 1. "From Ramon Llull to Image Idea Generation". Ransen, Owen. Proceedings of the 1998 Milan First International Conference on Generative Art. 2. "How To Build A Mind" Aleksander, Igor. Wiedenfeld and Nicolson, 1999 3. "How I Drew One of My Pictures: or, The Authorship of Generative Art" by Adrian Ward and Geof Cox. Proceedings of the 1999 Milan 2nd International Conference on Generative Art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 2354
authors Clayden, A. and Szalapaj, P.
year 1997
title Architecture in Landscape: Integrated CAD Environments for Contextually Situated Design
doi https://doi.org/10.52842/conf.ecaade.1997.x.q6p
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
summary This paper explores the future role of a more holistic and integrated approach to the design of architecture in landscape. Many of the design exploration and presentation techniques presently used by particular design professions do not lend themselves to an inherently collaborative design strategy.

Within contemporary digital environments, there are increasing opportunities to explore and evaluate design proposals which integrate both architectural and landscape aspects. The production of integrated design solutions exploring buildings and their surrounding context is now possible through the design development of shared 3-D and 4-D virtual environments, in which buildings no longer float in space.

The scope of landscape design has expanded through the application of techniques such as GIS allowing interpretations that include social, economic and environmental dimensions. In architecture, for example, object-oriented CAD environments now make it feasible to integrate conventional modelling techniques with analytical evaluations such as energy calculations and lighting simulations. These were all ambitions of architects and landscape designers in the 70s when computer power restricted the successful implementation of these ideas. Instead, the commercial trend at that time moved towards isolated specialist design tools in particular areas. Prior to recent innovations in computing, the closely related disciplines of architecture and landscape have been separated through the unnecessary development, in our view, of their own symbolic representations, and the subsequent computer applications. This has led to an unnatural separation between what were once closely related disciplines.

Significant increases in the performance of computers are now making it possible to move on from symbolic representations towards more contextual and meaningful representations. For example, the application of realistic materials textures to CAD-generated building models can then be linked to energy calculations using the chosen materials. It is now possible for a tree to look like a tree, to have leaves and even to be botanicaly identifiable. The building and landscape can be rendered from a common database of digital samples taken from the real world. The complete model may be viewed in a more meaningful way either through stills or animation, or better still, through a total simulation of the lifecycle of the design proposal. The model may also be used to explore environmental/energy considerations and changes in the balance between the building and its context most immediately through the growth simulation of vegetation but also as part of a larger planning model.

The Internet has a key role to play in facilitating this emerging collaborative design process. Design professionals are now able via the net to work on a shared model and to explore and test designs through the development of VRML, JAVA, whiteboarding and video conferencing. The end product may potentially be something that can be more easily viewed by the client/user. The ideas presented in this paper form the basis for the development of a dual course in landscape and architecture. This will create new teaching opportunities for exploring the design of buildings and sites through the shared development of a common computer model.

keywords Integrated Design Process, Landscape and Architecture, Shared Environmentsenvironments
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/szalapaj/szalapaj.htm
last changed 2022/06/07 07:50

_id a5c7
authors Hovestadt, Ludger and Hovestadt, Volkmar
year 1997
title ARMILLA5 - Supporting Design, Construction and Management of Complex Buildings
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 135-150
summary ARMILLA5 is a generic computer aided design system, which supports the cooperative design of complex buildings (such as labs, offices or schools) over multiple levels of abstraction. It follows the metaphor of a virtual building site. The designers and engineers meet at a spatial location on the Internet and prepare the building construction by simulating the building site. This article describes the three essential components of the ARMILLA5-model: the geometric model which describes the spatial and physical aspects of the building site, the semantic model which implements passive building components as objects and active building components as applets or applications, and the planning model, which organizes the work steps of the individual engineers and their cooperation. The model is described using different software prototypes written in Objective C, CAD systems and HTML/JAVA.
keywords Dynamic Buildings, CAAD, CSCW, VRML, Case-based Reasoning, Facility Management, Augmented Reality
series CAAD Futures
email
last changed 1999/04/06 09:19

_id 6e4f
authors Lewin, J.S., Ehrhardt, M. and Gross, M.D.
year 1997
title Not Just Another Pretty Face: Images and Arguments in an Anthropology Web Site
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 635-654
summary We are developing a web site with photorealistic animations and virtual reality walk throughs of architecture and artifacts at an archaeological site in El Salvador. The goal of the site is to support research and teaching about household anthropology in sixthcentury Meso-America. To counter the false sense of realism and truth these experiences often convey we have developed Image Arguments, a scheme for integrating with images the arguments and data that they are based on. We provide this contextual information using a server side database and client side Java applets, enabling viewers to examine the assumptions and the data behind the images.
series CAAD Futures
email
last changed 1999/04/06 09:19

_id ce96
authors Yeung, Chris
year 1997
title A Web-Based VRML Collaborative Design Tool for Architecture Studies
doi https://doi.org/10.52842/conf.ecaade.1997.x.w6v
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
summary This paper describes a system designed to help architecture students in designing three-dimensional objects in a collaborative way. When implementing this system, VRML (Virtual Reality Modeling Language), Java and Javascript are used. This system uses the World Wide Web, which is getting more and more popular in recent years, as the media to transfer information all over the world.

The system allows many users to view three-dimensional objects, change attributes of the objects, discuss and design at the same time. These users can be located in different parts of the world. Each only needs a computer that is connected to the Internet and a web browser that can display VRML objects to use the system. The computer can be any hardware platform running any Operating System.

The objective of this project is to develop a system that can run on any computer hardware and software platform. Without any limitation on hardware and software platform, people from different parts of the world can work collaboratively to design architectural objects.

 

keywords Collaborative Design, VRML
series eCAADe
type normal paper
email
more http://info.tuwien.ac.at/ecaade/proc/yeung1/present/index.htm
last changed 2022/06/07 07:50

_id a8b4
authors Bridges, A.H.
year 1997
title Implications of the Internet for the construction industry
source Automation in Construction 6 (1) (1997) pp. 45-49
summary This paper is an adaptation of a section of the Building IT 2005 multimedia CD-ROM (Building IT 2005, Construction IT Forum, Cambridge, 1995). The paper discusses the implications of network technology for the construction industry. Introductory material about the Internet (and links to interesting resources) is included in the publication cited and a much more extensive guide is available in A.H. Bridges, The Construction Net, E. & FN Spon, London 1996.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 35a1
authors Caneparo, L.
year 1997
title Shared Information System for Urban and Architectural Design
source Coyne, R. Ramscar, M. Lee, J. and Zreik, K. (eds.) Design and the net. Proceedings of the Sixth International EuropIA Conference, Europia Productions, Paris, pp. 39-52
summary This paper briefly describes the implementation of an Internet-intranet information system applied to a large-scale project. The large-scale project is centered on the urban area around the Porta Susa railway station in Turin, Italy. The information system integrates the communicative tools used to facilitate and improve the collaboration between the different actors working on the project and the distributed environment used to elaborate the information across a wide area network. The main factors considered are those which exploit the potentialities of computers and networks for interaction and communication. One result is the possibility of interacting dynamically with the information, re-elaborating and distributing it in progress. The information systems opens different ways of collaboration between the project employees, and extends the participation in the project to the citizens.
series other
email
last changed 2003/04/23 15:14

_id d869
authors Chu, C.-C., Dani, T.H. and Gadh, R.
year 1997
title Multi-sensory user interface for a virtual-reality-based computer-aided design system
source Computer-Aided Design, Vol. 29 (10) (1997) pp. 709-725
summary The generation of geometric shapes called `geometric concept designs' via the multi-sensory user interface of a virtual reality (VR) based system motivates the currentresearch. In this new VR-based system, geometric designs can be more effectively inputted into the computer in a physically intuitive way. The interaction mechanism issimilar to the way in which industrial designers sit and discuss concept design shapes across a table from each other, prior to making a final decision about the productdetails. By using different sensory modalities, such as voice, hand motions and gestures, product designers can convey design ideas through the VR-basedcomputer-aided design (CAD) system. In this scenario, the multi-sensory interface between human and computer plays a central role with respect to usability, usefulnessand accuracy. The current paper focuses on determining the requirements for the multi-sensory user interface and assessing the applications of different input and outputmechanisms in the virtual environment (VE). In order to evaluate this multi-sensory user interface, this paper formulates the typical activities in product shape design intoa set of requirements for the VR-CAD system. On the basis of these requirements, we interviewed typical CAD users about the effectiveness of using different sensoryinput and output interaction mechanisms such as visual, auditory and tactile. According to the results of these investigations, a nodal network of design activity thatdefines the multi-sensory user interface of the VR-CAD system is determined in the current research. The VR-CAD system is still being developed. However, voicecommand input, hand motion input, three-dimensional visual output and auditory output have been successfully integrated into the current system. Moreover, severalmechanical parts have been successfully created through the VR interface. Once designers use the VR-CAD system that we are currently developing, the interfacerequirements determined in the current paper may be verified or refined. The objectives of the current research are to expand the frontiers of product design and establisha new paradigm for the VR-based conceptual shape design system.
keywords Virtual Reality, Multi-Sensory User Interface, Conceptual Shape Design, Sensory Interaction Mechanism
series journal paper
last changed 2003/05/15 21:33

_id 751d
authors Cubero, R., Caldera, N., Indriago, J.A., Camacaro, L., Nixon, M. and Cestary, J.
year 2001
title Georeferenciando revicios y recursos turisticos para la plaificacion territorial: El Sigtur-Zulia [Georeferential Services and Touristic Resources for Territorial Planning: The Sigtur-Zulia]
source 2da Conferencia Venezolana sobre Aplicación de Computadores en Arquitectura, Maracaibo (Venezuela) december 2001, pp. 146-155
summary In 1997, the Research Institute of Faculty of Architecture and Design, University of Zulia, started the R&D project of a decision making support system for tourism planning. For this, GIS technologies have been used for geocodification and spatial analysis of all the tourism facilities and resources existing in Zulia State, studying this kind of socioeconomic development according to critical poverty problems that are typical of their population. This paper describes this geographic information system, with the application of accessibility analysis, areas of influence, and threedimensional studies through network analysisó three-dimensional analysis with ArcView GIS clients, ArcExplorer clients, and MapObjects clients, on an MS Windows NT client/server environment.
keywords GIS; Tourism Planning; Internet; Desktop Mapping
series other
email
last changed 2003/02/14 08:29

_id 673a
authors Fukuda, T., Nagahama, R. and Sasada, T.
year 1997
title Networked Interactive 3-D design System for Collaboration
doi https://doi.org/10.52842/conf.caadria.1997.429
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 429-437
summary The concept of ODE (Open Design Environment) and corresponding system were presented in 1991. Then the new concept of NODE. which is networked version of ODE. was generated to make wide area collaboration in 1994. The aim of our research is to facilitate the collaboration among the various people involved in the design process of an urban or architectural project. This includes various designers and engineers, the client and the citizens who may be affected by such a project. With the new technologies of hyper medium, network, and component architecture, we have developed NODE system and applied in practical use of the collaboration among the various people. This study emphasizes the interactive 3-D design tool of NODE which is able to make realistic and realtime presentation with interactive interface. In recent years, ProjectFolder of NODE system, which is a case including documents, plans, and tools to proceed project., is created in the World Wide Web (WWW) and makes hyper links between a 3-D object and a text, an image. and other digital data.
series CAADRIA
email
last changed 2022/06/07 07:50

_id 8c7b
authors Hellgardt, Michael, Klinkenbijl, Wouter and Kundu, Sourav
year 1997
title Objective casualty - an experiment with recognition and emergence in design practice
source AVOCAAD First International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-01-09] Brussels (Belgium) 10-12 April 1997, pp. 199-211
summary Experimentation with an algorithm in practice is presented. Pattern recognition and emergence is controlled through user dialog in this experiment. The next step is to teach the machine to clone human perceptional performances involved with that. Some basic experi- mentation in this field, which is partially inspired by Hofstadters more recent work, is reported. The transcription of the algorithm applied in practice into an ATN (Augmented Transition Network) to be evaluated exhaustively or by means of directed search is presented. Finally problems of connections between the formalisms presented and commercial software are discussed.
series AVOCAAD
last changed 2005/09/09 10:48

_id 641c
authors Howe, A. Scott
year 1997
title A Network-based Kit-of-parts Virtual Building System
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 691-706
summary This paper describes an experimental browser / modeler which will allow the user to collect and assemble virtual kit-of-parts components from "component libraries" located on the Internet (such as manufacturer's databases) and assemble them into a virtual representation of a building. The fully assembled virtual building will provide a basis for ordering and manufacturing actual components and preparing for construction. The browser will allow the designer to affect a limited degree of remote fabrication at real manufacturing facilities, and facilitate eventual interface with built in sensors and actuators. The browser will manipulate and display interactive three dimensional objects using Virtual Reality Modeling Language (VRML). Upon assembly, actual components will have sensors built into them for providing data about the real building, which could be viewed during a walkthrough of the virtual building by clicking on parts of the model. The virtual building will work as a remote facility management tool for monitoring or controlling various architectural devices attached to the real building (such as electrically driven louvers, HVAC systems, appliances, etc.).
series CAAD Futures
email
last changed 1999/04/06 09:19

_id e835
authors Kaga, A. and Sasada, T. (et al).
year 1997
title City information Visualizer Using 3-D model and Computer Graphics
source Proceedings of the 20th Symposium on Computer Technology of Information, Systems and Applications (AIJ), pp. 205-210
summary 3-D models and computer graphics with its visual characteristics enables easier understanding of various information. Up until now 3-D models and computer graphics has not been used for the analysis of city information due to its high cost and the need for special techniques. Currently, we have discovered new technology in hyper medium based on network technology and lower costs. This paper focuses on the construction of an interactive and visual 3-D city information system, aiming at the 'idea processor' for research and analysis of city planning and market research. We have discovered the requirements necessary for the City Information Visualizer system. Using this technology we will construct the prototype system of the 3-D City Information Visualizer. This system is based on the personal computer and the Client/Server system. The system is then applied to practical city analysis. This paper presents the prototype system and its evaluation in a real project.
series other
last changed 2003/04/23 15:50

_id 24f4
authors Kaga, A., Comair, C. and Sasada, T.
year 1997
title Collaborative Design System with Network Technologies
doi https://doi.org/10.52842/conf.caadria.1997.187
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 187-196
summary During the past ten years at the Sasada Lab of Osaka University has been using computer graphics for presentation, design review and design for practical architectural design projects. Our laboratory is interested in "collaborative design” with designers, clients and citizen. We discovered that there are two major problems, initiatives and timing, and have found new solutions using network technologies. This method have solved these problems, but we have found major problems in "collaborative design” that occur the during many practical architectural design projects. This paper presents these problems and some of the solutions and research that our group has accomplished, or is pursuing in the field of "collaborative design”, using some of the latest technologies in hyper-medium and networking. This paper presents the requirements for Collaborative Design System, the new technologies and the thought of system architecture, the prototype system in practical design project, and the evaluation of prototype system.
series CAADRIA
email
last changed 2022/06/07 07:52

_id 0bc0
authors Kellett, R., Brown, G.Z., Dietrich, K., Girling, C., Duncan, J., Larsen, K. and Hendrickson, E.
year 1997
title THE ELEMENTS OF DESIGN INFORMATION FOR PARTICIPATION IN NEIGHBORHOOD-SCALE PLANNING
doi https://doi.org/10.52842/conf.acadia.1997.295
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 295-304
summary Neighborhood scale planning and design in many communities has been evolving from a rule-based process of prescriptive codes and regulation toward a principle- and performance-based process of negotiated priorities and agreements. Much of this negotiation takes place in highly focused and interactive workshop or 'charrette' settings, the best of which are characterized by a fluid and lively exchange of ideas, images and agendas among a diverse mix of citizens, land owners, developers, consultants and public officials. Crucial to the quality and effectiveness of the exchange are techniques and tools that facilitate a greater degree of understanding, communication and collaboration among these participants.

Digital media have a significant and strategic role to play toward this end. Of particular value are representational strategies that help disentangle issues, clarify alternatives and evaluate consequences of very complex and often emotional issues of land use, planning and design. This paper reports on the ELEMENTS OF NEIGHBORHOOD, a prototype 'electronic notebook' (relational database) tool developed to bring design information and example 'to the table' of a public workshop. Elements are examples of the building blocks of neighborhood (open spaces, housing, commercial, industrial, civic and network land uses) derived from built examples, and illustrated with graphic, narrative and numeric representations relevant to planning, design, energy, environmental and economic performance. Quantitative data associated with the elements can be linked to Geographic Information based maps and spreadsheet based-evaluation models.

series ACADIA
type normal paper
email
last changed 2022/06/07 07:52

_id cc90
authors Kolarevic, Branko
year 1998
title CAD@HKU
doi https://doi.org/10.52842/conf.acadia.1998.016
source ACADIA Quarterly, vol. 17, no. 4, pp. 16-17
summary Since 1993, we have experimented with Virtual Design Studios (VDS) as an on-going research project that investigates the combination of current computer-aided design (CAD), computer networks (Internet), and computer supported collaborative work (CSCW) techniques to bring together studentsat geographically distributed locations to work in a virtual atelier. In 1993 the theme of the first joint VDS project was in-fill housing for the traditional Chinese walled village of Kat Hing Wai in the New Territories north of Hong Kong, and our partners included MIT and Harvard in Boston (USA), UBC in Vancouver (Canada), and Washington University in St. Louis (USA). In 1994 we were joined by Cornell (USA) and Escola Tecnica Superior d’Arquitectura de Barcelona (Spain) to re-design Li Long housing in Shanghai, and 1995 added the Warsaw Institute of Technology (Poland) for the ACSA/Dupont competition to design a Center for Cultural and Religious Studies in Japan. The 1996 topic was an international competition to design a monument located in Hong Kong to commemorate the return of Hong Kong to Chinese sovereignty in 1997. Communication was via e-mail, the WorldWide Web with limited attempts at VRML, and network video. Several teaching and research experiments conducted through these projects have demonstrated the viability and potential of using electronic, telecommunications, and videoconferencing technologies in collaborative design processes. Results of these VDS have been presented at conferences worldwide, explained in journal papers and published in Virtual Design Studio, edited by J. Wojtowicz, published by HKU Press.
series ACADIA
email
last changed 2022/06/07 07:51

_id aecc
authors Kosco, Igor
year 1997
title CAAD and Network Technologies - Reflexions From Education and Practice.
doi https://doi.org/10.52842/conf.ecaade.1997.x.x2j
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
summary New technologies like Computer Aided Design and network facilities are affecting the building procurement, design and construction processes very rapidly. Network technologies are giving us a variety of possibilities : quick and simple access to information, quick and easy communication, exchange of datas in different formats ( texts, data, drawings, images, animations, hypertext or multimedia products, etc.) or access to differently located computer and work on it. As the result the communication or collaboration in a design and construction process and management could be used not only at the Level 1. (in one office), Level 2. (between different offices) or Level 3. (different participants and users) but, what is more important, between geographically dispersed members of design and construction teams (dispersed offices or communities in different places, towns, regions, countries or even continents). There are a lot of advantages : quick and easy communication and exchange of information, free choice of a team, easy revisions of a documentation, collaborative work on the same drawings, costs savings in travelling, issuing, copying and shipping of a documentation and finally possible use of the cheaper labour or more skilled professionals in a different region or country.
keywords Remote Communication, Collaboration, Internet, Network,Videoconference, Architectural Design, Project Management
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/kosco/kosco.htm
last changed 2022/06/07 07:50

_id 789d
authors Kvan, Th., West, R. and Vera, A.
year 1997
title Tools for a Virtual Design Community
source Preprints Formal Aspects of Collaborative CAD, ed. M. L. Maher, J. S. Gero & F. Sudweeks, Sydney: Key Centre of Design Computing, Department of Architectural and Design Science, University of Sydney, pp. 109-123
summary This paper proposes a methodology to evaluate the effects of computer-mediated communication on collaboratively solving design problems. When setting up a virtual design community; choices must be made between a variety of tools; choices dictated by budget; bandwidth; ability and availability. How do you choose between the tools; which is useful and how will each affect the outcome of the design exchanges you plan? A commonly used method is to analyze the work done and to identify tools which support this type of work. In general; research on the effects of computer-mediation on collaborative work has concentrated mainly on social-psychological factors such as deindividuation and attitude polarization; and used qualitative methods. In contrast; we propose to examine the process of collaboration itself; focusing on separating those component processes which primarily involve individual work from those that involve genuine interaction. Extending the cognitive metaphor of the brain as a computer; we view collaboration in terms of a network process; and examine issues of control; coordination; and delegation to separate sub-processors. Through this methodology we attempt to separate the individual problem-solving component from the larger process of collaboration.
keywords CSCW; Group Work; Design; Expertise; Collaboration; Novice
series other
email
last changed 2002/11/15 18:29

_id 91ea
authors Liu, J.
year 1997
title Quality prediction for concrete manufacturing
source Automation in Construction 5 (6) (1997) pp. 491-499
summary The problem of extracting information from several sources of information is a very important issue in intelligent systems. In the field of manufacturing concrete--one of the most common construction materials--in Hong Kong, this problem is quite common. There is no direct formulation of concrete mix for specified properties, and all of the mixes are designed by experience and subject to quality inconsistency due to many possible mixing variations. This paper describes an application of neural network techniques to the acquisition of qualitative knowledge during the production of concrete. It shows the capabilities of the developed model for the analysis and representation of production data and prediction of the quality of concrete under different mixing formulations. The simulation results indicate that the neural network's prediction is generally superior to those of conventional methods which often require time-consuming trial mixes for verifying the specified properties before mass production for use.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

For more results click below:

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