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 490

_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 c204
authors Aleksander Asanowicz
year 1996
title Teaching and Learning - Full Brainwash
doi https://doi.org/10.52842/conf.ecaade.1996.051
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 51-54
summary We often speak of changes in design process due to an application of computers. But in my opinion we more often rather speak of lack of changes. Lets hope that some day we will be able to witness full integrity and compatibility of design process and tools applied in it. Quite possible such an integrity may occur in the cyberspace. Nevertheless before that could happen some changes within the teaching methods at faculties of architecture, where despite great numbers of computer equipment used, the students are still being taught as in the XIX century. In terms of achieved results it proves ineffective because application of chalk and blackboard only will always loose to new media, which allow visual perception of dinosaurs in Jurassic Park. Our civilisation is the iconographic one. And that is why teaching methods are about to change. An application of computer as simply a slide projector seems to be way too expensive. New media demands new process and new process demands new media. Lets hope that could be achieved in cyberspace as being a combination of: classic ways of teaching, hypertext, multimedia, virtual reality and a new teaching methodology (as used in Berlitz English School - full brainwash). At our faculty several years ago we experimentally undertook and applied an Integrated Design Teaching Method. A student during design process of an object simultaneously learnt all aspects and functions of the object being designing i.e.: its structure, piping and wiring, material cost and even historic evolution of its form and function. Unfortunately that concept was too extravagant as for the seventies in our reality. At present due to wide implementation of new media and tools in design process we come to consider reimplementation of IDTM again.
series eCAADe
email
last changed 2022/06/07 07:54

_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 eb51
authors Coyne, Richard
year 1996
title CAAD, Curriculum and Controversy
doi https://doi.org/10.52842/conf.ecaade.1996.121
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 121-130
summary This paper brings some of the debate within educational theory to bear on CAAD teaching, outlining the contributions of conservatism, critical theory, radical hermeneutics and pragmatism. The paper concludes by recommending that CAAD teaching move away from conservative concepts of teaching, design and technology to integrate it into the studio. In a highly illuminating book on education theory, Shaun Gallagher (1991) outlines four current views on education that correspond to four major positions in contemporary social theory and philosophy. I will extend these categories to a consideration of attitudes to information technology, and the teaching of computing in architecture. These four positions are conservatism, critical theory, radical hermeneutics, and pragmatism. I will show how certain issues cluster around them, how each position provides the focus of various discursive practices, or intellectual conversations in contemporary thinking, and how information technology is caught up in those conversations. These four positions are not "cognitive styles," but vigorously argued domains of debate involving writers such as Gadamer, Habermas and Derrida about the theory of interpretation. The field of interpretation is known as hermeneutics, which is concerned less with epistemology and knowledge than with understanding. Interpretation theory applies to reading texts, interpreting the law, and appreciating art, but also to the application of any practical task, such as making art, drawing, defining and solving problems, and design (Coyne and Snodgrass, 1995). Hermeneutics provides a coherent focus for considering many contemporary issues and many domains of practice. I outline what these positions in education mean in terms of CAAD (computer-aided architectural design) in the curriculum.

series eCAADe
email
more http://www.caad.ac.uk/~richard
last changed 2022/06/07 07:56

_id ddssar9608
id ddssar9608
authors Emdanat, S.S. and Vakalo, E.-G.
year 1996
title Shape grammars: a critical review and some thoughts
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary Shape grammars are generative formalisms that produce shapes in specified styles. Little critical work has been done to examine the assumptions that shape grammar researchers make about architectural form and its generation, the methodology they employ, the underlying formalism they use, and consequently the adequacy of this formalism to describe architectural form. After establishing the criteria for evaluating the adequacy of a given generative formalism, this paper applies them to the evaluation of the shape grammar formalism. The paper demonstrates that, in its present state, shape grammar leaves a great deal to be desired in terms of its descriptive power and its generalizability. The paper concludes by exploring some of the desired characteristics for languages of architectural form.
series DDSS
last changed 2003/08/07 16:36

