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 553

_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 7a20
id 7a20
authors Carrara, G., Fioravanti, A.
year 2002
title SHARED SPACE’ AND ‘PUBLIC SPACE’ DIALECTICS IN COLLABORATIVE ARCHITECTURAL DESIGN.
source Proceedings of Collaborative Decision-Support Systems Focus Symposium, 30th July, 2002; under the auspices of InterSymp-2002, 14° International Conference on Systems Research, Informatics and Cybernetics, 2002, Baden-Baden, pg. 27-44.
summary The present paper describes on-going research on Collaborative Design. The proposed model, the resulting system and its implementation refer mainly to architectural and building design in the modes and forms in which it is carried on in advanced design firms. The model may actually be used effectively also in other environments. The research simultaneously pursues an integrated model of the: a) structure of the networked architectural design process (operators, activities, phases and resources); b) required knowledge (distributed and functional to the operators and the process phases). The article focuses on the first aspect of the model: the relationship that exists among the various ‘actors’ in the design process (according to the STEP-ISO definition, Wix, 1997) during the various stages of its development (McKinney and Fischer, 1998). In Collaborative Design support systems this aspect touches on a number of different problems: database structure, homogeneity of the knowledge bases, the creation of knowledge bases (Galle, 1995), the representation of the IT datum (Carrara et al., 1994; Pohl and Myers, 1994; Papamichael et al., 1996; Rosenmann and Gero, 1996; Eastman et al., 1997; Eastman, 1998; Kim, et al., 1997; Kavakli, 2001). Decision-making support and the relationship between ‘private’ design space (involving the decisions of the individual design team) and the ‘shared’ design space (involving the decisions of all the design teams, Zang and Norman, 1994) are the specific topic of the present article.

Decisions taken in the ‘private design space’ of the design team or ‘actor’ are closely related to the type of support that can be provided by a Collaborative Design system: automatic checks performed by activating procedures and methods, reporting of 'local' conflicts, methods and knowledge for the resolution of ‘local’ conflicts, creation of new IT objects/ building components, who the objects must refer to (the ‘owner’), 'situated' aspects (Gero and Reffat, 2001) of the IT objects/building components.

Decisions taken in the ‘shared design space’ involve aspects that are typical of networked design and that are partially present in the ‘private’ design space. Cross-checking, reporting of ‘global’ conflicts to all those concerned, even those who are unaware they are concerned, methods for their resolution, the modification of data structure and interface according to the actors interacting with it and the design phase, the definition of a 'dominus' for every IT object (i.e. the decision-maker, according to the design phase and the creation of the object). All this is made possible both by the model for representing the building (Carrara and Fioravanti, 2001), and by the type of IT representation of the individual building components, using the methods and techniques of Knowledge Engineering through a structured set of Knowledge Bases, Inference Engines and Databases. The aim is to develop suitable tools for supporting integrated Process/Product design activity by means of a effective and innovative representation of building entities (technical components, constraints, methods) in order to manage and resolve conflicts generated during the design activity.

keywords Collaborative Design, Architectural Design, Distributed Knowledge Bases, ‘Situated’ Object, Process/Product Model, Private/Shared ‘Design Space’, Conflict Reduction.
series other
type symposium
email
last changed 2005/03/30 16:25

