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 743

_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 2f0b
authors Kurzweil, R.
year 2000
title The Age of Spiritual Machines: When Computers Exceed Human Intelligence
source Penguin Books, London
summary How much do we humans enjoy our current status as the most intelligent beings on earth? Enough to try to stop our own inventions from surpassing us in smarts? If so, we'd better pull the plug right now, because if Ray Kurzweil is right, we've only got until about 2020 before computers outpace the human brain in computational power. Kurzweil, artificial intelligence expert and author of The Age of Intelligent Machines, shows that technological evolution moves at an exponential pace. Further, he asserts, in a sort of swirling postulate, time speeds up as order increases, and vice versa. He calls this the "Law of Time and Chaos," and it means that although entropy is slowing the stream of time down for the universe overall, and thus vastly increasing the amount of time between major events, in the eddy of technological evolution the exact opposite is happening, and events will soon be coming faster and more furiously. This means that we'd better figure out how to deal with conscious machines as soon as possible--they'll soon not only be able to beat us at chess, they'll likely demand civil rights, and they may at last realize the very human dream of immortality. The Age of Spiritual Machines is compelling and accessible, and not necessarily best read from front to back--it's less heavily historical if you jump around (Kurzweil encourages this). Much of the content of the book lays the groundwork to justify Kurzweil's timeline, providing an engaging primer on the philosophical and technological ideas behind the study of consciousness. Instead of being a gee-whiz futurist manifesto, Spiritual Machines reads like a history of the future, without too much science fiction dystopianism. Instead, Kurzweil shows us the logical outgrowths of current trends, with all their attendant possibilities. This is the book we'll turn to when our computers
series other
last changed 2003/04/23 15:14

_id 958e
authors Coppola, Carlo and Ceso, Alessandro
year 2000
title Computer Aided Design and Artificial Intelligence in Urban and Architectural Design
doi https://doi.org/10.52842/conf.ecaade.2000.301
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 301-307
summary In general, computer-aided design is still limited to a rather elementary use of the medium, as it is mainly used for the representation/simulation of a design idea w an electronic drawing-table. hich is not computer-generated. The procedures used to date have been basically been those of an electronic drawing-table. At the first stage of development the objective was to find a different and better means of communication, to give form to an idea so as to show its quality. The procedures used were 2D design and 3D simulation models, usually used when the design was already defined. The second stage is when solid 3D modelling is used to define the formal design at the conception stage, using virtual models instead of study models in wood, plastic, etc. At the same time in other connected fields the objective is to evaluate the feasibility of the formal idea by means of structural and technological analysis. The third stage, in my opinion, should aim to develop procedures capable of contributing to both the generation of the formal idea and the simultaneous study of technical feasibility by means of a decision-making support system aided by an Artificial Intelligence procedure which will lead to what I would describe as the definition of the design in its totality. The approach to architectural and urban design has been strongly influenced by the first two stages, though these have developed independently and with very specific objectives. It is my belief that architectural design is now increasingly the result of a structured and complex process, not a simple act of pure artistic invention. Consequently, I feel that the way forward is a procedure able to virtually represent all the features of the object designed, not only in its definitive configuration but also and more importantly in the interactions which determine the design process as it develops. Thus A.I. becomes the means of synthesis for models which are hierarchically subordinated which together determine the design object in its developmental process, supporting decision-making by applying processing criteria which generative modelling has already identified. This trend is currently being experimented, giving rise to interesting results from process design in the field of industrial production.
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:56

