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 407

_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 ga9922
id ga9922
authors Annunziato, M. and Pierucci, P.
year 1999
title The Art of Emergence
source International Conference on Generative Art
summary Since several years, the term emergence is mentioned in the paradigm of chaos and complexity. Following this approach, complex system constituted by multitude of individual develop global behavioral properties on the base of local chaotic interactions (self-organization). These theories, developed in scientific and philosophical milieus are rapidly spreading as a "way of thinking" in the several fields of cognitive activities. According to this "way of thinking" it is possible revise some fundamental themes as the economic systems, the cultural systems, the scientific paths, the communication nets under a new approach where nothing is pre-determined, but the global evolution is determined by specific mechanisms of interaction and fundamental events (bifurcation). With a jump in scale of the life, also other basic concepts related to the individuals as intelligence, consciousness, psyche can be revised as self-organizing phenomena. Such a conceptual fertility has been the base for the revision of the artistic activities as flexible instruments for the investigation of imaginary worlds, metaphor of related real worlds. In this sense we claim to the artist a role of "researcher". Through the free exploration of new concepts, he can evoke qualities, configurations and hypothesis which have an esthetical and expressive value and in the most significant cases, they can induce nucleation of cultural and scientific bifurcation. Our vision of the art-science relation is of cooperative type instead of the conflict of the past decades. In this paper we describe some of the most significant realized artworks in order to make explicit the concepts and basic themes. One of the fundamental topics is the way to generate and think to the artwork. Our characterization is to see the artwork not as a static finished product, but as an instance or a dynamic sequence of instances of a creative process which continuously evolves. In this sense, the attention is focused on the "generative idea" which constitutes the envelop of the artworks generable by the process. In this approach the role of technology (computers, synthesizers) is fundamental to create the dimension of the generative environment. Another characterizing aspect of our artworks is derived by the previous approach and specifically related to the interactive installations. The classical relation between artist, artwork and observers is viewed as an unidirectional flux of messages from the artist to the observer through the artwork. In our approach artist, artwork and observer are autonomous entities provided with own personality which jointly intervene to determine the creative paths. The artist which generate the environment in not longer the "owner" of the artwork; simply he dialectically bring the generative environment (provided by a certain degree of autonomy) towards cultural and creative "void" spaces (not still discovered). The observers start from these platforms to generate other creative paths, sometimes absolutely unexpected , developing their new dialectical relations with the artwork itself. The results derived by these positions characterize the expressive elements of the artworks (images, sequences and sounds) as the outcomes of emergent behavior or dynamics both in the sense of esthetical shapes emergent from fertile generative environments, either in terms of emergent relations between artist, artwork and observer, either in terms of concepts which emerge by the metaphor of artificial worlds to produce imaginary hypothesis for the real worlds.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 6ae4
authors Borde, A., Miyamoto, J., Barki, J., and Conde, M.
year 1999
title New Trends In Graphic Representation
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 501-506
summary In terms of graphic representation, architectural & urban study drawings present some fuzziness related to the multiplicity of scales, to the representation of the urban dynamic and to the means of communicating the contents of these studies for different publics, clearly divided among lay and specialists. Since the 16th century there have been certain stimulating propositions to this theme that have had an enormous, often unacknowleged, impact on the perception and construction of the built environment. Recent experiences in Rio, due to the series of urban projects that are being accomplished, is showing that some architecture offices are adopting new graphic trends in drawings conceived for preliminary studies, diagnoses and inventories. Due to the new possibilities offered by graphic computing they are developing, with diferent softwares, a sort of "patchwork” or "collage” and "sampling” technique for morphological analysis and representantion of places and buildings. This use of graphic computing, as an alternative to the usual realistic depictions that attempts to deal with prosaic simulations of an everyday experience, results in a different type of graphic expression that transcend literalism and appealls to the imagination of the general viewer. It is important to highlight that the analysis of these graphic solutions that attempts to turn visible design problems, could result in the development of new graphic tools that will help the creative design process.
keywords Graphic Representation, Architecture, Urbanism
series SIGRADI
email
last changed 2016/03/10 09:47

