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 472

_id 149d
authors Rosenman, M.A.
year 1996
title The generation of form using an evolutionary approach
source J.S. Gero and F. Sudweeks (eds), Artificial Intelligence in Design Ě96, 643-662
summary Design is a purposeful knowledge-based human activity whose aim is to create form which, when realized, satisfies the given intended purposes.1 Design may be categorized as routine or non-routine with the latter further categorized as innovative or creative. The lesser the knowledge about existing relationships between the requirements and the form to satisfy those requirements, the more a design problem tends towards creative design. Thus, for non-routine design, a knowledge-lean methodology is necessary. Natural evolution has produced a large variety of forms well-suited to their environment suggesting that the use of an evolutionary approach could provide meaningful design solutions in a non-routine design environment. This work investigates the possibilities of using an evolutionary approach based on a genotype which represents design grammar rules for instructions on locating appropriate building blocks. A decomposition/aggregation hierarchical organization of the design object is used to overcome combinatorial problems and to maximize parallelism in implementation.
series other
last changed 2003/04/23 15:50

_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 6ec6
authors Alsayyad, Nezar, Elliott, Ame and Kalay, Yehuda
year 1996
title Narrative Models: A Database Approach to Modeling Medieval Cairo
doi https://doi.org/10.52842/conf.acadia.1996.247
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 247-254
summary This paper explores the use of three-dimensional simulations to investigate transformations of urban form in medieval Cairo, and lessons about using computers to support historical visualization. Our first attempt to create a single extremely detailed model of Cairo proved unworkable. From this experience we developed a database approach to organizing modeling projects of complex urban environments. The database consists of several complete models at different levels of abstraction. This approach has three advantages over the earlier one: the model is never viewed as incomplete, the framework supports both additive and subtractive chronological studies, and finally, the database is viewed as infinitely expandable. Using modeling software as a tool for inquiry into architectural history becomes more feasible with this new approach.
series ACADIA
email
last changed 2022/06/07 07:54

_id ecaade2024_230
id ecaade2024_230
authors Fekar, Hugo; Novák, Jan; Míča, Jakub; Žigmundová, Viktória; Suleimanova, Diana; Tsikoliya, Shota; Vasko, Imrich
year 2024
title Fabrication with Residual Wood through Scanning Optimization and Robotic Milling
doi https://doi.org/10.52842/conf.ecaade.2024.1.025
source Kontovourkis, O, Phocas, MC and Wurzer, G (eds.), Data-Driven Intelligence - Proceedings of the 42nd Conference on Education and Research in Computer Aided Architectural Design in Europe (eCAADe 2024), Nicosia, 11-13 September 2024, Volume 1, pp. 25–34
summary The project deals with the use of residual wood of tree stumps and roots through scanning, optimization and robotic milling. Wood logging residue makes up to 50 percent of the trees harvested biomass. (Hakkila and Parikka 2002). Among prevailing strategies is leaving residue on site, and recovering residue for bioenergy. (Perlack and others 2005). The project explores the third strategy, using parts of the logging residue for fabrication, which may reduce the overall amount of wood logging volume. Furthermore approach aims for applying residue in its natural form and taking advantage of specific local characteristics of wood (Desch and Dinwoodie 1996). The project applies the strategy on working with stump and roots of an oak tree. Due to considerations of scale, available milling technics and available resources, chosen goal of the approach is to create a functioning chair prototype. Among the problems of the approach is the complex shape of the residue, uneven quality of wood, varying humidity and contamination with soil. After cleaning and drying, the stump is scanned and a 3D model is created. The 3D model od a stump is confronted with a 3D modelled limits of the goal typology (height, width, length, sitting surface area and overal volume of a chair) and topological optimization algorithm is used to iteratively reach the desired geometry. Unlike in established topological optimization proces, which aims for a minimal volume, the project attempts to achieve required qualities with removing minimal amount of wood. Due to geometric complexity of both stump and goal object, milling with an 6axis industrial robotic arm and a rotary table was chosen as a fabrication method. The object was clamped to the board (then connected to a rotary table) in order to provide precise location and orientation in 3D space. The milling of the object was divided in two parts, with the seating area milled in higher detail. Overall process of working with a residual wood that has potential to be both effective and present aesthetic quality based on individual characteristics of wood. Further development can integrate a generative tool which would streamline the design and fabrication proces further.
keywords Robotic arm milling, Scanning, Residual wood
series eCAADe
email
last changed 2024/11/17 22:05

