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 145

_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 e978
authors [Zupancic] Strojan, Tadeja Z.
year 1999
title CyberUniversity
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 196-200
doi https://doi.org/10.52842/conf.ecaade.1999.196
summary The study of a cyberuniversity derives from an analogy between real urban space and its virtual "substitution". It represents an attempt to balance some views, which seems to be contrary, exclusive, but they are just parts of the same wholeness. Especially the notion of a cyber society is lately considered such an exaggeration, that it is possible to forget the meaning of a real life experience and interactions, which are already threatened. One should contribute to the awarness that is used in such a comparison, it is "just" an analogy, not a real similarity. At the same time it is possible to point out some limitations of a cyberspace and indicate a more realistic view of the meaning of cyber communities. Awarness of the development processes could help to find a balance between reality and virtuality, using cyberfacilities not to destroy us (our identity) but to improve the quality of our (real) life.
keywords University, Cyberuniversity, Space, Cyberspace
series eCAADe
type normal paper
email
last changed 2022/06/07 07:54

_id e336
authors Achten, H., Roelen, W., Boekholt, J.-Th., Turksma, A. and Jessurun, J.
year 1999
title Virtual Reality in the Design Studio: The Eindhoven Perspective
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 169-177
doi https://doi.org/10.52842/conf.ecaade.1999.169
summary Since 1991 Virtual Reality has been used in student projects in the Building Information Technology group. It started as an experimental tool to assess the impact of VR technology in design, using the environment of the associated Calibre Institute. The technology was further developed in Calibre to become an important presentation tool for assessing design variants and final design solutions. However, it was only sporadically used in student projects. A major shift occurred in 1997 with a number of student projects in which various computer technologies including VR were used in the whole of the design process. In 1998, the new Design Systems group started a design studio with the explicit aim to integrate VR in the whole design process. The teaching effort was combined with the research program that investigates VR as a design support environment. This has lead to increasing number of innovative student projects. The paper describes the context and history of VR in Eindhoven and presents the current set-UP of the studio. It discusses the impact of the technology on the design process and outlines pedagogical issues in the studio work.
keywords Virtual Reality, Design Studio, Student Projects
series eCAADe
email
last changed 2022/06/07 07:54

_id ae61
authors Af Klercker, Jonas
year 1999
title CAAD - Integrated with the First Steps into Architecture
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 266-272
doi https://doi.org/10.52842/conf.ecaade.1999.266
summary How and when should CAAD be introduced in the curriculum of the School of Architecture? This paper begins with some arguments for starting CAAD education at the very beginning. At the School of Architecture in Lund teachers in the first year courses have tried to integrate CAAD with the introduction to architectural concepts and techniques. Traditionally the first year is divided by several subjects running courses separatly without any contact for coordination. From the academic year 96/97 the teachers of Aplied aestetics, Building Science, Architectural design and CAAD have decided to colaborate as much as possible to make the role of our different fields as clear as possible to the students. Therefore integrating CAAD was a natural step in the academic year 98/99. The computer techniques were taught one step in advance so that the students can practise their understanding of the programs in their tasks in the other subjects. The results were surprisingly good! The students have quickly learned to mix the manual and computer techniques to make expressive and interesting visual presentations of their ideas. Some students with antipaty to computers have overcome this handicap. Some interesting observations are discussed.
keywords Curriculum, First Year Studies, Integration, CAAD, Modelling
series eCAADe
email
last changed 2022/06/07 07:54

_id 37c2
authors Ahmad Rafi, M.E.
year 1999
title Visualisation of Design Using Animation for Virtual Prototyping
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 519-525
doi https://doi.org/10.52842/conf.ecaade.1999.519
summary Although recent technology in time-based representation has vastly improved, animation in virtual prototype design field remains the same. Some designers invest a huge amount of money in the latest visualisation and multimedia technology and yet may create even worse animation. They often cramp sequences resulting in many viewers failing to interpret the design positively as they miss a lot of vital information that explains the design. This paper basically reports the importance of film-making understanding for producing good virtual prototype animation. It will be based on a part of a research project on the use of time-based media in architectural practices. It also includes an empirical analysis of several architectural-based documentary films (including an interview with the film director) and past and present computer animation. This paper then concludes with recommendations of good techniques for making animated visualisation relative to the stage at which the animation is produced for better design decision.
keywords Virtual Prototype, Animation, Time-Based, Film-Making
series eCAADe
email
last changed 2022/06/07 07:54

