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 170

_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 acadia21_530
id acadia21_530
authors Adel, Arash; Augustynowicz, Edyta; Wehrle, Thomas
year 2021
title Robotic Timber Construction
source ACADIA 2021: Realignments: Toward Critical Computation [Proceedings of the 41st Annual Conference of the Association of Computer Aided Design in Architecture (ACADIA) ISBN 979-8-986-08056-7]. Online and Global. 3-6 November 2021. edited by S. Parascho, J. Scott, and K. Dörfler. 530-537.
doi https://doi.org/10.52842/conf.acadia.2021.530
summary Several research projects (Gramazio et al. 2014; Willmann et al. 2015; Helm et al. 2017; Adel et al. 2018; Adel Ahmadian 2020) have investigated the use of automated assembly technologies (e.g., industrial robotic arms) for the fabrication of nonstandard timber structures. Building on these projects, we present a novel and transferable process for the robotic fabrication of bespoke timber subassemblies made of off-the-shelf standard timber elements. A nonstandard timber structure (Figure 2), consisting of four bespoke subassemblies: three vertical supports and a Zollinger (Allen 1999) roof structure, acts as the case study for the research and validates the feasibility of the proposed process.
series ACADIA
type project
email
last changed 2023/10/22 12:06

_id 1c5c
authors Balmaceda, M.A., Deiana, S.M., Quiroga, G. and Toro, M.
year 1999
title Modelo Virtual Abierto de la Ciudad de San Juan (Open Virtual Model of the City of San Juan)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 470-474
summary The purpose of the present work is to virtually rebuild the city of san juan that was completely destroyed by an earthquake in 1944. From an audiovisual, multimedial approach, it tries to be a contribution to the recovering of the collective memory. Through virtual reality techniques, a three dimensional model of the city central area has been built, as it was before the earthquake. It has been achieved a multidisciplinary, open model that sums up a great deal of information and allows: 1.) From a pedagogic approach: an opened window to new ways of knowledgement transmission, through visual virtual information. The virtual rebuilt has been reconsidered as a pedagogic and communicational tool; 2.) From a historic and morphologic approach: to obtain multiple readings and to revolution the way to manage categories in different analysis scales; 3.) In the future, the model would allow the possibility of an unlimited improvement by working in different scales. Furthermore it would allow to add information, an so to increase the research area or to go deeper into details not only in the phenomenological dimension of the objects but also in their logic significant dimension.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 21c8
authors Bargiela, Beatriz and Bausset, Raúl Abad
year 1999
title Sistemas multimediales aplicados a la arquitectura y su conocimiento (Multimedia Systems Applied to Architecture and its Knowledge Base)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 186-191
summary This text makes a careful description of a great part of the components of the vocabulary of architecture and their syntax. It's structured in two parts, one textual and the other graphic. Due to the acknowledged contribution of the author on the subject of description of vocabulary of the elements of architecture and the research and development works that are entered upon in the master in computer graphics in the informatic field, it was proposed the development of an interactive system that allowed by means of links to connect the different parts of text and their respective graphics. Having as a basis the idiomatic equivalent term in Spanish and English, carried out in another research work, it was considered the possibility to link the text in these two languages besides the original one, french. That's why we've decided to propose the navigation through numeric text and images. This navigation has been already inferred from the reading of the text as intended from the author's that was why our task has been the interpretation of this intention and its translation in an informatic system. The product presented in this work is limited to having designed a methodology and showing its performance with some terms and images, able to make evident the sketch of our idea. The work is made out of the description of the following phases: 1.) Design of its interface; 2.) Compilation and classification of images compilation and classification of text; 3.) Coordination of textual and graphic elements; 4.) Programming of events in the interactive system.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 3017
authors Carson, J. and Clark, A.
year 1999
title Multicast Shared Virtual Worlds Using VRML 97
source Proceedings of VRML 99 Fourth Symposium on the Virtual Reality Modeling language, The Association for Computing Machinery, Inc. New York, pp. 133-140
summary This paper describes a system for authoring and executing shared virtual worlds within existing VRML97 viewers such as Cosmo Player. As VRML97 does not contain any direct support for the construction of virtual worlds containing multiple users extensions are presented to provide support for shared behaviours, avatars and objects that can be manipulated and carried by participants in the world; these extensions are pre-processed into standard VRML97 and Java. A system infrastructure is described which allows worlds to be authored and executed within the context of the World Wide Web and the MBone. CR Categories and Subject Descriptors: C.2.2 [Computer Communication Networks]: Network Protocols - Applications; C.2.4 [Computer Communication Networks]: Distributed Sys- tems - Distributed Applications; H.5.1 [Information Interfaces and Presentation] Multimedia Information Systems - Artificial, Aug- mented and Virtual Realities; 1.3.2 [Computer Graphics]: Graphics Systems - Distributed/network graphics: 1.3.6 [Computer Graph- ics]: Methodology and Techniques - Interaction Techniques; 1.3.7 [Computer Graphics]: Three Dimensional Graphics and Realism - Virtual Reality.
series other
last changed 2003/04/23 15:50

