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 737

_id ad8f
authors Novitski, B.J.
year 2000
title Once and Future Graphics Pioneer
source Architectural Record, June
summary In the glitzy world of computer-generated visualizations that dominate movies and magazines today, it's easy to take for granted the photographic quality that architects are able to give their renderings of proposed buildings. But behind the scenes, there have been have been four decades of grueling, dedicated, and inspired research to make possible these synthetic images that are indistinguishable from photographs.
series journal paper
email
last changed 2003/04/23 15:50

_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 ce1b
authors Kvan, Th., Lee, A. and Ho, L.
year 2000
title Anthony Ng Architects Limited: Building Towards a Paperless Future
source Case Study and Teaching Notes number 99/65, 10 pages, distributed by HKU Centre for Asian Business Cases, Harvard Business School Publishing (HBSP) and The European Case Clearing House (ECCH), June 2000
summary In early 1997; Mr. Anthony Ng; managing director of Anthony Ng Architects Ltd.; was keenly looking forward to a high-tech; paperless new office; which would free his designers from paperwork and greatly improve internal and external communication – a vision that he had had for a couple of years. In 1996; he brought on board a friend and expert in Internet technology to help him realise his vision. In July 1997; his company was to move into its new office in Wan Chai. Their plan was to have in place an Intranet and a web-based document management system when they moved into the new office. But he had to be mindful of resulting changes in communication patterns; culture and expectations. Resistance from within his company was also threatening to ruin the grand plan. Several senior executives were fiercely opposed to the proposal and refused to read a document off a computer screen. But Ng knew it was an important initiative to move his practice forward. Once the decision was made there would be no chance to reconsider; given the workload demands of the new HK$12 billion project. And this decision would mark a watershed in the company’s evolution. This case study examines the challenges and implications of employing IT to support an architectural office.
keywords IT In Practice; Professional Practice; Archives
series other
email
last changed 2002/11/15 18:29

_id 60a7
authors Monedero, Javier
year 2000
title Parametric design: a review and some experiences
source Automation in Construction 9 (4) (2000) pp. 369-377
summary During the last few years there has been an extraordinary development of computer-aided tools intended to present or communicate the results of architectural projects. But there has not been a comparable progress in the development of tools intended to assist design to generate architectural forms in an easy and interactive way. Even worse, architects who use the powerful means provided by computers as a direct tool to create architectural forms are still an exception. Architecture continues to be produced by traditional means using the computer as little more than a drafting tool. The main reasons that may explain this situation can be identified rather easily, although there will be significant differences of opinion. In my opinion, it is a mistake trying to advance too rapidly and, for instance, proposing integrated design methods using expert systems and artificial intelligence while no adequate tools to generate and modify simple 3D-models are available. The modeling tools we have at the present moment are unsatisfactory. Their principal limitation is the lack of appropriate instruments to modify interactively the model once it has been created. This is a fundamental aspect in any design activity, where the designer is constantly going forward and backwards, re-elaborating once and again some particular aspect of the model, or its general layout, or even coming back to a previous solution that had been temporarily abandoned. This paper presents a general summary of the actual situation and recent developments that may be incorporated to architectural design tools in a near future, together with some critical remarks about their relevance to architecture.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 2f1a
authors Dabney, M.K., Wright, J.C. and Sanders, D.H.
year 1999
title Virtual Reality and the Future of Publishing Archaeological Excavations: the multimedia publication of the prehistoric settlement on Tsoungiza at Ancient Nemea
source New York: The Metropolitan Museum of Art
summary The Nemea Valley Archaeological Project is a study of settlement and land use in a regional valley system in Greece extending from the Upper Paleolithic until the present. Active field research was conducted by four teams between 1981 and 1990. The first component was a regional archaeological survey. Second, and closely related to the first, was a social anthropological study of modern settlement and land use. Next was a team assigned to excavate the succession of prehistoric settlements of Ancient Nemea on Tsoungiza. Last, historical ecologists, a palynologist, and a geologist formed the environmental component of the research. As a result of advances in electronic publishing, plans for the final publication of the Nemea Valley Archaeological Project have evolved. Complete publication of the excavation of the prehistoric settlements of Ancient Nemea on Tsoungiza will appear in an interactive multimedia format on CD/DVD in Fall 2000. This project is planned to be the first electronic publication of the American School of Classical Studies at Athens. We have chosen to publish in electronic format because it will meet the needs and interests of a wider audience, including avocational archaeologists, advanced high school and college students, graduate students, and professional archaeologists. The multimedia format on CD/DVD will permit the inclusion of text, databases, color and black-and-white images, two and three-dimensional graphics, and videos. This publication is being developed in cooperation with Learning Sites, Inc., which specializes in interactive three-dimensional reconstructions of ancient worlds http://www.learningsites.com. The Nemea Valley Archaeological Project is particularly well prepared for the shift towards electronic publishing because the project's field records were designed for and entered in computer databases from the inception of the project. Attention to recording precise locational information for all excavated objects enables us to place reconstructions of objects in their reconstructed architectural settings. Three-dimensional images of architectural remains and associated features will appear both as excavated and as reconstructed. Viewers will be able to navigate these images through the use of virtual reality. Viewers will also be able to reference all original drawings, photographs, and descriptions of the reconstructed architecture and objects. In this way a large audience will be able to view architectural remains, artifacts, and information that are otherwise inaccessible.
series other
last changed 2003/04/23 15:14