_id f2f1
authors Breen, Jack and Nottrot, Robert
year 2000
title Project a2W. A Dialogue on New Media Perspectives
doi https://doi.org/10.52842/conf.ecaade.2000.291
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 291-296
summary This paper documents an initiative taking the form of a "dialogue". The format which has been developed is somewhat similar to that of the "conversation" which Mondrian conceived in 1919, taking place between two fictitious characters - A and B - discussing the new direction in art, which he called "Nieuwe Beelding" and which contributed to the "De Stijl" movement (the dialogue was followed later that year by a "trialogue" between X, Y and Z on a virtual walk taking them from the countryside to the city) 1 . This time the issue is not so much the evolvement of a new artistic or architectural style, but the role of "new media" in architecture... The present dialogue takes place between two fictitious media proponents ("Alpha" and "Omega"). They take turns questioning several issues and exchanging proposals... What are the values - and the promises - of computer supported instruments in creative design and research - concerning the art and science shaping the built environment? How do the present applications measure up, how do they compare to the expectations and ambitions expressed a number of years ago? The form of a dialogue means that issues and ideas, which are not often aired within the confines of academic discourse, can be played back and forth and a measure of exaggeration was intended from the beginning... This contribution does not in any way pretend to be all-inclusive. Rather, the paper is meant to put forward ideas and experiences - from the perspective of the Delft Media group, in practice, in teaching and in research - which may stimulate (or even irritate?) but will hopefully activate. The aim is to open up discussions, to allow other (hidden) agendas for the future to become more visible and to look for platforms for sharing concepts and fascinations, however improbable they might be...
keywords A Dialogue on New Media
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id 08ea
authors Clayton, Mark J. and Vasquez de Velasco, Guillermo P. (Eds.)
year 2000
title ACADIA 2000: Eternity, Infinity and Virtuality in Architecture
doi https://doi.org/10.52842/conf.acadia.2000
source Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8 / Washington D.C. 19-22 October 2000, 284 p.
summary Eternity, time without end, infinity, space without limits and virtuality, perception without constraints; provide the conceptual framework in which ACADIA 2000 is conceived. It is in human nature to fill what is empty and to empty what is full. Today, thanks to the power of computer processing we can also make small what is too big, make big what is too small, make fast what is too slow, make slow what is too fast, make real what does not exist, and make our reality omni-present at global scale. These are capabilities for which we have no precedents. What we make of them is our privilege and responsibility. Information about a building flows past our keyboards and on to other people. Although we, as architects, add to the information, it originated before us and will go beyond our touch in time, space and understanding. A building description acquires a life of its own that may surpass our own lives as it is stored, transferred, transformed, and reused by unknown intellects, both human and artificial, and in unknown processes. Our actions right now have unforeseen effects. Digital media blurs the boundaries of space, time and our perception of reality. ACADIA 2000 explores the theme of time, space and perception in relation to the information and knowledge that describes architecture. Our invitation to those who are finding ways to apply computer processing power in architecture received overwhelming response, generating paper submissions from five continents. A selected group of reviewers recommended the publication of 24 original full papers out of 42 submitted and 13 short papers out of 30 submitted. Forty-two projects were submitted to the Digital Media Exhibit and 12 were accepted for publication. The papers cover subjects in design knowledge, design process, design representation, design communication, and design education. Fundamental and applied research has been carefully articulated, resulting in developments that may have an important impact on the way we practice and teach architecture in the future.
series ACADIA
email
more www.acadia.org
last changed 2022/06/07 07:49

_id ddssar0007
id ddssar0007
authors Cooper, G., Rezqui, Y., Jackson, M., Lawson, B., Peng, C. and Cerulli, C.
year 2000
title A CAD-based decision support system for the design stage of a construction project
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary Decisions made during the design process are multi-dimensional, combining together factors which range from the highly subjective to the perfectly objective. These decisions are made by many, often non co-located, actors belonging to different disciplines. Moreover, there is a high risk for misunderstandings, inappropriate changes, and decisions, which are not notified to all interested parties. The ADS project (Advanced Decision Support for Construction Design) builds on the results of the earlier COMMIT project to provide an information management system, which addresses these problems. It defines mechanisms to handle the proactive management of information to support decision-making in collaborative projects. Different aspects of the COMMIT system have already been widely published, and the team is now applying the results in the context of construction design. These are referenced in the present paper, which gives an overview of the results of the COMMIT project and discusses some of the issue involved in applying them to the design process in conjunction with an advanced CAD tool.
series DDSS
last changed 2003/08/07 16:36

