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 627

_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 4805
authors Bentley, P.
year 1999
title Evolutionary Design by Computers Morgan Kaufmann
source San Francisco, CA
summary Computers can only do what we tell them to do. They are our blind, unconscious digital slaves, bound to us by the unbreakable chains of our programs. These programs instruct computers what to do, when to do it, and how it should be done. But what happens when we loosen these chains? What happens when we tell a computer to use a process that we do not fully understand, in order to achieve something we do not fully understand? What happens when we tell a computer to evolve designs? As this book will show, what happens is that the computer gains almost human-like qualities of autonomy, innovative flair, and even creativity. These 'skills'which evolution so mysteriously endows upon our computers open up a whole new way of using computers in design. Today our former 'glorified typewriters' or 'overcomplicated drawing boards' can do everything from generating new ideas and concepts in design, to improving the performance of designs well beyond the abilities of even the most skilled human designer. Evolving designs on computers now enables us to employ computers in every stage of the design process. This is no longer computer aided design - this is becoming computer design. The pages of this book testify to the ability of today's evolutionary computer techniques in design. Flick through them and you will see designs of satellite booms, load cells, flywheels, computer networks, artistic images, sculptures, virtual creatures, house and hospital architectural plans, bridges, cranes, analogue circuits and even coffee tables. Out of all of the designs in the world, the collection you see in this book have a unique history: they were all evolved by computer, not designed by humans.
series other
last changed 2003/04/23 15:14

_id ab13
authors Mcfadzean, J., Cross, N. and Johnson, J.H.
year 1999
title An Analysis of Architectural Visual Reasoning in Conceptual Sketching via Computational Sketch Analysis CSA
source Proc. International Conference on Information Visualisation, IVí99. IEEE Computer Society, London
summary Visual reasoning in design is facilitated by sketching. This research investigates how designers sketch, specifically analysing the physical details of mark making. It relates the graphical representations to the abstract cognitive processes of architectural design. A new form of protocol analysis has been developed using video and computer records of designers' sketching activity. The analysis of the resulting data compares the designer's retrospective commentary and interpretations of the sketching activity with the computer's record of that activity. The analysis will lead to a greater understanding of the relationships between 'Design Events' and 'Graphical Events' and thus how the notational activity of sketching supports the cognitive activity of conceptual design.
series other
last changed 2003/04/23 15:14

_id dc01
authors Saleh Uddin, M.
year 1999
title Digital Architecture
source McGraw-Hill
summary Digital Architecture is the only guide that shows you how to create accomplished computer drawings by displaying and explaining the work of many of today's most justly celebrated design professionals. It gives you the foundation to understand how these international masters so deftly exploited computers, by providing a clear overview of the hardware, software, and input and output devices involved in digital media. It then showcases the conceptual studies, desktop formats, 3D renderings, digital hybrids, and animation of more than 50 top designers and firms. Each project comes with a succinct explanation of the design concept, drawing techniques, hardware and software used, and output media involved. Featuring an easy-to-use, loose-leaf format, Digital Architecture will be your ongoing reference on hybrid digital representation and an endless source of ideas and inspiration.
series other
last changed 2003/04/23 15:14

_id 0c9c
authors Tweed, Christopher
year 1999
title Prescribing Designs
doi https://doi.org/10.52842/conf.ecaade.1999.051
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 51-57
summary Much of the debate and argument among CAAD researchers has turned on the degree to which CAAD systems limit the ways in which designers can express themselves. By defining representations for design objects and design functions, systems determine what it is possible to describe. Aart Bijl used the term 'prescriptiveness' to refer to this property of systems, and the need to overcome it was a major preoccupation of research at EdCAAD during the 1980s, including the development of the MOLE (Modelling Objects with Logic Expressions) system. But in trying to offer designers the freedom that was judged to be essential to evolving design practices, MOLE transferred much of the burden of programming from system developers to end-users - you can have any design objects you want, as long as you write the code. Close examination of MOLE's logic reveals that it too had to rely on fundamental definitions that, even if not domain-specific, are certainly historically contingent. This paper will return to the issue of prescriptiveness, summarising the lessons learned from the MOLE 'experiment,' and identifying new prescriptions that are deciding what designs can be. Looking beyond computer representations, we find that designs are shaped by much larger, and arguably more powerful, historical, social and cultural forces surrounding design practice. These forces are shaping the way CAAD is used and how new systems are conceived and developed.
keywords Bijl, Prescriptiveness
series eCAADe
email
last changed 2022/06/07 07:58

