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 743

_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 aa7f
authors Bollinger, Elizabeth and Hill, Pamela
year 1993
title Virtual Reality: Technology of the Future or Playground of the Cyberpunk?
doi https://doi.org/10.52842/conf.acadia.1993.121
source Education and Practice: The Critical Interface [ACADIA Conference Proceedings / ISBN 1-880250-02-0] Texas (Texas / USA) 1993, pp. 121-129
summary Jaron Lanier is a major spokesperson of our society's hottest new technology: VR or virtual reality. He expressed his faith in the VR movement in this quote which appears in The User's Guide to the New Edge published by Mondo 2000. In its most technical sense, VR has attracted the attention of politicians in Washington who wonder if yet another technology developed in the United States will find its application across the globe in Asia. In its most human element, an entire "cyberpunk movement" has appealed to young minds everywhere as a seemingly safe form of hallucination. As architecture students, educators, and practitioners around the world are becoming attracted to the possibilities of VR technology as an extension of 3D modeling, visualization, and animation, it is appropriate to consider an overview of virtual reality.

In virtual reality a user encounters a computersimulated environment through the use of a physical interface. The user can interact with the environment to the point of becoming a part of the experience, and the experience becomes reality. Natural and

instinctive body movements are translated by the interface into computer commands. The quest for perfection in this human-computer relationship seems to be the essence of virtual reality technology.

To begin to capture the essence of virtual reality without first-hand experience, it is helpful to understand two important terms: presence and immersion. The sense of presence can be defined as the degree to which the user feels a part of the actual environment. The more reality the experience provides, the more presence it has. Immersion can be defined as the degree of other simulation a virtual reality interface provides for the viewer. A highly immersive system might provide more than just visual stimuli; for example, it may additionally provide simulated sound and motion, and simultaneously prevent distractions from being present.

series ACADIA
email
last changed 2022/06/07 07:52

