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 520

_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 ab99
authors Hendricx, Ann and Heylighen, Ann
year 1997
title From Literacy to Creativity in CAAD
source AVOCAAD First International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-01-09] Brussels (Belgium) 10-12 April 1997, pp. 213-226
summary The course on CAAD at the K.U. Leuven is part of the course on design methodology and theory from which it is the most recent and natural extension. Attached to this course a series of assignments has been developed which bring the students in 45 hours to a non-trivial level of acquaintance with CAAD. Rather then mimic the traditional pencil- and paper approach, the exercises encourage students to explore additional design opportunities that a drawing board cannot offer. In this way, the practical part goes beyond a mere preparation for practice. The assignments are built on top of AutoCAD to which we have added in-house developments in order to focus on specific educational goals within a very limited time. The paper presents and comments these assignments and shows results from the last 2 years.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id e43a
authors Richens, P.
year 1997
title Beyond Photorealism
source Architects’ Journal, 12/6/97
summary Computer rendering has come a long way in the last twenty years. But is it going in the right direction? Is the glossy photo-realistic image the only goal worth pursuing? And does the process of making it contribute enough to the design, or the ongoing dialogue with the client? There certainly are alternative modes of image-making. Frank Lloyd Wright, according to legend, could conceive a whole building in his head, and set it down rapidly, in plan and section. He would leave these drawings overnight to his assistant, who would set up a perspective. In the morning, FLW would spend an hour or two completing the rendering, ready for a lunch-time meeting with his clients. Today, many architects use their computers in the same way as FLW used his night-staff, to set-up an outline perspective, over which a rendering is produced by hand. Students, we observe, will often attempt to complete the rendering using a paint program such as Photoshop to apply textures and entourage in a kind of electronic collage.
series journal paper
email
more http://www.arct.cam.ac.uk/research/pubs/html/rich97c/
last changed 2003/05/15 21:45

_id 0286
authors Will, Barry F. and Siu-Pan Li , Thomas
year 1997
title Computers for Windows: Interactive Optimization Tools for Architects designing openings in walls (IOTA)
doi https://doi.org/10.52842/conf.ecaade.1997.x.d4u
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
summary Size, shape and disposition of windows in walls has long been an integral expression of style in architecture. As buildings have grown taller the relationships of the windows to the ground plane and to the surrounding environments have become more complex and difficult to predict. Traditionally architects have had to use their own knowledge, experience and feelings in the design of windows. There may be few, if any, scientific bases for their decisions. The difficulty in making good design decisions is compounded because many criteria for window design, such as daylight, sunlight, ventilation, sound, view and privacy have to be considered simultaneously. It is here that computers can help, on the one hand, by providing ‘expert knowledge’ so that architects can consult the cumulative knowledge database before making a decision, whilst on the other hand, evaluations of the decisions taken can be compared with a given standard or with alternative solutions.

‘Expert knowledge’ provision has been made possible by the introduction of hypertext, the advancement of the world wide web and the development of large scale data-storage media. Much of the computer’s value to the architects lies in its ability to assist in the evaluation of a range of performance criteria. Without the help of a computer, architects are faced with impossibly complex arrays of solutions. This paper illustrates an evaluation tool for two factors which are important to the window design. The two factors to be investigated in this paper are sunlighting and views out of windows.

Sunlight is a quantitative factor that can theoretically be assessed by some mathematical formulae provided there is sufficient information for calculation but when total cumulative effects of insolation through the different seasons is required, in addition to yearly figures, a design in real-time evolution requires substantial computing power. Views out of windows are qualitative and subjective. They present difficulties in measurement by the use of conventional mathematical tools. These two fields of impact in window design are explored to demonstrate how computers can be used in assessing various options to produce optimal design solutions. This paper explains the methodologies, theories and principles underlying these evaluation tools. It also illustrates how an evaluation tool can be used as a design tool during the design process.

keywords Sunlight, View, Window Design, Performance Evaluation, Expert Systems, Simulation, Fuzzy LogicExpert Systems, Simulation, Fuzzy Logic
series eCAADe
more http://info.tuwien.ac.at/ecaade/proc/li/li.htm
last changed 2022/06/07 07:50

