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 627

_id 3cde
authors Alik, B.
year 1999
title A topology construction from line drawings using a uniform plane subdivision technique
source Computer-Aided Design, Vol. 31 (5) (1999) pp. 335-348
summary The paper describes an algorithm for constructing the topology from a set of line segments or polylines. The problem appears for example at land-maps that have been drawnby general-purpose drawing packages or captured from blue-prints by digitalisation. The solution comprises two steps; in the first step inconsistencies in the input data aredetected and removed, and in the second step the topology is constructed. The algorithm for topology construction consists of two phases: determination of a concave hull,and generation of polygons. It is shown that the running-time of the presented algorithm is better than O(n2), where n is the number of input points. Because of a largenumber of geometric elements being expected, the geometric search needed at the first step of the algorithm is speeded up by an acceleration techniquea uniform planesubdivision.
keywords Computational Geometry, Topology Construction, Uniform Space Subdivision
series journal paper
email
last changed 2003/05/15 21:33

_id f154
authors Amor, Robert and Newnham, Leonard
year 1999
title CAD Interfaces to the ARROW Manufactured Product Server
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 1-11
summary The UK national project ARROW (Advanced Reusable Reliable Objects Warehouse) provides an Internet based framework through which it is possible to identify any of a range of manufactured products meeting specific design criteria. This open framework (based upon the IAI's IFCs) provides a mechanism for users to search for products from any participating manufacturer or supplier based both on specific attributes of a product or on any of the textual descriptions of the product. The service returns the closest matching products and allows the user to navigate to related information including manufacturer, suppliers, CAD details, VR displays, installation instructions, certificates, health and safety information, promotional information, costings, etc. ARROW also provides a toolkit to enable manufacturers and suppliers to more easily map and publish their information in the format utilised by the ARROW system. As part of the ARROW project we have examined the ability to interface from a design tool through to ARROW to automatically retrieve information required by the tool. This paper describes the API developed to allow CAD and simulation tools to communicate directly with ARROW and identify appropriate manufactured information. The demonstration system enables CAD systems to identify the closest matching manufactured product to a designed product and replacing the designed product with the details supplied by the manufacturer for the manufactured product as well as pulling through product attributes utilised by the design application. This paper provides a description of the ARROW framework and issues faced in providing information based upon standards as well as containing information not currently modelled in public standards. The paper looks at issues of enabling manufacturers and suppliers to move from their current world-view of product information to a more data-rich and user accessible information repository (even though this enables a uniform comparison across a range of manufacturer's products). Finally the paper comments on the likely way forward for ARROW like systems in providing quality information to end users.
keywords Computer-aided Design, Product Retrieval
series CAAD Futures
email
last changed 2006/11/07 07:22

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

_id 9aaf
authors Burrow, Andrew and Woodbury, Robert
year 1999
title Pi-Resolution in Design Space Exploration
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 291-308
summary In studying the phenomenon of design we use models to envision mechanisms by which computers might support design. In one such model we understand design as guided movement through a space of possibilities. Design space explorers embody this model as mixed-initiative environments in which designers engage in exploration via human computer interaction. Constraint resolution provides a formal framework for interaction in design space explorers. Rather than directly providing solutions to design problems, constraint resolution provides a mechanism for organizing construction. Therefore, we are less interested in the set of solutions to a constraint problem than the process by which intermediate steps are generated. Pi-resolution is one such mechanism applicable to design space explorers. It describes the solution, by recursive enumeration, of feature structure type constraints. During pi-resolution, satisfiers are constructed by the application of type constraints drawn from an inheritance hierarchy. This constructive process provides a strong model for design space exploration. The constraint solver does not do the work of the designer, but rather design efforts are situated in, and organized by, constraint resolution. Therefore, the efficiency of the recursive enumeration in finding solutions is not an issue, since non-determinism in the search is resolved by the human user as design space exploration.
keywords Design Space Explorers, Typed Feature Structures, Functional Decomposition, Mixed Initiative
series CAAD Futures
email
last changed 2006/11/07 07:22