_id 389b
authors Do, Ellen Yi-Luen
year 2000
title Sketch that Scene for Me: Creating Virtual Worlds by Freehand Drawing
doi https://doi.org/10.52842/conf.ecaade.2000.265
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 265-268
summary With the Web people can now view virtual threedimensional worlds and explore virtual space. Increasingly, novice users are interested in creating 3D Web sites. Virtual Reality Modeling Language gained ISO status in 1997, although it is being supplanted by the compatible Java3D API and alternative 3D Web technologies compete. Viewing VRML scenes is relatively straightforward on most hardware platforms and browsers, but currently there are only two ways to create 3D virtual scenes: One is to code the scene directly using VRML. The other is to use existing CAD and modeling software, and save the world in VRML format or convert to VRML from some other format. Both methods are time consuming, cumbersome, and have steep learning curves. Pen-based user interfaces, on the other hand, are for many an easy and intuitive method for graphics input. Not only are people familiar with the look and feel of paper and pencil, novice users also find it less intimidating to draw what they want, where they want it instead of using a complicated tool palette and pull-down menus. Architects and designers use sketches as a primary tool to generate design ideas and to explore alternatives, and numerous computer-based interfaces have played on the concept of "sketch". However, we restrict the notion of sketch to freehand drawing, which we believe helps people to think, to envision, and to recognize properties of the objects with which they are working. SKETCH employs a pen interface to create three-dimensional models, but it uses a simple language of gestures to control a three-dimensional modeler; it does not attempt to interpret freehand drawings. In contrast, our support of 3D world creation using freehand drawing depend on users’ traditional understanding of a floor plan representation. Igarashi et al. used a pen interface to drive browsing in a 3D world, by projecting the user’s marks on the ground plane in the virtual world. Our Sketch-3D project extends this approach, investigating an interface that allows direct interpretation of the drawing marks (what you draw is what you get) and serves as a rapid prototyping tool for creating 3D virtual scenes.
keywords Freehand Sketching, Pen-Based User Interface, Interaction, VRML, Navigation
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id db00
authors Espina, Jane J.B.
year 2002
title Base de datos de la arquitectura moderna de la ciudad de Maracaibo 1920-1990 [Database of the Modern Architecture of the City of Maracaibo 1920-1990]
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 133-139
summary Bases de datos, Sistemas y Redes 134The purpose of this report is to present the achievements obtained in the use of the technologies of information andcommunication in the architecture, by means of the construction of a database to register the information on the modernarchitecture of the city of Maracaibo from 1920 until 1990, in reference to the constructions located in 5 of Julio, Sectorand to the most outstanding planners for its work, by means of the representation of the same ones in digital format.The objective of this investigation it was to elaborate a database for the registration of the information on the modernarchitecture in the period 1920-1990 of Maracaibo, by means of the design of an automated tool to organize the it datesrelated with the buildings, parcels and planners of the city. The investigation was carried out considering three methodologicalmoments: a) Gathering and classification of the information of the buildings and planners of the modern architectureto elaborate the databases, b) Design of the databases for the organization of the information and c) Design ofthe consultations, information, reports and the beginning menu. For the prosecution of the data files were generated inprograms attended by such computer as: AutoCAD R14 and 2000, Microsoft Word, Microsoft PowerPoint and MicrosoftAccess 2000, CorelDRAW V9.0 and Corel PHOTOPAINT V9.0.The investigation is related with the work developed in the class of Graphic Calculation II, belonging to the Departmentof Communication of the School of Architecture of the Faculty of Architecture and Design of The University of the Zulia(FADLUZ), carried out from the year 1999, using part of the obtained information of the works of the students generatedby means of the CAD systems for the representation in three dimensions of constructions with historical relevance in themodern architecture of Maracaibo, which are classified in the work of The Other City, generating different types ofisometric views, perspectives, representations photorealistics, plants and facades, among others.In what concerns to the thematic of this investigation, previous antecedents are ignored in our environment, and beingthe first time that incorporates the digital graph applied to the work carried out by the architects of “The Other City, thegenesis of the oil city of Maracaibo” carried out in the year 1994; of there the value of this research the field of thearchitecture and computer science. To point out that databases exist in the architecture field fits and of the design, alsoweb sites with information has more than enough architects and architecture works (Montagu, 1999).In The University of the Zulia, specifically in the Faculty of Architecture and Design, they have been carried out twoworks related with the thematic one of database, specifically in the years 1995 and 1996, in the first one a system wasdesigned to visualize, to classify and to analyze from the architectural point of view some historical buildings of Maracaiboand in the second an automated system of documental information was generated on the goods properties built insidethe urban area of Maracaibo. In the world environment it stands out the first database developed in Argentina, it is the database of the Modern andContemporary Architecture “Datarq 2000” elaborated by the Prof. Arturo Montagú of the University of Buenos Aires. The general objective of this work it was the use of new technologies for the prosecution in Architecture and Design (MONTAGU, Ob.cit). In the database, he intends to incorporate a complementary methodology and alternative of use of the informationthat habitually is used in the teaching of the architecture. When concluding this investigation, it was achieved: 1) analysis of projects of modern architecture, of which some form part of the historical patrimony of Maracaibo; 2) organized registrations of type text: historical, formal, space and technical data, and graph: you plant, facades, perspectives, pictures, among other, of the Moments of the Architecture of the Modernity in the city, general data and more excellent characteristics of the constructions, and general data of the Planners with their more important works, besides information on the parcels where the constructions are located, 3)construction in digital format and development of representations photorealistics of architecture projects already built. It is excellent to highlight the importance in the use of the Technologies of Information and Communication in this investigation, since it will allow to incorporate to the means digital part of the information of the modern architecturalconstructions that characterized the city of Maracaibo at the end of the XX century, and that in the last decades they have suffered changes, some of them have disappeared, destroying leaves of the modern historical patrimony of the city; therefore, the necessity arises of to register and to systematize in digital format the graphic information of those constructions. Also, to demonstrate the importance of the use of the computer and of the computer science in the representation and compression of the buildings of the modern architecture, to inclination texts, images, mapping, models in 3D and information organized in databases, and the relevance of the work from the pedagogic point of view,since it will be able to be used in the dictation of computer science classes and history in the teaching of the University studies of third level, allowing the learning with the use in new ways of transmission of the knowledge starting from the visual information on the part of the students in the elaboration of models in three dimensions or electronic scalemodels, also of the modern architecture and in a future to serve as support material for virtual recoveries of some buildings that at the present time they don’t exist or they are almost destroyed. In synthesis, the investigation will allow to know and to register the architecture of Maracaibo in this last decade, which arises under the parameters of the modernity and that through its organization and visualization in digital format, it will allow to the students, professors and interested in knowing it in a quicker and more efficient way, constituting a contribution to theteaching in the history area and calculation. Also, it can be of a lot of utility for the development of future investigation projects related with the thematic one and restoration of buildings of the modernity in Maracaibo.
keywords database, digital format, modern architecture, model, mapping
series SIGRADI
email
last changed 2016/03/10 09:51