_id 6e36
authors Castañé, Dora
year 1999
title Documentation and Patrimony. The Digital Era: A Channel for Memory Recovery
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 451-457
summary The end of the millennium with its new digital technology is contributing important tools to the area of documentation and historical patrimony those of us who support the preservation of memories think that a very important way of personalizing and strengthening our identity is to provide to those who inhabit the city with heightened awareness towards the values of our past. The revitalization requires that the patrimony in itself be valued. At the same time, it necessitates the preparation of a great amount of information utilizing cataloguing, research databases, and other materials be accessible to all citizens. This piece of work shares the different digital data base experiences that are being developed in the CEDODAL foundation art and latinamerican architecture (center for documentation), which is under the direction of the architect Ramon Gutierrez, a research services organization, and diverse higher education institutions (universities). Four bases are introduced, each with different thought and criterion structures in the definition of fields as well as in their dynamic visualizations. Each of them possesses great quantities of digital images, blue prints, and texts. In three of those bases, the data is the output from teams of researchers in different topics through special arrangements with Santa Fe's provincial water), Fonart, and city government. At the same time, the CEDODAL catalogues its documentaries with great quantities of photographic information, blue prints, research passages, and a library.
series SIGRADI
email
last changed 2016/03/10 09:48

_id d79a
authors Ekholm, Anders and Fridqvist, Sverker
year 1999
title The BAS*CAAD Information System for Design principles, Implementation, and a Design Scenario
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 149-164
summary The objectives of the BAS-CAAD-project are to investigate into theories and methods for computer aided architectural design, with emphasis on requirements of early stages of the design process. Information systems can be characterised as static or dynamic concerning the definition of classes in the model schema, and concerning classification of model objects. The paper presents the BAS-CAAD system, a prototype software that implements the conceptually most important features of a dynamic information system for design. The BAS-CAAD information system is built on a generic ontological framework. The system allows a free combination of attributes, supporting the incremental way that knowledge is built up during design. It provides a generic library structure that allows definition of objects classes in different levels of generalisation that may originate from international standards or the individual designer. For example, in the construction context, it allows modelling of buildings and their parts, as well as user organisations and user activities. The function of the system is illustrated in two scenarios.
keywords CAD, Design, Dynamic Schema Evolution, Information Systems, Object Oriented Modelling, Product Modelling, Design Scenario
series CAAD Futures
email
last changed 2006/11/07 07:23

_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 d931
authors Gabryszewski, Artur B.
year 1999
title Idea of an Intelligent Building - Development Prospects
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 739-743
doi https://doi.org/10.52842/conf.ecaade.1999.739
summary An ever-increasing number of offices as also residential buildings are being realised by designers and investors in accordance with the concept of an intelligent building. Houses of the new generation are being constructed. This is possible thanks to dynamic progress in the development of computer and microprocessor engineering techniques. Putting into reality the idea of the 'intelligent building' will become one of the most interesting assignments of Polish building industry in the rapidly approaching XXI century. The term 'intelligent building' first appeared in the eighties. The idea behind this conception is aspiring to create a friendly, work supporting, effective environment. The revolution in telecommunications and information technology along with change in the standards of office work, have caused computer networks and modem systems of automation and protection, to invade buildings. From the technical point of view, an intelligent building is an object in which all the subsystems co-operate with each other, forming a friendly environment for man. For users of an intelligent building, the most important issue is realisation of the following aims: object management which includes both control of human resources and automation systems in the building and also efficient management of the building space in such a way that the costs of its utilisation are minimised. The possibility of optional installation of modern systems and equipment should be facilitated by the architecture itself. Therefore, the specifics of all the building elements should be taken into account right at the designing stage. The following features characterise an intelligent building: integration of telecommunication systems in the building, central management and supervision system and utilisation of structural cabling as the carrier of signals controlling most of the systems in the building. Presently, there is no building in Poland that could be characterised by the three features mentioned.
keywords High-tech Architecture, Ecology, CAAD
series eCAADe
email
last changed 2022/06/07 07:50

