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 723

_id b18b
authors Hnat, B. and Chapman, S.C.
year 2000
title Visualisation of multiscale datasets in numerical models of complex systems
source CIDAC, Volume 2 Issue 4 November 2000, pp. 236-241
summary Recently advanced visualisation techniques receive increasing attention among scientists and engineers. These techniques should not only allow a direct analysis of multidimensional structures to provide intiutive and quick comparison of experimental data with model results, but also yield quantitative measures to support or negate the model itself. A key phenomenology of complex systems is that they are multiscale, i.e. the structures of interest in the data are on the wide range of spatiotemporal scale. Here we examine a simple, yet generic, example, a sandpile (avalance model), the threshold coupled map lattice (CML). The emergent phenomenology is broadband, but is represented on a (finite) grid. To study the 3-dimensional evolution of the threshold CML model of a sandpile as a function of control parameters, a semi-immersive virtual reality (VR) environment has been used. Sandpile profiles are calculated in real time and are superimposed over the colour grid respresenting one of the control parameters. This represents a generic problem of visualising multiscale structures in datasets derived from non-linear systems. The software models were developed in OpenGL and Glut library and will ultimately be implemented in semi-immersive VR on ImmersaDesk. To achieve sufficient speed in real-time display and to ultimately facilitate computational steering, the full data set must be represented geographically in a compact form without loss of information.
keywords Semi-Immersive Virtual Reality, 3-Dimensional Visualisation, OpenGL, CML
series journal paper
last changed 2003/05/15 21:23

_id ee9d
authors Vassigh, Shahin
year 2000
title Visualizing Load Distribution Paths
source ACADIA Quarterly, vol. 19, no. 3, pp. 14-15
doi https://doi.org/10.52842/conf.acadia.2000.014.2
summary The following is a brief discussion of an alternative tool for teaching structural behavior to architecture and introduc-tory level engineering students. The advanced computer modeling and animation can be utilized to teach structural behavior in service condition in such a way that better meets the needs and capabilities of architecture students. It can provide a methodology and system, which develops an intuitive and conceptual understanding of structures before students can become overwhelmed with analytical and engineering mathematics. Coupled with appropriate technical instruction, these tools and methods facilitate a much stronger understanding of basic and advanced structures principles.
series ACADIA
email
last changed 2022/06/07 07:58

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

_id 3f51
authors Streich, B., Oxman, R. and Fritz, O.
year 2000
title Computer-Simulated Growth Processes in Urban Planning and Architecture
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. 233-237
doi https://doi.org/10.52842/conf.acadia.2000.233
summary Urban structures, developed and grown over a period of time, are created by processes that, due to the number of influential factors, are not longer comprehensible as a whole. Their development is very complex and depends on a big number of reciprocal factors that even architects or planners sometimes cannot recognize the formal, functional and rational processes of thinking behind it. The involved mechanisms however are particularly obvious in historical urban structures that came to exist over a period of centuries. The planned relationships within these conglomerates are governed by nearly indiscernible rules and show similarities in form and shape to living and non-living forms in nature. They are clearly analogous to fractals or systems with chaotic behavior. In the course of the research project “media experimental design”, financed by the German Research Foundation, algorithms are sought that are able to simulate urban analogous structures digitally. To this effect the main rules of growth processes are researched and extracted. Then, by following these rules, virtual structures are developed and shown by using powerful three-dimensional techniques. The developed mechanisms allow urban planning to be process-oriented, interactive and flexible for permanently changing parameters. With an implemented set of rules the computer is able to create a design and to react to changing situations. In several experimental studies structures were successfully generated which have different forms and qualities depending on their set of rules. For example, structures were programmed which are similar to a big city while other look like a village in hilly landscape. Diverse rules and strategies have been used in order to reduce them to shape specific factors. The rules for growth are administered by a specifically developed databank with sophisticated search mechanisms using the Issue-Concept- Form tool as case-based-reasoning method.
keywords Simulation, Urban Growth-Processes, Virtual Reality
series ACADIA
email
last changed 2022/06/07 07:56