_id 9cf4
authors Chan, C., Hill, L. and Cruz-Neira, C.
year 1999
title Is it Possible to Design in Full Scale? A CAD Tool in a Synthetic Environment
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 43-52
doi https://doi.org/10.52842/conf.caadria.1999.043
summary This project developed a Virtual Architectural Design Tool (VADeT) executed in the C2 Virtual Reality (VR) space. C2 is a synthetic CAVE environment providing a full-scale setting for image projection and perception. Applying this tool for design offers four advantages over other CAD systems. First, it enables navigation performing in full scale to create the sense of immersion and reflection of the seeing-as. Second, it allows the creation, modification, and editing of three-dimensional objects in a virtual space. Third, designs can be modified and viewed simultaneously inside or outside of the generated model to obtain the best design products. Fourth, the entire design process can be recorded and played back. Collectively, this tool serves the purposes of: (1) a three-dimensional sketching tool for manipulating 3-D objects, (2) a design study tool for transparently displaying the design processes, and (3) a design teaching tool to demonstrate the processes by which designers do design. Thus, design in a full-scale representation not only is possible but also is a new and unconventional mode that will heavily influence design thinking.
series CAADRIA
last changed 2022/06/07 07:56

_id 69f5
authors Chan, C., Maves, J. and Cruz-Neira, C.
year 1999
title An Electronic Library for Teaching Architectural History
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 335-344
doi https://doi.org/10.52842/conf.caadria.1999.335
summary This research project developed an electronic library of significant buildings chosen to represent seven selected periods of Western architectural history: Egyptian (Mortuary temple of Queen Hatshepsut), Greek (Parthenon), Roman (Pantheon), Romanesque (Speyer Cathedral), Gothic (Notre Dame Cathedral), Renaissance (Tempietto), and Modern (Des Moines Art Center). All buildings were reconstructed in their original or intended forms based on plans, drawings, photographs, and historical texts. Two products were generated by this project: (1) materials to be displayed on the World Wide Web, including rendered still images for perception, movies for a visual guide, and Virtual Reality Modeling Language (VRML) models for user navigation; and (2) virtual reality (VR) models to be displayed in the C2 (an improved version of the Cave Automatic Virtual Environment or CAVE facility). The benefits of these VR models displayed on the Web and in the C2 are their easy accessibility at any time from various geographic locations and the immersive experience that enhances viewersÌ understanding of the effects of spatial proportions on form and of colors on materials.
series CAADRIA
more http://archvr.design.iastate.edu/miller
last changed 2022/06/07 07:56

_id 5a10
authors Cheng, Nancy Yen-Wen
year 1999
title Playing with Digital Media: Enlivening Computer Graphics Teaching
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 96-109
doi https://doi.org/10.52842/conf.acadia.1999.096
summary Are there better ways of getting a student to learn? Getting students to play at learning can encourage comprehension by engaging their attention. Rather than having students' fascination with video games and entertainment limited to competing against learning, we can direct this interest towards learning computer graphics. We hypothesize that topics having a recreational component increase the learning curve for digital media instruction. To test this, we have offered design media projects with a playful element as a counterpart to more step-by-step descriptive exercises. Four kinds of problems, increasing in difficulty, are discussed in the context of computer aided architectural design education: 1) geometry play, 2) kit of parts, 3) dreams from childhood and 4) transformations. The problems engage the students in different ways: through playing with form, by capturing their imagination and by encouraging interaction. Each type of problem exercises specific design skills while providing practice with geometric modeling and rendering. The problems are sequenced from most constrained to most free, providing achievable milestones with focused objectives. Compared to descriptive assignments and more serious architectural problems, these design-oriented exercises invite experimentation by lowering risk, and neutralize stylistic questions by taking design out of the traditional architectural context. Used in conjunction with the modeling of case studies, they engage a wide range of students by addressing different kinds of issues. From examining the results of the student work, we conclude that play as a theme encourages greater degree of participation and comprehension.
series ACADIA
email
last changed 2022/06/07 07:55