_id 6279
id 6279
authors Carrara, G.; Fioravanti, A.
year 2002
title Private Space' and ‘Shared Space’ Dialectics in Collaborative Architectural Design
source InterSymp 2002 - 14th International Conference on Systems Research, Informatics and Cybernetics (July 29 - August 3, 2002), pp 28-44.
summary The present paper describes on-going research on Collaborative Design. The proposed model, the resulting system and its implementation refer mainly to architectural and building design in the modes and forms in which it is carried on in advanced design firms. The model may actually be used effectively also in other environments. The research simultaneously pursues an integrated model of the: a) structure of the networked architectural design process (operators, activities, phases and resources); b) required knowledge (distributed and functional to the operators and the process phases). The article focuses on the first aspect of the model: the relationship that exists among the various ‘actors’ in the design process (according to the STEP-ISO definition, Wix, 1997) during the various stages of its development (McKinney and Fischer, 1998). In Collaborative Design support systems this aspect touches on a number of different problems: database structure, homogeneity of the knowledge bases, the creation of knowledge bases (Galle, 1995), the representation of the IT datum (Carrara et al., 1994; Pohl and Myers, 1994; Papamichael et al., 1996; Rosenmann and Gero, 1996; Eastman et al., 1997; Eastman, 1998; Kim, et al., 1997; Kavakli, 2001). Decision-making support and the relationship between ‘private’ design space (involving the decisions of the individual design team) and the ‘shared’ design space (involving the decisions of all the design teams, Zang and Norman, 1994) are the specific topic of the present article.

Decisions taken in the ‘private design space’ of the design team or ‘actor’ are closely related to the type of support that can be provided by a Collaborative Design system: automatic checks performed by activating procedures and methods, reporting of 'local' conflicts, methods and knowledge for the resolution of ‘local’ conflicts, creation of new IT objects/ building components, who the objects must refer to (the ‘owner’), 'situated' aspects (Gero and Reffat, 2001) of the IT objects/building components.

Decisions taken in the ‘shared design space’ involve aspects that are typical of networked design and that are partially present in the ‘private’ design space. Cross-checking, reporting of ‘global’ conflicts to all those concerned, even those who are unaware they are concerned, methods for their resolution, the modification of data structure and interface according to the actors interacting with it and the design phase, the definition of a 'dominus' for every IT object (i.e. the decision-maker, according to the design phase and the creation of the object). All this is made possible both by the model for representing the building (Carrara and Fioravanti, 2001), and by the type of IT representation of the individual building components, using the methods and techniques of Knowledge Engineering through a structured set of Knowledge Bases, Inference Engines and Databases. The aim is to develop suitable tools for supporting integrated Process/Product design activity by means of a effective and innovative representation of building entities (technical components, constraints, methods) in order to manage and resolve conflicts generated during the design activity.

keywords Collaborative Design, Architectural Design, Distributed Knowledge Bases, ‘Situated’ Object, Process/Product Model, Private/Shared ‘Design Space’, Conflict Reduction.
series other
type symposium
email
last changed 2012/12/04 07:53

_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 e174
authors Simondefti, Alvise
year 1998
title Rapid Prototyping Based Design: Creation of a Prototype Environment to Explore Three Dimensional Conceptual Design
source Cyber-Real Design [Conference Proceedings / ISBN 83-905377-2-9] Bialystock (Poland), 23-25 April 1998, pp. 189-203
summary Much research and several papers have been written in the field of Rapid Prototyping by engineers with a focus on its capability to increase design and manufacturing process and performances. However only few have addressed the use of Rapid Prototyping in the early stages of the design process. Recently with designers using this technology, a new role is beginning to delineate. This paper looks at Rapid Prototyping as a tool for design thought. All design experiments were conducted by the author working in team with design student colleagues. The experiments focussed on non-trivial design problems and were conducted in parallel with the research on the tools used. The design was inspired by questions raised by the research and similarly the research questions were informed by the development of the design. The first section attempts a summary of technical evaluations by the author of selected rapid prototyping based design environments where the experiments occurred. This section reflects the point of view of the operator. The five environment selected are ordered according to their increasing level of sophistication. By providing an account of several experiments, the second part of the paper highlights the areas of the early stages of design where rapid prototyping appeared to be a unique tool in providing valuable feedback to the designer.
series plCAD
email
more http://www.sd.polyu.edu.hk/
last changed 1999/04/08 17:23

