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 467

_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 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 af53
authors Boyer, E. and Mitgang, L.
year 1996
title Building community: a new future for architecture education and practice
source Carnegie Foundation for the Advancement of Teaching
summary Internships, before and after graduation, are the most essential link connecting students to the world of practice. Yet, by all accounts, internship is perhaps the most troubled phase of the continuing education of architects. During this century, as architectural knowledge grew more complex, the apprenticeship system withered away and schools assumed much of the responsibility for preparing architects for practice. However, schools cannot do the whole job. It is widely acknowledged that certain kinds of technical and practical knowledge are best learned in the workplace itself, under the guidance of experienced professionals. All state accrediting boards require a minimum period of internship-usually about three years-before a person is eligible to take the licensing exam. The National Council of Architectural Registration Boards (NCARB) allows students to earn up to two years of work credit prior to acquisition of an accredited degree. The Intern Development Program (IDP), launched by NCARB and the American Institute of Architects in 1979, provides the framework for internship in some forty states. The program was designed to assure that interns receive adequate mentoring, that experiences are well-documented, and that employers and interns allocate enough time to a range of educational and vocational experiences to prepare students for eventual licensure. As the IDP Guidelines state, "The shift from school to office is not a transition from theory to pragmatism. It is a period when theory merges with pragmatism.... It's a time when you: apply your formal education to the daily realities of architectural practice; acquire comprehensive experience in basic practice areas; explore specialized areas of practice; develop professional judgment; continue your formal education in architecture; and refine your career goals." Whatever its accomplishments, however, we found broad consensus that the Intern Development Program has not, by itself, solved the problems of internship. Though we found mutually satisfying internship programs at several of the firms we visited or heard about around the country, at many others interns told us they were not receiving the continuing education and experience they needed. The truth is that architecture has serious, unsolved problems compared with other fields when it comes to supplying on-the-job learning experiences to induct students into the profession on a massive scale. Medicine has teaching hospitals. Beginning teachers work in actual classrooms, supported by school taxes. Law offices are, for the most part, in a better financial position to support young lawyers and pay them living wages. The architecture profession, by contrast, must support a required system of internship prior to licensure in an industry that has neither the financial resources of law or medicine, the stability and public support of teaching, nor a network of locations like hospitals or schools where education and practice can be seamlessly connected. And many employers acknowledged those problems. "The profession has all but undermined the traditional relationship between the profession and the academy," said Neil Frankel, FAIA, executive vice president of Perkins & Will, a multinational firm with offices in New York, Chicago, Washington, and London. "Historically, until the advent of the computer, the profession said, 'Okay, go to school, then we in the profession will teach you what the real world is like.' With the coming of the computer, the profession needed a skill that students had, and has left behind the other responsibilities." One intern told us she had been stuck for months doing relatively menial tasks such as toilet elevations. Another intern at a medium-sized firm told us he had been working sixty to seventy hours per week for a year and a half. "Then my wife had a baby and I 'slacked off' to fifty hours. The partner called me in and I got called on the carpet for not working hard enough." "The whole process of internship is being outmoded by economics," one frustrated intern told us. "There's not the time or the money. There's no conception of people being groomed for careers. The younger staff are chosen for their value as productive workers." "We just don't have the best structure here to use an intern's abilities to their best," said a Mississippi architect. "The people who come out of school are really problems. I lost patience with one intern who was demanding that I switch him to another section so that he could learn what he needed for his IDP. I told him, 'It's not my job to teach you. You are here to produce.'" What steps might help students gain more satisfying work opportunities, both during and after graduation?
series other
last changed 2003/04/23 15:14