_id sigradi2006_k004
id sigradi2006_k004
authors Dutta Madhu C.
year 2006
title The Myth of Cyberspace: Towards a New Technopolis
source SIGraDi 2006 - [Proceedings of the 10th Iberoamerican Congress of Digital Graphics] Santiago de Chile - Chile 21-23 November 2006, pp. 41-44
summary Professor Madhu C. Dutta has worked professionally as an urban planner and architect and was an Assistant Professor of Architecture at the University of Texas at San Antonio before coming to Wentworth. She teaches a broad range of courses, from design studio and architectural history through digital media and advanced computer applications for architectural design. Some of her most significant works include a city-wide urban riverfront design project in Varanasi, India, and “Solar Sails” a renewable energy design for the U.S. Department of Energy competition (2000) for which she was awarded the second prize among 110 entries. She has presented her scholarly work at conferences in Asia, Europe, Latin America, and the U.S. Her research interests are eclectic; she has recently been exploring the expansion of our notions of architectural space to include hybridized and virtual milieus in the “new frontier” of digital architecture. Professor Dutta is deeply committed to the creative and performing arts as well. She studied and performed Indian classical dance for sixteen years. She holds a BArch from the Manipal Institute of Technology of Mangalore University, and a Master’s in Architecture, specializing in Urban Design, from the University of Texas at Austin.
keywords Technopolis, cyberspace, future, digital society
series SIGRADI
type keynote paper
email
last changed 2016/03/10 09:50

_id 837b
authors Elger, Dietrich and Russell, Peter
year 2000
title Using the World Wide Web as a Communication and Presentation Forum for Students of Architecture
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. 61-64
doi https://doi.org/10.52842/conf.ecaade.2000.061
summary Since 1997, the Institute for Industrial Building Production (ifib) has been carrying out upper level design studios under the framework of the Netzentwurf or Net-Studio. The Netzentwurf is categorized as a virtual design studio in that the environment for presentation, criticism and communication is web based. This allows lessons learned from research into Computer Supported Cooperative Work (CSCW) to be adapted to the special conditions indigenous to the architectural design studio. Indeed, an aim of the Netzentwurf is the creation and evolution of a design studio planing platform. In the Winter semester 1999-2000, ifib again carried out two Netzentwurf studios. involving approximately 30 students from the Faculty of Architecture, University of Karlsruhe. The projects differed from previous net studios in that both studios encompassed an inter-university character in addition to the established framework of the Netzentwurf. The first project, the re-use of Fort Kleber in Wolfisheim by Strasbourg, was carried out as part of the Virtual Upperrhine University of Architecture (VuuA) involving over 140 students from various disciplines in six institutions from five universities in France, Switzerland and Germany. The second project, entitled "Future, Inc.", involved the design of an office building for a scenario 20 years hence. This project was carried out in parallel with the Technical University Cottbus using the same methodology and program for two separate building sites.
keywords Virtual Design Studios, Architectural Graphics, Presentation Techniques
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

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