_id 1071
authors Asanowicz, Aleksander
year 1999
title Evolution of Computer Aided Design: Three Generations of CAD
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 94-100
doi https://doi.org/10.52842/conf.ecaade.1999.094
summary This paper describes the three generations of CAD systems. The first generation of (primarily analytical) computer programmes really aided designing. These programmes were the tools for finding a functional solution in different areas of designing, from flat plans to the space organisation of a hospital. One of the shortcomings of these programmes was the lack of graphic interface. With time, however, this kind of interface was developed. As a result of this second generation of CAD systems the computer was transformed into a drafting machine and CAD meant Computer Aided Drafting. The main thesis of this consideration is that only now we have the chance to return to the idea of Computer Aided Design. One of the examples of these trends is the AVOCAAD programme in which Added Value of CAAD is analysed. The development of the third generation of CAD systems will be possible in the near future. Aiding the process of designing will demand the elaboration of new methods of using the computer at the early stages of this process. The computer should be used not for generating variants of functional solutions only but for also for the creation of 3D forms by 3D sketching. For this, the computer should be transformed from a tool into a medium; only then will designing become true Designing in Cyber Space.
keywords Generations of CAAD, Design Process, Creation, Medium
series eCAADe
email
last changed 2022/06/07 07:54

_id 8171
authors Ataman, Osman
year 1999
title Facilitating Conceptual Change: Computers, Cognitive Processes and Architecture
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 275-279
summary Computers have gained universal acceptance as tools that designers use. However, computers are often not used to advance the design process but just to make drawings. Many architectural schools still focus on a production orientation which puts the highest value on information management, precise representations and drafting enhancements. Mostly, computer education is limited with button pushing and training manuals. It is the contention of the author that students in Design Studio courses can benefit greatly from computer based educational pedagogy designed to provide them with experiences they currently do not possess. In particular, little time in the computer courses (outside lectures) is spent applying concepts and features of digital tools in design studio environment. In architecture, computers cannot be simply defined as a presentation and production tools. As a cognitive tool, computers provide designers with intelligible and effective representational tools of thought and communication, changes the syntactic structure of design. Consequently, the conceptual structure of computers impacts the conceptual structure of the design project, fosters the analytical processes and facilitates conceptual changes. This paper describes the use of computers in a first year architectural design studio. It attempts to address the importance of developing a design process that is redefined by the use of computing, integrating concept and perception. Furthermore, it describes the theoretical foundations and the underlying cognitive processes that contribute designers' conceptual development.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 7ccd
authors Augenbroe, Godfried and Eastman, Chuck
year 1999
title Computers in Building: Proceedings of the CAADfutures '99 Conference
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, 398 p.
summary This is the eight CAADfutures Conference. Each of these bi-annual conferences identifies the state of the art in computer application in architecture. Together, the series provides a good record of the evolving state of research in this area over the last fourteen years. Early conferences, for example, addressed project work, either for real construction or done in academic studios, that approached the teaching or use of CAD tools in innovative ways. By the early 1990s, such project-based examples of CAD use disappeared from the conferences, as this area was no longer considered a research contribution. Computer-based design has become a basic way of doing business. This conference is marked by a similar evolutionary change. More papers were submitted about Web- based applications than about any other area. Rather than having multiple sessions on Web-based applications and communications, we instead came to the conclusion that the Web now is an integral part of digital computing, as are CAD applications. Using the conference as a sample, Web-based projects have been integrated into most research areas. This does not mean that the application of the Web is not a research area, but rather that the Web itself is an integral tool in almost all areas of CAAD research.
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 328d
authors Bassanino, May Nahab and Brown, Andre
year 1999
title Computer Generated Architectural Images: A Comparative Study
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 552-556
doi https://doi.org/10.52842/conf.ecaade.1999.552
summary This work is part of a long term research programme (Brown and Horton, 1992; Brown and Nahab, 1996; Bassanino, 1999) in which tests and studies have been carried out on various groups of people to investigate their reaction to, and interpretation of different forms of architectural representation. In the work described here a range of architectural schemes were presented using particular representational techniques and media. An experiment was then undertaken on two different groups; architects and lay people. They were presented with a number of schemes displayed using the various techniques and media. The responses are summarised and some comments are made on the effect of computers on perceiving architecture and on communicating architectural ideas arising from an analysis of the responses.
keywords Subject, Image Type, Presentation Technique, Medium, SD Scales, Factors
series eCAADe
email
last changed 2022/06/07 07:54

_id 7da7
authors Benedetti, Cristina and Salvioni, Giulio
year 1999
title The Use of Renewable Resource in Architecture: New Teaching Methodologies
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 751-756
doi https://doi.org/10.52842/conf.ecaade.1999.751
summary The program is organized into four parts. Each is very much connected, both logically and methodologically, so that the unit as a whole consists of a content and method of access that are not divided up. This method is not in a chronological order that simply goes in one direction, rather it allows the user to "refer back", in real time and in different directions. For the simple purpose of explanation, the sections of the program are listed as follows: (-) "Basic information" concerns the basics of bioclimatic and timber architecture. Without this knowledge, the other two sections would be difficult to understand; (-) "Actual buildings throughout the world"; give examples of architectural quality; they concretize the basics of bioclimatic and timber architecture; (-) "Students' Masters Theses", that follow on from the basic information and the learning experience "in the field", and guided by the lecturer, have a critical approach to actual buildings throughout the world. (-) A multimedia data-sheet organized to ensure a clear and straightforward presentation of information about the construction products. It relies on a tab-based navigation interface that gives users access to eight different stacked windows.
keywords Architecture, Multimedia, Timber, Bioclimatic, Classification
series eCAADe
email
last changed 2022/06/07 07:54