_id 732d
authors Uddin, M. Saleh
year 1999
title Digital Architecture
source McGraw-Hill, New York
summary Digital Architecture is the only guide that shows you how to create accomplished computer drawings by displaying and explaining the work of many of today's most justly celebrated design professionals. It gives you the foundation to understand how these international masters so deftly exploited computers, by providing a clear overview of the hardware, software, and input and output devices involved in digital media. It then showcases the conceptual studies, desktop formats, 3D renderings, digital hybrids, and animation of more than 50 top designers and firms. Each project comes with a succinct explanation of the design concept, drawing techniques, hardware and software used, and output media involved. Featuring an easy-to-use, loose-leaf format, Digital Architecture will be your ongoing reference on hybrid digital representation and an endless source of ideas and inspiration.
series other
last changed 2003/04/23 15:14

_id 2c4a
authors Aroztegui, Carmen
year 1999
title The Architect's Use of the Internet - Study of the Architectural Presentation Possibilities
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 363-368
summary The Internet media is opening new horizons in communication and representation in architecture. However, its use today is superficial, limited, and without creativity. This study will explore theories, methods and examples of how the virtual space of the Internet can be used in its full potential. That means to present ways of observing, understanding, interacting, and communicating the space without precedents in architecture. The existent presentations made by architects in the Internet are in general poor and static. Through the comparative analysis of two presentations of the same architectural space in the Internet and the use of state of the art technology in the Internet, this study will show innovations that will make the exploration of the architectural space more attractive, dynamic and interactive. The main issues will be on one hand, the improvement in the communication of the design through the use of the Internet, and on the other hand, the rise of the standards in the quality of the architectural presentations. This work will project possible implications of the Internet in architecture.
series SIGRADI
email
last changed 2016/03/10 09:47

_id f11d
authors Brown, K. and Petersen, D.
year 1999
title Ready-to-Run Java 3D
source Wiley Computer Publishing
summary Written for the intermediate Java programmer and Web site designer, Ready-to-Run Java 3D provides sample Java applets and code using Sun's new Java 3D API. This book provides a worthy jump-start for Java 3D that goes well beyond the documentation provided by Sun. Coverage includes downloading the Java 2 plug-in (needed by Java 3D) and basic Java 3D classes for storing shapes, matrices, and scenes. A listing of all Java 3D classes shows off its considerable richness. Generally, this book tries to cover basic 3D concepts and how they are implemented in Java 3D. (It assumes a certain knowledge of math, particularly with matrices, which are a staple of 3D graphics). Well-commented source code is printed throughout (though there is little additional commentary). An applet for orbiting planets provides an entertaining demonstration of transforming objects onscreen. You'll learn to add processing for fog effects and texture mapping and get material on 3D sound effects and several public domain tools for working with 3D artwork (including converting VRML [Virtual Reality Markup Language] files for use with Java 3D). In all, this book largely succeeds at being accessible for HTML designers while being useful to Java programmers. With Java 3D, Sun is betting that 3D graphics shouldn't require a degree in computer science. This book reflects that philosophy, though advanced Java developers will probably want more detail on this exciting new graphics package. --Richard Dragan Topics covered: Individual applets for morphing, translation, rotation, and scaling; support for light and transparency; adding motion and interaction to 3D objects (with Java 3D classes for behaviors and interpolators); and Java 3D classes used for event handling.
series other
last changed 2003/04/23 15:14

_id 85ab
authors Corrao, Rossella and Fulantelli, Giovanni
year 1999
title Architects in the Information Society: The Role of New Technologies
doi https://doi.org/10.52842/conf.ecaade.1999.665
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 665-671
summary New Technologies (NTs) offer us tools with which to deal with the new challenges that a changing society or workplace presents. In particular, new design strategies and approaches are required by the emerging Information Society, and NTs offer effective solutions to the designers in the different stages of their professional life, and in different working situations. In this paper some meaningful scenarios of the use of the NTs in Architecture and Urban Design are introduced; the scenarios have been selected in order to understand how the role of architects in the Information Society is changing, and what new opportunities NTs offer them. It will be underlined how the telematic networks play an essential role in the activation of virtual studios that are able to compete in an increasingly global market; examples will be given of the use of the Web to support activities related to Urban Planning and Management; it will be shown how the Internet may be used to access strategic resources for education and training, and sustain lifelong learning. The aforesaid considerations derive from a Web-Based Instruction system we have developed to support University students in the definition of projects that can concern either single buildings or whole parts of a city. The system can easily be adopted in the other scenarios introduced.
keywords Architecture, Urban Planning , New Technologies, World Wide Web, Education
series eCAADe
email
last changed 2022/06/07 07:56

