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 10 of 10

_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 2423
authors Morozumi, M., Takahasi, M., Naka, R., Kawasumi, N., Homma, R., Mitchell. W.J., Yamaguchi, S. and Iki, K.
year 1997
title The Levels of Communications Achieved Through Network in an International Collaborative Design Project: An Analysis of VDS ’96 Project Carried Out By Kumamoto University, MIT and Kyoto Institute of Technology
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 143-152
doi https://doi.org/10.52842/conf.caadria.1997.143
summary This paper reviewed the process and the achievements of a five-week-long virtual design studio project the authors carried out with three universities in Japan and the United States in the summer of 1996, in which there was no communication among team members other than network media. After analyzing the use of communication tools in different situations of design communication, and the level of communications achieved in this project, the authors concluded that the present network technology could provide sufficient levels of communication, if only participants could put forth some amount of extra effort for communication among team members.
series CAADRIA
email
last changed 2022/06/07 07:59

_id 8d64
authors Penttilä, Hannu
year 1999
title Top 5 Themes to Promote Architectural Information Technology and Top 5 Obstacles to Decelerate it
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 6-10
doi https://doi.org/10.52842/conf.ecaade.1999.006
summary The objective of this paper is to scan a few interesting themes, features and ideas of current information and communication technology (ICT) to promote their wise use within the fields of architectural practice and architectural education. The core idea is to prepare for the future by understanding the future relevance of the dominating themes. The meaning and significance of the selected and presented common ideas is evaluated to strengthen a realistic future basis for the design discipline. The author finds organizing, structuring and sharing architectural design data with digital tools the most future-relevant ICT-theme, that should be supported with R&D-activities and taught in architectural ICT-education. The obstacles of digitalization to produce negative impacts to architectural profession seem to be of mental nature rather than technical. The human mind, juridical agreements and long-lived design traditions are possibly the most threatening and restrictive obstacles in the future. The selected top 5 methods in evaluating existing trends and features has been used for instance in futures studies as one systematical approach to chart history and current times as informants of the future (Bell, 1996). A pragmatic and personal approach has been used in selecting the themes.
keywords Architectural Information and Communication Technology (ICT), ICT-trends, Future Studies, Future Relevance
series eCAADe
type normal paper
email
last changed 2022/06/07 08:00

