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 462

_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 0ec9
authors Agranovich-Ponomareva. E., Litvinova, A. And Mickich, A.
year 1996
title Architectural Computing in School and Real Designing
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 25-28
doi https://doi.org/10.52842/conf.ecaade.1996.025
summary The existing system of architectural education ( including computer ) as has shown practice has appeared not absolutly perfect. It not capable to dynamic changes, active introduction of a new engineering and computer technologies, to realization about of the inquiries of a modern time. It suggest of a way of search of new models of computer training. The computer education is represented by us as certain a universal system, which permits to solve the problem of arcitectural education at a higher level. The opportunities of computers and computer technologies at such approach are used as means of increase of efficiency teaching and training. The orientation goes on final result: a opportunity to generate of the creative decisions by learnees, based on attraction of received knowledge and use for their realization of arsenal of practical skills and skills. The system represents not only certain set of experiences elements, necessary and final result sufficient for achievement, but also quite certain interrelation between them. It means, that the knowledge from a initial rate " The Introduction in computer training" must be secured and transformed for utilization in special rates and through them- in practice. The functional nucleus of the software package of such universal system is under construction as opened, apparatus an independent system. A central part of a system is a database, the structure of which is uniform for all other modules and side of enclosures. The conceptual model of a system is under construction on principles structure idea, visualization, multimedia. The listed principles are realized in model so that to encourage the user to independent creative work.

series eCAADe
last changed 2022/06/07 07:54

_id 452d
authors Arlati, E., Bottelli, V. and Fogh, C.
year 1996
title Applying CBR to the Teaching of Architectural Design
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 41-50
doi https://doi.org/10.52842/conf.ecaade.1996.041
summary This paper presents an approach to the analysis and description of the nature of process knowledge in architectural design, the development of a conceptual model for Galathea, a case-based navigation tool for its support, and the application of this theoretical foundation to the teaching of design to a group of about 100 second-year architecture students. Design is assumed as a globally coherent information, memory and experience-intensive process in which professional skill is the capability to govern a large number of continually evolving variables in the direction of desired change. This viewpoint on design has guided the development of Galathea, the model of a tool aimed at describing architectural design through the description, mapping and management of the complete decision-making path of projects by means of the dynamic representation of the relationship between goals, constraints and the decisions/actions adopted at specific nodes and through the creation of a case-base aimed at the storage, retrieval and adaptation of relevant design moves in similar project contexts. This conceptual model is applied to educational activity at the faculty of Architecture of Milan, with the aim of teaching how to govern a project from the outset considering it as an evolving but coherent map of design moves, which allow the adoption of the correct decisions involving the most disparate types of information, experience and memory, and which altogether conduct to the desired goal. The resolution paths of the students, all applied to the same architecture problem, result in a design move case-base, the further utilisation and interest of which is open to collegial discussion.
keywords knowledge-based design; case-based reasoning; design process control, design moves
series eCAADe
email
last changed 2022/06/07 07:54

_id 4931
authors Breen, Jack
year 1996
title Learning from the (In)Visible City
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 65-78
doi https://doi.org/10.52842/conf.ecaade.1996.065
summary This paper focuses on results and findings of an educational project, in which the participating students had to develop a design strategy for an urban plan by using and combining endoscopic and computational design visualisation techniques. This educational experiment attempted to create a link between the Media research programme titled 'Dynamic Perspective' and an educational exercise in design composition. It was conceived as a pilot study, aimed at the investigation of emerging applications and possible combinations of different imaging techniques which might be of benefit in architectural and urban design education and potentially for the (future) design practice. The aim of this study was also to explore the relationship between spatial perception and design simulation. The point of departure for the student exercise was an urban masterplan which the Dynamic Perspective research team prepared for the workshop 'the (in)visible city' as part of the 1995 European Architectural Endoscopy Association Conference in Vienna, Austria. The students taking part in the exercise were asked to develop, discuss and evaluate proposals for a given part of this masterplan by creating images through different model configurations using optical and computer aided visualisation techniques besides more traditional design media.The results of this project indicate that an active and combined use of visualisation media at a design level, may facilitate communication and lead to a greater understanding of design choices, thus creating insights and contributing to design decision-making both for the designers and for the other participants in the design process.
series eCAADe
email
more http://www.bk.tudelft.nl/Media/
last changed 2022/06/07 07:54

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