_id a0b6
authors Bhavnani, S., John, B. and Flemming, U.
year 1999
title The Strategic Use of CAD: An Empirically Inspired, Theory-Based Course
source Proceedings of ACM CHI 99 Conference on Human Factors in Computing Systems 1999 v.1 pp. 183-190
summary The inefficient use of complex computer systems has been widely reported. These studies show the persistence of inefficient methods despite many years of experience and formal training. To counteract this phenomenon, we present the design of a new course, called the Strategic Use of CAD. The course aims at teaching students efficient strategies to use a computer-aided drafting system through a two-pronged approach. Learning to See teaches students to recognize opportunities to use efficient strategies by studying the nature of the task, and Learning to Do teaches students to implement the strategies. Results from a pilot experiment show that this approach had a positive effect on the strategic behavior of students who did not exhibit knowledge of efficient strategies before the class, and had no effect on the strategic behavior of those who did. Strategic training can thus assist users in recognizing opportunities to use efficient strategies. We present the ramifications of these results on the design of training and future experiments.
keywords Strategy; Training; GOMS; Learning; Efficiency
series other
email
last changed 2003/11/21 15:16

_id f288
authors Bille, Pia
year 1999
title Integrating GIS and Electronic Networks In Urban Design and Planning
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 722-728
doi https://doi.org/10.52842/conf.ecaade.1999.722
summary In 1998 I undertook an inquiry into the use of information technology in Urban Design and Planning in Danish municipalities and among planning consultants. The aim was to find out who was working with the IT and for what purposes it was used. In education there seems to be barriers to a full integration of the new media, and I wanted to find out if that was also the case in the practise of architects and planners. Surprisingly I discovered that there was a computer on almost every desk, - but there were big differences in the use of the technology. The investigation described here is based on interviews with planners in selected municipalities and with urban planning consultants, and the results have been summarised in a publication.
keywords Urban Planning, Electronic Collaboration, GIS, Data Bases
series eCAADe
email
last changed 2022/06/07 07:54

_id bbb9
authors Blaise, Jean-Yves and Dudek, Iwona
year 1999
title SOL: Spatial and Historical Web-Based Interface for On Line Architectural Documentation of Krakow's Rynek Gowny
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 700-707
doi https://doi.org/10.52842/conf.ecaade.1999.700
summary Our paper presents recent developments of a co-operation program that links the MAP-GAMSAU CNRS laboratory (Marseilles, France), specialised in computer science and the HAiKZ Institute of Krakow's Faculty of Architecture, specialised in architectural heritage and conservation. Before undertaking any action to a listed building or interventions in its neighbourhood, it is vital to gain a clear understanding of the building in question. Numerous heterogeneous data detained by diverse institutions has to be handled. This process can be greatly eased by enhanced classification of the information. The development we present is a multidisciplinary platform independent information tool dedicated to education and research. SOL uses an http protocol centred computer architecture connecting a relational database, a VRML 2.0 representation module and a web search interface. It allows searches and updating of the database through a standard text based interface, a VRML 2.0 graphical module and a thematic interface. SOL is experienced on the urban fabric of the Main Square (Rynek Gówny) in Kraków. The choice of a web-centred development, both in the search and updating interface and in the representation module provides platform independence and distant access to the database, and enables successive contributions of students or researchers.
keywords Web Interface, Database, Architectural Heritage Environment, Information Module, Historical Evolutions
series eCAADe
email
more http://alberti.gamsau.archi.fr
last changed 2022/06/07 07:52

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

_id 7674
authors Bourdakis, Vassilis and Charitos, Dimitrios
year 1999
title Virtual Environment Design - Defining a New Direction for Architectural Education
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 403-409
doi https://doi.org/10.52842/conf.ecaade.1999.403
summary This paper considers the design and development of virtual environments (VEs) and the way that it relates to traditional architectural education and practice. The need for practitioners who will contribute to the design of 3D content for multimedia and virtual reality applications is identified. The design of space in a VE is seen as being partly an architectural problem. Therefore, architectural design should play an important role in educating VE designers. Other disciplines, intrinsically related to the issue of VE design, are also identified. Finally, this paper aims at pointing out the need for a new direction within architectural education, which will lead towards a generation of VE architects.
keywords Virtual Environments, Architectural Design, Architectural Education
series eCAADe
email
last changed 2022/06/07 07:54

