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 440

_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 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 ce2c
id ce2c
authors McCall, Raymond and Johnson, Erik
year 1996
title Argumentative Agents as Catalysts of Collaboration in Design
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 155-163
doi https://doi.org/10.52842/conf.acadia.1996.155
summary Since the 1970s we have created hypertext systems supporting Rittel's argumentative approach to design. Our efforts aim at improving design by encouraging argumentative—i.e., reasoned—discourse during projects. Despite the intrinsically group-oriented character of the argumentative approach, all of our past prototypes were single-user systems. The project reported on here is the first in which we aim at supporting argumentation in group projects. To do this, we augmented our PHIDIAS hyperCAD system to shows how argumentative agents can initiate and sustain productive collaboration in design. These agents catalyze collaboration among designers working at different times and/or places by 1) detecting overlaps in the concerns of different participants in a design process, including conflict and support relationships, 2) notifying these people of these overlapping concerns, and 3) enabling asynchronous communication among these people to deal collaboratively with the overlaps. We call these agents argumentative because they represent different personal and professional viewpoints in design and because they promote argumentative discourse among designers about various issues. In addition to identifying and dealing with crucial problems of coordination and collaboration, argumentative agents enable the capture of important design rationale in the form of communication among project participants about these crucial problems.
series ACADIA
email
last changed 2022/06/07 07:59

_id c204
authors Aleksander Asanowicz
year 1996
title Teaching and Learning - Full Brainwash
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 51-54
doi https://doi.org/10.52842/conf.ecaade.1996.051
summary We often speak of changes in design process due to an application of computers. But in my opinion we more often rather speak of lack of changes. Lets hope that some day we will be able to witness full integrity and compatibility of design process and tools applied in it. Quite possible such an integrity may occur in the cyberspace. Nevertheless before that could happen some changes within the teaching methods at faculties of architecture, where despite great numbers of computer equipment used, the students are still being taught as in the XIX century. In terms of achieved results it proves ineffective because application of chalk and blackboard only will always loose to new media, which allow visual perception of dinosaurs in Jurassic Park. Our civilisation is the iconographic one. And that is why teaching methods are about to change. An application of computer as simply a slide projector seems to be way too expensive. New media demands new process and new process demands new media. Lets hope that could be achieved in cyberspace as being a combination of: classic ways of teaching, hypertext, multimedia, virtual reality and a new teaching methodology (as used in Berlitz English School - full brainwash). At our faculty several years ago we experimentally undertook and applied an Integrated Design Teaching Method. A student during design process of an object simultaneously learnt all aspects and functions of the object being designing i.e.: its structure, piping and wiring, material cost and even historic evolution of its form and function. Unfortunately that concept was too extravagant as for the seventies in our reality. At present due to wide implementation of new media and tools in design process we come to consider reimplementation of IDTM again.
series eCAADe
email
last changed 2022/06/07 07:54

_id 1fb3
authors Akin, O., Cumming, M., Shealey, M. and Tuncer, B.
year 1997
title An electronic design assistance tool for case-based representation of designs
source Automation in Construction 6 (4) (1997) pp. 265-274
summary In precedent based design, solutions to problems are developed by drawing from an understanding of landmark designs. Many of the key design operations in this mode are similar to the functionalities present in case-based reasoning systems: case matching, case adapting, and case representation. It is clear that a rich case-base, encoding all major product types in a design domain would be the centerpiece of such an approach. EDAT (Electronic Design Assistance Tool) is intended to assist in precedent based design in the studio with the potential of expansion into the office setting. EDAT has been designed using object oriented system development methods. EDAT was used in a design studio at Carnegie Mellon University, during Spring 1996.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 4cda
authors Akin, O., Cumming, M. , Shealey, M. and Tuncer, B.
year 1996
title An Electronic Design Assistance Tool for Case Based Representation of Designs
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 123-132
doi https://doi.org/10.52842/conf.acadia.1996.123
summary In precedent based design, solutions to problems are developed by drawing from an understanding of landmark designs. Many of the key design operations in this mode are similar to the functionalities present in case based reasoning systems: case matching, case adapting, and case representation. It is clear that a rich case base, encoding all major product types in a design domain would be the centerpiece of such an approach. EDAT (Electronic Design Assistance Tool) is intended to assist in precedent based design in the studio with the potential of expansion into the office setting. EDAT has been designed using object oriented system development methods. EDAT was used in a design studio at Carnegie Mellon University, during Spring 1996, and will be used in future studios, as well.
series ACADIA
email
last changed 2022/06/07 07:54