_id ddssar9601
id ddssar9601
authors Achten, H.H., Bax, M.F.Th. and Oxman, R.M.
year 1996
title Generic Representations and the Generic Grid: Knowledge Interface, Organisation and Support of the (early) Design Process
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 Computer Aided Design requires the implementation of architectural issues in order to support the architectural design process. These issues consist of elements, knowledge structures, and design processes that are typical for architectural design. The paper introduces two concepts that aim to define and model some of such architectural issues: building types and design processes. The first concept, the Generic grid, will be shown to structure the description of designs, provide a form-based hierarchical decomposition of design elements, and to provide conditions to accommodate concurrent design processes. The second concept, the Generic representation, models generic and typological knowledge of building types through the use of graphic representations with specific knowledge contents. The paper discusses both concepts and will show the potential of implementing Generic representations on the basis of the Generic grid in CAAD systems.
series DDSS
last changed 2003/11/21 15:15

_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 465e
authors Burry, M.
year 1996
title The Generation and Degeneration of Form Using CAAD: Uncertain Certainty
source Approaches to Computer Aided Architectural Composition [ISBN 83-905377-1-0] 1996, pp. 71-90
summary Much contemporary architectural speculation is concerned with the exploration of 'free-form' composition, images located somewhere between the chimeric and the amorphous. While built manifestations are thin on the ground, the prevalence of 'formlessness' or 'inexactness' in competition entries and architecture schools may suggest a need for a critical response to develop at a similar rate as architectural software application. But how 'new' is the emergent free-form?
keywords
series other
email
last changed 1999/04/08 17:16

_id 7b57
authors Chase, Scott Curland
year 1996
title Modeling Designs with Shape Algebras and Formal Logic
source University of California
summary A formal, hierarchical model of shape, spatial relations and non-spatial properties is presented, constructed from first principles of geometry, topology and logic. The combination of the two major paradigms used here, shape algebras and logic, is one which has been largely unexplored. The underlying interest is the development of generalized design modeling systems in which the components may be used for a variety of synthesis and recognition problems. The algebras of shape described by Stiny have been shown to be useful in the generation and analysis of designs. The generality of their representations, their non-reliance upon predetermined structure, and their use in combination provide a richness of expression lacking in more traditional representations. The use of formal logic as a specification tool for modeling spatial relations is investigated here. Logic has proven itself useful as a programming and specification tool, providing advantages over traditional procedural programming methods. Among those is the ability to specify the knowledge to be encapsulated in a model without the need to specify data manipulation procedures. It is argued that specification in logic provides a natural method of development. The model is developed by extending the formalisms of shape algebras with the use of logic to make more precise, generalized, parametric definitions of shape and spatial relations than has been previously possible. The value of such a model is demonstrated by the use of these generalized spatial relations for solving typical problems in the fields of geographic information systems and architecture. The advantages of the representations used over more traditional 'kit-of-parts' models is also illustrated.
series thesis:PhD
email
last changed 2003/02/12 22:37