_id ga0010
id ga0010
authors Moroni, A., Zuben, F. Von and Manzolli, J.
year 2000
title ArTbitrariness in Music
source International Conference on Generative Art
summary Evolution is now considered not only powerful enough to bring about the biological entities as complex as humans and conciousness, but also useful in simulation to create algorithms and structures of higher levels of complexity than could easily be built by design. In the context of artistic domains, the process of human-machine interaction is analyzed as a good framework to explore creativity and to produce results that could not be obtained without this interaction. When evolutionary computation and other computational intelligence methodologies are involved, every attempt to improve aesthetic judgement we denote as ArTbitrariness, and is interpreted as an interactive iterative optimization process. ArTbitrariness is also suggested as an effective way to produce art through an efficient manipulation of information and a proper use of computational creativity to increase the complexity of the results without neglecting the aesthetic aspects [Moroni et al., 2000]. Our emphasis will be in an approach to interactive music composition. The problem of computer generation of musical material has received extensive attention and a subclass of the field of algorithmic composition includes those applications which use the computer as something in between an instrument, in which a user "plays" through the application's interface, and a compositional aid, which a user experiments with in order to generate stimulating and varying musical material. This approach was adopted in Vox Populi, a hybrid made up of an instrument and a compositional environment. Differently from other systems found in genetic algorithms or evolutionary computation, in which people have to listen to and judge the musical items, Vox Populi uses the computer and the mouse as real-time music controllers, acting as a new interactive computer-based musical instrument. The interface is designed to be flexible for the user to modify the music being generated. It explores evolutionary computation in the context of algorithmic composition and provides a graphical interface that allows to modify the tonal center and the voice range, changing the evolution of the music by using the mouse[Moroni et al., 1999]. A piece of music consists of several sets of musical material manipulated and exposed to the listener, for example pitches, harmonies, rhythms, timbres, etc. They are composed of a finite number of elements and basically, the aim of a composer is to organize those elements in an esthetic way. Modeling a piece as a dynamic system implies a view in which the composer draws trajectories or orbits using the elements of each set [Manzolli, 1991]. Nonlinear iterative mappings are associated with interface controls. In the next page two examples of nonlinear iterative mappings with their resulting musical pieces are shown.The mappings may give rise to attractors, defined as geometric figures that represent the set of stationary states of a non-linear dynamic system, or simply trajectories to which the system is attracted. The relevance of this approach goes beyond music applications per se. Computer music systems that are built on the basis of a solid theory can be coherently embedded into multimedia environments. The richness and specialty of the music domain are likely to initiate new thinking and ideas, which will have an impact on areas such as knowledge representation and planning, and on the design of visual formalisms and human-computer interfaces in general. Above and bellow, Vox Populi interface is depicted, showing two nonlinear iterative mappings with their resulting musical pieces. References [Manzolli, 1991] J. Manzolli. Harmonic Strange Attractors, CEM BULLETIN, Vol. 2, No. 2, 4 -- 7, 1991. [Moroni et al., 1999] Moroni, J. Manzolli, F. Von Zuben, R. Gudwin. Evolutionary Computation applied to Algorithmic Composition, Proceedings of CEC99 - IEEE International Conference on Evolutionary Computation, Washington D. C., p. 807 -- 811,1999. [Moroni et al., 2000] Moroni, A., Von Zuben, F. and Manzolli, J. ArTbitration, Las Vegas, USA: Proceedings of the 2000 Genetic and Evolutionary Computation Conference Workshop Program – GECCO, 143 -- 145, 2000.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

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

_id caadria2003_a2-4
id caadria2003_a2-4
authors Seichter, Hartmut
year 2003
title Sketchand+ a Collaborative Augmented Reality Sketching Application
source CAADRIA 2003 [Proceedings of the 8th International Conference on Computer Aided Architectural Design Research in Asia / ISBN 974-9584-13-9] Bangkok Thailand 18-20 October 2003, pp. 209-222
doi https://doi.org/10.52842/conf.caadria.2003.209
summary The sketch is the embodiment of the architectural discussion. It incorporates rapidness and fuzziness and as this it is an object of interpretation. The interesting thing there is the question, if the usage of VR/AR already in the early phases of a design can have an impact for the quality of a design-process. Examples like VRAM (Regenbrecht et al., 2000) or TAP (Seichter et al., 2000) showed that there is a huge potential for research. The sketch as one of the parts of an early design is tightly coupled with cognitive aspects and communication. Pictured by a sketch is just a snapshot of what have to be discussed in the ensuing design procedure. The intention behind this work is an exploration about a medium which is not yet adapted to the digital world (Myers et al., 2000) and it can be easily be described with the words of Harald Innis: Mankind constantly being caught in his own traps: language and systems, developed and most difficult to break down. (Innis, 1951)
series CAADRIA
email
last changed 2022/06/07 07:56