_id ddss2008-02
id ddss2008-02
authors Gonçalves Barros, Ana Paula Borba; Valério Augusto Soares de Medeiros, Paulo Cesar Marques da Silva and Frederico de Holanda
year 2008
title Road hierarchy and speed limits in Brasília/Brazil
source H.J.P. Timmermans, B. de Vries (eds.) 2008, Design & Decision Support Systems in Architecture and Urban Planning, ISBN 978-90-6814-173-3, University of Technology Eindhoven, published on CD
summary This paper aims at exploring the theory of the Social Logic of Space or Space Syntax as a strategy to define parameters of road hierarchy and, if this use is found possible, to establish maximum speeds allowed in the transportation system of Brasília, the capital city of Brazil. Space Syntax – a theory developed by Hillier and Hanson (1984) – incorporates the space topological relationships, considering the city shape and its influence in the distribution of movements within the space. The theory’s axiality method – used in this study – analyses the accessibility to the street network relationships, by means of the system’s integration, one of its explicative variables in terms of copresence, or potential co-existence between the through-passing movements of people and vehicles (Hillier, 1996). One of the most used concepts of Space Syntax in the integration, which represents the potential flow generation in the road axes and is the focus of this paper. It is believed there is a strong correlation between urban space-form configuration and the way flows and movements are distributed in the city, considering nodes articulations and the topological location of segments and streets in the grid (Holanda, 2002; Medeiros, 2006). For urban transportation studies, traffic-related problems are often investigated and simulated by assignment models – well-established in traffic studies. Space Syntax, on the other hand, is a tool with few applications in transport (Barros, 2006; Barros et al, 2007), an area where configurational models are considered to present inconsistencies when used in transportation (cf. Cybis et al, 1996). Although this is true in some cases, it should not be generalized. Therefore, in order to simulate and evaluate Space Syntax for the traffic approach, the city of Brasília was used as a case study. The reason for the choice was the fact the capital of Brazil is a masterpiece of modern urban design and presents a unique urban layout based on an axial grid system considering several express and arterial long roads, each one with 3 to 6 lanes,
keywords Space syntax, road hierarchy
series DDSS
last changed 2008/09/01 17:06

_id ab45
authors Gu, Jingwen
year 1996
title Natural Results from Advances in Computer Techniques - CAAD Teaching in China Yesterday, Today and Tomorrow
doi https://doi.org/10.52842/conf.caadria.1996.021
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 21-26
summary The computer science has been becoming one of the most rapidly developed science areas in the world since 1970s. Many new and powerful solutions to engineering and scientific problems are based on computers. Now the applications and teaching of computer techniques are quickly towards almost all of the fields including architecture and urban planning. Of course, the advances of application of computers in particular fields and teachings are very different for some reasons. CAAD is one of few fields in which the teaching states, teaching ways and level are obviously different from university to university and from one area or country to another. In this paper the history of CAD and CAAD applications in China is first briefly reviewed. Then the CAAD activities including teaching and research work at Tongji University are introduced, and the social, economical, functional, technical and physical factors that have effects on CAAD teaching are discussed. What is currently included in our CAAD program is also discussed. As the further advances in computer technology including both software and hardware, What CAAD will include and in what way CAAD will be taught and the CAAD collaborative research projects will be taken remotely are shown finally.
series CAADRIA
email
last changed 2022/06/07 07:51

_id maver_088
id maver_088
authors Henriques, P., Maver, T. and Retik, A.
year 1996
title Integration of Cost Planning in the Architectural Design of Housing - "CP/CAD Model"
source Application of the Performance Concept in Building (Ed: R Becker), vol 1, 2: 105-114
summary Cost estimation in the initial phases of a project is of great interest to the construction industry. This paper proposes a new way of the integration of an architectural project and its cost estimate so as to optimise the design solutions, according to technical and economic criteria. This work explores the capacity of an elemental cost estimation method for residential buildings, when integrated with Computer Aided Design systems, to increase cost estimate precision during the early stages of design. A Cost Planning and CAD model (CP/CAD) is developed by the integration of a database and a CAD system which provides for the automatic exchange of information relative to the geometric layout of the building, the construction element build-up and the construction costs of the same. Finally the CP/CAD model is tested through the estimation of costs for some theoretical cases and also for a group of one-family houses with similar architectural characteristics. The results show the increased precision and the advantages of the model for cost estimation in the early design stages.
series other
type normal paper
email
last changed 2015/02/20 11:37