_id avocaad_2001_02
id avocaad_2001_02
authors Cheng-Yuan Lin, Yu-Tung Liu
year 2001
title A digital Procedure of Building Construction: A practical project
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 In earlier times in which computers have not yet been developed well, there has been some researches regarding representation using conventional media (Gombrich, 1960; Arnheim, 1970). For ancient architects, the design process was described abstractly by text (Hewitt, 1985; Cable, 1983); the process evolved from unselfconscious to conscious ways (Alexander, 1964). Till the appearance of 2D drawings, these drawings could only express abstract visual thinking and visually conceptualized vocabulary (Goldschmidt, 1999). Then with the massive use of physical models in the Renaissance, the form and space of architecture was given better precision (Millon, 1994). Researches continued their attempts to identify the nature of different design tools (Eastman and Fereshe, 1994). Simon (1981) figured out that human increasingly relies on other specialists, computational agents, and materials referred to augment their cognitive abilities. This discourse was verified by recent research on conception of design and the expression using digital technologies (McCullough, 1996; Perez-Gomez and Pelletier, 1997). While other design tools did not change as much as representation (Panofsky, 1991; Koch, 1997), the involvement of computers in conventional architecture design arouses a new design thinking of digital architecture (Liu, 1996; Krawczyk, 1997; Murray, 1997; Wertheim, 1999). The notion of the link between ideas and media is emphasized throughout various fields, such as architectural education (Radford, 2000), Internet, and restoration of historical architecture (Potier et al., 2000). Information technology is also an important tool for civil engineering projects (Choi and Ibbs, 1989). Compared with conventional design media, computers avoid some errors in the process (Zaera, 1997). However, most of the application of computers to construction is restricted to simulations in building process (Halpin, 1990). It is worth studying how to employ computer technology meaningfully to bring significant changes to concept stage during the process of building construction (Madazo, 2000; Dave, 2000) and communication (Haymaker, 2000).In architectural design, concept design was achieved through drawings and models (Mitchell, 1997), while the working drawings and even shop drawings were brewed and communicated through drawings only. However, the most effective method of shaping building elements is to build models by computer (Madrazo, 1999). With the trend of 3D visualization (Johnson and Clayton, 1998) and the difference of designing between the physical environment and virtual environment (Maher et al. 2000), we intend to study the possibilities of using digital models, in addition to drawings, as a critical media in the conceptual stage of building construction process in the near future (just as the critical role that physical models played in early design process in the Renaissance). This research is combined with two practical building projects, following the progress of construction by using digital models and animations to simulate the structural layouts of the projects. We also tried to solve the complicated and even conflicting problems in the detail and piping design process through an easily accessible and precise interface. An attempt was made to delineate the hierarchy of the elements in a single structural and constructional system, and the corresponding relations among the systems. Since building construction is often complicated and even conflicting, precision needed to complete the projects can not be based merely on 2D drawings with some imagination. The purpose of this paper is to describe all the related elements according to precision and correctness, to discuss every possibility of different thinking in design of electric-mechanical engineering, to receive feedback from the construction projects in the real world, and to compare the digital models with conventional drawings.Through the application of this research, the subtle relations between the conventional drawings and digital models can be used in the area of building construction. Moreover, a theoretical model and standard process is proposed by using conventional drawings, digital models and physical buildings. By introducing the intervention of digital media in design process of working drawings and shop drawings, there is an opportune chance to use the digital media as a prominent design tool. This study extends the use of digital model and animation from design process to construction process. However, the entire construction process involves various details and exceptions, which are not discussed in this paper. These limitations should be explored in future studies.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id ddssar9611
id ddssar9611
authors de Gelder, Johan and Lucardie, Larry
year 1996
title Criteria for the Selection of Conceptual Modelling Languages for Knowledge Based Systems
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 In recent years knowledge is increasingly recognised as a critical production factor for organisations. Performance of activities such as designing, diagnosing, advising and decision making, depend on the availability and accessibility of knowledge. However, the increasing volume and complexity of knowledge endangers its availability and accessibility. By their knowledge processing competence, knowledge based systems containing a structured and explicit representation of knowledge, are expected to solve this problem. In the realisation of a knowledge based system, the phase in which a knowledge model is reconstructed through a conceptual language, is essential. Because the knowledge model has to be an adequate reflection of real-world knowledge, the conceptual language should not only offer sufficient expressiveness for unambiguous knowledge representation, but also provide facilities to validate knowledge on correctness, completeness and consistency. Furthermore, the language should supply facilities to be processed by a computer. This paper discusses fundamental criteria to select a conceptual language for modelling the knowledge of a knowledge based system. It substantiates the claim that the selection depends on the nature of the knowledge in the application domain. By analysing the nature of knowledge using the theory of functional object-types, a framework to compare, evaluate and select a conceptual language is presented. To illustrate the selection process, the paper describes the choice of a conceptual language of a knowledge based system for checking office buildings on fire-safety demands. In this application domain, the language formed by decision tables has been selected to develop the conceptual model. The paper provides an in-depth motivation why decision tables form the best language to model the knowledge in this case.
series DDSS
last changed 2003/08/07 16:36