_id 73a3
authors Case, Michael P.
year 1996
title Discourse Model for collaborative design
source Computer-Aided Design, Vol. 28 (5) (1996) pp. 333-345
summary A Discourse Model, including a structure and a process, is developed that provides software support for collaborative engineering design. The model shares characteristics of other design systems in the literature,including frames, constraints, semantic networks, and libraries of sharable design objects. It contributes a new model for conflict-aware agents, dynamic identification and dissemination of agent interest sets, avirtual workspace language, automatic detection of conflict, and a unique protocol for negotiation that ensures that interested agents have an opportunity to participate. The model is implementation independent andapplicable to many research and commercial design environments currently available. An example scenario is provided in the architecture/engineering/construction domain that illustrates collaboration during theconceptual design of a fire station.
keywords Agent, Conflict, Discourse Design Collaboration, Concurrent Engineering, Blackboard Architecture, KQML
series journal paper
last changed 2003/05/15 21:33

_id 9e3d
authors Cheng, F.F., Patel, P. and Bancroft, S.
year 1996
title Development of an Integrated Facilities Information System Based on STEP - A Generic Product Data Model
source The Int. Journal of Construction IT 4(2), pp.1-13
summary A facility management system must be able to accommodate dynamic change and based on a set of generic tools. The next generation of facility management systems should be STEP conforming if they are to lay the foundation for fully integrated information management and data knowledge engineering that will be demanded in the near future in the new era of advanced site management. This paper describes an attempt to meet such a specification for an in-house system. The proposed system incorporates the latest technological advances in information management and processing. It pioneered an exchange architecture which presents a new class of system, in which the end-user has for the first time total flexibility and control of the data never before automated in this way.
series journal paper
last changed 2003/05/15 21:45

_id ab1e
authors Coyne, R., McLaughlin, S., Newton, S., Sudweeks, F., Haynes, D. and Jumani, A.
year 1996
title Report on Computers in Practice: A survey of computers in architectural practice
source UK: University of Edinburgh
summary This is a report on the dynamic relationship between information technology (IT) and architectural practice. The report summarises the attitudes and opinions of practitioners gathered through extensive recorded interviews, and compares these attitudes and opinions with the findings of other studies. The report is compiled from the point of view of an understanding of appropriating as preceding as the model for understanding. We thereby connect what is going on in IT with concepts currently under discussion in postmodern thought and in the tradition of philosophical pragmatism. We identify several of the major options identified by practitioners in their use of IT, including practicing without computers, substituting computers for traditional tasks, delivering traditional services in an innovative way through IT, and developing new services with IT. We also demonstrate how firms are changing and are being shaped by the market for architectural services. One of the major areas of change is in how IT and related resources are managed. We also consider how the role of the practitioner as an individual in a firm is changing along with changes in IT, and how different prognoses about the future of IT in practice are influenced by certain dominant metaphors. Our conclusion is that IT is best understood and appropriated when it is seen as fitting into a dynamic field or constellation of technologies and practices. Such an orientation enables the reflective practitioner to confront what is really going on as IT interacts with practice. praxis- practice theory
series report
last changed 2003/04/23 15:50

_id 20ff
id 20ff
authors Derix, Christian
year 2004
title Building a Synthetic Cognizer
source Design Computation Cognition conference 2004, MIT
summary Understanding ‘space’ as a structured and dynamic system can provide us with insight into the central concept in the architectural discourse that so far has proven to withstand theoretical framing (McLuhan 1964). The basis for this theoretical assumption is that space is not a void left by solid matter but instead an emergent quality of action and interaction between individuals and groups with a physical environment (Hillier 1996). In this way it can be described as a parallel distributed system, a self-organising entity. Extrapolating from Luhmann’s theory of social systems (Luhmann 1984), a spatial system is autonomous from its progenitors, people, but remains intangible to a human observer due to its abstract nature and therefore has to be analysed by computed entities, synthetic cognisers, with the capacity to perceive. This poster shows an attempt to use another complex system, a distributed connected algorithm based on Kohonen’s self-organising feature maps – SOM (Kohonen 1997), as a “perceptual aid” for creating geometric mappings of these spatial systems that will shed light on our understanding of space by not representing space through our usual mechanics but by constructing artificial spatial cognisers with abilities to make spatial representations of their own. This allows us to be shown novel representations that can help us to see new differences and similarities in spatial configurations.
keywords architectural design, neural networks, cognition, representation
series other
type poster
email
more http://www.springer.com/computer/ai/book/978-1-4020-2392-7
last changed 2012/09/17 21:13