_id ga0012
id ga0012
authors Galanter, Philip
year 2000
title GA2: a Programming Environment for Abstract Generative Fine Art
source International Conference on Generative Art
summary Fine artists looking to use computers to create generative works, especially those artists inclined towards abstraction, often face an uncomfortable choice in the selection of software tools. On the one hand there are a number of commercial and shareware programs available which implement a few techniques in an easy to use GUI environment. Unfortunately such programs often impose a certain look or style and are not terribly versatile or expressive. The other choice seems to be writing code from scratch, in a language such as c or Java. This can be very time consuming as every new work seems to demand a new program, and the artist's ability to write code can seldom keep pace with his ability to imagine new visual ideas. This paper describes a software system created by the author called GA2 which has been implemented in the Matlab software environment. By layering GA2 over Matlab the artist can take advantage of a very mature programming environment which includes extensive mathematical libraries, simple graphics routines, GUI construction tools, built-in help facilities, and command line, batch mode, and GUI modes of interaction. In addition, GA2 is very portable and can run on Macintosh, Windows, and Unix systems with almost no incremental effort for multi-platform support. GA2 is a work in progress and an extension of the completed GA1 environment. It is medium independent, and can be used for all manner of image, animation, and sound production. GA1 includes a complete set of genetic algorithm operations for breeding families of graphical marks, a database function for managing and recalling various genes, a set of statistical operations for creating various distributions of marks on a canvas or animation frame, a unique Markov-chain-likeoperator for generating families of visually similar lines or paths, and a complete L-system implementation. GA2 extends GA1 by adding more generative techniques such as tiling and symmetry operations, Thom's cusp catastrophe, and mechanisms inspired by complexity science notions such as cellular automata, fractals, artificial life, and chaos. All of these techniques are encapulated in genetic representations. This paper is supplemented with examples from the authors art work, and comments on the philosophy behind this method of working, and its relation towards the reinvigoration of abstraction after post-modernism.  
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_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 avocaad_2001_17
id avocaad_2001_17
authors Ying-Hsiu Huang, Yu-Tung Liu, Cheng-Yuan Lin, Yi-Ting Cheng, Yu-Chen Chiu
year 2001
title The comparison of animation, virtual reality, and scenario scripting in design process
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 Design media is a fundamental tool, which can incubate concrete ideas from ambiguous concepts. Evolved from freehand sketches, physical models to computerized drafting, modeling (Dave, 2000), animations (Woo, et al., 1999), and virtual reality (Chiu, 1999; Klercker, 1999; Emdanat, 1999), different media are used to communicate to designers or users with different conceptual levels¡@during the design process. Extensively employed in design process, physical models help designers in managing forms and spaces more precisely and more freely (Millon, 1994; Liu, 1996).Computerized drafting, models, animations, and VR have gradually replaced conventional media, freehand sketches and physical models. Diversely used in the design process, computerized media allow designers to handle more divergent levels of space than conventional media do. The rapid emergence of computers in design process has ushered in efforts to the visual impact of this media, particularly (Rahman, 1992). He also emphasized the use of computerized media: modeling and animations. Moreover, based on Rahman's study, Bai and Liu (1998) applied a new design media¡Xvirtual reality, to the design process. In doing so, they proposed an evaluation process to examine the visual impact of this new media in the design process. That same investigation pointed towards the facilitative role of the computerized media in enhancing topical comprehension, concept realization, and development of ideas.Computer technology fosters the growth of emerging media. A new computerized media, scenario scripting (Sasada, 2000; Jozen, 2000), markedly enhances computer animations and, in doing so, positively impacts design processes. For the three latest media, i.e., computerized animation, virtual reality, and scenario scripting, the following question arises: What role does visual impact play in different design phases of these media. Moreover, what is the origin of such an impact? Furthermore, what are the similarities and variances of computing techniques, principles of interaction, and practical applications among these computerized media?This study investigates the similarities and variances among computing techniques, interacting principles, and their applications in the above three media. Different computerized media in the design process are also adopted to explore related phenomenon by using these three media in two projects. First, a renewal planning project of the old district of Hsinchu City is inspected, in which animations and scenario scripting are used. Second, the renewal project is compared with a progressive design project for the Hsinchu Digital Museum, as designed by Peter Eisenman. Finally, similarity and variance among these computerized media are discussed.This study also examines the visual impact of these three computerized media in the design process. In computerized animation, although other designers can realize the spatial concept in design, users cannot fully comprehend the concept. On the other hand, other media such as virtual reality and scenario scripting enable users to more directly comprehend what the designer's presentation.Future studies should more closely examine how these three media impact the design process. This study not only provides further insight into the fundamental characteristics of the three computerized media discussed herein, but also enables designers to adopt different media in the design stages. Both designers and users can more fully understand design-related concepts.
series AVOCAAD
email
last changed 2005/09/09 10:48

