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 485

_id 02ac
authors Wang, Donggen
year 1998
title Conjoint Approaches to Developing Activity-Based Models
source Eindhoven University of Technology, Faculty of Architecture and Urban Planning, The Netherlands
summary Since the late 1950s, transportation models have played an important role in forecasting travel demand and evaluating the impacts of plans and policies. Planners use transportation models to learn about the behavior of transport systems. Over the past decades, the development of particular modeling approaches has closely followed planning needs, which in turn are closely related to dominant policy issues. The first generation of transportation models was developed during the late 1950s and early 1960s. Their purpose was to facilitate the prediction of future travel demand, such that road capacity programs could be based on predicted demand. The first generation models are commonly referred to as four-step models. These models are typically formulated and calibrated at the level of the traffic zones. Individuals are aggregated by traffic zone. Traffic is considered to be the result of four sequential decisions: trip generation, trip distribution, modal split and traffic assignment. These decisions are modeled separately at successive stages. Although the four-step models have been widely used, even institutionalized in literally thousands of applications (Stopher, et al., 1996), the major shortcoming of these large-scale, aggregate and supply-oriented models is their lack of behavioral content.
keywords Traffic Behaviour; Traffic and Transportation Research
series thesis:PhD
last changed 2003/02/12 22:37

_id ga0026
id ga0026
authors Ransen, Owen F.
year 2000
title Possible Futures in Computer Art Generation
source International Conference on Generative Art
summary Years of trying to create an "Image Idea Generator" program have convinced me that the perfect solution would be to have an artificial artistic person, a design slave. This paper describes how I came to that conclusion, realistic alternatives, and briefly, how it could possibly happen. 1. The history of Repligator and Gliftic 1.1 Repligator In 1996 I had the idea of creating an “image idea generator”. I wanted something which would create images out of nothing, but guided by the user. The biggest conceptual problem I had was “out of nothing”. What does that mean? So I put aside that problem and forced the user to give the program a starting image. This program eventually turned into Repligator, commercially described as an “easy to use graphical effects program”, but actually, to my mind, an Image Idea Generator. The first release came out in October 1997. In December 1998 I described Repligator V4 [1] and how I thought it could be developed away from simply being an effects program. In July 1999 Repligator V4 won the Shareware Industry Awards Foundation prize for "Best Graphics Program of 1999". Prize winners are never told why they won, but I am sure that it was because of two things: 1) Easy of use 2) Ease of experimentation "Ease of experimentation" means that Repligator does in fact come up with new graphics ideas. Once you have input your original image you can generate new versions of that image simply by pushing a single key. Repligator is currently at version 6, but, apart from adding many new effects and a few new features, is basically the same program as version 4. Following on from the ideas in [1] I started to develop Gliftic, which is closer to my original thoughts of an image idea generator which "starts from nothing". The Gliftic model of images was that they are composed of three components: 1. Layout or form, for example the outline of a mandala is a form. 2. Color scheme, for example colors selected from autumn leaves from an oak tree. 3. Interpretation, for example Van Gogh would paint a mandala with oak tree colors in a different way to Andy Warhol. There is a Van Gogh interpretation and an Andy Warhol interpretation. Further I wanted to be able to genetically breed images, for example crossing two layouts to produce a child layout. And the same with interpretations and color schemes. If I could achieve this then the program would be very powerful. 1.2 Getting to Gliftic Programming has an amazing way of crystalising ideas. If you want to put an idea into practice via a computer program you really have to understand the idea not only globally, but just as importantly, in detail. You have to make hard design decisions, there can be no vagueness, and so implementing what I had decribed above turned out to be a considerable challenge. I soon found out that the hardest thing to do would be the breeding of forms. What are the "genes" of a form? What are the genes of a circle, say, and how do they compare to the genes of the outline of the UK? I wanted the genotype representation (inside the computer program's data) to be directly linked to the phenotype representation (on the computer screen). This seemed to be the best way of making sure that bred-forms would bare some visual relationship to their parents. I also wanted symmetry to be preserved. For example if two symmetrical objects were bred then their children should be symmetrical. I decided to represent shapes as simply closed polygonal shapes, and the "genes" of these shapes were simply the list of points defining the polygon. Thus a circle would have to be represented by a regular polygon of, say, 100 sides. The outline of the UK could easily be represented as a list of points every 10 Kilometers along the coast line. Now for the important question: what do you get when you cross a circle with the outline of the UK? I tried various ways of combining the "genes" (i.e. coordinates) of the shapes, but none of them really ended up producing interesting shapes. And of the methods I used, many of them, applied over several "generations" simply resulted in amorphous blobs, with no distinct family characteristics. Or rather maybe I should say that no single method of breeding shapes gave decent results for all types of images. Figure 1 shows an example of breeding a mandala with 6 regular polygons: Figure 1 Mandala bred with array of regular polygons I did not try out all my ideas, and maybe in the future I will return to the problem, but it was clear to me that it is a non-trivial problem. And if the breeding of shapes is a non-trivial problem, then what about the breeding of interpretations? I abandoned the genetic (breeding) model of generating designs but retained the idea of the three components (form, color scheme, interpretation). 1.3 Gliftic today Gliftic Version 1.0 was released in May 2000. It allows the user to change a form, a color scheme and an interpretation. The user can experiment with combining different components together and can thus home in on an personally pleasing image. Just as in Repligator, pushing the F7 key make the program choose all the options. Unlike Repligator however the user can also easily experiment with the form (only) by pushing F4, the color scheme (only) by pushing F5 and the interpretation (only) by pushing F6. Figures 2, 3 and 4 show some example images created by Gliftic. Figure 2 Mandala interpreted with arabesques   Figure 3 Trellis interpreted with "graphic ivy"   Figure 4 Regular dots interpreted as "sparks" 1.4 Forms in Gliftic V1 Forms are simply collections of graphics primitives (points, lines, ellipses and polygons). The program generates these collections according to the user's instructions. Currently the forms are: Mandala, Regular Polygon, Random Dots, Random Sticks, Random Shapes, Grid Of Polygons, Trellis, Flying Leap, Sticks And Waves, Spoked Wheel, Biological Growth, Chequer Squares, Regular Dots, Single Line, Paisley, Random Circles, Chevrons. 1.5 Color Schemes in Gliftic V1 When combining a form with an interpretation (described later) the program needs to know what colors it can use. The range of colors is called a color scheme. Gliftic has three color scheme types: 1. Random colors: Colors for the various parts of the image are chosen purely at random. 2. Hue Saturation Value (HSV) colors: The user can choose the main hue (e.g. red or yellow), the saturation (purity) of the color scheme and the value (brightness/darkness) . The user also has to choose how much variation is allowed in the color scheme. A wide variation allows the various colors of the final image to depart a long way from the HSV settings. A smaller variation results in the final image using almost a single color. 3. Colors chosen from an image: The user can choose an image (for example a JPG file of a famous painting, or a digital photograph he took while on holiday in Greece) and Gliftic will select colors from that image. Only colors from the selected image will appear in the output image. 1.6 Interpretations in Gliftic V1 Interpretation in Gliftic is best decribed with a few examples. A pure geometric line could be interpreted as: 1) the branch of a tree 2) a long thin arabesque 3) a sequence of disks 4) a chain, 5) a row of diamonds. An pure geometric ellipse could be interpreted as 1) a lake, 2) a planet, 3) an eye. Gliftic V1 has the following interpretations: Standard, Circles, Flying Leap, Graphic Ivy, Diamond Bar, Sparkz, Ess Disk, Ribbons, George Haite, Arabesque, ZigZag. 1.7 Applications of Gliftic Currently Gliftic is mostly used for creating WEB graphics, often backgrounds as it has an option to enable "tiling" of the generated images. There is also a possibility that it will be used in the custom textile business sometime within the next year or two. The real application of Gliftic is that of generating new graphics ideas, and I suspect that, like Repligator, many users will only understand this later. 2. The future of Gliftic, 3 possibilties Completing Gliftic V1 gave me the experience to understand what problems and opportunities there will be in future development of the program. Here I divide my many ideas into three oversimplified possibilities, and the real result may be a mix of two or all three of them. 2.1 Continue the current development "linearly" Gliftic could grow simply by the addition of more forms and interpretations. In fact I am sure that initially it will grow like this. However this limits the possibilities to what is inside the program itself. These limits can be mitigated by allowing the user to add forms (as vector files). The user can already add color schemes (as images). The biggest problem with leaving the program in its current state is that there is no easy way to add interpretations. 2.2 Allow the artist to program Gliftic It would be interesting to add a language to Gliftic which allows the user to program his own form generators and interpreters. In this way Gliftic becomes a "platform" for the development of dynamic graphics styles by the artist. The advantage of not having to deal with the complexities of Windows programming could attract the more adventurous artists and designers. The choice of programming language of course needs to take into account the fact that the "programmer" is probably not be an expert computer scientist. I have seen how LISP (an not exactly easy artificial intelligence language) has become very popular among non programming users of AutoCAD. If, to complete a job which you do manually and repeatedly, you can write a LISP macro of only 5 lines, then you may be tempted to learn enough LISP to write those 5 lines. Imagine also the ability to publish (and/or sell) "style generators". An artist could develop a particular interpretation function, it creates images of a given character which others find appealing. The interpretation (which runs inside Gliftic as a routine) could be offered to interior designers (for example) to unify carpets, wallpaper, furniture coverings for single projects. As Adrian Ward [3] says on his WEB site: "Programming is no less an artform than painting is a technical process." Learning a computer language to create a single image is overkill and impractical. Learning a computer language to create your own artistic style which generates an infinite series of images in that style may well be attractive. 2.3 Add an artificial conciousness to Gliftic This is a wild science fiction idea which comes into my head regularly. Gliftic manages to surprise the users with the images it makes, but, currently, is limited by what gets programmed into it or by pure chance. How about adding a real artifical conciousness to the program? Creating an intelligent artificial designer? According to Igor Aleksander [1] conciousness is required for programs (computers) to really become usefully intelligent. Aleksander thinks that "the line has been drawn under the philosophical discussion of conciousness, and the way is open to sound scientific investigation". Without going into the details, and with great over-simplification, there are roughly two sorts of artificial intelligence: 1) Programmed intelligence, where, to all intents and purposes, the programmer is the "intelligence". The program may perform well (but often, in practice, doesn't) and any learning which is done is simply statistical and pre-programmed. There is no way that this type of program could become concious. 2) Neural network intelligence, where the programs are based roughly on a simple model of the brain, and the network learns how to do specific tasks. It is this sort of program which, according to Aleksander, could, in the future, become concious, and thus usefully intelligent. What could the advantages of an artificial artist be? 1) There would be no need for programming. Presumbably the human artist would dialog with the artificial artist, directing its development. 2) The artificial artist could be used as an apprentice, doing the "drudge" work of art, which needs intelligence, but is, anyway, monotonous for the human artist. 3) The human artist imagines "concepts", the artificial artist makes them concrete. 4) An concious artificial artist may come up with ideas of its own. Is this science fiction? Arthur C. Clarke's 1st Law: "If a famous scientist says that something can be done, then he is in all probability correct. If a famous scientist says that something cannot be done, then he is in all probability wrong". Arthur C Clarke's 2nd Law: "Only by trying to go beyond the current limits can you find out what the real limits are." One of Bertrand Russell's 10 commandments: "Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric" 3. References 1. "From Ramon Llull to Image Idea Generation". Ransen, Owen. Proceedings of the 1998 Milan First International Conference on Generative Art. 2. "How To Build A Mind" Aleksander, Igor. Wiedenfeld and Nicolson, 1999 3. "How I Drew One of My Pictures: or, The Authorship of Generative Art" by Adrian Ward and Geof Cox. Proceedings of the 1999 Milan 2nd International Conference on Generative Art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 63e6
authors Af Klercker, Jonas
year 1996
title Visualisation for Clients - One Example of Educating CAAD for Practice
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 17-24
doi https://doi.org/10.52842/conf.ecaade.1996.017
summary During the spring term 1996, 13 students of the 3rd and 4th year at the School of Architecture at Lund University had the opportunity to make a one semester CAAD project. 11 students chose the individual exercise to use computer media for developing a small architectural design in interaction with a client. The focus was set more on visualization and the process of communicating ideas, feelings and practical solutions between architect and client and visa versa rather than concentrated on the final product.

This paper describes the process of the project and the reflections of the participants. It will discuss problems from the teachers point of view.

series eCAADe
email
more http://www.caad.lth.se/ECAADE/
last changed 2022/06/07 07:54

_id 31f5
authors Alfares, M. and Seireg, A.
year 1996
title An integrated system for computer-aided design and construction of reinforced concrete buildings using modular forms
source Automation in Construction 5 (4) (1996) pp. 323-341
summary The study reported in this paper investigates the feasibility of automating the on-site construction of reinforced concrete residential buildings. The basic construction tasks are identified, analyzed and modified with a view towards potential for automation. Emphasis is placed on developing modular forms that facilitate automation. The majority of work in the field of construction robotics has focused on the adaptation of existing industrial robots to automate traditional construction processes. This paper outlines a computer-aided construction system approach specially suited for integrating design and implementation by on-site robots. A Computer-Integrated Construction (CIC) system, similar to CIM, is developed that includes a CIC data-base, a construction design system, a construction production/process planning system, and a robotics execution system. This approach is intended to minimize the redesign effort as well as the need for on-site manual work.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id ddssup9602
id ddssup9602
authors Arentze, T.A., Borgers, A.W.J. and Harry J.P.
year 1996
title A knowledge-based model for developing location strategies in a DSS for retail planning
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary Most DSS for retail planning are based on impact assessment models to support the evaluation of plan scenario's. This paper introduces a complementary knowledge-based model to support also the earlier stage of formulating plan scenario's. An analysis of the retail planning problem reveals the main lines of the strategies adopted by most Dutch planners and retailers to achieve their goals. A basic strategy that seems to be appropriate in most problem contexts is formulated in the form of a set of decision tables. Each decision table or system of decision tables specifies for a problem area decision rules to identify and analyse problems and to formulate possible actions. The model is implemented in a DSS where it is used in combination with quantitative impact assessment models. A case study in the area of daily good facilities demonstrates the approach. The major conclusion is that the knowledge-based approach and in particular the decision table technique provides interesting possibilities to implement planning task structures in a DSS environment.
series DDSS
last changed 2003/11/21 15:16

_id 63a7
id 63a7
authors Ataman, Osman and Lonnman, Bruce
year 1996
title Introduction to Concept and Form in Architecture: An Experimental Design Studio Using the Digital Media
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 3-9
doi https://doi.org/10.52842/conf.acadia.1996.003
summary This paper describes the use of digital media in a first year undergraduate architectural design studio. It attempts to address the importance of developing a design process that is redefined by the use of computing, integrating concept and perception. Furthermore, it describes the theoretical foundations and quasi-experiments of a series of exercises developed for beginning design students.
series ACADIA
email
last changed 2022/06/07 07:54

_id 82ff
authors Bhavnani, S.K., Flemming, U., Forsythe, D.E., Garrett, J.H., Shaw, D.S. and Tsai, A.
year 1996
title CAD usage in an architectural office: from observations to active assistance
source Automation in Construction 5 (3) (1996) pp. 243-255
summary The functionality and resources provided by CAD systems have been increasing rapidly, but productivity growth expected from their use has been difficult to achieve. Although many surveys describe this productivity puzzle, few studies have been conducted on actual CAD users to understand its causes. In an effort to arrive at such an understanding, the first author visited a federal architectural office and observed CAD users in their natural setting. This paper describes preliminary results obtained from the study, which used ethnographic techniques developed by cultural anthropologists. The study revealed that users had leveled-off in their learning and experimentation and were using the CAD system in suboptimal ways. By asking why users were not using many resources available to them to improve performance, the observer uncovered issues of communication and management that needed to be addressed. Based on this understanding, the authors provide explicit recommendations to CAD users and vendors. In addition, they hypothesize that users might benefit from a system that provides active assistance, that is, intervenes spontaneously with advice, assistance, and relevant information while the user interacts with the CAD system. They conclude with some issues revealed by the study that should be considered when developing such active assistance.
series journal paper
email
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 80f7
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2001
title Knowledge-based System to Support Architectural Design - Intelligent objects, project net-constraints, collaborative work
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 80-85
doi https://doi.org/10.52842/conf.ecaade.2001.080
summary The architectural design business is marked by a progressive increase in operators all cooperating towards the realization of building structures and complex infrastructures (Jenckes, 1997). This type of design implies the simultaneous activity of specialists in different fields, often working a considerable distance apart, on increasingly distributed design studies. Collaborative Architectural Design comprises a vast field of studies that embraces also these sectors and problems. To mention but a few: communication among operators in the building and design sector; design process system logic architecture; conceptual structure of the building organism; building component representation; conflict identification and management; sharing of knowledge; and also, user interface; global evaluation of solutions adopted; IT definition of objects; inter-object communication (in the IT sense). The point of view of the research is that of the designers of the architectural artefact (Simon, 1996); its focus consists of the relations among the various design operators and among the latter and the information exchanged: the Building Objects. Its primary research goal is thus the conceptual structure of the building organism for the purpose of managing conflicts and developing possible methods of resolving them.
keywords Keywords. Collaborative Design, Architectural And Building Knowledge, Distributed Knowledge Bases, Information Management, Multidisciplinarity
series eCAADe
email
last changed 2022/06/07 07:55

_id 275b
authors Chase, Scott C.
year 1996
title Design Modeling With Shape Algebras and Formal Logic
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 99-113
doi https://doi.org/10.52842/conf.acadia.1996.099
summary A new method of describing designs by combining the paradigms of shape algebras and predicate logic representations is presented. Representing shapes and spatial relations in logic provides a natural, intuitive method of developing complete computer systems for reasoning about designs. The advantages of shape algebra formalisms over more traditional representations of geometric objects are discussed. The method employed involves the definition of a large set of high level design relations from a small set of simple structures and spatial relations. Examples in architecture and geographic information systems are illustrated.
series ACADIA
email
last changed 2022/06/07 07:55

_id 18bc
authors Clay, Sharon and Wilhelms, Jane
year 1996
title Put: Language-Based Interactive Manipulation of Objects
source IEEE Computer Graphics and Applications
summary Describing a scene to a computer is an inherent task of computer graphics applications. Modeled scenes are typically built with direct placement techniques or specialized scripting languages. The scene description task could be greatly eased if natural language were an interactive control option. However, natural language understanding is notoriously difficult for computers. This difficulty is exacerbated in the case of computer graphics by the need for geometric output, not just "conceptual understanding" or high-level inferencing. General text-understanding techniques have not been successfully applied to scene generation. Typically, a few task-specific commands, such as "walk," are implemented as an ad-hoc collection of procedures. Our approach aims to separate the expressive power of fundamental natural concepts from the difficult task of text understanding. We are developing a 3D object placement system based on a combination of natural commands and interactive techniques. Guided by research in cognitive linguistics, we use basic spatial relationships--such as in, on, and at--and fundamental scene parameters--such as viewer location and object dimensionality--to identify regions of placement for objects in a scene. These natural commands can be used to quickly prototype a complex scene and constrain object placement.
series journal paper
last changed 2003/04/23 15:14

_id ab1e
authors Coyne, R., McLaughlin, S., Newton, S., Sudweeks, F., Haynes, D. and Jumani, A.
year 1996
title Report on Computers in Practice: A survey of computers in architectural practice
source UK: University of Edinburgh
summary This is a report on the dynamic relationship between information technology (IT) and architectural practice. The report summarises the attitudes and opinions of practitioners gathered through extensive recorded interviews, and compares these attitudes and opinions with the findings of other studies. The report is compiled from the point of view of an understanding of appropriating as preceding as the model for understanding. We thereby connect what is going on in IT with concepts currently under discussion in postmodern thought and in the tradition of philosophical pragmatism. We identify several of the major options identified by practitioners in their use of IT, including practicing without computers, substituting computers for traditional tasks, delivering traditional services in an innovative way through IT, and developing new services with IT. We also demonstrate how firms are changing and are being shaped by the market for architectural services. One of the major areas of change is in how IT and related resources are managed. We also consider how the role of the practitioner as an individual in a firm is changing along with changes in IT, and how different prognoses about the future of IT in practice are influenced by certain dominant metaphors. Our conclusion is that IT is best understood and appropriated when it is seen as fitting into a dynamic field or constellation of technologies and practices. Such an orientation enables the reflective practitioner to confront what is really going on as IT interacts with practice. praxis- practice theory
series report
last changed 2003/04/23 15:50

_id 6abd
authors Dawson, Anthony and Burry, Mark
year 1996
title The Continuing Dichotomy: Practice vs. Education
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 131-142
doi https://doi.org/10.52842/conf.ecaade.1996.131
summary While it is apparent from the architectural literature that some practices are innovative in their use of computers for architectural design, clear evidence indicates that most architectural practices have applied computing to traditional practice paradigms. Information technology is therefore being applied to practice systems which were in place prior to computers being available. This has significant implications for architectural education in which there is tension developing between the requirements of the commercially oriented architectural practice and the innovation driven computer-aided architectural design educator. The first wishes to equip graduates for immediate and productive employment in computerised architectural practices and may be loosely interpreted as a graduate’s ability to work as a CAD operator within an architectural practice environment. The second has the desire for students to be innovative in their use of information technology as an aid in informing and evaluating parts of both the design process and its outcomes. However, it is only when both architects and educators identify the architectural process as an integrated information system that these tensions can be resolved. This requires reconsideration of the function and use of information technology in both educational institutions and in architectural practices. The paper discusses how fruitful this can be in the current environment and outlines current developments at Deakin University which aim at providing a middle ground
series eCAADe
email
last changed 2022/06/07 07:55

_id 0c78
authors Flood, I. and Christophilos, P.
year 1996
title Modeling construction processes using artificial neural networks
source Automation in Construction 4 (4) (1996) pp. 307-320
summary The paper evaluates a neural network approach to modeling the dynamics of construction processes that exhibit both discrete and stochastic behavior, providing an alternative to the more conventional method of discrete-event simulation. The incentive for developing the technique is its potential for (i) facilitating model development in situations where there is limited theory describing the dependence between component processes; and (ii) rapid execution of a simulation through parallel processing. The alternative ways in which neural networks can be used to model construction processes are reviewed and their relative merits are identified. The most promising approach, a recursive method of dynamic modeling, is examined in a series of experiments. These involve the application of the technique to two classes of earthmoving system, the first comprising a push-dozer and a fleet of scrapers, and the second a loader and fleet of haul trucks. The viability of the neural network approach is demonstrated in terms of its ability to model the discrete and stochastic behavior of these classes of construction processes. The paper concludes with an indication of some areas for further development of the technique.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 3386
authors Gavin, L., Keuppers, S., Mottram, C. and Penn, A.
year 2001
title Awareness Space in Distributed Social Networks
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 615-628
summary In the real work environment we are constantly aware of the presence and activity of others. We know when people are away from their desks, whether they are doing concentrated work, or whether they are available for interaction. We use this peripheral awareness of others to guide our interactions and social behaviour. However, when teams of workers are spatially separated we lose 'awareness' information and this severely inhibits interaction and information flow. The Theatre of Work (TOWER) aims to develop a virtual space to help create a sense of social awareness and presence to support distributed working. Presence, status and activity of other people are made visible in the theatre of work and allow one to build peripheral awareness of the current activity patterns of those who we do not share space with in reality. TOWER is developing a construction set to augment the workplace with synchronous as well as asynchronous awareness. Current, synchronous activity patterns and statuses are played out in a 3D virtual space through the use of symbolic acting. The environment itself however is automatically constructed on the basis of the organisation's information resources and is in effect an information space. Location of the symbolic actor in the environment can therefore represent the focus of that person's current activity. The environment itself evolves to reflect historic patterns of information use and exchange, and becomes an asynchronous representation of the past history of the organisation. A module that records specific episodes from the synchronous event cycle as a Docudrama forms an asynchronous information resource to give a history of team work and decision taking. The TOWER environment is displayed using a number of screen based and ambient display devices. Current status and activity events are supplied to the system using a range of sensors both in the real environment and in the information systems. The methodology has been established as a two-stage process. The 3D spatial environment will be automatically constructed or generated from some aspect of the pre-existing organisational structure or its information resources or usage patterns. The methodology must be extended to provide means for that structure to grow and evolve in the light of patterns of actual user behaviour in the TOWER space. We have developed a generative algorithm that uses a cell aggregation process to transcribe the information space into a 3d space. In stage 2 that space was analysed using space syntax methods (Hillier & Hanson, 1984; Hillier 1996) to allow the properties of permeability and intelligibility to be measured, and then these fed back into the generative algorithm. Finally, these same measures have been used to evaluate the spatialised behaviour that users of the TOWER space show, and will used to feed this back into the evolution of the space. The stage of transcription from information structure to 3d space through a generative algorithm is critical since it is this stage that allows neighbourhood relations to be created that are not present in the original information structure. It is these relations that could be expected to help increase social density.
keywords Algorithmic Form Generation, Distributed Workgroups, Space Syntax
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 56de
authors Handa, M., Hasegawa, Y., Matsuda, H., Tamaki, K., Kojima, S., Matsueda, K., Takakuwa, T. and Onoda, T.
year 1996
title Development of interior finishing unit assembly system with robot: WASCOR IV research project report
source Automation in Construction 5 (1) (1996) pp. 31-38
summary The WASCOR (WASeda Construction Robot) research project was organized in 1982 by Waseda University, Tokyo, Japan, aiming at automatizing building construction with a robot. This project is collaborated by nine general contractors and a construction machinery manufacturer. The WASCOR research project has been divided into four phases with the development of the study and called WASCOR I, II, III, and IV respectively. WASCOR I, II, and III finished during the time from 1982 to 1992 in a row with having 3-4 years for each phase, and WASCOR IV has been continued since 1993. WASCOR IV has been working on a automatized building interior finishing system. This system consists of following three parts. (1) Development of building system and construction method for automated interior finishing system. (2) Design of hardware system applied to automated interior finishing system. (3) Design of information management system in automated construction. As the research project has been developing, this paper describes the interim report of (1) Development of building system and construction method for automated interior finishing system, and (2) Design of hardware system applied to automated interior finishing system.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id ddssar9619
id ddssar9619
authors Kanoglu, Aiaattin
year 1996
title A Site-Based Computerized Production Planning & Control Model for The Plants which Produce Prefabricated Building Components
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary The "open systems" in building prefabrication may be qualified more flexible to some extent compared to the closed ones and may use the tools and approaches used in industrial production areas for the estimation of demand and production. As for the closed systems in particular, it is not possible for these systems to apply this kind of approach. Their production must be based on absolutely assured demands and projects. Because of this, they need detailed projects and assembly schedules for produc-tion. As a result of this, their production modes can be qualified "custom-made" type and production planning functions must provide the demand values from the assembly schedules of contracted proj-ects. The problem can be solved by integrating the work schedules of the sites that are served by fac-tory. Integration of data on a computerized system will be preferable and it is possible to realize the model in two alternative ways. The first is developing a new conceptual model and convert it into a software and the second is developing an approach for customizing general purpose project planning and programming software for using them in production planning. The second solution is studied in the paper following this. The aim of this study is to develop the principals of a conceptual model for an Integrated Data Flow and Evaluation System for production planning in prefabrication and to con-vert this model into an applicable and objective computer-aided model.
series DDSS
last changed 2003/08/07 16:36

_id ddssar9618
id ddssar9618
authors Kanoglu, Alaattin
year 1996
title Application of General Purpose Project Planning & Programming Software for Production Planning & Control in Plants which Produce Prefabricated Building Components
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary The "open systems" in building prefabrication may be qualified more flexible to some extent compared to the closed ones and may use the tools and approaches used in industrial production areas for the es-timation of demand and production. As for the closed systems in particular, it is not possible for these systems to apply this kind of an approach. Their production must be based on absolutely assured de-mands and projects. Because of this, they need detailed projects and assembly schedules for produc-tion. As a result of this, their production modes can be qualified "custom-made" type and production planning functions must provide the demand values from the assembly schedules of contracted pro-jects. The problem can be solved by integrating the work schedules of the sites that are served by fac-tory. Integration of data on a computerized system will be preferable and it is possible to realize the model in two alternative ways. The first is developing a new conceptual model and convert it into a software and the second is developing an approach for customizing general purpose project planning and programming software for using them in production planning. The second solution is studied in the paper following this. The aims of this study are analyzing outstanding general purpose project planning & programming software from the point of view of requirements of production planning function and their customizability; comparing the requirements of the model designed for production planning and capabilities of general purpose planning software and developing the conceptual and practical dimensions and basic principals of the model for using the general purpose planning and programming software for production planning.
series DDSS
last changed 2003/08/07 16:36

_id ddssup9615
id ddssup9615
authors Lucardie, L., de Gelder, J. and Duursma, C.
year 1996
title Matching the Knowledge Needs of Trade and Industry: Advanced and Operational Knowledge Based Systems
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary Complex tasks that are being performed in trade and industry such as diagnosis, engineering and planning, increasingly require rapid and easy access to large amounts of complicated knowledge. To cope with these demands on trade and industry, advanced automated support for managing knowledge seems to be needed. Knowledge based systems are claimed to match these needs. However, to deal with the vast volume and complexity of knowledge through knowledge based systems, preconditions at three computer systems levels should be fulfilled. At the first level, called the knowledge level, the development of knowledge based systems requires a well-elaborated theory of the nature of knowledge that helps to get a clear and consistent definition of knowledge. By providing guidelines for selecting and developing methodologies and for organising the mathematical functions underlying knowledge representation formalisms, such a definition significantly advances the process of knowledge engineering. Here, we present the theory of functional object-types as a theory of the nature of knowledge. At the second level, called the symbol level, the representation formalisms used must be compatible with the chosen theory of the nature of knowledge. The representation formalisms also have to be interpretable as propositions representing knowledge, so that their knowledge level import can be assessed. Furthermore, knowledge representation formalisms have to play a causal role in the intelligent behaviour of the knowledge based system. At the third level, called the systems level, a knowledge based system should be equipped with facilities that enable an effective management of the representation formalisms used. Yet other system facilities are needed to allow the knowledge base to communicate with existing computer systems used in the daily practice of trade and industry, for instance Database Management Systems, Geographical Information Systems and Computer Aided Design Systems. It should be taken into account that these systems may run in different networks and on different operating systems. A real-world knowledge based system that operates in the field of soil contamination exemplifies the development of an advanced and operational knowledge-based system that complies with the preconditions at each computer systems level.
series DDSS
last changed 2003/08/07 16:36

_id f5a3
authors Maher, M.L. and Gomez de Silva Garza, A.
year 1996
title Developing case-based reasoning for structural design
source IEEE Expert
summary Case-based systems enable users to retrieve previously known designs from memory and adapt them to fit the current design problem. The four case-based design systems described here illustrate how various implementations achieve design assistance or design automation objectives. Case-based reasoning is a problem-solving technique that makes analogies between a problem and previously encountered situations (cases) relevant to solving the problem. Using CBR as a design process model involves the subtasks of recalling previously known designs from memory and adapting these design cases or subcases to fit the current design context. The detailed development of this process model for a particular design domain proceeds in parallel with the development of the case representation, the case memory organization, and the necessary design knowledge. The selection of an information representation paradigm and the details of its use for a problem-solving domain depend on the intended use of the information, the project information available, and the nature of the domain. CBR could be used to develop and implement a CBR system. Although that sounds circular, if CBR is a viable approach to problem solving, it can be applied to the development of the reasoning system itself. Toward that end, this article presents four "cases" of case-based building design systems that we've developed at the University of Sydney: CaseCAD, CADsyn, Win, and Demex. These systems exemplify alternative case memory contents and organizations and provide insight into different potential implementations of the recall and adaptation subprocesses.
series journal paper
email
last changed 2003/04/23 15:14

_id 2e5a
authors Matsumoto, N. and Seta, S.
year 1997
title A history and application of visual simulation in which perceptual behaviour movement is measured.
source Architectural and Urban Simulation Techniques in Research and Education [3rd EAEA-Conference Proceedings]
summary For our research on perception and judgment, we have developed a new visual simulation system based on the previous system. Here, we report on the development history of our system and on the current research employing it. In 1975, the first visual simulation system was introduced, witch comprised a fiberscope and small-scale models. By manipulating the fiberscope's handles, the subject was able to view the models at eye level. When the pen-size CCD TV camera came out, we immediately embraced it, incorporating it into a computer controlled visual simulation system in 1988. It comprises four elements: operation input, drive control, model shooting, and presentation. This system was easy to operate, and the subject gained an omnidirectional, eye-level image as though walking through the model. In 1995, we began developing a new visual system. We wanted to relate the scale model image directly to perceptual behavior, to make natural background images, and to record human feelings in a non-verbal method. Restructuring the above four elements to meet our equirements and adding two more (background shooting and emotion spectrum analysis), we inally completed the new simulation system in 1996. We are employing this system in streetscape research. Using the emotion spectrum system, we are able to record brain waves. Quantifying the visual effects through these waves, we are analyzing the relation between visual effects and physical elements. Thus, we are presented with a new aspect to study: the relationship between brain waves and changes in the physical environment. We will be studying the relation of brain waves in our sequential analysis of the streetscape.
keywords Architectural Endoscopy, Endoscopy, Simulation, Visualisation, Visualization, Real Environments
series EAEA
email
more http://www.bk.tudelft.nl/media/eaea/eaea97.html
last changed 2005/09/09 10:43

For more results click below:

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