_id 0c78
authors Flood, I. and Christophilos, P.
year 1996
title Modeling construction processes using artificial neural networks
source Automation in Construction 4 (4) (1996) pp. 307-320
summary The paper evaluates a neural network approach to modeling the dynamics of construction processes that exhibit both discrete and stochastic behavior, providing an alternative to the more conventional method of discrete-event simulation. The incentive for developing the technique is its potential for (i) facilitating model development in situations where there is limited theory describing the dependence between component processes; and (ii) rapid execution of a simulation through parallel processing. The alternative ways in which neural networks can be used to model construction processes are reviewed and their relative merits are identified. The most promising approach, a recursive method of dynamic modeling, is examined in a series of experiments. These involve the application of the technique to two classes of earthmoving system, the first comprising a push-dozer and a fleet of scrapers, and the second a loader and fleet of haul trucks. The viability of the neural network approach is demonstrated in terms of its ability to model the discrete and stochastic behavior of these classes of construction processes. The paper concludes with an indication of some areas for further development of the technique.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 68e3
authors Fuchs, Wladek and Martinico, Anthony
year 1996
title THE V.C.NET - A DIGITAL STUDY IN ARCHITECTURE
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 23-29
doi https://doi.org/10.52842/conf.acadia.1996.023
summary The "V.C.net" project is an Internet-based educational and communication tool for the architectural community. Its goal is to encourage students from architecture programs across the country and around the world to examine problems and collaborate in the exploration of ideas through the World Wide Web. The central concept of the project involves the creation of a simulated, vital urban environment constructed from various forms of digital data. This "virtual city" will be comprised of projects executed by students of architecture and urban design in the U.S. and abroad. Projects will be proposed for specific sites and will reflect real-world questions as they are minored in the virtual world. The city exists as a heuristic tool and is not intended as a copy of any existing human habitat. The ultimate goal of the project is to create a dynamic platform to study the interrelationship of various forces effecting urban development: architecture, planning, civil engineering, economics, social sciences etc. The project originates at the School of Architecture of the University of Detroit Mercy and is intended to be truly interdisciplinary.
series ACADIA
type normal paper
last changed 2022/06/07 07:50

_id 89ca
authors Garcia, Renato
year 1996
title Sound Structure: Using Data Sonification to Enhance Building Structures CAI
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. 109-117
doi https://doi.org/10.52842/conf.caadria.1996.109
summary Although sound is now extensively used to enrich multimedia applications in the form of simple audio signals, earcons, musical passages and speech, it has unfortunately been under-utilized as a means of data representation. Sound, having many characteristics which enable it to convey multi-dimensional information, provides a broad channel for dynamically presenting data in a learning environment. This paper looks into how teaching concepts of building structures to students of architecture and engineering through computers and multimedia can be enhanced by enlisting the use of appropriate sound parameters. Sound is useful in presenting redundant or supplementary information such as in portraying building structural response to static and dynamic external loading. This process of audiolization, which refers to the use of sounds to present data, can alleviate much of the cognitive load that usually burdens visual displays and has been used to some degree of success in various studies on scientific representation. Where appropriate, audiolization can be synchronized to more established visualization processes to provide more effective multi-modal multimedia systems for the study of building structures.
series CAADRIA
email
last changed 2022/06/07 07:50

_id 6237
authors Kiechle, Horst
year 1996
title CONSTRUCTING THE AMORPHOUS
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary Constructing the Amorphous entails the ongoing research into a concept which aims to develop a new understanding for Art, Design and Architecture within society. Rigid, reductivist and confrontational methods based on static geometry, prejudice and competition are to be replaced by dynamic, interdisciplinary and integrative models. In his current art practice the author simulates existing architectural spaces whose interior are re-designed into sculpted environments, based on creative irregularity rather than idealised geometry. All the computer simulated “soft” environments can be realised on an architectural scale as temporary installations with the curved surfaces approximated through planar polygons cut from sheet materials. Within this framework the Darren Knight Gallery Project represents the most recently example.

The paper discusses furthermore various 3D modeling options, such as standard CAD representations, high quality rendered video walk-throughs, VRML models and physically produced, full-scale models, made of corrugated cardboard. The cost and equipment requirements necessary for full-scale modeling in cardboard are outlined.

keywords VRML, CAD, 3D Modeling, Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:40

