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 487

_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 75a8
authors Achten, Henri H.
year 1997
title Generic representations : an approach for modelling procedural and declarative knowledge of building types in architectural design
source Eindhoven University of Technology
summary The building type is a knowledge structure that is recognised as an important element in the architectural design process. For an architect, the type provides information about norms, layout, appearance, etc. of the kind of building that is being designed. Questions that seem unresolved about (computational) approaches to building types are the relationship between the many kinds of instances that are generally recognised as belonging to a particular building type, the way a type can deal with varying briefs (or with mixed use), and how a type can accommodate different sites. Approaches that aim to model building types as data structures of interrelated variables (so-called ‘prototypes’) face problems clarifying these questions. The research work at hand proposes to investigate the role of knowledge associated with building types in the design process. Knowledge of the building type must be represented during the design process. Therefore, it is necessary to find a representation which supports design decisions, supports the changes and transformations of the design during the design process, encompasses knowledge of the design task, and which relates to the way architects design. It is proposed in the research work that graphic representations can be used as a medium to encode knowledge of the building type. This is possible if they consistently encode the things they represent; if their knowledge content can be derived, and if they are versatile enough to support a design process of a building belonging to a type. A graphic representation consists of graphic entities such as vertices, lines, planes, shapes, symbols, etc. Establishing a graphic representation implies making design decisions with respect to these entities. Therefore it is necessary to identify the elements of the graphic representation that play a role in decision making. An approach based on the concept of ‘graphic units’ is developed. A graphic unit is a particular set of graphic entities that has some constant meaning. Examples are: zone, circulation scheme, axial system, and contour. Each graphic unit implies a particular kind of design decision (e.g. functional areas, system of circulation, spatial organisation, and layout of the building). By differentiating between appearance and meaning, it is possible to define the graphic unit relatively shape-independent. If a number of graphic representations have the same graphic units, they deal with the same kind of design decisions. Graphic representations that have such a specifically defined knowledge content are called ‘generic representations.’ An analysis of over 220 graphic representations in the literature on architecture results in 24 graphic units and 50 generic representations. For each generic representation the design decisions are identified. These decisions are informed by the nature of the design task at hand. If the design task is a building belonging to a building type, then knowledge of the building type is required. In a single generic representation knowledge of norms, rules, and principles associated with the building type are used. Therefore, a single generic representation encodes declarative knowledge of the building type. A sequence of generic representations encodes a series of design decisions which are informed by the design task. If the design task is a building type, then procedural knowledge of the building type is used. By means of the graphic unit and generic representation, it is possible to identify a number of relations that determine sequences of generic representations. These relations are: additional graphic units, themes of generic representations, and successive graphic units. Additional graphic units defines subsequent generic representations by adding a new graphic unit. Themes of generic representations defines groups of generic representations that deal with the same kind of design decisions. Successive graphic units defines preconditions for subsequent or previous generic representations. On the basis of themes it is possible to define six general sequences of generic representations. On the basis of additional and successive graphic units it is possible to define sequences of generic representations in themes. On the basis of these sequences, one particular sequence of 23 generic representations is defined. The particular sequence of generic representations structures the decision process of a building type. In order to test this assertion, the particular sequence is applied to the office building type. For each generic representation, it is possible to establish a graphic representation that follows the definition of the graphic units and to apply the required statements from the office building knowledge base. The application results in a sequence of graphic representations that particularises an office building design. Implementation of seven generic representations in a computer aided design system demonstrates the use of generic representations for design support. The set is large enough to provide additional weight to the conclusion that generic representations map declarative and procedural knowledge of the building type.
series thesis:PhD
email
more http://alexandria.tue.nl/extra2/9703788.pdf
last changed 2003/11/21 15:15