_id 6672
authors Af Klercker, Jonas
year 1998
title A CAVE-Interface in CAAD-Education
doi https://doi.org/10.52842/conf.ecaade.1998.110
source Computerised Craftsmanship [eCAADe Conference Proceedings] Paris (France) 24-26 September 1998, pp. 110-115
summary The so called "CAVE-interface" is a very interesting and thrilling development for architects! It supports a better illusion of space by exposing almost a 270° view of a computer model than the 60° which can be viewed on an ordinary computer screen. At the Lund University we have got the possibility to experiment with a CAVE-installation, using it in research and the education of CAAD. The technique and two experiments are discribed. The possibilities are discussed and some problems and questions are put forward.
series eCAADe
more http://www.paris-valdemarne.archi.fr/archive/ecaade98/html/31af_klercker/index.htm
last changed 2022/06/07 07:54

_id ddss9811
id ddss9811
authors Barbanente, A., Conte, E. and Monno, V.
year 1998
title Changing trends and approaches in human and computer modelling for social housing policies
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 The paper discusses conceptual issues, goals and preliminary results of an on-going research which aims at building a Decision Support System for public housing environmental oriented maintenance and management in a city in Southern Italy, Bari. Traditional post-war Italian housing policies are compared with more recent approaches in the field, pointing out the change from quantitative, aggregated, more simple building problems and relatedapproaches to qualitative, differentiated, complex ones integrating social, economic and environmental dimensions with the aim of regenerating deteriorated residential areas. The paper claims for the need shift, both in the human and computer areas, from traditional quantitative models to new approaches able to manage also qualitative variables, temporal dynamics, emergencies, and intentionality, since they appear key aspects of the real world to be modelled. The housing estate of Bari and its needs of maintenance and management are examined, eliciting essential related knowledge using the interview technique. The clear orientation towards sustainable policies for urban regeneration, at a local, national, and Community level, is also considered. The innovative and collaborative nature of such policies and the attention to be paid to the social aspects ofthe problem require a complex DSS, integrating various kind of hypertexts, information systems and case-based fuzzy expert systems, whose main aims, functions, software and general organisation are outlined in the paper.
series DDSS
last changed 2003/11/21 15:16

_id a136
authors Blaise, J.Y., Dudek, I. and Drap, P.
year 1998
title Java collaborative interface for architectural simulations A case study on wooden ceilings of Krakow
source International Conference On Conservation - Krakow 2000, 23-24 November 1998, Krakow, Poland
summary Concern for the architectural and urban preservation problems has been considerably increasing in the past decades, and with it the necessity to investigate the consequences and opportunities opened for the conservation discipline by the development of computer-based systems. Architectural interventions on historical edifices or in preserved urban fabric face conservationists and architects with specific problems related to the handling and exchange of a variety of historical documents and representations. The recent development of information technologies offers opportunities to favour a better access to such data, as well as means to represent architectural hypothesis or design. Developing applications for the Internet also introduces a greater capacity to exchange experiences or ideas and to invest on low-cost collaborative working platforms. In the field of the architectural heritage, our research addresses two problems: historical data and documentation of the edifice, methods of representation (knowledge modelling and visualisation) of the edifice. This research is connected with the ARKIW POLONIUM co-operation program that links the MAP-GAMSAU CNRS laboratory (Marseilles, France) and the Institute HAiKZ of Kraków's Faculty of Architecture. The ARKIW programme deals with questions related to the use of information technologies in the recording, protection and studying of the architectural heritage. Case studies are chosen in order to experience and validate a technical platform dedicated to the formalisation and exchange of knowledge related to the architectural heritage (architectural data management, representation and simulation tools, survey methods, ...). A special focus is put on the evolution of the urban fabric and on the simulation of reconstructional hypothesis. Our contribution will introduce current ARKIW internet applications and experiences: The ARPENTEUR architectural survey experiment on Wieża Ratuszowa (a photogrammetrical survey based on an architectural model). A Gothic and Renaissance reconstruction of the Ratusz Krakowski using a commercial modelisation and animation software (MAYA). The SOL on line documentation interface for Kraków's Rynek G_ówny. Internet analytical approach in the presentation of morphological informations about Kraków's Kramy Bogate Rynku Krakowskiego. Object-Orientation approach in the modelling of the architectural corpus. The VALIDEUR and HUBLOT Virtual Reality modellers for the simulation and representation of reconstructional hypothesis and corpus analysis.
series other
last changed 2003/04/23 15:14