_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 01c0
authors Af Klercker, Jonas
year 2000
title Modelling for Virtual Reality in Architecture
doi https://doi.org/10.52842/conf.ecaade.2000.209
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. 209-213
summary CAAD systems are using object modelling methods for building databases to make information available. Object data must then be made useful for many different purposes in the design process. Even if the capacity of the computer will allow an almost unlimited amount of information to be transformed, the eye does not make the transformations in the same “simple” mathematical way. Trained architects have to involve in an inventive process of finding ways to “harmonize” this new medium with the human eye and the architect’s professional experience. This paper will be an interimistic report from a surveying course. During the spring semester 2000 the CAAD division of TU-Lund is giving a course “Modelling for VR in Architecture”. The students are practising architects with experience from using object modelling CAAD. The aims are to survey different ways to use available hard- and software to create VR-models of pieces of architecture and evaluate them in desktop and CAVE environments. The architect is to do as much preparation work as possible with his CAAD program and only the final adjustments with the special VR tool.
keywords CAAD, VR, Modelling, Spatial Experience
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id ga0017
id ga0017
authors McLean, A., Ward, A. and Cox, G.
year 2000
title The aesthetics of generative code
source International Conference on Generative Art
summary Aesthetics, in general usage, lays an emphasis on subjective sense perception associated with the broad field of art and human creativity. This paper suggests that it might be useful to revisit the troubled relationship between art and aesthetics for the purpose of discussing the value of generative code. It is now generally accepted that sense perception alone is simply not enough unless contextualised within the world of ideas. Similarly, the world of multimedia is all too easily conflated with a multi-sensory experience (of combining still and moving image, sound, interaction and so on). Thus the limits of traditional aesthetics is emphasised in the problem of defining which of the senses the highest of the arts adheres to -according to Kant and Hegel - the ‘arts of speech’. Poetry throws such crude classificatory distinctions into question as it is both read and heard; or written and spoken/performed. Hegel suggests a way out of this paradox by employing dialectical thinking; as we do not hear speech by simply listening to it. He suggests that we need to represent speech to ourselves in written form in order to grasp what it essentially is. Thus poetry can neither be reduced to audible signs (the time of the ear) nor visible signs (the space of the eye) but is composed of language itself. This suggests that written and spoken forms work together to form a language that we appreciate as poetry. But does code work in the same way? By analogy, generative code has poetic qualities too, as it does not operate in a single moment in time and space but as a series of consecutive ‘actions’ that are repeatable, the outcome of which might be imagined in different contexts. Code is a notation of an internal structure that the computer is executing, expressing ideas, logic, and decisions that operate as an extension of the author's intentions. The written form is merely a computer-readable notation of logic, and is a representation of this process. Yet the written code isn't what the computer really executes, since there are many levels of interpreting and compiling and linking taking place. Code is only really understandable with the context of its overall structure – this is what makes it a language (be it source code or machine code, or even raw bytes). It may be hard to understand someone else’s code but the computer is, after all, multi-lingual. In this sense, understanding someone else's code is very much like listening to poetry in a foreign language - the appreciation goes beyond a mere understanding of the syntax or form of the language used, and as such translation is infamously problematic. Code itself is clearly not poetry as such, but retains some of its rhythm and metrical form. Code is intricately crafted, and expressed in multitudinous and idiosyncratic ways. Like poetry, the aesthetic value of code lies in its execution, not simply its written form. To appreciate it fully we need to ‘see’ the code to fully grasp what it is we are experiencing and to build an understanding of the code’s actions. To separate the code and the resultant actions would simply limit the aesthetic experience, and ultimately the study of these forms - as a form of criticism (what might be better called ‘poetics’).
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 4003
authors Nakakoji, K., Yamamoto, Y., Takada, S. and Reeves, B.
year 2000
title Two-Dimensional Spatial Positioning as a Means for Reflection in Design Design Cases
source Proceedings of DIS'00: Designing Interactive Systems: Processes, Practices, Methods, & Techniques 2000 pp. 145-154
summary In the realm of computer support for design, developers have focused primarily on power and expressiveness that are important in framing a design solution. They assume that design is a series of calculated steps that lead to a clearly specified goal. The problem with this focus is that the resulting tools hinder the very process that is critical in early phases of a design task; the reflection-in-action process [15]. In the early phases, what is required as the most important ingredient for a design tool is the ability to interact in ways that require as little commitment as possible. This aspect is most evident in domains where two dimensions play a role, such as sketching in architecture. Surprisingly, it is equally true in linear domains such as writing. In this paper, we present our approach of using two-dimensional positioning of objects as a means for reflection in the early phases of a design task. Taking writing as an example, the ART (Amplifying Representational Talkback) system uses two dimensional positioning to support the early stages of the writing task. An eye-tracking user study illustrates important issues in the domain of computer support for design.
keywords Information Systems; User/Machine Systems; Cognitive Models; Reflection-In-Action; Two-Dimensional Positioning; Writing Support
series other
last changed 2002/07/07 16:01