_id 4b48
authors Dourish, P.
year 1999
title Where the Footprints Lead: Tracking down other roles for social navigation
source Social Navigation of Information Space, eds. A. Munro, K. H. and D Benyon. London: Springer-Verlag, pp 15-34
summary Collaborative Filtering was proposed in the early 1990's as a means of managing access to large information spaces by capturing and exploiting aspects of the experiences of previous users of the same information. Social navigation is a more general form of this style of interaction, and with the widening scope of the Internet as an information provider, systems of this sort have rapidly moved from early research prototypes to deployed services in everyday use. On the other hand, to most of the HCI community, the term social navigation" is largely synonymous with "recommendation systems": systems that match your interests to those of others and, on that basis, provide recommendations about such things as music, books, articles and films that you might enjoy. The challenge for social navigation, as an area of research and development endeavour, is to move beyond this rather limited view of the role of social navigation; and to do this, we must try to take a broader view of both our remit and our opportunities. This chapter will revisit the original motivations, and chart something of the path that recent developments have taken. Based on reflections on the original concerns that motivated research into social navigation, it will explore some new avenues of research. In particular, it will focus on two. The first is social navigation within the framework of "awareness" provisions in collaborative systems generally; and the second is the relationship of social navigation systems to spatial models and the ideas of "space" and "place" in collaborative settings. By exploring these two ideas, two related goals can be achieved. The first is to draw attention to ways in which current research into social navigation can be made relevant to other areas of research endeavour; and the second is to re-motivate the idea of "social navigation" as a fundamental model for collaboration in information-seeking."
series other
last changed 2003/04/23 15:50

_id ga9916
id ga9916
authors Elzenga, R. Neal and Pontecorvo, Michael S.
year 1999
title Arties: Meta-Design as Evolving Colonies of Artistic Agents
source International Conference on Generative Art
summary Meta-design, the act of designing a system or species of design instead of a design instance, is an important concept in modern design practice and in the generative design paradigm. For meta-design to be a useful tool, the designer must have more formal support for both design species definition/expression and the abstract attributes which the designer is attempting to embody within a design. Arties is an exploration of one possible avenue for supporting meta-design. Arties is an artistic system emphasizing the co-evolution of colonies of Artificial Life design or artistic agents (called arties) and the environment they inhabit. Generative design systems have concentrated on biological genetics metaphors where a population of design instances are evolved directly from a set of ‘parent’ designs in a succession of generations. In Arties, the a-life agent which is evolved, produces the design instance as a byproduct of interacting with its environment. Arties utilize an attraction potential curve as their primary dynamic. They sense the relative attraction of entities in their environment, using multiple sensory channels. Arties then associate an attractiveness score to each entity. This attractiveness score is combined with a 'taste' function built into the artie that is sensitized to that observation channel, entity, and distance by a transfer function. Arties use this attraction to guide decisions and behaviors. A community of arties, with independent evolving attraction criteria can pass collective judgement on each point in an art space. As the Artie moves within this space it modifies the environment in reaction to what it senses. Arties support for Meta-design is in (A) the process of evolving arties, breeding their attraction potential curve parameters using a genetic algorithm and (B) their use of sensory channels to support abstract attributes geometries. Adjustment of these parameters tunes the attraction of the artie along various sensing channels. The multi-agent co-evolution of Arties is one approach to creating a system for supporting meta-design. Arties is part of an on-going exploration of how to support meta-design in computer augmented design systems. Our future work with Arties-like systems will be concerned with applications in areas such as modeling adaptive directives in Architecture, Object Structure Design, spatio-temporal behaviors design (for games and simulations), virtual ambient spaces, and representation and computation of abstract design attributes.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id acadia06_426
id acadia06_426
authors Garber, R., Robertson, N.
year 2006
title The Pleated Cape: From the Mass-Standardization of Levittown to Mass Customization Today
doi https://doi.org/10.52842/conf.acadia.2006.426
source Synthetic Landscapes [Proceedings of the 25th Annual Conference of the Association for Computer-Aided Design in Architecture] pp. 426-439
summary In the 1950’s, the Levitts put mass-production and the reverse assembly line into use in the building of thousands of single-family houses. However, the lack of variation that made their construction process so successful ultimately produced a mundane suburban landscape of sameness. While there were many attempts to differentiate these Levitt Cape Cods, none matched the ingenuity of their original construction process. The notion of mass-customization has been heavily theorized since the 1990’s, first appearing in the field of management and ultimately finding its way into the field of architecture. Greg Lynn used mass-customization in his design for the Embryological House in which thousands of unique houses could be generated using biological rules of differentiation (Lynn 1999). Other industries have embraced the premise that computer-numerically-controlled technologies allow for the production of variation, though it has not been thoroughly studied in architecture. While digital fabrication has been integral in the realization of several high-profile projects, the notion of large-scale mass-customization in the spec-housing market has yet to become a reality. Through the execution of an addition to a Cape Cod-style house, we examine the intersection between prefabricated standardized panels and digital fabrication to produce a mass-customized approach to housing design. Through illustrations and a detailed description of our design process, we will show how digital fabrication technologies allow for customization of mass produced products.
series ACADIA
email
last changed 2022/06/07 07:50