_id avocaad_2001_16
id avocaad_2001_16
authors Yu-Ying Chang, Yu-Tung Liu, Chien-Hui Wong
year 2001
title Some Phenomena of Spatial Characteristics of Cyberspace
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary "Space," which has long been an important concept in architecture (Bloomer & Moore, 1977; Mitchell, 1995, 1999), has attracted interest of researchers from various academic disciplines in recent years (Agnew, 1993; Benko & Strohmayer, 1996; Chang, 1999; Foucault, 1982; Gould, 1998). Researchers from disciplines such as anthropology, geography, sociology, philosophy, and linguistics regard it as the basis of the discussion of various theories in social sciences and humanities (Chen, 1999). On the other hand, since the invention of Internet, Internet users have been experiencing a new and magic "world." According to the definitions in traditional architecture theories, "space" is generated whenever people define a finite void by some physical elements (Zevi, 1985). However, although Internet is a virtual, immense, invisible and intangible world, navigating in it, we can still sense the very presence of ourselves and others in a wonderland. This sense could be testified by our naming of Internet as Cyberspace -- an exotic kind of space. Therefore, as people nowadays rely more and more on the Internet in their daily life, and as more and more architectural scholars and designers begin to invest their efforts in the design of virtual places online (e.g., Maher, 1999; Li & Maher, 2000), we cannot help but ask whether there are indeed sensible spaces in Internet. And if yes, these spaces exist in terms of what forms and created by what ways?To join the current interdisciplinary discussion on the issue of space, and to obtain new definition as well as insightful understanding of "space", this study explores the spatial phenomena in Internet. We hope that our findings would ultimately be also useful for contemporary architectural designers and scholars in their designs in the real world.As a preliminary exploration, the main objective of this study is to discover the elements involved in the creation/construction of Internet spaces and to examine the relationship between human participants and Internet spaces. In addition, this study also attempts to investigate whether participants from different academic disciplines define or experience Internet spaces in different ways, and to find what spatial elements of Internet they emphasize the most.In order to achieve a more comprehensive understanding of the spatial phenomena in Internet and to overcome the subjectivity of the members of the research team, the research design of this study was divided into two stages. At the first stage, we conducted literature review to study existing theories of space (which are based on observations and investigations of the physical world). At the second stage of this study, we recruited 8 Internet regular users to approach this topic from different point of views, and to see whether people with different academic training would define and experience Internet spaces differently.The results of this study reveal that the relationship between human participants and Internet spaces is different from that between human participants and physical spaces. In the physical world, physical elements of space must be established first; it then begins to be regarded as a place after interaction between/among human participants or interaction between human participants and the physical environment. In contrast, in Internet, a sense of place is first created through human interactions (or activities), Internet participants then begin to sense the existence of a space. Therefore, it seems that, among the many spatial elements of Internet we found, "interaction/reciprocity" Ñ either between/among human participants or between human participants and the computer interface Ð seems to be the most crucial element.In addition, another interesting result of this study is that verbal (linguistic) elements could provoke a sense of space in a degree higher than 2D visual representation and no less than 3D visual simulations. Nevertheless, verbal and 3D visual elements seem to work in different ways in terms of cognitive behaviors: Verbal elements provoke visual imagery and other sensory perceptions by "imagining" and then excite personal experiences of space; visual elements, on the other hand, provoke and excite visual experiences of space directly by "mapping".Finally, it was found that participants with different academic training did experience and define space differently. For example, when experiencing and analyzing Internet spaces, architecture designers, the creators of the physical world, emphasize the design of circulation and orientation, while participants with linguistics training focus more on subtle language usage. Visual designers tend to analyze the graphical elements of virtual spaces based on traditional painting theories; industrial designers, on the other hand, tend to treat these spaces as industrial products, emphasizing concept of user-center and the control of the computer interface.The findings of this study seem to add new information to our understanding of virtual space. It would be interesting for future studies to investigate how this information influences architectural designers in their real-world practices in this digital age. In addition, to obtain a fuller picture of Internet space, further research is needed to study the same issue by examining more Internet participants who have no formal linguistics and graphical training.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 9b4d
authors Boerner, Wolfgang
year 2003
title The “Franziszeische Kataster” (land register) – Only a historial Map?
source CORP 2003, Vienna University of Technology, 25.2.-28.2.2003 [Proceedings on CD-Rom]
summary Franz I. of Austria that the legislative and technical hindrances were cleared away in order to commence with big changes. One cantruly say that it was due to his land tax patent from the 23rd of December 1817 that he founded the main land register of Austria andof the whole empire. The basic ideas of this patent are still valid today.This land register, named after it’s originator, was also said to be a “stabile” land register because the net profit rate, which wascrucial for the rating of taxation, was to be stabilized without giving consideration to higher productivity or diligence except to casesin which the fertility of the earth was destroyed by natural phenomenon.The land register was developed for the city of Vienna in the years 1819 to 1824. This land register of Vienna was scanned and digitized by the Urban Archaeology of Vienna. Since the launching of the “Kulturgüterkataster (Cultural Heritage Cadastre)“ in 1996, the individual municipal departments of the City of Vienna have developed a massive body of know-how regarding the various fields of interest. In particular, the inventoryingand evaluation of architectural objects as implemented by the City of Vienna could be easily adapted to other EU cities. It has alreadybeen suggested to initiate corresponding EU projects or participate in such.The long-time objective is an Internet portal. Based on the applications and competence developed in Vienna, the cultural assets of European metropolises could be digitised to present them in a novel forum. Lovers of culture, historians and urban planners would thus dispose of an instrument that renders urbanistic research much more efficient. Here, the “Franziszeischer Kataster“ could play a key role. Especially in the candidate countries in Eastern and South-eastern Europe, land surveying to this day would be unthinkable without this land register. A digital version of the register, could provide enormous support to the surveyor’s offices in the new Member States.
series other
email
last changed 2003/11/21 15:16