_id b9d3
authors Galán, B., Argumedo, C. and Paganini, A.
year 1999
title Possibilities of the Computer for the Simulation of the Designer's Constructive Strategies
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 74-78
summary The dynamic analysis (prospective), of products and systems, it is a methodological resource of the design that allows synthetically, and with great economy of investigation resources and time, to put in evidence the tendencies in the evolution of the object. Finally, the design strategies are defined as postures in front of these tendencies of evolution of the significant variables in the cycle of the product. Having as theoretical context the theory of systems,we explored the dynamic analysis of products and systems, taking their evolution along a temporary series that embraces a complete cycle, from the birth of the object until their maturation in the period of saturation of the market. Starting from the analysis of the evolution of the diverse subsystems, and the conflicts among the world of the necessities, (as pressure exercised from the context), and the technical agreement, it shows the evolutionary dynamics,the underlying conflicts to the logic of the system for each product. They are revealed to the design like a cultural operation that should keep in mind the processes of transformation of the mental representations of the object whose evolution should respect certain rules for its as, clearly such as the well-known maya threshold, (most advanced, yet accepted).
series SIGRADI
email
last changed 2016/03/10 09:52

_id 6e38
authors Hanna, A.S. and Lotfallah, W.B.
year 1999
title A fuzzy logic approach to the selection of cranes
source Automation in Construction 8 (5) (1999) pp. 597-608
summary This paper presents a fuzzy logic approach to select the best crane type in a construction project from the main crane types, namely, mobile, tower and derrick cranes. Each factor of the project is classified as being dynamic or static according to whether the factor does or does not depend on the particular project. Linguistic information about the suitability of each crane type with respect to each factor of the project is translated into either fuzzy sets (for static factors) or fuzzy if–then rules (for dynamic factors). The fuzzy rules are then aggregated into a fuzzy relation between the space of factor property and the space of crane efficiency. In a particular project the experts describe the property as well as the relative importance of each factor. The rules are then fired using the max–min extension principle, and the resulting efficiencies are aggregated with their importance weights. The process identifies the best crane as the one with the highest expected overall efficiency.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id fd25
authors Homma, R., Iki, K., Morozumi, M. and Morisaki, T.
year 1999
title Geographic Information Database for Landscape Evaluation
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. 143-152
doi https://doi.org/10.52842/conf.caadria.1999.143
summary In a landscape evaluation of a large-scale facilities construction such as garbage disposal facilities, it is necessary to grasp landscape characteristics of the area that is able to observe object facilities. This landscape characteristic consists of both a geographical characteristic (landscape resources, public space, districts designated by various urban planing laws, etc.) and a visual characteristic (visibility / invisibility range, distance from the object). The facilities design with consideration for landscape requires a geographic information database for the landscape characteristic, which enable planners to share the geographic information in the area. Authors proposed Network-based Dynamic Evaluation Process for urban landscapes in CAADRIA98, and illustrated the need of the common place that shares geographic information in the process. The system has function to provide the information of the area with layered maps simply. However the system developed with HTML Layer Function, that has limited to update data and boolean operate of layers. For using the system for practical purposes, it should conduct a GIS lookup and report back, via HTML. On the other hand, at present, there are various analogue thematic maps, digital maps are not prepared enough for landscape evaluation. It causes that landscape design process is not efficient. Also, a potential (importance) of viewpoints for evaluating facilities design have been defined by qualitative analysis so far, therefore a quantitative comparison of viewpoints was not available. As a solution of those problems, authors are tackling the development of Geographic Information Database (GIDB) by using GIS. In this paper authors give an outline of GIDB composed of overlaying various digital thematic maps included visual characteristic of the facilities. As a case study, in construction of the garbage disposal facilities in Kumamoto city, the important viewpoints was extracted by GIDB.
series CAADRIA
email
last changed 2022/06/07 07:50

_id 30c8
authors Koutamanis, A., Barendse, P.B74 and Kempenaar, J.W.
year 1999
title Web-based CAAD Instruction: The Delft Experience
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 159-168
doi https://doi.org/10.52842/conf.ecaade.1999.159
summary In the early 1990s, the introduction of an extensive CAAD component in the compulsory curriculum of the Faculty of Architecture, Delft University of Technology, stimulated experimentation with computer-based instruction systems. The emergence of the World Wide Web presented new possibilities. Nevertheless, the reasons for investing in Web-based CAAD instruction were mostly pragmatic, i.e. a reaction to necessity, rather than an intention to explore, experiment and revolutionize. One of the problems addressed in our Web-based CAAD instruction is CAAD literacy. Help files and manuals that accompany software have proven to be unsuitable for introductory courses in design computing. This led to the development of a series of dynamic Web-based tutorials, in the form of interactive slide shows. The implementation of the tutorials is based on a cooperative framework that allows teachers and students to contribute at different levels of technical and methodical complexity. The use of the Web in CAAD education also stimulated a more active attitude among students. Despite the limited support and incentives offered by the Faculty, the Web-based CAAD courses became an invitation to intelligent and meaningful use of Web technologies by students for design presentation and communication. This is not only a useful addition to the opportunities offered by CAAD systems but also a prerequisite to new design communities.
keywords WWW Technologies, Teaching
series eCAADe
email
last changed 2022/06/07 07:51