_id 3905
authors Duffy, T.M. and Cunningham, D.J.
year 1996
title Constructivism: Implications for the design and delivery of instruction
source D.H. Jonassen, (Ed) Handbook of research for educational communications and technology, N.Y; Macmillan Library reference USA
summary This will be a seminar that examines Constructivist theory as it applies to our thinking about instruction. Many folks think of constructivism as a method of instruction -- it is not. It is a framework for thinking about learning or what it means to come to know. As such, it is a framework for understanding (interpreting) any learning environment as well as a framework for designing instruction. The seminar will be organized around weekly readings. We will examine the alternative constructivist theories, e.g., socio-cultural constructivism and cognitive constructivism, and the pragmatism of Richard Rorty. However, rather than focusing on the differences between these frameworks, our emphasis will be on the implications of the broader, common framework for the design of instruction. Hence we will spend most of the semester discussing strategies for designing and delivering instruction, e.g., the work of Bransford, Collins, Pea, Jonassen, Spiro, Fosnot, Senge, and Schank. We will consider both business and schooling environments for learning -- there is significant work in both domains. There will be particular emphasis of the use of technology in instruction. We will look at the communication, information, and context providing roles of technology as contrasted to the traditional approach of using technology to deliver instruction (to teach). We will also pay particular attention to problem based learning as one instructional model. In PBL there is particular emphasis on the role of the facilitator as a learning coach (process orientation) as opposed to a content provider. There is also a particular emphasis on supporting the development of abductive reasoning skills so that the learner develops the ability to be an effective problem solver in the content domain. The major paper/project for the course will be the design of instruction to train individuals to be learning coaches in a problem based learning or goal based scenario learning environment. That is, how do you support teachers in adapting the role of learning coach (which, of course, requires us to understand what it means to be a learning coach). Design teams will be formed with the teams all working on this same design problem. A comprehensive prototype of the learning environment is required as well as a paper provide the theoretical framework and rationale for the design strategy. While not required, I would expect that computer technology will play a significant role in the design of your learning environment. With that in mind, let me note that it is not required that the prototype be delivered on the computer, i.e., I am not requiring programming skills but rather design skills and so "storyboards" is all that is required.
series other
last changed 2003/04/23 15:14

_id f5ee
authors Erhorn, H., De Boer, J. and Dirksmueller, M.
year 1997
title ADELINE, an Integrated Approach to Lighting Simulation
source Proceedings of Right Light 4, 4th European Conference on Energy-Efficient Lighting, pp.99-103
summary The use of daylighting and artificial lighting simulation programs to calculate complex systems and models in the design practice often is impeded by the fact that the operation of these programs, especially the model input, is extremely complicated and time-consuming. Programs that are easier to use generally do not show the calculation capabilities required in practice. A second obstacle arises as the lighting calculations often do not allow any statements regarding the interactions with the energetic and thermal building performance. Both problems are mainly due to a lacking integration of the design tools of other building design practitioners as well as due to insufficient user interfaces. The program package ADELINE (Advanced Daylight and Electric Lighting Integrated New Environment) being available since May 1996 as completely revised version 2.0 presents a promising approach to solve these problems. This contribution describes the approaches and methods used within the international project IEA Task 21 for a further development of the ADELINE system. Aim of this work is a further improvement of user interfaces based on the inclusion of new dialogs and on a portation of the program system from MS-DOS to the Windows NT platform. Additional focus is laid on the use of recent developments in the field of information technology and experiences gained in other projects on integrated building design systems, like for example EU-COMBINE, in a pragmatical way. An integrated building design system with open standardized interfaces is to be achieved inter alia by using ISOSTEP formats, database technologies and a consequent, object-oriented design.
series other
last changed 2003/04/23 15:50