_id 4ae8
authors Kokosalakis, Jen, Hohmann, L.M. and Pamplin, I.
year 1999
title Benefits of Data Integration in Building Modelling: 3D Object Oriented Professional Collaboration
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 103-130
summary This paper will review current progress across the building construction industry in meeting demands for use of data integration with the 3D building model as the coordinating device in building design and development. Decades of national initiatives from NEDO (1990) to Egan (1998) have striven to encourage collaboration in first the building design team and later targetting in programmas the means to accomplish this. In its 14th year 'The User Group' has intensified efforts to persuade the industry of the benefits of associating all data involved from the first briefing and conception of design needs and ideas, through the development of the design, testing for structures, costs, heating, lighting, urban and rural environmental impact, facilities management, adaptation and even the eventual controlled demolition of the building. Examples in this paper will be reported from 'The User Group' conference, "Profit from Data Integration: An industry update", (NEC, Birmingham, Nov. 1998), to indicate how various organisations are now profiting from data integration in 3D object orientated modelling.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id ab9c
authors Kvan, Thomas and Kvan, Erik
year 1999
title Is Design Really Social
source International Journal of Virtual Reality, 4:1
summary There are many who will readily agree with Mitchell's assertion that "the most interesting new directions (for computer-aided design) are suggested by the growing convergence of computation and telecommunication. This allows us to treat designing not just as a technical process... but also as a social process." [Mitchell 1995]. The assumption is that design was a social process until users of computer-aided design systems were distracted into treating it as a merely technical process. Most readers will assume that this convergence must and will lead to increased communication between design participants, that better social interaction leads to be better design. The unspoken assumption appears to be that putting the participants into an environment with maximal communication channels will result in design collaboration. The tools provided, therefore, must permit the best communication and the best social interaction. We see a danger here, a pattern being repeated which may lead us into less than useful activities. As with several (popular) architectural design or modelling systems already available, however, computer system implementations all too often are poor imitations manual systems. For example, few in the field will argue with the statement that the storage of data in layers in a computer-aided drafting system is an dispensable approach. Layers derive from manual overlay drafting technology [Stitt 1984] which was regarded as an advanced (manual) production concept at the time many software engineers were specifying CAD software designs. Early implementations of CAD systems (such as RUCAPS, GDS, Computervision) avoided such data organisation, the software engineers recognising that object-based structures are more flexible, permitting greater control of data editing and display. Layer-based systems, however, are easier to implement in software, more familiar to the user and hence easier to explain, initially easier to use but more limiting for an experienced and thoughtful user, leading in the end to a lesser quality in resultant drawings and significant problems in output control (see Richens [1990], pp. 31-40 for a detailed analysis of such features and constraints). Here then we see the design for architectural software faithfully but inappropriately following manual methods. So too is there a danger of assuming that the best social interaction is that done face-to-face, therefore all collaborative design communications environments must mimic face-to-face.
series journal paper
email
last changed 2003/05/15 10:29