_id ddss9807
id ddss9807
authors Boelen, A.J. and Lugt, Hermen J. van der
year 1998
title Communication of design parameters within groups
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 This paper discusses the facilitation of worldwide concurrent design within the domains involved in environmental planning, urban design and civil engineering. Typical projects in these domains require the collaboration of many experts. Each of these has his reference framework for the taskat hand and for the variables used. The amount of variables makes it impossible for each project participant to take account for all possible impacts of proposed or planned actions. The typical project demands for a concurrent design process that enables all participants to concentrate ontheir domain of expertise. On the other hand the design process should enable them to have insight in the problems, within the domains of other experts. The system should provide a generic environment with the ability to attach domain specific knowledge. By providing this support thesystem integrates knowledge specific to various expert domains.In the PortPlan project within the LWI organization a system is being developed that supports the integration of various reference frameworks involved in environmental planning. We no longer need to develop a common language for the users. The system contains a dynamic set of scalebound reference objects for the domains involved. The system facilitates the communication of object characteristics. It also supports the presentation of these objects, in legends for each participant involved.We achieve the communication between participants using a dynamic legend. We also enable all participants to become informed on the interests of other participants. We achieve the technical communication using the exchange of interventions. We do not exchange results. This leads to alow "network traffic load" and thus enables the system to operate within the current Internet infrastructure. In this paper we present the problem area of concurrent design in environmental planning. We present this describing the background of our project, describing the overall architecture of the system and presenting the first findings of user studies.
keywords Concurrent Design, Interfaces, Legends
series DDSS
last changed 2003/11/21 15:16

_id 3d97
authors Li, H. and Love, P.E.D.
year 1998
title Design concept as a model for modelling design process and its knowledge
source The Int. Journal of Construction IT 6(2), pp. 87-103
summary The strategy of decomposing a design problem into subproblems is commonly used in engineering design. One difficulty in applying this strategy to computer-based design systems is the assembly of subproblem solutions to construct a whole solution. Despite its advantages, this design strategy suffers two major problems. First, as constraints are ill defined and implicitly exist among design objects, it is very difficult to articulate and represent design constraints in computable forms. Second, as design subproblems are designated separately in computer-based design systems, the inherent relationships among subproblems are not considered in contriving these subproblems. As a result, recomposing subproblem solutions is hard to do. This paper presents a model for modelling design processes and the knowledge involved. The model is called ‘design concept’, which represents empirical interconnections of design attributes and intraconnections of design subproblems. Topological relations are represented using decomposition trees. The advantages and disadvantages of integratively using decomposition trees and design concepts in facilitating conceptual design are discussed
series journal paper
last changed 2003/05/15 21:45

_id ddss9841
id ddss9841
authors Malkawi, Ali
year 1998
title Representing Collaborative Multi- Knowledge Agents as Generic Rules
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 This paper discusses the internal representation of a multi-knowledge agent decision support system that was developed for building thermal design. The system is able to provide designers with specific problem detection in thermal design without the use of rules of thumb. The paper describes how generic rules can be used as virtual agents and how these agents can interact using a blackboard model. The generic rules utilized use logical variables as a strategy to capture generality. This allows the rules todeal with variables that can be replaced by any possible term. In addition, it allows the rules to be equivalent to the infinite set of rules that could be obtained if the variables were replaced in all possible ways by terms. In the system, these terms include the building elements and systems that affect the thermal behavior of the building. Problems associated with agent conflicts and how they were resolved in such a model are described.
series DDSS
last changed 2003/08/07 16:36