_id sigradi2004_027
id sigradi2004_027
authors Alfredo Stipech
year 2004
title Enseñanza de la representación manual y digital, para arquitectos y diseñadores [Teaching Hand and Digital Representation to Architects and Designers]
source SIGraDi 2004 - [Proceedings of the 8th Iberoamerican Congress of Digital Graphics] Porte Alegre - Brasil 10-12 november 2004
summary The supremacy of the digital means of representation and communication and the resulting shift of the manual means in the field of design and architecture, have engendered multiple opinions and literature. They focus and analyze the virtues and risks, the losses and substitutions, and the different expressive, productive and conceptual results of their leading role in the creative process. Furthermore, if we consider both as two extremes, apparently opposed, a broad panorama of combinations and additions are produced by the emerging group of hybrid practices. This motivated the development of a research project in the Universidad Nacional del Litoral de Santa Fe, Argentina, under the Program CAI+D 2000 dealing with Design and the Analog – Digital Means. From this project emerged a collection of conceptual speculations and experimentations in the extended field of representation, extended by the incorporation of new means and hybridations, searching for new parameters and methods for professional training and practice. Key words: analog, digital, graphics, means, representation.
series SIGRADI
email
last changed 2016/03/10 09:47

_id ddssar0002
id ddssar0002
authors Aoki, Yoshitsugu and Inage, Makoto
year 2000
title Linguistic Operation System for Design of Architectural Form
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary In a process of architectural design, an architect not only draws by himself/herself but also lets another person modify a design by given a linguistic instruction expressing how the design ought to be. In the case of utilization of CAD systems, it is useful if the system modifies the design according to the linguistic instruction. On the other hand, because of the recent increase of the opportunities of designing a building whose roof has complicated curved surface, it extremely takes labor to change the design. This paper proposes a linguistic operation system that modifies a design according to the linguistic instruction of the modification by the user to support design of a complicated form with curved surface. The proposed system is expected to be integrated with a CAD system. First, the system presents a perspective sketch of a designed form. From the values of the design variables that characterize the form in the system, the system calculates the position of the form in “the association image space.” Second, the designer puts a linguistic instruction i.e., words as like as “let it be more light” to modify the form. The words used for the instruction have the position in the association image space. In the association image space, the system moves the position of the form to a new position that gets to be near the position of the given word. The system calculates the values of the design variables of the form corresponding to the new position. We need a mapping from every vector representing the position of the changed form in the association image space to the corresponding vector representing the values of the design variables. To find the mapping, we construct a neural network system with three levels. Finally, the system presents a perspective sketch of changed form using the calculated values of design variables.
series DDSS
last changed 2003/11/21 15:15

_id 60e7
authors Bailey, Rohan
year 2000
title The Intelligent Sketch: Developing a Conceptual Model for a Digital Design Assistant
doi https://doi.org/10.52842/conf.acadia.2000.137
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. 137-145
summary The computer is a relatively new tool in the practice of Architecture. Since its introduction, there has been a desire amongst designers to use this new tool quite early in the design process. However, contrary to this desire, most Architects today use pen and paper in the very early stages of design to sketch. Architects solve problems by thinking visually. One of the most important tools that the Architect has at his disposal in the design process is the hand sketch. This iterative way of testing ideas and informing the design process with images fundamentally directs and aids the architect’s decision making. It has been said (Schön and Wiggins 1992) that sketching is about the reflective conversation designers have with images and ideas conveyed by the act of drawing. It is highly dependent on feedback. This “conversation” is an area worthy of investigation. Understanding this “conversation” is significant to understanding how we might apply the computer to enhance the designer’s ability to capture, manipulate and reflect on ideas during conceptual design. This paper discusses sketching and its relation to design thinking. It explores the conversations that designers engage in with the media they use. This is done through the explanation of a protocol analysis method. Protocol analysis used in the field of psychology, has been used extensively by Eastman et al (starting in the early 70s) as a method to elicit information about design thinking. In the pilot experiment described in this paper, two persons are used. One plays the role of the “hand” while the other is the “mind”- the two elements that are involved in the design “conversation”. This variation on classical protocol analysis sets out to discover how “intelligent” the hand should be to enhance design by reflection. The paper describes the procedures entailed in the pilot experiment and the resulting data. The paper then concludes by discussing future intentions for research and the far reaching possibilities for use of the computer in architectural studio teaching (as teaching aids) as well as a digital design assistant in conceptual design.
keywords CAAD, Sketching, Protocol Analysis, Design Thinking, Design Education
series ACADIA
last changed 2022/06/07 07:54

