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 732

_id 74ac
authors De Vries, Bauke
year 2000
title Sketching in 3D
doi https://doi.org/10.52842/conf.ecaade.2000.277
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. 277-280
summary Sketching in 3D is a design activity that requires a new approach to user interaction and geometric modeling in an architectural context. DDDoolz is an example of such a system used for mass study and spatial design. This paper describes the basic principles and the students’ experiences in a CAAD course.
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_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 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 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 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 7449
authors Medero Rocha, Isabel A. and Danckwardt, Voltaire
year 2000
title Projeto Missões, Computação Gráfica - Multimídia da Reconstituição Computadorizada da Redução de São Miguel Arcanjo no Rio Grande do Sul - Brasil ("Missões" Project, Computer Graphics and Multimedia of the "Redução de São Miguel Arcanjo" Digital Reconstruction (Rio Grande do Sul, Brazil))
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. 191-193
summary The Project Missions - Graphical Computation, recoups in a graphical and digital the pictures of the Church and the Reduction of São Miguel Arcanjo/RS/Brasil, allowing to the public a virtual stroll through the set at the time of its foundation in 1687. Initiate in 1990, the design refers the appropriation and implementation of the new computational technologies. The 3D model allows the dynamic visualization of the set, through aerial sights and walkthrough animations into the main streets and the inward of the central ship of the church. For the generation of the model, it was followed the principles of the architectural composition to decompose the parts, to be shaped, defining the architectural and composition elements. This COMPACT DISC, is one of the some midias of the Design Missions - Graphical Computation. In this proposal, the music was developed especially for the COMPACT DISC, looks for to reflect the poetical aspect of the interaction between light, shadow, of the inwards and exteriors, attenuating the technology of a virtual environment. In the integration between the art and the technology its recovered virtually, the poetical way, the memory of one of the icons of the identity of the Rio Grande do Sul, with the objective to keep alive, for the new generations, a patrimony that practically in ruins would have the souvenir of its lost real picture in the time.
series SIGRADI
email
last changed 2016/03/10 09:55

_id ga0020
id ga0020
authors Codignola, G.Matteo
year 2000
title [Title missing]
source International Conference on Generative Art
summary This paper is a summary of my last degree in architecture (discussed in December 1999) with Prof. Celestino Soddu and Prof. Enrica Colabella. In this work I had the possibility to reach complexity by a generative approach with the construction of a paradigm that organizes the different codes of project identity. My general objective was to design shape complexity in variable categories : 3d space surfaces, 2d drawings and 2d textures. I was to discover the identity of one of my favourite architects of the 20th century : Antoni Gaudì, by constructing codes relative to shape complexity. I defined my particular objective in the possibility to abduct from Gaudì's imaginary reference the generatives codes that operate in the logical processing I use to create a possible species project. The next step was to verify the exact working of the new generative codes by means of 3d scenaries, that are recognizable as "Antoni Gaudì specie's architecture". Whit project processing on the generative codes and not on a possible resulting shape design, I was able to organize by my general paradigm the attributes of the project's species : different shapes, different attributes (color, scale, proportion), to get to possible and different scenarys, all recognizable by the relative class codes. I chose three examples in Barcellona built during the period 1902 to 1914 : The Parco Guell, Casa Batllò and Casa Milà are the three reference sceneryes that I used to create the generative codes. In the second step I defined different codes that operate in sequence (it is defined in the paradigm) : The generatives codes are only subjective; they are one possible solution of my interpretation of Antoni Gaudì's identity. This codes operate in four differents ways : Geometrical codes for 2d shapes Geometrical codes for interface relations Spatial codes for 3d extrusion of 2d shapes Geometrical codes for 2d and 3d texturing of generated surfaces. By a stratified application of this codes I arrived at one idea for all the generative processes but many different, possible scenaryes, all recognizable in Gaudì's species. So, my final result has made possible sceneryes belonging to related species defined previously. At the end of my research I designed a project by combination : using Antoni Gaudì's generative codes on a new 3d scenary with a shape catalyst : the Frank Lloyd Wright Guggenheim Museum of New York. In this process I created a "hybrid scenary" : a new species of architectural look; a Guggenheim museum planned by Wright with a god pinch of Gaudì.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 4e7c
authors Shih, N. J. and Tsai, Y. T.
year 2000
title A Photogrammetry and Perception Study of Chernikhov Fantasy No. 32 and 38
doi https://doi.org/10.52842/conf.caadria.2000.461
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. 461-470
summary This research investigated the object composition in Chernikhov's 101 Architectural Fantasies through computer-aided visualization, for the purpose of interpreting the relationships between architectural components. In contrast to traditional simulation analysis, this research applied photogrammetry to investigate the orthogonal and parallel ambiguity of 3D objects in 2D drawings by calculating the position of matching geometries. This test took Fantasy no. 38 and 32 as examples to confirm their spatial relationship. 60 architectural students were asked to conduct 3 tests. The algorithmic approach (photogrammetry calculation) was referenced by a cognitive approach (the perception survey) as a comparison base. Photogrammetry test proved that the relation between objects was usually oriented by personal spatial experiences that did control the deduction process of an observer. Perception survey showed that orthogonal assumption existed in the interpretation process of an object's position. It turned out that a testee would still consider two linear objects intersected in orthogonal angle within a tolerance of 15 degree or parallel position between 4 and -16 degree. The finding showed that the interpretation of paper architecture drawings not only was given by the author, but tended to be re-interpreted by an observer. The interpretation process, just like modeling and rendering process, should be a two-way process that facilitates a study oriented either from 2D images or 3D models.
series CAADRIA
email
last changed 2022/06/07 07:56

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

