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 520

_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 389b
authors Do, Ellen Yi-Luen
year 2000
title Sketch that Scene for Me: Creating Virtual Worlds by Freehand Drawing
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
doi https://doi.org/10.52842/conf.ecaade.2000.265
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 b3b1
authors Ebrahim, Mostafa Abdel-Bary
year 1997
title Application and evaluation of digital image techniques in close range photogrammetry
source University of Innsbruck
summary Most of the orthomapping techniques that are used in the present are restricted to surfaces that arise from a function of 'ground co- ordinates' z = f (x, y) , so-called 2.5D objects. Some techniques are also restricted to surfaces with kind of smooth shape or even to regular surfaces, but all of them are established to rectify images (although increasingly digitally). A new approach has been established for digital restitution and orthomapping of close range objects of almost any shape and size and with almost no restriction to images or objects. The idea of this approach is an inversion of the photographic technique and is (on the contrary to the 'rectification approach') strictly object oriented. All of the objects are regarded to be describable in their geometrical shape by a number of particular faces that can be regular or irregular but can anyway be created in a CAD environment. The data needed to get this surface can come from any photogrammetric, tachometric or other source with any particular one wants to have for the results. All the details that lie on that surface don't have to be restituted by analog or analytical point measurement but can after that be projected onto this surface from any photo, from any side and with any camera they have been taken. A 'Digital Projector' does the projection of the photos from the same positions and with the same inner orientation as of photographic camera. Using this approach any measurements of any details on the facades can be done easily. No details of the object can be neglected, none can be forgotten, no prior filtering of details has preceded this using. The full information of the original photos is available in the results. The results of the restitution can be presented in many ways. One of them is create orthoimages in any scale. Other results are any perspective or parallel view of the object. Other use of the strict 3D map-covered object for visualization (e.g. in architecture and archaeology application) is possible  
keywords Digital Image; Digital Projector; Close Range Photogrammetry; Architectural Photogrammetry; 2.5d Objects; Visualization
series thesis:PhD
email
more http://www.arcs.ac.at/dissdb/rn027356
last changed 2003/02/12 22:37

_id e76c
authors Sato, Y., Wheeler, M.D. and Ikeuchi, K.
year 1997
title Object shape and reflectance modeling from observation
source Proceedings of SIGGRAPH 97, pp. 379-387, August, 1997
summary An object model for computer graphics applications should contain two aspects of information: shape and reflectance properties of the object. A number of techniques have been developed for modeling object shapes by observing real objects. In contrast, attempts to model reflectance properties of real objects have been rather limited. In most cases, modeled reflectance properties are too simple or too complicated to be used for synthesizing realistic images of the object. In this paper, we propose a new method for modeling object reflectance properties, as well as object shapes, by observing real objects. First, an object surface shape is reconstructed by merging multiple range images of the object. By using the reconstructed object shape and a sequence of color images of the object, parameters of a reflection model are estimated in a robust manner. The key point of the proposed method is that, first, the diffuse and specular reflection components are separated from the color image sequence, and then, reflectance parameters of each reflection component are estimated separately. This approach enables estimation of reflectance properties of real objects whose surfaces show specularity as well as diffusely reflected lights. The recovered object shape and reflectance properties are then used for synthesizing object images with realistic shading effects under arbitrary illumination conditions.
series other
last changed 2003/04/23 15:50

_id d46d
authors Takahashi, S., Shinagawa, Y. and Kunii, T.L.
year 1997
title A Feature-Based Approach for Smooth Surfaces
source Proceedings of Fourth Symposium on Solid Modeling, pp. 97-110
summary Feature-based representation has become a topic of interest in shape modeling techniques. Such feature- based techniques are, however, still restricted to polyhedral shapes, and none has been done on smooth sur- faces. This paper presents a new feature-based ap- proach for smooth surfaces. Here, the smooth surfaces are assumed to be 2-dimensional @differentiable manifolds within a theoretical framework. As the shape features, critical points such as peaks, pits, and passes are used. We also use a critical point graph called the R.eeb graph to represent the topological skeletons of a smooth object. Since the critical points have close relations with the entities of B-reps, the framework of thtx B-reps can easily be applied to our approach. In our method, the shape design process begins with specifying the topological skeletons using the Reeb graph. The Reeb graph is edited by pasting the enti- ties called cells that have one-to-one correspondences with the critical points. In addition to the topological skeletons, users also design the geometry of the objects with smooth surfaces by specifying the flow curves that run on the object surface. From these flow curves, the system automatically creates a control network that encloses the object shape. The surfaces are interpolated from the control network by minimizing the allergy function subject to the deformation of the surfaces using variational optimization.
series other
last changed 2003/04/23 15:50