_id eea1
authors Achten, Henri
year 1997
title Generic Representations - Typical Design without the Use of Types
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 117-133
summary The building type is a (knowledge) structure that is both recognised as a constitutive cognitive element of human thought and as a constitutive computational element in CAAD systems. Questions that seem unresolved up to now about computational approaches to building types are the relationship between the various instances that are generally recognised as belonging to a particular building type, the way a type can deal with varying briefs (or with mixed functional use), and how a type can accommodate different sites. Approaches that aim to model building types as data structures of interrelated variables (so-called 'prototypes') face problems clarifying these questions. It is proposed in this research not to focus on a definition of 'type,' but rather to investigate the role of knowledge connected to building types in the design process. The basic proposition is that the graphic representations used to represent the state of the design object throughout the design process can be used as a medium to encode knowledge of the building type. This proposition claims that graphic representations consistently encode the things they represent, that it is possible to derive the knowledge content of graphic representations, and that there is enough diversity within graphic representations to support a design process of a building belonging to a type. In order to substantiate these claims, it is necessary to analyse graphic representations. In the research work, an approach based on the notion of 'graphic units' is developed. The graphic unit is defined and the analysis of graphic representations on the basis of the graphic unit is demonstrated. This analysis brings forward the knowledge content of single graphic representations. Such knowledge content is declarative knowledge. The graphic unit also provides the means to articulate the transition from one graphic representation to another graphic representation. Such transitions encode procedural knowledge. The principles of a sequence of generic representations are discussed and it is demonstrated how a particular type - the office building type - is implemented in the theoretical work. Computational work on implementation part of a sequence of generic representations of the office building type is discussed. The paper ends with a summary and future work.
series CAAD Futures
email
last changed 2003/11/21 15:15

_id 060b
authors Af Klercker, J.
year 1997
title A National Strategy for CAAD and IT-Implementation in the Construction Industry the Construction Industry
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.o8u
summary The objective of this paper is to present a strategy for implementation of CAD and IT in the construction and building management#1 industry in Sweden. The interest is in how to make the best use of the limited resources in a small country or region, cooperating internationally and at the same time avoiding to be totally dominated by the great international actors in the market of information technology.

In Sweden representatives from the construction and building management industry have put forward a research and development program called: "IT-Bygg#2 2002 - Implementation". It aims at making IT the vehicle for decreasing the building costs and at the same time getting better quality and efficiency out of the industry.

The presented strategy is based on a seminar with some of the most experienced researchers, developers and practitioners of CAD in Sweden. The activities were recorded and annotated, analyzed and put together afterwards.

The proposal in brief is that object oriented distributed CAD is to be used in the long perspective. It will need to be based on international standards such as STEP and it will take at least another 5 years to get established.

Meanwhile something temporary has to be used. Pragmatically a "de facto standard" on formats has to be accepted and implemented. To support new users of IT all software in use in the country will be analyzed, described and published for a national platform for IT-communication within the construction industry.

Finally the question is discussed "How can architect schools then contribute to IT being implemented within the housing sector at a regional or national level?" Some ideas are presented: Creating the good example, better support for the customer, sharing the holistic concept of the project with all actors, taking part in an integrated education process and international collaboration like AVOCAAD and ECAADE.

 

keywords CAAD, IT, Implementation, Education, Collaboration
series eCAADe
type normal paper
email
more http://info.tuwien.ac.at/ecaade/proc/afklerck/afklerck.htm
last changed 2022/06/07 07:50

_id debf
authors Bertol, D.
year 1997
title Designing Digital Space - An Architect's Guide to Virtual Reality
source John Wiley & Sons, New York
summary The first in-depth book on virtual reality (VR) aimed specifically at architecture and design professionals, Designing Digital Space steers you skillfully through the learning curve of this exciting new technology. Beginning with a historical overview of the evolution of architectural representations, this unique resource explains what VR is, how it is being applied today, and how it promises to revolutionize not only the design process, but the form and function of the built environment itself. Vividly illustrating how VR fits alongside traditional methods of architectural representation, this comprehensive guide prepares you to make optimum practical use of this powerful interactive tool, and embrace the new role of the architect in a virtually designed world. Offers in-depth coverage of the virtual universe-data representation and information management, static and dynamic worlds, tracking and visual display systems, control devices, and more. Examines a wide range of current VR architectural applications, from walkthroughs, simulations, and evaluations to reconstructions and networked environments Includes insightful essays by leading VR developers covering some of today's most innovative projects Integrates VR into the historical framework of architectural development, with detailed sections on the past, present, and future Features a dazzling array of virtual world images and sequential displays Explores the potential impact of digital architecture on the built environment of the future
series other
last changed 2003/04/23 15:14