_id 3a3d
authors Coors, Volker
year 2002
title Resource-Adaptive 3D Maps for Location Based Services
source UMDS '02 Proceedings, Prague (Czech Republic) 2-4 October 2002, I.29-I.38
summary In this paper, we present a database driven approach for managing and visualizing 3D urban city models and related multimedia content. Such a 3D database is a core component of a 3D Cadastre system (Coors 2002a). In the TellMaris project (IST 2000- 28249, www.tellmaris.com), we will make use of the 3D database to generate 3D maps. The objective of TellMaris is the development of a generic 3D-map interface to tourist information on mobile computers. The interface provides a new concept for creating value added information services on mobile computers for the European citizens related to geographical information. The interface is in the project used for accessing tourist information relevant for boat tourism in the Baltic Sea and Aegean Sea area in the Mediterranean. In this paper we focus on the online generation and compression of 3D-maps in order to make use of these maps in a mobile enviroment.
keywords 3D City modeling
series other
email
more www.udms.net
last changed 2003/03/29 10:42

_id 5477
authors Donath, D., Kruijff, E., Regenbrecht, H., Hirschberg, U., Johnson, B., Kolarevic, B. and Wojtowicz, J.
year 1999
title Virtual Design Studio 1998 - A Place2Wait
doi https://doi.org/10.52842/conf.ecaade.1999.453
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 453-458
summary This article reports on the recent, geographically and temporally distributed, intercollegiate Virtual Design Studio based on the 1998 implementation Phase(x) environment. Students participating in this workshop had to create a place to wait in the form of a folly. This design task was cut in five logical parts, called phases. Every phase had to be finished within a specific timeframe (one day), after which the results would be stored in a common data repository, an online MSQL database environment which holds besides the presentations, consisting of text, 3D models and rendered images, basic project information like the descriptions of the phases and design process visualization tools. This approach to collaborative work is better known as memetic engineering and has successfully been used in several educational programs and past Virtual Design Studios. During the workshop, students made use of a variety of tools, including modeling tools (specifically Sculptor), video-conferencing software and rendering programs. The project distinguishes itself from previous Virtual Design Studios in leaving the design task more open, thereby focusing on the design process itself. From this perspective, this paper represents both a continuation of existing reports about previous Virtual Design Studios and a specific extension by the offered focus. Specific attention will be given at how the different collaborating parties dealt with the data flow and modification, the crux within a successful effort to cooperate on a common design task.
keywords Collaborative design, Design Process, New Media Usage, Global Networks
series eCAADe
email
last changed 2022/06/07 07:55