_id 460e
authors Dannettel, Mark E
year 1997
title Interactive Multimedia Design: Operational Structures and Intuitive Environments for CD-ROM
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 415-427
doi https://doi.org/10.52842/conf.caadria.1997.415
summary This paper presents practical design concepts for the production of CD-ROMs or on-line media projects which are intended for scholastic and professional use. It is based on the experience and knowledge which has been gained while developing a multimedia package here at the Department of Architecture at CUHK. The package deals exclusively with the technical issue of vertical transportation in buildings, and is intended to be used as a design tool in professional offices, as well as in classroom settings. The required research and production for the development of the structures, formats, and interfaces of this project, along with the consequential evaluation and revision of this work, has led to a greater understanding of appropriate applications for interactive interactive multimedia designs. Specially, the paper addresses the fundamental issues of ‘user-format’, and a distinction is made between applications which operate as ‘tools’ and those which operate as ‘resources’. Descriptions are provided for both types of operational formats, and suggestions are made as to how one might decided which format would be appropriate for a specific project. Briefly, resource produces imply that a user actively pursues information in a relatively static environment, while tool procedures imply that a user works jointly with the software to process information and arrive at a unique output. This distinction between the two formats is mostly grounded in the design of the structure and user-interface, and thus the point is made that the material content of the application does not necessarily imply a mandatory use of either format. In light of this observation that an application’s format relies on the appropriateness of operational procedures, rather than on its material content, further discussions of the implications of such procedures (using a ‘resource’ vs. using a ‘tool’) are provided.
series CAADRIA
email
last changed 2022/06/07 07:55

_id 2a09
authors Donath, Judith Stefania
year 1997
title Inhabiting the virtual city : the design of social environments for electronic communities
source Massachusetts Institute of Technology, Program in Media Arts & Sciences
summary The goal of this work is to develop an approach to the design of on-line social environments. My thesis is that, in order to foster the development of vibrant and viable online communities, the environment - i.e. the technical infrastructure and user interface - must provide the means to communicate social cues and information: the participants must be able to perceive the social patterns of activity and affiliation and the community must be able to evolve a fluid and subtle cultural vocabulary. The theoretical foundation for the research is drawn from traditional studies of society and culture and from observations of contemporary on-line systems. Starting with an analysis of the fundamental differences between real and virtual societies - most notably, the presence and absence of the body - the first section examines the ways social cues are communicated in the real world, discusses the limits imposed on on-line communities due to their mediated and bodiless nature, and explores directions that virtual societies can take that are impossible for physical ones. These ideas form the basis for the main part of the thesis, a design platform for creating sociable virtual environments. The focus of the discussion is on the analysis of a set of implemented design experiments that explore three areas of the platform: the visual representations of social phenomena, the role of information spaces as contexts for communication, and the presentation of self in the virtual world.
series thesis:PhD
email
more http://smg.media.mit.edu/people/Judith/Thesis/
last changed 2003/02/12 22:37

_id ce97
authors Faconti, D., Giacchin V. and Pellitteri, G.
year 1997
title On-line Handbook to Support Brickwork Design
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.v9i
summary Computer assistants to building design are more and more oriented to construct repertories of cases to be recalled as possible suggestions to a real design situation. For this purpose it is necessary that the cases be described by the parameters most apt to describe the design situations. In this way it will be possible to extract out of the repertory the existing case most akin to the design problem the designer is dealing with. This kind of help is the most fit to the usual behaviour of a designer which, in order to find the best solution to a design problem, resort to his culture, his knowledge of real cases, which he tries to adapt to the peculiar need of his present case. This paper presents an attempt to construct such a tool also if restricted to only one building component: the exterior brickwork. It is structured as an Hypertext, which allows a net of relationships much richer than the one of a conventional handbook.
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/faconti/faconti.htm
last changed 2022/06/07 07:50

