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 548

_id ga9807
id ga9807
authors Loocke, Philip Van
year 1998
title Consequences for practical aesthetics and for aesthetical theory of the insertion of principles from quantum theory in cellular automata
source International Conference on Generative Art
summary A cellular automaton that includes some principles from quantum theory is considered. The automaton generates forms of an aesthetic nature. At every time step, a form grows with a single cell. This cell is selected with a selection probability that is determined by an amplitude. If the algorithm is run with selection of the cell of maximal amplitude at every time step, a type of form results that is called 'platonic'. Such forms typically have higher aesthetic complexity than their non-platonic counterparts. The case of selection probabilities determined by squares of amplitudes has a strong analogy with quantum theory. This analogy is elaborated by consideration of forms that have mutual correlations. These correlations can be of a classical nature, of a quantum mechanical type, or of a type that is termed 'super-correlation'.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_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 6b50
authors Ueng,W.-D., Lai, J.-Y. and Doong, J.L.
year 1998
title Sweep-surface reconstruction from three-dimensional measured data
source Computer-Aided Design, Vol. 30 (10) (1998) pp. 791-805
summary The purpose of this work was to present a surface fitting algorithm for sweep surface reconstruction from three-dimensional measured data. The sweeping ruleconsidered in this work was essentially translational sweeping in which the generators traverse about the directors to form the desired sweep surface. Thesweep-surface fitting was formulated as a nonlinear least-squares minimization problem for which an error expression was minimized which yields the optimizedgenerators, the directors and the parameter values corresponding to each measured data. An algorithm was presented also to convert the sweep surface model into acomposite spline surface which could be imported into most CAD/CAM systems. Effective experimental results were provided to illustrate the feasibility of theproposed strategy.
keywords Reverse Engineering, Sweep-Surface Fitting, Least-Squares Method
series journal paper
last changed 2003/05/15 21:33

_id ae1b
authors Zarnowiecka, Jadwiga C.
year 1998
title Chaos, Databases and Fractal Dimension of Regional Architecture
source Computerised Craftsmanship [eCAADe Conference Proceedings] Paris (France) 24-26 September 1998, pp. 267-270
doi https://doi.org/10.52842/conf.ecaade.1998.267
summary Modern research on chaos started in the 60's from an incredible finding that simple mathematical equations can model systems as complicated as waterfalls. In the 70's some scientists in the USA and in Europe started to find their way through the chaos. They were dealing with different spheres of science: mathematics, physics, biology, chemistry, physiology, ecology, economy. In the next 10 years? time the term 'chaos' has become generally known in science. Scientists gather in research groups according to their interests as to chaos and secondly according to their scientific specialities. (Gleick 1996) Objects that described chaos were irregular in shape, ripped. In 1975 Benoit Mandelbrot called them fractals. Fractal dimension that described fractal objects was also his invention. Fractal dimension is a way to measure quality: the degree of harshness, uneveness, irregularity of a given object. Carl Bovill (1996) showed how one can use fractal geometry in architecture and designing. This very fact made me try to use fractal geometry to deal with regional architecture. What or who is the degree of regionality of a given object to be for? A specially qualified person is able to state it nearly automatically. However, regionality is in some sense an unmeasurable feature. While dealing with data basis or checking particular projects, creation of procedures of automatic acquiring information concerning regionality is becoming a necessity.
series eCAADe
email
more http://www.paris-valdemarne.archi.fr/archive/ecaade98/html/20zarnowiecka/index.htm
last changed 2022/06/07 07:57

_id e336
authors Achten, H., Roelen, W., Boekholt, J.-Th., Turksma, A. and Jessurun, J.
year 1999
title Virtual Reality in the Design Studio: The Eindhoven Perspective
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 169-177
doi https://doi.org/10.52842/conf.ecaade.1999.169
summary Since 1991 Virtual Reality has been used in student projects in the Building Information Technology group. It started as an experimental tool to assess the impact of VR technology in design, using the environment of the associated Calibre Institute. The technology was further developed in Calibre to become an important presentation tool for assessing design variants and final design solutions. However, it was only sporadically used in student projects. A major shift occurred in 1997 with a number of student projects in which various computer technologies including VR were used in the whole of the design process. In 1998, the new Design Systems group started a design studio with the explicit aim to integrate VR in the whole design process. The teaching effort was combined with the research program that investigates VR as a design support environment. This has lead to increasing number of innovative student projects. The paper describes the context and history of VR in Eindhoven and presents the current set-UP of the studio. It discusses the impact of the technology on the design process and outlines pedagogical issues in the studio work.
keywords Virtual Reality, Design Studio, Student Projects
series eCAADe
email
last changed 2022/06/07 07:54