_id 3cd1
authors Friedman, Asaf
year 2000
title Language and Movement in CAD Application
doi https://doi.org/10.52842/conf.caadria.2000.423
source CAADRIA 2000 [Proceedings of the Fifth Conference on Computer Aided Architectural Design Research in Asia / ISBN 981-04-2491-4] Singapore 18-19 May 2000, pp. 423-432
summary The paper attempts to explain some of the fundamental concepts as they relate to the experience of movement in space and the representation of walking-through or fly-over in architectural space. My goal is towards improving existing movement-in-architectural-space representation tolls. This study involves current research in cognitive science, in the domain of vision and spatial reasoning, in which we attempt to built a rudimentary model of the apparatus through which people experience space, and, in particular, architectural space. These conceptions necessitated the analysis of language. From the studies we can draw up a small number of critical qualities that have to be present in an improved version of a new movement-in-space representation tool. As opposed to existing computational tools representing movement in space navigation, the tool we build can offer a more immersive interactive experience for evaluating design solution alternatives and predicting moving-in-space experience.
series CAADRIA
email
last changed 2022/06/07 07:50

_id 2004_024
id 2004_024
authors Holmgren, S., Rüdiger, B., Storgaard, K. and Tournay, B.
year 2004
title The Electronic Neighbourhood - A New Urban Space
doi https://doi.org/10.52842/conf.ecaade.2004.024
source Architecture in the Network Society [22nd eCAADe Conference Proceedings / ISBN 0-9541183-2-4] Copenhagen (Denmark) 15-18 September 2004, pp. 24-34
summary During the event Cultural Market Days on 23 and 24 August 2003 at Noerrebro Park in Copenhagen, visitors could also enter the marketplace from their home via the Internet, as a digital 3D model had been constructed that showed the marketplace with all its information booths and activities. This virtual marketplace functioned as an extension of the urban space, allowing you to take part in the flow of information, activities and experiences that were offered in the marketplace. And this just by a click on the Internet address: http://www.e-kvarter.dk. Furthermore at certain times of the day you could chat with people from some of the many working groups of the urban regeneration project in Noerrebro. The digital 3D model is similar to the marketplace, but it creates its own universe in the green surroundings of Noerrebro Park. And now, when the Cultural Market Days are finished and the booths and people have gone, the Electronic Marketplace still remains on the Internet, with a potential for developing a new public space for information, dialogue and cooperation between the actors of the urban regeneration project. This paper presents the results of a 3-year research project, The Electronic Neighbourhood (2000-2004). Researchers have developed and tested a digital model of the urban area and other digital tools for supporting the dialogue and cooperation between professionals and citizens in an urban regeneration project in Copenhagen. The Danish Agency for Enterprise and Housing, the Ministry for Refugees, Immigration and Integration and Copenhagen Municipality have financed the research, which is planned to be published 2004. The results can also be followed on the Internet www.e-kvarter.dk.
keywords 3D Modelling; Virtual Environments; Design Process; Human-Computer Interaction; Collaborative Design; Urban Planning
series eCAADe
last changed 2022/06/07 07:50