_id 3f35
authors Bermudez, Julio and King, Kevin
year 2000
title Media interaction and design process: establishing a knowledge base
source Automation in Construction 9 (1) (2000) pp. 37-56
summary Integrating computers in architectural design means to negotiate between centuries-old analog design methods and the new digital systems of production. Analog systems of architectural production use tracing paper, vellum, graphite and ink, clipboard, clay, balsa wood, plastic, metal, etc. Analog systems have also been termed "handmade", "manual", "material" or "physical". Digital systems of architectural production use scanning, image manipulation, visualization, solid modeling, computer aided drafting, animation, rendering, etc. Digital systems have also been called "electronic", "computer-aided", "virtual", etc. The difficulty lies in the underdeveloped state of the necessary methods, techniques, and theories to relate traditional and new media. Recent investigations on the use of multiple iterations between manual and electronic systems to advance architectural work show promising results. However, these experiments have not been sufficiently codified, cross-referenced and third party tested to conform a reliable knowledge base. This paper addresses this shortcoming by bringing together reported experiences from diverse researchers over the past decade. This summary is informed by more than three years of continuous investigation in the impacts of analog-digital conversations in the design process. The goal is to establish a state-of-the-art common foundation that permits instructors, researchers and practitioners to refer to, utilize, test, criticize and develop. An appendix is included providing support for the paper's arguments.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 5227
authors Bessone, Miriam and Mantovani, Graciela
year 2000
title Procesos Proyectuales Alternativos: em el Inicio del Aprendizaje del Diseño Arquitectonico (Alternative Design Processes: At an Early Stage in the Learning of Architectural Design)
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. 364-366
summary Building of knowledge and the traditional methods to approach it are changed by new technologies. The coexistence of two cultures, one of them based on written text and the other multitextual, are presented as an interesting exploring field. Accordingly, improvement in building of design learning, “new logics of perception” and “new projectable logics, are the main challenges to be addressed in a Research - Action Programme in harmonious interaction between both cultures and their instruments (analogous and digitals). Recognizing the existence of fields teachers are not trained in, an interaction teacher - pupil in didactic strategies is considered to be necessary.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 9bc4
authors Bhavnani, S.K. and John, B.E.
year 2000
title The Strategic Use of Complex Computer Systems
source Human-Computer Interaction 15 (2000), 107-137
summary Several studies show that despite experience, many users with basic command knowledge do not progress to an efficient use of complex computer applications. These studies suggest that knowledge of tasks and knowledge of tools are insufficient to lead users to become efficient. To address this problem, we argue that users also need to learn strategies in the intermediate layers of knowledge lying between tasks and tools. These strategies are (a) efficient because they exploit specific powers of computers, (b) difficult to acquire because they are suggested by neither tasks nor tools, and (c) general in nature having wide applicability. The above characteristics are first demonstrated in the context of aggregation strategies that exploit the iterative power of computers.Acognitive analysis of a real-world task reveals that even though such aggregation strategies can have large effects on task time, errors, and on the quality of the final product, they are not often used by even experienced users. We identify other strategies beyond aggregation that can be efficient and useful across computer applications and show how they were used to develop a new approach to training with promising results.We conclude by suggesting that a systematic analysis of strategies in the intermediate layers of knowledge can lead not only to more effective ways to design training but also to more principled approaches to design systems. These advances should lead users to make more efficient use of complex computer systems.
series other
email
last changed 2003/11/21 15:16