_id cf2009_poster_43
id cf2009_poster_43
authors Oh, Yeonjoo; Ellen Yi-Luen Do, Mark D Gross, and Suguru Ishizaki
year 2009
title Delivery Types And Communication Modalities In The Flat-Pack Furniture Design Critic
source T. Tidafi and T. Dorta (eds) Joining Languages Cultures and Visions: CAADFutures 2009 CD-Rom
summary A computer-based design critiquing system analyzes a proposed solution and offers critiques (Robbins 1998). Critiques help designers identify problems as well as opportunities to improve their designs. Compared with human critics, today’s computer-based critiquing systems deliver feedback in quite restricted manner. Most systems provide only negative evaluations in text; whereas studio teachers critique by interpreting the student’s design, introducing new ideas, demonstrating and giving examples, and offering evaluations (Bailey 2004; Uluoglu 2000) using speech, writing, and drawing to communicate (Anthony 1991; Schön 1983). This article presents a computer-based critiquing system, Flat-pack Furniture Design Critic (FFDC). This system supports multiple delivery types and modalities, adapting the typical system architecture of constraint-based intelligent tutors (Mitrovic et al. 2007).
keywords Critiquing system, design critiquing
series CAAD Futures
type poster
email
last changed 2009/07/08 22:12

_id ecaade03_059_29_russel
id ecaade03_059_29_russel
authors Russell, P., Stachelhaus, T. and Elger, D.
year 2003
title CSNCW: Computer Supported Non-Cooperative Work Barriers to Successful Virtual Design Studios
doi https://doi.org/10.52842/conf.ecaade.2003.059
source Digital Design [21th eCAADe Conference Proceedings / ISBN 0-9541183-1-6] Graz (Austria) 17-20 September 2003, pp. 59-66
summary The paper describes a design studio jointly undertaken by four Universities. With respect given to the groundbreaking work carried out by [Wojtowicz and Butelski (1998)] and [Donath et al 1999] and some of the problems described therein, the majority of the Studio partners had all had positive, if not exemplary experiences with co-operative studio projects carried out over the internet. The positive experience and development of concepts have been well documented in numerous publications over the last 5 years. A platform developed by one of the partners for this type of collaboration is in its third generation and has had well over 1000 students from 12 different universities in over 40 Projects. With this amount of experience, the four partners entered into the joint studio project with high expectations and little fear of failure. This experimental aspect of the studio, combined with the “well trodden” path of previous virtual design studios, lent an air of exploration to an otherwise well-worn format. Everything looked good, or so we thought. This is not to say that previous experiments were without tribulations, but the problems encountered earlier were usually spread over the studio partners and thus, the levels and distribution of frustration were more or less balanced. This raised a (theoretically) well-founded expectation of success. In execution, it was quite the opposite. In this case, the difficulties tended to be concentrated towards one or two of the partners. The partners spoke the same language, but came from different sets of goals, and hence, interpreted the agreements to suit their goals. This was not done maliciously, however the results were devastating to the project and most importantly, the student groups. The differing pedagogical methods of the various institutes played a strong role in steering the design critique at each school. Alongside these difficulties, the flexibility (or lack thereof) of each university’s calendar as well as national and university level holidays led to additional problems in coordination. And of course, (as if this was all not enough), the technical infrastructure, local capabilities and willingness to tackle technological problems were heterogeneous (to put it lightly).
keywords CSCW: Virtual Design Studio; Mistakes in Pedagogy
series eCAADe
email
more http://caad.arch.rwth-aachen.de
last changed 2022/06/07 07:56