_id 8de0
authors Kokosalakis, Jen
year 1996
title THE CAAC 3D Model as the Focus, or Vehicle for Effective Participation with the Design's Client, Observer or User
source Approaches to Computer Aided Architectural Composition [ISBN 83-905377-1-0] 1996, pp. 133-152
summary Architectural composition is central to most education and training of architects. Hence, though not every architect's role in practice deals directly with architectural composition, all will have a greater likelihood of ability to visualise and understand others' visual concepts than the average client. This text is concerned with the involvement of the client in composition of the building design. The medium of the three dimensional model, manoeuvrable at the computer screen or in Virtual Reality resembles well the intended physical reality of the designed building that the client will either own, use, occupy, or observe and so can assist tremendously. It is suggested that through this empowering vehicle of the CAAC model, far more informed response and tangible, visible vocabulary is accessible to the client to assist dialogue. This text proposes that practice can indicate better participation as a more evident principle. CAAC enables dynamic influences on the architectural composition of the building as accountable, truly potential dialogue towards design outcome from the construction team. The case rests with current exploratory cases of dynamic, participatory architectural composition activity, as a sign for the future.
keywords
series other
email
last changed 1999/04/08 17:16

_id 8ee5
authors Koutamanis, A., Mitossi, V.
year 1996
title SIMULATION FOR ANALYSIS: REQUIREMENTS FROM ARCHITECTURAL DESIGN
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary Computerization has been a positive factor in the evolution of both kinds of analysis with respect to cost, availability and efficiency. Knowledge-based systems offer an appropriate implementation environment for normative analysis which can be more reliable and economical than evaluation by human experts. Perhaps more significant is the potential of interactive computer simulation where designs can be examined intuitively in full detail and at the same time by quantitative models. The advantages of this coupling are evident in the achievements of scientific visualization. Another advantage of computational systems is that the analysis can be linked to the design representation, thereby adding feedback to the conventional visualization of designs in drawing and modeling systems. Such connections are essential for the development of design guidance systems capable of reflecting consequences of partial inadequacies or changes to other aspects in a transparent and meaningful network of design constraints.

The possibilities of computer simulation also extend to issues inadequately covered by normative analysis and in particular to dynamic aspects of design such as human movement and circulation. The paper reports on a framework for addressing two related problems, (a) the simulation of fire escape from buildings and (b) the simulation of human movement on stairs. In both cases we propose that current evaluation techniques and the underlying design norms are too abstract to offer a measure of design success, as testified by the number of fatal accidents in fires and on stairs. In addition, fire escape and stair climbing are characterized by great variability with respect to both the form of the possible designs and the profiles of potential users. This suggests that testing prototypical forms by typical users and publishing the results as new, improved norms is not a realistic proposition for ensuring a global solution. Instead, we should test every design individually, within its own context. The development of an affordable, readily available system for the analysis and evaluation of aspects such as fire escape and stair safety can be based on the combination of the technologies of virtual reality and motion capture. Testing of a design by a number of test people in an immersion space provides not only intuitive evaluations by actual users but also quantitative data on the cognitive and proprioceptive behaviour of the test people. These data can be compiled into profiles of virtual humans for further testing of the same or related designs.

keywords Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:40

_id ddss2006-hb-187
id DDSS2006-HB-187
authors Lidia Diappi and Paola Bolchi
year 2006
title Gentrification Waves in the Inner-City of Milan - A multi agent / cellular automata model based on Smith's Rent Gap theory
source Van Leeuwen, J.P. and H.J.P. Timmermans (eds.) 2006, Innovations in Design & Decision Support Systems in Architecture and Urban Planning, Dordrecht: Springer, ISBN-10: 1-4020-5059-3, ISBN-13: 978-1-4020-5059-6, p. 187-201
summary The aim of this paper is to investigate the gentrification process by applying an urban spatial model of gentrification, based on Smith's (1979; 1987; 1996) Rent Gap theory. The rich sociological literature on the topic mainly assumes gentrification to be a cultural phenomenon, namely the result of a demand pressure of the suburban middle and upper class, willing to return to the city (Ley, 1980; Lipton, 1977, May, 1996). Little attempt has been made to investigate and build a sound economic explanation on the causes of the process. The Rent Gap theory (RGT) of Neil Smith still represents an important contribution in this direction. At the heart of Smith's argument there is the assumption that gentrification takes place because capitals return to the inner city, creating opportunities for residential relocation and profit. This paper illustrates a dynamic model of Smith's theory through a multi-agent/ cellular automata system approach (Batty, 2005) developed on a Netlogo platform. A set of behavioural rules for each agent involved (homeowner, landlord, tenant and developer, and the passive 'dwelling' agent with their rent and level of decay) are formalised. The simulations show the surge of neighbouring degradation or renovation and population turn over, starting with different initial states of decay and estate rent values. Consistent with a Self Organized Criticality approach, the model shows that non linear interactions at local level may produce different configurations of the system at macro level. This paper represents a further development of a previous version of the model (Diappi, Bolchi, 2005). The model proposed here includes some more realistic factors inspired by the features of housing market dynamics in the city of Milan. It includes the shape of the potential rent according to city form and functions, the subdivision in areal submarkets according to the current rents, and their maintenance levels. The model has a more realistic visualisation of the city and its form, and is able to show the different dynamics of the emergent neighbourhoods in the last ten years in Milan.
keywords Multi agent systems, Housing market, Gentrification, Emergent systems
series DDSS
last changed 2006/08/29 12:55