_id b4d2
authors Caldas, Luisa G. and Norford, Leslie K.
year 1999
title A Genetic Algorithm Tool for Design Optimization
doi https://doi.org/10.52842/conf.acadia.1999.260
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 260-271
summary Much interest has been recently devoted to generative processes in design. Advances in computational tools for design applications, coupled with techniques from the field of artificial intelligence, have lead to new possibilities in the way computers can inform and actively interact with the design process. In this paper we use the concepts of generative and goal-oriented design to propose a computer tool that can help the designer to generate and evaluate certain aspects of a solution towards an optimized behavior of the final configuration. This work focuses mostly on those aspects related to the environmental performance of the building. Genetic Algorithms are applied as a generative and search procedure to look for optimized design solutions in terms of thermal and lighting performance in a building. The Genetic Algorithm (GA) is first used to generate possible design solutions, which are then evaluated in terms of lighting and thermal behavior using a detailed thermal analysis program (DOE2.1E). The results from the simulations are subsequently used to further guide the GA search towards finding low-energy solutions to the problem under study. Solutions can be visualized using an AutoLisp routine. The specific problem addressed in this study is the placing and sizing of windows in an office building. The same method is applicable to a wide range of design problems like the choice of construction materials, design of shading elements, or sizing of lighting and mechanical systems for buildings.
series ACADIA
email
last changed 2022/06/07 07:54

_id 5bce
authors Ceccato, Cristiano
year 1999
title Evolutionary Design Tools for Mass-Customisation
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 152-156
summary This paper describes an instance of the author’s ongoing research in the field of Generative Design. The work is based on the premise that computer-aided design (CAD) should evolve beyond its current limitation of one-way interaction, and become a dynamic, intelligent, multi-user environment that encourages creativity and actively supports the evolution of individual, mass-customised designs which exhibit common features. The understanding of fundamental shape-forming processes in nature inspires us to move beyond the existing CAD paradigms and re-examine the way we can benefit from the computers in design. We can use this knowledge to create a new generation of computer-based design tools which use evolutionary search algorithms to generate create a common family of individual designs optimised according to particular criteria, while supporting our design intuition. The author explores this idea by illustrating a research project between the Hong Kong Polytechnic University and Deakin University (Australia). The project implements a multi-user oriented design tool for evolutionary design, which was tailored to produce a simple object such as door handle. The paper first gives a short historical and philosophical to the work, then describes the technical and algorithmic requirements, and implementation of the system. It concludes by describing an experiment in which the system was used on a "live" test group of people to generate individual, mass-customised designs.
series SIGRADI
email
last changed 2016/03/10 09:48

_id 0d5b
authors Latch Craig, David and Zimring, Craig
year 1999
title Practical Support for Collaborative Design Involving Divided Interests
doi https://doi.org/10.52842/conf.acadia.1999.126
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 126-137
summary Collaboration is common in design, yet relatively little is known about the cognitive reasoning processes that occur during collaboration. This paper discusses collaborative design, emphasizing the elaboration and transformations of the problem search space, and the roles that unstructured verbal communication and graphic communication can play in these processes. The paper discusses a prototype system called the Immersive Discussion Tool (IDT) that supports asynchronous design. IDT allows collaborators to mark-up 3-D models over the Internet using a variety of tools, including diagrammatic marks, dynamic simulations and text annotations. IDT relies on VRML to view the models, with an extensive Java-based interface on the backend powering the interactive construction and playback of graphical annotations, the management of threaded discussions, and the management of file input/output. The development of this tool has revealed the difficulty of constructing complex marks in a virtual 3-D space, and the initial implementation of IDT suggests several strategies for solving these problems.
series ACADIA
email
last changed 2022/06/07 07:51

_id bd13
authors Martens, B., Turk, Z. and Cerovsek, T.
year 2001
title Digital Proceedings: Experiences regarding Creating and Using
doi https://doi.org/10.52842/conf.ecaade.2001.025
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 25-29
summary This paper describes the developments of the CUMINCAD database since 1999 when it was first presented and some statistical information, how the service is being used. CUMINCAD started as a bibliographic database storing meta information about CAADrelated publications. Recently, full texts are being added. The process of creation of electronic copies of papers in pdf-format is described as well as decisions which were taken in this context. Over the last two years 20.000 users visited CUMINCAD. We present a brief analysis of their behavior and interaction patterns. This and the forthcoming possibility of a full-text-search will open up a new perspective for CAAD-research.
keywords CAAD-Related Publications, Web-Based Bibliographic Database, Searchable Index, Retrospective CAAD Research, Purpose Analysis
series eCAADe
email
last changed 2022/06/07 07:59

_id 6476
authors Maver, T., Petric, J., Ennis, G. and Lindsay, M.
year 2000
title Visiting The Virtual City
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. 135-139
summary In 1999, the city of Glasgow in Scotland, celebrated the honour of being the UK City of Architecture and Design. The same year saw the successful launch, on the Internet, of a fully interactive virtual experience of the city. This paper describes the evolution and functionality of vrglasgow over the last 10 years and anticipates its future development over the next 5 years. Currently the system comprises the VRML topography, the road network and the 3-D geometry of around 10,000 buildings within the city centre. The visitor to the virtual city to navigate and search under a range of headings for items of interest and experience some of Glasgow’s best architecture. Data from a number of information sources are interlinked and made accessible through VRML as well as through the conventional internet modes such as lists, tables and search engines. Consequently, the visitor can explore the city intuitively.
keywords 3D City modeling
series SIGRADI
email
last changed 2016/03/10 09:55