_id ga0013
id ga0013
authors Annunziato, Mauro and Pierucci, Piero
year 2000
title Artificial Worlds, Virtual Generations
source International Conference on Generative Art
summary The progress in the scientific understanding/simulation of the evolution mechanisms and the first technological realizations (artificial life environments, robots, intelligent toys, self reproducing machines, agents on the web) are creating the base of a new age: the coming of the artificial beings and artificial societies. Although this aspect could seems a technological conquest, by our point of view it represent the foundation of a new step in the human evolution. The anticipation of this change is the development of a new cultural paradigm inherited from the theories of evolution and complexity: a new way to think to the culture, aesthetics and intelligence seen as emergent self-organizing qualities of a collectivity evolved along the time through genetic and language evolution. For these reasons artificial life is going to be an anticipatory and incredibly creative area for the artistic expression and imagination. In this paper we try to correlate some elements of the present research in the field of artificial life, art and technological grow up in order to trace a path of development for the creation of digital worlds where the artificial beings are able to evolve own culture, language and aesthetics and they are able to interact con the human people.Finally we report our experience in the realization of an interactive audio-visual art installation based on two connected virtual worlds realized with artificial life environments. In these worlds,the digital individuals can interact, reproduce and evolve through the mechanisms of genetic mutations. The real people can interact with the artificial individuals creating an hybrid ecosystem and generating emergent shapes, colors, sound architectures and metaphors for imaginary societies, virtual reflections of the real worlds.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id ga0019
id ga0019
authors Ceccato, Cristiano
year 2000
title On the Translation of Design Data into Design Form in Evolutionary Design
source International Conference on Generative Art
summary The marriage of advanced computational methods and new manufacturing technologies give rise to new paradigms in design process and execution. Specifically, the research concerns itself with the application of Generative and Evolutionary computation to the production of mass-customized products and building components. The work is based on the premise that CAD-CAM should evolve into a dynamic, intelligent, multi-user environment that encourages creativity and actively supports the evolution of individual, mass-customized designs that exhibit common features. The concept of Parametric Design is well established, and chiefly concerns itself with generating design sets that exists within the boundaries of pre-set parametric values. Evolutionary Design extends the notion of parametric control by using rule-based generative algorithms to evolve common families of individual design solutions. These can be optimized according to particular criteria, or can form a wide variety of hierarchically related design solutions, while supporting design intuition. The integration of Evolutionary Design with CAD-CAM, in particular the areas of flexible manufacturing and mass-customization, creates a unique scenario which exploits the full power of both approaches to create a new design-process paradigm that can generate limitless possibilities in a non-deterministic manner within a variable search-space of possible solutions.This paper concerns itself with the technical and philosophical aspects of the codification, generation and translation of data within the evolutionary-parametric design process. The efficiency and relevance of different methods for treating design data form the most fundamental aspect within the realm of CAD/CAM and are crucial to the successful implementation of Evolutionary Design mechanisms. This begins at the level of seeding and progresses through the entire evolutionary sequence, including the codification for evaluation criteria. Furthermore, the integration of digital design mechanisms with CAM and CNC technologies requires further translation of data into manufacturable formats. This paper examines different methods available to system designers and discussed their effect on new paradigms of digital design methods.
keywords Evolutionary, Parametric, Generative, Data, Format, Objects, Codification
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id ddssar0007
id ddssar0007
authors Cooper, G., Rezqui, Y., Jackson, M., Lawson, B., Peng, C. and Cerulli, C.
year 2000
title A CAD-based decision support system for the design stage of a construction project
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary Decisions made during the design process are multi-dimensional, combining together factors which range from the highly subjective to the perfectly objective. These decisions are made by many, often non co-located, actors belonging to different disciplines. Moreover, there is a high risk for misunderstandings, inappropriate changes, and decisions, which are not notified to all interested parties. The ADS project (Advanced Decision Support for Construction Design) builds on the results of the earlier COMMIT project to provide an information management system, which addresses these problems. It defines mechanisms to handle the proactive management of information to support decision-making in collaborative projects. Different aspects of the COMMIT system have already been widely published, and the team is now applying the results in the context of construction design. These are referenced in the present paper, which gives an overview of the results of the COMMIT project and discusses some of the issue involved in applying them to the design process in conjunction with an advanced CAD tool.
series DDSS
last changed 2003/08/07 16:36