_id db00
authors Espina, Jane J.B.
year 2002
title Base de datos de la arquitectura moderna de la ciudad de Maracaibo 1920-1990 [Database of the Modern Architecture of the City of Maracaibo 1920-1990]
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 133-139
summary Bases de datos, Sistemas y Redes 134The purpose of this report is to present the achievements obtained in the use of the technologies of information andcommunication in the architecture, by means of the construction of a database to register the information on the modernarchitecture of the city of Maracaibo from 1920 until 1990, in reference to the constructions located in 5 of Julio, Sectorand to the most outstanding planners for its work, by means of the representation of the same ones in digital format.The objective of this investigation it was to elaborate a database for the registration of the information on the modernarchitecture in the period 1920-1990 of Maracaibo, by means of the design of an automated tool to organize the it datesrelated with the buildings, parcels and planners of the city. The investigation was carried out considering three methodologicalmoments: a) Gathering and classification of the information of the buildings and planners of the modern architectureto elaborate the databases, b) Design of the databases for the organization of the information and c) Design ofthe consultations, information, reports and the beginning menu. For the prosecution of the data files were generated inprograms attended by such computer as: AutoCAD R14 and 2000, Microsoft Word, Microsoft PowerPoint and MicrosoftAccess 2000, CorelDRAW V9.0 and Corel PHOTOPAINT V9.0.The investigation is related with the work developed in the class of Graphic Calculation II, belonging to the Departmentof Communication of the School of Architecture of the Faculty of Architecture and Design of The University of the Zulia(FADLUZ), carried out from the year 1999, using part of the obtained information of the works of the students generatedby means of the CAD systems for the representation in three dimensions of constructions with historical relevance in themodern architecture of Maracaibo, which are classified in the work of The Other City, generating different types ofisometric views, perspectives, representations photorealistics, plants and facades, among others.In what concerns to the thematic of this investigation, previous antecedents are ignored in our environment, and beingthe first time that incorporates the digital graph applied to the work carried out by the architects of “The Other City, thegenesis of the oil city of Maracaibo” carried out in the year 1994; of there the value of this research the field of thearchitecture and computer science. To point out that databases exist in the architecture field fits and of the design, alsoweb sites with information has more than enough architects and architecture works (Montagu, 1999).In The University of the Zulia, specifically in the Faculty of Architecture and Design, they have been carried out twoworks related with the thematic one of database, specifically in the years 1995 and 1996, in the first one a system wasdesigned to visualize, to classify and to analyze from the architectural point of view some historical buildings of Maracaiboand in the second an automated system of documental information was generated on the goods properties built insidethe urban area of Maracaibo. In the world environment it stands out the first database developed in Argentina, it is the database of the Modern andContemporary Architecture “Datarq 2000” elaborated by the Prof. Arturo Montagú of the University of Buenos Aires. The general objective of this work it was the use of new technologies for the prosecution in Architecture and Design (MONTAGU, Ob.cit). In the database, he intends to incorporate a complementary methodology and alternative of use of the informationthat habitually is used in the teaching of the architecture. When concluding this investigation, it was achieved: 1) analysis of projects of modern architecture, of which some form part of the historical patrimony of Maracaibo; 2) organized registrations of type text: historical, formal, space and technical data, and graph: you plant, facades, perspectives, pictures, among other, of the Moments of the Architecture of the Modernity in the city, general data and more excellent characteristics of the constructions, and general data of the Planners with their more important works, besides information on the parcels where the constructions are located, 3)construction in digital format and development of representations photorealistics of architecture projects already built. It is excellent to highlight the importance in the use of the Technologies of Information and Communication in this investigation, since it will allow to incorporate to the means digital part of the information of the modern architecturalconstructions that characterized the city of Maracaibo at the end of the XX century, and that in the last decades they have suffered changes, some of them have disappeared, destroying leaves of the modern historical patrimony of the city; therefore, the necessity arises of to register and to systematize in digital format the graphic information of those constructions. Also, to demonstrate the importance of the use of the computer and of the computer science in the representation and compression of the buildings of the modern architecture, to inclination texts, images, mapping, models in 3D and information organized in databases, and the relevance of the work from the pedagogic point of view,since it will be able to be used in the dictation of computer science classes and history in the teaching of the University studies of third level, allowing the learning with the use in new ways of transmission of the knowledge starting from the visual information on the part of the students in the elaboration of models in three dimensions or electronic scalemodels, also of the modern architecture and in a future to serve as support material for virtual recoveries of some buildings that at the present time they don’t exist or they are almost destroyed. In synthesis, the investigation will allow to know and to register the architecture of Maracaibo in this last decade, which arises under the parameters of the modernity and that through its organization and visualization in digital format, it will allow to the students, professors and interested in knowing it in a quicker and more efficient way, constituting a contribution to theteaching in the history area and calculation. Also, it can be of a lot of utility for the development of future investigation projects related with the thematic one and restoration of buildings of the modernity in Maracaibo.
keywords database, digital format, modern architecture, model, mapping
series SIGRADI
email
last changed 2016/03/10 09:51