_id 3db8
authors Clarke, Keith
year 1999
title Getting Started with GIS
source 2nd ed., Prentice Hall Series in Geographic Information Science, ed. Kieth Clarke. Upper Saddle River, NJ: Prentice Hall, 1999, 2-3
summary This best-selling non-technical, reader-friendly introduction to GIS makes the complexity of this rapidly growing high-tech field accessible to beginners. It uses a "learn-by-seeing" approach that features clear, simple explanations, an abundance of illustrations and photos, and generic practice labs for use with any GIS software. What Is a GIS? GIS's Roots in Cartography. Maps as Numbers. Getting the Map into the Computer. What Is Where? Why Is It There? Making Maps with GIS. How to Pick a GIS. GIS in Action. The Future of GIS. For anyone interested in a hands-on introduction to Geographic Information Systems.
series other
last changed 2003/04/23 15:14

_id 9e26
authors Do, Ellen Yi-Luen,
year 1999
title The right tool at the right time : investigation of freehand drawing as an interface to knowledge based design tools
source College of Architecture, Georgia Institute of Technology
summary Designers use different symbols and configurations in their drawings to explore alternatives and to communicate with each other. For example, when thinking about spatial arrangements, they draw bubble diagrams; when thinking about natural lighting, they draw a sun symbol and light rays. Given the connection between drawings and thinking, one should be able infer design intentions from a drawing and ultimately use such inferences to program a computer to understand our drawings. This dissertation reports findings from empirical studies on drawings and explores the possibility of using the computer to automatically infer designer's concerns from the drawings a designer makes. This dissertation consists of three parts: 1) a literature review of design studies, cognitive studies of drawing and computational sketch systems, and a set of pilot projects; 2) empirical studies of diagramming design intentions and a design drawing experiment; and 3) the implementation of a prototype system called Right-Tool-Right-Time. The main goal is to find out what is in design drawings that a computer program should be able to recognize and support. Experiments were conducted to study the relation between drawing conventions and the design tasks with which they are associated. It was found from the experiments that designers use certain symbols and configurations when thinking about certain design concerns. When thinking about allocating objects or spaces with a required dimensions, designers wrote down numbers beside the drawing to reason xviii about size and to calculate dimensions. When thinking about visual analysis, designers drew sight lines from a view point on a floor plan. Based on the recognition that it is possible to associate symbols and spatial arrangements in a drawing with a designer's intention, or task context, the second goal is to find out whether a computer can be programed to recognize these drawing conventions. Given an inferred intention and context, a program should be able to activate appropriate design tools automatically. For example, concerns about visual analysis can activate a visual simulation program, and number calculations can activate a calculator. The Right- Tool-Right-Time prototype program demonstrates how a freehand sketching system that infers intentions would support the automatic activation of different design tools based on a designers' drawing acts.
series thesis:PhD
email
more http://www.arch.gatech.edu/~ellen/thesis.html
last changed 2004/10/04 07:49

_id 54a6
authors Eastman, C. and Jeng, T.S.
year 1999
title A database supporting evolutionary product model development for design
source Automation in Construction 8 (3) (1999) pp. 305-323
summary This paper presents the facilities in the EDM-2 product modeling and database language that support model evolution. It reviews the need for model evolution as a system and/or language requirement to support product modeling. Four types of model evolution are considered: (1) translation between distinct models, (2) deriving views from a central model, (3) modification of an existing model, and (4) model evolution based on writable views associated with each application. While the facilities described support all for types of evolution, the last type is emphasized. The language based modeling capabilities described in EDM-2 include: (a) mapping facilities for defining derivations and views within a single model or between different models; (b) procedural language capabilities supporting model addition, deletion and modification; (c) support for object instance migration so as to partition the set of class instances into multiple classes; (d) support for managing practical deletion of portions of a model; (e) explicit specification and automatic management of integrity between a building model and various views. The rationale and language features, and in some cases, the implementation strategy for the features, are presented.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 8c4f
authors Emdanat, Samir S. and Vakalo, Emmanuel-G.
year 1999
title An Experiment in Using Virtual Reality to Teach Compositional Principles to Beginning Students
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 325-333
doi https://doi.org/10.52842/conf.caadria.1999.325
summary This paper introduces an experiment in using educational toys as a means for teaching compositional principles to architectural students using: (1) a traditional model-based approach and (2) "BlocksWorld" a computer-based system that utilizes immersive virtual reality technologies. The paper discusses the general nature of the exercise and its objectives and illustrates some of the resulting student projects. Then it introduces an approach to implementing an interactive virtual design environment that is based on this exercise.
series CAADRIA
email
last changed 2022/06/07 07:56