_id bd1e
authors Evans, Barrie
year 1999
title A Communicating Profession
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 313-320
doi https://doi.org/10.52842/conf.ecaade.1999.313
summary This paper discusses aspects of the near future, a future that in parts is already with us, a future that we need to attend to now. The focus is computer aided design, but not graphics-based CAD. Rather today's CAD innovation is focused on the use of smart communications to provide designers with an information-rich support environment and the design team with an infrastructure for co-operative working. Based on this picture of a different, emerging CAD, the paper finishes with a brief comment on educational implications. One is that the emerging commercial project information management software could prove useful as infrastructure for co-operative educational projects. Another is that there could be significant gaps in information content for educational users as education becomes more IT-based. Should providing this content be a role for joint ECAADE research and development projects?
keywords Information, Smart Telecomms, CSCW, Learning, CAD
series eCAADe
email
last changed 2022/06/07 07:55

_id sigradi2021_260
id sigradi2021_260
authors Lima Ferreira, Claudio and Vaz Lima, Larissa
year 2021
title Architecture and Neuroscience: Green Areas Contributions to Hospitalized Patients’ Homeostasis
source Gomez, P and Braida, F (eds.), Designing Possibilities - Proceedings of the XXV International Conference of the Ibero-American Society of Digital Graphics (SIGraDi 2021), Online, 8 - 12 November 2021, pp. 927–939
summary Hospitalization is, for the patient, a neuropsychophysiological stressor, thus pertinent theories point to architectural stimuli as a tool for the homeostasis restoration and consequent well-being. Furthermore, they compile advantages to the patients’ treatment and highlight, mainly, the natural environments benefits, which is elucidated by the Biophilia theory. Through literature review and analysis of applied research in national and international hospitals, extracted from indexing databases of scientific production in the 2000-2020 timeframe, it was found that these areas [a] promote stimuli that enhance emotions and positive feelings; [b] act to restore stress and anxiety; [c] reduce pain, analgesic intake and length of stay; and [d] increase patient satisfaction. By sharing the results of this research, the objective is, in addition to stimulating future research on the organism behavior in the environments, to indicate perspectives for hospital ambiences.
keywords Neurociencias, Arquitetura Hospitalar, Áreas Verdes, Biophilia, Equilíbrio Homeostático.
series SIGraDi
email
last changed 2022/05/23 12:11

_id 3e01
authors Linnert, C., Encarnacao, M., Storck, A. and Koch, V.
year 2000
title Virtual Building Lifecycle - Giving architects access to the future of buildings by visualizing lifecycle data
source ICCCBE8, Stanford, August 2000
summary Today’s software for architects and civil engineers is lacking support for the evaluation and improvement of building lifecycles. Facility Management Systems and 4D-CAD try to integrate lifecycle data and make them better accessible, but miss the investigation of the development of the structure itself. Much money is inappropriately spent when materials with different life expectancies are combined in the wrong way and building parts are repaired or replaced too early or too late. With the methods of scientific visualization and real-time 3Dgraphics these deficiencies can be eliminated. The project “Virtual Building Lifecycle” (short VBLC, [W-VBLC]) connects 3D geometrical information to research data such as life expectancy and emissions and to standard database information like prices. The automated visualization of critical points of the structure in the past, presence and future is a huge advantage and helps engineers to improve the duration of the lifecycle and reduce the costs.
keywords Visualization; lifecycle; virtual building; realtime 3D graphics; architectural database; 4D-CAD; Facility Management
series other
email
last changed 2003/02/26 18:58