_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

_id 2f3c
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, pp. 22-30
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.
keywords Computer Supported Collaborative Design
series other
email
last changed 2002/03/05 19:54

_id 62a1
authors Maher, M.L. and Poon, J.
year 1996
title Modelling design exploration as co-evolution
source Microcomputers in Civil Engineering, 11:192-207
summary Most computer-based design tools assume designers work with a well defined problem. However, this assumption has been challenged by current research. The explorative aspect of design, especially during conceptual design, is not fully addressed. This paper introduces a model for problem-design exploration, and how this model can be implemented using the genetic algorithm (GA) paradigm. The basic GA, which does not support our exploration model, evaluates individuals from a population of design solutions with an unchanged fitness function. This approach to evaluation implements search with a prefixed goal. Modifications to the basic GA are required to support exploration. Two approaches to implement a co-evolving GA are presented and discussed in this paper: one in which the fitness function is represented within the genotype, and a second in which the fitness function is modelled as a separately evolving population of genotypes.
series journal paper
email
last changed 2003/04/23 15:50

_id acadia07_284
id acadia07_284
authors Robinson, Kirsten; Gorbet, Robert; Beesley, Philip
year 2007
title Evolving Cooperative Behaviour in a Reflexive Membrane
source Expanding Bodies: Art • Cities• Environment [Proceedings of the 27th Annual Conference of the Association for Computer Aided Design in Architecture / ISBN 978-0-9780978-6-8] Halifax (Nova Scotia) 1-7 October 2007, 284-293
doi https://doi.org/10.52842/conf.acadia.2007.284
summary This paper describes the integration of machine intelligence into an immersive architectural sculpture that interacts dynamically with users and the environment. The system is conceived to function as an architectural envelope that might transfer air using a distributed array of components. The sculpture includes a large array of interconnected miniature structural and kinetic elements, each with local sensing, actuation, and machine intelligence. We demonstrate a model in which these autonomous, interconnected agents develop cooperative behaviour to maximize airflow. Agents have access to sensory data about their local environment and ‘learn’ to move air through the working of a genetic algorithm. Introducing distributed and responsive machine intelligence builds on work done on evolving embodied intelligence (Floreano et al. 2004) and architectural ‘geotextile’ sculptures by Philip Beesley and collaborators (Beesley et al. 1996-2006). The paper contributes to the general field of interactive art by demonstrating an application of machine intelligence as a design method. The objective is the development of coherent distributed kinetic building envelopes with environmental control functions. A cultural context is included, discussing dynamic paradigms in responsive architecture.
series ACADIA
type normal paper
email
last changed 2022/06/07 08:00

_id a04a
authors Bhavnani, S.K. and John, B.E.
year 1996
title Exploring the Unrealized Potential of Computer-Aided Drafting
source Proceedings of CHI'96 (1996), 332-339
summary Despite huge investments by vendors and users, CAD productivity remains disappointing. Our analysis of real- world CAD usage shows that even after many years of experience, users tend to use suboptimal strategies to perform complex CAD tasks. Additionally, some of these strategies have a marked resemblance to manual drafting techniques. Although this phenomenon has been previously reported, this paper explores explanations for its causes and persistence. We argue that the strategic knowledge to use CAD effectively is neither defined nor explicitly taught. In the absence of a well-formed strategy, users often develop a synthetic mental model of CAD containing a mixture of manual and CAD methods. As these suboptimal strategies do not necessarily prevent users from producing clean, accurate drawings, the inefficiencies tend to remain unrecognized and users have little motivation to develop better strategies. To reverse this situation we recommend that the strategic knowledge to use CAD effectively should be made explicit and provided early in training. We use our analysis to begin the process of making this strategic knowledge explicit. We conclude by discussing the ramifications of this research in training as well as in the development of future computer aids for drawing and design.
keywords Task Decomposition; Learning
series other
email
last changed 2003/11/21 15:16