_id 09d0
authors Feldman, T.
year 1997
title An Introduction to Digital Media
source Routledge, London
summary What exactly is digital media, and where is our "digital revolution" leading us? Tony Feldman, in An Introduction to Digital Media, lays the groundwork for clear understanding of the changing technology embedded in our daily lives. Feldman, with over fifteen years direct involvement in marketing and analyzing digital media technology, offers a lucid account of the evolution and application of digital media. He considers "off-line" media, such as CD-ROMs, along with transmitted media, such as digital broadcasting and online services. Emphasizing multimedia services and products, he explores the phenomenal growth of CD-based information and entertainment, with a special concentration on the Internet.
series other
last changed 2003/04/23 15:14

_id 6cb4
authors Leupen, B., Grafe, C., Körnig, N., Lampe, M. and De Zeeuw, P.
year 1997
title Design and Analysis
source New York: Van Nostrand Reinhold
summary Design and Analysis by Bernard Leupen, Christoph Grafe, Nicola Körnig, Marc Lampe, and Peter de Zeeuw Design and Analysis is an insightful, interdisciplinary exploration of the diversity of analytic methods used by architects, designers, urban planners, and landscape architects to understand the structure and principles of the built environment. Developed by a team headed by Bernard Leupen at Delft University of Technology, The Netherlands, Design and Analysis defies borders of history, geography, and discipline, tracing the evolution of design principles from ancient Greece to the 20th century. "Only methodical analysis gives us an insight into the design process," states architect Bernard Tschumi. Using historical examples from architecture, urban design, and landscape architecture, Design and Analysis defines an ordered system that enables the design student or professional to identify the factors that influence designers' decisions, and shows how to relate them to the finished project. Design and Analysis is organized into six chapters that correspond to these factors: order and composition, functionality, structure, typology, context, and analytical techniques. The authors introduce the analytical drawing as a time-tested means to obtaining insight into the design process. Over 100 line drawings are featured in all. Using contemporary architectural examples to teach ancient design principles, Design and Analysis is more than just an introduction to analytical methods. The authors give an outline of space design as a whole, from individual buildings to urban and landscape ensembles. Though primarily intended for design students to help them appreciate many of the issues that they will face as professionals, Design and Analysis's broad, easy-to-read approach makes it an invaluable handbook for designers of all disciplines.
series other
last changed 2003/04/23 15:14

_id 8f16
authors Pizarro, D.V., Price, D.L. and Beliveau, Y.J.
year 1997
title Auditory collision warning signals for crane operation
source Automation in Construction 5 (6) (1997) pp. 445-457
summary This study examined the effect that an auditory collision warning signal's pulse rate, pulse pattern, and onset distance had on subject braking responses in a simulated crane/overhead power line collision scenario. The experimental warning signal alerted subjects of their proximity to overhead power lines. The experimental taks required subjects to monitor a simulated auditory collision warning signal while simultaneously operating a single-axis driving simulation task. The driving task simulated an actual crane operator's mental workload required to navigate a crane and manipulate various loads. Subjects were required to initiate braking responses based on the information conveyed solely through the auditory collision warning system. No visual information was provided to the subjects to isolate the effects of the warning signal. Subjective ratings of the auditory warning signals were obtained to compare subjects' actual performance using the warning signal versus their subjective preferences. Results indicate that subjects were able to initiate appropriate braking responses while using an auditory collision warning signal with moderate onset distances and low pulse rates. The auditory pulse pattern did not have a large impact on subjects' braking responses except at extremely short onset distances. Overall, it was concluded that a pulsing auditory warning signal comprised of a moderate onset distance and low pulse rate could work effectively as a proximity warning device for mobile cranes.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id cc51
authors Schnier, T. and Gero, J.S
year 1997
title Dominant and recessive genes in evolutionary systems applied to spatial reasoning
source A. Sattar (Ed.), Advanced Topics in Artificial Intelligence: 10th Australian Joint Conference on Artificial Intelligence AI97 Proceedings, Springer, Heidelberg, pp. 127-136
summary Learning genetic representation has been shown to be a useful tool in evolutionary computation. It can reduce the time required to find solutions and it allows the search process to be biased towards more desirable solutions. Learn-ing genetic representation involves the bottom-up creation of evolved genes from either original (basic) genes or from other evolved genes and the introduction of those into the population. The evolved genes effectively protect combinations of genes that have been found useful from being disturbed by the genetic operations (cross-over, mutation). However, this protection can rapidly lead to situations where evolved genes in-terlock in such a way that few or no genetic operations are possible on some genotypes. To prevent the interlocking previous implementations only allow the creation of evolved genes from genes that are direct neighbours on the genotype and therefore form continuous blocks. In this paper it is shown that the notion of dominant and recessive genes can be used to remove this limitation. Using more than one gene at a single location makes it possible to construct genetic operations that can separate interlocking evolved genes. This allows the use of non-continuous evolved genes with only minimal violations of the protection of evolved genes from those operations. As an example, this paper shows how evolved genes with dominant and re-cessive genes can be used to learn features from a set of Mondrian paintings. The representation can then be used to create new designs that contain features of the examples. The Mondrian paintings can be coded as a tree, where every node represents a rectangle division, with values for direction, position, line-width and colour. The modified evolutionary operations allow the system to cre-ate non-continuous evolved genes, for example associate two divisions with thin lines, without specifying other values. Analysis of the behaviour of the system shows that about one in ten genes is a dominant/recessive gene pair. This shows that while dominant and recessive genes are important to allow the use of non-continuous evolved genes, they do not occur often enough to seriously violate the protection of evolved genes from genetic operations.
keywords Evolutionary Systems, Genetic Representations
series other
email
last changed 2003/04/06 07:24