_id 1d05
authors Finch, E.F., Flanagan, R. and Marsh, L.E.
year 1996
title Electronic document management in construction using auto-ID
source Automation in Construction 5 (4) (1996) pp. 313-321
summary The construction process relies upon the effective management of a variety of project information including drawings; specifications; bills of quantities; and other technical data. The method of information transfer determines the ease with which information can be assimilated and used in the construction process. Despite the widespread use of computers for the generation of project information, hard copy documentation remains the primary method of information transfer within the construction industry. Electronic Document Management (EDM) systems offer a level of control over information flow within the construction process, whether documents are in hard copy or in electronic format. However, many of the existing methods of information transfer undermine the performance of EDM systems in two respects; (1) they require the user to re-enter information to register incoming documents into a data base; (2) they cannot interpret and manipulate information contained in or supporting the document. This paper describes a method of bar coding hard copy drawings in order to electronically transfer document information from designer to contractor. This approach is designed to improve the functionality of EDM systems where hard copy documents predominate. The paper also considers the requirements for bar code application standards which would further improve the data exchange process concerning documents.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_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 ddss2008-02
id ddss2008-02
authors Gonçalves Barros, Ana Paula Borba; Valério Augusto Soares de Medeiros, Paulo Cesar Marques da Silva and Frederico de Holanda
year 2008
title Road hierarchy and speed limits in Brasília/Brazil
source H.J.P. Timmermans, B. de Vries (eds.) 2008, Design & Decision Support Systems in Architecture and Urban Planning, ISBN 978-90-6814-173-3, University of Technology Eindhoven, published on CD
summary This paper aims at exploring the theory of the Social Logic of Space or Space Syntax as a strategy to define parameters of road hierarchy and, if this use is found possible, to establish maximum speeds allowed in the transportation system of Brasília, the capital city of Brazil. Space Syntax – a theory developed by Hillier and Hanson (1984) – incorporates the space topological relationships, considering the city shape and its influence in the distribution of movements within the space. The theory’s axiality method – used in this study – analyses the accessibility to the street network relationships, by means of the system’s integration, one of its explicative variables in terms of copresence, or potential co-existence between the through-passing movements of people and vehicles (Hillier, 1996). One of the most used concepts of Space Syntax in the integration, which represents the potential flow generation in the road axes and is the focus of this paper. It is believed there is a strong correlation between urban space-form configuration and the way flows and movements are distributed in the city, considering nodes articulations and the topological location of segments and streets in the grid (Holanda, 2002; Medeiros, 2006). For urban transportation studies, traffic-related problems are often investigated and simulated by assignment models – well-established in traffic studies. Space Syntax, on the other hand, is a tool with few applications in transport (Barros, 2006; Barros et al, 2007), an area where configurational models are considered to present inconsistencies when used in transportation (cf. Cybis et al, 1996). Although this is true in some cases, it should not be generalized. Therefore, in order to simulate and evaluate Space Syntax for the traffic approach, the city of Brasília was used as a case study. The reason for the choice was the fact the capital of Brazil is a masterpiece of modern urban design and presents a unique urban layout based on an axial grid system considering several express and arterial long roads, each one with 3 to 6 lanes,
keywords Space syntax, road hierarchy
series DDSS
last changed 2008/09/01 17:06