_id 4fa1
authors Lee, E., Ida, Y., Woo, S. and Sasada, T.
year 1999
title Environmental Design Using Fractals in Computer Graphics
doi https://doi.org/10.52842/conf.ecaade.1999.533
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 533-538
summary Computer graphics have developed efficient techniques for visualisation of the real world. Many of the algorithms have a physical basis, such as computational models for the light and the shadow, models of real objects (buildings, mountains, roads and so on) and the simulation of natural phenomenon. Now computer graphics techniques provide the virtual world with a perception of three dimensions. The concept of the virtual world and its technology have been expanding and intensifying in recent years. Almost everything in the real world has been simulated in virtual world. When it comes to a terrain model, what we need is labour and time. But now it is possible to simulate terrain like the real world using fractals in computer graphics with a very small program and small data set. This study aims to show how to build a real world impression in the virtual world. In this paper the authors suggest a landscape design method and show the results of its application.
keywords Fractals, Polygon-Reduction, Computer Graphics, Virtual World, Collaboration
series eCAADe
last changed 2022/06/07 07:51

_id fdb8
authors Montagu, A., Rodriguez Barros, D. and Chernobilsky, L.
year 2000
title The New Reality through Virtuality
doi https://doi.org/10.52842/conf.ecaade.2000.225
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 225-229
summary In this paper we want to develop some conceptual reflections of the processes of virtualization procedures with the aim to indicate a series of misfits and mutations as byproducts of the “digital-graphic culture” (DGC) when we are dealing with the perception of the “digital space”. Considering the present situation, a bit chaotic from a pedagogical point of view, we also want to propose a set of “virtual space parameters” in order to organize in a systemic way the teaching procedures of architectural design when using digital technology. Nowadays there is a great variety of computer graphics applications comprising practically all the fields of “science & technology”, “architecture, design & urbanism”, “video & film”, “sound” and the massive amount of information technology protocols. This fact obliges us to have an overall view about the meaning of “the new reality through virtuality”. The paper is divided in two sections and one appendix. In the first section we recognise the relationships among the sensory apparatus, the cognitive structures of perception and the cultural models involved in the process of understanding the reality. In the second section, as architects, we use to have “a global set of social and technical responsabilities” to organize the physical space, but now we must also be able to organize the “virtual space” obtained from a multidimensional set of computer simulations. There are certain features that can be used as “sensory parameters” when we are dealing with architectural design in the “virtual world”, taking into consideration the differences between “immersive virtual reality” and “non inmersive virtual reality”. In the appendix we present a summary of some conclusions based on a set of pedagogical applications analysing the positive and the negative consequences of working exclusively in a “virtual world”.
keywords Virtualisation Processes, Simulation, Philosophy, Space, Design, Cyberspace
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:58