_id a25e
authors Loy, Hollis A.
year 1999
title Foundation for a Thorough CAAD Education
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 301-308
doi https://doi.org/10.52842/conf.ecaade.1999.301
summary The birth and development of computing is considered by most as one of the greatest technological achievements of the twentieth century. Since the integration of computers in the built environment, over two decades ago, computing methods developed into efficient designing and calculating tools. In contrast, accelerating advancements in computing technology have created generation gaps amongst architects. There are inexperienced, novice, intermediate and advanced computer-capable architects. If each group was asked to define CAAD, some would still describe it as a computer program for technical draughting. Others may define CAAD (Computer Aided Architectural Design) as a vast array of digital media in CAD, multimedia and DTP, assisting architects in compiling visual presentations. Currently, most architectural schools are capable of instructing most, if not all, facets of CAAD (2D & 3D CAD, model rendering, photo montage, brochure layouts, etc.). However, this knowledge is accumulated at random throughout the course of study. "Computer Graphics for Architects" is the latest educational development in Europe bridging generation gaps with senior architects and serving as an introductory CAAD seminar to beginning architecture students. This book and lecture presents a gallery of recent architectural CAD, multimedia, and DTP presentations practiced in Europe´s second largest architectural firm. The terminology is user-friendly and its content concentrates on responding to the most often posed questions by CAAD beginners relating to: (1) Terminology (2) Appearance (3) Time Consumption (4) Cost Techniques introduced are independent of any platform. The goal is to summarize quickly and effectively the countless possibilities of presentations applicable in architecture practice. "Computer Graphics for Architects" provides a direction for future presentations and motivates students to excel in CAAD.
series eCAADe
email
last changed 2022/06/07 07:59

_id 83cb
authors Telea, Alexandru C.
year 2000
title Visualisation and simulation with object-oriented networks
source Eindhoven University of Technology
summary Among the existing systems, visual programming environments address best these issues. However, producing interactive simulations and visualisations is still a difficult task. This defines the main research objective of this thesis: The development and implementation of concepts and techniques to combine visualisation, simulation, and application construction in an interactive, easy to use, generic environment. The aim is to produce an environment in which the above mentioned activities can be learnt and carried out easily by a researcher. Working with such an environment should decrease the amount of time usually spent in redesigning existing software elements such as graphics interfaces, existing computational modules, and general infrastructure code. Writing new computational components or importing existing ones should be simple and automatic enough to make using the envisaged system an attractive option for a non programmer expert. Besides this, all proven successful elements of an interactive simulation and visualisation environment should be provided, such as visual programming, graphics user interfaces, direct manipulation, and so on. Finally, a large palette of existing scientific computation, data processing, and visualisation components should be integrated in the proposed system. On one hand, this should prove our claims of openness and easy code integration. On the other hand, this should provide the concrete set of tools needed for building a range of scientific applications and visualisations. This thesis is structured as follows. Chapter 2 defines the context of our work. The scientific research environment is presented and partitioned into the three roles of end user, application designer, and component developer. The interactions between these roles and their specific requirements are described and lead to a more precise formulation of our problem statement. Chapter 3 presents the most used architectures for simulation and visualisation systems: the monolithic system, the application library, and the framework. The advantages and disadvantages of these architectural models are then discussed in relation with our problem statement requirements. The main conclusion drawn is that no single existing architectural model suffices, and that what is needed is a combination of the features present in all three models. Chapter 4 introduces the new architectural model we propose, based on the combination of object-orientation in form of the C++ language and dataflow modelling in the new MC++ language. Chapter 5 presents VISSION, an interactive simulation and visualisation environment constructed on the introduced new architectural model, and shows how the usual tasks of application construction, steering, and visualisation are addressed. In chapter 6, the implementation of VISSION’s architectural model is described in terms of its component parts. Chapter 7 presents the applications of VISSION to numerical simulation, while chapter 8 focuses on its visualisation and graphics applications. Finally, chapter 9 concludes the thesis and outlines possible direction for future research.
keywords Computer Visualisation
series thesis:PhD
email
last changed 2003/02/12 22:37