_id 837b
authors Elger, Dietrich and Russell, Peter
year 2000
title Using the World Wide Web as a Communication and Presentation Forum for Students of Architecture
doi https://doi.org/10.52842/conf.ecaade.2000.061
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. 61-64
summary Since 1997, the Institute for Industrial Building Production (ifib) has been carrying out upper level design studios under the framework of the Netzentwurf or Net-Studio. The Netzentwurf is categorized as a virtual design studio in that the environment for presentation, criticism and communication is web based. This allows lessons learned from research into Computer Supported Cooperative Work (CSCW) to be adapted to the special conditions indigenous to the architectural design studio. Indeed, an aim of the Netzentwurf is the creation and evolution of a design studio planing platform. In the Winter semester 1999-2000, ifib again carried out two Netzentwurf studios. involving approximately 30 students from the Faculty of Architecture, University of Karlsruhe. The projects differed from previous net studios in that both studios encompassed an inter-university character in addition to the established framework of the Netzentwurf. The first project, the re-use of Fort Kleber in Wolfisheim by Strasbourg, was carried out as part of the Virtual Upperrhine University of Architecture (VuuA) involving over 140 students from various disciplines in six institutions from five universities in France, Switzerland and Germany. The second project, entitled "Future, Inc.", involved the design of an office building for a scenario 20 years hence. This project was carried out in parallel with the Technical University Cottbus using the same methodology and program for two separate building sites.
keywords Virtual Design Studios, Architectural Graphics, Presentation Techniques
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id f7e8
authors Frazer, J.H. and Stephenson, P.
year 1997
title The Groningen Experiment
source Architectural Association Publications, publ. pend.
summary In its first five years, the Architectural Association's Diploma unit II developed the theoretical framework of an alternative generative process, using computer models to compress evolutionary space and time. This led to a prototype that could be demonstrated interactively and the launch on the Internet of an experimental evolutionary environment which attracted global participation, established a dematerialised model. The new phase of the programme has begun to externalise this conceptual model into constructed form, focusing on urban-scale evolution and other historical and natural examples of co-operative and ecologically i integrated development. The approach has been to consider metabolic processes as a way of understanding both the formal development of urban symbiosis and the specific problem of materialization. The city planning department of Groningen commissioned a small working prototype demonstration of a predictive urban computer model. The unit produced an evolving model which explains the transition from the past to the present, and projects future trajectories a "what if" model for generating, exploring and evaluating alternatives. The model mediates in scale, space and time: ; in scale between the urban context and the fine grain of the housing typologies ; in space between the existing fabric of Groningen and specific dwelling units ; in time between the lifestyle within the medieval core and the desires of the citizens of tile next century
series other
last changed 2003/04/23 15:14