_id 4a1a
authors Laird, J.E.
year 2001
title Using Computer Game to Develop Advanced AI
source Computer, 34 (7), July pp. 70-75
summary Although computer and video games have existed for fewer than 40 years, they are already serious business. Entertainment software, the entertainment industry's fastest growing segment, currently generates sales surpassing the film industry's gross revenues. Computer games have significantly affected personal computer sales, providing the initial application for CD-ROMs, driving advancements in graphics technology, and motivating the purchase of ever faster machines. Next-generation computer game consoles are extending this trend, with Sony and Toshiba spending $2 billion to develop the Playstation 2 and Microsoft planning to spend more than $500 million just to market its Xbox console [1]. These investments have paid off. In the past five years, the quality and complexity of computer games have advanced significantly. Computer graphics have shown the most noticeable improvement, with the number of polygons rendered in a scene increasing almost exponentially each year, significantly enhancing the games' realism. For example, the original Playstation, released in 1995, renders 300,000 polygons per second, while Sega's Dreamcast, released in 1999, renders 3 million polygons per second. The Playstation 2 sets the current standard, rendering 66 million polygons per second, while projections indicate the Xbox will render more than lOO million polygons per second. Thus, the images on today's $300 game consoles rival or surpass those available on the previous decade's $50,000 computers. The impact of these improvements is evident in the complexity and realism of the environments underlying today's games, from detailed indoor rooms and corridors to vast outdoor landscapes. These games populate the environments with both human and computer controlled characters, making them a rich laboratory for artificial intelligence research into developing intelligent and social autonomous agents. Indeed, computer games offer a fitting subject for serious academic study, undergraduate education, and graduate student and faculty research. Creating and efficiently rendering these environments touches on every topic in a computer science curriculum. The "Teaching Game Design " sidebar describes the benefits and challenges of developing computer game design courses, an increasingly popular field of study
series journal paper
last changed 2003/04/23 15:50

_id b42b
authors Martinez, B.S., Fasce, A., Merlos, N. and Ortega, F.G.
year 1999
title Objeto, función y funcionamiento de la herramienta informática en las practicas proyectuales de los alumnos, aplicada a la generación de Diseño Textil. (Object, Function and Operation of Computer Tools in the practice of Design by students, applied to the generation of Textile Design)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 430-433
summary Continuing with our investigation of application of the computer tool in the generation of Textile Design is that we center this work on the query about which, because and like they are carried out you practice them of representation using systems CAD in the generation of Textile Design, on the part of the students and the meaning that these they attribute to the use of this digital tool. The investigation of happiness is practiced it centers this way from its linking with these as alternative of pedagogic intervention, framed in the implementation particularities of you practice them proyects in the shop of Textile Design, with the objective of Knowing and Tipificar the different representation alternatives for the carried out students. The elected methodology for the present investigation is the qualitative logic, inside an interpretation focus, to describe and to interpret the meanings that the students grant to the use of the computer tool in their exercises proyects. For the process of obtaining of data, was carried out a flowing and open work, of interviews and permanent selection where you drain the sample according to the saturation approaches that settled down during the course of the same one, the analysis type it allowed us the conceptual comparisons, associated to strategies, by means of which we obtained the excellent information that finally will be processed and restored to the group for, if it considers it to him pertinent, become use material in the future.
series SIGRADI
email
last changed 2016/03/10 09:55