_id ddss9801
id ddss9801
authors Achten, Henri and Leeuwen, Jos van
year 1998
title A Feature-Based Description Technique for Design Processes: A Case Study
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 In order to develop appropriate tools for decision support in design processes, it is necessary to found them on an understanding of design. Analytical techniques of design processes that have a direct relationship with tool development can enhance design support systems development. The paper focuses on a design support system in the VR-DIS research program. The aim of this research program is to develop insight in the architectural design process and to establish design tools for architectsworking in Virtual Reality. The basic approach for data modelling in VR in this research is based on an extension of the Feature Based Modelling paradigm taken from design in mechanical engineering. The computer model of the design in the system is a Feature-based model. This paper describes design processes in terms of changes in the Feature-based model of the design. For this purpose, a case of a house design is used. Drawings in the conceptual design phase up to the preliminary design phase arestudied. Each state of the drawings is described in terms of a Feature-model. Particular design actions such as creation of spaces, definition of architectural elements, and changes during the design process can be expressed in terms of changes in the Feature-model. Because of the use of Features, the changes can be formalised in the VR-DIS system. The description in terms of Features offers an analytical toolthat leads to a functional brief for design support tools. The paper ends with a discussion of implications and future work.
series DDSS
last changed 2003/11/21 15:15

_id 6672
authors Af Klercker, Jonas
year 1998
title A CAVE-Interface in CAAD-Education
source Computerised Craftsmanship [eCAADe Conference Proceedings] Paris (France) 24-26 September 1998, pp. 110-115
doi https://doi.org/10.52842/conf.ecaade.1998.110
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 6433
authors Agranovich-Ponomarieva, E. and Litvinova, A.
year 1998
title The "Real Space - Cyberspace" Paradigm
source Cyber-Real Design [Conference Proceedings / ISBN 83-905377-2-9] Bialystock (Poland), 23-25 April 1998, pp. 141-145
summary In a chain of "real - perceived - imagined space" the computer reduces to a uniform model of only real and imagined space. It cannot undertake man's function or it cannot build the perception model. However, perception assumes physiological perception, psychological estimation and understanding, and emotional ho-experience. For a person the seizing of space during perception is constructing temporary spatial images and their development. The communicative relations of the person with environment are established during revealing internal and external structural communications and the interior represents the message, unwrapped in space and perceived in time. The real space is formed under influence of the sum of conceptual restrictions. The character of these restrictions depends on a super idea, a type of an initial situation, character of installations and on social-cultural stereotypes of the author. Without this stage transition to real architectural object is impossible. Result of activity of an architect at this stage becomes creation hypothetical cyberspace, with its own peculiarities and laws.
series plCAD
last changed 1999/04/08 17:16

_id de77
authors Ahmad Rafi, M.E.
year 1998
title Computer animation for architectural visualisation
source University of Strathclyde
summary This thesis critically reviews the state of architectural animation, and relates this specific field to the more general motion-based representations, particularly traditional film-making techniques. It identifies key elements from traditional filmmaking and shows how these elements can improve computer-based architectural animation. The process of identification of the key elements from traditional film-making starts with a critical survey of the use of motion-based representation in local architectural practices and an empirical analysis of several architectural-based documentary films and past and present computer animations. All of the key ideas are illustrated on video by comparing real shooting clips to digital sequences focusing on production and post-production works. Some of these were implemented in two live projects ( Ministry of Finance, Malaysia and Damansara Parade ) for architects to understand the real problems and potentials in each process. These sets of illustrations expand the architect ideas to make full use of the motion-based process to improve the skill of combining architectural information in a good animation. The overall production process becomes more efficient when the motion-based footage is edited using a non-linear editing platform as it enhances the professional appearance as well as vastly saving most of the production time. The thesis concludes with specific recommendations relative to the stage at which the animation is produced. This technology can be best utilised with the right skills (a gained from film-making) and an understanding of each stage that requires a different level of input and gives a certain impact to the viewers.
series thesis:PhD
email
last changed 2003/11/21 15:15