_id 792a
authors Blaschke, Thomas and Tiede, Dirk
year 2003
title Bridging GIS-based landscape analysis/modelling and 3D-simulation.Is this already 4D?
source CORP 2003, Vienna University of Technology, 25.2.-28.2.2003 [Proceedings on CD-Rom]
summary Several studies have used remote sensing to map patterns of e.g. deforestation or to analyse the rates of land use change. Thesestudies have proven useful for interpreting the causes of urbanization, deforestation etc. and the impact of such changes on theregion. Monitoring of change (e.g. deforestation or reforestation) is frequently perceived as one of the most important contributionsof remote sensing technology to the study of global ecological and environmental change (Roughgarden et al. 1991). Manyresearchers believe that the integration of remote sensing techniques within analysis of environmental change is essential if ecologistsare to meet the challenges of the future, specifically issues relating to global change; however, in practice, this integration has so farbeen limited (Griffiths & Mather 2000). Considerable difficulties are encountered in linking, on the one hand, the biologies oforganisms and the ecologies of populations to the fluxes of material and energy quantifiable at the level of ecosystems. In this paper,we concentrate on the methodological aspects of the delineation of landscape objects and touch the ecological application onlysuperficially but we elucidate the potential of the proposed methodology for several ecological applications briefly.
series other
email
last changed 2003/11/21 15:16

_id a172
authors Brian Jeffrey Palidar
year 2000
title Live and Direct:A Research and Development Facility for Robotics and Artificial Intelligence Applications
source University of Washington, Design Machine Group
summary This thesis proposed a design project focusing on creating a center for the incorporation, assembly, and demonstration of cutting edge research in AI applications. The project s client is an Institute dedicated to developing the platform for general intelligence by assembling current research and technologies into composite prototypes that push the boundaries of artificial beings. This center also proposes an interactive forum in which the general public can experience the results of the research first hand as well as learn about past projects, attend lectures and presentations, and other activities related to this endeavor and its implications to humanity.
series thesis:MSc
more http://dmg.caup.washington.edu/xmlSiteEngine/browsers/stylin/publications.html
last changed 2004/06/02 19:12

_id 3b4c
authors Chung, Misun
year 2000
title A Sacred Space in Cyberspace
doi https://doi.org/10.52842/conf.acadia.2000.007
source ACADIA Quarterly, vol. 19, no. 2, pp. 7-8
summary Sometimes we hold an object in our hand or look at a 2D drawing and wonder what would be like to be inside that space? Mentally, we are able to transcend ourselves into another dimension. That is the reality of our physical space. But in this new cyberspace, we are able to share that experience with others. Through visual, sound, color, and spatial stimulation, we are able to share what used to be only an imaginable space with others in “real time”. The technology of multi-user 3D environment is still cumbersome and unstable but the future expansion and opportunities far weights its current limitations.
series ACADIA
last changed 2022/06/07 07:56