_id ffe2
authors Carrar, G., Luna, F. and Rajchman, A.
year 1999
title Cúpulas Telefónicas - Mobiliario Urbano, Diseño Industrial aplicado a una empresa de servicios (Telephone Cupolas - Urban Furniture, Industrial Design Applied to a Company of Services)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 426-409
summary By november 1996, the state telecomunication company called for a national booth design contest. The idea was to use the awarded design shortly as part of the renovation of the public phone service. Gruppo MDM won the design contest and was contracted to do the manufacture technical drawings and a prototype which was tested during 1997. By 1997, an international bid was held, including the awarded project. Gruppo MDM was contracted for the follow up of the manufacture process, including research of suppliers worldwide, materials arriving on time with the quality required, verifying local suppliers with deadlines and quality controlls according to the specifications.
series SIGRADI
email
last changed 2016/03/10 09:48

_id avocaad_2001_02
id avocaad_2001_02
authors Cheng-Yuan Lin, Yu-Tung Liu
year 2001
title A digital Procedure of Building Construction: A practical project
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary In earlier times in which computers have not yet been developed well, there has been some researches regarding representation using conventional media (Gombrich, 1960; Arnheim, 1970). For ancient architects, the design process was described abstractly by text (Hewitt, 1985; Cable, 1983); the process evolved from unselfconscious to conscious ways (Alexander, 1964). Till the appearance of 2D drawings, these drawings could only express abstract visual thinking and visually conceptualized vocabulary (Goldschmidt, 1999). Then with the massive use of physical models in the Renaissance, the form and space of architecture was given better precision (Millon, 1994). Researches continued their attempts to identify the nature of different design tools (Eastman and Fereshe, 1994). Simon (1981) figured out that human increasingly relies on other specialists, computational agents, and materials referred to augment their cognitive abilities. This discourse was verified by recent research on conception of design and the expression using digital technologies (McCullough, 1996; Perez-Gomez and Pelletier, 1997). While other design tools did not change as much as representation (Panofsky, 1991; Koch, 1997), the involvement of computers in conventional architecture design arouses a new design thinking of digital architecture (Liu, 1996; Krawczyk, 1997; Murray, 1997; Wertheim, 1999). The notion of the link between ideas and media is emphasized throughout various fields, such as architectural education (Radford, 2000), Internet, and restoration of historical architecture (Potier et al., 2000). Information technology is also an important tool for civil engineering projects (Choi and Ibbs, 1989). Compared with conventional design media, computers avoid some errors in the process (Zaera, 1997). However, most of the application of computers to construction is restricted to simulations in building process (Halpin, 1990). It is worth studying how to employ computer technology meaningfully to bring significant changes to concept stage during the process of building construction (Madazo, 2000; Dave, 2000) and communication (Haymaker, 2000).In architectural design, concept design was achieved through drawings and models (Mitchell, 1997), while the working drawings and even shop drawings were brewed and communicated through drawings only. However, the most effective method of shaping building elements is to build models by computer (Madrazo, 1999). With the trend of 3D visualization (Johnson and Clayton, 1998) and the difference of designing between the physical environment and virtual environment (Maher et al. 2000), we intend to study the possibilities of using digital models, in addition to drawings, as a critical media in the conceptual stage of building construction process in the near future (just as the critical role that physical models played in early design process in the Renaissance). This research is combined with two practical building projects, following the progress of construction by using digital models and animations to simulate the structural layouts of the projects. We also tried to solve the complicated and even conflicting problems in the detail and piping design process through an easily accessible and precise interface. An attempt was made to delineate the hierarchy of the elements in a single structural and constructional system, and the corresponding relations among the systems. Since building construction is often complicated and even conflicting, precision needed to complete the projects can not be based merely on 2D drawings with some imagination. The purpose of this paper is to describe all the related elements according to precision and correctness, to discuss every possibility of different thinking in design of electric-mechanical engineering, to receive feedback from the construction projects in the real world, and to compare the digital models with conventional drawings.Through the application of this research, the subtle relations between the conventional drawings and digital models can be used in the area of building construction. Moreover, a theoretical model and standard process is proposed by using conventional drawings, digital models and physical buildings. By introducing the intervention of digital media in design process of working drawings and shop drawings, there is an opportune chance to use the digital media as a prominent design tool. This study extends the use of digital model and animation from design process to construction process. However, the entire construction process involves various details and exceptions, which are not discussed in this paper. These limitations should be explored in future studies.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 40d7
authors Dalyrmple, Michael and Gerzso, Michael
year 1998
title Executable Drawings: The Computation of Digital Architecture
source Digital Design Studios: Do Computers Make a Difference? [ACADIA Conference Proceedings / ISBN 1-880250-07-1] Québec City (Canada) October 22-25, 1998, pp. 172-187
doi https://doi.org/10.52842/conf.acadia.1998.172
summary Architectural designs are principally represented by drawings. Usually, each drawing corresponds to one design or aspects of one design. On the other hand, one executable drawing corresponds to a set of designs. These drawings are the same as conventional drawings except that they have computer code or programs embedded in them. A specific design is the result of the computer executing the code in a drawing for a particular set of parameter values. If the parameters are changed, a new design or design variation is produced. With executable drawings, a CAD system is also a program editor. A designer not only designs by drawing but also programming. It fuses two activities: the first, drawing, is basic in architectural practice; and the second, progamming, or specifying the relation of outputs from inputs, is basic in computer system development. A consequence of executable drawings is that architectural form is represented by graphical entities (lines or shapes) as well as computer code or programs. This type of architecture we call digital architecture. Two simple examples are presented: first, the design of a building in terms of an executable drawing of the architects, Sangallo the Younger and Michelangelo, and second, a description of an object oriented implementation of a preliminary prototype of an executable drawing system written in 1997 which computes a simple office layout.
series ACADIA
email
last changed 2022/06/07 07:55