_id e78b
authors Akin, O. and Akin, C.
year 1998
title On the process of creativity in puzzles, inventions, and designs
source Automation in Construction 7 (2-3) (1998) pp. 123-138
summary The most common means of identifying creativity has been through its products. In architecture, music, writing, art, even puzzle solving and scientific discovery, the prerequisite for considering creativity has been the presence of a creative product. Alternatively, anecdotal descriptions have been used to identify processes that are considered creative. Many scientific discoveries have been linked to a sudden realization or unexplainable revelation punctuated with the AHA! response. Outside of the creative product itself and the AHA! response, the kinds of concrete evidence that point to the process of creativity are precious few. Our purpose here is to further examine these phenomena and develop hypotheses about the nature of the creative process. Our ultimate aim is to develop a general theory of creativity. We intend to base this theory on a set of conditions that are necessary for the creative process to take place in a number of domains: puzzles, scientific discoveries, and design, with special emphasis on architectural design.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id ddss9802
id ddss9802
authors Akin, O., Aygen, Z., Cumming, M., Donia, M., Sen, R. and Zhang, Y.
year 1998
title Computational Specification of Building Requirements in theEarly Stages of Design
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 We have been exploring computational techniques to help building designers to specify design requirements during the early stages of design. In the past, little has been accomplished in this area either in terms of innovative computational technologies or the improvement of design performance.The prospect of improving design productivity and creating a seamless process between requirements specification and formal design are our primary motivations. This research has been conducted as partof a larger project entitled SEED (Software Environment to Support Early Phases in Building Design). SEED features an open-ended modular architecture, where each module provides support for a design activity that takes place in early design stages. Each module is supported by a database to store and retrieve information, as well as a user interface to support the interaction with designers. The module described in this paper, SEED-Pro (the architectural programming module of SEED), is a workingprototype for building design requirements specification. It can be used by other modules in SEED or by design systems in other domains, such as mechanical engineering, civil engineering, industrial designand electrical engineering. Our approach to SEED-Pro is divided into two phases: core, and support functionalities. The core functionalities operate in an interactive mode relying on a case-based approach to retrieve and adapt complex specification records to the problem at hand. The supportfunctionalities include the case-base, the data-base, and the standards processing environment for building specification tasks. Our findings indicate that SEED-Pro: (1) is a tool that structures the unstructured domain of design requirements; (2) enables the integration of design requirements with the rest of the design process, (3) leads to the creation of complex case-bases and (4) enables the observation of their performance in the context of real world design problems.
series DDSS
last changed 2003/11/21 15:15

_id d35f
authors Akin, O.
year 1997
title Researching Descriptive Models of Design
source Automation in Construction 7 (2-3) (1998) pp. 97-100
summary This special double issue is a result of the international symposium and workshop on „Descriptive Models of Design“ wich was held during July 1-5, 1996, at Istanbul Technical University, Istanbul, Turkey. The primary goal of the symposium was to promote greater understanding and to develop recommendations for funding policy and practices in the area of descriptive models of design.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id ddssar0203
id ddssar0203
authors Alkass, Sabah and Jrade, Ahmad
year 2002
title A Web-Based Virtual Reality Model for Preliminary Estimates of Hi-Rise Building Projects
source Timmermans, Harry (Ed.), Sixth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings Avegoor, the Netherlands), 2002
summary Cost estimating of a construction project at its early stage is considered to be very important task since it will be used as a base to commit or otherwise not to commit funds to that project. Preparation of a reliableand realistic preliminary estimate to aid the decision makers to commit funds for a specific project is a complicated assignment. Traditional methods and operations produced unsatisfactory aid due to lack ofaccuracy especially in the pre-design stage of a project. This participates in the increase of percentage of bankruptcy in the construction industry, which has dramatically climbed up and ranked as 15 percent of thewhole bankruptcies claimed in Canada (Statistic Canada 1998). This paper presents a methodology for developing and a Web-based model to automate preliminary cost estimates for hi-rise buildings. This is achieved by integrating a database with design drawings in a Virtual Reality (VR) environment. The model will automatically generate preliminary estimates after modifying a 3D CAD drawing. It provides the user the option to visualize and simulate the drawing and its cost data through VR environment. Having done that, it will allow owners, architects and cost engineers to view a constructed building project, change its geometric objects and shapes, and accordingly generate a new conceptual cost estimate.
series DDSS
last changed 2003/11/21 15:15