_id b4c4
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2000
title A framework for an Architectural Collaborative Design
doi https://doi.org/10.52842/conf.ecaade.2000.057
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 57-60
summary The building industry involves a larger number of disciplines, operators and professionals than other industrial processes. Its peculiarity is that the products (building objects) have a number of parts (building elements) that does not differ much from the number of classes into which building objects can be conceptually subdivided. Another important characteristic is that the building industry produces unique products (de Vries and van Zutphen, 1992). This is not an isolated situation but indeed one that is spreading also in other industrial fields. For example, production niches have proved successful in the automotive and computer industries (Carrara, Fioravanti, & Novembri, 1989). Building design is a complex multi-disciplinary process, which demands a high degree of co-ordination and co-operation among separate teams, each having its own specific knowledge and its own set of specific design tools. Establishing an environment for design tool integration is a prerequisite for network-based distributed work. It was attempted to solve the problem of efficient, user-friendly, and fast information exchange among operators by treating it simply as an exchange of data. But the failure of IGES, CGM, PHIGS confirms that data have different meanings and importance in different contexts. The STandard for Exchange of Product data, ISO 10303 Part 106 BCCM, relating to AEC field (Wix, 1997), seems to be too complex to be applied to professional studios. Moreover its structure is too deep and the conceptual classifications based on it do not allow multi-inheritance (Ekholm, 1996). From now on we shall adopt the BCCM semantic that defines the actor as "a functional participant in building construction"; and we shall define designer as "every member of the class formed by designers" (architects, engineers, town-planners, construction managers, etc.).
keywords Architectural Design Process, Collaborative Design, Knowledge Engineering, Dynamic Object Oriented Programming
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id cfbb
authors Fiedziukiewicz, Danuta
year 1996
title Some Aspects of Creation in the Network Space
source CAD Creativeness [Conference Proceedings / ISBN 83-905377-0-2] Bialystock (Poland), 25-27 April 1996 pp. 73-78
summary This paper describes a few questions existing on abstract level, on issues of communication and collaboration in computer aided design. The work is centered around chosen emerging design situations which can be attributed directly to the incorporation of new technologies in traditional creation and practise. One of this is the ,design triangle" composed of a traditional designer, a CAD workstation and a computer literate collaborator acting as the design medium. Another is the ,virtual workshop" consisting of design collaboration involving large-scale distributed communications networks.
series plCAD
last changed 1999/04/09 15:30

_id 6153
authors Korbel, Wojciech
year 1996
title The Present and Future, Development of CAD Exploration in the Office of City’s Architect
source CAD Creativeness [Conference Proceedings / ISBN 83-905377-0-2] Bialystock (Poland), 25-27 April 1996 pp. 147-157
summary The usage of computer as a standard tool for an architect became obvious in the past few years. Late 90's along with their rapid development of technology, followed by the growing amount of computer hardware on the market /constantly better and cheaper at the same time/ caused the big changes in the possibilities of project's presentation. The lack of necessary memory to perform proper calculations for high quality rendered images no longer exists. The question raised most commonly by all leading computer software producers concerns the amount of time in which those calculations can be carried out. The race continues while once again, the price of already existing hardware drops rapidly. All these facts make computer more accessible for a potential user such as an architect. Additionally CAD programmers try to make programs as friendly as possible, reducing constantly the amount of time required to learn the program, at least at its bases. As the result, in the next few years, computer may become a standard, at least in some ways of project's presentation. Once again we may face the problem, when the everyday life goes far beyond the expectations. The question appears, how can all kinds of architectural authorities be prepared for constant changes in this field.
series plCAD
last changed 1999/04/09 15:30

_id 8ee5
authors Koutamanis, A., Mitossi, V.
year 1996
title SIMULATION FOR ANALYSIS: REQUIREMENTS FROM ARCHITECTURAL DESIGN
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary Computerization has been a positive factor in the evolution of both kinds of analysis with respect to cost, availability and efficiency. Knowledge-based systems offer an appropriate implementation environment for normative analysis which can be more reliable and economical than evaluation by human experts. Perhaps more significant is the potential of interactive computer simulation where designs can be examined intuitively in full detail and at the same time by quantitative models. The advantages of this coupling are evident in the achievements of scientific visualization. Another advantage of computational systems is that the analysis can be linked to the design representation, thereby adding feedback to the conventional visualization of designs in drawing and modeling systems. Such connections are essential for the development of design guidance systems capable of reflecting consequences of partial inadequacies or changes to other aspects in a transparent and meaningful network of design constraints.