_id ddss9826
id ddss9826
authors Hendricx, A., Geebelen, B., Geeraerts, B. and Neuckermans, H.
year 1998
title A methodological approach to object modelling in the architectural designprocess
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 The paper describes a first prototype constructed in search for a central object model. It presents all possible data, concepts and operations concerning the architectural design process in the early phases.A central model of the process of design is essential: going from one design phase into another, the model describes geometrical shapes, abstract concepts like space and activity, concrete physical building elements and the basic operations all these entities undertake. Emphasis is put on combining all these different viewpoints, thus enabling the designer to use a broad range of design strategies. The aim is to help him and not steer or even hamper his creative process. Information necessary toassist the user of the system concerning energy calculation, stability checks etc can be extracted. By means of appropriate interfaces not only those tests built on top of the system but also existing software packages can make use of the model’s object structure. The implemented object model is one of the cornerstones of the IDEA+ project, aiming to provide an Integrated Design Environment for Architecture.
keywords object model, building model, CAAD, IDEA+, MERODE
series DDSS
last changed 2003/08/07 16:36

_id a787
authors Kaga, A., Shimazu, Y., Yamauchi, T., Ishihara, H. And Sasada, T.
year 1998
title City Information Visualizer Using 3-D Model and Computer Graphics
doi https://doi.org/10.52842/conf.caadria.1998.193
source CAADRIA ‘98 [Proceedings of The Third Conference on Computer Aided Architectural Design Research in Asia / ISBN 4-907662-009] Osaka (Japan) 22-24 April 1998, pp. 193-202
summary 3-D models and computer graphics with its visual characteristics enables easier understanding of various information. Up until now 3-D models and computer graphics has not been used for the analysis of city information due to its high cost and the need for special techniques. Currently, we have discovered new technology in hyper medium based on network technology and lower costs. This paper focuses on the construction of an interactive and visual 3-D city information system, aiming at the ‘idea processor’ for research and analysis of city planning and market research. We have discovered the requirements necessary for the City Information Visualizer system. Using this technology we will construct the prototype system of the 3-D City Information Visualizer. This system is based on the personal computer and the Client/Server system. The system is then applied to practical city analysis. This paper presents the prototype system and its evaluation in a real project.
keywords City Planning, Computer Graphics, 3-D Model, VRML, JAVA
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:52

_id cd26
authors Mahalingam, Ganapathy
year 1998
title The Algorithmic Auditorium- A computational Model for Auditorium DesignThe Algorithmic Auditorium- A computational Model for Auditorium Design
doi https://doi.org/10.52842/conf.caadria.1998.143
source CAADRIA ‘98 [Proceedings of The Third Conference on Computer Aided Architectural Design Research in Asia / ISBN 4-907662-009] Osaka (Japan) 22-24 April 1998, pp. 143-152
summary Auditorium design is a complex task. Various programmatic, functional and acoustical parameters have to be resolved in the spatial design of an auditorium. This ongoing research project deals with the development of a computer-aided design system for the preliminary spatial design of proscenium type auditoriums. The concept of “acoustic sculpting” is used to generate the spatial form of the auditorium from programmatic, functional and acoustical parameters. These parameters are incorporated using a combination of mathematical, empirical and statistical methods. The generation of the spatial form of the auditorium is implemented as an algorithm that is executed on the computer. The spatial form of the auditorium generated by the system is exported as a computer model for design development and acoustical analysis.
keywords Auditorium Design, Acoustic Sculpting, Computational Modeling, Virtual Computers, Software-ICs
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:59