_id e4a7
authors Espina B., Jane J.
year 2001
title La tecnologia digital en las edificaciones arquitectonicas de la modernidad [The Digital Tecnology In Modern Architectural Constructions]
source 2da Conferencia Venezolana sobre Aplicación de Computadores en Arquitectura, Maracaibo (Venezuela) december 2001, pp. 136-145
summary This paper gives an overview of the experience developed by Computer Graphics II course of department of Communication in School of Architecture and Design of University of Zulia which was initiated since 1999.The work describes the methodology used by two groups of objectives: general of the course and those generated by experiences in two levels: one as analysis instruments and the other one during process of design. Course is looking for trainning in CAD system uses by 3D representation of modern buildings, so at the end of the experience students were succeed : 1) analysis of projects of modern architecture, 2) quick visualization and efficient volumetric representation, 3) make a digital format library of differents buildings of the city and 4) comprehension and historic knowledge of city. CAD systems used for representation of 2d and 3D drawings offer to architects tools as color, textures, shadows, plus generation of different points of view as isometrics, perspectives and realistic representations. The digital format of the selected buildings gives to drafts an additional value.
keywords Modern Architecture; Three-Dimensional; Realistic Representation; CAD Systems; Digital Format
series other
email
last changed 2003/02/14 08:29

_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 993c
authors Fruchter, Renate
year 1999
title A/E/C Teamwork: A Collaborative Design and Learning Space
source Journal of Computing in Civil Engineering -- October 1999 -- Volume 13, Issue 4, pp. 261-269
summary This paper describes an ongoing effort focused on combined research and curriculum development for multidisciplinary, geographically distributed architecture/engineering/construction (A/E/C) teamwork. Itpresents a model for a distributed A/E/C learning environment and an Internet-based Web-mediated collaboration tool kit. The distributed learning environment includes six universities from Europe, Japan, andthe United States. The tool kit is aimed to assist team members and owners (1) capture and share knowledge and information related to a specific project; (2) navigate through the archived knowledge andinformation; and (3) evaluate and explain the product's performance. The A/E/C course offered at Stanford University acts as a testbed for cutting-edge information technologies and a forum to teach newgenerations of professionals how to team up with practitioners from other disciplines and take advantage of information technology to produce a better, faster, more economical product. The paper presents newassessment metrics to monitor students' cross-disciplinary learning experience and track programmatic changes. The paper concludes with challenges and quandaries regarding the impact of informationtechnologies on team performance and behavior.
series journal paper
last changed 2003/05/15 21:45

_id dd16
authors Gibson, Kathleen
year 1999
title STUDIO @ CORNELL
source ACADIA Quarterly, vol. 18, no. 2, pp. 18-21
doi https://doi.org/10.52842/conf.acadia.1999.018.2
summary Unique to the interior design program at Cornell University is a planned pedagogical approach requiring equal emphasis toward manual and digital graphic communication at the freshman level. Prior to 1998, computer-based instruction only occurred at the junior year of study. Recognizing that cultural and symbolic biases against digital media were formally being instituted by curriculum policy, faculty searched for a new perspective. Central to success was the removal of illogically placed boundaries, both mental and physical. In response, students are now encouraged to cultivate a fluid dexterity between traditional and digital methods, at times using various skills concurrently for design analysis and representation (Figures 1, 2, 3, 4, 5, 6, 7). Course content for DEA115 ranges from basic orthographic drafting, paraline projection, and perspective drawing to color rendering and composition. Students utilize a full range of media: pencil, ink, marker, pastel, AutoCAD, 3DS/ MAX, and Photoshop in this graphics studio. Course meetings total six contact hours per week, constituting a three credit hour class. Assignments are purposefully created to shatter digital myths. For example, instead of a standard, rote drafting exercise, AutoCAD is used to explore design ideas through systemic object manipulation (Figures 8, 9).
series ACADIA
last changed 2022/06/07 07:51