The possibilities of computer simulation also extend to issues inadequately covered by normative analysis and in particular to dynamic aspects of design such as human movement and circulation. The paper reports on a framework for addressing two related problems, (a) the simulation of fire escape from buildings and (b) the simulation of human movement on stairs. In both cases we propose that current evaluation techniques and the underlying design norms are too abstract to offer a measure of design success, as testified by the number of fatal accidents in fires and on stairs. In addition, fire escape and stair climbing are characterized by great variability with respect to both the form of the possible designs and the profiles of potential users. This suggests that testing prototypical forms by typical users and publishing the results as new, improved norms is not a realistic proposition for ensuring a global solution. Instead, we should test every design individually, within its own context. The development of an affordable, readily available system for the analysis and evaluation of aspects such as fire escape and stair safety can be based on the combination of the technologies of virtual reality and motion capture. Testing of a design by a number of test people in an immersion space provides not only intuitive evaluations by actual users but also quantitative data on the cognitive and proprioceptive behaviour of the test people. These data can be compiled into profiles of virtual humans for further testing of the same or related designs.

keywords Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:40

_id 39fb
authors Langton, C.G.
year 1996
title Artificial Life
source Boden, M. A. (1996). The Philosophy of Artificial Life, 39-94.New York and Oxford: Oxford University Press
summary Artificial Life contains a selection of articles from the first three issues of the journal of the same name, chosen so as to give an overview of the field, its connections with other disciplines, and its philosophical foundations. It is aimed at those with a general background in the sciences: some of the articles assume a mathematical background, or basic biology and computer science. I found it an informative and thought-provoking survey of a field around whose edges I have skirted for years. Many of the articles take biology as their starting point. Charles Taylor and David Jefferson provide a brief overview of the uses of artificial life as a tool in biology. Others look at more specific topics: Kristian Lindgren and Mats G. Nordahl use the iterated Prisoner's Dilemma to model cooperation and community structure in artificial ecosystems; Peter Schuster writes about molecular evolution in simplified test tube systems and its spin-off, evolutionary biotechnology; Przemyslaw Prusinkiewicz presents some examples of visual modelling of morphogenesis, illustrated with colour photographs; and Michael G. Dyer surveys different kinds of cooperative animal behaviour and some of the problems synthesising neural networks which exhibit similar behaviours. Other articles highlight the connections of artificial life with artificial intelligence. A review article by Luc Steels covers the relationship between the two fields, while another by Pattie Maes covers work on adaptive autonomous agents. Thomas S. Ray takes a synthetic approach to artificial life, with the goal of instantiating life rather than simulating it; he manages an awkward compromise between respecting the "physics and chemistry" of the digital medium and transplanting features of biological life. Kunihiko Kaneko looks to the mathematics of chaos theory to help understand the origins of complexity in evolution. In "Beyond Digital Naturalism", Walter Fontana, Guenter Wagner and Leo Buss argue that the test of artificial life is to solve conceptual problems of biology and that "there exists a logical deep structure of which carbon chemistry-based life is a manifestation"; they use lambda calculus to try and build a theory of organisation.
series other
last changed 2003/04/23 15:14

_id e7e0
authors Watanabe, Shun
year 1996
title Computer Literacy in Design Education
doi https://doi.org/10.52842/conf.caadria.1996.001
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 1-10
summary Many Schools of Architecture in Japan installed many computers in their class rooms, and have already begun courses for CAAD skill. But in many cases, few teachers make their efforts for this kind of education personally. Having limited staff prevents one from making the global program of design education by using computers.

On the other hand, only teaching how to use individual CAD/CG software in architectural and urban design is already out of date in education. Students will be expected to adapt themselves to the coming multi-media society. For example, many World Wide Web services were started commercially and the Internet has become very familiar within the last year. But I dare to say that a few people can enjoy Internet services actually in schools of Architecture and construction companies.

Students should be brought up to improve their ability of analysing, planning and designing by linking various software technologies efficiently in the word-wide network environment and using them at will. In future design education, we should teach that computers can be used not only as a presentation media of architectural form, but also as a simulation media of architectural and urban design from various points of view.

The University of Tsukuba was established about 25 years ago, and its system is different from the other universities in Japan. In comparison with other faculties of Architecture and Urban Planning, our Faculty is very multi-disciplinary, and ability of using computers has been regarded as the essential skill of foundation. In this paper, I will introduce how CAAD education is situated in our global program, and discuss the importance of computer literacy in architectural and urban design education.

keywords Computer Literacy, Design Education, CAD, Internet
series CAADRIA
last changed 2022/06/07 07:58