_id ga0010
id ga0010
authors Moroni, A., Zuben, F. Von and Manzolli, J.
year 2000
title ArTbitrariness in Music
source International Conference on Generative Art
summary Evolution is now considered not only powerful enough to bring about the biological entities as complex as humans and conciousness, but also useful in simulation to create algorithms and structures of higher levels of complexity than could easily be built by design. In the context of artistic domains, the process of human-machine interaction is analyzed as a good framework to explore creativity and to produce results that could not be obtained without this interaction. When evolutionary computation and other computational intelligence methodologies are involved, every attempt to improve aesthetic judgement we denote as ArTbitrariness, and is interpreted as an interactive iterative optimization process. ArTbitrariness is also suggested as an effective way to produce art through an efficient manipulation of information and a proper use of computational creativity to increase the complexity of the results without neglecting the aesthetic aspects [Moroni et al., 2000]. Our emphasis will be in an approach to interactive music composition. The problem of computer generation of musical material has received extensive attention and a subclass of the field of algorithmic composition includes those applications which use the computer as something in between an instrument, in which a user "plays" through the application's interface, and a compositional aid, which a user experiments with in order to generate stimulating and varying musical material. This approach was adopted in Vox Populi, a hybrid made up of an instrument and a compositional environment. Differently from other systems found in genetic algorithms or evolutionary computation, in which people have to listen to and judge the musical items, Vox Populi uses the computer and the mouse as real-time music controllers, acting as a new interactive computer-based musical instrument. The interface is designed to be flexible for the user to modify the music being generated. It explores evolutionary computation in the context of algorithmic composition and provides a graphical interface that allows to modify the tonal center and the voice range, changing the evolution of the music by using the mouse[Moroni et al., 1999]. A piece of music consists of several sets of musical material manipulated and exposed to the listener, for example pitches, harmonies, rhythms, timbres, etc. They are composed of a finite number of elements and basically, the aim of a composer is to organize those elements in an esthetic way. Modeling a piece as a dynamic system implies a view in which the composer draws trajectories or orbits using the elements of each set [Manzolli, 1991]. Nonlinear iterative mappings are associated with interface controls. In the next page two examples of nonlinear iterative mappings with their resulting musical pieces are shown.The mappings may give rise to attractors, defined as geometric figures that represent the set of stationary states of a non-linear dynamic system, or simply trajectories to which the system is attracted. The relevance of this approach goes beyond music applications per se. Computer music systems that are built on the basis of a solid theory can be coherently embedded into multimedia environments. The richness and specialty of the music domain are likely to initiate new thinking and ideas, which will have an impact on areas such as knowledge representation and planning, and on the design of visual formalisms and human-computer interfaces in general. Above and bellow, Vox Populi interface is depicted, showing two nonlinear iterative mappings with their resulting musical pieces. References [Manzolli, 1991] J. Manzolli. Harmonic Strange Attractors, CEM BULLETIN, Vol. 2, No. 2, 4 -- 7, 1991. [Moroni et al., 1999] Moroni, J. Manzolli, F. Von Zuben, R. Gudwin. Evolutionary Computation applied to Algorithmic Composition, Proceedings of CEC99 - IEEE International Conference on Evolutionary Computation, Washington D. C., p. 807 -- 811,1999. [Moroni et al., 2000] Moroni, A., Von Zuben, F. and Manzolli, J. ArTbitration, Las Vegas, USA: Proceedings of the 2000 Genetic and Evolutionary Computation Conference Workshop Program – GECCO, 143 -- 145, 2000.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 6472
authors Muñoz, Patricia Laura
year 2000
title Diversidad e igualación: Informática y Material Didáctico para la Enseñanza de Morfología en Diseño (Diversity and Equalization: Computing and Didactic Material for the Teaching of Morphology in Design)
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. 358-360
summary The application of digital technology in education urges us to think when, how and why these new resources should be introduced in superior education, because they represent no guarantee of quality. These features should be built beyond the media used. This new instrument requires a work with multiple sources: different disciplines provide working standards for the development of multimedia aids for teaching. In the particular field of morphology for the project area, digital science brings particular benefits such as the possibility of viewing temporal processes, the interaction that makes comprehension easier and the occasion to set in context the contents developed. In a design practice that rejects its own rules we aim to give sense to the deepest knowledge that makes its practice possible, recovered and reinterpreted by digital instruments. So this media will not imprison us in fixed models but will let us find our own possibilities of expression.
series SIGRADI
email
last changed 2016/03/10 09:55