_id 8e02
authors Brown, A.G.P. and Coenen, F.P.
year 2000
title Spatial reasoning: improving computational efficiency
source Automation in Construction 9 (4) (2000) pp. 361-367
summary When spatial data is analysed the result is often very computer intensive: even by the standards of contemporary technologies, the machine power needed is great and the processing times significant. This is particularly so in 3-D and 4-D scenarios. What we describe here is a technique, which tackles this and associated problems. The technique is founded in the idea of quad-tesseral addressing; a technique, which was originally applied to the analysis of atomic structures. It is based on ideas concerning Hierarchical clustering developed in the 1960s and 1970s to improve data access time [G.M. Morton, A computer oriented geodetic database and a new technique on file sequencing, IBM Canada, 1996.], and on atomic isohedral (same shape) tiling strategies developed in the 1970s and 1980s concerned with group theory [B. Grunbaum, G.C. Shephard, Tilings and Patterns, Freeman, New York, 1987.]. The technique was first suggested as a suitable representation for GIS in the early 1980s when the two strands were brought together and a tesseral arithmetic applied [F.C. Holdroyd, The Geometry of Tiling Hierarchies, Ars Combanitoria 16B (1983) 211–244.; S.B.M. Bell, B.M. Diaz, F.C. Holroyd, M.J.J. Jackson, Spatially referenced methods of processing raster and vector data, Image and Vision Computing 1 (4) (1983) 211–220.; Diaz, S.B.M. Bell, Spatial Data Processing Using Tesseral Methods, Natural Environment Research Council, Swindon, 1986.]. Here, we describe how that technique can equally be applied to the analysis of environmental interaction with built forms. The way in which the technique deals with the problems described is first to linearise the three-dimensional (3-D) space being investigated. Then, the reasoning applied to that space is applied within the same environment as the definition of the problem data. We show, with an illustrative example, how the technique can be applied. The problem then remains of how to visualise the results of the analysis so undertaken. We show how this has been accomplished so that the 3-D space and the results are represented in a way which facilitates rapid interpretation of the analysis, which has been carried out.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 913a
authors Brutzman, D.P., Macedonia, M.R. and Zyda, M.J.
year 1995
title Internetwork Infrastructure Requirements for Virtual Environments
source NIl 2000 Forum of the Computer Science and Telecommunications Board, National Research Council, Washington, D.C., May 1995
summary Virtual environments (VEs) are a broad multidisciplinary research area that includes all aspects of computer science, virtual reality, virtual worlds, teleoperation and telepresence. A variety of network elements are required to scale up virtual environments to arbitrarily large sizes, simultaneously connecting thousands of interacting players and all kinds of information objects. Four key communications components for virtual environments are found within the Internet Protocol (IP) suite: light-weight messages, network pointers, heavy-weight objects and real-time streams. Software and hardware shortfalls and successes for internetworked virtual environments provide specific research conclusions and recommendations. Since large-scale networked are intended to include all possible types of content and interaction, they are expected to enable new classes of interdisciplinary research and sophisticated applications that are particularly suitable for implementation using the Virtual Reality Modeling Language (VRML).
series other
last changed 2003/04/23 15:50