_id 3
authors Andia, Alfredo
year 1998
title Computadoras y Arquitectura en la Era Digital (Computers and Architecture in the Digital Era)
source II Seminario Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings / ISBN 978-97190-0-X] Mar del Plata (Argentina) 9-11 september 1998, pp. 22-31
summary It seems that when architects think, and talk about computers, they only reflect on very narrow images of the phenomenon. Architects think that the impact of computers in their profession is only related to how PCs, CAD/CAM, networks, software, peripherals, can improve the way they work today. Architects, by enlarge, are unable to reflect beyond the screen of their computers and the wall of their offices when it comes to recognize the real consequences resulting from the new technological advances. In this paper we argue that we should think differently. We must recognize that computers are having much more profound impact on the profession. Computers - the technology of the fantastic, par excellence - are changing the city! They are fundamentally transforming the way we use space, and buildings! Computers are beginning to create new kinds of urban cultures and infrastructures. Building types such as offices, banks, retail spaces, and museums are being transformed into virtual workplaces, telecommuting centers, networks of automated teller machines, home banking, smart stores and multimedia experiences. Computers are transforming the concept of working, the concept of banking, the concept of shopping, etc. In the end, something fundamental about the architecture of these activities.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 0f09
authors Ando, H., Kubota, A. and Kiriyama, T.
year 1998
title Study on the collaborative design process over the internet: A case study on VRML 2.0 specification design
source Design Studies 19, pp. 289-308
summary In this paper, we analyze the process of VRML 2.0 (Virtual Reality Modeling Language, Version 2.0) specification design for the deeper understanding of Internet-based collaboration. The VRML design process has the characteristics of being open to the public, geographically distributed, long-term, large-scale, and diverse. First, we examine the overall features of the design process by analyzing the VRML mailing list archive statistically. Secondly, we extract prototyping vocabulary (operational patterns) from the document change log. Thirdly, we analyze the process of proposing and agreeing with the PROTO node in detail. The results of analysis provide us with a guidance for facilitating innovation in the Internet-based collaboration.
series journal paper
last changed 2003/11/21 15:15

_id ga9815
id ga9815
authors Annunziato, M.
year 1998
title The Nagual Experiment
source International Conference on Generative Art
summary This paper refers to an experiment about the use of artificial life structures in order to simulate/evocate natural or artificial patterns. These patterns are the effect of the self-organisation of a population of individuals during their process of development and growth. Although the local dynamics and interactions have a chaotic (partially random) behaviour, the global dynamics of the population produces interesting and well structured patterns. The graphic images generated with these procedures show a wide variety of structures in terms of life (growth) simulations and graphic geometries.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 16
authors Araya, N., Alvarado, R.G. and Gallador, N.A.
year 1998
title Sintaxis Grafica de la Multimedia (Graphical Syntax of Multimedia)
source II Seminario Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings / ISBN 978-97190-0-X] Mar del Plata (Argentina) 9-11 september 1998, pp. 140-145
summary The multimedia offers an integration that must be made by the subject with the stimuli given, in their majority visual. For that reason it is interesting to know how effective may be the use of images and to propose some basic norms for designing multimedia software based on a graphic syntax
series SIGRADI
email
last changed 2016/03/10 09:47

_id ddss9803
id ddss9803
authors Arentze, T., Borgers, A. and Timmermans, H.
year 1998
title Extending spatial DSS with spatial choice models of multipurpose shopping trip behaviour
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 Spatial choice or interaction models have been widely used in spatial DSS or customised GIS for analysing the impacts of retail location plans. The models typically used, however, do not account for spatial agglomeration effects on spatial choice behaviour. This study develops a model system for analysing the impacts of retail plans based on a choice model of multipurpose behaviour developed in earlier work. The model system is implemented in the spatial DSS called Location Planner. An empirical study demonstrates the empirical estimation and use of the model for analysing the impacts of an expansion of floor space in the major shopping centre of a middle-sized city in The Netherlands. The results indicate that agglomeration effects as predicted by the model can have substantial impacts on the performance of retail systems. Therefore, it is argued that when incorporated in a spatial DSS, the more complex models have the potential to improve the use of these systems for impact analysis.
series DDSS
last changed 2003/11/21 15:16

_id ascaad2006_paper19
id ascaad2006_paper19
authors Arjun, G. and J. Plume
year 2006
title Collaborative Architectural Design as a reflective Conversation: an agent facilitated system to support collaborative conceptual design
source Computing in Architecture / Re-Thinking the Discourse: The Second International Conference of the Arab Society for Computer Aided Architectural Design (ASCAAD 2006), 25-27 April 2006, Sharjah, United Arab Emirates
summary In this paper, definitions of collaborative design are discussed and understood in terms of a designer’s cognitive collaborations to explore his/her experiential memory for remote idea associations. Based on Schon’s reflective practice theory, Valkenburg and Dorst’s (1998) description of collaborative team designing is adopted as a model for a proposed design conversation system. The design conversation system is aimed at triggering the experiential memory of the designer by associating significant ideas from different design domains to provide different perspectives of a design situation. The paper describes a proposed framework for the design conversation system incorporating computational agents in a blackboard architecture environment.
series ASCAAD
email
last changed 2007/04/08 19:47

_id 438c
authors Asanowicz, Aleksander and Jakimowicz, Adam (Eds.)
year 1998
title Cyber-Real Design
source 5th International Conference on Computers in Architectural Design / ISBN 83-905377-2-9] Bialystock (Poland), 23-25 April 1998, 262 p.
series plCAD
email
last changed 2003/05/17 10:01

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