_id 0024
authors Breen, J. and Dijk, T. van
year 1997
title Modelling for eye level composition; design media experiments in an educational setting.
source Architectural and Urban Simulation Techniques in Research and Education [Proceedings of the 3rd European Architectural Endoscopy Association Conference / ISBN 90-407-1669-2]
summary In order to simulate the visual effects of designs at eye level, it is necessary to construct models from which (sequences of) images can be taken. This holds true for both Optical Endoscopy and Computer Aided Visualisation techniques. In what ways can an eye level approach stimulate spatial awareness and create insights into the workings of a design concept? Can Endoscopic methods be used effectively as a creative environment for design decision-making and teamwork and even to stimulate the generation of new design ideas? How should modelmaking be considered if it is to be of use in an ‘impatient’ design process, and how can students be made aware of the opportunities of both direct eye level observations from design models and of the more sophisticated endoscopic imaging techniques? This paper explores the theme of eye level modelling by focusing on a number of formal exercises and educational experiments carried out by the Delft Media group in recent years. An attempt is made to describe and evaluate these experiences, in order to draw conclusions and to signal possible new opportunities for eye level composition for the benefit of both design education and practice...
keywords Architectural Endoscopy, Endoscopy, Simulation, Visualisation, Visualization, Real Environments
series EAEA
email
more http://www.bk.tudelft.nl/media/eaea/eaea97.html
last changed 2005/09/09 10:43

_id e292
authors Charitos, D. and Bridges, A.H.
year 1997
title On Architectural Design of Virtual Environments
source Design Studies, Vol.18, No. 2, 143-154
summary This paper considers the domains of architectural design and film theory for the purpose of informing the design of virtual environments (VEs). It is suggested that these domains may form a background for the consideration of possible metaphors for the design of VEs. Firstly, the paper investigates the relation between architecture and virtual reality technology, through the nature of drawings and virtual environments as means of representing three-dimensional spaces. Then, differences between VEs and physical environments (PEs) are identified for the purpose of understanding the intrinsic nature of VEs, by comparing them to our familiar everyday spatial experience. This step is considered essential in helping us understand how we might be able to develop an architectural conception of designing spaces, in the context of VEs. The paper then presents two directions towards informing VE design by means of theoretical and practical architectural design knowledge. Finally, the use of film-related studies is considered as a means of enhancing our conception of time and movement in VEs.
series journal paper
email
last changed 2003/04/23 15:50

_id maver_107
id maver_107
authors Chen, Yan and Maver, Tom W.
year 1997
title Integrating Design Tools within a Human Collaborative Working Context
source International Journal of Construction IT, Vol5, No 2, pp 35-53
summary Integrating design tools has been an important research subject. The work to be reported in this paper differs from many previous efforts in that it not only tackles tool-tool interoperation, but also does so within a human collaborative working context We suggest that design integration support should include not only tool interoperability, but also mechanisms for co-ordinate and control the tool use. We also argue that the higher-level management support should include not only formalised and automated mechanisms, but also semi-automated and even informal mechanisms for human designers to directly interact with each other. Within a collaborative working framework, we'll present a hybrid architecture for tool integration, in which the human designers and the design tools are assumed to be distributed while the management is centralised. In this approach, each design tool is wrapped as an autonomous service provider with its own data store; thus the project design data is physically distributed with the design tools. A meta-data augmented product model, which populates a central meta-data repository serving as a "map" for locating the distributed design objects, is devised to provide a common vocabulary for communications and to assist the management of the distributed resources and activities. A design object broker is used to mediate among the distributed tools, and the central meta-data repository. The reported work has been part of a collaborative design system called virtual studio environment We'll illustrate how the integrated design tools might be used in human design work within the virtual studio environment.
series other
email
last changed 2003/09/03 15:36