_id cb99
authors Ozel, F. and McIntosh, P.
year 1997
title Introduction
source Automation in Construction 6 (4) (1997) pp. 263-264
summary this special issue of Automation in Construction publishes a revised subset of papers originally presented at the 1996 Annual conference of the Association for Computer-Aided Design in Architecture (ACADIA) held october 31 to November 2, 1996, at the University of Ariona College of Architecture in Tucson, Arizona. The title of the conference, Design Computation: Collaboration, Reasoning, Pedagogy, provides a framework in which to explore current research in architectural computing. Design computation is the overall context and is intended to suggest a broader scope than a term such as computeraided design. Collaboration and reasoning reflect current major preoccupations in the area, while pedagogy is a persistent interest of many of the memers of ACADIA. The papers chosen for this special journal edition address these themes. Few of the papers reflect just one of these themes. Though each has its own particular, explicitly stated focus, most address more than one of the themes. As a group, the papers display a range of variations.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id a62f
authors Stöckli, Tobi
year 1996
title IS ARCHITECTURE GOING TO RECONCILE BASIC VALUES?
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary The title “Real Reality” provokes immediate reactions. There is more than one reality. Therefore we have to talk about realities and we will confront you with a few, but important, aspects which influence our work, both as architects and as teachers. The built environment all over Europe is the result of an enormous growth in the last 50 years. During this period, in Switzerland around 65 % of our building were produced. In countries, which were devastated by World-War-II the percentage must be even higher.
keywords Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:46

_id ascaad2004_paper11
id ascaad2004_paper11
authors Abdelfattah, Hesham Khairy and Ali A. Raouf
year 2004
title No More Fear or Doubt: Electronic Architecture in Architectural Education
source eDesign in Architecture: ASCAAD's First International Conference on Computer Aided Architectural Design, 7-9 December 2004, KFUPM, Saudi Arabia
summary Operating electronic and Internet worked tools for Architectural education is an important, and merely a prerequisite step toward creating powerful tele-collabortion and tele-research in our Architectural studios. The design studio, as physical place and pedagogical method, is the core of architectural education. The Carnegie Endowment report on architectural education, published in 1996, identified a comparably central role for studios in schools today. Advances in CAD and visualization, combined with technologies to communicate images, data, and “live” action, now enable virtual dimensions of studio experience. Students no longer need to gather at the same time and place to tackle the same design problem. Critics can comment over the network or by e-mail, and distinguished jurors can make virtual visits without being in the same room as the pin-up—if there is a pin-up (or a room). Virtual design studios (VDS) have the potential to support collaboration over competition, diversify student experiences, and redistribute the intellectual resources of architectural education across geographic and socioeconomic divisions. The challenge is to predict whether VDS will isolate students from a sense of place and materiality, or if it will provide future architects the tools to reconcile communication environments and physical space.
series ASCAAD
email
last changed 2007/04/08 19:47

_id 63e6
authors Af Klercker, Jonas
year 1996
title Visualisation for Clients - One Example of Educating CAAD for Practice
doi https://doi.org/10.52842/conf.ecaade.1996.017
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 17-24
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 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
doi https://doi.org/10.52842/conf.ecaade.2001.080
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 80-85
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 a573
authors Cicognani, Anna
year 1996
title Thinking Beyond
doi https://doi.org/10.52842/conf.ecaade.1996.087
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 87-98
summary If the new generation of architects is in need of tools, then we can consider ourselves lucky. On the market there are as many CAD systems as we would be able to learn and use in more than a Curriculum of a School of Architecture. On the other hand, being able to use the tools doesn't mean being able to produce good designs. It is often pointed out how much buildings designed by CAD systems look strangely similar. In the challenge of education, in Schools of Architecture, we need to help students to think beyond the tools themselves. This can be done with, for example, Virtual Design Studios and MUDs/MOOs, in which students can practise their architectural skills and adapt the tools to their design, instead of vice versa. This paper is a description of some attempts in educating how to think beyond tools in design tasks.

series eCAADe
email
more http://www.arch.su.edu.au/~anna
last changed 2022/06/07 07:56