_id 07d8
authors Garza, J.M. de la and Howitt, I.
year 1998
title Wireless communication and computing at the construction jobsite
source Automation in Construction 7 (4) (1998) pp. 327-347
summary For many years, the walkie-talkie has been synonymous with the construction industry. During jobsite project execution, there are three variables which can either hinder or facilitate successful results, namely, quality, quantity, and timing of information. Wireless data communications technology is capable of delivering just-in-time information within the `last mile' between the trailer and a desired location on the jobsite. This paper reports on a study which surveyed information needs at the jobsite, emerging wireless data communications technology, and assessed the extent to which wireless data technology can fulfill the information needs of the jobsite [J.M. de la Garza, I. Howitt, Wireless communication and computing at the jobsite, Research Report 136-11, Construction Industry Institute, Austin, TX, 1997]. We have organized jobsite information needs into the following ten categories: (a) requests for information, (b) materials management, (c) equipment management, (d) cost management, (e) schedule and means and methods, (f) jobsite record keeping, (g) submittals, (h) safety, (i) QC/QA, and (k) future trends. Each category was analyzed in terms of its appropriateness to take advantage of wireless technology. The four formats considered to transmit information wirelessly were: (a) live voice, (b) live video, (c) batched data, and (d) live data. Current wireless communication technology has been classified into the following five classes: (a) circuit-switched wireless data systems, (b) packet-switched wireless data systems––this class was further subdivided into specialized mobile radio systems and cellular digital packet data systems, (c) wireless local area networks, (d) paging systems, and (e) satellite-based data communications. A primer for wireless communications covering both fundamental and advanced communications concepts has also been included to enable a better understanding of the issues involved in making trade-offs while configuring a wireless jobsite communication system. The example presented in this paper shows how a contractor can define a subset of information needs by choosing from those already articulated herein and determine if a given wireless technology should even be considered as a viable way of meeting the information needs that such company has.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 600e
authors Gavin, Lesley
year 1999
title Architecture of the Virtual Place
doi https://doi.org/10.52842/conf.ecaade.1999.418
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 418-423
summary The Bartlett School of Graduate Studies, University College London (UCL), set up the first MSc in Virtual Environments in the UK in 1995. The course aims to synthesise and build on research work undertaken in the arts, architecture, computing and biological sciences in exploring the realms of the creation of digital and virtual immersive spaces. The MSc is concerned primarily with equipping students from design backgrounds with the skills, techniques and theories necessary in the production of virtual environments. The course examines both virtual worlds as prototypes for real urban or built form and, over the last few years, has also developed an increasing interest in the the practice of architecture in purely virtual contexts. The MSc course is embedded in the UK government sponsored Virtual Reality Centre for the Built Environment which is hosted by the Bartlett School of Architecture. This centre involves the UCL departments of architecture, computer science and geography and includes industrial partners from a number of areas concerned with the built environment including architectural practice, surveying and estate management as well as some software companies and the telecoms industry. The first cohort of students graduated in 1997 and predominantly found work in companies working in the new market area of digital media. This paper aims to outline the nature of the course as it stands, examines the new and ever increasing market for designers within digital media and proposes possible future directions for the course.
keywords Virtual Reality, Immersive Spaces, Digital Media, Education
series eCAADe
email
more http://www.bartlett.ucl.ac.uk/ve/
last changed 2022/06/07 07:51

_id 1715
authors Howard, R.
year 1997
title Introduction
source Automation in Construction 6 (1) (1997) pp. 1-1
summary The future use of Information Technology by the constructions industry depends upon the convergence of computers and communications with changes taking place in the way buildings are designed and constructed. Views on how this will happen over the next ten years, what the inhibitors are, and how to minimise these, depned upon the views of many different experts.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 8504
authors Junge, Richard. (Ed.)
year 1997
title CAAD futures 1997 [Conference Proceedings]
source 7th International Conference on Computer-Aided Architectural Design/ ISBN 0-7923-4726-9 / München / Germany, 4-6 August 1997, 931 p.
summary Since the establishment of the CAAD futures Foundation in 1985 CAAD experts from all over the world meet every two years to present and at the same time document the state of art of research in Computer Aided Architectural Design. The history of CAAD futures started in the Netherlands at the Technical Universities of Eindhoven and Delft, where the CAAD futures Foundation came into being. Then CAAD futures crossed the oceans for the first time, the third CAAD futures in '89 was held at Harvard University. Next stations in the evolution where in '91 Swiss Federal Institute of Technology, the ETH Zürich. In '93 the conference was organized by Carnegie Mellon University, Pittsburgh and in '95 by National University Singapore. CAAD futures '95 marked the world wide nature by organizing it for the first time in Asia. The seventh CAAD futures is the first being organized by a German University. For the as small as newly and only provisional established CAAD group at the Faculty for Architecture at Technical University München it is honor and challenge at the same time to be the organizer of CAAD futures '97.
series CAAD Futures
email
last changed 1999/04/06 09:19

_id 8804
authors QaQish, R. and Hanna, R.
year 1997
title A World-wide Questionnaire Survey on the Use of Computers in Architectural Education
doi https://doi.org/10.52842/conf.ecaade.1997.x.c8o
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
summary The paper reports on a study which examines the impact on architectural education needs arising from the changes brought about by the implications of CAD teaching/learning (CAI/CAL). The findings reflect the views of fifty-one (51) architecture schools through a world-wide questionnaire survey conducted in mid 1996. The survey was structured to cover four continents represented by seven countries, namely the USA, UK, Israel, Australia, Canada, Sweden and the Netherlands. Structurally the main findings of this study are summarised under five areas, namely: 1) General Information, 2) Program of Study (curriculum) and CAD course, 3) CAD Laboratories: Hardware, Software, 4) Departmental Current and Future Policies, 5) Multi-media and Virtual Reality. Principally, there were three main objectives for using the computers survey. Firstly, to accommodate a prevalent comprehension of CAD integration into the curriculum of architecture schools world wide. Secondly, to identify the main key factors that control the extent of association between CAD and architectural curriculum. Thirdly, to identify common trends of CAD teaching in Architecture schools world-wide and across the seven countries to establish whether there are any association between them. Several variables and factors that were found to have an impact on AE were examined, namely: the response rate, the conventional methods users and the CAD methods users amongst students, CAD course employment in the curriculum, age of CAD employment, the role of CAD in the curriculum, CAD training time in the Curriculum, CAD laboratories/Hardware & Software, computing staff and technicians, department policies, Multi-Media (MM) and Virtual-Reality (VR). The statistical analysis of the study revealed significant findings, one of which indicates that 35% of the total population of students at the surveyed architecture schools are reported as being CAD users. Out of the 51 architecture schools who participated in this survey, 47 have introduced CAD courses into the curriculum. The impact of CAD on the curriculum was noted to be significant in several areas, namely: architectural design, architectural presentation, structural engineering, facilities management, thesis project and urban design. The top five CAD packages found to be most highly used across universities were, namely, AutoCAD (46), 3DStudio (34), Microstation (23), Form Z (17), ArchiCAD (17). The findings of this study suggest some effective and efficient future directions in adopting some form of effective CAD strategies in the curriculum of architecture. The study also serves as an evaluation tool for computing teaching in the design studio and the curriculum.

 

keywords CAD Integration, Employment, Users and Effectiveness
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/qaqish/qaqish.htm
last changed 2022/06/07 07:50

_id dccc
authors Scoones, A.
year 1997
title Technical information
source Automation in Construction 6 (1) (1997) pp. 23-27
summary Developments in IT over the next 10 years will provide opportunities to increase the provision of technical information to the end user. CD-ROM, multimedia, on-line broadband networks will increasingly be used. Integration with other electronic information processes will also increase. There are a number of limiting factors to this progress: absence of any standard for the electronic presentation of technical literature, increasing cost of information, diverse aproaches by the commercial secondary publishers to electronic delivery.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id 6537
authors Wang, W. and Gero, J.S.
year 1997
title Sequence-based prediction in the conceptual design of bridges
source ASCE Journal of Computing in Civil Engineering 11(1): 37-43
summary This paper explores the application of a machine learning technique in knowledge support systems in civil engineering design. It presents a sequence-based prediction method for engineering design and demonstrates its utility in the conceptual design of bridges. The basic idea of sequence-based prediction is that the most recent numbers of similar design cases are used in predicting the characteristics of the next design and more recent cases are given stronger influence on decision making in the new design situation than older ones. This paper develops a model of sequence-based prediction and carries out a number of experiments using it. It is then applide to a set of standard data and the results of using a sequence-based prediction method are compared with other methods. The empirical results show the potential applications of the method in engineering design.
keywords Machine Learning, Time
series journal paper
email
last changed 2003/05/15 21:45

_id a58d
authors Cicognani, Anna
year 1997
title On the linguistic nature of Cyberspace and Virtual Communities
source CM Special Journal Issue. Edited by Dave Snowdon, Nottingham: Submitted
summary This paper argues for a linguistic explanation of the nature of Virtual Communities. Virtual Communities develop and grow in electronic space, or 'cyberspace'. Authors such as Benedikt Meyrowitz and Mitchell have theorised about the nature of electronic space whilst Lefebvre, Popper, Hakim Bey (aka Lamborn Wilson) and Kuhn have theorised more generally about the nature of space. Extending this tradition and the works of these authors, this paper presents a language based perspective on the nature of electronic spaces. Behaviour in cyberspace is based on and regulated by hardware, software tools and interfaces. A definition of electronic space cannot be given beyond its linguistic characteristics, which underlie and sustain it. The author believes that the more users and developers understand the relationship between language and cyberspace, the more they will be able to use specific metaphors for dwelling and inhabiting it. In particular, MUDs/MOOs and the Web are interesting places for testing and observing social behaviours and dynamics.
series journal paper
email
last changed 2003/04/23 15:50

_id 0627
authors Dijkstra, J. and Timmermans, H.J.P.
year 1997
title Exploring the Possibilities of Conjoint Measurement as a Decision-Making Tool for Virtual Wayfinding Environments
doi https://doi.org/10.52842/conf.caadria.1997.061
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 61-71
summary Virtual reality systems may have a lot to offer in architecture and urban planning when visual and active environments may have a dramatic impact on individual preferences and choice behaviour. Conjoint analysis involves the use of designed hypothetical choice situations to measure individuals’ preferences and predict their choice in new situations. Conjoint experiments involve the design and analysis of hypothetical decision tasks. Alternatives are described by their main features, called attributes. Multiple hypothetical alternatives, called product profiles, are generated and presented to respondents, who are requested to express their degree of preference for these profiles or choose between these profiles. Conjoint experiments have become a popular tool to model individual preferences and decision-making in a variety of research areas. Most studies of conjoint analysis have involved a verbal description of product profiles, although some studies have used a pictorial presentation of production profiles. Virtual reality systems offer the potential of moving the response format beyond these traditional response modes. This paper describes a particular aspect of an ongoing research project which aims to develop a virtual reality based system for conjoint analysis. The principles underlying the system will be illustrated by a simple example of wayfinding in a virtual environment.
series CAADRIA
last changed 2022/06/07 07:55

_id cf2011_p016
id cf2011_p016
authors Merrick, Kathryn; Gu Ning
year 2011
title Supporting Collective Intelligence for Design in Virtual Worlds: A Case Study of the Lego Universe
source Computer Aided Architectural Design Futures 2011 [Proceedings of the 14th International Conference on Computer Aided Architectural Design Futures / ISBN 9782874561429] Liege (Belgium) 4-8 July 2011, pp. 637-652.
summary Virtual worlds are multi-faceted technologies. Facets of virtual worlds include graphical simulation tools, communication, design and modelling tools, artificial intelligence, network structure, persistent object-oriented infrastructure, economy, governance and user presence and interaction. Recent studies (Merrick et al., 2010) and applications (Rosenman et al., 2006; Maher et al., 2006) have shown that the combination of design, modelling and communication tools, and artificial intelligence in virtual worlds makes them suitable platforms for supporting collaborative design, including human-human collaboration and human-computer co-creativity. Virtual worlds are also coming to be recognised as a platform for collective intelligence (Levy, 1997), a form of group intelligence that emerges from collaboration and competition among large numbers of individuals. Because of the close relationship between design, communication and virtual world technologies, there appears a strong possibility of using virtual worlds to harness collective intelligence for supporting upcoming “design challenges on a much larger scale as we become an increasingly global and technological society” (Maher et al, 2010), beyond the current support for small-scale collaborative design teams. Collaborative design is relatively well studied and is characterised by small-scale, carefully structured design teams, usually comprising design professionals with a good understanding of the design task at hand. All team members are generally motivated and have the skills required to structure the shared solution space and to complete the design task. In contrast, collective design (Maher et al, 2010) is characterised by a very large number of participants ranging from professional designers to design novices, who may need to be motivated to participate, whose contributions may not be directly utilised for design purposes, and who may need to learn some or all of the skills required to complete the task. Thus the facets of virtual worlds required to support collective design differ from those required to support collaborative design. Specifically, in addition to design, communication and artificial intelligence tools, various interpretive, mapping and educational tools together with appropriate motivational and reward systems may be required to inform, teach and motivate virtual world users to contribute and direct their inputs to desired design purposes. Many of these world facets are well understood by computer game developers, as level systems, quests or plot and achievement/reward systems. This suggests the possibility of drawing on or adapting computer gaming technologies as a basis for harnessing collective intelligence in design. Existing virtual worlds that permit open-ended design – such as Second Life and There – are not specifically game worlds as they do not have extensive level, quest and reward systems in the same way as game worlds like World of Warcraft or Ultima Online. As such, while Second Life and There demonstrate emergent design, they do not have the game-specific facets that focus users towards solving specific problems required for harnessing collective intelligence. However, a new massively multiplayer virtual world is soon to be released that combines open-ended design tools with levels, quests and achievement systems. This world is called Lego Universe (www.legouniverse.com). This paper presents technology spaces for the facets of virtual worlds that can contribute to the support of collective intelligence in design, including design and modelling tools, communication tools, artificial intelligence, level system, motivation, governance and other related facets. We discuss how these facets support the design, communication, motivational and educational requirements of collective intelligence applications. The paper concludes with a case study of Lego Universe, with reference to the technology spaces defined above. We evaluate the potential of this or similar tools to move design beyond the individual and small-scale design teams to harness large-scale collective intelligence. We also consider the types of design tasks that might best be addressed in this manner.
keywords collective intelligence, collective design, virtual worlds, computer games
series CAAD Futures
email
last changed 2012/02/11 19:21

_id e7ee
authors Redondo, E.
year 1997
title Analysis and Interpretation in the Architectonics
doi https://doi.org/10.52842/conf.ecaade.1997.x.q7e
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
summary The graphic intention is a peculiarity of the architectural drawing. It is enough to compare the ground plan of an unifamiliar housing insulated of Le Corbusier with another of Mies van der Rohe to realise the diversity of graphic styles, but is important to take conscience of the complexity that carries to interpret the symbols that appear in those documents, because as architects we either realize plans that the instructions are described or measures to be able to execute the work and in other occations representations for his edition aimed to a especialized public.

For this reason, and because not always is arranged the best possible documentation, we consider that the majority of vectorisations they exist in the market don’t plenty satisfied our needs as teaching staff of graphic expression and CAD, althoug we can always be using the same systems of projection or codified representations, it is imposed a lot of times to interpret acording the context the different signs and graphic registers used.

We know experimental applications that go beyond, they even arrive to generate a 3D model from a lifted hand draw that represents three orthogonal projections of it, but it isn’t less certain that its utility is restricted to fields very specialised and the option that we propose, there is not knowledge at least to us that it exist; commercially speaking.

Our porpose has been to develope a symple metedology of vectorisation but adapted to the special idiosyncrasy of the needs of an architecture student that with frequency for his formation requires to generate with CAD models 2D and 3D of architectural projects from the information contented in magazines, and with them create several formas analysis.

The most important difference in the matter to other systems is the interactivity of the procedure that let personify the exit file, even the wide diversity of graphic registers that it exist in the entrance, being the user only once has to identify and interpret the signs to detect, and then the process is realized automatically to any plant of the building or equivalent projection.

series eCAADe
more http://info.tuwien.ac.at/ecaade/proc/redondo/redondo.htm
last changed 2022/06/07 07:50

_id 4ce8
authors Rinner, Claus
year 1997
title Discussing Plans via the World-Wide Web
doi https://doi.org/10.52842/conf.ecaade.1997.x.a5k
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
summary Collaborative teamwork often goes beyond same place - same time situations: new information technologies allow for distributed asynchronous cooperation. In urban planning procedures, the elaboration of a land-use or building plan may be considered as the common goal of all actors. But in general, the participants do have conflicting subgoals. Computer supported cooperative work (CSCW), therefore, must include tools that allow for discussions in distributed workgroups. GMD's Zeno system aims at structuring such argumentation processes and at mediating between opposite interests.
keywords Collaborative Teamwork
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/rinner/rinner.htm
last changed 2022/06/07 07:50

_id 4d75
authors Woodbury, Robert F. and Chang, Teng Wen
year 1997
title Using the WWW for Design Teaching
doi https://doi.org/10.52842/conf.caadria.1997.465
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 465-474
summary In this paper we show how we have used the World Wide Web in teaching design-related subjects at The University of Adelaide and discuss how our use of the Web has transformed both the subjects we taught and our thinking about design instruction. Since 1995, we have used the Web in teaching three subjects. We have progressively gone beyond the delivery of subject material on the Web towards using the Web as a vehicle for fostering new forms of communication among students and academics.
series CAADRIA
email
last changed 2022/06/07 07:57

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

For more results click below:

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