_id 1aa5
authors Huangb, X., Gub, P. and Zernickea, R.
year 1996
title Localization and comparison of two free-form surfaces
source Computer-Aided Design, Vol. 28 (12) (1996) pp. 1017-1022
summary Comparison of two free-form surfaces based on discrete data points is of paramount importance for reverse engineering. It can be used to assess the accuracy of the reconstructed surfaces and to quantify thedifference between two such surfaces. The entire process involves three main steps: data acquisition, 3D feature localization and quantitative comparison. This paper presents models and algorithms for 3D featurelocalization and quantitative comparison. Complex free-form surfaces are represented by bicubic parametric spline surfaces using discrete points. A simple yet effective pseudoinverse algorithm was developed andimplemented for localization. It consists of two iterative operations, namely, constructing a pseudo transformation matrix and point matching. A computing algorithm was developed to compare two such surfacesusing optimization techniques. Since this approach does not involve solving non-linear equations for the parameters of positions and orientations, it is fast and robust. The algorithm was implemented and testedwith several examples. It is effective and can be used in industry for sculptured surface comparison.
keywords Free-Form Sculptured Surface, Localization, Point Matching, Surface Comparison
series journal paper
last changed 2003/05/15 21:33

_id f251
authors Hui-Ping, T., Veeramani, D., Kunigahalli, R. and Russell, J.S.
year 1996
title OPSALC: A computer-integrated operations planning system for autonomous landfill compaction
source Automation in Construction 5 (1) (1996) pp. 39-50
summary Construction workers and operators associated with sanitary waste landfilling operations face significant health risks because of high levels of exposure to harmful solids and gases. Automation of the spreading and compacting processes of a landfilling operation using an autonomous compactor can reduce exposure of workers to the harmful environment, and thereby lead to improved safety of workers. This paper describes a computer-integrated operations planning system that facilitates (1) the design of landfill cells and (2) the generation of area-covering path plans for spreading and compaction processes by the autonomous compactor. The partitioning of a given landfill site into three-dimensional cells is accomplished by a recursive spatial decomposition technique in which the cell sizes are determined using a probabilistic model for waste generation. A recursive sub-division of each cell into monominoes facilitates the system to automatically deal with any differences between the actual amount of waste generated on a particular day and the amount predicted by the probabilistic model. The partitioned configuration of the landfill site is used to generate the path plan for the autonomous compactor using three motion models, namely straight-up, straight-down, and zig-zag. The computer-integrated system is implemented using PHIGS graphics standard and MOTIF toolkit with C-program binding.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id fb63
id fb63
authors Jabi, Wassim
year 1996
title An Outline of the Requirements for a Computer-Supported Collaborative Design System
source Open House International, vol 21, no 1, March 1996
summary Computer-Aided Architectural Design (CAAD) systems have adequately satisfied several needs so far. They have dramatically improved the accuracy and consistency of working drawings, enabled designers to visualize their design ideas in three-dimensions, allowed the analysis of designs through data exchange and integrated databases, and even allowed the designers to evaluate (and in some cases generate) designs based on comparisons to previous cases and/or the formalization of grammars. Yet, there is a consensus that CAAD systems have not yet achieved their full potential. First, most systems employ a single-user approach to solving architectural problems which fails to grapple with the fact that most design work is done through teamwork. Second, current systems still can not support early design stages which involve client briefing, data collection, building program formulation, and schematic design generation. This paper seeks to study remedies to both of the afore-mentioned limitations through focusing on the fundamental dialectic and collaborative nature of what is called designing: a concerned social activity that proceeds by creating architectural elements to address a set of requirements and their re-thinking as a result of architectural conjecture. To investigate this relationship, it is proposed to build a computer-supported collaborative design environment using the tools of conceptual modeling, object-oriented algorithms, and distributed agents. Based on findings regarding the role of artifacts in collaborative design and a literature survey, this paper concludes with an outline of the requirements for the above system.
series journal paper
type normal paper
email
last changed 2008/06/12 16:34

For more results click below:

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