_id 2a5e
authors Does, J. van der and Giró, H.
year 1997
title Design communication and image processing
source Architectural and Urban Simulation Techniques in Research and Education [Proceedings of the 3rd European Architectural Endoscopy Association Conference / ISBN 90-407-1669-2]
summary In the proceedings of the first EAEA conference, 1993, I mentioned our first study focused on refining endoscopic video images of a detailed architectural model and drawings. The study was based on work with 900 subjects, of which 200 were professional architects. It has led to a number of technical improvements. In the second study we compared computer-aided design techniques with two techniques from the first study, endoscopic video recordings and coloured and black and white elevations and perspective drawings. Four different groups of 50 subjects took part in this research. We found that computer images are invariably judged to be of moderate value, while drawings yielded consistently high scores. Endoscopic video recordings of the scale model received high scores as far as emotional response is concerned, and moderate scores when the participants were questioned on the actual content of the recordings.
keywords Architectural Endoscopy, Endoscopy, Simulation, Visualisation, Visualization, Real Environments
series EAEA
email
more http://www.bk.tudelft.nl/media/eaea/eaea97.html
last changed 2005/09/09 10:43

_id 1f0c
authors Fukai, D.
year 1997
title PCIS: a piece-based construction information system on the world wide web
source Automation in Construction 6 (4) (1997) pp. 287-298
summary This paper describes a piece-based construction information system organized as a hypergraphic virtual environment on the World Wide Web. An array of cubes on the site's animated splash-page acts as a directory to a collection of data-theaters that give this information its virtual form. A mouse click on one of these cubes leads to an orthographic model of the object to be constructed. This model is an index to a database of scaled drawings, animations, and specifications. The index is hypergraphic because a click on the image of one of the pieces of the model leads to a data page that provides information about that piece in the context of its assembly. Panels surround the index to act as an interface to projections of the pieces of the object. These projections include elevations, plans, slices, and dimensioned details. A click on the elevation-panel leads to information on finishes, framing, and construction of each face of the object. From above, the plan-panel shows roofing, framing, floor plan, foundation layout, excavation, and utilities as an animation of the construction process. There are also animated slice-panels that cut through the object to give heights and materials. A click on one of these panels leads to two-dimensional drawings and details of the actual construction. The orthographic index morphs to a framed VR environment where the model can be turned and viewed in perspective. A click on one of the pieces of the model in this information the VR environment leads to specifications and manufacturing information about the materials of its construction. The user accesses this information through a tool-palette to communicate with design team members. In this way, the team can coordinate the document's development, review progress, and make changes to the information system. This breaks the notion of a construction document as an object-of-exchange and suggests the use of the computer as a medium of communication that facilitates the design and construction process.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id f5f8
id f5f8
authors Goldman, Glen
year 1997
title ARCHITECTURAL GRAPHICS: TRADITIONAL AND DIGITAL COMMUNICATION
source Prentice Hall (ISBN: 0-13-341967)
summary The media used to create architectural drawings are now more varied than ever before. Basic principles of drawing types, from two-dimensional orthographic projections (plans, elevations, etc.) to perspective to axonometrics are media independent. While "what the images are" may be constant, the way in which they are created and modified is, at time, media dependent and therefore variable. Because we can only modify what we create, the way an image or model is created (and therefore the media employed) affects its future uses and possibilities. Architectural Graphics is written from the point of view of today's architects - one who must be comfortable working in a variety of media. A variety of diagrams, photos, and simple drawings combine with well-executed finished samples to illustrate the basic principles of graphic communication, as well as the specific characteristics of both traditional and digital media.
series other
type normal paper
last changed 2004/09/18 19:06