_id c1ad
authors Cheng, Nancy Yen-wen
year 1997
title Teaching CAD with Language Learning Methods
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 173-188
doi https://doi.org/10.52842/conf.acadia.1997.173
summary By looking at computer aided design as design communication we can use pedagogical methods from the well-developed discipline of language learning. Language learning breaks down a complex field into attainable steps, showing how learning strategies and attitudes can enhance mastery. Balancing the linguistic emphases of organizational analysis, communicative intent and contextual application can address different learning styles. Guiding students in learning approaches from language study will equip them to deal with constantly changing technology.

From overall curriculum planning to specific exercises, language study provides a model for building a learner-centered education. Educating students about the learning process, such as the variety of metacognitive, cognitive and social/affective strategies can improve learning. At an introductory level, providing a conceptual framework and enhancing resource-finding, brainstorming and coping abilities can lead to threshold competence. Using kit-of-parts problems helps students to focus on technique and content in successive steps, with mimetic and generative work appealing to different learning styles.

Practicing learning strategies on realistic projects hones the ability to connect concepts to actual situations, drawing on resource-usage, task management, and problem management skills. Including collaborative aspects in these projects provides the motivation of a real audience and while linking academic study to practical concerns. Examples from architectural education illustrate how the approach can be implemented.

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

_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 7ebf
authors Clark, G. and Mehta, P.
year 1997
title Artificial intelligence and networking in integrated building management systems
source Automation in Construction 6 (5-6) (1997) pp. 481-498
summary In recent years the emphasis has moved towards integrating all a building's systems via centralised building management systems (BMS). To provide a more intelligent approach to the facility management, safety and energy control in building management systems (IBMS), this paper proposes a methodology for integrating the data within a BMS via a single multi-media networking technology and providing the BMS with artificial intelligence (AI) through the use of knowledge-based systems (KBS) technology. By means of artificial intelligence, the system is capable of assessing, diagnosing and suggesting the best solution. This paper outlines how AI techniques can enhance the control of HVAC systems for occupant comfort and efficient running costs based on occupancy prediction. Also load control and load balancing are investigated. Instead of just using pre-programmed load priorities, this work has investigated the use of a dynamic system of priorities which are based on many factors such as area usage, occupancy, time of day and real time environmental conditions. This control strategy which is based on a set of rules running on the central control system, makes use of information gathered from outstations throughout the building and communicated via the building's data-bus.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 460e
authors Dannettel, Mark E
year 1997
title Interactive Multimedia Design: Operational Structures and Intuitive Environments for CD-ROM
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. 415-427
doi https://doi.org/10.52842/conf.caadria.1997.415
summary This paper presents practical design concepts for the production of CD-ROMs or on-line media projects which are intended for scholastic and professional use. It is based on the experience and knowledge which has been gained while developing a multimedia package here at the Department of Architecture at CUHK. The package deals exclusively with the technical issue of vertical transportation in buildings, and is intended to be used as a design tool in professional offices, as well as in classroom settings. The required research and production for the development of the structures, formats, and interfaces of this project, along with the consequential evaluation and revision of this work, has led to a greater understanding of appropriate applications for interactive interactive multimedia designs. Specially, the paper addresses the fundamental issues of ‘user-format’, and a distinction is made between applications which operate as ‘tools’ and those which operate as ‘resources’. Descriptions are provided for both types of operational formats, and suggestions are made as to how one might decided which format would be appropriate for a specific project. Briefly, resource produces imply that a user actively pursues information in a relatively static environment, while tool procedures imply that a user works jointly with the software to process information and arrive at a unique output. This distinction between the two formats is mostly grounded in the design of the structure and user-interface, and thus the point is made that the material content of the application does not necessarily imply a mandatory use of either format. In light of this observation that an application’s format relies on the appropriateness of operational procedures, rather than on its material content, further discussions of the implications of such procedures (using a ‘resource’ vs. using a ‘tool’) are provided.
series CAADRIA
email
last changed 2022/06/07 07:55