_id 57c7
authors Mathew, Paul
year 1996
title Integrated Energy Modeling for Computational Building Design Assistance
source Carnegie Mellon University, Department of Architecture
summary Insights into the importance of energy modeling in building design have not yet resulted in the sufficient and systematic use of modeling tools in practice. In recent years, there has been considerable discussion on the limitations of simulation tools, and there is a noteworthy consensus as to the nature of the contributing factors (material and time implications, problematic user-interfaces, inefficient data communication structures, poor integration with CAD systems, absence of 'active' design support). This thesis deals with three research questions that are especially pertinent to the quest for active, multi-aspect design and simulation environments: (1) The appropriateness and feasibility of a methodologically consistent performance modeling approach through the entire design process. (2) Strategies for a structurally 'seamless' containment of performance simulation within a computational design environment. (3) Technologies to facilitate dynamic and interactive performance-to-design mapping. At a paradigmatic level, this thesis critically examines the existing responses to each of these questions, and proposes alternative computational frameworks and technologies to overcome some of the system-immanent ('endogenous') limitations of the existing approaches. At an operational level, this thesis demonstrates the proposed solutions by implementing an active thermal simulation module (NOD
series thesis:PhD
email
last changed 2003/04/15 02:37

_id c7e9
authors Maver, T.W.
year 2002
title Predicting the Past, Remembering the Future
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 2-3
summary Charlas Magistrales 2There never has been such an exciting moment in time in the extraordinary 30 year history of our subject area, as NOW,when the philosophical theoretical and practical issues of virtuality are taking centre stage.The PastThere have, of course, been other defining moments during these exciting 30 years:• the first algorithms for generating building layouts (circa 1965).• the first use of Computer graphics for building appraisal (circa 1966).• the first integrated package for building performance appraisal (circa 1972).• the first computer generated perspective drawings (circa 1973).• the first robust drafting systems (circa 1975).• the first dynamic energy models (circa 1982).• the first photorealistic colour imaging (circa 1986).• the first animations (circa 1988)• the first multimedia systems (circa 1995), and• the first convincing demonstrations of virtual reality (circa 1996).Whereas the CAAD community has been hugely inventive in the development of ICT applications to building design, it hasbeen woefully remiss in its attempts to evaluate the contribution of those developments to the quality of the built environmentor to the efficiency of the design process. In the absence of any real evidence, one can only conjecture regarding the realbenefits which fall, it is suggested, under the following headings:• Verisimilitude: The extraordinary quality of still and animated images of the formal qualities of the interiors and exteriorsof individual buildings and of whole neighborhoods must surely give great comfort to practitioners and their clients thatwhat is intended, formally, is what will be delivered, i.e. WYSIWYG - what you see is what you get.• Sustainability: The power of «first-principle» models of the dynamic energetic behaviour of buildings in response tochanging diurnal and seasonal conditions has the potential to save millions of dollars and dramatically to reduce thedamaging environmental pollution created by badly designed and managed buildings.• Productivity: CAD is now a multi-billion dollar business which offers design decision support systems which operate,effectively, across continents, time-zones, professions and companies.• Communication: Multi-media technology - cheap to deliver but high in value - is changing the way in which we canexplain and understand the past and, envisage and anticipate the future; virtual past and virtual future!MacromyopiaThe late John Lansdown offered the view, in his wonderfully prophetic way, that ...”the future will be just like the past, onlymore so...”So what can we expect the extraordinary trajectory of our subject area to be?To have any chance of being accurate we have to have an understanding of the phenomenon of macromyopia: thephenomenon exhibitted by society of greatly exaggerating the immediate short-term impact of new technologies (particularlythe information technologies) but, more importantly, seriously underestimating their sustained long-term impacts - socially,economically and intellectually . Examples of flawed predictions regarding the the future application of information technologiesinclude:• The British Government in 1880 declined to support the idea of a national telephonic system, backed by the argumentthat there were sufficient small boys in the countryside to run with messages.• Alexander Bell was modest enough to say that: «I am not boasting or exaggerating but I believe, one day, there will bea telephone in every American city».• Tom Watson, in 1943 said: «I think there is a world market for about 5 computers».• In 1977, Ken Olssop of Digital said: «There is no reason for any individuals to have a computer in their home».The FutureJust as the ascent of woman/man-kind can be attributed to her/his capacity to discover amplifiers of the modest humancapability, so we shall discover how best to exploit our most important amplifier - that of the intellect. The more we know themore we can figure; the more we can figure the more we understand; the more we understand the more we can appraise;the more we can appraise the more we can decide; the more we can decide the more we can act; the more we can act themore we can shape; and the more we can shape, the better the chance that we can leave for future generations a trulysustainable built environment which is fit-for-purpose, cost-beneficial, environmentally friendly and culturally significactCentral to this aspiration will be our understanding of the relationship between real and virtual worlds and how to moveeffortlessly between them. We need to be able to design, from within the virtual world, environments which may be real ormay remain virtual or, perhaps, be part real and part virtual.What is certain is that the next 30 years will be every bit as exciting and challenging as the first 30 years.
series SIGRADI
email
last changed 2016/03/10 09:55

_id acadia07_284
id acadia07_284
authors Robinson, Kirsten; Gorbet, Robert; Beesley, Philip
year 2007
title Evolving Cooperative Behaviour in a Reflexive Membrane
source Expanding Bodies: Art • Cities• Environment [Proceedings of the 27th Annual Conference of the Association for Computer Aided Design in Architecture / ISBN 978-0-9780978-6-8] Halifax (Nova Scotia) 1-7 October 2007, 284-293
doi https://doi.org/10.52842/conf.acadia.2007.284
summary This paper describes the integration of machine intelligence into an immersive architectural sculpture that interacts dynamically with users and the environment. The system is conceived to function as an architectural envelope that might transfer air using a distributed array of components. The sculpture includes a large array of interconnected miniature structural and kinetic elements, each with local sensing, actuation, and machine intelligence. We demonstrate a model in which these autonomous, interconnected agents develop cooperative behaviour to maximize airflow. Agents have access to sensory data about their local environment and ‘learn’ to move air through the working of a genetic algorithm. Introducing distributed and responsive machine intelligence builds on work done on evolving embodied intelligence (Floreano et al. 2004) and architectural ‘geotextile’ sculptures by Philip Beesley and collaborators (Beesley et al. 1996-2006). The paper contributes to the general field of interactive art by demonstrating an application of machine intelligence as a design method. The objective is the development of coherent distributed kinetic building envelopes with environmental control functions. A cultural context is included, discussing dynamic paradigms in responsive architecture.
series ACADIA
type normal paper
email
last changed 2022/06/07 08:00

_id c96b
authors Sanchez del Valle, Carmina
year 1996
title Transformable, Folding Space
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 45-54
doi https://doi.org/10.52842/conf.acadia.1996.045
summary A group of architectural students in an advanced computer applications course were asked to design a folding or transformable personal space. They were to approach the design using two metaphors - Origami (or papiroflexia ) and Transformer robot toys - in a digital environment. These are familiar ideas evident in toys and furniture. Students found this way of thinking about architectural design foreign and unusual. The results were tentative, but insightful. New architectural forms emerged out of the plasticity, temporality, and speed of the digital medium. Origami and Transformer robots are more than toys. Through them, the Bauhaus notion of point transforms into line, line into plane, plane into solid can now be stretched to include space generated from motion.

The argument for conceptualizing and developing the design within a digital environment was that the operations implied by Origami and Transformers, can be carefully studied in this context. Both processes, or types of objects, are best understood in teens of change in time and space. Digital media offers the dynamic capabilities needed to study distortions, step transformations & movement.

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

For more results click below:

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