_id 137d
authors Jencks, Charles and Kropf, Karl
year 1997
title Theories And Manifestoes of Contemporary Architecture
source Academy Editions, Chichester, UK
summary This book presents over 120 of the key arguments of today's major architectural philosophers and gurus. These show that the Modern architecture of the early part of this century has mutated into three main traditions: a critical and ecological Post-Modernism; a High-Tech and sculptural Late Modernism, and deconstructive, subversive New Modernism. Here are the seminal texts of James Stirling, Robert Venturi, Colin Rowe, Christopher Alexander, Frank Gehry, Reyner Banham, Bernard Tschumi, Rem Koolhaas and many others who have changed the discourse of architecture. Here also are the anti-Modern texts of the traditionalists - Leon Krier, Demetri Porphyrios, Quinlan Terry, Prince Charles and others. Many of these texts are concise, edited versions of influential books. Highly informative and richly illustrated with over forty drawings and photographs.
series other
last changed 2003/04/23 15:14

_id 6f47
authors Lewin, J.S. and Gross, M.D.
year 1997
title Resolving archaeological site data with 3D computer modeling: the case of Ceren
source Automation in Construction 6 (4) (1997) pp. 323-334
summary This paper reports on our experience working with a team of anthropologists to construct three-dimensional computer graphic models of Ceren, an archaeological site in western El Salvador, using inexpensive hardware and software. In constructing the model we discovered various ambiguities and inconsistencies in the raw site data and drawings we were provided. We resolved these problems by analysis and reinterpretation of the data, working closely with our archaeologist collaborator. What began as a simple exercise in rendering developed into a collaborative research effort to understand and interpret the source data. The process of computer modeling forced us to re-examine, analyze and interpret the information from the site.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

For more results click below:

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