_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 4931
authors Breen, Jack
year 1996
title Learning from the (In)Visible City
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 65-78
doi https://doi.org/10.52842/conf.ecaade.1996.065
summary This paper focuses on results and findings of an educational project, in which the participating students had to develop a design strategy for an urban plan by using and combining endoscopic and computational design visualisation techniques. This educational experiment attempted to create a link between the Media research programme titled 'Dynamic Perspective' and an educational exercise in design composition. It was conceived as a pilot study, aimed at the investigation of emerging applications and possible combinations of different imaging techniques which might be of benefit in architectural and urban design education and potentially for the (future) design practice. The aim of this study was also to explore the relationship between spatial perception and design simulation. The point of departure for the student exercise was an urban masterplan which the Dynamic Perspective research team prepared for the workshop 'the (in)visible city' as part of the 1995 European Architectural Endoscopy Association Conference in Vienna, Austria. The students taking part in the exercise were asked to develop, discuss and evaluate proposals for a given part of this masterplan by creating images through different model configurations using optical and computer aided visualisation techniques besides more traditional design media.The results of this project indicate that an active and combined use of visualisation media at a design level, may facilitate communication and lead to a greater understanding of design choices, thus creating insights and contributing to design decision-making both for the designers and for the other participants in the design process.
series eCAADe
email
more http://www.bk.tudelft.nl/Media/
last changed 2022/06/07 07:54

_id 6063
authors Cheng, Nancy Yen-Wen
year 1996
title Teaching CAD as a Foreign Language
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. 11-20
doi https://doi.org/10.52842/conf.caadria.1996.011
summary By looking at the well-developed discipline of language teaching, we can improve instruction of computer aided design communication. Language teaching not only breaks down a complex field into attainable steps, but also shows how learning strategies and attitudes can enhance mastery. Guiding students in learning approaches will equip them to deal with constantly changing technology. Even at an introductory level, awareness of the learning process can heighten learning. Thus, giving a conceptual framework and enhancing resource-finding, brainstorming and coping abilities will lead to threshold competence. Practicing these strategies on realistic projects hones the ability to connect concepts to actual situations. Both design or research projects exercise resource-usage, task management, crisis management, but specifically, collaboration exercises which engage the students with a real audience can provide strong motivation and link academic study to practical concerns. Ideas about teaching techniques are documented with examples from the University of Hong Kong.
series CAADRIA
email
last changed 2022/06/07 07:55

_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 5fc4
authors Fruchter, R.
year 1996
title Conceptual Collaborative Building Design Through Shared Graphics
source IEEE Expert special issue on Al in Civil Engineering, June vol. 33-41
summary The Interdisciplinary Communication Medium computer environment integrates a shared graphic modeling environment with network-based services to accommodate many perspectives in an architecture/engineering/construction team. Communication is critical for achieving better cooperation and coordination among professionals in a multidisciplinary building team. The complexity of large construction projects, the specialization of the project participants, and the different forms of synchronous and asynchronous collaborative work increase the need for intensive information sharing and exchange. Architecture/engineering/construction (A/E/C) professionals use computers to perform a specific discipline's tasks, but they still exchange design decisions and data using paper drawings and documents. Each project participant investigates and communicates alternative solutions through representational idioms that are private to that member's profession. Other project participants must then interpret, extract, and reenter the relevant information using the conventional idioms of their disciplines and in the format required by their tools. The resulting communication difficulties often affect the quality of the final building and the time required to achieve design consensus. This article describes a computer environment, the Interdisciplinary Communication Medium (ICM), that supports conceptual, collaborative building design. The objective is to help improve communication among professionals in a multidisciplinary team. Collaborative teamwork is an iterative process of reaching a shared understanding of the design and construction domains, the requirements, the building to be built, and the necessary commitments. The understanding emerges over time, as team members begin to grasp their own part of the project, and as they provide information that lets others progress. The fundamental concepts incorporated in ICM include A communication cycle for collaborative teamwork that comprises propose-interpret-critique-explain-change notifications. An open system-integration architecture. A shared graphic modeling environment for design exploration and communication. A Semantic Modeling Extension (SME), which introduces a structured way to capture design intent. A change-notification mechanism that documents notes on design changes linked to the graphic models, and routes change notifications. Thus, the process involves communication, negotiation, and team learning.
series journal paper
last changed 2003/04/23 15:14