_id 7ad1
authors Giordano, Rubén F. and Tosello, María Elena
year 1999
title Laberinto: Una Biblioteca para la Virtualidad. Reflexiones y Acontecimientos en el Cyberespacio (Labyrinth: A Library for Virtuality. Reflections and Events in Cyberspace)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 83-86
summary This project investigates in the limits of the word like only means of structuring of the thought, before the appearance of new paradigms: the multimedias and the ciber-space that have transformed so much the language written as the architectural one causing unpublished situations: 1.) The transformation of a concrete container to other virtual. 2.) The transformation of the design object, of one static material to another that is a process. 3.) The transformation in the traditional ways of thinking (reversible as the formal logic of the mathematics) to new imaginarys epistemologicals. // These non alone events have caused changes in the forms of to know and to communicate the reality but rather the same one suffers a dilation process. We present for their exploration, a road synthesized in some hypotheses that were elaborated with reason of the International Competition of ACADIA 1998: 1.) The new communication systems (cibercomunication) they generate a new territory that should be colonized. This territory this conformed by objects related by infinite bonds (hipertext). 2.) The topographical form is not lineal and sequential, this it is multidirectional and multiradial. The phenomenon of the blow-up and the dilation are the mechanisms with those that the new objects are generated. 3.) These related fields generate interstitial empty spaces where it appears the desire. The interstice like existential space.
series SIGRADI
email
last changed 2016/03/10 09:52

_id f3ed
authors Huang, Jeffrey
year 1999
title Project Extranets and Distributed Design: The Value of Internet-Based Media for Design Collaboration
source ACADIA Quarterly, vol. 18, no. 3, pp. 16-18
doi https://doi.org/10.52842/conf.acadia.1999.016.2
summary Internet-based project extranets represent a new generation of CAD tools that has been much talked about in the design professions recently. Many believe they hold considerable promise to change dramatically how design participants collaborate in the AEC industry. Yet we are only beginning to understand the real value that such project extranets provide. Clearly, empirical studies of project extranet usage are needed to illuminate the situation. This paper summarizes the results of an explorative study into the implications of such project extranets on design collaboration.
series ACADIA
email
last changed 2022/06/07 07:50

_id 7717
authors Huang, Jeffrey
year 1999
title How Do Distributed Design Organizations Act Together to Create a Meaningful Design? Towards a Process Model for Design Coordination
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 99-115
summary This paper describes the results of a longer-term research project that looked at CAAD as an enabler of completely new collaborative processes rather than as a support for existing collaborative processes. In order to question existing design processes and invent new collaborative processes systematically, we applied a process modeling methodology that employed recent developments in coordination theory. The methodology contained four steps: (1) Decomposition, (2) Dependency Analysis, (3) Process Substitution, and (4) Recomposition. In this paper, we describe how this approach was used to redesign a sample collaborative design process in building design, and present the resulting process coordination model. We describe the implications of this model for the development of collaborative environments, and illustrate its practical application in a case study. We conclude by reiterating the contributions made.
keywords Distributed Design, Coordination Theory, Process Modeling, Process Redesign, Collaborative Design Environments
series CAAD Futures
last changed 2006/11/07 07:22