_id ddss9829
id ddss9829
authors De Hoog, J., Hendriks, N.A. and Rutten, P.G.S.
year 1998
title Evaluating Office Buildings with MOLCA(Model for Office Life Cycle Assessment)
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary MOLCA (Model for Office Life Cycle Assessment) is a project that aims to develop a tool that enables designers and builders to evaluate the environmental impact of their designs (of office buildings) from a environmental point of view. The model used is based on guidelinesgiven by ISO 14000, using the so-called Life Cycle Assessment (LCA) method. The MOLCA project started in 1997 and will be finished in 2001 resulting in the aforementioned tool. MOLCA is a module within broader research conducted at the Eindhoven University of Technology aiming to reduce design risks to a minimum in the early design stages.Since the MOLCA project started two major case-studies have been carried out. One into the difference in environmental load caused by using concrete and steel roof systems respectively and the role of recycling. The second study focused on biases in LCA data and how to handle them. For the simulations a computer-model named SimaPro was used, using the world-wide accepted method developed by CML (Centre for the Environment, Leiden, the Netherlands). With this model different life-cycle scenarios were studied and evaluated. Based on those two case studies and a third one into an office area, a first model has been developed.Bottle-neck in this field of study is estimating average recycling and re-use percentages of the total flow of material waste in the building sector and collecting reliable process data. Another problem within LCA studies is estimating the reliability of the input data and modelling uncertainties. All these topics will be subject of further analysis.
keywords Life-Cycle Assessment, Office Buildings, Uncertainties in LCA
series DDSS
last changed 2003/08/07 16:36

_id c906
authors Ekholm, Anders and Fridqvist, Sverker
year 1997
title Design and Modelling in a Computer Integrated Construction Process - The BAS-CAAD Project
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 501-518
summary A new approach to product modelling in a design context is proposed. CAD-software must not only enable product modelling, but must also support product design. This is not fully achieved in the traditional 'enumerative' approach to product modelling. We discuss how product design and modelling can be based on a facetted' approach to information modelling, and how a data model that supports the design process can be based on a framework for system information. The background for our research is the current development in the construction industry towards a computer integrated construction process. A first prerequisite for this is the use of computer based models. Another prerequisite is that CAD-software can support the design of the results of the construction process, including construction works, user organisations, and the production and facility management processes. A third prerequisite is that computer based models are built with standardised concepts and terminology to enable exchange of information between different actors and computer systems during different stages of the construction process. Principles for organising frameworks for user organisation and construction works information are presented in an appendix.
series CAAD Futures
email
last changed 1999/04/06 09:19

_id acadia18_226
id acadia18_226
authors Glynn, Ruairi; Abramovic, Vasilija; Overvelde, Johannes T. B.
year 2018
title Edge of Chaos. Towards intelligent architecture through distributed control systems based on Cellular Automata.
source ACADIA // 2018: Recalibration. On imprecisionand infidelity. [Proceedings of the 38th Annual Conference of the Association for Computer Aided Design in Architecture (ACADIA) ISBN 978-0-692-17729-7] Mexico City, Mexico 18-20 October, 2018, pp. 226-231
doi https://doi.org/10.52842/conf.acadia.2018.226
summary From the “Edge of Chaos”, a mathematical space discovered by computer scientist Christopher Langton (1997), compelling behaviors originate that exhibit both degrees of organization and instability creating a continuous dance between order and chaos. This paper presents a project intended to make this complex theory tangible through an interactive installation based on metamaterial research which demonstrates emergent behavior using Cellular Automata (CA) techniques, illustrated through sound, light and motion. We present a multi-sensory narrative approach that encourages playful exploration and contemplation on perhaps the biggest questions of how life could emerge from the disorder of the universe.