_id 170f
authors Mora Padrón, Víctor Manuel
year 1999
title Integration and Application of Technologies CAD in a Regional Reality - Methodological and Formative Experience in Industrial Design and Products Development
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 295-297
summary The experience to present is begun and developed during the academic year 1998, together to the course of IV pupils level of the Industrial Design career in the Universidad del Bío-Bío, labor that I have continued assuming during the present year, with a new youths generation. We have accomplished our academic work taking as original of study and base, the industrial and economic situation of the VIII Region, context in the one which we outline and we commit our needs formative as well as methodological to the teaching of the discipline of the Industrial Design. Consequently, we have defined a high-priority factor among pupils and teachers to reach the objectives and activities program of the course, the one which envisages first of all a commitment of attitude and integrative reflection among our academic activity and the territorial human context in the one which we inhabit. In Chile the activity of the industrial designer, his knowledge and by so much his capacity of producing innovation, it has been something practically unknown in the industrial productive area. However, the current national development challenges and the search by widening our markets, they have created and established a conscience of the fact that the Chilean industrial product must have a modern and effective competitiveness if wants be made participates in segments of the international marketing. It is in this new vision where the design provides in decisive form to consider and add a commercial and cultural value in our products. To the university corresponds the role of transmitting the knowledge generated in his classrooms toward the society, for thus to promote a development in the widest sense of the word. Under this prism the small and median regional industry in their various areas, have not integrated in the national arrangement in what concerns to the design and development of new and integral products. The design and the innovation as motor concept for a competitiveness and permanency in new markets, it has not entered yet in the entrepreneurial culture. If we want to save this situation, it is necessary that the regional entrepreneur knows the importance of the Design with new models development and examples of application, through concrete cases and with demands, that serve of base to demonstrate that the alliance among Designer and Industry, opens new perspectives of growth upon offering innovation and value added factors as new competitiveness tools. Today the communication and the managing of the information is a strategic weapon, to the moment of making changes in a social dynamics, so much at local level as global. It is with this look that our efforts and objective are centered in forming to our pupils with an integration speech and direct application toward the industrial community of our region, using the communication and the technological information as a tool validates and effective to solve the receipt in the visualization of our projects, designs and solutions of products. As complement to the development of the proposed topic will be exhibited a series of projects accomplished by the pupils for some regional industries, in which the three dimensional modeling and the use of programs vectoriales demonstrate the efficiency of communication and comprehension of the proposals, its complexity and constructive possibilities.
series SIGRADI
email
last changed 2016/03/10 09:55

_id b127
authors Oliveira, A.L., Santiago, A.G. and Mittmann, R.
year 1999
title Digital Floripa - CD-ROM of the City
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 399-403
summary The graduation course of Architecture and Urbanism of the Federal University of Santa Catarina makes use of informatic tecnology in several teaching and research activities. This technology supports initial data proccessing, analysis, evaluations, simulations, and project development both in architecture and urban fields. Aiming to stimulate and improve the use of computer techniques in graduation courses, the INFOARQ group, belonging to the 'LABMICRO' developed the project 'Digital Floripa'. This project is an CD image data basis, with digital aerophotographs Florianópolis’ city taken, from the aerophotogrametric data of 1994. This project aims to facilitate image's access to teachers, students and researchers, to allow use of photos and scales, and to make possible the development of new alternatives interventions. A navegator program called 'DIGITAL INDEX'supports the user in the image's search and creates a same graphic interface. This project also acts as basis for research development wich aims to analyse and develop tutorial proceedures to access the utilization of the data images basis.
keywords Digital Patrimony, Digital Reconstruction, Virtual Worlds
series SIGRADI
email
last changed 2016/03/10 09:56