_id ga9914
id ga9914
authors Meogrossi, Piero
year 1999
title The Idea of Rome: The Shape of Utopy
source International Conference on Generative Art
summary After having spent many years in researching about the topographical connections in the city and over the monumental sites and the main architectures of Rome (Palatino, Coliseum, Appia Antica are the areas where he’s working as director of restoring for the Rome Soprintendenza Archeologica) the architect Piero Meogrossi confirms his personal thesis dealing with a strategic oriented direction showing a geomanthic dynamism able to drive the urban growth. A key measure axis used to plan the topography submits the urban shape and the design itself at different ages revealing a virtual matrix whose hidden identity remains astronomically and simbolically characterized by the specific season position of the sun accorded to the dies natalis of Rome, the famous april XXIth connected with the romulean age and the tradictional Squared Rome. Such recognition over the archeological city connects the legendary and historical tales to the main monuments of Rome whose architectonical centers become instrumental knots to control, to accord and to submit to a DNA topographical codex, a symbolical axis-decuimanus by which the romans drive rules of the earth and of the sky (natural perspectives and sundial measures). The utopian reconstruction of the "sun-city plan" has confirmed the quality of the project by Sixtus Vth, the XVIIth century pope who wanted to create, as a new Romulus, a town design able to make comparison with the dynamic shape of the roman antiquities, a "net-city" whose infrastructures (obelisques and streets, etc.) let understood the value of that ancient topographical axis linking each others the center of the optagonal labyrinth to the center of Palatino,to the center of arch of Costantine to the center of Coliseum, to the center of optagonal hall in the golden kingdome by Nero........and further on. Rome, as example of historical town due to the western culture globality, needs to discover and organise those phisical memories,hidden identies whose ancient shape which can yet offer opportunies for the future plans and projects but only if the reality will be pushed by an Utopian vision as the Roman Column 200mt.high,accorded to the shapes upwritten, a Meogrossi’s project winner of the Utopia award in a national competition for the Rome of third millennium.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 36dc
authors Reffat, Rabee M. and Gero, John S.
year 1999
title Situatedness: A New Dimension for Learning Systems in Design
doi https://doi.org/10.52842/conf.ecaade.1999.252
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 252-261
summary In this paper we adopt the approach that designing is a series of situated acts, ie designing cannot be pre-planned to completion. This is based on ideas from situated cognition theory that claims that what people perceive, how they conceive and what they do develop together and are adapted to the environment. For a system to be useful for human designers it must have the ability to associate what is learned to its environment. In order for a system to do that such a system must be able to acquire knowledge of the environment that a design constructs. Therefore, acknowledging the notion of situatedness is of importance to provide a system with such capability and add on a new dimension to existing learning systems in design. We will call such a learning system within the design domain a Situated Learning Design System (SLDS). A SLDS should be able to create its own situational categories from its perceptual experiences and modify them if encountered again to link the learned knowledge to its corresponding situation. We have chosen architectural shapes as the vehicle to demonstrate our ideas and used multiple representations to build a platform for a SLDS to learn from. In this paper the notion of situatedness and its role in both designing and learning is discussed. The overall architecture of a SLDS is introduced and how the potential outcome of such a system will support human designers while designing is discussed.
keywords Designing, Situated Knowledge, Multiple Representations, Situated Learning
series eCAADe
email
last changed 2022/06/07 08:00

_id 0647
authors Rosenberg, D.
year 1999
title Use Case Driven Object Modeling with UML
source A Practical Approach. Reading, MA: Addison-Wesley
summary Combining some of today's best ideas about customer-driven object-oriented design, Use Case Driven Object Modeling with UML: A Practical Approach shows you how to use Unified Modeling Language (UML) in the real world, keeping with the author's proprietary software design process. The book begins with the genesis of the author's ICONIX Unified Object Modeling Approach, borrowing ideas and strategies from the "three amigos" who invented UML: Grady Booch, James Rumbaugh, and Ivar Jacobson. Throughout this text, the ICONIX method is used to model a stock trading system, with all the relevant UML diagrams, beginning with class definition and use cases. The author's approach to software relies heavily on customer requirements and use case scenarios for which he has a good deal of practical advice. He provides numerous hints for avoiding bogged-down diagrams. After preliminary design, he advocates drilling down into specifics with robustness diagrams, which trace how classes interact with one another. The most detailed design work comes next with sequence diagrams. Subsequent chapters offer tips on project management, implementation, and testing. Throughout this lively and intelligently organized book, the author presents numerous real-world tips (and Top 10 lists) that supply wisdom to his perspective on effective software design.
series other
last changed 2003/04/23 15:14

_id 4827
authors Sasada, Tsuyoshi
year 1999
title Computer Graphics and Design: Presentation, Design Development and Conception
doi https://doi.org/10.52842/conf.caadria.1999.021
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 21-29
summary Computer graphics is a powerful medium for presentation and design. In early days of its usage, it has been used mainly for presentation. Then it was started to use computer graphics in design development stage. Even more, nowadays you can get an inspiration from it. With tracing the change, we can see a centripetal movement of usage from the fringe to the core of the design field. This paper will describe how this change occurred with what kind of effort.
series CAADRIA
email
last changed 2022/06/07 07:57

For more results click below:

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