We argue a way of creating intelligent architecture, not through classical Artificial Intelligence (AI), but rather through Artificial Life (ALife), embracing the aesthetic emergent possibilities that can spontaneously arise from this approach. In order to make these ideas of emergent life more tangible we present this paper in four integrated parts, namely: narrative, material, hardware and computation. The Edge of Chaos installation is an explicit realization of creating emergent systems and translating them into an architectural design. Our results demonstrate the effectiveness of a custom CA for maximizing aesthetic impact while minimizing the live time of architectural kinetic elements.

keywords work in progress, complexity, responsive architecture, distributed computing, emergence, installation, interactive architecture, cellular automata
series ACADIA
type paper
email
last changed 2022/06/07 07:51

_id 4df8
authors Hanna, R., Barber T. and Qaqish, R.
year 1997
title Computers as the Sole Design Tool: The Mackintosh Experiment
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.j8r
summary This paper reports on the findings of an empirical investigation into the use of the computer as the only design media in solving a design problem. Several 1st and 2nd year students took part in a two week experiment on the use of a CAD programme, AutoCAD 13 and AEC 5.0, to design a studio for a graphic designer.

Prior to the experiment an extensive literature search was carried out to explore the relationship between the design process, visual thinking, conventional sketching (interactive imagery) and Computer Aided Design. Out of this search a number of design variables were identified, developed and then tested through a series of observations and interviews with the students while they were engaged in the design of the Graphic Designer’s Studio. Questionnaires were also administered to students to explore their views on issues including, using CAD instead of conventional tools, design areas where CAD is most effective, and how CAD can improve design skills.

series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/hanna/hanna.htm
last changed 2022/06/07 07:50

_id 53ad
authors Huang, Jeffrey
year 1997
title Interorganizational Systems in Design
source Harvard University, Graduate School of Design
summary This thesis employs recent developments in coordination theory to analyze and map the coordination processes among participating firms in building design. The process model enables an understanding of the activities and dependencies in the collaborative design process, based on which potential implications of Interorganizational Information Systems (IOS), such as concurrent design platforms, vertical information links and electronic marketplaces, can be understood and critically assessed. Part One defines the parameters of the research, and contrasts the implementation of IOS in the aerospace, automobile and consulting industry to the state of practice in the building design industry. From the comparison, the need for fundamentally rethinking and redesigning the building design process is derived. Part Two describes how this can be accomplished by making the coordination processes in building design explicit. The building design process is decomposed into its core activities and dependencies, and new ways of recomposing the processes are identified which use alternative coordination mechanisms facilitated by IOS. Part Three describes the implications of the process model. Suggestions for appropriate IOS are made, and evidence of IOS applications in design is given in the analysis of four field studies, and in an example redesign of a design process.
series thesis:PhD
email
last changed 2003/02/12 22:37

_id 895d
authors Liou, S.-R., Vakalo, E.-G. and Chang, K.-C.
year 1997
title An Experiment on Hybrid Architectural Form-Making
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 837-842
summary This paper illustrates an approach to hybrid architectural form-making. A hypothetical project - the Des Moines Art Center 3rd Addition - is employed as a design experiment. The computer is used as a form-searching medium in the form-making process. Suggesting an addition to the existing center designed by Saarinen, Pei, and Meier, the designer is confronting the problem of how to respond to the three distinct architectural styles. The proposed solution to this problem is to create a hybrid building which inherits architectural properties from those precedents. Potentials of the use of the computer for such task are discussed.
series CAAD Futures
email
last changed 1999/04/06 09:19