_id cd2e
authors O’Reilly, T.
year 1999
title Hardware, Software and Infoware
source Di Bona, C., Ockman, S. Stone, M.: Open Sources. Voices from the Open Source Revolution, First Edition, Sebastopol, CA: O’Reilly Publishers
summary I was talking with some friends recently, friends who don't own a computer. They were thinking of getting one so they could use Amazon.com to buy books and CDs. Not to use ``the Internet,'' not to use ``the Web,'' but to use Amazon.com. Now, that's the classic definition of a ``killer application'': one that makes someone go out and buy a computer. What's interesting is that the killer application is no longer a desktop productivity application or even a back-office enterprise software system, but an individual web site. And once you start thinking of web sites as applications, you soon come to realize that they represent an entirely new breed, something you might call an ``information application,'' or perhaps even ``infoware.'' Information applications are used to computerize tasks that just couldn't be handled in the old computing model. A few years ago, if you wanted to search a database of a million books, you talked to a librarian, who knew the arcane search syntax of the available computerized search tools and might be able to find what you wanted. If you wanted to buy a book, you went to a bookstore, and looked through its relatively small selection. Now, tens of thousands of people with no specialized training find and buy books online from that million-record database every day. The secret is that computers have come one step closer to the way that people communicate with each other. Web-based applications use plain English to build their interface -- words and pictures, not specialized little controls that acquire meaning only as you learn the software. Traditional software embeds small amounts of information in a lot of software; infoware embeds small amounts of software in a lot of information. The ``actions'' in an infoware product are generally fairly simple: make a choice, buy or sell, enter a small amount of data, and get back a customized result.
series other
last changed 2003/04/23 15:50

_id 54c1
authors Pinet, Céline
year 1999
title Facing The Millennium: Where Will CAD Lead Us?
doi https://doi.org/10.52842/conf.acadia.1999.024
source ACADIA Quarterly, vol. 18, no. 1, pp. 24-25
summary It’s 1999: Yes! We are at the eve of the new century. As I plan my Quarterly Review, I am compelled to search for a site that peers into the future. Of course, the perfect site also contains fascinating graphics and mind grabbing information. Though the Internet as gained galactic proportions since its inception, sites containing both excellent graphics and cutting-edge discussions are an oasis in a desert of triviality.
series ACADIA
email
last changed 2022/06/07 08:00

_id 5456
authors Quéau, Philippe
year 1999
title The Information Revolution: in search of the common good
source Mendes, C. & Larreta, E.R. (eds) Media and Social Perception, Rio deJaneiro : UNESCO/ ISSC/ EDCAM, 131-154
summary Is globalization really global? * Glocalization. Towards the Common Good. * One Globe, Lots of Tribes and Many Ghettos * Is There a Pilot in the Global Plane? * The market vs. General interest. The Need for Regulation. * Deregulation does not necessarily mean more competition * Sharing the costs of international calls. The case of Internet. * Price setting and regulation for telecommunications * «Proper» competition vs. «Fair» competition * Public and Private. The crucial importance of «Public Domain» * Is Information Society a Meaningful Society? * New cognitive tools for a global citizenship * The role of UNESCO in the Information Society * Globalization and Abstraction * In search of a global meaning Is globalization really global? Glocalization. The Common Good. Buzz phrases like "global village" or "global information society" are misleading. The concept of "global" is not itself global, in other words globalization is not "universal", it does not affect everybody in the same way. Exactly like the very concept of "universality" is not itself "universal". I am referring here to some Asian voices raising concerns about the "occidental" flavour of the "Universal Declaration of Human Rights" and supporting the idea that "Asian values" were not taken properly into account and might even be in contradiction with it (for instance the confucean predominence of the Society over the rights of the Person).
series other
last changed 2003/04/23 15:14

_id b8c3
authors Rosenman, M.A. and Gero, J.S.
year 1999
title Evolving designs by generating useful complex gene structures
source P. Bentley (Ed.), Evolutionary Design by Computers, Morgan Kaufmann, San Francisco, pp. 345-364
summary This chapter presents two examples of work for evolving designs by generating useful complex gene structures. where the first example uses a genetic engineering approach whereas the other uses a growth model of form. Both examples have as their motivation to overcome the combinatorial effect of large design spaces by focussing the search in useful areas. This focussing is achieved by starting with design spaces defined by low-level basic genes and creating design spaces defined by increasingly more complex gene structures. In both cases the low-level basic genes represent simple design actions which when executed produce parts of design solutions. Both works are exemplified in the domain of architectural floor plans.
keywords Evolutionary Systems, Genetic Engineering
series other
email
last changed 2003/04/06 09:22