_id avocaad_2001_22
id avocaad_2001_22
authors Jos van Leeuwen, Joran Jessurun
year 2001
title XML for Flexibility an Extensibility of Design Information Models
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 The VR-DIS research programme aims at the development of a Virtual Reality – Design Information System. This is a design and decision support system for collaborative design that provides a VR interface for the interaction with both the geometric representation of a design and the non-geometric information concerning the design throughout the design process. The major part of the research programme focuses on early stages of design. The programme is carried out by a large number of researchers from a variety of disciplines in the domain of construction and architecture, including architectural design, building physics, structural design, construction management, etc.Management of design information is at the core of this design and decision support system. Much effort in the development of the system has been and still is dedicated to the underlying theory for information management and its implementation in an Application Programming Interface (API) that the various modules of the system use. The theory is based on a so-called Feature-based modelling approach and is described in the PhD thesis by [first author, 1999] and in [first author et al., 2000a]. This information modelling approach provides three major capabilities: (1) it allows for extensibility of conceptual schemas, which is used to enable a designer to define new typologies to model with; (2) it supports sharing of conceptual schemas, called type-libraries; and (3) it provides a high level of flexibility that offers the designer the opportunity to easily reuse design information and to model information constructs that are not foreseen in any existing typologies. The latter aspect involves the capability to expand information entities in a model with relationships and properties that are not typologically defined but applicable to a particular design situation only; this helps the designer to represent the actual design concepts more accurately.The functional design of the information modelling system is based on a three-layered framework. In the bottom layer, the actual design data is stored in so-called Feature Instances. The middle layer defines the typologies of these instances in so-called Feature Types. The top layer is called the meta-layer because it provides the class definitions for both the Types layer and the Instances layer; both Feature Types and Feature Instances are objects of the classes defined in the top layer. This top layer ensures that types can be defined on the fly and that instances can be created from these types, as well as expanded with non-typological properties and relationships while still conforming to the information structures laid out in the meta-layer.The VR-DIS system consists of a growing number of modules for different kinds of functionality in relation with the design task. These modules access the design information through the API that implements the meta-layer of the framework. This API has previously been implemented using an Object-Oriented Database (OODB), but this implementation had a number of disadvantages. The dependency of the OODB, a commercial software library, was considered the most problematic. Not only are licenses of the OODB library rather expensive, also the fact that this library is not common technology that can easily be shared among a wide range of applications, including existing applications, reduces its suitability for a system with the aforementioned specifications. In addition, the OODB approach required a relatively large effort to implement the desired functionality. It lacked adequate support to generate unique identifications for worldwide information sources that were understandable for human interpretation. This strongly limited the capabilities of the system to share conceptual schemas.The approach that is currently being implemented for the core of the VR-DIS system is based on eXtensible Markup Language (XML). Rather than implementing the meta-layer of the framework into classes of Feature Types and Feature Instances, this level of meta-definitions is provided in a document type definition (DTD). The DTD is complemented with a set of rules that are implemented into a parser API, based on the Document Object Model (DOM). The advantages of the XML approach for the modelling framework are immediate. Type-libraries distributed through Internet are now supported through the mechanisms of namespaces and XLink. The implementation of the API is no longer dependent of a particular database system. This provides much more flexibility in the implementation of the various modules of the VR-DIS system. Being based on the (supposed to become) standard of XML the implementation is much more versatile in its future usage, specifically in a distributed, Internet-based environment.These immediate advantages of the XML approach opened the door to a wide range of applications that are and will be developed on top of the VR-DIS core. Examples of these are the VR-based 3D sketching module [VR-DIS ref., 2000]; the VR-based information-modelling tool that allows the management and manipulation of information models for design in a VR environment [VR-DIS ref., 2000]; and a design-knowledge capturing module that is now under development [first author et al., 2000a and 2000b]. The latter module aims to assist the designer in the recognition and utilisation of existing and new typologies in a design situation. The replacement of the OODB implementation of the API by the XML implementation enables these modules to use distributed Feature databases through Internet, without many changes to their own code, and without the loss of the flexibility and extensibility of conceptual schemas that are implemented as part of the API. Research in the near future will result in Internet-based applications that support designers in the utilisation of distributed libraries of product-information, design-knowledge, case-bases, etc.The paper roughly follows the outline of the abstract, starting with an introduction to the VR-DIS project, its objectives, and the developed theory of the Feature-modelling framework that forms the core of it. It briefly discusses the necessity of schema evolution, flexibility and extensibility of conceptual schemas, and how these capabilities have been addressed in the framework. The major part of the paper describes how the previously mentioned aspects of the framework are implemented in the XML-based approach, providing details on the so-called meta-layer, its definition in the DTD, and the parser rules that complement it. The impact of the XML approach on the functionality of the VR-DIS modules and the system as a whole is demonstrated by a discussion of these modules and scenarios of their usage for design tasks. The paper is concluded with an overview of future work on the sharing of Internet-based design information and design knowledge.
series AVOCAAD
email
last changed 2005/09/09 10:48

For more results click below:

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