_id 280e
authors Park, Taeyeol and Miranda, Valerian
year 1998
title Development of a Computer-Assisted Instruction System for Information Communication in Design Studio
doi https://doi.org/10.52842/conf.caadria.1998.047
source CAADRIA ‘98 [Proceedings of The Third Conference on Computer Aided Architectural Design Research in Asia / ISBN 4-907662-009] Osaka (Japan) 22-24 April 1998, pp. 47-56
summary Design studio is the core of architectural education. An essential part of designing is using information and knowledge obtained from non-studio courses. However, as the complexity of buildings increases, the amount of this information increases and there is a danger that essential design information may be ruined and overlooked because of time and place constraints. As a means to bridge the gap between non-studio courses and design studios, some architectural educators suggest that design studios should bring knowledge to students in the process of designing so that they can apply this knowledge to their design. Most architectural studios, however, do not do enough to bring knowledge systematically into design projects when appropriate. Design projects generate need for additional knowledge about a number of topics, but too few studios systematically make knowledge available. Design studios should consider ways in which knowledge for design projects is integrally made available at the appropriate time. This paper describes a model for the delivery of design studio information which can be integral with any design projects. The model is demonstrated by a computer-assisted instruction (CAI) system designed and placed on the Web to introduce basic structural concepts and to teach an in-depth concept of spatial composition in a design studio and reports on its development, implementation, and testing. The system relies on many issues, such as access to relevant information, links between lessons for different subjects, representation of various design concepts, effective instructional methods for learning concepts, etc., which might be critical elements of designing an information communication system for design studio instruction. This paper tests the effectiveness of the system based on the results from responses of design studio students and observations of the researcher and the studio instructor, and concludes with the information that we hope will be useful in developing CAI materials for reflecting and acquiring information on a number of different subjects that have relevance to architectural design.
keywords Computer-assisted Instruction (CAI), Design Studio Teaching, Information Delivery System
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:59

_id 650c
authors Porada, S.
year 1998
title Ouvoir - Of the Potential Architecture
source Cyber-Real Design [Conference Proceedings / ISBN 83-905377-2-9] Bialystock (Poland), 23-25 April 1998, pp. 155-161
summary Calculations are used to forecast urban flows of population, development of various activities, demography, and many other architectural programme constrains, and have been spontaneously the first field of computer intervention in urban and architectural project design. By analogy to engineering where computation is the base of decision making, architectural design process is seen as a problem solving process. <> constrains computer aided computation is seen as Computer Aided Architectural Design, CAAD. This way, a technological utopia called CAD in architecture is born. Nevertheless, the review of architectural design methods has clearly shown that programmatic models, since they are only used to evaluate spatial hypothesis, and do not have in themselves space production potentialities. In spite of the powerful methodological movement of the sixties, that have established this design constellation, the misunderstanding persists until now. Architect is a gestural and visual being. By using simultaneously metaphor, gesture and calculation, he calls for all his experiences and sensibility to realise plastic and poetic synthesis of form. To remedy to the major problem of the form synthesis, graphical instruments have been proposed. Why not utilise tools used in the field of engineering as computer aided drafting ? And so, computer aided drafting triumphaly entered the architectural design process. But, computer aided drafting is commonly seen as an instrument used on the - projection - stage, where drawings are produced for an already designed object. A new myth that assimilate architectural design to the drawing production activity arrives with the <>, containing thousands of drawings. All this aimed to facilitate, as it is proclaimed, communication between all the intervening in the project.
series plCAD
last changed 1999/04/08 17:16

_id 4d85
authors Shimokawa, Y., Morozumi, M., Iki, K. and Homma, R.
year 1998
title Replacement and Transformation as a Key to Schematic Design Thinking - 3-D Modeling System which Supports Design Thinking
doi https://doi.org/10.52842/conf.caadria.1998.365
source CAADRIA ‘98 [Proceedings of The Third Conference on Computer Aided Architectural Design Research in Asia / ISBN 4-907662-009] Osaka (Japan) 22-24 April 1998, pp. 365-374
summary This paper analyses a prototype of a 3D modeling system that can support schematic design development and begins with very abstract representation elaborates it step by step into a detailed representation. Using Mitchell's concept of a TOPDOWN system for 2D sketches as the basis, the authors proposed a design process model and a prototype that allows both bottom up additive processes in exploring the design frame and top down processes for the design refinement of each building element. Various utilities of replacing and transforming graphic objects as well as those that can control shapes and the location of those objects with construction lines have been proposed. The authors discussed possible use of the system and topics for future study by reviewing case studies.
keywords Replacement Operation, Modeling System, Schematic Design, Design Thinking
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:56