_id c6dd
authors Fruchter, Renate
year 1996
title COMPUTER INTEGRATED ARCHITECTURE/ENGINEERING/CONSTRUCTION PROJECT-CENTERED LEARNING ENVIRONMENT
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 227-234
doi https://doi.org/10.52842/conf.acadia.1996.227
summary This paper describes an on-going effort, initiated at Stanford's Civil Engineering Department, to develop, implement, and test a new and innovative "Computer Integrated Architecture./Engineering/Construction" (A/E/C) course. The course takes a multi-site, cross- disciplinary, project-centered, team-oriented approach to teaching. The paper presents the motivation, methodology, computational infrastructure, and initial observations in the experimental A/E/C course. The course is sponsored by NSF Synthesis Coalition and is the result of the collaborative effort of faculty and researchers from Civil Engineering Department at Stanford University, and Architecture Department and Civil Engineering Department, at UC Berkeley. In this computer integrated A/EIC environment a new generation of architecture, engineering, construction students learns how to team up with other disciplines and the advantage of the emerging information technologies for collaborative work in order to design and build higher quality buildings faster.

series ACADIA
type normal paper
email
last changed 2022/06/07 07:50

_id 89ca
authors Garcia, Renato
year 1996
title Sound Structure: Using Data Sonification to Enhance Building Structures CAI
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. 109-117
doi https://doi.org/10.52842/conf.caadria.1996.109
summary Although sound is now extensively used to enrich multimedia applications in the form of simple audio signals, earcons, musical passages and speech, it has unfortunately been under-utilized as a means of data representation. Sound, having many characteristics which enable it to convey multi-dimensional information, provides a broad channel for dynamically presenting data in a learning environment. This paper looks into how teaching concepts of building structures to students of architecture and engineering through computers and multimedia can be enhanced by enlisting the use of appropriate sound parameters. Sound is useful in presenting redundant or supplementary information such as in portraying building structural response to static and dynamic external loading. This process of audiolization, which refers to the use of sounds to present data, can alleviate much of the cognitive load that usually burdens visual displays and has been used to some degree of success in various studies on scientific representation. Where appropriate, audiolization can be synchronized to more established visualization processes to provide more effective multi-modal multimedia systems for the study of building structures.
series CAADRIA
email
last changed 2022/06/07 07:50

_id 8832
authors MacCallum, C. and Hanna, R.
year 1996
title DEFLECT: A Computer Aided Learning Package For Teaching Structural Design
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 253-262
doi https://doi.org/10.52842/conf.ecaade.1996.253
summary The teaching of structures and its integration with design teaching has been seen as one of the major problems in design education in schools of architecture world-wide. A number of suggestions have been put forward to improve the quality of teaching in structures in architecture. These include the production of computer based learning materials, and the use of the computer as a ‘substitute’ tutor.

This paper reports on a SHEFC funded project jointly carried out by the Department of Civil Engineering, University of Paisley, the Mackintosh School of Architecture, and Lamp Software. The project aims to build a computer-assisted learning package on the response of structures to load. The software will be used as an interactive teaching tool for both architectural and engineering students.

The package has three levels: Beginners (Level 1), Intermediate (Level 2) and Advanced (Level 3). The first two levels have been completed after continuous feedback from both institutions. Level 1 is geared towards architectural and engineering students to help them understand structural behaviour of building components, such as deflection. Level 2 is a graphical editor that enables students to draw precisely the structure of their designs, investigate the deflection of structural members and identify areas of tension and compression. Level 3 is a design tool aimed at architectural and civil engineering students where they can design and analyse realistic structures by choosing structural members from a library, and specify materials and multiple loads.

Prior to its final release, the software package was appraised by students from both institutions. Analysis of results from questionnaires revealed that students expressed a great deal of 'satisfaction' with many of its teaching and learning attributes. The outcome of this project will promote and enhance students’ understanding of the response of structures to load; it will also help students grasp the impact of varying building materials and cross sectional properties on the structural form.

series eCAADe
email
last changed 2022/06/07 07:59

_id 6baf
authors Martini, Kirk
year 1996
title Digital Imaging and the Web in Teaching Structures: A Rigorous Visual Approach
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 215-225
doi https://doi.org/10.52842/conf.acadia.1996.215
summary The paper outlines a project to incorporate digital images and the world wide web in teaching introductory structural design in architecture. The objective of the project is to move beyond technology substitution, toward innovation by using digital imaging and the web to do things that are otherwise not possible. The discussion of digital imaging gives examples of image enhancement, annotation, and manipulation in illustrating structural concepts. The discussion of the web addresses web-based image archives for structural engineering, image-based modelling assignments, collective inductive learning, and collective review.
series ACADIA
email
more http://urban.arch.Virginia.EDU/~km6e/tti/tti-summary/
last changed 2022/06/07 07:59

For more results click below:

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