_id 9e00
authors Bridges, Alan
year 1999
title Progress? What Progress?
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 321-326
doi https://doi.org/10.52842/conf.ecaade.1999.321
summary This paper briefly reviews some of the history of computer graphics standardisation and then presents two specific case studies: one comparing HTML with SGML and Troff and the other comparing VRML with the Tektronix® Interactive Graphics Language implementation of the ACM Core Standard. In each case, it will be shown how the essential intellectual work carried out twenty years ago still lies at the foundations of the newer applications.
keywords SGML, HTML, VRML
series eCAADe
email
last changed 2022/06/07 07:54

_id aef9
id aef9
authors Brown, A., Knight, M. and Berridge, P. (Eds.)
year 1999
title Architectural Computing from Turing to 2000 [Conference Proceedings]
source eCAADe Conference Proceedings / ISBN 0-9523687-5-7 / Liverpool (UK) 15-17 September 1999, 773 p.
doi https://doi.org/10.52842/conf.ecaade.1999
summary The core theme of this book is the idea of looking forward to where research and development in Computer Aided Architectural Design might be heading. The contention is that we can do so most effectively by using the developments that have taken place over the past three or four decades in Computing and Architectural Computing as our reference point; the past informing the future. The genesis of this theme is the fact that a new millennium is about to arrive. If we are ruthlessly objective the year 2000 holds no more significance than any other year; perhaps we should, instead, be preparing for the year 2048 (2k). In fact, whatever the justification, it is now timely to review where we stand in terms of the development of Architectural Computing. This book aims to do that. It is salutary to look back at what writers and researchers have said in the past about where they thought that the developments in computing were taking us. One of the common themes picked up in the sections of this book is the developments that have been spawned by the global linkup that the worldwide web offers us. In the past decade the scale and application of this new medium of communication has grown at a remarkable rate. There are few technological developments that have become so ubiquitous, so quickly. As a consequence there are particular sections in this book on Communication and the Virtual Design Studio which reflect the prominence of this new area, but examples of its application are scattered throughout the book. In 'Computer-Aided Architectural Design' (1977), Bill Mitchell did suggest that computer network accessibility from expensive centralised locations to affordable common, decentralised computing facilities would become more commonplace. But most pundits have been taken by surprise by just how powerful the explosive cocktail of networks, email and hypertext has proven to be. Each of the ingredients is interesting in its own right but together they have presented us with genuinely new ways of working. Perhaps, with foresight we can see what the next new explosive cocktail might be.
series eCAADe
email
more http://www.ecaade.org
last changed 2022/06/07 07:49

_id 8802
authors Burry, Mark, Dawson, Tony and Woodbury, Robert
year 1999
title Learning about Architecture with the Computer, and Learning about the Computer in Architecture
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 374-382
doi https://doi.org/10.52842/conf.ecaade.1999.374
summary Most students commencing their university studies in architecture must confront and master two new modes of thought. The first, widely known as reflection-in-action, is a continuous cycle of self-criticism and creation that produces both learning and improved work. The second, which we call here design making, is a process which considers building construction as an integral part of architectural designing. Beginning students in Australia tend to do neither very well; their largely analytic secondary education leaves the majority ill-prepared for these new forms of learning and working. Computers have both complicated and offered opportunities to improve this situation. An increasing number of entering students have significant computing skill, yet university architecture programs do little in developing such skill into sound and extensible knowledge. Computing offers new ways to engage both reflection-in-action and design making. The collaboration between two Schools in Australia described in detail here pools computer-based learning resources to provide a wider scope for the education in each institution, which we capture in the phrase: Learn to use computers in architecture (not use computers to learn architecture). The two shared learning resources are Form Making Games (Adelaide University), aimed at reflection-in-action and The Construction Primer (Deakin University and Victoria University of Wellington), aimed at design making. Through contributing to and customising the resources themselves, students learn how designing and computing relate. This paper outlines the collaborative project in detail and locates the initiative at a time when the computer seems to have become less self-consciously assimilated within the wider architectural program.
keywords Reflection-In-Action, Design Making, Customising Computers
series eCAADe
email
last changed 2022/06/07 07:54

_id 92ce
authors Cabezas, M., Mariano, C., Mitolo, S. and Oliva, S.
year 1999
title Una Experiencia Docente sobre la Incorporación del Uso de la Informática en la Enseñanza-Aprendizaje de la Forma (An Educational Experience on the Incorporation of the use of Computing in the Teaching/Learning of Form)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 349-351
summary In this work an experience pilot is presented based on the study of the transformations of the teaching-learning process referred to the visual communication, specifically in the didactic units referred to the bi- and three-dimensional form, proposing to the student as an informatical user like a new alternative to the conventional form.
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

For more results click below:

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