_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 2004_024
id 2004_024
authors Holmgren, S., Rüdiger, B., Storgaard, K. and Tournay, B.
year 2004
title The Electronic Neighbourhood - A New Urban Space
doi https://doi.org/10.52842/conf.ecaade.2004.024
source Architecture in the Network Society [22nd eCAADe Conference Proceedings / ISBN 0-9541183-2-4] Copenhagen (Denmark) 15-18 September 2004, pp. 24-34
summary During the event Cultural Market Days on 23 and 24 August 2003 at Noerrebro Park in Copenhagen, visitors could also enter the marketplace from their home via the Internet, as a digital 3D model had been constructed that showed the marketplace with all its information booths and activities. This virtual marketplace functioned as an extension of the urban space, allowing you to take part in the flow of information, activities and experiences that were offered in the marketplace. And this just by a click on the Internet address: http://www.e-kvarter.dk. Furthermore at certain times of the day you could chat with people from some of the many working groups of the urban regeneration project in Noerrebro. The digital 3D model is similar to the marketplace, but it creates its own universe in the green surroundings of Noerrebro Park. And now, when the Cultural Market Days are finished and the booths and people have gone, the Electronic Marketplace still remains on the Internet, with a potential for developing a new public space for information, dialogue and cooperation between the actors of the urban regeneration project. This paper presents the results of a 3-year research project, The Electronic Neighbourhood (2000-2004). Researchers have developed and tested a digital model of the urban area and other digital tools for supporting the dialogue and cooperation between professionals and citizens in an urban regeneration project in Copenhagen. The Danish Agency for Enterprise and Housing, the Ministry for Refugees, Immigration and Integration and Copenhagen Municipality have financed the research, which is planned to be published 2004. The results can also be followed on the Internet www.e-kvarter.dk.
keywords 3D Modelling; Virtual Environments; Design Process; Human-Computer Interaction; Collaborative Design; Urban Planning
series eCAADe
last changed 2022/06/07 07:50

_id b5f3
authors Johnson, Brian R.
year 2000
title Sustaining Studio Culture: How Well Do Internet Tools Meet the Needs of Virtual Design Studios?
doi https://doi.org/10.52842/conf.ecaade.2000.015
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. 15-22
summary The Internet beckons seductively to students. The prospect of nearly instantaneous communication with acquaintances spread across the face of the earth is alluring. The ease with which rich graphical content can be made available to the world is stunning. The possibility of a design being seen by friends, family, and famous architects is tantalizing. Faculty are drawn by the potent synergy and learning that can be found in the opposition and cooperation of different cultural roots. It is probable that entire design studio sequences will be offered through distance-learning programs in the near future. Is that a good idea? Much has been written about "virtual design studios" in architecture schools and "virtual offices" in practice. Most offices have largely or totally abandoned drafting boards in favor of digital tools of production. Yet, regarding design, Ken Sanders, author of The Digital Architect, and Manager of Information Services at Zimmer Gunsul Frasca Partnership (ZGF), of Portland, Oregon, has written "we still make an effort to locate project teams together and always will". Production CAD work requires different kinds of interaction than design and design instruction. The experiments have been invaluable in developing strategies for use of the Internet as a component of a design studio series, but rarely depend entirely on use of the Internet for all course communications. In fact, most describe fairly isolated efforts to augment some aspect of traditional design environments using Internet tools (ftp, email, web). A few have implemented new pedagogic or collaboration paradigms (e.g., ETH’s phase(x)). This paper considers the traditional design studio in terms of formal and informal activities, characterizes the major Internet technologies with regard to the resulting interaction issues. In particular, it describes an area of informal work group communications that appears to be ill-supported with existing tools. The paper goes on to describe a web-based collaboration tool which was developed to address the need for less formal communication. The context for this development is the concept of a fully distributed collaboration environment with particular attention to questions of informal communication. Finally, it describes how the tool was deployed in an experimental "web studio" setting and student responses to use of the tool.
keywords Virtual Design Studio, Collaboration, Online Communities, Web Tools
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:52

_id 5a8a
authors Kim, Young-Suk and Haas, Carl T.
year 2000
title A model for automation of infrastructure maintenance using representational forms
source Automation in Construction 10 (1) (2000) pp. 57-68
summary This paper proposes a model for the application of imaging to the automation of infrastructure maintenance. The model incorporates: (a) a domain structure, (b) human-machine interaction, (c) processes including machine vision, sensor data fusion, automated task planning, and control loops, and (d) graphical representation and visualization. In this paper, results are presented for automated crack and joint sealing, focusing on the development and use of a line snapping machine vision algorithm. It is concluded that the algorithm should be broadly applicable to applications in pavements, buildings, bridges, storage tanks, tunnels and utility pipes. The model can provide context and structure for development of new algorithms.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

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_955119 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002