_id ddssar9613
id ddssar9613
authors de Groot, E.H. and Louwers, F.H.
year 1996
title The TIE-system, a KBS for the Evaluation of Thermal Indoor office Environments
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary A Knowledge-Based System [KBS] for the evaluation of Thermal Indoor office Environments [TIE] (in the Netherlands) was the product of a one-year project, undertaken by researchers of the Physical Aspects of the Built Environment group [FAGO] in cooperation with the Knowledge-Based System Section of the TNO-Building & Construction research Institute in Delft. The objective of the project was to develop a KBS capable of evaluating thermal indoor environments of existing or proposed office buildings designs. The approach used in this study was based on a traditional method of predicting thermal sensation by calculating Fanger's 'Predicted Mean Vote' [PMV]. PMV is influenced by four environmental parameters of a room: air temperature, radiant temperature, air velocity and relative humidity, and by two personal parameters of the employees: metabolic rate and clothing insulation. The knowledge required to determine these six parameters was placed in KBS-databases and tables using a KBS-building tool called Advanced Knowledge Transfer System [AKTS]. By questioning the user, the TIE-system is capable of determining the PMV for a particular office room. The system also provides conclusions and advice on improving the thermal comfort. The TIE-system was a pilot-study for the long-term Building Evaluation research project, being undertaken at FAGO, that examines in all aspects of office building performance, and in which KBS may play a major pole.
series DDSS
last changed 2003/08/07 16:36

_id ddss2008-02
id ddss2008-02
authors Gonçalves Barros, Ana Paula Borba; Valério Augusto Soares de Medeiros, Paulo Cesar Marques da Silva and Frederico de Holanda
year 2008
title Road hierarchy and speed limits in Brasília/Brazil
source H.J.P. Timmermans, B. de Vries (eds.) 2008, Design & Decision Support Systems in Architecture and Urban Planning, ISBN 978-90-6814-173-3, University of Technology Eindhoven, published on CD
summary This paper aims at exploring the theory of the Social Logic of Space or Space Syntax as a strategy to define parameters of road hierarchy and, if this use is found possible, to establish maximum speeds allowed in the transportation system of Brasília, the capital city of Brazil. Space Syntax – a theory developed by Hillier and Hanson (1984) – incorporates the space topological relationships, considering the city shape and its influence in the distribution of movements within the space. The theory’s axiality method – used in this study – analyses the accessibility to the street network relationships, by means of the system’s integration, one of its explicative variables in terms of copresence, or potential co-existence between the through-passing movements of people and vehicles (Hillier, 1996). One of the most used concepts of Space Syntax in the integration, which represents the potential flow generation in the road axes and is the focus of this paper. It is believed there is a strong correlation between urban space-form configuration and the way flows and movements are distributed in the city, considering nodes articulations and the topological location of segments and streets in the grid (Holanda, 2002; Medeiros, 2006). For urban transportation studies, traffic-related problems are often investigated and simulated by assignment models – well-established in traffic studies. Space Syntax, on the other hand, is a tool with few applications in transport (Barros, 2006; Barros et al, 2007), an area where configurational models are considered to present inconsistencies when used in transportation (cf. Cybis et al, 1996). Although this is true in some cases, it should not be generalized. Therefore, in order to simulate and evaluate Space Syntax for the traffic approach, the city of Brasília was used as a case study. The reason for the choice was the fact the capital of Brazil is a masterpiece of modern urban design and presents a unique urban layout based on an axial grid system considering several express and arterial long roads, each one with 3 to 6 lanes,
keywords Space syntax, road hierarchy
series DDSS
last changed 2008/09/01 17:06