_id b6a7
authors Jensen, K.
year 1996
title Coloured Petri Nets: Basic Concepts
source 2nd ed., Springer Verlag, Berlin
summary This book presents a coherent description of the theoretical and practical aspects of Coloured Petri Nets (CP-nets or CPN). It shows how CP-nets have been developed - from being a promising theoretical model to being a full-fledged language for the design, specification, simulation, validation and implementation of large software systems (and other systems in which human beings and/or computers communicate by means of some more or less formal rules). The book contains the formal definition of CP-nets and the mathematical theory behind their analysis methods. However, it has been the intention to write the book in such a way that it also becomes attractive to readers who are more interested in applications than the underlying mathematics. This means that a large part of the book is written in a style which is closer to an engineering textbook (or a users' manual) than it is to a typical textbook in theoretical computer science. The book consists of three separate volumes. The first volume defines the net model (i.e., hierarchical CP-nets) and the basic concepts (e.g., the different behavioural properties such as deadlocks, fairness and home markings). It gives a detailed presentation of many small examples and a brief overview of some industrial applications. It introduces the formal analysis methods. Finally, it contains a description of a set of CPN tools which support the practical use of CP-nets. Most of the material in this volume is application oriented. The purpose of the volume is to teach the reader how to construct CPN models and how to analyse these by means of simulation. The second volume contains a detailed presentation of the theory behind the formal analysis methods - in particular occurrence graphs with equivalence classes and place/transition invariants. It also describes how these analysis methods are supported by computer tools. Parts of this volume are rather theoretical while other parts are application oriented. The purpose of the volume is to teach the reader how to use the formal analysis methods. This will not necessarily require a deep understanding of the underlying mathematical theory (although such knowledge will of course be a help). The third volume contains a detailed description of a selection of industrial applications. The purpose is to document the most important ideas and experiences from the projects - in a way which is useful for readers who do not yet have personal experience with the construction and analysis of large CPN diagrams. Another purpose is to demonstrate the feasibility of using CP-nets and the CPN tools for such projects. Together the three volumes present the theory behind CP-nets, the supporting CPN tools and some of the practical experiences with CP-nets and the tools. In our opinion it is extremely important that these three research areas have been developed simultaneously. The three areas influence each other and none of them could be adequately developed without the other two. As an example, we think it would have been totally impossible to develop the hierarchy concepts of CP-nets without simultaneously having a solid background in the theory of CP-nets, a good idea for a tool to support the hierarchy concepts, and a thorough knowledge of the typical application areas.
series other
last changed 2003/04/23 15:14

_id ddssar9618
id ddssar9618
authors Kanoglu, Alaattin
year 1996
title Application of General Purpose Project Planning & Programming Software for Production Planning & Control in Plants which Produce Prefabricated Building Components
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary The "open systems" in building prefabrication may be qualified more flexible to some extent compared to the closed ones and may use the tools and approaches used in industrial production areas for the es-timation of demand and production. As for the closed systems in particular, it is not possible for these systems to apply this kind of an approach. Their production must be based on absolutely assured de-mands and projects. Because of this, they need detailed projects and assembly schedules for produc-tion. As a result of this, their production modes can be qualified "custom-made" type and production planning functions must provide the demand values from the assembly schedules of contracted pro-jects. The problem can be solved by integrating the work schedules of the sites that are served by fac-tory. Integration of data on a computerized system will be preferable and it is possible to realize the model in two alternative ways. The first is developing a new conceptual model and convert it into a software and the second is developing an approach for customizing general purpose project planning and programming software for using them in production planning. The second solution is studied in the paper following this. The aims of this study are analyzing outstanding general purpose project planning & programming software from the point of view of requirements of production planning function and their customizability; comparing the requirements of the model designed for production planning and capabilities of general purpose planning software and developing the conceptual and practical dimensions and basic principals of the model for using the general purpose planning and programming software for production planning.
series DDSS
last changed 2003/08/07 16:36

_id 2b9a
authors Kvan, Thomas (Ed.)
year 1996
title The Introduction of Technology [CAADRIA ‘96 Conference Proceedings]
doi https://doi.org/10.52842/conf.caadria.1996.
source Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9 / Hong Kong (Hong Kong) 25-27 April 1996, 316 p.
summary Computers have established themselves as indispensable tools in the practice of architecture; there are few practices today which do not have access to computers for some aspects of their work. Similarly, we have seen purchases of systems by almost every school of architecture in the region in the past few years. The pervasive application of the tools in practice and the ease of access to some form of computing in architectural schools poses a challenge to which architectural education has responded.
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:52

_id a026
authors Nagakura, Takehiko
year 1996
title Form Processing: A System for Architectural Design
source Harvard University
summary This thesis introduces a new approach to developing software for formal synthesis in architectural design. It presents theoretical foundations, describes prototype specifications for computable implementation, and illustrates some examples. The approach derives from the observation that architects explore ideas through the use of sequences of drawings. Architects derive each drawing in a sequence from its predecessor by executing some transformation on a portion of the drawing. Thus, a formal design state is established by a sequence of drawings with historical information about their construction through progressive transformations. The proposed system allows an architect to develop a design in three ways. First, a new transformation can be added to a current sequence of drawings. Second, existing sequences can be edited by exchanging their subset sequences. Third, an existing sequence can be revised parametrically by assigning new values to its design variables. The system implements scripts that specify categories of shapes and transformations between any two shape categories. When an instance of a shape category is found in a design, a transformation can replace it with an instance of another shape category. Recursive application of a given set of transformations to an initial shape instance produces a sequence of drawings that represents a formal design state. The system encodes this formal design state as an assembly of all the shape instances used and their relationships (nesting, emergent and replacement). Furthermore, this assembly, called a construction graph, allows the existing sequences to be edited efficiently by exchanging subsets and to be revised parametrically. The advantage of this approach as demonstrated in the examples is that it allows intuitive, rapid and interactive construction of complex designs. Moreover, design knowledge can be captured by scripts that depict heuristic shapes and transformations as well as by assembled construction graphs which depict cases of formal design. Such a reusable and expandable knowledge base is essential for assisting disciplined and creative architectural design.
keywords Computer Software Development; Architectural Design; Data Processing
series thesis:PhD
email
last changed 2003/02/12 22:37

_id 8b51
authors Refvem, Sharon
year 1996
title Constructive Learning Techniques and Color Application in Design
doi https://doi.org/10.52842/conf.ecaade.1996.371
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 371-380
summary This paper presents some of the results of my work in the area of architectural education and color application. "Constructive Learning" techniques are the framework within which a course in color theory and application has been developed for architectural students and professionals. Constructive learning theory designates three main learning phases: introductory, advanced and experienced; each of which has a unique set of requirements that must be addressed by those seeking to teach or develop meaningful tools for a given task. The introductory level is represented by those who posses little if any prior skills or knowledge in the subject area. Here it is advantageous to carefully guide the knowledge acquisition process in order to help build a knowledge foundation upon which a personalized learning process can take place. Advanced students are those that are ready, through a more focused, context related approach, to expand their capabilities. Finally, experienced learners can be defined as those capable of critically applying and innovatively using the knowledge, skills and tools that they have obtained through the introductory and advanced phases of the learning process. Because computers introduce the issue of color at a much earlier stage of design than might previously have been the case, a new set of skills and tools are needed. The proposed course seeks to define an appropriate learning methodology for designers that can provide them with not only knowledge of the subject area being covered, but also skills with which to approach it.

series eCAADe
email
last changed 2022/06/07 08:00

_id ddssar9627
id ddssar9627
authors Sariyildiz, S., Schwenck, M. and Jander, E.
year 1996
title Multimedia Teachware in the Field of Architectural Design
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary Software systems for educational purposes have been developed and used in many application areas. In this paper we will describe a development in the field of building science. ClAD is a teachware system directed to be used in the education of students of architecture as well as a tool that gives a survey to architects and engineers in the practice. In the first place it provides information about the use of computer science technologies in the building design process. Furthermore, information about the architectural design process itself is included. Based on an analysis of general requirements and specific demands of the application field we describe our solution concept. Very important conclusions are that the system has to integrate the use of all media which are usually used by architects by offering a flexible and well-designed user interface and allowing a high degree of interactive work. After covering the development process as a combination of top down and bottom up strategies we describe the overall structure of ClAD as a modular system which can be extended and updated easily. Finally, we give an overview about some parts of the system to demonstrate the implementation of the concepts mentioned above.
series DDSS
last changed 2003/08/07 16:36

_id 44a3
authors Shen, Tie Gang
year 1996
title Today’s CAAD in China
doi https://doi.org/10.52842/conf.caadria.1996.249
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 249-252
summary The research and application of CAAD in China was in about the 1980’s. Though a lot of success has been achieved in these ten years or so, the improvement is still relatively minor when compared with some other speciality. In fact there are only very few architects who are really making use of CAAD. In this paper, I would like to analyze the present situation and countermeasure CAAD in China.
series CAADRIA
last changed 2022/06/07 07:57

_id avocaad_2001_19
id avocaad_2001_19
authors Shen-Kai Tang, Yu-Tung Liu, Yu-Sheng Chung, Chi-Seng Chung
year 2001
title The visual harmony between new and old materials in the restoration of historical architecture: A study of computer simulation
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 the research of historical architecture restoration, scholars respectively focus on the field of architectural context and architectural archeology (Shi, 1988, 1990, 1991, 1992, 1995; Fu, 1995, 1997; Chiu, 2000) or on architecture construction and the procedure of restoration (Shi, 1988, 1989; Chiu, 1990). How to choose materials and cope with their durability becomes an important issue in the restoration of historical architecture (Dasser, 1990; Wang, 1998).In the related research of the usage and durability of materials, some scholars deem that, instead of continuing the traditional ways that last for hundreds of years (that is to replace new materials with old ones), it might be better to keep the original materials (Dasser, 1990). However, unavoidably, some of the originals are much worn. Thus we have to first establish the standard of eliminating components, and secondly to replace identical or similar materials with the old components (Lee, 1990). After accomplishing the restoration, we often unexpectedly find out that the renewed historical building is too new that the sense of history is eliminated (Dasser, 1990; Fu, 1997). Actually this is the important factor that determines the accomplishment of restoration. In the past, some scholars find out that the contrast and conflict between new and old materials are contributed to the different time of manufacture and different coating, such as antiseptic, pattern, etc., which result in the discrepancy of the sense of visual perception (Lee, 1990; Fu, 1997; Dasser, 1990).In recent years, a number of researches and practice of computer technology have been done in the field of architectural design. We are able to proceed design communication more exactly by the application of some systematic softwares, such as image processing, computer graphic, computer modeling/rendering, animation, multimedia, virtual reality and so on (Lawson, 1995; Liu, 1996). The application of computer technology to the research of the preservation of historical architecture is comparatively late. Continually some researchers explore the procedure of restoration by computer simulation technology (Potier, 2000), or establish digital database of the investigation of historical architecture (Sasada, 2000; Wang, 1998). How to choose materials by the technology of computer simulation influences the sense of visual perception. Liu (2000) has a more complete result on visual impact analysis and assessment (VIAA) about the research of urban design projection. The main subjects of this research paper focuses on whether the technology of computer simulation can extenuate the conflict between new and old materials that imposed on visual perception.The objective of this paper is to propose a standard method of visual harmony effects for materials in historical architecture (taking the Gigi Train Station destroyed by the earthquake in last September as the operating example).There are five steps in this research: 1.Categorize the materials of historical architecture and establish the information in digital database. 2.Get new materials of historical architecture and establish the information in digital database. 3.According to the mixing amount of new and old materials, determinate their proportion of the building; mixing new and old materials in a certain way. 4.Assign the mixed materials to the computer model and proceed the simulation of lighting. 5.Make experts and the citizens to evaluate the accomplished computer model in order to propose the expected standard method.According to the experiment mentioned above, we first address a procedure of material simulation of the historical architecture restoration and then offer some suggestions of how to mix new and old materials.By this procedure of simulation, we offer a better view to control the restoration of historical architecture. And, the discrepancy and discordance by new and old materials can be released. Moreover, we thus avoid to reconstructing ¡§too new¡¨ historical architecture.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id ddssup9617
id ddssup9617
authors Sidjanin, Predrag
year 1996
title A computer simulation model of the TU district of Delft with use of the GIS and VR
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary One of the big problems for GIS users is a luck of such an visual presentation of data which will easily transform them into a spatial image. Existing systems based on Human-Computer-Interfaces (Ha) have limitations and for this reason it is necessary to discover new explicit way of spatial data presentation and manipulation. Virtual Reality technology with its specificity and characteristics based on spatial displaying and multisensory interactivity, give to VR users a new promising possibility to solve GIS limitations. This research is an exploration of integration of GIS and yR. VR is a kind of production of a simulation of a real world, and GIS-databases contain data that describe this world, therefore a success of combination of both technologies is very probable. This research shows possibilities for creating a virtual GIS world in which is possible to handle, explore, analyse and present spatial data by free navigation through a virtual model. The virtual model of Delft University of Technology's Campus presents Virtual Reality as a new type of 3D interface for GIS and demonstrates some basic GIS functions in virtual environment. It has been created by importing of GIS databases into VR system. Virtual model is based on geometric and attributive data. GIS functionality is enabled by 3D interface objects, that symbolically and semantically represents GIS functions. Their use should initiate intuitive users action. This application combines spatial data, user interface, text, sound, thematic data and virtual hypertext. Virtual model enables the use of quantitative and qualitative information. The results of the research can be implemented to support design strategies ax! decision making in the field of physical and urban planning.
series DDSS
last changed 2003/08/07 16:36

_id 2819
authors Streich, Bernd
year 1996
title Computer Aided Architectural Composition by Media Experiment Design Work
source Approaches to Computer Aided Architectural Composition [ISBN 83-905377-1-0] 1996, pp. 185-201
summary There are many ways to realize computer aided compositions in architecture. In the past, many of the design methods could be characterized as Cartesian design methods, e.g. Christopher Alexander's well- known hierarchical design method presented in the early sixties. Recently, methods of artificial intelligence increased flexibility in searching for design solutions, but all these methods were still restricted by the program's logic itself. What is lacking is a means of realizing artistic possibilities intended by the designer. In view of this situation, a new approach called "media experimental design work" seems to meet designer's need. This paper begins by looking in general at experimental work in architectural design. Discussion of the theoretical background is then followed by some examples of media experimental design work, one of the current research topics in computer aided architectural design at the University of Kaiserslautern. The idea of this approach is to explore design solutions by experimental use of certain media which can evoke design associations and possibly stimulate the designer's inspirations. The use of sophisticated techniques together with the possibility of extensive manipulations can help to find outstanding design solutions. In view of their imaginative and creative power, digital media have a greater stimulating potential than traditional media in experimental design work.
series other
last changed 1999/04/08 17:16

_id 911c
authors Darken, Rudolph P.
year 1996
title Wayfinding in Large-Scale Virtual Worlds
source George Washington University
summary As important as navigation is to human performance in virtual worlds, it is an often overlooked problem in the design process. This dissertation reports an experiment intended to show that real-world wayfinding and environmental design principles are effective in designing virtual worlds which support skilled wayfinding behavior. The design principles are adapted from both the cognitive psychology literature and urban and architectural design methodologies. There are two categories of design principles; those that guide the organizational structure of the environment, and those that guide the use and presentation of maps. The study measures subject performance on a complex searching task in a number of virtual worlds with differing environmental cues. The environments are extremely large and consist of open sea, land, and ships which are used as targets for search tasks. The worlds are augmented with either a radial grid, a map, both, or neither. For each trial, the subject's viewpoint position and orientation was sampled approximately once per second. A verbal protocol with accompanying video was used to elicit information about the search strategies employed. A map drawing exercise followed each trial in order to gain insight to the subject's spatial knowledge (i.e. cognitive map) of the environment. The results show that subjects in the treatment without any additional cues were often disoriented and had extreme difficulty completing the task. The grid was shown to provide superior directional information but both treatments using the map were superior overall due to the geocentric perspective provided. Behaviors associated with each treatment indicate that the cues had a strong effect on both search performance and search strategy. The results suggest that users of large-scale virtual worlds require structure in order to effectively navigate. Augmentations such as direction indicators, maps, and path restriction can all greatly improve both wayfinding performance and overall user satisfaction.
series thesis:PhD
email
more http://www.seas.gwu.edu/~sibert/darken/publications/Dissertation_95/thesis.html
last changed 2003/02/12 22:37

_id ddssar9601
id ddssar9601
authors Achten, H.H., Bax, M.F.Th. and Oxman, R.M.
year 1996
title Generic Representations and the Generic Grid: Knowledge Interface, Organisation and Support of the (early) Design Process
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary Computer Aided Design requires the implementation of architectural issues in order to support the architectural design process. These issues consist of elements, knowledge structures, and design processes that are typical for architectural design. The paper introduces two concepts that aim to define and model some of such architectural issues: building types and design processes. The first concept, the Generic grid, will be shown to structure the description of designs, provide a form-based hierarchical decomposition of design elements, and to provide conditions to accommodate concurrent design processes. The second concept, the Generic representation, models generic and typological knowledge of building types through the use of graphic representations with specific knowledge contents. The paper discusses both concepts and will show the potential of implementing Generic representations on the basis of the Generic grid in CAAD systems.
series DDSS
last changed 2003/11/21 15:15

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