_id ca3d
authors Shakarchi, Ali Y.
year 2000
title Tools for Distributed Design Practice
doi https://doi.org/10.52842/conf.ecaade.2000.089
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 89-92
summary During collaboration designers jointly solve problems as well as interact for critical feedback. Today’s heterogeneous, distributed and global market demands of designers collaboration in both synchronous and asynchronous mode. The management and control of such projects is frequently geographical and temporally distributed. Increasingly, efficient communication is becoming a vital component in the design process, whether in managing the project data or controlling the compatibility of different inputs by design team members or minimizing the revision cycles. Paper presents and discuss iSPACE, the mature prototype software application developed to serve different scenarios of communication between the distributed design team members. The iSPACE is web based application that can deliver an interactive environment over low-bandwidth connections. Application of iSPACE in the educational environment is monitored and discussed. Giving the potential of this technology to enhance and to streamline complex tasks associated with the design process, the quality of the design product is changing. The new style of design practice can be now practically further modeled, supported and enhanced.
keywords Design Collaboration, Design Process, i-space, Digital Media
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:56

_id 4eb5
authors Stellingwerff, Martijn and Verbeke, Johan (Eds.)
year 2001
title ACCOLADE - Architecture, Collaboration, Design
source Delft University Press (DUP Science) / ISBN 90-407-2216-1Ý/ The Netherlands, 202 p. [Book ordering info: m.c.stellingwerff@bk.tudelft.nl]
summary This book is the outcome of the Euro-Workshop {ACCOLADE} which took place from 28th of August till 1st of September 2000. The Euro-Workshop was funded by the European Commission through the Fifth Framework of Research. Young and senior researchers worked together on the theme of Architectural Collaborative Design. The set of traditional papers is supplemented by a report on the brainstorm and working sessions which produced a lot of materials for future research directions. They are summarized in a research agenda. The global scheme gives a structure for the different sub-themes ranging from communication language, communication behaviour, communication environment, goals and roles and education. The combination of technical reflections and human aspects makes this book a unique position in the field of collaborative design. The name {ACCOLADE} is an acronym for Architectural Collaborative Design. The association of this name is positive because the accolade sign brings a number of different words together in a group. E.g. {England, Belgium, the Netherlands, Italy, ...}. The meaning of the word in English is 'a mark of honour' and the French meaning of the word is a 'solemn embrace'. It also refers to the multi-disciplinary design process. These connotations can be useful for a collaboration project in which many different people and parties plan to make a joint design effort.
series other
email
last changed 2001/09/14 21:30