_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 eb51
authors Coyne, Richard
year 1996
title CAAD, Curriculum and Controversy
doi https://doi.org/10.52842/conf.ecaade.1996.121
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 121-130
summary This paper brings some of the debate within educational theory to bear on CAAD teaching, outlining the contributions of conservatism, critical theory, radical hermeneutics and pragmatism. The paper concludes by recommending that CAAD teaching move away from conservative concepts of teaching, design and technology to integrate it into the studio. In a highly illuminating book on education theory, Shaun Gallagher (1991) outlines four current views on education that correspond to four major positions in contemporary social theory and philosophy. I will extend these categories to a consideration of attitudes to information technology, and the teaching of computing in architecture. These four positions are conservatism, critical theory, radical hermeneutics, and pragmatism. I will show how certain issues cluster around them, how each position provides the focus of various discursive practices, or intellectual conversations in contemporary thinking, and how information technology is caught up in those conversations. These four positions are not "cognitive styles," but vigorously argued domains of debate involving writers such as Gadamer, Habermas and Derrida about the theory of interpretation. The field of interpretation is known as hermeneutics, which is concerned less with epistemology and knowledge than with understanding. Interpretation theory applies to reading texts, interpreting the law, and appreciating art, but also to the application of any practical task, such as making art, drawing, defining and solving problems, and design (Coyne and Snodgrass, 1995). Hermeneutics provides a coherent focus for considering many contemporary issues and many domains of practice. I outline what these positions in education mean in terms of CAAD (computer-aided architectural design) in the curriculum.

series eCAADe
email
more http://www.caad.ac.uk/~richard
last changed 2022/06/07 07:56

_id 5e49
authors Deering, Michael F.
year 1996
title HoloSketch: A Virtual Reality Sketching/Animation Tool Special Issue on Virtual Reality Software and Technology
source Transactions on Computer-Human Interaction 1995 v.2 n.3 pp. 220-238
summary This article describes HoloSketch, a virtual reality-based 3D geometry creation and manipulation tool. HoloSketch is aimed at providing nonprogrammers with an easy-to-use 3D "What-You-See-Is-What-You-Get" environment. Using head-tracked stereo shutter glasses and a desktop CRT display configuration, virtual objects can be created with a 3D wand manipulator directly in front of the user, at very high accuracy and much more rapidly than with traditional 3D drawing systems. HoloSketch also supports simple animation and audio control for virtual objects. This article describes the functions of the HoloSketch system, as well as our experience so far with more-general issues of head-tracked stereo 3D user interface design.
keywords Computer Graphics; Picture/Image Generation; Display Algorithms; Computer Graphics; Three-Dimensional Graphics and Realism; Human Factors; 3D Animation; 3D Graphics; Graphics Drawing Systems; Graphics Painting Systems; Man-Machine Interface; Virtual Reality
series other
last changed 2002/07/07 16:01

_id ddssup9605
id ddssup9605
authors Demir, Yuksel
year 1996
title A Design & Decision Support System Proposal for Housing
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 The subject of this study is to develop an information management system integrating all the related specialists and sources of information virtually from all related fields in building sector (housing) of Turkey; including design, production, construction, marketing, research. The application field has been chosen as housing for having a contribution to the existing housing problem. Although the subject of architecture is one : "the building", the specialists taking place during the lifetime of a building (from design, to destruction) are numerous. Moreover the links between practitioners, academicians, industry are missing Conventional methods, technology are expensive, time consuming. and insufficient to establish and maintain a healthy coordination between these contributors (mainly the design team and all the other related persons, institutions etc.). This has a strong negative effect on the concepts of "wholeness " and "integrity". The result is a built environment which is lacking significant qualities, while the money has been spent is even much more than required for a proper result. This means the loss of a considerable amount of resources. Especially in a country, which has to build thousands of houses each year, for low income groups, the efficient use of the limited sources becomes more essential. Though the potential user range of the system may include constructors, contractors, building element / material producers and retailers, surveyors, institutions, universities, the main user is aimed to be the architect. The system is aimed to support designers to deal with "complexity" without neglecting the concept of "wholeness". Within the study, the problems which became a stimulus for the development of this system will be investigated. The philosophical base, structure and the possible advantages of the proposal will be discussed.
keywords Design & Decision Support Systems, Information Technology, Information Management, Holistic View of Approach, Specialization
series DDSS
last changed 2003/08/07 16:36

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