_id avocaad_2001_09
id avocaad_2001_09
authors Yu-Tung Liu, Yung-Ching Yeh, Sheng-Cheng Shih
year 2001
title Digital Architecture in CAD studio and Internet-based competition
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 Architectural design has been changing because of the vast and creative use of computer in different ways. From the viewpoint of designing itself, computer has been used as drawing tools in the latter phase of design (Mitchell 1977; Coyne et al. 1990), presentation and simulation tools in the middle phase (Liu and Bai 2000), and even critical media which triggers creative thinking in the very early phase (Maher et al. 2000; Liu 1999; Won 1999). All the various roles that computer can play have been adopted in a number of professional design corporations and so-called computer-aided design (CAD) studio in schools worldwide (Kvan 1997, 2000; Cheng 1998). The processes and outcomes of design have been continuously developing to capture the movement of the computer age. However, from the viewpoint of social-cultural theories of architecture, the evolvement of design cannot be achieved solely by designers or design processes. Any new idea of design can be accepted socially, culturally and historically only under one condition: The design outcomes could be reviewed and appreciated by critics in the field at the time of its production (Csikszentmihalyi 1986, 1988; Schon and Wiggins 1992; Liu 2000). In other words, aspects of design production (by designers in different design processes) are as critical as those of design appreciation (by critics in different review processes) in the observation of the future trends of architecture.Nevertheless, in the field of architectural design with computer and Internet, that is, so-called computer-aided design computer-mediated design, or internet-based design, most existing studies pay more attentions to producing design in design processes as mentioned above. Relatively few studies focus on how critics act and how they interact with designers in the review processes. Therefore, this study intends to investigate some evolving phenomena of the interaction between design production and appreciation in the environment of computer and Internet.This paper takes a CAD studio and an Internet-based competition as examples. The CAD studio includes 7 master's students and 2 critics, all from the same countries. The Internet-based competition, held in year 2000, includes 206 designers from 43 counties and 26 critics from 11 countries. 3 students and the 2 critics in the CAD studio are the competition participating designers and critics respectively. The methodological steps are as follows: 1. A qualitative analysis: observation and interview of the 3 participants and 2 reviewers who join both the CAD studio and the competition. The 4 analytical criteria are the kinds of presenting media, the kinds of supportive media (such as verbal and gesture/facial data), stages of the review processes, and interaction between the designer and critics. The behavioral data are acquired by recording the design presentation and dialogue within 3 months. 2. A quantitative analysis: statistical analysis of the detailed reviewing data in the CAD studio and the competition. The four 4 analytical factors are the reviewing time, the number of reviewing of the same project, the comparison between different projects, and grades/comments. 3. Both the qualitative and quantitative data are cross analyzed and discussed, based on the theories of design thinking, design production/appreciation, and the appreciative system (Goodman 1978, 1984).The result of this study indicates that the interaction between design production and appreciation during the review processes could differ significantly. The review processes could be either linear or cyclic due to the influences from the kinds of media, the environmental discrepancies between studio and Internet, as well as cognitive thinking/memory capacity. The design production and appreciation seem to be more linear in CAD studio whereas more cyclic in the Internet environment. This distinction coincides with the complementary observations of designing as a linear process (Jones 1970; Simon 1981) or a cyclic movement (Schon and Wiggins 1992). Some phenomena during the two processes are also illustrated in detail in this paper.This study is merely a starting point of the research in design production and appreciation in the computer and network age. The future direction of investigation is to establish a theoretical model for the interaction between design production and appreciation based on current findings. The model is expected to conduct using revised protocol analysis and interviews. The other future research is to explore how design computing creativity emerge from the process of producing and appreciating.
series AVOCAAD
email
last changed 2005/09/09 10:48

For more results click below:

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