_id 24f0
authors Kram, Reed and Maeda, John
year 1999
title Transducer: 3D Audio-Visual Form-Making as Performance
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 285-291
summary This paper describes Transducer, a prototype digital system for live, audio-visual performance. Currently the process of editing sounds or crafting three-dimensional structures on a computer remains a frustratingly rigid process. Current tools for real-time audio or visual construction using computers involve obtuse controls, either heavily GUI'ed or overstylized. Transducer asks one to envision a space where the process of editing and creating on a computer becomes a dynamic performance. The content of this performance may be sufficiently complex to elicit multiple interpretations, but Transducer enforces the notion that the process of creation should itself be a fluid and transparent expression. The system allows a performer to build constructions of sampled audio and computational three-dimensional form simultaneously. Each sound clip is visualized as a "playable" cylinder of sound that can be manipulated both visually and aurally in real-time. The transducer system demonstrates a creative space with equal design detailing at both the construction and performance phase.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 6384
authors Kurmann, David
year 1999
title Informotion: Dynamic Representation of Information Structures
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. 133-141
doi https://doi.org/10.52842/conf.caadria.1999.133
summary Information is everywhere. We are flooded by information and one can observe peoples problems handling the amount of information. The relational table as the mean to present information as well as simple html pages are having their obvious depts. Therefore, people are looking into three-dimensional representations and entire virtual environments to visualize data contents. Within this papers it is proposed to visualize information and information structures in a dynamic fashion. Therefore, we will have a look at some principles of dynamic representations as well as the metaphors and methods used to enables dynamic representations. With Autonomous Objects in Sculptor and inforMotion two examples are implemented in our research projects using dynamic data visualization.
series CAADRIA
email
last changed 2022/06/07 07:52

_id 0d5b
authors Latch Craig, David and Zimring, Craig
year 1999
title Practical Support for Collaborative Design Involving Divided Interests
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 126-137
doi https://doi.org/10.52842/conf.acadia.1999.126
summary Collaboration is common in design, yet relatively little is known about the cognitive reasoning processes that occur during collaboration. This paper discusses collaborative design, emphasizing the elaboration and transformations of the problem search space, and the roles that unstructured verbal communication and graphic communication can play in these processes. The paper discusses a prototype system called the Immersive Discussion Tool (IDT) that supports asynchronous design. IDT allows collaborators to mark-up 3-D models over the Internet using a variety of tools, including diagrammatic marks, dynamic simulations and text annotations. IDT relies on VRML to view the models, with an extensive Java-based interface on the backend powering the interactive construction and playback of graphical annotations, the management of threaded discussions, and the management of file input/output. The development of this tool has revealed the difficulty of constructing complex marks in a virtual 3-D space, and the initial implementation of IDT suggests several strategies for solving these problems.
series ACADIA
email
last changed 2022/06/07 07:51

_id sigradi2005_097
id sigradi2005_097
authors Luhan, Gregory A.
year 2005
title At Full-Scale | From Installation to Inhabitation
source SIGraDi 2005 - [Proceedings of the 9th Iberoamerican Congress of Digital Graphics] Lima - Peru 21-24 november 2005, vol. 1, pp. 97-102
summary In 1999, the University of Kentucky (then the College of Architecture, now the College of Design-School of Architecture) established a Digital Design Studio to combine the strong tradition of handcrafting in the existing design program with those technologically sophisticated tools shaping the profession for the 21st century. Over a six-year period, this all-digital design studio has developed from a pedagogical model for developing new different ways of seeing and making architecture to a proof-of-concept real-world experience to coalesce state-of-the-art visualization techniques with current expectations of practice. Creating dynamic links between students, industry, and the profession has enabled the School of Architecture to provide leadership for practicing architects, to create an effective dialogue between industrial and design professionals, and to incorporate successfully leading-edge design pedagogy with the more technological applications that will shape the future of architecture practice. The materials presented here reflect a sequence of comprehensive digital projects produced under my direction from 1999 through 2005.
series SIGRADI
email
last changed 2016/03/10 09:55