_id ga0024
id ga0024
authors Ferrara, Paolo and Foglia, Gabriele
year 2000
title TEAnO or the computer assisted generation of manufactured aesthetic goods seen as a constrained flux of technological unconsciousness
source International Conference on Generative Art
summary TEAnO (Telematica, Elettronica, Analisi nell'Opificio) was born in Florence, in 1991, at the age of 8, being the direct consequence of years of attempts by a group of computer science professionals to use the digital computers technology to find a sustainable match among creation, generation (or re-creation) and recreation, the three basic keywords underlying the concept of “Littérature potentielle” deployed by Oulipo in France and Oplepo in Italy (see “La Littérature potentielle (Créations Re-créations Récréations) published in France by Gallimard in 1973). During the last decade, TEAnO has been involving in the generation of “artistic goods” in aesthetic domains such as literature, music, theatre and painting. In all those artefacts in the computer plays a twofold role: it is often a tool to generate the good (e.g. an editor to compose palindrome sonnets of to generate antonymic music) and, sometimes it is the medium that makes the fruition of the good possible (e.g. the generator of passages of definition literature). In that sense such artefacts can actually be considered as “manufactured” goods. A great part of such creation and re-creation work has been based upon a rather small number of generation constraints borrowed from Oulipo, deeply stressed by the use of the digital computer massive combinatory power: S+n, edge extraction, phonetic manipulation, re-writing of well known masterpieces, random generation of plots, etc. Regardless this apparently simple underlying generation mechanisms, the systematic use of computer based tools, as weel the analysis of the produced results, has been the way to highlight two findings which can significantly affect the practice of computer based generation of aesthetic goods: ? the deep structure of an aesthetic work persists even through the more “desctructive” manipulations, (such as the antonymic transformation of the melody and lyrics of a music work) and become evident as a sort of profound, earliest and distinctive constraint; ? the intensive flux of computer generated “raw” material seems to confirm and to bring to our attention the existence of what Walter Benjamin indicated as the different way in which the nature talk to a camera and to our eye, and Franco Vaccari called “technological unconsciousness”. Essential references R. Campagnoli, Y. Hersant, “Oulipo La letteratura potenziale (Creazioni Ri-creazioni Ricreazioni)”, 1985 R. Campagnoli “Oupiliana”, 1995 TEAnO, “Quaderno n. 2 Antologia di letteratura potenziale”, 1996 W. Benjiamin, “Das Kunstwerk im Zeitalter seiner technischen Reprodizierbarkeit”, 1936 F. Vaccari, “Fotografia e inconscio tecnologico”, 1994
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_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 0beb
authors Koch, Volker and Russell, Peter
year 2000
title VuuA.Org: The Virtual Upperrhine University of Architecture
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 23-25
doi https://doi.org/10.52842/conf.ecaade.2000.023
summary In 1998, architecture schools in the three nation region of the upper Rhine came together to undertake a joint design studio. With the support of the Center for Entrepeneurship in Colmar, France, the schools worked on the reuse of the Kuenzer Mill situated near Herbolzheim, Germany. The students met jointly three times during the semester and then worked on the project at their home universities usng conventional methods. This project was essential to generating closer ties between the participating students, tutors and institutions and as such, the results were quite positive. So much so, that the organisers decided to repeat the exercise one year later. However, it became clear that although the students had met three times in large groups, the real success of a co-operative design studio would require mechanisms which allow far more intimate interaction among the participants, be they students, teachers or outside experts. The experiences from the Netzentwurf at the Institut für Industrielle Bauproduktion (ifib) showed the potential in a web based studio and the addition of ifib to the three nation group led to the development of the VuuA platform. The first project served to illuminate the the differences in teaching concepts among the partner institutions and their teaching staff as well as problems related to the integration of students from three countries with two languages and four different faculties: landscape architecture, interior design, architecture and urban planning. The project for the Fall of 1999 was the reuse of Fort Kléber in Wolfisheim by Strasbourg, France. The students again met on site to kick off the Semester but were also instructed to continue their cooperation and criticism using the VuuA platform.
keywords Virtual Design Studio, CSCW, International Cooperation, Planning Platform
series eCAADe
email
more http://www.vuua.org
last changed 2022/06/07 07:51

_id 3760
authors Koutamanis, Alexander
year 2000
title Recognition and Indexing of Architectural Features in Floor Plans on the Internet
source CAADRIA 2000 [Proceedings of the Fifth Conference on Computer Aided Architectural Design Research in Asia / ISBN 981-04-2491-4] Singapore 18-19 May 2000, pp. 357-366
doi https://doi.org/10.52842/conf.caadria.2000.357
summary The Internet promises a worldwide information system, capable of uniting different sources and types of original, up-to-date and directly usable information. Among the main components of this system are retrieval mechanisms characterized by high precision and recall, as well as by supportive relevance feedback. The textual versions of these retrieval mechanisms have been available for some time and have achieved a certain degree of efficiency and sophistication. Image retrieval lags behind, despite the recent advances in content-based retrieval. In architecture this is largely due to the lack of integration of domain knowledge and known formalisms. Indexing and retrieval of architectural floor plans can rely on existing generative systems such as shape grammars and rectangular arrangements. By reversing generative systems in purpose we derive compact descriptions that describe completely a floor plan and make explicit all relevant features rather than a small number of features. The main limitation of reversed generative systems is that they apply to specific classes of designs. Unification in indexing and retrieval can only take place at the level of basic primitives, i.e. spaces and building elements. In both vector and pixel images of architectural floor plans this can be achieved by a universal recognition system that identifies salient local features to produce a basic spatial representation.
series CAADRIA
email
last changed 2022/06/07 07:51

_id f7e2
authors Noriega, Farid Mokhtar
year 2000
title Activities Oriented Environments. A Conceptual Model for Building Advanced CAAD Systems
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. 131-134
doi https://doi.org/10.52842/conf.ecaade.2000.131
summary The Activities Oriented Design Environments, is a collection of proposals that will introduce important changes in the interaction procedures and integration mechanisms, in the design of CAAD software and the operating environments that support them. We will discuss how this environment uses the architectural activities as a reference for his organizational scheme, and the structural rules that control it’s operations.
keywords CAAD, CAAD Design Pradigms, CAAD User Interfaces, Architectural Design Management
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:58

_id 2aec
authors Oxman, Rivka
year 2000
title Design media for the cognitive designer
source Automation in Construction 9 (4) (2000) pp. 337-346
summary Work on media for design which are responsive to the cognitive processes of the human designer are introduced as a paradigm for research and development. Design media are intended to support the cognitive nature of design and, particularly, the exploitation of design knowledge in computational environments. Basic theoretical assumptions are presented which underlie the development of design media. A central assumption is that designers share common forms of design knowledge which can be formalized, represented, and employed in computational environments. Generic knowledge is proposed as one such seminal form of design knowledge. We then develop a cognitive model which relates to the internal mental representations, strategies and mechanisms of generic design. The paper emphasizes the theoretical foundations of design media. This theoretical discussion is then exemplified through case studies presenting current research for the support of visual cognition in design. We introduce an approach to design schema as a visual form of generic design knowledge. Secondly we present a conceptual framework for the support of schema emergence in visual reasoning in design media. Finally, some implications of schema emergence in design collaboration are presented and discussed.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id 988d
authors Russell, Peter and Forgber, Uwe
year 2000
title The E-Talier: Inter-university Networked Design Studios
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. 45-50
doi https://doi.org/10.52842/conf.ecaade.2000.045
summary The widespread infiltration of internet based variations of traditional areas of society (e-commerce, e-business, e-mail etc.) will not spare the halls of academia in its propagation. The term courseware is well nigh 20 years old and considerable research and development has been done in bringing network based distributed courses to university consortiums including those in architecture and civil engineering. Indeed, the European Commission has recently approved funding for a 3-year web-based virtual university of architecture and construction technology: the WINDS project led by the University of Ancona. Such attempts to create e-courses are largely an extension of typical courseware where the syllabus is quantified and divided into lessons for use by the students alone or in conjunction with their tutors and professors. This is quite adequate in conveying the base knowledge of the profession. However, the tenants of being an architect or engineer involve the deft use of that unwieldy named and deliciously imprecise tool called "design". Teaching design sooner or later involves the design studio: a pedagogically construed environment of simulation intended to train, not teach the skills of designing. This is fundamentally different from normal courseware. A network based design studio (Etalier) must be able to reflect the nature of learning design. Design studios typically involve specifically chosen design problems, researched supporting information to assist design decisions, focussed discussions, individual consultation and criticism, group criticism, public forums for presentation discussion and criticism as well as a myriad of informal undocumented communication among the students themselves. So too must an Etalier function. Essentially, it must allow collaboration through communication. Traditional barriers to collaboration include language, culture (both national and professional) and distance. Through the internet's capricious growth and the widespread use of English as a second language, the largest hurdle to attaining fruitful collaboration is probably cultural. In the case of an Etalier in a university setting, the cultural difficulties arise from administrative rules, the pedagogical culture of specific universities and issues such as scheduling and accreditation. Previous experiments with virtual design studios have demonstrated the criticality of such issues. The proposed system allows participating members to specify the degree and breadth with which they wish to partake. As opposed to specifying the conditions of membership, we propose to specify the conditions of partnership. Through the basic principal of reciprocity, issues such as accreditation and work load sharing can be mitigated. Further, the establishment of a studio market will allow students, tutors and professors from participating institutions to partake in studio projects of their choosing in accordance with their own constraints, be they related to schedule, expertise, legal or other matters. The paper describes these mechanisms and some possible scenarios for collaboration in the Etalier market.
keywords e-Studio, Virtual Design Studio, Courseware, CSCW
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:56

_id 735b
authors Tolone, W.J.
year 2000
title Virtual situation rooms: connecting people across enterprises for supply-chain agility
source Computer-Aided Design, Vol. 32 (2) (2000) pp. 109-117
summary Agility and time-based manufacturing are critical success factors for today's manufacturing enterprise. To be competitive, enterprises must integrate their supply chains moreeffectively and forge close memberships with customers and suppliers more quickly. Consequently, technologies must be developed that enable enterprises to respond toconsumer demand more quickly, integrate with suppliers more effectively, adapt to market variations more efficiently and evolve product designs with manufacturing practicesmore seamlessly. The mission of the Extended-Enterprise Coalition for Integrated Collaborative Manufacturing Systems coalition is to research, develop, and demonstratetechnologies to enable the integration of manufacturing applications in a multi-company supply chain planning and execution environment. We believe real-time andasynchronous collaboration technology will play a critical role in allowing manufacturers to increase their supply chain agility. We are realizing our efforts through our VirtualSituation Room (VSR) technology. The primary goal of the VSR technology is to enhance current ad-hoc, limited methods and mechanisms for spontaneous, real-timecommunication using feature-rich, industry standards-based building blocks and network protocols. VSR technology is being designed to find and engage quickly all relevantmembers of a problem solving team supported by highly interactive, conversational access to information and control and enabled by business processes, security policies andtechnologies, intelligence, and integration tools.
keywords Collaborative Systems, Supply Chain Integration, Real-Time Conferencing
series journal paper
email
last changed 2003/05/15 21:33

_id 4cd1
authors Abdelmawla, S., Elnimeiri, M. and Krawczyk, R.
year 2000
title Structural Gizmos
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. 115-121
doi https://doi.org/10.52842/conf.acadia.2000.115
summary Architects are visual learners. The Internet has enabled interactive learning tools that can be used to assist in visual thinking of structural concepts, especially at the introductory levels. Here, we propose a visual approach for understanding structures through a series of interactive learning modules, or ’gizmos’. These gizmos, are the tools that the student may use to examine one structural concept at a time. Being interactive, they offer many more possibilities beyond what one static problem can show. The approach aims to enhance students’ visual intuition, and hence understanding of structural concepts and the parameters affecting design. This paper will present selected structural gizmos, how they work, and how they can enhance structural education for architects.
series ACADIA
email
last changed 2022/06/07 07:54

_id 28f3
authors Alvarado, R.G., Vildósola, G.V., Parra, J.C. and Jara, M.R.
year 2000
title Creacion/Creatividad: Evaluando Diseños Arquitectónicos con Realidad Virtual (Creation/Creativity: Evaluating Architectural Designs by means of Virtual Reality)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 243-246
summary ¿Can the computer improves the architectural creativity? This question is explored through a Virtual-Reality system developed for the modeling of timber structures, based on parametric elements, constructive programming and immersive visualization on real-time. Making experiences of evaluation with advanced students of architecture, whose use the system in the beginning of projects, compared with other group use not the system. This research faces the possibilities to rationalizate part of the creative process in architecture, broading the role of computer and its contribution to quality of design, and extending the possibilities to teach and share the creation of project. It is argue that major potential in this field is the swiftness, formal variety and spatial living of design, challenging the differences between objective and subjective.
series SIGRADI
email
last changed 2016/03/10 09:47

For more results click below:

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