_id f23c
authors Shimoda, S., Iki, K., Kumadaki, N., and Takegawa, Y.
year 1999
title Development of the CAFM System for Life Cycle Management
doi https://doi.org/10.52842/conf.caadria.1999.125
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 125-132
summary The purpose of this research is to develop the CAFM system that supports the cost management related to the building maintenance. Furthermore, we examine the possible implementation of CAFM as the supporting tools of medium-long term planning and fiscal year planning of the Facility Management. The function of the building-maintenance-system-oriented-Life-Cycle Cost (LCC)-supporting CAFM system is the feasibility of reference with the relating information database, which are later used for comparative analysis. The following is a detailed explanation of its functions:1) Outlined data display function of the building parts and materials. 2) 3-dimensional CAD models management. 3) LCC display function of building parts and materials. 4) Search function. This system supports the development of an efficient maintenance planning, and an efficient undertaking of the maintenance program. The concrete effects are as follow, (1) Cost-efficient building maintenance planning. (2) Building value increased by appropriate budget planning of maintenance. (3) Processing load and time are shortened. (4) Human mistakes are decreased.
series CAADRIA
last changed 2022/06/07 07:56

_id 1419
authors Spitz, Rejane
year 1999
title Dirty Hands on the Keyboard: In Search of Less Aseptic Computer Graphics Teaching for Art & Design
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 13-18
summary In recent decades our society has witnessed a level of technological development that has not been matched by that of educational development. Far from the forefront in the process of social change, education has been trailing behind transformations occurring in industrial sectors, passively and sluggishly assimilating their technological innovations. Worse yet, educators have taken the technology and logic of innovations deriving predominantly from industry and attempted to transpose them directly into the classroom, without either analyzing them in terms of demands from the educational context or adjusting them to the specificities of the teaching/learning process. In the 1970s - marked by the effervescence of Educational Technology - society witnessed the extensive proliferation of audio-visual resources for use in education, yet with limited development in teaching theories and educational methods and procedures. In the 1980s, when Computers in Education emerged as a new area, the discussion focused predominantly on the issue of how the available computer technology could be used in the school, rather than tackling the question of how it could be developed in such a way as to meet the needs of the educational proposal. What, then, will the educational legacy of the 1990s be? In this article we focus on the issue from the perspective of undergraduate and graduate courses in Arts and Design. Computer Graphics slowly but surely has gained ground and consolidated as part of the Art & Design curricula in recent years, but in most cases as a subject in the curriculum that is not linked to the others. Computers are usually allocated in special laboratories, inside and outside Departments, but invariably isolated from the dust, clay, varnish, and paint and other wastes, materials, and odors impregnating - and characterizing - other labs in Arts and Design courses.In spite of its isolation, computer technology coexists with centuries-old practices and traditions in Art & Design courses. This interesting meeting of tradition and innovation has led to daring educational ideas and experiments in the Arts and Design which have had a ripple effect in other fields of knowledge. We analyze these issues focusing on the pioneering experience of the Núcleo de Arte Eletrônica – a multidisciplinary space at the Arts Department at PUC-Rio, where undergraduate and graduate students of technological and human areas meet to think, discuss, create and produce Art & Design projects, and which constitutes a locus for the oxygenation of learning and for preparing students to face the challenges of an interdisciplinary and interconnected society.
series SIGRADI
email
last changed 2016/03/10 10:01

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

_id bacd
authors Abadí Abbo, Isaac
year 1999
title APPLICATION OF SPATIAL DESIGN ABILITY IN A POSTGRADUATE COURSE
source Full-scale Modeling and the Simulation of Light [Proceedings of the 7th European Full-scale Modeling Association Conference / ISBN 3-85437-167-5] Florence (Italy) 18-20 February 1999, pp. 75-82
summary Spatial Design Ability (SDA) has been defined by the author (1983) as the capacity to anticipate the effects (psychological impressions) that architectural spaces or its components produce in observers or users. This concept, which requires the evaluation of spaces by the people that uses it, was proposed as a guideline to a Masters Degree Course in Architectural Design at the Universidad Autonoma de Aguascalientes in Mexico. The theory and the exercises required for the experience needed a model that could simulate spaces in terms of all the variables involved. Full-scale modeling as has been tested in previous research, offered the most effective mean to experiment with space. A simple, primitive model was designed and built: an articulated ceiling that allows variation in height and shape, and a series of wooden panels for the walls and structure. Several exercises were carried out, mainly to experience cause -effect relationships between space and the psychological impressions they produce. Students researched into spatial taxonomy, intentional sequences of space and spatial character. Results showed that students achieved the expected anticipation of space and that full-scale modeling, even with a simple model, proved to be an effective tool for this purpose. The low cost of the model and the short time it took to be built, opens an important possibility for Institutions involved in architectural studies, both as a research and as a learning tool.
keywords Spatial Design Ability, Architectural Space, User Evaluation, Learning, Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa
last changed 2004/05/04 11:27

For more results click below:

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