_id ga9917
id ga9917
authors Maia Jr., A., Valle, R. do, Manzolli, J. and Pereira, L.N.S.
year 1999
title Generative Polymodal Music Process
source International Conference on Generative Art
summary We present underlying ideas used to develop an Algorithmic Composition software named KYKLOS. It was designed to generate music based on generalised musical scales and modes. It is an interactive sonic device to be applied in composition as well in performance. The sonic output of the whole process can be described as generalised polymodal music since “synthetic scales” are generated by the algorithm. This environment can be used in a Computer Assisted Composition manner in order to generate MIDI files. On the other hand, it can equally be used as a performance environment in which a dynamic change of parameters enables a real time control of the sonic process. Recently, we advocated that several mathematical applications in Computer Music can be understood as Sound Functors [1]. In extension, we describe here a sound functor used to model scales and modes. As can be verified, part of early investigations on mathematical structures in music studied musical scales and modes using Combinatorics, Fibonacci Series and Golden Mean in order to understand compositional processes which use modal concepts. Using the Functor definition it is possible to enumerate n-scales as a sequence of integers. Each value in that sequence gives the distance (in half tones) between two consecutive tones. For example, the sequence 3:2:2:3 is interpreted as a pentatonic scale C-Eb-F-G-Bb, and as defined above it is a C mode. So, if we apply cyclical permutations, (n-1)-sequences of numbers should be interpreted as n-modes of tones. Our algorithmic implementation is described briefly. A n-mode is defined as an array with n-1 integers [a1, a2, ...an-1]. Each array generated at k-th step can be read as a number a1a2a3 ....an-1 in decimal representation, where ai is a integer between 1 and 9. We denote the number obtained at k-th step as (a1a2a3 ...an-1)(k) . The rules to implement the algorithm are the following:1) V0 = (1, 1, 1, 1 ......,1) (initial n-mode)2) ? ai ? 11 with i= 1, 2...n-1 (octave range constraint)3) Vk = (a1a2a3 ...an-1)(k) < (b1b2b3 ...bn-1)(k+1) = Vk+1 where aj ?bj , 1? j ? n-1.4) Vmax = (13 – n, 1, 1, ...,1)In this paper we start with a theoretical view and an introduction on the algorithmic mechanism used. Further, we present a concept of man ? machine interaction used to create the composition environment. We also describe the compositional graphic interface developed and general functions of the system. Finally there is a set of music examples generated by KYKLOS as MIDI files.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 6810
authors Makkonen, Petri
year 1999
title On multi body systems simulation in product design
source KTH Stockholm
summary The aim of this thesis is to provide a basis for efficient modelling and software use in simulation driven product development. The capabilities of modern commercial computer software for design are analysed experimentally and qualitatively. An integrated simulation model for design of mechanical systems, based on four different "simulation views" is proposed: An integrated CAE (Computer Aided Engineering) model using Solid Geometry (CAD), Finite Element Modelling (FEM), Multi Body Systems Modelling (MBS) and Dynamic System Simulation utilising Block System Modelling tools is presented. A theoretical design process model for simulation driven design based on the theory of product chromosome is introduced. This thesis comprises a summary and six papers. Paper A presents the general framework and a distributed model for simulation based on CAD, FEM, MBS and Block Systems modelling. Paper B outlines a framework to integrate all these models into MBS simulation for performance prediction and optimisation of mechanical systems, using a modular approach. This methodology has been applied to design of industrial robots of parallel robot type. During the development process, from concept design to detail design, models have been refined from kinematic to dynamic and to elastodynamic models, finally including joint backlash. A method for analysing the kinematic Jacobian by using MBS simulation is presented. Motor torque requirements are studied by varying major robot geometry parameters, in dimensionless form for generality. The robot TCP (Tool Center Point) path in time space, predicted from elastodynamic model simulations, has been transformed to the frequency space by Fourier analysis. By comparison of this result with linear (modal) eigen frequency analysis from the elastodynamic MBS model, internal model validation is obtained. Paper C presents a study of joint backlash. An impact model for joint clearance, utilised in paper B, has been developed and compared to a simplified spring-damper model. The impact model was found to predict contact loss over a wider range of rotational speed than the spring-damper model. Increased joint bearing stiffness was found to widen the speed region of chaotic behaviour, due to loss of contact, while increased damping will reduce the chaotic range. The impact model was found to have stable under- and overcritical speed ranges, around the loss of contact region. The undercritical limit depends on the gravitational load on the clearance joint. Papers D and E give examples of the distributed simulation model approach proposed in paper A. Paper D presents simulation and optimisation of linear servo drives for a 3-axis gantry robot, using block systems modelling. The specified kinematic behaviour is simulated with multi body modelling, while drive systems and control system are modelled using a block system model for each drive. The block system model has been used for optimisation of the transmission and motor selection. Paper E presents an approach for re-using CAD geometry for multi body modelling of a rock drilling rig boom. Paper F presents synthesis methods for mechanical systems. Joint and part number synthesis is performed using the Grübler and Euler equations. The synthesis is continued by applying the theory of generative grammar, from which the grammatical rules of planar mechanisms have been formulated. An example of topological synthesis of mechanisms utilising this grammar is presented. Finally, dimensional synthesis of the mechanism is carried out by utilising non-linear programming with addition of a penalty function to avoid singularities.
keywords Simulation; Optimisation; Control Systems; Computer Aided Engineering; Multi Body Systems; Finite Element Method; Backslash; Clearance; Industrial Robots; Parallel Robots
series thesis:PhD
last changed 2003/02/12 22:37