_id 36
authors González, Carlos Guillermo
year 1998
title Una TecnologÌa Digital Para el Diseño: El Tde-Ac (A Digital Technology for Design: The Tde-Ac)
source II Seminario Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings / ISBN 978-97190-0-X] Mar del Plata (Argentina) 9-11 september 1998, pp. 274-279
summary TDE is a graphic language capable of notation of pure design operations, which offers an alternative to Monge and Perspective drawing. This language which was perfected and developed by Claudio Guerri in the late 80's, is originated in the Theory of Spatial Delimitation of CÈsar Janello (1974-1984). From 1995 onwards, and within the framework of the UBACyT AR025 Project (1995-1997), a software in order to apply the TDE through computer technology started to be developed. This work is carried out within the framework of the research program SPATIAL SEMIOTICS-DESIGN THEORY of the FADU-UBA directed by Claudio Guerri, and is continued in the UBACyT AR01 4 Project (1998-2000) "TDE-AC. Graphic language. TDE computer assisted". The computer tool TDE-AC, adds to this graphic language the power of the processing speed and a certain autonomy of interpretation and execution of design operations, which enables to visualize results with a remarkable speed in relation with manual or intellectual work in front of the drawing table. Trough the amplified projection on the screens of the program the stage of development and effectivity of TDE-AC will be demonstrated.
series SIGRADI
email
last changed 2016/03/10 09:52

_id ddssar0018
id ddssar0018
authors Loon, Peter Paul van
year 2000
title Team design from the individual points of viewa humanistic approach
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary This paper deals with design in teams from the individual points of view of all the parties involved in the process: principals, investors, owners, specialists, experts, advisors, officials, builders, users and residents. Taken together, these different points of view enable us to describe decentralised design in its pure form.Discussion of the individual points of view is possible only if one assumes that the parties involved have their own standpoints in the form of a collection of definable goals (all their wishes, efforts, principles, standards etc.), that they will endeavour to achieve those goals and that they will adjust their actions and decisions during the design process to serve those goals. For the elaboration of this individual point of view (of team design in a matrix structure) I shall take as a basis two concepts from decision theory: ‘methodological individualism’ and ‘the actor’s viewpoint’.
series DDSS
last changed 2003/08/07 16:36

_id 17ae
authors McCullogh, M.
year 2000
title Abstracting Craft: The Practised Digital Hand
source MIT Press, Cambridge Mass.
summary Can designing for computers be a craft? This is the question this book sets out to answer. At first sight, the situation is unpromising: craft is the work of hands, and "hands are underrated," in modern life; especially as computers are seen as abstract, conceptual, creations of pure mind. Yet since computation has become a medium, rather than just a tool kit, the correspondence between digital work and traditional craft is increasing. Modern software products, though immaterial, are nevertheless the creation of "practised hands" and eyes, as well as minds. Moreover, to craft is to care: humane values can - and should - inform a software designer's work just as a potter's or carpenter's. McCullough gives all those who work with code the chance to proclaim: "I am not a programmer! I am a digital craftsperson!"
series other
email
last changed 2003/04/23 15:14

_id bae5
authors Sacks, R., Warszawski, A. and Kirsch, Uri
year 2000
title Structural design in an automated building system
source Automation in Construction 10 (1) (2000) pp. 181-197
summary Structural design of buildings has proven particularly difficult to automate. Parametric templates are too limited to be practicable, and pure AI-based approaches have found little application in design offices. This paper presents `Intelligent Parametric Templates' (IPT) for structural design within an Automated Building System. It demonstrates that, for rectangular plan building types, comprehensive automation of general and detailed structural design is feasible. The software `knowledge modules' that were developed deal with rectangular buildings. IPTs for two complete slab solutions have been implemented.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

For more results click below:

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