_id cc51
authors Schnier, T. and Gero, J.S
year 1997
title Dominant and recessive genes in evolutionary systems applied to spatial reasoning
source A. Sattar (Ed.), Advanced Topics in Artificial Intelligence: 10th Australian Joint Conference on Artificial Intelligence AI97 Proceedings, Springer, Heidelberg, pp. 127-136
summary Learning genetic representation has been shown to be a useful tool in evolutionary computation. It can reduce the time required to find solutions and it allows the search process to be biased towards more desirable solutions. Learn-ing genetic representation involves the bottom-up creation of evolved genes from either original (basic) genes or from other evolved genes and the introduction of those into the population. The evolved genes effectively protect combinations of genes that have been found useful from being disturbed by the genetic operations (cross-over, mutation). However, this protection can rapidly lead to situations where evolved genes in-terlock in such a way that few or no genetic operations are possible on some genotypes. To prevent the interlocking previous implementations only allow the creation of evolved genes from genes that are direct neighbours on the genotype and therefore form continuous blocks. In this paper it is shown that the notion of dominant and recessive genes can be used to remove this limitation. Using more than one gene at a single location makes it possible to construct genetic operations that can separate interlocking evolved genes. This allows the use of non-continuous evolved genes with only minimal violations of the protection of evolved genes from those operations. As an example, this paper shows how evolved genes with dominant and re-cessive genes can be used to learn features from a set of Mondrian paintings. The representation can then be used to create new designs that contain features of the examples. The Mondrian paintings can be coded as a tree, where every node represents a rectangle division, with values for direction, position, line-width and colour. The modified evolutionary operations allow the system to cre-ate non-continuous evolved genes, for example associate two divisions with thin lines, without specifying other values. Analysis of the behaviour of the system shows that about one in ten genes is a dominant/recessive gene pair. This shows that while dominant and recessive genes are important to allow the use of non-continuous evolved genes, they do not occur often enough to seriously violate the protection of evolved genes from genetic operations.
keywords Evolutionary Systems, Genetic Representations
series other
email
last changed 2003/04/06 07:24

_id c6e1
authors Smulevich, Gerard
year 1997
title Berlin-Crane City: Cardboard, Bits, and the Post-industrial Design Process
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 139-153
doi https://doi.org/10.52842/conf.acadia.1997.139
summary This paper explores the impact of information technology on the architectural design process as seen through different design studios from three schools of architecture in Southern California over a two year period.

All three studios tested notions of representation, simulation and the design process in relation to a post-industrial world and its impact on how we design for it. The sites for two of these studios were in the city of Berlin, where the spearhead of the information age and a leftover of the industrial revolution overlap in an urban condition that is representative of our world after the cold war. The three studios describe a progressive shift in the use of information technology in the design process, from nearly pure image-driven simulation to a more low-tech, highly creative uses of everyday computing tools. Combined, all three cases describe an array of scenarios for content-supportive uses of digital media in a design studio. The first studio described here, from USC, utilized computer modeling and visualization to design a building for a site located within the former no-mans' land of the Berlin Wall. The second studio, from SCI-Arc, produced an urban design proposal for an area along the former Berlin Wall and included a pan-geographic design collaboration via Internet between SCI-Arc/Los Angeles and SCI-Arc/Switzerland. The third and last studio from Woodbury University participated in the 1997 ACSA/Dupont Laminated Glass Competition designing a consulate general for Germany and one for Hong Kong. They employed a hybrid digital/non-digital process extracting experiential representations from simple chipboard study models and then using that information to explore an "enhanced model" through digital imaging processes.

The end of the cold war was coincidental with the explosive popularization of information technology as a consumer product and is poised to have huge impact on how and what we design for our cities. Few places in world express this potential as does the city of Berlin. These three undergraduate design studios employed consumer-grade technology in an attempt to make a difference in how we design, incorporating discussions of historical change, ideological premise and what it means to be an architect in a world where image and content can become easily disconnected from one another.

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

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