_id 8666
authors Martínez, A.C., Vigo, L., Cabral, J., Folchi, A. and Palacio, M.
year 2000
title Seminario/Taller de Investigacón Proyectual:Estructura de taller activo para enseñar a proyectar asistido por la tipología y de software de mercado (Design Research Seminar/Workshop: A Structure of Active Studio for the Teaching of Design Aided by Typology and Commercial Software)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 377-379
summary General outline: Typology has provided architects basic design resources in the past. Repertories have been created by comparing and establishing relations among a multiplicity of examples: these repertories have been used as the basis for new inventions. Research on type establishes the foundations for organized knowledge that can be accumulated, shared, and enriched by successive designs. We are testing our assumption that CAD is a specially adequate tool for the transformation and manipulation of type in the early stages of the design process. Goals: Our Seminar/Studio gives those who take part in it a renewed vision of type as a basic disposition that can be subject to dynamic transformations. The use of CAD will allow the participants to experiment and verify design decisions on the grounds of a systematic use of typological precedents. Methodology: Starting with definite examples of contemporary architecture and the design theory backing the examples selected, the seminar/ studio is developed in eight studio sessions, exploring different dimensions leading to the “parti”. It is meant for experienced designers, both advanced students and graduates. The first experimental seminar of two sessions took place in November 1999. A more developed version is under way in August, 2000.
series SIGRADI
email
last changed 2016/03/10 09:55

_id 41d4
authors Medjdoub, Benachir
year 1999
title Interactive 2D Constraint-Based Geometric Construction System
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 197-212
summary This paper presents a 2D Constraint-Based Geometric Construction System where positioning and manipulating geometry is very precise. An unusually simple interface makes this system particularly interactive and easy to use. In our approach, the geometry types supported are: points, lines, circles, ellipses, circular arcs and b-spline curves. All the fundamental topologic constraints, i.e. tangent, parallel, perpendicular, coincident and concentric, are provided. Metric constraints, i.e. dividing the shapes into equal parts or fixing the geometric parameters, are also provided. These constraints are automatically applied by the application in response to the implied intentions of the end- user. Dynamic modifications of partially dimensioned models are supported, whereby the design is modified while enforcing the constraints. A graph-constructive approach is used to solve the model. As we are dealing with partial modifications, this resolution technique is quite sufficient, and makes our system stable and flexible. Our approach focuses highly on interactivity. Positioning a shape constrained to another is made directly through the graphic interface. Constraint relaxation is also done by direct manipulations. Modifications are made by dragging the geometry, or by typing into a numerical panel displaying the free shape parameters. Again, existing constraints are maintained as those numbers are applied. Well -constrained and under-constrained problems are discussed. This approach was developed in Java, JDK 3.0.1 of SGI's Java software.
keywords Sketching, Geometric Constraints, Interactivity, Geometric construction, Dynamic Modifications
series CAAD Futures
email
last changed 2006/11/07 07:22

_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

For more results click below:

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