_id ga0007
id ga0007
authors Coates, Paul and Miranda, Pablo
year 2000
title Swarm modelling. The use of Swarm Intelligence to generate architectural form
source International Conference on Generative Art
summary .neither the human purposes nor the architect's method are fully known in advance. Consequently, if this interpretation of the architectural problem situation is accepted, any problem-solving technique that relies on explicit problem definition, on distinct goal orientation, on data collection, or even on non-adaptive algorithms will distort the design process and the human purposes involved.' Stanford Anderson, "Problem-Solving and Problem-Worrying". The works concentrates in the use of the computer as a perceptive device, a sort of virtual hand or "sense", capable of prompting an environment. From a set of data that conforms the environment (in this case the geometrical representation of the form of the site) this perceptive device is capable of differentiating and generating distinct patterns in its behavior, patterns that an observer has to interpret as meaningful information. As Nicholas Negroponte explains referring to the project GROPE in his Architecture Machine: 'In contrast to describing criteria and asking the machine to generate physical form, this exercise focuses on generating criteria from physical form.' 'The onlooking human or architecture machine observes what is "interesting" by observing GROPE's behavior rather than by receiving the testimony that this or that is "interesting".' The swarm as a learning device. In this case the work implements a Swarm as a perceptive device. Swarms constitute a paradigm of parallel systems: a multitude of simple individuals aggregate in colonies or groups, giving rise to collaborative behaviors. The individual sensors can't learn, but the swarm as a system can evolve in to more stable states. These states generate distinct patterns, a result of the inner mechanics of the swarm and of the particularities of the environment. The dynamics of the system allows it to learn and adapt to the environment; information is stored in the speed of the sensors (the more collisions, the slower) that acts as a memory. The speed increases in the absence of collisions and so providing the system with the ability to forget, indispensable for differentiation of information and emergence of patterns. The swarm is both a perceptive and a spatial phenomenon. For being able to Interact with an environment an observer requires some sort of embodiment. In the case of the swarm, its algorithms for moving, collision detection, and swarm mechanics conform its perceptive body. The way this body interacts with its environment in the process of learning and differentiation of spatial patterns constitutes also a spatial phenomenon. The enactive space of the Swarm. Enaction, a concept developed by Maturana and Varela for the description of perception in biological terms, is the understanding of perception as the result of the structural coupling of an environment and an observer. Enaction does not address cognition in the currently conventional sense as an internal manipulation of extrinsic 'information' or 'signals', but as the relation between environment and observer and the blurring of their identities. Thus, the space generated by the swarm is an enactive space, a space without explicit description, and an invention of the swarm-environment structural coupling. If we consider a gestalt as 'Some property -such as roundness- common to a set of sense data and appreciated by organisms or artefacts' (Gordon Pask), the swarm is also able to differentiate space 'gestalts' or spaces of some characteristics, such as 'narrowness', or 'fluidness' etc. Implicit surfaces and the wrapping algorithm. One of the many ways of describing this space is through the use of implicit surfaces. An implicit surface may be imagined as an infinitesimally thin band of some measurable quantity such as color, density, temperature, pressure, etc. Thus, an implicit surface consists of those points in three-space that satisfy some particular requirement. This allows as to wrap the regions of space where a difference of quantity has been produced, enclosing the spaces in which some particular events in the history of the Swarm have occurred. The wrapping method allows complex topologies, such as manifoldness in one continuous surface. It is possible to transform the information generated by the swarm in to a landscape that is the result of the particular reading of the site by the swarm. Working in real time. Because of the complex nature of the machine, the only possible way to evaluate the resulting behavior is in real time. For this purpose specific applications had to be developed, using OpenGL for the Windows programming environment. The package consisted on translators from DXF format to a specific format used by these applications and viceversa, the Swarm "engine", a simulated parallel environment, and the Wrapping programs, to generate the implicit surfaces. Different versions of each had been produced, in different stages of development of the work.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id sigradi2006_e183a
id sigradi2006_e183a
authors Costa Couceiro, Mauro
year 2006
title La Arquitectura como Extensión Fenotípica Humana - Un Acercamiento Basado en Análisis Computacionales [Architecture as human phenotypic extension – An approach based on computational explorations]
source SIGraDi 2006 - [Proceedings of the 10th Iberoamerican Congress of Digital Graphics] Santiago de Chile - Chile 21-23 November 2006, pp. 56-60
summary The study describes some of the aspects tackled within a current Ph.D. research where architectural applications of constructive, structural and organization processes existing in biological systems are considered. The present information processing capacity of computers and the specific software development have allowed creating a bridge between two holistic nature disciplines: architecture and biology. The crossover between those disciplines entails a methodological paradigm change towards a new one based on the dynamical aspects of forms and compositions. Recent studies about artificial-natural intelligence (Hawkins, 2004) and developmental-evolutionary biology (Maturana, 2004) have added fundamental knowledge about the role of the analogy in the creative process and the relationship between forms and functions. The dimensions and restrictions of the Evo-Devo concepts are analyzed, developed and tested by software that combines parametric geometries, L-systems (Lindenmayer, 1990), shape-grammars (Stiny and Gips, 1971) and evolutionary algorithms (Holland, 1975) as a way of testing new architectural solutions within computable environments. It is pondered Lamarck´s (1744-1829) and Weismann (1834-1914) theoretical approaches to evolution where can be found significant opposing views. Lamarck´s theory assumes that an individual effort towards a specific evolutionary goal can cause change to descendents. On the other hand, Weismann defended that the germ cells are not affected by anything the body learns or any ability it acquires during its life, and cannot pass this information on to the next generation; this is called the Weismann barrier. Lamarck’s widely rejected theory has recently found a new place in artificial and natural intelligence researches as a valid explanation to some aspects of the human knowledge evolution phenomena, that is, the deliberate change of paradigms in the intentional research of solutions. As well as the analogy between genetics and architecture (Estévez and Shu, 2000) is useful in order to understand and program emergent complexity phenomena (Hopfield, 1982) for architectural solutions, also the consideration of architecture as a product of a human extended phenotype can help us to understand better its cultural dimension.
keywords evolutionary computation; genetic architectures; artificial/natural intelligence
series SIGRADI
email
last changed 2016/03/10 09:49