_id 2b9f
authors Nasar, Jack
year 1996
title DESIGN BY COMPETITION: LOOKING AT COMPETITION ARCHITECTURE THROUGH TIME
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary We have seen an increase in design competitions for delivery of public buildings. Architectural groups such as the AIA or RIBA often call for a jury dominated by architects. A series of studies of a highly publicized design competition (Peter Eisenman's Wexner Center for the Visual Arts) show the building as a functional and "aesthetic" failure for the public. Some may argue that this is only a short-term appraisal, and that eventually the aesthetic statement will come into favor. To the question of whether architects (the experts) lead public tastes over time, we only have anecdotal evidence. Otherwise, there has been consistent findings of differences between what architects like and what the public likes. How can we look at long-term trends? This paper discusses two historiographic studies of competition architecture through history. One looks at the record of "masterpiece" buildings derived from frequency of reference in books and encyclopedias, and then tallies how many of those "masterpieces" result from competitions. Because of potential flaws in generalizing from these numbers, a second study has architects and non-architects judge photos of competition winning and competition losing designs from a 100-year period. The results show that both groups preferred more losers to winners. This suggests a need for an alternative model for design competition juries.
keywords Model Simulation, Real Environments
series other
type normal paper
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:41

_id cc90
authors Kolarevic, Branko
year 1998
title CAD@HKU
source ACADIA Quarterly, vol. 17, no. 4, pp. 16-17
doi https://doi.org/10.52842/conf.acadia.1998.016
summary Since 1993, we have experimented with Virtual Design Studios (VDS) as an on-going research project that investigates the combination of current computer-aided design (CAD), computer networks (Internet), and computer supported collaborative work (CSCW) techniques to bring together studentsat geographically distributed locations to work in a virtual atelier. In 1993 the theme of the first joint VDS project was in-fill housing for the traditional Chinese walled village of Kat Hing Wai in the New Territories north of Hong Kong, and our partners included MIT and Harvard in Boston (USA), UBC in Vancouver (Canada), and Washington University in St. Louis (USA). In 1994 we were joined by Cornell (USA) and Escola Tecnica Superior d’Arquitectura de Barcelona (Spain) to re-design Li Long housing in Shanghai, and 1995 added the Warsaw Institute of Technology (Poland) for the ACSA/Dupont competition to design a Center for Cultural and Religious Studies in Japan. The 1996 topic was an international competition to design a monument located in Hong Kong to commemorate the return of Hong Kong to Chinese sovereignty in 1997. Communication was via e-mail, the WorldWide Web with limited attempts at VRML, and network video. Several teaching and research experiments conducted through these projects have demonstrated the viability and potential of using electronic, telecommunications, and videoconferencing technologies in collaborative design processes. Results of these VDS have been presented at conferences worldwide, explained in journal papers and published in Virtual Design Studio, edited by J. Wojtowicz, published by HKU Press.
series ACADIA
email
last changed 2022/06/07 07:51

_id ddssup9616
id ddssup9616
authors Schmidt-Belz, B., Voß, A., Emkes, L. and Coulon, C.H.
year 1996
title How to support city planning using map interpretation techniques
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary We suggest and motivate a system to support city traffic planning. Our approach is derived from Case-Based Reasoning (CBR), where former experiences (cases) are stored and made available for reuse. To start with, a collection of examples from books or other sources is stored as hypermedia documents. Retrieval of useful examples is enabled by describing (indexing) the examples in several aspects. While some descriptors have to be attached by users or system administrators, others could be automatically inferred. The vision is, that in the long run cases are derived from GIS plans and the CBR support is an integrated tool in a GIS working environment.
series DDSS
email
last changed 2003/08/07 16:36

No more hits.

HOMELOGIN (you are user _anon_454891 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002