_id f003
authors Barbosa Vilas Boas, Naylor
year 2000
title A Reconstrução Virtual do Antigo Passeio Público de Mestre Valentim: Metodologia de Trabalho e Pesquisa (The Virtual Reconstruction of the Mestre Valentin's Old "Passeio Publico" do Antigo Public Passeio of Mestre Valentim: Methodology and Research)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 171-173
summary This work, part of the thesis named “The Passeio Público of Rio de Janeiro: Historical Analysis through Space Perception”, has the purpose to show the methodological process realized for the virtual reconstruction of the Passeio Público idealized by Mestre Valentim da Fonseca e Silva. That space, constructed at the end of 18 th century, was inspired by the French rationalists gardens, and existed until the 1860’s decade, when it was transformed by Auguste Glaziou's reformation, who conceived a new design for the Passeio Público, inspired by the landscape English gardens. To the virtual reconstruction, it was utilized iconographical sources - old photos, engravings and plans - plus travelers reports who passed by there before the reformation of 1860’s, which could enlighten details that wouldn’t appear in the consulted images. So, the final model reproduce with fidelity the whole original architectural elements conceived by Mestre Valentim to the Passeio, and also the correct articulation of the architectural elements that once existed there.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 88a1
authors Brenner, Claus
year 2000
title Towards Fully Automatic Generation of City Models
source IAPRS Vol. XXXIII, Part B3/1, Comm. III [ISPRS Congress], pp. 85-92
summary Once thought of being useful primarily for planning the location of telecommunication antennas, it has become clear in the meantime that three-dimensional city models are of importance in their own right. This paper presents some of our latest results on the reconstruction of building models from laser scanning DSM’s and digital ground plans. First, we show how buildings can be reconstructed from ground plans and generalize the standard straight skeleton algorithm. In a second step, we introduce the information which can be obtained from DSM segmentation in order to recover building structures which cannot be inferred directly from the ground plan. The work presented in this paper is actually part of our larger ATOP approach, a new framework for the fully automatic generation of city models.
keywords 3D City modeling
series other
last changed 2003/05/15 10:29

_id 47ee
authors Cheok, G.S., Stone, W.C., Lipman, R.R. and Witzgall, C.
year 2000
title Ladars for construction assessment and update
source Automation in Construction 9 (5-6) (2000) pp. 463-477
summary Work at the National Institute of Standards and Technology (NIST) on laser radar imaging of a construction site is described. The objective of the NIST research is to make measurements required in a construction project quicker and cheaper than current practice and to do so without impacting existing operations. This can be done by developing techniques for real-time assessment and documentation in terms of 3-D as-built models of the construction process. Once developed, this technology may be used for other applications such as condition assessment of a hazardous environment where human intervention would be impossible.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 394a
authors Jabi, Wassim
year 2000
title WebOutliner: A Web-Based Tool for Collaborative Space Programming and Design
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 195-201
doi https://doi.org/10.52842/conf.acadia.2000.195
summary This paper discusses a web-based tool that allows members of a design team to collaboratively specify a hierarchical spatial program for an architectural project. Given its object orientation, the represented artifacts have built-in data and methods that allow them to respond to user actions and manage their own sub-artifacts. Given that these components are hierarchical allows users to filter information, analyze and compare design parameters and aggregate hierarchical amounts in realtime. Furthermore, the software goes beyond outlining functions to support synchronous collaborative design by linking each item in the spatial program to a detail page that allows file uploading, realtime group marking of images, and textual chat. Thus, the software offers a seamless transition from the largely asynchronous definition of an architectural program to synchronous collaboration. In addition, and in contrast to commercially available groupware, the software allows multiple collaboration sessions to run at the same time. These sessions are artifact-based in the sense that they get automatically initiated once participants visit the same architectural space in the program hierarchy. The software employs a three-tier object-oriented, web-based scheme for a richer representation of hierarchical artifacts coupled with a relational database for server-side storage. The prototype integrates this technology with Java-based tools for synchronous web-based collaboration.
series ACADIA
email
last changed 2022/06/07 07:51

_id 13f7
authors QaQish, Ra'Ed K.
year 1999
title Evaluation as a Key Tool to Bridge CAAD and Architecture Education
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 279-285
doi https://doi.org/10.52842/conf.ecaade.1999.279
summary This paper reports on the findings of a study carried out at Glasgow University which proposes a framework for the evaluation of architecture curriculum once integrated with CAAD. This study investigated the evaluation of CAAD teaching methods (CTM) and the effectiveness of CAAD integration (CI) and explored CAAD employment suitability in the design studio, and what influences does it have on the design process tuition using the Kirkpatrick model as a vehicle. The related CAAD evaluation variables investigated were: CAAD Tutor, Course Materials & Contents, Class Environment, Use of Media, Delivery Methodologies, Administrative Briefs, and Overall Effectiveness of CAAD event. Several other variables investigated were the levels of students' performance, attitudes, knowledge, new-stand, creativity and skills. The paper covered briefly some of the findings of the case studies acquired over two years at MSA; both observations and questionnaire surveys were used as methods of data collection. Evaluation deficiency postulates the weaknesses of CAAD in architecture schools. Evaluation of CAAD tuition should be a fundamental approach to address CAAD integration efficiency and problems, to achieve effectiveness and productivity amongst architecture schools.
keywords Evaluation, Integration, Effectiveness
series eCAADe
email
last changed 2022/06/07 08:00

_id 4aa9
authors Roberts, Andrew
year 1999
title Virtual Site Planning
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 442-447
doi https://doi.org/10.52842/conf.ecaade.1999.442
summary This paper looks at the potential for the Virtual Reality to be used as a medium for the development of teaching tools in Architectural and Urban Design Education. It identifies examples and lessons learned from the development of teaching tools in other disciplines. The paper outlines a prototype system developed at Cardiff University to help Town Planning students understand the three dimensional nature of site planning and design. This was developed following difficulties encountered by students in using CAD which was seen as insufficiently intuitive to allow effective use within the short timespan available. The prototype system allows students to access their site through the familiar environment of a Web Browser. A number of 'Standard' house types are available which can be selected and inserted into the design space. Once in the space the houses can be viewed in three dimensions, moved and rotated in order to form any configuration that the students may wish. The system is easily customisable; it need not be limited to uses in urban design, but could be used in many situations where component parts are arranged in space.
keywords Virtual Reality, Teaching, Learning, Site Planning
series eCAADe
email
more http://ctiweb.cf.ac.uk/Housing/
last changed 2022/06/07 07:56

_id ga0101
id ga0101
authors Tanzini, Luca
year 2000
title Universal City
source International Conference on Generative Art
summary "Universal City" is a multimedia performance that documents the evolution of the city in history. Whereas in the past the city was symbolically the world, today the world has become a city. The city rose up in an area once scattered and disorganized for so long that most of its ancient elements of culture were destroyed. It absorbed and re synthesized the remnants of this culture, cultivating power and efficiency. By means of this concentration of physical and cultural power, the city accelerated the rhythm of human relationships and converted their products into forms that are easily stockpiled and reproduced. Along with monuments, written documents and ordered associative organizations amplified the impact of all human activities, extending backwards and forwards over time. Since the beginning however, law and order stood alongside brute force, and power was always determined by these new institutions. Written law served to produce a canon of justice and equality that claimed a higher principle: the king's will, synonymous with divine command. The Urban Neolithic Revolution is comparable only to the Industrial Revolution, and the Media Technology in our own era. There is of course a substantial difference: ours is an era of immeasurable technological progress as an end in itself, which leads to the explosion of the city, and the consequent dissemination of its structure across the countryside. The old walled city has not only fallen, it's buried its foundations. Our civilization flees from every possibility of control, by means of its own extra resources not controllable by the egregious ambitions of man. The image of modern industrialization that Charlie Chaplin resurrected from the past in "Modern Times" is the exact opposite of contemporary metropolitan reality. He figured the worker as a slave chained to his machine and fed by machinery as he continued to work at maintaining the machine itself. Today the workplace is not so brutal, but automation has made it much more oppressive. Energy and dedication once directed towards the production process are today shifted towards consumption. The metropolis in the final phase of its evolution, is becoming a collective mechanism for maintaining the function of this system, and for giving the illusion of power, wealth, happiness, and total success, to those who are, in actuality, its victims. It is a concept foreign to the modern metropolitan mentality that life should be an occasion to Live, and not an excuse for generating newspaper articles, television interviews, or mass spectacles for those who know nothing better. Instead the process continues, until people prefer the simulacrum to the real, where image dominates over object, the copy over the original, representation over reality, appearance over Being. The first phase of the Economy's domination over social life brought about the visible degradation of every human accomplishment from "Being" into "Having". The present phase of social life's total occupation by the accumulated effects of the Economy is leading to a general downslide from "Having" into "Seeming". The performance is based on the instantaneous interaction between video and music: the video component is assembled in real time with RandomCinema a software that I developed and projected on a screen. The music-noise is the product of human radical improvisation togheter automatic-computer process. Everything is based on the consideration of the element of chance as a stimulus for the construction of the most options. The unpredictable helps to reveal things as they happen. The montage, the music, and their interaction, are born and die and the same moment: there are no stage directions or scripts.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

For more results click below:

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