_id 389b
authors Do, Ellen Yi-Luen
year 2000
title Sketch that Scene for Me: Creating Virtual Worlds by Freehand Drawing
doi https://doi.org/10.52842/conf.ecaade.2000.265
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 265-268
summary With the Web people can now view virtual threedimensional worlds and explore virtual space. Increasingly, novice users are interested in creating 3D Web sites. Virtual Reality Modeling Language gained ISO status in 1997, although it is being supplanted by the compatible Java3D API and alternative 3D Web technologies compete. Viewing VRML scenes is relatively straightforward on most hardware platforms and browsers, but currently there are only two ways to create 3D virtual scenes: One is to code the scene directly using VRML. The other is to use existing CAD and modeling software, and save the world in VRML format or convert to VRML from some other format. Both methods are time consuming, cumbersome, and have steep learning curves. Pen-based user interfaces, on the other hand, are for many an easy and intuitive method for graphics input. Not only are people familiar with the look and feel of paper and pencil, novice users also find it less intimidating to draw what they want, where they want it instead of using a complicated tool palette and pull-down menus. Architects and designers use sketches as a primary tool to generate design ideas and to explore alternatives, and numerous computer-based interfaces have played on the concept of "sketch". However, we restrict the notion of sketch to freehand drawing, which we believe helps people to think, to envision, and to recognize properties of the objects with which they are working. SKETCH employs a pen interface to create three-dimensional models, but it uses a simple language of gestures to control a three-dimensional modeler; it does not attempt to interpret freehand drawings. In contrast, our support of 3D world creation using freehand drawing depend on users’ traditional understanding of a floor plan representation. Igarashi et al. used a pen interface to drive browsing in a 3D world, by projecting the user’s marks on the ground plane in the virtual world. Our Sketch-3D project extends this approach, investigating an interface that allows direct interpretation of the drawing marks (what you draw is what you get) and serves as a rapid prototyping tool for creating 3D virtual scenes.
keywords Freehand Sketching, Pen-Based User Interface, Interaction, VRML, Navigation
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id gerardgabriel_phd
id gerardgabriel_phd
authors Gabriel, Gerard Caesar
year 2000
title COMPUTER-MEDIATED COMMUNICATION IN DESIGN
source PhD Thesis, Faculty of Architecture, University of Sydney
summary Up till now, architects collaborating with other colleagues did so mostly face-to-face (FTF). They had to be in the same space (co-located) at the same time. Communication was ‘spontaneous’ and ideas were represented, whether verbal or nonverbal, by talking and using ‘traditional drawing tools’. If they were geographically displaced, the interaction was then space affected as well as the probability of being time affected. In this case communication was usually mediated through the telephone, and graphically represented ideas were sent by Fax or posted documents. Recently, some architectural firms started using modems and Internet connections to exchange information, by transferring CAD drawings as well as design information, through e-mail and file transfer protocol (FTP). Discussing ideas in architecture, as a more abstract notion, is different from discussing other more concrete arguments using video conferencing. It is more important to ‘see’ what is being discussed at hand than ‘watch’ the other person(s) involved in the discussion. In other words the data being conveyed might be of more importance than the mode of communication. Taking into consideration recent developments in computer and communication technologies this thesis investigates different communication channels utilised in architectural collaboration through Computer Mediated Collaborative Design (CMCD) sessions as opposed to FTF sessions. This thesis investigates the possible effects these different channels have on collaborative design in general and collaborative design communication in particular. We argue that successful CMCD does not necessarily mean emulating close proximity environments. Excluding certain communication channels in a CMCD environment might affect the flow and quantity of synchronous collaborative communication, but not necessarily the quality and content of mutually communicated and represented design ideas. Therefore different communication channels might affect the type of communication and not necessarily the content of the communication. We propose that audio and video are not essential communication channels in CMCD environments. We posit that architects will collaborate and communicate design representations effectively although with some differences, since those two channels might cause interruptions and successful collaborative sessions can take place without them. For this purpose we conducted twenty-four one-hour experiments involving final year architecture students all working to the same design brief. The experiments were divided into three categories, FTF, full computer mediated collaborative design sessions (CMCD-a; audio-video conferencing plus whiteboard as a shared drawing space) and limited computer mediated collaborative design sessions (CMCD-b; with Lambda MOO used as a chat medium plus whiteboard as a shared drawing space). The experiments were video and audio taped, transcribed and coded into a custom developed coding scheme. The results of the analysed coded data and observations of the videotapes provided evidence that there were noticeable differences between the three categories. There was more design communication and less communication control in the CMCD-b category compared to the FTF and CMCD-a categories. Verbal communication became shorter and straight to the point in CMCD-b as opposed to spontaneous non-stop chat in the other two categories. Moreover in CMCD-b the subjects were observed to be more reflective as well as choosing and re-examining their words to explain ideas to their partners. At times they were seen scrolling back through the text of the conversation in order to re-analyse or interpret the design ideas at hand. This was impossible in FTF and CMCD-a sessions, since the subjects were more spontaneous and audio representations were lost as soon as they were uttered. Also the video channel in the CMCD-a category was ignored and hardly used except for the first few minutes of the experiments, for a brief exchange of light humour on the appearance of each subject. The results obtained from analysing the experiments helped us conclude that different communication channels produce different collaborative environments. The three categories of communication for architectural collaboration explored in our experiments are indicative of the alternatives available to architects now. What is not clear to architects is why they would choose one category over another. We propose that each category has its own strengths and difficulties for architectural collaboration, and therefore should be selected on the basis of the type of communication considered to be most effective for the stage and tasks of the design project.
series thesis:PhD
type normal paper
email
last changed 2005/09/09 13:02

_id f85d
authors Geraedts, Rob P and Pollalis, Spiro N.
year 2001
title Remote Teaching in Design Education - Educational and Organizational Issues and Experiences
doi https://doi.org/10.52842/conf.ecaade.2001.305
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 305-310
summary The Department of Real Estate and Project Management (BMVB) of the Faculty of Architecture at the Delft University of Technology has been working closely with Professor Spiro N. Pollalis of Harvard University, Graduate School of Design in Cambridge, USA since 1991. His case-based interactive seminars about the management of the design & construction process have been highly appreciated by many generations of students. In Spring 2000, Pollalis suggested to extend the scope of his involvement by introducing a remote teaching component, the subject of his research in the last few years. As Information and Communication Technology (ICT) in the Design and Construction Industry is part of his lectures, it was appropriate to provide the students with a first hand experience on the subject. In the following experiment, the teacher would remain in his office at Harvard while the interactive work and discussion sessions with 130 students in a full lecture room would take place in Delft as planned. The consequences this experiment has had for the course, for the techniques and facilities used, how teachers and students experienced these, and which conclusions and recommendations can be made, are the topics of this paper.
keywords Remote Teaching, Design & Construction Education, And ICT
series eCAADe
last changed 2022/06/07 07:51

For more results click below:

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